/* Timo Tennis & Padel — klantversie 2 (interne v3). Intens padelblauw en graveloranje. */
@font-face {
  font-family: Barlow;
  src: url('fonts/barlow-latin-400.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Barlow;
  src: url('fonts/barlow-latin-600.woff2') format('woff2');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
:root {
  --blue: #0f4b83;
  --blue-deep: #0b3a65;
  --ink: #102039;
  --orange: #b9441e;
  --orange-deep: #963617;
  /* Gedeelde accentkleur voor de grote kop, trainingsknop en het ronde label. */
  --hero-accent: var(--sky);
  --white: #fffefa;
  --sky: #edf4fa;
  --muted: #4d6478;
  --line: #cbdce9;
  --body: Barlow, Arial, sans-serif;
  --max: 1160px;
  --gutter: clamp(22px, 5vw, 76px);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
::selection { color: var(--ink); background: #ffd0ae; }
a { color: inherit; -webkit-tap-highlight-color: transparent; }
button { font: inherit; -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 600; letter-spacing: -.04em; line-height: 1.08; }
h2 { font-size: clamp(36px, 4.3vw, 54px); }
h3 { font-size: 36px; }
p { overflow-wrap: break-word; }
img { display: block; max-width: 100%; height: auto; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
.site-header a:focus-visible, .site-header button:focus-visible, .hero a:focus-visible { outline-color: #ffd0ae; }
.contact a:focus-visible { outline-color: var(--white); }
.wrap { width: min(calc(100% - var(--gutter) * 2), var(--max)); margin-inline: auto; }
.eyebrow { font-size: 12px; font-weight: 600; letter-spacing: .07em; }
.icon {
  width: 22px; height: 22px; fill: none; stroke: currentColor;
  stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0;
}
.svg-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link {
  position: fixed; top: 12px; left: 16px; z-index: 20; padding: 12px 20px;
  color: var(--white); background: var(--orange); transform: translateY(-160%);
}
.skip-link:focus { transform: none; }

/* Blauwe opening met gecentreerde tekst en twee echte sportfoto's. */
.site-header { color: var(--white); background: var(--blue); position: relative; z-index: 5; }
.header-inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.brand-symbol { display: grid; place-items: center; width: 38px; height: 38px; }
.brand-symbol .icon { width: 35px; height: 35px; transform: rotate(-24deg); stroke-width: 1.5; }
.brand-name { font-size: 35px; font-weight: 600; letter-spacing: -.07em; line-height: 1; margin-top: -4px; }
.brand-description { font-size: 10px; line-height: 1.3; margin-left: 3px; }
.navigation { display: flex; align-items: center; gap: 31px; }
.navigation > a { font-size: 13px; font-weight: 600; text-decoration: none; min-height: 44px; display: inline-flex; align-items: center; }
.navigation > a:not(.nav-contact):hover { text-decoration: underline; text-underline-offset: 5px; }
.navigation .nav-contact { gap: 18px; padding: 9px 19px; border: 1px solid #fefeff8a; border-radius: 28px; transition: background .2s; }
.nav-contact:hover { background: #ffffff16; }
.nav-contact .icon { width: 16px; height: 16px; }
.menu-toggle { display: none; }
.hero { color: var(--white); background: var(--blue); overflow: hidden; position: relative; isolation: isolate; padding-bottom: 32px; }
.hero-heading { text-align: center; position: relative; z-index: 1; padding-top: 27px; }
.hero-heading .eyebrow { color: #dbedfb; margin-bottom: 18px; }
h1 { font-size: clamp(56px, 6.4vw, 94px); line-height: .99; letter-spacing: -.055em; }
h1 span { color: var(--hero-accent); }
.hero-intro { font-size: 16px; line-height: 1.65; margin: 23px auto 0; color: #e4f2fc; }
.hero-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 26px; margin-top: 25px; }
.button {
  display: inline-flex; justify-content: center; align-items: center; gap: 13px;
  min-height: 50px; padding: 13px 22px; border: 1px solid transparent; border-radius: 30px;
  font-size: 13px; font-weight: 600; line-height: 1.4; text-decoration: none;
  transition: background .2s, transform .2s;
}
.button .icon { width: 19px; height: 19px; }
.button:hover { transform: translateY(-2px); }
.button-accent { background: var(--hero-accent); color: var(--ink); }
.hero-more { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; font-size: 12px; text-decoration: none; }
.hero-more > span:first-child { text-decoration: underline; text-underline-offset: 5px; text-decoration-color: #ffffff8a; }
.hero-more:hover > span:first-child { text-decoration-color: white; }
.hero-court { position: absolute; width: 1260px; max-width: none; left: calc(50% - 630px); top: 125px; z-index: -1; transform: rotate(-16deg); opacity: .13; }
.hero-court svg { display: block; width: 100%; stroke: #dbeef9; stroke-width: .85; }
.hero-gallery { position: relative; width: min(950px, calc(100% - 80px)); height: 366px; margin: 49px auto 22px; }
.gallery-photo { position: absolute; background: var(--white); color: var(--ink); padding: 10px 10px 0; box-shadow: 0 14px 30px #034b782b; }
.gallery-photo img { width: 100%; height: 277px; object-fit: cover; }
.gallery-photo figcaption { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 8px 5px; font-size: 11px; }
.gallery-photo figcaption > span:first-child { font-size: 16px; font-weight: 600; letter-spacing: -.025em; }
.gallery-photo figcaption > span:last-child { color: var(--muted); }
.gallery-photo.gallery-padel figcaption { padding-left: 38px; }
.gallery-tennis { width: 43%; left: 3%; top: 16px; transform: rotate(-6deg); z-index: 1; }
.gallery-tennis img { object-position: center 46%; }
.gallery-padel { width: 51%; right: 3%; top: 3px; transform: rotate(5deg); }
.gallery-padel img { object-position: center 53%; }
.play-stamp {
  position: absolute; z-index: 2; left: 42%; top: -20px; width: 102px; height: 102px;
  border-radius: 50%; color: var(--ink); background: var(--hero-accent);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  transform: rotate(-12deg); border: 1px dashed #729fb9;
}
.play-stamp .icon { width: 25px; height: 25px; margin-bottom: 5px; }
.play-stamp > span { font-weight: 600; font-size: 13px; line-height: 1.15; text-align: center; }
.hero-regions { display: flex; align-items: center; justify-content: center; gap: 26px; color: #e4f2fc; font-size: 11px; }
.hero-regions p > span { font-weight: 600; margin-right: 7px; color: white; }
.region-divider { color: #f3a078; font-size: 18px; }
.maker-credit { text-align: center; color: var(--muted); padding: 17px var(--gutter); font-size: 12px; border-bottom: 1px solid #e0e8ed; }
.maker-credit a { color: var(--blue-deep); text-underline-offset: 3px; }

/* Een compact trainerprofiel, gevolgd door open dienstenrijen. */
.coach { display: flex; align-items: center; gap: 62px; max-width: 1020px; padding-block: 95px; }
.coach-portrait { position: relative; width: 210px; flex: 0 0 210px; }
.coach-portrait img { width: 210px; aspect-ratio: 1; border-radius: 50%; object-fit: cover; object-position: center; }
.portrait-scribble { position: absolute; right: -10px; bottom: -14px; font-size: 25px; font-weight: 600; font-style: italic; color: var(--orange-deep); transform: rotate(-12deg); background: var(--white); padding: 0 8px; border-radius: 50%; }
.coach-copy { flex: 1; min-width: 0; }
.coach .eyebrow { color: var(--blue); margin-bottom: 13px; }
.coach h2 { font-size: clamp(31px, 3.2vw, 43px); }
.coach-copy > p:not(.eyebrow) { color: var(--muted); font-size: 15px; margin-top: 20px; }
.coach-credentials { display: flex; gap: 23px; list-style: none; padding: 0; margin: 23px 0 0; }
.coach-credentials li { font-size: 11px; color: var(--muted); }
.coach-credentials strong { color: var(--ink); display: block; font-size: 13px; font-weight: 600; }
.offerings { padding: 77px 0 55px; background: var(--sky); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; margin-bottom: 45px; }
.section-heading .eyebrow { color: var(--blue); margin-bottom: 18px; }
.section-heading > p { font-size: 14px; color: var(--muted); padding-bottom: 4px; }
.offer-row { display: grid; grid-template-columns: .9fr 1.2fr 1fr; gap: 48px; padding-block: 38px; border-top: 1px solid #b0c8dc; align-items: start; }
.sport-tag { display: inline-block; font-size: 10px; font-weight: 600; padding: 3px 10px; border: 1px solid #e69771; border-radius: 15px; color: var(--orange-deep); margin-bottom: 15px; }
.clinic-row .sport-tag { color: var(--blue-deep); border-color: #91b1cf; }
.offer-title h3 { font-size: 36px; }
.offer-audience { display: block; font-size: 12px; color: var(--muted); margin-top: 9px; }
.offer-description { font-size: 14px; color: var(--muted); padding-top: 4px; }
.offer-location { color: var(--ink); display: flex; gap: 8px; align-items: baseline; font-size: 12px; margin-top: 19px; }
.location-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--orange-deep); flex-shrink: 0; }
.clinic-row .location-dot { background: var(--blue); }
.level-note { display: block; margin-top: 6px; font-size: 11px; }
.offer-action { padding-left: 28px; border-left: 1px solid var(--line); }
.price { display: flex; gap: 10px; align-items: baseline; }
.price strong { color: var(--orange); font-size: 58px; letter-spacing: -.045em; line-height: 1; font-weight: 600; }
.clinic-row .price strong { color: var(--blue); }
.price > span { color: var(--muted); font-size: 12px; }
.price-note { font-size: 11px; color: var(--muted); margin-top: 10px; line-height: 1.6; }
.offer-action .button { margin-top: 18px; min-height: 46px; font-size: 12px; padding: 10px 17px; gap: 12px; }
.button-blue { background: var(--blue); color: white; }
.button-blue:hover { background: var(--blue-deep); }
.button-outline { border-color: #83a4c2; color: var(--blue-deep); }
.button-outline:hover { background: #dfeaf4; }

/* Een gezamenlijke, centrale contactuitnodiging in graveloranje. */
.contact { color: var(--white); background: var(--orange); position: relative; overflow: hidden; isolation: isolate; }
.contact-inner { padding-block: 74px 68px; text-align: center; position: relative; }
.contact .eyebrow { margin-bottom: 16px; }
.contact h2 { font-size: clamp(45px, 5.5vw, 76px); }
.contact-inner > p:not(.eyebrow) { font-size: 15px; margin: 23px auto 27px; max-width: 580px; }
.contact .button { min-height: 54px; padding-inline: 25px; }
.button-white { background: var(--white); color: var(--ink); }
.button-white:hover { background: #fff0e3; }
.contact-alternatives { display: flex; justify-content: center; align-items: center; gap: 24px; margin-top: 21px; font-size: 13px; }
.contact-alternatives > a { min-height: 44px; display: flex; align-items: center; gap: 10px; text-decoration: none; }
.contact-alternatives .icon { width: 18px; height: 18px; }
.contact-alternatives > a > span { text-decoration: underline; text-underline-offset: 5px; text-decoration-color: #fffefa80; }
.contact-alternatives > a:hover > span { text-decoration-color: currentColor; }
.contact-alternatives > span { color: inherit; font-size: 11px; }
.contact-court { position: absolute; z-index: -1; width: 850px; left: calc(50% - 425px); top: 5px; transform: rotate(12deg); opacity: .38; }
.contact-court svg { display: block; width: 100%; stroke: #633716; stroke-width: 1.1; }
.site-footer { padding-block: 33px 21px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-bottom: 26px; }
.site-footer .brand-symbol { color: var(--blue); }
.site-footer .brand-name { font-size: 32px; color: var(--blue-deep); }
.site-footer .brand-description { font-size: 9px; }
.footer-top > p { color: var(--muted); font-size: 12px; }
.back-top { font-size: 11px; display: inline-flex; align-items: center; gap: 15px; min-height: 44px; text-decoration: none; }
.back-top:hover > span:first-child { text-decoration: underline; text-underline-offset: 4px; }
.back-top > span:last-child { font-size: 19px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: flex-start; gap: 25px; border-top: 1px solid #dce5eb; padding-top: 17px; color: var(--muted); font-size: 11px; }
.business-details { max-width: 340px; min-width: 175px; }
.business-details summary { display: flex; align-items: center; justify-content: flex-end; gap: 25px; min-height: 32px; list-style: none; cursor: pointer; }
.business-details summary::-webkit-details-marker { display: none; }
.business-details summary > span { font-size: 18px; transition: transform .2s; }
.business-details[open] summary > span { transform: rotate(45deg); }
.business-details > div { font-size: 12px; padding-top: 12px; }
.business-details p + p { margin-top: 12px; }
.business-details a { text-underline-offset: 3px; }

@media (max-width: 1050px) {
  .navigation { gap: 23px; }
  .hero-gallery { width: min(850px, calc(100% - 60px)); height: 330px; }
  .gallery-photo img { height: 240px; }
  .gallery-photo figcaption > span:last-child { font-size: 10px; }
  .play-stamp { width: 90px; height: 90px; top: -18px; }
  .coach { gap: 40px; padding-block: 75px; }
  .coach-portrait { width: 175px; flex-basis: 175px; }
  .coach-portrait img { width: 175px; }
  .coach-credentials { gap: 17px; }
  .offer-row { gap: 30px; grid-template-columns: .85fr 1.05fr 1fr; }
  .offer-title h3 { font-size: 32px; }
  .offer-action { padding-left: 20px; }
  .offer-action .button { font-size: 11px; gap: 8px; padding-inline: 12px; }
  .offer-action .button .icon { width: 16px; height: 16px; }
  .section-heading > p { max-width: 300px; }
}
@media (max-width: 760px) {
  .header-inner { min-height: 78px; gap: 18px; }
  .brand-symbol { width: 29px; height: 29px; }
  .brand-symbol .icon { width: 29px; height: 29px; }
  .brand-name { font-size: 31px; }
  .brand-description { font-size: 9px; margin-left: 0; }
  .brand { gap: 8px; }
  .navigation { flex-wrap: wrap; gap: 10px 17px; justify-content: flex-end; }
  .navigation > a { font-size: 11px; }
  .navigation .nav-contact { min-height: 38px; padding: 7px 12px; gap: 10px; }
  .menu-toggle:not([hidden]) { display: flex; align-items: center; gap: 11px; min-height: 44px; padding: 10px 0 10px 10px; border: 0; color: inherit; background: none; font-size: 12px; cursor: pointer; }
  .menu-lines { width: 22px; height: 13px; border-block: 1.5px solid; position: relative; }
  .menu-lines::after { content: ''; position: absolute; top: 4.5px; width: 100%; left: 0; border-top: 1.5px solid; }
  .js .navigation { display: none; }
  .js .navigation.is-open {
    display: flex; position: absolute; top: 78px; left: 0; right: 0; padding: 16px var(--gutter) 23px;
    flex-direction: column; align-items: stretch; background: var(--blue-deep); gap: 5px; box-shadow: 0 12px 20px #123c4920;
  }
  .js .navigation a { padding: 12px 8px; font-size: 14px; }
  .js .navigation .nav-contact { padding: 10px 16px; margin-top: 7px; justify-content: space-between; }
  .menu-toggle[aria-expanded='true'] .menu-lines { border: 0; }
  .menu-toggle[aria-expanded='true'] .menu-lines::before,
  .menu-toggle[aria-expanded='true'] .menu-lines::after { content: ''; position: absolute; top: 6px; left: 0; width: 100%; border-top: 1.5px solid; transform: rotate(45deg); }
  .menu-toggle[aria-expanded='true'] .menu-lines::after { transform: rotate(-45deg); }
  .hero { padding-bottom: 27px; }
  .hero-heading { padding-top: 30px; }
  .hero-heading .eyebrow { font-size: 11px; margin-bottom: 20px; }
  h1 { font-size: clamp(41px, 11.9vw, 77px); line-height: 1.03; letter-spacing: -.05em; }
  .hero-intro { font-size: 14px; line-height: 1.65; margin-top: 20px; max-width: 390px; }
  .hero-intro br { display: none; }
  .hero-actions { gap: 12px 23px; margin-top: 23px; }
  .hero .button { min-height: 48px; font-size: 12px; }
  .hero-more { font-size: 11px; }
  .hero-gallery { width: calc(100% - 38px); height: 310px; margin-top: 40px; margin-bottom: 18px; }
  .gallery-photo { padding: 7px 7px 0; }
  .gallery-photo img { height: 215px; }
  .gallery-tennis { width: 48%; left: 1%; top: 22px; transform: rotate(-7deg); }
  .gallery-padel { width: 53%; right: 0; top: 0; transform: rotate(6deg); }
  .gallery-photo figcaption { min-height: 36px; padding-inline: 4px; }
  .gallery-photo figcaption > span:first-child { font-size: 14px; }
  .gallery-photo figcaption > span:last-child { display: none; }
  .play-stamp { width: 82px; height: 82px; left: 39%; top: -18px; }
  .play-stamp .icon { width: 20px; height: 20px; margin-bottom: 3px; }
  .play-stamp > span { font-size: 11px; }
  .hero-court { width: 860px; left: calc(50% - 430px); top: 170px; }
  .hero-regions { gap: 10px 24px; flex-wrap: wrap; font-size: 10px; }
  .hero-regions p > span { margin-right: 4px; }
  .region-divider { display: none; }
  .maker-credit { font-size: 11px; padding-block: 16px; }
  .coach { gap: 30px; padding-block: 60px; flex-direction: column; align-items: flex-start; max-width: 600px; }
  .coach-portrait { width: 120px; flex-basis: auto; }
  .coach-portrait img { width: 120px; }
  .portrait-scribble { font-size: 22px; right: -24px; bottom: 0; }
  .coach .eyebrow { font-size: 11px; }
  .coach h2 { font-size: 34px; max-width: 450px; }
  .coach-copy > p:not(.eyebrow) { font-size: 14px; margin-top: 17px; }
  .coach-credentials { gap: 14px; margin-top: 22px; }
  .coach-credentials li { flex: 1; font-size: 10px; }
  .coach-credentials strong { font-size: 12px; }
  .offerings { padding-block: 57px 28px; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 20px; margin-bottom: 29px; }
  .section-heading .eyebrow { margin-bottom: 17px; }
  h2 { font-size: clamp(35px, 7.7vw, 48px); }
  .section-heading > p { max-width: 420px; font-size: 13px; }
  .offer-row { grid-template-columns: 1fr 1fr; gap: 23px 35px; padding-block: 30px; }
  .offer-title { grid-column: 1 / -1; }
  .offer-title h3 { font-size: 32px; }
  .sport-tag { font-size: 9px; margin-bottom: 12px; }
  .offer-audience { font-size: 11px; }
  .offer-description { font-size: 13px; padding-top: 0; }
  .offer-location { font-size: 11px; margin-top: 17px; }
  .offer-action { padding-left: 20px; }
  .price strong { font-size: 48px; }
  .price-note { font-size: 10px; }
  .offer-action .button { font-size: 11px; padding-inline: 14px; }
  .contact-inner { padding-block: 57px 48px; }
  .contact h2 { font-size: clamp(40px, 8.8vw, 58px); }
  .contact .eyebrow { font-size: 11px; }
  .contact-inner > p:not(.eyebrow) { font-size: 14px; margin-block: 20px 24px; max-width: 440px; }
  .contact-inner > p:not(.eyebrow) br { display: none; }
  .contact-alternatives { gap: 15px; flex-wrap: wrap; font-size: 12px; }
  .contact-court { width: 660px; left: calc(50% - 330px); top: 55px; }
  .footer-top { flex-wrap: wrap; gap: 19px; padding-bottom: 19px; }
  .footer-top > p { order: 3; width: 100%; font-size: 11px; }
  .back-top { font-size: 10px; gap: 12px; }
  .footer-bottom { font-size: 10px; }
  .business-details { min-width: 155px; }
  .business-details > div { font-size: 11px; }
}
@media (max-width: 460px) {
  .hero-heading { padding-top: 25px; }
  .hero-actions { flex-direction: column; gap: 4px; }
  .hero-gallery { height: 240px; margin-top: 28px; margin-bottom: 12px; }
  .gallery-photo img { height: 159px; }
  .gallery-photo figcaption { min-height: 31px; }
  .gallery-photo figcaption > span:first-child { font-size: 13px; }
  .gallery-tennis { top: 19px; }
  .play-stamp { width: 70px; height: 70px; left: 38%; top: -16px; }
  .play-stamp > span { font-size: 10px; }
  .play-stamp .icon { width: 17px; height: 17px; }
  .hero-regions { flex-direction: column; gap: 3px; font-size: 10px; }
  .hero-regions p > span { margin-right: 5px; }
  .offer-row { grid-template-columns: 1fr; gap: 18px; }
  .offer-action { padding: 19px 0 0; border-left: 0; border-top: 1px dashed var(--line); }
  .offer-action .button { font-size: 12px; min-height: 46px; }
  .price-note { font-size: 11px; }
  .offer-title h3 { font-size: 34px; }
  .offer-description { font-size: 14px; }
  .contact-alternatives { flex-direction: column; gap: 3px; margin-top: 20px; }
  .contact-alternatives > span { display: none; }
  .contact .button { font-size: 12px; padding-inline: 21px; }
  .site-footer .brand-name { font-size: 28px; }
  .site-footer .brand-description { font-size: 8px; }
  .site-footer .brand-symbol, .site-footer .brand-symbol .icon { width: 26px; height: 26px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .business-details { width: 100%; max-width: none; }
  .business-details summary { min-height: 44px; justify-content: space-between; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
