:root {
  --ink: #17344a;
  --ink-soft: #637986;
  --paper: #edf4f7;
  --paper-deep: #e8eef2;
  --white: #ffffff;
  --forest: #174f63;
  --forest-light: #174f63;
  --sage: #a8bbc6;
  --moss: #d9e5eb;
  --amber: #c8893f;
  --danger: #9c382f;
  --line: #cbdce5;
  --shadow: 0 16px 44px rgba(34, 52, 68, .10);
  --radius-lg: 14px;
  --radius-md: 10px;
  --sans: "Source Sans 3", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Source Sans 3", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
textarea[readonly] { color: var(--ink); background: #f8f5ee; cursor: default; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; padding: 12px 18px; background: var(--white); border-radius: 10px; }
.skip-link:focus { top: 12px; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }

.site-header {
  height: 86px;
  padding: 0 clamp(22px, 4.5vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 10;
  background: rgba(244, 241, 233, .94);
  border-bottom: 1px solid var(--line);
}

.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; min-width: max-content; }
.brand-copy { display: grid; line-height: 1; gap: 5px; letter-spacing: .14em; }
.brand-copy strong { font-size: 13px; }
.brand-copy small { font-size: 8px; letter-spacing: .28em; color: var(--forest-light); }

.desktop-nav { display: flex; gap: clamp(20px, 3vw, 46px); margin-left: auto; }
.desktop-nav a { font-size: 13px; font-weight: 650; text-decoration: none; color: var(--ink-soft); }
.desktop-nav a:hover { color: var(--forest); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 47px; padding: 0 21px; border: 1px solid transparent; border-radius: 100px; font-weight: 700; font-size: 13px; letter-spacing: .015em; text-align: center; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, color .2s, border .2s; }
.button:hover:not(:disabled) { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(200, 128, 70, .4); outline-offset: 3px; }
.button:disabled { cursor: not-allowed; opacity: .45; }
.button-primary { color: white; background: var(--forest); box-shadow: 0 10px 24px rgba(24, 63, 53, .18); }
.button-primary:hover:not(:disabled) { background: #34495c; }
.button-quiet { color: var(--forest); background: transparent; border-color: rgba(24, 63, 53, .35); }
.header-login { min-height: 39px; padding: 0 17px; }
.button-full { width: 100%; }
.text-link { font-size: 13px; font-weight: 750; text-underline-offset: 5px; }
.text-link span { margin-left: 5px; }
.text-link.light { color: white; }

.hero {
  min-height: 710px;
  padding: 85px clamp(24px, 7vw, 112px) 100px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(390px, .82fr);
  align-items: center;
  gap: clamp(50px, 8vw, 130px);
  position: relative;
  overflow: hidden;
}
.hero::before { content: ""; position: absolute; width: 570px; height: 570px; border: 1px solid rgba(24, 63, 53, .1); border-radius: 50%; right: -250px; top: -170px; }
.hero-grain { position: absolute; inset: 0; opacity: .18; pointer-events: none; background-image: radial-gradient(rgba(24,34,31,.18) .55px, transparent .55px); background-size: 5px 5px; mask-image: linear-gradient(90deg, transparent 10%, black 80%); }
.hero-copy { position: relative; z-index: 1; max-width: 720px; }
.eyebrow, .step-overline { margin: 0 0 19px; color: var(--forest-light); font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hero h1, .section-heading h2, .safety-copy h2, .about-statement h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.035em; }
.hero h1 { max-width: 760px; font-size: clamp(40px, 4.2vw, 60px); line-height: 1.02; letter-spacing: -.045em; margin: 0 0 28px; }
.hero h1 em { font-weight: 400; color: var(--forest-light); }
.hero-lead { max-width: 620px; margin: 0; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.56; color: var(--ink-soft); }
.hero-lead strong { display: block; margin-bottom: 8px; color: var(--ink); font-weight: 700; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.hero-evidence {
  position: relative;
  z-index: 1;
  padding: clamp(28px, 4vw, 44px);
  background: rgba(255,255,255,.92);
  border: 1px solid #cbdce5;
  border-radius: 12px;
  box-shadow: 0 18px 55px rgba(40,56,70,.10);
}
.hero-evidence .eyebrow { margin-bottom: 10px; }
.hero-evidence h2 { margin: 0; color: #17344a; font-size: clamp(27px, 3vw, 38px); line-height: 1.12; }
.example-flow { display: grid; gap: 9px; margin: 28px 0 20px; }
.example-flow > div { display: grid; grid-template-columns: 34px minmax(0, 1fr); gap: 12px; align-items: center; padding: 12px 14px; background: #f2f6f8; border-radius: 7px; }
.example-flow > div > span { display: grid; place-items: center; width: 28px; height: 28px; color: #fff; background: var(--forest); border-radius: 50%; font-size: 12px; font-weight: 750; }
.example-flow p, .example-flow b, .example-flow small { display: block; margin: 0; }
.example-flow b { color: var(--ink); font-size: 13px; }
.example-flow small { margin-top: 2px; color: #627783; font-size: 11px; line-height: 1.4; }
.hero-evidence-note { margin: 0; color: #526774; font-size: 12px; line-height: 1.6; }
.trust-row { display: flex; gap: clamp(22px, 3vw, 43px); margin-top: 58px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; letter-spacing: .03em; text-transform: uppercase; }
.trust-row b { color: var(--amber); margin-right: 5px; }

.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 540px; height: 540px; border-radius: 50%; background: #d9ded0; }
.case-card { position: relative; z-index: 2; width: min(100%, 440px); min-height: 472px; background: var(--white); border: 1px solid rgba(24,63,53,.12); border-radius: 8px; padding: 30px 32px 25px; box-shadow: var(--shadow); transform: rotate(-1.6deg); }
.case-card-back { position: absolute; z-index: 1; background: var(--forest); transform: rotate(5deg) translate(13px, 1px); opacity: .92; }
.case-card-head, .case-card-foot { display: flex; align-items: center; justify-content: space-between; color: #6c7771; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.status-dot { display: inline-flex; align-items: center; gap: 7px; color: var(--forest-light); }
.status-dot::before { content: ""; width: 6px; height: 6px; background: var(--forest-light); border-radius: 50%; }
.case-card blockquote { margin: 58px 0 45px; font-family: var(--serif); font-size: 32px; line-height: 1.18; }
.question-preview > p { color: #7a847e; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 14px; }
.question-preview > div { display: grid; grid-template-columns: 27px 1fr; gap: 8px; align-items: start; padding: 13px 0; border-top: 1px solid var(--line); }
.question-preview span { color: var(--amber); font-size: 10px; }
.question-preview b { font-size: 12px; line-height: 1.45; }
.case-card-foot { margin-top: 27px; }
.case-card-foot i { width: 100px; height: 3px; background: var(--paper-deep); }
.case-card-foot i b { display: block; width: 43%; height: 100%; background: var(--forest-light); }

.boundary-strip { padding: 18px clamp(24px, 7vw, 112px); background: var(--forest); color: white; display: flex; justify-content: space-between; gap: 30px; align-items: center; }
.boundary-strip p { margin: 0; font-size: 12px; line-height: 1.5; }
.boundary-strip strong { color: #d8e2d5; margin-right: 4px; }
.boundary-strip a { font-size: 11px; font-weight: 800; min-width: max-content; text-underline-offset: 4px; }

.studio-section, .method-section, .value-section, .membership-section, .quality-section, .about-section { padding: 115px clamp(24px, 7vw, 112px); }
.section-heading { margin-bottom: 58px; }
.section-heading h2 { margin: 0; font-size: clamp(43px, 5vw, 66px); line-height: 1; }
.split-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr); gap: 70px; align-items: end; }
.split-heading > p { color: var(--ink-soft); line-height: 1.7; margin: 0; }

.studio-shell { display: grid; grid-template-columns: 270px minmax(0, 1fr); min-height: 760px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.studio-steps { display: flex; flex-direction: column; padding: 34px 25px; background: #e8e6dd; border-right: 1px solid var(--line); }
.case-kicker { padding: 0 8px 25px; border-bottom: 1px solid var(--line); }
.case-kicker span { display: block; color: #77817c; font-size: 9px; font-weight: 800; letter-spacing: .15em; margin-bottom: 7px; }
.case-kicker strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.studio-steps ol { list-style: none; padding: 22px 0; margin: 0; display: grid; gap: 3px; }
.studio-steps li { display: grid; grid-template-columns: 30px 1fr; gap: 11px; align-items: center; padding: 14px 9px; border-radius: 12px; color: #7d8581; }
.studio-steps li > span { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid #abb1ac; border-radius: 50%; font-size: 10px; }
.studio-steps li b, .studio-steps li small { display: block; }
.studio-steps li b { font-size: 12px; margin-bottom: 3px; }
.studio-steps li small { font-size: 9px; }
.studio-steps li.is-active { background: var(--white); color: var(--forest); box-shadow: 0 5px 16px rgba(29,42,36,.06); }
.studio-steps li.is-active > span { color: white; background: var(--forest); border-color: var(--forest); }
.studio-steps li.is-complete > span { font-size: 0; background: var(--forest-light); border-color: var(--forest-light); }
.studio-steps li.is-complete > span::after { content: "✓"; color: white; font-size: 11px; }
.privacy-note { margin-top: auto; display: grid; grid-template-columns: 25px 1fr; gap: 10px; padding: 16px 12px; background: rgba(255,255,255,.45); border-radius: 12px; color: #616c66; }
.lock-mark { width: 18px; height: 14px; margin-top: 7px; border: 1.5px solid currentColor; border-radius: 3px; position: relative; }
.lock-mark::before { content: ""; position: absolute; width: 10px; height: 9px; left: 2.5px; top: -9px; border: 1.5px solid currentColor; border-bottom: 0; border-radius: 8px 8px 0 0; }
.privacy-note p { font-size: 9px; line-height: 1.55; margin: 0; }

.studio-panel { padding: clamp(36px, 5vw, 72px); position: relative; overflow: hidden; }
.app-step { animation: stepIn .35s ease both; }
@keyframes stepIn { from { opacity: 0; transform: translateY(8px); } }
.studio-panel h3 { font-family: var(--serif); font-size: clamp(33px, 4vw, 48px); line-height: 1.05; font-weight: 400; letter-spacing: -.025em; margin: 0 0 16px; }
.step-intro { max-width: 770px; margin: 0 0 34px; color: var(--ink-soft); line-height: 1.65; }
.guardrail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-bottom: 32px; }
.guardrail-grid article { padding: 20px; background: #f1efe7; border-radius: 14px; }
.guardrail-grid span, .method-grid > article > span { color: var(--amber); font-size: 10px; font-weight: 800; }
.guardrail-grid h4 { font-size: 13px; margin: 23px 0 7px; }
.guardrail-grid p { color: #3f4b46; font-size: 12px; line-height: 1.55; margin: 0; }
fieldset { border: 0; padding: 0; margin: 0; }
.checklist { border-top: 1px solid var(--line); padding-top: 24px; }
.checklist legend, .stop-checks legend { font-size: 12px; font-weight: 800; margin-bottom: 15px; }
.checklist label { display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; margin: 12px 0; color: #38453f; font-size: 13px; line-height: 1.5; }
input[type="checkbox"], input[type="radio"] { accent-color: var(--forest); width: 16px; height: 16px; margin: 1px 0 0; }
.panel-actions { display: flex; justify-content: space-between; gap: 14px; padding-top: 32px; margin-top: 35px; border-top: 1px solid var(--line); }
.panel-actions-end { justify-content: flex-end; }
.field-label, .form-grid label, dialog > label { display: grid; gap: 9px; font-size: 11px; font-weight: 800; letter-spacing: .03em; }
textarea, select, input[type="email"], input[type="text"] { width: 100%; color: var(--ink); background: #f4f2eb; border: 1px solid transparent; border-radius: 12px; padding: 14px 16px; }
textarea { resize: vertical; min-height: 134px; line-height: 1.55; font-size: 16px; }
textarea:focus, select:focus, input:focus { border-color: var(--forest-light); background: white; outline: 0; box-shadow: 0 0 0 3px rgba(46,103,86,.12); }
.field-meta { display: flex; justify-content: space-between; margin: 8px 2px 25px; color: #7a837e; font-size: 10px; }
.inline-button { padding: 0; border: 0; background: none; color: var(--forest-light); font-weight: 800; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.stop-checks { margin-top: 30px; padding: 22px; border-radius: 15px; border: 1px solid #dbc8b4; background: #fbf6ec; }
.stop-checks > p { margin: -8px 0 17px; font-size: 11px; color: #75685b; }
.stop-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.stop-grid label { display: grid; grid-template-columns: 18px 1fr; gap: 8px; font-size: 10px; line-height: 1.45; }
.safety-alert { margin-bottom: 28px; padding: 18px 20px; background: #fae9e5; color: #6f211c; border: 1px solid #e3b9b3; border-radius: 13px; font-size: 12px; line-height: 1.55; }
.safety-alert strong { display: block; margin-bottom: 4px; }
.source-safety-notice { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 10px; align-items: start; margin: -7px 0 22px; padding: 11px 13px; color: #5d4930; background: #fff9ed; border: 1px solid #ead8b8; border-left: 3px solid #c28b3c; border-radius: 7px; font-size: 12px; line-height: 1.5; }
.source-safety-notice[hidden] { display: none; }
.source-safety-notice strong, .source-safety-notice span { display: block; }
.source-safety-notice strong { margin-bottom: 1px; color: #463725; font-size: 12px; }
.source-safety-mark { display: grid !important; place-items: center; width: 19px; height: 19px; margin-top: 1px; color: #fff; background: #a9712a; border-radius: 50%; font-size: 12px; font-weight: 800; line-height: 1; }
.safety-flag-banner { margin-bottom: 22px; padding: 16px 18px; background: #fff2ef; color: #6f211c; border: 1px solid #e5bdb5; border-radius: 7px; font-size: 13px; line-height: 1.55; display: flex; gap: 16px; align-items: flex-start; justify-content: space-between; }
.safety-flag-banner[hidden] { display: none; }
.safety-flag-banner p { margin: 0; }
.safety-flag-banner.is-soon { background: #fff6e8; color: #6a3f12; border-color: #e4c9a0; }
.safety-flag-dismiss { flex: 0 0 auto; min-height: 32px; padding: 0 12px; border: 1px solid currentColor; border-radius: 100px; background: transparent; color: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.expander-option small { display: none; }
.step-title-row, .results-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; }
.question-count, .demo-badge { min-width: max-content; color: var(--forest-light); background: #e8efe8; border-radius: 100px; padding: 8px 12px; font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.dynamic-questions { display: grid; gap: 14px; }
.question-card { border: 1px solid var(--line); border-radius: 15px; overflow: hidden; }
.question-card-head { display: grid; grid-template-columns: 34px 1fr; gap: 12px; padding: 17px 19px; background: #f5f3ec; }
.question-card-head > span { color: var(--amber); font-size: 10px; font-weight: 800; }
.question-card-head h4 { margin: 0 0 4px; font-size: 13px; }
.question-card-head p { margin: 0; color: #748078; font-size: 10px; }
.answer-options { display: flex; flex-wrap: wrap; gap: 7px; padding: 13px 18px 18px 64px; }
.answer-options label { cursor: pointer; }
.answer-options input { position: absolute; opacity: 0; pointer-events: none; }
.answer-options span { display: block; padding: 9px 12px; border: 1px solid var(--line); border-radius: 100px; color: var(--ink-soft); font-size: 10px; }
.answer-options input:checked + span { background: var(--forest); color: white; border-color: var(--forest); }
.answer-options input:focus-visible + span { outline: 3px solid rgba(200,128,70,.4); outline-offset: 2px; }
.review-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: 14px; }
.review-card { padding: 25px; background: #f3f1e9; border-radius: 15px; }
.card-label { font-size: 9px; font-weight: 800; letter-spacing: .13em; opacity: .65; }
.review-card blockquote { font-family: var(--serif); font-size: 24px; line-height: 1.25; margin: 30px 0; }
.review-card dl { display: flex; flex-wrap: wrap; gap: 13px 25px; margin: 0; }
.review-card dl div { display: grid; gap: 3px; }
.review-card dt { color: #77827c; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.review-card dd { font-size: 11px; margin: 0; }
.summary-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 23px; }
.summary-item { display: grid; grid-template-columns: 9px 1fr; gap: 11px; padding: 12px 14px; background: #faf8f3; border: 1px solid var(--line); border-radius: 11px; }
.summary-item::before { content: ""; width: 6px; height: 6px; margin-top: 5px; border-radius: 50%; background: var(--forest-light); }
.summary-item b, .summary-item span { display: block; }
.summary-item b { font-size: 10px; margin-bottom: 4px; }
.summary-item span { color: #737e78; font-size: 9px; }
.result-boundary { margin: 18px 0 23px; padding: 16px 18px; background: #fbf4e6; border-left: 3px solid var(--amber); }
.result-boundary strong { font-size: 11px; }
.result-boundary p { margin: 5px 0 0; color: #75685b; font-size: 10px; line-height: 1.5; }
.source-index { display: grid; gap: 9px; }
.source-row { display: grid; grid-template-columns: 33px minmax(120px, .65fr) minmax(170px, 1fr) 80px; gap: 14px; align-items: center; padding: 14px 17px; border: 1px solid var(--line); border-radius: 12px; }
.source-row > span { color: var(--amber); font-size: 11px; }
.source-name b, .source-name small { display: block; }
.source-name b { font-family: var(--serif); font-size: 18px; font-weight: 400; }
.source-name small { color: #7a847f; font-size: 8px; margin-top: 3px; }
.source-answer { color: #34413b; font-size: 12px; line-height: 1.45; }
.source-matches { text-align: right; font-size: 9px; color: #6e7872; }
.trace-details { margin-top: 17px; border: 1px solid var(--line); border-radius: 12px; }
.trace-details summary { padding: 15px 17px; cursor: pointer; font-size: 10px; font-weight: 800; }
.trace-details > div { padding: 0 17px 17px; color: #65716b; font-size: 9px; line-height: 1.65; }
.trace-table { width: 100%; border-collapse: collapse; }
.trace-table th, .trace-table td { padding: 8px 5px; text-align: left; border-top: 1px solid var(--line); }

.method-section { background: #e9e5da; }
.method-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.method-grid article { display: grid; grid-template-columns: 45px 1fr; gap: 13px; min-height: 205px; padding: 34px; background: var(--paper); }
.method-grid h3 { margin: 0 0 15px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.method-grid p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.65; }

.value-section { background: var(--white); }
.value-section .section-heading > p:last-child { max-width: 920px; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.benefit-grid article { padding: clamp(26px, 3.5vw, 42px); border: 1px solid var(--line); border-radius: var(--radius-md); background: #f7fafb; }
.benefit-grid article > span { color: var(--forest); font-size: 10px; font-weight: 750; letter-spacing: .14em; }
.benefit-grid h3 { margin: 15px 0 10px; font-size: 24px; font-weight: 600; }
.benefit-grid p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.section-cta { display: flex; align-items: stretch; justify-content: center; gap: 12px; margin-top: 30px; flex-wrap: wrap; }
.section-cta .button { min-height: 50px; }
.result-preview-section { padding: 72px clamp(28px, 7vw, 96px); background: #edf4f7; border-top: 1px solid #dbe3e8; }
.result-preview-section .section-heading > p:last-child { max-width: 820px; color: var(--ink-soft); font-size: 16px; line-height: 1.65; }
.result-preview-shell { overflow: hidden; background: #fff; border: 1px solid #c8d7df; border-radius: 12px; box-shadow: 0 18px 45px rgba(40,56,70,.09); }
.result-preview-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 20px; color: #60717d; background: #f7f9fa; border-bottom: 1px solid #dbe3e8; font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.result-preview-toolbar span:last-child { color: #7a8b95; font-weight: 600; }
.result-preview-summary { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr); gap: 28px; align-items: center; padding: clamp(26px, 4vw, 42px); background: #f8fbfc; border-bottom: 1px solid #dbe3e8; }
.result-preview-summary .eyebrow { margin-bottom: 10px; }
.result-preview-summary h3 { max-width: 650px; margin: 0 0 10px; color: #17344a; font-size: clamp(24px, 3vw, 34px); line-height: 1.15; }
.result-preview-summary p:not(.eyebrow) { margin: 0; color: #60717d; font-size: 14px; line-height: 1.6; }
.result-preview-summary ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.result-preview-summary li { padding: 11px 13px; color: #264b5d; background: #e7f0f4; border-radius: 7px; font-size: 13px; font-weight: 650; }
.result-preview-candidates { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding: clamp(20px, 3vw, 30px); }
.result-preview-candidates article { min-width: 0; padding: 21px; background: #fff; border: 1px solid #dbe3e8; border-radius: 9px; }
.result-preview-candidates header { display: flex; align-items: center; gap: 12px; }
.result-preview-candidates header > span { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; color: #fff; background: #174f63; border-radius: 50%; font-size: 12px; font-weight: 750; }
.result-preview-candidates h4, .result-preview-candidates header p { margin: 0; }
.result-preview-candidates h4 { color: #17344a; font-size: 18px; }
.result-preview-candidates header p { margin-top: 2px; color: #71808d; font-size: 11px; }
.result-preview-candidates dl { display: grid; gap: 12px; margin: 20px 0 16px; }
.result-preview-candidates dl div { padding-top: 11px; border-top: 1px solid #e1e8ec; }
.result-preview-candidates dt { color: #174f63; font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.result-preview-candidates dd { margin: 4px 0 0; color: #526774; font-size: 12px; line-height: 1.5; }
.result-preview-candidates article > small { display: block; color: #7a8b95; font-size: 10px; line-height: 1.4; }
.result-preview-note { margin: 0; padding: 15px 20px; color: #5b6265; background: #fff9e4; border-top: 1px solid #e4d6a1; font-size: 11px; line-height: 1.55; }
.result-preview-note strong { color: #33424a; }
.quality-section { background: #f7f9fa; border-top: 1px solid #e2e8f0; }
.quality-section .section-heading > p:last-child { max-width: 920px; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.quality-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.quality-grid article { padding: clamp(26px, 3.5vw, 42px); border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.quality-grid article > span { color: var(--forest); font-size: clamp(36px, 4vw, 54px); font-weight: 700; line-height: 1; }
.quality-grid h3 { margin: 18px 0 10px; font-size: 24px; font-weight: 600; }
.quality-grid p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.coverage-details { margin-top: 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #f7fafb; }
.coverage-details summary { padding: 20px 22px; color: var(--ink); font-weight: 700; cursor: pointer; }
.coverage-details p { margin: 0; padding: 0 22px 22px; color: var(--ink-soft); line-height: 1.65; }
.source-overview { display: grid; grid-template-columns: minmax(220px, .72fr) minmax(0, 1.45fr); gap: clamp(28px, 5vw, 72px); margin-top: 24px; padding: clamp(28px, 4vw, 46px); border: 1px solid var(--line); border-radius: var(--radius-md); background: #f7fafb; }
.source-overview h3 { margin: 8px 0 0; color: var(--ink); font-size: clamp(24px, 3vw, 34px); font-weight: 600; line-height: 1.16; }
.source-overview ul { display: grid; gap: 13px; margin: 0; padding-left: 20px; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }
.source-overview b { color: var(--ink); }

.safety-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 150px); padding: 115px clamp(24px, 7vw, 112px); color: white; background: var(--forest); }
.safety-copy h2 { font-size: clamp(42px, 5vw, 65px); line-height: 1.02; margin: 0 0 27px; }
.safety-copy > p:not(.eyebrow) { color: #c6d3cd; line-height: 1.7; margin-bottom: 27px; }
.safety-copy .eyebrow { color: #bdcdbf; }
.safety-list { border-top: 1px solid rgba(255,255,255,.22); }
.safety-list article { display: grid; grid-template-columns: 45px 1fr; gap: 17px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.safety-list article > b { color: #d9b387; font-size: 10px; }
.safety-list h3 { font-family: var(--serif); font-size: 22px; font-weight: 400; margin: 0 0 7px; }
.safety-list p { color: #c6d3cd; font-size: 11px; line-height: 1.6; margin: 0; }

.centered-heading { text-align: center; }
.centered-heading > p:last-child { color: var(--ink-soft); }
.billing-toggle { width: max-content; margin: -25px auto 35px; padding: 4px; border: 1px solid var(--line); border-radius: 100px; background: var(--paper-deep); }
.billing-toggle button { border: 0; border-radius: 100px; padding: 10px 16px; background: transparent; color: var(--ink-soft); font-size: 10px; font-weight: 800; cursor: pointer; }
.billing-toggle button.is-active { color: white; background: var(--forest); }
.billing-toggle span { color: #d9b387; margin-left: 5px; }
.membership-card { max-width: 910px; margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.membership-main, .membership-features { padding: clamp(32px, 5vw, 57px); }
.membership-main { color: white; background: var(--forest); }
.plan-tag { display: inline-block; padding: 7px 10px; border-radius: 100px; background: rgba(255,255,255,.11); color: #d9e4dd; font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.membership-main h3 { font-family: var(--serif); font-size: 45px; font-weight: 400; margin: 35px 0 13px; }
.membership-main p { color: #c8d7d0; font-size: 12px; line-height: 1.6; }
.price-placeholder { margin: 32px 0 22px; }
.price-placeholder strong { font-family: var(--serif); font-size: 27px; font-weight: 400; }
.price-placeholder span { margin-left: 7px; color: #bac9c2; font-size: 10px; }
.membership-main .button { color: var(--forest); background: #e6dfcd; box-shadow: none; }
.membership-main > small { display: block; margin-top: 13px; color: #acbeb5; font-size: 8px; line-height: 1.45; }
.membership-features h4 { margin: 5px 0 28px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.membership-features ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 17px; }
.membership-features li { position: relative; padding-left: 27px; color: var(--ink-soft); font-size: 12px; }
.membership-features li::before { content: "✓"; position: absolute; left: 0; top: -2px; display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; color: white; background: var(--forest-light); font-size: 8px; }

.about-section { background: var(--white); }
.about-statement { max-width: 900px; }
.about-statement h2 { margin: 0; font-size: clamp(43px, 5vw, 68px); line-height: 1.03; }
.founder-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 70px; }
.founder-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.founder-grid article { display: grid; grid-template-columns: 180px 1fr; align-items: end; gap: 25px; }
.portrait-placeholder { height: 230px; display: grid; place-items: end start; padding: 17px; overflow: hidden; position: relative; background: #d9d6ca; }
.portrait-placeholder::after { content: ""; position: absolute; width: 140px; height: 210px; left: 22px; top: 28px; border-radius: 70px 70px 0 0; background: rgba(24,63,53,.15); }
.founder-two { background: #c9d4c8; }
.portrait-placeholder span { position: relative; z-index: 1; color: rgba(24,34,31,.55); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.founder-grid article > div:last-child > span { color: var(--forest-light); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.founder-grid h3 { font-family: var(--serif); font-size: 31px; font-weight: 400; margin: 8px 0; }
.founder-grid p { color: var(--ink-soft); font-size: 11px; line-height: 1.55; margin: 0; }
.founder-note { margin-top: 42px; padding-top: 20px; border-top: 1px solid var(--line); color: #7a847f; font-size: 9px; }
.founder-note strong { color: var(--ink); }
.boundary-heading { margin-top: 62px; padding-top: 52px; border-top: 1px solid var(--line); }

footer { min-height: 155px; padding: 45px clamp(24px, 7vw, 112px); display: flex; align-items: center; gap: 35px; background: #152c26; color: white; }
.footer-brand .brand-copy small { color: #adbbb4; }
footer > p { margin: 0 auto; color: #aebbb5; font-size: 9px; }
footer nav { display: flex; gap: 20px; }
footer nav a { color: #d4ddd8; font-size: 9px; text-underline-offset: 4px; }

.member-session { display: flex; align-items: center; gap: 13px; }
.member-session > a { color: var(--forest); font-size: 10px; font-weight: 750; text-underline-offset: 4px; }
.member-session span { max-width: 180px; color: var(--ink-soft); font-size: 9px; line-height: 1.35; text-align: right; }
.member-session form { margin: 0; }

.safety-disposition { display: grid; gap: 10px; }
.safety-disposition label,
.privacy-ack label { display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: start; padding: 13px 14px; color: #35423d; background: #f5f2ea; border: 1px solid var(--line); border-radius: 11px; font-size: 12px; line-height: 1.5; }

.access-page { min-height: 100vh; background: linear-gradient(145deg, var(--paper) 0 65%, #dbe1d5 65%); }
.access-shell { width: min(1080px, calc(100% - 36px)); margin: 0 auto; padding: 42px 0 80px; }
.access-shell-narrow { width: min(620px, calc(100% - 36px)); }
.access-shell-terms { width: min(780px, calc(100% - 36px)); }
.access-card { margin-top: 48px; padding: clamp(30px, 6vw, 64px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.access-card-wide { max-width: 870px; }
.access-card h1 { max-width: 790px; margin: 0 0 22px; font-family: var(--serif); font-size: clamp(42px, 7vw, 74px); font-weight: 400; line-height: .99; letter-spacing: -.035em; }
.access-shell-narrow .access-card h1,
.access-shell-terms .access-card h1 { font-size: clamp(38px, 6vw, 58px); }
.access-card > p { color: var(--ink-soft); line-height: 1.65; }
.access-lead { max-width: 720px; font-size: 18px; }
.access-boundary { margin: 28px 0; padding: 18px 20px; color: #5d422d; background: #fbf0df; border-left: 4px solid var(--amber); }
.access-boundary strong { font-size: 14px; }
.access-boundary p { margin: 6px 0 0; font-size: 12px; line-height: 1.55; }
.access-button { display: inline-grid; place-items: center; text-decoration: none; }
.access-footnote { font-size: 10px; }
.access-form { margin: 28px 0 12px; }
.form-error { margin: 20px 0; padding: 14px 16px; color: #70251f; background: #f9e5e1; border: 1px solid #e8beb7; border-radius: 10px; font-size: 12px; line-height: 1.5; }
.terms-form { margin-top: 30px; }
.terms-form .checklist { margin-bottom: 28px; }
.privacy-notice { margin: 0 0 28px; padding: 22px; color: #34413b; background: #f2efe6; border: 1px solid var(--line); border-radius: 12px; }
.privacy-notice h2 { margin: 0 0 14px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.privacy-notice p { margin: 10px 0 0; font-size: 12px; line-height: 1.6; }
.privacy-ack { margin: 0 0 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.privacy-ack legend { margin-bottom: 14px; font-size: 12px; font-weight: 800; }
.terms-proof { margin: 25px 0 0; padding-top: 20px; border-top: 1px solid var(--line); font-size: 9px; overflow-wrap: anywhere; }

.ops-topline { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.ops-card { max-width: none; }
.ops-summary { margin: 30px 0 18px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-radius: 13px; }
.ops-summary.is-ready { color: #12382e; background: #dce9de; border: 1px solid #b9d0bd; }
.ops-summary.is-local-demo { color: #174f63; background: #edf4f7; border: 1px solid #bfd2dc; }
.ops-summary.is-paused { color: #6b2d27; background: #f4ded9; border: 1px solid #dfb4ac; }
.ops-summary strong { font-family: var(--serif); font-size: 23px; font-weight: 400; }
.ops-summary span { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.ops-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.ops-grid article { display: grid; grid-template-columns: 12px 1fr; gap: 11px; align-items: center; padding: 18px; background: #f2efe7; border: 1px solid var(--line); border-radius: 12px; }
.ops-grid b, .ops-grid small { display: block; }
.ops-grid b { font-size: 13px; text-transform: capitalize; }
.ops-grid small { margin-top: 4px; color: #65716b; font-size: 9px; letter-spacing: .1em; }
.ops-dot { width: 9px; height: 9px; border-radius: 50%; }
.ops-dot.is-on { background: #2e765d; box-shadow: 0 0 0 4px rgba(46,118,93,.12); }
.ops-dot.is-off { background: #ad493f; box-shadow: 0 0 0 4px rgba(173,73,63,.12); }
.ops-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.ops-detail-grid article { min-width: 0; padding: 22px; background: var(--forest); color: white; border-radius: 13px; }
.ops-detail-grid strong, .ops-detail-grid span, .ops-detail-grid code { display: block; }
.ops-detail-grid strong { margin: 19px 0 7px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.ops-detail-grid span { color: #c6d3cd; font-size: 10px; }
.ops-detail-grid code { color: #d9b387; font-size: 9px; overflow-wrap: anywhere; }
.ops-actions { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 27px; padding-top: 24px; border-top: 1px solid var(--line); }
.ops-boundary { margin: 0 0 18px; color: #637986; font-size: 12px; line-height: 1.5; }
.ops-release-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 18px; }
.ops-release-grid article { padding: 17px 18px; background: #fff; border: 1px solid #cbdce5; border-radius: 9px; }
.ops-release-grid span, .ops-release-grid strong { display: block; }
.ops-release-grid span { color: #637986; font-size: 9px; font-weight: 750; letter-spacing: .1em; }
.ops-release-grid strong { margin-top: 8px; color: #17344a; font-size: 12px; }

.readiness-card { max-width: none; }
.readiness-global-block { margin: 28px 0 18px; padding: 19px 21px; color: #6b2d27; background: #fff2ef; border: 1px solid #e5bdb5; border-radius: 9px; }
.readiness-global-block strong { display: block; font-size: 15px; }
.readiness-global-block p { margin: 7px 0 0; font-size: 12px; line-height: 1.5; }
.readiness-boundary { margin: 0 0 20px; padding: 14px 16px; color: #526774; background: #edf4f7; border-left: 3px solid #174f63; font-size: 12px; line-height: 1.55; }
.readiness-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.readiness-gate { min-width: 0; padding: 20px; background: #fff; border: 1px solid #cbdce5; border-radius: 9px; }
.readiness-gate-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.readiness-gate-head h2 { margin: 0; color: #17344a; font-size: 18px; line-height: 1.2; }
.readiness-gate-head > span { min-width: max-content; padding: 6px 8px; color: #6b2d27; background: #f4ded9; border-radius: 4px; font-size: 9px; font-weight: 800; letter-spacing: .07em; }
.readiness-gate > p { margin: 13px 0; color: #637986; font-size: 12px; line-height: 1.5; }
.readiness-gate dl { display: grid; gap: 7px; margin: 0; }
.readiness-gate dl div { display: grid; grid-template-columns: 88px 1fr; gap: 10px; }
.readiness-gate dt { color: #7a8b95; font-size: 10px; }
.readiness-gate dd { margin: 0; color: #34495c; font-size: 11px; overflow-wrap: anywhere; }
.readiness-caveat { padding: 11px 12px; background: #fff7d6; border-radius: 6px; color: #655638 !important; }
.readiness-impact { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; padding-top: 13px; border-top: 1px solid #dbe3e8; }
.readiness-impact span { padding: 6px 8px; color: #6b2d27; background: #fff2ef; border: 1px solid #e5bdb5; border-radius: 4px; font-size: 9px; font-weight: 750; }
.readiness-meta { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 22px; padding-top: 18px; border-top: 1px solid #cbdce5; color: #637986; font-size: 10px; overflow-wrap: anywhere; }

dialog { width: min(520px, calc(100% - 30px)); padding: 37px; color: var(--ink); background: var(--white); border: 0; border-radius: 20px; box-shadow: 0 30px 120px rgba(0,0,0,.35); }
dialog::backdrop { background: rgba(11,27,22,.68); backdrop-filter: blur(5px); }
dialog h2 { margin: 0 0 12px; font-family: var(--serif); font-size: 39px; font-weight: 400; }
dialog > p:not(.eyebrow) { color: var(--ink-soft); font-size: 12px; line-height: 1.6; }
.dialog-close { position: absolute; right: 17px; top: 13px; border: 0; background: none; font-size: 25px; cursor: pointer; }
.dialog-notice { margin: 20px 0; padding: 13px 15px; background: #fbf4e6; border-radius: 10px; color: #755c42; font-size: 10px; }
dialog > label { margin: 13px 0; }
.dialog-check { grid-template-columns: 18px 1fr; font-weight: 500; line-height: 1.4; }
dialog > small { display: block; margin-top: 13px; color: #77817c; font-size: 8px; line-height: 1.5; }

[hidden] { display: none !important; }

@media (max-width: 1000px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 65px; }
  .hero-copy { max-width: 780px; }
  .hero-visual { min-height: 560px; }
  .studio-shell { grid-template-columns: 220px minmax(0, 1fr); }
  .studio-panel { padding: 40px 32px; }
  .guardrail-grid { grid-template-columns: 1fr; }
  .guardrail-grid article { display: grid; grid-template-columns: 30px 120px 1fr; align-items: center; gap: 10px; }
  .guardrail-grid h4 { margin: 0; }
  .method-grid { grid-template-columns: 1fr 1fr; }
  .safety-section { grid-template-columns: 1fr; }
  .founder-grid article { grid-template-columns: 125px 1fr; }
  .founder-grid-three { grid-template-columns: 1fr 1fr; }
  .portrait-placeholder { height: 180px; }
}

@media (max-width: 760px) {
  .site-header { height: 74px; padding: 0 20px; }
  .header-login { font-size: 0; width: 42px; padding: 0; }
  .header-login::after { content: "Konto"; font-size: 10px; }
  .hero { min-height: auto; padding: 58px 22px 72px; gap: 45px; }
  .hero h1 { font-size: clamp(34px, 9vw, 44px); }
  .hero-lead { font-size: 16px; }
  .hero-evidence { padding: 24px 20px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; min-height: 50px; }
  .hero-evidence dl { grid-template-columns: 1fr 1fr; }
  .trust-row { display: grid; gap: 8px; margin-top: 40px; }
  .hero-visual { min-height: 440px; }
  .hero-visual::before { width: 390px; height: 390px; }
  .case-card { width: min(92%, 390px); min-height: 404px; padding: 24px; }
  .case-card blockquote { margin: 40px 0 30px; font-size: 27px; }
  .question-preview > div { padding: 10px 0; }
  .case-card-foot { margin-top: 18px; }
  .boundary-strip { align-items: flex-start; flex-direction: column; padding: 18px 22px; gap: 8px; }
  .studio-section, .method-section, .membership-section, .about-section { padding: 78px 20px; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading { margin-bottom: 38px; }
  .studio-shell { display: block; min-height: 0; border-radius: 18px; }
  .studio-steps { padding: 16px; border-right: 0; border-bottom: 1px solid var(--line); }
  .case-kicker, .privacy-note, .studio-steps li div { display: none; }
  .studio-steps ol { display: flex; justify-content: space-between; padding: 0; }
  .studio-steps li { display: block; padding: 4px; background: transparent !important; box-shadow: none !important; }
  .studio-panel { padding: 30px 20px; }
  .guardrail-grid article { grid-template-columns: 25px 1fr; }
  .guardrail-grid p { grid-column: 2; }
  .form-grid, .stop-grid, .review-layout, .summary-list { grid-template-columns: 1fr; }
  .answer-options { padding-left: 18px; }
  .source-row { grid-template-columns: 25px 1fr 64px; }
  .source-answer { grid-column: 2 / -1; grid-row: 2; }
  .method-grid { grid-template-columns: 1fr; }
  .section-cta { align-items: stretch; flex-direction: column; }
  .section-cta .button { width: 100%; }
  .result-preview-section { padding: 48px 20px; }
  .result-preview-toolbar { align-items: flex-start; flex-direction: column; gap: 5px; }
  .result-preview-summary { grid-template-columns: 1fr; gap: 20px; padding: 24px 18px; }
  .result-preview-candidates { grid-template-columns: 1fr; padding: 16px; }
  .method-grid article { min-height: 160px; padding: 27px 23px; }
  .safety-section { padding: 78px 20px; gap: 55px; }
  .membership-card { grid-template-columns: 1fr; }
  .billing-toggle span { display: none; }
  .founder-grid { grid-template-columns: 1fr; }
  .founder-grid-three { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; }
  footer > p { margin: 0; }
  .member-session span { display: none; }
  .member-session > a { display: none; }
  .access-shell { padding-top: 26px; }
  .access-card { margin-top: 30px; padding: 28px 22px; }
  .ops-topline { align-items: flex-start; flex-direction: column; }
  .ops-summary { align-items: flex-start; flex-direction: column; }
  .ops-grid, .ops-detail-grid, .ops-release-grid, .readiness-grid { grid-template-columns: 1fr; }
  .readiness-gate-head { flex-direction: column; }
  .readiness-gate dl div { grid-template-columns: 1fr; gap: 2px; }
}

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

/* Lugnare medlemsdialog i samma färgfamilj som homeopati.se */
body {
  color: #17344a;
  background: #edf4f7;
  font-size: 16px;
  line-height: 1.55;
}

.page-frame {
  width: min(1388px, calc(100% - 32px));
  min-height: 100vh;
  margin: 16px auto;
  background: #fff;
  border: 1px solid #cbdce5;
  border-radius: 16px;
  box-shadow: 0 14px 48px rgba(40, 56, 70, .10);
  overflow: hidden;
}

.site-header {
  height: auto;
  min-height: 112px;
  padding: 15px 34px;
  background: #fff;
  border-bottom: 1px solid #dbe3e8;
}

.brand { gap: 16px; }
.brand-housemark {
  width: 74px;
  height: 78px;
  flex: 0 0 74px;
  display: block;
  background-image: url('/assets/finder-family-housemark.png');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 310px 78px;
}
.brand-copy { color: #225766; gap: 7px; }
.brand-copy strong { font-size: 27px; font-weight: 620; letter-spacing: .17em; }
.brand-copy small { color: #6f8792; font-size: 10px; font-weight: 600; letter-spacing: .31em; }
.desktop-nav { gap: 28px; }
.desktop-nav a { padding: 10px 0; color: #52606d; font-size: 14px; font-weight: 600; border-bottom: 2px solid transparent; }
.desktop-nav a:hover { color: #17344a; border-bottom-color: #174f63; }

.member-session { display: flex; align-items: center; gap: 13px; }
.member-session > a { color: #52606d; font-size: 12px; }
.member-session > span { color: #71808d; font-size: 11px; }
.member-session form { margin: 0; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: none;
}
.button:hover:not(:disabled) { transform: none; }
.button-primary { background: #174f63; box-shadow: none; }
.button-quiet { color: #174f63; background: #fff; border-color: #aebdc6; }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(2, 132, 199, .24);
  outline-offset: 2px;
}

body.studio-page .button-primary {
  color: #fff;
  background: #2d7488;
  border-color: #27697c;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 7px 18px rgba(45,116,136,.18);
}
body.studio-page .button-primary:hover:not(:disabled) {
  background: #26687b;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 9px 20px rgba(45,116,136,.22);
}
body.studio-page .button-primary:active:not(:disabled) {
  background: #225f71;
  box-shadow: inset 0 1px 2px rgba(9,47,61,.22);
}
body.studio-page .button-primary:focus-visible {
  outline-color: rgba(45,116,136,.34);
}

.tool-hero {
  padding: 26px 34px 21px;
  border-bottom: 1px solid #dbe3e8;
}
.tool-hero .eyebrow { margin-bottom: 5px; }
.tool-hero h1 {
  margin: 0 0 2px;
  color: #17384a;
  font-size: 32px;
  font-weight: 540;
  letter-spacing: -.018em;
  line-height: 1.08;
}
.tool-hero > p:not(.eyebrow) { max-width: 760px; margin: 0; color: #637986; font-size: 16px; }
.eyebrow, .step-overline { color: #174f63; font-size: 11px; letter-spacing: .14em; }

.boundary-strip {
  margin: 0 34px;
  padding: 13px 16px;
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
  color: #34495c;
  background: #edf4f7;
  border-bottom: 0;
  border-radius: 0 0 8px 8px;
}
.boundary-strip p { color: #34495c; font-size: 13px; }
.boundary-strip strong { color: #263746; }
.info-mark {
  width: 20px;
  height: 20px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: #174f63;
  border: 1px solid #8faebb;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
}

.studio-section, .method-section, .value-section, .membership-section, .quality-section, .homeopathy-section, .about-section { padding: 62px 34px; }
.studio-section { padding: 24px 34px 88px; background: #fff; }
.section-heading { margin-bottom: 28px; }
.tool-heading, .compact-heading { max-width: 760px; }
.section-heading h2, .compact-heading h2 {
  margin: 0 0 9px;
  color: #17344a;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.15;
}
.section-heading > p:not(.eyebrow) { margin: 0; color: #5c6974; line-height: 1.6; }

.studio-shell {
  min-height: 690px;
  grid-template-columns: 268px minmax(0, 1fr);
  border: 0;
  border-radius: 9px;
  box-shadow: none;
}
.studio-shell.is-starting {
  display: block;
  width: min(900px, 100%);
  min-height: 0;
  margin: 0;
  border: 1px solid #cbdce5;
  overflow: visible;
}
.studio-shell.is-starting .studio-steps { display: none; }
.studio-shell.is-starting .studio-panel {
  padding: 36px 40px 40px;
  border: 0;
  border-radius: 0;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.studio-shell:not(.is-starting) { overflow: visible; }
.studio-shell:not(.is-starting) .studio-panel { border: 1px solid #cbdce5; border-radius: 9px; }
.studio-steps {
  padding: 30px 24px;
  background: #fff;
  border-right-color: #dbe3e8;
}
.studio-steps nav { order: 1; }
.studio-steps ol { position: relative; gap: 0; padding: 0 0 24px; }
.studio-steps ol::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  bottom: 45px;
  width: 1px;
  background: #cbd6dc;
}
.studio-steps li {
  position: relative;
  z-index: 1;
  grid-template-columns: 34px 1fr;
  gap: 11px;
  padding: 10px 0 15px;
  color: #71808d;
  border-radius: 0;
}
.studio-steps li > span {
  width: 34px;
  height: 34px;
  color: #657683;
  background: #fff;
  border-color: #b8c5cd;
  font-size: 12px;
}
.studio-steps li b { color: inherit; font-size: 14px; }
.studio-steps li small { font-size: 11px; }
.studio-steps li.is-active { color: #2d4658; background: transparent; box-shadow: none; }
.studio-steps li.is-active > span { background: #174f63; border-color: #174f63; }
.studio-steps li.is-active > span { background: #174f63; border-color: #174f63; }
.studio-steps li.is-complete > span { background: #174f63; border-color: #174f63; }
.case-kicker {
  order: 2;
  margin-top: 2px;
  padding: 24px 0;
  border-top: 1px solid #dbe3e8;
  border-bottom: 0;
}
.case-kicker span { color: #71808d; font-size: 10px; }
.case-kicker strong { color: #263746; font-size: 18px; font-weight: 650; }
.case-kicker p { margin: 9px 0 0; color: #71808d; font-size: 12px; line-height: 1.45; }
.privacy-note {
  order: 3;
  margin-top: auto;
  padding: 15px;
  color: #52606d;
  background: #edf4f7;
  border-radius: 8px;
}
.privacy-note p { font-size: 11px; }

.studio-panel { padding: clamp(34px, 5vw, 58px); }
.app-step { max-width: 900px; }
.studio-panel h3 {
  color: #173743;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 540;
  letter-spacing: -.02em;
  line-height: 1.15;
}
.intro-gate h3 { max-width: 530px; font-size: 26px; font-weight: 540; line-height: 1.2; }
.step-intro { color: #5c6974; font-size: 16px; line-height: 1.6; }
.batch-search-note {
  margin: 10px 0 14px;
  padding: 11px 13px;
  color: #34495c;
  background: #edf4f7;
  border-left: 3px solid #174f63;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.5;
}
.plain-warning {
  margin: 24px 0;
  padding: 17px 18px;
  color: #5a4a2d;
  background: #fff7d6;
  border: 1px solid #eadca9;
  border-radius: 7px;
}
.plain-warning strong { color: #493b24; font-size: 14px; }
.plain-warning p { margin: 6px 0 0; font-size: 13px; line-height: 1.55; }
.data-handling-statement {
  margin: 20px 0 13px;
  padding: 16px 17px;
  color: #334b58;
  background: #edf5f4;
  border: 1px solid #c9ded9;
  border-radius: 7px;
}
.data-handling-statement h4 { margin: 0 0 7px; color: #173743; font-size: 14px; }
.data-handling-statement p { margin: 5px 0 0; font-size: 13px; line-height: 1.55; }
.professional-boundary { margin: 13px 0; color: #52606d; font-size: 13px; line-height: 1.55; }
.terms-reminder { margin: 25px 0 14px; color: #52606d; font-size: 13px; }
.checklist { padding-top: 19px; border-top-color: #dbe3e8; }
.checklist legend, .stop-checks legend { color: #263746; font-size: 14px; }
.checklist label,
.checklist .start-confirm-row {
  margin: 9px 0;
  padding: 12px 13px;
  color: #3d4e5c;
  background: #f8fafb;
  border: 1px solid #dbe3e8;
  border-radius: 7px;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
.checklist input[type="checkbox"] {
  pointer-events: auto;
  cursor: pointer;
}
.checklist input[type="checkbox"]:focus-visible + span {
  outline: 3px solid rgba(2, 132, 199, .24);
  outline-offset: 4px;
  border-radius: 2px;
}
.case-gate-reminder {
  margin: 18px 0 0;
  padding: 14px 15px;
  color: #334b58;
  background: #f4f7f8;
  border-left: 3px solid #174f63;
  border-radius: 5px;
  font-size: 13px;
  line-height: 1.55;
}
.intro-gate,
.panel-actions-start,
#accept-guardrails {
  position: relative;
  z-index: 2;
  pointer-events: auto;
}
input[type="checkbox"], input[type="radio"] { accent-color: #2d7488; }
.panel-actions { border-top-color: #dbe3e8; }
.panel-actions-start { justify-content: flex-end; }
#accept-guardrails { min-height: 50px; padding-inline: 26px; }
.panel-actions-progress { align-items: center; justify-content: space-between; }
.panel-actions-secondary { display: flex; flex-wrap: wrap; gap: 9px; }

.field-label, .form-grid label, dialog > label { color: #263746; font-size: 14px; letter-spacing: 0; }
.field-label > span, .form-grid label > span {
  display: inline-block;
  width: max-content;
  margin-top: -2px;
  padding: 2px 7px;
  color: #536875;
  background: #edf4f7;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
}
textarea, select, input[type="email"], input[type="text"] {
  color: #263746;
  background: #fff;
  border: 1px solid #b9c8d1;
  border-radius: 7px;
  padding: 13px 14px;
}
textarea[readonly] { color: #263746; background: #f8fafb; }
input[type="text"][readonly] { color: #465866; background: #f8fafb; cursor: default; }
textarea:focus, select:focus, input:focus { border-color: #174f63; box-shadow: 0 0 0 3px rgba(23,79,99,.12); }
.field-meta { color: #71808d; font-size: 11px; }
.inline-button { color: #174f63; font-size: 13px; }
.stop-checks {
  margin-top: 28px;
  padding: 20px;
  background: #fbfcfc;
  border-color: #dbe3e8;
  border-radius: 8px;
}
.stop-checks > p { color: #60707c; font-size: 13px; }
.safety-disposition label, .privacy-ack label {
  color: #3d4e5c;
  background: #fff;
  border-color: #dbe3e8;
  border-radius: 7px;
  font-size: 13px;
}
.safety-examples { margin: 16px 0 0 !important; padding-top: 14px; border-top: 1px solid #dbe3e8; font-size: 12px !important; }
.safety-alert { background: #fff2ef; border-color: #e5bdb5; border-radius: 7px; font-size: 13px; }

.question-count, .demo-badge { color: #2f596d; background: #edf4f7; border-radius: 999px; font-size: 10px; }
.question-progress-track { height: 5px; margin: 18px 0 10px; overflow: hidden; background: #dbe7ed; border-radius: 999px; }
.question-progress-track i { display: block; height: 100%; width: 0; background: #174f63; transition: width .25s ease; }
.question-progress-track i[data-level="1"] { width: 10%; }
.question-progress-track i[data-level="2"] { width: 20%; }
.question-progress-track i[data-level="3"] { width: 30%; }
.question-progress-track i[data-level="4"] { width: 40%; }
.question-progress-track i[data-level="5"] { width: 50%; }
.question-progress-track i[data-level="6"] { width: 60%; }
.question-progress-track i[data-level="7"] { width: 70%; }
.question-progress-track i[data-level="8"] { width: 80%; }
.question-progress-track i[data-level="9"] { width: 90%; }
.question-progress-track i[data-level="10"] { width: 100%; }
.question-path-note { min-height: 20px; margin: 0 0 14px; color: #637986; font-size: 12px; line-height: 1.45; }
.question-card { border-color: #dbe3e8; border-radius: 8px; }
.question-card.is-follow-up { border-color: #9bb8c6; }
.question-card-head { padding: 17px 18px; background: #f8fafb; }
.question-card-head { width: 100%; max-width: 100%; }
.question-card-head > span { color: #174f63; }
.question-card-head small { display: block; margin-bottom: 6px; color: #4d7182; font-size: 9px; font-weight: 750; letter-spacing: .12em; }
.question-card-head h4 { color: #263746; font-size: 15px; }
.question-card-head p { color: #71808d; font-size: 12px; }
.question-boundary { margin: 0; padding: 14px 18px 0 64px; color: #637986; font-size: 12px; line-height: 1.45; }
.answer-options { clear: both; display: grid; grid-template-columns: 1fr; gap: 8px; padding: 14px 18px 18px 64px; }
.answer-options span { min-height: 48px; display: flex; align-items: center; padding: 11px 13px; border-color: #cbd6dc; border-radius: 6px; color: #465866; font-size: 13px; }
.answer-options input:checked + span { background: #2d7488; border-color: #27697c; }

.review-card { background: #f8fafb; border: 1px solid #dbe3e8; border-radius: 8px; }
.review-card blockquote { color: #263746; font-size: 22px; font-weight: 600; }
.review-counts { display: grid !important; grid-template-columns: 1fr; gap: 10px !important; margin-top: 22px !important; }
.review-counts div { display: flex !important; grid-template-columns: none !important; align-items: baseline; justify-content: space-between; gap: 18px !important; padding-bottom: 9px; border-bottom: 1px solid #dbe3e8; }
.review-counts dt { color: #526774; font-size: 11px; text-transform: none; letter-spacing: 0; }
.review-counts dd { color: #17344a; font-size: 20px; font-weight: 700; }
.review-history { margin: 16px 0 0; color: #637986; font-size: 11px; line-height: 1.45; }
.summary-item { background: #fff; border-color: #dbe3e8; border-radius: 7px; }
.summary-item b { color: #34495c; font-size: 12px; }
.summary-item span { color: #687984; font-size: 11px; }
.summary-item small { display: block; margin-top: 5px; color: #7a8b95; font-size: 10px; line-height: 1.4; }
.result-boundary { background: #fff7d6; border-left-color: #c8893f; }
.result-boundary strong { font-size: 14px; }
.result-boundary p { color: #655638; font-size: 12px; }
.contextual-support { margin: 12px 0; padding: 11px 13px; background: #edf4f7; border: 1px solid #cbdce5; border-radius: 7px; }
.contextual-support summary { color: #264b5d; cursor: pointer; font-size: 12px; font-weight: 650; }
.contextual-support ul { margin: 9px 0; padding-left: 18px; color: #465866; font-size: 12px; }
.contextual-support li small { color: #71808d; }
.contextual-support > small { display: block; color: #637986; font-size: 10px; line-height: 1.45; }
.source-row { border-color: #dbe3e8; border-radius: 7px; }
.source-row > span { color: #174f63; }
.source-name b { color: #263746; font-size: 15px; font-weight: 650; }
.source-name small { color: #71808d; font-size: 10px; }
.source-answer { color: #465866; font-size: 13px; }
.source-matches { color: #71808d; font-size: 11px; }
.trace-details { border-color: #dbe3e8; border-radius: 7px; }
.trace-details summary { color: #34495c; font-size: 13px; }
.trace-details > div { color: #60707c; font-size: 12px; }

.method-section, .about-section { background: #f7f9fa; border-top: 1px solid #e2e8f0; }
.homeopathy-section { background: #fff; border-top: 1px solid #e2e8f0; }
.homeopathy-section .section-heading { max-width: 920px; margin-bottom: 0; }
.homeopathy-section .section-heading > p:not(.eyebrow) + p { margin-top: 16px; }
.method-grid { gap: 12px; background: transparent; border: 0; }
.method-grid article { min-height: 150px; padding: 25px; background: #fff; border: 1px solid #dbe3e8; border-radius: 8px; }
.method-grid article > span { color: #174f63; font-size: 13px; }
.method-grid h3 { margin-bottom: 8px; color: #263746; font-size: 20px; font-weight: 650; }
.method-grid p { grid-column: 2; color: #60707c; font-size: 13px; }
.method-explainer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 28px;
}
.method-explainer article {
  padding: 24px;
  background: #fff;
  border: 1px solid #cbdce5;
  border-radius: 8px;
}
.method-explainer h3 { margin: 0 0 8px; color: #17344a; font-size: 19px; }
.method-explainer p { margin: 0; color: #526774; font-size: 13px; line-height: 1.65; }
.method-examples { margin-top: 34px; padding: 30px; background: #fff; border: 1px solid #cbdce5; border-radius: 9px; }
.method-examples-heading { max-width: 760px; margin-bottom: 22px; }
.method-examples-heading h3 { margin: 0 0 8px; color: #17344a; font-size: 27px; }
.method-examples-heading > p:not(.eyebrow) { margin: 0; color: #60707c; font-size: 13px; line-height: 1.6; }
.method-example-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.method-example-grid article { padding: 24px; background: #f7f9fa; border: 1px solid #dbe3e8; border-radius: 8px; }
.method-example-grid h4 { margin: 10px 0 14px; color: #17344a; font-size: 24px; }
.method-example-grid p { color: #465866; font-size: 13px; line-height: 1.6; }
.method-example-grid details { margin-top: 16px; padding-top: 14px; border-top: 1px solid #dbe3e8; }
.method-example-grid summary { color: #174f63; cursor: pointer; font-size: 12px; font-weight: 700; }
.method-example-grid ul { padding-left: 18px; color: #526774; font-size: 11px; line-height: 1.55; }
.method-tier { display: inline-flex; padding: 5px 9px; border-radius: 999px; font-size: 9px; font-weight: 750; letter-spacing: .08em; }
.method-tier.is-clear { color: #245744; background: #e6f3ec; }
.method-tier.is-limited { color: #73581d; background: #fff4d5; }
.method-caution { margin: 18px 0 0; padding: 14px 16px; color: #5a4a2d; background: #fff7d6; border-radius: 7px; font-size: 12px; line-height: 1.55; }
.substance-parallel { margin: 12px 0; padding: 11px 13px; border-radius: 7px; }
.substance-parallel b { font-size: 12px; }
.substance-parallel p { margin: 4px 0 0; font-size: 11px; line-height: 1.5; }
.substance-parallel.is-clear { color: #245744; background: #e6f3ec; }
.substance-parallel.is-possible { color: #73581d; background: #fff4d5; }
.substance-parallel.is-unclear { color: #5d566c; background: #f1eef5; }
.grade12-note { margin: 10px 0; color: #71808d; font-size: 10px; line-height: 1.45; }

.membership-section { border-top: 1px solid #e2e8f0; }
.billing-toggle { margin-bottom: 18px; }
.billing-toggle button { border-radius: 6px; }
.membership-period-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 910px; margin: 0 auto 18px; }
.membership-period-grid article { display: flex; flex-direction: column; padding: 24px; background: #fff; border: 1px solid #dbe3e8; border-radius: 9px; }
.membership-period-grid span { color: #637986; font-size: 9px; font-weight: 750; letter-spacing: .1em; }
.membership-period-grid h3 { margin: 15px 0 9px; color: #17344a; font-size: 22px; }
.membership-period-grid p { color: #526774; font-size: 12px; line-height: 1.55; }
.membership-period-grid strong { display: block; margin-top: 16px; color: #6b2d27; font-size: 10px; }
.membership-period-grid .membership-choice { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 64px; height: 64px; margin-top: auto; line-height: 1.25; text-decoration: none; }
@media (min-width: 840px) {
  .membership-period-grid .membership-choice { white-space: nowrap; }
}
.membership-dialog-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
.membership-dialog-actions .button { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; text-align: center; }
.membership-card { border-color: #dbe3e8; border-radius: 9px; box-shadow: none; }
.membership-main { background: #174f63; }
.membership-main h3 { font-size: 30px; font-weight: 650; }
.membership-features { margin: 0; padding: 32px; list-style: none; }
.membership-features li { color: #465866; }
.membership-features li::before { content: "—"; width: auto; height: auto; color: #637986; background: none; border-radius: 0; }
.membership-preview-boundaries { display: grid; gap: 9px; margin: 18px 0 24px; padding-left: 20px; color: #526774; font-size: 11px; line-height: 1.5; }
.dialog-close { width: 44px; height: 44px; }
dialog { max-height: 90dvh; overflow-y: auto; }

.trial-assurance {
  max-width: 720px;
  margin: 15px 0 0;
  padding-left: 15px;
  border-left: 3px solid #6e9e8b;
  color: #526774;
  font-size: 12px;
  line-height: 1.55;
}
.trial-assurance strong { color: #2e5e4e; }

.trial-card {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(180px, .65fr) minmax(210px, .7fr);
  gap: 28px;
  align-items: center;
  max-width: 910px;
  margin: 0 auto 18px;
  padding: 28px;
  border: 1px solid #b8d3c7;
  border-radius: 10px;
  background: linear-gradient(135deg, #f1f8f4 0%, #f8fbfc 100%);
}
.trial-card span {
  color: #386a5a;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}
.trial-card h3 { margin: 8px 0; color: #17344a; font-size: 24px; line-height: 1.15; }
.trial-card p { margin: 0; color: #526774; font-size: 12px; line-height: 1.55; }
.trial-card ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.trial-card li { position: relative; padding-left: 21px; color: #315e50; font-size: 12px; font-weight: 650; }
.trial-card li::before { content: "✓"; position: absolute; left: 0; color: #4f8874; }
.trial-card > div:last-child { display: grid; gap: 9px; }
.trial-card .button { width: 100%; }
.trial-card small { color: #687d87; font-size: 10px; line-height: 1.4; text-align: center; }

.feedback-section {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr);
  gap: clamp(32px, 6vw, 72px);
  padding: 72px clamp(28px, 7vw, 96px);
  border-top: 1px solid #dbe3e8;
  border-bottom: 1px solid #dbe3e8;
  background: #edf4f7;
}
.feedback-copy h2 { max-width: 560px; margin: 12px 0 16px; color: #17344a; font-size: clamp(30px, 4vw, 44px); line-height: 1.08; }
.feedback-copy > p:not(.eyebrow) { max-width: 610px; margin: 0 0 22px; color: #526774; font-size: 15px; line-height: 1.65; }
.feedback-copy .button { margin-bottom: 10px; }
.feedback-copy small { display: block; max-width: 520px; color: #687d87; font-size: 10px; line-height: 1.45; }
.feedback-themes { display: grid; gap: 10px; }
.feedback-themes article { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 2px 14px; padding: 19px 21px; border: 1px solid #cbdce5; border-radius: 8px; background: #fff; }
.feedback-themes span { grid-row: 1 / 3; display: grid; width: 34px; height: 34px; place-items: center; color: #fff; background: #174f63; border-radius: 50%; font-size: 10px; font-weight: 750; }
.feedback-themes h3 { margin: 0; color: #263746; font-size: 18px; }
.feedback-themes p { margin: 4px 0 0; color: #60707c; font-size: 12px; line-height: 1.5; }

.about-section .founder-grid { gap: 12px; }
.founder-grid article { display: block; padding: 25px; background: #fff; border: 1px solid #dbe3e8; border-radius: 8px; }
.founder-grid article > span { color: #174f63; font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.founder-grid h3 { margin: 8px 0 6px; color: #263746; font-size: 21px; }
.founder-grid p { margin: 0; color: #60707c; font-size: 13px; }
.founder-note { margin-top: 28px; padding: 16px 18px; border: 1px solid #e4d6a1; border-radius: 6px; background: #fff9e4; color: #5b6265; font-size: 12px; line-height: 1.6; }
.founder-note strong { color: #33424a; }

.page-frame > footer {
  display: block;
  min-height: 0;
  padding: 0;
  color: #71808d;
  background: #fff;
  border-top: 1px solid #dbe3e8;
}
.page-frame > footer p { font-size: 11px; }
.footer-company {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 34px;
  color: #526774;
  background: #e7edf0;
  font-size: 12px;
}
.footer-company span,
.footer-company a { white-space: nowrap; }
.footer-company a { color: inherit; text-underline-offset: 3px; }
.footer-separator { color: #a2afb5; }
.footer-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 34px;
}
.footer-legal p { margin: 0; }
.footer-legal a { color: inherit; text-underline-offset: 3px; }

.access-page { background: #edf4f7; }
.access-card { border-radius: 12px; box-shadow: 0 14px 40px rgba(40,56,70,.09); }
.access-card h1, .access-shell-narrow .access-card h1, .access-shell-terms .access-card h1 {
  color: #17344a;
  font-size: clamp(32px, 5vw, 48px);
  font-weight: 700;
  line-height: 1.12;
}
.access-boundary { color: #5a4a2d; background: #fff7d6; border-left-color: #c8893f; }
.privacy-notice { background: #f8fafb; border-color: #dbe3e8; }
.privacy-notice h2 { color: #263746; font-size: 23px; font-weight: 650; }

dialog { border-radius: 10px; }
dialog h2 { color: #17344a; font-size: 30px; font-weight: 600; }
.dialog-notice { color: #5a4a2d; background: #fff7d6; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .studio-shell { grid-template-columns: 220px minmax(0, 1fr); }
}

@media (max-width: 760px) {
  .page-frame { width: 100%; margin: 0; border: 0; border-radius: 0; }
  .site-header { min-height: 82px; padding: 12px 18px; }
  .site-header > .header-login { width: auto; min-width: 72px; padding: 0 12px; font-size: 12px; }
  .site-header > .header-login::after { content: none; }
  .brand { gap: 11px; }
  .brand-housemark { width: 54px; height: 56px; flex-basis: 54px; background-size: 222px 56px; }
  .brand-copy strong { font-size: 20px; }
  .brand-copy small { font-size: 8px; }
  .member-session { margin-left: auto; }
  .member-session > a, .member-session > span { display: none; }
  .member-session .header-login { width: auto; min-width: 64px; padding: 0 12px; font-size: 0; }
  .member-session .header-login::after { content: "Konto"; font-size: 12px; }
  .tool-hero { padding: 32px 20px 24px; }
  .tool-hero > p:not(.eyebrow) { font-size: 15px; }
  .boundary-strip { margin: 0 20px; align-items: flex-start; flex-direction: row; padding: 13px; }
  .studio-section, .method-section, .value-section, .membership-section, .quality-section, .homeopathy-section, .about-section { padding: 46px 20px; }
  .trial-card { grid-template-columns: 1fr; gap: 20px; padding: 22px 18px; }
  .feedback-section { grid-template-columns: 1fr; padding: 46px 20px; }
  .method-explainer, .method-example-grid { grid-template-columns: 1fr; }
  .method-examples { padding: 22px 16px; }
  .studio-shell { display: block; border-radius: 9px; }
  .studio-steps { padding: 16px; }
  .studio-steps nav { display: block; }
  .studio-steps ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; padding: 0; }
  .studio-steps ol::before { display: none; }
  .studio-steps li { display: grid; grid-template-columns: 1fr; justify-items: center; padding: 0; text-align: center; }
  .studio-steps li div { display: block; }
  .studio-steps li b { font-size: 10px; }
  .studio-steps li small { display: none; }
  .case-kicker, .privacy-note { display: none; }
  .studio-panel { padding: 28px 18px; }
  .form-grid, .review-layout, .summary-list { grid-template-columns: 1fr; }
  .question-card-head h4 { font-size: 16px; }
  .question-boundary, .answer-options { padding-left: 18px; }
  .panel-actions { align-items: stretch; flex-direction: column-reverse; }
  .panel-actions .button { width: 100%; }
  .panel-actions-progress { flex-direction: column; }
  .panel-actions-secondary { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .step-title-row, .results-heading { align-items: flex-start; flex-direction: column; }
  .source-row { grid-template-columns: 25px 1fr; }
  .source-answer, .source-matches { grid-column: 2; text-align: left; }
  .method-grid { grid-template-columns: 1fr; }
  .benefit-grid, .quality-grid { grid-template-columns: 1fr; }
  .source-overview { grid-template-columns: 1fr; }
  .membership-period-grid { grid-template-columns: 1fr; }
  .membership-card { grid-template-columns: 1fr; }
  .membership-main .button { width: 100%; }
  dialog { width: min(100% - 28px, 520px); padding: 28px 22px; }
  .founder-grid { grid-template-columns: 1fr; }
  .footer-company,
  .footer-legal { align-items: flex-start; flex-direction: column; gap: 8px; padding: 20px; }
  .footer-company span,
  .footer-company a { white-space: normal; }
  .footer-separator { display: none; }
}

.button.is-waiting {
  opacity: .45;
  cursor: not-allowed;
}
.button.is-waiting:hover { transform: none; }
#accept-guardrails:not(.is-waiting) {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
}

/* landing-scandi, scoped — studio body is not landing-page */

/* Landing-only visual layer for /fallstudion/.
   Source of truth. Scoped under body.landing-page so /studio is untouched.
   Pass 9 — catalog result preview, two surfaces, merged legal line. Gold and petrol forbidden. */

body.landing-page {
  --lp-navy: #17344a;       /* ink, headings, PRIMARY buttons, wordmark */
  --lp-navy-hover: #102536;
  --lp-tint: #eef2f4;       /* secondary buttons, soft fills — neutral grey, no blue-green */
  --lp-tint-strong: #e2e7ea;
  --lp-panel: #f6f7f8;
  --lp-line: #dce3e6;       /* all structural lines, neutral */
  --lp-line-strong: #b9c7cd;
  --lp-ink-soft: #3d4e5c;
  --lp-muted: #6b7680;      /* small icons only, grey not teal */
  --lp-radius: 13px;
  --ink-soft: var(--lp-ink-soft);
  color: var(--lp-navy);
}

body.landing-page .page-frame {
  overflow: visible;
}

body.landing-page main > section[id] {
  scroll-margin-top: 120px;
}

/* 12. Thin sticky header */
body.landing-page .site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  height: auto;
  min-height: 112px;
  padding: 22px 34px;
  align-items: center;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: saturate(1.1) blur(12px);
  -webkit-backdrop-filter: saturate(1.1) blur(12px);
  border-bottom: 1px solid var(--lp-line);
  box-shadow: none;
}

body.landing-page .desktop-nav a,
body.landing-page .desktop-nav a:hover,
body.landing-page .desktop-nav a:focus,
body.landing-page .desktop-nav a:last-child {
  border: 0;
  border-bottom: 0;
  box-shadow: none;
  text-decoration: none;
  background-image: none;
}

body.landing-page .desktop-nav a {
  color: var(--lp-ink-soft);
}

body.landing-page .desktop-nav a:hover {
  color: var(--lp-navy);
}

body.landing-page .desktop-nav a::before,
body.landing-page .desktop-nav a::after {
  content: none;
  display: none;
}

body.landing-page .hero::before {
  content: none;
  display: none;
}

body.landing-page .header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.landing-page .header-login,
body.landing-page a.button.header-login,
body.landing-page .landing-menu summary {
  min-height: 38px;
  height: 38px;
  padding: 0 16px;
  border: 1px solid var(--lp-navy);
  border-radius: var(--lp-radius);
  background: #fff;
  color: var(--lp-navy);
  font-size: 13px;
  font-weight: 650;
  box-shadow: none;
}

body.landing-page .header-login:hover:not(:disabled),
body.landing-page .landing-menu summary:hover {
  background: var(--lp-tint);
  color: var(--lp-navy);
  transform: none;
}

body.landing-page .header-login::after {
  content: none;
}

/* 1. Mobile Meny — hidden on desktop, shown below 1080px */
body.landing-page .landing-menu {
  display: none;
  position: relative;
}

body.landing-page .landing-menu summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  cursor: pointer;
  user-select: none;
}

body.landing-page .landing-menu summary::-webkit-details-marker {
  display: none;
}

body.landing-page .landing-menu nav {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 50;
  min-width: 248px;
  padding: 8px;
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  box-shadow: 0 14px 36px rgba(40, 56, 70, .12);
}

body.landing-page .landing-menu nav a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--lp-navy);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

body.landing-page .landing-menu nav a:hover {
  background: var(--lp-tint);
}

/* 2. One button family for the whole landing */
body.landing-page .button,
body.landing-page .button-primary,
body.landing-page .button-quiet,
body.landing-page .button-secondary,
body.landing-page .membership-choice,
body.landing-page .section-cta .button,
body.landing-page .trial-card .button,
body.landing-page .feedback-cta .button {
  min-height: 50px;
  height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: var(--lp-radius);
  font-size: 14px;
  font-weight: 650;
  letter-spacing: .01em;
  box-shadow: none;
}

body.landing-page .button-primary,
body.landing-page a.button-primary {
  color: #fff;
  background: var(--lp-navy);
}

body.landing-page .button-primary:hover:not(:disabled) {
  background: var(--lp-navy-hover);
  transform: none;
}

body.landing-page .button-quiet,
body.landing-page .button-secondary,
body.landing-page a.button-quiet,
body.landing-page a.button-secondary {
  color: var(--lp-navy);
  background: var(--lp-tint);
  border: 0;
}

body.landing-page .hero-actions .button-secondary,
body.landing-page a.hero-actions .button-secondary,
body.landing-page .hero-actions a.button-secondary {
  background: #fff;
  border: 1px solid var(--lp-line);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(40, 56, 70, .05);
}

body.landing-page .button-quiet:hover:not(:disabled),
body.landing-page .button-secondary:hover:not(:disabled) {
  background: var(--lp-tint-strong);
  color: var(--lp-navy);
  transform: none;
}

body.landing-page .button:focus-visible,
body.landing-page a:focus-visible,
body.landing-page summary:focus-visible {
  outline: 3px solid rgba(23, 52, 74, .35);
  outline-offset: 3px;
}

/* Compact header controls stay compact after the family rule */
body.landing-page .header-login,
body.landing-page .landing-menu summary {
  min-height: 38px;
  height: 38px;
  padding: 0 16px;
  font-size: 13px;
  border: 1px solid var(--lp-navy);
  background: #fff;
}

body.landing-page .hero h1,
body.landing-page .hero-evidence h2,
body.landing-page .section-heading h2 {
  color: var(--lp-navy);
}

body.landing-page .hero-grain {
  opacity: .045;
}

/* 3. Hero refinements — restore pass-1 air */
body.landing-page .hero {
  min-height: 680px;
  padding: 88px clamp(24px, 7vw, 112px) 80px;
  align-items: center;
  gap: clamp(56px, 8vw, 120px);
}

body.landing-page .hero .eyebrow {
  margin-bottom: 22px;
}

body.landing-page .hero h1 {
  margin-bottom: 32px;
}

body.landing-page .hero-lead {
  margin-top: 0;
}

body.landing-page .hero-cta-block {
  max-width: 640px;
  margin-top: 36px;
}

body.landing-page .hero-actions {
  align-items: stretch;
  gap: 12px;
  margin-top: 0;
}

body.landing-page .hero-actions .button {
  min-height: 53px;
  height: 53px;
  padding: 0 26px;
}

body.landing-page .hero-actions .button-primary {
  gap: 10px;
}

body.landing-page .hero-actions .button-secondary {
  gap: 8px;
}

body.landing-page .cta-icon {
  display: inline-block;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

body.landing-page .cta-arrow {
  width: 13px;
  height: 13px;
  opacity: .82;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'><path d='M2.5 7h8.2M7.4 3.6 11.2 7 7.4 10.4' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'><path d='M2.5 7h8.2M7.4 3.6 11.2 7 7.4 10.4' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

body.landing-page .cta-view {
  width: 12px;
  height: 12px;
  color: var(--lp-muted);
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'><path d='M3.1 2.15v7.7L10.1 6 3.1 2.15z' stroke='black' stroke-width='1.25' stroke-linejoin='round'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'><path d='M3.1 2.15v7.7L10.1 6 3.1 2.15z' stroke='black' stroke-width='1.25' stroke-linejoin='round'/></svg>");
}

body.landing-page .trial-assurance {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: none;
  margin: 16px 0 0;
  padding: 14px 16px;
  border: 1px solid var(--lp-line);
  border-left: 1px solid var(--lp-line);
  border-radius: 18px;
  background: var(--lp-panel);
  box-shadow: 0 8px 24px rgba(40, 56, 70, .05);
  color: var(--lp-ink-soft);
  font-size: 13px;
  line-height: 1.5;
}

body.landing-page .trial-assurance strong {
  color: var(--lp-navy);
  font-weight: 700;
}

body.landing-page .trial-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex: 0 0 16px;
  background: var(--lp-muted);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M8 1.6 13.4 3.8v4.1c0 3.3-2.2 5.4-5.4 6.5-3.2-1.1-5.4-3.2-5.4-6.5V3.8L8 1.6z' stroke='black' stroke-width='1.3' stroke-linejoin='round'/></svg>") center / contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M8 1.6 13.4 3.8v4.1c0 3.3-2.2 5.4-5.4 6.5-3.2-1.1-5.4-3.2-5.4-6.5V3.8L8 1.6z' stroke='black' stroke-width='1.3' stroke-linejoin='round'/></svg>") center / contain no-repeat;
}

body.landing-page .hero-evidence {
  padding: clamp(24px, 3.5vw, 36px);
  background: var(--lp-panel);
  border: 1px solid var(--lp-line);
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(40, 56, 70, .05);
}

body.landing-page .hero-work-figure {
  margin: 0 0 18px;
}
body.landing-page .hero-work-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

body.landing-page .example-flow {
  position: relative;
  display: grid;
  gap: 0;
  margin: 22px 0 0;
}

body.landing-page .example-flow::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background: var(--lp-line);
  pointer-events: none;
}

body.landing-page .example-step,
body.landing-page .example-flow > div {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 12px 6px 12px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--lp-line);
  pointer-events: none;
}

body.landing-page .example-step:last-child,
body.landing-page .example-flow > div:last-child {
  border-bottom: 0;
  padding-bottom: 2px;
}

body.landing-page .example-step > span,
body.landing-page .example-flow > div > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-top: 1px;
  color: var(--lp-navy);
  background: var(--lp-tint);
  border: 1px solid var(--lp-muted);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
}

body.landing-page .example-flow p,
body.landing-page .example-flow b,
body.landing-page .example-flow small {
  display: block;
  margin: 0;
}

body.landing-page .example-flow b {
  color: var(--lp-navy);
  font-size: 13px;
}

body.landing-page .example-flow small {
  margin-top: 3px;
  color: var(--lp-ink-soft);
  font-size: 12px;
  line-height: 1.4;
}

body.landing-page .trust-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  align-items: start;
  gap: 0 28px;
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid var(--lp-line);
  color: var(--lp-ink-soft);
  font-size: 12px;
  letter-spacing: .01em;
  text-transform: none;
}

body.landing-page .trust-row > span {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

body.landing-page .trust-divider {
  display: block;
  width: 1px;
  align-self: stretch;
  min-height: 28px;
  background: var(--lp-line);
}

body.landing-page .trust-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: 4px;
  flex: 0 0 15px;
  background: var(--lp-muted);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

body.landing-page .trust-icon-catalog {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><rect x='2.4' y='2.6' width='11.2' height='3' rx='.7' stroke='black' stroke-width='1.2'/><rect x='2.4' y='6.5' width='11.2' height='3' rx='.7' stroke='black' stroke-width='1.2'/><rect x='2.4' y='10.4' width='11.2' height='3' rx='.7' stroke='black' stroke-width='1.2'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><rect x='2.4' y='2.6' width='11.2' height='3' rx='.7' stroke='black' stroke-width='1.2'/><rect x='2.4' y='6.5' width='11.2' height='3' rx='.7' stroke='black' stroke-width='1.2'/><rect x='2.4' y='10.4' width='11.2' height='3' rx='.7' stroke='black' stroke-width='1.2'/></svg>");
}

body.landing-page .trust-icon-sources {
  background: var(--lp-muted);
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M3.2 2.6h6.4c1.4 0 2.4 1 2.4 2.3v8.5H5.4c-1.2 0-2.2-.9-2.2-2.1V2.6z' stroke='black' stroke-width='1.2'/><path d='M5.6 5.1h4.6M5.6 7.4h4.6M5.6 9.7h3.2' stroke='black' stroke-width='1.2' stroke-linecap='round'/></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'><path d='M3.2 2.6h6.4c1.4 0 2.4 1 2.4 2.3v8.5H5.4c-1.2 0-2.2-.9-2.2-2.1V2.6z' stroke='black' stroke-width='1.2'/><path d='M5.6 5.1h4.6M5.6 7.4h4.6M5.6 9.7h3.2' stroke='black' stroke-width='1.2' stroke-linecap='round'/></svg>");
}

body.landing-page .trust-copy {
  display: grid;
  gap: 2px;
}

body.landing-page .trust-row b {
  color: var(--lp-navy);
  margin-right: 0;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none;
}

body.landing-page .hero-legal {
  max-width: 68ch;
  margin: 16px 0 0;
  color: var(--lp-ink-soft);
  font-size: 12px;
  line-height: 1.5;
}

body.landing-page .section-heading > p:not(.eyebrow),
body.landing-page .hero-lead {
  color: var(--lp-ink-soft);
}

body.landing-page .eyebrow {
  color: var(--lp-navy);
}

/* Shared below-fold rhythm */
body.landing-page .method-section,
body.landing-page .value-section,
body.landing-page .membership-section,
body.landing-page .quality-section,
body.landing-page .homeopathy-section,
body.landing-page .about-section,
body.landing-page .result-preview-section {
  padding: 56px clamp(24px, 7vw, 112px);
}

body.landing-page .result-preview-section {
  background: var(--lp-panel);
}

body.landing-page .section-heading {
  margin-bottom: 28px;
}

body.landing-page .section-cta {
  margin-top: 28px;
}

/* 4. Method — compact horizontal row, not four cards */
body.landing-page .method-section {
  background: var(--lp-panel);
  padding-bottom: 44px;
}

body.landing-page .method-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

body.landing-page .method-row article {
  min-height: 0;
  padding: 4px 28px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

body.landing-page .method-row article:first-child {
  padding-left: 0;
}

body.landing-page .method-row article:last-child {
  padding-right: 0;
}

body.landing-page .method-row article + article {
  border-left: 1px solid var(--lp-line);
}

body.landing-page .method-row article > span,
body.landing-page .benefit-list article > span {
  color: var(--lp-navy);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .14em;
}

body.landing-page .method-row h3,
body.landing-page .benefit-list h3 {
  margin: 8px 0 8px;
  color: var(--lp-navy);
  font-size: 22px;
  font-weight: 650;
}

body.landing-page .method-row p,
body.landing-page .benefit-list p {
  margin: 0;
  color: var(--lp-ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

/* 5. Result preview — unified frame, thin candidate dividers */
body.landing-page .result-preview-shell {
  overflow: hidden;
  border: 1px solid var(--lp-line);
  border-radius: 10px;
  box-shadow: 0 14px 36px rgba(40, 56, 70, .07);
}

body.landing-page .result-preview-section {
  padding-top: 44px;
}

body.landing-page .result-preview-summary {
  grid-template-columns: minmax(0, 1.45fr) minmax(240px, .55fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(24px, 3.5vw, 40px);
  background: #fff;
}

body.landing-page .result-preview-summary h3 {
  max-width: 720px;
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 650;
}

body.landing-page .result-preview-summary p:not(.eyebrow) {
  color: var(--lp-ink-soft);
}

body.landing-page .result-preview-context {
  display: grid;
  gap: 10px;
  align-content: center;
}

body.landing-page .result-preview-context > span {
  color: var(--lp-ink-soft);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.landing-page .result-preview-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

body.landing-page .result-preview-chips span {
  padding: 7px 10px;
  color: var(--lp-navy);
  background: var(--lp-panel);
  border: 1px solid var(--lp-line);
  border-radius: 3px;
  font-size: 12px;
  font-weight: 650;
}

body.landing-page .result-preview-candidates {
  display: block;
  padding: 0;
  border-top: 1px solid var(--lp-line);
}

body.landing-page .result-preview-remedy {
  background: #fff;
  border: 0;
  border-bottom: 1px solid var(--lp-line);
}

body.landing-page .result-preview-remedy:last-child {
  border-bottom: 0;
}

body.landing-page .result-preview-remedy > summary {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 28px;
  gap: 14px;
  align-items: center;
  min-height: 76px;
  padding: 14px 20px;
  list-style: none;
  cursor: pointer;
  transition: background-color .18s ease;
}

body.landing-page .result-preview-remedy > summary::-webkit-details-marker {
  display: none;
}

body.landing-page .result-preview-remedy > summary:hover {
  background: #f8faf9;
}

body.landing-page .result-preview-remedy > summary:focus-visible {
  outline: 2px solid var(--lp-navy);
  outline-offset: -3px;
}

body.landing-page .result-preview-rank {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--lp-navy);
  background: #fff;
  border: 1px solid var(--lp-line-strong);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 750;
}

body.landing-page .result-preview-remedy[open] .result-preview-rank {
  color: #fff;
  background: var(--lp-navy);
  border-color: var(--lp-navy);
}

body.landing-page .result-preview-remedy-title {
  display: grid;
  gap: 2px;
}

body.landing-page .result-preview-remedy-title strong {
  color: var(--lp-navy);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.25;
}

body.landing-page .result-preview-remedy-title small {
  color: var(--lp-ink-soft);
  font-size: 11px;
  line-height: 1.4;
}

body.landing-page .result-preview-toggle {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid var(--lp-line-strong);
  border-radius: 50%;
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}

body.landing-page .result-preview-toggle::before,
body.landing-page .result-preview-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 1px;
  background: var(--lp-navy);
  transform: translate(-50%, -50%);
}

body.landing-page .result-preview-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

body.landing-page .result-preview-remedy[open] .result-preview-toggle {
  background: var(--lp-panel);
  border-color: var(--lp-navy);
  transform: rotate(45deg);
}

body.landing-page .result-preview-detail {
  display: grid;
  grid-template-columns: minmax(230px, .72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: center;
  padding: 0 20px 24px 72px;
  animation: result-preview-reveal .24s ease both;
}

body.landing-page .result-preview-detail figure {
  margin: 0;
}

body.landing-page .result-preview-detail img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--lp-panel);
  border: 1px solid var(--lp-line);
  border-radius: 5px;
}

body.landing-page .result-preview-detail figcaption {
  margin-top: 7px;
  color: var(--lp-ink-soft);
  font-size: 11px;
  font-style: italic;
  line-height: 1.4;
}

body.landing-page .result-preview-detail-copy {
  display: grid;
  gap: 14px;
  align-content: center;
}

body.landing-page .result-preview-detail-copy section,
body.landing-page .result-preview-detail-copy dl,
body.landing-page .result-preview-detail-copy p {
  margin: 0;
}

body.landing-page .result-preview-detail-copy h4,
body.landing-page .result-preview-detail-copy dt {
  margin: 0 0 5px;
  color: var(--lp-navy);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.landing-page .result-preview-detail-copy section p,
body.landing-page .result-preview-detail-copy dd,
body.landing-page .result-preview-source {
  color: var(--lp-ink-soft);
  font-size: 13px;
  line-height: 1.55;
}

body.landing-page .result-preview-detail-copy dl {
  display: grid;
  gap: 12px;
}

body.landing-page .result-preview-detail-copy dl > div {
  padding-top: 12px;
  border-top: 1px solid var(--lp-line);
}

body.landing-page .result-preview-detail-copy dd {
  margin: 0;
}

body.landing-page .result-preview-source {
  padding: 11px 12px;
  background: var(--lp-panel);
  border-left: 2px solid var(--lp-line-strong);
}

body.landing-page .result-preview-source strong {
  color: var(--lp-navy);
}

body.landing-page .result-preview-note {
  padding: 13px 20px;
  color: var(--lp-ink-soft);
  background: #f8faf9;
  border-top: 1px solid var(--lp-line);
  font-size: 11px;
  line-height: 1.5;
}

body.landing-page .result-preview-note strong {
  color: var(--lp-navy);
}

@keyframes result-preview-reveal {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  body.landing-page .result-preview-detail {
    animation: none;
  }

  body.landing-page .result-preview-remedy > summary,
  body.landing-page .result-preview-toggle {
    transition: none;
  }
}

/* 6. Values — open two-column list */
body.landing-page .value-section {
  background: #fff;
}

body.landing-page .benefit-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 56px;
}

body.landing-page .benefit-list article {
  padding: 20px 0 22px;
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid var(--lp-line);
}

body.landing-page .benefit-list article::before {
  content: none;
  display: none;
}

/* 7. Membership — trial emphasized, equal prices, open checklist */
body.landing-page .membership-section {
  padding-top: 48px;
  padding-bottom: 48px;
}

body.landing-page .trial-card {
  max-width: none;
  margin: 0 0 18px;
  padding: 24px 28px;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  background: var(--lp-tint);
}

body.landing-page .trial-card span {
  color: var(--lp-navy);
}

body.landing-page .trial-card p,
body.landing-page .trial-card small {
  color: var(--lp-ink-soft);
}

body.landing-page .trial-card li {
  color: var(--lp-navy);
}

body.landing-page .trial-card li::before {
  color: var(--lp-navy);
}

body.landing-page .membership-period-grid {
  max-width: none;
  margin: 0 0 8px;
  gap: 16px;
}

body.landing-page .membership-period-grid article {
  display: flex;
  flex-direction: column;
  padding: 22px 24px 24px;
  background: var(--lp-panel);
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
}

body.landing-page .membership-period-grid span {
  color: var(--lp-navy);
}

body.landing-page .membership-period-grid p,
body.landing-page .membership-period-grid strong {
  color: var(--lp-ink-soft);
}

body.landing-page .membership-period-grid .membership-choice {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 72px;
  height: 72px;
  margin-top: auto;
  gap: 3px;
  line-height: 1.2;
  text-align: center;
}

body.landing-page .membership-period-grid .membership-choice-label,
body.landing-page .membership-period-grid .membership-choice-price {
  color: inherit;
  letter-spacing: 0;
}

body.landing-page .membership-period-grid .membership-choice-label {
  font-size: 14px;
  font-weight: 700;
}

body.landing-page .membership-period-grid .membership-choice-price {
  font-size: 12px;
  font-weight: 550;
}

body.landing-page .membership-period-grid .button-quiet,
body.landing-page .membership-period-grid a.button-quiet {
  color: #17344a;
  background: #fff;
  border: 1px solid #17344a;
}

body.landing-page .membership-period-grid .button-quiet:hover:not(:disabled),
body.landing-page .membership-period-grid a.button-quiet:hover:not(:disabled) {
  color: #17344a;
  background: #fff;
  border-color: #17344a;
}

body.landing-page .membership-period-grid .price-vat {
  margin: 4px 0 8px;
  color: var(--lp-muted);
  font-size: 12px;
  font-weight: 500;
}

body.landing-page .membership-tax-note {
  margin: 10px 0 0;
  color: var(--lp-muted);
  font-size: 11px;
  line-height: 1.5;
}

body.landing-page .membership-includes {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--lp-navy);
}

body.landing-page .membership-includes h3 {
  margin: 6px 0 8px;
  color: var(--lp-navy);
  font-size: 24px;
  font-weight: 650;
}

body.landing-page .membership-includes > p {
  max-width: 68ch;
  margin: 0 0 18px;
  color: var(--lp-ink-soft);
  font-size: 14px;
  line-height: 1.6;
}

body.landing-page .membership-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.landing-page .membership-features li {
  position: relative;
  padding: 8px 0 8px 22px;
  color: var(--lp-ink-soft);
  font-size: 13px;
  line-height: 1.5;
}

body.landing-page .membership-features li::before {
  content: "–";
  position: absolute;
  left: 0;
  top: 8px;
  width: auto;
  height: auto;
  color: var(--lp-navy);
  background: none;
  border-radius: 0;
  font-size: 14px;
}

body.landing-page .membership-features li b {
  color: var(--lp-navy);
}

/* 8. Feedback — compact rows, ~300–350px */
body.landing-page .feedback-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 36px clamp(24px, 7vw, 112px);
  background: var(--lp-panel);
}

body.landing-page .feedback-copy h2 {
  max-width: 40ch;
  margin: 6px 0 8px;
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.2;
  font-weight: 650;
}

body.landing-page .feedback-copy > p:not(.eyebrow) {
  max-width: 68ch;
  margin: 0;
  color: var(--lp-ink-soft);
  font-size: 14px;
}

body.landing-page .feedback-themes {
  display: grid;
  gap: 0;
}

body.landing-page .feedback-themes article {
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  align-items: baseline;
  gap: 4px 16px;
  min-width: 0;
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid var(--lp-line);
}

body.landing-page .feedback-themes h3 {
  margin: 0;
  color: var(--lp-navy);
  font-size: 13px;
  font-weight: 700;
}

body.landing-page .feedback-themes p {
  margin: 0;
  color: var(--lp-ink-soft);
  font-size: 12px;
  line-height: 1.4;
}

body.landing-page .feedback-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
}

body.landing-page .feedback-cta small {
  display: block;
  max-width: 42ch;
  color: var(--lp-ink-soft);
  font-size: 12px;
  line-height: 1.45;
}

body.landing-page .feedback-text-link,
body.landing-page a.feedback-text-link {
  display: inline;
  min-height: 0;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: var(--lp-navy);
  font-size: 14px;
  font-weight: 650;
  letter-spacing: .01em;
  text-decoration: none;
  box-shadow: none;
}

body.landing-page .feedback-text-link:hover {
  color: var(--lp-navy-hover);
}

/* 9. Method & sources — horizontal stats, compact sources */
body.landing-page .quality-section .section-heading {
  max-width: none;
}

body.landing-page .quality-section .section-heading h2 {
  max-width: none;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.25;
}

body.landing-page .quality-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 8px 0 28px;
  padding: 8px 0 4px;
  border-top: 1px solid var(--lp-line);
  border-bottom: 1px solid var(--lp-line);
}

body.landing-page .quality-stats article {
  padding: 18px 28px 18px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  border-right: 1px solid var(--lp-line);
}

body.landing-page .quality-stats article:last-child {
  border-right: 0;
  padding-right: 0;
}

body.landing-page .quality-stats article:not(:first-child) {
  padding-left: 28px;
}

body.landing-page .quality-stats article > span {
  color: var(--lp-navy);
  font-size: clamp(32px, 3.4vw, 44px);
  font-weight: 700;
  line-height: 1;
}

body.landing-page .quality-stats h3 {
  margin: 10px 0 6px;
  color: var(--lp-navy);
  font-size: 16px;
  font-weight: 650;
}

body.landing-page .quality-stats p {
  margin: 0;
  color: var(--lp-ink-soft);
  font-size: 13px;
  line-height: 1.55;
}

body.landing-page .source-overview {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent;
}

body.landing-page .source-overview h3 {
  max-width: none;
  margin: 4px 0 0;
  font-size: 20px;
  line-height: 1.25;
}

body.landing-page .source-overview ul {
  gap: 8px;
  color: var(--lp-ink-soft);
  font-size: 13px;
}

body.landing-page .coverage-details {
  margin-top: 12px;
  border: 0;
  border-top: 1px solid var(--lp-line);
  border-radius: 0;
  background: transparent;
}

body.landing-page .coverage-details + .coverage-details {
  margin-top: 0;
}

body.landing-page .coverage-details summary {
  padding: 14px 0;
  color: var(--lp-navy);
  font-size: 14px;
}

body.landing-page .coverage-details p {
  padding: 0 0 16px;
  color: var(--lp-ink-soft);
  font-size: 13px;
}

/* 10. About / boundaries / disclaimer */
body.landing-page .homeopathy-section {
  padding-bottom: 28px;
  background: #fff;
}

body.landing-page .homeopathy-section .section-heading,
body.landing-page .about-section .section-heading,
body.landing-page .founder-bio {
  max-width: 68ch;
}

body.landing-page .about-section {
  padding-top: 28px;
  background: #fff;
}

body.landing-page .about-section .section-heading {
  margin-bottom: 16px;
}

body.landing-page .founder-bio {
  padding: 0;
}

body.landing-page .founder-bio h3 {
  margin: 4px 0 16px;
  color: var(--lp-navy);
  font-size: 28px;
  font-weight: 650;
}

body.landing-page .founder-signature {
  display: none;
}

body.landing-page .founder-bio p {
  margin: 0 0 12px;
  color: var(--lp-ink-soft);
  font-size: 15px;
  line-height: 1.65;
}

body.landing-page .homeopathy-figure {
  max-width: 720px;
  margin: 0 0 28px;
}
body.landing-page .homeopathy-figure img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

body.landing-page .founder-row {
  display: grid;
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
  max-width: 960px;
}
body.landing-page .founder-portrait {
  margin: 0;
}
body.landing-page .founder-portrait img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: 50% 18%;
}
body.landing-page .founder-row .founder-bio {
  max-width: none;
}


body.landing-page .founder-note {
  max-width: 68ch;
  margin-top: 20px;
  padding: 14px 0 0;
  border: 0;
  border-top: 1px solid var(--lp-line);
  border-radius: 0;
  background: transparent;
  color: var(--lp-ink-soft);
  font-size: 13px;
  line-height: 1.6;
}

body.landing-page .founder-note strong {
  color: var(--lp-navy);
}

body.landing-page .boundary-heading {
  max-width: 68ch;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--lp-line);
}

/* 11. Contrast leftovers */
body.landing-page .result-preview-toolbar,
body.landing-page .result-preview-toolbar span:last-child {
  color: var(--lp-ink-soft);
}

body.landing-page .page-frame > footer,
body.landing-page .site-footer {
  display: block;
  min-height: 0;
  padding: 20px 34px;
  color: var(--lp-ink-soft);
  background: var(--lp-panel);
  border-top: 1px solid var(--lp-line);
  box-shadow: none;
  text-align: center;
}

body.landing-page .footer-company {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 0 8px;
  padding: 0;
  color: var(--lp-ink-soft);
  background: transparent;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

body.landing-page .footer-company strong {
  color: var(--lp-navy);
  font-size: 14px;
  font-weight: 700;
}

body.landing-page .footer-company span,
body.landing-page .footer-company a {
  white-space: nowrap;
}

body.landing-page .footer-company a {
  color: inherit;
  text-decoration: none;
}

body.landing-page .footer-company a:hover {
  color: var(--lp-navy);
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.landing-page .footer-separator {
  display: inline;
  color: var(--lp-muted);
}

body.landing-page .footer-company,
body.landing-page .page-frame > footer {
  color: var(--lp-ink-soft);
}

@media (max-width: 1080px) {
  body.landing-page .site-header {
    height: auto;
    min-height: 112px;
    padding: 18px 22px;
  }

  body.landing-page .landing-menu {
    display: block;
  }

  body.landing-page .header-actions {
    margin-left: auto;
  }

  body.landing-page .result-preview-candidates {
    grid-template-columns: 1fr;
  }

  body.landing-page .result-preview-candidates article {
    grid-template-columns: 1fr;
    gap: 6px;
    border-right: 0;
    border-bottom: 1px solid var(--lp-line);
  }

  body.landing-page .result-preview-candidates article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  body.landing-page .site-header {
    height: auto;
    min-height: 88px;
    padding: 16px;
    gap: 8px;
  }

  body.landing-page .header-actions {
    gap: 6px;
  }

  body.landing-page .header-login,
  body.landing-page a.button.header-login,
  body.landing-page .landing-menu summary {
    width: auto;
    min-width: 0;
    min-height: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: 12px;
    border: 1px solid var(--lp-navy);
    background: #fff;
  }

  body.landing-page .header-login::after {
    content: none;
  }

  body.landing-page .hero {
    padding: 56px 20px 48px;
    gap: 40px;
  }

  body.landing-page .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body.landing-page .hero-actions .button {
    width: 100%;
    min-height: 53px;
    height: 53px;
  }

  body.landing-page .trust-row {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 32px;
  }

  body.landing-page .trust-divider {
    width: 100%;
    height: 1px;
    min-height: 0;
  }

  body.landing-page .example-flow::before {
    left: 13px;
  }

  body.landing-page .method-section,
  body.landing-page .value-section,
  body.landing-page .membership-section,
  body.landing-page .quality-section,
  body.landing-page .homeopathy-section,
  body.landing-page .about-section,
  body.landing-page .result-preview-section {
    padding: 40px 20px;
  }

  body.landing-page .method-section {
    padding-bottom: 32px;
  }

  body.landing-page .result-preview-section {
    padding-top: 32px;
  }

  body.landing-page .result-preview-summary {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px 18px;
  }

  body.landing-page .result-preview-remedy > summary {
    grid-template-columns: 34px minmax(0, 1fr) 26px;
    gap: 10px;
    min-height: 70px;
    padding: 12px 14px;
  }

  body.landing-page .result-preview-detail {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 14px 20px;
  }

  body.landing-page .result-preview-detail figure {
    max-width: none;
  }

  body.landing-page .result-preview-note {
    padding: 12px 14px;
  }

  body.landing-page .method-row,
  body.landing-page .benefit-list,
  body.landing-page .quality-stats,
  body.landing-page .membership-features,
  body.landing-page .result-preview-candidates {
    grid-template-columns: 1fr;
  }
  body.landing-page .founder-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  body.landing-page .founder-portrait {
    max-width: 200px;
  }


  body.landing-page .method-row article,
  body.landing-page .method-row article + article {
    padding: 16px 0;
    border-left: 0;
    border-bottom: 1px solid var(--lp-line);
  }

  body.landing-page .quality-stats article,
  body.landing-page .quality-stats article:not(:first-child),
  body.landing-page .quality-stats article:last-child {
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid var(--lp-line);
  }

  body.landing-page .result-preview-candidates article {
    grid-template-columns: 1fr;
    border-right: 0;
    border-bottom: 1px solid var(--lp-line);
  }

  body.landing-page .result-preview-candidates article:last-child {
    border-bottom: 0;
  }

  body.landing-page .feedback-section {
    padding: 28px 20px;
  }

  body.landing-page .feedback-themes article {
    grid-template-columns: 1fr;
    padding: 8px 0;
  }

  body.landing-page .feedback-cta {
    align-items: stretch;
    flex-direction: column;
  }

  body.landing-page .feedback-cta .button {
    width: 100%;
  }

  body.landing-page .trial-card {
    padding: 20px 18px;
  }

  body.landing-page .page-frame > footer,
  body.landing-page .site-footer {
    padding: 20px;
    text-align: center;
  }

  body.landing-page .footer-company {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

/* v4.8.2.38: minimum readable supporting text and compact landing rhythm. */
body.landing-page .membership-tax-note,
body.landing-page .result-preview-toolbar,
body.landing-page .result-preview-remedy-title small,
body.landing-page .result-preview-detail figcaption,
body.landing-page .result-preview-detail-copy h4,
body.landing-page .result-preview-detail-copy dt,
body.landing-page .result-preview-note,
body.landing-page .feedback-themes p {
  font-size: 12px;
}

@media (min-width: 701px) {
  body.landing-page .feedback-section {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
