:root{--gold:#c9a96e;--gold-light:#e2c98a;--gold-dark:#a07840;--teal:#1e3b3b;--teal-dark:#132828;--teal-mid:#264a4a;--teal-light:#2e5a5a;--cream:#f8f3ec;--cream-dark:#ede5d8;--white:#ffffff;--gray:#8a9a99;--text:#1a2e2e;--hf:"Cormorant Garamond",Georgia,serif;--bf:"Jost",sans-serif}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--bf);color:var(--text);background:var(--cream);line-height:1.6}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
h1,h2,h3,h4{font-family:var(--hf);line-height:1.25}
.top-bar{background:var(--teal-dark);color:var(--gold-light);padding:8px 48px;display:flex;justify-content:space-between;align-items:center;font-size:.82rem;letter-spacing:.06em;font-weight:500}
.top-bar a{color:var(--gold-light);transition:color .2s}.top-bar a:hover{color:#fff}
.top-bar .social{display:flex;gap:12px;align-items:center}
.top-bar .social a{width:26px;height:26px;background:rgba(201,169,110,.15);border:1px solid rgba(201,169,110,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;transition:background .2s}
.top-bar .social a:hover{background:var(--gold);color:var(--teal-dark)}
header{background:var(--teal);padding:0 48px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:200;box-shadow:0 4px 24px rgba(0,0,0,.3);border-bottom:1px solid rgba(201,169,110,.2)}
.logo-img{height:72px;width:auto;display:block;padding:8px 0}
nav ul{display:flex;list-style:none;gap:0;align-items:center;margin:0;padding:0}
.nav-item{position:relative}
.nav-item>a{font-size:.75rem;font-weight:600;color:rgba(201,169,110,.8);letter-spacing:.12em;text-transform:uppercase;transition:color .2s;padding:26px 14px;display:block;white-space:nowrap}
.nav-item>a:hover,.nav-item.active>a{color:var(--gold)}
.nav-item>a::after{content:"";position:absolute;bottom:0;left:14px;right:14px;height:2px;background:var(--gold);transform:scaleX(0);transition:transform .25s}
.nav-item:hover>a::after,.nav-item.active>a::after{transform:scaleX(1)}
.has-drop>a::before{content:" ▾";font-size:.6rem}
.dropdown{position:absolute;top:100%;left:0;background:var(--teal-dark);border:1px solid rgba(201,169,110,.2);border-top:2px solid var(--gold);min-width:230px;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .25s;z-index:300;box-shadow:0 12px 40px rgba(0,0,0,.3)}
.nav-item:hover .dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.dropdown a{display:block;padding:10px 20px;font-size:.74rem;font-weight:500;color:rgba(201,169,110,.7);letter-spacing:.08em;text-transform:uppercase;transition:background .2s,color .2s;border-bottom:1px solid rgba(255,255,255,.04)}
.dropdown a:hover{background:rgba(201,169,110,.08);color:var(--gold)}
.nav-cta{background:var(--gold)!important;color:var(--teal-dark)!important;padding:10px 20px!important;border-radius:3px;font-size:.72rem!important;font-weight:700!important;letter-spacing:.12em!important;margin-left:8px;white-space:nowrap!important}
.nav-cta::after{display:none!important}
.nav-cta:hover{background:var(--gold-light)!important}
.mobile-btn{display:none;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(201,169,110,.15);border:1px solid rgba(201,169,110,.3);border-radius:4px;cursor:pointer;color:var(--gold);font-size:1.2rem}
.btn-primary{background:var(--gold);color:var(--teal-dark);padding:14px 34px;border-radius:3px;font-weight:700;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;transition:background .2s,transform .2s;display:inline-block;border:none;cursor:pointer;font-family:var(--bf)}
.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px)}
.btn-outline{background:transparent;color:var(--gold-light);padding:13px 34px;border-radius:3px;border:1.5px solid rgba(201,169,110,.5);font-weight:600;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;transition:background .2s,border-color .2s,color .2s;display:inline-block}
.btn-outline:hover{background:rgba(201,169,110,.12);border-color:var(--gold);color:var(--gold)}
.btn-dark{background:transparent;color:var(--teal);padding:13px 34px;border-radius:3px;border:1.5px solid var(--teal);font-weight:600;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;transition:background .2s,color .2s;display:inline-block}
.btn-dark:hover{background:var(--teal);color:var(--white)}
.sl{font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-dark);font-weight:700;margin-bottom:14px;display:flex;align-items:center;gap:10px}
.sl::before{content:"";display:block;width:30px;height:1.5px;background:var(--gold)}
.sl.c{justify-content:center}.sl.c::before,.sl.c::after{content:"";display:block;flex:1;max-width:40px;height:1.5px;background:var(--gold)}
.hero{position:relative;height:640px;overflow:hidden}
.hs{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1.2s}
.hs.active{opacity:1}
.hs::after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,rgba(13,30,30,.85) 35%,rgba(13,30,30,.3) 100%)}
.hc{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:0 90px;max-width:780px}
.hr{width:48px;height:2px;background:var(--gold);margin-bottom:20px}
.he{color:var(--gold);font-size:.72rem;letter-spacing:.25em;text-transform:uppercase;font-weight:600;margin-bottom:14px}
.ht{font-family:var(--hf);font-size:clamp(2.6rem,5.5vw,4.2rem);color:#fff;line-height:1.15;font-weight:700;margin-bottom:26px}
.ht em{color:var(--gold-light);font-style:italic}
.hsub{color:rgba(255,255,255,.75);font-size:1.05rem;line-height:1.7;margin-bottom:32px;max-width:540px}
.hbtn{display:flex;gap:16px;flex-wrap:wrap}
.hdots{position:absolute;bottom:30px;left:90px;display:flex;gap:10px;z-index:3}
.hdot{width:28px;height:3px;border-radius:2px;background:rgba(201,169,110,.3);cursor:pointer;transition:background .3s,width .3s;border:none}
.hdot.active{background:var(--gold);width:44px}
.trust{background:var(--teal-dark);padding:18px 60px;display:flex;justify-content:center;gap:40px;align-items:center;flex-wrap:wrap;border-bottom:1px solid rgba(201,169,110,.1)}
.ti{display:flex;align-items:center;gap:8px;color:rgba(201,169,110,.75);font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
.page-hero{position:relative;height:360px;background-size:cover;background-position:center}
.page-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(105deg,rgba(13,30,30,.88) 40%,rgba(13,30,30,.5) 100%)}
.phc{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:0 90px}
.bc{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:rgba(201,169,110,.6);margin-bottom:14px}
.bc a{color:rgba(201,169,110,.6);transition:color .2s}.bc a:hover{color:var(--gold)}
.bc span{color:var(--gold)}
.phr{width:44px;height:2px;background:var(--gold);margin-bottom:18px}
.page-hero h1{font-family:var(--hf);font-size:clamp(2.2rem,4vw,3.4rem);color:#fff;font-weight:700;line-height:1.2;max-width:700px}
.page-hero .sub{color:rgba(255,255,255,.7);font-size:1rem;margin-top:14px;max-width:560px;line-height:1.7}
.sec{padding:90px 60px}
.sw{background:var(--white)}
.sc{background:var(--cream)}
.st{background:var(--teal)}
.std{background:var(--teal-dark)}
.con{max-width:1100px;margin:0 auto}
.con-sm{max-width:820px;margin:0 auto}
.two{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.three{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.four{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.sec h2{font-family:var(--hf);font-size:clamp(1.8rem,3vw,2.8rem);color:var(--teal);margin-bottom:20px;font-weight:700}
.st h2,.std h2{color:var(--white)}
.sec h3{font-family:var(--hf);font-size:1.35rem;color:var(--teal);margin-bottom:10px}
.st h3,.std h3{color:var(--gold-light)}
.sec p{color:#5a7070;line-height:1.85;margin-bottom:14px;font-size:.97rem}
.st p,.std p{color:rgba(255,255,255,.6)}
.card{background:var(--white);border-radius:6px;padding:36px 30px;box-shadow:0 4px 20px rgba(0,0,0,.06);border:1px solid rgba(201,169,110,.12);transition:transform .3s,box-shadow .3s}
.card:hover{transform:translateY(-5px);box-shadow:0 14px 40px rgba(0,0,0,.1)}
.cardd{background:rgba(255,255,255,.04);border:1px solid rgba(201,169,110,.18);border-radius:6px;padding:36px 30px;transition:background .3s,border-color .3s,transform .3s}
.cardd:hover{background:rgba(201,169,110,.07);border-color:rgba(201,169,110,.4);transform:translateY(-5px)}
.ci{width:52px;height:52px;background:rgba(201,169,110,.12);border:1px solid rgba(201,169,110,.25);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:20px}
.card h3{font-family:var(--hf);font-size:1.25rem;margin-bottom:10px;color:var(--teal);line-height:1.3}
.cardd h3{color:var(--gold-light)}
.card p,.cardd p{font-size:.9rem;line-height:1.75}
.card p{color:#6a8888}.cardd p{color:rgba(255,255,255,.55)}
.cl{display:inline-flex;align-items:center;gap:6px;color:var(--gold-dark);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-top:14px;transition:gap .2s,color .2s}
.cl:hover{gap:10px;color:var(--teal)}
.step{display:flex;gap:24px;margin-bottom:36px;align-items:flex-start}
.snum{width:48px;height:48px;flex-shrink:0;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--hf);font-size:1.3rem;color:var(--teal-dark);font-weight:700}
.step h3{font-family:var(--hf);font-size:1.15rem;color:var(--teal);margin-bottom:6px}
.step p{font-size:.9rem;color:#6a8888;line-height:1.75}
.stat-band{background:var(--gold);padding:60px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;text-align:center;max-width:1000px;margin:0 auto}
.sn{font-family:var(--hf);font-size:3rem;color:var(--teal-dark);font-weight:700;line-height:1}
.slb{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);font-weight:600;margin-top:6px}
.cta{background:var(--teal);padding:80px 60px;text-align:center}
.cta h2{font-family:var(--hf);font-size:clamp(1.8rem,3vw,2.8rem);color:var(--white);margin-bottom:16px}
.cta p{color:rgba(255,255,255,.65);max-width:560px;margin:0 auto 32px;font-size:1rem;line-height:1.7}
.btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.cstrip{background:var(--teal-dark);padding:60px;display:grid;grid-template-columns:repeat(3,1fr);gap:30px;text-align:center;border-top:1px solid rgba(201,169,110,.15)}
.csi .ico{font-size:1.8rem;margin-bottom:10px;display:block}
.csi strong{display:block;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:6px;font-weight:700}
.csi a{color:#fff;font-size:1rem;font-weight:500;transition:color .2s}.csi a:hover{color:var(--gold)}
.csi p{font-size:.95rem;color:rgba(255,255,255,.7);line-height:1.6}
.fg{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:50px;margin-bottom:50px}
footer{background:var(--teal-dark);color:rgba(255,255,255,.5);padding:72px 60px 30px;border-top:1px solid rgba(201,169,110,.15)}
.fl{height:60px;width:auto;margin-bottom:18px}
.fb p{font-size:.86rem;line-height:1.75;color:rgba(255,255,255,.4);margin-bottom:20px}
.fs{display:flex;gap:10px}
.fs a{width:34px;height:34px;background:rgba(201,169,110,.08);border:1px solid rgba(201,169,110,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:rgba(201,169,110,.5);transition:background .2s,color .2s,border-color .2s}
.fs a:hover{background:var(--gold);color:var(--teal-dark);border-color:var(--gold)}
.fc h4{color:var(--gold-light);font-size:.72rem;text-transform:uppercase;letter-spacing:.16em;font-weight:700;margin-bottom:20px}
.fc ul{list-style:none}
.fc ul li{margin-bottom:10px}
.fc ul li a{color:rgba(255,255,255,.4);font-size:.86rem;transition:color .2s}
.fc ul li a:hover{color:var(--gold)}
.flic{font-size:.76rem;color:rgba(201,169,110,.35);margin-top:14px}
.fb2{border-top:1px solid rgba(255,255,255,.07);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
.fb2 p{font-size:.8rem;color:rgba(255,255,255,.28)}
.fb2 a{color:rgba(255,255,255,.4);transition:color .2s}.fb2 a:hover{color:var(--gold)}
.fbl{display:flex;gap:20px}
.ac{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:20px}
.chip{background:var(--teal);color:var(--gold-light);padding:8px 20px;border-radius:100px;font-size:.82rem;font-weight:500;letter-spacing:.04em;border:1px solid rgba(201,169,110,.2);transition:background .2s,color .2s}
.chip:hover{background:var(--gold);color:var(--teal-dark)}
.pc{background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06);border:1px solid rgba(201,169,110,.12);transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column}
.pc:hover{transform:translateY(-6px);box-shadow:0 16px 48px rgba(0,0,0,.1)}
.pp{width:100%;aspect-ratio:1;object-fit:cover;object-position:top}
.pph{width:100%;height:140px;background:linear-gradient(135deg,var(--teal) 0%,var(--teal-mid) 100%);display:flex;align-items:center;justify-content:center;font-size:3.5rem;color:rgba(201,169,110,.3)}
.pb{padding:24px 22px 28px;flex:1;display:flex;flex-direction:column}
.pn{font-family:var(--hf);font-size:1.35rem;color:var(--teal);font-weight:700;margin-bottom:3px;line-height:1.2}
.pt{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-dark);font-weight:600;margin-bottom:12px}
.pd{width:28px;height:2px;background:var(--gold);margin-bottom:12px}
.pbio{font-size:.88rem;color:#5a7070;line-height:1.8;flex:1}
.pbio.tr{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.rmb{background:none;border:none;cursor:pointer;color:var(--gold-dark);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-top:10px;padding:0;font-family:var(--bf);transition:color .2s}
.rmb:hover{color:var(--teal)}
.faq-item{border-bottom:1px solid rgba(201,169,110,.2);padding:20px 0}
.faq-q{font-family:var(--hf);font-size:1.15rem;color:var(--teal);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq-q::after{content:"＋";font-size:1.2rem;color:var(--gold);flex-shrink:0;transition:transform .3s}
.faq-item.open .faq-q::after{transform:rotate(45deg)}
.faq-a{font-size:.92rem;color:#5a7070;line-height:1.8;padding-top:12px;display:none}
.faq-item.open .faq-a{display:block}
.fg-form{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
.fgrp{margin-bottom:18px}
.fgrp label{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:var(--teal-light);margin-bottom:8px}
.fgrp input,.fgrp textarea,.fgrp select{width:100%;padding:13px 16px;border:1.5px solid #d5e0de;border-radius:3px;font-family:var(--bf);font-size:.93rem;color:var(--text);background:#fff;transition:border-color .2s,box-shadow .2s;outline:none}
.fgrp input:focus,.fgrp textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,169,110,.12)}
.fgrp textarea{resize:vertical;min-height:120px}
.reveal{opacity:1;transform:none}
.reveal.visible{opacity:1;transform:none}
@media(max-width:960px){
  header{padding:0 24px}nav{display:none}.mobile-btn{display:flex}
  .top-bar{padding:8px 24px;font-size:.78rem}
  .sec{padding:60px 24px}.two{grid-template-columns:1fr;gap:40px}
  .three{grid-template-columns:1fr}.four{grid-template-columns:1fr 1fr}
  .hc{padding:0 30px;max-width:100%}.hdots{left:30px}
  .phc{padding:0 30px}.cstrip{grid-template-columns:1fr;padding:50px 24px}
  .cta{padding:60px 24px}.stat-band{padding:50px 24px}
  .stats{grid-template-columns:1fr 1fr}.trust{padding:16px 24px;gap:20px}
  footer{padding:60px 24px 24px}.fg{grid-template-columns:1fr 1fr;gap:36px}
  .fg-form{grid-template-columns:1fr}
}
@media(max-width:600px){.three,.four{grid-template-columns:1fr}.hero{height:520px}.page-hero{height:280px}}

/* MOBILE NAV MENU */
.mob-nav{position:fixed;inset:0;background:var(--teal-dark);z-index:500;transform:translateX(100%);transition:transform .35s ease;overflow-y:auto;padding:0}
.mob-nav.open{transform:translateX(0)}
.mob-nav-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid rgba(201,169,110,.15)}
.mob-nav-close{background:none;border:1px solid rgba(201,169,110,.3);color:var(--gold);font-size:1.2rem;width:36px;height:36px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}
.mob-nav ul{list-style:none;padding:0;margin:0}
.mob-nav>ul>li{border-bottom:1px solid rgba(255,255,255,.06)}
.mob-nav>ul>li>a{display:block;padding:16px 24px;color:rgba(201,169,110,.9);font-size:.85rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;transition:background .2s,color .2s}
.mob-nav>ul>li>a:hover{background:rgba(201,169,110,.08);color:var(--gold)}
.mob-nav .mob-sub{background:rgba(0,0,0,.2);padding:0}
.mob-nav .mob-sub a{display:block;padding:12px 36px;color:rgba(255,255,255,.5);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;transition:color .2s,background .2s;border-bottom:1px solid rgba(255,255,255,.04)}
.mob-nav .mob-sub a:hover{color:var(--gold);background:rgba(201,169,110,.06)}
.mob-nav .mob-cta{display:block;margin:24px;padding:14px;text-align:center;background:var(--gold);color:var(--teal-dark);font-weight:700;font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;border-radius:3px}
.mob-nav .mob-parent{display:flex;align-items:center;justify-content:space-between}
.mob-nav .mob-toggle{background:none;border:none;color:rgba(201,169,110,.6);font-size:.9rem;padding:0 24px;cursor:pointer;transition:transform .25s}
.mob-nav .mob-toggle.open{transform:rotate(180deg)}
.mob-sub{display:none}.mob-sub.open{display:block}
.mob-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:499;opacity:0;pointer-events:none;transition:opacity .3s}
.mob-overlay.open{opacity:1;pointer-events:all}

/* TEAM GRID */
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
@media(max-width:900px){.team-grid{grid-template-columns:repeat(2,1fr);gap:18px}}
@media(max-width:520px){.team-grid{grid-template-columns:1fr;gap:16px}.pc .pp{height:280px;aspect-ratio:unset;object-fit:cover;object-position:top center}}

/* ===== ACCESSIBILITY TOOLBAR ===== */
#a11y-btn{position:fixed;bottom:24px;left:24px;z-index:9000;width:48px;height:48px;background:#1e3b3b;border:2px solid #c9a96e;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(0,0,0,.35);transition:transform .2s,background .2s;font-size:1.4rem;color:#c9a96e}
#a11y-btn:hover{transform:scale(1.1);background:#264a4a}
#a11y-btn:focus{outline:3px solid #c9a96e;outline-offset:3px}
#a11y-panel{position:fixed;bottom:82px;left:24px;z-index:9000;background:#132828;border:1px solid rgba(201,169,110,.3);border-radius:10px;padding:18px 16px;width:220px;box-shadow:0 8px 40px rgba(0,0,0,.4);display:none;font-family:"Jost",sans-serif}
#a11y-panel.open{display:block}
#a11y-panel h3{color:#c9a96e;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;margin-bottom:14px;font-family:"Jost",sans-serif;font-weight:700}
.a11y-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.a11y-label{color:rgba(255,255,255,.8);font-size:.82rem;font-weight:500}
.a11y-ctrl{display:flex;gap:6px;align-items:center}
.a11y-btn-sm{background:rgba(201,169,110,.12);border:1px solid rgba(201,169,110,.3);color:#c9a96e;width:30px;height:30px;border-radius:5px;cursor:pointer;font-size:.95rem;display:flex;align-items:center;justify-content:center;transition:background .2s;font-family:inherit}
.a11y-btn-sm:hover,.a11y-btn-sm.active{background:#c9a96e;color:#132828}
.a11y-btn-sm:focus{outline:2px solid #c9a96e;outline-offset:2px}
.a11y-toggle{background:rgba(201,169,110,.12);border:1px solid rgba(201,169,110,.3);color:rgba(255,255,255,.7);padding:5px 12px;border-radius:5px;cursor:pointer;font-size:.78rem;font-weight:600;letter-spacing:.06em;transition:background .2s,color .2s;font-family:inherit;white-space:nowrap}
.a11y-toggle.active{background:#c9a96e;color:#132828;border-color:#c9a96e}
.a11y-toggle:focus{outline:2px solid #c9a96e;outline-offset:2px}
.a11y-divider{height:1px;background:rgba(255,255,255,.08);margin:10px 0}
.a11y-reset{width:100%;background:none;border:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.5);padding:7px;border-radius:5px;cursor:pointer;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;font-family:inherit;margin-top:4px;transition:border-color .2s,color .2s}
.a11y-reset:hover{border-color:rgba(201,169,110,.4);color:#c9a96e}

/* A11Y ACTIVE STATES */
body.a11y-larger *{font-size:110%!important;line-height:1.7!important}
body.a11y-largest *{font-size:125%!important;line-height:1.8!important}
body.a11y-high-contrast{filter:contrast(150%) brightness(1.05)}
body.a11y-invert{filter:invert(1) hue-rotate(180deg)}
body.a11y-grayscale{filter:grayscale(1)}
body.a11y-highlight-links a{background:#ff0!important;color:#000!important;text-decoration:underline!important;outline:2px solid #000!important}
body.a11y-big-cursor *{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath d='M8 0 L8 26 L13 21 L18 32 L21 31 L16 20 L24 20 Z' fill='black' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E") 0 0,auto!important}
body.a11y-reading-guide::after{content:"";position:fixed;left:0;right:0;height:40px;background:rgba(255,255,0,.25);border-top:2px solid rgba(255,200,0,.6);border-bottom:2px solid rgba(255,200,0,.6);z-index:8999;pointer-events:none;top:var(--guide-y,50%)}
body.a11y-pause-anim *{animation:none!important;transition:none!important}
body.a11y-text-spacing *{word-spacing:.16em!important;letter-spacing:.12em!important;line-height:1.9!important}

/* ===== COOKIE CONSENT ===== */
#cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:8999;background:#0d1f1f;border-top:2px solid rgba(201,169,110,.3);padding:18px 32px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;box-shadow:0 -4px 30px rgba(0,0,0,.4);transform:translateY(0);transition:transform .4s ease}
#cookie-banner.hidden{transform:translateY(110%)}
#cookie-banner p{color:rgba(255,255,255,.75);font-size:.85rem;line-height:1.6;margin:0;flex:1;min-width:260px}
#cookie-banner p a{color:#c9a96e;text-decoration:underline}
#cookie-banner p a:hover{color:#e2c98a}
.cookie-btns{display:flex;gap:10px;flex-shrink:0;flex-wrap:wrap}
#cookie-accept{background:#c9a96e;color:#132828;border:none;padding:10px 22px;border-radius:4px;font-weight:700;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;font-family:"Jost",sans-serif;transition:background .2s}
#cookie-accept:hover{background:#e2c98a}
#cookie-decline{background:transparent;color:rgba(255,255,255,.6);border:1px solid rgba(255,255,255,.2);padding:10px 18px;border-radius:4px;font-weight:600;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;font-family:"Jost",sans-serif;transition:border-color .2s,color .2s}
#cookie-decline:hover{border-color:rgba(255,255,255,.4);color:rgba(255,255,255,.9)}
#cookie-prefs{background:transparent;color:rgba(201,169,110,.7);border:none;padding:10px 0;font-size:.78rem;cursor:pointer;font-family:"Jost",sans-serif;text-decoration:underline;white-space:nowrap}

/* COOKIE PREFERENCES MODAL */
#cookie-modal{position:fixed;inset:0;z-index:9100;display:none;align-items:center;justify-content:center;padding:20px}
#cookie-modal.open{display:flex}
#cookie-modal-bg{position:absolute;inset:0;background:rgba(0,0,0,.65)}
#cookie-modal-box{position:relative;background:#132828;border:1px solid rgba(201,169,110,.3);border-radius:10px;padding:36px;max-width:520px;width:100%;max-height:85vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.5)}
#cookie-modal-box h2{font-family:"Cormorant Garamond",Georgia,serif;color:#c9a96e;font-size:1.6rem;margin-bottom:8px}
#cookie-modal-box p{color:rgba(255,255,255,.6);font-size:.88rem;line-height:1.7;margin-bottom:20px}
.cookie-cat{border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:16px 18px;margin-bottom:12px}
.cookie-cat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}
.cookie-cat-header h3{color:#fff;font-size:.9rem;font-weight:600;font-family:"Jost",sans-serif}
.cookie-switch{position:relative;width:42px;height:24px;flex-shrink:0}
.cookie-switch input{opacity:0;width:0;height:0;position:absolute}
.cookie-switch-slider{position:absolute;inset:0;background:rgba(255,255,255,.15);border-radius:24px;cursor:pointer;transition:background .3s}
.cookie-switch input:checked+.cookie-switch-slider{background:#c9a96e}
.cookie-switch-slider::before{content:"";position:absolute;width:18px;height:18px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .3s}
.cookie-switch input:checked+.cookie-switch-slider::before{transform:translateX(18px)}
.cookie-switch input:disabled+.cookie-switch-slider{opacity:.5;cursor:not-allowed}
.cookie-cat p{color:rgba(255,255,255,.45);font-size:.8rem;line-height:1.6;margin:0}
.cookie-modal-btns{display:flex;gap:10px;margin-top:24px;flex-wrap:wrap}
.cookie-modal-btns button{padding:11px 20px;border-radius:4px;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;font-family:"Jost",sans-serif;border:none;transition:background .2s}
#cm-accept-all{background:#c9a96e;color:#132828;flex:1}
#cm-accept-all:hover{background:#e2c98a}
#cm-save{background:rgba(201,169,110,.15);color:#c9a96e;border:1px solid rgba(201,169,110,.3)!important;flex:1}
#cm-save:hover{background:rgba(201,169,110,.25)}
#cm-decline-all{background:transparent;color:rgba(255,255,255,.5);border:1px solid rgba(255,255,255,.15)!important}
#cm-decline-all:hover{color:#fff;border-color:rgba(255,255,255,.3)!important}
@media(max-width:600px){#cookie-banner{padding:16px 20px}.cookie-btns{width:100%}#cookie-accept,#cookie-decline{flex:1;text-align:center}}
