/* ============================================================
   LifeTrack — Om oss (about) page. Builds on styles.css tokens.
   ============================================================ */

/* lighter headings across the about page */
.about-hero h1,
.about-cols-head h2,
.about-sol-head h2,
.about-statement h2,
.about-value-head h2,
.value-card h3,
.about-aim-head h2,
.aim-card h4,
.about-close h2{font-weight:300}

/* ---------- HERO (centered text + image below) ---------- */
.about-hero{position:relative;margin:1rem 1rem 0;border-radius:var(--r-xl);
  border-bottom-left-radius:0;border-bottom-right-radius:0;
  background:var(--cream-2);overflow:hidden;
  padding:clamp(72px,10vw,128px) var(--gut) clamp(40px,5vw,72px)}
.about-hero-copy{display:block;
  align-items:end;text-align:left;max-width:var(--maxw);margin-inline:auto}
.about-hero h1{font-size:50px;letter-spacing:-0.045em;line-height:.98;text-wrap:balance;max-width:18ch}
.about-hero h1 .em{color:var(--ink)}
.about-hero .lead{margin-top:30px;max-width:46ch;color:var(--ink-soft)}
.about-hero-note{margin-top:20px;width:64%;max-width:64ch;color:var(--ink-soft);
  font-size:clamp(15px,1.5vw,17px);line-height:1.6;text-wrap:pretty}
@media(max-width:780px){ .about-hero-note{width:100%;max-width:62ch} }
.about-hero-usps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;counter-reset:usp}
.about-hero-usps li{display:flex;align-items:baseline;gap:16px;padding:14px 0;border-top:1px solid var(--line);
  font-size:clamp(13.5px,1.2vw,15px);font-weight:500;letter-spacing:.005em;color:var(--ink-soft);line-height:1.32}
.about-hero-usps li::before{counter-increment:usp;content:counter(usp,decimal-leading-zero);
  font-family:"Playfair Display",Georgia,serif;font-style:italic;font-weight:400;
  font-size:1.2em;line-height:.9;color:var(--accent);font-variant-numeric:tabular-nums;flex:none}
.about-hero-usps li:last-child{border-bottom:1px solid var(--line)}
@media(max-width:780px){
  .about-hero-copy{grid-template-columns:1fr;gap:clamp(28px,7vw,40px);align-items:start}
  .about-hero .lead{max-width:60ch}
}
.about-hero-media{position:relative;width:100%;max-width:var(--maxw);margin:clamp(44px,5.5vw,76px) auto 0;
  border-radius:var(--r-xl);overflow:hidden;aspect-ratio:21/9;background:var(--ink)}
.about-hero-media image-slot{position:absolute;inset:0;width:100%;height:100%;display:block}
.about-hero-trust{max-width:var(--maxw);margin-inline:auto;margin-top:clamp(44px,5.5vw,76px)}
.about-clinic-cta{display:flex;justify-content:center;flex:none}
@media(max-width:860px){
  .about-hero{padding-top:clamp(80px,16vw,120px)}
  .about-hero-media{aspect-ratio:16/10}
}

/* ---------- INTRO / founder story (cinematic image + editorial prose) ---------- */
.about-intro{position:relative;z-index:3;margin:1rem 1rem 0;
  background:var(--cream-2);border-radius:var(--r-xl);
  padding:clamp(44px,5.5vw,84px) clamp(20px,4vw,64px) clamp(64px,8vw,116px)}
.ase-media{position:relative;width:100%;margin-top:0;
  border-radius:var(--r-xl);overflow:hidden;aspect-ratio:21/9;background:var(--ink);box-shadow:var(--shadow-lg)}
.ase-media image-slot{position:absolute;inset:0;width:100%;height:100%;display:block}
.ase-prose{max-width:62ch;margin:clamp(44px,5.5vw,76px) auto 0;text-align:center}
.ase-prose .eyebrow{margin-bottom:24px}
.ase-prose .ase-lead{font-size:clamp(21px,2.2vw,27px);line-height:1.42;color:var(--ink);
  letter-spacing:-0.02em;font-weight:300;text-wrap:pretty}
