:root {
  --ac-bg: #0a0502;
  --ac-surface: rgba(255,255,255,.05);
  --ac-surface-2: rgba(255,255,255,.08);
  --ac-border: rgba(255,255,255,.12);
  --ac-text: #ffffff;
  --ac-muted: rgba(255,255,255,.64);
  --ac-soft: rgba(255,255,255,.34);
  --ac-accent: #f97316;
  --ac-accent-2: #8b5cf6;
  --ac-shadow: 0 20px 60px rgba(0,0,0,.35);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.ac-body {
  margin: 0;
  background: var(--ac-bg);
  color: var(--ac-text);
  font-family: 'Inter', system-ui, sans-serif;
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.ac-site-shell { position: relative; overflow: clip; }
.ac-wrap { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }
.ac-bg-glow {
  position: fixed;
  inset: auto;
  border-radius: 999px;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
}
.ac-bg-glow-1 { width: 48vw; height: 48vw; min-width: 320px; min-height: 320px; top: -10%; left: -10%; background: rgba(249,115,22,.18); }
.ac-bg-glow-2 { width: 38vw; height: 38vw; min-width: 280px; min-height: 280px; right: -8%; bottom: 15%; background: rgba(139,92,246,.12); }
.ac-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: linear-gradient(180deg, rgba(24,7,2,.985), rgba(16,4,1,.985));
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.ac-nav-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  position: relative;
  z-index: 2;
}
.ac-nav-left,
.ac-nav-right {
  display: flex;
  align-items: center;
  min-width: 0;
}
.ac-nav-left { gap: 28px; }
.ac-nav-right { gap: 30px; margin-left: auto; flex-shrink: 0; }
.ac-menu-toggle,
.ac-share-top,
.ac-language-button {
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.92);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 0;
}
.ac-menu-toggle,
.ac-share-top {
  gap: 10px;
  font-size: 11px;
  letter-spacing: .24em;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}
