/* Near-black neutral palette with muted mint accents. */
:root {
  color-scheme: dark;
  --bg: #111312;
  --surface: #171b18;
  --card: #1c211d;
  --text: #f0f1ed;
  --muted: #aeb4b0;
  --border: #353b37;
  --button: #9fd7bc;
  --button-hover: #b8e6cf;
  --button-text: #10251c;
  --hover: #272d29;
  --accent: #9fd7bc;
  --accent-soft: #1d382d;
  --gold: #e7c68e;
  --pink: #e8b1cb;
  --pink-soft: #382b32;
  --focus: #9fd7bc;
  --logo-bg: #111312;
  --shadow: 0 10px 30px #00000024;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; isolation: isolate; }
main, .footer { position: relative; z-index: 1; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 { line-height: 1.25; font-weight: 600; }
h1 { font-size: clamp(36px, 4.4vw, 56px); letter-spacing: -.04em; }
h2 { font-size: clamp(27px, 3vw, 35px); letter-spacing: -.03em; }
h3 { font-size: 20px; letter-spacing: -.015em; }
h4 { font-size: 18px; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
a, button { touch-action: manipulation; }
img { display: block; max-width: 100%; }
p { overflow-wrap: break-word; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 5px; }
#main:focus { outline: none; }
::selection { color: var(--button-text); background: var(--button); }
.container { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.section { padding-block: 76px; }
.section-muted { background: transparent; }
.section-light, #request-form {
  color-scheme: dark;
  --bg: #111312;
  --surface: #171b18;
  --card: #1c211d;
  --text: #f0f1ed;
  --muted: #aeb4b0;
  --border: #353b37;
  --button: #9fd7bc;
  --button-hover: #b8e6cf;
  --button-text: #10251c;
  --hover: #272d29;
  --accent: #9fd7bc;
  --accent-soft: #1d382d;
  --gold: #e7c68e;
  --pink: #e8b1cb;
  --pink-soft: #382f35;
  --focus: #9fd7bc;
  --shadow: 0 10px 30px #00000024;
  color: var(--text);
  background: var(--bg);
}
.section-light { background: #121513; border-block: 1px solid #9fd7bc1f; }
.icon-sprite { position: absolute; overflow: hidden; pointer-events: none; }
.section-heading { margin-bottom: 32px; }
.section-heading > p:not(.eyebrow) { color: var(--muted); margin-top: 12px; max-width: 620px; }
.eyebrow { color: var(--accent); font-size: 13px; font-weight: 500; letter-spacing: .025em; margin-bottom: 13px; }
.icon { width: 22px; height: 22px; display: inline-block; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 22px; min-height: 50px; border: 1px solid var(--button); border-radius: 9px; background: var(--button); color: var(--button-text); font-size: 16px; font-weight: 500; transition: background .18s, border-color .18s, box-shadow .18s; }
.button:hover { background: var(--button-hover); border-color: var(--button-hover); }
.button .icon { width: 19px; height: 19px; }
.button .icon, .card-link .icon { transition: transform .2s ease; }
.button:hover .icon, .service-card:hover .card-link .icon { transform: translateX(3px); }
.button-secondary { background: transparent; border-color: var(--border); color: var(--text); }
.button-secondary:hover { background: var(--hover); border-color: var(--accent); }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--accent); text-decoration: underline; text-decoration-color: var(--border); text-underline-offset: 5px; text-decoration-thickness: 1px; }
.text-link .icon { width: 18px; height: 18px; }
.text-link:hover { text-decoration-color: currentColor; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 30; padding: 12px; background: var(--button); color: var(--button-text); }
.skip-link:focus { top: 12px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }

/* Compact tree signature; the heart shares the wordmark's visual baseline. */
.header { position: sticky; top: 0; z-index: 20; background: #0e100ff7; border-bottom: 1px solid #9fd7bc24; }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 96px; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-height: 48px; white-space: nowrap; }
.brand-mark { width: 64px; height: 64px; flex-shrink: 0; filter: drop-shadow(0 0 9px #afe3cb16); }
.brand-copy { display: flex; flex-direction: column; gap: 6px; }
.brand-name { display: flex; align-items: center; gap: 4px; font-size: 29px; font-weight: 500; letter-spacing: -.8px; line-height: 1; }
.brand-name img { width: 32px; height: 32px; transform: translateY(1px); }
.brand-name .brand-mother { width: 35px; height: 35px; margin-left: -7px; }
.brand-name { color: var(--text); }
.brand-caption { color: var(--muted); font-size: 11px; letter-spacing: .07em; line-height: 1.2; }
.header nav { display: flex; gap: 25px; font-size: 14px; }
.header nav a { position: relative; padding-block: 12px; color: var(--muted); }
.header nav a::after { content: ''; position: absolute; bottom: 6px; left: 0; right: 0; height: 1px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.header nav a:hover, .header nav a:focus-visible { color: var(--accent); }
.header nav a:hover::after { transform: scaleX(1); }
.header-contact { display: flex; align-items: center; gap: 8px; font-size: 13px; white-space: nowrap; color: var(--accent); padding-block: 12px; }
.header-contact .icon { width: 17px; height: 17px; }
.menu-toggle { display: none; align-items: center; justify-content: center; width: 46px; height: 46px; padding: 0; flex-shrink: 0; background: #afdfc609; color: var(--accent); border: 1px solid #afe3cb38; border-radius: 13px; }
.menu-toggle:hover { background: var(--hover); }
.hamburger { display: block; position: relative; width: 20px; height: 16px; }
.hamburger span { position: absolute; left: 0; width: 20px; height: 1.6px; background: currentColor; border-radius: 2px; transition: top .3s ease, transform .3s ease, opacity .2s ease; }
.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: 7px; }
.hamburger span:nth-child(3) { top: 14px; }
.menu-toggle[aria-expanded="true"] .hamburger span:nth-child(1) { top: 7px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] .hamburger span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.menu-toggle[aria-expanded="true"] .hamburger span:nth-child(3) { top: 7px; transform: rotate(-45deg); }
.menu-backdrop { display: none; }

.hero { display: flex; flex-direction: column; gap: 22px; align-items: center; padding-block: 27px 52px; text-align: center; border-bottom: 1px solid #afe3cb20; }
.hero-copy { width: 100%; max-width: 790px; }
.hero-art { position: relative; width: 280px; max-width: 100%; aspect-ratio: 1; margin-inline: auto; isolation: isolate; background: radial-gradient(ellipse, #9cdeb80c, transparent 70%); }
.hero-art::before { content: ''; position: absolute; inset: -18%; z-index: -1; background: radial-gradient(ellipse, #afe3cb12, transparent 70%); pointer-events: none; }
.hero-art img { position: relative; width: 100%; height: auto; filter: drop-shadow(0 0 8px #ade9c40e); }
.logo-orbit { position: absolute; inset: 2px; border: 1px solid #e2c18b40; border-radius: 50%; pointer-events: none; }
.logo-orbit::before { content: ''; position: absolute; inset: 9px -1px; border: 1px solid #b4e4c910; border-radius: 50%; }
.logo-orbit::after { content: ''; position: absolute; top: 31px; right: 37px; width: 4px; height: 4px; background: #e4c9a1; border-radius: 50%; box-shadow: 0 0 12px #e4c9a166; }
.hero-location { display: flex; align-items: center; justify-content: center; gap: 7px; color: var(--muted); margin-bottom: 14px; font-size: 13px; }
.hero-location .icon { width: 16px; height: 16px; color: var(--accent); }
h1 span { color: var(--accent); }
.hero-description { max-width: 585px; margin: 19px auto 0; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; align-items: center; margin-top: 25px; }
.hero-facts { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 12px 25px; color: var(--muted); font-size: 13px; margin-top: 22px; }
.hero-facts strong { color: var(--gold); font-weight: 500; }
.hero-facts a:hover { text-decoration: underline; text-underline-offset: 3px; }
.hero-facts span { display: inline-flex; align-items: center; gap: 6px; }
.hero-facts .icon { width: 17px; height: 17px; color: var(--accent); }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { display: flex; flex-direction: column; padding: 26px 23px 22px; border: 1px solid var(--border); border-radius: 14px; background: var(--card); transition: transform .18s, border-color .18s, box-shadow .18s; }
.service-card:hover { border-color: var(--accent); transform: translateY(-3px); box-shadow: var(--shadow); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; background: var(--accent-soft); border-radius: 14px; color: var(--accent); margin-bottom: 23px; }
.service-icon .icon { width: 27px; height: 27px; }
.service-icon-pink { color: var(--pink); background: var(--pink-soft); }
.service-card p { color: var(--muted); font-size: 15px; margin-block: 12px 24px; }
.card-link { margin-top: auto; font-size: 14px; display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--accent); border-top: 1px solid var(--border); padding-top: 16px; }
.card-link .icon { width: 19px; height: 19px; }
.schedule { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 13px; margin-top: 22px; }
.schedule .icon { width: 19px; height: 19px; color: var(--accent); }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.steps li { position: relative; }
.steps li:not(:last-child)::after { content: ''; position: absolute; top: 19px; left: 53px; right: 0; height: 1px; background: var(--border); }
.step-number { display: inline-grid; place-items: center; width: 38px; height: 38px; border: 1px solid #cdb88868; background: var(--card); border-radius: 50%; font-size: 15px; font-weight: 500; color: var(--gold); margin-bottom: 20px; }
.steps h3 { font-size: 18px; }
.steps p { font-size: 15px; color: var(--muted); margin-top: 12px; }
.support-note { display: flex; align-items: flex-start; gap: 13px; padding-top: 26px; margin-top: 30px; border-top: 1px solid var(--border); font-size: 14px; color: var(--muted); }
.support-note > .icon { color: var(--accent); margin-top: 2px; }
.support-note strong { color: var(--text); font-weight: 500; }

.about-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; align-items: center; }
.founder-card { border: 1px solid var(--border); border-radius: 16px; padding: 30px; background: var(--surface); }
.founder-card h2 { font-size: 28px; }
.founder-card > .eyebrow { margin-bottom: 25px; }
.founder-avatar { position: relative; width: 100%; max-width: 300px; margin: 0 auto 26px; }
.portrait-frame { aspect-ratio: 3 / 4; overflow: hidden; border-radius: 18px; border: 1px solid #9fd7bc42; background: #1a201c; box-shadow: 0 8px 30px #0003; }
.founder-photo { width: 100%; height: auto; aspect-ratio: 3 / 4; display: block; object-fit: contain; transition: transform .7s cubic-bezier(.2,.65,.3,1); }
.avatar-heart { position: absolute; width: 34px; height: 34px; right: -9px; bottom: 9px; filter: drop-shadow(0 2px 5px #0003); }
.about-role { font-size: 14px; color: var(--muted); margin-top: 9px; }
.founder-specialty { display: flex; gap: 10px; border-top: 1px solid var(--border); padding-top: 20px; margin-top: 24px; font-size: 13px; color: var(--muted); }
.founder-specialty .icon { color: var(--accent); }
.about-copy { color: var(--muted); }
.about-copy p + p { margin-top: 16px; }
.about-copy .about-lead { font-size: 14px; }
.about-copy blockquote { margin: 17px 0 23px; padding-left: 20px; border-left: 2px solid var(--pink); font-size: 22px; color: var(--text); line-height: 1.5; letter-spacing: -.02em; }
.about-links { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; font-size: 14px; margin-top: 26px; }
.press-link { display: flex; gap: 13px; align-items: flex-start; width: 100%; border: 1px solid var(--border); padding: 17px; border-radius: 10px; background: var(--card); }
.press-link:hover { border-color: var(--accent); }
.press-link > .icon { color: var(--accent); }
.press-link > .icon:last-child { margin-left: auto; width: 18px; height: 18px; }
.press-link strong { display: block; color: var(--text); font-weight: 500; font-size: 14px; }
.press-link small { display: block; font-size: 12px; color: var(--muted); margin-top: 4px; }

.price-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; }
.price-grid { align-items: center; }
.price-description, .contact-description { color: var(--muted); margin-top: 20px; max-width: 480px; }
.replacement { display: flex; gap: 14px; color: var(--muted); margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--border); font-size: 14px; }
.replacement > .icon { color: var(--accent); width: 26px; height: 26px; }
.replacement strong { display: block; color: var(--text); margin-bottom: 8px; font-size: 16px; font-weight: 500; }
.price-card { background: var(--card); border: 1px solid var(--border); border-top: 3px solid var(--accent); border-radius: 15px; padding: 32px; }
.price-card .price-label { color: var(--accent); font-size: 13px; margin-bottom: 14px; }
.price { font-size: 43px; font-weight: 600; letter-spacing: -.035em; line-height: 1.2; margin-bottom: 23px; }
.price, .price-card .price-label, .founder-card h2 { color: var(--gold); }
.price-card { border-top-color: var(--gold); }
.price span { font-size: 31px; }
.price-card > p:not(.price, .price-label) { color: var(--muted); font-size: 14px; }
.included-list { list-style: none; padding: 0; margin-block: 14px 25px; }
.included-list li { display: flex; align-items: flex-start; gap: 9px; padding-block: 7px; font-size: 15px; }
.included-list .icon { color: var(--accent); width: 18px; height: 18px; margin-top: 3px; }
.price-card > .button { width: 100%; }
.faq-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; }
.faq-contact { font-size: 14px; margin-top: 22px; }
.faq details { border-bottom: 1px solid var(--border); }
.faq details:first-child { border-top: 1px solid var(--border); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; padding: 20px 0; list-style: none; font-size: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary > .icon { color: var(--accent); width: 18px; height: 18px; transition: transform .18s; }
.faq details[open] summary > .icon { transform: rotate(180deg); }
.faq details p { font-size: 15px; color: var(--muted); padding: 0 30px 23px 0; }

.contact-methods { display: flex; flex-direction: column; margin-top: 28px; }
.contact-method { display: flex; align-items: center; gap: 13px; padding: 16px 0; border-bottom: 1px solid var(--border); }
.contact-method:hover strong { color: var(--accent); }
.contact-icon { width: 43px; height: 43px; flex-shrink: 0; display: grid; place-items: center; color: var(--accent); background: var(--accent-soft); border-radius: 12px; }
.contact-icon img { width: 25px; height: 25px; object-fit: contain; }
.contact-method-telegram .contact-icon .icon { width: 28px; height: 28px; }
.contact-method > span:nth-child(2) { min-width: 0; }
.contact-method small { display: block; font-size: 12px; color: var(--muted); }
.contact-method strong { display: block; font-size: 19px; font-weight: 500; margin-top: 2px; overflow-wrap: anywhere; }
.contact-method strong.contact-email { font-size: 16px; }
.contact-method > .icon { margin-left: auto; width: 18px; height: 18px; color: var(--muted); }
.contact-small { color: var(--muted); font-size: 13px; margin-top: 23px; }
.contact-small a { color: var(--text); display: inline-block; padding-block: 3px; }
.max-contact { scroll-margin-top: 100px; }
form { min-width: 0; padding: 30px; background: var(--card); border: 1px solid var(--border); border-radius: 15px; }
form h3 { font-size: 21px; }
.form-intro { font-size: 14px; color: var(--muted); margin-top: 8px; }
label { display: block; font-size: 14px; margin-top: 20px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.form-row label { min-width: 0; }
input, select, textarea { display: block; width: 100%; min-width: 0; margin-top: 7px; padding: 12px; background: var(--bg); border: 1px solid var(--border); border-radius: 7px; color: var(--text); font-size: 16px; }
select { padding-right: 22px; text-overflow: ellipsis; }
input::placeholder, textarea::placeholder { color: var(--muted); opacity: 1; }
textarea { resize: vertical; min-height: 108px; }
.optional { color: var(--muted); font-size: 12px; }
form > .button { width: 100%; margin-top: 22px; }
.form-hint { font-size: 12px; color: var(--muted); margin-top: 14px; }
.draft-preview { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--border); }
.draft-preview textarea { font-size: 14px; line-height: 1.6; margin-top: 14px; min-height: 180px; }
.draft-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.draft-actions .button { padding: 10px 14px; font-size: 14px; }
#form-status { font-size: 13px; color: var(--accent); overflow-wrap: anywhere; }
#form-status:not(:empty) { margin-top: 14px; }
.footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 32px; }
.footer p { font-size: 13px; color: var(--muted); }
.footer .text-link { font-size: 14px; }
.footer-tagline { margin-top: 8px; }

/* One continuous light layer; sections never cover it with rectangular fills. */
.ambient-scene { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.ambient-glow { position: absolute; display: block; pointer-events: none; }
.ambient-glow-mint { width: 85vw; height: 90vh; left: -42vw; top: 4vh; background: radial-gradient(ellipse, #8ee5b820, #8ee5b808 45%, transparent 72%); }
.ambient-glow-rose { width: 75vw; height: 85vh; right: -38vw; bottom: -20vh; background: radial-gradient(ellipse, #e7a9c518, #e7a9c505 47%, transparent 72%); }
.fireflies { position: fixed; inset: 0; z-index: 3; overflow: hidden; pointer-events: none; display: none; }
[data-fireflies="on"] .fireflies { display: block; }
.firefly { position: absolute; left: var(--x); top: var(--y); width: var(--size); height: var(--size); border-radius: 50%; color: var(--fly-color); background: currentColor; box-shadow: 0 0 6px 2px currentColor; opacity: 0; animation: firefly-drift var(--duration) var(--delay) infinite ease-in-out; }
.firefly::before { content: ''; position: absolute; inset: -8px; border-radius: 50%; background: radial-gradient(circle, currentColor, transparent 65%); opacity: .12; }
@keyframes firefly-drift {
  0%, 100% { opacity: 0; transform: translate3d(0, 20px, 0); }
  18% { opacity: .4; }
  45% { opacity: .7; transform: translate3d(var(--drift), -42px, 0); }
  72% { opacity: .32; transform: translate3d(calc(var(--drift) * -.4), -90px, 0); }
  90% { opacity: .5; }
  99% { opacity: 0; transform: translate3d(var(--drift), -130px, 0); }
}

h1 span { text-shadow: 0 0 36px #afe3cb14; }
.service-card, .price-card { background: radial-gradient(380px circle at var(--light-x, 20%) var(--light-y, 0%), #a6e8c311, transparent 68%), var(--card); }
.service-card:hover { box-shadow: 0 12px 35px #0003, 0 0 24px #b1edca08; }
.service-icon { box-shadow: inset 0 0 18px #a7eac310, 0 0 22px #a7eac308; border: 1px solid #a7eac321; transition: transform .25s ease; }
.service-icon-pink { box-shadow: inset 0 0 18px #e7a9c512; border-color: #e7a9c52e; }
.founder-card { background: radial-gradient(ellipse at 5% 0%, #9fd7bc12, transparent 62%), radial-gradient(ellipse at 100% 100%, #e9b7ce08, transparent 50%), #171b18; border-color: #78877d55; box-shadow: 0 15px 50px #0002; }
.price-card { box-shadow: 0 10px 40px #0002, 0 -10px 35px #afe3cb05; }
.button:not(.button-secondary) { box-shadow: 0 3px 20px #afe3cb0c; }
.button:not(.button-secondary):hover { box-shadow: 0 3px 24px #afe3cb22; }

@media (prefers-reduced-motion: no-preference) {
  .hero-art { animation: hero-arrive .85s cubic-bezier(.2,.65,.3,1) both; }
  .hero-copy > * { animation: hero-arrive .7s cubic-bezier(.2,.65,.3,1) both; }
  .hero-copy > :nth-child(1) { animation-delay: .08s; }
  .hero-copy > :nth-child(2) { animation-delay: .14s; }
  .hero-copy > :nth-child(3) { animation-delay: .2s; }
  .hero-copy > :nth-child(4) { animation-delay: .26s; }
  .hero-copy > :nth-child(5) { animation-delay: .32s; }
  .reveal { transition: opacity .65s ease var(--reveal-delay, 0ms), translate .65s cubic-bezier(.2,.65,.3,1) var(--reveal-delay, 0ms), border-color .18s, box-shadow .18s, transform .18s; }
  .reveal:not(.is-visible) { opacity: 0; translate: 0 20px; }
  .reveal.is-visible, .reveal:focus-within { opacity: 1; translate: 0 0; }
  .faq details[open] p { animation: answer-arrive .3s ease; }
}
@media (hover: hover) and (pointer: fine) {
  .service-card:hover .service-icon { transform: rotate(-5deg) translateY(-2px); }
  .founder-avatar:hover .founder-photo { transform: scale(1.025); }
}
@keyframes hero-arrive { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes answer-arrive { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 960px) {
  .header-inner { min-height: 72px; }
  .header-contact { display: none; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .header nav { display: flex; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 2px; padding: 19px 32px 26px; max-height: calc(100dvh - 72px); overflow-y: auto; background: #151916; border-bottom: 1px solid #9fd7bc30; border-radius: 0 0 22px 22px; box-shadow: 0 20px 40px #0004; visibility: hidden; opacity: 0; transform: translateY(-10px); pointer-events: none; transition: opacity .28s ease, transform .34s cubic-bezier(.2,.65,.3,1), visibility 0s .34s; }
  .header nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); pointer-events: auto; transition-delay: 0s; }
  .header nav a { padding: 14px 4px; color: var(--text); font-size: 17px; opacity: 0; transform: translateY(7px); transition: opacity .22s ease, transform .3s ease; }
  .header nav a + a { border-top: 1px solid #afe3cb12; }
  .header nav a::after { display: none; }
  .header nav.is-open a { opacity: 1; transform: translateY(0); }
  .header nav.is-open a:nth-child(1) { transition-delay: .04s; }
  .header nav.is-open a:nth-child(2) { transition-delay: .08s; }
  .header nav.is-open a:nth-child(3) { transition-delay: .12s; }
  .header nav.is-open a:nth-child(4) { transition-delay: .16s; }
  .menu-backdrop { display: block; position: fixed; inset: 72px 0 0; z-index: 15; background: #05090788; visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .3s ease, visibility 0s .3s; }
  .menu-open .menu-backdrop { opacity: 1; visibility: visible; pointer-events: auto; transition-delay: 0s; }
  /* Keep body out of the scroll chain so the sticky header stays viewport-bound. */
  html.menu-open { overflow: hidden; overscroll-behavior: none; }
  .header nav { overscroll-behavior: contain; }
  .service-grid, .steps { grid-template-columns: repeat(2, 1fr); }
  .service-card { padding: 24px; }
  .service-icon { margin-bottom: 20px; }
  .steps { gap: 30px; }
  .steps li:nth-child(2)::after { display: none; }
  .about-grid, .faq-grid, .price-grid, .contact-grid { gap: 32px; }
  .about-grid { grid-template-columns: 1fr 1.3fr; }
  .founder-card { padding: 23px; }
  .founder-card h2 { font-size: 25px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-method { gap: 10px; }
  .contact-method strong { font-size: 17px; }
  .contact-method strong.contact-email { font-size: 14px; }
  .contact-method > .icon { display: none; }
  form { padding: 24px; }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 88px; }
  .container { width: calc(100% - 40px); }
  .header-inner { gap: 12px; }
  .brand { gap: 8px; }
  .brand-mark { width: 50px; height: 50px; }
  .brand-name { font-size: 24px; gap: 2px; }
  .brand-name img { width: 27px; height: 27px; }
  .brand-name .brand-mother { width: 29px; height: 29px; }
  .brand-caption { font-size: 9px; }
  .header nav { padding-inline: 20px; }
  .hero { padding-block: 22px 36px; gap: 20px; }
  h1 { font-size: clamp(33px, 8.5vw, 44px); }
  .hero-description { font-size: 16px; margin-top: 17px; }
  .hero-art { width: 240px; }
  .hero-art::before { inset: -10%; }
  .hero-location { font-size: 12px; gap: 5px; }
  .hero-actions { gap: 10px; margin-top: 23px; }
  .hero-actions .button { width: 100%; }
  .hero-facts { font-size: 12px; gap: 8px 16px; margin-top: 17px; }
  .section { padding-block: 48px; }
  .section-heading { margin-bottom: 26px; }
  .section-heading > p:not(.eyebrow) { font-size: 15px; }
  .eyebrow { font-size: 12px; }
  .service-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-card { display: grid; grid-template-columns: 48px 1fr; gap: 0 15px; padding: 22px; }
  .service-icon { grid-column: 1; grid-row: 1 / 3; margin: 0; }
  .service-card h3 { grid-column: 2; align-self: center; font-size: 20px; }
  .service-card p { grid-column: 2; font-size: 14px; margin-block: 9px 19px; }
  .card-link { grid-column: 1 / -1; font-size: 14px; }
  .schedule { align-items: flex-start; font-size: 12px; line-height: 1.9; gap: 10px; }
  .schedule .icon { margin-top: 3px; }
  .steps { grid-template-columns: 1fr; gap: 26px; }
  .steps li { padding-left: 52px; }
  .steps li:not(:last-child)::after { display: block; top: 49px; left: 18px; bottom: -12px; right: auto; width: 1px; height: auto; }
  .step-number { position: absolute; left: 0; top: 0; }
  .steps h3 { padding-top: 5px; font-size: 18px; }
  .steps p { margin-top: 9px; font-size: 14px; }
  .support-note { font-size: 13px; padding-top: 22px; }
  .about-grid, .faq-grid, .price-grid, .contact-grid { grid-template-columns: 1fr; gap: 29px; }
  .founder-card { padding: 26px; }
  .founder-avatar { max-width: 300px; margin-bottom: 24px; }
  .founder-card h2 { font-size: 27px; }
  .about-copy { font-size: 15px; }
  .about-copy blockquote { font-size: 21px; padding-left: 17px; }
  .press-link { padding: 14px; gap: 10px; }
  .press-link > .icon:last-child { display: none; }
  .press-link strong { font-size: 13px; }
  .press-link small { font-size: 12px; }
  .about-links > .text-link { font-size: 13px; }
  .price-description { font-size: 15px; }
  .price-card { padding: 27px 24px; }
  .price { font-size: 39px; }
  .included-list li { font-size: 14px; }
  .faq summary { font-size: 15px; gap: 15px; }
  .faq details p { font-size: 14px; padding-right: 20px; }
  .contact-description { font-size: 15px; }
  .contact-method strong { font-size: 18px; }
  .contact-method strong.contact-email { font-size: 14px; }
  .contact-method > .icon { display: inline-block; }
  form { padding: 24px 20px; }
  form h3 { font-size: 20px; }
  .form-intro { font-size: 13px; }
  .footer { flex-wrap: wrap; gap: 23px; }
  .footer > p { order: 3; width: 100%; }
  .footer .text-link { margin-left: auto; }
  .firefly:nth-child(n+5) { display: none; }
  .hero-art img, .brand-mark, .avatar-heart { filter: none; }
  .ambient-glow-mint { width: 120vw; left: -80vw; }
  .ambient-glow-rose { width: 110vw; right: -70vw; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .service-card:hover { transform: none; }
  .service-card:hover .service-icon, .founder-avatar:hover .founder-photo { transform: none; }
  .reveal { opacity: 1 !important; translate: none !important; }
  .fireflies { display: none !important; }
  .firefly { animation: none !important; }
}
