/* ============================================
   Psychic of Eagle Rock — Design Tokens v2
   Palette: cream parchment + antique gold, warm ink text
   Display: Cormorant Garamond | Body: EB Garamond
   Signature: gold sunburst-and-crescent mark + ornate corner frame
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=EB+Garamond:ital,wght@0,400;0,500;1,400&display=swap');

:root {
  --cream: #f6f1e6;
  --cream-deep: #ede2c8;
  --paper: #fbf8f1;
  --ink: #2a2118;
  --ink-soft: #574a3a;
  --gold: #a9812e;
  --gold-deep: #8b6a24;
  --gold-light: #c9a769;
  --gold-pale: #e8d8ae;
  --rust: #a6491f;

  --font-display: 'Cormorant Garamond', 'Georgia', serif;
  --font-body: 'EB Garamond', 'Georgia', serif;

  --max-width: 1120px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.wrap { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }

:focus-visible { outline: 2px solid var(--rust); outline-offset: 3px; }

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.12;
  color: var(--ink);
  letter-spacing: 0.01em;
}
h1 { font-size: clamp(2.6rem, 6.4vw, 4.6rem); font-weight: 500; letter-spacing: 0.03em; text-transform: uppercase; }
h2 { font-size: clamp(2rem, 4.2vw, 2.8rem); }
h3 { font-size: 1.4rem; }

p { color: var(--ink-soft); font-size: 1.05rem; }

/* ---------- Header ---------- */
header.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 241, 230, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--gold-pale);
}
.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  max-width: var(--max-width);
  margin: 0 auto;
}
.brand {
  font-family: var(--font-display);
  color: var(--ink);
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}
.brand span { color: var(--gold-deep); }

nav.main-nav ul { display: flex; gap: 30px; }
nav.main-nav a {
  color: var(--ink-soft);
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
nav.main-nav a:hover, nav.main-nav a.active { color: var(--gold-deep); }

.nav-cta {
  border: 1px solid var(--gold-deep);
  color: var(--gold-deep) !important;
  padding: 10px 20px;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.nav-cta:hover { background: var(--gold-deep); color: var(--paper) !important; }

.nav-toggle { display: none; background: none; border: none; color: var(--ink); font-size: 1.6rem; cursor: pointer; }

@media (max-width: 760px) {
  nav.main-nav { display: none; width: 100%; order: 3; }
  nav.main-nav.open { display: block; }
  nav.main-nav ul { flex-direction: column; gap: 0; padding-top: 12px; }
  nav.main-nav li { border-top: 1px solid var(--gold-pale); }
  nav.main-nav a { display: block; padding: 14px 4px; }
  .nav-row { flex-wrap: wrap; }
  .nav-toggle { display: block; }
  .nav-cta { display: none; }
}

/* ---------- Ornate gold frame (site signature) ---------- */
.ornate-frame {
  position: relative;
  border: 1px solid var(--gold-deep);
  padding: 6px;
}
.ornate-frame .frame-inner {
  border: 1px solid var(--gold-light);
  position: relative;
  overflow: hidden;
}
.corner {
  position: absolute;
  width: 34px;
  height: 34px;
  z-index: 3;
  pointer-events: none;
}
.corner svg { width: 100%; height: 100%; display: block; }
.corner.tl { top: 8px; left: 8px; }
.corner.tr { top: 8px; right: 8px; transform: scaleX(-1); }
.corner.bl { bottom: 8px; left: 8px; transform: scaleY(-1); }
.corner.br { bottom: 8px; right: 8px; transform: scale(-1); }

/* ---------- Hero ---------- */
.hero {
  padding: 24px 0 0;
}
.hero-photo-frame {
  position: relative;
}
.hero-bg {
  position: relative;
  background-image:
    linear-gradient(180deg, rgba(20,15,8,0.35) 0%, rgba(20,15,8,0.15) 30%, rgba(20,15,8,0.55) 100%),
    url('https://images.pexels.com/photos/7179423/pexels-photo-7179423.jpeg?auto=compress&cs=tinysrgb&w=1600');
  background-size: cover;
  background-position: center 30%;
  min-height: 640px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 56px 24px 64px;
  text-align: center;
}

.hero-mark { margin-bottom: 20px; }
.hero-mark svg { width: 92px; height: auto; }

.hero-bg .eyebrow { color: var(--gold-pale); }
.hero-bg h1 { color: var(--paper); text-shadow: 0 2px 14px rgba(0,0,0,0.35); max-width: 760px; }
.hero-bg h1 em {
  font-style: italic;
  font-family: var(--font-display);
  display: block;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.42em;
  color: var(--gold-pale);
  margin-top: 14px;
}

.hero-sub {
  max-width: 480px;
  margin-top: 22px;
  color: var(--cream-deep);
  font-style: italic;
  font-size: 1.15rem;
}

.hero-actions { display: flex; gap: 16px; margin-top: 34px; flex-wrap: wrap; justify-content: center; }

.btn {
  display: inline-block;
  padding: 14px 32px;
  font-family: var(--font-body);
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: transform 0.15s ease, background 0.2s ease, color .2s ease;
  border-radius: 2px;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--gold-deep); color: var(--paper); border: 1px solid var(--gold-deep); }
.btn-primary:hover { background: var(--gold); }
.btn-outline { border: 1px solid var(--gold-pale); color: var(--paper); }
.btn-outline:hover { background: rgba(255,255,255,0.12); }

.hero-meta {
  margin-top: 48px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  color: var(--cream-deep);
}
.hero-meta strong { color: var(--gold-pale); display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.14em; margin-bottom: 5px; }

/* ---------- Sunburst divider (signature element) ---------- */
.sun-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 44px 0;
}
.sun-divider .line { height: 1px; width: 70px; background: var(--gold-light); }
.sun-divider svg { width: 26px; height: 26px; }

