:root {
  --ink: #111514;
  --near-black: #0b0e0d;
  --paper: #f1efe8;
  --bone: #e7e2d8;
  --sage: #a9bbb8;
  --sage-light: #c9d6d3;
  --acid: #d7e1bd;
  --muted: #747c79;
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-light: rgba(17, 21, 20, 0.18);
  --pointer-x: 50vw;
  --pointer-y: 50vh;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--near-black); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body, a, button { cursor: default; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
::selection { background: var(--acid); color: var(--ink); }
.css-arrow { position: relative; display: inline-block; flex: 0 0 auto; width: 16px; height: 16px; font-size: 0 !important; line-height: 0; }
.css-arrow::before { content: ""; position: absolute; left: 50%; top: 50%; width: 14px; height: 1.5px; border-radius: 999px; background: currentColor; transform: translate(-50%, -50%) rotate(-45deg); transform-origin: center; }
.css-arrow::after { content: ""; position: absolute; left: calc(50% - 2px); top: calc(50% - 5px); width: 7px; height: 7px; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; }
.premium-site { min-height: 100vh; overflow: clip; }
.cursor-aura { position: fixed; z-index: 999; width: 420px; height: 420px; left: var(--pointer-x); top: var(--pointer-y); pointer-events: none; border-radius: 50%; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(186, 211, 202, 0.09), transparent 67%); mix-blend-mode: screen; }
.magnetic { transition: transform 340ms cubic-bezier(.16,1,.3,1); will-change: transform; }
.grain { position: absolute; inset: 0; opacity: .17; pointer-events: none; z-index: 1; background-image: repeating-radial-gradient(circle at 17% 32%, transparent 0, rgba(255,255,255,.04) .7px, transparent 1.35px, transparent 3px); background-size: 7px 7px; mix-blend-mode: soft-light; }

