:root {
  --black: #090908;
  --charcoal: #121210;
  --charcoal-2: #1a1916;
  --cream: #eee8dc;
  --paper: #f8f5ee;
  --white: #fff;
  --gold: #d3a93f;
  --gold-light: #f0d47a;
  --gold-dark: #9c7620;
  --ink: #171611;
  --muted: #6f6b62;
  --line: rgba(23,22,17,.14);
  --line-dark: rgba(255,255,255,.14);
  --shadow: 0 28px 80px rgba(12,10,4,.14);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Roboto Condensed", sans-serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
section { scroll-margin-top: 82px; }
.container { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; border-radius: 4px; color: var(--black); background: var(--gold-light); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }

.scroll-progress { position: fixed; z-index: 130; inset: 0 0 auto; height: 3px; pointer-events: none; background: linear-gradient(90deg, var(--gold-dark), var(--gold-light)); box-shadow: 0 0 20px rgba(211,169,63,.6); transform: scaleX(var(--scroll-progress, 0)); transform-origin: left center; }

.site-header { position: fixed; z-index: 120; inset: 0 0 auto; height: 82px; color: white; transition: height .25s ease, background .25s ease, border-color .25s ease, backdrop-filter .25s ease; }
.site-header.scrolled { height: 70px; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(9,9,8,.9); backdrop-filter: blur(18px); }
.nav-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 56px; height: 56px; object-fit: contain; filter: drop-shadow(0 8px 16px rgba(211,169,63,.18)); }
.brand span, .brand strong, .brand small { display: block; }
.brand strong { font-family: var(--display); font-size: 20px; line-height: .9; letter-spacing: .07em; }
.brand small { margin-top: 6px; color: #a9a59d; font-size: 8px; font-weight: 800; letter-spacing: .18em; }
.nav { display: flex; align-items: center; gap: 28px; color: #cbc8c1; font-size: 12px; font-weight: 750; }
.nav > a:not(.nav-login) { position: relative; padding-block: 9px; }
.nav > a:not(.nav-login)::after { content: ""; position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: var(--gold-light); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.nav > a:not(.nav-login):hover::after { transform: scaleX(1); transform-origin: left; }
.nav > a:not(.nav-login).is-active { color: var(--gold-light); }
.nav > a:not(.nav-login).is-active::after { transform: scaleX(1); transform-origin: left; }
.nav-login { min-height: 40px; padding: 0 17px; border: 1px solid rgba(240,212,122,.48); display: inline-flex; align-items: center; color: var(--gold-light); transition: color .2s, background .2s; }
.nav-login:hover { color: var(--black); background: var(--gold-light); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 2px; color: white; background: rgba(255,255,255,.06); }
.menu-toggle span:not(.sr-only) { width: 100%; height: 2px; margin: 4px 0; display: block; background: currentColor; transition: transform .2s, opacity .2s; }

.eyebrow { margin-bottom: 22px; display: flex; align-items: center; gap: 11px; color: #b5b1a7; font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: var(--gold); }
.eyebrow.dark { color: var(--muted); }
.button { min-height: 54px; padding: 0 24px; border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 16px; font-size: 12px; font-weight: 900; letter-spacing: .02em; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-gold { color: var(--black); background: var(--gold-light); box-shadow: 0 15px 35px rgba(211,169,63,.17); }
.button-gold:hover { background: #ffe38a; box-shadow: 0 20px 45px rgba(211,169,63,.26); }
.button-dark { color: white; background: var(--black); box-shadow: 0 15px 35px rgba(0,0,0,.16); }
.text-link { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.38); display: inline-flex; align-items: center; gap: 12px; color: white; font-size: 12px; font-weight: 800; }
.text-link:hover { color: var(--gold-light); border-color: var(--gold-light); }

.hero { position: relative; min-height: 920px; padding-top: 132px; overflow: hidden; color: white; background: var(--black); }
.hero::before { content: "M4"; position: absolute; top: 7%; left: -1%; color: rgba(255,255,255,.018); font-family: var(--display); font-size: min(50vw, 680px); line-height: .8; letter-spacing: -.08em; pointer-events: none; }
.hero-grid-lines { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, black, transparent 72%); }
.hero-layout { position: relative; z-index: 2; min-height: 700px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 78px; align-items: center; }
.hero-copy { padding-bottom: 72px; }
.hero h1 { max-width: 690px; margin-bottom: 28px; font-family: var(--display); font-size: clamp(64px, 7.5vw, 108px); font-weight: 900; line-height: .82; letter-spacing: -.025em; text-transform: uppercase; }
.hero h1 em { display: block; color: var(--gold-light); font-style: normal; }
.hero-lead { max-width: 640px; margin-bottom: 35px; color: #b9b5ac; font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-points { margin: 46px 0 0; padding: 26px 0 0; border-top: 1px solid rgba(255,255,255,.13); display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; }
.hero-points li { padding-right: 16px; border-right: 1px solid rgba(255,255,255,.12); }
.hero-points li:not(:first-child) { padding-left: 25px; }
.hero-points li:last-child { border: 0; }
.hero-points strong, .hero-points span { display: block; }
.hero-points strong { color: var(--gold-light); font-family: var(--display); font-size: 29px; letter-spacing: .03em; }
.hero-points span { margin-top: 2px; color: #8e8b84; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-media { position: relative; height: 650px; display: grid; place-items: center; }
.hero-photo-wrap { position: relative; width: min(100%, 520px); height: 570px; overflow: hidden; background: #171713; box-shadow: 0 35px 90px rgba(0,0,0,.47); transform: translate3d(0,var(--hero-shift,0),0); will-change: transform; }
.hero-photo-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.08), transparent 45%, rgba(0,0,0,.68)); }
.hero-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; filter: saturate(.9) contrast(1.08) brightness(1.03); }
.hero-photo-line { position: absolute; z-index: 2; inset: 18px; border: 1px solid rgba(240,212,122,.35); }
.hero-tag { position: absolute; z-index: 4; min-width: 218px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.13); display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; color: var(--black); background: rgba(248,245,238,.95); box-shadow: var(--shadow); }
.hero-tag span { color: var(--gold-dark); font-size: 9px; font-weight: 900; }
.hero-tag strong { font-size: 11px; }
.hero-tag-one { top: 80px; left: -20px; transform: translate3d(0,var(--tag-one-shift,0),0) rotate(-2deg); }
.hero-tag-two { right: -22px; bottom: 82px; transform: translate3d(0,var(--tag-two-shift,0),0) rotate(2deg); }
.discipline-ticker { position: relative; z-index: 3; overflow: hidden; border-block: 1px solid rgba(255,255,255,.12); color: #d6d2c9; background: #0d0d0c; }
.discipline-ticker > div { min-width: max-content; padding: 23px 0; display: flex; align-items: center; gap: 32px; animation: ticker 32s linear infinite; }
.discipline-ticker span { font-family: var(--display); font-size: 17px; letter-spacing: .1em; }
.discipline-ticker i { color: var(--gold); font-style: normal; font-size: 10px; }
@keyframes ticker { to { transform: translateX(-20%); } }

.section-heading { margin-bottom: 58px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.section-heading h2, .method-copy h2, .start-heading h2, .center-copy h2, .faq-heading h2, .contact-copy h2, .private-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(52px, 5.5vw, 78px); font-weight: 900; line-height: .9; letter-spacing: -.02em; text-transform: uppercase; }
.section-heading > p { max-width: 500px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.section-heading.light h2 { color: white; }
.section-heading.light > p { color: #aaa69e; }

.disciplines { background: var(--paper); }
.discipline-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-auto-rows: 450px; gap: 14px; }
.discipline-card { position: relative; min-width: 0; overflow: hidden; color: white; background: var(--black); }
.discipline-card.card-large { grid-column: span 2; }
.discipline-card.card-wide { grid-column: span 3; height: 370px; }
.discipline-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 28%, rgba(0,0,0,.88)); transition: background .35s ease; }
.discipline-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.05); transition: transform .7s cubic-bezier(.2,.75,.2,1), filter .35s ease; }
.discipline-card:hover img { transform: scale(1.055); filter: saturate(1) contrast(1.05); }
.discipline-card:hover::after { background: linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.92)); }
.discipline-card > div { position: absolute; z-index: 2; right: 25px; bottom: 25px; left: 25px; }
.discipline-card small { color: var(--gold-light); font-size: 8px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.discipline-card h3 { margin: 6px 0 5px; font-family: var(--display); font-size: 42px; line-height: .9; letter-spacing: .01em; text-transform: uppercase; }
.discipline-card p { max-width: 420px; margin: 0; color: #cbc8c0; font-size: 12px; }
.discipline-card b { margin-top: 16px; display: flex; justify-content: space-between; color: white; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.card-number { position: absolute; z-index: 2; top: 20px; right: 20px; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.35); display: grid; place-items: center; color: white; font-size: 8px; font-weight: 900; backdrop-filter: blur(8px); }

.method { position: relative; overflow: hidden; color: white; background: var(--charcoal); }
.method::after { content: "DISCIPLINA"; position: absolute; right: -15px; bottom: -42px; color: rgba(255,255,255,.022); font-family: var(--display); font-size: clamp(110px,18vw,250px); line-height: .75; }
.method-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: center; }
.method-visual { position: relative; min-height: 660px; }
.method-visual img { width: 100%; height: 660px; object-fit: cover; object-position: center top; filter: grayscale(.28) contrast(1.08); }
.method-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(9,9,8,.8)); }
.method-visual > span { position: absolute; z-index: 2; right: -38px; bottom: 42px; color: var(--gold-light); font-family: var(--display); font-size: 44px; line-height: .85; text-align: right; transform: rotate(-90deg) translateX(100%); transform-origin: right bottom; }
.method-copy h2 { max-width: 680px; }
.method-lead { max-width: 620px; margin: 28px 0 42px; color: #b9b6ae; font-size: 15px; line-height: 1.85; }
.method-list { margin: 0; padding: 0; border-top: 1px solid var(--line-dark); list-style: none; }
.method-list li { padding: 24px 0; border-bottom: 1px solid var(--line-dark); display: grid; grid-template-columns: 55px 1fr; gap: 18px; }
.method-list li > span { color: var(--gold-light); font-size: 9px; font-weight: 900; }
.method-list strong { display: block; font-size: 14px; letter-spacing: .07em; text-transform: uppercase; }
.method-list p { margin: 6px 0 0; color: #98958e; font-size: 12px; }

.schedule { color: white; background: var(--black); }
.schedule-shell { border: 1px solid var(--line-dark); background: #0f0f0e; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.schedule-swipe-hint { display: none; }
.day-tabs { display: grid; grid-template-columns: repeat(6,1fr); border-bottom: 1px solid var(--line-dark); overscroll-behavior-inline: contain; scroll-snap-type: inline proximity; scrollbar-color: var(--gold-dark) #171715; scrollbar-width: thin; }
.day-tabs button { min-height: 86px; padding: 15px 10px; border: 0; border-right: 1px solid var(--line-dark); color: #8e8b84; background: transparent; font-family: var(--display); font-size: 23px; text-transform: uppercase; cursor: pointer; transition: color .2s, background .2s; }
.day-tabs button:last-child { border-right: 0; }
.day-tabs button { scroll-snap-align: start; }
.day-tabs button span { margin-top: 5px; display: block; font-family: var(--sans); font-size: 8px; font-weight: 800; letter-spacing: .06em; }
.day-tabs button[aria-selected="true"] { color: var(--black); background: var(--gold-light); }
.day-panels { min-height: 385px; padding: 25px 36px; }
.day-panel { display: grid; }
.day-panel[hidden] { display: none; }
.day-panel article { min-height: 67px; padding: 15px 8px; border-bottom: 1px solid rgba(255,255,255,.09); display: grid; grid-template-columns: 130px 1fr auto; gap: 20px; align-items: center; }
.day-panel time { color: var(--gold-light); font-family: var(--display); font-size: 23px; letter-spacing: .04em; }
.day-panel strong { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.day-panel article > span { color: #77746e; font-size: 9px; font-weight: 800; }
.schedule-cta { padding: 22px 35px; border-top: 1px solid var(--line-dark); display: flex; justify-content: space-between; gap: 30px; color: #97948c; font-size: 11px; }
.schedule-cta a { display: flex; gap: 40px; color: white; font-weight: 800; }
.schedule-cta a:hover { color: var(--gold-light); }

.pricing { background: var(--cream); }
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; align-items: stretch; }
.price-card { position: relative; padding: 34px; border: 1px solid var(--line); background: var(--paper); transition: transform .25s ease, box-shadow .25s ease; }
.price-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.price-card.featured { color: white; border-color: var(--black); background: var(--black); transform: translateY(-12px); }
.price-card.featured:hover { transform: translateY(-18px); }
.price-index { position: absolute; top: 22px; right: 23px; color: #9c978c; font-size: 9px; font-weight: 900; }
.price-badge { position: absolute; top: 0; right: 54px; padding: 8px 11px; color: var(--black); background: var(--gold-light); font-size: 7px; font-weight: 900; letter-spacing: .08em; }
.price-name { margin-bottom: 16px; color: var(--gold-dark); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.featured .price-name { color: var(--gold-light); }
.price-card h3 { min-height: 60px; margin: 0 0 24px; font-family: var(--display); font-size: 34px; line-height: .9; text-transform: uppercase; }
.price-value { padding: 21px 0; border-block: 1px solid var(--line); display: flex; align-items: baseline; gap: 8px; }
.featured .price-value { border-color: var(--line-dark); }
.price-value strong { font-family: var(--display); font-size: 49px; line-height: .9; }
.featured .price-value strong { color: var(--gold-light); }
.price-value span { color: var(--muted); font-size: 10px; font-weight: 700; }
.price-card > p:not(.price-name) { min-height: 70px; margin: 23px 0 15px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.featured > p:not(.price-name) { color: #aaa79f; }
.price-card ul { margin: 0; padding: 0; list-style: none; }
.price-card li { padding: 9px 0 9px 17px; border-bottom: 1px solid rgba(23,22,17,.08); color: #656158; font-size: 10px; }
.featured li { color: #c2beb6; border-color: rgba(255,255,255,.09); }
.price-card li::before { content: "✓"; margin-left: -17px; margin-right: 8px; color: var(--gold-dark); font-weight: 900; }
.featured li::before { color: var(--gold-light); }
.price-card > a { margin-top: 28px; display: flex; justify-content: space-between; color: var(--ink); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.featured > a { color: var(--gold-light); }
.other-prices { margin-top: 35px; border: 1px solid var(--line); display: grid; grid-template-columns: repeat(5,1fr); background: rgba(255,255,255,.32); }
.other-prices div { min-height: 86px; padding: 20px; border-right: 1px solid var(--line); display: grid; align-content: center; gap: 6px; }
.other-prices div:last-child { border: 0; }
.other-prices span { color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.other-prices strong { font-size: 11px; }
.price-note { margin: 18px 0 0; color: #878177; font-size: 9px; text-align: center; }

.start { color: white; background: var(--charcoal); }
.start .container { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.start-heading { position: sticky; top: 110px; }
.start-heading h2 { max-width: 540px; }
.start-steps { margin: 0; padding: 0; list-style: none; }
.start-steps li { padding: 31px 0; border-top: 1px solid var(--line-dark); display: grid; grid-template-columns: 80px 1fr; gap: 18px; }
.start-steps li:last-child { border-bottom: 1px solid var(--line-dark); }
.start-steps li > span { color: var(--gold-light); font-family: var(--display); font-size: 28px; }
.start-steps strong { display: block; margin-bottom: 7px; font-family: var(--display); font-size: 29px; line-height: 1; text-transform: uppercase; }
.start-steps p { margin: 0; color: #98958e; font-size: 12px; }

.center { background: var(--paper); }
.center-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 82px; align-items: center; }
.center-copy > p:not(.eyebrow) { max-width: 500px; margin: 27px 0 34px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.center-facts { margin-bottom: 31px; padding-block: 22px; border-block: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.center-facts strong, .center-facts span { display: block; }
.center-facts strong { font-size: 11px; text-transform: uppercase; }
.center-facts span { margin-top: 4px; color: var(--muted); font-size: 9px; }
.center-gallery { height: 640px; display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: 1fr 1fr; gap: 12px; }
.center-gallery img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76) contrast(1.05); }
.center-gallery img:first-child { grid-row: 1 / -1; }

.private-area { color: white; background: var(--black); }
.private-shell { position: relative; min-height: 520px; overflow: hidden; border: 1px solid var(--line-dark); display: grid; grid-template-columns: .78fr 1.22fr; align-items: stretch; background: var(--charcoal-2); }
.private-image { min-height: 520px; overflow: hidden; }
.private-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; filter: grayscale(.25) contrast(1.08); }
.private-copy { position: relative; z-index: 2; padding: 70px; display: flex; flex-direction: column; justify-content: center; }
.private-copy p:not(.eyebrow) { max-width: 520px; margin: 24px 0 31px; color: #aaa79f; font-size: 14px; }
.private-copy .button { width: fit-content; }
.private-watermark { position: absolute; right: -18px; bottom: -65px; color: rgba(255,255,255,.025); font-family: var(--display); font-size: 320px; line-height: .8; }

.faq { background: var(--cream); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: start; }
.faq-heading { position: sticky; top: 110px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 26px 55px 26px 0; list-style: none; cursor: pointer; font-family: var(--display); font-size: 25px; text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: absolute; top: 23px; right: 4px; width: 34px; height: 34px; border: 1px solid var(--line); display: grid; place-items: center; font-family: var(--sans); font-size: 18px; transition: transform .2s, background .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); background: var(--gold-light); }
.faq-list details p { max-width: 680px; margin: -4px 0 25px; color: var(--muted); font-size: 13px; line-height: 1.8; }

.contact { color: white; background: var(--black); }
.contact-shell { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.contact-copy > p:not(.eyebrow) { max-width: 520px; margin: 26px 0 33px; color: #aaa79f; font-size: 14px; line-height: 1.8; }
.contact-details { border-top: 1px solid var(--line-dark); }
.contact-details a { min-height: 96px; padding: 20px 7px; border-bottom: 1px solid var(--line-dark); display: grid; grid-template-columns: 130px 1fr auto; gap: 20px; align-items: center; transition: padding .2s, color .2s; }
.contact-details a:hover { padding-inline: 17px; color: var(--gold-light); }
.contact-details span { color: #7e7b74; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-details strong { font-size: 15px; }
.contact-details b { font-size: 18px; }

.site-footer { padding: 70px 0 26px; color: #aaa79f; background: #050504; }
.footer-main { padding-bottom: 52px; display: grid; grid-template-columns: 1.35fr repeat(3,.65fr); gap: 55px; }
.footer-brand .brand { color: white; }
.footer-brand > p { max-width: 300px; margin: 20px 0 0; color: #6f6c66; font-size: 11px; }
.footer-main > div:not(:first-child) { display: grid; align-content: start; gap: 10px; }
.footer-main > div:not(:first-child) > strong { margin-bottom: 7px; color: white; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.footer-main > div:not(:first-child) a { color: #77746e; font-size: 10px; }
.footer-main a:hover { color: var(--gold-light); }
.footer-bottom { padding-top: 21px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; color: #55534f; font-size: 9px; }
.floating-whatsapp { position: fixed; z-index: 90; right: 23px; bottom: 23px; min-height: 49px; padding: 0 18px 0 0; border: 1px solid rgba(0,0,0,.15); display: flex; align-items: center; gap: 11px; color: var(--black); background: var(--gold-light); box-shadow: 0 16px 45px rgba(0,0,0,.25); font-size: 10px; font-weight: 900; }
.floating-whatsapp > span { align-self: stretch; width: 49px; display: grid; place-items: center; color: white; background: var(--black); font-size: 9px; font-weight: 900; letter-spacing: .08em; }

.reveal { opacity: 0; transform: translateY(42px); transition: opacity .85s cubic-bezier(.2,.75,.2,1), transform .85s cubic-bezier(.2,.75,.2,1); will-change: opacity, transform; }
.reveal[data-reveal="left"] { transform: translateX(-55px); }
.reveal[data-reveal="right"] { transform: translateX(55px); }
.reveal[data-reveal="scale"] { transform: translateY(30px) scale(.96); }
.reveal.is-visible { opacity: 1; transform: none; }
[data-stagger] > * { opacity: 0; transform: translateY(25px); transition: opacity .62s cubic-bezier(.2,.75,.2,1), transform .62s cubic-bezier(.2,.75,.2,1); }
[data-stagger].is-visible > *, .is-visible [data-stagger] > * { opacity: 1; transform: none; transition-delay: calc(var(--item-index,0) * 85ms + 110ms); }

/* Páginas interiores y contenido legal */
.inner-page { background: var(--paper); }
.inner-hero { min-height: 690px; padding: 150px 0 90px; display: grid; align-items: end; color: white; background: var(--black); }
.inner-hero-grid { display: grid; grid-template-columns: 1fr .76fr; gap: 70px; align-items: end; }
.inner-hero h1 { max-width: 820px; margin: 0; font-family: var(--display); font-size: clamp(74px,10vw,140px); line-height: .78; text-transform: uppercase; }
.inner-hero h1 em { display: block; color: var(--gold-light); font-style: normal; }
.inner-hero p:not(.eyebrow) { max-width: 560px; margin: 27px 0 32px; color: #b5b1a8; font-size: 15px; line-height: 1.8; }
.inner-hero-visual { height: 500px; overflow: hidden; border: 1px solid var(--line-dark); }
.inner-hero-visual picture { display: block; width: 100%; height: 100%; }
.inner-hero-visual img { width: 100%; height: 100%; object-fit: cover; }
.detail-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); }
.detail-card { min-height: 280px; padding: 35px; background: var(--paper); }
.detail-card > span { color: var(--gold-dark); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.detail-card h2 { margin: 43px 0 14px; font-family: var(--display); font-size: 34px; line-height: .95; text-transform: uppercase; }
.detail-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.detail-cta { padding: 95px 0; color: white; background: var(--charcoal); }
.detail-cta .container { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.detail-cta h2 { max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(48px,6vw,82px); line-height: .88; text-transform: uppercase; }
.related-links { padding: 36px 0; border-top: 1px solid var(--line); background: var(--cream); }
.related-links .container { display: flex; flex-wrap: wrap; gap: 10px; }
.related-links a { padding: 10px 13px; border: 1px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.related-links a:hover { color: var(--black); border-color: var(--gold-dark); }
.legal-main { width: min(920px,calc(100% - 48px)); margin-inline: auto; padding: 150px 0 110px; }
.legal-main > h1 { margin: 0 0 18px; font-family: var(--display); font-size: clamp(70px,9vw,120px); line-height: .82; text-transform: uppercase; }
.legal-intro { max-width: 720px; margin-bottom: 55px; color: var(--muted); font-size: 13px; }
.legal-nav { margin-bottom: 55px; display: flex; flex-wrap: wrap; gap: 10px; }
.legal-nav a { padding: 10px 13px; border: 1px solid var(--line); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.legal-section { padding: 42px 0; border-top: 1px solid var(--line); }
.legal-section:last-child { border-bottom: 1px solid var(--line); }
.legal-section h2 { margin-bottom: 24px; font-family: var(--display); font-size: 42px; text-transform: uppercase; }
.legal-section h3 { margin: 28px 0 9px; font-size: 12px; text-transform: uppercase; }
.legal-section p, .legal-section li { color: var(--muted); font-size: 13px; line-height: 1.85; }
.legal-warning { padding: 18px; border-left: 3px solid var(--gold); background: var(--cream); }
.error-shell { min-height: 100vh; padding: 130px 24px; display: grid; place-items: center; color: white; background: var(--black); text-align: center; }
.error-shell h1 { margin: 0; color: var(--gold-light); font-family: var(--display); font-size: clamp(120px,24vw,300px); line-height: .75; }
.error-shell h2 { margin: 25px 0 12px; font-family: var(--display); font-size: 40px; text-transform: uppercase; }
.error-shell p { max-width: 500px; color: #9e9a92; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .scroll-progress { display: none; }
  .discipline-ticker > div { animation: none; }
  .reveal, [data-stagger] > * { opacity: 1; transform: none; transition: none; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 1050px) {
  .nav { gap: 18px; }
  .hero-layout { gap: 35px; }
  .hero h1 { font-size: 76px; }
  .hero-photo-wrap { height: 540px; }
  .method-layout, .center-layout, .contact-shell { gap: 55px; }
  .other-prices { grid-template-columns: repeat(3,1fr); }
  .other-prices div:nth-child(3) { border-right: 0; }
  .other-prices div:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .footer-main { grid-template-columns: 1.2fr repeat(3,.8fr); gap: 30px; }
}

@media (max-width: 850px) {
  .section { padding: 90px 0; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .nav { position: fixed; inset: 70px 0 auto; height: calc(100dvh - 70px); padding: 28px 24px 40px; display: none; flex-direction: column; align-items: stretch; gap: 0; color: white; background: rgba(9,9,8,.98); }
  .nav.open { display: flex; }
  .nav > a { padding: 18px 0 !important; border-bottom: 1px solid var(--line-dark); font-family: var(--display); font-size: 24px; text-transform: uppercase; }
  .nav-login { margin-top: 20px; justify-content: center; color: var(--black); background: var(--gold-light); }
  .reveal[data-reveal="left"], .reveal[data-reveal="right"] { transform: translateY(35px); }
  .reveal.is-visible { transform: none; }
  .hero { min-height: auto; padding-top: 122px; }
  .hero-layout { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { padding-bottom: 0; }
  .hero h1 { max-width: 760px; font-size: clamp(68px,12vw,92px); }
  .hero-media { width: min(100%,620px); height: 600px; margin: 0 auto; }
  .hero-photo-wrap { width: min(100%,540px); }
  .discipline-ticker { margin-top: 55px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .discipline-grid { grid-template-columns: 1fr 1fr; }
  .discipline-card.card-large, .discipline-card.card-wide { grid-column: span 2; }
  .method-layout, .start .container, .center-layout, .faq-layout, .contact-shell, .inner-hero-grid { grid-template-columns: 1fr; }
  .method-visual { width: min(100%,600px); min-height: 600px; }
  .method-visual img { height: 600px; }
  .start-heading, .faq-heading { position: static; }
  .day-tabs { overflow-x: auto; grid-template-columns: repeat(6,minmax(120px,1fr)); }
  .schedule-swipe-hint { margin: 0; padding: 12px 15px; border-bottom: 1px solid var(--line-dark); display: flex; align-items: center; justify-content: space-between; color: #8e8b84; font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
  .schedule-swipe-hint span { color: var(--gold-light); font-size: 14px; }
  .price-grid { grid-template-columns: 1fr; gap: 17px; }
  .price-card.featured, .price-card.featured:hover { transform: none; }
  .price-card h3, .price-card > p:not(.price-name) { min-height: 0; }
  .center-gallery { height: 580px; }
  .private-shell { grid-template-columns: .9fr 1.1fr; }
  .private-copy { padding: 45px; }
  .footer-main { grid-template-columns: repeat(3,1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .inner-hero { padding-top: 125px; }
  .inner-hero-visual { height: 470px; }
  .detail-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px,1200px); }
  .section { padding: 72px 0; }
  .site-header, .site-header.scrolled { height: 68px; }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: 18px; }
  .nav { inset: 68px 0 auto; height: calc(100dvh - 68px); }
  .hero { padding-top: 106px; }
  .hero h1 { font-size: 59px; }
  .hero-lead { font-size: 14px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 20px; }
  .hero-actions .button { width: 100%; }
  .text-link { width: fit-content; }
  .hero-points { gap: 0; }
  .hero-points li { padding-right: 8px; }
  .hero-points li:not(:first-child) { padding-left: 12px; }
  .hero-points strong { font-size: 22px; }
  .hero-media { height: 500px; }
  .hero-photo-wrap { height: 465px; }
  .hero-tag { min-width: 190px; padding: 13px; }
  .hero-tag-one { top: 35px; left: -4px; }
  .hero-tag-two { right: auto; bottom: 22px; left: 18px; }
  .discipline-ticker > div { padding-block: 19px; gap: 22px; }
  .section-heading h2, .method-copy h2, .start-heading h2, .center-copy h2, .faq-heading h2, .contact-copy h2, .private-copy h2 { font-size: 48px; }
  .discipline-grid { grid-template-columns: 1fr; grid-auto-rows: 440px; }
  .discipline-card.card-large, .discipline-card.card-wide { grid-column: span 1; height: auto; }
  .discipline-card h3 { font-size: 37px; }
  .method-layout { gap: 55px; }
  .method-visual, .method-visual img { min-height: 520px; height: 520px; }
  .method-visual > span { right: -26px; font-size: 34px; }
  .day-panels { min-height: 370px; padding: 18px; }
  .day-panel article { grid-template-columns: 82px 1fr auto; gap: 10px; }
  .day-panel article > span { padding-right: 46px; }
  .schedule-cta { padding: 20px; flex-direction: column; gap: 10px; }
  .schedule-cta a { justify-content: space-between; gap: 15px; }
  .price-card { padding: 29px 22px; }
  .other-prices { grid-template-columns: 1fr; }
  .other-prices div, .other-prices div:nth-child(3) { border-right: 0; border-bottom: 1px solid var(--line); }
  .other-prices div:last-child { border-bottom: 0; }
  .start .container { gap: 50px; }
  .start-steps li { grid-template-columns: 58px 1fr; }
  .center-gallery { height: 660px; grid-template-columns: 1fr; grid-template-rows: 1.2fr .8fr .8fr; }
  .center-gallery img:first-child { grid-row: auto; }
  .private-shell { grid-template-columns: 1fr; }
  .private-image { min-height: 390px; height: 390px; }
  .private-copy { padding: 37px 24px 48px; }
  .faq-list summary { font-size: 21px; }
  .contact-details a { grid-template-columns: 90px 1fr auto; gap: 9px; }
  .contact-details strong { font-size: 12px; overflow-wrap: anywhere; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px 20px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 7px; }
  .floating-whatsapp { right: 14px; bottom: 14px; min-width: 49px; padding-right: 0; }
  .floating-whatsapp strong { display: none; }
  .inner-hero h1 { font-size: 67px; }
  .inner-hero-visual { height: 390px; }
  .detail-cta .container { align-items: flex-start; flex-direction: column; }
  .legal-main { width: min(100% - 28px,920px); padding-top: 120px; }
  .legal-main > h1 { font-size: 62px; }
}
