/*
Theme Name: The Petal Express
Theme URI: https://thepetalexpress.com
Author: Building Brands Marketing
Author URI: https://buildingbrandsmarketing.com
Description: Custom boutique floral shop theme for The Petal Express in Victoria, TX. Ecommerce-ready with custom CPT (tpe_product), filter pills, quick-view modal, and full brand system.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: the-petal-express
*/

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: #2d362a;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { display: block; max-width: 100%; }
button { background: none; border: 0; cursor: pointer; font-family: inherit; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; margin: 0; padding: 0; }
p { margin: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; }

/* ============================================================
   BRAND TOKENS
   ============================================================ */
:root {
  --ink:        #2d362a;
  --paper:      #ffffff;
  --beige:      #efece1;
  --beige-deep: #e8e3d3;
  --sage:       #879678;
  --sage-dark:  #6d7c5f;
  --sage-light: #b2c2a3;
}

/* ============================================================
   TYPOGRAPHY CLASSES
   ============================================================ */
.font-display { font-family: 'Cormorant Garamond', serif; }
.font-script  { font-family: 'Allura', cursive; }

.wordmark {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: none;
}
.wordmark-tagline {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-size: 0.58rem;
}

.eyebrow-balanced {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.eyebrow-balanced::before,
.eyebrow-balanced::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 6px;
  vertical-align: middle;
  margin-bottom: 2px;
  background-image:
    linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%),
    linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
  opacity: 0.85;
}

.eyebrow-balanced::before {
  margin-right: 0.65rem;
}

.eyebrow-balanced::after {
  margin-left: 0.65rem;
}

.eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.7rem;
}
.eyebrow::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 6px;
  vertical-align: middle;
  margin-right: 0.65rem;
  margin-bottom: 2px;
  background-image:
    linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%),
    linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
  opacity: 0.85;
}

.eyebrow-dashed {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-size: 0.7rem;
}
.eyebrow-dashed::before,
.eyebrow-dashed::after {
  content: '';
  width: 32px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}

/* Display size scales */
.display-xxl { font-size: clamp(3rem, 8vw, 6rem); line-height: 1.0; }
.display-xl  { font-size: clamp(2.5rem, 5.5vw, 5rem); line-height: 1.02; }
.display-lg  { font-size: clamp(2rem, 3.6vw, 3.5rem); line-height: 1.08; }

/* Script pull-quote */
.script-pull {
  font-family: 'Allura', cursive;
  font-size: 2.1rem;
  line-height: 1.1;
  color: #879678;
  margin-top: 2rem;
  border-left: 1px solid #879678;
  padding-left: 1.5rem;
}
.script-flourish {
  font-family: 'Allura', cursive;
  font-size: 1.9rem;
  line-height: 1;
  color: #879678;
  margin-bottom: 0.5rem;
}

/* ============================================================
   DECORATIVE PATTERNS
   ============================================================ */
