/*
Theme Name: Korty Gocław
Theme URI: https://kortygoclaw.pl/
Author: Korty Gocław
Description: Lekki, własny motyw dla Kortów Gocław — bez zależności od kreatora stron.
Version: 1.0.20
Text Domain: korty-goclaw
*/

@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/source-serif-4-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/source-serif-4-600.ttf') format('truetype');
}

@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/source-serif-4-700.ttf') format('truetype');
}

:root {
  --court: #173f3a;
  --court-deep: #0f2d29;
  --sun: #e5a844;
  --sun-deep: #9c5e12;
  --chalk: #f7f3ea;
  --chalk-bright: #fffdf8;
  --ink: #18211f;
  --muted: #59645f;
  --line: rgba(24, 33, 31, 0.14);
  --surface: #e9ece5;
  --danger: #a83d32;
  --shadow: 0 18px 50px rgba(15, 45, 41, 0.14);
  --radius: 15px;
  --content: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--chalk);
  color: var(--ink);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
img { display: block; height: auto; max-width: 100%; }
button, input, textarea { font: inherit; }
::selection { background: var(--sun); color: var(--ink); }

:focus-visible {
  outline: 2px solid var(--chalk-bright);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--court);
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.screen-reader-text:focus {
  clip: auto;
  clip-path: none;
  display: block;
  height: auto;
  left: 16px;
  padding: 10px 14px;
  top: 16px;
  width: auto;
  z-index: 1000;
}

.site-header {
  background: rgba(247, 243, 234, 0.94);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(12px);
}

.header-inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  min-height: 78px;
  width: var(--content);
}

.brand { color: var(--court); display: inline-flex; flex-direction: column; font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-size: 1.7rem; font-weight: 700; line-height: 0.9; text-decoration: none; }
.brand span { color: var(--sun-deep); font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 0.75rem; font-weight: 800; letter-spacing: 0.13em; margin-top: 8px; text-transform: uppercase; }