/* ---------- Sections ---------- */
section { padding: 88px 0; }
.section-cream { background: var(--cream); }
.section-paper { background: var(--paper); }
.section-deep { background: var(--cream-deep); }

.section-head { max-width: 640px; margin: 0 auto 48px; text-align: center; }
.section-head .eyebrow { display: block; margin-bottom: 12px; }
.section-head p { margin-top: 16px; font-size: 1.08rem; }

/* ---------- Cards / Grids ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
@media (max-width: 800px) {
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
}

.card {
  background: var(--paper);
  border: 1px solid var(--gold-pale);
  padding: 34px 28px;
  text-align: center;
}
.card .icon { margin: 0 auto 18px; width: 46px; height: 46px; }
.card .icon svg { width: 100%; height: 100%; }
.card h3 { margin-bottom: 10px; }
.card .eyebrow { display: block; margin-bottom: 10px; }

.testimonial {
  border: 1px solid var(--gold-pale);
  background: var(--paper);
  padding: 30px 26px;
  text-align: center;
}
.testimonial p { font-family: var(--font-display); font-style: italic; font-size: 1.2rem; color: var(--ink); }
.testimonial cite { display: block; margin-top: 16px; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-deep); font-style: normal; }

/* ---------- CTA band ---------- */
.cta-band {
  background: var(--ink);
  color: var(--paper);
  text-align: center;
  padding: 76px 0;
}
.cta-band h2 { color: var(--paper); margin-bottom: 16px; }
.cta-band p { color: var(--gold-pale); max-width: 480px; margin: 0 auto 32px; font-style: italic; }
.cta-band .btn-primary { background: var(--gold-deep); border-color: var(--gold-deep); }

/* ---------- Footer ---------- */
footer { background: var(--ink); color: var(--gold-pale); padding: 56px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; margin-bottom: 40px; }
@media (max-width: 700px) { .footer-grid { grid-template-columns: 1fr; gap: 28px; } }
footer h4 { font-size: 0.76rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 16px; }
footer .brand { display: block; margin-bottom: 12px; color: var(--paper); }
footer .brand span { color: var(--gold-light); }
footer ul li { margin-bottom: 9px; font-size: 0.92rem; color: var(--cream-deep); }
footer a:hover { color: var(--paper); }
.footer-bottom {
  border-top: 1px solid rgba(201,167,105,0.25);
  padding-top: 24px;
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--cream-deep);
}

