:root {
  --ink: #17211e;
  --muted: #69716d;
  --line: #d9dcd8;
  --paper: #fbfbf8;
  --white: #ffffff;
  --sage: #6f8f7e;
  --sage-soft: #e7efe9;
  --coral: #c76545;
  --coral-dark: #a94f34;
  --coral-soft: #f5e6df;
  --ochre: #d2a452;
  --ochre-soft: #f5eddc;
  --dark: #16221f;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-header {
  align-items: center;
  background: rgba(251, 251, 248, 0.96);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr auto 1fr;
  min-height: 84px;
  padding: 12px clamp(24px, 5vw, 76px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand-mark {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-self: start;
}

.brand-symbol {
  align-items: center;
  background: var(--coral);
  color: white;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  letter-spacing: -0.05em;
  width: 40px;
}

.brand-name {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.15;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  gap: clamp(22px, 3vw, 44px);
}

.main-nav a,
.header-cta {
  font-size: 13px;
  font-weight: 520;
}

.main-nav a {
  color: #46504c;
  transition: color 180ms ease;
}

.main-nav a:hover {
  color: var(--ink);
}

.header-cta {
  align-items: center;
  border-bottom: 1px solid var(--coral);
  color: var(--coral-dark);
  display: flex;
  gap: 14px;
  justify-self: end;
  padding: 10px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(420px, 0.83fr) minmax(560px, 1.17fr);
  min-height: calc(100vh - 84px);
}

.hero-copy {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(64px, 8vw, 120px) clamp(36px, 6vw, 92px);
  position: relative;
}

.hero-copy::after {
  background: var(--coral);
  content: "";
  height: 84px;
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
}

.eyebrow,
.section-kicker {
  align-items: center;
  color: var(--coral-dark);
  display: flex;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.16em;
  margin: 0;
  text-transform: uppercase;
}

.eyebrow span {
  background: var(--coral);
  display: inline-block;
  height: 1px;
  margin-right: 12px;
  width: 28px;
}

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

h1 {
  font-size: clamp(48px, 5.4vw, 82px);
  font-weight: 520;
  letter-spacing: -0.062em;
  line-height: 0.97;
  margin: 34px 0 30px;
}

.hero-lead {
  color: #535d58;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.62;
  max-width: 570px;
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: 34px;
  margin-top: 24px;
}

.button {
  align-items: center;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 620;
  gap: 28px;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

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

.button-primary:hover {
  background: var(--coral-dark);
}

.text-link {
  border-bottom: 1px solid #aab0ac;
  display: flex;
  font-size: 13px;
  gap: 18px;
  padding: 12px 0 9px;
}

.hero-stats {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(54px, 8vh, 92px);
  width: 100%;
}

.hero-stats div {
  background: var(--coral-soft);
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 112px;
  padding: 16px;
  position: relative;
}

.hero-stats div:nth-child(2) {
  background: var(--sage-soft);
}

.hero-stats div:nth-child(3) {
  background: var(--ochre-soft);
}

.hero-stats i {
  background: var(--coral);
  height: 4px;
  position: absolute;
  right: 14px;
  top: 16px;
  width: 28px;
}

.hero-stats div:nth-child(2) i {
  background: var(--sage);
  width: 18px;
}

.hero-stats div:nth-child(3) i {
  background: var(--ochre);
  width: 8px;
}

.hero-stats strong {
  font-size: 24px;
  font-weight: 560;
}

.hero-stats span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
}

.hero-visual {
  min-height: 690px;
  overflow: hidden;
  position: relative;
}

.hero-visual > img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 56% center;
  position: absolute;
  top: 0;
  width: 100%;
}

.visual-note {
  background: rgba(253, 253, 250, 0.95);
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  left: 0;
  padding: 22px 28px;
  position: absolute;
}

.visual-note span {
  color: var(--coral-dark);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.visual-note strong {
  font-size: 14px;
  font-weight: 560;
}

.section-shell {
  padding: 120px clamp(24px, 6vw, 92px);
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 64px;
  grid-template-columns: 1.2fr 0.8fr;
  margin-bottom: 64px;
}

.section-heading h2,
.brands-intro h2,
.supply h2,
.request h2 {
  font-size: clamp(40px, 4.4vw, 68px);
  font-weight: 510;
  letter-spacing: -0.055em;
  line-height: 1.02;
  margin: 22px 0 0;
}

.section-heading > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  max-width: 510px;
}

.audiences {
  background: white;
}

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

.audience-card {
  min-height: 390px;
  padding: 30px clamp(24px, 3.2vw, 50px) 34px;
  position: relative;
}

.audience-card::before {
  background: var(--coral);
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: -1px;
}

.audience-card:nth-child(2)::before {
  background: var(--sage);
}

.audience-card:nth-child(3)::before {
  background: var(--ochre);
}

.audience-card + .audience-card {
  border-left: 1px solid var(--line);
}

.card-number,
.supply-index {
  color: #89918d;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.card-icon {
  height: 60px;
  margin: 54px 0 28px;
}

.card-icon-bars {
  align-items: flex-end;
  display: flex;
  gap: 6px;
  height: 60px;
}

.card-icon-bars i {
  background: var(--coral);
  display: block;
  height: 30px;
  width: 14px;
}

.audience-card:nth-child(2) .card-icon-bars i {
  background: var(--sage);
}

.audience-card:nth-child(3) .card-icon-bars i {
  background: var(--ochre);
}

.card-icon-bars i:nth-child(2) {
  height: 46px;
}

.card-icon-bars i:nth-child(3) {
  height: 22px;
}

.audience-card:nth-child(2) .card-icon-bars i:first-child {
  height: 52px;
}

.audience-card:nth-child(3) .card-icon-bars {
  transform: rotate(-22deg);
  transform-origin: left bottom;
}

.audience-card h3,
.supply-list h3,
.process-grid h3 {
  font-size: 21px;
  font-weight: 560;
  letter-spacing: -0.025em;
  margin-bottom: 16px;
}

.audience-card p,
.supply-list p,
.process-grid p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.audience-card > a {
  bottom: 34px;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  left: clamp(24px, 3.2vw, 50px);
  position: absolute;
  right: clamp(24px, 3.2vw, 50px);
}

.brands {
  display: grid;
  gap: 80px;
  grid-template-columns: 0.72fr 1.28fr;
}

.brands-intro {
  align-self: start;
  position: sticky;
  top: 140px;
}

.brand-summary {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 26px;
  margin-top: 48px;
  padding-top: 28px;
}

.brand-ring {
  align-items: center;
  background: conic-gradient(var(--coral) 0 33%, var(--sage) 33% 70%, var(--ochre) 70% 100%);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 112px;
  justify-content: center;
  position: relative;
  width: 112px;
}

.brand-ring::after {
  background: var(--paper);
  border-radius: 50%;
  content: "";
  inset: 10px;
  position: absolute;
}

.brand-ring strong,
.brand-ring span {
  position: relative;
  z-index: 1;
}

.brand-ring strong {
  font-size: 30px;
  font-weight: 580;
  line-height: 1;
}

.brand-ring span {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.1em;
  margin-top: 5px;
  text-transform: uppercase;
}

.brand-legend p {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 11px;
  gap: 8px;
  margin-bottom: 10px;
}

.brand-legend i {
  background: var(--coral);
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.brand-legend p:nth-child(2) i {
  background: var(--sage);
}

.brand-legend p:nth-child(3) i {
  background: var(--ochre);
}

.brand-grid {
  border-top: 1px solid var(--line);
}

.brand-item {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  min-height: 84px;
  padding: 10px 4px;
  position: relative;
}

.brand-item::before {
  background: var(--coral);
  content: "";
  height: 6px;
  margin-right: 16px;
  width: 6px;
}

.brand-item:nth-child(3n + 2)::before {
  background: var(--sage);
}

.brand-item:nth-child(3n)::before {
  background: var(--ochre);
}

.brand-item span {
  flex: 1;
  font-size: clamp(21px, 2.2vw, 34px);
  font-weight: 580;
  letter-spacing: -0.04em;
}

.brand-item small {
  color: #8b918e;
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.supply {
  background: var(--dark);
  color: white;
  display: grid;
  gap: clamp(60px, 9vw, 150px);
  grid-template-columns: 1fr 1fr;
  padding: 120px clamp(24px, 6vw, 92px);
}

.section-kicker.light {
  color: #f0a98f;
}

.supply-copy {
  align-self: start;
}

.supply-lead {
  color: #b9c1bd;
  font-size: 16px;
  line-height: 1.7;
  margin: 34px 0;
  max-width: 540px;
}

.delivery-flow {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 32px;
}

.delivery-flow span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid #4c5a55;
  color: #e3e8e5;
  font-size: 10px;
  letter-spacing: 0.08em;
  padding: 9px 12px;
  text-transform: uppercase;
}

.delivery-flow span:first-child {
  border-color: #bb6e55;
}

.delivery-flow span:last-child {
  border-color: #8ca693;
}

.delivery-flow i {
  color: #839088;
  font-size: 12px;
  font-style: normal;
}

.button-light {
  background: #edf0ec;
  color: var(--ink);
}

.button-light:hover {
  background: white;
}

.supply-list {
  border-top: 1px solid #43504b;
}

.supply-list > div {
  border-bottom: 1px solid #43504b;
  display: grid;
  gap: 22px;
  grid-template-columns: 36px 0.75fr 1.25fr;
  padding: 32px 0;
}

.supply-list h3,
.supply-list p {
  margin: 0;
}

.supply-list p {
  color: #aeb8b3;
}

.process-heading {
  margin-bottom: 74px;
}

.process-grid {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.process-grid::before {
  background: linear-gradient(90deg, var(--coral), var(--sage), var(--ochre));
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 82px;
}

.process-grid article {
  min-height: 245px;
  padding: 26px 32px 28px 0;
  position: relative;
}

.process-grid article + article {
  border-left: 1px solid var(--line);
  padding-left: 32px;
}

.process-grid article > span {
  color: var(--coral-dark);
  font-size: 10px;
  letter-spacing: 0.12em;
}

.process-node {
  background: var(--paper);
  border: 4px solid var(--coral);
  border-radius: 50%;
  height: 16px;
  left: 0;
  position: absolute;
  top: 75px;
  width: 16px;
  z-index: 1;
}

.process-grid article:nth-child(2) .process-node,
.process-grid article:nth-child(4) .process-node {
  border-color: var(--sage);
}

.process-grid article:nth-child(3) .process-node {
  border-color: var(--ochre);
}

.process-grid h3 {
  margin-top: 72px;
}

.request {
  background: linear-gradient(135deg, var(--coral-soft), #f8f7f2 50%, var(--sage-soft));
  display: grid;
  gap: clamp(60px, 8vw, 130px);
  grid-template-columns: 0.76fr 1.24fr;
  padding: 120px clamp(24px, 6vw, 92px);
}

.request-heading > p:last-child {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  margin-top: 34px;
  max-width: 450px;
}

.request-form {
  display: grid;
  gap: 24px 30px;
  grid-template-columns: 1fr 1fr;
}

.request-form label {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-trap {
  height: 0;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.request-form label > span {
  color: #5d6662;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.request-form input,
.request-form select,
.request-form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #afb5b0;
  border-radius: 0;
  color: var(--ink);
  font-size: 15px;
  outline: none;
  padding: 11px 0 14px;
  resize: vertical;
  width: 100%;
}

.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus {
  border-color: var(--ink);
}

.request-form input::placeholder,
.request-form textarea::placeholder {
  color: #929994;
}

.form-wide {
  grid-column: 1 / -1;
}

.form-submit {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-top: 14px;
}

.form-submit p {
  color: #7a827e;
  font-size: 10px;
  line-height: 1.5;
  margin: 0;
  max-width: 310px;
}

.form-submit .form-error {
  color: #9b3f35;
  font-size: 11px;
  margin-top: 9px;
  max-width: 410px;
}

.button:disabled {
  cursor: wait;
  opacity: 0.64;
  transform: none;
}

.form-success {
  align-self: center;
  border-bottom: 1px solid #b8bdb8;
  border-top: 1px solid #b8bdb8;
  padding: 42px 0;
}

.form-success > span {
  align-items: center;
  border: 1px solid var(--sage);
  color: var(--sage);
  display: flex;
  font-size: 22px;
  height: 52px;
  justify-content: center;
  margin-bottom: 28px;
  width: 52px;
}

.form-success h3 {
  font-size: 34px;
  font-weight: 520;
  letter-spacing: -0.04em;
  margin: 18px 0 12px;
}

.form-success > p:last-of-type {
  color: var(--muted);
}

footer {
  align-items: center;
  background: #111a17;
  color: white;
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr auto auto;
  padding: 50px clamp(24px, 6vw, 92px);
}

.footer-brand .brand-symbol {
  background: var(--coral);
  color: white;
}

footer > p {
  color: #9da8a3;
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
}

footer nav {
  display: flex;
  gap: 30px;
}

footer nav a {
  color: #c8cfcb;
  font-size: 12px;
}

.back-top {
  align-items: center;
  border: 1px solid #56605c;
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

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

  .hero-copy {
    min-height: auto;
    padding-bottom: 76px;
  }

  .hero-visual {
    min-height: 680px;
  }

  .brands,
  .supply,
  .request {
    grid-template-columns: 1fr;
  }

  .brands-intro {
    position: static;
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 72px;
    padding: 10px 18px;
  }

  .brand-symbol {
    height: 36px;
    width: 36px;
  }

  .header-cta {
    font-size: 11px;
    gap: 8px;
  }

  .hero-copy {
    padding: 62px 22px 52px;
  }

  h1 {
    font-size: clamp(46px, 14vw, 68px);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .hero-stats {
    gap: 14px;
    margin-top: 56px;
  }

  .hero-visual {
    min-height: 480px;
  }

  .hero-visual > img {
    object-position: 59% center;
  }

  .visual-note {
    margin-right: 20px;
  }

  .section-shell,
  .supply,
  .request {
    padding: 82px 22px;
  }

  .section-heading {
    align-items: start;
    gap: 28px;
    grid-template-columns: 1fr;
    margin-bottom: 44px;
  }

  .section-heading h2,
  .brands-intro h2,
  .supply h2,
  .request h2 {
    font-size: 43px;
  }

  .audience-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .audience-card {
    min-height: 350px;
  }

  .audience-card + .audience-card {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .brands {
    gap: 48px;
  }

  .brand-item {
    min-height: 70px;
  }

  .brand-item small {
    display: none;
  }

  .supply {
    gap: 70px;
  }

  .supply-list > div {
    gap: 14px;
    grid-template-columns: 30px 1fr;
  }

  .supply-list p {
    grid-column: 2;
  }

  .process-grid article,
  .process-grid article + article {
    border-left: 0;
    border-bottom: 1px solid var(--line);
    min-height: 215px;
    padding: 26px 0;
  }

  .process-grid h3 {
    margin-top: 48px;
  }

  .request-form {
    grid-template-columns: 1fr;
  }

  .form-wide {
    grid-column: auto;
  }

  .form-submit {
    align-items: flex-start;
    flex-direction: column;
  }

  .form-submit .button {
    width: 100%;
  }

  footer {
    align-items: start;
    grid-template-columns: 1fr auto;
  }

  footer > p,
  footer nav {
    grid-column: 1 / -1;
  }

  footer nav {
    flex-wrap: wrap;
  }

  .back-top {
    grid-column: 2;
    grid-row: 1;
  }
}

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

  .button {
    transition: none;
  }
}
