@font-face {
  font-family: "IRANSansWeb(FaNum)";
  src: url("../fonts/IRANSansWebFaNum.eot");
  src:
    url("../fonts/IRANSansWebFaNum.eot?#iefix") format("embedded-opentype"),
    url("../fonts/IRANSansWebFaNum.woff2") format("woff2"),
    url("../fonts/IRANSansWebFaNum.woff") format("woff"),
    url("../fonts/IRANSansWebFaNum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "dana";
  src: url("../fonts/FarYekan.eot");
  src:
    url("../fonts/FarYekan.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FarYekan.woff2") format("woff2"),
    url("../fonts/FarYekan.woff") format("woff"),
    url("../fonts/FarYekan.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "kalameh";
  src: url("../fonts/KalamehWebRegular.woff2") format("woff2");

  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
}

:root {
  --ivory: #f7f7f5;
  --cream: #eeecea;
  --charcoal: #2a2a2a;
  --dark: #181818;
  --black: #0e0e0e;
  --muted: #888888;
  --lighter: #cccccc;
  --white: #ffffff;
  --green: #4a7c68;
  --green-lg: #6fa08c;
  --green-sh: rgba(74, 124, 104, 0.18);
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: "dana";
  background: var(--ivory);
  color: var(--charcoal);
  overflow-x: hidden;
  direction: rtl;
  cursor: none;
}

/* ─── INTRO SCREEN ─── */
#intro {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--black);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  transition:
    opacity 1s ease,
    transform 1s ease;
}
#intro.hide {
  opacity: 0;
  transform: scale(1.05);
  pointer-events: none;
}
.intro-logo {
  font-family: "kalameh", serif;
  font-size: clamp(4.5rem, 14vw, 9rem);
  font-weight: 700;
  color: var(--white);
  letter-spacing: 14px;
  opacity: 0;
  animation: introLogoIn 1.4s cubic-bezier(0.16, 1, 0.3, 1) 0.4s forwards;
}
@keyframes introLogoIn {
  from {
    opacity: 0;
    letter-spacing: 35px;
    filter: blur(10px);
  }
  to {
    opacity: 1;
    letter-spacing: 14px;
    filter: blur(0);
  }
}
.intro-tagline {
  font-size: 0.68rem;
  letter-spacing: 7px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  animation: fadeU 0.9s ease 1.3s forwards;
}
.intro-orn {
  display: flex;
  align-items: center;
  gap: 1rem;
  opacity: 0;
  animation: fadeU 0.9s ease 1.5s forwards;
}
.intro-orn-line {
  width: 55px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(74, 124, 104, 0.5));
}
.intro-orn-line.rev {
  background: linear-gradient(to left, transparent, rgba(74, 124, 104, 0.5));
}
.intro-orn span {
  color: var(--green);
  font-size: 0.7rem;
  letter-spacing: 3px;
  opacity: 0.8;
}
.intro-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: var(--green);
  animation: introProgress 2.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
}
@keyframes introProgress {
  to {
    width: 100%;
  }
}
@keyframes fadeU {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ─── CUSTOM CURSOR ─── */
#cur-ring {
  position: fixed;
  z-index: 9998;
  pointer-events: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid rgba(74, 124, 104, 0.55);
  transform: translate(-50%, -50%);
  transition:
    width 0.28s ease,
    height 0.28s ease,
    border-color 0.28s ease,
    opacity 0.28s ease;
  left: -100px;
  top: -100px;
}
#cur-dot {
  position: fixed;
  z-index: 9998;
  pointer-events: none;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--white);
  transform: translate(-50%, -50%);
  left: -100px;
  top: -100px;
  mix-blend-mode: difference;
}
#cur-ring.hovering {
  width: 52px;
  height: 52px;
  border-color: rgba(74, 124, 104, 0.85);
}

/* ─── PAGE ENTRY ─── */
body.ready #hdr {
  animation: slideDown 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* ─── SCROLL PROGRESS BAR ─── */
#scroll-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  height: 2px;
  width: 0%;
  background: var(--green);
  transition: width 0.1s linear;
}

/* ─── AMBIENT GLOW ─── */
.amb-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(
    circle,
    rgba(74, 124, 104, 0.07) 0%,
    transparent 68%
  );
  width: 700px;
  height: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ─── COUNT-UP ─── */
.stat-num {
  cursor: default;
}

/* ─── PARTICLES ─── */
#particles {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 1;
}

/* ─── ARABESQE SVG TITLES ─── */
.arabesque-title {
  position: relative;
  display: inline-block;
  padding: 0 3.5rem;
}
.arabesque-title::before,
.arabesque-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 2px;
  background: var(--green);
  opacity: 0.5;
}
.arabesque-title::before {
  right: 0;
}
.arabesque-title::after {
  left: 0;
}

/* ornamental rule under headings */
.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin: 0.8rem auto 0;
  color: var(--green);
  font-size: 0.75rem;
  letter-spacing: 4px;
  opacity: 0.7;
}
.ornament::before,
.ornament::after {
  content: "";
  flex: 1;
  height: 1px;
  max-width: 80px;
  background: linear-gradient(to var(--dir, right), transparent, var(--green));
}
.ornament::after {
  --dir: left;
}

/* ─── HEADER ─── */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 1.1rem 3rem;
  background: rgba(247, 247, 245, 0.96);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(74, 124, 104, 0.12);
  transition:
    padding 0.4s,
    box-shadow 0.4s;
}
header.scrolled {
  padding: 0.6rem 3rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.07);
}
.header-inner {
  max-width: 1380px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.logo-fa {
  font-family: "kalameh", serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--black);
  letter-spacing: 2px;
}
.logo-sub {
  font-size: 0.6rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: -4px;
}
nav {
  display: flex;
  gap: 2rem;
  align-items: center;
}
nav a {
  text-decoration: none;
  color: var(--charcoal);
  font-size: 0.82rem;
  letter-spacing: 0.5px;
  position: relative;
  transition: color 0.3s;
}
nav a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 0;
  height: 1px;
  background: var(--green);
  transition: width 0.3s;
}
nav a:hover {
  color: var(--black);
}
nav a:hover::after {
  width: 100%;
}
.cta-header {
  padding: 0.65rem 2rem;
  background: var(--black);
  color: var(--white);
  border: none;
  border-radius: 2px;
  font-size: 0.82rem;
  cursor: none;
  letter-spacing: 0.8px;
  transition: all 0.3s;
  white-space: nowrap;
  box-shadow: 0 4px 20px var(--green-sh);
  position: relative;
  overflow: hidden;
}
.cta-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.15),
    transparent
  );
  transition: left 0.5s ease;
}
.cta-header:hover::after {
  left: 130%;
}
.cta-header:hover {
  background: var(--charcoal);
  box-shadow: 0 8px 28px var(--green-sh);
}

/* header wave bottom */
.header-wave {
  position: absolute;
  bottom: -28px;
  left: 0;
  width: 100%;
  line-height: 0;
  pointer-events: none;
  z-index: 999;
}
.header-wave svg {
  display: block;
  width: 100%;
}

img {
  z-index: 2;
}

