/* =========================================================
   Sweet Moments Cake Studio — Design System
   Luxury bakery / modern cake studio aesthetic
   ========================================================= */

:root {
  --cream: #fbf6f0;
  --cream-dark: #f3ebe1;
  --ivory: #fffdf9;
  --blush: #e9c9c4;
  --blush-soft: #f6e8e4;
  --rose: #c9a09a;
  --brown: #5c3d2e;
  --brown-deep: #2f1c14;
  --brown-mid: #7a5644;
  --gold: #c4a46a;
  --gold-light: #e8d5a8;
  --gold-dark: #a68545;
  --text: #3a271c;
  --muted: #8a7468;
  --line: rgba(92, 61, 46, 0.12);
  --white: #ffffff;
  --shadow-sm: 0 8px 24px rgba(47, 28, 20, 0.06);
  --shadow: 0 18px 50px rgba(47, 28, 20, 0.1);
  --shadow-lg: 0 28px 70px rgba(47, 28, 20, 0.16);
  --radius: 1.25rem;
  --radius-sm: 0.85rem;
  --radius-pill: 999px;
  --font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-sans: "Outfit", system-ui, -apple-system, sans-serif;
  --font-script: "Great Vibes", cursive;
  --nav-h: 84px;
  --container: 1180px;
  --transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text);
  background: var(--cream);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100px;
  z-index: 2000;
  background: var(--brown-deep);
  color: var(--ivory);
  padding: 0.6rem 1rem;
  border-radius: 0.4rem;
}

.skip-link:focus {
  top: 1rem;
}

/* ---------- Typography ---------- */

h1, h2, h3, h4, .display-serif {
  font-family: var(--font-serif);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--brown-deep);
  line-height: 1.15;
}

.script {
  font-family: var(--font-script);
  font-weight: 400;
  color: var(--gold-dark);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 0.85rem;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gold);
}

.section-title {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  margin-bottom: 0.85rem;
}

.section-lead {
  color: var(--muted);
  max-width: 640px;
  margin: 0 auto;
  font-size: 1.05rem;
}

.section-head {
  text-align: center;
  margin-bottom: 3.2rem;
}

.text-brown { color: var(--brown-deep) !important; }
.text-gold { color: var(--gold-dark) !important; }
.text-muted-warm { color: var(--muted) !important; }

/* ---------- Layout ---------- */

.section {
  padding: 5.5rem 0;
}

.section-alt {
  background: var(--ivory);
}

.section-blush {
  background: linear-gradient(180deg, var(--blush-soft) 0%, var(--cream) 100%);
}

.section-dark {
  background: var(--brown-deep);
  color: #f3e7dc;
}

.section-dark .section-title,
.section-dark h2,
.section-dark h3 {
  color: var(--ivory);
}

.container-narrow {
  max-width: 760px;
}

.bg-texture {
  background-image:
    radial-gradient(circle at 12% 18%, rgba(196, 164, 106, 0.08), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(233, 201, 196, 0.28), transparent 26%);
}

/* ---------- Buttons ---------- */

button,
.filter-btn,
[data-gallery] {
  cursor: pointer;
}

.btn {
  --bs-btn-font-weight: 600;
  border-radius: var(--radius-pill);
  padding: 0.85rem 1.65rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
}