.ase-prose p{font-size:clamp(16.5px,1.5vw,18.5px);line-height:1.72;color:var(--ink-soft);font-weight:300;text-wrap:pretty}
.ase-prose .ase-lead + p{margin-top:22px}
.ase-prose p + p{margin-top:22px}
.ase-quote{margin:clamp(44px,6vw,80px) 0;padding:clamp(40px,5.5vw,72px) 0;border:0;text-align:center;position:relative;
  font-family:var(--font);font-weight:300;letter-spacing:-0.03em;
  font-size:clamp(28px,4.4vw,48px);line-height:1.08;color:var(--ink);text-wrap:balance}
.ase-quote::before,.ase-quote::after{content:"";position:absolute;left:50%;transform:translateX(-50%);
  width:clamp(40px,6vw,72px);height:1px;background:var(--ink);opacity:.28}
.ase-quote::before{top:0}
.ase-quote::after{bottom:0}
.ase-sign{margin-top:clamp(40px,4.5vw,60px);padding-top:clamp(28px,3vw,38px);
  border-top:1px solid var(--line);
  font-family:var(--font);font-weight:300;font-size:clamp(19px,2vw,24px);line-height:1.34;
  color:var(--ink);letter-spacing:-0.02em;text-wrap:balance}
.ase-author{display:block;margin-top:18px;font-family:var(--font-body);font-size:13.5px;
  font-weight:600;color:var(--muted);letter-spacing:.04em;text-transform:uppercase}
@media(max-width:860px){
  .ase-media{margin-top:0;aspect-ratio:16/10}
  .ase-prose{margin-top:clamp(32px,7vw,44px)}
}

/* ---------- EXPERIMENTAL: scroll-pinned single-line story ---------- */
.exp{position:relative;margin:0 1rem 0;background:var(--cream-2);
  border-radius:var(--r-xl);border-top-left-radius:0;border-top-right-radius:0;overflow:clip}
.exp-sticky{position:sticky;top:0;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}
.exp-stage{position:relative;width:min(1180px,92vw);height:60vh}
.exp-line{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  margin:0;text-align:center;color:var(--ink);will-change:transform,opacity,filter;
  font-family:var(--font);letter-spacing:-0.03em;line-height:1.04;text-wrap:balance;width:100%}
.exp-line.is-lead{font-size:clamp(40px,7vw,92px);font-weight:300;max-width:17ch;margin-inline:auto;left:50%}
.exp-eyebrow{display:flex;justify-content:center;margin-bottom:clamp(20px,2.4vw,32px);color:var(--accent-deep)}
.exp-eyebrow::before{display:none}
.exp-line.is-long{font-size:clamp(22px,3vw,2rem);font-weight:300;line-height:1.28;max-width:min(95vw,760px);margin-inline:auto;text-wrap:pretty}
.exp-line.is-quote{font-size:clamp(38px,6vw,80px);font-weight:300;color:var(--accent);max-width:16ch;margin-inline:auto}
.exp-line.is-sign{font-size:clamp(30px,4.4vw,58px);font-weight:300;max-width:20ch;margin-inline:auto;line-height:1.12}
.exp-author{display:block;margin-top:clamp(18px,2vw,28px);font-size:clamp(13px,1.2vw,15px);
  font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}

/* progress dots */
.exp-dots{position:absolute;right:clamp(18px,3vw,40px);top:50%;transform:translateY(-50%);
  display:flex;flex-direction:column;gap:11px;z-index:3}
.exp-dot{width:7px;height:7px;border-radius:50%;background:var(--ink);opacity:.18;transition:opacity .35s,transform .35s}
.exp-dot.on{opacity:.85;transform:scale(1.35)}

/* scroll cue */
.exp-cue{position:absolute;left:50%;bottom:clamp(22px,4vh,46px);transform:translateX(-50%);
  display:flex;flex-direction:column;align-items:center;gap:6px;color:var(--muted);
  font-size:12px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  opacity:var(--exp-cue,1);transition:opacity .4s}
