/* ==========================================================================
   PSYCHIC READER GABRIEL - INFINITY PSYCHIC SHOP
   Theme: Antique Vintage Parchment, Regal Gold & Amethyst Mystical Glow
   Fully Responsive (240px Keypad Phones to 8K Ultra Wide Displays)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Cinzel:wght@400;600;700;800;900&family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=Great+Vibes&family=Playfair+Display:ital,wght@0,500;0,700;0,900;1,400&display=swap');

:root {
  --bg-parchment-base: #f9f4e8;
  --bg-parchment-dark: #eee1c5;
  --bg-parchment-deep: #e2ce9f;
  --gold-primary: #d4af37;
  --gold-light: #fbe69b;
  --gold-dark: #997415;
  --gold-gradient: linear-gradient(135deg, #bf953f 0%, #fcf6ba 25%, #b38728 50%, #fbf5b7 75%, #aa771c 100%);
  --purple-amethyst: #581c87;
  --purple-deep: #3b0764;
  --purple-light: #9333ea;
  --text-dark: #2a1b0e;
  --text-muted: #5c4530;
  --font-script-infinity: 'Great Vibes', 'Alex Brush', cursive;
  --font-script-call: 'Alex Brush', 'Great Vibes', cursive;
  --font-header-serif: 'Cinzel', 'Playfair Display', serif;
  --font-body-serif: 'Cormorant Garamond', Georgia, serif;
  --shadow-warm: 0 10px 30px rgba(74, 43, 10, 0.15);
  --shadow-gold: 0 0 25px rgba(212, 175, 55, 0.3);
  --shadow-purple: 0 10px 30px rgba(88, 28, 135, 0.25);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 24px;
  --max-width: 1320px;
}

/* Strict Reset & Prevent Overflow Across All Display Sizes */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: #1a0f07;
  color: var(--text-dark);
}

body {
  font-family: var(--font-body-serif);
  font-size: clamp(1rem, 0.4vw + 0.85rem, 1.35rem);
  line-height: 1.6;
  background: var(--bg-parchment-base) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='%23a1824a' fill-opacity='0.04'%3E%3Cpath fill-rule='evenodd' d='M11 0l3 3-3 3-3-3 3-3zm50 0l3 3-3 3-3-3 3-3zm50 0l3 3-3 3-3-3 3-3zm50 0l3 3-3 3-3-3 3-3zm50 0l3 3-3 3-3-3 3-3zm50 0l3 3-3 3-3-3 3-3zm50 0l3 3-3 3-3-3 3-3zm50 0l3 3-3 3-3-3 3-3z'/%3E%3C/g%3E%3C/svg%3E");
  color: var(--text-dark);
  min-height: 100vh;
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* SVG Icon Helper Utility */
.icon-inline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  flex-shrink: 0;
}

.icon-inline svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.icon-stroke svg {
  fill: none;
  stroke: currentColor;
}

/* Fluid Media Protection */
img, video, iframe, picture, svg {
  max-width: 100%;
  height: auto;
}

:focus-visible {
  outline: 3px solid var(--purple-light);
  outline-offset: 3px;
}

/* ==========================================================================
   TOP DIRECT CONTACT & SOCIAL BAR (DESKTOP)
   ========================================================================== */
.top-contact-bar {
  background: linear-gradient(90deg, #2e0854 0%, #4c1d95 50%, #2e0854 100%);
  color: #fef08a;
  padding: 0.5rem 1rem;
  font-family: var(--font-header-serif);
  font-size: clamp(0.75rem, 0.5vw + 0.5rem, 0.95rem);
  letter-spacing: 0.5px;
  border-bottom: 1px solid var(--gold-primary);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  width: 100%;
}

.top-contact-info {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.top-contact-bar a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.top-contact-bar a:hover {
  color: var(--gold-light);
}

.top-badge {
  background: rgba(212, 175, 55, 0.2);
  border: 1px solid var(--gold-primary);
  padding: 0.15rem 0.6rem;
  border-radius: 20px;
  font-size: 0.75rem;
  white-space: nowrap;
}

.top-social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.social-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid var(--gold-primary);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.8rem;
  color: var(--gold-light) !important;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
}

.social-icon-btn:hover {
  background: var(--gold-primary);
  color: #1a0f07 !important;
  transform: translateY(-2px);
}

/* ==========================================================================
   NAVIGATION BAR & MOBILE MENU
   ========================================================================== */
.main-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(249, 244, 232, 0.97);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--gold-primary);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.nav-container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0.6rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.brand-logo {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  max-width: calc(100% - 55px);
  min-width: 0;
}

