/* vitekfitness.com. Built from src/site.css by build.py, with the
   working notes removed. Edit src/site.css, not this file. */
@font-face{
  font-family:'Manrope';
  font-style:normal;
  font-weight:400 800;
  font-display:swap;
  src:url(fonts/manrope-latin-ext.woff2) format('woff2');
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face{
  font-family:'Manrope';
  font-style:normal;
  font-weight:400 800;
  font-display:swap;
  src:url(fonts/manrope-latin.woff2) format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root{
  --forest:#244E43;
  --forest-deep:#1A3A32;
  --moss:#489C86;
  --accent:#24AC88;
  --ground:#EDEDE8;
  --surface:#FDFDFC;
  --ink:#1B211E;
  --muted:#6C7772;
  --line:rgba(27,33,30,.13);
  --line-light:rgba(253,253,252,.20);
  --shell:min(1200px,100% - 48px);
  --col:min(660px,100%);

  --nav-h:calc(70px + env(safe-area-inset-top,0px));
}

html{scroll-padding-top:var(--nav-h)}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:clip}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation-duration:.01ms!important;transition-duration:.01ms!important}}
body{
  margin:0;
  background:var(--ground);
  color:var(--ink);

  font-family:'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;
  font-size:17px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block}
a{color:inherit}

.eyebrow{
  font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  color:var(--moss);margin:0 0 20px;
}

