/* ─────────────────────────────────────────────────────────────────────────
   VARIABLES & FONTS
───────────────────────────────────────────────────────────────────────── */
:root {
  --cream:      #FDF8F0;
  --cream-2:    #F4EAD8;
  --beige:      #E8D5B0;
  --sand:       #D4B896;
  --brown-lt:   #C89468;
  --brown:      #8B5535;
  --brown-dk:   #5C3420;
  --espresso:   #2A1508;
  --green-pale: #D8E5CE;
  --green:      #6B8B5A;
  --green-dk:   #3D5530;
  --text:       #2A1508;
  --text-soft:  #6B5040;
  --text-muted: #9A8070;
  --white:      #FFFFFF;

  --font-serif: 'Playfair Display', Georgia, serif;
  --font-body:  'Nunito', system-ui, sans-serif;
  --font-accent:'Cormorant Garamond', Georgia, serif;

  --ease:       cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in:    cubic-bezier(0.55, 0, 1, 0.45);
  --ease-soft:  cubic-bezier(0.4, 0, 0.2, 1);
}

/* ─────────────────────────────────────────────────────────────────────────
   RESET & BASE
───────────────────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html  { scroll-behavior: smooth; font-size: 16px; }
body  {
  font-family: var(--font-body);
  background: var(--cream);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a        { text-decoration: none; color: inherit; }
img, video { display: block; width: 100%; height: 100%; object-fit: cover; }
em       { font-style: italic; font-family: var(--font-accent); }

/* ─────────────────────────────────────────────────────────────────────────
   KEYFRAMES
───────────────────────────────────────────────────────────────────────── */
/* ── General UI animations ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(36px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes slideRight {
  from { opacity: 0; transform: translateX(-48px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes slideLeft {
  from { opacity: 0; transform: translateX(48px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.88); }
  to   { opacity: 1; transform: scale(1); }
}
@keyframes clipReveal {
  from { clip-path: inset(0 100% 0 0); }
  to   { clip-path: inset(0 0% 0 0); }
}
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes hintBounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(8px); }
}
@keyframes navIn {
  from { opacity: 0; transform: translateY(-100%); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Caption / chapter entrance keyframes ── */

/* Ch 0 — fade + rise (default opening) */
@keyframes chEnter--0-eyebrow {
  0%   { opacity: 0; transform: translateY(12px); letter-spacing: 0.32em; }
  100% { opacity: 1; transform: translateY(0);    letter-spacing: 0.18em; }
}
@keyframes chEnter--0-heading {
  0%   { opacity: 0; transform: translateY(28px) scale(0.95); }
  100% { opacity: 1; transform: translateY(0)    scale(1);    }
}
@keyframes chEnter--0-sub {
  0%   { opacity: 0; transform: translateY(16px); }
  100% { opacity: 0.6; transform: translateY(0); }
}

/* Ch 1 — wipe from left */
@keyframes chEnter--1-eyebrow {
  0%   { opacity: 0; clip-path: inset(0 100% 0 0); }
  100% { opacity: 1; clip-path: inset(0 0%   0 0); }
}
@keyframes chEnter--1-heading {
  0%   { opacity: 0; transform: translateX(-40px); }
  100% { opacity: 1; transform: translateX(0); }
}
@keyframes chEnter--1-sub {
  0%   { opacity: 0; transform: translateX(-20px); }
  100% { opacity: 0.6; transform: translateX(0); }
}

/* Ch 2 — scale + blur reveal */
@keyframes chEnter--2-eyebrow {
  0%   { opacity: 0; transform: scale(0.7); filter: blur(6px); }
  100% { opacity: 1; transform: scale(1);   filter: blur(0);   }
}
@keyframes chEnter--2-heading {
  0%   { opacity: 0; transform: scale(1.12); filter: blur(4px); }
  100% { opacity: 1; transform: scale(1);    filter: blur(0);   }
}
@keyframes chEnter--2-sub {
  0%   { opacity: 0; filter: blur(4px); }
  100% { opacity: 0.6; filter: blur(0); }
}

