/* ============================================================
   ADROITELLA ART AND DESIGN — style.css
   adroitelladesign.art
   ============================================================ */

:root {
  --teal: #2ecfc4;
  --pink: #e91e8c;
  --gold: #c9a84c;
  --black: #0a0a0a;
  --black-mid: #111111;
  --black-soft: #1a1a1a;
  --white: #f5f0eb;
  --gray: #cccccc;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--black);
  color: var(--white);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 18px; /* base bumped up */
  overflow-x: hidden;
}

.cursor-glow {
  position: fixed;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(46,207,196,0.18), transparent 70%);
  z-index: 50;
  transform: translate(-50%, -50%);
  mix-blend-mode: screen;
  opacity: 0.9;
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* ── NAV ─────────────────────────────────────────────────── */
nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(10,10,10,0.97);
  border-bottom: 1px solid rgba(201,168,76,0.3);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 40px; height: 68px;
  backdrop-filter: blur(10px);
}
.nav-logo {
  font-family: 'Cinzel Decorative', cursive;
  font-size: 1.35rem; color: var(--teal); text-decoration: none;
}
.nav-logo-text { color: var(--teal);} /*Adroitella */
.nav-logo-pink {color: var(--pink);} /*Art & Design */
.nav-links { display: flex; gap: 24px; list-style: none; align-items: center; }
.nav-links a {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.0rem; /* up from 0.70 */
  font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gray); text-decoration: none; transition: color 0.2s;
}
.nav-links a:hover { color: var(--gold); }
.nav-cta {
  background: var(--pink) !important; color: white !important;
  padding: 8px 18px; border-radius: 2px;
}
.nav-cta:hover { background: var(--teal) !important; color: var(--black) !important; }
.nav-social-icons { display: flex; gap: 14px; align-items: center; }
.nav-social-icons a {
  color: rgba(245,240,235,0.45);
  font-size: 1rem; /* up from 0.85 */
  transition: color 0.2s;
}
.nav-social-icons a:hover { color: var(--gold); }

/* ── HERO PREMIUM ────────────────────────────────────────── */
.hero {
  min-height: 92vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 40px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(ellipse at 50% 60%, #1a1a2e 0%, var(--black) 70%);
}

.hero-bg-art {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  opacity: 0.22;
  pointer-events: none;
  animation: heroFloat 14s ease-in-out infinite;
}

.hero-bg-art img {
  width: min(1500px, 96vw);
  max-width: 96vw;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%) contrast(115%) brightness(0.95) blur(0.2px);
  transform: scale(1.02);

  -webkit-mask-image: radial-gradient(
    ellipse at center,
    rgba(0,0,0,1) 48%,
    rgba(0,0,0,0.92) 60%,
    rgba(0,0,0,0.65) 74%,
    rgba(0,0,0,0.3) 86%,
    rgba(0,0,0,0) 100%
  );
  mask-image: radial-gradient(
    ellipse at center,
    rgba(0,0,0,1) 48%,
    rgba(0,0,0,0.92) 60%,
    rgba(0,0,0,0.65) 74%,
    rgba(0,0,0,0.3) 86%,
    rgba(0,0,0,0) 100%
  );
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(46,207,196,0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(233,30,140,0.08) 0%, transparent 50%),
    linear-gradient(to bottom, rgba(0,0,0,0.25), rgba(0,0,0,0.45));
  z-index: 1;
}

.hero-content,
.hero-eyebrow,
.hero-title,
.hero-subtitle,
.hero-tagline,
.hero-buttons,
.hero-scroll {
  position: relative;
  z-index: 2;
}

.hero-title,
.hero-subtitle,
.hero-tagline,
.hero-buttons {
  transition: transform 0.25s ease, opacity 0.25s ease;
}

@keyframes heroFloat {
  0%, 100% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.015);
  }
}

