@import "tailwindcss";

:root {
  --ink: #073a59;
  --ink-soft: #31536a;
  --ivory: #eef9f8;
  --paper: #fbfefe;
  --gold: #079fd0;
  --gold-light: #62dfca;
  --teal: #18b878;
  --line: rgba(7, 58, 89, 0.15);
  --shadow: 0 24px 70px rgba(7, 58, 89, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
main { overflow: hidden; }
p, li, summary, label { line-break: strict; overflow-wrap: anywhere; text-wrap: pretty; }
h1, h2, h3 { line-break: strict; overflow-wrap: anywhere; text-wrap: balance; }

.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header {
  width: min(1320px, calc(100% - 48px));
  min-height: 84px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 7px; min-width: 218px; height: 58px; }
.brand-symbol, .brand-wordmark { display: block; flex: 0 0 auto; object-fit: contain; }
.brand-symbol { width: 48px; height: 48px; }
.brand-wordmark { width: 160px; height: 38px; }
nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
nav a, .text-link { position: relative; }
nav a::after, .text-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--gold); transition: right .25s ease; }
nav a:hover::after, .text-link:hover::after { right: 0; }
.header-cta { padding: 11px 19px; border: 1px solid var(--ink); border-radius: 999px; font-size: 12px; font-weight: 700; transition: .2s ease; }
.header-cta:hover { background: var(--ink); color: #fff; }

.hero { min-height: 720px; padding-block: 92px 88px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 78px; }
.eyebrow { margin: 0 0 20px; color: var(--ink-soft); font-size: 11px; font-weight: 700; letter-spacing: .18em; line-height: 1.6; text-transform: uppercase; }
.eyebrow span { color: var(--gold); margin-right: 12px; }
.hero h1, h2 { margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif; font-weight: 500; letter-spacing: -.04em; line-height: 1.32; }
.hero h1 { font-size: clamp(46px, 5.5vw, 76px); }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero-lead { max-width: 620px; margin: 28px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 2; letter-spacing: .015em; }
.hero-actions { margin-top: 40px; display: flex; align-items: center; gap: 30px; }
.button { min-height: 54px; padding: 12px 25px; border-radius: 999px; border: 0; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; letter-spacing: .03em; }
.button-primary { background: var(--ink); color: #fff; box-shadow: 0 12px 30px rgba(16,35,58,.2); transition: transform .2s ease, box-shadow .2s ease; }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 35px rgba(16,35,58,.25); }
.text-link { font-size: 13px; font-weight: 700; }
.text-link span { color: var(--gold); margin-left: 8px; }
.hero-micro { margin-top: 20px; font-size: 11px; color: #6d7883; }

.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 7%; background: radial-gradient(circle, rgba(98,223,202,.25), rgba(98,223,202,0) 62%); z-index: -2; }
.orbit { position: absolute; border: 1px solid rgba(7,159,208,.34); border-radius: 50%; }
.orbit-one { width: 410px; height: 410px; }
.orbit-two { width: 300px; height: 300px; border-style: dashed; animation: spin 26s linear infinite; }
.core-glow { width: 205px; height: 205px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; background: radial-gradient(circle at 35% 30%, #76eadb, var(--gold) 32%, #056b9c 100%); box-shadow: 0 30px 65px rgba(7,159,208,.34), inset 0 1px 1px rgba(255,255,255,.5); }
.core-glow::before { content: ""; position: absolute; width: 235px; height: 235px; border: 1px solid rgba(7,159,208,.3); border-radius: 50%; }
.core-label, .core-glow small { font-size: 9px; letter-spacing: .28em; opacity: .8; }
.core-glow strong { font-family: "Yu Mincho", serif; font-size: 42px; font-weight: 500; line-height: 1.3; }
.signal-card { position: absolute; width: 180px; padding: 17px 18px; border: 1px solid rgba(255,255,255,.7); background: rgba(255,253,248,.86); backdrop-filter: blur(12px); box-shadow: 0 18px 45px rgba(16,35,58,.11); }
.signal-card span { color: var(--gold); font: 12px/1 Georgia, serif; }
.signal-card strong { display: block; margin-top: 7px; font-family: "Yu Mincho", serif; font-size: 22px; }
.signal-card small { display: block; color: #61707c; font-size: 10px; }
.signal-one { top: 45px; right: 10px; border-radius: 24px 24px 24px 4px; }
.signal-two { left: 0; bottom: 98px; border-radius: 24px 24px 4px 24px; }
.signal-three { right: 8px; bottom: 32px; border-radius: 4px 24px 24px 24px; }
@keyframes spin { to { transform: rotate(360deg); } }

.facts { max-width: 1320px; margin: 0 auto; padding: 28px 50px; border-block: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); background: linear-gradient(90deg, rgba(246,241,232,.7), rgba(255,255,255,.85), rgba(246,241,232,.7)); }
.facts div { min-height: 72px; padding: 5px 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.facts div:last-child { border-right: 0; }
.facts strong { font-family: Georgia, serif; font-size: 24px; font-weight: 500; color: var(--gold); }
.facts span { font-size: 11px; color: var(--ink-soft); line-height: 1.65; }

.intro { padding-block: 145px; }
.section-heading { max-width: 760px; }
h2 { font-size: clamp(36px, 4.2vw, 58px); }
.section-lead { max-width: 680px; margin: 30px 0 0 auto; color: var(--ink-soft); font-size: 15px; line-height: 2; }
.challenge-grid { margin-top: 75px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.challenge-grid article { position: relative; padding: 42px 32px 20px 0; }
.challenge-grid article + article { padding-left: 32px; border-left: 1px solid var(--line); }
.challenge-number { position: absolute; top: 32px; right: 24px; color: rgba(7,159,208,.2); font: 56px/1 Georgia, serif; }
.challenge-label { margin: 0 0 35px; color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.challenge-grid h3 { margin: 0 0 18px; max-width: 250px; font-family: "Yu Mincho", serif; font-size: 24px; font-weight: 500; line-height: 1.5; }
.challenge-grid article > p:last-child { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.9; }

.services-band { padding-block: 120px; background: var(--ink); color: #fff; }
.services-inner { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.eyebrow-light { color: rgba(255,255,255,.65); }
.service-kicker h2 { font-size: clamp(38px, 4.2vw, 56px); }
.service-kicker > p:last-child { margin-top: 30px; color: rgba(255,255,255,.67); font-size: 14px; line-height: 1.95; }
.service-list { border-top: 1px solid rgba(255,255,255,.2); }
.service-list article { min-height: 146px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: 74px 1fr auto; align-items: center; gap: 22px; }
.service-list article > span { color: var(--gold-light); font: 10px/1 Georgia, serif; letter-spacing: .12em; }
.service-list h3 { margin: 0; font-family: "Yu Mincho", serif; font-size: 23px; font-weight: 500; }
.service-list p { margin: 5px 0 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.8; }
.service-list b { color: var(--gold-light); font-size: 12px; font-weight: 500; white-space: nowrap; }

.plans { padding-block: 145px; }
.centered { margin-inline: auto; text-align: center; }
.centered > p:last-child { max-width: 650px; margin: 24px auto 0; color: var(--ink-soft); font-size: 14px; }
.plan-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.plan-grid article { position: relative; padding: 40px 34px 34px; border: 1px solid var(--line); background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.plan-grid article:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.plan-grid article.featured { border-color: var(--gold); background: linear-gradient(180deg, #fbffff, #eafaf7); box-shadow: 0 24px 60px rgba(7,159,208,.14); }
.plan-badge { position: absolute; top: 0; right: 22px; margin: 0; padding: 5px 14px; background: var(--gold); color: #fff; font-size: 10px; transform: translateY(-50%); }
.plan-grid h3 { margin: 0; font-family: "Yu Mincho", serif; font-size: 27px; font-weight: 500; }
.plan-note { min-height: 50px; margin: 10px 0 26px; color: var(--ink-soft); font-size: 12px; line-height: 1.75; }
.price { display: flex; align-items: baseline; gap: 4px; margin: 0 0 26px; }
.price small { font-size: 11px; margin-right: 8px; }
.price strong { font: 40px/1 Georgia, serif; font-weight: 500; }
.price span { font-size: 12px; }
.price .tax-included { margin: 0 0 0 4px; color: var(--ink-soft); font-size: 9px; white-space: nowrap; }
.plan-grid ul { margin: 0 0 30px; padding: 24px 0 20px; border-block: 1px solid var(--line); list-style: none; }
.plan-grid li { position: relative; padding-left: 20px; font-size: 13px; }
.plan-grid li::before { content: ""; position: absolute; left: 0; top: .82em; width: 7px; height: 7px; border: 1px solid var(--gold); border-radius: 50%; }
.plan-grid article > a { font-size: 12px; font-weight: 700; }
.plan-grid article > a span { float: right; color: var(--gold); }
.plan-footnote { margin: 20px 0 0; text-align: center; color: #74808a; font-size: 10px; }

.process { padding-bottom: 145px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.process-copy { position: sticky; top: 40px; align-self: start; }
.process-copy h2 { font-size: clamp(38px, 4vw, 54px); }
.process-copy > p:last-child { margin-top: 24px; color: var(--ink-soft); font-size: 14px; }
.process-list { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { min-height: 135px; padding: 30px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 90px 1fr; align-items: center; }
.process-list li > span { color: var(--gold); font: 30px/1 Georgia, serif; }
.process-list h3 { margin: 0; font-family: "Yu Mincho", serif; font-size: 24px; font-weight: 500; }
.process-list p { margin: 4px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.8; }

.evidence { padding-block: 105px; background: linear-gradient(135deg, #075f83, var(--ink)); color: #fff; }
.evidence-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.evidence-metric { min-height: 250px; padding: 30px; border: 1px solid rgba(255,255,255,.18); display: flex; align-items: baseline; justify-content: center; flex-wrap: wrap; gap: 5px; background: rgba(255,255,255,.035); box-shadow: inset 0 0 80px rgba(98,223,202,.08); }
.evidence-metric span, .evidence-metric strong { font: 76px/1 Georgia, serif; font-weight: 500; }
.evidence-metric span { color: rgba(255,255,255,.45); text-decoration: line-through 1px; }
.evidence-metric strong { color: var(--gold-light); }
.evidence-metric small { font-size: 13px; }
.evidence-metric i { width: 100%; text-align: center; color: var(--gold-light); font-style: normal; line-height: .6; }
.evidence-grid h2 { font-size: clamp(36px, 4vw, 52px); }
.evidence-grid > div:last-child > p { color: rgba(255,255,255,.7); font-size: 14px; }
.evidence-note { display: block; color: rgba(255,255,255,.46); font-size: 9px; }

.learning { padding-block: 145px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 85px; }
.video-card { position: relative; padding: 18px; background: var(--ivory); box-shadow: var(--shadow); }
.video-card video { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; background: var(--ink); }
.video-label { position: absolute; left: 35px; bottom: 35px; padding: 9px 15px; display: flex; align-items: center; gap: 12px; background: rgba(16,35,58,.85); color: #fff; backdrop-filter: blur(7px); }
.video-label span { color: var(--gold-light); font-size: 8px; letter-spacing: .15em; }
.video-label strong { font-family: "Yu Mincho", serif; font-size: 16px; font-weight: 500; }
.learning-copy h2 { font-size: clamp(38px, 4vw, 54px); }
.learning-copy > p { color: var(--ink-soft); font-size: 14px; }
.learning-copy blockquote { margin: 30px 0; padding: 20px 0 20px 26px; border-left: 2px solid var(--gold); font-family: "Yu Mincho", serif; font-size: 17px; }
.learning-cta { margin: 0 0 28px; }
.learning-copy details { border-top: 1px solid var(--line); padding-top: 16px; font-size: 12px; }
.learning-copy summary { cursor: pointer; font-weight: 700; }

.about { padding-block: 135px; background: var(--ivory); }
.about-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; align-items: center; }
.about-story h2 { font-size: clamp(40px, 4.3vw, 58px); }
.about-story > p { max-width: 650px; color: var(--ink-soft); font-size: 14px; }
.profile-card { padding: 40px 48px 48px; border: 1px solid rgba(7,159,208,.35); background: rgba(255,255,255,.82); box-shadow: 18px 18px 0 rgba(24,184,120,.09); }
.profile-logo { display: block; width: 100%; height: auto; object-fit: contain; margin: -12px 0 18px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.profile-label { margin: 0; color: var(--gold); font: 10px/1 Georgia, serif; letter-spacing: .18em; }
.profile-card h3 { margin: 14px 0 18px; font-family: "Yu Mincho", serif; font-size: 27px; font-weight: 500; }
.profile-card > p:not(.profile-label) { color: var(--ink-soft); font-size: 13px; }
.profile-card ul { margin: 26px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.profile-card li { position: relative; padding-left: 17px; font-size: 12px; }
.profile-card li::before { content: ""; position: absolute; left: 0; top: .8em; width: 5px; height: 5px; background: var(--gold); border-radius: 50%; }

.faq { padding-block: 145px; }
.faq-list { max-width: 900px; margin: 60px auto 0; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 88px; padding: 24px 55px 24px 0; display: flex; align-items: center; gap: 25px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 700; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--gold); font: 14px/1 Georgia, serif; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 50%; transform: translateY(-50%); color: var(--gold); font-size: 28px; font-weight: 300; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 60px 28px 42px; color: var(--ink-soft); font-size: 13px; }

.contact { position: relative; margin-bottom: 90px; padding: 90px 80px; overflow: hidden; background: var(--ink); color: #fff; text-align: center; isolation: isolate; }
.contact-orb { position: absolute; top: -140px; right: -80px; width: 400px; height: 400px; border: 1px solid rgba(98,223,202,.24); border-radius: 50%; box-shadow: inset 0 0 90px rgba(98,223,202,.08); z-index: -1; }
.contact-orb::after { content: ""; position: absolute; inset: 85px; border: 1px dashed rgba(98,223,202,.26); border-radius: 50%; }
.contact h2 { max-width: 800px; margin-inline: auto; font-size: clamp(42px, 5vw, 66px); }
.contact > p:not(.eyebrow) { max-width: 650px; margin: 28px auto; color: rgba(255,255,255,.72); font-size: 14px; }
.button-light { margin-top: 10px; background: var(--gold-light); color: var(--ink); }
.button-light:disabled { cursor: wait; opacity: .7; }
.contact-form { position: relative; width: min(820px, 100%); margin: 48px auto 0; padding: 42px; background: rgba(255,255,255,.97); color: var(--ink); text-align: left; box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 22px; }
.contact-form label { display: grid; gap: 9px; }
.contact-form label > span { font-size: 12px; font-weight: 700; }
.contact-form label b { margin-left: 6px; padding: 2px 6px; background: #087ca6; color: #fff; font-size: 9px; font-weight: 700; }
.contact-form label small { margin-left: 6px; color: var(--ink-soft); font-size: 9px; font-weight: 500; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #cbd6dc; border-radius: 0; background: #fff; color: var(--ink); font: inherit; font-size: 14px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input, .contact-form select { min-height: 50px; padding: 0 14px; }
.contact-form textarea { min-height: 150px; padding: 14px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(7,159,208,.14); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #929da5; }
.form-wide { grid-column: 1 / -1; }
.privacy-check { margin-top: 24px; display: grid !important; grid-template-columns: 20px 1fr; align-items: start; gap: 10px !important; }
.privacy-check input { width: 18px; min-height: 18px; margin-top: 1px; accent-color: var(--gold); }
.privacy-check span { color: var(--ink-soft); font-size: 11px !important; font-weight: 500 !important; line-height: 1.7; }
.privacy-check a { color: #087ca6; text-decoration: underline; text-underline-offset: 3px; }
.website-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-submit { display: block; min-width: 230px; margin: 30px auto 0; border: 0; }
.form-note { margin: 12px auto 0 !important; color: #74808a !important; text-align: center; font-size: 10px !important; }
.form-message { margin: 20px 0 0 !important; padding: 12px 14px; font-size: 12px !important; }
.form-error { border: 1px solid #d28b8b; background: #fff1f1; color: #8b2424 !important; }
.contact-success { width: min(720px, 100%); margin: 48px auto 0; padding: 52px 36px; background: #fff; color: var(--ink); text-align: center; box-shadow: 0 28px 70px rgba(0,0,0,.22); }
.contact-success > span { width: 56px; height: 56px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; background: var(--gold-light); font-size: 25px; }
.contact-success h3 { margin: 0; font-family: "Yu Mincho", serif; font-size: 28px; font-weight: 500; }
.contact-success p { margin: 12px 0 24px; color: var(--ink-soft); font-size: 13px; }
.contact-success .contact-reference { margin: -8px 0 24px; padding: 10px 14px; background: var(--ivory); font-size: 11px; }
.contact-success .contact-reference strong { font-family: Georgia, serif; letter-spacing: .06em; }
.contact-success button { border: 0; border-bottom: 1px solid var(--gold); background: transparent; color: var(--ink); cursor: pointer; font: inherit; font-size: 12px; font-weight: 700; }

footer { width: min(1320px, calc(100% - 48px)); margin-inline: auto; padding: 45px 0 28px; border-top: 1px solid var(--line); display: grid; grid-template-columns: .8fr 1.1fr auto auto; gap: 30px; align-items: center; }
.brand-footer { min-width: 218px; }
footer .footer-meta p { margin: 0; color: var(--ink-soft); font-size: 11px; }
.footer-links { display: grid; gap: 4px; }
.footer-links a { color: var(--ink-soft); font-size: 10px; text-decoration: underline; text-underline-offset: 3px; }
footer > a:not(.brand) { justify-self: end; font-size: 11px; font-weight: 700; }
.copyright { grid-column: 1 / -1; margin: 18px 0 0; color: #87919a; font: 9px/1 Georgia, serif; letter-spacing: .12em; }

.legal-page { min-height: 100vh; }
.legal-site-header { border-bottom-color: rgba(7,58,89,.12); }
.legal-hero { padding-block: 92px 72px; }
.legal-hero h1 { margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif; font-size: clamp(40px, 5vw, 64px); font-weight: 500; letter-spacing: -.04em; line-height: 1.35; }
.legal-hero > p:last-child { max-width: 720px; margin: 24px 0 0; color: var(--ink-soft); font-size: 15px; line-height: 2; }
.legal-content { padding-bottom: 120px; }
.legal-table { margin: 0; border-top: 1px solid var(--line); }
.legal-table > div { display: grid; grid-template-columns: 250px 1fr; border-bottom: 1px solid var(--line); }
.legal-table dt, .legal-table dd { margin: 0; padding: 25px 26px; font-size: 13px; line-height: 1.9; }
.legal-table dt { background: var(--ivory); font-weight: 700; }
.legal-table dd { color: var(--ink-soft); }
.legal-note { margin-top: 42px; padding: 32px 36px; border-left: 3px solid var(--gold); background: var(--ivory); }
.legal-note h2 { margin: 0 0 10px; font-family: "Yu Mincho", serif; font-size: 24px; font-weight: 500; letter-spacing: -.02em; }
.legal-note p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.9; }
.policy-sections { border-top: 1px solid var(--line); }
.policy-sections section { padding: 32px 8px; border-bottom: 1px solid var(--line); }
.policy-sections h2 { margin: 0 0 12px; font-family: "Yu Mincho", serif; font-size: 25px; font-weight: 500; letter-spacing: -.02em; }
.policy-sections p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 2; }
.policy-sections p + p { margin-top: 8px; }
.policy-sections a { color: #087ca6; text-decoration: underline; text-underline-offset: 3px; }
.policy-date { margin: 34px 0 0; color: #74808a; text-align: right; font-size: 11px; }
.legal-footer { margin-top: 0; }

.udemy-page { background: #fbfefe; }
.udemy-site-header { border-bottom: 1px solid rgba(7,58,89,.1); }
.udemy-site-header nav { gap: 24px; }
.udemy-hero { min-height: 700px; padding-block: 95px 110px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 80px; }
.udemy-hero-copy h1 { margin: 0; font-family: "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif; font-size: clamp(46px,5.25vw,72px); font-weight: 500; letter-spacing: -.05em; line-height: 1.34; }
.udemy-hero-copy h1 em { color: var(--gold); font-style: normal; }
.udemy-hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 28px 0 0; color: var(--ink-soft); font-size: 16px; line-height: 2; }
.udemy-hero-actions { margin-top: 36px; display: flex; align-items: center; gap: 28px; }
.udemy-promises { margin: 38px 0 0; padding: 18px 0 0; border-top: 1px solid var(--line); display: flex; gap: 28px; list-style: none; }
.udemy-promises li { position: relative; padding-left: 14px; color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.udemy-promises li::before { content: ""; position: absolute; left: 0; top: .75em; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }
.udemy-hero-courses { position: relative; min-height: 515px; }
.udemy-hero-courses::before { content: ""; position: absolute; inset: 8% 3%; border-radius: 50%; background: radial-gradient(circle,rgba(98,223,202,.3),rgba(98,223,202,0) 66%); }
.udemy-hero-card { position: absolute; width: min(420px,88%); padding: 14px; border: 1px solid rgba(255,255,255,.8); display: grid; grid-template-columns: 38px 132px 1fr; align-items: center; gap: 14px; background: rgba(255,255,255,.93); box-shadow: 0 24px 65px rgba(7,58,89,.15); transition: transform .2s ease, box-shadow .2s ease; }
.udemy-hero-card:hover { transform: translateY(-4px); box-shadow: 0 30px 75px rgba(7,58,89,.21); }
.udemy-hero-card > span { color: var(--gold); font: 20px/1 Georgia,serif; text-align: center; }
.udemy-hero-card img { width: 132px; aspect-ratio: 16/9; display: block; object-fit: cover; }
.udemy-hero-card small { display: block; color: var(--teal); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.udemy-hero-card strong { display: block; margin-top: 5px; font-family: "Yu Mincho",serif; font-size: 16px; font-weight: 600; line-height: 1.55; }
.hero-card-1 { top: 10px; left: 0; transform: rotate(-2deg); }
.hero-card-2 { top: 180px; right: 0; z-index: 2; transform: rotate(2deg); }
.hero-card-3 { left: 38px; bottom: 5px; transform: rotate(-1deg); }
.hero-card-1:hover,.hero-card-2:hover,.hero-card-3:hover { transform: translateY(-4px) rotate(0); }

.udemy-proof { max-width: 1320px; margin: 0 auto; padding: 28px 50px; border-block: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,1fr) 1.2fr; align-items: center; background: linear-gradient(90deg,#eef9f8,#fff,#eef9f8); }
.udemy-proof div { min-height: 76px; padding-inline: 30px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.udemy-proof strong { color: var(--gold); font: 31px/1 Georgia,serif; font-weight: 500; }
.udemy-proof span { margin-top: 7px; color: var(--ink-soft); font-size: 11px; }
.udemy-proof > p { margin: 0; padding-left: 35px; color: #74808a; font-size: 10px; line-height: 1.7; }

.udemy-choose { padding-block: 140px; }
.goal-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.goal-grid article { position: relative; padding: 18px 18px 30px; border: 1px solid var(--line); background: #fff; box-shadow: 0 18px 55px rgba(7,58,89,.07); }
.goal-number { position: absolute; top: 9px; right: 18px; z-index: 2; margin: 0; color: #fff; font: 28px/1 Georgia,serif; text-shadow: 0 2px 10px rgba(0,0,0,.35); }
.goal-image { margin: 0 0 25px; overflow: hidden; background: var(--ivory); }
.goal-image img { width: 100%; aspect-ratio: 16/9; display: block; object-fit: cover; transition: transform .35s ease; }
.goal-grid article:hover .goal-image img { transform: scale(1.025); }
.goal-track { margin: 0; color: var(--teal); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.goal-grid h3 { min-height: 78px; margin: 10px 0 12px; font-family: "Yu Mincho",serif; font-size: 23px; font-weight: 600; line-height: 1.5; }
.goal-grid article > p:not(.goal-number):not(.goal-track) { min-height: 82px; margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.9; }
.goal-meta { margin: 22px 0 24px; padding-block: 14px; border-block: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 8px 14px; }
.goal-meta span { color: var(--ink-soft); font-size: 10px; }
.goal-grid article > a { display: flex; justify-content: space-between; font-size: 12px; font-weight: 700; }
.goal-grid article > a span { color: var(--gold); }

.udemy-method { padding-block: 115px; background: var(--ink); color: #fff; }
.udemy-method-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.udemy-method h2 { font-size: clamp(38px,4.4vw,58px); }
.udemy-method-grid > div > p:last-child { margin-top: 26px; color: rgba(255,255,255,.66); font-size: 14px; }
.udemy-method ol { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.2); list-style: none; }
.udemy-method li { min-height: 120px; padding-block: 25px; border-bottom: 1px solid rgba(255,255,255,.2); display: grid; grid-template-columns: 75px 1fr; align-items: center; }
.udemy-method li > span { color: var(--gold-light); font: 27px/1 Georgia,serif; }
.udemy-method h3 { margin: 0; font-family: "Yu Mincho",serif; font-size: 23px; font-weight: 500; }
.udemy-method li p { margin: 5px 0 0; color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.8; }

.udemy-courses { padding-block: 140px; }
.course-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.course-grid > article { border: 1px solid var(--line); display: flex; flex-direction: column; background: #fff; box-shadow: 0 18px 50px rgba(7,58,89,.06); }
.course-image-link { position: relative; overflow: hidden; }
.course-image-link img { width: 100%; aspect-ratio: 16/9; display: block; object-fit: cover; transition: transform .35s ease; }
.course-image-link:hover img { transform: scale(1.025); }
.course-image-link > span { position: absolute; left: 14px; bottom: 14px; padding: 5px 11px; background: rgba(7,58,89,.9); color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.course-card-body { padding: 24px 25px 27px; display: flex; flex: 1; flex-direction: column; }
.course-meta { min-height: 22px; display: flex; flex-wrap: wrap; gap: 5px 12px; }
.course-meta span { color: #667986; font-size: 9px; }
.course-meta span:last-child { color: #9a6500; }
.course-card-body h3 { margin: 11px 0 10px; font-family: "Yu Mincho",serif; font-size: 20px; font-weight: 600; line-height: 1.55; }
.course-card-body > p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.85; }
.course-card-body details { margin-top: 18px; padding-top: 12px; border-top: 1px solid var(--line); }
.course-card-body summary { color: #657785; cursor: pointer; font-size: 9px; font-weight: 700; }
.course-card-body details p { margin: 8px 0 0; color: #657785; font-size: 10px; line-height: 1.7; }
.course-cta { margin-top: auto; padding-top: 24px; display: flex; justify-content: space-between; color: #087ca6; font-size: 11px; font-weight: 700; }
.udemy-price-note { margin-top: 45px; padding: 28px 32px; border-left: 3px solid var(--gold); display: grid; grid-template-columns: 140px 1fr; gap: 28px; background: var(--ivory); }
.udemy-price-note strong { font-family: "Yu Mincho",serif; font-size: 18px; }
.udemy-price-note p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.9; }

.udemy-instructor { padding-block: 125px; background: var(--ivory); }
.instructor-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 90px; }
.instructor-mark { position: relative; min-height: 360px; padding: 55px; display: grid; place-items: center; background: #fff; box-shadow: var(--shadow); }
.instructor-mark::before { content: ""; position: absolute; inset: 18px; border: 1px solid var(--line); }
.instructor-mark img { position: relative; width: 100%; height: auto; object-fit: contain; }
.instructor-mark span { position: absolute; left: 30px; bottom: 28px; color: var(--gold); font: 10px/1 Georgia,serif; letter-spacing: .16em; }
.instructor-grid h2 { font-size: clamp(38px,4vw,54px); }
.instructor-grid > div:last-child > p:not(.eyebrow) { max-width: 650px; color: var(--ink-soft); font-size: 13px; line-height: 2; }
.instructor-actions { margin-top: 32px; display: flex; align-items: center; gap: 28px; }
.udemy-final { margin-bottom: 90px; padding: 90px 70px; background: linear-gradient(135deg,#075f83,var(--ink)); color: #fff; text-align: center; }
.udemy-final h2 { font-size: clamp(42px,5vw,64px); }
.udemy-final > p:not(.eyebrow) { max-width: 650px; margin: 24px auto; color: rgba(255,255,255,.7); font-size: 13px; }

.updates-page { background: linear-gradient(180deg,#fbfefe 0%,#f4fbfa 52%,#fbfefe 100%); }
.updates-site-header { border-bottom-color: rgba(7,58,89,.1); }
.updates-hero { min-height: 710px; padding-block: 95px 110px; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 60px; }
.updates-hero h1 { margin: 0; font-family: "Yu Mincho","Hiragino Mincho ProN",Georgia,serif; font-size: clamp(46px,4.6vw,62px); font-weight: 500; letter-spacing: -.05em; line-height: 1.34; }
.updates-hero h1 em { color: var(--gold); font-style: normal; }
.updates-hero > div:first-child > p:not(.eyebrow) { max-width: 650px; margin: 28px 0 0; color: var(--ink-soft); font-size: 16px; line-height: 2; }
.updates-orbit { position: relative; min-height: 520px; display: grid; place-items: center; isolation: isolate; }
.updates-orbit::before,.updates-orbit::after { content: ""; position: absolute; border: 1px solid rgba(7,159,208,.25); border-radius: 50%; z-index: -1; }
.updates-orbit::before { width: 440px; height: 440px; }
.updates-orbit::after { width: 330px; height: 330px; border-style: dashed; }
.updates-core { width: 200px; height: 200px; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle at 35% 30%,#7ae8dc,#079fd0 42%,#075f83); color: #fff; box-shadow: 0 35px 80px rgba(7,159,208,.28); }
.updates-core span,.updates-core small { font-size: 8px; letter-spacing: .24em; opacity: .8; }
.updates-core strong { font-family: "Yu Mincho",serif; font-size: 39px; font-weight: 500; line-height: 1.35; }
.channel-chip { position: absolute; min-width: 120px; padding: 10px 17px; border: 1px solid rgba(255,255,255,.8); border-radius: 999px; background: rgba(255,255,255,.9); color: var(--ink); box-shadow: 0 14px 35px rgba(7,58,89,.12); font-size: 11px; font-weight: 700; text-align: center; }
.chip-instagram { top: 45px; right: 50px; }
.chip-note { left: 10px; top: 170px; }
.chip-threads { right: 0; bottom: 130px; }
.chip-x { left: 70px; bottom: 35px; }

.updates-latest { padding-block: 135px; }
.updates-list { margin-top: 70px; border-top: 1px solid var(--line); }
.updates-list article { min-height: 168px; padding: 32px 10px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 165px 1fr 180px; align-items: center; gap: 40px; }
.update-meta { display: flex; flex-direction: column; gap: 7px; }
.update-meta time { color: var(--gold); font: 19px/1.2 Georgia,serif; }
.update-meta span { color: #778994; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.updates-list h3 { margin: 0; font-family: "Yu Mincho",serif; font-size: 24px; font-weight: 600; line-height: 1.5; }
.updates-list article > div:nth-child(2) p { margin: 8px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.9; }
.updates-list article > a { display: flex; justify-content: space-between; color: #087ca6; font-size: 11px; font-weight: 700; }
.updates-list article > a span { color: var(--gold); }

.channels-section { padding-block: 130px; background: var(--ink); color: #fff; }
.channels-section .centered > p:last-child { color: rgba(255,255,255,.65); }
.channel-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.channel-grid article { position: relative; min-height: 365px; padding: 35px 26px 30px; border: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; background: rgba(255,255,255,.055); transition: transform .2s ease,background .2s ease; }
.channel-grid article:hover { transform: translateY(-4px); background: rgba(255,255,255,.09); }
.channel-grid article.channel-pending { border-style: dashed; background: rgba(255,255,255,.025); }
.channel-number { position: absolute; right: 22px; top: 22px; color: rgba(98,223,202,.45); font: 33px/1 Georgia,serif; }
.channel-label { margin: 0; color: var(--gold-light); font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.channel-grid h3 { margin: 35px 0 4px; font: 31px/1.3 Georgia,serif; font-weight: 500; }
.channel-grid strong { color: rgba(255,255,255,.66); font-size: 10px; font-weight: 500; }
.channel-grid article > p:not(.channel-label) { margin: 28px 0; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.9; }
.channel-grid article > a,.channel-waiting { margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); display: flex; justify-content: space-between; color: #fff; font-size: 10px; font-weight: 700; }
.channel-grid article > a span { color: var(--gold-light); }
.channel-waiting { color: rgba(255,255,255,.42); }
.channel-verified-note { margin: 28px 0 0; color: rgba(255,255,255,.45); font-size: 9px; text-align: right; }

.updates-cta { margin-block: 110px 90px; padding: 85px 70px; border: 1px solid var(--line); background: radial-gradient(circle at 80% 10%,rgba(98,223,202,.22),transparent 38%),#fff; text-align: center; box-shadow: 0 20px 65px rgba(7,58,89,.07); }
.updates-cta h2 { font-size: clamp(40px,5vw,62px); }
.updates-cta > p:not(.eyebrow) { max-width: 650px; margin: 24px auto 30px; color: var(--ink-soft); font-size: 13px; }
.updates-cta > div { display: flex; justify-content: center; gap: 18px; }
.updates-outline-button { border: 1px solid var(--ink); color: var(--ink); background: transparent; }
.updates-outline-button:hover { background: var(--ivory); }

@media (max-width: 1020px) {
  nav { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 20px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 480px; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .facts div:nth-child(2) { border-right: 0; }
  .facts div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .services-inner, .process, .evidence-grid, .learning, .about-grid, .udemy-hero, .udemy-method-grid, .instructor-grid, .updates-hero { grid-template-columns: 1fr; gap: 65px; }
  .process-copy { position: static; }
  .evidence-metric { max-width: 520px; }
  .learning { align-items: start; }
  .video-card { max-width: 760px; }
  .profile-card { max-width: 620px; }
  .udemy-hero { padding-top: 75px; }
  .udemy-hero-copy { max-width: 760px; }
  .udemy-hero-courses { width: min(620px,100%); }
  .udemy-proof { grid-template-columns: repeat(3,1fr); }
  .udemy-proof > p { grid-column: 1 / -1; padding: 18px 30px 0; }
  .goal-grid, .course-grid { grid-template-columns: repeat(2,1fr); }
  .updates-hero > div:first-child { max-width: 760px; }
  .updates-orbit { width: min(620px,100%); }
  .channel-grid { grid-template-columns: repeat(2,1fr); }
  .goal-grid article:last-child { grid-column: 1 / -1; max-width: calc(50% - 11px); }
  .instructor-mark { max-width: 560px; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > a:not(.brand) { justify-self: start; }
}

@media (max-width: 760px) {
  .section-shell { width: min(100% - 32px, 1180px); }
  .site-header { width: calc(100% - 32px); min-height: 72px; }
  .brand { min-width: 168px; height: 48px; gap: 5px; }
  .brand-symbol { width: 40px; height: 40px; }
  .brand-wordmark { width: 122px; height: 30px; }
  .header-cta { padding: 9px 14px; white-space: nowrap; font-size: 11px; }
  .heading-break { display: none; }
  .eyebrow { margin-bottom: 16px; font-size: 10px; letter-spacing: .13em; }
  .eyebrow span { margin-right: 8px; }
  .hero { padding-block: 58px 46px; }
  .hero h1 { font-size: clamp(38px, 11vw, 50px); line-height: 1.4; letter-spacing: -.05em; }
  .hero-lead { margin-top: 22px; font-size: 15px; line-height: 1.9; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-visual { min-height: 420px; transform: scale(.88); margin-inline: -30px; }
  .orbit-one { width: 340px; height: 340px; }
  .orbit-two { width: 250px; height: 250px; }
  .core-glow { width: 170px; height: 170px; }
  .core-glow::before { width: 200px; height: 200px; }
  .signal-card { width: 155px; padding: 13px; }
  .signal-one { right: 5px; }
  .signal-two { left: 0; }
  .signal-three { right: 5px; }
  .facts { padding: 15px; }
  .facts div { padding: 15px; }
  .facts strong { font-size: 20px; }
  .intro, .plans, .learning, .faq { padding-block: 80px; }
  h2, .service-kicker h2, .process-copy h2, .evidence-grid h2, .learning-copy h2, .about-story h2, .contact h2 { font-size: clamp(31px, 8.6vw, 38px); line-height: 1.45; letter-spacing: -.035em; }
  .section-lead { margin-left: 0; }
  .challenge-grid, .plan-grid { grid-template-columns: 1fr; }
  .challenge-grid article, .challenge-grid article + article { padding: 34px 16px 34px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .challenge-number { right: 8px; }
  .services-band, .about { padding-block: 78px; }
  .service-list article { grid-template-columns: 54px 1fr; }
  .service-list b { grid-column: 2; }
  .process { padding-bottom: 95px; }
  .process-list li { grid-template-columns: 58px 1fr; }
  .evidence { padding-block: 75px; }
  .evidence-grid { gap: 50px; }
  .evidence-metric span, .evidence-metric strong { font-size: 58px; }
  .video-card { padding: 8px; }
  .video-label { left: 20px; bottom: 20px; }
  .profile-card { padding: 28px; box-shadow: 10px 10px 0 rgba(24,184,120,.09); }
  .faq-list summary { padding-right: 38px; font-size: 13px; align-items: flex-start; }
  .faq-list details p { padding-left: 0; padding-right: 10px; }
  .contact { margin-bottom: 60px; padding: 64px 20px; }
  .contact > p:not(.eyebrow) { margin-block: 22px 0; line-height: 1.9; }
  .contact-form { margin-top: 36px; padding: 28px 20px; }
  .form-grid { grid-template-columns: 1fr; gap: 20px; }
  .form-wide { grid-column: auto; }
  .form-submit { width: 100%; min-width: 0; }
  footer { width: calc(100% - 32px); padding-top: 34px; grid-template-columns: 1fr; gap: 18px; }
  footer .footer-meta p { line-height: 1.8; }
  footer > a:not(.brand) { justify-self: start; }
  .legal-hero { padding-block: 64px 50px; }
  .legal-hero h1 { font-size: clamp(34px, 9vw, 44px); line-height: 1.45; }
  .legal-hero > p:last-child { font-size: 14px; line-height: 1.9; }
  .legal-content { padding-bottom: 80px; }
  .legal-table > div { grid-template-columns: 1fr; }
  .legal-table dt { padding: 18px 20px 8px; background: transparent; color: var(--gold); }
  .legal-table dd { padding: 0 20px 20px; }
  .legal-note { padding: 26px 22px; }
  .legal-note h2, .policy-sections h2 { font-size: 22px; }
  .policy-sections section { padding-block: 26px; }
  .policy-date { text-align: left; }
  .udemy-hero { min-height: auto; padding-block: 60px 80px; }
  .udemy-hero-copy h1 { font-size: clamp(38px,11vw,50px); line-height: 1.42; }
  .udemy-hero-copy > p:not(.eyebrow) { font-size: 14px; line-height: 1.9; }
  .udemy-hero-actions, .instructor-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .udemy-promises { gap: 14px; }
  .udemy-promises li { font-size: 10px; }
  .udemy-hero-courses { min-height: 465px; }
  .udemy-hero-card { width: 96%; grid-template-columns: 28px 105px 1fr; gap: 10px; padding: 10px; }
  .udemy-hero-card img { width: 105px; }
  .udemy-hero-card strong { font-size: 13px; }
  .hero-card-2 { top: 155px; }
  .hero-card-3 { left: 3px; }
  .udemy-proof { padding: 12px 16px; grid-template-columns: repeat(3,1fr); }
  .udemy-proof div { min-height: 68px; padding-inline: 10px; text-align: center; }
  .udemy-proof strong { font-size: 24px; }
  .udemy-proof span { font-size: 9px; line-height: 1.5; }
  .udemy-proof > p { padding: 12px 0 0; text-align: center; }
  .udemy-choose, .udemy-courses { padding-block: 80px; }
  .goal-grid, .course-grid { margin-top: 45px; grid-template-columns: 1fr; }
  .goal-grid article:last-child { grid-column: auto; max-width: none; }
  .goal-grid h3,.goal-grid article > p:not(.goal-number):not(.goal-track) { min-height: 0; }
  .udemy-method,.udemy-instructor { padding-block: 78px; }
  .udemy-method h2,.instructor-grid h2 { font-size: clamp(31px,8.6vw,38px); line-height: 1.45; }
  .udemy-method li { grid-template-columns: 58px 1fr; }
  .udemy-price-note { grid-template-columns: 1fr; gap: 8px; padding: 24px 22px; }
  .instructor-mark { min-height: 260px; padding: 40px; }
  .udemy-final { margin-bottom: 60px; padding: 65px 22px; }
  .udemy-final h2 { font-size: clamp(34px,9vw,43px); }
  .updates-hero { min-height: auto; padding-block: 60px 80px; }
  .updates-hero h1 { font-size: clamp(38px,11vw,50px); line-height: 1.42; }
  .updates-hero > div:first-child > p:not(.eyebrow) { font-size: 14px; line-height: 1.9; }
  .updates-orbit { min-height: 430px; margin-inline: auto; transform: scale(.9); }
  .updates-latest { padding-block: 85px; }
  .updates-list { margin-top: 45px; }
  .updates-list article { grid-template-columns: 1fr; gap: 15px; padding-block: 27px; }
  .update-meta { flex-direction: row; align-items: center; gap: 14px; }
  .updates-list article > a { justify-content: flex-start; gap: 12px; }
  .channels-section { padding-block: 80px; }
  .channel-grid { margin-top: 45px; grid-template-columns: 1fr; }
  .channel-grid article { min-height: 315px; }
  .channel-verified-note { text-align: left; line-height: 1.7; }
  .updates-cta { margin-block: 65px 55px; padding: 60px 22px; }
  .updates-cta h2 { font-size: clamp(34px,9vw,43px); }
  .updates-cta > div { align-items: stretch; flex-direction: column; }
}

@media (max-width: 400px) {
  .site-header { gap: 12px; }
  .brand { min-width: 150px; }
  .brand-symbol { width: 36px; height: 36px; }
  .brand-wordmark { width: 108px; height: 28px; }
  .header-cta { padding-inline: 12px; }
  .facts { grid-template-columns: 1fr 1fr; padding: 8px; }
  .facts div { padding: 14px 10px; }
  .facts strong { font-size: 18px; }
  .facts span { font-size: 10px; }
  .evidence-metric { min-height: 210px; padding: 22px 14px; }
  .evidence-metric span, .evidence-metric strong { font-size: 50px; }
  .profile-card { padding: 24px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orbit-two { animation: none; }
  * { transition: none !important; }
}
