/* =========================================================
   LouDohcris Baked Goods — site stylesheet
   Brand: home bakery, Bandon OR. Sage green + warm wheat
   gold + creamy beige, following the same hero/site template
   established for the reference site (badge, script accent,
   squiggle, pills, sticker-soft buttons), reskinned here with
   wheat-stalk motifs in place of tropical ones.
========================================================= */

:root {
  --sage: #8FA283;
  --sage-deep: #566B4C;
  --wheat: #DDA84B;
  --wheat-deep: #B4802E;
  --beige: #efe3cd;
  --beige-deep: #d9c39a;
  --cream: #faf5ea;
  --ink: #332c2a;
  --ink-soft: #5b514c;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

html, body {
  width: 100%;
  font-family: 'Work Sans', system-ui, sans-serif;
  background: var(--cream);
  overflow-x: hidden;
  color: var(--ink);
}

img { max-width: 100%; display: block; }
section { position: relative; }
section[id] { scroll-margin-top: 92px; }

.wrap { max-width: 1180px; margin: 0 auto; padding-inline: 2rem; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
  [data-parallax] { transform: none !important; }
}

/* ---------- shared motifs ---------- */

.section-tag {
  display: inline-flex; align-items: center; gap: 0.6rem;
  margin-bottom: 1rem;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700; font-size: 0.76rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--sage-deep);
}
.section-tag::before { content: ""; width: 26px; height: 1.5px; background: currentColor; opacity: 0.5; display: inline-block; }
.section-tag.on-dark { color: var(--beige); }

.heading {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  line-height: 1.08;
  color: var(--ink);
  text-wrap: balance;
}
.heading .accent { font-style: italic; font-weight: 500; color: var(--sage-deep); }

[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity 0.8s ease, transform 0.8s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
[data-reveal="left"] { transform: translateX(-30px); }
[data-reveal="left"].is-visible { transform: none; }
[data-reveal="right"] { transform: translateX(30px); }
[data-reveal="right"].is-visible { transform: none; }
[data-reveal="scale"] { transform: scale(0.94); }
[data-reveal="scale"].is-visible { transform: none; }

/* photo frame — soft elevation, organic corners, no hard border */
.photo-frame {
  position: relative;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 40px -18px rgba(51,44,42,0.35);
}
.photo-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }

.btn {
  position: relative;
  padding: 0.9rem 2rem;
  border-radius: 10px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600; font-size: 1rem; letter-spacing: 0.01em;
  text-decoration: none; border: none; cursor: pointer;
  display: inline-block;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.btn-primary {
  background: var(--sage-deep); color: var(--cream);
  box-shadow: 0 1px 0 rgba(255,255,255,0.12) inset, 0 12px 24px -12px rgba(79,63,92,0.65);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 1px 0 rgba(255,255,255,0.15) inset, 0 16px 28px -10px rgba(79,63,92,0.6); filter: brightness(1.06); }
.btn-primary:active { transform: translateY(0); }
.btn-secondary {
  background: var(--beige); color: var(--sage-deep);
  border: 1.5px solid var(--beige-deep);
}
.btn-secondary:hover { transform: translateY(-2px); background: #f4e9d3; }
.btn-secondary:active { transform: translateY(0); }
.btn-outline {
  background: transparent; color: var(--cream);
  border: 1.5px solid rgba(250,245,234,0.55);
}
.btn-outline:hover { transform: translateY(-2px); background: rgba(250,245,234,0.1); border-color: var(--cream); }
.btn-sm { padding: 0.55rem 1.1rem; font-size: 0.85rem; border-radius: 8px; }

.tag-chip {
  display: inline-block; background: #fff; border: 1px solid var(--beige-deep);
  color: var(--ink-soft); padding: 0.35rem 0.85rem; border-radius: 999px;
  font-size: 0.82rem; font-weight: 600;
}

/* =========================================================
   NAV
========================================================= */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 1.6rem; background: transparent;
  transition: background 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}
.site-nav.scrolled { background: var(--cream); box-shadow: 0 1px 0 rgba(51,44,42,0.1); padding: 0.7rem 1.6rem; }
.nav-brand { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; }
.nav-logo-orb {
  width: 42px; height: 42px; border-radius: 50%; overflow: hidden; flex-shrink: 0;
  border: 1.5px solid var(--beige-deep);
}
.nav-logo-orb img { width: 100%; height: 100%; object-fit: cover; }
.nav-brand span { font-family: 'Fraunces', serif; font-weight: 600; color: var(--ink); font-size: 1.2rem; }
.nav-links { display: flex; gap: 1.8rem; list-style: none; }
.nav-links a { font-family: 'Work Sans', sans-serif; font-weight: 600; font-size: 0.92rem; color: var(--ink); text-decoration: none; position: relative; }
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -4px; height: 2px;
  background: var(--sage-deep); transform: scaleX(0); transform-origin: left; transition: transform 0.2s ease;
}
.nav-links a:hover::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 1.1rem; }
.nav-cart { position: relative; display: inline-flex; align-items: center; text-decoration: none; }
.nav-cart svg { width: 24px; height: 24px; }
.cart-badge {
  position: absolute; top: -8px; right: -10px; background: var(--sage-deep); color: #fff;
  font-size: 0.66rem; font-weight: 700; border-radius: 999px; min-width: 18px; height: 18px;
  align-items: center; justify-content: center; display: none; padding: 0 4px; border: 2px solid var(--cream);
}
.nav-cta { display: none; }
@media (min-width: 900px) { .nav-cta { display: inline-block; padding: 0.55rem 1.3rem; font-size: 0.9rem; } }
.nav-toggle { display: flex; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 0.4rem; z-index: 101; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; }
@media (min-width: 900px) { .nav-toggle { display: none; } }
@media (max-width: 899px) { .nav-links { display: none; } }
.mobile-menu {
  position: fixed; inset: 0; z-index: 99; background: var(--cream);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 1.6rem;
  transform: translateY(-100%); transition: transform 0.35s ease;
}
.mobile-menu.open { transform: translateY(0); }
.mobile-menu a { font-family: 'Fraunces', serif; font-size: 1.5rem; color: var(--ink); text-decoration: none; }

/* toast */
.toast {
  position: fixed; left: 50%; bottom: 2rem; transform: translateX(-50%) translateY(20px);
  background: var(--ink); color: var(--cream); padding: 0.8rem 1.4rem; border-radius: 10px;
  font-weight: 600; font-size: 0.9rem; box-shadow: 0 12px 30px -10px rgba(0,0,0,0.4);
  opacity: 0; pointer-events: none; transition: opacity 0.25s ease, transform 0.25s ease; z-index: 999;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* =========================================================
   HERO — same template as the reference site: centered
   content, dashed location badge, script accent + squiggle,
   pill row, sticker-soft CTA buttons, floating decorative
   elements with mouse parallax. Reskinned sage/wheat, with
   wheat-stalk motifs standing in for the tropical ones.
========================================================= */
section.hero {
  position: relative;
  min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  background-color: var(--sage-deep);
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.16) 1.5px, transparent 1.5px),
    linear-gradient(150deg, #B7C6A6 0%, #93A67F 38%, #6C7F5A 72%, #4E5F3F 100%);
  background-size: 18px 18px, 100% 100%;
  background-repeat: repeat, no-repeat;
  overflow: hidden;
  padding: 5rem 2rem 3rem;
  isolation: isolate;
}
section.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 8% 4%, rgba(255,221,158,0.4), transparent 62%),
    radial-gradient(ellipse 60% 55% at 95% 100%, rgba(45,58,36,0.55), transparent 65%),
    radial-gradient(ellipse 45% 40% at 100% 6%, rgba(221,168,75,0.35), transparent 65%),
    radial-gradient(ellipse 55% 60% at 0% 100%, rgba(86,107,76,0.5), transparent 60%),
    radial-gradient(ellipse 140% 90% at 50% 50%, transparent 45%, rgba(20,26,15,0.28) 100%);
}
section.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 4; pointer-events: none; opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.float-el {
  position: absolute; font-size: 2.5rem;
  filter: drop-shadow(2px 4px 0 rgba(0,0,0,0.12));
  will-change: transform; pointer-events: none; user-select: none; z-index: 2;
}
.wheat-left { position: absolute; left: -30px; bottom: -20px; width: 240px; opacity: 0.9; z-index: 1; transform: rotate(-6deg); }
.wheat-right { position: absolute; right: -20px; top: -30px; width: 190px; opacity: 0.85; z-index: 1; transform: rotate(10deg) scaleX(-1); }