.check-strip {
  background-image:
    linear-gradient(45deg, #879678 25%, transparent 25%, transparent 75%, #879678 75%),
    linear-gradient(45deg, #879678 25%, transparent 25%, transparent 75%, #879678 75%);
  background-size: 14px 14px;
  background-position: 0 0, 7px 7px;
  height: 14px;
}
.check-strip-light {
  background-image:
    linear-gradient(45deg, #efece1 25%, transparent 25%, transparent 75%, #efece1 75%),
    linear-gradient(45deg, #efece1 25%, transparent 25%, transparent 75%, #efece1 75%);
  background-size: 14px 14px;
  background-position: 0 0, 7px 7px;
  height: 14px;
  opacity: 0.55;
}
.check-pattern {
  background-image:
    linear-gradient(45deg, #879678 25%, transparent 25%, transparent 75%, #879678 75%),
    linear-gradient(45deg, #879678 25%, transparent 25%, transparent 75%, #879678 75%);
  background-size: 22px 22px;
  background-position: 0 0, 11px 11px;
}
.checker-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image:
    linear-gradient(45deg, #efece1 25%, transparent 25%, transparent 75%, #efece1 75%),
    linear-gradient(45deg, #efece1 25%, transparent 25%, transparent 75%, #efece1 75%);
  background-size: 5px 5px;
  background-position: 0 0, 2.5px 2.5px;
  opacity: 0.7;
}
.hairline {
  width: 60px;
  height: 1px;
  background: currentColor;
  opacity: 0.4;
  margin: 0 auto;
}

/* ============================================================
   GLASS BOX
   ============================================================ */
.glass-box {
  background: rgba(255, 255, 255, 0.70);
  -webkit-backdrop-filter: blur(24px) saturate(140%);
          backdrop-filter: blur(24px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 30px 80px -25px rgba(45, 54, 42, 0.25);
}

/* ============================================================
   LAYOUT
   ============================================================ */
.container {
  max-width: 80rem;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {
  .container { padding-left: 3rem; padding-right: 3rem; }
}
.container-narrow {
  max-width: 56rem;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* ============================================================
   UTILITY BAR
   ============================================================ */
.util-bar {
  background: #b2c2a3;
  color: #2d362a;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  transition: max-height 350ms ease, opacity 250ms ease;
  max-height: 44px;
  overflow: hidden;
}
.util-bar-inner {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
body.scrolled .util-bar { max-height: 0; opacity: 0; }
.util-bar a { font-weight: 600; }

/* ============================================================
   LINKS
   ============================================================ */
.link-underline {
  position: relative;
  padding-bottom: 2px;
}
.link-underline::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 350ms ease;
}
.link-underline:hover::after { transform: scaleX(1); transform-origin: left center; }

/* ============================================================
   STICKY HEADER
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(178, 194, 163, 0.4);
  padding: 1.25rem 0;
  transition: padding 250ms ease;
}
body.scrolled .site-header { padding: 0.65rem 0; }

.header-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
}

.header-nav {
  display: none;
  align-items: center;
  gap: 2rem;
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-weight: 500;
}
.header-nav.right { justify-content: flex-end; }
@media (min-width: 1024px) { .header-nav { display: flex; } }

.menu-toggle { display: inline-flex; }
@media (min-width: 1024px) { .menu-toggle { display: none; } }

.wordmark-block { text-align: center; user-select: none; }
.wordmark-block .wordmark { font-size: 18px; line-height: 1; }
@media (min-width: 768px) { .wordmark-block .wordmark { font-size: 26px; } }
.wordmark-block .wordmark-tagline {
  margin-top: 0.375rem;
  color: rgba(45, 54, 42, 0.7);
  display: none;
}
@media (min-width: 768px) { .wordmark-block .wordmark-tagline { display: block; } }

.header-phone { justify-self: end; }
@media (min-width: 1024px) { .header-phone { display: none; } }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn-primary {
  background: #879678;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.72rem;
  padding: 0.95rem 2rem;
  transition: background 200ms ease;
  display: inline-block;
}
.btn-primary:hover { background: #6d7c5f; }
.btn-primary.small { font-size: 0.66rem; padding: 0.7rem 1.4rem; letter-spacing: 0.22em; }
.btn-primary.large { padding: 1.1rem 2.25rem; font-size: 0.76rem; }
.btn-primary.full  { width: 100%; text-align: center; padding: 1.2rem 2rem; font-size: 0.78rem; }

.btn-ghost {
  border: 1px solid #879678;
  color: #2d362a;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.72rem;
  padding: 0.92rem 2rem;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
  display: inline-block;
  background: transparent;
}
.btn-ghost:hover { background: #879678; color: #ffffff; border-color: #879678; }

.btn-arrow {
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  border: 1px solid rgba(135, 150, 120, 0.6);
  color: #2d362a;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 200ms ease, color 200ms ease, border-color 200ms ease;
}
.btn-arrow:hover { background: #879678; color: #ffffff; border-color: #879678; }
.btn-arrow:disabled { opacity: 0.35; cursor: not-allowed; }

/* ============================================================
   MOBILE MENU DRAWER
   ============================================================ */
.menu-drawer {
  position: fixed; inset: 0;
  background: #efece1;
  z-index: 60;
  transform: translateX(100%);
  transition: transform 350ms ease;
  overflow-y: auto;
}
.menu-drawer.open { transform: translateX(0); }
.menu-header {
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(45, 54, 42, 0.1);
}
.menu-nav {
  padding: 2.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  font-size: 14px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
}

/* ============================================================
   HERO — shared hero patterns
   ============================================================ */
@keyframes slow-pan {
  0%   { transform: scale(1.00); }
  100% { transform: scale(1.06); }
}
.hero-pan {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: slow-pan 18s ease-in-out infinite alternate;
}
.hero-grad-top,
.hero-grad-bottom {
  position: absolute;
  left: 0; right: 0;
  pointer-events: none;
}
.hero-grad-top {
  top: 0;
  height: 8rem;
  background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
}
.hero-grad-bottom {
  bottom: 0;
  height: 10rem;
  background: linear-gradient(to top, rgba(255,255,255,0.6), transparent);
}
.hero-overlay {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.25rem;
}
.glass-content {
  width: 100%;
  max-width: 40rem;
  text-align: center;
  padding: 3rem 2rem;
  color: #2d362a;
}
@media (min-width: 640px)  { .glass-content { padding: 4rem 3.5rem; } }
@media (min-width: 768px)  { .glass-content { padding: 4.5rem 4rem; } }

.hero-display {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(2.5rem, 6.5vw, 5rem);
  line-height: 1.02;
  margin: 0;
}
.hero-display .line { display: block; }
.hero-display .it { font-style: italic; color: #879678; }
.hero-sub {
  margin: 1.75rem auto 0;
  font-size: 0.86rem;
  line-height: 1.65;
  color: rgba(45, 54, 42, 0.75);
  max-width: 27rem;
}
@media (min-width: 640px) { .hero-sub { font-size: 0.92rem; } }

/* ============================================================
   PRODUCT CARD (shared — shop + related + home scroller)
   ============================================================ */
.product-card {
  position: relative;
  transition: transform 400ms ease;
  cursor: pointer;
}
.product-card:hover { transform: translateY(-4px); }

.product-card .matte {
  background: #ffffff;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) { .product-card .matte { padding: 12px; } }

.product-card .matte-img-wrap {
  position: relative;
  overflow: hidden;
  background: #f5f3eb;
}
.product-card .card-img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 800ms ease;
}
@media (min-width: 640px) { .product-card .card-img { height: 320px; } }
@media (min-width: 1024px) { .product-card .card-img { height: 340px; } }
.product-card:hover .card-img { transform: scale(1.04); }

.product-card .quick-view {
  position: absolute;
  inset: 0;
  background: rgba(135, 150, 120, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: background 250ms ease, opacity 250ms ease;
  pointer-events: none;
}
.product-card:hover .quick-view {
  background: rgba(135, 150, 120, 0.18);
  opacity: 1;
  pointer-events: auto;
}
.quick-view-btn {
  background: #ffffff;
  color: #2d362a;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.62rem;
  padding: 0.75rem 1.5rem;
  transform: translateY(8px);
  transition: transform 300ms ease;
  border: 1px solid #ffffff;
}
.product-card:hover .quick-view-btn { transform: translateY(0); }
.quick-view-btn:hover { background: #879678; color: #ffffff; border-color: #879678; }

.product-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: #ffffff;
  color: #879678;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  padding: 0.45rem 0.75rem;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(45, 54, 42, 0.08);
}
.product-badge.dark { background: #879678; color: #ffffff; }
.product-badge.script {
  font-family: 'Allura', cursive;
  font-size: 1.15rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  padding: 0.15rem 0.85rem 0.25rem;
  line-height: 1;
  color: #879678;
}

.card-info {
  padding-top: 1.1rem;
  text-align: center;
}
.card-category {
  font-size: 0.58rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(45, 54, 42, 0.55);
  margin-bottom: 0.5rem;
}
.card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.15;
  color: #2d362a;
  margin-bottom: 0.4rem;
  transition: color 200ms;
}
.product-card:hover .card-title { color: #879678; }
.card-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: rgba(45, 54, 42, 0.85);
}
.card-price .from {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.55rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(45, 54, 42, 0.5);
  margin-right: 0.35rem;
  font-weight: 500;
}

/* Matte frame (boutique/occasion cards) */
.matte {
  background: #ffffff;
  padding: 14px;
}

/* Card hover lift (home page feature cards) */
.lift-card { transition: transform 400ms ease; cursor: pointer; }
.lift-card:hover { transform: translateY(-4px); }
.lift-card .card-img { transition: transform 800ms ease; }
.lift-card:hover .card-img { transform: scale(1.04); }
.lift-card:hover .card-title { color: #879678; }

/* ============================================================
   QUICK VIEW MODAL
   ============================================================ */
.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  transition: opacity 250ms ease;
}
.modal.open { display: flex; opacity: 1; }
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(45, 54, 42, 0.55);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.modal-content {
  position: relative;
  background: #ffffff;
  width: 100%;
  max-width: 860px;
  height: 86vh;           /* fixed height so children can fill it */
  max-height: 86vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: scale(0.96) translateY(20px);
  transition: transform 350ms cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 40px 80px -20px rgba(45, 54, 42, 0.3);
}
.modal.open .modal-content { transform: scale(1) translateY(0); }

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 9999px;
  color: #2d362a;
  transition: background 200ms;
}
.modal-close:hover { background: #efece1; }

/* Switch to flexbox — grid doesn't reliably pass height to children for overflow containment */
.modal-grid {
  display: flex;
  flex-direction: column;   /* stacked on mobile */
  flex: 1;
  min-height: 0;            /* critical: allows flex child to shrink below content size */
}
@media (min-width: 768px) {
  .modal-grid { flex-direction: row; }
}

.modal-image {
  background: #f5f3eb;
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  max-height: 42vw;          /* cap on mobile so info is visible */
}
@media (min-width: 768px) {
  .modal-image {
    flex: 0 0 46%;           /* fixed 46% width, fills full height */
    max-height: none;
  }
}
.modal-image img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) { .modal-image img { min-height: 0; } }

/* Info column: true flex child with scroll — CTA pinned at bottom */
.modal-info {
  flex: 1;
  min-height: 0;             /* allows overflow-y to work inside a flex child */
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.5rem;
  box-sizing: border-box;
}
@media (min-width: 768px)  { .modal-info { padding: 1.5rem 1.75rem; } }
@media (min-width: 1024px) { .modal-info { padding: 1.75rem 2rem; } }

.modal-category {
  font-size: 0.6rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-weight: 500;
  color: #879678;
  margin-bottom: 0.85rem;
}
.modal-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.05;
  margin: 0 0 0.6rem;
}
@media (min-width: 768px) { .modal-title { font-size: 2rem; } }  /* tightened from 2.4rem */
.modal-price {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.3rem;
  color: rgba(45, 54, 42, 0.85);
  margin-bottom: 0.75rem;
}
.modal-description {
  font-size: 0.82rem;
  line-height: 1.6;
  color: rgba(45, 54, 42, 0.75);
  margin: 0 0 0.85rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(135, 150, 120, 0.2);
}

.modal-field-group { margin-bottom: 1rem; }
.modal-field-label {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(45, 54, 42, 0.7);
  margin-bottom: 0.75rem;
}
.modal-details-link {
  text-align: center;
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 500;
  color: #879678;
  padding: 0.5rem 0;
}
.modal-actions {
  margin-top: auto;         /* pushes CTA to bottom of flex column */
  padding-top: 1rem;
  border-top: 1px solid rgba(135, 150, 120, 0.2);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  flex-shrink: 0;           /* never compressed — always fully visible */
}
.modal-actions .btn-primary {
  width: 100%;
  padding: 1.05rem 2rem;
  font-size: 0.72rem;
  text-align: center;
}
/* Care note hidden in quick-view modal — shown on full product page only */
#quick-view-modal .modal-care-note { display: none; }

.modal-care-note {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(135, 150, 120, 0.2);
  font-size: 0.7rem;
  line-height: 1.55;
  color: rgba(45, 54, 42, 0.6);
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}
.modal-care-note svg { flex-shrink: 0; margin-top: 1px; }

/* ============================================================
   SIZE OPTIONS (shared — modal + product page)
   ============================================================ */
.size-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.size-option {
  padding: 0.85rem 0.4rem;
  border: 1px solid rgba(135, 150, 120, 0.35);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 200ms;
  text-align: center;
  color: #2d362a;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.size-option .so-name { font-size: 0.6rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; }
.size-option .so-detail { font-size: 0.62rem; color: rgba(45, 54, 42, 0.55); letter-spacing: 0.1em; font-weight: 400; }
.size-option .so-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.92rem;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0.3rem;
  color: rgba(45, 54, 42, 0.65);
  font-weight: 500;
  display: block;
}
.size-option:hover { border-color: #879678; color: #879678; }
.size-option.selected { background: #879678; color: #ffffff; border-color: #879678; }
.size-option.selected .so-detail { color: rgba(255, 255, 255, 0.75); }
.size-option.selected .so-price { color: rgba(255, 255, 255, 0.85); }

/* ============================================================
   COLOR OPTIONS
   ============================================================ */
.color-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.color-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(135, 150, 120, 0.35);
  border-radius: 4px;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2d362a;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease;
}
.co-swatch {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(45, 54, 42, 0.2);
  flex-shrink: 0;
}
.co-swatch--red    { background: #c0392b; }
.co-swatch--yellow { background: #f1c40f; }
.co-swatch--white  { background: #f8f8f4; }
.co-swatch--pink   { background: #e8a0b0; }
.color-option:hover   { border-color: #879678; }
.color-option.selected { background: #879678; color: #ffffff; border-color: #879678; }
.color-option.selected .co-swatch { border-color: rgba(255, 255, 255, 0.5); }

/* ============================================================
   DATE INPUT
   ============================================================ */
.date-input {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(135, 150, 120, 0.35);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  color: #2d362a;
  background: transparent;
  cursor: pointer;
}
.date-input:focus { outline: none; border-color: #879678; }

/* ============================================================
   QUANTITY
   ============================================================ */
.qty-wrap {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(135, 150, 120, 0.35);
}
.qty-btn {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #879678;
  transition: background 200ms;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1;
}
.qty-btn:hover { background: #efece1; }
.qty-input {
  width: 56px;
  height: 44px;
  text-align: center;
  border: 0;
  border-left: 1px solid rgba(135, 150, 120, 0.25);
  border-right: 1px solid rgba(135, 150, 120, 0.25);
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: #2d362a;
  background: transparent;
  -moz-appearance: textfield;
}
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* ============================================================
   FORM FIELDS (contact page)
   ============================================================ */
.field {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(135, 150, 120, 0.55);
  padding: 0.85rem 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.92rem;
  color: #2d362a;
  font-weight: 500;
  transition: border-color 200ms;
}
.field:focus { outline: none; border-bottom-color: #879678; }
.field::placeholder { color: rgba(45, 54, 42, 0.6); font-weight: 400; }
.field-label {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 500;
  color: #879678;
  margin-bottom: 0.3rem;
}
select.field {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23879678' stroke-width='1.5'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 4px center;
  padding-right: 1.5rem;
  cursor: pointer;
}
textarea.field { resize: vertical; min-height: 110px; line-height: 1.6; }

/* ============================================================
   ADD-ONS (product page)
   ============================================================ */
.addon-list { display: flex; flex-direction: column; gap: 0.6rem; }
.addon {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.95rem 1.1rem;
  border: 1px solid rgba(135, 150, 120, 0.3);
  cursor: pointer;
  transition: border-color 200ms, background 200ms;
}
.addon:hover { border-color: #879678; }
.addon input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #879678;
  background: transparent;
  cursor: pointer;
  position: relative;
  margin: 0;
  flex-shrink: 0;
}
.addon input[type="checkbox"]:checked { background: #879678; }
.addon input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 4px; top: 1px;
  width: 5px; height: 9px;
  border: solid #ffffff;
  border-width: 0 1.5px 1.5px 0;
  transform: rotate(45deg);
}
.addon-info { display: flex; flex-direction: column; gap: 0.15rem; }
.addon-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 500;
  color: #2d362a;
  line-height: 1.2;
}
.addon-detail { font-size: 0.7rem; color: rgba(45, 54, 42, 0.6); letter-spacing: 0.05em; }
.addon-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(45, 54, 42, 0.7);
}

/* ============================================================
   CARD TEXTAREA
   ============================================================ */
.card-textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(135, 150, 120, 0.35);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  line-height: 1.55;
  color: #2d362a;
  background: transparent;
  resize: vertical;
  min-height: 96px;
}
.card-textarea:focus { outline: none; border-color: #879678; }

/* ============================================================
   SHOP — HERO
   ============================================================ */
.shop-hero { position: relative; overflow: hidden; }
.shop-hero-inner {
  position: relative;
  height: 75vh;
  min-height: 540px;
  max-height: 720px;
}

/* ============================================================
   SHOP — FILTER BAR
   ============================================================ */
.filter-bar {
  position: sticky;
  top: 90px;
  z-index: 40;
  background: #ffffff;
  border-top: 1px solid rgba(135, 150, 120, 0.18);
  border-bottom: 1px solid rgba(135, 150, 120, 0.18);
  transition: top 250ms ease;
}
body.scrolled .filter-bar { top: 60px; }
.filter-bar-inner {
  padding: 1.1rem 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .filter-bar-inner {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 2rem;
  }
}

.pills {
  display: flex;
  gap: 0.6rem;
  overflow-x: auto;
  scrollbar-width: none;
  padding-bottom: 0.25rem;
  margin-bottom: -0.25rem;
}
.pills::-webkit-scrollbar { display: none; }

.pill {
  flex-shrink: 0;
  padding: 0.6rem 1.15rem;
  border: 1px solid rgba(135, 150, 120, 0.4);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2d362a;
  background: transparent;
  transition: all 200ms ease;
  white-space: nowrap;
  cursor: pointer;
}
.pill:hover { border-color: #879678; color: #879678; }
.pill.active { background: #879678; color: #ffffff; border-color: #879678; }
.pill .count { margin-left: 0.5rem; opacity: 0.55; font-weight: 400; }
.pill.active .count { opacity: 0.7; }

.filter-controls {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  justify-content: space-between;
}
@media (min-width: 1024px) { .filter-controls { justify-content: flex-end; gap: 2rem; } }

.product-count {
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(45, 54, 42, 0.6);
  white-space: nowrap;
}
.product-count strong { color: #2d362a; font-weight: 600; }

.filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  color: #2d362a;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(135, 150, 120, 0.4);
  transition: border-color 200ms;
}
.filter-btn:hover { border-color: #879678; }
@media (min-width: 1024px) { .filter-btn { display: none; } }

.sort-wrap { position: relative; display: inline-flex; align-items: center; }
.sort-select {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(135, 150, 120, 0.4);
  padding: 0.6rem 1.5rem 0.6rem 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #2d362a;
  cursor: pointer;
  transition: border-color 200ms;
}
.sort-select:hover, .sort-select:focus { outline: none; border-bottom-color: #879678; }
.sort-wrap::after {
  content: '';
  position: absolute;
  right: 4px;
  top: 50%;
  width: 8px; height: 8px;
  border-right: 1px solid #879678;
  border-bottom: 1px solid #879678;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}

/* ============================================================
   SHOP — PRODUCT GRID
   ============================================================ */
.products-section {
  padding: 3rem 0 5rem;
  background: #efece1;
}
@media (min-width: 768px) { .products-section { padding: 4rem 0 6rem; } }

.products-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 1rem;
}
@media (min-width: 640px)  { .products-grid { gap: 2rem 1.25rem; } }
@media (min-width: 768px)  { .products-grid { grid-template-columns: repeat(3, 1fr); gap: 2.5rem 1.5rem; } }
@media (min-width: 1024px) { .products-grid { grid-template-columns: repeat(4, 1fr); gap: 3rem 2rem; } }

/* Editorial break inside grid */
.editorial-break {
  grid-column: 1 / -1;
  background: #879678;
  color: #ffffff;
  padding: 3.5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) { .editorial-break { padding: 4.5rem 3rem; } }
.editorial-break .check-strip-light {
  position: absolute;
  top: 0; left: 0; right: 0;
}
.editorial-break .check-strip-light.bottom { top: auto; bottom: 0; }
.editorial-break .script-flourish {
  font-family: 'Allura', cursive;
  font-size: 1.6rem;
  line-height: 1;
  color: #efece1;
  margin-bottom: 0.5rem;
}
.editorial-break h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  margin: 0 0 1.25rem;
  max-width: 18ch;
}
.editorial-break p {
  font-size: 0.86rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  max-width: 36ch;
  margin: 0 auto 2rem;
}
.btn-on-sage {
  background: #ffffff;
  color: #2d362a;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.7rem;
  padding: 0.95rem 2rem;
  transition: background 200ms ease, color 200ms ease;
  display: inline-block;
}
.btn-on-sage:hover { background: #efece1; }

/* Load more */
.load-more-wrap {
  text-align: center;
  margin-top: 3.5rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(135, 150, 120, 0.25);
}
.load-more-wrap .showing {
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(45, 54, 42, 0.6);
  margin-bottom: 1.5rem;
}

/* Help strip (bottom of shop) */
.help-strip {
  background: #ffffff;
  padding: 4rem 0;
  border-top: 1px solid rgba(135, 150, 120, 0.18);
}
@media (min-width: 768px) { .help-strip { padding: 5rem 0; } }
.help-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 768px) { .help-grid { grid-template-columns: 1fr 1fr; gap: 4rem; } }
.help-strip h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  line-height: 1.1;
  max-width: 14ch;
  margin: 0;
}
.help-strip .it { font-style: italic; color: rgba(45, 54, 42, 0.55); }
.help-options { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem 2.5rem; }
.help-option .label {
  font-size: 0.6rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 500;
  color: #879678;
  margin-bottom: 0.55rem;
}
.help-option .value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  line-height: 1.4;
  color: #2d362a;
}
.help-option .value a:hover { color: #879678; }
.help-option .note {
  font-size: 0.7rem;
  color: rgba(45, 54, 42, 0.6);
  line-height: 1.5;
  margin-top: 0.35rem;
}

/* ============================================================
   PRODUCT PAGE — BREADCRUMB
   ============================================================ */
.breadcrumb-strip {
  background: #ffffff;
  padding: 1.75rem 0 0.5rem;
}
@media (min-width: 768px) { .breadcrumb-strip { padding: 2.25rem 0 1rem; } }
.breadcrumb {
  font-size: 0.6rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(45, 54, 42, 0.55);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.breadcrumb a:hover { color: #879678; }
.breadcrumb .sep {
  width: 18px; height: 1px;
  background: rgba(45, 54, 42, 0.3);
  display: inline-block;
}
.breadcrumb .current { color: rgba(45, 54, 42, 0.85); }

/* ============================================================
   PRODUCT PAGE — HERO / GALLERY
   ============================================================ */
.product-hero {
  background: #ffffff;
  padding: 2rem 0 4rem;
}
@media (min-width: 768px)  { .product-hero { padding: 3rem 0 6rem; } }
@media (min-width: 1024px) { .product-hero { padding: 3.5rem 0 7rem; } }

.product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .product-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 4.5rem;
    align-items: start;
  }
}

.gallery { position: relative; }
.gallery-main {
  background: #ffffff;
  padding: 14px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) { .gallery-main { padding: 18px; } }
.gallery-main-img { position: relative; overflow: hidden; background: #f5f3eb; }
.gallery-main-img img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: opacity 350ms ease;
}
@media (min-width: 640px)  { .gallery-main-img img { height: 520px; } }
@media (min-width: 1024px) { .gallery-main-img img { height: 620px; } }

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.65rem;
  margin-top: 0.75rem;
}
@media (min-width: 768px) { .gallery-thumbs { gap: 0.85rem; margin-top: 0.95rem; } }
.gallery-thumb {
  background: #ffffff;
  padding: 6px;
  cursor: pointer;
  transition: outline 200ms ease;
  outline: 1px solid transparent;
}
@media (min-width: 768px) { .gallery-thumb { padding: 8px; } }
.gallery-thumb.active { outline: 1px solid #879678; }
.gallery-thumb img {
  width: 100%;
  height: 75px;
  object-fit: cover;
  background: #f5f3eb;
  transition: opacity 200ms;
}
@media (min-width: 640px)  { .gallery-thumb img { height: 90px; } }
@media (min-width: 1024px) { .gallery-thumb img { height: 110px; } }
.gallery-thumb:not(.active) img { opacity: 0.75; }
.gallery-thumb:not(.active):hover img { opacity: 0.95; }

/* Product info column */
.product-info { padding: 0; }
@media (min-width: 1024px) { .product-info { padding-top: 0.5rem; padding-left: 0.5rem; } }

.product-category {
  font-size: 0.65rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-weight: 500;
  color: #879678;
  margin-bottom: 1rem;
}
.product-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  line-height: 1.02;
  margin: 0 0 0.75rem;
}
.product-price {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.55rem;
  color: rgba(45, 54, 42, 0.9);
  margin-bottom: 1.5rem;
}
.product-tagline {
  font-family: 'Allura', cursive;
  font-size: 1.55rem;
  line-height: 1;
  color: #879678;
  margin: 0 0 1.5rem;
}
.product-description {
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(45, 54, 42, 0.78);
  margin: 0 0 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(135, 150, 120, 0.2);
}

.field-group { margin-bottom: 1.75rem; }
.field-note {
  margin-top: 0.6rem;
  font-size: 0.7rem;
  color: rgba(45, 54, 42, 0.55);
  line-height: 1.5;
}

.cta-wrap {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(135, 150, 120, 0.2);
}
.freshness-note {
  margin-top: 1.5rem;
  padding: 1rem 1.1rem;
  background: #efece1;
  font-size: 0.74rem;
  line-height: 1.55;
  color: rgba(45, 54, 42, 0.7);
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
}
.freshness-note svg { flex-shrink: 0; margin-top: 1px; }

/* ============================================================
   PRODUCT PAGE — STORY / DETAILS / BANNER
   ============================================================ */
.story-section { background: #efece1; padding: 5rem 0; }
@media (min-width: 768px)  { .story-section { padding: 7rem 0; } }
@media (min-width: 1024px) { .story-section { padding: 8rem 0; } }

.story-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 1024px) { .story-grid { grid-template-columns: 1fr 1fr; gap: 5rem; } }

.story-text { max-width: 30rem; }
.story-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.08;
  margin: 1.25rem 0 1.75rem;
}
.story-body p {
  font-size: 0.95rem;
  line-height: 1.75;
  color: rgba(45, 54, 42, 0.8);
  margin: 0 0 1.25rem;
}
.story-image { overflow: hidden; }
.story-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}
@media (min-width: 640px)  { .story-image img { height: 460px; } }
@media (min-width: 1024px) { .story-image img { height: 580px; } }

.details-section {
  background: #ffffff;
  padding: 5rem 0;
  border-top: 1px solid rgba(135, 150, 120, 0.15);
}
@media (min-width: 768px) { .details-section { padding: 6rem 0; } }
.details-header {
  text-align: center;
  max-width: 32rem;
  margin: 0 auto 4rem;
}
.details-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  line-height: 1.1;
  margin: 1.25rem 0 0;
}
.details-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px)  { .details-grid { grid-template-columns: repeat(3, 1fr); gap: 3rem; } }
@media (min-width: 1024px) { .details-grid { gap: 4rem; } }

.detail-card { text-align: left; }
.detail-icon { width: 36px; height: 36px; margin-bottom: 1.25rem; color: #879678; }
.detail-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 0 0 1.25rem;
}
.detail-list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  font-size: 0.85rem;
  line-height: 1.55;
  color: rgba(45, 54, 42, 0.78);
}
.detail-list li { position: relative; padding-left: 1.25rem; }
.detail-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 9px;
  width: 6px; height: 1px;
  background: #879678;
}
.detail-list.numbered { counter-reset: step; }
.detail-list.numbered li { counter-increment: step; padding-left: 1.75rem; }
.detail-list.numbered li::before {
  content: counter(step);
  background: transparent;
  width: auto; height: auto; top: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #879678;
}
.detail-list strong { color: #2d362a; font-weight: 600; }
.detail-note {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(135, 150, 120, 0.2);
  font-size: 0.75rem;
  font-style: italic;
  color: rgba(45, 54, 42, 0.6);
}

.editorial-banner {
  background: #6d7c5f;
  color: #ffffff;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 768px) { .editorial-banner { padding: 6.5rem 0; } }
.editorial-banner .check-strip-light {
  position: absolute;
  top: 0; left: 0; right: 0;
}
.editorial-banner .check-strip-light.bottom { top: auto; bottom: 0; }
.editorial-banner .script-flourish {
  font-family: 'Allura', cursive;
  font-size: 1.7rem;
  line-height: 1;
  color: #efece1;
  margin-bottom: 0.65rem;
}
.editorial-banner h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
  margin: 0 0 1.5rem;
}
.editorial-banner p {
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  max-width: 36rem;
  margin: 0 auto;
}

/* Related products */
.related-section { background: #efece1; padding: 5rem 0 6rem; }
@media (min-width: 768px) { .related-section { padding: 7rem 0 8rem; } }
.related-header { text-align: center; margin-bottom: 4rem; }
.related-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  line-height: 1.1;
  margin: 1.25rem 0 0;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 1rem;
}
@media (min-width: 768px) { .related-grid { grid-template-columns: repeat(4, 1fr); gap: 2.5rem 1.5rem; } }

/* ============================================================
   OUR STORY PAGE
   ============================================================ */
.story-hero { position: relative; overflow: hidden; }
.story-hero-inner { position: relative; height: 75vh; min-height: 540px; max-height: 720px; }

.intro-letter { background: #ffffff; padding: 5rem 0 4rem; }
@media (min-width: 768px) { .intro-letter { padding: 7rem 0 6rem; } }
.intro-letter .script-greeting {
  font-family: 'Allura', cursive;
  font-size: 2.4rem;
  line-height: 1;
  color: #879678;
  text-align: center;
  margin-bottom: 1.5rem;
}
.intro-letter h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  line-height: 1.08;
  text-align: center;
  max-width: 22ch;
  margin: 0 auto 2.5rem;
}
.intro-letter h1 .it { font-style: italic; color: rgba(45, 54, 42, 0.55); }
.intro-body p {
  font-size: 1.02rem;
  line-height: 1.85;
  color: rgba(45, 54, 42, 0.82);
  margin: 0 0 1.5rem;
}

.timeline-section { background: #efece1; padding: 5rem 0; }
@media (min-width: 768px) { .timeline-section { padding: 7rem 0; } }

.timeline-header { text-align: center; max-width: 32rem; margin: 0 auto 4rem; }

.timeline-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(2rem, 3.6vw, 3rem);
  line-height: 1.1;
  margin: 1.25rem 0 0;
}

.timeline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  max-width: 64rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 3.5rem;
  }
}

@media (min-width: 1024px) {
  .timeline {
    grid-template-columns: repeat(6, 1fr);
    gap: 3rem;
  }

  .timeline .milestone {
    grid-column: span 2;
  }
}

.milestone { position: relative; }

.milestone-year {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 400;
  color: #879678;
  margin-bottom: 0.75rem;
}

.milestone-marker {
  width: 24px;
  height: 1px;
  background: #879678;
  margin-bottom: 1rem;
}

.milestone-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.35rem;
  line-height: 1.2;
  margin: 0 0 0.85rem;
}

.milestone-body {
  font-size: 0.85rem;
  line-height: 1.7;
  color: rgba(45, 54, 42, 0.72);
}

.founders-section { background: #ffffff; padding: 5rem 0; }
@media (min-width: 768px) { .founders-section { padding: 7rem 0; } }
.founders-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .founders-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 5rem;
  }
}
.founders-image { overflow: hidden; position: relative; }
.founders-image img { width: 100%; height: 420px; object-fit: cover; }
@media (min-width: 640px)  { .founders-image img { height: 520px; } }
@media (min-width: 1024px) { .founders-image img { height: 640px; } }
.founders-text { max-width: 32rem; }
.founders-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  line-height: 1.08;
  margin: 1.25rem 0 1.75rem;
}
.founders-title .it { font-style: italic; color: rgba(45, 54, 42, 0.6); }
.founders-body { border-left: 1px solid #879678; padding-left: 1.5rem; }
.founders-body p { font-size: 0.95rem; line-height: 1.8; color: rgba(45, 54, 42, 0.8); margin: 0 0 1.25rem; }
.founders-signoff { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 0.5rem; }
.founders-signoff .names { font-family: 'Allura', cursive; font-size: 2.4rem; line-height: 1; color: #879678; }
.founders-signoff .roles { font-size: 0.65rem; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 500; color: rgba(45, 54, 42, 0.6); }

.white-house-section { background: #6d7c5f; color: #ffffff; position: relative; overflow: hidden; }
.white-house-section .check-strip-light { position: absolute; top: 0; left: 0; right: 0; }
.white-house-section .check-strip-light.bottom { top: auto; bottom: 0; }
.wh-grid { display: grid; grid-template-columns: 1fr; gap: 0; align-items: stretch; }
@media (min-width: 1024px) { .wh-grid { grid-template-columns: 1fr 1fr; min-height: 360px; } }
.wh-image { overflow: hidden; background: #2d362a; }
.wh-image img { width: 100%; height: 240px; object-fit: cover; opacity: 0.92; }
@media (min-width: 1024px) { .wh-image img { height: 100%; min-height: 360px; } }
.wh-content { padding: 2.5rem 2rem; display: flex; flex-direction: column; justify-content: center; }
@media (min-width: 768px)  { .wh-content { padding: 3rem 3rem; } }
@media (min-width: 1024px) { .wh-content { padding: 3rem 3.5rem; } }
.wh-script { font-family: 'Allura', cursive; font-size: 1.7rem; line-height: 1; color: #efece1; margin-bottom: 0.5rem; }
.wh-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(2.25rem, 4.5vw, 3.5rem);
  line-height: 1.02;
  margin: 0 0 1.25rem;
}
.wh-body { font-size: 0.9rem; line-height: 1.7; color: rgba(255, 255, 255, 0.88); max-width: 32rem; }
.wh-body p { margin: 0 0 0.95rem; }
.wh-body strong { color: #ffffff; font-weight: 600; }
.wh-stats {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(239, 236, 225, 0.25);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.wh-stat-num { font-family: 'Cormorant Garamond', serif; font-size: 1.75rem; line-height: 1; color: #ffffff; margin-bottom: 0.35rem; }
.wh-stat-num .unit { font-size: 0.78rem; color: rgba(239, 236, 225, 0.7); vertical-align: top; }
.wh-stat-label { font-size: 0.58rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(239, 236, 225, 0.75); font-weight: 500; }

.values-section { background: #efece1; padding: 5rem 0; }
@media (min-width: 768px) { .values-section { padding: 7rem 0; } }
/* No side checker — centered header per sitewide rule (centered = no partial-side checker) */
.values-header { text-align: center; max-width: 30rem; margin: 0 auto 4rem; }
.values-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  line-height: 1.1;
  margin: 1.25rem 0 0;
}
.values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) { .values-grid { grid-template-columns: repeat(3, 1fr); gap: 3rem; } }
.value-card { text-align: center; }
.value-num { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.5rem; color: #879678; margin-bottom: 1rem; }
.value-title { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: 1.5rem; line-height: 1.15; margin: 0 0 1rem; }
.value-body { font-size: 0.88rem; line-height: 1.7; color: rgba(45, 54, 42, 0.75); max-width: 24ch; margin: 0 auto; }

.closing-section { background: #ffffff; padding: 5rem 0; text-align: center; }
@media (min-width: 768px) { .closing-section { padding: 7rem 0; } }
.closing-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(2.25rem, 4.5vw, 3.5rem);
  line-height: 1.05;
  margin: 0 0 1.5rem;
  max-width: 22ch;
  margin-left: auto;
  margin-right: auto;
}
.closing-section .it { font-style: italic; color: rgba(45, 54, 42, 0.55); }
.closing-section p { font-size: 0.95rem; line-height: 1.7; color: rgba(45, 54, 42, 0.75); max-width: 30rem; margin: 0 auto 2.5rem; }
.closing-buttons { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-hero { position: relative; overflow: hidden; }
.contact-hero-inner { position: relative; height: 70vh; min-height: 480px; max-height: 640px; }
.contact-hero .script-flourish { font-size: 1.9rem; }
.contact-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(2.25rem, 5.5vw, 4rem);
  line-height: 1.02;
  margin: 0 auto 1.5rem;
  max-width: 18ch;
}
.contact-hero h1 .it { font-style: italic; color: #879678; }
.contact-hero p { font-size: 0.9rem; line-height: 1.65; color: rgba(45, 54, 42, 0.75); max-width: 27rem; margin: 0 auto; }

.quick-contact {
  background: #ffffff;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(135, 150, 120, 0.18);
}
.quick-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .quick-contact-grid { grid-template-columns: repeat(3, 1fr); gap: 2rem; text-align: left; }
}
.qc-item { display: flex; flex-direction: column; gap: 0.4rem; align-items: center; }
@media (min-width: 768px) { .qc-item { align-items: flex-start; } }
.qc-label { font-size: 0.6rem; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 500; color: #879678; }
.qc-value { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 500; color: #2d362a; }
.qc-value a:hover { color: #879678; }
.qc-sub { font-size: 0.72rem; color: rgba(45, 54, 42, 0.55); }

.contact-main { background: #ffffff; padding: 5rem 0; }
@media (min-width: 768px) { .contact-main { padding: 7rem 0; } }
.contact-main-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 1024px) {
  .contact-main-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 5rem;
  }
}
.form-block { max-width: 36rem; }
.form-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  line-height: 1.08;
  margin: 1.25rem 0 1rem;
}
.form-title .it { font-style: italic; color: rgba(45, 54, 42, 0.6); }
.form-intro {
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(45, 54, 42, 0.75);
  margin: 0 0 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(135, 150, 120, 0.2);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 1.75rem;
}
@media (min-width: 640px) { .form-grid { grid-template-columns: 1fr 1fr; } }
.form-full { grid-column: 1 / -1; }
.form-actions {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
@media (min-width: 640px) { .form-actions { flex-direction: row; align-items: center; gap: 1.5rem; } }
.response-note { font-size: 0.65rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500; color: rgba(45, 54, 42, 0.6); }

.info-sidebar { background: #efece1; padding: 2.5rem 2rem; align-self: start; }
@media (min-width: 768px) { .info-sidebar { padding: 3rem 2.5rem; } }
.info-sidebar h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.1;
  margin: 1rem 0 1.75rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(135, 150, 120, 0.25);
}
.info-block { margin-bottom: 1.75rem; }
.info-block-label { font-size: 0.6rem; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 500; color: #879678; margin-bottom: 0.5rem; }
.info-block-value { font-size: 0.92rem; line-height: 1.65; color: rgba(45, 54, 42, 0.85); }
.hours-table { font-size: 0.88rem; line-height: 1.9; color: rgba(45, 54, 42, 0.82); }
.hours-table td:first-child { color: rgba(45, 54, 42, 0.55); padding-right: 1.5rem; font-size: 0.78rem; letter-spacing: 0.05em; }
.social-row { display: flex; gap: 0.85rem; margin-top: 0.6rem; }
.social-row a {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(135, 150, 120, 0.5);
  color: #879678;
  transition: all 200ms;
}
.social-row a:hover { background: #879678; color: #ffffff; border-color: #879678; }

.map-section { background: #efece1; padding: 4rem 0; }
@media (min-width: 768px) { .map-section { padding: 6rem 0; } }
.map-header { text-align: center; margin-bottom: 3rem; }
.map-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  line-height: 1.08;
  margin: 1rem 0 0;
}
.map-wrap {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(135, 150, 120, 0.25);
  overflow: hidden;
  height: 420px;
}
@media (min-width: 768px) { .map-wrap { height: 540px; } }
.map-wrap iframe { width: 100%; height: 100%; border: 0; display: block; }

.faq-section { background: #ffffff; padding: 5rem 0; border-top: 1px solid rgba(135, 150, 120, 0.18); }
@media (min-width: 768px) { .faq-section { padding: 7rem 0; } }
.faq-header { text-align: center; max-width: 30rem; margin: 0 auto 4rem; }
.faq-header h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  line-height: 1.1;
  margin: 1.25rem 0 0;
}
.faq-grid {
  max-width: 56rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 3rem;
}
@media (min-width: 768px) { .faq-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem 4rem; } }
.faq-item dt {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 0.6rem;
}
.faq-item dd { margin: 0; font-size: 0.86rem; line-height: 1.7; color: rgba(45, 54, 42, 0.75); }

/* ============================================================
   LEGAL PAGES
   ============================================================ */
.legal-hero { background: #efece1; padding: 3.5rem 0 3rem; text-align: center; }
@media (min-width: 768px) { .legal-hero { padding: 5rem 0 4.5rem; } }
.legal-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.05;
  margin: 1.25rem 0 1rem;
}
.legal-hero h1 .it { font-style: italic; color: rgba(45, 54, 42, 0.6); }
.legal-hero .updated {
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(45, 54, 42, 0.55);
}
.legal-body { background: #ffffff; padding: 4rem 0 6rem; }
@media (min-width: 768px) { .legal-body { padding: 5rem 0 7rem; } }
.legal-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .legal-grid {
    grid-template-columns: minmax(0, 220px) minmax(0, 1fr);
    gap: 4rem;
    align-items: start;
  }
}
.legal-toc {
  background: #efece1;
  padding: 1.5rem;
  position: sticky;
  top: 90px;
}
body.scrolled .legal-toc { top: 60px; }
@media (max-width: 1023px) { .legal-toc { position: static; padding: 1.25rem 1.5rem; } }
.legal-toc .toc-label {
  font-size: 0.6rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-weight: 500;
  color: #879678;
  margin-bottom: 1rem;
}
.legal-toc ul { display: flex; flex-direction: column; gap: 0.65rem; }
.legal-toc a {
  font-size: 0.78rem;
  line-height: 1.4;
  color: rgba(45, 54, 42, 0.7);
  transition: color 200ms;
  display: block;
  padding-left: 0.75rem;
  border-left: 1px solid transparent;
}
.legal-toc a:hover, .legal-toc a.active {
  color: #2d362a;
  border-left-color: #879678;
}
.legal-content { max-width: 42rem; }
.legal-content .lead {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.2rem;
  line-height: 1.6;
  color: rgba(45, 54, 42, 0.78);
  padding-bottom: 2.5rem;
  margin: 0 0 3rem;
  border-bottom: 1px solid rgba(135, 150, 120, 0.25);
}
.legal-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1.15;
  margin: 3.5rem 0 1.25rem;
  scroll-margin-top: 120px;
}
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content h2 .num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: #879678;
  font-size: 0.78em;
  margin-right: 0.4em;
}
.legal-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.15rem;
  line-height: 1.25;
  margin: 2.25rem 0 0.85rem;
  color: #2d362a;
}
.legal-content p { font-size: 0.92rem; line-height: 1.75; color: rgba(45, 54, 42, 0.82); margin: 0 0 1.1rem; }
.legal-content ul.bullets { margin: 1rem 0 1.5rem; display: flex; flex-direction: column; gap: 0.55rem; }
.legal-content ul.bullets li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.92rem;
  line-height: 1.65;
  color: rgba(45, 54, 42, 0.82);
}
.legal-content ul.bullets li::before {
  content: '';
  position: absolute;
  left: 0; top: 11px;
  width: 6px; height: 1px;
  background: #879678;
}
.legal-content strong { color: #2d362a; font-weight: 600; }
.legal-content a { color: #879678; border-bottom: 1px solid rgba(135, 150, 120, 0.4); padding-bottom: 1px; transition: border-color 200ms; }
.legal-content a:hover { border-bottom-color: #879678; }
.legal-callout {
  background: #efece1;
  padding: 1.5rem 1.75rem;
  margin: 2rem 0;
  border-left: 2px solid #879678;
  font-size: 0.88rem;
  line-height: 1.7;
  color: rgba(45, 54, 42, 0.82);
}
.legal-callout strong { display: block; margin-bottom: 0.4rem; font-family: 'Cormorant Garamond', serif; font-size: 1rem; font-weight: 600; }
.legal-contact-card {
  margin-top: 4rem;
  padding: 2rem;
  background: #efece1;
  text-align: center;
}
.legal-contact-card .script { font-family: 'Allura', cursive; font-size: 1.6rem; line-height: 1; color: #879678; margin-bottom: 0.4rem; }
.legal-contact-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 500; margin: 0 0 0.85rem; }
.legal-contact-card p { font-size: 0.86rem; color: rgba(45, 54, 42, 0.75); margin: 0 0 1.25rem; }

/* ============================================================
   HOMEPAGE — HERITAGE BANNER
   ============================================================ */
.heritage-banner {
  background: #879678;
  color: #ffffff;
  padding: 4rem 0 5rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 640px) { .heritage-banner { padding: 5rem 0 6rem; } }

/* ============================================================
   HOMEPAGE — FEATURED SCROLLER
   ============================================================ */
.scroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 75%;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 0.5rem;
}
.scroller::-webkit-scrollbar { display: none; }
.scroller > * { scroll-snap-align: start; }
@media (min-width: 640px)  { .scroller { grid-auto-columns: 46%; } }
@media (min-width: 1024px) { .scroller { grid-auto-columns: 28%; gap: 2rem; } }

/* Homepage product card in scroller */
.scroller .product-card { overflow: hidden; }
.scroller .product-card .card-img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  transition: transform 800ms ease;
}

/* ============================================================
   HOMEPAGE — SINCE BADGE
   ============================================================ */
.since-badge {
  width: 165px;
  height: 165px;
  background: #879678;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  box-shadow: 0 20px 40px -15px rgba(45, 54, 42, 0.3);
}

/* ============================================================
   HOMEPAGE — SAGE RULE BLOCKQUOTE
   ============================================================ */
.sage-rule {
  border-left: 1px solid #879678;
  padding-left: 1.5rem;
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: #ffffff;
  padding: 5rem 0 2.5rem;
  border-top: 1px solid rgba(178, 194, 163, 0.4);
}
.footer-wordmark { text-align: center; margin-bottom: 4rem; }
.footer-flower { width: 56px; height: 56px; margin: 0 auto 1.5rem; opacity: 0.9; }
.footer-wordmark .wordmark { font-size: 20px; }
.footer-wordmark .wordmark-tagline { margin-top: 0.5rem; color: rgba(45, 54, 42, 0.7); }

.footer-cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  text-align: center;
}
@media (min-width: 640px) {
  .footer-cols { grid-template-columns: repeat(3, 1fr); text-align: left; }
}
.footer-col .label {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(45, 54, 42, 0.55);
  margin-bottom: 1rem;
}
.footer-col ul { display: flex; flex-direction: column; gap: 0.55rem; font-size: 13px; }
.footer-col ul li a:hover { color: #879678; }

.footer-strip { margin-top: 4rem; opacity: 0.7; }
.footer-base {
  margin-top: 2rem;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(45, 54, 42, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .footer-base { flex-direction: row; justify-content: space-between; }
}

/* ============================================================
   UTILITY
   ============================================================ */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.text-center  { text-align: center; }
.italic       { font-style: italic; }

/* ============================================================
   404
   ============================================================ */
.not-found-section {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6rem 0;
  text-align: center;
  background: #efece1;
}
.not-found-section h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(5rem, 12vw, 10rem);
  line-height: 1;
  color: #879678;
  margin-bottom: 0.5rem;
}
.not-found-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  margin-bottom: 1.5rem;
}
.not-found-section p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(45, 54, 42, 0.7);
  max-width: 28rem;
  margin: 0 auto 2.5rem;
}

/* ============================================================
   FORM SUCCESS / ERROR
   ============================================================ */
.form-notice {
  padding: 1rem 1.25rem;
  font-size: 0.85rem;
  line-height: 1.6;
  border-left: 2px solid #879678;
  background: #efece1;
  display: none;
}
.form-notice.success { display: block; }
.form-notice.error { border-left-color: #a05050; background: #f5eded; display: block; }

/* ============================================================
   HOMEPAGE — HERO SECTION
   ============================================================ */
.hero-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  background: #efece1;
}
.hero-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Gradient overlays used in content-home.php
   (parallel to .hero-grad-top / .hero-grad-bottom used elsewhere) */
.hero-gradient-top {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 8rem;
  background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
  pointer-events: none;
}
.hero-gradient-bottom {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 10rem;
  background: linear-gradient(to top, rgba(255,255,255,0.6), transparent);
  pointer-events: none;
}

.hero-center-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.25rem;
}

/* Modifier used alongside .glass-box on the homepage hero */
.hero-glass-content {
  width: 100%;
  max-width: 44rem;
  text-align: center;
  padding: 3rem 2rem;
  color: #2d362a;
}
@media (min-width: 640px)  { .hero-glass-content { padding: 4rem 3.5rem; } }
@media (min-width: 768px)  { .hero-glass-content { padding: 4.5rem 4rem; } }

.hero-scroll-hint {
  position: absolute;
  bottom: 2.25rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(45, 54, 42, 0.45);
  animation: scroll-bounce 2.2s ease-in-out infinite;
}
@keyframes scroll-bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(7px); }
}

/* ============================================================
   HOMEPAGE — WHITE HOUSE BANNER
   ============================================================ */
.wh-banner {
  background: #2d362a;
  color: #ffffff;
  padding: 5rem 0 6rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media (min-width: 640px) { .wh-banner { padding: 6rem 0 7rem; } }

/* ============================================================
   HOMEPAGE — HERITAGE SECTION
   ============================================================ */
.heritage-section {
  background: #ffffff;
  padding: 7rem 0;
}
@media (min-width: 640px) { .heritage-section { padding: 9rem 0; } }

.heritage-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 768px) {
  .heritage-grid {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}
@media (min-width: 1024px) {
  .heritage-grid {
    grid-template-columns: 55% 1fr;
    gap: 6rem;
  }
}

.heritage-img-col {
  position: relative;
}
.heritage-img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
  transition: transform 800ms ease;
}
.heritage-img-col:hover .heritage-img { transform: scale(1.03); }

.heritage-text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.heritage-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(178, 194, 163, 0.4);
}

/* ============================================================
   HOMEPAGE — THREE SHOPS
   ============================================================ */
.three-shops-section {
  background: #efece1;
  padding: 7rem 0 8rem;
}
@media (min-width: 640px) { .three-shops-section { padding: 9rem 0 10rem; } }

.three-shops-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .three-shops-grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    gap: 2.5rem;
  }
}

/* Middle card drops down to create staggered offset */
.stagger-down { margin-top: 0; }
@media (min-width: 768px) { .stagger-down { margin-top: 5rem; } }

/* ============================================================
   HOMEPAGE — SHOP BY OCCASION
   ============================================================ */
.occasions-section {
  background: #ffffff;
  padding: 7rem 0 8rem;
}
@media (min-width: 640px) { .occasions-section { padding: 9rem 0 10rem; } }

.occasions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .occasions-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

/* ============================================================
   HOMEPAGE — FEATURED ARRANGEMENTS
   ============================================================ */
.featured-section {
  background: #efece1;
  padding: 7rem 0 8rem;
}
@media (min-width: 640px) { .featured-section { padding: 9rem 0 10rem; } }

.featured-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.scroller-arrows {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

/* ============================================================
   HOMEPAGE — TESTIMONIALS
   ============================================================ */
.testimonials-section {
  background: #fff;
  padding: 7rem 0 8rem;
  border-top: 1px solid rgba(178, 194, 163, 0.35);
}
@media (min-width: 640px) { .testimonials-section { padding: 9rem 0 10rem; } }

.testimonials-inner { /* container used directly — no extra layout needed */ }

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  max-width: 56rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}

/* ============================================================
   HOMEPAGE — FAQ
   (layout handled by .faq-section / .faq-grid defined in the
    CONTACT PAGE section above; only homepage dt/dd bare styles
    are added here since the homepage uses dt/dd directly, not
    wrapped in .faq-item)
   ============================================================ */
.faq-inner { /* container used directly — no extra layout needed */ }

/* Homepage uses bare dt/dd inside .faq-grid (no .faq-item wrapper) */
.faq-grid > div > dt {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.25;
  color: #2d362a;
  margin-bottom: 0;
}
.faq-grid > div > dd {
  margin-top: 0.75rem;
  font-size: 0.88rem;
  line-height: 1.75;
  color: rgba(45, 54, 42, 0.75);
  margin-left: 0;
}

/* ============================================================
   HOMEPAGE — VISIT US
   ============================================================ */
.visit-section {
  background: #ffffff;
  padding: 7rem 0 8rem;
}
@media (min-width: 640px) { .visit-section { padding: 9rem 0 10rem; } }

.visit-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: start;
}
@media (min-width: 768px) {
  .visit-grid {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}
@media (min-width: 1024px) {
  .visit-grid { grid-template-columns: 45% 1fr; }
}

.visit-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 3rem;
  margin-top: 2.5rem;
}

.visit-map {
  width: 100%;
  min-height: 420px;
  background: #dddbc5;
  overflow: hidden;
  position: relative;
}
.visit-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  position: absolute;
  inset: 0;
}

/* ============================================================
   WOOCOMMERCE — GLOBAL RESETS & FONT OVERRIDES
   ============================================================ */
.woocommerce,
.woocommerce-page {
  font-family: 'Montserrat', sans-serif;
  color: var(--ink);
}
.woocommerce a,
.woocommerce-page a { color: var(--ink); }
.woocommerce a:hover,
.woocommerce-page a:hover { color: var(--sage); }

/* Strip WC's default blue links and star ratings */
.woocommerce .star-rating span::before,
.woocommerce .star-rating::before { color: var(--sage); }

/* WC quantity input reset */
.woocommerce input.qty,
.woocommerce input[type="number"] {
  font-family: 'Montserrat', sans-serif;
  color: var(--ink);
  border: 1px solid #c8c5b8;
  border-radius: 0;
  padding: .5rem .75rem;
}

/* ============================================================
   PAGE HERO STRIP
   ============================================================ */
.page-hero-strip {
  background: var(--beige);
  padding: 4rem 0 3rem;
  text-align: center;
}
.page-hero-strip .eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: .75rem;
}
.page-hero-strip h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 400;
  color: var(--ink);
  line-height: 1.1;
}

/* ============================================================
   WooCommerce NOTICES
   ============================================================ */
.tpe-notice {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.5rem;
  border-radius: 2px;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  font-family: 'Montserrat', sans-serif;
}
.tpe-notice__icon { flex-shrink: 0; margin-top: .15em; }
.tpe-notice__messages p { margin: 0; line-height: 1.6; }
.tpe-notice__messages p + p { margin-top: .4rem; }

.tpe-notice--error {
  background: #fdf2f2;
  border-left: 3px solid #c0392b;
  color: #7b2020;
}
.tpe-notice--error .tpe-notice__icon { color: #c0392b; }

.tpe-notice--success {
  background: #f2f8f4;
  border-left: 3px solid var(--sage);
  color: #2d4a35;
}
.tpe-notice--success .tpe-notice__icon { color: var(--sage); }

.tpe-notice--info {
  background: #f4f6f9;
  border-left: 3px solid var(--sage-light);
  color: var(--ink);
}
.tpe-notice--info .tpe-notice__icon { color: var(--sage-light); }

/* WC default notices — restyle to match */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top: none;
  border-radius: 2px;
  font-family: 'Montserrat', sans-serif;
  font-size: .875rem;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
}
.woocommerce-message { background: #f2f8f4; border-left: 3px solid var(--sage); color: #2d4a35; }
.woocommerce-info    { background: #f4f6f9; border-left: 3px solid var(--sage-light); color: var(--ink); }
.woocommerce-error   { background: #fdf2f2; border-left: 3px solid #c0392b; color: #7b2020; }
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before { display: none; }

/* ============================================================
   CART PAGE
   ============================================================ */
.cart-section {
  background: var(--paper);
  padding: 5rem 0 7rem;
}

/* Two-column grid: items 60% | summary 38% */
.cart-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 960px) {
  .cart-grid {
    grid-template-columns: 1fr 380px;
    gap: 4rem;
    align-items: start;
  }
}

/* ── Cart Items ── */
.cart-items { display: flex; flex-direction: column; gap: 0; }

.woocommerce-cart-form { width: 100%; }

.cart-item {
  display: grid;
  grid-template-columns: 80px 1fr auto auto auto;
  gap: 1.25rem;
  align-items: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e8e3d3;
}
@media (max-width: 639px) {
  .cart-item {
    grid-template-columns: 64px 1fr;
    grid-template-rows: auto auto auto;
    gap: .75rem;
  }
  .cart-item-thumb { grid-row: 1 / 3; }
  .cart-item-details { grid-column: 2; }
  .cart-qty-wrap,
  .cart-item-total,
  .cart-item-remove { grid-column: 2; }
}

.cart-item-thumb img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 2px;
}
@media (max-width: 639px) { .cart-item-thumb img { width: 64px; height: 64px; } }

.cart-item-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: .3rem;
}
.cart-item-name a { color: var(--ink); }
.cart-item-name a:hover { color: var(--sage); }

.cart-item-meta {
  font-size: .75rem;
  color: var(--sage);
  margin-bottom: .35rem;
  letter-spacing: .04em;
}
.cart-item-unit-price {
  font-size: .8rem;
  color: #888;
  letter-spacing: .03em;
}

/* Qty wrap: − number + */
.cart-qty-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #c8c5b8;
  border-radius: 2px;
  overflow: hidden;
  width: fit-content;
}
.cart-qty-btn {
  background: none;
  border: 0;
  padding: .45rem .7rem;
  font-size: 1rem;
  color: var(--ink);
  cursor: pointer;
  line-height: 1;
  transition: background .2s;
}
.cart-qty-btn:hover { background: var(--beige); }

.cart-qty-wrap input[type="number"] {
  width: 44px;
  text-align: center;
  border: none;
  border-left: 1px solid #c8c5b8;
  border-right: 1px solid #c8c5b8;
  border-radius: 0;
  padding: .45rem .25rem;
  font-size: .9rem;
  -moz-appearance: textfield;
}
.cart-qty-wrap input[type="number"]::-webkit-inner-spin-button,
.cart-qty-wrap input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; }

.cart-item-total {
  font-weight: 600;
  font-size: .95rem;
  color: var(--ink);
  white-space: nowrap;
}

.cart-item-remove .remove {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: .75rem;
  color: #aaa;
  transition: color .2s, background .2s;
}
.cart-item-remove .remove:hover { color: #c0392b; background: #fdf2f2; }

/* Cart actions row */
.cart-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 1.5rem;
}
.cart-continue-link {
  font-size: .8rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  transition: color .2s;
}
.cart-continue-link:hover { color: var(--sage); }

/* ── Cart Summary (right column) ── */
.cart-summary {
  padding: 2.5rem;
  background: var(--beige);
  position: sticky;
  top: 2rem;
}
.cart-summary-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #c8c5b8;
}

/* WC cart totals table inside summary */
.woocommerce .cart_totals h2 { display: none; }
.woocommerce .cart_totals table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}
.woocommerce .cart_totals table th,
.woocommerce .cart_totals table td {
  padding: .75rem 0;
  border-bottom: 1px solid #e8e3d3;
  font-size: .9rem;
}
.woocommerce .cart_totals table th { font-weight: 600; width: 50%; }
.woocommerce .cart_totals .order-total th,
.woocommerce .cart_totals .order-total td {
  font-size: 1.05rem;
  font-weight: 700;
  border-bottom: none;
  padding-top: 1.25rem;
}
.woocommerce .cart_totals .wc-proceed-to-checkout { padding: 0; }
.woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--ink);
  color: var(--paper);
  font-family: 'Montserrat', sans-serif;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 1rem 2rem;
  border-radius: 0;
  transition: background .25s, color .25s;
  text-decoration: none;
}
.woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
  background: var(--sage-dark, #6d7c5f);
}