/* ─── HERO ─── */
.hero {
  position: relative;
  height: 100vh;
  min-height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: url("/assets/img/img6.jpg") center/cover no-repeat;
  animation: heroPan 22s ease-in-out infinite alternate;
}
@keyframes heroPan {
  from {
    transform: scale(1.06) translateX(0);
  }
  to {
    transform: scale(1.06) translateX(-2%);
  }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(14, 14, 14, 0.38) 0%,
    rgba(14, 14, 14, 0.55) 40%,
    rgba(14, 14, 14, 0.82) 100%
  );
}
/* arabesque pattern overlay */
.hero-pattern {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cpath d='M40 5 C50 15,75 15,75 40 C75 65,50 65,40 75 C30 65,5 65,5 40 C5 15,30 15,40 5Z' fill='none' stroke='rgba(255,255,255,0.03)' stroke-width='1'/%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 5;
  text-align: center;
  color: var(--white);
  padding: 0 2rem;
  max-width: 860px;
}
.hero-badge {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0.4rem 1.8rem;
  font-size: 0.7rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2rem;
  animation: fadeD 1s ease-out both;
}
/* grain texture over hero */
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  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.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 3;
}
.hero-title {
  font-family: "kalameh", serif;
  font-size: clamp(3.2rem, 7.5vw, 6.5rem);
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 0.5rem;
  animation: fadeD 1s ease-out 0.2s both;
}
.hero-title em {
  font-style: italic;
  color: rgba(255, 255, 255, 0.82);
}
/* arabesque ornament in hero */
.hero-orn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin: 0.8rem auto 1.8rem;
  animation: fadeD 1s ease-out 0.35s both;
}
.hero-orn-line {
  height: 1px;
  width: 70px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.35));
}
.hero-orn-line.rev {
  background: linear-gradient(to left, transparent, rgba(255, 255, 255, 0.35));
}
.hero-orn-diamond {
  width: 8px;
  height: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transform: rotate(45deg);
}
.hero-sub {
  font-size: 1.05rem;
  line-height: 1.95;
  color: rgba(255, 255, 255, 0.75);
  max-width: 580px;
  margin: 0 auto 2.5rem;
  animation: fadeD 1s ease-out 0.4s both;
}
.hero-btns {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeD 1s ease-out 0.55s both;
}
.btn-dark {
  padding: 1rem 2.8rem;
  font-size: 0.88rem;
  letter-spacing: 1.5px;
  background: var(--gold);
  color: var(--black);
  border: none;
  border-radius: 2px;
  cursor: none;
  transition: all 0.35s;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
.btn-dark::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  transition: left 0.5s ease;
}
.btn-dark:hover::after {
  left: 150%;
}
.btn-dark:hover {
  background: var(--ivory);
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.18);
  transform: translateY(-3px);
}
.btn-ghost {
  padding: 1rem 2.8rem;
  font-size: 0.88rem;
  letter-spacing: 1.5px;
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
}
.btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.8);
  color: var(--white);
}
.hero-scroll {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.65rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  animation: bounce 2.5s ease-in-out infinite;
}
.hero-scroll::after {
  content: "";
  width: 1px;
  height: 42px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), transparent);
}
/* hero bottom wave */
.hero-wave {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  line-height: 0;
  pointer-events: none;
}
.hero-wave svg {
  display: block;
  width: 100%;
}

@keyframes fadeD {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(9px);
  }
}

/* ─── STATS STRIP ─── */
.stats-strip {
  background: var(--black);
  padding: 2.8rem 3rem;
  position: relative;
  z-index: 10;
}
.stats-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
}
.stat-num {
  font-family: "dana", serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--white);
  text-shadow: 0 0 30px var(--green-sh);
}
.stat-lbl {
  font-size: 0.72rem;
  color: var(--lighter);
  letter-spacing: 2px;
  margin-top: 0.4rem;
  text-transform: uppercase;
}
/* wave under stats */
.stats-wave {
  background: var(--black);
  line-height: 0;
}
.stats-wave svg {
  display: block;
  width: 100%;
}

/* ─── SECTION COMMONS ─── */
.section-tag {
  display: inline-block;
  font-size: 0.68rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--green);
  border-bottom: 1px solid var(--green);
  padding-bottom: 2px;
  margin-bottom: 1rem;
}
.section-title {
  font-family: "kalameh", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--black);
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.section-title-dark {
  font-family: "kalameh", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.section-sub {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.9;
  max-width: 520px;
}
.gold-line {
  width: 50px;
  height: 2px;
  background: var(--green);
  margin-bottom: 1.8rem;
  opacity: 0.6;
}

/* ─── VENUE INTRO (two-col) ─── */
.venue-intro-wrap {
  background: var(--ivory);
  padding: 8rem 2rem;
}
.venue-intro-inner {
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}
.venue-img-frame {
  position: relative;
  height: 540px;
  border-radius: 2px;
  box-shadow: 20px 20px 0 rgba(74, 124, 104, 0.15);
  overflow: hidden;
  border-radius: 4px;
  /* border: 4px double var(--gold); */
}

.border-frame::before {
  content: "";
  width: 95%;
  height: 95%;
  position: absolute;
  border: 4px double var(--gold);
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
}

.venue-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.venue-img-badge {
  position: absolute;
  bottom: 1.8rem;
  right: 1.8rem;
  background: rgba(14, 14, 14, 0.85);
  color: rgba(255, 255, 255, 0.85);
  padding: 0.7rem 1.4rem;
  font-size: 0.75rem;
  letter-spacing: 2px;
  border-right: 3px solid var(--green);
}
.venue-intro-text {
  padding-right: 1rem;
}

/* ─── VENUES GRID ─── */
.venues-wrap {
  background: var(--cream);
  position: relative;
}
.venues-top-wave {
  background: var(--ivory);
  line-height: 0;
}
.venues-top-wave svg {
  display: block;
  width: 100%;
}
.venues-header {
  text-align: center;
  padding: 6rem 2rem 3rem;
}
.venues-grid {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 2rem 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.venue-card {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.4s,
    box-shadow 0.4s;
}
.venue-card:hover {
  transform: translateY(-7px);
  box-shadow:
    0 22px 50px rgba(0, 0, 0, 0.16),
    0 0 0 1px rgba(74, 124, 104, 0.2);
}
.venue-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  transition: transform 0.6s;
}
.venue-card:hover img {
  transform: scale(1.05);
}

.venue-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(14, 14, 14, 0.88) 30%,
    transparent 70%
  );
}
.venue-card-body {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 2rem;
}
.venue-card-badge {
  display: inline-block;
  background: var(--white);
  color: var(--black);
  font-size: 0.62rem;
  letter-spacing: 2px;
  padding: 0.28rem 0.9rem;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
  border-bottom: 2px solid var(--green);
}
.venue-card-title {
  font-family: "kalameh", serif;
  font-size: 1.5rem;
  color: var(--white);
  margin-bottom: 0.4rem;
}
.venue-card-cap {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1rem;
}
.venue-card-desc {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s;
}
.venue-card:hover .venue-card-desc {
  max-height: 80px;
}
.venue-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.venue-tag {
  padding: 0.25rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.68rem;
}
/* venues bottom wave */
.venues-bot-wave {
  background: var(--cream);
  line-height: 0;
}
.venues-bot-wave svg {
  display: block;
  width: 100%;
}

/* ══════════════════════════════════
   GALLERY — STUDIO EDITION
══════════════════════════════════ */
.gallery-wrap {
  background: #080808;
  position: relative;
  overflow: hidden;
}

/* ambient bokeh orbs */
.gallery-wrap::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 15%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(74, 124, 104, 0.06) 0%,
    transparent 65%
  );
  pointer-events: none;
  animation: orbFloat 12s ease-in-out infinite alternate;
}
.gallery-wrap::after {
  content: "";
  position: absolute;
  bottom: 15%;
  right: 10%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(74, 124, 104, 0.04) 0%,
    transparent 65%
  );
  pointer-events: none;
  animation: orbFloat 16s ease-in-out infinite alternate-reverse;
}
@keyframes orbFloat {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(30px, -40px) scale(1.1);
  }
}

/* ── Header ── */
.gallery-header {
  text-align: center;
  padding: 7rem 2rem 2rem;
  position: relative;
  z-index: 2;
}
.gal-kicker {
  font-size: 0.65rem;
  letter-spacing: 7px;
  text-transform: uppercase;
  color: var(--green-lg);
  display: block;
  margin-bottom: 1.2rem;
  opacity: 0.8;
}
.gal-title {
  font-family: "kalameh", serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 1rem;
}
.gal-title em {
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
}
.gal-sub {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 0.5px;
  line-height: 1.8;
  max-width: 480px;
  margin: 0 auto 0;
}

/* ── Category Tabs ── */
.gal-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 3rem 2rem 2rem;
  position: relative;
  z-index: 2;
}
.gal-tab {
  padding: 0.75rem 2rem;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.72rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: none;
  transition: all 0.35s ease;
  position: relative;
}
.gal-tab::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  right: 50%;
  height: 1px;
  background: var(--green);
  transition:
    left 0.35s ease,
    right 0.35s ease;
}
.gal-tab.active,
.gal-tab:hover {
  color: var(--white);
}
.gal-tab.active::after {
  left: 0;
  right: 0;
}

/* ── Main Cinematic Layout ── */
.gal-stage {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 1.5rem 2rem;
  position: relative;
  z-index: 2;
}