.hero .content {
  position: relative; z-index: 3; max-width: 800px; text-align: center;
  display: flex; flex-direction: column; align-items: center;
}
.hero .badge { margin-bottom: 1.6rem; }
.hero h1 {
  font-family: 'Fraunces', serif;
  font-size: clamp(2.2rem, 6.2vw, 4.1rem);
  font-weight: 600; line-height: 1.1; color: #fff;
  text-shadow: 0 2px 18px rgba(51,44,42,0.35);
}
.accent-wrap { position: relative; display: inline-block; margin-top: 0.2rem; }
.hero h1 .accent {
  display: block; font-family: 'Fraunces', serif; font-style: italic; font-weight: 500;
  font-size: 1.15em; color: var(--wheat);
  text-shadow: 0 2px 14px rgba(51,44,42,0.3);
}
.squiggle { display: block; width: 200px; max-width: 55vw; height: 16px; margin: 0.3rem auto 0; }
.hero p.tagline {
  margin-top: 1.3rem; font-size: 1.08rem; font-weight: 600; color: #26332a;
  max-width: 46ch; line-height: 1.55; background: rgba(255,255,255,0.32);
  padding: 0.4rem 1rem; border-radius: 10px;
}
.pill {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: var(--cream);
  border: 1.5px solid rgba(51,44,42,0.12);
  color: var(--ink);
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  box-shadow: 0 6px 16px -8px rgba(20,26,15,0.45);
}
.hero .pills { display: flex; flex-wrap: wrap; gap: 0.7rem; justify-content: center; margin-top: 1.8rem; }
.hero .pill { background: var(--cream); border-color: rgba(51,44,42,0.1); }
.hero .pill:nth-child(odd) { transform: rotate(-1.5deg); }
.hero .pill:nth-child(even) { transform: rotate(1.5deg); }
.hero .cta-row { display: flex; gap: 1.1rem; flex-wrap: wrap; justify-content: center; margin-top: 2.3rem; }

.logo-tag {
  margin-top: 2.2rem; display: inline-flex; align-items: center; gap: 0.6rem;
  background: var(--cream); border-radius: 999px; padding: 0.4rem 1.1rem 0.4rem 0.4rem;
  box-shadow: 0 8px 20px -8px rgba(51,44,42,0.4);
}
.logo-orb { width: 42px; height: 42px; border-radius: 50%; overflow: hidden; flex-shrink: 0; }
.logo-orb img { width: 100%; height: 100%; object-fit: cover; }
.logo-tag small { font-family: 'Fraunces', serif; font-style: italic; font-size: 1.05rem; color: var(--ink); }

@media (max-width: 640px) {
  .wheat-left, .wheat-right { width: 140px; }
  .float-el { font-size: 1.8rem; }
}

