
:root{
  --bg:#050505;
  --bg-soft:#0d0d0d;
  --panel:#121212;
  --panel-2:#171717;
  --text:#f3f3f3;
  --muted:#b6b6b6;
  --line:#2b2b2b;
  --line-soft:#1e1e1e;
  --white:#ffffff;
  --shadow:0 22px 40px rgba(0,0,0,.38);
  --radius:28px;
  --container:1200px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:'Montserrat',sans-serif;
  background:var(--bg);
  color:var(--text);
  overflow-x:hidden;
  background-image:url('../assets/images/brand/brand-texture.jpg');
  background-size:800px;
  background-attachment:fixed;
  background-blend-mode:soft-light;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
.container{width:min(var(--container),calc(100% - 32px));margin-inline:auto}
.site-header{
  position:sticky; top:0; z-index:70;
  backdrop-filter:blur(12px);
  background:rgba(3,3,3,.82);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 0}
.brand{display:flex;align-items:center;gap:14px;font-weight:700;letter-spacing:.04em}
.brand img{width:54px;height:54px;object-fit:cover;border-radius:50%;border:1px solid rgba(255,255,255,.18)}
.site-nav{display:flex;align-items:center;gap:26px}
.site-nav a{color:#d8d8d8;font-size:.95rem}
.site-nav a:hover{color:var(--white)}
.nav-cta{padding:12px 18px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#151515}
.nav-toggle{display:none;background:none;border:0;cursor:pointer}
.nav-toggle span{display:block;width:26px;height:2px;background:#fff;margin:5px 0}

.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}
.hero-media,.hero-media img,.hero-overlay,.booking-bg,.booking-bg img{position:absolute;inset:0;width:100%;height:100%}
.hero-media img,.booking-bg img{object-fit:cover}
.hero-overlay{
  background:
    linear-gradient(90deg, rgba(0,0,0,.82) 0%, rgba(0,0,0,.62) 40%, rgba(0,0,0,.3) 100%),
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.14), transparent 28%);
  z-index:1;
}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:center;padding:110px 0 150px}
.eyebrow{display:inline-block;font-size:.78rem;letter-spacing:.24em;color:#d3d3d3;border:1px solid rgba(255,255,255,.14);padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.03);margin-bottom:18px}
.hero-copy h1{
  font-family:'Playfair Display',serif;
  font-size:clamp(2.6rem,5vw,5.3rem);
  line-height:1.03;
  margin-bottom:18px;
  max-width:760px;
}
.hero-copy p{max-width:620px;color:#d0d0d0;line-height:1.9;font-size:1.02rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 24px;border-radius:999px;font-weight:700;transition:.28s ease;border:1px solid transparent}
.btn-primary{background:#fff;color:#000}
.btn-primary:hover{transform:translateY(-2px);background:#ebebeb}
.btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.35)}
.btn-outline:hover{background:rgba(255,255,255,.08);transform:translateY(-2px)}
.hero-points{display:flex;flex-wrap:wrap;gap:12px;list-style:none;margin-top:26px}
.hero-points li{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);color:#e7e7e7;font-size:.9rem}

.hero-card{
  background:rgba(15,15,15,.72);
  border:1px solid rgba(255,255,255,.14);
  border-radius:34px;
  overflow:hidden;
  box-shadow:var(--shadow);
  max-width:420px;
  justify-self:end;
}
.hero-card img{width:100%;height:530px;object-fit:cover}
.hero-card-content{padding:22px}
.hero-card-content strong{display:block;font-size:1.2rem;margin-bottom:8px}
.hero-card-content span{display:block;color:var(--muted);line-height:1.7}
.hero-card-content b{display:inline-block;margin-top:16px;padding-top:14px;border-top:1px dashed rgba(255,255,255,.16)}

.hero-marquee{
  position:absolute;left:0;right:0;bottom:22px;z-index:2;overflow:hidden;
  background:rgba(0,0,0,.78);border-top:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12)
}
.marquee-track{display:flex;width:max-content;animation:marquee 22s linear infinite}
.marquee-track span{white-space:nowrap;padding:14px 22px;color:#e0e0e0;font-size:.88rem;letter-spacing:.18em}

.section{padding:96px 0}
.section-dark{background:rgba(255,255,255,.02);border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04)}
.section-head{margin-bottom:34px;text-align:center}
.section-head h2{font-family:'Playfair Display',serif;font-size:clamp(2rem,3vw,3rem);margin-bottom:12px}
.section-head p{max-width:680px;margin:0 auto;color:var(--muted);line-height:1.8}

.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.service-card{
  background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.015));
  border:1px solid rgba(255,255,255,.08);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow);
}
.service-card img{width:100%;height:280px;object-fit:cover}
.service-body{padding:22px}
.service-body h3{font-size:1.18rem;margin-bottom:8px}
.service-body p{color:var(--muted);line-height:1.7}
.service-body span{display:inline-block;margin-top:14px;padding:10px 0 0;border-top:1px dashed rgba(255,255,255,.16);font-weight:700}

.gallery-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  grid-auto-rows:240px;
}
.gallery-item{
  overflow:hidden;border-radius:26px;border:1px solid rgba(255,255,255,.08);
  cursor:pointer;box-shadow:var(--shadow);background:#0b0b0b
}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease, filter .35s ease;filter:grayscale(20%)}
.gallery-item:hover img{transform:scale(1.05);filter:grayscale(0%)}
.gallery-item.tall{grid-row:span 2}
.gallery-item.wide{grid-column:span 2}

