:root {
  --paper: #f4f1ea;
  --paper-deep: #e9e4da;
  --ink: #171717;
  --ink-soft: #4e504e;
  --navy: #24354a;
  --navy-deep: #1a293b;
  --line: rgba(36, 53, 74, 0.22);
  --accent: #a75537;
  --white: #fffdf8;
  --display: Georgia, 'Times New Roman', serif;
  --body: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 16px; line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }

:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 20; padding: 10px 14px; background: var(--navy); color: var(--white); transform: translateY(-160%); transition: transform 160ms ease; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(1200px, calc(100% - 64px)); margin: 0 auto; }
.section { padding: 112px 0; }
.section-rule { border-top: 1px solid var(--line); }
.section-tint { background: var(--paper-deep); }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(244, 241, 234, 0.97); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.wordmark { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-height: 44px; }
.wordmark-mark { font-size: 20px; font-weight: 700; letter-spacing: 0.16em; }
.wordmark-copy { padding-left: 12px; border-left: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; letter-spacing: 0.13em; text-transform: uppercase; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: 25px; font-size: 13px; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta):hover, .site-nav a:not(.nav-cta):focus-visible { color: var(--accent); }
.nav-cta { display: inline-flex; min-height: 42px; align-items: center; padding: 0 16px; background: var(--navy); color: var(--white); }
.nav-cta:hover, .button-primary:hover { background: var(--accent); }
.menu-toggle { display: none; min-height: 44px; border: 0; background: transparent; padding: 8px 0 8px 12px; cursor: pointer; }
.menu-toggle-label { font-size: 12px; letter-spacing: 0.11em; text-transform: uppercase; }
.menu-toggle-lines { display: inline-flex; margin-left: 9px; flex-direction: column; gap: 5px; width: 20px; }
.menu-toggle-lines i { display: block; width: 20px; height: 1px; background: var(--ink); }

.hero { padding: 56px 0 64px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.8fr); gap: clamp(48px, 8vw, 124px); align-items: start; min-height: min(720px, calc(100dvh - 72px)); }
.hero-copy { padding: 24px 0; }
.eyebrow, .section-index, .guide-type, .preview-label, .brief-aside span, .footer-meta { font-size: 11px; letter-spacing: 0.13em; text-transform: uppercase; }
.eyebrow { margin: 0 0 26px; color: var(--accent); font-weight: 700; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; }
h1 { max-width: 680px; margin-bottom: 26px; font-size: clamp(44px, 5vw, 70px); line-height: 1.07; letter-spacing: -0.045em; }
.hero-body { max-width: 590px; margin-bottom: 30px; color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 12px; padding: 0 20px; border: 1px solid transparent; font-size: 13px; font-weight: 700; text-decoration: none; transition: background 150ms ease, color 150ms ease, border-color 150ms ease, transform 150ms ease; }
.button:active { transform: translateY(1px); }
.button-primary { background: var(--navy); color: var(--white); }
.button-light { background: var(--white); color: var(--navy); }
.button-light:hover { background: var(--accent); color: var(--white); }
.text-link, .text-button { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-size: 13px; font-weight: 700; text-decoration: none; }
.text-link:hover, .text-button:hover { color: var(--accent); }
.hero-microcopy { margin: 18px 0 0; color: var(--ink-soft); font-size: 13px; }
.hero-figure { position: relative; margin: 0; }
.hero-figure img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(0.85); }
.hero-figure::after { content: ''; position: absolute; inset: 16px -16px -16px 16px; z-index: -1; border: 1px solid var(--accent); }
.hero-figure figcaption { display: flex; justify-content: space-between; gap: 24px; padding-top: 14px; color: var(--ink-soft); font-size: 12px; }
.hero-figure figcaption span { color: var(--accent); font-weight: 700; }

