:root{
  --navy:#213450;
  --pink:#E481A8;
  --blue:#B0C9F5;
  --lav:#C7B3F5;
  --mint:#B8E3D1;
  --bg:#F4F6F9;
  --text:#213450;
  --muted:#6F7B8D;
  --line:rgba(33,52,80,.10);
  --max:1480px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font:inherit}

/* Main navigation */
.nav-wrap{
  position:sticky;
  top:14px;
  z-index:100;
  width:min(calc(100% - 28px),var(--max));
  margin:14px auto 0;
}
.main-nav{
  min-height:86px;
  padding:18px 22px 18px 26px;
  border-radius:22px;
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(22px) saturate(1.12);
  -webkit-backdrop-filter:blur(22px) saturate(1.12);
  border:1px solid rgba(255,255,255,.86);
  box-shadow:0 18px 45px rgba(33,52,80,.08);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.logo img{width:188px}
.nav-links{
  display:flex;
  align-items:center;
  gap:28px;
  font-size:14px;
}
.nav-links a{color:#4F5D73}
.nav-links a.is-active{color:var(--navy);font-weight:700}
.nav-pill{
  padding:14px 22px;
  border-radius:999px;
  background:var(--navy);
  color:#fff!important;
  font-weight:700;
}
.lang-switch{
  display:inline-flex;
  align-items:center;
  gap:4px;
  min-height:34px;
  padding:0 9px;
  border-radius:999px;
  border:1px solid rgba(33,52,80,.08);
  background:rgba(255,255,255,.6);
}
.lang-btn{
  border:0;
  background:transparent;
  color:#8A94A4;
  padding:0;
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
}
.lang-btn.is-active{color:var(--navy)}
.lang-divider{color:#B1B8C3;font-size:11px}

/* Global layout */
main{
  width:min(calc(100% - 28px),var(--max));
  margin:18px auto 28px;
  display:grid;
  gap:18px;
}
section{
  background:#fff;
  border-radius:34px;
  overflow:hidden;
  position:relative;
  scroll-margin-top:118px;
}
.kicker{
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.16em;
  font-weight:700;
  color:#8C96A5;
  margin-bottom:18px;
}
.serif{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
  letter-spacing:-.035em;
}

/* Hero */
.hero{
  min-height:760px;
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:52px;
  padding:84px 82px 64px;
  align-items:center;
  background:
    radial-gradient(circle at 18% 18%,rgba(184,227,209,.42),transparent 32%),
    radial-gradient(circle at 76% 15%,rgba(228,129,168,.23),transparent 31%),
    radial-gradient(circle at 83% 72%,rgba(199,179,245,.38),transparent 31%),
    #fff;
}
.hero-copy{max-width:790px;position:relative;z-index:2}
.hero h1{
  font-size:clamp(42px,4.8vw,68px);
  line-height:1.02;
  margin:0 0 30px;
}
.hero-lead{
  font-size:21px;
  line-height:1.7;
  color:#526178;
  max-width:760px;
}
.hero-lead p{margin:0 0 18px}
.hero-lead strong{color:var(--navy);font-weight:650}
.portrait-wrap{
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:560px;
  position:relative;
}
.portrait-card{
  width:min(100%,510px);
  aspect-ratio:4/5;
  border-radius:32px;
  overflow:hidden;
  box-shadow:0 28px 70px rgba(33,52,80,.16);
  transform:rotate(1.5deg);
  background:#EAE7E4;
  position:relative;
  z-index:2;
}
.portrait-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.portrait-orbit{
  position:absolute;
  width:420px;
  height:420px;
  border:1px solid rgba(33,52,80,.10);
  border-radius:50%;
}
.portrait-star{
  position:absolute;
  right:7%;
  top:10%;
  font-size:46px;
  color:var(--pink);
  transform:rotate(12deg);
}

/* Shared section padding */
.timeline-section,
.values,
.process-section,
.learning,
.outside,
.cta{
  padding:88px 82px 96px;
}

/* Timeline */
.timeline-head{
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:50px;
  align-items:end;
  margin-bottom:64px;
}
.timeline-head h2,
.values h2,
.learning h2,
.outside h2{
  font-size:clamp(44px,5vw,72px);
  line-height:1.03;
  margin:0;
}
.timeline-intro{
  font-size:18px;
  line-height:1.65;
  color:#667388;
  max-width:680px;
}
.timeline{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  border-top:1px solid var(--line);
}
.milestone{
  padding:26px 28px 10px 0;
  border-right:1px solid var(--line);
  min-height:270px;
}
.milestone+.milestone{padding-left:28px}
.milestone:last-child{border-right:0}
.year{
  font-size:13px;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#8A95A5;
  font-weight:700;
  margin-bottom:18px;
}
.milestone h3{
  font-size:22px;
  line-height:1.12;
  margin:0 0 14px;
  font-weight:650;
  max-width:14ch;
  min-height:2.4em;
}
.milestone p{
  margin:0;
  color:#667388;
  font-size:15px;
  line-height:1.65;
}

/* Values */
.values{
  background:
    radial-gradient(circle at 80% 20%,rgba(176,201,245,.28),transparent 30%),
    radial-gradient(circle at 12% 90%,rgba(184,227,209,.28),transparent 28%),
    #fff;
}
.values-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:48px;
}
.value-card{
  padding:30px;
  min-height:240px;
  border-radius:26px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.72);
}
.value-num{
  width:40px;
  height:40px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  border:1px solid var(--line);
  font-size:12px;
  font-weight:700;
  margin-bottom:30px;
}
.value-card h3{margin:0 0 12px;font-size:22px}
.value-card p{margin:0;color:#667388;line-height:1.6;font-size:15px}

/* Process */
.process-section{
  background:
    radial-gradient(circle at 88% 18%,rgba(199,179,245,.22),transparent 28%),
    radial-gradient(circle at 10% 88%,rgba(176,201,245,.20),transparent 26%),
    #fff;
}
.process-head{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:70px;
  align-items:end;
}
.process-head h2{
  margin:0;
  font-size:clamp(44px,5vw,72px);
  line-height:1.03;
}
.process-copy{
  max-width:660px;
  color:#667388;
  font-size:17px;
  line-height:1.7;
}
.process-copy p{margin:0 0 14px}
.frameworks{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:38px;
}
.frameworks span{
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:0 15px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.78);
  color:#6D788A;
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
}
.process-grid{
  margin-top:46px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.process-card{
  --mx:50%;
  --my:50%;
  min-height:250px;
  padding:28px;
  border-radius:26px;
  border:1px solid rgba(33,52,80,.10);
  background:rgba(255,255,255,.82);
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  gap:30px;
  position:relative;
  overflow:hidden;
  isolation:isolate;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}
.process-card::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:0;
  background:radial-gradient(
    220px circle at var(--mx) var(--my),
    rgba(255,255,255,.72),
    transparent 66%
  );
  transition:opacity .2s ease;
}
.process-card:hover,
.process-card:focus-visible{
  transform:translateY(-4px);
  border-color:rgba(33,52,80,.18);
  box-shadow:0 18px 38px rgba(33,52,80,.09);
  outline:none;
}
.process-card:hover::after,
.process-card:focus-visible::after{opacity:1}
.process-card:nth-child(1){background:rgba(184,227,209,.28)}
.process-card:nth-child(2){background:rgba(176,201,245,.25)}
.process-card:nth-child(3){background:rgba(199,179,245,.25)}
.process-card:nth-child(4){background:rgba(228,129,168,.16)}

.process-num{
  width:48px;
  height:48px;
  min-width:48px;
  min-height:48px;
  border-radius:50%;
  display:grid;
  place-items:center;
  padding:0;
  background:#fff;
  border:1px solid var(--line);
  transition:transform .22s ease, box-shadow .22s ease;
}
.process-card:hover .process-num,
.process-card:focus-visible .process-num{
  transform:scale(1.055);
  box-shadow:0 8px 18px rgba(33,52,80,.08);
}
.process-num svg{
  width:20px;
  height:20px;
  display:block;
  stroke:var(--navy);
  stroke-width:1.8;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round;
  vector-effect:non-scaling-stroke;
}
.process-card h3{
  margin:0 0 12px;
  font-size:22px;
  line-height:1.15;
}
.process-card p{
  margin:0;
  color:#667388;
  font-size:15px;
  line-height:1.6;
}

/* Education + certifications */
.learning{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:70px;
  align-items:start;
}
.learning-copy p{
  color:#667388;
  line-height:1.7;
  font-size:17px;
  max-width:580px;
}
.cert-list{display:grid;gap:14px}
.cert{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:24px;
  padding:22px 24px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  min-height:84px;
}
.cert-main{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:7px;
  min-width:0;
}
.cert-main strong{
  display:block;
  font-size:15px;
  line-height:1.25;
}
.cert-link,
.cert-meta{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  font-size:12px;
  line-height:1.2;
  font-weight:650;
  color:#6F7B8D;
}
.cert-link{white-space:nowrap}
.cert-link:hover{color:var(--navy)}
.cert-year{
  flex:0 0 auto;
  color:#8A95A5;
  font-size:13px;
}
.cert-degree{
  background:
    linear-gradient(90deg,rgba(184,227,209,.16),rgba(176,201,245,.09)),
    #fff;
}

/* Fun facts */
.outside{background:var(--navy);color:#fff}
.outside .kicker{color:rgba(255,255,255,.54)}
.outside-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:40px;
}
.outside-head p{
  max-width:550px;
  color:rgba(255,255,255,.68);
  line-height:1.65;
  font-size:17px;
}
.outside .facts{
  margin-top:46px;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  grid-auto-rows:260px;
  gap:16px;
  align-items:stretch;
}
.outside .fact{
  position:relative;
  height:100%;
  min-height:0;
  padding:30px 32px;
  border-radius:26px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:space-between;
  gap:28px;
  color:var(--navy);
  overflow:hidden;
}
.outside .fact-tag{
  display:block;
  margin:0;
  padding:0;
  text-align:left;
  align-self:flex-start;
  font-size:11px;
  line-height:1.2;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:700;
  opacity:.62;
}
.outside .fact-content{
  width:100%;
  margin-top:auto;
  min-width:0;
}
.outside .fact h3{
  margin:0;
  font-size:24px;
  line-height:1.14;
  font-weight:650;
  max-width:22ch;
}
.outside .fact p{
  margin:16px 0 0;
  font-size:15px;
  line-height:1.55;
  max-width:44ch;
}
.outside .fact-disney{grid-column:span 3;background:var(--lav)}
.outside .fact-pipo{grid-column:span 3;background:var(--mint)}
.outside .fact-potatoes{grid-column:span 2;background:#fff}
.outside .fact-offscreen{grid-column:span 2;background:var(--pink)}
.outside .fact-archive{grid-column:span 2;background:var(--blue)}

.outside .fact.has-media .fact-content{padding-right:160px}
.outside .fact-media{
  position:absolute;
  right:32px;
  top:50%;
  transform:translateY(-50%);
  width:132px;
  height:132px;
  border-radius:999px;
  overflow:hidden;
  border:3px solid rgba(255,255,255,.55);
  box-shadow:0 8px 20px rgba(15,30,50,.14);
}
.outside .fact-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* CTA */
.cta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:40px;
}
.cta h2{
  margin:0;
  font-size:clamp(42px,4.6vw,70px);
  line-height:1.02;
}
.cta-actions{display:flex;gap:12px;flex-wrap:wrap}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid var(--line);
  font-weight:700;
}
.btn.primary{background:var(--navy);color:#fff;border-color:var(--navy)}

footer{
  width:min(calc(100% - 28px),var(--max));
  margin:0 auto 28px;
  padding:24px 8px;
  display:flex;
  justify-content:space-between;
  color:#7A8596;
  font-size:13px;
}

/* Floating section navigator */
.scroll-nav{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:85;
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.78);
  background:rgba(255,255,255,.70);
  backdrop-filter:blur(18px) saturate(1.12);
  -webkit-backdrop-filter:blur(18px) saturate(1.12);
  box-shadow:0 16px 44px rgba(33,52,80,.08);
}
.scroll-nav-body{
  display:flex;
  align-items:center;
  overflow:hidden;
  max-width:210px;
  opacity:1;
  transition:max-width .25s ease,opacity .2s ease;
}
.scroll-nav.is-collapsed .scroll-nav-body{
  max-width:0;
  opacity:0;
  pointer-events:none;
}
.scroll-collapse{
  appearance:none;
  width:26px;
  height:38px;
  padding:0;
  border:0;
  background:transparent;
  color:var(--navy);
  font-size:24px;
  line-height:1;
  cursor:pointer;
  transition:transform .2s ease,opacity .2s ease;
}
.scroll-collapse:hover{opacity:.7}
.scroll-nav.is-collapsed .scroll-collapse{transform:rotate(180deg)}
.scroll-nav-copy{
  display:grid;
  min-width:132px;
  gap:3px;
  padding:2px 4px 2px 0;
  align-content:center;
}
.scroll-nav-current{
  font-size:13px;
  color:var(--navy);
  font-weight:650;
}
.scroll-nav-next{
  font-size:10px;
  color:#7D8796;
  line-height:1.25;
}
.scroll-nav-controls{
  display:flex;
  gap:8px;
  align-items:center;
}
.scroll-arrow{
  width:38px;
  height:38px;
  border-radius:50%;
  border:1px solid rgba(33,52,80,.08);
  background:rgba(255,255,255,.86);
  color:var(--navy);
  font-size:15px;
  cursor:pointer;
  transition:transform .2s ease,background .2s ease,opacity .2s ease;
  box-shadow:0 8px 22px rgba(33,52,80,.05);
}
.scroll-arrow:hover:not(:disabled){
  transform:translateY(-1px);
  background:#fff;
}
.scroll-arrow:disabled{opacity:.35;cursor:default}
.scroll-nav.is-collapsed{padding-left:8px}