/* Coupon field */
.woocommerce .coupon {
  display: flex;
  gap: .75rem;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e8e3d3;
}
.woocommerce .coupon input[type="text"] {
  flex: 1;
  border: 1px solid #c8c5b8;
  padding: .6rem .9rem;
  font-family: 'Montserrat', sans-serif;
  font-size: .85rem;
  color: var(--ink);
  background: var(--paper);
  border-radius: 0;
}
.woocommerce .coupon input[type="text"]::placeholder { color: #aaa; }
.woocommerce .coupon [name="apply_coupon"] {
  background: none;
  border: 1px solid var(--ink);
  color: var(--ink);
  font-family: 'Montserrat', sans-serif;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .6rem 1rem;
  cursor: pointer;
  transition: background .2s, color .2s;
}
.woocommerce .coupon [name="apply_coupon"]:hover {
  background: var(--ink);
  color: var(--paper);
}

/* ── Empty Cart State ── */
.cart-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 6rem 2rem;
  max-width: 480px;
  margin: 0 auto;
  gap: 1.5rem;
}
.cart-empty-icon { opacity: .8; }
.cart-empty-state h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 400;
  color: var(--ink);
}
.cart-empty-state p {
  font-size: .9rem;
  color: var(--sage);
  letter-spacing: .04em;
}