/* ---------- Page hero (non-home) ---------- */
.page-hero {
  background: var(--cream-deep);
  padding: 72px 0 56px;
  text-align: center;
  border-bottom: 1px solid var(--gold-pale);
}
.page-hero p { color: var(--ink-soft); max-width: 560px; margin: 16px auto 0; font-style: italic; }

/* ---------- Service list ---------- */
.service-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 26px 0;
  border-bottom: 1px solid var(--gold-pale);
  gap: 20px;
}
.service-row h3 { margin-bottom: 6px; }
.service-row .price { font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-deep); white-space: nowrap; }

/* ---------- Contact / info blocks ---------- */
.info-block { margin-bottom: 28px; }
.info-block h4 {
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 8px;
}

form.contact-form { display: grid; gap: 18px; max-width: 520px; }
form.contact-form label { display: block; font-size: 0.85rem; margin-bottom: 6px; color: var(--ink); }
form.contact-form input, form.contact-form select, form.contact-form textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid var(--gold-pale);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 0.95rem;
}
form.contact-form textarea { min-height: 120px; resize: vertical; }
form.contact-form button { justify-self: start; border: none; cursor: pointer; }

.map-embed { border: 1px solid var(--gold-pale); filter: sepia(0.15) contrast(1.02); }

/* ---------- Photo blocks ---------- */
.ph-photo {
  aspect-ratio: 4/5;
  background-size: cover;
  background-position: center;
  border: 1px solid var(--gold-pale);
}
.ph-photo.wide { aspect-ratio: 16/9; }

/* ============ v3 additions: closer match to reference mockups ============ */

.btn { border-radius: 6px; }

/* mobile-style top bar addition (hamburger + MENU word) shown at all sizes on hero overlay actions if needed */
.menu-word {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  color: var(--gold-deep);
  text-transform: uppercase;
}

/* ---------- New hero (photo below content, not full-bleed) ---------- */
.hero-v2 {
  background: linear-gradient(180deg, #fbf7ee 0%, #f3ead4 100%);
  text-align: center;
  padding: 44px 24px 0;
}
.hero-v2 .hero-mark svg { width: 78px; }
.hero-v2 .eyebrow { display: block; margin: 18px 0 6px; }
.hero-v2 h1 {
  font-size: clamp(2.4rem, 8vw, 3.4rem);
  line-height: 1.05;
}
.hero-v2 h1 .accent { color: var(--gold-deep); display: block; }
.hero-v2 .tagline {
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-top: 14px;
}
.hero-v2 .lede {
  max-width: 420px;
  margin: 18px auto 0;
  font-style: italic;
  color: var(--ink-soft);
}
.hero-v2 .btn { margin-top: 26px; margin-bottom: 40px; }

.hero-photo {
  position: relative;
  max-width: var(--max-width);
  margin: 0 auto;
  border: 1px solid var(--gold-deep);
  padding: 5px;
}
.hero-photo .frame-inner { border: 1px solid var(--gold-light); overflow: hidden; }
.hero-photo img { width: 100%; display: block; }

.scroll-chip {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--gold-deep);
  background: var(--paper);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -20px auto 0;
  position: relative;
  z-index: 2;
}

/* ---------- Arch photo (About page) ---------- */
.arch-photo {
  border: 1px solid var(--gold-deep);
  border-radius: 160px 160px 6px 6px;
  overflow: hidden;
  padding: 6px;
}
.arch-photo .arch-inner {
  border: 1px solid var(--gold-light);
  border-radius: 150px 150px 2px 2px;
  overflow: hidden;
}
.arch-photo img { width: 100%; display: block; }

