:root {
  --obsidian: #09090a;
  --obsidian-soft: #121215;
  --soft-white: #f2f2f0;
  --muted: #9a9a95;
  --line: rgba(255,255,255,.13);
  --orange: #f36a24;
  --signal-orange: #ff9518;
  --rose: #ef5f9d;
  --paper: #f3efe7;
  --paper-deep: #e4dac8;
  --ink: #1b1b19;
  --research-blue: #314c59;
  --mist: #d9ddd7;
  --max: 1480px;
  --pad: clamp(24px, 5vw, 84px);
}

/* Lower-level and staging virtual pages */
.site-header--member { background: rgba(18,24,23,.96); border-color: rgba(255,255,255,.12); }
.is-member { background: #111817; color: #f3efe7; }
.virtual-page { min-height: calc(100svh - 228px); padding-top: clamp(72px, 9vw, 132px); padding-bottom: clamp(80px, 10vw, 150px); }
.virtual-page--brand, .virtual-page--practice { background: radial-gradient(circle at 78% 4%, #251d26 0, #101012 34%, #09090a 66%); }
.virtual-page--documents { background: #dde1dc; color: var(--ink); }
.virtual-page--cante { background: var(--paper); color: var(--ink); }
.virtual-page--member { background: #111817; }
.virtual-page--state { min-height: 100svh; display: grid; place-items: center; background: #0d1111; }
.virtual-page--focus { min-height: 100svh; padding: 0; background: #09090a; }
.virtual-head { max-width: 1020px; margin: 0 0 clamp(54px, 8vw, 110px); }
.virtual-head h1 { margin: 22px 0 28px; font-size: clamp(54px, 8vw, 126px); font-weight: 430; letter-spacing: -.06em; line-height: .92; }
.virtual-page--documents .virtual-head h1 { font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif; font-weight: 400; }
.virtual-page--cante .eyebrow, .virtual-page--documents .eyebrow { color: #b65f37; }
.virtual-lead { max-width: 760px; margin: 0; color: #aaa9a3; font-size: clamp(16px, 1.7vw, 22px); line-height: 1.9; }
.virtual-page--cante .virtual-lead, .virtual-page--documents .virtual-lead { color: #5e5d57; }
.virtual-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.virtual-card { min-height: 260px; display: flex; flex-direction: column; align-items: flex-start; padding: clamp(25px, 3vw, 42px); background: #151518; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; }
a.virtual-card { transition: transform .2s ease, border-color .2s ease; }
a.virtual-card:hover, a.virtual-card:focus-visible { transform: translateY(-4px); border-color: var(--signal-orange); }
.virtual-card small { color: #d89978; font-size: 11px; letter-spacing: .16em; }
.virtual-card h2 { margin: auto 0 18px; font-size: clamp(26px, 3vw, 42px); font-weight: 440; line-height: 1.08; letter-spacing: -.035em; }
.virtual-card p { margin: 0; color: #aaa9a3; font-size: 16px; line-height: 1.7; }
.virtual-card > span { margin-top: 22px; color: #777771; font-size: 11px; letter-spacing: .08em; }
.virtual-page--cante .virtual-card, .virtual-page--documents .virtual-card { background: rgba(255,255,255,.28); border-color: rgba(27,27,25,.18); }
.virtual-page--cante .virtual-card p, .virtual-page--documents .virtual-card p { color: #66645e; }
.virtual-page--cante .virtual-card > span, .virtual-page--documents .virtual-card > span { color: #8c5b43; }
.virtual-next { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 70px; padding-top: 30px; border-top: 1px solid var(--line); }
.virtual-next a { padding: 10px 15px; border: 1px solid #50504c; border-radius: 99px; font-size: 11px; letter-spacing: .1em; }
.virtual-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(35px, 8vw, 120px); align-items: start; }
.virtual-split h2 { margin-top: 0; font-size: 34px; font-weight: 450; }
.virtual-split li { margin: 14px 0; color: #aaa9a3; line-height: 1.6; }
.virtual-form { display: grid; gap: 20px; padding: clamp(25px, 4vw, 48px); border: 1px solid currentColor; border-radius: 16px; }
.virtual-form label { display: grid; gap: 8px; font-size: 14px; }
.virtual-form input, .virtual-form select, .virtual-form textarea { width: 100%; min-height: 48px; padding: 12px; background: rgba(255,255,255,.6); border: 1px solid rgba(27,27,25,.3); }
.virtual-form textarea { min-height: 150px; }
.virtual-form button, .event-panel button { min-height: 50px; border: 0; background: #292925; color: white; }
.virtual-form p { color: #777771; font-size: 13px; line-height: 1.6; }
.legal-document, .virtual-empty { max-width: 900px; padding: clamp(32px, 6vw, 74px); border: 1px solid rgba(255,255,255,.16); border-radius: 18px; }
.legal-document .review-status, .virtual-empty > span { color: #d89978; font-size: 11px; letter-spacing: .16em; }
.legal-document h2, .virtual-empty h2 { margin: 22px 0; font-size: clamp(32px, 4vw, 54px); font-weight: 440; }
.legal-document > p, .virtual-empty > p { color: #aaa9a3; font-size: 17px; line-height: 1.9; }
.legal-document dl { margin-top: 45px; }
.legal-document dl div, .confirmation-panel dl div, .account-status dl div, .event-panel dl div { display: grid; grid-template-columns: minmax(120px,.4fr) 1fr; gap: 18px; padding: 18px 0; border-top: 1px solid currentColor; }
.legal-document dd, .confirmation-panel dd, .account-status dd, .event-panel dd { margin: 0; }
.document-catalog .virtual-card { min-height: 440px; background: #f3efe7; box-shadow: 0 24px 45px rgba(27,27,25,.08); }
.document-catalog .virtual-card h2 { font-family: Georgia, "Yu Mincho", serif; }
.document-detail { display: grid; grid-template-columns: minmax(260px, .72fr) 1.28fr; gap: clamp(42px, 8vw, 120px); align-items: center; }
.document-detail .virtual-head { margin-bottom: 42px; }
.document-cover { aspect-ratio: .74; display: flex; flex-direction: column; padding: 9%; background: #f3efe7; border: 1px solid rgba(27,27,25,.24); box-shadow: 0 32px 70px rgba(27,27,25,.14); }
.document-cover strong { margin: auto 0; font: 400 clamp(32px, 4vw, 60px)/1.18 Georgia, "Yu Mincho", serif; }
.access-badges { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0; }
.access-badges span { padding: 8px 12px; border: 1px solid rgba(27,27,25,.28); border-radius: 99px; font-size: 10px; }
.virtual-page--documents .virtual-empty { border-color: rgba(27,27,25,.2); }
.virtual-page--documents .virtual-empty > p { color: #62635d; }
.pricing-panel { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 34px; margin-bottom: 70px; padding: 35px; border: 1px solid rgba(27,27,25,.22); }
.pricing-panel p { flex-basis: 100%; margin: 0; color: #ae5b34; font-size: 11px; letter-spacing: .15em; }
.pricing-panel strong { font: 400 clamp(40px, 5vw, 70px)/1 Georgia, "Yu Mincho", serif; }
.pricing-panel span { color: #66645e; }
.pricing-panel a { margin-left: auto; }
.faq-list { max-width: 1000px; border-top: 1px solid rgba(27,27,25,.22); }
.faq-list details { padding: 26px 0; border-bottom: 1px solid rgba(27,27,25,.22); }
.faq-list summary { cursor: pointer; font-size: 19px; font-weight: 600; }
.faq-list p { max-width: 760px; color: #66645e; line-height: 1.8; }
.virtual-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 46px; }
.confirmation-panel { max-width: 900px; padding: clamp(28px, 5vw, 62px); border: 1px solid rgba(27,27,25,.22); }
.confirmation-panel label { display: flex; gap: 12px; margin: 32px 0; line-height: 1.6; }
.confirmation-panel .button-dark { opacity: .72; }
.mini-link-list { display: grid; gap: 12px; }
.mini-link-list > a { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; border-top: 1px solid currentColor; }
.mini-link-list span { color: #73716a; }
.resume-card { display: block; margin-bottom: 24px; padding: clamp(28px, 5vw, 58px); background: linear-gradient(120deg, #273f3c, #171d1c); border: 1px solid rgba(255,255,255,.16); border-radius: 20px; }
.resume-card small { color: #e7a077; letter-spacing: .15em; }
.resume-card h2 { margin: 18px 0; font-size: clamp(30px, 4vw, 58px); font-weight: 430; }
.resume-card p { color: #aaa9a3; }
.resume-card b { display: inline-block; margin-top: 18px; border-bottom: 1px solid; }
.member-home-grid { grid-template-columns: repeat(2, 1fr); }
.member-home-grid .virtual-card { min-height: 330px; }
.foundation-grid .virtual-card { background: #e9dfcd; color: var(--ink); }
.foundation-grid .virtual-card p { color: #69645b; }
.research-grid .virtual-card { min-height: 380px; background: #29464b; }
.program-map { display: grid; grid-template-columns: repeat(3,1fr); margin-bottom: 38px; border: 1px solid rgba(255,255,255,.15); }
.program-map div { display: grid; gap: 10px; padding: 26px; border-right: 1px solid rgba(255,255,255,.15); }
.program-map div:last-child { border-right: 0; }
.program-map small { color: #a3a39d; }
.program-map b { font-size: 20px; }
.program-grid .virtual-card:nth-child(2) { border-color: var(--signal-orange); }
.event-panel, .account-status, .boundary-note, .privacy-strip { padding: clamp(24px, 4vw, 46px); border: 1px solid rgba(255,255,255,.16); }
.event-panel { max-width: 900px; }
.boundary-note, .privacy-strip { margin-top: 34px; }
.boundary-note p, .privacy-strip p { color: #aaa9a3; }
.account-status > span { color: #e6a17f; font-size: 11px; letter-spacing: .14em; }
.account-status h2 { font-size: clamp(34px, 5vw, 66px); font-weight: 430; }
.step-rail { display: grid; grid-template-columns: repeat(6,1fr); margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.step-rail li { min-height: 130px; padding: 22px; border: 1px solid rgba(255,255,255,.16); counter-increment: steps; }
.step-rail li::before { content: counter(steps, decimal-leading-zero); display: block; margin-bottom: 30px; color: #d89978; font-size: 11px; }
.focus-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px var(--pad); border-bottom: 1px solid rgba(255,255,255,.16); }
.focus-bar span { color: #aaa9a3; }
.focus-layout { min-height: calc(100svh - 70px); display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(35px, 8vw, 120px); align-content: center; padding: 70px var(--pad); background: radial-gradient(circle at 20% 40%, #27212c, #09090a 60%); }
.focus-layout h1 { margin: 24px 0; font-size: clamp(52px, 7vw, 110px); font-weight: 420; letter-spacing: -.06em; line-height: .95; }
.focus-layout > div > p:last-child { max-width: 780px; color: #aaa9a3; font-size: 17px; line-height: 1.9; }
.focus-layout aside { display: grid; align-content: start; gap: 10px; padding-top: 80px; }
.focus-layout aside button { min-height: 58px; padding: 0 18px; text-align: left; background: #171719; color: white; border: 1px solid rgba(255,255,255,.18); }
.insight-form { grid-column: 1 / -1; display: grid; gap: 14px; margin-top: 20px; }
.insight-form label { display: grid; gap: 10px; }
.insight-form textarea { min-height: 120px; padding: 18px; background: #111114; color: white; border: 1px solid rgba(255,255,255,.2); }
.insight-form small { color: #8e8e88; }
.insight-form > div { display: flex; flex-wrap: wrap; gap: 10px; }
.insight-form button { min-height: 48px; padding: 0 18px; background: transparent; color: white; border: 1px solid rgba(255,255,255,.3); }
.state-screen { width: min(760px,100%); display: grid; gap: 20px; padding: clamp(34px, 6vw, 74px); border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: #151918; }
.state-screen > p { margin: 0; color: #d89978; font-size: 11px; letter-spacing: .16em; }
.state-screen h1 { margin: 0; font-size: clamp(38px, 6vw, 70px); font-weight: 430; line-height: 1.05; }
.state-screen > span { color: #aaa9a3; font-size: 17px; line-height: 1.8; }
.state-screen form { display: grid; gap: 16px; }
.state-screen label { display: grid; gap: 7px; }
.state-screen input:not([type="checkbox"]) { width: 100%; min-height: 50px; padding: 0 14px; background: #0e1110; color: #f3efe7; border: 1px solid rgba(255,255,255,.2); }
.state-screen .login-remember label { display: flex; align-items: center; grid-template-columns: auto 1fr; flex-direction: row; gap: 10px; }
.state-screen .login-remember input { width: 18px; height: 18px; }
.state-screen .login-submit { margin: 0; }
.state-screen button, .state-screen #wp-submit, .state-primary-action { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; background: #f0ece4; color: #171817; border: 0; }
.state-screen > a { justify-self: start; border-bottom: 1px solid; }
.state-screen > .state-primary-action { justify-self: stretch; border-bottom: 0; }

@media (max-width: 900px) {
  .virtual-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .virtual-split, .document-detail, .focus-layout { grid-template-columns: 1fr; }
  .step-rail { grid-template-columns: repeat(3,1fr); }
  .focus-layout aside { padding-top: 0; }
}

@media (max-width: 680px) {
  .virtual-page { padding-top: 68px; padding-bottom: 84px; }
  .virtual-page--focus { padding: 0; }
  .virtual-page--state { min-height: 100svh; padding-top: 34px; padding-bottom: 34px; }
  .virtual-head { margin-bottom: 48px; }
  .virtual-head h1 { font-size: 50px; }
  .virtual-lead { font-size: 16px; }
  .virtual-grid, .member-home-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
  .virtual-card { min-height: 230px; padding: 20px; border-radius: 12px; }
  .virtual-card h2 { font-size: 25px; }
  .virtual-card p { font-size: 14px; }
  .document-catalog .virtual-card { min-height: 330px; }
  .program-map { grid-template-columns: 1fr; }
  .program-map div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .program-map div:last-child { border-bottom: 0; }
  .step-rail { grid-template-columns: repeat(2,1fr); }
  .pricing-panel a { margin-left: 0; }
  .legal-document dl div, .confirmation-panel dl div, .account-status dl div, .event-panel dl div { grid-template-columns: 1fr; }
  .focus-bar { font-size: 12px; }
  .focus-layout { padding-top: 48px; }
  .focus-layout h1 { font-size: 50px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--obsidian); color: var(--soft-white); font-family: "Avenir Next", Avenir, "Helvetica Neue", "Hiragino Sans", "Yu Gothic", sans-serif; text-rendering: optimizeLegibility; }
body.is-cante { background: var(--paper); color: var(--ink); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 1000; padding: 12px 18px; background: white; color: black; }
.skip-link:focus { top: 12px; }
.section-pad { padding-left: var(--pad); padding-right: var(--pad); }
.eyebrow { margin: 0; color: #d89978; font-size: 11px; letter-spacing: .22em; }
.text-link { border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.button-primary, .button-dark { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 22px; background: var(--soft-white); color: var(--obsidian); font-size: 12px; letter-spacing: .1em; }
.button-dark { background: var(--ink); color: var(--paper); }

.site-header { position: sticky; top: 0; z-index: 50; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 max(24px, 3.5vw); background: rgba(9,9,10,.91); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.site-header--paper { color: var(--ink); background: rgba(243,239,231,.93); border-color: rgba(27,27,25,.15); }
.site-brand { min-width: max-content; display: flex; align-items: center; gap: 12px; }
.site-brand__signal { width: 68px; height: 44px; overflow: visible; }
.site-brand__cante-mark { width: 42px; height: 42px; }
.site-brand span { display: grid; gap: 2px; }
.site-brand strong { font-size: 13px; letter-spacing: .16em; }
.site-brand small { color: #85857f; font-size: 7px; letter-spacing: .14em; }
.site-brand__practice { gap: 4px; }
.site-brand__practice small { color: #777772; font-size: 7px; }
.site-brand__practice strong { font-size: 14px; }
.site-navigation { flex: 1; display: flex; align-items: center; justify-content: flex-end; color: #aaa9a5; font-size: 10px; letter-spacing: .12em; }
.site-navigation__primary { position: absolute; left: 50%; display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); transform: translateX(-50%); }
.site-navigation__utility { display: flex; align-items: center; gap: clamp(16px, 1.8vw, 28px); }
.site-header--paper .site-navigation { color: #535249; }
.site-navigation a { padding: 12px 0; }
.site-navigation a:hover, .site-navigation a:focus-visible { color: var(--signal-orange); }
.site-navigation .nav-pill { padding: 10px 15px; border: 1px solid currentColor; border-radius: 999px; }
.language-state { color: #777771; white-space: nowrap; }
.menu-toggle { display: none; min-height: 40px; padding: 0 14px; color: inherit; background: transparent; border: 1px solid currentColor; border-radius: 99px; font-size: 9px; letter-spacing: .12em; }

.site-footer { min-height: 150px; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 42px; padding: 36px var(--pad); border-top: 1px solid var(--line); color: #7f7f79; font-size: 9px; letter-spacing: .12em; }
.site-footer strong { color: var(--soft-white); font-size: 13px; letter-spacing: .16em; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
.site-footer--cante { background: var(--ink); color: #98968d; border-color: rgba(255,255,255,.12); }
.site-footer--cante strong { color: var(--paper); }
.site-footer--documents { background: #d3d8d3; color: #666761; border-color: rgba(27,27,25,.15); }
.site-footer--documents strong { color: var(--ink); }

/* Brand home */
.brand-home { background: var(--obsidian); }
.brand-hero { min-height: calc(100svh - 78px); position: relative; isolation: isolate; display: flex; align-items: center; overflow: hidden; padding-top: 72px; padding-bottom: 72px; border-bottom: 1px solid var(--line); }
.brand-hero__signal { position: absolute; z-index: -1; width: min(84vw, 1380px); right: -3%; top: 2%; opacity: 1; }
.brand-hero__signal svg { display: block; width: 100%; overflow: visible; }
.brand-hero__copy { width: 100%; max-width: 760px; }
.brand-hero h1 { margin: 20px 0 42px; font-size: clamp(72px, 10.6vw, 158px); font-weight: 480; letter-spacing: -.065em; line-height: .82; }
.brand-statement { max-width: 620px; display: grid; gap: 10px; color: #aaa9a5; font-size: clamp(15px, 1.15vw, 18px); line-height: 1.9; }
.brand-statement p { margin: 0; }
.brand-statement p:nth-child(-n+2) { color: #d0d0cb; font-weight: 600; }
.hero-links { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 36px; font-size: 9px; letter-spacing: .1em; }
.hero-links > a { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 0 17px; border: 1px solid #4f4f4b; border-radius: 999px; }

.practice-feature { padding-top: 110px; padding-bottom: 110px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 38px; }
.section-heading > p, .section-heading div > p { margin: 0; color: #a9a9a3; font-size: 10px; letter-spacing: .16em; }
.section-heading > p span { color: #d89978; margin-right: 12px; }
.section-heading > a { font-size: 10px; letter-spacing: .09em; border-bottom: 1px solid #6b6b67; padding-bottom: 5px; }
.practice-feature__grid { min-height: 520px; display: grid; grid-template-columns: minmax(280px,.7fr) minmax(0,1.6fr); gap: 46px; padding: clamp(28px, 4vw, 58px); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: radial-gradient(circle at 20% 10%, #30222c 0, #131316 40%, #080809 100%); }
.practice-feature__copy { display: flex; flex-direction: column; align-items: flex-start; }
.practice-feature__copy > img { width: 82px; border-radius: 20px; box-shadow: 0 0 46px rgba(239,95,157,.2); }
.practice-feature__copy > p { margin: auto 0 10px; color: #ca8e74; font-size: 10px; letter-spacing: .18em; }
.practice-feature__copy h2 { margin: 0; font-size: clamp(42px, 5vw, 74px); font-weight: 430; letter-spacing: -.045em; }
.practice-feature__copy > span { max-width: 360px; margin-top: 17px; color: #aaa9a5; line-height: 1.8; }
.practice-feature__copy > div { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.practice-feature__copy .text-link { font-size: 11px; letter-spacing: .08em; }
.practice-device { margin: 0; align-self: center; padding: 12px; background: #050506; border: 1px solid #2d2d30; border-radius: 14px; box-shadow: 0 36px 90px rgba(0,0,0,.55); }
.practice-device picture, .practice-device img { display: block; }
.practice-device img { width: 100%; border-radius: 7px; }

.gateway-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; }
.gateway { position: relative; isolation: isolate; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; padding: 74px var(--pad); color: var(--ink); }
.gateway--documents { background: var(--mist); }
.gateway--lab { background: var(--paper); }
.gateway > p { position: relative; z-index: 2; margin: 0; font-size: 10px; letter-spacing: .18em; }
.gateway h2 { position: relative; z-index: 2; margin: 40px 0 0; max-width: 75%; font-size: clamp(48px, 5vw, 78px); font-weight: 420; letter-spacing: -.055em; line-height: .93; }
.gateway--documents h2 { font-family: Georgia, "Yu Mincho", "Hiragino Mincho ProN", serif; font-weight: 400; }
.gateway > span { position: relative; z-index: 2; max-width: 440px; margin-top: auto; color: #5e5d57; font-size: 16px; line-height: 1.75; }
.gateway > b { position: relative; z-index: 2; margin-top: 25px; font-size: 11px; font-weight: 520; letter-spacing: .08em; }
.gateway--lab > img { position: absolute; z-index: 1; width: min(48%, 350px); right: 5%; top: 24%; opacity: .58; filter: saturate(.78); }
.document-stack { position: absolute; z-index: 1; width: 230px; height: 300px; right: 9%; top: 22%; transform: rotate(7deg); }
.document-stack i { position: absolute; inset: 0; background: #f0ecdf; border: 1px solid rgba(27,27,25,.25); box-shadow: -14px 20px 38px rgba(27,27,25,.09); }
.document-stack i:nth-child(2) { transform: translate(-25px,18px) rotate(-4deg); }
.document-stack i:nth-child(3) { transform: translate(-50px,36px) rotate(-7deg); }

/* PRACTICE */
.practice-home { background: var(--obsidian); }
.practice-hero { min-height: calc(100svh - 78px); display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(40px, 6vw, 100px); padding-top: 80px; padding-bottom: 80px; overflow: hidden; background: radial-gradient(circle at 72% 32%, #211d27, transparent 45%); }
.practice-hero h1 { margin: 24px 0 18px; font-size: clamp(72px, 9vw, 142px); font-weight: 430; letter-spacing: -.07em; line-height: .82; }
.practice-hero .lead { color: #f3f3f0; font-size: 18px; }
.practice-hero__copy > p:not(.eyebrow):not(.lead) { max-width: 560px; color: #a2a29d; line-height: 1.9; }
.practice-hero dl { margin: 34px 0 0; display: grid; gap: 8px; font-size: 12px; }
.practice-hero dl div { display: grid; grid-template-columns: 110px 1fr; }
.practice-hero dt { color: #777773; }
.practice-hero dd { margin: 0; }
.practice-hero__image { margin: 0; min-width: 780px; transform: none; box-shadow: 0 36px 100px rgba(0,0,0,.5); }
.practice-hero__image img { display: block; border: 1px solid #2b2b30; border-radius: 18px; }
.practice-values { display: grid; grid-template-columns: repeat(3,1fr); padding-top: 95px; padding-bottom: 95px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.practice-values article { padding: 12px 7%; border-right: 1px solid var(--line); }
.practice-values article:last-child { border-right: 0; }
.practice-values span { color: #d89978; font-size: 10px; }
.practice-values h2 { margin: 26px 0 15px; font-size: clamp(32px,4vw,56px); font-weight: 440; letter-spacing: -.03em; }
.practice-values p { color: #999994; line-height: 1.7; }
.practice-next { padding-top: 110px; padding-bottom: 110px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.practice-next > h2 { grid-column: 1; margin: 30px 0 0; font-size: clamp(42px, 5vw, 74px); font-weight: 430; line-height: 1.2; letter-spacing: -.045em; }
.practice-next .link-list { grid-column: 2; grid-row: 1 / span 2; }
.link-list a { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 18px; min-height: 94px; border-top: 1px solid var(--line); }
.link-list a:last-child { border-bottom: 1px solid var(--line); }
.link-list span { color: #d89978; font-size: 10px; }
.link-list b { font-size: 22px; font-weight: 480; }
.link-list em { color: #999994; font-style: normal; font-size: 12px; }
.product-legal { padding-top: 60px; padding-bottom: 70px; background: #131315; }
.product-legal nav { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 28px; }
.product-legal nav a { border-bottom: 1px solid #60605d; padding-bottom: 6px; font-size: 13px; }
.product-legal > span { display: block; margin-top: 34px; color: #777773; font-size: 10px; letter-spacing: .12em; }

/* Documents */
.documents-home { background: #e1e4df; color: var(--ink); }
.documents-hero { min-height: 650px; position: relative; isolation: isolate; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding-top: 100px; padding-bottom: 100px; border-bottom: 1px solid rgba(27,27,25,.15); }
.documents-hero h1 { max-width: 780px; margin: 24px 0 30px; font: 500 clamp(72px, 9vw, 138px)/.82 Georgia, "Yu Mincho", serif; letter-spacing: -.065em; }
.documents-hero > p:not(.eyebrow) { max-width: 600px; color: #585a55; font-size: 17px; line-height: 1.9; }
.documents-hero > a { align-self: flex-start; margin-top: 24px; font-size: 12px; }
.document-stack--hero { width: clamp(230px, 27vw, 390px); height: clamp(310px, 36vw, 520px); right: 8%; top: 19%; opacity: .9; }
.access-legend { padding-top: 54px; padding-bottom: 54px; background: var(--ink); color: var(--paper); }
.access-legend > div { margin-top: 28px; display: grid; grid-template-columns: repeat(3,1fr); }
.access-legend article { display: grid; gap: 8px; padding: 0 28px; border-left: 1px solid rgba(255,255,255,.18); }
.access-legend article:first-child { padding-left: 0; border-left: 0; }
.access-legend b { font-size: 12px; letter-spacing: .14em; }
.access-legend span { color: #9d9b91; font-size: 13px; }
.catalog-preview { padding-top: 100px; padding-bottom: 100px; }
.catalog-preview .section-heading h2 { margin: 10px 0 0; font-size: 58px; font-weight: 450; }
.document-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; }
.document-grid article > p { color: #6b6c67; font-size: 9px; letter-spacing: .14em; }
.document-grid h3 { margin: 12px 0 17px; font: 500 25px/1.4 Georgia, "Yu Mincho", serif; }
.document-grid article > div:not(.cover) { display: flex; flex-wrap: wrap; gap: 7px; }
.document-grid article > div:not(.cover) span { padding: 6px 9px; border: 1px solid rgba(27,27,25,.25); border-radius: 99px; font-size: 9px; }
.document-grid article > small { display: block; margin-top: 14px; color: #6a6b65; font-size: 10px; }
.cover { aspect-ratio: .74; display: flex; flex-direction: column; padding: 9%; border: 1px solid rgba(27,27,25,.2); box-shadow: 0 24px 45px rgba(27,27,25,.09); }
.cover small { font-size: 8px; letter-spacing: .15em; }
.cover strong { margin: auto 0; font: 500 clamp(26px, 3vw, 48px)/1.1 Georgia, "Yu Mincho", serif; }
.cover span { font-size: 9px; letter-spacing: .14em; }
.cover--cream { background: #f0eadc; }
.cover--field { background: #d2aa86; }
.cover--blue { background: var(--research-blue); color: white; }
.draft-notice { margin: 34px 0 0; color: #73746e; font-size: 11px; }
.library-callout { padding-top: 72px; padding-bottom: 72px; display: flex; align-items: end; justify-content: space-between; gap: 40px; background: #cbd2cd; }
.library-callout h2 { margin: 18px 0 0; font: 500 clamp(36px, 5vw, 68px)/1.15 Georgia, "Yu Mincho", serif; }
.library-callout > div:last-child { display: grid; gap: 18px; font-size: 12px; }

/* CANTE LAB */
.cante-home { background: var(--paper); color: var(--ink); }
.cante-hero { min-height: calc(100svh - 78px); position: relative; isolation: isolate; display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: auto 1fr; gap: 40px; overflow: hidden; padding-top: 44px; padding-bottom: 74px; border-bottom: 1px solid rgba(27,27,25,.15); }
.cante-index { grid-column: 1 / -1; display: flex; justify-content: space-between; color: #79766e; font-size: 9px; letter-spacing: .17em; }
.cante-title { align-self: center; position: relative; z-index: 2; }
.cante-title > p { color: #b8562a; font-size: 10px; letter-spacing: .19em; }
.cante-title h1 { margin: 28px 0 0; font-size: clamp(92px, 12vw, 186px); font-weight: 380; letter-spacing: -.07em; line-height: .75; }
.cante-statement { align-self: end; position: relative; z-index: 2; max-width: 520px; padding-bottom: 34px; }
.cante-statement h2 { margin: 0; font: 500 clamp(30px, 3.1vw, 48px)/1.55 Georgia, "Yu Mincho", serif; }
.cante-statement > p { color: #66635c; font-size: 15px; line-height: 1.9; }
.cante-statement > div { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 24px; font-size: 11px; }
.cante-statement a { padding-bottom: 5px; border-bottom: 1px solid #a89a86; }
.cante-orbit { position: absolute; z-index: 1; width: min(48%, 680px); left: 38%; top: 14%; opacity: .27; filter: saturate(.65); transform: rotate(-8deg); }
.current-program { display: grid; grid-template-columns: .46fr 1.15fr auto; gap: 42px; padding-top: 80px; padding-bottom: 80px; background: var(--ink); color: var(--paper); }
.current-program p { margin: 0 0 12px; color: #d77848; font-size: 9px; letter-spacing: .16em; }
.current-program > div:first-child span { color: #7c7c74; font-size: 9px; letter-spacing: .12em; }
.current-program h2 { margin: 25px 0 32px; font: 500 clamp(32px, 4vw, 56px)/1.45 Georgia, "Yu Mincho", serif; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips span { padding: 7px 10px; border: 1px solid #4f504a; border-radius: 99px; color: #aaa9a1; font-size: 8px; letter-spacing: .1em; }
.current-program > a { align-self: end; font-size: 11px; letter-spacing: .09em; }
.current-program > a i { margin-left: 22px; color: var(--orange); font-style: normal; }
.work-method { padding-top: 110px; padding-bottom: 110px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 8%; }
.work-method > div:first-child h2 { margin: 30px 0 0; font: 500 clamp(44px,5vw,70px)/1.35 Georgia, "Yu Mincho", serif; }
.method-list article { display: grid; grid-template-columns: 46px .8fr 1.2fr; gap: 20px; padding: 30px 0; border-top: 1px solid rgba(27,27,25,.2); }
.method-list article:last-child { border-bottom: 1px solid rgba(27,27,25,.2); }
.method-list span { color: var(--orange); font-size: 10px; }
.method-list h3 { margin: 0; font-size: 14px; font-weight: 560; letter-spacing: .08em; }
.method-list p { margin: 0; color: #6c6961; line-height: 1.7; }
.membership-card { margin: 0 var(--pad) 90px; padding: 54px; display: grid; grid-template-columns: 1.1fr .8fr auto; align-items: end; gap: 50px; background: #dfd3bd; }
.membership-card h2 { margin: 18px 0; font: 500 clamp(38px, 4vw, 60px)/1.2 Georgia, "Yu Mincho", serif; }
.membership-card > div:first-child > p:last-child { color: #69645b; line-height: 1.8; }
.membership-card dl { margin: 0; display: grid; gap: 12px; }
.membership-card dl div { display: grid; grid-template-columns: 62px 1fr; }
.membership-card dt { color: #a34e27; font-size: 11px; }
.membership-card dd { margin: 0; font-size: 12px; }
.membership-card > div:last-child { display: grid; gap: 18px; font-size: 11px; }
.membership-card > div:last-child > a:last-child { text-align: center; text-decoration: underline; }

/* Generic content */
.content-page { min-height: calc(100svh - 228px); max-width: var(--max); margin: 0 auto; padding-top: 110px; padding-bottom: 110px; }
.content-page header { max-width: 940px; }
.content-page h1 { margin: 20px 0 60px; font-size: clamp(48px, 7vw, 104px); font-weight: 430; letter-spacing: -.05em; line-height: 1; }
.entry-content { max-width: 820px; color: #b0b0aa; font-size: 17px; line-height: 1.9; }
.is-cante .content-page { color: var(--ink); }
.is-cante .entry-content { color: #5e5c56; }
.entry-content h2 { margin-top: 2em; color: inherit; }
.entry-content a { text-decoration: underline; }

@media (max-width: 980px) {
  .site-header { min-height: 68px; }
  .menu-toggle { display: block; }
  .site-navigation { position: absolute; left: 0; right: 0; top: 68px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 18px 24px 24px; background: rgba(9,9,10,.98); border-bottom: 1px solid var(--line); }
  .site-navigation__primary { position: static; display: flex; align-items: stretch; flex-direction: column; gap: 0; transform: none; }
  .site-navigation__utility { display: flex; align-items: stretch; flex-direction: column; gap: 0; }
  .site-header--paper .site-navigation { background: rgba(243,239,231,.99); border-color: rgba(27,27,25,.15); }
  .site-navigation.is-open { display: flex; }
  .site-navigation a, .language-state { padding: 14px 0; border-bottom: 1px solid currentColor; }
  .site-navigation .nav-pill { margin: 12px 0; text-align: center; }
  .practice-feature__grid, .practice-hero { grid-template-columns: 1fr; }
  .practice-feature__copy > p { margin-top: 42px; }
  .practice-device { order: -1; transform: none; }
  .gateway h2 { max-width: 100%; }
  .practice-hero__image { min-width: 0; }
  .practice-next { grid-template-columns: 1fr; gap: 42px; }
  .practice-next .link-list { grid-column: 1; grid-row: auto; }
  .documents-hero { min-height: 740px; justify-content: flex-start; }
  .document-stack--hero { top: auto; bottom: 60px; }
  .cante-hero { grid-template-columns: 1fr; }
  .cante-statement { justify-self: end; }
  .cante-orbit { width: 70%; left: 30%; }
  .current-program { grid-template-columns: 1fr; }
  .work-method { grid-template-columns: 1fr; }
  .membership-card { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 680px) {
  :root { --pad: 22px; }
  .site-brand small { display: none; }
  .site-brand__signal { width: 58px; height: 38px; }
  .site-footer { grid-template-columns: 1fr; gap: 18px; }
  .site-footer nav { display: grid; grid-template-columns: 1fr 1fr; }
  .brand-hero { min-height: 720px; align-items: flex-end; padding-top: 110px; }
  .brand-hero__signal { width: 760px; left: -270px; top: 34px; right: auto; }
  .brand-hero h1 { margin-bottom: 30px; font-size: 66px; }
  .brand-statement { font-size: 14px; }
  .hero-links { gap: 16px; }
  .practice-feature { padding-top: 65px; padding-bottom: 65px; }
  .practice-feature__grid { min-height: 680px; padding: 22px; }
  .practice-feature__copy h2 { font-size: 44px; }
  .practice-device { height: auto; overflow: visible; }
  .practice-device img { width: 100%; max-width: 100%; height: auto; object-fit: contain; }
  .gateway-grid { grid-template-columns: 1fr; }
  .gateway { min-height: 520px; padding-top: 54px; padding-bottom: 54px; }
  .gateway h2 { margin-top: 30px; font-size: 52px; }
  .document-stack { width: 155px; height: 220px; top: 32%; }
  .gateway--lab > img { width: 235px; top: 26%; right: -18px; }
  .practice-hero { padding-top: 70px; }
  .practice-hero h1 { font-size: 64px; }
  .practice-hero__image { margin: 38px 0 0; transform: none; }
  .practice-hero__image picture { display: block; }
  .practice-hero__image img { width: 100%; border-radius: 14px; }
  .practice-values { grid-template-columns: 1fr; }
  .practice-values article { padding: 38px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .link-list a { grid-template-columns: 34px 1fr; padding: 18px 0; }
  .link-list em { grid-column: 2; }
  .product-legal nav { display: grid; }
  .documents-hero { min-height: 720px; }
  .documents-hero h1 { font-size: 58px; }
  .documents-hero > p:not(.eyebrow) { font-size: 14px; }
  .document-stack--hero { width: 150px; height: 210px; right: 6%; }
  .access-legend > div { grid-template-columns: 1fr; }
  .access-legend article { padding: 20px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .document-grid { grid-template-columns: 1fr; }
  .catalog-preview .section-heading h2 { font-size: 44px; }
  .library-callout { flex-direction: column; align-items: flex-start; }
  .cante-hero { min-height: 760px; padding-top: 28px; }
  .cante-title { align-self: start; padding-top: 45px; }
  .cante-title h1 { font-size: 80px; }
  .cante-statement { align-self: end; }
  .cante-statement h2 { font-size: 29px; }
  .cante-orbit { width: 420px; max-width: none; left: 12%; top: 19%; }
  .current-program { padding-top: 58px; padding-bottom: 58px; }
  .current-program h2 { font-size: 32px; }
  .work-method { padding-top: 70px; padding-bottom: 70px; }
  .work-method > div:first-child h2 { font-size: 42px; }
  .method-list article { grid-template-columns: 36px 1fr; }
  .method-list p { grid-column: 2; }
  .membership-card { margin: 0 18px 58px; padding: 30px 24px; }
}

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

/* CANTE LAB member area — approved Review 07 direction */
body.is-member { background: #f3efe7; color: #1b1b19; }
.virtual-page--member { min-height: 100svh; padding: 0; background: #f3efe7; color: #1b1b19; }
.member-app-shell { min-height: 100svh; display: grid; grid-template-columns: 220px minmax(0,1fr); }
.member-app-sidebar { position: sticky; top: 0; height: 100svh; padding: 34px 22px 24px; display: flex; flex-direction: column; background: #201f1d; color: #f3efe7; }
.member-menu-close { display: none; }
.member-app-brand { display: flex; align-items: center; gap: 12px; }
.member-app-brand img { width: 38px; height: 30px; }
.member-app-brand span { display: grid; gap: 2px; }
.member-app-brand b { font-size: 16px; letter-spacing: .14em; }
.member-app-brand small { color: #9b9891; font-size: 14px; }
.member-app-sidebar nav { display: grid; margin-top: 54px; }
.member-app-sidebar nav a { min-height: 48px; display: flex; align-items: center; padding: 0 10px; color: #aaa7a1; border-bottom: 1px solid rgba(255,255,255,.09); font-size: 16px; }
.member-app-sidebar nav a.active { padding-left: 16px; color: white; background: rgba(255,255,255,.045); border-left: 3px solid #d67f4a; }
.member-person { margin-top: auto; padding: 18px 10px 0; border-top: 1px solid rgba(255,255,255,.14); }
.member-person span, .member-person b, .member-person small { display: block; }
.member-person span { color: #d59a77; font-size: 14px; letter-spacing: .1em; }
.member-person b { margin-top: 6px; font-size: 16px; }
.member-person small { margin-top: 4px; color: #85817c; font-size: 14px; }
.member-app-workspace { min-width: 0; min-height: 100svh; padding-bottom: 72px; }
.member-app-mobile-header { display: none; }
.member-page-content { width: min(1120px, 100%); padding: clamp(38px, 5vw, 76px); }
.member-breadcrumb { margin: 0 0 24px; color: #6e6962; font-size: 14px; }
.member-breadcrumb span { padding: 0 8px; color: #ae7656; }
.member-page-heading { display: flex; justify-content: space-between; gap: 28px; align-items: flex-start; }
.member-page-heading p { margin: 0; color: #86614e; font-size: 14px; letter-spacing: .12em; }
.member-page-heading h1 { margin: 20px 0 0; font-size: clamp(42px, 5.2vw, 72px); line-height: 1.02; font-weight: 420; letter-spacing: -.055em; }
.member-status-pill { min-height: 34px; display: inline-flex; align-items: center; padding: 0 13px; border-radius: 999px; color: #295d50; background: #d7e6de; font-size: 14px; white-space: nowrap; }
.member-status-pill.warning { color: #7b4a2f; background: #f0d8c8; }
.member-now-strip { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 24px; margin: 34px 0 22px; padding: 18px 20px; background: #1b1b19; color: #f3efe7; }
.member-now-strip small, .member-now-strip b { display: block; }
.member-now-strip small { color: #d29673; font-size: 14px; letter-spacing: .1em; }
.member-now-strip b { margin-top: 4px; font-size: 16px; }
.member-now-strip p { margin: 0; color: #b4b0a9; font-size: 16px; }
.member-now-strip > span { min-height: 46px; display: inline-flex; align-items: center; padding: 0 16px; background: #314c59; color: white; font-size: 16px; white-space: nowrap; }
.member-hub-grid { max-width: 820px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.member-hub-card { aspect-ratio: 1; min-width: 0; padding: clamp(20px, 3vw, 34px); display: flex; flex-direction: column; border: 1px solid rgba(27,27,25,.18); color: #1b1b19; }
.member-hub-card.foundation { background: #ead8b9; }
.member-hub-card.current { background: #efe0d4; border: 3px solid #d67f4a; }
.member-hub-card.research { background: #d7e3df; }
.member-hub-card.live { background: #e8e1d6; }
.member-hub-card > span { color: #80614e; font-size: 14px; letter-spacing: .1em; }
.member-hub-card h2 { margin: 26px 0 12px; font-size: clamp(30px, 3.6vw, 48px); line-height: 1.05; font-weight: 450; letter-spacing: -.04em; }
.member-hub-card p { margin: 0; color: #625e57; font-size: 16px; line-height: 1.65; }
.member-hub-card > div { margin-top: auto; padding-top: 15px; border-top: 1px solid rgba(27,27,25,.18); }
.member-hub-card > div b, .member-hub-card > div small { display: block; font-size: 14px; }
.member-hub-card > div b { color: #455c62; }
.member-hub-card > div small { margin-top: 4px; color: #6c6760; }
.member-utilities { max-width: 820px; display: grid; grid-template-columns: repeat(3,1fr); margin-top: 14px; border-top: 1px solid rgba(27,27,25,.18); border-left: 1px solid rgba(27,27,25,.18); }
.member-utilities a { min-height: 48px; display: flex; align-items: center; justify-content: center; border-right: 1px solid rgba(27,27,25,.18); border-bottom: 1px solid rgba(27,27,25,.18); color: #5f5b54; font-size: 14px; }
.member-app-tabbar { display: none; }

.virtual-page--member .virtual-head { max-width: 900px; margin-bottom: 48px; }
.virtual-page--member .virtual-head h1 { margin: 20px 0; font-size: clamp(42px, 5.2vw, 72px); color: #1b1b19; }
.virtual-page--member .virtual-lead { color: #5e5a54; font-size: 16px; }
.virtual-page--member .eyebrow { color: #8b6049; font-size: 14px; }
.virtual-page--member .virtual-grid { max-width: 900px; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.virtual-page--member .virtual-card { aspect-ratio: 1; min-height: 250px; padding: 24px; color: #1b1b19; background: #e8e1d6; border: 1px solid rgba(27,27,25,.18); border-radius: 0; }
.virtual-page--member .virtual-card small { color: #825f4c; font-size: 14px; }
.virtual-page--member .virtual-card h2 { font-size: clamp(26px, 2.8vw, 38px); }
.virtual-page--member .virtual-card p { color: #5e5a54; font-size: 16px; }
.virtual-page--member .virtual-card > span { color: #4f6469; font-size: 14px; }
.virtual-page--member .foundation-grid .virtual-card { background: #f1e5d0; }
.virtual-page--member .research-grid .virtual-card { background: #e8f0ed; }
.virtual-page--member .virtual-split li, .virtual-page--member .virtual-form p, .virtual-page--member .boundary-note p, .virtual-page--member .privacy-strip p { color: #5e5a54; font-size: 16px; }
.virtual-page--member .event-panel, .virtual-page--member .account-status, .virtual-page--member .boundary-note, .virtual-page--member .privacy-strip { border-color: rgba(27,27,25,.2); }
.virtual-page--member .privacy-strip { background: #dce5e4; color: #425b60; }
.virtual-page--member .button-dark { background: #314c59; }
.member-option-list { max-width: 760px; display: grid; gap: 10px; }
.member-option-list button { width: 100%; min-height: 76px; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 12px; padding: 14px 18px; background: rgba(255,255,255,.32); color: #1b1b19; border: 1px solid rgba(67,52,35,.25); text-align: left; font-size: 16px; }
.member-option-list button.previous { background: #f2e4cb; border: 2px solid #8e6035; }
.member-option-list button span { color: #3d5a52; font-size: 14px; }
.research-options button:first-child { background: #e8eeeb; border: 2px solid #546f68; }
.previous-practice { max-width: 760px; padding: 14px; background: rgba(255,255,255,.32); color: #705a43; font-size: 16px; }

.member-program-context { max-width: 900px; border-top: 3px solid #1b1b19; border-bottom: 1px solid rgba(27,27,25,.18); }
.member-context-title { min-height: 82px; display: flex; align-items: center; gap: 22px; }
.member-context-title > div { margin-right: auto; display: flex; align-items: baseline; gap: 18px; }
.member-context-title p { margin: 0; font-size: 20px; font-weight: 650; }
.member-context-title b { color: #6d6860; font-size: 14px; }
.member-context-title > a { min-height: 46px; display: inline-flex; align-items: center; padding: 0 16px; color: white; background: #314c59; font-size: 16px; }
.member-context-states { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(27,27,25,.18); border-left: 1px solid rgba(27,27,25,.18); }
.member-context-states p { min-height: 78px; margin: 0; padding: 12px 14px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(27,27,25,.18); }
.member-context-states small { color: #8b6049; font-size: 14px; }
.member-context-states b { font-size: 16px; }
.member-context-theme { margin: 0; padding: 14px 0; display: flex; gap: 18px; align-items: baseline; }
.member-context-theme span { color: #8b6049; font-size: 14px; }
.member-context-theme b { font-size: 16px; }
.member-week-grid { max-width: 900px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 28px; }
.member-learning-tile { aspect-ratio: 1; min-width: 0; padding: 18px; display: flex; flex-direction: column; overflow: hidden; color: #1b1b19; background: #eee8dd; border: 1px solid rgba(27,27,25,.14); }
.member-learning-tile.revisitable { background: #e5e1d8; }
.member-learning-tile.member-now { background: #e2eaeb; border: 3px solid #314c59; }
.member-learning-tile.is-now { background: #f1e2d5; border: 3px solid #d67f4a; }
.member-learning-tile.future { color: #746f68; background: #ebe8e1; border-style: dashed; }
.member-learning-tile .tile-top { min-height: 34px; display: flex; justify-content: space-between; gap: 8px; }
.member-learning-tile .tile-top > span { color: #806b5f; font-size: 14px; }
.maturity-badge { align-self: flex-start; padding: 4px 7px; border-radius: 999px; background: #ddd5c9; color: #645c54; font-size: 14px; white-space: nowrap; }
.maturity-badge.ready { background: #d9e2d8; color: #315844; }
.maturity-badge.active { background: #d4e0e4; color: #315762; }
.maturity-badge.current-program { background: #efd4c3; color: #7c472c; }
.maturity-badge.upcoming { background: #dedbd4; color: #68645e; }
.member-learning-tile h2 { margin: 20px 0 0; font-size: clamp(24px, 2.6vw, 36px); line-height: 1.1; font-weight: 480; letter-spacing: -.035em; }
.member-learning-tile .tile-bottom { margin-top: auto; display: grid; gap: 5px; }
.member-learning-tile .tile-bottom > b { font-size: 16px; }
.member-learning-tile .tile-bottom > span { color: #6b665f; font-size: 14px; }
.spiral-status { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; }
.spiral-status p { min-width: 0; margin: 0; }
.spiral-status b, .spiral-status small { display: block; }
.spiral-status b { font-size: 16px; }
.spiral-status small { color: #716c65; font-size: 14px; }
.spiral-glyph { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; color: #5e777d; border: 1px solid rgba(49,76,89,.35); border-radius: 50%; font-size: 20px; }
.six-progress { display: grid; grid-template-columns: repeat(6,1fr); gap: 3px; margin-top: 10px; }
.six-progress i { min-height: 28px; display: flex; align-items: center; justify-content: center; background: #d9d4ca; color: #77736c; font-size: 14px; font-style: normal; }
.six-progress i.done { background: #405c64; color: white; }
.six-progress i.current { background: #d67f4a; color: white; outline: 2px solid rgba(214,127,74,.2); }

.account-summary { max-width: 900px; display: grid; grid-template-columns: repeat(3,1fr); margin-top: 26px; border-top: 1px solid rgba(27,27,25,.18); border-left: 1px solid rgba(27,27,25,.18); }
.account-summary > div { min-height: 140px; padding: 18px; border-right: 1px solid rgba(27,27,25,.18); border-bottom: 1px solid rgba(27,27,25,.18); }
.account-summary small, .account-summary b, .account-summary span { display: block; }
.account-summary small { color: #846854; font-size: 14px; }
.account-summary b { margin-top: 24px; font-size: 16px; }
.account-summary span { margin-top: 5px; color: #6c6760; font-size: 14px; }
.cancel-panel { max-width: 900px; margin-top: 24px; padding: 28px; border: 1px solid #d2bcae; background: #eee3da; }
.cancel-panel > small { color: #8a5f48; font-size: 14px; }
.cancel-panel ul { list-style: none; padding: 0; margin: 18px 0; border-top: 1px solid rgba(27,27,25,.15); }
.cancel-panel li { display: grid; grid-template-columns: 160px 1fr; padding: 13px 0; border-bottom: 1px solid rgba(27,27,25,.15); font-size: 16px; }
.cancel-panel li b { color: #6d4b37; }
.cancel-panel button { min-height: 46px; padding: 0 16px; background: transparent; border: 1px solid #1b1b19; }
.account-boundary { max-width: 900px; padding: 14px; background: #e5dfd5; color: #666159; font-size: 14px; }

/* L・O・U・P・I・R focus mode */
.virtual-page--focus { color: #eeece6; }
.focus-experience { min-height: 100svh; display: flex; flex-direction: column; background: #171817; }
.focus-bar { min-height: 66px; padding: 0 clamp(20px, 4vw, 54px); font-size: 14px; }
.focus-practice { width: min(760px, calc(100% - 44px)); margin: auto; padding: 64px 0 50px; }
.focus-stage { margin: 0; color: #c98561; font-size: 14px; letter-spacing: .16em; }
.focus-practice h1 { max-width: 720px; margin: 28px 0 22px; font-size: clamp(48px, 6vw, 82px); line-height: 1.03; font-weight: 380; letter-spacing: -.055em; }
.focus-prompt { max-width: 620px; margin: 0; color: #aaa9a4; font-size: 16px; line-height: 1.8; }
.focus-resources { max-width: 620px; margin-top: 30px; }
.focus-resources > span { display: block; margin-bottom: 10px; color: #8c8d88; font-size: 14px; }
.focus-resources > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.resource-button { min-width: 0; min-height: 76px; padding: 12px; display: grid; grid-template-columns: 26px 1fr; grid-template-rows: auto auto; gap: 2px 8px; align-items: center; color: #d1cfca; background: #202120; border: 1px solid rgba(255,255,255,.13); text-align: left; }
.resource-button i { grid-row: 1 / 3; color: #d1855f; font-size: 18px; font-style: normal; }
.resource-button b { font-size: 16px; }
.resource-button small { color: #8d8e89; font-size: 14px; }
.resource-button.amioluva { border-color: rgba(209,111,143,.45); }
.resource-button.amioluva i { color: #d16f8f; }
.previous-insight { max-width: 620px; margin-top: 30px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.previous-insight span { color: #888984; font-size: 14px; }
.previous-insight p { margin: 7px 0 0; color: #d1cfca; font-size: 16px; }
.focus-actions { max-width: 620px; display: flex; justify-content: flex-end; align-items: center; gap: 24px; margin-top: 32px; }
.focus-actions a, .focus-actions button { min-height: 48px; font-size: 16px; }
.quiet-action { display: inline-flex; align-items: center; color: #a3a49f; }
.focus-primary { padding: 0 20px; color: #171817; background: #e1d3c5; border: 0; }
.focus-cycle { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(6,1fr); list-style: none; border-top: 1px solid rgba(255,255,255,.1); }
.focus-cycle li { min-height: 66px; display: flex; align-items: center; justify-content: center; color: #777873; border-right: 1px solid rgba(255,255,255,.08); font-size: 14px; }
.focus-cycle li.done { color: #9daeb0; }
.focus-cycle li.current { color: white; background: #304b56; box-shadow: inset 0 3px #d27e50; }
body.modal-open { overflow: hidden; }
.resource-modal { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; border: 0; background: #101110; color: #efeee9; }
.resource-modal::backdrop { background: rgba(0,0,0,.88); }
.resource-modal-shell { min-height: 100%; display: grid; grid-template-rows: auto minmax(0,1fr) auto; }
.resource-modal-shell > header { min-height: 84px; padding: 15px 4vw; display: flex; align-items: center; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.12); }
.resource-modal-shell > header > div { margin-right: auto; }
.resource-modal-shell > header span { color: #c77f5b; font-size: 14px; }
.resource-modal-shell > header h2 { margin: 4px 0 0; font-size: 20px; font-weight: 500; }
.resource-modal button { color: inherit; background: transparent; border: 1px solid rgba(255,255,255,.22); }
.resource-modal-shell > header button, .resource-modal-shell > footer button { min-height: 44px; padding: 0 16px; font-size: 14px; }
.resource-modal-shell > footer { min-height: 72px; padding: 12px 4vw; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #92938e; font-size: 14px; }
.video-stage { min-height: 0; margin: 4vh 5vw; display: flex; align-items: center; justify-content: center; gap: 24px; background: #070807; border: 1px solid rgba(255,255,255,.09); }
.video-play { width: 82px; height: 82px; border-radius: 50%; font-size: 24px; }
.video-stage > div b, .video-stage > div span { display: block; font-size: 16px; }
.video-stage > div span { margin-top: 6px; color: #777873; }
.document-viewer { min-height: 0; padding: 35px 5vw 25px; display: grid; grid-template-columns: minmax(0,720px) 72px; gap: 24px; justify-content: center; overflow: auto; background: #191a19; }
.document-page { min-height: 760px; padding: 70px 9%; background: #f0ece4; color: #1b1b19; }
.document-page > span { color: #8b6551; font-size: 14px; }
.document-page h3 { margin: 90px 0 25px; font-size: clamp(34px, 4vw, 60px); line-height: 1.06; font-weight: 400; letter-spacing: -.05em; }
.document-page p, .document-page ol { max-width: 600px; color: #615d57; font-size: 16px; }
.document-page li { padding: 10px 0; border-bottom: 1px solid rgba(27,27,25,.18); }
.document-viewer nav { align-self: start; display: grid; border: 1px solid rgba(255,255,255,.15); }
.document-viewer nav > * { width: 70px; min-height: 46px; display: flex; align-items: center; justify-content: center; }
.branded-document { border-top: 5px solid #d16f8f; }
.doc-rights { margin-top: 70px; padding: 16px; display: flex; justify-content: space-between; gap: 20px; border: 1px solid rgba(27,27,25,.18); }
.doc-rights b, .doc-rights span { font-size: 14px; }

/* System states use the approved paper surface and readable type. */
.virtual-page--state { background: #0d0d0e; }
.state-screen { color: #1b1b19; background: #f3efe7; border: 8px solid #1c1c1e; border-radius: 0; }
.state-screen > p { color: #8b6049; font-size: 14px; }
.state-screen h1 { font-size: clamp(38px, 5vw, 64px); }
.state-screen > span, .state-screen label, .state-screen > a { color: #5e5a54; font-size: 16px; }
.state-screen input:not([type="checkbox"]) { color: #1b1b19; background: #eee9e0; border-color: #bdb5aa; }

@media (max-width: 980px) {
  .member-app-shell { grid-template-columns: 1fr; }
  .member-app-sidebar { display: none; }
  body.member-menu-open { overflow: hidden; }
  body.member-menu-open::after { position: fixed; z-index: 28; inset: 0; content: ""; background: rgba(0,0,0,.62); }
  body.member-menu-open .member-app-sidebar { position: fixed; z-index: 30; inset: 0 auto 0 0; width: min(360px, 90vw); height: 100svh; display: flex; box-shadow: 24px 0 60px rgba(0,0,0,.3); }
  .member-menu-close { min-height: 42px; margin-top: 24px; display: block; color: #f3efe7; background: transparent; border: 1px solid rgba(255,255,255,.28); }
  .member-app-workspace { padding-bottom: 64px; }
  .member-app-mobile-header { position: sticky; z-index: 20; top: 0; min-height: 70px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; background: rgba(243,239,231,.97); border-bottom: 1px solid rgba(27,27,25,.18); backdrop-filter: blur(10px); }
  .member-app-mobile-header .member-app-brand b { color: #1b1b19; }
  .member-menu-button { min-height: 42px; padding: 0 14px; background: transparent; border: 1px solid #1b1b19; border-radius: 999px; }
  .member-page-content { padding: 34px 22px 90px; }
  .member-app-tabbar { position: fixed; z-index: 19; left: 0; right: 0; bottom: 0; height: 64px; display: grid; grid-template-columns: repeat(4,1fr); background: #201f1d; color: #aaa7a1; }
  .member-app-tabbar a { display: flex; align-items: center; justify-content: center; font-size: 14px; }
  .member-app-tabbar a.active { color: white; border-top: 3px solid #d67f4a; }
  .member-now-strip { grid-template-columns: 1fr auto; }
  .member-now-strip p { display: none; }
  .member-week-grid, .virtual-page--member .virtual-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .member-learning-tile { padding: 14px; }
  .member-context-title > div { display: block; }
}

@media (max-width: 680px) {
  .virtual-page--member { padding: 0; }
  .member-page-heading h1 { font-size: 38px; }
  .member-hub-grid { gap: 8px; }
  .member-hub-card { padding: 14px; }
  .member-hub-card > p { display: none; }
  .member-hub-card h2 { margin-top: 18px; font-size: 26px; }
  .member-hub-card > div b, .member-hub-card > div small { font-size: 14px; }
  .member-utilities { grid-template-columns: 1fr; }
  .member-context-title { align-items: center; }
  .member-context-title p { font-size: 17px; }
  .member-context-title > a { padding: 0 11px; font-size: 14px; }
  .member-context-states p { min-height: 82px; padding: 9px; }
  .member-context-theme { display: block; }
  .member-context-theme b { display: block; margin-top: 4px; }
  .member-learning-tile { min-height: 250px; aspect-ratio: auto; }
  .member-learning-tile h2 { font-size: 24px; }
  .spiral-status { grid-template-columns: 30px 1fr; }
  .six-progress i { min-height: 26px; }
  .account-summary { grid-template-columns: 1fr 1fr; }
  .cancel-panel li { grid-template-columns: 1fr; gap: 5px; }
  .focus-practice { padding: 40px 0 34px; }
  .focus-practice h1 { font-size: 42px; }
  .focus-resources > div { grid-template-columns: 1fr; }
  .resource-button { min-height: 58px; grid-template-columns: 28px 1fr auto; grid-template-rows: 1fr; }
  .resource-button i { grid-row: auto; }
  .focus-cycle li { min-height: 60px; font-size: 12px; }
  .resource-modal-shell > footer span { display: none; }
  .resource-modal-shell > footer button { width: 100%; }
  .video-stage { margin: 18px; flex-direction: column; text-align: center; }
  .document-viewer { padding: 18px; grid-template-columns: 1fr; }
  .document-page { min-height: 620px; padding: 45px 26px; }
  .document-page h3 { margin-top: 60px; font-size: 34px; }
  .document-viewer nav { grid-row: 1; grid-template-columns: repeat(3,auto); justify-self: center; }
  .doc-rights { margin-top: 45px; flex-direction: column; }
}