.btn-gold {
  background: linear-gradient(180deg, #d4b57a 0%, var(--gold) 100%);
  color: var(--brown-deep);
  border: 1px solid var(--gold-dark);
  box-shadow: 0 10px 24px rgba(166, 133, 69, 0.22);
}

.btn-gold:hover,
.btn-gold:focus {
  background: var(--gold-dark);
  color: var(--ivory);
  transform: translateY(-2px);
}

.btn-outline-brown {
  background: transparent;
  color: var(--ivory);
  border: 1.5px solid rgba(255, 253, 249, 0.7);
}

.btn-outline-brown:hover {
  background: var(--ivory);
  color: var(--brown-deep);
  transform: translateY(-2px);
}

.btn-outline-dark {
  background: transparent;
  color: var(--brown);
  border: 1.5px solid var(--brown);
}

.btn-outline-dark:hover {
  background: var(--brown);
  color: var(--ivory);
  transform: translateY(-2px);
}

.btn-dark-brown {
  background: var(--brown-deep);
  color: var(--ivory);
  border: 1px solid var(--brown-deep);
}

.btn-dark-brown:hover {
  background: var(--brown);
  color: var(--ivory);
  transform: translateY(-2px);
}

.btn-sm-pill {
  padding: 0.55rem 1.15rem;
  font-size: 0.88rem;
}

/* ---------- Navbar ---------- */

.site-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  padding: 0.55rem 0;
  background: transparent;
  transition: background var(--transition), box-shadow var(--transition), padding var(--transition);
}

.site-navbar:not(.is-solid):not(.scrolled) {
  background: linear-gradient(180deg, rgba(47, 28, 20, 0.45) 0%, transparent 100%);
}

.site-navbar.scrolled,
.site-navbar.is-solid {
  background: rgba(255, 253, 249, 0.94);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 30px rgba(47, 28, 20, 0.08);
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.brand-mark {
  width: 46px;
  height: 46px;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.brand-name {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--ivory);
  letter-spacing: 0.01em;
}

.brand-sub {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 500;
}

.site-navbar.scrolled .brand-name,
.site-navbar.is-solid .brand-name {
  color: var(--brown-deep);
}

.site-navbar.scrolled .brand-sub,
.site-navbar.is-solid .brand-sub {
  color: var(--gold-dark);
}

.nav-link {
  font-size: 0.92rem;
  font-weight: 500;
  color: rgba(255, 253, 249, 0.88) !important;
  padding: 0.55rem 0.85rem !important;
  position: relative;
}

.site-navbar.scrolled .nav-link,
.site-navbar.is-solid .nav-link {
  color: var(--brown) !important;
}

.nav-link.active,
.nav-link:hover {
  color: var(--gold-light) !important;
}

.site-navbar.scrolled .nav-link.active,
.site-navbar.scrolled .nav-link:hover,
.site-navbar.is-solid .nav-link.active,
.site-navbar.is-solid .nav-link:hover {
  color: var(--gold-dark) !important;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.15rem;
  height: 1.5px;
  background: var(--gold);
}

.navbar-toggler {
  border: 0;
  padding: 0.35rem;
  box-shadow: none !important;
}

.navbar-toggler-icon {
  background-image: none;
  width: 24px;
  height: 2px;
  background: var(--ivory);
  position: relative;
  display: inline-block;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background: inherit;
}

.navbar-toggler-icon::before { top: -7px; }
.navbar-toggler-icon::after { top: 7px; }

.site-navbar.scrolled .navbar-toggler-icon,
.site-navbar.scrolled .navbar-toggler-icon::before,
.site-navbar.scrolled .navbar-toggler-icon::after,
.site-navbar.is-solid .navbar-toggler-icon,
.site-navbar.is-solid .navbar-toggler-icon::before,
.site-navbar.is-solid .navbar-toggler-icon::after {
  background: var(--brown-deep);
}

.navbar .btn-gold {
  padding: 0.62rem 1.2rem;
  font-size: 0.86rem;
}

@media (max-width: 991.98px) {
  .site-navbar .navbar-collapse {
    background: var(--ivory);
    margin-top: 0.85rem;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: var(--shadow);
  }

  .site-navbar .nav-link,
  .site-navbar.scrolled .nav-link,
  .site-navbar.is-solid .nav-link {
    color: var(--brown) !important;
    padding: 0.75rem 0.5rem !important;
  }

  .navbar .btn-gold {
    width: 100%;
    margin-top: 0.5rem;
  }
}

/* ---------- Page heroes ---------- */

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: var(--ivory);
  overflow: hidden;
  padding: calc(var(--nav-h) + 2rem) 0 4rem;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(47, 28, 20, 0.78) 0%, rgba(47, 28, 20, 0.42) 52%, rgba(47, 28, 20, 0.18) 100%),
    linear-gradient(180deg, rgba(47, 28, 20, 0.25) 0%, transparent 30%, rgba(47, 28, 20, 0.45) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.hero h1 {
  color: var(--ivory);
  font-size: clamp(2.7rem, 6vw, 5rem);
  margin-bottom: 1.1rem;
}

.hero p.lead {
  color: rgba(255, 253, 249, 0.86);
  font-size: 1.15rem;
  margin-bottom: 2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-deco {
  position: absolute;
  right: 6%;
  bottom: 10%;
  width: min(280px, 38vw);
  opacity: 0.55;
  z-index: 2;
  pointer-events: none;
}

.scroll-hint {
  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: var(--ivory);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.8;
}

.page-hero {
  position: relative;
  min-height: 52vh;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--nav-h) + 4.5rem) 0 4rem;
  color: var(--ivory);
  overflow: hidden;
}