/* Ch 3 — drop from top */
@keyframes chEnter--3-eyebrow {
  0%   { opacity: 0; transform: translateY(-18px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes chEnter--3-heading {
  0%   { opacity: 0; transform: translateY(-36px) rotate(-2deg); }
  100% { opacity: 1; transform: translateY(0)     rotate(0deg); }
}
@keyframes chEnter--3-sub {
  0%   { opacity: 0; transform: translateY(-14px); }
  100% { opacity: 0.6; transform: translateY(0); }
}

/* Ch 4 — letter-spacing burst */
@keyframes chEnter--4-eyebrow {
  0%   { opacity: 0; letter-spacing: 0.6em; }
  100% { opacity: 1; letter-spacing: 0.18em; }
}
@keyframes chEnter--4-heading {
  0%   { opacity: 0; letter-spacing: 0.12em; transform: scale(0.92); }
  100% { opacity: 1; letter-spacing: -0.03em; transform: scale(1); }
}
@keyframes chEnter--4-cta {
  0%   { opacity: 0; transform: translateY(16px) scale(0.9); }
  100% { opacity: 1; transform: translateY(0)    scale(1);   }
}

/* ── Video frame entrance ── */
@keyframes frameReveal {
  0%   { opacity: 0; transform: scale(0.84) translateY(24px); }
  100% { opacity: 1; transform: scale(1)    translateY(0); }
}

/* ── Progress bar shimmer ── */
@keyframes shimmer {
  0%   { background-position: -200% center; }
  100% { background-position:  200% center; }
}

/* ─────────────────────────────────────────────────────────────────────────
   REVEAL CLASSES (IntersectionObserver triggers)
───────────────────────────────────────────────────────────────────────── */
.reveal,
.reveal-right,
.reveal-left,
.reveal-up,
.reveal-scale { opacity: 0; }

.reveal.is-visible       { animation: fadeUp    0.85s var(--ease) var(--d, 0s) forwards; }
.reveal-right.is-visible { animation: slideRight 0.9s var(--ease) var(--d, 0s) forwards; }
.reveal-left.is-visible  { animation: slideLeft  0.9s var(--ease) var(--d, 0s) forwards; }
.reveal-up.is-visible    { animation: fadeUp     0.8s var(--ease) var(--d, 0s) forwards; }
.reveal-scale.is-visible { animation: scaleIn    0.9s var(--ease) var(--d, 0s) forwards; }

/* ─────────────────────────────────────────────────────────────────────────
   UTILITY
───────────────────────────────────────────────────────────────────────── */
.container { width: min(1200px, 90vw); margin-inline: auto; }

.eyebrow {
  display: block;
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brown);
  margin-bottom: 0.9rem;
}

/* ─────────────────────────────────────────────────────────────────────────
   NAV
───────────────────────────────────────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.25rem 2.5rem;
  /* Start transparent over hero video */
  background: transparent;
  transition: background 0.5s var(--ease-soft), transform 0.4s var(--ease),
              box-shadow 0.4s var(--ease-soft);
  animation: navIn 0.8s var(--ease) 0.3s backwards;
}
.nav.is-scrolled {
  background: rgba(253, 248, 240, 0.94);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(42, 21, 8, 0.08);
}
.nav.is-hidden { transform: translateY(-110%); }

.nav__logo {
  font-family: var(--font-serif);
  font-size: 1.4rem; font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--white);
  transition: color 0.4s;
}
.nav.is-scrolled .nav__logo { color: var(--espresso); }

.nav__links {
  list-style: none; display: flex; gap: 2.5rem;
}
.nav__links a {
  font-size: 0.875rem; font-weight: 600;
  color: rgba(255,255,255,0.75);
  transition: color 0.3s;
}
.nav__links a:hover { color: var(--white); }
.nav.is-scrolled .nav__links a { color: var(--text-soft); }
.nav.is-scrolled .nav__links a:hover { color: var(--espresso); }

.nav__order {
  font-size: 0.82rem; font-weight: 700;
  padding: 0.55rem 1.35rem;
  border-radius: 100px;
  background: var(--brown);
  color: var(--white);
  transition: background 0.25s, transform 0.2s;
}
.nav__order:hover { background: var(--brown-dk); transform: scale(1.04); }

/* ─────────────────────────────────────────────────────────────────────────
   HERO — fullscreen autoplay video
───────────────────────────────────────────────────────────────────────── */
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: var(--espresso);
}

/* Video: true fullscreen, no downscaling */
.hero__video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center center;
  /* No transform, no filter — maximum sharpness */
}

/* Dark gradient so text stays readable */
.hero__overlay {
  display: none;
}

/* Grain texture */
.hero__grain {
  position: absolute; inset: 0; z-index: 2;
  opacity: 0.035; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='g'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23g)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}

/* Text content — bottom-left like a film title card */
.hero__content {
  position: absolute;
  bottom: clamp(3rem, 7vh, 6rem);
  left: clamp(2rem, 6vw, 7rem);
  z-index: 3;
  max-width: 640px;
}

.hero__heading {
  font-family: var(--font-accent);
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--white);
  margin-bottom: 1rem;
  animation: fadeUp 1s var(--ease) 0.4s backwards;
}
.hero__heading em {
  font-family: var(--font-accent);
  font-weight: 700; font-size: 1.05em;
  color: var(--white);
}

.hero__sub {
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  font-weight: 400;
  color: var(--brown);
  line-height: 1.65;
  margin-bottom: 2rem;
  animation: fadeUp 1s var(--ease) 0.6s backwards;
}

.ch__eyebrow {
  display: inline-block;
  font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--white);
  margin-bottom: 1rem;
  animation: fadeUp 1s var(--ease) 0.2s backwards;
}

