@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --dt-burgundy: #6f1d1b;
  --dt-burgundy-deep: #471312;
  --dt-olive: #2f4735;
  --dt-olive-soft: #476a51;
  --dt-gold: #c39b55;
  --dt-gold-soft: #e0bf84;
  --dt-sand: #eadfce;
  --dt-cream: #f7f2ea;
  --dt-panel: rgba(255, 250, 242, 0.9);
  --dt-white: #fffdf9;
  --dt-ink: #191412;
  --dt-muted: #655b53;
  --dt-line: rgba(53, 38, 30, 0.12);
  --dt-shadow: 0 0.5rem 1rem rgba(20, 16, 14, 0.08);
  --admin-bg: #edf0ea;
  --admin-sidebar: #173126;
  --admin-panel: #fdfcf8;
  --admin-line: rgba(16, 35, 28, 0.1);
  --admin-muted: #62716a;
  --success-soft: #d9ead8;
  --warning-soft: #f4dfc3;
  --danger-soft: #efd2cf;
  --info-soft: #d9e5f4;
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --ease-smooth: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.16, 1, 0.3, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(224, 191, 132, 0.18), transparent 32%),
    radial-gradient(circle at top right, rgba(111, 29, 27, 0.08), transparent 26%),
    linear-gradient(180deg, #f7f2ea 0%, #f5efe6 42%, #f8f5ef 100%);
  color: var(--dt-ink);
  font-family: "Manrope", sans-serif;
  line-height: 1.65;
}

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

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

.display-font {
  font-family: "Cormorant Garamond", serif;
}

.page-shell {
  position: relative;
  overflow-x: hidden;
}

.grain::before {
  display: none;
}

.glass-nav {
  width: min(1320px, calc(100% - 1.5rem));
  margin: 0.6rem auto 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.navbar {
  --bs-navbar-padding-y: 0.15rem;
}

.glass-nav .container-fluid {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 1rem;
  min-height: 56px;
  padding-inline: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(47, 38, 32, 0.94), rgba(31, 23, 19, 0.96)),
    rgba(30, 22, 18, 0.94);
  box-shadow: 0 0.9rem 2.1rem rgba(18, 11, 10, 0.16);
}

.glass-nav .container-fluid::after {
  content: "";
  position: absolute;
  inset: -40% auto -40% -10%;
  width: 5.5rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  transform: translateX(-180%) skewX(-18deg);
  pointer-events: none;
  opacity: 0.55;
  animation: shineSweep 10s linear infinite;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.navbar-brand img {
  width: 46px;
  height: auto;
}

.navbar-brand-wordmark img {
  width: 138px;
}

.glass-nav .navbar-collapse {
  flex-grow: 1;
  justify-content: flex-end;
}

.glass-nav .navbar-nav {
  align-items: center;
}

.glass-nav .navbar-toggler {
  margin-left: auto;
  flex: 0 0 auto;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 248, 240, 0.78);
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: 0.92rem;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

.nav-pill {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 0.32rem 0.72rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  transition: transform 0.35s var(--ease-smooth), background 0.2s ease, border-color 0.2s ease, box-shadow 0.35s var(--ease-smooth);
}

.hero-section {
  position: relative;
  padding: 7.3rem 0 5rem;
}

.hero-home-section {
  padding: 0 0 3.3rem;
}

.hero-section::after {
  display: none;
}

.hero-card,
.surface-card,
.story-card,
.stat-card,
.shop-panel,
.catalog-sheet,
.flyer-sheet,
.admin-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 244, 236, 0.94)),
    #fff;
  box-shadow: 0 1rem 2.5rem rgba(21, 13, 11, 0.08);
}

.hero-card::before,
.surface-card::before,
.story-card::before,
.stat-card::before,
.shop-panel::before,
.catalog-sheet::before,
.flyer-sheet::before,
.admin-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(195, 155, 85, 0), rgba(195, 155, 85, 0.78), rgba(195, 155, 85, 0));
  opacity: 0.7;
  pointer-events: none;
}

.hero-card::after,
.surface-card::after,
.story-card::after,
.stat-card::after,
.shop-panel::after,
.catalog-sheet::after,
.flyer-sheet::after,
.admin-card::after {
  content: "";
  position: absolute;
  inset: auto -16% -58% 42%;
  height: 10rem;
  background: radial-gradient(circle, rgba(195, 155, 85, 0.12), rgba(195, 155, 85, 0));
  pointer-events: none;
}

.hero-card {
  padding: 2rem;
  box-shadow: 0 1.15rem 2.8rem rgba(21, 13, 11, 0.1);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(111, 29, 27, 0.08);
  color: var(--dt-burgundy);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 5.2vw, 5.1rem);
  line-height: 0.92;
  letter-spacing: -0.03em;
  margin: 1.15rem 0 1rem;
}

.hero-title-home {
  font-size: clamp(2.8rem, 4.6vw, 4.35rem);
  line-height: 0.92;
  max-width: 9ch;
}

.brand-values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.75rem;
}

.brand-value-card {
  padding: 1rem 1.05rem;
  border-radius: 18px;
  border: 1px solid rgba(47, 71, 53, 0.12);
  background: rgba(255, 255, 255, 0.78);
}

.brand-value-card p {
  color: var(--dt-muted);
  line-height: 1.55;
}

.hero-copy {
  color: var(--dt-muted);
  max-width: 42rem;
  font-size: 1.05rem;
}

.hero-home-stage {
  position: relative;
  overflow: hidden;
  min-height: 43rem;
  padding: 0;
  border-radius: 0;
  --hero-shift: 0px;
  background:
    linear-gradient(90deg, rgba(22, 17, 14, 0.76) 0%, rgba(22, 17, 14, 0.58) 34%, rgba(22, 17, 14, 0.22) 58%, rgba(22, 17, 14, 0.46) 100%),
    linear-gradient(180deg, rgba(20, 15, 12, 0.16), rgba(20, 15, 12, 0.4));
}

.hero-home-media {
  position: absolute;
  inset: -14% 0 -16%;
  --hero-media-shift: 0px;
  background: url("../img/hero/hero-home.jpg") center center / cover no-repeat;
  transform: translate3d(0, var(--hero-media-shift), 0) scale(1.18);
  transform-origin: center center;
  will-change: transform;
}

.hero-home-frame {
  position: relative;
  z-index: 2;
  padding-top: 7.8rem;
  padding-bottom: 2.25rem;
}

.hero-home-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 7, 6, 0.14), rgba(8, 7, 6, 0.22)),
    linear-gradient(90deg, rgba(16, 12, 10, 0.18), transparent 48%);
  z-index: 1;
}

