:root {
  --brand-primary: #ff6a00;
  --brand-primary-hover: #e85d00;
  --brand-text: #b54800;
  --brand-soft: #fff3e8;
  --brand-warm-bg: #fff9f5;
  --text-primary: #171717;
  --text-secondary: #666666;
  --border-default: #eaeaea;
  --surface: #ffffff;
  --surface-base: #ffffff;
  --surface-warm: #fff9f5;
  --surface-elevated: #ffffff;
  --surface-editorial: #f4eee8;
  --surface-dark: #171717;
  --surface-gradient: linear-gradient(145deg, #ffffff 0%, #fff9f5 56%, #fff0e2 100%);
  --ink-950: var(--surface-dark);
  --ink-900: var(--text-primary);
  --ink-800: #2b2b2b;
  --paper-50: var(--brand-warm-bg);
  --paper-100: var(--brand-soft);
  --jade-500: var(--brand-primary);
  --jade-200: #ffbf91;
  --gold-500: var(--brand-primary);
  --gold-100: var(--brand-soft);
  --slate-600: var(--text-secondary);
  --white: var(--surface);
  --line-dark: rgba(255, 255, 255, 0.12);
  --line-light: rgba(23, 23, 23, 0.12);
  --container: 1200px;
  --hero-container: 1340px;
  --hero-copy-max: 620px;
  --hero-gap: clamp(48px, 5vw, 76px);
  --hero-pad-top: clamp(150px, 11vw, 166px);
  --hero-pad-bottom: clamp(64px, 6vw, 84px);
  --font-sans: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif;
  --font-accent: "Songti SC", "STSong", "Noto Serif SC", "Source Han Serif SC", serif;
  --font-ui: ui-sans-serif, "Segoe UI", Arial, sans-serif;
  --type-display-xl: clamp(68px, 7.8vw, 104px);
  --type-display: clamp(54px, 6.6vw, 88px);
  --type-h1: clamp(56px, 5.4vw, 70px);
  --type-h2: clamp(36px, 3.7vw, 48px);
  --type-h3: clamp(22px, 2vw, 28px);
  --type-lead: clamp(19px, 1.6vw, 22px);
  --type-body-lg: clamp(18px, 1.45vw, 20px);
  --type-body: 16px;
  --type-small: 13px;
  --type-label: 11px;
  --type-navigation: 12px;
  --type-data: clamp(58px, 7vw, 96px);
  --type-quote: clamp(30px, 3.4vw, 46px);
  --type-manifesto: clamp(42px, 5vw, 68px);
  --weight-display: 600;
  --weight-heading: 650;
  --weight-subheading: 620;
  --weight-body: 400;
  --weight-label: 750;
}

/* Phase 4.5.1 · final visual completion
   Purpose: remove accidental empty fields, restore readable content and add a
   restrained second layer of PATH / NODE / SIGNAL / SOURCE visual language. */
:root {
  --signal-orange: #ff7a1a;
  --signal-amber: #ffb16f;
  --signal-charcoal: #211b17;
  --signal-line: rgba(111,76,51,.16);
  --signal-line-dark: rgba(255,255,255,.15);
}

.section, .content-section, .brand-identity-section, .brand-story-section { overflow: clip; }
.section > .container, .content-section > .container, .brand-story-section > .container { position: relative; z-index: 2; }

/* Editorial background words are layout anchors, never content substitutes. */
.page-home .intro-section::after,
.page-about .brand-story-section::after,
.page-services main > .content-section:first-of-type::after,
.page-pricing main > .content-section:last-of-type::after,
.page-diagnosis main > .content-section:first-of-type::after,
.page-methodology .method-six-section::after,
.page-faq main > .content-section:first-of-type::after,
.page-cases main > .content-section:first-of-type::after,
.page-insights main > .content-section:first-of-type::after,
.page-solutions main > .content-section::after,
.page-contact main > .content-section:first-of-type::after {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: -0.22em;
  color: rgba(99,69,49,.045);
  font-family: var(--font-ui);
  font-size: clamp(96px, 15vw, 220px);
  font-weight: 500;
  line-height: .82;
  letter-spacing: -.075em;
  white-space: nowrap;
  pointer-events: none;
}
.page-home .intro-section::after { content: "ANSWER"; }
.page-about .brand-story-section::after { content: "TRACE"; }
.page-services main > .content-section:first-of-type::after { content: "PATH"; }
.page-pricing main > .content-section:last-of-type::after { content: "SCOPE"; }
.page-diagnosis main > .content-section:first-of-type::after { content: "SIGNAL"; }
.page-methodology .method-six-section::after { content: "SYSTEM"; }
.page-faq main > .content-section:first-of-type::after { content: "ANSWER"; }
.page-cases main > .content-section:first-of-type::after { content: "EVIDENCE"; }
.page-insights main > .content-section:first-of-type::after { content: "SOURCE"; }
.page-solutions main > .content-section::after { content: "ROUTE"; }
.page-contact main > .content-section:first-of-type::after { content: "CONNECT"; }

/* Home / search-entry change: the previously empty grid field now explains how
   a question becomes an answer. */
.page-home .intro-section { padding-block: clamp(92px, 9vw, 132px); }
.page-home .shift-grid { margin-top: 58px; }
.page-home .shift-grid > * { min-height: 220px; }
.page-home .shift-grid > *:nth-child(3) { grid-column: span 4; }
.answer-formation-panel {
  position: relative;
  grid-column: span 8;
  min-height: 220px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 18px;
  overflow: hidden;
  padding: 38px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 24%, rgba(255,122,26,.28), transparent 30%),
    linear-gradient(128deg, #211b17, #35281f);
}
.answer-formation-panel::before { content: ""; position: absolute; left: 9%; right: 9%; top: 50%; height: 1px; background: linear-gradient(90deg, rgba(255,177,111,.18), var(--signal-orange), rgba(255,177,111,.22)); }
.answer-formation-panel div { position: relative; z-index: 1; display: grid; justify-items: start; gap: 13px; }
.answer-formation-panel i { width: 11px; height: 11px; border: 3px solid #2d241e; border-radius: 50%; background: var(--signal-amber); box-shadow: 0 0 0 6px rgba(255,122,26,.13); }
.answer-formation-panel small { color: rgba(255,255,255,.52); font-family: var(--font-ui); font-size: 8px; letter-spacing: .14em; }
.answer-formation-panel b { font-size: 13px; font-weight: 500; }
.answer-formation-panel strong { position: absolute; z-index: 1; right: 30px; bottom: 22px; color: rgba(255,255,255,.12); font-family: var(--font-ui); font-size: 36px; font-weight: 500; letter-spacing: -.05em; }

/* Home / four gaps: the fourth item is now a retest timeline, not an enlarged
   empty card. */
.page-home .problem-grid article:last-child { grid-template-columns: minmax(250px,.72fr) minmax(0,1.28fr); gap: 44px; min-height: 230px; padding: 34px 38px; }
.problem-card-retest .problem-card-copy { align-self: center; }
.problem-card-retest h3 { margin: 34px 0 12px; }
.retest-timeline { position: relative; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; gap: 12px; min-height: 150px; }
.retest-timeline::before { content: ""; position: absolute; left: 8%; right: 8%; top: 50%; height: 2px; background: linear-gradient(90deg, #dfcfc2, var(--signal-orange), #dfcfc2); }
.retest-timeline span { position: relative; z-index: 1; display: grid; justify-items: center; gap: 14px; color: #635a53; font-family: var(--font-ui); font-size: 9px; letter-spacing: .07em; text-align: center; }
.retest-timeline span::before { content: ""; width: 13px; height: 13px; border: 4px solid #f7efe8; border-radius: 50%; background: var(--signal-orange); box-shadow: 0 0 0 1px rgba(255,106,0,.34); }
.retest-timeline span:first-child::before { background: #8a7e75; box-shadow: 0 0 0 1px rgba(73,57,46,.2); }
.retest-timeline span:last-child::before { width: 19px; height: 19px; background: var(--signal-charcoal); }

/* Restore all 5/6/7 content on the white surfaces inside the dark methodology
   section. These rules deliberately override inherited dark-section text. */
.page-home .method-layout,
.page-home .method-subgrid > article { color: var(--text-primary); }
.page-home .method-layout p,
.page-home .method-subgrid p,
.page-home .module-list p { color: #625a54; }
.page-home .module-list h3,
.page-home .method-number-card b,
.page-home .system-card li,
.page-home .score-row span { color: #29231f; }
.page-home .method-layout { position: relative; overflow: hidden; border-radius: 2px 34px 2px 2px; background: linear-gradient(118deg,#fff 0%,#fff 69%,#fff6ef 100%); }
.page-home .method-layout::after { content: "FLOW"; position: absolute; right: -16px; bottom: -24px; color: rgba(255,106,0,.055); font-family: var(--font-ui); font-size: 105px; font-weight: 500; line-height: 1; pointer-events: none; }
.page-home .module-list { position: relative; z-index: 1; }
.page-home .module-list li { grid-template-columns: 54px 1fr; padding-block: 17px; }
.page-home .module-list li > span { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(255,106,0,.24); border-radius: 50%; color: #c44d00; }
.page-home .system-card { background: #fff9f4; }
.page-home .system-card ul { gap: 8px; }
.page-home .system-card li { min-height: 52px; display: flex; align-items: center; border-radius: 2px 12px 2px 2px; background: #fff; }
.page-home .score-card { color: #fff; background: linear-gradient(145deg,#2a211b,#171717); }
.page-home .score-card .method-number-card b,
.page-home .score-card .score-row span { color: #fff; }
.page-home .score-card .method-number-card p { color: rgba(255,255,255,.7); }
.page-home .score-card .score-row b { color: var(--signal-amber); }
.page-home .score-card .score-row i { background: rgba(255,255,255,.13); }

/* Home service modules become a connected field rather than five repeated
   cards. */
.page-home .services-section { padding-block: clamp(96px, 9vw, 132px); }
.page-home .service-grid { position: relative; gap: 1px; border: 1px solid var(--signal-line); background: var(--signal-line); }
.page-home .service-grid::before { content: ""; position: absolute; z-index: 2; left: 4%; right: 4%; top: 50%; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,106,0,.58), transparent); pointer-events: none; }
.page-home .service-grid > * { min-height: 220px; border: 0; border-radius: 0; background: rgba(255,255,255,.88); }
.page-home .service-grid > *:nth-child(5) { min-height: 190px; display: grid; grid-template-columns: 110px minmax(0,1fr) 180px; align-items: center; column-gap: 24px; background: #251e19; color: #fff; }
.page-home .service-grid > *:nth-child(5) h3 { margin: 0; color: #fff; }
.page-home .service-grid > *:nth-child(5) p { color: rgba(255,255,255,.7); }
.page-home .service-grid > *:nth-child(5) .service-node { right: 38px; top: 42px; }
.page-home .service-card::after { content: ""; position: absolute; left: 25px; bottom: 25px; width: 8px; height: 8px; border-radius: 50%; background: var(--signal-orange); box-shadow: 0 0 0 7px rgba(255,106,0,.09); }

/* Home process is a time-based signal strip. */
.page-home .process-track { padding: 34px 0 16px; }
.page-home .process-track::before { top: 52px; left: 7%; right: 7%; background: linear-gradient(90deg,rgba(255,255,255,.12),var(--signal-orange),rgba(255,255,255,.12)); }
.page-home .process-track article { min-height: 190px; }
.page-home .process-track article:nth-child(even) { transform: translateY(30px); }
.page-home .process-track h3 { color: #fff; }
.page-home .process-track article:last-child > span { color: #261d17; background: var(--signal-amber); }

/* Page-level information systems. */
.page-services .service-directory { counter-reset: service; gap: 0; border-top: 1px solid var(--signal-line); }
.page-services .service-directory > article { position: relative; grid-template-columns: 116px minmax(0,1fr); gap: 42px; border: 0; border-bottom: 1px solid var(--signal-line); border-radius: 0; padding: 48px 28px; background: transparent; }
.page-services .service-directory > article:nth-child(even) { margin-left: 8%; background: linear-gradient(90deg,rgba(255,255,255,.8),rgba(255,245,237,.62)); }
.page-services .service-directory > article::after { content: ""; position: absolute; left: 76px; top: 108px; bottom: -18px; width: 1px; background: linear-gradient(var(--signal-orange),transparent); }
.page-services .service-directory > article:last-child { color: #fff; background: var(--signal-charcoal); }
.page-services .service-directory > article:last-child p { color: rgba(255,255,255,.7); }

.page-pricing .phase4-plan-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; }
.page-pricing .phase4-plan-grid > article { grid-column: span 5; min-height: 520px; border-radius: 2px 28px 2px 2px; }
.page-pricing .phase4-plan-grid > article:nth-child(2),
.page-pricing .phase4-plan-grid > article:nth-child(3) { grid-column: span 7; }
.page-pricing .phase4-plan-grid > article:nth-child(3) { color: #fff; background: linear-gradient(145deg,#2b211b,#171717); transform: translateY(-28px); }
.page-pricing .phase4-plan-grid > article:nth-child(3) .plan-fit,
.page-pricing .phase4-plan-grid > article:nth-child(3) .plan-detail { color: rgba(255,255,255,.76); }
.page-pricing .factor-grid { position: relative; grid-template-columns: repeat(5,1fr); gap: 1px; margin-bottom: 34px; border: 1px solid var(--signal-line); background: var(--signal-line); }
.page-pricing .factor-grid > span { position: relative; min-height: 108px; display: flex; align-items: flex-end; padding: 18px; color: #423a34; background: #fff; font-size: 12px; }
.page-pricing .factor-grid > span::before { content: ""; position: absolute; left: 18px; top: 18px; width: 8px; height: 8px; border-radius: 50%; background: var(--signal-orange); box-shadow: 0 0 0 6px rgba(255,106,0,.08); }

.page-diagnosis .diagnosis-stage-grid { position: relative; gap: 0; border: 1px solid var(--signal-line); background: #fff; }
.page-diagnosis .diagnosis-stage-grid::before { content: ""; position: absolute; z-index: 2; left: 7%; right: 7%; top: 68px; height: 2px; background: linear-gradient(90deg,#d9cdc5,var(--signal-orange),#d9cdc5); }
.page-diagnosis .diagnosis-stage-grid article { position: relative; z-index: 3; min-height: 270px; border: 0; border-right: 1px solid var(--signal-line); border-radius: 0; background: rgba(255,255,255,.92); }
.page-diagnosis .diagnosis-stage-grid article:nth-child(4) { background: #fff5ed; }
.page-diagnosis .diagnosis-stage-grid article:last-child { color: #fff; background: var(--signal-charcoal); }
.page-diagnosis .diagnosis-stage-grid article:last-child p { color: rgba(255,255,255,.7); }
.page-diagnosis .diagnosis-stage-grid span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #7d3c18; background: #fff; box-shadow: 0 0 0 1px rgba(255,106,0,.24),0 0 0 8px #fff7f0; }

.page-methodology .method-six-section { position: relative; background: linear-gradient(125deg,#fff9f4,#f3eae2); }
.page-methodology .method-six-section .system-directory { grid-template-columns: repeat(3,1fr); gap: 1px; border: 1px solid var(--signal-line); background: var(--signal-line); }
.page-methodology .method-six-section .system-directory article { min-height: 142px; border: 0; border-radius: 0; color: #29231f; background: rgba(255,255,255,.94); }
.page-methodology .method-six-section .system-directory article:nth-child(2),
.page-methodology .method-six-section .system-directory article:nth-child(5) { color: #fff; background: var(--signal-charcoal); }
.page-methodology .method-six-section .system-directory article:nth-child(2) b,
.page-methodology .method-six-section .system-directory article:nth-child(5) b { color: #fff; }
.page-methodology .method-six-section .system-directory article:nth-child(2) span,
.page-methodology .method-six-section .system-directory article:nth-child(5) span { color: var(--signal-amber); }
.page-methodology .dimension-directory { gap: 1px; border: 1px solid var(--signal-line); background: var(--signal-line); }
.page-methodology .dimension-directory article { min-height: 128px; padding: 22px; background: #fff; }
.page-methodology .dimension-directory article:first-child { color: #fff; background: var(--signal-charcoal); }
.page-methodology .dimension-directory article:first-child p { color: rgba(255,255,255,.7); }

.page-cases .case-pending-grid { grid-template-columns: repeat(12,1fr); gap: 1px; border: 1px solid var(--signal-line); background: var(--signal-line); }
.page-cases .case-pending-grid > article { grid-column: span 5; min-height: 260px; border: 0; border-radius: 0; background: #fff; }
.page-cases .case-pending-grid > article:nth-child(2) { grid-column: span 7; background: #fff7f0; }
.page-cases .case-pending-grid > article:nth-child(3) { grid-column: span 12; min-height: 190px; display: grid; grid-template-columns: 180px minmax(0,1fr); align-items: center; color: #fff; background: var(--signal-charcoal); }
.page-cases .case-pending-grid > article:nth-child(3) h2 { margin: 0 34px 0 0; color: #fff; }
.page-cases .case-pending-grid > article:nth-child(3) p { color: rgba(255,255,255,.7); }

.page-faq .faq-center-layout > aside { padding: 30px 0 30px 30px; border-left: 1px solid var(--signal-orange); }
.page-faq .large-faq { border-top: 1px solid var(--signal-line); }
.page-faq .large-faq details { border-bottom-color: var(--signal-line); }
.page-faq .large-faq details[open] { background: linear-gradient(90deg,#fff7f0,transparent); }

.page-insights .article-grid { grid-template-columns: repeat(12,1fr); gap: 18px; }
.page-insights .article-grid > article { grid-column: span 4; border-radius: 2px 24px 2px 2px; }
.page-insights .article-grid > article:first-child { grid-column: span 8; }
.page-insights .article-grid > article:nth-child(4n) { grid-column: span 5; }
.page-insights .article-grid > article:nth-child(4n + 1):not(:first-child) { grid-column: span 7; }

.page-solutions .industry-visual-grid { gap: 1px; border: 1px solid var(--signal-line); background: var(--signal-line); }
.page-solutions .industry-visual-grid > article { border: 0; border-radius: 0; box-shadow: none; }
.page-solutions .industry-visual-grid > article:nth-child(2) { background: #fff7f0; }
.page-solutions .industry-copy { position: relative; padding: 46px; }
.page-solutions .industry-copy::after { content: ""; position: absolute; right: 38px; bottom: 38px; width: 52px; height: 52px; border: 1px solid rgba(255,106,0,.22); border-radius: 50%; box-shadow: 0 0 0 17px rgba(255,106,0,.04); }

.page-contact .checklist-grid { position: relative; grid-template-columns: repeat(3,1fr); gap: 1px; border: 1px solid var(--signal-line); background: var(--signal-line); }
.page-contact .checklist-grid::before { content: ""; position: absolute; z-index: 2; left: 6%; right: 6%; top: 54px; height: 1px; background: linear-gradient(90deg,transparent,var(--signal-orange),transparent); }
.page-contact .checklist-grid article { position: relative; z-index: 3; min-height: 190px; border: 0; border-radius: 0; background: rgba(255,255,255,.95); }
.page-contact .checklist-grid article:nth-child(2),
.page-contact .checklist-grid article:nth-child(5) { background: #fff7f0; }

@media (max-width: 980px) {
  .answer-formation-panel { grid-column: 1/-1; }
  .page-pricing .phase4-plan-grid > article,
  .page-pricing .phase4-plan-grid > article:nth-child(2),
  .page-pricing .phase4-plan-grid > article:nth-child(3) { grid-column: span 6; transform: none; }
  .page-pricing .factor-grid { grid-template-columns: repeat(2,1fr); }
  .page-methodology .method-six-section .system-directory { grid-template-columns: repeat(2,1fr); }
  .page-insights .article-grid > article,
  .page-insights .article-grid > article:first-child,
  .page-insights .article-grid > article:nth-child(4n),
  .page-insights .article-grid > article:nth-child(4n + 1):not(:first-child) { grid-column: span 6; }
  .page-contact .checklist-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 680px) {
  .page-home .intro-section, .page-home .services-section { padding-block: 76px; }
  .answer-formation-panel { grid-template-columns: 1fr 1fr; min-height: 310px; padding: 28px 22px; }
  .answer-formation-panel::before { left: 50%; top: 12%; bottom: 12%; width: 1px; height: auto; background: linear-gradient(transparent,var(--signal-orange),transparent); }
  .answer-formation-panel strong { font-size: 27px; }
  .page-home .problem-grid article:last-child { display: grid; grid-template-columns: 1fr; gap: 14px; padding: 28px 24px; }
  .retest-timeline { min-height: 125px; }
  .retest-timeline span { font-size: 8px; }
  .page-home .method-layout { padding: 24px 20px; }
  .page-home .method-layout::after { font-size: 70px; }
  .page-home .method-subgrid { gap: 10px; }
  .page-home .service-grid > *:nth-child(5) { display: block; min-height: 220px; }
  .page-home .service-grid > *:nth-child(5) h3 { margin-top: 58px; }
  .page-home .process-track article:nth-child(even) { transform: none; }
  .page-services .service-directory > article,
  .page-services .service-directory > article:nth-child(even) { grid-template-columns: 64px minmax(0,1fr); gap: 18px; margin-left: 0; padding: 32px 18px; }
  .page-services .service-directory > article::after { left: 42px; }
  .page-pricing .phase4-plan-grid > article,
  .page-pricing .phase4-plan-grid > article:nth-child(2),
  .page-pricing .phase4-plan-grid > article:nth-child(3) { grid-column: 1/-1; min-height: auto; }
  .page-pricing .factor-grid { grid-template-columns: 1fr 1fr; }
  .page-pricing .factor-grid > span { min-height: 92px; }
  .page-diagnosis .diagnosis-stage-grid { grid-template-columns: 1fr; }
  .page-diagnosis .diagnosis-stage-grid::before { left: 42px; right: auto; top: 7%; bottom: 7%; width: 2px; height: auto; background: linear-gradient(#d9cdc5,var(--signal-orange),#d9cdc5); }
  .page-diagnosis .diagnosis-stage-grid article { min-height: 190px; padding-left: 74px; border-right: 0; border-bottom: 1px solid var(--signal-line); }
  .page-diagnosis .diagnosis-stage-grid span { position: absolute; left: 25px; top: 28px; }
  .page-diagnosis .diagnosis-stage-grid h2 { margin-top: 16px; }
  .page-methodology .method-six-section .system-directory { grid-template-columns: 1fr; }
  .page-cases .case-pending-grid > article,
  .page-cases .case-pending-grid > article:nth-child(2),
  .page-cases .case-pending-grid > article:nth-child(3) { grid-column: 1/-1; min-height: 220px; }
  .page-cases .case-pending-grid > article:nth-child(3) { display: block; }
  .page-cases .case-pending-grid > article:nth-child(3) h2 { margin: 54px 0 16px; }
  .page-insights .article-grid > article,
  .page-insights .article-grid > article:first-child,
  .page-insights .article-grid > article:nth-child(4n),
  .page-insights .article-grid > article:nth-child(4n + 1):not(:first-child) { grid-column: 1/-1; }
  .page-contact .checklist-grid { grid-template-columns: 1fr; }
}

/* Company Story: source-grounded path from search traffic to GEO. */
.brand-story-section { position:relative; overflow:hidden; background:linear-gradient(180deg,#fff 0%,var(--brand-warm-bg) 48%,#fff 100%); }
.brand-story-section::before { content:""; position:absolute; width:560px; height:560px; right:-280px; top:12%; border:1px solid rgba(255,106,0,.14); border-radius:50%; box-shadow:0 0 0 70px rgba(255,106,0,.025),0 0 0 140px rgba(255,106,0,.018); pointer-events:none; }
.brand-story-heading { max-width:900px; text-align:center; }
.brand-story-heading h2 { margin:0; font-size:var(--type-h2); line-height:1.16; letter-spacing:-.045em; }
.brand-story-heading .body-large { max-width:720px; margin:22px auto 0; color:var(--text-secondary); }
.brand-story-path { position:relative; display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-top:64px; }
.brand-story-path::before { content:""; position:absolute; left:7%; right:7%; top:31px; height:2px; background:linear-gradient(90deg,rgba(255,106,0,.16),var(--brand-primary),rgba(255,106,0,.16)); }
.brand-story-path article { position:relative; z-index:1; min-height:292px; padding:18px 22px 26px; border:1px solid rgba(232,93,0,.16); border-radius:22px; background:rgba(255,255,255,.9); box-shadow:0 20px 50px rgba(80,43,20,.07); }
.brand-story-path article > span { display:grid; place-items:center; width:28px; height:28px; margin-bottom:38px; border:5px solid #fff; border-radius:50%; background:var(--brand-primary); box-shadow:0 0 0 1px rgba(232,93,0,.2); color:#fff; font-size:10px; font-weight:800; }
.brand-story-path small { color:var(--brand-primary); font-size:10px; font-weight:800; letter-spacing:.12em; }
.brand-story-path h3 { margin:9px 0 12px; font-size:22px; line-height:1.35; }
.brand-story-path p { margin:0; color:var(--text-secondary); font-size:14px; line-height:1.8; }
.brand-name-story { display:grid; grid-template-columns:minmax(0,1fr) 150px minmax(0,1fr); align-items:center; gap:26px; margin-top:76px; }
.brand-name-story article { position:relative; min-height:320px; padding:42px; overflow:hidden; border-radius:28px; }
.brand-name-island { background:var(--surface-dark); color:#fff; }
.brand-name-stars { border:1px solid rgba(232,93,0,.18); background:linear-gradient(135deg,#fff 0%,var(--brand-soft) 100%); }
.brand-name-story h3 { position:relative; z-index:1; max-width:440px; margin:14px 0; font-family:var(--font-accent); font-size:clamp(31px,3vw,46px); font-weight:500; line-height:1.24; }
.brand-name-story article > p:last-child { position:relative; z-index:1; margin:0; color:var(--text-secondary); }
.brand-name-island > p:last-child { color:rgba(255,255,255,.62); }
.brand-name-symbol { position:absolute; right:-24px; bottom:-30px; width:210px; height:210px; opacity:.74; }
.brand-name-symbol i { position:absolute; inset:34px; border:1px solid rgba(255,255,255,.35); border-radius:50% 46% 54% 42%; transform:rotate(22deg); }
.brand-name-symbol b { position:absolute; left:86px; top:86px; width:18px; height:18px; border-radius:50%; background:var(--brand-primary); box-shadow:-56px 28px 0 -5px rgba(255,106,0,.62),52px -42px 0 -6px rgba(255,255,255,.72); }
.brand-name-stars .brand-name-symbol i { border-color:rgba(232,93,0,.24); }
.brand-name-route { position:relative; height:170px; }
.brand-name-route::before { content:""; position:absolute; left:0; right:0; top:50%; height:1px; background:linear-gradient(90deg,var(--brand-primary),rgba(255,106,0,.22)); transform:rotate(-8deg); }
.brand-name-route i { position:absolute; width:12px; height:12px; border:3px solid #fff; border-radius:50%; background:var(--brand-primary); box-shadow:0 0 0 1px rgba(232,93,0,.25); }
.brand-name-route i:nth-child(1){ left:8%; top:55%; }.brand-name-route i:nth-child(2){ left:47%; top:45%; }.brand-name-route i:nth-child(3){ right:8%; top:36%; }
.brand-story-mission { display:grid; grid-template-columns:180px 1fr auto; align-items:center; gap:30px; margin-top:26px; padding:30px 36px; border-radius:22px; background:var(--brand-primary); color:#fff; }
.brand-story-mission span { font-size:11px; font-weight:800; letter-spacing:.16em; opacity:.72; }
.brand-story-mission p { margin:0; font-size:18px; font-weight:700; }
.brand-story-mission strong { font-family:var(--font-accent); font-size:clamp(27px,3vw,42px); font-weight:500; }
@media (max-width:1024px) {
  .brand-story-path { grid-template-columns:1fr 1fr; }
  .brand-story-path::before { display:none; }
  .brand-name-story { grid-template-columns:1fr; }
  .brand-name-route { height:70px; transform:rotate(90deg); }
  .brand-story-mission { grid-template-columns:1fr; gap:8px; }
}
@media (max-width:680px) {
  .brand-story-path { grid-template-columns:1fr; gap:14px; margin-top:42px; }
  .brand-story-path article { min-height:0; padding:20px; }
  .brand-story-path article > span { margin-bottom:24px; }
  .brand-name-story article { min-height:280px; padding:30px 24px; }
  .brand-name-route { display:none; }
  .brand-story-mission { padding:26px 24px; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper-50); color: var(--ink-900); font-family: var(--font-sans); }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; z-index: 100; left: 16px; top: 12px; transform: translateY(-160%); padding: 10px 14px; border-radius: 8px; color: var(--white); background: var(--brand-primary); font-weight: 750; }
.skip-link:focus { transform: translateY(0); }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: absolute; z-index: 20; top: 0; left: 50%; transform: translateX(-50%);
  width: min(var(--container), calc(100% - 48px)); height: 88px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  border-bottom: 1px solid rgba(23,23,23,.1); color: var(--text-primary);
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand-mark { position: relative; width: 38px; height: 38px; border: 1px solid rgba(23,23,23,.24); border-radius: 50%; }
.brand-mark::before { content: ""; position: absolute; inset: 7px; border: 1px solid var(--gold-500); border-radius: 50%; }
.brand-mark i { position: absolute; width: 7px; height: 7px; right: 2px; top: 4px; border-radius: 50%; background: var(--gold-500); box-shadow: -18px 22px 0 0 var(--jade-500); }
.brand-copy { display: grid; gap: 1px; }
.brand-copy b { font-size: 17px; letter-spacing: .14em; }
.brand-copy small { color: var(--text-secondary); font-size: 8px; letter-spacing: .15em; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; color: var(--text-secondary); }
.primary-nav a, .text-link { transition: color .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--brand-primary); }
.header-cta { justify-self: end; border: 1px solid var(--brand-primary); border-radius: 999px; padding: 11px 18px; color: var(--brand-primary); font-size: 13px; font-weight: 700; transition: .2s ease; }
.header-cta:hover, .header-cta:focus-visible { background: var(--brand-primary); color: var(--white); border-color: var(--brand-primary); }
.mobile-menu { display: none; justify-self: end; }
.mobile-menu summary { list-style: none; cursor: pointer; border: 1px solid var(--border-default); border-radius: 999px; padding: 10px 14px; font-size: 12px; font-weight: 750; background: rgba(255,255,255,.9); }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu[open] summary span { display: inline-block; transform: rotate(45deg); }
.mobile-menu nav { position: absolute; top: 70px; right: 0; width: min(300px, calc(100vw - 32px)); display: grid; overflow: hidden; border: 1px solid var(--border-default); border-radius: 18px; padding: 10px; background: var(--surface); box-shadow: 0 24px 70px rgba(23,23,23,.16); }
.mobile-menu nav a { padding: 13px 14px; border-radius: 10px; color: var(--text-primary); font-size: 13px; }
.mobile-menu nav a:hover, .mobile-menu nav a:focus-visible { color: var(--brand-primary); background: var(--brand-soft); }

.hero { position: relative; overflow: hidden; min-height: 860px; color: var(--text-primary); background: radial-gradient(circle at 74% 24%, rgba(255,106,0,.11), transparent 26%), linear-gradient(140deg, #fff, var(--brand-warm-bg) 62%, #fff3e8); padding: 176px 0 0; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .3; background-image: radial-gradient(rgba(255,106,0,.24) .7px, transparent .7px); background-size: 24px 24px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.hero-orbit { position: absolute; border: 1px solid rgba(255,106,0,.14); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 620px; height: 620px; right: -180px; top: 60px; }
.orbit-two { width: 360px; height: 360px; right: 9%; top: 245px; border-color: rgba(23,23,23,.08); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(430px,.92fr); gap: 76px; align-items: center; }
.eyebrow, .section-kicker { margin: 0 0 24px; color: var(--jade-200); font-size: 12px; font-weight: 750; letter-spacing: .16em; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 1px; background: var(--gold-500); }
.hero h1 { margin: 0; font-size: clamp(48px, 5.5vw, 76px); line-height: 1.1; letter-spacing: -.045em; font-weight: 720; }
.hero h1 em { display: inline-block; margin-top: 10px; color: var(--gold-100); font-style: normal; }
.hero-lead { max-width: 660px; margin: 30px 0 0; color: var(--text-secondary); font-size: 18px; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border-radius: 999px; padding: 0 22px; font-size: 14px; font-weight: 750; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--brand-primary); color: var(--white); }
.button-primary:hover { background: var(--brand-primary-hover); }
.button-ghost { border: 1px solid rgba(23,23,23,.18); color: var(--text-primary); background: rgba(255,255,255,.58); }
.button-ghost:hover { border-color: var(--brand-primary); background: var(--brand-soft); }
.hero-note { margin-top: 22px; color: var(--text-secondary); font-size: 12px; letter-spacing: .04em; }

.journey-panel { position: relative; border: 1px solid rgba(23,23,23,.1); border-radius: 28px; padding: 22px; color: var(--white); background: rgba(23,23,23,.96); box-shadow: 0 35px 100px rgba(23,23,23,.16); }
.panel-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line-dark); color: rgba(255,255,255,.78); font-size: 12px; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: var(--brand-primary); box-shadow: 0 0 0 5px rgba(255,106,0,.12); }
.status-tag { color: #ffbf91; border: 1px solid rgba(255,106,0,.28); border-radius: 999px; padding: 6px 10px; }
.journey-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 18px 0; }
.journey-item { position: relative; min-height: 108px; display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 12px; padding: 16px; border: 1px solid rgba(255,255,255,.09); border-radius: 16px; background: rgba(255,255,255,.035); }
.journey-step { align-self: start; color: var(--gold-500); font: 700 10px/1 var(--font-sans); }
.journey-item b, .journey-item small { display: block; }
.journey-item b { margin-bottom: 8px; font-size: 14px; }
.journey-item small { color: rgba(255,255,255,.45); font-size: 11px; line-height: 1.5; }
.answer-card { border-radius: 18px; padding: 20px; color: var(--text-primary); background: linear-gradient(135deg, var(--surface), var(--brand-soft)); }
.answer-card p { margin: 0 0 10px; color: var(--jade-500); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.answer-card strong { display: block; max-width: 330px; font-size: 16px; line-height: 1.55; }
.answer-meta { display: flex; gap: 8px; margin-top: 16px; }
.answer-meta span { border: 1px solid var(--line-light); border-radius: 999px; padding: 6px 9px; color: var(--slate-600); font-size: 10px; }

.fact-strip { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 130px) 1fr; gap: 22px; align-items: center; margin-top: 78px; padding: 22px 0 26px; border-top: 1px solid rgba(23,23,23,.1); }
.fact-strip div { display: flex; align-items: baseline; gap: 8px; }
.fact-strip b { color: var(--gold-100); font-size: 25px; }
.fact-strip span, .fact-strip p { color: var(--text-secondary); font-size: 11px; }
.fact-strip p { justify-self: end; letter-spacing: .08em; }

.section { padding: 112px 0; }
.intro-section { background: var(--paper-50); }
.intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.section-kicker { color: var(--jade-500); }
.intro-grid h2 { max-width: 520px; margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.17; letter-spacing: -.04em; }
.section-lead { margin: 0; color: var(--text-secondary); font-size: 20px; line-height: 1.8; }
.text-link { display: inline-flex; gap: 12px; margin-top: 28px; color: var(--jade-500); font-size: 14px; font-weight: 750; }
.text-link:hover { color: var(--ink-900); }
.diagnosis-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid var(--line-light); border-radius: 18px; padding: 20px 24px; background: var(--white); }
.diagnosis-bar p { margin: 0; color: var(--slate-600); font-size: 13px; }
.diagnosis-bar p span { color: var(--ink-900); font-weight: 800; margin-right: 8px; }
.pending-contact { white-space: nowrap; color: #856621; background: var(--gold-100); border-radius: 999px; padding: 8px 12px; font-size: 11px; font-weight: 750; }

.section-heading { margin-bottom: 52px; }
.section-heading h2 { margin: 0; font-size: clamp(34px, 4.2vw, 58px); line-height: 1.18; letter-spacing: -.045em; }
.section-heading > p:last-child { color: var(--slate-600); font-size: 17px; line-height: 1.8; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); gap: 84px; align-items: end; }
.split-heading > p { margin: 0; }
.center-heading { max-width: 850px; text-align: center; }
.center-heading h2 { margin-inline: auto; }
.center-heading > p:last-child { max-width: 680px; margin: 22px auto 0; }

.shift-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 80px; background: var(--line-light); border: 1px solid var(--line-light); }
.shift-card { position: relative; min-height: 250px; padding: 34px; background: var(--paper-50); }
.shift-card > span, .card-index { color: var(--gold-500); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.shift-card h3, .problem-card h3, .service-card h3, .audience-grid h3, .process-track h3, .evidence-card h3 { margin: 54px 0 13px; font-size: 21px; }
.shift-card p, .problem-card p, .service-card p, .audience-grid p, .process-track p, .evidence-card p { margin: 0; color: var(--slate-600); font-size: 14px; line-height: 1.8; }

.problems-section { border-top: 1px solid var(--line-light); background: var(--brand-soft); }
.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.problem-card { min-height: 280px; border-radius: 22px; padding: 28px; background: rgba(255,255,255,.82); box-shadow: inset 0 0 0 1px rgba(23,23,23,.07); }
.problem-card:nth-child(2), .problem-card:nth-child(4) { transform: translateY(26px); }
.problem-card h3 { margin-top: 70px; font-size: 25px; }

.method-section { background: var(--paper-50); }
.method-layout { display: grid; grid-template-columns: 340px 1fr; gap: 52px; padding: 34px; border: 1px solid var(--line-light); border-radius: 30px; background: var(--white); }
.method-number-card { display: flex; gap: 22px; align-items: flex-start; }
.method-number-card > span { flex: 0 0 auto; color: var(--gold-500); font-size: 92px; line-height: .8; letter-spacing: -.08em; }
.method-number-card b { display: block; font-size: 20px; }
.method-number-card p { margin: 10px 0 0; color: var(--slate-600); font-size: 13px; line-height: 1.7; }
.module-list { margin: 0; padding: 0; list-style: none; }
.module-list li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 19px 0; border-bottom: 1px solid var(--line-light); }
.module-list li:first-child { padding-top: 0; }
.module-list li:last-child { padding-bottom: 0; border-bottom: 0; }
.module-list li > span { color: var(--jade-500); font-size: 11px; font-weight: 800; }
.module-list h3 { margin: 0 0 7px; font-size: 16px; }
.module-list p { margin: 0; color: var(--slate-600); font-size: 13px; line-height: 1.65; }
.method-subgrid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 20px; margin-top: 20px; }
.system-card, .score-card { border: 1px solid var(--line-light); border-radius: 26px; padding: 30px; background: var(--brand-warm-bg); }
.method-number-card.compact > span { font-size: 64px; }
.system-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; }
.system-card li { border: 1px solid var(--line-light); border-radius: 12px; padding: 13px; background: rgba(255,255,255,.5); font-size: 12px; }
.score-list { display: grid; gap: 13px; margin-top: 30px; }
.score-row > div { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 7px; font-size: 11px; }
.score-row b { color: var(--jade-500); }
.score-row i { display: block; overflow: hidden; height: 5px; border-radius: 99px; background: rgba(23,23,23,.08); }
.score-row em { display: block; height: 100%; max-width: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--jade-500), var(--gold-500)); }

.services-section { position: relative; overflow: hidden; color: var(--white); background: var(--ink-900); }
.services-section::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent); }
.services-section .container { position: relative; z-index: 1; }
.light-heading > p:last-child { color: rgba(255,255,255,.53); }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.service-card { position: relative; min-height: 320px; grid-column: span 2; overflow: hidden; border: 1px solid var(--line-dark); border-radius: 22px; padding: 27px; background: rgba(255,255,255,.035); }
.service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 3; min-height: 270px; }
.service-card > span { color: var(--gold-500); font-size: 11px; }
.service-card h3 { margin-top: 84px; }
.service-card p { color: rgba(255,255,255,.5); }
.service-node { position: absolute; right: -26px; top: -26px; width: 106px; height: 106px; border: 1px solid rgba(255,106,0,.28); border-radius: 50%; }
.service-node::before, .service-node::after { content: ""; position: absolute; border-radius: 50%; background: var(--jade-500); }
.service-node::before { width: 7px; height: 7px; left: 20px; bottom: 12px; }
.service-node::after { width: 4px; height: 4px; left: 10px; bottom: 28px; background: var(--gold-500); }

.audience-section { background: var(--paper-50); }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.audience-grid article { min-height: 310px; padding: 32px; border: 1px solid var(--line-light); border-radius: 22px; background: var(--white); }
.audience-grid article > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--ink-900); background: var(--gold-100); font-weight: 800; }
.audience-grid h3 { margin-top: 78px; }

.process-section { background: var(--brand-soft); }
.process-track { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); }
.process-track::before { content: ""; position: absolute; top: 18px; left: 4%; right: 4%; height: 1px; background: rgba(23,23,23,.18); }
.process-track article { position: relative; padding: 0 25px; }
.process-track article > span { position: relative; z-index: 1; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(23,23,23,.2); border-radius: 50%; background: var(--brand-soft); color: var(--brand-primary); font-size: 10px; font-weight: 800; }
.process-track h3 { margin-top: 32px; }

.diagnosis-section { color: var(--white); background: linear-gradient(140deg, var(--surface-dark), #2b211a); }
.diagnosis-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; align-items: center; margin-bottom: 60px; }
.diagnosis-copy h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.2; letter-spacing: -.04em; }
.diagnosis-copy > p:not(.section-kicker) { color: rgba(255,255,255,.6); font-size: 16px; line-height: 1.85; }
.diagnosis-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.diagnosis-copy li { border: 1px solid var(--line-dark); border-radius: 12px; padding: 12px 14px; color: rgba(255,255,255,.72); font-size: 12px; }
.diagnosis-window { overflow: hidden; border: 1px solid var(--line-dark); border-radius: 24px; background: rgba(0,0,0,.18); box-shadow: 0 35px 90px rgba(0,0,0,.22); }
.window-bar { display: flex; align-items: center; gap: 7px; padding: 17px 19px; border-bottom: 1px solid var(--line-dark); }
.window-bar span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.22); }
.window-bar b { margin-left: auto; color: rgba(255,255,255,.42); font-size: 10px; font-weight: 600; }
.window-body { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 340px; }
.baseline-state { display: flex; flex-direction: column; justify-content: center; padding: 30px; border-right: 1px solid var(--line-dark); background: rgba(255,106,0,.07); }
.baseline-state span { color: var(--gold-500); font-size: 9px; letter-spacing: .18em; }
.baseline-state strong { margin-top: 12px; font-size: 26px; }
.baseline-state p { color: rgba(255,255,255,.4); font-size: 11px; line-height: 1.6; }
.evidence-rows { display: flex; flex-direction: column; justify-content: center; gap: 11px; padding: 26px; }
.evidence-rows p { margin: 0; border: 1px solid var(--line-dark); border-radius: 12px; padding: 14px; color: rgba(255,255,255,.66); font-size: 11px; }
.evidence-rows span { margin-right: 12px; color: var(--jade-500); }
.diagnosis-section .diagnosis-bar { background: rgba(255,255,255,.06); border-color: var(--line-dark); }
.diagnosis-section .diagnosis-bar p { color: rgba(255,255,255,.54); }
.diagnosis-section .diagnosis-bar p span { color: var(--white); }

.evidence-section { background: var(--paper-50); }
.evidence-layout { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.evidence-layout > div:first-child { padding-right: 30px; }
.evidence-layout h2 { margin: 0; font-size: clamp(34px, 3.6vw, 50px); line-height: 1.2; letter-spacing: -.04em; }
.evidence-card { min-height: 290px; border-radius: 22px; padding: 30px; background: var(--brand-soft); }
.evidence-card > span { color: var(--jade-500); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.evidence-card h3 { margin-top: 70px; }

.value-section { background: var(--gold-100); }
.value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.value-statement h2 { margin: 0; font-size: clamp(40px, 5vw, 64px); letter-spacing: -.05em; }
.value-statement > p:last-child { color: #5f553f; font-size: 16px; line-height: 1.9; }
.value-grid blockquote { margin: 0; padding-left: 40px; border-left: 1px solid rgba(11,29,27,.25); font-size: clamp(26px, 3vw, 40px); line-height: 1.5; letter-spacing: -.03em; }
.value-grid cite { display: block; margin-top: 30px; color: #75674a; font-size: 12px; font-style: normal; letter-spacing: .12em; }

.faq-section { background: var(--paper-50); }
.faq-layout { display: grid; grid-template-columns: 350px 1fr; gap: 90px; align-items: start; }
.faq-intro { position: sticky; top: 36px; }
.faq-intro h2 { margin: 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.2; letter-spacing: -.04em; }
.faq-intro > p:last-child { color: var(--slate-600); font-size: 14px; line-height: 1.8; }
.faq-list { border-top: 1px solid var(--line-light); }
.faq-list details { border-bottom: 1px solid var(--line-light); }
.faq-list summary { display: grid; grid-template-columns: 40px 1fr 24px; gap: 14px; align-items: center; padding: 25px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--jade-500); font-size: 10px; }
.faq-list summary i { font-style: normal; font-size: 22px; font-weight: 300; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details > p { margin: -6px 40px 24px 54px; color: var(--slate-600); font-size: 14px; line-height: 1.85; }

.final-cta { position: relative; overflow: hidden; padding: 120px 0; text-align: center; color: var(--white); background: var(--ink-950); }
.final-cta::before { content: ""; position: absolute; width: 700px; height: 700px; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(255,106,0,.2); border-radius: 50%; box-shadow: 0 0 0 120px rgba(255,106,0,.03), 0 0 0 240px rgba(255,106,0,.018); }
.final-cta-inner { position: relative; z-index: 1; max-width: 900px; }
.final-cta h2 { margin: 0; font-size: clamp(40px, 5vw, 66px); line-height: 1.18; letter-spacing: -.05em; }
.final-cta p:not(.section-kicker) { margin: 24px 0 32px; color: rgba(255,255,255,.58); font-size: 17px; }
.final-cta .button { margin-inline: auto; }
.final-cta small { display: block; margin-top: 22px; color: rgba(255,255,255,.35); }

.site-footer { padding: 44px 0 24px; color: var(--white); background: var(--surface-dark); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 34px; align-items: center; }
.footer-grid p { margin: 0; color: rgba(255,255,255,.48); font-size: 12px; }
.footer-grid p:last-child { color: var(--gold-100); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.27); font-size: 10px; }
.not-found { min-height: 100vh; display: grid; align-content: center; justify-items: center; padding: 48px 24px; text-align: center; color: var(--white); background: var(--ink-950); }
.not-found h1 { margin: 0; font-size: clamp(42px, 7vw, 82px); letter-spacing: -.05em; }
.not-found > p:not(.section-kicker) { margin: 22px 0 32px; color: rgba(255,255,255,.55); }

/* Global multi-page baseline */
.page-hero { position: relative; overflow: hidden; min-height: 640px; display: grid; align-items: end; padding: 170px 0 96px; background: radial-gradient(circle at 82% 25%, rgba(255,106,0,.13), transparent 24%), linear-gradient(145deg, var(--surface), var(--brand-warm-bg)); }
.page-hero::after { content: ""; position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(rgba(255,106,0,.22) .7px, transparent .7px); background-size: 26px 26px; mask-image: linear-gradient(90deg, transparent, #000 60%, transparent); }
.page-hero-inner { position: relative; z-index: 2; max-width: 980px; margin-left: max(24px, calc((100% - var(--container))/2)); margin-right: auto; }
.page-hero h1, .article-hero h1 { max-width: 960px; margin: 0; font-size: clamp(50px, 6.3vw, 86px); line-height: 1.08; letter-spacing: -.055em; }
.page-hero-inner > p:not(.section-kicker), .article-hero-inner > p:not(.section-kicker) { max-width: 760px; margin: 28px 0 0; color: var(--text-secondary); font-size: 18px; line-height: 1.85; }
.page-trail { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 36px; }
.page-trail span { border: 1px solid var(--border-default); border-radius: 999px; padding: 9px 13px; color: var(--text-secondary); background: rgba(255,255,255,.72); font-size: 11px; }
.page-hero-path { position: absolute; z-index: 1; right: 7%; bottom: 65px; width: 300px; height: 220px; border: 1px solid rgba(255,106,0,.22); border-left-color: transparent; border-radius: 50%; transform: rotate(-12deg); }
.page-hero-path::before { content: ""; position: absolute; inset: 44px; border: 1px solid rgba(23,23,23,.09); border-radius: 50%; }
.page-hero-path i { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--brand-primary); box-shadow: 0 0 0 7px rgba(255,106,0,.1); }
.page-hero-path i:nth-child(1) { left: 4px; top: 88px; }.page-hero-path i:nth-child(2) { right: 38px; top: 18px; }.page-hero-path i:nth-child(3) { right: 6px; bottom: 44px; }

.page-hero-with-visual { align-items: center; padding-bottom: 70px; }
.page-hero-with-visual .page-hero-inner { width: min(var(--container), calc(100% - 48px)); max-width: none; margin-inline: auto; display: grid; grid-template-columns: minmax(0,1.06fr) minmax(390px,.94fr); gap: 72px; align-items: center; }
.page-hero-with-visual h1 { font-size: var(--type-h1); }
.hero-visual { position: relative; min-height: 400px; overflow: hidden; border: 1px solid rgba(23,23,23,.12); border-radius: 30px; padding: 26px; background: rgba(255,255,255,.86); box-shadow: 0 34px 90px rgba(54,31,13,.12); }
.visual-topline { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--border-default); color: var(--text-secondary); font-size: var(--type-label); letter-spacing: .14em; }
.visual-topline b { color: var(--brand-primary); font-size: 10px; }
.evolution-track { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin-top: 44px; }
.evolution-track::before { content: ""; position: absolute; left: 8%; right: 8%; top: 17px; height: 2px; background: linear-gradient(90deg,var(--brand-primary),rgba(255,106,0,.16)); }
.evolution-node { position: relative; z-index: 1; display: grid; justify-items: start; }
.evolution-node > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: var(--surface); background: var(--brand-primary); font-size: 10px; font-weight: 800; box-shadow: 0 0 0 7px var(--brand-soft); }
.evolution-node b { margin-top: 26px; font-size: 14px; }
.evolution-node small { margin-top: 7px; color: var(--text-secondary); font-size: 10px; line-height: 1.45; }
.hero-visual-evolution blockquote { margin: 48px 0 0; padding: 20px 22px; border-left: 3px solid var(--brand-primary); color: var(--text-primary); background: var(--brand-soft); font-family: var(--font-accent); font-size: 22px; line-height: 1.6; }

@media (max-width: 980px) {
  .page-hero-with-visual .page-hero-inner { grid-template-columns: 1fr; gap: 42px; padding-top: 56px; }
  .hero-visual { min-height: 340px; }
}

@media (max-width: 680px) {
  .page-hero-with-visual .page-hero-inner { width: min(100% - 32px,var(--container)); }
  .hero-visual { min-height: auto; padding: 20px; border-radius: 22px; }
  .evolution-track { grid-template-columns: 1fr 1fr; gap: 24px; }
  .evolution-track::before { display: none; }
  .hero-visual-evolution blockquote { margin-top: 30px; font-size: 19px; }
}

/* PHASE 4 — centralized public brand content */
.brand-logo { display: block; width: 188px; height: 64px; object-fit: contain; object-position: left center; }
.footer-brand .brand-logo { width: 210px; height: 72px; margin-bottom: 18px; filter: brightness(0) invert(1); }
.footer-contact-brief { display: grid; gap: 6px; margin-top: 22px; }
.footer-contact-brief a, .footer-contact-brief b { width: max-content; max-width: 100%; color: rgba(255,255,255,.82); font-size: 13px; font-weight: 500; overflow-wrap: anywhere; }
.brand-identity-section { padding: 36px 0 96px; background: var(--brand-warm-bg); }
.brand-identity-card { display: grid; grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr); gap: 56px; align-items: center; padding: 42px; border: 1px solid rgba(255,106,0,.18); border-radius: 28px; background: rgba(255,255,255,.88); box-shadow: 0 24px 70px rgba(72,35,9,.07); }
.brand-identity-card img { width: 100%; height: auto; max-height: 180px; object-fit: contain; }
.brand-identity-card span, .pricing-status span { color: var(--brand-primary); font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.brand-identity-card h2 { margin: 12px 0 8px; }
.brand-identity-card strong { display: block; margin-top: 16px; color: var(--brand-primary); font-family: var(--font-accent); font-size: clamp(24px, 2.4vw, 36px); font-weight: 500; }
.contact-real > img { width: 220px; height: 76px; margin: 0 0 22px; object-fit: contain; object-position: left center; }
.contact-real dl { display: grid; gap: 0; margin: 24px 0; }
.contact-real dl > div { display: grid; grid-template-columns: 84px minmax(0,1fr); gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--border-default); }
.contact-real dt { color: var(--text-secondary); font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.contact-real dd { margin: 0; font-weight: 650; overflow-wrap: anywhere; }
.pricing-status { display: flex; gap: 28px; align-items: center; justify-content: space-between; margin-bottom: 54px; padding: 18px 22px; border: 1px solid rgba(255,106,0,.2); border-radius: 16px; background: var(--brand-soft); }
.pricing-status p { max-width: 780px; margin: 0; color: var(--text-secondary); }
.phase4-plan-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.price-options { display: grid; gap: 9px; margin: 20px 0; }
.price-options > div { display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: baseline; padding: 13px 15px; border: 1px solid rgba(255,106,0,.16); border-radius: 12px; background: var(--brand-warm-bg); }
.price-options strong { color: var(--brand-primary); font-size: clamp(18px,2vw,24px); }
.price-options span { color: var(--text-secondary); font-size: 12px; }
.pricing-table-wrap { overflow-x: auto; border: 1px solid var(--border-default); border-radius: 20px; background: #fff; }
.pricing-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.pricing-table th, .pricing-table td { padding: 20px 22px; border-bottom: 1px solid var(--border-default); text-align: left; vertical-align: top; line-height: 1.65; }
.pricing-table thead th { background: var(--brand-soft); color: var(--text-primary); font-size: 12px; letter-spacing: .08em; }
.pricing-table tbody th { width: 21%; }
.pricing-table tbody td:nth-child(2) { width: 28%; color: var(--brand-primary); font-weight: 720; }
.pricing-table tr:last-child th, .pricing-table tr:last-child td { border-bottom: 0; }
.cta-pair, .case-pending-cta { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.pending-field-note { color: var(--brand-text); font-size: 13px; font-weight: 650; }
.case-pending-grid article { min-height: 230px; }
.case-pending-cta { justify-content: center; margin-top: 32px; }

@media (max-width: 780px) {
  .brand-logo { width: 154px; height: 52px; }
  .footer-brand .brand-logo { width: 176px; height: 60px; }
  .brand-identity-card, .phase4-plan-grid { grid-template-columns: 1fr; }
  .brand-identity-card { gap: 26px; padding: 28px 22px; }
  .pricing-status { display: grid; gap: 9px; }
  .pricing-cta .cta-pair, .case-pending-cta { width: 100%; }
  .pricing-cta .cta-pair .button, .case-pending-cta .button { flex: 1 1 100%; }
}
.content-section { padding: 112px 0; background: var(--surface); }
.soft-section { background: var(--brand-warm-bg); }
.dark-content-section { color: var(--white); background: var(--surface-dark); }
.narrative-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.narrative-grid h2, .trace-formula h2, .diagnosis-report-grid h2, .solution-columns h2, .contact-layout h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.2; letter-spacing: -.04em; }
.prose { max-width: 760px; }
.prose p, .principle-list p { margin: 0 0 22px; color: var(--text-secondary); font-size: 17px; line-height: 1.9; }
.prose h2 { margin: 58px 0 18px; font-size: 34px; letter-spacing: -.035em; }.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 38px 0 14px; font-size: 22px; }
.principle-list p { padding: 0 0 22px 28px; border-bottom: 1px solid var(--border-default); }
.principle-list b { color: var(--text-primary); }
.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.mission-grid article { min-height: 300px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px; border-radius: 24px; background: var(--surface-dark); color: var(--white); }
.mission-grid span, .evidence-card > span { color: var(--brand-primary); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.mission-grid h3 { max-width: 500px; margin: 0; font-size: 28px; line-height: 1.55; }
.value-card-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 18px; }
.value-card-grid article { padding: 26px; border: 1px solid var(--border-default); border-radius: 18px; background: var(--surface); }
.value-card-grid b { color: var(--brand-primary); font-size: 24px; }
.value-card-grid p { margin: 35px 0 0; color: var(--text-secondary); font-size: 13px; line-height: 1.75; }
.trace-formula { text-align: center; }.trace-formula h2 { max-width: 1000px; margin-inline: auto; }.trace-formula h2 i { color: var(--brand-primary); font-style: normal; }
.trace-formula > p:last-child { max-width: 680px; margin: 25px auto 0; color: var(--text-secondary); line-height: 1.8; }
.closing-cta { padding: 72px 0; background: var(--brand-soft); }
.closing-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; }
.closing-cta h2 { max-width: 760px; margin: 0; font-size: clamp(30px,3.6vw,48px); line-height: 1.22; letter-spacing: -.04em; }
.service-directory { display: grid; gap: 18px; }
.service-directory > article { display: grid; grid-template-columns: 110px 1fr; gap: 30px; padding: 42px; border: 1px solid var(--border-default); border-radius: 24px; background: var(--surface); transition: border-color .2s ease, transform .2s ease; }
.service-directory > article:hover { transform: translateY(-3px); border-color: rgba(255,106,0,.38); }
.service-directory > article > span { color: var(--brand-primary); font-size: 52px; font-weight: 750; letter-spacing: -.06em; }
.service-directory h2 { margin: 0; font-size: 32px; }.service-directory b { display: block; margin-top: 9px; font-size: 16px; }.service-directory p { color: var(--text-secondary); line-height: 1.8; }
.service-directory ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 0; padding: 0; list-style: none; }.service-directory li { border-radius: 999px; padding: 8px 11px; background: var(--brand-soft); font-size: 11px; }
.detail-grid { display: grid; grid-template-columns: 330px 1fr; gap: 90px; }.detail-grid aside { position: sticky; top: 30px; align-self: start; padding: 30px; border-left: 4px solid var(--brand-primary); background: var(--brand-soft); }.detail-grid aside > span { color: var(--brand-primary); font-size: 11px; font-weight: 800; }.detail-grid aside h2 { margin: 60px 0 0; font-size: 30px; line-height: 1.35; }
.output-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.output-grid article { display: grid; gap: 26px; padding: 22px; border: 1px solid var(--border-default); border-radius: 16px; }.output-grid span { color: var(--brand-primary); font-size: 10px; }
.method-detail { display: grid; grid-template-columns: 300px 1fr; gap: 80px; align-items: start; }.method-detail.reverse { grid-template-columns: 300px 1fr; }.giant-number { color: var(--brand-primary); font-size: clamp(150px,20vw,280px); font-weight: 760; line-height: .75; letter-spacing: -.1em; }
.method-detail h2 { margin: 0 0 38px; font-size: clamp(36px,4vw,54px); letter-spacing: -.04em; }.method-detail ol { margin: 0; padding: 0; list-style: none; }.method-detail ol li { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 19px 0; border-bottom: 1px solid var(--border-default); }.method-detail li > span { color: var(--brand-primary); font-size: 11px; }.method-detail li b { font-size: 17px; }.method-detail li p { margin: 7px 0 0; color: var(--text-secondary); }
.system-directory { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.system-directory article { min-height: 120px; display: flex; flex-direction: column; justify-content: space-between; padding: 20px; border: 1px solid var(--border-default); border-radius: 16px; background: var(--surface); }.system-directory span { color: var(--brand-primary); font-size: 10px; }
.dimension-directory { display: grid; gap: 22px; }.dimension-directory article > div { display: flex; justify-content: space-between; gap: 16px; }.dimension-directory article span { color: var(--brand-primary); font-weight: 800; }.dimension-directory i { display: block; height: 6px; margin-top: 10px; border-radius: 99px; background: var(--border-default); overflow: hidden; }.dimension-directory em { display: block; height: 100%; background: var(--brand-primary); }.dimension-directory p { margin: 8px 0 0; color: var(--text-secondary); font-size: 12px; }
.lock-panel { max-width: 850px; text-align: center; }.lock-panel h2 { margin: 0; font-size: clamp(38px,5vw,62px); line-height: 1.2; }.lock-panel > p:last-child { color: rgba(255,255,255,.56); font-size: 16px; line-height: 1.85; }
.faq-center-layout { display: grid; grid-template-columns: 320px 1fr; gap: 90px; align-items: start; }.faq-center-layout > aside { position: sticky; top: 30px; }.faq-center-layout aside h2 { margin: 0; font-size: 42px; }.faq-center-layout aside > p:last-child { color: var(--text-secondary); line-height: 1.8; }
.large-faq summary { padding: 28px 0; }.large-faq summary div { display: grid; gap: 6px; }.large-faq summary small { color: var(--brand-primary); font-size: 9px; letter-spacing: .12em; }
.diagnosis-stage-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }.diagnosis-stage-grid article { min-height: 280px; padding: 26px; border: 1px solid var(--border-default); border-radius: 20px; }.diagnosis-stage-grid span { color: var(--brand-primary); font-size: 11px; }.diagnosis-stage-grid h2 { margin: 72px 0 12px; font-size: 20px; }.diagnosis-stage-grid p { margin: 0; color: var(--text-secondary); font-size: 13px; line-height: 1.75; }
.diagnosis-report-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }.diagnosis-report-grid > div:first-child > p:last-child { color: var(--text-secondary); line-height: 1.85; }.report-outline { display: grid; gap: 10px; }.report-outline p { margin: 0; padding: 19px; border: 1px solid var(--border-default); border-radius: 14px; background: var(--surface); }.report-outline span { margin-right: 18px; color: var(--brand-primary); font-size: 10px; }
.compact-dimensions { display: grid; grid-template-columns: repeat(7,1fr); gap: 8px; }.compact-dimensions article { min-height: 150px; display: flex; flex-direction: column; justify-content: space-between; padding: 18px; border: 1px solid var(--border-default); border-radius: 16px; }.compact-dimensions b { color: var(--brand-primary); font-size: 34px; }.compact-dimensions span { font-size: 11px; line-height: 1.5; }
.prep-grid { display: grid; grid-template-columns: .8fr 1fr .8fr; gap: 70px; align-items: start; }.prep-grid h2 { margin: 0; font-size: 44px; }.prep-grid ul { margin: 0; padding: 0; list-style: none; }.prep-grid li { padding: 14px 0; border-bottom: 1px solid var(--line-dark); color: rgba(255,255,255,.68); }.contact-pending { padding: 26px; border: 1px solid rgba(255,106,0,.34); border-radius: 18px; background: rgba(255,106,0,.07); }.contact-pending p { color: rgba(255,255,255,.52); line-height: 1.7; }
.disclosure-banner { display: grid; grid-template-columns: 150px 1fr; gap: 30px; margin-bottom: 44px; padding: 24px; border-left: 4px solid var(--brand-primary); background: var(--brand-soft); }.disclosure-banner b { color: var(--brand-primary); }.disclosure-banner p { margin: 0; color: var(--text-secondary); line-height: 1.75; }
.case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.case-grid article { min-height: 380px; padding: 34px; border: 1px solid var(--border-default); border-radius: 24px; }.case-grid article > span { color: var(--brand-primary); font-size: 10px; font-weight: 800; }.case-grid h2 { margin: 100px 0 16px; font-size: 30px; }.case-grid p { color: var(--text-secondary); line-height: 1.8; }
.case-detail { display: grid; grid-template-columns: 280px 1fr; gap: 90px; }.case-detail aside { align-self: start; padding: 26px; border: 1px solid var(--border-default); border-radius: 18px; background: var(--brand-soft); }.case-detail aside b { color: var(--brand-primary); }.case-detail aside p { color: var(--text-secondary); line-height: 1.7; }.approach-list { margin: 0; padding: 0; list-style: none; }.approach-list li { display: grid; grid-template-columns: 40px 1fr; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--border-default); }.approach-list span { color: var(--brand-primary); font-size: 10px; }
.article-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.article-grid article { min-height: 330px; padding: 34px; border: 1px solid var(--border-default); border-radius: 24px; }.article-grid .featured-article { grid-column: 1 / -1; min-height: 430px; background: var(--brand-soft); }.article-meta { display: flex; gap: 14px; color: var(--text-secondary); font-size: 10px; }.article-meta span { color: var(--brand-primary); font-weight: 800; }.article-grid h2 { max-width: 760px; margin: 90px 0 18px; font-size: clamp(28px,3vw,42px); line-height: 1.3; }.article-grid p { max-width: 720px; color: var(--text-secondary); line-height: 1.8; }
.article-hero { min-height: 690px; display: grid; align-items: end; padding: 170px 0 90px; background: var(--brand-soft); }.article-hero-inner { max-width: 980px; }.article-hero-inner > div { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; color: var(--text-secondary); font-size: 11px; }
.article-body { max-width: 790px; }.article-body section { margin-bottom: 58px; }.article-body h2 { margin: 0 0 18px; font-size: 34px; letter-spacing: -.035em; }.article-body p { color: #444; font-size: 18px; line-height: 1.95; }.article-body aside { margin-top: 70px; padding: 26px; border-left: 4px solid var(--brand-primary); background: var(--brand-soft); }.article-body aside p { margin-bottom: 0; font-size: 14px; }
.contact-layout { display: grid; grid-template-columns: 1fr 360px; gap: 76px; align-items: start; }.checklist-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 40px; }.checklist-grid article { min-height: 190px; padding: 22px; border: 1px solid var(--border-default); border-radius: 16px; }.checklist-grid span { color: var(--brand-primary); font-size: 10px; }.checklist-grid b { display: block; margin-top: 42px; }.checklist-grid p { color: var(--text-secondary); font-size: 12px; line-height: 1.7; }
.contact-status { padding: 30px; border-radius: 22px; color: var(--white); background: var(--surface-dark); }.contact-status > span { color: var(--brand-primary); font-size: 9px; letter-spacing: .14em; }.contact-status h2 { margin: 54px 0 16px; font-size: 30px; }.contact-status p, .contact-status li { color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.7; }.contact-status hr { margin: 26px 0; border: 0; border-top: 1px solid var(--line-dark); }.contact-status ul { padding-left: 18px; }
.solution-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.solution-columns article { padding: 38px; border: 1px solid var(--border-default); border-radius: 24px; }.solution-columns ul, .solution-columns ol { margin: 38px 0 0; padding: 0; list-style: none; }.solution-columns li { padding: 18px 0; border-bottom: 1px solid var(--border-default); }.solution-columns ol li { display: grid; grid-template-columns: 42px 1fr; }.solution-columns li span { color: var(--brand-primary); font-size: 10px; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; max-width: 610px; gap: 12px 18px; color: rgba(255,255,255,.5); font-size: 11px; }.footer-nav a:hover { color: var(--brand-primary); }.footer-brand { color: var(--white); }.footer-brand .brand-mark { border-color: rgba(255,255,255,.3); }.footer-brand .brand-copy small { color: rgba(255,255,255,.45); }

:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 4px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .primary-nav { display: none; }
  .mobile-menu { display: block; }
  .site-header { grid-template-columns: 1fr auto auto; gap: 12px; }
  .hero { padding-top: 150px; }
  .hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .journey-panel { max-width: 680px; }
  .fact-strip { grid-template-columns: repeat(4, 1fr); }
  .fact-strip p { grid-column: 1 / -1; justify-self: start; }
  .split-heading, .method-layout, .diagnosis-grid, .value-grid, .faq-layout { grid-template-columns: 1fr; gap: 42px; }
  .problem-grid { grid-template-columns: 1fr 1fr; }
  .problem-card:nth-child(2), .problem-card:nth-child(4) { transform: none; }
  .method-subgrid { grid-template-columns: 1fr; }
  .service-card { grid-column: span 3; }
  .service-card:nth-child(5) { grid-column: 2 / span 4; }
  .process-track { grid-template-columns: 1fr 1fr; gap: 34px; }
  .process-track::before { display: none; }
  .evidence-layout { grid-template-columns: 1fr 1fr; }
  .evidence-layout > div:first-child { grid-column: 1 / -1; }
  .faq-intro { position: static; }
  .page-hero-path { opacity: .6; right: -80px; }
  .narrative-grid, .diagnosis-report-grid, .prep-grid, .contact-layout, .faq-center-layout, .case-detail { grid-template-columns: 1fr; gap: 50px; }
  .mission-grid, .solution-columns { grid-template-columns: 1fr; }
  .value-card-grid { grid-template-columns: 1fr 1fr; }
  .service-directory > article { grid-template-columns: 80px 1fr; }
  .method-detail, .method-detail.reverse { grid-template-columns: 180px 1fr; gap: 45px; }
  .diagnosis-stage-grid { grid-template-columns: 1fr 1fr; }
  .compact-dimensions { grid-template-columns: repeat(4,1fr); }
  .faq-center-layout > aside, .detail-grid aside { position: static; }
  .detail-grid { grid-template-columns: 1fr; gap: 45px; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .container, .site-header { width: min(100% - 32px, var(--container)); }
  .site-header { height: 74px; }
  .header-cta { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .brand-copy small { display: none; }
  .hero { min-height: auto; padding: 126px 0 0; }
  .hero-grid { gap: 44px; }
  .hero h1 { font-size: clamp(40px, 12vw, 58px); }
  .hero-lead { font-size: 16px; line-height: 1.75; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .journey-panel { padding: 16px; border-radius: 22px; }
  .journey-list { grid-template-columns: 1fr; }
  .journey-item { min-height: 86px; }
  .answer-meta { flex-wrap: wrap; }
  .fact-strip { grid-template-columns: 1fr 1fr; margin-top: 54px; }
  .fact-strip div { align-items: center; }
  .section { padding: 80px 0; }
  .intro-grid { grid-template-columns: 1fr; gap: 34px; }
  .section-lead { font-size: 17px; }
  .diagnosis-bar { align-items: flex-start; flex-direction: column; }
  .section-heading { margin-bottom: 38px; }
  .shift-grid, .problem-grid, .audience-grid, .process-track, .evidence-layout { grid-template-columns: 1fr; }
  .shift-card { min-height: 220px; }
  .problem-card { min-height: 230px; }
  .method-layout { padding: 24px; }
  .method-number-card { gap: 17px; }
  .method-number-card > span { font-size: 68px; }
  .method-subgrid .system-card, .method-subgrid .score-card { padding: 24px; }
  .system-card ul { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: auto; min-height: 260px; }
  .diagnosis-copy ul { grid-template-columns: 1fr; }
  .window-body { grid-template-columns: 1fr; }
  .baseline-state { border-right: 0; border-bottom: 1px solid var(--line-dark); }
  .evidence-layout > div:first-child { grid-column: auto; }
  .value-grid blockquote { padding-left: 24px; }
  .faq-list details > p { margin-left: 0; margin-right: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .page-hero { min-height: 580px; padding: 140px 0 76px; }
  .page-hero-inner { width: min(100% - 32px, var(--container)); margin-inline: auto; }
  .page-hero h1, .article-hero h1 { font-size: clamp(42px,12vw,58px); }
  .page-hero-path { display: none; }
  .content-section { padding: 80px 0; }
  .mission-grid, .value-card-grid, .output-grid, .system-directory, .diagnosis-stage-grid, .compact-dimensions, .case-grid, .article-grid, .checklist-grid { grid-template-columns: 1fr; }
  .closing-cta-inner { grid-template-columns: 1fr; }
  .service-directory > article { grid-template-columns: 1fr; padding: 28px; }
  .service-directory > article > span { font-size: 40px; }
  .method-detail, .method-detail.reverse { grid-template-columns: 1fr; }
  .giant-number { font-size: 120px; }
  .compact-dimensions article { min-height: 120px; }
  .disclosure-banner { grid-template-columns: 1fr; }
  .case-grid article { min-height: 320px; }
  .article-grid .featured-article { grid-column: auto; min-height: 360px; }
  .article-hero { min-height: 620px; padding: 140px 0 70px; }
  .article-body p { font-size: 16px; }
  .footer-nav { flex-wrap: wrap; }
}

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

/* Phase 15.5 — brand and content enrichment */
body { font-size: var(--type-body); line-height: 1.7; }
.primary-nav { gap: 20px; }
.page-hero h1, .article-hero h1 { font-size: var(--type-h1); }
.page-hero-with-visual h1 { font-size: clamp(42px,4.2vw,64px); }
.section-heading h2, .narrative-grid h2, .trace-formula h2, .diagnosis-report-grid h2, .solution-columns h2, .contact-layout h2 { font-size: var(--type-h2); }
.body-large { margin: 24px 0 0; color: var(--text-secondary); font-size: var(--type-body-lg); line-height: 1.85; }
.display-conclusion { margin: 0; font-size: var(--type-h2); line-height: 1.16; letter-spacing: -.045em; }
.display-conclusion em, .visual-story-grid h2 em { color: var(--brand-primary); font-style: normal; }
.visual-story-grid { display: grid; grid-template-columns: minmax(0,.88fr) minmax(520px,1.12fr); gap: 72px; align-items: center; }
.visual-story-grid > div > h2 { margin: 0; font-size: var(--type-h2); line-height: 1.18; letter-spacing: -.04em; }
.visual-stack { display: grid; gap: 58px; }
.infographic-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; }
.narrative-cards { display: grid; gap: 12px; }
.narrative-cards article { display: grid; grid-template-columns: 110px 1fr; gap: 24px; align-items: start; padding: 22px 24px; border: 1px solid var(--border-default); border-radius: 16px; background: var(--brand-warm-bg); }
.narrative-cards span { color: var(--brand-primary); font-size: var(--type-label); font-weight: 800; letter-spacing: .1em; }
.narrative-cards p { margin: 0; color: var(--text-secondary); font-size: 14px; line-height: 1.8; }

/* Main-page banner system */
.hero-visual-linear { display: grid; grid-template-rows: auto 1fr auto; }
.linear-hero-track { position: relative; display: grid; align-content: center; gap: 10px; padding: 28px 0 20px 42px; }
.linear-hero-track::before { content:""; position:absolute; left:17px; top:32px; bottom:24px; width:1px; background:linear-gradient(var(--brand-primary),rgba(255,106,0,.14)); }
.linear-hero-track div { position: relative; display: grid; grid-template-columns: 42px 1fr; align-items: center; min-height: 44px; border: 1px solid var(--border-default); border-radius: 12px; padding: 0 14px; background: var(--surface); }
.linear-hero-track div::before { content:""; position:absolute; left:-31px; width:9px; height:9px; border-radius:50%; background:var(--brand-primary); box-shadow:0 0 0 5px var(--brand-soft); }
.linear-hero-track span { color:var(--brand-primary); font-size:10px; font-weight:800; }
.linear-hero-track b { font-size:13px; }
.linear-hero-result { display:grid; grid-template-columns:16px auto 1fr; gap:10px; align-items:center; border-radius:15px; padding:16px 18px; background:var(--surface-dark); color:var(--surface); }
.linear-hero-result i { width:8px; height:8px; border-radius:50%; background:var(--brand-primary); box-shadow:0 0 0 5px rgba(255,106,0,.16); }
.linear-hero-result span { color:rgba(255,255,255,.45); font-size:9px; letter-spacing:.14em; }
.linear-hero-result strong { justify-self:end; font-size:14px; }
.hero-567-numbers { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; align-items:stretch; margin-top:42px; }
.hero-567-numbers div { display:flex; min-height:210px; flex-direction:column; justify-content:space-between; border:1px solid var(--border-default); border-radius:18px; padding:20px; background:linear-gradient(155deg,var(--surface),var(--brand-soft)); }
.hero-567-numbers strong { color:var(--brand-primary); font-size:88px; line-height:.9; letter-spacing:-.08em; }
.hero-567-numbers span { font-size:13px; font-weight:750; }
.hero-visual-567 > p, .hero-visual-solutions > p, .hero-visual-pricing > p { margin:20px 0 0; color:var(--text-secondary); font-size:12px; text-align:center; }
.hero-visual-567 > p i { margin:0 12px; color:var(--brand-primary); font-style:normal; }
.faq-signal { display:grid; grid-template-columns:90px 1fr; gap:22px; align-items:center; margin-top:50px; }
.faq-signal > strong { display:grid; place-items:center; width:90px; height:90px; border-radius:50%; color:var(--surface); background:var(--brand-primary); font-size:58px; }
.faq-signal > div { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.faq-signal span { border:1px solid var(--border-default); border-radius:12px; padding:16px; color:var(--text-secondary); background:var(--brand-warm-bg); font-size:12px; }
.faq-signal > b { grid-column:1/-1; justify-self:end; border-radius:999px; padding:10px 16px; color:var(--surface); background:var(--surface-dark); font-size:12px; }
.case-proof-stack { position:relative; min-height:300px; margin-top:28px; }
.case-proof-stack div { position:absolute; left:calc(var(--n,0)*32px); right:calc((3 - var(--n,0))*18px); top:calc(var(--n,0)*54px); display:grid; grid-template-columns:42px 1fr auto; gap:14px; align-items:center; border:1px solid rgba(23,23,23,.1); border-radius:16px; padding:18px; background:var(--surface); box-shadow:0 18px 40px rgba(23,23,23,.07); }
.case-proof-stack div:nth-child(1){--n:0}.case-proof-stack div:nth-child(2){--n:1}.case-proof-stack div:nth-child(3){--n:2}.case-proof-stack div:nth-child(4){--n:3}
.case-proof-stack span { color:var(--brand-primary); font-size:10px; font-weight:800; }
.case-proof-stack b { font-size:15px; }
.case-proof-stack small { color:var(--text-secondary); font-size:10px; }
.solution-lanes { display:grid; gap:14px; margin-top:42px; }
.solution-lanes div { display:grid; grid-template-columns:52px 1fr 110px; align-items:center; gap:18px; border:1px solid var(--border-default); border-radius:14px; padding:17px; background:var(--surface); }
.solution-lanes span { color:var(--brand-primary); font-size:10px; font-weight:800; letter-spacing:.12em; }
.solution-lanes b { font-size:14px; }
.solution-lanes i { position:relative; display:block; height:2px; background:linear-gradient(90deg,var(--brand-primary),rgba(255,106,0,.12)); }
.solution-lanes i::after { content:""; position:absolute; right:0; top:-4px; width:10px; height:10px; border-radius:50%; background:var(--brand-primary); }
.plan-orbit { position:relative; width:290px; height:290px; margin:34px auto 0; border:1px solid rgba(255,106,0,.22); border-radius:50%; }
.plan-orbit::before { content:""; position:absolute; inset:54px; border:1px solid var(--border-default); border-radius:50%; }
.plan-orbit > strong { position:absolute; inset:92px; display:grid; place-items:center; border-radius:50%; color:var(--surface); background:var(--surface-dark); font-size:14px; text-align:center; }
.plan-orbit > span { position:absolute; transform:translate(-50%,-50%); display:grid; place-items:center; width:58px; height:58px; border-radius:50%; color:var(--brand-primary); background:var(--surface); border:1px solid rgba(255,106,0,.28); box-shadow:0 10px 26px rgba(23,23,23,.08); font-size:11px; font-weight:800; }
.plan-orbit > span:nth-of-type(1){left:50%;top:1%}.plan-orbit > span:nth-of-type(2){left:96%;top:36%}.plan-orbit > span:nth-of-type(3){left:78%;top:93%}.plan-orbit > span:nth-of-type(4){left:22%;top:93%}.plan-orbit > span:nth-of-type(5){left:4%;top:36%}

/* Infographic system */
.brand-infographic { position:relative; min-width:0; margin:0; overflow:hidden; border:1px solid rgba(23,23,23,.1); border-radius:28px; padding:28px; background:linear-gradient(150deg,var(--surface),var(--brand-warm-bg)); box-shadow:0 26px 70px rgba(70,36,12,.08); }
.brand-infographic::after { content:""; position:absolute; width:180px; height:180px; right:-90px; bottom:-100px; border:1px solid rgba(255,106,0,.18); border-radius:50%; pointer-events:none; }
.brand-infographic figcaption { position:relative; z-index:1; display:flex; align-items:flex-end; justify-content:space-between; gap:22px; padding-bottom:20px; border-bottom:1px solid var(--border-default); }
.brand-infographic figcaption span { color:var(--brand-primary); font-size:var(--type-label); font-weight:800; letter-spacing:.13em; }
.brand-infographic figcaption strong { max-width:390px; font-size:18px; line-height:1.45; text-align:right; }
.brand-infographic.compact { padding:22px; border-radius:22px; }
.brand-infographic.compact figcaption strong { font-size:15px; }
.path-infographic-track { position:relative; display:grid; grid-template-columns:repeat(6,1fr); gap:8px; margin-top:46px; }
.path-infographic-track::before { content:""; position:absolute; left:4%; right:4%; top:19px; height:2px; background:linear-gradient(90deg,var(--brand-primary),rgba(255,106,0,.12)); }
.path-infographic-track div { position:relative; z-index:1; display:grid; justify-items:center; gap:18px; text-align:center; }
.path-infographic-track span { display:grid; place-items:center; width:40px; height:40px; border-radius:50%; color:var(--surface); background:var(--brand-primary); box-shadow:0 0 0 7px var(--brand-soft); font-size:10px; font-weight:800; }
.path-infographic-track b { font-size:12px; }
.path-infographic > p { margin:34px 0 0; border-radius:12px; padding:13px; color:var(--surface); background:var(--surface-dark); font-size:12px; font-weight:700; text-align:center; letter-spacing:.04em; }
.comparison-visual { display:grid; grid-template-columns:1fr 140px 1fr; gap:16px; align-items:stretch; margin-top:26px; }
.comparison-visual section { border:1px solid var(--border-default); border-radius:18px; padding:22px; background:var(--surface); }
.comparison-visual section small { color:var(--brand-primary); font-weight:800; letter-spacing:.12em; }
.comparison-visual h3 { margin:28px 0 18px; font-size:22px; }
.comparison-visual ul { display:grid; gap:8px; margin:0; padding:0; list-style:none; color:var(--text-secondary); font-size:12px; }
.comparison-visual > div { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; border-radius:18px; color:var(--surface); background:var(--surface-dark); text-align:center; }
.comparison-visual > div span { color:var(--brand-primary); font-size:38px; }
.comparison-visual > div b { font-size:13px; }
.comparison-visual > div small { max-width:90px; color:rgba(255,255,255,.46); font-size:9px; line-height:1.5; }
.shift-flow { display:grid; grid-template-columns:1fr auto 1fr auto 1fr; gap:12px; align-items:center; margin-top:34px; }
.shift-flow div { min-height:170px; display:flex; flex-direction:column; justify-content:space-between; border:1px solid var(--border-default); border-radius:18px; padding:18px; background:var(--surface); }
.shift-flow div.accent { color:var(--surface); background:var(--surface-dark); }
.shift-flow span { color:var(--brand-primary); font-size:10px; font-weight:800; }
.shift-flow b { font-size:17px; }
.shift-flow small { color:var(--text-secondary); font-size:10px; line-height:1.5; }
.shift-flow .accent small { color:rgba(255,255,255,.5); }
.shift-flow > i { color:var(--brand-primary); font-style:normal; }
.knowledge-map { position:relative; min-height:360px; margin-top:28px; }
.knowledge-core { position:absolute; z-index:2; left:50%; top:50%; transform:translate(-50%,-50%); display:grid; place-items:center; width:150px; height:150px; border-radius:50%; color:var(--surface); background:var(--surface-dark); box-shadow:0 0 0 20px var(--brand-soft); text-align:center; }
.knowledge-core span,.knowledge-core small { color:rgba(255,255,255,.45); font-size:9px; }
.knowledge-core b { font-size:18px; }
.knowledge-leaf { position:absolute; display:flex; align-items:center; gap:8px; border:1px solid var(--border-default); border-radius:999px; padding:10px 14px; background:var(--surface); font-size:12px; box-shadow:0 12px 30px rgba(23,23,23,.06); }
.knowledge-leaf i { width:7px; height:7px; border-radius:50%; background:var(--brand-primary); }
.leaf-1{left:4%;top:12%}.leaf-2{right:3%;top:12%}.leaf-3{left:0;top:48%}.leaf-4{right:0;top:48%}.leaf-5{left:10%;bottom:5%}.leaf-6{right:8%;bottom:5%}
.number-infographic > div { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin-top:30px; }
.number-infographic section { min-height:240px; display:flex; flex-direction:column; justify-content:flex-end; border:1px solid var(--border-default); border-radius:20px; padding:22px; background:var(--surface); }
.number-infographic section strong { margin-bottom:auto; color:var(--brand-primary); font-size:var(--type-data); line-height:.85; letter-spacing:-.08em; }
.number-infographic h3 { margin:24px 0 4px; font-size:18px; }.number-infographic p { margin:0; color:var(--text-secondary); font-size:11px; }
.modules-infographic > div { position:relative; display:grid; grid-template-columns:repeat(5,1fr); gap:8px; margin-top:36px; }
.modules-infographic section { position:relative; min-height:180px; display:flex; flex-direction:column; justify-content:space-between; border:1px solid var(--border-default); border-radius:16px; padding:16px; background:var(--surface); }
.modules-infographic section span { color:var(--brand-primary); font-size:10px; font-weight:800; }.modules-infographic section b { font-size:13px; line-height:1.45; }
.modules-infographic section i { width:10px; height:10px; border-radius:50%; background:var(--brand-primary); box-shadow:0 0 0 5px var(--brand-soft); }
.systems-infographic > div { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:28px; }
.systems-infographic section { min-height:98px; display:flex; flex-direction:column; justify-content:space-between; border:1px solid var(--border-default); border-radius:15px; padding:16px; background:var(--surface); }
.systems-infographic span { color:var(--brand-primary); font-size:10px; }.systems-infographic b { font-size:13px; }
.score-infographic > div { display:grid; gap:10px; margin-top:26px; }
.score-infographic section > div { display:flex; align-items:center; justify-content:space-between; gap:20px; font-size:12px; }
.score-infographic section span { color:var(--brand-primary); font-weight:800; }
.score-infographic section > i { display:block; height:7px; margin-top:7px; overflow:hidden; border-radius:999px; background:rgba(23,23,23,.07); }
.score-infographic section em { display:block; height:100%; border-radius:inherit; background:linear-gradient(90deg,var(--brand-primary),#ffb16f); }
.evolution-infographic > div { display:grid; grid-template-columns:repeat(5,1fr); gap:8px; margin-top:34px; }
.evolution-infographic section { min-height:170px; display:flex; flex-direction:column; justify-content:space-between; border:1px solid var(--border-default); border-radius:16px; padding:16px; background:var(--surface); }
.evolution-infographic section span { color:var(--brand-primary); font-size:10px; }.evolution-infographic section b { font-size:13px; }
.industry-infographic > div { display:grid; grid-template-columns:repeat(5,1fr); gap:8px; margin-top:28px; }
.industry-infographic section { min-height:150px; display:flex; flex-direction:column; justify-content:space-between; border:1px solid var(--border-default); border-radius:15px; padding:15px; background:var(--surface); }
.industry-infographic section span,.industry-infographic section small { color:var(--brand-primary); font-size:9px; font-weight:800; }.industry-infographic section b { font-size:12px; line-height:1.5; }
.industry-infographic .industry-result { color:var(--surface); background:var(--surface-dark); }.industry-infographic .industry-result small { color:#ffb16f; }

/* Culture system */
.culture-system { display:grid; grid-template-columns:repeat(4,1fr); gap:1px; margin-top:18px; overflow:hidden; border:1px solid var(--border-default); border-radius:26px; background:var(--border-default); }
.culture-system article { position:relative; min-height:330px; display:flex; flex-direction:column; padding:28px; background:var(--surface); }
.culture-system article:nth-child(2),.culture-system article:nth-child(4) { background:var(--surface-dark); color:var(--surface); }
.culture-system article > span { color:var(--brand-primary); font-size:11px; font-weight:800; }
.culture-system article small { margin-top:70px; color:var(--text-secondary); font-size:10px; letter-spacing:.14em; }.culture-system article:nth-child(even) small { color:rgba(255,255,255,.43); }
.culture-system article strong { margin-top:8px; font-family:var(--font-accent); font-size:46px; font-weight:500; }
.culture-system article p { margin:auto 0 0; color:var(--text-secondary); font-size:12px; }.culture-system article:nth-child(even) p { color:rgba(255,255,255,.52); }
.culture-system article i { position:absolute; right:22px; top:22px; width:12px; height:12px; border:2px solid var(--brand-primary); border-radius:50%; }
.home-culture { margin-top:60px; }

/* Enriched content pages */
.todo-note { display:flex; gap:14px; align-items:center; margin-top:28px; border:1px solid rgba(255,106,0,.24); border-radius:14px; padding:14px 16px; background:var(--brand-soft); }
.todo-note b { color:var(--brand-primary); font-size:10px; letter-spacing:.12em; }.todo-note span { color:var(--text-secondary); font-size:12px; }
.faq-category-cloud { display:flex; flex-wrap:wrap; gap:8px; margin-top:26px; }.faq-category-cloud span { border:1px solid var(--border-default); border-radius:999px; padding:7px 10px; color:var(--text-secondary); background:var(--surface); font-size:10px; }
.industry-visual-grid { display:grid; gap:24px; }
.industry-visual-grid > article { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr); gap:32px; align-items:center; padding:24px; border:1px solid var(--border-default); border-radius:28px; background:var(--brand-warm-bg); }
.industry-visual-grid > article > div > span { color:var(--brand-primary); font-size:11px; font-weight:800; }.industry-visual-grid h2 { margin:18px 0 10px; font-size:28px; }.industry-visual-grid p { margin:0; color:var(--text-secondary); }
.inline-number { margin-bottom:28px; }.compact-directory { margin-top:28px; }.compact-directory article i { display:none; }
.dark-visual-grid .brand-infographic { border-color:rgba(255,255,255,.12); background:#241c17; color:var(--surface); box-shadow:none; }.dark-visual-grid .brand-infographic figcaption { border-color:rgba(255,255,255,.12); }.dark-visual-grid .path-infographic-track b { color:var(--surface); }.dark-visual-grid .path-infographic > p { background:var(--brand-primary); }
.article-section { display:grid!important; grid-template-columns:70px 1fr; gap:24px; align-items:start; }.article-section > span { color:var(--brand-primary); font-size:12px; font-weight:800; padding-top:8px; }.article-section h2 { margin-top:0!important; }
.case-detail aside strong { display:inline-block; margin-top:18px; border-radius:999px; padding:7px 10px; color:var(--brand-primary); background:var(--brand-soft); font-size:10px; letter-spacing:.1em; }

/* Pricing */
.plans-intro { background:var(--brand-warm-bg); }
.split-content { display:grid; grid-template-columns:.85fr 1.15fr; gap:72px; align-items:center; }.split-content h2 { margin:0; font-size:var(--type-h2); line-height:1.18; letter-spacing:-.04em; }
.plan-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.plan-card { position:relative; display:flex; flex-direction:column; border:1px solid var(--border-default); border-radius:26px; padding:30px; background:var(--surface); }
.plan-card:last-child { grid-column:1/-1; }
.plan-featured { border-color:rgba(255,106,0,.4); box-shadow:0 24px 70px rgba(255,106,0,.1); }
.plan-card-head { display:flex; justify-content:space-between; align-items:center; }.plan-card-head span { color:var(--brand-primary); font-size:12px; font-weight:800; }.plan-card-head small { border-radius:999px; padding:7px 10px; color:var(--brand-primary); background:var(--brand-soft); font-size:10px; }
.plan-card h2 { margin:34px 0 16px; font-size:30px; }
.plan-price { display:flex; justify-content:space-between; align-items:end; border-block:1px solid var(--border-default); padding:16px 0; }.plan-price b { font-size:18px; }.plan-price span { color:var(--brand-primary); font-size:10px; font-weight:800; letter-spacing:.1em; }
.plan-fit { min-height:84px; margin:20px 0 0; color:var(--text-secondary); line-height:1.75; }.plan-fit strong { color:var(--text-primary); }
.plan-problem { border-radius:14px; padding:17px; background:var(--brand-soft); }.plan-problem small { color:var(--brand-primary); font-size:10px; font-weight:800; }.plan-problem p { margin:7px 0 0; color:var(--text-secondary); font-size:13px; }
.plan-detail { margin-top:22px; }.plan-detail > b { font-size:13px; }.plan-detail ul { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin:12px 0 0; padding:0; list-style:none; }.plan-detail li { border:1px solid var(--border-default); border-radius:10px; padding:10px 12px; color:var(--text-secondary); font-size:11px; }
.plan-card dl { display:grid; gap:0; margin:24px 0; border-top:1px solid var(--border-default); }.plan-card dl div { display:grid; grid-template-columns:88px 1fr; gap:14px; padding:13px 0; border-bottom:1px solid var(--border-default); }.plan-card dt { color:var(--brand-primary); font-size:11px; font-weight:800; }.plan-card dd { margin:0; color:var(--text-secondary); font-size:12px; line-height:1.65; }.plan-card .button { align-self:flex-start; margin-top:auto; }
.comparison-table-wrap { overflow-x:auto; border:1px solid var(--border-default); border-radius:22px; background:var(--surface); }
.plan-comparison { width:100%; min-width:940px; border-collapse:collapse; font-size:12px; }.plan-comparison th,.plan-comparison td { padding:17px 15px; border-bottom:1px solid var(--border-default); text-align:left; }.plan-comparison thead th { position:sticky; top:0; color:var(--surface); background:var(--surface-dark); font-size:11px; }.plan-comparison tbody th { color:var(--text-primary); background:var(--brand-warm-bg); }.plan-comparison td { color:var(--text-secondary); }.plan-comparison tr:last-child th,.plan-comparison tr:last-child td { border-bottom:0; }
.quote-section { color:var(--surface); background:var(--surface-dark); }.quote-layout { display:grid; grid-template-columns:.85fr 1.15fr; gap:80px; align-items:center; }.quote-layout h2 { margin:0; font-size:var(--type-h2); line-height:1.18; }.quote-layout blockquote { margin:38px 0 0; color:#ffb16f; font-family:var(--font-accent); font-size:var(--type-quote); line-height:1.55; }
.factor-grid { display:grid; grid-template-columns:1fr 1fr; gap:10px; }.factor-grid div { display:flex; align-items:center; gap:12px; min-height:64px; border:1px solid rgba(255,255,255,.11); border-radius:13px; padding:13px; background:rgba(255,255,255,.035); }.factor-grid span { color:var(--brand-primary); font-size:10px; }.factor-grid b { font-size:13px; }
.pricing-process { position:relative; display:grid; grid-template-columns:repeat(4,1fr); gap:1px; border:1px solid var(--border-default); background:var(--border-default); }.pricing-process div { min-height:230px; padding:26px; background:var(--brand-warm-bg); }.pricing-process span { color:var(--brand-primary); font-size:11px; font-weight:800; }.pricing-process b { display:block; margin-top:54px; font-size:18px; }.pricing-process p { color:var(--text-secondary); font-size:12px; }
.pricing-cta { display:grid; grid-template-columns:1fr auto; gap:44px; align-items:center; margin-top:24px; border-radius:24px; padding:34px; color:var(--surface); background:linear-gradient(130deg,var(--surface-dark),#33251b); }.pricing-cta small { color:#ffb16f; font-size:10px; letter-spacing:.14em; }.pricing-cta h2 { margin:10px 0; font-size:32px; }.pricing-cta p { margin:0; color:rgba(255,255,255,.5); }

@media (max-width: 1100px) {
  .primary-nav { gap:14px; font-size:12px; }
  .visual-story-grid,.split-content,.quote-layout { grid-template-columns:1fr; }
  .visual-story-grid { gap:42px; }
  .infographic-pair { grid-template-columns:1fr; }
  .industry-visual-grid > article { grid-template-columns:1fr; }
  .comparison-visual { grid-template-columns:1fr; }.comparison-visual > div { min-height:110px; }
  .method-detail.reverse { grid-template-columns:1fr; }
}

@media (max-width: 800px) {
  .brand-infographic figcaption { align-items:flex-start; flex-direction:column; }.brand-infographic figcaption strong { text-align:left; }
  .path-infographic-track,.modules-infographic > div,.evolution-infographic > div,.industry-infographic > div { grid-template-columns:1fr 1fr; }
  .path-infographic-track::before { display:none; }.path-infographic-track div { justify-items:start; text-align:left; border:1px solid var(--border-default); border-radius:13px; padding:14px; }.path-infographic-track span { width:32px;height:32px;box-shadow:none; }
  .shift-flow { grid-template-columns:1fr; }.shift-flow > i { transform:rotate(90deg); justify-self:center; }
  .culture-system { grid-template-columns:1fr 1fr; }.culture-system article { min-height:280px; }
  .plan-grid { grid-template-columns:1fr; }.plan-card:last-child { grid-column:auto; }
  .pricing-process { grid-template-columns:1fr 1fr; }.pricing-cta { grid-template-columns:1fr; }
  .solution-lanes div { grid-template-columns:50px 1fr; }.solution-lanes i { display:none; }
}

@media (max-width: 560px) {
  .narrative-cards article { grid-template-columns:1fr; gap:8px; }
  .hero-567-numbers,.number-infographic > div,.systems-infographic > div { grid-template-columns:1fr; }
  .hero-567-numbers div { min-height:150px; }.hero-567-numbers strong { font-size:64px; }
  .faq-signal { grid-template-columns:1fr; }.faq-signal > b { grid-column:auto; }
  .case-proof-stack { min-height:auto; display:grid; gap:8px; }.case-proof-stack div { position:static; grid-template-columns:36px 1fr; }.case-proof-stack small { grid-column:2; }
  .plan-orbit { transform:scale(.82); margin-inline:-18px; }
  .comparison-visual section { padding:18px; }
  .knowledge-map { min-height:520px; }.knowledge-core { top:46%; }.knowledge-leaf { left:50%!important; right:auto!important; transform:translateX(-50%); white-space:nowrap; }.leaf-1{top:1%}.leaf-2{top:12%}.leaf-3{top:23%}.leaf-4{top:68%}.leaf-5{top:79%;bottom:auto}.leaf-6{top:90%;bottom:auto}
  .culture-system { grid-template-columns:1fr; }.culture-system article { min-height:250px; }
  .plan-detail ul,.factor-grid { grid-template-columns:1fr; }.plan-card { padding:22px; }.plan-card dl div { grid-template-columns:1fr; gap:4px; }
  .pricing-process { grid-template-columns:1fr; }.pricing-process div { min-height:180px; }.pricing-process b { margin-top:34px; }
  .article-section { grid-template-columns:1fr; gap:8px; }
}

/* Phase 15.6 — Warm Orange Editorial Tech image system */
.hero-media { position:relative; min-width:0; min-height:520px; margin:0; overflow:hidden; border:1px solid rgba(23,23,23,.1); border-radius:30px; background:#eadfD2; box-shadow:0 34px 90px rgba(70,36,12,.15); isolation:isolate; }
.hero-media img { object-fit:cover; object-position:center; }
.hero-media-shade { position:absolute; z-index:1; inset:0; background:linear-gradient(180deg,transparent 48%,rgba(23,18,14,.08) 64%,rgba(23,18,14,.78) 100%); pointer-events:none; }
.hero-media-caption { position:absolute; z-index:2; left:24px; right:24px; bottom:22px; display:grid; grid-template-columns:auto 1fr; gap:8px 18px; align-items:center; color:var(--white); }
.hero-media-caption > div:first-child { color:#ffd9bd; font-size:10px; font-weight:800; letter-spacing:.14em; }
.hero-media-caption > strong { justify-self:end; font-size:14px; }
.hero-media-tags { grid-column:1/-1; display:grid; grid-template-columns:repeat(4,1fr); gap:7px; }
.hero-media-tags span { display:flex; align-items:center; gap:8px; min-width:0; border:1px solid rgba(255,255,255,.18); border-radius:10px; padding:8px 10px; background:rgba(255,255,255,.1); backdrop-filter:blur(10px); font-size:10px; white-space:nowrap; }
.hero-media-tags i { color:#ffb475; font-size:8px; font-style:normal; }
.page-hero-media { min-height:470px; }
.page-hero-media-services img { object-position:50% 48%; }
.page-hero-media-pricing img { object-position:50% 52%; }
.page-hero-media-methodology img { object-position:50% 48%; }

@media (max-width:980px) {
  .hero-media-home { max-width:760px; min-height:480px; }
}

@media (max-width:680px) {
  .hero-media { min-height:410px; border-radius:23px; }
  .hero-media-home img { object-position:54% center; }
  .hero-media-caption { left:15px; right:15px; bottom:14px; grid-template-columns:1fr; }
  .hero-media-caption > strong { justify-self:start; font-size:13px; }
  .hero-media-tags { grid-template-columns:1fr 1fr; }
  .hero-media-tags span { background:rgba(23,18,14,.28); }
  .page-hero-media { min-height:350px; }
  .page-hero-media-brand-evolution img { object-position:53% center; }
  .page-hero-media-services img { object-position:51% center; }
  .page-hero-media-pricing img { object-position:51% center; }
  .page-hero-media-methodology img { object-position:50% center; }
  .hero-grid { display:flex; flex-direction:column; gap:24px; }
  .hero-copy { display:contents; }
  .hero-copy .eyebrow { order:1; margin-bottom:2px; }
  .hero-copy h1 { order:2; }
  .hero-media-home { order:3; width:100%; min-height:390px; margin-top:4px; }
  .hero-copy .hero-lead { order:4; margin-top:8px; }
  .hero-copy .hero-actions { order:5; margin-top:4px; }
  .hero-copy .hero-note { order:6; margin-top:0; }
}

/* IMAGE_VISUAL_BASELINE — reusable atmosphere fields */
.intro-section { background-image:url('/images/backgrounds/trace-field-v1.svg'); background-position:center top; background-size:cover; }
.problems-section { background-image:url('/images/backgrounds/source-layers-v1.svg'); background-position:center; background-size:cover; }
.method-section { background-image:url('/images/backgrounds/node-arc-v1.svg'); background-position:center; background-size:cover; }
.services-section { background-image:url('/images/backgrounds/answer-layers-v1.svg'); background-position:center; background-size:cover; }
.diagnosis-section { background-image:url('/images/backgrounds/data-rhythm-v1.svg'); background-position:center; background-size:cover; }
.dark-content-section { background-image:url('/images/backgrounds/feedback-loop-v1.svg'); background-position:center; background-size:cover; }

/* Batch B — core visual compositions */
.visual-brand-path .path-infographic-track { min-height:270px; align-items:center; margin-top:20px; padding:0 16px; }
.visual-brand-path .path-infographic-track::before { top:50%; left:3%; right:3%; height:110px; border:2px solid rgba(255,106,0,.24); border-top-color:transparent; border-bottom-color:transparent; border-radius:50%; background:none; transform:translateY(-50%) rotate(-5deg); }
.visual-brand-path .path-infographic-track div:nth-child(1),.visual-brand-path .path-infographic-track div:nth-child(4) { transform:translateY(48px); }
.visual-brand-path .path-infographic-track div:nth-child(2),.visual-brand-path .path-infographic-track div:nth-child(3) { transform:translateY(-44px); }
.visual-citation-path { color:var(--white); background-color:#201a16; background-image:url('/images/backgrounds/source-layers-v1.svg'); background-size:cover; }
.visual-citation-path figcaption { border-color:rgba(255,255,255,.12); }
.visual-citation-path .path-infographic-track { grid-template-columns:repeat(4,1fr); gap:0; margin-top:42px; }
.visual-citation-path .path-infographic-track::before { left:10%; right:10%; background:linear-gradient(90deg,#ffb475,var(--brand-primary),rgba(255,106,0,.22)); }
.visual-citation-path .path-infographic-track div { min-height:190px; align-content:space-between; border-left:1px solid rgba(255,255,255,.1); padding:20px 12px; }
.visual-citation-path .path-infographic-track div:last-child { border-right:1px solid rgba(255,255,255,.1); }
.visual-citation-path .path-infographic-track span { color:#211b17; background:#ffb475; box-shadow:0 0 0 7px rgba(255,106,0,.13); }
.visual-citation-path .path-infographic-track b { color:var(--white); }
.visual-citation-path > p { color:#211b17; background:#ffb475; }
.visual-diagnosis-process .path-infographic-track { grid-template-columns:repeat(5,1fr); align-items:start; min-height:260px; margin-top:20px; padding-top:34px; }
.visual-diagnosis-process .path-infographic-track::before { top:52px; }
.visual-diagnosis-process .path-infographic-track div:nth-child(even) { transform:translateY(94px); }
.visual-diagnosis-process .path-infographic-track div { border-radius:15px; padding:16px 8px; background:rgba(255,255,255,.72); backdrop-filter:blur(9px); }
.visual-retest-loop { background-image:url('/images/backgrounds/feedback-loop-v1.svg'); background-position:center; background-size:cover; }
.visual-retest-loop .path-infographic-track { width:min(560px,100%); min-height:350px; grid-template-columns:repeat(3,1fr); grid-template-rows:1fr 1fr; align-items:center; margin:10px auto 0; }
.visual-retest-loop .path-infographic-track::before { left:8%; right:8%; top:50%; height:235px; border:2px solid rgba(255,106,0,.38); border-radius:50%; background:none; transform:translateY(-50%); }
.visual-retest-loop .path-infographic-track div { align-self:center; }
.visual-retest-loop .path-infographic-track div:nth-child(2),.visual-retest-loop .path-infographic-track div:nth-child(5) { transform:translateY(-22px); }
.visual-retest-loop .path-infographic-track div:nth-child(4),.visual-retest-loop .path-infographic-track div:nth-child(6) { transform:translateY(22px); }
.modules-infographic { background-image:linear-gradient(150deg,rgba(255,255,255,.96),rgba(255,243,232,.84)),url('/images/backgrounds/trace-field-v1.svg'); background-size:cover; }
.modules-infographic > div { align-items:end; padding:20px 0 8px; }
.modules-infographic section { min-height:var(--module-height,180px); transform:translateY(var(--module-shift,0)); box-shadow:0 16px 34px rgba(70,36,12,.06); }
.modules-infographic section:nth-child(1){--module-height:205px;--module-shift:10px}.modules-infographic section:nth-child(2){--module-height:250px;--module-shift:-8px}.modules-infographic section:nth-child(3){--module-height:290px;--module-shift:-24px}.modules-infographic section:nth-child(4){--module-height:230px;--module-shift:2px}.modules-infographic section:nth-child(5){--module-height:270px;--module-shift:-15px}
.systems-infographic > div { grid-template-columns:repeat(6,1fr); align-items:center; min-height:310px; }
.systems-infographic section { min-height:150px; border-radius:80px 80px 18px 18px; text-align:center; }
.systems-infographic section:nth-child(even) { transform:translateY(54px); color:var(--white); background:var(--surface-dark); }
.systems-infographic section:nth-child(even) span { color:#ffb475; }
.score-infographic { background-image:linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,249,245,.7)),url('/images/backgrounds/data-rhythm-v1.svg'); background-size:cover; }
.score-infographic section { width:calc(100% - var(--score-inset,0px)); margin-left:var(--score-inset,0px); }
.score-infographic section:nth-child(1){--score-inset:0px}.score-infographic section:nth-child(2){--score-inset:22px}.score-infographic section:nth-child(3){--score-inset:44px}.score-infographic section:nth-child(4){--score-inset:66px}.score-infographic section:nth-child(5){--score-inset:44px}.score-infographic section:nth-child(6){--score-inset:22px}.score-infographic section:nth-child(7){--score-inset:0px}

@media (max-width:800px) {
  .visual-brand-path .path-infographic-track,.visual-citation-path .path-infographic-track,.visual-diagnosis-process .path-infographic-track,.visual-retest-loop .path-infographic-track { grid-template-columns:1fr 1fr; grid-template-rows:auto; min-height:auto; width:100%; padding:0; }
  .visual-brand-path .path-infographic-track div,.visual-citation-path .path-infographic-track div,.visual-diagnosis-process .path-infographic-track div,.visual-retest-loop .path-infographic-track div { min-height:auto; transform:none!important; }
  .visual-citation-path .path-infographic-track div { border:1px solid rgba(255,255,255,.12); }
  .systems-infographic > div { grid-template-columns:1fr 1fr; min-height:auto; }
  .systems-infographic section:nth-child(even) { transform:none; }
  .modules-infographic section { min-height:170px; transform:none; }
  .score-infographic section { width:100%; margin-left:0; }
}

/* Batch C — page imagery and editorial layout rhythm */
.industry-visual-grid > article { grid-template-columns:minmax(0,1.18fr) minmax(330px,.82fr); gap:0; padding:0; overflow:hidden; background:var(--surface); box-shadow:0 28px 80px rgba(70,36,12,.08); }
.industry-visual-grid > article:nth-child(even) .industry-scene { order:2; }
.industry-scene { position:relative; min-height:560px; margin:0; overflow:hidden; background:var(--brand-soft); }
.industry-scene img { object-fit:cover; object-position:center; }
.industry-copy { display:flex; flex-direction:column; justify-content:center; padding:40px 34px; }
.industry-copy > .brand-infographic { margin:28px 0 24px; padding:18px; border-radius:20px; box-shadow:none; }
.industry-copy > .brand-infographic figcaption { display:none; }
.industry-copy > .brand-infographic .industry-infographic > div { margin-top:0; }
.industry-copy .industry-infographic > div { grid-template-columns:1fr 1fr; margin-top:0; }
.industry-copy .industry-infographic section { min-height:90px; }
.industry-copy .text-link { align-self:flex-start; }

.article-grid article { padding:0; overflow:hidden; background:var(--surface); box-shadow:0 24px 70px rgba(70,36,12,.075); }
.article-cover { position:relative; min-height:250px; margin:0; overflow:hidden; background:var(--brand-soft); }
.article-cover img,.article-detail-cover img { object-fit:cover; object-position:center; }
.article-card-copy { display:flex; flex:1; flex-direction:column; padding:30px 32px 34px; }
.article-grid h2 { margin:36px 0 16px; }
.article-card-copy .text-link { align-self:flex-start; margin-top:auto; padding-top:24px; }
.article-grid .featured-article { display:grid; grid-template-columns:minmax(0,1.25fr) minmax(380px,.75fr); min-height:430px; }
.featured-article .article-cover { min-height:430px; }
.featured-article .article-card-copy { justify-content:center; }
.featured-article h2 { margin-top:28px; font-size:clamp(30px,3vw,44px); }
.article-detail-cover { position:relative; min-height:450px; margin:0 0 34px; overflow:hidden; border:1px solid var(--border-default); border-radius:28px; background:var(--brand-soft); box-shadow:0 28px 75px rgba(70,36,12,.1); }
.article-detail-cover + .brand-infographic { margin-bottom:70px; }

@media (max-width:980px) {
  .industry-visual-grid > article { grid-template-columns:1fr; }
  .industry-visual-grid > article:nth-child(even) .industry-scene { order:0; }
  .industry-scene { min-height:460px; }
  .article-grid .featured-article { grid-template-columns:1fr; }
  .featured-article .article-cover { min-height:360px; }
}

@media (max-width:680px) {
  .industry-scene { min-height:310px; }
  .industry-copy { padding:28px 22px; }
  .industry-copy .industry-infographic > div { grid-template-columns:1fr; }
  .article-cover,.featured-article .article-cover { min-height:230px; }
  .article-card-copy { padding:24px 22px 28px; }
  .article-grid h2,.featured-article h2 { margin-top:26px; font-size:28px; }
  .article-detail-cover { min-height:260px; border-radius:20px; }
}

/* Phase 15.7 · UI detail and typography refinement */
body { font-weight: var(--weight-body); font-synthesis-weight: none; text-rendering: optimizeLegibility; }
h1, h2, h3 { color: inherit; font-weight: var(--weight-heading); text-wrap: balance; word-break: normal; overflow-wrap: break-word; }
h1 { font-size: var(--type-h1); line-height: 1.08; letter-spacing: -.048em; }
h2 { font-size: var(--type-h2); line-height: 1.17; letter-spacing: -.038em; }
h3 { font-size: var(--type-h3); line-height: 1.3; letter-spacing: -.024em; }
p, li, dd { text-wrap: pretty; }
.type-display-xl { font-size: var(--type-display-xl); font-weight: var(--weight-display); line-height: .98; letter-spacing: -.058em; }
.type-display { font-size: var(--type-display); font-weight: var(--weight-display); line-height: 1.02; letter-spacing: -.052em; }
.type-lead, .section-lead { font-size: var(--type-lead); line-height: 1.72; }
.body-large { font-size: var(--type-body-lg); line-height: 1.82; }
.section-kicker, .eyebrow, .nav-label small, .footer-sitemap h2 small { font-family: var(--font-ui); font-size: var(--type-label); font-weight: var(--weight-label); letter-spacing: .14em; }
.section-kicker, .eyebrow { color: var(--brand-text); }
.quote, blockquote { font-size: var(--type-quote); }
.manifesto, .value-statement h2, .footer-brand-column em { font-family: var(--font-accent); font-weight: 500; }
.giant-number, .method-number-card > span, .fact-strip b, .score-row b { font-family: var(--font-ui); font-variant-numeric: tabular-nums; }
.content-section { background: var(--surface-base); }
.soft-section, .brand-warm-section { background: var(--surface-warm); }
.brand-infographic, .plan-card, .article-grid article { background-color: var(--surface-elevated); }
.quote-section, .surface-editorial { background: var(--surface-editorial); }
.dark-content-section, .site-footer { background-color: var(--surface-dark); }
.page-hero, .hero { background-color: var(--surface-warm); }

/* Global header navigation */
.site-header { grid-template-columns: auto minmax(0, 1fr) auto; gap: 34px; height: 94px; }
.brand { flex: 0 0 auto; }
.brand-copy b { font-weight: 650; }
.desktop-navigation { display: flex; justify-content: center; align-items: stretch; gap: 19px; min-width: 0; }
.desktop-navigation > a, .nav-dropdown > summary { position: relative; min-height: 58px; display: flex; align-items: center; border-radius: 12px; padding: 9px 3px; color: #56504b; cursor: pointer; transition: color .2s ease, background-color .2s ease; }
.desktop-navigation > a::after, .nav-dropdown > summary::after { content: ""; position: absolute; left: 3px; right: 3px; bottom: 2px; height: 2px; border-radius: 99px; background: var(--brand-primary); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.desktop-navigation > a:hover, .desktop-navigation > a:focus-visible, .desktop-navigation > a[aria-current="page"], .nav-dropdown:hover > summary, .nav-dropdown:focus-within > summary, .nav-dropdown.is-active > summary { color: var(--brand-text); }
.desktop-navigation > a:hover::after, .desktop-navigation > a:focus-visible::after, .desktop-navigation > a[aria-current="page"]::after, .nav-dropdown:hover > summary::after, .nav-dropdown:focus-within > summary::after, .nav-dropdown.is-active > summary::after { transform: scaleX(1); }
.nav-label { display: grid; gap: 3px; white-space: nowrap; }
.nav-label b { font-size: var(--type-navigation); font-weight: 650; line-height: 1; }
.nav-label small { color: #8a817a; font-size: 7px; line-height: 1; letter-spacing: .11em; }
.nav-dropdown { position: relative; }
.nav-dropdown > summary { gap: 7px; list-style: none; }
.nav-dropdown > summary::-webkit-details-marker { display: none; }
.nav-dropdown > summary i { width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .2s ease; }
.nav-dropdown[open] > summary i { transform: translateY(1px) rotate(225deg); }
.nav-dropdown-panel { position: absolute; z-index: 30; top: calc(100% + 9px); left: 50%; transform: translateX(-50%); width: 380px; display: grid; grid-template-columns: 1fr 1fr; gap: 5px; border: 1px solid rgba(75,54,40,.12); border-radius: 22px; padding: 12px; background: rgba(255,255,255,.98); box-shadow: 0 28px 80px rgba(70,36,12,.16); }
.nav-dropdown-panel a { position: relative; min-height: 88px; display: flex; flex-direction: column; justify-content: center; gap: 10px; border-radius: 14px; padding: 14px 15px 14px 22px; transition: background-color .2s ease, transform .2s ease; }
.nav-dropdown-panel a::before { content: ""; position: absolute; left: 10px; top: 22px; width: 5px; height: 5px; border-radius: 50%; background: #d6c6ba; box-shadow: 0 0 0 5px rgba(255,106,0,0); transition: background-color .2s ease, box-shadow .2s ease; }
.nav-dropdown-panel a:hover, .nav-dropdown-panel a:focus-visible, .nav-dropdown-panel a[aria-current="page"] { background: var(--brand-warm-bg); transform: translateY(-1px); }
.nav-dropdown-panel a:hover::before, .nav-dropdown-panel a:focus-visible::before, .nav-dropdown-panel a[aria-current="page"]::before { background: var(--brand-primary); box-shadow: 0 0 0 5px rgba(255,106,0,.1); }
.nav-dropdown-panel em { color: #756d67; font-size: 11px; font-style: normal; line-height: 1.5; }
.header-cta { min-height: 42px; display: inline-flex; align-items: center; padding-inline: 17px; font-size: 12px; white-space: nowrap; }
.mobile-navigation { display: none; position: relative; justify-self: end; }
.mobile-navigation > summary { min-height: 42px; display: inline-flex; align-items: center; gap: 12px; border: 1px solid var(--border-default); border-radius: 999px; padding: 0 15px; list-style: none; background: rgba(255,255,255,.94); cursor: pointer; font-size: 12px; font-weight: 700; }
.mobile-navigation > summary::-webkit-details-marker { display: none; }
.mobile-navigation > summary i, .mobile-navigation > summary i::before { display: block; width: 14px; height: 1px; background: currentColor; transition: transform .2s ease; }
.mobile-navigation > summary i { position: relative; }
.mobile-navigation > summary i::before { content: ""; position: absolute; transform: rotate(90deg); }
.mobile-navigation[open] > summary i { transform: rotate(45deg); }
.mobile-navigation-panel { position: absolute; z-index: 35; top: 54px; right: 0; width: min(410px, calc(100vw - 32px)); max-height: calc(100vh - 110px); overflow: auto; display: grid; border: 1px solid rgba(75,54,40,.12); border-radius: 20px; padding: 10px; background: rgba(255,255,255,.99); box-shadow: 0 28px 80px rgba(70,36,12,.18); }
.mobile-navigation-panel p { margin: 12px 10px 6px; color: var(--brand-text); font-family: var(--font-ui); font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.mobile-navigation-panel a { display: flex; justify-content: space-between; align-items: center; gap: 18px; border-radius: 11px; padding: 12px 13px; color: var(--text-primary); font-size: 13px; }
.mobile-navigation-panel a small { color: #8a817a; font-family: var(--font-ui); font-size: 8px; letter-spacing: .1em; }
.mobile-navigation-panel a:hover, .mobile-navigation-panel a:focus-visible, .mobile-navigation-panel a.is-active { color: var(--brand-text); background: var(--brand-soft); }

/* Home hero hierarchy and high-value surfaces */
.hero h1 { font-size: var(--type-h1); font-weight: var(--weight-display); line-height: 1.09; }
.hero h1 em { color: #b76532; font-family: var(--font-accent); font-weight: 500; letter-spacing: -.035em; }
.hero-lead { font-size: var(--type-body-lg); }
.fact-strip b { color: var(--brand-primary-hover); font-weight: 650; }
.problem-card { position: relative; overflow: hidden; border: 1px solid rgba(108,73,49,.11); background: linear-gradient(152deg, rgba(255,255,255,.96), rgba(255,247,240,.86)); box-shadow: 0 18px 52px rgba(93,54,28,.075); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.problem-card::before { content: ""; position: absolute; left: 28px; top: 64px; width: calc(100% - 56px); height: 1px; background: linear-gradient(90deg, var(--brand-primary), rgba(255,106,0,.04)); }
.problem-card::after { content: ""; position: absolute; right: 25px; top: 59px; width: 9px; height: 9px; border: 2px solid var(--surface); border-radius: 50%; background: var(--brand-primary); box-shadow: 0 0 0 6px rgba(255,106,0,.1); }
.problem-card:nth-child(2) { background: linear-gradient(152deg, #fffdfb, #f6eee8); }
.problem-card:nth-child(3) { background: linear-gradient(152deg, #fff, #fff1e4); }
.problem-card:nth-child(4) { background: linear-gradient(152deg, #fffaf6, #eee8e3); }
.problem-card:hover { border-color: rgba(255,106,0,.28); box-shadow: 0 26px 68px rgba(93,54,28,.13); transform: translateY(-6px); }
.problem-card:nth-child(2):hover, .problem-card:nth-child(4):hover { transform: translateY(20px); }
.problem-card .card-index { font-family: var(--font-ui); font-size: 12px; }
.problem-card h3 { font-size: 26px; font-weight: 650; }

/* Diagnosis: readable editorial copy beside the dark audit window */
.diagnosis-section { color: var(--text-primary); background-color: #fff7ef; background-image: linear-gradient(100deg, rgba(255,255,255,.94) 0%, rgba(255,249,245,.82) 48%, rgba(255,243,232,.7) 100%), url('/images/backgrounds/data-rhythm-v1.svg'); background-position: center; background-size: cover; }
.diagnosis-copy { position: relative; border: 1px solid rgba(108,73,49,.12); border-radius: 28px; padding: 42px; background: rgba(255,255,255,.86); box-shadow: 0 24px 70px rgba(93,54,28,.09); }
.diagnosis-copy::before { content: ""; position: absolute; left: 0; top: 42px; width: 4px; height: 72px; border-radius: 0 99px 99px 0; background: linear-gradient(var(--brand-primary), #ffb16f); }
.diagnosis-copy h2 { color: #211c18; font-size: var(--type-h2); font-weight: 630; }
.diagnosis-copy h2 em { color: var(--brand-primary-hover); font-style: normal; font-weight: 680; }
.diagnosis-copy > p:not(.section-kicker) { color: #5f5751; font-size: var(--type-body); }
.diagnosis-copy li { border-color: rgba(108,73,49,.14); color: #453e39; background: rgba(255,249,245,.88); }
.diagnosis-window { color: var(--surface); background: linear-gradient(145deg, #1b1816, #2e241d); }
.diagnosis-section .diagnosis-bar { border-color: rgba(108,73,49,.13); background: rgba(255,255,255,.86); }
.diagnosis-section .diagnosis-bar p { color: #625a54; }
.diagnosis-section .diagnosis-bar p span { color: var(--text-primary); }

/* 567 system section: stable two-stage grid, never one-character columns */
.method-detail h2, .visual-story-grid h2 { font-weight: 630; }
.method-six-layout { display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 58px; align-items: start; }
.method-six-layout > .giant-number { position: sticky; top: 120px; font-size: clamp(170px, 17vw, 250px); }
.method-six-content { min-width: 0; }
.method-six-content > h2 { max-width: 760px; margin: 0; font-size: var(--type-h2); font-weight: 630; line-height: 1.13; letter-spacing: -.04em; }
.method-six-content > h2 span { display: block; white-space: nowrap; }
.method-six-content > .body-large { max-width: 720px; margin-bottom: 40px; }
.method-six-visual { min-width: 0; display: grid; grid-template-columns: minmax(420px, 1.15fr) minmax(300px, .85fr); gap: 24px; align-items: stretch; }
.method-six-visual .brand-infographic { margin: 0; }
.method-six-visual .system-directory { align-content: stretch; }
.method-six-visual .system-directory article { min-height: 104px; background: rgba(255,255,255,.9); }
.method-six-visual .system-directory article:nth-child(3n + 2) { background: var(--surface-editorial); }

/* Contrast refinement on dark surfaces */
.light-heading > p:last-child, .service-card p, .dark-content-section p, .contact-status p, .contact-status li, .pricing-cta p { color: rgba(255,255,255,.72); }
.window-bar b { color: rgba(255,255,255,.64); }
.baseline-state p, .evidence-rows p { color: rgba(255,255,255,.72); }
.footer-bottom, .site-footer .brand-copy small { color: rgba(255,255,255,.62); }
:focus-visible { outline: 3px solid rgba(255,106,0,.3); outline-offset: 3px; }

/* Complete footer sitemap */
.site-footer { padding: 72px 0 24px; }
.footer-grid { display: grid; grid-template-columns: minmax(230px, .72fr) minmax(0, 2.28fr); gap: 80px; align-items: start; }
.footer-brand-column { display: grid; align-content: start; }
.footer-brand-column > p { margin: 48px 0 18px; color: rgba(255,255,255,.82); font-size: 20px; font-weight: 560; line-height: 1.65; }
.footer-brand-column > p em { color: #ffb16f; font-size: 24px; font-style: normal; }
.footer-brand-column > small { color: rgba(255,255,255,.46); font-size: 11px; letter-spacing: .13em; }
.footer-sitemap { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; }
.footer-sitemap section { display: flex; flex-direction: column; align-items: flex-start; }
.footer-sitemap h2 { display: grid; gap: 5px; margin: 0 0 25px; color: var(--surface); font-size: 14px; font-weight: 650; }
.footer-sitemap h2 small { color: #ff9a52; font-size: 8px; }
.footer-sitemap a { position: relative; width: 100%; display: grid; gap: 3px; margin: 0 0 15px; padding-left: 12px; color: rgba(255,255,255,.66); transition: color .2s ease, transform .2s ease; }
.footer-sitemap a::before { content: ""; position: absolute; left: 0; top: 7px; width: 4px; height: 4px; border-radius: 50%; background: rgba(255,177,111,.36); transition: background-color .2s ease, box-shadow .2s ease; }
.footer-sitemap a span { font-size: 12px; line-height: 1.35; }
.footer-sitemap a small { color: rgba(255,255,255,.3); font-family: var(--font-ui); font-size: 7px; letter-spacing: .09em; }
.footer-sitemap a:hover, .footer-sitemap a:focus-visible { color: #ffb16f; transform: translateX(3px); }
.footer-sitemap a:hover::before, .footer-sitemap a:focus-visible::before { background: var(--brand-primary); box-shadow: 0 0 0 5px rgba(255,106,0,.11); }
.footer-bottom { margin-top: 58px; padding-top: 22px; }

/* Small-text and action contrast */
.text-link, .header-cta { color: var(--brand-text); }
.button-primary { color: var(--text-primary); background: var(--brand-primary); }
.button-primary:hover, .button-primary:focus-visible { color: var(--surface); background: #c44d00; }
.header-cta:hover, .header-cta:focus-visible { color: var(--text-primary); background: var(--brand-primary); }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 14px; }
  .desktop-navigation { display: none; }
  .mobile-navigation { display: block; }
  .method-six-visual { grid-template-columns: 1fr; }
  .method-six-visual .system-directory { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 980px) {
  :root { --type-h1: clamp(48px, 8vw, 62px); --type-h2: clamp(34px, 5.4vw, 44px); }
  .method-six-layout { grid-template-columns: 135px minmax(0, 1fr); gap: 34px; }
  .method-six-layout > .giant-number { position: static; font-size: 150px; }
  .method-six-visual .system-directory { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 55px; }
  .footer-sitemap { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 680px) {
  :root {
    --type-display-xl: clamp(52px, 16vw, 68px);
    --type-display: clamp(46px, 14vw, 60px);
    --type-h1: clamp(42px, 12.2vw, 52px);
    --type-h2: clamp(32px, 9.2vw, 40px);
    --type-h3: clamp(21px, 6.2vw, 25px);
    --type-lead: 18px;
    --type-body-lg: 17px;
  }
  .site-header { width: calc(100% - 32px); }
  .site-header .brand-copy small { display: none; }
  .header-cta { display: none; }
  .hero h1 { font-size: var(--type-h1); letter-spacing: -.042em; }
  .hero h1 em { margin-top: 8px; }
  .problem-card:nth-child(2), .problem-card:nth-child(4), .problem-card:nth-child(2):hover, .problem-card:nth-child(4):hover { transform: none; }
  .problem-card:hover { transform: translateY(-3px); }
  .diagnosis-copy { padding: 34px 24px; }
  .diagnosis-copy::before { top: 35px; height: 60px; }
  .diagnosis-grid { gap: 26px; }
  .method-six-layout { grid-template-columns: 1fr; gap: 18px; }
  .method-six-layout > .giant-number { font-size: 112px; line-height: .82; }
  .method-six-content > h2 span { white-space: normal; }
  .method-six-visual .system-directory { grid-template-columns: 1fr; }
  .footer-sitemap { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .footer-brand-column > p { margin-top: 34px; }
  .footer-bottom { align-items: flex-start; gap: 9px; }
}

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

/* Phase 15.8 · Hero composition refinement */
.hero { min-height: auto; padding: var(--hero-pad-top) 0 0; }
.hero > .hero-grid, .hero > .fact-strip { width: min(var(--hero-container), calc(100% - 64px)); }
.hero-grid { grid-template-columns: minmax(0, 1.06fr) minmax(520px, .94fr); gap: var(--hero-gap); align-items: center; }
.hero-copy { max-width: var(--hero-copy-max); }
.hero-copy .eyebrow { margin-bottom: 22px; font-size: 13px; }
.hero h1 { font-size: clamp(64px, 5.25vw, 74px); line-height: 1.035; letter-spacing: -.05em; }
.hero h1 > span { display: block; white-space: nowrap; }
.hero-manifesto { margin: 18px 0 0; color: #b76532; font-family: var(--font-accent); font-size: clamp(34px, 3vw, 42px); font-weight: 450; line-height: 1.25; letter-spacing: -.035em; }
.hero-lead { max-width: 610px; margin-top: 22px; font-size: clamp(18px, 1.4vw, 20px); line-height: 1.72; }
.hero-actions { margin-top: 30px; }
.hero-note { margin-top: 17px; }
.hero-media-home { width: 100%; min-height: 520px; border-radius: 28px; box-shadow: 0 30px 82px rgba(70,36,12,.14); }
.fact-strip { margin-top: 62px; }

.hero-title-desktop, .hero-title-mobile { display: block; }
.hero-title-desktop > span, .hero-title-mobile > span { display: block; white-space: nowrap; }
.hero-title-mobile { display: none; }
.page-hero-with-visual { min-height: 700px; align-items: center; padding: var(--hero-pad-top) 0 var(--hero-pad-bottom); }
.page-hero-with-visual .page-hero-inner { width: min(var(--hero-container), calc(100% - 64px)); grid-template-columns: minmax(0, 1.06fr) minmax(500px, .94fr); gap: var(--hero-gap); align-items: center; }
.page-hero-copy { min-width: 0; max-width: var(--hero-copy-max); }
.page-hero-copy .section-kicker { margin-bottom: 22px; font-size: 12px; }
.page-hero-with-visual h1 { max-width: none; margin: 0; font-size: clamp(56px, 4.6vw, 68px); font-weight: 650; line-height: 1.075; letter-spacing: -.048em; }
.page-hero-manifesto { max-width: 600px; margin: 18px 0 0; color: #b76532; font-family: var(--font-accent); font-size: clamp(29px, 2.55vw, 38px); font-weight: 450; line-height: 1.35; letter-spacing: -.028em; }
.page-hero-lead { max-width: 600px; margin: 22px 0 0; color: var(--text-secondary); font-size: clamp(17px, 1.35vw, 19px); line-height: 1.72; }
.page-hero-cta { width: max-content; margin-top: 27px; }
.page-hero-copy .page-trail { margin-top: 28px; }
.page-hero-media { width: 100%; min-height: 500px; border-radius: 28px; box-shadow: 0 30px 82px rgba(70,36,12,.14); }

.page-hero-brand { min-height: 730px; }
.page-hero-brand .page-hero-inner { grid-template-columns: minmax(0, 1.04fr) minmax(520px, .96fr); }
.page-hero-brand .page-hero-copy { max-width: 635px; }
.page-hero-brand .page-hero-media { min-height: 530px; }

.page-hero-service .page-hero-copy { max-width: 625px; }
.page-hero-service h1 { font-size: clamp(54px, 4.2vw, 62px); }
.page-hero-service .page-hero-media { min-height: 505px; }

.page-hero-content { min-height: 670px; }
.page-hero-content .page-hero-inner { grid-template-columns: minmax(0, 1.02fr) minmax(490px, .98fr); gap: clamp(52px, 5.2vw, 80px); }
.page-hero-content .page-hero-copy { max-width: 580px; }
.page-hero-content h1 { font-size: clamp(54px, 4.25vw, 64px); }
.page-hero-content .page-hero-media { min-height: 465px; }

@media (max-width: 1180px) {
  .hero > .hero-grid, .hero > .fact-strip, .page-hero-with-visual .page-hero-inner { width: min(100% - 48px, var(--hero-container)); }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(450px, .9fr); gap: 48px; }
  .hero h1 { font-size: clamp(58px, 5.7vw, 68px); }
  .hero-media-home { min-height: 490px; }
  .page-hero-with-visual .page-hero-inner, .page-hero-brand .page-hero-inner, .page-hero-content .page-hero-inner { grid-template-columns: minmax(0, 1fr) minmax(440px, .88fr); gap: 48px; }
  .page-hero-with-visual h1, .page-hero-content h1 { font-size: clamp(50px, 4.8vw, 60px); }
}

@media (max-width: 980px) {
  .hero { padding-top: 142px; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-copy { max-width: 680px; }
  .hero-media-home { max-width: 760px; min-height: 470px; }
  .page-hero-with-visual, .page-hero-brand, .page-hero-content { min-height: auto; padding: 142px 0 72px; }
  .page-hero-with-visual .page-hero-inner, .page-hero-brand .page-hero-inner, .page-hero-content .page-hero-inner { grid-template-columns: 1fr; gap: 40px; padding-top: 0; }
  .page-hero-copy, .page-hero-brand .page-hero-copy, .page-hero-service .page-hero-copy, .page-hero-content .page-hero-copy { max-width: 720px; }
  .page-hero-media, .page-hero-brand .page-hero-media, .page-hero-service .page-hero-media, .page-hero-content .page-hero-media { max-width: 760px; min-height: 430px; }
}

@media (max-width: 680px) {
  .hero { padding: 116px 0 0; }
  .hero > .hero-grid, .hero > .fact-strip, .page-hero-with-visual .page-hero-inner { width: min(100% - 32px, var(--hero-container)); }
  .hero-grid { display: flex; flex-direction: column; gap: 0; }
  .hero-copy { display: contents; }
  .hero-copy .eyebrow { order: 1; margin: 0 0 18px; font-size: 12px; }
  .hero-copy h1 { order: 2; font-size: clamp(42px, 12vw, 47px); line-height: 1.04; }
  .hero-copy .hero-manifesto { order: 3; margin-top: 16px; font-size: clamp(28px, 8.2vw, 32px); line-height: 1.28; }
  .hero-copy .hero-lead { order: 4; margin-top: 19px; font-size: 17px; line-height: 1.7; }
  .hero-copy .hero-actions { order: 5; margin-top: 25px; }
  .hero-copy .hero-note { order: 6; margin: 14px 0 0; }
  .hero-media-home { order: 7; width: 100%; min-height: 370px; margin-top: 32px; border-radius: 22px; }
  .fact-strip { margin-top: 42px; }

  .hero-title-desktop { display: none; }
  .hero-title-mobile { display: block; }
  .page-hero-with-visual, .page-hero-brand, .page-hero-content { padding: 116px 0 58px; }
  .page-hero-with-visual .page-hero-inner, .page-hero-brand .page-hero-inner, .page-hero-content .page-hero-inner { width: min(100% - 32px, var(--hero-container)); gap: 32px; }
  .page-hero-copy .section-kicker { margin-bottom: 18px; font-size: 10px; }
  .page-hero-with-visual h1, .page-hero-brand h1 { font-size: clamp(42px, 11.3vw, 46px); line-height: 1.06; letter-spacing: -.043em; }
  .page-hero-content h1 { font-size: clamp(40px, 10.7vw, 43px); }
  .page-hero-manifesto { margin-top: 17px; font-size: clamp(27px, 7.8vw, 31px); }
  .page-hero-lead { margin-top: 19px; font-size: 16px; line-height: 1.72; }
  .page-hero-cta { width: 100%; margin-top: 24px; }
  .page-hero-copy .page-trail { margin-top: 22px; gap: 7px; }
  .page-trail span { padding: 8px 11px; font-size: 10px; }
  .page-hero-media, .page-hero-brand .page-hero-media, .page-hero-service .page-hero-media, .page-hero-content .page-hero-media { width: 100%; min-height: 350px; border-radius: 22px; }
}

/* Phase 4.5 · Warm Orange Editorial Tech visual system */
:root {
  --font-sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-ui: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-accent: "Songti SC", STSong, SimSun, serif;
  --type-display-xl: clamp(64px, 7vw, 96px);
  --type-display: clamp(50px, 5.7vw, 76px);
  --type-h1: clamp(50px, 4.8vw, 66px);
  --type-h2: clamp(32px, 3.35vw, 44px);
  --type-h3: clamp(20px, 1.8vw, 25px);
  --type-lead: clamp(18px, 1.45vw, 21px);
  --type-body-lg: clamp(17px, 1.28vw, 19px);
  --type-body: 16px;
  --type-small: 13px;
  --type-label: 11px;
  --type-data: clamp(52px, 6vw, 84px);
  --type-quote: clamp(28px, 3vw, 42px);
  --type-manifesto: clamp(34px, 4vw, 54px);
  --weight-display: 600;
  --weight-heading: 500;
  --weight-subheading: 500;
  --weight-body: 400;
  --weight-label: 600;
  --editorial-line: rgba(67, 47, 35, .13);
  --editorial-shadow: 0 24px 64px rgba(71, 43, 25, .09);
}

html { font-size: 16px; }
body { font-weight: 400; line-height: 1.76; letter-spacing: .008em; background: #fffdfa; }
h1, h2, h3, h4, h5, h6 { font-weight: var(--weight-heading); letter-spacing: -.025em; text-wrap: balance; }
h1 { font-variation-settings: "wght" 560; }
p { text-wrap: pretty; }
.body-large, .section-heading > p, .page-hero-lead, .hero-lead { line-height: 1.82; }
.eyebrow, .section-kicker, .micro-label { font-family: var(--font-ui); font-weight: 600; letter-spacing: .14em; }
.button, button, .text-link { font-weight: 500; letter-spacing: .015em; }
.button { min-height: 48px; border-radius: 2px 16px 2px 16px; box-shadow: none; }
.button-primary { box-shadow: 0 12px 28px rgba(232, 93, 0, .16); }
.button-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(232, 93, 0, .22); }

/* Navigation is deliberately quiet and single-line at wide desktop. */
.site-header { width: min(1360px, calc(100% - 40px)); height: 82px; grid-template-columns: 184px minmax(0, 1fr) auto; gap: clamp(18px, 2vw, 30px); padding-inline: 24px; border-radius: 0 0 18px 18px; box-shadow: 0 1px 0 rgba(23,23,23,.07); }
.site-logo img { max-width: 168px; }
.primary-nav { justify-content: flex-end; gap: clamp(10px, 1.15vw, 18px); font-size: clamp(11px, .86vw, 13px); line-height: 1; }
.primary-nav a { white-space: nowrap; font-weight: 400; }
.header-cta { min-height: 42px; padding: 10px 16px; font-size: 12px; }

/* Shared hero grammar: trace, crop, annotation, never a detached image card. */
.hero, .page-hero { isolation: isolate; background: linear-gradient(132deg, #fff 0%, #fffaf6 54%, #f5ede6 100%); }
.hero::before, .page-hero::after { opacity: .28; background-image: linear-gradient(rgba(83,58,42,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(83,58,42,.055) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.5) 55%, transparent 96%); }
.hero::after, .page-hero::before { content: ""; position: absolute; z-index: 0; width: min(54vw, 780px); height: min(54vw, 780px); right: -22vw; bottom: -30vw; border: 1px solid rgba(255,106,0,.14); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,106,0,.025), 0 0 0 150px rgba(255,106,0,.018); pointer-events: none; }
.hero-orbit { opacity: .5; }
.hero-media { border-color: rgba(71,43,25,.13); border-radius: 2px 68px 2px 24px; box-shadow: var(--editorial-shadow); background: #eee4da; }
.hero-media::before { content: ""; position: absolute; z-index: 2; top: 0; left: 0; width: 86px; height: 3px; background: var(--brand-primary); }
.hero-media img { transform: scale(1.012); transition: transform .6s ease; }
.hero-media:hover img { transform: scale(1.028); }
.hero-media-shade { background: linear-gradient(180deg, rgba(255,255,255,.02) 38%, rgba(39,27,19,.12) 65%, rgba(30,21,15,.76) 100%); }
.hero-media-caption { left: 28px; right: 28px; bottom: 25px; }
.hero-media-caption > div:first-child, .hero-media-caption > strong { font-weight: 500; }
.hero-media-tags span { border-radius: 2px 10px 2px 10px; font-weight: 400; }
.page-hero-path { right: auto; left: 4.5%; bottom: 8%; width: 260px; height: 110px; border-radius: 50%; opacity: .65; transform: rotate(7deg); }
.page-hero-copy .section-kicker, .hero-copy .eyebrow { color: #875b40; }
.page-hero-copy .section-kicker::before, .hero-copy .eyebrow::before { content: ""; display: inline-block; width: 34px; height: 1px; margin-right: 12px; vertical-align: middle; background: var(--brand-primary); }
.page-hero-with-visual h1, .hero h1 { font-weight: 500; letter-spacing: -.035em; }
.page-hero-manifesto, .hero-manifesto { color: #a84b18; font-weight: 400; letter-spacing: -.02em; }
.page-trail { gap: 0; border-top: 1px solid var(--editorial-line); }
.page-trail span { border: 0; border-right: 1px solid var(--editorial-line); border-radius: 0; padding: 9px 14px; background: transparent; font-weight: 400; }
.page-trail span:first-child { padding-left: 0; }

/* Home: editorial overlap with a large visual field and an anchored facts ledger. */
.page-home .hero { padding-top: 142px; }
.page-home .hero-grid { grid-template-columns: minmax(450px, .82fr) minmax(610px, 1.18fr); gap: clamp(12px, 2vw, 34px); align-items: center; }
.page-home .hero-copy { position: relative; z-index: 3; max-width: 590px; padding: 52px 0 64px; }
.page-home .hero h1 { font-size: clamp(62px, 5.2vw, 76px); line-height: 1.06; }
.page-home .hero-manifesto { font-size: clamp(30px, 2.7vw, 39px); }
.page-home .hero-media-home { z-index: 1; width: calc(100% + 72px); min-height: 590px; transform: translateX(16px); clip-path: polygon(4% 0, 100% 0, 100% 90%, 86% 100%, 0 100%, 0 10%); }
.page-home .hero-media-caption { max-width: 560px; }
.page-home .fact-strip { position: relative; z-index: 4; grid-template-columns: repeat(4, minmax(110px, 1fr)) minmax(260px, 1.8fr); margin-top: 0; border: 0; border-top: 1px solid var(--editorial-line); border-radius: 0; background: rgba(255,255,255,.74); box-shadow: none; backdrop-filter: blur(12px); }
.page-home .fact-strip > div { border-right: 1px solid var(--editorial-line); }
.page-home .fact-strip b { font-family: var(--font-ui); font-weight: 500; }
.page-home .fact-strip p { padding-left: 34px; font-family: var(--font-ui); letter-spacing: .08em; }

/* 11 hero compositions share a grammar, not a template. */
.page-hero-with-visual { min-height: 720px; padding: 132px 0 68px; align-items: center; }
.page-hero-with-visual .page-hero-inner { width: min(1340px, calc(100% - 64px)); max-width: 1340px; gap: clamp(28px, 4vw, 70px); }
.page-hero-copy { z-index: 3; }
.page-hero-with-visual h1 { font-size: clamp(50px, 4.35vw, 64px); line-height: 1.12; }
.page-hero-lead { font-size: clamp(17px, 1.25vw, 19px); }
.page-hero-media { min-height: 490px; }

/* About: narrative copy floats over the transition between blank space and image. */
.page-about .page-hero-inner { grid-template-columns: minmax(510px, .92fr) minmax(650px, 1.08fr); gap: 0; }
.page-about .page-hero-copy { padding: 46px 64px 46px 0; background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.94) 82%, rgba(255,255,255,0) 100%); }
.page-about .page-hero-media { min-height: 565px; margin-left: -70px; clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 8% 66%, 0 36%); border-radius: 0 76px 0 0; }
.page-about .page-hero-path { left: 43%; bottom: 3%; }

/* Services: copy leads into a wide horizontal service map. */
.page-services .page-hero { padding-bottom: 48px; }
.page-services .page-hero-inner { grid-template-columns: minmax(420px, .72fr) minmax(690px, 1.28fr); align-items: end; }
.page-services .page-hero-copy { padding-bottom: 56px; }
.page-services .page-hero-media { min-height: 520px; border-radius: 68px 2px 24px 2px; transform: translateY(28px); }
.page-services .page-hero-media::before { left: auto; right: 0; }

/* Pricing: calm decision column and vertically cropped plan system. */
.page-pricing .page-hero-inner { grid-template-columns: minmax(620px, 1.18fr) minmax(430px, .82fr); }
.page-pricing .page-hero-copy { max-width: 690px; padding-left: clamp(20px, 4vw, 70px); border-left: 1px solid var(--brand-primary); }
.page-pricing .page-hero-media { min-height: 545px; clip-path: polygon(0 7%, 88% 0, 100% 13%, 100% 100%, 0 93%); border-radius: 0; }
.page-pricing .page-hero-media img { object-position: 56% center; }

/* Diagnosis: instrument-like visual occupies the baseline; copy sits above it. */
.page-diagnosis .page-hero { min-height: 770px; padding-bottom: 54px; }
.page-diagnosis .page-hero-inner { grid-template-columns: minmax(430px, .8fr) minmax(670px, 1.2fr); align-items: start; }
.page-diagnosis .page-hero-copy { margin-top: 36px; }
.page-diagnosis .page-hero-media { min-height: 560px; border-radius: 2px; clip-path: polygon(0 0, 93% 0, 100% 12%, 100% 100%, 8% 100%, 0 88%); }
.page-diagnosis .page-hero-media-caption { left: 34px; right: 34px; }

/* Methodology: image becomes an integrated background field, 5·6·7 is the foreground marker. */
.page-methodology .page-hero { min-height: 760px; }
.page-methodology .page-hero::after { content: "5 · 6 · 7"; position: absolute; z-index: 1; left: max(32px, calc((100% - 1340px)/2)); bottom: 22px; background: none; mask-image: none; color: rgba(255,106,0,.11); font-family: var(--font-ui); font-size: clamp(92px, 14vw, 202px); font-weight: 500; line-height: .8; letter-spacing: -.08em; white-space: nowrap; }
.page-methodology .page-hero-inner { grid-template-columns: minmax(520px, .9fr) minmax(670px, 1.1fr); }
.page-methodology .page-hero-copy { padding: 50px 0 96px; }
.page-methodology .page-hero-media { min-height: 575px; opacity: .9; clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%); border-radius: 0; box-shadow: none; }

/* FAQ: the visual is a quiet answer annotation, not half of a split screen. */
.page-faq .page-hero { min-height: 650px; }
.page-faq .page-hero-inner { display: block; }
.page-faq .page-hero-copy { width: 64%; max-width: 760px; padding: 72px 0; }
.page-faq .page-hero-media { position: absolute; z-index: 1; right: 0; top: 20px; width: 43%; height: calc(100% - 40px); min-height: 0; opacity: .72; border: 0; border-radius: 120px 0 0 120px; box-shadow: none; }
.page-faq .page-hero-media-caption { display: none; }
.page-faq .page-hero-copy::after { content: "QUESTION  /  EVIDENCE  /  ANSWER"; display: block; margin-top: 36px; color: #9b765f; font-family: var(--font-ui); font-size: 10px; letter-spacing: .18em; }

/* Cases: evidence archive, image as document strip. */
.page-cases .page-hero { min-height: 710px; }
.page-cases .page-hero-inner { grid-template-columns: minmax(540px, 1fr) minmax(540px, .95fr); align-items: end; }
.page-cases .page-hero-copy { padding: 0 0 62px 64px; border-left: 1px solid var(--editorial-line); }
.page-cases .page-hero-copy::before { content: "STATUS / PENDING"; display: block; margin-bottom: 26px; color: var(--brand-primary); font-family: var(--font-ui); font-size: 10px; letter-spacing: .18em; }
.page-cases .page-hero-media { min-height: 430px; border-radius: 0; transform: translateY(34px); box-shadow: 26px 26px 0 rgba(255,106,0,.055); }

/* Insights: publication masthead with a horizontal cover band. */
.page-insights .page-hero { min-height: 745px; padding-bottom: 44px; }
.page-insights .page-hero-inner { grid-template-columns: minmax(520px, .82fr) minmax(690px, 1.18fr); align-items: start; }
.page-insights .page-hero-copy { padding-top: 26px; }
.page-insights .page-hero-copy::after { content: "FIELD NOTES  ·  METHODS  ·  EVIDENCE"; display: block; width: max-content; margin-top: 42px; padding-top: 14px; border-top: 1px solid var(--brand-primary); color: #8d6b56; font-family: var(--font-ui); font-size: 10px; letter-spacing: .17em; }
.page-insights .page-hero-media { min-height: 515px; border-radius: 0 70px 0 0; clip-path: polygon(0 0, 100% 0, 100% 90%, 88% 100%, 0 100%); }

/* Solutions: three lanes are seen as a forward-moving route. */
.page-solutions .page-hero-inner { grid-template-columns: minmax(500px, .86fr) minmax(680px, 1.14fr); }
.page-solutions .page-hero-copy { margin-top: -48px; }
.page-solutions .page-hero-media { min-height: 540px; border-radius: 72px 0 0 0; clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%, 0 11%); }
.page-solutions .page-trail span { color: #8a4a25; }

/* Contact: strong quiet space, image becomes an intake ribbon. */
.page-contact .page-hero { min-height: 660px; background: linear-gradient(120deg, #fff 0%, #fff 66%, #f6eee7 66%, #f6eee7 100%); }
.page-contact .page-hero-inner { grid-template-columns: minmax(610px, 1.25fr) minmax(380px, .75fr); }
.page-contact .page-hero-copy { max-width: 720px; padding: 48px 0 62px; }
.page-contact .page-hero-media { min-height: 470px; margin-right: -100px; border-radius: 120px 0 0 120px; box-shadow: none; }
.page-contact .page-hero-media img { object-position: 62% center; }

/* Home editorial rhythm and a less repetitive information system. */
.page-home main > section:not(.hero) { position: relative; }
.page-home .intro-section, .page-home .audience-section, .page-home .value-section { background: #fff; }
.page-home .problems-section, .page-home .services-section, .page-home .diagnosis-section { background: #f8f2ec; }
.page-home .services-section { color: var(--text-primary); }
.page-home .services-section::before { opacity: .28; background-image: linear-gradient(rgba(82,57,40,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(82,57,40,.06) 1px, transparent 1px); }
.page-home .services-section .light-heading > p:last-child, .page-home .service-card p { color: var(--text-secondary); }
.page-home .service-card { border-color: var(--editorial-line); background: rgba(255,255,255,.68); }
.page-home .method-section, .page-home .process-section { background: #171717; color: #fff; }
.page-home .method-section p, .page-home .process-section p { color: rgba(255,255,255,.62); }
.page-home .section-heading h2 { font-weight: 500; line-height: 1.22; }
.page-home .shift-grid { grid-template-columns: repeat(12, 1fr); gap: 1px; background: var(--editorial-line); }
.page-home .shift-grid > * { grid-column: span 4; border: 0; border-radius: 0; background: #fff; box-shadow: none; }
.page-home .shift-grid > *:first-child { grid-column: span 7; }
.page-home .shift-grid > *:nth-child(2) { grid-column: span 5; }
.page-home .problem-grid { grid-template-columns: repeat(12, 1fr); gap: 1px; background: rgba(67,47,35,.12); }
.page-home .problem-grid article { grid-column: span 3; border: 0; border-radius: 0; box-shadow: none; }
.page-home .problem-grid article:first-child { grid-column: span 5; }
.page-home .problem-grid article:nth-child(2) { grid-column: span 4; }
.page-home .problem-grid article:nth-child(3) { grid-column: span 3; }
.page-home .problem-grid article:last-child { grid-column: span 12; min-height: 180px; display: grid; grid-template-columns: 180px minmax(0,1fr); align-items: center; }
.page-home .service-grid { grid-template-columns: repeat(12,1fr); gap: 12px; }
.page-home .service-grid > * { grid-column: span 4; border-radius: 2px 22px 2px 2px; box-shadow: none; }
.page-home .service-grid > *:nth-child(1), .page-home .service-grid > *:nth-child(4) { grid-column: span 7; }
.page-home .service-grid > *:nth-child(2), .page-home .service-grid > *:nth-child(3) { grid-column: span 5; }
.page-home .service-grid > *:nth-child(5) { grid-column: span 12; }
.page-home .audience-grid { align-items: start; gap: 0; }
.page-home .audience-grid article { border-radius: 0; box-shadow: none; }
.page-home .audience-grid article:nth-child(2) { margin-top: 64px; border-inline: 0; }
.page-home .process-track article { padding-inline: 22px; }
.page-home .process-track article > span { border-radius: 2px 10px 2px 10px; background: #2b241f; color: #ff9a51; }
.page-home .value-grid { grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr); }
.page-home .value-grid blockquote { border-left-color: var(--brand-primary); font-family: var(--font-accent); font-weight: 400; }

/* Cards use hierarchy, rules and proportion instead of heavy weights and shadows. */
.service-card, .problem-card, .score-card, .price-card, .content-card, .solution-card, .faq-card, .case-card, .cms-card,
.brand-story-path article, .audience-grid article { box-shadow: none !important; }
.service-card h3, .problem-card h3, .score-card h3, .price-card h3, .content-card h3, .solution-card h3,
.brand-story-path h3, .audience-grid h3 { font-weight: 500; }
.brand-story-path article { border-radius: 2px 24px 2px 2px; }
.brand-story-path article > span { font-weight: 500; }
.brand-story-path small, .brand-story-mission span { font-weight: 600; }
.brand-story-mission { border-radius: 2px 28px 2px 2px; }
.brand-story-mission p { font-weight: 500; }

@media (max-width: 1240px) {
  .primary-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .page-home .hero-grid, .page-about .page-hero-inner, .page-services .page-hero-inner, .page-pricing .page-hero-inner, .page-diagnosis .page-hero-inner, .page-methodology .page-hero-inner, .page-cases .page-hero-inner, .page-insights .page-hero-inner, .page-solutions .page-hero-inner, .page-contact .page-hero-inner { grid-template-columns: minmax(420px, .94fr) minmax(500px, 1.06fr); }
  .page-home .hero-media-home { width: 100%; transform: none; }
  .page-about .page-hero-copy { padding-right: 38px; }
}

@media (max-width: 980px) {
  .page-home .hero, .page-hero-with-visual { padding-top: 118px; }
  .page-home .hero-grid, .page-about .page-hero-inner, .page-services .page-hero-inner, .page-pricing .page-hero-inner, .page-diagnosis .page-hero-inner, .page-methodology .page-hero-inner, .page-cases .page-hero-inner, .page-insights .page-hero-inner, .page-solutions .page-hero-inner, .page-contact .page-hero-inner { grid-template-columns: 1fr; gap: 34px; }
  .page-about .page-hero-copy, .page-pricing .page-hero-copy, .page-cases .page-hero-copy { padding-inline: 0; border: 0; background: transparent; }
  .page-about .page-hero-media, .page-services .page-hero-media, .page-pricing .page-hero-media, .page-diagnosis .page-hero-media, .page-methodology .page-hero-media, .page-cases .page-hero-media, .page-insights .page-hero-media, .page-solutions .page-hero-media, .page-contact .page-hero-media { width: 100%; min-height: 440px; margin: 0; transform: none; clip-path: none; border-radius: 2px 44px 2px 18px; }
  .page-faq .page-hero-copy { width: 72%; }
  .page-faq .page-hero-media { width: 52%; opacity: .55; }
  .page-home .problem-grid article, .page-home .problem-grid article:first-child, .page-home .problem-grid article:nth-child(2), .page-home .problem-grid article:nth-child(3) { grid-column: span 6; }
  .page-home .problem-grid article:last-child { grid-column: span 12; }
}

@media (max-width: 680px) {
  :root { --type-h2: clamp(30px, 9vw, 38px); }
  body { line-height: 1.72; }
  .site-header { width: calc(100% - 24px); height: 70px; padding-inline: 15px; border-radius: 0 0 14px 14px; }
  .site-logo img { max-width: 148px; }
  .page-home .hero { padding-top: 100px; }
  .page-home .hero-grid { display: flex; gap: 0; }
  .page-home .hero-copy { display: contents; padding: 0; }
  .page-home .hero h1 { font-size: clamp(42px, 12vw, 47px); letter-spacing: -.035em; }
  .page-home .hero-manifesto { font-size: clamp(27px, 8.2vw, 32px); }
  .page-home .hero-media-home { min-height: 365px; margin-top: 30px; clip-path: polygon(0 0, 100% 0, 100% 91%, 88% 100%, 0 100%); border-radius: 2px 30px 2px 16px; }
  .page-home .hero-media-caption { left: 18px; right: 18px; bottom: 16px; }
  .page-home .hero-media-tags { grid-template-columns: repeat(2, 1fr); }
  .page-home .fact-strip { grid-template-columns: repeat(2,1fr); }
  .page-home .fact-strip p { grid-column: 1/-1; padding: 20px 0 0; }

  .page-hero-with-visual, .page-about .page-hero, .page-services .page-hero, .page-pricing .page-hero, .page-diagnosis .page-hero, .page-methodology .page-hero, .page-faq .page-hero, .page-cases .page-hero, .page-insights .page-hero, .page-solutions .page-hero, .page-contact .page-hero { min-height: auto; padding: 100px 0 48px; background: linear-gradient(145deg,#fff,#fff9f5); }
  .page-hero-with-visual .page-hero-inner { width: min(100% - 32px, 1340px); display: flex; flex-direction: column; gap: 28px; align-items: stretch; }
  .page-hero-copy { width: 100% !important; max-width: none !important; margin: 0 !important; padding: 0 !important; border: 0 !important; }
  .page-hero-copy .section-kicker { font-size: 10px; line-height: 1.5; }
  .page-hero-with-visual h1, .page-hero-brand h1, .page-hero-content h1 { font-size: clamp(39px, 10.8vw, 45px); line-height: 1.12; letter-spacing: -.032em; }
  .page-hero .hero-title-line { display: block; }
  .page-about .page-hero h1, .page-diagnosis .page-hero h1, .page-insights .page-hero h1 { font-size: 31px; line-height: 1.22; letter-spacing: -.045em; }
  .page-cases .page-hero h1, .page-solutions .page-hero h1 { font-size: 35px; line-height: 1.18; }
  .page-hero-lead { font-size: 16px; line-height: 1.75; }
  .page-trail { overflow-x: auto; padding-bottom: 3px; scrollbar-width: none; }
  .page-trail span { flex: 0 0 auto; white-space: nowrap; }
  .page-hero-media, .page-about .page-hero-media, .page-services .page-hero-media, .page-pricing .page-hero-media, .page-diagnosis .page-hero-media, .page-methodology .page-hero-media, .page-faq .page-hero-media, .page-cases .page-hero-media, .page-insights .page-hero-media, .page-solutions .page-hero-media, .page-contact .page-hero-media { position: relative; inset: auto; order: 2; width: 100%; height: auto; min-height: 340px; margin: 0; opacity: 1; transform: none; clip-path: none; border: 1px solid rgba(71,43,25,.13); border-radius: 2px 32px 2px 14px; box-shadow: 0 18px 42px rgba(71,43,25,.08); }
  .page-faq .page-hero-media-caption { display: grid; }
  .page-methodology .page-hero::after { display: none; }
  .page-cases .page-hero-copy::before { margin-bottom: 18px; }
  .page-insights .page-hero-copy::after, .page-faq .page-hero-copy::after { width: auto; line-height: 1.7; }

  .page-home .shift-grid > *, .page-home .shift-grid > *:first-child, .page-home .shift-grid > *:nth-child(2), .page-home .problem-grid article, .page-home .problem-grid article:first-child, .page-home .problem-grid article:nth-child(2), .page-home .problem-grid article:nth-child(3), .page-home .problem-grid article:last-child, .page-home .service-grid > *, .page-home .service-grid > *:nth-child(1), .page-home .service-grid > *:nth-child(2), .page-home .service-grid > *:nth-child(3), .page-home .service-grid > *:nth-child(4), .page-home .service-grid > *:nth-child(5) { grid-column: 1 / -1; }
  .page-home .problem-grid article:last-child { display: block; min-height: 0; }
  .page-home .audience-grid article:nth-child(2) { margin-top: 0; border-inline: 1px solid var(--line-light); }
  .page-home .value-grid { grid-template-columns: 1fr; gap: 42px; }
}

/* Phase 4.5.1 ordering guard: these completion rules must win over the older
   Phase 4.5 rhythm block above. */
.page-home .problem-grid article.problem-card-retest { grid-template-columns: minmax(250px,.72fr) minmax(0,1.28fr); gap: 44px; min-height: 230px; padding: 34px 38px; }
.page-home .method-section .method-layout,
.page-home .method-section .method-subgrid > article { color: var(--text-primary); }
.page-home .method-section .method-layout p,
.page-home .method-section .method-subgrid p,
.page-home .method-section .module-list p { color: #625a54; }
.page-home .method-section .module-list h3,
.page-home .method-section .method-number-card b,
.page-home .method-section .system-card li,
.page-home .method-section .score-row span { color: #29231f; }
.page-home .method-section .score-card { color: #fff; background: linear-gradient(145deg,#2a211b,#171717); }
.page-home .method-section .score-card .method-number-card b,
.page-home .method-section .score-card .score-row span { color: #fff; }
.page-home .method-section .score-card .method-number-card p { color: rgba(255,255,255,.7); }
.page-home .service-grid { gap: 1px; }
.page-home .service-grid > * { border-radius: 0; }

@media (max-width:680px) {
  .page-home .problem-grid article.problem-card-retest { display: grid; grid-template-columns: 1fr; gap: 14px; min-height: 0; padding: 28px 24px; }
}

/* Phase 4.6 content stream and CMS-native empty states. */
html, body { overflow-x: clip; }
.cms-empty-state { grid-column: 1 / -1 !important; min-height: 210px; display: grid; align-content: center; gap: 12px; padding: 34px; border: 1px dashed rgba(255,106,0,.28) !important; color: var(--text-primary) !important; background: linear-gradient(135deg,#fff,#fff7f0) !important; }
.cms-empty-state b { color: var(--brand-text); font-family: var(--font-ui); font-size: 12px; font-weight: 600; letter-spacing: .12em; }
.cms-empty-state p, .cms-empty-inline { margin: 0; color: var(--text-secondary) !important; line-height: 1.8; }
.cms-single-section { background: linear-gradient(112deg,#fff 0%,#fff 68%,#fff4ea 100%); }
.cms-single-section .cms-richtext { max-width: 680px; }

.home-content-stream { padding-block: clamp(92px,9vw,132px); color: #fff; background: var(--signal-charcoal); }
.home-content-stream::before { content: "SOURCE / UPDATE / PUBLISH"; position: absolute; right: -30px; top: 28px; color: rgba(255,255,255,.035); font-family: var(--font-ui); font-size: clamp(62px,9vw,138px); font-weight: 500; letter-spacing: -.07em; white-space: nowrap; }
.home-content-stream .section-heading h2 { color: #fff; }
.home-content-stream .section-heading > p { color: rgba(255,255,255,.64); }
.home-stream-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 1px; margin-top: 48px; background: var(--signal-line-dark); border: 1px solid var(--signal-line-dark); }
.home-stream-grid > article { grid-column: span 4; min-height: 390px; padding: 32px; background: rgba(255,255,255,.035); }
.home-stream-grid > article:nth-child(2) { background: #fff8f1; color: var(--text-primary); }
.home-stream-grid > article > span { display: block; color: var(--signal-amber); font-family: var(--font-ui); font-size: 9px; letter-spacing: .16em; }
.home-stream-grid > article:nth-child(2) > span { color: var(--brand-text); }
.home-stream-grid h3 { margin: 18px 0 42px; color: inherit; font-size: 26px; font-weight: 500; }
.home-stream-grid a { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; min-height: 74px; border-top: 1px solid var(--signal-line-dark); color: inherit; }
.home-stream-grid > article:nth-child(2) a { border-top-color: var(--signal-line); }
.home-stream-grid a b { font-size: 14px; font-weight: 500; line-height: 1.55; }
.home-stream-grid a small { color: var(--signal-amber); font-family: var(--font-ui); font-size: 9px; }
.home-stream-grid > article:nth-child(2) a small { color: var(--brand-text); }
.home-stream-grid .cms-empty-inline { padding-top: 20px; border-top: 1px solid currentColor; opacity: .72; }

/* CMS rich text inherits editorial typography but never low-contrast section text. */
.service-directory .cms-richtext, .industry-copy .cms-richtext, .plan-detail.cms-richtext { color: inherit; font-size: 15px; line-height: 1.8; }
.service-directory .cms-richtext ul, .industry-copy .cms-richtext ul, .plan-detail.cms-richtext ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 0; padding: 0; list-style: none; }
.service-directory .cms-richtext li, .industry-copy .cms-richtext li, .plan-detail.cms-richtext li { padding: 8px 11px; background: rgba(255,106,0,.08); font-size: 12px; }
.page-services .service-directory > article:last-child .cms-richtext li, .page-pricing .phase4-plan-grid > article:nth-child(3) .cms-richtext li { color: #fff; background: rgba(255,255,255,.1); }
.page-pricing .price-options { margin-top: 24px; }
.page-pricing .price-options strong { color: var(--brand-text); font-size: clamp(22px,2.1vw,30px); font-weight: 500; line-height: 1.35; }
.page-pricing .phase4-plan-grid > article:nth-child(3) .price-options strong { color: var(--signal-amber); }
.page-cases .case-pending-grid > .cms-empty-state { grid-column: 1 / -1; }
.phase4-plan-grid { counter-reset: cms-plan; }
.phase4-plan-grid > .plan-card { counter-increment: cms-plan; }
.phase4-plan-grid > .plan-card .plan-card-head > span::before { content: counter(cms-plan, decimal-leading-zero); }
.page-services .service-directory, .page-home .service-grid { counter-reset: cms-service; }
.page-services .service-directory > article, .page-home .service-grid > article { counter-increment: cms-service; }
.page-services .service-directory > article > span::before, .page-home .service-grid > article > span::before { content: counter(cms-service, decimal-leading-zero); }
.page-solutions .industry-visual-grid { counter-reset: cms-solution; }
.page-solutions .industry-visual-grid > article { counter-increment: cms-solution; }
.page-solutions .industry-copy > span::before { content: counter(cms-solution, decimal-leading-zero); }
.faq-list { counter-reset: cms-faq; }
.faq-list > details { counter-increment: cms-faq; }
.faq-list > details summary > span::before { content: counter(cms-faq, decimal-leading-zero); }

@media (max-width: 900px) {
  .home-stream-grid > article { grid-column: span 6; }
  .home-stream-grid > article:last-child { grid-column: 1 / -1; }
}

@media (min-width: 981px) {
  .page-about .page-hero { min-height: 800px; padding-top: 100px; padding-bottom: 32px; }
}

@media (max-width:680px) {
  .home-content-stream { padding-block: 76px; }
  .home-stream-grid > article, .home-stream-grid > article:last-child { grid-column: 1 / -1; min-height: auto; padding: 26px 22px; }
  .home-stream-grid h3 { margin-bottom: 28px; }
  .answer-formation-panel > strong { font-size: 22px; right: 16px; bottom: 14px; }
  .retest-timeline { grid-template-columns: repeat(2,1fr); gap: 18px; }
  .retest-timeline::before { display: none; }
  .pricing-table .cms-richtext { min-width: 210px; }
}

/* ========================================================================
   PHASE 5.10 — FINAL VISUAL NORMALIZATION
   Ordered asymmetry: a stable editorial grid, restrained exceptions and
   predictable reading rhythm. CMS content remains the source of truth.
   ======================================================================== */

/* Header: six primary destinations, three secondary destinations. */
.site-header { grid-template-columns: minmax(178px,auto) minmax(0,1fr) auto; column-gap: clamp(18px,2.4vw,38px); }
.cms-primary-nav { justify-content: flex-end; gap: clamp(14px,1.55vw,24px); white-space: nowrap; }
.nav-more { position: relative; }
.nav-more > summary { list-style: none; cursor: pointer; color: var(--text-secondary); transition: color .2s ease; }
.nav-more > summary::-webkit-details-marker { display: none; }
.nav-more > summary::after { content: "＋"; margin-left: 5px; color: var(--brand-primary); }
.nav-more[open] > summary,.nav-more > summary:hover { color: var(--brand-primary); }
.nav-more > div { position: absolute; z-index: 30; top: calc(100% + 18px); right: 0; width: 190px; display: grid; padding: 10px; border: 1px solid var(--border-default); background: rgba(255,255,255,.98); box-shadow: 0 18px 45px rgba(45,31,23,.1); }
.nav-more > div a { padding: 11px 12px; border-bottom: 1px solid #f1e9e3; }
.nav-more > div a:last-child { border-bottom: 0; }

/* Stable section rhythm. */
.content-section { padding-block: clamp(84px,8vw,124px); }
.section-heading { margin-bottom: clamp(38px,4vw,62px); }
.section-heading h2 { max-width: 820px; text-wrap: balance; }
.body-large { max-width: 720px; }
.soft-section { background-color: #fbf7f3; }

/* Home: one focal point per section, no accidental empty cells. */
.page-home .shift-grid { grid-template-columns: repeat(12,1fr); gap: 1px; }
.page-home .shift-grid > *,
.page-home .shift-grid > *:first-child,
.page-home .shift-grid > *:nth-child(2),
.page-home .shift-grid > *:nth-child(3) { grid-column: span 4; min-height: 250px; }
.page-home .shift-grid > .answer-formation-panel { grid-column: 1 / -1; min-height: 220px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; padding: 42px 54px 64px; background: linear-gradient(118deg,#fff8f2,#fff); }
.answer-formation-panel > div { position: relative; min-height: 96px; padding: 18px 22px; border-left: 1px solid rgba(255,106,0,.22); }
.answer-formation-panel > div::after { content: "→"; position: absolute; right: -7px; top: 48%; color: var(--brand-primary); }
.answer-formation-panel > div:last-of-type::after { display: none; }
.answer-formation-panel > strong { right: 34px; bottom: 24px; font-size: 24px; opacity: .12; }
.page-home .problem-grid { grid-template-columns: repeat(12,1fr); }
.page-home .problem-grid article,
.page-home .problem-grid article:first-child,
.page-home .problem-grid article:nth-child(2),
.page-home .problem-grid article:nth-child(3) { grid-column: span 4; min-height: 250px; }
.page-home .problem-grid article.problem-card-retest { grid-column: 1 / -1; min-height: 220px; grid-template-columns: minmax(250px,.72fr) minmax(0,1.28fr); }
.page-home .service-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 1px; border: 1px solid var(--editorial-line); background: var(--editorial-line); }
.page-home .service-grid > *,
.page-home .service-grid > *:nth-child(1),
.page-home .service-grid > *:nth-child(2),
.page-home .service-grid > *:nth-child(3),
.page-home .service-grid > *:nth-child(4) { grid-column: span 6; min-height: 270px; color: var(--text-primary); background: #fff; }
.page-home .service-grid > *:nth-child(5) { grid-column: 1 / -1; min-height: 230px; color: var(--text-primary); background: linear-gradient(100deg,#fff,#fff6ee); }
.page-home .service-grid > *:nth-child(5) p { color: var(--text-secondary); }
.page-home .audience-grid { align-items: stretch; gap: 1px; background: var(--editorial-line); border: 1px solid var(--editorial-line); }
.page-home .audience-grid article,.page-home .audience-grid article:nth-child(2) { min-height: 280px; margin-top: 0; border: 0; background: #fff; }
.page-home .process-section { color: var(--text-primary); background: linear-gradient(120deg,#fff8f2,#f5ede7); }
.page-home .process-section p { color: var(--text-secondary); }
.home-content-stream { color: var(--text-primary); background: linear-gradient(125deg,#fff,#f7efe8); }
.home-content-stream::before { color: rgba(87,62,45,.035); }
.home-content-stream .section-heading h2 { color: var(--text-primary); }
.home-content-stream .section-heading > p { color: var(--text-secondary); }
.home-stream-grid { border-color: var(--signal-line); background: var(--signal-line); }
.home-stream-grid > article,.home-stream-grid > article:nth-child(2) { color: var(--text-primary); background: rgba(255,255,255,.82); }
.home-stream-grid > article > span,.home-stream-grid > article:nth-child(2) > span { color: var(--brand-text); }
.home-stream-grid a,.home-stream-grid > article:nth-child(2) a { border-top-color: var(--signal-line); }
.home-stream-grid a small,.home-stream-grid > article:nth-child(2) a small { color: var(--brand-text); }

/* Services: a coherent directory, not staggered cards. */
.page-services .service-directory { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; border: 1px solid var(--signal-line); background: var(--signal-line); }
.page-services .service-directory > article,
.page-services .service-directory > article:nth-child(even),
.page-services .service-directory > article:last-child { grid-template-columns: 76px minmax(0,1fr); gap: 28px; min-height: 300px; margin-left: 0; padding: 38px 34px; border: 0; color: var(--text-primary); background: #fff; }
.page-services .service-directory > article:last-child { grid-column: 1 / -1; min-height: 250px; background: linear-gradient(105deg,#fff,#fff5ed); }
.page-services .service-directory > article:last-child p { color: var(--text-secondary); }
.page-services .service-directory > article::after { display: none; }
.page-services .service-directory > article:last-child .cms-richtext li { color: var(--text-primary); background: rgba(255,106,0,.08); }

/* Pricing: one design family and readable billing tiers. */
.phase4-plan-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; border: 1px solid var(--signal-line); background: var(--signal-line); }
.page-pricing .phase4-plan-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.page-pricing .phase4-plan-grid > article { grid-column: auto !important; }
.page-pricing .phase4-plan-grid > .plan-card,
.page-pricing .phase4-plan-grid > article:nth-child(3) { display: flex; flex-direction: column; min-height: 540px; padding: clamp(32px,3.4vw,50px); border: 0; border-radius: 0; color: var(--text-primary); background: #fff; }
.page-pricing .phase4-plan-grid > article:nth-child(3) { box-shadow: inset 4px 0 0 var(--brand-primary); background: linear-gradient(135deg,#fff,#fff8f2); }
.page-pricing .phase4-plan-grid > article:nth-child(3) h2,
.page-pricing .phase4-plan-grid > article:nth-child(3) .price-options strong { color: var(--brand-text); }
.plan-card-head small { padding: 8px 12px; color: var(--brand-text); background: var(--brand-soft); }
.price-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; padding: 1px; background: #f1d8c7; }
.price-options > div { min-height: 92px; display: flex; flex-wrap: wrap; align-content: center; gap: 5px 8px; padding: 18px; background: #fff9f5; }
.price-options > div:only-child { grid-column: 1 / -1; }
.page-pricing .price-options strong { display: block; color: var(--brand-text); font-size: clamp(25px,2.2vw,34px); font-weight: 500; line-height: 1.15; letter-spacing: -.035em; }
.price-options span { align-self: end; padding-bottom: 3px; color: var(--text-secondary); font-size: 13px; }
.plan-card .plan-fit { margin-bottom: 32px; }
.plan-card .button { width: max-content; margin-top: auto; }

/* Diagnosis and methodology: information first, decoration second. */
.page-diagnosis .diagnosis-stage-grid { grid-template-columns: repeat(5,1fr); }
.page-diagnosis .diagnosis-stage-grid article,
.page-diagnosis .diagnosis-stage-grid article:nth-child(4),
.page-diagnosis .diagnosis-stage-grid article:last-child { min-height: 250px; color: var(--text-primary); background: rgba(255,255,255,.94); }
.page-diagnosis .diagnosis-stage-grid article:last-child { background: #fff5ed; }
.page-diagnosis .diagnosis-stage-grid article:last-child p { color: var(--text-secondary); }
.method-detail,.method-six-layout,.visual-story-grid { grid-template-columns: 210px minmax(0,1fr); gap: clamp(44px,6vw,88px); }
.giant-number { font-size: clamp(120px,14vw,190px); font-weight: 500; }
.page-methodology .method-six-section .system-directory { grid-template-columns: repeat(3,1fr); }
.page-methodology .method-six-section .system-directory article,
.page-methodology .method-six-section .system-directory article:nth-child(2),
.page-methodology .method-six-section .system-directory article:nth-child(5) { min-height: 150px; color: var(--text-primary); background: rgba(255,255,255,.95); }
.page-methodology .method-six-section .system-directory article:nth-child(2) b,
.page-methodology .method-six-section .system-directory article:nth-child(5) b { color: var(--text-primary); }
.page-methodology .method-six-section .system-directory article:nth-child(2) span,
.page-methodology .method-six-section .system-directory article:nth-child(5) span { color: var(--brand-text); }
.page-methodology .dimension-directory article,
.page-methodology .dimension-directory article:first-child { min-height: 142px; color: var(--text-primary); background: #fff; }
.page-methodology .dimension-directory article:first-child p { color: var(--text-secondary); }

/* Knowledge: publication hierarchy, consistent media and restrained legacy art. */
.editorial-index { background: #f7f2ed; }
.page-insights .editorial-article-grid { grid-template-columns: repeat(12,1fr); gap: 22px; align-items: stretch; }
.page-insights .editorial-article-grid > article,
.page-insights .editorial-article-grid > article:nth-child(4n),
.page-insights .editorial-article-grid > article:nth-child(4n + 1):not(:first-child) { grid-column: span 4; display: flex; flex-direction: column; min-height: 540px; overflow: hidden; border: 1px solid var(--border-default); border-radius: 0; background: #fff; }
.page-insights .editorial-article-grid > article:first-child { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0,7fr) minmax(0,5fr); min-height: 470px; }
.editorial-article-grid .article-cover { aspect-ratio: 16 / 10; min-height: 0; overflow: hidden; background: #ece8e4; }
.editorial-article-grid > article:first-child .article-cover { height: 100%; aspect-ratio: auto; }
.editorial-article-grid .article-cover img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(.94); }
.editorial-article-grid .article-card-copy { flex: 1; display: flex; flex-direction: column; padding: clamp(26px,2.8vw,40px); }
.editorial-article-grid h2 { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin: 34px 0 18px; font-size: clamp(24px,2vw,32px); line-height: 1.32; }
.editorial-article-grid > article:first-child h2 { font-size: clamp(34px,3.4vw,52px); }
.editorial-article-grid .article-card-copy > p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.editorial-article-grid .text-link { margin-top: auto; padding-top: 26px; }

/* Cases: an honest, complete empty state rather than a simulated case wall. */
.page-cases .case-pending-grid > .cms-empty-state { max-width: 880px; min-height: 260px; margin-inline: auto; border-style: solid !important; background: linear-gradient(118deg,#fff,#fff7f0) !important; }

/* Brand 404. */
.not-found-section { min-height: 100vh; padding: 160px 0 100px; background: linear-gradient(135deg,#fff,#fff8f3); }
.not-found-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.75fr); gap: clamp(50px,8vw,110px); align-items: center; }
.not-found-grid h1 { margin: 20px 0 28px; font-size: clamp(48px,6.2vw,82px); font-weight: 600; line-height: 1.1; letter-spacing: -.045em; }
.not-found-path { position: relative; display: grid; place-items: center; aspect-ratio: 1; border: 1px solid var(--signal-line); border-radius: 50%; }
.not-found-path strong { color: rgba(255,106,0,.12); font-size: clamp(96px,12vw,170px); font-weight: 500; }
.not-found-path span { position: absolute; width: 72%; height: 1px; background: var(--brand-primary); transform: rotate(-18deg); }
.not-found-path i { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--brand-primary); box-shadow: 0 0 0 8px rgba(255,106,0,.1); }
.not-found-path i:nth-of-type(1){left:18%;top:57%}.not-found-path i:nth-of-type(2){left:50%;top:46%}.not-found-path i:nth-of-type(3){right:15%;top:34%}
.not-found-path small { position: absolute; bottom: 14%; color: var(--text-secondary); letter-spacing: .15em; }
.not-found-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 72px; border: 1px solid var(--signal-line); background: var(--signal-line); }
.not-found-links a { min-height: 160px; padding: 26px; background: #fff; }
.not-found-links span { color: var(--brand-text); font-size: 11px; }.not-found-links b,.not-found-links small { display: block; }.not-found-links b { margin-top: 28px; font-size: 20px; }.not-found-links small { margin-top: 8px; color: var(--text-secondary); }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: minmax(170px,auto) minmax(0,1fr) auto; }
  .cms-primary-nav { gap: 12px; font-size: 13px; }
  .header-cta { padding-inline: 16px; }
  .page-diagnosis .diagnosis-stage-grid { grid-template-columns: repeat(3,1fr); }
  .page-diagnosis .diagnosis-stage-grid article:nth-child(3) { border-right: 0; }
}

@media (max-width: 980px) {
  .cms-primary-nav,.header-cta { display: none; }
  .page-services .service-directory { grid-template-columns: 1fr; }
  .page-services .service-directory > article:last-child { grid-column: auto; }
  .phase4-plan-grid,.page-pricing .phase4-plan-grid { grid-template-columns: 1fr; }
  .page-insights .editorial-article-grid > article,
  .page-insights .editorial-article-grid > article:nth-child(4n),
  .page-insights .editorial-article-grid > article:nth-child(4n + 1):not(:first-child) { grid-column: span 6; }
  .page-insights .editorial-article-grid > article:first-child { grid-column: 1 / -1; }
  .not-found-grid { grid-template-columns: 1fr .62fr; }
}

@media (max-width: 680px) {
  .content-section { padding-block: 72px; }
  .page-home .shift-grid > *,
  .page-home .shift-grid > *:first-child,
  .page-home .shift-grid > *:nth-child(2),
  .page-home .shift-grid > *:nth-child(3),
  .page-home .problem-grid article,
  .page-home .problem-grid article:first-child,
  .page-home .problem-grid article:nth-child(2),
  .page-home .problem-grid article:nth-child(3),
  .page-home .service-grid > *,
  .page-home .service-grid > *:nth-child(1),
  .page-home .service-grid > *:nth-child(2),
  .page-home .service-grid > *:nth-child(3),
  .page-home .service-grid > *:nth-child(4),
  .page-home .service-grid > *:nth-child(5) { grid-column: 1 / -1; min-height: auto; }
  .page-home .shift-grid > .answer-formation-panel { grid-template-columns: 1fr; padding: 24px; }
  .answer-formation-panel > div { min-height: 76px; border-left: 0; border-top: 1px solid rgba(255,106,0,.2); }
  .answer-formation-panel > div::after { right: 12px; top: auto; bottom: -9px; transform: rotate(90deg); }
  .answer-formation-panel > strong { position: static; grid-column: 1/-1; margin-top: 14px; font-size: 18px; }
  .page-home .problem-grid article.problem-card-retest { grid-template-columns: 1fr; }
  .page-services .service-directory > article,
  .page-services .service-directory > article:nth-child(even),
  .page-services .service-directory > article:last-child { grid-template-columns: 52px minmax(0,1fr); min-height: auto; padding: 28px 20px; }
  .page-pricing .phase4-plan-grid > .plan-card,
  .page-pricing .phase4-plan-grid > article:nth-child(3) { min-height: auto; padding: 30px 22px; }
  .price-options { grid-template-columns: 1fr; }
  .price-options > div,.price-options > div:only-child { grid-column: auto; }
  .page-diagnosis .diagnosis-stage-grid { grid-template-columns: 1fr; }
  .method-detail,.method-six-layout,.visual-story-grid { grid-template-columns: 1fr; gap: 30px; }
  .giant-number { font-size: 108px; }
  .page-methodology .method-six-section .system-directory { grid-template-columns: 1fr; }
  .page-insights .editorial-article-grid > article,
  .page-insights .editorial-article-grid > article:first-child,
  .page-insights .editorial-article-grid > article:nth-child(4n),
  .page-insights .editorial-article-grid > article:nth-child(4n + 1):not(:first-child) { grid-column: 1 / -1; display: flex; min-height: 0; }
  .editorial-article-grid > article:first-child .article-cover,.editorial-article-grid .article-cover { height: auto; aspect-ratio: 16 / 10; }
  .editorial-article-grid > article:first-child h2 { font-size: 30px; }
  .not-found-section { padding: 120px 0 72px; }
  .not-found-grid { grid-template-columns: 1fr; gap: 36px; }
  .not-found-path { max-width: 280px; }
  .not-found-links { grid-template-columns: 1fr; margin-top: 50px; }
  .not-found-links a { min-height: 130px; }
}
