/* =========================================================
   MAKEOVER BY DIVYA — MAIN STYLESHEET
   Organized by section. To change the site's colors, edit the
   variables at the very top under ":root".
   ========================================================= */

:root {
  --wine: #8c1f43;
  --wine-dark: #4a1128;
  --gold: #b8863c;
  --gold-light: #d9b876;
  --cream: #fbf6f2;
  --cream-dark: #ecdfd6;
  --text: #2b2b2b;
  --text-light: #666666;
  --white: #ffffff;
  --black: #150609;

  --font-heading: "Playfair Display", Georgia, serif;
  --font-body: "Poppins", Helvetica, Arial, sans-serif;

  --container-width: 1180px;
  --radius: 10px;
}

/* ---------- Reset ---------- */
* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body {
  font-family: var(--font-body);
  color: var(--text);
  line-height: 1.7;
  background: var(--white);
  overscroll-behavior-x: none;
}
img {
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4 {
  font-family: var(--font-heading);
  color: var(--wine);
  line-height: 1.25;
  margin: 0 0 16px;
}
h1 {
  font-size: 44px;
}
h2 {
  font-size: 34px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
p {
  margin: 0 0 16px;
}

/* ---------- Layout helpers ---------- */
.container {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 24px;
}
.section {
  padding: 80px 0;
}
.section--cream {
  background: var(--cream);
}
.section-eyebrow {
  font-family: var(--font-heading);
  color: var(--gold);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}
.section-title {
  margin-bottom: 20px;
}
.section-intro {
  max-width: 640px;
  color: var(--text-light);
  margin-bottom: 48px;
}
.text-center {
  text-align: center;
}
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.two-col > * {
  min-width: 0;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 15px 38px;
  border-radius: 9px;
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: var(--font-body);
  border: none;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.btn-primary {
  background: var(--black);
  color: var(--white);
}
.btn-primary:hover {
  background: var(--wine-dark);
}
.btn-gold {
  background: var(--gold);
  color: var(--white);
}
.btn-gold:hover {
  background: var(--wine);
}

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  background: var(--white);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  z-index: 500;
}
.header-inner {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo img {
  height: 56px;
  width: auto;
}
.main-nav {
  display: flex;
  gap: 28px;
}
.main-nav a {
  font-family: var(--font-heading);
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text);
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}
.main-nav a:hover,
.main-nav a.active {
  color: var(--wine);
  border-bottom-color: var(--gold);
}
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: var(--wine);
}

/* ---------- Page banner (used on inner pages + homepage reviews) ---------- */
.page-banner {
  position: relative;
  padding: 90px 0 60px;
  color: var(--white);
  background-image: var(--mandala-pattern), linear-gradient(135deg, var(--wine-dark) 0%, var(--wine) 45%, #6b2b1f 75%, var(--gold) 100%);
  background-repeat: repeat, no-repeat;
  background-position: center, center;
  background-size: 140px 140px, cover;
  overflow: hidden;
}
.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.page-banner .container {
  position: relative;
  z-index: 1;
}
.page-banner h1,
.page-banner h2,
.page-banner h4 {
  color: var(--white);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.page-banner h1 {
  margin: 0;
  border-bottom: 2px solid var(--gold-light);
  display: inline-block;
  padding-bottom: 8px;
}

:root {
  --mandala-pattern: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%27140%27%20height%3D%27140%27%3E%20%3Cg%20fill%3D%27none%27%20stroke%3D%27%23d9b876%27%20stroke-width%3D%271%27%3E%20%3Ccircle%20cx%3D%2770%27%20cy%3D%2770%27%20r%3D%2746%27%20opacity%3D%270.5%27/%3E%20%3Ccircle%20cx%3D%2770%27%20cy%3D%2770%27%20r%3D%2732%27%20opacity%3D%270.5%27/%3E%20%3Ccircle%20cx%3D%2770%27%20cy%3D%2770%27%20r%3D%274%27%20opacity%3D%270.6%27/%3E%20%3Cg%20opacity%3D%270.45%27%3E%20%3Cpath%20d%3D%27M70%2024%20Q78%2040%2070%2056%20Q62%2040%2070%2024%20Z%27/%3E%20%3Cpath%20d%3D%27M70%20116%20Q78%20100%2070%2084%20Q62%20100%2070%20116%20Z%27/%3E%20%3Cpath%20d%3D%27M24%2070%20Q40%2078%2056%2070%20Q40%2062%2024%2070%20Z%27/%3E%20%3Cpath%20d%3D%27M116%2070%20Q100%2078%2084%2070%20Q100%2062%20116%2070%20Z%27/%3E%20%3Cpath%20d%3D%27M40%2040%20Q52%2048%2056%2060%20Q44%2056%2040%2040%20Z%27/%3E%20%3Cpath%20d%3D%27M100%2040%20Q88%2048%2084%2060%20Q96%2056%20100%2040%20Z%27/%3E%20%3Cpath%20d%3D%27M40%20100%20Q52%2092%2056%2080%20Q44%2084%2040%20100%20Z%27/%3E%20%3Cpath%20d%3D%27M100%20100%20Q88%2092%2084%2080%20Q96%2084%20100%20100%20Z%27/%3E%20%3C/g%3E%20%3C/g%3E%20%3C/svg%3E");
}

/* ---------- Hero slider (homepage) ---------- */
.slider {
  position: relative;
  height: 720px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--wine-dark) 0%, var(--wine) 60%, var(--black) 100%);
}
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
  /* "cover" fills the frame edge-to-edge (no side margins on portrait
     photos). Anchored toward the top since these are portraits with the
     face near the top of the frame - "center" would crop right through
     the face on wide screens where a lot of height gets trimmed. */
  background-size: cover;
  background-position: center 15%;
}
.slide.active {
  opacity: 1;
}
.slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(20, 6, 10, 0.7) 0%, rgba(20, 6, 10, 0.2) 70%);
}
.slide-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 24px;
}
.slide-content-inner {
  max-width: 560px;
  color: var(--white);
}
.slide-content-inner h1 {
  color: var(--white);
  font-size: 42px;
}
.slide-content-inner p {
  opacity: 0.95;
}
.slider-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.slider-dots button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  padding: 0;
}
.slider-dots button.active {
  background: var(--gold);
}