.hero-home-stage::after {
  content: "";
  position: absolute;
  width: 34rem;
  height: 34rem;
  right: -7rem;
  top: 8rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(224, 191, 132, 0.2) 0%, rgba(224, 191, 132, 0.08) 28%, rgba(224, 191, 132, 0) 70%);
  filter: blur(8px);
  opacity: 0.95;
  transform: translate3d(0, calc(var(--hero-shift) * 1.3), 0);
  animation: driftGlow 9s var(--ease-soft) infinite alternate;
  z-index: 1;
}

.hero-home-panel,
.hero-home-stack,
.hero-home-ribbon {
  position: relative;
  z-index: 1;
}

.hero-home-panel {
  max-width: 34rem;
  padding: 1.85rem 1.9rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(249, 244, 236, 0.94)),
    rgba(255, 255, 255, 0.94);
  box-shadow: 0 1.2rem 2.8rem rgba(19, 11, 10, 0.18);
  backdrop-filter: blur(10px);
}

.hero-home-panel .hero-copy {
  max-width: 34rem;
  color: rgba(31, 23, 19, 0.82);
}

.hero-home-actions .btn {
  min-width: 12rem;
}

.hero-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.hero-chip-list .soft-badge {
  background: rgba(47, 71, 53, 0.08);
}

.hero-home-stack {
  display: grid;
  gap: 0.9rem;
  max-width: 17.5rem;
  margin-left: auto;
  padding-bottom: 0.75rem;
}

.hero-floating-card {
  display: grid;
  gap: 0.35rem;
  padding: 1.05rem 1.1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 242, 234, 0.93)),
    rgba(255, 255, 255, 0.95);
  color: var(--dt-ink);
  box-shadow: 0 1rem 2rem rgba(17, 10, 9, 0.16);
  backdrop-filter: blur(10px);
}

.hero-floating-card small {
  color: var(--dt-burgundy);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
}

.hero-floating-card strong {
  font-size: 1.15rem;
  line-height: 1.22;
}

.hero-floating-card span {
  color: var(--dt-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.hero-floating-card-light {
  background: rgba(255, 255, 255, 0.94);
  color: var(--dt-ink);
}

.hero-floating-card-light small {
  color: var(--dt-burgundy);
}

.hero-floating-card-light span {
  color: var(--dt-muted);
}

.hero-home-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.2rem;
}

.hero-ribbon-item {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 242, 234, 0.93)),
    rgba(255, 255, 255, 0.95);
  color: var(--dt-ink);
  box-shadow: 0 0.85rem 1.8rem rgba(17, 10, 9, 0.12);
  backdrop-filter: blur(10px);
}

.hero-ribbon-item small {
  color: var(--dt-burgundy);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
}

.hero-ribbon-item strong {
  font-size: 1rem;
  line-height: 1.4;
}

body.motion-ready .hero-home-panel .eyebrow,
body.motion-ready .hero-home-panel .hero-title,
body.motion-ready .hero-home-panel .hero-copy,
body.motion-ready .hero-home-actions,
body.motion-ready .hero-chip-list,
body.motion-ready .hero-floating-card,
body.motion-ready .hero-ribbon-item {
  opacity: 1;
  transform: none;
  animation: none;
}

.btn-brand {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #7f2420, #61201c 62%, #4e1816);
  color: #fff;
  border: 1px solid rgba(111, 29, 27, 0.92);
  box-shadow: 0 0.75rem 1.5rem rgba(111, 29, 27, 0.16);
  transition: transform 0.35s var(--ease-smooth), box-shadow 0.35s var(--ease-smooth), background 0.2s ease, border-color 0.2s ease;
}

.btn-brand:hover,
.btn-brand:focus {
  color: #fff;
  background: #5d1715;
  border-color: #5d1715;
}

.btn-outline-brand {
  position: relative;
  overflow: hidden;
  color: var(--dt-burgundy);
  border: 1px solid rgba(111, 29, 27, 0.28);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 244, 236, 0.92));
  transition: transform 0.35s var(--ease-smooth), box-shadow 0.35s var(--ease-smooth), background 0.2s ease, border-color 0.2s ease;
}

.btn-outline-brand:hover,
.btn-outline-brand:focus {
  color: var(--dt-burgundy);
  border-color: rgba(111, 29, 27, 0.4);
  background: #f8f5ef;
}

.btn-brand:hover,
.btn-brand:focus,
.btn-outline-brand:hover,
.btn-outline-brand:focus,
.nav-pill:hover,
.nav-pill:focus {
  transform: translateY(-2px);
  box-shadow: 0 0.75rem 1.5rem rgba(20, 12, 10, 0.12);
}

.form-control,
.form-select {
  border-radius: 0.95rem;
  border: 1px solid rgba(47, 71, 53, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 242, 234, 0.94)),
    #fff;
  color: var(--dt-ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.form-control::placeholder {
  color: rgba(101, 91, 83, 0.9);
}

.form-control-lg,
.form-select-lg {
  min-height: 3.6rem;
}

textarea.form-control.form-control-lg {
  min-height: 9.25rem;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(195, 155, 85, 0.58);
  box-shadow: 0 0 0 0.2rem rgba(195, 155, 85, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.premium-chip-list {
  margin-top: 1.35rem;
}

.premium-chip-list .soft-badge {
  background: rgba(47, 71, 53, 0.08);
  border: 1px solid rgba(47, 71, 53, 0.1);
}

.premium-inline-note {
  display: grid;
  gap: 0.45rem;
  padding: 1.05rem 1.1rem;
  border-radius: 1rem;
  border: 1px solid rgba(195, 155, 85, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 251, 244, 0.96), rgba(250, 244, 235, 0.92)),
    #fff;
}

.premium-inline-note strong {
  color: var(--dt-burgundy);
  font-size: 1rem;
}

.premium-inline-note span {
  color: var(--dt-muted);
  font-size: 0.95rem;
}

.premium-form-card {
  box-shadow: 0 1.2rem 2.9rem rgba(21, 13, 11, 0.1);
}

.form-intro-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.2rem;
}

.premium-form-footnote {
  margin-top: 0.95rem;
  color: var(--dt-muted);
  font-size: 0.92rem;
}

.btn-brand::after,
.btn-outline-brand::after,
.nav-pill::after {
  content: "";
  position: absolute;
  top: -120%;
  bottom: -120%;
  left: -4rem;
  width: 3rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0));
  transform: translateX(-180%) skewX(-18deg);
  pointer-events: none;
  opacity: 0;
}

.btn-brand:hover::after,
.btn-brand:focus::after,
.btn-outline-brand:hover::after,
.btn-outline-brand:focus::after,
.nav-pill:hover::after,
.nav-pill:focus::after {
  opacity: 1;
  animation: shineSweep 1.1s var(--ease-smooth);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.75rem;
}