/* Responsive */
@media(max-width:1180px){
  .outside .facts{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-auto-rows:240px;
  }
  .outside .fact-disney,
  .outside .fact-pipo,
  .outside .fact-potatoes,
  .outside .fact-offscreen{grid-column:span 1}
  .outside .fact-archive{grid-column:1/-1}
}

@media(max-width:1050px){
  .hero{grid-template-columns:1fr;padding:70px 52px}
  .portrait-wrap{min-height:auto}
  .portrait-card{width:min(78vw,460px)}
  .timeline-head,
  .learning,
  .process-head{grid-template-columns:1fr}
  .timeline{grid-template-columns:1fr 1fr}
  .milestone{border-bottom:1px solid var(--line)}
  .values-grid,
  .process-grid{grid-template-columns:1fr 1fr}
  .cta{align-items:flex-start;flex-direction:column}
}

@media(max-width:820px){
  .nav-links a:not(.nav-pill){display:none}
  .scroll-nav{right:10px;bottom:10px;padding:8px}
  .scroll-nav-next{display:none}
  .scroll-nav-copy{min-width:94px}
}

@media(max-width:760px){
  .main-nav{min-height:72px;padding:14px 16px}
  .logo img{width:145px}
  .lang-switch{display:none}
  .hero,
  .timeline-section,
  .values,
  .process-section,
  .learning,
  .outside,
  .cta{padding:56px 24px}
  section{border-radius:26px}
  .hero{min-height:auto}
  .hero h1{font-size:42px}
  .timeline{grid-template-columns:1fr}
  .milestone,
  .milestone+.milestone{padding:24px 0;border-right:0}
  .values-grid,
  .process-grid{grid-template-columns:1fr}
  .outside-head{align-items:flex-start;flex-direction:column}
  .cert{grid-template-columns:1fr;gap:12px}
  .cert-year{justify-self:start}
  .outside .facts{
    grid-template-columns:1fr;
    grid-auto-rows:auto;
  }
  .outside .fact,
  .outside .fact-disney,
  .outside .fact-pipo,
  .outside .fact-potatoes,
  .outside .fact-offscreen,
  .outside .fact-archive{
    grid-column:1;
    min-height:220px;
    padding:26px;
  }
  .outside .fact.has-media .fact-content{padding-right:0}
  .outside .fact-media{
    position:static;
    transform:none;
    width:104px;
    height:104px;
    margin-top:18px;
  }
  footer{padding:18px 2px}
}


