@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap');
:root{--blue:#0a4f9d;--navy:#073567;--sky:#eaf5ff;--gold:#93a9c3;--ink:#10263d;--muted:#65778a;--white:#fff;--line:#dce9f5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}.top{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);position:sticky;top:0;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);z-index:20;border-bottom:1px solid rgba(7,53,103,.07)}.brand{display:flex;align-items:center;gap:9px;font-weight:800;color:var(--navy)}.brand img{width:42px;height:42px;object-fit:contain}.top nav{display:flex;gap:28px;font-size:14px;font-weight:600}.top nav a:hover{color:var(--blue)}.mini{padding:10px 17px;border:1px solid var(--blue);border-radius:999px;color:var(--blue);font-size:13px;font-weight:700}.hero{min-height:calc(100vh - 76px);display:grid;grid-template-columns:1.05fr .95fr;overflow:hidden;background:linear-gradient(135deg,#fff 10%,#eef8ff 100%)}.hero-copy{padding:9vh 6vw 7vh 8vw;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;position:relative}.hero-copy:after{content:"";position:absolute;width:320px;height:320px;border:1px solid rgba(200,161,90,.3);border-radius:50%;left:-190px;bottom:-120px}.hero-logo{width:95px;margin-bottom:20px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;color:var(--blue);font-size:12px;font-weight:800;margin:0 0 14px}.hero h1,.section h2{font-family:'Playfair Display',Georgia,serif}.hero h1{font-size:clamp(44px,5.3vw,82px);line-height:.98;margin:0;letter-spacing:-.035em;color:var(--navy)}.hero h1 span{color:var(--blue)}.lead{font-size:18px;color:var(--muted);margin:25px 0 30px}.cta{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--blue),#1673c9);color:#fff;padding:16px 25px;border-radius:999px;font-weight:800;font-size:14px;box-shadow:0 12px 30px rgba(10,79,157,.2);transition:.2s}.cta:hover{transform:translateY(-2px);box-shadow:0 16px 35px rgba(10,79,157,.28)}.hero-photo{display:flex;align-items:flex-end;justify-content:center;position:relative;background:radial-gradient(circle at 50% 48%,#fff 0 28%,#e8f4ff 70%)}.hero-photo:before{content:"";position:absolute;width:72%;aspect-ratio:1;border:1px solid rgba(10,79,157,.12);border-radius:50%}.hero-photo img{height:88%;max-width:92%;object-fit:contain;position:relative;z-index:1;mix-blend-mode:multiply}.section{max-width:1180px;margin:auto;padding:100px 40px}.section h2{font-size:clamp(34px,4vw,55px);line-height:1.08;color:var(--navy);margin:0 0 25px}.intro{display:grid;grid-template-columns:1fr 1.1fr;gap:70px;align-items:center}.intro>p{font-size:20px;line-height:1.7;color:var(--muted)}.locations{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:38px}.location{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 15px 45px rgba(18,65,105,.07)}.location img{width:100%;height:280px;object-fit:cover;display:block}.location div{padding:26px 28px 30px}.location span{font-size:12px;color:var(--gold);font-weight:800}.location h3{font-family:'Playfair Display',serif;color:var(--navy);font-size:28px;margin:7px 0}.location p{color:var(--muted);margin:0 0 20px}.location a,.text-link{font-weight:800;color:var(--blue);font-size:14px}.coach{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.coach-photo{background:linear-gradient(145deg,#edf7ff,#fff);border-radius:32px;overflow:hidden;min-height:520px;display:flex;align-items:flex-end}.coach-photo img{width:100%;display:block;mix-blend-mode:multiply}.coach-copy .role{color:var(--gold);font-weight:700}.coach-copy>p:not(.eyebrow):not(.role){font-size:18px;line-height:1.7;color:var(--muted);max-width:650px}.bot{max-width:1100px;border-radius:34px;background:linear-gradient(135deg,#073567,#0a5eb4);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:50px;padding:55px 65px;box-shadow:0 25px 60px rgba(7,53,103,.2)}.bot h2{color:#fff;margin-bottom:12px}.bot p{max-width:650px;line-height:1.6;color:#dbeeff}.eyebrow.light{color:#8ec8ff}.cta.white{background:#fff;color:var(--blue);white-space:nowrap;box-shadow:none}.gallery{display:grid;grid-template-columns:1.2fr .8fr 1fr;grid-auto-rows:220px;gap:12px;margin-top:35px}.gallery img{width:100%;height:100%;object-fit:cover;border-radius:18px}.gallery img:first-child{grid-row:span 2}.gallery img:nth-child(4){grid-row:span 2}.final{text-align:center;padding-top:80px;padding-bottom:110px}.final img{width:90px}.final h2{margin-top:18px}.final p{color:var(--muted);margin-bottom:28px}footer{background:#061f3a;color:#fff;padding:45px max(6vw,30px);display:flex;justify-content:space-between;align-items:center;gap:30px}footer>div:first-child{display:flex;align-items:center;gap:16px}footer img{width:58px}footer p{font-size:13px;line-height:1.6;color:#c6d7e8}.social{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:22px;font-size:13px;font-weight:700}.social a:hover{color:#8ec8ff}@media(max-width:800px){.top{height:66px;padding:0 18px}.top nav{display:none}.brand img{width:36px;height:36px}.hero{min-height:auto;grid-template-columns:1fr}.hero-copy{padding:55px 24px 25px;text-align:center;align-items:center}.hero-logo{width:78px}.hero h1{font-size:44px}.lead{font-size:16px}.hero-photo{height:480px}.hero-photo img{height:100%;max-width:100%}.section{padding:70px 22px}.intro,.coach{grid-template-columns:1fr;gap:30px}.intro>p{font-size:17px}.locations{grid-template-columns:1fr}.location img{height:220px}.coach-photo{min-height:auto;max-height:520px}.coach-photo img{object-fit:contain}.bot{margin:0 16px;padding:40px 25px;flex-direction:column;text-align:center;border-radius:26px}.gallery{grid-template-columns:1fr 1fr;grid-auto-rows:180px}.gallery img:first-child,.gallery img:nth-child(4){grid-row:span 1}.gallery img:nth-child(3){grid-row:span 2}footer{flex-direction:column;text-align:center}.social{justify-content:center}.final{padding-bottom:80px}}@media(max-width:420px){.mini{font-size:0;padding:10px 13px}.mini:after{content:'☎';font-size:18px}.hero h1{font-size:38px}.hero-photo{height:420px}.gallery{grid-auto-rows:145px}}

/* BETSY premium gradient refresh */
body{background:linear-gradient(180deg,#fff 0%,#f8fbff 48%,#fff 100%)}
.top{background:rgba(255,255,255,.86);box-shadow:0 8px 30px rgba(7,53,103,.06)}
.hero{position:relative;background:
 radial-gradient(circle at 88% 16%,rgba(255,255,255,.9) 0 2px,transparent 3px),
 radial-gradient(circle at 78% 30%,rgba(255,225,153,.8) 0 1.5px,transparent 3px),
 linear-gradient(125deg,#ffffff 0%,#f7fbff 34%,#dff1ff 64%,#9fd7ff 100%)}
.hero:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 72% 28%,rgba(255,255,255,.9),transparent 18%),radial-gradient(circle at 88% 68%,rgba(53,157,255,.18),transparent 28%)}
.hero-copy{z-index:2}
.hero-copy:after{border-color:rgba(200,161,90,.22);box-shadow:0 0 80px rgba(200,161,90,.08)}
.hero-photo{align-items:center;overflow:hidden;background:linear-gradient(145deg,rgba(228,245,255,.3),rgba(113,190,249,.23));z-index:1}
.hero-photo:before{width:78%;border-color:rgba(255,255,255,.55);box-shadow:0 0 90px rgba(255,255,255,.7),inset 0 0 80px rgba(255,255,255,.2)}
.hero-photo:after{content:"";position:absolute;width:440px;height:440px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.75),rgba(255,255,255,0) 68%);filter:blur(4px)}
.hero-photo img{width:118%;height:118%;max-width:none;object-fit:contain;mix-blend-mode:multiply;z-index:2;transform:translateY(3%) scale(1.1)}
.hero h1 span{background:linear-gradient(90deg,#0750a0,#1a78c9);-webkit-background-clip:text;background-clip:text;color:transparent}
.cta{background:linear-gradient(120deg,#06478f 0%,#0871d1 58%,#35a9ff 100%);border:1px solid rgba(255,255,255,.42);box-shadow:0 13px 32px rgba(5,88,174,.24),inset 0 1px 0 rgba(255,255,255,.35)}
.section{position:relative}.location{box-shadow:0 18px 55px rgba(18,65,105,.09);transition:.25s}.location:hover{transform:translateY(-4px);box-shadow:0 24px 65px rgba(18,65,105,.14)}
.bot{position:relative;overflow:hidden;background:linear-gradient(125deg,#052c5c 0%,#0757a9 50%,#1596e6 100%);box-shadow:0 28px 70px rgba(7,53,103,.25)}

.final:before{content:"";position:absolute;inset:8% 12%;z-index:-1;background:radial-gradient(ellipse,rgba(184,225,255,.32),transparent 65%)}
@media(max-width:800px){.hero-photo{height:390px}.hero-photo img{width:125%;height:125%;transform:translateY(0) scale(1.06)}.hero-copy:before{right:10%;top:8%}}


/* BETSY pearl / scattered silver finish */
.hero{isolation:isolate;background:
  radial-gradient(ellipse at 8% 24%,rgba(255,255,255,.98) 0 18%,transparent 45%),
  radial-gradient(ellipse at 82% 20%,rgba(211,236,255,.82),transparent 43%),
  radial-gradient(ellipse at 70% 78%,rgba(222,214,255,.46),transparent 36%),
  linear-gradient(122deg,#ffffff 0%,#f4fbff 34%,#dcefff 67%,#bcdfff 100%)}
.hero:before{content:"";position:absolute;inset:-18%;z-index:0;pointer-events:none;opacity:.88;background:
  radial-gradient(ellipse at 18% 48%,transparent 0 38%,rgba(255,255,255,.92) 39% 40%,rgba(189,228,255,.42) 41% 42%,transparent 44%),
  radial-gradient(ellipse at 70% 42%,transparent 0 43%,rgba(255,255,255,.88) 44% 45%,rgba(221,207,255,.38) 46% 47%,transparent 49%);
  transform:rotate(-8deg);filter:blur(.25px)}
.hero:after{z-index:0;background:
  radial-gradient(circle at 13% 18%,rgba(255,255,255,.98) 0 1px,rgba(209,225,242,.8) 1.5px 2px,transparent 3px),
  radial-gradient(circle at 28% 76%,rgba(255,255,255,.98) 0 1.2px,rgba(184,210,236,.72) 1.7px 2.4px,transparent 3.3px),
  radial-gradient(circle at 72% 13%,rgba(255,255,255,.98) 0 1.4px,rgba(209,194,255,.62) 1.9px 2.6px,transparent 3.5px),
  radial-gradient(circle at 89% 39%,rgba(255,255,255,.98) 0 1px,rgba(175,216,244,.78) 1.5px 2.2px,transparent 3px),
  radial-gradient(circle at 81% 81%,rgba(255,255,255,.98) 0 1.3px,rgba(206,219,234,.76) 1.8px 2.5px,transparent 3.4px),
  radial-gradient(circle at 48% 30%,rgba(255,255,255,.95),transparent 19%),
  radial-gradient(circle at 86% 70%,rgba(175,218,255,.2),transparent 29%)}
.hero-copy,.hero-photo{z-index:2}.hero-copy:after{border-color:rgba(192,214,235,.28);box-shadow:0 0 90px rgba(191,223,247,.18)}
.hero-photo{background:linear-gradient(145deg,rgba(239,249,255,.2),rgba(176,219,250,.18))}
.hero-photo:before{border-color:rgba(225,238,249,.48);box-shadow:0 0 100px rgba(255,255,255,.78),inset 0 0 90px rgba(222,238,255,.22)}
.cta{background:linear-gradient(115deg,#06498f 0%,#0873d2 53%,#6aaeff 78%,#9e8fe9 100%);box-shadow:0 13px 34px rgba(5,88,174,.23),0 0 24px rgba(187,215,255,.24),inset 0 1px 0 rgba(255,255,255,.5)}
.location span,.coach-copy .role{color:#668cb8}
.bot{background:
  radial-gradient(ellipse at 90% 5%,rgba(177,205,255,.34),transparent 34%),
  radial-gradient(ellipse at 8% 90%,rgba(166,228,255,.22),transparent 34%),
  linear-gradient(125deg,#052c5c 0%,#0757a9 52%,#5179c9 78%,#8b82d8 115%)}
.bot:before{content:"";position:absolute;inset:-45% -20%;pointer-events:none;opacity:.55;background:radial-gradient(ellipse at center,transparent 0 46%,rgba(255,255,255,.75) 47% 48%,rgba(190,221,255,.38) 49% 50%,transparent 52%);transform:rotate(-12deg)}
.bot>*{position:relative;z-index:1}
.section:nth-of-type(even):before{content:"";position:absolute;left:-8vw;right:-8vw;top:8%;bottom:8%;z-index:-1;pointer-events:none;background:radial-gradient(ellipse at 16% 30%,rgba(205,234,255,.18),transparent 32%),radial-gradient(ellipse at 82% 68%,rgba(222,214,255,.13),transparent 28%)}

/* BETSY compact layout — 17.09.2026 */
.top{height:68px}
.hero{min-height:0;height:680px}
.hero-copy{padding:48px 5vw 44px 7vw;justify-content:center}
.hero-logo{width:78px;margin-bottom:14px}
.eyebrow{margin-bottom:10px}
.hero h1{font-size:clamp(42px,4.65vw,70px)}
.lead{margin:18px 0 22px;font-size:17px}
.hero-photo img{width:108%;height:108%;transform:translateY(1%) scale(1.04)}
.section{padding:58px 40px}
.section h2{margin-bottom:18px}
.intro{gap:48px}
.intro>p{font-size:18px;line-height:1.6}
.locations{margin-top:24px;gap:22px}
.location img{height:235px}
.location div{padding:20px 26px 23px}
.location h3{font-size:26px;margin:5px 0}
.location p{margin-bottom:14px}
.coach{gap:50px;padding-top:42px;padding-bottom:58px}
.coach-photo{min-height:430px}
.coach-copy>p:not(.eyebrow):not(.role){font-size:17px;line-height:1.6}
.bot{padding:42px 52px}
.gallery{margin-top:24px;grid-auto-rows:200px}
.final{padding-top:52px;padding-bottom:68px}
.final img{width:76px}
.final h2{margin-top:12px}
.final p{margin-bottom:22px}
footer{padding:32px max(6vw,30px)}

@media(max-width:800px){
 .top{height:62px}
 .hero{height:auto}
 .hero-copy{padding:40px 22px 24px}
 .hero-photo{height:340px}
 .hero-photo img{width:118%;height:118%;transform:none}
 .section{padding:46px 22px}
 .intro,.coach{gap:24px}
 .locations{margin-top:20px}
 .location img{height:205px}
 .location div{padding:18px 20px 21px}
 .coach{padding-top:38px;padding-bottom:46px}
 .coach-photo{max-height:440px}
 .bot{padding:34px 24px}
 .gallery{margin-top:20px;grid-auto-rows:165px}
 .final{padding-top:44px;padding-bottom:56px}
}

/* BETSY compact fix v2 — remove oversized vertical gaps */
@media (min-width:801px){
  .top{height:68px}
  .hero{height:560px;min-height:560px!important;align-items:stretch}
  .hero-copy{padding:42px 5vw 36px 7vw;justify-content:flex-start}
  .hero-logo{width:72px;margin:0 0 10px}
  .eyebrow{margin:0 0 8px}
  .hero h1{font-size:clamp(40px,4.25vw,64px);line-height:.96}
  .lead{margin:16px 0 20px;font-size:16px}
  .cta{padding:14px 22px}
  .hero-photo{min-height:0}
  .hero-photo img{width:100%;height:100%;max-width:100%;transform:none;object-fit:contain}

  .section{padding-top:38px;padding-bottom:38px}
  .intro{gap:36px}
  .intro>p{margin:0;font-size:17px;line-height:1.55}
  .section h2{margin-bottom:14px}
  .locations{margin-top:18px}
  .location img{height:190px}
  .location div{padding:16px 24px 19px}
  .location p{margin-bottom:11px}

  .coach{gap:42px;padding-top:38px;padding-bottom:38px}
  .coach-photo{min-height:350px;max-height:390px}
  .coach-photo img{height:100%;object-fit:contain;object-position:center bottom}
  .coach-copy h2{margin-bottom:12px}
  .coach-copy .role{margin:0 0 10px}
  .coach-copy>p:not(.eyebrow):not(.role){margin:0 0 12px;font-size:16px;line-height:1.5}

  .bot{padding:32px 44px}
  .bot h2{margin-bottom:8px}
  .bot p{margin:0}
  .gallery{margin-top:18px;grid-auto-rows:180px}
  .final{padding-top:38px;padding-bottom:48px}
}


/* BETSY compact v3 — definitive desktop spacing */
@media (min-width:801px){
  .hero{height:500px!important;min-height:500px!important;}
  .hero-copy{padding:30px 5vw 30px 7vw!important;justify-content:center!important;}
  .hero-logo{width:68px!important;margin-bottom:8px!important;}
  .eyebrow{margin-bottom:7px!important;}
  .hero h1{font-size:clamp(38px,4vw,60px)!important;}
  .lead{margin:12px 0 17px!important;}
  .hero-photo img{height:96%!important;width:96%!important;transform:none!important;}
  .section{padding-top:30px!important;padding-bottom:30px!important;}
  .locations{margin-top:15px!important;}
  .location img{height:180px!important;}
  .coach{padding-top:30px!important;padding-bottom:30px!important;}
  .coach-photo{min-height:330px!important;max-height:350px!important;}
  .gallery{margin-top:15px!important;grid-auto-rows:170px!important;}
  .final{padding-top:34px!important;padding-bottom:42px!important;}
}

/* BETSY v4 — hard compact override */
@media (min-width:801px){
  section.hero{height:470px!important;min-height:470px!important;max-height:470px!important;}
  section.hero .hero-copy{height:470px!important;min-height:0!important;padding:24px 5vw 24px 7vw!important;justify-content:flex-start!important;}
  section.hero .hero-logo{width:62px!important;margin:0 0 7px!important;}
  section.hero .eyebrow{margin:0 0 6px!important;}
  section.hero h1{font-size:clamp(36px,3.7vw,56px)!important;line-height:.96!important;}
  section.hero .lead{margin:10px 0 14px!important;font-size:16px!important;}
  section.hero .cta{padding:13px 21px!important;}
  section.hero .hero-photo{height:470px!important;min-height:0!important;align-items:center!important;}
  section.hero .hero-photo img{height:92%!important;width:92%!important;max-width:92%!important;object-fit:contain!important;transform:none!important;}
  main>.section{padding-top:28px!important;padding-bottom:28px!important;}
  main>.coach.section{padding-top:28px!important;padding-bottom:28px!important;}
  main>.bot.section{padding:30px 42px!important;}
}
/* BETSY FIX — compact desktop */
@media (min-width:801px){

  html,body{
    margin:0!important;
    padding:0!important;
  }

  section.hero{
    height:520px!important;
    min-height:520px!important;
    max-height:520px!important;
    overflow:hidden!important;
  }

  section.hero .hero-copy{
    height:520px!important;
    min-height:0!important;
    box-sizing:border-box!important;
    padding:45px 7vw 30px!important;
    justify-content:center!important;
  }

  section.hero .hero-photo{
    height:520px!important;
    min-height:0!important;
    max-height:520px!important;
    overflow:hidden!important;
  }

  section.hero .hero-photo img{
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    max-height:none!important;
    object-fit:contain!important;
  }

  main > section{
    min-height:0!important;
  }

  main > .section{
    padding-top:35px!important;
    padding-bottom:35px!important;
  }

  main > #locations{
    padding-top:30px!important;
    padding-bottom:30px!important;
  }

  main > #coach{
    padding-top:30px!important;
    padding-bottom:30px!important;
  }

  main > .bot{
    padding-top:35px!important;
    padding-bottom:35px!important;
  }

  main > .gallery{
    padding-top:30px!important;
    padding-bottom:30px!important;
  }

  main > .final{
    padding-top:40px!important;
    padding-bottom:45px!important;
  }
}
