/* ============================================================
   Lifed brand tokens
   ============================================================ */
:root{
  --teal-50:#eaf7f5;
  --teal-100:#d6edea;
  --teal-200:#a7dcd4;
  --teal-300:#6dc6ba;
  --teal-500:#01ad9c;
  --teal-600:#019386;
  --teal-700:#017a6f;
  --teal-900:#013e39;

  --ink-50:#f6f6f6;
  --ink-100:#ededed;
  --ink-200:#dcdcdc;
  --ink-400:#a4a5a5;
  --ink-500:#757676;
  --ink-600:#585858;
  --ink-800:#414242;
  --ink-900:#252626;

  --r-card:24px;
  --r-hero:28px;
  --r-tile:16px;
  --r-pill:999px;

  --sh-card:0 1px 2px rgba(37,38,38,.04), 0 2px 10px rgba(37,38,38,.05);
  --sh-hover:0 2px 4px rgba(37,38,38,.06), 0 12px 28px rgba(37,38,38,.10);
  --sh-float:0 10px 34px rgba(37,38,38,.12);
  --sh-hero:0 18px 48px rgba(37,38,38,.16);

  --bs-body-font-family:"Nunito",-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;
  --bs-body-color:var(--ink-800);
  --bs-body-bg:#ffffff;
  --bs-link-color:var(--teal-500);
  --bs-link-hover-color:var(--teal-700);
  --bs-border-radius:var(--r-card);
}

/* ============================================================
   Base
   ============================================================ */
html{scroll-behavior:smooth;}
body{
  font-family:var(--bs-body-font-family);
  color:var(--ink-800);
  background:#fff;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
a{color:var(--teal-500);text-decoration:none;transition:color .18s ease;}
a:hover{color:var(--teal-700);}
img,svg{max-width:100%;}
*{min-width:0;}
::selection{background:var(--teal-100);color:var(--ink-900);}
:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(1,173,156,.30);border-radius:6px;}

/* ============================================================
   Layout scaffolding
   ============================================================ */
.shell{max-width:1240px;padding-left:1.5rem;padding-right:1.5rem;}
.sec{padding-top:72px;padding-bottom:48px;}
.sec-tight{padding-top:48px;padding-bottom:48px;}
.bg-mint{background:var(--teal-100);}
.bg-haze{background:var(--ink-50);}
.bg-mist{background:var(--teal-50);}

.rule-soft{height:1px;background:rgba(37,38,38,.09);border:0;}

/* ============================================================
   Type
   ============================================================ */
.eyebrow{
  display:inline-block;
  font-size:.8125rem;
  font-weight:800;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:var(--teal-500);
  margin-bottom:.75rem;
}
.eyebrow-quiet{color:var(--ink-500);}
.eyebrow-light{color:rgba(255,255,255,.82);}

.t-display{
  font-size:clamp(2.25rem,4.6vw,3.1rem);
  font-weight:800;
  line-height:1.08;
  letter-spacing:-.02em;
  color:var(--ink-900);
  text-wrap:balance;
  margin:0;
}
.t-section{
  font-size:clamp(1.875rem,3.4vw,2.25rem);
  font-weight:800;
  line-height:1.14;
  letter-spacing:-.015em;
  color:var(--ink-900);
  text-wrap:balance;
  margin:0;
}
.t-sub{
  font-size:clamp(1.5rem,2.4vw,2rem);
  font-weight:800;
  line-height:1.2;
  letter-spacing:-.01em;
  color:var(--ink-900);
  margin:0;
}
.t-card{
  font-size:1.25rem;
  font-weight:800;
  line-height:1.32;
  color:var(--teal-600);
  margin:0;
}
.t-card-ink{color:var(--ink-900);}
.t-light{color:#fff;}

.lead-lg{
  font-size:1.1875rem;
  line-height:1.7;
  color:var(--ink-600);
  text-wrap:pretty;
  margin:0;
}
.body-md{
  font-size:1.0625rem;
  line-height:1.72;
  color:var(--ink-600);
  text-wrap:pretty;
  margin:0;
}
.body-sm{
  font-size:1rem;
  line-height:1.68;
  color:var(--ink-600);
  text-wrap:pretty;
  margin:0;
}
.body-md strong,.body-sm strong,.lead-lg strong{color:var(--ink-900);font-weight:800;}
.meta-label{
  font-size:.75rem;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--ink-500);
}