.site-nav { align-items: center; display: flex; gap: 24px; }
.site-nav a { color: var(--ink); font-size: 0.9rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover { color: var(--court); }

.header-call, .button-primary, .button-secondary {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  gap: 9px;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.header-call, .button-primary { background: var(--sun); color: var(--ink); }
.header-call:hover, .button-primary:hover { background: #f0ba5f; box-shadow: 0 10px 24px rgba(229, 168, 68, 0.28); transform: translateY(-2px); }
.header-phones { display: grid; gap: 3px; justify-items: stretch; text-align: center; }
.header-call { justify-content: center; min-height: 38px; padding: 7px 16px; }
.header-call span { font-size: 0.76rem; font-weight: 900; margin-right: 6px; text-transform: uppercase; }
.header-secondary-call { color: var(--court); font-size: 0.78rem; font-weight: 800; text-decoration: none; }
.header-secondary-call:hover { color: var(--sun-deep); }
.button-secondary { background: transparent; border: 1px solid rgba(247, 243, 234, 0.62); color: var(--chalk-bright); }
.button-secondary:hover { background: var(--chalk-bright); color: var(--court); }

.menu-toggle { background: none; border: 1px solid var(--line); border-radius: 9px; color: var(--court); display: none; font-weight: 800; min-height: 44px; padding: 8px 12px; }

.hero {
  background-color: var(--court);
  color: var(--chalk-bright);
  min-height: 620px;
  position: relative;
}

.hero-media { inset: 0; margin: 0; overflow: hidden; position: absolute; }
.hero-media img { height: 100%; object-fit: cover; object-position: center; width: 100%; }
.hero::before { background: linear-gradient(90deg, rgba(15, 45, 41, 0.96) 0%, rgba(15, 45, 41, 0.80) 48%, rgba(15, 45, 41, 0.30) 100%); content: ''; inset: 0; position: absolute; z-index: 1; }

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  margin: 0 auto;
  min-height: 620px;
  position: relative;
  width: var(--content);
  z-index: 2;
}

.hero-copy { align-self: center; max-width: 660px; padding: 72px 0; }
.hero h1, .section-title, .price-card h3, .contact-title { font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; }
.hero h1 { font-size: clamp(3.1rem, 6.4vw, 6.5rem); letter-spacing: -0.06em; line-height: 0.88; margin: 0; max-width: 720px; text-wrap: balance; }
.hero h1 em { color: var(--sun); font-style: normal; }
.hero p { color: rgba(255, 253, 248, 0.85); font-size: clamp(1.04rem, 1.55vw, 1.28rem); margin: 28px 0 0; max-width: 560px; }
.hero-quick-info { align-items: center; display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 20px; }
.hero-quick-info strong { color: var(--sun); font-size: 1.2rem; }
.hero-quick-info strong small { color: var(--chalk-bright); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.03em; white-space: nowrap; }
.hero-quick-info span { border-left: 1px solid rgba(255, 253, 248, 0.4); color: var(--chalk-bright); font-size: 0.9rem; font-weight: 700; padding-left: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero-policy { font-size: 0.82rem !important; line-height: 1.35; margin-top: 14px !important; }

.hero-board {
  align-self: center;
  background: var(--chalk-bright);
  border-radius: var(--radius);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.24);
  color: var(--ink);
  overflow: hidden;
  transform: rotate(1.3deg);
}

.board-top { align-items: center; background: var(--sun); display: flex; gap: 15px; justify-content: space-between; padding: 20px 22px; }
.board-top strong { font-size: 1.1rem; }
.board-top span { font-size: 0.82rem; font-weight: 800; text-transform: uppercase; }
.board-grid { display: grid; grid-template-columns: 1fr 1fr; }
.board-cell { border-bottom: 1px solid var(--line); min-height: 120px; padding: 22px; }
.board-cell:nth-child(odd) { border-right: 1px solid var(--line); }
.board-cell:last-child, .board-cell:nth-last-child(2) { border-bottom: 0; }
.board-cell span { color: var(--muted); display: block; font-size: 0.76rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.board-cell strong { display: block; font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-size: clamp(1.8rem, 3.2vw, 2.7rem); letter-spacing: -0.045em; line-height: 1; margin-top: 10px; }
.board-phones { display: grid; }
.board-call { background: var(--court); color: var(--chalk-bright); display: block; font-weight: 800; padding: 14px 22px; text-align: center; text-decoration: none; }
.board-call:hover { background: #23534c; }
.board-call-secondary { background: #143b35; border-top: 1px solid rgba(255, 253, 248, 0.17); color: rgba(255, 253, 248, 0.85); font-size: 0.86rem; }
.board-call-secondary:hover { background: #23534c; color: var(--chalk-bright); }

.section { padding: 100px 0; }
.section-inner { margin: 0 auto; width: var(--content); }
.section-heading { display: grid; gap: 18px; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); margin-bottom: 48px; }
.section-title { color: var(--court); font-size: clamp(2.45rem, 4vw, 4.6rem); letter-spacing: -0.055em; line-height: 0.9; margin: 0; text-wrap: balance; }
.section-intro { color: var(--muted); font-size: 1.12rem; margin: 6px 0 0; max-width: 620px; }

.steps { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.step { min-height: 196px; padding: 28px 28px 26px; }
.step + .step { border-left: 1px solid var(--line); }
.step-number { color: var(--sun-deep); display: block; font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-size: 2rem; line-height: 1; }
.step h3 { font-size: 1.08rem; margin: 14px 0 6px; }
.step p { color: var(--muted); margin: 0; }

.reservation-procedure { border-top: 1px solid var(--line); margin-top: 46px; padding-top: 46px; }
.procedure-heading { align-items: end; display: flex; gap: 24px; justify-content: space-between; margin-bottom: 26px; }
.procedure-heading .eyebrow { margin: 0 0 10px; }
.procedure-heading h3 { color: var(--court); font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 3vw, 3.25rem); letter-spacing: -0.05em; line-height: 0.92; margin: 0; }
.procedure-flow { background: rgba(23, 63, 58, 0.13); border-radius: 18px; display: grid; gap: 1px; grid-template-columns: repeat(3, 1fr); overflow: hidden; }
.procedure-step { --procedure-accent: var(--sun); background: var(--surface); min-height: 198px; overflow: hidden; padding: 25px; position: relative; }
.procedure-step::before { background: var(--procedure-accent); border-radius: 50%; content: ''; height: 8px; left: 25px; position: absolute; top: 22px; width: 8px; }
.procedure-step:not(:last-child)::after { background: var(--procedure-accent); border: 3px solid var(--surface); border-radius: 50%; content: ''; height: 10px; position: absolute; right: -7px; top: 33px; width: 10px; z-index: 2; }
.procedure-step--jarek:not(:last-child)::after { border-color: var(--sun); }
.procedure-step--jarek { --procedure-accent: var(--chalk-bright); background: var(--sun); }
.procedure-step--confirm { --procedure-accent: #9cc9b7; background: #e8f1ed; }
.procedure-role { color: var(--sun-deep); display: block; font-size: 0.74rem; font-weight: 900; letter-spacing: 0.13em; padding-left: 17px; text-transform: uppercase; }
.procedure-step--jarek .procedure-role { color: var(--court-deep); }
.procedure-count { color: rgba(23, 63, 58, 0.13); font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-size: 5.6rem; line-height: 0.8; position: absolute; right: 18px; top: 20px; }
.procedure-step--jarek .procedure-count { color: rgba(255, 253, 248, 0.35); }
.procedure-step h4 { color: var(--court); font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-size: 1.72rem; letter-spacing: -0.04em; line-height: 0.95; margin: 29px 0 10px; position: relative; }
.procedure-step p { color: var(--muted); margin: 0; max-width: 280px; position: relative; }
.procedure-step--jarek p { color: rgba(15, 45, 41, 0.78); }
.procedure-detail { align-items: center; background: var(--court-deep); display: grid; gap: clamp(32px, 7vw, 100px); grid-template-columns: minmax(255px, 0.75fr) minmax(0, 1.25fr); overflow: hidden; padding: clamp(28px, 5vw, 60px); position: relative; }
.procedure-detail::before { border: 1px solid rgba(229, 168, 68, 0.27); border-radius: 50%; content: ''; height: 500px; left: -335px; position: absolute; top: -265px; width: 500px; }
.phone-mockup { background: #171a1b; border: 8px solid #171a1b; border-radius: 30px; box-shadow: 0 20px 42px rgba(0, 0, 0, 0.3); margin: 0 auto; max-width: 300px; overflow: hidden; position: relative; width: 100%; z-index: 1; }
.phone-mockup::before { background: #171a1b; border-radius: 0 0 12px 12px; content: ''; height: 17px; left: 50%; position: absolute; top: 0; transform: translateX(-50%); width: 92px; z-index: 2; }
.phone-top { align-items: center; background: #2c3332; color: var(--chalk-bright); display: flex; font-size: 0.73rem; justify-content: space-between; min-height: 50px; padding: 0 14px; }
.phone-top span { align-items: center; background: var(--sun); border-radius: 50%; color: var(--ink); display: inline-flex; font-size: 0.95rem; font-weight: 900; height: 20px; justify-content: center; width: 20px; }
.phone-screen { background: #e7ebe6; display: grid; gap: 15px; min-height: 300px; padding: 18px 13px; position: relative; }
.phone-screen::before { color: #74807c; content: 'DZISIAJ · 12:14'; font-size: 0.61rem; font-weight: 800; grid-column: 1 / -1; letter-spacing: 0.08em; text-align: center; }
.sms-from, .sms-to { border-radius: 13px; font-size: 0.83rem; line-height: 1.36; margin: 0; padding: 12px; position: relative; }
.sms-from { background: var(--chalk-bright); color: var(--ink); justify-self: start; max-width: 94%; }
.sms-to { background: #28645b; color: var(--chalk-bright); justify-self: end; min-width: 54px; text-align: center; }
.cancellation-procedure { color: var(--chalk-bright); }
.cancellation-procedure .eyebrow { color: var(--sun); }
.cancellation-procedure h4 { font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-size: clamp(2.2rem, 3.7vw, 4rem); letter-spacing: -0.055em; line-height: 0.9; margin: 0; max-width: 560px; }
.cancellation-procedure ol { list-style: none; margin: 28px 0 22px; max-width: 570px; padding: 0; }
.cancellation-procedure li { border-top: 1px solid rgba(255, 253, 248, 0.22); color: rgba(255, 253, 248, 0.82); counter-increment: procedure; padding: 13px 0 13px 38px; position: relative; }
.cancellation-procedure ol { counter-reset: procedure; }
.cancellation-procedure li::before { color: var(--sun); content: counter(procedure); font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-size: 1.35rem; left: 4px; line-height: 1; position: absolute; top: 11px; }
.cancellation-procedure li strong { color: var(--chalk-bright); }
.procedure-rule { background: rgba(229, 168, 68, 0.14); border-radius: 8px; color: var(--chalk-bright); font-size: 0.93rem; line-height: 1.45; margin: 0 0 28px; max-width: 560px; padding: 14px 16px; }
.booking-request { background: var(--surface); display: grid; gap: clamp(28px, 6vw, 86px); grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr); padding: clamp(26px, 5vw, 54px); }
.booking-request .eyebrow { margin-bottom: 10px; }
.booking-request h4 { color: var(--court); font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 3.3vw, 3.45rem); letter-spacing: -0.055em; line-height: 0.9; margin: 0; }
.booking-request > div > p:last-child { color: var(--muted); margin: 20px 0 0; max-width: 380px; }
.booking-form { display: grid; gap: 16px; }
.booking-form-grid { display: grid; gap: 12px 14px; grid-template-columns: 1fr 1fr; }
.booking-form p { margin: 0; }
.booking-form label { color: var(--court); display: block; font-size: 0.83rem; font-weight: 900; margin-bottom: 6px; }
.booking-form label span { color: var(--muted); font-weight: 500; }
.booking-form input, .booking-form select, .booking-form textarea { background: var(--chalk-bright); border: 1px solid rgba(24, 33, 31, 0.2); border-radius: 8px; color: var(--ink); min-height: 48px; padding: 10px 12px; width: 100%; }
.booking-form textarea { min-height: 92px; resize: vertical; }
.booking-privacy { color: var(--muted); font-size: 0.8rem; }
.booking-message, .booking-error { border-radius: 8px; font-size: 0.9rem; margin: 0 0 16px !important; max-width: none !important; padding: 12px 14px; }
.booking-message { background: #e2f0d9; color: #214b24 !important; }
.booking-error { background: #f8dcd8; color: #74231c !important; }

.programs-section { background: var(--chalk-bright); }
.programs-heading { margin-bottom: 46px; }
.eyebrow { color: var(--sun-deep); font-size: 0.74rem; font-weight: 900; letter-spacing: 0.14em; margin: 0 0 12px; text-transform: uppercase; }
.program-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.program-card { border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; min-height: 330px; padding: 30px; }
.program-card:nth-child(2) { background: var(--court); border-color: var(--court); color: var(--chalk-bright); }
.program-number { color: var(--sun-deep); font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-size: 2rem; line-height: 1; }
.program-card:nth-child(2) .program-number { color: var(--sun); }
.program-card h3 { color: var(--court); font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-size: 2.15rem; letter-spacing: -0.05em; line-height: 0.95; margin: 28px 0 14px; }
.program-card:nth-child(2) h3 { color: var(--chalk-bright); }
.program-card p { color: var(--muted); margin: 0; }
.program-card:nth-child(2) p { color: rgba(255, 253, 248, 0.76); }
.program-tag { border-top: 1px solid var(--line); color: var(--court) !important; font-size: 0.78rem; font-weight: 900; letter-spacing: 0.1em; margin-top: auto !important; padding-top: 16px; text-transform: uppercase; }
.program-card:nth-child(2) .program-tag { border-color: rgba(255, 253, 248, 0.2); color: var(--sun) !important; }
.program-action { align-items: center; background: #fff4dc; border-radius: var(--radius); display: flex; gap: 24px; justify-content: space-between; margin-top: 28px; padding: 22px 26px; }
.program-action div { display: grid; gap: 2px; }
.program-action strong { font-size: 1.08rem; }
.program-action span { color: var(--muted); }

.learning-section { background: var(--chalk); padding: 100px 0; }
.learning-heading { margin-bottom: 46px; }
.learning-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.learning-card { background: var(--chalk-bright); border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; min-height: 440px; padding: 30px; }
.learning-card-top { border-bottom: 1px solid var(--line); display: grid; gap: 10px; padding-bottom: 20px; }
.learning-card-top span, .training-formats span { color: var(--sun-deep); font-size: 0.74rem; font-weight: 900; letter-spacing: 0.13em; text-transform: uppercase; }
.learning-card-top strong { color: var(--court); font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-size: 2.15rem; letter-spacing: -0.05em; line-height: 0.95; }
.learning-card > p { color: var(--muted); margin: 22px 0 18px; }
.learning-card ul { list-style: none; margin: 0 0 20px; padding: 0; }
.learning-card li { border-top: 1px solid var(--line); padding: 9px 0 9px 24px; position: relative; }
.learning-card li::before { color: var(--sun-deep); content: '•'; font-size: 1.35rem; left: 5px; line-height: 1; position: absolute; top: 7px; }
.learning-card small { border-top: 1px solid var(--line); color: var(--court); font-weight: 900; margin-top: auto; padding-top: 16px; }
.package-cost { border-top: 1px solid var(--line); display: grid; gap: 8px; margin-top: 16px; padding-top: 14px; }
.package-cost p { align-items: baseline; display: flex; justify-content: space-between; margin: 0; }
.package-cost span { color: var(--muted); font-size: 0.8rem; font-weight: 800; }
.package-cost strong { color: var(--court); font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-size: 1.28rem; letter-spacing: -0.035em; }
.package-cost em { color: var(--muted); font-size: 0.76rem; font-style: normal; }
.package-choice-links { display: grid; gap: 9px; margin-top: 2px; }
.package-link { color: var(--court); font-size: 0.87rem; font-weight: 900; margin-top: 16px; text-decoration: underline; text-decoration-color: var(--sun); text-decoration-thickness: 2px; text-underline-offset: 5px; }
.package-link:hover { color: var(--sun-deep); }
.featured-learning { background: var(--court); border-color: var(--court); color: var(--chalk-bright); transform: translateY(-13px); }
.featured-learning .learning-card-top, .featured-learning li, .featured-learning small { border-color: rgba(255, 253, 248, 0.22); }
.featured-learning .package-cost { border-color: rgba(255, 253, 248, 0.22); }
.featured-learning .learning-card-top span, .featured-learning .learning-card-top strong, .featured-learning small { color: var(--sun); }
.featured-learning > p { color: rgba(255, 253, 248, 0.78); }
.featured-learning li::before { color: var(--sun); }
.featured-learning .package-cost span, .featured-learning .package-cost em { color: rgba(255, 253, 248, 0.72); }
.featured-learning .package-cost strong { color: var(--chalk-bright); }
.featured-learning .package-link { color: var(--chalk-bright); }
.featured-learning .package-link:hover { color: var(--sun); }
.training-formats { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 46px; }
.training-formats div { display: grid; gap: 8px; min-height: 150px; padding: 26px 28px; }
.training-formats div + div { border-left: 1px solid var(--line); }
.training-formats strong { color: var(--court); font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-size: 1.34rem; font-weight: 600; letter-spacing: -0.025em; line-height: 1.08; }
.learning-action { align-items: center; background: var(--sun); border-radius: var(--radius); display: flex; gap: 24px; justify-content: space-between; margin-top: 28px; padding: 24px 26px; }
.learning-action div { display: grid; gap: 2px; }
.learning-action strong { font-size: 1.08rem; }
.learning-action span { color: rgba(24, 33, 31, 0.76); }
.learning-action .button-primary { background: var(--court); color: var(--chalk-bright); }
.learning-action .button-primary:hover { background: var(--court-deep); box-shadow: 0 10px 24px rgba(15, 45, 41, 0.25); }

.coach-section { background: var(--surface); overflow: hidden; }
.coach-inner { display: grid; gap: clamp(38px, 8vw, 130px); grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr); margin: 0 auto; padding: 104px 0 98px; width: var(--content); }
.coach-copy h2 { color: var(--court); font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-size: clamp(2.7rem, 4.6vw, 5rem); letter-spacing: -0.06em; line-height: 0.88; margin: 0; max-width: 690px; text-wrap: balance; }
.coach-copy > p { color: var(--muted); font-size: 1.08rem; margin: 24px 0 0; max-width: 630px; }
.coach-copy > p + p { margin-top: 12px; }
.coach-copy .button-primary { margin-top: 30px; }
.coach-note { align-self: center; background: var(--chalk-bright); border-radius: var(--radius); box-shadow: var(--shadow); padding: 38px; position: relative; }
.coach-mark { color: var(--sun); display: block; font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-size: 5.5rem; height: 45px; line-height: 1; }
.coach-note p { color: var(--court); font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-size: 1.55rem; letter-spacing: -0.035em; line-height: 1.08; margin: 18px 0 28px; }
.coach-note strong { border-top: 1px solid var(--line); color: var(--sun-deep); display: block; font-size: 0.83rem; letter-spacing: 0.08em; padding-top: 18px; text-transform: uppercase; }

.club-life { background: var(--court-deep); color: var(--chalk-bright); overflow: hidden; position: relative; }
.club-life::after { border: 1px solid rgba(229, 168, 68, 0.28); border-radius: 50%; content: ''; height: 600px; position: absolute; right: -250px; top: -330px; width: 600px; }
.club-life-inner { display: grid; gap: clamp(38px, 8vw, 120px); grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr); margin: 0 auto; padding: 98px 0; position: relative; width: var(--content); z-index: 1; }
.club-life .eyebrow { color: var(--sun); }
.club-life h2 { font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-size: clamp(2.65rem, 4.8vw, 5.3rem); letter-spacing: -0.06em; line-height: 0.88; margin: 0; max-width: 680px; text-wrap: balance; }
.club-life-copy > p:last-child { color: rgba(255, 253, 248, 0.75); font-size: 1.1rem; margin: 28px 0 0; max-width: 590px; }
.club-facts { align-self: center; border-top: 1px solid rgba(255, 253, 248, 0.26); }
.club-fact { border-bottom: 1px solid rgba(255, 253, 248, 0.26); display: grid; gap: 12px; padding: 25px 0; }
.club-fact strong { color: var(--sun); font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-size: 2.3rem; letter-spacing: -0.045em; line-height: 0.9; }
.club-fact span { color: rgba(255, 253, 248, 0.82); max-width: 340px; }

.pricing-section { background: var(--surface); overflow: hidden; position: relative; }
.pricing-section::after { border: 1px solid rgba(23, 63, 58, 0.14); border-radius: 50%; content: ''; height: 580px; position: absolute; right: -250px; top: -310px; width: 580px; }
.price-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); position: relative; z-index: 1; }
.price-card { background: var(--chalk-bright); border-radius: var(--radius); box-shadow: 0 12px 35px rgba(15, 45, 41, 0.09); display: flex; flex-direction: column; min-height: 470px; overflow: hidden; padding: 30px; position: relative; }
.price-card.featured { background: var(--court); color: var(--chalk-bright); transform: translateY(-16px); }
.price-card h3 { font-size: 2.2rem; letter-spacing: -0.045em; line-height: 0.95; margin: 0; }
.price-card .time { color: var(--muted); font-weight: 700; margin: 9px 0 30px; }
.price-card.featured .time { color: rgba(255, 253, 248, 0.7); }
.price { font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-size: clamp(3.25rem, 5vw, 4.75rem); letter-spacing: -0.07em; line-height: 0.86; }
.price small { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 0.95rem; font-weight: 800; letter-spacing: 0; margin-left: 5px; }
.price-note { color: var(--muted); margin: 10px 0 28px; }
.price-card.featured .price-note { color: rgba(255, 253, 248, 0.72); }
.price-card ul { list-style: none; margin: 0 0 26px; padding: 0; }
.price-card li { border-top: 1px solid var(--line); padding: 12px 0; }
.price-card.featured li { border-color: rgba(255, 253, 248, 0.2); }
.price-card .button-primary, .price-card .button-secondary { margin-top: auto; width: 100%; }
.price-card:not(.featured) .button-secondary { border-color: var(--court); color: var(--court); }
.price-card:not(.featured) .button-secondary:hover { background: var(--court); color: var(--chalk-bright); }

.notice {
  align-items: flex-start;
  background: #fff4dc;
  border-radius: var(--radius);
  display: grid;
  gap: 22px;
  grid-template-columns: 52px 1fr;
  margin-top: 36px;
  padding: 28px;
}
.notice-mark { align-items: center; background: var(--sun); border-radius: 50%; display: flex; font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; font-size: 1.65rem; font-weight: 700; height: 52px; justify-content: center; width: 52px; }
.notice h3 { font-size: 1.16rem; margin: 0 0 5px; }
.notice p { margin: 0; max-width: 840px; }

.location { background: var(--court-deep); color: var(--chalk-bright); }
.location-grid { align-items: stretch; display: grid; grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr); }
.location-copy { padding: 80px clamp(30px, 5vw, 75px); }
.location .section-title { color: var(--chalk-bright); }
.location-copy p { color: rgba(255, 253, 248, 0.74); font-size: 1.08rem; }
.contact-list { display: grid; gap: 12px; margin: 32px 0; }
.contact-list a, .contact-list span { align-items: center; border-bottom: 1px solid rgba(255, 253, 248, 0.19); display: flex; gap: 12px; padding: 12px 0; text-decoration: none; }
.contact-list svg { fill: var(--sun); flex: 0 0 18px; height: 18px; width: 18px; }
.map { min-height: 520px; }
.map iframe { border: 0; height: 100%; min-height: 520px; width: 100%; }

.site-footer { background: #10231f; color: rgba(255, 253, 248, 0.68); padding: 32px 0 94px; }
.footer-inner { align-items: end; display: flex; gap: 24px; justify-content: space-between; margin: 0 auto; width: var(--content); }
.footer-inner p { margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { color: var(--chalk-bright); font-weight: 700; }

.mobile-callbar { background: var(--chalk-bright); bottom: 0; box-shadow: 0 -7px 24px rgba(15, 45, 41, 0.16); display: none; left: 0; padding: 8px 16px; position: fixed; right: 0; z-index: 120; }
.mobile-callbar a { align-items: center; background: var(--sun); border-radius: 999px; color: var(--ink); display: flex; font-weight: 800; justify-content: center; min-height: 40px; text-decoration: none; }
.mobile-callbar a span { font-size: 0.73rem; margin-right: 6px; text-transform: uppercase; }
.mobile-callbar .mobile-callbar-secondary { background: transparent; color: var(--court); font-size: 0.82rem; min-height: 28px; }

.contact-form { display: grid; gap: 14px; margin-top: 28px; }
.contact-form label { color: var(--chalk-bright); font-weight: 800; }
.contact-form input, .contact-form textarea { background: var(--chalk-bright); border: 1px solid transparent; border-radius: 8px; color: var(--ink); padding: 12px 14px; width: 100%; }
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form .button-primary { justify-self: start; }
.form-message { background: #e2f0d9; border-radius: 8px; color: #214b24; padding: 12px 14px; }
.form-error { background: #f8dcd8; border-radius: 8px; color: #74231c; padding: 12px 14px; }

@media (max-width: 900px) {
  .site-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .site-nav.is-open { background: var(--chalk-bright); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 0; left: 0; padding: 12px 20px 20px; position: absolute; right: 0; top: 78px; }
  .site-nav.is-open a { padding: 12px 0; }
  .hero, .hero-inner { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; padding: 0 0 58px; }
  .hero-copy { padding: 78px 0 36px; }
  .hero-board { justify-self: start; max-width: 460px; transform: none; width: 100%; }
  .procedure-detail { grid-template-columns: 1fr; }
  .phone-mockup { margin-left: 0; }
  .booking-request { grid-template-columns: 1fr; }
  .section-heading, .location-grid { grid-template-columns: 1fr; }
  .section-heading { gap: 6px; }
  .price-grid, .program-grid, .learning-grid { grid-template-columns: 1fr; max-width: 540px; }
  .program-card { min-height: 0; }
  .coach-inner { grid-template-columns: 1fr; }
  .club-life-inner { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .featured-learning { transform: none; }
  .training-formats { grid-template-columns: 1fr; max-width: 540px; }
  .training-formats div + div { border-left: 0; border-top: 1px solid var(--line); }
  .map, .map iframe { min-height: 380px; }
}

@media (max-width: 640px) {
  :root { --content: min(100% - 32px, 1160px); }
  .header-inner { min-height: 68px; }
  .brand { font-size: 1.35rem; }
  .brand span { font-size: 0.75rem; letter-spacing: 0.1em; margin-top: 6px; }
  .header-phones { display: none; }
  .site-nav.is-open { top: 68px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hero-copy { padding-top: 55px; }
  .hero-actions { flex-direction: column; }
  .hero-actions a { width: 100%; }
  .hero-quick-info { gap: 7px; margin-top: 16px; }
  .hero-quick-info strong { font-size: 1.08rem; }
	.hero-quick-info strong small { display: block; font-size: 0.73rem; margin-top: 2px; }
  .hero-quick-info span { border-left: 0; font-size: 0.84rem; padding-left: 0; width: 100%; }
  .hero-policy { margin-top: 12px !important; }
  .board-cell { min-height: 102px; padding: 18px; }
  .board-top { padding: 17px 18px; }
  .section { padding: 68px 0; }
  .steps { grid-template-columns: 1fr; }
  .step + .step { border-left: 0; border-top: 1px solid var(--line); }
  .step { min-height: 0; padding: 24px 0; }
  .reservation-procedure { margin-top: 34px; padding-top: 34px; }
  .procedure-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .procedure-flow { grid-template-columns: 1fr; }
  .procedure-step { min-height: 0; padding: 23px 20px; }
  .procedure-detail { gap: 34px; margin-left: -16px; margin-right: -16px; padding: 32px 16px; }
  .phone-mockup { max-width: 290px; }
  .booking-request { margin-left: -16px; margin-right: -16px; padding: 34px 16px; }
  .booking-form-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 0; padding: 26px 22px; }
  .program-card { padding: 26px 22px; }
  .learning-section { padding: 68px 0; }
  .learning-card { min-height: 0; padding: 26px 22px; }
  .training-formats { margin-top: 30px; }
  .training-formats div { min-height: 0; padding: 22px 0; }
  .program-action { align-items: stretch; flex-direction: column; padding: 22px; }
  .program-action .button-primary { width: 100%; }
  .learning-action { align-items: stretch; flex-direction: column; padding: 22px; }
  .learning-action .button-primary { width: 100%; }
  .coach-inner { padding: 76px 0 72px; }
  .coach-note { padding: 28px 24px; }
  .club-life-inner { padding: 72px 0; }
  .notice { grid-template-columns: 1fr; gap: 15px; padding: 23px; }
  .location-copy { padding: 62px 0; width: var(--content); }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .site-footer { padding-bottom: 112px; }
  .mobile-callbar { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
