:root {
  --black: #080808;
  --ink: #111111;
  --cream: #f2efe8;
  --white: #ffffff;
  --red: #bb1f24;
  --red-dark: #861519;
  --muted: #a5a5a5;
  --line: rgba(255, 255, 255, .16);
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --body: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; scroll-behavior: smooth; overflow-x: hidden; overflow-x: clip; }
body { width: 100%; max-width: 100%; margin: 0; background: var(--black); color: var(--white); font-family: var(--body); line-height: 1.6; overflow-x: hidden; overflow-x: clip; }
body.menu-open { overflow: hidden; }
img, iframe { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 1000; padding: 12px 18px; background: white; color: black; }
.skip-link:focus { top: 20px; }
.eyebrow { margin: 0 0 15px; color: #d7d7d7; font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.dark { color: var(--red); }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 900; letter-spacing: -.025em; line-height: .92; text-transform: uppercase; }
h1, h2, h3 {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='190' height='110' viewBox='0 0 190 110'%3E%3Cdefs%3E%3Cmask id='m'%3E%3Crect width='190' height='110' fill='white'/%3E%3Cg fill='black'%3E%3Cellipse cx='11' cy='14' rx='7' ry='1.7' transform='rotate(-12 11 14)'/%3E%3Cellipse cx='38' cy='31' rx='2.2' ry='5.5' transform='rotate(31 38 31)'/%3E%3Ccircle cx='67' cy='11' r='2.5'/%3E%3Cellipse cx='91' cy='45' rx='8' ry='1.4' transform='rotate(-18 91 45)'/%3E%3Cellipse cx='128' cy='20' rx='3' ry='7' transform='rotate(54 128 20)'/%3E%3Ccircle cx='158' cy='52' r='2'/%3E%3Cellipse cx='179' cy='13' rx='6' ry='1.2'/%3E%3Cellipse cx='19' cy='78' rx='3' ry='8' transform='rotate(61 19 78)'/%3E%3Ccircle cx='52' cy='91' r='2'/%3E%3Cellipse cx='78' cy='69' rx='9' ry='1.6' transform='rotate(8 78 69)'/%3E%3Ccircle cx='112' cy='94' r='3'/%3E%3Cellipse cx='143' cy='77' rx='2' ry='6' transform='rotate(-40 143 77)'/%3E%3Cellipse cx='174' cy='98' rx='8' ry='1.5' transform='rotate(-12 174 98)'/%3E%3Cpath d='M28 52l13-2-3 3-10 2zM99 13l12-2-5 4-8 1zM151 33l15-2-7 4-9 1zM122 61l11-2-4 4-9 1z'/%3E%3C/g%3E%3C/mask%3E%3C/defs%3E%3Crect width='190' height='110' fill='white' mask='url(%23m)'/%3E%3C/svg%3E");
  -webkit-mask-size: 190px 110px;
  -webkit-mask-repeat: repeat;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='190' height='110' viewBox='0 0 190 110'%3E%3Cdefs%3E%3Cmask id='m'%3E%3Crect width='190' height='110' fill='white'/%3E%3Cg fill='black'%3E%3Cellipse cx='11' cy='14' rx='7' ry='1.7'/%3E%3Ccircle cx='67' cy='11' r='2.5'/%3E%3Cellipse cx='91' cy='45' rx='8' ry='1.4'/%3E%3Ccircle cx='158' cy='52' r='2'/%3E%3Cellipse cx='19' cy='78' rx='3' ry='8'/%3E%3Ccircle cx='112' cy='94' r='3'/%3E%3Cellipse cx='174' cy='98' rx='8' ry='1.5'/%3E%3C/g%3E%3C/mask%3E%3C/defs%3E%3Crect width='190' height='110' fill='white' mask='url(%23m)'/%3E%3C/svg%3E");
  mask-size: 190px 110px;
  mask-repeat: repeat;
}
h2 { font-size: clamp(3.4rem, 8vw, 7.7rem); }
.section { padding: 130px 0; }
.section-heading { display: grid; grid-template-columns: 1.6fr .8fr; align-items: end; gap: 60px; margin-bottom: 72px; }
.section-heading > p { max-width: 460px; margin: 0 0 8px; color: #777; font-size: 1.02rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 28px; border: 1px solid transparent; font-size: .76rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; transition: .25s ease; }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: white; color: black; transform: translateY(-3px); }
.button-ghost { border-color: rgba(255,255,255,.4); }
.button-ghost:hover { border-color: white; background: white; color: black; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 86px; border-bottom: 1px solid rgba(255,255,255,.13); background: rgba(8,8,8,.82); backdrop-filter: blur(14px); }
.header-inner { position: relative; width: 100%; height: 100%; margin: 0; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; }
.brand { position: absolute; z-index: 4; left: 14px; top: -44px; width: 170px; height: 170px; overflow: visible; display: flex; align-items: flex-start; padding: 0; background: transparent; }
.brand img { width: 100%; height: 100%; object-fit: contain; object-position: left top; filter: none; }
.main-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.main-nav a { position: relative; font-size: .72rem; font-weight: 800; letter-spacing: .08em; }
.language-toggle { min-height: 40px; padding: 0 13px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.5); background: transparent; color: #fff; cursor: pointer; font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; transition: .2s; }
.language-toggle:hover, .language-toggle:focus-visible { border-color: #fff; background: #fff; color: #111; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 0; height: 2px; background: var(--red); transition: width .2s; }
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.nav-cta { padding: 13px 19px; background: var(--red); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: white; }

.hero { position: relative; min-height: 930px; height: 100svh; overflow: hidden; display: flex; align-items: center; padding: 120px 0 150px; background: radial-gradient(circle at 75% 32%, rgba(187,31,36,.3), transparent 20%), linear-gradient(115deg, #050505 55%, #141414 55%); }
.hero::before { content: ""; position: absolute; width: 46vw; height: 80%; right: 2%; top: 9%; background: url("assets/logo.png?v=4") center / contain no-repeat; opacity: .13; filter: brightness(.72); mix-blend-mode: screen; transform: rotate(-3deg) scale(.95); transform-origin: center; will-change: transform, opacity, filter; animation: hero-image-pulse 8s ease-in-out infinite; }
@keyframes hero-image-pulse {
  0%, 100% { opacity: .13; filter: brightness(.72); transform: rotate(-3deg) scale(.95); }
  50% { opacity: .24; filter: brightness(1.35); transform: rotate(-3deg) scale(1.05); }
}
.hero::after { content: "SCORPION"; position: absolute; right: -8vw; bottom: 50px; color: rgba(255,255,255,.025); font: 900 19vw/1 var(--display); letter-spacing: -.04em; }
.hero-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 85px 85px; mask-image: linear-gradient(90deg, black, transparent 78%); }
.hero-content { position: relative; z-index: 2; }
.hero h1 { max-width: 940px; font-size: clamp(5rem, 11.7vw, 10.5rem); }
.hero h1 span { color: var(--red); -webkit-text-stroke: 1px var(--red); }
.hero-copy { max-width: 620px; margin: 32px 0; color: #c8c8c8; font-size: 1.08rem; }
.hero-actions { display: flex; gap: 12px; }
.hero-stamp { position: absolute; z-index: 2; right: 5vw; top: 24%; width: 160px; height: 160px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; display: grid; place-items: center; text-align: center; font-size: .66rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; transform: rotate(9deg); }
.hero-bottom { position: absolute; z-index: 3; inset: auto 0 0; width: 100%; max-width: 100%; min-height: 104px; padding-left: max(24px, calc((100vw - 1180px) / 2)); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: center; border-top: 1px solid var(--line); background: rgba(0,0,0,.55); }
.hero-bottom div { height: 100%; display: flex; align-items: center; gap: 15px; padding: 0 30px; border-right: 1px solid var(--line); }
.hero-bottom strong { color: var(--red); font: 3rem/1 var(--display); }
.hero-bottom span { max-width: 125px; font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.club { background: #0d0d0d; }
.club .section-heading { align-items: start; }
.club .section-heading > p { max-width: 590px; color: #b8b8b8; }
.club-gallery .gallery-slot { border-color: #2e2e2e; }

.section-light { background: var(--cream); color: var(--ink); }
.program-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #ccc; }
.program-card { position: relative; min-height: 570px; padding: 55px; overflow: hidden; background: white; display: flex; flex-direction: column; justify-content: flex-end; transition: color .35s, background .35s; }
.program-card::before { content: ""; position: absolute; width: 330px; height: 330px; top: -100px; right: -90px; border: 1px solid #ddd; border-radius: 50%; }
.program-card:hover { background: var(--red); color: white; }
.program-card:hover .eyebrow, .program-card:hover > p { color: white; }
.card-index { position: absolute; top: 35px; left: 50px; font: 1rem var(--display); }
.card-icon { position: absolute; top: 72px; right: 52px; width: 112px; height: 112px; color: var(--red); line-height: 1; }
.card-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.program-card:hover .card-icon { color: white; transform: rotate(12deg); transition: .3s; }
.program-card h3 { font-size: clamp(3.4rem, 6vw, 5.6rem); }
@media (min-width: 1121px) {
  html[data-language="el"] .program-card h3 {
    font-size: clamp(3.2rem, 4.4vw, 4.25rem);
    letter-spacing: -.035em;
    white-space: nowrap;
  }
}
.program-card > p:not(.eyebrow) { max-width: 480px; margin: 25px 0; color: #666; }
.program-card a { font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.program-card a span { margin-left: 8px; font-size: 1.2rem; }

.manifesto { position: relative; padding: 190px 0; overflow: hidden; background: #101010; }
.manifesto::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 55%, rgba(187,31,36,.35)); }
.manifesto-content { position: relative; z-index: 2; }
.manifesto h2 { max-width: 1060px; font-size: clamp(4rem, 9vw, 8rem); }
.manifesto h2 span { display: block; margin-top: .12em; color: transparent; -webkit-text-stroke: 1px #eee; }
.manifesto-content > p:last-child { max-width: 600px; margin: 35px 0 0; color: #aaa; font-size: 1.1rem; }
.marquee { position: absolute; left: 0; top: 38px; display: flex; width: max-content; color: rgba(255,255,255,.06); font: 4rem/1 var(--display); animation: marquee 24s linear infinite; white-space: nowrap; }
@keyframes marquee { to { transform: translateX(-50%); } }

.instructors { background: var(--black); }
.instructors .section-heading > p { color: #aaa; }
.coach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.coach-card { border: 1px solid var(--line); background: #0e0e0e; }
.coach-visual { position: relative; width: 100%; height: auto; aspect-ratio: 4/5; overflow: hidden; background: #111; }
.coach-visual img { width: 100%; height: 100%; max-width: none; display: block; object-fit: cover; object-position: 50% 32%; transition: transform .45s ease, filter .45s ease; }
.coach-card:hover .coach-visual img { transform: scale(1.025); filter: brightness(1.05); }
.coach-visual.alternate img { object-position: 50% 28%; }
.coach-line { position: absolute; inset: auto 0 0; height: 5px; background: var(--red); }
.coach-copy { padding: 36px 40px 42px; }
.coach-copy h3 { font-size: clamp(2.7rem, 4vw, 4.4rem); }
.coach-role { margin: 16px 0; color: var(--red); font-size: .8rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.coach-bio { position: relative; max-height: 4.8em; overflow: hidden; color: #aaa; line-height: 1.6; }
.coach-bio.is-expanded { max-height: none; }
.coach-bio p { margin: 0 0 16px; }
.coach-bio p:last-child { margin-bottom: 0; }
.coach-bio-toggle { margin-top: 20px; padding: 8px 0; border: 0; border-bottom: 2px solid var(--red); background: transparent; color: var(--white); cursor: pointer; font-size: .74rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.coach-bio-toggle:hover, .coach-bio-toggle:focus-visible { color: var(--red); }

.section-red { background: var(--red); }
.section-red .section-heading > p { color: #f1c5c6; }
.schedule-tabs { display: flex; gap: 9px; margin-bottom: 22px; overflow-x: auto; }
.schedule-tab { flex: 0 0 auto; padding: 14px 20px; border: 1px solid rgba(255,255,255,.55); background: transparent; color: white; cursor: pointer; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.schedule-tab.active, .schedule-tab:hover { background: white; color: black; }
.schedule-days { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.schedule-day { min-width: 0; border: 1px solid rgba(255,255,255,.42); background: rgba(0,0,0,.08); }
.schedule-day__top { min-height: 105px; padding: 20px 18px; border-bottom: 1px solid rgba(255,255,255,.42); }
.schedule-day__top > span { display: block; margin-bottom: 8px; font-size: .62rem; font-weight: 900; letter-spacing: .14em; opacity: .7; }
.schedule-day h3 { font-size: clamp(1.6rem, 2.5vw, 2.5rem); overflow-wrap: normal; word-break: normal; hyphens: none; }
.schedule-day ul { margin: 0; padding: 0; list-style: none; }
.schedule-session { position: relative; min-height: 112px; padding: 19px 17px 19px 21px; display: flex; flex-direction: column; gap: 8px; border-bottom: 1px solid rgba(255,255,255,.25); }
.schedule-session:last-child { border-bottom: 0; }
.schedule-session::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: #fff; }
.schedule-session--fighters::before { background: #210607; }
.schedule-session time { font-size: .75rem; font-weight: 900; letter-spacing: .03em; }
.schedule-session span { font-size: .78rem; font-weight: 800; line-height: 1.35; overflow-wrap: normal; word-break: normal; hyphens: none; }
.schedule-note { margin: 20px 0 0; font-size: .78rem; }

.reviews { background: #101010; }
.reviews-header { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 60px; }
.reviews-summary { min-width: 285px; padding: 16px 20px; display: flex; gap: 15px; align-items: center; border: 1px solid var(--line); }
.reviews-summary div { display: flex; flex-direction: column; }
.reviews-summary strong { font-size: .85rem; }
.reviews-summary div span { color: #999; font-size: .75rem; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { min-height: 340px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); background: #171717; }
.review-card:hover { border-color: var(--red); transform: translateY(-4px); transition: .25s; }
.review-stars { color: #f2bd2a; letter-spacing: .1em; }
.review-text { flex: 1; margin: 23px 0; color: #d6d6d6; font-size: .92rem; }
.review-author { display: flex; gap: 13px; align-items: center; }
.review-author img, .review-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; background: var(--red); display: grid; place-items: center; font-weight: 900; }
.review-author div { display: flex; flex-direction: column; }
.review-author strong { font-weight: 800; font-size: .84rem; }
.review-author small { color: #777; }
.review-skeleton { height: 340px; background: linear-gradient(100deg, #141414 20%, #202020 40%, #141414 60%); background-size: 200% 100%; animation: shimmer 1.3s infinite; }
@keyframes shimmer { to { background-position-x: -200%; } }
.reviews-footer { margin-top: 30px; text-align: center; }
.review-empty { grid-column: 1/-1; padding: 44px; border: 1px solid var(--line); text-align: center; color: #aaa; }
.review-empty strong { display: block; color: white; font-size: 1.1rem; }
.reviews-pagination { margin-top: 30px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.reviews-pagination button[hidden] { display: none; }
.reviews-pagination button:disabled { opacity: .55; cursor: wait; }

.gallery-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.gallery-slot { position: relative; min-width: 0; aspect-ratio: 1/1.15; padding: 0; display: grid; place-items: center; overflow: hidden; border: 1px solid #c8c4bb; background: linear-gradient(145deg, #e7e3da, #f8f6f1); color: #aaa59d; font: 3.4rem/1 var(--display); }
.gallery-slot--empty::before, .gallery-slot--empty::after { content: ""; position: absolute; width: 1px; height: 145%; background: #d6d1c8; transform: rotate(45deg); }
.gallery-slot--empty::after { transform: rotate(-45deg); }
.gallery-slot--empty > span { position: relative; z-index: 2; padding: 7px 12px; background: var(--cream); }
.gallery-slot--photo { appearance: none; cursor: zoom-in; background: #111; color: #fff; }
.gallery-slot--photo img { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.gallery-slot--photo:hover img, .gallery-slot--photo:focus-visible img { transform: scale(1.055); filter: brightness(.76); }
.gallery-badge { position: absolute; z-index: 2; left: 10px; bottom: 10px; padding: 7px 9px; background: rgba(0,0,0,.76); color: #fff; font: .78rem/1 var(--body); font-weight: 900; letter-spacing: .08em; }
.gallery-lightbox { width: min(1100px, calc(100% - 28px)); max-width: 1100px; height: min(88vh, 850px); max-height: 88vh; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.25); background: #080808; color: #fff; }
.gallery-lightbox::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(5px); }
.gallery-lightbox img { width: 100%; height: calc(100% - 48px); object-fit: contain; background: #080808; }
.gallery-lightbox p { height: 48px; margin: 0; display: grid; place-items: center; font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.lightbox-close { position: absolute; z-index: 2; top: 10px; right: 10px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: rgba(0,0,0,.72); color: #fff; cursor: pointer; font-size: 1.8rem; line-height: 1; }
.lightbox-close:hover { background: var(--red); }

.faq { background: #0c0c0c; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-intro h2 { font-size: clamp(4rem, 7vw, 7rem); }
.faq-intro > p:not(.eyebrow) { max-width: 360px; color: #999; }
.faq-intro > a { color: var(--red); font-weight: 900; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 29px 55px 29px 0; cursor: pointer; list-style: none; font-size: 1.05rem; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span, .accordion summary span::after { position: absolute; right: 5px; top: 50%; width: 18px; height: 2px; background: var(--red); content: ""; }
.accordion summary span::after { right: 0; top: 0; transform: rotate(90deg); transition: transform .2s; }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { margin: -5px 60px 30px 0; color: #9c9c9c; }

.contact { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; }
.contact-map { position: relative; overflow: hidden; min-width: 0; min-height: 600px; background: #e6e2da; color: #111; }
.contact-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.map-address { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 20px; width: fit-content; max-width: calc(100% - 40px); padding: 12px 17px; background: #fff; box-shadow: 0 8px 28px rgba(0,0,0,.2); font-size: .72rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; overflow-wrap: anywhere; }
.map-address:hover { background: var(--red); color: #fff; }
.contact-panel { padding: 90px max(40px, 8vw); background: var(--red); }
.contact-panel h2 { font-size: clamp(4rem, 7vw, 7rem); }
.contact-list { margin: 50px 0 35px; border-top: 1px solid rgba(255,255,255,.35); }
.contact-list a { min-width: 0; padding: 19px 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.35); }
.contact-value { min-width: 0; display: block; }
.contact-list small { display: block; margin-bottom: 3px; font-size: .63rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.contact-value > span { display: block; min-width: 0; font-size: 1.06rem; font-weight: 700; overflow-wrap: anywhere; word-break: break-word; }
.contact-value > .contact-email { white-space: nowrap; overflow-wrap: normal; word-break: normal; }
.contact-action { min-width: 86px; min-height: 40px; padding: 0 12px; display: inline-flex; align-items: center; justify-content: space-between; gap: 8px; border: 1px solid rgba(255,255,255,.75); border-radius: 999px; font-size: .64rem; font-style: normal; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.contact-action i { font-size: 1rem; font-style: normal; line-height: 1; }
.contact-list a:hover .contact-value, .contact-list a:hover .contact-action { color: #1b0707; }
.contact-list a:hover .contact-action { background: #fff; border-color: #fff; }
.social-links { display: flex; gap: 10px; }
.social-links a { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid white; border-radius: 50%; font-weight: 900; text-transform: uppercase; }
.social-links svg { width: 23px; height: 23px; fill: currentColor; }
.social-links a:hover { background: white; color: var(--red); }

.footer { padding: 60px 0; border-top: 1px solid var(--line); background: #050505; }
.footer-grid { display: grid; grid-template-columns: 220px 1fr auto; gap: 50px; align-items: center; }
.footer img { width: 200px; height: 110px; object-fit: contain; filter: none; }
.footer p { color: #8d8d8d; font-size: .85rem; }
.footer-grid > div { text-align: right; }
.footer-grid small { display: block; margin-top: 17px; color: #666; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .main-nav { gap: 15px; }
  .main-nav a { font-size: .64rem; }
  .gallery-grid { grid-template-columns: repeat(4, 1fr); }
  .schedule-days { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1120px) {
  .container { width: min(100% - 32px, 680px); }
  .section { padding: 90px 0; }
  .header-inner { width: 100%; max-width: none; padding: 0 12px; }
  .brand { position: absolute; z-index: 4; left: 12px; top: -34px; width: 150px; height: 150px; }
  .menu-toggle { position: relative; display: block; z-index: 5; margin-left: auto; }
  .main-nav { position: fixed; z-index: 3; inset: 0; width: 100%; height: 100vh; height: 100dvh; max-width: 100vw; padding: 148px 24px 32px; flex-direction: column; align-items: flex-start; gap: 5px; overflow-y: auto; background-color: #000 !important; background-image: none !important; opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(24px); transition: opacity .25s, transform .25s, visibility .25s; isolation: isolate; }
  .main-nav::before { content: ""; position: fixed; z-index: -1; inset: 0; width: 100vw; height: 100vh; height: 100dvh; background: #000; opacity: 1; }
  .main-nav.open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(0); }
  .main-nav a { position: relative; z-index: 1; width: 100%; padding: 8px 0; font: 1.45rem/1.15 var(--display); letter-spacing: .01em; text-transform: uppercase; }
  .main-nav .language-toggle { position: relative; z-index: 1; width: 100%; min-height: 48px; margin-top: auto; padding: 14px 0 0; justify-content: flex-start; border: 0; border-top: 1px solid rgba(255,255,255,.3); background: transparent; color: #fff; font: 1.15rem/1 var(--display); letter-spacing: .08em; }
  .nav-cta { padding: 15px !important; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 45px; }
  .hero { min-height: 820px; align-items: flex-start; padding-top: 180px; }
  .hero::before { width: 80vw; right: -20%; top: 25%; }
  .hero-stamp { display: none; }
  .hero-bottom { padding-left: 0; }
  .hero-bottom div { min-width: 0; justify-content: center; padding: 0 10px; }
  .hero-bottom span { display: block; }
  .program-grid, .coach-grid, .faq-layout { grid-template-columns: 1fr; }
  .program-card { min-height: 500px; padding: 38px 28px; }
  .card-index { left: 28px; }
  .card-icon { right: 28px; width: 94px; height: 94px; }
  .faq-layout { gap: 55px; }
  .faq-intro { position: static; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .contact { grid-template-columns: 1fr; }
  .contact-panel { order: 1; }
  .contact-map { order: 2; min-height: 430px; }
  .footer-grid { grid-template-columns: 1fr; justify-items: center; gap: 18px; text-align: center; }
  .footer-grid > div { text-align: center; }
}
@media (max-width: 600px) {
  .container { width: calc(100% - 28px); }
  h1, h2, h3 { max-width: 100%; overflow-wrap: normal; word-break: normal; hyphens: none; }
  h2 { font-size: clamp(2.35rem, 11.5vw, 3rem); }
  .hero {
    height: auto;
    min-height: 900px;
    padding-bottom: 152px;
  }
  .hero h1 { font-size: clamp(3.7rem, 18vw, 5.2rem); }
  .hero-copy { font-size: .94rem; }
  .hero-actions { width: min(100%, 330px); max-width: 330px; flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; max-width: 100%; padding-inline: 18px; }
  .hero-bottom { min-height: 108px; }
  .hero-bottom div { flex-direction: column; gap: 5px; padding: 10px 4px; text-align: center; }
  .hero-bottom strong { font-size: 2.3rem; }
  .hero-bottom span { max-width: 92px; font-size: .54rem; line-height: 1.3; letter-spacing: .055em; }
  .manifesto { padding: 130px 0; }
  .manifesto h2 { max-width: 100%; font-size: clamp(2.45rem, 11.8vw, 3.15rem); line-height: 1; overflow-wrap: normal; word-break: normal; hyphens: none; }
  .manifesto h2 span { margin-top: .18em; }
  .coach-visual { height: auto; aspect-ratio: 4/5; }
  .coach-copy { padding: 28px 24px 34px; }
  .coach-copy h3 { font-size: clamp(1.85rem, 8.8vw, 2.55rem); }
  .program-card h3 { font-size: clamp(1.9rem, 9vw, 2.65rem); line-height: 1; }
  .schedule-days { grid-template-columns: minmax(0, 1fr); }
  .schedule-day__top { min-height: auto; }
  .schedule-day h3 { font-size: 2rem; }
  .schedule-session { min-height: auto; }
  .reviews-header { align-items: flex-start; flex-direction: column; }
  .reviews-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); gap: 5px; }
  .gallery-slot { font-size: 2rem; }
  .contact-panel { padding: 70px 25px; }
  .contact-panel h2 { font-size: 4rem; }
  .contact-list a { grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
  .contact-value > span { font-size: clamp(.78rem, 3.8vw, .95rem); }
  .contact-action { min-width: 64px; min-height: 38px; padding: 0 8px; gap: 5px; font-size: .56rem; }
  .map-address { left: 12px; right: 12px; bottom: 12px; max-width: calc(100% - 24px); }
}
@media (max-width: 360px) {
  .contact-panel { padding-inline: 16px; }
}

@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; }
  /* The hero motion is an explicitly requested visual effect, so it remains active
     even when the rest of the interface follows the reduced-motion preference. */
  .hero::before { animation: hero-image-pulse 8s ease-in-out infinite !important; }
}
