:root {
  color-scheme: light;
  --ink: #101820;
  --muted: #52616b;
  --panel: #ffffff;
  --surface: #f4f7f5;
  --surface-strong: #e5ece8;
  --line: #d8e0dc;
  --charcoal: #111827;
  --teal: #14b8a6;
  --orange: #f97316;
  --green: #2f7d54;
  --violet: #6d5dfc;
  --sky: #38bdf8;
  --scroll-progress: 0;
  --shadow: 0 22px 70px rgba(16, 24, 32, 0.14);
  --shadow-soft: 0 14px 44px rgba(16, 24, 32, 0.1);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(20, 184, 166, 0.12) 0 1px, transparent 1px 96px),
    linear-gradient(45deg, rgba(249, 115, 22, 0.08) 0 1px, transparent 1px 124px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0) 34rem),
    var(--surface);
  line-height: 1.5;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
::selection { color: #ffffff; background: var(--green); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 76px; padding: 16px clamp(20px, 5vw, 64px); background: rgba(244, 247, 245, 0.88); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; }
.site-header::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 3px; content: ""; background: linear-gradient(90deg, var(--teal), var(--orange), var(--violet)); transform: scaleX(var(--scroll-progress)); transform-origin: 0 50%; opacity: 0.9; }
.site-header.is-scrolled { border-bottom-color: var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--charcoal); font-weight: 760; text-decoration: none; letter-spacing: 0; }
.brand img { flex: 0 0 auto; }
.brand span { font-size: 1.06rem; }
.brand:hover img { transform: rotate(-3deg) scale(1.04); }
.brand img, .site-nav a, .button, .read-link, .back-link { transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a { min-height: 40px; display: inline-flex; align-items: center; padding: 0 14px; color: #26343d; font-size: 0.94rem; font-weight: 650; text-decoration: none; border-radius: 8px; }
.site-nav a:hover, .site-nav a[aria-current="page"] { background: var(--surface-strong); transform: translateY(-1px); }
.nav-toggle { display: none; width: 42px; height: 42px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); }
.nav-toggle span:not(.sr-only) { width: 18px; height: 2px; background: var(--ink); }
.section-shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.hero { min-height: calc(100vh - 76px); display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr); align-items: center; gap: clamp(30px, 6vw, 70px); padding: 58px 0 84px; }
.blog-hero { position: relative; isolation: isolate; overflow: hidden; min-height: auto; display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.38fr); align-items: center; gap: clamp(32px, 6vw, 68px); padding: 74px 0 78px; }
.blog-hero::before { position: absolute; inset: 26px -7vw auto auto; z-index: -1; width: min(48vw, 560px); aspect-ratio: 1.35; content: ""; background: linear-gradient(90deg, rgba(17, 24, 39, 0.08) 1px, transparent 1px), linear-gradient(0deg, rgba(17, 24, 39, 0.08) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(135deg, transparent 0%, #000 26%, #000 70%, transparent 100%); opacity: 0.65; transform: rotate(-4deg); }
.eyebrow { margin: 0 0 14px; color: var(--green); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin: 0; color: var(--charcoal); line-height: 1.05; letter-spacing: 0; }
h1 { max-width: 760px; font-size: clamp(3rem, 7vw, 5.8rem); }
.blog-hero h1 { max-width: 740px; font-size: clamp(4rem, 8.4vw, 7.6rem); overflow-wrap: normal; word-break: normal; background: linear-gradient(135deg, var(--charcoal) 0%, #223041 48%, var(--green) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.blog-hero h1 span { display: block; white-space: nowrap; }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
h3 { font-size: 1.08rem; }
.hero-text { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; border: 1px solid transparent; border-radius: 8px; font-weight: 760; text-decoration: none; cursor: pointer; }
.button-primary { color: #ffffff; background: var(--charcoal); box-shadow: 0 12px 30px rgba(17, 24, 39, 0.18); }
.button-primary:hover { background: #223041; box-shadow: 0 16px 38px rgba(17, 24, 39, 0.24); transform: translateY(-2px); }
.button-secondary { background: #ffffff; border-color: var(--line); }
.button-secondary:hover { background: var(--surface-strong); transform: translateY(-2px); }

.archive-console { position: relative; justify-self: end; width: min(100%, 330px); overflow: hidden; padding: 24px; background: linear-gradient(150deg, #101820 0%, #111827 56%, #1f2937 100%); color: #f8fafc; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; box-shadow: var(--shadow-soft); }
.archive-console::before { position: absolute; inset: 0; content: ""; background: linear-gradient(120deg, transparent 0%, rgba(20, 184, 166, 0.14) 40%, transparent 70%); transform: translateX(-120%); animation: console-sheen 7s ease-in-out infinite; }
.archive-console > * { position: relative; z-index: 1; }
.archive-console > span { color: #a7f3d0; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.archive-console p { color: #cbd5e1; }
.archive-console-lede { margin: 20px 0 0; font-size: 0.98rem; line-height: 1.5; }
.archive-console dl { display: grid; gap: 8px; margin: 20px 0 0; }
.archive-console dl div { display: grid; grid-template-columns: 76px 1fr; gap: 10px; align-items: baseline; padding-top: 8px; border-top: 1px solid rgba(255, 255, 255, 0.14); }
.archive-console dt { color: #94a3b8; font-size: 0.78rem; font-weight: 800; text-transform: uppercase; }
.archive-console dd { margin: 0; color: #f8fafc; font-size: 0.92rem; line-height: 1.35; }

.ops-console { background: #121a24; color: #f8fafc; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 8px; box-shadow: var(--shadow); overflow: hidden; }
.console-topbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 58px; padding: 0 18px; color: #cbd5e1; border-bottom: 1px solid rgba(255, 255, 255, 0.1); font-size: 0.84rem; }
.console-topbar div { display: inline-flex; align-items: center; gap: 8px; }
.status-dot { width: 9px; height: 9px; border-radius: 999px; background: var(--teal); box-shadow: 0 0 0 5px rgba(20, 184, 166, 0.18); }
.console-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 12px; padding: 18px; }
.signal-card { min-height: 138px; display: flex; flex-direction: column; justify-content: space-between; padding: 16px; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; }
.signal-card-large { grid-row: span 2; }
.signal-card span, .signal-card small { color: #bcc8d8; }
.signal-card strong { font-size: clamp(2.4rem, 6vw, 4.7rem); line-height: 1; }
.timeline { padding: 2px 18px 20px; }
.timeline-item { display: grid; grid-template-columns: 20px 1fr; gap: 12px; padding: 12px 0; color: #dbe7f3; border-top: 1px solid rgba(255, 255, 255, 0.09); }
.timeline-item span { width: 10px; height: 10px; margin-top: 7px; border-radius: 999px; background: #5b6775; }
.timeline-item.active span { background: var(--orange); }
.timeline-item p { margin: 0; }

.split-section, .workflow-section, .trust-section, .cta-section, .contact-layout, .legal-content { padding: 92px 0; }
.featured-section, .about-section, .archive-section { padding: 88px 0; }
.recommendation-banner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: end; margin-top: -18px; margin-bottom: 8px; padding: clamp(20px, 3vw, 28px); background: rgba(255, 255, 255, 0.9); border: 1px solid var(--line); border-left: 5px solid var(--green); border-radius: 8px; box-shadow: var(--shadow-soft); }
.recommendation-copy h2 { max-width: 760px; font-size: clamp(1.65rem, 3vw, 2.45rem); }
.recommendation-copy p:not(.eyebrow) { max-width: 760px; margin: 14px 0 0; color: var(--muted); font-size: 1.03rem; }
.recommendation-actions { display: grid; justify-items: end; gap: 14px; }
.recommendation-actions span { color: var(--green); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.08em; }
.split-section { display: grid; grid-template-columns: 0.76fr 1.24fr; gap: 54px; border-top: 1px solid var(--line); }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.feature-grid article, .workflow-list article, .contact-panel, .contact-form, .legal-content article { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; }
.feature-grid article { min-height: 190px; padding: 24px; }
.feature-grid p, .workflow-list p, .trust-section p, .cta-section p, .contact-panel p, .legal-content p, .page-hero p { color: var(--muted); }
.featured-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.featured-card, .post-card { position: relative; background: rgba(255, 255, 255, 0.86); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset; transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background-color 220ms ease; }
.featured-card::before, .post-card::before { position: absolute; inset: 0 0 auto; height: 4px; content: ""; background: linear-gradient(90deg, var(--teal), var(--orange)); opacity: 0; transition: opacity 220ms ease; }
.featured-card:hover, .post-card:hover { background: #ffffff; border-color: rgba(47, 125, 84, 0.34); box-shadow: var(--shadow-soft); transform: translateY(-5px); }
.featured-card:hover::before, .post-card:hover::before { opacity: 1; }
.featured-card { min-height: 420px; display: flex; flex-direction: column; padding: 18px; }
.featured-image, .post-image { width: 100%; object-fit: cover; background: var(--surface-strong); border-radius: 6px; border: 1px solid var(--line); }
.featured-image, .post-image, .article-hero-image img, .portrait-panel img { transition: filter 220ms ease, transform 220ms ease; }
.featured-card:hover .featured-image, .post-card:hover .post-image { filter: saturate(1.08) contrast(1.03); transform: translateY(-2px); }
.featured-image { height: 190px; margin: 20px 0 16px; order: 2; }
.featured-card h3 { margin-top: 18px; font-size: clamp(1.4rem, 2.5vw, 2rem); order: 1; }
.featured-card .eyebrow { order: 0; }
.featured-card p:not(.eyebrow) { order: 3; }
.featured-card h3 a, .post-card h3 a { text-decoration: none; }
.featured-card h3 a:hover, .post-card h3 a:hover, .read-link:hover, .back-link:hover { color: var(--green); }
.inline-link { color: var(--green); font-weight: 800; text-decoration: none; }
.inline-link:hover { text-decoration: underline; }
.featured-card p:not(.eyebrow), .post-card p, .about-section > p, .article-standfirst { color: var(--muted); }
.about-section { position: relative; display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(280px, 1fr); gap: 48px; align-items: start; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-section::before { position: absolute; top: -1px; left: 0; width: 92px; height: 3px; content: ""; background: linear-gradient(90deg, var(--orange), var(--teal)); }
.about-section > p { margin: 0; font-size: 1.15rem; }
.about-hero { min-height: auto; display: grid; grid-template-columns: 1fr; row-gap: 22px; padding: 56px 0 68px; }
.about-hero-copy { padding-bottom: 0; }
.about-hero h1 { max-width: 920px; font-size: clamp(4rem, 8.2vw, 7.35rem); line-height: 0.96; overflow-wrap: normal; word-break: normal; }
.about-hero h1 span { display: block; white-space: nowrap; }
.about-hero .hero-text { max-width: 940px; }
.about-signals { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr); gap: 10px; margin-top: 2px; }
.about-signals div { min-height: 92px; padding: 15px 16px; background: rgba(255, 255, 255, 0.74); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 10px 30px rgba(16, 24, 32, 0.06); }
.about-signals div:nth-child(3) { grid-column: 1 / -1; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.about-signals strong { display: block; color: var(--charcoal); font-size: clamp(1.45rem, 2.05vw, 2.05rem); line-height: 1.04; }
.about-signals span { display: block; margin-top: 8px; color: var(--muted); font-size: 0.94rem; font-weight: 760; line-height: 1.35; }
.about-signals div:nth-child(3) span { margin-top: 0; text-align: right; font-size: 1.08rem; }
.portrait-panel { position: relative; justify-self: center; width: min(100%, 280px); margin: 0; display: grid; gap: 12px; padding: 14px; background: linear-gradient(180deg, #ffffff 0%, #e6eeea 100%); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; box-shadow: 0 18px 48px rgba(16, 24, 32, 0.13); }
.portrait-panel::before { position: absolute; inset: 18px 16px auto auto; width: 46%; aspect-ratio: 1; content: ""; background: rgba(20, 184, 166, 0.18); border: 1px solid rgba(20, 184, 166, 0.28); border-radius: 999px; }
.portrait-panel::after { position: absolute; inset: auto auto 86px 18px; width: 34%; height: 7px; content: ""; background: var(--orange); border-radius: 999px; opacity: 0.88; }
.portrait-panel img { position: relative; z-index: 1; width: 100%; height: 300px; object-fit: cover; object-position: 50% 12%; border-radius: 6px; border: 1px solid rgba(16, 24, 32, 0.08); }
.portrait-panel figcaption { position: relative; z-index: 2; margin: 0; padding: 11px 12px; color: #f8fafc; background: rgba(17, 24, 39, 0.9); border-radius: 6px; font-size: 0.86rem; font-weight: 760; line-height: 1.35; }
.career-intro { display: grid; grid-template-columns: minmax(0, 0.82fr) minmax(280px, 1fr); gap: 48px; padding: 88px 0; border-top: 1px solid var(--line); }
.intro-copy p { margin: 0 0 18px; color: var(--muted); font-size: 1.12rem; }
.timeline-section { padding: 88px 0; }
.career-timeline { display: grid; gap: 14px; }
.career-timeline article { display: grid; grid-template-columns: 160px minmax(180px, 0.55fr) 1fr; gap: 20px; align-items: start; padding: 24px; background: var(--panel); border: 1px solid var(--line); border-radius: 8px; }
.career-timeline span { color: var(--green); font-weight: 900; letter-spacing: 0.04em; }
.career-timeline p { margin: 0; color: var(--muted); }
.commentary-section { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr); gap: 18px; padding: 88px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.commentary-card, .commentary-list article { border-radius: 8px; border: 1px solid var(--line); }
.commentary-card { padding: clamp(28px, 5vw, 44px); }
.commentary-card-dark { background: var(--charcoal); color: #f8fafc; }
.commentary-card-dark h2 { color: #ffffff; }
.commentary-card-dark p:not(.eyebrow) { color: #cbd5e1; font-size: 1.1rem; }
.commentary-list { display: grid; gap: 14px; }
.commentary-list article { padding: 24px; background: #ffffff; }
.commentary-list p { color: var(--muted); }
.about-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 88px 0; }
.about-cta p:not(.eyebrow) { max-width: 680px; color: var(--muted); }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.post-card { min-height: 430px; display: flex; flex-direction: column; justify-content: space-between; padding: 18px; }
.post-image { height: 150px; margin: 14px 0 14px; }
.post-card h3 { margin-top: 10px; font-size: 1.18rem; line-height: 1.2; }
.post-date { margin: 0; color: var(--green); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; }
.read-link, .back-link { color: var(--green); font-weight: 800; text-decoration: none; }
.read-link:hover, .back-link:hover { transform: translateX(3px); }
.section-heading { max-width: 720px; margin-bottom: 34px; }
.workflow-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.workflow-list article { min-height: 260px; padding: 24px; }
.workflow-list span { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; margin-bottom: 50px; color: #ffffff; background: var(--green); border-radius: 8px; font-weight: 800; }
.trust-section { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; border-top: 1px solid var(--line); }
.trust-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.trust-list li { padding: 18px 20px; background: #ffffff; border: 1px solid var(--line); border-left: 5px solid var(--teal); border-radius: 8px; font-weight: 700; }
.cta-section { text-align: center; border-top: 1px solid var(--line); }
.cta-section p { max-width: 620px; margin: 18px auto 28px; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 30px clamp(20px, 5vw, 64px); color: #52616b; background: rgba(255, 255, 255, 0.92); border-top: 1px solid var(--line); }
.footer-links { display: flex; gap: 16px; }
.footer-links a, .legal-content a { color: var(--green); font-weight: 700; }
.site-footer p { justify-self: end; margin: 0; }
.page-hero { padding: 82px 0 34px; }
.compact-hero h1 { max-width: 860px; font-size: clamp(2.5rem, 6vw, 4.8rem); }
.compact-hero p:not(.eyebrow) { max-width: 660px; font-size: 1.1rem; }
.contact-layout { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 18px; padding-top: 28px; }
.contact-panel, .contact-form { padding: 26px; }
.contact-link { display: inline-flex; margin-top: 16px; color: var(--green); font-weight: 800; }
.contact-form { display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 8px; color: #26343d; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 12px 13px; background: #fbfcfb; color: var(--ink); }
.contact-form textarea { resize: vertical; }
.legal-content { display: grid; gap: 16px; padding-top: 28px; }
.legal-content article { padding: 26px; }
.article-page { max-width: 860px; padding: 76px 0 104px; }
.article-header { padding: 22px 0 34px; border-bottom: 1px solid var(--line); }
.article-header h1 { max-width: 100%; font-size: clamp(2.65rem, 7vw, 5rem); }
.article-standfirst { max-width: 720px; margin: 22px 0 0; font-size: clamp(1.08rem, 2vw, 1.3rem); }
.article-body { padding-top: 28px; }
.article-body h2 { margin: 44px 0 18px; color: var(--charcoal); font-size: clamp(1.75rem, 4vw, 2.6rem); line-height: 1.12; }
.article-body p { margin: 0 0 22px; color: #26343d; font-size: 1.08rem; line-height: 1.75; }
.back-link { display: inline-flex; margin-bottom: 22px; }
.article-hero-image { margin: 30px 0 0; }
.article-hero-image img { width: 100%; max-height: 520px; object-fit: cover; border-radius: 8px; border: 1px solid var(--line); box-shadow: var(--shadow); }
.article-hero-image img:hover { filter: saturate(1.08) contrast(1.04); }
.article-author-card { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; margin-top: 44px; padding: 22px 24px; background: rgba(255, 255, 255, 0.82); color: var(--ink); border: 1px solid var(--line); border-left: 4px solid var(--green); border-radius: 8px; box-shadow: 0 12px 34px rgba(16, 24, 32, 0.08); }
.article-author-card h2 { color: var(--charcoal); font-size: clamp(1.4rem, 2.6vw, 2rem); }
.article-author-card p:not(.eyebrow) { max-width: 620px; margin: 10px 0 0; color: var(--muted); font-size: 0.98rem; line-height: 1.55; }
.article-author-card .eyebrow { margin-bottom: 8px; color: var(--green); font-size: 0.72rem; }
.article-author-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.article-author-card .button { min-height: 40px; padding: 0 14px; font-size: 0.92rem; }
.article-author-card .button-primary { color: var(--charcoal); background: #ffffff; border-color: var(--line); box-shadow: none; }
.article-author-card .button-primary:hover { background: var(--surface-strong); box-shadow: none; }
.article-author-card .button-secondary { color: var(--green); background: transparent; border-color: var(--line); }
.article-author-card .button-secondary:hover { background: rgba(47, 125, 84, 0.08); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity 520ms ease, transform 520ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes console-sheen {
  0%, 52% { transform: translateX(-120%); }
  72%, 100% { transform: translateX(120%); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  .hero, .blog-hero, .about-hero, .split-section, .trust-section, .contact-layout, .about-section, .career-intro, .commentary-section { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: 42px; }
  .blog-hero { min-height: auto; padding-top: 48px; }
  .about-hero { min-height: auto; padding-top: 48px; }
  .about-hero-copy { padding-bottom: 0; }
  .about-hero h1 { max-width: 100%; font-size: clamp(3.6rem, 14vw, 6.4rem); }
  .about-signals { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .career-timeline article { grid-template-columns: 1fr; }
  .about-cta { display: grid; justify-items: start; }
  .recommendation-banner { grid-template-columns: 1fr; align-items: start; margin-top: -12px; }
  .recommendation-actions { justify-items: start; }
  .article-author-card { grid-template-columns: 1fr; align-items: start; }
  .article-author-actions { justify-content: flex-start; }
  .workflow-list, .feature-grid, .featured-grid, .post-grid { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; justify-items: start; }
  .site-footer p { justify-self: start; }
}

@media (max-width: 720px) {
  .site-header { min-height: 68px; padding: 13px 20px; }
  .nav-toggle { display: inline-flex; }
  .site-nav { position: absolute; top: calc(100% - 1px); right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; padding: 10px; background: #ffffff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 18px 50px rgba(16, 24, 32, 0.14); }
  .site-nav.is-open { display: flex; }
  .site-nav a { justify-content: center; }
  .section-shell { width: min(100% - 28px, 1120px); }
  h1 { font-size: 3rem; }
  .compact-hero h1 { font-size: 2.45rem; }
  .hero-actions { width: 100%; gap: 10px; margin-top: 28px; }
  .button { width: 100%; min-height: 44px; font-size: 0.98rem; }
  .console-grid { grid-template-columns: 1fr; }
  .signal-card-large { grid-row: auto; }
  .split-section, .workflow-section, .trust-section, .cta-section, .contact-layout, .legal-content, .featured-section, .about-section, .archive-section, .career-intro, .timeline-section, .commentary-section, .about-cta { padding: 64px 0; }
  .recommendation-banner { margin-top: 0; }
  .page-hero { padding-top: 58px; }
  .blog-hero { gap: 28px; padding-top: 42px; padding-bottom: 56px; }
  .blog-hero h1 { max-width: 100%; font-size: clamp(2.95rem, 13.5vw, 4.2rem); line-height: 0.98; }
  .blog-hero .hero-text { margin-top: 20px; font-size: 1.04rem; line-height: 1.55; }
  .archive-console { width: 100%; padding: 22px; }
  .archive-console dl { gap: 10px; margin-top: 22px; }
  .archive-console dl div { grid-template-columns: 1fr; gap: 4px; }
  .about-hero h1 { font-size: clamp(3.15rem, 15vw, 4.8rem); }
  .about-signals { grid-template-columns: 1fr; }
  .about-signals div:nth-child(3) { display: block; }
  .about-signals div:nth-child(3) span { margin-top: 8px; text-align: left; }
  .archive-console, .featured-card, .post-card { min-height: auto; }
  .featured-image, .post-image { height: auto; max-height: 260px; }
  .article-page { padding-top: 52px; }
  .article-body p { font-size: 1rem; }
}