.brand-name-infinity {
  font-family: var(--font-header-serif);
  font-weight: 900;
  font-size: clamp(0.7rem, 1.75vw, 1.33rem);
  line-height: 1.15;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.brand-name-sub {
  font-family: var(--font-script-infinity);
  font-size: clamp(0.75rem, 1.5vw, 1.15rem);
  color: var(--purple-deep);
  margin-top: -3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 1.4vw, 1.5rem);
  list-style: none;
}

.nav-links a {
  text-decoration: none;
  font-family: var(--font-header-serif);
  font-size: clamp(0.9rem, 1vw, 1.05rem);
  font-weight: 600;
  color: var(--text-dark);
  letter-spacing: 0.5px;
  position: relative;
  padding: 0.4rem 0;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold-gradient);
  transition: width 0.3s ease;
}

.nav-links a:hover, .nav-links a.active {
  color: var(--purple-deep);
}

.nav-links a:hover::after, .nav-links a.active::after {
  width: 100%;
}

.nav-cta-btn {
  background: linear-gradient(135deg, #581c87, #3b0764);
  color: #fef08a !important;
  border: 1px solid var(--gold-primary);
  padding: 0.5rem 1.2rem !important;
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(88, 28, 135, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-align: center;
}

.nav-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(88, 28, 135, 0.5);
  color: #fff !important;
}

.nav-cta-btn::after {
  display: none !important;
}

.mobile-menu-toggle {
  display: none;
  background: rgba(88, 28, 135, 0.08);
  border: 2px solid var(--gold-primary);
  border-radius: var(--radius-sm);
  color: var(--purple-deep);
  font-size: 1.5rem;
  width: 44px;
  height: 44px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 1002;
}

/* Mobile Nav Embedded Topbar (Hidden on Desktop) */
.mobile-nav-topbar {
  display: none;
  width: 100%;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 0.8rem;
  padding-top: 1rem;
  border-top: 2px dashed rgba(212, 175, 55, 0.4);
  align-items: center;
  text-align: center;
}

.mobile-nav-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
}

.mobile-nav-subtitle {
  font-size: 0.85rem;
  color: var(--purple-deep);
  font-weight: 700;
  letter-spacing: 0.3px;
}

.mobile-nav-contact-items {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  align-items: center;
}

.mobile-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--purple-deep) !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  text-decoration: none;
}

.mobile-nav-socials {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.2rem;
}

.mobile-nav-socials .social-icon-btn {
  background: var(--purple-deep);
  color: var(--gold-light) !important;
}

/* PAGE CONTAINER */
.page-wrapper {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: clamp(1rem, 3vw, 2rem) clamp(0.75rem, 2vw, 1.5rem);
  width: 100%;
  box-sizing: border-box;
}

/* ==========================================================================
   HANDBILL RECREATION HERO SECTION
   ========================================================================== */

