:root {
  color-scheme: dark;
  --ink: #f5f5f2;
  --muted: #aeb8b7;
  --night: #05090a;
  --panel: #0c1415;
  --panel-2: #111d1e;
  --line: rgba(255, 255, 255, 0.12);
  --orange: #f26522;
  --orange-bright: #ff7a38;
  --teal: #2ab5aa;
  --max: 1240px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--night);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; background: var(--ink); color: var(--night); }
.skip-link:focus { top: 1rem; }
.promo-bar { display: flex; align-items: center; justify-content: center; gap: 1rem; min-height: 38px; padding: .4rem 1rem; background: var(--orange); color: #190b04; font-size: .84rem; font-weight: 760; text-align: center; }
.promo-bar a { font-weight: 850; text-underline-offset: .2rem; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  min-height: 78px;
  padding: .6rem max(1.25rem, calc((100vw - var(--max)) / 2));
  background: rgba(5, 9, 10, .88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: .75rem; font-weight: 750; text-decoration: none; letter-spacing: -.02em; }
.brand img { width: 52px; height: 52px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: clamp(.8rem, 1.7vw, 1.6rem); }
.desktop-nav a { color: var(--muted); text-decoration: none; font-size: .9rem; font-weight: 650; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--ink); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: .65rem; }
.mobile-nav, .menu-toggle { display: none; }
.menu-toggle { min-height: 44px; padding: .55rem .7rem; border: 1px solid var(--line); background: rgba(255,255,255,.04); color: var(--ink); font: inherit; font-size: .86rem; font-weight: 750; cursor: pointer; }
.menu-toggle-icon { display: grid; gap: 4px; width: 20px; }
.menu-toggle-icon i { display: block; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:first-child { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle-icon i:last-child { transform: translateY(-6px) rotate(-45deg); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .75rem 1.2rem; border: 1px solid transparent; text-decoration: none; font-weight: 750; letter-spacing: -.01em; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: .55rem 1rem; justify-self: end; font-size: .9rem; }
.button-primary { background: var(--orange); color: #160a04; }
.button-primary:hover { background: var(--orange-bright); }
.button-secondary, .button-ghost { border-color: var(--line); background: rgba(255,255,255,.04); }
.hero {
  position: relative;
  min-height: 640px;
  display: block;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
  border-inline: 1px solid rgba(255,255,255,.05);
}
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; width: min(61%, 830px); min-height: 640px; padding: clamp(4rem, 8vw, 8rem) clamp(1.5rem, 6vw, 6.5rem); background: radial-gradient(circle at 25% 35%, rgba(42,181,170,.13), transparent 44%), linear-gradient(90deg, var(--night) 0%, rgba(5,9,10,.97) 66%, rgba(5,9,10,.68) 84%, transparent 100%); }
.eyebrow { margin: 0 0 1rem; color: var(--orange-bright); font-size: .79rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2 { margin: 0; font-weight: 850; line-height: .98; letter-spacing: -.055em; }
h1 { max-width: 760px; font-size: clamp(3.35rem, 7vw, 6.5rem); }
h1 span { color: var(--teal); }
.hero-intro { max-width: 640px; margin: 2rem 0 0; color: #ced5d4; font-size: clamp(1.08rem, 1.7vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2.2rem; }
.hero-art { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: #081112; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .9; filter: saturate(.88) contrast(1.04); transform: scaleX(-1); }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,9,10,.42), transparent 38%), linear-gradient(180deg, rgba(5,9,10,.2), transparent 32%); }
.hero-mark { position: absolute; right: 1.7rem; bottom: -2.5rem; z-index: 2; color: rgba(255,255,255,.06); font-size: clamp(10rem, 24vw, 21rem); font-weight: 900; line-height: 1; letter-spacing: -.12em; }
.timetable-section { padding: clamp(5rem, 8vw, 8rem) max(1.25rem, calc((100vw - var(--max)) / 2)); background: #f2f0ea; color: #0a0e0f; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(260px, 480px); align-items: end; gap: 3rem; margin-bottom: 2.2rem; }
.section-heading h2 { font-size: clamp(2.5rem, 5vw, 4.6rem); }
.section-heading > p { margin: 0; color: #4e5b5c; }
.timetable-launch { position: relative; display: grid; grid-template-columns: 1.15fr 1fr; align-items: center; min-height: 430px; overflow: hidden; background: #10191a; color: white; box-shadow: 0 24px 65px rgba(16, 28, 29, .14); }
.timetable-launch::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 18% 45%, rgba(42,181,170,.3), transparent 34%), linear-gradient(115deg, transparent 45%, rgba(255,255,255,.04)); }
.timetable-preview { position: relative; z-index: 1; margin: clamp(1.5rem, 4vw, 3rem); padding: 1rem; background: rgba(5,9,10,.8); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 24px 50px rgba(0,0,0,.26); transform: rotate(-1.5deg); }
.timetable-preview-head { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: .75rem; color: #d8dfde; font-size: .7rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.timetable-preview-head span:last-child { color: var(--teal); }
.timetable-preview-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .45rem; }
.preview-day { display: flex; flex-direction: column; gap: .45rem; min-width: 0; padding: .6rem; background: rgba(255,255,255,.045); border-top: 2px solid rgba(255,255,255,.16); }
.preview-day b { margin-bottom: .2rem; color: #f4f4f0; font-size: .78rem; text-transform: uppercase; }
.preview-event { display: block; min-height: 58px; padding: .5rem; background: rgba(42,181,170,.18); border-left: 2px solid var(--teal); color: #eef4f3; font-size: .69rem; font-style: normal; font-weight: 750; line-height: 1.25; }
.preview-event em { display: block; margin-bottom: .2rem; color: #9ddbd5; font-size: .64rem; font-style: normal; font-weight: 850; letter-spacing: .04em; }
.preview-event.preview-kids, .preview-event.preview-junior { background: rgba(242,101,34,.17); border-left-color: var(--orange); }
.preview-event.preview-kids em, .preview-event.preview-junior em { color: #ffad82; }
.preview-event.preview-mma { background: rgba(255,255,255,.08); border-left-color: #d4d8d7; }
.preview-event.preview-morning { background: rgba(255,255,255,.06); border-left-color: #71807f; }
.timetable-launch-copy { position: relative; z-index: 1; max-width: 650px; padding: clamp(2rem, 5vw, 5rem); }
.timetable-kicker { margin: 0 0 .7rem; color: var(--teal); font-size: .79rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.timetable-launch h3 { font-size: clamp(2.4rem, 5vw, 4.9rem); }
.timetable-launch-copy > p:not(.timetable-kicker) { margin: 1.3rem 0 1.8rem; color: #c7d0cf; font-size: 1.08rem; }
.timetable-page { min-height: 100vh; background: #f2f0ea; color: #0a0e0f; }
.timetable-page-main { padding: clamp(3.5rem, 7vw, 7rem) max(1.25rem, calc((100vw - var(--max)) / 2)); }
.timetable-page-heading { display: grid; grid-template-columns: 1fr minmax(260px, 470px); align-items: end; gap: 3rem; margin-bottom: 2.2rem; }
.timetable-page-heading h1 { max-width: 800px; color: #0a0e0f; font-size: clamp(3rem, 7vw, 6rem); }
.timetable-page-heading > div > p:last-child, .timetable-page-heading > p { color: #4e5b5c; }
.timetable-page-heading .eyebrow { color: var(--orange); }
.timetable-page .clubright-timetable-widget { box-shadow: 0 22px 60px rgba(10,20,21,.1); }
.timetable-filters { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1rem; }
.timetable-filter { min-height: 44px; padding: .65rem 1rem; border: 1px solid #aeb6b3; border-radius: 0; background: transparent; color: #172122; font: 800 .9rem/1 Inter, ui-sans-serif, system-ui, sans-serif; cursor: pointer; }
.timetable-filter:hover, .timetable-filter:focus-visible { border-color: #172122; outline: none; }
.timetable-filter:focus-visible { box-shadow: 0 0 0 3px rgba(42,181,170,.28); }
.timetable-filter.is-active { border-color: #172122; background: #172122; color: white; }
.clubright-widget { color-scheme: light; color: #0a0e0f; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.clubright-timetable-widget { min-height: 340px; padding: clamp(1rem, 3vw, 2rem); background: #f8f8f4; }
.widget-loading, .widget-fallback { margin: 0; padding: 1rem; background: #fff; border-left: 4px solid var(--teal); color: #52605f; }
.widget-fallback p { margin: 0 0 1rem; }
#clubrighttimetable .cr-widget-body { padding: 0 !important; }
#clubrighttimetable .cr-row { margin: 0 !important; }
#clubrighttimetable .cr-col-12 { width: 100% !important; padding: 0 !important; }
#clubrighttimetable .cr-display-6 { margin-top: 1.8rem; color: #0a0e0f; font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 850; letter-spacing: -.03em; }
#clubrighttimetable .cr-display-6:first-child { margin-top: 0; }
#clubrighttimetable .cr-display-6 small { color: #61706f; font-size: .65em; font-weight: 700; }
#clubrighttimetable hr { margin: .45rem 0 1rem; border: 0; border-top: 1px solid #d6dcd9; opacity: 1; }
#clubrighttimetable .event-card { margin-bottom: .7rem; border-radius: 0; box-shadow: 0 8px 24px rgba(10,20,21,.08); }
#clubrighttimetable .event-card__btn { text-decoration: none; }
#clubrighttimetable #bookingCalendar > .cr-row:not(:has(.event-card)) { display: none; }
.memberships-section { padding: clamp(5rem, 9vw, 9rem) max(1.25rem, calc((100vw - var(--max)) / 2)); background: #dfe8e6; color: #0a0e0f; }
.membership-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.membership-card { display: flex; flex-direction: column; min-height: 330px; padding: clamp(1.35rem, 3vw, 2rem); background: #f8f8f4; border: 1px solid rgba(10,14,15,.13); box-shadow: 0 14px 32px rgba(10,20,21,.06); }
.membership-card-accent { background: #10191a; color: white; border-top: 5px solid var(--orange); }
.membership-card-offer { background: var(--orange); color: #190b04; border-color: transparent; }
.membership-label { margin: 0 0 1rem; color: #526160; font-size: .75rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.membership-card-accent .membership-label { color: #ffad82; }
.membership-card-offer .membership-label { color: rgba(25,11,4,.72); }
.membership-card h3 { max-width: 18ch; }
.membership-price { display: flex; align-items: baseline; gap: .6rem; margin: 1.5rem 0 .8rem; }
.membership-price strong { font-size: 2.75rem; line-height: 1; letter-spacing: -.06em; }
.membership-price span { color: #5a6665; font-size: .84rem; font-weight: 700; }
.membership-card-accent .membership-price span { color: #aeb8b7; }
.membership-card-offer .membership-price span { color: rgba(25,11,4,.7); }
.membership-card > p:not(.membership-label, .membership-price) { margin: 0 0 1.5rem; color: #52605f; }
.membership-card-accent > p:not(.membership-label, .membership-price) { color: #c7d0cf; }
.membership-card-offer > p:not(.membership-label, .membership-price) { color: rgba(25,11,4,.78); }
.card-link { display: flex; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1rem; border-top: 1px solid currentColor; font-weight: 850; text-decoration: none; }
.membership-foot { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 1.5rem; }
.membership-foot p { margin: 0; color: #52605f; font-size: .9rem; }
.membership-foot .button-secondary { flex: 0 0 auto; border-color: #172122; background: #172122; color: white; }
.classes-section { padding: clamp(5rem, 9vw, 9rem) max(1.25rem, calc((100vw - var(--max)) / 2)); background: var(--night); }
.section-heading-dark > p { color: var(--muted); }
.class-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.class-card { min-width: 0; overflow: hidden; background: var(--panel); border: 1px solid var(--line); }
.class-image { aspect-ratio: 16 / 10; overflow: hidden; background: #eee8df; }
.class-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.class-card:hover .class-image img { transform: scale(1.035); }
.class-card-featured { transform: translateY(2.5rem); }
.class-copy { padding: 1.5rem 1.5rem 1.8rem; }
.class-meta { margin: 0 0 .55rem; color: var(--orange-bright); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
h3 { margin: 0; font-size: 1.7rem; line-height: 1.15; letter-spacing: -.035em; }
.class-copy > p:not(.class-meta) { min-height: 5rem; color: var(--muted); }
.class-copy a, .plain-link { color: var(--ink); font-weight: 750; text-underline-offset: .25rem; text-decoration-color: var(--orange); }
.reviews-section { padding: clamp(5rem, 9vw, 9rem) max(1.25rem, calc((100vw - var(--max)) / 2)); background: #10191a; }
.reviews-heading { display: flex; justify-content: space-between; align-items: end; gap: 3rem; margin-bottom: 2.4rem; }
.reviews-heading h2 { max-width: 800px; font-size: clamp(2.8rem, 5.5vw, 5.3rem); }
.review-score { display: grid; flex: 0 0 auto; justify-items: end; }
.review-score > span { color: var(--orange-bright); letter-spacing: .12em; }
.review-score strong { font-size: 2.8rem; line-height: 1; }
.review-score small { color: var(--muted); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.review-grid blockquote { display: flex; flex-direction: column; justify-content: space-between; min-height: 245px; margin: 0; padding: clamp(1.4rem, 3vw, 2rem); background: var(--panel-2); border: 1px solid var(--line); }
.review-grid blockquote p { margin: 0; color: #e2e7e6; font-size: 1.08rem; }
.review-grid blockquote footer { margin-top: 2rem; color: var(--teal); font-size: .82rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.reviews-link { display: inline-block; margin-top: 1.6rem; color: white; font-weight: 800; text-underline-offset: .3rem; text-decoration-color: var(--orange); }
.social-section { padding: clamp(5rem, 9vw, 9rem) max(1.25rem, calc((100vw - var(--max)) / 2)); background: #f2f0ea; color: #0a0e0f; }
.social-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.2rem; }
.social-heading h2 { max-width: 820px; font-size: clamp(2.7rem, 5.5vw, 5.2rem); }
.social-heading h2 span { color: var(--teal); }
.social-follow { flex: 0 0 auto; padding-bottom: .5rem; color: #172122; font-weight: 800; text-underline-offset: .3rem; text-decoration-color: var(--orange); }
.social-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.social-card { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #0b0f10; color: white; text-decoration: none; }
.social-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease, filter .4s ease; }
.social-card > span { position: absolute; inset: auto 0 0; display: block; padding: 3.5rem 1.25rem 1.2rem; background: linear-gradient(transparent, rgba(5,9,10,.92)); }
.social-card strong, .social-card small { display: block; }
.social-card strong { font-size: 1.1rem; }
.social-card small { margin-top: .15rem; color: #cbd2d1; font-size: .83rem; }
.social-card:hover img, .social-card:focus-visible img { transform: scale(1.025); filter: brightness(.9); }
.social-card:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.join-panel { display: grid; grid-template-columns: 1fr .8fr; gap: 4rem; align-items: end; padding: clamp(4rem, 8vw, 7rem) max(1.25rem, calc((100vw - var(--max)) / 2)); background: var(--orange); color: #190b04; }
.join-panel .eyebrow { color: #190b04; opacity: .7; }
.join-panel h2 { max-width: 740px; font-size: clamp(3rem, 6vw, 5.7rem); }
.join-copy p { margin: 0 0 1.5rem; font-size: 1.08rem; }
.join-panel .button-primary { background: #171d1e; color: white; }
.about-section { position: relative; display: grid; grid-template-columns: minmax(280px, .85fr) 1fr; align-items: center; gap: clamp(2.5rem, 6vw, 5.5rem); min-height: 620px; padding: clamp(5rem, 10vw, 10rem) max(1.25rem, calc((100vw - var(--max)) / 2)); overflow: hidden; background: var(--panel); }
.about-photo { position: relative; margin: 0; aspect-ratio: 1 / 1; overflow: hidden; box-shadow: 1.4rem 1.4rem 0 rgba(42,181,170,.13); }
.about-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); pointer-events: none; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.04); }
.about-photo figcaption { position: absolute; left: 1rem; bottom: 1rem; padding: .5rem .7rem; background: rgba(5,9,10,.84); color: #dbe2e1; font-size: .76rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.about-copy { position: relative; z-index: 1; max-width: 690px; }
.about-copy h2 { margin-bottom: 2rem; font-size: clamp(3rem, 5.5vw, 5.4rem); }
.about-copy p:not(.eyebrow) { color: #c8d0cf; font-size: 1.08rem; }
.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); padding: clamp(5rem, 9vw, 9rem) max(1.25rem, calc((100vw - var(--max)) / 2)); background: var(--night); }
.faq-intro h2 { font-size: clamp(3rem, 5.5vw, 5.2rem); }
.faq-intro > p:last-child { max-width: 520px; color: var(--muted); font-size: 1.05rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.5rem 3rem 1.5rem 0; font-size: 1.12rem; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .5rem; top: 1.35rem; color: var(--orange); font-size: 1.5rem; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: -.4rem 3rem 1.7rem 0; color: var(--muted); }
.visit-section { display: grid; grid-template-columns: 1fr .8fr; gap: clamp(3rem, 7vw, 7rem); padding: clamp(5rem, 9vw, 9rem) max(1.25rem, calc((100vw - var(--max)) / 2)); background: #f2f0ea; color: #0a0e0f; }
.visit-intro h2 { max-width: 720px; font-size: clamp(3rem, 6vw, 5.8rem); }
.visit-intro > p:not(.eyebrow) { max-width: 580px; margin: 2rem 0; color: #4e5b5c; font-size: 1.1rem; }
.visit-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; }
.visit-section .button-secondary { border-color: #172122; background: #172122; color: white; }
.visit-section .plain-link { color: #172122; }
.enquiry-widget-wrap { margin-top: 3rem; padding-top: 2.5rem; border-top: 1px solid #d6d2ca; }
.enquiry-widget-wrap > p { margin: .5rem 0 1.5rem; color: #667071; }
.enquiry-cta .button { margin-top: .25rem; }
.clubright-enquiry-widget { min-height: 420px; }
#clubrightenquiryform .container { width: 100%; max-width: none; padding: 0; }
#clubrightenquiryform .row { --bs-gutter-x: 1rem; }
#clubrightenquiryform .registerForm .form-control { margin-bottom: .8rem; padding: .85rem .9rem; border: 1px solid #b9bfbd; border-radius: 0; background: white; color: #0a0e0f; font: inherit; text-align: left !important; }
#clubrightenquiryform .registerForm .form-control:focus { outline: 3px solid rgba(42,181,170,.28); border-color: #147b73; box-shadow: none; }
#clubrightenquiryform h3 { margin: 1rem 0 .45rem; font: 800 1.15rem/1.2 Inter, ui-sans-serif, system-ui, sans-serif; }
#clubrightenquiryform p { margin: .35rem 0; color: #52605f; }
#clubrightenquiryform table { margin: .6rem 0; font-size: .9rem; }
#clubrightenquiryform .btn-success { min-height: 48px; padding: .75rem 1.2rem; border: 0; border-radius: 0; background: var(--orange); color: #160a04; font-weight: 800; }
.hours-card { padding: clamp(1.5rem, 4vw, 2.5rem); background: #fff; border: 1px solid #d8d5ce; box-shadow: 0 22px 60px rgba(10,20,21,.09); }
.hours-card h3 { margin-bottom: 1rem; }
.hours-card dl { margin: 0; }
.hours-card dl > div { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: .62rem 0; border-bottom: 1px solid #e7e4dd; }
.hours-card dt { color: #50595a; }
.hours-card dd { margin: 0; font-weight: 750; }
.hours-card > p { margin: 1.1rem 0 0; color: #667071; font-size: .9rem; }
.site-footer { display: grid; grid-template-columns: 1fr 1.4fr auto; align-items: center; gap: 2rem; padding: 2.3rem max(1.25rem, calc((100vw - var(--max)) / 2)); background: #040707; border-top: 1px solid var(--line); }
.footer-brand { display: flex; align-items: center; gap: .8rem; }
.footer-brand img { width: 56px; height: 56px; object-fit: contain; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand span, .footer-note { color: var(--muted); font-size: .84rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem 1.25rem; }
.footer-links a { color: #c4cccc; text-decoration: none; font-size: .88rem; }
.footer-links a:hover, .footer-links a:focus-visible { color: white; }
.footer-note { margin: 0; white-space: nowrap; }

@media (max-width: 860px) {
  .site-header { grid-template-columns: 1fr auto; gap: 1rem; }
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; align-items: center; gap: .55rem; }
  .mobile-nav { position: absolute; left: 0; right: 0; top: 100%; display: grid; padding: .6rem max(1.25rem, calc((100vw - var(--max)) / 2)) 1.2rem; background: rgba(5,9,10,.98); border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(0,0,0,.28); }
  .mobile-nav[hidden] { display: none; }
  .mobile-nav a { padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.08); color: #dce3e2; font-weight: 750; text-decoration: none; }
  .hero { display: grid; min-height: 0; }
  .hero-copy { width: 100%; min-height: 570px; background: radial-gradient(circle at 25% 35%, rgba(42,181,170,.13), transparent 44%), var(--night); }
  .hero-art { position: relative; min-height: 0; aspect-ratio: 16 / 9; }
  .hero-art::after { background: linear-gradient(0deg, var(--night), transparent 26%); }
  .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .timetable-launch { grid-template-columns: 1fr; }
  .timetable-preview { margin-bottom: 0; }
  .timetable-launch-copy { margin-left: auto; max-width: 620px; }
  .timetable-page-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .membership-grid { grid-template-columns: repeat(2, 1fr); }
  .class-grid { grid-template-columns: 1fr; }
  .class-card-featured { transform: none; }
  .class-copy > p:not(.class-meta) { min-height: 0; }
  .social-heading { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .social-grid { grid-template-columns: repeat(3, minmax(220px, 1fr)); overflow-x: auto; padding: 0 1rem 1rem 0; scroll-snap-type: x proximity; }
  .social-card { scroll-snap-align: start; }
  .reviews-heading { align-items: flex-start; flex-direction: column; }
  .review-score { justify-items: start; }
  .review-grid { grid-template-columns: 1fr; }
  .review-grid blockquote { min-height: 0; }
  .join-panel, .about-section, .visit-section { grid-template-columns: 1fr; gap: 2.5rem; }
  .faq-section { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-photo { width: min(100%, 620px); }
  .site-footer { grid-template-columns: 1fr; justify-items: start; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .promo-bar { align-items: flex-start; gap: .45rem; flex-direction: column; }
  .site-header { min-height: 68px; padding-block: .45rem; }
  .brand span { font-size: .9rem; }
  .brand img { width: 44px; height: 44px; }
  .button-small { padding-inline: .75rem; }
  .menu-toggle-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  .hero-copy { min-height: 520px; padding-block: 4.5rem; }
  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }
  .hero-actions .button { width: 100%; }
  .timetable-launch { min-height: 480px; }
  .timetable-preview { margin: 1rem; padding: .75rem; transform: none; overflow-x: auto; }
  .timetable-preview-grid { grid-template-columns: repeat(4, minmax(105px, 1fr)); }
  .timetable-launch-copy .button { width: 100%; }
  .clubright-timetable-widget { padding: .75rem; }
  .timetable-filters { display: grid; grid-template-columns: 1fr 1fr; }
  .timetable-filter { width: 100%; }
  #clubrighttimetable .event-card__content { gap: .65rem; }
  #clubrighttimetable .event-card__meta { display: none; }
  .membership-grid { grid-template-columns: 1fr; }
  .membership-card { min-height: 0; }
  .membership-foot { align-items: stretch; flex-direction: column; }
  .membership-foot .button { width: 100%; }
  .social-grid { grid-template-columns: 82vw 82vw 82vw; }
  .join-panel .button { width: 100%; }
  #clubrightenquiryform .btn-success { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
