@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,700;9..144,900&family=DM+Sans:wght@400;500;600;700&display=swap');

:root {
  --dt-choco: #4E342E;
  --dt-brown: #8D6E63;
  --dt-gold: #D7B899;
  --dt-cream: #FFF8F1;
  --dt-white: #FFFEFB;
  --dt-pink: #F3A7B6;
  --dt-mint: #A9DCCF;
  --dt-sky: #B9DFF4;
  --dt-yellow: #FFE59D;
  --dt-ink: #1D1714;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 88px;
}

.public-site {
  background: var(--dt-cream);
  color: var(--dt-ink);
}

.site-toast {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 400;
  max-width: 360px;
  padding: 14px 18px;
  border-radius: 14px;
  color: var(--dt-white);
  box-shadow: 0 18px 50px rgba(78, 52, 46, .22);
}
.site-toast.success { background: #52734d; }
.site-toast.error { background: #a64242; }
.public-hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  transition: transform .25s ease, box-shadow .25s ease;
}
.site-header.scrolled .site-nav {
  box-shadow: 0 18px 45px rgba(78, 52, 46, .1);
}
.announce-bar {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 9px 16px;
  background: var(--dt-choco);
  color: var(--dt-cream);
  font-size: 13px;
}
.announce-bar span { color: var(--dt-gold); }
.site-nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(24px, calc((100vw - 1240px) / 2));
  background: rgba(255, 248, 241, .82);
  border-bottom: 1px solid rgba(78, 52, 46, .1);
  backdrop-filter: blur(20px);
}
.site-brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-h);
  font-weight: 900;
  letter-spacing: .04em;
  color: var(--dt-choco);
}
.site-brand img,
.footer-brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 50%;
  background: var(--dt-white);
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: 18px;
}
.nav-menu a {
  color: var(--dt-choco);
  font-weight: 700;
  font-size: 13px;
}
.nav-order {
  padding: 11px 18px;
  border-radius: 999px;
  background: var(--dt-choco);
  color: var(--dt-cream) !important;
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--dt-white);
  border: 1px solid rgba(78, 52, 46, .12);
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--dt-choco);
}

.section-pad { padding: 104px 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--dt-brown);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--dt-gold);
}
.section-heading {
  max-width: 740px;
  margin-bottom: 34px;
}
.section-heading h2,
.story-copy h2,
.custom-card h2,
.showcase-copy h2,
.franchise-copy h2,
.newsletter-card h2,
.promo-card h2 {
  font-size: clamp(34px, 5vw, 62px);
  line-height: .98;
  color: var(--dt-choco);
}
.section-heading p,
.hero-copy p,
.story-copy p,
.showcase-copy p,
.franchise-copy p,
.promo-card p,
.footer-grid p {
  color: rgba(29, 23, 20, .72);
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: calc(100vh - 112px);
  padding: 34px 0 96px;
  background:
    radial-gradient(circle at 72% 22%, rgba(243, 167, 182, .34), transparent 28%),
    radial-gradient(circle at 88% 74%, rgba(169, 220, 207, .36), transparent 24%),
    radial-gradient(circle at 20% 82%, rgba(255, 229, 157, .42), transparent 30%),
    radial-gradient(circle at 42% 18%, rgba(185, 223, 244, .26), transparent 26%),
    var(--dt-cream);
}
.hero-video-mode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--dt-white);
}
.hero-video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: var(--dt-choco);
}
.hero-video-bg iframe,
.hero-video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120vw;
  height: 67.5vw;
  min-width: 177.78vh;
  min-height: 100vh;
  transform: translate(-50%, -50%);
  border: 0;
  object-fit: cover;
  pointer-events: none;
  opacity: .78;
}
.hero-motion-fallback {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 28%, rgba(243, 167, 182, .6), transparent 18%),
    radial-gradient(circle at 72% 34%, rgba(169, 220, 207, .52), transparent 20%),
    radial-gradient(circle at 52% 84%, rgba(255, 229, 157, .42), transparent 24%),
    linear-gradient(120deg, #3f2823, #806456 45%, #f2d8ce 110%);
  animation: heroColorDrift 18s ease-in-out infinite alternate;
}
.hero-video-bg iframe + .hero-motion-fallback,
.hero-video-bg video + .hero-motion-fallback {
  opacity: .32;
}
.hero-video-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(29, 23, 20, .84), rgba(78, 52, 46, .55) 42%, rgba(255, 248, 241, .16)),
    linear-gradient(180deg, rgba(29, 23, 20, .28), rgba(29, 23, 20, .5));
}
.hero-newsbar {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  margin-bottom: 42px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .12);
  box-shadow: 0 20px 70px rgba(0, 0, 0, .18);
  backdrop-filter: blur(18px);
}
.hero-newsbar span {
  padding: 10px 16px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--dt-pink), #a962c8);
  color: var(--dt-white);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.hero-newsbar strong {
  text-align: center;
  color: var(--dt-white);
}
.hero-newsbar em {
  justify-self: end;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  color: rgba(255,255,255,.88);
  font-style: normal;
  font-size: 13px;
  font-weight: 800;
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr) minmax(260px, .7fr);
  gap: 38px;
  align-items: center;
}
.hero-video-mode .hero-copy h1,
.hero-video-mode .proof-card strong,
.hero-video-mode .hero-product-card strong {
  color: var(--dt-white);
}
.hero-video-mode .hero-copy p,
.hero-video-mode .proof-card p {
  color: rgba(255, 255, 255, .82);
}
.hero-video-mode .eyebrow,
.hero-video-mode .hero-product-card small {
  color: var(--dt-yellow);
}
.hero-video-mode .eyebrow::before {
  background: var(--dt-yellow);
}
.hero-video-mode .trust-row span {
  border-color: rgba(255, 248, 241, .58);
  color: var(--dt-choco);
  text-shadow: none;
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 28px rgba(29, 23, 20, .18);
}
.hero-video-mode .proof-card,
.hero-video-mode .hero-product-card {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.12);
  box-shadow: 0 24px 70px rgba(0,0,0,.18);
}
.hero-video-mode .btn-ghost {
  border-color: rgba(255,255,255,.28);
  color: var(--dt-white);
  background: rgba(255,255,255,.08);
}
.hero-video-mode .btn-primary {
  background: var(--dt-yellow);
  color: var(--dt-choco);
}
.hero-copy h1 {
  max-width: 670px;
  font-size: clamp(48px, 6.4vw, 92px);
  line-height: .9;
  letter-spacing: -.05em;
  color: var(--dt-choco);
}
.hero-copy p {
  max-width: 560px;
  margin: 24px 0;
  font-size: 18px;
}
.hero-actions,
.trust-row,
.story-points,
.custom-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.trust-row span,
.story-points span,
.custom-steps span {
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(255, 254, 251, .72);
  border: 1px solid rgba(78, 52, 46, .1);
  color: var(--dt-brown);
  font-size: 13px;
  font-weight: 800;
}
.hero-product { min-height: 520px; display: grid; place-items: center; }
.product-stage {
  position: relative;
  width: min(100%, 460px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}
.donut-visual {
  position: relative;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, var(--dt-cream) 0 20%, transparent 21%),
    radial-gradient(circle at 34% 26%, #fff 0 7%, transparent 8%),
    radial-gradient(circle at 45% 42%, var(--dt-pink), #9a4f42 64%, #5a3028);
  box-shadow: 0 32px 90px rgba(78, 52, 46, .24);
}
.donut-visual span {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  border: 2px dashed rgba(255, 255, 255, .65);
  animation: spinOrbit 18s linear infinite;
}
.hero-donut { width: 330px; height: 330px; animation: floatDonut 5s ease-in-out infinite; }
.mini-donut { width: 136px; height: 136px; }
.showcase-donut { width: 220px; height: 220px; }
.hero-product-card {
  position: absolute;
  right: 0;
  bottom: 36px;
  width: 210px;
  padding: 18px;
  border: 1px solid rgba(78, 52, 46, .1);
  border-radius: 20px;
  background: rgba(255, 254, 251, .78);
  backdrop-filter: blur(20px);
  box-shadow: 0 24px 64px rgba(78, 52, 46, .16);
}
.hero-product-card small,
.product-content small {
  color: var(--dt-brown);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .12em;
}
.hero-product-card strong,
.hero-product-card span { display: block; }
.hero-proof {
  display: grid;
  gap: 14px;
}
.hero-proof-link {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.hero-proof-link:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 226, 149, .72);
  box-shadow: 0 26px 76px rgba(40, 22, 14, .24);
}
.hero-proof-link:focus-visible {
  outline: 3px solid var(--dt-yellow);
  outline-offset: 4px;
}
.hero-proof-link b {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 10px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 226, 149, .88);
  color: var(--dt-choco);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}