/* =========================================================
   STORY — split, editorial
========================================================= */
.story { background: #fff; padding: 6.5rem 0; }
.story .wrap { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 3.5rem; align-items: center; }
.story-media { position: relative; }
.story-media .photo-frame { aspect-ratio: 4/5; }
.story-media .photo-frame.accent { position: absolute; width: 48%; aspect-ratio: 1/1; right: -1.6rem; bottom: -1.8rem; border: 5px solid var(--cream); }
.story-text p { margin-top: 1.1rem; color: var(--ink-soft); line-height: 1.75; max-width: 54ch; font-size: 1.02rem; }
.story-stats { display: flex; gap: 2.2rem; margin-top: 2rem; flex-wrap: wrap; }
.story-stat b { font-family: 'Fraunces', serif; font-size: 1.9rem; color: var(--sage-deep); display: block; }
.story-stat span { font-size: 0.8rem; color: var(--ink-soft); text-transform: uppercase; letter-spacing: 0.05em; }

@media (max-width: 860px) {
  .story .wrap { grid-template-columns: 1fr; }
  .story-media { max-width: 380px; margin: 0 auto 3rem; }
}

/* =========================================================
   MENU preview — asymmetric
========================================================= */
.menu-preview { background: var(--beige); padding: 6.5rem 0; }
.menu-head { max-width: 620px; margin-bottom: 3rem; }
.menu-head p { color: var(--ink-soft); margin-top: 1rem; font-size: 1.02rem; }
.menu-layout { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2.5rem; align-items: stretch; }
.menu-layout .photo-frame { aspect-ratio: 1/1; }
.menu-list { display: flex; flex-direction: column; gap: 1.1rem; }
.menu-row {
  background: #fff; border-radius: 14px; padding: 1.2rem 1.4rem;
  display: flex; align-items: center; gap: 1rem;
  box-shadow: 0 10px 26px -18px rgba(51,44,42,0.3);
}
.menu-row img { width: 62px; height: 62px; border-radius: 10px; object-fit: cover; flex-shrink: 0; }
.menu-row .info { flex: 1; }
.menu-row .info h3 { font-family: 'Fraunces', serif; font-size: 1.05rem; }
.menu-row .info p { font-size: 0.86rem; color: var(--ink-soft); margin-top: 0.2rem; }
.menu-row .price { font-family: 'Fraunces', serif; color: var(--sage-deep); font-weight: 600; }
.menu-note { margin-top: 2rem; color: var(--ink-soft); font-size: 0.92rem; }
.menu-note a { color: var(--sage-deep); font-weight: 600; }

@media (max-width: 860px) { .menu-layout { grid-template-columns: 1fr; } }

/* =========================================================
   GALLERY — masonry wall
========================================================= */
.gallery { background: #fff; padding: 6.5rem 0; }
.gallery-head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 1.5rem; margin-bottom: 3rem; }
.gallery-head p { color: var(--ink-soft); max-width: 40ch; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 150px; gap: 1.1rem; }
.gallery-grid .photo-frame { width: 100%; height: 100%; }
.g-a { grid-column: span 2; grid-row: span 2; }
.g-b { grid-column: span 2; grid-row: span 1; }
.g-c { grid-column: span 1; grid-row: span 1; }
.g-d { grid-column: span 1; grid-row: span 2; }
.g-e { grid-column: span 2; grid-row: span 2; }
.g-f { grid-column: span 2; grid-row: span 1; }

@media (max-width: 860px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 140px; }
  .gallery-grid > div { grid-column: span 1 !important; grid-row: span 1 !important; }
}