/* ---------- Trust badges ---------- */
.badge-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--gold-pale);
  margin-top: 48px;
  padding-top: 36px;
  gap: 20px;
  text-align: center;
}
.badge-row .icon { width: 36px; height: 36px; margin: 0 auto 10px; }
.badge-row .icon svg { width: 100%; height: 100%; }
.badge-row span {
  display: block;
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* ---------- Contact icon rows ---------- */
.contact-row {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--gold-pale);
  background: var(--paper);
  padding: 16px 20px;
  margin-bottom: 14px;
}
.contact-row .icon { width: 26px; height: 26px; flex-shrink: 0; }
.contact-row .icon svg { width: 100%; height: 100%; }
.contact-row span { font-size: 0.9rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink); }

.social-row { display: flex; gap: 14px; margin-top: 20px; }
.social-row a {
  width: 38px; height: 38px;
  border: 1px solid var(--gold-deep);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.social-row svg { width: 16px; height: 16px; }

.dark-band {
  background: var(--ink);
  color: var(--gold-pale);
  text-align: center;
  padding: 64px 24px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.dark-band::before { content:""; position:absolute; inset:0; background: rgba(20,15,8,0.6); }
.dark-band .inner { position: relative; z-index: 1; }
.dark-band h3 { color: var(--paper); font-size: 1.6rem; }
.dark-band p { color: var(--gold-pale); font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; margin-top: 6px; }

/* ---------- Service card v2 (6-up with Learn More) ---------- */
.svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 700px) { .svc-grid { grid-template-columns: 1fr; } }
.svc-card {
  border: 1px solid var(--gold-pale);
  background: var(--paper);
  padding: 30px 24px;
  text-align: center;
}
.svc-card .icon { width: 42px; height: 42px; margin: 0 auto 14px; }
.svc-card .icon svg { width: 100%; height: 100%; }
.svc-card h3 { font-size: 1.15rem; margin-bottom: 8px; }
.svc-card p { font-size: 0.92rem; margin-bottom: 16px; }
.svc-card .btn-small {
  display: inline-block;
  border: 1px solid var(--gold-deep);
  color: var(--gold-deep);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 9px 18px;
  border-radius: 4px;
}
.svc-card .btn-small:hover { background: var(--gold-deep); color: var(--paper); }

/* ---------- Full-image hero (exact reference match) ---------- */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.hero-full {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  aspect-ratio: 1024 / 1536;
  overflow: hidden;
}
.hero-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-full .hit-btn {
  position: absolute;
  top: 46.3%;
  left: 26.6%;
  width: 46.7%;
  height: 5.6%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(20, 16, 10, 0.55);
  border: 1px solid #c9a769;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.35);
  color: #f3e6c4;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(0.7rem, 2.8vw, 0.92rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(1px);
  transition: transform 0.12s ease, background 0.12s ease;
}
.hero-full .hit-btn:active {
  transform: translateY(1px);
  background: rgba(20, 16, 10, 0.7);
}


.hero-full .hit-nav {
  position: absolute;
  top: 4.3%;
  left: 6%;
  width: 88%;
  height: 6.2%;
  display: flex;
  background: #221b10;
  border: 1px solid rgba(212, 184, 118, 0.6);
  border-radius: 6px;
}
.hero-full .hit-nav a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f3e6c4;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(0.5rem, 2.1vw, 0.68rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
  padding: 2px;
  border-right: 1px solid rgba(212, 184, 118, 0.3);
  transition: background 0.12s ease;
}
.hero-full .hit-nav a:last-child { border-right: none; }
.hero-full .hit-nav a:active { background: rgba(212, 184, 118, 0.2); }

.hero-full .eye-disc {
  position: absolute;
  top: 12.7%;
  left: 2.9%;
  width: 21.5%;
  aspect-ratio: 1 / 1;
  overflow: visible;
  pointer-events: none;
  perspective: 400px;
}
.hero-full .eye-disc .pivot {
  width: 100%;
  height: 100%;
  transform-origin: 50% 18%;
  animation: swing-pendant 6s cubic-bezier(0.45,0.05,0.55,0.95) infinite;
}
.hero-full .eye-disc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-mask-image: radial-gradient(circle at 50% 42%, #000 52%, transparent 78%);
  mask-image: radial-gradient(circle at 50% 42%, #000 52%, transparent 78%);
}
.hero-full .eye-disc .glint {
  position: absolute;
  top: 12%;
  left: 30%;
  width: 30%;
  height: 30%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0) 70%);
  mix-blend-mode: screen;
  animation: glint-sweep 6s cubic-bezier(0.45,0.05,0.55,0.95) infinite;
}
@keyframes swing-pendant {
  0%   { transform: translateY(0)   rotateZ(-7deg) rotateY(0deg)   scale(1); }
  25%  { transform: translateY(-3%) rotateZ(0deg)  rotateY(110deg) scale(0.94); }
  50%  { transform: translateY(0)   rotateZ(8deg)  rotateY(200deg) scale(1); }
  75%  { transform: translateY(-3%) rotateZ(0deg)  rotateY(290deg) scale(0.94); }
  100% { transform: translateY(0)   rotateZ(-7deg) rotateY(360deg) scale(1); }
}
@keyframes glint-sweep {
  0%   { opacity: 0.7; transform: translateX(-30%); }
  25%  { opacity: 0.1; transform: translateX(0%); }
  50%  { opacity: 0.7; transform: translateX(30%); }
  75%  { opacity: 0.1; transform: translateX(0%); }
  100% { opacity: 0.7; transform: translateX(-30%); }
}