.hero-video-mode .hero-proof-link b {
  background: rgba(255, 226, 149, .92);
  color: var(--dt-choco);
}
.proof-card,
.product-card,
.review-card,
.outlet-card,
.lead-form,
.showcase-panel,
.custom-card,
.newsletter-card,
.promo-card {
  border: 1px solid rgba(78, 52, 46, .1);
  background: rgba(255, 254, 251, .74);
  box-shadow: 0 24px 70px rgba(78, 52, 46, .08);
  backdrop-filter: blur(18px);
}
.proof-card {
  padding: 20px;
  border-radius: 18px;
}
.proof-card strong { color: var(--dt-choco); }
.proof-card p { margin-top: 6px; color: rgba(29, 23, 20, .68); font-size: 14px; }
.accent-pink { border-left: 6px solid var(--dt-pink); }
.accent-mint { border-left: 6px solid var(--dt-mint); }
.accent-sky { border-left: 6px solid var(--dt-sky); }
.color-chips span:nth-child(1),
.hero-video-mode .color-chips span:nth-child(1) {
  background: linear-gradient(135deg, #fff1f5, #f7c5d0);
}
.color-chips span:nth-child(2),
.hero-video-mode .color-chips span:nth-child(2) {
  background: linear-gradient(135deg, #eefbf7, #bde7dc);
}
.color-chips span:nth-child(3),
.hero-video-mode .color-chips span:nth-child(3) {
  background: linear-gradient(135deg, #edf8ff, #bedff4);
}
.color-chips span:nth-child(4),
.hero-video-mode .color-chips span:nth-child(4) {
  background: linear-gradient(135deg, #fff8d9, #ffe59d);
}

.hero-orbit,
.sprinkle {
  position: absolute;
  border-radius: 999px;
  background: var(--dt-pink);
  box-shadow: 0 10px 30px rgba(78, 52, 46, .16);
}
.orbit-one { width: 88px; height: 18px; left: 4%; top: 38%; transform: rotate(-38deg); }
.orbit-two { width: 120px; height: 22px; right: 4%; bottom: 24%; transform: rotate(28deg); }
.sprinkle { width: 44px; height: 12px; }
.s1 { left: 18%; top: 20%; background: var(--dt-gold); transform: rotate(-18deg); }
.s2 { right: 18%; top: 18%; background: #7bb7ad; transform: rotate(46deg); }
.s3 { left: 12%; bottom: 30%; background: var(--dt-pink); transform: rotate(24deg); }

.usp-section { padding: 28px 0; }
.usp-grid,
.product-grid,
.review-grid,
.outlet-grid {
  display: grid;
  gap: 18px;
}
.usp-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.usp-card {
  position: relative;
  overflow: hidden;
  min-height: 214px;
  padding: 24px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, .74);
  box-shadow: 0 24px 70px rgba(78, 52, 46, .1);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.usp-card::before {
  content: "";
  position: absolute;
  inset: -55% -35% auto auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .48);
}
.usp-card::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  opacity: .72;
  background:
    radial-gradient(circle at center, transparent 27%, rgba(78, 52, 46, .22) 29%, rgba(78, 52, 46, .22) 43%, transparent 45%),
    radial-gradient(circle at 30% 24%, rgba(255,255,255,.9) 0 9px, transparent 10px),
    linear-gradient(135deg, rgba(78, 52, 46, .18), rgba(255,255,255,.18));
}
.usp-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 255, 255, .95);
  box-shadow: 0 34px 90px rgba(78, 52, 46, .18);
}
.usp-fresh { background: linear-gradient(135deg, #fff8d7, #fffef8 58%, #ffe6ed); }
.usp-premium { background: linear-gradient(135deg, #ecfbf7, #fffefa 58%, #dff7f1); }
.usp-handmade { background: linear-gradient(135deg, #edf8ff, #fffefa 60%, #ffe8cf); }
.usp-trusted { background: linear-gradient(135deg, #fff0f5, #fffefa 58%, #f6e8ff); }
.usp-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 17px;
  color: var(--dt-cream);
  font-size: 23px;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.38), 0 14px 30px rgba(78, 52, 46, .18);
}
.usp-fresh .usp-icon { background: linear-gradient(135deg, #f3bc47, #f08ca6); }
.usp-premium .usp-icon { background: linear-gradient(135deg, #49b9a8, #8d6e63); }
.usp-handmade .usp-icon { background: linear-gradient(135deg, #6db9e8, #d7a36f); }
.usp-trusted .usp-icon { background: linear-gradient(135deg, #f3a7b6, #4e342e); }
.usp-grid span {
  position: absolute;
  top: 24px;
  right: 24px;
  color: rgba(78, 52, 46, .2);
  font-family: var(--dt-heading);
  font-size: 42px;
  line-height: 1;
  font-weight: 900;
}
.usp-grid strong {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 0 9px;
  color: var(--dt-choco);
  font-size: 22px;
}
.usp-grid p {
  position: relative;
  z-index: 1;
  max-width: 260px;
  color: rgba(29, 23, 20, .66);
  font-size: 15px;
  line-height: 1.6;
}

.product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-card {
  overflow: hidden;
  border-radius: 24px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(78, 52, 46, .16);
}
.product-media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 220px;
}
.product-photo {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}
.product-card:hover .product-photo {
  transform: scale(1.06);
}
.product-photo-missing {
  display: grid;
  place-items: center;
  width: 100%;
  height: 220px;
  padding: 24px;
  color: var(--dt-choco);
  font-weight: 900;
  text-align: center;
  background: linear-gradient(135deg, rgba(255, 232, 146, .48), rgba(243, 167, 182, .32));
}
.tone-1 { background: #fff1ee; }
.tone-2 { background: #fff7dc; }
.tone-3 { background: #eff3dc; }
.tone-4 { background: #f2e4dc; }
.product-media em {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--dt-choco);
  color: var(--dt-cream);
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
}
.product-content { padding: 20px; }
.product-content h3 { margin: 8px 0; color: var(--dt-choco); font-size: 22px; }
.product-content p { min-height: 58px; color: rgba(29, 23, 20, .65); font-size: 14px; }
.product-foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
}
.product-foot strong { color: var(--dt-choco); }
.product-foot button {
  padding: 9px 12px;
  border-radius: 999px;
  background: var(--dt-cream);
  color: var(--dt-choco);
  font-weight: 900;
}

.story-section,
.review-section,
.franchise-section,
.video-section { background: var(--dt-white); }
.story-grid,
.showcase-grid,
.franchise-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 42px;
  align-items: center;
}
.story-visual {
  position: relative;
  overflow: hidden;
  width: min(100%, 460px);
  justify-self: end;
  min-height: 0;
  height: clamp(360px, 40vw, 460px);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 248, 241, .55), rgba(215, 184, 153, .18)),
    var(--dt-cream);
  box-shadow: 0 34px 90px rgba(78, 52, 46, .12);
}
.story-visual img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: center 29%;
  filter: saturate(1.02) contrast(1.02);
}
.story-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(37, 24, 18, .34));
  pointer-events: none;
}
.story-stat {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  width: min(78%, 330px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}
.story-stat strong {
  display: block;
  color: var(--dt-cream);
  font-size: 16px;
  text-shadow: 0 3px 14px rgba(20, 12, 8, .62);
}
.story-stat span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 248, 241, .9);
  line-height: 1.5;
  font-size: 13px;
  text-shadow: 0 3px 14px rgba(20, 12, 8, .62);
}
.story-copy h2 {
  max-width: 780px;
}
.story-copy p {
  max-width: 820px;
  font-size: 18px;
  line-height: 1.75;
}

.custom-card,
.promo-card,
.newsletter-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 26px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
}
.custom-card {
  grid-template-columns: minmax(0, .78fr) minmax(420px, .92fr);
  overflow: hidden;
}
.custom-copy {
  position: relative;
  z-index: 2;
}
.custom-copy h2 span {
  display: block;
}
.custom-box-visual {
  position: relative;
  align-self: center;
  justify-self: end;
  width: min(100%, 780px);
  margin: -44px -2px -24px 0;
}
.custom-box-visual::before {
  content: "";
  position: absolute;
  inset: 16% 8% 6%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(215, 184, 153, .28), transparent 66%);
  filter: blur(18px);
}
.custom-box-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-height: 250px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 22px 30px rgba(78, 52, 46, .18));
}
.custom-card > .btn {
  grid-column: 1 / -1;
  justify-content: center;
}

.otr-section {
  background:
    linear-gradient(180deg, rgba(255,254,251,.6), rgba(255,248,241,.95)),
    var(--dt-cream);
}
.otr-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
}
.otr-head .section-heading {
  margin-bottom: 0;
}
.otr-visual {
  position: relative;
  overflow: visible;
  margin: 0;
  min-height: 245px;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.otr-visual img {
  position: absolute;
  right: -8px;
  bottom: -6px;
  width: min(118%, 500px);
  max-width: none;
  filter: drop-shadow(0 22px 28px rgba(78, 52, 46, .12));
}
.otr-visual::before {
  content: "";
  position: absolute;
  right: 24px;
  bottom: 2px;
  width: 78%;
  height: 20px;
  border-radius: 50%;
  background: rgba(78, 52, 46, .08);
  filter: blur(14px);
}
.otr-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.otr-card {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(78, 52, 46, .1);
  box-shadow: 0 22px 60px rgba(78, 52, 46, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.otr-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 70px rgba(78, 52, 46, .14);
}
.otr-date {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.otr-date strong,
.otr-time {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(78, 52, 46, .88);
  color: var(--dt-cream);
  font-weight: 900;
  font-size: 12px;
}
.otr-date span {
  color: var(--dt-brown);
  font-weight: 900;
  font-size: 13px;
}
.otr-card h3 {
  color: var(--dt-choco);
  font-size: 22px;
}
.otr-card p {
  min-height: 70px;
  margin: 8px 0 14px;
  color: rgba(29, 23, 20, .68);
  font-size: 14px;
}

.video-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 36px;
  align-items: center;
}
.video-copy h2 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: .98;
  color: var(--dt-choco);
}
.video-stack {
  display: grid;
  gap: 14px;
}
.video-card {
  overflow: hidden;
  border: 1px solid rgba(78,52,46,.1);
  border-radius: 28px;
  background: var(--dt-cream);
  box-shadow: 0 24px 70px rgba(78, 52, 46, .1);
}
.video-card iframe,
.video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: var(--dt-choco);
}
.video-card strong {
  display: block;
  padding: 18px 20px;
  color: var(--dt-choco);
}

.gallery-section {
  background:
    radial-gradient(circle at 10% 14%, rgba(185, 223, 244, .32), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(243, 167, 182, .28), transparent 20%),
    var(--dt-cream);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.gallery-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 14px;
  border-radius: 24px;
  border: 1px solid rgba(78,52,46,.1);
  box-shadow: 0 24px 70px rgba(78, 52, 46, .08);
}
.gallery-card img,
.gallery-art {
  width: 100%;
  min-height: 140px;
  border-radius: 18px;
  object-fit: cover;
}
.gallery-art {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.9), transparent 24%),
    linear-gradient(135deg, rgba(78,52,46,.18), rgba(255,255,255,.34));
}
.gallery-art span {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(255,255,255,.72);
  color: var(--dt-choco);
  font-weight: 900;
  box-shadow: inset 0 0 0 10px rgba(78,52,46,.08);
}
.gallery-card small {
  display: block;
  margin-top: 12px;
  color: var(--dt-brown);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 11px;
}
.gallery-card strong {
  display: block;
  margin-top: 5px;
  color: var(--dt-choco);
  font-size: 18px;
}
.gallery-card p {
  margin-top: 6px;
  color: rgba(29,23,20,.66);
  font-size: 13px;
}
.gallery-pink { background: #fff0f4; }
.gallery-mint { background: #eefbf7; }
.gallery-sky { background: #edf8ff; }
.gallery-yellow { background: #fff8d9; }
.gallery-cream { background: #fffaf1; }
.gallery-choco { background: #f0e3da; }
.custom-steps { grid-column: 1 / -1; }
.showcase-panel {
  display: grid;
  grid-template-columns: minmax(260px, 360px) 1fr;
  gap: 26px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
}
.showcase-box {
  overflow: hidden;
  margin: 0;
  aspect-ratio: 1.08 / 1;
  border-radius: 24px;
  background: var(--dt-cream);
  box-shadow: 0 24px 70px rgba(78, 52, 46, .14);
}
.showcase-box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform .45s ease;
}
.showcase-panel:hover .showcase-box img {
  transform: scale(1.04);
}
.showcase-panel li {
  margin: 10px 0;
  color: var(--dt-choco);
  font-weight: 800;
}

.review-slider {
  position: relative;
}
.review-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .58fr);
  gap: 26px;
  align-items: end;
  margin-bottom: -2px;
}
.review-head .section-heading {
  margin-bottom: 0;
}
.review-visual {
  position: relative;
  overflow: visible;
  justify-self: end;
  align-self: end;
  width: min(100%, 360px);
  min-height: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  z-index: 2;
  transform: translateY(44px);
}
.review-visual img {
  width: 100%;
  max-height: 220px;
  display: block;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 22px 34px rgba(78, 52, 46, .12));
}
.review-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(340px, 1fr);
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 6px 2px 18px;
  scrollbar-width: none;
}
.review-track::-webkit-scrollbar { display: none; }
.review-card {
  min-height: 255px;
  scroll-snap-align: start;
  padding: 24px;
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255,254,251,.96), rgba(255,248,241,.84)),
    radial-gradient(circle at 90% 10%, rgba(243,167,182,.18), transparent 30%);
  border: 1px solid rgba(78, 52, 46, .1);
  box-shadow: 0 24px 70px rgba(78, 52, 46, .1);
}
.review-person {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.review-person img,
.review-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 14px 34px rgba(78, 52, 46, .18);
}
.review-avatar {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--dt-pink), var(--dt-gold));
  color: var(--dt-choco);
  font-weight: 900;
  font-size: 22px;
}
.review-person strong {
  display: block;
  color: var(--dt-choco);
  font-size: 16px;
}
.review-person small {
  color: rgba(78, 52, 46, .6);
  font-size: 12px;
  font-weight: 800;
}
.review-stars {
  margin-bottom: 14px;
  color: #f3b529;
  letter-spacing: 4px;
  font-size: 18px;
}
.review-card p {
  margin: 0;
  color: var(--dt-choco);
  font-size: 18px;
  line-height: 1.65;
}
.review-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--dt-choco);
  color: var(--dt-cream);
  font-size: 28px;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(78, 52, 46, .22);
  transform: translateY(-50%);
}
.review-prev { left: -22px; }
.review-next { right: -22px; }

