*{box-sizing:border-box;margin:0;padding:0}
:root{
  --bg:#0a0f0c;
  --bg-soft:#101712;
  --green:#132018;
  --gold:#c4a56a;
  --gold-light:#e5d2a4;
  --cream:#f1eadc;
  --muted:#a8aea7;
  --line:rgba(229,210,164,.18);
}
html{scroll-behavior:smooth}
body{
  background:var(--bg);
  color:var(--cream);
  font-family:"Inter",sans-serif;
  font-weight:300;
  line-height:1.6;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.site-header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:20;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:28px 5vw;
  border-bottom:1px solid rgba(255,255,255,.09);
}
.brand{display:flex;align-items:center;gap:12px;letter-spacing:.18em}
.brand-mark{
  width:34px;height:34px;border:1px solid var(--gold);
  border-radius:50%;display:grid;place-items:center;
  font-family:"Cormorant Garamond",serif;font-size:21px;color:var(--gold-light)
}
.brand-name{font-size:13px;font-weight:500;letter-spacing:.28em}
.nav{display:flex;align-items:center;gap:30px;font-size:12px;letter-spacing:.08em}
.nav a{opacity:.86;transition:.25s}
.nav a:hover{color:var(--gold-light);opacity:1}
.nav-cta{border:1px solid rgba(229,210,164,.42);padding:11px 17px}
.menu-toggle{display:none;background:none;border:0;width:34px;height:34px;position:relative}
.menu-toggle span{position:absolute;right:0;width:24px;height:1px;background:var(--cream);transition:.3s}
.menu-toggle span:first-child{top:12px}.menu-toggle span:last-child{top:21px}

.hero{
  min-height:100svh;
  position:relative;
  display:flex;
  align-items:center;
  padding:150px 7vw 90px;
  background:
    linear-gradient(90deg,rgba(5,10,7,.92) 0%,rgba(5,10,7,.67) 46%,rgba(5,10,7,.25) 100%),
    url("https://images.unsplash.com/photo-1518005020951-eccb494ad742?auto=format&fit=crop&w=2200&q=88") center/cover no-repeat;
}
.hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.05) 55%,var(--bg) 100%);
}
.hero-content{position:relative;z-index:2;max-width:850px}
.eyebrow,.section-kicker{
  font-size:11px;letter-spacing:.28em;color:var(--gold);font-weight:500
}
.hero h1,.section h2,.membership h2{
  font-family:"Cormorant Garamond",serif;
  font-size:clamp(58px,7.2vw,112px);
  line-height:.89;
  letter-spacing:-.03em;
  font-weight:600;
  margin:24px 0 30px;
}
.hero h1 em,.section h2 em,.membership h2 em{font-weight:500;color:var(--gold-light)}
.hero-copy{max-width:610px;color:#d3d6d1;font-size:16px}
.hero-actions{display:flex;gap:14px;margin-top:38px;flex-wrap:wrap}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:50px;padding:0 24px;border:1px solid var(--line);
  text-transform:uppercase;letter-spacing:.14em;font-size:10px;font-weight:600;
  cursor:pointer;transition:.25s
}
.btn-gold{background:var(--gold);border-color:var(--gold);color:#12120e}
.btn-gold:hover{background:var(--gold-light);border-color:var(--gold-light)}
.btn-ghost{background:rgba(0,0,0,.15);backdrop-filter:blur(8px)}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold-light)}
.scroll-cue{
  position:absolute;z-index:2;right:5vw;bottom:38px;
  display:flex;align-items:center;gap:14px;transform:rotate(90deg);
  transform-origin:right bottom;font-size:9px;letter-spacing:.26em;color:#d9d6cc
}
.scroll-cue i{display:block;width:58px;height:1px;background:var(--gold)}

.section{padding:120px 7vw}
.intro{background:var(--bg)}
.intro-grid{
  display:grid;grid-template-columns:1.2fr .8fr;gap:9vw;align-items:end;margin-top:24px
}
.intro h2,.worlds h2,.experience h2{font-size:clamp(48px,5.7vw,82px)}
.intro-copy{color:var(--muted);font-size:15px;max-width:520px}
.intro-copy p+p{margin-top:24px}