.ac-menu-toggle:hover,
.ac-share-top:hover,
.ac-language-button:hover {
  color: #fff;
}
.ac-icon-svg {
  width: 19px;
  height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.82);
  flex: 0 0 auto;
}
.ac-menu-icon { width: 20px; height: 20px; }
.ac-icon-svg svg {
  width: 100%;
  height: 100%;
  display: block;
}
.ac-menu-text,
.ac-share-label {
  line-height: 1;
}
.ac-brand-link {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}
.ac-brand-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 500;
  line-height: .88;
  letter-spacing: -.03em;
  white-space: nowrap;
}
.ac-brand-logo { max-height: 44px; width: auto; }
.ac-language-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.ac-language-button {
  gap: 9px;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  color: rgba(255,255,255,.92);
}
.ac-language-globe {
  width: 16px;
  height: 16px;
}
.ac-language-flag {
  font-size: 13px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-.5px);
}
.ac-language-current {
  line-height: 1;
}
.ac-language-caret {
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.96);
}
.ac-language-caret svg { width: 100%; height: 100%; display: block; }
.ac-language-menu {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  width: min(320px, calc(100vw - 32px));
  padding: 12px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(18,11,8,.98);
  box-shadow: 0 20px 60px rgba(0,0,0,.42);
  display: grid;
  gap: 6px;
}
.ac-language-menu[hidden] { display: none; }
.ac-language-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 12px;
  border-radius: 14px;
  color: rgba(255,255,255,.72);
  font-size: .95rem;
}
.ac-language-menu a:hover,
.ac-language-menu a.is-active {
  background: rgba(255,255,255,.06);
  color: #fff;
}
.ac-language-menu-left {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.ac-language-menu-flag {
  font-size: 15px;
  line-height: 1;
}
.ac-language-menu-code {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255,255,255,.96);
}
.ac-language-menu-name {
  color: inherit;
  text-align: right;
}
.ac-main { position: relative; z-index: 1; padding: 64px 0 120px; }
.ac-hero { text-align: center; max-width: 920px; margin: 0 auto 42px; }
.ac-eyebrow { margin: 0 0 14px; color: rgba(255,255,255,.44); font-size: 12px; letter-spacing: .35em; text-transform: uppercase; font-weight: 800; }
.ac-hero h1 {
  margin: 0; font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
  font-size: clamp(3rem, 8vw, 5.5rem); line-height: .98;
}
.ac-hero-description { max-width: 780px; margin: 20px auto 0; color: var(--ac-muted); line-height: 1.8; font-size: 1rem; }
.ac-card {
  background: var(--ac-surface);
  border: 1px solid var(--ac-border);
  border-radius: 30px;
  box-shadow: var(--ac-shadow);
  backdrop-filter: blur(16px);
}
.ac-calc-card { max-width: 820px; margin: 0 auto; padding: 32px; }
.ac-form { display: grid; gap: 18px; }
.ac-field-grid { display: grid; gap: 16px; }
.ac-field-grid.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.ac-field {
  display: grid; gap: 8px;
}
.ac-field span {
  color: rgba(255,255,255,.62); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 700;
}
.ac-field input, .ac-field select, .ac-field textarea {
  width: 100%; min-height: 54px; border-radius: 16px; border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08); color: #fff; padding: 0 16px; outline: none;
  font-size: 15px; transition: border-color .2s ease, background .2s ease;
}
.ac-field input::placeholder { color: rgba(255,255,255,.36); }
.ac-field input:focus, .ac-field select:focus, .ac-field textarea:focus { border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.11); }
.ac-field select option { background: #17110d; color: #fff; }
.ac-primary-button, .ac-offer-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 56px; padding: 0 22px; border-radius: 18px; border: 0; cursor: pointer;
  background: #fff; color: #000; font-weight: 700; transition: transform .18s ease, opacity .18s ease, background .18s ease;
}
.ac-primary-button:hover, .ac-offer-cta:hover { transform: translateY(-1px); background: #f5f5f5; }
.ac-result { display: none; margin-top: 28px; }
.ac-result.is-visible { display: block; }
.ac-result-wheel-wrap { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.ac-result-box {
  width: 100%; padding: 26px; border-radius: 24px; text-align: center;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18);
}
.ac-result-box p { margin: 0 0 10px; color: rgba(255,255,255,.58); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; }
.ac-result-box h3 {
  margin: 0; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 500;
}
.ac-object-result { display: grid; gap: 12px; }
.ac-object-result-item {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 16px; border-radius: 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
}
.ac-object-result-item strong { color: rgba(255,255,255,.68); font-size: 13px; }
.ac-result-actions {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}
.ac-share-result {
  margin: 0; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,.18);
  color: #fff; background: rgba(255,255,255,.06); cursor: pointer;
  font-size: 11px; text-transform: uppercase; letter-spacing: .18em; font-weight: 800;
  box-shadow: 0 12px 30px rgba(0,0,0,.22); transition: background .18s ease, transform .18s ease, border-color .18s ease;
}
.ac-share-result:hover { color: #fff; background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.28); transform: translateY(-1px); }
.ac-zodiac-wheel { width: min(280px, 100%); aspect-ratio: 1 / 1; }
.ac-zodiac-wheel svg { width: 100%; height: 100%; display: block; }
.ac-zodiac-text { fill: rgba(255,255,255,.26); font-size: 20px; transition: fill .25s ease, transform .25s ease; }
.ac-zodiac-text.is-active { fill: var(--ac-accent); }
.ac-toast {
  position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%) translateY(30px); opacity: 0;
  background: #fff; color: #000; padding: 12px 18px; border-radius: 999px; box-shadow: 0 15px 40px rgba(0,0,0,.32);
  z-index: 80; transition: opacity .22s ease, transform .22s ease; pointer-events: none; font-weight: 700;
}
.ac-toast.is-visible { opacity: 1; transform: translateX(-50%) translateY(0); }
@media (max-width: 1100px) {
  .ac-brand-text { font-size: 2.72rem; }
}
@media (max-width: 900px) {
  .ac-related-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ac-footer-top, .ac-footer-bottom, .ac-offer-inner { flex-direction: column; align-items: flex-start; }
  .ac-wrap { width: min(1180px, calc(100% - 30px)); }
  .ac-nav-inner { min-height: 70px; gap: 16px; }
  .ac-nav-left { gap: 16px; }
  .ac-nav-right { gap: 16px; }
  .ac-brand-text { font-size: 2.2rem; }
  .ac-menu-toggle, .ac-share-top { gap: 8px; letter-spacing: .18em; }
  .ac-language-button { gap: 8px; letter-spacing: .12em; }
}
@media (max-width: 720px) {
  .ac-main { padding-top: 40px; }
  .ac-calc-card { padding: 22px; border-radius: 24px; }
  .ac-field-grid.two, .ac-related-grid { grid-template-columns: 1fr; }
  .ac-footer-links, .ac-footer-language-links { gap: 12px; }
  .ac-nav-inner { min-height: 66px; gap: 10px; }
  .ac-nav-left { gap: 12px; flex: 1 1 auto; min-width: 0; }
  .ac-nav-right { gap: 12px; flex: 0 0 auto; }
  .ac-brand-text { font-size: 1.58rem; }
  .ac-menu-toggle, .ac-share-top { gap: 6px; font-size: 10px; letter-spacing: .16em; }
  .ac-icon-svg { width: 18px; height: 18px; }
  .ac-language-button { gap: 6px; font-size: 10px; letter-spacing: .1em; }
  .ac-language-flag { font-size: 12px; }
  .ac-language-menu { top: calc(100% + 10px); }
}
@media (max-width: 540px) {
  .ac-wrap { width: min(1180px, calc(100% - 22px)); }
  .ac-nav-inner { min-height: 62px; }
  .ac-nav-left { gap: 10px; }
  .ac-nav-right { gap: 10px; }
  .ac-brand-text { font-size: 1.28rem; }
  .ac-share-label { display: none; }
  .ac-language-menu { width: min(280px, calc(100vw - 20px)); }
}
.ac-menu-overlay {
  position: fixed; inset: 0; z-index: 60; background: rgba(0,0,0,.94); backdrop-filter: blur(20px);
}
.ac-menu-overlay[hidden] { display: none; }
.ac-menu-overlay-inner { padding-top: 90px; padding-bottom: 40px; }
.ac-menu-overlay-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.ac-menu-overlay-head p { margin: 0; color: rgba(255,255,255,.45); font-size: 12px; letter-spacing: .3em; text-transform: uppercase; font-weight: 800; }
.ac-overlay-close {
  border: 0; background: transparent; color: #fff; font-size: 40px; cursor: pointer; line-height: 1;
}
.ac-overlay-grid { display: grid; gap: 18px; }
.ac-overlay-link {
  display: flex; align-items: center; gap: 14px;
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(2rem, 4vw, 3rem);
  transition: transform .2s ease;
}
.ac-overlay-link:hover { transform: translateX(14px); }
.ac-overlay-bullet { color: rgba(255,255,255,.25); font-size: 1.25rem; }
.ac-main { position: relative; z-index: 1; padding: 64px 0 120px; }
.ac-hero { text-align: center; max-width: 920px; margin: 0 auto 42px; }
.ac-eyebrow { margin: 0 0 14px; color: rgba(255,255,255,.44); font-size: 12px; letter-spacing: .35em; text-transform: uppercase; font-weight: 800; }
.ac-hero h1 {
  margin: 0; font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
  font-size: clamp(3rem, 8vw, 5.5rem); line-height: .98;
}
.ac-hero-description { max-width: 780px; margin: 20px auto 0; color: var(--ac-muted); line-height: 1.8; font-size: 1rem; }
.ac-card {
  background: var(--ac-surface);
  border: 1px solid var(--ac-border);
  border-radius: 30px;
  box-shadow: var(--ac-shadow);
  backdrop-filter: blur(16px);
}
.ac-calc-card { max-width: 820px; margin: 0 auto; padding: 32px; }
.ac-form { display: grid; gap: 18px; }
.ac-field-grid { display: grid; gap: 16px; }
.ac-field-grid.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.ac-field {
  display: grid; gap: 8px;
}
.ac-field span {
  color: rgba(255,255,255,.62); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 700;
}
.ac-field input, .ac-field select, .ac-field textarea {
  width: 100%; min-height: 54px; border-radius: 16px; border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08); color: #fff; padding: 0 16px; outline: none;
  font-size: 15px; transition: border-color .2s ease, background .2s ease;
}
.ac-field input::placeholder { color: rgba(255,255,255,.36); }
.ac-field input:focus, .ac-field select:focus, .ac-field textarea:focus { border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.11); }
.ac-field select option { background: #17110d; color: #fff; }
.ac-primary-button, .ac-offer-cta {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 56px; padding: 0 22px; border-radius: 18px; border: 0; cursor: pointer;
  background: #fff; color: #000; font-weight: 700; transition: transform .18s ease, opacity .18s ease, background .18s ease;
}
.ac-primary-button:hover, .ac-offer-cta:hover { transform: translateY(-1px); background: #f5f5f5; }
.ac-result { display: none; margin-top: 28px; }
.ac-result.is-visible { display: block; }
.ac-result-wheel-wrap { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.ac-result-box {
  width: 100%; padding: 26px; border-radius: 24px; text-align: center;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18);
}
.ac-result-box p { margin: 0 0 10px; color: rgba(255,255,255,.58); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; }
.ac-result-box h3 {
  margin: 0; font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 500;
}
.ac-object-result { display: grid; gap: 12px; }
.ac-object-result-item {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 16px; border-radius: 16px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
}
.ac-object-result-item strong { color: rgba(255,255,255,.68); font-size: 13px; }
.ac-result-actions {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}
.ac-share-result {
  margin: 0; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 18px; border-radius: 999px; border: 1px solid rgba(255,255,255,.18);
  color: #fff; background: rgba(255,255,255,.06); cursor: pointer;
  font-size: 11px; text-transform: uppercase; letter-spacing: .18em; font-weight: 800;
  box-shadow: 0 12px 30px rgba(0,0,0,.22); transition: background .18s ease, transform .18s ease, border-color .18s ease;
}
.ac-share-result:hover { color: #fff; background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.28); transform: translateY(-1px); }
.ac-zodiac-wheel { width: min(280px, 100%); aspect-ratio: 1 / 1; }
.ac-zodiac-wheel svg { width: 100%; height: 100%; display: block; }
.ac-zodiac-text { fill: rgba(255,255,255,.26); font-size: 20px; transition: fill .25s ease, transform .25s ease; }
.ac-zodiac-text.is-active { fill: var(--ac-accent); }
.ac-offer {
  margin-top: 22px; padding: 22px; border-radius: 24px; position: relative; overflow: hidden;
  background: linear-gradient(135deg, rgba(249,115,22,.18), rgba(139,92,246,.16));
  border: 1px solid rgba(255,255,255,.18);
}
.ac-offer::after {
  content: '✦'; position: absolute; right: 20px; top: 10px; font-size: 64px; color: rgba(255,255,255,.08);
}
.ac-offer-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.ac-offer-copy { margin: 0; font-size: 1.15rem; line-height: 1.8; font-family: 'Cormorant Garamond', serif; font-style: italic; }
.ac-related-section { margin-top: 72px; }
.ac-section-head h2 { margin: 0 0 18px; color: rgba(255,255,255,.44); font-size: 12px; letter-spacing: .28em; text-transform: uppercase; font-weight: 800; }
.ac-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.ac-related-card {
  min-height: 146px; padding: 22px; display: flex; flex-direction: column; justify-content: space-between;
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 24px;
  transition: background .18s ease, transform .18s ease;
}
.ac-related-card:hover { background: rgba(255,255,255,.09); transform: translateY(-2px); }
.ac-related-icon { color: rgba(255,255,255,.42); font-size: 1.3rem; }
.ac-related-body { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.ac-related-title { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.5rem; line-height: 1.1; }
.ac-related-arrow { opacity: .35; }
.ac-article-section { max-width: 920px; margin: 86px auto 0; padding-top: 72px; border-top: 1px solid rgba(255,255,255,.1); }
.ac-article-content { color: var(--ac-muted); font-size: 1.06rem; line-height: 1.95; }
.ac-article-content h1, .ac-article-content h2, .ac-article-content h3, .ac-article-content h4 {
  color: #fff; font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500; line-height: 1.12; margin: 2.7rem 0 1rem;
}
.ac-article-content h1 { font-size: 3rem; }
.ac-article-content h2 { font-size: 2.2rem; }
.ac-article-content h3 { font-size: 1.7rem; }
.ac-article-content h4 { font-size: 1.3rem; }
.ac-article-content p { margin: 0 0 1.5rem; }
.ac-article-content strong { color: var(--ac-accent); }
.ac-article-content a { color: var(--ac-accent); }
.ac-article-content ul, .ac-article-content ol { padding-left: 1.2rem; margin: 0 0 1.5rem; }
.ac-article-content li { margin-bottom: .7rem; }
.ac-ad {
  max-width: 920px; margin: 0 auto 28px; padding: 16px 18px;
  border-radius: 18px; border: 1px dashed rgba(255,255,255,.18); background: rgba(255,255,255,.03);
}
.ac-ad-label {
  margin-bottom: 10px; color: rgba(255,255,255,.44); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; font-weight: 800;
}
.ac-ad-placeholder {
  border-radius: 14px; padding: 18px; background: rgba(255,255,255,.05); color: rgba(255,255,255,.62); text-align: center;
}
.ac-footer {
  position: relative; z-index: 1; border-top: 1px solid rgba(255,255,255,.08); background: rgba(0,0,0,.36);
  padding: 48px 0 38px; margin-top: 80px;
}
.ac-footer-inner { display: grid; gap: 24px; }
.ac-footer-top, .ac-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.ac-footer-branding { max-width: 620px; }
.ac-footer-logo { max-height: 62px; width: auto; }
.ac-footer-title { font-weight: 700; font-size: 1.1rem; }
.ac-footer-note, .ac-footer-copy { color: rgba(255,255,255,.52); margin: 0; line-height: 1.7; }
.ac-footer-links, .ac-footer-language-links { display: flex; flex-wrap: wrap; gap: 16px; }
.ac-footer-links a, .ac-footer-language-links a { color: rgba(255,255,255,.7); font-size: .96rem; }
.ac-footer-language-links a.is-active { color: #fff; }
.ac-toast {
  position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%) translateY(30px); opacity: 0;
  background: #fff; color: #000; padding: 12px 18px; border-radius: 999px; box-shadow: 0 15px 40px rgba(0,0,0,.32);
  z-index: 80; transition: opacity .22s ease, transform .22s ease; pointer-events: none; font-weight: 700;
}
.ac-toast.is-visible { opacity: 1; transform: translateX(-50%) translateY(0); }
@media (max-width: 900px) {
  .ac-related-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .ac-footer-top, .ac-footer-bottom, .ac-offer-inner { flex-direction: column; align-items: flex-start; }
  .ac-wrap { width: min(1180px, calc(100% - 30px)); }
  .ac-nav-inner { min-height: 70px; gap: 18px; }
  .ac-nav-left { gap: 18px; }
  .ac-nav-right { gap: 18px; }
  .ac-brand-text { font-size: 1.95rem; }
}
@media (max-width: 720px) {
  .ac-main { padding-top: 40px; }
  .ac-calc-card { padding: 22px; border-radius: 24px; }
  .ac-field-grid.two, .ac-related-grid { grid-template-columns: 1fr; }
  .ac-menu-text, .ac-share-top span { display: none; }
  .ac-footer-links, .ac-footer-language-links { gap: 12px; }
  .ac-brand-text { font-size: 1.65rem; }
  .ac-nav-inner { min-height: 68px; gap: 12px; }
  .ac-nav-left { gap: 12px; }
  .ac-nav-right { gap: 12px; }
  .ac-language-button { gap: 8px; }
  .ac-language-menu { top: calc(100% + 10px); }
}


.ac-menu-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, visibility .22s ease;
}
.ac-menu-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ac-menu-overlay-panel {
  transform: translateY(-18px);
  transition: transform .24s ease;
}
.ac-menu-overlay.is-open .ac-menu-overlay-panel { transform: translateY(0); }
.ac-overlay-grid {
  display: grid;
  gap: 20px;
  max-width: 760px;
}
.ac-overlay-link {
  color: rgba(255,255,255,.92);
}
.ac-overlay-link.is-active .ac-overlay-icon,
.ac-overlay-link:hover .ac-overlay-icon { color: #fff; }
.ac-overlay-icon {
  color: rgba(255,255,255,.26);
  min-width: 34px;
  text-align: center;
  transition: color .2s ease;
}
.ac-menu-language-block {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.ac-menu-language-block p {
  margin: 0 0 14px;
  color: rgba(255,255,255,.45);
  font-size: 12px;
  letter-spacing: .24em;
  text-transform: uppercase;
  font-weight: 800;
}
.ac-menu-language-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ac-menu-language-links a {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color: rgba(255,255,255,.72);
  font-size: .95rem;
}
.ac-menu-language-links a.is-active,
.ac-menu-language-links a:hover {
  color: #fff;
  border-color: rgba(255,255,255,.24);
  background: rgba(255,255,255,.08);
}
.ac-share-sheet {
  position: fixed;
  inset: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease;
}
.ac-share-sheet.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ac-share-sheet-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(10px);
}
.ac-share-sheet-panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% + 16px));
  width: min(560px, calc(100% - 32px));
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.12);
  background: #120b08;
  box-shadow: 0 20px 70px rgba(0,0,0,.44);
  padding: 26px;
  transition: transform .2s ease;
}
.ac-share-sheet.is-open .ac-share-sheet-panel {
  transform: translate(-50%, -50%);
}
.ac-share-sheet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.ac-share-sheet-head h3 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 2rem;
  font-weight: 500;
}
.ac-share-sheet-close {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}
.ac-share-sheet-text {
  margin: 0 0 18px;
  color: rgba(255,255,255,.64);
  line-height: 1.7;
}
.ac-share-sheet-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}
.ac-share-sheet-actions a,
.ac-share-sheet-actions button {
  min-height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  font-weight: 700;
  cursor: pointer;
}
.ac-share-sheet-actions a:hover,
.ac-share-sheet-actions button:hover {
  background: rgba(255,255,255,.09);
}
@media (max-width: 900px) {
  .ac-nav-right {
    gap: 14px;
  }
}
@media (max-width: 720px) {
  .ac-share-sheet-actions {
    grid-template-columns: 1fr;
  }
}


body.ac-lock-scroll { overflow: hidden; }