/* ── Featured Horizontal Filmstrip ── */
.gal-filmstrip-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.gal-filmstrip-label {
  font-size: 0.6rem;
  letter-spacing: 5px;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
  padding: 0 0 0.8rem 0.2rem;
}
.gal-filmstrip {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 0.5rem;
  cursor: grab;
  touch-action: pan-x;
  -webkit-overflow-scrolling: touch;
}
.gal-filmstrip::-webkit-scrollbar {
  display: none;
}
.gal-filmstrip.dragging {
  cursor: grabbing;
}

.gal-film-item {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  transition:
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.5s ease;
  will-change: transform;
}
.gal-film-item:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(74, 124, 104, 0.3);
  z-index: 3;
}
.gal-film-item img {
  display: block;
  height: 360px;
  width: auto;
  object-fit: cover;
  filter: grayscale(15%) contrast(1.05);
  transition:
    filter 0.6s ease,
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.gal-film-item:hover img {
  filter: grayscale(0%) contrast(1.08) brightness(1.04);
  transform: scale(1.04);
}

/* film sprocket holes decorative */
.gal-sprocket {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
  pointer-events: none;
}
.gal-sprocket-hole {
  width: 10px;
  height: 8px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* hover meta overlay */
.gal-film-meta {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 8, 8, 0.92) 0%, transparent 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}
.gal-film-item:hover .gal-film-meta {
  opacity: 1;
  transform: translateY(0);
}
.gal-meta-tag {
  font-size: 0.6rem;
  letter-spacing: 3px;
  color: var(--green-lg);
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.gal-meta-title {
  font-family: "kalameh", serif;
  font-size: 1.1rem;
  color: var(--white);
  margin-bottom: 0.3rem;
}
.gal-meta-loc {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 1px;
}
.gal-film-open {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(8, 8, 8, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 0.8rem;
  opacity: 0;
  transform: scale(0.5);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  cursor: none;
}
.gal-film-item:hover .gal-film-open {
  opacity: 1;
  transform: scale(1);
}

/* ── Masonry Bottom Grid ── */
.gal-masonry {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 280px 280px;
  gap: 1rem;
}
.gal-m-item {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  cursor: none;
  transition: box-shadow 0.5s ease;
}
.gal-m-item:hover {
  box-shadow:
    0 25px 60px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(74, 124, 104, 0.25);
  z-index: 3;
}
.gal-m-item.big {
  grid-row: span 2;
}
.gal-m-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: grayscale(12%) contrast(1.04);
  transition:
    transform 0.7s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.6s ease;
}
.gal-m-item:hover img {
  transform: scale(1.07);
  filter: grayscale(0%) contrast(1.08) brightness(1.03);
}
.gal-m-ov {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(8, 8, 8, 0) 40%,
    rgba(8, 8, 8, 0.65) 100%
  );
  opacity: 0.4;
  transition: opacity 0.4s;
}
.gal-m-item:hover .gal-m-ov {
  opacity: 0.7;
}
.gal-m-info {
  position: absolute;
  bottom: 1.2rem;
  left: 1.2rem;
  opacity: 0;
  transform: translateX(-8px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}
.gal-m-item:hover .gal-m-info {
  opacity: 1;
  transform: translateX(0);
}
.gal-m-info-tag {
  font-size: 0.6rem;
  letter-spacing: 3px;
  color: var(--green-lg);
  text-transform: uppercase;
}
.gal-m-info-name {
  font-family: "dana", serif;
  font-size: 1rem;
  color: var(--white);
  margin-top: 0.2rem;
}

/* ── Scroll Track Indicator ── */
.gal-scroll-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem 0 3rem;
  position: relative;
  z-index: 2;
}
.gal-scroll-label {
  font-size: 0.62rem;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, 0.2);
  text-transform: uppercase;
}
.gal-scroll-line {
  flex: 1;
  max-width: 200px;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  position: relative;
}
.gal-scroll-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background: var(--green);
  transition: left 0.1s linear;
  box-shadow: 0 0 8px var(--green);
}

/* ── Studio Lightbox ── */
.studio-lb {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(4, 4, 4, 0.97);
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(20px);
}
.studio-lb.open {
  display: flex;
}
.studio-lb-inner {
  position: relative;
  max-width: 92vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: lbIn 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes lbIn {
  from {
    opacity: 0;
    transform: scale(0.94) translateY(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.studio-lb-img-wrap {
  position: relative;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.8);
}
.studio-lb-img {
  display: block;
  max-width: 88vw;
  max-height: 78vh;
  object-fit: contain;
  filter: contrast(1.06) brightness(1.02);
}
/* cinematic letterbox bars */
.studio-lb-img-wrap::before,
.studio-lb-img-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  background: #040404;
  transition: height 0.4s ease;
  pointer-events: none;
  z-index: 2;
}
.studio-lb-img-wrap::before {
  top: 0;
}
.studio-lb-img-wrap::after {
  bottom: 0;
}
.studio-lb.open .studio-lb-img-wrap::before,
.studio-lb.open .studio-lb-img-wrap::after {
  height: 0;
}

.studio-lb-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 0.5rem 0;
}
.studio-lb-tag {
  font-size: 0.62rem;
  letter-spacing: 3px;
  color: var(--green-lg);
  text-transform: uppercase;
}
.studio-lb-counter {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.25);
  letter-spacing: 2px;
}
.studio-lb-title {
  font-family: "dana", serif;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 0.25rem;
}

/* nav arrows */
.studio-lb-prev,
.studio-lb-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: none;
  transition: all 0.3s ease;
  font-size: 1rem;
}
.studio-lb-prev {
  right: calc(100% + 1.5rem);
}
.studio-lb-next {
  left: calc(100% + 1.5rem);
}
.studio-lb-prev:hover,
.studio-lb-next:hover {
  background: rgba(74, 124, 104, 0.2);
  border-color: var(--green);
  color: var(--white);
}

.studio-lb-close {
  position: fixed;
  top: 1.8rem;
  left: 1.8rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.55);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: none;
  transition: all 0.3s;
  font-size: 0.9rem;
}
.studio-lb-close:hover {
  border-color: var(--green);
  color: var(--white);
}

/* filmstrip thumb row in lightbox */
.studio-lb-thumbs {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.2rem;
  max-width: 88vw;
  overflow-x: auto;
  scrollbar-width: none;
}
.studio-lb-thumbs::-webkit-scrollbar {
  display: none;
}
.studio-lb-thumb {
  flex-shrink: 0;
  width: 56px;
  height: 40px;
  border-radius: 2px;
  overflow: hidden;
  cursor: none;
  opacity: 0.4;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.studio-lb-thumb.active {
  opacity: 1;
  border-color: var(--green);
}
.studio-lb-thumb:hover {
  opacity: 0.8;
}
.studio-lb-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* gallery bottom wave */
.gallery-bot-wave {
  background: #080808;
  line-height: 0;
}
.gallery-bot-wave svg {
  display: block;
  width: 100%;
}

/* ─── SERVICES ─── */
.services-wrap {
  background: var(--ivory);
  padding-bottom: 6rem;
}
.services-inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 6rem 2rem 0;
}
.services-top {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
  align-items: start;
  margin-bottom: 4rem;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.svc-card {
  background: var(--white);
  border-radius: 2px;
  overflow: hidden;
  border: 1px solid rgba(74, 124, 104, 0.1);
  transition: all 0.4s;
  position: relative;
}

.svc-card::before {
  content: "";
  width: 95%;
  height: 95%;
  position: absolute;
  border: 4px double var(--cream);
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
  overflow: hidden;
}

.svc-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: var(--green);
  transition: width 0.4s;
}
.svc-card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.09),
    0 0 0 1px rgba(74, 124, 104, 0.15);
}
.svc-card:hover::after {
  width: 100%;
}
.svc-img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
  border-radius: 4px 4px 0 0;
}
.svc-card:hover .svc-img {
  transform: scale(1.04);
}
.svc-body {
  padding: 1.6rem;
}
.svc-name {
  font-family: "dana", serif;
  font-size: 1.15rem;
  color: var(--black);
  margin-bottom: 0.6rem;
}
.svc-desc {
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.8;
}

