:root {
  --ink: #2e332f;
  --night: #252625;
  --muted: #68665d;
  --paper: #f8f5ef;
  --stone: #ded6c8;
  --moss: #3f5a4d;
  --clay: #9a7257;
  --line: rgba(46, 51, 47, 0.16);
  --white: #fffaf3;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 78px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(248, 245, 239, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.46);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  width: 196px;
  min-width: 164px;
}

.brand img {
  width: 100%;
  height: auto;
  display: block;
}

nav {
  display: flex;
  gap: clamp(10px, 1.8vw, 24px);
  align-items: center;
  color: #343934;
  font-size: 13px;
  font-weight: 700;
  scrollbar-width: none;
}

nav::-webkit-scrollbar {
  display: none;
}

nav a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

nav a:hover {
  border-color: var(--clay);
}

.floating-quote {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 50px;
  padding: 12px 16px;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
  font-size: 14px;
  font-weight: 800;
}

.floating-quote svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #d8b178;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 128px clamp(20px, 6vw, 78px) 72px;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(248, 245, 239, 0.94) 0%, rgba(248, 245, 239, 0.76) 38%, rgba(248, 245, 239, 0.14) 72%),
    linear-gradient(0deg, rgba(46, 51, 47, 0.34), rgba(46, 51, 47, 0.02));
}

.hero-content {
  position: relative;
  max-width: 690px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(42px, 6vw, 78px);
}

h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4vw, 52px);
}

h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.16;
}

.lead {
  max-width: 620px;
  color: #464941;
  font-size: clamp(17px, 2vw, 21px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-tags span {
  padding: 8px 12px;
  border: 1px solid rgba(46, 51, 47, 0.18);
  border-radius: 999px;
  color: #373b35;
  background: rgba(255, 250, 243, 0.64);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  font-weight: 800;
}

.button.primary {
  color: var(--white);
  background: var(--ink);
}

.button.secondary {
  background: rgba(255, 250, 243, 0.68);
}

.button.dark {
  border-color: var(--white);
  color: var(--ink);
  background: var(--white);
}

.intro,
.brand-line,
.references,
.video-showcase,
.product,
.palette,
.uses,
.benefits,
.process,
.quote-section,
.contact {
  padding: clamp(72px, 9vw, 118px) clamp(20px, 6vw, 78px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(280px, 1fr);
  gap: clamp(30px, 7vw, 92px);
  border-top: 1px solid var(--line);
  background: var(--white);
}

.intro p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
}

.brand-line {
  padding-top: 54px;
  padding-bottom: 54px;
  color: #d8c4a5;
  background: var(--night);
}

.brand-line div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(216, 196, 165, 0.28);
  border-width: 0 1px;
}

.brand-line span {
  min-height: 96px;
  display: grid;
  place-items: center;
  padding: 20px;
  border-left: 1px solid rgba(216, 196, 165, 0.28);
  color: #efe9df;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 500;
  letter-spacing: 0.18em;
  text-align: center;
  text-transform: uppercase;
}

.brand-line span:first-child {
  border-left: 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.section-note {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.references {
  background: var(--paper);
}

.reference-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  grid-template-rows: repeat(2, minmax(260px, 1fr));
  gap: 16px;
}

.reference-card {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #d7d0c5;
}

.reference-card.tall {
  grid-row: span 2;
}

.reference-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.reference-card.tall img {
  object-position: center center;
}

.reference-card figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 12px 14px;
  border-radius: 6px;
  color: var(--white);
  background: rgba(46, 51, 47, 0.78);
  font-size: 15px;
  font-weight: 700;
}

.video-showcase {
  background: var(--white);
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.video-card {
  margin: 0;
}

.video-card video {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  background: #1f2420;
}

.video-card figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 16px;
  font-weight: 700;
}

.product {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 1.05fr);
  gap: clamp(34px, 7vw, 86px);
  background: #eee8dc;
}

.product-copy p:not(.section-kicker),
.product-panel li {
  color: var(--muted);
  font-size: 18px;
}

.product-copy p:not(.section-kicker) {
  margin-top: 24px;
}

.product-panel {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.66);
}

.product-panel h3 {
  margin-top: 28px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
}

.product-panel h3:first-child {
  margin-top: 0;
}

.product-panel ul {
  margin: 0;
  padding-left: 20px;
}

.product-panel li + li {
  margin-top: 10px;
}

.palette {
  background: var(--white);
}

.color-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 10px;
}

.color-grid span {
  min-height: 112px;
  display: flex;
  align-items: end;
  padding: 10px;
  border: 1px solid rgba(46, 51, 47, 0.12);
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0) 58%), var(--swatch);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.uses {
  background: #ece6dc;
}

.use-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.use-grid article {
  min-height: 280px;
  padding: 26px;
  border: 1px solid rgba(46, 51, 47, 0.14);
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.62);
}

