@layer base{*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{margin:0;width:100%;max-width:100%;overflow-x:hidden}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#17131F;background:radial-gradient(circle at 88% 6%,rgba(246,185,74,.22),transparent 30%),radial-gradient(circle at 8% 18%,rgba(42,167,161,.11),transparent 28%),#FFF9EF;font-size:18px;line-height:1.65}button:not(:disabled){cursor:pointer}a{color:inherit}button,a{touch-action:manipulation}:focus-visible{outline:0;box-shadow:0 0 0 4px rgba(42,167,161,.24)}}
:root{--ink:#17131F;--ink2:#332B45;--muted:#625875;--paper:#FFF9EF;--paper2:#FFF3DF;--surface:#fff;--coral:#F26D5B;--coral-dark:#D94F41;--teal:#2AA7A1;--saffron:#F6B94A;--line:rgba(33,27,46,.14);--line2:rgba(33,27,46,.24);--shadow:0 18px 50px rgba(23,19,31,.12);--shadow-soft:0 8px 24px rgba(23,19,31,.08)}
.skip-link{position:absolute;left:16px;top:-80px;background:var(--ink);color:#fff;padding:10px 14px;border-radius:12px;z-index:10}.skip-link:focus{top:12px}.compliance-bar{background:#FFF6D8;color:#6B4C00;text-align:center;font-size:15px;font-weight:750;line-height:1.5;padding:12px 16px}.site-header{width:min(1180px,calc(100% - 32px));height:72px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:850;font-size:18px;min-width:0}.brand-mark{width:32px;height:32px;border-radius:12px;background:var(--ink);color:var(--paper);display:grid;place-items:center;flex:0 0 auto}.nav-links{display:flex;gap:26px;color:var(--ink2);font-size:18px;font-weight:850}.nav-links a{text-decoration:none}.nav-links a:hover{color:var(--ink)}.pill-button,.primary-button,.secondary-button,.ghost-button{min-height:48px;border-radius:999px;border:1px solid transparent;padding:0 22px;font-weight:850;font-size:18px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.pill-button,.primary-button{background:var(--coral);color:#fff;box-shadow:0 12px 24px rgba(242,109,91,.25)}.primary-button:hover,.pill-button:hover{background:var(--coral-dark);transform:translateY(-1px)}.secondary-button{background:rgba(255,255,255,.76);border-color:var(--line2);color:var(--ink)}.ghost-button{background:transparent;color:var(--muted);border-color:transparent}.hero{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:54px 0 76px;display:grid;grid-template-columns:1.02fr .98fr;gap:48px;align-items:start}.badge-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.badge-row span{border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.74);padding:8px 13px;font-size:15px;font-weight:850;line-height:1.2}.hero h1{font-family:Georgia,"Times New Roman",serif;font-size:64px;line-height:1.02;letter-spacing:-.04em;margin:0 0 20px;max-width:620px}.hero-subtitle{font-size:28px;line-height:1.6;color:var(--ink2);font-weight:650;max-width:560px;margin:0 0 14px}.hero-support{color:var(--muted);font-size:15px;max-width:580px;margin:0 0 26px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-actions .primary-button,.hero-actions .secondary-button{min-height:52px;min-width:158px}.micro-proof{font-size:18px;color:var(--muted);font-weight:800;letter-spacing:.01em}.quiz-card{width:100%;max-width:560px;margin-left:auto;background:#fff;border:1px solid var(--line);border-radius:32px;box-shadow:var(--shadow);padding:24px;position:relative;overflow:hidden}.quiz-card:before{content:"";position:absolute;inset:12px;border-radius:24px;background:linear-gradient(145deg,rgba(255,249,239,.86),rgba(255,255,255,.1));pointer-events:none}.quiz-card>*{position:relative}.quiz-top{display:flex;justify-content:space-between;gap:8px;color:var(--muted);font-size:13px;font-weight:850;margin-bottom:10px}.progress{height:8px;border-radius:999px;background:#F1E7D8;overflow:hidden;margin-bottom:22px}.progress span{display:block;height:100%;width:var(--progress,7%);background:var(--teal);border-radius:inherit;transition:width .18s ease}.question-title{font-size:30px;line-height:1.22;margin:0 0 18px}.options{display:grid;gap:12px}.option-tile{width:100%;border:1px solid var(--line);background:#fff;border-radius:18px;min-height:60px;padding:14px 48px 14px 16px;text-align:left;font-size:16px;font-weight:750;line-height:1.35;position:relative;color:var(--ink)}.option-tile:hover,.option-tile:focus-visible{border-color:rgba(242,109,91,.55);box-shadow:var(--shadow-soft)}.option-tile.selected{background:var(--paper2);border-color:var(--coral);box-shadow:inset 4px 0 0 var(--coral)}.option-tile.selected:after{content:"✓";position:absolute;right:16px;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:50%;background:var(--coral);color:white;display:grid;place-items:center;font-size:14px}.quiz-controls{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}.quiz-controls button{min-height:46px;border-radius:999px;font-weight:850;border:1px solid var(--line2);font-size:15px}.quiz-controls .next{background:var(--coral);color:white;border:0}.quiz-controls button:disabled{background:#E6D8C8;color:#8B8176;box-shadow:none;cursor:not-allowed}.quiz-error{color:var(--coral-dark);font-size:13px;font-weight:800;margin:10px 0 0}.tiny-note{font-size:15px;line-height:1.45;color:var(--muted);margin:16px 0 0}.loading-state{text-align:center;padding:54px 10px}.token-row{display:flex;justify-content:center;gap:12px;margin-top:18px}.story-token{width:38px;height:38px;border-radius:15px;background:var(--paper2);border:1px solid var(--line);display:grid;place-items:center;color:var(--coral);font-weight:900}.result-card{background:linear-gradient(145deg,#FFF9EF,#fff 62%);border:1px solid rgba(33,27,46,.16);border-radius:28px;padding:22px;box-shadow:var(--shadow-soft)}.result-label{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:12px;font-weight:900}.result-icon{width:56px;height:56px;border-radius:20px;background:var(--ink);color:var(--paper);display:grid;place-items:center;font-size:28px;margin:14px 0}.result-card h2{font-family:Georgia,serif;font-size:38px;line-height:1.05;margin:0 0 8px}.tagline{font-size:18px;color:var(--ink2);font-weight:750;margin:0 0 12px}.trait-row{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.trait-row span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:6px 10px;font-size:13px;font-weight:800;color:var(--ink2)}.result-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:16px 0}.result-actions .primary-button,.result-actions .secondary-button,.result-actions .ghost-button{width:100%;min-height:50px}.result-actions .ghost-button{grid-column:1/-1;border-color:var(--line);background:rgba(255,255,255,.55)}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.detail-card{background:rgba(255,255,255,.76);border:1px solid var(--line);border-radius:18px;padding:14px}.detail-card h3{font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0 0 6px}.detail-card p{margin:0;color:var(--ink2)}.live-note{min-height:22px;color:var(--teal);font-size:13px;font-weight:850}.section{width:min(1080px,calc(100% - 32px));margin:0 auto;padding:68px 0}.narrow{width:min(1040px,calc(100% - 32px))}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--coral-dark);font-size:12px;font-weight:950;margin:0 0 8px}.section h2{font-family:Georgia,serif;font-size:42px;line-height:1.1;letter-spacing:-.025em;margin:0 0 14px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}.steps-grid article,.archetype-card,.faq-item{background:rgba(255,255,255,.78);border:1px solid var(--line);border-radius:24px;padding:20px;box-shadow:var(--shadow-soft)}.step-token{width:34px;height:34px;border-radius:13px;background:var(--ink);color:var(--paper);display:grid;place-items:center;font-weight:950;margin-bottom:12px}.archetype-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.archetype-card h3{margin:10px 0 6px}.mini-icon{width:42px;height:42px;border-radius:16px;background:var(--paper2);display:grid;place-items:center;font-size:22px}.disclaimer-panel{background:#FFF6D8;border:1px solid rgba(246,185,74,.45);border-radius:28px;padding:32px;margin-top:24px}.faq-list{display:grid;gap:12px;margin-top:22px}.faq-item{padding:0;overflow:hidden}.faq-question{width:100%;min-height:58px;background:transparent;border:0;text-align:left;padding:18px 54px 18px 18px;font-weight:850;font-size:16px;position:relative;color:var(--ink)}.faq-question:after{content:"+";position:absolute;right:20px;top:18px;font-size:22px}.faq-question[aria-expanded="true"]:after{content:"−"}.faq-answer{padding:0 18px 18px;color:var(--muted)}.faq-answer[hidden]{display:none}.bottom-cta{width:min(1040px,calc(100% - 32px));margin:38px auto 70px;background:var(--ink);color:#fff;border-radius:32px;padding:38px;text-align:center}.bottom-cta h2{font-family:Georgia,serif;font-size:38px;line-height:1.1;margin:0 0 10px}.bottom-cta a{display:inline-block;margin-left:16px;color:#FFF3DF;font-weight:800}.site-footer{border-top:1px solid var(--line);width:min(1180px,calc(100% - 32px));margin:0 auto;padding:28px 0 36px;display:flex;justify-content:space-between;gap:18px;color:var(--muted);font-size:14px}.site-footer p{margin:0;max-width:680px}.site-footer nav{display:flex;gap:16px;font-weight:800}.legal-page{width:min(860px,calc(100% - 32px));margin:0 auto;padding:44px 0 80px}.legal-page h1{font-family:Georgia,serif;font-size:48px;line-height:1.08}.legal-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow-soft);margin:18px 0}.legal-card h2{font-size:22px;font-family:Georgia,serif}.legal-card li{margin:8px 0}.contact-box{background:#FFF6D8;border:1px solid rgba(246,185,74,.45);border-radius:20px;padding:18px}
@media (max-width:860px){.site-header{height:auto;min-height:70px}.nav-links{display:none}.brand{font-size:17px}.brand-mark{width:30px;height:30px}.header-start{min-width:76px;padding:0 14px}.hero{display:block;width:calc(100% - 32px);padding:30px 0 48px}.hero h1{font-size:42px;line-height:1.05;letter-spacing:-.035em}.hero-subtitle{font-size:28px}.hero-support{font-size:18px}.hero-actions{display:grid;grid-template-columns:1fr;gap:10px}.hero-actions .primary-button,.hero-actions .secondary-button{width:100%;min-height:52px}.micro-proof{font-size:17px}.quiz-card{max-width:none;margin:26px 0 0;border-radius:26px;padding:20px}.question-title{font-size:24px}.option-tile{min-height:62px;font-size:18px}.section{padding:46px 0}.section h2{font-size:34px}.steps-grid{grid-template-columns:1fr}.archetype-grid{display:flex;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x mandatory}.archetype-card{min-width:220px;scroll-snap-align:start}.detail-grid{grid-template-columns:1fr}.result-card h2{font-size:31px}.result-actions{grid-template-columns:1fr}.result-actions .ghost-button{grid-column:auto}.bottom-cta{padding:28px 18px}.bottom-cta h2{font-size:30px}.bottom-cta .primary-button{width:100%;margin-bottom:12px}.bottom-cta a{margin-left:0}.site-footer{display:block}.site-footer nav{margin-top:14px}.legal-page h1{font-size:40px}}
@media (max-width:374px){.compliance-bar{font-size:15px}.hero h1{font-size:38px}.quiz-controls{grid-template-columns:1fr}.site-footer nav{flex-wrap:wrap}.brand span:last-child{max-width:170px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.primary-button:hover,.pill-button:hover{transform:none}*{transition:none!important}}
/* S4 readability repair: keep visual direction, raise text floors for desktop and mobile. */
.hero-copy p,.section p,.steps-grid p,.archetype-card p,.faq-answer,.disclaimer-panel p,.bottom-cta p,.result-card p,.detail-card p{font-size:18px;line-height:1.65}
.steps-grid h3,.archetype-card h3{font-size:22px;line-height:1.25;margin:12px 0 8px}
.result-actions .primary-button,.result-actions .secondary-button,.result-actions .ghost-button{font-size:18px}
@media (max-width:860px){body{font-size:17px;line-height:1.65}.compliance-bar{font-size:15px}.hero-copy p,.section p,.steps-grid p,.archetype-card p,.faq-answer,.disclaimer-panel p,.bottom-cta p,.result-card p,.detail-card p{font-size:17px}.quiz-top{font-size:15px}.tiny-note{font-size:15px}.quiz-controls button,.primary-button,.secondary-button,.ghost-button,.pill-button{font-size:18px}.steps-grid h3,.archetype-card h3{font-size:21px}.faq-question{font-size:18px}.archetype-grid{margin-left:-2px;margin-right:-2px;max-width:100%}}
/* S4 readability repair overrides: specific classes must stay above generic paragraph/card floors. */
.hero-subtitle{font-size:28px;line-height:1.28}
.hero-support{font-size:20px;line-height:1.65}
.option-tile{font-size:18px;line-height:1.35}
.quiz-top,.quiz-error,.live-note,.detail-card h3,.result-label{font-size:16px}
.eyebrow,.trait-row span{font-size:15px}
@media (max-width:860px){.hero-subtitle{font-size:28px}.hero-support{font-size:18px}.option-tile{font-size:18px}.hero-copy p.hero-subtitle{font-size:28px}.hero-copy p.hero-support{font-size:18px}}
.hero-copy p.hero-subtitle{font-size:28px;line-height:1.28}
.hero-copy p.hero-support{font-size:20px;line-height:1.65}


/* S4 mobile overflow repair: contain every visual block inside 375/390 viewports and keep feedback visible. */
html{min-width:0}body{min-width:0}.compliance-bar,.site-header,.hero,.section,.bottom-cta,.site-footer,.quiz-card,.result-card{max-width:100%;overflow-wrap:anywhere}.hero-copy,.hero-card-wrap,.quiz-card,.result-card,.option-tile,.question-title,.hero h1,.hero-subtitle,.hero-support{min-width:0}.live-note{min-height:24px;margin:12px 0 0;color:var(--teal);font-weight:850}.live-note.is-visible{background:rgba(42,167,161,.1);border:1px solid rgba(42,167,161,.28);border-radius:14px;padding:10px 12px}.primary-button.copied{background:var(--teal);box-shadow:0 12px 24px rgba(42,167,161,.22)}
@media (max-width:860px){.compliance-bar{padding:10px max(16px,env(safe-area-inset-left)) 10px max(16px,env(safe-area-inset-right));font-size:14px;overflow-wrap:normal}.site-header{width:calc(100% - 24px);gap:10px}.pill-button,.primary-button,.secondary-button,.ghost-button{padding-left:18px;padding-right:18px;white-space:normal;text-align:center}.header-start{flex:0 0 auto;min-width:70px}.hero,.section,.bottom-cta,.site-footer{width:calc(100% - 24px);margin-left:auto;margin-right:auto}.hero{padding-top:24px}.badge-row{gap:6px;margin-bottom:16px}.badge-row span{font-size:14px;padding:7px 10px;max-width:100%}.hero h1{font-size:clamp(38px,10.4vw,42px);max-width:100%;overflow-wrap:normal}.hero-copy p.hero-subtitle{font-size:clamp(22px,6.2vw,26px);line-height:1.32;max-width:100%}.hero-copy p.hero-support{font-size:17px;max-width:100%}.micro-proof{font-size:15px;line-height:1.5}.quiz-card{width:100%;margin-top:24px;padding:18px;border-radius:24px}.quiz-card:before{inset:8px;border-radius:20px}.quiz-top{display:grid;grid-template-columns:1fr auto;align-items:start;gap:8px;font-size:14px}.question-title{font-size:clamp(22px,6vw,24px);line-height:1.22}.option-tile{padding:14px 44px 14px 14px;font-size:17px;line-height:1.36;overflow-wrap:anywhere}.option-tile.selected:after{right:12px}.quiz-controls{grid-template-columns:1fr 1fr;gap:10px}.quiz-controls button{min-width:0;font-size:17px}.tiny-note{font-size:14px;line-height:1.45;overflow-wrap:anywhere}.archetype-grid{margin-left:0;margin-right:0;max-width:100%;overflow-x:auto;overscroll-behavior-x:contain}.archetype-card{min-width:min(220px,82vw)}.result-card{padding:18px;border-radius:24px}.trait-row{gap:8px}.trait-row span{max-width:100%;overflow-wrap:anywhere}.result-actions{gap:10px}.detail-card{min-width:0}.bottom-cta h2{font-size:clamp(28px,8vw,30px);overflow-wrap:normal}.site-footer nav{gap:14px}}
@media (max-width:430px){.hero,.section,.bottom-cta,.site-footer,.site-header{width:calc(100% - 20px);margin-left:auto;margin-right:auto}.brand{gap:8px}.brand span:last-child{max-width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quiz-card{padding:16px}.quiz-controls{grid-template-columns:1fr}.result-card h2{font-size:clamp(28px,8.2vw,31px)}.result-actions .primary-button,.result-actions .secondary-button,.result-actions .ghost-button{width:100%}}
@media (max-width:374px){.hero,.section,.bottom-cta,.site-footer,.site-header{width:calc(100% - 16px);margin-left:auto;margin-right:auto}.hero h1{font-size:36px}.hero-copy p.hero-subtitle{font-size:21px}.header-start{min-width:64px;padding-left:12px;padding-right:12px}.badge-row span{font-size:13px}.option-tile{font-size:16px}.question-title{font-size:21px}}


/* S4 mobile review repair: avoid horizontal carousels so visual QA sees no off-screen content at 375/390. */
@media (max-width:860px){.archetype-grid{display:grid;grid-template-columns:1fr;overflow-x:visible;scroll-snap-type:none;padding-bottom:0}.archetype-card{min-width:0;width:100%;scroll-snap-align:none}}

/* S5 layout review repair: unified centered page container with explicit desktop/mobile gutters. */
:root{--page-max:1180px;--page-gutter:56px;--mobile-gutter:24px;--mobile-tight-gutter:20px}.site-header,.hero,.section,.bottom-cta,.site-footer,.legal-page{width:min(var(--page-max),calc(100% - (var(--page-gutter) * 2)));margin-left:auto;margin-right:auto}.hero{grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr)}.hero-copy,.hero-card-wrap,.steps-grid,.section-heading{min-width:0}.section.narrow{width:min(var(--page-max),calc(100% - (var(--page-gutter) * 2)))}
@media (max-width:860px){.compliance-bar{display:block;width:100%;padding:10px var(--mobile-gutter);white-space:normal;overflow-wrap:break-word;text-wrap:pretty}.site-header,.hero,.section,.section.narrow,.bottom-cta,.site-footer,.legal-page{width:calc(100% - (var(--mobile-gutter) * 2));max-width:var(--page-max);margin-left:auto;margin-right:auto}.site-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 0}.brand{min-width:0;max-width:100%}.brand span:last-child{min-width:0;white-space:normal;overflow:visible;text-overflow:clip}.header-start{min-width:0;max-width:124px;padding-left:14px;padding-right:14px;white-space:normal}.hero{display:block}.badge-row{display:flex;flex-wrap:wrap;max-width:100%}.badge-row span{max-width:100%;white-space:normal}.hero-copy,.hero-card-wrap,.hero h1,.hero-subtitle,.hero-support,.micro-proof{width:100%;max-width:100%}.hero-card-wrap{margin-top:24px}.quiz-card{width:100%;max-width:100%;margin-left:0;margin-right:0}.quiz-top{grid-template-columns:1fr;gap:4px}.options,.quiz-controls{grid-template-columns:1fr}.option-tile,.quiz-controls button,.hero-actions .primary-button,.hero-actions .secondary-button{width:100%;max-width:100%;white-space:normal;overflow-wrap:break-word}.option-tile{padding-right:40px}.bottom-cta .primary-button{max-width:100%;white-space:normal}}
@media (max-width:430px){.site-header,.hero,.section,.section.narrow,.bottom-cta,.site-footer,.legal-page{width:calc(100% - (var(--mobile-tight-gutter) * 2))}.compliance-bar{padding-left:var(--mobile-tight-gutter);padding-right:var(--mobile-tight-gutter)}.header-start{max-width:112px;padding-left:12px;padding-right:12px}}
@media (max-width:374px){.site-header,.hero,.section,.section.narrow,.bottom-cta,.site-footer,.legal-page{width:calc(100% - (var(--mobile-tight-gutter) * 2))}.site-header{grid-template-columns:minmax(0,1fr) minmax(82px,auto)}.header-start{max-width:100%;font-size:16px}.brand span:last-child{max-width:150px}}

/* S5 compact hero repair: 1440x900 first view must contain the full hero and quiz panel. */
@media (min-width:861px){:root{--page-max:1280px}.compliance-bar{font-size:12px;line-height:1.3;padding:6px 16px}.site-header,.hero,.section,.section.narrow,.bottom-cta,.site-footer,.legal-page{width:min(var(--page-max),calc(100% - (var(--page-gutter) * 2)))}.site-header{height:52px}.brand,.nav-links,.pill-button,.primary-button,.secondary-button,.ghost-button{font-size:15px}.pill-button,.primary-button,.secondary-button,.ghost-button{min-height:40px;padding-left:18px;padding-right:18px}.hero{grid-template-columns:minmax(0,1.12fr) minmax(500px,.88fr);gap:54px;padding-top:16px;padding-bottom:30px}.badge-row{gap:6px;margin-bottom:10px}.badge-row span{font-size:12px;padding:5px 10px}.hero h1{font-size:40px;line-height:1.02;max-width:760px;margin-bottom:10px}.hero-copy p.hero-subtitle,.hero-subtitle{font-size:18px;line-height:1.28;max-width:730px;margin-bottom:8px}.hero-copy p.hero-support,.hero-support{font-size:14px;line-height:1.43;max-width:730px;margin-bottom:14px}.hero-actions{gap:9px}.hero-actions .primary-button,.hero-actions .secondary-button{min-height:40px;min-width:138px}.micro-proof{font-size:12px;margin-top:8px}.quiz-card{max-width:540px;padding:14px;border-radius:24px}.quiz-card:before{inset:8px;border-radius:19px}.quiz-top{font-size:12px;margin-bottom:6px}.progress{height:6px;margin-bottom:10px}.question-title{font-size:19px;line-height:1.16;margin-bottom:10px}.options{gap:6px}.option-tile{font-size:14px;min-height:40px;padding:8px 38px 8px 12px;border-radius:14px}.option-tile.selected:after{right:12px;width:20px;height:20px;font-size:12px}.quiz-controls{gap:8px;margin-top:10px}.quiz-controls button{font-size:13px;min-height:38px}.quiz-error,.live-note{font-size:12px}.tiny-note{font-size:12px;line-height:1.3;margin-top:8px}}
