
@font-face{font-family:'Montserrat';src:url('assets/fonts/montserrat-var.woff2') format('woff2');font-weight:600 900;font-style:normal;font-display:swap}
@font-face{font-family:'Nunito Sans';src:url('assets/fonts/nunitosans-var.woff2') format('woff2');font-weight:400 700;font-style:normal;font-display:swap}
:root{--gold:#C5A572;--gold-light:#D4B98A;--black:#0A0A0A;--panel:#111111;--ink:#1A1A1A;--off:#F0EDE8;--soft:#D0CCC6;--grey:#9A9A9A;--line:rgba(197,165,114,.15);--line-2:rgba(197,165,114,.3);--font-display:'Montserrat',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;--font-body:'Nunito Sans',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
body{font-family:var(--font-body);background:var(--black);color:var(--off);line-height:1.7;overflow-x:hidden}
body.no-scroll{overflow:hidden}
img,svg{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}
h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:800;line-height:1.15;color:var(--off)}
:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1.25rem}
@media(min-width:640px){.container{padding:0 2rem}}
@media(min-width:1024px){.container{padding:0 2.5rem}}
.eyebrow{font-family:var(--font-display);font-weight:600;font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold)}
.gold-rule{display:block;width:3rem;height:1px;background:var(--gold)}
.gold-rule.center{margin-left:auto;margin-right:auto}
.ic{width:1em;height:1em;display:inline-block;vertical-align:middle}
/* buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-display);font-weight:700;font-size:.8rem;letter-spacing:.12em;text-transform:uppercase;padding:.95rem 2rem;border-radius:2px;cursor:pointer;white-space:nowrap;transition:background-color .18s cubic-bezier(.23,1,.32,1),transform .16s,box-shadow .18s,border-color .18s,color .18s}
.btn-gold{background:var(--gold);color:var(--black)}
.btn-gold:hover{background:var(--gold-light);box-shadow:0 4px 24px rgba(197,165,114,.3)}
.btn-gold:active{transform:scale(.97)}
.btn-outline{background:transparent;color:var(--off);border:1px solid rgba(240,237,232,.4)}
.btn-outline:hover{border-color:var(--gold);color:var(--gold)}
.btn-outline:active{transform:scale(.97)}
.btn-block{width:100%}
.btn[disabled]{opacity:.7;cursor:default}
/* sections */
.sec{padding:6rem 0;background:var(--black)}
.sec--panel{background:var(--panel)}
.sec--bordered{border-top:1px solid rgba(197,165,114,.1)}
.sec__head{margin-bottom:3.5rem}
.sec__head.center{text-align:center}
.sec__head .gold-rule{margin-top:.75rem;margin-bottom:1.25rem}
.sec__title{font-weight:900;font-size:clamp(1.75rem,4vw,2.75rem);text-transform:uppercase;letter-spacing:-.01em}
.sec__intro{color:var(--grey);max-width:560px;margin-top:1rem;line-height:1.7}
.sec__head.center .sec__intro{margin-left:auto;margin-right:auto}
/* reveal */
.reveal{opacity:1}
.js .reveal{opacity:0;transform:translateY(28px);transition:opacity .5s cubic-bezier(.23,1,.32,1),transform .5s cubic-bezier(.23,1,.32,1)}
.js .reveal.is-visible{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.js .reveal{opacity:1!important;transform:none!important;transition:none!important}html{scroll-behavior:auto}}
.card-hover{transition:transform .22s cubic-bezier(.23,1,.32,1),box-shadow .22s}
.card-hover:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.5)}
/* nav */
.nav{position:fixed;top:0;left:0;right:0;z-index:40;background:rgba(10,10,10,.15);border-bottom:1px solid transparent;transition:background-color .3s,border-color .3s,backdrop-filter .3s}
.nav--scrolled,.nav--open{background:rgba(10,10,10,.98);border-bottom-color:var(--line);backdrop-filter:blur(12px)}
.nav__inner{display:flex;align-items:center;justify-content:space-between;height:72px}
.nav__logo img{height:34px;width:auto}
.nav__links{display:none;align-items:center;gap:2rem}
.nav__link{font-family:var(--font-display);font-weight:600;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--off);position:relative;padding-bottom:2px;transition:color .18s}
.nav__link:hover,.nav__link--active{color:var(--gold)}
.nav__link--active::after{content:'';position:absolute;left:0;right:0;bottom:-2px;height:1px;background:var(--gold)}
.nav__actions{display:none;align-items:center;gap:.6rem}
.nav__burger{display:inline-flex;flex-direction:column;gap:5px;width:40px;height:40px;align-items:center;justify-content:center}
.nav__burger span{display:block;width:22px;height:1.5px;background:var(--off);transition:transform .25s,opacity .2s}
.nav__burger span:nth-child(2){width:16px}
.nav--open .nav__burger span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.nav--open .nav__burger span:nth-child(2){opacity:0}
.nav--open .nav__burger span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}
.nav__mobile{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.23,1,.32,1);background:rgba(10,10,10,.98)}
.nav--open .nav__mobile{max-height:100vh}
.nav__mobile-inner{padding:.5rem 0 2rem;display:flex;flex-direction:column}
.nav__mobile-link{display:block;padding:.875rem 0;font-family:var(--font-display);font-weight:700;font-size:1rem;letter-spacing:.1em;text-transform:uppercase;color:var(--off);border-bottom:1px solid rgba(197,165,114,.08)}
.nav__mobile-link--active{color:var(--gold)}
.nav__mobile .btn{margin-top:1.25rem}
@media(min-width:1024px){.nav__links{display:flex}.nav__actions{display:flex}.nav__burger{display:none}.nav__mobile{display:none}}
/* home hero */
.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}
.hero__bg{position:absolute;inset:0;z-index:0}
.hero__bg img{width:100%;height:100%;object-fit:cover;object-position:center top}
.hero__bg::after{content:'';position:absolute;inset:0;background:linear-gradient(100deg,rgba(10,10,10,.92) 0%,rgba(10,10,10,.7) 45%,rgba(10,10,10,.35) 100%)}
.hero__fade{position:absolute;left:0;right:0;bottom:0;height:200px;background:linear-gradient(to bottom,transparent,var(--black));z-index:0}
.hero__inner{position:relative;z-index:1;padding:120px 0 80px;max-width:680px}
.hero__title{font-weight:900;font-size:clamp(1.6rem,6.4vw,4.5rem);text-transform:uppercase;line-height:1.05;letter-spacing:-.02em;margin:1.25rem 0 1.5rem}
.hero__title .gold{color:var(--gold)}
.hero__sub{color:var(--soft);font-size:clamp(1rem,2vw,1.15rem);line-height:1.75;margin-bottom:2.5rem;max-width:520px}
.hero__actions{display:flex;flex-wrap:wrap;gap:1rem}
.hero__proof{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin-top:2rem;color:var(--grey);font-size:.85rem}
.hero__proof strong{color:var(--off)}
.stars{display:inline-flex;gap:1px;color:var(--gold)}
.stars svg{width:14px;height:14px}
.pipe{color:rgba(197,165,114,.4)}
/* interior page hero */
.phero{position:relative;padding:calc(72px + 6rem) 0 5rem;overflow:hidden}
.phero--panel{background:var(--panel);border-bottom:1px solid var(--line)}
.phero__bg{position:absolute;inset:0;z-index:0}
.phero__bg img{width:100%;height:100%;object-fit:cover;object-position:center}
.phero__bg::after{content:'';position:absolute;inset:0;background:linear-gradient(to right,rgba(10,10,10,.8) 35%,rgba(10,10,10,.28) 100%)}
.phero__inner{position:relative;z-index:1}
.phero__title{font-weight:900;font-size:clamp(1.6rem,5.4vw,4rem);text-transform:uppercase;letter-spacing:-.02em;line-height:1.1;max-width:600px;margin:1.25rem 0 1.5rem}
.phero__title .gold{color:var(--gold)}
.phero__sub{color:var(--soft);font-size:1.05rem;line-height:1.75;max-width:520px}
.phero--panel .phero__sub{color:var(--grey)}
/* pillars */
.pillars{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}
.pcard{background:var(--black);border:1px solid rgba(197,165,114,.15);border-radius:2px;overflow:hidden;height:100%}
.pcard__media{height:200px;overflow:hidden;position:relative}
.pcard__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.pcard:hover .pcard__media img{transform:scale(1.04)}
.pcard__media::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(10,10,10,.6),transparent)}
.pcard__body{padding:1.75rem}
.pcard__label{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}
.pcard__label svg{width:28px;height:28px;color:var(--gold)}
.pcard__label span{font-family:var(--font-display);font-weight:600;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}
.pcard__title{font-weight:800;font-size:1.4rem;text-transform:uppercase;margin-bottom:.75rem}
.pcard__desc{color:var(--grey);font-size:.9rem;line-height:1.7}
/* why evolve */
.why{display:grid;gap:4rem;align-items:center;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
.why__media{position:relative}
.why__media img{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:top;border-radius:2px}
.why__stat{position:absolute;right:0;bottom:-1.25rem;background:var(--gold);padding:1.25rem 1.5rem;border-radius:2px;max-width:200px}
.why__stat b{display:block;font-family:var(--font-display);font-weight:900;font-size:2rem;color:var(--black);line-height:1}
.why__stat span{font-family:var(--font-display);font-weight:600;font-size:.7rem;color:var(--black);letter-spacing:.08em;display:block;margin-top:.25rem}
.why__title{font-weight:900;font-size:clamp(1.75rem,3.5vw,2.5rem);text-transform:uppercase;letter-spacing:-.01em;margin-bottom:1.5rem}
.why__copy{color:var(--grey);font-size:.95rem;line-height:1.8;margin-bottom:2rem}
.features{display:grid;gap:1rem;grid-template-columns:1fr 1fr}
.feature{display:flex;gap:.75rem;align-items:flex-start}
.feature svg{width:18px;height:18px;color:var(--gold);flex-shrink:0;margin-top:2px}
.feature b{font-family:var(--font-display);font-weight:700;font-size:.85rem;color:var(--off);display:block;margin-bottom:.2rem}
.feature p{color:var(--grey);font-size:.8rem;line-height:1.6}
.why .btn{margin-top:2rem}
/* programs teaser */
.progs{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.progcard{background:var(--black);border:1px solid rgba(197,165,114,.12);border-radius:2px;overflow:hidden;display:block;height:100%}
.progcard__media{height:220px;overflow:hidden;position:relative}
.progcard__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.progcard:hover .progcard__media img{transform:scale(1.05)}
.progcard__media::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(10,10,10,.8) 0%,transparent 60%)}
.tag{position:absolute;top:1rem;left:1rem;background:rgba(10,10,10,.8);border:1px solid rgba(197,165,114,.55);border-radius:2px;padding:.3rem .7rem;font-family:var(--font-display);font-weight:700;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);backdrop-filter:blur(3px)}
.progcard__body{padding:1.5rem}
.progcard__title{font-weight:800;font-size:1.1rem;text-transform:uppercase;margin-bottom:.5rem}
.progcard__desc{color:var(--grey);font-size:.85rem;line-height:1.65;margin-bottom:1rem}
.progcard__more{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-display);font-weight:700;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}
.progcard__more svg{width:12px;height:12px}
/* social proof + testimonials */
.proof-head{text-align:center;margin-bottom:3rem}
.proof-head .stars{justify-content:center;margin-bottom:.75rem}
.proof-head .stars svg{width:20px;height:20px}
.proof-num{font-family:var(--font-display);font-weight:900;font-size:clamp(2rem,5vw,3.5rem);color:var(--gold)}
.proof-sub{color:var(--grey);font-size:1rem;margin-top:.5rem}
.quotes{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}
.qcard{background:var(--panel);border:1px solid rgba(197,165,114,.12);border-left:2px solid var(--gold);border-radius:2px;padding:1.75rem;height:100%;display:flex;flex-direction:column}
.qcard .stars{margin-bottom:1rem}.qcard .stars svg{width:13px;height:13px}
.qcard__q{color:var(--soft);font-size:.92rem;line-height:1.8;font-style:italic;margin-bottom:1.25rem;flex:1}
.qcard__name{font-family:var(--font-display);font-weight:700;font-size:.78rem;color:var(--gold);letter-spacing:.08em;text-transform:uppercase}
.qcard--lg{padding:2rem}
.qcard--lg .qcard__quoteicon{color:rgba(197,165,114,.3);margin-bottom:.75rem}
.qcard--lg .qcard__quoteicon svg{width:20px;height:20px}
.qcard--hl{border-color:rgba(197,165,114,.3)}
/* google reviews widget (lazy-loaded; static quotes are the fallback) */
.reviews-widget{width:100%;min-height:520px;border:0;display:block;border-radius:2px}
.reviews-widget[hidden],.reviews-fallback[hidden]{display:none}
/* stats */
.stats{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));text-align:center}
.stat__value{font-family:var(--font-display);font-weight:900;font-size:clamp(1.75rem,4vw,2.5rem);color:var(--gold);line-height:1}
.stat__label{color:var(--grey);font-family:var(--font-display);font-weight:600;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;margin-top:.5rem}
/* team */
.team{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}
.tcard{background:var(--panel);border:1px solid rgba(197,165,114,.12);border-radius:2px;overflow:hidden}
.tcard__media{height:300px;background:var(--ink);overflow:hidden;position:relative}
.tcard__media img{width:100%;height:100%;object-fit:cover;object-position:top}
.tcard__media::after{content:'';position:absolute;left:0;right:0;bottom:0;height:2px;background:linear-gradient(to right,var(--gold),transparent)}
.tcard__ph{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}
.tcard__ph .av{width:80px;height:80px;border-radius:50%;background:rgba(197,165,114,.12);border:1px solid rgba(197,165,114,.2);display:flex;align-items:center;justify-content:center}
.tcard__ph .av svg{width:36px;height:36px;color:var(--gold)}
.tcard__ph span{color:var(--grey);font-size:.75rem;font-family:var(--font-display);letter-spacing:.1em;text-transform:uppercase}
.tcard__body{padding:1.5rem}
.tcard__name{font-weight:800;font-size:1.1rem;text-transform:uppercase;margin-bottom:.3rem}
.tcard__role{color:var(--gold);font-family:var(--font-display);font-weight:600;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.875rem}
.tcard__bio{color:var(--grey);font-size:.83rem;line-height:1.7}
/* who we serve + values */
.serve{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);max-width:960px;margin-left:auto;margin-right:auto}
@media(max-width:760px){.serve{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.serve{grid-template-columns:1fr}}
.serve__item{background:var(--panel);border:1px solid rgba(197,165,114,.12);border-left:2px solid var(--gold);border-radius:2px;padding:1.25rem 1.5rem}
.serve__item p{color:var(--off);font-size:.9rem;font-weight:600}
.values{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}
.chip{display:inline-block;background:rgba(197,165,114,.08);border:1px solid rgba(197,165,114,.2);border-radius:2px;padding:.6rem 1.25rem;font-family:var(--font-display);font-weight:600;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold)}
/* action strip */
.strip{display:grid;grid-template-columns:repeat(3,1fr);height:300px}
.strip--4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));height:280px}
.strip__cell{overflow:hidden;position:relative}
.strip__cell img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.strip__cell:hover img{transform:scale(1.05)}
.strip__cell::after{content:'';position:absolute;inset:0;background:rgba(10,10,10,.28)}
/* program rows */
.prow__grid{display:grid;gap:3.5rem;align-items:center;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
.prow__media{position:relative}
.prow__media img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:2px}
.prow__tag{position:absolute;top:1.25rem;left:1.25rem;background:rgba(10,10,10,.8);border:1px solid rgba(197,165,114,.55);border-radius:2px;padding:.35rem .8rem;font-family:var(--font-display);font-weight:700;font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);backdrop-filter:blur(3px)}
.prow--reverse .prow__col--media{order:2}
.prow__title{font-weight:900;font-size:clamp(1.75rem,3.5vw,2.5rem);text-transform:uppercase;letter-spacing:-.01em;margin-bottom:.5rem}
.prow__subtitle{color:var(--gold);font-family:var(--font-display);font-weight:600;font-size:.85rem;margin-bottom:1.25rem}
.prow__desc{color:var(--grey);font-size:.95rem;line-height:1.8;margin-bottom:1.5rem}
.outcomes{margin-bottom:1.5rem}
.outcomes li{display:flex;align-items:flex-start;gap:.6rem;color:var(--soft);font-size:.875rem;line-height:1.6;margin-bottom:.5rem}
.outcomes svg{width:15px;height:15px;color:var(--gold);flex-shrink:0;margin-top:3px}
.note{background:rgba(197,165,114,.06);border:1px solid rgba(197,165,114,.15);border-left:2px solid var(--gold);border-radius:2px;padding:.875rem 1.25rem;margin-bottom:1.5rem}
.note p{color:var(--grey);font-size:.82rem;line-height:1.65}
.narrow{max-width:800px;margin:0 auto;text-align:center}
/* faq */
.faq{max-width:780px;margin:0 auto}
.faq__item{background:var(--panel);border:1px solid rgba(197,165,114,.1);border-radius:2px;overflow:hidden;transition:border-color .2s;margin-bottom:.75rem}
.faq__item.is-open{border-color:rgba(197,165,114,.3)}
.faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 1.75rem;text-align:left}
.faq__q span{font-family:var(--font-display);font-weight:700;font-size:.95rem;color:var(--off);line-height:1.4;transition:color .2s}
.faq__item.is-open .faq__q span{color:var(--gold)}
.faq__q svg{width:18px;height:18px;color:var(--gold);flex-shrink:0;transition:transform .25s cubic-bezier(.23,1,.32,1)}
.faq__item.is-open .faq__q svg{transform:rotate(180deg)}
.faq__a{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.23,1,.32,1)}
.faq__a-inner{padding:0 1.75rem 1.5rem}
.faq__a-inner .rule{width:2rem;height:1px;background:var(--gold);margin-bottom:1rem}
.faq__a-inner p{color:var(--grey);font-size:.92rem;line-height:1.8}
.faq-cta{margin-top:3rem;background:var(--panel);border:1px solid rgba(197,165,114,.2);border-radius:2px;padding:2.5rem;text-align:center}
.faq-cta h3{font-weight:800;font-size:1.4rem;text-transform:uppercase;margin-bottom:1rem}
.faq-cta p{color:var(--grey);font-size:.9rem;line-height:1.7;margin:0 auto 1.75rem;max-width:420px}
/* cta band */
.ctaband{background:var(--black);border-top:1px solid var(--line-2);border-bottom:1px solid var(--line-2);padding:5rem 0;text-align:center}
.ctaband .inner{max-width:640px;margin:0 auto}
.ctaband .gold-rule{margin:0 auto 1.5rem}
.ctaband h2{font-weight:900;font-size:clamp(1.75rem,4vw,2.5rem);text-transform:uppercase;letter-spacing:-.01em;line-height:1.15;margin-bottom:1.25rem}
.ctaband p{color:var(--grey);font-size:1rem;line-height:1.7;margin-bottom:2rem}
/* contact */
.contact-hero__grid{display:grid;gap:3rem;grid-template-columns:1.05fr .95fr;align-items:center}
@media(max-width:860px){.contact-hero__grid{grid-template-columns:1fr;gap:2.5rem}}
.lead-card{background:#0E0E0E;border:1px solid var(--line-2);border-radius:2px;padding:2rem}
.lead-card__title{font-weight:900;font-size:1.5rem;text-transform:uppercase;letter-spacing:-.01em;margin:.4rem 0 .35rem}
.lead-card__sub{color:var(--grey);font-size:.875rem;margin-bottom:1.25rem}
.lead-card .btn-submit{margin-top:.5rem}
.lead-card__body[hidden],.lead-card__success[hidden]{display:none}
.lead-card__success{text-align:center;padding:1.5rem .5rem}
.lead-card__success svg{width:42px;height:42px;color:var(--gold);margin:0 auto 1rem}
.lead-card__success h3{font-weight:800;font-size:1.4rem;text-transform:uppercase;margin-bottom:.5rem}
.lead-card__success p{color:var(--grey);font-size:.9rem;line-height:1.6}
.lead-card__success a{color:var(--gold)}
.contact{display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:start}
.cinfo{display:flex;flex-direction:column;gap:2rem}
.cblock__head{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}
.cblock__icon{width:36px;height:36px;border-radius:50%;background:rgba(197,165,114,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cblock__icon svg{width:16px;height:16px;color:var(--gold)}
.cblock__label{font-family:var(--font-display);font-weight:700;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}
.cblock a,.cblock p{color:var(--off);font-size:.95rem;line-height:1.7}
.cblock a:hover{color:var(--gold)}
.chours li{font-size:.875rem;margin-bottom:.5rem}.chours b{color:var(--off);font-family:var(--font-display);font-weight:600;font-size:.8rem;display:block}.chours span{color:var(--grey)}
.social-row{display:flex;gap:1rem}
.social-btn{width:40px;height:40px;border-radius:50%;background:rgba(197,165,114,.08);border:1px solid rgba(197,165,114,.2);display:flex;align-items:center;justify-content:center;color:var(--grey);transition:background-color .18s,color .18s}
.social-btn:hover{background:rgba(197,165,114,.15);color:var(--gold)}.social-btn svg{width:18px;height:18px}
.map-wrap{border-radius:2px;overflow:hidden;border:1px solid var(--line)}
.map-wrap iframe{width:100%;height:420px;border:0;display:block;filter:grayscale(30%) contrast(1.1)}
.map-link{display:block;margin-top:.875rem;text-align:center;color:var(--gold);font-family:var(--font-display);font-weight:600;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase}
/* footer */
.footer{background:#080808;border-top:1px solid var(--line)}
.footer__grid{display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding:4rem 0 0}
.footer__brand img{height:64px;width:auto;margin-bottom:1.25rem}
.footer__brand p{color:var(--grey);font-size:.875rem;line-height:1.7;max-width:240px}
.socials{display:flex;gap:.875rem;margin-top:1.25rem}
.socials a{color:var(--grey);transition:color .18s}.socials a:hover{color:var(--gold)}.socials svg{width:18px;height:18px}
.footer__head{font-family:var(--font-display);font-weight:700;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem}
.footer__col li{margin-bottom:.625rem}
.footer__col a{color:var(--grey);font-size:.875rem;transition:color .15s}.footer__col a:hover{color:var(--off)}
.footer__hours li{font-size:.8rem;margin-bottom:.65rem}.footer__hours b{display:block;color:var(--off);font-weight:600;font-family:var(--font-display);margin-bottom:.1rem}.footer__hours span{display:block;color:var(--grey)}
.footer__bottom{border-top:1px solid rgba(197,165,114,.08);margin-top:3rem;padding:1.5rem 0;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center}
.footer__bottom p,.footer__bottom a{color:var(--grey);font-size:.75rem}.footer__bottom a:hover{color:var(--gold)}
.footer__legal{display:flex;gap:1rem}
/* modal */
.modal{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(0,0,0,.88);backdrop-filter:blur(6px);opacity:0;transition:opacity .26s}
.modal.is-open{opacity:1}
.modal[hidden]{display:none}
.modal__card{position:relative;width:100%;max-width:32rem;max-height:min(92dvh,720px);overflow-y:auto;background:var(--panel);border:1px solid rgba(197,165,114,.25);border-radius:2px;transform:scale(.96) translateY(10px);transition:transform .26s cubic-bezier(.23,1,.32,1)}
.modal.is-open .modal__card{transform:none}
.modal__close{position:absolute;top:1rem;right:1rem;z-index:2;padding:.5rem;color:var(--grey);line-height:1}.modal__close:hover{color:var(--gold)}.modal__close svg{width:18px;height:18px}
.modal__head{padding:2rem 2rem 1.25rem;border-bottom:1px solid var(--line)}
.modal__head>img{width:36px;height:36px;margin-bottom:.75rem}
.modal__title{font-weight:900;font-size:1.5rem;text-transform:uppercase;letter-spacing:-.01em}
.modal__sub{color:var(--grey);font-size:.875rem;margin-top:.4rem}
.modal__steps{display:flex;align-items:center;gap:.75rem;margin-top:1rem}
.modal__step-dot{display:flex;align-items:center;gap:.4rem;color:var(--grey)}
.modal__step-dot b{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(197,165,114,.12);font-size:.6rem;font-weight:700;color:var(--grey);font-family:var(--font-display)}
.modal__step-dot span{font-size:.7rem;font-family:var(--font-display);font-weight:600;letter-spacing:.08em;text-transform:uppercase}
.modal__step-dot.is-active{color:var(--gold)}.modal__step-dot.is-active b{background:var(--gold);color:var(--black)}
.modal__sep{width:2rem;height:1px;background:rgba(197,165,114,.25)}
.modal__body{padding:1.5rem 2rem}
.field{margin-bottom:1rem}
.field__label{display:block;font-family:var(--font-display);font-weight:600;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--grey);margin-bottom:.4rem}
.field__label i{color:var(--gold);font-style:normal}
.field input{width:100%;padding:.75rem 1rem;background:var(--ink);border:1px solid rgba(197,165,114,.2);border-radius:2px;color:var(--off);font-family:var(--font-body);font-size:.9rem;outline:none;transition:border-color .15s}
.field input:focus{border-color:var(--gold)}
.field.has-error input{border-color:#ef4444}
.field__error{display:none;color:#ef4444;font-size:.75rem;margin-top:.3rem}
.field.has-error .field__error,.consent.has-error .field__error{display:block}
.consent{background:var(--ink);border:1px solid rgba(197,165,114,.15);border-radius:2px;padding:1rem;margin-bottom:1rem}
.consent.has-error{border-color:#ef4444}
.consent label{display:flex;gap:.75rem;align-items:flex-start;cursor:pointer}
.consent input{margin-top:3px;accent-color:var(--gold);width:16px;height:16px;flex-shrink:0}
.consent span{color:var(--grey);font-size:.75rem;line-height:1.6}
.consent a{color:var(--gold)}
.modal__foot{border-top:1px solid rgba(197,165,114,.08);padding:.875rem 2rem;text-align:center}
.modal__foot p{color:var(--grey);font-size:.72rem}
.cal-note{background:rgba(197,165,114,.08);border:1px solid rgba(197,165,114,.2);border-radius:2px;padding:.75rem 1rem;display:flex;align-items:center;gap:.6rem;margin-bottom:1.25rem}
.cal-note svg{width:15px;height:15px;color:var(--gold);flex-shrink:0}.cal-note p{color:var(--off);font-size:.875rem}
.cal-embed{min-height:360px;background:var(--ink);border:1px solid rgba(197,165,114,.12);border-radius:2px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1.5rem;text-align:center;gap:.5rem}
.cal-embed .cal-ic{width:52px;height:52px;border-radius:50%;background:rgba(197,165,114,.12);display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}
.cal-embed .cal-ic svg{width:22px;height:22px;color:var(--gold)}
.cal-embed p{color:var(--grey);font-size:.875rem;max-width:280px}.cal-embed a{color:var(--gold)}
.form-error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:2px;padding:.75rem 1rem;color:#fca5a5;font-size:.85rem;margin-bottom:1rem}

/* ---- blog ---- */
.post{padding:calc(72px + 3.5rem) 0 0}
.post__inner{max-width:820px;margin:0 auto}
.crumbs{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;font-family:var(--font-display);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase;color:var(--grey);margin-bottom:1.5rem}
.crumbs a{color:var(--grey)}.crumbs a:hover{color:var(--gold)}.crumbs span{color:rgba(197,165,114,.5)}
.post__cat{color:var(--gold)}
.post__title{font-weight:900;font-size:clamp(1.75rem,4.4vw,3rem);text-transform:none;letter-spacing:-.01em;line-height:1.12;margin:.5rem 0 1rem}
.post__meta{color:var(--grey);font-family:var(--font-display);font-size:.78rem;letter-spacing:.04em;margin-bottom:1.75rem}
.post__featured{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:2px;margin-bottom:2.25rem}
.post__body{color:var(--soft);font-size:1.02rem;line-height:1.85}
.post__body>*{margin-bottom:1.15rem}
.post__body h2{font-family:var(--font-display);font-weight:800;font-size:clamp(1.4rem,2.8vw,1.9rem);color:var(--off);text-transform:none;letter-spacing:-.01em;margin:2.25rem 0 .9rem;line-height:1.2}
.post__body h3{font-family:var(--font-display);font-weight:700;font-size:clamp(1.15rem,2.2vw,1.4rem);color:var(--off);margin:1.75rem 0 .75rem;line-height:1.25}
.post__body h4{font-family:var(--font-display);font-weight:700;font-size:1.05rem;color:var(--gold);margin:1.5rem 0 .6rem}
.post__body p{color:var(--soft)}
.post__body a{color:var(--gold);text-decoration:underline;text-underline-offset:2px;text-decoration-color:rgba(197,165,114,.4)}
.post__body a:hover{text-decoration-color:var(--gold)}
.post__body strong,.post__body b{color:var(--off);font-weight:700}
.post__body em,.post__body i{font-style:italic}
.post__body ul,.post__body ol{padding-left:1.4rem;color:var(--soft)}
.post__body li{margin-bottom:.5rem}
.post__body ul li{list-style:disc}.post__body ol li{list-style:decimal}
.post__body img{width:100%;height:auto;border-radius:2px;margin:1.75rem 0}
.post__body blockquote{border-left:2px solid var(--gold);background:rgba(197,165,114,.06);padding:1rem 1.25rem;border-radius:2px;color:var(--soft);font-style:italic}
.post__body figure{margin:1.75rem 0}.post__body figcaption{color:var(--grey);font-size:.8rem;text-align:center;margin-top:.5rem}
.post__cta{margin:3rem 0;background:var(--panel);border:1px solid rgba(197,165,114,.2);border-radius:2px;padding:2.25rem;text-align:center}
.post__cta h2{font-weight:800;font-size:1.4rem;text-transform:uppercase;margin-bottom:.75rem}
.post__cta p{color:var(--grey);font-size:.92rem;line-height:1.7;margin:0 auto 1.5rem;max-width:440px}
.post__back{display:inline-block;margin:.5rem 0 0;color:var(--gold);font-family:var(--font-display);font-weight:600;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase}
/* blog index */
.blog-hero{padding:calc(72px + 4rem) 0 1rem;text-align:center}
.blog-hero__title{font-weight:900;font-size:clamp(2rem,5vw,3.25rem);text-transform:uppercase;letter-spacing:-.02em}
.blog-hero__sub{color:var(--grey);max-width:560px;margin:1rem auto 0;line-height:1.7}
.blog-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin:2rem 0 .5rem}
.blog-chip{background:rgba(197,165,114,.08);border:1px solid rgba(197,165,114,.2);border-radius:2px;padding:.5rem 1.1rem;font-family:var(--font-display);font-weight:600;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);cursor:pointer;transition:background-color .15s,color .15s}
.blog-chip:hover,.blog-chip.is-active{background:var(--gold);color:var(--black)}
.bloglist{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));padding:2rem 0 0}
.bcard{background:var(--panel);border:1px solid rgba(197,165,114,.12);border-radius:2px;overflow:hidden;display:flex;flex-direction:column}
.bcard__media{aspect-ratio:16/9;overflow:hidden}
.bcard__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.bcard:hover .bcard__media img{transform:scale(1.05)}
.bcard__body{padding:1.5rem;display:flex;flex-direction:column;flex:1}
.bcard__cat{font-family:var(--font-display);font-weight:700;font-size:.62rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem}
.bcard__title{font-weight:800;font-size:1.1rem;line-height:1.3;margin-bottom:.5rem;color:var(--off)}
.bcard a.bcard__title:hover{color:var(--gold)}
.bcard__date{color:var(--grey);font-family:var(--font-display);font-size:.7rem;letter-spacing:.04em;margin-bottom:.75rem}
.bcard__excerpt{color:var(--grey);font-size:.875rem;line-height:1.65;flex:1}
.bcard__more{display:inline-flex;align-items:center;gap:.4rem;margin-top:1rem;color:var(--gold);font-family:var(--font-display);font-weight:700;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase}
