@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap');

:root{
  --bg:#050505; --panel:#101010; --panel2:#171717; --text:#fff;
  --muted:#b8b8b8; --line:rgba(255,255,255,.12);
  --green:#9cff57; --green2:#c8ff45;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.55}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(1180px,92vw);margin-inline:auto}
.site-header{position:fixed;z-index:50;top:18px;left:50%;transform:translateX(-50%);width:min(1180px,92vw);display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border:1px solid var(--line);border-radius:999px;background:rgba(5,5,5,.72);backdrop-filter:blur(16px)}
.logo{font-weight:900;letter-spacing:.08em}.logo span{color:var(--green);margin-left:4px}
nav{display:flex;gap:24px;align-items:center;color:#ddd;font-weight:700;font-size:14px}
nav a:hover,.nav-button:hover{color:var(--green)}
.nav-button{background:transparent;border:0;color:#ddd;font-weight:700;cursor:pointer}

.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;padding:120px 0 70px}
.hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 16% 18%,rgba(156,255,87,.17),transparent 28%),radial-gradient(circle at 80% 70%,rgba(156,255,87,.11),transparent 28%),linear-gradient(135deg,#050505 0%,#0e0e0e 58%,#050505 100%)}
.hero-bg:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,black,transparent 90%)}
.hero-inner{position:relative;display:grid;grid-template-columns:1fr .86fr;align-items:center;gap:70px}
.eyebrow{color:var(--green);font-size:13px;font-weight:900;letter-spacing:.28em;text-transform:uppercase;margin-bottom:22px}
h1{font-size:clamp(54px,7vw,92px);line-height:.92;letter-spacing:-.07em;font-weight:900;margin-bottom:30px} h1 span{color:var(--green)}
.lead{color:#d5d5d5;font-size:clamp(18px,2vw,22px);max-width:690px;margin-bottom:34px}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:42px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 28px;border-radius:18px;font-weight:900;transition:.2s ease;border:0;cursor:pointer}
.btn.primary{color:#050505;background:linear-gradient(135deg,var(--green),var(--green2));box-shadow:0 18px 60px rgba(156,255,87,.18)}
.btn.ghost{border:1px solid var(--line);color:#fff;background:transparent}.btn:hover{transform:translateY(-2px)}.full{width:100%}
.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;max-width:650px}
.trust-row div{border:1px solid var(--line);background:rgba(255,255,255,.055);border-radius:22px;padding:18px}
.trust-row strong{display:block;color:var(--green);font-size:22px;line-height:1.1}.trust-row span{color:#cfcfcf;font-size:14px}
.hero-card{position:relative;isolation:isolate}.hero-card:before{content:"";position:absolute;inset:28px -18px -18px 28px;border-radius:42px;background:linear-gradient(135deg,rgba(156,255,87,.55),rgba(156,255,87,0));z-index:-1}
.hero-card img{width:100%;display:block;border-radius:42px;border:1px solid rgba(255,255,255,.18);box-shadow:0 40px 120px rgba(0,0,0,.75)}
.image-badge{position:absolute;left:24px;bottom:24px;padding:16px 18px;border-radius:20px;background:rgba(0,0,0,.72);border:1px solid var(--line);backdrop-filter:blur(14px)}
.image-badge span{display:block;color:#d7d7d7;font-size:13px}.image-badge strong{display:block;color:var(--green);font-size:28px;line-height:1}
.section{padding:110px 0}.split-inner{display:grid;grid-template-columns:.85fr 1fr;gap:80px;align-items:start}
h2{font-size:clamp(38px,5vw,64px);line-height:1;letter-spacing:-.055em;font-weight:900}.text-block p,.section-intro{color:var(--muted);font-size:20px;margin-bottom:26px}
.dark{background:linear-gradient(180deg,#0b0b0b,#111);border-block:1px solid var(--line)}.section-head{max-width:780px;margin-bottom:50px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{min-height:300px;padding:32px;border-radius:32px;background:linear-gradient(180deg,var(--panel2),var(--panel));border:1px solid var(--line);transition:.25s ease}
.card:hover{transform:translateY(-6px);border-color:rgba(156,255,87,.55)}.card span{display:inline-flex;color:#050505;background:var(--green);height:42px;width:42px;border-radius:999px;align-items:center;justify-content:center;font-weight:900;margin-bottom:26px}
.card h3{color:#fff;font-size:28px;line-height:1.05;margin-bottom:18px;letter-spacing:-.035em}.card p{color:var(--muted);font-size:18px}
.quote-section{padding:110px 0;text-align:center}blockquote{font-size:clamp(34px,5.2vw,72px);line-height:1.05;letter-spacing:-.06em;font-weight:900;max-width:1050px;margin:auto}

.modal{position:fixed;inset:0;background:rgba(0,0,0,.75);display:none;align-items:center;justify-content:center;z-index:100;padding:22px}
.modal.open{display:flex}.modal-box{width:min(620px,100%);background:#111;border:1px solid var(--line);border-radius:32px;padding:34px;position:relative;box-shadow:0 40px 140px #000}
.close{position:absolute;right:20px;top:18px;background:transparent;border:0;color:white;font-size:34px;cursor:pointer}
.contact-form{display:grid;gap:18px;margin-top:28px}.contact-form label{display:grid;gap:8px;color:#ddd;font-weight:800}
input,textarea{width:100%;border:1px solid var(--line);background:#050505;color:white;border-radius:16px;padding:15px;font:inherit;outline:none}
input:focus,textarea:focus{border-color:var(--green)}.hidden-field{display:none}

.page{min-height:100vh;padding:130px 0;background:radial-gradient(circle at top left,rgba(156,255,87,.14),transparent 28%),#050505}
.page-card{max-width:760px;margin:auto;background:#111;border:1px solid var(--line);border-radius:34px;padding:44px}
.notice{background:rgba(156,255,87,.1);border:1px solid rgba(156,255,87,.35);border-radius:22px;padding:20px;margin:26px 0;color:#eaffdf}
.login-form{display:grid;gap:18px;margin-top:28px}.program-list{display:grid;gap:18px;margin-top:32px}
.program-item{padding:24px;border-radius:24px;background:#171717;border:1px solid var(--line)}
.program-item h3{color:var(--green);margin-bottom:8px}

@media(max-width:900px){
  .site-header{position:static;transform:none;margin:14px auto;border-radius:24px} nav{display:none}
  .hero{padding:45px 0 70px;min-height:auto}.hero-inner,.split-inner{grid-template-columns:1fr;gap:45px}
  .trust-row,.cards{grid-template-columns:1fr}.hero-card:before{display:none}
}
@media(max-width:560px){.container{width:min(100% - 28px,1180px)} h1{font-size:52px}.hero-actions .btn{width:100%}.hero-card img{border-radius:28px}.section{padding:75px 0}}


.back-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#9cff57;
  font-weight:800;
  margin-bottom:22px;
  text-decoration:none;
  transition:.2s ease;
}

.back-link:hover{
  transform:translateX(-3px);
  color:#c8ff45;
}


/* V6: integreret hero-billede */
.hero{
  min-height:100vh;
}

.hero-inner{
  grid-template-columns:0.92fr 1.08fr;
  gap:40px;
}

.hero-portrait{
  position:relative;
  min-height:720px;
  border-radius:0;
  overflow:visible;
  isolation:isolate;
}

.hero-portrait::before{
  content:"";
  position:absolute;
  inset:5% -4% 0 12%;
  border-radius:48% 0 0 48%;
  background:
    radial-gradient(circle at 50% 40%, rgba(156,255,87,.18), transparent 45%),
    linear-gradient(90deg, rgba(156,255,87,.08), rgba(156,255,87,0));
  z-index:-2;
}

.hero-portrait::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, #050505 0%, rgba(5,5,5,.25) 28%, rgba(5,5,5,0) 52%);
  z-index:1;
  pointer-events:none;
}

.hero-portrait img{
  position:absolute;
  right:0;
  bottom:0;
  width:min(650px,100%);
  height:94%;
  object-fit:cover;
  object-position:center top;
  border-radius:44px 0 0 44px;
  filter:contrast(1.05) saturate(.95);
  box-shadow:none;
  border:0;
  mask-image:linear-gradient(90deg, transparent 0%, black 18%, black 100%);
  -webkit-mask-image:linear-gradient(90deg, transparent 0%, black 18%, black 100%);
}

.portrait-gradient{
  position:absolute;
  right:0;
  bottom:0;
  width:min(650px,100%);
  height:94%;
  border-radius:44px 0 0 44px;
  background:
    linear-gradient(180deg, rgba(5,5,5,0) 55%, rgba(5,5,5,.78) 100%),
    linear-gradient(90deg, rgba(5,5,5,.8) 0%, rgba(5,5,5,0) 35%);
  z-index:2;
  pointer-events:none;
}

.floating-proof{
  position:absolute;
  z-index:3;
  left:6%;
  bottom:72px;
  padding:18px 22px;
  border-radius:24px;
  background:rgba(10,10,10,.72);
  border:1px solid rgba(156,255,87,.28);
  backdrop-filter:blur(16px);
  box-shadow:0 24px 80px rgba(0,0,0,.45);
}

.floating-proof span{
  display:block;
  color:#d8d8d8;
  font-size:13px;
  font-weight:800;
  margin-bottom:4px;
}

.floating-proof strong{
  display:block;
  color:var(--green);
  font-size:26px;
  line-height:1;
  letter-spacing:-.04em;
}

.hero-card,
.image-badge{
  display:none;
}

@media(max-width:900px){
  .hero-inner{
    grid-template-columns:1fr;
  }

  .hero-portrait{
    min-height:560px;
    order:-1;
  }

  .hero-portrait img,
  .portrait-gradient{
    width:100%;
    height:100%;
    border-radius:32px;
    mask-image:none;
    -webkit-mask-image:none;
  }

  .hero-portrait::after{
    display:none;
  }

  .floating-proof{
    left:18px;
    bottom:18px;
  }
}

@media(max-width:560px){
  .hero-portrait{
    min-height:480px;
  }

  .floating-proof strong{
    font-size:22px;
  }
}


/* PREMIUM HERO */

.hero-inner{
  grid-template-columns:0.95fr 1.05fr;
  gap:30px;
}

.hero-premium{
  position:relative;
  min-height:850px;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
}

.hero-premium img{
  position:absolute;
  right:0;
  bottom:0;
  height:100%;
  width:auto;
  object-fit:contain;
  z-index:3;
  filter:drop-shadow(0 0 80px rgba(156,255,87,.18));
}

.green-glow{
  position:absolute;
  right:10%;
  top:15%;
  width:500px;
  height:500px;
  border-radius:999px;
  background:radial-gradient(circle, rgba(156,255,87,.28) 0%, rgba(156,255,87,0) 70%);
  z-index:1;
}

.hero-text-bg{
  position:absolute;
  right:2%;
  top:10%;
  font-size:10rem;
  font-weight:900;
  line-height:0.9;
  letter-spacing:-0.08em;
  color:rgba(255,255,255,.05);
  z-index:1;
  text-transform:uppercase;
  pointer-events:none;
}

.hero-text-bg.second{
  top:34%;
  right:-2%;
}

.hero-fade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,#050505 0%, rgba(5,5,5,.15) 40%, rgba(5,5,5,0) 65%),
    linear-gradient(180deg, rgba(5,5,5,0) 55%, rgba(5,5,5,.85) 100%);
  z-index:4;
  pointer-events:none;
}

@media(max-width:900px){

  .hero-inner{
    grid-template-columns:1fr;
  }

  .hero-premium{
    min-height:560px;
    order:-1;
  }

  .hero-premium img{
    width:100%;
    height:100%;
    object-fit:contain;
  }

  .hero-text-bg{
    font-size:4rem;
  }
}


/* V8 update */

.logo-image{
  display:flex;
  align-items:center;
}

.logo-image img{
  height:72px;
  width:auto;
  display:block;
}

.hero-premium{
  min-height:860px;
}

.hero-premium img{
  right:1%;
  height:96%;
  width:auto;
  object-fit:contain;
}

.hero-copy h1{
  max-width:700px;
}

.hero-copy h1 span{
  display:block;
}

@media(max-width:900px){

  .logo-image img{
    height:52px;
  }

  .hero-premium{
    min-height:620px;
  }

  .hero-premium img{
    width:100%;
    height:100%;
  }
}


/* V9 Fixed coach figure */

.fixed-coach{
  position:relative;
  overflow:visible;
}

.fixed-coach img{
  position:fixed !important;
  right:2%;
  bottom:0;
  height:92vh !important;
  width:auto !important;
  object-fit:contain;
  z-index:2;
  pointer-events:none;
  filter:
    drop-shadow(0 0 80px rgba(156,255,87,.18))
    drop-shadow(0 0 120px rgba(156,255,87,.08));
}

.fixed-coach::before{
  content:"";
  position:fixed;
  right:-10%;
  bottom:-10%;
  width:900px;
  height:900px;
  background:
    radial-gradient(circle, rgba(156,255,87,.18) 0%, rgba(156,255,87,0) 70%);
  z-index:1;
  pointer-events:none;
}

.hero-copy{
  position:relative;
  z-index:5;
}

.site-header{
  z-index:50;
}

@media(max-width:1100px){

  .fixed-coach img{
    opacity:.35;
    right:-18%;
  }
}

@media(max-width:900px){

  .fixed-coach img{
    position:absolute !important;
    height:100% !important;
    right:0;
    opacity:.22;
  }

  .fixed-coach::before{
    display:none;
  }
}


/* ===== V10 BACKGROUND FIGURE FIX ===== */

.fixed-coach{
  position:relative;
  overflow:hidden;
}

.fixed-coach img{
  position:fixed !important;
  right:-2vw;
  bottom:0;
  height:92vh !important;
  width:auto !important;
  object-fit:contain;
  z-index:0 !important;
  opacity:.42;
  pointer-events:none;

  filter:
    saturate(.95)
    contrast(1.02)
    drop-shadow(0 0 70px rgba(156,255,87,.08));

  mask-image:linear-gradient(
    to left,
    black 0%,
    black 60%,
    rgba(0,0,0,.45) 78%,
    transparent 100%
  );

  -webkit-mask-image:linear-gradient(
    to left,
    black 0%,
    black 60%,
    rgba(0,0,0,.45) 78%,
    transparent 100%
  );
}

.fixed-coach::before{
  content:"";
  position:fixed;
  right:-12vw;
  bottom:-10vh;
  width:70vw;
  height:100vh;
  z-index:-1;
  pointer-events:none;

  background:
    radial-gradient(circle at center,
      rgba(156,255,87,.12) 0%,
      rgba(156,255,87,.06) 25%,
      rgba(156,255,87,0) 70%);
}

.hero-copy,
.section,
.site-header,
.cards,
.quote-section,
.page-card{
  position:relative;
  z-index:5;
}

.hero-premium{
  z-index:0;
}

.hero-fade{
  z-index:1 !important;
}

@media(max-width:1100px){

  .fixed-coach img{
    right:-12vw;
    opacity:.22;
    height:80vh !important;
  }
}

@media(max-width:900px){

  .fixed-coach img{
    opacity:.12;
    right:-25vw;
    height:70vh !important;
  }
}


/* ===== V11 remove old semi-transparent overlay box ===== */

/* Removes leftover hero overlay layer that created a visible rectangle */
.hero-fade,
.portrait-gradient{
  display:none !important;
  opacity:0 !important;
  background:none !important;
}

/* Removes any old card/frame effect around the hero image area */
.hero-premium{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  overflow:visible !important;
}

/* Makes the fixed figure behave like a true background element */
.fixed-coach{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}

/* Keeps Dennis behind all content */
.fixed-coach img{
  z-index:-1 !important;
  opacity:.48;
  mix-blend-mode:normal !important;
}

/* Gives the page itself the dark/green atmosphere instead of an overlay box */
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-3;
  pointer-events:none;
  background:
    radial-gradient(circle at 78% 38%, rgba(156,255,87,.14), transparent 34%),
    radial-gradient(circle at 84% 78%, rgba(156,255,87,.08), transparent 35%),
    linear-gradient(135deg,#050505 0%,#0b0b0b 55%,#050505 100%);
}

body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size:52px 52px;
  opacity:.7;
}

/* Ensures all real content is above the background figure */
main,
.site-header,
.hero-copy,
.section,
.cards,
.quote-section,
.page-card,
.trust-row,
.hero-actions{
  position:relative;
  z-index:5;
}


/* ===== V13 CLUB ROUTINE DASHBOARD ===== */
.club-dashboard,.routine-page{max-width:1400px;margin:0 auto;padding:140px 40px 80px;position:relative;z-index:5}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:60px}.dashboard-header h1,.routine-page-header h1{font-size:clamp(52px,7vw,96px);line-height:.9;margin-bottom:22px;color:white;font-weight:900;letter-spacing:-.07em}.intro-text{max-width:760px;font-size:20px;line-height:1.7;color:rgba(255,255,255,.72)}.logout-btn{padding:16px 28px;border-radius:999px;border:1px solid rgba(255,255,255,.1);color:white;text-decoration:none;font-weight:800;transition:.25s ease}.logout-btn:hover{border-color:#9cff57;background:rgba(156,255,87,.08)}.routine-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:32px}.routine-card{background:rgba(14,14,14,.9);border:1px solid rgba(255,255,255,.08);border-radius:34px;overflow:hidden;text-decoration:none;transition:.35s ease;position:relative;backdrop-filter:blur(10px);box-shadow:0 20px 80px rgba(0,0,0,.28)}.routine-card:hover{transform:translateY(-6px);border-color:rgba(156,255,87,.35);box-shadow:0 24px 90px rgba(0,0,0,.48)}.routine-image{aspect-ratio:4/5;overflow:hidden;background:#111}.routine-image img{width:100%;height:100%;object-fit:cover;display:block}.routine-content{padding:30px}.routine-label{color:#9cff57;font-size:13px;letter-spacing:3px;font-weight:900;margin-bottom:10px}.routine-content h2,.day-card h2{color:white;font-size:44px;line-height:.95;margin-bottom:18px;font-weight:900;letter-spacing:-.045em}.routine-content p,.day-card p,.day-card li{color:rgba(255,255,255,.72);line-height:1.7;font-size:17px}.routine-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.routine-tags span{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.06);color:rgba(255,255,255,.82);font-size:13px;font-weight:800}.routine-footer{display:flex;justify-content:space-between;align-items:center;margin-top:28px}.status{font-size:13px;font-weight:900;letter-spacing:2px}.status.active{color:#9cff57}.status.upcoming{color:rgba(255,255,255,.5)}.open-link{color:white;font-weight:800}.locked{opacity:.78}.locked .routine-image img{filter:grayscale(100%)}.routine-page-header{margin-bottom:50px}.day-card{background:rgba(14,14,14,.9);border:1px solid rgba(255,255,255,.08);border-radius:34px;padding:34px;backdrop-filter:blur(10px)}.day-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin-top:30px}.day-card h3{color:#9cff57;font-size:22px;margin-bottom:14px}.day-card ul{padding-left:20px}.video-placeholder{margin-top:34px;border:1px dashed rgba(156,255,87,.35);border-radius:24px;min-height:220px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.55);background:rgba(156,255,87,.04);font-weight:800}@media(max-width:900px){.club-dashboard,.routine-page{padding:120px 22px 60px}.dashboard-header{flex-direction:column}.routine-grid,.day-grid{grid-template-columns:1fr}.routine-content h2,.day-card h2{font-size:36px}}


/* ===== V14: 4 rutiner pr. række ===== */

.routine-grid{
  grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
  gap:22px !important;
}

.routine-content{
  padding:22px !important;
}

.routine-content h2{
  font-size:32px !important;
}

.routine-content p{
  font-size:15px !important;
}

.routine-tags{
  gap:7px !important;
  margin-top:18px !important;
}

.routine-tags span{
  padding:8px 11px !important;
  font-size:12px !important;
}

.routine-image{
  aspect-ratio:4 / 5;
}

@media(max-width:1200px){
  .routine-grid{
    grid-template-columns:repeat(3, minmax(0, 1fr)) !important;
  }
}

@media(max-width:900px){
  .routine-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  }
}

@media(max-width:560px){
  .routine-grid{
    grid-template-columns:1fr !important;
  }
}


/* ===== V16 DAG 1 ===== */

.day-intro{
  margin-bottom:34px;
  max-width:900px;
}

.exercise-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
  margin-top:30px;
}

.exercise-item{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
  border-radius:24px;
  padding:24px;
}

.exercise-item h3{
  color:#9cff57;
  font-size:24px;
  margin-bottom:12px;
}

.exercise-item p{
  margin-bottom:10px;
}

.recommend-box{
  margin-top:34px;
  padding:28px;
  border-radius:28px;
  background:rgba(156,255,87,.06);
  border:1px solid rgba(156,255,87,.16);
}

.recommend-box h3{
  color:#9cff57;
  font-size:28px;
  margin-bottom:14px;
}

@media(max-width:900px){

  .exercise-list{
    grid-template-columns:1fr;
  }

}


/* ===== V17 OVERBLIK ===== */

.overview-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin:36px 0 10px;
}

.overview-card{
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
  border-radius:24px;
  padding:24px;
}

.overview-card h3{
  color:#9cff57;
  font-size:22px;
  margin-bottom:14px;
}

.overview-card ul{
  padding-left:18px;
}

.overview-card li,
.overview-card p{
  color:rgba(255,255,255,.72);
  line-height:1.7;
}

@media(max-width:900px){

  .overview-grid{
    grid-template-columns:1fr;
  }

}


/* ===== V18 SCROLL ZOOM FRONT FIGURE ===== */

/* Dennis starts large on the front page, then smoothly zooms out while scrolling */
.fixed-coach img,
.hero-premium img{
  --coach-scale:1.42;
  --coach-opacity:.72;
  --coach-x:5vw;

  transform:
    translateX(var(--coach-x))
    scale(var(--coach-scale)) !important;

  transform-origin:right bottom;
  opacity:var(--coach-opacity) !important;
  transition:transform .06s linear, opacity .06s linear;
  will-change:transform, opacity;
}

/* Keep the image behind text, not in front of content */
.hero-copy,
.site-header,
.trust-row,
.hero-actions{
  position:relative;
  z-index:6;
}

@media(max-width:1100px){
  .fixed-coach img,
  .hero-premium img{
    --coach-scale:1.22;
    --coach-opacity:.28;
    --coach-x:-8vw;
  }
}

@media(max-width:900px){
  .fixed-coach img,
  .hero-premium img{
    transform:none !important;
    opacity:.12 !important;
  }
}


/* ===== V19 BEDRE STARTPLACERING AF DENNIS ===== */

.fixed-coach img,
.hero-premium img{
  object-position:center top !important;
  top:-6vh !important;
}

/* Desktop */
@media(min-width:1101px){

  .fixed-coach img,
  .hero-premium img{
    --coach-scale:1.48;
    --coach-x:3vw;
    top:-12vh !important;
  }

}

/* Large screens */
@media(min-width:1500px){

  .fixed-coach img,
  .hero-premium img{
    top:-16vh !important;
    --coach-scale:1.52;
  }

}

/* Tablet */
@media(max-width:1100px){

  .fixed-coach img,
  .hero-premium img{
    top:-4vh !important;
    object-position:center top !important;
  }

}


/* ===== V20 FIX HERO POSITION ===== */

/* Reset the bad top offsets from v19 */
.fixed-coach img,
.hero-premium img{
  top:0 !important;
  bottom:0 !important;
  left:auto !important;

  object-fit:contain !important;
  object-position:right top !important;

  height:100vh !important;
  max-height:none !important;

  transform-origin:right top !important;
}

/* Better initial framing */
@media(min-width:1100px){

  .fixed-coach img,
  .hero-premium img{

    --coach-scale:1.18 !important;
    --coach-x:0vw !important;

    transform:
      translateX(var(--coach-x))
      translateY(-2vh)
      scale(var(--coach-scale)) !important;

  }

}

/* Large screens */
@media(min-width:1500px){

  .fixed-coach img,
  .hero-premium img{

    --coach-scale:1.24 !important;

  }

}

/* Mobile/tablet */
@media(max-width:1099px){

  .fixed-coach img,
  .hero-premium img{

    object-position:center top !important;
    opacity:.18 !important;

  }

}


/* ===== V21 REAL SCROLL HERO FIX ===== */

.fixed-coach{
  position:fixed !important;
  right:0 !important;
  bottom:0 !important;
  top:120px !important;
  width:48vw !important;
  z-index:1 !important;
  pointer-events:none !important;
  overflow:hidden !important;
}

.fixed-coach img{
  position:absolute !important;
  right:0 !important;
  top:0 !important;

  width:auto !important;
  height:92vh !important;

  object-fit:contain !important;
  object-position:right top !important;

  transform-origin:right top !important;

  --hero-scale:1.45;

  transform:scale(var(--hero-scale));

  opacity:.82 !important;

  transition:
    transform .08s linear,
    opacity .08s linear !important;

  will-change:transform, opacity !important;
}

.hero,
.hero-copy,
.site-header,
main{
  position:relative;
  z-index:5;
}

@media(max-width:1000px){

  .fixed-coach{
    width:100vw !important;
    top:100px !important;
    opacity:.18 !important;
  }

  .fixed-coach img{
    height:75vh !important;
    right:-20vw !important;
    --hero-scale:1 !important;
  }

}
