:root {
  --warm-white: #faf8f4;
  --paper: #f1ede7;
  --terracotta: #c65a4a;
  --terracotta-dark: #a74539;
  --teal: #2a9d8f;
  --teal-dark: #176f65;
  --charcoal: #2f2f2f;
  --ink: #202b32;
  --muted: #5f625f;
  --line: #ded8d0;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  --shell-max: 1180px;
  --page-gutter: 32px;
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: hidden; overflow-x: clip; background: var(--warm-white); color: var(--charcoal); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; cursor: pointer; }
a:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; border-radius: 3px; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; background: var(--ink); color: #fff; font-size: 14px; font-weight: 700; transform: translateY(-160%); transition: transform 160ms ease-out; }
.skip-link:focus { transform: translateY(0); }
.shell { width: calc(100% - (var(--page-gutter) * 2)); max-width: var(--shell-max); min-width: 0; margin-inline: auto; }

.site-header { min-width: 0; min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 40px; position: relative; z-index: 5; }
.brand { min-width: 0; display: inline-flex; align-items: center; flex-shrink: 1; }
.brand-logo { width: 215px; max-width: 100%; height: auto; flex-shrink: 1; }
.nav-toggle { display: none; }
.nav-links { min-width: 0; display: flex; align-items: center; gap: clamp(24px, 3.4vw, 48px); }
.nav-links > a:not(.button) { min-height: 44px; display: inline-flex; align-items: center; position: relative; color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.nav-links > a:not(.button)::after { content: ""; position: absolute; right: 100%; bottom: 6px; left: 0; height: 2px; background: var(--teal); transition: right 180ms ease-out; }
.nav-links > a:not(.button):hover::after { right: 0; }
.cart-nav,
.nav-links [data-cart-link] { gap: 8px; }
.cart-count {
  min-width: 20px;
  min-height: 20px;
  display: inline-grid;
  place-items: center;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--terracotta);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}
