:root{--op-bg-deep:#07110e;--op-bg-canopy:#0b1914;--op-bg-forest:#10251e;--op-bg-mist:#f4f1ea;--op-bg-linen:#faf8f1;--op-surface-glass:hsla(42,31%,94%,.1);--op-surface-editorial:rgba(16,37,30,.88);--op-text-primary:#f4f1ea;--op-text-dark:#0b1914;--op-text-secondary:hsla(42,31%,94%,.68);--op-text-muted:hsla(42,31%,94%,.46);--op-accent-warm:#c4a47c;--op-accent-nature:#6f9a72;--op-accent-water:#4b7fa0;--op-border-soft:hsla(42,31%,94%,.14);--op-border-dark:rgba(11,25,20,.12);--op-focus:#c4a47c;--op-radius-card:1.5rem;--op-radius-panel:2rem;--op-radius-button:999px;--op-radius-media:1.25rem;--op-radius-pill:999px;--op-shadow-soft:0 24px 80px rgba(7,17,14,.16);--op-shadow-deep:0 32px 120px rgba(0,0,0,.32);--op-shadow-glass:0 20px 70px rgba(7,17,14,.24);--op-section-y:clamp(5rem,9vw,9rem);--op-section-y-tight:clamp(3.5rem,6vw,6rem);--op-container-x:clamp(1rem,4vw,3rem);--op-card-pad:clamp(1.15rem,2.4vw,2rem);--op-grid-gap:clamp(1rem,2vw,1.5rem);--op-motion-fast:160ms;--op-motion-base:280ms;--op-motion-slow:700ms;--op-ease-out:cubic-bezier(0.19,1,0.22,1);--op-ease-standard:cubic-bezier(0.22,0.61,0.36,1);--op-reveal-distance:24px;--op-type-display-size:3rem;--op-type-page-title-size:2.25rem;--op-type-section-title-size:2.25rem;--op-type-subsection-title-size:1.5rem;--op-type-lead-size:1.125rem;--op-type-body-size:1rem;--op-type-body-small-size:0.875rem;--op-type-label-size:0.6875rem;--op-type-metric-size:2.25rem}@media (min-width:640px){:root{--op-type-display-size:4.5rem;--op-type-page-title-size:3.75rem;--op-type-section-title-size:3rem;--op-type-subsection-title-size:1.75rem;--op-type-lead-size:1.25rem;--op-type-metric-size:3rem}}@media (min-width:1024px){:root{--op-type-display-size:7rem;--op-type-page-title-size:5.5rem;--op-type-section-title-size:4rem;--op-type-subsection-title-size:2rem;--op-type-lead-size:1.3125rem;--op-type-metric-size:4rem}}.op-motion-safe{transition-duration:var(--op-motion-base);transition-timing-function:var(--op-ease-standard)}.op-reveal-ready{opacity:0;transform:translateY(var(--op-reveal-distance))}.op-reveal-in{opacity:1;transform:translateY(0);transition:opacity var(--op-motion-slow) var(--op-ease-out),transform var(--op-motion-slow) var(--op-ease-out)}.op-editorial-reveal{opacity:.94;transform:translateY(8px);transition:opacity .56s var(--op-ease-standard),transform .56s var(--op-ease-out);transition-delay:var(--op-reveal-delay,0ms)}.op-editorial-reveal[data-reveal-state=visible]{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.op-editorial-reveal,.op-editorial-reveal[data-reveal-state=visible],.op-motion-safe,.op-reveal-in,.op-reveal-ready{opacity:1;transform:none;transition:none}}.op-container{width:min(100% - (var(--op-container-x) * 2),1440px);margin-inline:auto}.op-editorial-wide,.op-site-edge{width:min(100% - clamp(2rem,5vw,7rem),1760px);margin-inline:auto}.op-site-edge{--op-edge-max:1760px;width:min(100% - clamp(2rem,4.5vw,6rem),var(--op-edge-max))}@media (max-width:639px){.op-editorial-wide,.op-site-edge{width:min(100% - 1rem,100%);max-width:calc(100vw - 1rem)}}.op-full-bleed-soft{position:relative;overflow-x:clip;background:linear-gradient(180deg,hsla(44,41%,95%,.96),hsla(38,39%,88%,.74)),var(--op-bg-mist)}.op-asymmetric-story{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(2rem,5vw,5rem)}@media (min-width:1024px){.op-asymmetric-story{grid-template-columns:minmax(14rem,.78fr) minmax(0,1.22fr);align-items:center}}.op-open-text{max-width:72ch;font-size:clamp(1rem,1.18vw,1.18rem);line-height:1.78}.op-quiet-panel{border:1px solid rgba(11,25,20,.1);border-radius:1.75rem;background:rgba(255,253,247,.72);box-shadow:none}.op-side-note{border-left:1px solid rgba(11,25,20,.16);padding-left:clamp(1rem,2vw,1.75rem)}.op-cardless-list{display:grid;gap:0}.op-cardless-list>*{border-top:1px solid rgba(11,25,20,.12);padding-block:clamp(1rem,2vw,1.5rem)}.op-cardless-list>:first-child{border-top:0}.op-fluid-reveal{transition:opacity .7s var(--op-ease-standard),transform .7s var(--op-ease-out)}@media (prefers-reduced-motion:reduce){.op-fluid-reveal{transition:none;transform:none}}.op-section{padding-block:var(--op-section-y)}.op-section-tight{padding-block:var(--op-section-y-tight)}.op-grid-editorial{display:grid;grid-template-columns:minmax(0,1fr);gap:clamp(2rem,5vw,5rem)}@media (min-width:1024px){.op-grid-editorial{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);align-items:end}}.op-glass-panel{background:linear-gradient(135deg,hsla(42,31%,94%,.13),hsla(42,31%,94%,.045)),rgba(11,25,20,.54);box-shadow:var(--op-shadow-glass);backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%)}.op-editorial-card,.op-glass-panel{border:1px solid var(--op-border-soft)}.op-editorial-card{border-radius:var(--op-radius-card);background:var(--op-surface-editorial);box-shadow:var(--op-shadow-soft)}.op-eyebrow{font-family:var(--font-mono);font-size:.625rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--op-accent-warm)}.op-type-display,.op-type-page-title,.op-type-section-title,.op-type-subsection-title{max-width:100%;overflow-wrap:normal;word-break:normal;hyphens:auto;text-wrap:balance;letter-spacing:0}.op-type-display,.op-type-page-title,.op-type-section-title{font-family:var(--font-brand);font-weight:900}.op-type-display{font-size:var(--op-type-display-size);line-height:.9}.op-type-page-title{font-size:var(--op-type-page-title-size);line-height:.94}.op-type-section-title{font-size:var(--op-type-section-title-size);line-height:.98}.op-type-subsection-title{font-family:var(--font-body);font-size:var(--op-type-subsection-title-size);font-weight:800;line-height:1.12}.op-type-lead{max-width:65ch;font-size:var(--op-type-lead-size);line-height:1.65}.op-type-body{font-size:var(--op-type-body-size);line-height:1.7}.op-type-body-small{font-size:var(--op-type-body-small-size);line-height:1.65}.op-type-label{font-family:var(--font-accent);font-size:var(--op-type-label-size);font-weight:600;line-height:1.4;letter-spacing:0;text-transform:uppercase}.op-type-metric{font-family:var(--font-mono);font-size:var(--op-type-metric-size);font-weight:700;line-height:1;letter-spacing:0;font-variant-numeric:tabular-nums}.op-display{font-weight:900;font-style:italic;line-height:.98}.op-display,.op-section-title{font-family:var(--font-serif);letter-spacing:0}.op-section-title{font-weight:850;line-height:1;font-size:clamp(2.35rem,5vw,5.8rem)}.op-body-large{font-size:clamp(1rem,1.35vw,1.25rem);line-height:1.75}.op-button-primary,.op-button-secondary{min-height:2.75rem;border-radius:var(--op-radius-button);display:inline-flex;align-items:center;justify-content:center;gap:.65rem;padding-inline:1.25rem;font-size:.875rem;font-weight:700;transition:background-color var(--op-motion-base) var(--op-ease-standard),border-color var(--op-motion-base) var(--op-ease-standard),color var(--op-motion-base) var(--op-ease-standard),transform var(--op-motion-base) var(--op-ease-out)}.op-button-primary{background:var(--op-bg-mist);color:var(--op-text-dark);border:1px solid hsla(42,31%,94%,.38)}.op-button-primary:focus-visible,.op-button-primary:hover{background:var(--op-accent-warm);transform:translateY(-1px)}.op-button-secondary{background:transparent;color:var(--op-text-primary);border:1px solid var(--op-border-soft)}.op-button-secondary:focus-visible,.op-button-secondary:hover{border-color:var(--op-accent-warm);color:var(--op-accent-warm);transform:translateY(-1px)}