.exp-cue svg{width:20px;height:20px;animation:expBob 1.8s ease-in-out infinite}
@keyframes expBob{0%,100%{transform:translateY(0)}50%{transform:translateY(5px)}}
@media(prefers-reduced-motion:reduce){.exp-cue svg{animation:none}}
@media(max-width:600px){
  .exp-dots{right:12px}
  /* nudge the stage left so text clears the progress dots on the right */
  .exp-stage{height:64vh;width:82vw;transform:translateX(-4vw)}
  /* a touch more side padding + larger body/sign text */
  .exp-line.is-long{font-size:clamp(24px,6vw,30px);line-height:1.34;max-width:82vw}
  .exp-line.is-sign{font-size:clamp(28px,7vw,40px)}
  .exp-author{font-size:clamp(13.5px,3.6vw,15px)}
}

/* ---------- FOUNDERS ---------- */
.about-founders-cols{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,6vw,92px);align-items:start}
.about-founders-head{position:sticky;top:104px}
.about-founders-head .eyebrow{margin-bottom:18px}
.about-founders-head .eyebrow::before{display:none}
.about-founders-head h2{font-size:clamp(30px,4vw,52px);letter-spacing:-0.038em;line-height:1.04;text-wrap:balance;max-width:14ch;font-weight:300}
.founders-list{display:flex;flex-direction:column;gap:clamp(38px,4.4vw,58px)}
.founder-row{display:grid;grid-template-columns:clamp(72px,7vw,96px) 1fr;gap:clamp(18px,2vw,26px);align-items:start}
.founder-photo{position:relative;width:100%;aspect-ratio:1;border-radius:50%;overflow:hidden;
  background:var(--cream-2);box-shadow:var(--shadow-sm)}
.founder-photo image-slot{position:absolute;inset:0;width:100%;height:100%;display:block}
.founder-name{font-size:clamp(20px,2.1vw,25px);letter-spacing:-0.03em;line-height:1.1;font-weight:300}
.founder-role{margin-top:6px;font-size:13px;font-weight:500;letter-spacing:.04em;
  text-transform:none;color:var(--accent-deep)}
.founder-bio{margin-top:14px;font-size:clamp(15px,1.45vw,16.5px);line-height:1.6;color:var(--ink-soft);text-wrap:pretty}
@media(max-width:780px){
  .about-founders-cols{grid-template-columns:1fr;gap:clamp(28px,6vw,40px)}
  .about-founders-head{position:static}
  .founder-row{grid-template-columns:64px 1fr}
}