/* ─── TESTIMONIALS ─── */
.testi-wrap {
  background: var(--black);
  position: relative;
}
.testi-top-wave {
  background: var(--ivory);
  line-height: 0;
}
.testi-top-wave svg {
  display: block;
  width: 100%;
}
.testi-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 2rem 6rem;
}
.testi-header {
  text-align: center;
  margin-bottom: 4rem;
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.t-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  padding: 2.5rem;
  position: relative;
  transition: all 0.4s;
  border-radius: 4px;
}
.t-card::before {
  content: "";
  width: 95%;
  height: 95%;
  position: absolute;
  border: 4px double var(--muted);
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
}
.t-card:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(74, 124, 104, 0.3);
  box-shadow: 0 0 30px var(--green-sh);
  transform: translateY(-4px);
}
.t-quote {
  font-family: "dana", serif;
  font-size: 5rem;
  line-height: 0.5;
  color: var(--muted);
  opacity: 0;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  z-index: 3;
  display: none;
}
.t-stars {
  color: var(--green-lg);
  font-size: 0.82rem;
  letter-spacing: 3px;
  margin-bottom: 1.2rem;
}
.t-text {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.9;
  margin-bottom: 1.8rem;
  font-style: italic;
}
.t-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.t-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  border: 1.5px solid rgba(74, 124, 104, 0.4);
  flex-shrink: 0;
}
.t-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.t-name {
  font-size: 0.88rem;
  color: var(--white);
  font-weight: 600;
}
.t-role {
  font-size: 0.72rem;
  color: var(--muted);
  margin-top: 2px;
}
/* testi bottom wave */
.testi-bot-wave {
  background: var(--black);
  line-height: 0;
}
.testi-bot-wave svg {
  display: block;
  width: 100%;
}

/* ─── PRICING ─── */
.pricing-wrap {
  background: var(--cream);
  padding: 7rem 2rem;
  position: relative;
}
.pricing-inner {
  max-width: 1150px;
  margin: 0 auto;
}
.pricing-header {
  text-align: center;
  margin-bottom: 5rem;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.p-card {
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  padding: 3rem 2.2rem;
  text-align: center;
  position: relative;
  transition: all 0.4s;
}
.p-card:hover {
  transform: translateY(-7px);
  box-shadow:
    0 20px 55px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(74, 124, 104, 0.2);
}
.p-card.featured {
  background: var(--black);
  border-color: rgba(74, 124, 104, 0.3);
  box-shadow:
    0 20px 55px rgba(0, 0, 0, 0.2),
    0 0 40px var(--green-sh);
}
.p-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--green);
  color: var(--white);
  padding: 0.35rem 1.3rem;
  font-size: 0.65rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
}
.p-name {
  font-size: 0.68rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 1.5rem;
}
.p-amount {
  font-family: "dana", serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 0.3rem;
}
.p-card.featured .p-amount {
  color: var(--white);
}
.p-amount span {
  font-size: 1.1rem;
}
.p-cap {
  font-size: 0.78rem;
  color: var(--muted);
  margin-bottom: 2.5rem;
}
.p-card.featured .p-cap {
  color: rgba(255, 255, 255, 0.4);
}
.p-features {
  list-style: none;
  margin-bottom: 2.5rem;
}
.p-features li {
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 0.85rem;
  color: var(--muted);
  text-align: right;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.p-features li::before {
  content: "◆";
  color: var(--green);
  font-size: 0.5rem;
  flex-shrink: 0;
}
.p-card.featured .p-features li {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.07);
}
.p-btn {
  width: 100%;
  padding: 0.95rem;
  border: 1.5px solid var(--black);
  background: transparent;
  color: var(--black);
  font-size: 0.8rem;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
}
.p-btn:hover {
  background: var(--black);
  color: var(--white);
}
.p-card.featured .p-btn {
  border-color: var(--green);
  color: var(--white);
}
.p-card.featured .p-btn:hover {
  background: var(--green);
  border-color: var(--green);
  box-shadow: 0 0 25px var(--green-sh);
}

/* ─── CONTACT ─── */
.contact-wrap {
  background: var(--ivory);
  position: relative;
}
.contact-top-wave {
  background: var(--cream);
  line-height: 0;
}
.contact-top-wave svg {
  display: block;
  width: 100%;
}
.contact-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 6rem 2rem 8rem;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 5rem;
  align-items: start;
}
.c-method {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(74, 124, 104, 0.1);
}
.c-method:last-child {
  border-bottom: none;
}
.c-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  flex-shrink: 0;
  font-size: 0.85rem;
  box-shadow: 0 0 18px var(--green-sh);
}
.c-lbl {
  font-size: 0.65rem;
  letter-spacing: 2.5px;
  color: var(--green);
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}
.c-val {
  font-size: 0.88rem;
  color: var(--charcoal);
  line-height: 1.7;
}
.contact-form-box {
  background: var(--white);
  padding: 3rem;
  border-radius: 2px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.07);
  border-top: 3px solid var(--black);
}
.form-ttl {
  font-family: "dana", serif;
  font-size: 1.45rem;
  color: var(--black);
  margin-bottom: 0.5rem;
}
.form-orn {
  margin-bottom: 2rem;
}
.fld {
  margin-bottom: 1.1rem;
}
.fld input,
.fld select,
.fld textarea {
  width: 100%;
  padding: 0.95rem 1.1rem;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  background: var(--ivory);
  color: var(--charcoal);
  font-size: 0.88rem;
  font-family: inherit;
  transition: all 0.3s;
  outline: none;
  direction: rtl;
}
.fld input:focus,
.fld select:focus,
.fld textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px var(--green-sh);
}
.fld textarea {
  min-height: 110px;
  resize: vertical;
}
.submit-btn {
  width: 100%;
  padding: 1.05rem;
  background: var(--black);
  color: var(--white);
  border: none;
  font-size: 0.85rem;
  letter-spacing: 2.5px;
  cursor: pointer;
  transition: all 0.3s;
  text-transform: uppercase;
}
.submit-btn:hover {
  background: var(--charcoal);
  box-shadow: 0 8px 30px var(--green-sh);
}

/* ─── FOOTER ─── */
footer {
  background: var(--black);
  padding: 5rem 2rem 2rem;
}
.footer-inner {
  max-width: 1380px;
  margin: 0 auto;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 2.5rem;
}
.footer-logo {
  font-family: "dana", serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--white);
  display: block;
  margin-bottom: 1rem;
}
.footer-brand p {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.35);
  line-height: 1.9;
  max-width: 240px;
}
.footer-socials {
  display: flex;
  gap: 0.7rem;
  margin-top: 1.5rem;
}
.soc {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.8rem;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
}
.soc:hover {
  border-color: var(--green);
  color: var(--green);
  box-shadow: 0 0 14px var(--green-sh);
}
.footer-col h5 {
  font-size: 0.68rem;
  letter-spacing: 3px;
  color: var(--green);
  text-transform: uppercase;
  margin-bottom: 1.4rem;
}
.footer-col ul {
  list-style: none;
}
.footer-col ul li {
  margin-bottom: 0.75rem;
}
.footer-col ul li a {
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  font-size: 0.83rem;
  transition: color 0.3s;
}
.footer-col ul li a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.footer-bottom {
  text-align: center;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.2);
}

/* ─── LIGHTBOX ─── */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.96);
  align-items: center;
  justify-content: center;
}
.lightbox.open {
  display: flex;
}
.lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
}
.lb-close {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--white);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.1rem;
  transition: all 0.3s;
}
.lb-close:hover {
  border-color: var(--green);
  color: var(--green);
}

/* ─── ANIMATIONS ─── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-d1 {
  transition-delay: 0.15s;
}
.reveal-d2 {
  transition-delay: 0.3s;
}
.reveal-d3 {
  transition-delay: 0.45s;
}

/* ══════════════════════════════════════
   VIRTUAL TOUR
══════════════════════════════════════ */
.vtour-wrap {
  background: #060608;
  position: relative;
  overflow: hidden;
}
.vtour-top-wave {
  background: var(--ivory);
  line-height: 0;
}
.vtour-top-wave svg {
  display: block;
  width: 100%;
}

.vtour-header {
  text-align: center;
  padding: 5rem 2rem 2.5rem;
  position: relative;
  z-index: 2;
}
.vtour-kicker {
  font-size: 0.65rem;
  letter-spacing: 7px;
  color: var(--green-lg);
  text-transform: uppercase;
  display: block;
  margin-bottom: 1rem;
}
.vtour-title {
  font-family: "kalameh", serif;
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.15;
}
.vtour-title em {
  font-style: italic;
  color: rgba(255, 255, 255, 0.45);
}
.vtour-sub {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.35);
  margin: 1rem auto 0;
  max-width: 460px;
  line-height: 1.85;
}