/* ---------- Service cards ---------- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.card-grid > * {
  min-width: 0;
}
.service-card {
  background: var(--white);
  border: 1px solid var(--cream-dark);
  border-radius: var(--radius);
  padding: 30px 24px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(140, 31, 67, 0.12);
}
.service-card h4 {
  margin-bottom: 10px;
}
.service-card p {
  color: var(--text-light);
  font-size: 14px;
  margin-bottom: 0;
}

/* ---------- Pricing intro (photo + trust copy above the price cards) ---------- */
.pricing-intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto 56px;
  background: var(--cream);
  border-radius: 16px;
  overflow: hidden;
}
.pricing-intro img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}
.pricing-intro__content {
  padding: 36px 40px;
  text-align: left;
}
.pricing-intro__content h3 {
  font-size: 26px;
  margin-bottom: 14px;
}
.pricing-intro__content p {
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 20px;
}
.pricing-intro__trust {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pricing-intro__trust li {
  padding-left: 26px;
  position: relative;
  margin-bottom: 10px;
  font-weight: 500;
  color: var(--text);
}
.pricing-intro__trust li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}
.pricing-intro__trust a {
  color: var(--wine);
  text-decoration: underline;
}
@media (max-width: 900px) {
  .pricing-intro {
    grid-template-columns: 1fr;
  }
  .pricing-intro img {
    min-height: 220px;
  }
  .pricing-intro__content {
    padding: 28px 24px;
  }
}