.page-hero .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero .hero-overlay {
  background: linear-gradient(180deg, rgba(47, 28, 20, 0.28) 0%, rgba(47, 28, 20, 0.72) 100%);
}

.page-hero h1 {
  color: var(--ivory);
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  margin-bottom: 0.6rem;
}

.breadcrumb-nav {
  color: rgba(255, 253, 249, 0.78);
  font-size: 0.9rem;
}

.breadcrumb-nav a:hover {
  color: var(--gold-light);
}

/* ---------- Cards ---------- */

.product-card,
.feature-card,
.service-card,
.event-card,
.team-card,
.testimonial-card {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  height: 100%;
  transition: transform var(--transition), box-shadow var(--transition);
}

.product-card:hover,
.feature-card:hover,
.service-card:hover,
.event-card:hover,
.team-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
  border-color: rgba(196, 164, 106, 0.4);
}

.modal .btn-close {
  background-color: rgba(255, 253, 249, 0.92);
  border-radius: 50%;
  opacity: 1;
  padding: 0.65rem;
  z-index: 2;
}

.card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.product-card:hover .card-media img,
.service-card:hover .card-media img,
.event-card:hover .card-media img {
  transform: scale(1.08);
}

.card-body-pad {
  padding: 1.35rem 1.4rem 1.5rem;
}

.price {
  color: var(--gold-dark);
  font-weight: 600;
  letter-spacing: 0.02em;
}

.chip {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--blush-soft);
  color: var(--brown);
  border-radius: var(--radius-pill);
  padding: 0.28rem 0.7rem;
}

.icon-wrap {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blush-soft);
  color: var(--gold-dark);
  font-size: 1.55rem;
  margin-bottom: 1rem;
}

/* ---------- Split / about ---------- */

.split-image {
  position: relative;
  border-radius: 1.6rem;
  overflow: hidden;
  min-height: 460px;
  box-shadow: var(--shadow);
}

.split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.split-image::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  right: -30px;
  top: -30px;
  opacity: 0.7;
}

/* ---------- Gallery ---------- */

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 1.1rem;
  cursor: pointer;
  min-height: 220px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(47, 28, 20, 0.55) 100%);
  opacity: 0.65;
  transition: opacity var(--transition);
}

.gallery-caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  color: var(--ivory);
  font-family: var(--font-serif);
  font-size: 1.25rem;
}

.gallery-item:nth-child(1) { grid-column: span 6; min-height: 340px; }
.gallery-item:nth-child(2) { grid-column: span 6; min-height: 340px; }
.gallery-item:nth-child(3) { grid-column: span 4; }
.gallery-item:nth-child(4) { grid-column: span 4; }
.gallery-item:nth-child(5) { grid-column: span 4; }
.gallery-item:nth-child(6) { grid-column: span 7; min-height: 280px; }
.gallery-item:nth-child(7) { grid-column: span 5; min-height: 280px; }

