:root {
  --red: #e73543;
  --red-dark: #b91f2d;
  --black: #050505;
  --panel: #171717;
  --panel-2: #202020;
  --line: rgba(255,255,255,.15);
  --muted: #b8b8b8;
  --white: #fff;
  --wrap: min(1180px, calc(100% - 40px));
  --header-h: 84px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; background: var(--black); color: var(--white); font: 16px/1.65 "Open Sans", Arial, sans-serif; }
body.dialog-open { overflow: hidden; }
img, video { max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.wrap { width: var(--wrap); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; background: #fff; color: #000; padding: 10px 14px; }
.skip-link:focus { top: 12px; }

.prototype-bar { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 22px; padding: 6px 20px; background: var(--red); color: #fff; font-size: .82rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.prototype-bar a { text-underline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 30; min-height: var(--header-h); display: flex; align-items: center; justify-content: space-between; padding: 0 max(20px, calc((100vw - 1180px)/2)); background: rgba(3,3,3,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; }
.brand img { display: block; width: 64px; height: 64px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 26px; font-family: Arimo, Arial, sans-serif; font-size: .9rem; font-weight: 700; text-transform: uppercase; }
.main-nav a { text-decoration: none; }
.main-nav a:hover { color: var(--red); }
.main-nav a[aria-current="page"] { color: var(--red); }
.main-nav .nav-association { position: relative; padding: 9px 14px; border: 1px solid var(--red); box-shadow: inset 0 0 0 1px rgba(231,53,67,.12), 0 0 18px rgba(231,53,67,.12); }
.main-nav .nav-association::after { content: ""; position: absolute; right: 7px; top: 7px; width: 5px; height: 5px; border-radius: 50%; background: var(--red); box-shadow: 0 0 9px var(--red); }
.main-nav .nav-member { padding: 10px 16px; border: 1px solid var(--red); }
.menu-toggle { display: none; min-width: 118px; height: 48px; padding: 0 13px; align-items: center; justify-content: center; gap: 11px; color: #fff; background: var(--red); border: 2px solid #fff; box-shadow: 0 0 0 3px rgba(231,53,67,.2), 0 8px 24px rgba(0,0,0,.35); font: 700 .78rem Arimo, Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.menu-toggle-label { line-height: 1; }
.menu-toggle-icon { position: relative; display: block; width: 23px; height: 16px; }
.menu-toggle-icon span { position: absolute; top: 7px; left: 0; display: block; width: 23px; height: 2px; margin: 0; background: #fff; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle-icon span:nth-child(1) { transform: translateY(-7px); }
.menu-toggle-icon span:nth-child(3) { transform: translateY(7px); }
.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(1) { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle-icon span:nth-child(3) { transform: rotate(-45deg); }

.hero { position: relative; min-height: calc(94svh - var(--header-h)); display: grid; align-items: end; overflow: hidden; background: #070707 url("https://www.koteam.pt/uploads/import/kickboxing-mma-muay-thai.jpg") center/cover no-repeat; }
.hero-video, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.52) 58%, rgba(0,0,0,.36) 100%), linear-gradient(0deg, #050505 0%, transparent 35%); }
.hero-content { position: relative; z-index: 1; padding-block: 120px 90px; }
.eyebrow { margin: 0 0 12px; color: var(--red); font-family: Arimo, Arial, sans-serif; font-size: .82rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { font-family: Arimo, Arial, sans-serif; line-height: 1.06; }
.hero h1 { max-width: 820px; margin: 0; font-size: clamp(3rem, 7vw, 6.7rem); letter-spacing: -.045em; text-transform: uppercase; }
.hero-copy { max-width: 660px; margin: 24px 0 32px; color: #e0e0e0; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.inner-page .section:first-of-type { border-top: 0; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 12px 20px; border: 1px solid var(--line); background: transparent; color: #fff; text-decoration: none; font-family: Arimo, Arial, sans-serif; font-weight: 700; text-transform: uppercase; cursor: pointer; }
.button:hover { border-color: var(--red); color: #fff; }
.button-primary { background: var(--red); border-color: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.button-ghost { background: rgba(0,0,0,.35); }
.button-small { min-height: 44px; padding: 10px 15px; font-size: .82rem; }
.video-control { position: absolute; z-index: 2; right: 24px; bottom: 24px; border: 1px solid rgba(255,255,255,.45); background: rgba(0,0,0,.58); color: white; padding: 8px 12px; cursor: pointer; }

.quick-path { position: relative; z-index: 2; background: #0b0b0b; border-bottom: 1px solid var(--line); }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-grid a { min-height: 118px; display: flex; flex-direction: column; justify-content: center; padding: 24px 30px; border-right: 1px solid var(--line); text-decoration: none; }
.quick-grid a:first-child { border-left: 1px solid var(--line); }
.quick-grid a:hover { background: var(--panel); }
.quick-grid strong { font-family: Arimo, Arial, sans-serif; font-size: 1.15rem; text-transform: uppercase; }
.quick-grid span { color: var(--muted); font-size: .9rem; }

.section { padding: 108px 0; }
.section h1, .section h2 { max-width: 820px; margin: 0 0 24px; font-size: clamp(2.25rem, 5vw, 4.6rem); letter-spacing: -.04em; text-transform: uppercase; }
.section p { color: #d0d0d0; }
.split-layout { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr); gap: 76px; align-items: center; }
.team-visual { margin: 0; position: relative; }
.team-visual::before { content: "2004"; position: absolute; left: -12px; bottom: -38px; z-index: 1; color: var(--red); font: 700 clamp(4rem, 10vw, 8rem)/1 Arimo, sans-serif; opacity: .82; }
.team-visual img { display: block; width: 100%; min-height: 520px; object-fit: cover; filter: saturate(.8) contrast(1.06); }
.section-copy p { max-width: 640px; }
.text-link { display: inline-flex; gap: 8px; margin-top: 10px; color: #fff; font-weight: 700; text-underline-offset: 5px; }

.section-association { background: #101010; border-block: 1px solid var(--line); }
.association-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: 72px; align-items: start; }
.association-intro > p { max-width: 720px; }
.association-intro .button { margin-top: 18px; }
.association-join { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 30px; padding: 24px; background: linear-gradient(135deg, rgba(231,53,67,.17), rgba(231,53,67,.035)); border: 1px solid var(--red); box-shadow: 0 0 0 5px rgba(231,53,67,.045); }
.association-join-copy { display: grid; grid-template-columns: auto auto; column-gap: 12px; align-items: baseline; }
.association-join span { color: var(--muted); font: 700 .76rem Arimo, Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.association-join strong { color: #fff; font: 700 2rem/1 Arimo, Arial, sans-serif; }
.association-join p { grid-column: 1 / -1; max-width: 430px; margin: 9px 0 0; color: #ddd; font-size: .88rem; }
.association-join .button { flex: 0 0 auto; margin: 0; }
.association-join-actions { display: flex; flex: 0 0 250px; flex-direction: column; gap: 10px; }
.association-join-actions .button { width: 100%; }
.association-join-actions small { color: var(--muted); font-size: .76rem; line-height: 1.45; }
.member-area-link { margin-top: 10px !important; }
.member-area-note { margin: 12px 0 0; color: var(--muted); font-size: .82rem; }
.association-benefits { display: grid; gap: 12px; }
.association-benefits article { min-height: 180px; padding: 26px; background: linear-gradient(145deg, #242424, #141414); border-top: 3px solid var(--red); }
.association-benefits span { color: var(--red); font: 700 .8rem Arimo, Arial, sans-serif; letter-spacing: .12em; }
.association-benefits h3 { margin: 28px 0 10px; font-size: 1.3rem; text-transform: uppercase; }
.association-benefits p { margin: 0; color: var(--muted); font-size: .92rem; }
.association-partnerships { margin-top: 78px; padding-top: 66px; border-top: 1px solid var(--line); }
.partnership-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 48px; align-items: end; }
.partnership-heading h2 { margin-bottom: 14px; }
.partnership-heading > div:first-child > p:last-child { max-width: 720px; margin-bottom: 0; }
.member-material-benefit { display: grid; gap: 10px; padding: 26px; background: var(--red); color: white; }
.member-material-benefit span { font: 700 .75rem Arimo, Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.member-material-benefit strong { font: 700 1.35rem/1.12 Arimo, Arial, sans-serif; text-transform: uppercase; }
.member-benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 34px; }
.member-benefit-grid article { min-height: 190px; padding: 24px; background: #151515; border: 1px solid var(--line); }
.member-benefit-grid span { color: var(--red); font: 700 .78rem Arimo, Arial, sans-serif; }
.member-benefit-grid h3 { margin: 38px 0 10px; font-size: 1.12rem; text-transform: uppercase; }
.member-benefit-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.partner-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 28px; background: rgba(231,53,67,.4); border: 1px solid rgba(231,53,67,.4); }
.partner-grid article { display: flex; flex-direction: column; min-height: 190px; padding: 24px; background: #0c0c0c; }
.partner-grid h3 { margin: 0 0 14px; font-size: 1.05rem; text-transform: uppercase; }
.partner-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.partner-grid strong { color: #fff; }
.partner-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 22px; }
.partner-link { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 8px 13px; border: 1px solid rgba(231,53,67,.65); color: #fff; font: 700 .72rem/1 Arimo, Arial, sans-serif; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: background .2s ease, border-color .2s ease; }
.partner-link:hover, .partner-link:focus-visible { background: var(--red); border-color: var(--red); }
.partnership-note { margin: 14px 0 0; color: var(--muted) !important; font-size: .78rem; }
.association-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 48px; }
.association-actions article { display: flex; flex-direction: column; align-items: flex-start; padding: 30px; background: linear-gradient(145deg, #232323, #121212); border-top: 3px solid var(--red); }
.association-actions h3 { margin: 0 0 18px; font-size: 1.55rem; text-transform: uppercase; }
.association-actions ol { margin: 0 0 24px; padding-left: 22px; color: #d0d0d0; }
.association-actions li + li { margin-top: 8px; }
.association-actions .button { margin-top: auto; }

.section-gyms { background: #0c0c0c; }
.section-heading { max-width: 780px; margin-bottom: 38px; }
.section-heading h2 { margin-bottom: 16px; }
.heading-row { max-width: none; display: flex; justify-content: space-between; gap: 28px; align-items: end; }
.result-count { flex: 0 0 auto; color: #fff !important; font: 700 1rem Arimo, sans-serif; }
.filters { display: grid; grid-template-columns: 1fr 1fr 1fr auto; gap: 12px; align-items: end; margin-bottom: 32px; padding: 18px; background: var(--panel); border: 1px solid var(--line); }
.filters label { display: grid; gap: 7px; color: var(--muted); font-size: .84rem; font-weight: 700; text-transform: uppercase; }
.filters select { width: 100%; min-height: 46px; border: 1px solid #4a4a4a; background: #0b0b0b; color: #fff; padding: 0 12px; }
.gym-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.gym-card { position: relative; min-height: 380px; overflow: hidden; background: var(--panel); border: 1px solid var(--line); }
.gym-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); transition: transform .35s ease, filter .35s ease; }
.gym-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.95) 0%, rgba(0,0,0,.12) 72%); }
.gym-card:hover img { transform: scale(1.035); filter: saturate(1); }
.gym-card-content { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 24px; }
.gym-position { display: block; margin-bottom: 8px; color: #fff; font: 700 .72rem Arimo, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.gym-card h3 { margin: 0 0 8px; font-size: 1.45rem; text-transform: uppercase; }
.gym-card p { min-height: 44px; margin: 0 0 18px; color: #d4d4d4; font-size: .88rem; }
.gym-card button { width: 100%; }
.gym-list-summary { margin: 22px 0 0; padding: 14px 18px; border: 1px solid var(--line); color: #fff; font: 700 .82rem Arimo, sans-serif; letter-spacing: .04em; text-align: center; text-transform: uppercase; }
.data-badge { display: inline-flex; margin-bottom: 12px; padding: 4px 8px; background: rgba(231,53,67,.92); font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

.section-first { padding-block: 68px; background: var(--red); }
.first-card { display: grid; grid-template-columns: 1.1fr 1.2fr auto; gap: 44px; align-items: center; }
.first-card .eyebrow { color: #1b1b1b; }
.first-card h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); }
.first-steps { display: grid; gap: 10px; }
.first-steps p { display: grid; grid-template-columns: 38px 1fr; margin: 0; color: white; }
.first-steps span { grid-row: 1 / span 2; font-weight: 700; }
.first-steps strong { margin-right: 5px; }
.first-card .button { border-color: #fff; background: #fff; color: #111; white-space: nowrap; }

.section-sports { background: #050505; }
.sport-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.sport-grid article { min-height: 240px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sport-grid article > span { color: var(--red); font-weight: 700; }
.sport-grid h3 { margin: 44px 0 10px; font-size: 1.35rem; text-transform: uppercase; }
.sport-grid p { margin: 0; color: var(--muted); font-size: .94rem; }
.class-directory-wrap { margin-top: 22px; border: 1px solid var(--line); background: #111; }
.class-directory-wrap > summary { display: flex; align-items: center; justify-content: space-between; min-height: 58px; padding: 0 20px; cursor: pointer; color: #fff; font: 700 .88rem Arimo, sans-serif; text-transform: uppercase; list-style: none; }
.class-directory-wrap > summary::-webkit-details-marker { display: none; }
.class-directory-wrap > summary::after { content: "+"; color: var(--red); font-size: 1.5rem; }
.class-directory-wrap[open] > summary::after { content: "−"; }
.class-directory-wrap > p { margin: 0; padding: 0 20px 18px; color: var(--muted); }
.class-directory { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border-top: 1px solid var(--line); }
.class-group { padding: 22px; background: #111; }
.class-group h3 { margin: 0 0 14px; font-size: 1rem; text-transform: uppercase; }
.class-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.class-chips button { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 8px 10px; border: 1px solid #4b4b4b; background: #090909; color: #eee; cursor: pointer; }
.class-chips button:hover, .class-chips button:focus-visible { border-color: var(--red); color: #fff; }
.class-chips button span { display: inline-grid; place-items: center; min-width: 22px; height: 22px; padding: 0 5px; border-radius: 999px; background: var(--red); color: #fff; font-size: .75rem; font-weight: 700; }

.section-projects { background: #101010; }
.project-grid { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 12px; }
.project-grid article { min-height: 260px; display: flex; flex-direction: column; justify-content: end; padding: 24px; background: linear-gradient(145deg, #242424, #121212); border-top: 3px solid var(--red); }
.project-grid p { margin: 0 0 auto; color: var(--red); font-size: .75rem; font-weight: 700; text-transform: uppercase; }
.project-grid h3 { margin: 0 0 10px; font-size: 1.3rem; text-transform: uppercase; }
.project-grid span { color: var(--muted); font-size: .88rem; }

.section-contact { background: #070707; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; }
.contact-list { display: grid; gap: 20px; margin-top: 38px; }
.contact-list div { padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.contact-list dt { color: var(--muted); font-size: .78rem; font-weight: 700; text-transform: uppercase; }
.contact-list dd { margin: 4px 0 0; font-size: 1.08rem; }
.contact-form { display: grid; gap: 16px; padding: 30px; background: var(--panel); border: 1px solid var(--line); }
.contact-form label { display: grid; gap: 7px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #4a4a4a; background: #090909; color: #fff; padding: 12px; }
.contact-form select { min-height: 50px; cursor: pointer; }
.contact-form textarea { resize: vertical; }
.contact-form h2 { margin: 4px 0 8px; font-size: clamp(1.7rem, 4vw, 2.5rem); }
.form-note { margin: 0; color: #fff !important; font-weight: 700; }
.recipient-note { margin: -6px 0 2px; color: var(--muted); font-size: .88rem; }
.privacy-note { margin: 0; font-size: .82rem; }
.form-status { min-height: 1.6em; margin: 0; color: #fff !important; font-weight: 700; }
.form-status.is-success { color: #86e6a7 !important; }
.form-status.is-error { color: #ff9aa3 !important; }
.form-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { padding: 28px 0; background: #000; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: center; }
.footer-grid div:first-child { display: flex; align-items: center; gap: 12px; font-family: Arimo, sans-serif; font-weight: 700; }
.footer-grid p { margin: 0; color: var(--muted); font-size: .85rem; }
.footer-grid a { text-underline-offset: 4px; }

.gym-dialog { width: min(1080px, calc(100% - 24px)); max-height: 92vh; margin: auto; padding: 0; color: white; background: #111; border: 1px solid #4b4b4b; box-shadow: 0 30px 100px rgba(0,0,0,.7); }
.gym-dialog::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(5px); }
.dialog-close { position: sticky; top: 12px; float: right; z-index: 4; width: 44px; height: 44px; margin: 12px 12px 0 0; border: 1px solid var(--line); border-radius: 50%; background: rgba(0,0,0,.76); color: #fff; font-size: 1.6rem; cursor: pointer; }
.detail-hero { position: relative; min-height: 470px; display: flex; align-items: end; padding: 46px; overflow: hidden; }
.detail-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.65) brightness(.54); }
.detail-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.97), rgba(0,0,0,.6)); }
.detail-hero-content { position: relative; z-index: 1; max-width: 790px; }
.detail-hero h2 { margin: 0 0 12px; font-size: clamp(2.5rem, 6vw, 5.4rem); text-transform: uppercase; }
.detail-hero p { margin: 0 0 22px; color: #eee; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.detail-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 42px; padding: 46px; }
.detail-block { padding-top: 24px; border-top: 1px solid var(--line); }
.detail-block + .detail-block { margin-top: 28px; }
.detail-block h3 { margin: 0 0 16px; font-size: 1.15rem; text-transform: uppercase; }
.detail-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.detail-tags span { padding: 7px 10px; border: 1px solid #4b4b4b; color: #ddd; font-size: .85rem; }
.schedule-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.schedule-table th, .schedule-table td { padding: 10px 8px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.schedule-table th { color: var(--red); text-transform: uppercase; }
.schedule-image { display: block; width: 100%; margin-top: 14px; border: 1px solid var(--line); }
.schedule-text { margin-top: 16px; border: 1px solid #3c3c3c; background: #0d0d0d; }
.schedule-text summary { position: relative; padding: 16px 48px 16px 18px; color: #fff; font: 700 .88rem Arimo, Arial, sans-serif; text-transform: uppercase; cursor: pointer; list-style: none; }
.schedule-text summary::-webkit-details-marker { display: none; }
.schedule-text summary::after { position: absolute; top: 50%; right: 18px; color: var(--red); font-size: 1.45rem; content: "+"; transform: translateY(-50%); }
.schedule-text[open] summary { border-bottom: 1px solid var(--line); }
.schedule-text[open] summary::after { content: "−"; }
.schedule-text-days { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); }
.schedule-text-day { min-width: 0; padding: 18px; background: #151515; }
.schedule-text-day h4 { margin: 0 0 12px; color: var(--red); font: 700 .88rem Arimo, Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.schedule-text-day ul { margin: 0; padding: 0; list-style: none; }
.schedule-text-day li { display: grid; grid-template-columns: minmax(94px, auto) minmax(0, 1fr); gap: 12px; padding: 8px 0; border-top: 1px solid rgba(255,255,255,.08); font-size: .84rem; }
.schedule-text-day li:first-child { border-top: 0; }
.schedule-text-day time { color: #fff; font-weight: 700; }
.schedule-text-day span { color: #cfcfcf; }
.price-list { list-style: none; padding: 0; margin: 0; }
.price-list li { display: flex; justify-content: space-between; gap: 14px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.price-group + .price-group { margin-top: 24px; }
.price-group h4 { margin: 0 0 8px; color: #fff; font: 700 .9rem Arimo, Arial, sans-serif; }
.price-group p { margin: 0 0 8px; color: var(--muted); font-size: .84rem; }
.validation-note { padding: 14px; background: rgba(231,53,67,.1); border-left: 3px solid var(--red); color: #ddd; font-size: .86rem; }

@media (max-width: 980px) {
  body.menu-open { overflow: hidden; }
  .site-header { z-index: 50; background: #030303; }
  .main-nav { position: fixed; inset: var(--header-h) 0 0; z-index: 49; display: none; min-height: calc(100dvh - var(--header-h)); padding: 32px max(24px, calc((100vw - 680px)/2)); background: #050505; border-top: 1px solid rgba(255,255,255,.12); flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 0; overflow-y: auto; }
  .main-nav.open { display: flex; }
  .main-nav a { display: flex; align-items: center; min-height: 64px; padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,.15); color: #fff; font-size: clamp(1.2rem, 4vw, 1.55rem); letter-spacing: .05em; }
  .main-nav a::after { content: "→"; margin-left: auto; color: var(--red); }
  .main-nav .nav-association { padding-inline: 15px; border: 1px solid var(--red); text-align: left; margin-block: 12px; }
  .main-nav .nav-association::after { content: "→"; position: static; width: auto; height: auto; margin-left: auto; border-radius: 0; background: none; box-shadow: none; }
  .menu-toggle { display: inline-flex; }
  .split-layout, .association-layout, .partnership-heading, .contact-grid, .detail-layout { grid-template-columns: 1fr; }
  .gym-grid, .sport-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .partner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .filters { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .first-card { grid-template-columns: 1fr; }
  .team-visual { order: 2; }
}

@media (max-width: 680px) {
  :root { --wrap: min(100% - 28px, 1180px); --header-h: 72px; }
  .prototype-bar { justify-content: space-between; gap: 8px; font-size: .66rem; }
  .brand img { width: 54px; height: 54px; }
  .main-nav { top: var(--header-h); }
  .hero { min-height: 720px; }
  .hero-content { padding-block: 120px 80px; }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 4.5rem); }
  .video-control { right: 14px; bottom: 14px; }
  .quick-grid, .filters, .gym-grid, .sport-grid, .project-grid, .footer-grid, .class-directory, .member-benefit-grid, .partner-grid, .association-actions { grid-template-columns: 1fr; }
  .quick-grid a { min-height: 92px; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .section { padding: 76px 0; }
  .heading-row { display: block; }
  .filters { align-items: stretch; }
  .gym-card { min-height: 330px; }
  .team-visual img { min-height: 360px; }
  .association-join { align-items: stretch; flex-direction: column; }
  .association-join-actions { flex-basis: auto; }
  .association-join .button { width: 100%; }
  .association-partnerships { margin-top: 56px; padding-top: 48px; }
  .schedule-text-days { grid-template-columns: 1fr; }
  .schedule-text-day li { grid-template-columns: minmax(90px, auto) minmax(0, 1fr); }
  .partner-grid article { min-height: 0; }
  .project-grid article { min-height: 200px; }
  .contact-form { padding: 20px; }
  .detail-hero { min-height: 520px; padding: 28px 20px; }
  .detail-hero h2 { font-size: clamp(2.05rem, 11vw, 3.2rem); }
  .detail-layout { padding: 28px 20px; }
  .detail-actions .button { width: 100%; }
  .footer-grid { text-align: left; }
}

@media (min-width: 480px) and (max-width: 680px) {
  .gym-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gym-card { min-height: 360px; }
  .gym-card-content { padding: 18px; }
  .gym-card h3 { font-size: 1.15rem; }
  .gym-card p { font-size: .8rem; }
}

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