.metric {
  position: relative;
  overflow: hidden;
  padding: 1rem 1.1rem;
  border-radius: 0.875rem;
  border: 1px solid rgba(47, 71, 53, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 244, 236, 0.92)),
    #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.metric::after {
  content: "";
  position: absolute;
  inset: auto -12% -60% 38%;
  height: 7.5rem;
  background: radial-gradient(circle, rgba(195, 155, 85, 0.14), rgba(195, 155, 85, 0));
  pointer-events: none;
}

.metric-value {
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 800;
  color: var(--dt-olive);
}

.metric-label {
  color: var(--dt-muted);
  font-size: 0.93rem;
}

.visual-stack {
  position: relative;
  min-height: 560px;
}

.hero-showcase {
  position: relative;
  min-height: 560px;
}

.hero-showcase::before {
  content: "";
  position: absolute;
  inset: 3.25rem 1.25rem 1.5rem 3rem;
  border-radius: 38px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(240, 230, 216, 0.72)),
    radial-gradient(circle at top right, rgba(195, 155, 85, 0.18), transparent 45%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 26px 60px rgba(32, 18, 14, 0.08);
}

.hero-showcase-main,
.hero-showcase-store {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.52);
  box-shadow: 0 26px 60px rgba(32, 18, 14, 0.16);
  will-change: transform;
}

.hero-showcase-main {
  left: 4rem;
  right: 5.5rem;
  top: 5.5rem;
  bottom: 2.75rem;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.92);
}

.hero-showcase-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.hero-showcase-store {
  top: 4rem;
  right: 0;
  width: 13rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
}

.hero-showcase-store img {
  width: 100%;
  height: 10rem;
  object-fit: cover;
}

.hero-showcase-store-body {
  display: grid;
  gap: 0.35rem;
  padding: 0.95rem 1rem 1rem;
}

.hero-showcase-store-body strong {
  font-size: 1rem;
  line-height: 1.2;
}

.hero-showcase-store-body span {
  color: var(--dt-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.hero-showcase-copy,
.hero-showcase-badge {
  position: absolute;
  display: grid;
  gap: 0.35rem;
  padding: 1.05rem 1.15rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(38, 28, 24, 0.82);
  color: #fff;
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 42px rgba(20, 11, 10, 0.22);
}

.hero-showcase-copy {
  left: 0;
  top: 2rem;
  width: 14.5rem;
}

.hero-showcase-badge {
  right: 1rem;
  bottom: 1rem;
  width: 14rem;
}

.hero-showcase-copy small,
.hero-showcase-badge small {
  color: rgba(255, 255, 255, 0.74);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
}

.hero-showcase-copy strong,
.hero-showcase-badge strong {
  font-size: 1.2rem;
  line-height: 1.16;
}

.hero-showcase-copy span,
.hero-showcase-badge span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  line-height: 1.5;
}

.hero-showcase-main img,
.hero-showcase-store img {
  filter: saturate(1.04) contrast(1.02);
}

.page-home .hero-home-panel {
  max-width: 35.5rem;
}

.page-home .hero-home-ribbon {
  max-width: 72rem;
}

.home-hero-showcase {
  min-height: 34rem;
  margin-top: 0.35rem;
}

.home-hero-showcase::before {
  inset: 2.75rem 1rem 1.1rem 2.2rem;
}

.home-hero-showcase .hero-showcase-main {
  left: 2.9rem;
  right: 4.8rem;
  top: 4.4rem;
  bottom: 1.55rem;
  border-radius: 32px;
}

.home-hero-showcase .hero-showcase-main img {
  transform: scale(1.05);
}

.home-hero-showcase .hero-showcase-store {
  top: 2.8rem;
  width: 12.5rem;
}

.home-hero-showcase .hero-showcase-copy {
  top: 0.8rem;
  width: 13.6rem;
}

.home-hero-showcase .hero-showcase-badge {
  right: 0.5rem;
  bottom: 0.4rem;
  width: 13.3rem;
}

.shop-hero-section {
  position: relative;
}

.shop-hero-section::before {
  content: "";
  position: absolute;
  inset: 5.4rem 0 auto;
  height: 22rem;
  background:
    radial-gradient(circle at 18% 20%, rgba(195, 155, 85, 0.14), rgba(195, 155, 85, 0) 32%),
    radial-gradient(circle at 82% 8%, rgba(111, 29, 27, 0.08), rgba(111, 29, 27, 0) 28%);
  pointer-events: none;
}

.shop-hero-card {
  padding: 2.15rem;
}

.shop-hero-card .hero-copy {
  max-width: 38rem;
}

.shop-hero-stack {
  display: grid;
  gap: 1rem;
}

.shop-hero-showcase {
  min-height: 31rem;
}

.shop-hero-showcase::before {
  inset: 2.8rem 0.9rem 1rem 2rem;
}

.shop-hero-showcase .hero-showcase-main {
  left: 2.6rem;
  right: 4.35rem;
  top: 4.4rem;
  bottom: 1.3rem;
  border-radius: 30px;
}

.shop-hero-showcase .hero-showcase-main img {
  transform: scale(1.06);
}

.shop-hero-showcase .hero-showcase-store {
  top: 2.7rem;
  width: 12rem;
}

.shop-hero-showcase .hero-showcase-copy {
  top: 0.7rem;
  width: 13rem;
}

.shop-hero-showcase .hero-showcase-badge {
  right: 0.75rem;
  bottom: 0.4rem;
  width: 13rem;
}

.shop-summary-card {
  padding: 1.15rem 1.2rem;
}

.shop-summary-card .spec-item strong {
  color: var(--dt-olive);
}

.visual-panel {
  position: absolute;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 24px 54px rgba(33, 18, 14, 0.18);
}

.visual-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-panel.main {
  inset: 0 auto 2rem 3rem;
  width: min(28rem, 100%);
  height: 28rem;
}

.visual-panel.side {
  top: 1rem;
  right: 0;
  width: 13rem;
  height: 15rem;
}

.visual-panel.bottom {
  right: 1rem;
  bottom: 0;
  width: 15rem;
  height: 11rem;
}

.floating-note {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(27, 17, 15, 0.82);
  color: #fff;
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 34px rgba(16, 8, 7, 0.25);
}

.floating-note small {
  color: rgba(255, 255, 255, 0.72);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
}

.floating-note strong {
  font-size: 1.4rem;
  line-height: 1;
}

.section-space {
  padding: 2.5rem 0 4.5rem;
}

.home-drift-section,
.drift-section {
  position: relative;
  isolation: isolate;
  --section-shift: 0px;
}

.home-drift-section::before,
.drift-section::before {
  content: "";
  position: absolute;
  inset: 1.2rem 0 auto;
  height: 18rem;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 35%, rgba(224, 191, 132, 0.18), rgba(224, 191, 132, 0) 42%),
    radial-gradient(circle at 82% 10%, rgba(111, 29, 27, 0.08), rgba(111, 29, 27, 0) 34%);
  transform: translate3d(0, var(--section-shift), 0);
  opacity: 0.9;
}