/* ============================================================
   CHECKOUT PAGE
   ============================================================ */
.checkout-section {
  background: var(--paper);
  padding: 5rem 0 8rem;
}

.checkout-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  align-items: start;
}
@media (min-width: 960px) {
  .checkout-grid {
    grid-template-columns: 1fr 400px;
    gap: 5rem;
  }
}

/* ── Form column ── */
.checkout-form-col { display: flex; flex-direction: column; gap: 2.5rem; }

.checkout-fields-block {
  background: var(--paper);
}

.checkout-block-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e8e3d3;
}

/* Style WC's generated form fields */
.woocommerce-checkout .form-row {
  margin-bottom: 1.25rem;
}
.woocommerce-checkout .form-row label {
  display: block;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: .45rem;
}
.woocommerce-checkout .form-row .required { color: #c0392b; }
.woocommerce-checkout .form-row input.input-text,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
  width: 100%;
  border: 1px solid #c8c5b8;
  border-radius: 0;
  padding: .75rem 1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: .875rem;
  color: var(--ink);
  background: var(--paper);
  transition: border-color .2s, box-shadow .2s;
  appearance: none;
  -webkit-appearance: none;
}
.woocommerce-checkout .form-row input.input-text:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row textarea:focus {
  outline: none;
  border-color: var(--sage);
  box-shadow: 0 0 0 3px rgba(135,150,120,.15);
}
.woocommerce-checkout .form-row input.input-text::placeholder,
.woocommerce-checkout .form-row textarea::placeholder { color: #aaa; }

/* Two-col billing grid */
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 { width: 100%; }
@media (min-width: 640px) {
  .woocommerce-checkout .col2-set {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  .woocommerce-checkout .form-row-first,
  .woocommerce-checkout .form-row-last { float: none; width: 100%; }
}

/* Our custom extra fields */
.field {
  display: flex;
  flex-direction: column;
  gap: .45rem;
}
.field label {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink);
}
.field .optional {
  font-weight: 400;
  font-size: .65rem;
  color: #aaa;
  text-transform: none;
  letter-spacing: 0;
  margin-left: .3rem;
}
.field input[type="date"],
.field textarea {
  border: 1px solid #c8c5b8;
  border-radius: 0;
  padding: .75rem 1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: .875rem;
  color: var(--ink);
  background: var(--paper);
  transition: border-color .2s, box-shadow .2s;
}
.field input[type="date"]:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--sage);
  box-shadow: 0 0 0 3px rgba(135,150,120,.15);
}
.field--full { grid-column: 1 / -1; }
.field-hint {
  font-size: .72rem;
  color: #999;
  letter-spacing: .03em;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .form-grid { grid-template-columns: 1fr 1fr; }
}

