:root {
  --ink: #16211b;
  --forest: #123a2e;
  --forest-deep: #0b2920;
  --accent: #dfff61;
  --paper: #f4f2eb;
  --white: #fff;
  --muted: #667069;
  --line: rgba(22, 33, 27, .14);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }

.site-header {
  position: fixed;
  z-index: 30;
  top: 16px;
  left: 50%;
  width: min(1320px, calc(100% - 32px));
  height: 72px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0 18px;
  color: var(--white);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: rgba(11, 29, 22, .20);
  backdrop-filter: blur(14px);
  transition: color .25s, background .25s, border-color .25s, box-shadow .25s;
}
.site-header.is-scrolled {
  color: var(--ink);
  background: rgba(248, 247, 242, .92);
  border-color: rgba(22,33,27,.10);
  box-shadow: 0 12px 36px rgba(15, 34, 25, .10);
}
.brand { display: flex; align-items: center; gap: 11px; min-width: max-content; font-size: 13px; font-weight: 620; line-height: 1.1; }
.brand img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.brand small { display: block; margin-top: 4px; font-size: 10px; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; opacity: .68; }
.site-header nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.site-header nav a { position: relative; font-size: 13px; opacity: .78; transition: opacity .2s; }
.site-header nav a:hover { opacity: 1; }
.header-cta { display: inline-flex; align-items: center; gap: 13px; min-height: 42px; padding: 0 17px; border-radius: 12px; background: var(--white); color: var(--ink); font-size: 13px; font-weight: 650; }
.site-header.is-scrolled .header-cta { background: var(--forest); color: var(--white); }
.language-switch { display: inline-flex; align-items: center; gap: 2px; flex: 0 0 auto; min-height: 42px; padding: 4px; border: 1px solid rgba(255,255,255,.22); border-radius: 12px; background: rgba(8,27,20,.22); }
.language-switch > span { color: currentColor; font-size: 10px; opacity: .28; }
.language-switch button { min-width: 31px; height: 32px; padding: 0 6px; border: 0; border-radius: 8px; background: transparent; color: inherit; font: 700 11px/1 inherit; letter-spacing: .04em; opacity: .56; cursor: pointer; transition: color .2s, background .2s, opacity .2s; }
.language-switch button:hover { opacity: 1; }
.language-switch button[aria-pressed="true"] { background: var(--white); color: var(--ink); opacity: 1; }
.site-header.is-scrolled .language-switch { border-color: rgba(22,33,27,.13); background: rgba(22,33,27,.05); }
.site-header.is-scrolled .language-switch button[aria-pressed="true"] { background: var(--forest); color: var(--white); }
.language-switch button:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.menu-button { display: none; }

