/* ==========================================================================
   Tourmalin Luxury Travel — main hub landing
   Design language shared with golf / wellness / ski / beach microsites
   ========================================================================== */
:root{
  --teal:#5fc6c8; --teal-light:#8fd4d3; --teal-dark:#0f948c; --teal-deep:#0c7d76; --teal-tint:#EAF8F7;
  --ink:#0e1c1b; --txt:#33403d; --muted:#63706c; --muted2:#93a09c;
  --line:#E4EAE8; --bg:#FFFFFF; --band:#F4FBFB; --card:#FFFFFF;
  --serif:'Cormorant Garamond', Georgia, serif;
  --sans:'Raleway', -apple-system, BlinkMacSystemFont, sans-serif;
}
:root[data-theme="dark"]{
  --teal-tint:rgba(95,198,200,.12);
  --ink:#f3f7f6; --txt:#c7d1cf; --muted:#93a09c; --muted2:#6f7c78;
  --line:rgba(255,255,255,.13); --bg:#0c1615; --band:#101f1d; --card:#132322;
}
:root[data-theme="dark"] body{background:var(--bg);}
:root[data-theme="dark"] .partners img,
:root[data-theme="dark"] .marq-i img{filter:grayscale(1) brightness(0) invert(1); opacity:.55;}
:root[data-theme="dark"] .marq-i:hover img{filter:brightness(0) invert(1); opacity:1;}
:root[data-theme="dark"] .status-card,
:root[data-theme="dark"] .office-card,
:root[data-theme="dark"] .seal-logo{background:var(--card);}
:root[data-theme="dark"] .seal-logo img{background:#fff; border-radius:10px;}
:root[data-theme="dark"] .office-map iframe{filter:grayscale(.25) contrast(1.05) invert(.92) hue-rotate(180deg);}
html{transition:background .4s ease;}
body,.intro,.collection-head,.sec-grid,.status-band,.partners,.office,.status-card,.office-card,.modal-panel,.modal-body{transition:background .4s ease, color .4s ease, border-color .4s ease;}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0; background:var(--bg); color:var(--txt); font-family:var(--sans); font-weight:400; -webkit-font-smoothing:antialiased;}
body.locked{overflow:hidden;}
img{max-width:100%; display:block;}
a{color:inherit; text-decoration:none;}
.wrap{max-width:1240px; margin:0 auto; padding:0 30px;}
h1,h2,h3,h4{margin:0; font-family:var(--serif); font-weight:500; line-height:1.08;}
.icon{width:20px; height:20px; stroke:currentColor; fill:none; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; flex:none;}
.eyebrow{font-family:var(--sans); font-size:11px; letter-spacing:3.5px; font-weight:600; text-transform:uppercase;}