/* =========================================================
   REELS — same staggered tilted grid as the reference site
========================================================= */
.reels-section { background: var(--sage-deep); padding: 6rem 0; position: relative; overflow: hidden; }
.reels-section::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.12) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
}
.reels-section .wrap { position: relative; z-index: 2; }
.reels-head { max-width: 620px; margin-bottom: 2.4rem; }
.reels-head p { color: rgba(250,245,234,0.8); margin-top: 1rem; }
.reel-card {
  position: relative;
  background: var(--ink); border: 3px solid var(--cream); border-radius: 18px;
  overflow: hidden; box-shadow: 6px 7px 0 rgba(0,0,0,0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.reel-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.reel-card:hover { transform: translateY(-4px) !important; box-shadow: 8px 10px 0 rgba(0,0,0,0.35); }
.reels-grid-small { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem 1.2rem; }
.reels-grid-small .reel-card { aspect-ratio: 9/16; }
.reels-grid-small .reel-card:nth-child(1) { transform: rotate(-1.5deg); }
.reels-grid-small .reel-card:nth-child(2) { transform: rotate(1.5deg); margin-top: 1.4rem; }
.reels-grid-small .reel-card:nth-child(3) { transform: rotate(-1deg); }
.reels-grid-small .reel-card:nth-child(4) { transform: rotate(1.5deg); }
.reels-grid-small .reel-card:nth-child(5) { transform: rotate(-1.5deg); margin-top: 1.4rem; }
.reels-cta { margin-top: 2.4rem; }

@media (max-width: 860px) {
  .reels-grid-small { grid-template-columns: repeat(2, 1fr); }
  .reels-grid-small .reel-card { margin-top: 0 !important; }
}

/* =========================================================
   WHY — alternating rows
========================================================= */
.why { background: var(--beige); padding: 6.5rem 0; }
.why-head { max-width: 620px; margin-bottom: 3rem; }
.why-head p { color: var(--ink-soft); margin-top: 1rem; }
.why-row { display: flex; align-items: center; gap: 2.2rem; padding: 1.6rem 0; border-bottom: 1px solid var(--beige-deep); }
.why-row:last-child { border-bottom: none; }
.why-row:nth-child(even) { flex-direction: row-reverse; }
.why-thumb { flex: 0 0 auto; width: 88px; height: 88px; border-radius: 50%; overflow: hidden; box-shadow: 0 10px 24px -14px rgba(51,44,42,0.4); }
.why-thumb img { width: 100%; height: 100%; object-fit: cover; }
.why-copy h3 { font-family: 'Fraunces', serif; font-size: 1.25rem; color: var(--sage-deep); margin-bottom: 0.35rem; }
.why-copy p { color: var(--ink-soft); max-width: 52ch; }
@media (max-width: 640px) { .why-row, .why-row:nth-child(even) { flex-direction: column; text-align: center; gap: 0.9rem; } }

/* =========================================================
   PROCESS
========================================================= */
.process { background: #fff; padding: 6.5rem 0; }
.process-head { max-width: 620px; margin-bottom: 3rem; }
.process-head p { color: var(--ink-soft); margin-top: 1rem; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; position: relative; }
.process-steps::before { content: ""; position: absolute; top: 26px; left: 8%; right: 8%; height: 1px; background: var(--beige-deep); }
.process-step { text-align: center; position: relative; }
.step-num {
  width: 54px; height: 54px; border-radius: 50%; margin: 0 auto 1.1rem;
  background: var(--sage-deep); color: var(--cream); font-family: 'Fraunces', serif; font-weight: 600; font-size: 1.3rem;
  display: flex; align-items: center; justify-content: center; position: relative; z-index: 2;
}
.process-step h3 { font-family: 'Fraunces', serif; font-size: 1.05rem; margin-bottom: 0.4rem; }
.process-step p { color: var(--ink-soft); font-size: 0.9rem; }
@media (max-width: 760px) { .process-steps { grid-template-columns: 1fr 1fr; gap: 2.4rem; } .process-steps::before { display: none; } }

/* =========================================================
   LOCATION / TRUST band
========================================================= */
.trust { background: var(--sage-deep); padding: 5rem 0; }
.trust .wrap { display: flex; flex-wrap: wrap; gap: 3rem; align-items: center; justify-content: space-between; }
.trust-copy { max-width: 420px; }
.trust-copy h2 { color: var(--cream); font-size: clamp(1.6rem, 3.2vw, 2.2rem); }
.trust-copy p { color: rgba(250,245,234,0.75); margin-top: 1rem; }
.trust-stats { display: flex; gap: 2rem; flex-wrap: wrap; }
.trust-stat { background: rgba(250,245,234,0.08); border: 1px solid rgba(250,245,234,0.18); border-radius: 14px; padding: 1.3rem 1.6rem; text-align: center; min-width: 120px; }
.trust-stat b { font-family: 'Fraunces', serif; font-size: 2rem; color: var(--cream); display: block; }
.trust-stat span { font-size: 0.76rem; color: rgba(250,245,234,0.65); text-transform: uppercase; letter-spacing: 0.04em; }

.location { background: var(--cream); padding: 6.5rem 0; }
.location .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
.location-card { background: #fff; border-radius: 18px; padding: 2.1rem; box-shadow: 0 14px 34px -20px rgba(51,44,42,0.35); }
.location-card h3 { font-family: 'Fraunces', serif; color: var(--sage-deep); font-size: 1.2rem; margin-bottom: 0.8rem; }
.location-card p, .location-card a { color: var(--ink-soft); line-height: 1.7; text-decoration: none; font-weight: 500; }
.location-card a { color: var(--wheat-deep); }
.location-card ul { list-style: none; margin-top: 0.4rem; }
.location-card li { padding: 0.2rem 0; }
@media (max-width: 760px) { .location .wrap { grid-template-columns: 1fr; } }

/* =========================================================
   FINAL CTA
========================================================= */
.final-cta { background: var(--ink); padding: 6rem 2rem; text-align: center; }
.final-cta .content { max-width: 640px; margin: 0 auto; }
.final-cta h2 { color: var(--cream); font-size: clamp(2rem, 4.6vw, 3rem); }
.final-cta p { color: rgba(250,245,234,0.7); margin-top: 1.1rem; font-size: 1.05rem; }
.final-cta .cta-row { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; margin-top: 2rem; }

/* =========================================================
   FOOTER
========================================================= */
footer.site-footer { background: var(--ink); color: var(--cream); padding: 3.2rem 0 2rem; border-top: 1px solid rgba(250,245,234,0.1); }
footer .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 2.4rem; }
.footer-brand { display: flex; align-items: center; gap: 0.7rem; }
.footer-brand span { font-family: 'Fraunces', serif; font-size: 1.15rem; }
.footer-cols { display: flex; gap: 3.2rem; flex-wrap: wrap; }
.footer-col h4 { font-family: 'Work Sans', sans-serif; color: var(--beige-deep); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.8rem; }
.footer-col a, .footer-col p { display: block; color: rgba(250,245,234,0.7); text-decoration: none; font-size: 0.9rem; margin-bottom: 0.5rem; }
.footer-col a:hover { color: var(--cream); }
.footer-bottom { max-width: 1180px; margin: 2.2rem auto 0; padding: 1.3rem 2rem 0; border-top: 1px solid rgba(250,245,234,0.1); font-size: 0.8rem; color: rgba(250,245,234,0.5); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.6rem; }
@media (max-width: 640px) { footer .wrap { flex-direction: column; } }

/* =========================================================
   PAGE HERO (inner pages)
========================================================= */
.page-hero { background: var(--beige); padding: 8.5rem 2rem 3.5rem; text-align: center; }
.page-hero h1 { font-size: clamp(2rem, 5vw, 3rem); }
.page-hero p { margin-top: 0.8rem; color: var(--ink-soft); }
.breadcrumb { margin-top: 1rem; font-size: 0.85rem; color: var(--ink-soft); }
.breadcrumb a { color: var(--sage-deep); text-decoration: underline; }

/* =========================================================
   SHOP
========================================================= */
.shop-section { background: var(--cream); padding: 3rem 0 6rem; }
.shop-filters { display: flex; gap: 0.7rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.filter-btn {
  background: #fff; border: 1.5px solid var(--beige-deep); border-radius: 999px; padding: 0.5rem 1.2rem;
  font-weight: 600; font-size: 0.86rem; cursor: pointer; transition: all 0.15s ease;
}
.filter-btn.active, .filter-btn:hover { background: var(--sage-deep); color: var(--cream); border-color: var(--sage-deep); }
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.8rem; }
.product-card {
  background: #fff; border-radius: 16px; overflow: hidden;
  box-shadow: 0 14px 30px -20px rgba(51,44,42,0.3);
  display: flex; flex-direction: column; transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.product-card:hover { transform: translateY(-4px); box-shadow: 0 20px 38px -18px rgba(51,44,42,0.35); }
.product-card .thumb { aspect-ratio: 4/3; overflow: hidden; }
.product-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-card .body { padding: 1.1rem 1.2rem 1.3rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.product-card .cat-tag { font-size: 0.72rem; font-weight: 700; color: var(--sage-deep); text-transform: uppercase; letter-spacing: 0.04em; }
.product-card h3 { font-family: 'Fraunces', serif; font-size: 1.12rem; }
.product-card h3 a { color: var(--ink); text-decoration: none; }
.product-card p.tag { font-size: 0.86rem; color: var(--ink-soft); flex: 1; }
.product-card .price-row { display: flex; align-items: center; justify-content: space-between; margin-top: 0.4rem; }
.product-card .price { font-family: 'Fraunces', serif; font-size: 1.15rem; color: var(--sage-deep); }

/* =========================================================
   PRODUCT DETAIL
========================================================= */
.product-detail { background: var(--cream); padding: 3rem 0 6rem; }
.product-detail .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: start; }
.product-detail .photo-frame { aspect-ratio: 4/5; }
.product-info .cat-tag { font-size: 0.78rem; font-weight: 700; color: var(--sage-deep); text-transform: uppercase; letter-spacing: 0.04em; }
.product-info h1 { font-family: 'Fraunces', serif; font-size: clamp(1.8rem, 3.6vw, 2.5rem); margin: 0.4rem 0 0.7rem; }
.product-info .price { font-family: 'Fraunces', serif; font-size: 1.6rem; color: var(--sage-deep); margin-bottom: 1rem; }
.product-info p.desc { color: var(--ink-soft); line-height: 1.7; max-width: 48ch; }
.qty-row { display: flex; align-items: center; gap: 1rem; margin: 1.6rem 0; }
.qty-control { display: flex; align-items: center; border: 1.5px solid var(--beige-deep); border-radius: 10px; overflow: hidden; }
.qty-control button { width: 36px; height: 36px; background: var(--beige); border: none; font-size: 1.05rem; font-weight: 700; cursor: pointer; }
.qty-control input { width: 44px; text-align: center; border: none; font-weight: 700; font-size: 1rem; }
.related-heading { margin: 4rem 0 1.5rem; font-family: 'Fraunces', serif; font-size: 1.4rem; }
@media (max-width: 760px) { .product-detail .wrap { grid-template-columns: 1fr; } }

/* =========================================================
   CART
========================================================= */
.cart-section { background: var(--cream); padding: 3rem 0 6rem; min-height: 40vh; }
.cart-table { width: 100%; border-collapse: separate; border-spacing: 0 0.9rem; }
.cart-row td { background: #fff; padding: 1rem; vertical-align: middle; }
.cart-row td:first-child { border-radius: 12px 0 0 12px; }
.cart-row td:last-child { border-radius: 0 12px 12px 0; }
.cart-item { display: flex; align-items: center; gap: 1rem; }
.cart-item img { width: 60px; height: 60px; object-fit: cover; border-radius: 10px; }
.cart-item span { font-weight: 600; }
.cart-remove { background: none; border: none; color: var(--sage-deep); font-weight: 600; cursor: pointer; font-size: 0.85rem; }
.cart-summary { max-width: 380px; margin-left: auto; background: #fff; border-radius: 16px; padding: 1.6rem; box-shadow: 0 14px 30px -20px rgba(51,44,42,0.3); margin-top: 2rem; }
.cart-summary .row { display: flex; justify-content: space-between; font-weight: 600; margin-bottom: 0.6rem; }
.cart-summary .total { font-family: 'Fraunces', serif; font-size: 1.3rem; color: var(--sage-deep); }
.empty-state { text-align: center; padding: 3rem 1rem; }
.empty-state p { color: var(--ink-soft); margin-bottom: 1.4rem; }
@media (max-width: 760px) {
  .cart-table, .cart-table tbody, .cart-row { display: block; width: 100%; }
  .cart-table thead { display: none; }
  .cart-row { margin-bottom: 1rem; box-shadow: 0 10px 24px -18px rgba(51,44,42,0.3); border-radius: 12px; overflow: hidden; }
  .cart-row td { display: block; border-radius: 0 !important; }
}

/* =========================================================
   CHECKOUT
========================================================= */
.checkout-section { background: var(--cream); padding: 3rem 0 6rem; }
.checkout-section .wrap { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 3rem; align-items: start; }
.checkout-form { background: #fff; border-radius: 18px; padding: 2rem; box-shadow: 0 14px 34px -20px rgba(51,44,42,0.3); }
.form-group { margin-bottom: 1.2rem; }
.form-group label { display: block; font-weight: 600; margin-bottom: 0.4rem; font-size: 0.9rem; }
.form-group input, .form-group textarea {
  width: 100%; padding: 0.7rem 0.9rem; border: 1.5px solid var(--beige-deep); border-radius: 10px;
  font-family: 'Work Sans', sans-serif; font-size: 0.95rem; background: var(--beige);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.payment-note { background: var(--beige); border-radius: 12px; padding: 1rem 1.2rem; font-size: 0.88rem; color: var(--ink-soft); margin-top: 1.4rem; border-left: 3px solid var(--sage-deep); }
.checkout-summary { background: #fff; border-radius: 18px; padding: 1.6rem; box-shadow: 0 14px 34px -20px rgba(51,44,42,0.3); position: sticky; top: 6rem; }
.checkout-summary h3 { font-family: 'Fraunces', serif; margin-bottom: 1rem; }
.checkout-line { display: flex; justify-content: space-between; font-size: 0.9rem; margin-bottom: 0.5rem; color: var(--ink-soft); }
.checkout-summary .total-row { display: flex; justify-content: space-between; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--beige-deep); font-family: 'Fraunces', serif; font-size: 1.2rem; color: var(--sage-deep); }
@media (max-width: 860px) { .checkout-section .wrap { grid-template-columns: 1fr; } .form-row { grid-template-columns: 1fr; } .checkout-summary { position: static; } }

.order-confirm { text-align: center; padding: 4rem 1rem; max-width: 560px; margin: 0 auto; }
.order-confirm .check-badge { width: 80px; height: 80px; border-radius: 50%; background: var(--wheat-deep); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.4rem; }
.order-confirm .check-badge svg { width: 38px; height: 38px; }
.order-confirm h1 { font-family: 'Fraunces', serif; font-size: 1.8rem; margin-bottom: 0.8rem; }
.order-confirm p { color: var(--ink-soft); margin-bottom: 0.6rem; }

/* =========================================================
   ABOUT extras
========================================================= */
.about-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 1.5rem; margin-top: 2.5rem; }
.about-card { background: #fff; border-radius: 16px; padding: 1.6rem; box-shadow: 0 12px 28px -20px rgba(51,44,42,0.3); }
.about-card h3 { font-family: 'Fraunces', serif; color: var(--sage-deep); margin-bottom: 0.5rem; font-size: 1.1rem; }
.about-card p { color: var(--ink-soft); font-size: 0.92rem; }

/* =========================================================
   CONTACT
========================================================= */
.contact-section { background: var(--cream); padding: 3rem 0 6rem; }
.contact-section .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
.contact-form { background: #fff; border-radius: 18px; padding: 2rem; box-shadow: 0 14px 34px -20px rgba(51,44,42,0.3); }
.contact-info-card { background: var(--sage-deep); color: var(--cream); border-radius: 18px; padding: 2rem; }
.contact-info-card h3 { font-family: 'Fraunces', serif; color: var(--beige); margin-bottom: 1rem; }
.contact-info-card p, .contact-info-card a { color: rgba(250,245,234,0.85); text-decoration: none; display: block; margin-bottom: 0.7rem; }
.contact-info-card a:hover { color: #fff; }
@media (max-width: 860px) { .contact-section .wrap { grid-template-columns: 1fr; } }
