@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Newsreader:ital,opsz,wght@1,6..72,500&display=swap');

:root {
  --ink: #13242a;
  --muted: #56666b;
  --ice: #edf5f4;
  --paper: #f8faf7;
  --amber: #d69b2d;
  --honey: #f2c66d;
  --blue: #b8d9dc;
  --line: rgba(19, 36, 42, .15);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
img { display: block; max-width: 100%; object-fit: cover; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: -4rem; left: 1rem; padding: .8rem 1rem; background: white; }
.skip-link:focus { top: 1rem; }

.site-header { position: relative; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(248,250,247,.9); backdrop-filter: blur(18px); }
.nav-shell { min-height: 78px; max-width: 1240px; margin: auto; padding: 0 30px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; gap: 11px; align-items: center; font-weight: 600; text-decoration: none; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid rgba(214,155,45,.65); background: linear-gradient(145deg, rgba(255,255,255,.8), rgba(214,155,45,.24)); box-shadow: inset 0 0 12px rgba(255,255,255,.9), 0 4px 18px rgba(89,112,115,.12); font-size: .72rem; letter-spacing: .06em; transform: rotate(-3deg); }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { font-size: .82rem; text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: #a86e08; }
.nav-cta { padding: 10px 17px; border: 1px solid var(--ink); }
.nav-toggle { display: none; border: 0; background: transparent; }

.eyebrow { margin: 0 0 18px; color: #98701e; font-size: .72rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.lead { color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 22px; border: 1px solid var(--amber); background: linear-gradient(135deg, var(--honey), var(--amber)); box-shadow: inset 0 1px rgba(255,255,255,.65), 0 7px 18px rgba(160,109,15,.14); color: #1e2727; font-weight: 600; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: inset 0 1px rgba(255,255,255,.65), 0 10px 25px rgba(160,109,15,.22); }
.button.ghost { border-color: var(--line); background: rgba(255,255,255,.45); box-shadow: inset 0 0 20px rgba(255,255,255,.5); }
.text-link { font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--amber); }

.home-hero { position: relative; min-height: 680px; padding: 110px max(6vw, 30px) 80px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 8vw; align-items: center; overflow: hidden; background: linear-gradient(120deg, #f8faf7 5%, #e7f0ef 65%, #f2e2bb); }
.home-hero::before { content: ""; position: absolute; width: 460px; height: 460px; left: 41%; top: 5%; border: 1px solid rgba(255,255,255,.85); border-radius: 50%; background: radial-gradient(circle at 60% 60%, rgba(219,155,38,.42), rgba(255,255,255,.14) 45%, rgba(181,214,217,.22) 69%); box-shadow: inset 0 0 70px rgba(255,255,255,.8), 0 0 80px rgba(146,187,190,.2); filter: blur(.2px); }
.hero-copy, .hero-brief { position: relative; z-index: 2; }
.hero-copy { max-width: 780px; }
.hero-copy h1 { max-width: 760px; margin: 0; font-size: clamp(3.2rem, 7vw, 7.2rem); line-height: .88; letter-spacing: -.075em; }
.hero-copy h1 em { font-family: var(--serif); font-weight: 500; color: #a97415; }
.hero-copy .lead { max-width: 640px; margin: 34px 0; }
.hero-actions { display: flex; gap: 28px; align-items: center; }
.hero-brief { align-self: end; padding: 17px; border: 1px solid rgba(255,255,255,.7); background: rgba(237,245,244,.55); box-shadow: 0 18px 60px rgba(38,60,65,.16), inset 0 0 35px rgba(255,255,255,.65); backdrop-filter: blur(15px); transform: rotate(1deg); }
.hero-brief img { width: 100%; aspect-ratio: 1.45; filter: saturate(.7); }
.hero-brief div { padding: 15px 5px 4px; }
.hero-brief p { margin: 4px 0; color: var(--muted); font-size: .88rem; }
.brief-label { display: block; margin-bottom: 10px; color: #84631d; font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.signal-strip { display: flex; justify-content: center; gap: 7vw; padding: 20px 30px; border-top: 1px solid rgba(255,255,255,.6); border-bottom: 1px solid var(--line); background: #dbe9e8; color: #42565b; font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.editorial-intro { max-width: 1240px; margin: auto; padding: 120px 30px 75px; display: grid; grid-template-columns: 1.5fr .5fr; gap: 10%; align-items: end; }
.editorial-intro h2 { max-width: 850px; margin: 0; font-size: clamp(2.5rem, 5vw, 5.4rem); line-height: .98; letter-spacing: -.055em; }
.editorial-intro > p { color: var(--muted); }
.story-grid { max-width: 1240px; margin: auto; padding: 0 30px 120px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; }
.story { min-height: 285px; border: 1px solid var(--line); background: rgba(255,255,255,.45); }
.story a { height: 100%; display: flex; flex-direction: column; padding: 40px; text-decoration: none; }
.story h2 { margin: 20px 0 12px; font-size: clamp(1.5rem, 2.6vw, 2.5rem); line-height: 1.05; letter-spacing: -.04em; }
.story p { color: var(--muted); }
.story .text-link { margin-top: auto; align-self: flex-start; }
.story-main { grid-row: span 2; }
.story-main a { position: relative; padding: 0; overflow: hidden; }
.story-main img { width: 100%; height: 100%; min-height: 600px; filter: saturate(.65); transition: transform .5s; }
.story-main:hover img { transform: scale(1.025); }
.story-copy { position: absolute; inset: auto 24px 24px; padding: 28px; background: rgba(244,248,246,.8); backdrop-filter: blur(15px); }
.story-copy h2 { margin: 7px 0; }
.story-copy p { margin-bottom: 0; }
.story-index { color: #9c761f; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.amber-story { background: linear-gradient(140deg, rgba(244,232,195,.7), rgba(194,220,220,.4)); }
.service-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; padding: 110px max(6vw, 30px); background: var(--ink); color: #edf5f4; }
.service-preview > div { max-width: 570px; }
.service-preview h2 { margin: 0 0 25px; font-size: clamp(2.5rem, 5vw, 5rem); line-height: .95; letter-spacing: -.055em; }
.service-preview > div > p:not(.eyebrow) { color: #b8c9c9; }
.service-preview .button { margin-top: 25px; color: white; }
.service-preview ol { margin: 0; padding: 0; list-style: none; }
.service-preview li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.service-preview li > span { color: var(--honey); }
.service-preview strong { font-size: 1.25rem; }
.service-preview li p { margin: 2px 0; color: #9eb0b2; }
.newsletter { margin: 80px auto; max-width: 1180px; padding: 55px; display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: center; border: 1px solid rgba(255,255,255,.8); background: linear-gradient(120deg, rgba(183,216,218,.5), rgba(241,193,96,.38)); box-shadow: inset 0 0 40px white, 0 20px 60px rgba(43,77,78,.1); }
.newsletter h2 { margin: 0; font-size: 2.2rem; line-height: 1.1; }
.mini-form { display: grid; grid-template-columns: 1fr auto; }
.mini-form input { min-width: 0; padding: 0 18px; border: 1px solid var(--line); background: rgba(255,255,255,.7); }
.form-status { grid-column: 1 / -1; margin: 8px 0 0; font-size: .85rem; }

.page-hero { min-height: 590px; padding: 90px max(6vw, 30px); display: grid; grid-template-columns: 1.05fr .95fr; gap: 8%; align-items: center; background: linear-gradient(125deg, #f7f9f5, #dfebea); overflow: hidden; }
.page-hero-copy h1 { max-width: 700px; margin: 0; font-size: clamp(3.5rem, 6.5vw, 6.8rem); line-height: .9; letter-spacing: -.07em; }
.page-hero-copy .lead { max-width: 620px; margin-top: 30px; }
.frost-frame { position: relative; margin: 0; padding: 18px; border: 1px solid white; background: rgba(255,255,255,.3); box-shadow: 0 24px 60px rgba(40,70,72,.18), inset 0 0 45px white; }
.frost-frame::after { content: ""; position: absolute; width: 130px; height: 130px; right: -35px; bottom: -30px; border-radius: 50%; background: radial-gradient(circle, rgba(233,178,66,.9), rgba(233,178,66,.1) 68%); filter: blur(2px); }
.frost-frame img { width: 100%; height: 440px; filter: saturate(.65); }
.article-shell { max-width: 1150px; margin: auto; padding: 110px 30px; display: grid; grid-template-columns: 120px 1fr; gap: 7%; }
.section-marker { width: 90px; height: 90px; display: grid; place-items: center; position: sticky; top: 30px; border: 1px solid var(--amber); background: linear-gradient(145deg, rgba(255,255,255,.8), rgba(214,155,45,.25)); box-shadow: inset 0 0 20px white; color: #8b6419; }
.prose-grid article { position: relative; padding: 0 0 58px 76px; border-left: 1px solid var(--line); }
.prose-grid article:last-child { padding-bottom: 0; }
.section-number { position: absolute; left: -17px; top: 0; width: 34px; height: 34px; display: grid; place-items: center; background: var(--paper); color: #9b721b; font-size: .7rem; }
.prose-grid h2 { margin: 0 0 18px; font-size: clamp(2rem, 3.3vw, 3.4rem); line-height: 1; letter-spacing: -.05em; }
.prose-grid p { max-width: 720px; color: var(--muted); font-size: 1.08rem; }
.amber-callout, .contact-panel { margin: 0 auto 110px; max-width: 1180px; padding: 60px; border: 1px solid white; background: linear-gradient(120deg, rgba(183,216,218,.5), rgba(241,193,96,.45)); box-shadow: inset 0 0 45px white; }
.amber-callout { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.amber-callout h2 { max-width: 670px; margin: 0; font-size: 2.6rem; line-height: 1.05; }
.contact-panel { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9%; }
address { font-style: normal; }
.contact-form { display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 6px; font-size: .84rem; font-weight: 600; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); background: rgba(255,255,255,.72); padding: 12px 14px; }
.contact-form .check { grid-template-columns: auto 1fr; align-items: start; font-weight: 400; }
.contact-form .check input { width: auto; margin-top: 5px; }
.contact-form .button { justify-self: start; }
.legal-hero { padding: 100px max(6vw, 30px) 70px; background: linear-gradient(120deg, #e5efee, #f5e8c9); }
.legal-hero h1 { margin: 0; font-size: clamp(3rem, 6vw, 6rem); line-height: .95; letter-spacing: -.06em; }
.legal-copy { max-width: 850px; margin: auto; padding: 90px 30px 120px; }
.legal-copy section { padding: 0 0 40px; }
.legal-copy h2 { font-size: 1.65rem; letter-spacing: -.03em; }
.legal-copy p { color: var(--muted); }

.site-footer { padding: 70px max(5vw, 30px) 25px; background: #dbe8e7; border-top: 1px solid white; }
.footer-grid { max-width: 1240px; margin: auto; display: grid; grid-template-columns: 1.6fr .7fr 1.2fr .7fr; gap: 6%; }
.footer-grid > div:first-child p { max-width: 360px; color: var(--muted); }
.footer-grid h2 { margin: 5px 0 18px; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div > a:not(.brand), .footer-grid address a { display: block; margin: 7px 0; color: #43585d; font-size: .88rem; text-decoration: none; }
.footer-base { max-width: 1240px; margin: 60px auto 0; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #607276; font-size: .72rem; }
.cookie-banner { position: fixed; z-index: 50; right: 22px; bottom: 22px; width: min(520px, calc(100% - 44px)); padding: 24px; border: 1px solid rgba(255,255,255,.8); background: rgba(229,239,238,.92); box-shadow: 0 18px 55px rgba(19,36,42,.25), inset 0 0 30px white; backdrop-filter: blur(18px); }
.cookie-banner p { margin: 5px 0; font-size: .86rem; }
.cookie-actions { display: flex; gap: 10px; margin-top: 18px; }
.cookie-actions .button { min-height: 40px; }
.inline-error { color: #8f251f; }

@media (max-width: 850px) {
  .nav-toggle { display: grid; gap: 4px; padding: 10px; }
  .nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--ink); }
  .site-nav { display: none; position: absolute; top: 78px; inset-inline: 0; padding: 25px 30px; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; }
  .site-nav.is-open { display: flex; }
  .home-hero, .page-hero, .service-preview, .contact-panel, .newsletter { grid-template-columns: 1fr; }
  .home-hero { padding-top: 75px; }
  .hero-brief { max-width: 560px; }
  .editorial-intro { grid-template-columns: 1fr; }
  .story-grid { grid-template-columns: 1fr; }
  .story-main { grid-row: auto; }
  .story-main img { min-height: 480px; }
  .page-hero { padding-top: 70px; }
  .frost-frame img { height: 330px; }
  .service-preview, .contact-panel { gap: 60px; }
  .footer-grid { grid-template-columns: 1fr 1fr; row-gap: 45px; }
}

@media (max-width: 560px) {
  .nav-shell { padding: 0 20px; }
  .home-hero, .page-hero { padding-inline: 20px; }
  .hero-copy h1 { font-size: 3.45rem; }
  .hero-actions, .amber-callout { align-items: flex-start; flex-direction: column; }
  .signal-strip { justify-content: flex-start; overflow-x: auto; }
  .signal-strip span { flex: 0 0 auto; }
  .editorial-intro, .story-grid { padding-inline: 20px; }
  .story a { padding: 27px; }
  .story-main a { padding: 0; }
  .story-copy { inset: auto 12px 12px; padding: 20px; }
  .story-main img { min-height: 530px; }
  .article-shell { grid-template-columns: 1fr; padding-inline: 20px; }
  .section-marker { display: none; }
  .prose-grid article { padding-left: 38px; }
  .amber-callout, .contact-panel, .newsletter { margin-inline: 14px; padding: 34px 24px; }
  .mini-form { grid-template-columns: 1fr; gap: 10px; }
  .mini-form input { min-height: 48px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-base { gap: 14px; flex-direction: column; }
}
