:root {
  --ink: #25202a;
  --ink-soft: #615a65;
  --cream: #faf8f4;
  --paper: #fffdf9;
  --lilac: #b89cc9;
  --violet: #76528e;
  --violet-deep: #392943;
  --violet-dark: #201925;
  --lavender: #eee6f2;
  --gold: #c6a76b;
  --line: rgba(57, 41, 67, .13);
  --shadow: 0 24px 70px rgba(57, 41, 67, .13);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(800px, calc(100% - 48px)); text-align: center; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; transform: translateY(-150%); background: white; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: .3s ease; }
.site-header.scrolled { background: rgba(250,248,244,.9); box-shadow: 0 10px 35px rgba(35,27,39,.08); backdrop-filter: blur(16px); }
.nav-wrap { height: 88px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1.15; }
.brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 19px; font-weight: 500; letter-spacing: .01em; }
.brand small { display: block; margin-top: 4px; color: var(--ink-soft); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.brand-mark { width: 38px; height: 38px; border: 1px solid rgba(118,82,142,.35); border-radius: 50%; display: grid; place-items: center; position: relative; }
.brand-mark::before, .brand-mark::after, .brand-mark i { content: ""; position: absolute; border: 1px solid var(--violet); border-radius: 50%; width: 9px; height: 22px; transform: rotate(45deg); }
.brand-mark::after { transform: rotate(-45deg); }
.brand-mark i { transform: rotate(90deg); }
nav { display: flex; align-items: center; gap: 29px; }
nav a { text-decoration: none; font-size: 13px; font-weight: 600; letter-spacing: .02em; }
nav a:not(.nav-cta) { position: relative; }
nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--violet); transition: right .25s; }
nav a:hover::after { right: 0; }
.nav-cta { border: 1px solid var(--violet); color: var(--violet); padding: 11px 18px; border-radius: 100px; transition: .25s; }
.nav-cta:hover { background: var(--violet); color: white; }
.nav-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; }
.nav-toggle span:not(.sr-only) { display: block; height: 1px; background: var(--ink); margin: 6px 0; }