.promo-section { padding: 34px 0; }
.promo-card {
  background:
    linear-gradient(135deg, rgba(78, 52, 46, .94), rgba(141, 110, 99, .9)),
    var(--dt-choco);
  color: var(--dt-cream);
}
.promo-card h2,
.promo-card p,
.promo-card .eyebrow { color: var(--dt-cream); }
.promo-card .eyebrow::before { background: var(--dt-gold); }
.promo-card .btn-primary { background: var(--dt-gold); color: var(--dt-choco); }

.lead-form,
.newsletter-card form {
  display: grid;
  gap: 12px;
}
.franchise-copy {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  display: flex;
  align-items: center;
  padding: 42px;
  border-radius: 32px;
  background:
    linear-gradient(90deg, rgba(20, 12, 8, .76) 0%, rgba(78, 52, 46, .48) 50%, rgba(78,52,46,.16) 100%),
    url("http://localhost/donattour/public/assets/img/kantor-pusat.jpg") center / cover no-repeat;
  border: 1px solid rgba(78, 52, 46, .08);
  box-shadow: 0 34px 90px rgba(78, 52, 46, .12);
}
.franchise-copy::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, .38);
  pointer-events: none;
}
.franchise-copy::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -64px;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, transparent 27%, rgba(255,255,255,.34) 29%, rgba(255,255,255,.34) 43%, transparent 45%),
    linear-gradient(135deg, rgba(243,167,182,.52), rgba(255,232,146,.36));
}
.franchise-copy-inner {
  position: relative;
  z-index: 1;
  max-width: 620px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
}
.franchise-copy .eyebrow,
.franchise-copy h2,
.franchise-copy p {
  color: var(--dt-cream);
  text-shadow: 0 3px 18px rgba(20, 12, 8, .42);
}
.franchise-copy p {
  color: rgba(255, 248, 241, .9);
}
.franchise-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}
.franchise-badges span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 232, 146, .86);
  color: #3d251c;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(20, 12, 8, .16);
}
.lead-form {
  padding: 24px;
  border-radius: 24px;
}
.lead-form textarea { min-height: 110px; }
.newsletter-card form {
  grid-template-columns: 1fr 1fr 1fr auto;
}