.use-grid span {
  display: inline-block;
  margin-bottom: 54px;
  color: var(--moss);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.use-grid p,
.benefit-list p,
.contact p {
  color: var(--muted);
}

.benefits {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(280px, 1.08fr);
  gap: clamp(32px, 7vw, 88px);
  background: var(--paper);
}

.benefit-copy p:last-child {
  margin-top: 24px;
  color: var(--muted);
  font-size: 18px;
}

.benefit-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.benefit-list div {
  padding: 28px;
  background: var(--paper);
}

.benefit-list strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.process {
  color: var(--white);
  background: var(--moss);
}

.process .section-kicker {
  color: #dfc5ad;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  background: rgba(255, 250, 243, 0.25);
}

.steps div {
  min-height: 170px;
  padding: 28px;
  background: rgba(23, 35, 29, 0.32);
}

.steps b {
  display: block;
  margin-bottom: 38px;
  color: #dfc5ad;
  font-size: 14px;
}

.steps span {
  display: block;
  max-width: 260px;
  font-size: 18px;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(280px, 1.18fr);
  gap: clamp(34px, 7vw, 90px);
  background: var(--white);
}

.quote-copy p:not(.section-kicker) {
  max-width: 560px;
  margin-top: 24px;
  color: var(--muted);
  font-size: 18px;
}

.quote-note {
  display: grid;
  gap: 6px;
  max-width: 480px;
  margin-top: 30px;
  padding: 18px;
  border-left: 4px solid var(--clay);
  background: #eee8dc;
}

.quote-note strong {
  font-size: 17px;
}

.quote-note span {
  color: var(--muted);
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.form-row {
  display: grid;
  gap: 8px;
}

.form-row.full,
.form-submit,
.form-help {
  grid-column: 1 / -1;
}

.form-row label {
  color: #3d413b;
  font-size: 14px;
  font-weight: 800;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 13px;
  border: 1px solid rgba(46, 51, 47, 0.2);
  border-radius: 6px;
  color: var(--ink);
  background: #fffaf3;
  font: inherit;
}

.form-row textarea {
  resize: vertical;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: 2px solid rgba(154, 114, 87, 0.32);
  border-color: var(--clay);
}

.form-submit {
  width: 100%;
  margin-top: 4px;
}

.form-help {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  gap: 34px;
  align-items: center;
  color: var(--white);
  background: #2e332f;
}

.contact .section-kicker {
  color: #dfc5ad;
}

.contact h2 {
  max-width: 780px;
}

.contact p {
  max-width: 620px;
  margin-top: 22px;
  color: rgba(255, 250, 243, 0.78);
  font-size: 18px;
}

.contact-details {
  display: grid;
  gap: 8px;
  margin-top: 26px;
  color: var(--white);
  font-size: 18px;
  font-weight: 800;
}

.contact-details a {
  width: fit-content;
  border-bottom: 1px solid rgba(255, 250, 243, 0.35);
}

.contact-details .privacy-link {
  margin-top: 8px;
  color: rgba(255, 250, 243, 0.74);
  font-size: 15px;
  font-weight: 700;
}

.privacy-page {
  background: var(--white);
}

.privacy-content {
  max-width: 840px;
  margin: 0 auto;
  padding: clamp(42px, 8vw, 96px) 24px;
}

.privacy-content h1 {
  font-size: clamp(42px, 6vw, 68px);
}

.privacy-content h2 {
  margin-top: 42px;
}

.privacy-content p {
  color: var(--muted);
  font-size: 20px;
}

.back-link {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--clay);
  font-weight: 800;
}

@media (max-width: 920px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
    white-space: nowrap;
  }

  .hero {
    padding-top: 170px;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(248, 245, 239, 0.95), rgba(248, 245, 239, 0.62));
  }

  .intro,
  .product,
  .benefits,
  .quote-section,
  .contact {
    grid-template-columns: 1fr;
  }

  .brand-line div {
    grid-template-columns: 1fr;
    border-width: 1px 0;
  }

  .brand-line span {
    min-height: 76px;
    border-left: 0;
    border-top: 1px solid rgba(216, 196, 165, 0.28);
  }

  .brand-line span:first-child {
    border-top: 0;
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .reference-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .reference-card,
  .reference-card.tall {
    grid-row: auto;
    min-height: 420px;
  }

  .use-grid,
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .color-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .contact {
    align-items: start;
  }
}

@media (max-width: 620px) {
  .brand {
    width: 178px;
  }

  .hero {
    min-height: 100vh;
    padding-top: 162px;
  }

  .hero-image {
    object-position: 63% center;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .use-grid,
  .benefit-list,
  .quote-form,
  .steps {
    grid-template-columns: 1fr;
  }

  .floating-quote {
    right: 12px;
    bottom: 12px;
    padding: 12px;
  }

  .floating-quote span {
    display: none;
  }

  .color-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .color-grid span {
    min-height: 92px;
  }

  .reference-card,
  .reference-card.tall {
    min-height: 330px;
  }

  .use-grid article,
  .steps div {
    min-height: auto;
  }

  .use-grid span,
  .steps b {
    margin-bottom: 24px;
  }
}
