:root {
  --ink: #181411;
  --paper: #fbf6ec;
  --muted: #74695f;
  --line: #2c241d;
  --acid: #beff8b;
  --blue: #9dbbc5;
  --cream: #fff7dd;
  --rose: #eab5a3;
  --sage: #c7d6bd;
  --gold: #c28a33;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(194, 138, 51, 0.14), transparent 34vw),
    linear-gradient(180deg, #fffaf1 0%, var(--paper) 46%, #f6eadb 100%);
  font-family: Inter, system-ui, sans-serif;
  letter-spacing: 0;
}

body:not(.is-loaded) {
  overflow: hidden;
}

body.is-scrolling .candle-flame span,
body.is-scrolling .mini-flame {
  animation-duration: 0.42s;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 10;
  opacity: 0.025;
  background-image:
    linear-gradient(90deg, #000 1px, transparent 1px),
    linear-gradient(#000 1px, transparent 1px);
  background-size: 4px 4px;
}

.cursor-glow {
  position: fixed;
  z-index: 2;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  background: rgba(255, 190, 88, 0.12);
  filter: blur(42px);
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 0.6s ease;
}

body.cursor-active .cursor-glow {
  opacity: 1;
}

.candle-loader {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
  transition:
    opacity 0.9s ease,
    visibility 0.9s ease;
}

body.is-loaded .candle-loader {
  visibility: hidden;
  opacity: 0;
}

.loader-wick {
  position: absolute;
  top: calc(50% - 2px);
  width: 3px;
  height: 58px;
  background: #887360;
}

.loader-flame {
  position: absolute;
  top: calc(50% - 66px);
  width: 28px;
  height: 52px;
  border-radius: 60% 40% 54% 46% / 72% 72% 28% 28%;
  background: linear-gradient(180deg, #fff7c8 0%, #ffbd55 42%, #dc581d 100%);
  box-shadow: 0 0 44px rgba(255, 167, 52, 0.76);
  transform-origin: bottom center;
  animation: loaderLight 2.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.loader-name {
  position: absolute;
  top: calc(50% + 94px);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.03em;
  opacity: 0;
  animation: loaderName 2.8s ease forwards;
}

@keyframes loaderLight {
  0%,
  25% {
    opacity: 0;
    transform: scale(0.15) translateY(24px);
  }

  52% {
    opacity: 1;
    transform: scale(1.12) translateY(0);
  }

  100% {
    opacity: 1;
    transform: scale(0.94) translateY(0);
  }
}

@keyframes loaderName {
  52% { opacity: 0; }
  80%,
  100% { opacity: 1; }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 18px 28px;
  border-bottom: 1px solid rgba(44, 36, 29, 0.72);
  background: rgba(251, 246, 236, 0.9);
  backdrop-filter: blur(14px);
}

.mobile-menu-button,
.delivery-status,
.mobile-bottom-nav {
  display: none;
}

.brand,
.nav,
.header-cta {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--cream);
  color: var(--ink);
}

.nav {
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(44, 36, 29, 0.74);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
}

.nav a,
.header-cta {
  min-height: 36px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.nav a:hover,
.header-cta:hover {
  background: var(--ink);
  color: #fff;
}

.header-cta {
  justify-self: end;
  border: 1px solid var(--line);
  background: var(--acid);
}

.section {
  padding: 84px 28px;
  border-bottom: 1px solid rgba(44, 36, 29, 0.72);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
  gap: 28px;
  min-height: calc(100vh - 80px);
  align-items: stretch;
}

.hero-copy {
  display: flex;
  min-height: 560px;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 900;
  line-height: 0.94;
}

h1 {
  max-width: 1050px;
  margin-bottom: 18px;
  font-size: clamp(62px, 9vw, 148px);
}

.hero-subtitle {
  max-width: 760px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(20px, 2.3vw, 34px);
  font-weight: 600;
  line-height: 1.16;
}

h2 {
  max-width: 970px;
  margin-bottom: 0;
  font-size: clamp(44px, 6vw, 104px);
}

h3 {
  margin-bottom: 18px;
  font-size: clamp(26px, 3vw, 44px);
  line-height: 0.98;
}

.hero-actions,
.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 16px 22px;
  border: 1px solid rgba(44, 36, 29, 0.8);
  border-radius: 999px;
  font-weight: 900;
  text-transform: uppercase;
}

.btn.primary {
  background: var(--acid);
}

.btn.ghost {
  background: #fff;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 9px 0 rgba(24, 20, 17, 0.95);
}

.reveal {
  opacity: 0;
  transform: translateY(34px) scale(0.985);
  transition:
    opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.hero-media {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(44, 36, 29, 0.82);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(44, 36, 29, 0.12);
  translate: 0 var(--parallax-y, 0px);
  transition: translate 0.14s linear;
}

.hero-media::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 70% 31%, rgba(255, 177, 63, 0.45), transparent 29%);
  opacity: 0.28;
  transition: opacity 1.2s ease;
}

body.candle-lit .hero-media::before {
  opacity: 0.72;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.035);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-media.is-visible img {
  transform: scale(1);
}

.candle-flame {
  position: absolute;
  right: 18.5%;
  top: 28%;
  width: 78px;
  height: 112px;
  z-index: 3;
  pointer-events: auto;
  padding: 0;
  border: 0;
  background: transparent;
  filter: drop-shadow(0 0 18px rgba(255, 172, 66, 0.95));
  transform-origin: 50% 100%;
  transition:
    opacity 0.8s ease,
    transform 0.8s ease,
    filter 0.8s ease;
}

.candle-flame:focus-visible {
  outline: 2px solid var(--cream);
  outline-offset: 8px;
}

.candle-flame:hover {
  filter: drop-shadow(0 0 28px rgba(255, 172, 66, 1));
}

.candle-flame span,
.mini-flame {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 38px;
  height: 74px;
  border-radius: 52% 48% 48% 52% / 72% 72% 28% 28%;
  background:
    radial-gradient(circle at 50% 66%, #fff7c8 0 13%, transparent 14%),
    radial-gradient(circle at 50% 58%, #ffd05a 0 32%, transparent 33%),
    linear-gradient(180deg, #ffef8b 0%, #ff9a2f 52%, #dd451d 100%);
  transform: translateX(-50%) rotate(-5deg);
  animation: flameFlicker 1s infinite alternate cubic-bezier(0.5, 0, 0.5, 1);
}

.hero-smoke {
  position: absolute;
  z-index: 2;
  top: 9%;
  right: 17%;
  width: 130px;
  height: 180px;
  pointer-events: none;
  opacity: 0.48;
}

.hero-smoke span {
  position: absolute;
  bottom: 0;
  width: 38px;
  height: 112px;
  border: 1px solid rgba(255, 239, 204, 0.58);
  border-radius: 50%;
  filter: blur(8px);
  opacity: 0;
  animation: smokeRise 5.8s ease-in-out infinite;
}

.hero-smoke span:nth-child(1) { left: 22px; animation-delay: -1.4s; }
.hero-smoke span:nth-child(2) { left: 58px; animation-delay: -3.2s; }
.hero-smoke span:nth-child(3) { left: 42px; animation-delay: -4.5s; }

@keyframes smokeRise {
  0% { opacity: 0; transform: translate(0, 26px) scale(0.6); }
  24% { opacity: 0.2; }
  70% { opacity: 0.06; }
  100% { opacity: 0; transform: translate(26px, -54px) scale(1.35); }
}

.wax-particles {
  position: absolute;
  z-index: 2;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.wax-particles span {
  position: absolute;
  bottom: -12px;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: rgba(255, 232, 178, 0.7);
  box-shadow: 0 0 12px rgba(255, 185, 69, 0.25);
  opacity: 0;
  animation: particleDrift var(--duration) linear infinite;
  animation-delay: var(--delay);
}

@keyframes particleDrift {
  0% { opacity: 0; transform: translate3d(0, 0, 0); }
  16% { opacity: 0.3; }
  80% { opacity: 0.08; }
  100% { opacity: 0; transform: translate3d(var(--drift), -460px, 0); }
}

.candle-flame span::after,
.mini-flame::after {
  content: "";
  position: absolute;
  inset: 18px 11px 12px;
  border-radius: inherit;
  background: linear-gradient(180deg, #fffbe2, #ffcf55);
  opacity: 0.82;
}

@keyframes flameFlicker {
  0% {
    transform: translateX(-50%) rotate(-8deg) scaleX(0.9) scaleY(1.02);
  }

  45% {
    transform: translateX(-50%) rotate(4deg) scaleX(1.06) scaleY(0.94);
  }

  100% {
    transform: translateX(-50%) rotate(-2deg) scaleX(0.96) scaleY(1.08);
  }
}

body.flame-soft .candle-flame {
  opacity: 0.25;
  filter: blur(1px) drop-shadow(0 0 4px rgba(255, 172, 66, 0.36));
  transform: translateX(46px) rotate(74deg) scale(0.48);
}

.floating-badge {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: grid;
  width: 160px;
  height: 160px;
  place-items: center;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--cream);
  text-align: center;
  transform: rotate(-8deg);
  animation: slowFloat 4.8s ease-in-out infinite;
}

@keyframes slowFloat {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -12px;
  }
}

.floating-badge span {
  font-size: 38px;
  font-weight: 900;
}

.floating-badge small {
  font-weight: 800;
  text-transform: uppercase;
}

.hero-panel {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.35fr 0.82fr 1.15fr 0.56fr;
  overflow: hidden;
  border: 1px solid rgba(44, 36, 29, 0.82);
  background: var(--line);
  gap: 1px;
}

.mood-tile {
  position: relative;
  display: flex;
  min-height: 140px;
  flex-direction: column;
  padding: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.88);
  transition:
    transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.45s ease;
}

.mood-tile:hover {
  z-index: 1;
  transform: translateY(-8px);
}

.mood-tile strong {
  display: block;
  max-width: 240px;
  margin: auto 0 12px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 0.95;
}

.mood-tile > span:not(.mood-number):not(.spark),
.product-card p,
.custom-copy p,
.gallery-copy p,
.steps p {
  color: var(--muted);
  line-height: 1.55;
}

.mood-number,
.mood-tile b {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.mood-tile b {
  margin-top: 18px;
  text-decoration: underline;
}

.mood-tile-acid {
  background: var(--acid);
}

.mood-tile-dark {
  background: var(--ink);
  color: var(--cream);
}

.mood-tile-dark > span:not(.mood-number):not(.spark) {
  color: #ddd2c2;
}

.mood-tile-spark {
  min-height: 140px;
  padding: 0;
  background: var(--rose);
}

.spark {
  position: absolute;
  display: block;
  width: 72px;
  height: 72px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--cream);
  animation: sparkFloat 4.2s ease-in-out infinite;
}

.spark-one {
  top: 16px;
  left: 18px;
}

.spark-two {
  right: -19px;
  bottom: 16px;
  width: 90px;
  height: 90px;
  background: var(--acid);
  animation-delay: -1.2s;
}

.spark-three {
  top: 54px;
  left: 58%;
  width: 26px;
  height: 26px;
  background: var(--gold);
  animation-delay: -2.4s;
}

@keyframes sparkFloat {
  50% {
    translate: 0 -14px;
    rotate: 18deg;
  }
}


.marquee {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--ink);
  color: var(--cream);
}

.marquee div {
  display: flex;
  width: max-content;
  animation: move 24s linear infinite;
}

.marquee span {
  padding: 20px 34px;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

@keyframes move {
  to {
    transform: translateX(-50%);
  }
}

.section-heading {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: 28px;
  margin-bottom: 36px;
}

.section-heading.compact {
  align-items: end;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(44, 36, 29, 0.8);
}

.story-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.product-card {
  display: flex;
  min-height: 620px;
  flex-direction: column;
  padding: 24px;
  background: rgba(255, 255, 255, 0.78);
  transition:
    transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card:hover {
  z-index: 2;
  transform: translateY(-10px) rotate(-0.6deg);
  box-shadow: 0 18px 0 rgba(24, 20, 17, 0.92), 0 22px 35px rgba(194, 138, 51, 0.16);
}

.product-card + .product-card {
  border-left: 1px solid var(--line);
}

.story-grid .product-card:nth-child(4) {
  border-left: 0;
  border-top: 1px solid var(--line);
}

.story-grid .product-card:nth-child(5),
.story-grid .product-card:nth-child(6) {
  border-top: 1px solid var(--line);
}

.product-image {
  position: relative;
  margin: 0 0 22px;
  overflow: hidden;
  border: 1px solid rgba(44, 36, 29, 0.76);
  background: #fffaf1;
  aspect-ratio: 1 / 0.86;
}

.product-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(24, 20, 17, 0.18));
  opacity: 0;
  transition: opacity 0.45s ease;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card:hover .product-image img {
  transform: scale(1.06);
}

.product-card:hover .product-image::after {
  opacity: 1;
}

.product-card.accent {
  background: var(--rose);
}

.product-card.blue {
  background: var(--sage);
}

.product-card.dark {
  color: #fff;
  background: linear-gradient(160deg, #181411, #423226);
}

.product-card.dark p {
  color: #d8d8d8;
}

.product-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
  color: var(--ink);
}

.product-card.dark .product-price {
  color: #fff;
}

.product-price strong {
  font-size: 1.15rem;
  font-weight: 900;
}

.product-price del {
  color: var(--muted);
  font-weight: 800;
}

.product-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.product-top span {
  font-size: 44px;
  font-weight: 900;
}

.product-top small {
  max-width: 110px;
  font-weight: 900;
  text-align: right;
  text-transform: uppercase;
}

.product-card a {
  display: inline-flex;
  margin-top: 28px;
  align-self: flex-start;
  font-weight: 900;
  text-decoration: underline;
  text-transform: uppercase;
}

.product-gallery-section {
  background: rgba(255, 250, 241, 0.64);
}

.asset-gallery {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1fr;
  grid-auto-rows: 230px;
  gap: 16px;
}

.asset-gallery img {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(44, 36, 29, 0.78);
  object-fit: cover;
  background: #fff;
  transition:
    transform 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.asset-gallery img:nth-child(1),
.asset-gallery img:nth-child(4) {
  grid-row: span 2;
}

.asset-gallery img:hover {
  z-index: 2;
  transform: translateY(-8px) rotate(-0.6deg);
  box-shadow: 0 14px 0 rgba(24, 20, 17, 0.92);
}

.custom-section,
.gallery-section,
.footer {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 28px;
  align-items: start;
}

.custom-form,
.qr-card {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.76);
}

.form-wide {
  grid-column: 1 / -1;
}

textarea {
  width: 100%;
  resize: vertical;
  border: 1px solid rgba(44, 36, 29, 0.18);
  border-radius: 18px;
  background: rgba(255, 250, 241, 0.86);
  color: var(--ink);
  font: inherit;
  line-height: 1.45;
  padding: 14px 16px;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.form-status[data-state="success"] {
  color: #16764f;
}

.form-status[data-state="error"] {
  color: #b3261e;
}

.form-status[data-state="loading"] {
  color: #8a5a16;
}

.form-btn[disabled] {
  cursor: wait;
  opacity: 0.7;
}

.blow-indicator {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  max-width: 560px;
  margin-top: 32px;
  padding: 18px;
  border: 1px solid rgba(44, 36, 29, 0.8);
  background: rgba(255, 255, 255, 0.6);
}

.blow-indicator p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.35;
}

.mini-candle {
  position: relative;
  width: 74px;
  height: 116px;
  margin-inline: auto;
}

.mini-flame {
  left: 50%;
  bottom: 70px;
  width: 22px;
  height: 42px;
  transition:
    opacity 0.7s ease,
    transform 0.7s ease,
    filter 0.7s ease;
}

.wick {
  position: absolute;
  left: 50%;
  bottom: 56px;
  width: 3px;
  height: 24px;
  background: var(--ink);
  transform: translateX(-50%);
}

.wax {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 58px;
  height: 70px;
  border: 1px solid var(--line);
  border-radius: 10px 10px 6px 6px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 247, 221, 0.95)),
    var(--cream);
  transform: translateX(-50%);
  box-shadow: inset 0 10px 0 rgba(194, 138, 51, 0.14);
}

body.flame-soft .mini-flame {
  opacity: 0;
  filter: blur(8px);
  transform: translateX(18px) rotate(80deg) scale(0.25);
}

label {
  display: grid;
  gap: 8px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

input,
select {
  width: 100%;
  min-height: 54px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fffaf1;
  color: var(--ink);
  font: inherit;
}

.form-btn {
  width: 100%;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
}

.steps div {
  min-height: 250px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.76);
}

.steps div + div {
  border-left: 1px solid var(--line);
}

.steps span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--cream);
  font-weight: 900;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.steps div:hover span {
  transform: rotate(12deg) scale(1.08);
}

.steps strong {
  display: block;
  margin-bottom: 12px;
  font-size: 28px;
}

.qr-card img {
  width: 100%;
  border: 1px solid var(--line);
}

.qr-card {
  transition:
    transform 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}

.qr-card:hover {
  transform: rotate(-1deg) translateY(-8px);
  box-shadow: 0 16px 0 rgba(24, 20, 17, 0.92);
}

.qr-card a {
  padding: 18px;
  background: var(--acid);
  font-weight: 900;
  text-align: center;
}

.footer {
  padding: 84px 28px 42px;
  background:
    linear-gradient(135deg, rgba(190, 255, 139, 0.12), transparent 30%),
    var(--ink);
  color: #fff;
}

.footer h2 {
  max-width: 900px;
}

.footer .btn.ghost {
  color: var(--ink);
}

@media (max-width: 640px) {
  body {
    padding-bottom: 108px;
  }

  .site-header {
    position: sticky;
    grid-template-columns: 44px 1fr 64px;
    gap: 4px;
    padding: 10px 16px 8px;
    border-bottom: 0;
    background: rgba(251, 246, 236, 0.76);
    backdrop-filter: blur(18px);
  }

  .mobile-menu-button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ink);
    font: inherit;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .brand {
    justify-content: center;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand span:last-child {
    display: none;
  }

  .header-cta {
    min-height: 42px;
    padding: 8px 6px;
    justify-content: center;
    border-radius: 12px;
    font-size: 10px;
  }

  .delivery-status {
    display: block;
    grid-column: 1 / -1;
    padding: 2px 0 0;
    color: var(--muted);
    font-size: 11px;
    font-weight: 700;
  }

  .nav {
    position: absolute;
    z-index: 5;
    top: calc(100% + 6px);
    right: 16px;
    left: 16px;
    display: none;
    padding: 8px;
    border: 0;
    border-radius: 18px;
    background: rgba(255, 250, 241, 0.96);
    box-shadow: 0 18px 38px rgba(24, 20, 17, 0.14);
  }

  .site-header.menu-open .nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .nav a {
    min-height: 48px;
    border-radius: 12px;
  }

  .hero {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: auto;
    padding: 8px 16px 32px;
    border-bottom: 0;
  }

  .hero-media {
    grid-row: 1;
    min-height: 520px;
    aspect-ratio: auto;
    border: 0;
    border-radius: 24px;
    box-shadow: 0 18px 34px rgba(44, 36, 29, 0.12);
  }

  .hero-media::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    background: linear-gradient(180deg, rgba(24, 20, 17, 0.04), rgba(24, 20, 17, 0.74));
  }

  .hero-copy {
    z-index: 4;
    grid-row: 1;
    min-height: 520px;
    padding: 30px 24px;
    justify-content: end;
    pointer-events: none;
  }

  .hero-copy .eyebrow,
  .hero-subtitle {
    color: var(--cream);
  }

  .hero-copy h1 {
    max-width: 290px;
    margin-bottom: 12px;
    color: #fffdf6;
    font-size: clamp(44px, 13vw, 58px);
  }

  .hero-subtitle {
    max-width: 290px;
    margin-bottom: 22px;
    font-size: 17px;
    line-height: 1.35;
  }

  .hero-actions {
    pointer-events: auto;
  }

  .hero-actions .btn {
    min-height: 48px;
    padding: 13px 16px;
    border-radius: 14px;
    font-size: 11px;
  }

  .hero-actions .ghost {
    display: none;
  }

  .hero-panel {
    grid-template-columns: 1fr 1fr;
    overflow: visible;
    border: 0;
    background: transparent;
    gap: 10px;
  }

  .mood-tile {
    min-height: 148px;
    padding: 18px;
    border-radius: 20px;
    box-shadow: 0 8px 22px rgba(44, 36, 29, 0.08);
  }

  .mood-tile strong {
    font-size: 25px;
  }

  .mood-tile-spark {
    display: none;
  }

  .mobile-bottom-nav {
    position: fixed;
    z-index: 30;
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 24px;
    background: rgba(255, 250, 241, 0.78);
    box-shadow: 0 12px 32px rgba(24, 20, 17, 0.16);
    backdrop-filter: blur(18px);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease;
  }

  .mobile-bottom-nav.is-hidden {
    opacity: 0;
    transform: translateY(130%);
  }

  .mobile-bottom-nav a {
    display: grid;
    min-height: 48px;
    place-items: center;
    border-radius: 17px;
    color: var(--muted);
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
  }

  .mobile-bottom-nav a.is-active {
    background: rgba(194, 138, 51, 0.16);
    color: var(--ink);
    box-shadow: inset 0 0 0 1px rgba(194, 138, 51, 0.24);
  }
}

@media (max-width: 980px) {
  .site-header,
  .hero,
  .section-heading,
  .custom-section,
  .gallery-section,
  .product-gallery-section,
  .footer {
    grid-template-columns: 1fr;
  }

  .nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: space-between;
    overflow-x: auto;
  }

  .hero-copy,
  .hero-media {
    min-height: auto;
  }

  .hero-media {
    aspect-ratio: 1;
  }

  .product-grid,
  .steps,
  .hero-panel {
    grid-template-columns: 1fr 1fr;
  }

  .story-grid .product-card {
    border-left: 0;
  }

  .story-grid .product-card:nth-child(even) {
    border-left: 1px solid var(--line);
  }

  .story-grid .product-card:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .product-card:nth-child(3),
  .steps div:nth-child(3),
  .hero-panel div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .product-card:nth-child(4),
  .steps div:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .asset-gallery {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 220px;
  }
}

