/* ============================================================
   FAVORED COLLECTIVE — Design System v3.0
   Cottagecore Florals · Bridgerton Depths · Feminine · Artsy
   Performance-optimized, accessible, mobile-first
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&family=Nunito+Sans:ital,opsz,wght@0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;1,6..12,300;1,6..12,400&family=Italiana&display=swap');

/* ---- Custom Properties ---- */
:root {
  /* Colors */
  --linen: #FAF6F1;
  --white: #FFFFFF;
  --gold: #B89A5A;
  --gold-light: #C9A96E;
  --gold-dark: #8A7038;
  --blush: #E8D5C4;
  --blush-light: #F2E6DA;
  --sage: #A8B5A0;
  --sage-light: #C5CEBD;
  --sage-dark: #5B7050;
  --charcoal: #3A3A3A;
  --warm-gray: #524D48;
  --light-gray: #D4CFC8;
  --ivory: #F5F0E8;
  --error: #C47070;
  --error-bg: rgba(196,112,112,0.08);

  /* Bridgerton deep palette */
  --burgundy: #6B2D3E;
  --burgundy-light: #8B3D52;
  --burgundy-soft: rgba(107,45,62,0.10);
  --plum: #4A2040;
  --plum-soft: rgba(74,32,64,0.08);
  --forest: #2D4A3E;
  --forest-light: #3D6252;
  --forest-soft: rgba(45,74,62,0.08);
  --dusty-rose: #C4919B;
  --mauve: #9E7B8B;
  --cream: #FDF8F0;

  /* Typography */
  --font-heading: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Nunito Sans', 'Segoe UI', sans-serif;
  --font-accent: 'Italiana', serif;

  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(58,58,58,0.06);
  --shadow-md: 0 4px 16px rgba(58,58,58,0.08);
  --shadow-lg: 0 8px 32px rgba(58,58,58,0.12);
  --shadow-gold: 0 4px 20px rgba(201,169,110,0.15);

  /* Borders */
  --radius-sm: 2px;
  --radius-md: 6px;
  --radius-lg: 10px;
  --radius-full: 9999px;

  /* Motion */
  --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --duration: 0.3s;
  --duration-slow: 0.6s;

  /* Layout */
  --max-width: 1200px;
  --nav-height: 72px;
  --section-pad: clamp(4rem, 8vw, 7rem);
}

@media (min-width: 768px) {
  :root { --nav-height: 80px; }
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--charcoal);
  background-color: var(--linen);
  overflow-x: hidden;
  min-height: 100vh;
  min-height: 100dvh;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--gold-dark); text-decoration: none; transition: color var(--duration) var(--ease); }
a:hover { color: var(--gold); }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; touch-action: manipulation; }
input, textarea, select { font-family: inherit; font-size: 1rem; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; border-radius: var(--radius-sm); }

/* ---- Italiana thin-stroke fix ---- */
/* Italiana only ships weight 400 with ultra-thin hairlines.
   A subtle text-stroke fattens those strokes so they stay
   visible at small sizes and on lower-res screens. */
.accent-text,
.nav-logo-tagline,
.nav-links a,
.btn,
.filter-btn,
.badge,
.event-date-badge .month,
.footer-col h4,
.footer-social a,
.donation-btn--custom,
.contact-detail .accent-text {
  -webkit-text-stroke: 0.3px currentColor;
}

/* ---- Typography ---- */
h1, h2, h3, h4, h5 {
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 1.2;
  color: var(--charcoal);
  text-wrap: balance;
}
h1 { font-size: clamp(2.25rem, 5vw, 3.75rem); letter-spacing: 0.02em; }
h2 { font-size: clamp(1.75rem, 4vw, 2.75rem); letter-spacing: 0.01em; }
h3 { font-size: clamp(1.25rem, 2.5vw, 1.75rem); }
h4 { font-size: 1.125rem; font-weight: 500; }

.accent-text {
  font-family: var(--font-accent);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 0.95rem;
  color: var(--gold-dark);
  display: block;
  -webkit-font-smoothing: antialiased;
}
.script-text {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 300;
  color: #4A4540;
}

/* ---- Layout ---- */
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding-inline: clamp(1.25rem, 4vw, 2rem);
}
.section { padding: var(--section-pad) 0; }
.section--linen { background: var(--linen); }
.section--white { background: var(--white); }
.section--blush { background: var(--blush-light); }
.section--ivory { background: var(--ivory); }

