/* Сивилла: тёплая палитра и фактуры из предоставленного референса Виолетты. */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/fonts/cormorant-garamond-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/assets/fonts/cormorant-garamond-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  color-scheme: dark;
  --paper: #14110f;
  --soft: #1a1613;
  --ink: #e8d8c0;
  --muted: #c7b29a;
  --night: #100d0b;
  --accent: #d9b089;
  --gold: #e0c89b;
  --copper: #b75220;
  --line: #4a3b2e;
  --surface: #231d18;
  --surface-raised: #30241b;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; color: var(--ink); background: var(--night); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
h1, h2, h3, p, figure { margin: 0; }
a { color: inherit; text-underline-offset: 4px; }
a:hover { text-decoration-color: currentColor; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
img { max-width: 100%; display: block; }
svg.icon { width: 19px; height: 19px; fill: currentColor; flex: none; }
.wrap { width: min(1160px, calc(100% - 80px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 40; top: 8px; left: 8px; padding: 12px 20px; background: var(--paper); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 20; color: var(--muted); background: #14110ff5; border-bottom: 1px solid #e0c89b18; backdrop-filter: blur(16px); }
.header-inner { min-height: 86px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--serif); font-size: 31px; line-height: 1.1; color: var(--gold); text-decoration: none; }
.brand-star { color: var(--accent); font-size: 45px; }
.brand small { display: block; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 8px; letter-spacing: 2.7px; margin-top: 6px; }
.header-inner nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.header-inner nav a { font-size: 13px; text-decoration: none; padding: 12px 0; }
.header-inner nav a:hover { color: var(--accent); text-decoration: underline; }
.header-inner > .chooser { margin: 0 0 0 auto; flex-shrink: 0; }
.header-inner > .chooser > summary { border: 1px solid var(--copper); color: var(--gold); padding: 11px 20px; font-size: 13px; border-radius: 30px; gap: 18px; }
.button-pair { display: flex; gap: 10px; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 24px; border: 1px solid transparent; border-radius: 50px; color: #fff4ea; font-size: 14px; font-weight: 500; text-decoration: none; transition: background .18s, transform .18s; }
.button:hover { transform: translateY(-2px); }
.button-tg { background: linear-gradient(110deg, #bb4d17, #96350e); border-color: #cd642c; box-shadow: 0 5px 24px #b7522020; }
.button-tg:hover { background: linear-gradient(110deg, #bb4d17, #a64116); border-color: #e28b52; }
.button-max { color: var(--gold); background: #201912; border-color: #a26e40; }
.button-max:hover { background: #39271b; border-color: #d1782f; }
.chooser { position: relative; }
.chooser summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 12px; font-weight: 600; font-size: 14px; }
.chooser summary::-webkit-details-marker { display: none; }
.chooser summary > span { font-size: 21px; line-height: 1; }
.chooser[open] > summary { color: var(--accent); }
.chooser-menu { position: absolute; width: 270px; max-width: calc(100vw - 40px); top: calc(100% + 10px); right: 0; z-index: 25; background: #211a14; color: var(--ink); border: 1px solid #785638; padding: 15px; border-radius: 16px; box-shadow: 0 12px 35px #0008; }
.chooser-menu > span { display: block; font-size: 12px; line-height: 1.5; color: var(--muted); margin-bottom: 10px; }
.chooser-menu .button { display: flex; margin-top: 7px; }
.hero { position: relative; background: radial-gradient(ellipse at 76% 42%, #9a461f40, transparent 54%), linear-gradient(90deg, #100d0bcc, #100d0b22 65%, #100d0b66), url("/assets/smoke.webp") center / cover, var(--night); color: var(--gold); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 45px; align-items: center; padding-top: 72px; padding-bottom: 69px; }
.eyebrow { font-size: 10px; letter-spacing: 2px; font-weight: 650; color: var(--accent); margin-bottom: 20px; }
.eyebrow.light { color: var(--gold); }
.status-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); margin-right: 8px; vertical-align: 1px; }
h1 { font-family: var(--serif); font-size: clamp(53px, 5.7vw, 78px); font-weight: 500; line-height: 1.02; letter-spacing: -1px; }
h1 em { color: var(--gold); font-weight: 400; font-style: normal; }
.hero-lead { max-width: 520px; color: var(--muted); font-size: 17px; line-height: 1.8; margin-top: 26px; }
.hero-buttons { margin-top: 30px; }
.hero-gift { margin-top: 14px; font-size: 12px; color: var(--muted); }
.hero-gift > span:first-child { margin-right: 6px; }
.age { margin-left: 12px; border-left: 1px solid var(--line); padding-left: 13px; color: var(--muted); }
.text-link { display: inline-flex; gap: 14px; align-items: center; font-size: 14px; color: var(--accent); text-decoration-thickness: 1px; }
.light-link { color: var(--ink); font-size: 12px; margin-top: 25px; }
.hero-art { min-height: 490px; position: relative; display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; align-content: center; justify-items: center; }
.hero-art > .portrait-frame, .hero-art > .orbit { grid-area: 1 / 1; align-self: center; }
.portrait-frame { position: relative; z-index: 2; width: 350px; padding: 26px 15px 34px; border: 1px solid #ad7c454f; border-radius: 180px 180px 24px 24px; background: radial-gradient(ellipse at 50% 38%, #8d4c2a45, #17110bb3 78%); box-shadow: 0 0 90px #b7522017, inset 0 0 40px #d1782f09; text-align: center; }
.portrait-frame img { width: 319px; height: auto; margin: auto; border-radius: 50%; }
.portrait-name { display: block; font-family: var(--serif); font-style: italic; font-size: 30px; color: var(--gold); margin-top: 12px; }
.portrait-caption { display: block; font-size: 7px; letter-spacing: 2.1px; margin-top: 6px; color: var(--muted); }
.orbit { border: 1px solid #a98a6045; position: absolute; border-radius: 50%; width: 440px; height: 440px; }
.orbit-two { width: 490px; height: 260px; transform: rotate(-40deg); }
.art-star { position: absolute; color: var(--gold); z-index: 3; }
.star-one { right: 9%; top: 8%; font-size: 30px; }
.star-two { left: 1%; top: 32%; font-size: 41px; }
.art-note { position: relative; z-index: 3; grid-area: 2 / 1; justify-self: end; display: flex; gap: 15px; align-items: center; padding: 19px 24px; background: #2b2119f5; color: var(--gold); border: 1px solid #99704366; border-radius: 16px; box-shadow: 0 10px 30px #0004; transform: translateY(-30px) rotate(-3deg); }
.art-note > span { font-size: 32px; color: var(--accent); }
.art-note p { font-family: var(--serif); font-size: 16px; line-height: 1.45; }
.hero-bottom { display: flex; justify-content: space-between; padding: 22px 0; border-top: 1px solid #e0c89b26; color: var(--muted); font-size: 12px; letter-spacing: .4px; }
.hero-bottom > span::before { content: '✧'; color: var(--gold); margin-right: 12px; }
.section, .site-footer, .sticky-cta { color: var(--ink); background: var(--paper); }
.section { padding: 88px 0; position: relative; background: linear-gradient(#14110f80, #14110fcc), url("/assets/smoke.webp") center / cover, var(--paper); }
.section :focus-visible, .site-footer :focus-visible, .sticky-cta :focus-visible { outline-color: var(--gold); }
.soft-section { background: radial-gradient(ellipse at 15% 55%, #5b3b211d, transparent 65%), var(--soft); }
.section-heading { display: flex; justify-content: space-between; gap: 60px; align-items: flex-end; margin-bottom: 38px; }
h2 { font-family: var(--serif); color: var(--gold); font-size: clamp(38px, 4vw, 52px); font-weight: 500; line-height: 1.12; letter-spacing: -.4px; }
.section-intro { color: var(--muted); max-width: 350px; font-size: 15px; line-height: 1.8; }
.start-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.start-card { padding: 29px; border: 1px solid #a98a603b; border-radius: 22px; display: flex; flex-direction: column; background: linear-gradient(125deg, #e0c89b09, transparent 60%), #231d18d9; }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: 5px; margin-bottom: 24px; }
.line-symbol { font-family: var(--serif); color: var(--accent); font-size: 33px; line-height: 1; }
.pill { border: 1px solid var(--line); border-radius: 30px; font-size: 10px; padding: 4px 10px; color: var(--muted); }
h3 { font-size: 18px; font-weight: 550; line-height: 1.4; }
.start-card h3 { font-family: var(--serif); color: var(--gold); font-weight: 500; font-size: 30px; line-height: 1.15; }
.start-card > p { font-size: 14px; color: var(--muted); margin-top: 13px; }
.card-bottom { margin-top: auto; padding-top: 25px; }
.menu-path { font-size: 11px; line-height: 1.65; color: var(--muted); }
.menu-path strong { color: var(--ink); font-weight: 550; }
.cost { display: block; font-size: 11px; color: var(--accent); line-height: 1.6; }
.card-bottom .cost { margin: 5px 0 18px; }
.start-card:not(:last-child) .chooser-menu { left: 0; right: auto; }
.card-bottom .chooser { padding-top: 17px; border-top: 1px solid var(--line); }
.accent-card { background: linear-gradient(135deg, #a866271f, transparent 65%), #2a2018e6; border-color: #986c4166; }
.accent-card .pill { border-color: #8f6a48; }
.section-footnote { font-size: 11px; color: var(--muted); line-height: 1.8; margin-top: 21px; max-width: 930px; }
.section-footnote a { white-space: normal; }
.how-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.steps { margin: 33px 0 0; padding: 0; list-style: none; }
.steps li { display: flex; gap: 18px; padding: 18px 0; }
.step-number { flex: none; border: 1px solid #876847; width: 30px; height: 30px; border-radius: 50%; text-align: center; line-height: 28px; color: var(--accent); font-size: 12px; }
.steps h3 { font-size: 16px; margin-bottom: 7px; }
.steps p { font-size: 13px; color: var(--muted); line-height: 1.8; }
.example { max-width: 440px; width: 100%; justify-self: end; }
.chat-preview { background: #171310; border: 1px solid #775637; border-radius: 22px; overflow: hidden; box-shadow: 0 15px 50px #0005, 0 0 65px #b7522010; }
.chat-header { display: flex; align-items: center; gap: 12px; padding: 18px 22px; background: var(--surface-raised); }
.chat-header img { border-radius: 50%; }
.chat-header strong { font-size: 14px; }
.chat-header div > span { display: block; color: var(--muted); font-size: 10px; }
.chat-spark { color: var(--accent); font-size: 28px; margin-left: auto; }
.chat-body { padding: 17px 23px 20px; }
.chat-date { display: block; font-size: 8px; color: var(--muted); text-align: center; letter-spacing: 1.3px; margin-bottom: 20px; }
.bubble { border-radius: 11px; padding: 15px 18px; font-size: 12px; }
.user-bubble > span { display: block; font-size: 9px; color: var(--ink); margin-bottom: 3px; }
.user-bubble { margin-left: 68px; background: #493222; border-bottom-right-radius: 3px; margin-bottom: 16px; }
.sibyl-bubble { margin-right: 25px; background: var(--surface); border-bottom-left-radius: 3px; }
.sibyl-bubble p + p { margin-top: 10px; }
.mini-tarot { margin-bottom: 15px; width: 78px; height: 107px; border: 1px solid #aa8351; outline: 3px double #dbcaae; outline-offset: -6px; border-radius: 5px; background: #f5ead4; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #865f34; }
.mini-tarot span { font-size: 7px; letter-spacing: 1.5px; }
.mini-tarot b { font-family: var(--serif); font-size: 39px; font-weight: 400; line-height: 1.5; }
.chat-action { margin-top: 16px; color: var(--muted); font-size: 10px; }
.example-note { font-size: 10px; line-height: 1.7; color: var(--muted); margin-top: 14px; }
.example > .chooser { display: inline-block; margin-top: 18px; }
.example > .chooser summary { gap: 25px; color: var(--accent); }
.example > .chooser .chooser-menu { right: auto; left: 0; }
.services-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line); column-gap: 55px; }
.service { padding: 26px 0; border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.service-title { display: flex; align-items: center; gap: 18px; }
.service-title > span { font-size: 10px; color: var(--accent); }
.service h3 { color: var(--gold); font-family: var(--serif); font-size: 31px; font-weight: 500; }
.service > p { font-size: 13px; color: var(--muted); }
.service > .service-subtitle { margin: 14px 0 5px; color: var(--ink); font-size: 12px; font-weight: 600; }
.service-bottom { padding-top: 17px; margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.service-bottom .cost { max-width: 240px; }
.service-bottom .chooser { flex-shrink: 0; }
.service-bottom summary { font-size: 12px; gap: 16px; color: var(--accent); }
.conversation-section { background: linear-gradient(90deg, #100d0bd9, #100d0b99), url("/assets/embers.webp") center / cover, var(--night); color: var(--ink); padding: 78px 0; }
.conversation-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 95px; align-items: center; }
.conversation-lead { margin-top: 25px; color: var(--muted); font-size: 15px; max-width: 555px; }
.conversation-instruction { font-size: 11px; color: var(--gold); margin: 25px 0 19px; }
.conversation-note { font-size: 11px; color: var(--muted); margin-top: 17px; max-width: 480px; }
.conversation-quote { padding: 30px 0 30px 38px; border-left: 1px solid #75583d; }
.quote-mark { font-family: var(--serif); color: var(--gold); font-size: 80px; line-height: .7; }
.conversation-quote blockquote { font-family: var(--serif); font-size: 31px; line-height: 1.4; margin: 0 0 25px; color: var(--gold); }
.conversation-quote figcaption { font-size: 14px; }
.conversation-quote figcaption span { display: block; font-size: 10px; color: var(--muted); margin: 5px 0; }
.conversation-quote a { font-size: 10px; color: var(--gold); }
.price-intro { padding: 30px 35px; border: 1px solid #996a3b88; background: linear-gradient(110deg, #aa68251c, transparent), #241c16; display: grid; grid-template-columns: 100px 1fr 1fr; gap: 30px; align-items: center; border-radius: 20px; }
.gift-number { font-family: var(--serif); font-size: 69px; line-height: 1; color: var(--gold); text-align: center; }
.gift-number span { display: block; font: 9px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: 2px; margin-top: 7px; }
.price-intro h3 { font-size: 16px; margin-bottom: 8px; }
.price-intro p { font-size: 13px; color: var(--muted); }
.daily-gift { border-left: 1px solid #675642; padding-left: 30px; }
.daily-gift strong { font-size: 14px; display: block; margin-bottom: 8px; }
.packs-title { font-size: 15px; margin: 34px 0 27px; }
.packs { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.pack { position: relative; padding: 25px; border: 1px solid var(--line); background: #221b15cc; border-radius: 18px; }
.pack-keys { font-size: 14px; }
.pack > strong { display: block; font-family: var(--serif); font-size: 38px; font-weight: 400; margin: 10px 0 4px; line-height: 1.2; }
.pack > strong small { font-size: 24px; }
.pack > span:last-child { font-size: 11px; color: var(--muted); }
.pack.best { border-color: #a46e3b; background: linear-gradient(145deg, #a061292b, transparent), #2d2118; }
.pack-badge { position: absolute; top: -12px; left: 16px; padding: 3px 9px; border-radius: 20px; background: #943c16; border: 1px solid #ca7034; color: #fff4ea; font-size: 9px; }
.pricing-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; margin-top: 25px; }
.pricing-notes p { font-size: 12px; color: var(--muted); }
.pricing-notes strong { color: var(--ink); }
.review-carousel { min-width: 0; }
.reviews-track { --review-columns: 3; position: relative; display: grid; grid-template-columns: repeat(var(--review-columns), minmax(0, 1fr)); gap: 18px; padding: 4px 0 8px; }
.reviews-track.is-ready { overflow: clip; touch-action: pan-y pinch-zoom; }
/* All cards size the same grid row, so longer quotes do not shift the page. */
.reviews-track.is-ready > [data-review] { grid-row: 1; visibility: hidden; pointer-events: none; }
.reviews-track.is-ready > .review.is-active { visibility: visible; pointer-events: auto; }
.reviews-track > .review-exit { position: absolute; pointer-events: none; }
.reviews-track:focus-visible { outline-offset: 7px; border-radius: 22px; }
.review { min-width: 0; min-height: 338px; padding: 28px; background: linear-gradient(125deg, #e0c89b08, transparent 60%), #231d18; border: 1px solid var(--line); border-radius: 22px; display: flex; flex-direction: column; }
.review-top { display: flex; justify-content: space-between; align-items: center; gap: 15px; min-height: 25px; }
.review-topic { font-size: 9px; letter-spacing: 1.3px; text-transform: uppercase; color: var(--accent); }
.review-quote-mark { font-family: var(--serif); font-size: 52px; line-height: .6; color: #a77747; transform: translateY(10px); }
.review blockquote { margin: 22px 0 30px; font-family: var(--serif); font-size: 26px; line-height: 1.32; color: var(--gold); }
.review figcaption { margin-top: auto; display: flex; align-items: center; gap: 12px; font-size: 12px; padding-top: 18px; border-top: 1px solid #e0c89b20; }
.review figcaption div > span { display: block; font-size: 10px; line-height: 1.6; color: var(--muted); margin-top: 4px; }
.review-avatar { flex: none; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid #94704570; border-radius: 50%; background: #3b2b1d; color: var(--gold); font: 23px var(--serif); }
.review-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 17px; }
.review-instructions { color: var(--muted); font-size: 12px; }
.review-instructions > span[aria-hidden] { color: var(--gold); margin-left: 9px; }
.review-controls { display: flex; align-items: center; gap: 17px; }
.review-arrow { display: grid; place-items: center; width: 46px; height: 46px; padding: 0; border: 1px solid #a26e40; border-radius: 50%; background: #2c2017; color: var(--gold); font-size: 24px; cursor: pointer; transition: background .2s, border-color .2s; }
.review-arrow:hover { background: #493222; border-color: var(--gold); }
.review-links { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 22px; }
.faq-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; }
.faq-heading p:not(.eyebrow) { color: var(--muted); font-size: 13px; margin: 23px 0; }
.faq-heading strong { font-weight: 550; }
.faq-heading .text-link { font-size: 12px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 20px 0; scroll-margin-top: 115px; }
.faq-list summary { cursor: pointer; list-style: none; display: flex; gap: 25px; align-items: center; justify-content: space-between; font-size: 14px; font-weight: 550; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-plus { flex-shrink: 0; color: var(--accent); font-size: 24px; font-weight: 300; line-height: 1; }
.faq-list details[open] .faq-plus { transform: rotate(45deg); }
.faq-list details p { padding-right: 30px; font-size: 13px; color: var(--muted); margin-top: 14px; line-height: 1.8; }
.final-section { background: linear-gradient(#100d0b70, #100d0b70), url("/assets/embers.webp") center / cover, var(--night); color: var(--ink); padding: 78px 0; text-align: center; }
.final-star { display: block; font-size: 48px; color: var(--gold); line-height: 1; margin-bottom: 25px; }
.final-inner h2 { font-size: 51px; }
.final-inner > p:not(.eyebrow) { color: var(--muted); margin-top: 22px; font-size: 14px; }
.final-inner .button-pair { justify-content: center; margin-top: 28px; }
.final-inner > .final-gift { font-size: 10px!important; color: var(--gold)!important; }
.site-footer { padding: 35px 0; border-top: 1px solid #e0c89b18; }
.footer-top { display: flex; justify-content: space-between; gap: 40px; align-items: center; margin-bottom: 25px; }
.footer-top > div { display: flex; flex-wrap: wrap; gap: 23px; font-size: 11px; }
.site-footer p { font-size: 10px; color: var(--muted); margin-top: 9px; }
.sticky-cta { display: none; }
@media (min-width: 1200px) { .hero-grid { padding-top: 82px; padding-bottom: 80px; } }
@media (max-width: 1050px) {
  .wrap { width: calc(100% - 48px); }
  .header-inner { gap: 20px; }
  .header-inner nav { gap: 16px; }
  .hero-grid { grid-template-columns: 1.2fr 1fr; gap: 25px; }
  .hero-art { min-height: 430px; }
  .portrait-frame { width: 300px; }
  .art-note { padding: 15px 18px; }
  .art-note p { font-size: 14px; }
  .start-card { padding: 21px; }
  .pill { font-size: 9px; }
  .how-grid { gap: 48px; }
  .conversation-grid { gap: 55px; }
  .section-heading { gap: 35px; }
  .services-grid { column-gap: 35px; }
  .service-bottom { align-items: flex-start; flex-direction: column; gap: 12px; }
  .service-bottom .chooser { align-self: stretch; }
  .price-intro { grid-template-columns: 70px 1.3fr 1fr; gap: 22px; padding: 26px; }
  .daily-gift { padding-left: 22px; }
  .faq-grid { gap: 45px; }
}
@media (max-width: 800px) {
  .header-inner { min-height: 73px; }
  .header-inner nav { display: none; }
  .hero-grid { gap: 18px; }
  h1 { font-size: 49px; }
  .hero-lead { font-size: 15px; }
  .hero-art { min-height: 380px; }
  .portrait-frame { width: 245px; padding: 26px 12px; }
  .portrait-name { font-size: 26px; }
  .portrait-caption { font-size: 6px; letter-spacing: 1.2px; }
  .orbit-one { width: 340px; height: 340px; }
  .orbit-two { width: 370px; height: 200px; }
  .star-one { right: 0; }
  .hero-buttons .button { font-size: 12px; padding: 12px 16px; }
  .hero-bottom { font-size: 10px; }
  .hero-bottom > span::before { margin-right: 6px; }
  .section { padding: 65px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .section-intro { max-width: 530px; }
  .start-grid { gap: 12px; }
  .start-card { padding: 20px 16px; }
  .card-top { align-items: flex-start; flex-direction: column; gap: 14px; }
  .start-card h3 { font-size: 23px; }
  .start-card > p { font-size: 13px; }
  .card-bottom .chooser summary { font-size: 12px; }
  .how-grid { gap: 30px; }
  .chat-body { padding: 16px; }
  .sibyl-bubble { margin-right: 4px; }
  .user-bubble { margin-left: 22px; }
  .conversation-grid { gap: 30px; }
  .conversation-quote { padding-left: 26px; }
  .conversation-quote blockquote { font-size: 25px; }
  .price-intro { grid-template-columns: 70px 1fr; }
  .daily-gift { grid-column: 1 / -1; border-left: 0; border-top: 1px solid #675642; padding: 19px 0 0; }
  .pack { padding: 22px 16px; }
  .review { padding: 21px; }
  .reviews-track { --review-columns: 2; }
  .review blockquote { font-size: 25px; }
  .faq-grid { grid-template-columns: 1fr 1.7fr; gap: 30px; }
}
@media (max-width: 720px) {
  html { scroll-padding-top: 89px; }
  .wrap { width: calc(100% - 40px); }
  .header-inner { min-height: 70px; gap: 12px; }
  .brand { font-size: 24px; gap: 6px; }
  .brand-star { font-size: 36px; }
  .brand small { font-size: 7px; letter-spacing: 2px; }
  .header-inner > .chooser > summary { font-size: 11px; padding: 10px 12px; gap: 12px; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; padding-top: 43px; padding-bottom: 33px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.8px; margin-bottom: 18px; }
  h1 { font-size: clamp(43px, 11.3vw, 67px); letter-spacing: -.7px; }
  .hero-lead { font-size: 15px; margin-top: 22px; max-width: 460px; }
  .hero-buttons { margin-top: 24px; }
  .hero-buttons .button { flex: 1; font-size: 12px; padding: 12px 9px; gap: 7px; }
  .hero-gift { font-size: 11px; }
  .light-link { margin-top: 20px; }
  .hero-art { min-height: 320px; width: 300px; max-width: 100%; margin: auto; }
  .portrait-frame { width: 227px; padding: 20px 12px 22px; }
  .portrait-name { margin-top: 2px; }
  .orbit-one { width: 300px; height: 300px; }
  .orbit-two { width: 335px; height: 185px; }
  .art-note { padding: 12px 16px; transform: translateY(-24px) rotate(-3deg); }
  .art-note p { font-size: 12px; }
  .art-note > span { font-size: 26px; }
  .star-one { right: 7%; top: 6%; }
  .star-two { left: 0; }
  .hero-bottom { flex-wrap: wrap; gap: 11px 22px; justify-content: center; padding: 18px 0; font-size: 9px; }
  .section { padding: 53px 0; }
  h2 { font-size: 39px; letter-spacing: -.4px; }
  .section-heading { margin-bottom: 27px; gap: 17px; }
  .section-intro { font-size: 14px; }
  .start-grid { grid-template-columns: 1fr; gap: 16px; }
  .start-card { padding: 26px; }
  .card-top { flex-direction: row; align-items: center; margin-bottom: 20px; }
  .pill { font-size: 10px; }
  .start-card h3 { font-size: 27px; }
  .start-card > p { font-size: 14px; }
  .card-bottom { padding-top: 20px; }
  .card-bottom .chooser summary { font-size: 14px; }
  .menu-path, .cost { font-size: 12px; }
  .how-grid { grid-template-columns: 1fr; gap: 30px; }
  .steps { margin-top: 25px; }
  .steps li { padding: 14px 0; }
  .steps p { font-size: 14px; }
  .example { justify-self: center; max-width: 410px; }
  .chat-body { padding: 19px; }
  .bubble { font-size: 13px; }
  .chat-header div > span { font-size: 10px; }
  .services-grid { grid-template-columns: 1fr; }
  .service { padding: 24px 0; }
  .service > p { font-size: 14px; }
  .service h3 { font-size: 26px; }
  .service-bottom { flex-direction: row; align-items: center; gap: 14px; }
  .service-bottom .cost { max-width: 200px; font-size: 11px; }
  .service-bottom .chooser { align-self: center; }
  .service-bottom summary { font-size: 11px; gap: 8px; }
  .conversation-section { padding: 54px 0; }
  .conversation-grid { grid-template-columns: 1fr; gap: 39px; }
  .conversation-lead { font-size: 14px; }
  .conversation-instruction { font-size: 12px; }
  .conversation-grid .button { font-size: 12px; flex: 1; padding: 12px 9px; gap: 7px; }
  .conversation-quote { padding: 0 0 0 23px; }
  .conversation-quote blockquote { font-size: 29px; max-width: 380px; }
  .quote-mark { font-size: 65px; }
  .price-intro { gap: 20px; padding: 24px; }
  .price-intro h3 { font-size: 16px; }
  .price-intro p { font-size: 13px; }
  .packs { grid-template-columns: 1fr 1fr; gap: 18px 12px; }
  .pack { padding: 23px 19px; }
  .pack-badge { left: 8px; font-size: 8px; }
  .pack > strong { font-size: 36px; }
  .pricing-notes { grid-template-columns: 1fr; gap: 18px; }
  .reviews-track { --review-columns: 1; gap: 15px; }
  .review { padding: 26px; }
  .review blockquote { font-size: 26px; margin: 20px 0 24px; }
  .review figcaption { font-size: 12px; }
  .review-toolbar { gap: 10px; }
  .review-controls { gap: 10px; }
  .review-instructions { font-size: 10px; }
  .review-instructions > span[aria-hidden] { display: none; }
  .review-links { gap: 14px; flex-direction: column; }
  .faq-grid { grid-template-columns: 1fr; gap: 28px; }
  .faq-heading h2 br { display: none; }
  .faq-heading p:not(.eyebrow) { margin: 17px 0; }
  .faq-heading p br { display: none; }
  .faq-list details { padding: 21px 0; }
  .faq-list details p { padding-right: 10px; font-size: 14px; }
  .final-section { padding: 48px 0; }
  .final-inner h2 { font-size: 43px; }
  .final-inner > p:not(.eyebrow) { font-size: 14px; }
  .final-inner > p br { display: none; }
  .final-inner .button { flex: 1; font-size: 12px; padding: 12px 9px; gap: 7px; }
  .footer-top { align-items: flex-start; gap: 24px; flex-direction: column; }
  .footer-top > div { gap: 14px; font-size: 11px; }
  .site-footer { padding: 28px 0 calc(126px + env(safe-area-inset-bottom, 0px)); }
  .sticky-cta { display: block; position: fixed; bottom: 0; left: 0; right: 0; z-index: 15; padding: 8px 20px calc(10px + env(safe-area-inset-bottom, 0px)); border-top: 1px solid var(--line); background: #14110ffa; }
  .sticky-cta > span { display: block; font-size: 9px; color: var(--muted); margin-bottom: 5px; text-align: center; }
  .sticky-cta .button { flex: 1; min-height: 44px; padding: 9px 13px; font-size: 13px; }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 32px); }
  .header-inner > .chooser > summary { font-size: 10px; padding: 10px; gap: 6px; }
  .hero-buttons .button, .conversation-grid .button, .final-inner .button { font-size: 10px; }
  .hero-buttons .icon, .conversation-grid .icon, .final-inner .icon { width: 16px; }
  .hero-gift { font-size: 10px; }
  .start-card { padding: 22px; }
  .price-intro { grid-template-columns: 50px 1fr; padding: 20px; gap: 18px; }
  .service-bottom { flex-direction: column; align-items: stretch; }
  .service-bottom .chooser { align-self: stretch; }
}
/* Motion is progressive and can be paused; no essential content is hidden by CSS. */
[hidden] { display: none!important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
button { font: inherit; }
.site-header { transition: box-shadow .3s ease, background .3s ease; }
.site-header.is-scrolled { box-shadow: 0 8px 25px #0005; }
.reading-progress { position: absolute; bottom: -1px; left: 0; right: 0; height: 2px; pointer-events: none; }
.reading-progress span { display: block; height: 100%; background: #aa8651; transform: scaleX(0); transform-origin: left; }
.header-inner nav a { position: relative; }
.header-inner nav a::after { content: ''; position: absolute; left: 0; bottom: 5px; width: 100%; height: 1px; background: var(--copper); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.header-inner nav a[aria-current="location"]::after, .header-inner nav a:hover::after { transform: scaleX(1); }
html:not(.motion-enabled) { scroll-behavior: auto; }
html:not(.motion-enabled) .hero-art { transition: none; translate: none; }
html:not(.motion-enabled) .button:hover { transform: none; }
.hero-art { transition: translate .7s cubic-bezier(.2,.7,.3,1); }
.orbit-one::after { content: ''; position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); top: 48%; left: -3px; box-shadow: 0 0 15px #d1782f80; }
.motion-enabled .hero.is-in-view .orbit-one { animation: orbit-drift 55s linear infinite; }
.motion-enabled .hero.is-in-view .portrait-frame { animation: portrait-float 7s ease-in-out infinite; }
.motion-enabled .hero.is-in-view .art-star { animation: star-breathe 4s ease-in-out infinite alternate; }
.motion-enabled .hero.is-in-view .star-two { animation-delay: -2s; }
.hero-bottom { align-items: center; gap: 16px; }
@keyframes orbit-drift { to { transform: rotate(360deg); } }
@keyframes portrait-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes star-breathe { from { opacity: .5; transform: scale(.9); } to { opacity: 1; transform: scale(1.07); } }
.start-card, .pack, .review { transition: border-color .3s ease, box-shadow .3s ease, translate .3s ease; }
.start-card { position: relative; }
.start-card:has(details[open]) { z-index: 5; }
.start-card:focus-within { border-color: #b27e4d; }
.line-symbol { transition: transform .35s ease, color .35s ease; }
.chooser summary > span, .text-link > span { transition: transform .25s ease; }
.chooser[open] summary > span { transform: rotate(45deg); }
.button { transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:active { transform: translateY(0) scale(.98); }
@media (hover: hover) and (pointer: fine) {
  .motion-enabled .start-card:hover, .motion-enabled .pack:hover { translate: 0 -5px; border-color: #b27e4d; box-shadow: 0 14px 30px #0004; }
  .review:hover { border-color: #b27e4d; }
  .motion-enabled .start-card:hover .line-symbol { transform: rotate(-10deg) scale(1.12); }
  .motion-enabled .button:hover { box-shadow: 0 6px 24px #0003; }
  .motion-enabled .text-link:hover > span { transform: translateY(3px); }
  .service:hover .service-title h3 { color: var(--gold); }
}
.service-title h3 { transition: color .25s ease; }
.demo-tabs { display: flex; gap: 4px; padding: 5px; background: #120f0d; border: 1px solid var(--line); border-radius: 30px; margin-bottom: 15px; }
.demo-tabs button { flex: 1; min-height: 42px; padding: 8px 5px; border: 1px solid transparent; border-radius: 30px; background: transparent; color: var(--muted); font-size: 11px; cursor: pointer; transition: background .25s, color .25s, border-color .25s; }
.demo-tabs button:hover { color: var(--ink); background: var(--surface); }
.demo-tabs button[aria-selected="true"] { color: var(--gold); background: #493222; border-color: #9f7148; }
.demo-badge { margin-left: auto; font-size: 8px; letter-spacing: 1px; color: var(--gold); border: 1px solid #766049; border-radius: 4px; padding: 3px 6px; }
.demo-panel { min-height: 392px; }
.demo-reveal { width: 100%; display: flex; flex-direction: column; align-items: center; gap: 20px; padding: 26px 12px; color: var(--ink); background: transparent; border: 1px dashed #806043; border-radius: 10px; cursor: pointer; }
.demo-reveal:hover { background: #2b2119; border-color: var(--gold); }
.demo-reveal strong { display: block; font-family: var(--serif); font-size: 19px; font-weight: 400; }
.demo-reveal small { display: block; margin-top: 8px; color: var(--muted); font-size: 10px; }
.card-deck { position: relative; display: block; width: 100px; height: 117px; margin: 4px 0; perspective: 600px; }
.card-deck > span { position: absolute; inset: 0; width: 78px; margin: auto; border: 1px solid #a8895c; outline: 1px solid #a8895c66; outline-offset: -6px; border-radius: 7px; background: #36281d; transition: transform .4s ease; }
.card-deck > span:first-child { transform: translateX(-14px) rotate(-12deg); }
.card-deck > span:nth-child(2) { transform: translateX(14px) rotate(12deg); }
.card-deck > span:last-child { display: grid; place-items: center; color: var(--gold); font-size: 43px; background: radial-gradient(ellipse, #654326, #2c2017); }
.motion-enabled .demo-reveal:hover .card-deck > span:first-child { transform: translateX(-23px) rotate(-19deg); }
.motion-enabled .demo-reveal:hover .card-deck > span:nth-child(2) { transform: translateX(23px) rotate(19deg); }
.motion-enabled .demo-reveal:hover .card-deck > span:last-child { transform: translateY(-7px); }
.is-revealed .demo-reveal { padding: 10px; margin-bottom: 16px; }
.is-revealed .demo-reveal .card-deck, .is-revealed .demo-reveal small { display: none; }
.is-revealed .demo-reveal strong { font-family: inherit; font-size: 11px; color: var(--gold); }
.demo-card-row { display: flex; gap: 8px; margin: 0 0 17px; }
.demo-card-row > span { flex: 1; padding: 15px 3px 11px; border: 1px solid #8b714f; outline: 1px solid #8b714f66; outline-offset: -4px; border-radius: 5px; text-align: center; font-family: var(--serif); font-size: 28px; color: var(--gold); background: #35281e; }
.demo-card-row small { display: block; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 7px; }
.demo-moon { display: block; font-family: var(--serif); color: var(--gold); font-size: 38px; margin-bottom: 10px; }
.service-filters { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 28px; }
.service-filters button { min-height: 43px; padding: 10px 17px; border: 1px solid var(--line); border-radius: 30px; color: var(--muted); background: transparent; font-size: 12px; cursor: pointer; transition: background .2s, color .2s, border-color .2s; }
.service-filters button:hover { border-color: #bf945f; color: var(--ink); }
.service-filters button[aria-pressed="true"] { background: #493222; color: var(--gold); border-color: #9f7148; }
.service-filters button > span { padding-left: 8px; opacity: .8; }
@supports (interpolate-size: allow-keywords) {
  .faq-list details { interpolate-size: allow-keywords; }
  .faq-list details::details-content { block-size: 0; overflow: clip; transition: block-size .3s ease, content-visibility .3s allow-discrete; }
  .faq-list details[open]::details-content { block-size: auto; }
}
@media (max-width: 800px) {
  .hero-bottom { flex-wrap: wrap; justify-content: center; }
  .demo-panel { min-height: 400px; }
}
@media (max-width: 720px) {
  .demo-tabs button { font-size: 12px; }
  .service-filters { gap: 8px; }
  .service-filters button { padding: 10px 13px; font-size: 11px; }
  .demo-card-row small { font-size: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-art { translate: none!important; }
  .start-card, .pack, .review, .button { translate: none!important; }
}

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