:root {
  --weichner-paper: #fff;
  --weichner-ink: #11100e;
  --weichner-charcoal: #34322f;
  --weichner-muted: #716d67;
  --weichner-gold: #a77a33;
  --weichner-rule: #e7e2da;
  --weichner-wash: #f8f6f2;
}

.weichner-experience { display: none; }
.weichner-experience .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.is-weichner-route body { overflow-x: hidden; }
.is-weichner-route body > .menu-trigger,
.is-weichner-route body > .side-nav,
.is-weichner-route body > main:not(.weichner-experience),
.is-weichner-route body > footer,
.is-weichner-route body > .notice-modal { display: none !important; }
.is-weichner-route .weichner-experience { display: block; background: var(--weichner-paper); color: var(--weichner-charcoal); }
.weichner-experience *, .weichner-experience *::before, .weichner-experience *::after { box-sizing: border-box; }
.weichner-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.weichner-skip { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 12px 16px; background: var(--weichner-ink); color: #fff; transform: translateY(-160%); }
.weichner-skip:focus { transform: translateY(0); }
.weichner-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid rgba(231,226,218,.88); background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
.weichner-header-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.weichner-wordmark { font-family: Georgia, 'Times New Roman', serif; color: var(--weichner-ink); letter-spacing: .22em; font-size: .86rem; }
.weichner-nav { display: flex; align-items: center; gap: clamp(16px, 2.4vw, 32px); }
.weichner-nav a { font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; color: var(--weichner-charcoal); }
.weichner-nav a:hover { color: var(--weichner-gold); }
.weichner-nav .weichner-return { padding-left: 22px; border-left: 1px solid var(--weichner-rule); }
.weichner-menu { display: none; width: 44px; height: 44px; border: 1px solid var(--weichner-rule); background: #fff; color: var(--weichner-ink); font-size: 1.15rem; }
.weichner-hero { min-height: calc(100svh - 68px); display: grid; align-items: center; padding: clamp(54px, 8vw, 108px) 0; border-bottom: 1px solid var(--weichner-rule); }
.weichner-hero-grid { display: grid; grid-template-columns: minmax(340px, .9fr) minmax(430px, 1.1fr); align-items: center; gap: clamp(32px, 7vw, 100px); }
.weichner-logo-stage { display: flex; align-items: center; justify-content: center; overflow: hidden; min-height: clamp(330px, 42vw, 610px); }
.weichner-logo-stage img { display: block; width: min(100%, 610px); height: auto; object-fit: contain; }
.weichner-eyebrow, .weichner-kicker { margin: 0 0 18px; color: var(--weichner-gold); font-size: .7rem; font-weight: 600; letter-spacing: .19em; text-transform: uppercase; }
.weichner-hero h1, .weichner-section h2, .weichner-results h2 { margin: 0; color: var(--weichner-ink); font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
/* Avenir Next is native to iPhone: clearer, more architectural and less delicate at small sizes. */
.weichner-hero h1 { max-width: 18ch; font-family: 'Avenir Next Condensed', 'Avenir Next', 'Helvetica Neue', Arial, sans-serif; font-size: clamp(2.12rem, 4.2vw, 4.18rem); font-weight: 650; line-height: 1.06; letter-spacing: -.045em; text-wrap: balance; }
.weichner-lead { max-width: 62ch; margin: 28px 0 0; font-size: clamp(1.02rem, 1.3vw, 1.17rem); line-height: 1.72; color: var(--weichner-charcoal); }
.weichner-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.weichner-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 19px; border: 1px solid var(--weichner-ink); background: var(--weichner-ink); color: #fff; font: 600 .7rem/1 Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.weichner-button:hover { background: var(--weichner-gold); border-color: var(--weichner-gold); }
.weichner-button-secondary { background: #fff; color: var(--weichner-ink); }
.weichner-button-quiet { background: transparent; color: var(--weichner-charcoal); border-color: var(--weichner-rule); }
.weichner-section { padding: clamp(76px, 10vw, 132px) 0; border-bottom: 1px solid var(--weichner-rule); scroll-margin-top: 76px; }
.weichner-section-head { display: grid; grid-template-columns: .45fr 1fr; gap: 36px; margin-bottom: clamp(42px, 6vw, 74px); }
.weichner-section h2, .weichner-results h2 { font-size: clamp(2rem, 3.5vw, 3.5rem); line-height: 1.02; letter-spacing: -.025em; }
.weichner-section-head p { max-width: 66ch; margin: 0; line-height: 1.75; }
.weichner-pillars, .weichner-framework, .weichner-process, .weichner-deliverables { display: grid; gap: 0; border-top: 1px solid var(--weichner-rule); }
.weichner-pillars { grid-template-columns: repeat(3, 1fr); }
.weichner-pillar { padding: 30px 28px 28px 0; border-bottom: 1px solid var(--weichner-rule); }
.weichner-pillar + .weichner-pillar { padding-left: 28px; border-left: 1px solid var(--weichner-rule); }
.weichner-number { display: block; margin-bottom: 24px; color: var(--weichner-gold); font: .7rem Arial, sans-serif; letter-spacing: .16em; }
.weichner-pillar h3, .weichner-process h3 { margin: 0 0 10px; color: var(--weichner-ink); font: 400 1.4rem Georgia, serif; }
.weichner-pillar p, .weichner-process p { margin: 0; line-height: 1.65; color: var(--weichner-muted); }
.weichner-sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--weichner-rule); border: 1px solid var(--weichner-rule); }
.weichner-sector { min-height: 108px; display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 18px; padding: 20px; border: 0; background: #fff; color: var(--weichner-charcoal); text-align: left; cursor: pointer; }
.weichner-sector:hover { background: var(--weichner-wash); }
.weichner-sector[aria-pressed="true"] { background: var(--weichner-ink); color: #fff; }
.weichner-sector-mark { width: 24px; height: 24px; border: 1px solid currentColor; transform: rotate(45deg); opacity: .62; }
.weichner-sector[aria-pressed="true"] .weichner-sector-mark { border-color: var(--weichner-gold); opacity: 1; }
.weichner-sector-name { font: 600 .78rem/1.45 Arial, sans-serif; letter-spacing: .045em; text-transform: uppercase; }
.weichner-selection-note { min-height: 24px; margin: 24px 0 0; color: var(--weichner-muted); font-size: .9rem; }
.weichner-framework { grid-template-columns: repeat(2, 1fr); }
.weichner-framework li, .weichner-deliverables li { list-style: none; display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 22px 24px 22px 0; border-bottom: 1px solid var(--weichner-rule); line-height: 1.55; }
.weichner-framework li:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--weichner-rule); }
.weichner-framework span, .weichner-deliverables span { color: var(--weichner-gold); font-size: .72rem; letter-spacing: .12em; }
.weichner-assessment-wrap { width: min(880px, 100%); margin-inline: auto; }
.weichner-assessment-meta { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 18px; }
.weichner-step-label { margin: 0 0 8px; color: var(--weichner-gold); font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.weichner-step-title { margin: 0; color: var(--weichner-ink); font: 400 clamp(1.55rem, 3vw, 2.35rem)/1.1 Georgia, serif; }
.weichner-sector-current { max-width: 300px; margin: 0; color: var(--weichner-muted); font-size: .82rem; text-align: right; }
.weichner-progress { width: 100%; height: 3px; margin-bottom: 42px; background: var(--weichner-rule); }
.weichner-progress-bar { display: block; width: 10%; height: 100%; background: var(--weichner-gold); transition: width .25s ease; }
.weichner-question { margin: 0 0 34px; padding: 0 0 34px; border: 0; border-bottom: 1px solid var(--weichner-rule); }
.weichner-question legend { width: 100%; padding: 0; color: var(--weichner-ink); font: 400 1.2rem/1.45 Georgia, serif; }
.weichner-help { margin: 8px 0 18px; color: var(--weichner-muted); font-size: .88rem; line-height: 1.55; }
.weichner-options { display: grid; gap: 8px; }
.weichner-option { display: flex; align-items: flex-start; gap: 12px; min-height: 48px; padding: 13px 14px; border: 1px solid var(--weichner-rule); cursor: pointer; }
.weichner-option:has(input:checked) { border-color: var(--weichner-gold); background: var(--weichner-wash); }
.weichner-option input { margin-top: 2px; accent-color: var(--weichner-gold); }
.weichner-scale { grid-template-columns: repeat(5, 1fr); }
.weichner-scale .weichner-option { justify-content: center; text-align: center; }
.weichner-input, .weichner-note { width: 100%; min-height: 48px; padding: 13px 14px; border: 1px solid var(--weichner-rule); border-radius: 0; background: #fff; color: var(--weichner-ink); font: inherit; }
.weichner-note { min-height: 90px; margin-top: 10px; resize: vertical; }
.weichner-note-label { display: block; margin-top: 14px; color: var(--weichner-muted); font-size: .78rem; }
.weichner-validation { min-height: 22px; margin: -12px 0 18px; color: #8b2f26; font-size: .86rem; }
.weichner-controls { display: flex; justify-content: space-between; gap: 12px; }
.weichner-controls-end { display: flex; gap: 12px; }
.weichner-results { padding: 4px 0 18px; }
.weichner-results[hidden] { display: none; }
.weichner-results-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 34px 0; background: var(--weichner-rule); border: 1px solid var(--weichner-rule); }
.weichner-result-stat { padding: 24px; background: #fff; }
.weichner-result-stat span { display: block; margin-bottom: 9px; color: var(--weichner-muted); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.weichner-result-stat strong { color: var(--weichner-ink); font: 400 1.25rem Georgia, serif; }
.weichner-bars { display: grid; gap: 14px; margin: 28px 0 38px; }
.weichner-bar-row { display: grid; grid-template-columns: minmax(150px, 1fr) 2fr 42px; align-items: center; gap: 14px; font-size: .83rem; }
.weichner-bar-track { height: 7px; background: var(--weichner-rule); }
.weichner-bar-fill { display: block; height: 100%; background: var(--weichner-gold); }
.weichner-findings { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--weichner-rule); border: 1px solid var(--weichner-rule); }
.weichner-finding { padding: 24px; background: #fff; }
.weichner-finding h3 { margin: 0 0 12px; color: var(--weichner-ink); font: 400 1.15rem Georgia, serif; }
.weichner-finding p { margin: 0; color: var(--weichner-muted); line-height: 1.55; }
.weichner-notice { margin: 30px 0 0; padding: 18px 20px; border-left: 2px solid var(--weichner-gold); background: var(--weichner-wash); line-height: 1.6; }
.weichner-process { grid-template-columns: repeat(5, 1fr); }
.weichner-process article { padding: 26px 20px 26px 0; border-bottom: 1px solid var(--weichner-rule); }
.weichner-process article + article { padding-left: 20px; border-left: 1px solid var(--weichner-rule); }
.weichner-deliverables { grid-template-columns: repeat(2, 1fr); }
.weichner-deliverables li:nth-child(even) { padding-left: 24px; border-left: 1px solid var(--weichner-rule); }
.weichner-qualification { max-width: 70ch; margin: 28px 0 0; color: var(--weichner-muted); line-height: 1.65; }
.weichner-contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.weichner-field { display: grid; gap: 8px; }
.weichner-field-full { grid-column: 1 / -1; }
.weichner-field label, .weichner-consent { color: var(--weichner-ink); font-size: .82rem; }
.weichner-consent { display: flex; align-items: flex-start; gap: 10px; line-height: 1.5; }
.weichner-consent input { margin-top: 3px; accent-color: var(--weichner-gold); }
.weichner-contact-status { min-height: 24px; color: #8b2f26; font-size: .88rem; }
.weichner-footer { padding: 38px 0; }
.weichner-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: var(--weichner-muted); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.weichner-footer a { color: var(--weichner-ink); }
.weichner-experience :focus-visible { outline: 2px solid var(--weichner-gold); outline-offset: 3px; }

@media (max-width: 1024px) {
  .weichner-hero-grid { grid-template-columns: .9fr 1.1fr; gap: 34px; }
  .weichner-logo-stage img { width: min(100%, 540px); height: auto; }
  .weichner-nav { gap: 16px; }
  .weichner-nav a { font-size: .66rem; }
  .weichner-sector-grid { grid-template-columns: repeat(2, 1fr); }
  .weichner-process { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .weichner-shell { width: min(100% - 36px, 680px); }
  .weichner-header-inner { min-height: 62px; }
  .weichner-menu { display: inline-flex; align-items: center; justify-content: center; }
  .weichner-nav { position: absolute; top: 62px; left: 0; right: 0; display: none; padding: 20px 18px 28px; background: #fff; border-bottom: 1px solid var(--weichner-rule); flex-direction: column; align-items: stretch; }
  .weichner-nav.is-open { display: flex; }
  .weichner-nav a { min-height: 44px; display: flex; align-items: center; }
  .weichner-nav .weichner-return { padding-left: 0; border-left: 0; border-top: 1px solid var(--weichner-rule); }
  .weichner-hero { min-height: auto; }
  .weichner-hero-grid { grid-template-columns: 1fr; }
  .weichner-logo-stage { min-height: clamp(280px, 72vw, 430px); order: -1; }
  .weichner-logo-stage img { width: min(100%, 500px); height: auto; }
  .weichner-section-head { grid-template-columns: 1fr; gap: 18px; }
  .weichner-pillars, .weichner-framework, .weichner-process, .weichner-deliverables { grid-template-columns: 1fr; }
  .weichner-pillar + .weichner-pillar, .weichner-framework li:nth-child(even), .weichner-process article + article, .weichner-deliverables li:nth-child(even) { padding-left: 0; border-left: 0; }
  .weichner-results-summary { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .weichner-shell { width: min(100% - 28px, 500px); }
  .weichner-hero { padding: 42px 0 66px; }
  .weichner-logo-stage { min-height: 250px; }
  .weichner-logo-stage img { width: 100%; height: auto; }
  .weichner-hero h1 { max-width: 19ch; font-size: clamp(2rem, 9vw, 2.55rem); line-height: 1.08; letter-spacing: -.04em; }
  .weichner-actions, .weichner-controls, .weichner-controls-end { flex-direction: column; }
  .weichner-button { width: 100%; }
  .weichner-sector-grid, .weichner-findings, .weichner-contact-grid { grid-template-columns: 1fr; }
  .weichner-sector { min-height: 88px; }
  .weichner-assessment-meta { align-items: flex-start; flex-direction: column; }
  .weichner-sector-current { text-align: left; }
  .weichner-scale { grid-template-columns: 1fr; }
  .weichner-scale .weichner-option { justify-content: flex-start; text-align: left; }
  .weichner-bar-row { grid-template-columns: 1fr 38px; }
  .weichner-bar-track { grid-row: 2; grid-column: 1 / -1; }
  .weichner-footer-inner { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .weichner-progress-bar { transition: none; }
}