.lux-header { position: absolute; z-index: 20; top: 0; left: 50%; transform: translateX(-50%); width: min(1480px, calc(100% - 72px)); height: 104px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #eef1ec; border-bottom: 1px solid var(--line-dark); }
.lux-brand { display: inline-flex; align-items: center; gap: 14px; width: fit-content; }
.lux-brand > span:first-child { display: grid; place-items: center; width: 41px; height: 41px; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; font: 700 .66rem/1 Arial, sans-serif; letter-spacing: -.04em; }
.lux-brand-copy { display: flex; flex-direction: column; text-transform: uppercase; }
.lux-brand-copy strong { font-size: .75rem; letter-spacing: .15em; }
.lux-brand-copy small { margin-top: 4px; color: var(--sage); font-size: .5rem; font-weight: 700; letter-spacing: .25em; }
.header-logo { position:relative; width:230px; height:82px; overflow:hidden; }
.header-logo-filter { position:absolute; width:0; height:0; overflow:hidden; }
.header-logo img { position:absolute; left:50%; top:50%; width:300px; max-width:none; transform:translate(-50%,-50%); filter:url(#header-logo-chroma); }
.lux-header nav { display: flex; gap: clamp(28px, 3vw, 54px); color: rgba(238,241,236,.68); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.lux-header nav a { position: relative; padding: 10px 0; }
.lux-header nav a::after { content: ""; position: absolute; left: 0; bottom: 4px; width: 100%; height: 1px; background: var(--sage); transform: scaleX(0); transform-origin: right; transition: transform 350ms cubic-bezier(.16,1,.3,1); }
.lux-header nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; appearance: none; border: 0; background: transparent; color: #edf0eb; font: inherit; }
.round-link { justify-self: end; display: inline-flex; align-items: center; gap: 25px; padding: 10px 11px 10px 20px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; font-size: .73rem; text-transform: uppercase; letter-spacing: .08em; }
.round-link i { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--acid); color: var(--ink); font-style: normal; font-size: 1rem; }

.lux-hero { position: relative; min-height: 100svh; isolation: isolate; overflow: hidden; background: var(--near-black); color: #edf0eb; padding: 130px max(36px, calc((100vw - 1480px) / 2)) 54px; }
.lux-hero::before { content: ""; position: absolute; inset: 0; z-index: 0; background: radial-gradient(circle at 71% 48%, rgba(122,153,145,.21), transparent 17%), radial-gradient(circle at 70% 48%, rgba(213,227,221,.06), transparent 39%), linear-gradient(115deg, #101413 0%, #080b0a 52%, #0d1210 100%); }
.lux-hero::after { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(90deg, transparent 0 12%, rgba(255,255,255,.028) 12.1%, transparent 12.2% 50%, rgba(255,255,255,.025) 50.1%, transparent 50.2% 87%, rgba(255,255,255,.028) 87.1%, transparent 87.2%); }
.hero-side-label { position: absolute; z-index: 3; left: 27px; top: 50%; writing-mode: vertical-rl; transform: translateY(-40%) rotate(180deg); color: rgba(238,241,236,.35); font-size: .57rem; letter-spacing: .25em; text-transform: uppercase; }
.hero-sequence { position: relative; z-index: 5; width: min(94%, 1360px); margin: 5vh auto 0; }
.hero-kicker { margin: 0 0 clamp(28px, 4vh, 58px) 9%; overflow: hidden; color: var(--sage-light); font-size: .7rem; text-transform: uppercase; letter-spacing: .27em; }
.hero-kicker span { display: block; }
.lux-hero h1 { position: relative; z-index: 4; margin: 0; text-transform: uppercase; font-family: "Arial Narrow", "Helvetica Neue", sans-serif; font-weight: 800; font-size: clamp(4.9rem, 10.4vw, 11.8rem); line-height: .73; letter-spacing: -.072em; }
.display-line { display: block; overflow: hidden; padding-right: .1em; }
.display-line i { display: block; font-style: normal; transform: translateY(112%); animation: title-arrive 1.15s cubic-bezier(.16,1,.3,1) forwards; }
.line-two { margin-left: 10%; }
.line-two i { animation-delay: .12s; }
.line-three { margin-left: 30%; color: var(--sage-light); font-family: Georgia, "Times New Roman", serif; font-weight: 400; text-transform: none; letter-spacing: -.085em; font-style: italic; }
.line-three i { font-style: italic; animation-delay: .24s; }
.load-reveal { opacity: 0; transform: translateY(18px); animation: soft-arrive .9s .65s cubic-bezier(.16,1,.3,1) forwards; }
.delay-three { animation-delay: .9s; }
.hero-bottom { position: relative; z-index: 6; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; width: 61%; margin: clamp(45px, 8vh, 85px) 0 0 9%; }
.hero-bottom > p { width: min(450px, 62%); margin: 0; color: rgba(238,241,236,.65); font-family: Georgia, serif; font-size: clamp(.92rem, 1.15vw, 1.16rem); line-height: 1.7; }
.hero-arrow { flex: 0 0 auto; display: flex; align-items: center; justify-content: center; gap: 20px; width: 126px; height: 126px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.hero-arrow b { font-size: 1rem; font-weight: 400; }
.hero-sculpture { position: absolute; z-index: 2; width: min(48vw, 740px); aspect-ratio: 1; right: .4%; top: 47%; transform: translateY(-47%); display: grid; place-items: center; animation: sculpture-arrive 1.8s .2s cubic-bezier(.16,1,.3,1) both; }
.energy-core { position: relative; z-index: 3; width: 12%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 38% 34%, rgba(255,255,255,.95) 0 5%, rgba(184,210,201,.46) 7%, rgba(142,178,167,.2) 32%, transparent 70%); box-shadow: 0 0 70px rgba(173,202,193,.22); animation: core-breathe 7s ease-in-out infinite; }
.energy-core::before { content: ""; position: absolute; inset: -28%; border: 1px solid rgba(194,215,207,.2); border-radius: 50%; }
.energy-core::after { content: ""; position: absolute; inset: 43%; border-radius: 50%; background: var(--acid); box-shadow: 0 0 18px rgba(186,212,204,.7); }
.orbit { position: absolute; border: 1px solid rgba(194,215,207,.23); border-radius: 50%; }
.orbit::after { content: ""; position: absolute; left: 50%; top: -4px; width: 7px; height: 7px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 20px var(--acid); }
.orbit-a { z-index: 2; width: 64%; height: 64%; animation: rotate 16s linear infinite; }
.orbit-b { z-index: 2; width: 82%; height: 49%; transform: rotate(48deg); animation: orbit-tilt 21s linear infinite reverse; }
.orbit-c { z-index: 2; width: 48%; height: 88%; transform: rotate(-38deg); animation: orbit-tilt-two 18s linear infinite; }
.light-sweep { position: absolute; z-index: 1; width: 68%; height: 68%; border-radius: 50%; background: conic-gradient(from 180deg, transparent, rgba(186,212,204,.24), transparent 21%, transparent 72%, rgba(217,225,188,.14), transparent); filter: blur(20px); animation: rotate 13s linear infinite reverse; }
.art-note { position: absolute; color: rgba(238,241,236,.36); font-size: .54rem; letter-spacing: .2em; text-transform: uppercase; }
.note-top { top: 10%; right: 25%; }
.note-bottom { bottom: 13%; left: 20%; }
.scroll-cue { position: absolute; z-index: 4; right: max(36px, calc((100vw - 1480px) / 2)); bottom: 48px; display: flex; align-items: center; gap: 16px; color: rgba(238,241,236,.38); font-size: .55rem; text-transform: uppercase; letter-spacing: .22em; }
.scroll-cue i { display: block; width: 70px; height: 1px; overflow: hidden; background: rgba(255,255,255,.16); }
.scroll-cue i::after { content: ""; display: block; width: 100%; height: 100%; background: var(--sage); animation: scroll-line 2.2s ease-in-out infinite; }

.ticker { overflow: hidden; background: var(--acid); border-bottom: 1px solid var(--ink); color: var(--ink); padding: 18px 0 16px; }
.ticker > div { display: flex; align-items: center; width: max-content; animation: ticker-move 22s linear infinite; }
.ticker span { padding: 0 32px; font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.ticker b { font-size: .7rem; }

.manifesto { min-height: 900px; padding: clamp(100px, 12vw, 180px) max(36px, calc((100vw - 1360px) / 2)); display: grid; grid-template-columns: .35fr 1fr; gap: 60px; background: var(--paper); }
.section-tag { display: flex; align-items: flex-start; gap: 18px; padding-top: 12px; }
.section-tag span { color: var(--sage-deep, #69827c); font: 700 .62rem/1 Arial, sans-serif; }
.section-tag p { margin: 0; font-size: .66rem; line-height: 1.55; letter-spacing: .13em; text-transform: uppercase; }
.overline { color: #6c7f7a; font-size: .66rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.manifesto-copy h2 { margin: 46px 0 65px; font: 400 clamp(3.7rem, 7vw, 7.9rem)/.94 Georgia, serif; letter-spacing: -.065em; }
.manifesto-copy h2 em { color: #718b84; font-weight: 400; }
.manifesto-foot { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding-top: 42px; border-top: 1px solid var(--line-light); }
.manifesto-foot > p { max-width: 560px; margin: 0; color: #58605e; font-size: 1rem; line-height: 1.85; }
.manifesto-foot strong { color: var(--ink); font-weight: 500; }
.manifesto-foot a { align-self: end; justify-self: end; display: flex; justify-content: space-between; width: min(100%, 330px); padding: 0 0 15px; border-bottom: 1px solid var(--ink); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; }
.manifesto-foot a span { transition: transform .3s ease; }
.manifesto-foot a:hover span { transform: translateX(7px); }

.focus-section { padding: clamp(100px, 11vw, 170px) max(36px, calc((100vw - 1420px) / 2)); background: #111514; color: #edf0eb; }
.focus-header { display: grid; grid-template-columns: .35fr 1fr; gap: 50px; padding-bottom: 90px; }
.focus-header > p { margin: 11px 0 0; color: var(--sage); font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; }
.focus-header h2 { margin: 0; font: 400 clamp(3.1rem, 5.7vw, 6.7rem)/.97 Georgia, serif; letter-spacing: -.055em; }
.focus-header h2 span { color: rgba(237,240,235,.37); }
.focus-list { border-top: 1px solid var(--line-dark); }
.focus-row { position: relative; display: grid; grid-template-columns: .13fr .58fr 1fr .2fr 35px; gap: 35px; align-items: center; min-height: 180px; padding: 25px 0; border-bottom: 1px solid var(--line-dark); transition: padding 500ms cubic-bezier(.16,1,.3,1), background 500ms ease; }
.focus-row::before { content: ""; position: absolute; inset: 0 -32px; z-index: 0; background: var(--sage-light); transform: scaleY(0); transform-origin: bottom; transition: transform 480ms cubic-bezier(.16,1,.3,1); }
.focus-row:hover::before { transform: scaleY(1); }
.focus-row > * { position: relative; z-index: 1; }
.focus-row:hover { color: var(--ink); padding-left: 20px; padding-right: 20px; }
.focus-number, .focus-note { color: var(--sage); font-size: .59rem; letter-spacing: .14em; text-transform: uppercase; }
.focus-row:hover .focus-number, .focus-row:hover .focus-note { color: #52635f; }
.focus-row h3 { margin: 0; font: 400 clamp(2.2rem, 4vw, 4.6rem)/1 Georgia, serif; letter-spacing: -.045em; }
.focus-row > p { max-width: 500px; margin: 0; color: rgba(237,240,235,.55); line-height: 1.75; font-size: .9rem; }
.focus-row:hover > p { color: #3f4846; }
.focus-row i { font-style: normal; font-size: 1.2rem; }

.breath-section { position: relative; min-height: 780px; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding: 120px max(36px, calc((100vw - 1360px) / 2)); background: #aebfbb; color: var(--ink); }
.section-index { position: relative; z-index: 2; margin: 0 0 65px; font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; }
.breath-section blockquote { position: relative; z-index: 2; width: min(1060px, 90%); margin: 0; font: 400 clamp(3rem, 6vw, 7rem)/.99 Georgia, serif; letter-spacing: -.055em; }
.breath-section blockquote em { color: #eef1eb; font-weight: 400; }
.breath-meta { position: relative; z-index: 2; display: flex; justify-content: flex-end; gap: 40px; margin-top: 80px; color: #45524f; font-size: .58rem; letter-spacing: .17em; text-transform: uppercase; }
.breath-rings { position: absolute; width: min(65vw, 870px); aspect-ratio: 1; right: -11%; top: 50%; transform: translateY(-50%); }
.breath-rings i { position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; animation: ring-breathe 7s ease-in-out infinite; }
.breath-rings i:nth-child(2) { inset: 16%; animation-delay: -2.3s; }
.breath-rings i:nth-child(3) { inset: 32%; animation-delay: -4.6s; }

.process-section { padding: clamp(100px, 12vw, 180px) max(36px, calc((100vw - 1360px) / 2)); background: var(--paper); }
.process-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; margin-bottom: 100px; }
.process-intro h2 { max-width: 930px; margin: 0; font: 400 clamp(3.4rem, 6.2vw, 7.2rem)/.95 Georgia, serif; letter-spacing: -.06em; text-align: right; }
.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); }
.process-steps article { min-height: 370px; padding: 34px 42px 28px; border-left: 1px solid var(--line-light); }
.process-steps article:first-child { border-left: 0; padding-left: 0; }
.process-steps article > span { color: #70827e; font-size: .57rem; letter-spacing: .17em; text-transform: uppercase; }
.process-steps h3 { margin: 85px 0 23px; font: 400 2.7rem/1 Georgia, serif; letter-spacing: -.045em; }
.process-steps p { max-width: 340px; margin: 0; color: #626a68; font-size: .89rem; line-height: 1.8; }

.final-cta { position: relative; isolation: isolate; min-height: 780px; overflow: hidden; display: grid; grid-template-columns: .7fr 1fr .42fr; align-items: center; gap: 60px; padding: 110px max(36px, calc((100vw - 1420px) / 2)); background: var(--near-black); color: #edf0eb; }
.final-cta::before { content: ""; position: absolute; inset: 0; z-index: 0; background: radial-gradient(circle at 82% 52%, rgba(164,196,186,.18), transparent 24%), linear-gradient(110deg, transparent 0 45%, rgba(255,255,255,.025) 45.1%, transparent 45.2%); }
.final-cta > *:not(.grain) { position: relative; z-index: 2; }
.final-cta > p { align-self: start; margin-top: 44px; color: rgba(237,240,235,.54); font-family: Georgia, serif; font-size: 1rem; line-height: 1.7; }
.final-cta h2 { margin: 0; font: 400 clamp(5rem, 9vw, 10.5rem)/.75 "Arial Narrow", Arial, sans-serif; text-transform: uppercase; letter-spacing: -.075em; }
.final-cta h2 em { font-family: Georgia, serif; color: var(--sage-light); font-weight: 400; text-transform: none; }
.cta-orbit { align-self: end; justify-self: end; display: flex; flex-direction: column; justify-content: space-between; width: clamp(160px, 16vw, 240px); aspect-ratio: 1; padding: 34px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; font-size: .71rem; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; }
.cta-orbit i { align-self: flex-end; font-style: normal; font-size: 1.4rem; }

.lux-footer { min-height: 290px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-content: center; gap: 50px; padding: 60px max(36px, calc((100vw - 1420px) / 2)); background: #0a0d0c; color: rgba(237,240,235,.55); border-top: 1px solid var(--line-dark); }
.footer-brand { color: #edf0eb; }
.lux-footer > p { margin: 0; font-family: Georgia, serif; font-size: 1rem; line-height: 1.6; }
.lux-footer > div { justify-self: end; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 30px; font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.lux-footer > small { grid-column: 1 / -1; padding-top: 40px; border-top: 1px solid var(--line-dark); font-size: .55rem; letter-spacing: .15em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(42px); transition: opacity 1s cubic-bezier(.16,1,.3,1), transform 1s cubic-bezier(.16,1,.3,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes title-arrive { to { transform: translateY(0); } }
@keyframes soft-arrive { to { opacity: 1; transform: translateY(0); } }
@keyframes sculpture-arrive { from { opacity: 0; transform: translateY(-43%) scale(.84); filter: blur(18px); } to { opacity: 1; transform: translateY(-47%) scale(1); filter: blur(0); } }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes orbit-tilt { from { transform: rotate(48deg); } to { transform: rotate(408deg); } }
@keyframes orbit-tilt-two { from { transform: rotate(-38deg); } to { transform: rotate(322deg); } }
@keyframes core-breathe { 0%,100% { transform: scale(.97); box-shadow: 0 0 90px rgba(173,202,193,.09); } 50% { transform: scale(1.045); box-shadow: 0 0 150px rgba(173,202,193,.2); } }
@keyframes scroll-line { 0% { transform: translateX(-105%); } 55%,100% { transform: translateX(105%); } }
@keyframes ticker-move { to { transform: translateX(-50%); } }
@keyframes ring-breathe { 0%,100% { transform: scale(.9); opacity: .35; } 50% { transform: scale(1.07); opacity: .8; } }

@media (max-width: 980px) {
  .header-logo { width:175px; height:66px; }
  .header-logo img { width:240px; }
  .lux-header { width: calc(100% - 40px); grid-template-columns: 1fr auto; height: 86px; }
  .lux-header nav { position: fixed; inset: 0; z-index: -1; width: 100vw; height: 100svh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 12px; padding: 120px 9vw 60px; background: rgba(8,11,10,.98); opacity: 0; visibility: hidden; transform: translateY(-16px); transition: opacity .5s ease, transform .5s cubic-bezier(.16,1,.3,1), visibility .5s; }
  .lux-header nav a { font-family: Georgia, serif; font-size: clamp(2.8rem, 10vw, 5rem); letter-spacing: -.04em; text-transform: none; }
  .menu-open { overflow: hidden; }
  .menu-open .lux-header nav { opacity: 1; visibility: visible; transform: translateY(0); }
  .menu-toggle { position: relative; z-index: 30; display: inline-flex; align-items: center; gap: 12px; padding: 12px 0; cursor: pointer; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
  .menu-toggle i, .menu-toggle i::after { display: block; width: 23px; height: 1px; background: currentColor; transition: transform .35s ease; }
  .menu-toggle i { position: relative; }
  .menu-toggle i::after { content: ""; position: absolute; left: 0; top: 6px; }
  .menu-open .menu-toggle i { transform: translateY(3px) rotate(45deg); }
  .menu-open .menu-toggle i::after { top: 0; transform: rotate(-90deg); }
  .lux-hero { padding-left: 26px; padding-right: 26px; min-height: 900px; }
  .hero-sequence { width: 100%; margin-top: 15vh; }
  .hero-kicker { margin-left: 0; }
  .line-two { margin-left: 0; }
  .line-three { margin-left: 7%; }
  .hero-bottom { width: 92%; margin-left: 0; }
  .hero-sculpture { width: 68vw; right: -12%; top: 60%; opacity: .58; }
  .hero-side-label { display: none; }
  .manifesto, .focus-header { grid-template-columns: 1fr; }
  .section-tag { margin-bottom: 55px; }
  .focus-row { grid-template-columns: .12fr .8fr 1fr 30px; }
  .focus-note { display: none; }
  .process-intro { flex-direction: column; align-items: flex-start; }
  .process-intro h2 { text-align: left; }
  .process-steps { grid-template-columns: 1fr; }
  .process-steps article, .process-steps article:first-child { min-height: auto; padding: 38px 0 58px; border-left: 0; border-bottom: 1px solid var(--line-light); }
  .process-steps h3 { margin-top: 48px; }
  .final-cta { grid-template-columns: 1fr; padding-top: 130px; padding-bottom: 130px; }
  .final-cta > p { margin: 0; }
  .cta-orbit { justify-self: start; margin-top: 25px; }
}

@media (max-width: 640px) {
  .header-logo { width:145px; height:54px; }
  .header-logo img { width:200px; }
  .round-link { gap:0; padding:8px; }
  .round-link > span { display:none; }
  .cursor-aura { display: none; }
  .lux-brand-copy { display: none; }
  .round-link { gap: 12px; padding-left: 15px; }
  .round-link i { width: 30px; height: 30px; }
  .lux-hero { min-height: 780px; padding-top: 105px; }
  .hero-sequence { margin-top: 10vh; }
  .lux-hero h1 { font-size: clamp(3.5rem, 18.4vw, 5.8rem); line-height: .79; }
  .line-three { margin-left: 0; }
  .hero-bottom { align-items: flex-start; flex-direction: column; width: 100%; margin-top: 54px; }
  .hero-bottom > p { width: 88%; }
  .hero-arrow { width: 96px; height: 96px; }
  .hero-arrow span { display: none; }
  .hero-sculpture { width: 92vw; right: -18%; top: 59%; }
  .art-note { display: none; }
  .scroll-cue { display: none; }
  .manifesto { min-height: auto; padding: 95px 24px 110px; }
  .manifesto-copy h2 { font-size: 3.45rem; }
  .manifesto-foot { grid-template-columns: 1fr; gap: 45px; }
  .manifesto-foot a { justify-self: start; }
  .focus-section { padding: 90px 24px; }
  .focus-header { padding-bottom: 60px; }
  .focus-header h2 { font-size: 3rem; }
  .focus-row { grid-template-columns: 35px 1fr 24px; gap: 14px; min-height: 145px; }
  .focus-row h3 { font-size: 2.5rem; }
  .focus-row > p { display: none; }
  .breath-section { min-height: 650px; padding: 90px 24px; }
  .breath-section blockquote { width: 100%; font-size: 3rem; }
  .breath-meta { justify-content: flex-start; flex-wrap: wrap; gap: 18px; }
  .process-section { padding: 95px 24px; }
  .process-intro h2 { font-size: 3.4rem; }
  .final-cta { padding: 110px 24px; }
  .final-cta h2 { font-size: 5.5rem; }
  .lux-footer { grid-template-columns: 1fr; min-height: 400px; padding: 70px 24px; }
  .lux-footer > div { justify-self: start; flex-wrap: wrap; }
}

/* Cool editorial palette: layered greys, sage and crisp black typography. */
:root {
  --ink: #151a18;
  --near-black: #dde2df;
  --paper: #f1f3f2;
  --bone: #dfe3e1;
  --sage: #9fb7af;
  --sage-light: #cbdad5;
  --acid: #b8cbc4;
  --muted: #5f6c68;
  --line-dark: rgba(21, 26, 24, .16);
  --line-light: rgba(21, 26, 24, .18);
}

html { background: var(--paper); }
.cursor-aura { background: radial-gradient(circle, rgba(143, 177, 166, .16), transparent 68%); mix-blend-mode: multiply; }
.grain { opacity: .2; background-image: repeating-radial-gradient(circle at 17% 32%, transparent 0, rgba(52, 69, 63, .055) .7px, transparent 1.35px, transparent 3px); mix-blend-mode: multiply; }

.lux-header { color: var(--ink); border-bottom-color: var(--line-light); }
.lux-brand > span:first-child { border-color: rgba(41, 56, 51, .35); }
.lux-brand-copy small { color: #6e8c83; }
.lux-header nav { color: rgba(41, 56, 51, .68); }
.menu-toggle { color: var(--ink); }
.round-link { border-color: rgba(41, 56, 51, .35); background: rgba(255,255,255,.2); }

.lux-hero { background: #dde2df; color: var(--ink); }
.lux-hero::before { background: radial-gradient(circle at 73% 47%, rgba(126, 157, 147, .44), transparent 17%), radial-gradient(circle at 73% 47%, rgba(247, 250, 249, .72), transparent 42%), linear-gradient(118deg, #f3f5f4 0%, #dce1df 54%, #bfcfc9 100%); }
.lux-hero::after { background: linear-gradient(90deg, transparent 0 12%, rgba(41,56,51,.045) 12.1%, transparent 12.2% 50%, rgba(41,56,51,.04) 50.1%, transparent 50.2% 87%, rgba(41,56,51,.04) 87.1%, transparent 87.2%); }
.hero-side-label, .art-note, .scroll-cue { color: rgba(41, 56, 51, .43); }
.hero-kicker { color: #68837b; }
.line-three { color: #78958c; }
.hero-bottom > p { color: rgba(41, 56, 51, .7); }
.hero-arrow, .cta-orbit { border-color: rgba(41, 56, 51, .35); background: rgba(255,255,255,.16); }
.energy-core { background: radial-gradient(circle at 38% 34%, rgba(255,255,255,.96) 0 5%, rgba(151,187,176,.52) 7%, rgba(113,153,141,.18) 34%, transparent 70%); box-shadow: 0 0 75px rgba(118,155,144,.3); }
.energy-core::before { border-color: rgba(79,118,107,.18); }
.energy-core::after { background: #91ada4; box-shadow: 0 0 18px rgba(102,139,128,.65); }
.orbit { border-color: rgba(79, 118, 107, .28); }
.orbit::after { box-shadow: 0 0 20px rgba(102, 139, 128, .6); }
.light-sweep { background: conic-gradient(from 180deg, transparent, rgba(124,164,152,.34), transparent 21%, transparent 72%, rgba(102,119,113,.2), transparent); }
.scroll-cue i { background: rgba(41, 56, 51, .14); }

.focus-section, .method-section, .values-section { background: #dbe4e0; color: var(--ink); }
.focus-header > p, .focus-number, .focus-note { color: #6b867e; }
.focus-header h2 span { color: rgba(41,56,51,.38); }
.focus-list, .focus-row, .method-grid, .method-grid article, .value-lines article { border-color: var(--line-light); }
.focus-row::before { background: #edf0ef; }
.focus-row > p, .method-grid p, .value-lines p { color: #596a64; }
.focus-row:hover .focus-number, .focus-row:hover .focus-note { color: #657b74; }
.focus-row:hover > p { color: #41514c; }
.breath-section { background: #b8c6c1; }
.breath-section blockquote em { color: #f2f4f3; }
.breath-rings i { border-color: rgba(255,255,255,.48); }

.final-cta { background: #cad7d2; color: var(--ink); }
.final-cta::before { background: radial-gradient(circle at 82% 52%, rgba(105,132,123,.27), transparent 25%), linear-gradient(110deg, transparent 0 45%, rgba(255,255,255,.28) 45.1%, transparent 45.2%); }
.final-cta > p { color: rgba(41,56,51,.62); }
.final-cta h2 em { color: #718e85; }
.lux-footer { background: #dfe3e1; color: #596560; border-top-color: var(--line-light); }
.footer-brand { color: var(--ink); }

.inner-hero, .legal-hero { background: linear-gradient(120deg, #f2f4f3 0%, #dce1df 58%, #c1d1cb 100%); color: var(--ink); }
.inner-hero::before { background: radial-gradient(circle at 78% 55%, rgba(145,178,168,.3), transparent 27%), linear-gradient(120deg, transparent 0 62%, rgba(41,56,51,.04) 62.1%, transparent 62.2%); }
.inner-index { color: #68837b; }
.inner-lead { color: rgba(41,56,51,.68); }
.accent-line { color: #78958c; }
.disclaimer-band { border-color: var(--line-light); }

@media (max-width: 980px) {
  .lux-header nav { background: rgba(238, 241, 240, .98); color: var(--ink); }
  .method-grid article { border-color: var(--line-light); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .display-line i { transform: none; }
  .load-reveal, .reveal { opacity: 1; transform: none; }
}

@media (hover: none), (pointer: coarse) { .cursor-aura { display: none; } }

/* Inner pages */
.inner-site { background: var(--paper); }
.inner-hero { position: relative; isolation: isolate; min-height: 800px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 180px max(36px, calc((100vw - 1420px) / 2)) 95px; background: var(--near-black); color: #edf0eb; }
.inner-hero::before { content: ""; position: absolute; inset: 0; z-index: 0; background: radial-gradient(circle at 78% 55%, rgba(157,190,181,.18), transparent 27%), linear-gradient(120deg, transparent 0 62%, rgba(255,255,255,.03) 62.1%, transparent 62.2%); }
.inner-hero > *:not(.grain) { position: relative; z-index: 2; }
.inner-index { margin: 0 0 55px; color: var(--sage); font-size: .62rem; letter-spacing: .23em; text-transform: uppercase; }
.inner-hero h1 { width: min(1180px, 100%); margin: 0; font: 800 clamp(5rem, 10vw, 11rem)/.75 "Arial Narrow", Arial, sans-serif; letter-spacing: -.075em; text-transform: uppercase; }
.inner-hero h1 .display-line i { font-style: normal; }
.inner-hero h1 .display-line:nth-child(2) i { animation-delay: .12s; }
.inner-hero h1 .display-line:nth-child(3) i { animation-delay: .24s; }
.inner-hero h1 .accent-line { color: var(--sage-light); font-family: Georgia, serif; font-weight: 400; text-transform: none; }
.inner-hero h1 .accent-line i { font-style: italic; }
.inner-hero h1 .display-line { padding:.18em .12em .24em 0; margin:-.18em -.12em -.24em 0; }
.inner-lead { position: absolute !important; right: max(36px, calc((100vw - 1420px) / 2)); bottom: 105px; width: min(360px, 26%); margin: 0; color: rgba(237,240,235,.55); font-family: Georgia, serif; font-size: 1rem; line-height: 1.7; }
.about-hero h1 { width: 78%; }
.about-sculpture { position: absolute !important; z-index: 1 !important; right: 1%; top: 50%; width: min(46vw, 690px); aspect-ratio: 1; display: grid; place-items: center; transform: translateY(-50%); opacity: .72; animation: sculpture-arrive 1.8s .2s cubic-bezier(.16,1,.3,1) both; pointer-events: none; }
.about-sculpture::before { content: ""; position: absolute; inset: 14%; border-radius: 50%; background: radial-gradient(circle, rgba(246,249,247,.74) 0 12%, rgba(165,194,185,.18) 36%, transparent 70%); filter: blur(8px); }
.about-sculpture .orbit { border-color: rgba(79,118,107,.25); }
.about-sculpture .orbit::after { background: #91ada4; box-shadow: 0 0 18px rgba(102,139,128,.55); }

.signal-section { padding: 150px max(36px, calc((100vw - 1320px) / 2)); background: var(--paper); }
.signal-section > .overline { margin-bottom: 80px; }
.signal-list { margin-left: 25%; border-top: 1px solid var(--line-light); }
.signal-list > p { display: grid; grid-template-columns: 90px 1fr; gap: 30px; align-items: start; margin: 0; padding: 44px 0; border-bottom: 1px solid var(--line-light); font: 400 clamp(1.6rem, 2.6vw, 3rem)/1.25 Georgia, serif; letter-spacing: -.03em; }
.signal-list span { padding-top: 9px; color: #78908a; font: 700 .58rem/1 Arial, sans-serif; }

.method-section { padding: 150px max(36px, calc((100vw - 1420px) / 2)); background: #111514; color: #edf0eb; }
.method-section > header { display: grid; grid-template-columns: .35fr 1fr; gap: 40px; align-items: start; margin-bottom: 100px; }
.method-section header p, .values-section header p { margin: 10px 0 0; color: var(--sage); font-size: .61rem; letter-spacing: .18em; text-transform: uppercase; }
.method-section h2, .values-section h2 { margin: 0; font: 400 clamp(3.3rem, 6vw, 7rem)/.96 Georgia, serif; letter-spacing: -.055em; }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); }
.method-grid article { min-height: 430px; padding: 38px 48px; border-left: 1px solid var(--line-dark); }
.method-grid article:first-child { border-left: 0; padding-left: 0; }
.method-grid span { color: var(--sage); font-size: .57rem; letter-spacing: .17em; text-transform: uppercase; }
.method-grid h3 { margin: 110px 0 28px; font: 400 3.5rem/1 Georgia, serif; letter-spacing: -.04em; }
.method-grid p { max-width: 360px; margin: 0; color: rgba(237,240,235,.56); font-size: .9rem; line-height: 1.8; }

.journey-section { padding: 150px max(36px, calc((100vw - 1320px) / 2)); display: grid; grid-template-columns: .7fr 1fr; gap: 100px; background: var(--bone); }
.journey-title { position: sticky; top: 80px; align-self: start; }
.journey-title h2 { margin: 40px 0 0; font: 400 clamp(3.4rem, 5.5vw, 6.4rem)/.95 Georgia, serif; letter-spacing: -.055em; }
.journey-title h2 em { color: #718b84; font-weight: 400; }
.journey-section ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.journey-section li { display: grid; grid-template-columns: 75px 1fr; gap: 25px; padding: 55px 0 65px; border-bottom: 1px solid var(--line-light); }
.journey-section li > span { color: #70847f; font-size: .6rem; }
.journey-section h3 { margin: 0 0 22px; font: 400 2.6rem/1 Georgia, serif; }
.journey-section li p { max-width: 520px; margin: 0; color: #5f6865; line-height: 1.75; }
.disclaimer-band, .contact-note { padding: 28px max(36px, calc((100vw - 1320px) / 2)); background: var(--acid); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.disclaimer-band p, .contact-note p { max-width: 950px; margin: 0 auto; text-align: center; font-size: .65rem; line-height: 1.6; letter-spacing: .07em; text-transform: uppercase; }
.inner-cta { position: relative; min-height: 700px; display: grid; grid-template-columns: .35fr 1fr .4fr; align-items: center; gap: 50px; padding: 100px max(36px, calc((100vw - 1420px) / 2)); background: #aebfbb; }
.inner-cta h2 { margin: 0; font: 400 clamp(4rem, 7vw, 8.2rem)/.9 Georgia, serif; letter-spacing: -.065em; }
.inner-cta .cta-orbit { color: var(--ink); border-color: rgba(17,21,20,.45); }
.light-cta { background: var(--paper); }

.about-story { padding: 150px max(36px, calc((100vw - 1320px) / 2)); display: grid; grid-template-columns: .35fr 1fr; gap: 70px; background: var(--paper); }
.about-story h2 { max-width: 980px; margin: 0 0 80px; font: 400 clamp(3.3rem, 5.5vw, 6.3rem)/.98 Georgia, serif; letter-spacing: -.055em; }
.about-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-top: 40px; border-top: 1px solid var(--line-light); }
.about-columns p { margin: 0; color: #596260; line-height: 1.85; }
.values-section { padding: 150px max(36px, calc((100vw - 1420px) / 2)); background: #111514; color: #edf0eb; }
.values-section > header { display: grid; grid-template-columns: .35fr 1fr; gap: 50px; margin-bottom: 100px; }
.value-lines { border-top: 1px solid var(--line-dark); }
.value-lines article { display: grid; grid-template-columns: .12fr .62fr 1fr; gap: 40px; align-items: start; padding: 48px 0; border-bottom: 1px solid var(--line-dark); }
.value-lines span { color: var(--sage); font-size: .58rem; }
.value-lines h3 { margin: 0; font: 400 2.7rem/1 Georgia, serif; }
.value-lines p { max-width: 480px; margin: 0; color: rgba(237,240,235,.56); line-height: 1.75; }
.signature-section { min-height: 640px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 100px 30px; background: var(--sage-light); text-align: center; }
.signature-section p { max-width: 1100px; margin: 0 0 50px; font: 400 clamp(3.3rem, 6vw, 7rem)/.98 Georgia, serif; letter-spacing: -.06em; }
.signature-section span { font-size: .58rem; letter-spacing: .2em; text-transform: uppercase; }

.contact-hero h1 { width: 78%; }
.contact-layout { padding: 150px max(36px, calc((100vw - 1320px) / 2)); display: grid; grid-template-columns: .48fr 1fr; gap: 110px; background: var(--paper); }
.contact-aside { position: sticky; top: 80px; align-self: start; }
.contact-aside > a { display: flex; justify-content: space-between; margin: 55px 0 90px; padding-bottom: 16px; border-bottom: 1px solid var(--ink); font-family: Georgia, serif; font-size: clamp(1.2rem, 1.7vw, 1.8rem); }
.contact-aside > div { margin-top: 38px; padding-top: 20px; border-top: 1px solid var(--line-light); }
.contact-aside > div span { color: #70827e; font-size: .58rem; letter-spacing: .17em; text-transform: uppercase; }
.contact-aside > div p { max-width: 360px; margin: 13px 0 0; color: #5f6865; line-height: 1.65; }
.contact-form { position: relative; }
.contact-form > label, .field-row label { display: block; margin-bottom: 48px; }
.contact-form label > span { display: block; margin-bottom: 14px; color: #66716e; font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-form input:not([type="checkbox"]), .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line-light); border-radius: 0; outline: 0; background: transparent; color: var(--ink); padding: 8px 0 18px; font: 400 1.18rem/1.5 Georgia, serif; transition: border-color .25s ease; }
.contact-form textarea { resize: vertical; min-height: 170px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--ink); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #a4aaa7; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; }
.check-field { display: grid !important; grid-template-columns: 22px 1fr; gap: 14px; align-items: start; }
.check-field input { width: 18px; height: 18px; accent-color: var(--ink); }
.check-field span { margin: 0 !important; color: #656e6b !important; font-size: .64rem !important; line-height: 1.6; letter-spacing: .04em !important; text-transform: none !important; }
.check-field a { text-decoration: underline; }
.form-submit { appearance: none; display: flex; align-items: center; justify-content: space-between; width: min(100%, 400px); min-height: 74px; margin-top: 32px; padding: 0 26px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: #edf0eb; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.form-submit i { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--acid); color: var(--ink); font-style: normal; font-size: 1rem; }
.honey-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { display: none; margin-bottom: 50px; padding: 20px 24px; border: 1px solid var(--line-light); font-size: .82rem; line-height: 1.6; }
.form-status.is-success, .form-status.is-error { display: block; }
.form-status.is-success { background: rgba(169,187,184,.25); }
.form-status.is-error { background: rgba(160,94,80,.13); border-color: rgba(160,94,80,.3); }
.contact-note { background: var(--bone); }

.legal-hero { min-height: 540px; display: flex; flex-direction: column; justify-content: flex-end; padding: 180px max(36px, calc((100vw - 1180px) / 2)) 90px; background: var(--near-black); color: #edf0eb; }
.legal-hero h1 { margin: 0; font: 400 clamp(4.7rem, 9vw, 10rem)/.85 Georgia, serif; letter-spacing: -.07em; }
.legal-content { padding: 110px max(36px, calc((100vw - 1180px) / 2)) 160px; background: var(--paper); }
.legal-content > header { display: flex; justify-content: space-between; gap: 30px; margin-bottom: 90px; padding-bottom: 25px; border-bottom: 1px solid var(--line-light); color: #6b7572; font-size: .61rem; letter-spacing: .13em; text-transform: uppercase; }
.legal-content section { display: grid; grid-template-columns: .38fr 1fr; gap: 70px; padding: 45px 0; border-bottom: 1px solid var(--line-light); }
.legal-content h2 { margin: 0; font: 400 1.65rem/1.2 Georgia, serif; }
.legal-content section p { max-width: 720px; margin: 0 0 18px; color: #58615f; line-height: 1.85; }
.legal-content section p:last-child { margin-bottom: 0; }
.legal-content a { color: #59766f; text-decoration: underline; text-underline-offset: 3px; }
.legal-content aside { margin-top: 70px; padding: 30px; background: var(--bone); color: #596260; font-size: .78rem; line-height: 1.7; }

@media (max-width: 980px) {
  .inner-hero { min-height: 690px; padding: 160px 28px 75px; }
  .inner-hero h1, .about-hero h1, .contact-hero h1 { width: 100%; }
  .inner-lead { position: relative !important; right: auto; bottom: auto; width: min(600px, 85%); margin-top: 55px; }
  .about-sculpture { width: 66vw; right: -18%; top: 53%; opacity: .58; }
  .method-section > header, .values-section > header, .about-story { grid-template-columns: 1fr; }
  .method-grid { grid-template-columns: 1fr; }
  .method-grid article, .method-grid article:first-child { min-height: auto; padding: 42px 0 65px; border-left: 0; border-bottom: 1px solid var(--line-dark); }
  .method-grid h3 { margin-top: 55px; }
  .journey-section { grid-template-columns: 1fr; }
  .journey-title { position: static; }
  .inner-cta { grid-template-columns: 1fr; min-height: 650px; }
  .inner-cta .cta-orbit { justify-self: start; }
  .about-columns { grid-template-columns: 1fr; gap: 32px; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-aside { position: static; }
}

@media (max-width: 640px) {
  .inner-hero { min-height: 650px; padding: 130px 24px 65px; }
  .inner-hero h1 { font-size: 4.3rem; }
  .inner-index { margin-bottom: 35px; }
  .inner-lead { width: 100%; }
  .about-sculpture { width: 88vw; right: -38%; top: 49%; opacity: .46; }
  .signal-section, .method-section, .journey-section, .about-story, .values-section, .contact-layout { padding: 90px 24px; }
  .signal-list { margin-left: 0; }
  .signal-list > p { grid-template-columns: 38px 1fr; font-size: 1.8rem; }
  .method-section h2, .values-section h2, .about-story h2 { font-size: 3.2rem; }
  .journey-section { gap: 65px; }
  .inner-cta { padding: 95px 24px; }
  .inner-cta h2 { font-size: 3.8rem; }
  .value-lines article { grid-template-columns: 35px 1fr; gap: 12px; }
  .value-lines p { grid-column: 2; }
  .signature-section p { font-size: 3.2rem; }
  .contact-layout { gap: 75px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .legal-hero { min-height: 420px; padding: 140px 24px 70px; }
  .legal-hero h1 { font-size: 4.5rem; }
  .legal-content { padding: 80px 24px 110px; }
  .legal-content > header { flex-direction: column; }
  .legal-content section { grid-template-columns: 1fr; gap: 25px; }
}

/* Inner-page light palette must follow the route-specific component rules. */
.inner-hero, .legal-hero { background: linear-gradient(120deg, #f2f4f3 0%, #dce1df 58%, #c1d1cb 100%); color: var(--ink); }
.inner-hero::before { background: radial-gradient(circle at 78% 55%, rgba(145,178,168,.3), transparent 27%), linear-gradient(120deg, transparent 0 62%, rgba(41,56,51,.04) 62.1%, transparent 62.2%); }
.inner-index { color: #68837b; }
.inner-lead { color: rgba(41,56,51,.68); }
.inner-hero h1 .accent-line { color: #78958c; }
.method-section, .values-section { background: #dbe4e0; color: var(--ink); }
.method-grid, .method-grid article, .value-lines, .value-lines article { border-color: var(--line-light); }
.method-grid p, .value-lines p { color: #596a64; }
.disclaimer-band { border-color: var(--line-light); }

@media (max-width: 980px) {
  .method-grid article, .method-grid article:first-child { border-color: var(--line-light); }
}

.footer-cookie-settings { appearance:none; margin:0; padding:0; border:0; background:transparent; color:inherit; font:inherit; letter-spacing:inherit; text-transform:inherit; cursor:pointer; }
.cookie-banner { position:fixed; z-index:1000; left:24px; right:24px; bottom:24px; display:grid; grid-template-columns:minmax(0,1fr) auto; gap:45px; align-items:end; width:min(1180px,calc(100% - 48px)); margin:0 auto; padding:30px 32px; border:1px solid rgba(21,26,24,.2); background:rgba(241,244,242,.97); color:var(--ink); box-shadow:0 24px 80px rgba(21,26,24,.17); backdrop-filter:blur(18px); }
.cookie-copy { max-width:760px; }
.cookie-kicker { margin:0 0 10px; color:#607b72; font-size:.58rem; font-weight:700; letter-spacing:.17em; text-transform:uppercase; }
.cookie-copy h2 { margin:0 0 12px; font:400 clamp(1.65rem,3vw,2.7rem)/1 Georgia,serif; letter-spacing:-.035em; }
.cookie-copy > p:not(.cookie-kicker) { margin:0; color:#52605b; font-size:.82rem; line-height:1.65; }
.cookie-copy a { display:inline-block; margin-top:12px; color:#526b63; font-size:.7rem; text-decoration:underline; text-underline-offset:3px; }
.cookie-actions { display:flex; gap:10px; }
.cookie-button { min-height:50px; padding:0 20px; border:1px solid var(--ink); border-radius:999px; font-size:.68rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; cursor:pointer; }
.cookie-essential { background:transparent; color:var(--ink); }
.cookie-accept { background:var(--ink); color:#f5f7f6; }
@media(max-width:820px){.cookie-banner{grid-template-columns:1fr;gap:24px;left:12px;right:12px;bottom:12px;width:calc(100% - 24px);padding:24px 20px}.cookie-actions{display:grid;grid-template-columns:1fr 1fr}.cookie-button{padding:0 12px}}
@media(max-width:480px){.cookie-actions{grid-template-columns:1fr}.cookie-copy>p:not(.cookie-kicker){font-size:.76rem}}

.instagram-section { position:relative; min-height:820px; overflow:hidden; display:grid; grid-template-columns:.9fr 1fr; align-items:center; gap:clamp(55px,9vw,150px); padding:110px max(36px,calc((100vw - 1420px)/2)); background:linear-gradient(118deg,#d9dfdc 0%,#eef1ef 52%,#c2d2cc 100%); }
.instagram-glyph-wrap { position:relative; justify-self:center; display:grid; place-items:center; width:min(40vw,520px); aspect-ratio:1; }
.instagram-glyph-wrap::before { content:""; position:absolute; inset:9%; border-radius:34%; background:rgba(247,249,248,.56); box-shadow:0 40px 100px rgba(28,40,36,.1); transform:rotate(-7deg); }
.instagram-glyph-wrap img { position:relative; z-index:2; width:42%; height:42%; filter:drop-shadow(0 18px 25px rgba(54,78,70,.14)); }
.instagram-ring { position:absolute; border:1px solid rgba(64,91,82,.2); border-radius:50%; animation:ring-breathe 8s ease-in-out infinite; }
.instagram-ring.ring-one { inset:0; }
.instagram-ring.ring-two { inset:18%; animation-delay:-3.8s; }
.instagram-copy { position:relative; z-index:2; }
.instagram-copy h2 { margin:38px 0 42px; font:400 clamp(4rem,7.4vw,8.8rem)/.82 "Arial Narrow","Helvetica Neue",sans-serif; letter-spacing:-.07em; text-transform:uppercase; }
.instagram-copy h2 em { color:#718f86; font-family:Georgia,serif; font-weight:400; text-transform:none; }
.instagram-copy > p:not(.overline) { max-width:520px; margin:0 0 46px; color:#52605b; font-family:Georgia,serif; font-size:1rem; line-height:1.75; }
.instagram-profile { display:flex; align-items:center; justify-content:space-between; width:min(100%,470px); min-height:78px; padding:0 17px 0 28px; border:1px solid var(--ink); border-radius:999px; font-size:.78rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.instagram-profile i { display:grid; place-items:center; width:46px; height:46px; border-radius:50%; background:var(--ink); color:#eef2f0; font-style:normal; }
.instagram-side-note { position:absolute; right:23px; top:50%; writing-mode:vertical-rl; transform:translateY(-50%); color:rgba(21,26,24,.38); font-size:.54rem; letter-spacing:.2em; text-transform:uppercase; }
@media(max-width:980px){.instagram-section{grid-template-columns:1fr;min-height:auto;padding-top:120px;padding-bottom:120px}.instagram-glyph-wrap{width:min(70vw,470px)}.instagram-copy{width:min(760px,100%)}.instagram-side-note{display:none}}
@media(max-width:640px){.instagram-section{padding:90px 24px;gap:65px}.instagram-glyph-wrap{width:78vw}.instagram-copy h2{font-size:4rem}.instagram-profile{min-height:68px}}

/* Local SEO / campaign landing page */
.local-hero h1 { width:min(1050px,72%); }
.local-intro { display:grid; grid-template-columns:.32fr 1fr; gap:70px; padding:150px max(36px,calc((100vw - 1320px)/2)); background:#f0f3f1; }
.local-intro-copy h2 { max-width:1050px; margin:0 0 78px; font:400 clamp(3.5rem,6vw,7rem)/.95 Georgia,serif; letter-spacing:-.06em; }
.local-intro-copy h2 em { color:#708b83; font-weight:400; }
.local-intro-columns { display:grid; grid-template-columns:1fr 1fr; gap:70px; padding-top:38px; border-top:1px solid var(--line-light); }
.local-intro-columns p { margin:0; color:#58645f; font-size:.98rem; line-height:1.85; }
.local-fit-section { display:grid; grid-template-columns:.8fr 1fr; gap:110px; padding:150px max(36px,calc((100vw - 1320px)/2)); background:#c8d6d1; }
.local-fit-title h2 { margin:42px 0 0; font:400 clamp(3.3rem,5.5vw,6.4rem)/.96 Georgia,serif; letter-spacing:-.055em; }
.local-fit-title h2 em { color:#f5f7f6; font-weight:400; }
.local-fit-list { margin:0; padding:0; list-style:none; border-top:1px solid rgba(21,26,24,.18); }
.local-fit-list li { display:grid; grid-template-columns:70px 1fr; gap:25px; align-items:start; padding:38px 0; border-bottom:1px solid rgba(21,26,24,.18); }
.local-fit-list span { padding-top:5px; color:#5f776f; font-size:.6rem; }
.local-fit-list p { margin:0; font:400 clamp(1.45rem,2.2vw,2.45rem)/1.25 Georgia,serif; letter-spacing:-.025em; }
.faq-section { display:grid; grid-template-columns:.65fr 1fr; gap:100px; padding:150px max(36px,calc((100vw - 1320px)/2)); background:#edf1ef; }
.faq-section > header { position:sticky; top:70px; align-self:start; }
.faq-section h2 { max-width:550px; margin:40px 0 0; font:400 clamp(3.2rem,5vw,5.8rem)/.96 Georgia,serif; letter-spacing:-.055em; }
.faq-list { border-top:1px solid var(--line-light); }
.faq-list details { border-bottom:1px solid var(--line-light); }
.faq-list summary { display:grid; grid-template-columns:55px 1fr 28px; gap:20px; align-items:center; padding:35px 0; list-style:none; cursor:pointer; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span { color:#688078; font-size:.6rem; }
.faq-list summary strong { font:400 clamp(1.4rem,2vw,2.1rem)/1.2 Georgia,serif; }
.faq-list summary i { font-style:normal; font-size:1.4rem; transition:transform .3s ease; }
.faq-list details[open] summary i { transform:rotate(45deg); }
.faq-list details > p { max-width:680px; margin:0; padding:0 45px 35px 75px; color:#58645f; line-height:1.8; }
.local-link-band { display:flex; align-items:center; justify-content:space-between; gap:40px; padding:48px max(36px,calc((100vw - 1320px)/2)); background:#dfe5e2; border-top:1px solid var(--line-light); border-bottom:1px solid var(--line-light); }
.local-link-band > p { margin:0; color:#596560; font-family:Georgia,serif; }
.local-link-band > a { display:flex; justify-content:space-between; gap:50px; width:min(100%,410px); padding-bottom:12px; border-bottom:1px solid var(--ink); font-size:.68rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }

@media(max-width:980px){
  .lux-header nav{left:-20px;right:auto}
  .local-hero h1{width:100%}
  .local-intro,.local-fit-section,.faq-section{grid-template-columns:1fr;gap:70px;padding:120px 28px}
  .local-intro-columns{gap:40px}
  .faq-section>header{position:static}
  .lux-footer>div{justify-self:start;justify-content:flex-start}
}
@media(max-width:640px){
  .lux-hero .energy-core{opacity:.62}
  .local-hero h1{font-size:3.85rem;line-height:.8}
  .local-intro,.local-fit-section,.faq-section{padding:90px 24px;gap:55px}
  .local-intro-copy h2,.local-fit-title h2,.faq-section h2{font-size:3.15rem}
  .local-intro-copy h2{margin-bottom:55px}
  .local-intro-columns{grid-template-columns:1fr;gap:28px}
  .local-fit-list li{grid-template-columns:38px 1fr}
  .faq-list summary{grid-template-columns:34px 1fr 20px;gap:12px;padding:28px 0}
  .faq-list details>p{padding:0 0 30px 46px}
  .local-link-band{align-items:flex-start;flex-direction:column;padding:38px 24px}
  .local-link-band>a{gap:20px}
}