/* v22 — optical icon sizing + stable fun-facts proportions */

/* All process icon circles stay identical */
.process-num{
  width:48px;
  height:48px;
  min-width:48px;
  min-height:48px;
}
.process-num svg{
  width:20px;
  height:20px;
}
/* The four-point star is optically smaller at the same bounding box */
.process-card-star .process-num svg{
  width:24px;
  height:24px;
}

/* Stable editorial grid for fun facts */
.outside .facts{
  grid-template-columns:repeat(6,minmax(0,1fr));
  grid-template-areas:
    "disney disney disney pipo pipo pipo"
    "potatoes potatoes offscreen offscreen archive archive";
  grid-auto-rows:260px;
}

.outside .fact-disney{grid-area:disney}
.outside .fact-pipo{grid-area:pipo}
.outside .fact-potatoes{grid-area:potatoes}
.outside .fact-offscreen{grid-area:offscreen}
.outside .fact-archive{grid-area:archive}

/* Keep Pipo's image from changing the text block or card dimensions */
.outside .fact-pipo{
  min-width:0;
}
.outside .fact-pipo.has-media .fact-content{
  width:calc(100% - 164px);
  max-width:calc(100% - 164px);
  padding-right:0;
}
.outside .fact-pipo .fact-media{
  right:32px;
  top:50%;
  transform:translateY(-50%);
  width:132px;
  height:132px;
  flex:0 0 132px;
}