/* ---------- Pricing ---------- */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.pricing-card {
  background: var(--white);
  border: 1px solid var(--cream-dark);
  border-radius: 14px;
  padding: 0 0 26px;
  text-align: center;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(140, 31, 67, 0.14);
}
.pricing-card--featured {
  border-color: var(--gold);
  background: linear-gradient(180deg, #fff 0%, #fdf5ea 100%);
}
.pricing-card__image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  margin-bottom: 18px;
  border-radius: 13px 13px 0 0;
}
.pricing-card:not(:has(.pricing-card__image)) {
  padding-top: 34px;
}
.pricing-card__badge {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--wine);
  color: var(--white);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  white-space: nowrap;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.pricing-card:not(:has(.pricing-card__image)) .pricing-card__badge {
  top: -13px;
  box-shadow: none;
}
.pricing-card__name {
  font-family: var(--font-heading);
  font-size: 21px;
  color: var(--text);
  margin: 8px 20px 14px;
}
.pricing-card__price {
  font-family: var(--font-heading);
  font-size: 26px;
  color: var(--wine);
  font-weight: 700;
  white-space: nowrap;
}
.pricing-card__price small {
  font-size: 13px;
  color: var(--text-light);
  font-family: var(--font-body);
  font-weight: 400;
  margin-left: 4px;
}

/* included / terms box, used on services page */
.included-box {
  max-width: 900px;
  margin: 56px auto 0;
  background: var(--white);
  border: 1px solid var(--cream-dark);
  border-radius: 14px;
  padding: 40px 44px;
}
.included-box h3 {
  text-align: center;
}
.included-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px 20px;
  margin-bottom: 22px;
}
.included-list li {
  padding-left: 26px;
  position: relative;
  color: var(--text);
}
.included-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
}
.included-brands {
  border-top: 1px solid var(--cream-dark);
  padding-top: 18px;
  color: var(--text-light);
  font-size: 14px;
  text-align: center;
}

.terms-grid {
  max-width: 900px;
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}
.terms-card {
  background: var(--cream);
  border-left: 3px solid var(--gold);
  padding: 18px 22px;
  border-radius: 4px;
}
.terms-card h4 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
.terms-card p {
  font-size: 14px;
  color: var(--text-light);
  margin: 0;
}

/* mini price box used on service detail pages */
.price-box {
  background: var(--wine);
  color: var(--white);
  border-radius: var(--radius);
  padding: 26px;
  text-align: center;
  margin-bottom: 24px;
}
.price-box h4 {
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 10px;
}
.price-box .amount {
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 700;
  white-space: nowrap;
}
.price-box .amount small {
  font-size: 13px;
  font-family: var(--font-body);
  opacity: 0.85;
}
.price-box .note {
  font-size: 13px;
  opacity: 0.85;
  margin: 10px 0 0;
}

/* ---------- Gallery ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.gallery-grid a {
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
}
.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.gallery-grid a:hover img {
  transform: scale(1.06);
}

/* ---------- Testimonials (screenshot wall) ---------- */
.testimonial-grid {
  column-count: 4;
  column-gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
}
.testimonial-card {
  display: block;
  break-inside: avoid;
  margin-bottom: 20px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--cream-dark);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(140, 31, 67, 0.14);
}
.testimonial-card img {
  width: 100%;
  display: block;
}
@media (max-width: 900px) {
  .testimonial-grid {
    column-count: 2;
  }
}
@media (max-width: 480px) {
  .testimonial-grid {
    column-count: 1;
  }
}