.ch__cta {
  display: inline-block;
  padding: 0.85rem 2.2rem;
  background: var(--brown); color: var(--white);
  font-size: 0.875rem; font-weight: 700;
  border-radius: 100px;
  transition: background 0.25s, transform 0.2s;
  animation: fadeUp 1s var(--ease) 0.8s backwards;
}
.ch__cta:hover { background: var(--brown-dk); transform: scale(1.04); }
.ch__cta--corner { display: none; }

/* Scroll hint */
.hero__hint {
  position: absolute; bottom: 2rem; left: 50%;
  transform: translateX(-50%);
  z-index: 3; text-align: center;
  color: rgba(255,255,255,0.35);
  font-size: 0.62rem; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  animation: fadeIn 1s var(--ease) 1.8s backwards;
  transition: opacity 0.5s;
}
.hero__hint.is-hidden { opacity: 0; pointer-events: none; }
.hero__hint-line {
  width: 1px; height: 36px;
  background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.35));
  margin: 0 auto 0.5rem;
  animation: hintBounce 2s ease-in-out infinite;
}

/* ─────────────────────────────────────────────────────────────────────────
   MARQUEE
───────────────────────────────────────────────────────────────────────── */
.marquee {
  overflow: hidden; white-space: nowrap;
  background: var(--brown-dk); padding: 1rem 0;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.marquee__track {
  display: inline-flex; gap: 2.5rem; align-items: center;
  animation: marqueeScroll 28s linear infinite;
}
.marquee__track span {
  font-family: var(--font-serif);
  font-size: 0.95rem; font-style: italic;
  color: rgba(253, 248, 240, 0.7);
}
.marquee__track b {
  font-size: 0.6rem; color: var(--brown-lt);
  font-weight: 400; opacity: 0.7;
}

/* ─────────────────────────────────────────────────────────────────────────
   STORY
───────────────────────────────────────────────────────────────────────── */
.story { background: var(--cream); }

.story__intro {
  padding: 7rem 0 4rem;
  text-align: center;
}
.story__intro-title {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--espresso);
  margin-top: 0.5rem;
}
.story__intro-title em {
  color: var(--brown);
  font-size: 1.05em;
}

.story__panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 560px;
}
.story__panel--flip { direction: rtl; }
.story__panel--flip > * { direction: ltr; }

.story__img-wrap {
  position: relative; overflow: hidden;
}
.story__img {
  position: absolute; inset: -10%;
  width: 120%; height: 120%;
  background-size: cover; background-position: center;
  transition: transform 0.1s linear;
}

.story__img--1 { background-image: url("../assets/img/story-1.jpg"); }
.story__img--2 { background-image: url("../assets/img/story-2.jpg"); }
.story__img--3 { background-image: url("../assets/img/story-3.jpg"); }

.story__content {
  display: flex; flex-direction: column; justify-content: center;
  padding: 5rem 5rem 5rem 6rem;
  background: var(--cream);
}
.story__panel--flip .story__content { padding: 5rem 6rem 5rem 5rem; }

.story__content .eyebrow { color: var(--brown); }

.story__content h3 {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--espresso);
  margin: 0.4rem 0 1.4rem;
}
.story__content p {
  font-size: 1rem; font-weight: 400;
  line-height: 1.8; color: var(--text-soft);
  max-width: 44ch;
}

/* ─────────────────────────────────────────────────────────────────────────
   NATURE MOSAIC
───────────────────────────────────────────────────────────────────────── */
.nature-mosaic {
  display: grid;
  grid-template-columns: 1.6fr 1fr 0.8fr 1fr 1.4fr;
  height: 40px;
  gap: 0;
}
.nature-mosaic__item { overflow: hidden; }