.hero-full .flame-glow {
  position: absolute;
  top: 63.5%;
  left: 18.5%;
  width: 5%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,200,110,0.9) 0%, rgba(255,150,40,0.5) 40%, rgba(255,150,40,0) 75%);
  mix-blend-mode: screen;
  pointer-events: none;
  animation: flame-flicker 1.6s infinite;
}
@keyframes flame-flicker {
  0%   { opacity: 0.75; transform: scale(1) translateY(0); }
  8%   { opacity: 0.9;  transform: scale(1.08) translateY(-1px); }
  17%  { opacity: 0.6;  transform: scale(0.92) translateY(0.5px); }
  26%  { opacity: 1;    transform: scale(1.1)  translateY(-1px); }
  35%  { opacity: 0.7;  transform: scale(0.95) translateY(0); }
  47%  { opacity: 0.85; transform: scale(1.05) translateY(-0.5px); }
  58%  { opacity: 0.65; transform: scale(0.9)  translateY(0.5px); }
  69%  { opacity: 0.95; transform: scale(1.1)  translateY(-1px); }
  81%  { opacity: 0.7;  transform: scale(0.95) translateY(0); }
  92%  { opacity: 0.88; transform: scale(1.05) translateY(-0.5px); }
  100% { opacity: 0.75; transform: scale(1) translateY(0); }
}

.hero-full .sun-glow {
  position: absolute;
  top: 51%;
  left: 85%;
  width: 16%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,235,190,0.85) 0%, rgba(255,190,110,0.35) 45%, rgba(255,190,110,0) 75%);
  mix-blend-mode: screen;
  pointer-events: none;
  animation: sun-breathe 7s ease-in-out infinite;
}
@keyframes sun-breathe {
  0%, 100% { opacity: 0.55; transform: scale(1); }
  50%      { opacity: 0.95; transform: scale(1.12); }
}

.hero-full.events-hero { aspect-ratio: 941 / 1672; }
.hero-full .evt-btn {
  position: absolute;
  top: 88.8%;
  height: 3%;
  background: rgba(20, 16, 10, 0.16);
  border-radius: 30px;
  transition: background 0.12s ease;
}
.hero-full .evt-btn:active { background: rgba(20, 16, 10, 0.32); }
.hero-full .evt-btn.book { left: 22.8%; width: 21.8%; }
.hero-full .evt-btn.inquire { left: 50%; width: 26%; }

/* ---------- Rotating evil eye pendant ---------- */
.hero-full .eye-plate {
  position: absolute;
  top: 15.17%;
  left: 4.98%;
  width: 17.6%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, #e3d8ca 0%, #e0d5c8 60%, #ddd2c5 100%);
  filter: blur(1.5px);
  pointer-events: none;
}

