:root {
  --navy: #000a6e;
  --red: #fc0000;
  --ink: #202226;
  --paper: #f2f3f7;
  --white: #fff;
  --line: #d9dce6;
  --sans: "Noto Sans JP", Helvetica, Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.75; }
img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.eyebrow { margin: 0 0 12px; font-size: .78rem; font-weight: 700; letter-spacing: .15em; }
.center { margin-top: 44px; text-align: center; }
.site-header { position: relative; z-index: 50; color: white; background: var(--navy); }
.header-inner { display: flex; flex-direction: column; align-items: center; justify-content: center; max-width: 1180px; min-height: 165px; margin: auto; padding: 18px 24px 12px; }
.brand { width: 58px; height: 72px; margin-bottom: 10px; overflow: hidden; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(30px, 4vw, 58px); font-size: .86rem; font-weight: 800; }
.site-nav a { position: relative; padding: 10px 0; }
.site-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; content: ""; background: var(--red); transform: scaleX(0); transition: transform .2s ease; }
.site-nav a:hover { color: var(--red); }
.site-nav a:hover::after { transform: scaleX(1); }
.nav-contact { border: 0; }
.menu-button { display: none; width: 44px; height: 44px; padding: 9px; color: white; background: none; border: 0; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 6px 0; background: currentColor; }
.legacy-hero { padding: 10px 0 24px; background: #e7e9f0; }
.legacy-slider { position: relative; width: min(100% - 6vw, 1330px); aspect-ratio: 16/8.4; margin: auto; overflow: hidden; background: #17364a; box-shadow: 0 8px 22px rgba(0,0,0,.08); }
.legacy-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .7s ease; }
.legacy-slide.is-active { opacity: 1; }
.slider-arrow { position: absolute; z-index: 2; top: 50%; width: 52px; height: 76px; color: white; background: rgba(0,10,110,.32); border: 0; font-size: 3rem; line-height: 1; transform: translateY(-50%); cursor: pointer; }
.slider-arrow--prev { left: 0; }
.slider-arrow--next { right: 0; }
.event-band { position: relative; z-index: 1; min-height: 245px; padding: 26px 24px 48px; overflow: hidden; color: white; background: var(--navy); text-align: center; }
.event-band::before, .event-band::after { position: absolute; z-index: -1; left: -3%; width: 106%; height: 48%; content: ""; background: var(--red); transform: skewY(-4deg); }
.event-band::before { top: -31%; }
.event-band::after { bottom: -31%; }
.event-band h1 { display: inline-block; margin: 0 0 18px; padding: 0 8px; background: var(--red); font-size: clamp(1.7rem, 3vw, 2.3rem); font-weight: 500; line-height: 1.25; }
.event-band h2 { margin: 0 0 2px; font-size: 1rem; }
.event-band p { margin: 0; font-size: .95rem; font-weight: 600; }
.legacy-button { display: inline-block; min-width: 155px; margin-top: 20px; padding: 9px 24px; color: white; background: var(--red); border: 2px solid white; border-radius: 22px; font-size: .74rem; font-weight: 700; text-align: center; transition: opacity .2s ease, transform .2s ease; }
.legacy-button:hover { opacity: .83; transform: translateY(-1px); }
.legacy-button--navy { background: var(--navy); }
.section { max-width: 1200px; margin: auto; padding: 78px 30px; }
.home-section { padding-top: 52px; }
.legacy-heading { margin-bottom: 28px; text-align: center; }
.legacy-heading h2 { margin: 0; color: var(--navy); font-size: clamp(2rem, 4vw, 3rem); font-weight: 500; }
.legacy-heading span { color: var(--red); font-weight: 800; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 34px; }
.section-heading .eyebrow { display: none; }
.section-heading h2 { margin: 0; color: var(--navy); font-size: 3rem; font-weight: 500; }
.section-heading > a { color: var(--navy); font-size: .76rem; font-weight: 700; }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.card { overflow: hidden; background: white; border-radius: 18px; box-shadow: 0 3px 12px rgba(0,10,70,.13); }
.card-media { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #dfe2ea; }
.card-image { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.card-image--empty { background: linear-gradient(145deg, var(--navy), #244db6); }
.card-media span { position: absolute; top: 12px; left: 12px; padding: 5px 10px; color: white; background: var(--red); border-radius: 3px; font-size: .62rem; font-weight: 700; }
.card a:hover .card-image { transform: scale(1.035); }
.card-copy { min-height: 195px; padding: 20px; }
.card time { color: #787b83; font-size: .68rem; }
.card h3 { margin: 8px 0; color: var(--navy); font-size: 1rem; line-height: 1.55; }
.card p { display: -webkit-box; margin: 0; overflow: hidden; color: #666a73; font-size: .76rem; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.card b { display: block; margin-top: 16px; color: var(--red); font-size: .68rem; letter-spacing: .06em; }
.card b i { font-style: normal; }
.mission { display: flex; align-items: center; justify-content: center; min-height: 390px; padding: 70px 30px; color: var(--navy); background: white; text-align: center; }
.mission-copy { max-width: 820px; padding: 0; }
.mission h2 { margin: 0 0 20px; color: var(--navy); font-size: clamp(2.2rem, 5vw, 4rem); line-height: 1.15; }
.mission h3 { margin: 0 0 16px; color: var(--red); font-size: 1.15rem; }
.mission p { margin: 0; }
.social-section { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 1180px; margin: auto; padding: 80px 30px; }
.social-section > div { min-width: 0; }
.social-section h2 { margin: 0 0 20px; color: var(--navy); font-size: 1.55rem; font-weight: 500; }
.social-panel { display: flex; flex-direction: column; padding: 28px; border: 1px solid #e3e5ec; border-radius: 4px; background: white; box-shadow: 0 8px 26px rgba(0,10,90,.07); }
.social-panel > p { min-height: 2em; margin: -10px 0 22px; color: #666b76; font-size: .82rem; }
.instagram-profile-crop { height: clamp(330px, 38vw, 430px); overflow: hidden; border: 1px solid #e3e5ec; background: #f5f5f5; }
.instagram-profile-embed { width: 150%; height: 720px; border: 0; background: white; }
.youtube-embed { position: relative; overflow: hidden; aspect-ratio: 16/9; background: #000; }
.instagram-profile-crop, .youtube-embed { margin-bottom: 18px; }
.social-panel--youtube .youtube-embed { margin-top: auto; }
.youtube-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.social-link { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding: 14px 16px; color: white; background: var(--navy); font-size: .76rem; font-weight: 700; letter-spacing: .04em; }
.social-panel--instagram .social-link { background: linear-gradient(100deg, #7c3aed, #db2777, #f97316); }
.social-link span { font-size: 1rem; }
.page-hero { min-height: 280px; padding: 78px 30px 65px; color: white; background: var(--navy); text-align: center; }
.page-hero--green { background: var(--navy); }
.page-hero h1 { margin: 0; font-size: clamp(3rem, 8vw, 5rem); font-weight: 500; }
.page-hero > p:last-child { margin: 18px auto 0; }
.statement, .contact-panel { max-width: 960px; margin: auto; padding: 90px 30px; text-align: center; }
.statement h2, .contact-panel h2 { margin: 0 0 28px; color: var(--navy); font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.45; }
.statement > p:last-of-type, .contact-panel > p { max-width: 720px; margin-right: auto; margin-left: auto; }
.notice { padding: 16px; border: 1px solid var(--line); }
.article { max-width: 1000px; margin: auto; padding: 80px 30px 110px; }
.article-header { max-width: 820px; margin: 0 auto 42px; text-align: center; }
.article-header > a { display: inline-block; margin-right: 12px; padding: 5px 12px; color: white; background: var(--red); border-radius: 3px; font-size: .68rem; font-weight: 700; }
.article-header time { color: #6f727a; font-size: .75rem; }
.article-header h1 { margin: 24px 0 0; color: var(--navy); font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.35; }
.article-visual { width: 100%; max-height: 700px; margin-bottom: 50px; object-fit: cover; }
.article-body { max-width: 780px; margin: auto; padding: 42px; background: white; border-radius: 12px; }
.article-body h2, .article-body h3 { margin: 2.7rem 0 1rem; color: var(--navy); line-height: 1.5; }
.article-body h2 { font-size: 1.8rem; }
.article-body h3 { padding-left: 12px; border-left: 5px solid var(--red); font-size: 1.35rem; }
.article-body a { color: var(--navy); text-decoration: underline; }
.article-body img { width: auto; max-height: 760px; margin: 2rem auto; }
.article-body figure { margin: 2rem 0; }
.back-link { display: inline-block; margin-top: 44px; color: var(--navy); font-size: .78rem; font-weight: 700; }
.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: 48px max(30px, calc((100vw - 1120px)/2)); color: white; background: var(--navy); }
.footer-brand { display: block; width: 180px; height: 96px; }
.footer-brand img { width: 100%; height: 100%; object-fit: contain; }
.footer-links { display: flex; gap: 28px; font-size: .78rem; font-weight: 700; }
.site-footer small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.7); font-size: .65rem; }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (max-width: 980px) { .card-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 760px) {
  .header-inner { flex-direction: row; justify-content: space-between; min-height: 78px; }
  .brand { width: 48px; height: 55px; margin: 0; }
  .menu-button { display: block; }
  .site-nav { position: absolute; top: 78px; left: 0; display: none; flex-direction: column; align-items: stretch; width: 100%; gap: 0; padding: 16px 28px 26px; background: var(--navy); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .legacy-slider { width: 100%; aspect-ratio: 4/3; }
  .event-band { min-height: 270px; }
  .event-band h1 { font-size: 1.65rem; }
  .social-section { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .card-grid { grid-template-columns: 1fr; }
  .section { padding-right: 20px; padding-left: 20px; }
  .article-body { padding: 24px 20px; }
  .site-footer { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Compact sports-club layout */
body { overflow-x: hidden; background: #fff; }
.site-header { position: sticky; top: 0; box-shadow: 0 1px 0 rgba(255,255,255,.12); }
.header-inner { flex-direction: row; justify-content: flex-start; max-width: none; min-height: 104px; padding: 0 22px; }
.brand { flex: 0 0 auto; width: 180px; height: 96px; margin: 0 38px 0 0; }
.brand img { object-position: left center; }
.business-top-link { display: inline-flex; flex: 0 0 auto; gap: 7px; align-items: center; min-height: 38px; margin-right: clamp(20px, 2.3vw, 38px); padding: 7px 12px; color: white; border: 1px solid rgba(255,255,255,.72); font-size: .72rem; font-weight: 800; letter-spacing: .04em; white-space: nowrap; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.business-top-link span { color: #ff3535; font-size: 1rem; line-height: 1; }
.business-top-link:hover, .business-top-link:focus-visible { color: var(--navy); background: white; border-color: white; outline: none; }
.business-top-link:hover span, .business-top-link:focus-visible span { color: var(--red); }
.site-nav { flex: 1; justify-content: flex-start; gap: clamp(20px, 2.3vw, 38px); font-size: .86rem; letter-spacing: .035em; }
.site-nav a { padding: 22px 0 19px; }
.site-nav a::after { height: 4px; }
.nav-contact { margin-left: auto; padding-right: 18px !important; padding-left: 18px !important; background: var(--red); }
.nav-contact::after { display: none; }
.nav-contact:hover { color: white !important; background: #d90000; }
.legacy-hero { padding: 0; background: #070b1c; }
.legacy-slider { width: min(100%, 1240px); aspect-ratio: 16/9; box-shadow: none; }
.legacy-slide { object-fit: contain; }
.slider-arrow { width: 44px; height: 70px; background: rgba(0,10,110,.82); border-radius: 4px; font-size: 2.4rem; }
.slider-thumbs { display: flex; gap: 7px; justify-content: center; min-height: 58px; padding: 8px 20px; background: white; }
.slider-thumbs button { width: 92px; height: 42px; padding: 0; overflow: hidden; background: #ddd; border: 3px solid transparent; border-radius: 4px; cursor: pointer; }
.slider-thumbs button.is-active { border-color: var(--red); }
.slider-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.section-title { max-width: 1120px; margin: 0 auto 34px; }
.section-title h2 { position: relative; margin: 0; padding-left: 17px; color: var(--navy); font-size: clamp(2.6rem, 5vw, 4.25rem); font-weight: 800; line-height: .92; letter-spacing: -.035em; }
.section-title h2::before { position: absolute; top: 2px; bottom: 1px; left: 0; width: 7px; content: ""; background: var(--red); }
.section-title p { margin: 10px 0 0 18px; color: #777b88; font-size: .74rem; font-weight: 700; letter-spacing: .12em; }
.schedule-section { padding: 76px 0 88px; overflow: hidden; background: #f0f1f7; }
.schedule-track { display: grid; grid-template-columns: repeat(3, minmax(280px, 1fr)); gap: 18px; max-width: 1120px; margin: auto; padding: 0 30px; }
.schedule-card { position: relative; display: flex; flex-direction: column; min-height: 345px; padding: 24px; background: white; border-top: 5px solid var(--navy); box-shadow: 0 5px 18px rgba(0,10,90,.06); }
.schedule-card--next { border-color: var(--red); }
.schedule-label { margin: 0; color: var(--red); font-size: .65rem; font-weight: 800; letter-spacing: .11em; }
.schedule-date { display: flex; align-items: center; margin: 6px 0 10px; color: var(--navy); }
.schedule-date strong { font-size: clamp(2.6rem, 4vw, 4rem); line-height: 1; letter-spacing: -.06em; }
.schedule-date span { margin-left: 10px; font-size: .66rem; font-weight: 800; line-height: 1.35; }
.schedule-card h3 { margin: 8px 0; color: var(--navy); font-size: 1.08rem; line-height: 1.55; }
.schedule-card > p:not(.schedule-label) { margin: 0; color: #666b76; font-size: .78rem; }
.schedule-card > a { margin-top: auto; padding: 12px; color: white; background: var(--navy); font-size: .75rem; font-weight: 700; text-align: center; }
.schedule-card--next > a { background: linear-gradient(90deg, var(--navy), var(--red)); }
.section { max-width: 1180px; padding: 92px 30px; }
.home-section { padding-top: 92px; }
.home-section .card-grid { grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { border-radius: 3px; box-shadow: 0 2px 10px rgba(0,10,90,.1); }
.card-copy { min-height: 180px; padding: 17px; }
.card-media span { top: auto; bottom: 0; left: 0; border-radius: 0; }
.legacy-button { border-radius: 3px; }
.mission { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); min-height: 500px; padding: 0; background: #f0f1f7; text-align: left; }
.mission-photo { height: 100%; min-height: 500px; overflow: hidden; }
.mission-photo img { width: 100%; height: 100%; object-fit: cover; }
.mission-copy { max-width: 620px; padding: 72px clamp(32px, 6vw, 86px); }
.mission-copy .section-title { margin-bottom: 32px; }
.mission h3 { color: var(--navy); font-size: 1.25rem; }
.mission .legacy-button { border: 0; }
.social-section { max-width: 1180px; padding: 92px 30px; }
.social-section h2 { position: relative; padding-left: 16px; font-size: 1.8rem; font-weight: 800; }
.social-section h2::before { position: absolute; top: 3px; bottom: 3px; left: 0; width: 6px; content: ""; background: var(--red); }
.site-footer { background: #02075b; }

@media (max-width: 980px) {
  .site-nav { gap: 18px; }
  .home-section .card-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1100px) {
  .site-header { position: sticky; }
  .header-inner { min-height: 96px; padding: 0 16px; }
  .brand { width: 158px; height: 86px; }
  .business-top-link { position: absolute; top: 29px; right: 78px; min-height: 38px; margin: 0; padding: 6px 9px; font-size: .68rem; }
  .menu-button { position: absolute; z-index: 3; top: 26px; right: 16px; display: block !important; width: 52px; height: 44px; margin: 0; }
  .menu-button::before { display: block; color: white; content: "MENU"; font-size: .74rem; font-weight: 800; letter-spacing: .08em; }
  .menu-button > span:not(.sr-only) { display: none; }
  .site-nav { position: absolute; top: 96px; left: 0; display: none; flex-direction: column; align-items: stretch; width: 100%; gap: 0; padding: 16px 24px 24px; background: var(--navy); font-size: .94rem; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 0; }
  .nav-contact { margin: 8px 0 0; padding: 12px !important; text-align: center; }
  .legacy-slider { aspect-ratio: 16/9; }
  .legacy-slide { object-fit: contain; }
  .slider-thumbs { justify-content: flex-start; overflow-x: auto; }
  .slider-thumbs button { flex: 0 0 88px; }
  .section-title { max-width: 100%; overflow: hidden; }
  .section-title h2 { font-size: 2.25rem; line-height: 1; letter-spacing: -.045em; }
  .schedule-section { padding: 58px 0 70px; }
  .schedule-section .section-title { padding: 0 20px; }
  .schedule-track { display: flex; gap: 14px; overflow-x: auto; padding: 0 20px 18px; scroll-snap-type: x mandatory; }
  .schedule-card { flex: 0 0 86vw; scroll-snap-align: center; }
  .mission { grid-template-columns: 1fr; }
  .mission-photo { min-height: 320px; }
  .mission-copy { padding: 58px 24px; }
}
@media (max-width: 520px) {
  .home-section .card-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .card-copy { min-height: 165px; padding: 13px; }
  .card h3 { font-size: .82rem; }
  .card p { display: none; }
  .card b { margin-top: 10px; }
}

/* Partners and contact */
.partners-section { max-width: 1180px; margin: auto; padding: 88px 30px 110px; }
.partners-intro { max-width: 760px; margin-bottom: 48px; }
.partners-intro .eyebrow { color: var(--red); }
.partners-intro h2 { margin: 0 0 16px; color: var(--navy); font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.35; }
.partners-intro > p:last-child { color: #676b77; }
.partner-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.partner-card { position: relative; display: grid; place-items: center; aspect-ratio: 1/1; padding: 22px; overflow: hidden; background: white; border: 1px solid var(--line); box-shadow: 0 3px 14px rgba(0,10,80,.06); }
.partner-card img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s ease; }
.partner-card span { position: absolute; right: 0; bottom: 0; padding: 6px 9px; color: white; background: var(--navy); font-family: "Barlow Condensed", sans-serif; font-size: .6rem; font-weight: 700; letter-spacing: .08em; }
a.partner-card:hover img { transform: scale(1.035); }
.partner-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 54px; padding: 34px 40px; color: var(--navy); background: #f0f1f7; border-left: 6px solid var(--red); }
.partner-cta p { margin: 0; font-weight: 700; }
.partner-cta .legacy-button { flex: 0 0 auto; margin: 0; border: 0; }
.contact-section { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr); max-width: 1120px; margin: 90px auto 110px; background: white; box-shadow: 0 8px 30px rgba(0,10,80,.09); }
.contact-intro { padding: clamp(38px, 5vw, 66px); color: white; background: var(--navy); }
.contact-intro, .contact-form, .contact-form label { min-width: 0; }
.contact-intro .eyebrow { color: #ff3333; }
.contact-intro h2 { margin: 0 0 22px; font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.35; }
.contact-intro h2, .contact-intro > p { overflow-wrap: anywhere; }
.contact-intro > p { color: rgba(255,255,255,.78); font-size: .86rem; }
.contact-direct { margin-top: 46px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.3); }
.contact-direct span { display: block; color: #ff3333; font-family: "Barlow Condensed", sans-serif; font-size: .7rem; font-weight: 800; letter-spacing: .14em; }
.contact-direct a { display: inline-block; margin-top: 6px; font-size: .88rem; font-weight: 700; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 20px; padding: clamp(38px, 5vw, 66px); }
.contact-form label { display: block; }
.contact-form label:nth-of-type(4), .contact-form label:nth-of-type(5) { grid-column: 1/-1; }
.contact-form label > span { display: block; margin-bottom: 7px; color: var(--navy); font-size: .78rem; font-weight: 700; }
.contact-form label b { margin-left: 6px; padding: 2px 5px; color: white; background: var(--red); font-size: .58rem; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: #f5f6f9; border: 1px solid #d8dbe5; border-radius: 0; font: inherit; font-size: .9rem; }
.contact-form input:focus, .contact-form textarea:focus { outline: 2px solid rgba(0,10,110,.18); border-color: var(--navy); }
.contact-form textarea { resize: vertical; }
.contact-form button { grid-column: 1/-1; display: flex; align-items: center; justify-content: space-between; width: min(100%, 280px); padding: 14px 18px; color: white; background: var(--navy); border: 0; font-size: .78rem; font-weight: 700; cursor: pointer; }
.contact-form button:hover { background: var(--red); }
.contact-form button i { font-size: 1.1rem; font-style: normal; }
.form-note { grid-column: 1/-1; margin: -12px 0 0; color: #777b86; font-size: .68rem; }

@media (max-width: 800px) {
  .partner-grid { grid-template-columns: repeat(2, 1fr); }
  .partner-cta { align-items: flex-start; flex-direction: column; padding: 28px 24px; }
  .contact-section { grid-template-columns: 1fr; margin: 50px 20px 80px; }
}
@media (max-width: 520px) {
  .partners-section { padding: 62px 20px 80px; }
  .partner-grid { gap: 9px; }
  .partner-card { padding: 14px; }
  .contact-intro { padding: 40px 22px; }
  .contact-intro h2 { font-size: 1.85rem; }
  .contact-form { grid-template-columns: 1fr; padding: 34px 22px; }
  .contact-form label:nth-of-type(4), .contact-form label:nth-of-type(5) { grid-column: auto; }
}

/* Business selection portal */
.portal-page { min-height: 100vh; background: #05091f; }
.business-portal { display: grid; grid-template-rows: auto 1fr auto; min-height: 100vh; color: white; background: #05091f; }
.portal-header { display: grid; place-items: center; min-height: 92px; padding: 16px clamp(22px, 5vw, 76px); background: #02075b; text-align: center; }
.portal-header p { margin: 0 0 2px; color: #ff3030; font-family: "Barlow Condensed", sans-serif; font-size: .75rem; font-weight: 800; letter-spacing: .18em; }
.portal-header h1 { margin: 0; font-size: clamp(.9rem, 1.5vw, 1.1rem); font-weight: 600; letter-spacing: .07em; }
.business-choices { display: grid; grid-template-columns: 1fr 1fr; min-height: calc(100vh - 132px); }
.business-choice { position: relative; display: grid; grid-template-rows: minmax(260px, 1fr) auto; gap: clamp(24px, 4vh, 48px); min-height: 620px; padding: clamp(34px, 4.5vw, 68px); overflow: hidden; }
.business-choice--food { background: radial-gradient(circle at 25% 15%, #9d5137 0, transparent 32%), linear-gradient(145deg, #35130f, #6e2119 62%, #260c09); }
.business-choice--soccer { background: radial-gradient(circle at 70% 16%, #182b9e 0, transparent 35%), linear-gradient(145deg, #02075b, #010434 70%); border-left: 1px solid rgba(255,255,255,.13); }
.business-choice-logo { display: grid; place-items: center; min-height: 260px; }
.business-choice-logo img { width: min(68%, 330px); max-height: 310px; object-fit: contain; transition: transform .4s ease; }
.business-choice--food .business-choice-logo img { filter: drop-shadow(0 18px 28px rgba(0,0,0,.28)); }
.business-choice--soccer .business-choice-logo img { width: min(76%, 390px); }
.business-choice--soccer h2 { font-size: clamp(2.2rem, 4.2vw, 4.5rem); white-space: nowrap; }
.business-choice:hover .business-choice-logo img { transform: scale(1.025); }
.business-choice-copy { position: relative; z-index: 1; max-width: 520px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.3); }
.business-choice span { margin-bottom: 8px; color: #ff3131; font-family: "Barlow Condensed", sans-serif; font-size: .82rem; font-weight: 800; letter-spacing: .18em; }
.business-choice h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1.05; letter-spacing: -.04em; }
.business-choice p { max-width: 460px; margin: 18px 0 30px; color: rgba(255,255,255,.82); font-size: .92rem; }
.business-choice b { display: flex; align-items: center; justify-content: space-between; width: min(100%, 280px); padding: 14px 18px; border: 1px solid rgba(255,255,255,.55); font-family: "Barlow Condensed", sans-serif; font-size: .8rem; letter-spacing: .12em; transition: color .2s ease, background .2s ease; }
.business-choice b i { font-size: 1.2rem; font-style: normal; }
.business-choice:hover b { color: #02075b; background: white; }
.portal-footer { padding: 14px clamp(22px, 5vw, 76px); color: rgba(255,255,255,.55); background: #02075b; font-size: .62rem; }
.food-placeholder { display: grid; place-items: center; min-height: 100vh; padding: 40px 24px; color: white; background: radial-gradient(circle at 20% 10%, #bd6a3d, transparent 30%), linear-gradient(135deg, #1c0907, #7d2d22 55%, #160807); text-align: center; }
.placeholder-logo { position: absolute; top: 22px; left: 30px; width: 120px; height: 76px; }
.placeholder-logo img { width: 100%; height: 100%; object-fit: contain; }
.placeholder-copy { max-width: 680px; }
.placeholder-copy > p:first-child { margin: 0; color: #ffb27b; font-family: "Barlow Condensed", sans-serif; font-size: .82rem; font-weight: 800; letter-spacing: .2em; }
.placeholder-copy h1 { margin: 8px 0 26px; font-size: clamp(3.2rem, 9vw, 6.5rem); line-height: 1; }
.placeholder-copy h2 { margin: 0 0 12px; font-size: 1.25rem; }
.placeholder-copy > p:not(:first-child) { color: rgba(255,255,255,.75); font-size: .88rem; }
.placeholder-copy a { display: inline-flex; gap: 38px; align-items: center; margin-top: 24px; padding: 13px 20px; border: 1px solid rgba(255,255,255,.55); font-size: .76rem; font-weight: 700; }

@media (max-width: 760px) {
  .portal-header { min-height: 76px; padding: 10px 18px; }
  .portal-header h1 { font-size: .76rem; }
  .business-choices { grid-template-columns: 1fr; min-height: 0; }
  .business-choice { grid-template-rows: minmax(210px, auto) auto; gap: 24px; min-height: 540px; padding: 34px 24px 40px; }
  .business-choice--soccer { border-top: 1px solid rgba(255,255,255,.13); border-left: 0; }
  .business-choice-logo { min-height: 210px; }
  .business-choice-logo img { width: min(70%, 270px); max-height: 250px; }
  .business-choice--soccer .business-choice-logo img { width: min(78%, 300px); }
  .business-choice-copy { padding-top: 22px; }
  .business-choice h2 { font-size: 2.7rem; }
  .business-choice--soccer h2 { font-size: clamp(1.75rem, 7.6vw, 2.7rem); }
  .business-choice p { margin: 12px 0 22px; font-size: .82rem; }
  .portal-footer { padding: 13px 20px; }
  .placeholder-logo { top: 14px; left: 18px; width: 96px; height: 66px; }
}

/* Partner strip and social icon footer */
.home-partners { padding: 64px 30px 58px; color: white; background: #031f47; text-align: center; }
.home-partners h2 { margin: 0 0 34px; font-family: "Barlow Condensed", sans-serif; font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 800; letter-spacing: .02em; }
.home-partner-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 12px; max-width: 1120px; margin: auto; }
.home-partner-grid > * { position: relative; display: block; height: 108px; overflow: hidden; background: white; }
.home-partner-grid img { position: absolute; inset: 6px 8px; width: calc(100% - 16px); height: calc(100% - 12px); max-width: none; object-fit: contain; transition: transform .25s ease; }
.home-partner-grid a:hover img { transform: scale(1.04); }
.home-partners-more { display: inline-flex; gap: 36px; align-items: center; margin-top: 32px; padding-bottom: 3px; border-bottom: 1px solid white; font-family: "Barlow Condensed", sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: .08em; }
.site-footer { grid-template-columns: auto 1fr; padding-top: 36px; padding-bottom: 30px; background: #b32632; }
.footer-links { justify-self: end; gap: 12px; }
.footer-social-icon { display: grid; place-items: center; width: 42px; height: 42px; color: white; border: 1px solid rgba(255,255,255,.58); border-radius: 50%; transition: color .2s ease, background .2s ease; }
.footer-social-icon:hover { color: #b32632; background: white; }
.footer-social-icon svg { width: 21px; height: 21px; overflow: visible; }
.footer-social-icon rect, .footer-social-icon circle { fill: none; stroke: currentColor; stroke-width: 1.8; }
.footer-social-icon .icon-dot { fill: currentColor; stroke: none; }
.footer-social-icon path { fill: currentColor; }
.footer-social-icon .icon-play { fill: #b32632; }
.footer-social-icon:hover .icon-play { fill: white; }
.site-footer small { border-top-color: rgba(255,255,255,.32); }

@media (max-width: 900px) {
  .home-partner-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 520px) {
  .home-partners { padding: 50px 20px 46px; }
  .home-partner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .home-partner-grid > * { height: 98px; }
  .site-footer { grid-template-columns: 1fr auto; gap: 18px; padding: 30px 20px 24px; }
  .footer-brand { width: 158px; height: 86px; }
  .site-footer small { grid-column: 1/-1; }
}
@media (max-width: 360px) {
  .business-top-link { gap: 0; }
  .business-top-link span { display: none; }
}