.outlet-section {
  background: linear-gradient(180deg, #fffaf4 0%, #fff 100%);
  overflow: hidden;
}
.location-heading {
  max-width: 980px;
  margin-bottom: 34px;
}
.location-heading h2 {
  margin: -10px 0 10px;
  color: rgba(141, 110, 99, .78);
  font-family: var(--dt-heading);
  font-size: clamp(72px, 12vw, 164px);
  line-height: .78;
  letter-spacing: 0;
}
.location-heading p {
  max-width: 640px;
  color: rgba(29, 23, 20, .66);
  font-size: 16px;
}
.outlet-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 64px;
}
.outlet-card {
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.outlet-photo {
  position: relative;
  overflow: hidden;
  height: 280px;
  border-radius: 14px;
  background: #f6eadf;
}
.outlet-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .45s ease;
}
.outlet-card:hover .outlet-photo img {
  transform: scale(1.05);
}
.outlet-photo-fallback {
  height: 100%;
  display: grid;
  place-items: center;
  gap: 10px;
  background:
    radial-gradient(circle at 20% 15%, rgba(243, 167, 182, .35), transparent 28%),
    radial-gradient(circle at 75% 40%, rgba(126, 211, 194, .28), transparent 30%),
    linear-gradient(135deg, #fff8f1, #ead4c4);
  color: var(--dt-choco);
  font-weight: 900;
}
.outlet-photo-fallback img {
  width: 92px;
  height: 92px;
  object-fit: contain;
}
.outlet-type {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(78, 52, 46, .88);
  color: var(--dt-cream);
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}
.outlet-body {
  padding: 18px 0 0;
}
.outlet-body h3 {
  margin: 0 0 12px;
  color: var(--dt-choco);
  font-size: 24px;
}
.outlet-address {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  margin: 0 0 12px;
  color: rgba(78, 52, 46, .88);
  line-height: 1.7;
  font-size: 16px;
}
.outlet-address span {
  color: var(--dt-choco);
  font-size: 13px;
  line-height: 1.8;
}
.outlet-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.outlet-meta span {
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(243, 167, 182, .2);
  color: var(--dt-brown);
  font-size: 12px;
  font-weight: 900;
}
.maps-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  padding: 9px 22px;
  border-radius: 999px;
  background: var(--dt-choco);
  color: var(--dt-cream);
  font-weight: 900;
  box-shadow: 0 16px 36px rgba(78, 52, 46, .16);
}
.maps-button:hover {
  transform: translateY(-2px);
  background: #6a463d;
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 210;
  display: grid;
  gap: 8px;
}
.floating-actions a {
  display: grid;
  place-items: center;
  min-width: 58px;
  height: 48px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--dt-choco);
  color: var(--dt-cream);
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(78, 52, 46, .2);
}

