@import url('/assets/fonts/fonts.css');

:root {
  --ink: #0a0a0a;
  --panel: #191919;
  --paper: #f7f7f5;
  --white: #fff;
  --accent: #ffcc01;
  --accent-hover: #ffdc52;
  --brand-red: #ff2f35;
  --red-text: #bf2028;
  --muted: #bdbdbd;
  --body: 'DM Sans', Arial, sans-serif;
  --display: 'Barlow Condensed', Impact, 'Arial Narrow', sans-serif;
  --serif: 'DM Serif Display', Georgia, serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 116px; }
body { margin: 0; background: var(--ink); color: var(--white); font: 1rem/1.7 var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex="0"]:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
.section-light a:focus-visible, .section-light button:focus-visible, .section-light summary:focus-visible, .section-light [tabindex="0"]:focus-visible { outline-color: var(--red-text); }
::selection { background: var(--accent); color: var(--ink); }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 700; line-height: 1.05; }
h2 { font-size: clamp(3rem, 5.1vw, 4.5rem); }
.wrap { width: min(calc(100% - 96px), 1280px); margin-inline: auto; }
.section-space { padding-block: 88px; }
.section-light { background: var(--paper); color: var(--ink); }
.eyebrow, .small-label { font-size: .875rem; font-weight: 700; line-height: 1.5; letter-spacing: .095em; }
.eyebrow { display: flex; align-items: center; gap: 14px; }
.small-label { display: block; }
.line { width: 28px; height: 2px; background: var(--accent); flex-shrink: 0; }
.dark-eyebrow { color: #555; }
.dark-eyebrow .line { background: var(--brand-red); }
.serif-accent { font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -.035em; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; min-height: 50px; padding: 14px 22px; background: var(--accent); border: 1px solid var(--accent); color: var(--ink); font-size: .9375rem; font-weight: 700; line-height: 1.5; transition: background .18s; }
.button:hover { background: var(--accent-hover); border-color: var(--accent-hover); }
.button span { font-size: 1.25rem; }
.button-small { min-height: 44px; padding: 10px 17px; font-size: .875rem; }
.button-dark { background: var(--ink); border-color: var(--ink); color: var(--white); }
.button-dark:hover { background: #333; border-color: #333; }
.text-link, .inline-link { display: inline-flex; align-items: center; gap: 13px; font-size: .9375rem; font-weight: 600; line-height: 1.6; padding-block: 10px; }
.text-link:hover { color: var(--accent); }
.inline-link { text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.inline-link:hover { color: var(--accent); }
.section-light .inline-link:hover { color: var(--red-text); }
.skip-link { position: fixed; left: 20px; top: 12px; z-index: 100; padding: 10px 20px; background: white; color: black; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.location-bar { background: var(--accent); color: var(--ink); }
.location-inner { display: flex; align-items: center; justify-content: space-between; min-height: 35px; gap: 20px; font-size: .8125rem; font-weight: 600; letter-spacing: .065em; }
.location-inner a:hover { text-decoration: underline; }
.site-header { position: sticky; top: 0; z-index: 20; background: var(--ink); border-bottom: 1px solid #ffffff25; }
.nav-wrap { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand-logo { display: flex; align-items: center; gap: 13px; flex-shrink: 0; max-width: 100%; }
.brand-badge { width: 76px; height: 76px; object-fit: contain; flex-shrink: 0; }
.brand-label { font-family: var(--display); font-weight: 700; font-size: 1.8rem; line-height: 1.05; white-space: nowrap; }
.brand-label small { display: block; margin-top: 7px; color: var(--accent); font-family: var(--body); font-size: .75rem; line-height: 1.3; font-weight: 600; letter-spacing: .07em; }
.site-header nav { display: flex; align-items: center; gap: 25px; }
.site-header nav > a:not(.button) { font-size: .9375rem; font-weight: 500; padding-block: 12px; }
.site-header nav > a:not(.button):hover { color: var(--accent); }
.menu-toggle { display: none; }
.hero { position: relative; isolation: isolate; overflow: hidden; min-height: 650px; }
.hero-image-wrap { position: absolute; inset: 0 0 0 33%; z-index: -2; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 60% center; }
.hero-image-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, #0a0a0a, #0a0a0ab8 24%, #0a0a0a08 74%), linear-gradient(0deg, #0a0a0a90, transparent 50%); }
.hero-inner { display: flex; justify-content: space-between; min-height: 650px; }
.hero-copy { padding: 65px 0 42px; position: relative; z-index: 1; }
.hero h1 { font-size: clamp(4.5rem, 7vw, 6.5rem); line-height: .99; letter-spacing: -.01em; margin: 25px 0; }
.hero h1 > span { color: var(--accent); }
.hero-description { max-width: 455px; color: #dedede; font-size: 1.0625rem; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 27px; flex-wrap: wrap; }
.hero-location { display: flex; align-items: center; gap: 14px; margin-top: 35px; font-size: .8125rem; font-weight: 500; letter-spacing: .08em; color: #ccc; }
.hero-location span { color: var(--accent); }
.image-caption { align-self: end; display: flex; flex-direction: column; text-align: right; padding-bottom: 40px; font-family: var(--display); font-weight: 600; font-size: 1.45rem; line-height: 1.1; text-shadow: 0 1px 15px black; }
.caption-rule { height: 2px; width: 34px; align-self: end; background: var(--accent); margin: 14px 0; }
.caption-label { font-family: var(--body); font-size: .75rem; letter-spacing: .12em; }
.service-strip { background: var(--brand-red); color: var(--ink); }
.strip-inner { display: flex; align-items: center; justify-content: space-between; min-height: 62px; gap: 20px; font-family: var(--display); font-size: 1.375rem; font-weight: 600; letter-spacing: .06em; }
.quick-start { border-bottom: 1px solid #deded9; }
.quick-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.quick-grid > a { display: flex; align-items: center; gap: 15px; min-height: 115px; padding: 24px 22px; border-right: 1px solid #deded9; }
.quick-grid > a:first-child { padding-left: 0; }
.quick-grid > a:last-child { padding-right: 0; border: 0; }
.quick-grid > a:hover strong { color: var(--red-text); }
.quick-number { font: 600 1.75rem/1 var(--display); color: var(--red-text); }
.quick-grid strong { display: block; font-size: .9375rem; line-height: 1.45; }
.quick-grid small { display: block; font-size: .875rem; color: #626262; line-height: 1.5; margin-top: 4px; }
.quick-arrow { margin-left: auto; font-size: 1.25rem; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 40px; }
.section-heading h2 { margin-top: 18px; }
.section-heading > p { max-width: 370px; color: #555; padding-bottom: 5px; }
.equipment-tabs { display: none; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid #d5d5d0; }
.has-tabs .equipment-tabs { display: grid; }
.equipment-tabs button { min-height: 62px; padding: 14px; border: 0; border-right: 1px solid #d5d5d0; background: transparent; color: var(--ink); font-size: 1rem; font-weight: 600; position: relative; }
.equipment-tabs button:last-child { border-right: 0; }
.equipment-tabs button:hover { background: #ebebe7; }
.equipment-tabs button[aria-selected='true'] { background: var(--ink); color: var(--white); }
.equipment-tabs button[aria-selected='true']::after { content: ''; position: absolute; height: 4px; bottom: 0; left: 0; right: 0; background: var(--accent); }
.equipment-panel { display: grid; grid-template-columns: 1.15fr 1fr; border: 1px solid #d5d5d0; border-top: 0; background: white; }
.equipment-panel[hidden] { display: none; }
.equipment-copy { padding: 34px 42px 31px; }
.equipment-copy .small-label { color: var(--red-text); }
.equipment-copy h3 { font-size: clamp(2.5rem, 3.5vw, 3.25rem); margin-top: 16px; }
.equipment-copy > p { color: #555; max-width: 510px; margin-top: 18px; }
.equipment-copy .inline-link { margin-top: 13px; }
.equipment-notes { background: #edede8; padding: 35px 42px; border-left: 1px solid #d5d5d0; display: flex; flex-direction: column; justify-content: center; }
.equipment-notes .small-label { color: #555; }
.equipment-notes ul { padding-left: 20px; margin: 20px 0; }
.equipment-notes li { padding-left: 5px; margin-bottom: 8px; font-weight: 500; }
.equipment-notes li::marker { color: var(--red-text); }
.availability-note { color: #616161; font-size: .875rem; border-top: 1px solid #ccc; padding-top: 19px; }
.services { border-bottom: 1px solid #ffffff25; }
.services-layout { display: grid; grid-template-columns: .9fr 1.2fr; gap: 90px; }
.services-intro h2 { margin-top: 20px; }
.services-intro h2 .serif-accent { color: var(--accent); }
.services-intro > p:not(.eyebrow) { color: #c6c6c6; margin-top: 22px; max-width: 390px; }
.services-intro .button { margin-top: 28px; }
.services-intro > p.service-quote-note { font-size: .875rem; margin-top: 17px; }
.service-menu { border-top: 1px solid #ffffff35; }
.service-row { display: grid; grid-template-columns: 36px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid #ffffff35; }
.service-number { color: var(--accent); font: 600 1.5rem/1.2 var(--display); }
.service-row h3 { font-size: 2rem; margin-bottom: 13px; }
.service-row p { color: #c6c6c6; }
.service-footnote { display: block; font-size: .875rem; color: #b0b0b0; margin-top: 14px; }
.service-row .inline-link { color: var(--accent); margin-top: 5px; }
.beginner .section-heading > p { max-width: 330px; }
.beginner-steps { padding: 0; margin: 0; list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.beginner-steps li { border-top: 4px solid var(--accent); padding-top: 22px; }
.step-number { font: 600 2.5rem/1 var(--display); color: var(--red-text); }
.beginner-steps h3 { font-size: 1.9rem; margin: 18px 0 14px; }
.beginner-steps p { color: #555; }
.beginner-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 30px; margin-top: 35px; border-top: 1px solid #d5d5d0; }
.beginner-footer p { font-weight: 600; }
.coaching-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.coach-visual { position: relative; align-self: stretch; min-height: 590px; overflow: hidden; background: var(--panel); }
.coach-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.coach-visual::after { content: ''; position: absolute; inset: 60% 0 0; background: linear-gradient(transparent, #0009); }
.coach-image-tag { position: absolute; z-index: 1; left: 26px; bottom: 26px; max-width: calc(100% - 52px); background: var(--accent); color: var(--ink); padding: 10px 15px; font-size: .8125rem; line-height: 1.5; font-weight: 700; letter-spacing: .07em; }
.coach-copy h2 { font-size: clamp(2.8rem, 4.1vw, 3.8rem); margin-top: 21px; }
.coach-copy h2 .serif-accent { color: var(--accent); }
.coach-name { display: flex; align-items: center; gap: 15px; margin: 27px 0 22px; }
.coach-name-line { width: 3px; height: 43px; background: var(--accent); }
.coach-name h3 { font-size: 1.45rem; }
.coach-name p { font-size: .875rem; color: #bdbdbd; margin-top: 4px; }
.coach-copy > p:not(.eyebrow) { color: #c6c6c6; }
.lesson-options { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; border-block: 1px solid #ffffff35; margin-top: 26px; padding-block: 22px; }
.lesson-options h3 { font-family: var(--body); font-size: 1rem; color: var(--accent); line-height: 1.5; }
.lesson-options p { font-size: .9375rem; color: #c6c6c6; margin-top: 8px; }
.lesson-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 20px; margin-top: 25px; }
.coach-copy > p.lesson-note { font-size: .875rem; margin-top: 15px; color: #bdbdbd; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.3fr; gap: 90px; }
.faq-intro h2 { margin-top: 20px; }
.faq-intro > p:not(.eyebrow) { color: #555; max-width: 300px; margin-top: 25px; }
.faq-intro .inline-link { margin-top: 20px; }
.faq-list { border-top: 1px solid #cecec9; }
.faq-list details { border-bottom: 1px solid #cecec9; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 23px 0; font-size: 1.0625rem; line-height: 1.5; font-weight: 600; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; color: var(--red-text); font-size: 1.5rem; line-height: 1; font-weight: 400; flex-shrink: 0; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details[open] summary { padding-bottom: 12px; }
.faq-list summary:hover { color: var(--red-text); }
.faq-answer { padding: 0 35px 23px 0; color: #555; }
.faq-answer a { color: var(--red-text); text-decoration: underline; text-underline-offset: 3px; }
.faq-answer > a { display: inline-block; margin-top: 12px; font-size: .9375rem; font-weight: 600; }
.visit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; margin-top: 24px; }
.visit-intro h2 .serif-accent { color: var(--accent); }
.visit-intro > p { max-width: 405px; color: #c6c6c6; margin-top: 24px; }
.visit-intro .button { margin-top: 27px; }
.location-panel { background: var(--panel); padding: 33px 35px; border-top: 4px solid var(--accent); }
.location-panel > .small-label { color: var(--accent); }
.location-panel address { font-size: 1.25rem; line-height: 1.7; font-style: normal; margin-top: 17px; }
.hours-note { border-top: 1px solid #ffffff35; padding-top: 20px; margin-top: 22px; }
.hours-note strong { font-size: .9375rem; }
.hours-note p { color: #bdbdbd; font-size: .9375rem; margin-top: 5px; }
.location-phone { display: inline-block; margin-top: 20px; font: 600 1.8rem/1.3 var(--display); }
.location-phone:hover { color: var(--accent); }
.contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; margin-top: 55px; }
.contact-grid > a { display: flex; flex-direction: column; border-top: 1px solid #ffffff40; padding-top: 22px; }
.contact-grid .small-label { color: var(--accent); font-size: .8125rem; }
.contact-grid strong { margin-top: 11px; font-size: 1.0625rem; line-height: 1.5; overflow-wrap: anywhere; }
.contact-grid > a > span:last-child { font-size: .875rem; color: #bdbdbd; margin-top: 5px; }
.contact-grid > a:hover strong { color: var(--accent); }
.facebook-banner { background: var(--accent); color: var(--ink); padding: 40px 0; }
.facebook-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.facebook-brand { min-width: 0; flex: 1; }
.facebook-brand .eyebrow { font-size: .8125rem; }
.brand-banner { width: min(100%, 620px); height: auto; margin-top: 14px; object-fit: contain; }
.button-outline { background: transparent; border-color: var(--ink); flex-shrink: 0; }
.button-outline:hover { background: var(--ink); border-color: var(--ink); color: white; }
.site-footer { padding: 36px 0; border-top: 1px solid #ffffff25; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-logo .brand-badge { width: 64px; height: 64px; }
.footer-logo .brand-label { font-size: 1.6rem; }
.site-footer p { font-size: .875rem; color: #d3d3d3; }
.site-footer p > span { font-size: .8125rem; color: #aaa; }
.back-top { display: inline-flex; align-items: center; gap: 18px; font-size: .875rem; color: var(--accent); }
.mobile-actions { display: none; }

@media (min-width: 1550px) {
  .hero, .hero-inner { min-height: 690px; }
  .hero-copy { padding-top: 78px; }
  .hero h1 { font-size: 7rem; }
}
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .nav-wrap { min-height: 84px; flex-wrap: wrap; gap: 15px; }
  .brand-badge { width: 65px; height: 65px; }
  .brand-label { font-size: 1.6rem; }
  .site-header nav { flex-wrap: wrap; padding-bottom: 15px; }
  .js .menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; width: 46px; height: 46px; padding: 10px; border: 1px solid #ffffff50; background: transparent; color: var(--accent); }
  .menu-toggle span { width: 22px; height: 2px; background: currentColor; transition: transform .18s; }
  .menu-toggle[aria-expanded='true'] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-toggle[aria-expanded='true'] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .js .site-header nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--ink); border-bottom: 1px solid #ffffff40; padding: 12px 32px 26px; max-height: calc(100dvh - 84px); overflow: auto; flex-direction: column; align-items: stretch; gap: 0; }
  .js .site-header nav.is-open { display: flex; }
  .site-header nav > a:not(.button) { padding: 14px 0; border-top: 1px solid #ffffff25; }
  .site-header nav .button { align-self: flex-start; margin-top: 10px; }
  html { scroll-padding-top: 104px; }
  .hero h1 { font-size: clamp(4.8rem, 8.5vw, 6rem); }
  .hero-image-wrap { left: 29%; }
  .hero-copy { padding-top: 60px; }
  .hero, .hero-inner { min-height: 630px; }
  .quick-grid > a { padding-inline: 17px; gap: 11px; }
  .quick-number { display: none; }
  .section-heading { gap: 35px; }
  .section-heading > p { max-width: 310px; }
  .services-layout, .faq-layout { gap: 50px; }
  .coaching-grid { gap: 42px; }
  .visit-grid { gap: 50px; }
  .equipment-copy, .equipment-notes { padding-inline: 30px; }
  .beginner-steps { gap: 28px; }
  .contact-grid { gap: 23px; }
}
@media (max-width: 760px) {
  body { padding-bottom: calc(62px + env(safe-area-inset-bottom)); }
  .wrap { width: calc(100% - 40px); }
  .section-space { padding-block: 58px; }
  .location-inner { justify-content: center; min-height: 32px; font-size: .75rem; letter-spacing: .045em; }
  .location-detail, .top-phone { display: none; }
  .nav-wrap { min-height: 80px; }
  .brand-badge { width: 60px; height: 60px; }
  .brand-label { font-size: 1.55rem; }
  .brand-label small { letter-spacing: .02em; }
  .brand-logo { gap: 10px; }
  .js .site-header nav { padding-inline: 20px; max-height: calc(100dvh - 150px - env(safe-area-inset-bottom)); }
  .hero, .hero-inner { min-height: 655px; }
  .hero-copy { padding: 41px 0 34px; }
  .hero-image-wrap { inset: 0; }
  .hero-image { opacity: .7; object-position: 61% center; }
  .hero-image-wrap::after { background: linear-gradient(90deg, #0a0a0af5, #0a0a0abc 48%, #0a0a0a44), linear-gradient(0deg, #0a0a0a, transparent 60%); }
  .hero h1 { font-size: clamp(3.7rem, 11.9vw, 5.7rem); line-height: 1.02; margin: 25px 0; }
  .hero .eyebrow { font-size: .75rem; letter-spacing: .06em; gap: 10px; }
  .hero .line { width: 22px; }
  .hero-description { font-size: 1rem; max-width: 350px; }
  .hero-actions { gap: 12px 20px; margin-top: 25px; }
  .hero-actions .button { padding-inline: 17px; font-size: .875rem; gap: 16px; }
  .hero .text-link { font-size: .875rem; }
  .hero-location { margin-top: 28px; gap: 9px; letter-spacing: .04em; font-size: .75rem; }
  .image-caption, .desktop-break { display: none; }
  .strip-inner { justify-content: center; flex-wrap: wrap; gap: 4px 15px; padding-block: 13px; min-height: 64px; font-size: 1.0625rem; letter-spacing: .035em; line-height: 1.4; }
  .strip-inner > span:nth-child(4) { display: none; }
  .strip-inner > span:last-child { flex-basis: 100%; text-align: center; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-grid > a, .quick-grid > a:first-child, .quick-grid > a:last-child { padding: 18px 0; min-height: 85px; border: 0; }
  .quick-grid > a + a { border-top: 1px solid #deded9; }
  .quick-number { display: block; margin-right: 9px; }
  .quick-grid strong { font-size: 1rem; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading h2, h2 { font-size: clamp(2.8rem, 9.3vw, 3.65rem); }
  .section-heading > p, .beginner .section-heading > p { max-width: 100%; margin-top: 22px; }
  .eyebrow, .small-label { font-size: .8125rem; }
  .equipment-tabs { grid-template-columns: 1fr 1fr; }
  .equipment-tabs button { min-height: 56px; font-size: .9375rem; }
  .equipment-tabs button:nth-child(2) { border-right: 0; }
  .equipment-tabs button:nth-child(-n+2) { border-bottom: 1px solid #d5d5d0; }
  .equipment-panel { grid-template-columns: 1fr; }
  .equipment-copy { padding: 27px 24px; }
  .equipment-copy h3 { font-size: 2.5rem; }
  .equipment-notes { padding: 25px 24px; border-left: 0; border-top: 1px solid #d5d5d0; }
  .equipment-notes ul { margin: 16px 0; }
  .equipment-notes li { font-size: .9375rem; }
  .services-layout, .faq-layout, .coaching-grid, .visit-grid { grid-template-columns: 1fr; gap: 36px; }
  .services-intro > p:not(.eyebrow) { max-width: 100%; }
  .service-row { gap: 15px; grid-template-columns: 28px 1fr; padding-block: 24px; }
  .service-row h3 { font-size: 1.85rem; }
  .beginner-steps { grid-template-columns: 1fr; gap: 25px; }
  .beginner-steps li { padding-top: 18px; }
  .step-number { font-size: 2rem; }
  .beginner-steps h3 { font-size: 1.9rem; margin-top: 12px; }
  .beginner-footer { flex-direction: column; align-items: flex-start; gap: 20px; margin-top: 28px; padding-top: 25px; }
  .coach-visual { min-height: 350px; aspect-ratio: 1.1; }
  .coach-image-tag { left: 20px; bottom: 20px; max-width: calc(100% - 40px); font-size: .75rem; }
  .coach-copy h2 { font-size: clamp(2.65rem, 8.7vw, 3.6rem); }
  .lesson-options { gap: 20px; }
  .lesson-actions { gap: 8px 18px; }
  .faq-layout { gap: 30px; }
  .faq-intro > p:not(.eyebrow) { max-width: 100%; margin-top: 20px; }
  .faq-intro .inline-link { margin-top: 12px; }
  .faq-list summary { font-size: 1rem; padding-block: 21px; }
  .faq-answer { padding-right: 14px; }
  .location-panel { padding: 27px 25px; }
  .location-panel address { font-size: 1.125rem; }
  .visit-grid { margin-top: 22px; }
  .contact-grid { grid-template-columns: 1fr; gap: 24px; margin-top: 35px; }
  .contact-grid > a { padding-top: 19px; }
  .facebook-inner { display: block; }
  .facebook-brand { margin-bottom: 25px; }
  .facebook-brand .eyebrow { font-size: .75rem; letter-spacing: .06em; }
  .facebook-banner { padding-block: 32px; }
  .footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 24px 15px; }
  .footer-logo { grid-column: 1/-1; }
  .site-footer p { font-size: .8125rem; }
  .back-top { font-size: .8125rem; gap: 10px; }
  .mobile-actions { position: fixed; z-index: 25; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 62px; padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); gap: 8px; background: var(--ink); border-top: 1px solid #ffffff40; box-shadow: 0 -5px 20px #0002; }
  .mobile-actions a { display: flex; justify-content: center; align-items: center; gap: 10px; min-height: 46px; font-size: .875rem; line-height: 1.5; font-weight: 700; background: var(--accent); color: var(--ink); }
  .mobile-actions a + a { background: transparent; color: white; border: 1px solid #ffffff55; }
  html { scroll-padding-bottom: 85px; }
}
@media (max-width: 380px) {
  .wrap { width: calc(100% - 32px); }
  .brand-badge { width: 50px; height: 50px; }
  .brand-logo { gap: 8px; }
  .brand-label { font-size: 1.3rem; }
  .brand-label small { font-size: .75rem; letter-spacing: -.01em; }
  .js .menu-toggle { width: 42px; height: 42px; }
  .hero, .hero-inner { min-height: 630px; }
  .hero h1 { font-size: 11.7vw; }
  .hero .eyebrow { letter-spacing: .01em; }
  .hero-location { letter-spacing: 0; }
  .lesson-options { grid-template-columns: 1fr; gap: 17px; }
  .equipment-copy, .equipment-notes { padding-inline: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .location-bar, .site-header, .hero-image-wrap, .image-caption, .quick-start, .service-strip, .coach-visual, .facebook-banner, .site-footer, .mobile-actions, .button, .text-link, .equipment-tabs { display: none !important; }
  body { background: white; color: black; padding: 0; }
  .wrap { width: 100%; }
  .hero, .hero-inner { min-height: 0; }
  .hero-copy, .section-space { padding: 25px 0; }
  .hero h1 { font-size: 40pt; }
  h2, .coach-copy h2 { font-size: 28pt; }
  .hero-description, .service-row p, .services-intro > p:not(.eyebrow), .coach-copy > p:not(.eyebrow), .visit-intro > p, .hours-note p { color: #333; }
  .services-layout, .coaching-grid, .faq-layout, .visit-grid { display: block; }
  .equipment-panel[hidden] { display: grid !important; }
  .location-panel { color: black; background: white; }
  .service-row { break-inside: avoid; }
}

/* Shared page navigation and compact page introductions. */
.site-header nav > a[aria-current='page'] { color: var(--accent); text-decoration: underline; text-underline-offset: 7px; text-decoration-thickness: 2px; }
.footer-site-nav { display: flex; flex-wrap: wrap; gap: 12px 28px; border-top: 1px solid #ffffff25; margin-top: 28px; padding-top: 22px; font-size: .875rem; }
.footer-site-nav a:hover, .footer-site-nav a[aria-current='page'] { color: var(--accent); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; color: #666; font-size: .875rem; line-height: 1.6; margin-bottom: 32px; }
.breadcrumb a { text-decoration: underline; text-underline-offset: 4px; }
.breadcrumb a:hover { color: var(--red-text); }
.breadcrumb-dark { color: #bdbdbd; }
.breadcrumb-dark a:hover { color: var(--accent); }
.page-intro { padding: 30px 0 55px; }
.page-intro-grid { display: grid; grid-template-columns: 1.1fr 1fr; align-items: end; gap: 80px; }
.page-intro h1 { font-size: clamp(4rem, 6.5vw, 6rem); line-height: 1.01; margin-top: 19px; }
.page-intro h1 .serif-accent { color: var(--red-text); }
.page-intro-copy { padding-bottom: 8px; }
.page-intro-copy > p { max-width: 445px; color: #555; font-size: 1.0625rem; }
.page-intro-copy .button { margin-top: 25px; }
.page-sections { border-block: 1px solid #d5d5d0; }
.page-sections .wrap { display: flex; align-items: center; flex-wrap: wrap; gap: 16px 34px; min-height: 70px; padding-block: 16px; }
.page-sections span { color: #666; font-size: .8125rem; font-weight: 700; letter-spacing: .08em; margin-right: auto; }
.page-sections a { font-size: .9375rem; font-weight: 600; text-decoration: underline; text-underline-offset: 5px; }
.page-sections a:hover { color: var(--red-text); }

/* Home offers a short overview; full details live on their own pages. */
.home-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid #d5d5d0; }
.home-service-grid article { display: flex; flex-direction: column; padding: 30px 28px; border-right: 1px solid #d5d5d0; }
.home-service-grid article:first-child { padding-left: 0; }
.home-service-grid article:last-child { padding-right: 0; border-right: 0; }
.home-service-grid .small-label { color: var(--red-text); }
.home-service-grid h3 { font-size: 2.1rem; margin-top: 20px; }
.home-service-grid p { color: #555; margin-top: 17px; flex-grow: 1; }
.home-service-grid .inline-link { align-self: start; margin-top: 20px; }
.home-first-step { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 25px; }
.home-first-step p { font-weight: 600; }
.home-coach-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.home-coach-visual { min-height: 430px; }
.home-coach-copy h2 { margin-top: 20px; }
.home-coach-copy h2 .serif-accent { color: var(--accent); }
.home-coach-copy .owner-label { color: var(--accent); font-size: .9375rem; margin-top: 20px; }
.home-coach-copy > p:not(.eyebrow):not(.owner-label) { color: #c6c6c6; margin-top: 18px; }
.home-coach-copy .button { margin-top: 27px; }
.home-visit { padding-block: 62px; }
.home-visit-grid { display: grid; grid-template-columns: 1.3fr 1fr; align-items: center; gap: 70px; }
.home-visit h2 { font-size: clamp(2.5rem, 4vw, 3.5rem); margin-top: 17px; }
.home-visit address { font-style: normal; font-size: 1rem; margin-top: 22px; }
.home-visit p:not(.eyebrow) { color: #555; margin-top: 7px; font-size: .9375rem; }
.home-visit-actions { display: flex; flex-direction: column; align-items: flex-start; justify-self: end; }
.home-phone { font: 600 2.5rem/1.2 var(--display); margin-bottom: 20px; }
.home-phone:hover { color: var(--red-text); }
.home-visit-actions .inline-link { margin-top: 9px; }

/* Lessons and location each have their own first-screen content. */
.lesson-hero, .visit-hero { padding-top: 30px; }
.lesson-hero h1 { font-size: clamp(3rem, 4.4vw, 4.15rem); line-height: 1.02; margin-top: 21px; }
.lesson-hero h1 .serif-accent { color: var(--accent); }
.lesson-hero .coaching-grid { align-items: center; }
.lesson-start + .faq, .beginner + .faq { border-top: 1px solid #d5d5d0; }
.visit-hero h1 { font-size: clamp(4rem, 6.5vw, 6rem); }
.visit-hero h1 .serif-accent { color: var(--accent); }
.page-cta { padding-block: 45px; }
.page-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.page-cta h2 { font-size: clamp(2.2rem, 3.1vw, 3rem); margin-top: 14px; }
.page-cta-actions { display: flex; flex-direction: column; align-items: flex-start; flex-shrink: 0; gap: 6px; }

@media (max-width: 1100px) {
  .page-intro-grid, .home-coach-grid { gap: 45px; }
  .page-sections .wrap { gap: 18px 24px; }
  .home-service-grid article { padding-inline: 22px; }
  .home-visit-grid { gap: 40px; }
  .js .nav-wrap { flex-wrap: nowrap; }
  .js .nav-wrap .brand-logo { min-width: 0; flex-shrink: 1; }
  .js .nav-wrap .brand-label { white-space: normal; overflow-wrap: anywhere; }
  .menu-toggle { flex-shrink: 0; }
}
@media (max-width: 760px) {
  h1, h2, h3 { overflow-wrap: anywhere; }
  .footer-site-nav { gap: 13px 22px; margin-top: 25px; padding-top: 20px; }
  .breadcrumb { margin-bottom: 24px; font-size: .8125rem; }
  .page-intro { padding: 24px 0 35px; }
  .page-intro-grid { grid-template-columns: 1fr; gap: 25px; }
  .page-intro h1 { font-size: clamp(3.35rem, 11vw, 5rem); margin-top: 16px; }
  .page-intro-copy > p { max-width: none; font-size: 1rem; }
  .page-intro-copy { padding: 0; }
  .page-intro-copy .button { margin-top: 21px; }
  .page-sections .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; padding-block: 19px; }
  .page-sections span { display: none; }
  .page-sections a { font-size: .875rem; }
  .home-service-grid { grid-template-columns: 1fr; }
  .home-service-grid article, .home-service-grid article:first-child, .home-service-grid article:last-child { padding: 25px 0; border-right: 0; }
  .home-service-grid article + article { border-top: 1px solid #d5d5d0; }
  .home-service-grid h3 { font-size: 2rem; margin-top: 15px; }
  .home-service-grid .inline-link { margin-top: 13px; }
  .home-first-step { display: block; margin-top: 24px; }
  .home-first-step .inline-link { margin-top: 3px; }
  .home-coach-grid { grid-template-columns: 1fr; gap: 34px; }
  .home-coach-visual { min-height: 330px; aspect-ratio: 1.1; }
  .home-visit { padding-block: 48px; }
  .home-visit-grid { grid-template-columns: 1fr; gap: 26px; }
  .home-visit h2 { font-size: 2.75rem; }
  .home-visit-actions { justify-self: start; }
  .home-phone { font-size: 2.2rem; margin-bottom: 16px; }
  .lesson-hero, .visit-hero { padding-top: 24px; }
  .lesson-hero h1 { font-size: clamp(2.65rem, 8.7vw, 3.8rem); }
  .lesson-hero .coaching-grid { display: flex; flex-direction: column; }
  .lesson-hero .coach-copy { order: -1; }
  .lesson-hero .coach-visual { width: 100%; min-height: 350px; }
  .visit-hero h1 { font-size: clamp(3.5rem, 11.5vw, 5rem); }
  .page-cta { padding-block: 36px; }
  .page-cta-inner { flex-direction: column; align-items: flex-start; gap: 24px; }
  .page-cta h2 { font-size: 2.25rem; }
}
@media print {
  .breadcrumb, .page-sections, .footer-site-nav { display: none !important; }
  .page-intro-grid, .home-coach-grid, .home-visit-grid, .page-cta-inner { display: block; }
  .page-intro, .home-visit, .page-cta { padding: 25px 0; }
  .page-intro h1, .visit-hero h1, .lesson-hero h1 { font-size: 32pt; }
  .home-coach-copy > p:not(.eyebrow):not(.owner-label) { color: #333; }
}

/* Owner introduction and lessons within Services. */
.coach-name .about-name { font: 600 1.5rem/1.2 var(--display); margin: 0; }
.services-lessons .coaching-grid { align-items: center; }
.services-lessons .coach-name a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 760px) { .services-lessons .coaching-grid { display: flex; flex-direction: column; } .services-lessons .coach-copy { order: -1; } .services-lessons .coach-visual { width: 100%; } }

.site-header nav > a.button[aria-current="page"] { color: var(--ink); }

/* One shared footer for visiting, contacting, and following the shop. */
.unified-footer { background: var(--accent); color: var(--ink); padding: 58px 0 24px; border-top: 0; }
.footer-main-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.unified-footer .eyebrow { color: var(--ink); font-size: .875rem; }
.footer-visit-copy h2 { font-size: clamp(2.5rem, 4vw, 3.5rem); margin-top: 18px; }
.footer-visit-copy address { font-style: normal; font-size: 1rem; margin-top: 22px; }
.unified-footer .footer-hours { color: #353019; font-size: 1rem; margin-top: 8px; }
.footer-phone { display: inline-block; font: 600 2.3rem/1.25 var(--display); margin-top: 24px; }
.footer-phone:hover { text-decoration: underline; text-underline-offset: 5px; }
.footer-contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; margin-top: 14px; }
.unified-footer .inline-link { color: var(--ink); }
.footer-community { min-width: 0; }
.footer-community .brand-banner { width: 100%; margin: 18px 0 22px; }
.footer-bottom { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 30px; border-top: 1px solid #0a0a0a40; margin-top: 44px; padding-top: 24px; }
.footer-bottom .footer-site-nav { border: 0; margin: 0 auto 0 0; padding: 0; gap: 14px 24px; }
.unified-footer .footer-site-nav a:hover, .unified-footer .footer-site-nav a[aria-current='page'] { color: var(--ink); text-decoration: underline; text-underline-offset: 5px; }
.unified-footer .footer-copyright, .unified-footer .back-top { color: var(--ink); font-size: .875rem; }
@media (max-width: 1100px) { .footer-main-grid { gap: 36px; } }
@media (max-width: 760px) { .unified-footer { padding-top: 44px; } .footer-main-grid { grid-template-columns: 1fr; gap: 36px; } .footer-community { border-top: 1px solid #0a0a0a40; padding-top: 30px; } .footer-community .brand-banner { max-width: 500px; } .footer-bottom { margin-top: 32px; gap: 20px; } .footer-bottom .footer-site-nav { flex-basis: 100%; } .footer-bottom .back-top { margin-left: auto; } }

/* Black bottom row beneath the yellow contact footer. */
.unified-footer { padding-bottom: 0; }
.footer-bottom-band { background: var(--ink); color: white; margin-top: 44px; }
.footer-bottom-band .footer-bottom { margin-top: 0; border-top: 0; padding-block: 24px; }
.footer-bottom-band .footer-site-nav a,
.footer-bottom-band .footer-site-nav a:hover,
.footer-bottom-band .footer-site-nav a[aria-current='page'],
.unified-footer .footer-bottom-band .footer-copyright,
.unified-footer .footer-bottom-band .back-top { color: white; }
@media (max-width: 760px) { .footer-bottom-band { margin-top: 32px; } }

.footer-community { text-align: center; }
.footer-community .eyebrow { justify-content: center; }
.footer-community .brand-banner { margin-inline: auto; }

.combined-faq-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: start; }
.combined-faq-grid h3 { font-size: 2rem; margin-bottom: 22px; }
.combined-faq-contact { margin-top: 28px; }
@media (max-width: 760px) { .combined-faq-grid { grid-template-columns: minmax(0, 1fr); gap: 36px; } }

/* Size the home hero to the available screen height, without clipping content. */
.home-page .hero { min-height: 0; overflow: visible; }
.home-page .hero-image-wrap { overflow: hidden; }
.home-page .hero-copy { min-width: 0; }
@media (min-width: 761px) {
  .home-page .hero-inner { min-height: min(650px, max(0px, calc(100svh - 132px))); align-items: center; }
  .home-page .hero-copy { padding-block: clamp(16px, 2.5svh, 36px); }
  .home-page .hero h1 { font-size: clamp(3rem, min(6.5vw, 9svh), 6rem); line-height: 1.02; margin-block: clamp(12px, 2svh, 20px); }
  .home-page .hero-description { line-height: 1.6; }
  .home-page .hero-actions { margin-top: 18px; }
  .home-page .hero-location { margin-top: 18px; }
  .home-page .image-caption { padding-bottom: 28px; }
}
@media (min-width: 761px) and (max-height: 760px) {
  .home-page .hero-location, .home-page .image-caption { display: none; }
}
@media (max-width: 760px) {
  .home-page .hero-inner { min-height: 0; }
  .home-page .hero-copy { padding-block: 32px; width: 100%; }
}

#equipment-heading { white-space: nowrap; font-size: clamp(1.7rem, 5.3vw, 4.5rem); }
.equipment .section-heading { flex-wrap: wrap; }
