:root{
  --black:#0F1115;
  --black2:#08090C;
  --gold:#C6A15B;
  --gold2:#E8C977;
  --ivory:#F6F2EA;
  --ivory2:#FFF9EC;
  --bronze:#8C6A3F;
  --text:#111111;
  --muted:#5C5C5C;
  --line:rgba(140,106,63,.24);
  --line-dark:rgba(198,161,91,.24);
  --max:1180px;
  --wide:1320px;
  --header:78px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--ivory);
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
img{max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
:focus-visible{outline:3px solid var(--gold);outline-offset:4px}
.skip-link{
  position:absolute;left:16px;top:16px;z-index:999;
  transform:translateY(-160%);
  background:var(--gold);color:#111;padding:10px 14px;border-radius:999px;font-weight:800;
}
.skip-link:focus{transform:none}

.container{width:min(var(--max),calc(100% - 48px));margin:0 auto}
.section{padding:clamp(92px,10vw,132px) 0}

h1,h2{
  font-family:"Cormorant Garamond",Georgia,serif;
  font-weight:600;
  letter-spacing:-.05em;
  line-height:.98;
  margin:0;
}
h3{
  font-family:Inter,system-ui,sans-serif;
  font-weight:800;
  letter-spacing:-.025em;
  line-height:1.12;
  margin:0;
}
p{margin:0}
strong{color:inherit;font-weight:800}
.eyebrow{
  margin:0 0 22px;
  color:var(--bronze);
  font-size:.72rem;
  font-weight:900;
  letter-spacing:.25em;
  text-transform:uppercase;
}
.copy{display:grid;gap:18px;color:rgba(17,17,17,.66);font-size:clamp(1.02rem,1.15vw,1.16rem);line-height:1.75}
.copy strong{color:rgba(17,17,17,.88)}

.site-header{
  position:fixed;inset:0 0 auto 0;z-index:100;
  height:var(--header);
  display:flex;align-items:center;justify-content:space-between;
  padding:14px clamp(20px,4vw,54px);
  background:rgba(15,17,21,.78);
  border-bottom:1px solid rgba(198,161,91,.16);
  backdrop-filter:blur(20px);
}
.brand-logo{width:176px;max-height:50px;object-fit:contain;object-position:left center;display:block}
.site-nav{display:flex;align-items:center;gap:26px;color:rgba(246,242,234,.78);font-size:.88rem;font-weight:700}
.site-nav a:hover{color:var(--gold2)}
.nav-cta{border:1px solid rgba(198,161,91,.55);border-radius:999px;padding:8px 16px;color:var(--gold)!important}
.menu-toggle{display:none;background:none;border:0;color:var(--ivory);width:44px;height:44px;padding:10px;z-index:102}
.menu-toggle span{display:block;height:2px;background:currentColor;margin:7px 0}

.button{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:52px;padding:0 25px;border-radius:999px;
  font-weight:800;transition:.2s ease;
}
.button:hover{transform:translateY(-2px)}
.button-gold{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#151009;box-shadow:0 14px 40px rgba(198,161,91,.18)}
.button-ghost{border:1px solid rgba(246,242,234,.28);color:var(--ivory);background:rgba(246,242,234,.035)}

.hero{
  min-height:100svh;
  display:grid;place-items:center;text-align:center;
  padding:calc(var(--header) + 54px) 24px 84px;
  background:
    radial-gradient(circle at 50% 22%,rgba(198,161,91,.20),transparent 31%),
    linear-gradient(180deg,#030304 0%,var(--black) 74%,#090A0D 100%);
  color:var(--ivory);
  position:relative;overflow:hidden;
}
.hero::after{
  content:"";position:absolute;inset:0;
  background-image:linear-gradient(rgba(246,242,234,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(246,242,234,.022) 1px,transparent 1px);
  background-size:86px 86px;mask-image:radial-gradient(circle at center,rgba(0,0,0,.58),transparent 72%);
}
.hero__inner{position:relative;z-index:1;width:min(1040px,100%)}
.hero-logo{width:min(520px,80vw);margin:0 auto 34px;filter:drop-shadow(0 18px 48px rgba(0,0,0,.38))}
.hero h1{font-size:clamp(3.6rem,6.7vw,6.2rem);max-width:960px;margin:0 auto 28px}
.hero-line{color:var(--gold2);font-size:clamp(1.1rem,1.7vw,1.55rem);margin-bottom:14px}
.hero-copy{max-width:680px;margin:0 auto 36px;color:rgba(246,242,234,.72);font-size:clamp(1rem,1.15vw,1.1rem);line-height:1.75}
.hero-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(42px,7vw,92px);align-items:start}
.story-section{background:var(--ivory);border-bottom:1px solid var(--line)}
.story-section h2{font-size:clamp(3.1rem,5.2vw,5.3rem)}
.editorial-copy p:nth-child(2){font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(2.1rem,3.4vw,3.7rem);line-height:1.05;color:#111;letter-spacing:-.04em}

.philosophy-section{background:#fffaf0}
.philosophy-intro{max-width:880px;margin-bottom:clamp(62px,7vw,92px)}
.philosophy-intro h2{font-size:clamp(3.4rem,6.2vw,7rem);margin-bottom:22px}
.philosophy-intro p:not(.eyebrow){max-width:720px;color:rgba(17,17,17,.68);font-size:clamp(1.1rem,1.35vw,1.25rem);line-height:1.75}
.principles-editorial{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  border-top:1px solid var(--line);
  border-left:1px solid var(--line);
}
.principles-editorial article{
  min-height:270px;
  padding:clamp(30px,4vw,52px);
  border-right:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:rgba(246,242,234,.44);
}
.principles-editorial span{
  display:block;
  font-family:"Cormorant Garamond",Georgia,serif;
  color:rgba(140,106,63,.42);
  font-size:clamp(3rem,5.5vw,5.8rem);
  line-height:.8;
  margin-bottom:30px;
}
.principles-editorial h3{font-size:clamp(1.35rem,1.65vw,1.75rem);margin-bottom:14px;color:#111}
.principles-editorial p{color:rgba(17,17,17,.62);font-size:clamp(.98rem,1.05vw,1.08rem);line-height:1.7}

.experiences-section{background:linear-gradient(180deg,var(--black),var(--black2));color:var(--ivory)}
.section-heading{max-width:840px;margin:0 auto clamp(58px,7vw,88px);text-align:center}
.section-heading h2{font-size:clamp(3.1rem,5.6vw,6rem);margin-bottom:20px}
.section-heading p:not(.eyebrow){color:rgba(246,242,234,.68);font-size:clamp(1.05rem,1.25vw,1.18rem)}
.experience-editorial{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:rgba(198,161,91,.22);border:1px solid rgba(198,161,91,.22)}
.experience-editorial article{
  background:rgba(15,17,21,.96);
  padding:clamp(32px,4vw,54px);
  min-height:310px;
}
.experience-editorial .featured-experience{grid-row:span 2;min-height:100%;background:rgba(246,242,234,.055)}
.experience-editorial h3{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(2.4rem,4vw,4.8rem);font-weight:600;letter-spacing:-.05em;line-height:.98;margin-bottom:16px}
.experience-editorial .tagline{color:var(--gold2);font-weight:800;margin-bottom:18px}
.experience-editorial p:not(.eyebrow):not(.tagline){color:rgba(246,242,234,.67);font-size:clamp(.98rem,1.05vw,1.08rem);line-height:1.75}

.thinking-section{background:var(--ivory);border-bottom:1px solid var(--line)}
.thinking-section h2{font-size:clamp(3.3rem,5.8vw,6.4rem)}
.series-label{color:var(--bronze)!important;text-transform:uppercase;letter-spacing:.22em;font-size:.72rem!important;font-weight:900!important}

.membership-section{background:#fffaf0;border-bottom:1px solid var(--line)}
.membership-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(42px,7vw,96px);align-items:center}
.membership-section h2{font-size:clamp(4rem,7.8vw,8.6rem);line-height:.9}

.invitation-section{
  background:
    radial-gradient(circle at 50% 10%,rgba(198,161,91,.11),transparent 35%),
    linear-gradient(180deg,#F6F2EA,#F2EDE3);
  border-bottom:1px solid var(--line);
}
.invitation-inner{width:min(1320px,calc(100% - 88px))}
.invitation-section h2{font-size:clamp(4rem,7.2vw,8rem);max-width:980px;margin-bottom:clamp(48px,5vw,70px)}
.invitation-copy{max-width:720px;margin-left:auto;display:grid;gap:18px;color:rgba(17,17,17,.68);font-size:clamp(1.1rem,1.35vw,1.28rem);line-height:1.72}
.invitation-copy p:first-child{color:#111;font-weight:800}
.email-line{
  max-width:720px;margin:clamp(48px,5vw,70px) 0 0 auto;
  padding:clamp(26px,3vw,40px) 0;
  border-top:1px solid rgba(140,106,63,.34);
  border-bottom:1px solid rgba(140,106,63,.34);
}
.email-line p{color:var(--bronze);text-transform:uppercase;letter-spacing:.24em;font-size:.72rem;font-weight:900;margin-bottom:12px}
.email-line a{font-family:Inter,system-ui,sans-serif;font-size:clamp(1.45rem,2.4vw,2.35rem);font-weight:700;color:#111;word-break:break-word}
.invitation-note{max-width:720px;margin:20px 0 0 auto;color:rgba(17,17,17,.48);font-size:1rem;line-height:1.7}

.site-footer{background:#050506;color:rgba(246,242,234,.72);padding:44px 0;border-top:1px solid rgba(198,161,91,.18)}
.footer-grid{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:28px;align-items:center}
.footer-logo{width:180px;display:block}
.footer-grid p{margin:0;color:rgba(246,242,234,.72)}
.footer-cities{margin-top:6px!important;color:var(--gold)!important}
.footer-grid a{color:var(--gold);font-weight:700}

@media(max-width:900px){
  :root{--header:70px}
  .site-header{height:var(--header)}
  .brand-logo{width:150px}
  .menu-toggle{display:block}
  .site-nav{
    position:fixed;inset:0;display:flex;flex-direction:column;justify-content:center;gap:24px;
    background:rgba(15,17,21,.98);transform:translateX(100%);transition:.22s ease;font-size:1.1rem;
  }
  .site-nav.open{transform:translateX(0)}
  .section{padding:78px 0}
  .container,.invitation-inner{width:min(100%,calc(100% - 32px))}
  .split,.membership-grid,.principles-editorial,.experience-editorial,.footer-grid{grid-template-columns:1fr}
  .principles-editorial{border-left:0}
  .principles-editorial article{border-left:1px solid var(--line);min-height:auto}
  .experience-editorial .featured-experience{grid-row:auto}
  .hero-logo{width:min(420px,86vw)}
  .hero h1{font-size:clamp(3rem,13vw,4.8rem)}
  .story-section h2,.thinking-section h2,.section-heading h2{font-size:clamp(2.8rem,12vw,4.7rem)}
  .philosophy-intro h2,.membership-section h2,.invitation-section h2{font-size:clamp(3.1rem,13vw,5.4rem)}
  .invitation-copy,.email-line,.invitation-note{margin-left:0;max-width:none}
  .footer-grid{text-align:center}
  .footer-logo{margin:0 auto}
}


/* Update for added Socials & Treks experience */
.experience-editorial article {
  min-height: 285px;
}

@media (min-width: 901px) {
  .experience-editorial .featured-experience {
    grid-row: span 2;
  }
}