/* ---------- CLINIC PHOTO GRID ---------- */
.about-clinic{background:#0c0c0c;margin:clamp(40px,5vw,72px) 1rem 1rem;border-radius:var(--r-xl);overflow:hidden}
.about-clinic .btn-primary{box-shadow:none}
.about-clinic h2,.about-clinic .about-clinic-sub{color:#fff}
.about-clinic .about-clinic-sub{color:#fff}
.about-clinic-head{display:flex;align-items:flex-end;justify-content:space-between;gap:clamp(24px,4vw,64px);max-width:none;text-align:left;margin-bottom:clamp(28px,3.4vw,44px)}
.about-clinic-head-text{max-width:75%}
.about-clinic-head .eyebrow{margin-bottom:18px}
.about-clinic-head .eyebrow::before{display:none}
.about-clinic-head h2{font-size:clamp(34px,4.6vw,56px);letter-spacing:-0.035em;line-height:1.04;text-wrap:balance;font-weight:300}
.about-clinic-sub{margin-top:18px;font-size:clamp(16px,1.6vw,19px);line-height:1.55;color:var(--ink-soft);text-wrap:pretty;max-width:52ch}
.clinic-grid{display:grid;grid-template-columns:repeat(12,1fr);
  grid-template-rows:clamp(200px,25vw,320px) clamp(200px,25vw,320px);
  gap:clamp(10px,1vw,14px)}
.clinic-tile{position:relative;border-radius:var(--r-xl);overflow:hidden;background:var(--cream-2);box-shadow:var(--shadow-sm)}
.clinic-tile image-slot{position:absolute;inset:0;width:100%;height:100%;display:block}
.clinic-tile.t1{grid-column:1 / 8;grid-row:1 / 3}
.clinic-tile.t2{grid-column:8 / 13;grid-row:1}
.clinic-tile.t3{grid-column:8 / 11;grid-row:2}
.clinic-tile.t4{grid-column:11 / 13;grid-row:2}
@media(max-width:680px){
  .clinic-grid{grid-template-columns:1fr 1fr;grid-template-rows:none;gap:clamp(10px,2.5vw,14px)}
  .clinic-tile.t1,.clinic-tile.t2{grid-column:1 / 3;grid-row:auto;height:clamp(220px,60vw,320px)}
  .clinic-tile.t3{grid-column:1 / 2;grid-row:auto;height:clamp(150px,42vw,200px)}
  .clinic-tile.t4{grid-column:2 / 3;grid-row:auto;height:clamp(150px,42vw,200px)}
  .clinic-tile .venue-badge{top:auto;bottom:14px;right:14px;left:auto;max-width:calc(100% - 28px)}
}

@media(max-width:780px){
  .about-clinic-head{max-width:none}
  .about-clinic-head{flex-direction:column;align-items:flex-start;gap:24px}
  .about-clinic-head-text{max-width:none}
}
/* ---------- TRUST / USPs ---------- */
.about-trust-head{max-width:22ch;margin-bottom:clamp(36px,4.4vw,56px)}
.about-trust-head .eyebrow{margin-bottom:18px}
.about-trust-head h2{font-size:clamp(28px,4vw,46px);letter-spacing:-0.035em;line-height:1.06;text-wrap:balance;font-weight:300}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(24px,3.5vw,56px);
  margin-top:clamp(36px,4.4vw,56px)}
.trust-col{display:flex;flex-direction:column}
.trust-ico{width:46px;height:46px;border-radius:12px;flex:none;
  background:var(--accent-tint);color:var(--accent-deep);
  display:flex;align-items:center;justify-content:center;margin-bottom:22px}
.trust-ico svg{width:24px;height:24px}
.trust-col h3{font-size:clamp(19px,2vw,23px);letter-spacing:-0.025em;line-height:1.14;text-wrap:balance}
.trust-col p{margin-top:14px;font-size:clamp(15px,1.45vw,16.5px);line-height:1.6;color:var(--ink-soft);text-wrap:pretty}
@media(max-width:780px){
  .trust-grid{grid-template-columns:1fr;gap:clamp(28px,6vw,36px)}
  .trust-ico{margin-bottom:16px}
}

/* ---------- EDITORIAL TWO-COLUMN ---------- */
.about-cols{display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(32px,6vw,92px);align-items:start}
.about-cols-head{position:sticky;top:104px}
.about-cols-head .eyebrow{margin-bottom:20px}
.about-cols-head h2{font-size:clamp(30px,4vw,52px);letter-spacing:-0.038em;line-height:1.04;text-wrap:balance;max-width:14ch}
.about-cols-body > p{font-size:clamp(17px,1.55vw,19.5px);line-height:1.62;color:var(--ink-soft);margin-top:22px;text-wrap:pretty}
.about-cols-body > p:first-child{margin-top:0}
.about-cols-body strong{color:var(--ink);font-weight:600}
.about-cols-body .pull{font-family:var(--font);font-size:clamp(21px,2.3vw,28px);line-height:1.28;
  color:var(--ink);letter-spacing:-0.025em;margin-top:30px;padding-top:30px;border-top:1px solid var(--line);text-wrap:balance}
.about-cols-body .pull em{font-style:normal;color:var(--accent-deep)}
@media(max-width:820px){.about-cols{grid-template-columns:1fr;gap:26px}.about-cols-head{position:static}.about-cols-head h2{max-width:none}}

/* ---------- SOLUTION / areas analysed ---------- */
.about-sol-head{max-width:60ch}
.about-sol-head h2{font-size:clamp(30px,4.2vw,52px);letter-spacing:-0.035em;line-height:1.05;text-wrap:balance;margin-top:16px}
.about-sol-head .lead{margin-top:20px}
.about-sol-time{display:inline-flex;align-items:center;gap:10px;margin-top:24px;
  background:var(--surface);border:1px solid var(--line);border-radius:var(--r-pill);
  padding:9px 18px;font-size:14.5px;font-weight:600;color:var(--ink);box-shadow:var(--shadow-sm)}
.about-sol-time svg{width:18px;height:18px;color:var(--accent)}
.sol-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:clamp(36px,4vw,52px)}
.sol-card{display:flex;align-items:center;gap:15px;background:var(--surface-warm);
  border:1px solid var(--line-soft);border-radius:14px;padding:18px 20px;box-shadow:var(--shadow-sm)}
.sol-ico{width:46px;height:46px;flex:none;border-radius:12px;background:var(--accent-tint);color:var(--accent-deep);
  display:flex;align-items:center;justify-content:center}
.sol-ico svg{width:24px;height:24px}
.sol-card b{font-size:16px;font-weight:600;letter-spacing:-0.01em;line-height:1.2}
@media(max-width:820px){.sol-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.sol-grid{grid-template-columns:1fr}}

.about-byline{margin-top:clamp(28px,3vw,40px);font-size:clamp(15.5px,1.5vw,17.5px);
  color:var(--ink-soft);line-height:1.55;max-width:60ch}
.about-byline strong{color:var(--ink);font-weight:600}

/* differentiator pull-quote */
.sol-note{margin-top:clamp(34px,4vw,52px);padding:clamp(30px,3.6vw,48px);border-radius:var(--r-xl);
  background:var(--accent-tint);display:flex;gap:clamp(16px,2vw,26px);align-items:flex-start}
.sol-note .sn-mark{font-family:var(--font);font-size:clamp(48px,6vw,72px);line-height:.66;color:var(--accent);flex:none}
.sol-note p{font-size:clamp(20px,2.4vw,30px);line-height:1.3;letter-spacing:-0.025em;
  color:var(--accent-deep);max-width:26ch;font-family:var(--font);font-weight:300}
@media(max-width:520px){.sol-note .sn-mark{display:none}}

/* ---------- CENTERED STATEMENT ---------- */
.about-statement{background:var(--cream-2);text-align:center;margin-inline:1rem;border-radius:var(--r-xl);overflow:hidden}
.about-statement .eyebrow{justify-content:center}
.about-statement .eyebrow::before{display:none}
.about-statement h2{font-size:clamp(32px,4.8vw,60px);letter-spacing:-0.035em;line-height:1.04;
  text-wrap:balance;max-width:18ch;margin:18px auto 0}
.about-statement p{margin:26px auto 0;font-size:clamp(17px,1.8vw,21px);color:var(--ink-soft);
  max-width:54ch;line-height:1.55;text-wrap:pretty}

/* ---------- VALUE (individ / företag) ---------- */
.about-value-head{text-align:center;max-width:24ch;margin:0 auto}
.about-value-head h2{font-size:clamp(30px,4.2vw,50px);letter-spacing:-0.035em;line-height:1.06;margin-top:14px;text-wrap:balance}
.value-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:clamp(38px,4.4vw,56px)}
.value-card{background:var(--surface);border:1px solid var(--line-soft);border-radius:var(--r-xl);
  padding:clamp(28px,3vw,42px);box-shadow:var(--shadow-sm)}
