:root{
  --bg:#06110d;
  --bg-2:#0a1913;
  --panel:#0d2119;
  --panel-2:#112b21;
  --cream:#f3ead9;
  --muted:#b7c0b8;
  --gold:#c9963f;
  --gold-2:#efc56e;
  --line:rgba(225,189,111,.22);
  --shadow:0 28px 70px rgba(0,0,0,.36);
  --radius:28px;
  --radius-sm:18px;
  --container:min(1240px, calc(100% - 40px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--cream);font-family:Inter,Segoe UI,Arial,sans-serif;line-height:1.55;overflow-x:hidden}
body.modal-open{overflow:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button{cursor:pointer}
.container{width:var(--container);margin-inline:auto;position:relative}
.section{padding:110px 0;position:relative}
.section-dark{position:relative}
.noise{position:fixed;inset:0;pointer-events:none;opacity:.075;z-index:1000;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E")}
.page-glow{position:fixed;width:520px;height:520px;border-radius:50%;filter:blur(120px);opacity:.12;pointer-events:none;z-index:-1}
.page-glow--one{background:#7b6e1c;left:-260px;top:25vh}
.page-glow--two{background:#0e6943;right:-260px;bottom:10vh}
.site-header{position:fixed;top:0;left:0;right:0;z-index:500;background:linear-gradient(to bottom,rgba(2,10,7,.92),rgba(2,10,7,.6),transparent);transition:.3s}
.site-header.is-scrolled{background:rgba(4,15,10,.9);backdrop-filter:blur(18px);box-shadow:0 10px 30px rgba(0,0,0,.18);border-bottom:1px solid rgba(255,255,255,.06)}
.header-inner{height:88px;display:flex;align-items:center;gap:32px}
.brand{display:flex;align-items:center;gap:13px;font-family:Georgia,serif;color:var(--gold-2);font-size:19px;white-space:nowrap}
.brand img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:1px solid rgba(238,196,106,.5);box-shadow:0 8px 22px rgba(0,0,0,.35)}
.brand strong{letter-spacing:.12em;font-size:13px;margin-right:5px}
.main-nav{display:flex;align-items:center;gap:28px;margin-left:auto;font-size:14px;color:#e8e0d0}
.main-nav a{position:relative;padding:10px 0}
.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:1px;background:var(--gold);transition:.25s}
.main-nav a:hover:after{right:0}
.header-actions{display:flex;align-items:center;gap:18px}
.header-phone{font-size:14px;color:var(--gold-2);border-left:1px solid var(--line);padding-left:20px;white-space:nowrap}
.menu-toggle{display:none;width:44px;height:44px;background:transparent;border:1px solid var(--line);border-radius:12px;padding:11px}
.menu-toggle span{display:block;height:1px;background:var(--gold-2);margin:5px 0;transition:.25s}
.hero{min-height:100vh;display:grid;align-items:end;overflow:hidden;padding:160px 0 76px}
.hero-media,.hero-shade{position:absolute;inset:0}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-shade{background:linear-gradient(90deg,rgba(2,10,7,.96) 0%,rgba(4,16,10,.78) 36%,rgba(4,14,10,.18) 70%,rgba(3,10,7,.48) 100%),linear-gradient(0deg,rgba(2,9,6,.96),transparent 50%)}
.hero-content{z-index:2;max-width:1240px}
.eyebrow,.section-label{text-transform:uppercase;letter-spacing:.16em;font-size:12px;color:var(--gold-2);font-weight:700}
.eyebrow{display:flex;align-items:center;gap:12px}
.eyebrow span{width:44px;height:1px;background:var(--gold)}
h1,h2,h3{margin:0;font-family:Georgia,Times New Roman,serif;font-weight:400}
.hero h1{font-size:clamp(58px,7vw,110px);line-height:.96;max-width:960px;margin:24px 0 28px;text-shadow:0 8px 30px rgba(0,0,0,.35)}
.hero h1 em{font-style:normal;color:var(--gold-2)}
.hero p{max-width:670px;font-size:20px;color:#e0dfd7;margin:0 0 34px}
.hero-actions,.contact-buttons,.booking-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{border:1px solid transparent;border-radius:14px;padding:15px 24px;display:inline-flex;align-items:center;justify-content:center;min-height:54px;color:white;background:transparent;transition:transform .25s,box-shadow .25s,border-color .25s,background .25s;font-weight:600}
.btn:hover{transform:translateY(-2px)}
.btn-gold{background:linear-gradient(135deg,#e3b866,#a76d1b);box-shadow:0 16px 35px rgba(177,119,33,.25);color:#172016}
.btn-gold:hover{box-shadow:0 20px 45px rgba(201,150,63,.38)}
.btn-ghost{border-color:rgba(236,196,107,.45);background:rgba(5,21,14,.36);backdrop-filter:blur(8px)}
.btn-ghost:hover{border-color:var(--gold-2);background:rgba(15,42,29,.66)}
.btn-block{width:100%}
.hero-meta{display:flex;align-items:center;gap:14px;margin-top:56px;color:#d0c9b8;font-size:14px;flex-wrap:wrap}
.hero-meta a:hover{color:var(--gold-2)}
.scroll-hint{position:absolute;right:40px;bottom:40px;width:54px;height:54px;border:1px solid var(--line);border-radius:50%;z-index:3;display:grid;place-items:center;backdrop-filter:blur(8px)}
.scroll-hint span{width:8px;height:8px;border-right:1px solid var(--gold-2);border-bottom:1px solid var(--gold-2);transform:rotate(45deg) translate(-2px,-2px);animation:bounce 1.6s infinite}
@keyframes bounce{50%{transform:rotate(45deg) translate(3px,3px)}}
.split-layout{display:grid;grid-template-columns:1.04fr .96fr;gap:80px;align-items:center}
.section h2{font-size:clamp(42px,5vw,72px);line-height:1.05;margin:16px 0 28px}
.lead{font-size:20px;color:#c6ccc5;max-width:720px}
.feature-grid{display:grid;grid-template-columns:1fr 1fr;margin-top:48px;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.feature-grid article{padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:190px;background:rgba(10,29,21,.45)}
.feature-grid article span{color:var(--gold);font-size:13px}
.feature-grid h3{font-size:23px;margin:18px 0 9px}
.feature-grid p{font-size:14px;color:var(--muted);margin:0}
.about{background:linear-gradient(180deg,#07130f,#081810)}
.about-visual{position:relative;min-height:650px}
.visual-card{position:absolute;overflow:hidden;border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.08)}
.visual-card img{width:100%;height:100%;object-fit:cover;transition:transform .8s}
.visual-card:hover img{transform:scale(1.035)}
.visual-card--main{inset:0 9% 13% 0}
.visual-card--float{width:42%;height:37%;right:0;bottom:0;border:6px solid #081810}
.stat-chip{position:absolute;right:3%;top:7%;width:160px;height:160px;border-radius:50%;background:rgba(11,36,24,.82);backdrop-filter:blur(12px);border:1px solid var(--line);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:var(--shadow)}
.stat-chip strong{font-family:Georgia,serif;color:var(--gold-2);font-size:46px;line-height:1}
.stat-chip span{font-size:12px;color:#d5ddcf;max-width:90px;margin-top:8px}
.stay-overview{background:linear-gradient(180deg,#081810,#06110d)}
.section-heading{display:grid;grid-template-columns:1.1fr .9fr;align-items:end;gap:50px;margin-bottom:50px}
.section-heading h2{margin-bottom:0}
.section-heading p{color:var(--muted);font-size:17px;max-width:570px;margin:0 0 7px}
.stay-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.stay-card{position:relative;height:560px;border-radius:26px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow);isolation:isolate}
.stay-card:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,11,7,.96),rgba(3,15,10,.08) 68%);z-index:1}
.stay-card img{width:100%;height:100%;object-fit:cover;transition:transform .7s}
.stay-card:hover img{transform:scale(1.045)}
.stay-card-content{position:absolute;inset:auto 0 0;padding:30px;z-index:2}
.stay-card small{color:var(--gold-2);text-transform:uppercase;letter-spacing:.13em}
.stay-card h3{font-size:37px;margin:8px 0 10px}
.stay-card p{color:#ccd2cc;margin:0 0 22px;font-size:14px}
.stay-card a{display:inline-flex;align-items:center;gap:8px;color:var(--gold-2);font-weight:600;font-size:14px}
.property-section{padding:115px 0;border-top:1px solid rgba(255,255,255,.055);background:radial-gradient(circle at 90% 10%,rgba(40,91,59,.16),transparent 42%),#07140f}
.property-section:nth-child(even){background:radial-gradient(circle at 10% 20%,rgba(138,99,27,.11),transparent 40%),#091711}
.property-head{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center;margin-bottom:48px}
.property-index{display:flex;align-items:center;gap:14px;color:var(--gold);font-size:12px;text-transform:uppercase;letter-spacing:.15em}
.property-index:after{content:"";height:1px;flex:1;background:var(--line)}
.property-copy h2{margin:18px 0 20px}
.property-copy p{font-size:18px;color:var(--muted);max-width:520px}
.property-tags{display:flex;flex-wrap:wrap;gap:9px;margin:25px 0 30px}
.property-tags span{border:1px solid var(--line);border-radius:999px;padding:8px 13px;font-size:12px;color:#d9ddda;background:rgba(16,45,31,.42)}
.property-preview{position:relative;height:480px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.08)}
.property-preview img{width:100%;height:100%;object-fit:cover}
.property-preview:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 65%,rgba(3,12,8,.55))}
.rail-wrap{position:relative}
.photo-rail{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:5px 0 18px;scrollbar-width:none}
.photo-rail::-webkit-scrollbar{display:none}
.photo-card{flex:0 0 min(570px,72vw);height:420px;border-radius:22px;overflow:hidden;scroll-snap-align:start;position:relative;border:1px solid rgba(255,255,255,.08);box-shadow:0 16px 45px rgba(0,0,0,.22);background:#102218}
.photo-card img{width:100%;height:100%;object-fit:cover;transition:transform .55s}
.photo-card:hover img{transform:scale(1.025)}
.photo-card:after{content:"";position:absolute;inset:auto 0 0;height:38%;background:linear-gradient(transparent,rgba(2,10,6,.74));pointer-events:none}
.photo-card figcaption{position:absolute;z-index:2;left:22px;bottom:17px;color:white;font-size:14px}
.rail-controls{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}
.rail-controls button{width:48px;height:48px;border-radius:50%;border:1px solid var(--line);background:#0c2419;color:var(--gold-2);font-size:24px;transition:.25s}
.rail-controls button:hover{background:#173c2a;border-color:var(--gold)}
.gazebo-section{background:linear-gradient(180deg,#07140f,#0a1913)}
.gazebo-hero{display:grid;grid-template-columns:.82fr 1.18fr;min-height:610px;border-radius:34px;overflow:hidden;background:#0d2119;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.08);margin-bottom:34px}
.gazebo-copy{padding:70px 58px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:radial-gradient(circle at 10% 5%,rgba(202,148,61,.15),transparent 42%)}
.gazebo-copy h2{font-size:clamp(42px,4.5vw,68px)}
.gazebo-copy h2 em{font-style:normal;color:var(--gold-2)}
.gazebo-copy p{color:var(--muted);font-size:18px}
.check-list{list-style:none;padding:0;margin:22px 0 30px;display:grid;gap:10px}
.check-list li{position:relative;padding-left:25px;color:#dae0da}
.check-list li:before{content:"";position:absolute;left:0;top:.64em;width:8px;height:8px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 5px rgba(201,150,63,.1)}
.gazebo-feature img{width:100%;height:100%;object-fit:cover}
.territory-section{background:#07130e}
.territory-mosaic{display:grid;grid-template-columns:1.25fr .75fr 1fr;grid-template-rows:360px 300px;gap:18px}
.mosaic-item{position:relative;overflow:hidden;border-radius:22px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.08)}
.mosaic-item img{width:100%;height:100%;object-fit:cover;transition:transform .65s}
.mosaic-item:hover img{transform:scale(1.035)}
.mosaic-item:nth-child(1){grid-row:span 2}
.mosaic-item:nth-child(4){grid-column:span 2}
.mosaic-item figcaption{position:absolute;left:18px;bottom:16px;background:rgba(4,17,11,.72);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(8px);padding:8px 12px;border-radius:10px;font-size:13px}
.gallery-section{background:radial-gradient(circle at 50% 5%,rgba(30,77,50,.15),transparent 35%),#06110d}
.gallery-filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:32px}
.gallery-filters button{border:1px solid var(--line);background:#0c2017;color:#d9ddd8;padding:11px 17px;border-radius:999px;transition:.25s}
.gallery-filters button:hover,.gallery-filters button.is-active{background:linear-gradient(135deg,#d6aa58,#9f681e);color:#101a12;border-color:transparent}
.master-gallery{columns:4 250px;column-gap:16px}
.gallery-item{break-inside:avoid;margin:0 0 16px;border-radius:18px;overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.08);background:#0c2017;box-shadow:0 12px 30px rgba(0,0,0,.18)}
.gallery-item img{width:100%;height:auto;transition:transform .5s}
.gallery-item:hover img{transform:scale(1.025)}
.gallery-item figcaption{position:absolute;left:11px;right:11px;bottom:10px;background:rgba(4,16,10,.68);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.08);padding:8px 10px;border-radius:10px;font-size:12px;opacity:0;transform:translateY(8px);transition:.25s}
.gallery-item:hover figcaption{opacity:1;transform:none}
.gallery-item.is-hidden{display:none}
.booking-band{padding-top:40px}
.booking-band-inner{min-height:300px;border-radius:34px;padding:52px 58px;display:flex;align-items:center;justify-content:space-between;gap:40px;background:linear-gradient(115deg,rgba(12,38,25,.98),rgba(19,57,38,.86)),url('territory_smoke-flowers.webp') center/cover;box-shadow:var(--shadow);border:1px solid rgba(236,195,105,.16)}
.booking-band h2{font-size:clamp(34px,4vw,58px);max-width:720px;margin-bottom:15px}
.booking-band p{color:#cdd3cc;max-width:660px}
.contacts-section{background:linear-gradient(180deg,#06110d,#040b08)}
.contacts-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px;min-height:560px}
.contacts-card,.contacts-image{border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow)}
.contacts-card{padding:56px;background:#0d2119;display:flex;flex-direction:column;justify-content:center}
.contacts-card h2{font-size:48px}
.contact-item{display:grid;grid-template-columns:90px 1fr;gap:18px;padding:20px 0;border-top:1px solid var(--line)}
.contact-item span{color:var(--gold);font-size:13px;text-transform:uppercase;letter-spacing:.08em}
.contact-item a{color:#e1e5df}
.contact-item a:hover{color:var(--gold-2)}
.contact-buttons{margin-top:30px}
.contacts-image img{width:100%;height:100%;object-fit:cover}
.site-footer{padding:28px 0 34px;background:#030906;border-top:1px solid rgba(255,255,255,.06)}
.footer-inner{display:flex;align-items:center;gap:30px}
.footer-inner p{margin-left:auto;color:#9ca9a0;font-size:13px}
.footer-inner>a:last-child{color:var(--gold-2)}
.brand--footer img{width:42px;height:42px}
.modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:20px}
.modal.is-open{display:flex}
.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.74);backdrop-filter:blur(9px)}
.modal-panel{position:relative;width:min(560px,100%);max-height:90vh;overflow:auto;background:#0d2119;border:1px solid rgba(236,195,105,.23);border-radius:26px;padding:42px;box-shadow:0 35px 90px rgba(0,0,0,.55)}
.modal-panel h2{font-size:42px;margin:12px 0 12px}
.modal-panel>p{color:var(--muted);font-size:14px}
.modal-close{position:absolute;right:16px;top:12px;background:transparent;border:0;color:#e8d5ae;font-size:34px}
form{display:grid;gap:15px;margin-top:26px}
label{display:grid;gap:7px;font-size:13px;color:#d6dcd6}
input,select{width:100%;background:#091710;color:#f0ede5;border:1px solid rgba(255,255,255,.13);border-radius:12px;padding:13px 14px;outline:none}
input:focus,select:focus{border-color:var(--gold)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.form-success{padding-top:20px;text-align:center}
.form-success strong{font-family:Georgia,serif;font-size:27px;color:var(--gold-2)}
.lightbox{position:fixed;inset:0;z-index:1200;background:rgba(1,5,3,.94);display:none;align-items:center;justify-content:center;padding:40px 90px}
.lightbox.is-open{display:flex}
.lightbox figure{margin:0;max-width:min(1300px,88vw);max-height:86vh;display:flex;flex-direction:column;align-items:center}
.lightbox img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:14px;box-shadow:0 30px 80px rgba(0,0,0,.55)}
.lightbox figcaption{margin-top:12px;color:#ddd6c8;font-size:14px;text-align:center}
.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;background:rgba(15,38,27,.75);border:1px solid var(--line);color:var(--gold-2);border-radius:50%;display:grid;place-items:center}
.lightbox-close{right:26px;top:20px;width:50px;height:50px;font-size:32px}
.lightbox-prev,.lightbox-next{width:54px;height:54px;top:50%;transform:translateY(-50%);font-size:38px}
.lightbox-prev{left:24px}.lightbox-next{right:24px}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s ease}
.reveal.is-visible{opacity:1;transform:none}
@media (max-width:1100px){
  .main-nav{gap:18px}.header-phone{display:none}
  .split-layout,.property-head,.gazebo-hero,.contacts-grid{grid-template-columns:1fr}
  .about-visual{min-height:570px}.stay-cards{grid-template-columns:1fr 1fr}.stay-card:last-child{grid-column:span 2;height:480px}
  .property-head{gap:35px}.property-preview{height:520px}.gazebo-feature{height:520px}.gazebo-copy{padding:55px}
  .territory-mosaic{grid-template-columns:1fr 1fr;grid-template-rows:340px 300px 300px}.mosaic-item:nth-child(1){grid-row:span 2}.mosaic-item:nth-child(4){grid-column:span 1}.mosaic-item:nth-child(5){grid-column:span 2}
}
@media (max-width:860px){
  :root{--container:min(100% - 28px,1240px);--radius:22px}
  .section{padding:80px 0}.header-inner{height:74px}.brand span{font-size:16px}.brand img{width:42px;height:42px}
  .menu-toggle{display:block}.main-nav{position:absolute;top:74px;left:14px;right:14px;display:none;flex-direction:column;align-items:stretch;gap:0;background:rgba(7,25,17,.98);border:1px solid var(--line);border-radius:18px;padding:14px;box-shadow:var(--shadow)}
  .main-nav.is-open{display:flex}.main-nav a{padding:13px 8px;border-bottom:1px solid rgba(255,255,255,.06)}
  .hero{min-height:850px;padding-top:140px}.hero-shade{background:linear-gradient(0deg,rgba(2,10,7,.96) 0%,rgba(3,13,8,.72) 65%,rgba(3,12,8,.34))}.hero h1{font-size:clamp(50px,14vw,78px)}.hero p{font-size:17px}.scroll-hint{display:none}
  .section-heading{grid-template-columns:1fr;gap:18px}.feature-grid{grid-template-columns:1fr}.feature-grid article{min-height:auto}.about-visual{min-height:500px}
  .stay-cards{grid-template-columns:1fr}.stay-card,.stay-card:last-child{grid-column:auto;height:500px}
  .property-preview{height:420px}.photo-card{flex-basis:84vw;height:360px}.gazebo-copy{padding:45px 28px}.gazebo-feature{height:430px}
  .territory-mosaic{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:320px 260px 260px}.mosaic-item:nth-child(1){grid-column:span 2;grid-row:auto}.mosaic-item:nth-child(4){grid-column:auto}.mosaic-item:nth-child(5){grid-column:span 2}
  .booking-band-inner{padding:42px 28px;display:block}.booking-actions{margin-top:28px}.contacts-card{padding:40px 28px}.contacts-image{min-height:400px}
  .footer-inner{flex-direction:column;align-items:flex-start}.footer-inner p{margin-left:0}.lightbox{padding:70px 18px 20px}.lightbox-prev,.lightbox-next{top:auto;bottom:18px}.lightbox-prev{left:calc(50% - 70px)}.lightbox-next{right:calc(50% - 70px)}
}
@media (max-width:560px){
  .brand span{display:none}.hero{min-height:760px}.hero h1{font-size:50px}.hero-actions .btn{width:100%}.hero-meta{font-size:12px}.section h2{font-size:40px}
  .about-visual{min-height:420px}.visual-card--main{inset:0 0 14%}.visual-card--float{width:48%;height:36%}.stat-chip{width:116px;height:116px;right:2%}.stat-chip strong{font-size:34px}
  .stay-card{height:460px}.stay-card-content{padding:24px}.stay-card h3{font-size:32px}.property-head{display:block}.property-preview{margin-top:32px;height:340px}.photo-card{height:300px}.rail-controls{justify-content:center}
  .gazebo-feature{height:340px}.territory-mosaic{display:flex;flex-direction:column}.mosaic-item{height:300px}.mosaic-item:nth-child(1){height:420px}.master-gallery{columns:2 145px}.gallery-item figcaption{display:none}
  .booking-band h2{font-size:36px}.booking-actions .btn,.contact-buttons .btn{width:100%}.contact-item{grid-template-columns:1fr;gap:5px}.contacts-card h2{font-size:38px}.form-row{grid-template-columns:1fr}.modal-panel{padding:34px 22px}.modal-panel h2{font-size:34px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}*,*:before,*:after{animation:none!important;transition:none!important}}


/* Exact first-screen visualization requested by the client */
.brand-wordmark{display:flex;flex-direction:column;align-items:center;gap:0;line-height:.84;color:#f1eadc;text-shadow:0 4px 18px rgba(0,0,0,.38)}
.brand-wordmark__main{font-family:Georgia,"Times New Roman",serif;font-size:25px;font-weight:700;letter-spacing:.035em}
.brand-wordmark__sub{display:flex;align-items:center;gap:7px;font-family:Arial,sans-serif;font-size:11px;font-weight:700;letter-spacing:.33em;margin-left:.33em;margin-top:5px}
.brand-wordmark__sub i{display:block;width:13px;height:2px;background:var(--gold);transform:skewX(-25deg)}

.hero-exact{height:100svh;min-height:680px;padding:0;display:block;background:#03100b}
.hero-exact .hero-media{position:absolute;inset:0}
.hero-exact .hero-media img{width:100%;height:100%;object-fit:cover;object-position:center center}
.hero-hotspots{position:absolute;inset:0;z-index:5}
.hotspot{position:absolute;display:block;background:transparent;border:0;padding:0;border-radius:10px}
.hotspot:focus-visible{outline:2px solid var(--gold-2);outline-offset:3px;background:rgba(239,197,110,.08)}
.hotspot-logo{left:5.8%;top:2.4%;width:14%;height:9.5%}
.hotspot-about{left:47.4%;top:3.2%;width:7.5%;height:6.5%}
.hotspot-cottages{left:55%;top:3.2%;width:7%;height:6.5%}
.hotspot-gazebo{left:62.4%;top:3.2%;width:6.3%;height:6.5%}
.hotspot-rest{left:69.2%;top:3.2%;width:5.4%;height:6.5%}
.hotspot-gallery{left:75.1%;top:3.2%;width:6.2%;height:6.5%}
.hotspot-contacts{left:81.6%;top:3.2%;width:6.8%;height:6.5%}
.hotspot-phone{left:88.6%;top:3.1%;width:9.3%;height:6.7%}
.hotspot-book{left:6.7%;top:72.2%;width:15.5%;height:7.9%}
.hotspot-view{left:22.7%;top:72.2%;width:15.4%;height:7.9%}
.hotspot-scroll{right:2.8%;bottom:3.2%;width:4.2%;height:7.4%;border-radius:50%}
.hero-mobile-content,.hero-mobile-shade{display:none}

@media (min-width:901px){
  .site-header:not(.is-scrolled) .header-inner{opacity:0;pointer-events:none}
  .site-header .header-inner{transition:opacity .25s ease}
}

@media (max-width:900px){
  .hero-exact{min-height:760px;display:grid;align-items:end;padding:140px 0 70px}
  .hero-exact .hero-media img{object-position:68% center;filter:saturate(.9) brightness(.78)}
  .hero-hotspots{display:none}
  .hero-mobile-shade{display:block;position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,10,7,.97) 0%,rgba(3,13,8,.78) 58%,rgba(3,12,8,.28) 100%);z-index:1}
  .hero-mobile-content{display:block;z-index:2}
  .hero-mobile-content h1{font-size:clamp(48px,13vw,76px);line-height:.98;max-width:760px;margin:22px 0 26px}
  .hero-mobile-content h1 em{font-style:normal;color:var(--gold-2)}
  .hero-mobile-content p{max-width:620px;font-size:17px;color:#e0dfd7;margin:0 0 30px}
  .brand-wordmark__main{font-size:20px}
  .brand-wordmark__sub{font-size:9px}
}

@media (max-width:560px){
  .brand-wordmark{align-items:flex-start}
  .brand-wordmark__main{font-size:17px}
  .brand-wordmark__sub{font-size:8px;margin-top:4px}
  .hero-mobile-content h1{font-size:47px}
  .hero-mobile-content .hero-actions .btn{width:100%}
}

/* Tariff blocks */
.stay-card-quick{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 14px}
.stay-card-quick span{display:inline-flex;padding:6px 9px;border-radius:999px;background:rgba(8,28,18,.72);border:1px solid rgba(239,197,110,.25);color:#f0d397;font-size:11px;line-height:1.2;backdrop-filter:blur(8px)}
.tariff-panel{margin-top:74px;padding:42px;border-radius:30px;background:linear-gradient(145deg,rgba(17,45,32,.96),rgba(7,25,17,.98));border:1px solid rgba(239,197,110,.2);box-shadow:0 30px 75px rgba(0,0,0,.28);position:relative;overflow:hidden}
.tariff-panel:before{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-150px;top:-190px;background:radial-gradient(circle,rgba(201,150,63,.18),transparent 68%);pointer-events:none}
.tariff-panel-top{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:28px;position:relative;z-index:1}
.tariff-panel-top h3{font-size:clamp(32px,3.4vw,50px);margin:9px 0 0}
.tariff-summary{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid rgba(255,255,255,.07);border-radius:20px;overflow:hidden;background:rgba(3,15,9,.28);margin-bottom:22px}
.tariff-summary-item{padding:20px 22px;display:grid;gap:5px;border-right:1px solid rgba(255,255,255,.07)}
.tariff-summary-item:last-child{border-right:0}
.tariff-summary-item span{color:var(--gold);font-size:11px;text-transform:uppercase;letter-spacing:.1em}
.tariff-summary-item strong{font-family:Georgia,serif;font-size:18px;font-weight:400;color:#f5efe2}
.service-price{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 24px;margin-bottom:18px;border-radius:18px;background:linear-gradient(110deg,rgba(202,150,63,.18),rgba(12,36,24,.65));border:1px solid rgba(239,197,110,.3)}
.service-price>div{display:grid;gap:3px}.service-price span{font-family:Georgia,serif;font-size:21px;color:#f3ead9}.service-price small{color:#c6cdc6}
.service-price strong{font-family:Georgia,serif;color:var(--gold-2);font-size:26px;font-weight:400;white-space:nowrap}
.tariff-equipment{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:22px}
.tariff-equipment span{padding:8px 12px;border-radius:999px;background:rgba(5,21,14,.58);border:1px solid rgba(255,255,255,.08);color:#d8ded8;font-size:12px}
.tariff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.tariff-card{background:rgba(5,20,13,.62);border:1px solid rgba(255,255,255,.08);border-radius:21px;padding:25px;min-height:255px;display:flex;flex-direction:column;transition:transform .25s,border-color .25s,background .25s}
.tariff-card:hover{transform:translateY(-3px);border-color:rgba(239,197,110,.33);background:rgba(10,33,22,.78)}
.tariff-card--info{background:linear-gradient(150deg,rgba(149,101,27,.13),rgba(5,20,13,.62))}
.tariff-card-head{padding-bottom:17px;border-bottom:1px solid rgba(255,255,255,.08)}
.tariff-card h4{margin:0 0 7px;font-family:Georgia,serif;font-weight:400;color:var(--gold-2);font-size:25px}
.tariff-card p{margin:0;color:#bfc8bf;font-size:13px;line-height:1.45}
.tariff-rates{display:grid;gap:0;margin-top:10px}
.tariff-rate{display:grid;gap:5px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.065)}
.tariff-rate:last-child{border-bottom:0}
.tariff-rate span{color:#c9d0ca;font-size:13px}
.tariff-rate strong{font-family:Georgia,serif;font-size:20px;font-weight:400;color:#f3ead9}
.tariff-times{display:flex;gap:18px;flex-wrap:wrap;margin-top:auto;padding-top:15px;color:#aeb9b0;font-size:12px}
.tariff-times strong{color:var(--gold-2);font-size:14px;margin-left:4px}
.tariff-notes{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:9px}
.tariff-notes li{position:relative;padding-left:24px;color:#c8d0c9;font-size:13px}
.tariff-notes li:before{content:"";position:absolute;left:0;top:.52em;width:9px;height:9px;border:1px solid var(--gold);border-radius:50%;box-shadow:inset 0 0 0 2px #0c281b}
.gazebo-tariff{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:30px;margin:0 0 34px;padding:27px 31px;border-radius:24px;background:linear-gradient(120deg,rgba(17,48,33,.95),rgba(8,27,18,.97));border:1px solid rgba(239,197,110,.2);box-shadow:0 20px 48px rgba(0,0,0,.2)}
.gazebo-tariff h3{font-size:30px;margin:3px 0 4px}.gazebo-tariff p{margin:0;color:var(--muted);font-size:14px}
.tariff-kicker{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:var(--gold)}
.gazebo-price{display:grid;gap:2px;padding:0 30px;border-left:1px solid var(--line);border-right:1px solid var(--line);text-align:center}
.gazebo-price span,.gazebo-price small{font-size:11px;color:#bac4bc}.gazebo-price strong{font-family:Georgia,serif;color:var(--gold-2);font-size:29px;font-weight:400;line-height:1.1}
.contacts-grid{grid-template-columns:1fr;min-height:0}
.contacts-card{max-width:900px;width:100%;margin-inline:auto}
@media (max-width:980px){
  .tariff-grid{grid-template-columns:1fr 1fr}.tariff-card:last-child{grid-column:span 2}
  .gazebo-tariff{grid-template-columns:1fr auto}.gazebo-tariff .btn{grid-column:span 2}
}
@media (max-width:700px){
  .tariff-panel{padding:29px 20px;margin-top:52px;border-radius:24px}.tariff-panel-top{align-items:flex-start;flex-direction:column}.tariff-panel-top .btn{width:100%}
  .tariff-summary{grid-template-columns:1fr}.tariff-summary-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.07)}.tariff-summary-item:last-child{border-bottom:0}
  .service-price{align-items:flex-start;flex-direction:column}.service-price strong{white-space:normal}
  .tariff-grid{grid-template-columns:1fr}.tariff-card:last-child{grid-column:auto}.tariff-card{min-height:0}
  .gazebo-tariff{grid-template-columns:1fr;padding:24px 20px}.gazebo-tariff .btn{grid-column:auto;width:100%}.gazebo-price{border-left:0;border-right:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;text-align:left}
}
