:root {
  --ink: #10212a;
  --muted: #52636b;
  --paper: #f8fbfa;
  --quartz: #eafff9;
  --emerald: #18d6a1;
  --emerald-deep: #0a9f7a;
  --cyan: #55d9f5;
  --violet: #9b71ee;
  --night: #0c1720;
  --line: rgba(16, 33, 42, .14);
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  line-height: 1.6;
  overflow-x: hidden;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: 1.08; letter-spacing: -.04em; }
.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: 8px; left: 8px; padding: 10px 16px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.aurora { position: fixed; z-index: -2; border-radius: 50%; filter: blur(80px); opacity: .2; pointer-events: none; }
.aurora-one { width: 500px; height: 350px; background: var(--emerald); top: -180px; right: -120px; }
.aurora-two { width: 420px; height: 300px; background: var(--violet); top: 480px; left: -280px; opacity: .09; }

.site-header {
  width: min(1400px, calc(100% - 80px));
  height: 94px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 11px; font: 800 17px/1 var(--display); letter-spacing: -.04em; }
.brand svg { width: 34px; height: 34px; overflow: visible; }
.brand svg path:first-child { fill: rgba(24, 214, 161, .14); stroke: var(--emerald-deep); stroke-width: 1.5; }
.brand svg path:last-child { fill: none; stroke: var(--emerald-deep); stroke-width: 1; }
.brand > span > span { color: var(--emerald-deep); }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -5px; background: var(--emerald-deep); transition: right .25s; }
.main-nav > a:hover::after { right: 0; }
.nav-cta { border: 1px solid var(--ink); padding: 11px 18px; transition: .2s; }
.nav-cta:hover { color: white; background: var(--ink); }
.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 {
  min-height: 680px;
  width: min(1400px, calc(100% - 80px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 52% 48%;
  align-items: center;
  padding: 46px 0 88px;
}
.hero-copy { max-width: 720px; position: relative; z-index: 2; }
.kicker { display: flex; align-items: center; gap: 10px; color: var(--emerald-deep); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 24px; }
.kicker > span { width: 28px; height: 1px; background: currentColor; }
.kicker-light { color: #7fffdc; }
.hero h1 { font-size: clamp(48px, 5.15vw, 78px); font-weight: 600; max-width: 810px; margin-bottom: 30px; }
.hero h1 em { color: var(--emerald-deep); font-style: normal; }
.hero-intro { font-size: 18px; line-height: 1.7; max-width: 620px; color: var(--muted); }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.button { position: relative; display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 48px; padding: 0 22px; border: 1px solid transparent; cursor: pointer; font-size: 13px; font-weight: 700; transition: transform .2s, box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--ink); box-shadow: 0 0 0 rgba(24,214,161,0); }
.button-primary:hover { box-shadow: 0 0 26px rgba(24,214,161,.35), inset 0 0 20px rgba(24,214,161,.12); }
.button-outline { border-color: var(--ink); }
.button-outline:hover { color: white; background: var(--ink); }
.button-light { color: var(--night); background: var(--quartz); box-shadow: 0 0 25px rgba(127,255,220,.16); }
.button-ghost { border-color: rgba(16,33,42,.25); background: transparent; }
.text-link, .article-link { display: inline-flex; gap: 18px; align-items: center; font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--line); padding-bottom: 4px; }
.text-link span, .article-link span { transition: transform .2s; }
.text-link:hover span, .article-link:hover span { transform: translateX(4px); }

.hero-visual { height: 550px; position: relative; display: grid; place-items: center; }
.crystal-frame {
  width: 86%;
  height: 490px;
  position: relative;
  padding: 14px;
  background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(85,217,245,.14), rgba(155,113,238,.2));
  clip-path: polygon(12% 0, 92% 5%, 100% 75%, 79% 100%, 7% 91%, 0 18%);
  filter: drop-shadow(0 25px 45px rgba(26, 77, 74, .16));
}
.crystal-frame::before { content: ""; position: absolute; inset: 2px; z-index: 1; border: 1px solid rgba(255,255,255,.75); clip-path: inherit; pointer-events: none; }
.crystal-frame img { width: 100%; height: 100%; object-fit: cover; clip-path: inherit; filter: saturate(.76) contrast(1.04); }
.crystal-label { position: absolute; z-index: 2; bottom: 38px; left: -44px; width: 270px; padding: 18px 20px; background: rgba(243,255,252,.86); backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,.8); box-shadow: 0 12px 45px rgba(16,33,42,.12); }
.crystal-label span { display: block; color: var(--emerald-deep); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 6px; }
.crystal-label strong { display: block; font: 600 14px/1.35 var(--display); }
.orbit { position: absolute; z-index: -1; border: 1px solid rgba(10,159,122,.17); transform: rotate(-17deg); }
.orbit-a { inset: 50px 7px 55px 28px; border-radius: 50%; }
.orbit-b { inset: 125px -35px 120px 90px; border-color: rgba(155,113,238,.2); border-radius: 50%; }