.value-card .vc-eye{display:inline-flex;align-items:center;gap:9px;font-size:12.5px;font-weight:700;
  letter-spacing:.1em;text-transform:uppercase;color:var(--accent-deep);margin-bottom:14px}
.value-card .vc-eye svg{width:18px;height:18px}
.value-card h3{font-size:clamp(21px,2.2vw,27px);letter-spacing:-0.025em;line-height:1.1;text-wrap:balance}
.value-list{list-style:none;margin:24px 0 0;padding:0;display:flex;flex-direction:column;gap:15px}
.value-list li{display:flex;gap:13px;align-items:flex-start;font-size:16.5px;color:var(--ink);line-height:1.42}
.value-check{flex:none;width:24px;height:24px;border-radius:50%;background:var(--accent-tint);color:var(--accent-deep);
  display:flex;align-items:center;justify-content:center;margin-top:1px}
.value-check svg{width:15px;height:15px}
@media(max-width:760px){.value-grid{grid-template-columns:1fr}}

/* ---------- AMBITION ---------- */
.about-aim-head{max-width:24ch}
.about-aim-head h2{font-size:clamp(28px,4vw,46px);letter-spacing:-0.035em;line-height:1.06;margin-top:14px;text-wrap:balance}
.aim-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:clamp(36px,4vw,52px)}
.aim-card{padding:clamp(24px,2.6vw,34px) clamp(22px,2.4vw,30px) clamp(28px,3vw,38px);
  background:var(--surface-warm);border:1px solid var(--line-soft);border-top:2px solid var(--accent);
  border-radius:2px 2px 14px 14px}