/* Scene selector */
.vtour-scenes {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  padding: 0 2rem 2rem;
  position: relative;
  z-index: 2;
}
.vtour-scene-btn {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 1.4rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.72rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  cursor: none;
  transition: all 0.35s;
}
.vtour-scene-btn.active,
.vtour-scene-btn:hover {
  background: rgba(74, 124, 104, 0.12);
  border-color: var(--green);
  color: var(--white);
  box-shadow: 0 0 20px var(--green-sh);
}
.vtour-scene-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  opacity: 0.6;
}
.vtour-scene-btn.active .vtour-scene-dot {
  opacity: 1;
  box-shadow: 0 0 8px var(--green);
}

/* Main viewport */
.vtour-viewport {
  position: relative;
  width: 100%;
  height: min(75vh, 600px);
  overflow: hidden;
  cursor: grab;
  user-select: none;
  touch-action: none;
}
.vtour-viewport.dragging {
  cursor: grabbing;
}

/* panoramic canvas */
.vtour-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  display: flex;
  transition: none;
  will-change: transform;
}
.vtour-pane {
  flex-shrink: 0;
  width: 33.333%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.vtour-pane img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.85) contrast(1.05);
  transform-origin: center center;
  transition: filter 0.6s ease;
}
.vtour-viewport:not(.dragging) .vtour-pane img {
  filter: brightness(0.9) contrast(1.06);
}

/* compass + angle indicator */
.vtour-hud {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  z-index: 5;
  pointer-events: none;
}
.vtour-compass {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(6, 6, 8, 0.7);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.vtour-compass-needle {
  width: 2px;
  height: 18px;
  background: linear-gradient(to bottom, #e55, rgba(255, 255, 255, 0.3));
  border-radius: 2px;
  transform-origin: 50% 100%;
  position: absolute;
  bottom: 50%;
  transition: transform 0.3s ease;
}
.vtour-angle-lbl {
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 2px;
}

/* hotspot pins */
.vtour-hotspot {
  position: absolute;
  z-index: 6;
  transform: translate(-50%, -50%);
  cursor: none;
}
.vtour-pin {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(74, 124, 104, 0.25);
  border: 1.5px solid var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pinPulse 2.5s ease-in-out infinite;
  position: relative;
  z-index: 1;
}
.vtour-pin svg {
  width: 14px;
  height: 14px;
  fill: var(--white);
}
@keyframes pinPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(74, 124, 104, 0.5);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(74, 124, 104, 0);
  }
}
.vtour-pin-ring {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid rgba(74, 124, 104, 0.3);
  animation: pinRing 2.5s ease-in-out infinite;
}
@keyframes pinRing {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.vtour-tooltip {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(4px);
  background: rgba(6, 6, 8, 0.92);
  color: var(--white);
  padding: 0.6rem 1rem;
  border-radius: 2px;
  white-space: nowrap;
  font-size: 0.75rem;
  letter-spacing: 1px;
  border: 1px solid rgba(74, 124, 104, 0.3);
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
.vtour-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: rgba(74, 124, 104, 0.4);
}
.vtour-hotspot:hover .vtour-tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* minimap */
.vtour-minimap {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  width: 100px;
  height: 60px;
  z-index: 5;
  background: rgba(6, 6, 8, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  overflow: hidden;
  border-radius: 2px;
}
.vtour-minimap-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.vtour-minimap-cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1.5px solid var(--green);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 8px var(--green-sh);
  transition: left 0.1s linear;
}

/* controls strip */
.vtour-controls {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 5;
}
.vtour-ctrl-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(6, 6, 8, 0.75);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  cursor: none;
  transition: all 0.3s;
}
.vtour-ctrl-btn:hover {
  border-color: var(--green);
  color: var(--white);
  box-shadow: 0 0 14px var(--green-sh);
}

/* drag instruction overlay */
.vtour-drag-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  z-index: 7;
  pointer-events: none;
  animation: hintFade 0.6s ease 2.5s forwards;
  opacity: 1;
}
@keyframes hintFade {
  to {
    opacity: 0;
  }
}
.vtour-drag-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  animation: dragHint 1.5s ease-in-out infinite;
}
@keyframes dragHint {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
}
.vtour-drag-lbl {
  font-size: 0.65rem;
  letter-spacing: 4px;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}

/* tour info panel */
.vtour-info {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 2rem 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}
.vtour-info-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 2px;
  padding: 1.8rem;
  transition: all 0.35s;
}
.vtour-info-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(74, 124, 104, 0.3);
  transform: translateY(-4px);
}
.vtour-info-num {
  font-family: "dana", serif;
  font-size: 2.2rem;
  color: var(--green-lg);
  margin-bottom: 0.4rem;
}
.vtour-info-lbl {
  font-size: 0.72rem;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
.vtour-info-desc {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.8;
}

/* vtour bottom wave */
.vtour-bot-wave {
  background: #060608;
  line-height: 0;
}
.vtour-bot-wave svg {
  display: block;
  width: 100%;
}

/* ══════════════════════════════════════
   WEDDING STORY TIMELINE
══════════════════════════════════════ */
.story-wrap {
  background: var(--ivory);
  position: relative;
  overflow: hidden;
}
.story-top-wave {
  background: #060608;
  line-height: 0;
}
.story-top-wave svg {
  display: block;
  width: 100%;
}

.story-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 7rem 2rem;
}
.story-header {
  text-align: center;
  margin-bottom: 6rem;
}

.story-timeline {
  position: relative;
  padding: 0 0 4rem;
}
/* center vertical line */
.story-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(74, 124, 104, 0.3) 10%,
    rgba(74, 124, 104, 0.3) 90%,
    transparent 100%
  );
  transform: translateX(-50%);
}

.story-item {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  gap: 0;
  align-items: center;
  margin-bottom: 5rem;
  position: relative;
}
.story-item:last-child {
  margin-bottom: 0;
}

.story-item-img-overlay::before {
  content: "";
  width: 95%;
  height: 95%;
  position: absolute;
  border: 4px double var(--cream);
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.story-item-img {
  position: relative;
  height: 320px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateX(-30px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}
.story-item.right .story-item-img {
  opacity: 0;
  transform: translateX(30px);
}
.story-item.visible .story-item-img {
  opacity: 1;
  transform: translateX(0);
}
.story-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.story-item-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(6, 6, 8, 0) 50%,
    rgba(6, 6, 8, 0.4) 100%
  );
}

/* center node */
.story-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  z-index: 2;
  position: relative;
}
.story-node-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--black);
  border: 2px solid rgba(74, 124, 104, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  box-shadow:
    0 0 0 6px rgba(6, 6, 8, 0.8),
    0 0 20px var(--green-sh);
  transition:
    border-color 0.4s,
    box-shadow 0.4s;
}
.story-item.visible .story-node-circle {
  border-color: var(--green);
  box-shadow:
    0 0 0 6px rgba(6, 6, 8, 0.8),
    0 0 30px rgba(74, 124, 104, 0.4);
}
.story-node-year {
  font-size: 0.6rem;
  letter-spacing: 2px;
  color: var(--green-lg);
  text-transform: uppercase;
  white-space: nowrap;
}

/* text block */
.story-text {
  padding: 2rem;
  opacity: 0;
  transform: translateX(30px);
  transition:
    opacity 0.8s ease 0.15s,
    transform 0.8s ease 0.15s;
}
.story-item.right .story-text {
  transform: translateX(-30px);
}
.story-item.visible .story-text {
  opacity: 1;
  transform: translateX(0);
}
.story-step {
  font-size: 0.62rem;
  letter-spacing: 4px;
  color: var(--green);
  text-transform: uppercase;
  margin-bottom: 0.7rem;
}
.story-title {
  font-family: "kalameh", serif;
  font-size: 1.6rem;
  color: var(--black);
  margin-bottom: 0.8rem;
  line-height: 1.25;
}
.story-desc {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.9;
  margin-bottom: 1.2rem;
}
.story-tag {
  display: inline-block;
  padding: 0.3rem 0.9rem;
  border: 1px solid rgba(74, 124, 104, 0.25);
  color: var(--green);
  font-size: 0.7rem;
  letter-spacing: 2px;
}

