:root {
  --navy: #062754;
  --navy-2: #0a3f80;
  --blue: #0e8fd7;
  --blue-light: #dff3ff;
  --sky: #eaf7ff;
  --paper: #fbfdff;
  --paper-warm: #f7f6f2;
  --ink-soft: #405069;
  --line: rgba(6, 39, 84, .13);
  --radius: 18px;
  --shadow: 0 18px 42px rgba(7, 44, 90, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--navy); background: var(--paper); font-family: Manrope, Arial, sans-serif; line-height: 1.55; }
body.no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.shell { width: min(100% - 88px, 1360px); margin-inline: auto; }
.section { padding: 104px 0; }
.section-title, h1, h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.section-title { font-size: clamp(44px, 4.35vw, 74px); }
.eyebrow { margin: 0 0 18px; font-size: 11px; font-weight: 800; letter-spacing: .18em; line-height: 1.2; }
.eyebrow-blue { color: var(--blue); }
.skip-link { position: fixed; left: 14px; top: 14px; z-index: 100; transform: translateY(-160%); padding: 10px 13px; color: #fff; background: var(--navy); border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(6,39,84,.08); background: rgba(255,255,255,.92); backdrop-filter: blur(16px); }
.header-inner { min-height: 96px; display: flex; align-items: center; gap: 32px; }
.brand { flex: 0 0 auto; width: 128px; }
.brand img { width: 100%; height: auto; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(14px, 2.15vw, 32px); white-space: nowrap; }
.desktop-nav a { font-size: 13px; font-weight: 700; transition: color .2s ease; }
.desktop-nav a:hover, .text-link:hover, .team-link:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 22px; margin-left: 4px; }
.language-switcher { display: flex; gap: 6px; }
.language-switcher button, .mobile-language-switcher button { padding: 0; border: 0; color: #627089; background: none; font-size: 13px; font-weight: 700; }
.language-switcher button::after, .mobile-language-switcher button::after { content: "/"; margin-left: 6px; color: #9eafc2; }
.language-switcher button:last-child::after, .mobile-language-switcher button:last-child::after { display: none; }
.language-switcher .is-active, .mobile-language-switcher .is-active { color: var(--navy); }
.header-cta, .primary-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 21px; border: 1px solid transparent; border-radius: 7px; color: #fff; background: linear-gradient(135deg, var(--navy), var(--navy-2)); box-shadow: 0 12px 22px rgba(6,39,84,.18); font-size: 14px; font-weight: 800; text-align: center; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.header-cta:hover, .primary-button:hover { transform: translateY(-2px); background: linear-gradient(135deg, #063068, #0c5eaf); box-shadow: 0 15px 28px rgba(6,39,84,.25); }
.secondary-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 20px; border: 1px solid var(--navy); border-radius: 7px; color: var(--navy); background: #fff; font-weight: 800; }
.full-width { width: 100%; }
.menu-toggle { display: none; margin-left: auto; padding: 9px 0 9px 14px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 29px; height: 2px; margin: 5px 0; background: var(--navy); border-radius: 2px; transition: .2s ease; }
.menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { background: #fff; border-top: 1px solid var(--line); }
.mobile-menu-inner { padding: 27px 0 32px; }
.mobile-menu nav { display: grid; gap: 17px; padding-bottom: 25px; }
.mobile-menu nav a { font-size: 20px; font-weight: 700; }
.mobile-language-switcher { display: flex; gap: 12px; padding-bottom: 25px; }

.hero { overflow: hidden; background: #fff; }
.hero-grid { min-height: 600px; display: grid; grid-template-columns: .95fr 1.05fr; }
.cloud-panel, .cloud-section, .cloud-section-soft { position: relative; isolation: isolate; }
.cloud-panel::before, .cloud-section::before, .cloud-section-soft::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: url("assets/images/sky-clouds.png"); background-size: cover; background-position: center; }
.cloud-panel::after, .cloud-section::after, .cloud-section-soft::after { content: ""; position: absolute; inset: 0; z-index: -1; }
.cloud-panel::after { background: linear-gradient(110deg, rgba(255,255,255,.34) 0%, rgba(255,255,255,.52) 36%, rgba(228,243,255,.30) 100%); }
.hero-copy { padding: 82px clamp(32px, 5.4vw, 76px) 68px 0; display: flex; flex-direction: column; justify-content: center; }
.hero { background: linear-gradient(180deg, #f6fbff 0%, #ffffff 100%); }
.hero-copy.cloud-panel, .reliability-section.cloud-section, .directions-section.cloud-section-soft, .contact-section.cloud-section { overflow: hidden; border-radius: 22px; }
.hero-copy.cloud-panel::before { background-position: 38% center; filter: saturate(1.06) brightness(1.02); }
.reliability-section.cloud-section::before { background-position: center; filter: saturate(1.04) brightness(1.02); }
.directions-section.cloud-section-soft::before { background-position: center top; filter: saturate(1.02) brightness(1.03); }
.directions-section.cloud-section-soft .direction-card { background: rgba(255,255,255,.92); backdrop-filter: blur(2px); }
.hero-copy { box-shadow: 0 18px 42px rgba(28,124,203,.10); }
.reliability-layout { box-shadow: 0 16px 34px rgba(28,124,203,.10); }
.contact-layout { box-shadow: 0 16px 32px rgba(28,124,203,.10); }

.hero h1 { max-width: 660px; font-size: clamp(58px, 6.3vw, 101px); }
.hero-description { max-width: 515px; margin: 30px 0 0; color: #2d4362; font-size: clamp(16px, 1.4vw, 19px); line-height: 1.6; }
.hero-actions { display: grid; justify-items: start; gap: 19px; margin-top: 34px; }
.hero-actions .primary-button { max-width: 450px; }
.text-link, .team-link { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-size: 15px; font-weight: 800; }
.text-link span, .team-link span { font-size: 21px; line-height: 0; }
.hero-media { min-height: 600px; overflow: hidden; position: relative; }
.hero-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, rgba(255,255,255,.10), transparent 38%, rgba(10,143,215,.10)); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(1.08) contrast(1.02) brightness(1.02); }
.direction-strip { display: grid; grid-template-columns: repeat(4,1fr); min-height: 76px; margin-bottom: 22px; overflow: hidden; border: 1px solid rgba(6,39,84,.10); border-top: 0; border-radius: 0 0 16px 16px; background: #fff; box-shadow: 0 12px 28px rgba(6,39,84,.06); }
.direction-strip a { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 17px 15px; color: var(--navy); font-family: "Playfair Display", Georgia, serif; font-size: clamp(16px, 1.55vw, 22px); transition: background .2s ease, color .2s ease; }
.direction-strip a + a { border-left: 1px solid var(--line); }
.direction-strip a:hover { color: var(--blue); background: linear-gradient(180deg, #fff, #eff9ff); }
.strip-index { font-family: Manrope, Arial, sans-serif; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .12em; }

.reliability-section { padding: 34px 0 38px; }
.cloud-section::after { background: linear-gradient(90deg, rgba(255,255,255,.66), rgba(232,246,255,.52) 55%, rgba(255,255,255,.18)); }
.reliability-layout { display: grid; grid-template-columns: .72fr 1fr .82fr; gap: 34px; align-items: center; min-height: 230px; padding: 38px; overflow: hidden; border: 1px solid rgba(32,143,215,.20); border-radius: 24px; background: rgba(255,255,255,.42); box-shadow: var(--shadow); }
.reliability-layout h2 { font-size: clamp(42px,4.2vw,66px); }
.reliability-layout p { margin: 0; max-width: 495px; color: #284664; font-size: 16px; line-height: 1.7; }
.utility-badges { display: grid; gap: 11px; }
.utility-badges span { display: flex; align-items: center; gap: 12px; min-height: 48px; padding: 10px 14px; border: 1px solid rgba(7,99,180,.16); border-radius: 10px; background: rgba(255,255,255,.82); color: var(--navy); font-size: 13px; font-weight: 800; box-shadow: 0 8px 17px rgba(6,39,84,.05); }
.utility-badges strong { color: var(--blue); font-size: 11px; letter-spacing: .1em; }

.cloud-section-soft::after { background: linear-gradient(180deg, rgba(255,255,255,.58), rgba(231,245,255,.62)); }
.directions-section { padding-top: 88px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 55px; }
.section-heading > p { max-width: 380px; margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.65; }
.directions-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 38px; }
.direction-card { display: grid; grid-template-rows: 195px 1fr auto; overflow: hidden; border: 1px solid rgba(6,39,84,.12); border-radius: var(--radius); background: rgba(255,255,255,.93); box-shadow: 0 11px 24px rgba(6,39,84,.07); transition: transform .2s ease, box-shadow .2s ease; }
.direction-card:hover { transform: translateY(-4px); box-shadow: 0 18px 32px rgba(6,39,84,.13); }
.direction-card figure { margin: 0; overflow: hidden; }
.direction-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.08) contrast(1.04); transition: transform .35s ease; }
.direction-card:hover img { transform: scale(1.045); }
.direction-card:nth-child(1) img { object-position: 55% center; }
.direction-card:nth-child(2) img { object-position: 48% 32%; }
.direction-card:nth-child(3) img { object-position: 48% center; }
.direction-card:nth-child(4) img { object-position: center 38%; }
.direction-content { padding: 20px 20px 18px; }
.direction-content h3, .coach-card h3 { margin: 0; font-size: 19px; line-height: 1.18; letter-spacing: -.03em; }
.direction-content p { margin: 11px 0 0; color: #43536a; font-size: 13px; line-height: 1.55; }
.card-footer { display: flex; align-items: center; justify-content: space-between; padding: 14px 18px; border-top: 1px solid var(--line); color: var(--navy); font-size: 12px; font-weight: 800; }
.card-footer b { color: var(--blue); font-size: 27px; line-height: .6; font-weight: 400; }

.space-section { background: #fff; }
.space-layout { display: grid; grid-template-columns: .75fr 1.7fr; gap: 58px; align-items: center; }
.space-copy { padding: 10px 0; }
.space-copy p:not(.eyebrow) { max-width: 340px; margin: 25px 0; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.space-gallery { display: grid; grid-template-columns: 1.55fr .85fr; grid-template-rows: 190px 190px; gap: 12px; }
.space-gallery figure { margin: 0; overflow: hidden; border-radius: 15px; background: #e5edf4; box-shadow: 0 10px 22px rgba(6,39,84,.08); }
.space-gallery .space-main { grid-row: 1 / 3; }
.space-gallery img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.07) contrast(1.02); transition: transform .35s ease; }
.space-gallery figure:hover img { transform: scale(1.035); }
.space-gallery .space-main img { object-position: 50% 50%; }
.space-gallery figure:nth-child(2) img { object-position: 53% center; }
.space-gallery figure:nth-child(3) img { object-position: 50% 40%; }

.coaches-section { background: linear-gradient(180deg, #eff9ff, #ffffff); border-top: 1px solid rgba(6,39,84,.07); }
.coaches-heading { align-items: start; }
.coaches-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 42px; }
.coach-card { overflow: hidden; border: 1px solid rgba(6,39,84,.12); border-radius: 18px; background: #fff; box-shadow: 0 12px 25px rgba(6,39,84,.07); transition: transform .2s ease, box-shadow .2s ease; }
.coach-card:hover { transform: translateY(-4px); box-shadow: 0 20px 32px rgba(6,39,84,.13); }
.coach-card figure { margin: 0; aspect-ratio: 4 / 4.55; overflow: hidden; background: #e6edf4; }
.coach-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.04) contrast(1.02); }
.coach-card:nth-child(1) img { object-position: 50% 25%; }
.coach-card:nth-child(2) img { object-position: 50% 25%; }
.coach-card:nth-child(3) img { object-position: 48% 48%; }
.coach-card > div { padding: 20px 20px 22px; }
.coach-card p { display: inline-flex; margin: 10px 0 0; padding: 7px 11px; border-radius: 99px; color: #0964ac; background: #e6f5ff; font-size: 12px; font-weight: 800; }
.team-link { margin-top: 30px; color: var(--blue); }

.contact-section { padding: 42px 0; }
.contact-layout { display: grid; grid-template-columns: .48fr 1.45fr auto; gap: 34px; align-items: center; min-height: 170px; padding: 26px 32px; overflow: hidden; border: 1px solid rgba(32,143,215,.20); border-radius: 24px; background: rgba(255,255,255,.48); box-shadow: var(--shadow); }
.contact-section.cloud-section::after { background: linear-gradient(90deg, rgba(255,255,255,.88), rgba(239,249,255,.58)); }
.contact-location { display: grid; gap: 3px; padding-left: 54px; position: relative; font-size: 12px; font-weight: 800; line-height: 1.25; letter-spacing: .07em; }
.contact-location::before { content: ""; position: absolute; left: 0; top: -1px; width: 33px; height: 33px; border: 3px solid var(--blue); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.contact-location::after { content: ""; position: absolute; left: 12px; top: 10px; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); }
.contact-copy h2 { max-width: 700px; font-size: clamp(31px, 3.2vw, 54px); }
.contact-copy p:not(.eyebrow) { margin: 9px 0 0; color: #39516f; font-size: 15px; }
.contact-button { min-width: 175px; }

.site-footer { padding: 29px 0; color: rgba(255,255,255,.82); background: linear-gradient(135deg, #052047, #082f61); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.footer-brand { width: 120px; filter: brightness(1.18); }
.footer-brand img { width: 100%; }
.footer-inner p, .footer-inner a { margin: 0; font-size: 13px; }
.footer-inner a:last-child { color: #fff; font-weight: 800; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 90; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(4,23,49,.68); backdrop-filter: blur(4px); }
.modal-dialog { position: relative; width: min(100%, 540px); max-height: calc(100vh - 40px); overflow: auto; padding: 38px; border-radius: 20px; background: #fff; box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.modal-close { position: absolute; right: 17px; top: 13px; border: 0; color: var(--navy); background: transparent; font-size: 31px; line-height: 1; }
.modal-dialog h2 { font-size: clamp(33px,4.4vw,52px); }
.modal-intro { color: var(--ink-soft); }
.modal-dialog form { display: grid; gap: 15px; margin-top: 24px; }
.modal-dialog label { display: grid; gap: 8px; color: var(--navy); font-size: 13px; font-weight: 800; }
.modal-dialog input, .modal-dialog select { width: 100%; min-height: 49px; padding: 11px 13px; border: 1px solid rgba(6,39,84,.24); border-radius: 7px; color: var(--navy); background: #fff; }
.form-note { margin: 0; color: #728097; font-size: 12px; line-height: 1.45; }
.form-success h3 { margin: 16px 0 10px; font-size: 29px; }
.form-success p { color: var(--ink-soft); }

@media (max-width: 1120px) {
  .shell { width: min(100% - 64px, 1360px); }
  .desktop-nav { gap: 15px; }
  .header-actions { gap: 14px; }
  .brand { width: 120px; }
}

@media (max-width: 1010px) {
  .desktop-nav, .header-actions { display: none; }
  .menu-toggle { display: block; }
  .header-inner { min-height: 86px; }
  .hero-grid { min-height: 560px; }
  .hero-media { min-height: 560px; }
  .reliability-layout { grid-template-columns: .7fr 1.15fr; }
  .utility-badges { grid-column: 1 / -1; grid-template-columns: repeat(3,1fr); }
  .space-layout { grid-template-columns: .7fr 1.4fr; gap: 35px; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 34px, 600px); }
  .section { padding: 70px 0; }
  .brand { width: 108px; }
  .hero-grid { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { min-height: 540px; padding: 66px 24px 42px; margin-inline: -17px; border-radius: 20px; }
  .hero h1 { font-size: clamp(51px,14vw,72px); }
  .hero-description { margin-top: 24px; font-size: 16px; }
  .hero-actions { margin-top: 29px; gap: 17px; }
  .hero-actions .primary-button { min-height: 76px; max-width: 100%; padding-inline: 16px; }
  .hero-media { min-height: 0; aspect-ratio: 1.05 / 1; border-radius: 16px; box-shadow: var(--shadow); }
  .hero-media img { object-position: 48% 50%; }
  .direction-strip { grid-template-columns: 1fr 1fr; min-height: 0; margin-top: 20px; margin-bottom: 12px; border-radius: 16px; }
  .direction-strip a { justify-content: flex-start; min-height: 76px; padding: 15px; font-size: 18px; line-height: 1.15; }
  .direction-strip a:nth-child(3), .direction-strip a:nth-child(4) { border-top: 1px solid var(--line); }
  .direction-strip a:nth-child(3) { border-left: 0; }
  .direction-strip a:nth-child(even) { border-left: 1px solid var(--line); }
  .strip-index { font-size: 9px; }
  .reliability-section { padding-top: 28px; }
  .reliability-layout { grid-template-columns: 1fr; gap: 21px; min-height: 0; padding: 30px 23px; border-radius: 20px; }
  .reliability-layout h2 { font-size: 48px; }
  .utility-badges { grid-column: auto; grid-template-columns: 1fr; }
  .directions-section { padding-top: 68px; }
  .section-heading { display: block; }
  .section-heading > p { margin: 22px 0 0; font-size: 15px; }
  .section-title { font-size: 48px; }
  .directions-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 30px; }
  .direction-card { grid-template-columns: .94fr 1.06fr; grid-template-rows: 1fr auto; min-height: 216px; }
  .direction-card figure { grid-row: 1 / 3; }
  .direction-content { padding: 22px 18px 12px; }
  .direction-content h3 { font-size: 20px; }
  .direction-content p { font-size: 13px; }
  .card-footer { padding: 12px 18px 17px; border-top: 0; }
  .space-layout { grid-template-columns: 1fr; gap: 30px; }
  .space-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 210px 132px; }
  .space-gallery .space-main { grid-column: 1 / -1; grid-row: auto; }
  .coaches-grid { grid-template-columns: 1fr; gap: 15px; margin-top: 32px; }
  .coach-card { display: grid; grid-template-columns: .9fr 1.1fr; align-items: stretch; }
  .coach-card figure { aspect-ratio: auto; min-height: 228px; }
  .coach-card > div { display: flex; flex-direction: column; justify-content: center; padding: 22px; }
  .contact-section { padding: 24px 0; }
  .contact-layout { grid-template-columns: 1fr; gap: 23px; padding: 29px 23px; border-radius: 20px; }
  .contact-copy h2 { font-size: 41px; }
  .contact-button { width: 100%; }
  .footer-inner { flex-wrap: wrap; }
  .modal { align-items: end; padding: 0; }
  .modal-dialog { width: 100%; max-height: 91vh; padding: 32px 22px 27px; border-radius: 22px 22px 0 0; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 50px; }
  .hero-copy { min-height: 525px; }
  .section-title { font-size: 43px; }
  .direction-card { min-height: 205px; }
  .direction-content { padding: 19px 15px 10px; }
  .card-footer { padding: 10px 15px 15px; }
}


/* ===== SkyFit v4: continuous full-page sky background ===== */
html {
  min-height: 100%;
  background: #a6d8fb;
}

body {
  min-height: 100%;
  background:
    linear-gradient(rgba(235, 248, 255, .12), rgba(235, 248, 255, .12)),
    url("assets/images/sky-clouds.png?v=4") center top / cover fixed no-repeat,
    #a6d8fb;
}

main {
  background: transparent;
}

.hero,
.space-section,
.coaches-section,
.directions-section,
.reliability-section,
.contact-section {
  background-color: transparent !important;
}

/* Keep the sky visible between every section; content itself remains readable. */
.hero {
  background-image: none !important;
}

.space-section {
  position: relative;
}

.coaches-section {
  border-top-color: rgba(255,255,255,.45);
}

.section,
.reliability-section,
.contact-section {
  position: relative;
}

/* Cards float above the shared sky instead of creating solid white bands. */
.space-copy,
.section-heading,
.coaches-heading {
  position: relative;
  z-index: 1;
}

.space-copy {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 36px rgba(19, 92, 151, .14);
}

.section-heading {
  padding: 0;
}

.directions-section .section-heading,
.coaches-section .section-heading {
  padding: 26px 28px;
  border: 1px solid rgba(255,255,255,.64);
  border-radius: 22px;
  background: rgba(255,255,255,.60);
  backdrop-filter: blur(9px);
  box-shadow: 0 12px 28px rgba(19, 92, 151, .10);
}

.direction-strip {
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(10px);
}

.direction-card,
.coach-card {
  background: rgba(255,255,255,.88) !important;
  backdrop-filter: blur(8px);
}

.reliability-layout,
.contact-layout {
  background: rgba(255,255,255,.56) !important;
  backdrop-filter: blur(8px);
}

/* Do not cover page background with any old white section fills. */
.space-section::before,
.coaches-section::before,
.directions-section::before {
  content: none !important;
}

@media (max-width: 700px) {
  body {
    background-attachment: scroll;
    background-size: auto 100vh;
    background-repeat: repeat-y;
  }

  .space-copy,
  .directions-section .section-heading,
  .coaches-section .section-heading {
    padding: 22px;
    border-radius: 18px;
  }
}


/* ===== SkyFit v5: continuously scrolling sky ===== */
html {
  background: #a7d9fb;
}

body {
  background: #a7d9fb !important;
}

/* The sky belongs to the whole page flow, not the browser viewport.
   It therefore moves naturally while the visitor scrolls. */
main {
  position: relative;
  isolation: isolate;
  background-color: #bfe6ff;
  background-image:
    linear-gradient(rgba(235, 248, 255, .14), rgba(235, 248, 255, .14)),
    url("assets/images/sky-clouds.png?v=5");
  background-position: center top, center top;
  background-size: 100% auto, 100% auto;
  background-repeat: repeat-y, repeat-y;
  background-attachment: scroll, scroll;
}

/* Remove older solid/gradient section backgrounds: the continuous sky is now behind everything. */
.hero,
.space-section,
.coaches-section,
.directions-section,
.reliability-section,
.contact-section {
  background: transparent !important;
}

/* Do not put a different, static sky panel inside the final CTA. */
.cloud-section::before,
.cloud-section::after,
.cloud-section-soft::before,
.cloud-section-soft::after {
  content: none !important;
}

/* Hero keeps a stronger sky treatment at the start of the page. */
.hero-copy.cloud-panel {
  background-image:
    linear-gradient(110deg, rgba(255,255,255,.24) 0%, rgba(255,255,255,.44) 42%, rgba(228,243,255,.18) 100%),
    url("assets/images/sky-clouds.png?v=5");
  background-position: center, 38% center;
  background-size: cover, cover;
  background-repeat: no-repeat;
}

.hero-copy.cloud-panel::before,
.hero-copy.cloud-panel::after {
  content: none !important;
}

/* The coaches section was still receiving the old white-to-blue gradient. */
.coaches-section {
  background: transparent !important;
  border-top-color: rgba(255,255,255,.58);
  border-bottom: 1px solid rgba(255,255,255,.48);
}

.coaches-section .section-heading,
.directions-section .section-heading {
  background: rgba(255,255,255,.62);
}

/* Make the final block part of the same moving sky, with only a readable glass card on top. */
.contact-section {
  padding-top: 58px;
  padding-bottom: 58px;
}

.contact-layout {
  background: rgba(255,255,255,.56) !important;
  border-color: rgba(255,255,255,.78);
}

/* A small amount of sky remains visible around the coach cards. */
.coaches-grid {
  position: relative;
}

@media (max-width: 700px) {
  main {
    background-size: auto 980px, auto 980px;
    background-position: center top, center top;
  }

  .contact-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}


/* ===== SkyFit v6: schedule & prices pages ===== */
.site-header .desktop-nav a.is-current,
.mobile-menu nav a.is-current { color: var(--blue); }

.inner-page { min-height: 100vh; }
.page-hero { padding: 92px 0 50px; }
.page-hero-card { position: relative; overflow: hidden; padding: clamp(32px,5vw,70px); border: 1px solid rgba(255,255,255,.76); border-radius: 28px; background: linear-gradient(110deg, rgba(255,255,255,.82), rgba(239,248,255,.62)); box-shadow: 0 20px 44px rgba(18,94,154,.14); }
.page-hero-card::before { content:""; position:absolute; inset:0; z-index:-1; background: url("assets/images/sky-clouds.png?v=6") center/cover no-repeat; filter: saturate(1.06); }
.page-hero-card h1 { max-width: 760px; font-size: clamp(58px, 8vw, 116px); }
.page-hero-card p:not(.eyebrow) { max-width: 650px; margin: 25px 0 0; color: #2e4767; font-size: 18px; line-height: 1.65; }
.page-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.page-meta span { padding: 9px 13px; border: 1px solid rgba(11,112,196,.18); border-radius: 999px; background: rgba(255,255,255,.74); color: var(--navy); font-size: 12px; font-weight: 800; }

.schedule-page-section, .prices-page-section { padding: 28px 0 96px; }
.schedule-topline, .prices-topline { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 24px; }
.schedule-topline p, .prices-topline p { max-width: 500px; margin:0; color:#385271; font-size:15px; }
.weekly-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 13px; align-items: start; }
.day-card { overflow:hidden; border:1px solid rgba(255,255,255,.8); border-radius:18px; background:rgba(255,255,255,.78); box-shadow:0 12px 28px rgba(17,87,147,.10); backdrop-filter: blur(10px); }
.day-card h2 { margin:0; padding:17px 18px; color:#fff; background:linear-gradient(135deg,#063370,#0e8fd7); font-family:Manrope,Arial,sans-serif; font-size:15px; letter-spacing:.02em; line-height:1.2; }
.day-card:nth-child(2) h2 { background:linear-gradient(135deg,#075f9f,#159dce); }
.day-card:nth-child(3) h2 { background:linear-gradient(135deg,#0876bd,#42b4ee); }
.day-card:nth-child(4) h2 { background:linear-gradient(135deg,#14539a,#0e8fd7); }
.day-card:nth-child(5) h2 { background:linear-gradient(135deg,#0876a4,#28aa98); }
.day-card:nth-child(6) h2 { background:linear-gradient(135deg,#0c5a9d,#2a91e5); }
.events-list { display:grid; gap:0; }
.event { display:grid; grid-template-columns: 48px 1fr; gap:11px; padding:13px 13px 14px; border-top:1px solid rgba(6,39,84,.10); }
.event:first-child { border-top:0; }
.event-time { color:var(--blue); font-size:12px; font-weight:800; letter-spacing:.01em; }
.event-body { min-width:0; }
.event-body strong { display:block; font-size:13px; line-height:1.28; }
.event-body small { display:block; margin-top:3px; color:#50627a; font-size:11px; line-height:1.35; }
.event .hall { display:inline-flex; margin-top:6px; padding:3px 7px; border-radius:999px; background:#e5f5ff; color:#0965aa; font-size:10px; font-weight:800; }
.schedule-note { margin-top:20px; padding:18px 20px; border-left:4px solid var(--blue); border-radius:12px; background:rgba(255,255,255,.72); color:#36506e; font-size:14px; box-shadow:0 10px 22px rgba(17,87,147,.06); }

.price-groups { display:grid; gap:22px; }
.price-panel { overflow:hidden; border:1px solid rgba(255,255,255,.82); border-radius:22px; background:rgba(255,255,255,.80); box-shadow:0 14px 28px rgba(17,87,147,.10); backdrop-filter:blur(10px); }
.price-panel-head { display:flex; justify-content:space-between; gap:20px; align-items:end; padding:26px 28px; background:linear-gradient(135deg,rgba(231,247,255,.92),rgba(255,255,255,.76)); border-bottom:1px solid rgba(6,39,84,.10); }
.price-panel-head h2 { font-size:clamp(32px,3.5vw,48px); }
.price-panel-head p { max-width:430px; margin:0; color:#4a6079; font-size:14px; }
.price-table-wrap { overflow-x:auto; }
.price-table { width:100%; min-width:720px; border-collapse:collapse; }
.price-table th { padding:14px 18px; background:rgba(240,249,255,.82); color:#0b6db8; font-size:12px; font-weight:800; text-align:left; }
.price-table td { padding:16px 18px; border-top:1px solid rgba(6,39,84,.10); color:#26425f; font-size:14px; vertical-align:top; }
.price-table td strong { color:var(--navy); font-size:17px; }
.price-table .muted { color:#8390a0; }
.price-table tr:hover td { background:rgba(231,246,255,.36); }
.price-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; padding:22px 28px 28px; }
.price-card { padding:22px; border:1px solid rgba(9,117,194,.16); border-radius:16px; background:linear-gradient(155deg,rgba(255,255,255,.95),rgba(229,246,255,.74)); }
.price-card h3 { margin:0; color:var(--navy); font-size:18px; }
.price-card p { margin:9px 0 0; color:#4d6078; font-size:13px; line-height:1.5; }
.price-card strong { display:block; margin-top:16px; color:var(--blue); font-size:27px; letter-spacing:-.04em; }
.price-columns { display:grid; grid-template-columns:1.1fr .9fr; gap:22px; }
.list-panel { padding:26px 28px; border:1px solid rgba(255,255,255,.82); border-radius:22px; background:rgba(255,255,255,.80); box-shadow:0 14px 28px rgba(17,87,147,.10); backdrop-filter:blur(10px); }
.list-panel h2 { font-size:38px; }
.price-list { display:grid; gap:0; margin:20px 0 0; }
.price-list div { display:flex; justify-content:space-between; gap:16px; padding:12px 0; border-top:1px solid rgba(6,39,84,.10); color:#38506b; font-size:14px; }
.price-list div:first-child { border-top:0; }
.price-list strong { color:var(--navy); white-space:nowrap; }
.list-panel ul { margin:19px 0 0; padding-left:20px; color:#38506b; font-size:14px; line-height:1.65; }
.disclaimer { margin-top:22px; padding:19px 22px; border-radius:14px; color:#2a4a69; background:rgba(255,255,255,.67); box-shadow:0 10px 22px rgba(17,87,147,.07); font-size:13px; line-height:1.55; }

@media(max-width:1100px){ .weekly-grid { grid-template-columns:repeat(3,1fr); } }
@media(max-width:700px){ .page-hero { padding:48px 0 28px; } .page-hero-card{padding:34px 22px;border-radius:20px;} .page-hero-card h1{font-size:56px;} .page-hero-card p:not(.eyebrow){font-size:16px;} .schedule-page-section,.prices-page-section{padding-bottom:62px;} .schedule-topline,.prices-topline{display:block;} .schedule-topline p,.prices-topline p{margin-top:15px;} .weekly-grid{grid-template-columns:1fr;gap:14px;} .day-card h2{padding:16px 18px;font-size:16px;} .event{grid-template-columns:57px 1fr;padding:15px;} .event-body strong{font-size:14px;} .price-panel-head{display:block;padding:23px 20px;} .price-panel-head p{margin-top:12px;} .price-cards{grid-template-columns:1fr;padding:16px;} .price-columns{grid-template-columns:1fr;} .list-panel{padding:22px 20px;} .list-panel h2{font-size:34px;} }


/* ===== SkyFit v7: training guide with YouTube ===== */
.workout-guide-section {
  margin-top: 66px;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 28px;
  background: rgba(255,255,255,.70);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 40px rgba(14,91,150,.12);
}
.workout-guide-head, .format-library-topline {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 34px;
}
.workout-guide-head > div { max-width: 660px; }
.workout-guide-head .section-title { max-width: 660px; font-size: clamp(44px, 5.3vw, 76px); }
.workout-guide-head > p { max-width: 380px; margin: 0 0 4px; color: #385271; font-size: 15px; line-height: 1.65; }
.video-workout-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; margin-top: 38px; }
.video-workout-card { overflow: hidden; border: 1px solid rgba(6,39,84,.12); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 10px 22px rgba(6,39,84,.07); }
.youtube-frame { position: relative; aspect-ratio: 16 / 9; background: #082750; }
.youtube-frame iframe { width: 100%; height: 100%; border: 0; }
.video-workout-copy { padding: 24px 24px 26px; }
.video-workout-copy .eyebrow { margin-bottom: 12px; }
.video-workout-copy h3, .format-library h3 { margin: 0; color: var(--navy); font-size: clamp(25px,2.2vw,34px); line-height: 1.05; letter-spacing: -.035em; }
.video-workout-copy > p:not(.eyebrow) { margin: 15px 0 19px; color: #3f5068; font-size: 15px; line-height: 1.65; }
.watch-link { display: inline-flex; align-items: center; gap: 10px; color: var(--blue); font-size: 14px; font-weight: 800; }
.watch-link span { font-size: 18px; }
.format-library { margin-top: 34px; padding-top: 30px; border-top: 1px solid rgba(6,39,84,.12); }
.format-library-topline { align-items: center; }
.format-library-topline h3 { font-size: clamp(26px,2.5vw,38px); }
.format-library-topline p { margin: 0; color: #52647c; font-size: 14px; }
.format-details-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 22px; }
.format-details-grid details { overflow: hidden; border: 1px solid rgba(6,39,84,.12); border-radius: 12px; background: rgba(255,255,255,.80); }
.format-details-grid summary { position: relative; padding: 16px 42px 16px 17px; color: var(--navy); cursor: pointer; font-size: 14px; font-weight: 800; list-style: none; }
.format-details-grid summary::-webkit-details-marker { display: none; }
.format-details-grid summary::after { content: '+'; position: absolute; right: 16px; top: 11px; color: var(--blue); font-size: 22px; font-weight: 400; }
.format-details-grid details[open] summary { border-bottom: 1px solid rgba(6,39,84,.10); background: linear-gradient(90deg, rgba(231,246,255,.92), rgba(255,255,255,.8)); }
.format-details-grid details[open] summary::after { content: '–'; }
.format-details-grid details p { margin: 0; padding: 14px 17px 17px; color: #43536a; font-size: 13px; line-height: 1.6; }
@media(max-width:900px) { .workout-guide-head,.format-library-topline { display:block; } .workout-guide-head > p,.format-library-topline p { margin-top:18px; } .format-details-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media(max-width:700px) { .workout-guide-section { margin-top: 40px; padding: 25px 18px; border-radius: 20px; } .video-workout-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 28px; } .video-workout-copy { padding: 20px 18px 22px; } .format-library { margin-top: 26px; padding-top: 24px; } .format-details-grid { grid-template-columns: 1fr; gap: 10px; } }