/* Deep Bridgerton sections */
.section--deep {
  background: linear-gradient(135deg, var(--burgundy), #5A2233, var(--plum));
  color: var(--cream);
  position: relative;
}
.section--deep h2, .section--deep h3 { color: var(--cream); }
.section--deep p { color: rgba(253,248,240,0.92); }
.section--deep .accent-text { color: var(--dusty-rose); }
.section--deep .divider::before,
.section--deep .divider::after { background: rgba(196,145,155,0.4); }
.section--deep .divider-icon { color: var(--gold-light); }
.section--deep .btn-primary { background: var(--gold); color: var(--burgundy); }
.section--deep .btn-outline { border-color: var(--gold-light); color: var(--gold-light); }
.section--deep .btn-outline:hover { background: var(--gold-light); color: var(--burgundy); }
.section--deep .btn-ghost { color: var(--gold-light); border-bottom-color: var(--gold-light); }
.section--deep .feature-icon { color: var(--gold-light); }
.section--deep .feature-item p { color: rgba(253,248,240,0.92); }
.section--deep .split-content p { color: rgba(253,248,240,0.92); }
.section--forest .feature-item p { color: rgba(253,248,240,0.92); }
.section--forest .split-content p { color: rgba(253,248,240,0.92); }

.section--forest {
  background: linear-gradient(135deg, var(--forest), #1E3A2E, #2A4438);
  color: var(--cream);
  position: relative;
}
.section--forest h2, .section--forest h3 { color: var(--cream); }
.section--forest p { color: rgba(253,248,240,0.92); }
.section--forest .accent-text { color: var(--gold-light); }
.section--forest .divider::before,
.section--forest .divider::after { background: rgba(201,169,110,0.3); }
.section--forest .divider-icon { color: var(--gold-light); }
.section--forest .btn-primary { background: var(--gold); color: var(--forest); }
.section--forest .btn-outline { border-color: var(--gold-light); color: var(--gold-light); }
.section--forest .btn-outline:hover { background: var(--gold-light); color: var(--forest); }
.section--forest .btn-ghost { color: var(--gold-light); border-bottom-color: var(--gold-light); }

/* Floral strip dividers — delicate botanical border between sections */
.floral-strip {
  height: 90px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.floral-strip::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--dusty-rose), var(--gold), var(--dusty-rose), transparent);
}
.floral-strip__img {
  position: relative;
  z-index: 1;
  height: 70px;
  max-width: 90%;
  width: auto;
  opacity: 0.30;
  pointer-events: none;
}

/* Section bloom accent — decorative bloom on a section */
.section--bloom-accent {
  position: relative;
  overflow: hidden;
}
.section-bloom {
  position: absolute;
  pointer-events: none;
  opacity: 0.18;
  z-index: 0;
  width: auto;
}
.section-bloom--right {
  right: -40px;
  bottom: -30px;
  height: 380px;
}
.section-bloom--topleft {
  left: -30px;
  top: -20px;
  height: 260px;
  opacity: 0.12;
}
.section-bloom--right-tall {
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  height: 420px;
  opacity: 0.14;
}
@media (max-width: 1024px) {
  .section-bloom--right-tall { height: 320px; opacity: 0.10; }
  .section-bloom--topleft { height: 200px; opacity: 0.10; }
}
@media (max-width: 768px) {
  .section-bloom--right { height: 220px; opacity: 0.12; right: -30px; }
  .section-bloom--right-tall { height: 200px; opacity: 0.08; }
  .section-bloom--topleft { height: 150px; opacity: 0.08; }
  .floral-strip__img { height: 55px; }
}

/* Botanical corner ornaments — rich floral burst accents */
.section--botanical { position: relative; overflow: hidden; }
.section--botanical::before,
.section--botanical::after {
  content: '';
  position: absolute;
  opacity: 0.16;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.section--botanical::before {
  top: -30px;
  right: -40px;
  width: 380px;
  height: 560px;
  background-image: url('/images/florals/botanical_section_right.png');
}
.section--botanical::after {
  bottom: -30px;
  left: -40px;
  width: 300px;
  height: 520px;
  background-image: url('/images/florals/botanical_section_left.png');
}

@media (max-width: 1024px) {
  .section--botanical::before { width: 280px; height: 420px; opacity: 0.12; }
  .section--botanical::after { width: 220px; height: 390px; opacity: 0.12; }
}
@media (max-width: 768px) {
  .section--botanical::before { width: 180px; height: 270px; opacity: 0.10; right: -20px; }
  .section--botanical::after { width: 150px; height: 260px; opacity: 0.10; left: -20px; }
}

.section-header {
  text-align: center;
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}
.section-header .accent-text { margin-bottom: 0.75rem; }
.section-header h2 { margin-bottom: 1rem; }
.section-header p {
  max-width: 560px;
  margin: 0 auto;
  color: var(--charcoal);
  font-size: 1.025rem;
}

/* ---- Divider ---- */
.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 1.25rem auto;
  max-width: 180px;
}
.divider::before, .divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--gold-light);
}
.divider-icon { color: var(--gold); font-size: 0.7rem; line-height: 1; }