.cart-count[hidden] { display: none; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 27px; border: 1.5px solid var(--terracotta); border-radius: 3px; background: var(--terracotta-dark); box-shadow: 0 7px 16px rgba(126, 51, 41, .13); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .07em; line-height: 1; text-transform: uppercase; transition: background-color 180ms ease-out, transform 180ms ease-out, box-shadow 180ms ease-out; }
.button:hover { background: #91382f; transform: translateY(-2px); box-shadow: 0 10px 22px rgba(126, 51, 41, .19); }
.button:active { transform: scale(.975); transition-duration: 90ms; }
.button:disabled { cursor: wait; opacity: .62; transform: none; box-shadow: none; }
.button-small { min-height: 44px; padding: 11px 23px; }
.button-outline { background: rgba(250, 248, 244, .82); box-shadow: none; color: var(--terracotta-dark); }
.button-outline:hover { background: #fff; color: var(--terracotta-dark); }

.hero { min-height: 560px; display: grid; grid-template-columns: minmax(390px, .92fr) minmax(0, 1.08fr); align-items: stretch; gap: 28px; position: relative; padding-block: 32px 54px; }
.hero > *, .audience-grid > *, .process-list > *, .footer-grid > * { min-width: 0; }
.hero-copy { width: 100%; max-width: 530px; display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; padding: 38px 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, .audience-card h3 { font-family: var(--serif); color: var(--ink); font-weight: 600; font-optical-sizing: auto; letter-spacing: -.025em; text-wrap: balance; }
h1 { max-width: 530px; margin: 0 0 14px; font-size: clamp(46px, 4.25vw, 61px); line-height: 1.045; }
h1 em { color: var(--terracotta); font-style: normal; font-weight: 600; }
.hero-swish { width: 108px; height: 9px; display: block; margin: 0 0 25px; position: relative; transform: rotate(-2deg); }
.hero-swish::after { content: ""; width: 100%; height: 3px; position: absolute; top: 0; left: 0; border-radius: 50%; background: var(--teal); }
.hero-support { max-width: 390px; margin-bottom: 28px; color: #454a4c; font-size: 17px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 18px; }
.brand-detail { margin: 30px 0 0; color: #454a4c; font-size: 12px; }
.brand-detail span { margin-right: 8px; color: var(--teal); font-size: 22px; line-height: 0; vertical-align: -3px; }
.hero-visual { min-width: 0; height: 100%; min-height: 474px; overflow: hidden; position: relative; margin: 0; border-radius: 6px; box-shadow: 0 16px 38px rgba(73, 61, 49, .09); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(250,248,244,.2), transparent 22%); pointer-events: none; }
.hero-visual picture { width: 100%; height: 100%; display: block; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; transition: transform 650ms cubic-bezier(.16, 1, .3, 1); }
.hero-visual:hover img { transform: scale(1.018); }

.audiences { padding-block: 82px 92px; }
.section-intro { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.eyebrow { margin-bottom: 12px; color: var(--terracotta-dark); font-size: 12px; font-weight: 800; letter-spacing: .15em; }
h2 { margin-bottom: 0; font-size: clamp(35px, 3.6vw, 50px); line-height: 1.12; }
.audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.audience-card { min-width: 0; text-align: center; }
.card-copy { min-height: 215px; padding: 0 20px 23px; position: relative; }
.audience-card + .audience-card .card-copy::before { content: ""; position: absolute; top: 12px; bottom: 20px; left: -10px; width: 1px; background: var(--line); }
.audience-icon { width: 42px; height: 42px; margin: 0 auto 12px; fill: none; stroke: var(--teal); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.card-copy h3 { margin-bottom: 9px; font-size: 25px; line-height: 1.2; }
.card-copy p { max-width: 235px; margin: 0 auto; color: #44494b; font-size: 13px; line-height: 1.65; }
.card-image { aspect-ratio: 1; margin: 0; overflow: hidden; position: relative; border-radius: 4px; background: #eee9e2; box-shadow: 0 7px 20px rgba(73, 61, 49, .08); transition: transform 350ms cubic-bezier(.16, 1, .3, 1), box-shadow 350ms ease; }
.card-image picture, .card-image img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.card-image img { object-fit: cover; object-position: center; }
.audience-card:hover .card-image { transform: translateY(-4px) scale(1.012); box-shadow: 0 14px 30px rgba(73, 61, 49, .13); }
.card-link { min-height: 44px; display: inline-flex; align-items: center; margin-top: 12px; color: var(--teal-dark); font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.card-link span { margin-left: 8px; color: var(--teal); font-size: 19px; font-weight: 400; transition: transform 180ms ease-out; }
.card-link:hover span { transform: translateX(5px); }
.card-link:active { opacity: .72; }

.process { padding-block: 82px 78px; background: #f3f0eb; }
.process-intro { margin-bottom: 35px; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin: 0 0 43px; padding: 0; list-style: none; text-align: center; }
.process-list li { min-width: 0; position: relative; }
.process-list li:not(:last-child)::after { content: ""; width: 86px; position: absolute; top: 44px; right: -58px; border-top: 1px dashed rgba(198,90,74,.58); }
.step-marker { width: 90px; height: 90px; display: grid; place-items: center; position: relative; z-index: 1; margin: 0 auto 20px; border-radius: 50%; background: #ebe7e1; }
.step-marker svg { width: 44px; height: 44px; fill: none; stroke: var(--terracotta); stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.process-list li:nth-child(even) .step-marker svg { stroke: var(--teal); }
.process-list h3 { margin-bottom: 9px; color: var(--ink); font-size: 15px; line-height: 1.35; }
.process-list h3 span { font-weight: 800; }
.process-list p { max-width: 220px; margin: 0 auto; color: #4e5252; font-size: 13px; line-height: 1.65; }
.process-cta { width: 230px; display: flex; margin: 0 auto; }

.site-footer { padding-block: 47px 22px; background: #eeeae4; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1.15fr .7fr .95fr; align-items: stretch; gap: 0; padding-bottom: 36px; }
.footer-grid > * { min-width: 0; padding-inline: 36px; }
.footer-grid > *:first-child { padding-left: 0; }
.footer-grid > * + * { border-left: 1px solid #d4cec6; }
.footer-brand, .footer-group { min-height: 188px; }
.footer-brand { display: grid; align-items: start; }
.footer-group { display: grid; grid-template-rows: auto repeat(3, minmax(44px, auto)); row-gap: 4px; align-items: start; }
.footer-group h2 { grid-row: 1; margin: 0 0 12px; color: var(--terracotta-dark); font-family: var(--sans); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-group p, .footer-group a { max-width: 100%; margin: 0; overflow-wrap: anywhere; color: #44494b; font-size: 12px; }
.footer-group > :nth-child(2) { grid-row: 2; }
.footer-group > :nth-child(3):last-child { grid-row: 3; }
.footer-group a, .footer-group p { min-height: 44px; display: inline-flex; align-items: center; }
.footer-group a:hover { color: var(--teal-dark); }
.footer-group [data-social-link][aria-disabled="true"] { cursor: default; }
.footer-legal > :nth-child(3) { grid-row: 3; }
.footer-legal > :nth-child(4) { grid-row: 4; }
.footer-bottom { display: flex; justify-content: center; gap: 30px; padding-top: 18px; border-top: 1px solid #d4cec6; }
.footer-bottom p { margin: 0; color: #555957; font-size: 12px; }

.interior-main { min-height: 62vh; padding-block: 72px 96px; }
.interior-header { max-width: 720px; margin-bottom: 48px; }
.interior-header .eyebrow { margin-bottom: 14px; }
.interior-header h1 { max-width: 720px; margin-bottom: 18px; }
.interior-header > p:last-child { max-width: 640px; margin-bottom: 0; color: #4c504f; font-size: 17px; }
.back-link { min-height: 44px; display: inline-flex; align-items: center; margin-top: 28px; color: var(--teal-dark); font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.back-link span { margin-right: 8px; font-size: 18px; }

.contact-layout { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: clamp(48px, 7vw, 96px); align-items: start; }
.contact-aside { padding-top: 8px; }
.contact-aside h2 { margin-bottom: 16px; font-size: clamp(32px, 3vw, 42px); }
.contact-aside p { max-width: 36ch; color: #4c504f; }
.contact-aside a { color: var(--teal-dark); font-weight: 700; overflow-wrap: anywhere; }
.contact-form { padding: clamp(24px, 4vw, 44px); border: 1px solid var(--line); border-radius: 10px; background: #fffdf9; box-shadow: 0 16px 38px rgba(73, 61, 49, .08); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.form-field { min-width: 0; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: 7px; color: var(--ink); font-size: 13px; font-weight: 750; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid #a9a39a; border-radius: 5px; background: #fff; color: var(--ink); font: inherit; font-size: 16px; }
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--teal-dark); outline: 3px solid rgba(42, 157, 143, .24); outline-offset: 1px; }
.form-field [aria-invalid="true"] { border-color: #9e382f; }
.field-error { min-height: 20px; margin: 5px 0 0; color: #8b2f28; font-size: 12px; }
.form-actions { display: flex; align-items: center; gap: 18px; margin-top: 26px; }
.form-status { margin: 0; color: #414746; font-size: 14px; }
.form-status[data-state="success"] { color: #176f65; font-weight: 700; }
.form-status[data-state="error"] { color: #8b2f28; font-weight: 700; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; }
.placeholder-card { max-width: 720px; padding: clamp(28px, 5vw, 52px); border: 1px solid var(--line); border-radius: 10px; background: #fffdf9; }
.placeholder-card h1 { margin-bottom: 16px; }
.placeholder-card p { max-width: 60ch; color: #4c504f; }

@media (max-width: 980px) {
  :root { --shell-max: 760px; --page-gutter: 20px; }
  .site-header { min-height: 90px; flex-wrap: wrap; padding-block: 16px; }
  .nav-links { width: 100%; justify-content: space-between; order: 2; padding-top: 10px; border-top: 1px solid var(--line); }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 8px; padding-block: 24px 64px; }
  .hero-copy { max-width: 620px; padding: 48px 0 34px; }
  .hero-visual { min-width: 100%; min-height: 0; height: 420px; border-radius: 6px; }
  .hero-visual::after { display: none; }
  .hero-visual img { object-position: center; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); gap: 58px 24px; }
  .audience-card:nth-child(3) .card-copy::before { display: none; }
  .card-copy { min-height: 200px; }
  .process-list { grid-template-columns: repeat(2, 1fr); gap: 54px 30px; }
  .process-list li::after { display: none; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
  .footer-grid > * { padding: 0; border-left: 0 !important; }
  .footer-group:last-child { grid-column: 2; }
  .contact-layout { grid-template-columns: 1fr; gap: 40px; }
  .contact-aside p { max-width: 60ch; }
}

@media (max-width: 620px) {
  :root { --shell-max: 100%; --page-gutter: 16px; }
  .site-header { min-height: 82px; flex-wrap: nowrap; padding-block: 14px; }
  .brand-logo { width: 178px; }
  .nav-toggle { width: 48px; height: 48px; display: grid; place-content: center; gap: 5px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 5px; background: var(--warm-white); color: var(--ink); cursor: pointer; }
  .nav-toggle span { width: 22px; height: 2px; display: block; border-radius: 2px; background: currentColor; transition: transform 180ms ease-out, opacity 140ms ease-out; }
  .nav-toggle:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; }
  .site-header[data-menu-open] .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .site-header[data-menu-open] .nav-toggle span:nth-child(2) { opacity: 0; }
  .site-header[data-menu-open] .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-links { width: 100%; display: flex; flex-direction: column; align-items: stretch; gap: 2px; order: initial; padding: 14px; border: 1px solid var(--line); border-radius: 7px; background: rgba(250, 248, 244, .98); box-shadow: 0 18px 36px rgba(73, 61, 49, .13); }
  .nav-links > a:not(.button) { width: 100%; min-height: 44px; justify-content: center; font-size: 12px; }
  .nav-links .button { width: 100%; margin-top: 5px; }
  .js .nav-links { position: absolute; top: calc(100% - 2px); right: 0; left: 0; visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-6px) scale(.985); transform-origin: top right; transition: opacity 160ms ease-out, transform 220ms ease-out, visibility 0s linear 220ms; }
  .js .site-header[data-menu-open] .nav-links { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); transition-delay: 0s; }
  html:not(.js) .site-header { flex-wrap: wrap; }
  html:not(.js) .nav-toggle { display: none; }
  html:not(.js) .nav-links { order: 2; }
  .hero-copy { padding-top: 42px; }
  h1 { font-size: clamp(40px, 12vw, 52px); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .hero-actions .button { width: 100%; }
  .brand-detail { margin-top: 27px; }
  .hero-visual { height: 300px; }
  .audiences { padding-block: 70px 78px; }
  .section-intro { margin-bottom: 42px; }
  .audience-grid { grid-template-columns: 1fr; gap: 48px; }
  .audience-card .card-copy::before { display: none; }
  .card-copy { min-height: auto; padding-bottom: 22px; }
  .card-copy p { max-width: 310px; }
  .card-image { aspect-ratio: 1; }
  .process { padding-block: 70px; }
  .process-list { grid-template-columns: 1fr; gap: 42px; }
  .process-list li { display: grid; grid-template-columns: 78px 1fr; grid-template-rows: auto auto; column-gap: 20px; text-align: left; }
  .step-marker { width: 78px; height: 78px; grid-row: 1 / 3; margin: 0; }
  .step-marker svg { width: 38px; height: 38px; }
  .process-list h3 { align-self: end; margin-bottom: 5px; }
  .process-list p { max-width: none; margin: 0; }
  .process-cta { width: 100%; }
  .site-footer { padding-top: 54px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer-brand { min-height: 0; grid-column: 1 / -1; }
  .footer-group:last-child { grid-column: auto; }
  .footer-bottom { align-items: center; flex-direction: column; gap: 6px; text-align: center; }
  .interior-main { padding-block: 52px 72px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-field-wide { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .form-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

@media (prefers-contrast: more) {
  :root { --muted: #454545; --line: #aaa39a; }
  .button-outline { background: var(--warm-white); }
  .hero-visual, .card-image { box-shadow: 0 0 0 1px var(--line); }
}
