/* ============================================================
   GG's Sweet Treats — styles.css
   Brand: pink (#FF6B9D), cream (#FDFAF6), black (#1A1A1A)
   Fonts: Playfair Display (headings), Nunito (body)
   ============================================================ */

/* ===== VARIABLES ===== */
:root {
  --pink:        #FF6B9D;
  --pink-dark:   #D94F7F;
  --pink-light:  #FFE4EF;
  --pink-pale:   #FFF0F6;
  --cream:       #FDFAF6;
  --warm-white:  #FFF9F5;
  --surface:     #FFFBF5;  /* soft off-white for cards/panels — easier on the eyes than pure #fff */
  --black:       #1A1A1A;
  --gray:        #555555;
  --gray-light:  #888888;
  --border:      #F0E4DC;
  --shadow-sm:   0 2px 8px rgba(0,0,0,0.06);
  --shadow:      0 4px 20px rgba(0,0,0,0.09);
  --shadow-pink: 0 8px 32px rgba(255,107,157,0.22);
  --radius:      16px;
  --radius-sm:   8px;
  --radius-pill: 50px;
  --heading:     'Playfair Display', serif;
  --body:        'Nunito', sans-serif;
  --ease:        all 0.25s ease;

  /* Subtle background paw prints — a nod to GG's dogs (black lab, german
     shorthaired pointer, golden retriever). One motif, two tones: a warm
     brown version for light sections, a soft white version for dark ones. */
  --paw-pattern-light: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='260'%20height='260'%3E%3Cdefs%3E%3Cg%20id='p'%3E%3Cellipse%20cx='0'%20cy='10'%20rx='9'%20ry='7'/%3E%3Cellipse%20cx='-8'%20cy='-3'%20rx='3.2'%20ry='4.4'/%3E%3Cellipse%20cx='-2.5'%20cy='-7'%20rx='3.2'%20ry='4.4'/%3E%3Cellipse%20cx='4'%20cy='-7'%20rx='3.2'%20ry='4.4'/%3E%3Cellipse%20cx='9.5'%20cy='-2'%20rx='3.2'%20ry='4.4'/%3E%3C/g%3E%3C/defs%3E%3Cg%20fill='%238B5E3C'%20fill-opacity='0.055'%3E%3Cuse%20href='%23p'%20transform='translate(30,40)%20rotate(-20)'/%3E%3Cuse%20href='%23p'%20transform='translate(150,70)%20rotate(35)%20scale(1.15)'/%3E%3Cuse%20href='%23p'%20transform='translate(70,150)%20rotate(70)%20scale(0.9)'/%3E%3Cuse%20href='%23p'%20transform='translate(215,190)%20rotate(-50)'/%3E%3Cuse%20href='%23p'%20transform='translate(15,225)%20rotate(15)%20scale(1.05)'/%3E%3C/g%3E%3C/svg%3E");
  --paw-pattern-dark: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='260'%20height='260'%3E%3Cdefs%3E%3Cg%20id='p'%3E%3Cellipse%20cx='0'%20cy='10'%20rx='9'%20ry='7'/%3E%3Cellipse%20cx='-8'%20cy='-3'%20rx='3.2'%20ry='4.4'/%3E%3Cellipse%20cx='-2.5'%20cy='-7'%20rx='3.2'%20ry='4.4'/%3E%3Cellipse%20cx='4'%20cy='-7'%20rx='3.2'%20ry='4.4'/%3E%3Cellipse%20cx='9.5'%20cy='-2'%20rx='3.2'%20ry='4.4'/%3E%3C/g%3E%3C/defs%3E%3Cg%20fill='white'%20fill-opacity='0.07'%3E%3Cuse%20href='%23p'%20transform='translate(30,40)%20rotate(-20)'/%3E%3Cuse%20href='%23p'%20transform='translate(150,70)%20rotate(35)%20scale(1.15)'/%3E%3Cuse%20href='%23p'%20transform='translate(70,150)%20rotate(70)%20scale(0.9)'/%3E%3Cuse%20href='%23p'%20transform='translate(215,190)%20rotate(-50)'/%3E%3Cuse%20href='%23p'%20transform='translate(15,225)%20rotate(15)%20scale(1.05)'/%3E%3C/g%3E%3C/svg%3E");
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
body {
  font-family: var(--body);
  color: var(--black);
  background: var(--cream);
  line-height: 1.65;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--pink-dark); text-decoration: none; }