.hero-full .eye-spin {
  position: absolute;
  top: 15.6%;
  left: 5.62%;
  width: 16.5%;
  aspect-ratio: 1 / 1;
  perspective: 600px;
  pointer-events: none;
}
.hero-full .eye-spin .disc {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: eye-turn 7s linear infinite;
}
.hero-full .eye-spin .side {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}
.hero-full .eye-spin .front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-full .eye-spin .back {
  transform: rotateY(180deg);
  background:
    radial-gradient(circle at 42% 34%, rgba(255,255,255,0.35) 0%, rgba(255,255,255,0) 42%),
    radial-gradient(circle at 50% 50%, #1c3a80 0%, #12275c 62%, #0d1c42 100%);
  box-shadow: inset 0 0 0 5px #c9a769, inset 0 0 14px rgba(0,0,0,0.55);
}
@keyframes eye-turn {
  0%   { transform: rotateY(0deg); }
  100% { transform: rotateY(360deg); }
}

/* ---------- 3D spinning evil eye charm ---------- */
.hero-full .charm-plate {
  position: absolute;
  top: 13.9%;
  left: 4.4%;
  width: 13.6%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, #e4d9cb 0%, #e1d6c9 62%, #ded3c6 100%);
  filter: blur(2.5px);
  pointer-events: none;
}

/* ---------- pendant: eye + hanging charms as ONE rotating object ---------- */
.hero-full .pendant {
  position: absolute;
  top: 7.292%;
  left: 4.297%;
  width: 13.867%;
  height: 28.646%;
  container-type: inline-size;
  perspective: 1000px;
  pointer-events: none;
}
.hero-full .pendant .sway {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transform-origin: 50% -25.45%;
  animation: pendant-sway 17s ease-in-out infinite;
}
.hero-full .pendant .spin {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transform-origin: 50% 0%;
  animation: charm-twist 15s ease-in-out infinite;
}
.hero-full .pendant .chain {
  position: absolute;
  top: 0;
  left: 36.62cqw;
  width: 28.17cqw;
  transform-origin: 50% 0%;
}
.hero-full .pendant .chain img { width: 100%; display: block; }

/* --- the eye disc --- */
.hero-full .pendant .coin {
  position: absolute;
  top: 78.2cqw;
  left: 5.63cqw;
  width: 88.73cqw;
  height: 88.73cqw;
  transform-style: preserve-3d;
}
.hero-full .pendant .face {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: url('../images/nazar-face.png');
  background-size: 100% 100%;
}
.hero-full .pendant .face.front { transform: translateZ(4.44cqw); }
.hero-full .pendant .face.back  { transform: translateZ(-4.44cqw) rotateY(180deg); }
.hero-full .pendant .face .gloss {
  position: absolute;
  top: -22%;
  left: 0;
  width: 42%;
  height: 144%;
  background: linear-gradient(100deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 45%, rgba(255,255,255,0.72) 55%, rgba(255,255,255,0) 100%);
  filter: blur(3px);
  animation: gloss-sweep 15s ease-in-out infinite;
}
.hero-full .pendant .face.back .gloss { animation-delay: -7.5s; }
.hero-full .pendant .rim {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7.95cqw;
  height: 8.87cqw;
  margin-left: -3.97cqw;
  margin-top: -4.44cqw;
  border-radius: 1.2cqw;
  background: linear-gradient(180deg, #5a4414 0%, #96742a 12%, #f2dfae 46%, #c9a256 68%, #86671f 88%, #52400f 100%);
}

/* --- bail: the ornate crown that turns with the pendant --- */
.hero-full .pendant .bail {
  position: absolute;
  top: 53.5cqw;
  left: 14.08cqw;
  width: 78.87cqw;
  transform-style: preserve-3d;
}
.hero-full .pendant .bail img {
  width: 100%;
  display: block;
}
.hero-full .pendant .bail img.layer {
  position: absolute;
  top: 0;
  left: 0;
}

/* --- the hanging charms, same object --- */
.hero-full .pendant .dangle-stack {
  position: absolute;
  top: 143.7cqw;
  left: 0;
  width: 100cqw;
  transform-style: preserve-3d;
}
.hero-full .pendant .dangle-stack img {
  width: 100%;
  display: block;
}
.hero-full .pendant .dangle-stack img.layer {
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes gloss-sweep {
  0%    { transform: translateX(30%)  rotate(-16deg); opacity: 0.14; }
  6.3%  { transform: translateX(128%) rotate(-16deg); opacity: 0.38; }
  16.1% { transform: translateX(-28%) rotate(-16deg); opacity: 0.34; }
  25.8% { transform: translateX(88%)  rotate(-16deg); opacity: 0.27; }
  35.5% { transform: translateX(4%)   rotate(-16deg); opacity: 0.22; }
  45.3% { transform: translateX(58%)  rotate(-16deg); opacity: 0.19; }
  55%   { transform: translateX(22%)  rotate(-16deg); opacity: 0.16; }
  70%   { transform: translateX(31%)  rotate(-16deg); opacity: 0.15; }
  100%  { transform: translateX(30%)  rotate(-16deg); opacity: 0.14; }
}


/* metal shading follows the rotation: dim edge-on, flash past the light */
.hero-full .pendant .dangle-stack img,
.hero-full .pendant .bail img {
  animation: charm-shade 15s ease-in-out infinite;
}
@keyframes charm-shade {
  0%    { filter: brightness(1)    saturate(1); }
  6.3%  { filter: brightness(0.86) saturate(0.95); }
  11%   { filter: brightness(1.10) saturate(1.03); }
  16.1% { filter: brightness(0.90) saturate(0.96); }
  21%   { filter: brightness(1.07) saturate(1.02); }
  25.8% { filter: brightness(0.95) saturate(0.99); }
  35.5% { filter: brightness(1.03) saturate(1.01); }
  45.3% { filter: brightness(0.98) saturate(1); }
  55%   { filter: brightness(1.01) saturate(1); }
  70%   { filter: brightness(1)    saturate(1); }
  100%  { filter: brightness(1)    saturate(1); }
}

/* slow drift; 17s against the twist's 15s so they never fall into step */
@keyframes pendant-sway {
  0%    { transform: rotateZ(-1.4deg); }
  27%   { transform: rotateZ(0.9deg); }
  52%   { transform: rotateZ(1.4deg); }
  78%   { transform: rotateZ(-0.7deg); }
  100%  { transform: rotateZ(-1.4deg); }
}

@keyframes charm-twist {
  0%    { transform: rotateY(0deg); }
  6.3%  { transform: rotateY(55deg); }
  16.1% { transform: rotateY(-34deg); }
  25.8% { transform: rotateY(21deg); }
  35.5% { transform: rotateY(-12.5deg); }
  45.3% { transform: rotateY(7deg); }
  55%   { transform: rotateY(-4deg); }
  64.8% { transform: rotateY(2.2deg); }
  74.5% { transform: rotateY(-1.1deg); }
  84.3% { transform: rotateY(0.4deg); }
  94%   { transform: rotateY(0deg); }
  100%  { transform: rotateY(0deg); }
}


/* ---------- birds drifting across the sky ---------- */
.hero-full .bird {
  position: absolute;
  pointer-events: none;
  opacity: 0.62;
  z-index: 4;
  will-change: left, transform;
}
.hero-full .bird svg { width: 100%; height: auto; display: block; overflow: visible; }
.hero-full .bird .wing {
  transform-box: fill-box;
  transform-origin: 100% 100%;
  animation: flap 0.62s ease-in-out infinite;
}
.hero-full .bird .wing.r { transform-origin: 0% 100%; }
@keyframes flap {
  0%, 100% { transform: rotate(0deg); }
  50%      { transform: rotate(-34deg); }
}
.hero-full .bird .wing.r { animation-name: flap-r; }
@keyframes flap-r {
  0%, 100% { transform: rotate(0deg); }
  50%      { transform: rotate(34deg); }
}

.hero-full .bird.b1 { top: 13.5%; width: 6.0%; animation: fly-ltr 21s linear infinite; animation-delay: -4s; }
.hero-full .bird.b2 { top: 17.8%; width: 4.6%; opacity: 0.50; animation: fly-rtl 29s linear infinite; animation-delay: -12s; }
.hero-full .bird.b3 { top: 10.8%; width: 3.6%; opacity: 0.42; animation: fly-ltr 36s linear infinite; animation-delay: -26s; }
.hero-full .bird.b4 { top: 20.4%; width: 3.0%; opacity: 0.36; animation: fly-rtl 43s linear infinite; animation-delay: -33s; }
.hero-full .bird.b5 { top: 15.6%; width: 5.2%; opacity: 0.46; animation: fly-ltr 25s linear infinite; animation-delay: -16s; }
.hero-full .bird.b2 .wing { animation-duration: 0.74s; }
.hero-full .bird.b3 .wing { animation-duration: 0.86s; }
.hero-full .bird.b4 .wing { animation-duration: 0.95s; }
.hero-full .bird.b5 .wing { animation-duration: 0.68s; }

@keyframes fly-ltr {
  0%   { left: -8%;  transform: translateY(0); }
  25%  { transform: translateY(-2.2%); }
  50%  { transform: translateY(1.6%); }
  75%  { transform: translateY(-1.4%); }
  100% { left: 106%; transform: translateY(0.6%); }
}
@keyframes fly-rtl {
  0%   { left: 106%; transform: translateY(0) scaleX(-1); }
  30%  { transform: translateY(1.8%) scaleX(-1); }
  60%  { transform: translateY(-1.6%) scaleX(-1); }
  100% { left: -8%;  transform: translateY(0.8%) scaleX(-1); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-full .bird .wing { animation: none; }
}

.hero-full .call-overlay {
  position: absolute;
  top: 79%;
  left: 18%;
  width: 64%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: left;
  padding: 12px 18px;
  background: rgba(20, 16, 10, 0.55);
  border: 1px solid #c9a769;
  border-radius: 30px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.35);
  backdrop-filter: blur(1px);
  transition: transform 0.12s ease, background 0.12s ease;
}
.hero-full .call-overlay:active {
  transform: translateY(1px);
  background: rgba(20, 16, 10, 0.7);
}
.hero-full .call-overlay .ripple {
  position: absolute;
  inset: 0;
  border-radius: 30px;
  border: 1px solid rgba(201,167,105,0.85);
  pointer-events: none;
  animation: call-ripple 5.5s ease-out infinite;
}
.hero-full .call-overlay .ripple.r2 { animation-delay: 0.45s; }
@keyframes call-ripple {
  0%   { transform: scale(1); opacity: 0.75; }
  22%  { transform: scale(1.14); opacity: 0; }
  100% { transform: scale(1.14); opacity: 0; }
}
.hero-full .call-overlay .phone-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #c9a769;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 200px;
}
.hero-full .call-overlay .phone-icon svg {
  width: 15px;
  height: 15px;
  animation: phone-shake 3.6s ease-in-out infinite;
  transform-origin: 50% 60%;
}
@keyframes phone-shake {
  0%, 72%, 100% { transform: rotate(0deg); }
  75%  { transform: rotate(-15deg); }
  78%  { transform: rotate(13deg); }
  81%  { transform: rotate(-11deg); }
  84%  { transform: rotate(9deg); }
  87%  { transform: rotate(-6deg); }
  90%  { transform: rotate(4deg); }
  93%  { transform: rotate(-2deg); }
}
.hero-full .call-overlay .text-wrap { line-height: 1.25; }
.hero-full .call-overlay .num {
  color: #f6ecd4;
  font-family: var(--font-display);
  font-size: clamp(0.72rem, 3vw, 0.92rem);
  letter-spacing: 0.04em;
  white-space: nowrap;
}