/* ---------- Testimonials ---------- */

.stars {
  color: var(--gold-dark);
  letter-spacing: 0.12em;
  margin-bottom: 0.8rem;
}

.testimonial-card {
  padding: 2rem 1.7rem;
}

.testimonial-card p {
  font-family: var(--font-serif);
  font-size: 1.28rem;
  font-style: italic;
  color: var(--brown);
}

.quote-author {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 1.3rem;
}

.quote-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

/* ---------- Stats ---------- */

.stats-bar {
  background: var(--brown-deep);
  color: var(--ivory);
  padding: 2.4rem 0;
}

.stat-item {
  text-align: center;
}

.stat-item strong {
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(2rem, 3vw, 2.8rem);
  color: var(--gold-light);
}

.stat-item span {
  font-size: 0.92rem;
  color: rgba(255, 253, 249, 0.72);
}

/* ---------- Filters ---------- */

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
  margin-bottom: 2.4rem;
}

.filter-btn {
  border: 1px solid var(--line);
  background: var(--ivory);
  color: var(--brown);
  border-radius: var(--radius-pill);
  padding: 0.45rem 1rem;
  font-size: 0.88rem;
  font-weight: 500;
}

.filter-btn.active,
.filter-btn:hover {
  background: var(--brown-deep);
  color: var(--ivory);
  border-color: var(--brown-deep);
}

.product-item.is-hidden {
  display: none !important;
}

/* ---------- Forms ---------- */

.form-control,
.form-select {
  border: 1px solid var(--line);
  border-radius: 0.85rem;
  padding: 0.82rem 1rem;
  background: var(--ivory);
  color: var(--text);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 0.2rem rgba(196, 164, 106, 0.18);
}

.form-label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--brown);
}

.form-card {
  background: var(--ivory);
  border-radius: 1.5rem;
  padding: 2rem;
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}

.contact-info-card {
  background: var(--brown-deep);
  color: #f3e7dc;
  border-radius: 1.5rem;
  padding: 2.2rem;
  height: 100%;
}

.contact-info-card a {
  color: var(--gold-light);
}

.contact-info-card h2,
.contact-info-card h3 {
  color: var(--ivory);
}

.info-row {
  display: flex;
  gap: 0.9rem;
  margin-bottom: 1.2rem;
}

.info-row i {
  color: var(--gold);
  font-size: 1.2rem;
  margin-top: 0.2rem;
}

.map-wrap {
  border-radius: 1.4rem;
  overflow: hidden;
  min-height: 380px;
  box-shadow: var(--shadow-sm);
}

.map-wrap iframe {
  width: 100%;
  height: 380px;
  border: 0;
}

.is-invalid {
  border-color: #b42318 !important;
}

.form-feedback {
  display: none;
  color: #b42318;
  font-size: 0.82rem;
  margin-top: 0.3rem;
}

.is-invalid + .form-feedback,
.field-error .form-feedback {
  display: block;
}

.form-success {
  display: none;
  background: #eef7ee;
  color: #216e39;
  border-radius: 0.9rem;
  padding: 0.9rem 1rem;
  margin-bottom: 1rem;
}

.form-success.show { display: block; }

/* ---------- Footer ---------- */

.site-footer {
  background: #24150f;
  color: #e8d8cc;
  padding: 4.2rem 0 1.4rem;
}

.site-footer .brand-name { color: var(--ivory); }
.site-footer .brand-sub { color: var(--gold-light); }