.hero-eyebrow {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.82rem; /* up from 0.70 */
  font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 24px;
  animation: fadeUp 0.8s ease both;
}
.hero-title {
  font-family: 'Cinzel Decorative', cursive;
  font-size: clamp(2.8rem, 7vw, 6rem);
  font-weight: 900; line-height: 1.1; color: var(--teal);
  margin-bottom: 12px; animation: fadeUp 0.9s ease 0.1s both;
}
.hero-subtitle {
  font-family: 'Cinzel Decorative', cursive;
  font-size: clamp(1rem, 2.5vw, 1.8rem);
  color: var(--pink); margin-bottom: 28px;
  animation: fadeUp 1s ease 0.2s both;
}
.hero-tagline {
  font-size: clamp(1.2rem, 2vw, 1.55rem); /* up from 1.1/1.4 */
  font-style: italic; color: rgba(245,240,235,0.75);
  max-width: 600px; line-height: 1.7; margin-bottom: 48px;
  animation: fadeUp 1.1s ease 0.3s both;
}
.hero-buttons {
  display: flex; gap: 20px; flex-wrap: wrap; justify-content: center;
  animation: fadeUp 1.2s ease 0.4s both;
}
.hero-social {
  display: flex; gap: 20px; margin-top: 40px;
  animation: fadeUp 1.3s ease 0.5s both;
}
.hero-social a {
  color: rgba(245,240,235,0.45); font-size: 1.3rem;
  transition: all 0.2s;
}
.hero-social a:hover { color: var(--gold); transform: translateY(-3px); }
.hero-scroll {
  position: absolute; bottom: 32px; left: 50%;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
}
.hero-scroll span {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.72rem; /* up from 0.60 */
  letter-spacing: 0.3em; color: rgba(201,168,76,0.5); text-transform: uppercase;
}
.scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  animation: scroll-pulse 2s ease infinite;
}
@keyframes scroll-pulse { 0%, 100% { opacity: 0.3; } 50% { opacity: 1; } }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── BUTTONS ─────────────────────────────────────────────── */
.btn-primary {
  background: var(--pink);
  color: white;
  padding: 16px 40px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.28), transparent);
  transform: translateX(-100%);
  transition: transform 0.45s ease;
}

.btn-primary:hover {
  background: var(--teal);
  color: var(--black);
  transform: translateY(-2px);
}

.btn-primary:hover::after {
  transform: translateX(100%);
}

.btn-secondary {
  background: var(--gold);
  color: var(--black);
  padding: 16px 40px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  display: inline-block;
  box-shadow: 0 4px 18px rgba(201,168,76,0.25);
}

.btn-secondary:hover {
  background: var(--teal);
  color: var(--black);
  transform: translateY(-2px);
}
.btn-review {
  background: var(--gold);
  color: var(--black);
  padding: 14px 32px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.25s ease;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}

.btn-review i {
  font-size: 1rem;
}

.btn-review:hover {
  background: var(--teal);
  color: var(--black);
  transform: translateY(-2px);
}

/* ── SHARED SECTION ──────────────────────────────────────── */
section { padding: 100px 40px; }

.section-label {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.76rem; /* up from 0.65 */
  font-weight: 700; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px;
}
.section-title {
  font-family: 'Cinzel Decorative', cursive;
  font-size: clamp(1.7rem, 3.5vw, 2.7rem);
  color: var(--teal); margin-bottom: 16px; line-height: 1.2;
}
.section-title span { color: var(--pink); }
.section-intro {
  font-size: 1.2rem; /* up from 1.1 */
  font-style: italic; color: rgba(245,240,235,0.7); /* slightly brighter */
  max-width: 600px; line-height: 1.85; margin-bottom: 52px;
}
.gold-rule {
  width: 60px; height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  margin-bottom: 24px;
}

/* ── SERVICES ────────────────────────────────────────────── */
#services { background: var(--black-mid); }
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2px;
}
.service-card {
  background: var(--black-soft); padding: 44px 32px;
  position: relative; overflow: hidden; transition: transform 0.3s;
}
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--teal), var(--pink));
  transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease;
}
.service-card:hover { transform: translateY(-4px); }
.service-card:hover::before { transform: scaleX(1); }
.service-icon { font-size: 1.9rem; margin-bottom: 18px; }
.service-card h3 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.86rem; /* up from 0.80 */
  font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 12px;
}
.service-card p {
  font-size: 1.08rem; /* up from 1.00 */
  color: rgba(245,240,235,0.65); line-height: 1.75; margin-bottom: 16px;
}
.service-price {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.84rem; /* up from 0.75 */
  color: var(--gold); letter-spacing: 0.1em;
}
.service-link {
  display: inline-block; margin-top: 18px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.76rem; /* up from 0.68 */
  font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--pink); text-decoration: none;
  border-bottom: 1px solid var(--pink); padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.service-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}