@media (max-width: 640px) {
  .section {
    padding: 56px 16px;
  }

  .site-header {
    padding: 14px 16px;
    gap: 12px;
  }

  .brand span:last-child {
    display: none;
  }

  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 42px;
  }

  .hero {
    gap: 16px;
  }

  .hero-panel,
  .product-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  .hero-panel div + div,
  .product-card + .product-card,
  .steps div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .story-grid .product-card:nth-child(even) {
    border-left: 0;
  }

  .product-card {
    min-height: auto;
  }

  .asset-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: 260px;
  }

  .asset-gallery img:nth-child(1),
  .asset-gallery img:nth-child(4) {
    grid-row: span 1;
  }

  .floating-badge {
    width: 118px;
    height: 118px;
    padding: 16px;
  }

  .floating-badge span {
    font-size: 28px;
  }

  .footer {
    padding: 56px 16px 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero-media {
    translate: 0 0;
  }
}

@media (max-width: 640px) {
  .site-header {
    grid-template-columns: 44px 1fr 64px;
    padding: 10px 16px 8px;
  }

  .nav {
    grid-column: auto;
    overflow: visible;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hero-panel {
    grid-template-columns: 1fr 1fr;
  }

  .hero-panel div + div {
    border: 0;
  }
}

.mobile-bag-icon,
.mobile-search-panel {
  display: none;
}

@media (max-width: 640px) {
  :root {
    --mobile-glass: rgba(255, 250, 241, 0.68);
    --mobile-glass-strong: rgba(255, 250, 241, 0.86);
    --mobile-shadow: 0 22px 64px rgba(24, 20, 17, 0.18);
  }

  html,
  body {
    overflow-x: hidden;
  }

  body {
    padding-bottom: calc(96px + env(safe-area-inset-bottom));
    background:
      radial-gradient(circle at 50% 0%, rgba(255, 192, 89, 0.2), transparent 34vh),
      linear-gradient(180deg, #fffaf1 0%, #fbf6ec 48%, #f7ead8 100%);
  }

  body.search-open {
    overflow: hidden;
  }

  .grain {
    opacity: 0.018;
  }

  .candle-loader {
    background:
      radial-gradient(circle at 50% 54%, rgba(255, 171, 58, 0.18), transparent 0),
      #050403;
    animation: loaderAmbient 2.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  .loader-wick {
    top: calc(50% + 2px);
    height: 42px;
    opacity: 0.6;
  }

  .loader-flame {
    top: calc(50% - 38px);
    width: 18px;
    height: 34px;
    box-shadow: 0 0 0 rgba(255, 167, 52, 0);
    animation: mobileEmberIgnite 2.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }

  .loader-name {
    top: calc(50% + 78px);
    font-size: 14px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    animation: loaderName 2.4s ease forwards;
  }

  @keyframes loaderAmbient {
    0%,
    34% {
      background:
        radial-gradient(circle at 50% 54%, rgba(255, 171, 58, 0), transparent 0),
        #050403;
    }

    72%,
    100% {
      background:
        radial-gradient(circle at 50% 54%, rgba(255, 171, 58, 0.24), transparent 42vh),
        #050403;
    }
  }

  @keyframes mobileEmberIgnite {
    0% {
      opacity: 0;
      transform: scale(0.1) translateY(30px);
      box-shadow: 0 0 0 rgba(255, 167, 52, 0);
    }

    30% {
      opacity: 1;
      transform: scale(0.24) translateY(16px);
      box-shadow: 0 0 12px rgba(255, 167, 52, 0.72);
    }

    62% {
      transform: scale(1.16) translateY(0);
      box-shadow: 0 0 76px rgba(255, 167, 52, 0.84);
    }

    100% {
      opacity: 1;
      transform: scale(0.98) translateY(0);
      box-shadow: 0 0 52px rgba(255, 167, 52, 0.68);
    }
  }

  .site-header {
    position: fixed;
    top: max(10px, env(safe-area-inset-top));
    right: 14px;
    left: 14px;
    z-index: 40;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 46px;
    min-height: 76px;
    align-items: center;
    padding: 9px 10px;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 28px;
    background: var(--mobile-glass);
    box-shadow: 0 10px 34px rgba(24, 20, 17, 0.08);
    backdrop-filter: blur(24px) saturate(1.35);
    transition:
      min-height 0.28s cubic-bezier(0.16, 1, 0.3, 1),
      border-radius 0.28s cubic-bezier(0.16, 1, 0.3, 1),
      background 0.28s ease,
      box-shadow 0.28s ease;
  }

  .site-header.is-compact {
    min-height: 56px;
    border-radius: 22px;
    background: rgba(255, 250, 241, 0.78);
  }

  .mobile-menu-button,
  .header-cta {
    display: grid;
    width: 42px;
    min-height: 42px;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.52);
    color: var(--ink);
    font-size: 19px;
    line-height: 1;
  }

  .desktop-label {
    display: none;
  }

  .mobile-bag-icon {
    display: block;
    font-size: 17px;
  }

  .brand {
    min-width: 0;
    justify-content: center;
    gap: 0;
  }

  .brand-mark {
    width: auto;
    min-width: 0;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    font-size: 17px;
    letter-spacing: 0.18em;
  }

  .delivery-status {
    display: none;
  }

  .nav {
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    grid-template-columns: 1fr 1fr;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 24px;
    background: var(--mobile-glass-strong);
    box-shadow: var(--mobile-shadow);
    backdrop-filter: blur(24px) saturate(1.35);
  }

  .nav a {
    display: grid;
    min-height: 50px;
    place-items: center;
    border-radius: 18px;
    font-size: 12px;
  }

  .section {
    padding: 64px 16px;
    border-bottom-color: rgba(44, 36, 29, 0.1);
  }

  .hero {
    min-height: 100svh;
    grid-template-columns: minmax(0, 1fr);
    padding: 0;
    gap: 0;
    overflow: hidden;
  }

  .hero-media,
  .hero-copy {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    min-height: 100svh;
  }

  .hero-media {
    border-radius: 0 0 34px 34px;
    box-shadow: none;
    transform: none;
    animation: none;
  }

  .hero-media img {
    transform: scale(1.04);
    animation: mobileHeroZoom 16s ease-in-out infinite alternate;
  }

  .hero-media.is-visible img {
    transform: scale(1.04);
  }

  @keyframes mobileHeroZoom {
    from { transform: scale(1.04); }
    to { transform: scale(1.09); }
  }

  .hero-media::after {
    background:
      radial-gradient(circle at 64% 30%, rgba(255, 188, 91, 0.24), transparent 28%),
      linear-gradient(180deg, rgba(24, 20, 17, 0.12) 0%, rgba(24, 20, 17, 0.18) 34%, rgba(24, 20, 17, 0.84) 100%);
  }

  .hero-copy {
    padding: 128px 24px 72px;
    justify-content: end;
  }

  .hero-copy h1 {
    max-width: 320px;
    margin-bottom: 12px;
    font-size: clamp(48px, 16vw, 76px);
    line-height: 0.88;
    letter-spacing: 0;
    text-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
  }

  .hero-copy .eyebrow {
    margin-bottom: 14px;
    color: rgba(255, 247, 221, 0.86);
    font-size: 11px;
    letter-spacing: 0.16em;
  }

  .hero-subtitle {
    max-width: 310px;
    color: rgba(255, 247, 221, 0.9);
    font-size: 18px;
    font-weight: 600;
  }

  .btn {
    min-height: 52px;
    border-color: rgba(255, 255, 255, 0.52);
    border-radius: 999px;
    box-shadow: none;
  }

  .hero-actions .btn.primary {
    background: rgba(255, 250, 241, 0.92);
    color: var(--ink);
  }

  .btn:hover {
    box-shadow: none;
    transform: translateY(-1px);
  }

  .candle-flame {
    top: 26%;
    right: 16%;
    width: 54px;
    height: 78px;
  }

  .candle-flame span {
    width: 27px;
    height: 52px;
  }

  .floating-badge {
    right: 18px;
    bottom: 168px;
    width: 104px;
    height: 104px;
    border: 1px solid rgba(255, 255, 255, 0.62);
    background: rgba(255, 250, 241, 0.82);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(18px);
  }

  .floating-badge span {
    font-size: 25px;
  }

  .floating-badge small {
    font-size: 9px;
  }

  .hero-panel {
    display: flex;
    grid-column: auto;
    max-width: 100vw;
    gap: 12px;
    padding: 18px 16px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .hero-panel::-webkit-scrollbar {
    display: none;
  }

  .mood-tile {
    min-width: 74vw;
    min-height: 190px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.72) !important;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 20px 46px rgba(24, 20, 17, 0.1);
    scroll-snap-align: center;
    backdrop-filter: blur(16px);
  }

  .mood-tile:nth-child(2) {
    transform: scale(0.96);
  }

  .mood-tile:nth-child(3) {
    transform: scale(0.94);
  }

  .mood-tile strong {
    font-size: 32px;
  }

  .marquee span {
    padding: 16px 22px;
    font-size: 13px;
  }

  .marquee {
    max-width: 100vw;
    contain: paint;
  }

  .section-heading {
    display: block;
    margin-bottom: 24px;
  }

  h2 {
    font-size: clamp(38px, 12vw, 54px);
    line-height: 0.96;
  }

  h3 {
    font-size: 30px;
  }

  .product-grid,
  .story-grid {
    display: grid;
    gap: 18px;
    border: 0;
  }

  .product-card {
    min-height: 0;
    overflow: hidden;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.66) !important;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 52px rgba(24, 20, 17, 0.1);
    backdrop-filter: blur(16px);
  }

  .product-card.accent,
  .product-card.blue {
    background: rgba(255, 255, 255, 0.74);
  }

  .product-card.dark {
    background: linear-gradient(160deg, rgba(24, 20, 17, 0.94), rgba(73, 52, 34, 0.9));
  }

  .product-image {
    margin-bottom: 18px;
    border: 0;
    border-radius: 24px;
    aspect-ratio: 1 / 1.08;
  }

  .product-top {
    margin-bottom: 10px;
  }

  .product-top span {
    font-size: 28px;
  }

  .product-card p {
    font-size: 14px;
    line-height: 1.55;
  }

  .product-card a {
    margin-top: 16px;
    padding: 11px 14px;
    border-radius: 999px;
    background: rgba(194, 138, 51, 0.14);
    text-decoration: none;
  }

  .asset-gallery {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .asset-gallery::-webkit-scrollbar {
    display: none;
  }

  .asset-gallery img {
    flex: 0 0 78vw;
    height: 360px;
    border: 0;
    border-radius: 30px;
    box-shadow: 0 18px 46px rgba(24, 20, 17, 0.1);
    scroll-snap-align: center;
  }

  .custom-section,
  .gallery-section {
    gap: 22px;
  }

  .custom-form,
  .qr-card,
  .blow-indicator {
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 48px rgba(24, 20, 17, 0.1);
    backdrop-filter: blur(16px);
  }

  input,
  select,
  textarea {
    border: 1px solid rgba(44, 36, 29, 0.16);
    border-radius: 18px;
    background: rgba(255, 250, 241, 0.86);
  }

  .steps {
    gap: 14px;
    border: 0;
  }

  .steps div {
    min-height: 0;
    border: 1px solid rgba(255, 255, 255, 0.68) !important;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 14px 38px rgba(24, 20, 17, 0.08);
  }

  .footer {
    margin: 20px 12px 0;
    padding: 44px 20px 32px;
    border-radius: 34px 34px 0 0;
  }

  .footer-actions {
    display: grid;
  }

  .mobile-bottom-nav {
    position: fixed;
    z-index: 42;
    right: 13px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 13px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, 0.66);
    border-radius: 34px;
    background: rgba(255, 250, 241, 0.74);
    box-shadow: 0 18px 58px rgba(24, 20, 17, 0.18);
    backdrop-filter: blur(24px) saturate(1.35);
  }

  .mobile-bottom-nav a,
  .mobile-bottom-nav button {
    display: grid;
    min-width: 0;
    min-height: 54px;
    place-items: center;
    gap: 2px;
    padding: 4px 2px;
    border: 0;
    border-radius: 25px;
    background: transparent;
    color: rgba(24, 20, 17, 0.58);
    font: inherit;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0;
    text-align: center;
  }

  .mobile-bottom-nav i {
    display: grid;
    width: 24px;
    height: 22px;
    place-items: center;
    font-style: normal;
    font-size: 17px;
    line-height: 1;
  }

  .mobile-bottom-nav .is-active {
    background: rgba(194, 138, 51, 0.18);
    color: var(--ink);
    box-shadow:
      inset 0 0 0 1px rgba(194, 138, 51, 0.22),
      0 0 24px rgba(194, 138, 51, 0.24);
  }

  .mobile-search-panel {
    position: fixed;
    z-index: 60;
    inset: 0;
    display: grid;
    align-items: end;
    padding: 16px;
    background: rgba(24, 20, 17, 0);
    opacity: 0;
    pointer-events: none;
    transition:
      opacity 0.28s ease,
      background 0.28s ease;
  }

  .mobile-search-panel.is-open {
    background: rgba(24, 20, 17, 0.42);
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-search-card {
    display: grid;
    gap: 18px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 34px;
    background: rgba(255, 250, 241, 0.9);
    box-shadow: 0 28px 86px rgba(0, 0, 0, 0.24);
    transform: translateY(24px) scale(0.98);
    transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(24px) saturate(1.3);
  }

  .mobile-search-panel.is-open .mobile-search-card {
    transform: translateY(0) scale(1);
  }

  .mobile-search-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    font-weight: 900;
  }

  .mobile-search-top button {
    min-height: 36px;
    padding: 0 14px;
    border: 0;
    border-radius: 999px;
    background: rgba(24, 20, 17, 0.08);
    color: var(--ink);
    font: inherit;
    font-size: 12px;
    font-weight: 900;
  }

  .mobile-search-input {
    gap: 8px;
  }

  .mobile-search-input span {
    color: var(--muted);
  }

  .mobile-search-group p {
    margin: 0 0 10px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .mobile-search-group div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .mobile-search-group a {
    padding: 10px 13px;
    border-radius: 999px;
    background: rgba(194, 138, 51, 0.14);
    font-size: 13px;
    font-weight: 850;
  }
}
