@import url("styles.css");

.article-header { position: sticky; top: 0; z-index: 50; min-height: 72px; padding: 10px 5vw; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: oklch(98% .009 75 / .95); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.article-logo { width: 48px; height: 48px; object-fit: contain; }
.article-header .brand b { font-size: 17px; }
.back-link { font-size: 11px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.back-link span { margin-right: 7px; color: var(--coral); }
.article-appointment { min-height: 42px; margin-left: auto; padding: 10px 17px; display: inline-flex; align-items: center; border-radius: 999px; background: var(--coral); color: var(--ink); font-size: 11px; font-weight: 800; }
.article-hero { min-height: 560px; padding: 90px 5vw 70px; display: grid; grid-template-columns: 1.25fr .55fr; gap: 8vw; align-items: end; position: relative; overflow: hidden; background: var(--article-color, var(--pink)); }
.article-hero::after { content: attr(data-symbol); position: absolute; right: 3vw; top: -90px; font-family: var(--serif); font-size: 390px; line-height: 1; color: oklch(98% .009 75 / .25); }
.article-hero-copy { position: relative; z-index: 2; }
.article-kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.article-kicker i { width: 28px; height: 1px; background: var(--ink); }
.article-hero h1 { max-width: 950px; margin: 0; font-family: var(--serif); font-size: clamp(54px, 6.5vw, 96px); font-weight: 800; line-height: .96; letter-spacing: -.035em; }
.article-hero h1 em { color: var(--paper); }
.article-intro { max-width: 720px; margin: 28px 0 0; font-size: 19px; }
.article-meta { position: relative; z-index: 2; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: oklch(98% .009 75 / .62); }
.article-meta span, .article-meta strong { display: block; }
.article-meta span { margin-bottom: 4px; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.article-meta strong { font-family: var(--serif); font-size: 21px; font-weight: 700; }
.article-meta hr { height: 1px; margin: 16px 0; border: 0; background: rgba(37,48,47,.15); }
.article-layout { max-width: 1250px; margin: auto; padding: 90px 5vw 120px; display: grid; grid-template-columns: 250px minmax(0, 720px); gap: 8vw; justify-content: center; }
.article-nav { align-self: start; position: sticky; top: 105px; }
.article-nav p { margin: 0 0 15px; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.article-nav a { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 17px; }
.article-nav a:hover { color: var(--coral); }
.article-content { font-size: 17px; }
.article-content > p:first-child { margin-top: 0; font-family: var(--serif); font-size: 26px; line-height: 1.45; }
.article-content h2 { margin: 68px 0 20px; padding-top: 15px; font-family: var(--serif); font-size: clamp(37px, 4vw, 51px); font-weight: 800; line-height: 1.06; }
.article-content h3 { margin: 34px 0 12px; font-family: var(--serif); font-size: 25px; font-weight: 750; }
.article-content p { margin: 0 0 20px; }
.article-content ul, .article-content ol { margin: 20px 0 28px; padding-left: 22px; }
.article-content li { margin-bottom: 12px; padding-left: 5px; }
.quick-read, .soft-card, .alert-card, .question-card { margin: 36px 0; padding: 28px; border-radius: 24px; }
.quick-read { background: var(--cream); border: 1px solid oklch(77% .075 82 / .45); }
.soft-card { background: var(--pink); }
.alert-card { background: var(--coral); }
.question-card { background: var(--sage); }
.quick-read h2, .soft-card h3, .alert-card h3, .question-card h3 { margin: 0 0 14px; padding: 0; }
.quick-read ul, .soft-card ul, .alert-card ul, .question-card ul { margin-bottom: 0; }
.mini-label { display: block; margin-bottom: 8px; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.steps { display: grid; gap: 13px; margin: 25px 0; counter-reset: steps; }
.step { min-height: 85px; padding: 17px 18px 17px 68px; position: relative; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.step::before { counter-increment: steps; content: counter(steps); position: absolute; left: 17px; top: 17px; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); font-family: var(--serif); font-size: 18px; }
.step strong { display: block; margin-bottom: 3px; }
.article-note { margin-top: 70px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 12px; color: rgba(37,48,47,.72); }
.related { padding: 80px 5vw; background: var(--cream); }
.related-inner { max-width: 1120px; margin: auto; }
.related h2 { margin: 0 0 30px; font-family: var(--serif); font-size: 45px; font-weight: 800; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.related a { min-height: 150px; padding: 22px; display: flex; flex-direction: column; border-radius: 20px; background: var(--paper); border: 1px solid var(--line); }
.related a span { font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; color: var(--coral); }
.related a strong { margin-top: 14px; font-family: var(--serif); font-size: 22px; font-weight: 750; line-height: 1.15; }
.related a i { margin-top: auto; font-style: normal; }

@media (max-width: 800px) {
  .article-header { padding-inline: 20px; }.article-header .brand small { display: none; }.article-appointment { display: none; }.back-link { font-size: 9px; }
  .article-hero { min-height: auto; padding: 75px 20px 50px; grid-template-columns: 1fr; gap: 35px; }
  .article-hero::after { right: -20px; top: -20px; font-size: 210px; }
  .article-hero h1 { font-size: clamp(51px, 15vw, 72px); }
  .article-intro { font-size: 16px; }
  .article-meta { max-width: 370px; }
  .article-layout { padding: 55px 20px 80px; grid-template-columns: 1fr; }
  .article-nav { display: none; }
  .article-content { font-size: 16px; }
  .article-content > p:first-child { font-size: 23px; }
  .article-content h2 { margin-top: 54px; font-size: 39px; }
  .quick-read, .soft-card, .alert-card, .question-card { padding: 22px; margin-inline: -5px; }
  .related { padding: 60px 20px; }.related-grid { grid-template-columns: 1fr; }
}
