:root {
  --ink: #1e292e;
  --muted: #667379;
  --ice: #edf6f8;
  --frost: rgba(255, 255, 255, .72);
  --line: rgba(53, 76, 84, .16);
  --amber: #d99318;
  --amber-dark: #85530b;
  --honey: #f2bd55;
  --smoke: #33444a;
  --white: #fff;
  --shadow: 0 24px 70px rgba(45, 67, 74, .13);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 5%, rgba(216, 240, 245, .9), transparent 30rem),
    linear-gradient(180deg, #f8fbfb 0%, #edf5f6 100%);
  font: 400 16px/1.7 "Manrope", sans-serif;
}
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Newsreader", serif; font-weight: 600; line-height: 1.04; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 7vw, 6.7rem); }
h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
h3 { line-height: 1.25; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(760px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: clamp(72px, 10vw, 136px) 0; }
.section-tight { padding: 64px 0; }
.eyebrow { color: var(--amber-dark); font-weight: 700; letter-spacing: .14em; text-transform: uppercase; font-size: .74rem; }
.lede { max-width: 720px; color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.32rem); }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 44px; }
.section-heading h2 { max-width: 740px; margin: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 16px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(244, 249, 250, .82); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; text-decoration: none; letter-spacing: -.03em; }
.brand-mark { width: 25px; aspect-ratio: 1; display: inline-block; transform: rotate(45deg); border: 1px solid rgba(126, 81, 11, .28); border-radius: 8px 2px 8px 2px; background: linear-gradient(135deg, rgba(255,255,255,.8), var(--honey)); box-shadow: inset 4px 4px 10px white, 0 4px 15px rgba(217,147,24,.3); }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .9rem; font-weight: 600; }
.main-nav a { text-decoration: none; }
.main-nav a:hover { color: var(--amber-dark); }
.nav-cta { padding: 10px 17px; border: 1px solid rgba(133,83,11,.25); border-radius: 999px; background: rgba(255,255,255,.5); }
.nav-toggle { display: none; border: 0; background: none; padding: 8px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.hero { position: relative; overflow: hidden; padding: clamp(76px, 11vw, 150px) 0 90px; }
.hero::after { content: ""; position: absolute; width: 430px; height: 430px; right: -100px; top: -180px; border-radius: 50%; background: radial-gradient(circle at 45% 45%, rgba(242,189,85,.85), rgba(216,240,245,.35) 50%, transparent 72%); filter: blur(3px); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: clamp(40px, 8vw, 110px); }
.hero h1 { max-width: 850px; margin: 14px 0 32px; }
.amber-word { color: var(--amber-dark); }
.hero-note { border-left: 2px solid var(--amber); padding-left: 24px; margin-bottom: 20px; color: var(--muted); }
.hero-note strong { color: var(--ink); display: block; margin-bottom: 8px; }
.button { position: relative; display: inline-flex; justify-content: center; align-items: center; min-height: 49px; padding: 12px 22px; border: 1px solid #a56a0f; border-radius: 8px 20px 8px 20px; background: linear-gradient(135deg, #efbd5e, var(--amber)); color: #2f220d; font: 700 .9rem "Manrope", sans-serif; text-decoration: none; cursor: pointer; box-shadow: inset 1px 1px 0 rgba(255,255,255,.75), 0 9px 25px rgba(183,118,15,.2); transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: inset 1px 1px 0 white, 0 13px 28px rgba(183,118,15,.3); }
.button-quiet { background: rgba(255,255,255,.6); border-color: var(--line); box-shadow: none; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.signal-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.35); }
.signals { display: grid; grid-template-columns: repeat(3, 1fr); }
.signal { padding: 25px 28px; border-right: 1px solid var(--line); }
.signal:first-child { border-left: 1px solid var(--line); }
.signal span { display: block; color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; }
.signal strong { font-family: "Newsreader", serif; font-size: 1.25rem; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { display: flex; flex-direction: column; min-height: 100%; overflow: hidden; border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.83), rgba(234,244,246,.62)); box-shadow: var(--shadow); backdrop-filter: blur(15px); }
.card-body { flex: 1; padding: 28px; }
.card h3 { font-family: "Newsreader", serif; font-size: 1.75rem; margin-bottom: 14px; }
.card p { color: var(--muted); }
.card-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--amber-dark); font-size: .76rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.card-image { aspect-ratio: 16/10; object-fit: cover; filter: saturate(.75) contrast(.95); }
.text-link { font-weight: 700; color: var(--amber-dark); }
.deliverable { margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line); font-size: .84rem; }