.home-count-section::before {
  inset: 0 0 auto;
  height: 12rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(224, 191, 132, 0.2), rgba(224, 191, 132, 0) 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0));
}

.drift-section::before {
  height: 14rem;
  opacity: 0.72;
}

.section-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
  line-height: 0.98;
  margin-bottom: 0.85rem;
  text-wrap: balance;
}

.section-copy {
  max-width: 44rem;
  color: var(--dt-muted);
}

.surface-card,
.story-card,
.shop-panel {
  padding: 1.35rem;
}

.hero-card .surface-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 242, 234, 0.94)),
    #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.story-card {
  height: 100%;
}

.story-card h3,
.surface-card h3,
.shop-panel h3 {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.story-card p,
.surface-card p,
.shop-panel p {
  color: var(--dt-muted);
}

.mini-label {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--dt-gold);
}

.soft-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(111, 29, 27, 0.08);
  color: var(--dt-burgundy);
  font-weight: 700;
  font-size: 0.82rem;
}

.module-list {
  display: grid;
  gap: 1rem;
}

.module-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 1.1rem;
  border-radius: 0.875rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(249, 244, 236, 0.92)),
    #fff;
  border: 1px solid rgba(47, 71, 53, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.module-number {
  flex: 0 0 auto;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--dt-burgundy);
  color: #fff;
  font-weight: 800;
}

.product-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 244, 236, 0.94)),
    #fff;
  box-shadow: 0 0.9rem 2rem rgba(22, 14, 12, 0.08);
  transition: transform 0.5s var(--ease-smooth), box-shadow 0.35s var(--ease-smooth), border-color 0.35s var(--ease-smooth);
}

.product-card::before,
.occasion-card::before,
.step-card::before,
.store-feature-card::before,
.drupal-item::before,
.chapter-card::before,
.slide-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(195, 155, 85, 0), rgba(195, 155, 85, 0.82), rgba(195, 155, 85, 0));
  opacity: 0.7;
  pointer-events: none;
}

.product-card::after,
.occasion-card::after,
.step-card::after,
.store-feature-card::after,
.drupal-item::after,
.chapter-card::after,
.slide-panel::after {
  content: "";
  position: absolute;
  inset: auto -12% -60% 42%;
  height: 8rem;
  background: radial-gradient(circle, rgba(195, 155, 85, 0.12), rgba(195, 155, 85, 0));
  pointer-events: none;
}

.product-media {
  aspect-ratio: 1 / 1;
  background: #f8f5ef;
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.75s var(--ease-soft);
}

.product-fallback {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 1.25rem;
}

.product-body {
  padding: 1.25rem;
}

.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.8rem;
}

.tag-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.28rem 0.6rem;
  border-radius: 999px;
  background: rgba(111, 29, 27, 0.08);
  color: var(--dt-burgundy);
  font-size: 0.76rem;
  font-weight: 700;
}

.product-title {
  font-size: 1.12rem;
  font-weight: 800;
  margin-bottom: 0.3rem;
}

.product-desc {
  color: var(--dt-muted);
  font-size: 0.95rem;
  min-height: 4.75rem;
}

.price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.price-main {
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 800;
  color: var(--dt-burgundy);
}

.price-sub {
  font-size: 0.85rem;
  color: var(--dt-muted);
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.filter-chip {
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  color: var(--dt-muted);
  border-radius: 999px;
  padding: 0.65rem 1rem;
  font-size: 0.88rem;
  font-weight: 700;
}

.filter-chip.active,
.filter-chip:hover {
  border-color: rgba(111, 29, 27, 0.28);
  background: rgba(111, 29, 27, 0.08);
  color: var(--dt-burgundy);
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.occasion-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.occasion-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 1.45rem;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 244, 236, 0.94)),
    #fff;
  box-shadow: 0 0.9rem 2rem rgba(22, 14, 12, 0.08);
  transition: transform 0.5s var(--ease-smooth), box-shadow 0.35s var(--ease-smooth), border-color 0.35s var(--ease-smooth);
}

.occasion-card h3 {
  margin: 0.55rem 0 0.65rem;
  font-size: 1.28rem;
  line-height: 1.22;
}

.occasion-card p {
  color: var(--dt-muted);
}

.feature-strip .stat-card,
.stat-card {
  padding: 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}

.count-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 245, 237, 0.94)),
    #fff;
}

.count-card::after {
  content: "";
  position: absolute;
  inset: auto -8% -52% 38%;
  height: 9rem;
  background: radial-gradient(circle, rgba(195, 155, 85, 0.18), rgba(195, 155, 85, 0));
  pointer-events: none;
}

.count-card p {
  position: relative;
  color: var(--dt-muted);
}

.stat-value {
  font-size: 2rem;
  line-height: 1;
  font-weight: 800;
  color: var(--dt-olive);
}

.count-card .stat-value {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.store-card img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.store-card .surface-card {
  padding: 0;
  overflow: hidden;
}

.store-card .body {
  padding: 1.2rem;
}

.step-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 1.35rem;
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 244, 236, 0.94)),
    #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.9rem 2rem rgba(22, 14, 12, 0.08);
}

.step-index {
  display: inline-grid;
  width: 2.4rem;
  height: 2.4rem;
  place-items: center;
  border-radius: 50%;
  background: rgba(195, 155, 85, 0.18);
  color: var(--dt-burgundy);
  font-weight: 800;
}

.cta-banner {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  border-radius: 1rem;
  background:
    radial-gradient(circle at top right, rgba(224, 191, 132, 0.18), transparent 30%),
    linear-gradient(135deg, #2a211d, #3b2824 42%, #5a1a18 100%);
  color: #fff;
  box-shadow: 0 1.2rem 2.8rem rgba(19, 11, 9, 0.18);
}

.cta-banner::after {
  display: none;
}

.reveal-init {
  --reveal-x: 0px;
  --reveal-y: 30px;
  --reveal-scale: 0.985;
  --parallax-y: 0px;
  --hover-lift: 0px;
  opacity: 0;
  transform: translate3d(var(--reveal-x), calc(var(--reveal-y) + var(--parallax-y) + var(--hover-lift)), 0) scale(var(--reveal-scale));
  transition:
    opacity 0.75s var(--ease-soft),
    transform 0.9s var(--ease-smooth),
    box-shadow 0.35s var(--ease-smooth),
    border-color 0.35s var(--ease-smooth);
  will-change: transform, opacity;
}

.reveal-init.is-visible {
  opacity: 1;
  transform: translate3d(0, calc(var(--parallax-y) + var(--hover-lift)), 0) scale(1);
}

.reveal-left {
  --reveal-x: -34px;
  --reveal-y: 10px;
}

.reveal-right {
  --reveal-x: 34px;
  --reveal-y: 10px;
}

.reveal-up {
  --reveal-y: 34px;
}

.reveal-zoom {
  --reveal-y: 16px;
  --reveal-scale: 0.94;
}

.has-spotlight {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.has-spotlight::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(224, 191, 132, 0.2), rgba(224, 191, 132, 0) 52%);
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}