/* right-aligned items */
.story-item.right .story-item-img {
  grid-column: 3;
  grid-row: 1;
}
.story-item.right .story-node {
  grid-column: 2;
  grid-row: 1;
}
.story-item.right .story-text {
  grid-column: 1;
  grid-row: 1;
  text-align: left;
}

/* story bot wave */
.story-bot-wave {
  background: var(--ivory);
  line-height: 0;
}
.story-bot-wave svg {
  display: block;
  width: 100%;
}

/* ══════════════════════════════════════
   SMART PACKAGE MATCHER
══════════════════════════════════════ */
.matcher-wrap {
  background: var(--cream);
  position: relative;
  overflow: hidden;
}
.matcher-top-wave {
  background: var(--ivory);
  line-height: 0;
}
.matcher-top-wave svg {
  display: block;
  width: 100%;
}
.matcher-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 7rem 2rem;
}
.matcher-header {
  text-align: center;
  margin-bottom: 4rem;
}

.matcher-card {
  background: var(--dark);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  padding: 3rem;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.06);
  z-index: 2;
}
.matcher-steps {
  display: flex;
  gap: 0;
  margin-bottom: 3rem;
  border-bottom: 1px solid rgba(251, 251, 251, 0.07);
}
.matcher-step-lbl {
  flex: 1;
  padding: 0.8rem;
  text-align: center;
  font-size: 0.68rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
  cursor: default;
}
.matcher-step-lbl.done {
  color: var(--green);
}
.matcher-step-lbl.active {
  color: var(--white);
  border-bottom-color: var(--gold);
}

.matcher-q-wrap {
  min-height: 200px;
  position: relative;
}
.matcher-question {
  display: none;
  animation: qFadeIn 0.4s ease;
}
.matcher-question.active {
  display: block;
}
@keyframes qFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.matcher-q-title {
  font-family: "dana", serif;
  font-size: 1.5rem;
  color: var(--white);
  margin-bottom: 0.4rem;
}
.matcher-q-sub {
  font-size: 0.85rem;
  color: var(--white);
  margin-bottom: 2rem;
}

.matcher-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 2rem;
}
.matcher-opt {
  padding: 1.3rem 1rem;
  text-align: center;
  border: 1.5px solid var(--gold);
  border-radius: 2px;
  cursor: none;
  transition: all 0.3s;
  position: relative;
  border-radius: 4px;
}
.matcher-opt:hover {
  border-color: rgba(74, 124, 104, 0.4);
  box-shadow: 0 8px 25px rgba(253, 253, 253, 0.07);
  transform: translateY(-2px);
}
.matcher-opt.selected {
  border-color: var(--white);
  background: var(--gold);
  box-shadow: 0 0 0 3px var(--green-sh);
}
.matcher-opt-icon {
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.matcher-opt-lbl {
  font-size: 0.82rem;
  color: var(--gold);
  font-weight: 600;
}
.matcher-opt-sub {
  font-size: 0.72rem;
  color: var(--muted);
  margin-top: 0.2rem;
}

/* slider question */
.matcher-slider-wrap {
  padding: 0.5rem 0 1.5rem;
}
.matcher-slider {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  height: 2px;
  background: rgba(214, 213, 213, 0.784);
  outline: none;
  border-radius: 2px;
}
.matcher-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--black);
  cursor: none;
  box-shadow: 0 0 0 4px var(--green-sh);
  transition: box-shadow 0.2s;
}
.matcher-slider::-webkit-slider-thumb:hover {
  box-shadow: 0 0 0 6px rgba(74, 124, 104, 0.25);
}
.matcher-slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.72rem;
  color: var(--muted);
  margin-top: 0.8rem;
}
.matcher-slider-val {
  text-align: center;
  margin-top: 1rem;
  font-family: "dana", serif;
  font-size: 2rem;
  color: var(--gold);
}
.matcher-slider-val span {
  font-size: 1rem;
  color: var(--gold);
}

/* nav buttons */
.matcher-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}
.matcher-btn-prev {
  padding: 0.8rem 2rem;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: var(--muted);
  font-size: 0.8rem;
  letter-spacing: 1.5px;
  cursor: none;
  transition: all 0.3s;
  text-transform: uppercase;
}
.matcher-btn-prev:hover {
  color: var(--black);
  border-color: var(--black);
}
.matcher-btn-next {
  padding: 0.8rem 2.5rem;
  background: var(--gold);
  border: none;
  color: var(--dark);
  font-size: 0.8rem;
  letter-spacing: 1.5px;
  cursor: none;
  transition: all 0.3s;
  text-transform: uppercase;
}
.matcher-btn-next:hover {
  background: var(--charcoal);
  box-shadow: 0 8px 25px var(--green-sh);
}
.matcher-progress-dots {
  display: flex;
  gap: 0.4rem;
}
.matcher-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
  transition: background 0.3s;
}
.matcher-dot.active {
  background: var(--black);
}

/* Result card */
.matcher-result {
  display: none;
  animation: qFadeIn 0.5s ease;
}
.matcher-result.show {
  display: block;
}
.result-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(74, 124, 104, 0.1);
  border: 1px solid rgba(74, 124, 104, 0.25);
  color: var(--green);
  padding: 0.4rem 1rem;
  font-size: 0.7rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.result-package-name {
  font-family: "dana", serif;
  font-size: 2.5rem;
  color: var(--white);
  margin-bottom: 0.5rem;
}
.result-desc {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.85;
  margin-bottom: 2rem;
}
.result-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin-bottom: 2.5rem;
}
.result-feat {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.85rem;
  color: var(--gold);
}
.result-feat::before {
  content: "◆";
  color: var(--green);
  font-size: 0.5rem;
  flex-shrink: 0;
}
.result-cta {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.result-price {
  font-family: "dana", serif;
  font-size: 2rem;
  color: var(--gold);
}
.result-price small {
  font-size: 0.9rem;
  color: var(--white);
}

/* matcher bot wave */
.matcher-bot-wave {
  background: var(--cream);
  line-height: 0;
}
.matcher-bot-wave svg {
  display: block;
  width: 100%;
}

/* ══════════════════════════════════════
   PHOTO WEATHER WIDGET
══════════════════════════════════════ */
.weather-wrap {
  background: #060608;
  position: relative;
  overflow: hidden;
}
.weather-top-wave {
  background: var(--cream);
  line-height: 0;
}
.weather-top-wave svg {
  display: block;
  width: 100%;
}

.weather-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 7rem 2rem 6rem;
}
.weather-header {
  text-align: center;
  margin-bottom: 4rem;
}
.weather-header .section-title-dark {
  margin-bottom: 0.5rem;
}

.weather-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 4rem;
  align-items: start;
  z-index: 2;
}

/* calendar */
.weather-cal {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 2px;
  padding: 2rem;
}
.weather-cal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.weather-cal-month {
  font-family: "dana", serif;
  font-size: 1.3rem;
  color: var(--white);
}
.weather-cal-nav {
  display: flex;
  gap: 0.5rem;
}
.wcn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  cursor: none;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wcn:hover {
  border-color: var(--green);
  color: var(--white);
}

.weather-cal-days-hdr {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  margin-bottom: 0.5rem;
}
.weather-cal-days-hdr span {
  font-size: 0.62rem;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: 1px;
  padding: 0.4rem 0;
}
.weather-cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3px;
}
.wc-day {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-size: 0.78rem;
  cursor: none;
  transition: all 0.25s;
  position: relative;
  gap: 2px;
}
.wc-day.empty {
  pointer-events: none;
}
.wc-day.best {
  background: rgba(74, 124, 104, 0.2);
  color: var(--white);
}
.wc-day.best:hover {
  background: rgba(74, 124, 104, 0.4);
  box-shadow: 0 0 14px var(--green-sh);
}
.wc-day.good {
  color: rgba(255, 255, 255, 0.55);
}
.wc-day.good:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
}
.wc-day.poor {
  color: rgba(255, 255, 255, 0.2);
}
.wc-day.selected {
  background: var(--green) !important;
  color: var(--white);
  box-shadow: 0 0 20px var(--green-sh);
}
.wc-day-num {
  line-height: 1;
}
.wc-day-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.wc-day.best .wc-day-dot {
  background: var(--green-lg);
}
.wc-day.good .wc-day-dot {
  background: rgba(255, 255, 255, 0.3);
}
.wc-day.poor .wc-day-dot {
  display: none;
}

