:root{--bg: #0a0a0d;--bg-soft: #111014;--bg-card: #16141b;--bg-elev: #1c1a23;--ink: #f1ede4;--ink-soft: #cfc8bc;--ink-mute: #8d8896;--ink-faint: #5b5666;--rule: rgba(241, 237, 228, .08);--rule-strong: rgba(241, 237, 228, .18);--gold: #e6b169;--gold-soft: #f1c47a;--gold-deep: #b58840;--sunset: #e69254;--plum: #8a4ad9;--plum-soft: #a36fe6;--signal: rgba(230, 177, 105, .14);--font-display: "Fraunces", "Cormorant Garamond", Georgia, serif;--font-body: "Inter Tight", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--header-h: 76px;--container: 1240px;--container-wide: 1440px;--pad: 28px;--ease: cubic-bezier(.22, 1, .36, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1)}@media(max-width:960px){:root{--pad: 22px;--header-h: 64px}}@media(max-width:480px){:root{--pad: 18px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;min-width:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip;scroll-padding-top:calc(var(--header-h) + 8px);background:var(--bg)}body{font-family:var(--font-body);font-size:1rem;line-height:1.6;color:var(--ink);background:var(--bg);overflow-x:clip;width:100%;max-width:100vw;font-feature-settings:"ss01","cv11"}body.menu-open{overflow:hidden;position:fixed;width:100%;height:100%;touch-action:none;overscroll-behavior:none}img{max-width:100%;height:auto;display:block}video{max-width:100%;display:block}a{text-decoration:none;color:inherit;transition:color .22s var(--ease)}button{border:0;background:none;cursor:pointer;font:inherit;color:inherit}ul{list-style:none}h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:400;line-height:1;letter-spacing:-.025em;color:var(--ink)}p{color:var(--ink-soft);line-height:1.65}section[id]{scroll-margin-top:calc(var(--header-h) + 12px)}::selection{background:var(--gold);color:var(--bg)}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link{position:absolute;top:-100px;left:16px;background:var(--gold);color:var(--bg);padding:12px 18px;z-index:9999;font-weight:600}.skip-link:focus{top:16px}.container{max-width:var(--container);margin:0 auto;padding-left:var(--pad);padding-right:var(--pad);width:100%}.container-wide{max-width:var(--container-wide);margin:0 auto;padding-left:var(--pad);padding-right:var(--pad);width:100%}.kicker{display:inline-flex;align-items:center;gap:.85rem;font-family:var(--font-mono);font-size:.72rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-mute);margin-bottom:1.5rem}.kicker__num{font-family:var(--font-mono);font-weight:500;color:var(--gold);background:transparent;border:1px solid var(--rule-strong);padding:4px 9px;font-size:.68rem;letter-spacing:.08em}.kicker__dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--gold);box-shadow:0 0 12px #e6b16999}.section{padding:clamp(4rem,9vw,8rem) 0;position:relative}@media(max-width:600px){.section{padding:4rem 0}}.section--bg{background:var(--bg);color:var(--ink)}.section--soft{background:var(--bg-soft);color:var(--ink)}.section--card{background:var(--bg-card);color:var(--ink)}.section__eyebrow{font-family:var(--font-mono);font-size:.74rem;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);margin-bottom:1.4rem}.section__title{font-family:var(--font-display);font-size:clamp(2.6rem,6.4vw,5.6rem);font-weight:300;line-height:.98;letter-spacing:-.035em;color:var(--ink);margin-bottom:1.5rem}.section__title em{font-style:italic;font-weight:300;color:var(--gold);font-variation-settings:"opsz" 144}.section__lede{font-family:var(--font-display);font-size:clamp(1.15rem,1.6vw,1.45rem);font-weight:300;line-height:1.45;max-width:640px;color:var(--ink-soft);letter-spacing:-.012em}.section__lede em{font-style:italic;color:var(--gold)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;font-family:var(--font-body);font-weight:500;font-size:.95rem;letter-spacing:-.005em;padding:14px 26px;border:1px solid transparent;cursor:pointer;transition:transform .3s var(--ease),background .3s var(--ease),color .3s var(--ease),border-color .3s var(--ease),box-shadow .3s var(--ease);white-space:nowrap;line-height:1;border-radius:999px}.btn--primary{background:var(--gold);color:var(--bg);border-color:var(--gold)}.btn--primary:hover{background:var(--gold-soft);border-color:var(--gold-soft);transform:translateY(-2px);box-shadow:0 14px 38px -16px #e6b16999}.btn--ghost{background:transparent;color:var(--ink);border-color:var(--rule-strong)}.btn--ghost:hover{background:var(--ink);color:var(--bg);border-color:var(--ink);transform:translateY(-2px)}.btn--outline-gold{background:transparent;color:var(--gold);border-color:var(--gold)}.btn--outline-gold:hover{background:var(--gold);color:var(--bg);transform:translateY(-2px)}.btn--cta{padding:11px 18px;font-size:.85rem}.btn--large{padding:18px 32px;font-size:1rem}.btn--full{width:100%}[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .9s var(--ease),transform .9s var(--ease)}[data-reveal].revealed{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}[data-reveal]{opacity:1;transform:none}}.site-header{position:sticky;top:0;z-index:900;background:#0a0a0dc7;backdrop-filter:saturate(180%) blur(18px);-webkit-backdrop-filter:saturate(180%) blur(18px);border-bottom:1px solid var(--rule);height:var(--header-h);transition:background .3s var(--ease),border-color .3s var(--ease)}.site-header.scrolled{background:#0a0a0df0;border-bottom-color:var(--rule-strong)}.header__inner{max-width:var(--container-wide);margin:0 auto;padding:0 var(--pad);height:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header__logo{display:flex;align-items:center;gap:12px;flex-shrink:0;min-width:0}.header__logo img{height:40px;width:40px;object-fit:contain;transition:transform .3s var(--ease)}.header__logo:hover img{transform:rotate(-4deg) scale(1.06)}.header__wordmark{display:flex;flex-direction:column;line-height:1;gap:5px;min-width:0}.header__wordmark-mark{font-family:var(--font-display);font-weight:400;font-size:1.15rem;color:var(--ink);letter-spacing:-.02em;font-style:italic}.header__wordmark-rest{font-family:var(--font-mono);font-size:.62rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-mute)}@media(max-width:520px){.header__wordmark-rest{display:none}.header__wordmark-mark{font-size:1rem}}.header__nav{display:flex;align-items:center;gap:2rem}.header__link{font-family:var(--font-body);font-size:.9rem;font-weight:500;color:var(--ink-soft);position:relative;padding:.5rem 0}.header__link:not(.btn):not(.header__phone):after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1px;background:var(--gold);transition:width .3s var(--ease)}.header__link:not(.btn):not(.header__phone):hover{color:var(--ink)}.header__link:not(.btn):not(.header__phone):hover:after{width:100%}.header__link--active{color:var(--ink)}.header__link--active:after{width:100%!important}.header__phone{font-family:var(--font-mono);font-size:.82rem;font-weight:500;color:var(--ink);padding:.55rem 0;border-bottom:1px solid var(--rule-strong);transition:border-color .25s var(--ease),color .25s var(--ease)}.header__phone:hover{border-color:var(--gold);color:var(--gold)}@media(max-width:1180px){.header__phone{display:none}}.header__burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:30px;height:30px;z-index:1001}.header__burger-line{display:block;width:100%;height:1.5px;background:var(--ink);transition:all .3s var(--ease)}.header__burger.active .header__burger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__burger.active .header__burger-line:nth-child(2){opacity:0}.header__burger.active .header__burger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:960px){.header__nav{display:none}.header__burger{display:flex}}.mobile-menu{position:fixed;inset:0;z-index:850;background:var(--bg);opacity:0;visibility:hidden;transition:opacity .4s var(--ease),visibility .4s var(--ease);overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}body.menu-open .site-header{z-index:1000;border-bottom-color:transparent;background:var(--bg)}.mobile-menu.active{opacity:1;visibility:visible}.mobile-menu__inner{padding:calc(var(--header-h) + 36px) var(--pad) 40px;min-height:100%;display:flex;flex-direction:column}.mobile-menu__link{font-family:var(--font-display);font-size:2.6rem;font-weight:300;letter-spacing:-.03em;color:var(--ink);padding:1.1rem 0;border-bottom:1px solid var(--rule);line-height:1;font-style:italic}.mobile-menu__link:hover{color:var(--gold)}.mobile-menu__cta{margin-top:2rem}.mobile-menu__contact{margin-top:auto;padding-top:2rem;display:flex;flex-direction:column;gap:.5rem}.mobile-menu__phone,.mobile-menu__email{font-family:var(--font-mono);font-size:.9rem;color:var(--ink-mute);word-break:break-word}.site-footer{background:var(--bg-soft);color:var(--ink);border-top:1px solid var(--rule);padding:clamp(3rem,6vw,5rem) 0 2rem}.footer__masthead{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;padding-bottom:2rem;margin-bottom:3rem;border-bottom:1px solid var(--rule);flex-wrap:wrap}.footer__masthead-label{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold);display:block;margin-bottom:.5rem}.footer__masthead-title{font-family:var(--font-display);font-weight:300;font-size:clamp(2.2rem,5vw,4rem);color:var(--ink);line-height:1;letter-spacing:-.035em;font-style:italic}.footer__masthead-phone{text-align:right;display:flex;flex-direction:column;gap:6px}.footer__masthead-phone-label{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--ink-mute)}.footer__masthead-phone-num{font-family:var(--font-display);font-size:clamp(1.4rem,3vw,2rem);font-weight:400;color:var(--ink);letter-spacing:-.025em;transition:color .3s var(--ease)}.footer__masthead-phone:hover .footer__masthead-phone-num{color:var(--gold)}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1.4fr 1.2fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid var(--rule)}.footer__tagline{font-family:var(--font-display);font-size:1.05rem;color:var(--ink-soft);line-height:1.5;margin-bottom:1rem;max-width:380px;font-style:italic;font-weight:300}.footer__email{font-family:var(--font-mono);font-size:.85rem;color:var(--gold);word-break:break-word;border-bottom:1px solid rgba(230,177,105,.35);padding-bottom:2px}.footer__email:hover{color:var(--gold-soft);border-color:var(--gold-soft)}.footer__heading{font-family:var(--font-mono);font-size:.7rem;font-weight:500;letter-spacing:.24em;text-transform:uppercase;color:var(--gold);margin-bottom:1.1rem}.footer__list{display:flex;flex-direction:column;gap:.6rem}.footer__link{font-size:.92rem;color:var(--ink-mute)}.footer__link:hover{color:var(--ink)}.footer__contact-item{font-size:.92rem;color:var(--ink-mute);word-break:break-word}.footer__bottom{padding:2rem 0 0;display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.footer__bottom p{font-size:.78rem;color:var(--ink-faint);letter-spacing:.02em}.footer__bottom-meta{font-family:var(--font-mono);font-size:.72rem!important;letter-spacing:.12em}@media(max-width:960px){.footer__grid{grid-template-columns:1fr 1fr;gap:2rem}.footer__col--brand{grid-column:1 / -1}}@media(max-width:560px){.footer__grid{grid-template-columns:1fr}.footer__masthead{align-items:flex-start;flex-direction:column}.footer__masthead-phone{text-align:left}.footer__bottom{flex-direction:column;align-items:flex-start}}