/* Floral divider variant */
.divider--floral { max-width: 260px; }
.divider--floral::before,
.divider--floral::after {
  background: linear-gradient(90deg, var(--dusty-rose), var(--gold));
  height: 1.5px;
}
.divider--floral .divider-icon { color: var(--burgundy); font-size: 0.85rem; }

/* Cottagecore accent underline for section headings */
.section-header h2 {
  position: relative;
  display: inline-block;
}
.section--botanical .section-header h2::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--dusty-rose), var(--gold), var(--dusty-rose), transparent);
  border-radius: 1px;
}

/* ---- Navigation ---- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--nav-height);
  background: rgba(250,246,241,0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  z-index: 1000;
  transition: box-shadow var(--duration) var(--ease);
  border-bottom: 1px solid rgba(196,145,155,0.15);
}
.nav.scrolled { box-shadow: var(--shadow-sm); }

.nav-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding-inline: clamp(1.25rem, 4vw, 2rem);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.nav-logo-name {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--charcoal);
  letter-spacing: 0.04em;
  line-height: 1;
}
.nav-logo-tagline {
  font-family: var(--font-accent);
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-top: 3px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 2.5vw, 2rem);
}
.nav-links a {
  font-family: var(--font-accent);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--charcoal);
  position: relative;
  padding: 0.25rem 0;
  white-space: nowrap;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width var(--duration) var(--ease);
}
.nav-links a:hover { color: var(--gold-dark); }
.nav-links a:hover::after,
.nav-links a.active::after { width: 100%; }
.nav-links a.active { color: var(--gold-dark); }

/* ---- Nav Dropdowns ---- */
.nav-dropdown {
  position: relative;
}
.nav-dropdown-toggle {
  font-family: var(--font-accent);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--charcoal);
  padding: 0.25rem 0;
  white-space: nowrap;
  cursor: pointer;
  background: none;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  -webkit-text-stroke: 0.3px currentColor;
}
.nav-dropdown-toggle:hover { color: var(--gold-dark); }
.nav-dropdown-toggle .dropdown-arrow {
  font-size: 0.55rem;
  transition: transform var(--duration) var(--ease);
  display: inline-block;
}
.nav-dropdown.open .dropdown-arrow,
.nav-dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
}
/* Active state when child page is active */
.nav-dropdown.has-active > .nav-dropdown-toggle { color: var(--gold-dark); }

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  background: var(--white);
  border: 1px solid rgba(196,145,155,0.15);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  padding: 0.5rem 0;
  min-width: 180px;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--duration) var(--ease), visibility var(--duration);
  z-index: 100;
}
/* Hover bridge — invisible area between toggle and menu to prevent gap-close */
.nav-dropdown-menu::before {
  content: '';
  position: absolute;
  top: -0.75rem;
  left: 0;
  right: 0;
  height: 0.75rem;
}
.nav-dropdown:hover > .nav-dropdown-menu,
.nav-dropdown.open > .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.nav-dropdown-menu a {
  display: block;
  padding: 0.55rem 1.25rem;
  font-family: var(--font-accent);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--charcoal);
  transition: background var(--duration) var(--ease), color var(--duration) var(--ease);
  -webkit-text-stroke: 0.3px currentColor;
}
.nav-dropdown-menu a::after { display: none; }
.nav-dropdown-menu a:hover {
  background: var(--ivory);
  color: var(--gold-dark);
}
.nav-dropdown-menu a.active { color: var(--gold-dark); }

/* Mobile Toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 0.75rem;
  margin-right: -0.75rem;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: var(--charcoal);
  transition: transform var(--duration) var(--ease), opacity var(--duration) var(--ease);
  transform-origin: center;
}
.nav-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(4px, 5px); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(4px, -5px); }

@media (max-width: 860px) {
  .nav-toggle { display: flex; }
  .nav-links {
    position: fixed;
    top: var(--nav-height);
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--linen);
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--duration-slow) var(--ease-out), visibility var(--duration-slow);
  }
  .nav-links.open {
    opacity: 1;
    visibility: visible;
  }
  .nav-links a { font-size: 0.95rem; letter-spacing: 0.12em; }
  /* Mobile dropdowns — stacked, no hover */
  .nav-dropdown { text-align: center; }
  .nav-dropdown-toggle { font-size: 0.95rem; letter-spacing: 0.12em; margin: 0 auto; }
  .nav-dropdown-menu {
    position: static;
    transform: none;
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0.4rem 0 0;
    min-width: 0;
    opacity: 1;
    visibility: visible;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s var(--ease);
  }
  .nav-dropdown-menu::before { display: none; }
  .nav-dropdown.open > .nav-dropdown-menu {
    max-height: 300px;
  }
  .nav-dropdown-menu a {
    padding: 0.35rem 0;
    font-size: 0.82rem;
    color: var(--warm-gray);
  }
  .nav-dropdown-menu a:hover { background: transparent; }
}

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 2.1rem;
  font-family: var(--font-accent);
  font-size: 0.82rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  border-radius: var(--radius-sm);
  transition: all var(--duration) var(--ease);
  text-decoration: none;
  white-space: nowrap;
  min-height: 44px;
  position: relative;
}
.btn:active { transform: scale(0.98); }
.btn:disabled, .btn.loading {
  opacity: 0.6;
  pointer-events: none;
}
.btn.loading::after {
  content: '';
  width: 14px;
  height: 14px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  margin-left: 0.4rem;
}