.has-spotlight:hover::before,
.has-spotlight:focus-within::before {
  opacity: 1;
}

.has-spotlight > * {
  position: relative;
  z-index: 1;
}

@keyframes floatY {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes shineSweep {
  0% {
    transform: translateX(-160%) skewX(-18deg);
  }
  100% {
    transform: translateX(280%) skewX(-18deg);
  }
}

@keyframes driftGlow {
  0% {
    transform: translate3d(0, calc(var(--hero-shift) * 1.15), 0) scale(1);
    opacity: 0.8;
  }
  100% {
    transform: translate3d(-1.2rem, calc(var(--hero-shift) * 1.45 + 1.2rem), 0) scale(1.08);
    opacity: 1;
  }
}

@keyframes heroRiseIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 28px, 0) scale(0.985);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.floating-note,
.visual-panel.side,
.visual-panel.bottom {
  animation: none;
}

.interactive-lift {
  --hover-lift: 0px;
}

.interactive-lift:hover,
.interactive-lift:focus-within {
  --hover-lift: -8px;
  border-color: rgba(195, 155, 85, 0.26);
  box-shadow: 0 1.15rem 2.3rem rgba(24, 14, 12, 0.15);
}

.interactive-lift:hover .product-media img,
.interactive-lift:focus-within .product-media img,
.interactive-lift:hover .print-frame img,
.interactive-lift:focus-within .print-frame img {
  transform: scale(1.04);
}

.btn-brand,
.btn-outline-brand,
.nav-pill {
  will-change: transform;
}

.shop-toolbar {
  position: sticky;
  top: 1rem;
  z-index: 10;
}

.floating-cart {
  position: sticky;
  top: 6.5rem;
}

.detail-hero img {
  border-radius: 28px;
  box-shadow: 0 26px 54px rgba(22, 14, 12, 0.12);
}

.spec-list {
  display: grid;
  gap: 0.7rem;
}

.spec-item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(53, 38, 30, 0.1);
}

.spec-item:last-child {
  border-bottom: 0;
}

.timeline-line {
  display: grid;
  gap: 0.9rem;
}

.timeline-item {
  position: relative;
  padding: 1rem 1rem 1rem 1.25rem;
  border-left: 4px solid rgba(195, 155, 85, 0.42);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 242, 234, 0.92)),
    #fff;
  border-radius: 0.75rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.timeline-item::before {
  display: none;
}

.flyer-shell,
.catalog-shell {
  padding: 10.5rem 0 5rem;
}

.catalog-sheet,
.flyer-sheet {
  padding: 1.5rem;
}

.sheet-cover {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.store-feature-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 1.4rem;
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 244, 236, 0.94)),
    #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 0.9rem 2rem rgba(22, 14, 12, 0.08);
}

.keyword-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.keyword-cloud .soft-badge {
  background: rgba(111, 29, 27, 0.08);
  color: var(--dt-burgundy);
}

.location-section {
  scroll-margin-top: 6.5rem;
}

.location-section .surface-card {
  height: 100%;
}

.location-kpi {
  display: grid;
  gap: 0.9rem;
}

.location-kpi .spec-item strong {
  color: var(--dt-olive);
}

.sales-point-list {
  display: grid;
  gap: 0.65rem;
}

.sales-point {
  padding: 0.8rem 0.95rem;
  border-radius: 0.875rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 244, 236, 0.92)),
    #fff;
  border: 1px solid rgba(111, 29, 27, 0.1);
  color: var(--dt-burgundy-deep);
  font-size: 0.93rem;
  line-height: 1.45;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.trust-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.trust-card {
  position: relative;
  overflow: hidden;
  padding: 1.1rem 1.15rem;
  border-radius: 1rem;
  border: 1px solid rgba(47, 71, 53, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(249, 244, 236, 0.93)),
    #fff;
  box-shadow: 0 0.9rem 2rem rgba(20, 12, 10, 0.08);
}

.trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(195, 155, 85, 0), rgba(195, 155, 85, 0.82), rgba(195, 155, 85, 0));
}

.trust-card p {
  color: var(--dt-muted);
}

.editorial-card {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(47, 71, 53, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 244, 236, 0.94)),
    #fff;
  box-shadow: 0 0.95rem 2.2rem rgba(22, 14, 12, 0.08);
}

.editorial-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f3eadf;
}

.editorial-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.75s var(--ease-soft);
}

.editorial-card:hover .editorial-media img,
.editorial-card:focus-within .editorial-media img {
  transform: scale(1.04);
}

.editorial-card h3 {
  font-size: 1.45rem;
  margin: 0.55rem 0 0.7rem;
}

.editorial-card p {
  color: var(--dt-muted);
}

.gift-program-panel {
  position: relative;
  overflow: hidden;
  padding: 1.8rem;
  border-radius: 1rem;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(224, 191, 132, 0.16), transparent 28%),
    linear-gradient(135deg, #231a17, #3b2924 44%, #67211e 100%);
  box-shadow: 0 1.2rem 2.8rem rgba(19, 11, 9, 0.18);
}

.gift-program-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(transparent, rgba(255, 255, 255, 0.02)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 68px);
  pointer-events: none;
}

.gift-program-panel > * {
  position: relative;
  z-index: 1;
}

.gift-program-panel .eyebrow {
  background: rgba(255, 255, 255, 0.08);
  color: var(--dt-gold-soft);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.gift-program-panel p,
.gift-program-panel .sales-point {
  color: rgba(255, 255, 255, 0.82);
}

.gift-program-panel .sales-point {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.plate-visual-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 1.35rem;
  border-radius: 1rem;
  border: 1px solid rgba(47, 71, 53, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 244, 236, 0.94)),
    #fff;
  box-shadow: 0 0.95rem 2.2rem rgba(22, 14, 12, 0.08);
}

.plate-visual-map {
  position: relative;
  min-height: 22rem;
  margin-top: 1rem;
  border-radius: 2rem;
  background:
    radial-gradient(circle at center, rgba(195, 155, 85, 0.14), rgba(195, 155, 85, 0) 52%),
    linear-gradient(180deg, rgba(248, 242, 234, 0.96), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(47, 71, 53, 0.08);
}

.plate-center,
.plate-node {
  position: absolute;
  display: grid;
  place-items: center;
  text-align: center;
  border-radius: 999px;
  padding: 0.85rem 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 242, 234, 0.92)),
    #fff;
  border: 1px solid rgba(111, 29, 27, 0.14);
  box-shadow: 0 0.7rem 1.4rem rgba(20, 12, 10, 0.08);
}

