:root{--color-black: #0E0E0E;--color-ivory: #F1ECE3;--color-white: #FFFFFF;--color-bronze: #B85C2D;--color-bronze-hover: #A24E22;--color-forest: #1F2E25;--color-sand: #D4CCB8;--surface-page: var(--color-white);--surface-card: var(--color-white);--surface-soft: var(--color-sand);--surface-dark: var(--color-black);--surface-forest: var(--color-forest);--text-strong: var(--color-black);--text-muted: #4A4A48;--text-subtle: #6F6F6C;--text-on-dark: var(--color-ivory);--border-strong: var(--color-black);--border-soft: rgba(14, 14, 14, .1);--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-display: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.375rem;--text-2xl: 1.75rem;--text-3xl: 2.25rem;--text-4xl: 3rem;--text-5xl: 3.75rem;--text-6xl: 4.5rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.5rem;--space-6: 2rem;--space-7: 3rem;--space-8: 4rem;--space-9: 6rem;--space-10: 8rem;--container-max: 1280px;--container-pad: clamp(1rem, 4vw, 2.5rem);--radius-sm: 4px;--radius-md: 8px;--radius-pill: 9999px;--ease-default: cubic-bezier(.4, 0, .2, 1);--ease-out-quart: cubic-bezier(.25, 1, .5, 1);--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--dur-micro: .18s;--dur-standard: .32s;--dur-hero: .64s;--dur-reveal: .7s;--bp-mobile-nav: 880px;--header-mobile-height: 64px;--tap-target: 44px}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-sans);font-size:var(--text-base);line-height:1.55;color:var(--text-strong);background:var(--surface-page);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-pad)}.section{padding-block:clamp(3rem,8vw,6rem)}.section--tight{padding-block:clamp(2rem,5vw,4rem)}.section--soft{background:var(--surface-soft)}.section--forest{background:var(--surface-forest);color:var(--text-on-dark)}.section--dark{background:var(--surface-dark);color:var(--text-on-dark)}.eyebrow{font-size:var(--text-xs);font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.h-display{font-family:var(--font-display);font-weight:800;font-size:clamp(2.5rem,5.5vw,4.5rem);line-height:1.02;letter-spacing:-.025em;color:var(--text-strong);margin:0}.h-section{font-family:var(--font-display);font-weight:700;font-size:clamp(1.75rem,3.5vw,2.75rem);line-height:1.1;letter-spacing:-.02em;margin:0}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.4rem;border-radius:var(--radius-pill);border:1px solid transparent;font-weight:600;font-size:var(--text-base);transition:transform var(--dur-micro) var(--ease-default),background var(--dur-micro) var(--ease-default),color var(--dur-micro) var(--ease-default);white-space:nowrap}.btn--primary{background:var(--color-bronze);color:#fff}.btn--primary:hover{transform:translateY(-1px);background:var(--color-bronze-hover)}.btn--ghost{background:transparent;color:var(--text-strong);border-color:var(--color-black)}.btn--ghost:hover,.btn--dark{background:var(--color-black);color:var(--text-on-dark)}.btn--dark:hover{background:var(--color-forest)}.btn--ghost-light{background:transparent;color:var(--color-ivory);border-color:var(--color-ivory)}.btn--ghost-light:hover{background:var(--color-ivory);color:var(--color-black)}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}:focus-visible{outline:2px solid var(--color-bronze);outline-offset:3px;border-radius:var(--radius-sm)}html{scroll-behavior:smooth}[data-reveal]{opacity:0;transform:translateY(20px);transition:opacity var(--dur-reveal) var(--ease-out-expo),transform var(--dur-reveal) var(--ease-out-expo);will-change:opacity,transform}[data-reveal].is-visible{opacity:1;transform:none;will-change:auto}[data-reveal-stagger]>[data-reveal]:nth-child(1){transition-delay:0ms}[data-reveal-stagger]>[data-reveal]:nth-child(2){transition-delay:90ms}[data-reveal-stagger]>[data-reveal]:nth-child(3){transition-delay:.18s}[data-reveal-stagger]>[data-reveal]:nth-child(4){transition-delay:.27s}[data-reveal-stagger]>[data-reveal]:nth-child(5){transition-delay:.36s}[data-reveal-stagger]>[data-reveal]:nth-child(6){transition-delay:.45s}.entrance>*{opacity:0;transform:translateY(14px);animation:entrance-in .7s var(--ease-out-expo) forwards}.entrance>*:nth-child(1){animation-delay:60ms}.entrance>*:nth-child(2){animation-delay:.16s}.entrance>*:nth-child(3){animation-delay:.26s}.entrance>*:nth-child(4){animation-delay:.36s}.entrance>*:nth-child(5){animation-delay:.46s}@keyframes entrance-in{to{opacity:1;transform:none}}::view-transition-old(root),::view-transition-new(root){animation-duration:.28s;animation-timing-function:var(--ease-out-expo)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}[data-reveal],.entrance>*{opacity:1;transform:none;animation:none}}