.btn-primary { background: var(--gold); color: var(--white); box-shadow: 0 2px 8px rgba(201,169,110,0.25); }
.btn-primary:hover { background: var(--gold-dark); color: var(--white); box-shadow: var(--shadow-gold); }
.btn-outline { border: 1px solid var(--gold); color: var(--gold-dark); background: transparent; }
.btn-outline:hover { background: var(--gold); color: var(--white); }
.btn-ghost { color: var(--gold-dark); padding: 0.5rem 0; border-bottom: 1px solid var(--gold-light); border-radius: 0; }
.btn-ghost:hover { color: var(--gold); border-bottom-color: var(--gold); }

@keyframes spin { to { transform: rotate(360deg); } }

/* ---- Cards ---- */
.card {
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: box-shadow var(--duration) var(--ease), transform var(--duration) var(--ease);
  box-shadow: var(--shadow-sm);
}
.card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
  border-bottom: 2px solid var(--dusty-rose);
}
.card-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: var(--blush-light);
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--duration-slow) var(--ease);
}
.card:hover .card-image img { transform: scale(1.04); }

.card-body { padding: 1.25rem 1.5rem; }
.card-body h3 { font-size: 1.1rem; margin-bottom: 0.2rem; }
.card-body .card-meta { font-size: 0.85rem; color: var(--warm-gray); }
.card-body .card-price {
  font-family: var(--font-accent);
  color: var(--gold-dark);
  letter-spacing: 0.05em;
  margin-top: 0.4rem;
  font-size: 0.95rem;
}

