:root{--ink:#100a06;--brown:#4a2d1a;--gold:#d3a63d;--gold2:#f2d685;--cream:#f5ead9;--paper:#fffaf2;--muted:#786b61;--line:rgba(91,53,29,.16);--shadow:0 28px 80px rgba(26,15,8,.14)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{text-decoration:none;color:inherit}
.header{position:fixed;inset:0 0 auto;z-index:20;height:82px;padding:0 clamp(18px,5vw,72px);display:flex;align-items:center;justify-content:space-between;background:rgba(16,10,6,.76);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08)}.brand{display:flex;align-items:center;gap:12px;color:white}.brand img{width:52px;height:52px;object-fit:contain;border-radius:50%;background:white}.brand span{display:grid;line-height:1}.brand b{font:700 25px "Cormorant Garamond",serif;color:var(--gold2)}.brand small{margin-top:5px;font-size:9px;letter-spacing:2px;text-transform:uppercase}.header nav{display:flex;align-items:center;gap:28px;color:white;font-size:12px;font-weight:800}.book{padding:12px 22px;border-radius:999px;color:#111;background:linear-gradient(135deg,var(--gold2),var(--gold),#a86b20)}.menu{display:none;border:0;background:none;color:white;font-size:25px}
.hero{min-height:100svh;padding:140px 20px 90px;display:grid;place-items:center;text-align:center;color:white;background:radial-gradient(circle at 50% 22%,rgba(242,214,133,.2),transparent 26%),radial-gradient(circle at 10% 70%,rgba(168,107,32,.22),transparent 28%),linear-gradient(135deg,#080402,#211208 52%,#090503)}.hero-inner{max-width:1000px}.eyebrow{margin:0;color:var(--gold);font-size:10px;font-weight:800;letter-spacing:4px;text-transform:uppercase}.logo-wrap{width:174px;height:174px;margin:25px auto;display:grid;place-items:center;position:relative}.logo-wrap:before,.logo-wrap:after{content:"";position:absolute;border:1px solid rgba(242,214,133,.25);border-radius:50%}.logo-wrap:before{inset:-10px}.logo-wrap:after{inset:-25px;border-color:rgba(255,255,255,.08)}.logo-wrap img{width:154px;height:154px;object-fit:contain;border-radius:50%;background:white}.kicker{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.65)}h1,h2,blockquote{font-family:"Cormorant Garamond",serif}.hero h1{margin:0 auto 24px;font-size:clamp(52px,8vw,104px);line-height:.92;letter-spacing:-.045em;font-weight:600}.hero h1 em{display:block;margin-top:9px;color:var(--gold2);font-weight:500}.lead{max-width:710px;margin:auto;color:rgba(255,255,255,.74);font-size:clamp(15px,1.8vw,19px);line-height:1.8}.actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:30px}.actions.start{justify-content:flex-start}.btn{min-height:52px;padding:0 28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:900}.gold{color:#111;background:linear-gradient(135deg,var(--gold2),var(--gold),#a86b20)}.outline{border:1px solid rgba(255,255,255,.34);color:white}.dark{background:var(--ink);color:white}.light{border:1px solid var(--brown);color:var(--brown)}
.ribbon{padding:14px 20px;display:flex;justify-content:center;gap:24px;flex-wrap:wrap;background:linear-gradient(90deg,#a86b20,var(--gold2),var(--gold),#a86b20);font-size:10px;font-weight:900;letter-spacing:2px;text-transform:uppercase}
.section{padding:clamp(78px,10vw,136px) clamp(18px,6vw,90px)}.heading{max-width:830px;margin:0 auto 54px;text-align:center}.heading.left{text-align:left;margin-left:0}.heading h2,.about-copy h2,.visit-copy h2{margin:14px 0 20px;font-size:clamp(44px,6.3vw,76px);line-height:.98;letter-spacing:-.04em;font-weight:600}.heading>p:last-child{max-width:650px;margin:auto;color:var(--muted);font-size:15px;line-height:1.8}.heading.left>p:last-child{margin-left:0}.status{text-align:center;color:var(--muted);padding:18px}
.service-grid{max-width:1220px;margin:auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.service-card{overflow:hidden;display:flex;flex-direction:column;background:white;border:1px solid var(--line);border-radius:25px;box-shadow:0 15px 42px rgba(40,24,13,.07)}.service-image{aspect-ratio:4/3;background:linear-gradient(135deg,#f3dda7,#d6a755,#955a25);overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover}.service-body{padding:23px;display:flex;flex-direction:column;flex:1}.service-body h3{margin:0 0 8px;color:var(--brown);font:700 30px/1 "Cormorant Garamond",serif}.service-body p{margin:0 0 18px;color:var(--muted);font-size:12px;line-height:1.7}.service-meta{margin-top:auto;display:flex;justify-content:space-between;align-items:end}.service-price{font-weight:900;color:var(--brown)}.service-duration{font-size:10px;color:var(--muted);margin-top:4px}.service-arrow{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:white}.all-link{text-align:center;margin-top:42px}.all-link a{padding-bottom:7px;border-bottom:1px solid var(--brown);font-size:12px;font-weight:900}
.quote{padding:110px 20px;text-align:center;color:white;background:radial-gradient(circle at center,rgba(211,166,61,.1),transparent 40%),linear-gradient(135deg,#110a06,#3d2515)}.quote blockquote{max-width:1000px;margin:20px auto 0;font-size:clamp(43px,7vw,86px);line-height:1.04;color:var(--cream)}
.gallery{background:#100a06;color:white}.gallery .heading>p:last-child{color:rgba(255,255,255,.6)}.gallery-grid{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:120px;gap:15px}.gallery-item{position:relative;grid-column:span 4;grid-row:span 3;overflow:hidden;border-radius:23px;background:#26170f}.gallery-item:nth-child(5n+1){grid-column:span 7;grid-row:span 4}.gallery-item:nth-child(5n+2){grid-column:span 5;grid-row:span 4}.gallery-item img{width:100%;height:100%;object-fit:cover}.gallery-caption{position:absolute;inset:auto 0 0;padding:55px 20px 18px;background:linear-gradient(transparent,rgba(0,0,0,.82));font:600 24px "Cormorant Garamond",serif}.empty{padding:48px;border:1px dashed rgba(255,255,255,.22);border-radius:20px;text-align:center}
.about{background:var(--cream)}.about-card{max-width:1160px;min-height:620px;margin:auto;display:grid;grid-template-columns:.9fr 1.1fr;overflow:hidden;border-radius:34px;background:white;box-shadow:var(--shadow)}.about-art{position:relative;display:grid;place-items:center;background:radial-gradient(circle at 42% 35%,#fff5cf,#dfae4a 48%,#74451f 100%)}.about-art span{position:absolute;font:700 clamp(210px,27vw,380px) "Cormorant Garamond",serif;color:rgba(255,255,255,.12)}.about-art img{position:relative;z-index:1;width:min(380px,76%);border-radius:50%}.about-copy{align-self:center;padding:clamp(46px,7vw,86px)}.about-copy p{color:var(--muted);line-height:1.8}.about-copy ul{list-style:none;padding:0;margin:28px 0}.about-copy li{padding:11px 0;border-bottom:1px solid var(--line);font-size:12px;font-weight:800}.about-copy li:before{content:"✦";margin-right:11px;color:var(--gold)}
.visit-card{max-width:1220px;margin:auto;display:grid;grid-template-columns:1.18fr .82fr;overflow:hidden;border:1px solid var(--line);border-radius:34px;background:white}.visit-copy{padding:clamp(46px,7vw,86px)}.visit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:35px 0}.visit-grid b{font-size:9px;letter-spacing:2px;text-transform:uppercase;color:#a86b20}.visit-grid p{font-size:12px;line-height:1.7;color:var(--brown)}.visit-art{min-height:540px;display:grid;place-items:center;padding:48px;background:radial-gradient(circle at center,rgba(242,214,133,.18),transparent 36%),linear-gradient(145deg,#130c07,#4b2c18)}.visit-art img{width:min(410px,90%);border-radius:50%}
footer{padding:70px clamp(18px,6vw,90px) 28px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;color:white;background:#080503}footer img{width:105px;border-radius:50%;background:white;margin-bottom:16px}footer>div{display:flex;flex-direction:column;gap:12px}footer b{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--gold)}footer a,footer p{color:rgba(255,255,255,.68);font-size:12px;line-height:1.7}footer small{grid-column:1/-1;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.4)}
.floating{position:fixed;right:20px;bottom:20px;z-index:19;padding:15px 24px;border-radius:999px;background:linear-gradient(135deg,var(--gold2),var(--gold));font-size:11px;font-weight:900;box-shadow:0 20px 45px rgba(0,0,0,.3)}
.reveal{opacity:0;transform:translateY(22px);transition:.7s}.reveal.visible{opacity:1;transform:none}
@media(max-width:980px){.service-grid{grid-template-columns:repeat(2,1fr)}.about-card,.visit-card{grid-template-columns:1fr}.about-art{min-height:420px}.visit-art{min-height:420px}.visit-grid{grid-template-columns:1fr}}
@media(max-width:760px){.header{height:72px;padding:0 16px}.brand img{width:46px;height:46px}.brand b{font-size:22px}.menu{display:block}.header nav{position:fixed;top:72px;left:0;right:0;display:none;flex-direction:column;align-items:stretch;padding:22px;background:rgba(16,10,6,.98)}.header nav.open{display:flex}.hero{padding:112px 18px 80px}.logo-wrap{width:144px;height:144px}.logo-wrap img{width:128px;height:128px}.hero h1{font-size:clamp(47px,14vw,64px)}.actions{flex-direction:column}.btn{width:100%}.section{padding:74px 18px}.heading h2,.about-copy h2,.visit-copy h2{font-size:44px}.service-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:auto}.gallery-item,.gallery-item:nth-child(n){grid-column:auto;grid-row:auto;aspect-ratio:4/5}.quote blockquote{font-size:45px}.about-card,.visit-card{border-radius:23px}.about-art{min-height:320px}.about-copy,.visit-copy{padding:40px 23px}.visit-art{min-height:330px;padding:32px}footer{grid-template-columns:1fr;gap:34px}.floating{left:18px;right:18px;text-align:center}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}}


/* V3 — premium loader, filters, and gallery lightbox */
.site-loader{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;align-content:center;gap:18px;background:radial-gradient(circle at center,rgba(211,166,61,.18),transparent 34%),#0b0704;color:var(--gold2);transition:opacity .55s ease,visibility .55s ease}
.site-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}
.site-loader p{margin:0;font:600 24px "Cormorant Garamond",serif;letter-spacing:.03em}
.loader-ring{width:126px;height:126px;padding:10px;border:1px solid rgba(242,214,133,.3);border-radius:50%;position:relative}
.loader-ring:before{content:"";position:absolute;inset:-9px;border-radius:50%;border:2px solid transparent;border-top-color:var(--gold2);animation:loaderSpin 1.2s linear infinite}
.loader-ring img{width:100%;height:100%;object-fit:contain;border-radius:50%;background:#fff}
@keyframes loaderSpin{to{transform:rotate(360deg)}}

.hero-inner{will-change:transform}
.gallery-toolbar{display:flex;gap:10px;flex-wrap:wrap;margin:-16px 0 34px}
.gallery-filter{appearance:none;border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:10px 16px;background:transparent;color:rgba(255,255,255,.7);font:800 10px Manrope,sans-serif;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}
.gallery-filter:hover,.gallery-filter.active{background:linear-gradient(135deg,var(--gold2),var(--gold));border-color:transparent;color:#111}
.gallery-item[hidden]{display:none!important}
.gallery-item{cursor:zoom-in}

.lightbox{position:fixed;inset:0;z-index:3000;display:grid;place-items:center;padding:60px 80px;background:rgba(5,3,2,.94);backdrop-filter:blur(18px)}
.lightbox[hidden]{display:none}
.lightbox figure{margin:0;max-width:min(1000px,86vw);max-height:86vh;display:grid;gap:14px;justify-items:center}
.lightbox figure img{max-width:100%;max-height:78vh;object-fit:contain;border-radius:18px;box-shadow:0 30px 90px rgba(0,0,0,.5)}
.lightbox figcaption{color:#fff;font:600 25px "Cormorant Garamond",serif}
.lightbox-close,.lightbox-nav{position:absolute;border:0;background:rgba(255,255,255,.09);color:#fff;cursor:pointer}
.lightbox-close{right:24px;top:20px;width:48px;height:48px;border-radius:50%;font-size:30px}
.lightbox-nav{top:50%;transform:translateY(-50%);width:52px;height:72px;border-radius:999px;font-size:42px}
.lightbox-prev{left:22px}.lightbox-next{right:22px}
.lightbox-close:hover,.lightbox-nav:hover{background:var(--gold);color:#111}

@media(max-width:760px){
  .site-loader p{font-size:21px}
  .gallery-toolbar{overflow-x:auto;flex-wrap:nowrap;padding-bottom:6px}
  .gallery-filter{white-space:nowrap}
  .lightbox{padding:70px 14px 28px}
  .lightbox figure{max-width:100%}
  .lightbox-nav{top:auto;bottom:18px;width:48px;height:48px}
  .lightbox-prev{left:calc(50% - 58px)}.lightbox-next{right:calc(50% - 58px)}
}
@media(prefers-reduced-motion:reduce){.loader-ring:before{animation:none}}


/* V4 — brand trust, appointment preparation, and FAQ */
.trust-section{background:linear-gradient(180deg,#fffaf2,#f3e7d5)}
.trust-grid{max-width:1220px;margin:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.trust-card{position:relative;min-height:280px;padding:30px;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.75);box-shadow:0 14px 38px rgba(40,24,13,.06);overflow:hidden}
.trust-card:before{content:"";position:absolute;inset:auto -50px -70px auto;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(211,166,61,.22),transparent 68%)}
.trust-number{display:block;margin-bottom:48px;color:var(--gold);font-size:11px;font-weight:900;letter-spacing:.16em}
.trust-card h3{margin:0 0 12px;color:var(--brown);font:700 30px/1 "Cormorant Garamond",serif}
.trust-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.75}

.prep-section{background:radial-gradient(circle at 85% 10%,rgba(211,166,61,.14),transparent 22%),#f8efdf}
.prep-grid{max-width:1220px;margin:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.prep-card{padding:32px;border-radius:26px;background:#fff;border:1px solid var(--line);box-shadow:0 14px 40px rgba(40,24,13,.06)}
.prep-card>span{display:inline-block;margin-bottom:28px;padding:8px 12px;border-radius:999px;background:#f4e6c7;color:#8a591d;font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.prep-card h3{margin:0 0 12px;color:var(--brown);font:700 34px/1 "Cormorant Garamond",serif}
.prep-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.75}

.faq-wrap{max-width:1220px;margin:70px auto 0;display:grid;grid-template-columns:.8fr 1.2fr;gap:54px;padding:46px;border-radius:30px;background:#120b07;color:#fff}
.faq-intro h2{margin:14px 0 16px;font:600 clamp(42px,5vw,70px)/.96 "Cormorant Garamond",serif}
.faq-intro>p:last-child{color:rgba(255,255,255,.58);line-height:1.7}
.faq-list details{border-bottom:1px solid rgba(255,255,255,.12)}
.faq-list summary{list-style:none;cursor:pointer;padding:22px 42px 22px 0;position:relative;font-size:13px;font-weight:800}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{content:"+";position:absolute;right:0;top:17px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);color:var(--gold2);font-size:18px;transition:.2s}
.faq-list details[open] summary:after{content:"−";background:var(--gold);color:#111}
.faq-list details p{margin:0;padding:0 40px 22px 0;color:rgba(255,255,255,.62);font-size:12px;line-height:1.75}

footer{position:relative}
footer:before{content:"R";position:absolute;right:5vw;bottom:0;color:rgba(255,255,255,.025);font:700 min(30vw,420px)/.7 "Cormorant Garamond",serif;pointer-events:none}

@media(max-width:980px){
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .faq-wrap{grid-template-columns:1fr}
}
@media(max-width:760px){
  .trust-grid,.prep-grid{grid-template-columns:1fr}
  .trust-card{min-height:auto}
  .faq-wrap{padding:30px 22px;border-radius:24px;gap:24px}
  .faq-list summary{padding-right:38px}
}


/* V5 — service discovery and mobile conversion */
.service-controls{max-width:1220px;margin:0 auto 26px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.service-search{flex:0 1 320px}
.service-search input{width:100%;height:46px;padding:0 18px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--ink);font:700 12px Manrope,sans-serif;outline:none}
.service-search input:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(211,166,61,.12)}
.service-filters{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.service-filter,.service-more{appearance:none;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--brown);font:900 9px Manrope,sans-serif;letter-spacing:.08em;text-transform:uppercase;cursor:pointer}
.service-filter{padding:10px 14px}.service-filter:hover,.service-filter.active{background:var(--ink);border-color:var(--ink);color:#fff}
.service-more-wrap{text-align:center;margin-top:28px}.service-more{padding:13px 20px}.service-more:hover{background:var(--gold);border-color:var(--gold);color:#111}
.mobile-action-bar{display:none}
@media(max-width:980px){.service-controls{align-items:flex-start;flex-direction:column}.service-search{width:100%;flex-basis:auto}.service-filters{justify-content:flex-start}}
@media(max-width:760px){
  body{padding-bottom:72px}.floating{display:none}
  .mobile-action-bar{position:fixed;left:10px;right:10px;bottom:10px;z-index:1000;display:grid;grid-template-columns:.75fr .9fr 1.35fr;gap:8px;padding:8px;border-radius:20px;background:rgba(16,10,6,.94);backdrop-filter:blur(18px);box-shadow:0 18px 50px rgba(0,0,0,.32)}
  .mobile-action-bar a{min-height:46px;display:grid;place-items:center;border-radius:14px;color:#fff;font-size:11px;font-weight:900}
  .mobile-action-bar a:not(.mobile-book){background:rgba(255,255,255,.07)}
  .mobile-action-bar .mobile-book{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#111}
  .service-filters{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px}.service-filter{white-space:nowrap}
}


/* V6 — production polish, accessibility and performance */
:focus-visible{outline:3px solid var(--gold2);outline-offset:4px}
.header nav a[aria-current="page"]{color:var(--gold2)}
.header nav a[aria-current="page"]:after{right:0!important}
.service-card,.gallery-item,.trust-card,.prep-card{content-visibility:auto;contain-intrinsic-size:360px}
.service-image,.gallery-item{background-color:#d9b16a}
.status.is-error{max-width:760px;margin:0 auto 20px;padding:14px 18px;border:1px solid #d6a65f;border-radius:14px;background:#fff5df;color:#69451d}
.status.is-success{display:none}
.footer-status{display:inline-flex;align-items:center;gap:7px;margin-left:14px}
.footer-status i{width:7px;height:7px;border-radius:50%;background:#63d48b;box-shadow:0 0 0 4px rgba(99,212,139,.1)}
@media(max-width:760px){.footer-status{display:flex;margin:10px 0 0}.hero{min-height:calc(100svh - 0px)}}
@media(prefers-reduced-data:reduce){
  .hero{background:#160d08}
  .service-card,.gallery-item{box-shadow:none}
}

.error-page{min-height:100svh;padding:50px 20px;display:grid;place-items:center;align-content:center;text-align:center;background:radial-gradient(circle at center,rgba(211,166,61,.18),transparent 30%),#100a06;color:#fff}
.error-page img{width:150px;height:150px;object-fit:contain;border-radius:50%;background:#fff;margin-bottom:25px}
.error-page h1{margin:10px 0;font:600 clamp(48px,8vw,90px)/.95 "Cormorant Garamond",serif}
.error-page>p:not(.eyebrow){color:rgba(255,255,255,.65)}


/* V7 — dynamic hero imagery, featured rail, and premium map */
.hero{isolation:isolate}
.hero-media{position:absolute;inset:0;z-index:-2;background-position:center;background-size:cover;opacity:0;transform:scale(1.03);transition:opacity 1s ease,transform 8s ease}
.hero-media.is-ready{opacity:.34;transform:scale(1)}
.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,4,2,.56),rgba(8,4,2,.82)),radial-gradient(circle at center,transparent 10%,rgba(8,4,2,.52) 82%)}

.featured-rail{max-width:1220px;margin:68px auto 0;padding:28px;border-radius:28px;background:#120b07;color:#fff;overflow:hidden}
.featured-rail-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}
.featured-rail-head h3{margin:8px 0 0;font:600 42px/1 "Cormorant Garamond",serif}
.featured-rail-head>a{font-size:11px;font-weight:900;color:var(--gold2)}
.featured-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(240px,1fr);gap:14px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;padding-bottom:8px}
.featured-track::-webkit-scrollbar{height:8px}.featured-track::-webkit-scrollbar-thumb{background:rgba(255,255,255,.18);border-radius:999px}
.featured-item{position:relative;min-height:320px;overflow:hidden;border-radius:20px;scroll-snap-align:start;background:#2a1a10}
.featured-item img{width:100%;height:100%;object-fit:cover}
.featured-item:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent 48%,rgba(0,0,0,.84))}
.featured-copy{position:absolute;left:18px;right:18px;bottom:18px;z-index:2}
.featured-copy h4{margin:0 0 6px;font:700 28px/1 "Cormorant Garamond",serif}
.featured-copy p{margin:0;color:rgba(255,255,255,.66);font-size:11px}
.featured-copy a{display:inline-block;margin-top:12px;color:var(--gold2);font-size:10px;font-weight:900}

.map-card{max-width:1220px;margin:26px auto 0;position:relative;min-height:420px;overflow:hidden;border-radius:30px;box-shadow:var(--shadow)}
.map-card iframe{width:100%;height:420px;border:0;filter:saturate(.75) contrast(1.05)}
.map-overlay{position:absolute;left:22px;bottom:22px;max-width:340px;padding:22px;border-radius:18px;background:rgba(16,10,6,.9);backdrop-filter:blur(12px);color:#fff}
.map-overlay span{display:block;color:var(--gold);font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.map-overlay strong{display:block;margin:8px 0 12px;font:600 28px/1 "Cormorant Garamond",serif}
.map-overlay a{color:var(--gold2);font-size:11px;font-weight:900}

@media(max-width:760px){
  .featured-rail{padding:22px 16px;margin-top:48px;border-radius:24px}
  .featured-rail-head{align-items:flex-start;flex-direction:column}
  .featured-rail-head h3{font-size:35px}
  .featured-track{grid-auto-columns:82%}
  .featured-item{min-height:360px}
  .map-card{min-height:500px;border-radius:24px}
  .map-card iframe{height:500px}
  .map-overlay{left:14px;right:14px;bottom:14px;max-width:none}
}


/* V8 — premium location and map experience */
.location-experience{max-width:1220px;margin:28px auto 0}
.location-panel{display:grid;grid-template-columns:.82fr 1.18fr;overflow:hidden;border:1px solid var(--line);border-radius:34px;background:#fff;box-shadow:var(--shadow)}
.location-copy{padding:clamp(34px,5vw,64px);background:radial-gradient(circle at 12% 10%,rgba(211,166,61,.16),transparent 30%),linear-gradient(180deg,#fffdf8,#f8ecda)}
.location-copy h2{margin:14px 0 18px;color:var(--brown);font:600 clamp(42px,5vw,68px)/.96 "Cormorant Garamond",serif;letter-spacing:-.04em}
.location-status{display:inline-flex;align-items:center;gap:10px;margin:8px 0 30px;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:11px;color:var(--brown)}
.status-dot{width:9px;height:9px;border-radius:50%;background:#c78a3e;box-shadow:0 0 0 5px rgba(199,138,62,.12)}
.location-status.is-open .status-dot{background:#3fbf74;box-shadow:0 0 0 5px rgba(63,191,116,.12)}
.location-status.is-closed .status-dot{background:#b7655c;box-shadow:0 0 0 5px rgba(183,101,92,.12)}
.location-address{padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.location-address span{display:block;margin-bottom:8px;color:var(--gold-dark);font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.location-address p{margin:0;color:var(--brown);font-size:14px;line-height:1.75}
.location-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.location-actions .btn{width:auto}
.location-meta{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:28px}
.location-meta div{padding:16px;border-radius:18px;background:rgba(255,255,255,.72);border:1px solid rgba(91,53,29,.1)}
.location-meta small{display:block;margin-bottom:5px;color:var(--gold-dark);font-size:8px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.location-meta strong{color:var(--brown);font-size:11px}

.location-map-wrap{min-width:0;background:#120b07}
.map-toolbar{height:56px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}
.map-toolbar span{font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.62)}
.map-toolbar a{font-size:10px;font-weight:900;color:var(--gold2)}
.map-frame{position:relative;height:100%;min-height:560px;overflow:hidden}
.map-frame iframe{width:100%;height:100%;min-height:560px;border:0;filter:saturate(.72) contrast(1.06) sepia(.08)}
.map-frame:after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 80px rgba(16,10,6,.18)}
.map-pin-card{position:absolute;left:22px;bottom:22px;display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:18px;background:rgba(16,10,6,.9);backdrop-filter:blur(14px);color:#fff;box-shadow:0 18px 40px rgba(0,0,0,.28)}
.map-pin-card img{width:48px;height:48px;object-fit:contain;border-radius:50%;background:#fff}
.map-pin-card strong{display:block;font:600 20px/1 "Cormorant Garamond",serif}
.map-pin-card span{display:block;margin-top:5px;color:rgba(255,255,255,.58);font-size:9px;letter-spacing:.12em;text-transform:uppercase}

@media(max-width:980px){
  .location-panel{grid-template-columns:1fr}
  .map-frame,.map-frame iframe{min-height:470px}
}
@media(max-width:760px){
  .location-panel{border-radius:24px}
  .location-copy{padding:34px 22px}
  .location-actions{flex-direction:column}
  .location-actions .btn{width:100%}
  .location-meta{grid-template-columns:1fr}
  .map-toolbar{align-items:flex-start;flex-direction:column;height:auto;padding:14px 16px}
  .map-frame,.map-frame iframe{min-height:520px}
  .map-pin-card{left:14px;right:14px;bottom:14px}
}


/* V9 — richer location surroundings and intentional footer mark */
.location-intro{max-width:1220px;margin:0 auto 30px;display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:end}
.location-intro h2{margin:12px 0 0;color:var(--brown);font:600 clamp(46px,6vw,76px)/.95 "Cormorant Garamond",serif;letter-spacing:-.04em}
.location-intro>p{margin:0;color:var(--muted);font-size:14px;line-height:1.8}

.location-experience{position:relative}
.location-experience:before{content:"";position:absolute;left:-40px;top:80px;width:130px;height:130px;border-radius:50%;background:radial-gradient(circle,rgba(211,166,61,.22),transparent 68%);pointer-events:none}
.location-experience:after{content:"";position:absolute;right:-30px;bottom:140px;width:180px;height:180px;border:1px solid rgba(211,166,61,.18);border-radius:50%;pointer-events:none}

.arrival-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}
.arrival-grid article{position:relative;padding:26px;border:1px solid var(--line);border-radius:22px;background:#fff;overflow:hidden}
.arrival-grid article:after{content:"";position:absolute;right:-35px;bottom:-45px;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(211,166,61,.16),transparent 68%)}
.arrival-grid span{display:block;margin-bottom:30px;color:var(--gold);font-size:10px;font-weight:900;letter-spacing:.16em}
.arrival-grid h3{margin:0 0 10px;color:var(--brown);font:700 28px/1 "Cormorant Garamond",serif}
.arrival-grid p{margin:0;color:var(--muted);font-size:12px;line-height:1.7}
.arrival-grid a{display:inline-block;margin-top:16px;color:var(--gold-dark);font-size:10px;font-weight:900}

.signature-footer{position:relative;overflow:hidden}
.footer-watermark{position:absolute;right:-70px;bottom:-120px;width:min(480px,40vw);opacity:.055;pointer-events:none;filter:grayscale(1)}
.footer-watermark img{width:100%;height:auto;border-radius:50%}
.footer-signature{grid-column:1/-1;display:flex!important;align-items:end;justify-content:space-between;gap:20px;padding:34px 0 10px;border-top:1px solid rgba(255,255,255,.08)}
.footer-signature p{margin:0!important;color:var(--gold2)!important;font:600 clamp(34px,4vw,54px)/1 "Cormorant Garamond",serif!important}
.footer-signature span{color:rgba(255,255,255,.42);font-size:10px;letter-spacing:.12em;text-transform:uppercase}
.signature-footer small{position:relative;z-index:1}

@media(max-width:980px){
  .location-intro{grid-template-columns:1fr;gap:16px}
  .arrival-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .location-intro{margin-bottom:22px}
  .location-intro h2{font-size:46px}
  .location-experience:before,.location-experience:after{display:none}
  .arrival-grid article{padding:22px}
  .footer-watermark{width:300px;right:-100px;bottom:-70px;opacity:.04}
  .footer-signature{align-items:flex-start;flex-direction:column}
}

.map-frame iframe{opacity:.82;transform:scale(1.015);transition:opacity .8s ease,transform 1.2s ease}
.map-frame.map-ready iframe{opacity:1;transform:scale(1)}


/* V10 — corrected header, premium map, simplified footer */
.header-signature{
  height:96px;
  padding:0 clamp(22px,4vw,64px);
  background:rgba(12,7,4,.96);
  border-bottom:1px solid rgba(211,166,61,.4);
}
.brand-signature{gap:16px}
.brand-signature img{
  width:66px;
  height:66px;
  object-fit:contain;
  border-radius:50%;
  background:#fff;
  flex:0 0 auto;
}
.brand-signature span{display:grid;line-height:1.05}
.brand-signature b{
  font:700 clamp(22px,2vw,31px) "Cormorant Garamond",serif;
  color:var(--gold2);
}
.brand-signature small{
  margin-top:7px;
  color:rgba(255,255,255,.76);
  font-size:12px;
  letter-spacing:0;
  text-transform:none;
}
.header-signature nav{gap:30px}
.header-signature .book{
  display:inline-flex;
  align-items:center;
  gap:12px;
  padding:13px 22px;
}
.header-signature .book span{font-size:17px}

.location-showcase{
  padding:clamp(70px,8vw,110px) clamp(18px,5vw,72px);
  background:
    radial-gradient(circle at 90% 10%,rgba(211,166,61,.12),transparent 24%),
    linear-gradient(180deg,#fffaf2,#f8ecdc);
}
.location-shell{
  max-width:1280px;
  margin:auto;
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:34px;
  align-items:stretch;
}
.location-summary{
  padding:34px 22px 34px 0;
}
.location-summary h2{
  margin:14px 0 22px;
  color:var(--brown);
  font:600 clamp(48px,6vw,82px)/.92 "Cormorant Garamond",serif;
  letter-spacing:-.045em;
}
.location-summary h2 em{color:var(--gold-dark);font-weight:500}
.location-lead{
  max-width:460px;
  margin:0 0 30px;
  color:var(--muted);
  font-size:15px;
  line-height:1.8;
}
.location-list{display:grid;gap:16px;margin:26px 0}
.location-list>div{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:14px;
  align-items:start;
}
.location-icon{
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  border:1px solid rgba(211,166,61,.4);
  color:var(--gold-dark);
  font-size:14px;
}
.location-list p{
  margin:0;
  color:var(--brown);
  font-size:13px;
  line-height:1.7;
}
.location-actions{justify-content:flex-start}

.location-map-card{
  overflow:hidden;
  border:1px solid rgba(211,166,61,.35);
  border-radius:28px;
  background:#fff;
  box-shadow:0 28px 70px rgba(45,26,13,.13);
}
.location-map-card .map-frame{min-height:470px}
.location-map-card .map-frame iframe{
  width:100%;
  min-height:470px;
  height:100%;
  border:0;
  filter:saturate(.78) contrast(1.02);
}
.map-info-strip{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid rgba(211,166,61,.28);
}
.map-info-strip article{
  min-height:132px;
  padding:24px;
  display:flex;
  gap:14px;
  align-items:flex-start;
  border-right:1px solid rgba(211,166,61,.22);
}
.map-info-strip article:last-child{border-right:0}
.map-info-strip span{
  width:34px;
  height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#f6e8c7;
  color:var(--gold-dark);
  font-size:10px;
  font-weight:900;
}
.map-info-strip h3{
  margin:0 0 7px;
  color:var(--brown);
  font:700 24px/1 "Cormorant Garamond",serif;
}
.map-info-strip p{
  margin:0;
  color:var(--muted);
  font-size:11px;
  line-height:1.65;
}

.footer-clean{
  position:relative;
  padding:70px clamp(20px,6vw,90px) 26px;
  background:#080503;
  color:#fff;
  overflow:hidden;
}
.footer-clean:before{
  content:"R";
  position:absolute;
  right:4vw;
  bottom:-40px;
  color:rgba(211,166,61,.035);
  font:700 min(34vw,440px)/.72 "Cormorant Garamond",serif;
  pointer-events:none;
}
.footer-grid{
  position:relative;
  z-index:1;
  max-width:1240px;
  margin:auto;
  display:grid;
  grid-template-columns:1.25fr .8fr 1fr .8fr;
  gap:52px;
}
.footer-grid section{display:flex;flex-direction:column;gap:12px}
.footer-grid h2{
  margin:0 0 6px;
  color:var(--gold2);
  font:600 42px/1 "Cormorant Garamond",serif;
}
.footer-grid p,.footer-grid a{
  margin:0;
  color:rgba(255,255,255,.66);
  font-size:12px;
  line-height:1.75;
}
.footer-grid a:hover{color:var(--gold2)}
.footer-kicker{
  color:var(--gold)!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
}
.footer-line{
  position:relative;
  z-index:1;
  max-width:1240px;
  margin:48px auto 0;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.1);
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:rgba(255,255,255,.42);
  font-size:10px;
}
.footer-line em{
  color:var(--gold2);
  font:500 23px "Cormorant Garamond",serif;
}

@media(max-width:1050px){
  .header-signature nav{gap:18px}
  .location-shell{grid-template-columns:1fr}
  .location-summary{padding-right:0}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .header-signature{height:76px;padding:0 16px}
  .brand-signature img{width:48px;height:48px}
  .brand-signature b{font-size:22px}
  .brand-signature small{font-size:10px}
  .header-signature nav{top:76px}
  .location-showcase{padding:64px 18px}
  .location-summary{padding:0}
  .location-summary h2{font-size:52px}
  .map-info-strip{grid-template-columns:1fr}
  .map-info-strip article{border-right:0;border-bottom:1px solid rgba(211,166,61,.22)}
  .map-info-strip article:last-child{border-bottom:0}
  .location-map-card .map-frame,
  .location-map-card .map-frame iframe{min-height:420px}
  .footer-grid{grid-template-columns:1fr;gap:34px}
  .footer-line{flex-direction:column}
  .footer-clean:before{right:-30px;bottom:-20px;font-size:260px}
}

.location-intro,.location-experience,.arrival-grid,.signature-footer,.footer-watermark,.footer-signature{display:none!important}


/* V11 — premium header/footer, map removed */
.header-luxe{
  height:92px;
  padding:0 clamp(18px,4vw,64px);
  background:rgba(10,6,3,.95);
  border-bottom:1px solid rgba(211,166,61,.28);
  box-shadow:0 12px 34px rgba(0,0,0,.16);
}
.header-luxe.is-scrolled{
  height:76px;
  background:rgba(10,6,3,.98);
}
.brand-luxe{gap:15px}
.brand-luxe img{
  width:62px;
  height:62px;
  object-fit:contain;
  border-radius:50%;
  background:#fff;
  box-shadow:0 0 0 2px rgba(211,166,61,.3),0 14px 30px rgba(0,0,0,.24);
}
.brand-wordmark{display:grid;line-height:1}
.brand-wordmark b{
  color:var(--gold2);
  font:700 clamp(22px,2vw,31px) "Cormorant Garamond",serif;
}
.brand-wordmark small{
  margin-top:7px;
  color:rgba(255,255,255,.56);
  font-size:8px;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.header-luxe nav{gap:28px}
.header-luxe nav>a:not(.book){
  color:rgba(255,255,255,.82);
  font-size:11px;
  letter-spacing:.02em;
}
.header-luxe nav>a:not(.book):hover{color:var(--gold2)}
.header-luxe .book{
  min-height:46px;
  padding:0 22px;
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.header-luxe .book span{font-size:16px}

.visit-signature{
  background:
    radial-gradient(circle at 10% 20%,rgba(211,166,61,.15),transparent 24%),
    linear-gradient(180deg,#fffaf2,#f4e7d4);
}
.visit-signature-inner{
  max-width:1220px;
  margin:auto;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:44px;
  align-items:center;
}
.visit-signature-copy h2{
  margin:14px 0 20px;
  color:var(--brown);
  font:600 clamp(48px,6vw,78px)/.95 "Cormorant Garamond",serif;
  letter-spacing:-.04em;
}
.visit-signature-copy>p:last-of-type{
  max-width:560px;
  color:var(--muted);
  font-size:15px;
  line-height:1.8;
}
.visit-signature-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}
.visit-signature-actions .btn{width:auto}

.visit-signature-cards{
  display:grid;
  gap:14px;
}
.visit-signature-cards article{
  padding:24px 26px;
  border:1px solid rgba(91,53,29,.14);
  border-radius:22px;
  background:rgba(255,255,255,.8);
  box-shadow:0 14px 36px rgba(44,26,14,.06);
}
.visit-signature-cards span{
  display:block;
  margin-bottom:10px;
  color:var(--gold-dark);
  font-size:9px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.visit-signature-cards strong{
  color:var(--brown);
  font:700 25px/1.1 "Cormorant Garamond",serif;
}
.visit-signature-cards p{
  margin:7px 0 0;
  color:var(--muted);
  font-size:12px;
  line-height:1.7;
}

.footer-premium{
  position:relative;
  padding:76px clamp(20px,6vw,92px) 28px;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 80% 12%,rgba(211,166,61,.1),transparent 24%),
    linear-gradient(180deg,#0b0704,#070402);
}
.footer-premium:before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.05;
  background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:54px 54px;
}
.footer-premium-top{
  position:relative;
  z-index:1;
  max-width:1240px;
  margin:auto;
  display:grid;
  grid-template-columns:1.45fr .65fr 1fr .8fr;
  gap:48px;
}
.footer-brand-block{
  display:flex;
  align-items:flex-start;
  gap:18px;
}
.footer-brand-block img{
  width:88px;
  height:88px;
  object-fit:contain;
  border-radius:50%;
  background:#fff;
  flex:0 0 auto;
}
.footer-brand-block h2{
  margin:6px 0 10px;
  color:var(--gold2);
  font:600 40px/1 "Cormorant Garamond",serif;
}
.footer-brand-block p:last-child{
  max-width:360px;
  color:rgba(255,255,255,.58);
  font-size:12px;
  line-height:1.7;
}
.footer-nav-block{
  display:flex;
  flex-direction:column;
  gap:11px;
}
.footer-nav-block p,
.footer-nav-block a{
  margin:0;
  color:rgba(255,255,255,.62);
  font-size:12px;
  line-height:1.7;
}
.footer-nav-block a:hover{color:var(--gold2)}
.footer-kicker{
  color:var(--gold)!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
}
.footer-premium-cta{
  position:relative;
  z-index:1;
  max-width:1240px;
  margin:58px auto 0;
  padding:26px 28px;
  border:1px solid rgba(211,166,61,.22);
  border-radius:22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  background:rgba(255,255,255,.035);
}
.footer-premium-cta span{
  display:block;
  color:var(--gold);
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.footer-premium-cta strong{
  display:block;
  margin-top:6px;
  color:#fff;
  font:600 31px/1 "Cormorant Garamond",serif;
}
.footer-premium-cta>a{
  min-width:150px;
  min-height:48px;
  padding:0 20px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-radius:999px;
  color:#111;
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  font-size:11px;
  font-weight:900;
}
.footer-premium-bottom{
  position:relative;
  z-index:1;
  max-width:1240px;
  margin:28px auto 0;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex;
  justify-content:space-between;
  color:rgba(255,255,255,.34);
  font-size:10px;
}

/* hide removed legacy map/footer blocks */
.location-showcase,.location-intro,.location-experience,.arrival-grid,.footer-clean,.signature-footer,.map-card,.location-panel{display:none!important}

@media(max-width:1050px){
  .header-luxe nav{gap:17px}
  .visit-signature-inner{grid-template-columns:1fr}
  .footer-premium-top{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .header-luxe{height:76px;padding:0 16px}
  .brand-luxe img{width:48px;height:48px}
  .brand-wordmark b{font-size:21px}
  .brand-wordmark small{font-size:7px}
  .header-luxe nav{top:76px}
  .header-luxe .menu{display:block;width:42px;height:42px}
  .header-luxe .menu span{display:block;width:22px;height:2px;margin:5px auto;background:#fff}
  .visit-signature-inner{gap:28px}
  .visit-signature-copy h2{font-size:50px}
  .visit-signature-actions{flex-direction:column}
  .visit-signature-actions .btn{width:100%}
  .footer-premium{padding:62px 18px 22px}
  .footer-premium-top{grid-template-columns:1fr;gap:34px}
  .footer-brand-block{flex-direction:column}
  .footer-brand-block img{width:74px;height:74px}
  .footer-premium-cta{align-items:flex-start;flex-direction:column;padding:24px 20px}
  .footer-premium-cta>a{width:100%}
  .footer-premium-bottom{flex-direction:column;gap:8px}
}
