:root {
  --ink: #0a0a0a;
  --panel: #141414;
  --paper: #eee9df;
  --muted: #9c9992;
  --red: #d93825;
  --line: rgba(238, 233, 223, .16);
  --dark-line: rgba(10, 10, 10, .16);
  --display: "Barlow Condensed", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--paper); font-family: var(--body); line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: sticky; z-index: 50; top: 0; height: 78px; border-bottom: 1px solid var(--line); background: rgba(10, 10, 10, .96); backdrop-filter: blur(16px); }
.header-inner { position: relative; width: min(calc(100% - 48px), var(--container)); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; gap: 11px; font-family: var(--display); line-height: .9; }
.brand img { width: 48px; height: 48px; object-fit: cover; border: 1px solid rgba(255,255,255,.12); }
.brand span { display: flex; flex-direction: column; }
.brand strong { font-size: 21px; letter-spacing: .045em; }
.brand small { margin-top: 6px; color: #aaa69e; font-size: 10px; letter-spacing: .16em; }
.desktop-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.desktop-nav a { color: #c9c5bd; font-family: var(--display); font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.language-switcher { display: flex; gap: 3px; }
.lang { padding: 5px; border: 0; background: none; color: #6f6c67; cursor: pointer; font-family: var(--display); font-size: 12px; font-weight: 800; }
.lang.active { color: #fff; }
.header-call { display: grid; place-items: center; min-width: 76px; height: 42px; background: var(--paper); color: var(--ink); font-family: var(--display); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.menu-toggle { display: none; width: 40px; height: 40px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; transition: transform .2s; }
.mobile-menu { display: none; }

.hero { padding: 28px 0 0; }
.hero-poster { display: block; overflow: hidden; border: 1px solid var(--line); background: #080808; }
.hero-poster img { width: 100%; height: auto; aspect-ratio: 1729 / 910; object-fit: cover; }
.hero-info { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); }
.hero-info > div:first-child { display: grid; grid-template-columns: minmax(240px, .7fr) 1.3fr; gap: 32px; align-items: start; }
.hero-info p { max-width: 610px; margin: 0; color: var(--muted); font-size: 15px; }
.kicker, .section-label { font-family: var(--display); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.kicker { color: var(--red); }
.hero-actions, .contact-actions { display: flex; gap: 10px; }
.button { display: inline-flex; min-height: 50px; padding: 0 20px; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid var(--line); font-family: var(--display); font-size: 14px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.button-red { border-color: var(--red); background: var(--red); color: #fff; }
.button-ghost { background: transparent; }
.button:hover, .button:focus-visible { filter: brightness(1.12); }
.fact-line { display: grid; grid-template-columns: repeat(4, 1fr); padding: 22px 0 42px; }
.fact-line > div { display: flex; align-items: center; gap: 12px; min-height: 54px; padding: 0 24px; border-left: 1px solid var(--line); }
.fact-line > div:last-child { border-right: 1px solid var(--line); }
.fact-line strong { font-family: var(--display); font-size: 34px; line-height: 1; }
.fact-line span { max-width: 96px; color: var(--muted); font-family: var(--display); font-size: 12px; font-weight: 700; line-height: 1.1; letter-spacing: .06em; text-transform: uppercase; }

.section { padding: clamp(80px, 9vw, 130px) 0; }
.section-light { background: var(--paper); color: var(--ink); }
.section-label { display: flex; align-items: center; gap: 13px; margin-bottom: 28px; }
.section-label span { display: grid; place-items: center; width: 28px; height: 28px; background: var(--red); color: #fff; }
.section-label p { margin: 0; }
h2 { margin: 0; font-family: var(--display); font-size: clamp(58px, 7.2vw, 104px); font-weight: 900; line-height: .83; letter-spacing: -.035em; }
h2 i { color: var(--red); font-style: normal; }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(60px, 10vw, 150px); align-items: end; }
.about-copy { max-width: 500px; padding-bottom: 6px; }
.about-copy p { margin: 18px 0 0; color: #615e58; }
.about-copy .lead { color: #222; font-size: 20px; font-weight: 500; }
.values { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.values span { padding: 8px 13px; border: 1px solid var(--dark-line); font-family: var(--display); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 75px; border-top: 1px solid var(--dark-line); border-left: 1px solid var(--dark-line); }
.benefit-grid article { min-height: 250px; padding: 26px; border-right: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); }
.benefit-grid b { color: var(--red); font-family: var(--display); font-size: 12px; }
.benefit-grid h3 { margin: 52px 0 14px; font-family: var(--display); font-size: 30px; line-height: 1; }
.benefit-grid p { margin: 0; color: #67635d; font-size: 13px; }

.section-heading { display: grid; grid-template-columns: 1.5fr .5fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.section-heading > p, .gallery-heading > div:last-child p { margin: 0; color: var(--muted); }
.discipline-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.discipline-grid article { position: relative; min-height: 330px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.discipline-grid article > span { color: var(--red); font-family: var(--display); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.discipline-grid h3 { margin: 80px 0 18px; font-family: var(--display); font-size: clamp(40px, 4.4vw, 64px); line-height: .9; }
.discipline-grid p { max-width: 310px; margin: 0; color: var(--muted); font-size: 14px; }
.discipline-grid a { position: absolute; right: 24px; top: 22px; font-family: var(--display); font-size: 26px; }
.discipline-grid article:hover { background: #111; }

.section-light .section-heading > p { color: #625f59; }
.schedule-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.schedule-card { overflow: hidden; padding: 34px 36px 0; background: #111; color: var(--paper); }
.schedule-card-red { background: var(--red); color: #fff; }
.schedule-card header { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.18); font-family: var(--display); font-size: 11px; letter-spacing: .15em; }
.schedule-card header b { color: var(--red); }
.schedule-card-red header b { color: #fff; }
.schedule-card h3 { margin: 35px 0 28px; font-family: var(--display); font-size: clamp(42px, 4.8vw, 65px); line-height: .9; }
.schedule-row { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.14); }
.schedule-row span { color: #aaa; }
.schedule-card-red .schedule-row span { color: rgba(255,255,255,.72); }
.schedule-row strong { font-family: var(--display); font-size: 18px; letter-spacing: .03em; }
.schedule-card > a { display: flex; justify-content: space-between; gap: 16px; margin: 25px -36px 0; padding: 20px 36px; background: #222; font-family: var(--display); font-weight: 700; }
.schedule-card-red > a { background: #b72e1d; }
.schedule-cta { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-top: 28px; }
.schedule-cta p { margin: 0; color: #625f59; }
.schedule-cta a { font-family: var(--display); font-size: clamp(26px, 3vw, 38px); font-weight: 800; }
.schedule-cta span { color: var(--red); }

.results { padding-block: 0; }
.results-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 720px; }
.results-grid > img { width: 100%; height: 100%; max-height: 720px; object-fit: cover; object-position: center 28%; }
.results-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(40px, 6vw, 90px); background: #111; }
.results-copy h2 { font-size: clamp(56px, 6vw, 90px); }
.results-copy > p { margin: 32px 0; color: var(--muted); }
.result-facts { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.result-facts div { padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.result-facts strong, .result-facts span { display: block; }
.result-facts strong { font-family: var(--display); font-size: 38px; }
.result-facts span { color: var(--muted); font-size: 12px; }

.gallery-heading > div:last-child { max-width: 350px; }
.inline-link { display: inline-block; margin-top: 22px; border-bottom: 1px solid var(--red); color: #fff; font-family: var(--display); font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery-item { padding: 0; border: 0; background: #151515; color: #fff; cursor: zoom-in; text-align: left; }
.gallery-item img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: saturate(.78) contrast(1.04); }
.gallery-item span { display: block; min-height: 52px; padding: 15px 16px; border: 1px solid var(--line); border-top: 0; font-family: var(--display); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.gallery-item:hover img, .gallery-item:focus-visible img { filter: saturate(1); }
.gallery-item:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }

.contact { padding-top: 0; }
.contact-card { display: grid; grid-template-columns: 1fr 360px; min-height: 570px; background: #151515; border: 1px solid var(--line); }
.contact-copy { padding: clamp(40px, 6vw, 78px); }
.contact-copy h2 { font-size: clamp(56px, 6vw, 88px); }
.contact-copy > p { max-width: 620px; margin: 28px 0; color: var(--muted); }
.contact-actions { flex-wrap: wrap; }
.email { display: inline-block; margin-top: 24px; color: #bdb8af; font-size: 14px; overflow-wrap: anywhere; }
.contact-card > img { width: 100%; height: 100%; object-fit: cover; border-left: 1px solid var(--line); }
.location-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-left: 1px solid var(--line); }
.location-grid a { display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.location-grid span { color: var(--red); font-family: var(--display); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.location-grid strong { margin: 8px 0; font-family: var(--display); font-size: clamp(27px, 3vw, 40px); line-height: 1; }
.location-grid b { color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

footer { border-top: 1px solid var(--line); }
.footer-inner { min-height: 130px; display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 40px; }
.footer-inner p { margin: 0; color: var(--muted); }
.footer-inner > div { display: flex; gap: 20px; font-family: var(--display); font-size: 13px; font-weight: 700; }
.footer-inner > small { color: #706d67; }
.mobile-quick { display: none; }

.lightbox { width: min(92vw, 1000px); max-height: 92vh; padding: 0; border: 1px solid #333; background: #080808; color: #fff; box-shadow: 0 30px 100px rgba(0,0,0,.7); }
.lightbox::backdrop { background: rgba(0,0,0,.9); }
.lightbox img { width: 100%; max-height: 80vh; object-fit: contain; }
.lightbox p { margin: 0; padding: 14px 18px; font-family: var(--display); text-transform: uppercase; }
.lightbox-close { position: absolute; z-index: 2; top: 10px; right: 10px; width: 42px; height: 42px; border: 0; background: var(--red); color: #fff; font-size: 26px; cursor: pointer; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-menu { position: fixed; inset: 78px 0 auto; display: flex; visibility: hidden; opacity: 0; transform: translateY(-8px); flex-direction: column; padding: 18px 24px 28px; border-bottom: 1px solid var(--line); background: #0a0a0a; transition: .2s; }
  .mobile-menu.open { visibility: visible; opacity: 1; transform: none; }
  .mobile-menu a { padding: 14px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 22px; font-weight: 800; text-transform: uppercase; }
  .mobile-menu-phone { color: var(--red); }
  .hero-info { grid-template-columns: 1fr; }
  .hero-actions { justify-content: flex-start; }
  .benefit-grid, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .discipline-grid { grid-template-columns: 1fr; }
  .discipline-grid article { min-height: 240px; }
  .discipline-grid h3 { margin-top: 52px; }
  .contact-card { grid-template-columns: 1fr 280px; }
  .footer-inner { grid-template-columns: auto 1fr auto; }
  .footer-inner > small { grid-column: 2; }
}

@media (max-width: 760px) {
  body { padding-bottom: 60px; }
  .container, .header-inner { width: min(calc(100% - 32px), var(--container)); }
  .site-header { height: 68px; }
  .brand img { width: 42px; height: 42px; }
  .brand strong { font-size: 18px; }
  .brand small { font-size: 8px; }
  .header-call { display: none; }
  .header-actions { gap: 8px; }
  .mobile-menu { inset: 68px 0 auto; }
  .hero { padding-top: 16px; }
  .hero-poster img { aspect-ratio: 1729 / 910; object-fit: contain; }
  .hero-info, .hero-info > div:first-child { grid-template-columns: 1fr; gap: 12px; }
  .hero-info { padding: 20px 0; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button { min-height: 48px; padding-inline: 14px; gap: 10px; font-size: 12px; }
  .fact-line { grid-template-columns: repeat(2, 1fr); padding-bottom: 28px; }
  .fact-line > div { padding: 12px 16px; border-bottom: 1px solid var(--line); }
  .fact-line > div:nth-child(even) { border-right: 1px solid var(--line); }
  .section { padding: 76px 0; }
  h2 { font-size: clamp(52px, 17vw, 76px); }
  .about-grid, .section-heading, .schedule-grid, .results-grid, .contact-card { grid-template-columns: 1fr; }
  .about-grid { gap: 42px; }
  .about-copy .lead { font-size: 18px; }
  .benefit-grid { margin-top: 55px; }
  .benefit-grid article { min-height: 220px; padding: 20px; }
  .benefit-grid h3 { margin-top: 38px; font-size: 26px; }
  .section-heading { gap: 28px; margin-bottom: 38px; }
  .schedule-card { padding: 28px 22px 0; }
  .schedule-card > a { margin-inline: -22px; padding-inline: 22px; }
  .schedule-row { flex-direction: column; gap: 2px; }
  .schedule-cta { align-items: flex-start; flex-direction: column; }
  .results-grid { width: 100%; min-height: 0; }
  .results-grid > img { max-height: 620px; aspect-ratio: 4 / 5; }
  .results-copy { padding: 62px 24px; }
  .result-facts { grid-template-columns: 1fr 1fr; }
  .contact { padding-top: 0; }
  .contact-card > img { grid-row: 1; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-left: 0; border-bottom: 1px solid var(--line); object-position: center 40%; }
  .contact-copy { padding: 42px 24px; }
  .location-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 22px; padding-block: 36px; }
  .footer-inner > small { grid-column: 1; }
  .mobile-quick { position: fixed; z-index: 80; display: grid; grid-template-columns: 1fr 1fr; left: 0; right: 0; bottom: 0; height: 60px; padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid #333; background: #0b0b0b; }
  .mobile-quick a { display: grid; place-items: center; font-family: var(--display); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-quick a:first-child { background: var(--red); }
}

@media (max-width: 480px) {
  .brand span { display: none; }
  .hero-actions { grid-template-columns: 1fr; }
  .fact-line strong { font-size: 29px; }
  .fact-line span { font-size: 10px; }
  .benefit-grid, .gallery-grid { grid-template-columns: 1fr; }
  .benefit-grid article { min-height: 190px; }
  .gallery-item img { aspect-ratio: 4 / 4.6; }
  .result-facts { grid-template-columns: 1fr; }
  .contact-actions { display: grid; }
}

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