/* Shared editorial design system for Ruby's public entry and member spaces. */
:root {
  --r-sm: 8px; --r-md: 10px; --r-lg: 12px; --r-xl: 18px;
  --shadow-card: none; --shadow-lift: 0 16px 48px #0003; --shadow-nav: none;
  --cta: #ced4bc; --cta-ink: #17201b;
  --page-width: 1240px; --page-gutter: clamp(24px, 5vw, 72px);
}
:root, [data-theme='twilight'] {
  --bg-deep: #0b101b; --bg: #101522; --bg-raised: #171e2b;
  --card: #171e2b; --card-solid: #171e2b; --card-hover: #202938;
  --ink: #f3f0e8; --ink-2: #d6d9df; --ink-3: #bcc4d0; --ink-4: #a6afbe; --ink-5: #99a5b8;
  --line: #c7d0de30; --line-soft: #c7d0de21; --line-strong: #c7d0de70;
}
[data-theme='dawn'] { --ink-5: #bc9b94; }
[data-theme='moss'] { --ink-5: #8db1a3; }
[data-theme='ink'] { --ink-5: #9ba2ad; }
[data-theme='founders'] { --ink-5: #8ea5bd; }
[hidden] { display: none !important; }
button:disabled { opacity: .5; cursor: not-allowed; transform: none; }
button, a, input { touch-action: manipulation; }
img { height: auto; }
.app-screen { width: 100%; }
.app-screen::after, .nav-leaf { display: none; }
.viewport { scrollbar-width: thin; scrollbar-color: var(--line) transparent; padding-bottom: calc(100px + env(safe-area-inset-bottom, 0px)); }
.viewport::-webkit-scrollbar { display: block; width: 5px; }
.viewport::-webkit-scrollbar-thumb { background: var(--line); border-radius: 4px; }
.screen { animation: screen-in .22s var(--ease-out) both; }
.stagger > *, .section-quote { animation: none; }
.boot-message { padding: 100px 24px; color: var(--ink-4); text-align: center; }
.top-bar { padding: 16px 24px; min-height: 76px; background: var(--bg); border-bottom: 1px solid var(--line-soft); }
.top-bar.is-stuck { background: var(--bg); backdrop-filter: none; }
.logo { text-shadow: none; white-space: nowrap; }
.logo .star { animation: none; color: var(--cta); }
.top-actions { gap: 12px; }
.action-btn, .icon-btn { width: 44px; height: 44px; flex: none; }
.desktop-nav, .desktop-create { display: none; }
.chalk-card { border-width: 1px; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
.chalk-card--tap:hover, .grid-btn:hover, .gallery-tile:hover { transform: none; }
.btn, .chip, .icon-btn, .stepper button { transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .15s ease; }
.btn { border-radius: 8px; border-width: 1px; min-height: 46px; font-size: 14px; }
.btn--sm { min-height: 42px; }
.btn--primary, .brush-btn, .listen-btn { background: var(--cta); color: var(--cta-ink); border-radius: 8px; box-shadow: none; font-family: var(--font-sans); font-weight: 600; font-size: 14px; }
.btn--primary:hover, .brush-btn:hover, .listen-btn:hover { background: #e0e5d2; color: var(--cta-ink); filter: none; transform: none; }
.brush-btn:active, .listen-btn:active { transform: scale(.98); }
.brush-btn { min-height: 42px; padding: 10px 24px; }
.btn--ghost { background: transparent; }
.chip { min-height: 40px; display: inline-flex; align-items: center; border-radius: 6px; font-size: 13px; }
.chip.is-active { box-shadow: none; }
.back-btn { min-height: 42px; border: 0; background: none; padding-left: 0; }
.section-title, .screen-title, .sheet__title, .empty__title { font-family: var(--font-serif); font-weight: 500; letter-spacing: -.02em; }
.section-title { font-size: 30px; }
.screen-title { font-size: clamp(40px, 4.5vw, 58px); line-height: 1.06; }
.section-dash { display: none; }
.screen-sub { font-size: 14px; max-width: 58ch; }
.screen-head { padding-top: 104px; gap: 16px; }
.screen-body { gap: 24px; }
.section-quote { font-family: var(--font-serif); font-style: italic; font-size: 23px; border: 0; padding: 0; }
.field__label { display: block; font-family: var(--font-sans); font-size: 14px; margin-bottom: 8px; }
.input, .textarea { font-size: 16px; border-radius: 8px; min-height: 48px; }
.script-tag { font-family: var(--font-sans); font-size: 14px; }
.grid-btn { border-radius: 0; border: 0; border-bottom: 1px solid var(--line); background: none; box-shadow: none; backdrop-filter: none; padding: 18px 0; flex-direction: row; justify-content: flex-start; gap: 14px; }
.grid-btn:hover { background: transparent; color: var(--ink); }
.grid-label { font-size: 14px; color: var(--ink-2); }
.grid-btn__count { margin-left: auto; font-size: 12px; }
.explore-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 28px; row-gap: 0; }
.grid-icon { color: var(--cta); width: 22px; height: 22px; }
.entry-card, .rec-card { border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 20px 0; background: transparent; }
.entry-card__title { font-size: 26px; }
.entry-card__snippet, .rec-card__note { font-size: 14px; }
.entry-card__date, .rec-card__by { font-size: 12px; }
.entry-card__thumb { width: 80px; height: 88px; border-radius: 6px; }
.rec-card__title { font-size: 26px; }
.rec-card__kind { background: none; border: 0; }
.profile-head { padding-top: 108px; }
.profile-name { font-size: 36px; }
.profile-since, .switch-row__sub { font-size: 13px; }
.settings-group { padding: 4px 20px; }
.switch-row { padding: 18px 0; }
.theme-row { max-width: 600px; }
.theme-swatch__name { font-size: 12px; }
.editor { padding-top: 106px; gap: 20px; }
.editor-title { font-size: 42px; }
.editor-text { font-size: 21px; }
.mood-btn { width: 44px; height: 44px; }
.mood-row { flex-wrap: wrap; }
.stepper button { width: 40px; height: 40px; }
.sound-row { border-width: 1px; padding: 20px; }
.sound-row__icon { width: 44px; height: 44px; }
.sound-row__name { font-size: 15px; }
.sound-row.is-on { box-shadow: none; }
input[type='range'].slider { height: 20px; background: linear-gradient(var(--line),var(--line)) center / 100% 3px no-repeat; }
.listen-note { font-size: 13px; max-width: 45ch; }
.listen-btn { padding: 15px 36px; min-height: 48px; }
.sheet { background: var(--bg-raised); backdrop-filter: none; -webkit-backdrop-filter: none; border-radius: 18px 18px 0 0; padding-top: 24px; animation-duration: .24s; }
.sheet__grip { display: none; }
.sheet__close { position: absolute; top: 14px; right: 16px; border: 0; background: transparent; z-index: 1; }
.sheet__title { font-size: 34px; padding-right: 40px; }
.sheet__sub { font-size: 14px; padding-right: 28px; }
.sheet__content { margin-top: 20px; }
.sheet-option { border: 0; border-bottom: 1px solid var(--line); background: none; border-radius: 0; padding: 16px 0; }
.sheet-option__icon { border: 0; background: none; }
.sheet-option:hover { transform: none; }
.sheet-option__sub { font-size: 13px; }
.lightbox-art { max-height: 52dvh; width: auto; margin-inline: auto; aspect-ratio: 3/4; border-radius: 8px; }
.bottom-nav { border-radius: 0; box-shadow: none; background: var(--bg); backdrop-filter: none; }
.nav-item { min-width: 52px; min-height: 48px; color: var(--ink-4); }
.nav-label { font-size: 11px; }
.nav-item.is-active { color: var(--cta); }
.nav-item.is-active::after { display: none; }
.add-circle { background: var(--cta); color: var(--cta-ink); border: 0; box-shadow: none; }
.nav-add-btn:hover { transform: none; }
[data-member='false'] .nav-add-btn { display: none; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--ink-3); font-size: 14px; min-height: 40px; }
.text-link:hover { color: var(--ink); }
.text-link svg, .bio-footer svg { flex: none; }
.mobile-only { display: initial; }

/* Instagram entry: one primary action, a commercial link, then deeper discovery. */
[data-layout='landing'] .top-bar, [data-layout='landing'] .bottom-nav { display: none; }
[data-layout='landing'] .viewport { padding-bottom: 0; }
.screen--landing { width: 100% !important; max-width: none; min-height: 100%; }
.bio-page { width: min(100%, 480px); margin: auto; padding: 32px 24px max(28px, env(safe-area-inset-bottom)); }
.bio-intro { text-align: center; }
.bio-wordmark { font-family: var(--font-script); font-size: 30px; line-height: 1; margin-bottom: 22px; }
.bio-wordmark span { color: var(--cta); }
.bio-intro h1 { font-family: var(--font-serif); font-size: 43px; font-weight: 400; letter-spacing: -.03em; line-height: 1.03; }
.bio-intro h1 em { font-weight: 400; }
.bio-description { font-size: 13px; line-height: 1.55; color: var(--ink-4); max-width: 32ch; margin: 14px auto 24px; }
.bio-links { display: flex; flex-direction: column; gap: 10px; }
.bio-feature { display: block; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: var(--bg-raised); }
.bio-feature img { width: 100%; aspect-ratio: 1.95; object-fit: cover; object-position: 50% 60%; }
.bio-feature__copy { padding: 16px 18px 12px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.bio-feature__title { display: block; font-family: var(--font-serif); font-size: 27px; line-height: 1.1; }
.bio-feature__sub { display: block; font-size: 12px; color: var(--ink-4); margin-top: 5px; line-height: 1.5; }
.bio-feature__cta { display: flex; justify-content: center; align-items: center; gap: 10px; background: var(--cta); color: var(--cta-ink); padding: 13px 16px; font-size: 14px; font-weight: 600; }
.bio-feature__cta > svg:last-child { margin-left: auto; }
.bio-feature__cta > svg:first-child { margin-right: auto; }
.bio-feature:hover .bio-feature__cta { background: #e0e5d2; }
.bio-link { border: 1px solid var(--line); padding: 15px 18px; min-height: 78px; border-radius: 8px; display: flex; justify-content: space-between; align-items: center; gap: 12px; transition: background-color .18s; }
.bio-link:hover { background: var(--card-hover); }
.bio-link__title { font-family: var(--font-serif); font-size: 24px; line-height: 1.15; display: block; }
.bio-link__sub { color: var(--ink-4); font-size: 12px; display: block; margin-top: 5px; }
.bio-link--world { border-color: var(--line-strong); }
.bio-footer { display: flex; justify-content: space-between; gap: 12px; margin-top: 10px; }
.bio-footer a { font-size: 12px; color: var(--ink-4); display: inline-flex; align-items: center; gap: 7px; min-height: 44px; }
.bio-footer a:hover { color: var(--ink); }

/* Full public site: browsing first, member benefits in context. */
.screen--public-home { width: min(100%, var(--page-width)) !important; }
.public-home { padding: 108px 24px 32px; }
.public-hero h1 { font-family: var(--font-serif); font-size: clamp(44px, 5.4vw, 76px); font-weight: 400; line-height: 1.04; letter-spacing: -.03em; }
.public-hero p { color: var(--ink-4); font-size: 15px; line-height: 1.7; margin-top: 18px; }
.public-hero .text-link { color: var(--cta); margin-top: 16px; }
.public-hero > img { display: none; }
.public-columns { display: flex; flex-direction: column; gap: 36px; margin-top: 36px; }
.public-discover { display: contents; }
.public-shelf { order: 0; }
.member-invitation { order: 1; }
.public-art { order: 2; }
.editorial-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.editorial-heading h2, .member-invitation h2 { font-family: var(--font-serif); font-weight: 500; font-size: 30px; line-height: 1.1; }
.editorial-heading .text-link { font-size: 12px; }
.shelf-row { display: flex; align-items: center; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.shelf-thumb { flex: none; width: 68px; height: 68px; border-radius: 5px; overflow: hidden; }
.shelf-row > span:nth-child(2) { flex: 1; min-width: 0; }
.shelf-row strong { display: block; font-size: 15px; font-weight: 500; line-height: 1.4; }
.shelf-row small { display: block; font-size: 13px; color: var(--ink-4); margin-top: 4px; }
.shelf-row > svg { flex: none; color: var(--ink-4); }
.preview-note { font-size: 12px; line-height: 1.65; color: var(--ink-4); margin-top: 14px; }
.member-invitation { border-top: 1px solid var(--line); padding-top: 26px; }
.member-invitation > p { font-size: 14px; color: var(--ink-4); margin-top: 10px; }
.member-tools { margin: 12px 0 22px; }
.tool-row { display: flex; align-items: center; gap: 15px; min-height: 80px; border-bottom: 1px solid var(--line); }
.tool-icon { color: var(--cta); }
.tool-row > span:nth-child(2) { flex: 1; }
.tool-row strong { display: block; font-size: 15px; font-weight: 500; }
.tool-row small { display: block; color: var(--ink-4); font-size: 13px; margin-top: 4px; }
.tool-gate { color: var(--ink-4); }
.member-invitation .member-invitation__note { font-size: 12px; text-align: center; margin-top: 14px; }
.public-art__pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.public-art__pair > a { min-width: 0; }
.public-art__pair svg { width: 100%; border-radius: 6px; }
.public-art__pair span { display: flex; justify-content: space-between; align-items: center; font-size: 13px; margin-top: 10px; color: var(--ink-3); }
.public-art__pair span svg { width: 15px; }
.public-rec-list { display: flex; flex-direction: column; }
.public-rec { display: grid; grid-template-columns: 100px minmax(0, 1fr); align-items: center; gap: 22px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.public-rec__art { border-radius: 6px; overflow: hidden; }
.public-rec__art svg { width: 100%; height: 136px; object-fit: cover; }
.public-rec__kind { font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-4); }
.public-rec h2 { font-family: var(--font-serif); font-size: 28px; font-weight: 500; line-height: 1.1; margin: 6px 0; }
.public-rec p { font-size: 14px; line-height: 1.6; color: var(--ink-4); }
.public-rec .public-rec__by { font-size: 12px; margin-bottom: 10px; }

/* Email gate. Availability is real configuration, never a simulated login. */
[data-layout='signin'] .bottom-nav, [data-layout='signin'] .desktop-nav, [data-layout='signin'] .top-actions { display: none; }
[data-layout='signin'] .viewport { padding-bottom: 28px; }
.auth-page { width: min(100%, 480px); padding: 96px 24px 30px; margin: auto; }
.auth-back { font-size: 12px; }
.auth-copy { text-align: center; margin: 35px 0 34px; }
.auth-copy h1 { font-family: var(--font-serif); font-size: 54px; font-weight: 400; line-height: 1.02; letter-spacing: -.025em; }
.auth-copy h1 em { font-weight: 400; }
.auth-copy > p { color: var(--ink-4); font-size: 15px; line-height: 1.7; margin: 22px auto 0; max-width: 33ch; }
.auth-copy .auth-destination { font-family: var(--font-serif); font-size: 21px; font-style: italic; color: var(--ink-3); margin-top: 24px; }
.auth-form .btn { margin-top: 18px; min-height: 52px; }
.auth-unavailable { text-align: center; padding-top: 24px; border-top: 1px solid var(--line); }
.auth-unavailable__mark { color: var(--cta); display: grid; place-items: center; margin-bottom: 12px; }
.auth-unavailable h2 { font-family: var(--font-serif); font-size: 30px; font-weight: 400; }
.auth-unavailable p { font-size: 14px; color: var(--ink-4); line-height: 1.7; margin: 12px 0 24px; }
.auth-fineprint { font-size: 12px; line-height: 1.7; color: var(--ink-4); text-align: center; margin-top: 14px; }
.form-message { color: var(--warm); font-size: 14px; line-height: 1.5; margin-top: 14px; }
.form-message:empty { display: none; }
.auth-sent { font-size: 14px; line-height: 1.7; color: var(--ink-3); margin-bottom: 20px; overflow-wrap: anywhere; }
.auth-code { letter-spacing: .1em; }
.auth-code-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 10px; }
.auth-code-actions .text-link { font-size: 12px; }
.auth-footer { border-top: 1px solid var(--line); padding-top: 22px; text-align: center; margin-top: 36px; }
.auth-footer p { font-size: 13px; color: var(--ink-4); margin-bottom: 5px; }
.legacy-notice { border: 1px solid var(--line); padding: 16px; border-radius: 8px; font-size: 13px; line-height: 1.6; }
.legacy-notice .btn { margin-top: 12px; }

/* Member home retains the tools, with the same editorial language. */
.screen--home .hero-wrap { height: auto; min-height: 0; background: none; display: flex; flex-direction: column; gap: 28px; padding: 108px 24px 0; }
.screen--home .hero-overlay { position: static; order: 0; width: 100%; pointer-events: auto; }
.screen--home .headline { font-size: 54px; line-height: 1.03; font-weight: 400; text-shadow: none; color: var(--ink); }
.screen--home .greeting, .hero-dash { display: none; }
.screen--home .subtext { text-shadow: none; font-size: 15px; }
.screen--home .hero-art { position: static; order: 1; width: 100%; height: auto; aspect-ratio: 1.5; mask-image: none; -webkit-mask-image: none; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; border-radius: 8px; }
.hero-actions { display: flex; gap: 22px; margin-top: 24px; align-items: center; }
.screen--home .content-flow { margin-top: 28px; }
.screen--home .pomo-card { background: transparent; border-width: 1px 0; border-radius: 0; padding: 22px 0; }
.screen--home .pomo-quote p { font-family: var(--font-serif); font-style: italic; font-size: 22px; }
.screen--home .quote-star { display: none; }
.screen--home .pomo-digits { font-size: 58px; }
.screen--home .focus-summary-card { background: transparent; border: 0; padding: 4px 0; display: flex; }
.screen--home .focus-summary-card .sheet-option__icon { display: none; }
.screen--home .journal-card { background: none; border: 0; border-radius: 0; padding: 16px 0; }
.screen--home .journal-heading { font-size: 25px; }
.screen--home .journal-tag { display: none; }
.screen--home .journal-snippet { font-size: 13px; }

@media (min-width: 900px) {
  .mobile-only { display: none; }
  .desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
  .desktop-nav a { font-size: 13px; color: var(--ink-4); padding: 12px 0; border-bottom: 1px solid transparent; }
  .desktop-nav a:hover, .desktop-nav a.is-active { color: var(--ink); }
  .desktop-nav a.is-active { border-bottom-color: var(--cta); }
  .desktop-create { display: inline-flex; white-space: nowrap; }
  .top-bar { min-height: 84px; padding: 18px max(32px, calc((100vw - 1280px) / 2)); gap: 32px; }
  .top-actions { gap: 8px; }
  #menuBtn { width: 38px; }
  .bottom-nav { display: none; }
  .viewport { padding-bottom: 48px; }
  .screen-head { padding-top: 130px; }
  .profile-head, .editor { padding-top: 126px; }
  .search-head { padding-top: 118px; }
  .sheet { left: 0; right: 0; margin-inline: auto; bottom: 32px; border: 1px solid var(--line); border-radius: 14px; width: min(600px, calc(100% - 48px)); max-height: calc(100% - 64px); animation-name: sheet-up; padding: 30px; }
  .sheet__title { font-size: 38px; }
  .bio-page { width: min(1120px, 100%); padding: 60px 48px; display: grid; grid-template-columns: 1fr 440px; gap: 96px; align-items: center; }
  .bio-intro { text-align: left; }
  .bio-wordmark { font-size: 38px; margin-bottom: 58px; }
  .bio-intro h1 { font-size: clamp(64px, 6vw, 84px); line-height: 1.01; }
  .bio-description { margin: 24px 0 0; font-size: 16px; max-width: 30ch; }
  .bio-feature img { aspect-ratio: 1.65; }
  .bio-feature__copy { padding: 20px; }
  .bio-feature__title { font-size: 30px; }
  .bio-feature__sub { font-size: 13px; }
  .bio-link { padding: 18px 20px; }
  .public-home { padding: 132px 32px 40px; }
  .public-hero { display: grid; grid-template-columns: 1fr 1.06fr; gap: 60px; align-items: center; }
  .public-hero > img { display: block; width: 100%; aspect-ratio: 1.5; object-fit: cover; border-radius: 8px; }
  .public-hero p { font-size: 16px; }
  .public-columns { display: grid; grid-template-columns: 1.3fr 1fr; gap: 72px; margin-top: 56px; padding-top: 36px; border-top: 1px solid var(--line); }
  .public-discover { display: flex; flex-direction: column; gap: 32px; }
  .member-invitation { border-top: 0; padding-top: 0; border-left: 1px solid var(--line); padding-left: 44px; }
  .editorial-heading h2, .member-invitation h2 { font-size: 34px; }
  .public-rec { grid-template-columns: 180px minmax(0,1fr); gap: 32px; padding: 28px 0; }
  .public-rec__art svg { height: 150px; }
  .public-rec h2 { font-size: 36px; }
  .auth-page { padding-top: 112px; }
  .auth-copy { margin-top: 38px; }
  .auth-copy h1 { font-size: 68px; }
  .screen--home .hero-wrap { width: min(100%, var(--page-width)); margin: auto; padding: 126px 32px 0; min-height: 0; display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: center; }
  .screen--home .hero-overlay { position: static; width: auto; grid-row: 1; grid-column: 1; }
  .screen--home .hero-art { position: static; width: 100%; height: auto; aspect-ratio: 1.5; grid-column: 2; }
  .screen--home .headline { font-size: 76px; }
  .screen--home .content-flow { margin-top: 44px; grid-template-columns: repeat(12,minmax(0,1fr)); }
  .screen--home .pomo-card { grid-column: span 8; }
  .screen--home .focus-summary-card { grid-column: span 4; border-block: 1px solid var(--line); padding: 20px; }
  .screen--home .explore-section { grid-column: span 6; margin-top: 20px; }
  .screen--home .journal-section { grid-column: span 6; margin-top: 20px; padding-left: 28px; border-left: 1px solid var(--line); }
  .screen--home .journal-thumb { width: 130px; height: 150px; }
}
@media (hover: none) {
  .grid-btn:hover, .gallery-tile:hover, .icon-btn:hover, .mood-btn:hover { transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .screen, .sheet { animation: none; }
}
.shelf-thumb { display: grid; place-items: center; background: var(--bg-raised); color: var(--cta); }
.shelf-thumb img { width: 100%; height: 100%; object-fit: cover; }
.public-rec__art { display: grid; place-items: center; background: var(--bg-raised); min-height: 136px; color: var(--cta); }
.public-rec__art img { width: 100%; height: 150px; object-fit: cover; }
.public-rec__art > svg { width: 40px; height: 40px; }
.explore-public-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.explore-public-art { display: block; overflow: hidden; border-radius: 8px; }
.explore-public-art svg { width: 100%; }
.explore-public-item > span:nth-child(2) { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; gap: 8px; }
.explore-public-item strong { font-family: var(--font-serif); font-size: 29px; font-weight: 500; }
.explore-public-item small { display: block; font-size: 12px; color: var(--ink-4); margin-top: 4px; }
.screen--public-explore .member-invitation { padding: 26px 0 0; border-left: 0; border-top: 1px solid var(--line); }
@media (max-width: 430px) { .explore-public-grid { gap: 14px; } .explore-public-item strong { font-size: 25px; } }
@media (max-width: 899px) and (max-height: 740px) {
  .bio-page { padding-top: 22px; }
  .bio-wordmark { margin-bottom: 16px; }
  .bio-intro h1 { font-size: 38px; }
  .bio-description { margin-block: 12px 18px; }
  .bio-feature img { aspect-ratio: 2.3; }
}