.signal-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); min-height: 76px; display: flex; align-items: center; padding: 0 max(40px, calc((100vw - 1400px)/2)); gap: 55px; }
.signal-strip > span { font-size: 10px; letter-spacing: .2em; font-weight: 700; color: var(--muted); }
.signal-strip div { flex: 1; display: flex; justify-content: space-around; }
.signal-strip p { margin: 0; font: 600 12px var(--display); }
.signal-strip i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--emerald); box-shadow: 0 0 9px var(--emerald); margin-right: 10px; }

.section { width: min(1200px, calc(100% - 80px)); margin: 0 auto; padding: 110px 0; }
.section-heading h2, .service-intro h2, .field-card h2 { font-size: clamp(37px, 4vw, 54px); margin-bottom: 0; }
.split-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 80px; margin-bottom: 58px; }
.split-heading > p { color: var(--muted); margin-bottom: 5px; }
.post-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 32px; }
.post-image { height: 220px; position: relative; overflow: hidden; margin-bottom: 22px; background: #dcefeb; }
.post-image img { height: 100%; object-fit: cover; filter: saturate(.75); transition: transform .45s, filter .45s; }
.post-image:hover img { transform: scale(1.025); filter: saturate(1); }
.post-image span { position: absolute; left: 12px; top: 12px; padding: 5px 10px; background: rgba(248,251,250,.9); backdrop-filter: blur(5px); color: var(--emerald-deep); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.post-card.featured .post-image { height: 300px; clip-path: polygon(0 0, 94% 0, 100% 18%, 100% 100%, 0 100%); }
.post-meta { color: #758189; text-transform: uppercase; font-size: 9px; letter-spacing: .13em; margin-bottom: 10px; }
.post-card h3, .post-card h2 { font-size: 21px; margin-bottom: 12px; }
.post-card.featured h3 { font-size: 28px; }
.post-card p { color: var(--muted); font-size: 14px; line-height: 1.6; }
.article-link { margin-top: 8px; font-size: 12px; }
.centered-button { display: flex; width: max-content; margin: 55px auto 0; }

.services-preview { width: 100%; max-width: none; padding: 110px max(40px, calc((100vw - 1200px)/2)); color: #eafff9; background: var(--night); display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; position: relative; overflow: hidden; }
.services-preview::before, .atlas-hero::before { content: ""; position: absolute; width: 600px; height: 600px; right: -200px; bottom: -350px; border-radius: 50%; background: radial-gradient(circle, rgba(24,214,161,.24), transparent 65%); }
.service-intro > p:not(.kicker) { color: #9eafb6; margin: 25px 0 32px; max-width: 500px; }
.service-list { border-top: 1px solid rgba(255,255,255,.14); }
.service-list a { min-height: 115px; display: grid; align-items: center; grid-template-columns: 50px 1fr 25px; border-bottom: 1px solid rgba(255,255,255,.14); transition: padding .2s, background .2s; }
.service-list a:hover { padding-left: 12px; background: rgba(127,255,220,.03); }
.service-list a > span { font-size: 11px; color: #6d7e85; }
.service-list small { display: block; color: #76b9ab; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.service-list strong { display: block; font: 600 20px var(--display); margin-top: 5px; }
.service-list i { color: var(--emerald); font-style: normal; }

.field-note { display: grid; grid-template-columns: 1.15fr .85fr; gap: 50px; }
.field-quote { min-height: 400px; padding: 60px; color: white; background: linear-gradient(145deg, rgba(12,23,32,.83), rgba(14,62,59,.9)), url("https://images.unsplash.com/photo-1534447677768-be436bb09401?auto=format&fit=crop&w=1200&q=80") center/cover; clip-path: polygon(0 0, 92% 0, 100% 15%, 100% 100%, 0 100%); }
.quote-mark { font: 80px/.7 Georgia, serif; color: #7fffdc; }
.field-quote blockquote { margin: 25px 0 30px; font: 500 clamp(25px, 2.6vw, 37px)/1.35 var(--display); letter-spacing: -.04em; }
.field-quote p { color: #a9babd; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.field-card { padding: 60px; align-self: center; border: 1px solid var(--line); background: rgba(255,255,255,.5); }
.field-card p:not(.kicker) { color: var(--muted); margin: 24px 0; }

.newsletter { color: white; background: linear-gradient(120deg, #123c3b, #171e34 62%, #30214b); padding: 80px max(40px, calc((100vw - 1200px)/2)); display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: end; position: relative; overflow: hidden; }
.newsletter::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .14; background: repeating-linear-gradient(115deg, transparent 0 90px, rgba(255,255,255,.2) 91px 92px); }
.newsletter h2 { font-size: clamp(38px, 4vw, 56px); margin: 0; }
.newsletter-form { position: relative; z-index: 1; }
.newsletter-form label { font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.input-row { display: flex; margin-top: 10px; }
.input-row input { flex: 1; min-width: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); color: white; background: transparent; padding: 12px 3px; outline: 0; }
.input-row input:focus { border-color: #7fffdc; }
.input-row input::placeholder { color: #96a7aa; }
.form-hint { color: #98a9ad; font-size: 11px; margin: 10px 0 0; }
.form-status { margin: 14px 0 0; min-height: 20px; font-size: 13px; }
.form-status.is-success { color: #6df2c9; }
.form-status.is-error, .field-error, .inline-message { color: #bf263a; }

.site-footer { width: min(1200px, calc(100% - 80px)); margin: auto; padding: 78px 0 28px; display: grid; grid-template-columns: 2fr 1fr 1fr 1.25fr; gap: 45px; }
.footer-brand { margin-bottom: 20px; }
.footer-lead p { color: var(--muted); max-width: 340px; font-size: 14px; }
.site-footer h2 { font: 700 11px var(--body); text-transform: uppercase; letter-spacing: .13em; margin-bottom: 20px; }
.site-footer > div:not(.footer-lead) a, .site-footer address { display: block; color: var(--muted); font-style: normal; font-size: 13px; margin-bottom: 10px; }
.site-footer a:hover { color: var(--emerald-deep); }
.copyright { grid-column: 1 / -1; border-top: 1px solid var(--line); margin: 40px 0 0; padding-top: 22px; color: #7c888e; font-size: 11px; }

.cookie-banner { position: fixed; z-index: 50; left: 24px; right: 24px; bottom: 20px; margin: auto; max-width: 900px; padding: 20px 22px; background: rgba(248,255,253,.95); backdrop-filter: blur(16px); border: 1px solid rgba(24,214,161,.35); box-shadow: 0 18px 60px rgba(12,23,32,.2); display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font: 700 15px var(--display); }
.cookie-banner p { margin: 4px 0 0; color: var(--muted); font-size: 12px; line-height: 1.4; }
.cookie-banner p a { text-decoration: underline; }
.cookie-actions { display: flex; gap: 8px; }
.cookie-actions .button { min-height: 40px; padding: 0 14px; }
.cookie-banner .inline-message { grid-column: 1 / -1; }

/* Interior pages */
.page-hero { width: min(1200px, calc(100% - 80px)); margin: auto; padding: 100px 0 90px; }
.page-hero h1 { font-size: clamp(48px, 6.4vw, 88px); max-width: 1000px; margin-bottom: 25px; }
.page-hero > p:last-child { color: var(--muted); max-width: 680px; font-size: 19px; }
.compact-hero { border-bottom: 1px solid var(--line); }
.compact-hero h1 { max-width: 800px; }
.filter-line { display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); padding-bottom: 15px; margin-bottom: 45px; color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.archive-grid { grid-template-columns: repeat(3, 1fr); }
.archive-grid .post-image { height: 280px; }
.archive-grid .post-card h2 { font-size: 25px; }

.service-hero { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 60px; }
.service-hero h1 { margin: 0; }
.service-hero > p { margin-bottom: 8px; }
.service-catalog { padding-top: 20px; }
.service-detail { display: grid; grid-template-columns: 60px 1fr 1fr; gap: 55px; border-top: 1px solid var(--line); padding: 75px 0; }
.service-number { color: var(--emerald-deep); font: 700 12px var(--display); }
.service-copy h2 { font-size: clamp(36px, 4vw, 52px); }
.service-description { font-size: 20px; color: var(--ink)!important; }
.service-copy > p { color: var(--muted); max-width: 540px; }
.price { display: block; margin: 28px 0 22px; color: var(--emerald-deep); font-size: 14px; }
.service-image { height: 390px; padding: 10px; background: linear-gradient(145deg, #e4fff7, #ddecff, #eee3ff); clip-path: polygon(10% 0, 100% 5%, 96% 92%, 14% 100%, 0 20%); }
.service-image img { height: 100%; object-fit: cover; clip-path: inherit; filter: saturate(.7); }
.process { width: 100%; max-width: none; color: white; background: var(--night); padding-left: max(40px, calc((100vw - 1200px)/2)); padding-right: max(40px, calc((100vw - 1200px)/2)); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 55px; border-top: 1px solid rgba(255,255,255,.15); }
.process-grid > div { padding: 35px 35px 10px 0; border-right: 1px solid rgba(255,255,255,.15); }
.process-grid > div:not(:first-child) { padding-left: 35px; }
.process-grid span { color: #7fffdc; font-size: 11px; }
.process-grid h3 { font-size: 26px; margin: 25px 0 12px; }
.process-grid p { color: #98a9ad; font-size: 14px; }
.wide-cta { color: white; background: linear-gradient(110deg, #0d6b61, #2a1c46); padding: 75px max(40px, calc((100vw - 1200px)/2)); display: flex; justify-content: space-between; align-items: end; }
.wide-cta h2 { font-size: clamp(37px, 4vw, 54px); margin: 0; }

.atlas-hero { min-height: 620px; padding: 90px max(40px, calc((100vw - 1200px)/2)); color: white; background: var(--night); display: grid; grid-template-columns: 1fr 1fr; align-items: center; position: relative; overflow: hidden; }
.atlas-hero h1 { font-size: clamp(68px, 8vw, 116px); margin: 0; }
.atlas-hero h1 em { font-style: normal; color: #7fffdc; }
.atlas-hero > div:first-child > p:last-child { color: #9babad; max-width: 480px; font-size: 17px; margin-top: 25px; }
.atlas-compass { width: 470px; height: 470px; justify-self: end; position: relative; display: grid; place-items: center; }
.axis { position: absolute; background: rgba(127,255,220,.25); }
.axis-x { width: 100%; height: 1px; }
.axis-y { height: 100%; width: 1px; }
.ring { position: absolute; border: 1px solid rgba(127,255,220,.2); border-radius: 50%; }
.ring-1 { inset: 7%; }.ring-2 { inset: 23%; }.ring-3 { inset: 38%; }
.atlas-compass b { font: 700 34px/.65 var(--display); text-align: center; color: #cffff2; text-shadow: 0 0 20px #27edbd; letter-spacing: .1em; }
.atlas-compass .point { width: 8px; height: 8px; position: absolute; border-radius: 50%; background: #7fffdc; box-shadow: 0 0 14px #7fffdc; }
.point-1 { top: 16%; left: 50%; }.point-2 { right: 16%; top: 50%; }.point-3 { bottom: 24%; left: 23%; }
.atlas-intro { display: grid; grid-template-columns: 1.3fr .7fr; gap: 100px; align-items: end; }
.large-copy { font: 500 clamp(32px, 4vw, 53px)/1.28 var(--display); letter-spacing: -.04em; margin: 0; }
.large-copy em { color: var(--emerald-deep); font-style: normal; }
.atlas-intro > p:last-child { color: var(--muted); }
.coordinate-grid { display: grid; grid-template-columns: 1fr 1fr; padding-top: 0; }
.coordinate-grid article { padding: 60px; border: 1px solid var(--line); margin: -1px 0 0 -1px; }
.coordinate-grid article > span { color: var(--emerald-deep); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.coordinate-grid h2 { font-size: 29px; margin: 26px 0 18px; max-width: 420px; }
.coordinate-grid p { color: var(--muted); }
.coordinate-grid ul { list-style: none; padding: 0; margin: 25px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.coordinate-grid li { border: 1px solid var(--line); padding: 5px 9px; color: var(--muted); font-size: 10px; }
.atlas-check { width: min(1200px, calc(100% - 80px)); padding: 70px; margin-bottom: 100px; color: white; background: linear-gradient(120deg,#13242b,#154c47,#281d3e); display: flex; justify-content: space-between; align-items: end; }
.atlas-check h2 { font-size: 45px; margin-bottom: 12px; }
.atlas-check p:not(.kicker) { color: #a8babd; max-width: 600px; margin: 0; }

.about-hero { padding-bottom: 120px; }
.manifesto { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; padding-top: 0; }
.manifesto-image { height: 550px; padding: 12px; background: linear-gradient(135deg,#c6ffef,#e0f6ff,#e9d7ff); clip-path: polygon(0 6%, 87% 0, 100% 18%, 94% 100%, 8% 96%); }
.manifesto-image img { height: 100%; object-fit: cover; clip-path: inherit; filter: saturate(.65); }
.manifesto h2 { font-size: clamp(36px,4vw,53px); }
.manifesto p:not(.kicker) { color: var(--muted); }
.principles { border-top: 1px solid var(--line); }
.principles > h2 { font-size: 42px; }
.principles > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 35px; margin-top: 45px; }
.principles article { border-top: 2px solid var(--emerald); padding-top: 25px; }
.principles span { color: var(--emerald-deep); font-size: 11px; }
.principles h3 { font-size: 23px; margin: 22px 0 12px; }
.principles p { color: var(--muted); font-size: 14px; }

.contact-page { min-height: 750px; color: white; background: var(--night); padding: 90px max(40px, calc((100vw - 1200px)/2)) 110px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; position: relative; }
.contact-page::before { content:""; position:absolute; width:500px; height:500px; left:-250px; bottom:-200px; border-radius:50%; background:rgba(24,214,161,.13); filter:blur(30px); }
.contact-intro h1 { font-size: clamp(48px,5.5vw,76px); }
.contact-intro > p:not(.kicker) { color: #9babad; font-size: 17px; max-width: 520px; }
.contact-details { margin-top: 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.contact-details div:last-child { grid-column: 1 / -1; }
.contact-details span { display:block; color: #73928d; font-size: 9px; letter-spacing:.15em; text-transform:uppercase; }
.contact-details a, .contact-details address { display:block; font-style:normal; margin-top:4px; font-size:14px; }
.contact-form-wrap { padding: 45px; color: var(--ink); background: rgba(248,255,253,.97); border: 1px solid rgba(127,255,220,.3); box-shadow: 0 30px 70px rgba(0,0,0,.25); }
.field { margin-bottom: 22px; }
.field label, .contact-form > label { display:block; font-size:11px; font-weight:700; margin-bottom:7px; }
.field label small { color: var(--muted); font-weight:400; }
.field input, .field select, .field textarea { width:100%; border:0; border-bottom:1px solid #aebbb8; padding:9px 2px; color:var(--ink); background:transparent; outline:0; border-radius:0; }
.field textarea { border:1px solid #aebbb8; padding:10px; resize:vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color:var(--emerald-deep); box-shadow: 0 1px 0 var(--emerald-deep); }
.field [aria-invalid="true"] { border-color:#bf263a; }
.field-error { display:block; min-height:17px; font-size:11px; margin-top:3px; }
.check { display:flex!important; gap:10px; align-items:flex-start; color:var(--muted); font-weight:400!important; line-height:1.4; }
.check input { margin-top:3px; accent-color:var(--emerald-deep); }
.check a { text-decoration:underline; }
.contact-form .button { margin-top:18px; }

.article-page { padding-bottom: 100px; }
.article-header { width: min(920px, calc(100% - 80px)); margin:auto; padding:80px 0 55px; }
.back-link { display:block; color:var(--muted); font-size:12px; margin-bottom:60px; }
.article-header h1 { font-size:clamp(47px,6vw,76px); }
.article-deck { color:var(--muted); font-size:20px; max-width:720px; }
.article-byline { display:flex; justify-content:space-between; margin-top:45px; border-top:1px solid var(--line); padding-top:15px; color:#748188; font-size:10px; text-transform:uppercase; letter-spacing:.1em; }
.article-cover { width:min(1200px,calc(100% - 80px)); height:600px; margin:0 auto 70px; padding:10px; background:linear-gradient(130deg,#d4fff4,#dceeff,#ebddff); clip-path:polygon(0 0,96% 0,100% 10%,98% 100%,3% 97%); }
.article-cover img { height:100%; object-fit:cover; clip-path:inherit; filter:saturate(.76); }
.article-body { width:min(680px,calc(100% - 48px)); margin:auto; }
.article-body p { color:#364b54; font-size:17px; line-height:1.85; }
.article-body .lead { color:var(--ink); font-size:23px; font-family:var(--display); line-height:1.55; }
.article-body h2 { font-size:32px; margin:55px 0 20px; }
.article-body li { margin-bottom:14px; padding-left:8px; }
.article-callout { margin:50px -60px; padding:35px 45px; border-left:3px solid var(--emerald); background:#eafbf6; font:500 24px/1.5 var(--display); }
.article-end { width:min(680px,calc(100% - 48px)); margin:70px auto 0; padding-top:35px; border-top:1px solid var(--line); display:flex; align-items:center; justify-content:space-between; }
.article-end p { margin:0; font-weight:700; }

.legal-page { width:min(1100px,calc(100% - 80px)); margin:auto; padding:80px 0 120px; }
.legal-page > header { max-width:780px; margin-bottom:80px; }
.legal-page h1 { font-size:clamp(48px,6vw,75px); }
.legal-page header > p:not(.kicker) { color:var(--muted); font-size:19px; }
.legal-page header small { color:#7a878c; }
.legal-layout { display:grid; grid-template-columns:240px 1fr; gap:100px; }
.legal-layout aside { position:sticky; top:35px; align-self:start; border-top:1px solid var(--line); padding-top:20px; }
.legal-layout aside strong { display:block; font-size:11px; text-transform:uppercase; letter-spacing:.1em; margin-bottom:15px; }
.legal-layout aside a { display:block; color:var(--muted); font-size:12px; padding:7px 0; }
.legal-content section { scroll-margin-top:30px; margin-bottom:50px; }
.legal-content h2 { font-size:27px; }
.legal-content p { color:#43575f; line-height:1.85; }
.legal-contact { margin-top:70px; padding:25px; background:#eafbf6; display:flex; justify-content:space-between; }
.legal-contact a { color:var(--emerald-deep); }

.not-found { min-height:680px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:60px 20px 100px; }
.not-found h1 { font-size:clamp(47px,6vw,80px); margin-bottom:20px; }
.not-found > p:not(.kicker) { color:var(--muted); }
.not-found .button { margin-top:25px; }
.error-crystal { width:190px; height:120px; margin-bottom:35px; position:relative; display:flex; justify-content:space-between; align-items:center; color:var(--emerald-deep); font:600 70px var(--display); }
.error-crystal i { position:absolute; width:90px; height:110px; left:50%; transform:translateX(-50%); background:linear-gradient(145deg,rgba(24,214,161,.4),rgba(85,217,245,.25),rgba(155,113,238,.4)); clip-path:polygon(50% 0,100% 30%,82% 100%,18% 100%,0 30%); filter:drop-shadow(0 0 20px rgba(24,214,161,.4)); }

@media (max-width: 950px) {
  .site-header { width:calc(100% - 40px); height:74px; }
  .nav-toggle { display:block; }
  .main-nav { display:none; position:absolute; top:67px; left:0; right:0; padding:25px; background:rgba(248,255,253,.98); box-shadow:0 20px 40px rgba(16,33,42,.15); flex-direction:column; align-items:stretch; gap:18px; }
  .main-nav.is-open { display:flex; }
  .hero { width:calc(100% - 40px); grid-template-columns:1fr; padding-top:55px; }
  .hero-visual { height:500px; margin-top:40px; }
  .crystal-frame { width:80%; }
  .post-grid, .archive-grid { grid-template-columns:1fr 1fr; }
  .post-card.featured { grid-column:1 / -1; }
  .services-preview, .field-note, .newsletter, .service-hero, .atlas-intro, .manifesto, .contact-page { grid-template-columns:1fr; }
  .services-preview, .contact-page { gap:60px; }
  .newsletter { gap:50px; }
  .site-footer { grid-template-columns:2fr 1fr 1fr; }
  .footer-contact { grid-column:2 / -1; }
  .service-detail { grid-template-columns:40px 1fr; }
  .service-image { grid-column:2; }
  .atlas-hero { grid-template-columns:1fr; padding-top:70px; }
  .atlas-compass { justify-self:center; margin-top:30px; }
  .principles > div { grid-template-columns:1fr; }
  .article-cover { height:450px; }
}

@media (max-width: 650px) {
  .section, .page-hero, .site-footer, .atlas-check, .article-cover, .article-header, .legal-page { width:calc(100% - 36px); }
  .section { padding:75px 0; }
  .hero { min-height:0; }
  .hero h1 { font-size:42px; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:18px; }
  .hero-visual { height:390px; }
  .crystal-frame { width:92%; height:350px; }
  .crystal-label { left:-7px; bottom:20px; }
  .signal-strip { padding:20px; gap:18px; align-items:flex-start; }
  .signal-strip div { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
  .split-heading { grid-template-columns:1fr; gap:25px; }
  .post-grid, .archive-grid { grid-template-columns:1fr; }
  .post-card.featured { grid-column:auto; }
  .post-card.featured .post-image, .post-image, .archive-grid .post-image { height:250px; }
  .services-preview { padding:75px 20px; }
  .service-list a { min-height:96px; }
  .field-quote, .field-card { padding:35px 25px; }
  .newsletter { padding:65px 20px; }
  .input-row { flex-direction:column; gap:20px; }
  .site-footer { grid-template-columns:1fr 1fr; padding-top:55px; }
  .footer-lead { grid-column:1 / -1; }
  .footer-contact { grid-column:1 / -1; }
  .cookie-banner { left:10px; right:10px; bottom:10px; grid-template-columns:1fr; }
  .cookie-actions { flex-direction:column-reverse; }
  .page-hero { padding:65px 0; }
  .page-hero h1 { font-size:43px; }
  .service-detail { grid-template-columns:1fr; gap:20px; padding:50px 0; }
  .service-image { grid-column:auto; height:300px; order:-1; }
  .service-number { display:none; }
  .process-grid { grid-template-columns:1fr; }
  .process-grid > div, .process-grid > div:not(:first-child) { border-right:0; border-bottom:1px solid rgba(255,255,255,.15); padding:30px 0; }
  .wide-cta, .atlas-check { padding:55px 20px; flex-direction:column; align-items:flex-start; gap:30px; }
  .atlas-compass { width:300px; height:300px; }
  .atlas-intro { gap:35px; }
  .coordinate-grid { grid-template-columns:1fr; }
  .coordinate-grid article { padding:35px 25px; }
  .manifesto-image { height:400px; }
  .contact-page { padding:70px 20px; gap:50px; }
  .contact-form-wrap { padding:30px 20px; }
  .contact-details { grid-template-columns:1fr; margin-top:45px; }
  .contact-details div:last-child { grid-column:auto; }
  .article-cover { height:280px; margin-bottom:45px; }
  .article-byline { flex-direction:column; gap:6px; }
  .article-callout { margin:40px 0; padding:28px 24px; font-size:21px; }
  .article-end { flex-direction:column; align-items:flex-start; gap:20px; }
  .legal-layout { grid-template-columns:1fr; gap:45px; }
  .legal-layout aside { position:static; }
  .legal-contact { flex-direction:column; gap:8px; }
}