.service-link.secondary {
  color: var(--teal);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.gallery-card {
  background: var(--black-soft);
  border: 1px solid rgba(201,168,76,0.15);
  overflow: hidden;
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top;
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.gallery-cta-bar {
  text-align: center;
  padding: 60px 24px;
}

.gallery-cta-bar p {
  margin-bottom: 24px;
}

.gallery-cta-bar .btn-primary {
  display: inline-block;
  margin-top: 8px;
}
.service-link:hover { color: var(--gold); border-color: var(--gold); }

/* ── PORTRAITS ───────────────────────────────────────────── */
#portraits { background: var(--black); }
.portrait-tabs {
  display: flex; margin-bottom: 32px;
  border-bottom: 1px solid rgba(201,168,76,0.2);
}
.tab-btn {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.82rem; /* up from 0.75 */
  font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gray); background: none; border: none;
  padding: 14px 32px; cursor: pointer;
  border-bottom: 2px solid transparent; margin-bottom: -1px;
  transition: all 0.2s;
}
.tab-btn.active { color: var(--teal); border-bottom-color: var(--teal); }
.tab-btn:hover:not(.active) { color: var(--gold); }
.portrait-table { width: 100%; border-collapse: collapse; display: none; }
.portrait-table.active { display: table; }
.portrait-table th {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.76rem; /* up from 0.68 */
  font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); padding: 16px 24px; text-align: left;
  border-bottom: 1px solid rgba(201,168,76,0.3);
}
.portrait-table td {
  padding: 16px 24px;
  font-size: 1.50rem; /* up from 1.05 */
  color: rgba(245,240,235,0.85); /* slightly brighter */
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.portrait-table tr:hover td { background: rgba(46,207,196,0.04); }
.portrait-table td:last-child { color: var(--pink); font-weight: 800; }

/* ── SHOP ────────────────────────────────────────────────── */
#shop { background: var(--black-mid); }
.shop-categories { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 44px; }
.cat-btn {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.76rem; /* up from 0.68 */
  font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase;
  background: transparent; border: 1px solid rgba(201,168,76,0.3);
  color: var(--gray); padding: 11px 24px; cursor: pointer; transition: all 0.2s;
}
.cat-btn.active, .cat-btn:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }
.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 40px;
}
.shop-item { background: var(--black-soft); overflow: hidden; transition: transform 0.3s; }
.shop-item:hover { transform: translateY(-6px); }
.shop-item-img {
  width: 100%; aspect-ratio: 1;
  background: linear-gradient(135deg, #1a2a2a, #2a1a2a);
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem; position: relative;
}
.shop-item-img {
  width: 100%;
  aspect-ratio: 1;
  background: linear-gradient(135deg, #1a2a2a, #2a1a2a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  position: relative;
  overflow: hidden;
}

.shop-item-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.shop-item-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

  /* 🎯 BALANCED LOOK */
  filter: brightness(0.85) contrast(1.05) saturate(0.92);
  opacity: 0.95;

  transition: transform 0.35s ease, filter 0.35s ease;
}

.shop-item-img::after {
  content: "";
  position: absolute;
  inset: 0;

  /* ✨ softer, less muddy overlay */
  background:
    linear-gradient(to bottom, rgba(0,0,0,0.12), rgba(0,0,0,0.28));

  pointer-events: none;
  z-index: 1;
}

.shop-item:hover .shop-item-img img {
  transform: scale(1.03);

  /* ✨ bring it to life on hover */
  filter: brightness(1) contrast(1.1) saturate(1);
}

.shop-badge {
  z-index: 2;
}

.shop-badge {
  position: absolute; top: 12px; right: 12px;
  background: var(--pink); color: white;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.68rem; /* up from 0.60 */
  font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 5px 12px;
}
.shop-item-info { padding: 20px 20px 24px; }
.shop-item-info h4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.84rem; /* up from 0.78 */
  font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--white); margin-bottom: 8px;
}
.shop-item-info p {
  font-size: 1.02rem; /* up from 0.95 */
  color: rgba(245,240,235,0.6); margin-bottom: 16px; line-height: 1.6;
}
.shop-item-footer { display: flex; align-items: center; justify-content: space-between; }
.shop-price {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.08rem; /* up from 1.00 */
  font-weight: 700; color: var(--gold);
}
.shop-buy-btn {
  background: var(--pink);
  color: white;
  border: none;

  width: 170px;            /* makes all buttons same width */
  padding: 10px 0;         /* keeps text centered nicely */

  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.70rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s;

  margin-left: 20px;       /* creates space from the price */
}
.shop-buy-btn:hover { background: var(--teal); color: var(--black); }
/* Fix for category buttons now being links */
.shop-categories .cat-btn {
  display: inline-block;
  text-decoration: none;
}