a:hover { text-decoration: underline; color: var(--pink-dark); }
h2, h3 { font-family: var(--heading); line-height: 1.2; }

/* ===== LAYOUT ===== */
.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }

/* ===== ACCESSIBILITY ===== */
.skip-link {
  position: absolute;
  top: -50px;
  left: 12px;
  background: var(--pink);
  color: #fff;
  padding: 10px 18px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  z-index: 1000;
  transition: top 0.2s ease;
}
.skip-link:focus {
  top: 12px;
  text-decoration: none;
}

/* ===== PAGE-BREAK DIVIDERS ===== */
.section-divider {
  border-top: 2px dashed rgba(139,94,60,0.32);
}
.section-divider.section-divider-dark {
  border-top-color: rgba(255,255,255,0.28);
}

/* ===== COOKIE SCROLL PROGRESS ===== */
/* A cookie travels down a fixed rail as you scroll through the whole page
   (top of page = top of rail, bottom of page = bottom of rail), shrinking
   as it goes, and drops crumbs into the pile at the bottom of the screen.
   Position is a direct function of scroll depth, so scrolling back up
   removes crumbs symmetrically instead of just accumulating forever. */
.cookie-progress {
  position: fixed;
  right: 18px;
  top: 0;
  font-size: 34px;
  z-index: 500;
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  transition: opacity 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.22));
}
.crumb-pile {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34px;
  z-index: 499;
  pointer-events: none;
  overflow: hidden;
}
.crumb-dot {
  position: absolute;
  bottom: 4px;
  width: 7px;
  height: 6px;
  border-radius: 40% 50% 45% 50%;
  background: #8B5E3C;
  opacity: 0.55;
  animation: crumbDrop 0.4s ease-out;
}
@keyframes crumbDrop {
  from { transform: translateY(-14px); opacity: 0; }
  to   { transform: translateY(0); opacity: 0.55; }
}
.crumb-fly {
  position: fixed;
  width: 6px;
  height: 5px;
  margin: -3px 0 0 -3px;
  border-radius: 40% 50% 45% 50%;
  background: #8B5E3C;
  z-index: 501;
  pointer-events: none;
  animation: crumbFly 0.6s ease-out forwards;
}
@keyframes crumbFly {
  0%   { transform: translate(0, 0) rotate(0deg); opacity: 0.9; }
  100% { transform: translate(var(--dx), var(--dy)) rotate(var(--rot)); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .cookie-progress, .crumb-pile { display: none; }
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: var(--radius-pill);
  font-family: var(--body);
  font-size: 1rem;
  font-weight: 700;
  border: 2px solid transparent;
  cursor: pointer;
  transition: var(--ease);
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
}
.btn:hover { text-decoration: none; }

.btn-primary {
  background: var(--pink);
  color: #fff;
  border-color: var(--pink);
}
.btn-primary:hover {
  background: var(--pink-dark);
  border-color: var(--pink-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,107,157,0.35);
  color: #fff;
}

.btn-secondary {
  background: transparent;
  color: var(--pink-dark);
  border-color: var(--pink);
}
.btn-secondary:hover {
  background: var(--pink-light);
  transform: translateY(-2px);
  color: var(--pink-dark);
}

.btn-dark {
  background: var(--black);
  color: #fff;
  border-color: var(--black);
}
.btn-dark:hover {
  background: #333;
  border-color: #333;
  transform: translateY(-2px);
  color: #fff;
}

.btn-full { width: 100%; }
.btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none !important; }

/* ===== SECTION LABELS + HEADERS ===== */
.section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pink);
  margin-bottom: 12px;
}
.section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 56px;
}
.section-header h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  color: var(--black);
  margin-bottom: 16px;
}
.section-header p { color: var(--gray); font-size: 1.05rem; }

/* ===== NAV ===== */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(253,250,246,0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  transition: box-shadow 0.3s ease;
}
.nav-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.wordmark {
  font-family: var(--heading);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--black);
  white-space: nowrap;
}
.nav-logo-img { height: 48px; width: 48px; object-fit: contain; display: block; }
.nav-links {
  display: flex;
  gap: 32px;
  align-items: center;
}
.nav-links a {
  color: var(--black);
  font-weight: 600;
  font-size: 0.95rem;
  transition: var(--ease);
  text-decoration: none;
}
.nav-links a:hover { color: var(--pink); }

.nav-right { display: flex; align-items: center; gap: 12px; }