/* Placeholder for artwork images */
.card-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6B6560;
  font-family: var(--font-heading);
  font-style: italic;
  font-size: 1rem;
  padding: 1rem;
  text-align: center;
}
.card-placeholder--warm { background: linear-gradient(135deg, #F2E0D5, #F5EDE6, rgba(107,45,62,0.12)); }
.card-placeholder--sage { background: linear-gradient(135deg, #C2CDB9, #E8EDE4, rgba(45,74,62,0.15)); }
.card-placeholder--gold { background: linear-gradient(135deg, var(--blush), var(--gold-light), rgba(196,145,155,0.2)); }
.card-placeholder--mixed { background: linear-gradient(135deg, rgba(196,145,155,0.25), #F0E0DB, rgba(168,181,160,0.2)); }
.card-placeholder--soft { background: linear-gradient(135deg, #F5EDE6, #E8D5C4, rgba(158,123,139,0.15)); }
.card-placeholder--deep { background: linear-gradient(180deg, rgba(45,74,62,0.22), #F5EDE6, rgba(107,45,62,0.15)); }

/* ---- Grids ---- */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }

.masonry-grid { columns: 3; column-gap: 1.5rem; }
.masonry-grid .masonry-item { break-inside: avoid; margin-bottom: 1.5rem; }

@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .masonry-grid { columns: 2; }
}
@media (max-width: 640px) {
  .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .masonry-grid { columns: 1; }
}

/* ---- Forms ---- */
.form-group { margin-bottom: 1.25rem; }
.form-group label {
  display: block;
  font-family: var(--font-accent);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--charcoal);
  margin-bottom: 0.4rem;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--light-gray);
  border-radius: var(--radius-sm);
  background: var(--white);
  color: var(--charcoal);
  font-weight: 500;
  transition: border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease);
  outline: none;
  min-height: 44px;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #A09A93;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201,169,110,0.1);
}
.form-group input.error,
.form-group textarea.error,
.form-group select.error {
  border-color: var(--error);
  box-shadow: 0 0 0 3px var(--error-bg);
}
.form-group textarea { min-height: 130px; resize: vertical; }
/* Required field asterisk */
.form-group label span[style*="color"] {
  color: #B33030 !important;
  font-size: 0.9em;
  font-weight: 600;
}
.form-group .form-hint {
  font-size: 0.8rem;
  color: var(--error);
  margin-top: 0.3rem;
  display: none;
}
.form-group .form-hint.visible { display: block; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; align-items: end; }
@media (max-width: 640px) { .form-row { grid-template-columns: 1fr; } }

.form-section {
  background: var(--white);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  max-width: 680px;
  margin: 0 auto;
}

/* ---- Hero ---- */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: var(--nav-height);
  background: var(--linen);
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background-image:
    radial-gradient(ellipse at 10% 60%, var(--burgundy) 0%, transparent 50%),
    radial-gradient(ellipse at 90% 10%, var(--forest) 0%, transparent 40%),
    radial-gradient(circle at 50% 90%, var(--dusty-rose) 0%, transparent 45%),
    radial-gradient(circle at 80% 55%, var(--gold) 0%, transparent 35%),
    radial-gradient(circle at 30% 20%, var(--plum) 0%, transparent 30%);
  will-change: auto;
}

/* Hand-drawn botanical overlays — burst from right, accent from left */
.hero-floral {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  width: auto;
}
.hero-floral-right {
  right: 0;
  bottom: 0;
  height: 100%;
  opacity: 0.28;
}
.hero-floral-left {
  left: 0;
  bottom: 0;
  height: 70%;
  opacity: 0.22;
}

@media (max-width: 1024px) {
  .hero-floral-right { height: 80%; opacity: 0.22; }
  .hero-floral-left { height: 55%; opacity: 0.18; }
}
@media (max-width: 768px) {
  .hero-floral-right { height: 55%; opacity: 0.18; }
  .hero-floral-left { height: 40%; opacity: 0.14; }
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 680px;
  padding: 2rem clamp(1.25rem, 4vw, 2rem);
}
.hero-content .accent-text {
  margin-bottom: 1.25rem;
  animation: fadeInUp 0.7s var(--ease) both;
}
.hero-content h1 {
  margin-bottom: 1.25rem;
  animation: fadeInUp 0.7s var(--ease) 0.1s both;
}
.hero-verse {
  font-family: var(--font-heading);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: #4A4540;
  margin-bottom: 2rem;
  animation: fadeInUp 0.7s var(--ease) 0.25s both;
}
.hero-verse cite {
  font-size: 0.88em;
  display: block;
  margin-top: 0.25rem;
  font-style: normal;
}
.hero-ctas {
  display: flex;
  gap: 0.875rem;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeInUp 0.7s var(--ease) 0.35s both;
}

/* ---- Page Header ---- */
.page-header {
  padding: calc(var(--nav-height) + 3rem) 0 3rem;
  text-align: center;
  background: var(--ivory);
  position: relative;
  overflow: hidden;
}
.page-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.18;
  background-image:
    radial-gradient(ellipse at 5% 90%, var(--burgundy) 0%, transparent 45%),
    radial-gradient(ellipse at 95% 20%, var(--forest) 0%, transparent 40%),
    radial-gradient(circle at 50% 50%, var(--dusty-rose) 0%, transparent 50%);
  pointer-events: none;
}
.page-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--dusty-rose), var(--gold), var(--burgundy-light), var(--gold), var(--dusty-rose), transparent);
}
.page-header .accent-text { margin-bottom: 0.5rem; }
.page-header h1 { margin-bottom: 0.75rem; }
.page-header p { max-width: 520px; margin: 0 auto; color: var(--charcoal); }

@media (min-width: 768px) {
  .page-header { padding: calc(var(--nav-height) + 4rem) 0 4rem; }
}

/* ---- Footer ---- */
.footer {
  background: linear-gradient(180deg, var(--charcoal), #2A1F25);
  color: rgba(255,255,255,0.7);
  padding: 3.5rem 0 1.5rem;
  position: relative;
  overflow: hidden;
}
.footer-floral {
  position: absolute;
  pointer-events: none;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  height: 220px;
  width: auto;
  opacity: 0.06;
  z-index: 0;
}
@media (max-width: 768px) {
  .footer-floral { height: 150px; opacity: 0.04; }
}
.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--dusty-rose), var(--gold));
}
.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2.5rem;
}
.footer-brand .nav-logo-name { color: var(--white); font-size: 1.2rem; }
.footer-brand .nav-logo-tagline { margin-top: 4px; }
.footer-brand p { margin-top: 0.875rem; font-size: 0.88rem; line-height: 1.6; max-width: 280px; }
.footer-col h4 {
  font-family: var(--font-accent);
  font-size: 0.78rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}