/* ── PAYPAL MODAL ────────────────────────────────────────── */
#paypal-modal {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,0.85); z-index: 999;
  align-items: center; justify-content: center;
}
#paypal-modal.open { display: flex; }
.paypal-modal-inner {
  background: var(--black-soft);
  border: 1px solid rgba(201,168,76,0.3);
  padding: 40px; max-width: 480px; width: 90%; position: relative;
}
.paypal-modal-inner h3 {
  font-family: 'Cinzel Decorative', cursive;
  color: var(--teal); margin-bottom: 8px; font-size: 1.3rem;
}
.paypal-modal-inner p {
  font-size: 1.02rem; /* up from 0.95 */
  color: rgba(245,240,235,0.6); margin-bottom: 24px; line-height: 1.7;
}
.paypal-close {
  position: absolute; top: 16px; right: 20px;
  background: none; border: none; color: var(--gray);
  font-size: 1.5rem; cursor: pointer;
}
#result-message {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.9rem; /* up from 0.80 */
  color: var(--teal); margin-top: 16px; text-align: center;
}

/* ── BOOKING ─────────────────────────────────────────────── */
#booking { background: var(--black); text-align: center; }
.booking-inner { max-width: 700px; margin: 0 auto; }
.booking-steps {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 40px; margin: 56px 0;
}
.booking-step { text-align: center; }
.step-num {
  width: 60px; height: 60px;
  border: 1px solid var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Cinzel Decorative', cursive;
  font-size: 1.3rem; color: var(--gold); margin: 0 auto 16px;
}
.booking-step h4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.82rem; /* up from 0.75 */
  font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 10px;
}
.booking-step p {
  font-size: 1.04rem; /* up from 0.95 */
  color: rgba(245,240,235,0.6); line-height: 1.7;
}

/* ── REVIEWS ─────────────────────────────────────────────── */
#reviews { background: var(--black-mid); }
.reviews-header {
  display: flex; align-items: flex-start; justify-content: space-between;
  flex-wrap: wrap; gap: 24px; margin-bottom: 56px;
}
.reviews-header-left .section-intro { margin-bottom: 0; }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px; margin-bottom: 48px;
}
.review-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.02), rgba(0,0,0,0.25));
  border: 1px solid rgba(201,168,76,0.12);
  padding: 28px 24px;
  transition: all 0.35s ease;
  backdrop-filter: blur(4px);
  position: relative;
  overflow: hidden;
}
.review-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.02), rgba(0,0,0,0.25));
  border: 1px solid rgba(201,168,76,0.12);
  padding: 28px 24px;
  transition: all 0.35s ease;
  backdrop-filter: blur(4px);
  position: relative;
  overflow: hidden;
}
.review-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201,168,76,0.3);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}
.review-stars {
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.review-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(245,240,235,0.75);
  margin-bottom: 16px;
}
.review-author {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 8px;
}
.review-source {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.70rem; /* up from 0.62 */
  color: rgba(245,240,235,0.4); margin-top: 4px;
  display: flex; align-items: center; gap: 6px;
}
.reviews-cta {
  text-align: center; padding-top: 40px;
  border-top: 1px solid rgba(201,168,76,0.15);
}
.reviews-cta p {
  font-size: 1.15rem; /* up from 1.1 */
  font-style: italic; color: rgba(245,240,235,0.6); margin-bottom: 20px;
}
.reviews-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}

.reviews-viewport {
  overflow: hidden;
  width: 100%;
}

.reviews-track {
  display: flex;
  transition: transform 0.6s ease;
}

.reviews-track .review-card {
  min-width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
}

.reviews-arrow {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(201,168,76,0.2);
  color: var(--gold);
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.25s ease;
  padding: 10px 14px;
}