.hero { position: relative; min-height: 860px; height: 100svh; overflow: hidden; color: var(--white); background: var(--forest-deep); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 44%; animation: hero-in 1.4s cubic-bezier(.2,.7,.2,1) both; }
.hero-shade { background: linear-gradient(90deg, rgba(6,24,18,.86) 0%, rgba(6,24,18,.46) 48%, rgba(6,24,18,.08) 76%), linear-gradient(0deg, rgba(6,24,18,.72) 0%, transparent 44%); }
.hero-content { position: absolute; z-index: 2; left: max(40px, calc((100vw - 1320px)/2 + 20px)); top: 50%; width: min(700px, 54vw); transform: translateY(-46%); }
.eyebrow { margin: 0 0 26px; font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero h1, .section-heading h2, .facilities-head h2, .visit h2 { margin: 0; font-weight: 540; letter-spacing: -.065em; line-height: .9; }
.hero h1 { font-size: clamp(84px, 10vw, 148px); }
h1 em, h2 em { color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-intro { max-width: 590px; margin: 34px 0 30px; color: rgba(255,255,255,.76); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; min-height: 54px; padding: 0 21px; border-radius: 14px; font-size: 14px; font-weight: 650; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover { background: var(--accent); }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 14px; }
.text-link span { color: var(--accent); }
.hero-facts { position: absolute; z-index: 2; right: max(40px, calc((100vw - 1320px)/2 + 20px)); bottom: 42px; display: flex; border-top: 1px solid rgba(255,255,255,.28); }
.hero-facts div { display: flex; align-items: flex-start; gap: 10px; min-width: 130px; padding: 17px 24px 0 0; }
.hero-facts strong { font-size: 28px; font-weight: 520; letter-spacing: -.04em; line-height: 1; }
.hero-facts span { color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.25; }
.visual-label { position: absolute; z-index: 2; left: max(40px, calc((100vw - 1320px)/2 + 20px)); bottom: 39px; margin: 0; color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }

.academy, .facilities, .visit, footer { width: min(1320px, calc(100% - 64px)); margin-inline: auto; }
.academy { padding: 150px 0; }
.section-heading { display: grid; grid-template-columns: .34fr 1.66fr; }
.section-heading > div { display: grid; grid-template-columns: 1.3fr .7fr; gap: 8vw; align-items: end; }
.section-heading h2, .facilities-head h2 { font-size: clamp(62px, 7vw, 104px); }
.section-heading > div > p, .facilities-head > p:last-child { max-width: 480px; margin: 0; color: var(--muted); font-size: 17px; }
.program-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 90px; }
.program-row article { min-height: 230px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s, background .25s, color .25s; }
.program-row article:hover { transform: translateY(-5px); background: var(--forest); color: var(--white); }
.program-row article > span { font-size: 11px; color: var(--muted); }
.program-row article:hover > span, .program-row article:hover p { color: rgba(255,255,255,.62); }
.program-row h3 { margin: auto 0 8px; font-size: 24px; font-weight: 540; letter-spacing: -.035em; }
.program-row p { max-width: 300px; margin: 0; color: var(--muted); font-size: 13px; transition: color .25s; }

.facilities { width: 100%; padding: 140px max(32px, calc((100vw - 1320px)/2)); color: var(--white); background: var(--forest); }
.facilities-head { display: grid; grid-template-columns: .34fr 1fr .66fr; align-items: end; }
.facilities-head > p:last-child { color: rgba(255,255,255,.62); }
.explorer { margin-top: 74px; }
.explorer-tabs { display: flex; overflow-x: auto; gap: 7px; padding-bottom: 16px; scrollbar-width: none; }
.explorer-tabs::-webkit-scrollbar { display: none; }
.facility-tab { flex: 0 0 auto; min-height: 45px; padding: 0 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: transparent; color: rgba(255,255,255,.64); font: 600 13px/1 inherit; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.facility-tab:hover { color: var(--white); border-color: rgba(255,255,255,.5); }
.facility-tab.is-active { color: var(--ink); background: var(--accent); border-color: var(--accent); }
.explorer-stage { display: grid; grid-template-columns: 1.48fr .52fr; min-height: 670px; overflow: hidden; border-radius: 26px; background: var(--paper); color: var(--ink); outline: 0; }
.explorer-image-wrap { position: relative; overflow: hidden; background: #d8d6ce; }
.explorer-image { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: opacity .18s, transform .55s cubic-bezier(.2,.7,.2,1); }
.explorer-stage.is-changing .explorer-image { opacity: .25; transform: scale(1.02); }
.image-count { position: absolute; left: 20px; bottom: 20px; display: inline-flex; gap: 6px; padding: 8px 11px; border-radius: 999px; background: rgba(8,27,20,.72); color: rgba(255,255,255,.65); backdrop-filter: blur(10px); font-size: 11px; }
.image-count b { color: var(--white); font-weight: 700; }
.explorer-copy { display: flex; flex-direction: column; justify-content: space-between; padding: 34px 32px; }
.explorer-number { margin: 0; color: var(--muted); font-size: 12px; }
.explorer-copy h3 { max-width: 390px; margin: 0 0 20px; font-size: clamp(36px, 4vw, 58px); font-weight: 540; letter-spacing: -.055em; line-height: .98; }
.explorer-copy div > p { max-width: 390px; margin: 0; color: var(--muted); font-size: 15px; }
.feature-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 28px; }
.feature-list span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; font-size: 11px; }
.project-credit { margin: 18px 0 0; color: rgba(255,255,255,.4); font-size: 10px; text-align: right; text-transform: uppercase; letter-spacing: .07em; }

.visit { padding: 150px 0 36px; }
.visit-top { display: grid; grid-template-columns: 1.05fr .95fr; gap: 10vw; align-items: start; }
.visit h2 { font-size: clamp(68px, 8.5vw, 126px); }
.price-card { padding: 25px 28px; border-radius: var(--radius); background: var(--white); }
.card-label { margin: 0 0 18px; color: var(--muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.price-card > div { display: flex; align-items: center; justify-content: space-between; min-height: 58px; border-top: 1px solid var(--line); }
.price-subhead { margin: 18px 0 0; padding: 18px 0 12px; border-top: 2px solid var(--ink); color: var(--ink); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.price-card span { display: flex; flex-direction: column; }
.price-card b { font-size: 16px; font-weight: 600; }
.price-card small { color: var(--muted); font-size: 11px; font-weight: 500; }
.price-card strong { font-size: 23px; font-weight: 540; letter-spacing: -.04em; }
.price-card strong small { font-size: 11px; }
.visit-bottom { display: grid; grid-template-columns: 1.05fr .95fr; gap: 10vw; align-items: stretch; margin-top: 84px; padding-top: 25px; border-top: 1px solid var(--line); }
.contact-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.contact-list a { display: flex; flex-direction: column; justify-content: space-between; min-width: 0; min-height: 90px; }
.contact-list small { color: var(--muted); font-size: 11px; }
.contact-list span { overflow-wrap: anywhere; font-size: 13px; font-weight: 560; }
.booking-card { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 96px; padding: 0 26px; border-radius: 18px; background: var(--accent); font-size: 16px; font-weight: 680; transition: transform .2s, background .2s; }
.booking-card:hover { transform: translateY(-3px); background: #d5fa47; }
.booking-card > span { display: flex; flex-direction: column; gap: 3px; }
.booking-card small { font-size: 10px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; opacity: .6; }
.booking-card b { font-size: 24px; font-weight: 400; }

footer { min-height: 126px; display: flex; align-items: center; justify-content: space-between; margin-top: 80px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
footer .brand { color: var(--ink); }
footer > a:last-child { color: var(--ink); font-weight: 600; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes hero-in { from { opacity: 0; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 980px) {
  .site-header { top: 10px; height: 64px; width: calc(100% - 20px); gap: 12px; padding-inline: 12px; }
  .site-header nav { position: fixed; inset: 74px 0 auto; display: none; padding: 22px; border-radius: 18px; background: rgba(10,34,26,.98); color: var(--white); box-shadow: 0 16px 40px rgba(0,0,0,.2); }
  .site-header.is-open nav { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .site-header nav a { padding: 17px 2px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 16px; opacity: 1; }
  .site-header .header-cta { display: none; }
  .menu-button { display: flex; align-items: center; gap: 10px; margin-left: auto; border: 0; background: none; font: 600 13px/1 inherit; }
  .language-switch { min-height: 40px; }
  .menu-icon, .menu-icon::after { display: block; width: 18px; height: 1px; background: currentColor; content: ""; transition: transform .2s; }
  .menu-icon::after { transform: translateY(5px); }
  .site-header.is-open .menu-icon { transform: rotate(45deg); }
  .site-header.is-open .menu-icon::after { transform: rotate(90deg); }
  .section-heading, .section-heading > div, .facilities-head { grid-template-columns: 1fr; gap: 24px; }
  .facilities-head > p:last-child { max-width: 540px; }
  .explorer-stage { grid-template-columns: 1.25fr .75fr; min-height: 580px; }
  .visit-top, .visit-bottom { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 700px) {
  .brand span { font-size: 11px; }
  .brand small { font-size: 8px; }
  .brand img { width: 38px; height: 38px; }
  .hero { min-height: 760px; }
  .hero-media img { object-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(6,24,18,.82), rgba(6,24,18,.16)), linear-gradient(0deg, rgba(6,24,18,.88), transparent 68%); }
  .hero-content { left: 20px; right: 20px; top: 45%; width: auto; transform: translateY(-42%); }
  .hero h1 { font-size: clamp(66px, 22vw, 92px); }
  .hero-intro { max-width: 94%; margin-top: 25px; font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero-facts { left: 20px; right: 20px; bottom: 24px; justify-content: space-between; }
  .hero-facts div { min-width: 0; padding-right: 10px; }
  .hero-facts strong { font-size: 24px; }
  .visual-label { display: none; }
  .academy, .visit, footer { width: calc(100% - 36px); }
  .academy { padding: 94px 0; }
  .section-heading h2, .facilities-head h2 { font-size: 58px; }
  .section-heading > div > p { font-size: 15px; }
  .program-row { grid-template-columns: 1fr; margin-top: 50px; }
  .program-row article { min-height: 175px; }
  .facilities { padding: 92px 18px 72px; }
  .explorer { margin-top: 46px; }
  .explorer-stage { grid-template-columns: 1fr; min-height: 0; }
  .explorer-image-wrap { aspect-ratio: 4 / 4.35; }
  .explorer-copy { min-height: 330px; padding: 26px 22px; }
  .explorer-copy h3 { font-size: 41px; }
  .project-credit { text-align: left; }
  .visit { padding-top: 96px; }
  .visit h2 { font-size: 70px; }
  .visit-top { gap: 45px; }
  .price-card { padding: 20px; }
  .visit-bottom { gap: 34px; margin-top: 62px; }
  .contact-list { grid-template-columns: 1fr; gap: 0; }
  .contact-list a { min-height: 78px; padding: 14px 0; border-bottom: 1px solid var(--line); }
  footer { min-height: 0; align-items: flex-start; flex-direction: column; gap: 20px; padding: 28px 0; margin-top: 60px; }
}

@media (max-width: 390px) {
  .site-header .brand span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