.handbill-hero-outer {
  position: relative;
  background: linear-gradient(145deg, #fcefd2 0%, #f5e4bc 50%, #edd49f 100%);
  border-radius: var(--radius-md);
  padding: clamp(0.4rem, 2vw, 1.8rem);
  margin-bottom: 3rem;
  box-shadow: var(--shadow-warm), 0 0 40px rgba(212, 175, 55, 0.2);
  border: 2px solid var(--gold-primary);
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.handbill-frame-border {
  border: 2px double #b8860b;
  outline: 2px solid var(--gold-primary);
  outline-offset: -6px;
  padding: clamp(1rem, 3vw, 2.2rem) clamp(0.5rem, 2vw, 1.8rem);
  position: relative;
  background-image: 
    radial-gradient(circle at 10% 20%, rgba(255, 235, 170, 0.5) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(147, 51, 234, 0.1) 0%, transparent 40%);
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.handbill-frame-border::before, .handbill-frame-border::after,
.corner-bottom-left, .corner-bottom-right {
  position: absolute;
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  color: var(--gold-dark);
  text-shadow: 0 0 8px rgba(212, 175, 55, 0.6);
  pointer-events: none;
}
.handbill-frame-border::before { top: 2px; left: 6px; content: '✦'; }
.handbill-frame-border::after { top: 2px; right: 6px; content: '✦'; }
.corner-bottom-left { bottom: 2px; left: 6px; }
.corner-bottom-right { bottom: 2px; right: 6px; }

.handbill-header {
  text-align: center;
  margin-bottom: 1.5rem;
  width: 100%;
}

.handbill-main-title {
  font-family: var(--font-header-serif);
  font-weight: 900;
  font-size: clamp(1.5rem, 6.5vw, 4.2rem);
  line-height: 1.1;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(2px 3px 6px rgba(60, 30, 0, 0.35));
  margin-bottom: 0.2rem;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.handbill-title-script {
  font-family: var(--font-script-infinity);
  font-size: clamp(2rem, 5.5vw, 3.8rem);
  line-height: 0.95;
  color: var(--purple-deep);
  margin-bottom: -0.2em;
}

.handbill-tagline-quote {
  font-family: var(--font-header-serif);
  font-size: clamp(0.95rem, 2vw, 1.4rem);
  font-style: italic;
  color: var(--text-dark);
  margin: 0.5rem 0;
}

.handbill-divider-flourish {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin: 0.8rem 0;
  color: var(--gold-dark);
}

.handbill-divider-flourish::before, .handbill-divider-flourish::after {
  content: '';
  height: 2px;
  width: clamp(30px, 15vw, 120px);
  background: linear-gradient(90deg, transparent, var(--gold-primary), transparent);
}

.handbill-main-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: clamp(1rem, 2vw, 1.8rem);
  align-items: center;
  margin: 1.5rem 0;
  width: 100%;
}

.handbill-cards-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  justify-items: center;
  align-items: stretch;
  width: 100%;
}

.handbill-image-card {
  position: relative;
  width: 100%;
  max-width: 340px;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 0 15px rgba(147, 51, 234, 0.15);
  border: 2.5px solid var(--gold-primary);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  margin: 0 auto;
  aspect-ratio: 4 / 3;
}

.handbill-image-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 0 25px rgba(212, 175, 55, 0.4);
}

.handbill-image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.handbill-readings-banner {
  text-align: center;
  margin: 1.2rem 0 0.8rem;
  grid-column: 1 / -1;
  width: 100%;
}

.handbill-readings-title {
  font-family: var(--font-script-infinity);
  font-size: clamp(2.2rem, 5.5vw, 4.5rem);
  color: #2e0854;
  line-height: 1;
  text-shadow: 1px 1px 3px rgba(212, 175, 55, 0.5);
}

.handbill-services-list {
  font-family: var(--font-header-serif);
  font-size: clamp(1rem, 2.5vw, 2rem);
  font-weight: 700;
  color: var(--text-dark);
  letter-spacing: 0.5px;
  margin-top: 0.4rem;
  word-break: break-word;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.3rem 0.6rem;
}

.handbill-services-list span {
  color: var(--gold-dark);
}

.handbill-appointment-box {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, rgba(88, 28, 135, 0.08) 0%, rgba(212, 175, 55, 0.15) 100%);
  border: 2px solid var(--gold-primary);
  border-radius: var(--radius-md);
  padding: clamp(1rem, 3vw, 2rem);
  text-align: center;
  margin-top: 1rem;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.handbill-appointment-title {
  font-family: var(--font-script-call);
  font-size: clamp(1.6rem, 4.2vw, 3.2rem);
  color: #2e0854;
  margin-bottom: 0.3rem;
}

.handbill-phone-number {
  font-family: var(--font-header-serif);
  font-size: clamp(1.3rem, 5.5vw, 4rem);
  font-weight: 900;
  color: #111827;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  letter-spacing: 0.5px;
  text-shadow: 1px 2px 4px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, color 0.3s ease;
  margin: 0.4rem 0;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.handbill-phone-number:hover {
  color: var(--purple-deep);
  transform: scale(1.03);
}

.handbill-location-footer {
  grid-column: 1 / -1;
  text-align: center;
  border-top: 2px solid var(--gold-primary);
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  width: 100%;
}

.handbill-domain {
  font-family: var(--font-header-serif);
  font-size: clamp(1rem, 2.2vw, 1.8rem);
  font-weight: 700;
  color: #2e0854;
  letter-spacing: 0.5px;
  text-decoration: none;
  display: block;
  margin-bottom: 0.3rem;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.handbill-address {
  font-family: var(--font-header-serif);
  font-size: clamp(0.95rem, 2vw, 1.5rem);
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.3;
}

/* ==========================================================================
   INTERACTIVE TAROT MINI-APP
   ========================================================================== */

.tarot-interactive-section {
  background: linear-gradient(135deg, #2e0854 0%, #1e0538 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: clamp(1.4rem, 4vw, 3rem) clamp(0.8rem, 3vw, 2rem);
  margin: 3.5rem 0;
  border: 2px solid var(--gold-primary);
  box-shadow: var(--shadow-purple), var(--shadow-gold);
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

.tarot-interactive-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 60%);
  pointer-events: none;
  animation: pulseGlow 8s infinite alternate;
}

@keyframes pulseGlow {
  0% { transform: scale(1); opacity: 0.5; }
  100% { transform: scale(1.1); opacity: 0.9; }
}

.section-title-mystic {
  font-family: var(--font-header-serif);
  font-size: clamp(1.5rem, 3.8vw, 3rem);
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.5rem;
}

.section-subtitle-mystic {
  font-size: clamp(0.95rem, 1.8vw, 1.2rem);
  color: #cbd5e1;
  max-width: 650px;
  margin: 0 auto 1.8rem;
}

.tarot-cards-flex {
  display: flex;
  justify-content: center;
  gap: clamp(0.4rem, 1.8vw, 1.4rem);
  flex-wrap: wrap;
  margin: 1.5rem 0;
  perspective: 1000px;
  width: 100%;
}

.tarot-card-item {
  width: clamp(88px, 28vw, 160px);
  height: clamp(138px, 44vw, 250px);
  position: relative;
  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  margin: 0.2rem;
}

.tarot-card-item:hover {
  transform: translateY(-6px) rotateY(10deg);
}

.tarot-card-item.flipped {
  transform: rotateY(180deg);
}

.tarot-card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: var(--radius-sm);
  border: 2px solid var(--gold-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  box-shadow: 0 8px 25px rgba(0,0,0,0.5);
}

.tarot-card-back {
  background: linear-gradient(135deg, #4c1d95, #1e1b4b);
  background-image: radial-gradient(circle, var(--gold-primary) 1px, transparent 1px);
  background-size: 10px 10px;
}

.tarot-card-back::after {
  content: '✦';
  font-size: clamp(1.2rem, 2.8vw, 1.8rem);
  color: var(--gold-primary);
  text-shadow: 0 0 10px var(--gold-light);
}

.tarot-card-front {
  background: var(--bg-parchment-base);
  color: var(--text-dark);
  transform: rotateY(180deg);
  text-align: center;
}

.tarot-card-icon {
  font-size: clamp(1.4rem, 3.5vw, 2.5rem);
  margin-bottom: 0.2rem;
  color: var(--purple-deep);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tarot-card-icon svg {
  width: clamp(28px, 6vw, 42px);
  height: clamp(28px, 6vw, 42px);
  stroke: var(--purple-deep);
}

.tarot-card-name {
  font-family: var(--font-header-serif);
  font-weight: 700;
  font-size: clamp(0.75rem, 1.6vw, 1.1rem);
  color: var(--purple-deep);
  line-height: 1.15;
}

.tarot-result-box {
  display: none;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border: 1px solid var(--gold-primary);
  border-radius: var(--radius-md);
  padding: clamp(1rem, 3vw, 1.8rem);
  max-width: 650px;
  margin: 1.8rem auto 0;
  width: 100%;
  box-sizing: border-box;
  animation: fadeIn 0.5s ease;
}

.tarot-result-box.active {
  display: block;
}

/* ==========================================================================
   SERVICES GRID SECTION
   ========================================================================== */

.services-section {
  padding: 3rem 0;
  width: 100%;
}

.section-header-center {
  text-align: center;
  margin-bottom: 2.5rem;
  width: 100%;
}

.section-tag {
  font-family: var(--font-script-infinity);
  font-size: clamp(1.6rem, 3.5vw, 3rem);
  color: var(--gold-dark);
  display: block;
}

.section-main-title {
  font-family: var(--font-header-serif);
  font-size: clamp(1.6rem, 4.5vw, 3.2rem);
  color: var(--purple-deep);
  margin-top: -0.3rem;
  word-break: break-word;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: clamp(1rem, 2vw, 1.8rem);
  width: 100%;
}

.service-card {
  background: #fdfbf7;
  border: 2px solid rgba(212, 175, 55, 0.5);
  border-radius: var(--radius-md);
  padding: clamp(1.2rem, 2.8vw, 2rem);
  position: relative;
  transition: all 0.4s ease;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold-primary);
  box-shadow: var(--shadow-warm), 0 0 25px rgba(212, 175, 55, 0.25);
  background: #fff;
}

.service-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: linear-gradient(135deg, #d4af37, #b8860b);
  color: #1a0f07;
  font-family: var(--font-header-serif);
  font-size: 0.7rem;
  font-weight: 800;
  padding: 0.15rem 0.5rem;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.service-icon-wrapper {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #581c87, #3b0764);
  border: 2px solid var(--gold-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  margin-bottom: 1.2rem;
  box-shadow: 0 4px 15px rgba(88, 28, 135, 0.3);
  flex-shrink: 0;
}

.service-icon-wrapper svg {
  width: 26px;
  height: 26px;
  stroke: var(--gold-light);
}

.service-title {
  font-family: var(--font-header-serif);
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  color: var(--purple-deep);
  margin-bottom: 0.6rem;
  font-weight: 700;
}

.service-desc {
  color: var(--text-muted);
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  line-height: 1.6;
  margin-bottom: 1.2rem;
  flex-grow: 1;
}

.service-link {
  font-family: var(--font-header-serif);
  font-weight: 700;
  color: var(--gold-dark);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: color 0.3s ease, gap 0.3s ease;
}

.service-link:hover {
  color: var(--purple-deep);
  gap: 0.7rem;
}

/* ==========================================================================
   ABOUT GABRIEL SECTION
   ========================================================================== */

.about-section {
  background: linear-gradient(145deg, #f5ebd8 0%, #ebd7b3 100%);
  border-radius: var(--radius-lg);
  border: 2px solid var(--gold-primary);
  padding: clamp(1.2rem, 3.5vw, 3.5rem) clamp(0.8rem, 2.8vw, 2.5rem);
  margin: 3.5rem 0;
  box-shadow: var(--shadow-warm);
  width: 100%;
  box-sizing: border-box;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
  width: 100%;
}

.about-image-wrapper {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 3px solid var(--gold-primary);
  box-shadow: var(--shadow-purple);
  width: 100%;
  aspect-ratio: 4 / 3;
}

.about-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-content {
  width: 100%;
}

.about-content h2 {
  font-family: var(--font-header-serif);
  font-size: clamp(1.6rem, 3.5vw, 3rem);
  color: var(--purple-deep);
  margin-bottom: 0.8rem;
}

.about-content p {
  font-size: clamp(0.95rem, 1.6vw, 1.2rem);
  color: var(--text-dark);
  margin-bottom: 1rem;
  line-height: 1.6;
}

.about-quote-box {
  background: rgba(88, 28, 135, 0.08);
  border-left: 4px solid var(--gold-primary);
  padding: 1rem;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  margin: 1.2rem 0;
  font-family: var(--font-header-serif);
  font-style: italic;
  color: var(--purple-deep);
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
}

.about-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
  width: 100%;
}

.highlight-item {
  background: rgba(255, 255, 255, 0.65);
  border-left: 3px solid var(--gold-primary);
  padding: 0.8rem 1rem;
  border-radius: var(--radius-sm);
  width: 100%;
  box-sizing: border-box;
}

.highlight-item h4 {
  font-family: var(--font-header-serif);
  color: var(--purple-deep);
  font-size: 1.05rem;
}

.highlight-item p {
  font-size: 0.95rem;
  margin: 0;
  color: var(--text-muted);
}

/* ==========================================================================
   TESTIMONIALS SECTION (ALL 9 REVIEWS)
   ========================================================================== */

.testimonials-section {
  padding: 3rem 0;
  width: 100%;
}

.testimonial-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 270px), 1fr));
  gap: clamp(1rem, 2vw, 1.8rem);
  margin-top: 2rem;
  width: 100%;
}

.testimonial-card {
  background: #fdfbf7;
  border: 1px solid var(--gold-primary);
  border-radius: var(--radius-md);
  padding: clamp(1.1rem, 2.2vw, 1.8rem);
  position: relative;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  border-color: var(--purple-light);
}

.stars {
  color: #f59e0b;
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
  display: flex;
  gap: 0.15rem;
}

.stars svg {
  width: 16px;
  height: 16px;
  fill: #f59e0b;
}

.testimonial-text {
  font-style: italic;
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  color: var(--text-dark);
  margin-bottom: 1.2rem;
  line-height: 1.6;
}

.testimonial-author-box {
  border-top: 1px solid rgba(212, 175, 55, 0.4);
  padding-top: 0.8rem;
}

.testimonial-author {
  font-family: var(--font-header-serif);
  font-weight: 700;
  color: var(--purple-deep);
  font-size: 1.05rem;
}

.testimonial-location {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ==========================================================================
   CONTACT PAGE & FORM STYLES
   ========================================================================== */

.contact-hero-banner {
  text-align: center;
  padding: clamp(1.8rem, 4vw, 3rem) clamp(0.8rem, 3vw, 2rem);
  background: linear-gradient(135deg, #3b0764, #581c87);
  color: #fff;
  border-radius: var(--radius-md);
  border: 2px solid var(--gold-primary);
  margin-bottom: 2.5rem;
  box-shadow: var(--shadow-purple);
  width: 100%;
  box-sizing: border-box;
}

.contact-hero-banner h1 {
  font-family: var(--font-header-serif);
  font-size: clamp(1.8rem, 4.5vw, 3.8rem);
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.4rem;
  word-break: break-word;
}

.contact-layout-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 2rem;
  margin-bottom: 3.5rem;
  width: 100%;
}

.contact-info-panel {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  width: 100%;
}

.info-card {
  background: #fdfbf7;
  border: 2px solid rgba(212, 175, 55, 0.6);
  border-radius: var(--radius-md);
  padding: clamp(1rem, 2.5vw, 1.4rem);
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.04);
  width: 100%;
  box-sizing: border-box;
}

.info-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--purple-deep);
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid var(--gold-primary);
}