.footer-col a {
  display: block;
  color: rgba(255,255,255,0.85);
  font-size: 0.88rem;
  margin-bottom: 0.5rem;
  transition: color var(--duration) var(--ease);
}
.footer-col a:hover { color: var(--gold-light); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.75);
}
.footer-social { display: flex; gap: 1rem; }
.footer-social a {
  color: rgba(255,255,255,0.75);
  font-size: 0.85rem;
  font-family: var(--font-accent);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color var(--duration) var(--ease);
}
.footer-social a:hover { color: var(--gold); }

@media (max-width: 768px) {
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: 0.75rem; text-align: center; }
}
@media (max-width: 480px) {
  .footer-inner { grid-template-columns: 1fr; }
}

/* ---- Gallery Filter ---- */
.gallery-filters {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  flex-wrap: wrap;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.filter-btn {
  font-family: var(--font-accent);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.5rem 1.1rem;
  color: var(--warm-gray);
  border: 1px solid transparent;
  border-radius: var(--radius-full);
  transition: all var(--duration) var(--ease);
  min-height: 36px;
}
.filter-btn:hover { color: var(--gold-dark); background: rgba(201,169,110,0.04); }
.filter-btn.active {
  color: var(--gold-dark);
  border-color: var(--gold);
  background: rgba(201,169,110,0.06);
}

/* Filter animation */
#galleryGrid > .card { transition: opacity var(--duration) var(--ease), transform var(--duration) var(--ease); }
#galleryGrid > .card.hiding { opacity: 0; transform: scale(0.95); }

/* ---- Lightbox ---- */
.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.92);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--duration) var(--ease), visibility var(--duration);
}
.lightbox-overlay.active { opacity: 1; visibility: visible; }
.lightbox-content { max-width: 90vw; max-height: 90vh; }
.lightbox-content img { max-width: 100%; max-height: 82vh; object-fit: contain; border-radius: var(--radius-sm); }
.lightbox-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: white;
  font-size: 1.75rem;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity var(--duration) var(--ease);
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lightbox-close:hover { opacity: 1; }
.lightbox-info { color: white; text-align: center; margin-top: 1rem; }
.lightbox-info h3 { color: white; font-size: 1.15rem; }
.lightbox-info p { color: rgba(255,255,255,0.75); font-size: 0.88rem; }

/* ---- Toast ---- */
.toast {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  left: 1.5rem;
  padding: 0.875rem 1.25rem;
  background: var(--charcoal);
  color: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  font-size: 0.88rem;
  z-index: 10000;
  transform: translateY(120%);
  transition: transform var(--duration) var(--ease-out);
  max-width: 420px;
}
.toast.show { transform: translateY(0); }
.toast.success { border-left: 3px solid var(--sage); }
.toast.error { border-left: 3px solid var(--error); }

@media (min-width: 640px) {
  .toast { left: auto; }
}