.hero { min-height: 100vh; padding: 142px 0 0; position: relative; overflow: hidden; background: radial-gradient(circle at 73% 42%, #f0e8f4 0, transparent 32%), linear-gradient(135deg, #fbf9f5 25%, #f4eff5 100%); }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; border: 1px solid rgba(118,82,142,.08); border-radius: 50%; right: -180px; top: -180px; box-shadow: 0 0 0 80px rgba(118,82,142,.025), 0 0 0 160px rgba(118,82,142,.018); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; min-height: 650px; gap: 70px; position: relative; z-index: 2; }
.eyebrow, .kicker { margin: 0 0 18px; color: var(--violet); font-size: 11px; font-weight: 750; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 34px; height: 1px; background: var(--violet); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.08; letter-spacing: -.035em; }
h1 { margin-bottom: 26px; font-size: clamp(54px, 6vw, 88px); }
h1 em, .contact h2 em { color: var(--violet); font-weight: 400; }
.intro { max-width: 600px; color: var(--ink-soft); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 15px 23px; border-radius: 100px; text-decoration: none; font-size: 13px; font-weight: 700; letter-spacing: .02em; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--violet); box-shadow: 0 12px 30px rgba(118,82,142,.23); }
.button-primary:hover { background: #69457f; box-shadow: 0 16px 35px rgba(118,82,142,.3); }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--violet-deep); font-size: 13px; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(57,41,67,.3); padding-bottom: 3px; }
.trust-row { display: flex; gap: 28px; margin-top: 50px; }
.trust-row div { padding-right: 28px; border-right: 1px solid var(--line); }
.trust-row div:last-child { border: 0; }
.trust-row strong { display: block; color: var(--violet-deep); font-family: Georgia, serif; font-size: 28px; font-weight: 400; line-height: 1; }
.trust-row span { display: block; color: var(--ink-soft); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; margin-top: 8px; }
.hero-visual { position: relative; height: 590px; display: grid; place-items: center; }
.portrait-card { width: 345px; height: 475px; border-radius: 180px 180px 24px 24px; overflow: hidden; position: relative; z-index: 2; box-shadow: var(--shadow); border: 7px solid rgba(255,255,255,.65); }
.portrait-card img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.portrait-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(29,21,34,.75)); }
.portrait-label { position: absolute; z-index: 2; bottom: 22px; left: 28px; color: white; }
.portrait-label span { display: block; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; opacity: .78; }
.portrait-label strong { display: block; font: 400 27px/1.2 Georgia, serif; margin-top: 3px; }
.energy-stage { position: absolute; inset: 0; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(118,82,142,.24); border-radius: 50%; animation: breathe 5s ease-in-out infinite; }
.orbit-1 { width: 460px; height: 460px; }
.orbit-2 { width: 530px; height: 530px; animation-delay: .7s; border-color: rgba(198,167,107,.22); }
.orbit-3 { width: 380px; height: 560px; transform: rotate(36deg); border-style: dashed; }
.spark { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 15px var(--gold); }
.spark-1 { top: 18%; right: 10%; }.spark-2 { bottom: 14%; left: 3%; width: 5px; height: 5px; }.spark-3 { top: 48%; left: 1%; background: var(--lilac); }
.offer-card { position: absolute; z-index: 3; right: -15px; bottom: 45px; width: 152px; height: 152px; padding: 23px; border-radius: 50%; background: var(--violet-deep); color: white; box-shadow: 0 15px 45px rgba(38,28,44,.28); display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(7deg); }
.offer-card::before { content: ""; position: absolute; inset: 6px; border: 1px solid rgba(255,255,255,.26); border-radius: inherit; }
.offer-badge { font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.offer-card div { display: flex; align-items: baseline; gap: 7px; line-height: 1; margin-top: 5px; }
.offer-card s { opacity: .55; font-size: 13px; }.offer-card strong { font: 400 31px Georgia, serif; }.offer-card small { font-size: 9px; opacity: .7; }
.hero-foot { position: relative; z-index: 2; display: flex; justify-content: space-between; margin-top: 25px; padding: 18px 0; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.hero-foot p { margin: 0; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(50px); opacity: .4; }.glow-one { width: 200px; height: 200px; background: #d5c1e1; left: -100px; top: 30%; }.glow-two { width: 150px; height: 150px; background: #e6d5b5; right: 18%; bottom: -80px; }

.section { padding: 120px 0; }
h2 { font-size: clamp(40px, 5vw, 64px); margin-bottom: 24px; }
h2 span { color: var(--violet); }
.lead { font-size: 18px; color: var(--ink-soft); line-height: 1.8; }
.statement { background: var(--paper); }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 72px; background: var(--line); border: 1px solid var(--line); }
.feature { background: var(--paper); min-height: 350px; padding: 40px; position: relative; transition: .3s; }
.feature:hover { background: #f8f3fa; transform: translateY(-4px); box-shadow: var(--shadow); z-index: 2; }
.feature-no { position: absolute; top: 20px; right: 22px; color: #aaa2ac; font-size: 10px; letter-spacing: .15em; }
.line-icon { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; background: var(--lavender); margin-bottom: 50px; }
.line-icon svg { width: 34px; fill: none; stroke: var(--violet); stroke-width: 1.6; }
.feature h3 { font: 400 25px Georgia, serif; margin-bottom: 14px; }
.feature p { color: var(--ink-soft); font-size: 14px; }
.source-note { margin-top: 30px; color: #746d77; font-size: 12px; text-align: center; }
.source-note a { color: var(--violet); font-weight: 700; text-underline-offset: 3px; }

.chakra-banner { min-height: 710px; position: relative; display: flex; align-items: center; overflow: hidden; color: white; background-image: linear-gradient(90deg, rgba(23,15,29,.9) 0%, rgba(38,24,45,.62) 35%, rgba(26,16,31,.08) 72%), url("assets/chakren.png"); background-size: cover; background-position: center; }
.chakra-banner::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(14,10,18,.13), transparent 45%, rgba(14,10,18,.34)); }
.chakra-video { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.chakra-vignette { position: absolute; z-index: 2; width: 580px; height: 580px; left: -160px; top: 50%; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 75px rgba(255,255,255,.025), 0 0 0 150px rgba(255,255,255,.018); }
.chakra-content { position: relative; z-index: 3; margin-block: 110px; }
.chakra-content h2 { max-width: 610px; margin-bottom: 24px; text-shadow: 0 3px 24px rgba(0,0,0,.28); }
.chakra-content h2 em { color: #dbc2e8; font-weight: 400; }
.chakra-content > p:not(.kicker) { max-width: 520px; color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.8; }
.button-glass { margin-top: 20px; color: white; border: 1px solid rgba(255,255,255,.52); background: rgba(255,255,255,.1); backdrop-filter: blur(10px); }
.button-glass:hover { background: white; color: var(--violet-deep); }

.process { color: white; background: var(--violet-deep); position: relative; overflow: hidden; }
.process::after { content: "✦"; position: absolute; color: rgba(255,255,255,.035); font-size: 480px; line-height: 1; right: -70px; bottom: -160px; }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; position: relative; z-index: 2; }
.kicker.light { color: #cdb8d9; }
.process-copy p:not(.kicker) { color: rgba(255,255,255,.68); max-width: 470px; }
.button-light { margin-top: 22px; background: white; color: var(--violet-deep); }
.steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.16); }
.steps li { display: grid; grid-template-columns: 60px 1fr; gap: 28px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.steps li > span { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; display: grid; place-items: center; color: #dbcbe4; font: 400 18px Georgia, serif; }
.steps h3 { margin: 0 0 7px; font: 400 23px Georgia, serif; }.steps p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; }

.sputnik { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 22% 46%, rgba(129,86,153,.24), transparent 29%), linear-gradient(135deg, #18121c 0%, #2b2031 58%, #18131b 100%); }
.sputnik::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg, black, transparent 72%); }
.sputnik-halo { position: absolute; border: 1px solid rgba(205,184,217,.1); border-radius: 50%; }.halo-left { width: 720px; height: 720px; left: -260px; top: -180px; box-shadow: 0 0 0 85px rgba(255,255,255,.018), 0 0 0 170px rgba(255,255,255,.012); }.halo-right { width: 360px; height: 360px; right: -170px; bottom: -170px; }
.sputnik-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.space-visual { min-height: 610px; position: relative; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 300px 300px 28px 28px; background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); box-shadow: inset 0 0 80px rgba(157,113,184,.08); overflow: hidden; }
.sputnik-product-visual { min-height: 650px; position: relative; border-radius: 30px; background: #eceafd; box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.sputnik-product-visual::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(25,15,31,.78) 100%); }
.sputnik-product-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.product-caption { position: absolute; z-index: 3; left: 28px; bottom: 25px; text-shadow: 0 2px 14px rgba(0,0,0,.45); }.product-caption small { display: block; color: rgba(255,255,255,.68); font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }.product-caption strong { display: block; margin-top: 4px; font: 400 29px Georgia,serif; }
.scan-grid { position: absolute; inset: 0; opacity: .17; background-image: linear-gradient(rgba(216,197,226,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(216,197,226,.28) 1px, transparent 1px); background-size: 35px 35px; mask-image: radial-gradient(circle, black, transparent 72%); }
.house-scan { position: relative; z-index: 2; width: 72%; stroke: #d7c2e3; stroke-width: 1.5; filter: drop-shadow(0 0 12px rgba(184,156,201,.45)); }
.scan-ring { position: absolute; border: 1px solid rgba(199,164,218,.3); border-radius: 50%; animation: scan 4s ease-in-out infinite; }.ring-a { width: 345px; height: 345px; }.ring-b { width: 440px; height: 440px; animation-delay: .8s; }
.scan-pulse { position: absolute; width: 11px; height: 11px; border-radius: 50%; background: #dfb9f4; box-shadow: 0 0 0 8px rgba(223,185,244,.1), 0 0 28px #d39bed; z-index: 3; }
.space-reading { position: absolute; z-index: 4; min-width: 150px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(23,16,27,.72); backdrop-filter: blur(10px); box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.space-reading small { display: block; color: rgba(255,255,255,.5); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }.space-reading strong { display: block; margin-top: 3px; font: 400 15px Georgia, serif; }.reading-one { z-index: 3; top: 16%; right: 4%; }.reading-two { bottom: 15%; left: 3%; }.reading-one > span { position: absolute; width: 7px; height: 7px; right: 12px; top: 12px; border-radius: 50%; background: #a9e5b4; box-shadow: 0 0 9px #a9e5b4; }
.coming-badge { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 28px; padding: 7px 12px; border: 1px solid rgba(215,194,227,.3); border-radius: 100px; color: #ddc8e7; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }.coming-badge span { width: 6px; height: 6px; border-radius: 50%; background: #d6a7ed; box-shadow: 0 0 9px #d6a7ed; }
.sputnik-copy h2 { font-size: clamp(42px,4.5vw,62px); }.sputnik-copy h2 em { color: #d9bee6; font-weight: 400; }.sputnik-copy > p:not(.kicker):not(.sputnik-source) { color: rgba(255,255,255,.64); font-size: 15px; line-height: 1.75; }.sputnik-copy .sputnik-lead { color: rgba(255,255,255,.84) !important; font-size: 17px !important; line-height: 1.75; }
.space-uses { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin: 30px 0; }.space-uses div { min-height: 126px; padding: 18px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.035); }.space-uses span { display: block; color: #dcbce9; font-size: 23px; line-height: 1; margin-bottom: 14px; }.space-uses strong { display: block; font: 400 15px Georgia, serif; }.space-uses small { display: block; margin-top: 6px; color: rgba(255,255,255,.45); font-size: 10px; line-height: 1.45; }
.sputnik-offer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 35px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.15); }.sputnik-offer > div > span { display: block; color: #d9bce6; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }.sputnik-offer strong { display: inline-block; font: 400 54px/1 Georgia,serif; margin: 4px 0; }.sputnik-offer strong small { font-size: 20px; }.sputnik-offer p { margin: 0; color: rgba(255,255,255,.5); font-size: 11px; }.button-sputnik { color: var(--violet-deep); background: #e8d9ee; white-space: nowrap; }.button-sputnik:hover { background: white; }
.sputnik-source { margin-top: 20px; color: rgba(255,255,255,.35); font-size: 10px; }.sputnik-source a { color: rgba(255,255,255,.7); text-underline-offset: 3px; }

.offer-section { background: #f1eaf4; }
.offer-panel { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 80px; padding: 70px 85px; border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.offer-panel::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid var(--line); border-radius: 50%; right: -160px; top: -180px; box-shadow: 0 0 0 60px rgba(118,82,142,.025), 0 0 0 120px rgba(118,82,142,.018); }
.offer-copy { position: relative; z-index: 2; }
.offer-copy h2 { font-size: clamp(38px,4vw,54px); }
.offer-copy ul { list-style: none; padding: 0; margin: 30px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 15px 26px; }
.offer-copy li { font-size: 14px; color: var(--ink-soft); }.offer-copy li::before { content: "✓"; color: var(--violet); margin-right: 10px; font-weight: 800; }
.price-box { position: relative; z-index: 2; padding: 34px; border-radius: 22px; text-align: center; background: var(--lavender); }
.price-box > span { font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--violet); font-weight: 800; }
.price { color: var(--violet-deep); font: 400 86px/1 Georgia, serif; margin: 8px 0; }.price small { font-size: 25px; vertical-align: top; position: relative; top: 13px; }
.price-box p { color: var(--ink-soft); font-size: 13px; }.full { width: 100%; margin: 9px 0 12px; }.price-box > small { font-size: 10px; color: var(--ink-soft); }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.about-image { width: min(440px, 100%); height: 560px; position: relative; }
.about-image::before { content: ""; position: absolute; inset: 30px -30px -30px 30px; border: 1px solid var(--lilac); border-radius: 230px 230px 12px 12px; }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; border-radius: 230px 230px 12px 12px; position: relative; filter: saturate(.85); }
.about-sigil { position: absolute; right: -49px; top: 46%; width: 78px; height: 78px; border-radius: 50%; display: grid; place-items: center; color: var(--violet); background: var(--paper); box-shadow: var(--shadow); font-size: 27px; }
.about-copy { max-width: 580px; }.about-copy h2 { margin-bottom: 30px; }.about-copy > p:not(.kicker):not(.lead) { color: var(--ink-soft); }
.signature { margin: 20px 0 10px; color: var(--violet); font: italic 40px "Segoe Script", cursive; transform: rotate(-5deg); }
.text-link.dark { color: var(--ink); }

.faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }.faq-intro p:last-child { color: var(--ink-soft); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { list-style: none; cursor: pointer; position: relative; padding: 23px 45px 23px 0; font: 400 21px Georgia, serif; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; right: 8px; top: 35px; width: 16px; height: 1px; background: var(--violet); transition: .2s; }
.accordion summary span::after { transform: rotate(90deg); }.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { margin: 0; padding: 0 50px 24px 0; color: var(--ink-soft); font-size: 14px; }

.contact { padding: 125px 0; background: var(--violet-dark); color: white; position: relative; overflow: hidden; text-align: center; }
.contact::before, .contact::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 900px; height: 900px; }.contact::after { width: 650px; height: 650px; }
.contact-inner { position: relative; z-index: 2; }.contact h2 { max-width: 850px; margin-inline: auto; }.contact-inner > p:not(.kicker) { color: rgba(255,255,255,.65); }
.contact-buttons { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 48px 0 28px; }
.contact-option { padding: 26px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; text-decoration: none; transition: .25s; min-width: 0; }
.contact-option:hover { transform: translateY(-4px); background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.4); }
.contact-option > span { display: block; color: #d7c5e1; font-size: 24px; margin-bottom: 8px; }.contact-option small { display: block; color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }.contact-option strong { display: block; margin-top: 5px; font: 400 17px Georgia, serif; overflow-wrap: anywhere; }
.address { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.75); text-decoration: none; font-size: 13px; }.address i { color: #d7c5e1; font-style: normal; margin-left: 8px; }
.contact-glow { position: absolute; width: 230px; height: 230px; border-radius: 50%; background: rgba(155,112,183,.3); filter: blur(80px); left: 50%; top: 50%; transform: translate(-50%,-50%); }
.legal-note { padding: 28px 0; background: #eee8ef; }
.legal-note .shell { display: grid; grid-template-columns: 150px 1fr; gap: 30px; align-items: start; }.legal-note strong { color: var(--violet-deep); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }.legal-note p { margin: 0; color: var(--ink-soft); font-size: 11px; }

footer { padding: 65px 0 25px; background: #171319; color: white; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr .8fr; align-items: start; gap: 70px; padding-bottom: 45px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand small, .footer-top p { color: rgba(255,255,255,.5); }.footer-top p { font-size: 13px; }.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.footer-links a { color: rgba(255,255,255,.68); font-size: 12px; text-decoration: none; }.footer-links a:hover { color: white; }
.footer-legal { padding: 25px 0 15px; }.footer-legal details { border-bottom: 1px solid rgba(255,255,255,.08); }.footer-legal summary { cursor: pointer; padding: 11px 0; color: rgba(255,255,255,.6); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }.footer-legal details div { color: rgba(255,255,255,.5); font-size: 11px; max-width: 760px; padding: 6px 0 15px; }.footer-legal a { color: white; }
.copyright { display: flex; justify-content: space-between; color: rgba(255,255,255,.35); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; padding-top: 20px; }
.floating-contact { position: fixed; z-index: 80; right: 22px; bottom: 22px; width: 68px; height: 68px; border-radius: 50%; background: var(--violet); color: white; display: none; place-items: center; text-align: center; text-decoration: none; box-shadow: 0 12px 35px rgba(57,41,67,.35); line-height: 1.1; }.floating-contact span { display: block; font-size: 15px; }.floating-contact b { font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .75s ease, transform .75s ease; }.reveal.visible { opacity: 1; transform: none; }.delay-1 { transition-delay: .12s; }.delay-2 { transition-delay: .24s; }
@keyframes breathe { 0%,100% { transform: scale(.98); opacity: .55; } 50% { transform: scale(1.025); opacity: 1; } }
@keyframes scan { 0%,100% { transform: scale(.92); opacity: .25; } 50% { transform: scale(1.03); opacity: .75; } }

@media (max-width: 980px) {
  nav { position: fixed; inset: 78px 18px auto; padding: 26px; background: var(--paper); border-radius: 16px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s; }
  nav.open { opacity: 1; visibility: visible; transform: none; } .nav-toggle { display: block; }
  .hero { padding-top: 115px; }.hero-grid { grid-template-columns: 1fr; text-align: center; gap: 35px; }.hero-copy { display: flex; flex-direction: column; align-items: center; }.eyebrow { justify-content: center; }.hero-visual { height: 530px; }.portrait-card { height: 430px; }
  .process-grid, .about-grid, .faq-grid { gap: 60px; }.offer-panel { padding: 55px; gap: 45px; }.sputnik-grid { gap: 55px; }.space-uses { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .shell, .narrow { width: min(100% - 34px, 1180px); }.nav-wrap { height: 76px; }.brand strong { font-size: 17px; }
  h1 { font-size: clamp(46px, 14vw, 67px); }.intro { font-size: 16px; }.hero-actions { flex-direction: column; gap: 18px; }.trust-row { gap: 13px; width: 100%; justify-content: center; }.trust-row div { padding-right: 13px; }.trust-row strong { font-size: 23px; }.trust-row span { font-size: 8px; }
  .hero-visual { height: 475px; }.portrait-card { width: min(300px, 78vw); height: 405px; }.orbit-1 { width: 360px; height: 360px; }.orbit-2 { width: 420px; height: 420px; }.orbit-3 { width: 300px; height: 430px; }.offer-card { width: 125px; height: 125px; right: 0; bottom: 18px; padding: 15px; }.offer-card strong { font-size: 25px; }
  .hero-foot { flex-direction: column; align-items: center; gap: 5px; text-align: center; }
  .section { padding: 85px 0; } h2 { font-size: 42px; }.lead { font-size: 16px; }
  .feature-grid { grid-template-columns: 1fr; margin-top: 48px; }.feature { min-height: 280px; }.line-icon { margin-bottom: 28px; }
  .chakra-banner { min-height: 680px; align-items: flex-end; background-image: linear-gradient(180deg, rgba(22,13,27,.08) 0%, rgba(22,13,27,.14) 35%, rgba(22,13,27,.9) 100%), url("assets/chakren.png"); background-position: center; }
  .chakra-content { margin-block: 0; padding-bottom: 72px; text-align: center; }.chakra-content h2 { font-size: 40px; }.chakra-content > p:not(.kicker) { font-size: 14px; }.chakra-vignette { display: none; }
  .process-grid, .offer-panel, .about-grid, .faq-grid { grid-template-columns: 1fr; }.process-grid { gap: 55px; }.process::after { font-size: 300px; }
  .sputnik-grid { grid-template-columns: 1fr; gap: 55px; }.space-visual { min-height: 470px; order: 2; }.sputnik-product-visual { min-height: 430px; position: relative; top: auto; }.sputnik-copy { order: 1; }.space-uses { grid-template-columns: 1fr; }.space-uses div { min-height: auto; }.sputnik-offer { align-items: stretch; flex-direction: column; }.button-sputnik { width: 100%; }.scan-ring.ring-a { width: 280px; height: 280px; }.scan-ring.ring-b { width: 360px; height: 360px; }
  .offer-panel { padding: 42px 24px; }.offer-copy ul { grid-template-columns: 1fr; }.price-box { padding: 28px 20px; }
  .about-grid { gap: 75px; }.about-image { width: calc(100% - 28px); height: 470px; }.about-sigil { right: -38px; }
  .faq-intro { position: static; }.faq-grid { gap: 30px; }.accordion summary { font-size: 19px; }
  .contact { padding: 90px 0; }.contact-buttons { grid-template-columns: 1fr; }.address { flex-wrap: wrap; justify-content: center; }.address i { width: 100%; }
  .legal-note .shell { grid-template-columns: 1fr; gap: 8px; }
  .footer-top { grid-template-columns: 1fr; gap: 32px; }.copyright { flex-direction: column; gap: 8px; }.floating-contact { display: grid; }
}

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