.section-heading { max-width: 680px; margin-bottom: 52px; }
.compact-heading { margin-bottom: 40px; }
.section-index { margin-bottom: 16px; color: var(--accent); font-weight: 700; }
.section-index.on-dark { color: #dba88f; }
h2 { max-width: 760px; margin-bottom: 16px; font-size: clamp(36px, 4.5vw, 60px); line-height: 1.05; letter-spacing: -0.04em; }
.section-intro { max-width: 620px; margin-bottom: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.65; }
.purposes-section { padding-top: 92px; }
.purpose-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.purpose-item { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 18px; min-height: 216px; padding: 24px 20px 24px 0; border: 0; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; }
.purpose-item + .purpose-item { padding-left: 20px; }
.purpose-item:last-child { border-right: 0; }
.purpose-item:hover, .purpose-item[aria-pressed='true'] { color: var(--accent); }
.item-number, .workflow-number { color: var(--accent); font-size: 12px; font-weight: 700; }
.purpose-item strong { display: block; margin-bottom: 12px; font-family: var(--display); color: var(--ink); font-size: 28px; font-weight: 400; }
.purpose-item small { display: block; max-width: 190px; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.item-arrow { align-self: start; color: var(--navy); font-size: 20px; }
.selection-note { margin: 15px 0 0; color: var(--ink-soft); font-size: 13px; }

.type-section { padding-bottom: 120px; }
.type-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.type-item { display: flex; min-height: 120px; align-items: center; justify-content: space-between; padding: 22px 24px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; font-family: var(--display); font-size: 25px; text-align: left; cursor: pointer; }
.type-item span:last-child { color: var(--accent); font-family: var(--body); font-size: 18px; }
.type-item:hover, .type-item[aria-pressed='true'] { background: var(--white); }

.sourcing-section { background: var(--navy); color: var(--white); }
.sourcing-grid { display: grid; grid-template-columns: 1fr minmax(340px, 0.72fr); gap: clamp(48px, 10vw, 148px); align-items: center; }
.sourcing-statement h2 { max-width: 600px; margin-bottom: 24px; }
.sourcing-statement > p:not(.section-index) { max-width: 520px; color: rgba(255, 253, 248, 0.76); font-size: 16px; line-height: 1.7; }
.sourcing-statement .button { margin-top: 24px; }
.brief-preview { border: 1px solid rgba(255, 253, 248, 0.48); background: rgba(255, 253, 248, 0.04); }
.brief-preview-top { display: flex; justify-content: space-between; gap: 20px; padding: 15px 18px; border-bottom: 1px solid rgba(255, 253, 248, 0.3); color: rgba(255, 253, 248, 0.75); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; }
.brief-preview-content { padding: 30px 25px 26px; }
.preview-label { margin-bottom: 24px; color: #dba88f; font-weight: 700; }
.preview-row { display: flex; justify-content: space-between; gap: 22px; padding: 14px 0; border-bottom: 1px solid rgba(255, 253, 248, 0.18); color: rgba(255, 253, 248, 0.62); font-size: 13px; }
.preview-row strong { max-width: 210px; color: var(--white); font-size: 13px; font-weight: 400; text-align: right; }
.preview-rule { width: 25%; margin: 24px 0 16px; border-top: 2px solid #dba88f; }
.preview-foot { max-width: 250px; margin: 0; color: rgba(255, 253, 248, 0.62); font-family: var(--display); font-size: 18px; line-height: 1.35; }

.workflow-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.workflow-list li { min-height: 230px; padding: 22px 20px 22px 0; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); }
.workflow-list li + li { padding-left: 20px; }
.workflow-list li:last-child { border-right: 0; }
.workflow-list strong { display: block; margin: 46px 0 14px; font-family: var(--display); font-size: 25px; font-weight: 400; line-height: 1.15; }
.workflow-list p { max-width: 200px; margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }

.buying-grid, .budget-grid, .trust-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr); gap: clamp(50px, 10vw, 150px); align-items: start; }
.buying-grid .section-heading, .budget-grid .section-heading, .trust-grid .section-heading { margin-bottom: 0; }
.buying-topics { border-top: 1px solid var(--line); }
.buying-topics a { position: relative; display: grid; grid-template-columns: 38px minmax(0, 0.78fr) minmax(0, 1fr) 20px; gap: 16px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.buying-topics a:hover { color: var(--accent); }
.buying-topics span, .buying-topics i { color: var(--accent); font-size: 12px; font-style: normal; font-weight: 700; }
.buying-topics strong { font-family: var(--display); font-size: 23px; font-weight: 400; }
.buying-topics small { color: var(--ink-soft); font-size: 13px; }

.location-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.location-grid button { display: flex; min-height: 148px; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 20px 22px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; }
.location-grid button:hover, .location-grid button[aria-pressed='true'] { background: var(--white); }
.location-grid span { font-family: var(--display); font-size: 30px; }
.location-grid small { max-width: 210px; color: var(--ink-soft); font-size: 12px; line-height: 1.45; }

.budget-section { padding-bottom: 120px; }
.budget-options { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.budget-options button { display: grid; grid-template-columns: 26px minmax(0, 1fr); min-height: 130px; align-content: center; gap: 4px 12px; padding: 20px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; }
.budget-options button:hover, .budget-options button[aria-pressed='true'] { background: var(--navy); color: var(--white); }
.budget-options span { grid-row: span 2; color: var(--accent); font-size: 12px; font-weight: 700; }
.budget-options strong { font-family: var(--display); font-size: 23px; font-weight: 400; }
.budget-options small { color: var(--ink-soft); font-size: 12px; }
.budget-options button:hover small, .budget-options button[aria-pressed='true'] small { color: rgba(255, 253, 248, 0.72); }

.trust-list { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.trust-list li { display: flex; min-height: 96px; align-items: flex-start; gap: 16px; padding: 20px 16px 20px 0; border-bottom: 1px solid var(--line); }
.trust-list li:nth-child(odd) { border-right: 1px solid var(--line); }
.trust-list li:nth-child(even) { padding-left: 16px; }
.trust-list span { color: var(--accent); font-size: 12px; font-weight: 700; }
.trust-list strong { font-family: var(--display); font-size: 19px; font-weight: 400; line-height: 1.2; }

.guides-section { padding-bottom: 120px; }
.guides-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.guide-card { min-height: 360px; padding: 24px; border-top: 2px solid var(--navy); background: var(--white); }
.guide-card-feature { padding: 0 24px 24px; }
.guide-image { margin: 0 -24px 24px; }
.guide-image img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; filter: saturate(0.8); }
.guide-type { display: block; margin-bottom: 24px; color: var(--accent); font-weight: 700; }
.guide-card h3 { min-height: 82px; margin-bottom: 16px; font-size: 29px; line-height: 1.1; }
.guide-card p { min-height: 66px; margin-bottom: 24px; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.guide-card a { color: var(--navy); font-size: 13px; font-weight: 700; text-decoration: none; }
.guide-card a:hover { color: var(--accent); }

.opportunities-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.opportunity-card { min-height: 280px; padding: 24px; border-top: 2px solid var(--navy); background: var(--white); }
.opportunity-card img { width: calc(100% + 48px); aspect-ratio: 3 / 2; object-fit: cover; margin: -24px -24px 24px; }
.opportunity-meta { margin-bottom: 16px; color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; }
.opportunity-card h3 { min-height: 70px; margin-bottom: 20px; font-size: 29px; line-height: 1.1; }
.opportunity-card a { color: var(--navy); font-size: 13px; font-weight: 700; text-decoration: none; }
.opportunity-card a:hover { color: var(--accent); }

.brief-grid { display: grid; grid-template-columns: minmax(260px, 0.72fr) minmax(500px, 1.28fr); gap: clamp(48px, 10vw, 150px); align-items: start; }
.brief-intro .section-intro { margin-bottom: 38px; }
.brief-aside { padding-top: 17px; border-top: 1px solid var(--line); }
.brief-aside span { display: block; margin-bottom: 16px; color: var(--accent); font-weight: 700; }
.brief-aside strong { font-family: var(--display); font-size: 24px; font-weight: 400; line-height: 1.35; }
.brief-form-shell { padding: 30px; border: 1px solid var(--line); background: var(--white); }
.form-progress { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; margin-bottom: 34px; color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.form-progress span.active { color: var(--accent); }
.form-progress i { border-top: 1px solid var(--line); }
.form-step[hidden], .form-success[hidden] { display: none; }
.choice-fieldset { margin: 0 0 28px; padding: 0; border: 0; }
.choice-fieldset legend { margin-bottom: 13px; font-size: 13px; font-weight: 700; }
.choice-grid { display: grid; gap: 8px; }
.choice-grid.four { grid-template-columns: repeat(4, 1fr); }
.choice-grid.three { grid-template-columns: repeat(3, 1fr); }
.choice { position: relative; display: flex; min-height: 48px; align-items: center; padding: 0 12px; border: 1px solid var(--line); color: var(--ink-soft); font-size: 12px; cursor: pointer; }
.choice:hover, .choice:has(input:checked) { border-color: var(--accent); color: var(--ink); background: rgba(167, 85, 55, 0.07); }
.choice:focus-within { outline: 2px solid var(--accent); outline-offset: 3px; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 22px; }
.form-row label { display: flex; flex-direction: column; gap: 7px; font-size: 13px; font-weight: 700; }
input, select { width: 100%; min-height: 48px; padding: 0 12px; border: 1px solid var(--line); border-radius: 0; background: var(--paper); color: var(--ink); }
input::placeholder { color: var(--ink-soft); }
input:focus, select:focus { border-color: var(--accent); outline: 2px solid rgba(167, 85, 55, 0.25); outline-offset: 0; }
.form-error { min-height: 22px; margin: 0 0 12px; color: #8b3224; font-size: 13px; }
.form-actions { display: flex; align-items: center; justify-content: flex-end; gap: 22px; }
.text-button { border: 0; padding: 10px 0; background: transparent; cursor: pointer; }
.success-mark { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 20px; border: 1px solid var(--accent); color: var(--accent); font-weight: 700; }
.form-success h3 { margin-bottom: 12px; font-size: 31px; }
.form-success p { max-width: 440px; margin-bottom: 24px; color: var(--ink-soft); font-size: 14px; }

.final-cta-section { padding: 86px 0; background: var(--navy); color: var(--white); }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-cta h2 { margin-bottom: 14px; }
.final-cta p:not(.section-index) { margin: 0; color: rgba(255, 253, 248, 0.74); }

.site-footer { padding: 62px 0 32px; background: var(--navy-deep); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 40px; }
.footer-wordmark .wordmark-copy { border-color: rgba(255, 253, 248, 0.32); color: rgba(255, 253, 248, 0.68); }
.footer-grid p { max-width: 280px; margin: 20px 0 0; color: rgba(255, 253, 248, 0.68); font-size: 13px; }
.footer-links { display: flex; flex-direction: column; gap: 11px; font-size: 13px; }
.footer-links a { color: rgba(255, 253, 248, 0.82); text-decoration: none; }
.footer-links a:hover { color: #dba88f; }
.footer-meta { display: flex; flex-direction: column; gap: 10px; align-items: flex-end; color: rgba(255, 253, 248, 0.52); }

@media (max-width: 1023px) {
  .container { width: min(100% - 44px, 760px); }
  .site-nav { gap: 14px; }
  .site-nav a { font-size: 12px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr); gap: 42px; }
  h1 { font-size: clamp(43px, 6vw, 60px); }
  .purpose-grid, .workflow-list { grid-template-columns: repeat(2, 1fr); }
  .purpose-item:nth-child(2) { border-right: 0; }
  .purpose-item:nth-child(3) { padding-left: 0; }
  .workflow-list li:nth-child(2) { border-right: 0; }
  .workflow-list li:nth-child(3) { padding-left: 0; }
  .type-grid, .location-grid { grid-template-columns: repeat(2, 1fr); }
  .guides-grid, .opportunities-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-card-feature { grid-column: span 2; min-height: auto; }
  .guide-card-feature .guide-image { float: left; width: 44%; margin: 0 24px 0 -24px; }
  .guide-card-feature h3, .guide-card-feature p { min-height: auto; }
  .brief-grid { grid-template-columns: 1fr; gap: 48px; }
  .brief-intro { display: grid; grid-template-columns: 1fr 0.7fr; gap: 35px; }
  .brief-intro .section-index, .brief-intro h2, .brief-intro .section-intro { grid-column: 1; }
  .brief-aside { grid-column: 2; grid-row: 1 / span 3; }
}

@media (max-width: 767px) {
  html { scroll-behavior: auto; }
  .container { width: min(100% - 36px, 560px); }
  .section { padding: 78px 0; }
  .site-header { background: var(--paper); }
  .header-inner { min-height: 64px; }
  .wordmark-copy { display: none; }
  .menu-toggle { display: inline-flex; align-items: center; }
  .site-nav { position: absolute; top: 64px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 18px 22px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .site-nav.is-open { display: flex; }
  .site-nav a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
  .site-nav .nav-cta { justify-content: center; margin-top: 14px; border-bottom: 0; }
  .hero { padding: 42px 0 70px; }
  .hero-grid, .sourcing-grid, .buying-grid, .budget-grid, .trust-grid, .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-grid { min-height: auto; }
  .hero-copy { padding: 0; }
  .eyebrow { max-width: 300px; margin-bottom: 20px; font-size: 10px; line-height: 1.45; }
  h1 { margin-bottom: 20px; font-size: clamp(39px, 11vw, 52px); line-height: 1.08; }
  .hero-body { font-size: 15px; line-height: 1.62; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { min-height: 44px; }
  .hero-figure img { aspect-ratio: 4 / 5; }
  .hero-figure::after { inset: 10px -10px -10px 10px; }
  h2 { font-size: clamp(35px, 10vw, 47px); }
  .section-heading { margin-bottom: 34px; }
  .purpose-grid, .type-grid, .workflow-list, .location-grid, .trust-list, .guides-grid, .opportunities-grid { grid-template-columns: 1fr; }
  .purpose-item, .purpose-item + .purpose-item { min-height: auto; padding: 20px 0; border-right: 0; }
  .purpose-item strong { font-size: 26px; }
  .type-item { min-height: 92px; font-size: 24px; }
  .sourcing-section { padding: 76px 0; }
  .sourcing-statement h2 { font-size: 43px; }
  .brief-preview-content { padding: 24px 18px; }
  .workflow-list li, .workflow-list li + li { min-height: auto; padding: 20px 0 28px; border-right: 0; }
  .workflow-list strong { margin: 25px 0 9px; font-size: 26px; }
  .buying-topics a { grid-template-columns: 32px 1fr 18px; gap: 12px; }
  .buying-topics small { grid-column: 2 / 4; }
  .location-grid button { min-height: 124px; }
  .budget-options { grid-template-columns: 1fr; }
  .trust-list li, .trust-list li:nth-child(even) { min-height: auto; padding: 18px 0; border-right: 0; }
  .guides-grid, .opportunities-grid { gap: 16px; }
  .guide-card, .guide-card-feature { min-height: auto; padding: 22px; }
  .guide-card-feature .guide-image { float: none; width: auto; margin: -22px -22px 22px; }
  .guide-card h3 { min-height: auto; font-size: 28px; }
  .guide-card p { min-height: auto; }
  .opportunity-card { min-height: auto; }
  .opportunity-card h3 { min-height: auto; font-size: 28px; }
  .brief-intro { display: block; }
  .brief-aside { margin-top: 30px; }
  .brief-form-shell { padding: 20px 16px; }
  .choice-grid.four, .choice-grid.three, .form-row { grid-template-columns: 1fr 1fr; gap: 8px; }
  .contact-fieldset .choice-grid.three { grid-template-columns: 1fr; }
  .choice { min-height: 52px; padding: 0 10px; }
  .form-row label { font-size: 12px; }
  .form-actions { justify-content: space-between; gap: 12px; }
  .form-actions .button { padding: 0 14px; font-size: 12px; }
  .final-cta { align-items: flex-start; flex-direction: column; }
  .final-cta .button { width: 100%; }
  .footer-grid { gap: 28px; }
  .footer-meta { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
}