/* weather legend */
.weather-legend {
  display: flex;
  gap: 1.5rem;
  margin-top: 1.2rem;
  flex-wrap: wrap;
}
.wl-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.35);
  letter-spacing: 1px;
}
.wl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.wl-dot.best {
  background: var(--green-lg);
}
.wl-dot.good {
  background: rgba(255, 255, 255, 0.3);
}
.wl-dot.poor {
  background: rgba(255, 255, 255, 0.1);
}

/* day detail panel */
.weather-detail {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.weather-selected-date {
  font-family: "dana", serif;
  font-size: 1.6rem;
  color: var(--white);
}
.weather-score-bar {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.wsb-lbl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.7rem;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.35);
  text-transform: uppercase;
}
.wsb-track {
  height: 3px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  overflow: hidden;
}
.wsb-fill {
  height: 100%;
  border-radius: 2px;
  background: linear-gradient(to right, var(--green), var(--green-lg));
  transition: width 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.weather-conditions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.wc-stat {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 2px;
  padding: 1.2rem;
  transition: border-color 0.3s;
}
.wc-stat:hover {
  border-color: rgba(74, 124, 104, 0.3);
}
.wc-stat-icon {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}
.wc-stat-val {
  font-family: "dana", serif;
  font-size: 1.5rem;
  color: var(--white);
}
.wc-stat-lbl {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 1.5px;
  margin-top: 0.2rem;
  text-transform: uppercase;
}

.weather-tip {
  background: rgba(74, 124, 104, 0.08);
  border: 1px solid rgba(74, 124, 104, 0.2);
  border-radius: 2px;
  padding: 1.5rem;
}
.weather-tip-head {
  font-size: 0.68rem;
  letter-spacing: 3px;
  color: var(--green-lg);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.weather-tip-body {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.8;
}

.weather-bot-wave {
  background: #060608;
  line-height: 0;
}
.weather-bot-wave svg {
  display: block;
  width: 100%;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  /* existing */
  .venue-intro-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .venues-grid {
    grid-template-columns: 1fr 1fr;
    z-index: 2;
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gi.wide {
    grid-column: span 1;
  }
  .services-top {
    grid-template-columns: 1fr;
  }
  .services-grid {
    grid-template-columns: 1fr 1fr;
    z-index: 2;
  }
  .testi-grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
    z-index: 2;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    z-index: 2;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .stats-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  /* virtual tour */
  .vtour-viewport {
    height: 52vw;
    min-height: 300px;
  }
  .vtour-info {
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
  }
  /* story */
  .story-item {
    grid-template-columns: 1fr 50px 1fr;
  }
  .story-item-img {
    height: 260px;
  }
  /* matcher */
  .matcher-options {
    grid-template-columns: 1fr 1fr;
  }
  /* weather */
  .weather-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media (max-width: 768px) {
  /* ── Cursor off on touch ── */
  #cur-ring,
  #cur-dot {
    display: none !important;
  }
  body {
    cursor: auto !important;
  }
  a,
  button,
  [role="button"],
  .venue-card,
  .gi,
  .svc-card,
  .vtour-ctrl-btn,
  .wcn,
  .wc-day,
  .gal-tab,
  .vtour-scene-btn,
  .matcher-opt,
  .matcher-btn-next,
  .matcher-btn-prev,
  .gal-film-item,
  .studio-lb-prev,
  .studio-lb-next,
  .studio-lb-close {
    cursor: pointer !important;
  }

  /* ── Layout base ── */
  header {
    padding: 0.9rem 1rem;
  }
  nav {
    display: none;
  }
  .hero-title {
    font-size: 2.2rem;
    line-height: 1.15;
  }
  .hero-sub {
    font-size: 0.88rem;
    padding: 0 0.5rem;
  }
  .hero-btns {
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
  }
  .btn-dark,
  .btn-ghost {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }
  .venues-grid {
    grid-template-columns: 1fr;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
  .footer-top {
    grid-template-columns: 1fr;
  }
  .section-title,
  .section-title-dark {
    font-size: 1.65rem;
    line-height: 1.2;
  }
  .arabesque-title {
    padding: 0 1rem;
  }
  .arabesque-title::before,
  .arabesque-title::after {
    width: 1rem;
  }
  .section-sub {
    font-size: 0.85rem;
  }

  /* ── Section padding ── */
  .venue-intro-wrap {
    padding: 3.5rem 1rem;
  }
  .venues-header {
    padding: 3.5rem 1rem 2rem;
  }
  .venues-grid {
    padding: 0 1rem 3rem;
  }
  .services-inner {
    padding: 3.5rem 1rem 0;
  }
  .services-wrap {
    padding-bottom: 3.5rem;
  }
  .testi-inner {
    padding: 3.5rem 1rem 4rem;
  }
  .pricing-wrap {
    padding: 3.5rem 1rem;
  }
  .contact-inner {
    padding: 3rem 1rem 4rem;
  }
  footer {
    padding: 3.5rem 1rem 2rem;
  }

  .vtour-info {
    grid-template-columns: 1fr;
  }
  /* ── Stats ── */
  .stats-strip {
    padding: 1.8rem 1rem;
  }
  .stats-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
  .stat-num {
    font-size: 1.9rem;
  }
  .stat-lbl {
    font-size: 0.62rem;
  }

  /* ── Venue img frame ── */
  .venue-img-frame {
    height: 260px;
    box-shadow: 8px 8px 0 rgba(74, 124, 104, 0.1);
  }

  /* ── Gallery ── */
  .gallery-header {
    padding: 3.5rem 1rem 1.5rem;
  }
  .gal-title {
    font-size: 1.7rem;
  }
  .gal-sub {
    font-size: 0.8rem;
  }
  .gal-tabs {
    gap: 0;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 1.5rem 1rem 1rem;
    -webkit-overflow-scrolling: touch;
  }
  .gal-tab {
    padding: 0.6rem 1rem;
    font-size: 0.62rem;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .gal-stage {
    padding: 0 1rem 1rem;
  }
  .gal-filmstrip-label {
    font-size: 0.55rem;
    letter-spacing: 3px;
  }
  .gal-film-item img {
    height: 200px;
  }
  .gal-masonry {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 0.6rem;
  }
  .gal-m-item.big {
    grid-column: span 2;
    height: 200px;
    grid-row: span 1;
  }
  .gal-m-item {
    height: 140px;
  }
  .gal-scroll-track {
    padding: 1rem 0 2rem;
  }
  .studio-lb-inner {
    max-width: 96vw;
  }
  .studio-lb-img {
    max-width: 92vw;
    max-height: 65vh;
  }
  .studio-lb-prev {
    right: 0.4rem;
    top: auto;
    bottom: 9rem;
    transform: none;
    width: 34px;
    height: 34px;
  }
  .studio-lb-next {
    left: 0.4rem;
    top: auto;
    bottom: 9rem;
    transform: none;
    width: 34px;
    height: 34px;
  }
  .studio-lb-thumbs {
    gap: 0.35rem;
  }
  .studio-lb-thumb {
    width: 44px;
    height: 32px;
  }

  /* ════════════════════════════
     VIRTUAL TOUR — mobile
  ════════════════════════════ */
  .vtour-header {
    padding: 3.5rem 1rem 1.5rem;
  }
  .vtour-title {
    font-size: 1.65rem;
    line-height: 1.2;
  }
  .vtour-sub {
    font-size: 0.8rem;
    padding: 0 0.5rem;
  }
  .vtour-kicker {
    font-size: 0.6rem;
    letter-spacing: 5px;
  }
  .vtour-scenes {
    gap: 0.4rem;
    padding: 0 1rem 1.2rem;
    overflow-x: auto;
    justify-content: flex-start;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .vtour-scenes::-webkit-scrollbar {
    display: none;
  }
  .vtour-scene-btn {
    padding: 0.5rem 0.9rem;
    font-size: 0.6rem;
    flex-shrink: 0;
  }
  .vtour-viewport {
    height: 58vw;
    min-height: 240px;
    max-height: 360px;
  }
  .vtour-canvas {
    transition: opacity 0.3s;
  }
  .vtour-drag-hint {
    display: none;
  }
  .vtour-hud {
    bottom: 0.8rem;
    right: 0.8rem;
    gap: 0.3rem;
  }
  .vtour-compass {
    width: 36px;
    height: 36px;
  }
  .vtour-compass-needle {
    height: 14px;
  }
  .vtour-angle-lbl {
    font-size: 0.55rem;
  }
  .vtour-minimap {
    width: 64px;
    height: 40px;
    bottom: 0.8rem;
    left: 0.8rem;
  }
  .vtour-controls {
    left: 0.8rem;
    gap: 0.3rem;
  }
  .vtour-ctrl-btn {
    width: 30px;
    height: 30px;
    font-size: 0.7rem;
  }
  .vtour-hotspot {
    display: none;
  }
  .vtour-info {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding: 1.2rem 1rem 3.5rem;
  }
  .vtour-info-card {
    padding: 1.2rem 1rem;
  }
  .vtour-info-num {
    font-size: 1.6rem;
  }
  .vtour-info-lbl {
    font-size: 0.62rem;
  }
  .vtour-info-desc {
    font-size: 0.8rem;
  }

  /* ════════════════════════════
     STORY TIMELINE — mobile
  ════════════════════════════ */
  .story-inner {
    padding: 3.5rem 1rem;
  }
  .story-header {
    margin-bottom: 2.5rem;
  }
  .story-timeline::before {
    display: none;
  }
  .story-item {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    margin-bottom: 3rem;
  }
  /* force all items same order */
  .story-item-img,
  .story-item.right .story-item-img {
    order: 1 !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }
  .story-node,
  .story-item.right .story-node {
    order: 2 !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }
  .story-text,
  .story-item.right .story-text {
    order: 3 !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .story-item-img {
    height: 210px;
    width: 100%;
    opacity: 1 !important;
    transform: none !important;
    border-radius: 2px;
    overflow: hidden;
  }
  .story-item.visible .story-item-img {
    opacity: 1 !important;
    transform: none !important;
  }
  .story-node {
    flex-direction: row;
    align-items: center;
    padding: 0.9rem 0;
    gap: 0.8rem;
    border-bottom: 1px solid rgba(74, 124, 104, 0.15);
    margin-bottom: 0.9rem;
    width: 100%;
  }
  .story-node-circle {
    width: 34px;
    height: 34px;
    font-size: 0.8rem;
    flex-shrink: 0;
  }
  .story-node-year {
    font-size: 0.6rem;
  }
  .story-text {
    padding: 0 !important;
    opacity: 1 !important;
    transform: none !important;
    text-align: right !important;
  }
  .story-item.visible .story-text {
    opacity: 1 !important;
    transform: none !important;
  }
  .story-step {
    font-size: 0.6rem;
  }
  .story-title {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
  }
  .story-desc {
    font-size: 0.82rem;
    line-height: 1.75;
  }
  .story-tag {
    font-size: 0.65rem;
  }

  /* ════════════════════════════
     PACKAGE MATCHER — mobile
  ════════════════════════════ */
  .matcher-inner {
    padding: 3.5rem 1rem;
  }
  .matcher-header {
    margin-bottom: 2.5rem;
  }
  .matcher-card {
    padding: 1.5rem 1rem;
  }
  .matcher-steps {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  }
  .matcher-steps::-webkit-scrollbar {
    display: none;
  }
  .matcher-step-lbl {
    font-size: 0.58rem;
    padding: 0.65rem 0.8rem;
    white-space: nowrap;
    letter-spacing: 1px;
  }
  .matcher-q-wrap {
    min-height: 160px;
  }
  .matcher-q-title {
    font-size: 1.15rem;
    margin-bottom: 0.3rem;
  }
  .matcher-q-sub {
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
  }
  .matcher-options {
    grid-template-columns: 1fr !important;
    gap: 0.7rem;
    margin-bottom: 1.5rem;
  }
  .matcher-opt {
    padding: 0.9rem 1rem;
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 1rem;
    text-align: right;
  }
  .matcher-opt-icon {
    font-size: 1.4rem;
    flex-shrink: 0;
  }
  .matcher-opt-lbl {
    font-size: 0.85rem;
  }
  .matcher-opt-sub {
    font-size: 0.72rem;
  }
  .matcher-slider-val {
    font-size: 1.6rem;
  }
  .matcher-progress-dots {
    gap: 0.35rem;
  }
  .matcher-dot {
    width: 5px;
    height: 5px;
  }
  .matcher-btn-next,
  .matcher-btn-prev {
    padding: 0.75rem 1.2rem;
    font-size: 0.72rem;
  }
  .matcher-nav {
    margin-top: 1.2rem;
    padding-top: 1.2rem;
  }
  .result-badge {
    font-size: 0.62rem;
  }
  .result-package-name {
    font-size: 1.6rem;
  }
  .result-desc {
    font-size: 0.84rem;
  }
  .result-features {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .result-feat {
    font-size: 0.82rem;
  }
  .result-cta {
    flex-direction: column;
    align-items: stretch;
    gap: 0.8rem;
  }
  .result-price {
    font-size: 1.7rem;
  }

  /* ════════════════════════════
     WEATHER — mobile
  ════════════════════════════ */
  .weather-inner {
    padding: 3.5rem 1rem 4rem;
  }
  .weather-header {
    margin-bottom: 2.5rem;
  }
  .weather-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .weather-cal {
    padding: 1.2rem 0.8rem;
  }
  .weather-cal-header {
    margin-bottom: 1.2rem;
  }
  .weather-cal-month {
    font-size: 1.1rem;
  }
  .wcn {
    width: 28px;
    height: 28px;
    font-size: 0.75rem;
  }
  .weather-cal-days-hdr span {
    font-size: 0.6rem;
    padding: 0.3rem 0;
  }
  .weather-cal-grid {
    gap: 2px;
  }
  .wc-day {
    font-size: 0.68rem;
    border-radius: 2px;
  }
  .wc-day-num {
    font-size: 0.68rem;
  }
  .wc-day-dot {
    width: 3px;
    height: 3px;
  }
  .weather-legend {
    gap: 1rem;
    margin-top: 1rem;
  }
  .wl-item {
    font-size: 0.62rem;
  }
  .weather-detail {
    gap: 1rem;
  }
  .weather-selected-date {
    font-size: 1.25rem;
  }
  .weather-score-bar {
    gap: 0.4rem;
  }
  .wsb-lbl {
    font-size: 0.65rem;
  }
  .weather-conditions {
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
  }
  .wc-stat {
    padding: 0.9rem;
  }
  .wc-stat-icon {
    font-size: 1.2rem;
  }
  .wc-stat-val {
    font-size: 1.1rem;
  }
  .wc-stat-lbl {
    font-size: 0.6rem;
  }
  .weather-tip {
    padding: 1.2rem;
  }
  .weather-tip-head {
    font-size: 0.62rem;
  }
  .weather-tip-body {
    font-size: 0.8rem;
    line-height: 1.75;
  }

  /* ── Pricing / Contact ── */
  .pricing-grid {
    max-width: 100%;
  }
  .p-card {
    padding: 2rem 1.2rem;
  }
  .contact-form-box {
    padding: 1.8rem 1rem;
  }
  .testi-grid {
    max-width: 100%;
  }
}

/* ── Extra small < 400px ── */
@media (max-width: 400px) {
  .hero-title {
    font-size: 1.9rem;
  }
  .intro-logo {
    font-size: clamp(3rem, 18vw, 5rem);
    letter-spacing: 8px;
  }
  .stats-inner {
    gap: 1rem;
  }
  .stat-num {
    font-size: 1.7rem;
  }
  .gal-m-item.big {
    height: 170px;
  }
  .gal-m-item {
    height: 120px;
  }
  .gal-film-item img {
    height: 170px;
  }
  .vtour-viewport {
    height: 62vw;
    min-height: 210px;
  }
  .story-item-img {
    height: 175px;
  }
  .weather-cal-days-hdr span,
  .wc-day {
    font-size: 0.6rem;
  }
  .matcher-card {
    padding: 1.2rem 0.9rem;
  }
  .vtour-info-card {
    padding: 1rem 0.8rem;
  }
}