.nature-mosaic__item--1 { background: linear-gradient(160deg, #2d4a20 0%, #1a3010 100%); }
.nature-mosaic__item--2 { background: linear-gradient(180deg, #5a7a40 0%, #3a5a28 100%); }
.nature-mosaic__item--3 { background: linear-gradient(140deg, #8B5535 0%, #6B3a20 100%); }
.nature-mosaic__item--4 { background: linear-gradient(200deg, #c89468 0%, #8B5535 100%); }
.nature-mosaic__item--5 { background: linear-gradient(160deg, #2a1508 0%, #4a2810 50%, #8B5535 100%); }

/* Subtle texture overlay on each cell */
.nature-mosaic__item::after {
  content: '';
  display: block; width: 100%; height: 100%;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.12'/%3E%3C/svg%3E");
  background-size: 150px 150px;
}

/* ─────────────────────────────────────────────────────────────────────────
   LOVED EVERYWHERE
───────────────────────────────────────────────────────────────────────── */
.loved { background: var(--cream-2); padding: 7rem 0; }

.loved__header {
  padding: 0 5vw 5rem;
}
.loved__title {
  font-family: var(--font-serif);
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.95;
  color: var(--espresso);
  margin-bottom: 1.25rem;
}
.loved__sub {
  font-size: 1rem; color: var(--text-soft); line-height: 1.6; max-width: 50ch;
}

.loved__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 420px 420px 520px;
  gap: 12px;
  padding: 0 12px;
}

.loved__card { position: relative; overflow: hidden; border-radius: 18px; cursor: pointer; }
.loved__card--tall { grid-row: 1 / 3; }
.loved__card--wide { grid-column: 1 / 3; }

.loved__card .loved__media { transition: transform 0.7s var(--ease); }
.loved__card:hover .loved__media { transform: scale(1.06); }

.loved__card-info {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 2.5rem 1.75rem 1.5rem;
  background: linear-gradient(to top, rgba(10,5,2,0.65) 0%, transparent 100%);
  transform: translateY(8px);
  transition: transform 0.4s var(--ease);
}
.loved__card:hover .loved__card-info { transform: translateY(0); }

.loved__tag {
  font-size: 0.78rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.85);
}

/* ─────────────────────────────────────────────────────────────────────────
   PROMO (cinematic)
───────────────────────────────────────────────────────────────────────── */
.promo {
  position: relative;
  min-height: 80vh;
  display: flex; align-items: center;
  overflow: hidden;
}
.promo__bg {
  position: absolute; inset: 0;
}
.promo__video { width: 100%; height: 100%; object-fit: cover; }
.promo__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    135deg,
    rgba(10, 5, 2, 0.85) 0%,
    rgba(42, 21, 8, 0.75) 50%,
    rgba(92, 52, 32, 0.6) 100%
  );
}
.promo__content {
  position: relative; z-index: 2;
  padding: 6rem 0;
  max-width: 660px;
}
.promo__content .eyebrow { color: var(--brown-lt); }
.promo__heading {
  font-family: var(--font-serif);
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: var(--white);
  margin: 0.5rem 0 1.5rem;
}
.promo__heading em { color: var(--brown-lt); font-size: 1.05em; }
.promo__body {
  font-size: 1rem; font-weight: 400;
  line-height: 1.8; color: rgba(255,255,255,0.65);
  margin-bottom: 2.5rem;
}
.promo__btn {
  display: inline-block;
  padding: 1rem 2.5rem;
  border: 1.5px solid rgba(255,255,255,0.4);
  border-radius: 100px;
  color: var(--white);
  font-size: 0.9rem; font-weight: 700;
  transition: background 0.25s, border-color 0.25s, transform 0.2s;
}
.promo__btn:hover {
  background: var(--brown);
  border-color: var(--brown);
  transform: scale(1.04);
}

/* ─────────────────────────────────────────────────────────────────────────
   MENU
───────────────────────────────────────────────────────────────────────── */
.menu { padding: 7rem 0; background: var(--cream); }

.menu__title {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--espresso);
  margin-bottom: 4rem;
}
.menu__title em { color: var(--brown); font-size: 1.05em; }

.menu__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

.menu__card {
  border-radius: 20px; overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(42,21,8,0.06);
  transition: transform 0.35s var(--ease);
}
.menu__card:hover { transform: translateY(-8px); }

.menu__card-img {
  height: 240px;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s var(--ease);
}
.menu__card:hover .menu__card-img { transform: scale(1.05); }

.menu__card-img--1 {
  background: radial-gradient(ellipse at 50% 30%, #e8d090 0%, #c8a050 40%, #7a5820 100%);
}
.menu__card-img--video {
  object-fit: cover;
  width: 100%;
}
.menu__card-img--3 {
  background: radial-gradient(ellipse at 60% 30%, #5a4030 0%, #2a1808 60%, #0a0806 100%);
}

/* Product card — wide */
.menu__card--wide {
  position: relative;
  display: grid;
  grid-template-columns: 60% 40%;
  min-height: 520px;
  border-radius: 24px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(42,21,8,0.06);
  width: min(1100px, 90vw);
  margin: 2rem auto 0;
}

.menu__card--wide-video {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.menu__card--wide-body {
  padding: 3rem 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

.menu__card--wide-body h3 {
  font-family: var(--font-body);
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--espresso);
  margin: 0.5rem 0 1rem;
}

.menu__card--wide-body p {
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.menu__card--wide-body .menu__card-foot {
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}

/* ── Card rating — top left corner ── */
.card-rating {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  background: rgba(253,248,240,0.92);
  backdrop-filter: blur(8px);
  color: var(--espresso);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.35rem 0.85rem;
  border-radius: 100px;
  letter-spacing: 0.02em;
}

/* ── Promo badge ── */
.promo-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--brown-dk);
  color: var(--cream);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.9rem;
  border-radius: 100px;
  margin-bottom: 1.25rem;
}

/* ── Price block ── */
.promo-price {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.promo-price__new {
  font-family: var(--font-body);
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 700;
  color: var(--espresso);
  letter-spacing: -0.02em;
  line-height: 1;
}
.promo-price__old {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--text-muted);
  text-decoration: line-through;
}
.promo-price__save {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--brown-dk);
  background: var(--cream-2);
  border: 1px solid var(--beige);
  padding: 0.2rem 0.65rem;
  border-radius: 100px;
}

/* ── Countdown simple ── */
.promo-countdown-simple {
  text-align: center;
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: 0.08em;
  margin-top: 0.75rem;
}

/* ── Countdown ── */
.promo-countdown {
  border: 1px solid var(--beige);
  border-radius: 14px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.25rem;
  background: var(--cream);
}
.promo-countdown__label {
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.65rem;
  display: block;
}
.promo-countdown__timer {
  display: flex;
  align-items: flex-end;
  gap: 0.25rem;
}
.promo-countdown__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--espresso);
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  min-width: 3rem;
}
.promo-countdown__unit span {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
}
.promo-countdown__unit small {
  font-size: 0.5rem;
  color: var(--brown-lt);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0.25rem;
}
.promo-countdown__sep {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--sand);
  padding-bottom: 0.6rem;
  line-height: 1;
}

/* ── Stock ── */
.promo-stock {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: var(--text-soft);
  margin-bottom: 1.5rem;
}
.promo-stock strong { color: var(--espresso); }
.promo-stock__dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #C0392B;
  box-shadow: 0 0 0 3px rgba(192,57,43,0.18);
  animation: pulse-dot 1.8s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 3px rgba(192,57,43,0.18); }
  50%       { box-shadow: 0 0 0 7px rgba(192,57,43,0.05); }
}

/* ── Buy button override ── */
.menu__card--wide-body .menu__buy {
  width: 100%;
  text-align: center;
  padding: 1rem 1.5rem;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
  box-shadow: 0 4px 20px rgba(139,85,53,0.3);
}
.menu__card--wide-body .menu__buy:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(139,85,53,0.4);
}