/* ── Payment block ── */
.checkout-payment-block { padding-top: .5rem; }

.woocommerce-checkout #payment {
  background: var(--beige);
  border-radius: 0;
  padding: 2rem;
}
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid #c8c5b8;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.woocommerce-checkout #payment ul.payment_methods li {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .6rem 0;
  font-size: .875rem;
}
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"] {
  accent-color: var(--sage);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  cursor: pointer;
}
.woocommerce-checkout #payment ul.payment_methods li label {
  font-size: .875rem;
  cursor: pointer;
  margin: 0;
  font-weight: 500;
}
.woocommerce-checkout #payment .payment_box {
  background: rgba(255,255,255,.6);
  border-radius: 0;
  padding: 1.25rem;
  margin-top: .5rem;
  font-size: .8rem;
}

/* Place order button */
.woocommerce-checkout #payment #place_order,
.woocommerce-checkout #payment .place-order .button {
  display: block;
  width: 100%;
  background: var(--ink);
  color: var(--paper);
  font-family: 'Montserrat', sans-serif;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 1.1rem 2rem;
  border: 2px solid var(--ink);
  border-radius: 0;
  cursor: pointer;
  transition: background .25s, color .25s;
  text-align: center;
}
.woocommerce-checkout #payment #place_order:hover { background: var(--sage); border-color: var(--sage); }