.reviews-arrow:hover {
  background: var(--gold);
  color: var(--black);
}
/* ── ABOUT ───────────────────────────────────────────────── */
#about {
  background: var(--black);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.about-visual {
  display: flex;
  justify-content: center;
}
.about-photo {
  display: block;
  width: 100%;
  max-width: 450px;
  height: auto;
  margin: 0 auto;
}
.about-content p {
  font-size: 1.15rem; /* up from 1.1 */
  color: rgba(245,240,235,0.75); line-height: 1.95; margin-bottom: 18px;
}
.about-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; margin-top: 40px; padding-top: 40px;
  border-top: 1px solid rgba(201,168,76,0.2);
}
.stat-num {
  font-family: 'Cinzel Decorative', cursive;
  font-size: 1.9rem; color: var(--teal); display: block;
}
.stat-label {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.70rem; /* up from 0.62 */
  letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(245,240,235,0.45);
}

/* ── CONTACT ─────────────────────────────────────────────── */
#contact {
  background: var(--black-mid);
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: start;
}
.contact-info p {
  font-size: 1.12rem; /* up from 1.05 */
  color: rgba(245,240,235,0.7); line-height: 1.85; margin-bottom: 36px;
}
.contact-details { list-style: none; }
.contact-details li {
  display: flex; align-items: center; gap: 16px;
  padding: 16px 0; /* slightly more padding */
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 1.08rem; /* up from 1.00 — this was the main fix */
  color: rgba(245,240,235,0.82); /* brighter */
}
.contact-details li span:first-child {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.72rem; /* up from 0.62 */
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold); width: 80px; flex-shrink: 0;
}
.contact-details a { color: var(--teal); text-decoration: none; }
.contact-details a:hover { color: var(--pink); }
.contact-social { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.social-btn {
  display: flex; align-items: center; gap: 10px;
  background: var(--black-soft);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(245,240,235,0.7); /* brighter */
  text-decoration: none; padding: 13px 18px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.72rem; /* up from 0.65 */
  font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  transition: all 0.2s;
}
.social-btn:hover { border-color: var(--gold); color: var(--gold); }
.social-btn i { font-size: 1.1rem; }
.social-btn.instagram:hover { color: #e91e8c; border-color: #e91e8c; }
.social-btn.facebook:hover { color: #1877f2; border-color: #1877f2; }
.social-btn.tiktok:hover { color: #69c9d0; border-color: #69c9d0; }
.social-btn.linkedin:hover { color: #0a66c2; border-color: #0a66c2; }

/* ── CONTACT FORM ────────────────────────────────────────── */
.contact-form { display: flex; flex-direction: column; gap: 14px; }
.form-group { display: flex; flex-direction: column; gap: 8px; }
.form-group label {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.72rem; /* up from 0.62 */
  font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--gold);
}
.form-group input,
.form-group select,
.form-group textarea {
  background: var(--black-soft);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--white); padding: 14px 16px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.08rem; /* up from 1.00 */
  outline: none; transition: border-color 0.2s; width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--teal); }
.form-group select { appearance: none; cursor: pointer; }
.form-group select option { background: var(--black-soft); }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit {
  background: var(--pink); color: white; border: none;
  padding: 17px 36px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.84rem; /* up from 0.78 */
  font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase;
  cursor: pointer; transition: all 0.2s; align-self: flex-start;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  margin-top: 4px;
}
.form-submit:hover { background: var(--teal); color: var(--black); }

/* ── FOOTER ──────────────────────────────────────────────── */
footer {
  background: var(--black-soft);
  border-top: 1px solid rgba(201,168,76,0.2);
  padding: 48px 40px;
}
.footer-top {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 24px; margin-bottom: 32px;
  padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.05);
}
.footer-brand {
  font-family: 'Cinzel Decorative', cursive;
  font-size: 1.05rem; color: var(--teal);
}
.footer-brand span { color: var(--pink); }
.footer-social { display: flex; gap: 20px; }
.footer-social a {
  color: rgba(245,240,235,0.4); font-size: 1.15rem; transition: all 0.2s;
}
.footer-social a:hover { color: var(--gold); transform: translateY(-2px); }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 16px;
}
.footer-copy {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.70rem; /* up from 0.62 */
  letter-spacing: 0.12em; color: rgba(245,240,235,0.3);
}
.footer-links { display: flex; gap: 24px; list-style: none; }
.footer-links a {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.70rem; /* up from 0.62 */
  letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(245,240,235,0.4); text-decoration: none; transition: color 0.2s;
}
.footer-links a:hover { color: var(--gold); }

/* ── ARTISTIC DIVIDERS ───────────────────────────────────── */

