/* ============ ROOT / PALETTE ============ */
:root {
  --cosmic: #07041a;
  --cosmic-2: #120a36;
  --violet: #4b1d9a;
  --magenta: #ff2e9a;
  --pink: #ffb3d9;
  --pearl: #fef6ff;
  --silver: #d9d4ff;
  --gold: #f5c542;
  --gold-deep: #b9842b;
  --rose: #ffc8dd;
  --ink: #0a0420;
  /* DIAMOND / SILVER THEME */
  --diamond: #eef4ff;
  --diamond-2: #c9d4e8;
  --platinum: #b6bdd0;
  --steel: #7d869d;
  --silver-deep: #5a627a;
  --diamond-shine: #ffffff;
  --diamond-cool: #aebcd6;
}

* { -webkit-font-smoothing: antialiased; }
html { background: var(--cosmic); }
body { background: transparent; color: var(--pearl); font-family: 'Inter', sans-serif; }
.bg-cosmic { background: transparent !important; }
.text-pearl { color: var(--pearl); }

::selection { background: var(--magenta); color: var(--pearl); }

/* ============ FONTS ============ */
.font-cinzel { font-family: 'Cinzel Decorative', serif; }
.font-italiana { font-family: 'Italiana', serif; letter-spacing: 0.04em; }
.font-script,
.font-allura {
  font-family: 'Marcellus SC', 'Cinzel Decorative', serif;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}
.font-coded { font-family: 'Major Mono Display', 'JetBrains Mono', monospace; letter-spacing: 0.08em; }

/* ============ REUSABLE YIN-YANG ICON (cat) ============ */
.yy {
  position: relative;
  display: inline-block;
  width: 1.1em; height: 1.1em;
  vertical-align: -0.22em;
  background-image: url("images/cat_yinyang.jpeg");
  background-size: 138% 138%;
  background-position: center 52%;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 67%, transparent 70%);
          mask-image: radial-gradient(circle at 50% 50%, #000 67%, transparent 70%);
  filter: drop-shadow(0 0 4px rgba(255,255,255,0.35));
}
.yy-spin { animation: spin 6s linear infinite; }
.yy-lg { width: 1.5em; height: 1.5em; vertical-align: -0.35em; }