.menu__buy {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.8rem 2.2rem;
  background: var(--brown);
  color: var(--white);
  font-size: 0.875rem; font-weight: 700;
  border-radius: 100px;
  transition: background 0.25s, transform 0.2s;
}
.menu__buy:hover { background: var(--brown-dk); transform: scale(1.04); }

.menu__card-body { padding: 1.75rem; }

.menu__origin {
  font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--brown); display: block; margin-bottom: 0.5rem;
  text-align: left;
}
.menu__card-body h3 {
  font-family: var(--font-serif);
  font-size: 1.4rem; font-weight: 700;
  letter-spacing: -0.02em; color: var(--espresso);
  margin-bottom: 0.6rem;
}
.menu__card-body p {
  font-size: 0.875rem; line-height: 1.7; color: var(--text-muted);
  margin-bottom: 1.25rem;
}
.menu__card-foot {
  display: flex; align-items: center; justify-content: space-between;
}
.menu__roast {
  font-size: 0.72rem; font-weight: 700;
  padding: 0.3rem 0.75rem; border-radius: 100px;
  letter-spacing: 0.06em;
}
.menu__roast--light  { background: #FFF4D6; color: #8B6A1A; }
.menu__roast--medium { background: #F5E4D0; color: #7C4A1E; }
.menu__roast--dark   { background: #E8D5C8; color: #4A2010; }
.menu__price {
  font-size: 0.9rem; font-weight: 700; color: var(--espresso);
}

/* ─────────────────────────────────────────────────────────────────────────
   QUOTE
───────────────────────────────────────────────────────────────────────── */
.quote-sect {
  position: relative; padding: 8rem 0; overflow: hidden;
  text-align: center;
}
.quote-sect__bg {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, #2A1508 0%, #5C3420 50%, #8B5535 100%);
}
.quote-sect__bg::after {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.035' numOctaves='4' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
  background-size: 300px 300px;
}
.quote-sect__quote {
  position: relative; z-index: 1;
  max-width: 800px; margin: 0 auto;
}
.quote-sect__quote p {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4.5vw, 4rem);
  font-weight: 400; font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--cream);
  margin-bottom: 1.5rem;
}
.quote-sect__quote cite {
  font-size: 0.875rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--brown-lt); font-style: normal;
}

/* ─────────────────────────────────────────────────────────────────────────
   CTA SECTION
───────────────────────────────────────────────────────────────────────── */
.cta-sect {
  padding: 7rem 0;
  background: var(--cream-2);
  text-align: center;
}
.cta-sect__title {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: var(--espresso);
  margin-bottom: 1.5rem;
}
.cta-sect__title em { color: var(--brown); font-size: 1.05em; }
.cta-sect__sub {
  font-size: 1rem; line-height: 1.75;
  color: var(--text-soft); margin-bottom: 3rem;
}
.cta-sect__btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

.btn-primary {
  display: inline-flex; align-items: center;
  padding: 1rem 2.5rem;
  background: var(--brown); color: var(--white);
  border-radius: 100px;
  font-size: 0.95rem; font-weight: 700;
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
}
.btn-primary:hover {
  background: var(--brown-dk);
  transform: scale(1.04);
}
.btn-ghost {
  display: inline-flex; align-items: center;
  padding: 1rem 2.5rem;
  border: 1.5px solid var(--brown);
  color: var(--brown); border-radius: 100px;
  font-size: 0.95rem; font-weight: 700;
  transition: background 0.25s, color 0.25s, transform 0.2s;
}
.btn-ghost:hover {
  background: var(--brown); color: var(--white); transform: scale(1.04);
}