.info-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--gold-light);
}

.info-details {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.info-details h3 {
  font-family: var(--font-header-serif);
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  color: var(--purple-deep);
  margin-bottom: 0.2rem;
}

.info-details p, .info-details a {
  font-size: clamp(0.9rem, 1.6vw, 1.1rem);
  color: var(--text-dark);
  text-decoration: none;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.info-details a:hover {
  color: var(--purple-light);
}

.contact-form-card {
  background: #fff;
  border: 2px solid var(--gold-primary);
  border-radius: var(--radius-md);
  padding: clamp(1.2rem, 3.5vw, 2.5rem);
  box-shadow: var(--shadow-warm), 0 0 30px rgba(212, 175, 55, 0.15);
  width: 100%;
  box-sizing: border-box;
}

.contact-form-card h2 {
  font-family: var(--font-header-serif);
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: var(--purple-deep);
  margin-bottom: 1.2rem;
  border-bottom: 2px solid var(--bg-parchment-dark);
  padding-bottom: 0.5rem;
}

.form-group {
  margin-bottom: 1.2rem;
  width: 100%;
}

.form-group label {
  display: block;
  font-family: var(--font-header-serif);
  font-weight: 700;
  font-size: clamp(0.9rem, 1.6vw, 1.1rem);
  color: var(--text-dark);
  margin-bottom: 0.3rem;
}

.form-control {
  width: 100%;
  max-width: 100%;
  padding: 0.75rem 0.85rem;
  font-family: var(--font-body-serif);
  font-size: 1rem;
  border: 1.5px solid #d1d5db;
  border-radius: var(--radius-sm);
  background-color: var(--bg-parchment-base);
  color: var(--text-dark);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}

.form-control:focus {
  outline: none;
  border-color: var(--purple-light);
  box-shadow: 0 0 0 3px rgba(147, 51, 234, 0.2);
  background-color: #fff;
}

textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.btn-submit-mystic {
  width: 100%;
  background: linear-gradient(135deg, #581c87 0%, #3b0764 100%);
  color: var(--gold-light);
  border: 2px solid var(--gold-primary);
  padding: 0.85rem 1.6rem;
  font-family: var(--font-header-serif);
  font-weight: 700;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  letter-spacing: 0.5px;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(88, 28, 135, 0.3);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
}

.btn-submit-mystic:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(88, 28, 135, 0.5), 0 0 20px rgba(212, 175, 55, 0.4);
  color: #fff;
}

/* Modal Toast Popup */
.toast-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 1rem;
  box-sizing: border-box;
}

.toast-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.toast-modal-card {
  background: #fff;
  border: 3px solid var(--gold-primary);
  border-radius: var(--radius-md);
  padding: clamp(1.2rem, 3.5vw, 2.5rem);
  max-width: 480px;
  width: 92vw;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5);
  box-sizing: border-box;
  animation: modalPop 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes modalPop {
  0% { transform: scale(0.8); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

/* Map Section */
.map-container {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 2px solid var(--gold-primary);
  box-shadow: var(--shadow-warm);
  margin-bottom: 3.5rem;
  width: 100%;
}

.map-container iframe {
  width: 100%;
  height: clamp(240px, 45vh, 420px);
  border: none;
}

/* FAQ Details Accordion */
details {
  width: 100%;
  box-sizing: border-box;
  word-break: break-word;
}

/* ==========================================================================
   FOOTER SECTION
   ========================================================================== */

.main-footer {
  background: linear-gradient(180deg, #1f0b33 0%, #0d0417 100%);
  color: #e2e8f0;
  border-top: 3px solid var(--gold-primary);
  padding: 3rem 1rem 2rem;
  width: 100%;
}

.footer-grid {
  max-width: var(--max-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
  width: 100%;
}

.footer-col h3 {
  font-family: var(--font-header-serif);
  color: var(--gold-light);
  font-size: 1.25rem;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}

.footer-col h3::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 35px;
  height: 2px;
  background: var(--gold-primary);
}

.footer-col p {
  color: #cbd5e1;
  font-size: 1rem;
  line-height: 1.6;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.6rem;
}

.footer-links a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease, padding-left 0.3s ease;
}

.footer-links a:hover {
  color: var(--gold-light);
  padding-left: 4px;
}

.footer-social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.footer-bottom {
  max-width: var(--max-width);
  margin: 0 auto;
  border-top: 1px solid rgba(212, 175, 55, 0.3);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  font-size: 0.9rem;
  color: #94a3b8;
  width: 100%;
}

/* Floating Call Button for Mobile */
.floating-call-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  background: linear-gradient(135deg, #10b981, #047857);
  color: #fff;
  border: 2px solid #a7f3d0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.4);
  text-decoration: none;
  animation: pulseCall 2s infinite;
  transition: transform 0.3s ease;
}

.floating-call-btn svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
}

.floating-call-btn:hover {
  transform: scale(1.1);
}

@keyframes pulseCall {
  0% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  70% { box-shadow: 0 0 0 16px rgba(16, 185, 129, 0); }
  100% { box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

/* ==========================================================================
   MEDIA QUERIES FOR SEAMLESS RESPONSIVENESS & MOBILE NAVBAR DOCKING
   ========================================================================== */

/* Mobile & Small Screens (< 960px) */
@media (max-width: 960px) {
  /* HIDE top bar at top of page on mobile */
  .top-contact-bar {
    display: none !important;
  }

  /* SHOW top bar content inside mobile navbar menu when toggled open */
  .mobile-nav-topbar {
    display: flex;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #fdfbf7;
    flex-direction: column;
    padding: 1.5rem 1rem;
    gap: 1.2rem;
    border-bottom: 3px solid var(--gold-primary);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
    max-height: 80vh;
    overflow-y: auto;
    z-index: 1001;
  }

  .nav-links.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .about-grid, .contact-layout-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

/* Keypad & Extra Small Phones (< 360px) */
@media (max-width: 360px) {
  .nav-container {
    padding: 0.4rem 0.5rem;
  }

  .handbill-frame-border {
    padding: 0.8rem 0.4rem;
    outline-offset: -4px;
  }

  .handbill-appointment-box {
    padding: 0.8rem 0.5rem;
  }

  .handbill-phone-number {
    font-size: 1.3rem;
  }

  .tarot-card-item {
    width: 88px;
    height: 138px;
  }

  .service-card, .testimonial-card, .contact-form-card, .info-card {
    padding: 0.9rem;
  }

  .floating-call-btn {
    width: 48px;
    height: 48px;
    bottom: 14px;
    right: 14px;
  }

  .floating-call-btn svg {
    width: 20px;
    height: 20px;
  }

  .social-icon-btn {
    font-size: 0.75rem;
    padding: 0.2rem 0.5rem;
  }
}

/* Micro Keypad Phones (< 280px) */
@media (max-width: 280px) {
  html {
    font-size: 14px;
  }

  .handbill-main-title {
    font-size: 1.4rem;
  }

  .handbill-title-script {
    font-size: 1.8rem;
  }

  .brand-name-infinity {
    font-size: 0.65rem;
  }

  .brand-name-sub {
    font-size: 0.6rem;
  }

  .tarot-card-item {
    width: 80px;
    height: 125px;
  }
}

/* Large Displays (1600px - 2199px) */
@media (min-width: 1600px) {
  :root {
    --max-width: 1550px;
  }
  body {
    font-size: 1.25rem;
  }
}

/* 4K Ultra Wide Displays (2200px - 3599px) */
@media (min-width: 2200px) {
  :root {
    --max-width: 1920px;
  }
  body {
    font-size: 1.45rem;
  }
  .handbill-main-title {
    font-size: 4.8rem;
  }
}

/* 8K Extreme Ultra Wide Displays (3600px+) */
@media (min-width: 3600px) {
  :root {
    --max-width: 2560px;
  }
  body {
    font-size: 1.75rem;
  }
  .handbill-main-title {
    font-size: 5.8rem;
  }
}
