

:root { --font-display: Georgia, 'Times New Roman'; --font-sans: Arial, Helvetica; --ink:#241a31; --muted:#6e6578; --paper:#fbf8f2; --cream:#f4eee3; --plum:#63395f; --plum-deep:#39223f; --violet:#76528d; --gold:#c69b52; --line:#ded3c6; --white:#fffdf9; --green:#315c56; --shadow:0 22px 70px rgba(48,31,54,.12); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:var(--font-sans),sans-serif; font-size:17px; line-height:1.7; }
img { display:block; max-width:100%; }
a { color:inherit; text-decoration:none; }
button,input,select,textarea { font:inherit; }
button,a { -webkit-tap-highlight-color:transparent; }
h1,h2,h3 { font-family:var(--font-display),serif; line-height:1.03; letter-spacing:-.025em; margin:0; }
h1 { font-size:clamp(3rem,7vw,5.9rem); font-weight:600; }
h2 { font-size:clamp(2.35rem,5vw,4rem); font-weight:600; }
h3 { font-size:1.65rem; font-weight:600; }
p { margin:0; }
.skip-link { position:fixed; left:1rem; top:-4rem; z-index:100; background:white; padding:.7rem 1rem; border-radius:.5rem; }
.skip-link:focus { top:1rem; }
.site-header { position:sticky; top:0; z-index:50; background:rgba(251,248,242,.94); border-bottom:1px solid rgba(99,57,95,.12); backdrop-filter:blur(16px); }
.header-inner { max-width:1240px; margin:auto; min-height:76px; padding:0 28px; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.brand { display:inline-flex; align-items:center; gap:10px; font-family:var(--font-display),serif; font-size:1.55rem; font-weight:700; white-space:nowrap; }
.brand>span:last-child>span { color:var(--plum); }
.brand-mark { width:36px; height:36px; border-radius:50%; display:grid; place-items:center; color:var(--gold); background:var(--plum-deep); font-size:1.1rem; }
.desktop-nav { display:flex; align-items:center; gap:27px; color:#51475b; font-size:.92rem; font-weight:600; }
.site-header nav a:hover,.site-header nav a:focus-visible { color:var(--plum); }
.header-actions { display:flex; align-items:center; gap:10px; }
.header-offer-cta,.primary-button,.secondary-button { display:inline-flex; align-items:center; justify-content:center; gap:8px; min-height:50px; border-radius:999px; border:0; padding:12px 22px; font-weight:700; cursor:pointer; transition:transform .18s ease,box-shadow .18s ease,background .18s ease; }
.header-offer-cta,.primary-button { color:white; background:var(--plum); box-shadow:0 10px 25px rgba(99,57,95,.2); }
.header-offer-cta { min-height:43px; padding:8px 18px; font-size:.9rem; }
.header-offer-cta:hover,.primary-button:hover { transform:translateY(-2px); background:#75446f; box-shadow:0 14px 30px rgba(99,57,95,.28); }
.offer-mobile-label,.mobile-menu { display:none; }
.mobile-menu { position:relative; }
.mobile-menu summary { min-width:46px; min-height:46px; display:grid; place-items:center; gap:2px; padding:4px; list-style:none; border:1px solid rgba(99,57,95,.22); border-radius:14px; background:var(--white); color:var(--plum); cursor:pointer; }
.mobile-menu summary::-webkit-details-marker { display:none; }
.menu-icon { width:21px; display:grid; gap:4px; }
.menu-icon i { display:block; height:2px; border-radius:2px; background:currentColor; transition:transform .18s ease,opacity .18s ease; }
.menu-label { font-size:.62rem; line-height:1; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.mobile-menu[open] .menu-icon i:first-child { transform:translateY(6px) rotate(45deg); }
.mobile-menu[open] .menu-icon i:nth-child(2) { opacity:0; }
.mobile-menu[open] .menu-icon i:last-child { transform:translateY(-6px) rotate(-45deg); }
.mobile-menu-panel { position:absolute; top:calc(100% + 11px); right:0; width:min(360px,calc(100vw - 24px)); max-height:calc(100dvh - 88px); overflow:auto; padding:14px; border:1px solid var(--line); border-radius:20px; background:var(--white); box-shadow:0 22px 60px rgba(36,26,49,.2); }
.mobile-menu-panel nav { display:grid; gap:0; }
.mobile-menu-panel nav a { min-height:48px; display:flex; align-items:center; padding:10px 12px; border-bottom:1px solid var(--line); color:var(--ink); font-weight:700; }
.mobile-menu-panel nav a:last-child { border-bottom:0; }
.mobile-menu-offer { display:grid; grid-template-columns:38px 1fr; gap:11px; align-items:center; margin-top:12px; padding:14px; border-radius:15px; background:linear-gradient(135deg,var(--plum-deep),var(--plum)); color:white; }
.mobile-menu-offer>span { width:38px; height:38px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.35); border-radius:50%; color:#dfbd77; font-size:1.1rem; }
.mobile-menu-offer strong,.mobile-menu-offer small { display:block; }
.mobile-menu-offer strong { font-size:.88rem; line-height:1.3; }
.mobile-menu-offer small { margin-top:3px; color:#e8dde7; font-size:.7rem; line-height:1.35; }
.secondary-button { color:var(--plum); background:transparent; border:1px solid var(--plum); }
.eyebrow { display:block; color:var(--plum); font-size:.78rem; line-height:1.3; font-weight:800; letter-spacing:.16em; text-transform:uppercase; }
.home-hero { max-width:1360px; margin:auto; min-height:720px; padding:70px 60px 75px; display:grid; grid-template-columns:1.05fr .95fr; align-items:center; gap:70px; }
.hero-copy h1 { max-width:790px; margin:18px 0 24px; }
.hero-copy>p { max-width:690px; color:var(--muted); font-size:1.16rem; line-height:1.8; }
.hero-points { display:flex; flex-wrap:wrap; gap:14px 24px; margin-top:28px; color:var(--green); font-size:.9rem; font-weight:700; }
.hero-image-wrap { position:relative; }
.hero-image-wrap img { width:100%; aspect-ratio:1.05/1; object-fit:cover; border-radius:52% 48% 46% 54% / 42% 47% 53% 58%; box-shadow:var(--shadow); }
.floating-note { position:absolute; left:-30px; bottom:45px; display:flex; align-items:center; gap:13px; padding:15px 20px; background:rgba(255,253,249,.94); border:1px solid rgba(198,155,82,.4); border-radius:18px; box-shadow:var(--shadow); }
.floating-note>span { font-size:1.8rem; color:var(--gold); }
.floating-note strong,.floating-note small { display:block; }
.floating-note small { color:var(--muted); font-size:.78rem; }
.section-wrap { width:min(1180px,calc(100% - 44px)); margin:0 auto; padding:88px 0; }
.section-heading { max-width:760px; margin-bottom:36px; }
.section-heading h2 { margin:12px 0 16px; }
.section-heading p,.split-heading>p { color:var(--muted); font-size:1.05rem; }
.split-heading { max-width:none; display:grid; grid-template-columns:1fr .65fr; align-items:end; gap:50px; }
.home-calculator { padding-top:25px; }
.calculator-shell { background:var(--white); border:1px solid var(--line); border-radius:28px; padding:clamp(22px,4vw,42px); box-shadow:var(--shadow); }
.calculator-compact { background:linear-gradient(135deg,#fffdf9 0%,#f5eefa 100%); }
.calculator-heading { display:flex; align-items:start; justify-content:space-between; gap:20px; margin-bottom:25px; }
.calculator-heading h2 { font-size:clamp(2rem,4vw,3rem); margin-top:7px; }
.privacy-note { white-space:nowrap; color:var(--green); font-size:.8rem; font-weight:700; background:#edf5f1; padding:7px 12px; border-radius:999px; }
.calculator-form { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:17px; margin-bottom:22px; }
.field { display:flex; flex-direction:column; gap:7px; color:#46394f; font-size:.9rem; font-weight:700; }
.field-wide { grid-column:1/-1; }
.field input,.field select,.field textarea { width:100%; min-height:52px; border:1px solid #cabfcf; border-radius:13px; background:white; color:var(--ink); padding:11px 14px; outline:none; }
.field textarea { resize:vertical; }
.field input:focus,.field select:focus,.field textarea:focus { border-color:var(--plum); box-shadow:0 0 0 4px rgba(99,57,95,.09); }
.field small { color:var(--muted); font-size:.78rem; line-height:1.5; font-weight:400; }
.calculator-shell>.primary-button { width:100%; }
.result-panel { margin-top:24px; padding:25px; border-radius:20px; background:var(--plum-deep); color:white; }
.result-panel .eyebrow { color:#dfbd77; }
.result-panel h3 { margin:7px 0 11px; font-size:2rem; }
.result-panel p { color:#e9dfeb; }
.result-panel ul { margin:17px 0 0; padding-left:20px; color:#e9dfeb; }
.result-values { display:grid; grid-template-columns:repeat(auto-fit,minmax(110px,1fr)); gap:10px; margin-top:20px; }
.result-values div { padding:12px 14px; border:1px solid rgba(255,255,255,.16); border-radius:13px; background:rgba(255,255,255,.06); }
.result-values span,.result-values strong { display:block; }
.result-values span { font-size:.72rem; text-transform:uppercase; letter-spacing:.08em; color:#cbbdcd; }
.category-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.category-card { display:grid; grid-template-columns:180px 1fr; gap:24px; align-items:center; overflow:hidden; background:var(--white); border:1px solid var(--line); border-radius:22px; padding:16px; }
.category-card img { width:180px; height:190px; object-fit:cover; border-radius:14px; }
.category-card h3 { margin:7px 0 8px; }
.category-card p { color:var(--muted); font-size:.9rem; line-height:1.6; }
.text-link { display:inline-block; margin-top:12px; color:var(--plum); font-weight:800; font-size:.9rem; }
.dark-section { background:var(--plum-deep); color:white; }
.dark-section .eyebrow { color:#dfbd77; }
.tool-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:17px; }
.tool-card { min-height:245px; display:flex; flex-direction:column; background:var(--white); color:var(--ink); border:1px solid var(--line); border-radius:20px; padding:24px; }
.tool-grid-dark .tool-card { background:rgba(255,255,255,.07); color:white; border-color:rgba(255,255,255,.14); }
.tool-card-icon { display:grid; place-items:center; width:42px; height:42px; margin-bottom:19px; border-radius:50%; color:var(--gold); background:rgba(198,155,82,.12); }
.tool-card>div>span { color:var(--plum); text-transform:uppercase; letter-spacing:.12em; font-size:.68rem; font-weight:800; }
.tool-grid-dark .tool-card>div>span,.tool-grid-dark .text-link { color:#dfbd77; }
.tool-card h3 { margin:4px 0 8px; font-size:1.4rem; }
.tool-card p { color:var(--muted); font-size:.88rem; line-height:1.55; }
.tool-grid-dark .tool-card p { color:#d8cdda; }
.tool-card>.text-link { margin-top:auto; }
.center-link { display:flex; justify-content:center; margin-top:34px; }
.light-button { color:white; border-color:rgba(255,255,255,.7); }
.meaning-section>div:first-child { max-width:700px; }
.meaning-steps { margin-top:38px; display:grid; grid-template-columns:1fr 1fr auto 1fr; gap:20px; align-items:center; }
.meaning-steps article { padding:24px; border-top:1px solid var(--gold); }
.meaning-steps article>span { color:var(--gold); font-family:var(--font-display); font-size:1.4rem; }
.meaning-steps h3 { margin:8px 0; }
.meaning-steps p { color:var(--muted); font-size:.9rem; }
.step-arrow { color:var(--gold); font-size:2rem; }
.offer-cta { display:grid; grid-template-columns:120px 1fr; gap:30px; align-items:center; border-radius:28px; padding:42px; background:linear-gradient(135deg,#ede4f3,#f6ecdf); border:1px solid #d9c7d4; }
.offer-orbit { width:106px; aspect-ratio:1; border:1px solid var(--gold); border-radius:50%; display:grid; place-items:center; color:var(--gold); font-size:2rem; position:relative; }
.offer-orbit:before { content:""; position:absolute; inset:13px; border:1px dashed rgba(99,57,95,.35); border-radius:50%; }
.offer-cta h2 { font-size:clamp(2rem,4vw,3.2rem); margin:8px 0 11px; }
.offer-cta p { max-width:760px; color:#5f5368; }
.offer-actions { display:flex; align-items:center; gap:18px; margin-top:20px; }
.offer-actions small { max-width:320px; color:var(--muted); line-height:1.4; }
.site-footer { padding:64px max(22px,calc((100% - 1180px)/2)); background:#211727; color:#f7eef6; }
.footer-grid { display:grid; grid-template-columns:1.3fr repeat(3,.7fr); gap:50px; }
.site-footer .brand { margin-bottom:15px; }
.site-footer p { color:#cbbdcd; font-size:.85rem; }
.site-footer h2 { font-family:var(--font-sans); font-size:.78rem; text-transform:uppercase; letter-spacing:.12em; color:#dfbd77; margin-bottom:14px; }
.site-footer div>div>a:not(.brand) { display:block; color:#e8dde7; font-size:.88rem; margin:7px 0; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.12); margin-top:45px; padding-top:22px; display:flex; justify-content:space-between; gap:35px; }
.footer-bottom p:last-child { max-width:720px; text-align:right; }
.breadcrumbs { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:25px; color:var(--muted); font-size:.8rem; }
.breadcrumbs>span { display:flex; gap:8px; }
.breadcrumbs a:hover { color:var(--plum); text-decoration:underline; }
.inner-hero { width:min(1240px,calc(100% - 44px)); margin:0 auto; padding:64px 0 50px; }
.category-hero { display:grid; grid-template-columns:1fr .8fr; gap:64px; align-items:center; }
.category-hero h1,.tool-hero h1 { margin:12px 0 20px; }
.category-hero p,.tool-hero>p { max-width:760px; color:var(--muted); font-size:1.12rem; }
.category-hero img { width:100%; height:390px; object-fit:cover; border-radius:30px; box-shadow:var(--shadow); }
.category-calculator { padding-top:35px; }
.content-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:22px; padding-top:35px; padding-bottom:35px; }
.prose-card,.use-case-card { background:var(--white); border:1px solid var(--line); border-radius:23px; padding:34px; }
.prose-card h2,.use-case-card h2 { font-size:2.5rem; margin:10px 0 18px; }
.prose-card h3 { margin:26px 0 8px; }
.prose-card p,.use-case-card li { color:var(--muted); }
.use-case-card { background:var(--plum-deep); color:white; }
.use-case-card .eyebrow { color:#dfbd77; }
.use-case-card li { color:#e8dde7; margin:13px 0; }
.compact-category-grid .category-card { grid-template-columns:110px 1fr; }
.compact-category-grid .category-card img { width:110px; height:140px; }
.tool-hero { width:min(1000px,calc(100% - 44px)); margin:0 auto; padding:58px 0 43px; text-align:center; }
.tool-hero .breadcrumbs { justify-content:center; }
.tool-hero>p { margin:0 auto; }
.tool-hero .hero-points { justify-content:center; }
.tool-main { width:min(1180px,calc(100% - 44px)); margin:0 auto; padding:15px 0 80px; display:grid; grid-template-columns:minmax(0,1fr) 340px; gap:30px; align-items:start; }
.tool-content { margin-top:30px; }
.tool-content>section { padding:42px 10px; border-bottom:1px solid var(--line); }
.tool-content>section h2 { font-size:clamp(2rem,4vw,3.1rem); margin:10px 0 18px; }
.tool-content>section>p { color:var(--muted); margin:0 0 15px; }
.scenario-box { margin-top:25px; padding:22px 24px; border-left:4px solid var(--gold); background:var(--cream); border-radius:0 16px 16px 0; }
.scenario-box strong { color:var(--plum); }
.scenario-box p { color:var(--muted); margin-top:5px; }
.numbered-steps { list-style:none; margin:24px 0 0; padding:0; display:grid; gap:18px; }
.numbered-steps li { display:grid; grid-template-columns:46px 1fr; gap:15px; align-items:start; }
.numbered-steps li>span { width:42px; height:42px; border-radius:50%; display:grid; place-items:center; color:var(--plum); background:#efe4ee; font-weight:800; }
.numbered-steps strong { display:block; }
.numbered-steps p { color:var(--muted); font-size:.9rem; }
.tool-content>.method-note { display:grid; grid-template-columns:52px 1fr; gap:18px; border:0; margin-top:25px; padding:27px; border-radius:18px; background:#eee8f2; }
.method-note>span { width:48px; height:48px; border-radius:50%; display:grid; place-items:center; background:var(--plum); color:white; font-size:1.4rem; }
.method-note h3 { margin-bottom:4px; }
.method-note p { color:var(--muted); }
.method-note a { display:inline-block; margin-top:8px; color:var(--plum); font-weight:800; }
.tool-sidebar { position:sticky; top:98px; display:grid; gap:20px; }
.offer-cta-compact { display:block; padding:25px; }
.offer-cta-compact .offer-orbit { width:66px; margin-bottom:18px; }
.offer-cta-compact h2 { font-size:2rem; }
.offer-cta-compact .offer-actions { display:grid; }
.offer-cta-compact .primary-button { font-size:.85rem; padding:10px 15px; text-align:center; }
.sidebar-links { padding:25px; border:1px solid var(--line); border-radius:20px; background:var(--white); }
.sidebar-links h2 { font-size:2rem; margin:7px 0 15px; }
.sidebar-links>a { display:block; padding:13px 0; border-top:1px solid var(--line); }
.sidebar-links>a strong,.sidebar-links>a span { display:block; }
.sidebar-links>a strong { font-size:.9rem; }
.sidebar-links>a span { color:var(--muted); font-size:.76rem; line-height:1.45; }
.related-band { background:var(--cream); }
.faq-section { max-width:900px; }
.faq-section details { border-top:1px solid var(--line); }
.faq-section details:last-child { border-bottom:1px solid var(--line); }
.faq-section summary { cursor:pointer; list-style:none; padding:20px 45px 20px 0; font-family:var(--font-display); font-size:1.45rem; font-weight:600; position:relative; }
.faq-section summary:after { content:"+"; position:absolute; right:8px; color:var(--plum); }
.faq-section details[open] summary:after { content:"−"; }
.faq-section details p { color:var(--muted); padding:0 45px 22px 0; }
.quiz-grid { display:contents; }
.directory-hero { max-width:900px; }
.directory-controls { display:grid; grid-template-columns:1fr 320px; gap:18px; margin-bottom:12px; padding:24px; border:1px solid var(--line); border-radius:20px; background:var(--white); }
.directory-count { margin:0 0 25px; color:var(--muted); font-size:.86rem; }
.empty-state { padding:60px; text-align:center; border:1px dashed var(--line); border-radius:20px; }
.empty-state p { color:var(--muted); }
.utility-content { display:grid; grid-template-columns:minmax(0,1fr) 410px; gap:45px; align-items:start; padding-top:25px; }
.utility-content>article { max-width:750px; }
.utility-content>article h2 { margin:34px 0 10px; font-size:2.35rem; }
.utility-content>article h2:first-child { margin-top:0; }
.utility-content>article p { color:var(--muted); margin-bottom:14px; }
.utility-content>aside { display:grid; gap:20px; }
.tool-finder { padding:25px; border-radius:20px; background:var(--plum-deep); color:white; }
.tool-finder>label { display:block; margin-bottom:12px; font-family:var(--font-display); font-size:1.6rem; line-height:1.1; }
.tool-finder>div { display:grid; gap:10px; }
.tool-finder select { width:100%; min-height:48px; padding:9px 12px; border:1px solid rgba(255,255,255,.2); border-radius:12px; background:white; color:var(--ink); }
.tool-finder .secondary-button { color:white; border-color:rgba(255,255,255,.55); }
.mini-tool>.eyebrow { margin-bottom:9px; }
.mini-tool .calculator-heading { display:none; }
.mini-tool .calculator-shell { padding:20px; }

@media (max-width:980px) { .desktop-nav { display:none; } .mobile-menu { display:block; } .home-hero { grid-template-columns:1fr; padding:55px 34px; gap:40px; } .hero-image-wrap { max-width:680px; margin:auto; } .hero-image-wrap img { aspect-ratio:1.35/1; } .split-heading { grid-template-columns:1fr; gap:12px; } .category-grid { grid-template-columns:1fr; } .tool-grid { grid-template-columns:repeat(2,1fr); } .footer-grid { grid-template-columns:1fr 1fr; } .category-hero { grid-template-columns:1fr; gap:30px; } .category-hero img { height:340px; } .tool-main { grid-template-columns:1fr; } .tool-sidebar { position:static; grid-template-columns:1fr 1fr; } .utility-content { grid-template-columns:1fr; } .utility-content>aside { grid-template-columns:1fr 1fr; } }
@media (max-width:680px) { body { font-size:16px; } .header-inner { min-height:67px; padding:0 12px; gap:8px; } .brand { gap:7px; font-size:1.16rem; } .brand-mark { width:31px; height:31px; } .header-actions { gap:6px; } .header-offer-cta { min-height:42px; padding:8px 11px; font-size:.72rem; box-shadow:none; } .offer-desktop-label { display:none; } .offer-mobile-label { display:inline; } .home-hero { padding:42px 22px 58px; min-height:0; } h1 { font-size:3.25rem; } .hero-copy>p { font-size:1.03rem; } .hero-points { display:grid; gap:7px; } .hero-image-wrap img { aspect-ratio:1/1; } .floating-note { left:10px; right:10px; bottom:15px; } .section-wrap { width:min(100% - 30px,1180px); padding:64px 0; } .section-heading { margin-bottom:26px; } .calculator-shell { border-radius:20px; padding:20px 16px; } .calculator-heading { display:block; } .privacy-note { display:inline-block; margin-top:10px; } .calculator-form { grid-template-columns:1fr; } .field-wide { grid-column:auto; } .category-card { grid-template-columns:110px 1fr; gap:15px; } .category-card img { width:110px; height:155px; } .category-card h3 { font-size:1.3rem; } .category-card p { display:none; } .tool-grid { grid-template-columns:1fr; } .tool-card { min-height:210px; } .meaning-steps { grid-template-columns:1fr; } .step-arrow { display:none; } .offer-cta { grid-template-columns:1fr; padding:28px 20px; } .offer-orbit { width:82px; } .offer-actions { align-items:stretch; flex-direction:column; } .footer-grid { grid-template-columns:1fr 1fr; gap:36px 24px; } .footer-grid>div:first-child { grid-column:1/-1; } .footer-bottom { flex-direction:column; } .footer-bottom p:last-child { text-align:left; } .inner-hero,.tool-hero,.tool-main { width:calc(100% - 30px); } .category-hero img { height:240px; } .content-grid { grid-template-columns:1fr; } .prose-card,.use-case-card { padding:25px 20px; } .tool-hero { text-align:left; } .tool-hero .breadcrumbs,.tool-hero .hero-points { justify-content:flex-start; } .tool-sidebar { grid-template-columns:1fr; } .tool-content>section { padding:35px 0; } .numbered-steps li { grid-template-columns:40px 1fr; } .tool-content>.method-note { grid-template-columns:1fr; } .directory-controls { grid-template-columns:1fr; padding:18px; } .utility-content>aside { grid-template-columns:1fr; } }
@media (max-width:380px) { .brand { font-size:1.02rem; } .brand-mark { width:29px; height:29px; } .header-offer-cta { padding:7px 9px; font-size:.66rem; } .mobile-menu summary { min-width:43px; min-height:43px; } }

.static-calculator [hidden]{display:none}.static-calculator [name=fields]{display:grid}.static-calculator .result-panel{margin-top:24px}