/* 1) Brush divider - replaces glitter bar */
.divider-brush,
.divider-brush-footer {
  width: 100%;
  height: 34px;
  position: relative;
  overflow: hidden;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 120' preserveAspectRatio='none'%3E%3Cpath d='M0 62 C80 40 120 88 200 66 C280 44 340 92 430 62 C520 32 590 86 690 60 C790 34 860 92 960 60 C1060 28 1130 86 1230 58 C1330 30 1410 86 1500 54 C1540 40 1570 46 1600 52 L1600 82 C1560 88 1520 98 1450 92 C1380 86 1310 72 1230 82 C1150 92 1080 106 1000 96 C920 86 850 74 770 86 C690 98 630 104 550 94 C470 84 400 70 320 80 C240 90 170 102 90 94 C45 90 20 84 0 80 Z' fill='%23c9a84c'/%3E%3C/svg%3E")
    center / cover no-repeat;
  opacity: 0.95;
}

.divider-brush::after,
.divider-brush-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(233,30,140,0.10),
    rgba(46,207,196,0.10),
    rgba(201,168,76,0.18),
    rgba(46,207,196,0.10),
    rgba(233,30,140,0.10)
  );
  mix-blend-mode: screen;
  pointer-events: none;
}

.divider-brush-footer {
  opacity: 0.82;
}

/* 2) Sketch divider - best between shop and booking */
.divider-sketch-wrap {
  background: var(--black);
  padding: 8px 24px 0;
}

.divider-sketch {
  width: min(720px, 88%);
  height: 20px;
  margin: 0 auto;
  position: relative;
}

.divider-sketch::before,
.divider-sketch::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  border-top: 2px solid rgba(245,240,235,0.35);
  border-radius: 50%;
}

.divider-sketch::before {
  top: 6px;
  transform: rotate(-0.6deg);
}

.divider-sketch::after {
  top: 10px;
  width: 97%;
  left: 1.5%;
  border-top-color: rgba(201,168,76,0.45);
  transform: rotate(0.5deg);
}

/* 3) Fine line divider - elegant transition into About */
.divider-lineart-wrap {
  background: var(--black);
  padding: 10px 24px 0;
}

.divider-lineart {
  width: min(760px, 90%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
}

.divider-lineart::before,
.divider-lineart::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(201,168,76,0.55),
    transparent
  );
}

.divider-lineart span {
  color: var(--pink);
  font-size: 0.95rem;
  opacity: 0.9;
}

/* Optional spacing tune so dividers feel intentional */
.divider-sketch-wrap + #booking {
  padding-top: 72px;
}

.divider-lineart-wrap + #about {
  padding-top: 72px;
}

@media (max-width: 900px) {
  .divider-brush,
  .divider-brush-footer {
    height: 24px;
  }

  .divider-sketch-wrap,
  .divider-lineart-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* ------------SHOP ACCORDION PAGE ----------------------------------------------------- */
.shop-accordion-page {
  background: var(--black-mid);
  padding-top: 20px;
}

.shop-accordion-item {
  border: 1px solid rgba(201,168,76,0.15);
  background: var(--black-soft);
  margin-bottom: 18px;
  overflow: hidden;
}

.shop-accordion-toggle {
  width: 100%;
  background: transparent;
  border: none;
  color: var(--white);
  padding: 24px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.shop-accordion-toggle:hover {
  color: var(--gold);
}

.shop-accordion-icon {
  font-size: 1.4rem;
  color: var(--pink);
  transition: transform 0.25s ease;
}

.shop-accordion-item.active .shop-accordion-icon {
  transform: rotate(45deg);
}

.shop-accordion-content {
  display: none;
  padding: 0 28px 28px;
}

.shop-accordion-item.active .shop-accordion-content {
  display: block;
}

.shop-accordion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 10px;
}

.shop-gallery-card {
  background: var(--black);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
}

.shop-gallery-img {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--black-mid);
}

.shop-gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.shop-gallery-info {
  padding: 20px;
}

.shop-gallery-info h4 {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 8px;
}

.shop-gallery-info p {
  font-size: 1rem;
  color: rgba(245,240,235,0.65);
  line-height: 1.7;
  margin-bottom: 16px;
}

.shop-gallery-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.shop-gallery-card {
  background: var(--black);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.shop-gallery-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201,168,76,0.28);
  box-shadow: 0 14px 30px rgba(0,0,0,0.35);
}