.plate-center {
  inset: 50% auto auto 50%;
  width: 9rem;
  height: 9rem;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.plate-center strong {
  font-size: 1rem;
  line-height: 1.2;
}

.plate-center span {
  color: var(--dt-muted);
  font-size: 0.82rem;
}

.plate-node {
  max-width: 9rem;
  font-size: 0.88rem;
  line-height: 1.3;
}

.plate-node-1 {
  top: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
}

.plate-node-2 {
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
}

.plate-node-3 {
  bottom: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
}

.plate-node-4 {
  top: 50%;
  left: 1.25rem;
  transform: translateY(-50%);
}

.serving-scene-grid {
  display: grid;
  gap: 1rem;
}

.serving-scene-card {
  position: relative;
  overflow: hidden;
  padding: 1rem 1.05rem;
  border-radius: 1rem;
  border: 1px solid rgba(47, 71, 53, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 244, 236, 0.92)),
    #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.serving-scene-card h3 {
  font-size: 1.2rem;
  margin: 0.55rem 0 0.5rem;
}

.serving-scene-card p {
  color: var(--dt-muted);
}

.page-wholesale .hero-section {
  position: relative;
}

.page-wholesale .hero-section::before {
  content: "";
  position: absolute;
  inset: 5.5rem 0 auto;
  height: 24rem;
  background:
    radial-gradient(circle at 18% 20%, rgba(195, 155, 85, 0.16), rgba(195, 155, 85, 0) 34%),
    radial-gradient(circle at 82% 12%, rgba(111, 29, 27, 0.08), rgba(111, 29, 27, 0) 28%);
  pointer-events: none;
}

.page-wholesale .hero-card {
  min-height: 100%;
}

.page-wholesale .metric-grid {
  margin-top: 1.45rem;
}

.page-wholesale .metric-value {
  font-size: 1.5rem;
}

.drupal-grid {
  display: grid;
  gap: 1rem;
}

.drupal-item {
  position: relative;
  overflow: hidden;
  padding: 1.2rem 1.25rem;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 244, 236, 0.92)),
    rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(53, 38, 30, 0.1);
}

.drupal-code {
  padding: 1.2rem;
  border-radius: 24px;
  background: #1b1714;
  color: #f4ecdf;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.88rem;
  overflow: auto;
  box-shadow: 0 20px 48px rgba(15, 11, 10, 0.2);
}

.presentation-shell {
  padding: 7rem 0 4rem;
}

.presentation-rail {
  position: sticky;
  top: 6.8rem;
  display: grid;
  gap: 0.75rem;
}

.presentation-link {
  display: block;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(53, 38, 30, 0.08);
  color: var(--dt-muted);
  font-weight: 700;
}

.presentation-link:hover {
  color: var(--dt-burgundy);
  border-color: rgba(111, 29, 27, 0.18);
  background: rgba(255, 255, 255, 0.92);
}

.pitch-section {
  scroll-margin-top: 6.8rem;
  padding-bottom: 1.25rem;
}

.slide-panel {
  position: relative;
  overflow: hidden;
  padding: 1.7rem;
  border-radius: 28px;
  border: 1px solid rgba(53, 38, 30, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 244, 236, 0.92)),
    rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 54px rgba(21, 13, 11, 0.09);
}

.pitch-number {
  display: inline-grid;
  place-items: center;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--dt-burgundy), var(--dt-gold));
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
}

.pitch-grid {
  display: grid;
  gap: 1rem;
}

.chapter-card {
  position: relative;
  overflow: hidden;
  padding: 1.25rem;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(249, 244, 236, 0.9)),
    rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(53, 38, 30, 0.09);
}

.presentation-launchpad {
  position: relative;
  overflow: hidden;
  padding: 2.2rem;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(224, 191, 132, 0.22), transparent 30%),
    radial-gradient(circle at left center, rgba(255, 255, 255, 0.08), transparent 25%),
    linear-gradient(135deg, #1c1614, #472522 44%, #6f1d1b 100%);
  box-shadow: 0 28px 72px rgba(22, 13, 12, 0.24);
}

.presentation-launchpad::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(transparent, rgba(255, 255, 255, 0.02)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 70px);
  pointer-events: none;
}

.launchpad-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
}

.launchpad-step {
  padding: 1.1rem 1.15rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  color: #fff;
}

.launchpad-step p {
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.presentation-overlay {
  position: fixed;
  inset: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  background: rgba(10, 8, 8, 0.88);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease, visibility 0.24s ease;
  z-index: 2200;
}

.presentation-overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.presentation-overlay-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.2rem 0.75rem;
}

.presentation-frame {
  width: calc(100% - 1.5rem);
  height: calc(100% - 1rem);
  margin: 0 auto 0.75rem;
  border: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.34);
}

body.presentation-open {
  overflow: hidden;
}

body.presentation-embed .navbar,
body.presentation-embed .footer-shell {
  display: none !important;
}

body.presentation-embed .presentation-shell {
  padding-top: 2rem;
}

body.presentation-embed .presentation-rail {
  top: 1rem;
}

body.presentation-embed .pitch-section {
  scroll-margin-top: 1rem;
}

.print-frame {
  border-radius: 28px;
  overflow: hidden;
  min-height: 100%;
  background: linear-gradient(180deg, rgba(17, 13, 12, 0.2), rgba(17, 13, 12, 0.02));
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
}

.spec-table th,
.spec-table td {
  padding: 0.85rem 0.75rem;
  border-bottom: 1px solid rgba(53, 38, 30, 0.1);
  text-align: left;
  vertical-align: top;
}

.spec-table th {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--dt-muted);
}

.price-pill {
  display: inline-flex;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(111, 29, 27, 0.08);
  color: var(--dt-burgundy);
  font-weight: 800;
}

.footer-shell {
  padding: 3rem 0 2rem;
  color: var(--dt-muted);
}

.footer-card {
  padding: 1.7rem;
  border-radius: 1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(249, 244, 236, 0.94)),
    #fff;
  border: 1px solid rgba(47, 71, 53, 0.1);
  box-shadow: 0 1rem 2rem rgba(20, 12, 10, 0.08);
}

.footer-shell-premium {
  padding-top: 2.2rem;
}

.footer-card-premium {
  padding: 2rem;
  color: rgba(255, 255, 255, 0.82);
  background: #2e2926;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0.75rem 1.5rem rgba(17, 10, 9, 0.16);
}