.cart-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--pink);
  color: #fff;
  border: none;
  border-radius: var(--radius-pill);
  padding: 9px 18px;
  font-family: var(--body);
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: var(--ease);
}
.cart-btn:hover { background: var(--pink-dark); transform: translateY(-1px); }
.cart-count {
  background: var(--surface);
  color: var(--pink-dark);
  border-radius: 50%;
  min-width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0 4px;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--black);
  border-radius: 4px;
  transition: var(--ease);
}

/* ===== CART SIDEBAR ===== */
.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.42);
  z-index: 1100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.cart-overlay.active { opacity: 1; pointer-events: all; }

.cart-sidebar {
  position: fixed;
  right: 0; top: 0; bottom: 0;
  width: 420px;
  max-width: 95vw;
  background: var(--surface);
  z-index: 1200;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
  box-shadow: -8px 0 48px rgba(0,0,0,0.14);
}
.cart-sidebar.open { transform: translateX(0); }

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--border);
  flex-shrink: 0;
}
.cart-header h3 { font-family: var(--heading); font-size: 1.25rem; }
.cart-close {
  background: var(--pink-light);
  border: none;
  width: 32px; height: 32px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0.85rem;
  color: var(--pink-dark);
  font-weight: 700;
  transition: var(--ease);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-close:hover { background: var(--pink); color: #fff; }

.cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 16px 24px;
}
.cart-empty {
  text-align: center;
  color: var(--gray-light);
  padding: 48px 0;
  font-size: 0.95rem;
  line-height: 1.7;
}

.cart-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
}
.cart-item-emoji {
  font-size: 1.8rem;
  width: 44px;
  text-align: center;
  flex-shrink: 0;
}
.cart-item-info { flex: 1; min-width: 0; }
.cart-item-name {
  font-weight: 700;
  font-size: 0.88rem;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-item-price { color: var(--pink-dark); font-size: 0.8rem; font-weight: 600; }
.cart-item-controls {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.qty-btn {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  background: var(--cream);
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  transition: var(--ease);
  color: var(--black);
}
.qty-btn:hover { background: var(--pink); border-color: var(--pink); color: #fff; }
.qty-display { font-weight: 700; min-width: 20px; text-align: center; font-size: 0.9rem; }
.cart-item-total {
  font-weight: 700;
  font-size: 0.88rem;
  min-width: 52px;
  text-align: right;
  flex-shrink: 0;
}

.cart-footer {
  padding: 16px 24px 24px;
  border-top: 1px solid var(--border);
  background: var(--cream);
  flex-shrink: 0;
}
.cart-subtotal, .cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.cart-subtotal { color: var(--gray); font-size: 0.88rem; }
.cart-total { font-size: 1.1rem; font-weight: 800; margin-bottom: 16px; }

.delivery-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gray);
  margin-bottom: 10px;
}
.delivery-options { display: flex; flex-direction: column; gap: 6px; margin-bottom: 12px; }
.delivery-option {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 0.82rem;
  cursor: pointer;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  border: 1.5px solid var(--border);
  transition: var(--ease);
  background: var(--surface);
}
.delivery-option.selected {
  border-color: var(--pink);
  background: var(--pink-light);
}
.delivery-option input[type="radio"] { margin-top: 2px; accent-color: var(--pink); flex-shrink: 0; }

.cart-note {
  background: #FFF8E1;
  border: 1px solid #FFD54F;
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  font-size: 0.82rem;
  margin-bottom: 12px;
  line-height: 1.5;
}
.availability-note {
  font-size: 0.75rem;
  color: var(--gray-light);
  text-align: center;
  margin: 12px 0;
  line-height: 1.5;
}

/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: var(--paw-pattern-light), linear-gradient(150deg, var(--warm-white) 0%, #FFF0F6 55%, #FFE9F3 100%);
  background-repeat: repeat, no-repeat;
  position: relative;
  overflow: hidden;
  padding: 108px 20px 80px;
  text-align: center;
}
.hero-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.deco-circle {
  position: absolute;
  border-radius: 50%;
}
.c1 {
  width: 560px; height: 560px;
  background: radial-gradient(circle, rgba(255,182,215,0.45) 0%, transparent 70%);
  top: -140px; right: -100px;
}
.c2 {
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(255,200,225,0.4) 0%, transparent 70%);
  bottom: -100px; left: -80px;
}
.c3 {
  width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(255,160,200,0.3) 0%, transparent 70%);
  top: 45%; left: 4%;
}
.deco-hearts {
  position: absolute;
  top: 0; left: 0; right: 0;
  font-size: 1.2rem;
  opacity: 0.04;
  word-break: break-all;
  line-height: 2.5;
  padding: 10px;
  letter-spacing: 8px;
  pointer-events: none;
  user-select: none;
}