/* ─────────────────────────────────────────────────────────────────────────
   LEGAL PAGES (Polityka prywatności itp.)
───────────────────────────────────────────────────────────────────────── */
.legal {
  padding: clamp(7rem, 12vw, 9rem) 0 6rem;
  background: var(--cream);
}
.legal__title {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--espresso);
  margin: 0.3rem 0 1rem;
}
.legal__updated { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 3rem; }
.legal__notice {
  background: var(--cream-2);
  border: 1px solid var(--beige);
  border-radius: 14px;
  padding: 1.25rem 1.5rem;
  font-size: 0.875rem; line-height: 1.7; color: var(--text-soft);
  max-width: 70ch; margin-bottom: 3rem;
}
.legal__body { max-width: 70ch; }
.legal__body h2 {
  font-family: var(--font-serif);
  font-size: 1.3rem; font-weight: 700;
  color: var(--espresso);
  margin: 2.5rem 0 0.9rem;
}
.legal__body h2:first-child { margin-top: 0; }
.legal__body h3 {
  font-family: var(--font-serif);
  font-size: 1.08rem; font-weight: 700;
  color: var(--espresso);
  margin: 1.8rem 0 0.6rem;
}
.legal__body p { font-size: 0.95rem; line-height: 1.8; color: var(--text-soft); margin-bottom: 1rem; }
.legal__body ul, .legal__body ol { margin: 0 0 1rem 1.25rem; padding: 0; }
.legal__body ol ul, .legal__body ol ol { margin-top: 0.4rem; margin-bottom: 0.4rem; }
.legal__body li { font-size: 0.95rem; line-height: 1.8; color: var(--text-soft); margin-bottom: 0.2rem; }
.legal__body a { color: var(--brown); text-decoration: underline; text-underline-offset: 2px; }

/* Document download list */
.docs-list {
  display: flex; flex-direction: column; gap: 0.9rem;
  max-width: 70ch;
}
.docs-item {
  display: flex; align-items: center; gap: 1.25rem;
  padding: 1.25rem 1.5rem;
  background: var(--white);
  border: 1px solid var(--beige);
  border-radius: 16px;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.docs-item:hover {
  border-color: var(--brown-lt);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(139,85,53,0.12);
}
.docs-item__icon {
  flex: none;
  width: 44px; height: 44px;
  display: flex; align-items: center; justify-content: center;
  background: var(--cream-2);
  color: var(--brown);
  border-radius: 10px;
  font-size: 0.68rem; font-weight: 800; letter-spacing: 0.03em;
}
.docs-item__body { flex: 1; min-width: 0; }
.docs-item__body strong { display: block; font-size: 0.98rem; color: var(--espresso); margin-bottom: 0.15rem; }
.docs-item__body p { font-size: 0.85rem; line-height: 1.5; color: var(--text-muted); }
.docs-item__action {
  flex: none;
  font-size: 0.8rem; font-weight: 700;
  color: var(--brown);
  padding: 0.55rem 1.1rem;
  border: 1.5px solid var(--brown);
  border-radius: 100px;
  transition: background 0.2s, color 0.2s;
}
.docs-item:hover .docs-item__action { background: var(--brown); color: var(--white); }

@media (max-width: 560px) {
  .docs-item { flex-wrap: wrap; }
  .docs-item__action { margin-left: auto; }
}

/* ─────────────────────────────────────────────────────────────────────────
   FOOTER
───────────────────────────────────────────────────────────────────────── */
.footer {
  background: var(--espresso);
  color: rgba(253,248,240,0.6);
}
.footer__main {
  padding: 4rem 0 3rem;
  display: flex; gap: 6rem; align-items: flex-start;
}
.footer__logo {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.5rem; font-weight: 700;
  color: var(--cream); margin-bottom: 0.6rem;
}
.footer__brand p { font-size: 0.875rem; line-height: 1.6; max-width: 26ch; }
.footer__nav {
  display: flex; gap: 4rem; flex: 1; justify-content: flex-end;
}
.footer__nav div { display: flex; flex-direction: column; gap: 0.6rem; }
.footer__nav strong {
  font-size: 0.8rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--cream); margin-bottom: 0.25rem;
}
.footer__nav a { font-size: 0.875rem; transition: color 0.2s; }
.footer__nav a:hover { color: var(--cream); }
.footer__bar {
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255,255,255,0.07);
  font-size: 0.75rem;
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 0.5rem 1.5rem; justify-content: space-between;
}
.footer__bar-left { display: flex; flex-wrap: wrap; gap: 0.4rem 1.5rem; }
.footer__credit { color: rgba(253,248,240,0.6); }
.footer__credit strong { color: var(--cream); font-weight: 700; }
.footer__cookie-btn {
  background: none; border: none; padding: 0;
  font-family: var(--font-body); font-size: 0.75rem;
  color: rgba(253,248,240,0.6); text-decoration: underline;
  text-underline-offset: 2px; cursor: pointer;
  transition: color 0.2s;
}
.footer__cookie-btn:hover { color: var(--cream); }