/* ============================================================
   Buttons
   ============================================================ */
.btn-lifed,
.btn-lifed-ghost,
.btn-lifed-light{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.625rem;
  min-height:52px;
  padding:0 1.75rem;
  border-radius:var(--r-pill);
  font-size:.875rem;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
  border:2px solid transparent;
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.btn-lifed{background:var(--teal-500);color:#fff;box-shadow:0 6px 18px rgba(1,173,156,.28);}
.btn-lifed:hover,.btn-lifed:focus{background:var(--teal-600);color:#fff;transform:translateY(-2px);box-shadow:0 10px 24px rgba(1,173,156,.34);}
.btn-lifed-ghost{background:transparent;color:var(--teal-600);border-color:var(--teal-200);}
.btn-lifed-ghost:hover,.btn-lifed-ghost:focus{background:var(--teal-50);color:var(--teal-700);border-color:var(--teal-300);}
.btn-lifed-light{background:#fff;color:var(--teal-600);box-shadow:var(--sh-card);}
.btn-lifed-light:hover,.btn-lifed-light:focus{color:var(--teal-700);transform:translateY(-2px);box-shadow:var(--sh-hover);}
.btn-sm-lifed{min-height:44px;padding:0 1.25rem;font-size:.75rem;}

.link-arrow{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  font-size:.875rem;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
  color:var(--teal-600);
}
.link-arrow svg{transition:transform .2s ease;}
.link-arrow:hover svg{transform:translateX(4px);}

/* ============================================================
   Header
   ============================================================ */
.site-head{
  position:sticky;
  top:0;
  z-index:1030;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(37,38,38,.07);
  transition:padding .25s ease,box-shadow .25s ease,background .25s ease;
  padding-block:1.125rem;
}
.site-head.is-stuck{padding-block:.5rem;box-shadow:0 6px 24px rgba(37,38,38,.08);background:rgba(255,255,255,.97);}
.site-head .brand-mark{height:40px;width:auto;transition:height .25s ease;}
.site-head.is-stuck .brand-mark{height:32px;}
.nav-link-lifed{
  font-size:1rem;
  font-weight:700;
  color:var(--ink-800);
  padding:.5rem .25rem;
  position:relative;
}
.nav-link-lifed:hover{color:var(--teal-600);}
.nav-link-lifed.is-active{color:var(--teal-600);}
.nav-link-lifed.is-active::after{
  content:"";
  position:absolute;
  left:.25rem;right:.25rem;bottom:0;
  height:3px;border-radius:2px;background:var(--teal-500);
}
.navbar-toggler-lifed{
  border:1px solid rgba(37,38,38,.14);
  border-radius:14px;
  width:46px;height:46px;
  display:inline-flex;align-items:center;justify-content:center;
  background:#fff;color:var(--ink-800);
}
.navbar-toggler-lifed:focus{box-shadow:0 0 0 3px rgba(1,173,156,.24);}
.icon-btn{
  flex:none;
  width:46px;height:46px;
  border-radius:50%;
  border:1px solid var(--ink-200);
  background:#fff;
  color:var(--ink-800);
  display:inline-flex;align-items:center;justify-content:center;
  transition:border-color .2s ease,color .2s ease,background .2s ease;
}
.icon-btn:hover{border-color:var(--teal-300);color:var(--teal-600);background:var(--teal-50);}

/* ============================================================
   Media frames
   ============================================================ */
.frame{
  position:relative;
  border-radius:var(--r-hero);
  overflow:hidden;
  background:var(--teal-100);
  box-shadow:var(--sh-hero);
}
.frame-soft{box-shadow:var(--sh-card);}
.frame img{width:100%;height:100%;object-fit:cover;display:block;}
.ratio-4x5{--bs-aspect-ratio:125%;}
.ratio-5x4{--bs-aspect-ratio:80%;}

/* Caption layer for media that sits inside a Bootstrap .ratio box */
.frame-caption{
  position:absolute;
  inset:auto 0 0 0;
  z-index:2;
  display:flex;
  align-items:center;
  gap:1rem;
  padding:clamp(16px,2.4vw,32px);
}
.ratio>.frame-caption{top:auto;height:auto;}
.frame-caption-sm{gap:.625rem;padding:.875rem;}
.frame-label-xs{font-size:.8125rem;}
.play-btn{
  flex:none;
  width:60px;height:60px;
  border-radius:50%;
  background:var(--teal-500);
  color:#fff;
  display:inline-flex;align-items:center;justify-content:center;
  box-shadow:0 8px 22px rgba(1,173,156,.34);
  transition:transform .2s ease;
}
.play-btn-sm{width:38px;height:38px;box-shadow:none;}
.frame:hover .play-btn{transform:scale(1.06);}
.frame-label{font-size:1.25rem;font-weight:800;color:#fff;line-height:1.3;}
.frame-label-sm{font-size:.9375rem;}

/* ============================================================
   Hero
   ============================================================ */
.hero{padding-top:32px;padding-bottom:8px;}
.hero-stage{
  position:relative;
  border-radius:var(--r-hero);
  overflow:hidden;
  min-height:clamp(420px,60vh,620px);
  display:flex;
  align-items:flex-end;
  background:var(--ink-900);
}
.hero-stage img{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;
}
.hero-scrim{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(37,38,38,.10) 0%,rgba(37,38,38,.30) 42%,rgba(37,38,38,.78) 100%);
}
.hero-body{position:relative;padding:clamp(28px,4vw,56px);max-width:820px;}
.hero-body .t-display{color:#fff;text-shadow:0 2px 24px rgba(0,0,0,.28);}
.hero-body .lead-lg{color:rgba(255,255,255,.9);max-width:620px;margin-top:1rem;}
.hero-actions{display:flex;flex-wrap:wrap;gap:.875rem;margin-top:1.75rem;}

/* ============================================================
   Notice strip
   ============================================================ */
.strip{
  display:flex;
  align-items:center;
  gap:1.25rem;
  padding:1.5rem 1.75rem;
  border-radius:var(--r-card);
  background:var(--teal-100);
}
.strip p{margin:0;font-size:1.0625rem;line-height:1.68;color:var(--ink-800);text-wrap:pretty;}

/* ============================================================
   Cards
   ============================================================ */
.icon-tile{
  flex:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:54px;height:54px;
  border-radius:var(--r-tile);
  background:var(--teal-100);
  color:var(--teal-600);
}
.icon-tile-sm{width:40px;height:40px;border-radius:12px;}
.icon-tile-white{background:#fff;}

.card-soft{
  height:100%;
  display:flex;
  flex-direction:column;
  gap:.875rem;
  padding:2rem 1.75rem;
  border-radius:var(--r-card);
  background:#fff;
  box-shadow:var(--sh-card);
  transition:transform .22s ease,box-shadow .22s ease;
}
.card-soft-hover:hover{transform:translateY(-4px);box-shadow:var(--sh-hover);}
.card-outline{background:#fff;box-shadow:none;border:1px solid rgba(37,38,38,.1);}
.card-mint{background:var(--teal-100);box-shadow:none;}

.quote-block{
  margin:0;
  padding:1.75rem 2rem;
  border-radius:var(--r-card);
  background:var(--teal-100);
  font-size:clamp(1.3125rem,2vw,1.15rem);
  font-weight:800;
  line-height:1.34;
  color: #01ad9c;
  text-wrap:balance;
}
.quote-teal{
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:1.25rem;
  padding:2.75rem;
  border-radius:var(--r-hero);
  background:var(--teal-500);
  color:#fff;
  position:relative;
  overflow:hidden;
}
.quote-teal::after{
  content:"";
  position:absolute;
  right:-60px;bottom:-70px;
  width:220px;height:220px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
}
.quote-teal p{
  position:relative;
  margin:0;
  font-size:clamp(1.25rem,1.9vw,1.625rem);
  font-weight:800;
  line-height:1.44;
  text-wrap:pretty;
}
.quote-attrib{position:relative;display:flex;align-items:center;gap:1rem;}
.quote-face{
  flex:none;
  width:60px;height:60px;
  border-radius:50%;
  object-fit:cover;
  border:3px solid rgba(255,255,255,.55);
}
.quote-attrib .n{font-size:1rem;font-weight:800;}
.quote-attrib .r{font-size:.875rem;color:rgba(255,255,255,.85);}

/* Step cards */
.step-card{
  height:100%;
  display:flex;
  flex-direction:column;
  gap:.625rem;
  padding:1.625rem 1.5rem;
  border-radius:20px;
  background:#fff;
  box-shadow:var(--sh-card);
}
.step-card .step-no{
  display:inline-flex;
  align-items:center;
  gap:.625rem;
  font-size:.75rem;
  font-weight:800;
  letter-spacing:.18em;
  color:var(--teal-600);
}
.step-card h3{font-size:1.125rem;font-weight:800;color:var(--ink-900);margin:0;}
.step-card.is-final{background:var(--teal-100);box-shadow:none;}

/* Milestone */
.milestone{
  display:flex;
  gap:1.25rem;
  padding:1.75rem;
  border-radius:var(--r-card);
  background:#fff;
  box-shadow:var(--sh-card);
}

/* Recognition */
.rec-tile{
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:.75rem;
  padding:1.25rem 1rem;
  border-radius:20px;
  background:#fff;
  box-shadow:var(--sh-card);
  text-align:center;
}
.rec-tile img{height:42px;width:auto;object-fit:contain;}
.rec-tile span{font-size:.8125rem;font-weight:700;color:var(--ink-500);line-height:1.4;}

/* People */
.person-face{
  width:clamp(120px,13vw,164px);
  aspect-ratio:1;
  border-radius:50%;
  overflow:hidden;
  background:var(--teal-100);
  box-shadow:var(--sh-card);
  margin-bottom:1.5rem;
}
.person-face img{width:100%;height:100%;object-fit:cover;display:block;}
.person .role{
  display:block;
  font-size:.8125rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--teal-600);
  margin-top:.375rem;
}

/* Closing CTA */
.cta-band{
  position:relative;
  border-radius:var(--r-hero);
  overflow:hidden;
  min-height:440px;
  display:flex;
  align-items:center;
  padding:clamp(20px,3vw,48px);
  background:var(--ink-900);
}
.cta-band img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.cta-band::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(100deg,rgba(37,38,38,.55) 0%,rgba(37,38,38,.12) 70%);
}
.cta-panel{
  position:relative;
  z-index:2;
  max-width:560px;
  display:flex;
  flex-direction:column;
  gap:1.125rem;
  padding:clamp(24px,3vw,40px);
  border-radius:var(--r-card);
  background:rgba(255,255,255,.95);
  backdrop-filter:blur(6px);
  box-shadow:var(--sh-float);
}

/* Footer */
.site-foot{background:var(--ink-800);color:rgba(255,255,255,.76);padding:64px 0 32px;}
.site-foot .foot-mark{height:34px;width:auto;background:#fff;padding:.5rem .75rem;border-radius:12px;}
.site-foot h2{
  font-size:.8125rem;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#fff;
  margin:0 0 1rem;
}
.site-foot a{color:rgba(255,255,255,.76);font-size:.9375rem;}
.site-foot a:hover{color:#fff;}
.site-foot ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.625rem;}
.foot-contact a,.foot-contact li{display:inline-flex;align-items:center;gap:.5rem;font-size:.9375rem;}
.foot-contact svg{color:var(--teal-300);flex:none;}
.site-foot .blurb{font-size:.9375rem;line-height:1.7;max-width:340px;text-wrap:pretty;}
.foot-socials{display:flex;gap:.625rem;}
.foot-socials a{
  width:40px;height:40px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.24);
  display:inline-flex;align-items:center;justify-content:center;
  color:rgba(255,255,255,.8);
  transition:background .2s ease,color .2s ease,border-color .2s ease;
}
.foot-socials a:hover{background:var(--teal-500);border-color:var(--teal-500);color:#fff;}
.foot-base{
  margin-top:2.5rem;
  padding-top:1.5rem;
  border-top:1px solid rgba(255,255,255,.16);
  font-size:.875rem;
  color:rgba(255,255,255,.58);
  text-wrap:pretty;
}

/* ============================================================
   Motion
   ============================================================ */
@keyframes riseIn{from{opacity:0;transform:translateY(16px);}to{opacity:1;transform:none;}}
.rise{animation:riseIn .6s cubic-bezier(.2,.7,.3,1) both;}
.rise-2{animation-delay:.08s;}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto;}
  .rise{animation:none;}
  *{transition-duration:.01ms !important;}
}

/* ============================================================
   Responsive
   ============================================================ */
@media (min-width:1200px){
  .sec{padding-top:60px;padding-bottom:96px;}
  .sec-tight{padding-top:64px;padding-bottom:48px;}
}
@media (max-width:991.98px){
  .site-head .nav-stack{
    padding-top:1rem;
    margin-top:1rem;
    border-top:1px solid rgba(37,38,38,.09);
    gap:.25rem;
  }
  .nav-link-lifed{padding:.625rem 0;font-size:1.0625rem;}
  .nav-link-lifed.is-active::after{display:none;}
  .quote-teal{padding:2rem;}
  .cta-band{min-height:0;}
  .frame-echo::before{display:none;}
}
@media (max-width:767.98px){
  .milestone{flex-direction:column;gap:1rem;}
}
@media (max-width:575.98px){
  .shell{padding-left:1rem;padding-right:1rem;}
  .sec{padding-top:56px;padding-bottom:56px;}
  .sec-tight{padding-top:36px;padding-bottom:36px;}
  .strip{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem;}
  .card-soft{padding:1.5rem 1.25rem;}
  .quote-block{padding:1.375rem 1.5rem;}
  .quote-teal{padding:1.5rem;}
  .quote-face{width:52px;height:52px;}
  .btn-lifed,.btn-lifed-ghost,.btn-lifed-light{width:100%;}
  .hero-stage{min-height:0;}
  .hero-body{padding:1.5rem 1.25rem 1.75rem;}
  .cta-panel{padding:1.5rem 1.25rem;}
  .frame-caption{gap:.75rem;padding:1.125rem;}
  .play-btn{width:44px;height:44px;}
  .play-btn svg{width:18px;height:18px;}
  .frame-label{font-size:1rem;}
  .rec-tile{padding:1rem .75rem;}
  .rec-tile img{height:32px;}
  .rec-tile span{font-size:.75rem;}
  .step-card{padding:1.25rem 1.125rem;}
  .site-foot{padding:48px 0 28px;}
}
@media (max-width:359.98px){
  .icon-btn{display:none;}
}

/* ==========================================================
   STORY TIMELINE
========================================================== */

.lifed-story-timeline {
    --timeline-teal: #02b09c;
    --timeline-teal-dark: #008f82;
    --timeline-dark: #424141;
    --timeline-muted: #696969;
    --timeline-soft: #eff8f7;
    --timeline-line: rgba(2, 176, 156, 0.30);

    position: relative;

    padding: 70px 0 80px;

    overflow: hidden;

    background: #ffffff;

    color: var(--timeline-dark);

    font-family: "Nunito", sans-serif;
}


/* ==========================================================
   HEADER
========================================================== */

.lifed-story-timeline__heading {
    position: relative;

    z-index: 5;

    max-width: 1250px;
}


.lifed-story-timeline__eyebrow {
    margin-bottom: 9px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--teal-500);
}


.lifed-story-timeline__title {
    margin: 0;

    color: #424141;

    font-size: clamp(1.875rem, 3.4vw, 2.25rem);

    font-weight: 700;

    line-height: 1.12;

    letter-spacing: -0.035em;
}


.lifed-story-timeline__intro {
    max-width: 1200px;

    margin: 12px 0 0;

    color: var(--timeline-muted);

    font-size: 17px;
    font-weight: 500;

    line-height: 1.65;
}


/* ==========================================================
   STAGE
========================================================== */

.lifed-story-timeline__stage {
    position: relative;

    min-height: 610px;

    margin-top: 5px;

    outline: none;
}


/* ==========================================================
   GIANT BACKGROUND YEAR
========================================================== */

.lifed-story-timeline__background-year {
    position: absolute;

    top: -35px;
    left: 7%;

    z-index: 0;

    color: #f0f8f7;

    font-size: clamp(
        330px,
        36vw,
        620px
    );

    font-weight: 700;

    line-height: 0.95;

    letter-spacing: -0.08em;

    white-space: nowrap;

    pointer-events: none;

    user-select: none;

    transition:
        opacity 0.4s ease,
        transform 0.55s cubic-bezier(
            0.22,
            1,
            0.36,
            1
        );
}


/* ==========================================================
   TOP TIMELINE RAIL
========================================================== */

.lifed-story-timeline__rail {
    position: absolute;

    top: 155px;
    left: 0;

    z-index: 3;

    width: 56%;
}


/* ==========================================================
   YEAR BADGE
========================================================== */

.lifed-story-timeline__year {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 64px;
    min-height: 38px;

    padding: 0 13px;

    border-radius: 5px;

    background: var(--timeline-teal);

    color: #ffffff;

    font-size: 14px;
    font-weight: 700;

    line-height: 1;

    box-shadow:
        0 6px 18px
        rgba(2, 176, 156, 0.14);

    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}


/* ==========================================================
   TIMELINE LINE
========================================================== */

.lifed-story-timeline__line {
    position: relative;

    width: 100%;
    height: 1px;

    margin-top: 17px;

    background: var(--timeline-line);
}


.lifed-story-timeline__line-start {
    position: absolute;

    top: 50%;
    left: 0;

    width: 15px;
    height: 15px;

    border: 3px solid var(--timeline-teal);
    border-radius: 50%;

    background: #ffffff;

    transform:
        translate(
            0,
            -50%
        );
}


.lifed-story-timeline__line-end {
    position: absolute;

    top: 50%;
    right: 0;

    width: 9px;
    height: 9px;

    border-radius: 50%;

    background: var(--timeline-teal);

    transform:
        translate(
            50%,
            -50%
        );
}


/* ==========================================================
   GRID
========================================================== */

.lifed-story-timeline__grid {
    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns:
        minmax(0, 1fr)
        minmax(420px, 0.82fr);

    gap: clamp(
        60px,
        7vw,
        110px
    );

    align-items: center;

    padding-top: 195px;
}


/* ==========================================================
   CONTENT
========================================================== */

.lifed-story-timeline__content {
    max-width: 620px;

    padding-bottom: 45px;

    transition:
        opacity 0.28s ease,
        transform 0.38s ease;
}


.lifed-story-timeline__month {
    margin-bottom: 12px;

    color: #555555;

    font-size: 13px;
    font-weight: 700;

    line-height: 1.3;

    letter-spacing: 0.09em;

    text-transform: uppercase;
}


.lifed-story-timeline__milestone-title {
    margin: 0;

    color: var(--timeline-teal);

    font-size: clamp(
        27px,
        2.2vw,
        35px
    );

    font-weight: 700;

    line-height: 1.2;
}


.lifed-story-timeline__description {
    max-width: 610px;

    margin: 20px 0 0;

    color: #626262;

    font-size: 16px;
    font-weight: 500;

    line-height: 1.72;
}


/* ==========================================================
   IMAGE
========================================================== */

.lifed-story-timeline__media {
    position: relative;

    width: 100%;

    aspect-ratio: 1.72 / 1;

    overflow: hidden;

    border-radius: 25px;

    background: #eaf4f2;

    box-shadow:
        0 22px 50px
        rgba(35, 65, 61, 0.13);

    transition:
        opacity 0.32s ease,
        transform 0.45s cubic-bezier(
            0.22,
            1,
            0.36,
            1
        );
}


.lifed-story-timeline__media img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    transition:
        transform 0.7s ease;
}


.lifed-story-timeline__media:hover img {
    transform: scale(1.025);
}


/* ==========================================================
   SLIDE TRANSITION
========================================================== */

.lifed-story-timeline__stage.is-changing
.lifed-story-timeline__content {
    opacity: 0;

    transform:
        translateX(-15px);
}


.lifed-story-timeline__stage.is-changing
.lifed-story-timeline__media {
    opacity: 0;

    transform:
        translateX(18px);
}


.lifed-story-timeline__stage.is-changing
.lifed-story-timeline__background-year {
    opacity: 0;

    transform:
        translateX(20px);
}


/* ==========================================================
   CONTROLS
========================================================== */

.lifed-story-timeline__controls {
    position: relative;

    z-index: 10;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 35px;

    margin-top: 18px;
}


/* ==========================================================
   ARROWS
========================================================== */

.lifed-story-timeline__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    padding: 0;

    border: 1.5px solid var(--timeline-teal);
    border-radius: 50%;

    background: #ffffff;

    color: var(--timeline-teal);

    font-size: 14px;

    cursor: pointer;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}


.lifed-story-timeline__arrow:hover {
    background: var(--timeline-teal);

    color: #ffffff;

    transform: translateY(-1px);

    box-shadow:
        0 8px 20px
        rgba(2, 176, 156, 0.18);
}


/* ==========================================================
   PAGINATION
========================================================== */

.lifed-story-timeline__pagination {
    display: flex;
    align-items: center;

    gap: 10px;
}


/* individual milestone */

.lifed-story-timeline__dot {
    position: relative;

    display: block;

    width: 31px;
    height: 3px;

    padding: 0;

    overflow: hidden;

    border: 0;

    border-radius: 999px;

    background:
        rgba(
            2,
            176,
            156,
            0.17
        );

    cursor: pointer;

    transition:
        width 0.25s ease,
        background-color 0.25s ease;
}


/* auto progress */

.lifed-story-timeline__dot::after {
    content: "";

    position: absolute;

    inset:
        0
        auto
        0
        0;

    width: 0;

    border-radius: inherit;

    background: var(--timeline-teal);
}


.lifed-story-timeline__dot.is-active {
    width: 38px;

    background:
        rgba(
            2,
            176,
            156,
            0.20
        );
}


.lifed-story-timeline__dot.is-active::after {
    animation:
        lifedTimelineProgress
        var(--timeline-duration, 6000ms)
        linear
        forwards;
}


.lifed-story-timeline__stage.is-paused
.lifed-story-timeline__dot.is-active::after {
    animation-play-state: paused;
}


@keyframes lifedTimelineProgress {

    from {
        width: 0;
    }

    to {
        width: 100%;
    }

}


/* ==========================================================
   LARGE TABLET
========================================================== */

@media (max-width: 1199.98px) {

    .lifed-story-timeline__stage {
        min-height: 570px;
    }


    .lifed-story-timeline__background-year {
        top: 5px;

        font-size: clamp(
            280px,
            40vw,
            430px
        );
    }


    .lifed-story-timeline__rail {
        top: 150px;

        width: 54%;
    }


    .lifed-story-timeline__grid {
        grid-template-columns:
            minmax(0, 1fr)
            minmax(360px, 0.9fr);

        gap: 45px;

        padding-top: 250px;
    }

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991.98px) {

    .lifed-story-timeline {
        padding:
            58px
            0
            65px;
    }


    .lifed-story-timeline__intro {
        font-size: 15px;
    }


    .lifed-story-timeline__stage {
        min-height: 0;

        margin-top: 25px;
    }


    .lifed-story-timeline__background-year {
        top: 40px;
        left: 50%;

        font-size: 310px;

        transform:
            translateX(-50%);
    }


    .lifed-story-timeline__stage.is-changing
    .lifed-story-timeline__background-year {
        transform:
            translateX(-47%);
    }


    .lifed-story-timeline__rail {
        position: relative;

        top: auto;
        left: auto;

        width: 100%;

        padding-top: 30px;
    }


    .lifed-story-timeline__grid {
        grid-template-columns: 1fr;

        gap: 32px;

        padding-top: 65px;
    }


    .lifed-story-timeline__content {
        max-width: 700px;

        padding-bottom: 0;
    }


    .lifed-story-timeline__media {
        max-width: 720px;

        aspect-ratio: 1.65 / 1;
    }


    .lifed-story-timeline__controls {
        margin-top: 38px;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767.98px) {

    .lifed-story-timeline {
        padding:
            48px
            0
            55px;
    }


    .lifed-story-timeline__eyebrow {
        font-size: 12px;
    }


    .lifed-story-timeline__title {
        font-size: 32px;
    }


    .lifed-story-timeline__intro {
        font-size: 14px;

        line-height: 1.65;
    }


    .lifed-story-timeline__background-year {
        top: 67px;

        font-size: 210px;
    }


    .lifed-story-timeline__rail {
        padding-top: 24px;
    }


    .lifed-story-timeline__year {
        min-width: 58px;
        min-height: 34px;

        font-size: 12px;
    }


    .lifed-story-timeline__grid {
        gap: 27px;

        padding-top: 48px;
    }


    .lifed-story-timeline__month {
        margin-bottom: 9px;

        font-size: 11px;
    }


    .lifed-story-timeline__milestone-title {
        font-size: 27px;
    }


    .lifed-story-timeline__description {
        margin-top: 15px;

        font-size: 14px;

        line-height: 1.68;
    }


    .lifed-story-timeline__media {
        border-radius: 19px;
    }


    .lifed-story-timeline__controls {
        gap: 20px;

        margin-top: 30px;
    }


    .lifed-story-timeline__arrow {
        width: 42px;
        height: 42px;

        flex-basis: 42px;

        font-size: 12px;
    }


    .lifed-story-timeline__pagination {
        gap: 7px;
    }


    .lifed-story-timeline__dot {
        width: 19px;
    }


    .lifed-story-timeline__dot.is-active {
        width: 28px;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 575.98px) {

    .lifed-story-timeline__background-year {
        font-size: 175px;
    }


    .lifed-story-timeline__media {
        aspect-ratio: 1.42 / 1;
    }


    .lifed-story-timeline__controls {
        gap: 14px;
    }


    .lifed-story-timeline__dot {
        width: 15px;
    }


    .lifed-story-timeline__dot.is-active {
        width: 23px;
    }

}


/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

    .lifed-story-timeline *,
    .lifed-story-timeline *::before,
    .lifed-story-timeline *::after {
        scroll-behavior: auto !important;

        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;

        transition-duration: 0.01ms !important;
    }

}