.worlds{background:var(--bg-soft)}
.section-heading{
  display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:54px
}
.section-heading>p{max-width:420px;color:var(--muted);font-size:14px;margin-bottom:22px}
.cards{
  display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)
}
.world-card{
  min-height:470px;padding:26px;position:relative;display:flex;flex-direction:column;justify-content:space-between;
  overflow:hidden;background-size:cover;background-position:center
}
.world-card:before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(7,12,9,.18),rgba(7,12,9,.92));
  transition:.4s
}
.world-card:hover:before{background:linear-gradient(180deg,rgba(7,12,9,.08),rgba(7,12,9,.75))}
.world-card>*{position:relative;z-index:1}
.card-number{font-size:10px;color:var(--gold);letter-spacing:.2em}
.card-bottom h3{font-family:"Cormorant Garamond",serif;font-size:32px;font-weight:600;margin-bottom:10px}
.card-bottom p{font-size:12px;color:#c9ccc6;line-height:1.7}
.card-gastro{background-image:url("https://images.unsplash.com/photo-1414235077428-338989a2e8c0?auto=format&fit=crop&w=1000&q=84")}
.card-style{background-image:url("https://images.unsplash.com/photo-1523170335258-f5ed11844a49?auto=format&fit=crop&w=1000&q=84")}
.card-travel{background-image:url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1000&q=84")}
.card-sport{background-image:url("https://images.unsplash.com/photo-1516569422533-71c9c3b7f4f2?auto=format&fit=crop&w=1000&q=84")}

.statement{
  min-height:66vh;display:grid;place-items:center;text-align:center;padding:100px 7vw;
  background:
    linear-gradient(rgba(8,13,9,.86),rgba(8,13,9,.9)),
    url("https://images.unsplash.com/photo-1497250681960-ef046c08a56e?auto=format&fit=crop&w=2200&q=80") center/cover fixed;
}
.quote-mark{font-family:"Cormorant Garamond",serif;color:var(--gold);font-size:80px;line-height:.5}
.statement blockquote{
  font-family:"Cormorant Garamond",serif;font-size:clamp(42px,5.2vw,74px);line-height:1.05;margin:22px 0 28px
}
.statement blockquote em{color:var(--gold-light)}
.statement p{font-size:9px;letter-spacing:.32em;color:var(--muted)}

.experience{background:var(--bg)}
.experience-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:9vw;align-items:center}
.experience-visual{
  min-height:650px;display:grid;place-items:center;
  background:
    linear-gradient(rgba(11,18,13,.34),rgba(11,18,13,.78)),
    url("https://images.unsplash.com/photo-1441986300917-64674bd600d8?auto=format&fit=crop&w=1300&q=84") center/cover;
}
.seal{
  width:220px;height:220px;border:1px solid rgba(229,210,164,.65);border-radius:50%;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;
  background:rgba(6,12,8,.42);backdrop-filter:blur(5px)
}
.seal strong{font-family:"Cormorant Garamond",serif;font-size:78px;color:var(--gold-light);line-height:.9}
.seal span{font-size:9px;letter-spacing:.28em}
.experience-copy>p{color:var(--muted);max-width:600px;margin-bottom:34px}
.experience-copy>p strong{color:var(--cream);font-weight:500}
.benefits{border-top:1px solid var(--line)}
.benefits>div{
  display:grid;grid-template-columns:50px 130px 1fr;gap:20px;padding:21px 0;border-bottom:1px solid var(--line)
}
.benefits span{font-size:9px;color:var(--gold)}
.benefits h4{font-family:"Cormorant Garamond",serif;font-size:22px;font-weight:600}
.benefits p{font-size:12px;color:var(--muted)}

.membership{
  background:
    linear-gradient(105deg,rgba(10,15,12,.97),rgba(10,15,12,.75)),
    url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=2200&q=84") center/cover;
}
.membership-box{max-width:780px}
.membership h2{font-size:clamp(50px,6vw,86px)}
.membership-copy{max-width:650px;color:#c3c7c1;margin-bottom:42px}
.interest-form{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end}
.field{display:flex;flex-direction:column;gap:8px}
.field label{font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-light)}
.field input{
  height:50px;background:rgba(4,8,5,.35);border:1px solid rgba(255,255,255,.15);color:var(--cream);
  padding:0 14px;outline:none
}
.field input:focus{border-color:var(--gold)}
.form-note{font-size:11px;color:var(--muted);margin-top:15px}

footer{
  padding:38px 5vw;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;
  gap:20px;background:#070b08;color:var(--muted);font-size:10px;letter-spacing:.08em
}
.footer-brand{display:flex;align-items:center;gap:10px;color:var(--cream)}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .8s ease,transform .8s ease}
.reveal.visible{opacity:1;transform:none}

@media (max-width:1000px){
  .cards{grid-template-columns:repeat(2,1fr)}
  .world-card{min-height:420px}
  .interest-form{grid-template-columns:1fr 1fr}.interest-form .btn{grid-column:1/-1}
}
@media (max-width:760px){
  .site-header{padding:22px 5vw}
  .menu-toggle{display:block}
  .nav{
    display:none;position:absolute;top:79px;left:0;width:100%;background:#0a0f0cf5;
    flex-direction:column;align-items:flex-start;padding:24px 5vw 32px;border-top:1px solid var(--line)
  }
  .nav.open{display:flex}
  .hero{padding-left:6vw;padding-right:6vw;background-position:62% center}
  .hero h1{font-size:clamp(52px,16vw,78px)}
  .scroll-cue{display:none}
  .section{padding:90px 6vw}
  .intro-grid,.experience-grid{grid-template-columns:1fr}
  .section-heading{display:block}
  .section-heading>p{margin-top:24px}
  .cards{grid-template-columns:1fr}
  .world-card{min-height:410px}
  .experience-visual{min-height:480px}
  .benefits>div{grid-template-columns:36px 110px 1fr}
  .interest-form{grid-template-columns:1fr}
  .interest-form .btn{grid-column:auto}
  footer{flex-direction:column;align-items:flex-start}
}
@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important}
  .reveal{opacity:1;transform:none;transition:none}
}