.btn{display:inline-flex; align-items:center; justify-content:center; gap:10px; background:var(--teal-dark); color:#fff; font-family:var(--sans); font-weight:600; font-size:12.5px; letter-spacing:1.2px; padding:16px 30px; border:none; cursor:pointer; text-align:center; white-space:nowrap; text-transform:uppercase; transition:background .3s ease, transform .3s ease, box-shadow .3s ease, color .3s ease;}
.btn:hover{background:var(--teal-deep); transform:translateY(-2px); box-shadow:0 14px 30px rgba(15,148,140,.3);}
.btn.accent{background:var(--teal);} .btn.accent:hover{background:var(--teal-dark); box-shadow:0 14px 30px rgba(95,198,200,.36);}
.btn.ghost{background:transparent; border:1px solid rgba(255,255,255,.6); color:#fff;}
.btn.ghost:hover{background:rgba(255,255,255,.14); box-shadow:none; border-color:#fff;}
.btn.dark{background:var(--ink);} .btn.dark:hover{background:#000;}
.btn.outline{background:transparent; border:1px solid var(--line); color:var(--ink);}
.btn.outline:hover{background:var(--ink); color:#fff; border-color:var(--ink); box-shadow:none;}
.btn.cta{letter-spacing:.6px; padding:16px 24px; font-size:11.5px;}
.btn .icon{width:15px; height:15px;}

/* ---------------- HEADER ---------------- */
header{position:fixed; top:0; left:0; right:0; z-index:300; display:flex; align-items:center; justify-content:space-between; padding:20px 40px; transition:background .4s ease, box-shadow .4s ease, padding .4s ease;}
header.scrolled{background:rgba(255,255,255,.98); box-shadow:0 1px 22px rgba(0,0,0,.07); padding:12px 40px; backdrop-filter:blur(8px);}
.logo-img{height:34px; width:auto; display:block; transition:height .4s ease;}
.logo-img.lg-dark{display:none;}
header.scrolled .logo-img.lg-light{display:none;}
header.scrolled .logo-img.lg-dark{display:block;}
header.scrolled .logo-img{height:30px;}
.nav-right{display:flex; align-items:center; gap:24px;}
.nav-link{position:relative; font-size:12px; letter-spacing:1.8px; text-transform:uppercase; font-weight:600; color:#fff; transition:color .3s ease;}
.nav-link::after{content:''; position:absolute; left:0; right:100%; bottom:-6px; height:1px; background:var(--teal); transition:right .35s cubic-bezier(.65,0,.35,1);}
.nav-link:hover::after{right:0;}
header.scrolled .nav-link{color:var(--ink);}

/* language switch */
.lang{display:flex; align-items:center; gap:6px; font-family:var(--sans); font-size:12px; letter-spacing:1.4px; font-weight:600; color:#fff;}
.lang .sep{opacity:.5;}
.lang a{color:rgba(255,255,255,.6); transition:color .3s ease;}
.lang a:hover{color:#fff;}
.lang a.on{color:var(--teal-light);}
header.scrolled .lang{color:var(--ink);}
header.scrolled .lang a{color:var(--muted2);}
header.scrolled .lang a:hover,header.scrolled .lang a.on{color:var(--teal-dark);}

.nav-cta{border:1px solid rgba(255,255,255,.55); padding:11px 20px; font-size:11px; letter-spacing:1.6px; text-transform:uppercase; font-weight:600; color:#fff; transition:.3s ease;}
.nav-cta:hover{background:#fff; color:var(--ink);}
header.scrolled .nav-cta{border-color:var(--teal-dark); color:var(--teal-dark);}
header.scrolled .nav-cta:hover{background:var(--teal-dark); color:#fff;}
.burger{width:44px; height:44px; border:1px solid rgba(255,255,255,.45); background:transparent; border-radius:50%; cursor:pointer; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:5px; transition:.3s ease; flex:none;}
.burger span{display:block; width:18px; height:1.6px; background:#fff; transition:.3s ease;}
header.scrolled .burger{border-color:rgba(15,148,140,.5);}
header.scrolled .burger span{background:var(--ink);}
.burger:hover{border-color:var(--teal);}
@media(max-width:980px){ header{padding:14px 18px;} header.scrolled{padding:10px 18px;} .nav-link.hide-m{display:none;} .nav-cta.hide-m{display:none;} .nav-right{gap:14px;} }

/* ---------------- MENU OVERLAY ---------------- */
.menu-overlay{position:fixed; inset:0; z-index:500; background:linear-gradient(150deg,#0e1c1b 0%,#123430 100%); opacity:0; pointer-events:none; transition:opacity .5s ease; display:flex; align-items:center; justify-content:center; padding:40px 24px; overflow-y:auto;}
.menu-overlay.open{opacity:1; pointer-events:auto;}
.menu-close{position:absolute; top:26px; right:34px; width:46px; height:46px; border-radius:50%; border:1px solid rgba(255,255,255,.3); background:transparent; color:#fff; font-size:26px; line-height:1; cursor:pointer; transition:.3s ease;}
.menu-close:hover{background:rgba(255,255,255,.12); transform:rotate(90deg);}
.menu-inner{width:100%; max-width:900px; opacity:0; transform:translateY(24px); transition:opacity .6s ease .15s, transform .6s ease .15s;}
.menu-overlay.open .menu-inner{opacity:1; transform:none;}
.menu-eyebrow{font-family:var(--sans); font-size:11px; letter-spacing:3.5px; text-transform:uppercase; font-weight:600; color:var(--teal-light); text-align:center; margin-bottom:26px;}
.menu-dest{display:grid; grid-template-columns:repeat(2,1fr); gap:6px 40px; margin-bottom:34px;}
@media(max-width:640px){ .menu-dest{grid-template-columns:1fr; gap:2px;} }
.menu-dest a{display:flex; align-items:baseline; gap:16px; padding:13px 6px; border-bottom:1px solid rgba(255,255,255,.1); color:#fff; transition:.3s ease;}
.menu-dest a:hover{padding-left:16px; border-color:var(--teal);}
.menu-dest .mn-n{font-family:var(--serif); font-size:16px; color:var(--teal-light); font-weight:600; width:26px; flex:none;}
.menu-dest .mn-name{font-family:var(--serif); font-size:clamp(22px,3vw,30px); font-weight:500;}
.menu-dest a:hover .mn-name{color:var(--teal-light);}
.menu-foot{display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:20px; border-top:1px solid rgba(255,255,255,.14); padding-top:26px;}
.menu-links{display:flex; gap:26px; flex-wrap:wrap;}
.menu-links a{font-family:var(--sans); font-size:12px; letter-spacing:1.5px; text-transform:uppercase; font-weight:600; color:rgba(255,255,255,.82);}
.menu-links a:hover{color:var(--teal-light);}
.menu-socials{display:flex; gap:12px;}
.menu-socials a{width:40px; height:40px; border-radius:50%; border:1px solid rgba(255,255,255,.28); display:flex; align-items:center; justify-content:center; color:#fff; transition:.3s ease;}
.menu-socials a:hover{background:var(--teal-dark); border-color:var(--teal-dark);}
.menu-socials .icon{width:18px; height:18px;}

/* ---------------- VIDEO BG ---------------- */
.video-bg{position:absolute; inset:0; overflow:hidden; background:#0a1210;}
/* parallax: give the media room to shift on scroll */
.hero .video-bg,.dest-hero .video-bg,.closing .video-bg{top:-14%; bottom:-14%; height:auto; will-change:transform;}
.video-bg video{position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); min-width:100%; min-height:100%; width:auto; height:auto; object-fit:cover;}
.video-bg .poster{position:absolute; inset:0; background-size:cover; background-position:center; transition:opacity 1s ease;}
.video-bg.playing .poster{opacity:0;}
.scrim{position:absolute; inset:0;}

/* ---------------- HERO ---------------- */
.hero{position:relative; height:100vh; height:100svh; min-height:600px; overflow:hidden; display:flex; align-items:center; justify-content:center; text-align:center; background:#0a1210;}
.hero .scrim{background:linear-gradient(180deg, rgba(0,0,0,.6) 0%, rgba(0,0,0,.35) 42%, rgba(0,0,0,.75) 100%);}
.hero-content{position:relative; z-index:2; color:#fff; padding:0 24px; max-width:1280px;}
.hero-content .eyebrow{color:#fff; margin-bottom:20px; display:inline-block; opacity:0; animation:fadeUp 1s ease .2s forwards;}
.hero-content h1{font-size:clamp(30px,5vw,64px); font-weight:500; letter-spacing:.5px; margin-bottom:20px; white-space:nowrap; opacity:0; animation:fadeUp 1s ease .35s forwards;}
.hero-content h1 em{font-style:italic; color:var(--teal-light);}
@media(max-width:680px){ .hero-content h1{white-space:normal; font-size:clamp(30px,8.6vw,44px);} }
.hero-content p{font-family:var(--sans); font-size:16px; line-height:1.7; font-weight:300; color:rgba(255,255,255,.92); max-width:620px; margin:0 auto 40px; opacity:0; animation:fadeUp 1s ease .5s forwards;}
.hero-ctas{display:flex; gap:16px; justify-content:center; flex-wrap:wrap; opacity:0; animation:fadeUp 1s ease .65s forwards;}
@keyframes fadeUp{from{opacity:0; transform:translateY(22px);} to{opacity:1; transform:translateY(0);}}
.scroll-cue{position:absolute; bottom:30px; left:50%; transform:translateX(-50%); z-index:2; color:rgba(255,255,255,.8); font-size:10px; letter-spacing:2.5px; text-transform:uppercase; display:flex; flex-direction:column; align-items:center; gap:10px;}
.scroll-cue .line{width:1px; height:40px; background:rgba(255,255,255,.5); animation:pulse 2.2s infinite ease-in-out;}
@keyframes pulse{0%,100%{opacity:.25;} 50%{opacity:1;}}

/* ---------------- INTRO ---------------- */
.intro{padding:120px 0 90px; background:var(--bg);}
.intro-lede{max-width:820px; margin:0 auto 60px; text-align:center;}
.intro-lede .eyebrow{color:var(--teal-dark); margin-bottom:20px; display:inline-block; min-height:14px;}
.intro-lede h2{font-size:clamp(32px,4.6vw,56px); color:var(--ink); margin-bottom:24px; min-height:1.1em;}
.intro-lede p.lede-p{font-family:var(--sans); font-size:16px; line-height:1.9; font-weight:300; color:var(--muted); opacity:0; transform:translateY(26px); transition:opacity 1s ease, transform 1s ease;}
.intro-lede p.lede-p.show{opacity:1; transform:none;}
.tw::after{content:'|'; margin-left:2px; color:var(--teal); animation:caret .8s step-end infinite;}
@keyframes caret{50%{opacity:0;}}
.stats{display:grid; grid-template-columns:repeat(4,1fr); gap:0; max-width:1000px; margin:0 auto 70px; border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
.stat{padding:34px 18px; text-align:center; border-right:1px solid var(--line);}
.stat:last-child{border-right:none;}
.stat .num{font-family:var(--serif); font-size:52px; font-weight:600; color:var(--teal-dark); line-height:1;}
.stat .lbl{font-family:var(--sans); font-size:11px; letter-spacing:1.5px; text-transform:uppercase; color:var(--muted); margin-top:12px; font-weight:600;}
@media(max-width:760px){ .stats{grid-template-columns:repeat(2,1fr);} .stat:nth-child(2){border-right:none;} .stat:nth-child(1),.stat:nth-child(2){border-bottom:1px solid var(--line);} .stat .num{font-size:40px;} }
.sig-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:20px;}
@media(max-width:900px){ .sig-grid{grid-template-columns:repeat(2,1fr);} }
.sig-item{position:relative; overflow:hidden; min-height:280px; display:flex; flex-direction:column; align-items:center; justify-content:flex-end; text-align:center; padding:32px 20px; background-size:cover; background-position:center; transition:transform .5s ease, box-shadow .5s ease;}
.sig-item:hover{transform:translateY(-6px); box-shadow:0 24px 44px rgba(0,0,0,.24);}
.sig-item::before{content:''; position:absolute; inset:0; background:linear-gradient(180deg, rgba(10,18,15,.15), rgba(10,18,15,.82)); transition:background .5s ease;}
.sig-item:hover::before{background:linear-gradient(180deg, rgba(15,148,140,.35), rgba(10,18,15,.86));}
.sig-icon{position:relative; z-index:1; width:52px; height:52px; border-radius:50%; border:1px solid rgba(143,212,211,.7); color:var(--teal-light); display:flex; align-items:center; justify-content:center; margin-bottom:18px;}
.sig-icon .icon{width:24px; height:24px;}
.sig-item .label{position:relative; z-index:1; font-family:var(--sans); font-size:14px; font-weight:600; letter-spacing:.4px; color:#fff; line-height:1.45;}

/* ---------------- COLLECTION HEADING ---------------- */
.collection-head{text-align:center; padding:96px 0 8px; background:var(--bg);}
.collection-head .eyebrow{color:var(--teal-dark); margin-bottom:18px; display:inline-block;}
.collection-head h2{font-size:clamp(34px,5vw,60px); color:var(--ink);}
.collection-head h2 em{font-style:italic; color:var(--teal-dark);}
.collection-head p{font-family:var(--sans); font-size:15px; font-weight:300; color:var(--muted); max-width:660px; margin:20px auto 0; line-height:1.8;}

/* ---------------- WORLD (flagship) HERO ---------------- */
.dest-hero{position:relative; min-height:100vh; min-height:100svh; display:flex; align-items:center; overflow:hidden; background:#0c1512; padding:120px 0;}
.dest-hero .scrim{background:linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.62) 48%, rgba(0,0,0,.42) 100%), linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.5));}
.dest-hero-inner{position:relative; z-index:2; color:#fff; max-width:1180px; width:100%; display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(30px,5vw,72px); align-items:center;}
.dest-col-l{min-width:0;}
.dest-col-r{min-width:0;}
@media(max-width:900px){ .dest-hero-inner{grid-template-columns:1fr; gap:26px; max-width:680px;} }
.dest-index{display:flex; align-items:center; gap:14px; margin-bottom:20px; opacity:.95;}
.dest-index .n{font-family:var(--serif); font-size:22px; font-weight:600; color:var(--teal-light);}
.dest-index .bar{width:46px; height:1px; background:rgba(255,255,255,.5);}
.dest-index .tag{font-family:var(--sans); font-size:11px; letter-spacing:2.5px; text-transform:uppercase; font-weight:600; color:rgba(255,255,255,.85);}
.dest-hero-inner h2{font-size:clamp(38px,4.6vw,64px); font-weight:500; margin-bottom:16px; letter-spacing:.5px;}
.dest-hook{font-family:var(--serif); font-style:italic; font-size:clamp(20px,2.6vw,27px); font-weight:400; color:var(--teal-light); margin-bottom:22px; line-height:1.35;}
.dest-longcopy{font-family:var(--sans); font-size:15px; font-weight:300; line-height:1.85; color:rgba(255,255,255,.92); margin-bottom:30px;}
.dest-highlights{display:grid; grid-template-columns:repeat(2,1fr); gap:18px 26px; margin-bottom:34px;}
@media(max-width:520px){ .dest-highlights{grid-template-columns:1fr;} }
@media(min-width:901px){ .dest-col-r .dest-highlights{grid-template-columns:1fr; gap:14px;} }
.hl{display:flex; gap:13px; align-items:flex-start;}
.hl .hl-ic{width:42px; height:42px; border-radius:50%; border:1px solid rgba(143,212,211,.6); color:var(--teal-light); display:flex; align-items:center; justify-content:center; flex:none;}
.hl .hl-ic .icon{width:20px; height:20px;}
.hl .hl-t{font-family:var(--sans); font-size:13.5px; font-weight:700; color:#fff; letter-spacing:.2px; margin-bottom:3px;}
.hl .hl-x{font-family:var(--sans); font-size:12.5px; font-weight:300; color:rgba(255,255,255,.8); line-height:1.5;}
.dest-hero-ctas{display:flex; gap:14px; flex-wrap:wrap;}

/* ---------------- WORLD BAND (gallery + chips) ---------------- */
.dest-band{padding:88px 0; background:var(--bg); border-bottom:1px solid var(--line);}
.dest-band.alt{background:var(--band);}
.band-label{display:flex; align-items:center; gap:16px; margin-bottom:30px;}
.band-label .eyebrow{color:var(--teal-dark);}
.band-label .ln{flex:1; height:1px; background:var(--line);}
.gallery-strip{display:flex; gap:12px; overflow-x:auto; padding-bottom:10px; scroll-behavior:smooth; -webkit-overflow-scrolling:touch;}
.gallery-strip::-webkit-scrollbar{height:6px;}
.gallery-strip::-webkit-scrollbar-thumb{background:var(--line); border-radius:3px;}
.gallery-strip .gs{flex:0 0 auto; width:340px; height:224px; overflow:hidden; background:var(--teal-tint); cursor:pointer;}
.gallery-strip .gs img{width:100%; height:100%; object-fit:cover; transition:transform .6s ease;}
.gallery-strip .gs:hover img{transform:scale(1.06);}
@media(max-width:520px){ .gallery-strip .gs{width:260px; height:174px;} }
.band-footer{display:flex; align-items:flex-end; justify-content:space-between; flex-wrap:wrap; gap:24px; margin-top:40px; padding-top:34px; border-top:1px solid var(--line);}
.courses-block .courses-lbl{font-family:var(--sans); font-size:11px; letter-spacing:2px; text-transform:uppercase; font-weight:700; color:var(--muted2); margin-bottom:14px;}
.chip-row{display:flex; flex-wrap:wrap; gap:9px; max-width:660px;}
.chip{display:inline-flex; align-items:center; gap:7px; padding:8px 15px; border-radius:999px; border:1px solid rgba(15,148,140,.35); background:var(--teal-tint); font-family:var(--sans); font-size:12px; font-weight:600; color:var(--teal-dark);}
.chip .dot{width:5px; height:5px; border-radius:50%; background:var(--teal); flex:none;}

/* ---------------- CARD GRID (виды отдыха / услуги) ---------------- */
.sec-grid{padding:96px 0; background:var(--bg);}
.sec-grid.alt{background:var(--band);}
.grid-head{text-align:center; max-width:680px; margin:0 auto 52px;}
.grid-head .eyebrow{color:var(--teal-dark); margin-bottom:16px; display:inline-block;}
.grid-head h2{font-size:clamp(32px,4.6vw,54px); color:var(--ink);}
.grid-head h2 em{font-style:italic; color:var(--teal-dark);}
.grid-head p{font-family:var(--sans); font-size:15px; font-weight:300; color:var(--muted); margin:18px auto 0; line-height:1.8;}
.cards-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:26px;}
@media(max-width:900px){ .cards-grid{grid-template-columns:repeat(2,1fr);} }
@media(max-width:600px){ .cards-grid{grid-template-columns:1fr; max-width:460px; margin:0 auto;} }

/* directions carousel: 3 visible, auto-scroll left/right */
.carousel-wrap{position:relative;}
.carousel-nav{position:absolute; top:-70px; right:0; display:flex; gap:10px;}
.carousel-btn{width:48px; height:48px; border-radius:50%; border:1px solid var(--line); background:var(--card); color:var(--ink); cursor:pointer; display:flex; align-items:center; justify-content:center; transition:.3s ease;}
.carousel-btn:hover{background:var(--teal-dark); border-color:var(--teal-dark); color:#fff;}
.carousel-btn .icon{width:18px; height:18px; stroke-width:2;}
@media(max-width:600px){ .carousel-nav{position:static; justify-content:center; margin-top:22px;} }
.carousel{overflow-x:auto; overflow-y:hidden; scroll-behavior:smooth; -webkit-overflow-scrolling:touch; scrollbar-width:none; padding-bottom:4px;}
.carousel::-webkit-scrollbar{display:none;}
.carousel-track{display:flex; gap:26px; width:max-content;}
.carousel .tcard{flex:0 0 calc((min(1180px,100vw - 60px) - 52px) / 3); min-height:440px; margin:0;}
@media(max-width:900px){ .carousel .tcard{flex:0 0 calc((100vw - 44px - 26px) / 2);} }
@media(max-width:600px){ .carousel .tcard{flex:0 0 calc(100vw - 66px);} }

/* services: 4 per row, smaller cards, slow staggered reveal */
.cards-grid.svc4{grid-template-columns:repeat(4,1fr); gap:20px;}
@media(max-width:1040px){ .cards-grid.svc4{grid-template-columns:repeat(2,1fr);} }
@media(max-width:560px){ .cards-grid.svc4{grid-template-columns:1fr; max-width:440px;} }
.cards-grid.svc4 .tcard{min-height:320px; padding:24px 22px;}
.cards-grid.svc4 .tcard h3{font-size:23px;}
.cards-grid.svc4 .tcard p{font-size:12.5px;}
.cards-grid.svc4 .tcard.reveal{transform:translateY(52px); transition:opacity 1.4s cubic-bezier(.16,.75,.3,1), transform 1.5s cubic-bezier(.16,.75,.3,1);}
.tcard{position:relative; overflow:hidden; min-height:420px; display:flex; flex-direction:column; justify-content:flex-end; padding:30px 26px; cursor:pointer; background-size:cover; background-position:center; transition:transform .5s ease, box-shadow .5s ease;}
.tcard::before{content:''; position:absolute; inset:0; background:linear-gradient(180deg, rgba(10,18,15,.05) 0%, rgba(10,18,15,.35) 45%, rgba(10,18,15,.9) 100%); transition:background .5s ease;}
.tcard:hover{transform:translateY(-6px); box-shadow:0 26px 50px rgba(0,0,0,.22);}
.tcard:hover::before{background:linear-gradient(180deg, rgba(15,148,140,.28) 0%, rgba(10,18,15,.55) 45%, rgba(10,18,15,.94) 100%);}
.tcard .tc-n{position:relative; z-index:1; font-family:var(--sans); font-size:11px; letter-spacing:2px; font-weight:700; color:var(--teal-light); margin-bottom:12px;}
.tcard h3{position:relative; z-index:1; font-family:var(--serif); font-size:29px; font-weight:600; color:#fff; line-height:1.12; margin-bottom:10px;}
.tcard p{position:relative; z-index:1; font-family:var(--sans); font-size:13px; font-weight:300; line-height:1.6; color:rgba(255,255,255,.86); margin:0 0 16px; max-width:340px;}
.tcard .tc-more{position:relative; z-index:1; align-self:flex-start; display:inline-flex; align-items:center; justify-content:center; background:transparent; border:1px solid rgba(255,255,255,.65); color:#fff; font-family:var(--sans); font-size:11px; font-weight:600; letter-spacing:1.5px; text-transform:uppercase; padding:13px 30px; transition:background .3s ease, transform .3s ease, box-shadow .3s ease, border-color .3s ease;}
.tcard:hover .tc-more{background:var(--teal); border-color:var(--teal); color:#fff; transform:translateY(-2px); box-shadow:0 14px 32px rgba(95,198,200,.42);}
.cards-grid.svc4 .tc-more{padding:11px 24px; font-size:10px;}

/* ---------------- DETAIL MODAL ---------------- */
.modal{position:fixed; inset:0; z-index:560; display:none; align-items:center; justify-content:center; padding:24px; opacity:0; transition:opacity .35s ease;}
.modal.open{display:flex; opacity:1;}
.modal-bd{position:absolute; inset:0; background:rgba(6,11,9,.72); backdrop-filter:blur(6px);}
.modal-panel{position:relative; z-index:1; width:100%; max-width:1080px; max-height:88vh; background:var(--card); display:grid; grid-template-columns:.9fr 1.1fr; grid-template-rows:minmax(0,1fr); overflow:hidden; box-shadow:0 40px 100px rgba(0,0,0,.5); transform:translateY(20px) scale(.98); transition:transform .5s ease;}
.modal.open .modal-panel{transform:none;}
.modal-media{position:relative; overflow:hidden; min-height:0; background:var(--teal-tint);}
.modal-media img{position:absolute; inset:0; width:100%; height:100%; object-fit:cover;}
.modal-media::after{content:''; position:absolute; inset:0; background:linear-gradient(180deg, rgba(10,18,15,.15), rgba(10,18,15,.72));}
.modal-cap{position:absolute; left:0; right:0; bottom:0; z-index:2; padding:34px; color:#fff;}
.modal-cap .eyebrow{color:var(--teal-light); margin-bottom:12px; display:inline-block;}
.modal-cap h3{font-family:var(--serif); font-size:clamp(28px,3vw,42px); font-weight:500; line-height:1.08;}
.modal-body{padding:44px 46px; overflow-y:auto; min-height:0;}
.modal-body::-webkit-scrollbar{width:4px;}
.modal-body::-webkit-scrollbar-thumb{background:var(--teal); border-radius:3px;}
.modal-lead{font-family:var(--sans); font-size:16px; line-height:1.7; color:var(--ink); margin:0 0 18px;}
.modal-body p{font-family:var(--sans); font-size:14px; font-weight:300; line-height:1.75; color:var(--muted); margin:0 0 16px;}
.modal-h{font-family:var(--serif); font-size:20px; font-weight:600; color:var(--ink); margin:28px 0 14px; padding-top:22px; border-top:1px solid var(--line);}
.mcols{display:grid; grid-template-columns:repeat(auto-fit,minmax(190px,1fr)); gap:20px 30px;}
.mcol h5{margin:0 0 10px; font-family:var(--sans); font-size:10px; letter-spacing:2px; text-transform:uppercase; color:var(--teal-dark); font-weight:700;}
.mcol ul{list-style:none; margin:0; padding:0;}
.mcol li{position:relative; padding:5px 0 5px 16px; font-family:var(--sans); font-size:13.5px; font-weight:300; color:var(--muted); line-height:1.5;}
.mcol li::before{content:''; position:absolute; left:0; top:12px; width:5px; height:5px; border-radius:50%; background:var(--teal); }
.mtags{display:flex; flex-wrap:wrap; gap:8px;}
.mtags .chip{cursor:default;}
.modal-cta{display:flex; gap:12px; flex-wrap:wrap; margin-top:30px; padding-top:26px; border-top:1px solid var(--line);}
.modal-x{position:absolute; top:16px; right:16px; z-index:5; width:44px; height:44px; border-radius:50%; background:rgba(255,255,255,.92); border:none; cursor:pointer; display:flex; align-items:center; justify-content:center; color:var(--ink); transition:.3s ease;}
.modal-x .icon{width:18px; height:18px; stroke-width:1.6;}
.modal-x:hover{background:var(--teal); color:#fff; transform:rotate(90deg);}
@media(max-width:860px){
  .modal-panel{grid-template-columns:1fr; grid-template-rows:auto minmax(0,1fr); max-height:92vh;}
  .modal-media{height:min(32vh,240px);}
  .modal-body{padding:30px 26px;}
}

/* ---------------- STATUS BAND ---------------- */
.status-band{padding:100px 0; background:var(--band);}
.status-grid{display:grid; grid-template-columns:1fr 1fr; gap:26px; margin-top:52px;}
@media(max-width:900px){ .status-grid{grid-template-columns:1fr;} }
.status-card{background:var(--card); border:1px solid var(--line); padding:46px 44px; display:flex; flex-direction:column;}
.seal{display:inline-flex; flex-direction:column; align-items:flex-start; gap:8px; margin-bottom:28px; padding:16px 26px 14px; border:1px solid var(--line); position:relative;}
.seal::before,.seal::after{content:''; position:absolute; width:7px; height:7px; background:var(--teal); transform:rotate(45deg);}
.seal::before{left:-4px; top:-4px;} .seal::after{right:-4px; bottom:-4px;}
.seal b{font-family:var(--serif); font-weight:600; font-size:clamp(24px,2.4vw,32px); letter-spacing:.16em; line-height:1; color:var(--teal-dark);}
.seal i{font-style:normal; font-size:9.5px; letter-spacing:2.4px; text-transform:uppercase; color:var(--muted2);}
.seal-logo{margin-bottom:22px; height:150px; display:flex; align-items:center;}
.seal-logo img{height:150%; width:auto; max-width:400px; object-fit:contain; object-position:left center; margin:-25% 0;}
@media(max-width:520px){ .seal-logo{height:118px;} }
.status-card h3{font-family:var(--serif); font-size:clamp(24px,2.4vw,32px); font-weight:600; color:var(--ink); margin-bottom:14px; line-height:1.15;}
.status-card > p{font-family:var(--sans); font-size:14px; font-weight:300; line-height:1.75; color:var(--muted); margin:0 0 22px;}
.ticks{list-style:none; margin:0; padding:0; border-top:1px solid var(--line);}
.ticks li{position:relative; padding:13px 0 13px 30px; border-bottom:1px solid var(--line); font-family:var(--sans); font-size:13.5px; font-weight:300; color:var(--muted); line-height:1.5;}
.ticks li b{color:var(--ink); font-weight:600;}
.ticks li::before{content:''; position:absolute; left:2px; top:19px; width:11px; height:6px; border-left:1.6px solid var(--teal-dark); border-bottom:1.6px solid var(--teal-dark); transform:rotate(-45deg);}
.status-link{margin-top:auto; padding-top:24px; align-self:flex-start; display:inline-flex; align-items:center; gap:8px; font-family:var(--sans); font-size:10.5px; letter-spacing:2px; text-transform:uppercase; font-weight:700; color:var(--teal-dark); cursor:pointer; background:none; border:none; transition:gap .3s ease, color .3s ease;}
.status-link::after{content:'→'; font-size:13px; transition:transform .3s ease;}
.status-link:hover{color:var(--teal-deep);}
.status-link:hover::after{transform:translateX(4px);}

/* ---------------- PARTNERS ---------------- */
.partners{padding:90px 0; background:var(--bg); overflow:hidden;}
.marq{overflow:hidden; position:relative; padding:6px 0; -webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent); mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);}
.marq + .marq{margin-top:6px;}
.marq-track{display:flex; width:max-content; animation:marq 56s linear infinite;}
.marq.rev .marq-track{animation-duration:70s; animation-direction:reverse;}
.marq-i{width:clamp(140px,14vw,190px); height:clamp(74px,7vw,96px); display:grid; place-items:center; padding:0 16px; flex:0 0 auto;}
.marq-i img{max-height:100%; max-width:100%; width:auto; object-fit:contain; filter:grayscale(1); opacity:.4; transition:.4s ease;}
.marq-i:hover img{filter:none; opacity:1;}
@keyframes marq{to{transform:translateX(-50%);}}

/* ---------------- CLOSING ---------------- */
.closing{position:relative; padding:130px 0; text-align:center; color:#fff; overflow:hidden; background:#0c1512;}
.closing .scrim{background:linear-gradient(180deg, rgba(0,0,0,.75), rgba(0,0,0,.85));}
.closing-content{position:relative; z-index:2; max-width:1040px; margin:0 auto; padding:0 24px;}
.closing .eyebrow{color:var(--teal-light); margin-bottom:20px; display:inline-block;}
.closing h2{font-size:clamp(26px,3.9vw,50px); font-weight:500; margin-bottom:22px; white-space:nowrap;}
.closing h2 em{font-style:italic; color:var(--teal-light);}
@media(max-width:680px){ .closing h2{white-space:normal; font-size:clamp(28px,7.6vw,40px);} }
.closing p{font-family:var(--sans); font-size:15.5px; font-weight:300; line-height:1.85; color:rgba(255,255,255,.88); margin-bottom:38px;}
.closing .contact-line{margin-top:32px; font-family:var(--sans); font-size:13.5px; color:rgba(255,255,255,.75);}
.closing .contact-line a{color:var(--teal-light); font-weight:600;}

/* ---------------- OFFICE / MAP ---------------- */
.office{padding:100px 0; background:var(--bg);}
.office .grid-head{margin-bottom:44px;}
.office-grid{display:grid; grid-template-columns:1fr 1.15fr; gap:36px; align-items:stretch;}
@media(max-width:900px){ .office-grid{grid-template-columns:1fr;} }
.office-info{display:flex; flex-direction:column; gap:16px;}
.office-card{display:flex; gap:16px; align-items:flex-start; background:var(--band); border:1px solid var(--line); padding:22px 24px;}
.office-ic{width:44px; height:44px; border-radius:50%; background:var(--teal-tint); color:var(--teal-dark); display:flex; align-items:center; justify-content:center; flex:none;}
.office-ic.sm{width:38px; height:38px;}
.office-ic .icon{width:20px; height:20px;}
.office-card h4{font-family:var(--sans); font-size:12px; letter-spacing:1.4px; text-transform:uppercase; font-weight:700; color:var(--ink); margin:2px 0 6px;}
.office-card p{font-family:var(--sans); font-size:14.5px; font-weight:300; color:var(--muted); line-height:1.5; margin:0;}
.office-rows{display:flex; flex-direction:column; border-top:1px solid var(--line);}
.office-row{display:flex; align-items:center; gap:14px; padding:16px 4px; border-bottom:1px solid var(--line); transition:padding-left .3s ease;}
.office-row:hover{padding-left:12px;}
.office-row span:last-child{display:flex; flex-direction:column; gap:2px;}
.office-row em{font-style:normal; font-family:var(--sans); font-size:10px; letter-spacing:1.6px; text-transform:uppercase; color:var(--muted2);}
.office-row b{font-family:var(--sans); font-size:15px; font-weight:600; color:var(--ink);}
.office-row:hover b{color:var(--teal-dark);}
.office-cta{margin-top:22px; align-self:flex-start;}
.office-map{position:relative; overflow:hidden; min-height:420px; border:1px solid var(--line); background:var(--teal-tint);}
.office-map iframe{position:absolute; inset:0; width:100%; height:100%; border:0; filter:grayscale(.35) contrast(1.05);}
@media(max-width:900px){ .office-map{min-height:320px;} }
@media(max-width:760px){ .office{padding:64px 0;} }

/* ---------------- FOOTER ---------------- */
footer{background:var(--ink); color:rgba(255,255,255,.7); padding:40px 0 34px;}
:root[data-theme="dark"] footer{background:#081211;}
.foot-main{display:grid; grid-template-columns:1.6fr 1fr 1fr; gap:40px; padding:66px 0 44px;}
.foot-brand .logo-img{height:34px; filter:brightness(0) invert(1); margin-bottom:20px;}
.foot-brand p{font-family:var(--sans); font-size:13.5px; font-weight:300; line-height:1.8; color:rgba(255,255,255,.62); max-width:340px; margin-bottom:22px;}
.foot-socials{display:flex; gap:12px;}
.foot-socials a{width:40px; height:40px; border-radius:50%; border:1px solid rgba(255,255,255,.24); display:flex; align-items:center; justify-content:center; color:#fff; transition:.3s ease;}
.foot-socials a:hover{background:var(--teal-dark); border-color:var(--teal-dark);}
.foot-socials .icon{width:18px; height:18px;}
.foot-col h5{font-family:var(--sans); font-size:11px; letter-spacing:2px; text-transform:uppercase; font-weight:700; color:var(--teal-light); margin:0 0 18px;}
.foot-col a, .foot-col .fitem{display:flex; align-items:center; gap:10px; font-family:var(--sans); font-size:14px; font-weight:300; color:rgba(255,255,255,.82); margin-bottom:14px; transition:color .25s ease;}
.foot-col a:hover{color:var(--teal-light);}
.foot-col .icon{width:16px; height:16px; color:var(--teal-light);}
.foot-bottom{border-top:1px solid rgba(255,255,255,.12); padding:26px 0; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:14px; font-family:var(--sans); font-size:11.5px; color:rgba(255,255,255,.5);}
.foot-bottom a{color:rgba(255,255,255,.7);}
@media(max-width:820px){
  .foot-main{grid-template-columns:1fr; gap:30px; padding:50px 0 30px; text-align:center;}
  .foot-brand .logo-img{margin:0 auto 20px;} .foot-brand p{margin:0 auto 22px;} .foot-socials{justify-content:center;}
  .foot-col h5{margin-bottom:14px;}
  .foot-contacts .frow{display:flex; flex-wrap:wrap; justify-content:center; gap:10px 22px;}
  .foot-contacts .frow a, .foot-contacts .frow .fitem{margin-bottom:0;}
  .foot-links .lrow{display:flex; flex-wrap:wrap; justify-content:center; gap:8px 24px;}
  .foot-links .lrow a{margin-bottom:0;}
  .foot-bottom{flex-direction:column; justify-content:center; text-align:center; gap:10px; padding:22px 0;}
}

.reveal{opacity:0; transform:translateY(42px); transition:opacity 1s cubic-bezier(.16,.75,.3,1), transform 1.15s cubic-bezier(.16,.75,.3,1);}
.reveal.in{opacity:1; transform:none;}

/* ---------------- PROGRESS DOTS ---------------- */
.dots-nav{position:fixed; right:26px; top:50%; transform:translateY(-50%); z-index:250; display:flex; flex-direction:column; gap:14px;}
.dots-nav a{width:9px; height:9px; border-radius:50%; border:1px solid rgba(255,255,255,.7); background:transparent; transition:all .3s ease; position:relative;}
.dots-nav a.active{background:var(--teal); border-color:var(--teal); transform:scale(1.35);}
.dots-nav a.dark{border-color:rgba(15,148,140,.5);}
.dots-nav a span{position:absolute; right:20px; top:50%; transform:translateY(-50%); white-space:nowrap; font-family:var(--sans); font-size:10px; letter-spacing:1px; text-transform:uppercase; font-weight:600; color:#fff; background:rgba(10,18,15,.75); padding:4px 9px; border-radius:3px; opacity:0; pointer-events:none; transition:opacity .25s ease;}
.dots-nav a:hover span{opacity:1;}
@media(max-width:900px){ .dots-nav{display:none;} }

/* ---------------- VIDEO / IMAGE MODAL ---------------- */
.vmodal{position:fixed; inset:0; z-index:600; background:rgba(6,11,9,.93); display:none; align-items:center; justify-content:center; padding:24px; opacity:0; transition:opacity .35s ease;}
.vmodal.open{display:flex; opacity:1;}
.vmodal-inner{position:relative; width:100%; max-width:1040px; aspect-ratio:16/9; background:#000; box-shadow:0 30px 80px rgba(0,0,0,.6);}
.vmodal-inner iframe{position:absolute; inset:0; width:100%; height:100%; border:0;}
.vmodal-close{position:absolute; top:-46px; right:0; background:none; border:none; color:#fff; font-size:30px; line-height:1; cursor:pointer; opacity:.85;}
.lb{position:fixed; inset:0; z-index:600; background:rgba(6,11,9,.9); backdrop-filter:blur(8px); display:none; align-items:center; justify-content:center; padding:32px; opacity:0; transition:opacity .35s ease;}
.lb.open{display:flex; opacity:1;}
.lb figure{margin:0; max-width:min(960px,100%);}
.lb img{width:100%; height:auto; background:#fff; box-shadow:0 40px 100px rgba(0,0,0,.5);}
.lb figcaption{margin-top:14px; text-align:center; font-family:var(--sans); font-size:10px; letter-spacing:2px; text-transform:uppercase; color:rgba(255,255,255,.6);}
.lb-close{position:absolute; top:22px; right:26px; background:none; border:none; color:#fff; font-size:30px; line-height:1; cursor:pointer; opacity:.85;}

/* ---------------- FLOATING ---------------- */
.wa-widget{position:fixed; right:24px; bottom:24px; z-index:400; display:flex; flex-direction:column; align-items:flex-end; gap:14px;}
.wa-fab{width:60px; height:60px; border-radius:50%; background:var(--teal-dark); border:none; cursor:pointer; display:flex; align-items:center; justify-content:center; color:#fff; position:relative; box-shadow:0 12px 30px rgba(15,148,140,.42); transition:transform .25s ease, background .25s ease;}
.wa-fab:hover{background:var(--teal-deep); transform:scale(1.06);}
.wa-fab .icon{width:28px; height:28px; stroke:none; fill:#fff;}
.wa-ring{position:absolute; inset:0; border-radius:50%; border:2px solid var(--teal); animation:waPulse 2.4s ease-out infinite;}
@keyframes waPulse{0%{transform:scale(1); opacity:.7;} 100%{transform:scale(1.7); opacity:0;}}
.wa-tip{max-width:290px; background:#fff; border-radius:14px; padding:22px 22px 20px; box-shadow:0 22px 50px rgba(0,0,0,.24); transform:translateY(12px) scale(.96); opacity:0; pointer-events:none; transition:opacity .35s ease, transform .35s ease;}
.wa-tip.show{opacity:1; transform:translateY(0) scale(1); pointer-events:auto;}
.wa-tip-close{position:absolute; top:10px; right:13px; background:none; border:none; font-size:19px; line-height:1; color:var(--muted2); cursor:pointer;}
.wa-tip-head{display:flex; align-items:center; gap:11px; margin-bottom:11px;}
.wa-av{width:38px; height:38px; border-radius:50%; background:var(--teal-tint); color:var(--teal-dark); display:flex; align-items:center; justify-content:center; flex:none;}
.wa-av .icon{width:19px; height:19px;}
.wa-tip-title{font-family:var(--serif); font-size:18px; font-weight:600; color:var(--ink);}
.wa-tip-sub{font-family:var(--sans); font-size:10.5px; letter-spacing:.4px; color:var(--muted2); text-transform:uppercase;}
.wa-tip-text{font-family:var(--sans); font-size:13px; line-height:1.6; font-weight:300; color:var(--txt); margin-bottom:16px;}
.wa-tip-btn{display:flex; align-items:center; justify-content:center; gap:8px; width:100%; background:var(--teal-dark); color:#fff; font-family:var(--sans); font-size:11.5px; font-weight:700; letter-spacing:1px; text-transform:uppercase; padding:13px; border-radius:8px; transition:background .2s ease;}
.wa-tip-btn:hover{background:var(--teal-deep);}
.wa-tip-btn .icon{width:15px; height:15px; stroke:none; fill:#fff;}
.music-btn{position:fixed; left:24px; bottom:24px; z-index:400; width:52px; height:52px; border-radius:50%; background:rgba(14,28,27,.72); border:1px solid rgba(143,212,211,.5); color:var(--teal-light); cursor:pointer; display:flex; align-items:center; justify-content:center; backdrop-filter:blur(6px); transition:background .3s ease, transform .25s ease, color .3s ease;}
.music-btn:hover{transform:scale(1.06);}
.music-btn.on{background:var(--teal-dark); border-color:var(--teal-dark); color:#fff;}
.music-btn .bars{display:flex; align-items:flex-end; gap:3px; height:18px;}
.music-btn .bars i{width:3px; height:6px; background:currentColor; border-radius:2px;}
.music-btn.on .bars i{animation:eq .9s ease-in-out infinite;}
.music-btn.on .bars i:nth-child(2){animation-delay:.15s;} .music-btn.on .bars i:nth-child(3){animation-delay:.3s;} .music-btn.on .bars i:nth-child(4){animation-delay:.45s;}
@keyframes eq{0%,100%{height:5px;} 50%{height:17px;}}
.music-btn .mute-x{display:none; position:absolute; width:30px; height:1.5px; background:var(--teal-light); transform:rotate(-45deg);}
.music-btn:not(.on) .mute-x{display:block;}
@media(max-width:600px){ .wa-widget{right:16px; bottom:16px;} .wa-fab{width:54px; height:54px;} .wa-tip{max-width:calc(100vw - 60px);} .music-btn{left:16px; bottom:16px; width:46px; height:46px;} }

@media(max-width:760px){
  .wrap{padding:0 22px;}
  .intro{padding:72px 0 60px;}
  .intro-lede{margin-bottom:40px;}
  .sig-item{min-height:210px;}
  .collection-head{padding:64px 0 4px;}
  .dest-hero{padding:96px 0; min-height:92vh;}
  .dest-hero .scrim{background:linear-gradient(180deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,.62) 45%, rgba(0,0,0,.88) 100%);}
  .dest-hero-inner h2{font-size:clamp(32px,8.4vw,46px); line-height:1.02; margin-bottom:12px;}
  .dest-hook{font-size:16.5px; line-height:1.3; margin-bottom:16px;}
  .dest-longcopy{font-size:13.6px; line-height:1.6; margin-bottom:24px;}
  .dest-index{margin-bottom:14px;}
  .dest-highlights{gap:14px; margin-bottom:26px;}
  .hl .hl-t{font-size:13px;} .hl .hl-x{font-size:12px;}
  .dest-hero-ctas{gap:10px;} .dest-hero-ctas .btn{flex:1 1 auto;}
  .dest-band{padding:56px 0;}
  .band-footer{flex-direction:column; align-items:stretch;}
  .band-footer .btn{width:100%;}
  .sec-grid{padding:64px 0;}
  .status-band{padding:64px 0;}
  .status-card{padding:34px 26px;}
  .partners{padding:60px 0;}
  .closing{padding:80px 0;}
}

/* ==================== ADDITIONS (theme, menu, avatar, exit popup) ==================== */
/* WhatsApp avatar photo */
.wa-av{overflow:hidden; padding:0;}
.wa-av img{width:100%; height:100%; object-fit:cover; border-radius:50%;}

/* theme toggle */
.theme-btn{width:40px; height:40px; border-radius:50%; border:1px solid rgba(255,255,255,.45); background:transparent; color:#fff; cursor:pointer; display:flex; align-items:center; justify-content:center; transition:.3s ease; flex:none;}
.theme-btn:hover{border-color:var(--teal);}
.theme-btn .icon{width:18px; height:18px;}
header.scrolled .theme-btn{border-color:rgba(15,148,140,.5); color:var(--ink);}
.theme-btn .moon{display:block;} .theme-btn .sun{display:none;}
:root[data-theme="dark"] .theme-btn .moon{display:none;}
:root[data-theme="dark"] .theme-btn .sun{display:block;}
:root[data-theme="dark"] header.scrolled{background:rgba(12,22,21,.96); box-shadow:0 1px 22px rgba(0,0,0,.4);}

/* menu overlay: logo + normal nav + thematic */
.menu-logo{height:32px; width:auto; margin:0 auto 34px; display:block; filter:brightness(0) invert(1);}
.menu-nav{display:flex; flex-direction:column; gap:2px; margin-bottom:30px;}
.menu-nav a{display:flex; align-items:baseline; gap:16px; padding:15px 6px; border-bottom:1px solid rgba(255,255,255,.1); color:#fff; font-family:var(--serif); font-size:clamp(24px,3.4vw,34px); font-weight:500; transition:.3s ease;}
.menu-nav a:hover{padding-left:16px; border-color:var(--teal); color:var(--teal-light);}
.menu-nav .mn-n{font-family:var(--sans); font-size:13px; color:var(--teal-light); font-weight:700; width:26px; flex:none; letter-spacing:1px;}
.menu-sep{display:flex; align-items:center; gap:16px; margin:6px 0 20px;}
.menu-sep .eyebrow{color:var(--teal-light);}
.menu-sep .ln{flex:1; height:1px; background:rgba(255,255,255,.16);}
.menu-foot .menu-theme{display:flex; gap:10px; align-items:center;}
.menu-theme button{background:transparent; border:1px solid rgba(255,255,255,.3); color:#fff; padding:9px 16px; font:600 11px/1 var(--sans); letter-spacing:1.4px; text-transform:uppercase; border-radius:3px; cursor:pointer; transition:.25s;}
.menu-theme button:hover{border-color:var(--teal);}

/* EXIT-INTENT POPUP */
.exit-overlay{position:fixed; inset:0; z-index:9999; background:rgba(0,0,0,.68); display:flex; align-items:center; justify-content:center; opacity:0; pointer-events:none; transition:opacity .4s ease; backdrop-filter:blur(6px); padding:24px;}
.exit-overlay.show{opacity:1; pointer-events:auto;}
.exit-popup{background:var(--card); border-radius:18px; max-width:460px; width:100%; padding:46px 38px 34px; text-align:center; position:relative; box-shadow:0 30px 90px rgba(0,0,0,.4); transform:translateY(30px) scale(.95); transition:transform .5s cubic-bezier(.22,1,.36,1);}
.exit-overlay.show .exit-popup{transform:none;}
.exit-close{position:absolute; top:14px; right:16px; background:none; border:none; font-size:26px; line-height:1; color:var(--muted2); cursor:pointer;}
.exit-logo{height:34px; margin:0 auto 20px; display:block;}
:root[data-theme="dark"] .exit-logo{filter:brightness(0) invert(1);}
.exit-badge{display:inline-block; background:var(--teal-tint); color:var(--teal-dark); font-family:var(--sans); font-size:11px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; padding:7px 18px; border-radius:999px; margin-bottom:18px;}
.exit-popup h3{font-family:var(--serif); font-size:clamp(34px,6vw,46px); color:var(--ink); font-weight:600; line-height:1.1; margin-bottom:6px;}
.exit-popup h3 span{color:var(--teal-dark);}
.exit-sub{font-family:var(--sans); font-size:12px; font-weight:700; letter-spacing:1.4px; text-transform:uppercase; color:var(--teal-dark); margin-bottom:16px;}
.exit-desc{font-family:var(--sans); font-size:14px; font-weight:300; color:var(--muted); line-height:1.7; margin-bottom:26px;}
.exit-cta{display:flex; align-items:center; justify-content:center; gap:10px; width:100%; background:var(--teal-dark); color:#fff; font-family:var(--sans); font-size:12px; font-weight:700; letter-spacing:1.2px; text-transform:uppercase; padding:16px 20px; border-radius:10px; cursor:pointer; transition:background .3s ease, transform .3s ease, box-shadow .3s ease;}
.exit-cta:hover{background:var(--teal-deep); transform:translateY(-2px); box-shadow:0 12px 28px rgba(15,148,140,.35);}
.exit-cta .icon{width:18px; height:18px; stroke:none; fill:#fff;}
.exit-ghost{display:inline-block; margin-top:14px; font-family:var(--sans); font-size:12px; letter-spacing:.4px; color:var(--muted2); cursor:pointer; background:none; border:none; text-decoration:underline; text-underline-offset:3px;}
.exit-ghost:hover{color:var(--teal-dark);}
.exit-cta--sec{margin-top:10px; background:transparent; border:1px solid var(--line); color:var(--ink);}
.exit-cta--sec:hover{background:var(--ink); color:#fff; border-color:var(--ink); box-shadow:none;}

/* ==================== ADDITIONS v4 (header socials, office gallery, privacy) ==================== */
/* header social icons */
.hdr-soc{display:flex; align-items:center; gap:8px;}
.hdr-soc a{width:34px; height:34px; border-radius:50%; border:1px solid rgba(255,255,255,.4); display:flex; align-items:center; justify-content:center; color:#fff; transition:.3s ease;}
.hdr-soc a:hover{background:var(--teal-dark); border-color:var(--teal-dark);}
.hdr-soc .icon{width:15px; height:15px;}
header.scrolled .hdr-soc a{border-color:rgba(15,148,140,.45); color:var(--ink);}
header.scrolled .hdr-soc a:hover{background:var(--teal-dark); border-color:var(--teal-dark); color:#fff;}
@media(max-width:1180px){ .hdr-soc.hide-m{display:none;} }

/* office gallery carousel */
.office-gal-wrap{margin:8px 0 44px;}
.office-gal-head{display:flex; align-items:flex-end; justify-content:space-between; gap:20px; margin-bottom:22px;}
.office-gal-head .eyebrow{color:var(--teal-dark); display:inline-block; margin-bottom:8px;}
.office-gal-note{font-family:var(--sans); font-size:14px; font-weight:300; color:var(--muted); margin:0; max-width:560px; line-height:1.6;}
.office-gal{overflow-x:auto; overflow-y:hidden; scroll-behavior:smooth; -webkit-overflow-scrolling:touch; scrollbar-width:none;}
.office-gal::-webkit-scrollbar{display:none;}
.office-gal-track{display:flex; gap:18px; width:max-content;}
.og-item{flex:0 0 auto; width:clamp(240px,26vw,360px); aspect-ratio:525/705; overflow:hidden; background:var(--teal-tint);}
.og-item img{width:100%; height:100%; object-fit:cover; transition:transform .7s ease;}
.og-item:hover img{transform:scale(1.05);}
@media(max-width:600px){ .office-gal-head{flex-direction:column; align-items:flex-start;} .og-item{width:74vw;} }

/* privacy notice (cookie-style) */
.privacy-bar{position:fixed; left:22px; right:22px; bottom:22px; z-index:450; max-width:560px; margin:0 auto; display:flex; align-items:center; gap:16px; background:var(--card); border:1px solid var(--line); border-radius:14px; padding:18px 20px; box-shadow:0 20px 50px rgba(0,0,0,.22); transform:translateY(140%); opacity:0; transition:transform .5s cubic-bezier(.22,1,.36,1), opacity .5s ease; pointer-events:none;}
.privacy-bar.show{transform:none; opacity:1; pointer-events:auto;}
.privacy-ic{width:40px; height:40px; border-radius:50%; background:var(--teal-tint); color:var(--teal-dark); display:flex; align-items:center; justify-content:center; flex:none;}
.privacy-ic .icon{width:20px; height:20px;}
.privacy-bar p{margin:0; font-family:var(--sans); font-size:12.5px; font-weight:300; line-height:1.55; color:var(--txt);}
.privacy-btn{flex:none; background:var(--teal-dark); color:#fff; border:none; cursor:pointer; font-family:var(--sans); font-size:11px; font-weight:700; letter-spacing:1px; text-transform:uppercase; padding:11px 20px; border-radius:8px; transition:background .3s ease;}
.privacy-btn:hover{background:var(--teal-deep);}
@media(max-width:600px){ .privacy-bar{left:12px; right:12px; bottom:88px; gap:12px; padding:14px 16px;} .privacy-ic{display:none;} .privacy-bar p{font-size:12px;} }
