@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,400..700;1,400..700&family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

:root {
  --ink: #263341;
  --canvas: #fcfcfa;
  --surface: #ffffff;
  --orange: #eea33c;
  --mist: #eef2f3;
  --warm-mist: #f7f8f8;
  --muted: #7c838a;
  --line: #e9e8e5;
  --content: 70rem;
  --article: 70rem;
  --round: 2rem;
  --card-shadow: 0 0.8rem 2.5rem rgba(28, 47, 61, .035);
  --font-sans: "Inter Tight", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", sans-serif;
  --font-display: Merriweather, Georgia, "Times New Roman", "Songti SC", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--canvas); font-family: var(--font-sans); line-height: 1.55; }
a { color: inherit; }
.shell { width: min(calc(100% - 2rem), var(--content)); margin: 0 auto; }
.shell:has(.nav) { min-height: 5.35rem; }
.nav { display: flex; justify-content: space-between; align-items: center; padding: 1.8rem 0; gap: 1rem; transition: width .25s ease, padding .25s ease, box-shadow .25s ease, background .25s ease, border-radius .25s ease; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.mark { width: 1.75rem; height: 1.75rem; border-radius: .55rem; object-fit: cover; }
.navlinks { display: flex; align-items: center; gap: 2.25rem; font-size: .88rem; font-weight: 550; }
.navlinks a { text-decoration: none; }
.pill { border-radius: 999px; padding: .62rem 1.05rem; font-weight: 650; background: var(--surface); box-shadow: var(--card-shadow); }
.nav.is-compact { position: fixed; z-index: 20; top: 1rem; left: 50%; width: min(calc(100% - 2rem), 39rem); padding: .75rem 1.15rem; transform: translateX(-50%); border-radius: 999px; background: var(--surface); box-shadow: 0 .55rem 1.8rem rgba(28, 51, 68, .12); }
.nav.is-compact .navlinks { gap: 2rem; }
.hero { padding: 6rem 0 3.2rem; text-align: center; }
.eyebrow { margin: 0 0 1rem; color: var(--muted); font-size: .75rem; font-weight: 650; letter-spacing: .04em; }
h1, h2, h3 { margin: 0; color: var(--ink); }
h1, h2 { font-family: var(--font-display); line-height: .98; letter-spacing: -.06em; font-weight: 600; }
h1 { font-size: clamp(3.3rem, 7.2vw, 5.65rem); margin: 0 auto; max-width: 13ch; }
h2 { font-size: clamp(2.15rem, 4vw, 3.5rem); }
h3 { font-size: 1.15rem; line-height: 1.25; letter-spacing: -.025em; font-weight: 600; }
.accent { color: var(--orange); font-style: italic; }
.lead { font-size: 1.05rem; max-width: 38rem; margin: 1.25rem auto 0; color: var(--muted); }
.hero-media { width: 100%; height: min(54vw, 38rem); margin-top: 3.1rem; border-radius: 3rem; object-fit: cover; object-position: center; display: block; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 1rem; padding: 5.3rem 0 1.5rem; }
.section-head p { margin: 0; color: var(--muted); max-width: 22rem; }
.grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; padding: 0 0 5.5rem; }
.card { display: flex; flex-direction: column; gap: .9rem; min-height: 14.5rem; padding: 1.45rem; border-radius: 1.5rem; text-decoration: none; background: var(--surface); box-shadow: var(--card-shadow); transition: box-shadow .18s ease, transform .18s ease; }
.card:hover { transform: translateY(-3px); box-shadow: 0 1.15rem 3rem rgba(28, 47, 61, .09); }
.number { color: var(--orange); font-size: .76rem; font-weight: 700; letter-spacing: .08em; }
.card p { margin: 0; color: var(--muted); font-size: .93rem; }
.card .read { margin-top: auto; color: var(--orange); font-weight: 650; font-size: .88rem; }
.article { width: min(calc(100% - 2rem), var(--article)); margin: 0 auto; padding: 4rem 0 5.5rem; }
.crumb { margin: 0 0 2rem; text-align: center; font-size: .84rem; color: var(--muted); }
.article > .eyebrow { text-align: center; }
.article h1 { margin: 0 auto; max-width: 16ch; text-align: center; font-size: clamp(2.65rem, 4.2vw, 4rem); }
.article .dek { margin: 1.4rem auto 1.5rem; text-align: center; font-size: 1.12rem; max-width: 40rem; color: var(--muted); }
.meta { display: flex; justify-content: center; gap: .75rem; align-items: center; color: var(--muted); font-size: .84rem; }
.article-visual { margin: 3rem 0; height: min(55vw, 32rem); border-radius: 2.5rem; background: url("https://framerusercontent.com/images/MEPnbN8gdMsS7pVsY4H4boKhmw.png?width=1920&height=1080") center/cover; }
.intro, .article section { width: min(100%, 48rem); margin-left: auto; margin-right: auto; }
.intro { font-family: var(--font-display); font-size: 1.42rem; line-height: 1.4; color: var(--ink); text-align: center; }
.article section { margin-top: 4.3rem; }
.article section > h2 { margin-bottom: 1.4rem; text-align: center; font-size: clamp(2rem, 3vw, 3rem); }
.section-intro { margin: 0 auto 1.5rem; max-width: 38rem; color: var(--muted); text-align: center; }
.lesson-card { padding: 2.6rem; border-radius: var(--round); background: var(--surface); box-shadow: var(--card-shadow); text-align: center; }
.lesson-card .eyebrow { margin-bottom: .85rem; }
.lesson-card p:not(.eyebrow) { margin: 0 auto 1.35rem; max-width: 40rem; color: var(--muted); }
.steps { counter-reset: item; list-style: none; padding: 0; display: grid; gap: .75rem; }
.steps li { counter-increment: item; padding: 1.1rem 3.5rem 1.1rem 4rem; position: relative; border-radius: 1.25rem; background: var(--surface); box-shadow: var(--card-shadow); color: #5e656b; }
.steps li::before { content: "0" counter(item); position: absolute; left: 1.35rem; top: 1.1rem; color: var(--orange); font-size: .78rem; font-weight: 700; }
.examples { display: flex; flex-wrap: wrap; gap: .5rem; padding: 0; list-style: none; }
.examples li { padding: .5rem .75rem; border-radius: 999px; background: var(--warm-mist); color: #5f5b55; font-size: .9rem; }
.faq { display: grid; gap: .75rem; }
.faq h2 { grid-column: 1 / -1; }
.faq details { padding: 1.15rem 1.35rem; border-radius: 1.25rem; background: var(--surface); box-shadow: var(--card-shadow); }
.faq summary { cursor: pointer; color: var(--ink); font-size: 1.05rem; font-weight: 650; }
.faq p { margin: .75rem 0 0; color: var(--muted); }
.cta { margin-top: 4.3rem; padding: 2.6rem; border-radius: 2rem; background: var(--surface); box-shadow: var(--card-shadow); text-align: center; }
.cta p { max-width: 34rem; color: var(--muted); margin: .8rem 0 1.3rem; }
.button { display: inline-block; padding: .72rem 1.1rem; border-radius: 999px; background: var(--ink); color: #fff; font-weight: 650; text-decoration: none; }
.related { margin-top: 3rem; padding-top: 0; text-align: center; }
.related a { display: inline-block; margin: .3rem .65rem .3rem 0; color: var(--orange); font-size: .9rem; font-weight: 650; }
.footer { border-top: 1px solid rgba(38, 51, 65, .08); padding: 2.5rem 0 3.2rem; font-size: .84rem; color: var(--muted); }
.footer strong { color: var(--ink); }
@media (max-width: 700px) { .shell:has(.nav) { min-height: 4.5rem; } .nav { padding: 1.2rem 0; } .navlinks { gap: .9rem; } .navlink-secondary { display: none; } .nav.is-compact { width: min(calc(100% - 1rem), 28rem); top: .5rem; padding: .65rem .85rem; } .nav.is-compact .navlinks { gap: .5rem; } .hero { padding-top: 4rem; } .hero-media { height: 23rem; border-radius: 2rem; } .section-head { display: block; padding-top: 3.5rem; } .section-head p { margin-top: .8rem; } .grid { grid-template-columns: 1fr; } .article { width: min(calc(100% - 2rem), var(--article)); padding: 2.5rem 0 3rem; } .article-visual { height: 20rem; border-radius: 1.7rem; } .steps li { padding-left: 3.5rem; padding-right: 1.25rem; } .lesson-card, .cta { padding: 2rem 1.25rem; } .faq details { padding: 1rem 1.1rem; } }
