/* ============================================================
   app-shell.css — 교과서 인물평전 · 워크스페이스 셸 (이 서비스 소유 · 정본)
   2026-09-02 · 좌측 사이드바 + 상단 바 + 히어로 + 학습 여정 카드 레이아웃.
   - 공통 정본(eduverse.css)·bio.css 는 건드리지 않고 그 위에 얹는다.
   - 색은 var(--ev-*) 토큰만. 서비스 변수는 --shell-* 접두어.
   - 900px 이하: 사이드바는 서랍(drawer)으로 접힌다.
   ============================================================ */
:root{
  --shell-side: 280px;
  --shell-top: 72px;
  --shell-bg: var(--ev-surface);
  --shell-ink: var(--ev-text);
  --shell-muted: var(--ev-text-3);
  --shell-line: var(--ev-line);
  --shell-accent: var(--ev-accent);
  --shell-accent-soft: var(--ev-surface-3);
  --shell-radius: 10px;
}

/* ---------- 화면 토글(다크) : 정본 다크 토큰을 서비스 범위에서 되살린다 ---------- */
html[data-theme="dark"]{
  --ev-void:#0b1210; --ev-deep:#0f1714;
  --ev-surface:#131c18; --ev-surface-2:#182320; --ev-surface-3:#1f2c27;
  --ev-line:#243a32; --ev-line-strong:#2f4a40; --ev-border:#243a32;
  --ev-text:#eef4f1; --ev-text-2:#b7c6bf; --ev-text-3:#8ea199;
  --ev-accent:#4fd4a3; --ev-accent-2:#4fd4a3; --ev-mint:#4fd4a3; --ev-cyan:#5cc9d8; --ev-gold:#e0b45a;
  --sh-1:0 1px 2px rgba(0,0,0,.4); --sh-2:0 8px 24px rgba(0,0,0,.45);
}
html[data-theme="dark"] .btn--gold, html[data-theme="dark"] .badge--gold{ background:#2a2413; color:#f2d48a; border-color:#5a4a1e; }
html[data-theme="dark"] .badge--mint, html[data-theme="dark"] .bio-chip[aria-pressed="true"]{ background:#173028; color:#8fe6c3; border-color:#2b5a48; }
html[data-font="lg"]{ font-size:18px; }
html[data-font="xl"]{ font-size:20px; }

/* ---------- 본체 그리드 ---------- */
body.bio-shell{
  display:grid;
  grid-template-columns: var(--shell-side) minmax(0,1fr);
  grid-template-rows: var(--shell-top) auto 1fr auto;
  min-height:100vh;
  background:var(--ev-void);
}
body.bio-shell > *{ grid-column:2; min-width:0; }
body.bio-shell > .ev-space, body.bio-shell > .ev-stars{ display:none; }
body.bio-shell > #bio-nav{ grid-column:1; grid-row:1 / span 4; }
body.bio-shell > .shell-top{ grid-row:1; }
body.bio-shell > main{ grid-row:3; padding-top:0 !important; }
body.bio-shell > main.bio-main{ padding-top:0; padding-bottom:64px; }
body.bio-shell > .bio-footer{ grid-row:4; }
body.bio-shell > .nav{ display:none; }   /* 옛 상단 내비가 남아 있어도 숨긴다 */
body.bio-shell .evfb-band{ display:none !important; } /* 공통 SDK의 요금제 오인 배너는 서비스 화면에서 숨김 */

/* ---------- 사이드바 ---------- */
.shell-side{
  position:sticky; top:0; height:100vh; overflow:auto;
  display:flex; flex-direction:column;
  background:var(--shell-bg); border-right:1px solid var(--shell-line);
  scrollbar-width:thin;
}
.shell-side__brand{
  display:block; padding:22px 22px 18px; border-bottom:1px solid var(--shell-line);
  color:var(--shell-ink); text-decoration:none;
}
.shell-side__brand b{ display:block; font-size:1.2rem; font-weight:900; letter-spacing:-.03em; line-height:1.15; }
.shell-side__brand small{ display:block; margin-top:4px; font-size:.68rem; font-weight:800; letter-spacing:.12em; color:var(--shell-muted); }
.shell-side__group{ padding:18px 14px 6px; }
.shell-side__label{ margin:0 8px 8px; font-size:.7rem; font-weight:800; letter-spacing:.06em; color:var(--shell-muted); }
.shell-side__list{ list-style:none; margin:0; padding:0; display:grid; gap:2px; }
.shell-side__item{
  display:flex; align-items:center; gap:14px;
  padding:12px 12px; border-radius:var(--shell-radius);
  color:var(--ev-text-2); font-weight:700; font-size:.95rem; text-decoration:none;
  transition:background .12s var(--ease), color .12s var(--ease);
}
.shell-side__item i{ font-style:normal; font-size:.7rem; font-weight:800; letter-spacing:.04em; color:var(--shell-muted); width:20px; font-variant-numeric:tabular-nums; }
.shell-side__item:hover{ background:var(--ev-surface-2); color:var(--shell-ink); }
.shell-side__item[aria-current="page"]{ background:var(--shell-accent-soft); color:var(--shell-ink); }
.shell-side__item[aria-current="page"] i{ color:var(--shell-accent); }
.shell-side__item:focus-visible{ outline:2px solid var(--shell-accent); outline-offset:2px; }
.shell-side__rule{ margin:10px 22px 0; border:0; border-top:1px solid var(--shell-line); }
.shell-side__promo{
  margin:auto 14px 16px; padding:16px; border-radius:var(--shell-radius);
  background:var(--ev-surface-2); border:1px solid var(--shell-line);
}
.shell-side__promo small{ display:block; font-size:.72rem; color:var(--shell-muted); font-weight:700; }
.shell-side__promo b{ display:block; margin-top:6px; font-size:.92rem; line-height:1.45; color:var(--shell-ink); word-break:keep-all; }
.shell-side__promo a{ display:inline-block; margin-top:10px; font-size:.8rem; font-weight:800; color:var(--shell-accent); text-decoration:none; }
.shell-side__promo a:hover{ text-decoration:underline; }
.shell-side__close{ display:none; }

/* ---------- 상단 바 ---------- */
.shell-top{
  position:sticky; top:0; z-index:60;
  display:flex; align-items:center; gap:12px;
  height:var(--shell-top); padding:0 28px;
  background:var(--shell-bg); border-bottom:1px solid var(--shell-line);
}
.shell-top__nav{ display:flex; align-items:center; gap:2px; min-width:0; }
.shell-top__nav-link{
  display:inline-flex; align-items:center; min-height:44px; padding:0 11px; border-radius:8px;
  color:var(--ev-text-2); font-size:.86rem; font-weight:800; text-decoration:none; white-space:nowrap;
}
.shell-top__nav-link:hover{ background:var(--ev-surface-2); color:var(--shell-ink); }
.shell-top__nav-link[aria-current="page"]{ color:var(--shell-accent); background:var(--shell-accent-soft); }
.shell-top__account{
  display:inline-flex; align-items:center; gap:8px; min-height:44px; padding:0 14px;
  border:1px solid var(--shell-line); border-radius:8px; background:var(--shell-bg);
  color:var(--shell-ink); font-weight:800; font-size:.85rem; text-decoration:none;
}
.shell-top__account .bio-account-mount{ min-height:0; }
.shell-top__account .bio-account{ border:0; padding:0; font-size:.85rem; font-weight:800; color:var(--shell-ink); }
.shell-top__account .bio-account--offline{ color:var(--shell-ink); }
.shell-top__spacer{ flex:1; }
.shell-top__tool{
  min-width:48px; min-height:44px; padding:0 12px;
  border:1px solid var(--shell-line); border-radius:8px; background:var(--shell-bg);
  color:var(--shell-ink); font:inherit; font-weight:800; font-size:.85rem; cursor:pointer;
}
.shell-top__tool:hover{ background:var(--ev-surface-2); }
.shell-top__tool:focus-visible, .shell-top__account:focus-visible, .shell-top__nav-link:focus-visible{ outline:2px solid var(--shell-accent); outline-offset:2px; }
.shell-top__menu{ display:none; }
.shell-top__back{ min-width:auto; white-space:nowrap; }

/* ---------- 홈 히어로 ---------- */
.shell-hero{
  display:grid; grid-template-columns: minmax(0,1.2fr) minmax(0,.8fr);
  min-height:440px; margin:26px 28px 0; overflow:hidden;
  border:1px solid var(--shell-line); border-radius:20px; background:var(--shell-bg); box-shadow:var(--sh-1);
}
.shell-hero__text{ padding:clamp(36px,5vw,64px) clamp(24px,4vw,56px); display:flex; flex-direction:column; justify-content:center; }
.shell-hero__eyebrow{ margin:0 0 16px; font-size:.72rem; font-weight:800; letter-spacing:.14em; color:var(--shell-accent); }
.shell-hero__title{ margin:0; font-size:clamp(1.8rem,2.6vw,2.6rem); font-weight:900; letter-spacing:-.04em; line-height:1.18; color:var(--shell-ink); word-break:keep-all; }
.shell-hero__sub{ margin:22px 0 0; max-width:34em; font-size:1.05rem; line-height:1.75; color:var(--ev-text-2); word-break:keep-all; }
.shell-hero__cta{ display:flex; align-items:center; gap:22px; margin-top:34px; flex-wrap:wrap; }
.shell-hero__cta .btn--primary{ min-height:52px; padding:0 26px; font-size:1rem; font-weight:800; }
.shell-hero__link{ font-weight:700; color:var(--shell-ink); text-decoration:underline; text-underline-offset:4px; }
.shell-hero__media{ position:relative; min-height:320px; overflow:hidden; background:var(--ev-surface-2); }
.shell-hero__media img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 20%; }
.shell-hero__media figcaption{
  position:absolute; left:24px; bottom:22px; max-width:calc(100% - 48px);
  padding:12px 14px; border-radius:10px; background:var(--shell-bg); border:1px solid var(--shell-line); box-shadow:var(--sh-2);
}
.shell-hero__media figcaption small{ display:block; font-size:.68rem; font-weight:800; letter-spacing:.1em; color:var(--shell-accent); }
.shell-hero__media figcaption b{ display:block; margin-top:3px; font-size:1rem; color:var(--shell-ink); }
.shell-hero__media figcaption span{ display:block; margin-top:2px; font-size:.74rem; color:var(--shell-muted); }
.shell-hero__media a{ color:inherit; text-decoration:none; }
.shell-hero__media--empty{ display:grid; place-items:center; color:var(--shell-muted); font-size:.9rem; }

/* ---------- 섹션 공통 ---------- */
.shell-section{ padding:40px clamp(20px,3.5vw,40px) 8px; }
.shell-section__head{ display:flex; align-items:end; justify-content:space-between; gap:16px; flex-wrap:wrap; margin-bottom:18px; }
.shell-section__eyebrow{ margin:0 0 6px; font-size:.7rem; font-weight:800; letter-spacing:.14em; color:var(--shell-accent); }
.shell-section__title{ margin:0; font-size:1.5rem; font-weight:900; letter-spacing:-.03em; color:var(--shell-ink); }
.shell-section__note{ font-size:.85rem; color:var(--shell-muted); }

/* ---------- 학습 여정 카드 ---------- */
.shell-journey{ display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.shell-card{
  display:flex; flex-direction:column; border:1px solid var(--shell-line); border-radius:var(--shell-radius);
  background:var(--shell-bg); color:inherit; text-decoration:none; overflow:hidden;
  transition:transform .15s var(--ease), box-shadow .15s var(--ease), border-color .15s var(--ease);
}
.shell-card:hover{ transform:translateY(-2px); box-shadow:var(--sh-2); border-color:var(--ev-line-strong); }
.shell-card:focus-visible{ outline:2px solid var(--shell-accent); outline-offset:2px; }
.shell-card__head{ display:flex; align-items:center; gap:12px; padding:16px 18px 12px; }
.shell-card__num{
  display:grid; place-items:center; width:34px; height:34px; border-radius:8px;
  background:var(--shell-accent); color:#fff; font-size:.78rem; font-weight:900;
}
.shell-card__title{ flex:1; font-size:1.02rem; font-weight:800; color:var(--shell-ink); }
.shell-card__tag{ font-size:.7rem; font-weight:800; padding:4px 8px; border:1px solid var(--shell-line); border-radius:6px; color:var(--shell-accent); }
.shell-card__art{ height:150px; margin:0 18px; border-radius:8px; background:var(--ev-surface-2); border:1px solid var(--shell-line); display:grid; place-items:center; overflow:hidden; color:var(--shell-accent); }
.shell-card__art svg{ width:100%; height:100%; }
.shell-card__desc{ margin:0; padding:14px 18px 18px; font-size:.86rem; line-height:1.65; color:var(--ev-text-2); word-break:keep-all; }

/* ---------- 홈 하부(성좌·목록) 여백 재조정 ---------- */
body.bio-shell .bio-main > .wrap{ width:auto; margin:0; padding:8px clamp(20px,3.5vw,40px) 0; }
body.bio-shell .bio-head{ margin-top:36px; }

/* ---------- 동의 모달 ---------- */
.shell-consent{ position:fixed; inset:0; z-index:140; display:grid; place-items:center; padding:20px; background:rgba(10,20,16,.45); }
.shell-consent[hidden]{ display:none; }
.shell-consent__panel{ width:min(100%,700px); padding:28px 30px; border-radius:14px; background:var(--shell-bg); box-shadow:var(--sh-2); border:1px solid var(--shell-line); }
.shell-consent__panel h2{ margin:0 0 10px; font-size:1.15rem; font-weight:800; color:var(--shell-ink); }
.shell-consent__panel p{ margin:0; font-size:.9rem; line-height:1.7; color:var(--ev-text-2); word-break:keep-all; }
.shell-consent__panel p a{ color:var(--shell-accent); }
.shell-consent__list{ list-style:none; margin:18px 0 0; padding:0; display:grid; gap:12px; }
.shell-consent__list label{ display:flex; align-items:center; gap:10px; font-size:.92rem; color:var(--shell-ink); }
.shell-consent__list input{ width:18px; height:18px; accent-color:var(--shell-accent); }
.shell-consent__actions{ display:flex; justify-content:flex-end; gap:10px; margin-top:24px; flex-wrap:wrap; }
.shell-consent__actions .btn{ min-height:46px; padding:0 18px; }

/* ---------- 우하단 활용 버튼 ---------- */
.shell-fab{
  position:fixed; right:22px; bottom:22px; z-index:70;
  display:inline-flex; align-items:center; gap:10px; min-height:52px; padding:0 22px;
  border-radius:999px; background:var(--shell-ink); color:var(--ev-void);
  font-weight:800; font-size:.95rem; text-decoration:none; box-shadow:var(--sh-2);
}
.shell-fab:hover{ filter:brightness(1.15); }
.shell-fab:focus-visible{ outline:2px solid var(--shell-accent); outline-offset:3px; }
.shell-fab svg{ width:18px; height:18px; }
body.bio-shell .bio-pwa-install{ bottom:86px; }

/* ---------- 반응형 ---------- */
@media (max-width:1180px){
  .shell-journey{ grid-template-columns:repeat(2,minmax(0,1fr)); }
  .shell-top__nav-link{ padding:0 8px; font-size:.8rem; }
}
@media (max-width:1060px){
  .shell-top__nav{ display:none; }
}
@media (max-width:900px){
  body.bio-shell{ display:block; width:100%; min-width:0; }
  body.bio-shell > *{ min-width:0; max-width:100%; }
  body.bio-shell > #bio-nav{ width:0; height:0; }
  body.bio-shell > .shell-top,
  body.bio-shell > main,
  body.bio-shell > .bio-footer{ width:100%; }
  .shell-side{
    position:fixed; top:0; left:0; bottom:0; z-index:150; width:min(86vw, var(--shell-side));
    transform:translateX(-104%); transition:transform .22s var(--ease); box-shadow:var(--sh-2);
  }
  .shell-side[data-open="1"]{ transform:none; }
  .shell-side__close{ display:inline-flex; align-items:center; justify-content:center; position:absolute; top:12px; right:10px; width:44px; height:44px; border:1px solid var(--shell-line); border-radius:8px; background:var(--shell-bg); color:var(--shell-ink); font-size:1.1rem; cursor:pointer; }
  .shell-scrim{ position:fixed; inset:0; z-index:140; background:rgba(10,20,16,.4); }
  .shell-scrim[hidden]{ display:none; }
  .shell-top{ padding:0 14px; gap:8px; }
  .shell-top__menu{ display:inline-grid; place-items:center; }
  .shell-top__back{ padding:0 10px; font-size:.8rem; }
  .shell-hero{ grid-template-columns:minmax(0,1fr); margin:16px; border-radius:14px; }
  .shell-hero__media{ min-height:240px; order:-1; }
  .shell-hero__text{ padding:28px 20px 34px; }
  .shell-journey{ grid-template-columns:minmax(0,1fr); }
  .shell-section{ padding:28px 16px 4px; }
  body.bio-shell .bio-main > .wrap{ padding:0 16px; }
  .shell-fab{ right:14px; bottom:calc(14px + env(safe-area-inset-bottom)); padding:0 16px; min-height:46px; font-size:.88rem; }
  .shell-consent{ align-items:end; padding:0; }
  .shell-consent__panel{ width:100%; border-radius:14px 14px 0 0; padding:22px 20px calc(22px + env(safe-area-inset-bottom)); }
}
@media (max-width:430px){
  .shell-top__account > span:first-child{ display:none; }
  .shell-top__account{ padding:0 10px; }
  .shell-top__back{ max-width:112px; overflow:hidden; text-overflow:ellipsis; }
}
@media (prefers-reduced-motion:reduce){
  .shell-card, .shell-side, .shell-side__item{ transition:none; }
  .shell-card:hover{ transform:none; }
}
@media print{
  .shell-side, .shell-top, .shell-fab, .shell-consent, .shell-scrim{ display:none !important; }
  body.bio-shell{ display:block; }
}

/* Soft editorial refinement marker. */

/* ---------- Soft editorial refinement · 2026-09-14 ----------
   Existing EDUVERSE colors and the biography hero are preserved. */
:root{
  --bio-editorial-radius:28px;
  --bio-editorial-radius-sm:18px;
  --bio-editorial-warm:var(--ev-gold);
  --bio-editorial-shadow:var(--sh-2);
}
body.bio-shell{
  background:
    radial-gradient(circle at 8% 4%,color-mix(in srgb,var(--ev-gold) 8%,transparent),transparent 30%),
    radial-gradient(circle at 88% 18%,color-mix(in srgb,var(--ev-cyan) 7%,transparent),transparent 34%),
    linear-gradient(180deg,var(--ev-void),color-mix(in srgb,var(--ev-surface-2) 58%,var(--ev-void)));
}
.shell-side,.shell-top{background:color-mix(in srgb,var(--ev-surface) 96%,transparent);backdrop-filter:blur(10px)}
.shell-side__promo,.shell-consent__panel{border-radius:var(--bio-editorial-radius-sm)}
.shell-hero{
  max-width:1500px;
  min-height:500px;
  border-radius:var(--bio-editorial-radius);
  box-shadow:var(--bio-editorial-shadow);
}
.shell-hero__text{padding:clamp(40px,5vw,76px) clamp(28px,5vw,72px)}
.shell-hero__title{font-size:clamp(2.35rem,4.35vw,4.8rem);line-height:1.04;letter-spacing:-.055em}
.shell-hero__sub{font-size:clamp(1rem,1.2vw,1.15rem);line-height:1.75}
.shell-hero__cta .btn--primary{
  border-color:var(--bio-editorial-warm);
  background:var(--bio-editorial-warm);
  color:var(--ev-deep);
  box-shadow:var(--sh-1);
}
.shell-hero__cta .btn--primary:hover{transform:translateY(-2px);box-shadow:var(--bio-editorial-shadow)}
.shell-hero__media figcaption{border-radius:var(--bio-editorial-radius-sm);padding:16px 18px}
.shell-card,.bio-featured,.bio-sky,.bio-filters,.bio-person,.card{
  border-radius:var(--bio-editorial-radius-sm);
  box-shadow:var(--sh-1);
}
.shell-card{border-radius:var(--bio-editorial-radius);transition:transform .22s var(--ease),box-shadow .22s var(--ease),border-color .22s var(--ease),background .22s var(--ease)}
.shell-card:hover,.shell-card:focus-visible{transform:translateY(-5px);box-shadow:var(--bio-editorial-shadow);background:color-mix(in srgb,var(--ev-surface) 96%,var(--ev-gold))}
.shell-card__head{padding:24px 26px 16px}
.shell-card__art{margin:0 26px;border-radius:var(--bio-editorial-radius-sm)}
.shell-card__desc{padding:18px 26px 28px;font-size:.92rem;line-height:1.72}
.bio-person,.bio-featured-card{transition:transform .22s var(--ease),box-shadow .22s var(--ease),border-color .22s var(--ease),background .22s var(--ease)}
.bio-person:hover,.bio-person:focus-visible,.bio-featured-card:hover,.bio-featured-card:focus-visible{transform:translateY(-5px);box-shadow:var(--bio-editorial-shadow)}

.shell-hero__controls{display:flex;align-items:center;gap:10px;margin-top:24px}
.shell-hero__control,.shell-hero__dot{
  display:inline-grid;place-items:center;min-width:44px;min-height:44px;
  border:1px solid var(--shell-line);border-radius:999px;background:var(--shell-bg);color:var(--shell-ink);cursor:pointer;
}
.shell-hero__control:hover,.shell-hero__control:focus-visible,.shell-hero__dot:hover,.shell-hero__dot:focus-visible{border-color:var(--shell-accent);outline:2px solid transparent}
.shell-hero__dot{min-width:16px;width:16px;min-height:16px;height:16px;font-size:0}
.shell-hero__dot[aria-current="true"]{background:var(--bio-editorial-warm);border-color:var(--bio-editorial-warm)}
.shell-hero[data-changing="1"] .shell-hero__text,.shell-hero[data-changing="1"] .shell-hero__media img{opacity:.18}
.shell-hero__text,.shell-hero__media img{transition:opacity .2s var(--ease)}

.bio-editorial-gallery{margin:34px clamp(20px,3.5vw,40px) 4px;padding:clamp(24px,3vw,40px);border:1px solid var(--shell-line);border-radius:var(--bio-editorial-radius);background:color-mix(in srgb,var(--ev-surface) 96%,transparent);box-shadow:var(--sh-1)}
.bio-editorial-gallery__head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}
.bio-editorial-gallery__head h2{margin:4px 0 0;font-size:clamp(1.55rem,2.2vw,2.35rem);letter-spacing:-.035em;color:var(--shell-ink)}
.bio-editorial-gallery__head p{max-width:42em;margin:0;color:var(--ev-text-2);line-height:1.65}
.bio-editorial-gallery__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.bio-editorial-gallery__item{margin:0;overflow:hidden;border:1px solid var(--shell-line);border-radius:var(--bio-editorial-radius-sm);background:var(--ev-surface)}
.bio-editorial-gallery__item img{display:block;width:100%;aspect-ratio:3/2;object-fit:cover}
.bio-editorial-gallery__item figcaption{display:grid;gap:5px;padding:18px 20px 21px}
.bio-editorial-gallery__item strong{color:var(--shell-ink);font-size:1rem}
.bio-editorial-gallery__item span{color:var(--ev-text-2);font-size:.86rem;line-height:1.6}
.bio-editorial-gallery__note{margin:14px 0 0;color:var(--shell-muted);font-size:.76rem}

.motion-ready [data-reveal]:not(.is-visible){opacity:0;transform:translateY(12px)}
.motion-ready [data-reveal]{transition:opacity .46s var(--ease),transform .46s var(--ease)}
.shell-hero__title .bio-title-warm{color:var(--bio-editorial-warm)}

@media(max-width:1180px){.shell-hero__title{font-size:clamp(2.2rem,4vw,3.7rem)}.bio-editorial-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bio-editorial-gallery__item:last-child{grid-column:1/-1}}
@media(max-width:900px){.shell-hero{min-height:0;border-radius:var(--bio-editorial-radius-sm)}.shell-hero__title{font-size:clamp(2.2rem,9vw,3.45rem)}.bio-editorial-gallery{margin:24px 16px 4px;padding:22px;border-radius:var(--bio-editorial-radius-sm)}.bio-editorial-gallery__head{align-items:flex-start;flex-direction:column}.bio-editorial-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.shell-hero__cta{align-items:stretch;flex-direction:column;gap:12px}.shell-hero__cta .btn,.shell-hero__link{width:100%;min-height:44px;justify-content:center}.bio-editorial-gallery__grid{grid-template-columns:minmax(0,1fr)}.bio-editorial-gallery__item:last-child{grid-column:auto}.shell-card{border-radius:var(--bio-editorial-radius-sm)}.shell-card__head{padding:20px 20px 14px}.shell-card__art{margin:0 20px}.shell-card__desc{padding:16px 20px 22px}}
@media(prefers-reduced-motion:reduce){.motion-ready [data-reveal],.motion-ready [data-reveal]:not(.is-visible){opacity:1;transform:none;transition:none}.shell-hero__text,.shell-hero__media img,.shell-hero__cta .btn--primary,.bio-person,.bio-featured-card{transition:none}.shell-hero__cta .btn--primary:hover,.bio-person:hover,.bio-featured-card:hover{transform:none}}
@media(prefers-reduced-transparency:reduce){.shell-side,.shell-top,.bio-editorial-gallery{backdrop-filter:none;background:var(--ev-surface)}}
