:root {
  --ink: #281d2c;
  --muted: #6f6572;
  --paper: #fffdfc;
  --soft: #fff5f5;
  --soft-2: #f8f5f7;
  --line: #eadfe4;
  --accent: #df3f67;
  --accent-dark: #bd274e;
  --accent-pale: #ffe3e9;
  --plum: #6d365f;
  --green: #39715c;
  --shadow: 0 18px 55px rgba(79, 32, 54, 0.11);
  --font-heading: Inter, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
[hidden] { display: none !important; }
a { color: inherit; }
button, input { font: inherit; }
button, summary { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }

.site-header { background: rgba(255, 253, 252, .94); border-bottom: 1px solid rgba(234, 223, 228, .82); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(14px); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; line-height: 1.15; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; background: var(--accent); color: white; border-radius: 12px 12px 15px 15px; box-shadow: inset 0 -4px 9px rgba(108, 16, 47, .13); transform: rotate(-2deg); }
.brand-mark span { transform: rotate(2deg); font-size: 17px; }
.brand-name { font-size: 15px; letter-spacing: -.02em; }
.brand-name strong { display: block; font-size: 16px; }
.primary-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 650; }
.primary-nav > a, .tools-menu > summary { text-decoration: none; color: #514653; cursor: pointer; }
.primary-nav > a:hover, .tools-menu > summary:hover { color: var(--accent); }
.tools-menu { position: relative; }
.tools-menu summary { list-style: none; }
.tools-menu summary::-webkit-details-marker { display: none; }
.tools-popover { position: absolute; top: 38px; left: -18px; width: 250px; padding: 9px; display: grid; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
.tools-popover a { padding: 9px 11px; text-decoration: none; border-radius: 10px; }
.tools-popover a:hover { background: var(--soft); color: var(--accent-dark); }
.primary-nav .nav-cta { background: var(--ink); color: white; padding: 10px 16px; border-radius: 999px; }
.primary-nav .nav-cta:hover { background: var(--accent-dark); color: white; }
.mobile-menu { display: none; position: relative; }
.mobile-menu > summary { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: white; list-style: none; cursor: pointer; display: grid; align-content: center; justify-content: center; gap: 5px; }
.mobile-menu > summary::-webkit-details-marker { display: none; }
.mobile-menu > summary span { display: block; width: 19px; height: 2px; border-radius: 999px; background: var(--ink); transition: transform .18s ease, opacity .18s ease; }
.mobile-menu[open] > summary span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-menu[open] > summary span:nth-child(2) { opacity: 0; }
.mobile-menu[open] > summary span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu nav { position: absolute; top: 52px; right: 0; width: min(292px, calc(100vw - 28px)); padding: 10px; display: grid; background: white; border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow); }
.mobile-menu nav a { padding: 10px 12px; border-radius: 10px; color: #514653; text-decoration: none; font-size: 14px; font-weight: 700; }
.mobile-menu nav a:hover { background: var(--soft); color: var(--accent-dark); }

.hero { padding-top: 76px; padding-bottom: 82px; text-align: center; position: relative; }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; filter: blur(1px); z-index: -1; }
.hero::before { width: 280px; height: 280px; background: radial-gradient(circle, rgba(255, 219, 227, .65), rgba(255,255,255,0) 68%); top: 15px; left: -120px; }
.hero::after { width: 330px; height: 330px; background: radial-gradient(circle, rgba(239, 224, 242, .7), rgba(255,255,255,0) 70%); right: -150px; bottom: 10px; }
.hero-copy { max-width: 800px; margin: 0 auto 34px; }
.eyebrow { color: var(--accent-dark); text-transform: uppercase; letter-spacing: .13em; font-weight: 800; font-size: 12px; margin: 0 0 12px; }
.eyebrow span { font-size: 11px; }
h1, h2, h3 { margin-top: 0; }
p { margin: 0 0 1rem; }
h1 { font-family: var(--font-heading); font-size: clamp(42px, 6vw, 72px); line-height: 1.04; letter-spacing: -.045em; margin-bottom: 19px; font-weight: 750; }
h2 { font-family: var(--font-heading); font-size: clamp(31px, 4vw, 47px); line-height: 1.12; letter-spacing: -.03em; margin-bottom: 16px; font-weight: 750; }
h3 { font-family: var(--font-heading); line-height: 1.28; }
.hero-intro { font-size: clamp(17px, 2vw, 20px); color: var(--muted); max-width: 680px; margin: 0 auto; }
.calculator-card { text-align: left; max-width: 840px; margin: 0 auto; border: 1px solid var(--line); background: rgba(255,255,255,.96); padding: 34px; border-radius: 28px; box-shadow: var(--shadow); }
.name-fields { display: grid; grid-template-columns: 1fr 42px 1fr; gap: 12px; align-items: end; }
.name-fields label { display: grid; gap: 8px; font-weight: 750; font-size: 14px; }
.name-fields input { width: 100%; height: 56px; border: 1.5px solid #d9ccd2; background: #fff; border-radius: 13px; padding: 0 16px; color: var(--ink); outline: none; transition: .18s ease; }
.name-fields input::placeholder { color: #756b70; }
.name-fields input:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(223, 63, 103, .11); }
.heart-divider { width: 38px; height: 38px; margin-bottom: 9px; border-radius: 50%; background: var(--accent-pale); color: var(--accent); display: grid; place-items: center; }
.primary-button, .secondary-button, .quiet-button { border: 0; cursor: pointer; font-weight: 800; border-radius: 13px; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.primary-button { min-height: 56px; width: 100%; margin-top: 22px; background: #d7375f; color: white; padding: 14px 22px; box-shadow: 0 10px 20px rgba(198, 42, 82, .17); }
.primary-button:hover { background: var(--accent-dark); transform: translateY(-1px); }
.primary-button:focus-visible, .secondary-button:focus-visible, .quiet-button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #d7375f; outline-offset: 3px; }
.form-error { color: #a51d40; background: #fff1f4; border-radius: 10px; padding: 9px 12px; margin: 14px 0 -7px; font-size: 14px; }
.privacy-note { margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.privacy-note span { color: var(--green); }
.noscript-note { max-width: 840px; margin: 18px auto 0; color: #a51d40; font-size: 14px; }

.result-card:focus { outline: none; }
.result-card[tabindex="-1"]:focus-visible { outline: 3px solid #d7375f; outline-offset: 5px; }
.result-topline { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.result-pill { display: inline-flex; align-items: center; gap: 7px; color: var(--accent-dark); background: var(--accent-pale); border-radius: 999px; padding: 6px 11px; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.quiet-button { color: var(--muted); background: transparent; padding: 7px; }
.quiet-button:hover { color: var(--accent-dark); }
.result-card h2 { font-size: clamp(29px, 5vw, 42px); text-align: center; margin: 16px 0 21px; }
.result-card h2 span { color: var(--accent); padding: 0 6px; }
.result-card h2 .result-name { color: inherit; padding: 0; }
.result-summary { display: grid; grid-template-columns: 160px 1fr; align-items: center; gap: 30px; max-width: 650px; margin: 0 auto 28px; }
.score-ring { width: 156px; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--accent) var(--score), #f2e7eb 0); position: relative; }
.score-ring::after { content: ""; position: absolute; inset: 10px; background: white; border-radius: 50%; }
.score-ring div { position: relative; z-index: 1; text-align: center; display: grid; line-height: 1.05; }
.score-ring strong { font-family: var(--font-heading); font-size: 39px; letter-spacing: -.04em; }
.score-ring span { color: var(--muted); font-size: 12px; margin-top: 5px; font-weight: 700; }
.result-copy .result-label { font-family: var(--font-heading); color: var(--plum); font-weight: 750; font-size: 25px; margin-bottom: 6px; }
.result-copy p:last-child { color: var(--muted); margin-bottom: 0; }
.breakdown { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 25px; border-top: 1px solid var(--line); padding-top: 24px; }
.meter-label { display: flex; justify-content: space-between; gap: 10px; font-size: 13px; margin-bottom: 7px; color: var(--muted); }
.meter-label strong { color: var(--ink); }
.meter-track { background: #f0e8eb; height: 7px; border-radius: 999px; overflow: hidden; }
.meter-track span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #ee7892, var(--accent)); animation: meter-reveal .65s ease both; }
@keyframes meter-reveal { from { width: 0; } }
.result-actions { display: flex; align-items: center; gap: 11px; margin-top: 25px; flex-wrap: wrap; }
.primary-button.compact { width: auto; min-height: 48px; margin: 0; padding: 10px 19px; }
.secondary-button { min-height: 48px; background: white; border: 1px solid #d9ccd2; color: var(--ink); padding: 10px 18px; }
.secondary-button:hover { border-color: var(--accent); color: var(--accent-dark); }
.action-notice { color: var(--green); font-size: 13px; font-weight: 750; }

.section { padding-top: 92px; padding-bottom: 92px; }
.section-heading { margin-bottom: 36px; }
.section-heading h2 { margin-bottom: 10px; }
.section-heading p:last-child { color: var(--muted); margin-bottom: 0; }
.split-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; }
.split-heading > p { max-width: 430px; }
.centred-heading { max-width: 710px; margin-inline: auto; text-align: center; margin-bottom: 38px; }
.tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.tool-card { position: relative; min-height: 164px; border: 1px solid var(--line); border-radius: 21px; background: white; padding: 23px; display: flex; flex-direction: column; justify-content: space-between; gap: 17px; text-decoration: none; transition: .2s ease; overflow: hidden; }
.tool-card::after { content: ""; position: absolute; width: 110px; height: 110px; border-radius: 50%; background: var(--soft); right: -48px; top: -52px; transition: .2s ease; }
.tool-card:hover { transform: translateY(-4px); border-color: #dfbdc8; box-shadow: 0 15px 35px rgba(79, 32, 54, .08); }
.tool-card:hover::after { transform: scale(1.12); }
.tool-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; font-weight: 900; color: var(--accent-dark); background: var(--accent-pale); }
.tool-icon-friendship { color: #6d4d9a; background: #eee7fa; }
.tool-icon-flames { color: #c2572b; background: #ffeadb; }
.tool-icon-couple { color: #39715c; background: #e2f2eb; }
.tool-card strong { display: block; font-size: 17px; line-height: 1.3; }
.tool-card small { display: block; color: var(--muted); font-size: 14px; margin-top: 5px; }
.tool-arrow { position: absolute; right: 20px; bottom: 20px; font-size: 20px; color: var(--accent); }

.soft-section { background: var(--soft-2); border-block: 1px solid #eee6e9; }
.score-bands { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.score-band { background: white; border: 1px solid var(--line); border-radius: 17px; padding: 19px 16px; }
.score-band > strong { color: var(--accent-dark); font-size: 14px; }
.score-band h3 { font-family: var(--font-heading); margin: 8px 0 7px; font-size: 18px; }
.score-band p { color: var(--muted); font-size: 13px; line-height: 1.55; margin-bottom: 0; }
.content-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 75px; align-items: center; }
.content-feature > p:not(.eyebrow) { color: var(--muted); font-size: 17px; }
.text-link { color: var(--accent-dark); text-decoration: none; font-weight: 800; }
.text-link:hover { text-decoration: underline; }
.method-card { background: var(--ink); color: white; border-radius: 25px; padding: 29px; box-shadow: var(--shadow); }
.method-card h3 { font-family: var(--font-heading); font-size: 25px; margin-bottom: 20px; }
.signal-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0; }
.signal-list li { display: flex; gap: 14px; align-items: center; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.11); }
.signal-list li > span { color: #f59cb1; font-size: 12px; font-weight: 850; }
.signal-list div { display: grid; }
.signal-list small { color: #c5bac8; }
.name-tips { padding-top: 20px; }
.three-up { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-card { background: var(--soft); border: 1px solid #f0dfe3; padding: 26px; border-radius: 20px; }
.card-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; background: white; color: var(--accent-dark); font-weight: 850; margin-bottom: 18px; box-shadow: 0 5px 14px rgba(79,32,54,.06); }
.info-card h3 { margin-bottom: 7px; }
.info-card p { color: var(--muted); margin-bottom: 0; }
.faq-section { padding-top: 30px; }
.faq-list { max-width: 800px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 20px 2px; }
.faq-list summary { cursor: pointer; font-weight: 800; list-style: none; display: flex; justify-content: space-between; gap: 20px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--accent); font-size: 21px; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { color: var(--muted); margin: 13px 32px 0 0; }

.tool-hero { padding-top: 68px; padding-bottom: 78px; text-align: center; position: relative; }
.tool-hero-copy { max-width: 800px; margin: 0 auto 32px; }
.tool-hero-copy h1 { font-size: clamp(41px, 5.8vw, 68px); }
.tool-hero-copy > p:last-child { max-width: 650px; margin: 0 auto; color: var(--muted); font-size: clamp(17px, 2vw, 20px); }
.friendship-hero::before, .flames-hero::before, .couple-hero::before { content: ""; position: absolute; inset: 35px 8% auto; height: 300px; z-index: -1; background: radial-gradient(ellipse at center, rgba(238,231,250,.8), transparent 68%); }
.flames-hero::before { background: radial-gradient(ellipse at center, rgba(255,234,219,.8), transparent 68%); }
.couple-hero::before { background: radial-gradient(ellipse at center, rgba(226,242,235,.85), transparent 68%); }
.calculator-friendship { border-color: #ddd0ee; }
.friendship-divider, .friendship-pill, .friendship-card-icon { color: #694294; background: #eee7fa; }
.friendship-button { background: #6f4a9a; box-shadow: 0 10px 20px rgba(111,74,154,.17); }
.friendship-button:hover { background: #573779; }
.friendship-ring { background: conic-gradient(#7650a2 var(--score), #eee8f4 0); }
.friendship-track span { background: linear-gradient(90deg, #b29ad0, #7650a2); }
.friendship-method { background: #33253f; }
.friendship-method .signal-list li > span { color: #cbb3e8; }

.flames-letters { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-bottom: 25px; }
.flames-letters span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: #9c451f; background: #ffeadb; font-family: var(--font-heading); font-weight: 800; font-size: 20px; }
.calculator-flames { border-color: #f1d7c6; }
.flames-divider, .flames-pill { color: #aa4a21; background: #ffeadb; }
.flames-button { background: #c15327; box-shadow: 0 10px 20px rgba(164,68,31,.17); }
.flames-button:hover { background: #9f3f1a; }
.pair-kicker { text-align: center; color: var(--muted); margin: 15px 0 6px; font-weight: 750; }
.flames-winner { display: flex; justify-content: center; align-items: center; gap: 20px; margin: 12px 0 18px; }
.flames-winner > span { width: 94px; height: 94px; display: grid; place-items: center; border-radius: 26px; color: white; background: linear-gradient(145deg, #dc7041, #b9481f); font-family: var(--font-heading); font-size: 54px; box-shadow: 0 14px 30px rgba(164,68,31,.2); }
.flames-winner div { text-align: left; }
.flames-winner small { color: #9c451f; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.flames-winner h2 { margin: 1px 0 0; font-size: clamp(38px, 6vw, 58px); color: #803a20; }
.flames-interpretation { text-align: center; color: var(--muted); max-width: 620px; margin: 0 auto 24px; }
.flames-working { display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid var(--line); }
.flames-working div { padding: 18px; display: grid; text-align: center; }
.flames-working div + div { border-left: 1px solid var(--line); }
.flames-working strong { font-family: var(--font-heading); color: #9c451f; font-size: 28px; line-height: 1.1; }
.flames-working span { color: var(--muted); font-size: 12px; }
.elimination { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; justify-content: center; padding-top: 18px; font-size: 12px; color: var(--muted); }
.elimination s { background: #f6eeea; color: #6f5c56; border-radius: 999px; padding: 4px 8px; }
.step-card { background: white; border: 1px solid var(--line); border-radius: 21px; padding: 27px; }
.step-card > span { color: #c15327; font-weight: 850; font-size: 12px; letter-spacing: .1em; }
.step-card h3 { margin: 14px 0 8px; }
.step-card p { color: var(--muted); margin: 0; }
.flames-key { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.flames-key span { display: flex; align-items: center; gap: 12px; background: #fff7f2; border: 1px solid #f3ded1; border-radius: 14px; padding: 12px 15px; font-weight: 750; }
.flames-key b { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 10px; background: #ffdfcc; color: #a4421c; font-family: var(--font-heading); }

.calculator-couple { border-color: #cfe7dc; }
.couple-divider, .couple-pill, .couple-card-icon { color: #32684f; background: #e2f2eb; }
.couple-button { background: #39715c; box-shadow: 0 10px 20px rgba(57,113,92,.17); }
.couple-button:hover { background: #285b47; }
.couple-heading { text-align: center; margin: 20px auto 26px; }
.couple-heading h2 { font-size: clamp(31px, 5vw, 43px); margin-bottom: 7px; }
.couple-heading > p:last-child { color: var(--muted); margin: 0; }
.name-results { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.name-results button { min-height: 67px; border: 1px solid #d7e8e1; border-radius: 14px; background: #f8fcfa; color: var(--ink); padding: 11px 14px; cursor: pointer; display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 10px; text-align: left; transition: .18s ease; }
.name-results button:hover { border-color: #79ac96; background: #eef8f3; transform: translateY(-1px); }
.name-results small { color: #5d736a; }
.name-results strong { font-family: var(--font-heading); font-size: 21px; }
.name-results span { color: #39715c; font-size: 12px; font-weight: 800; }
.centre-actions { justify-content: center; }
.couple-method { background: #203b32; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.check-list li { display: flex; align-items: flex-start; gap: 11px; color: #e2eee9; }
.check-list span { width: 23px; height: 23px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #daf0e6; color: #286047; font-size: 12px; font-weight: 900; }

.static-hero { max-width: 900px; padding-top: 85px; padding-bottom: 58px; text-align: center; }
.static-hero h1 { font-size: clamp(42px, 6vw, 66px); }
.static-hero > p:last-child { color: var(--muted); max-width: 730px; margin: 0 auto; font-size: 19px; }
.static-content { width: min(850px, calc(100% - 40px)); padding-bottom: 90px; }
.static-content > section { margin-bottom: 58px; }
.static-content > section h2, .article-body h2 { font-size: clamp(28px, 4vw, 38px); margin-bottom: 17px; }
.static-content > section > p, .article-body p { color: var(--muted); font-size: 16px; }
.static-content section a:not(.inline-cta), .article-body a { color: var(--accent-dark); font-weight: 700; }
.inline-cta { display: inline-flex; align-items: center; gap: 10px; margin-top: 5px; padding: 12px 18px; border-radius: 999px; background: var(--ink); color: white; text-decoration: none; font-weight: 800; }
.inline-cta:hover { background: var(--accent-dark); }
.value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.value-grid article { background: var(--soft); border: 1px solid var(--line); border-radius: 18px; padding: 23px; }
.value-grid span { color: var(--accent-dark); font-size: 12px; font-weight: 850; }
.value-grid h3 { margin: 9px 0 7px; }
.value-grid p { color: var(--muted); margin: 0; }
.contact-card { display: grid; grid-template-columns: 80px 1fr; gap: 25px; border: 1px solid var(--line); background: var(--soft); border-radius: 24px; padding: 33px; }
.contact-icon { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 20px; background: white; color: var(--accent); font-family: var(--font-heading); font-size: 30px; font-weight: 800; box-shadow: 0 8px 25px rgba(79,32,54,.08); }
.contact-card h2 { margin-bottom: 8px; }
.contact-card p { margin-bottom: 12px; }
.small-note { font-size: 13px !important; }
.copy-email-row { min-height: 48px; margin-top: 15px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.copy-email-row .inline-cta { border: 0; margin: 0; cursor: pointer; font: inherit; white-space: nowrap; }
.copy-email-status { color: var(--green); font-size: 13px; font-weight: 750; white-space: nowrap; }
.guide-content { width: min(1100px, calc(100% - 40px)); }
.article-layout { display: grid; grid-template-columns: 220px 1fr; gap: 70px; align-items: start; }
.article-toc { position: sticky; top: 105px; display: grid; gap: 10px; border-left: 2px solid var(--accent-pale); padding-left: 17px; font-size: 13px; }
.article-toc strong { margin-bottom: 3px; }
.article-toc a { color: var(--muted); text-decoration: none; }
.article-toc a:hover { color: var(--accent-dark); }
.article-body { min-width: 0; }
.article-body section { scroll-margin-top: 100px; margin-bottom: 62px; }
.article-body h3 { font-family: var(--font-heading); font-size: 24px; margin: 30px 0 11px; }
.article-callout { border-left: 4px solid var(--accent); background: var(--soft); border-radius: 0 17px 17px 0; padding: 20px 23px; margin: 28px 0; }
.article-callout strong { color: var(--accent-dark); text-transform: uppercase; letter-spacing: .1em; font-size: 12px; }
.article-callout p { margin: 4px 0 0; color: var(--ink); font-size: 18px; font-family: var(--font-heading); }
.article-body .tool-grid { grid-template-columns: 1fr; margin-top: 25px; }
.article-body .tool-card { min-height: 130px; }

.ad-section { min-height: 160px; margin-top: 8px; margin-bottom: 8px; display: flex; flex-direction: column; justify-content: center; padding-block: 22px; border-block: 1px solid #f1e8eb; overflow: hidden; }
.ad-label { margin-bottom: 8px; color: var(--muted); font-size: 10px; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.adsbygoogle { width: 100%; min-height: 100px; }
.ad-section-bottom { margin-top: 0; margin-bottom: 42px; }

.site-footer { background: #241a27; color: white; margin-top: 30px; }
.footer-main { display: grid; grid-template-columns: 1.7fr 1fr .7fr .7fr; gap: 55px; padding-top: 65px; padding-bottom: 58px; }
.site-footer .brand-mark { width: 34px; height: 34px; }
.footer-brand p { color: #bdb2bf; max-width: 330px; margin: 18px 0 0; font-size: 14px; }
.footer-links { display: grid; align-content: start; gap: 8px; }
.footer-links h2 { font-family: var(--font-heading); font-size: 13px; text-transform: uppercase; letter-spacing: .12em; margin: 0 0 7px; color: #f5a2b6; }
.footer-links a { color: #cfc5d0; text-decoration: none; font-size: 14px; }
.footer-links a:hover { color: white; }
.footer-bottom { min-height: 66px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); color: #9f94a2; font-size: 12px; }
.footer-bottom p { margin: 0; }

@media (max-width: 900px) {
  .score-bands { grid-template-columns: repeat(2, 1fr); }
  .score-band:last-child { grid-column: span 2; }
  .content-grid { gap: 35px; }
  .footer-main { grid-template-columns: repeat(3, 1fr); gap: 40px 32px; }
  .footer-brand { grid-column: 1 / -1; }
  .article-layout { grid-template-columns: 1fr; gap: 35px; }
  .article-toc { position: static; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 17px; padding: 18px; }
  .article-toc strong { grid-column: span 2; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1120px); }
  .site-header { position: relative; }
  .header-inner { min-height: 67px; }
  .primary-nav { display: none; }
  .mobile-menu { display: block; }
  .brand { gap: 9px; }
  .brand-name { font-size: 13px; }
  .brand-name strong { font-size: 14px; }
  .hero { padding-top: 50px; padding-bottom: 61px; }
  .tool-hero { padding-top: 48px; padding-bottom: 60px; }
  h1 { font-size: clamp(41px, 13vw, 59px); }
  .calculator-card { padding: 23px 18px; border-radius: 22px; }
  .name-fields { grid-template-columns: 1fr; gap: 10px; }
  .heart-divider { margin: -1px auto -2px; transform: rotate(8deg); }
  .result-summary { grid-template-columns: 1fr; gap: 18px; text-align: center; }
  .score-ring { width: 142px; margin: 0 auto; }
  .breakdown { grid-template-columns: 1fr; gap: 15px; }
  .result-actions { justify-content: center; }
  .action-notice { width: 100%; text-align: center; }
  .section { padding-top: 67px; padding-bottom: 67px; }
  .split-heading { display: block; }
  .tool-grid, .three-up { grid-template-columns: 1fr; }
  .tool-card { min-height: 145px; }
  .score-bands { grid-template-columns: 1fr; }
  .score-band, .score-band:last-child { grid-column: auto; display: grid; grid-template-columns: 82px 1fr; gap: 10px; align-items: start; }
  .score-band h3 { margin-top: 0; }
  .content-grid { grid-template-columns: 1fr; }
  .flames-winner { gap: 13px; }
  .flames-winner > span { width: 78px; height: 78px; border-radius: 21px; font-size: 45px; }
  .name-results { grid-template-columns: 1fr; }
  .flames-key { grid-template-columns: 1fr; }
  .name-tips { padding-top: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 2px; }
  .ad-section { min-height: 120px; padding-block: 17px; }
  .adsbygoogle { min-height: 80px; }
  .static-hero { padding-top: 55px; padding-bottom: 44px; }
  .static-hero > p:last-child { font-size: 17px; }
  .static-content, .guide-content { width: min(100% - 28px, 1100px); padding-bottom: 60px; }
  .value-grid { grid-template-columns: 1fr; }
  .contact-card { grid-template-columns: 1fr; padding: 20px; }
  .copy-email-row { flex-wrap: nowrap; gap: 8px; }
  .copy-email-row .inline-cta { padding: 10px 13px; font-size: 13px; }
  .copy-email-status { font-size: 12px; }
  .article-toc { grid-template-columns: 1fr; }
  .article-toc strong { grid-column: auto; }
}

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