@font-face { font-family: "Onest"; src: url("fonts/onest-400.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Onest"; src: url("fonts/onest-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Onest"; src: url("fonts/onest-600.ttf") format("truetype"); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url("fonts/cormorant-garamond-500.ttf") format("truetype"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Cormorant Garamond"; src: url("fonts/cormorant-garamond-500-italic.ttf") format("truetype"); font-style: italic; font-weight: 500; font-display: swap; }

:root {
  --ink: #241b2b;
  --ink-soft: #655b6a;
  --cream: #f6f3ed;
  --lavender: #eee8f2;
  --lavender-deep: #cfc2dc;
  --violet: #3d264b;
  --night: #1d1325;
  --gold: #c8a96a;
  --gold-soft: #e6d4ad;
  --line: rgba(54, 37, 62, .14);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Onest", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); overflow-x: hidden; }
body::selection { background: var(--lavender-deep); color: var(--night); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.page-glow { position: fixed; inset: 0; pointer-events: none; z-index: -1; background: radial-gradient(circle at 80% 8%, rgba(193,171,211,.18), transparent 28%); }
.section-shell { width: min(1200px, calc(100% - 88px)); margin-inline: auto; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 max(44px, calc((100vw - 1200px)/2)); color: #fff; transition: .35s ease; }
.site-header.scrolled { height: 72px; color: var(--ink); background: rgba(250,248,244,.86); border-bottom: 1px solid rgba(57,35,68,.08); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 16px; font-weight: 500; letter-spacing: -.02em; justify-self: start; }
.brand-orbit { width: 25px; height: 25px; border: 1px solid currentColor; border-radius: 50%; position: relative; opacity: .9; }
.brand-orbit::before { content: ""; position: absolute; width: 5px; height: 5px; background: var(--gold); border-radius: 50%; top: -2px; left: 4px; }
.brand-orbit i { position: absolute; width: 7px; height: 7px; left: 8px; top: 8px; border: 1px solid currentColor; transform: rotate(45deg); }
.desktop-nav { display: flex; gap: 42px; font-size: 13px; letter-spacing: .02em; }
.desktop-nav a { position: relative; opacity: .8; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: .3s; }
.desktop-nav a:hover { opacity: 1; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; display: flex; gap: 12px; align-items: center; font-size: 13px; padding-bottom: 7px; border-bottom: 1px solid currentColor; }
.header-cta span { color: var(--gold-soft); }
.site-header.scrolled .header-cta span { color: #987d49; }
.menu-button { display: none; }

.hero { width: 100%; min-height: min(920px, 100svh); padding-top: 92px; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); background: linear-gradient(116deg, #271830 0%, #382243 49%, #856d94 100%); color: #fff; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: radial-gradient(circle at 15% 25%, #fff 0 1px, transparent 1.5px), radial-gradient(circle at 74% 18%, #fff 0 1px, transparent 1.5px), radial-gradient(circle at 43% 74%, #fff 0 1px, transparent 1.5px), radial-gradient(circle at 91% 63%, #fff 0 1px, transparent 1.5px); background-size: 190px 190px, 270px 270px, 220px 220px, 330px 330px; }
.hero::after { content: ""; position: absolute; width: 660px; height: 660px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; right: -190px; bottom: -370px; }
.hero-copy { width: 100%; max-width: none; align-self: center; padding: 64px 70px 64px max(44px, calc((100vw - 1200px)/2)); position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 28px; text-transform: uppercase; font-size: 11px; letter-spacing: .2em; font-weight: 600; }
.eyebrow span { width: 38px; height: 1px; background: var(--gold); }
.hero h1, h2 { font-family: var(--sans); font-weight: 500; letter-spacing: -.055em; }
.hero h1 { margin: 0; font-size: clamp(50px, 4.1vw, 70px); line-height: 1.03; }
.hero h1 > span { display: block; }
.hero h1 > span + span { margin-top: 6px; }
em { font-family: var(--serif); font-weight: 500; letter-spacing: -.02em; color: var(--gold-soft); font-style: italic; }
.hero-lead { max-width: 580px; margin: 30px 0 0; color: rgba(255,255,255,.74); font-size: 16px; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 36px; margin-top: 42px; }
.button { min-height: 58px; min-width: 236px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 26px; border-radius: 2px; font-size: 13px; font-weight: 600; white-space: nowrap; transition: transform .25s, box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--gold-soft); color: #2a1e31; box-shadow: 0 14px 35px rgba(17,8,22,.22); }
.button-primary:hover { background: #f0dfb9; box-shadow: 0 18px 42px rgba(17,8,22,.3); }
.text-link { display: inline-flex; gap: 16px; padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.44); font-size: 13px; }
.text-link span { color: var(--gold-soft); }
.hero-note { display: flex; gap: 17px; align-items: flex-start; margin-top: 76px; color: rgba(255,255,255,.55); }
.hero-note span { font-family: var(--serif); color: var(--gold-soft); font-size: 12px; }
.hero-note p { margin: 0; font-size: 13px; line-height: 1.6; }

.hero-visual { position: relative; min-width: 0; z-index: 1; }
.portrait { margin: 0; position: relative; overflow: hidden; }
.portrait img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.72) contrast(.94); }
.portrait-hero img { object-position: 52% 46%; filter: saturate(.88) contrast(.98) brightness(.9); }
.portrait-hero { height: min(790px, calc(100svh - 138px)); min-height: 620px; width: min(78%, 590px); position: absolute; bottom: 0; right: max(44px, calc((100vw - 1200px)/2)); border-radius: 48% 48% 2px 2px; border: 1px solid rgba(255,255,255,.24); box-shadow: 0 30px 80px rgba(18,8,22,.34); }
.photo-fallback { position: absolute; inset: 0; display: grid; place-items: center; background: radial-gradient(circle at 48% 27%, rgba(237,222,237,.55) 0 9%, transparent 9.5%), radial-gradient(ellipse at 50% 56%, rgba(67,41,78,.48) 0 22%, transparent 22.5%), linear-gradient(145deg, #beaaca 0%, #9275a4 43%, #4e365b 100%); }
.photo-fallback::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,14,32,.3), transparent 55%), radial-gradient(circle at 20% 20%, rgba(255,255,255,.14), transparent 38%); }
.photo-fallback span { position: relative; z-index: 1; text-align: center; font-family: var(--serif); font-size: 13px; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.75); }
.portrait-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(22,11,29,.36), transparent 52%); pointer-events: none; }
.floating-card { position: absolute; z-index: 4; left: -20px; bottom: 80px; width: 238px; padding: 24px; background: rgba(250,248,244,.94); backdrop-filter: blur(12px); color: var(--ink); box-shadow: 0 18px 50px rgba(20,10,25,.2); }
.floating-card .mini-star { color: var(--gold); font-size: 16px; }
.floating-card p { margin: 15px 0 0; font-size: 12px; line-height: 1.65; }
.vertical-label { position: absolute; right: 9px; top: 50%; transform: rotate(90deg) translateX(50%); transform-origin: right center; font-size: 8px; letter-spacing: .24em; text-transform: uppercase; color: rgba(255,255,255,.55); white-space: nowrap; }
.orbit { position: absolute; border: 1px solid rgba(230,212,173,.25); border-radius: 50%; }
.orbit-one { width: 570px; height: 300px; transform: rotate(-24deg); top: 150px; right: -80px; }
.orbit-two { width: 430px; height: 430px; top: 0; left: 30px; }

.zodiac-ribbon { height: 58px; display: flex; align-items: center; overflow: hidden; contain: layout paint; position: relative; color: rgba(255,255,255,.72); background: #1d1325; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.zodiac-track { width: max-content; position: absolute; left: 0; display: flex; align-items: center; gap: 29px; white-space: nowrap; animation: zodiacMove 34s linear infinite; }
.zodiac-track span { font-size: 11px; text-transform: uppercase; letter-spacing: .15em; }
.zodiac-track i { color: var(--gold); font-size: 9px; font-style: normal; }
@keyframes zodiacMove { to { transform: translateX(-50%); } }

.manifesto { padding: 105px 0 80px; text-align: center; position: relative; }
.manifesto::before, .manifesto::after { content: ""; position: absolute; top: 50%; width: 18%; height: 1px; background: var(--line); }
.manifesto::before { left: 0; } .manifesto::after { right: 0; }
.manifesto-mark { color: var(--gold); }
.manifesto p { margin: 20px 0 12px; color: var(--ink-soft); font-size: 15px; }
.manifesto h2 { margin: 0; font-size: clamp(31px, 3.3vw, 47px); line-height: 1.28; }
.manifesto h2 em, .section-heading h2 em, .about h2 em, .reviews h2 em, .contact h2 em { color: #7c648b; }

.method-notes { display: grid; grid-template-columns: repeat(3,1fr); margin-bottom: 125px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.method-notes article { min-height: 245px; padding: 35px 32px 30px; position: relative; }
.method-notes article + article { border-left: 1px solid var(--line); }
.method-notes article::after { content: ""; position: absolute; width: 8px; height: 8px; right: 24px; top: 24px; border: 1px solid var(--gold); transform: rotate(45deg); }
.method-notes span { color: #9a7d46; font-size: 10px; text-transform: uppercase; letter-spacing: .17em; }
.method-notes h3 { max-width: 295px; margin: 38px 0 15px; font-size: 18px; line-height: 1.42; letter-spacing: -.025em; }
.method-notes p { max-width: 300px; margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.75; }

.products { padding-bottom: 125px; position: relative; }
.products::before { content: "02"; position: absolute; z-index: -1; right: -10px; top: -95px; font-size: 220px; font-weight: 600; line-height: 1; letter-spacing: -.1em; color: rgba(68,45,78,.035); }
.section-heading { display: grid; grid-template-columns: 1fr 390px; align-items: end; gap: 70px; margin-bottom: 55px; }
.section-heading h2, .about h2, .reviews h2 { font-size: clamp(36px, 3.5vw, 50px); line-height: 1.14; margin: 0; }
.section-heading > p { color: var(--ink-soft); font-size: 15px; line-height: 1.75; padding-bottom: 7px; margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 18px; }
.product-card { grid-column: span 4; min-height: 430px; padding: 28px; border: 1px solid var(--line); display: flex; flex-direction: column; position: relative; overflow: hidden; background: rgba(255,255,255,.38); transition: transform .35s, box-shadow .35s; }
.product-card:hover { transform: translateY(-7px); box-shadow: 0 28px 60px rgba(54,35,62,.09); }
.product-large { grid-column: span 5; background: #e9e1ed; }
.product-dark { grid-column: span 7; color: #fff; background: linear-gradient(145deg, #291a34, #4c325b); }
.product-dark::before { content: ""; position: absolute; width: 310px; height: 310px; border: 1px solid rgba(224,202,159,.17); border-radius: 50%; right: -90px; top: -100px; }
.product-quiet { grid-column: span 8; background: #f2eee7; }
.product-index { font-family: var(--serif); font-size: 11px; color: var(--gold); align-self: flex-end; }
.line-icon { width: 74px; height: 74px; margin: 37px 0 auto; position: relative; color: #8b7199; }
.line-icon::before, .line-icon::after, .line-icon i { content: ""; position: absolute; display: block; }
.icon-pages::before { width: 39px; height: 50px; border: 1px solid currentColor; left: 10px; top: 7px; }
.icon-pages::after { width: 39px; height: 50px; border: 1px solid currentColor; left: 18px; top: 14px; }
.icon-orbit { color: var(--gold-soft); }
.icon-orbit::before { width: 52px; height: 52px; border: 1px solid currentColor; border-radius: 50%; left: 8px; top: 8px; }
.icon-orbit::after { width: 62px; height: 28px; border: 1px solid currentColor; border-radius: 50%; left: 3px; top: 21px; transform: rotate(-25deg); }
.icon-orbit i { width: 6px; height: 6px; border-radius: 50%; background: currentColor; right: 4px; top: 22px; }
.icon-wave::before { width: 50px; height: 50px; border: 1px solid currentColor; border-radius: 50%; left: 10px; top: 10px; }
.icon-wave::after { width: 34px; height: 17px; border-radius: 50%; border-bottom: 1px solid currentColor; left: 18px; top: 22px; transform: rotate(-20deg); }
.icon-plus::before { width: 1px; height: 55px; background: currentColor; left: 35px; top: 8px; }
.icon-plus::after { width: 55px; height: 1px; background: currentColor; left: 8px; top: 35px; }
.product-copy h3 { font-size: 22px; font-weight: 500; letter-spacing: -.035em; line-height: 1.3; margin: 0; }
.product-copy p { max-width: 410px; color: var(--ink-soft); font-size: 14px; line-height: 1.72; margin: 15px 0 25px; }
.product-dark .product-copy p { color: rgba(255,255,255,.6); }
.product-card > a { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid currentColor; padding-top: 17px; font-size: 13px; opacity: .82; }

.bot-section { min-height: 690px; padding: 100px 0; color: #fff; background: radial-gradient(circle at 20% 50%, #533863 0%, #2d1c38 34%, #1d1325 70%); position: relative; overflow: hidden; }
.bot-section::after { content: "03"; position: absolute; right: 5%; bottom: -62px; font-size: 250px; font-weight: 600; line-height: 1; letter-spacing: -.1em; color: rgba(255,255,255,.025); }
.bot-section::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: radial-gradient(circle at 25% 38%, #fff 0 1px, transparent 1.3px), radial-gradient(circle at 85% 30%, #fff 0 1px, transparent 1.3px); background-size: 160px 160px, 260px 260px; }
.bot-inner { display: grid; grid-template-columns: 44% 56%; align-items: center; position: relative; z-index: 2; }
.bot-orb { height: 470px; position: relative; }
.bot-orb::before, .bot-orb::after { content: ""; position: absolute; border: 1px solid rgba(230,212,173,.22); border-radius: 50%; }
.bot-orb::before { width: 410px; height: 410px; left: 0; top: 30px; }
.bot-orb::after { width: 410px; height: 145px; left: 0; top: 160px; transform: rotate(-24deg); }
.bot-orb > div { position: absolute; width: 230px; height: 230px; border-radius: 50%; left: 90px; top: 120px; display: grid; place-items: center; background: radial-gradient(circle at 40% 35%, #9476a4, #4a3158 45%, #25172f 72%); box-shadow: 0 0 80px rgba(183,147,199,.33), inset -20px -20px 45px rgba(13,6,18,.4); }
.bot-orb > div::after { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }
.bot-orb span { color: var(--gold-soft); font-size: 36px; text-shadow: 0 0 25px rgba(230,212,173,.8); }
.bot-copy { padding-left: 65px; }
.eyebrow-light { color: rgba(255,255,255,.66); }
.bot-copy h2 { font-size: clamp(39px, 3.8vw, 56px); line-height: 1.12; margin: 0; }
.bot-features { display: flex; flex-wrap: wrap; gap: 11px; margin: 36px 0; }
.bot-features span { border: 1px solid rgba(255,255,255,.16); border-radius: 50px; padding: 10px 15px; color: rgba(255,255,255,.76); font-size: 12px; }
.button-gold { background: var(--gold-soft); color: var(--ink); }
.constellation { position: absolute; right: 6%; top: 12%; width: 260px; height: 220px; opacity: .4; }
.constellation::before { content: ""; position: absolute; width: 235px; height: 130px; border-top: 1px solid var(--gold-soft); transform: rotate(18deg); top: 80px; left: 0; }
.constellation i { position: absolute; width: 5px; height: 5px; background: var(--gold-soft); border-radius: 50%; box-shadow: 0 0 10px var(--gold-soft); }
.constellation i:nth-child(1){left:0;top:90px}.constellation i:nth-child(2){left:55px;top:45px}.constellation i:nth-child(3){left:116px;top:105px}.constellation i:nth-child(4){left:182px;top:65px}.constellation i:nth-child(5){right:0;top:130px}

.about { padding: 145px 0; display: grid; grid-template-columns: 44% 56%; gap: 100px; align-items: center; position: relative; }
.about::before { content: "04"; position: absolute; z-index: -1; left: -55px; top: 48px; font-size: 210px; font-weight: 600; line-height: 1; letter-spacing: -.1em; color: rgba(68,45,78,.035); }
.about-visual { position: relative; padding-left: 50px; }
.portrait-about { height: 600px; max-width: 430px; border-radius: 220px 220px 3px 3px; box-shadow: -28px 28px 0 #e9e1ed; }
.portrait-about img { object-position: 50% 47%; filter: saturate(.78) contrast(1.04) brightness(.9); }
.photo-fallback-light { background: radial-gradient(circle at 50% 27%, rgba(240,228,235,.75) 0 9%, transparent 9.5%), radial-gradient(ellipse at 50% 56%, rgba(123,96,134,.46) 0 22%, transparent 22.5%), linear-gradient(145deg,#e3d9df,#c1afc7 48%,#8f7399); }
.about-caption { position: absolute; right: -20px; bottom: 42px; padding: 22px 28px; background: #fff; min-width: 175px; box-shadow: 0 14px 36px rgba(44,28,51,.1); }
.about-caption span { display: block; font-size: 18px; font-weight: 500; letter-spacing: -.03em; }
.about-caption small { color: var(--ink-soft); font-size: 9px; text-transform: uppercase; letter-spacing: .18em; }
.about-copy h2 { margin-bottom: 34px; }
.about-text { max-width: 570px; border-left: 1px solid var(--gold); padding-left: 28px; }
.about-text p { color: var(--ink-soft); font-size: 15px; line-height: 1.82; }
.about-text blockquote { margin: 28px 0; font-family: var(--serif); font-size: 24px; font-style: italic; line-height: 1.45; }
.text-link-dark { margin-top: 28px; border-color: var(--line); }
.text-link-dark span { color: #9b7f49; }

.professional-note { margin-top: -25px; margin-bottom: 120px; padding: 42px 48px; display: grid; grid-template-columns: 32px minmax(250px,.85fr) minmax(320px,1.15fr); gap: 35px; align-items: center; border: 1px solid var(--line); background: rgba(255,255,255,.32); }
.professional-note-mark { align-self: start; color: var(--gold); font-size: 18px; }
.professional-note .eyebrow { margin-bottom: 16px; }
.professional-note h2 { margin: 0; font-size: 31px; line-height: 1.12; }
.professional-note > p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.78; }

.start-section { padding: 130px 0; background: #eee8f2; position: relative; overflow: hidden; }
.start-section::before { content: "05"; position: absolute; right: 4%; top: -52px; font-size: 235px; font-weight: 600; line-height: 1; letter-spacing: -.1em; color: rgba(68,45,78,.035); }
.start-heading { margin-bottom: 55px; }
.path-list { border-top: 1px solid rgba(52,35,61,.22); }
.path-item { min-height: 100px; display: grid; grid-template-columns: 70px 1.3fr 1fr 40px; align-items: center; gap: 24px; border-bottom: 1px solid rgba(52,35,61,.18); transition: padding .25s, background .25s; }
.path-item:hover { padding: 0 18px; background: rgba(255,255,255,.38); }
.path-num { font-family: var(--serif); font-size: 11px; color: #9b7f49; }
.path-title { font-size: 17px; font-weight: 500; letter-spacing: -.025em; }
.path-product { color: var(--ink-soft); font-size: 13px; }
.path-item i { justify-self: end; font-style: normal; color: #9b7f49; }

.reviews { padding: 135px 0 150px; }
.reviews-head { text-align: center; margin-bottom: 55px; }
.reviews-head .eyebrow { justify-content: center; }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; align-items: center; }
.review-card { min-height: 345px; padding: 33px; border: 1px solid var(--line); display: flex; flex-direction: column; background: rgba(255,255,255,.3); }
.review-featured { min-height: 390px; background: #3a2746; color: #fff; border: 0; box-shadow: 0 28px 65px rgba(41,25,49,.2); }
.quote { font-family: var(--serif); color: var(--gold); font-size: 48px; line-height: 1; }
.review-card > p { font-family: var(--serif); font-size: 17px; line-height: 1.75; margin: 25px 0 auto; }
.review-card footer { padding-top: 35px; border-top: 1px solid var(--line); }
.review-featured footer { border-color: rgba(255,255,255,.15); }
.review-card footer span, .review-card footer small { display: block; }
.review-card footer span { font-size: 12px; font-weight: 600; }
.review-card footer small { margin-top: 5px; color: var(--ink-soft); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.review-featured footer small { color: rgba(255,255,255,.46); }

.contact { min-height: 670px; position: relative; overflow: hidden; display: grid; place-items: center; text-align: center; color: #fff; background: linear-gradient(135deg,#24162e,#4a3157 55%,#745b80); }
.contact::before { content: ""; position: absolute; width: 650px; height: 650px; border: 1px solid rgba(230,212,173,.16); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.contact::after { content: ""; position: absolute; width: 860px; height: 280px; border: 1px solid rgba(230,212,173,.12); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-12deg); }
.contact-inner { position: relative; z-index: 2; max-width: 720px; }
.contact .eyebrow { justify-content: center; }
.contact h2 { font-size: clamp(48px, 5vw, 68px); line-height: 1.05; margin: 0; }
.contact-inner > p:not(.eyebrow) { max-width: 650px; margin: 30px auto; color: rgba(255,255,255,.7); font-size: 15px; line-height: 1.8; }
.social-links { display: flex; justify-content: center; gap: 50px; margin-top: 45px; }
.social-links a { min-width: 150px; padding: 0 0 12px; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.38); font-size: 12px; }
.social-links a span { color: var(--gold-soft); }
.instagram-disclaimer { max-width: 650px !important; margin: 30px auto 0 !important; color: rgba(255,255,255,.42) !important; font-size: 9px !important; line-height: 1.55 !important; }
.contact-glow { position: absolute; width: 420px; height: 420px; left: 50%; top: 50%; transform: translate(-50%,-50%); border-radius: 50%; background: rgba(181,144,192,.18); filter: blur(80px); }

.site-footer { min-height: 138px; display: grid; grid-template-columns: 1fr minmax(360px,auto) 1fr; align-items: center; padding: 22px max(44px,calc((100vw - 1200px)/2)); background: var(--night); color: rgba(255,255,255,.6); font-size: 10px; }
.brand-footer { color: #fff; }
.footer-center { text-align: center; }
.footer-center > p { margin: 0 0 12px; }
.legal-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 18px; }
.legal-links a, .legal-links button, .legal-footer button { padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.22); color: inherit; background: none; font: inherit; cursor: pointer; }
.site-footer > a:last-child { justify-self: end; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 25px; transform: translate(-50%, 20px); padding: 13px 20px; background: #fff; color: var(--ink); font-size: 12px; box-shadow: 0 12px 40px rgba(20,12,25,.22); opacity: 0; pointer-events: none; transition: .25s; }
.toast.show { opacity: 1; transform: translate(-50%,0); }

.cookie-banner { position: fixed; z-index: 250; right: 22px; bottom: 22px; width: min(560px,calc(100% - 44px)); padding: 25px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; color: var(--ink); background: rgba(250,248,244,.97); border: 1px solid rgba(68,45,78,.16); box-shadow: 0 24px 70px rgba(20,12,25,.24); backdrop-filter: blur(18px); opacity: 0; transform: translateY(18px); transition: opacity .26s ease, transform .26s ease; }
.cookie-banner[hidden] { display: none; }
.cookie-banner.is-visible { opacity: 1; transform: none; }
.cookie-copy > span { display: block; margin-bottom: 9px; color: #8f7446; font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .15em; }
.cookie-copy p { margin: 0 0 9px; font-size: 12px; line-height: 1.6; }
.cookie-copy a { color: var(--ink-soft); font-size: 10px; border-bottom: 1px solid var(--line); }
.cookie-actions { display: grid; gap: 8px; min-width: 115px; }
.cookie-actions button { min-height: 39px; border: 1px solid var(--ink); font: 500 11px var(--sans); cursor: pointer; }
.cookie-accept { color: #fff; background: var(--ink); }
.cookie-reject { color: var(--ink); background: transparent; }

.legal-page { min-height: 100vh; background: #f5f1f2; }
.legal-header { height: 90px; padding: 0 max(28px,calc((100vw - 1080px)/2)); display: flex; justify-content: space-between; align-items: center; color: var(--ink); border-bottom: 1px solid var(--line); }
.legal-back { padding-bottom: 7px; border-bottom: 1px solid var(--line); font-size: 11px; }
.legal-document { width: min(calc(100% - 48px),1080px); margin: 0 auto; padding: 100px 0 120px; }
.legal-intro { padding-bottom: 70px; border-bottom: 1px solid var(--line); }
.legal-intro h1 { margin: 0; font-size: clamp(48px,7vw,86px); line-height: .95; letter-spacing: -.055em; }
.legal-intro h1 em { color: #80698b; font-family: var(--serif); font-weight: 500; }
.legal-intro > p:last-child { margin: 28px 0 0; color: var(--ink-soft); font-size: 11px; }
.legal-content section { padding: 48px 0; display: grid; grid-template-columns: 70px 1fr; border-bottom: 1px solid var(--line); }
.legal-content section > span { color: #9b7f49; font-family: var(--serif); font-size: 12px; }
.legal-content section > div { max-width: 760px; }
.legal-content h2 { margin: 0 0 20px; font-size: 25px; font-weight: 500; letter-spacing: -.035em; }
.legal-content p { margin: 0 0 14px; color: var(--ink-soft); font-size: 14px; line-height: 1.82; }
.legal-footer { min-height: 105px; padding: 26px max(28px,calc((100vw - 1080px)/2)); display: flex; justify-content: space-between; align-items: center; gap: 24px; color: rgba(255,255,255,.62); background: var(--night); font-size: 10px; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease, transform .8s ease; }
.reveal-delay { transition-delay: .15s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .section-shell { width: min(100% - 48px, 900px); }
  .site-header { padding-inline: 24px; }
  .hero { grid-template-columns: 56% 44%; min-height: 720px; }
  .hero-copy { padding-left: 36px; padding-right: 24px; }
  .hero h1 { font-size: 54px; }
  .portrait-hero { width: 100%; right: 0; border-radius: 46% 0 0 0; }
  .floating-card { left: -70px; }
  .product-card, .product-large { grid-column: span 6; }
  .product-dark, .product-quiet { grid-column: span 6; }
  .about { grid-template-columns: 43% 57%; gap: 55px; }
  .about-visual { padding-left: 20px; }
  .bot-copy { padding-left: 25px; }
  .bot-orb::before, .bot-orb::after { width: 350px; }
  .bot-orb > div { left: 60px; }
  .method-notes article { padding-inline: 24px; }
  .method-notes h3 { font-size: 17px; }
}

@media (max-width: 820px) {
  .section-shell { width: calc(100% - 36px); }
  .site-header { height: 72px; grid-template-columns: 1fr auto; }
  .site-header, .site-header.scrolled { color: var(--ink); background: rgba(250,248,244,.92); backdrop-filter: blur(16px); }
  .header-cta { display: none; }
  .menu-button { display: grid; gap: 6px; width: 34px; height: 34px; place-content: center; border: 0; background: none; padding: 0; }
  .menu-button span { display: block; width: 20px; height: 1px; background: currentColor; transition: .25s; }
  .menu-open .menu-button span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-button span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .desktop-nav { position: fixed; top: 72px; left: 0; right: 0; padding: 28px 24px 34px; display: grid; gap: 24px; background: rgba(250,248,244,.97); color: var(--ink); transform: translateY(-140%); transition: .35s; z-index: -1; border-bottom: 1px solid var(--line); }
  .menu-open .desktop-nav { transform: none; }
  .hero { min-height: auto; padding-top: 72px; display: flex; flex-direction: column; background: linear-gradient(152deg,#f2ecf3 0%,#d6c8dd 48%,#6d527a 100%); color: var(--ink); }
  .hero::before { opacity: .18; }
  .hero-copy { width: 100%; max-width: none; padding: 64px 24px 42px; }
  .hero h1 { font-size: clamp(42px,11.5vw,56px); line-height: 1.02; }
  .hero h1 > span + span { margin-top: 8px; }
  .hero h1 em { color: #725b80; }
  .hero-lead { max-width: 600px; color: var(--ink-soft); font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .hero-actions .button { width: min(100%, 330px); }
  .text-link { border-color: rgba(40,27,48,.3); }
  .hero-note { display: none; }
  .hero-visual { height: 570px; }
  .portrait-hero { width: calc(100% - 42px); height: 540px; min-height: 0; max-height: none; right: 0; border-radius: 52% 0 0 0; }
  .floating-card { left: 18px; bottom: 34px; width: 210px; }
  .vertical-label { display: none; }
  .zodiac-ribbon { height: 54px; }
  .zodiac-track { gap: 23px; animation-duration: 28s; }
  .manifesto { padding: 78px 0 60px; }
  .manifesto::before, .manifesto::after { display: none; }
  .manifesto h2 { font-size: 34px; }
  .method-notes { grid-template-columns: 1fr; margin-bottom: 88px; }
  .method-notes article { min-height: 0; padding: 30px 28px 32px; }
  .method-notes article + article { border-left: 0; border-top: 1px solid var(--line); }
  .method-notes h3 { max-width: 520px; margin-top: 27px; font-size: 19px; }
  .method-notes p { max-width: 580px; font-size: 14px; }
  .products { padding-bottom: 90px; }
  .products::before, .about::before, .start-section::before { font-size: 130px; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .section-heading h2, .about h2, .reviews h2 { font-size: 38px; }
  .product-grid { display: block; }
  .product-card { min-height: 360px; margin-bottom: 14px; }
  .bot-section { padding: 85px 0; }
  .bot-inner { display: flex; flex-direction: column; }
  .bot-orb { width: 100%; height: 330px; order: 2; margin-top: 35px; }
  .bot-orb::before { width: 300px; height: 300px; left: 50%; transform: translateX(-50%); }
  .bot-orb::after { width: 330px; left: 50%; transform: translateX(-50%) rotate(-24deg); top: 115px; }
  .bot-orb > div { width: 180px; height: 180px; left: 50%; top: 90px; transform: translateX(-50%); }
  .bot-copy { padding-left: 0; }
  .bot-copy h2 { font-size: 42px; }
  .constellation { display: none; }
  .about { padding: 90px 0; display: flex; flex-direction: column; gap: 75px; }
  .about-visual { width: 100%; padding-left: 15px; }
  .portrait-about { height: 520px; max-width: calc(100% - 35px); }
  .about-caption { right: 0; }
  .professional-note { margin-top: 0; margin-bottom: 80px; padding: 32px; grid-template-columns: 26px 1fr; gap: 24px; }
  .professional-note > p { grid-column: 2; }
  .start-section { padding: 90px 0; }
  .path-item { min-height: 120px; grid-template-columns: 38px 1fr 24px; gap: 12px; }
  .path-title { font-size: 17px; }
  .path-product { grid-column: 2; font-size: 12px; margin-top: -25px; }
  .path-item i { grid-column: 3; grid-row: 1 / 3; }
  .reviews { padding: 90px 0; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card, .review-featured { min-height: 330px; }
  .contact { min-height: 620px; }
  .contact h2 { font-size: 52px; }
  .social-links { flex-direction: column; gap: 24px; align-items: center; }
  .social-links a { min-width: 210px; }
  .site-footer { padding: 30px 24px; grid-template-columns: 1fr auto; gap: 24px; }
  .footer-center { grid-column: 1 / -1; grid-row: 2; }
  .cookie-banner { right: 18px; bottom: 18px; width: calc(100% - 36px); grid-template-columns: 1fr; }
  .cookie-actions { grid-template-columns: 1fr 1fr; }
  .legal-document { width: calc(100% - 36px); padding: 70px 0 90px; }
  .legal-content section { grid-template-columns: 42px 1fr; padding: 38px 0; }
  .legal-footer { flex-wrap: wrap; }
}

@media (max-width: 480px) {
  .section-shell { width: calc(100% - 28px); }
  .brand { font-size: 15px; }
  .hero-copy { padding: 54px 18px 38px; }
  .eyebrow { margin-bottom: 22px; font-size: 9px; letter-spacing: .17em; }
  .hero h1 { font-size: clamp(37px, 11.5vw, 48px); }
  .hero-lead { margin-top: 24px; font-size: 15px; line-height: 1.65; }
  .hero-actions { margin-top: 32px; }
  .hero-actions .button { width: 100%; min-width: 0; }
  .hero-visual { height: 485px; }
  .portrait-hero { width: calc(100% - 18px); height: 465px; }
  .floating-card { left: 14px; bottom: 22px; width: 196px; padding: 20px; }
  .manifesto h2 { font-size: 29px; }
  .manifesto p { font-size: 14px; }
  .section-heading h2, .about h2, .reviews h2 { font-size: 33px; }
  .section-heading > p { font-size: 14px; }
  .product-card { min-height: 345px; padding: 24px; }
  .product-copy h3 { font-size: 21px; }
  .bot-copy h2 { font-size: 36px; }
  .bot-features { align-items: flex-start; flex-direction: column; }
  .bot-section .button { width: 100%; min-width: 0; }
  .bot-orb { transform: scale(.9); margin-inline: auto; }
  .portrait-about { height: 465px; max-width: calc(100% - 20px); }
  .about-caption { padding: 18px 22px; min-width: 150px; }
  .professional-note { padding: 26px 22px; grid-template-columns: 1fr; }
  .professional-note-mark { display: none; }
  .professional-note > p { grid-column: 1; }
  .professional-note h2 { font-size: 27px; }
  .path-item { min-height: 132px; }
  .path-title { font-size: 16px; }
  .contact { min-height: 570px; }
  .contact h2 { font-size: 43px; }
  .contact-inner > p:not(.eyebrow) { font-size: 14px; }
  .cookie-actions { grid-template-columns: 1fr; }
  .legal-header { height: 75px; padding-inline: 18px; }
  .legal-back span { display: none; }
  .legal-document { width: calc(100% - 28px); padding-top: 55px; }
  .legal-intro { padding-bottom: 50px; }
  .legal-content section { grid-template-columns: 1fr; gap: 16px; }
}

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