/* ---- Animations ---- */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.fade-in {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity var(--duration-slow) var(--ease), transform var(--duration-slow) var(--ease);
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

.stagger > * {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s var(--ease), transform 0.5s var(--ease);
}
.stagger.visible > * { opacity: 1; transform: translateY(0); }
.stagger.visible > *:nth-child(1) { transition-delay: 0s; }
.stagger.visible > *:nth-child(2) { transition-delay: 0.08s; }
.stagger.visible > *:nth-child(3) { transition-delay: 0.16s; }
.stagger.visible > *:nth-child(4) { transition-delay: 0.24s; }
.stagger.visible > *:nth-child(5) { transition-delay: 0.32s; }
.stagger.visible > *:nth-child(6) { transition-delay: 0.4s; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .fade-in, .stagger > * { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ---- Features ---- */
.feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(2rem, 4vw, 3rem);
  text-align: center;
}
.feature-item { max-width: 340px; margin: 0 auto; }
.feature-icon {
  font-size: 1.5rem;
  color: var(--gold);
  margin-bottom: 0.875rem;
  line-height: 1;
}
.feature-item h3 { font-size: 1.1rem; margin-bottom: 0.4rem; }
.feature-item p { color: #4A4540; font-size: 0.94rem; }
.feature-item .btn-ghost { display: inline-block; margin-top: 0.875rem; }

@media (max-width: 768px) { .feature-row { grid-template-columns: 1fr; gap: 2rem; } }

/* ---- Steps ---- */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  position: relative;
}
.steps::before {
  content: '';
  position: absolute;
  top: 2rem;
  left: 10%;
  right: 10%;
  height: 1px;
  background: var(--gold-light);
}
.step { text-align: center; position: relative; }
.step-number {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: var(--gold-dark);
  position: relative;
  z-index: 1;
}
.step h4 { font-family: var(--font-heading); margin-bottom: 0.4rem; }
.step p { font-size: 0.88rem; color: #4A4540; }

@media (max-width: 768px) {
  .steps { grid-template-columns: 1fr 1fr; }
  .steps::before { display: none; }
}
@media (max-width: 480px) { .steps { grid-template-columns: 1fr; } }

/* Steps in deep/forest sections */
.section--deep .step-number,
.section--forest .step-number {
  background: rgba(255,255,255,0.1);
  border-color: var(--gold-light);
  color: var(--gold-light);
}
.section--deep .steps::before,
.section--forest .steps::before {
  background: rgba(201,169,110,0.3);
}
.section--deep .step h4,
.section--forest .step h4 {
  color: var(--cream);
}
.section--deep .step p,
.section--forest .step p {
  color: rgba(253,248,240,0.9);
}

/* ---- Split Layouts ---- */
.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.split-image {
  aspect-ratio: 3/4;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--blush-light);
  position: relative;
}
.split-image img { width: 100%; height: 100%; object-fit: cover; }
.split-image--decorated::after {
  content: '';
  position: absolute;
  bottom: -0.75rem;
  right: -0.75rem;
  width: 55%;
  height: 55%;
  border: 1px solid var(--gold-light);
  border-radius: var(--radius-md);
  z-index: -1;
}
.split-content .accent-text { margin-bottom: 0.5rem; }
.split-content h2 { margin-top: 0; margin-bottom: 0.75rem; }
.split-content .divider {
  justify-content: flex-start;
  margin: 0.875rem 0 1.25rem;
  max-width: 140px;
}
.split-content p { color: #4A4540; margin-bottom: 0.875rem; }
.split-content .btn { margin-top: 0.875rem; }

@media (max-width: 768px) {
  .split-layout { grid-template-columns: 1fr; gap: 2rem; }
  .split-image { max-height: 50vh; aspect-ratio: 4/3; }
  .split-image--decorated::after { display: none; }
}

/* ---- Events ---- */
.event-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.5rem;
  padding: 1.5rem;
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  align-items: center;
  transition: box-shadow var(--duration) var(--ease);
}
.event-card:hover { box-shadow: var(--shadow-md); }

.event-date-badge {
  text-align: center;
  padding: 1.25rem;
  background: var(--ivory);
  border-radius: var(--radius-md);
  min-width: 80px;
}
.event-date-badge .month {
  font-family: var(--font-accent);
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-dark);
}
.event-date-badge .day {
  font-family: var(--font-heading);
  font-size: 2.25rem;
  color: var(--charcoal);
  line-height: 1;
}
.event-date-badge .year { font-size: 0.78rem; color: var(--warm-gray); }

.event-info h3 { font-size: 1.15rem; margin-bottom: 0.2rem; }
.event-info .event-meta { font-size: 0.88rem; color: #4A4540; margin-bottom: 0.5rem; }
.event-info p { font-size: 0.92rem; color: var(--charcoal); }

@media (max-width: 768px) {
  .event-card { grid-template-columns: 1fr; text-align: center; gap: 1rem; }
  .event-date-badge { justify-self: center; display: inline-flex; flex-direction: column; }
}

/* ---- Pricing Cards ---- */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 700px;
  margin: 0 auto;
}
.pricing-card {
  padding: 1.75rem;
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  text-align: center;
  transition: box-shadow var(--duration) var(--ease), transform var(--duration) var(--ease);
}
.pricing-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.pricing-card.featured { border: 1px solid var(--gold-light); }
.pricing-card .accent-text { margin-bottom: 0.4rem; }
.pricing-card .price {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  color: var(--charcoal);
}
.pricing-card .price-meta {
  color: var(--warm-gray);
  font-size: 0.88rem;
  margin-top: 0.4rem;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .pricing-grid { grid-template-columns: 1fr; max-width: 280px; }
}

/* Pricing in deep sections */
.section--deep .pricing-card {
  background: rgba(253,248,240,0.08);
  border: 1px solid rgba(201,169,110,0.2);
}
.section--deep .pricing-card.featured {
  border-color: var(--gold-light);
  background: rgba(253,248,240,0.12);
}
.section--deep .pricing-card .price { color: var(--cream); }
.section--deep .pricing-card .price-meta { color: rgba(253,248,240,0.85); }
.section--deep .script-text { color: var(--gold-light); }

/* ---- Donation Amounts ---- */
.donation-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin-bottom: 1.25rem;
  max-width: 400px;
  margin-inline: auto;
}
.donation-btn {
  padding: 0.85rem 0.5rem;
  background: var(--white);
  border: 1px solid var(--light-gray);
  border-radius: var(--radius-md);
  font-family: var(--font-heading);
  font-size: 1.15rem;
  color: var(--charcoal);
  transition: all var(--duration) var(--ease);
  cursor: pointer;
  min-height: 44px;
}
.donation-btn:hover { border-color: var(--gold-light); }
.donation-btn.active {
  border-color: var(--gold);
  color: var(--gold-dark);
  box-shadow: var(--shadow-sm);
  background: rgba(201,169,110,0.04);
}
.donation-btn--custom {
  font-family: var(--font-accent);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--warm-gray);
}