/* ── Summary column ── */
.checkout-summary-col {
  position: sticky;
  top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.checkout-order-review {
  padding: 2rem;
  background: var(--beige);
}

/* Order review table */
.woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .875rem;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  padding: .75rem 0;
  border-bottom: 1px solid #e8e3d3;
  vertical-align: top;
}
.woocommerce-checkout-review-order-table th {
  font-weight: 600;
  text-align: left;
}
.woocommerce-checkout-review-order-table td { text-align: right; }
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
  font-size: 1rem;
  font-weight: 700;
  border-bottom: none;
  padding-top: 1.25rem;
}

/* Guarantee badges */
.checkout-guarantee-badges {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  padding: 1.5rem 2rem;
  background: var(--beige);
}
.guarantee-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  flex: 1;
  min-width: 80px;
  text-align: center;
}
.guarantee-badge span {
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--sage);
}

/* ============================================================
   MY ACCOUNT PAGE
   ============================================================ */
.account-section {
  background: var(--paper);
  padding: 5rem 0 8rem;
}

.account-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}
@media (min-width: 768px) {
  .account-grid {
    grid-template-columns: 220px 1fr;
    gap: 5rem;
  }
}

/* Sidebar nav */
.account-sidebar .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #e8e3d3;
}
@media (max-width: 767px) {
  .account-sidebar .woocommerce-MyAccount-navigation ul {
    flex-direction: row;
    flex-wrap: wrap;
    border: none;
    gap: .5rem;
  }
}