/* Large tablet: preserve the same 2-up / 3-up composition */
@media(max-width:1180px) and (min-width:901px){
  .outside .facts{
    grid-template-columns:repeat(6,minmax(0,1fr));
    grid-template-areas:
      "disney disney disney pipo pipo pipo"
      "potatoes potatoes offscreen offscreen archive archive";
    grid-auto-rows:240px;
  }
  .outside .fact-pipo.has-media .fact-content{
    width:calc(100% - 146px);
    max-width:calc(100% - 146px);
  }
  .outside .fact-pipo .fact-media{
    width:116px;
    height:116px;
    right:28px;
  }
}

/* Tablet: two columns, Pipo remains the same card pattern and image stays fixed */
@media(max-width:900px) and (min-width:761px){
  .outside .facts{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-areas:
      "disney pipo"
      "potatoes offscreen"
      "archive archive";
    grid-auto-rows:240px;
  }

  .outside .fact-pipo.has-media .fact-content{
    width:calc(100% - 118px);
    max-width:calc(100% - 118px);
  }
  .outside .fact-pipo .fact-media{
    width:94px;
    height:94px;
    right:24px;
  }
}

/* Mobile: stack cards; Pipo image becomes a small separate element under the copy */
@media(max-width:760px){
  .outside .facts{
    grid-template-columns:1fr;
    grid-template-areas:
      "disney"
      "pipo"
      "potatoes"
      "offscreen"
      "archive";
    grid-auto-rows:auto;
  }

  .outside .fact{
    min-height:220px;
  }

  .outside .fact-pipo.has-media .fact-content{
    width:100%;
    max-width:100%;
    padding-right:0;
  }

  .outside .fact-pipo .fact-media{
    position:absolute;
    right:24px;
    top:24px;
    transform:none;
    width:82px;
    height:82px;
    margin:0;
  }

  .outside .fact-pipo .fact-tag{
    max-width:calc(100% - 104px);
  }
}