.feature { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(36px, 8vw, 100px); align-items: center; }
.feature-image-wrap { position: relative; padding: 18px; border: 1px solid rgba(255,255,255,.9); border-radius: 90px 24px 90px 24px; background: rgba(255,255,255,.4); box-shadow: var(--shadow); }
.feature-image-wrap img { min-height: 520px; object-fit: cover; border-radius: 76px 18px 76px 18px; }
.quote { font-family: "Newsreader", serif; font-size: clamp(1.6rem, 3vw, 2.7rem); line-height: 1.25; }
.quote-by { color: var(--muted); font-size: .9rem; }
.check-list { list-style: none; padding: 0; margin: 28px 0; }
.check-list li { padding: 13px 0 13px 34px; border-bottom: 1px solid var(--line); position: relative; }
.check-list li::before { content: "◆"; position: absolute; left: 3px; color: var(--amber); font-size: .72rem; }

.page-hero { padding: 92px 0 60px; }
.page-hero h1 { max-width: 920px; margin: 12px 0 24px; font-size: clamp(3rem, 6vw, 5.7rem); }
.prose h2 { font-size: 2.1rem; margin-top: 52px; }
.prose h3 { margin-top: 30px; }
.prose p, .prose li { color: #45565c; }
.prose a { color: var(--amber-dark); }
.timeline { counter-reset: step; display: grid; gap: 18px; }
.timeline article { counter-increment: step; display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.55); }
.timeline article::before { content: "0" counter(step); color: var(--amber-dark); font: 600 2rem "Newsreader", serif; }
.timeline h2 { font: 600 1.8rem "Newsreader", serif; margin-bottom: 8px; }

.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field-full { grid-column: 1 / -1; }
label { font-weight: 700; font-size: .88rem; }
input, select, textarea { width: 100%; border: 1px solid #bdcdd1; border-radius: 10px; background: rgba(255,255,255,.75); color: var(--ink); padding: 13px 14px; font: inherit; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(217,147,24,.25); border-color: var(--amber); }
.field-error, .inline-error { color: #9e2b24; font-size: .82rem; margin: 0; }
.form-status { margin-top: 18px; padding: 14px; border-radius: 10px; background: #e3f4e8; }
.contact-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 60px; }
.contact-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.5); }
.contact-card a, .contact-card span { display: block; margin-top: 12px; }

.site-footer { padding: 72px 0 24px; background: var(--smoke); color: #e9f1f2; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.footer-grid h2 { font: 700 .76rem "Manrope", sans-serif; letter-spacing: .12em; text-transform: uppercase; color: #efbd5e; }
.footer-grid p, .footer-grid span { color: #b8c6ca; max-width: 340px; }
.footer-grid a { display: block; margin: 10px 0; color: #dbe6e8; text-decoration: none; }
.footer-brand { margin-bottom: 18px; color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #9fb0b5; font-size: .78rem; }

.cookie-banner { position: fixed; z-index: 50; left: 20px; bottom: 20px; width: min(670px, calc(100% - 40px)); padding: 22px; border: 1px solid rgba(255,255,255,.9); border-radius: 22px; background: rgba(240,247,248,.94); box-shadow: 0 25px 80px rgba(23,37,42,.28); backdrop-filter: blur(20px); }
.cookie-banner p { margin: 5px 0 0; color: var(--muted); font-size: .87rem; }
.cookie-actions { display: flex; gap: 9px; margin-top: 16px; }
.not-found { min-height: 65vh; display: grid; place-items: center; text-align: center; }
.not-found .code { color: var(--amber); font: 600 clamp(6rem, 20vw, 15rem)/.8 "Newsreader", serif; opacity: .42; }

@media (max-width: 900px) {
  .main-nav { position: absolute; display: none; top: 82px; left: 20px; right: 20px; padding: 22px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 18px; background: #f6fafb; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .nav-toggle { display: block; }
  .hero-grid, .feature, .contact-layout { grid-template-columns: 1fr; }
  .hero-note { max-width: 520px; }
  .cards { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .shell, .narrow { width: min(100% - 28px, 1180px); }
  .section-heading { align-items: start; flex-direction: column; }
  .cards, .signals, .form-grid { grid-template-columns: 1fr; }
  .signal, .signal:first-child { border-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; }
  .timeline article { grid-template-columns: 1fr; }
  .feature-image-wrap img { min-height: 380px; }
}