.account-sidebar .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: .85rem 1.25rem;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 1px solid #e8e3d3;
  transition: background .2s, color .2s;
  text-decoration: none;
}
@media (max-width: 767px) {
  .account-sidebar .woocommerce-MyAccount-navigation ul li a {
    border: 1px solid #e8e3d3;
    border-bottom: 1px solid #e8e3d3;
    padding: .6rem 1rem;
  }
}
.account-sidebar .woocommerce-MyAccount-navigation ul li:last-child a { border-bottom: none; }
.account-sidebar .woocommerce-MyAccount-navigation ul li a:hover,
.account-sidebar .woocommerce-MyAccount-navigation ul li.is-active a {
  background: var(--beige);
  color: var(--sage);
}

/* Account content headings */
.account-content .woocommerce-MyAccount-content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e8e3d3;
}
.account-content .woocommerce-MyAccount-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: .875rem;
}
.account-content .woocommerce-MyAccount-content table th,
.account-content .woocommerce-MyAccount-content table td {
  padding: .75rem 1rem;
  border-bottom: 1px solid #e8e3d3;
  text-align: left;
}
.account-content .woocommerce-MyAccount-content table th {
  font-weight: 600;
  background: var(--beige);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.account-content .woocommerce-MyAccount-content .button {
  display: inline-block;
  background: none;
  border: 1px solid var(--ink);
  color: var(--ink);
  font-family: 'Montserrat', sans-serif;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .5rem 1rem;
  cursor: pointer;
  transition: background .2s, color .2s;
  text-decoration: none;
}
.account-content .woocommerce-MyAccount-content .button:hover {
  background: var(--ink);
  color: var(--paper);
}

/* ============================================================
   CART ICON + BADGE (header)
   ============================================================ */
.cart-icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  cursor: pointer;
  padding: .5rem;
  color: var(--ink);
  transition: color .2s;
}
.cart-icon-btn:hover { color: var(--sage); }
.cart-icon-btn svg { display: block; }