.hero-content { position: relative; z-index: 2; max-width: 700px; margin: 0 auto; }
.hero-logo {
  font-size: 96px;
  line-height: 1;
  margin: 0 auto 32px;
  filter: drop-shadow(0 10px 28px rgba(255,107,157,0.25));
  animation: floatIn 0.8s ease both;
}
.hero-logo-img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  margin: 0 auto 32px;
  display: block;
  filter: drop-shadow(0 10px 28px rgba(255,107,157,0.25));
  animation: floatIn 0.8s ease both;
}
.hero h1 {
  font-size: clamp(2.2rem, 6vw, 3.8rem);
  color: var(--black);
  margin-bottom: 20px;
  line-height: 1.12;
  animation: fadeUp 0.8s ease 0.15s both;
}
.hero-sub {
  font-size: clamp(1rem, 2.5vw, 1.18rem);
  color: var(--gray);
  max-width: 520px;
  margin: 0 auto 36px;
  animation: fadeUp 0.8s ease 0.3s both;
}
.hero-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  animation: fadeUp 0.8s ease 0.45s both;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  animation: fadeUp 0.8s ease 0.6s both;
}
.hero-badges span {
  background: rgba(255,255,255,0.82);
  border: 1.5px solid rgba(240,228,220,0.9);
  border-radius: var(--radius-pill);
  padding: 7px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--black);
  backdrop-filter: blur(8px);
}

/* ===== TRUST BAR ===== */
.trust-bar {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 28px 20px;
}
.trust-bar-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.trust-item { display: flex; align-items: center; gap: 12px; justify-content: center; }
.trust-icon { font-size: 2rem; flex-shrink: 0; }
.trust-item strong { display: block; font-size: 0.95rem; font-weight: 700; }
.trust-item span { font-size: 0.78rem; color: var(--gray); }

/* ===== ABOUT ===== */
.about { padding: 100px 0; background-color: var(--cream); background-image: var(--paw-pattern-light); }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.about-image { position: relative; }
.about-img-placeholder {
  background: linear-gradient(135deg, var(--pink-light) 0%, #FFD6E9 100%);
  border-radius: 24px;
  aspect-ratio: 4/5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-size: 5rem;
  border: 2px dashed rgba(255,107,157,0.4);
}
.about-img-placeholder p {
  font-size: 0.88rem;
  color: var(--pink-dark);
  font-weight: 600;
}
.about-photo {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.about-badge {
  position: absolute;
  bottom: -18px; right: -18px;
  background: var(--pink);
  color: #fff;
  padding: 14px 18px;
  border-radius: 14px;
  font-weight: 700;
  font-size: 0.88rem;
  box-shadow: var(--shadow-pink);
  max-width: 200px;
  text-align: center;
  line-height: 1.3;
}
.about-text h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  margin-bottom: 16px;
}
.about-text .lead {
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 16px;
  line-height: 1.65;
}
.about-text p { color: var(--gray); margin-bottom: 16px; }
.about-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 24px 0;
}
.value-chip {
  background: var(--pink-light);
  padding: 10px 14px;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  font-weight: 600;
}
.custom-cta-line { font-weight: 600; font-size: 0.95rem; color: var(--black); }

/* ===== SHOP ===== */
.shop { padding: 100px 0; background-color: var(--warm-white); background-image: var(--paw-pattern-light); }
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 28px;
}

.product-card {
  background: var(--surface);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--ease);
  border: 1.5px solid transparent;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-pink);
  border-color: var(--pink-light);
}
.product-image {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--pink-light) 0%, #FFD6E9 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  position: relative;
  overflow: hidden;
}
.product-image img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }

.product-badge {
  position: absolute;
  top: 12px; right: 12px;
  background: var(--pink);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 4px 11px;
  border-radius: var(--radius-pill);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.product-body { padding: 20px; }
.product-name { font-family: var(--heading); font-size: 1.2rem; margin-bottom: 7px; }
.product-desc { color: var(--gray); font-size: 0.86rem; line-height: 1.55; margin-bottom: 16px; }
.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.product-price {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--pink-dark);
}
.product-price .unit { font-size: 0.72rem; font-weight: 400; color: var(--gray-light); }
.product-controls { display: flex; align-items: center; gap: 8px; }
.product-qty {
  width: 50px;
  text-align: center;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 8px 6px;
  font-family: var(--body);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--black);
  outline: none;
}
.product-qty:focus { border-color: var(--pink); }
.add-to-cart-btn {
  background: var(--pink);
  color: #fff;
  border: none;
  border-radius: var(--radius-sm);
  padding: 10px 18px;
  font-family: var(--body);
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  transition: var(--ease);
}
.add-to-cart-btn:hover { background: var(--pink-dark); transform: translateY(-1px); }
.add-to-cart-btn.added { background: #22c55e; }

.shop-note {
  text-align: center;
  margin-top: 44px;
  color: var(--gray);
  font-size: 0.95rem;
}

/* ===== OCCASIONS ===== */
.occasions { padding: 100px 0; background-color: var(--cream); background-image: var(--paw-pattern-light); }
.occasions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}
.occasion-card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 36px 24px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: var(--ease);
  border: 1.5px solid transparent;
}
.occasion-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-pink);
  border-color: var(--pink-light);
}
.occasion-icon { font-size: 2.5rem; margin-bottom: 16px; }
.occasion-card h3 { font-size: 1.08rem; margin-bottom: 10px; }
.occasion-card p { font-size: 0.87rem; color: var(--gray); line-height: 1.6; }

/* ===== DELIVERY SECTION ===== */
.delivery-section { padding: 100px 0; background-color: var(--warm-white); background-image: var(--paw-pattern-light); }
.delivery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: stretch;
}
.delivery-text h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  margin-bottom: 16px;
}
.delivery-text > p { color: var(--gray); margin-bottom: 24px; }
.delivery-tiers { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }
.tier {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  background: var(--surface);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  border: 1.5px solid var(--border);
}
.tier-contact { border-color: #FFD54F; background: #FFFDE7; }
.tier-icon { font-size: 1.4rem; flex-shrink: 0; margin-top: 1px; }
.tier strong { display: block; font-size: 0.92rem; margin-bottom: 2px; }
.tier span { font-size: 0.82rem; color: var(--gray); }
.delivery-notice {
  background: var(--pink-light);
  border-left: 3px solid var(--pink);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  font-size: 0.87rem;
  line-height: 1.6;
  color: var(--black);
}
.market-wrap { display: flex; }
.market-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: var(--surface);
  border-radius: var(--radius);
  padding: 36px 32px;
  box-shadow: var(--shadow);
  border: 1.5px solid var(--border);
}
.market-card h3 { font-size: 1.3rem; margin-bottom: 16px; }
.market-card p { color: var(--gray); margin-bottom: 12px; font-size: 0.92rem; }
.market-note { color: var(--gray-light) !important; font-size: 0.83rem !important; margin-bottom: 20px !important; }
.market-card-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 8px 0 28px;
}
.market-card-row {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 14px 16px;
  background: var(--pink-pale);
  border-radius: var(--radius-sm);
}
.market-card-row strong { font-size: 0.95rem; }
.market-card-row span { color: var(--gray); font-size: 0.83rem; }
.market-card .btn { margin-top: auto; }

/* ===== MARKETS / FIND US ===== */
.markets-section {
  padding: 100px 0;
  background-color: var(--warm-white);
  background-image: var(--paw-pattern-light);
}
.markets-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
}
.market-tile {
  background: var(--surface);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1.5px solid var(--border);
}
.market-tile-map {
  width: 100%;
  height: 200px;
  background: var(--border);
}
.market-tile-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.market-tile-body { padding: 28px 28px 32px; }
.market-tile-body h3 { font-size: 1.25rem; margin-bottom: 10px; }
.market-tile-schedule {
  font-weight: 700;
  color: var(--black);
  font-size: 0.95rem;
  margin-bottom: 6px;
}
.market-tile-address {
  color: var(--gray);
  font-size: 0.9rem;
  margin-bottom: 16px;
}
.market-tile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}
.market-tag {
  background: var(--pink-light);
  color: var(--pink-dark);
  font-size: 0.76rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: var(--radius-pill);
}

