:root {
  --black:#111411;
  --black-soft:#1c211d;
  --paper:#f3f1e9;
  --white:#fffef9;
  --muted:#aeb5af;
  --ink:#171a18;
  --green:#486451;
  --gold:#c9a66a;
  --line:rgba(255,255,255,.18);
}

* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--black); color:var(--white); font-family:Inter,"Helvetica Neue",Arial,sans-serif; line-height:1.55; }
img { display:block; width:100%; }
a { color:inherit; }
button { font:inherit; }
h1,h2,h3,p { margin-top:0; }
h1,h2,h3 { letter-spacing:-.045em; line-height:1.02; }
.section { max-width:1380px; margin:0 auto; padding:clamp(80px,10vw,145px) clamp(22px,6vw,88px); }
.kicker { margin-bottom:20px; color:var(--gold); font-size:.76rem; font-weight:800; letter-spacing:.2em; text-transform:uppercase; }
.button { min-height:52px; padding:0 23px; display:inline-flex; align-items:center; justify-content:center; border:1px solid transparent; text-decoration:none; font-weight:750; transition:.2s ease; }
.button.gold { background:var(--gold); color:var(--black); }
.button.gold:hover { background:#dec18d; }
.button.outline { border-color:#ffffff70; color:#fff; }
.button.outline:hover { background:#ffffff14; }
.button.light { background:var(--white); color:var(--black); }

.header { width:100%; height:96px; padding:15px clamp(20px,5vw,70px); display:flex; align-items:center; justify-content:space-between; position:absolute; z-index:20; }
.brand { display:flex; align-items:center; gap:12px; text-decoration:none; }
.brand img { width:48px; height:48px; object-fit:contain; }
.brand span { display:grid; line-height:1; }
.brand strong { font-size:1.1rem; letter-spacing:.02em; text-transform:uppercase; }
.brand small { margin-top:5px; color:var(--gold); font-size:.65rem; font-weight:800; letter-spacing:.24em; text-transform:uppercase; }
.header nav { display:flex; align-items:center; gap:30px; }
.header nav>a { font-size:.88rem; font-weight:650; text-decoration:none; }
.header nav>a:hover { color:var(--gold); }
.header .login-link { padding:10px 15px; border:1px solid #ffffff63; }
.language { padding:8px 0; display:flex; gap:7px; border:0; background:transparent; color:#7e867f; cursor:pointer; }
.language .active { color:#fff; font-weight:800; }
.menu-button { display:none; padding:8px 12px; border:1px solid #ffffff70; background:transparent; color:#fff; }

.hero { min-height:850px; padding:160px clamp(22px,7vw,105px) 100px; display:flex; align-items:center; position:relative; overflow:hidden; }
.hero-image,.hero-overlay { position:absolute; inset:0; width:100%; height:100%; }
.hero-image { object-fit:cover; object-position:center 45%; }
.hero-overlay { background:linear-gradient(90deg,rgba(10,12,10,.94) 0%,rgba(10,12,10,.7) 48%,rgba(10,12,10,.2) 78%),linear-gradient(0deg,rgba(10,12,10,.85),transparent 48%); }
.hero-content { max-width:900px; position:relative; z-index:2; }
.hero h1 { margin-bottom:30px; font-size:clamp(4.2rem,9vw,9rem); font-weight:800; }
.hero h1 em { color:var(--gold); font-weight:400; }
.hero-content>p:not(.kicker) { max-width:620px; margin-bottom:35px; color:#d4dad5; font-size:1.12rem; }
.hero-actions,.cta-actions { display:flex; flex-wrap:wrap; gap:12px; }
.back-link { position:absolute; z-index:2; right:clamp(22px,6vw,90px); bottom:35px; color:#d2d7d3; font-size:.82rem; text-decoration:none; }

.manifest { display:grid; grid-template-columns:70px 1.25fr .75fr; gap:5vw; align-items:end; background:var(--black); }
.manifest h2,.groups h2,.schedule h2,.cta h2,.member-banner h2 { margin:0; font-size:clamp(2.5rem,5.3vw,5.5rem); font-weight:650; }
.manifest>p:last-child { margin:0 0 8px; color:var(--muted); font-size:1.03rem; }
.section-number { color:#6f7770; font-size:.78rem; letter-spacing:.15em; }

.disciplines { padding-top:20px; display:grid; grid-template-columns:repeat(3,1fr); gap:1px; }
.disciplines article { min-height:440px; padding:40px; display:flex; flex-direction:column; background:var(--black-soft); border-top:1px solid var(--line); }
.disciplines article:nth-child(2) { background:#26362c; }
.disciplines article>span { margin-bottom:auto; color:#758078; font-size:.75rem; }
.disciplines h3 { margin-bottom:22px; font-size:clamp(2rem,3.3vw,3.7rem); font-weight:650; }
.disciplines article>p:last-child { max-width:380px; margin-bottom:0; color:#b7beb8; }

.photo-break { height:min(72vw,850px); position:relative; overflow:hidden; }
.photo-break>img { height:100%; object-fit:cover; object-position:center top; }
.photo-break:after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,transparent 35%,rgba(10,12,10,.72)); }
.photo-quote { max-width:600px; position:absolute; z-index:2; right:7vw; top:50%; transform:translateY(-50%); }
.photo-quote p { margin:0; font-size:clamp(2.2rem,4.3vw,5rem); font-weight:700; letter-spacing:-.045em; line-height:1.04; }

.groups { display:grid; grid-template-columns:1fr 1fr; gap:9vw; }
.group-list article { padding:27px 0; display:grid; grid-template-columns:150px 1fr; gap:30px; border-top:1px solid var(--line); }
.group-list article:last-child { border-bottom:1px solid var(--line); }
.group-list strong { color:var(--gold); font-size:1.12rem; }
.group-list p { margin:0; color:var(--muted); }

.schedule { max-width:1500px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; background:var(--paper); color:var(--ink); }
.schedule-photo { min-height:760px; }
.schedule-photo img { height:100%; object-fit:cover; object-position:center; }
.schedule-content { padding:clamp(55px,8vw,110px); }
.schedule-content h2 { margin-bottom:55px; font-size:clamp(2.6rem,4.6vw,5rem); }
.schedule-row { padding:17px 0; display:grid; grid-template-columns:1fr 120px 1fr; gap:18px; border-top:1px solid #cfd1ca; align-items:center; }
.schedule-row strong { font-size:.9rem; }
.schedule-row span { font-variant-numeric:tabular-nums; }
.schedule-row em { color:#656d67; font-style:normal; }
.schedule-note { margin:22px 0 0; color:#69706b; font-size:.84rem; }

.cta { text-align:center; }
.cta h2 em { color:var(--gold); font-weight:400; }
.cta>p:not(.kicker) { max-width:600px; margin:30px auto; color:var(--muted); font-size:1.04rem; }
.cta-actions { justify-content:center; }
.contact-data { margin-top:55px; display:flex; justify-content:center; flex-wrap:wrap; gap:14px 32px; color:#bec4bf; font-size:.9rem; }
.contact-data a { text-decoration:none; }

.member-banner { max-width:1380px; margin:0 auto 60px; padding:55px clamp(24px,6vw,80px); display:flex; align-items:center; justify-content:space-between; gap:40px; background:var(--green); }
.member-banner h2 { font-size:clamp(2rem,4vw,4rem); }
.member-banner .kicker { color:#e3c791; }
.member-banner .button { flex:0 0 auto; }

footer { max-width:1380px; margin:0 auto; padding:40px clamp(22px,6vw,88px); display:flex; align-items:center; justify-content:space-between; gap:25px; border-top:1px solid var(--line); color:#939b95; font-size:.8rem; }
footer p { margin:0; }
footer>div { display:flex; gap:25px; }
footer>div a { text-decoration:none; }

@media(max-width:950px) {
  .header { height:82px; }
  .menu-button { display:block; }
  .header nav { display:none; position:absolute; left:18px; right:18px; top:76px; padding:22px; flex-direction:column; align-items:stretch; gap:17px; background:#151915; box-shadow:0 20px 50px #0008; }
  .header nav.open { display:flex; }
  .header .login-link { text-align:center; }
  .language { justify-content:center; }
  .hero { min-height:760px; padding-top:135px; }
  .manifest { grid-template-columns:45px 1fr; }
  .manifest>p:last-child { grid-column:2; }
  .disciplines { grid-template-columns:1fr; }
  .disciplines article { min-height:360px; }
  .groups { grid-template-columns:1fr; }
  .schedule { grid-template-columns:1fr; }
  .schedule-photo { min-height:560px; }
}

@media(max-width:620px) {
  .brand img { width:42px; height:42px; }
  .brand strong { font-size:.95rem; }
  .hero { min-height:720px; padding:125px 20px 90px; align-items:flex-end; }
  .hero-overlay { background:linear-gradient(0deg,rgba(10,12,10,.97) 0%,rgba(10,12,10,.62) 63%,rgba(10,12,10,.25)); }
  .hero-image { object-position:58% center; }
  .hero h1 { font-size:clamp(3.5rem,17vw,5.2rem); }
  .hero-actions .button { width:100%; }
  .back-link { left:20px; right:auto; bottom:28px; }
  .manifest { display:block; }
  .section-number { margin-bottom:40px; }
  .manifest>p:last-child { margin-top:27px; }
  .disciplines { padding-left:18px; padding-right:18px; }
  .disciplines article { min-height:390px; padding:30px 24px; }
  .photo-break { height:620px; }
  .photo-break>img { object-position:63% center; }
  .photo-break:after { background:linear-gradient(0deg,rgba(10,12,10,.85),transparent 60%); }
  .photo-quote { left:22px; right:22px; top:auto; bottom:45px; transform:none; }
  .group-list article { grid-template-columns:1fr; gap:8px; }
  .schedule-photo { min-height:420px; }
  .schedule-content { padding:60px 22px; }
  .schedule-row { grid-template-columns:1fr auto; gap:5px 16px; }
  .schedule-row em { grid-column:1/-1; }
  .member-banner { margin:0 18px 45px; padding:35px 24px; display:block; }
  .member-banner .button { width:100%; margin-top:28px; }
  footer { align-items:flex-start; flex-direction:column; }
}

@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  * { transition:none!important; }
}