.site-footer {
  padding: 64px 0 82px;
  background: var(--dt-choco);
  color: var(--dt-cream);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 30px;
}
.footer-brand { color: var(--dt-cream); }
.footer-grid p { margin-top: 16px; color: rgba(255, 248, 241, .72); }
.footer-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}
.footer-grid .footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-top: 0;
  border: 1px solid rgba(255, 248, 241, .18);
  border-radius: 12px;
  background: rgba(255, 248, 241, .08);
  color: var(--dt-cream);
  box-shadow: 0 12px 28px rgba(15, 8, 4, .18);
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}
.footer-social-link i {
  font-size: 17px;
  line-height: 1;
}
.footer-social-link:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 165, 116, .65);
  background: rgba(212, 165, 116, .16);
  color: var(--dt-gold);
}
.footer-social-link.social-instagram:hover { color: #ff8ac8; }
.footer-social-link.social-tiktok:hover { color: #67e8f9; }
.footer-social-link.social-facebook:hover { color: #93c5fd; }
.footer-social-link.social-youtube:hover { color: #f87171; }
.footer-social-link.social-google:hover { color: #facc15; }
.footer-grid a,
.footer-grid span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 248, 241, .72);
}
.footer-grid strong { display: block; margin-bottom: 10px; color: var(--dt-gold); }
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 248, 241, .16);
  color: rgba(255, 248, 241, .74);
  font-size: 13px;
}
.footer-bottom span {
  font-weight: 900;
  letter-spacing: .35px;
}
.footer-online {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 210px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 248, 241, .16);
  border-radius: 999px;
  background: rgba(255, 248, 241, .08);
  color: rgba(255, 248, 241, .86) !important;
}
.footer-online i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #a9dccf;
  box-shadow: 0 0 0 5px rgba(169, 220, 207, .14);
}
.footer-bottom strong {
  color: var(--dt-gold);
  font-weight: 900;
}

