
:root{
  --bg:#0d0e0f;
  --panel:#141517;
  --text:#f7f3ec;
  --muted:#bdb7ad;
  --gold:#d6a354;
  --line:rgba(214,163,84,.24);
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--bg);color:var(--text);
  font-family:Inter,system-ui,sans-serif;line-height:1.6;
}
img,video{display:block;width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit}
.site-header{
  position:fixed;z-index:20;top:0;left:0;right:0;
  height:78px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;
  background:linear-gradient(to bottom,rgba(0,0,0,.75),rgba(0,0,0,.08));
  transition:.3s ease;
}
.site-header.scrolled{background:rgba(13,14,15,.92);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.brand{display:flex;flex-direction:column;letter-spacing:.12em;line-height:1}
.brand span{font-family:"Cormorant Garamond",serif;font-size:1.45rem;font-weight:600}
.brand small{font-size:.55rem;letter-spacing:.45em;margin-top:6px}
.nav{display:flex;gap:28px;font-size:.9rem}
.nav a{opacity:.9;position:relative}
.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:1px;background:var(--gold);transition:.25s}
.nav a:hover:after{right:0}
.menu-toggle{display:none;background:none;border:0;color:white;font-size:1.8rem}
.hero{
  min-height:100svh;position:relative;display:flex;align-items:flex-end;
  background-image:var(--hero);background-size:cover;background-position:center 40%;
}
.hero-overlay{position:absolute;inset:0;background:
  linear-gradient(90deg,rgba(6,8,9,.96) 0%,rgba(6,8,9,.7) 38%,rgba(6,8,9,.12) 75%),
  linear-gradient(0deg,rgba(6,8,9,.72),transparent 40%)
}
.hero-copy{position:relative;z-index:2;max-width:780px;padding:160px 6vw 12vh}
.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.18em;font-size:.78rem}
.subline{color:#eee;margin:6px 0 24px}
h1,h2,h3{font-family:"Cormorant Garamond",serif;margin:0 0 .45em;line-height:.98;font-weight:600}
h1{font-size:clamp(3.4rem,8vw,7.2rem);max-width:850px}
h2{font-size:clamp(2.8rem,5vw,5.2rem)}
h3{font-size:1.7rem}
.hero-actions,.cta-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border:1px solid var(--gold);text-transform:uppercase;letter-spacing:.09em;font-size:.78rem}
.btn-gold{background:var(--gold);color:#111}
.btn-outline{background:rgba(10,10,10,.18)}
.scroll-cue{position:absolute;right:4vw;bottom:5vh;z-index:2;writing-mode:vertical-rl;letter-spacing:.25em;font-size:.65rem;color:#ddd}
.section{padding:110px 5vw;max-width:var(--max);margin:auto}
.section-heading{text-align:center;max-width:780px;margin:0 auto 52px}
.section-heading p:last-child{color:var(--muted)}
.filters{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:30px}
.filter{border:1px solid #2d3033;background:#141618;color:#ddd;padding:10px 16px;cursor:pointer}
.filter.active,.filter:hover{border-color:var(--gold);color:var(--gold)}
.gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}
.gallery-card{grid-column:span 4;background:#141517;overflow:hidden;position:relative}
.gallery-card:nth-child(4n+1){grid-column:span 6}
.gallery-card:nth-child(4n+2){grid-column:span 3}
.gallery-card:nth-child(4n+3){grid-column:span 3}
.gallery-card img{height:430px;object-fit:cover;transition:transform .6s ease,filter .4s}
.gallery-card:hover img{transform:scale(1.025);filter:brightness(.88)}
.gallery-card figcaption{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-top:1px solid #202326}
.zoom{border:0;background:transparent;color:var(--gold);font-size:1.15rem;cursor:pointer}
.hidden-card{display:none}
.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:60px;align-items:center}
.about-media img{height:620px;object-fit:cover}
.about-copy p{color:var(--muted);max-width:680px}
.text-link{color:var(--gold);display:inline-block;margin-top:14px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.service-card{padding:28px;border:1px solid var(--line);background:linear-gradient(180deg,#151719,#111214)}
.service-card span{color:var(--gold);font-size:.8rem;letter-spacing:.18em}
.service-card p{color:var(--muted);margin-bottom:0}
.video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.video-card{border:1px solid var(--line);background:#000}
.video-card video{aspect-ratio:9/16;max-height:720px;object-fit:cover;background:#000}
.cta{max-width:none;background:
  radial-gradient(circle at 70% 20%,rgba(214,163,84,.12),transparent 30%),
  #101113;text-align:center}
.cta-inner{max-width:800px;margin:auto}
.cta p{color:var(--muted)}
.small-note{font-size:.82rem}
footer{padding:32px 5vw 42px;display:flex;align-items:end;justify-content:space-between;gap:20px;border-top:1px solid var(--line);color:var(--muted);font-size:.8rem}
.footer-brand{color:var(--text)}
.lightbox{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.94);display:none;align-items:center;justify-content:center;padding:6vw}
.lightbox.open{display:flex}
.lightbox img{max-height:88vh;max-width:92vw;object-fit:contain;width:auto}
.lightbox-close{position:absolute;right:3vw;top:2vw;border:0;background:none;color:white;font-size:3rem;cursor:pointer}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:none}
@media (max-width:900px){
  .menu-toggle{display:block}
  .nav{
    position:absolute;top:78px;left:0;right:0;display:none;flex-direction:column;
    padding:24px 5vw;background:#0d0e0f;border-top:1px solid var(--line)
  }
  .nav.open{display:flex}
  .hero{background-position:58% center}
  .hero-overlay{background:linear-gradient(0deg,rgba(6,8,9,.95) 5%,rgba(6,8,9,.56) 62%,rgba(6,8,9,.22))}
  .hero-copy{padding:180px 6vw 10vh}
  .gallery-card,.gallery-card:nth-child(n){grid-column:span 6}
  .gallery-card img{height:360px}
  .split{grid-template-columns:1fr}
  .about-media img{height:520px}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  footer{align-items:flex-start;flex-direction:column}
}
@media (max-width:620px){
  .site-header{height:68px}
  .nav{top:68px}
  .brand span{font-size:1.1rem}
  h1{font-size:clamp(3rem,15vw,4.7rem)}
  .section{padding:82px 5vw}
  .gallery{grid-template-columns:1fr}
  .gallery-card,.gallery-card:nth-child(n){grid-column:auto}
  .gallery-card img{height:440px}
  .service-grid,.video-grid{grid-template-columns:1fr}
  .about-media img{height:460px}
}


/* Reginald profile + premium booking */
.brand-logo img{width:225px;max-width:44vw;height:auto}
.footer-brand img{width:210px;max-width:65vw}
.about-media{position:relative}
.about-media .reginald-main{height:590px;object-fit:cover;object-position:center 28%;border:1px solid var(--line)}
.profile-mini-grid{
  width:62%;margin:-78px 0 0 auto;position:relative;z-index:2;
  display:grid;grid-template-columns:1fr 1fr;gap:10px
}
.profile-mini-grid img{
  width:100%;aspect-ratio:1/1;object-fit:cover;
  border:5px solid var(--bg);box-shadow:0 18px 42px rgba(0,0,0,.35)
}
.contact-cards{
  display:grid;grid-template-columns:repeat(3,1fr);gap:14px;
  margin:34px auto 10px;text-align:left
}
.contact-card{
  display:flex;align-items:center;gap:14px;padding:18px;
  border:1px solid var(--line);background:rgba(255,255,255,.025);
  transition:.25s ease
}
.contact-card:hover{transform:translateY(-3px);border-color:var(--gold);background:rgba(214,163,84,.06)}
.contact-card small{
  display:block;color:var(--gold);text-transform:uppercase;
  letter-spacing:.14em;font-size:.63rem
}
.contact-card strong{display:block;margin-top:3px;color:var(--text);font-size:.95rem}
.contact-icon{
  width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;
  border:1px solid var(--gold);border-radius:50%;color:var(--gold);font-size:.72rem;font-weight:700
}
.whatsapp-float{
  position:fixed;right:22px;bottom:22px;z-index:50;
  display:flex;flex-direction:column;padding:11px 17px;border-radius:999px;
  background:#e8bc69;color:#101010;box-shadow:0 14px 40px rgba(0,0,0,.4);line-height:1.15
}
.whatsapp-float span{font-size:.6rem;letter-spacing:.15em;text-transform:uppercase}
.whatsapp-float strong{font-size:.82rem}
@media (max-width:900px){
  .brand-logo img{width:180px;max-width:57vw}
  .contact-cards{grid-template-columns:1fr}
}
@media (max-width:620px){
  .brand-logo img{width:154px;max-width:60vw}
  .about-media .reginald-main{height:470px}
  .profile-mini-grid{width:75%;margin-top:-48px}
  .whatsapp-float{right:12px;bottom:12px;padding:10px 13px}
}


/* User-provided Regikock logo */
.brand-logo{
  display:flex;
  align-items:center;
}
.brand-logo img{
  width:240px;
  max-width:48vw;
  height:auto;
  object-fit:contain;
  display:block;
}
.footer-brand img{
  width:220px;
  max-width:60vw;
  height:auto;
  object-fit:contain;
  display:block;
}
@media (max-width:900px){
  .brand-logo img{width:185px; max-width:58vw;}
  .footer-brand img{width:180px;}
}
@media (max-width:620px){
  .brand-logo img{width:160px; max-width:62vw;}
  .footer-brand img{width:155px;}
}


/* Luxury logo / brand update */
.luxury-brand{
  display:flex;
  align-items:center;
  gap:14px;
  line-height:1;
}
.luxury-mark{
  width:54px;
  height:54px;
  border:1.5px solid rgba(214,163,84,.65);
  border-radius:50%;
  display:grid;
  place-items:center;
  color:var(--gold);
  font-family:"Cormorant Garamond",serif;
  font-size:1.5rem;
  font-weight:700;
  letter-spacing:.05em;
  box-shadow:0 0 0 6px rgba(214,163,84,.06);
  background:rgba(9,9,10,.22);
}
.luxury-copy{
  display:flex;
  flex-direction:column;
  gap:5px;
}
.luxury-copy strong{
  font-family:"Cormorant Garamond",serif;
  font-size:1.8rem;
  letter-spacing:.08em;
  font-weight:600;
  text-transform:uppercase;
  color:#f7f3ec;
}
.luxury-copy small{
  color:var(--gold);
  font-size:.58rem;
  letter-spacing:.45em;
  text-transform:uppercase;
}
.footer-brand .luxury-copy strong{font-size:1.45rem}
.footer-brand .luxury-mark{width:48px;height:48px;font-size:1.3rem}
.brand-tagline{
  margin:2px 0 0;
  color:rgba(247,243,236,.72);
  font-size:.95rem;
  letter-spacing:.03em;
}
.site-header .luxury-brand{
  padding:6px 0;
}
.site-header.scrolled .luxury-mark{
  background:rgba(9,9,10,.5);
}
@media (max-width:900px){
  .luxury-mark{width:46px;height:46px;font-size:1.25rem}
  .luxury-copy strong{font-size:1.35rem}
  .luxury-copy small{font-size:.52rem;letter-spacing:.34em}
}
@media (max-width:620px){
  .luxury-mark{width:40px;height:40px;font-size:1.1rem}
  .luxury-copy strong{font-size:1.08rem}
  .luxury-copy small{font-size:.48rem;letter-spacing:.28em}
  .brand-tagline{font-size:.82rem}
}


/* ===== V7 luxury redesign overrides ===== */
body{
  background:
    radial-gradient(circle at 20% 0%, rgba(214,163,84,.10), transparent 24%),
    radial-gradient(circle at 100% 20%, rgba(214,163,84,.06), transparent 20%),
    linear-gradient(180deg, #070809 0%, #0b0c0e 16%, #0f1012 100%);
  color: var(--text);
}
.site-header{
  border-bottom: 1px solid rgba(255,255,255,.03);
  box-shadow: 0 10px 40px rgba(0,0,0,.18);
}
.site-header.scrolled{
  background: rgba(8,9,10,.90);
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}
.nav{
  align-items:center;
}
.nav a{
  font-size:.92rem;
  letter-spacing:.03em;
}
.nav-cta{
  padding:11px 16px;
  border:1px solid rgba(214,163,84,.55);
  border-radius:999px;
  background:rgba(214,163,84,.10);
  color:var(--text);
}
.nav-cta:hover{
  background:rgba(214,163,84,.18);
}
.hero{
  min-height:108svh;
  background-position:center 42%;
}
.hero-overlay{
  background:
    linear-gradient(90deg, rgba(4,5,6,.96) 0%, rgba(7,8,10,.82) 28%, rgba(8,8,9,.30) 64%, rgba(8,8,9,.20) 100%),
    linear-gradient(0deg, rgba(4,5,6,.86) 0%, rgba(4,5,6,.15) 38%, rgba(4,5,6,.12) 100%);
}
.hero-copy{
  max-width: 880px;
}
.eyebrow{
  font-weight:600;
}
.subline{
  font-size:1.15rem;
  color:#f3efe6;
}
.brand-tagline{
  max-width: 560px;
  margin-top: 12px;
  color: rgba(247,243,236,.78);
}
h1{
  max-width: 950px;
  text-shadow: 0 10px 35px rgba(0,0,0,.30);
}
.btn{
  box-shadow: 0 12px 28px rgba(0,0,0,.14);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0,0,0,.28);
}
.hero-pills{
  margin-top:28px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.hero-pills span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid rgba(214,163,84,.22);
  background:rgba(255,255,255,.04);
  color:#f1ede5;
  font-size:.76rem;
  letter-spacing:.10em;
  text-transform:uppercase;
  backdrop-filter: blur(10px);
}
.section{
  position:relative;
}
.section:before{
  content:"";
  position:absolute;
  left:5vw;
  right:5vw;
  top:0;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(214,163,84,.20), transparent);
}
.section-heading{
  margin-bottom:58px;
}
.section-heading h2{
  margin-bottom:.22em;
}
.filters{
  gap:12px;
  margin-bottom:34px;
}
.filter{
  border-radius:999px;
  padding:11px 18px;
  background:rgba(255,255,255,.02);
  border:1px solid rgba(214,163,84,.18);
}
.filter.active,.filter:hover{
  background:rgba(214,163,84,.12);
}
.gallery{
  gap:18px;
}
.gallery-card{
  border:1px solid rgba(214,163,84,.08);
  border-radius:18px;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.01));
  box-shadow: 0 10px 34px rgba(0,0,0,.16);
}
.gallery-card img{
  height:440px;
}
.gallery-card figcaption{
  background:rgba(7,8,10,.95);
  padding:16px 18px;
}
.gallery-card figcaption span{
  font-size:1.02rem;
}
.zoom{
  width:34px;
  height:34px;
  border-radius:50%;
  border:1px solid rgba(214,163,84,.30);
  display:grid;
  place-items:center;
}
.split{
  gap:72px;
}
.about{
  align-items:start;
}
.about-media .reginald-main{
  border-radius:22px;
  box-shadow:0 22px 60px rgba(0,0,0,.28);
}
.profile-mini-grid img{
  border-radius:18px;
}
.about-copy{
  padding-top:18px;
}
.about-copy p{
  font-size:1.05rem;
  color: rgba(247,243,236,.76);
}
.text-link{
  font-size:.95rem;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.experience-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.experience-card{
  padding:34px 28px;
  border-radius:22px;
  border:1px solid rgba(214,163,84,.14);
  background:
    linear-gradient(180deg, rgba(214,163,84,.08), rgba(255,255,255,.02)),
    #111214;
  box-shadow:0 18px 42px rgba(0,0,0,.18);
}
.experience-card span,
.service-card span{
  display:inline-block;
  margin-bottom:12px;
  color:var(--gold);
  font-size:.78rem;
  letter-spacing:.20em;
}
.experience-card h3,
.service-card h3{
  margin-bottom:.4em;
}
.experience-card p,
.service-card p{
  color:rgba(247,243,236,.72);
}
.service-grid{
  gap:18px;
}
.service-card{
  border-radius:20px;
  border:1px solid rgba(214,163,84,.12);
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01)),
    #111214;
  box-shadow:0 14px 36px rgba(0,0,0,.16);
}
.reels .video-card{
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 20px 46px rgba(0,0,0,.24);
}
.cta{
  padding-top:120px;
  padding-bottom:120px;
  background:
    radial-gradient(circle at 20% 30%, rgba(214,163,84,.10), transparent 18%),
    radial-gradient(circle at 80% 0%, rgba(214,163,84,.10), transparent 22%),
    linear-gradient(180deg, #0e1012 0%, #0a0b0c 100%);
}
.cta-inner{
  padding:46px 34px;
  border-radius:28px;
  border:1px solid rgba(214,163,84,.14);
  background:rgba(255,255,255,.025);
  box-shadow:0 22px 60px rgba(0,0,0,.24);
}
.contact-cards{
  margin-top:38px;
}
.contact-card{
  border-radius:18px;
  box-shadow:0 14px 32px rgba(0,0,0,.16);
}
.contact-icon{
  box-shadow:0 0 0 7px rgba(214,163,84,.06);
}
footer{
  background:#090a0b;
  padding-top:40px;
}
.crafted-note{
  color: rgba(214,163,84,.78);
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:.7rem;
}
.whatsapp-float{
  border:1px solid rgba(214,163,84,.45);
}
@media (max-width:900px){
  .hero{min-height:100svh}
  .experience-grid{grid-template-columns:1fr}
  .gallery-card img{height:390px}
}
@media (max-width:620px){
  .hero-copy{padding-top:150px}
  .hero-pills{gap:8px}
  .hero-pills span{font-size:.68rem;padding:0 12px}
  .gallery-card img{height:420px}
  .cta-inner{padding:34px 22px}
}


/* ===== V8 ULTRA-LUXURY EDITORIAL EXPERIENCE ===== */
:root{
  --champagne:#e5bd79;
  --cream:#f4efe6;
  --ink:#070809;
  --glass:rgba(255,255,255,.045);
}
body{
  overflow-x:hidden;
  background:
    radial-gradient(circle at 5% 12%,rgba(229,189,121,.09),transparent 22%),
    radial-gradient(circle at 92% 38%,rgba(132,95,49,.08),transparent 24%),
    #08090a;
}
body::selection{background:var(--champagne);color:#0a0a0a}
.site-preloader{
  position:fixed;inset:0;z-index:9999;display:grid;place-items:center;
  align-content:center;gap:18px;background:#070809;
  transition:opacity .7s ease,visibility .7s ease;
}
.site-preloader.hidden{opacity:0;visibility:hidden;pointer-events:none}
.preloader-mark{
  width:88px;height:88px;border-radius:50%;display:grid;place-items:center;
  border:1px solid rgba(229,189,121,.65);
  color:var(--champagne);
  font-family:"Cormorant Garamond",serif;font-size:2.4rem;letter-spacing:.08em;
  box-shadow:0 0 0 10px rgba(229,189,121,.04),0 0 65px rgba(229,189,121,.08);
}
.site-preloader p{font-size:.64rem;letter-spacing:.42em;color:#ddd;margin:0;text-align:center}
.scroll-progress{
  position:fixed;left:0;top:0;z-index:999;width:0;height:2px;
  background:linear-gradient(90deg,#a8773e,var(--champagne),#fff0c8);
  box-shadow:0 0 18px rgba(229,189,121,.5);
}
.site-header{
  height:88px;
  padding-left:4vw;padding-right:4vw;
}
.luxury-mark{
  border-color:rgba(229,189,121,.62);
  color:var(--champagne);
}
.luxury-copy strong{
  font-size:1.52rem;
  letter-spacing:.12em;
}
.nav{gap:22px}
.nav a{color:rgba(255,255,255,.82)}
.nav-cta{
  padding:12px 18px;
  border-radius:4px;
  background:linear-gradient(135deg,rgba(229,189,121,.17),rgba(229,189,121,.04));
  border-color:rgba(229,189,121,.45);
}
.hero{
  min-height:100svh;
  isolation:isolate;
}
.hero::after{
  content:"";
  position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(180deg,transparent 55%,#08090a 100%);
}
.hero-overlay{
  z-index:0;
  background:
    linear-gradient(90deg,rgba(3,4,5,.97) 0%,rgba(4,5,6,.86) 30%,rgba(4,5,6,.32) 64%,rgba(4,5,6,.18)),
    linear-gradient(0deg,rgba(3,4,5,.66),transparent 55%);
}
.hero-copy{
  padding-left:7vw;
  padding-bottom:13vh;
  max-width:980px;
  z-index:3;
}
.hero-signature{
  display:flex;align-items:center;gap:13px;
  margin-bottom:28px;
  color:rgba(255,255,255,.68);
  font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;
}
.hero-signature-mark{
  width:39px;height:39px;border:1px solid rgba(229,189,121,.6);border-radius:50%;
  display:grid;place-items:center;color:var(--champagne);
  font-family:"Cormorant Garamond",serif;font-size:1rem;font-weight:700;
}
.hero .eyebrow{font-size:.7rem;letter-spacing:.28em}
.hero .subline{font-size:1rem;letter-spacing:.05em}
.hero h1{
  font-size:clamp(4rem,7.4vw,7.6rem);
  max-width:900px;
  letter-spacing:-.025em;
  margin-top:24px;
}
.hero h1 em{
  font-weight:500;color:var(--champagne);
}
.hero .btn{
  min-width:178px;
}
.editorial-strip{
  position:relative;z-index:4;
  overflow:hidden;
  border-top:1px solid rgba(229,189,121,.12);
  border-bottom:1px solid rgba(229,189,121,.12);
  background:#0b0c0d;
}
.editorial-track{
  width:max-content;
  display:flex;align-items:center;gap:28px;
  padding:16px 0;
  animation:v8ticker 28s linear infinite;
  color:rgba(255,255,255,.62);
  font-size:.72rem;letter-spacing:.28em;
}
.editorial-track i{color:var(--champagne);font-style:normal}
@keyframes v8ticker{from{transform:translateX(0)}to{transform:translateX(-35%)}}
.section{
  max-width:1320px;
  padding-top:128px;padding-bottom:128px;
}
.section-heading{max-width:850px}
.section-heading h2{
  font-size:clamp(3rem,5.8vw,5.9rem);
}
.section-heading > p:last-child{
  max-width:650px;margin-left:auto;margin-right:auto;
}
.gallery{
  grid-auto-flow:dense;
}
.gallery-card{
  border-radius:2px;
  background:#0d0e0f;
  border-color:rgba(255,255,255,.07);
  box-shadow:none;
}
.gallery-card img{
  height:470px;
  filter:saturate(.94) contrast(1.02);
}
.gallery-card:hover img{
  transform:scale(1.035);
  filter:saturate(1.02) contrast(1.04) brightness(.92);
}
.gallery-card figcaption{
  border-top-color:rgba(255,255,255,.06);
}
.filter{
  border-radius:3px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:.68rem;
}
.story-section{max-width:1450px}
.story-grid{
  display:grid;
  grid-template-columns:1fr 1.18fr 1fr;
  gap:18px;
  align-items:end;
}
.story-card{
  position:relative;
  min-height:620px;
  overflow:hidden;
  background:#111;
}
.story-card-tall{min-height:720px}
.story-card img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  transition:transform 1s cubic-bezier(.2,.75,.25,1);
}
.story-card:hover img{transform:scale(1.045)}
.story-shade{
  position:absolute;inset:0;
  background:linear-gradient(0deg,rgba(0,0,0,.90),rgba(0,0,0,.08) 65%);
}
.story-copy{
  position:absolute;left:28px;right:28px;bottom:28px;z-index:2;
}
.story-copy small{color:var(--champagne);letter-spacing:.2em}
.story-copy h3{font-size:3rem;margin:.15em 0}
.story-copy p{color:#ddd;margin:0 0 18px}
.story-copy span{
  color:var(--champagne);text-transform:uppercase;letter-spacing:.13em;font-size:.68rem
}
.about{
  max-width:1280px;
}
.about-media .reginald-main{
  border-radius:0;
  height:650px;
  filter:saturate(.94);
}
.profile-mini-grid img{border-radius:0}
.about-copy h2{font-size:clamp(3rem,5vw,5.2rem)}
.about-copy p{font-size:1.04rem;line-height:1.9}
.luxury-quote{
  min-height:520px;
  display:grid;place-items:center;text-align:center;
  padding:90px 8vw;
  background:
    linear-gradient(rgba(4,5,6,.72),rgba(4,5,6,.88)),
    url('assets/1000058553.jpg') center 38%/cover fixed;
  border-top:1px solid rgba(229,189,121,.14);
  border-bottom:1px solid rgba(229,189,121,.14);
}
.luxury-quote p{
  max-width:980px;margin:0 auto 24px;
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(3rem,6vw,6.4rem);
  line-height:.98;
  color:#fffaf1;
}
.luxury-quote span{color:var(--champagne);letter-spacing:.28em;font-size:.68rem}
.experience-card,.service-card{
  border-radius:3px;
  position:relative;overflow:hidden;
}
.experience-card::before,.service-card::before{
  content:"";position:absolute;left:0;top:0;width:1px;height:0;
  background:var(--champagne);transition:height .45s ease;
}
.experience-card:hover::before,.service-card:hover::before{height:100%}
.experience-card:hover,.service-card:hover{
  transform:translateY(-5px);
  border-color:rgba(229,189,121,.28);
}
.experience-card,.service-card{
  transition:transform .35s ease,border-color .35s ease;
}
.collections{max-width:1240px}
.collection-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:stretch;
}
.collection-card{
  position:relative;
  padding:38px 30px;
  border:1px solid rgba(229,189,121,.16);
  background:#0d0f10;
  min-height:470px;
  display:flex;flex-direction:column;
}
.collection-featured{
  background:
    radial-gradient(circle at 50% 0%,rgba(229,189,121,.13),transparent 34%),
    #111214;
  border-color:rgba(229,189,121,.4);
  transform:translateY(-14px);
}
.collection-badge{
  position:absolute;right:18px;top:18px;
  font-size:.58rem;letter-spacing:.18em;color:#0b0c0d;
  background:var(--champagne);padding:7px 10px;
}
.collection-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:48px}
.collection-top span{font-family:"Cormorant Garamond",serif;font-size:2.4rem;color:var(--champagne)}
.collection-top small{font-size:.62rem;letter-spacing:.22em;color:#aaa}
.collection-card h3{font-size:2.3rem}
.collection-card p{color:#bbb}
.collection-card ul{
  list-style:none;padding:0;margin:18px 0 30px;color:#ddd;
}
.collection-card li{
  padding:11px 0;border-bottom:1px solid rgba(255,255,255,.06);
}
.collection-card li::before{content:"—";color:var(--champagne);margin-right:9px}
.collection-card a{
  margin-top:auto;color:var(--champagne);letter-spacing:.1em;text-transform:uppercase;font-size:.7rem;
}
.collection-note{text-align:center;color:#888;margin-top:34px}
.video-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  max-width:980px;margin:auto;
}
.video-card{border-radius:2px!important}
.booking-section{max-width:1240px}
.booking-shell{
  display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;
  padding:58px;
  background:
    radial-gradient(circle at 0% 0%,rgba(229,189,121,.10),transparent 22%),
    #0d0f10;
  border:1px solid rgba(229,189,121,.18);
}
.booking-intro h2{font-size:clamp(3rem,5vw,5rem)}
.booking-intro > p{color:#aaa;max-width:460px}
.booking-direct{
  display:flex;flex-direction:column;gap:8px;
  margin-top:34px;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);
}
.booking-direct span{color:#777;font-size:.7rem;text-transform:uppercase;letter-spacing:.18em}
.booking-direct a{color:var(--champagne)}
.booking-form{
  display:grid;grid-template-columns:1fr 1fr;gap:20px;
}
.booking-form label{display:flex;flex-direction:column;gap:9px}
.booking-form label span{
  font-size:.66rem;text-transform:uppercase;letter-spacing:.16em;color:#a9a39a;
}
.booking-form input,.booking-form select,.booking-form textarea{
  width:100%;padding:15px 15px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:0;
  background:#090b0c;color:#f5efe5;
  outline:none;font:inherit;
}
.booking-form select{color:#d8d2c8}
.booking-form input:focus,.booking-form select:focus,.booking-form textarea:focus{
  border-color:rgba(229,189,121,.62);
  box-shadow:0 0 0 3px rgba(229,189,121,.05);
}
.form-wide{grid-column:1/-1}
.booking-submit{border:0;cursor:pointer}
.form-note{font-size:.72rem;color:#777;margin:0}
.cta-inner{border-radius:2px}
.contact-card{border-radius:2px}
.whatsapp-float{
  border-radius:4px;
  background:linear-gradient(135deg,#e5bd79,#c6924b);
  bottom:20px;right:20px;
}
footer{
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1fr;
  align-items:center;
}
.reveal{
  transform:translateY(34px);
}
@media (max-width:1000px){
  .story-grid{grid-template-columns:1fr 1fr}
  .story-card-tall{min-height:620px}
  .story-card:last-child{grid-column:1/-1;min-height:520px}
  .collection-grid{grid-template-columns:1fr}
  .collection-featured{transform:none}
  .booking-shell{grid-template-columns:1fr;gap:40px;padding:38px}
  footer{grid-template-columns:1fr 1fr}
}
@media (max-width:700px){
  .site-header{height:74px}
  .hero-copy{padding-left:6vw;padding-right:6vw;padding-bottom:9vh}
  .hero h1{font-size:clamp(3.5rem,16vw,5.2rem)}
  .hero-signature{display:none}
  .hero-pills{display:none}
  .editorial-track{gap:20px}
  .section{padding-top:92px;padding-bottom:92px}
  .story-grid{grid-template-columns:1fr}
  .story-card,.story-card-tall,.story-card:last-child{min-height:540px;grid-column:auto}
  .luxury-quote{background-attachment:scroll;min-height:420px}
  .booking-shell{padding:28px 20px}
  .booking-form{grid-template-columns:1fr}
  .form-wide{grid-column:auto}
  footer{grid-template-columns:1fr;gap:16px}
}