/* ===== WHY GG'S ===== */
.testimonials {
  padding: 100px 0;
  background-image: var(--paw-pattern-light), linear-gradient(135deg, var(--pink-pale) 0%, var(--cream) 100%);
  background-repeat: repeat, no-repeat;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 28px;
}
.reason-card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 36px 32px;
  box-shadow: var(--shadow);
  border: 1.5px solid var(--border);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.reason-icon { font-size: 2.4rem; margin-bottom: 16px; }
.reason-title {
  font-size: 1.1rem;
  color: var(--black);
  margin-bottom: 10px;
}
.reason-text {
  color: var(--gray);
  font-size: 0.94rem;
  line-height: 1.7;
}

/* ===== NEWSLETTER ===== */
.newsletter {
  padding: 80px 20px;
  background-color: var(--pink);
  background-image: var(--paw-pattern-dark);
}
.newsletter-inner { max-width: 640px; margin: 0 auto; text-align: center; }
.newsletter-text h2 {
  font-family: var(--heading);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #fff;
  margin-bottom: 12px;
}
.newsletter-text p { color: rgba(255,255,255,0.88); margin-bottom: 28px; }
.newsletter-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.newsletter-input {
  flex: 1;
  min-width: 240px;
  padding: 14px 20px;
  border-radius: var(--radius-pill);
  border: none;
  font-family: var(--body);
  font-size: 1rem;
  outline: none;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.newsletter-success {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 16px;
}

/* ===== CONTACT ===== */
.contact { padding: 100px 0; background-color: var(--cream); background-image: var(--paw-pattern-light); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: start;
}
.contact-info h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  margin-bottom: 16px;
}
.contact-info > p { color: var(--gray); margin-bottom: 32px; }
.contact-details { display: flex; flex-direction: column; gap: 22px; }
.contact-item { display: flex; align-items: flex-start; gap: 14px; }
.contact-icon { font-size: 1.5rem; flex-shrink: 0; margin-top: 2px; }
.contact-item strong {
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--gray);
  margin-bottom: 4px;
}
.contact-item a { color: var(--black); font-weight: 600; font-size: 0.98rem; }
.contact-item span { color: var(--black); font-weight: 600; font-size: 0.95rem; }
.contact-subnote {
  display: block;
  font-weight: 400 !important;
  font-size: 0.85rem !important;
  color: var(--gray) !important;
  margin-top: 4px;
}
.footer-response-note { font-size: 0.8rem; margin-top: -6px; }

.cta-card {
  background: var(--surface);
  border-radius: var(--radius);
  padding: 40px 32px;
  box-shadow: var(--shadow);
  border: 1.5px solid var(--border);
  text-align: center;
}
.cta-card h3 { font-size: 1.4rem; margin-bottom: 12px; }
.cta-card > p { color: var(--gray); margin-bottom: 20px; font-size: 0.95rem; }
.divider-or {
  position: relative;
  text-align: center;
  color: var(--gray-light);
  font-size: 0.8rem;
  margin: 16px 0;
}
.divider-or::before, .divider-or::after {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  background: var(--border);
  width: 40%;
}
.divider-or::before { left: 0; }
.divider-or::after { right: 0; }
.custom-note { font-size: 0.85rem; color: var(--gray); margin-bottom: 12px; }

/* ===== CHECKOUT MODAL ===== */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.58);
  z-index: 2000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
  overflow-y: auto;
}
.checkout-modal {
  background: var(--surface);
  border-radius: var(--radius);
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 44px 40px;
  position: relative;
  box-shadow: 0 24px 80px rgba(0,0,0,0.22);
}
.modal-close {
  position: absolute;
  top: 16px; right: 16px;
  background: var(--pink-light);
  border: none;
  width: 36px; height: 36px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0.9rem;
  color: var(--pink-dark);
  font-weight: 700;
  transition: var(--ease);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-close:hover { background: var(--pink); color: #fff; }
.checkout-modal h2 { font-size: 1.6rem; margin-bottom: 8px; }
.checkout-note {
  color: var(--gray);
  font-size: 0.9rem;
  margin-bottom: 28px;
  line-height: 1.6;
}

/* ===== FORM STYLES ===== */
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group { margin-bottom: 16px; }
.form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 6px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-family: var(--body);
  font-size: 0.95rem;
  color: var(--black);
  background: var(--surface);
  transition: var(--ease);
  outline: none;
  appearance: auto;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--pink);
  box-shadow: 0 0 0 3px var(--pink-light);
}
.form-group textarea { resize: vertical; }
.form-errors {
  background: #FFF0F0;
  border: 1px solid #FFB3B3;
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  font-size: 0.85rem;
  color: #c0392b;
  margin-bottom: 12px;
  line-height: 1.6;
}
.form-actions { margin-top: 20px; }
.checkout-disclaimer {
  font-size: 0.78rem;
  color: var(--gray-light);
  text-align: center;
  margin-top: 12px;
  line-height: 1.55;
}