.quick-view {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(29, 23, 20, .48);
}
.quick-view[hidden] { display: none; }
.quick-view-panel {
  position: relative;
  width: min(100%, 420px);
  padding: 28px;
  border-radius: 28px;
  background: var(--dt-white);
  text-align: center;
}
.quick-view-panel > button {
  position: absolute;
  top: 14px;
  right: 14px;
  color: var(--dt-choco);
  font-weight: 900;
}
.quick-product-media {
  overflow: hidden;
  width: 100%;
  height: 210px;
  margin: 8px 0 18px;
  border-radius: 22px;
  background: var(--dt-cream);
}
.quick-product-media[hidden] { display: none; }
.quick-product-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.quick-category {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--dt-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.quick-view-panel h3 { color: var(--dt-choco); }
.quick-view-panel p { margin: 12px 0 18px; color: rgba(29, 23, 20, .68); }
.quick-price {
  display: block;
  margin-bottom: 18px;
  color: var(--dt-choco);
  font-size: 20px;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s ease;
}
.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floatDonut {
  0%, 100% { transform: translateY(0) rotate(-4deg); }
  50% { transform: translateY(-18px) rotate(3deg); }
}
@keyframes spinOrbit {
  to { transform: rotate(360deg); }
}
@keyframes heroColorDrift {
  0% { filter: hue-rotate(0deg) saturate(1); transform: scale(1); }
  100% { filter: hue-rotate(12deg) saturate(1.12); transform: scale(1.05); }
}

@media (max-width: 1180px) {
  .hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-proof { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .otr-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .announce-bar { display: none; }
  .site-nav { min-height: 68px; padding: 0 16px; }
  .nav-toggle { display: block; }
  .nav-menu {
    position: fixed;
    top: 68px;
    left: 12px;
    right: 12px;
    display: none;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 254, 251, .96);
    box-shadow: 0 24px 70px rgba(78, 52, 46, .18);
  }
  .nav-menu.open { display: grid; }
  .hero-section { padding: 46px 0 72px; }
  .hero-video-mode { min-height: auto; }
  .hero-newsbar {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 28px;
  }
  .hero-newsbar strong,
  .hero-newsbar em { text-align: left; justify-self: start; }
  .hero-grid,
  .story-grid,
  .showcase-grid,
  .video-grid,
  .otr-head,
  .franchise-grid,
  .custom-card,
  .promo-card,
  .newsletter-card {
    grid-template-columns: 1fr;
  }
  .custom-box-visual {
    justify-self: center;
    width: min(100%, 520px);
    margin: -6px 0 0;
  }
  .custom-box-visual img {
    max-height: 190px;
  }
  .hero-product { min-height: 360px; order: -1; }
  .hero-donut { width: 250px; height: 250px; }
  .hero-product-card { right: 12px; bottom: 6px; }
  .hero-proof,
  .usp-grid,
  .outlet-grid,
  .otr-grid,
  .gallery-grid,
  .footer-grid,
  .newsletter-card form {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .section-pad { padding: 68px 0; }
  .product-grid { grid-template-columns: 1fr; }
  .story-visual { min-height: 320px; }
  .otr-head { grid-template-columns: 1fr; gap: 18px; }
  .review-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 18px; }
  .review-visual {
    justify-self: center;
    width: min(100%, 300px);
    transform: none;
  }
  .review-visual img { max-height: 190px; }
  .otr-visual { min-height: 190px; }
  .otr-visual img { right: -42px; width: min(118%, 520px); }
  .showcase-panel { grid-template-columns: 1fr; }
  .review-track { grid-auto-columns: minmax(285px, 86vw); }
  .review-prev { left: 4px; }
  .review-next { right: 4px; }
  .floating-actions {
    left: 12px;
    right: 12px;
    bottom: 12px;
    grid-template-columns: 1fr 1.5fr 1fr;
  }
  .floating-actions a { min-width: 0; }
  .site-footer { padding-bottom: 96px; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

/* COMPACT REFINEMENT */
.announce-bar { padding: 5px 16px; font-size: 12px; }
.site-nav { min-height: 56px; }
.site-brand { gap: 9px; font-size: 18px; }
.site-brand img,
.footer-brand img { width: 34px; height: 34px; }
.nav-menu { gap: 14px; }
.nav-menu a { font-size: 12px; }
.nav-order { padding: 9px 14px; }
.section-pad { padding: 52px 0; }
.gallery-section { padding-bottom: 24px; }
.review-section { padding-top: 28px; }
.section-heading { margin-bottom: 22px; }
.section-heading h2,
.story-copy h2,
.custom-card h2,
.showcase-copy h2,
.franchise-copy h2,
.newsletter-card h2,
.promo-card h2,
.video-copy h2 { font-size: clamp(28px, 4vw, 46px); }

.hero-section {
  min-height: 620px;
  padding: 28px 0 38px;
}
.hero-newsbar,
.hero-orbit,
.sprinkle { display: none !important; }
.hero-clean-grid {
  grid-template-columns: minmax(280px, 700px) minmax(280px, 360px) !important;
  align-items: start;
  min-height: 390px;
  padding-top: 28px;
}
.hero-video-mode .hero-proof {
  display: grid;
  gap: 10px;
  padding-top: 48px;
}
.hero-video-mode .hero-proof .hero-product-card {
  position: static;
  width: 100%;
}
.hero-copy h1 {
  max-width: 540px;
  font-size: clamp(38px, 4.4vw, 64px);
  line-height: .9;
}
.hero-copy p {
  max-width: 520px;
  margin: 12px 0;
  font-size: 14px;
}
.trust-row span,
.story-points span,
.custom-steps span {
  padding: 6px 9px;
  font-size: 11px;
}
.hero-video-bg iframe,
.hero-video-bg video { opacity: .9; }
.hero-video-overlay {
  background:
    linear-gradient(90deg, rgba(29, 23, 20, .72), rgba(78, 52, 46, .42) 42%, rgba(255, 248, 241, .06)),
    linear-gradient(180deg, rgba(29, 23, 20, .18), rgba(29, 23, 20, .34));
}
.hero-video-mode .proof-card {
  padding: 14px 16px;
  border-radius: 16px;
}
.hero-video-mode .proof-card p {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.5;
}
.hero-video-mode .hero-product-card {
  padding: 15px;
  border-radius: 16px;
}

.usp-section { padding: 18px 0; }
.usp-grid article,
.review-card,
.outlet-card { padding: 16px; border-radius: 16px; }
.product-media { min-height: 148px; }
.mini-donut { width: 104px; height: 104px; }
.product-content { padding: 14px; }
.product-content h3 { margin: 5px 0; font-size: 18px; }
.product-content p { min-height: 40px; font-size: 13px; }
.product-foot { margin-top: 10px; }
.story-grid,
.showcase-grid,
.video-grid,
.franchise-grid { gap: 26px; }
.story-visual { min-height: 300px; }
.custom-card,
.promo-card,
.newsletter-card,
.showcase-panel,
.lead-form { padding: 22px; border-radius: 20px; }
.otr-grid,
.gallery-grid { gap: 12px; }
.otr-card { gap: 12px; padding: 15px; border-radius: 16px; }
.otr-card h3 { font-size: 19px; }
.otr-card p { min-height: 42px; margin: 5px 0 9px; font-size: 13px; }
.gallery-card { min-height: 205px; padding: 12px; border-radius: 16px; }
.gallery-card img,
.gallery-art { min-height: 106px; border-radius: 12px; }
.site-footer { padding: 34px 0 54px; }
.footer-grid { gap: 18px; }
.footer-grid p,
.footer-grid a,
.footer-grid span { font-size: 13px; }

@media (max-width: 820px) {
  .site-nav { min-height: 58px; }
  .hero-section { min-height: auto; padding: 28px 0 34px; }
  .hero-clean-grid {
    grid-template-columns: 1fr !important;
    min-height: 0;
    gap: 14px;
    padding-top: 12px;
  }
  .hero-product-minimal {
    justify-content: start;
    padding-top: 0;
  }
  .hero-video-mode .hero-proof {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
  .section-pad { padding: 42px 0; }
  .gallery-section { padding-bottom: 20px; }
  .review-section { padding-top: 24px; }
  .product-grid,
  .otr-grid,
  .gallery-grid { grid-template-columns: 1fr; }
}

.public-hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.product-actions { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.product-actions form { margin: 0; }
.shop-page { min-height: 100vh; background: #fff8f2; color: #3b2417; padding: 32px clamp(16px, 4vw, 56px); }
.shop-hero, .shop-card, .checkout-grid { max-width: 1120px; margin-left: auto; margin-right: auto; }
.shop-hero { margin-bottom: 20px; }
.shop-back { color: #8c5a36; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; }
.shop-hero h1 { margin: 10px 0 6px; font-size: clamp(32px, 5vw, 56px); letter-spacing: 0; }
.shop-card { margin-bottom: 18px; background: rgba(255,255,255,.88); border: 1px solid rgba(94,58,35,.14); border-radius: 8px; padding: clamp(18px, 3vw, 28px); box-shadow: 0 18px 50px rgba(85,48,24,.08); }
.shop-lines { display: grid; gap: 12px; }
.shop-line { display: grid; grid-template-columns: 1fr 88px minmax(110px, auto); gap: 14px; align-items: center; padding: 12px 0; border-bottom: 1px solid rgba(94,58,35,.12); }
.shop-line span, .invoice-head span, .tracking-list span { display: block; color: #8b7669; font-size: 13px; }
.shop-total, .shop-actions, .invoice-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 18px; flex-wrap: wrap; }
.shop-total strong, .invoice-totals dd:last-child { font-size: 24px; }
.checkout-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 18px; }
.invoice-totals { display: grid; grid-template-columns: 1fr auto; gap: 10px 18px; margin: 20px 0 0; }
.invoice-totals dt { color: #8b7669; }
.invoice-totals dd { margin: 0; font-weight: 800; }
.tracking-form { display: grid; grid-template-columns: 1fr auto; gap: 12px; }
.tracking-list { display: grid; gap: 12px; }
.tracking-list div { border-left: 3px solid #c98d55; padding-left: 12px; }
@media (max-width: 860px) {
  .checkout-grid, .shop-line, .tracking-form { grid-template-columns: 1fr; }
}

.invoice-modern-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(255, 204, 151, .34), transparent 28%),
    linear-gradient(135deg, #fff8f1 0%, #f7ece1 48%, #fffaf5 100%);
  color: #321d12;
  padding: clamp(18px, 3vw, 42px);
  overflow-x: hidden;
}

.invoice-shell {
  max-width: 1120px;
  margin: 0 auto;
}

.invoice-premium-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(83, 48, 28, .14);
  border-radius: 18px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 24px 80px rgba(70, 39, 22, .14);
}

.invoice-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px clamp(18px, 3vw, 34px);
  background: linear-gradient(135deg, #3b2113, #6e4227 58%, #c98d55);
  color: #fff9f3;
}

.invoice-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.invoice-brand img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  object-fit: contain;
  padding: 6px;
}

.invoice-brand span,
.invoice-kicker,
.invoice-meta-grid span,
.invoice-info-list dt,
.invoice-section-title {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
  font-weight: 800;
}

.invoice-brand strong {
  display: block;
  margin-top: 3px;
  font-size: 21px;
}

.invoice-status-stack {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.invoice-badge,
.invoice-mini-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 12px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
}

.pay-paid,
.order-completed,
.order-delivered,
.invoice-mini-status.success {
  background: #e2f7e9;
  color: #137334;
}

.pay-unpaid,
.pay-pending,
.order-pending,
.invoice-mini-status.pending {
  background: #fff1d8;
  color: #9a5b00;
}

.pay-refunded,
.order-cancelled,
.invoice-mini-status.failed,
.invoice-mini-status.expired {
  background: #ffe3e1;
  color: #a52a22;
}

.order-confirmed,
.order-processing,
.order-shipped,
.pay-partial {
  background: #e2efff;
  color: #1d5fa6;
}

.invoice-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 22px;
  align-items: end;
  padding: clamp(22px, 4vw, 42px) clamp(18px, 3vw, 34px);
  background: linear-gradient(180deg, rgba(255, 247, 238, .98), rgba(255, 255, 255, .98));
  border-bottom: 1px solid rgba(83, 48, 28, .1);
}

.invoice-hero-panel h1 {
  margin: 8px 0;
  font-size: clamp(34px, 5vw, 64px);
  line-height: .92;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.invoice-hero-panel p {
  max-width: 640px;
  color: #7f6657;
  margin: 0;
}

.invoice-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.invoice-meta-grid div,
.invoice-info-card,
.invoice-section,
.invoice-summary-card {
  border: 1px solid rgba(83, 48, 28, .11);
  border-radius: 12px;
  background: rgba(255, 252, 248, .82);
}

.invoice-meta-grid div {
  padding: 12px;
}

.invoice-meta-grid strong {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}

.invoice-two-col,
.invoice-bottom-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 18px clamp(18px, 3vw, 34px) 0;
}

.invoice-info-card,
.invoice-section,
.invoice-summary-card {
  padding: 18px;
}

.invoice-section {
  margin: 18px clamp(18px, 3vw, 34px) 0;
}

.invoice-section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #8a5a38;
}

.invoice-section-title i {
  font-size: 17px;
}

.invoice-info-list,
.invoice-summary-card dl {
  display: grid;
  grid-template-columns: minmax(92px, 130px) 1fr;
  gap: 10px 14px;
  margin: 0;
}

.invoice-info-list dd,
.invoice-summary-card dd {
  margin: 0;
  font-weight: 800;
  word-break: break-word;
  overflow-wrap: anywhere;
  min-width: 0;
}

.invoice-info-list dt,
.invoice-summary-card dt {
  color: #9a8475;
}

.invoice-table-wrap {
  overflow-x: auto;
}

.invoice-product-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 680px;
}

.invoice-product-table th {
  padding: 12px;
  background: #f8efe6;
  color: #5b3420;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.invoice-product-table td {
  padding: 13px 12px;
  border-bottom: 1px solid rgba(83, 48, 28, .1);
}

.invoice-product-table tbody tr:nth-child(even) {
  background: rgba(255, 246, 237, .66);
}

.invoice-product-table tbody tr:hover {
  background: #fff0df;
}

.invoice-product-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}

.invoice-product-cell img {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  object-fit: cover;
  background: #fff;
  border: 1px solid rgba(83, 48, 28, .12);
}

.invoice-product-cell span {
  display: block;
  margin-top: 3px;
  color: #8b7669;
  font-size: 12px;
}

.invoice-bottom-grid {
  align-items: stretch;
  padding-bottom: 18px;
}

.invoice-bottom-grid .invoice-section {
  margin: 0;
}

.invoice-timeline {
  display: grid;
  gap: 10px;
}

.invoice-timeline-step {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border-radius: 12px;
  color: #927b6d;
  background: #faf6f2;
}

.invoice-timeline-step i {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #eee0d4;
  color: #7b5236;
}

.invoice-timeline-step.is-active {
  background: #fff2df;
  color: #3b2113;
}

.invoice-timeline-step.is-active i {
  background: #4a2a18;
  color: #fff7ed;
}

.invoice-timeline-step.is-cancelled i {
  background: #b83b32;
}

.invoice-timeline-step span {
  color: #9a8475;
  font-size: 12px;
}

.invoice-summary-card dl {
  grid-template-columns: 1fr auto;
}

.invoice-summary-card .grand {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(83, 48, 28, .14);
  color: #3b2113;
  font-size: 18px;
}

.invoice-summary-card dd.grand {
  font-size: clamp(26px, 4vw, 38px);
  color: #7d3f1d;
}

.invoice-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0 clamp(18px, 3vw, 34px) 28px;
}