/* ---------- Forms ---------- */
.form-field {
  width: 100%;
  min-width: 0;
  padding: 14px 16px;
  margin-bottom: 16px;
  border: 1px solid var(--cream-dark);
  border-radius: 6px;
  font-family: var(--font-body);
  font-size: 15px;
  background: var(--cream);
}
textarea.form-field {
  min-height: 120px;
  resize: vertical;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-row > * {
  min-width: 0;
}
/* honeypot spam trap - hidden from real visitors, left for bots to fill in */
.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.form-status {
  margin-top: 14px;
  font-size: 14px;
}
.form-status--success {
  color: #2e7d32;
}
.form-status--error {
  color: #c0392b;
}

.booking-form__intro {
  color: var(--text-light);
  font-size: 14px;
  margin-top: -8px;
  margin-bottom: 22px;
}
.form-label {
  display: block;
  font-family: var(--font-heading);
  font-size: 14px;
  color: var(--wine);
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

/* Preferred date uses the browser's native calendar picker, styled to match
   the rest of the form fields. color-scheme keeps the picker icon visible
   on the cream input background. Preferred time is a single hour select
   (one slot per hour), short enough to never need scrolling. */
input[type="date"].form-field {
  color-scheme: light;
  cursor: pointer;
}

/* ---------- FAQ accordion ---------- */
.faq-item {
  border-bottom: 1px solid var(--cream-dark);
}
.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 20px 0;
  font-family: var(--font-heading);
  font-size: 17px;
  color: var(--text);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-question::after {
  content: "+";
  color: var(--gold);
  font-size: 22px;
  flex-shrink: 0;
  margin-left: 16px;
}
.faq-item.open .faq-question::after {
  content: "\2212";
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  color: var(--text-light);
  transition: max-height 0.3s ease;
}
.faq-item.open .faq-answer {
  max-height: 600px;
  padding-bottom: 20px;
}

/* ---------- Footer ---------- */
.site-footer {
  position: relative;
  background-color: var(--black);
  background-image: var(--mandala-pattern);
  background-repeat: repeat;
  background-position: center;
  background-size: 260px 260px;
  color: var(--white);
  padding: 70px 0 0;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.site-footer .footer-inner,
.site-footer .footer-bottom {
  position: relative;
  z-index: 1;
}
.footer-inner {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 40px;
}
.footer-col h4 {
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
}
.footer-col a,
.footer-col p {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
  font-size: 14px;
}
.footer-col a:hover {
  color: var(--gold-light);
}
.footer-photo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 16px;
}
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  margin-bottom: 0;
}
.footer-bottom {
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 20px 24px;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

/* ---------- WhatsApp floating button ---------- */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 58px;
  height: 58px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  z-index: 999;
  animation: wa-pulse 2.4s infinite;
}
@media (max-width: 480px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    bottom: 16px;
    right: 16px;
  }
}
@keyframes wa-pulse {
  0% {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25), 0 0 0 0 rgba(37, 211, 102, 0.55);
  }
  70% {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25), 0 0 0 16px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25), 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* ---------- Lightbox (image spotlight viewer) ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(10, 4, 6, 0.94);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.lightbox.open {
  display: flex;
  opacity: 1;
}
.lightbox-image {
  max-width: 88vw;
  max-height: 86vh;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  animation: lightbox-zoom 0.2s ease;
}
@keyframes lightbox-zoom {
  from {
    transform: scale(0.94);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: fixed;
  background: rgba(255, 255, 255, 0.12);
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.2s ease;
}
.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  background: var(--wine);
}
.lightbox-close {
  top: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  font-size: 22px;
}
.lightbox-prev,
.lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  font-size: 26px;
}
.lightbox-prev {
  left: 24px;
}
.lightbox-next {
  right: 24px;
}
@media (max-width: 600px) {
  .lightbox-prev,
  .lightbox-next {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .lightbox-prev {
    left: 10px;
  }
  .lightbox-next {
    right: 10px;
  }
  .lightbox-close {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
  }
}

/* ---------- Scroll-to-top button ---------- */
.scroll-top {
  position: fixed;
  bottom: 98px;
  right: 24px;
  width: 44px;
  height: 44px;
  background: var(--wine);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.2s ease;
}
.scroll-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-top:hover {
  background: var(--gold);
}
@media (max-width: 480px) {
  .scroll-top {
    width: 40px;
    height: 40px;
    bottom: 76px;
    right: 16px;
  }
}

/* ---------- Scroll-in animation ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    gap: 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
  .main-nav.open {
    display: flex;
  }
  .main-nav a {
    padding: 16px 24px;
    border-bottom: 1px solid var(--cream-dark);
  }
  .nav-toggle {
    display: flex;
  }
  .two-col {
    grid-template-columns: 1fr;
  }
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-inner {
    grid-template-columns: 1fr;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  .slider {
    height: 600px;
  }
  .slide-content-inner h1 {
    font-size: 30px;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .card-grid,
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .section {
    padding: 56px 0;
  }
}
