:root {
  --navy: #0b2545;
  --navy-2: #153a62;
  --blue: #2e74b5;
  --blue-dark: #1f5f98;
  --teal: #0e7490;
  --teal-dark: #09647d;
  --green: #2e7d5b;
  --red: #a62a2a;
  --amber: #c88916;
  --purple: #70549c;
  --ink: #17243a;
  --text: #354254;
  --muted: #5f6b7a;
  --line: #dce3e9;
  --line-dark: #c7d1da;
  --page: #f7f9fa;
  --white: #fff;
  --pale-blue: #e8f1f8;
  --pale-teal: #eaf6f7;
  --pale-green: #edf7f0;
  --pale-amber: #fff7e3;
  --pale-purple: #f3eef8;
  --pale-red: #fdecec;
  --shadow-sm: 0 6px 22px rgba(11, 37, 69, .07);
  --shadow-md: 0 18px 48px rgba(11, 37, 69, .11);
  --shadow-lg: 0 28px 80px rgba(11, 37, 69, .16);
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --container: 1180px;
  --font: "Aptos", "Lato", "Segoe UI", Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; min-width: 320px; color: var(--text); background: var(--white); font-family: var(--font); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
body.demo-mode { background: #f4f7f9; overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { display: block; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--navy); line-height: 1.08; letter-spacing: -.025em; }
p { color: var(--text); }
[hidden] { display: none !important; }

.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.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; }
.svg-sprite { position: absolute; pointer-events: none; }
.skip-link { position: fixed; top: 10px; left: 12px; z-index: 9999; transform: translateY(-150%); padding: 11px 16px; border-radius: 8px; color: var(--white); background: var(--navy); font-weight: 700; transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #f0b429; outline-offset: 3px; }

.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 20px; font-weight: 500; letter-spacing: -.035em; white-space: nowrap; }
.brand strong { font-weight: 800; }
.brand-mark { width: 36px; height: 36px; flex: 0 0 36px; }
.brand-mark svg { width: 100%; height: 100%; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.brand-mark-bg { fill: var(--navy); stroke: var(--navy); }
.brand-mark-roof { stroke: #6ad1cf; stroke-width: 2.5; }
.brand-mark-bars { stroke: var(--white); stroke-width: 2.5; }
.brand-wordmark { font-weight: 800; }

.site-header { position: sticky; top: 0; z-index: 100; min-height: 76px; border-bottom: 1px solid rgba(213, 220, 227, .78); background: rgba(255,255,255,.92); backdrop-filter: blur(16px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { position: relative; color: #47566a; font-size: 14px; font-weight: 700; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--teal); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.mobile-menu-button { display: none; }
.mobile-nav { padding: 4px 24px 24px; border-top: 1px solid var(--line); background: var(--white); }
.mobile-nav a { display: block; padding: 13px 4px; border-bottom: 1px solid var(--line); color: var(--navy); font-weight: 700; }
.mobile-nav .button { width: 100%; margin-top: 16px; }

.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 17px; border: 1px solid transparent; border-radius: 10px; cursor: pointer; font-size: 14px; font-weight: 800; line-height: 1.2; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button svg, .text-button svg, .full-width-text-button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: var(--white); background: var(--navy); box-shadow: 0 8px 18px rgba(11,37,69,.15); }
.button-primary:hover { background: var(--navy-2); box-shadow: 0 10px 22px rgba(11,37,69,.2); }
.button-secondary { color: var(--navy); border-color: var(--line-dark); background: var(--white); }
.button-secondary:hover { border-color: #96a9ba; background: #f8fafb; }
.button-ghost { color: var(--navy); background: transparent; }
.button-ghost:hover { background: #f1f5f8; }
.button-large { min-height: 52px; padding: 14px 22px; border-radius: 12px; font-size: 15px; }
.button-light { color: var(--navy); background: var(--white); box-shadow: var(--shadow-sm); }
.button-light:hover { background: #f4f8fa; }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.04); }
.button-outline-light:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.7); }
.full-width-button { width: 100%; }
.icon-button { width: 44px; height: 44px; display: inline-grid; place-items: center; padding: 0; border: 1px solid transparent; border-radius: 11px; background: transparent; cursor: pointer; }
.icon-button:hover { background: #eef3f6; }
.icon-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.9; }
.text-button { display: inline-flex; align-items: center; gap: 8px; padding: 0; border: 0; color: var(--blue-dark); background: transparent; cursor: pointer; font-weight: 800; }

.hero { position: relative; min-height: 738px; display: grid; align-items: center; overflow: hidden; padding: 76px 0 88px; background: linear-gradient(145deg, #f8fbfc 0%, #f2f8fb 52%, #fbfcfa 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .38; background-image: radial-gradient(circle at 1px 1px, rgba(46,116,181,.14) 1px, transparent 0); background-size: 34px 34px; mask-image: linear-gradient(90deg, black, transparent 60%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { width: 460px; height: 460px; top: -220px; right: 8%; background: rgba(127, 204, 205, .2); }
.hero-glow-two { width: 320px; height: 320px; bottom: -190px; left: -70px; background: rgba(46, 116, 181, .11); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .93fr) minmax(510px, 1.07fr); align-items: center; gap: 62px; }
.hero-copy { padding-top: 8px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 17px; color: var(--teal-dark); font-size: 12px; font-weight: 900; letter-spacing: .13em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(14,116,144,.1); }
.hero h1 { max-width: 600px; margin-bottom: 24px; font-size: clamp(48px, 5.1vw, 73px); font-weight: 850; letter-spacing: -.055em; }
.hero h1 span, .section-heading h2 span { color: var(--teal); }
.hero-lead { max-width: 590px; margin-bottom: 31px; color: #526173; font-size: 19px; line-height: 1.63; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-assurances { display: flex; flex-wrap: wrap; gap: 21px; margin: 27px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 13px; font-weight: 700; }
.hero-assurances li { display: flex; align-items: center; gap: 6px; }
.hero-assurances svg { width: 15px; height: 15px; fill: none; stroke: var(--green); stroke-width: 2.5; }

.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.hero-card-shadow { position: absolute; width: 438px; height: 470px; border: 1px solid rgba(104,126,146,.13); border-radius: 26px; background: rgba(255,255,255,.62); }
.hero-card-shadow-one { transform: rotate(-5deg) translate(-25px, 14px); }
.hero-card-shadow-two { transform: rotate(5deg) translate(28px, 13px); }
.hero-match-card { position: relative; z-index: 2; width: min(468px, 88%); overflow: hidden; border: 1px solid #dbe4ea; border-radius: 25px; background: var(--white); box-shadow: var(--shadow-lg); }
.hero-card-topline { display: flex; align-items: center; justify-content: space-between; padding: 16px 19px 14px; }
.hero-card-topline > div { display: flex; flex-direction: column; }
.hero-card-topline strong { color: var(--navy); font-size: 14px; }
.mini-kicker, .micro-label { color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.sample-label { padding: 5px 8px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); background: #f8fafb; font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.hero-property-image { position: relative; height: 212px; overflow: hidden; }
.hero-property-image img { width: 100%; height: 100%; object-fit: cover; }
.status-pill { display: inline-flex; align-items: center; gap: 5px; width: fit-content; padding: 6px 9px; border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.status-pill svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2.5; }
.status-eligible { color: #24674b; background: #e7f4eb; }
.status-verify { color: #835a0d; background: #fff3d2; }
.status-excluded { color: #912727; background: #fbe9e9; }
.hero-property-image .status-pill { position: absolute; top: 12px; left: 12px; box-shadow: 0 2px 9px rgba(0,0,0,.08); }
.round-save-button { position: absolute; top: 11px; right: 11px; width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; color: var(--navy); background: rgba(255,255,255,.95); cursor: pointer; box-shadow: 0 4px 13px rgba(0,0,0,.11); }
.round-save-button svg { width: 19px; height: 19px; fill: transparent; stroke: currentColor; stroke-width: 1.8; transition: fill .2s ease, color .2s ease; }
.round-save-button.saved { color: #b73d54; }
.round-save-button.saved svg { fill: currentColor; }
.hero-property-body { padding: 17px 19px 14px; }
.property-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; }
.property-title-row h2 { margin: 0 0 2px; font-size: 18px; }
.property-title-row p { margin: 0; color: var(--muted); font-size: 12px; }
.property-price { flex: 0 0 auto; color: var(--navy); font-size: 17px; }
.property-facts { display: flex; align-items: center; gap: 16px; padding: 12px 0 13px; border-bottom: 1px solid var(--line); color: #667386; font-size: 11px; }
.property-facts span { display: flex; align-items: center; gap: 4px; }
.property-facts svg { width: 15px; height: 15px; fill: none; stroke: #6f7f90; stroke-width: 1.8; }
.property-facts strong { color: var(--ink); }
.score-row { display: grid; grid-template-columns: 55px 1fr; align-items: center; gap: 13px; padding: 13px 0 11px; }
.score-ring { --score: 0; position: relative; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--teal) calc(var(--score) * 1%), #e4ecef 0); }
.score-86 { --score: 86; }
.coverage-92 { width: 92%; }
.score-ring::after { content: ""; position: absolute; inset: 5px; border-radius: 50%; background: var(--white); }
.score-ring > span { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; line-height: 1; }
.score-ring strong { color: var(--navy); font-size: 15px; }
.score-ring small { margin-top: 2px; color: var(--muted); font-size: 7px; font-weight: 800; text-transform: uppercase; }
.coverage-line { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 7px; }
.coverage-line strong { color: var(--navy); font-size: 11px; }
.coverage-line span { color: var(--muted); font-size: 9px; }
.mini-progress, .coverage-track { height: 5px; overflow: hidden; border-radius: 99px; background: #e7edf0; }
.mini-progress span, .coverage-track span { display: block; height: 100%; border-radius: inherit; background: var(--teal); }
.match-reasons { display: flex; flex-wrap: wrap; gap: 5px; }
.match-reasons span { display: inline-flex; align-items: center; gap: 4px; padding: 5px 7px; border-radius: 6px; color: #356a55; background: #edf7f0; font-size: 8px; font-weight: 800; }
.match-reasons span.needs-check { color: #805a16; background: #fff6df; }
.match-reasons svg { width: 11px; height: 11px; fill: none; stroke: currentColor; stroke-width: 2.4; }
.full-width-text-button { width: 100%; justify-content: center; margin-top: 11px; padding: 11px 0 0; border-top: 1px solid var(--line); font-size: 11px; }
.floating-proof { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; min-width: 190px; padding: 11px 13px; border: 1px solid rgba(203,214,223,.9); border-radius: 13px; background: rgba(255,255,255,.97); box-shadow: var(--shadow-md); }
.floating-proof > span:not(.proof-icon):not(.avatar-stack) { display: flex; flex-direction: column; }
.floating-proof strong { color: var(--navy); font-size: 10px; }
.floating-proof small { color: var(--muted); font-size: 8px; }
.floating-proof-coverage { top: 104px; right: -9px; }
.floating-proof-group { bottom: 80px; left: -6px; }
.proof-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; color: var(--teal); background: var(--pale-teal); }
.proof-icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar { width: 32px; height: 32px; display: inline-grid; place-items: center; flex: 0 0 32px; border: 2px solid var(--white); border-radius: 50%; color: var(--white); font-size: 11px; font-weight: 900; }
.avatar-stack .avatar { margin-left: -8px; }
.avatar-a { background: #315f87; }
.avatar-j { background: #8a5b79; }
.avatar-m { background: #427d67; }

.principle-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.principle-grid > div { display: flex; align-items: center; justify-content: center; gap: 16px; min-height: 102px; padding: 18px 30px; border-right: 1px solid var(--line); }
.principle-grid > div:last-child { border-right: 0; }
.principle-grid > div > span:last-child { display: flex; flex-direction: column; }
.principle-number { color: #5f7181; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.principle-grid strong { color: var(--navy); font-size: 14px; }
.principle-grid small { color: var(--muted); font-size: 12px; }

.section { padding: 112px 0; }
.section-heading { max-width: 780px; margin: 0 auto 58px; }
.section-heading.centered { text-align: center; }
.section-heading.narrow { max-width: 690px; }
.section-heading h2, .split-heading h2, .explain-copy h2, .collaboration-copy h2, .faq-heading h2 { margin-bottom: 20px; font-size: clamp(35px, 4vw, 52px); font-weight: 820; letter-spacing: -.045em; }
.section-heading p { max-width: 650px; margin: 0 auto; color: var(--muted); font-size: 17px; line-height: 1.65; }
.section-intro { background: var(--white); }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 0; padding: 0; list-style: none; counter-reset: step; }
.journey-grid li { position: relative; min-height: 275px; padding: 31px; border: 1px solid var(--line); border-radius: 20px; background: #fbfcfd; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.journey-grid li:hover { transform: translateY(-5px); border-color: #b9cbd8; box-shadow: var(--shadow-sm); }
.journey-grid li:not(:last-child)::after { content: ""; position: absolute; z-index: 2; top: 77px; right: -34px; width: 43px; height: 1px; background: #a9bcc9; }
.journey-grid li:not(:last-child)::before { content: ""; position: absolute; z-index: 3; top: 73px; right: -34px; width: 9px; height: 9px; border-top: 1px solid #8298a8; border-right: 1px solid #8298a8; transform: rotate(45deg); }
.journey-step { position: absolute; top: 25px; right: 27px; color: #a0adba; font-size: 12px; font-weight: 900; }
.journey-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 27px; border-radius: 15px; }
.journey-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.journey-icon-blue { color: var(--blue); background: var(--pale-blue); }
.journey-icon-green { color: var(--green); background: var(--pale-green); }
.journey-icon-purple { color: var(--purple); background: var(--pale-purple); }
.journey-grid h3 { margin-bottom: 12px; font-size: 20px; }
.journey-grid p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.personal-section { background: #f5f8fa; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; margin-bottom: 50px; }
.split-heading h2 { max-width: 710px; margin-bottom: 0; }
.split-heading > p { margin: 0 0 6px; color: var(--muted); line-height: 1.7; }
.criteria-showcase { display: grid; grid-template-columns: 390px minmax(0, 1fr); min-height: 520px; overflow: hidden; border: 1px solid #d8e0e6; border-radius: 25px; background: var(--white); box-shadow: 0 10px 34px rgba(11,37,69,.05); }
.criteria-list { padding: 23px; border-right: 1px solid var(--line); background: #fbfcfd; }
.criteria-tab { width: 100%; min-height: 96px; display: grid; grid-template-columns: 47px 1fr 18px; align-items: center; gap: 14px; padding: 15px; border: 1px solid transparent; border-radius: 14px; text-align: left; background: transparent; cursor: pointer; transition: background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.criteria-tab + .criteria-tab { margin-top: 5px; }
.criteria-tab.active { border-color: #d5e1e8; background: var(--white); box-shadow: 0 5px 16px rgba(11,37,69,.06); }
.criteria-tab > span:nth-child(2) { display: flex; flex-direction: column; }
.criteria-tab strong { color: var(--navy); font-size: 15px; }
.criteria-tab small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.criteria-tab > svg { width: 18px; height: 18px; fill: none; stroke: #8b9caa; stroke-width: 1.8; }
.criteria-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 12px; font-size: 21px; font-weight: 800; }
.criteria-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.criteria-icon-purple { color: var(--purple); background: var(--pale-purple); }
.criteria-icon-teal { color: var(--teal); background: var(--pale-teal); }
.criteria-icon-blue { color: var(--blue); background: var(--pale-blue); }
.criteria-icon-amber { color: #a66e0b; background: var(--pale-amber); }
.criterion-panel { display: grid; grid-template-rows: 1.16fr .84fr; }
.criterion-visual { position: relative; display: grid; place-items: center; min-height: 310px; overflow: hidden; background: linear-gradient(145deg, #f5f0fb 0%, #eef5fa 100%); }
.criterion-orbit { position: absolute; border: 1px solid rgba(112,84,156,.14); border-radius: 50%; }
.orbit-one { width: 360px; height: 360px; }
.orbit-two { width: 235px; height: 235px; }
.number-card { position: absolute; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(131,104,164,.2); border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: 0 14px 35px rgba(62,42,87,.12); }
.number-card span { color: var(--navy); font-size: 34px; font-weight: 850; line-height: 1; }
.number-card small, .number-card em { color: var(--muted); font-size: 9px; font-style: normal; font-weight: 800; text-transform: uppercase; }
.number-card svg { position: absolute; top: 10px; right: 10px; width: 17px; height: 17px; fill: none; stroke-width: 2.4; }
.number-card-pass { width: 126px; height: 116px; transform: translate(-100px, 6px) rotate(-5deg); }
.number-card-pass svg { stroke: var(--green); }
.number-card-fail { width: 126px; height: 116px; transform: translate(98px, -30px) rotate(6deg); }
.number-card-fail svg { stroke: var(--red); }
.number-card-unit { width: 153px; height: 87px; transform: translate(45px, 107px) rotate(-2deg); }
.number-card-unit span { font-size: 25px; }
.criterion-copy { padding: 28px 36px 32px; border-top: 1px solid var(--line); }
.criterion-copy h3 { max-width: 580px; margin: 7px 0 10px; font-size: 24px; }
.criterion-copy > p { max-width: 650px; margin-bottom: 20px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.rule-summary { display: flex; align-items: center; gap: 12px; }
.rule-summary > span { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 38px; border-radius: 10px; color: var(--red); background: var(--pale-red); }
.rule-summary svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; }
.rule-summary div { display: flex; flex-direction: column; }
.rule-summary strong { color: var(--navy); font-size: 12px; }
.rule-summary small { color: var(--muted); font-size: 10px; }
.criterion-simple { background: linear-gradient(145deg, #eef7f7, #eef3f9); }
.criterion-feature, .criterion-house { position: absolute; z-index: 3; display: grid; place-items: center; border-radius: 50%; color: var(--teal); background: var(--white); box-shadow: var(--shadow-md); }
.criterion-feature { width: 62px; height: 62px; }
.criterion-house { width: 74px; height: 74px; left: 27%; top: 42%; }
.criterion-feature svg, .criterion-house svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.criterion-house svg { width: 34px; height: 34px; }
.train-feature { right: 25%; top: 36%; color: var(--blue); }
.criterion-line.rail-line { position: absolute; left: 0; right: 0; top: 31%; height: 10px; border-top: 3px solid #6e8191; border-bottom: 3px solid #6e8191; transform: rotate(-8deg); }
.criterion-line.rail-line::after { content: ""; position: absolute; inset: -9px 0; opacity: .5; background: repeating-linear-gradient(90deg, transparent 0 16px, #748795 16px 20px); }
.criterion-distance, .criterion-target { position: absolute; z-index: 4; display: flex; flex-direction: column; padding: 10px 13px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.95); box-shadow: var(--shadow-sm); }
.criterion-distance { left: 42%; bottom: 19%; }
.criterion-target { right: 13%; bottom: 14%; }
.criterion-distance strong, .criterion-target strong { color: var(--navy); font-size: 14px; }
.criterion-distance small, .criterion-target small { color: var(--muted); font-size: 8px; }
.map-feature { left: 45%; top: 37%; color: var(--purple); }
.route-line { position: absolute; z-index: 1; height: 3px; border-radius: 3px; background: repeating-linear-gradient(90deg, var(--teal) 0 8px, transparent 8px 13px); transform-origin: left center; }
.route-one { width: 255px; left: 20%; top: 62%; transform: rotate(-21deg); }
.route-two { width: 215px; left: 49%; top: 51%; transform: rotate(18deg); }
.route-stop { position: absolute; z-index: 2; padding: 8px 11px; border: 1px solid var(--line); border-radius: 8px; color: var(--navy); background: var(--white); box-shadow: var(--shadow-sm); font-size: 9px; font-weight: 850; }
.stop-home { left: 14%; bottom: 22%; }
.stop-work { right: 10%; bottom: 16%; }
.stop-park { right: 17%; top: 16%; }
.inspect-feature { left: 25%; top: 38%; color: #9a6c16; }
.check-sheet { position: absolute; right: 17%; width: 260px; display: grid; gap: 10px; padding: 22px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); box-shadow: var(--shadow-md); transform: rotate(2deg); }
.check-sheet span { display: flex; align-items: center; gap: 8px; padding-bottom: 9px; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 10px; font-weight: 750; }
.check-sheet span:last-child { padding-bottom: 0; border-bottom: 0; }
.check-sheet svg { width: 15px; height: 15px; fill: none; stroke: var(--teal); stroke-width: 2; }

.explain-section { background: var(--white); }
.explain-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 92px; }
.explain-copy > p { max-width: 520px; margin-bottom: 31px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.feature-check-list { display: grid; gap: 20px; margin: 0 0 33px; padding: 0; list-style: none; }
.feature-check-list li { display: flex; align-items: flex-start; gap: 13px; }
.feature-check-list li > span { width: 35px; height: 35px; display: grid; place-items: center; flex: 0 0 35px; border-radius: 10px; color: var(--teal); background: var(--pale-teal); }
.feature-check-list svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2.2; }
.feature-check-list div { display: flex; flex-direction: column; }
.feature-check-list strong { color: var(--navy); font-size: 14px; }
.feature-check-list small { margin-top: 2px; color: var(--muted); font-size: 12px; }
.evidence-card { overflow: hidden; border: 1px solid #d6e0e6; border-radius: 22px; background: var(--white); box-shadow: var(--shadow-md); }
.evidence-card-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 26px 28px 20px; }
.evidence-card-header h3 { margin: 11px 0 0; font-size: 22px; }
.compact-score { width: 68px; height: 68px; display: flex; flex-direction: column; align-items: center; justify-content: center; flex: 0 0 68px; border: 5px solid #d8eeec; border-top-color: var(--teal); border-right-color: var(--teal); border-radius: 50%; }
.compact-score strong { color: var(--navy); font-size: 18px; line-height: 1; }
.compact-score span { color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.evidence-coverage { padding: 0 28px 20px; border-bottom: 1px solid var(--line); }
.evidence-coverage > div:first-child { display: flex; justify-content: space-between; margin-bottom: 8px; color: var(--muted); font-size: 11px; }
.evidence-coverage strong { color: var(--navy); }
.coverage-track { height: 7px; }
.evidence-list { padding: 5px 28px; }
.evidence-list article { display: grid; grid-template-columns: 33px 1fr; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.evidence-list article:last-child { border-bottom: 0; }
.evidence-state { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; }
.evidence-state svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2.3; }
.evidence-pass { color: var(--green); background: var(--pale-green); }
.evidence-unknown { color: #9a6810; background: var(--pale-amber); }
.evidence-title { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.evidence-title strong { color: var(--navy); font-size: 13px; }
.evidence-title span { padding: 3px 6px; border-radius: 5px; color: var(--muted); background: #f0f3f5; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.evidence-list p { margin: 3px 0 2px; color: #465568; font-size: 12px; }
.evidence-list small { color: var(--muted); font-size: 9px; }
.evidence-source-button { width: 100%; min-height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; border: 0; border-top: 1px solid var(--line); color: var(--blue-dark); background: #f8fbfc; cursor: pointer; font-size: 11px; font-weight: 800; }
.evidence-source-button span { display: flex; align-items: center; gap: 7px; }
.evidence-source-button svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; }

.collaboration-section { overflow: hidden; background: #f2f7f7; }
.collaboration-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 92px; }
.collaboration-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.collaboration-visual::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; background: #e0eff0; }
.group-board { position: relative; z-index: 2; width: min(500px, 89%); padding: 22px; border: 1px solid #d7e2e5; border-radius: 23px; background: var(--white); box-shadow: var(--shadow-lg); }
.group-board-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.group-board-head h3 { margin: 4px 0 0; font-size: 21px; }
.group-property-row { display: grid; grid-template-columns: 82px 1fr 18px; align-items: center; gap: 13px; padding: 11px; border: 1px solid var(--line); border-radius: 13px; }
.group-property-row + .group-property-row { margin-top: 10px; }
.group-property-row img { width: 82px; height: 70px; border-radius: 9px; object-fit: cover; }
.group-property-row > div { display: flex; flex-direction: column; align-items: flex-start; min-width: 0; }
.group-property-row strong { margin-top: 5px; color: var(--navy); font-size: 13px; }
.group-property-row small { color: var(--muted); font-size: 10px; }
.group-property-row > svg { width: 17px; height: 17px; fill: none; stroke: #8797a6; stroke-width: 1.8; }
.consensus-tag { display: inline-flex; align-items: center; gap: 4px; padding: 4px 6px; border-radius: 5px; font-size: 8px; font-weight: 900; text-transform: uppercase; }
.consensus-tag svg { width: 11px; height: 11px; fill: none; stroke: currentColor; stroke-width: 2; }
.consensus-favourite { color: #276d50; background: var(--pale-green); }
.consensus-favourite svg { fill: currentColor; }
.consensus-discuss { color: #805c1c; background: var(--pale-amber); }
.group-task { display: grid; grid-template-columns: 37px 1fr auto; align-items: center; gap: 11px; margin-top: 13px; padding: 13px; border-radius: 12px; background: #f2f5f7; }
.task-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 9px; color: var(--blue); background: var(--pale-blue); }
.task-icon svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; }
.group-task > div { display: flex; flex-direction: column; }
.group-task strong { color: var(--navy); font-size: 11px; }
.group-task small { color: var(--muted); font-size: 9px; }
.task-date { color: var(--blue-dark); font-size: 10px; font-weight: 800; }
.reaction-float { position: absolute; z-index: 3; display: flex; align-items: center; gap: 7px; }
.reaction-like { top: 105px; right: -5px; }
.reaction-unsure { bottom: 105px; left: -9px; }
.reaction-bubble { display: inline-flex; align-items: center; gap: 5px; padding: 8px 11px; border: 1px solid #d3dee4; border-radius: 999px 999px 999px 4px; color: var(--navy); background: var(--white); box-shadow: var(--shadow-sm); font-size: 10px; font-weight: 900; }
.reaction-bubble svg { width: 14px; height: 14px; fill: none; stroke: var(--teal); stroke-width: 2; }
.collaboration-copy > p { margin-bottom: 31px; color: var(--muted); font-size: 16px; line-height: 1.72; }
.collab-features { display: grid; gap: 18px; margin-bottom: 32px; }
.collab-features > div { display: flex; align-items: flex-start; gap: 12px; }
.collab-features > div > span { width: 35px; height: 35px; display: grid; place-items: center; flex: 0 0 35px; border-radius: 10px; color: var(--purple); background: var(--pale-purple); }
.collab-features svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; }
.collab-features p { display: flex; flex-direction: column; margin: 0; }
.collab-features strong { color: var(--navy); font-size: 13px; }
.collab-features small { margin-top: 1px; color: var(--muted); font-size: 11px; }

.trust-section { background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.trust-grid article { padding: 30px; border: 1px solid var(--line); border-radius: 19px; background: #fbfcfd; }
.trust-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 23px; border-radius: 13px; }
.trust-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.trust-icon-blue { color: var(--blue); background: var(--pale-blue); }
.trust-icon-teal { color: var(--teal); background: var(--pale-teal); }
.trust-icon-green { color: var(--green); background: var(--pale-green); }
.trust-grid h3 { margin-bottom: 11px; font-size: 19px; }
.trust-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.principles-callout { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 16px; margin-top: 26px; padding: 21px 25px; border: 1px solid #cadfe1; border-radius: 16px; background: var(--pale-teal); }
.callout-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 11px; color: var(--teal); background: var(--white); }
.callout-mark svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.principles-callout p { display: flex; flex-direction: column; margin: 0; }
.principles-callout strong { color: var(--navy); font-size: 13px; }
.principles-callout p span { color: var(--muted); font-size: 11px; }
.principles-callout a { display: inline-flex; align-items: center; gap: 7px; color: var(--teal-dark); font-size: 11px; font-weight: 900; }
.principles-callout a svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; }

.faq-section { background: #f6f8f9; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 100px; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading p { max-width: 420px; color: var(--muted); line-height: 1.7; }
.accordion { border-top: 1px solid #cfd8df; }
.accordion details { border-bottom: 1px solid #cfd8df; }
.accordion summary { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--navy); cursor: pointer; font-size: 16px; font-weight: 800; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 32px; border-radius: 50%; background: var(--white); }
.accordion summary svg { width: 16px; height: 16px; fill: none; stroke: var(--teal); stroke-width: 2; transition: transform .2s ease; }
.accordion details[open] summary svg { transform: rotate(45deg); }
.accordion details p { max-width: 650px; margin: -5px 55px 25px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.final-cta { position: relative; overflow: hidden; padding: 100px 0; color: var(--white); background: var(--navy); }
.final-cta::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.35) 1px, transparent 0); background-size: 38px 38px; }
.final-cta-orb { position: absolute; border: 1px solid rgba(109,206,205,.2); border-radius: 50%; }
.orb-left { width: 420px; height: 420px; left: -220px; top: -120px; }
.orb-right { width: 520px; height: 520px; right: -240px; bottom: -320px; }
.final-cta-inner { position: relative; z-index: 1; max-width: 800px; text-align: center; }
.light-kicker { color: #79d5d2; }
.final-cta h2 { margin-bottom: 16px; color: var(--white); font-size: clamp(40px, 5vw, 58px); }
.final-cta p { margin-bottom: 28px; color: #cad8e5; font-size: 17px; }
.final-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.final-cta small { display: block; margin-top: 24px; color: #96aabd; font-size: 11px; }

.site-footer { color: #c9d5df; background: #071d35; }
.footer-top { display: grid; grid-template-columns: 1.75fr repeat(3, 1fr); gap: 60px; padding-top: 66px; padding-bottom: 52px; }
.footer-brand { color: var(--white); }
.footer-brand-column > p { max-width: 315px; margin: 20px 0 18px; color: #9eb0c0; font-size: 13px; line-height: 1.65; }
.australia-label { color: #c6d3de; font-size: 11px; font-weight: 800; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links h2 { margin-bottom: 7px; color: var(--white); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.footer-links a, .footer-links button { padding: 0; border: 0; color: #9eb0c0; background: transparent; cursor: pointer; font-size: 12px; }
.footer-links a:hover, .footer-links button:hover { color: var(--white); }
.footer-bottom { display: flex; align-items: flex-start; justify-content: space-between; gap: 50px; padding-top: 21px; padding-bottom: 26px; border-top: 1px solid rgba(205,221,232,.13); }
.footer-bottom p { margin: 0; color: #7e94a7; font-size: 9px; }
.footer-bottom p:last-child { max-width: 660px; text-align: right; }

/* Interactive application */
.app-shell { position: fixed; inset: 0; z-index: 500; overflow: hidden; color: var(--text); background: #f4f7f9; }
.app-topbar { position: relative; z-index: 4; height: 70px; display: grid; grid-template-columns: 250px minmax(260px, 560px) 1fr; align-items: center; gap: 24px; padding: 0 25px; border-bottom: 1px solid var(--line); background: var(--white); }
.app-brand { font-size: 18px; }
.app-brand .brand-mark { width: 33px; height: 33px; flex-basis: 33px; }
.app-search { min-height: 42px; display: flex; align-items: center; gap: 10px; padding: 0 12px; border: 1px solid #d5dee5; border-radius: 10px; background: #f7f9fa; }
.app-search > svg { width: 18px; height: 18px; flex: 0 0 18px; fill: none; stroke: #718091; stroke-width: 1.8; }
.app-search input { width: 100%; min-width: 0; padding: 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 13px; }
.app-search input::placeholder { color: #8995a2; }
.app-search kbd { padding: 2px 6px; border: 1px solid #d6dde3; border-radius: 5px; color: #84919e; background: var(--white); font-family: inherit; font-size: 9px; white-space: nowrap; }
.app-top-actions { display: flex; align-items: center; justify-content: flex-end; gap: 7px; }
.app-top-actions .icon-button { position: relative; border-color: var(--line); }
.notification-dot { position: absolute; top: 9px; right: 10px; width: 7px; height: 7px; border: 2px solid var(--white); border-radius: 50%; background: #ca4f4f; }
.profile-menu { min-height: 46px; display: grid; grid-template-columns: 33px 1fr 16px; align-items: center; gap: 9px; padding: 4px 8px 4px 5px; border: 0; border-radius: 10px; text-align: left; background: transparent; cursor: pointer; }
.profile-menu:hover { background: #f3f6f8; }
.profile-menu > span:nth-child(2) { display: flex; flex-direction: column; }
.profile-menu strong { color: var(--navy); font-size: 11px; }
.profile-menu small { color: var(--muted); font-size: 8px; }
.profile-menu > svg { width: 15px; height: 15px; fill: none; stroke: #788695; stroke-width: 1.8; }
.app-layout { height: calc(100vh - 70px); display: grid; grid-template-columns: 250px minmax(0, 1fr); }
.app-sidebar { position: relative; display: flex; flex-direction: column; padding: 18px 14px 15px; border-right: 1px solid var(--line); background: var(--white); overflow-y: auto; }
.profile-switcher { display: grid; grid-template-columns: 37px 1fr 32px; align-items: center; gap: 9px; margin-bottom: 16px; padding: 9px; border: 1px solid var(--line); border-radius: 11px; background: #f8fafb; }
.profile-home-icon { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 9px; color: var(--teal); background: var(--pale-teal); }
.profile-home-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; }
.profile-switcher > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }
.profile-switcher small { color: var(--muted); font-size: 8px; text-transform: uppercase; }
.profile-switcher strong { overflow: hidden; color: var(--navy); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.small-icon-button { width: 30px; height: 30px; }
.small-icon-button svg { width: 14px; height: 14px; }
.app-nav { display: grid; gap: 4px; }
.app-nav-item { position: relative; width: 100%; min-height: 44px; display: grid; grid-template-columns: 21px 1fr auto; align-items: center; gap: 10px; padding: 0 11px; border: 0; border-radius: 9px; color: #566477; text-align: left; background: transparent; cursor: pointer; font-size: 12px; font-weight: 750; }
.app-nav-item:hover { color: var(--navy); background: #f3f6f8; }
.app-nav-item.active { color: var(--navy); background: var(--pale-teal); }
.app-nav-item.active::before { content: ""; position: absolute; left: 0; top: 9px; bottom: 9px; width: 3px; border-radius: 3px; background: var(--teal); }
.app-nav-item > svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.app-nav-item em { min-width: 22px; padding: 2px 6px; border-radius: 999px; color: #778594; background: #edf1f3; font-size: 8px; font-style: normal; text-align: center; }
.app-nav-item.active em { color: var(--teal-dark); background: rgba(14,116,144,.11); }
.nav-alert-dot { width: 7px; height: 7px; border-radius: 50%; background: #cb5555; }
.sidebar-divider { height: 1px; margin: 17px 9px; background: var(--line); }
.secondary-app-nav .app-nav-item { font-size: 11px; }
.sidebar-trust { display: flex; align-items: flex-start; gap: 9px; margin-top: auto; padding: 13px; border-radius: 10px; background: #f3f8f8; }
.sidebar-trust > svg { width: 17px; height: 17px; flex: 0 0 17px; fill: none; stroke: var(--teal); stroke-width: 2; }
.sidebar-trust p { display: flex; flex-direction: column; margin: 0; }
.sidebar-trust strong { color: var(--navy); font-size: 9px; }
.sidebar-trust span { color: var(--muted); font-size: 8px; line-height: 1.4; }
.clear-prototype-button { min-height: 36px; margin-top: 7px; padding: 0 12px; border: 0; border-radius: 8px; color: var(--muted); text-align: left; background: transparent; cursor: pointer; font-size: 10px; font-weight: 800; }
.clear-prototype-button:hover { color: var(--red); background: var(--pale-red); }
.exit-demo-button { min-height: 38px; display: flex; align-items: center; gap: 8px; margin-top: 9px; padding: 0 12px; border: 0; border-radius: 8px; color: var(--muted); background: transparent; cursor: pointer; font-size: 10px; font-weight: 800; }
.exit-demo-button:hover { color: var(--navy); background: #f2f5f7; }
.exit-demo-button svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; }
.app-content { position: relative; overflow-y: auto; padding: 28px clamp(24px, 3.1vw, 48px) 60px; outline: none; }
.mobile-app-nav { display: none; }

.app-page { width: min(1320px, 100%); margin-inline: auto; }
.mobile-profile-chip { display: none; }
.app-page-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 23px; }
.app-page-head h1 { margin: 0 0 5px; font-size: 27px; letter-spacing: -.035em; }
.app-page-head p { margin: 0; color: var(--muted); font-size: 12px; }
.demo-data-banner { display: inline-flex; align-items: center; gap: 7px; margin-top: 9px; padding: 5px 8px; border-radius: 6px; color: #6f5a28; background: #fff5d9; font-size: 8px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.demo-data-banner svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 2; }
.head-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.head-actions .button { min-height: 40px; padding: 9px 13px; font-size: 11px; }
.profile-health-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin-bottom: 20px; padding: 14px 17px; border: 1px solid #cfe0e2; border-radius: 13px; background: #f0f8f8; }
.profile-health-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; color: var(--teal); background: var(--white); }
.profile-health-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; }
.profile-health-card p { display: flex; flex-direction: column; margin: 0; }
.profile-health-card strong { color: var(--navy); font-size: 11px; }
.profile-health-card span { color: var(--muted); font-size: 9px; }
.profile-health-card button { padding: 0; border: 0; color: var(--teal-dark); background: transparent; cursor: pointer; font-size: 9px; font-weight: 900; }
.results-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.result-tabs { display: flex; align-items: center; gap: 3px; }
.result-tab { min-height: 36px; display: inline-flex; align-items: center; gap: 6px; padding: 0 12px; border: 0; border-radius: 8px; color: var(--muted); background: transparent; cursor: pointer; font-size: 10px; font-weight: 850; }
.result-tab:hover { color: var(--navy); background: #edf2f4; }
.result-tab.active { color: var(--navy); background: var(--white); box-shadow: 0 2px 9px rgba(11,37,69,.08); }
.result-tab em { min-width: 18px; padding: 2px 5px; border-radius: 999px; color: #778493; background: #e9eef1; font-size: 8px; font-style: normal; text-align: center; }
.result-controls { display: flex; align-items: center; gap: 7px; }
.sort-select { min-height: 36px; padding: 0 30px 0 10px; border: 1px solid #d3dde4; border-radius: 8px; color: var(--ink); background: var(--white); font-size: 10px; font-weight: 700; }
.view-toggle { display: flex; padding: 3px; border: 1px solid #d3dde4; border-radius: 8px; background: var(--white); }
.view-toggle button { width: 30px; height: 28px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 6px; color: #778594; background: transparent; cursor: pointer; }
.view-toggle button.active { color: var(--navy); background: #eaf0f3; }
.view-toggle svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.property-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.property-card { position: relative; overflow: hidden; border: 1px solid #dbe3e8; border-radius: 15px; background: var(--white); box-shadow: 0 3px 13px rgba(11,37,69,.035); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.property-card:hover { transform: translateY(-3px); border-color: #b8cad6; box-shadow: 0 10px 25px rgba(11,37,69,.08); }
.property-card-image { position: relative; height: 184px; overflow: hidden; cursor: pointer; }
.property-image-open { position: absolute; inset: 0; width: 100%; height: 100%; display: block; padding: 0; border: 0; background: transparent; cursor: pointer; }
.property-image-open:focus-visible { outline-offset: -4px; }
.property-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.property-card-image .status-pill, .property-card-image .round-save-button { z-index: 2; }
.property-card:hover .property-card-image img { transform: scale(1.025); }
.property-card-image .status-pill { position: absolute; top: 10px; left: 10px; }
.property-card-image .round-save-button { top: 9px; right: 9px; width: 35px; height: 35px; }
.property-card-image .round-save-button svg { width: 17px; height: 17px; }
.property-card-content { padding: 14px 15px 15px; }
.property-card-title { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.property-card-title h2 { margin: 0 0 3px; font-size: 15px; }
.property-card-title p { margin: 0; color: var(--muted); font-size: 9px; }
.property-card-title strong { flex: 0 0 auto; color: var(--navy); font-size: 13px; }
.property-card .property-facts { gap: 12px; padding: 0 0 11px; font-size: 9px; }
.property-card .score-row { grid-template-columns: 47px 1fr; gap: 10px; padding: 11px 0 9px; }
.property-card .score-ring { width: 45px; height: 45px; }
.property-card .score-ring strong { font-size: 12px; }
.property-card .coverage-line { margin-bottom: 5px; }
.property-card .coverage-line strong { font-size: 9px; }
.property-card .coverage-line span { font-size: 8px; }
.card-reason { min-height: 34px; display: flex; align-items: flex-start; gap: 6px; margin: 2px 0 11px; padding: 8px; border-radius: 7px; color: #3b6c56; background: #edf7f0; font-size: 9px; line-height: 1.45; }
.card-reason.warning { color: #7b5a1b; background: #fff6df; }
.card-reason.failure { color: #8b3030; background: #fceeee; }
.card-reason svg { width: 13px; height: 13px; flex: 0 0 13px; fill: none; stroke: currentColor; stroke-width: 2.2; }
.property-card-footer { min-height: 37px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 11px; border-top: 1px solid var(--line); }
.consensus-mini { display: inline-flex; align-items: center; gap: 5px; color: var(--muted); font-size: 8px; font-weight: 800; }
.consensus-mini svg { width: 13px; height: 13px; fill: none; stroke: var(--purple); stroke-width: 2; }
.property-card-footer button { padding: 0; border: 0; color: var(--blue-dark); background: transparent; cursor: pointer; font-size: 9px; font-weight: 900; }
.empty-state { display: grid; place-items: center; min-height: 340px; padding: 40px; border: 1px dashed #bdcad3; border-radius: 16px; text-align: center; background: rgba(255,255,255,.65); }
.empty-state > div { max-width: 430px; }
.empty-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 17px; border-radius: 15px; color: var(--teal); background: var(--pale-teal); }
.empty-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.empty-state h2 { margin-bottom: 9px; font-size: 20px; }
.empty-state p { margin-bottom: 20px; color: var(--muted); font-size: 12px; }
.map-results { min-height: 565px; display: grid; grid-template-columns: 390px 1fr; overflow: hidden; border: 1px solid #d5dfe5; border-radius: 16px; background: var(--white); }
.map-list { padding: 14px; border-right: 1px solid var(--line); overflow-y: auto; }
.map-list-card { display: grid; grid-template-columns: 77px 1fr auto; align-items: center; gap: 10px; padding: 10px; border: 1px solid transparent; border-radius: 10px; cursor: pointer; }
.map-list-card:hover { border-color: var(--line); background: #f8fafb; }
.map-list-card img { width: 77px; height: 62px; border-radius: 7px; object-fit: cover; }
.map-list-card div { min-width: 0; display: flex; flex-direction: column; }
.map-list-card strong { overflow: hidden; color: var(--navy); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.map-list-card small { color: var(--muted); font-size: 8px; }
.map-list-card em { color: var(--teal-dark); font-size: 10px; font-style: normal; font-weight: 900; }
.map-canvas { position: relative; overflow: hidden; background-color: #e8ece9; background-image: linear-gradient(30deg, transparent 48%, rgba(255,255,255,.92) 49%, rgba(255,255,255,.92) 53%, transparent 54%), linear-gradient(120deg, transparent 47%, rgba(255,255,255,.85) 48%, rgba(255,255,255,.85) 52%, transparent 53%), linear-gradient(8deg, transparent 48%, rgba(177,199,217,.7) 49%, rgba(177,199,217,.7) 51%, transparent 52%); background-size: 170px 145px, 210px 180px, 260px 210px; }
.map-canvas::before, .map-canvas::after { content: ""; position: absolute; border-radius: 50%; background: rgba(159,200,164,.45); }
.map-canvas::before { width: 220px; height: 190px; right: 8%; top: 10%; }
.map-canvas::after { width: 180px; height: 150px; left: 15%; bottom: 8%; }
.map-label { position: absolute; z-index: 1; color: #87958b; font-size: 10px; font-weight: 800; transform: rotate(-8deg); }
.map-label-one { top: 23%; left: 18%; }
.map-label-two { bottom: 20%; right: 21%; }
.map-pin { position: absolute; z-index: 2; min-width: 44px; min-height: 34px; display: grid; place-items: center; padding: 0 8px; border: 2px solid var(--white); border-radius: 10px 10px 10px 2px; color: var(--white); background: var(--navy); box-shadow: 0 5px 13px rgba(11,37,69,.22); cursor: pointer; font-size: 9px; font-weight: 900; transform: translate(-50%,-50%); }
.map-pin.verify { background: #aa791e; }
.map-pin.excluded { background: #9e3939; }
.map-legend { position: absolute; z-index: 3; left: 14px; bottom: 14px; display: flex; gap: 10px; padding: 8px 10px; border-radius: 8px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-sm); color: var(--muted); font-size: 8px; font-weight: 800; }
.map-legend span { display: flex; align-items: center; gap: 4px; }
.map-legend i { width: 7px; height: 7px; border-radius: 50%; background: var(--navy); }
.map-legend .legend-verify { background: #aa791e; }
.map-legend .legend-excluded { background: #9e3939; }

.filter-panel { display: grid; grid-template-columns: repeat(4, 1fr) auto; align-items: end; gap: 12px; margin: -7px 0 18px; padding: 15px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.field-group { display: flex; flex-direction: column; gap: 5px; }
.field-group label { color: var(--navy); font-size: 9px; font-weight: 850; }
.field-group input, .field-group select { min-height: 39px; width: 100%; padding: 0 10px; border: 1px solid #d1dbe2; border-radius: 8px; color: var(--ink); background: var(--white); font-size: 11px; }

/* Group and profile dashboards */
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 22px; }
.metric-card { display: flex; align-items: center; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 13px; background: var(--white); }
.metric-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 38px; border-radius: 10px; color: var(--teal); background: var(--pale-teal); }
.metric-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.9; }
.metric-card div { display: flex; flex-direction: column; }
.metric-card strong { color: var(--navy); font-size: 20px; line-height: 1.1; }
.metric-card span { color: var(--muted); font-size: 9px; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 19px; }
.dashboard-card { border: 1px solid var(--line); border-radius: 15px; background: var(--white); }
.dashboard-card-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 17px 19px; border-bottom: 1px solid var(--line); }
.dashboard-card-head h2 { margin: 0; font-size: 15px; }
.dashboard-card-head span { color: var(--muted); font-size: 9px; }
.dashboard-list { padding: 6px 17px; }
.consensus-row { display: grid; grid-template-columns: 68px 1fr auto; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.consensus-row:last-child { border-bottom: 0; }
.consensus-row img { width: 68px; height: 55px; border-radius: 8px; object-fit: cover; }
.consensus-row-main { min-width: 0; }
.consensus-row-main > strong { display: block; overflow: hidden; margin-bottom: 4px; color: var(--navy); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.reaction-matrix { display: flex; align-items: center; gap: 5px; }
.person-reaction { display: flex; align-items: center; gap: 3px; color: var(--muted); font-size: 8px; }
.person-reaction .avatar { width: 22px; height: 22px; flex-basis: 22px; font-size: 7px; }
.person-reaction svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 2; }
.person-reaction.like { color: var(--green); }
.person-reaction.no { color: var(--red); }
.person-reaction.unsure { color: #98701d; }
.consensus-row > button { width: 32px; height: 32px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); background: var(--white); cursor: pointer; }
.consensus-row > button svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.member-list { padding: 5px 17px 14px; }
.member-row { display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: 9px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.member-row:last-child { border-bottom: 0; }
.member-row > div { display: flex; flex-direction: column; }
.member-row strong { color: var(--navy); font-size: 10px; }
.member-row small { color: var(--muted); font-size: 8px; }
.member-role { padding: 3px 6px; border-radius: 5px; color: var(--muted); background: #f0f3f5; font-size: 7px; font-weight: 800; text-transform: uppercase; }
.task-list { padding: 7px 17px 16px; }
.task-item { display: grid; grid-template-columns: 19px 1fr auto; align-items: start; gap: 9px; padding: 10px 0; }
.task-item input { width: 16px; height: 16px; accent-color: var(--teal); }
.task-item label { display: flex; flex-direction: column; cursor: pointer; }
.task-item strong { color: var(--navy); font-size: 9px; }
.task-item small { color: var(--muted); font-size: 8px; }
.task-item time { color: #8a661e; font-size: 8px; font-weight: 800; }
.group-summary-banner { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 13px; margin-bottom: 20px; padding: 16px 18px; border: 1px solid #e7d9b4; border-radius: 13px; background: var(--pale-amber); }
.group-summary-banner > span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 10px; color: #966916; background: var(--white); }
.group-summary-banner svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; }
.group-summary-banner p { display: flex; flex-direction: column; margin: 0; }
.group-summary-banner strong { color: var(--navy); font-size: 11px; }
.group-summary-banner span { color: var(--muted); font-size: 9px; }

.profile-summary-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 19px; }
.profile-progress-card { display: flex; align-items: center; gap: 15px; padding: 18px; border: 1px solid #cfe0e2; border-radius: 14px; background: #f0f8f8; }
.profile-progress-ring { --progress: 82; width: 60px; height: 60px; display: grid; place-items: center; flex: 0 0 60px; border-radius: 50%; background: conic-gradient(var(--teal) calc(var(--progress) * 1%), #dbe8e8 0); }
.profile-progress-ring::before { content: attr(data-value); width: 47px; height: 47px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: #f0f8f8; font-size: 12px; font-weight: 900; }
.profile-progress-card p { display: flex; flex-direction: column; margin: 0; }
.profile-progress-card strong { color: var(--navy); font-size: 12px; }
.profile-progress-card span { color: var(--muted); font-size: 9px; }
.rule-sections { margin-top: 16px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.rule-section { padding: 17px 19px; border-bottom: 1px solid var(--line); }
.rule-section:last-child { border-bottom: 0; }
.rule-section-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 11px; }
.rule-section-head div { display: flex; align-items: center; gap: 9px; }
.rule-section-head span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; color: var(--teal); background: var(--pale-teal); }
.rule-section-head svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; }
.rule-section-head h2 { margin: 0; font-size: 12px; }
.rule-section-head button { border: 0; color: var(--blue-dark); background: transparent; cursor: pointer; font-size: 8px; font-weight: 900; }
.rule-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.rule-chip { display: inline-flex; align-items: center; gap: 5px; padding: 6px 8px; border: 1px solid #d8e1e6; border-radius: 7px; color: #506073; background: #f8fafb; font-size: 8px; font-weight: 750; }
.rule-chip.hard { border-color: #efd0d0; color: #873737; background: #fdf1f1; }
.rule-chip svg { width: 11px; height: 11px; fill: none; stroke: currentColor; stroke-width: 2; }
.profile-side-card { padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.profile-side-card + .profile-side-card { margin-top: 14px; }
.profile-side-card h2 { margin-bottom: 13px; font-size: 13px; }
.profile-side-card p { color: var(--muted); font-size: 9px; }
.version-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); }
.version-row:last-child { border-bottom: 0; }
.version-row div { display: flex; flex-direction: column; }
.version-row strong { color: var(--navy); font-size: 9px; }
.version-row small { color: var(--muted); font-size: 7px; }
.version-row span { color: var(--green); font-size: 7px; font-weight: 900; text-transform: uppercase; }

/* Dialogs and property evidence */
.modal { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; border: 0; background: transparent; }
.modal::backdrop { background: rgba(7, 23, 40, .68); backdrop-filter: blur(4px); }
.modal[open] { display: grid; place-items: center; }
.modal-frame { position: relative; width: min(920px, calc(100% - 36px)); max-height: calc(100vh - 36px); overflow: auto; border-radius: 22px; background: var(--white); box-shadow: 0 34px 100px rgba(0,0,0,.28); }
.modal-close { position: absolute; z-index: 8; top: 14px; right: 14px; border-color: rgba(220,227,233,.9); color: var(--navy); background: rgba(255,255,255,.93); }
.property-modal-frame { width: min(1000px, calc(100% - 36px)); }
.property-detail-hero { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 340px; }
.property-detail-image { position: relative; min-height: 340px; }
.property-detail-image img { width: 100%; height: 100%; object-fit: cover; }
.property-detail-image .status-pill { position: absolute; top: 18px; left: 18px; }
.property-detail-summary { display: flex; flex-direction: column; padding: 35px 35px 27px; }
.property-detail-summary .sample-label { width: fit-content; margin-bottom: 16px; }
.property-detail-summary h2 { margin-bottom: 5px; font-size: 27px; }
.property-detail-location { display: flex; align-items: center; gap: 6px; margin-bottom: 17px; color: var(--muted); font-size: 11px; }
.property-detail-location svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; }
.property-detail-price { margin-bottom: 13px; color: var(--navy); font-size: 21px; font-weight: 850; }
.property-detail-summary .property-facts { margin-bottom: 16px; padding-top: 0; }
.detail-score-grid { display: grid; grid-template-columns: 92px 1fr; align-items: center; gap: 16px; margin-top: auto; padding: 15px; border-radius: 12px; background: #f3f8f8; }
.detail-score-grid .score-ring { width: 72px; height: 72px; }
.detail-score-grid .score-ring::after { background: #f3f8f8; }
.detail-score-grid .score-ring strong { font-size: 19px; }
.detail-score-copy strong { display: block; margin-bottom: 4px; color: var(--navy); font-size: 12px; }
.detail-score-copy p { margin: 0 0 8px; color: var(--muted); font-size: 9px; }
.property-detail-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 15px 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fbfcfd; }
.detail-reactions, .detail-actions { display: flex; align-items: center; gap: 7px; }
.reaction-button { min-height: 38px; display: inline-flex; align-items: center; gap: 6px; padding: 0 11px; border: 1px solid #d6e0e6; border-radius: 9px; color: var(--muted); background: var(--white); cursor: pointer; font-size: 9px; font-weight: 850; }
.reaction-button:hover { border-color: #aac0cd; color: var(--navy); }
.reaction-button.selected.like { border-color: #9dceb5; color: var(--green); background: var(--pale-green); }
.reaction-button.selected.no { border-color: #e3b6b6; color: var(--red); background: var(--pale-red); }
.reaction-button.selected.unsure { border-color: #e6cf95; color: #8e6618; background: var(--pale-amber); }
.reaction-button svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; }
.property-detail-content { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 24px; padding: 27px; }
.detail-section + .detail-section { margin-top: 28px; }
.detail-section h3 { margin-bottom: 13px; font-size: 16px; }
.detail-section-intro { margin: -5px 0 14px; color: var(--muted); font-size: 12px; }
.detail-reason-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.detail-reason-card { display: grid; grid-template-columns: 29px 1fr; gap: 9px; padding: 12px; border: 1px solid var(--line); border-radius: 10px; }
.detail-reason-card > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; color: var(--green); background: var(--pale-green); }
.detail-reason-card.warning > span { color: #8e6618; background: var(--pale-amber); }
.detail-reason-card.failure > span { color: var(--red); background: var(--pale-red); }
.detail-reason-card svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2.2; }
.detail-reason-card div { display: flex; flex-direction: column; }
.detail-reason-card strong { color: var(--navy); font-size: 12px; }
.detail-reason-card span { color: var(--muted); font-size: 11px; }
.detail-reason-card small { color: var(--muted); font-size: 10px; }
.evidence-table { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; }
.evidence-row { display: grid; grid-template-columns: 25px minmax(120px,.8fr) minmax(170px,1.35fr) auto; align-items: center; gap: 9px; padding: 12px; border-bottom: 1px solid var(--line); font-size: 11px; }
.evidence-row:last-child { border-bottom: 0; }
.evidence-row > svg { width: 14px; height: 14px; fill: none; stroke-width: 2.2; }
.evidence-row.pass > svg { stroke: var(--green); }
.evidence-row.unknown > svg { stroke: #9b6d17; }
.evidence-row.fail > svg { stroke: var(--red); }
.evidence-row strong { color: var(--navy); font-size: 12px; }
.evidence-row span { color: #4b5a6d; }
.evidence-row small { color: var(--muted); font-size: 10px; text-align: right; }
.detail-sidebar-card { padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: #fbfcfd; }
.detail-sidebar-card + .detail-sidebar-card { margin-top: 12px; }
.detail-sidebar-card h3 { margin-bottom: 12px; font-size: 14px; }
.partner-status-row { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 8px; padding: 8px 0; border-bottom: 1px solid var(--line); }
.partner-status-row:last-child { border-bottom: 0; }
.partner-status-row .avatar { width: 28px; height: 28px; flex-basis: 28px; font-size: 8px; }
.partner-status-row div { display: flex; flex-direction: column; }
.partner-status-row strong { color: var(--navy); font-size: 11px; }
.partner-status-row small { color: var(--muted); font-size: 10px; }
.partner-status-row > span { display: inline-flex; align-items: center; gap: 4px; font-size: 10px; font-weight: 850; }
.partner-status-row > span svg { width: 12px; height: 12px; fill: none; stroke: currentColor; stroke-width: 2; }
.inspection-check { display: grid; grid-template-columns: 17px 1fr; gap: 7px; padding: 8px 0; color: var(--muted); font-size: 10px; }
.inspection-check input { width: 15px; height: 15px; margin: 0; accent-color: var(--teal); }
.source-note { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }

.compact-modal-frame { width: min(500px, calc(100% - 34px)); padding: 35px; text-align: center; }
.modal-hero-icon { width: 53px; height: 53px; display: grid; place-items: center; margin: 0 auto 17px; border-radius: 15px; color: var(--teal); background: var(--pale-teal); }
.modal-hero-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.9; }
.compact-modal-frame h2 { margin-bottom: 10px; font-size: 25px; }
.compact-modal-frame > p { max-width: 410px; margin: 0 auto 22px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.compact-modal-frame form { display: grid; gap: 7px; text-align: left; }
.compact-modal-frame form > label:not(.check-row) { margin-top: 5px; color: var(--navy); font-size: 9px; font-weight: 850; }
.compact-modal-frame input[type="email"], .compact-modal-frame select { min-height: 43px; width: 100%; padding: 0 11px; border: 1px solid #ced9e0; border-radius: 9px; color: var(--ink); background: var(--white); font-size: 11px; }
.check-row { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 7px; margin: 8px 0 11px; color: var(--muted); font-size: 9px; cursor: pointer; }
.check-row input { width: 16px; height: 16px; accent-color: var(--teal); }
.modal-footnote { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 15px; color: var(--muted); font-size: 8px; }
.modal-footnote svg { width: 13px; height: 13px; fill: none; stroke: var(--teal); stroke-width: 2; }

/* Profile builder */
.wizard-modal::backdrop { background: rgba(7,23,40,.78); }
.wizard-frame { position: relative; width: min(1120px, calc(100% - 32px)); height: min(760px, calc(100vh - 32px)); overflow: hidden; border-radius: 22px; background: var(--white); box-shadow: 0 34px 100px rgba(0,0,0,.3); }
#wizardContent { height: 100%; }
.wizard-shell { height: 100%; display: grid; grid-template-columns: 265px 1fr; }
.wizard-sidebar { display: flex; flex-direction: column; overflow-y: auto; padding: 28px 22px; color: var(--white); background: var(--navy); }
.wizard-sidebar .brand { margin-bottom: 28px; color: var(--white); font-size: 17px; }
.wizard-sidebar .brand-mark-bg { fill: var(--white); stroke: var(--white); }
.wizard-sidebar .brand-mark-roof { stroke: var(--teal); }
.wizard-sidebar .brand-mark-bars { stroke: var(--navy); }
.wizard-mode-label { margin-bottom: 10px; color: #91a7ba; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.wizard-progress-list { display: grid; gap: 1px; margin: 0; padding: 0; list-style: none; }
.wizard-progress-item { min-height: 36px; display: grid; grid-template-columns: 24px 1fr; align-items: center; gap: 8px; color: #9db1c2; font-size: 11px; font-weight: 700; }
.wizard-progress-item span { width: 21px; height: 21px; display: grid; place-items: center; border: 1px solid #526d85; border-radius: 50%; font-size: 7px; }
.wizard-progress-item.active { color: var(--white); }
.wizard-progress-item.active span { color: var(--navy); border-color: #74d0cf; background: #74d0cf; }
.wizard-progress-item.complete { color: #bad0dc; }
.wizard-progress-item.complete span { color: #75d0ce; border-color: #75d0ce; }
.wizard-privacy-note { display: flex; align-items: flex-start; gap: 8px; margin-top: auto; padding-top: 18px; color: #a6b9c8; font-size: 10px; line-height: 1.5; }
.wizard-privacy-note svg { width: 15px; height: 15px; flex: 0 0 15px; fill: none; stroke: #77cecc; stroke-width: 2; }
.wizard-main { min-width: 0; height: 100%; display: grid; grid-template-rows: auto 1fr auto; }
.wizard-header { padding: 25px 37px 18px; border-bottom: 1px solid var(--line); }
.wizard-header-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.wizard-header-top span { color: var(--muted); font-size: 9px; font-weight: 800; }
.autosave-state { display: inline-flex; align-items: center; gap: 5px; color: var(--green) !important; }
.autosave-state svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2.2; }
.wizard-mobile-progress { display: none; height: 5px; margin-top: 13px; border-radius: 99px; background: #e8edf0; }
.wizard-mobile-progress span { display: block; height: 100%; border-radius: inherit; background: var(--teal); }
.wizard-body { overflow-y: auto; padding: 30px 50px 42px; }
.wizard-step { max-width: 700px; margin-inline: auto; }
.wizard-step > .section-kicker { margin-bottom: 10px; }
.wizard-step h2 { margin-bottom: 10px; font-size: 30px; }
.wizard-step > p { max-width: 650px; margin-bottom: 27px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.wizard-choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.wizard-choice-grid.three { grid-template-columns: repeat(3, 1fr); }
.choice-card { position: relative; min-height: 104px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 17px; border: 1px solid #d2dce3; border-radius: 12px; text-align: left; background: var(--white); cursor: pointer; }
.choice-card:hover { border-color: #9fb7c6; background: #fbfcfd; }
.choice-card.selected { border-color: var(--teal); background: #f0f8f8; box-shadow: inset 0 0 0 1px var(--teal); }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card-icon { width: 31px; height: 31px; display: grid; place-items: center; margin-bottom: 10px; border-radius: 8px; color: var(--teal); background: var(--pale-teal); }
.choice-card-icon svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; }
.choice-card strong { color: var(--navy); font-size: 11px; }
.choice-card small { margin-top: 2px; color: var(--muted); font-size: 8px; line-height: 1.5; }
.choice-card-check { position: absolute; top: 10px; right: 10px; width: 18px; height: 18px; display: none; place-items: center; border-radius: 50%; color: var(--white); background: var(--teal); }
.choice-card.selected .choice-card-check { display: grid; }
.choice-card-check svg { width: 11px; height: 11px; fill: none; stroke: currentColor; stroke-width: 2.5; }
.wizard-fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.wizard-field { display: flex; flex-direction: column; gap: 6px; }
.wizard-field.full { grid-column: 1 / -1; }
.wizard-field label, .wizard-label { color: var(--navy); font-size: 10px; font-weight: 850; }
.wizard-field input, .wizard-field select, .wizard-field textarea { min-height: 44px; width: 100%; padding: 9px 11px; border: 1px solid #ccd8df; border-radius: 9px; color: var(--ink); background: var(--white); font-size: 11px; }
.wizard-field textarea { min-height: 80px; resize: vertical; }
.wizard-field small { color: var(--muted); font-size: 8px; }
.input-prefix { position: relative; }
.input-prefix span { position: absolute; left: 12px; top: 50%; color: var(--muted); font-size: 11px; transform: translateY(-50%); }
.input-prefix input { padding-left: 27px; }
.range-wrap { padding: 15px; border: 1px solid var(--line); border-radius: 11px; background: #f9fbfc; }
.range-output { display: flex; justify-content: space-between; margin-bottom: 12px; }
.range-output strong { color: var(--navy); font-size: 11px; }
.range-output span { color: var(--muted); font-size: 9px; }
.range-wrap input[type="range"] { width: 100%; accent-color: var(--teal); }
.wizard-chip-grid { display: flex; flex-wrap: wrap; gap: 7px; }
.wizard-chip { min-height: 38px; display: inline-flex; align-items: center; gap: 6px; padding: 0 12px; border: 1px solid #d1dbe2; border-radius: 9px; color: #526174; background: var(--white); cursor: pointer; font-size: 9px; font-weight: 800; }
.wizard-chip.selected { color: var(--teal-dark); border-color: #8fc4ca; background: var(--pale-teal); }
.wizard-chip svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2; }
.wizard-callout { display: grid; grid-template-columns: 31px 1fr; gap: 10px; margin-top: 20px; padding: 13px; border: 1px solid #d3e3e5; border-radius: 10px; background: #f1f8f8; }
.wizard-callout.warning { border-color: #ead8a9; background: var(--pale-amber); }
.wizard-callout > span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 8px; color: var(--teal); background: var(--white); }
.wizard-callout.warning > span { color: #9a6c16; }
.wizard-callout svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; }
.wizard-callout p { display: flex; flex-direction: column; margin: 0; }
.wizard-callout strong { color: var(--navy); font-size: 9px; }
.wizard-callout small { color: var(--muted); font-size: 8px; line-height: 1.5; }
.number-preview { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 17px; }
.number-preview > div { padding: 11px 8px; border: 1px solid var(--line); border-radius: 9px; text-align: center; background: #fafbfc; }
.number-preview strong { display: block; color: var(--navy); font-size: 12px; }
.number-preview span { display: inline-flex; align-items: center; gap: 3px; margin-top: 4px; font-size: 7px; font-weight: 850; }
.number-preview span.pass { color: var(--green); }
.number-preview span.fail { color: var(--red); }
.number-preview svg { width: 10px; height: 10px; fill: none; stroke: currentColor; stroke-width: 2.4; }
.tradeoff-list { border: 1px solid var(--line); border-radius: 11px; }
.tradeoff-row { display: grid; grid-template-columns: 1fr 190px; align-items: center; gap: 15px; padding: 12px 14px; border-bottom: 1px solid var(--line); }
.tradeoff-row:last-child { border-bottom: 0; }
.tradeoff-row div { display: flex; flex-direction: column; }
.tradeoff-row strong { color: var(--navy); font-size: 10px; }
.tradeoff-row small { color: var(--muted); font-size: 8px; }
.tradeoff-row select { min-height: 36px; border: 1px solid #d0dbe2; border-radius: 8px; color: var(--ink); background: var(--white); font-size: 9px; }
.calibration-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.calibration-card { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; }
.calibration-card img { width: 100%; height: 125px; object-fit: cover; }
.calibration-card-body { padding: 12px; }
.calibration-card h3 { margin-bottom: 3px; font-size: 12px; }
.calibration-card p { margin-bottom: 10px; color: var(--muted); font-size: 8px; }
.calibration-actions { display: flex; gap: 5px; }
.calibration-actions button { min-height: 32px; display: flex; align-items: center; gap: 4px; padding: 0 8px; border: 1px solid var(--line); border-radius: 7px; color: var(--muted); background: var(--white); cursor: pointer; font-size: 7px; font-weight: 850; }
.calibration-actions button.selected { color: var(--teal-dark); border-color: #9bc9cd; background: var(--pale-teal); }
.calibration-actions svg { width: 11px; height: 11px; fill: none; stroke: currentColor; stroke-width: 2; }
.review-card { padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: #fbfcfd; }
.review-card + .review-card { margin-top: 11px; }
.review-card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.review-card h3 { margin: 0; font-size: 12px; }
.review-card button { padding: 0; border: 0; color: var(--blue-dark); background: transparent; cursor: pointer; font-size: 8px; font-weight: 850; }
.review-list { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.review-list li { display: flex; align-items: flex-start; gap: 7px; color: #4b5a6d; font-size: 9px; }
.review-list svg { width: 13px; height: 13px; flex: 0 0 13px; fill: none; stroke: var(--green); stroke-width: 2.2; }
.review-list.hard-rules svg { stroke: var(--red); }
.wizard-footer { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 37px; border-top: 1px solid var(--line); background: #fbfcfd; }
.wizard-footer-left, .wizard-footer-right { display: flex; align-items: center; gap: 8px; }
.wizard-footer .button { min-width: 100px; }
.wizard-footer .button-ghost { font-size: 10px; }

.toast-region { position: fixed; z-index: 10000; right: 20px; bottom: 20px; display: grid; gap: 8px; pointer-events: none; }
.toast { min-width: 280px; max-width: 380px; display: grid; grid-template-columns: 27px 1fr; align-items: center; gap: 9px; padding: 12px 14px; border: 1px solid #cfdce2; border-radius: 11px; color: var(--ink); background: var(--white); box-shadow: var(--shadow-lg); font-size: 10px; font-weight: 750; animation: toast-in .25s ease both; }
.toast > span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: var(--pale-green); }
.toast svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 2.3; }
@keyframes toast-in { from { opacity: 0; transform: translateY(10px); } }

/* Trust centre pages */
.legal-nav ul { display: flex; align-items: center; gap: 23px; margin: 0; padding: 0; list-style: none; }
.legal-nav a { min-height: 44px; display: inline-flex; align-items: center; color: var(--muted); font-size: 14px; font-weight: 750; }
.legal-nav a[aria-current="page"], .legal-nav a:hover { color: var(--navy); }
.legal-page { max-width: 940px; padding-top: 76px; padding-bottom: 90px; }
.legal-hero { max-width: 760px; margin-bottom: 27px; }
.legal-hero .eyebrow { margin: 0 0 10px; }
.legal-hero h1 { margin-bottom: 12px; font-size: clamp(42px, 6vw, 66px); }
.legal-lead { max-width: 700px; margin-bottom: 12px; color: var(--muted); font-size: 18px; line-height: 1.6; }
.legal-meta { margin: 0; color: var(--muted); font-size: 11px; }
.draft-notice { display: grid; grid-template-columns: 170px 1fr; gap: 18px; margin-bottom: 22px; padding: 18px 20px; border: 1px solid #e8d49b; border-radius: 12px; background: var(--pale-amber); }
.draft-notice strong { color: #76540f; font-size: 12px; }
.draft-notice p { margin: 0; color: #725d31; font-size: 11px; line-height: 1.6; }
.legal-card { padding: 18px 45px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow-sm); }
.legal-card > section { padding: 28px 0; border-bottom: 1px solid var(--line); }
.legal-card > section:last-child { border-bottom: 0; }
.legal-card h2 { margin-bottom: 13px; font-size: 22px; }
.legal-card p, .legal-card li { color: #526173; font-size: 15px; line-height: 1.75; }
.legal-card p:last-child { margin-bottom: 0; }
.legal-card a { color: var(--blue-dark); text-decoration: underline; text-underline-offset: 2px; }
.legal-card table { width: 100%; border-collapse: collapse; font-size: 11px; }
.legal-card caption { padding: 0 0 9px; color: var(--muted); text-align: left; font-size: 9px; }
.legal-card th, .legal-card td { padding: 10px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-card thead th { color: var(--navy); background: var(--pale-blue); }
.legal-card tbody th { width: 31%; color: var(--navy); }
.legal-card tbody tr:nth-child(even) { background: #fafbfc; }
.table-wrap { overflow-x: auto; }
.legal-next { display: flex; justify-content: space-between; gap: 20px; margin-top: 22px; }
.legal-next a { display: inline-flex; align-items: center; min-height: 44px; color: var(--blue-dark); font-size: 11px; font-weight: 850; }
.footer-inner { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-inner p { margin: 0; color: #92a6b7; font-size: 10px; }
.footer-inner nav { display: flex; gap: 16px; }
.footer-inner a { min-height: 44px; display: inline-flex; align-items: center; color: #c1ced8; font-size: 12px; }

/* Legible minimums for evidence and decision-making content */
.demo-data-banner { font-size: 10px; }
.profile-health-card span, .profile-health-card button { font-size: 11px; }
.result-tab, .sort-select { font-size: 11px; }
.result-tab em { font-size: 10px; }
.property-card-title p, .property-card .property-facts { font-size: 11px; }
.property-card .coverage-line strong { font-size: 11px; }
.property-card .coverage-line span { font-size: 10px; }
.card-reason { font-size: 11px; }
.consensus-mini { font-size: 10px; }
.property-card-footer button { font-size: 11px; }
.dashboard-card-head span, .metric-card span, .group-summary-banner span { font-size: 11px; }
.person-reaction, .member-row small, .task-item small, .task-item time { font-size: 10px; }
.member-row strong, .task-item strong { font-size: 11px; }
.member-role { font-size: 9px; }
.profile-progress-card span, .profile-side-card p { font-size: 11px; }
.rule-section-head button, .rule-chip { font-size: 10px; }
.version-row strong { font-size: 11px; }
.version-row small { font-size: 10px; }
.version-row span { font-size: 9px; }
.detail-score-copy p, .reaction-button { font-size: 11px; }
.compact-modal-frame form > label:not(.check-row), .check-row { font-size: 11px; }
.modal-footnote { font-size: 10px; }
.wizard-mode-label { font-size: 9px; }
.wizard-progress-item span { font-size: 8px; }
.wizard-header-top span { font-size: 11px; }
.choice-card small, .wizard-field small, .wizard-callout small, .tradeoff-row small, .calibration-card p { font-size: 10px; }
.wizard-field label, .wizard-label, .wizard-callout strong, .tradeoff-row strong { font-size: 11px; }
.wizard-chip, .tradeoff-row select { font-size: 10px; }
.number-preview span, .calibration-actions button { font-size: 9px; }
.review-card button { font-size: 10px; }
.review-list li, .toast { font-size: 11px; }

.reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }

@media (max-width: 1180px) {
  .desktop-nav { gap: 19px; }
  .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 28px; }
  .hero h1 { font-size: 57px; }
  .floating-proof-coverage { right: 2px; }
  .floating-proof-group { left: 2px; }
  .explain-grid, .collaboration-grid { gap: 54px; }
  .property-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 960px) {
  .container { width: min(var(--container), calc(100% - 36px)); }
  .desktop-nav, .header-sign-in { display: none; }
  .mobile-menu-button { display: inline-grid; }
  .hero { padding-top: 60px; }
  .hero-grid { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy { max-width: 720px; text-align: center; margin-inline: auto; }
  .hero h1, .hero-lead { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-assurances { justify-content: center; }
  .hero-visual { min-height: 590px; }
  .hero-match-card { width: min(500px, 82%); }
  .floating-proof-coverage { right: 10%; }
  .floating-proof-group { left: 10%; }
  .journey-grid { gap: 14px; }
  .journey-grid li { padding: 24px; }
  .journey-grid li:not(:last-child)::after, .journey-grid li:not(:last-child)::before { display: none; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .criteria-showcase { grid-template-columns: 320px 1fr; }
  .explain-grid, .collaboration-grid { grid-template-columns: 1fr; gap: 55px; }
  .explain-copy, .collaboration-copy { max-width: 680px; }
  .collaboration-copy { grid-row: 1; }
  .collaboration-visual { min-height: 520px; }
  .trust-grid { gap: 13px; }
  .trust-grid article { padding: 23px; }
  .faq-grid { grid-template-columns: 1fr; gap: 30px; }
  .faq-heading { position: static; max-width: 660px; }
  .footer-top { grid-template-columns: 1.7fr repeat(2, 1fr); gap: 40px; }
  .footer-links:last-child { grid-column: 2; }
  .app-topbar { grid-template-columns: 210px 1fr auto; padding-inline: 16px; }
  .profile-menu > span:nth-child(2), .profile-menu > svg { display: none; }
  .profile-menu { grid-template-columns: 33px; padding-right: 5px; }
  .app-layout { grid-template-columns: 210px 1fr; }
  .app-sidebar { padding-inline: 10px; }
  .map-results { grid-template-columns: 320px 1fr; }
  .dashboard-grid, .profile-summary-layout { grid-template-columns: 1fr; }
  .profile-summary-side { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .profile-side-card + .profile-side-card { margin-top: 0; }
  .property-detail-content { grid-template-columns: 1fr; }
  .detail-sidebar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .detail-sidebar-card + .detail-sidebar-card { margin-top: 0; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 70px; }
  .container { width: min(100% - 30px, var(--container)); }
  .site-header, .header-inner { min-height: 68px; }
  .brand { font-size: 18px; }
  .brand-mark { width: 33px; height: 33px; flex-basis: 33px; }
  .header-cta { display: none; }
  .section { padding: 78px 0; }
  .hero { min-height: auto; padding: 54px 0 68px; }
  .hero h1 { font-size: clamp(43px, 13.2vw, 59px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-assurances { gap: 10px 16px; }
  .hero-visual { min-height: 535px; margin-inline: -8px; }
  .hero-match-card { width: min(450px, 94%); }
  .hero-card-shadow { width: 85%; }
  .floating-proof { display: none; }
  .hero-property-image { height: 195px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid > div { min-height: 78px; justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--line); }
  .principle-grid > div:last-child { border-bottom: 0; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2, .split-heading h2, .explain-copy h2, .collaboration-copy h2, .faq-heading h2 { font-size: 37px; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-grid li { min-height: 220px; }
  .criteria-showcase { grid-template-columns: 1fr; }
  .criteria-list { display: flex; gap: 7px; overflow-x: auto; padding: 13px; border-right: 0; border-bottom: 1px solid var(--line); scrollbar-width: thin; }
  .criteria-tab { min-width: 170px; min-height: 76px; grid-template-columns: 38px 1fr; padding: 10px; }
  .criteria-tab > svg { display: none; }
  .criteria-icon { width: 36px; height: 36px; font-size: 17px; }
  .criteria-icon svg { width: 18px; height: 18px; }
  .criteria-tab strong { font-size: 12px; }
  .criteria-tab small { font-size: 8px; }
  .criterion-visual { min-height: 280px; }
  .criterion-copy { padding: 24px; }
  .explain-grid, .collaboration-grid { gap: 42px; }
  .evidence-card-header, .evidence-coverage { padding-left: 19px; padding-right: 19px; }
  .evidence-list { padding-left: 19px; padding-right: 19px; }
  .evidence-source-button { padding-inline: 19px; }
  .collaboration-visual { min-height: 460px; margin-inline: -12px; }
  .collaboration-visual::before { width: 420px; height: 420px; }
  .reaction-like { right: 0; }
  .reaction-unsure { left: 0; }
  .trust-grid { grid-template-columns: 1fr; }
  .principles-callout { grid-template-columns: 40px 1fr; }
  .principles-callout a { grid-column: 2; }
  .footer-top { grid-template-columns: repeat(2, 1fr); gap: 35px 24px; }
  .footer-brand-column { grid-column: 1 / -1; }
  .footer-links:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .footer-bottom p:last-child { text-align: left; }
  .legal-header .header-inner { flex-wrap: wrap; padding-top: 9px; padding-bottom: 3px; }
  .legal-nav { display: block; width: 100%; }
  .legal-nav ul { gap: 22px; overflow-x: auto; scrollbar-width: thin; }
  .legal-nav a { min-height: 40px; white-space: nowrap; }
  .legal-page { padding-top: 55px; padding-bottom: 70px; }
  .legal-lead { font-size: 16px; }
  .draft-notice { grid-template-columns: 1fr; gap: 6px; }
  .legal-card { padding: 8px 22px; }
  .legal-card section { padding: 24px 0; }
  .legal-card h2 { font-size: 20px; }
  .legal-next, .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-inner { justify-content: center; padding: 24px 0; }

  .app-topbar { height: 60px; grid-template-columns: auto 1fr auto; gap: 10px; padding: 0 11px; }
  .app-brand > span:last-child { display: none; }
  .app-brand .brand-mark { margin: 0; }
  .app-search { min-height: 38px; }
  .app-search kbd { display: none; }
  .app-top-actions > .icon-button { display: none; }
  .app-layout { height: calc(100vh - 60px); display: block; }
  .app-sidebar { display: none; }
  .app-content { height: calc(100vh - 60px); padding: 20px 14px 92px; }
  .mobile-app-nav { position: fixed; z-index: 6; left: 0; right: 0; bottom: 0; height: 67px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); background: rgba(255,255,255,.97); backdrop-filter: blur(12px); }
  .mobile-app-nav button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 0; border: 0; color: #718091; background: transparent; font-size: 9px; font-weight: 800; }
  .mobile-app-nav button.active { color: var(--teal-dark); }
  .mobile-app-nav svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.9; }
  .app-page-head { align-items: flex-start; margin-bottom: 18px; }
  .app-page-head h1 { font-size: 23px; }
  .app-page-head { flex-direction: column; gap: 12px; }
  .app-page-head .head-actions { width: 100%; justify-content: flex-start; }
  .app-page-head .head-actions .button-secondary { display: none; }
  .app-page-head .head-actions [data-action="toggle-filter"] { display: inline-flex; }
  .mobile-profile-chip { width: 100%; min-height: 48px; display: grid; grid-template-columns: 34px 1fr 16px; align-items: center; gap: 9px; margin-bottom: 14px; padding: 6px 10px; border: 1px solid var(--line); border-radius: 10px; text-align: left; background: var(--white); }
  .mobile-profile-chip > span:first-child { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 8px; color: var(--teal); background: var(--pale-teal); }
  .mobile-profile-chip > span:nth-child(2) { display: flex; flex-direction: column; }
  .mobile-profile-chip small { color: var(--muted); font-size: 9px; text-transform: uppercase; }
  .mobile-profile-chip strong { color: var(--navy); font-size: 11px; }
  .mobile-profile-chip svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.9; }
  .mobile-profile-chip > svg { color: var(--muted); }
  .profile-health-card { grid-template-columns: auto 1fr; }
  .profile-health-card button { grid-column: 2; justify-self: start; }
  .results-toolbar { align-items: flex-start; flex-direction: column; }
  .result-tabs { width: 100%; overflow-x: auto; }
  .result-tab { white-space: nowrap; }
  .result-controls { width: 100%; justify-content: space-between; }
  .property-grid { grid-template-columns: 1fr; }
  .property-card-image { height: 210px; }
  .filter-panel { grid-template-columns: 1fr 1fr; }
  .filter-panel .button { width: 100%; }
  .map-results { min-height: 600px; grid-template-columns: 1fr; grid-template-rows: 260px 340px; }
  .map-list { grid-row: 2; border-right: 0; border-top: 1px solid var(--line); }
  .map-canvas { grid-row: 1; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .metric-card { padding: 12px; }
  .dashboard-grid { gap: 13px; }
  .profile-summary-side { grid-template-columns: 1fr; }
  .tradeoff-row { grid-template-columns: 1fr 150px; }
  .property-modal-frame { width: 100%; height: 100%; max-height: none; border-radius: 0; }
  .property-detail-hero { grid-template-columns: 1fr; }
  .property-detail-image { min-height: 260px; }
  .property-detail-summary { padding: 25px 20px; }
  .property-detail-toolbar { align-items: flex-start; flex-direction: column; padding: 14px 18px; }
  .detail-actions { width: 100%; }
  .detail-actions .button { flex: 1; }
  .property-detail-content { padding: 22px 18px 45px; }
  .detail-reason-grid { grid-template-columns: 1fr; }
  .evidence-row { grid-template-columns: 23px 1fr; }
  .evidence-row span, .evidence-row small { grid-column: 2; text-align: left; }
  .detail-sidebar { grid-template-columns: 1fr; }
  .compact-modal-frame { padding: 32px 22px; }
  .wizard-frame { width: 100%; height: 100%; border-radius: 0; }
  .wizard-shell { grid-template-columns: 1fr; }
  .wizard-sidebar { display: none; }
  .wizard-header { padding: 18px 55px 14px 20px; }
  .wizard-mobile-progress { display: block; }
  .wizard-body { padding: 25px 20px 35px; }
  .wizard-step h2 { font-size: 26px; }
  .wizard-footer { min-height: 67px; padding: 10px 15px; }
  .wizard-footer .button { min-width: 0; padding-inline: 13px; }
  .wizard-footer .button-ghost { display: none; }
}

@media (max-width: 480px) {
  .hero-assurances { display: grid; grid-template-columns: 1fr 1fr; text-align: left; }
  .hero-match-card { width: 100%; }
  .property-facts { gap: 10px; }
  .property-facts span:last-child { display: none; }
  .criteria-showcase { margin-inline: -4px; }
  .number-card-pass { transform: translate(-78px, 4px) rotate(-5deg); }
  .number-card-fail { transform: translate(76px, -25px) rotate(6deg); }
  .number-card-unit { transform: translate(33px, 101px) rotate(-2deg); }
  .evidence-card-header h3 { font-size: 18px; }
  .evidence-title { align-items: flex-start; flex-direction: column; gap: 4px; }
  .group-board { width: 100%; padding: 14px; }
  .reaction-float { display: none; }
  .group-property-row { grid-template-columns: 66px 1fr 15px; }
  .group-property-row img { width: 66px; height: 60px; }
  .principles-callout { grid-template-columns: 1fr; }
  .principles-callout a { grid-column: 1; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .final-actions { flex-direction: column; }
  .result-controls { flex-wrap: wrap; }
  .sort-select { flex: 1; }
  .filter-panel { grid-template-columns: 1fr; }
  .metric-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .metric-icon { width: 32px; height: 32px; flex-basis: 32px; }
  .metric-card strong { font-size: 16px; }
  .consensus-row { grid-template-columns: 56px 1fr auto; }
  .consensus-row img { width: 56px; height: 50px; }
  .reaction-matrix { flex-wrap: wrap; }
  .wizard-choice-grid, .wizard-choice-grid.three, .wizard-fields { grid-template-columns: 1fr; }
  .wizard-field.full { grid-column: 1; }
  .choice-card { min-height: 86px; }
  .number-preview { grid-template-columns: repeat(2, 1fr); }
  .calibration-grid { grid-template-columns: 1fr; }
  .tradeoff-row { grid-template-columns: 1fr; }
  .detail-reactions { flex-wrap: wrap; }
  .reaction-button { padding-inline: 9px; }
  .toast-region { left: 12px; right: 12px; bottom: 80px; }
  .toast { min-width: 0; max-width: none; }
  .legal-card { padding-inline: 17px; }
}

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