.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}
.story-copy h2{font-family:'Playfair Display',serif;font-size:clamp(2rem,3vw,3rem);margin-bottom:16px}
.story-copy p{color:var(--muted);line-height:1.95;margin-bottom:16px}
.story-features{display:grid;grid-template-columns:1fr;gap:14px;margin-top:18px}
.story-features div{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:18px}
.story-features strong{display:block;margin-bottom:6px}
.story-features span{color:var(--muted);line-height:1.7}
.story-media{position:relative;min-height:560px}
.story-media .primary{height:100%;width:88%;object-fit:cover;border-radius:28px;border:1px solid rgba(255,255,255,.08)}
.story-media .secondary{
  position:absolute;right:0;bottom:26px;width:45%;height:240px;object-fit:cover;
  border-radius:24px;border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow)
}

.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.team-card{background:#121212;border:1px solid rgba(255,255,255,.08);border-radius:26px;overflow:hidden;text-align:center}
.team-card img{width:100%;height:340px;object-fit:cover}
.team-card h3{margin:18px 0 6px}
.team-card p{color:var(--muted);padding-bottom:20px}

.interior-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.interior-strip img{height:260px;width:100%;object-fit:cover;border-radius:24px;border:1px solid rgba(255,255,255,.08);box-shadow:var(--shadow)}

.offers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.offer-card{background:#111;border:1px solid rgba(255,255,255,.08);border-radius:28px;overflow:hidden}
.offer-card img{height:280px;width:100%;object-fit:cover}
.offer-content{padding:20px}
.offer-content h3{margin-bottom:8px}
.offer-content p{color:var(--muted);line-height:1.7}

.booking-section{position:relative;overflow:hidden}
.booking-bg::after{
  content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.58));
}
.booking-grid{position:relative;z-index:2;display:grid;grid-template-columns:.9fr 1.1fr;gap:32px;align-items:start}
.booking-copy h2{font-family:'Playfair Display',serif;font-size:clamp(2rem,3vw,3rem);margin-bottom:16px}
.booking-copy p,.booking-copy li{color:#d0d0d0;line-height:1.9}
.booking-copy ul{padding-left:18px;margin-top:18px}
.booking-form{
  background:rgba(12,12,12,.88);border:1px solid rgba(255,255,255,.12);border-radius:32px;padding:26px;
  box-shadow:var(--shadow);backdrop-filter:blur(10px)
}
.input-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:16px}
.booking-form input,.booking-form select,.booking-form textarea{
  width:100%;padding:15px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.08);
  background:#181818;color:#fff;outline:none
}
.booking-form textarea{margin-bottom:16px;resize:vertical;min-height:110px}
.booking-form input:focus,.booking-form select:focus,.booking-form textarea:focus{border-color:rgba(255,255,255,.35);background:#1d1d1d}
.submit-btn{width:100%}
.form-note{color:#a7a7a7;font-size:.86rem;line-height:1.7;margin-top:14px}

.site-footer{padding-top:62px;border-top:1px solid rgba(255,255,255,.05);background:#050505}
.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;padding-bottom:26px}
.site-footer h3{margin-bottom:14px}
.site-footer p,.site-footer a{display:block;color:var(--muted);margin-bottom:8px;line-height:1.7}
.site-footer a:hover{color:#fff}
.socials{display:flex;gap:12px;margin-top:12px}
.socials a{
  width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#141414;border:1px solid rgba(255,255,255,.08)
}
.footer-bottom{padding:18px 0 28px;border-top:1px solid rgba(255,255,255,.05);color:#8d8d8d;text-align:center}

.lightbox{
  position:fixed;inset:0;background:rgba(0,0,0,.88);display:none;align-items:center;justify-content:center;
  z-index:90;padding:24px
}
.lightbox.open{display:flex}
.lightbox img{max-width:min(1200px,90vw);max-height:86vh;border-radius:22px;border:1px solid rgba(255,255,255,.12)}
.lightbox-close{
  position:absolute;top:18px;right:18px;width:46px;height:46px;border-radius:50%;
  background:#161616;color:#fff;border:1px solid rgba(255,255,255,.12);font-size:2rem;line-height:1;cursor:pointer
}
::-webkit-scrollbar{width:8px}
::-webkit-scrollbar-track{background:#101010}
::-webkit-scrollbar-thumb{background:#5f5f5f;border-radius:20px}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

@media (max-width: 1080px){
  .hero-grid,.story-grid,.booking-grid{grid-template-columns:1fr}
  .hero-card{justify-self:start;max-width:480px}
  .services-grid,.team-grid,.offers-grid,.footer-grid,.interior-strip{grid-template-columns:repeat(2,1fr)}
  .gallery-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width: 760px){
  .nav-toggle{display:block}
  .site-nav{
    position:absolute;top:100%;right:16px;left:16px;display:none;flex-direction:column;align-items:flex-start;
    background:#0a0a0a;border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:16px
  }
  .site-nav.open{display:flex}
  .gallery-grid,.services-grid,.team-grid,.offers-grid,.footer-grid,.interior-strip,.input-grid{grid-template-columns:1fr}
  .gallery-item.tall,.gallery-item.wide{grid-row:auto;grid-column:auto}
  .story-media{min-height:auto}
  .story-media .primary{width:100%;height:420px}
  .story-media .secondary{position:relative;width:70%;height:220px;margin:-70px 0 0 auto}
  .hero-grid{padding-top:100px}
  .hero-card img{height:440px}
}