/* ============ COSMIC BG ============ */
#cosmic-bg {
  position: fixed; inset: 0; z-index: -1; overflow: hidden;
  background: radial-gradient(ellipse at 20% 10%, #2a0f6e 0%, transparent 50%),
              radial-gradient(ellipse at 80% 90%, #6e0f4a 0%, transparent 55%),
              radial-gradient(ellipse at 50% 50%, #0a0530 0%, #02010a 100%);
}
.nebula {
  position: absolute; inset: -10%;
  background:
    radial-gradient(circle at 30% 40%, rgba(255,46,154,0.18), transparent 35%),
    radial-gradient(circle at 70% 60%, rgba(75,29,154,0.35), transparent 40%),
    radial-gradient(circle at 50% 80%, rgba(245,197,66,0.10), transparent 35%);
  filter: blur(40px);
  animation: nebulaBreath 18s ease-in-out infinite alternate;
}
@keyframes nebulaBreath {
  0% { transform: scale(1) translate(0,0); opacity: 0.85; }
  100% { transform: scale(1.1) translate(2%, -2%); opacity: 1; }
}
#stars { position: absolute; inset: 0; width: 100%; height: 100%; }
.grain {
  position: absolute; inset: 0; opacity: 0.08; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

/* ============ MOON CURSOR ORB ============ */
#moon-orb {
  position: fixed; top: 0; left: 0; width: 36px; height: 36px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff, #ffe9b3 40%, #f5c542 70%, transparent 75%);
  box-shadow: 0 0 30px rgba(245,197,66,0.6), 0 0 80px rgba(255,179,217,0.35);
  pointer-events: none; z-index: 9998;
  transform: translate(-50%, -50%);
  transition: transform 0.08s ease-out, opacity 0.3s;
  mix-blend-mode: screen;
}
@media (max-width: 768px) { #moon-orb { display: none; } }

/* ============ LOADER ============ */
#loader {
  position: fixed; inset: 0; z-index: 9999;
  background: radial-gradient(circle, #1a0a4a, #02010a);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  transition: opacity 0.8s ease, visibility 0.8s;
}
#loader.hide { opacity: 0; visibility: hidden; }
.loader-yinyang {
  position: relative; width: 170px; height: 170px;
  border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.55), 0 0 28px rgba(255,255,255,0.55), 0 0 60px rgba(174,188,214,0.4);
  filter: drop-shadow(0 0 18px rgba(255,255,255,0.35));
  animation: spin 6s linear infinite;
  -webkit-mask-image: radial-gradient(circle at 50% 50%, #000 67%, transparent 70%);
          mask-image: radial-gradient(circle at 50% 50%, #000 67%, transparent 70%);
}
.loader-yinyang img {
  width: 138%; height: 138%;
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  object-fit: cover;
  object-position: center 52%;
}
@keyframes spin { to { transform: rotate(360deg); } }
.loader-text {
  margin-top: 28px; font-family: 'Marcellus SC', 'Cinzel Decorative', serif; font-size: 14px;
  color: var(--pearl); letter-spacing: 0.42em; text-transform: uppercase;
}

/* ============ NAV ============ */
#nav { backdrop-filter: blur(10px); background: linear-gradient(180deg, rgba(7,4,26,0.6), transparent); }
.brand-mark { display: inline-flex; align-items: center; gap: 12px; }
.brand-moon {
  font-size: 28px; color: var(--gold);
  text-shadow: 0 0 14px rgba(245,197,66,0.7);
  animation: pulseMoon 3.5s ease-in-out infinite;
}
@keyframes pulseMoon {
  0%,100% { text-shadow: 0 0 14px rgba(245,197,66,0.7); }
  50% { text-shadow: 0 0 28px rgba(255,179,217,0.9); }
}
.brand-name { font-family: 'Italiana', serif; font-size: 20px; letter-spacing: 0.18em; color: var(--pearl); }
.nav-link { position: relative; color: var(--silver); transition: color 0.3s; }
.nav-link:hover { color: var(--gold); }
.nav-link::after {
  content: ''; position: absolute; left: 0; bottom: -6px; width: 0; height: 1px;
  background: linear-gradient(90deg, var(--gold), var(--magenta));
  transition: width 0.4s;
}
.nav-link:hover::after { width: 100%; }
.btn-pill {
  padding: 10px 22px; border: 1px solid var(--gold);
  border-radius: 999px; color: var(--gold);
  background: linear-gradient(135deg, rgba(245,197,66,0.08), rgba(255,46,154,0.08));
  transition: all 0.4s; letter-spacing: 0.2em;
}
.btn-pill:hover {
  background: linear-gradient(135deg, var(--gold), var(--magenta));
  color: var(--ink); box-shadow: 0 0 30px rgba(245,197,66,0.5);
  transform: translateY(-2px);
}

/* ============ SECTION COMMON ============ */
section { position: relative; padding: 120px 24px; }
.eyebrow {
  font-family: 'Major Mono Display', 'JetBrains Mono', monospace; font-size: 13px; color: var(--diamond);
  letter-spacing: 0.42em; text-transform: uppercase;
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid rgba(201,212,232,0.45);
  border-radius: 4px;
  background: linear-gradient(135deg, rgba(238,244,255,0.07), rgba(174,188,214,0.07));
  text-shadow: 0 0 14px rgba(238,244,255,0.4);
}
.headline {
  font-family: 'Cinzel Decorative', serif;
  font-weight: 900;
  font-size: clamp(40px, 6vw, 84px);
  line-height: 1.05; letter-spacing: 0.01em;
  background: linear-gradient(180deg,
    #ffffff 0%,
    #eef4ff 20%,
    #c9d4e8 45%,
    #ffffff 60%,
    #aebcd6 80%,
    #7d869d 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  text-shadow: 0 2px 40px rgba(238,244,255,0.35);
  filter: drop-shadow(0 0 18px rgba(201,212,232,0.35));
}
.divider-stars {
  display: flex; align-items: center; gap: 14px; justify-content: center;
  color: var(--diamond); font-size: 13px; letter-spacing: 0.5em; margin: 20px 0 40px;
  text-shadow: 0 0 12px rgba(238,244,255,0.5);
}
.divider-stars::before, .divider-stars::after {
  content: ''; flex: 1; max-width: 80px;
  height: 1px; background: linear-gradient(90deg, transparent, var(--diamond), transparent);
}

/* ============ HALFTONE BG UTILITY ============ */
.halftone {
  background-image: radial-gradient(circle, rgba(255,179,217,0.55) 1px, transparent 1.5px);
  background-size: 10px 10px;
}
.halftone-gold {
  background-image: radial-gradient(circle, rgba(245,197,66,0.5) 1px, transparent 1.5px);
  background-size: 8px 8px;
}

/* ============ HERO ============ */
.hero-wrap {
  min-height: 100vh; padding-top: 140px;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px;
  align-items: center; max-width: 1400px; margin: 0 auto;
}
@media (max-width: 1024px) { .hero-wrap { grid-template-columns: 1fr; padding-top: 110px; } }
.hero-title { font-size: clamp(48px, 7vw, 108px); line-height: 0.95; }
.hero-sub {
  font-family: 'Italiana', serif; font-size: clamp(18px, 1.4vw, 22px);
  color: var(--silver); max-width: 540px; margin-top: 28px; line-height: 1.7;
}
.hero-poem {
  font-family: 'Marcellus SC', 'Cinzel Decorative', serif; color: var(--pearl);
  font-size: clamp(14px, 1.2vw, 18px); margin-top: 24px; line-height: 1.6;
  letter-spacing: 0.24em; text-transform: uppercase;
}
.hero-ctas { display: flex; gap: 18px; margin-top: 44px; flex-wrap: wrap; }
.btn-primary {
  position: relative; padding: 18px 36px; border-radius: 999px;
  background: linear-gradient(135deg, var(--magenta), var(--gold));
  color: var(--ink); font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  font-size: 13px; box-shadow: 0 10px 50px rgba(255,46,154,0.45);
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 15px 70px rgba(245,197,66,0.6); }
.btn-ghost {
  padding: 18px 34px; border-radius: 999px; border: 1px solid var(--silver);
  color: var(--pearl); letter-spacing: 0.22em; text-transform: uppercase; font-size: 13px;
  transition: all 0.4s;
}
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); background: rgba(245,197,66,0.06); }

/* HERO MOON ART */
.hero-moon-stage {
  position: relative; width: 100%; aspect-ratio: 1/1; max-width: 620px; margin: 0 auto;
}
.moon-big {
  position: absolute; inset: 8%; border-radius: 50%;
  background:
    radial-gradient(circle at 32% 30%, #fff 0%, #ffe9b3 30%, #f5c542 60%, #b9842b 100%);
  box-shadow:
    0 0 80px rgba(245,197,66,0.5),
    0 0 200px rgba(255,179,217,0.4),
    inset -40px -30px 80px rgba(50,20,5,0.4);
  animation: floatMoon 8s ease-in-out infinite;
}
.moon-big::before {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  background:
    radial-gradient(circle at 60% 65%, rgba(0,0,0,0.15) 4%, transparent 6%),
    radial-gradient(circle at 40% 55%, rgba(0,0,0,0.12) 3%, transparent 5%),
    radial-gradient(circle at 70% 40%, rgba(0,0,0,0.10) 5%, transparent 8%),
    radial-gradient(circle at 30% 70%, rgba(0,0,0,0.08) 6%, transparent 9%);
}
@keyframes floatMoon {
  0%,100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-18px) rotate(2deg); }
}
.hero-collage {
  position: absolute; inset: 0; pointer-events: none;
}
.collage-card {
  position: absolute; border-radius: 14px; overflow: hidden;
  border: 3px solid var(--gold); box-shadow: 0 10px 40px rgba(0,0,0,0.5), 0 0 30px rgba(255,46,154,0.25);
  background: var(--cosmic);
}
.collage-card img { display: block; width: 100%; height: 100%; object-fit: cover; }
.collage-1 { top: -2%; left: -8%; width: 130px; height: 170px; transform: rotate(-12deg); animation: floatA 7s ease-in-out infinite; }
.collage-2 { top: 8%; right: -6%; width: 140px; height: 110px; transform: rotate(8deg); animation: floatB 9s ease-in-out infinite; }
.collage-3 { bottom: 6%; left: -6%; width: 150px; height: 150px; transform: rotate(6deg); animation: floatB 8s ease-in-out infinite; }
.collage-4 { bottom: -4%; right: -2%; width: 160px; height: 130px; transform: rotate(-9deg); animation: floatA 10s ease-in-out infinite; }
@keyframes floatA { 0%,100% { transform: translateY(0) rotate(-12deg); } 50% { transform: translateY(-14px) rotate(-10deg); } }
@keyframes floatB { 0%,100% { transform: translateY(0) rotate(8deg); } 50% { transform: translateY(-12px) rotate(10deg); } }

/* Orbiting sparkles ring */
.orbit-ring {
  position: absolute; inset: 0; border: 1px dashed rgba(245,197,66,0.35); border-radius: 50%;
  animation: spin 40s linear infinite;
}
.orbit-ring::after {
  content: '✦'; position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  color: var(--gold); font-size: 22px; text-shadow: 0 0 12px var(--gold);
}
.orbit-ring-2 { inset: -8%; animation-duration: 60s; animation-direction: reverse; opacity: 0.6; }
.orbit-ring-2::after { content: '☾'; color: var(--pink); }

/* ============ ABOUT ============ */
.about-wrap {
  max-width: 1300px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; align-items: center;
}
@media (max-width: 1024px) { .about-wrap { grid-template-columns: 1fr; gap: 50px; } }
.about-portrait {
  position: relative; border-radius: 200px 200px 24px 24px;
  overflow: hidden; aspect-ratio: 3/4; max-width: 460px; margin: 0 auto;
  border: 4px solid var(--gold);
  box-shadow: 0 30px 80px rgba(0,0,0,0.6), 0 0 60px rgba(255,46,154,0.3);
}
.about-portrait img { width: 100%; height: 100%; object-fit: cover; }
.about-portrait::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(20,5,40,0.4) 100%);
}
.speech-bubble {
  position: relative; background: var(--pearl); color: var(--ink);
  padding: 18px 24px; border: 3px solid var(--ink); border-radius: 22px;
  font-family: 'Inter', sans-serif; font-weight: 700; font-style: italic;
  max-width: 280px; box-shadow: 6px 6px 0 var(--gold);
  display: inline-block;
}
.speech-bubble::after {
  content: ''; position: absolute; bottom: -16px; left: 30px;
  width: 0; height: 0; border-left: 14px solid transparent;
  border-right: 14px solid transparent; border-top: 18px solid var(--pearl);
  filter: drop-shadow(0 3px 0 var(--ink));
}
.about-body { font-size: 17px; line-height: 1.85; color: var(--silver); }
.about-body p + p { margin-top: 18px; }
.about-body strong { color: var(--gold); font-weight: 600; }
.about-stats { display: flex; gap: 40px; margin-top: 40px; flex-wrap: wrap; }
.stat-num { font-family: 'Cinzel Decorative', serif; font-size: 44px; background: linear-gradient(180deg, #fff, #c9d4e8 60%, #7d869d); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 0 12px rgba(238,244,255,0.4)); }
.stat-label { font-family: 'Major Mono Display', monospace; color: var(--pink); font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; margin-top: 4px; }

/* ============ SERVICES ============ */
.services-grid {
  max-width: 1300px; margin: 60px auto 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
}
@media (max-width: 1024px) { .services-grid { grid-template-columns: 1fr; } }
.tarot {
  position: relative; padding: 44px 32px 38px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(40,15,90,0.65), rgba(15,5,40,0.85));
  border: 1px solid rgba(245,197,66,0.4);
  overflow: hidden;
  transition: transform 0.5s, box-shadow 0.5s;
}
.tarot::before {
  content: ''; position: absolute; inset: 6px; border-radius: 18px;
  border: 1px solid rgba(245,197,66,0.5);
  pointer-events: none;
}
.tarot::after {
  content: ''; position: absolute; inset: 0; opacity: 0.08;
  background-image: radial-gradient(circle, var(--gold) 1px, transparent 1.5px);
  background-size: 10px 10px; pointer-events: none;
}
.tarot:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 80px rgba(255,46,154,0.3), 0 0 40px rgba(245,197,66,0.25);
}
.tarot-phase {
  width: 76px; height: 76px; border-radius: 50%;
  margin: 0 auto 20px; position: relative;
  background: radial-gradient(circle at 30% 30%, #fff, #f5c542 70%, #b9842b);
  box-shadow: 0 0 30px rgba(245,197,66,0.5);
}
.phase-new { background: radial-gradient(circle, #1a0a4a, #07041a); border: 1px solid var(--gold); box-shadow: 0 0 30px rgba(245,197,66,0.4); }
.phase-half { background: radial-gradient(circle at 30% 30%, #fff, #f5c542 50%); position: relative; overflow: hidden; }
.phase-half::after { content: ''; position: absolute; right: 0; top: 0; width: 50%; height: 100%; background: #07041a; }
.tarot-title { font-family: 'Italiana', serif; font-size: 26px; text-align: center; background: linear-gradient(180deg, #fff, #c9d4e8); -webkit-background-clip: text; background-clip: text; color: transparent; letter-spacing: 0.12em; }
.tarot-price {
  text-align: center; margin: 16px 0 22px;
  font-family: 'Cinzel Decorative', serif; font-size: 38px;
  background: linear-gradient(180deg, #fff 0%, #eef4ff 35%, #aebcd6 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 0 18px rgba(238,244,255,0.4));
}
.tarot-price .from { font-family: 'Major Mono Display', monospace; font-size: 11px; color: var(--pink); display: block; margin-bottom: 6px; letter-spacing: 0.3em; text-transform: uppercase; }
.tarot-list { color: var(--silver); font-size: 15px; line-height: 1.75; }
.tarot-list li { display: flex; gap: 10px; align-items: flex-start; padding: 4px 0; }
.tarot-list li::before { content: '✶'; color: var(--gold); flex-shrink: 0; }
.tarot-cta {
  margin-top: 24px; display: block; text-align: center;
  padding: 14px; border: 1px solid var(--gold); border-radius: 999px;
  color: var(--gold); letter-spacing: 0.2em; text-transform: uppercase; font-size: 12px;
  transition: all 0.4s;
}
.tarot-cta:hover { background: var(--gold); color: var(--ink); }
.tarot-tag {
  position: absolute; top: 18px; right: -38px;
  background: var(--magenta); color: #fff; font-size: 10px; letter-spacing: 0.3em;
  padding: 6px 40px; transform: rotate(38deg); text-transform: uppercase;
}
.tarot-note {
  text-align: center; margin: 36px auto 0; max-width: 700px;
  font-family: 'Marcellus SC', 'Cinzel Decorative', serif; font-size: 14px; color: var(--pearl);
  letter-spacing: 0.28em; text-transform: uppercase; line-height: 1.7;
}

/* ============ GALLERY ============ */
.gallery-grid {
  max-width: 1300px; margin: 60px auto 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
}
@media (max-width: 1024px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .gallery-grid { grid-template-columns: 1fr; } }
.polaroid {
  position: relative; background: var(--pearl); padding: 12px 12px 50px;
  border-radius: 6px; box-shadow: 0 18px 50px rgba(0,0,0,0.5), 0 0 30px rgba(255,46,154,0.15);
  transition: transform 0.5s, box-shadow 0.5s;
  cursor: pointer; overflow: hidden;
}
.polaroid::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(245,197,66,0.5);
  border-radius: 6px;
}
.polaroid img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 3px; display: block; }
.polaroid-caption {
  position: absolute; bottom: 12px; left: 12px; right: 12px;
  font-family: 'Marcellus SC', 'Cinzel Decorative', serif; font-size: 12px; color: var(--ink); text-align: center;
  letter-spacing: 0.22em; text-transform: uppercase;
}
.polaroid:hover { transform: translateY(-10px) rotate(-1deg); box-shadow: 0 30px 80px rgba(255,46,154,0.45); }
.polaroid:nth-child(odd) { transform: rotate(-1.5deg); }
.polaroid:nth-child(even) { transform: rotate(1.5deg); }
.polaroid:nth-child(odd):hover { transform: translateY(-10px) rotate(-2.5deg); }
.polaroid:nth-child(even):hover { transform: translateY(-10px) rotate(2.5deg); }
/* Lightbox */
#lightbox {
  position: fixed; inset: 0; z-index: 9990; background: rgba(2,1,10,0.95);
  display: none; align-items: center; justify-content: center; padding: 30px;
}
#lightbox.open { display: flex; }
#lightbox img { max-width: 90vw; max-height: 86vh; border: 4px solid var(--gold); border-radius: 8px; box-shadow: 0 0 80px rgba(255,46,154,0.5); }
#lightbox .close { position: absolute; top: 30px; right: 40px; font-size: 36px; color: var(--gold); cursor: pointer; }

/* ============ BOOKING MOON CALENDAR ============ */
.booking-wrap { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
@media (max-width: 1024px) { .booking-wrap { grid-template-columns: 1fr; } }
.moon-cal-stage { position: relative; aspect-ratio: 1/1; max-width: 580px; margin: 0 auto; width: 100%; }
.moon-cal {
  position: absolute; inset: 12%; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff 0%, #ffe9b3 25%, #f5c542 55%, #b9842b 95%);
  box-shadow: 0 0 100px rgba(245,197,66,0.55), inset -50px -30px 80px rgba(40,15,5,0.5);
  display: flex; align-items: center; justify-content: center;
  flex-direction: column;
  transition: filter 0.6s;
}
.moon-cal.shifting { filter: hue-rotate(-25deg) brightness(0.85); }
.moon-cal-month {
  font-family: 'Italiana', serif; font-size: 22px; color: var(--ink);
  letter-spacing: 0.3em; text-transform: uppercase; text-shadow: 0 0 12px #fff;
}
.moon-cal-selected {
  font-family: 'Cinzel Decorative', serif; font-size: 56px; color: var(--ink);
  text-shadow: 0 0 18px rgba(255,255,255,0.8); line-height: 1;
}
.moon-cal-selected-label { font-family: 'Major Mono Display', monospace; color: var(--violet); font-size: 12px; margin-top: 8px; letter-spacing: 0.28em; text-transform: uppercase; }
.day-orbit {
  position: absolute; width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 600; color: var(--pearl);
  background: rgba(20,8,50,0.7); border: 1px solid rgba(245,197,66,0.5);
  cursor: pointer; transition: all 0.3s;
  backdrop-filter: blur(4px);
}
.day-orbit:hover { transform: scale(1.25); background: var(--magenta); border-color: var(--gold); box-shadow: 0 0 20px var(--magenta); color: #fff; }
.day-orbit.selected { background: linear-gradient(135deg, var(--gold), var(--magenta)); color: var(--ink); box-shadow: 0 0 30px var(--gold); transform: scale(1.3); }
.day-orbit.past { opacity: 0.25; pointer-events: none; }

.booking-form { max-width: 520px; }
.field { margin-bottom: 20px; }
.field label { display: block; font-family: 'Marcellus SC', 'Cinzel Decorative', serif; font-size: 12px; color: var(--gold); margin-bottom: 8px; letter-spacing: 0.28em; text-transform: uppercase; }
.field input, .field textarea, .field select {
  width: 100%; padding: 14px 18px; background: rgba(20,8,50,0.55);
  border: 1px solid rgba(245,197,66,0.35); border-radius: 12px;
  color: var(--pearl); font-family: 'Inter', sans-serif; font-size: 15px;
  transition: all 0.3s;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--gold); box-shadow: 0 0 24px rgba(245,197,66,0.3);
  background: rgba(40,15,90,0.6);
}
.field textarea { resize: vertical; min-height: 110px; }
.time-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.time-pill {
  padding: 9px 16px; border: 1px solid rgba(245,197,66,0.4); border-radius: 999px;
  font-size: 13px; color: var(--silver); cursor: pointer; transition: all 0.3s;
  background: rgba(20,8,50,0.5);
}
.time-pill:hover, .time-pill.active { background: linear-gradient(135deg, var(--magenta), var(--violet)); border-color: var(--gold); color: #fff; }
.send-moon {
  margin-top: 24px; width: 100%; padding: 20px;
  background: linear-gradient(135deg, var(--magenta) 0%, var(--gold) 100%);
  color: var(--ink); font-weight: 800; letter-spacing: 0.3em; text-transform: uppercase;
  border-radius: 999px; font-size: 14px;
  box-shadow: 0 15px 60px rgba(255,46,154,0.5);
  cursor: pointer; position: relative; overflow: hidden;
  transition: transform 0.3s;
}
.send-moon:hover { transform: translateY(-3px); }
.send-moon .star-trail {
  position: absolute; top: 50%; left: -40px; width: 30px; height: 2px;
  background: linear-gradient(90deg, transparent, #fff);
  border-radius: 999px; transform: translateY(-50%);
  opacity: 0;
}
.send-moon.sending .star-trail { animation: shootStar 1.2s ease-out forwards; }
@keyframes shootStar {
  0% { left: -40px; opacity: 0; }
  20% { opacity: 1; }
  100% { left: 110%; opacity: 0; }
}
.success-modal {
  position: fixed; inset: 0; background: rgba(2,1,10,0.92); z-index: 9995;
  display: none; align-items: center; justify-content: center; padding: 30px;
}
.success-modal.open { display: flex; }
.success-card {
  max-width: 480px; padding: 50px 40px; text-align: center; border-radius: 24px;
  background: linear-gradient(180deg, rgba(40,15,90,0.95), rgba(15,5,40,1));
  border: 1px solid var(--gold); box-shadow: 0 0 80px rgba(245,197,66,0.4);
}
.success-card .big-moon {
  width: 80px; height: 80px; margin: 0 auto 20px; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff, #f5c542 70%);
  box-shadow: 0 0 50px rgba(245,197,66,0.7); animation: floatMoon 3s ease-in-out infinite;
}
.success-card h3 { font-family: 'Cinzel Decorative', serif; font-size: 32px; background: linear-gradient(180deg, #fff, #aebcd6); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 14px; }
.success-card p { color: var(--silver); line-height: 1.7; }
.success-card button {
  margin-top: 26px; padding: 12px 32px; border: 1px solid var(--gold); border-radius: 999px;
  color: var(--gold); letter-spacing: 0.2em; font-size: 12px; text-transform: uppercase;
  background: transparent; cursor: pointer; transition: all 0.3s;
}
.success-card button:hover { background: var(--gold); color: var(--ink); }

/* ============ TESTIMONIALS ============ */
.testi-grid {
  max-width: 1300px; margin: 60px auto 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
}
@media (max-width: 1024px) { .testi-grid { grid-template-columns: 1fr; } }
.crystal {
  position: relative; padding: 36px 30px 28px;
  background: linear-gradient(180deg, rgba(40,15,90,0.5), rgba(15,5,40,0.85));
  border: 1px solid rgba(245,197,66,0.3); border-radius: 24px;
  text-align: center;
  transition: transform 0.5s;
}
.crystal:hover { transform: translateY(-8px); }
.crystal-avatar {
  width: 88px; height: 88px; border-radius: 50%; margin: 0 auto 16px;
  overflow: hidden; border: 3px solid var(--gold);
  box-shadow: 0 0 30px rgba(245,197,66,0.4);
}
.crystal-avatar img { width: 100%; height: 100%; object-fit: cover; }
.crystal-name { font-family: 'Italiana', serif; background: linear-gradient(180deg, #fff, #c9d4e8); -webkit-background-clip: text; background-clip: text; color: transparent; font-size: 20px; letter-spacing: 0.18em; }
.crystal-role { color: var(--gold); font-family: 'Major Mono Display', monospace; font-size: 11px; margin-bottom: 14px; letter-spacing: 0.3em; text-transform: uppercase; }
.crystal-quote { color: var(--silver); font-style: italic; line-height: 1.7; font-size: 15px; }
.crystal-stars { color: var(--gold); margin-top: 14px; letter-spacing: 0.4em; }

/* ============ FOOTER ============ */
#footer {
  position: relative; padding: 80px 24px 40px;
  border-top: 1px solid rgba(245,197,66,0.2);
  background: linear-gradient(180deg, transparent, rgba(15,5,40,0.6));
}
.footer-grid {
  max-width: 1200px; margin: 0 auto; display: grid;
  grid-template-columns: 1.4fr 1fr 1fr; gap: 50px;
}
@media (max-width: 768px) { .footer-grid { grid-template-columns: 1fr; gap: 30px; } }
.footer-tagline { font-family: 'Marcellus SC', 'Cinzel Decorative', serif; font-size: 13px; color: var(--pearl); margin-top: 18px; letter-spacing: 0.28em; text-transform: uppercase; line-height: 1.7; }
.footer h4 { font-family: 'Italiana', serif; background: linear-gradient(180deg, #fff, #c9d4e8); -webkit-background-clip: text; background-clip: text; color: transparent; letter-spacing: 0.28em; font-size: 14px; text-transform: uppercase; margin-bottom: 16px; }
.footer a { color: var(--silver); display: block; padding: 4px 0; transition: color 0.3s; }
.footer a:hover { color: var(--gold); }
.zodiac-ring {
  width: 140px; height: 140px; border-radius: 50%; border: 1px dashed rgba(245,197,66,0.4);
  margin-top: 18px; position: relative; animation: spin 60s linear infinite;
}
.zodiac-ring span {
  position: absolute; left: 50%; top: 50%;
  font-family: 'Cinzel Decorative', serif; font-size: 16px; color: var(--gold);
  transform-origin: 0 0;
}
.footer-bottom {
  max-width: 1200px; margin: 50px auto 0; padding-top: 24px;
  border-top: 1px solid rgba(245,197,66,0.15);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 12px; color: var(--silver); letter-spacing: 0.2em;
}
.shooting-star { color: var(--gold); animation: pulseMoon 2s infinite; }

/* sparkle particles */
.sparkle {
  position: absolute; pointer-events: none; font-size: 18px; color: var(--gold);
  animation: sparkleFade 0.9s ease-out forwards;
}
@keyframes sparkleFade {
  0% { opacity: 1; transform: scale(0.4) rotate(0deg); }
  100% { opacity: 0; transform: scale(1.6) rotate(180deg) translateY(-30px); }
}

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

/* ===================== CASTLE STORMY ADDITIONS ===================== */

/* RAIN */
.rain {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.18;
  background-image:
    linear-gradient(180deg, transparent 0%, rgba(180,200,255,0.6) 50%, transparent 100%);
  background-size: 1px 80px;
  background-repeat: repeat;
  animation: rainFall 0.8s linear infinite;
  mix-blend-mode: screen;
}
@keyframes rainFall { 0% { background-position: 0 0; } 100% { background-position: 0 80px; } }

/* LIGHTNING FLASH */
#lightning {
  position: fixed; inset: 0; pointer-events: none; z-index: 30;
  background: radial-gradient(circle at 30% 20%, rgba(180,220,255,0.85), rgba(255,255,255,0.5) 30%, transparent 65%);
  opacity: 0;
  mix-blend-mode: screen;
}
#lightning.flash { animation: lightningFlash 0.7s ease-out; }
@keyframes lightningFlash {
  0% { opacity: 0; }
  10% { opacity: 1; }
  20% { opacity: 0.2; }
  30% { opacity: 0.9; }
  45% { opacity: 0; }
  55% { opacity: 0.5; }
  100% { opacity: 0; }
}

#bolt-svg {
  position: fixed; top: -10%; left: 20%; width: 100px; height: 60vh;
  pointer-events: none; z-index: 31; opacity: 0;
}
#bolt-svg svg { width: 100%; height: 100%; filter: drop-shadow(0 0 12px #fff) drop-shadow(0 0 30px #aef); }
#bolt-svg.strike { animation: boltStrike 0.6s ease-out; }
@keyframes boltStrike {
  0% { opacity: 0; transform: translateY(-20%); }
  20% { opacity: 1; }
  100% { opacity: 0; transform: translateY(0); }
}

/* POP ART STICKERS — quieted way down so the elegant gold cosmos dominates */
.pop-stickers {
  position: fixed; inset: 0; pointer-events: none; z-index: 5; overflow: hidden;
}
.pop-sticker {
  position: absolute; font-family: 'Cinzel Decorative', serif;
  font-weight: 900;
  background: transparent; color: var(--diamond);
  border: none;
  padding: 4px 10px;
  text-shadow: 0 0 14px rgba(255,255,255,0.6), 0 0 26px rgba(245,197,66,0.45);
  letter-spacing: 0.1em;
  box-shadow: none;
  opacity: 0;
  animation: popDrift 12s ease-in-out infinite;
}
/* Hide the loud POW/BOOM/ZAP — keep only the yin-yangs + small sparkle */
.pop-sticker.pop-2,
.pop-sticker.pop-3,
.pop-sticker.pop-5 { display: none !important; }

.pop-sticker.pop-1 { top: 14%; left: 5%; font-size: 28px; background: transparent; padding: 0; opacity: 0.7; }
.pop-sticker.pop-4 { top: 72%; right: 5%; font-size: 22px; color: var(--gold); text-shadow: 0 0 16px var(--gold), 0 0 30px #fff; opacity: 0.7; }
.pop-sticker.pop-6 { bottom: 10%; right: 9%; font-size: 26px; background: transparent; opacity: 0.7; animation: yyDrift 16s linear infinite; }
@keyframes yyDrift {
  0% { transform: rotate(0deg) translateY(0); opacity: 0.5; }
  50% { transform: rotate(180deg) translateY(-14px); opacity: 0.9; }
  100% { transform: rotate(360deg) translateY(0); opacity: 0.5; }
}

/* Floating yin-yang glyphs */
.yin-yang-float {
  position: absolute; pointer-events: none;
  color: rgba(255,255,255,0.85);
  text-shadow: 0 0 14px rgba(255,255,255,0.5), 0 0 30px rgba(245,197,66,0.4);
  animation: yyDrift 22s linear infinite;
  opacity: 0.5;
}
.yyf-1 { top: 9%; left: 50%; font-size: 18px; animation-duration: 22s; animation-delay: 0s; }
.yyf-2 { top: 55%; left: 12%; font-size: 14px; animation-duration: 26s; animation-delay: 4s; opacity: 0.4; }
.yyf-3 { top: 38%; right: 18%; font-size: 20px; animation-duration: 30s; animation-delay: 7s; opacity: 0.45; }
@keyframes popDrift {
  0%, 100% { transform: translateY(0) rotate(var(--r, 0deg)); opacity: 0.6; }
  50% { transform: translateY(-22px) rotate(var(--r, 0deg)); opacity: 1; }
}
@media (max-width: 768px) {
  .pop-sticker.pop-2, .pop-sticker.pop-5 { display: none; }
}

/* STORMY HEADLINE — diamond/silver */
.stormy-word {
  font-family: 'Cinzel Decorative', serif; font-weight: 900;
  background: linear-gradient(180deg,
    #ffffff 0%,
    #eef4ff 22%,
    #c9d4e8 48%,
    #ffffff 62%,
    #aebcd6 82%,
    #5a627a 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 0 22px rgba(201,212,232,0.55)) drop-shadow(0 0 6px rgba(255,255,255,0.5));
  position: relative; display: inline-block;
}
.stormy-casa {
  background: linear-gradient(180deg,
    #ffffff 0%,
    #d9e2f5 35%,
    #aebcd6 70%,
    #7d869d 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.stormy-flash { animation: stormGlow 3s ease-in-out infinite; }
@keyframes stormGlow {
  0%, 90%, 100% { filter: drop-shadow(0 0 22px rgba(201,212,232,0.55)) drop-shadow(0 0 6px rgba(255,255,255,0.5)); }
  92% { filter: drop-shadow(0 0 60px #fff) brightness(1.7); }
  94% { filter: drop-shadow(0 0 10px rgba(201,212,232,0.45)) brightness(0.85); }
  96% { filter: drop-shadow(0 0 60px #fff) brightness(1.5); }
}
.lightning-flash {
  display: inline-block; color: var(--diamond); margin-left: 12px;
  text-shadow: 0 0 18px var(--diamond), 0 0 36px #fff;
  animation: yinYangSpin 8s linear infinite;
  font-size: 0.85em;
}
@keyframes yinYangSpin {
  to { transform: rotate(360deg); }
}
@keyframes boltShake {
  0%, 90%, 100% { transform: rotate(0); }
  92% { transform: rotate(-12deg) scale(1.3); }
  94% { transform: rotate(8deg) scale(1.2); }
  96% { transform: rotate(0); }
}

.kat-name {
  font-family: 'Marcellus SC', 'Cinzel Decorative', serif; font-size: 1em;
  background: linear-gradient(90deg, #fff, #c9d4e8 50%, #7d869d);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  letter-spacing: 0.18em; text-transform: uppercase;
  font-style: normal;
}

/* CASTLE STORMY CAT FEATURE in hero */
.castle-cat-feature {
  position: absolute; inset: 18%;
  border-radius: 50%; overflow: hidden;
  border: 4px solid var(--gold);
  box-shadow: 0 0 80px rgba(245,197,66,0.55), inset 0 0 40px rgba(0,0,0,0.5);
  z-index: 2;
  animation: floatMoon 10s ease-in-out infinite;
}
.castle-cat-feature img { width: 100%; height: 100%; object-fit: cover; }
.castle-cat-feature::after {
  content: '⚡'; position: absolute; top: 8%; right: 8%; font-size: 38px; color: var(--gold);
  text-shadow: 0 0 18px #fff, 0 0 30px var(--gold);
  animation: boltShake 5s ease-in-out infinite;
}

/* hide the big moon since castle cat is featured */
.hero-moon-stage .moon-big { opacity: 0.35; transform: scale(1.15); }

/* BRAND NAME styling for CASTLE CASA STORMY — diamond */
.brand-name {
  font-family: 'Cinzel Decorative', serif !important;
  font-weight: 900 !important;
  font-size: 16px !important;
  letter-spacing: 0.22em !important;
  background: linear-gradient(90deg, #ffffff, #eef4ff 30%, #c9d4e8 60%, #aebcd6 85%, #7d869d);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.brand-amp { color: var(--diamond); margin: 0 4px; -webkit-text-fill-color: var(--diamond); }
.brand-moon {
  color: var(--diamond) !important;
  text-shadow: 0 0 14px var(--diamond), 0 0 30px rgba(201,212,232,0.7) !important;
  animation: boltShake 5s ease-in-out infinite !important;
}

/* ===================== VIBRANT COSMIC BG ===================== */

/* AURORA — drifting color band (toned down) */
.aurora {
  position: absolute; inset: -20%;
  background:
    radial-gradient(ellipse 60% 30% at 30% 25%, rgba(245,197,66,0.10), transparent 60%),
    radial-gradient(ellipse 70% 40% at 70% 80%, rgba(75,29,154,0.18), transparent 65%),
    radial-gradient(ellipse 80% 25% at 20% 90%, rgba(245,197,66,0.08), transparent 70%);
  filter: blur(60px);
  animation: auroraShift 28s ease-in-out infinite alternate;
  mix-blend-mode: screen;
  opacity: 0.5;
}
@keyframes auroraShift {
  0% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-3%, 2%) scale(1.05); }
  100% { transform: translate(3%, -2%) scale(1.1); }
}

/* PLANETS — hidden for elegant gold-star aesthetic */
.planets, .planet { display: none !important; }

/* RAIN — hidden, too cartoony */
.rain { display: none !important; }

.planet {
  position: absolute; border-radius: 50%;
  box-shadow: inset -20px -15px 50px rgba(0,0,0,0.55);
  filter: drop-shadow(0 0 40px rgba(255,179,217,0.35));
  opacity: 0.85;
}

/* SATURN with rings */
.planet-saturn {
  top: 12%; right: 8%; width: 130px; height: 130px;
  background: radial-gradient(circle at 30% 30%, #ffe9b3 0%, #f5c542 30%, #d97f00 70%, #6b3a00 100%);
  box-shadow: inset -22px -18px 50px rgba(0,0,0,0.6), 0 0 60px rgba(245,197,66,0.4);
  animation: floatPlanet 18s ease-in-out infinite;
}
.planet-saturn::before, .planet-saturn::after {
  content: ''; position: absolute; left: 50%; top: 50%;
  width: 240px; height: 60px;
  border: 4px solid rgba(245,197,66,0.7);
  border-color: rgba(245,197,66,0.85) rgba(245,197,66,0.3) rgba(245,197,66,0.85) rgba(245,197,66,0.3);
  border-radius: 50%;
  transform: translate(-50%,-50%) rotate(-22deg);
  box-shadow: 0 0 14px rgba(245,197,66,0.5);
}
.planet-saturn::after {
  width: 200px; height: 44px; border-width: 2px;
  border-color: rgba(255,179,217,0.6) rgba(255,179,217,0.2) rgba(255,179,217,0.6) rgba(255,179,217,0.2);
}

/* JUPITER — striped giant */
.planet-jupiter {
  top: 65%; left: 6%; width: 100px; height: 100px;
  background:
    repeating-linear-gradient(90deg, rgba(255,165,90,0) 0 8%, rgba(255,165,90,0.5) 8% 16%, rgba(180,90,40,0.4) 16% 24%),
    radial-gradient(circle at 30% 30%, #ffd9a8 0%, #d97f4a 60%, #5a2b14 100%);
  background-blend-mode: overlay;
  box-shadow: inset -20px -15px 40px rgba(0,0,0,0.65), 0 0 50px rgba(255,140,60,0.4);
  animation: floatPlanet 25s ease-in-out infinite reverse;
}
.planet-jupiter::after {
  content: ''; position: absolute; top: 55%; left: 18%; width: 22px; height: 14px;
  background: #b03020; border-radius: 50%; opacity: 0.85;
  box-shadow: 0 0 6px rgba(220,80,40,0.8);
}

/* NEPTUNE — deep teal */
.planet-neptune {
  top: 38%; left: 88%; width: 80px; height: 80px;
  background: radial-gradient(circle at 30% 30%, #aef4ff 0%, #3aa9d9 35%, #14439a 80%, #050a3b 100%);
  box-shadow: inset -16px -12px 35px rgba(0,0,0,0.6), 0 0 50px rgba(46,205,255,0.5);
  animation: floatPlanet 22s ease-in-out infinite;
}

/* MARS — small red */
.planet-mars {
  bottom: 18%; right: 22%; width: 56px; height: 56px;
  background: radial-gradient(circle at 30% 30%, #ffb597 0%, #d94a2a 50%, #6b1a08 100%);
  box-shadow: inset -10px -8px 25px rgba(0,0,0,0.7), 0 0 30px rgba(217,74,42,0.5);
  animation: floatPlanet 16s ease-in-out infinite reverse;
}

/* VIOLET — small purple moon */
.planet-violet {
  top: 80%; left: 45%; width: 44px; height: 44px;
  background: radial-gradient(circle at 30% 30%, #fff 0%, #d9a8ff 40%, #6b1d9a 100%);
  box-shadow: inset -8px -6px 20px rgba(0,0,0,0.6), 0 0 28px rgba(217,168,255,0.6);
  animation: floatPlanet 14s ease-in-out infinite;
}

@keyframes floatPlanet {
  0%, 100% { transform: translateY(0) translateX(0); }
  33% { transform: translateY(-14px) translateX(10px); }
  66% { transform: translateY(8px) translateX(-12px); }
}

@media (max-width: 768px) {
  .planet-saturn { width: 80px; height: 80px; top: 8%; right: 4%; }
  .planet-saturn::before { width: 160px; height: 40px; }
  .planet-saturn::after { width: 130px; height: 28px; }
  .planet-jupiter { width: 60px; height: 60px; }
  .planet-neptune { width: 50px; height: 50px; left: 80%; }
  .planet-mars { width: 36px; height: 36px; }
  .planet-violet { width: 30px; height: 30px; }
}

/* Subtle nebula override — soft gold/violet only */
.nebula {
  background:
    radial-gradient(circle at 25% 35%, rgba(245,197,66,0.10), transparent 40%),
    radial-gradient(circle at 75% 65%, rgba(75,29,154,0.18), transparent 50%),
    radial-gradient(circle at 50% 80%, rgba(245,197,66,0.08), transparent 45%) !important;
  filter: blur(70px) !important;
  opacity: 0.7 !important;
}

/* CREDENTIALS STRIP */
.credentials-strip {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin: 36px 0 24px;
}
@media (max-width: 768px) { .credentials-strip { grid-template-columns: 1fr; } }
.cred {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 18px;
  background: linear-gradient(135deg, rgba(40,15,90,0.55), rgba(15,5,40,0.85));
  border: 1px solid rgba(245,197,66,0.35); border-radius: 14px;
  transition: transform 0.3s, border-color 0.3s;
}
.cred:hover { transform: translateY(-3px); border-color: var(--gold); box-shadow: 0 0 24px rgba(245,197,66,0.25); }
.cred-icon {
  font-size: 24px; color: var(--gold);
  text-shadow: 0 0 14px var(--gold), 0 0 26px rgba(255,46,154,0.5);
  flex-shrink: 0;
}
.cred-title { font-family: 'Italiana', serif; color: var(--pearl); font-size: 15px; letter-spacing: 0.08em; }
.cred-sub { font-family: 'Inter', sans-serif; color: var(--silver); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; margin-top: 2px; }
