@font-face {
  font-family: "Onest";
  src: url("/assets/fonts/onest-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("/assets/fonts/onest-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("/assets/fonts/onest-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Onest";
  src: url("/assets/fonts/onest-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Serif";
  src: url("/assets/fonts/ptserif-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Serif";
  src: url("/assets/fonts/ptserif-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Base fallback tokens — pinned to the approved "reference-blue" (2026-08-17, see test/render.test.js).
   `assets/frontend-design-v1.css` (loaded after this file) overrides most of these at runtime;
   this block only has to stay internally consistent as the no-JS/no-overlay fallback. */
:root {
  --ink: #14243a;
  --muted: #667584;
  --paper: #f3f8fc;
  --white: #fff;
  --green: #0b416f;
  --green-2: #1976d2;
  --blue: #1976d2;
  --mint: #c9e4f8;
  --line: rgba(11, 65, 111, .15);
  --amber: #1976d2;
  --serif: "PT Serif", Georgia, "Times New Roman", serif;
  --sans: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --radius: 0;
  --shadow: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-underline-offset: 4px; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
svg { width: 1.2em; height: 1.2em; flex: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.8rem, 6vw, 5.65rem); }
h2 { font-size: clamp(2.25rem, 4.5vw, 4.4rem); }
h3 { line-height: 1.3; }

.skip-link { position: fixed; z-index: 100; left: 16px; top: -100px; padding: 12px 16px; background: var(--white); border-radius: 8px; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid #e5a955; outline-offset: 3px; }
.page-shell { max-width: 1480px; margin: 0 auto; overflow: clip; }
.draft-notice { display: flex; justify-content: center; align-items: center; gap: 10px; padding: 9px 24px; background: #fff4da; color: #604716; font-size: .72rem; text-align: center; border-bottom: 1px solid #ead7ad; }
.draft-notice span { padding: 2px 7px; border: 1px solid currentColor; border-radius: 999px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.site-header { height: 98px; margin: 0 clamp(20px, 4vw, 64px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1.1; }
.wordmark-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--ink); border-radius: 50%; font-family: var(--serif); font-size: .78rem; }
.wordmark b { display: block; font-size: .88rem; letter-spacing: .03em; }
.wordmark small { color: var(--muted); font-size: .68rem; }
.button { min-height: 52px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 24px; font-weight: 600; font-size: .84rem; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: var(--white); box-shadow: 0 12px 30px rgba(25,118,210,.22); }
.button-primary:hover { background: var(--green); box-shadow: 0 14px 36px rgba(25,118,210,.3); }
.button-small { min-height: 42px; padding: 9px 20px; border-color: var(--line); background: transparent; }
.button-small:hover, .button-ghost:hover { background: var(--white); }
.button-ghost { background: transparent; border-color: currentColor; color: var(--green); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; font-size: .84rem; font-weight: 600; text-decoration-thickness: 1px; }
.eyebrow { margin-bottom: 20px; color: var(--green-2); font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }

.hero { min-height: 740px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr); gap: clamp(30px, 6vw, 100px); padding: 72px clamp(20px, 4vw, 64px) 100px; align-items: center; }
.hero-copy { position: relative; z-index: 1; max-width: 790px; }
.hero h1 { max-width: 820px; margin-bottom: 28px; }
.hero-owner h1 { font-size: clamp(3rem, 4.8vw, 4.5rem); }
.hero-subtitle { max-width: 690px; margin-bottom: 26px; color: #4e5b56; font-size: clamp(1.05rem, 1.6vw, 1.32rem); line-height: 1.6; }
.hero-proof-list { max-width: 730px; margin: 27px 0 0; padding: 18px 0 0; display: flex; flex-wrap: wrap; gap: 10px 20px; border-top: 1px solid var(--line); list-style: none; }
.hero-proof-list li { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-size: .76rem; font-weight: 600; }
.hero-proof-list svg { width: 17px; height: 17px; flex: 0 0 auto; color: var(--amber); }
.signature { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: .84rem; }
.signature::before { content: ""; width: 28px; border-top: 1px solid var(--ink); }
.signature span { color: var(--muted); font-weight: 400; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 36px; }
.hero-actions .button { min-width: 210px; }
.hero-note { max-width: 570px; margin: 18px 0 0; color: var(--muted); font-size: .78rem; }
.approval-note { display: inline-flex; margin-top: 28px; padding: 10px 14px; border: 1px dashed rgba(25,118,210,.28); border-radius: 10px; color: var(--muted); font-size: .72rem; }
.offer-facts { display: flex; gap: 30px; margin: 28px 0 0; }
.offer-facts div { padding-right: 30px; border-right: 1px solid var(--line); }
.offer-facts div:last-child { border: 0; }
.offer-facts dt { color: var(--muted); font-size: .67rem; text-transform: uppercase; letter-spacing: .08em; }
.offer-facts dd { margin: 3px 0 0; font-weight: 700; }
.hero-visual { position: relative; justify-self: end; width: min(100%, 500px); }
.portrait-frame { position: relative; height: 590px; overflow: hidden; border-radius: 230px 230px 26px 26px; background: #d7d0c3; box-shadow: var(--shadow); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(11, 29, 24, .28)); pointer-events: none; }
.portrait-picture, .portrait-picture img { width: 100%; height: 100%; }
.portrait-picture img { object-fit: cover; object-position: center 34%; }
.portrait-caption { position: absolute; right: -24px; bottom: -30px; z-index: 2; width: min(310px, 80%); padding: 22px 25px; background: var(--white); border-radius: 4px 18px 18px 18px; box-shadow: 0 16px 50px rgba(15,28,24,.16); }
.portrait-caption span { display: block; margin-bottom: 4px; color: var(--muted); font-size: .67rem; }
.portrait-caption strong { display: block; font-family: var(--serif); font-weight: 400; line-height: 1.4; }

.section { padding: 120px clamp(20px, 6vw, 88px); }
.section-heading { max-width: 850px; margin-bottom: 60px; }
.section-heading h2 { margin-bottom: 0; }
.situation-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }

.audience-list { max-width: 900px; }
.audience-list details { border-top: 1px solid var(--line); }
.audience-list details:last-child { border-bottom: 1px solid var(--line); }
.audience-list summary { padding: 26px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.audience-list summary::-webkit-details-marker { display: none; }
.audience-list summary span:first-child { color: var(--ink); }
.audience-list summary span:last-child { flex: none; font-family: var(--sans); font-size: 1.5rem; font-weight: 300; color: var(--blue); transition: transform .2s; }
.audience-list details[open] summary span:last-child { transform: rotate(45deg); }
.audience-list details div { overflow: hidden; padding: 0 0 32px; }
.audience-list details > div > p { max-width: 640px; margin-bottom: 20px; color: var(--muted); font-size: .95rem; line-height: 1.6; }
.audience-list ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 4px; }
.audience-list li { display: flex; gap: 12px; padding: 12px 0; border-top: 1px solid var(--line); font-size: .86rem; line-height: 1.5; }
.audience-list li:first-child { border-top: 0; }
.audience-list li svg { flex: none; margin-top: 2px; color: var(--blue); }
.situation-card { min-height: 275px; padding: 34px 28px; border-right: 1px solid var(--line); }
.situation-card:last-child { border-right: 0; }
.situation-card > span { display: block; margin-bottom: 56px; color: var(--amber); font-family: var(--serif); font-size: .84rem; }
.situation-card h3 { max-width: 240px; margin-bottom: 16px; font-family: var(--serif); font-size: 1.42rem; font-weight: 400; }
.situation-card p { color: var(--muted); font-size: .88rem; }

.question-section { display: grid; grid-template-columns: .86fr 1.14fr; gap: 10vw; background: #ece9e1; }
.question-intro { position: sticky; top: 30px; align-self: start; }
.question-intro h2 { font-size: clamp(2.2rem, 3.6vw, 3.6rem); }
.question-intro > p:last-child { max-width: 480px; color: var(--muted); }
.question-list { margin: 0; padding: 0; list-style: none; }
.question-list li { display: flex; align-items: center; gap: 22px; padding: 27px 4px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: clamp(1.15rem, 1.8vw, 1.55rem); line-height: 1.35; }
.question-list svg { color: var(--amber); }
.principle { margin: 20px clamp(20px, 6vw, 88px) 120px; padding: clamp(36px, 7vw, 95px); display: grid; grid-template-columns: 100px 1fr; gap: clamp(20px, 5vw, 70px); align-items: start; background: #e8e1d4; border-radius: var(--radius); }
.principle-mark { width: 80px; height: 80px; display: grid; place-items: center; border: 1px solid rgba(25,118,210,.3); border-radius: 50%; color: var(--blue); }
.principle-mark svg { width: 34px; height: 34px; }
.principle h2 { max-width: 950px; margin-bottom: 26px; }
.principle > div > p:last-child { max-width: 720px; color: var(--muted); font-size: 1.03rem; }

.result-section { margin: 0 clamp(10px, 2vw, 30px); padding: 120px clamp(24px, 6vw, 92px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; background: var(--green); color: var(--white); border-radius: 28px; }
.result-title { position: sticky; top: 32px; align-self: start; }
.result-title .eyebrow { color: var(--mint); }
.result-title h2 { max-width: 560px; }
.result-title > p:last-child { max-width: 470px; color: rgba(255,255,255,.62); }
.result-list { margin: 0; padding: 0; list-style: none; }
.result-list li { min-height: 140px; padding: 28px 0; display: grid; grid-template-columns: 45px 1fr 30px; gap: 16px; align-items: start; border-top: 1px solid rgba(255,255,255,.17); }
.result-list li > span { color: var(--mint); font-family: var(--serif); font-size: .8rem; }
.result-list h3 { margin-bottom: 8px; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.result-list p { margin-bottom: 0; color: rgba(255,255,255,.62); font-size: .86rem; }
.result-list li > svg { margin-top: 4px; color: var(--mint); }

.process-section { background: var(--white); }
.process-line { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.process-line article { position: relative; padding-top: 55px; border-top: 1px solid var(--ink); }
.process-line article::before { content: ""; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--green); }
.process-line span { color: var(--amber); font-family: var(--serif); }
.process-line h3 { margin: 26px 0 12px; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.process-line p { color: var(--muted); font-size: .84rem; }

/* Notebook flip stack — decorative, JS-enhanced only; server-rendered layout above stays the default. */
.process-visual { display: none; }
.notes-enhanced .process-body { display: grid; grid-template-columns: .78fr 1.22fr; gap: 8vw; align-items: start; }
.notes-enhanced .process-visual { position: sticky; top: 90px; display: block; width: 100%; max-width: 340px; aspect-ratio: 896 / 1216; perspective: 1600px; }
.notes-enhanced .process-line { display: block; }
.notes-enhanced .process-line article { padding-top: 0; padding-bottom: 44px; border-top: 0; border-bottom: 1px solid var(--line); }
.notes-enhanced .process-line article:last-child { border-bottom: 0; }
.notes-enhanced .process-line article::before { display: none; }
.notes-enhanced .process-line article[data-active] h3 { color: var(--blue); }
.process-sheet { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; border-radius: 2px; box-shadow: 0 18px 44px rgba(20, 43, 58, .14); transform-origin: 50% 0%; transition: transform .55s cubic-bezier(.22,.61,.36,1), opacity .4s ease; will-change: transform, opacity; }
.process-sheet.is-flipped { transform: rotateX(-115deg) translateY(-4%); opacity: 0; }
@media (max-width: 1050px) {
  .notes-enhanced .process-body { grid-template-columns: 1fr; gap: 40px; }
  .notes-enhanced .process-visual { position: static; max-width: 260px; margin: 0 auto; }
}

.boundaries { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.boundary-card { min-height: 370px; padding: clamp(28px, 4vw, 58px); border-radius: var(--radius); }
.boundary-card.fits { background: #e1effa; }
.boundary-card.not-fits { background: #ebe6dc; }
.boundary-card ul { margin: 38px 0 0; padding: 0; list-style: none; }
.boundary-card li { display: flex; gap: 14px; padding: 19px 0; border-bottom: 1px solid rgba(22,32,29,.12); font-size: .92rem; }
.fits li svg { color: var(--green-2); }
.not-fits li svg { color: #876646; }

.about-section { display: grid; grid-template-columns: minmax(280px, .75fr) 1.25fr; gap: 9vw; align-items: center; background: #edeae2; }
.about-photo { height: 670px; overflow: hidden; border-radius: 210px 210px 18px 18px; }
.about-photo img { object-position: center 32%; }
.about-copy { max-width: 660px; }
.about-copy h2 { margin-bottom: 22px; }
.about-lead { margin-bottom: 22px; color: var(--green); font-family: var(--serif); font-size: 1.35rem; line-height: 1.5; }
.about-copy > p:not(.eyebrow):not(.about-lead):not(.verification-note) { color: var(--muted); }
.experience-list { margin: 32px 0; padding: 0; list-style: none; }
.experience-list li { display: flex; gap: 13px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: .84rem; }
.experience-list svg { color: var(--green-2); }
.verification-note { padding: 12px 14px; background: rgba(255,255,255,.55); border-left: 2px solid var(--amber); color: var(--muted); font-size: .68rem; }

.career-proof-section { background: var(--white); }
.career-proof-section .section-heading > p:last-child { max-width: 680px; color: var(--muted); }
.career-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.career-card { min-width: 0; padding: clamp(24px, 3vw, 38px); border: 1px solid var(--line); border-radius: var(--radius); background: #fbfbf8; }
.career-logo { min-height: 56px; display: flex; align-items: center; }
.career-logo img { max-width: 100%; width: auto; height: auto; }
.career-period { margin: 10px 0 20px; color: var(--muted); font-size: .68rem; }
.career-card dl { margin: 0; }
.career-card dl div { padding: 17px 0; border-top: 1px solid var(--line); }
.career-card dt { margin-bottom: 5px; color: var(--green-2); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.career-card dd { margin: 0; font-family: var(--serif); font-size: 1.03rem; line-height: 1.45; }
.company-proof { margin-top: clamp(58px, 8vw, 96px); }
.company-logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.company-logo-grid figure { min-height: 130px; margin: 0; padding: 24px 16px 16px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.company-logo-grid img { max-width: 100%; width: auto; height: auto; object-fit: contain; }
.company-logo-grid figcaption { color: var(--muted); font-size: .62rem; line-height: 1.35; }

.profile-materials-section { background: #eaf4fc; }
.profile-mission { max-width: 900px; margin-bottom: clamp(60px, 9vw, 110px); }
.profile-mission h2 { max-width: 900px; }
.profile-mission > p:last-child { max-width: 720px; color: var(--muted); font-size: 1rem; }
.profile-values { margin-bottom: clamp(58px, 8vw, 96px); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.value-grid article { min-height: 190px; padding: 28px; border: 1px solid rgba(25,118,210,.18); border-radius: 18px; background: rgba(255,255,255,.78); }
.value-grid h3 { margin-bottom: 12px; color: var(--green); font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.value-grid p { margin: 0; color: var(--muted); font-size: .78rem; }
.profile-history { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.profile-history details { align-self: start; border: 1px solid rgba(25,118,210,.2); border-radius: 18px; background: var(--white); overflow: hidden; }
.profile-history summary { min-height: 74px; padding: 22px 24px; display: flex; align-items: center; justify-content: space-between; gap: 15px; cursor: pointer; list-style: none; color: var(--green); font-family: var(--serif); font-size: 1.25rem; }
.profile-history summary::-webkit-details-marker { display: none; }
.profile-history summary small { color: var(--green-2); font-family: var(--sans); font-size: .65rem; }
.history-list { margin: 0; padding: 0 24px 24px; list-style: none; }
.history-list li { display: grid; grid-template-columns: 90px 1fr; gap: 18px; padding: 18px 0; border-top: 1px solid var(--line); }
.history-list time { color: var(--green-2); font-size: .68rem; font-weight: 700; }
.history-list strong { display: block; color: var(--ink); font-size: .82rem; line-height: 1.45; }
.history-list p { margin: 4px 0 0; color: var(--muted); font-size: .7rem; line-height: 1.45; }
.media-note { margin-top: 18px; padding: 28px; border-left: 4px solid var(--blue); border-radius: 0 16px 16px 0; background: var(--white); }
.media-note p:last-child { max-width: 900px; margin: 0; color: var(--muted); }

.cases-section { background: var(--white); }
.cases-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.cases-grid article { padding: clamp(28px, 4vw, 52px); border: 1px solid var(--line); border-radius: var(--radius); }
.cases-grid h3 { margin-bottom: 35px; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.cases-grid dl { margin: 0; }
.cases-grid dl div { padding: 18px 0; border-top: 1px solid var(--line); }
.cases-grid dt { margin-bottom: 6px; color: var(--green-2); font-size: .66rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.cases-grid dd { margin: 0; color: var(--muted); font-size: .84rem; }

.offer-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: 9vw; align-items: center; }
.offer-section > div:first-child > p:last-child { max-width: 520px; color: var(--muted); }
.offer-panel { padding: 12px 42px 42px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.offer-panel > div { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.offer-panel span { color: var(--muted); font-size: .78rem; }
.offer-panel strong { font-family: var(--serif); font-weight: 400; }
.offer-panel .button { width: 100%; margin-top: 36px; }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 10vw; background: var(--white); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 25px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.12rem; line-height: 1.4; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-family: var(--sans); font-size: 1.5rem; font-weight: 300; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details div { overflow: hidden; }
.faq-list details p { max-width: 720px; padding: 0 45px 25px 0; color: var(--muted); font-size: .88rem; }

.application-section { margin: 0 clamp(10px, 2vw, 30px) 30px; padding: clamp(50px, 8vw, 110px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; background: #dceefa; border-radius: 28px; }
.application-intro { align-self: start; position: sticky; top: 32px; }
.application-intro h2 { font-size: clamp(2.3rem, 4vw, 4rem); }
.application-intro > p:not(.eyebrow) { max-width: 480px; color: var(--muted); }
.application-usp { max-width: 500px; margin-top: 28px; padding: 18px 20px; border-left: 3px solid var(--amber); background: rgba(255,255,255,.42); border-radius: 0 12px 12px 0; }
.application-usp strong { display: block; margin-bottom: 5px; font-family: var(--serif); font-size: 1.02rem; font-weight: 400; line-height: 1.35; }
.application-usp p { margin: 0; color: var(--muted); font-size: .74rem; line-height: 1.55; }
.application-next { max-width: 520px; margin-top: 36px; padding-top: 24px; border-top: 1px solid rgba(11,65,111,.2); }
.application-next h3 { margin: 0 0 8px; font-family: var(--sans); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.application-next ol { margin: 0; padding: 0; list-style: none; }
.application-next li { display: grid; grid-template-columns: 30px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid rgba(11,65,111,.13); }
.application-next li > span { color: var(--amber); font-family: var(--serif); font-size: .72rem; }
.application-next strong { display: block; margin-bottom: 2px; font-size: .82rem; }
.application-next p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.application-promise { max-width: 420px; display: flex; gap: 12px; margin-top: 35px; padding-top: 22px; border-top: 1px solid rgba(11,65,111,.2); color: var(--green); font-size: .78rem; }
.lead-form { padding: clamp(24px, 4vw, 48px); background: var(--white); border-radius: var(--radius); box-shadow: 0 24px 70px rgba(25,118,210,.12); }
.quiz-progress { display: none; margin-bottom: 30px; }
.quiz-enhanced .quiz-progress { display: block; }
.quiz-progress-meta { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 10px; color: var(--muted); font-size: .66rem; }
.quiz-progress-meta span:first-child { color: var(--green); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.quiz-progress-track { height: 4px; display: block; overflow: hidden; border-radius: 4px; background: #e2ebf3; }
.quiz-progress-track span { width: 33.333%; height: 100%; display: block; border-radius: inherit; background: var(--amber); transition: width .25s ease; }
.quiz-step { min-width: 0; margin: 0; padding: 0; border: 0; }
.quiz-step + .quiz-step { margin-top: 42px; padding-top: 42px; border-top: 1px solid var(--line); }
.quiz-enhanced .quiz-step + .quiz-step { margin-top: 0; padding-top: 0; border-top: 0; }
.quiz-step legend { width: 100%; display: flex; align-items: baseline; gap: 12px; margin-bottom: 8px; padding: 0; font-family: var(--serif); }
.quiz-step legend:focus { outline: none; }
.quiz-step legend:focus-visible { border-radius: 6px; box-shadow: 0 0 0 3px rgba(25,118,210,.16); }
.quiz-step legend span { color: var(--amber); font-size: .72rem; }
.quiz-step legend strong { color: var(--green); font-size: 1.45rem; font-weight: 400; }
.quiz-step-intro { max-width: 560px; margin: 0 0 28px; color: var(--muted); font-size: .76rem; line-height: 1.55; }
.quiz-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 10px; }
.quiz-actions-next .button { width: 100%; }
.quiz-actions [data-quiz-next], .quiz-actions [data-quiz-back] { display: none; }
.quiz-enhanced .quiz-actions [data-quiz-next], .quiz-enhanced .quiz-actions [data-quiz-back] { display: inline-flex; }
.quiz-actions:not(.quiz-actions-next) .button-primary { flex: 1; }
.quiz-actions .button-ghost { min-width: 112px; }
.lead-form label, .admin-form label, .admin-clone label { position: relative; display: block; margin-bottom: 20px; }
.lead-form label > span:first-child, .admin-form label > span:first-child, .admin-clone label > span:first-child { display: block; margin-bottom: 8px; font-size: .72rem; font-weight: 600; }
.lead-form .form-field { margin-bottom: 20px; }
.lead-form .form-field label { margin-bottom: 0; }
.lead-form .form-field label > span:first-child { margin-bottom: 4px; }
.lead-form .field-hint { display: block; margin-bottom: 8px; color: var(--muted); font-size: .69rem; line-height: 1.45; }
.lead-form input:not([type=checkbox]), .lead-form select, .lead-form textarea, .admin-page input:not([type=checkbox]), .admin-page textarea { width: 100%; border: 1px solid #c7d4df; border-radius: 10px; background: #fbfdff; padding: 14px 15px; color: var(--ink); transition: border .2s, box-shadow .2s; }
.lead-form input, .lead-form select { min-height: 52px; }
.lead-form textarea { resize: vertical; min-height: 120px; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus, .admin-page input:focus, .admin-page textarea:focus { outline: none; border-color: var(--green-2); box-shadow: 0 0 0 3px rgba(25,118,210,.14); }
.lead-form [aria-invalid=true] { border-color: #a04438 !important; }
.lead-form label small { position: absolute; right: 9px; bottom: 7px; color: var(--muted); font-size: .62rem; }
.lead-form em { color: var(--muted); font-style: normal; font-weight: 400; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.consent-check { display: flex !important; align-items: flex-start; gap: 12px; margin-top: 10px; }
.consent-check input {
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin: 2px 0 0;
  padding: 0;
  flex: none;
  appearance: none;
  -webkit-appearance: none;
  border: 2px solid #84908b;
  border-radius: 5px;
  background-color: var(--white);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  cursor: pointer;
  transition: border-color .18s, background-color .18s, box-shadow .18s;
}
.consent-check input:checked {
  border-color: var(--green);
  background-color: var(--green);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M4 10.5 8 14l8-9' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.consent-check input:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(25,118,210,.22); }
.consent-check:hover input { border-color: var(--green-2); }
.consent-check > span { color: var(--muted); font-size: .7rem !important; font-weight: 400 !important; }
.honeypot { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.button-submit { width: 100%; }
.button-submit:disabled { opacity: .62; cursor: wait; transform: none; }
.form-note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: .64rem; }
.form-status { min-height: 25px; margin-bottom: 7px; color: #8b3029; font-size: .72rem; }
.form-status:not(:empty) { padding: 9px 11px; border-left: 3px solid #a04438; background: #fff1ee; border-radius: 0 8px 8px 0; }

.direct-contact { margin: 30px clamp(10px, 2vw, 30px) 0; padding: clamp(38px, 6vw, 72px); display: flex; align-items: end; justify-content: space-between; gap: 35px; border-radius: 24px; background: var(--green); color: var(--white); }
.direct-contact h2 { max-width: 760px; margin-bottom: 16px; font-size: clamp(2rem, 4vw, 3.7rem); }
.direct-contact .eyebrow { color: var(--mint); }
.direct-phone { display: inline-flex; min-height: 44px; align-items: center; color: var(--mint); font-family: var(--serif); font-size: clamp(1.25rem, 2.2vw, 1.8rem); text-decoration: none; }
.direct-contact-actions { display: flex; gap: 12px; flex: none; }
.direct-contact .button-ghost { border-color: rgba(255,255,255,.45); color: var(--white); }
.direct-contact .button-primary { background: var(--amber); color: var(--white); }
.site-footer { min-height: 180px; padding: 52px clamp(20px, 4vw, 64px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand strong { font-size: .78rem; }
.footer-brand p, .footer-legal p { margin: 0; color: var(--muted); font-size: .66rem; }
.site-footer nav { display: flex; gap: 24px; font-size: .67rem; }
.site-footer nav a { min-height: 24px; display: inline-flex; align-items: center; }
.footer-legal { justify-self: end; text-align: right; }
.mobile-sticky { display: none; }
.cookie-banner { position: fixed; z-index: 50; left: auto; right: 22px; bottom: 22px; width: calc(100% - 44px); max-width: 720px; margin: 0; padding: 10px 12px; display: grid; grid-template-columns: minmax(120px, 1fr) auto; gap: 10px; align-items: center; background: var(--white); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 20px 70px rgba(10,55,95,.22); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { display: block; font-family: var(--sans); font-size: .75rem; font-weight: 600; line-height: 1.2; }
.cookie-banner p { display: none; }
.cookie-banner a { min-height: 24px; display: inline-flex; align-items: center; font-size: .6rem; line-height: 1.2; }
.cookie-actions { display: flex; flex: none; gap: 10px; }
.cookie-actions .button { min-height: 40px; padding: 8px 12px; font-size: .64rem; }
.cookie-label-short { display: none; }

.legal-shell { overflow: visible; }
.legal-page { max-width: 860px; margin: 0 auto; padding: 75px 24px 130px; }
.legal-page .back-link { display: inline-block; margin-bottom: 58px; color: var(--muted); font-size: .8rem; }
.legal-page h1 { max-width: 780px; font-size: clamp(2.5rem, 6vw, 5rem); }
.legal-intro { max-width: 700px; margin-bottom: 70px; padding: 20px; background: #fff3d8; border-left: 3px solid var(--amber); color: #6d5528; }
.legal-page section { padding: 34px 0; border-top: 1px solid var(--line); }
.legal-page section h2 { font-family: var(--sans); font-size: 1.2rem; font-weight: 600; letter-spacing: 0; }
.legal-page section p { color: var(--muted); }

.thanks-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: var(--green); }
.thanks-card { width: min(100%, 680px); padding: clamp(30px, 7vw, 70px); background: var(--paper); border-radius: 26px; text-align: center; box-shadow: var(--shadow); }
.thanks-card .wordmark { margin-bottom: 55px; }
.thanks-icon { width: 68px; height: 68px; margin: 0 auto 28px; display: grid; place-items: center; border-radius: 50%; background: #dceefa; color: var(--green); }
.thanks-icon svg { width: 30px; height: 30px; }
.thanks-card h1 { margin-bottom: 24px; font-size: clamp(2.4rem, 6vw, 4.5rem); }
.thanks-card > p:not(.eyebrow) { color: var(--muted); }
.thanks-card .button { margin-top: 24px; }
.thanks-card > .text-link { display: block; margin-top: 18px; }
.thanks-timing { margin-top: 25px; padding: 14px; background: var(--white); border-radius: 10px; color: var(--green); font-size: .72rem; }
.error-code { font-family: var(--serif); font-size: 5rem; color: var(--mint); }

.admin-page { max-width: 1050px; margin: 0 auto; padding: 60px 24px 120px; }
.admin-header { display: flex; justify-content: space-between; align-items: start; gap: 20px; margin-bottom: 40px; }
.admin-header h1 { margin-bottom: 0; font-size: clamp(2.5rem, 6vw, 4.5rem); }
.admin-header a { font-size: .8rem; }
.admin-message { margin-bottom: 25px; padding: 15px 18px; background: #dceefa; border-radius: 10px; }
.admin-form fieldset, .admin-clone, .admin-journal { margin: 0 0 28px; padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.admin-form legend { padding: 0 10px; font-family: var(--serif); font-size: 1.2rem; }
.admin-form textarea { resize: vertical; }
.admin-page .switch { display: flex; align-items: center; gap: 10px; }
.admin-page .switch input { width: 20px; height: 20px; }
.admin-page .switch span { margin: 0 !important; }
.field-help, [data-upload-status] { color: var(--muted); font-size: .72rem; }
.admin-clone h2 { font-size: 1.8rem; }
.admin-clone form { display: grid; grid-template-columns: .7fr 1.3fr auto; gap: 14px; align-items: end; }
.admin-clone label { margin-bottom: 0; }
.admin-journal h2 { margin-bottom: 5px; font-size: 1.8rem; }
.admin-journal > p { color: var(--muted); font-size: .72rem; }
.journal-table { overflow-x: auto; }
.journal-table table { width: 100%; border-collapse: collapse; font-size: .68rem; }
.journal-table th, .journal-table td { padding: 11px 8px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }
.journal-table th { color: var(--muted); font-weight: 600; }

@media (max-width: 1050px) {
  .hero { min-height: auto; grid-template-columns: 1.15fr .85fr; gap: 35px; }
  .portrait-frame { height: 500px; }
  .situation-grid { grid-template-columns: 1fr 1fr; }
  .situation-card:nth-child(2) { border-right: 0; }
  .situation-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .result-section, .application-section { grid-template-columns: 1fr 1.15fr; gap: 5vw; }
  .process-line { grid-template-columns: 1fr 1fr; gap: 45px 30px; }
  .about-photo { height: 580px; }
  .career-grid { grid-template-columns: 1fr; }
  .company-logo-grid { grid-template-columns: repeat(3, 1fr); }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1051px) and (max-height: 950px) {
  .hero { padding-top: 64px; }
}

@media (max-width: 760px) {
  body { font-size: 15px; }
  .draft-notice { align-items: flex-start; text-align: left; }
  .site-header { height: 74px; margin: 0 18px; }
  .site-header .button { display: none; }
  .hero { display: flex; flex-direction: column; gap: 38px; padding: 52px 20px 85px; }
  .hero-copy { width: 100%; }
  .hero h1 { margin-bottom: 22px; font-size: clamp(2.65rem, 12vw, 4rem); }
  .hero-owner h1 { font-size: clamp(2.25rem, 10.5vw, 3.35rem); }
  .hero-subtitle { font-size: 1rem; }
  .hero-proof-list { display: grid; gap: 10px; }
  .signature { flex-wrap: wrap; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .text-link { text-align: center; }
  .hero-visual { width: 92%; align-self: center; }
  .portrait-frame { height: min(128vw, 540px); border-radius: 180px 180px 24px 24px; }
  .portrait-caption { right: -5%; bottom: -32px; }
  .approval-note { margin-top: 20px; }
  .offer-facts { gap: 12px; }
  .offer-facts div { padding-right: 12px; }
  .section { padding: 82px 20px; }
  .section-heading { margin-bottom: 42px; }
  .situation-grid { display: block; border-top: 0; }
  .situation-card { min-height: auto; padding: 28px 0; display: grid; grid-template-columns: 42px 1fr; column-gap: 14px; border-right: 0; border-top: 1px solid var(--line); }
  .situation-card > span { grid-row: 1 / 3; margin: 3px 0 0; }
  .situation-card h3 { margin-bottom: 9px; }
  .situation-card p { margin-bottom: 0; }
  .question-section, .result-section, .faq-section, .application-section, .offer-section, .about-section { grid-template-columns: 1fr; }
  .question-intro, .result-title, .application-intro { position: static; }
  .notes-enhanced .process-visual { position: static; margin: 0 auto 32px; }
  .question-list { margin-top: 20px; }
  .question-list li { font-size: 1.15rem; }
  .principle { margin: 10px 10px 80px; padding: 42px 24px; grid-template-columns: 1fr; }
  .principle-mark { width: 62px; height: 62px; }
  .result-section { margin: 0 10px; padding: 78px 22px; gap: 40px; border-radius: 20px; }
  .result-list li { min-height: auto; grid-template-columns: 34px 1fr 22px; }
  .process-line { grid-template-columns: 1fr; }
  .process-line article { padding-top: 28px; }
  .boundaries { grid-template-columns: 1fr; gap: 14px; }
  .cases-grid { grid-template-columns: 1fr; }
  .boundary-card { min-height: auto; }
  .about-photo { order: 2; height: 116vw; max-height: 600px; border-radius: 160px 160px 18px 18px; }
  .about-copy { order: 1; }
  .company-logo-grid { grid-template-columns: repeat(2, 1fr); }
  .company-logo-grid figure { min-height: 112px; padding: 18px 10px 12px; }
  .value-grid, .profile-history { grid-template-columns: 1fr; }
  .value-grid article { min-height: auto; }
  .history-list li { grid-template-columns: 76px 1fr; gap: 12px; }
  .offer-section { gap: 35px; }
  .offer-panel { padding: 8px 20px 25px; }
  .faq-section { gap: 15px; }
  .faq-list details p { padding-right: 0; }
  .application-section { margin: 0 10px 18px; padding: 70px 14px 14px; gap: 38px; border-radius: 20px; }
  .application-intro { padding: 0 10px; }
  .lead-form { padding: 24px 16px; border-radius: 14px; }
  .lead-form select { font-size: .9rem; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .direct-contact { align-items: stretch; flex-direction: column; }
  .direct-contact-actions { flex-direction: column; }
  .direct-contact-actions .button { width: 100%; }
  .site-footer { padding-bottom: 110px; grid-template-columns: 1fr; align-items: start; }
  .site-footer nav { flex-wrap: wrap; }
  .footer-legal { justify-self: start; text-align: left; }
  .mobile-sticky { position: fixed; z-index: 35; left: 0; right: 0; bottom: 0; display: block; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: rgba(245,243,237,.94); border-top: 1px solid var(--line); backdrop-filter: blur(12px); transform: translateY(110%); transition: transform .25s; }
  .mobile-sticky.visible { transform: translateY(0); }
  .mobile-sticky .button { width: 100%; min-height: 48px; }
  .cookie-banner { left: 8px; right: 8px; bottom: 8px; width: auto; max-width: none; padding: 7px 8px; grid-template-columns: minmax(52px, 1fr) auto; gap: 6px; }
  .cookie-banner strong { display: block; font-family: var(--sans); font-size: .72rem; font-weight: 600; }
  .cookie-banner p { display: none; }
  .cookie-banner a { display: inline-flex; font-size: .58rem; line-height: 1.2; }
  .cookie-actions { flex-direction: row; gap: 6px; }
  .cookie-actions .button { min-height: 38px; padding: 6px 8px; font-size: .58rem; white-space: nowrap; }
  .legal-page { padding-top: 45px; }
  .admin-header { flex-direction: column; }
  .admin-form fieldset, .admin-clone { padding: 20px 14px; }
  .admin-clone form { grid-template-columns: 1fr; }
}

@media (max-width: 360px) {
  h2 { font-size: 2rem; }
  .hero h1 { font-size: 2.45rem; }
  .hero-owner h1 { font-size: 2.25rem; }
  .wordmark b { font-size: .78rem; }
  .wordmark-mark { width: 38px; height: 38px; }
  .portrait-caption { width: 90%; padding: 18px; }
  .cookie-label-full { display: none; }
  .cookie-label-short { display: inline; }
  .cookie-actions .button { min-width: 52px; }
}

@media (min-width: 761px) and (max-width: 820px) {
  .cookie-banner { left: 8px; right: 8px; bottom: 8px; width: auto; max-width: none; padding: 7px 8px; grid-template-columns: minmax(150px, 1fr) auto; gap: 10px; }
  .cookie-banner strong { display: block; font-family: var(--sans); font-size: .72rem; font-weight: 600; }
  .cookie-banner p { display: none; }
  .cookie-banner a { display: inline-flex; font-size: .58rem; line-height: 1.2; }
  .cookie-actions { gap: 6px; }
  .cookie-actions .button { min-height: 38px; padding: 6px 8px; font-size: .58rem; white-space: nowrap; }
}

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

/* Editorial redesign: a strategist's working room, not a SaaS template.
   (color tokens now live in the single :root above — this block only adds layout/detail rules) */
body { background: var(--paper); letter-spacing: -.012em; }
.page-shell { max-width: none; }
h1, h2 { letter-spacing: -.052em; }
h3 { letter-spacing: -.025em; }
.site-header { max-width: 1320px; height: 92px; margin: 0 auto; padding: 0 40px; }
.wordmark { gap: 14px; }
.wordmark-mark { width: 38px; height: 38px; border-radius: 0; border-color: var(--blue); color: var(--blue); }
.wordmark b { font-size: .82rem; letter-spacing: .07em; text-transform: uppercase; }
.wordmark small { letter-spacing: .01em; }
.button { min-height: 54px; border-radius: 0; padding: 14px 25px; letter-spacing: .015em; box-shadow: none; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--blue); box-shadow: none; }
.button-primary:hover { background: var(--ink); box-shadow: none; }
.button-small { min-height: 42px; background: transparent; border-color: var(--ink); }
.button-ghost { border-color: var(--ink); }
.eyebrow { margin-bottom: 24px; color: var(--blue); font-family: var(--sans); font-size: .64rem; letter-spacing: .2em; }

.hero { min-height: calc(100vh - 92px); max-width: 1320px; margin: 0 auto; grid-template-columns: minmax(0, 1.12fr) minmax(390px, .68fr); gap: clamp(55px, 8vw, 125px); padding: 76px 40px 120px; align-items: center; }
.hero-copy { max-width: 830px; }
.hero h1 { max-width: 850px; margin-bottom: 32px; font-size: clamp(3.9rem, 6.6vw, 7.2rem); line-height: .98; }
.hero-owner h1 { font-size: clamp(3.25rem, 5.3vw, 5.7rem); }
.hero-subtitle { max-width: 650px; margin-bottom: 32px; color: var(--muted); font-size: clamp(1.02rem, 1.35vw, 1.22rem); line-height: 1.65; }
.signature { gap: 13px; font-size: .78rem; letter-spacing: .02em; }
.signature::before { width: 45px; border-color: var(--blue); }
.hero-actions { margin-top: 42px; }
.hero-actions .button { min-width: 235px; }
.hero-note { line-height: 1.55; }
.hero-proof-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 36px; padding-top: 0; border-top: 1px solid var(--ink); }
.hero-proof-list li { min-height: 70px; padding: 15px 15px 10px 0; align-items: flex-start; color: var(--ink); font-size: .7rem; line-height: 1.45; }
.hero-proof-list li + li { padding-left: 15px; border-left: 1px solid var(--line); }
.hero-proof-list svg { color: var(--blue); }
.hero-visual { width: min(100%, 450px); }
.portrait-frame { height: 610px; border-radius: 0; background: #cbd9e3; box-shadow: none; clip-path: polygon(0 0, 100% 0, 100% 93%, 16% 100%, 0 100%); }
.portrait-frame::after { background: linear-gradient(180deg, transparent 68%, rgba(5, 36, 65, .32)); }
.portrait-caption { right: -28px; bottom: -25px; width: min(300px, 82%); padding: 24px 27px; border-radius: 0; border-top: 3px solid var(--blue); box-shadow: 0 18px 50px rgba(9, 47, 84, .12); }
.portrait-caption span { letter-spacing: .08em; text-transform: uppercase; }

.section { max-width: 1320px; margin: 0 auto; padding: clamp(100px, 10vw, 155px) 40px; }
.section-heading { max-width: 930px; margin-bottom: clamp(58px, 7vw, 92px); }
.section-heading h2 { font-size: clamp(2.8rem, 5.2vw, 5.5rem); line-height: 1.04; }
.situation-grid { border-bottom: 1px solid var(--line); }
.situation-card { min-height: 330px; padding: 34px 30px 40px; background: transparent; }
.situation-card > span { margin-bottom: 78px; color: var(--blue); font-family: var(--sans); font-size: .68rem; letter-spacing: .16em; }
.situation-card h3 { max-width: 260px; font-size: 1.48rem; line-height: 1.4; }
.situation-card p { line-height: 1.6; }

.question-section { max-width: none; padding-right: max(40px, calc((100vw - 1240px) / 2)); padding-left: max(40px, calc((100vw - 1240px) / 2)); grid-template-columns: .76fr 1.24fr; background: #e9f1f6; }
.question-intro h2 { font-size: clamp(2.8rem, 4.4vw, 4.8rem); line-height: 1.04; }
.question-list li { gap: 28px; padding: 32px 4px; font-size: clamp(1.3rem, 2vw, 1.9rem); }
.question-list svg { color: var(--blue); }
.principle { max-width: none; margin: 0; padding: clamp(90px, 9vw, 145px) max(40px, calc((100vw - 1240px) / 2)); grid-template-columns: 125px 1fr; background: var(--ink); color: var(--white); border-radius: 0; }
.principle-mark { width: 92px; height: 92px; border-radius: 0; border-color: rgba(255,255,255,.35); color: var(--mint); }
.principle h2 { max-width: 1040px; font-size: clamp(2.8rem, 5vw, 5.2rem); }
.principle > div > p:last-child { color: rgba(255,255,255,.66); }

.result-section { max-width: none; margin: 0; padding: clamp(100px, 10vw, 155px) max(40px, calc((100vw - 1240px) / 2)); background: var(--blue); border-radius: 0; }
.result-title .eyebrow, .result-list li > span, .result-list li > svg { color: #d7efff; }
.result-list li { min-height: 155px; grid-template-columns: 54px 1fr 30px; padding: 34px 0; }
.result-list h3 { font-size: 1.68rem; }
.result-list p, .result-title > p:last-child { color: rgba(255,255,255,.72); }
.process-section { max-width: none; padding-right: max(40px, calc((100vw - 1240px) / 2)); padding-left: max(40px, calc((100vw - 1240px) / 2)); }
.process-line { gap: 0; border-bottom: 1px solid var(--line); }
.process-line article { min-height: 285px; padding: 48px 30px 35px; border-top-color: var(--ink); border-right: 1px solid var(--line); }
.process-line article:first-child { padding-left: 0; }
.process-line article:last-child { padding-right: 0; border-right: 0; }
.process-line article::before { width: 8px; height: 8px; border-radius: 0; background: var(--blue); }
.process-line span { color: var(--blue); }

.boundaries { gap: 0; border: 1px solid var(--line); }
.boundary-card { min-height: 420px; border-radius: 0; }
.boundary-card.fits { background: #e1eff9; }
.boundary-card.not-fits { background: transparent; border-left: 1px solid var(--line); }
.about-section { max-width: none; padding-right: max(40px, calc((100vw - 1240px) / 2)); padding-left: max(40px, calc((100vw - 1240px) / 2)); grid-template-columns: minmax(300px, .68fr) 1.32fr; background: #edf1f1; }
.about-photo { height: 720px; border-radius: 0; clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%); }
.about-lead { color: var(--blue); font-size: 1.48rem; }
.verification-note { background: transparent; border-left-color: var(--blue); }

.career-proof-section { max-width: none; padding-right: max(40px, calc((100vw - 1240px) / 2)); padding-left: max(40px, calc((100vw - 1240px) / 2)); }
.career-grid { gap: 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.career-card { min-height: 460px; padding: 38px 34px; border: 0; border-right: 1px solid var(--line); border-radius: 0; background: transparent; }
.career-card:first-child { padding-left: 0; }
.career-card:last-child { padding-right: 0; border-right: 0; }
.career-card dt { color: var(--blue); }
.company-logo-grid { background: var(--white); }
.company-logo-grid figure { transition: background .2s; }
.company-logo-grid figure:hover { background: #edf6fc; }

.profile-materials-section { max-width: none; padding-right: max(40px, calc((100vw - 1240px) / 2)); padding-left: max(40px, calc((100vw - 1240px) / 2)); background: #eaf3f8; }
.profile-mission { max-width: 1080px; }
.profile-mission h2 { max-width: 1040px; font-size: clamp(3rem, 5.4vw, 5.7rem); }
.value-grid { gap: 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.value-grid article { min-height: 225px; padding: 32px 28px 34px; border: 0; border-right: 1px solid var(--line); border-radius: 0; background: transparent; }
.value-grid article:nth-child(3n) { border-right: 0; }
.value-grid h3 { color: var(--ink); }
.profile-history { gap: 0; border-top: 1px solid var(--ink); }
.profile-history details { border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.profile-history details:first-child { border-right: 1px solid var(--line); }
.profile-history summary { color: var(--ink); }
.media-note { border-radius: 0; background: rgba(255,255,255,.65); }

.cases-section { max-width: none; padding-right: max(40px, calc((100vw - 1240px) / 2)); padding-left: max(40px, calc((100vw - 1240px) / 2)); }
.cases-grid { gap: 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.cases-grid article { padding: 44px; border: 0; border-right: 1px solid var(--line); border-radius: 0; }
.cases-grid article:first-child { padding-left: 0; }
.cases-grid article:last-child { padding-right: 0; border-right: 0; }
.offer-section { max-width: none; padding-right: max(40px, calc((100vw - 1240px) / 2)); padding-left: max(40px, calc((100vw - 1240px) / 2)); background: #f2efe9; }
.offer-panel { padding: 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); border-radius: 0; background: transparent; box-shadow: none; }
.offer-panel > div { padding: 29px 4px; }
.offer-panel .button { margin: 34px 0; }
.faq-section { max-width: none; padding-right: max(40px, calc((100vw - 1240px) / 2)); padding-left: max(40px, calc((100vw - 1240px) / 2)); }
.faq-list summary { font-size: 1.25rem; }

.application-section { max-width: none; margin: 0; padding: clamp(95px, 9vw, 140px) max(40px, calc((100vw - 1240px) / 2)); background: var(--ink); color: var(--white); border-radius: 0; }
.application-intro .eyebrow { color: var(--mint); }
.application-intro > p:not(.eyebrow), .application-next p { color: rgba(255,255,255,.66); }
.application-usp { border-left-color: var(--mint); border-radius: 0; background: rgba(255,255,255,.08); }
.application-usp p { color: rgba(255,255,255,.68); }
.application-next { border-top-color: rgba(255,255,255,.25); }
.application-next li { border-bottom-color: rgba(255,255,255,.17); }
.application-next li > span { color: var(--mint); }
.application-promise { border-top-color: rgba(255,255,255,.25); color: var(--white); }
.lead-form { padding: clamp(28px, 4vw, 52px); border-radius: 0; box-shadow: none; color: var(--ink); }
.quiz-progress-track { border-radius: 0; }
.quiz-progress-track span { border-radius: 0; background: var(--blue); }
.quiz-step legend span { color: var(--blue); }
.lead-form input:not([type=checkbox]), .lead-form select, .lead-form textarea { border-radius: 0; background: var(--white); }
.consent-check input { border-radius: 0; }

.direct-contact { max-width: none; margin: 0; padding: clamp(70px, 8vw, 110px) max(40px, calc((100vw - 1240px) / 2)); border-radius: 0; background: #0e67ae; }
.direct-contact .button-primary { background: var(--white); color: var(--ink); }
.direct-contact .button-primary:hover { background: var(--ink); color: var(--white); }
.site-footer { min-height: 220px; padding: 62px max(40px, calc((100vw - 1240px) / 2)); background: #062642; color: var(--white); }
.footer-brand p, .footer-legal p { color: rgba(255,255,255,.56); }
.mobile-sticky { background: rgba(245,247,246,.96); }
.cookie-banner { border-radius: 0; box-shadow: 0 16px 55px rgba(9,47,84,.16); }

@keyframes editorial-reveal {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-copy > *, .hero-visual { animation: editorial-reveal .7s both cubic-bezier(.22,.61,.36,1); }
.hero-copy > *:nth-child(2) { animation-delay: .08s; }
.hero-copy > *:nth-child(3) { animation-delay: .14s; }
.hero-copy > *:nth-child(4) { animation-delay: .2s; }
.hero-copy > *:nth-child(5) { animation-delay: .26s; }
.hero-visual { animation-delay: .16s; }

@media (max-width: 1050px) {
  .site-header { padding: 0 28px; }
  .hero { padding-right: 28px; padding-left: 28px; gap: 42px; }
  .hero h1 { font-size: clamp(3.4rem, 7.3vw, 5.4rem); }
  .portrait-frame { height: 550px; }
  .career-card { min-height: auto; padding: 34px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .career-card:last-child { border-bottom: 0; }
  .value-grid article:nth-child(3n) { border-right: 1px solid var(--line); }
  .value-grid article:nth-child(2n) { border-right: 0; }
}

@media (max-width: 760px) {
  .site-header { height: 76px; margin: 0; padding: 0 20px; }
  .hero { min-height: auto; gap: 54px; padding: 58px 20px 100px; }
  .hero h1 { font-size: clamp(2.7rem, 11.8vw, 4.05rem); line-height: 1.02; }
  .hero-owner h1 { font-size: clamp(2.55rem, 11.5vw, 3.6rem); }
  .hero-subtitle { line-height: 1.58; }
  .hero-actions { gap: 10px; }
  .hero-proof-list { grid-template-columns: 1fr; }
  .hero-proof-list li { min-height: 0; padding: 13px 0; border-bottom: 1px solid var(--line); }
  .hero-proof-list li + li { padding-left: 0; border-left: 0; }
  .hero-visual { width: 100%; }
  .portrait-frame { height: min(132vw, 600px); clip-path: polygon(0 0, 100% 0, 100% 95%, 13% 100%, 0 100%); }
  .portrait-caption { right: 0; bottom: -34px; }
  .section { padding: 92px 20px; }
  .section-heading { margin-bottom: 48px; }
  .section-heading h2, .profile-mission h2 { font-size: clamp(2.55rem, 11vw, 3.9rem); }
  .situation-grid { border-bottom: 1px solid var(--line); }
  .situation-card { grid-template-columns: 38px 1fr; min-height: auto; padding: 27px 0; }
  .question-section, .process-section, .about-section, .career-proof-section, .profile-materials-section, .cases-section, .offer-section, .faq-section { padding-right: 20px; padding-left: 20px; }
  .question-intro h2 { font-size: clamp(2.55rem, 11vw, 3.9rem); }
  .principle { margin: 0; padding: 88px 20px; }
  .principle h2 { font-size: clamp(2.55rem, 11vw, 3.9rem); }
  .result-section { margin: 0; padding: 92px 20px; }
  .result-list li { grid-template-columns: 34px 1fr 22px; }
  .process-line article { min-height: 0; padding: 30px 0; border-right: 0; }
  .boundary-card { min-height: 0; }
  .boundary-card.not-fits { border-top: 1px solid var(--line); border-left: 0; }
  .about-photo { height: 125vw; border-radius: 0; clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 100%); }
  .career-grid { border-bottom: 0; }
  .career-card { padding: 32px 0; }
  .value-grid article, .value-grid article:nth-child(3n) { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .value-grid article:last-child { border-bottom: 0; }
  .profile-history details:first-child { border-right: 0; }
  .cases-grid { border-bottom: 0; }
  .cases-grid article, .cases-grid article:first-child, .cases-grid article:last-child { padding: 35px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .cases-grid article:last-child { border-bottom: 0; }
  .offer-panel { padding: 0; }
  .application-section { margin: 0; padding: 90px 20px 20px; }
  .application-intro { padding: 0; }
  .lead-form { padding: 28px 18px; border-radius: 0; }
  .direct-contact { padding: 80px 20px; }
  .site-footer { padding: 55px 20px 115px; }
}

@media (max-width: 360px) {
  .hero h1 { font-size: 2.58rem; }
  .portrait-caption { width: 92%; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy > *, .hero-visual { animation: none; }
}

/* Reference palette: one cool-blue editorial family across the whole page.
   (color tokens now live in the single :root above — this block only adds section-level background rules) */
body { background: var(--paper); }
.draft-notice { background: #dcecf7; color: var(--ink); border-bottom-color: var(--line); }
.question-section, .profile-materials-section { background: #e2eef6; }
.process-section, .career-proof-section, .cases-section, .faq-section { background: #f7fbfd; }
.principle { background: #d4e7f4; color: var(--ink); }
.principle-mark { border-color: rgba(7,52,95,.28); color: var(--blue); }
.principle > div > p:last-child { color: var(--muted); }
.result-section { background: #f7fbfd; color: var(--ink); }
.result-title .eyebrow, .result-list li > span, .result-list li > svg { color: var(--blue); }
.result-list li { border-top-color: var(--line); }
.result-list p, .result-title > p:last-child { color: var(--muted); }
.about-section { background: #e2eef6; }
.offer-section { background: #dcebf5; }
.application-section { background: #e2eef6; color: var(--ink); }
.application-intro .eyebrow { color: var(--blue); }
.application-intro > p:not(.eyebrow), .application-next p { color: var(--muted); }
.application-usp { border-left-color: var(--blue); background: rgba(255,255,255,.48); }
.application-usp p { color: var(--muted); }
.application-next { border-top-color: var(--line); }
.application-next li { border-bottom-color: var(--line); }
.application-next li > span { color: var(--blue); }
.application-promise { border-top-color: var(--line); color: var(--ink); }
.direct-contact { background: #0875d1; }
.site-footer { background: #0875d1; }
.footer-brand p, .footer-legal p { color: rgba(255,255,255,.72); }
.mobile-sticky { background: rgba(234,243,249,.96); }