.footer-card-premium a {
  color: rgba(255, 255, 255, 0.88);
}

.footer-card-premium .mini-label {
  color: var(--dt-gold-soft);
}

.footer-divider {
  margin: 1.5rem 0 1rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.92rem;
}

.admin-body {
  --page-accent: #4e73df;
  --page-accent-rgb: 78, 115, 223;
  --page-accent-soft: rgba(78, 115, 223, 0.14);
  background:
    radial-gradient(circle at top right, rgba(29, 110, 82, 0.12), transparent 35%),
    radial-gradient(circle at top left, rgba(195, 155, 85, 0.12), transparent 30%),
    var(--admin-bg);
  color: #15221c;
}

.admin-body[data-dashboard="sales"] {
  --page-accent: #1cc88a;
  --page-accent-rgb: 28, 200, 138;
  --page-accent-soft: rgba(28, 200, 138, 0.14);
}

.admin-body[data-dashboard="wholesale"] {
  --page-accent: #f6c23e;
  --page-accent-rgb: 246, 194, 62;
  --page-accent-soft: rgba(246, 194, 62, 0.16);
}

.admin-body[data-dashboard="marketing"] {
  --page-accent: #e74a3b;
  --page-accent-rgb: 231, 74, 59;
  --page-accent-soft: rgba(231, 74, 59, 0.14);
}

.admin-body[data-dashboard="operations"] {
  --page-accent: #36b9cc;
  --page-accent-rgb: 54, 185, 204;
  --page-accent-soft: rgba(54, 185, 204, 0.14);
}

.admin-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
}

.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 1.4rem;
  background:
    radial-gradient(circle at top left, rgba(var(--page-accent-rgb), 0.16), transparent 36%),
    linear-gradient(180deg, #163126, #10231c);
  color: rgba(255, 255, 255, 0.82);
}

.admin-brand {
  padding: 1rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.admin-brand img {
  width: 132px;
}

.admin-nav {
  display: grid;
  gap: 0.4rem;
  margin-top: 1.3rem;
}

.admin-link {
  padding: 0.85rem 1rem;
  border-radius: 16px;
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
  transition: 180ms ease;
}

.admin-link.active,
.admin-link:hover {
  background: rgba(var(--page-accent-rgb), 0.18);
  border-color: rgba(var(--page-accent-rgb), 0.2);
  color: #fff;
}

.admin-main {
  padding: 1.5rem;
}

.admin-topbar {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

.admin-card {
  padding: 1.4rem;
  border-radius: 24px;
  border: 1px solid var(--admin-line);
  border-top: 4px solid rgba(var(--page-accent-rgb), 0.34);
  background: rgba(253, 252, 248, 0.92);
  box-shadow: 0 18px 46px rgba(15, 30, 23, 0.08);
}

.admin-card h3,
.admin-card h4 {
  margin-bottom: 0.8rem;
}

.kpi-card {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-top-width: 1px;
  border-left: 0.38rem solid var(--kpi-color, var(--page-accent));
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.08);
}

.kpi-card::after {
  content: "";
  position: absolute;
  width: 6.5rem;
  height: 6.5rem;
  right: -2.1rem;
  bottom: -2.2rem;
  border-radius: 50%;
  background: radial-gradient(circle, var(--kpi-soft, rgba(78, 115, 223, 0.18)) 0%, transparent 72%);
  pointer-events: none;
}

.kpi-card .mini-label {
  color: var(--kpi-color, var(--page-accent));
  letter-spacing: 0.08em;
}

.kpi-card--primary {
  --kpi-color: #4e73df;
  --kpi-soft: rgba(78, 115, 223, 0.18);
}

.kpi-card--success {
  --kpi-color: #1cc88a;
  --kpi-soft: rgba(28, 200, 138, 0.18);
}

.kpi-card--warning {
  --kpi-color: #f6c23e;
  --kpi-soft: rgba(246, 194, 62, 0.22);
}

.kpi-card--danger {
  --kpi-color: #e74a3b;
  --kpi-soft: rgba(231, 74, 59, 0.18);
}

.kpi-value {
  font-size: 2.1rem;
  line-height: 1;
  font-weight: 800;
  color: #18362b;
  position: relative;
  z-index: 1;
}

.kpi-trend {
  display: inline-flex;
  gap: 0.3rem;
  align-items: center;
  margin-top: 0.65rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  position: relative;
  z-index: 1;
}

.trend-up {
  background: var(--success-soft);
  color: #265832;
}

.trend-down {
  background: var(--danger-soft);
  color: #7c2f2c;
}

.trend-neutral {
  background: var(--warning-soft);
  color: #6a4a1f;
}

.table-clean {
  width: 100%;
  border-collapse: collapse;
}

.table-clean th,
.table-clean td {
  padding: 0.8rem 0.4rem;
  border-bottom: 1px solid rgba(16, 35, 28, 0.08);
  text-align: left;
}

.table-clean th {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--page-accent);
}

.status-dot {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  display: inline-block;
}

.status-green {
  background: #3b8a56;
}

.status-amber {
  background: #ca9442;
}

.status-red {
  background: #b54c4c;
}

.progress-thin {
  height: 0.55rem;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(16, 35, 28, 0.08);
}

.progress-thin > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--page-accent), rgba(var(--page-accent-rgb), 0.56));
}

.kanban-mini {
  display: grid;
  gap: 0.75rem;
}

.kanban-mini .item {
  padding: 0.85rem 0.9rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(16, 35, 28, 0.08);
  border-left: 4px solid rgba(var(--page-accent-rgb), 0.4);
}

.summary-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: var(--page-accent-soft);
  color: var(--page-accent);
  font-weight: 700;
}

.muted-text {
  color: var(--dt-muted);
}

.empty-state {
  padding: 2rem;
  text-align: center;
  border: 1px dashed rgba(53, 38, 30, 0.16);
  border-radius: 24px;
  color: var(--dt-muted);
}