/* ─────────────────────────────────────────────────────────────────────────
   COOKIE CONSENT — banner + settings modal
───────────────────────────────────────────────────────────────────────── */
.cookie-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 999;
  background: var(--espresso);
  border-top: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 -8px 30px rgba(0,0,0,0.25);
  animation: cookieSlideUp 0.5s var(--ease) 0.3s both;
}
.cookie-banner[hidden] { display: none; }
@keyframes cookieSlideUp {
  from { transform: translateY(100%); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}
.cookie-banner__inner {
  padding: 1.5rem 5vw;
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 1.25rem 2rem; justify-content: space-between;
}
.cookie-banner__text {
  color: rgba(253,248,240,0.75);
  font-size: 0.875rem; line-height: 1.6;
  max-width: 60ch; flex: 1 1 320px;
}
.cookie-banner__text a { color: var(--cream); text-decoration: underline; text-underline-offset: 2px; }
.cookie-banner__actions {
  display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: center;
}

.cookie-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.7rem 1.5rem;
  border-radius: 100px;
  font-family: var(--font-body);
  font-size: 0.85rem; font-weight: 700;
  cursor: pointer; white-space: nowrap;
  transition: background 0.25s, color 0.25s, transform 0.2s, border-color 0.25s;
}
.cookie-btn--primary { background: var(--brown); color: var(--white); border: 1.5px solid var(--brown); }
.cookie-btn--primary:hover { background: var(--brown-dk); border-color: var(--brown-dk); transform: scale(1.03); }
.cookie-btn--outline { background: transparent; color: var(--cream); border: 1.5px solid rgba(253,248,240,0.35); }
.cookie-btn--outline:hover { border-color: var(--cream); transform: scale(1.03); }
.cookie-btn--ghost { background: none; border: none; color: rgba(253,248,240,0.7); text-decoration: underline; text-underline-offset: 2px; padding: 0.7rem 0.25rem; }
.cookie-btn--ghost:hover { color: var(--cream); }

