:root {
  --cocoa: #2e1d13;
  --cocoa-2: #3f2a1f;
  --cream: #f7f3ec;
  --paper: #fffaf5;
  --blush: #e3c2d5;
  --blush-soft: #f1e1ea;
  --caramel: #be7641;
  --caramel-soft: #e8bc98;
  --navy: #091e38;
  --ink: #211915;
  --muted: #746960;
  --line: rgba(46,29,19,.14);
  --shadow: 0 24px 70px rgba(46,29,19,.10);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 42px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; background: white; padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled {
  background: rgba(247,243,236,.88);
  box-shadow: 0 1px 0 var(--line);
  backdrop-filter: blur(14px);
}
.nav-wrap { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { width: 216px; flex: 0 0 auto; }
.brand img { width: 100%; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: .93rem; font-weight: 700; }
.site-nav > a:not(.button) { text-decoration: none; position: relative; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 1px; background: var(--cocoa); transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.site-nav > a:not(.button):hover::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; background: none; border: 0; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; background: var(--cocoa); margin: 5px; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--cocoa);
  border-radius: 999px;
  background: var(--cocoa);
  color: white;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .01em;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(46,29,19,.18); }
.button-small { min-height: 44px; padding-inline: 19px; }
.button-dark { background: var(--navy); border-color: var(--navy); }
.text-link { font-weight: 800; text-decoration: none; border-bottom: 1px solid rgba(46,29,19,.32); padding-bottom: 4px; }
.text-link span { display: inline-block; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }

.hero { position: relative; min-height: 780px; overflow: hidden; display: flex; align-items: center; padding: 140px 0 70px; }
.hero::after { content: ""; position: absolute; width: 580px; height: 580px; right: -170px; top: -210px; border-radius: 50%; background: var(--blush-soft); opacity: .7; z-index: -2; }
.hero-flourish { position: absolute; left: -90px; bottom: 30px; width: 260px; height: 260px; border: 1px solid rgba(190,118,65,.35); border-radius: 50%; z-index: -1; }
.hero-flourish::after { content: ""; position: absolute; inset: 28px; border: 1px solid rgba(190,118,65,.24); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 18px; font-size: .76rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; color: var(--caramel); }
.eyebrow.light { color: var(--caramel-soft); }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; color: var(--cocoa); font-weight: 500; margin-top: 0; }
h1 { max-width: 760px; font-size: clamp(3.7rem, 6.2vw, 6.7rem); line-height: .94; letter-spacing: -.045em; margin-bottom: 28px; }
h1 em { font-weight: 400; color: var(--caramel); }
h2 { font-size: clamp(2.6rem, 4vw, 4.4rem); line-height: 1.03; letter-spacing: -.035em; margin-bottom: 20px; }
h3 { font-size: 2rem; line-height: 1.05; margin-bottom: 12px; }
.hero-lede { max-width: 640px; font-size: 1.18rem; color: #5f544c; margin: 0 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.availability-note { display: flex; align-items: center; gap: 10px; margin-top: 26px; font-size: .9rem; color: var(--muted); }
.dot { width: 8px; height: 8px; border-radius: 50%; background: #66956f; box-shadow: 0 0 0 5px rgba(102,149,111,.13); }
.hero-art { position: relative; min-height: 570px; display: grid; place-items: end center; }
.hero-art img { position: relative; z-index: 2; width: min(100%, 520px); filter: drop-shadow(0 30px 35px rgba(46,29,19,.13)); }
.hero-blob { position: absolute; width: 92%; aspect-ratio: 1; border-radius: 48% 52% 58% 42% / 43% 44% 56% 57%; background: var(--blush); right: -2%; top: 1%; transform: rotate(-5deg); }
.stamp { position: absolute; z-index: 3; right: 0; bottom: 40px; width: 112px; height: 112px; border-radius: 50%; display: grid; place-items: center; text-align: center; border: 1px solid var(--cocoa); background: var(--cream); color: var(--cocoa); font: 800 .72rem/1.25 "Trebuchet MS", sans-serif; letter-spacing: .12em; transform: rotate(8deg); }

.marquee { overflow: hidden; background: var(--cocoa); color: white; white-space: nowrap; font-size: .82rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.marquee > div { width: max-content; padding: 15px 0; animation: marquee 28s linear infinite; }
.marquee span { color: var(--blush); padding: 0 20px; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-35%); } }
@media (prefers-reduced-motion: reduce) { .marquee > div { animation: none; } html { scroll-behavior: auto; } }

.section { padding-top: 110px; padding-bottom: 110px; }
.section-heading { margin-bottom: 54px; }
.split-heading { display: grid; grid-template-columns: 1.15fr .7fr; gap: 70px; align-items: end; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { margin: 0 0 8px; color: var(--muted); max-width: 440px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.product-card { border: 1px solid var(--line); background: rgba(255,250,245,.75); border-radius: var(--radius); overflow: hidden; box-shadow: 0 10px 30px rgba(46,29,19,.04); }
.product-visual { min-height: 300px; position: relative; display: flex; align-items: flex-end; padding: 22px; overflow: hidden; }
.product-visual::before, .product-visual::after { content: ""; position: absolute; border-radius: 50%; filter: blur(1px); }
.product-visual::before { width: 240px; height: 240px; top: 35px; left: 50%; transform: translateX(-50%); }
.product-visual::after { width: 150px; height: 60px; bottom: 68px; left: 50%; transform: translateX(-50%); border-radius: 50%; background: rgba(46,29,19,.10); filter: blur(10px); }
.cinnamon { background: #ead8c8; }
.cinnamon::before { background: radial-gradient(circle at 42% 40%, #f2ccb0 0 18%, #be7641 19% 30%, #efd6c2 31% 38%, #8c4e2a 39% 48%, #d99866 49% 62%, #f4d8c2 63% 70%, #9b5d37 71%); }
.tres { background: #efe3d5; }
.tres::before { border-radius: 24px; background: linear-gradient(#faf5ea 0 25%, #dfbd82 26% 68%, #f9f3e8 69%); box-shadow: inset 0 -12px 0 rgba(190,118,65,.16); }
.pudding { background: #e8ded1; }
.pudding::before { width: 180px; border-radius: 30px 30px 60px 60px; background: repeating-linear-gradient(to bottom, #f5e1a8 0 26px, #f7f1df 26px 54px, #d5a663 54px 69px); }
.photo-label { position: relative; z-index: 3; background: rgba(255,250,245,.86); border: 1px solid rgba(46,29,19,.14); border-radius: 999px; padding: 7px 11px; font-size: .65rem; font-weight: 900; letter-spacing: .12em; }
.product-copy { padding: 28px 28px 32px; }
.product-copy p { color: var(--muted); }
.product-copy .kicker { font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; color: var(--caramel); margin: 0 0 9px; }
.product-card-featured { transform: translateY(-18px); }

.feature-band { background: var(--navy); color: white; padding: 100px 0; overflow: hidden; }
.feature-band h2 { color: white; max-width: 650px; }
.feature-band p { color: rgba(255,255,255,.74); max-width: 580px; }
.feature-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 70px; }
.drink-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.drink-tags span { border: 1px solid rgba(255,255,255,.24); padding: 9px 13px; border-radius: 999px; font-size: .82rem; }
.drink-photo { margin: 0; border-radius: 28px; overflow: hidden; box-shadow: 0 20px 45px rgba(0,0,0,.18); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); }
.drink-photo img { width: 100%; height: 100%; min-height: 340px; object-fit: cover; display: block; }

.custom-card { border-radius: 36px; background: var(--blush); display: grid; grid-template-columns: 1.25fr .55fr; align-items: center; overflow: hidden; min-height: 420px; }
.custom-copy { padding: 62px; }
.custom-copy p:not(.eyebrow) { max-width: 650px; color: #5a4550; margin-bottom: 28px; }
.custom-mark { min-height: 100%; background: rgba(255,255,255,.18); display: grid; place-items: center; padding: 36px; }
.custom-mark img { width: 230px; opacity: .86; }

.story-section { padding-top: 20px; }
.story-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.story-art { min-height: 540px; border-radius: 38px; background: #eee4d9; display: grid; place-items: center; padding: 45px; overflow: hidden; }
.story-art img { max-height: 460px; width: auto; }
.story-copy p { color: var(--muted); max-width: 650px; font-size: 1.04rem; }
.story-copy .story-note { font-size: .86rem; font-style: italic; color: #94887e; margin-top: 28px; }

.cta-section { padding: 20px 0 110px; }
.cta-inner { background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 36px; padding: 75px; text-align: center; }
.cta-inner h2 { max-width: 780px; margin-inline: auto; }

.site-footer { border-top: 1px solid var(--line); padding: 55px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .8fr; gap: 30px; align-items: start; }
.footer-brand img { width: 230px; margin-bottom: 14px; }
.footer-brand p, .copyright { color: var(--muted); font-size: .84rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px 26px; justify-content: flex-end; font-size: .88rem; font-weight: 700; }
.footer-links a { text-decoration: none; }
.copyright { grid-column: 1/-1; border-top: 1px solid var(--line); padding-top: 24px; margin: 12px 0 0; }


/* Photo-led V2 */
.product-visual {
  min-height: 330px;
  padding: 0;
  background: #eadfd5;
}
.product-visual::before,
.product-visual::after { content: none; }
.product-visual img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: transform .45s ease;
}
.product-card:hover .product-visual img { transform: scale(1.025); }

.bakery-wide {
  margin: 42px 0 0;
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  min-height: 370px;
  background: #e7d8ca;
  box-shadow: 0 18px 45px rgba(46,29,19,.08);
}
.bakery-wide img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}
.bakery-wide figcaption {
  position: absolute;
  left: 24px;
  bottom: 22px;
  max-width: 430px;
  margin: 0;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(247,243,236,.92);
  color: var(--cocoa);
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.custom-mark {
  padding: 0;
  min-height: 100%;
  overflow: hidden;
  background: #dcb4cb;
}
.custom-mark img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  opacity: 1;
}

.story-art {
  padding: 0;
  background: #eee4d9;
}
.story-art img {
  width: 100%;
  height: 540px;
  max-height: none;
  object-fit: cover;
}

@media (max-width: 960px) {
  .hero { min-height: auto; }
  .hero-grid, .feature-grid, .story-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 26px; }
  .hero-copy { padding-top: 40px; }
  .hero-art { min-height: 480px; max-width: 560px; margin: 0 auto; width: 100%; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card-featured { transform: none; }
  .product-card:last-child { grid-column: 1/-1; max-width: calc(50% - 11px); }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .custom-card { grid-template-columns: 1fr .38fr; }
  .story-art { max-width: 620px; width: 100%; margin-inline: auto; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav-wrap { height: 76px; }
  .brand { width: 178px; }
  .menu-toggle { display: block; z-index: 120; }
  .site-nav { position: fixed; inset: 0; background: var(--cream); display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 28px; font-size: 1.25rem; transform: translateY(-105%); transition: transform .28s ease; }
  .site-nav.open { transform: translateY(0); }
  body.menu-open { overflow: hidden; }
  .hero { padding-top: 120px; }
  h1 { font-size: clamp(3rem, 15vw, 5.2rem); }
  h2 { font-size: clamp(2.35rem, 11vw, 3.7rem); }
  .hero-art { min-height: 410px; }
  .hero-art img { width: 84%; }
  .stamp { width: 88px; height: 88px; font-size: .58rem; right: 3%; bottom: 22px; }
  .section { padding-top: 78px; padding-bottom: 78px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card:last-child { grid-column: auto; max-width: none; }
  .product-visual { min-height: 270px; }
  .feature-band { padding: 78px 0; }
  .drink-photo img { min-height: 280px; }
  .custom-card { grid-template-columns: 1fr; }
  .custom-copy { padding: 40px 28px; }
  .custom-mark { min-height: 220px; }
  .custom-mark img { width: 100%; }
  .story-grid { gap: 46px; }
  .story-art { min-height: 430px; padding: 28px; }
  .story-art img { max-height: 360px; }
  .cta-inner { padding: 52px 24px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 760px) {
  .product-visual,
  .product-visual img { min-height: 270px; height: 270px; }
  .bakery-wide { min-height: 280px; margin-top: 28px; }
  .bakery-wide img { height: 320px; }
  .bakery-wide figcaption { left: 14px; right: 14px; bottom: 14px; max-width: none; }
  .custom-mark img { min-height: 300px; max-height: 360px; }
  .story-art img { height: 430px; }
}

/* V4 — continuous offerings ticker + compact photo carousel */
.marquee {
  display: flex;
  overflow: hidden;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee-loop 34s linear infinite;
  will-change: transform;
}
.marquee-group {
  display: flex;
  align-items: center;
  flex: none;
  min-width: max-content;
  padding: 15px 0;
}
.marquee-item {
  display: inline-flex;
  align-items: center;
  flex: none;
}
.marquee-item::after {
  content: "✦";
  color: var(--blush);
  padding: 0 20px;
}
@keyframes marquee-loop {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.marquee > div { animation: none; padding: 0; }
.marquee .marquee-track { animation: marquee-loop 34s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }

.table-carousel {
  width: min(100%, 1040px);
  margin: 54px auto 0;
}
.carousel-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 18px;
}
.carousel-heading .eyebrow { margin-bottom: 8px; }
.carousel-heading h3 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.08;
}
.carousel-controls { display: flex; gap: 8px; flex: none; }
.carousel-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--cocoa);
  font: 800 1.1rem/1 sans-serif;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease;
}
.carousel-arrow:hover { transform: translateY(-2px); background: white; }
.carousel-frame {
  position: relative;
  height: clamp(260px, 32vw, 400px);
  overflow: hidden;
  border-radius: 28px;
  background: #e7d8ca;
  box-shadow: 0 18px 45px rgba(46,29,19,.08);
  outline: none;
}
.carousel-frame:focus-visible { box-shadow: 0 0 0 3px rgba(190,118,65,.35), 0 18px 45px rgba(46,29,19,.08); }
.carousel-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .55s ease, visibility .55s ease;
}
.carousel-slide.is-active { opacity: 1; visibility: visible; }
.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.carousel-slide figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  max-width: min(540px, calc(100% - 36px));
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(247,243,236,.92);
  color: var(--cocoa);
  font-size: .88rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
}
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 14px;
}
.carousel-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(46,29,19,.25);
  cursor: pointer;
  transition: width .2s ease, border-radius .2s ease, background .2s ease;
}
.carousel-dot.is-active { width: 26px; border-radius: 999px; background: var(--caramel); }

@media (prefers-reduced-motion: reduce) {
  .marquee .marquee-track { animation: none; }
  .carousel-slide { transition: none; }
}

@media (max-width: 760px) {
  .carousel-heading { align-items: center; }
  .carousel-heading h3 { font-size: 1.65rem; }
  .carousel-frame { height: 290px; border-radius: 22px; }
  .carousel-slide figcaption { font-size: .78rem; left: 12px; bottom: 12px; max-width: calc(100% - 24px); }
  .carousel-arrow { width: 40px; height: 40px; }
}
.marquee .marquee-item { color: white; padding: 0; }