.shop-gallery-img {
  position: relative;
  cursor: pointer;
}

.shop-gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease, filter 0.35s ease;
}

.shop-gallery-card:hover .shop-gallery-img img {
  transform: scale(1.04);
  filter: brightness(1.03);
}

.shop-gallery-img::after {
  content: "View Larger";
  position: absolute;
  inset: auto 14px 14px auto;
  background: rgba(10,10,10,0.75);
  color: var(--white);
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 10px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.shop-gallery-card:hover .shop-gallery-img::after {
  opacity: 1;
  transform: translateY(0);
}

.shop-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 24px;
  z-index: 9999;
}

.shop-lightbox.open {
  display: flex;
}

.shop-lightbox img {
  max-width: min(92vw, 1100px);
  max-height: 78vh;
  display: block;
  box-shadow: 0 18px 50px rgba(0,0,0,0.45);
}

.shop-lightbox-caption {
  margin-top: 18px;
  color: var(--white);
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-align: center;
}

.shop-lightbox-close {
  position: absolute;
  top: 18px;
  right: 22px;
  background: transparent;
  border: none;
  color: var(--white);
  font-size: 2rem;
  cursor: pointer;
}

/* -- RESPONSIVE CLEANUP ----------------------------------- */

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.nav-logo,
.footer-brand-wrap {
  display: flex;
  align-items: center;
  min-width: 0;
}

.nav-logo-img {
  display: block;
  height: 44px;
  width: auto;
  max-width: 180px;
}

.footer-logo-img {
  display: block;
  height: 40px;
  width: auto;
  max-width: 180px;
}

.about-photo {
  display: block;
  width: 100%;
  max-width: 450px;
  height: auto;
  margin: 0 auto;
}

/* hamburger button */
.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  padding: 0;
  width: 42px;
  height: 42px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  z-index: 130;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--gold);
  transition: 0.25s ease;
}

.mobile-menu {
  display: none;
}

/* large tablets / small laptops */
@media (max-width: 1100px) {
  .nav-links {
    gap: 16px;
  }

  .nav-links a {
    font-size: 0.88rem;
    letter-spacing: 0.11em;
  }

  .shop-grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 28px;
  }

  #about,
  #contact {
    gap: 56px;
  }

  .booking-steps {
    gap: 24px;
  }
}

