:root{
  --ink:#0b0b0b;--paper:#f3efe6;--cream:#e9dfcf;--orange:#f7931a;
  --muted:#716b62;--line:rgba(11,11,11,.13);--white:#fff;--radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;overflow-x:hidden}
a{text-decoration:none;color:inherit}
button{font:inherit}
img{display:block;width:100%;height:100%;object-fit:cover}
::selection{background:var(--orange);color:#111}
.wrap{width:min(1440px,calc(100% - 48px));margin:auto}
.eyebrow{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.18em}
.display{font-family:"Instrument Serif",serif;font-weight:400;letter-spacing:-.045em;line-height:.88}
.orange{color:var(--orange)}
.muted{color:var(--muted)}
.header{
  position:fixed;top:0;left:0;right:0;z-index:100;height:82px;
  display:flex;align-items:center;background:rgba(243,239,230,.88);
  backdrop-filter:blur(18px);border-bottom:1px solid var(--line)
}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:11px;font-weight:700;font-size:15px;white-space:nowrap}
.coin{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--orange);font-weight:800;font-size:19px}
.nav{display:flex;align-items:center;gap:25px;font-size:13px;font-weight:600}
.nav>a{opacity:.64;transition:.2s}.nav>a:hover{opacity:1}
.header-actions{display:flex;align-items:center;gap:10px}
.member-btn{padding:11px 16px;border:1px solid var(--ink);border-radius:999px;font-size:12px;font-weight:700}
.language{position:relative}
.lang-trigger{
  min-width:91px;height:42px;border:1px solid var(--ink);border-radius:999px;background:transparent;
  display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-size:12px;font-weight:800
}
.lang-trigger svg{width:13px;transition:.2s}
.language.open .lang-trigger svg{transform:rotate(180deg)}
.lang-menu{
  position:absolute;right:0;top:50px;min-width:180px;background:#111;color:#fff;border-radius:18px;padding:7px;
  box-shadow:0 18px 50px rgba(0,0,0,.2);opacity:0;pointer-events:none;transform:translateY(-6px);transition:.18s
}
.language.open .lang-menu{opacity:1;pointer-events:auto;transform:none}
.lang-option{width:100%;border:0;background:transparent;color:#fff;padding:12px 13px;border-radius:12px;text-align:left;cursor:pointer;display:flex;justify-content:space-between}
.lang-option:hover,.lang-option.active{background:#252525}
.lang-code{opacity:.48;font-size:11px;font-weight:800}
.menu-btn{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:transparent}

.hero{padding:150px 0 54px;min-height:100vh;display:flex;align-items:flex-end}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:stretch}
.hero-copy{padding:28px 0 16px;display:flex;flex-direction:column;justify-content:space-between}
.hero h1{font-size:clamp(76px,10.4vw,164px);margin:28px 0 36px;max-width:930px}
.hero h1 em{font-style:italic;color:var(--orange)}
.hero-sub{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:end}
.hero-sub p{font-size:18px;line-height:1.65;max-width:630px;margin:0}
.ctas{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:15px 20px;font-size:13px;font-weight:700;border:1px solid var(--ink);transition:.2s}
.btn:hover{transform:translateY(-2px)}
.btn-dark{background:#111;color:#fff}
.btn-orange{background:var(--orange);border-color:var(--orange)}
.btn-light{background:#fff;border-color:#fff}
.hero-media{position:relative;min-height:690px;border-radius:34px;overflow:hidden;background:#111}
.hero-media img{filter:saturate(.86) contrast(1.02)}
.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.56))}
.hero-badge{position:absolute;z-index:2;left:28px;right:28px;bottom:28px;color:#fff;display:flex;justify-content:space-between;gap:20px;align-items:flex-end}
.hero-badge strong{font-family:"Instrument Serif";font-size:40px;font-weight:400;line-height:1}
.hero-badge span{font-size:12px;opacity:.75;text-align:right}
.hero-note{margin-top:12px;font-size:10px;color:var(--muted)}

.marquee{border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow:hidden}
.marquee-track{display:flex;width:max-content;gap:50px;padding:18px 0;animation:scroll 28s linear infinite;font-size:12px;text-transform:uppercase;letter-spacing:.18em;font-weight:700}
.marquee-track span:after{content:"₿";margin-left:50px;color:var(--orange)}
@keyframes scroll{to{transform:translateX(-50%)}}

.section{padding:125px 0}
.section-head{display:grid;grid-template-columns:.55fr 1.45fr;gap:40px;margin-bottom:64px}
.section-head h2{font-size:clamp(60px,7.5vw,118px);margin:0}
.section-head p{max-width:610px;font-size:18px;line-height:1.65;align-self:end;margin:0 0 10px}

.meetup-panel{background:#111;color:#fff;border-radius:34px;padding:48px;display:grid;grid-template-columns:1.05fr .95fr;gap:28px}
.meetup-main{min-height:470px;display:flex;flex-direction:column;justify-content:space-between}
.meetup-main h3{font:400 clamp(54px,6vw,92px)/.92 "Instrument Serif";margin:22px 0}
.meetup-main p{color:#bbb;max-width:580px;line-height:1.7}
.meetup-card{background:#1c1c1c;border:1px solid rgba(255,255,255,.08);border-radius:26px;padding:28px;display:flex;flex-direction:column;justify-content:space-between}
.event-top{display:flex;justify-content:space-between;align-items:center}
.event-tag{border:1px solid var(--orange);color:var(--orange);border-radius:999px;padding:8px 10px;font-size:10px;font-weight:800;letter-spacing:.13em}
.event-date{font:400 96px/1 "Instrument Serif";margin:34px 0 3px}
.event-month{font-size:13px;color:#888}
.event-list{margin:32px 0;border-top:1px solid rgba(255,255,255,.1)}
.event-list div{padding:15px 0;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:20px;font-size:13px}
.event-list span{color:#888}
.meetup-link{display:flex;justify-content:space-between;align-items:center;border-radius:18px;background:var(--orange);padding:17px 18px;font-weight:800;font-size:13px}

.membership{background:#fff}
.membership-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:22px}
.membership-intro{background:var(--orange);border-radius:32px;padding:40px;min-height:660px;display:flex;flex-direction:column;justify-content:space-between}
.membership-intro h3{font:400 70px/.92 "Instrument Serif";margin:20px 0}
.membership-intro p{line-height:1.65;max-width:430px}
.price-line{border-top:1px solid rgba(0,0,0,.2);padding-top:22px;font-size:13px}
.price-line strong{display:block;font-size:18px;margin-bottom:4px}
.benefits{background:var(--paper);border-radius:32px;padding:18px 34px}
.benefit{display:grid;grid-template-columns:44px 1fr auto;gap:20px;align-items:center;padding:27px 0;border-bottom:1px solid var(--line)}
.benefit:last-child{border-bottom:0}
.benefit .num{font-size:11px;color:var(--muted)}
.benefit h4{margin:0 0 6px;font-size:17px}
.benefit p{margin:0;font-size:13px;color:var(--muted)}
.benefit .plus{font-size:24px;font-weight:300}

.courses{background:#e7dccb}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.course{border:1px solid rgba(11,11,11,.16);border-radius:28px;padding:28px;min-height:510px;display:flex;flex-direction:column;transition:.22s;background:rgba(255,255,255,.24)}
.course:hover{transform:translateY(-5px);background:#fff}
.course.featured{background:#111;color:#fff}
.course .top{display:flex;justify-content:space-between;font-size:11px;font-weight:800;letter-spacing:.12em}
.course h3{font:400 48px/.96 "Instrument Serif";margin:48px 0 18px}
.course p{line-height:1.65;color:var(--muted)}
.course.featured p{color:#aaa}
.course ul{list-style:none;padding:0;margin:28px 0 0}
.course li{padding:11px 0;border-bottom:1px solid rgba(11,11,11,.12);font-size:13px}
.course.featured li{border-color:rgba(255,255,255,.12)}
.course-footer{margin-top:auto;padding-top:30px;display:flex;justify-content:space-between;font-size:12px;font-weight:800}

.consult{background:#0c0c0c;color:#fff}
.consult-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:50px}
.consult h2{font-size:clamp(68px,8vw,124px);margin:0}
.consult h2 em{font-style:italic;color:var(--orange)}
.consult-copy p{max-width:590px;color:#aaa;font-size:18px;line-height:1.7}
.topic-cloud{display:flex;flex-wrap:wrap;gap:9px;align-content:center}
.topic-cloud span{border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:12px 15px;font-size:12px}

.conference-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:24px}
.conf-art{border-radius:34px;min-height:670px;overflow:hidden;position:relative;background:linear-gradient(180deg,#ffba55,#f7931a 45%,#9d4416)}
.conf-sun{position:absolute;width:390px;height:390px;border-radius:50%;background:#ffd99d;left:50%;top:80px;transform:translateX(-50%);box-shadow:0 0 120px rgba(255,226,174,.6)}
.conf-mountain{position:absolute;left:-4%;right:-4%;bottom:-2%;height:45%;background:#111;clip-path:polygon(0 48%,14% 23%,27% 51%,42% 18%,56% 50%,72% 24%,88% 51%,100% 34%,100% 100%,0 100%)}
.conf-word{position:absolute;z-index:2;left:34px;right:34px;bottom:34px;color:#fff}
.conf-word small{text-transform:uppercase;letter-spacing:.17em;font-weight:800}
.conf-word h3{font:400 clamp(64px,7vw,108px)/.8 "Instrument Serif";margin:14px 0 10px}
.conf-copy{padding:42px 22px 42px 34px;display:flex;flex-direction:column;justify-content:space-between}
.conf-copy h3{font:400 56px/.96 "Instrument Serif";margin:24px 0}
.conf-copy p{font-size:17px;line-height:1.7;color:var(--muted)}
.conf-meta{border-top:1px solid var(--line);margin-top:30px}
.conf-meta div{padding:17px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;font-size:13px}

.final{padding:145px 0;text-align:center}
.final h2{font-size:clamp(78px,10vw,154px);margin:20px auto 35px;max-width:1200px}
.final p{font-size:18px;color:var(--muted)}
.final .ctas{justify-content:center}

footer{background:#111;color:#fff;padding:55px 0 26px}
.footer-top{display:flex;justify-content:space-between;gap:30px;align-items:flex-start}
.footer-brand{font:400 42px "Instrument Serif"}
.footer-links{display:grid;grid-template-columns:repeat(2,150px);gap:12px;font-size:13px;color:#aaa}
.footer-bottom{margin-top:65px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;font-size:10px;color:#666}

@media(max-width:1000px){
 .nav{display:none}.menu-btn{display:grid;place-items:center}.member-btn{display:none}
 .hero{padding-top:125px}.hero-grid,.section-head,.meetup-panel,.membership-grid,.consult-grid,.conference-grid{grid-template-columns:1fr}
 .hero-media{min-height:520px}.hero-sub{grid-template-columns:1fr}
 .section-head p{align-self:auto}.cards{grid-template-columns:1fr}.course{min-height:400px}
 .membership-intro{min-height:500px}.consult-grid{gap:65px}
}
@media(max-width:640px){
 .wrap{width:min(100% - 28px,1440px)}.header{height:70px}.brand{font-size:12px}.coin{width:30px;height:30px}
 .language{margin-left:auto}.lang-trigger{min-width:76px;height:38px}.menu-btn{width:38px;height:38px}
 .hero{padding-top:110px}.hero h1{font-size:21vw}.hero-media{min-height:460px}.hero-badge{left:20px;right:20px;bottom:20px}
 .section{padding:88px 0}.section-head{margin-bottom:38px}.section-head h2{font-size:17vw}
 .meetup-panel{padding:25px}.meetup-main{min-height:360px}.event-date{font-size:78px}
 .membership-intro{padding:28px;min-height:470px}.membership-intro h3{font-size:56px}.benefits{padding:8px 20px}.benefit{grid-template-columns:28px 1fr auto;gap:10px}
 .course{padding:24px}.course h3{font-size:42px}.consult h2{font-size:18vw}
 .conf-art{min-height:520px}.conf-copy{padding:20px 4px}.footer-top,.footer-bottom{flex-direction:column}.footer-links{grid-template-columns:1fr 1fr}
}

/* Meetup CTA refinements */
.meetup-primary-cta{
  background:transparent;
  color:#fff;
  border-color:rgba(255,255,255,.34);
  min-width:190px;
  justify-content:space-between;
  padding:15px 18px;
}
.meetup-primary-cta:hover{
  background:#fff;
  color:#111;
  border-color:#fff;
}
.meetup-card .meetup-link{
  margin-top:28px;
}
.meetup-card > div{
  display:flex;
  flex-direction:column;
}
.meetup-card > div > div[style*="margin-top:16px"]{
  margin-top:24px !important;
}
@media(max-width:640px){
  .meetup-primary-cta{min-width:0;width:100%}
  .meetup-card .meetup-link{margin-top:24px}
}


/* Typography refinement: protect serif descenders (j, y, g, p, q) */
.display{
  line-height:.98;
}
.section-head h2{
  line-height:.98;
  padding-bottom:.12em;
}
.membership-intro h3,
.meetup-main h3,
.course h3,
.conf-copy h3{
  line-height:1.02;
  padding-bottom:.08em;
}
.hero h1{
  line-height:.92;
  padding-bottom:.08em;
}
.final h2{
  line-height:.98;
  padding-bottom:.1em;
}
/* Extra separation between large section headline and supporting copy */
.section-head > div:last-child > p{
  margin-top:18px;
}


.footer-legal{color:#999;text-decoration:none}
.footer-legal:hover{color:#fff}

/* Course booking CTA */
.course-book-cta{
  margin-top:18px;
  width:100%;
  justify-content:space-between;
  background:#111;
  color:#fff;
  border-color:#111;
  padding:14px 17px;
}
.course-book-cta:hover{
  background:#f7931a;
  border-color:#f7931a;
  color:#111;
}
.course.featured .course-book-cta{
  background:#f7931a;
  border-color:#f7931a;
  color:#111;
}
.course.featured .course-book-cta:hover{
  background:#fff;
  border-color:#fff;
}


/* Academy Calendar */
.academy-calendar{background:#fff}
.calendar-toolbar{
  display:flex;justify-content:space-between;gap:24px;align-items:center;
  padding:18px 0 24px;border-bottom:1px solid var(--line);margin-bottom:0
}
.calendar-legend{display:flex;gap:20px;flex-wrap:wrap;font-size:12px;font-weight:700}
.calendar-legend>span{display:flex;align-items:center;gap:8px}
.status-dot{width:9px;height:9px;border-radius:50%;display:inline-block}
.status-dot.open{background:#2f8f5b}.status-dot.few{background:#f7931a}.status-dot.sold{background:#8b8b8b}
.calendar-contact{padding:11px 15px;font-size:12px}
.schedule-list{border-bottom:1px solid var(--line)}
.schedule-row{
  display:grid;grid-template-columns:110px 1.45fr .55fr .55fr .55fr auto;
  gap:22px;align-items:center;padding:24px 0;border-top:1px solid var(--line)
}
.schedule-date strong{display:block;font:400 34px/1 "Instrument Serif"}
.schedule-date span,.schedule-meta{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}
.schedule-course strong{font-size:16px}.schedule-course span{display:block;font-size:12px;color:var(--muted);margin-top:4px}
.schedule-status{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.schedule-book{padding:10px 14px;font-size:11px}
.schedule-book.disabled{pointer-events:none;opacity:.4}
.schedule-empty{
  display:flex;justify-content:space-between;gap:30px;align-items:flex-end;
  background:var(--paper);border-radius:26px;padding:34px;margin-top:26px
}
.schedule-empty-icon{display:block;font:400 44px "Instrument Serif";color:var(--orange);margin-bottom:12px}
.schedule-empty h3{font:400 38px/1 "Instrument Serif";margin:0 0 10px}
.schedule-empty p{max-width:690px;margin:0;color:var(--muted);line-height:1.65}
.calendar-note{margin-top:18px;font-size:11px;color:var(--muted)}
@media(max-width:900px){
 .schedule-row{grid-template-columns:90px 1fr auto}
 .schedule-row .schedule-meta:nth-of-type(n+2){display:none}
}
@media(max-width:640px){
 .calendar-toolbar,.schedule-empty{align-items:flex-start;flex-direction:column}
 .calendar-contact,.schedule-empty .btn{width:100%}
 .schedule-row{grid-template-columns:70px 1fr;gap:14px}
 .schedule-status,.schedule-book{grid-column:2}
}


/* Membership & course pricing */
.offer-price{
  display:flex;
  align-items:baseline;
  gap:10px;
  margin:22px 0 10px;
  white-space:nowrap;
}
.offer-price-amount{
  font-family:"Instrument Serif",serif;
  font-size:64px;
  line-height:.92;
  letter-spacing:-.045em;
  color:#111;
}
.offer-price-period{
  font-size:14px;
  line-height:1;
  font-weight:700;
  letter-spacing:0;
  color:rgba(17,17,17,.58);
}
.course-price{
  font-size:18px;
  color:#111;
  letter-spacing:-.02em;
}
.course.featured .course-price{
  color:#fff;
}
@media(max-width:640px){
  .offer-price{
    gap:8px;
    margin-top:18px;
  }
  .offer-price-amount{
    font-size:54px;
  }
  .offer-price-period{
    font-size:13px;
  }
}