.site-footer h3,
.site-footer h2 {
  color: var(--ivory);
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.site-footer a:hover {
  color: var(--gold-light);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.social-links {
  display: flex;
  gap: 0.7rem;
}

.social-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(232, 216, 204, 0.2);
  color: var(--ivory);
}

.social-links a:hover {
  background: var(--gold);
  color: var(--brown-deep);
  border-color: var(--gold);
}

.footer-bottom {
  border-top: 1px solid rgba(232, 216, 204, 0.12);
  margin-top: 2.5rem;
  padding-top: 1.2rem;
  font-size: 0.9rem;
  color: rgba(232, 216, 204, 0.7);
}

.newsletter-form .form-control {
  background: rgba(255, 253, 249, 0.06);
  color: var(--ivory);
  border-color: rgba(232, 216, 204, 0.18);
}

.newsletter-form .form-control::placeholder {
  color: rgba(232, 216, 204, 0.55);
}

/* ---------- Sticky mobile CTA ---------- */

.mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1030;
  display: none;
  background: rgba(255, 253, 249, 0.96);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  box-shadow: 0 -10px 30px rgba(47, 28, 20, 0.08);
}

.mobile-cta a {
  flex: 1;
  text-align: center;
  padding: 0.75rem 0.4rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--brown);
}

.mobile-cta a i {
  display: block;
  font-size: 1.15rem;
  margin-bottom: 0.15rem;
  color: var(--gold-dark);
}

.mobile-cta a.order {
  background: var(--brown-deep);
  color: var(--ivory);
}

.mobile-cta a.order i {
  color: var(--gold-light);
}

@media (max-width: 767.98px) {
  .mobile-cta {
    display: flex;
  }

  body {
    padding-bottom: 76px;
  }

  .section {
    padding: 3.6rem 0;
  }

  .gallery-item,
  .gallery-item:nth-child(n) {
    grid-column: span 12;
    min-height: 230px;
  }
}

/* ---------- Process / about extras ---------- */

.process-step {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.step-num {
  flex: 0 0 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--blush-soft);
  color: var(--gold-dark);
  display: grid;
  place-items: center;
  font-family: var(--font-serif);
  font-size: 1.3rem;
  font-weight: 600;
}

.benefit-list {
  list-style: none;
  padding: 0;
}

.benefit-list li {
  padding-left: 1.6rem;
  position: relative;
  margin-bottom: 0.45rem;
}

.benefit-list li::before {
  content: "\F26A";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  color: var(--gold-dark);
}

.service-detail {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 4rem;
}

.service-detail:nth-child(even) {
  grid-template-columns: 0.95fr 1.05fr;
}

.service-detail:nth-child(even) .service-copy {
  order: -1;
}

.service-photo {
  border-radius: 1.5rem;
  overflow: hidden;
  min-height: 360px;
  box-shadow: var(--shadow);
}

.service-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 360px;
}

@media (max-width: 991.98px) {
  .service-detail,
  .service-detail:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .service-detail:nth-child(even) .service-copy {
    order: 0;
  }
}

/* ---------- Modal product ---------- */

.modal-content {
  border: 0;
  border-radius: 1.3rem;
  overflow: hidden;
}

.modal-product-img,
#galleryModalImg {
  width: 100%;
  max-height: 78vh;
  object-fit: cover;
  background: var(--brown-deep);
}

.modal-product-img {
  height: 280px;
}

/* ---------- Reveal animations ---------- */

.reveal {
  opacity: 0;
  transform: translateY(24px);
  animation: none;
}

.reveal.in-view {
  animation: rise 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal,
  .reveal.in-view,
  .card-media img,
  .gallery-item img {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ---------- Utilities ---------- */

.gold-rule {
  width: 72px;
  height: 1px;
  background: var(--gold);
  margin: 1rem 0 1.3rem;
}

.gold-rule.mx-auto { margin-left: auto; margin-right: auto; }

.img-frame {
  border-radius: 1.4rem;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.cta-banner {
  position: relative;
  overflow: hidden;
  border-radius: 1.8rem;
  padding: 4rem 2rem;
  text-align: center;
  color: var(--ivory);
}

.cta-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(47, 28, 20, 0.68);
}

.cta-banner .content {
  position: relative;
  z-index: 2;
}

.cta-banner h2 {
  color: var(--ivory);
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.hours-table td {
  padding: 0.25rem 0.6rem 0.25rem 0;
  color: inherit;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: var(--container);
  }
}