.list-unstyled li + li {
  margin-top: 0.45rem;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .glass-nav .container-fluid::after,
  .hero-home-stage::after,
  .hero-home-media,
  .home-drift-section::before,
  body.motion-ready .hero-home-panel .eyebrow,
  body.motion-ready .hero-home-panel .hero-title,
  body.motion-ready .hero-home-panel .hero-copy,
  body.motion-ready .hero-home-actions,
  body.motion-ready .hero-chip-list,
  body.motion-ready .hero-floating-card,
  body.motion-ready .hero-ribbon-item,
  .reveal-init,
  .floating-note,
  .visual-panel.side,
  .visual-panel.bottom,
  .btn-brand::after,
  .btn-outline-brand::after,
  .nav-pill::after {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

@media (max-width: 1399.98px) {
  .glass-nav {
    width: min(1140px, calc(100% - 1.5rem));
  }
}

@media (max-width: 1199.98px) {
  .glass-nav {
    width: min(960px, calc(100% - 1rem));
  }

  .admin-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: relative;
    height: auto;
  }
}

@media (max-width: 991.98px) {
  .glass-nav {
    width: min(720px, calc(100% - 1rem));
  }

  .hero-section {
    padding-top: 6.5rem;
  }

  .glass-nav .container-fluid {
    flex-wrap: wrap;
  }

  .glass-nav .navbar-collapse {
    flex-basis: 100%;
  }

  .glass-nav .navbar-collapse {
    margin-top: 0.45rem;
    padding-top: 0.65rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .flyer-shell,
  .catalog-shell {
    padding-top: 9.25rem;
  }

  .visual-stack {
    min-height: 440px;
    margin-top: 1rem;
  }

  .hero-showcase {
    min-height: 500px;
    margin-top: 0.5rem;
  }

  .hero-showcase::before {
    inset: 3.4rem 1rem 1.5rem 1rem;
  }

  .hero-showcase-main {
    left: 1.75rem;
    right: 4.5rem;
    top: 5.25rem;
    bottom: 2.25rem;
  }

  .hero-showcase-store {
    width: 11rem;
  }

  .hero-showcase-copy {
    width: 13rem;
  }

  .visual-panel.main {
    inset: 0 auto 1rem 0;
    width: 78%;
    height: 20rem;
  }

  .visual-panel.side {
    width: 10rem;
    height: 12rem;
  }

  .visual-panel.bottom {
    width: 11rem;
  }

  .feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .occasion-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-home-stage {
    min-height: 39rem;
  }

  .hero-home-panel {
    max-width: 35rem;
  }

  .home-hero-showcase,
  .shop-hero-showcase {
    min-height: 28rem;
  }

  .hero-home-frame {
    padding-top: 6.85rem;
    padding-bottom: 1.8rem;
  }

  .hero-home-ribbon {
    grid-template-columns: 1fr;
    max-width: 35rem;
  }

  .shop-hero-card {
    padding: 1.8rem;
  }
}

@media (max-width: 767.98px) {
  .glass-nav {
    width: min(540px, calc(100% - 1rem));
  }

  .hero-card,
  .surface-card,
  .story-card,
  .shop-panel,
  .catalog-sheet,
  .flyer-sheet,
  .admin-card {
    border-radius: 22px;
  }

  .hero-section {
    padding: 5.8rem 0 3.5rem;
  }

  .flyer-shell,
  .catalog-shell {
    padding: 8.25rem 0 4rem;
  }

  .hero-card {
    padding: 1.6rem;
  }

  .hero-title {
    font-size: 2.7rem;
  }

  .hero-title-home {
    font-size: 2.4rem;
    max-width: 8ch;
  }

  .metric-grid,
  .feature-strip,
  .brand-values-grid,
  .occasion-grid,
  .trust-strip-grid {
    grid-template-columns: 1fr;
  }

  .hero-home-stage {
    min-height: auto;
    background-position: center center;
  }

  .hero-home-frame {
    padding-top: 5.8rem;
    padding-bottom: 1.2rem;
  }

  .hero-home-panel {
    padding: 1.5rem;
    border-radius: 24px;
  }

  .hero-home-actions .btn {
    min-width: 0;
  }

  .hero-home-stack {
    max-width: 100%;
    margin-left: 0;
  }

  .hero-home-ribbon {
    margin-top: 1rem;
  }

  .page-home .hero-home-ribbon {
    max-width: 100%;
  }

  .visual-stack {
    min-height: 370px;
  }

  .hero-showcase {
    min-height: auto;
    display: grid;
    gap: 1rem;
  }

  .hero-showcase::before {
    display: none;
  }

  .hero-showcase-main,
  .hero-showcase-store,
  .hero-showcase-copy,
  .hero-showcase-badge {
    position: relative;
    inset: auto;
    width: 100%;
    right: auto;
    left: auto;
    top: auto;
    bottom: auto;
  }

  .hero-showcase-main {
    min-height: 18rem;
    border-radius: 26px;
  }

  .hero-showcase-store {
    display: grid;
    grid-template-columns: 7rem 1fr;
    align-items: stretch;
  }

  .hero-showcase-store img {
    height: 100%;
  }

  .hero-showcase-copy,
  .hero-showcase-badge {
    border-radius: 20px;
  }

  .home-hero-showcase,
  .shop-hero-showcase {
    min-height: auto;
    margin-top: 0;
  }

  .shop-hero-card {
    padding: 1.6rem;
  }

  .shop-summary-card {
    padding: 1rem;
  }

  .visual-panel.main {
    width: calc(100% - 3.5rem);
    height: 17rem;
  }

  .visual-panel.side {
    width: 8rem;
    height: 9rem;
  }

  .visual-panel.bottom {
    right: 0;
    width: 9rem;
    height: 7rem;
  }

  .floating-note {
    padding: 0.8rem 0.9rem;
  }

  .plate-visual-map {
    min-height: 18rem;
  }

  .plate-center {
    width: 7.25rem;
    height: 7.25rem;
  }

  .plate-node {
    max-width: 7rem;
    font-size: 0.78rem;
    padding: 0.7rem 0.8rem;
  }

  .plate-visual-map {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    min-height: auto;
    padding: 1rem;
  }

  .plate-center,
  .plate-node,
  .plate-node-1,
  .plate-node-2,
  .plate-node-3,
  .plate-node-4 {
    position: relative;
    inset: auto;
    transform: none;
    width: auto;
    height: auto;
    max-width: none;
  }

  .plate-center {
    grid-column: 1 / -1;
    border-radius: 1rem;
  }

  .navbar-brand img,
  .admin-brand img {
    width: 42px;
  }

  .glass-nav {
    width: calc(100% - 1rem);
  }

  .glass-nav .container-fluid {
    min-height: 52px;
    border-radius: 10px;
  }

  .catalog-sheet,
  .flyer-sheet {
    padding: 1.35rem;
  }

  .sheet-cover {
    gap: 1rem;
  }

  .presentation-launchpad {
    padding: 1.5rem;
    border-radius: 26px;
  }

  .presentation-frame {
    width: calc(100% - 0.8rem);
    height: calc(100% - 0.55rem);
    margin-bottom: 0.4rem;
    border-radius: 18px;
  }

  .presentation-overlay-bar {
    padding: 0.8rem;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media print {
  body {
    background: #fff;
  }

  .glass-nav,
  .footer-shell,
  .btn,
  .admin-sidebar {
    display: none !important;
  }

  .catalog-shell,
  .flyer-shell {
    padding: 0;
  }

  .catalog-sheet,
  .flyer-sheet {
    box-shadow: none;
    border: 0;
    background: #fff;
  }
}
