:root {
  --ink: #0a1321;
  --night: #07101d;
  --night-soft: #101c2d;
  --cream: #f1eee5;
  --paper: #f7f5ef;
  --orange: #e9683d;
  --orange-dark: #b64b2a;
  --blue: #8fb8d8;
  --line: rgba(15, 28, 44, 0.16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); overflow-x: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.noise { position: fixed; inset: 0; opacity: .04; pointer-events: none; z-index: 100; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E"); }

.site-header { height: 78px; padding: 0 clamp(24px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); color: white; position: absolute; inset: 0 0 auto; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; font-size: 14px; font-weight: 800; letter-spacing: .12em; }
.brand-mark { color: var(--orange); font-size: 19px; }
.brand-light { font-weight: 400; }
.site-nav { display: flex; gap: 38px; font-size: 12px; letter-spacing: .08em; }
.site-nav a { opacity: .72; transition: opacity .2s; }
.site-nav a:hover { opacity: 1; }
.access-button { justify-self: end; border: 1px solid rgba(255,255,255,.35); background: transparent; color: white; border-radius: 999px; padding: 10px 15px 10px 18px; display: flex; gap: 13px; align-items: center; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; transition: .2s ease; }
.access-button:hover { color: var(--night); background: white; border-color: white; }
.access-button span { font-size: 14px; }
.menu-toggle { display: none; }

.hero { min-height: 780px; height: 100svh; position: relative; color: white; background: radial-gradient(circle at 71% 45%, #172a42 0, #0b1828 22%, var(--night) 55%); overflow: hidden; }
#star-field { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .8; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,13,24,.65), transparent 54%), linear-gradient(0deg, rgba(5,13,24,.36), transparent 34%); }
.hero-orbit { position: absolute; border: 1px solid rgba(183,211,231,.14); border-radius: 50%; left: 67%; top: 47%; transform: translate(-50%, -50%); }
.orbit-one { width: 620px; height: 620px; }
.orbit-two { width: 900px; height: 900px; border-color: rgba(183,211,231,.07); }
.hero-glow { position: absolute; left: 67%; top: 47%; width: 110px; height: 110px; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(circle, #fff 0 2%, #bce4ff 4%, #72a1c6 17%, rgba(77,130,170,.2) 39%, transparent 70%); box-shadow: 0 0 100px rgba(111,179,223,.36); animation: breathe 4s ease-in-out infinite; }
@keyframes breathe { 50% { transform: translate(-50%,-50%) scale(1.1); filter: brightness(1.2); } }
.hero-copy { position: absolute; z-index: 2; left: clamp(24px, 9vw, 138px); top: 50%; transform: translateY(-48%); width: min(680px, 53vw); }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 25px; text-transform: uppercase; letter-spacing: .2em; font-size: 10px; font-weight: 700; color: rgba(255,255,255,.6); }
.eyebrow span { width: 35px; height: 1px; background: var(--orange); }
.eyebrow.dark { color: #637080; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(64px, 7.3vw, 118px); line-height: .87; letter-spacing: -.055em; font-weight: 400; }
.hero h1 em, .zodiac-heading h2 em, blockquote em { font-weight: 400; color: var(--orange); }
.hero-intro { margin: 34px 0 0; max-width: 500px; color: rgba(255,255,255,.64); line-height: 1.7; font-size: 14px; }
.hero-actions { margin-top: 35px; display: flex; align-items: center; gap: 32px; }
.primary-link { width: max-content; display: flex; align-items: center; gap: 24px; padding: 13px 19px; background: var(--orange); border-radius: 2px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; transition: background .2s, transform .2s; }
.primary-link:hover { background: #f37a4e; transform: translateY(-2px); }
.primary-link span { font-size: 15px; }
.coordinates { color: rgba(255,255,255,.4); font-family: monospace; font-size: 9px; line-height: 1.5; letter-spacing: .1em; }
.hero-star-card { position: absolute; z-index: 2; left: 67%; top: 47%; transform: translate(-50%,-50%); width: 230px; min-height: 185px; text-align: center; padding: 41px 25px 18px; background: rgba(8,19,32,.58); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(9px); box-shadow: 0 25px 70px rgba(0,0,0,.3); }
.hero-star-card::before, .hero-star-card::after { content: ""; position: absolute; width: 8px; height: 8px; border-color: var(--orange); border-style: solid; }
.hero-star-card::before { left: -1px; top: -1px; border-width: 1px 0 0 1px; }
.hero-star-card::after { right: -1px; bottom: -1px; border-width: 0 1px 1px 0; }
.star-pulse { width: 8px; height: 8px; position: absolute; left: 50%; top: 18px; transform: translateX(-50%); border-radius: 50%; background: #d8f1ff; box-shadow: 0 0 0 6px rgba(179,223,248,.08), 0 0 18px #b9dfff; }
.hero-star-card p { margin: 0 0 7px; font-size: 8px; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .2em; }
.hero-star-card strong { display: block; font: 400 29px/1 var(--serif); }
.hero-star-card > span { display: block; margin-top: 5px; color: rgba(255,255,255,.42); font: italic 11px var(--serif); }
.hero-star-card dl { margin: 23px 0 0; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.1); display: grid; grid-template-columns: 1fr 1fr; }
.hero-star-card dl div:first-child { border-right: 1px solid rgba(255,255,255,.1); }
.hero-star-card dt { color: rgba(255,255,255,.38); font-size: 7px; text-transform: uppercase; letter-spacing: .15em; }
.hero-star-card dd { margin: 5px 0 0; font: 13px monospace; }
.scroll-note { position: absolute; bottom: 33px; left: clamp(24px, 5vw, 76px); display: flex; align-items: center; gap: 15px; color: rgba(255,255,255,.32); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.scroll-note i { display: block; width: 80px; height: 1px; background: rgba(255,255,255,.2); }

.intro-panel { padding: 110px clamp(24px, 8vw, 125px); display: grid; grid-template-columns: .95fr 1.05fr; gap: 9vw; background: var(--cream); }
.section-number { margin: 0 0 32px; color: #79818b; font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.intro-panel h2, .catalog-heading h2, .zodiac-heading h2 { margin: 0; font: 400 clamp(45px, 5.2vw, 78px)/.99 var(--serif); letter-spacing: -.04em; }
.intro-copy > p { margin: 44px 0 48px; max-width: 580px; font: 20px/1.6 var(--serif); color: #3c4651; }
.stat-row { padding-top: 28px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stat-row div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 13px; }
.stat-row strong { font: 400 26px var(--serif); }
.stat-row span { font-size: 8px; line-height: 1.5; color: #7b8289; text-transform: uppercase; letter-spacing: .09em; }

.catalog-section { padding: 110px clamp(24px, 7vw, 108px) 130px; background: var(--paper); }
.catalog-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 65px; }
.catalog-controls { display: flex; align-items: center; gap: 28px; }
.search-box { width: 210px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid #adb2b4; padding: 8px 0; }
.search-box svg { width: 15px; fill: none; stroke: #53606b; stroke-width: 1.5; }
.search-box input { min-width: 0; width: 100%; border: 0; outline: 0; background: none; font-size: 11px; }
.search-box input::placeholder { color: #7a828a; }
.filter-group { display: flex; border: 1px solid var(--line); border-radius: 999px; padding: 3px; }
.filter { border: 0; background: transparent; padding: 7px 13px; border-radius: 999px; cursor: pointer; color: #77808a; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.filter.active { color: white; background: var(--ink); }
.atlas-layout { display: grid; grid-template-columns: minmax(380px, .8fr) minmax(500px, 1.2fr); gap: 50px; align-items: start; }
.star-list { border-top: 1px solid var(--line); }
.star-row { width: 100%; display: grid; grid-template-columns: 34px 40px 1fr auto; gap: 13px; align-items: center; text-align: left; border: 0; border-bottom: 1px solid var(--line); background: transparent; padding: 20px 8px; cursor: pointer; transition: padding .2s, background .2s; }
.star-row:hover, .star-row.active { padding-left: 15px; background: #ebe9e1; }
.star-index { font: 9px monospace; color: #8b9298; }
.star-dot { width: 25px; height: 25px; border-radius: 50%; background: var(--star-color); box-shadow: 0 0 13px color-mix(in srgb, var(--star-color) 55%, transparent); transform: scale(var(--star-scale)); }
.star-row strong { display: block; font: 18px var(--serif); }
.star-row small { display: block; margin-top: 3px; color: #899096; font: italic 10px var(--serif); }
.star-row > span:last-child { color: #778089; font: 9px monospace; }
.empty-state { padding: 55px 10px; color: #727b83; font: italic 17px var(--serif); }
.star-detail { min-height: 600px; display: grid; grid-template-columns: .95fr 1.05fr; background: var(--ink); color: white; position: sticky; top: 20px; overflow: hidden; }
.detail-visual { min-height: 600px; position: relative; display: grid; place-items: center; background: radial-gradient(circle at center, #1a2b3d 0, #0d1928 50%, #0a1321 75%); overflow: hidden; }
.detail-visual::before, .detail-visual::after { content: ""; position: absolute; width: 1px; height: 100%; background: rgba(255,255,255,.07); }
.detail-visual::after { width: 100%; height: 1px; }
.detail-orbit { position: absolute; width: 350px; height: 350px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.detail-orbit::after { content: ""; position: absolute; inset: 45px; border: 1px dashed rgba(255,255,255,.08); border-radius: 50%; }
.detail-star { --detail-color: #d4edff; --detail-size: 1; position: relative; z-index: 1; width: 120px; height: 120px; border-radius: 50%; transform: scale(var(--detail-size)); background: radial-gradient(circle at 42% 40%, white 0 4%, var(--detail-color) 15%, color-mix(in srgb, var(--detail-color) 70%, #ffffff) 35%, color-mix(in srgb, var(--detail-color) 45%, #111827) 70%); box-shadow: 0 0 26px color-mix(in srgb, var(--detail-color) 70%, transparent), 0 0 80px color-mix(in srgb, var(--detail-color) 35%, transparent); transition: .5s ease; }
.detail-label { position: absolute; left: 20px; bottom: 18px; color: rgba(255,255,255,.32); font: 8px monospace; text-transform: uppercase; letter-spacing: .1em; }
.detail-content { padding: 58px 45px 40px; display: flex; flex-direction: column; }
.detail-kicker { margin: 0; color: var(--orange); font-size: 8px; text-transform: uppercase; letter-spacing: .17em; }
.detail-content h3 { margin: 14px 0 0; font: 400 58px/1 var(--serif); }
.detail-subtitle { margin: 7px 0 25px; color: #8fa1b1; font: italic 14px var(--serif); }
.detail-description { margin: 0; color: rgba(255,255,255,.6); font-size: 12px; line-height: 1.7; }
.detail-data { margin: 34px 0 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.12); }
.detail-data div { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.detail-data div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.12); }
.detail-data div:nth-child(even) { padding-left: 19px; }
.detail-data dt { color: rgba(255,255,255,.36); font-size: 7px; text-transform: uppercase; letter-spacing: .14em; }
.detail-data dd { margin: 7px 0 0; font: 13px monospace; }
.detail-fact { margin: auto 0 0; padding-top: 28px; display: flex; gap: 12px; color: rgba(255,255,255,.54); font: italic 11px/1.55 var(--serif); }
.detail-fact > span:first-child { color: var(--orange); font-style: normal; }

.zodiac-section { min-height: 900px; padding: 120px clamp(24px, 8vw, 125px); position: relative; color: white; background: var(--night); overflow: hidden; }
.zodiac-section::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: radial-gradient(circle, white .55px, transparent .7px); background-size: 31px 31px; mask-image: linear-gradient(90deg, transparent, #000 40%, #000); }
.zodiac-heading { position: relative; z-index: 2; max-width: 485px; }
.section-number.light { color: rgba(255,255,255,.35); }
.zodiac-heading h2 { font-size: clamp(50px, 6vw, 86px); line-height: .95; }
.zodiac-heading > p:last-child { margin: 30px 0 0; color: rgba(255,255,255,.5); font-size: 13px; line-height: 1.7; max-width: 430px; }
.zodiac-wheel { width: 670px; height: 670px; position: absolute; right: -35px; top: 40px; border-radius: 50%; }
.wheel-ring { position: absolute; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; inset: 0; }
.ring-outer::before, .ring-outer::after { content: ""; position: absolute; inset: 80px; border: 1px dashed rgba(255,255,255,.12); border-radius: 50%; }
.ring-outer::after { inset: 180px; border-style: solid; }
.ring-inner { inset: 42px; border-color: rgba(255,255,255,.06); }
.wheel-sun { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); color: var(--orange); font-size: 50px; filter: drop-shadow(0 0 22px rgba(233,104,61,.45)); }
.zodiac-wheel > span { --angle: calc(var(--i) * 30deg); position: absolute; left: calc(50% + sin(var(--angle)) * 310px); top: calc(50% - cos(var(--angle)) * 310px); transform: translate(-50%,-50%); font: 28px var(--serif); color: rgba(255,255,255,.7); }
.zodiac-list { position: absolute; z-index: 2; left: clamp(24px, 8vw, 125px); right: clamp(24px, 8vw, 125px); bottom: 80px; display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid rgba(255,255,255,.14); }
.zodiac-card { padding: 20px 10px 17px; border-bottom: 1px solid rgba(255,255,255,.14); transition: background .2s; }
.zodiac-card:hover { background: rgba(255,255,255,.04); }
.zodiac-card strong { display: flex; align-items: center; gap: 8px; font: 15px var(--serif); }
.zodiac-card strong span { color: var(--orange); font-size: 20px; }
.zodiac-card small { display: block; margin: 6px 0 0 29px; color: rgba(255,255,255,.32); font: 8px monospace; text-transform: uppercase; }

.quote-section { padding: 130px 24px; text-align: center; background: var(--cream); }
.quote-star { color: var(--orange); font-size: 23px; }
blockquote { margin: 33px auto 26px; font: 400 clamp(42px, 5vw, 72px)/1.08 var(--serif); letter-spacing: -.035em; }
blockquote em { color: var(--orange-dark); }
cite { color: #7b838a; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; font-style: normal; }

footer { padding: 70px clamp(24px, 7vw, 108px) 25px; color: white; background: #050c15; }
.footer-top { display: flex; justify-content: space-between; gap: 60px; padding-bottom: 70px; }
.footer-brand { font-size: 15px; }
.footer-top p { margin: 20px 0 0; color: rgba(255,255,255,.35); font: italic 13px/1.6 var(--serif); }
.footer-links { display: flex; gap: 100px; }
.footer-links div { display: flex; flex-direction: column; gap: 12px; min-width: 120px; }
.footer-links span { margin-bottom: 9px; color: rgba(255,255,255,.28); font-size: 8px; text-transform: uppercase; letter-spacing: .17em; }
.footer-links a, .footer-links button { width: max-content; padding: 0; color: rgba(255,255,255,.65); border: 0; background: none; cursor: pointer; font-size: 11px; }
.footer-links a:hover, .footer-links button:hover { color: white; }
.footer-bottom { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: rgba(255,255,255,.25); font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }

.login-dialog { width: min(900px, calc(100% - 36px)); height: min(590px, calc(100% - 36px)); padding: 0; border: 0; color: var(--ink); background: var(--paper); box-shadow: 0 35px 100px rgba(0,0,0,.5); }
.login-dialog::backdrop { background: rgba(3,8,14,.82); backdrop-filter: blur(8px); }
.login-dialog[open] { display: grid; grid-template-columns: .85fr 1.15fr; animation: dialog-in .28s ease-out; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(14px) scale(.98); } }
.dialog-close { position: absolute; z-index: 3; right: 16px; top: 13px; width: 34px; height: 34px; border: 0; background: transparent; font: 28px/1 var(--serif); cursor: pointer; color: #73808b; }
.login-art { position: relative; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at center, #18304a, var(--night) 62%); color: white; }
.login-art > span { font-size: 60px; color: var(--orange); filter: drop-shadow(0 0 23px rgba(233,104,61,.45)); }
.login-art > p { position: absolute; bottom: 30px; left: 30px; margin: 0; color: rgba(255,255,255,.35); font-size: 8px; line-height: 1.6; letter-spacing: .22em; }
.login-orbit { position: absolute; width: 320px; height: 320px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.login-orbit.second { width: 190px; height: 190px; border-style: dashed; }
.login-form { padding: 60px 70px 45px; align-self: center; }
.login-form h2 { margin: 0; font: 400 48px/1 var(--serif); letter-spacing: -.035em; }
.login-intro { margin: 14px 0 30px; color: #66717b; font: 14px/1.55 var(--serif); }
.login-form > label { display: block; margin-top: 18px; }
.login-form > label > span { display: block; margin-bottom: 7px; color: #64707b; font-size: 8px; text-transform: uppercase; letter-spacing: .15em; font-weight: 700; }
.login-form input[type="text"], .login-form input[type="password"] { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid #aeb4b7; background: transparent; outline: none; font: 14px var(--serif); }
.login-form input:focus { border-color: var(--orange); }
.password-wrap { position: relative; }
.password-wrap input { padding-right: 48px !important; }
.password-wrap button { position: absolute; right: 0; top: 13px; border: 0; background: none; color: #6f7981; cursor: pointer; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.login-options { margin: 22px 0; display: flex; align-items: center; justify-content: space-between; }
.checkbox { display: flex; align-items: center; gap: 7px; color: #747d84; font-size: 9px; cursor: pointer; }
.checkbox input { position: absolute; opacity: 0; }
.checkbox > span { width: 13px; height: 13px; border: 1px solid #9ba3a9; display: grid; place-items: center; }
.checkbox input:checked + span::after { content: ""; width: 5px; height: 5px; background: var(--orange); }
.text-button { padding: 0; border: 0; background: transparent; color: var(--orange-dark); cursor: pointer; font-size: 9px; }
.login-submit { width: 100%; padding: 14px 17px; display: flex; justify-content: space-between; border: 0; background: var(--ink); color: white; cursor: pointer; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; transition: background .2s; }
.login-submit:hover { background: var(--orange-dark); }
.login-message { min-height: 18px; margin: 8px 0 0; color: var(--orange-dark); font: italic 11px var(--serif); text-align: center; }

@media (max-width: 1050px) {
  .hero-copy { left: 7vw; width: 62vw; }
  .hero-star-card { left: 75%; transform: translate(-50%,-50%) scale(.88); }
  .hero-glow, .hero-orbit { left: 75%; }
  .atlas-layout { grid-template-columns: 1fr; }
  .star-list { display: grid; grid-template-columns: 1fr 1fr; }
  .star-row:nth-child(odd) { border-right: 1px solid var(--line); }
  .star-detail { position: relative; top: 0; grid-template-columns: 1fr 1fr; }
  .zodiac-wheel { width: 580px; height: 580px; right: -170px; top: 110px; opacity: .72; }
  .zodiac-wheel > span { left: calc(50% + sin(var(--angle)) * 265px); top: calc(50% - cos(var(--angle)) * 265px); }
  .zodiac-list { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 760px) {
  .site-header { height: 68px; grid-template-columns: 1fr auto; }
  .access-button { display: none; }
  .menu-toggle { display: block; justify-self: end; width: 34px; height: 34px; border: 0; background: transparent; position: relative; z-index: 2; }
  .menu-toggle span { display: block; width: 22px; height: 1px; margin: 6px auto; background: white; }
  .site-nav { display: none; position: fixed; inset: 0; padding: 120px 30px 40px; background: rgba(5,12,21,.98); flex-direction: column; align-items: center; gap: 30px; font: 30px var(--serif); }
  .site-nav.open { display: flex; }
  .hero { min-height: 720px; }
  .hero-copy { left: 24px; top: 44%; width: calc(100% - 48px); }
  .hero h1 { font-size: clamp(57px, 17vw, 78px); }
  .hero-intro { max-width: 92%; }
  .hero-star-card { display: none; }
  .hero-glow { left: 78%; top: 24%; width: 70px; height: 70px; }
  .hero-orbit { left: 78%; top: 24%; }
  .orbit-one { width: 310px; height: 310px; }
  .orbit-two { width: 500px; height: 500px; }
  .intro-panel { padding-block: 80px; grid-template-columns: 1fr; gap: 10px; }
  .intro-copy > p { margin-top: 20px; font-size: 17px; }
  .stat-row { grid-template-columns: 1fr; gap: 18px; }
  .stat-row div { grid-template-columns: 70px 1fr; }
  .catalog-section { padding-block: 80px; }
  .catalog-heading { align-items: stretch; flex-direction: column; margin-bottom: 40px; }
  .catalog-controls { align-items: stretch; flex-direction: column; gap: 18px; }
  .search-box { width: 100%; }
  .filter-group { width: max-content; }
  .star-list { grid-template-columns: 1fr; }
  .star-row:nth-child(odd) { border-right: 0; }
  .star-detail { grid-template-columns: 1fr; }
  .detail-visual { min-height: 340px; }
  .detail-content { padding: 40px 28px; }
  .detail-fact { margin-top: 30px; }
  .zodiac-section { min-height: 1150px; padding-block: 90px; }
  .zodiac-wheel { width: 490px; height: 490px; right: -220px; top: 265px; }
  .zodiac-wheel > span { left: calc(50% + sin(var(--angle)) * 225px); top: calc(50% - cos(var(--angle)) * 225px); }
  .zodiac-list { bottom: 60px; grid-template-columns: repeat(2, 1fr); }
  .quote-section { padding-block: 90px; }
  blockquote br { display: none; }
  .footer-top, .footer-bottom { flex-direction: column; }
  .footer-links { gap: 38px; }
  .footer-bottom { gap: 10px; }
  .login-dialog { height: min(620px, calc(100% - 24px)); }
  .login-dialog[open] { grid-template-columns: 1fr; }
  .login-art { display: none; }
  .login-form { padding: 50px 28px 30px; }
}

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