.invoice-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  font-weight: 900;
}

.invoice-btn.primary {
  background: linear-gradient(135deg, #4a2a18, #9a5b31);
  color: #fff7ed;
  box-shadow: 0 12px 26px rgba(74, 42, 24, .2);
}

.invoice-btn.secondary {
  background: #fff4e9;
  color: #4a2a18;
}

@media (max-width: 880px) {
  .invoice-hero-panel,
  .invoice-two-col,
  .invoice-bottom-grid {
    grid-template-columns: 1fr;
  }
  .invoice-meta-grid {
    grid-template-columns: 1fr;
  }
  .invoice-top {
    align-items: flex-start;
    flex-direction: column;
  }
  .invoice-actions {
    justify-content: stretch;
  }
  .invoice-btn {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .invoice-modern-page {
    padding: 12px;
  }
  .invoice-brand {
    align-items: flex-start;
  }
  .invoice-brand img {
    width: 52px;
    height: 52px;
  }
  .invoice-brand strong {
    font-size: 20px;
  }
  .invoice-info-list {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .invoice-info-list dd {
    margin-bottom: 8px;
  }
  .invoice-summary-card dl {
    grid-template-columns: 1fr auto;
  }
  .invoice-section,
  .invoice-two-col,
  .invoice-bottom-grid,
  .invoice-actions {
    padding-left: 12px;
    padding-right: 12px;
  }
  .invoice-section {
    margin-left: 12px;
    margin-right: 12px;
  }
}

@media print {
  @page { margin: 10mm; }
  body.public-site { background: #fff; }
  .site-toast,
  .invoice-actions { display: none !important; }
  .invoice-modern-page {
    padding: 0;
    background: #fff;
  }
  .invoice-shell {
    max-width: none;
  }
  .invoice-premium-card {
    border-radius: 0;
    box-shadow: none;
    border: 0;
  }
  .invoice-product-table tbody tr:hover {
    background: inherit;
  }
}