/* Order Summary */
.summary-icon { font-size: 3.5rem; text-align: center; margin-bottom: 16px; }
#orderSummaryWrap { text-align: center; }
#orderSummaryWrap h2 { margin-bottom: 8px; }
#orderSummaryWrap > p { color: var(--gray); margin-bottom: 20px; }
.order-summary-box {
  background: var(--cream);
  border-radius: var(--radius-sm);
  padding: 20px;
  margin: 20px 0;
  border: 1.5px solid var(--border);
  text-align: left;
}
.order-summary-box h3 { font-family: var(--heading); font-size: 1rem; margin-bottom: 12px; color: var(--black); }
.order-summary-box pre {
  font-family: var(--body);
  font-size: 0.8rem;
  color: var(--gray);
  white-space: pre-wrap;
  word-break: break-word;
  line-height: 1.65;
}
.summary-note { font-size: 0.8rem; color: var(--gray-light); margin: 12px 0; }

/* ===== FOOTER ===== */
.footer { background-color: var(--black); background-image: var(--paw-pattern-dark); color: #fff; padding: 64px 0 0; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-logo {
  display: block;
  font-family: var(--heading);
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  opacity: 0.9;
  margin-bottom: 16px;
}
.footer-logo-img {
  /* Logo's dark line-art needs a light backing to read against the dark footer */
  height: 64px;
  width: 64px;
  object-fit: contain;
  background: var(--cream);
  border-radius: 50%;
  padding: 4px;
  margin-bottom: 16px;
}
.footer-brand p { color: rgba(255,255,255,0.6); font-size: 0.9rem; line-height: 1.65; max-width: 280px; }
.footer-links h4, .footer-contact h4 {
  font-family: var(--heading);
  font-size: 1rem;
  margin-bottom: 18px;
  color: #fff;
}
.footer-links { display: flex; flex-direction: column; gap: 12px; }
.footer-links a { color: rgba(255,255,255,0.6); font-size: 0.9rem; transition: var(--ease); }
.footer-links a:hover { color: var(--pink); text-decoration: none; }
.footer-contact p { color: rgba(255,255,255,0.6); font-size: 0.88rem; margin-bottom: 10px; }
.footer-contact a { color: rgba(255,255,255,0.6); transition: var(--ease); }
.footer-contact a:hover { color: var(--pink); text-decoration: none; }

.footer-bottom { padding: 28px 0; }
.allergy-disclaimer {
  background: rgba(255,255,255,0.05);
  border-radius: var(--radius-sm);
  padding: 14px 18px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 18px;
  line-height: 1.6;
}
.footer-legal {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.35);
}
.footer-legal a { color: rgba(255,255,255,0.35); transition: var(--ease); }
.footer-legal a:hover { color: var(--pink); text-decoration: none; }
.footer-legal .sep { opacity: 0.35; }

/* ===== ANIMATIONS ===== */
@keyframes floatIn {
  from { opacity: 0; transform: scale(0.85) translateY(20px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
  .about-grid, .delivery-grid, .contact-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .about-badge { right: 16px; }
  .trust-bar-inner { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 768px) {
  html { scroll-padding-top: 68px; }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 68px; left: 0; right: 0;
    background: rgba(253,250,246,0.98);
    backdrop-filter: blur(14px);
    padding: 20px;
    gap: 18px;
    border-bottom: 1px solid var(--border);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    z-index: 999;
  }
  .nav-links.open { display: flex; }
  .hamburger { display: flex; }

  .hero-ctas { flex-direction: column; align-items: center; }
  .hero-ctas .btn { width: 100%; max-width: 320px; }

  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .checkout-modal { padding: 32px 22px; }

  .about-grid { gap: 60px; }
}

@media (max-width: 520px) {
  .trust-bar-inner { grid-template-columns: 1fr 1fr; gap: 16px; }
  .occasions-grid { grid-template-columns: 1fr 1fr; }
  .products-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 2rem; }
  .hero-logo { font-size: 72px; }
}

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