.tpe-cart-count {
  position: absolute;
  top: -2px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  background: var(--sage);
  color: var(--paper);
  font-family: 'Montserrat', sans-serif;
  font-size: .6rem;
  font-weight: 700;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  letter-spacing: .02em;
}

/* ============================================================
   MINI-CART DROPDOWN
   ============================================================ */
.mini-cart-dropdown {
  width: 340px;
  background: var(--paper);
  border: 1px solid #e8e3d3;
  box-shadow: 0 8px 32px rgba(45,54,42,.12);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* Empty state */
.mini-cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  text-align: center;
  font-size: .875rem;
  color: var(--sage);
}

/* Items list */
.mini-cart-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 260px;
  overflow-y: auto;
}
.mini-cart-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: .85rem;
  align-items: center;
}
.mini-cart-item-thumb img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}
.mini-cart-item-info {
  display: flex;
  flex-direction: column;
  gap: .2rem;
}
.mini-cart-item-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  color: var(--ink);
  line-height: 1.3;
}
.mini-cart-item-qty { font-size: .72rem; color: #999; }
.mini-cart-item-price { font-size: .85rem; font-weight: 600; color: var(--ink); }

.mini-cart-more {
  font-size: .72rem;
  color: var(--sage);
  text-align: center;
  letter-spacing: .04em;
  margin: 0;
}

.mini-cart-subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-top: 1px solid #e8e3d3;
  border-bottom: 1px solid #e8e3d3;
  font-size: .875rem;
  font-weight: 600;
  color: var(--ink);
}

.mini-cart-actions {
  display: flex;
  gap: .75rem;
}
.mini-cart-btn-cart,
.mini-cart-btn-checkout {
  flex: 1;
  display: block;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: .7rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .75rem 1rem;
  border-radius: 0;
  text-decoration: none;
  transition: background .2s, color .2s, border-color .2s;
}
.mini-cart-btn-cart {
  border: 1px solid var(--ink);
  color: var(--ink);
  background: none;
}
.mini-cart-btn-cart:hover { background: var(--ink); color: var(--paper); }

.mini-cart-btn-checkout {
  background: var(--ink);
  color: var(--paper);
  border: 1px solid var(--ink);
}
.mini-cart-btn-checkout:hover { background: var(--sage); border-color: var(--sage); }

/* ============================================================
   PRODUCT SINGLE — Add to Cart Button
   ============================================================ */
.single_add_to_cart_button,
.woocommerce .single_add_to_cart_button.button,
button.single_add_to_cart_button {
  display: inline-block;
  background: var(--ink) !important;
  color: var(--paper) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: .75rem !important;
  font-weight: 600 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
  padding: 1rem 2.5rem !important;
  border: 2px solid var(--ink) !important;
  border-radius: 0 !important;
  cursor: pointer;
  transition: background .25s, color .25s, border-color .25s !important;
  text-decoration: none;
  line-height: 1 !important;
}
.single_add_to_cart_button:hover,
.woocommerce .single_add_to_cart_button.button:hover {
  background: var(--sage) !important;
  border-color: var(--sage) !important;
}

/* ============================================================
   RESPONSIVE TWEAKS
   ============================================================ */
@media (max-width: 639px) {
  .cart-section,
  .checkout-section,
  .account-section { padding: 3rem 0 5rem; }

  .page-hero-strip { padding: 3rem 0 2rem; }

  .cart-summary { padding: 1.75rem; }
  .checkout-order-review { padding: 1.5rem; }

  .mini-cart-dropdown { width: 100%; max-width: 340px; }

  .checkout-guarantee-badges { gap: 1rem; padding: 1.25rem 1.5rem; }
}