/* tablets + phones */
@media (max-width: 900px) {
  section {
    padding: 64px 24px;
  }

  nav {
    position: sticky;
    top: 0;
    z-index: 120;
    height: 64px;
    padding: 0 12px;
    gap: 8px;
    overflow: hidden;
  }

  .nav-links,
  .nav-social-icons {
    display: none;
  }

  .menu-toggle {
    display: flex;
    flex: 0 0 42px;
    margin-left: auto;
  }

  .nav-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    max-width: calc(100% - 52px);
    flex: 1 1 auto;
    overflow: hidden;
  }

  .nav-logo-img {
    height: 30px;
    width: auto;
    max-width: 110px;
    flex-shrink: 0;
  }

  .nav-logo-text {
    display: none;
  }

  .mobile-menu {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    background: rgba(10,10,10,0.98);
    border-top: 1px solid rgba(201,168,76,0.2);
    border-bottom: 1px solid rgba(201,168,76,0.2);
    padding: 28px 24px 24px;
    flex-direction: column;
    gap: 16px;
    z-index: 115;
    backdrop-filter: blur(10px);
  }

  .mobile-menu.open {
    display: flex;
  }

  .mobile-menu a {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gray);
    text-decoration: none;
  }

	.mobile-menu a:first-child {
  margin-top: 6px;
}
	
  .mobile-menu a:hover,
  .mobile-menu a.active {
    color: var(--gold);
  }

  .mobile-nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    background: var(--pink);
    color: white !important;
    padding: 12px 18px;
    text-align: center;
  }

  .mobile-nav-cta:hover {
    background: var(--teal);
    color: var(--black) !important;
  }

  body.menu-open {
    overflow: hidden;
  }

  .menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  #about,
  #contact,
  .booking-steps {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .reviews-header {
    flex-direction: column;
  }

  .shop-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .shop-item-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .shop-buy-btn {
    width: 100%;
    margin-left: 0;
  }

  .reviews-track .review-card {
    min-width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .reviews-carousel {
    gap: 10px;
  }

  .reviews-arrow {
    padding: 8px 12px;
    font-size: 1.2rem;
  }

  .hero {
    min-height: 100svh;
    padding: 56px 18px 40px;
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
  }

  .hero-title {
    font-size: clamp(2.5rem, 13vw, 4rem);
    line-height: 1;
  }

  .hero-subtitle {
    font-size: 1.05rem;
    margin-bottom: 20px;
  }

  .hero-tagline {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 28px;
    padding: 0 4px;
  }

  .hero-buttons {
    width: 100%;
    gap: 14px;
    flex-direction: column;
    align-items: center;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    max-width: 320px;
  }

  .hero-scroll {
    bottom: 20px;
  }

  .about-photo {
    max-width: 320px;
  }

  .about-stats {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .contact-details li {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .contact-details li span:first-child {
    width: auto;
  }

  .footer-top,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  footer {
    padding: 40px 24px;
  }

  .footer-logo-img {
    height: 34px;
    max-width: 140px;
  }

  .divider-brush,
  .divider-brush-footer {
    height: 24px;
  }

  .divider-sketch-wrap,
  .divider-lineart-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* small phones */
@media (max-width: 600px) {
  section {
    padding: 56px 18px;
  }

  .hero-title {
    font-size: clamp(2.1rem, 12vw, 3.2rem);
  }

  .hero-eyebrow,
  .section-label {
    letter-spacing: 0.22em;
  }

  .section-intro {
    font-size: 1.05rem;
    line-height: 1.7;
  }

  .service-card,
  .shop-item-info,
  .paypal-modal-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .shop-categories {
    gap: 8px;
  }

  .cat-btn {
    width: 100%;
    text-align: center;
  }

  .nav-logo-img {
    height: 28px;
    max-width: 95px;
  }

  .footer-brand {
    font-size: 0.92rem;
  }

  .review-card {
    padding: 22px 18px;
  }

  .about-photo {
    max-width: 100%;
  }
}

/* extra small phones */
@media (max-width: 400px) {
  nav {
    padding: 0 10px;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
  }

  .btn-primary,
  .btn-secondary,
  .mobile-nav-cta {
    max-width: 100%;
  }

  .shop-item-footer {
    gap: 10px;
  }

  .shop-price {
    font-size: 1rem;
  }
}

/* --- PHONE FINAL OVERRIDES --- */
@media (max-width: 900px) {
  nav {
    padding: 0 10px !important;
    height: 64px !important;
  }

  .nav-logo {
    max-width: calc(100% - 52px) !important;
    overflow: hidden !important;
    gap: 8px !important;
  }

  .nav-logo-img {
    height: 30px !important;
    width: auto !important;
    max-width: 90px !important;
    flex-shrink: 0 !important;
    object-fit: contain !important;
  }

  .nav-logo-text {
    display: none !important;
  }

  .menu-toggle {
    display: flex !important;
    flex: 0 0 42px !important;
    width: 42px !important;
    height: 42px !important;
    margin-left: auto !important;
  }

  .contact-form,
  .contact-info,
  .contact-details,
  .contact-social {
    width: 100%;
  }

  .form-submit {
    width: 100%;
    max-width: 320px;
  }

  .footer-top {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    align-items: start !important;
  }

  .footer-brand-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    min-width: 0 !important;
    flex-wrap: nowrap !important;
  }

  .footer-logo-img {
    height: 34px !important;
    width: auto !important;
    max-width: 90px !important;
    object-fit: contain !important;
    flex-shrink: 0 !important;
  }

  .footer-brand {
    font-size: 0.9rem !important;
    line-height: 1.2 !important;
    word-break: break-word !important;
  }

  .footer-social {
    gap: 16px !important;
    flex-wrap: wrap !important;
  }

  .footer-bottom {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .footer-links {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px 18px !important;
  }

  .footer-copy {
    line-height: 1.5 !important;
  }
}

@media (max-width: 600px) {
  .footer-brand-wrap {
    align-items: flex-start !important;
  }

  .footer-brand {
    font-size: 0.82rem !important;
  }

  .footer-links {
    gap: 8px 14px !important;
  }

  .contact-details li {
    padding: 14px 0 !important;
  }
}

@media (max-width: 900px) {
  .mobile-menu {
    top: 70px !important;
    padding: 34px 24px 24px !important;
  }

  .mobile-menu a:first-child {
    margin-top: 12px !important;
  }
}