.intro-copy .eyebrow,.app-copy .eyebrow,.studio-copy .eyebrow,.cta-in .eyebrow{margin-bottom:0}
.eyebrow.centred{text-align:center}
h1,h2,h3{text-wrap:balance;margin:0}
h2{
  font-size:clamp(30px,4.4vw,46px);font-weight:800;letter-spacing:-.025em;
  line-height:1.1;
}
h3{font-size:21px;font-weight:700;letter-spacing:-.012em;line-height:1.28}
p{margin:0}
.lede{font-size:clamp(18px,2.1vw,21px);line-height:1.6;color:var(--ink)}
.body-muted{color:var(--muted)}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:9px;

  font-size:14.5px;font-weight:700;letter-spacing:.012em;
  padding:13px 26px;border-radius:100px;text-decoration:none;
  border:1.5px solid transparent;cursor:pointer;
  transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;
}
.btn:active{transform:translateY(1px)}
.btn-solid{background:var(--accent);color:#fff;border-color:var(--accent)}
.btn-solid:hover{background:#1f9376;border-color:#1f9376}
.btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.55)}
.btn-ghost:hover{background:rgba(255,255,255,.12);border-color:#fff}
.btn-dark{background:var(--forest);color:#fff;border-color:var(--forest)}
.btn-dark:hover{background:var(--forest-deep);border-color:var(--forest-deep)}
.btn-white{background:#fff;color:var(--forest);border-color:#fff}
.btn-white:hover{background:var(--surface);border-color:var(--surface)}

.btn-quiet{background:transparent;color:var(--forest);border-color:rgba(36,78,67,.28)}
.btn-quiet:hover{background:rgba(36,78,67,.06);border-color:var(--forest)}
a:focus-visible,button:focus-visible{outline:2.5px solid var(--accent);outline-offset:3px;border-radius:4px}

.nav{
  position:fixed;top:0;left:0;right:0;z-index:60;
  padding:14px 0 calc(14px);
  padding-top:calc(14px + env(safe-area-inset-top,0px));
  transition:background .25s ease,box-shadow .25s ease,padding .25s ease;
}

.nav.solid{background:var(--ground)}

.nav-in{
  width:calc(100% - clamp(48px,5vw,96px));margin-inline:auto;
  display:flex;align-items:center;gap:20px;
}
.mark{display:flex;align-items:center;gap:10px;text-decoration:none;flex:none}
.mark .vf{width:40px;height:35px;flex:none;color:#fff;transition:color .25s ease}
.nav.solid .mark .vf,.nav.ink .mark .vf,.nav.open .mark .vf{color:var(--forest)}
.mark-word{
  font-size:13px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;
  color:#fff;transition:color .25s ease;line-height:1.1;
}
.nav.solid .mark-word,.nav.ink .mark-word{color:var(--ink)}
.nav-links{margin-left:auto;display:flex;align-items:center;gap:6px}
.nav-links a{
  font-size:14.5px;font-weight:600;text-decoration:none;color:rgba(255,255,255,.88);
  padding:9px 14px;border-radius:100px;transition:color .2s ease,background .2s ease;

  white-space:nowrap;
}

@media (min-width:861px) and (max-width:980px){
  .nav-links{gap:2px}
  .nav-links a{padding-inline:10px}
  .lang{margin-left:4px}
}
.nav-links a:hover{background:rgba(255,255,255,.14);color:#fff}
.nav.solid .nav-links a,.nav.ink .nav-links a{color:var(--muted)}
.nav.solid .nav-links a:hover,.nav.ink .nav-links a:hover{background:rgba(27,33,30,.06);color:var(--ink)}
.nav-links a.pill{background:var(--accent);color:#fff}
.nav-links a.pill:hover{background:#1f9376;color:#fff}
.nav.solid .nav-links a.pill,.nav.ink .nav-links a.pill{background:var(--accent);color:#fff}
.nav.solid .nav-links a.pill:hover,.nav.ink .nav-links a.pill:hover{background:#1f9376;color:#fff}
.lang{display:flex;align-items:center;gap:2px;margin-left:8px;flex:none}

.lang a,.lang .lang-on{
  font-family:inherit;font-size:12.5px;font-weight:700;letter-spacing:.07em;
  text-decoration:none;
  background:none;border:0;cursor:pointer;padding:7px 8px;border-radius:7px;
  color:rgba(255,255,255,.55);transition:color .2s ease,background .2s ease;
}
.lang .lang-on{cursor:default}
.lang .lang-on{color:#fff}
.nav.solid .lang a,.nav.ink .lang a{color:rgba(27,33,30,.38)}
.nav.solid .lang .lang-on,.nav.ink .lang .lang-on{color:var(--ink)}

.lang span[aria-hidden]{color:rgba(255,255,255,.3);font-size:12px}
.nav.solid .lang span[aria-hidden],.nav.ink .lang span[aria-hidden]{color:var(--line)}

.burger{
  display:none;flex-direction:column;justify-content:center;gap:5px;
  width:42px;height:42px;padding:0 9px;background:none;border:0;cursor:pointer;
  border-radius:10px;flex:none;
}
.burger span{display:block;height:2px;width:100%;background:#fff;border-radius:2px;transition:background .25s ease,transform .25s ease,opacity .2s ease}
.nav.solid .burger span,.nav.ink .burger span{background:var(--ink)}
.nav.open .burger span{background:var(--ink)}
.nav.open .burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav.open .burger span:nth-child(2){opacity:0}
.nav.open .burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.drawer{display:none}
@media (max-width:860px){
  .nav-links a.desk{display:none}
  .nav-in{gap:10px}
  .burger{display:flex}

  .nav.open{background:var(--ground);box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}
  .nav.open .mark-word{color:var(--ink)}

  .nav-links a.pill{display:none}
  .nav.open .lang a{color:rgba(27,33,30,.38)}
  .nav.open .lang .lang-on{color:var(--ink)}
  .nav.open .lang span[aria-hidden]{color:var(--line)}

  .nav-in{position:relative;z-index:2}

  .drawer{
    display:block;position:fixed;inset:0;z-index:1;
    background:var(--ground);
    overflow-y:auto;-webkit-overflow-scrolling:touch;
    opacity:0;visibility:hidden;pointer-events:none;
    transition:opacity .3s ease,visibility 0s linear .3s;
  }
  .nav.open .drawer{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .3s ease}
  .drawer-in{
    width:var(--shell);margin-inline:auto;
    min-height:100%;display:flex;flex-direction:column;
    padding-top:calc(var(--nav-h) + clamp(26px,6vh,64px));
    padding-bottom:calc(28px + env(safe-area-inset-bottom,0px));
  }
  .drawer-links{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(6px,1.6vh,14px)}
  .drawer-links a{
    text-decoration:none;color:var(--ink);
    font-size:clamp(30px,8.4vw,40px);font-weight:800;
    letter-spacing:-.03em;line-height:1.16;padding:6px 0;
  }
  .drawer-links a[aria-current="page"]{color:var(--moss)}

  .drawer-links a{opacity:0;transform:translateY(16px)}
  .nav.open .drawer-links a{
    opacity:1;transform:none;
    transition:opacity .4s ease,transform .5s cubic-bezier(.22,.68,.31,1);
  }
  .nav.open .drawer-links a:nth-child(1){transition-delay:.05s}
  .nav.open .drawer-links a:nth-child(2){transition-delay:.11s}
  .nav.open .drawer-links a:nth-child(3){transition-delay:.17s}
  .nav.open .drawer-links a:nth-child(4){transition-delay:.23s}
  .nav.open .drawer-links a:nth-child(5){transition-delay:.29s}

  .nav.open .drawer-links a:nth-child(6){transition-delay:.35s}
  .nav.open .drawer-links a:nth-child(7){transition-delay:.41s}
  .drawer-foot{
    margin-top:auto;padding-top:clamp(28px,5vh,52px);
    display:flex;flex-direction:column;gap:14px;
    font-size:14.5px;color:var(--muted);line-height:1.6;
    opacity:0;transition:opacity .4s ease .28s;
  }
  .nav.open .drawer-foot{opacity:1}
  .drawer-foot a{text-decoration:none;font-weight:700;color:var(--forest)}
  .drawer-foot address{font-style:normal}
  @media (prefers-reduced-motion:reduce){
    .drawer-links a,.nav.open .drawer-links a{opacity:1;transform:none;transition:none}
    .drawer-foot{opacity:1;transition:none}
  }
}

html.menu-open,html.menu-open body{overflow:hidden}

.hero{
  position:relative;overflow:hidden;background:var(--forest);

  min-height:600px;
  min-height:100svh;
  padding:clamp(150px,22vh,220px) 0 clamp(70px,10vh,110px);
  display:flex;align-items:center;
}
.hero video,.hero .hero-fallback{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;
  object-position:50% 50%;
}

@media (max-width:700px){
  .hero video{object-position:var(--hero-focus,50%) 50%}
}
.hero::after{
  content:"";position:absolute;inset:0;z-index:1;

  background:none;
}
.hero-in{position:relative;z-index:2;width:var(--shell);margin-inline:auto;text-align:center;color:#fff}

.hero h1{
  display:flex;flex-direction:column;gap:clamp(14px,2.2vh,22px);align-items:center;
  text-shadow:0 2px 12px rgba(12,20,17,.42);
}
.hero-name{
  font-size:clamp(38px,8.4vw,92px);font-weight:800;letter-spacing:.055em;
  line-height:1;text-transform:uppercase;
}

.hero-sub{
  font-size:clamp(21px,3.1vw,34px);font-weight:500;letter-spacing:.005em;
  line-height:1.25;color:#fff;max-width:22ch;
  text-shadow:0 2px 16px rgba(12,20,17,.62);
}
.hero-actions{display:flex;flex-wrap:wrap;gap:13px;justify-content:center;margin-top:clamp(34px,5.6vh,58px)}

section{position:relative}
.wrap{width:var(--shell);margin-inline:auto}

.pad{padding-block:clamp(72px,6.4vw,84px)}
.pad-sm{padding-block:clamp(56px,5vw,64px)}

.band-forest{background:var(--forest);color:#fff}
.band-forest .eyebrow{color:var(--accent)}
.band-forest .body-muted{color:rgba(253,253,252,.74)}

.band-forest .lede{color:#fff}
.band-forest .intro-more a{color:#fff;border-bottom-color:rgba(253,253,252,.38)}
@media (hover:hover) and (pointer:fine){
  .band-forest .intro-more a:hover{border-bottom-color:#fff}
}

.intro{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(36px,6vw,80px);align-items:center}
.intro-copy{display:flex;flex-direction:column;gap:20px;align-items:flex-start;max-width:var(--col)}

.intro-copy.opening{max-width:820px}

.first-screen{
  min-height:calc(100svh - var(--nav-h));
  display:flex;align-items:center;
}

.fill-screen{
  min-height:100svh;
  display:flex;align-items:center;
}

.first-screen,.fill-screen,.pad.band-forest{position:relative}
.next-up{
  position:absolute;left:0;right:0;bottom:clamp(16px,2.2vh,26px);
  display:flex;align-items:center;justify-content:center;gap:7px;
  font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--muted);text-decoration:none;
  transition:color .2s ease,transform .2s ease;
}
.next-up svg{width:15px;height:15px;flex:0 0 auto}

.band-forest .next-up{color:rgba(253,253,252,.66)}
@media (hover:hover){
  .next-up:hover{color:var(--forest);transform:translateY(2px)}
  .band-forest .next-up:hover{color:#fff}
}
@media (prefers-reduced-motion:reduce){ .next-up{transition:none} }

.intro-more{font-size:16px}
.intro-more a{
  display:inline-flex;align-items:center;gap:7px;
  color:var(--forest);font-weight:700;text-decoration:none;
  border-bottom:1.5px solid rgba(36,78,67,.28);padding-bottom:2px;
  transition:border-color .2s ease;
}
.intro-more a svg{width:16px;height:16px;flex:none}
@media (hover:hover) and (pointer:fine){
  .intro-more a:hover{border-bottom-color:var(--forest)}
}

.intro-actions{display:flex;flex-wrap:wrap;gap:10px}

.two-line span{display:block}
.two-line .line2{color:var(--moss)}
.intro-portrait{position:relative;width:100%;max-width:460px;justify-self:end}

.intro.flip{grid-template-columns:.85fr 1.15fr}
.intro.flip .intro-portrait{justify-self:start}
.intro-portrait .shot-main{width:100%;border-radius:20px;aspect-ratio:4/5;object-fit:cover;object-position:50% 22%}

@media (min-width:901px) and (max-height:840px){
  .pad:not(.cta):not(.story-pad){--fs-pad:clamp(34px,5.4vh,72px);padding-block:var(--fs-pad)}
  .intro-portrait{
    max-width:min(460px, calc((100svh - var(--nav-h) - 2 * var(--fs-pad)) * 0.8));
  }
}

@media (max-width:900px){
  .pad.first-screen{padding-block:clamp(40px,5.2vh,72px)}
}

@media (max-width:900px){
  .intro{grid-template-columns:1fr;gap:38px}

  .intro.flip{grid-template-columns:1fr}

  .intro.flip .intro-copy{order:-1}
  .intro-portrait{max-width:400px;justify-self:start}
}

.app{display:grid;grid-template-columns:1fr .9fr;gap:clamp(34px,5vw,74px)}
.app-copy{display:flex;flex-direction:column;gap:20px;align-items:flex-start;max-width:var(--col)}
.app-copy h2{color:#fff}

.band-forest .body-muted b{color:#fff;font-weight:700}
.app-shot{display:flex;justify-content:center}
.app-shot img{max-width:340px;width:100%;border-radius:18px}
@media (max-width:880px){.app{grid-template-columns:1fr;gap:40px}.app-shot img{max-width:280px}}

.quotes-head{display:flex;gap:30px;flex-wrap:wrap;justify-content:center}
.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(18px,2.4vw,28px)}
.quote{
  background:var(--surface);border-radius:18px;padding:30px 28px 26px;
  display:flex;flex-direction:column;gap:18px;
  box-shadow:0 1px 3px rgba(27,33,30,.05),0 8px 24px rgba(27,33,30,.045);
}
.quote-mark{font-size:44px;line-height:.6;color:var(--moss);font-weight:800;height:20px}
.quote p{font-size:16px;line-height:1.6}
.quote cite{
  margin-top:auto;font-style:normal;font-size:12.5px;font-weight:700;
  letter-spacing:.1em;text-transform:uppercase;color:var(--moss);
}
.badge{width:78px;height:auto;flex:none}
@media (max-width:880px){.quotes{grid-template-columns:1fr}}

.studio{display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(34px,5vw,70px);align-items:start}
.studio img{width:100%;border-radius:20px}
.studio-copy{display:flex;flex-direction:column;gap:20px;align-items:flex-start;max-width:var(--col)}

.included,.dancer{
  position:relative;
  background:rgba(36,172,136,.10);
  border-left:4px solid var(--accent);
  border-radius:14px;
  padding:17px 22px 17px 20px;
  font-size:15.5px;font-weight:600;line-height:1.55;
}

.included{display:flex;align-items:center;gap:12px}

@media (max-width:880px){
  .studio{grid-template-columns:1fr;gap:26px}
  .studio-copy{order:-1}
}

.page-head{
  background:var(--ground);text-align:center;
  padding-top:calc(var(--nav-h) + clamp(34px,5vh,60px));
  padding-bottom:clamp(4px,1vw,10px);
}
.page-head h1{
  font-size:clamp(34px,5.4vw,58px);font-weight:800;letter-spacing:-.03em;line-height:1.06;
}

.page-lead{max-width:640px;margin-inline:auto;text-align:center}

.lead-pad{padding-block:clamp(30px,3.4vw,38px) clamp(16px,2vw,22px)}

.nav-links a.here{color:#fff}
.nav.solid .nav-links a.here,.nav.ink .nav-links a.here{color:var(--ink)}
.drawer-in a[aria-current="page"]{color:var(--forest);font-weight:700}

.story-pad{padding-block:60px}

.story-pad.band-forest{padding-block:clamp(72px,6.4vw,84px)}

.story{display:grid;grid-template-columns:1fr 1fr;gap:clamp(30px,5vw,70px);align-items:start}
.story-copy{display:flex;flex-direction:column;gap:18px;max-width:var(--col)}
.story-copy h2{font-size:clamp(26px,3.4vw,38px);margin-bottom:2px}
.story-copy .dancer{margin-top:4px}
.story-shot img{width:100%;border-radius:20px;aspect-ratio:3/2;object-fit:cover}

.story-shot.tall img{aspect-ratio:4/5;max-width:430px;margin-inline:auto}
.story.flip .story-copy{order:2}
@media (max-width:900px){
  .story{grid-template-columns:1fr;gap:30px}
  .story.flip .story-copy{order:0}
}

.price-page{padding-top:clamp(24px,3vw,38px)}
.js .price-page .len-switch{margin-top:0}

.tips-page{padding-top:clamp(36px,4vw,48px)}
.tips{max-width:780px;margin-inline:auto}
.tips h2{
  font-size:clamp(26px,3.2vw,34px);font-weight:800;letter-spacing:-.03em;
  margin:clamp(40px,4.6vw,58px) 0 18px;
}
.tips > h2:first-of-type{margin-top:0}
.tip{
  background:var(--surface);border-radius:18px;
  padding:clamp(22px,2.6vw,30px);
  box-shadow:0 1px 3px rgba(27,33,30,.05),0 10px 28px rgba(27,33,30,.05);
}
.tip + .tip{margin-top:16px}

.tip h3{
  font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;
  color:var(--moss);margin-bottom:10px;
}
.tip-lead{
  font-size:clamp(21px,2.6vw,25px)!important;font-weight:800;line-height:1.25;
  color:var(--ink)!important;letter-spacing:-.025em;margin-bottom:16px;
}
.tip-body p{font-size:16px;line-height:1.68;color:var(--muted)}
.tip-body p b{color:var(--ink);font-weight:700}
.tip-body p + p,.tip-body ul + p,.tip-body p + ul{margin-top:11px}
.tip-shot{margin:18px 0 0}
.tip-shot img{width:100%;border-radius:14px;aspect-ratio:4/3;object-fit:cover}
.tip-head{
  font-size:12px!important;font-weight:800;letter-spacing:.12em;text-transform:uppercase;
  color:var(--moss)!important;margin-top:16px!important;margin-bottom:2px;
}
.tip-list{display:grid;gap:8px;padding:0;margin:0}
.tip-list li{
  list-style:none;display:flex;gap:10px;font-size:16px;line-height:1.6;color:var(--muted);
}
.tip-list li::before{content:"";flex:none;width:5px;height:5px;border-radius:50%;background:var(--moss);margin-top:9px}

.burn{
  margin:20px 0 clamp(24px,3vw,32px);
  padding:clamp(16px,2.2vw,20px);
  border:1px solid var(--line);border-radius:14px;
  display:flex;flex-direction:column;gap:13px;
}
.burn figcaption{
  font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;
  color:var(--moss);margin-bottom:4px;
}
.burn-top{display:flex;justify-content:space-between;gap:12px;font-size:14.5px;margin-bottom:5px}
.burn-top b{font-weight:700;color:var(--ink);flex:none}
.burn-track{height:9px;border-radius:100px;background:rgba(27,33,30,.075);overflow:hidden}

.burn-fill{height:100%;border-radius:100px;background:var(--accent);width:var(--w)}
.js .burn .burn-fill{width:0;transition:width 1.05s cubic-bezier(.22,.68,.31,1)}
.js .burn.shown .burn-fill{width:var(--w)}
.js .burn.shown .burn-row:nth-child(3) .burn-fill{transition-delay:.09s}
.js .burn.shown .burn-row:nth-child(4) .burn-fill{transition-delay:.18s}
.js .burn.shown .burn-row:nth-child(5) .burn-fill{transition-delay:.27s}
@media (prefers-reduced-motion:reduce){.js .burn .burn-fill{transition:none;width:var(--w)}}

.tips-app{
  margin-top:clamp(34px,4vw,50px);
  background:var(--surface);border-radius:18px;
  padding:clamp(24px,2.8vw,34px);
  box-shadow:0 1px 3px rgba(27,33,30,.05),0 10px 28px rgba(27,33,30,.05);
}
.tips-app summary{list-style:none;cursor:pointer}
.tips-app summary::-webkit-details-marker{display:none}
.tips-app summary::marker{content:""}

.tip-kicker{
  font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;
  color:var(--moss);margin:0 0 8px;
}
.tips-app h3{font-size:20px;margin-bottom:10px}

.tips-app-say{font-size:16px;line-height:1.68;color:var(--muted)}
.tips-app-open{
  display:inline-flex;align-items:center;gap:9px;margin-top:16px;
  font-size:14.5px;font-weight:700;color:var(--forest);
}
.tips-app-open::after{
  content:"";flex:none;width:8px;height:8px;
  border-right:2px solid currentColor;border-bottom:2px solid currentColor;
  transform:rotate(45deg);
  transition:transform .28s cubic-bezier(.3,.8,.3,1);
}
.tips-app[open] .tips-app-open::after{transform:rotate(-135deg)}
.tips-app-more{margin-top:clamp(22px,2.6vw,30px);animation:faqIn .38s ease}
.tips-app-more .phone-caption{color:var(--muted)}
.tips-app-more .phone-dots button{background:rgba(27,33,30,.18)}
@media (hover:hover) and (pointer:fine){.tips-app-more .phone-dots button:hover{background:rgba(27,33,30,.4)}}
.tips-app-more .phone-dots button[aria-current="true"]{background:var(--accent)}
@media (prefers-reduced-motion:reduce){.tips-app-more{animation:none}}

.legal-page{padding-top:clamp(18px,2.4vw,30px)}
.legal{max-width:720px;margin-inline:auto}
.legal h2{
  font-size:clamp(18px,2.1vw,21px);letter-spacing:-.015em;
  margin:clamp(30px,3.4vw,42px) 0 10px;
}
.legal h2:first-of-type{margin-top:0}
.legal p{font-size:16px;line-height:1.72;color:var(--muted)}
.legal p + p{margin-top:12px}
.legal a{color:var(--forest);font-weight:600;text-underline-offset:3px}
.legal .legal-lang{
  margin-bottom:clamp(26px,3vw,36px);font-size:14.5px;
  color:var(--muted);font-style:normal;
}
.legal .legal-date{margin-top:clamp(30px,3.4vw,42px);font-size:14.5px}

.faq-page{padding-top:clamp(24px,3vw,38px)}

.faq{
  max-width:1060px;margin-inline:auto;
  display:flex;flex-direction:column;gap:clamp(30px,3.6vw,46px);
}
.faq-group{
  display:grid;grid-template-columns:200px minmax(0,780px);
  column-gap:clamp(24px,4vw,60px);align-items:start;justify-content:center;
}
.faq h2{
  font-size:clamp(20px,2.3vw,25px);letter-spacing:-.02em;
  margin:0;padding-top:6px;text-align:start;
}
@media (max-width:900px){
  .faq{max-width:820px}
  .faq-group{grid-template-columns:1fr;row-gap:14px}
}
.faq-card{
  background:var(--surface);border-radius:18px;overflow:hidden;
  box-shadow:0 1px 3px rgba(27,33,30,.05),0 10px 28px rgba(27,33,30,.05);
}
.faq-card details + details{border-top:1px solid var(--line)}
.faq-card summary{
  list-style:none;cursor:pointer;
  display:flex;align-items:flex-start;gap:18px;
  padding:17px clamp(18px,2.2vw,24px);
  font-size:16.5px;font-weight:700;line-height:1.45;letter-spacing:-.01em;
  transition:background .18s ease;
}
.faq-card summary::-webkit-details-marker{display:none}
.faq-card summary::marker{content:""}
.faq-card summary::after{
  content:"";flex:none;margin-left:auto;margin-top:6px;
  width:9px;height:9px;
  border-right:2.2px solid var(--moss);border-bottom:2.2px solid var(--moss);
  transform:rotate(45deg);transform-origin:60% 60%;
  transition:transform .28s cubic-bezier(.3,.8,.3,1);
}
.faq-card details[open] summary::after{transform:rotate(-135deg)}
@media (hover:hover) and (pointer:fine){
  .faq-card summary:hover{background:rgba(27,33,30,.025)}
}
.faq-a{
  padding:0 clamp(18px,2.2vw,24px) 19px;
  font-size:16px;line-height:1.62;color:var(--muted);max-width:66ch;
}
.faq-a p + p{margin-top:9px}
.faq-a b{color:var(--ink);font-weight:700}
.faq-card details[open] .faq-a{animation:faqIn .34s ease}
@keyframes faqIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){
  .faq-card details[open] .faq-a{animation:none}
  .faq-card summary::after{transition:none}
}

.price-head{
  max-width:660px;margin-inline:auto;text-align:center;
  display:flex;flex-direction:column;align-items:center;gap:16px;
}
.len-switch{display:none}
.js .len-switch{
  position:relative;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;
  margin:clamp(32px,4vw,46px) auto clamp(20px,2.4vw,28px);
  padding:5px;border-radius:100px;background:rgba(27,33,30,.075);
  width:max-content;max-width:100%;
}
.len-switch button{
  position:relative;z-index:2;border:0;background:transparent;cursor:pointer;
  font:inherit;font-size:15px;font-weight:700;letter-spacing:.01em;color:var(--muted);
  padding:12px clamp(16px,2.6vw,28px);border-radius:100px;white-space:nowrap;
  transition:color .28s ease;
}
.len-switch button:hover{color:var(--ink)}
.len-switch button[aria-selected="true"]{color:var(--forest)}

.len-glide{
  position:absolute;z-index:1;top:5px;bottom:5px;left:5px;width:0;
  background:var(--surface);border-radius:100px;
  box-shadow:0 1px 2px rgba(27,33,30,.10),0 5px 14px rgba(27,33,30,.10);
  transition:transform .45s cubic-bezier(.3,.8,.3,1),width .45s cubic-bezier(.3,.8,.3,1);
}
@media (prefers-reduced-motion:reduce){.len-glide{transition:none}}

@media (max-width:560px){
  .len-switch{width:100%}
  .len-switch button{font-size:13.5px;padding:11px 6px}
}

.tier + .tier{margin-top:clamp(44px,5vw,64px)}
.js .tier{display:none}
.js .tier.on{display:block}
.js .tier + .tier{margin-top:0}
.tier-say{
  max-width:640px;margin:0 auto clamp(26px,3.4vw,38px);text-align:center;
  font-size:16px;line-height:1.6;color:var(--muted);
}
.tier-say strong{
  display:block;margin-bottom:5px;color:var(--ink);
  font-size:17px;font-weight:800;letter-spacing:-.01em;
}

.price-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(13px,1.5vw,18px)}
@media (max-width:1040px){.price-cards{grid-template-columns:repeat(2,1fr)}}

@media (max-width:560px){
  .price-cards{gap:11px}
  .price-card{padding:18px 17px 20px}
  .pc-num{font-size:33px}
  .pc-cur{font-size:18px}
  .pc-total{margin-top:13px;font-size:15.5px}
}
.price-card{
  background:var(--surface);border-radius:20px;padding:22px 22px 24px;
  display:flex;flex-direction:column;
  box-shadow:0 1px 3px rgba(27,33,30,.05),0 10px 28px rgba(27,33,30,.05);
  transition:transform .4s cubic-bezier(.22,.68,.31,1),box-shadow .4s ease;
}

@media (hover:hover) and (pointer:fine){
  .price-card:hover{
    transform:translateY(-6px);
    box-shadow:0 6px 16px rgba(27,33,30,.08),0 26px 54px rgba(27,33,30,.14);
  }
}

.pc-name{font-size:15px;font-weight:700;letter-spacing:-.005em}
.pc-rate{display:flex;align-items:baseline;gap:4px;margin-top:9px}
.pc-num{font-size:clamp(38px,4.4vw,46px);font-weight:800;letter-spacing:-.045em;line-height:1}
.pc-cur{font-size:21px;font-weight:700;color:var(--muted)}
.pc-per{margin-top:3px;font-size:13.5px;font-weight:600;color:var(--muted)}
.pc-total{margin-top:16px;font-size:16.5px;font-weight:700}
.pc-save{margin-top:2px;font-size:13.5px;font-weight:700;color:#1B8A6C}
.pc-valid{margin-top:auto;padding-top:16px;font-size:13px;line-height:1.45;color:var(--muted)}

.js .tier.on .price-card{
  animation:pcIn .62s cubic-bezier(.22,.68,.31,1) backwards;
  animation-delay:calc(var(--i,0) * 70ms);
}
@keyframes pcIn{from{opacity:0;transform:translateY(20px) scale(.984)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){.js .tier.on .price-card{animation:none}}

.price-extras{
  display:grid;grid-template-columns:1.6fr 1fr;gap:clamp(14px,1.8vw,20px);
  margin-top:clamp(32px,3.8vw,44px);
}

.price-extras .dancer{margin-top:0;display:flex;align-items:center}
@media (max-width:900px){
  .price-extras{grid-template-columns:1fr}
  .price-extras .dancer{display:block}
}

.nutri-cards{grid-template-columns:minmax(0,380px);justify-content:center}
.nutri-ticks{margin-top:18px;gap:11px}
.nutri-ticks li{font-size:15px}

.price-page.on-nutrition .price-extras{display:none}
.extra{
  background:var(--surface);border-radius:20px;padding:clamp(24px,2.6vw,32px);
  box-shadow:0 1px 3px rgba(27,33,30,.05),0 10px 28px rgba(27,33,30,.05);
}
.extra h3{font-size:19px;margin-bottom:18px}
.tick-list{display:grid;gap:12px 24px;padding:0;margin:0}
.incl-list{grid-template-columns:1fr 1fr}
@media (max-width:640px){.incl-list{grid-template-columns:1fr}}
.tick-list li{list-style:none;display:flex;gap:11px;font-size:15.5px;line-height:1.5}

.tick-list .tick{flex:none;width:19px;height:19px;color:var(--accent);margin-top:2px}
.dancer{margin-top:clamp(14px,1.8vw,20px)}
.price-cta{
  margin-top:clamp(28px,3.2vw,40px);text-align:center;
  display:flex;flex-direction:column;align-items:center;gap:16px;
}
.price-cta p{color:var(--muted);font-size:16.5px;max-width:52ch}

.cta{

  background:linear-gradient(180deg,#388371 0%,#2C6355 100%);
  color:#fff;text-align:center;
}

.page-end{min-height:100vh;min-height:100lvh;display:flex;flex-direction:column}
.page-end .pad.cta{flex:1 0 auto;display:flex;flex-direction:column;justify-content:center}

.pad.cta{--cta-pad:clamp(72px,6.4vw,84px);padding-block:var(--cta-pad)}
.page-end .pad.cta{
  padding-top:calc(var(--cta-pad) + var(--nav-h) / 2);
  padding-bottom:max(16px, calc(var(--cta-pad) - var(--nav-h) / 2));
}
.cta-in{display:flex;flex-direction:column;align-items:center;gap:20px;max-width:640px;margin-inline:auto}
.cta h2{color:#fff}
.cta p{color:rgba(253,253,252,.86);font-size:18px}
.cta .btn{margin-top:8px}

footer{background:var(--forest-deep);color:rgba(253,253,252,.74);font-size:14.5px}
.foot-mark{display:block;width:max-content;margin:0 auto clamp(22px,3vw,30px)}
.foot-mark .vf{width:54px;height:47px;color:#fff}
.foot-mid{padding-top:clamp(22px,3vw,28px);border-top:1px solid var(--line-light)}

.foot-where{line-height:1.5}
.foot-name{color:#fff;font-size:16px;font-weight:800;letter-spacing:-.01em}
.foot-what{color:rgba(253,253,252,.9);font-weight:600}

.foot-line{
  display:flex;align-items:center;justify-content:space-between;gap:24px;
  margin-top:18px;
}
.foot-where address a{
  text-decoration:underline;text-underline-offset:3px;
  text-decoration-color:rgba(253,253,252,.3);
  transition:color .2s ease,text-decoration-color .2s ease;
}
.foot-where address a:hover{color:#fff;text-decoration-color:rgba(253,253,252,.7)}
.foot-ig{display:inline-flex;flex:none;color:rgba(253,253,252,.8);transition:color .2s ease}
.foot-ig:hover{color:#fff}
.foot-ig svg{width:27px;height:27px;display:block}
.foot-bottom{
  margin-top:clamp(26px,3.4vw,34px);
  display:flex;flex-wrap:wrap;gap:10px 26px;justify-content:space-between;
  font-size:13px;color:rgba(253,253,252,.5);
}

@media (min-width:861px) and (max-height:900px){
  .pad.cta{--cta-pad:clamp(32px,5vh,64px)}
  footer.pad-sm{padding-block:clamp(26px,4vh,52px)}
  .foot-mark{margin-bottom:clamp(12px,2vh,26px)}
  .cta-in{gap:clamp(14px,2vh,20px)}
}

@media (max-width:860px){
  .pad.cta{--cta-pad:38px}
  .cta-in{gap:14px}
  footer.pad-sm{padding-block:30px}
  .foot-mark{margin-bottom:14px}
  .foot-mark .vf{width:42px;height:37px}
  .foot-bottom{margin-top:12px}
}
address{font-style:normal;line-height:1.5}

.js .reveal{opacity:0;transform:translateY(26px);
  transition:opacity .85s cubic-bezier(.22,.68,.31,1),transform .85s cubic-bezier(.22,.68,.31,1)}
.js .reveal.shown{opacity:1;transform:none}
.js .reveal-scale{opacity:0;transform:scale(1.045);
  transition:opacity 1s ease,transform 1.1s cubic-bezier(.22,.68,.31,1)}
.js .reveal-scale.shown{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  .js .reveal,.js .reveal-scale{opacity:1!important;transform:none!important}
}

.hero video{animation:heroDrift 34s ease-in-out infinite alternate}
@keyframes heroDrift{from{transform:scale(1.04)}to{transform:scale(1.14)}}
@media (prefers-reduced-motion:reduce){.hero video{animation:none}}
.js .hero-in > *{opacity:0;animation:riseIn .95s cubic-bezier(.22,.68,.31,1) forwards}
.js .hero-in > *:nth-child(1){animation-delay:.15s}
.js .hero-in > *:nth-child(2){animation-delay:.42s}
.js .hero-in > *:nth-child(3){animation-delay:.62s}
@keyframes riseIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){.js .hero-in > *{opacity:1;animation:none}}

.studio-shot{overflow:hidden;border-radius:20px}
.studio-shot img{transition:transform .8s cubic-bezier(.22,.68,.31,1)}
.studio-shot:hover img{transform:scale(1.04)}
.js .quote.depth:hover{opacity:1}

.app{align-items:start}
.phone-stage{display:flex;flex-direction:column;align-items:center;gap:22px}
.phone{

  position:relative;width:min(272px,72vw,max(216px,28svh));aspect-ratio:440/956;
  background:#0E1512;border-radius:42px;padding:9px;
  box-shadow:0 2px 6px rgba(0,0,0,.35),0 26px 60px rgba(0,0,0,.45),
             inset 0 0 0 1.5px rgba(253,253,252,.16);
  touch-action:pan-y;cursor:grab;
}
.phone:active{cursor:grabbing}

.phone-screen{position:absolute;inset:9px;border-radius:34px;overflow:hidden;background:#EDEDE8}
.phone-screen img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  opacity:0;transform:scale(1.02);
  transition:opacity .55s ease,transform .7s cubic-bezier(.22,.68,.31,1);
}
.phone-screen img.on{opacity:1;transform:none}
.phone-notch{
  position:absolute;top:15px;left:50%;transform:translateX(-50%);
  width:84px;height:23px;background:#0E1512;border-radius:100px;z-index:3;
}
.phone-caption{
  min-height:26px;font-size:14.5px;font-weight:600;letter-spacing:.02em;
  color:rgba(253,253,252,.9);text-align:center;
}
.phone-caption b{display:none}
.phone-caption b.on{display:inline}
.phone-dots{display:flex;gap:9px;justify-content:center}
.phone-dots button{
  width:9px;height:9px;padding:0;border:0;border-radius:50%;cursor:pointer;
  background:rgba(253,253,252,.28);transition:background .25s ease,transform .25s ease;
}
@media (hover:hover) and (pointer:fine){.phone-dots button:hover{background:rgba(253,253,252,.55)}}
.phone-dots button[aria-current="true"]{background:var(--accent);transform:scale(1.35)}

.phone-controls{
  display:flex;align-items:center;justify-content:center;
  gap:clamp(12px,2.2vw,30px);
}
@media (max-width:880px){.phone{width:min(258px,66vw)}}

.quotes-head{
  max-width:820px;margin-inline:auto;text-align:center;
  margin-bottom:clamp(34px,4.5vw,50px);
}

.focus-head{
  max-width:var(--col);text-align:left;
  margin-bottom:clamp(34px,4.5vw,50px);
}
.offer-stage,.rev-stage{
  display:grid;perspective:1400px;perspective-origin:50% 42%;
  max-width:820px;margin-inline:auto;

  touch-action:pan-y;
  cursor:grab;
}
.offer-stage:active,.rev-stage:active{cursor:grabbing}
.stack-card{

  margin:0;
  grid-area:1/1;
  background:var(--surface);border-radius:22px;overflow:hidden;
  display:flex;flex-direction:column;
  transform-origin:50% 50%;
  transition:transform .72s cubic-bezier(.26,.72,.26,1),opacity .55s ease,box-shadow .72s ease;
}
.stack-card.instant{transition:none}
.offer-shot{background:#1B211E}
.offer-shot img{width:100%;aspect-ratio:3/2;object-fit:cover}

@media (min-width:760px){

  .offer-stage{max-width:100%}
  .offer-card{display:grid;grid-template-columns:1fr 1fr;align-items:stretch}

  .offer-shot{aspect-ratio:3/2}
  .offer-shot img{height:100%;aspect-ratio:auto}
  .offer-text{justify-content:center;padding:32px 38px}
}
.offer-text{padding:28px 30px 32px;display:flex;flex-direction:column;gap:12px}
.offer-text h3{font-size:clamp(20px,2.4vw,25px)}
.offer-text p{font-size:16px;line-height:1.62;color:var(--muted)}

.stack-card[data-slot="0"]{
  transform:translateZ(0) translateY(0) scale(1);opacity:1;z-index:3;
  box-shadow:0 6px 16px rgba(27,33,30,.08),0 30px 64px rgba(27,33,30,.16);
}

.stack-card[data-slot="1"]{
  transform:translateZ(-230px) translateY(40px) scale(1);opacity:.5;z-index:2;
  box-shadow:0 10px 26px rgba(27,33,30,.10);
  pointer-events:none;
}

.stack-card[data-slot="2"]{
  transform:translateZ(-470px) translateY(66px) scale(1);opacity:0;z-index:1;
  box-shadow:none;pointer-events:none;
}
@media (prefers-reduced-motion:reduce){
  .stack-card{transition:opacity .2s ease}
  .stack-card[data-slot="0"]{transform:none}
  .stack-card[data-slot="1"],.stack-card[data-slot="2"]{transform:none;opacity:0}
}

.offer-stage,.rev-stage{--stacked:1}
@media (min-width:900px){
  .offer-stage,.rev-stage{
    --stacked:0;
    grid-template-columns:repeat(3,1fr);
    gap:clamp(18px,2vw,26px);
    max-width:100%;
    perspective:none;touch-action:auto;cursor:auto;

    align-items:stretch;
  }

  .stack-card,
  .stack-card[data-slot="0"],
  .stack-card[data-slot="1"],
  .stack-card[data-slot="2"]{
    grid-area:auto;
    transform:none;opacity:1;z-index:auto;pointer-events:auto;
    transition:none;
    box-shadow:0 1px 3px rgba(27,33,30,.05),0 10px 28px rgba(27,33,30,.07);
  }

  .offer-card{display:flex;flex-direction:column}
  .offer-shot{aspect-ratio:3/2}
  .offer-shot img{height:auto;aspect-ratio:3/2}
  .offer-text{justify-content:flex-start;padding:26px 26px 30px}

  @supports (grid-template-rows:subgrid){
    .offer-stage{grid-template-rows:auto auto 1fr;row-gap:0}

    .offer-stage .stack-card.offer-card{
      display:grid;grid-row:span 3;
      grid-template-columns:1fr;grid-template-rows:subgrid;
    }

    .offer-text{display:contents}
    .offer-text h3{padding:26px 26px 0;margin:0}
    .offer-text p{padding:12px 26px 30px;margin:0}
  }
}

.offer-controls{
  display:flex;align-items:center;justify-content:center;
  gap:clamp(12px,2.2vw,30px);
  margin-top:clamp(20px,2.4vw,32px);
}

.ask{
  display:flex;flex-direction:column;align-items:flex-start;gap:16px;
  margin-top:clamp(28px,3.2vw,38px);
  max-width:var(--col);
}
.ask p{font-size:17px;line-height:1.6}
.ask.centred{align-items:center;text-align:center;margin-inline:auto}

.app-copy .ask,.studio-copy .ask,.intro-copy .ask{align-self:stretch;margin-top:10px}

.step-arrow{
  width:46px;height:46px;flex:none;border:0;border-radius:50%;cursor:pointer;
  background:transparent;color:var(--muted);
  display:flex;align-items:center;justify-content:center;
  transition:color .2s ease,background .2s ease;
}
.step-arrow svg{width:21px;height:21px}
.step-arrow svg path{stroke-width:1.7}

@media (hover:hover) and (pointer:fine){
  .step-arrow:hover{background:rgba(27,33,30,.06);color:var(--forest)}
}
.step-arrow:active{background:rgba(27,33,30,.11)}

.band-forest .step-arrow{color:rgba(253,253,252,.72)}
@media (hover:hover) and (pointer:fine){
  .band-forest .step-arrow:hover{background:rgba(253,253,252,.14);color:#fff}
}
.band-forest .step-arrow:active{background:rgba(253,253,252,.2)}

.offer-dots{display:flex;gap:9px;justify-content:center}
.offer-dots button{
  width:9px;height:9px;padding:0;border:0;border-radius:50%;cursor:pointer;
  background:rgba(27,33,30,.20);transition:background .25s ease,transform .25s ease;
}
@media (hover:hover) and (pointer:fine){.offer-dots button:hover{background:rgba(27,33,30,.36)}}
.offer-dots button[aria-current="true"]{background:var(--accent);transform:scale(1.35)}
@media (max-width:620px){
  .offer-text{padding:24px 22px 26px}

  .step-arrow{width:40px;height:40px}
  .step-arrow svg{width:19px;height:19px}
}
@media (max-width:400px){
  .step-arrow{width:36px;height:36px}
  .step-arrow svg{width:18px;height:18px}
  .stack-card[data-slot="1"]{transform:translateZ(-170px) translateY(28px) scale(1)}
}

.rev-stage{max-width:640px;perspective-origin:50% 46%}
.rev-card{
  background:var(--surface);border-radius:22px;
  padding:clamp(28px,4vw,40px) clamp(24px,3.4vw,38px) clamp(26px,3.4vw,36px);
  display:flex;flex-direction:column;gap:18px;
}
.rev-card .quote-mark{font-size:50px;line-height:.6;color:var(--moss);font-weight:800;height:22px}
.rev-card p{font-size:clamp(17px,2vw,19.5px);line-height:1.55}
.rev-card cite{
  font-style:normal;font-size:12.5px;font-weight:700;
  letter-spacing:.1em;text-transform:uppercase;color:var(--moss);
}

.rev-controls{
  display:flex;align-items:center;justify-content:center;
  gap:clamp(12px,2.2vw,30px);
  margin-top:clamp(20px,2.4vw,30px);
}
.rev-dots{display:flex;gap:9px;justify-content:center}
.rev-dots button{
  width:9px;height:9px;padding:0;border:0;border-radius:50%;cursor:pointer;
  background:rgba(27,33,30,.20);transition:background .25s ease,transform .25s ease;
}
@media (hover:hover) and (pointer:fine){.rev-dots button:hover{background:rgba(27,33,30,.36)}}
.rev-dots button[aria-current="true"]{background:var(--accent);transform:scale(1.35)}

.rev-rest{display:none}
.rev-card.open .rev-rest{display:block}
.rev-more{
  align-self:flex-start;font-family:inherit;font-size:14.5px;font-weight:700;
  background:none;border:0;padding:2px 0;cursor:pointer;color:var(--moss);
  border-bottom:1.5px solid rgba(72,156,134,.4);
  transition:color .2s ease,border-color .2s ease;
}
.rev-more:hover{color:var(--forest);border-color:var(--forest)}
.rev-more .less-label{display:none}
.rev-card.open .rev-more .more-label{display:none}
.rev-card.open .rev-more .less-label{display:inline}

.rev-source{
  display:flex;align-items:center;gap:15px;justify-content:center;
  margin-top:clamp(26px,3vw,38px);
  width:fit-content;margin-inline:auto;max-width:100%;
}

.rev-badge{width:70px;height:auto;flex:none;display:block}
.rev-score{display:flex;flex-direction:column;gap:1px;text-align:left}
.rev-score strong{font-size:19px;font-weight:800;letter-spacing:-.015em;color:var(--ink);line-height:1.15}
.rev-where{font-size:14px;color:var(--muted);font-weight:600}
.rev-where b{color:var(--ink);font-weight:800}
.rev-links{margin-top:5px;font-size:13.5px;font-weight:600;line-height:1.5}
.rev-links a{
  color:var(--forest);text-decoration:none;
  border-bottom:1.5px solid rgba(36,78,67,.28);
  transition:border-color .2s ease;
}
.rev-links a:hover{border-color:var(--forest)}
.rev-dot{color:var(--muted);margin:0 7px}
@media (max-width:520px){

  .rev-source{flex-direction:column;gap:13px}
  .rev-badge{width:88px}
  .rev-score{align-items:center;text-align:center}
  .rev-links{font-size:13px}
  .rev-dot{display:block;height:0;overflow:hidden;margin:0}
}

.form-card{
  background:var(--surface);border-radius:24px;
  padding:clamp(26px,3.6vw,42px);
  max-width:620px;margin:clamp(30px,4vw,44px) auto 0;
  box-shadow:0 8px 20px rgba(0,0,0,.14),0 30px 70px rgba(0,0,0,.22);
  display:flex;flex-direction:column;gap:18px;
  text-align:left;color:var(--ink);
}
.field{display:flex;flex-direction:column;gap:7px}

.trap{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.field label{font-size:13.5px;font-weight:700;letter-spacing:.02em;color:var(--ink)}
.field label .opt{font-weight:600;color:var(--muted);letter-spacing:0}
.field input,.field select,.field textarea{
  font-family:inherit;font-size:16px;color:var(--ink);
  background:var(--ground);border:1.5px solid transparent;border-radius:12px;
  padding:14px 16px;width:100%;
  transition:border-color .18s ease,background .18s ease;
}
.field textarea{min-height:120px;resize:vertical;line-height:1.5}
.field select{
  appearance:none;cursor:pointer;padding-right:44px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236C7772' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat:no-repeat;background-position:right 15px center;background-size:19px 19px;
}
.field input:focus,.field select:focus,.field textarea:focus{
  outline:none;border-color:var(--accent);background:#fff;
}
.field.bad input,.field.bad select,.field.bad textarea{border-color:#C1453B;background:#fdf4f3}
.field .why{font-size:13px;font-weight:600;color:#C1453B;display:none}
.field.bad .why{display:block}

.check{display:flex;align-items:flex-start;gap:11px;cursor:pointer}
.check input{
  appearance:none;flex:none;width:22px;height:22px;margin:0;border-radius:7px;
  background:var(--ground);border:1.5px solid rgba(27,33,30,.18);cursor:pointer;
  transition:background .18s ease,border-color .18s ease;
}
.check input:checked{background:var(--accent);border-color:var(--accent)}
.check input:checked::after{
  content:"";display:block;width:6px;height:11px;margin:3px auto 0;
  border:solid #fff;border-width:0 2.4px 2.4px 0;transform:rotate(43deg);
}
.check input:focus-visible{outline:2.5px solid var(--accent);outline-offset:2px}
.check span{font-size:14.5px;line-height:1.45;color:var(--muted);font-weight:500;padding-top:2px}
.check a{color:var(--forest);font-weight:700}
.check.bad input{border-color:#C1453B}

.form-send{align-self:flex-start;margin-top:4px}
.form-note{font-size:13.5px;color:var(--muted);line-height:1.5}

.form-done,.form-failed{display:none;flex-direction:column;gap:12px;text-align:left}

.form-open{display:none}
.js .form-open:not([hidden]){display:inline-flex}
.js .form-fold{
  display:grid;grid-template-rows:0fr;opacity:0;
  transition:grid-template-rows .55s cubic-bezier(.22,.68,.31,1),opacity .4s ease;
}
.js .form-fold > .form-fold-in{overflow:hidden;min-height:0}
.js .form-fold.open{grid-template-rows:1fr;opacity:1}

.js .form-fold.settled > .form-fold-in{overflow:visible}
@media (prefers-reduced-motion:reduce){
  .js .form-fold{transition:none}
}

.form-card.done .form-body,.form-card.failed .form-body{display:none}
.form-card.done .form-done{display:flex}
.form-card.failed .form-failed{display:flex}
.form-body{display:flex;flex-direction:column;gap:18px}
.form-done .tick{
  width:46px;height:46px;border-radius:50%;background:var(--accent);
  display:flex;align-items:center;justify-content:center;
}
.form-done .tick::after{
  content:"";width:11px;height:20px;margin-bottom:4px;
  border:solid #fff;border-width:0 3px 3px 0;transform:rotate(43deg);
}
.form-done h3,.form-failed h3{font-size:21px}
.form-done p,.form-failed p{color:var(--muted);font-size:16px;line-height:1.55}
.form-failed a{color:var(--forest);font-weight:700}

.js .depth{
  --p:0;
  opacity:calc(.10 + var(--p) * .90);
  transform:
    perspective(1100px)
    translateY(calc((1 - var(--p)) * 64px))
    translateZ(calc((1 - var(--p)) * -190px))
    rotateX(calc((1 - var(--p)) * 5.5deg));
  transform-origin:50% 92%;
  will-change:transform,opacity;
}
.js .quote.depth{
  box-shadow:
    0 calc(var(--p) * 4px) calc(var(--p) * 10px) rgba(27,33,30,calc(var(--p) * .05)),
    0 calc(var(--p) * 20px) calc(var(--p) * 44px) rgba(27,33,30,calc(var(--p) * .10));
}
@media (prefers-reduced-motion:reduce){
  .js .depth{--p:1!important;opacity:1!important;transform:none!important}
}

[data-lang-en]{display:none}
html[lang="en"] [data-lang-de]{display:none}
html[lang="en"] [data-lang-en]{display:revert}

@media (min-width:900px){
  .offer-controls,.rev-controls{display:none}

  .rev-stage{max-width:100%}
}