.btn{gap:9px;}
.btn-icon{width:18px;height:18px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto;}

.portrait-card img{object-position:center 42%;}


/* v25 — updated portrait */
.portrait-card img{
  object-position:center 40%;
}


/* v26 — unify section rhythm across About */
.timeline-section,
.values,
.process-section,
.learning,
.outside,
.cta{
  padding:88px 82px 96px !important;
}

/* Keep each section on the same left/right page grid */
.timeline-head,
.values > *,
.process-head,
.process-section > *,
.learning,
.outside-head,
.outside .facts,
.cta{
  width:100%;
}

/* Remove local max-widths/margins that make sections feel narrower */
.process-section,
.learning,
.outside,
.cta{
  margin-left:0 !important;
  margin-right:0 !important;
}

.learning{
  align-items:start;
}

.cta{
  justify-content:space-between;
  align-items:center;
}

@media(max-width:1050px){
  .timeline-section,
  .values,
  .process-section,
  .learning,
  .outside,
  .cta{
    padding:72px 52px 80px !important;
  }

  .cta{
    align-items:flex-start;
    flex-direction:column;
  }
}

@media(max-width:760px){
  .timeline-section,
  .values,
  .process-section,
  .learning,
  .outside,
  .cta{
    padding:56px 24px !important;
  }
}


/* v1.2 — mobile navigation + English coming soon */
.lang-btn:disabled,
.lang-btn[aria-disabled="true"]{
  color:#AAB2BE !important;
  opacity:.55;
  cursor:not-allowed;
}
.mobile-nav{display:none;position:relative}
.mobile-nav summary{
  list-style:none;cursor:pointer;width:48px;height:48px;border-radius:999px;
  background:var(--navy);display:grid;place-content:center;gap:6px
}
.mobile-nav summary::-webkit-details-marker{display:none}
.mobile-nav summary span{display:block;width:18px;height:2px;border-radius:2px;background:#fff}
.mobile-nav-panel{
  position:absolute;right:0;top:58px;width:min(320px,calc(100vw - 40px));
  padding:14px;border-radius:20px;background:rgba(255,255,255,.96);
  backdrop-filter:blur(22px);border:1px solid var(--line);box-shadow:0 18px 42px rgba(33,52,80,.12);
  display:grid;gap:4px;z-index:999
}
.mobile-nav-panel>a{padding:13px 14px;border-radius:14px;color:#4F5D73;font-size:14px}
.mobile-nav-panel>a.active{background:#F3F6FB;color:var(--navy);font-weight:700}
.mobile-nav-footer{
  display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px;
  padding-top:12px;border-top:1px solid var(--line)
}
@media(max-width:760px){
  .nav-links{display:none !important}
  .mobile-nav{display:block}
}