.aim-num{font-family:var(--font);font-size:14px;font-weight:600;letter-spacing:.04em;color:var(--accent-deep)}
.aim-card h4{font-size:clamp(20px,2.1vw,25px);letter-spacing:-0.025em;margin-top:12px;line-height:1.12;text-wrap:balance}
.aim-card p{font-size:15px;color:var(--ink-soft);margin-top:10px;line-height:1.5}
@media(max-width:760px){.aim-grid{grid-template-columns:1fr}}

/* ---------- CLOSING (dark) ---------- */
.about-close{background:#0c0c0c;color:#fff;margin-inline:1rem;border-radius:var(--r-xl);overflow:hidden;text-align:center}
.about-close-inner{max-width:760px;margin-inline:auto}
.about-close .eyebrow{justify-content:center;color:var(--accent)}
.about-close .eyebrow::before{display:none}
.about-close h2{color:#fff;font-size:clamp(34px,5.2vw,62px);letter-spacing:-0.038em;line-height:1.02;
  text-wrap:balance;max-width:16ch;margin:18px auto 0}
.about-close .ac-lines{margin-top:clamp(30px,3.6vw,44px);display:flex;flex-direction:column;gap:8px}
.about-close .ac-lines p{color:rgba(255,255,255,.82);font-size:clamp(18px,2vw,23px);line-height:1.36;letter-spacing:-0.01em}
.about-close .ac-kicker{margin-top:clamp(28px,3.2vw,40px);font-family:var(--font);font-weight:300;
  font-size:clamp(20px,2.4vw,28px);color:#fff;letter-spacing:-0.02em;line-height:1.3;
  max-width:24ch;margin-inline:auto;text-wrap:balance}
.about-close .ac-kicker em{font-style:normal;color:#F2B27E}
.about-close-cta{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:clamp(34px,4vw,50px)}

/* ============================================================
   MOBILE — better small-screen adaptation + full-bleed backgrounds
   ============================================================ */
@media(max-width:860px){
  /* the hero heading is set inline to 70px — scale it down responsively */
  .about-hero h1{font-size:clamp(34px,7.4vw,60px) !important;max-width:20ch}
  .about-hero .lead{width:100% !important;max-width:62ch;
    font-size:clamp(16px,2.2vw,20px) !important;margin-top:22px}
}
@media(max-width:640px){
  /* section backgrounds run full-bleed to the screen edges (no side margins) */
  .about-hero{margin:0;border-radius:0;
    padding-top:clamp(76px,17vw,104px);padding-bottom:clamp(32px,9vw,52px)}
  .exp{margin-inline:0;border-radius:0}
  .about-clinic{margin-inline:0;margin-bottom:0;border-radius:0}
  /* tighter vertical rhythm in the hero */
  .about-hero-media{margin-top:clamp(28px,8vw,44px);aspect-ratio:4/5}
  .about-hero-trust{margin-top:clamp(28px,8vw,44px)}
  /* keep the founders' round portraits from shrinking too far */
  .founder-row{grid-template-columns:56px 1fr;gap:16px}
}
@media(max-width:560px){
  /* stack: portrait above the name */
  .founder-row{grid-template-columns:1fr;gap:14px}
  .founder-photo{width:76px}
}
