:root {
  --paper: #f4f1e9;
  --paper-2: #ebe7dc;
  --white: #fffdf8;
  --ink: #1d2925;
  --ink-2: #34433e;
  --muted: #68736f;
  --line: rgba(29, 41, 37, .15);
  --accent: #c95e3f;
  --accent-dark: #9d422c;
  --moss: #71816c;
  --gold: #b9965b;
  --radius: 18px;
  --radius-lg: 30px;
  --shadow: 0 20px 55px rgba(25, 36, 32, .09);
  --container: 1220px;
  --section: clamp(78px, 10vw, 144px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", "PingFang SC", "Microsoft YaHei", sans-serif; line-height: 1.7; }
body.no-scroll { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { width: min(calc(100% - 44px), var(--container)); margin-inline: auto; }
.section { padding-block: var(--section); position: relative; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 16px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.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: fixed; inset: 0 0 auto; z-index: 100; height: 82px; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.scrolled { background: rgba(244, 241, 233, .92); backdrop-filter: blur(16px); border-color: var(--line); }
.nav-wrap { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; line-height: 1.25; }
.brand-mark { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--paper); font-size: 11px; font-weight: 600; letter-spacing: .07em; }
.brand strong { display: block; font-family: "Noto Serif SC", serif; font-size: 15px; font-weight: 700; }
.brand small { display: block; font-size: 8px; color: var(--muted); text-transform: uppercase; letter-spacing: .075em; margin-top: 3px; }
.main-nav { display: flex; align-items: center; gap: 20px; font-size: 13px; color: var(--ink-2); }
.main-nav a { position: relative; padding: 29px 0 25px; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--accent); transition: .25s; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.text-btn, .link-button { border: 0; background: transparent; cursor: pointer; color: inherit; }
.text-btn { font-size: 13px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 11px 7px; cursor: pointer; }
.menu-toggle span { display: block; height: 1px; margin: 7px 0; background: var(--ink); transition: .25s; }

.button { appearance: none; border: 1px solid var(--ink); background: var(--ink); color: white; border-radius: 999px; min-height: 50px; padding: 13px 23px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; cursor: pointer; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(29, 41, 37, .16); }
.button:active { transform: translateY(0); }
.button:focus-visible, button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(201, 94, 63, .32); outline-offset: 3px; }
.button-small { min-height: 40px; padding: 8px 17px; font-size: 13px; }
.button-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.button-ghost:hover { background: rgba(255,255,255,.5); }
.button-wide { width: 100%; justify-content: space-between; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }

.hero { min-height: 790px; display: flex; align-items: center; padding-top: 155px; overflow: hidden; background: var(--paper); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .48; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 84px 84px; mask-image: linear-gradient(to bottom, black, transparent 82%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.eyebrow { margin: 0 0 20px; font-size: 11px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); }
.hero .eyebrow { display: flex; align-items: center; gap: 10px; }
.hero .eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px rgba(201,94,63,.12); }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2 { font-family: "Noto Serif SC", serif; line-height: 1.24; letter-spacing: -.035em; }
h1 { margin: 0 0 27px; font-size: clamp(50px, 6.15vw, 88px); font-weight: 600; }
h1 em { color: var(--accent); font-style: normal; }
.hero-lead { max-width: 720px; margin: 0 0 38px; color: var(--ink-2); font-size: clamp(16px, 1.35vw, 20px); }
.hero-panel { background: rgba(255,253,248,.82); backdrop-filter: blur(12px); border: 1px solid rgba(29,41,37,.12); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow); }
.panel-kicker { font-size: 10px; letter-spacing: .18em; margin: 0 0 14px; color: var(--muted); }
.signal-row { display: grid; grid-template-columns: 34px 1fr auto; gap: 13px; align-items: center; padding: 20px 0; border-top: 1px solid var(--line); }
.signal-row > span { color: var(--accent); font-size: 11px; }
.signal-row strong, .signal-row small { display: block; }
.signal-row strong { font-family: "Noto Serif SC", serif; font-size: 15px; }
.signal-row small { color: var(--muted); font-size: 11px; margin-top: 2px; }
.signal-row b { font-size: 10px; font-weight: 500; padding: 4px 8px; border-radius: 99px; color: var(--moss); background: rgba(113,129,108,.11); }
.panel-note { margin: 10px 0 0; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.hero-field i, .hero-field b { position: absolute; display: block; border-radius: 50%; }
.hero-field i { width: 9px; height: 9px; background: var(--accent); box-shadow: 0 0 0 9px rgba(201,94,63,.08); }
.hero-field i:nth-child(1) { left: 5%; top: 29%; }.hero-field i:nth-child(2) { left: 26%; top: 17%; }.hero-field i:nth-child(3) { right: 8%; top: 24%; }.hero-field i:nth-child(4) { right: 30%; bottom: 13%; }.hero-field i:nth-child(5) { left: 10%; bottom: 12%; }.hero-field i:nth-child(6) { right: 44%; top: 35%; }
.hero-field b { width: 420px; height: 420px; border: 1px solid rgba(113,129,108,.22); right: -130px; top: 90px; }.hero-field b:nth-of-type(2) { width: 280px; height: 280px; right: -55px; top: 160px; }.hero-field b:nth-of-type(3) { width: 140px; height: 140px; right: 15px; top: 230px; }

.section-head { max-width: 780px; margin-bottom: 50px; }
.section-head.split { max-width: none; display: grid; grid-template-columns: 1fr .8fr; gap: 60px; align-items: end; }
.section-head.split p:last-child { margin-bottom: 5px; }
.section-head h2, .congress h2, .case-library h2, .membership h2, .newsletter h2 { font-size: clamp(38px, 5vw, 64px); margin: 0; }
.section-head > p:last-child, .section-head.split > p { color: var(--muted); font-size: 17px; margin-top: 22px; }
.paper { background: var(--white); border-block: 1px solid rgba(29,41,37,.08); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { min-height: 320px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); display: flex; flex-direction: column; transition: .25s; background: rgba(255,255,255,.18); }
.feature-card:hover { transform: translateY(-5px); border-color: rgba(201,94,63,.45); box-shadow: var(--shadow); }
.feature-card .number { color: var(--accent); font-size: 11px; letter-spacing: .1em; }
.feature-card h3 { font-family: "Noto Serif SC", serif; font-size: 28px; margin: auto 0 15px; }
.feature-card p { color: var(--muted); margin: 0; }

.filter-row { display: flex; gap: 9px; flex-wrap: wrap; margin-bottom: 30px; }
.filter-chip { border: 1px solid var(--line); background: transparent; color: var(--muted); padding: 8px 15px; border-radius: 999px; font-size: 12px; cursor: pointer; transition: .2s; }
.filter-chip:hover, .filter-chip.active { background: var(--ink); border-color: var(--ink); color: white; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.news-card { display: flex; min-height: 350px; flex-direction: column; padding: 27px; background: var(--paper); border: 1px solid transparent; border-radius: var(--radius); transition: .25s; }
.news-card:hover { transform: translateY(-4px); border-color: var(--line); box-shadow: var(--shadow); }
.tags { display: flex; gap: 7px; }
.tag { padding: 4px 8px; border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-size: 10px; }
.tag.accent { color: var(--accent); border-color: rgba(201,94,63,.25); background: rgba(201,94,63,.06); }
.news-card h3 { font-family: "Noto Serif SC", serif; font-size: 21px; line-height: 1.45; margin: 25px 0 12px; }
.news-card p { color: var(--muted); font-size: 14px; margin: 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card-foot { margin-top: auto; padding-top: 28px; display: flex; align-items: center; justify-content: space-between; font-size: 11px; color: var(--muted); }
.card-link { border: 0; background: transparent; cursor: pointer; color: var(--ink); padding: 6px 0; }
.card-link:hover { color: var(--accent); }

.practice-list { border-top: 1px solid var(--line); }
.practice-card { display: grid; grid-template-columns: 150px 1.15fr 1fr 1fr 100px; gap: 24px; align-items: center; padding: 27px 8px; border-bottom: 1px solid var(--line); transition: .2s; }
.practice-card:hover { background: rgba(255,255,255,.35); padding-inline: 18px; }
.scene { display: flex; align-items: center; gap: 12px; font-family: "Noto Serif SC", serif; font-weight: 600; }
.scene i { width: 9px; height: 9px; background: var(--accent); border-radius: 50%; }
.practice-card dl { margin: 0; }.practice-card dt { font-size: 10px; color: var(--muted); letter-spacing: .1em; text-transform: uppercase; }.practice-card dd { margin: 4px 0 0; font-size: 13px; color: var(--ink-2); }

.ink { background: var(--ink); color: var(--paper); overflow: hidden; }
.ink::after { content: ""; position: absolute; width: 600px; height: 600px; border: 1px solid rgba(244,241,233,.08); border-radius: 50%; right: -180px; bottom: -300px; box-shadow: 0 0 0 100px rgba(244,241,233,.015), 0 0 0 200px rgba(244,241,233,.01); }
.section-head.light p { color: rgba(244,241,233,.58); }
.innovation-map { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: rgba(244,241,233,.12); border: 1px solid rgba(244,241,233,.12); }
.innovation-card { min-height: 200px; padding: 22px; background: var(--ink); display: flex; flex-direction: column; transition: .25s; }
.innovation-card:hover { background: #293a34; }
.innovation-card.featured { background: var(--accent); }
.innovation-card .number { font-size: 10px; color: rgba(244,241,233,.48); }
.innovation-card h3 { font-family: "Noto Serif SC", serif; font-size: 19px; margin: auto 0 5px; }
.innovation-card p { color: rgba(244,241,233,.55); font-size: 11px; margin: 0; }
.innovation-card.featured p { color: rgba(255,255,255,.75); }
.method-note { position: relative; z-index: 1; margin: 28px 0 0; color: rgba(244,241,233,.48); font-size: 12px; }

.congress-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 140px); }
.congress-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; margin: 28px 0; }
.status { display: inline-flex; align-items: center; gap: 9px; margin-top: 26px; color: var(--moss); font-size: 12px; }
.status i { width: 8px; height: 8px; background: var(--moss); border-radius: 50%; box-shadow: 0 0 0 6px rgba(113,129,108,.12); }
.link-button { color: var(--accent); padding: 12px; }
.congress-detail { border-left: 1px solid var(--line); padding-left: 48px; }
.label { margin: 0 0 16px; color: var(--muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.forum-item { display: flex; align-items: center; gap: 16px; padding: 14px 0; border-top: 1px solid var(--line); font-family: "Noto Serif SC", serif; }
.forum-item span { color: var(--accent); font-family: "DM Sans"; font-size: 10px; }
.progress-block { margin-top: 40px; background: var(--white); border: 1px solid var(--line); padding: 24px; border-radius: var(--radius); }
.progress-block > div:first-child { display: flex; justify-content: space-between; }.progress-block strong { font-family: "Noto Serif SC", serif; }.progress-block small { color: var(--muted); }
.progress-track { height: 3px; background: var(--paper-2); margin: 16px 0 10px; }.progress-track i { display: block; width: 25%; height: 100%; background: var(--accent); }

.expert-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.expert-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; min-height: 360px; display: flex; flex-direction: column; background: rgba(255,255,255,.2); transition: .25s; }
.expert-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.avatar-placeholder { width: 56px; height: 56px; border-radius: 50%; background: var(--paper-2); display: grid; place-items: center; color: var(--muted); font-family: "Noto Serif SC", serif; }
.expert-card blockquote { font-family: "Noto Serif SC", serif; font-size: 17px; margin: 28px 0; }
.expert-meta { margin-top: auto; }.expert-meta strong, .expert-meta small { display: block; }.expert-meta small { color: var(--muted); font-size: 11px; margin: 3px 0 12px; }

.case-library { background: var(--paper-2); }
.case-library-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.case-library p { color: var(--muted); max-width: 580px; }.case-stats { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.case-stats div { padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.case-stats strong { display: block; font-family: "Noto Serif SC", serif; font-size: 45px; }.case-stats sup { color: var(--accent); }.case-stats span { color: var(--muted); font-size: 12px; }.case-stats small { grid-column: 1/-1; padding: 14px 0; color: var(--muted); }

.tool-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.tool-card { min-height: 150px; border: 1px solid var(--line); border-radius: 14px; padding: 22px; display: flex; flex-direction: column; background: var(--white); cursor: pointer; transition: .2s; }
.tool-card:hover { transform: translateY(-3px); border-color: rgba(201,94,63,.4); }.tool-card span { color: var(--accent); font-size: 10px; }.tool-card h3 { margin: auto 0 0; font-family: "Noto Serif SC", serif; font-size: 18px; }.tool-card small { color: var(--muted); }

.membership { background: var(--moss); color: white; }.membership::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(circle at 1px 1px, white 1px, transparent 0); background-size: 28px 28px; }
.membership-grid { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: center; }.membership .eyebrow { color: #f1c996; }.membership-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); }.member-types { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }.member-type { padding: 7px 13px; border: 1px solid rgba(255,255,255,.3); border-radius: 99px; font-size: 12px; }
.membership-card { background: var(--white); color: var(--ink); border-radius: var(--radius-lg); padding: 35px; box-shadow: var(--shadow); }.membership-card > span { color: var(--accent); font-size: 11px; }.membership-card h3 { font-family: "Noto Serif SC", serif; font-size: 28px; line-height: 1.35; }.membership-card p, .membership-card small { color: var(--muted); }.membership-card small { display: block; margin-top: 15px; font-size: 10px; }

.newsletter { padding-block: 70px; background: var(--accent); color: white; }.newsletter-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }.newsletter .eyebrow { color: rgba(255,255,255,.65); }.newsletter h2 { font-size: clamp(30px, 4vw, 48px); }.newsletter form { display: grid; grid-template-columns: 1fr auto; gap: 10px; position: relative; }.newsletter input { min-width: 0; border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.12); color: white; border-radius: 999px; padding: 13px 20px; }.newsletter input::placeholder { color: rgba(255,255,255,.7); }.newsletter .button { background: white; color: var(--accent-dark); border-color: white; }.newsletter .form-message { position: absolute; top: calc(100% + 7px); left: 15px; color: white; font-size: 11px; margin: 0; }

.site-footer { background: #14201c; color: rgba(255,255,255,.72); padding: 75px 0 25px; }.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; }.footer-brand { color: white; }.footer-brand .brand-mark { background: var(--paper); color: var(--ink); }.footer-grid h3 { color: white; font-family: "Noto Serif SC", serif; font-size: 14px; margin: 0 0 18px; }.footer-grid a, .footer-grid button, .footer-grid p { display: block; margin: 9px 0; color: rgba(255,255,255,.55); font-size: 12px; border: 0; padding: 0; background: transparent; text-align: left; cursor: pointer; }.footer-grid a:hover, .footer-grid button:hover { color: white; }.footer-bottom { margin-top: 65px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; font-size: 10px; }

.back-top { position: fixed; right: 24px; bottom: 24px; z-index: 80; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--ink); color: white; box-shadow: var(--shadow); cursor: pointer; opacity: 0; transform: translateY(12px); pointer-events: none; transition: .25s; }.back-top.visible { opacity: 1; transform: none; pointer-events: auto; }
.toast { position: fixed; z-index: 300; left: 50%; bottom: 28px; transform: translate(-50%, 18px); background: var(--ink); color: white; border-radius: 99px; padding: 10px 18px; font-size: 12px; opacity: 0; pointer-events: none; transition: .25s; box-shadow: var(--shadow); }.toast.show { opacity: 1; transform: translate(-50%, 0); }

.member-dialog { width: min(760px, calc(100% - 24px)); max-height: min(90vh, 850px); border: 0; border-radius: 24px; padding: 0; background: var(--white); color: var(--ink); box-shadow: 0 35px 100px rgba(20,32,28,.35); }.member-dialog::backdrop { background: rgba(20,32,28,.62); backdrop-filter: blur(6px); }.dialog-shell { padding: 34px; }.dialog-head { display: flex; justify-content: space-between; gap: 24px; }.dialog-head h2 { font-size: 38px; margin: 0; }.dialog-close { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: transparent; font-size: 24px; cursor: pointer; }.dialog-intro { color: var(--muted); }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 24px; }.form-grid label { display: grid; gap: 6px; }.form-grid .full { grid-column: 1/-1; }.form-grid span { color: var(--muted); font-size: 11px; }.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); padding: 11px 13px; color: var(--ink); }.form-grid textarea { resize: vertical; }.invalid { border-color: var(--accent) !important; }.dialog-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 24px; }.form-message { min-height: 20px; margin: 10px 0 0; color: var(--accent-dark); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .main-nav { display: none; position: fixed; inset: 82px 0 auto; background: var(--paper); border-bottom: 1px solid var(--line); padding: 24px 22px; grid-template-columns: repeat(3, 1fr); gap: 0; }
  .main-nav.open { display: grid; }.main-nav a { padding: 13px 8px; }.main-nav a::after { display: none; }.menu-toggle { display: block; order: 2; }.nav-actions { order: 1; }.brand { order: 0; }.menu-toggle.open span:first-child { transform: translateY(4px) rotate(45deg); }.menu-toggle.open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr .7fr; gap: 40px; }.innovation-map { grid-template-columns: repeat(3, 1fr); }.practice-card { grid-template-columns: 110px 1fr 1fr; }.practice-card dl:nth-of-type(3), .practice-card .card-link { display: none; }.expert-grid { grid-template-columns: 1fr 1fr; }.tool-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  :root { --section: 78px; }.container { width: min(calc(100% - 28px), var(--container)); }.site-header { height: 70px; }.brand strong { font-size: 13px; }.brand small { display: none; }.brand-mark { width: 36px; height: 36px; }.nav-actions .text-btn { display: none; }.nav-actions .button { min-height: 36px; padding: 6px 13px; }.main-nav { inset: 70px 0 auto; grid-template-columns: repeat(2, 1fr); }.nav-wrap { gap: 7px; }
  .hero { min-height: auto; padding-top: 130px; }.hero-grid, .section-head.split, .congress-grid, .case-library-grid, .membership-grid, .newsletter-inner { grid-template-columns: 1fr; }.hero-panel { margin-top: 20px; padding: 23px; }.hero-grid { gap: 30px; }.hero-lead { font-size: 16px; }.hero-field { display: none; }.section-head.split { gap: 8px; }.section-head { margin-bottom: 35px; }
  .feature-grid, .news-grid { grid-template-columns: 1fr; }.feature-card { min-height: 240px; }.news-card { min-height: 310px; }
  .practice-card { grid-template-columns: 1fr; gap: 12px; padding: 22px 4px; }.practice-card dl:nth-of-type(3), .practice-card .card-link { display: block; }.practice-card .card-link { justify-self: start; }.innovation-map { grid-template-columns: 1fr 1fr; }.innovation-card { min-height: 155px; }
  .congress-detail { border-left: 0; padding-left: 0; }.expert-grid { grid-template-columns: 1fr; }.expert-card { min-height: 300px; }.case-library-grid, .membership-grid { gap: 50px; }.tool-grid { grid-template-columns: 1fr 1fr; }.tool-card { min-height: 130px; }.newsletter-inner { gap: 30px; }.newsletter form { grid-template-columns: 1fr; }.newsletter .button { width: 100%; }.newsletter .form-message { position: static; grid-column: 1; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }.footer-grid > div:first-child { grid-column: 1/-1; }.footer-bottom { align-items: flex-start; gap: 12px; flex-direction: column; }.dialog-shell { padding: 24px 18px; }.dialog-head h2 { font-size: 30px; }.form-grid { grid-template-columns: 1fr; }.form-grid .full { grid-column: 1; }.dialog-actions .button { flex: 1; }.case-stats strong { font-size: 38px; }
}

@media (max-width: 420px) { .innovation-map, .tool-grid { grid-template-columns: 1fr; }.button-row .button { flex: 1; }.hero .button-row .button { min-width: 145px; }.signal-row { grid-template-columns: 28px 1fr; }.signal-row b { grid-column: 2; justify-self: start; }.footer-grid { grid-template-columns: 1fr; }.footer-grid > div:first-child { grid-column: 1; } }

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