@font-face {
  font-family: "Instrument Sans";
  src: url("../assets/fonts/InstrumentSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Host Grotesk";
  src: url("../assets/fonts/HostGrotesk-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --oxide: #9c592d;
  --oxide-deep: #874a25;
  --oxide-light: #b76b38;
  --carbon: #292826;
  --ink: #171615;
  --limestone: #f3f0ea;
  --paper: #fbfaf7;
  --concrete: #aaa49b;
  --line: #d9d4cc;
  --line-strong: #c6bfb5;
  --dark-line: #393633;
  --dark-copy: #a7a099;

  --font-brand: "Instrument Sans", Arial, sans-serif;
  --font-system: "Host Grotesk", Arial, sans-serif;

  --shell: min(1440px, calc(100vw - 96px));
  --section-space: clamp(92px, 10vw, 164px);
  --radius: 2px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--carbon);
  background: var(--paper);
  font-family: var(--font-system);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

h1,
h2,
h3,
.brand,
.product-lockup,
.hero-product-lockup,
.footer-lockup {
  font-family: var(--font-brand);
}

h1 {
  max-width: 980px;
  font-size: clamp(4.4rem, 7.3vw, 8.2rem);
  line-height: 0.91;
  letter-spacing: -0.058em;
  font-weight: 440;
}

h2 {
  max-width: 950px;
  font-size: clamp(2.5rem, 4.15vw, 4.9rem);
  line-height: 0.99;
  letter-spacing: -0.046em;
  font-weight: 450;
}

h3 {
  font-size: clamp(1.2rem, 1.55vw, 1.55rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
  font-weight: 550;
}

p {
  color: #65615c;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

/* Header */
.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(251, 250, 247, 0.98);
}

.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  color: var(--oxide);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.055em;
  font-weight: 760;
}

.primary-nav {
  display: flex;
  gap: clamp(24px, 3vw, 50px);
  font-size: 0.92rem;
}

.primary-nav a {
  transition: color 150ms ease;
}

.primary-nav a:hover {
  color: var(--oxide);
}

/* Shared */
.eyebrow {
  margin-bottom: 24px;
  color: var(--oxide);
  font-family: var(--font-brand);
  font-size: 0.83rem;
  line-height: 1.2;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  font-weight: 620;
}

.eyebrow-dark {
  color: var(--oxide-light);
}

.section-block {
  padding-block: var(--section-space);
  border-top: 1px solid var(--line);
}

.section-heading {
  margin-bottom: clamp(52px, 6vw, 86px);
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(260px, 3fr);
  gap: 60px;
  align-items: end;
}

.section-intro {
  max-width: 480px;
  justify-self: end;
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.55;
}

.button,
.text-link,
.hero-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  font-size: 0.93rem;
}

.button {
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: var(--radius);
}

.button-light {
  color: var(--oxide-deep);
  background: var(--paper);
}

.text-link {
  gap: 38px;
  border-bottom: 1px solid var(--oxide);
  color: var(--carbon);
}

/* Hero — footer palette/proportion brought to the top */
.hero {
  border-bottom: 0;
}

.hero-primary {
  min-height: clamp(600px, 72vh, 760px);
  background: var(--oxide);
  color: var(--paper);
}

.hero-primary-inner {
  min-height: inherit;
  padding-block: clamp(92px, 10vw, 148px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.hero-eyebrow {
  color: rgba(255, 255, 255, 0.76);
}

.hero h1 {
  color: var(--paper);
}

.hero-support {
  max-width: 480px;
  margin-top: 38px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-brand);
  font-size: clamp(1.25rem, 1.65vw, 1.62rem);
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.hero-actions {
  margin-top: 52px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px 42px;
}

.hero-text-link {
  gap: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.56);
  color: rgba(255, 255, 255, 0.92);
}

.hero-foundation {
  min-height: 118px;
  background: var(--ink);
  color: #eeeae4;
}

.hero-foundation-inner {
  min-height: inherit;
  display: flex;
  align-items: center;
}

.hero-product-lockup {
  color: var(--oxide-light);
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.hero-product-lockup strong {
  font-weight: 760;
}

.hero-product-lockup span {
  margin-inline: 0.28em;
  font-weight: 400;
}




/* Benefits — starts directly from the dark foundation */
.benefits-dark {
  background: var(--ink);
  color: #eeeae4;
}

.benefits-inner {
  padding-top: clamp(74px, 8vw, 120px);
  padding-bottom: clamp(104px, 10vw, 160px);
}

.benefits-dark .section-heading {
  margin-bottom: clamp(58px, 7vw, 96px);
}

.benefits-dark h2,
.benefits-dark h3 {
  color: #f2eee8;
}

.benefits-dark .section-heading h2 {
  max-width: 1060px;
}

.benefits-dark p {
  color: #9f9891;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--dark-line);
  border-bottom: 1px solid var(--dark-line);
}

.benefit-item {
  min-height: 310px;
  padding: 38px clamp(26px, 3vw, 46px) 46px 0;
}

.benefit-item + .benefit-item {
  padding-left: clamp(26px, 3vw, 46px);
  border-left: 1px solid var(--dark-line);
}

.number {
  display: inline-block;
  margin-bottom: 60px;
  color: var(--oxide-light);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.benefit-item h3 {
  max-width: 390px;
  font-size: clamp(1.48rem, 1.9vw, 1.9rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.benefit-item p {
  max-width: 395px;
  margin-top: 20px;
  font-size: clamp(1.03rem, 1.18vw, 1.14rem);
  line-height: 1.58;
}

/* Live */
.live-section {
  display: grid;
  grid-template-columns: minmax(250px, 4fr) minmax(0, 8fr);
  gap: clamp(54px, 7vw, 110px);
  align-items: center;
}

.live-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product-lockup,
.footer-lockup {
  color: var(--oxide);
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.product-lockup {
  margin-bottom: 38px;
}

.product-lockup strong,
.footer-lockup strong {
  font-weight: 760;
}

.product-lockup span,
.footer-lockup span {
  margin-inline: 0.28em;
  font-weight: 400;
}

.live-copy h2 {
  max-width: 620px;
  font-size: clamp(2.2rem, 3.2vw, 4rem);
}

.live-copy > p:not(.product-lockup) {
  max-width: 540px;
  margin-top: 32px;
  font-size: clamp(1.16rem, 1.45vw, 1.34rem);
  line-height: 1.52;
  letter-spacing: -0.012em;
}

.live-copy .text-link {
  margin-top: 36px;
}

.viewer-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3 / 2;
  min-height: 0;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  background: var(--ink);
}

.viewer-embed {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  background: var(--ink);
}

/* Delivery */

.delivery-heading {
  max-width: 1080px;
}

.delivery-section {
  border-top: 1px solid var(--line);
  background: var(--limestone);
}

.delivery-inner {
  padding-block: var(--section-space);
}

.process-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-strong);
}

.process-list li {
  min-height: 180px;
  padding: 34px 0;
  display: grid;
  grid-template-columns: minmax(110px, 2fr) minmax(0, 10fr);
  border-bottom: 1px solid var(--line-strong);
}

.process-list .number {
  margin: 0;
}

.process-list h3 {
  margin-bottom: 12px;
}

.process-list p {
  max-width: 720px;
}

/* Footer — CTA absorbed into footer rather than a separate orange section */
.site-footer {
  padding: 0 0 28px;
  background: var(--ink);
  color: #eeeae4;
}

.footer-contact {
  min-height: clamp(330px, 34vw, 480px);
  padding-block: clamp(72px, 8vw, 110px);
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(220px, 2fr);
  gap: 60px;
  align-items: end;
  border-bottom: 1px solid var(--dark-line);
}

.footer-contact h2 {
  max-width: 920px;
  color: #f2eee8;
  font-size: clamp(2.7rem, 5vw, 5.8rem);
}

.footer-button {
  justify-self: end;
  align-self: end;
  border-color: #57514c;
  color: #f2eee8;
  background: transparent;
}

.footer-button:hover {
  border-color: var(--oxide-light);
  color: var(--oxide-light);
}

.footer-grid {
  padding-top: 68px;
  display: grid;
  grid-template-columns: minmax(300px, 5fr) repeat(3, minmax(120px, 1.5fr));
  gap: 42px;
}

.footer-brand p:last-child {
  margin-top: 16px;
  color: #a7a099;
}

.footer-lockup {
  font-size: clamp(1.35rem, 1.7vw, 1.8rem);
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #a7a099;
  font-size: 0.85rem;
}

.footer-column a {
  transition: color 150ms ease;
}

.footer-column a:hover {
  color: #f2eee8;
}

.footer-label {
  margin-bottom: 12px;
  color: #f2eee8;
}

.footer-bottom {
  margin-top: 76px;
  padding-top: 22px;
  border-top: 1px solid var(--dark-line);
  display: flex;
  justify-content: space-between;
  color: #79736d;
  font-size: 0.74rem;
}

/* Responsive */
@media (max-width: 980px) {
  :root {
    --shell: min(100% - 48px, 760px);
  }

  .live-section,
  .footer-grid,
  .footer-contact,
  .hero-foundation-inner {
    grid-template-columns: 1fr;
  }

  .hero-primary {
    min-height: 650px;
  }

  .hero-foundation {
    min-height: 0;
  }

  .hero-foundation-inner {
    min-height: 100px;
  }

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

  .benefit-item,
  .benefit-item + .benefit-item {
    min-height: 0;
    padding: 38px 0 44px;
    border-left: 0;
  }

  .benefit-item + .benefit-item {
    border-top: 1px solid var(--dark-line);
  }

  .number {
    margin-bottom: 44px;
  }

  .live-section {
    align-items: start;
  }

  .viewer-frame {
    aspect-ratio: 4 / 3;
  }


  .footer-contact {
    gap: 42px;
  }

  .footer-button {
    justify-self: start;
  }

  .footer-grid {
    gap: 48px;
  }
}

@media (max-width: 640px) {
  :root {
    --shell: calc(100% - 32px);
    --section-space: 78px;
  }

  .header-inner {
    min-height: 72px;
  }

  .brand {
    font-size: 1.7rem;
  }

  .primary-nav {
    gap: 16px;
    font-size: 0.74rem;
  }

  .primary-nav a:nth-child(2) {
    display: none;
  }

  h1 {
    font-size: clamp(3.45rem, 16vw, 5.2rem);
  }

  h2 {
    font-size: clamp(2.35rem, 11vw, 3.5rem);
  }

  .hero-primary {
    min-height: 610px;
  }

  .hero-primary-inner {
    padding-block: 72px;
  }

  .hero-support {
    margin-top: 30px;
  }

  .hero-actions {
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .benefits-inner {
    padding-top: 70px;
    padding-bottom: 88px;
  }

  .viewer-frame {
    aspect-ratio: 4 / 3;
  }

  .process-list li {
    grid-template-columns: 58px 1fr;
  }

  .footer-contact {
    min-height: 360px;
  }

  .footer-grid {
    padding-top: 56px;
  }

  .footer-bottom {
    gap: 18px;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