@media (max-width: 480px) {
  .donation-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ---- Badges ---- */
.badge {
  display: inline-block;
  padding: 0.2rem 0.7rem;
  font-family: var(--font-accent);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: var(--radius-full);
}
.badge-gold { background: rgba(201,169,110,0.15); color: var(--gold-dark); }
.badge-sage { background: rgba(168,181,160,0.2); color: var(--sage-dark); }
.badge-blush { background: rgba(232,213,196,0.4); color: #9E7E64; }
.badge-burgundy { background: var(--burgundy-soft); color: var(--burgundy); }
.badge-forest { background: var(--forest-soft); color: var(--forest); }

/* ---- Utility ---- */
.text-center { text-align: center; }
.mx-auto { margin-inline: auto; }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-4 { margin-bottom: 2rem; }
.max-w-sm { max-width: 520px; }
.max-w-md { max-width: 640px; }
.max-w-lg { max-width: 720px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Cross decoration */
.cross-decoration {
  display: inline-block;
  position: relative;
  width: 1px;
  height: 18px;
  background: var(--gold-light);
}
.cross-decoration::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 1px;
  background: var(--gold-light);
}

/* Contact layout */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.contact-info .accent-text { margin-bottom: 0.5rem; }
.contact-info h2 { margin-bottom: 0.75rem; }
.contact-info .divider { justify-content: flex-start; margin: 0.875rem 0 1.25rem; max-width: 140px; }
.contact-info p { color: #4A4540; margin-bottom: 1.5rem; }
.contact-detail { margin-bottom: 1.25rem; }
.contact-detail .accent-text { margin-bottom: 0.2rem; font-size: 0.75rem; }
.contact-detail a { color: var(--charcoal); }
.contact-detail a:hover { color: var(--gold-dark); }
.contact-socials { display: flex; gap: 0.75rem; margin-top: 0.5rem; }
.contact-links { font-size: 0.92rem; color: var(--warm-gray); }
.contact-links a { color: var(--gold-dark); }

@media (max-width: 768px) {
  .contact-grid { grid-template-columns: 1fr; }
}

/* ---- Cart Drawer ---- */
.cart-toggle {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 900;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--burgundy);
  color: #fff;
  border: none;
  padding: 0.75rem 1.25rem;
  border-radius: 50px;
  font-size: 0.92rem;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  transition: transform 0.2s var(--ease), box-shadow 0.2s;
}
.cart-toggle:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,0.2); }
.cart-count {
  background: var(--gold);
  color: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
}

.cart-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.cart-backdrop.visible { opacity: 1; pointer-events: auto; }

.cart-drawer {
  position: fixed;
  top: 0;
  right: -400px;
  width: 380px;
  max-width: 90vw;
  height: 100vh;
  background: var(--white);
  z-index: 1000;
  display: flex;
  flex-direction: column;
  box-shadow: -4px 0 24px rgba(0,0,0,0.1);
  transition: right 0.35s var(--ease);
}
.cart-drawer.open { right: 0; }

.cart-drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid var(--blush);
}
.cart-drawer-header h3 { margin: 0; font-family: var(--font-heading); font-size: 1.1rem; }
.cart-drawer-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--warm-gray);
  padding: 0.25rem;
}
.cart-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 0 1.5rem;
}
.cart-drawer-footer {
  padding: 1.25rem 1.5rem;
  border-top: 1px solid var(--blush);
  background: var(--ivory);
}

.btn-sm {
  padding: 0.4rem 1rem;
  font-size: 0.8rem;
  margin-top: 0.5rem;
}

/* ---- Order Confirmation ---- */
.order-confirmed {
  text-align: center;
  padding: 4rem 2rem;
  max-width: 540px;
  margin: 0 auto;
}
.order-confirmed .check-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--sage-light);
  color: var(--sage-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin: 0 auto 1.5rem;
}

/* ---- Newsletter Signup (footer) ---- */
.newsletter-form {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
  max-width: 320px;
}
.newsletter-form input {
  flex: 1;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--gold-muted, rgba(184,154,90,0.3));
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  background: rgba(255,255,255,0.08);
  color: inherit;
}
.newsletter-form button {
  padding: 0.5rem 1rem;
  background: var(--gold);
  color: #fff;
  border: none;
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  cursor: pointer;
  white-space: nowrap;
}