.cookie-modal {
  position: fixed; inset: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: center;
  padding: 1.5rem;
}
.cookie-modal[hidden] { display: none; }
.cookie-modal__backdrop {
  position: absolute; inset: 0;
  background: rgba(20,10,4,0.55);
  animation: cookieFade 0.3s var(--ease) both;
}
@keyframes cookieFade { from { opacity: 0; } to { opacity: 1; } }
.cookie-modal__panel {
  position: relative;
  background: var(--cream);
  border-radius: 20px;
  max-width: 480px; width: 100%;
  max-height: 85vh; overflow-y: auto;
  padding: 2.5rem;
  animation: cookieScaleIn 0.35s var(--ease) both;
}
@keyframes cookieScaleIn {
  from { opacity: 0; transform: scale(0.94) translateY(10px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}
.cookie-modal__close {
  position: absolute; top: 1.25rem; right: 1.25rem;
  width: 2rem; height: 2rem;
  display: flex; align-items: center; justify-content: center;
  background: none; border: none; cursor: pointer;
  font-size: 1.5rem; line-height: 1; color: var(--text-soft);
  transition: color 0.2s;
}
.cookie-modal__close:hover { color: var(--espresso); }
.cookie-modal__title {
  font-family: var(--font-serif); font-size: 1.4rem; font-weight: 700;
  color: var(--espresso); margin-bottom: 0.6rem;
}
.cookie-modal__desc {
  font-size: 0.875rem; line-height: 1.6; color: var(--text-soft);
  margin-bottom: 1.75rem;
}
.cookie-modal__desc a { color: var(--brown); text-decoration: underline; text-underline-offset: 2px; }
.cookie-modal__row {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem;
  padding: 1.1rem 0;
  border-top: 1px solid var(--beige);
}
.cookie-modal__row strong { display: block; font-size: 0.9rem; color: var(--espresso); margin-bottom: 0.2rem; }
.cookie-modal__row p { font-size: 0.8rem; line-height: 1.5; color: var(--text-muted); }

.cookie-switch { position: relative; display: inline-block; width: 42px; height: 24px; flex: none; }
.cookie-switch input { position: absolute; inset: 0; opacity: 0; margin: 0; cursor: pointer; z-index: 1; }
.cookie-switch__track {
  position: absolute; inset: 0;
  background: var(--sand); border-radius: 100px;
  transition: background 0.25s;
}
.cookie-switch__track::before {
  content: ''; position: absolute; top: 3px; left: 3px;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--white);
  transition: transform 0.25s var(--ease);
}
.cookie-switch input:checked + .cookie-switch__track { background: var(--brown); }
.cookie-switch input:checked + .cookie-switch__track::before { transform: translateX(18px); }
.cookie-switch input:disabled { cursor: not-allowed; }
.cookie-switch--disabled { opacity: 0.6; }

.cookie-modal__actions {
  display: flex; flex-wrap: wrap; gap: 0.75rem;
  margin-top: 1.75rem;
}
.cookie-modal__actions .cookie-btn { flex: 1 1 auto; }
.cookie-modal__actions .cookie-btn--outline { color: var(--brown); border-color: var(--brown); }
.cookie-modal__actions .cookie-btn--outline:hover { background: var(--brown); color: var(--white); }

@media (max-width: 640px) {
  .cookie-banner__inner { padding: 1.25rem 6vw; }
  .cookie-banner__actions { width: 100%; }
  .cookie-banner__actions .cookie-btn { flex: 1 1 auto; }
  .footer__bar { flex-direction: column; align-items: flex-start; }
}

/* ─────────────────────────────────────────────────────────────────────────
   SPLIT TEXT (word-by-word reveal via GSAP)
───────────────────────────────────────────────────────────────────────── */
.word-wrap  {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  /* Extra room so italic ascenders/descenders & swashes aren't clipped,
     compensated by negative margin so layout/spacing is unchanged */
  padding: 0.15em 0.08em 0.22em;
  margin: -0.15em -0.08em -0.22em;
}
.word-inner { display: inline-block; }

/* ─────────────────────────────────────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────────────────────────────────────── */
@media (max-width: 1000px) {
  .story__panel { grid-template-columns: 1fr; min-height: auto; }
  .story__panel--flip { direction: ltr; }
  .story__img-wrap { height: 320px; }
  .story__img { inset: 0; width: 100%; height: 100%; }
  .story__content { padding: 3rem 2.5rem; }
  .story__panel--flip .story__content { padding: 3rem 2.5rem; }
  .menu__grid { grid-template-columns: 1fr 1fr; }
}

/* ── Mobile hero: static image, no animations ── */
@media (max-width: 768px) {
  .hero__video { display: none; }

  .hero::after {
    content: '';
    position: absolute; inset: 0;
    background: url('../assets/img/telefon.webp') center center / cover no-repeat;
    z-index: 0;
  }

  /* Kill all CSS entrance animations on mobile hero */
  .hero__heading,
  .hero__sub,
  .ch__eyebrow,
  .ch__cta {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .ch__eyebrow { margin-top: 1rem; font-size: 0.55rem; }
  .hero__heading { font-size: clamp(1.6rem, 6vw, 2.2rem); }

  /* Title block — bottom-right */
  .hero__content {
    top: auto;
    bottom: 0.2rem;
    left: auto;
    right: 1.5rem;
    max-width: 85vw;
    text-align: right;
  }

  /* Hide subtitle on mobile */
  .hero__sub { display: none; }

  /* Hide inline CTA, show corner one */
  .ch__cta--inline { display: none; }

  .hero__hint { display: none; }

  .ch__cta--corner {
    position: absolute;
    bottom: 2.5rem;
    right: 1.5rem;
    z-index: 10;
    animation: none;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  /* Story / Our Philosophy */
  .story__intro { padding: 4rem 1.5rem 2.5rem; }
  .story__intro-title { font-size: clamp(1.8rem, 7vw, 2.4rem); }

  .story__panel {
    grid-template-columns: 1fr;
    min-height: auto;
    display: flex;
    flex-direction: column;
  }
  .story__panel--flip { direction: ltr; }
  .story__panel--flip .story__img-wrap { order: -1; }
  .story__img-wrap { height: 240px; }
  .story__img { inset: 0; width: 100%; height: 100%; }

  .story__content {
    padding: 2rem 1.5rem;
  }
  .story__panel--flip .story__content { padding: 2rem 1.5rem; }

  .story__content h3 { font-size: clamp(1.4rem, 5vw, 1.8rem); }
  .story__content p { max-width: 100%; font-size: 0.95rem; }

  .nav { padding: 1rem 1.5rem; }
  .nav__links { display: none; }

  .gallery3d__scene { height: 500px; }
  .gallery3d__card  { width: 260px; height: 172px; }

  .nature-mosaic { height: 32px; }

  .footer__main { flex-direction: column; gap: 2.5rem; padding: 3rem 0 2rem; }
  .footer__nav { justify-content: flex-start; gap: 3rem; }

  .menu__grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .menu__card--wide { grid-template-columns: 1fr; min-height: auto; width: 92vw; }
  .menu__card--wide-video { height: 300px; min-height: 300px; }
  .menu__card--wide-body { padding: 1.75rem; }
  .menu__card--wide-body h3 { font-size: 1.6rem; }

  .hero__progress-bar { display: none; }
}

@media (max-width: 540px) {
  .nature-mosaic { grid-template-columns: repeat(3, 1fr); height: 24px; }
  .nature-mosaic__item--4, .nature-mosaic__item--5 { display: none; }
  .ch__heading { font-size: clamp(2.4rem, 10vw, 3.5rem); }
}
