@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Source+Sans+3:wght@400;500;600&display=swap');




*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr[title] {
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button, select {
  text-transform: none;
}
button,
[type='button'],
[type='submit'] {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
blockquote, dl, dd, figure, p, pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9f6675;
}
button,
[role='button'] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img, svg, video, canvas, iframe, object, embed {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}


:root {
  
  --surface-base: #fffafb;
  --surface-raised: #fff1f2;
  --surface-sunken: #ffe4e6;
  --surface-inverse: #2a0611;
  --surface-veil: rgba(42, 6, 17, 0.55);

  
  --action-primary: #be123c;
  --action-hover: #9f1239;
  --action-contrast: #ffe4e6;
  --action-quiet: #ffe4e6;

  
  --content-strong: #4c0519;
  --content-default: #6b1029;
  --content-muted: #9f6675;
  --content-highlight: #e11d48;
  --content-inverse: #fff1f2;

  
  --line-soft: rgba(190, 18, 60, 0.16);
  --line-strong: rgba(190, 18, 60, 0.42);
  --shadow-soft: 0 4px 18px rgba(76, 5, 25, 0.07);
  --shadow-raised: 0 18px 44px rgba(76, 5, 25, 0.13);
  --glow-action: 0 0 16px rgba(190, 18, 60, 0.42);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 26px;
  --radius-step: clamp(26px, 5vw, 44px);
  --radius-pill: 999px;

  
  --gutter: clamp(1.1rem, 4vw, 2.4rem);
  --band-short: clamp(2.4rem, 6vw, 3.4rem);
  --band-long: clamp(3.6rem, 9vw, 5.6rem);
  --stack-sm: clamp(0.5rem, 1.4vw, 0.85rem);
  --stack-md: clamp(0.95rem, 2.4vw, 1.5rem);
  --stack-lg: clamp(1.6rem, 4vw, 2.6rem);
  --measure: clamp(320px, 92vw, 1160px);
  --dock-height: 62px;
  --bar-height: 74px;
}


body {
  font-family: 'Source Sans 3', system-ui, 'Segoe UI', sans-serif;
  font-weight: 400;
  line-height: 1.7;
  background: var(--surface-base);
  color: var(--content-default);
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.075rem);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-weight: 700;
  letter-spacing: -0.012em;
  color: var(--content-strong);
  line-height: 1.16;
}
h1 { font-size: clamp(2.15rem, 1.35rem + 3.6vw, 3.6rem); }
h2 { font-size: clamp(1.6rem, 1.2rem + 1.8vw, 2.35rem); }
h3 { font-size: clamp(1.16rem, 1.02rem + 0.7vw, 1.42rem); }
h4 { font-size: clamp(1.02rem, 0.96rem + 0.35vw, 1.16rem); font-weight: 600; }
p  { line-height: 1.72; }
strong { font-weight: 600; color: var(--content-strong); }
::selection { background: var(--surface-sunken); color: var(--content-strong); }
:focus-visible {
  outline: 3px solid var(--content-highlight);
  outline-offset: 2px;
}


body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-bottom: var(--dock-height);
}
body.has-sticky {
  padding-bottom: calc(var(--dock-height) + var(--bar-height));
}
@media (min-width: 768px) {
  body { padding-bottom: 0; }
  body.has-sticky { padding-bottom: var(--bar-height); }
}
main {
  display: flex;
  flex-direction: column;
  gap: clamp(0.4rem, 1.6vw, 1.4rem);
  flex: 1 1 auto;
}
main > section {
  flex: 1 1 auto;
  position: relative;
}
.shell {
  width: var(--measure);
  margin-inline: auto;
  padding-inline: var(--gutter);
}



[data-mm-header]{--mm-bg:#ffffff;--mm-text:#333333;--mm-primary:#2563eb;--mm-overlay-bg:rgba(0,0,0,0.5);--mm-transition:0.3s ease}[data-mm-header]{position:relative}[data-mm-toggle]{display:flex;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1001}[data-mm-toggle] span{display:block;width:24px;height:2px;background:var(--mm-text);transition:var(--mm-transition)}[data-mm-menu]{position:fixed;top:0;left:0;width:100%;background:var(--mm-bg);transform:translateY(-100%);transition:transform var(--mm-transition);z-index:1100;overflow-y:auto;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;padding:60px 24px 24px;box-shadow:0 4px 20px rgba(0,0,0,0.1)}[data-mm-menu].mm-open{transform:translateY(0)}[data-mm-menu] ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}[data-mm-menu] ul li a{display:block;padding:14px 0;color:var(--mm-text);text-decoration:none;font-size:16px;border-bottom:1px solid rgba(0,0,0,0.08);transition:color var(--mm-transition)}[data-mm-menu] ul li a:hover{color:var(--mm-primary)}[data-mm-close]{position:absolute;top:16px;right:16px;background:none;border:none;font-size:28px;line-height:1;cursor:pointer;color:var(--mm-text);padding:4px 8px}[data-mm-overlay]{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--mm-overlay-bg);opacity:0;visibility:hidden;transition:opacity var(--mm-transition),visibility var(--mm-transition);z-index:1050}[data-mm-overlay].mm-visible{opacity:1;visibility:visible}@media(min-width:768px){[data-mm-toggle]{display:none!important}[data-mm-menu]{position:static!important;width:auto!important;height:auto!important;background:transparent!important;transform:none!important;padding:0!important;overflow:visible!important;flex-direction:row!important;box-shadow:none!important}[data-mm-menu] ul{flex-direction:row;gap:0;align-items:center}[data-mm-menu] ul li a{padding:8px 16px;border-bottom:none;font-size:inherit}[data-mm-close]{display:none!important}[data-mm-overlay]{display:none!important}}@media(prefers-reduced-motion:reduce){[data-mm-menu],[data-mm-overlay],[data-mm-toggle] span{transition:none!important}}


[data-mm-header]{--mm-bg:#fffafb;--mm-text:#4c0519;--mm-primary:#be123c;--mm-overlay-bg:rgba(42,6,17,0.55);--mm-transition:0.3s ease}





:root {
  --cc-bg: #fff1f2;
  --cc-text: #4c0519;
  --cc-text-secondary: #9f6675;
  --cc-border: rgba(190,18,60,0.16);
  --cc-primary: #be123c;
  --cc-primary-hover: #9f1239;
  --cc-secondary: #ffffff;
  --cc-secondary-hover: #f3f4f6;
  --cc-secondary-border: #d1d5db;
  --cc-toggle-bg: #d1d5db;
  --cc-toggle-active: #be123c;
  --cc-overlay: rgba(0, 0, 0, 0.6);
  --cc-shadow: 0 -4px 20px rgba(76,5,25,0.18);
  --cc-radius: 26px;
  --cc-radius-sm: 8px;
  --cc-transition: 0.3s ease;
  --cc-z-index: 99999;
}

.cc-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cc-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: var(--cc-z-index);
  background: var(--cc-bg);
  box-shadow: var(--cc-shadow);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform var(--cc-transition), opacity var(--cc-transition), visibility var(--cc-transition);
  font-family: 'Source Sans 3', system-ui, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--cc-text);
}

.cc-banner.cc-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.cc-banner-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.cc-banner-content {
  flex: 1 1 auto;
  min-width: 280px;
  max-width: 700px;
}

.cc-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  color: var(--cc-text);
}

.cc-description {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--cc-text-secondary);
  line-height: 1.6;
}

.cc-link {
  color: var(--cc-primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cc-link:hover {
  text-decoration: none;
}

.cc-banner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  flex-shrink: 0;
}

.cc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.7rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: var(--cc-radius-sm);
  cursor: pointer;
  transition: all var(--cc-transition);
  text-decoration: none;
  border: 2px solid transparent;
  min-height: 48px;
  line-height: 1.2;
  font-family: inherit;
}

.cc-btn:focus-visible {
  outline: 2px solid var(--cc-primary);
  outline-offset: 2px;
}

.cc-btn-primary {
  background: var(--cc-primary);
  color: #ffffff;
  border-color: var(--cc-primary);
}

.cc-btn-primary:hover {
  background: var(--cc-primary-hover);
  border-color: var(--cc-primary-hover);
}

.cc-btn-secondary {
  background: var(--cc-secondary);
  color: var(--cc-text);
  border-color: var(--cc-secondary-border);
}

.cc-btn-secondary:hover {
  background: var(--cc-secondary-hover);
  border-color: var(--cc-text);
}

.cc-btn-link {
  background: transparent;
  color: var(--cc-primary);
  border-color: transparent;
  padding: 0.75rem 1rem;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cc-btn-link:hover {
  text-decoration: none;
  background: #be123c1A;
}

.cc-settings-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: calc(var(--cc-z-index) + 1);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--cc-transition), visibility var(--cc-transition);
  font-family: 'Source Sans 3', system-ui, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--cc-text);
}

.cc-settings-modal.cc-visible {
  opacity: 1;
  visibility: visible;
}

.cc-settings-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--cc-overlay);
  cursor: pointer;
}

.cc-settings-container {
  position: relative;
  background: var(--cc-bg);
  border-radius: var(--cc-radius);
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  transform: scale(0.95);
  transition: transform var(--cc-transition);
}

.cc-settings-modal.cc-visible .cc-settings-container {
  transform: scale(1);
}

.cc-settings-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border-bottom: 1px solid var(--cc-border);
}

.cc-settings-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  color: var(--cc-text);
}

.cc-settings-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  color: var(--cc-text-secondary);
  transition: all var(--cc-transition);
}

.cc-settings-close:hover {
  background: var(--cc-secondary-hover);
  color: var(--cc-text);
}

.cc-settings-close:focus {
  outline: 2px solid var(--cc-primary);
  outline-offset: 2px;
}

.cc-settings-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
}

.cc-settings-description {
  margin: 0 0 1.5rem 0;
  font-size: 0.9375rem;
  color: var(--cc-text-secondary);
}

.cc-settings-footer {
  padding: 1.5rem;
  border-top: 1px solid var(--cc-border);
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}

.cc-category {
  padding: 1rem 0;
  border-bottom: 1px solid var(--cc-border);
}

.cc-category:last-child {
  border-bottom: none;
}

.cc-category-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.cc-category-info {
  flex: 1;
}

.cc-category-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.25rem 0;
  color: var(--cc-text);
}

.cc-category-description {
  font-size: 0.875rem;
  color: var(--cc-text-secondary);
  margin: 0;
  line-height: 1.5;
}

.cc-toggle {
  flex-shrink: 0;
}

.cc-toggle input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.cc-toggle-label {
  display: block;
  width: 52px;
  height: 28px;
  background: var(--cc-toggle-bg);
  border-radius: 14px;
  position: relative;
  cursor: pointer;
  transition: background var(--cc-transition);
}

.cc-toggle-label::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transition: transform var(--cc-transition);
}

.cc-toggle input:checked + .cc-toggle-label {
  background: var(--cc-toggle-active);
}

.cc-toggle input:checked + .cc-toggle-label::after {
  transform: translateX(24px);
}

.cc-toggle input:focus-visible + .cc-toggle-label {
  box-shadow: 0 0 0 3px #be123c4D;
}

.cc-toggle-disabled .cc-toggle-label {
  opacity: 0.7;
  cursor: not-allowed;
}

.cc-toggle-disabled input:checked + .cc-toggle-label {
  background: var(--cc-toggle-active);
}

.cc-footer-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
  opacity: 0.8;
  transition: opacity var(--cc-transition);
  cursor: pointer;
  font-size: 0.875rem;
}

.cc-footer-link:hover {
  opacity: 1;
}

.cc-footer-separator {
  opacity: 0.5;
}

@media (max-width: 768px) {
  .cc-banner-container {
    flex-direction: column;
    align-items: stretch;
    padding: 1.25rem 1rem;
    gap: 1.25rem;
  }
  
  .cc-banner-content {
    max-width: 100%;
    min-width: auto;
  }
  
  .cc-title {
    font-size: 1rem;
  }
  
  .cc-description {
    font-size: 0.875rem;
  }
  
  .cc-banner-actions {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .cc-btn {
    width: 100%;
    justify-content: center;
  }
  
  .cc-btn-primary,
  .cc-btn-secondary {
    order: 0;
  }
  
  .cc-btn-link {
    order: 1;
  }
  
  .cc-settings-container {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
  }
  
  .cc-settings-body {
    padding: 1rem;
  }
  
  .cc-category-header {
    flex-direction: column;
    gap: 0.75rem;
  }
  
  .cc-toggle {
    align-self: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc-banner,
  .cc-settings-modal,
  .cc-settings-container,
  .cc-btn,
  .cc-toggle-label,
  .cc-toggle-label::after,
  .cc-settings-close {
    transition: none;
  }
}

@media print {
  .cc-banner,
  .cc-settings-modal {
    display: none !important;
  }
}





.util-strip {
  background: var(--surface-inverse);
  color: var(--content-inverse);
  font-size: 0.86rem;
}
.util-shell {
  width: var(--measure);
  margin-inline: auto;
  padding: 0.45rem var(--gutter);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem clamp(0.9rem, 3vw, 2rem);
  justify-content: center;
}
.util-phone {
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #ffd9df;
}
.util-phone:hover { color: #ffffff; }
.util-hours,
.util-ship { color: rgba(255, 241, 242, 0.74); }
.util-ship { display: none; }

.shop-head {
  background: var(--surface-base);
  border-bottom: 1px solid var(--line-soft);
  box-shadow: var(--shadow-soft);
  position: sticky;
  top: 0;
  
  z-index: 1000;
}
.head-shell {
  width: var(--measure);
  margin-inline: auto;
  padding: clamp(0.6rem, 2vw, 0.95rem) var(--gutter);
  display: flex;
  align-items: center;
  gap: clamp(0.6rem, 2vw, 1.6rem);
}
.shop-logo { flex: 0 0 auto; }
.shop-logo-img {
  height: clamp(2.1rem, 5vw, 2.6rem);
  width: auto;
}
.head-tools {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(0.4rem, 1.6vw, 0.9rem);
}
.cart-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0 clamp(0.65rem, 2vw, 1rem);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--content-strong);
  background: var(--surface-raised);
  transition: background 0.25s ease, color 0.25s ease;
}
.cart-chip:hover {
  background: var(--action-primary);
  color: #ffffff;
}
.cart-chip:hover .cart-chip-count {
  background: #ffffff;
  color: var(--action-primary);
}
.cart-chip-icon {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
}
.cart-chip-count {
  min-width: 22px;
  padding: 0 0.3rem;
  border-radius: var(--radius-pill);
  background: var(--action-primary);
  color: #ffffff;
  font-size: 0.78rem;
  line-height: 22px;
  text-align: center;
}


.head-toggle {
  min-width: 44px;
  min-height: 44px;
  align-items: center;
}
.head-toggle span {
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background: var(--content-strong);
}
.shop-nav { background: var(--surface-base); }
.shop-nav-list { width: 100%; }
.shop-nav-item { position: relative; }
.shop-nav-link {
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  color: var(--content-strong);
}
.shop-nav-link.is-current { color: var(--action-primary); }
.nav-close { color: var(--content-strong); }

.mega-panel {
  display: grid;
  gap: var(--stack-md);
  padding: var(--stack-md) 0 var(--stack-md) 1rem;
  border-left: 2px solid var(--line-soft);
  margin: 0 0 0.6rem 0.4rem;
}
.mega-head {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 0.95rem;
  color: var(--action-primary);
  margin-bottom: 0.35rem;
}
.mega-list { display: grid; gap: 0.3rem; }
.mega-link {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.35rem 0;
  font-size: 0.94rem;
  color: var(--content-default);
}
.mega-link:hover { color: var(--action-primary); }
.mega-price { font-weight: 600; color: var(--content-strong); }
.mega-note {
  font-size: 0.86rem;
  color: var(--content-muted);
  line-height: 1.5;
}


[data-mm-menu] .mega-list {
  display: grid;
  gap: 0.3rem;
}
[data-mm-menu] .mega-list li a.mega-link {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.8rem;
  padding: 0.35rem 0;
  font-size: 0.94rem;
  border-bottom: none;
}
@media (max-width: 767px) {
  
  [data-mm-menu] {
    max-height: 100vh;
    max-height: 100dvh;
    overscroll-behavior: contain;
    padding-bottom: calc(28px + env(safe-area-inset-bottom));
  }
}


.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: clamp(0.75rem, 2vw, 0.95rem) clamp(1.3rem, 4vw, 2.1rem);
  background: var(--surface-inverse);
  color: #ffd9df;
  border: 1px solid var(--action-primary);
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: clamp(0.98rem, 0.9rem + 0.3vw, 1.1rem);
  letter-spacing: 0.01em;
  box-shadow: var(--glow-action), inset 0 0 10px rgba(190, 18, 60, 0.3);
  transition: box-shadow 0.28s ease, transform 0.28s ease, background 0.28s ease;
}
.primary-button:hover {
  background: var(--action-hover);
  color: #ffffff;
  box-shadow: 0 0 26px rgba(190, 18, 60, 0.55), inset 0 0 14px rgba(255, 228, 230, 0.22);
  transform: translateY(-1px);
}
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: clamp(0.7rem, 2vw, 0.9rem) clamp(1.1rem, 3.5vw, 1.7rem);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: transparent;
  color: var(--content-strong);
  font-weight: 600;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.ghost-button:hover {
  background: var(--surface-sunken);
  border-color: var(--action-primary);
}
.quiet-link {
  color: var(--action-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}
.quiet-link:hover { color: var(--action-hover); }


.intro-section {
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(1100px 420px at 50% -12%, #ffffff 0%, rgba(255, 241, 242, 0) 70%),
    radial-gradient(700px 380px at 12% 8%, rgba(255, 228, 230, 0.95) 0%, rgba(255, 228, 230, 0) 68%),
    radial-gradient(760px 420px at 88% 0%, rgba(253, 214, 220, 0.9) 0%, rgba(253, 214, 220, 0) 66%),
    linear-gradient(178deg, #fff6f7 0%, #fff1f2 44%, #ffe9ec 100%);
  padding: var(--band-long) 0 var(--band-short);
  text-align: center;
}
.intro-frost {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.85;
}
.intro-frost::before {
  content: "";
  position: absolute;
  top: -30%;
  left: 50%;
  width: min(760px, 118vw);
  aspect-ratio: 1;
  transform: translateX(-50%);
  border-radius: 50%;
  background:
    repeating-conic-gradient(from 0deg at 50% 50%,
      rgba(190, 18, 60, 0.11) 0deg 2deg,
      rgba(190, 18, 60, 0) 2deg 15deg);
  -webkit-mask-image: radial-gradient(circle, #000 22%, transparent 66%);
  mask-image: radial-gradient(circle, #000 22%, transparent 66%);
  animation: frost-turn 46s linear infinite;
}
.intro-frost::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -46%;
  width: min(520px, 90vw);
  aspect-ratio: 1;
  border-radius: 46% 54% 60% 40% / 52% 42% 58% 48%;
  background: linear-gradient(140deg, rgba(225, 29, 72, 0.14), rgba(255, 255, 255, 0));
  filter: blur(2px);
  animation: frost-drift 18s ease-in-out infinite alternate;
}
.intro-shell { position: relative; }
.intro-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.34rem 0.95rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--action-primary);
}
.intro-title {
  margin: var(--stack-md) auto 0;
  max-width: 15ch;
}
.intro-title-mark {
  position: relative;
  white-space: nowrap;
  color: var(--action-primary);
}
.intro-title-mark::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.06em;
  height: 0.14em;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg, rgba(190, 18, 60, 0.18), rgba(190, 18, 60, 0.7));
  transform-origin: left center;
  animation: rule-in 1.1s cubic-bezier(0.2, 0.7, 0.2, 1) 0.25s both;
}
.intro-lede {
  margin: var(--stack-md) auto 0;
  max-width: 54ch;
  color: var(--content-default);
  font-size: clamp(1.02rem, 0.96rem + 0.5vw, 1.2rem);
}
.intro-actions {
  margin-top: var(--stack-lg);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--stack-sm);
}
.intro-fineprint {
  margin-top: var(--stack-sm);
  font-size: 0.9rem;
  color: var(--content-muted);
}
.intro-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(0.7rem, 2.4vw, 1.3rem);
  margin-top: var(--stack-lg);
  text-align: left;
}
.stat-cell {
  padding: clamp(0.9rem, 2.6vw, 1.3rem);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line-soft);
  backdrop-filter: blur(3px);
  animation: lift-in 0.7s ease-out both;
}
.stat-cell:nth-child(2) { animation-delay: 0.09s; }
.stat-cell:nth-child(3) { animation-delay: 0.18s; }
.stat-cell:nth-child(4) { animation-delay: 0.27s; }
.stat-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.75rem, 1.2rem + 2.2vw, 2.5rem);
  font-weight: 800;
  line-height: 1;
  color: var(--action-primary);
}
.stat-label {
  margin-top: 0.35rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--content-muted);
}


.rounded-step {
  border-radius: var(--radius-step) var(--radius-step) 0 0;
  margin-top: calc(-1 * var(--radius-step));
  z-index: 1;
}
.band-head {
  max-width: 62ch;
  margin-bottom: var(--stack-lg);
}
.band-kicker {
  font-size: 0.79rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: var(--content-highlight);
}
.band-title { margin-top: 0.4rem; }
.band-lede {
  margin-top: var(--stack-sm);
  color: var(--content-default);
}


.work-section {
  background: var(--surface-raised);
  padding: var(--band-short) 0 var(--band-long);
}
.goods-grid {
  display: grid;
  gap: clamp(0.9rem, 2.6vw, 1.5rem);
}
.goods-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.goods-card:hover {
  box-shadow: var(--shadow-raised);
  transform: translateY(-3px);
}
.goods-card-flag {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  z-index: 2;
  padding: 0.24rem 0.7rem;
  border-radius: var(--radius-pill);
  background: var(--action-primary);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.goods-card-media {
  display: grid;
  place-items: center;
  padding: clamp(1rem, 3vw, 1.6rem);
  background:
    radial-gradient(circle at 50% 30%, #ffffff 0%, rgba(255, 241, 242, 0) 62%),
    linear-gradient(160deg, #fff1f2, #ffe4e6);
  min-height: 208px;
}
.goods-shot {
  width: min(210px, 76%);
  aspect-ratio: 1;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.pack-glyph {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5rem;
  height: 170px;
}
.pack-tube {
  width: clamp(30px, 8vw, 40px);
  height: 118px;
  border-radius: 6px 6px 12px 12px;
  background: linear-gradient(100deg, #ffffff 0%, #ffe4e6 42%, #f7c9d1 100%);
  border: 1px solid var(--line-strong);
  box-shadow: inset -5px 0 10px rgba(190, 18, 60, 0.13);
  position: relative;
}
.pack-tube::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 13px;
  border-radius: 3px;
  background: var(--action-primary);
}
.pack-tube::after {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  top: 34px;
  height: 22px;
  border-radius: 3px;
  background: repeating-linear-gradient(90deg, rgba(190, 18, 60, 0.35) 0 3px, transparent 3px 7px);
}
.pack-tube:nth-child(2) { height: 132px; }
.pack-tube:nth-child(4) { height: 104px; }
.goods-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  border-top: 1px solid var(--line-soft);
  flex: 1 1 auto;
}
.goods-name { font-size: clamp(1.1rem, 1rem + 0.5vw, 1.32rem); }
.goods-desc {
  font-size: 0.95rem;
  color: var(--content-muted);
  flex: 1 1 auto;
}
.price-line {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.price-now {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2rem);
  font-weight: 800;
  color: var(--content-strong);
}
.price-was {
  text-decoration: line-through;
  color: var(--content-muted);
  font-size: 1rem;
}
.save-tag {
  padding: 0.16rem 0.6rem;
  border-radius: var(--radius-pill);
  background: var(--surface-sunken);
  color: var(--action-hover);
  font-size: 0.82rem;
  font-weight: 600;
}
.goods-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.35rem;
}


.gains-section {
  background: var(--surface-base);
  padding: var(--band-long) 0 var(--band-short);
}
.gains-grid {
  display: grid;
  gap: clamp(0.85rem, 2.4vw, 1.4rem);
}
.step-card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.4rem, 3.4vw, 2rem) clamp(1.2rem, 3vw, 1.75rem);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}
.step-card::before {
  content: attr(data-step);
  position: absolute;
  top: -0.22em;
  right: 0.14em;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(4rem, 12vw, 5.4rem);
  font-weight: 800;
  line-height: 1;
  color: rgba(190, 18, 60, 0.09);
  pointer-events: none;
}
.step-title { position: relative; }
.step-text {
  position: relative;
  margin-top: 0.5rem;
  font-size: 0.97rem;
  color: var(--content-default);
}


.info-section {
  background: var(--surface-base);
  padding: var(--band-short) 0 var(--band-long);
}
.info-grid {
  display: grid;
  gap: var(--stack-lg);
}
.info-copy { display: grid; gap: var(--stack-md); }
.info-facts {
  align-self: start;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: var(--surface-raised);
  padding: clamp(1rem, 3vw, 1.5rem);
}
.fact-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.62rem 0;
  border-bottom: 1px dashed var(--line-soft);
}
.fact-row:last-child { border-bottom: 0; }
.fact-key {
  color: var(--content-muted);
  font-size: 0.93rem;
}
.fact-val {
  font-weight: 600;
  color: var(--content-strong);
  text-align: right;
}


.how-section {
  background: var(--surface-inverse);
  color: var(--content-inverse);
  padding: var(--band-long) 0 var(--band-short);
}
.how-section .band-title,
.how-section .band-lede { color: var(--content-inverse); }
.how-section .band-kicker { color: #ff8ea6; }
.how-list {
  display: grid;
  gap: clamp(0.9rem, 2.6vw, 1.5rem);
  counter-reset: how;
}
.how-item {
  padding: clamp(1.1rem, 3vw, 1.6rem);
  border: 1px solid rgba(255, 228, 230, 0.2);
  border-radius: var(--radius-md);
  background: rgba(255, 228, 230, 0.06);
}
.how-index {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--action-primary);
  color: #ffffff;
  font-weight: 700;
  font-family: 'Playfair Display', Georgia, serif;
}
.how-title {
  margin-top: 0.75rem;
  color: #ffffff;
}
.how-text {
  margin-top: 0.4rem;
  color: rgba(255, 241, 242, 0.78);
  font-size: 0.97rem;
}


.help-section {
  background: var(--surface-base);
  padding: var(--band-short) 0 var(--band-long);
}
.faq-probe-wrap {
  position: relative;
  max-width: 620px;
  margin-bottom: var(--stack-lg);
}
.faq-probe {
  width: 100%;
  padding: clamp(0.8rem, 2.4vw, 1rem) clamp(1rem, 3vw, 1.2rem);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  background: #ffffff;
  color: var(--content-strong);
  font-size: 1rem;
}
.faq-list {
  border-top: 1px solid var(--line-soft);
  max-width: 860px;
}
.faq-row { border-bottom: 1px solid var(--line-soft); }
.faq-ask {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 56px;
  padding: 1rem 0;
  text-align: left;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.02rem, 0.98rem + 0.35vw, 1.18rem);
  font-weight: 700;
  color: var(--content-strong);
}
.faq-ask::after {
  content: "+";
  flex: 0 0 auto;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  color: var(--action-primary);
  transition: transform 0.25s ease;
}
.faq-row.is-open .faq-ask::after { transform: rotate(45deg); }
.faq-reply {
  display: none;
  padding: 0 0 1.1rem;
  max-width: 68ch;
  color: var(--content-default);
}
.faq-row.is-open .faq-reply {
  display: block;
  animation: fade-in 0.32s ease-in both;
}
.faq-void {
  display: none;
  padding: 1.4rem 0;
  color: var(--content-muted);
}
.faq-void.is-shown { display: block; }


.reach-section {
  background: var(--surface-raised);
  padding: var(--band-long) 0 var(--band-short);
}
.reach-grid {
  display: grid;
  gap: var(--stack-lg);
}
.reach-copy { display: grid; gap: var(--stack-md); }
.reach-points { display: grid; gap: 0.6rem; }
.reach-points li {
  position: relative;
  padding-left: 1.7rem;
  color: var(--content-default);
}
.reach-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid var(--action-primary);
}
.order-form {
  display: grid;
  gap: var(--stack-md);
  padding: clamp(1.2rem, 3.6vw, 2.1rem);
  border-radius: var(--radius-lg);
  background: #ffffff;
  border: 1px solid var(--line-soft);
  box-shadow: var(--shadow-raised);
}
.form-title { font-size: clamp(1.25rem, 1.1rem + 0.8vw, 1.6rem); }
.field-row { display: grid; gap: 0.35rem; }
.field-label {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--content-strong);
}
.field-input {
  width: 100%;
  min-height: 48px;
  padding: 0.7rem 0.95rem;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  background: var(--surface-base);
  color: var(--content-strong);
  font-size: 1rem;
}
.field-input:focus {
  outline: 2px solid var(--content-highlight);
  outline-offset: 1px;
}
.field-hint {
  font-size: 0.85rem;
  color: var(--content-muted);
}
.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}
.consent-box {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 0.25rem;
  accent-color: var(--action-primary);
  border: 1px solid var(--line-strong);
}
.consent-text {
  font-size: 0.88rem;
  color: var(--content-muted);
  line-height: 1.55;
}
.form-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.75rem 0;
  border-top: 1px dashed var(--line-soft);
  border-bottom: 1px dashed var(--line-soft);
  font-weight: 600;
  color: var(--content-strong);
}
.form-alert {
  padding: 0.8rem 1rem;
  border-radius: var(--radius-sm);
  background: var(--surface-sunken);
  border-left: 4px solid var(--action-primary);
  color: var(--content-strong);
  font-size: 0.94rem;
}
.form-done {
  padding: clamp(1.1rem, 3vw, 1.6rem);
  border-radius: var(--radius-md);
  background: var(--surface-sunken);
  border: 1px solid var(--line-strong);
  color: var(--content-strong);
}
.note-box {
  padding: clamp(0.9rem, 2.6vw, 1.3rem);
  border-radius: var(--radius-md);
  background: var(--surface-sunken);
  border-left: 4px solid var(--action-primary);
  color: var(--content-default);
  font-size: 0.95rem;
}
.inline-note {
  font-size: 0.9rem;
  color: var(--content-muted);
}


.sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: var(--dock-height);
  z-index: 940;
  background: rgba(42, 6, 17, 0.96);
  border-top: 1px solid var(--line-strong);
  box-shadow: 0 -10px 30px rgba(76, 5, 25, 0.22);
  animation: bar-rise 0.5s ease-out both;
}
.sticky-bar-shell {
  width: var(--measure);
  margin-inline: auto;
  padding: 0.7rem var(--gutter);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.sticky-bar-text {
  color: rgba(255, 241, 242, 0.86);
  font-size: 0.92rem;
  line-height: 1.35;
  display: none;
}
.sticky-bar-price {
  color: #ffffff;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-right: auto;
}
.sticky-bar-button { flex: 0 0 auto; }

.mob-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 950;
  height: var(--dock-height);
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  background: var(--surface-base);
  border-top: 1px solid var(--line-soft);
  box-shadow: 0 -6px 18px rgba(76, 5, 25, 0.1);
}
.dock-item {
  flex: 1 1 0;
  min-height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: var(--content-muted);
  font-size: 0.7rem;
  font-weight: 600;
}
.dock-item.is-current { color: var(--action-primary); }
.dock-icon {
  width: 21px;
  height: 21px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
}
.dock-label { letter-spacing: 0.02em; }


.footer-cta {
  background: linear-gradient(135deg, var(--action-primary), var(--action-hover));
  color: #ffffff;
  text-align: center;
  padding: 4rem 2rem;
}
.footer-cta-title { color: #ffffff; }
.footer-cta-text {
  margin: var(--stack-sm) auto var(--stack-lg);
  max-width: 52ch;
  color: rgba(255, 241, 242, 0.9);
}
.footer-cta .primary-button {
  background: #ffffff;
  color: var(--action-hover);
  border-color: #ffffff;
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.35);
}
.footer-cta .primary-button:hover {
  background: var(--surface-sunken);
  color: var(--action-hover);
}
.shop-foot {
  background: var(--surface-inverse);
  color: rgba(255, 241, 242, 0.76);
  padding: var(--band-short) 0 calc(var(--band-short) / 2);
  font-size: 0.93rem;
}
.foot-shell {
  width: var(--measure);
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: grid;
  gap: var(--stack-lg);
}
.foot-head {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.02rem;
  color: #ffffff;
  margin-bottom: 0.7rem;
}
.foot-list { display: grid; gap: 0.42rem; }
.foot-item { line-height: 1.5; }
.foot-link { color: rgba(255, 241, 242, 0.76); }
.foot-link:hover { color: #ffffff; }
.foot-contact {
  display: grid;
  gap: 0.4rem;
  color: rgba(255, 241, 242, 0.76);
}
.foot-contact strong { color: #ffffff; }
.foot-bar {
  width: var(--measure);
  margin: var(--stack-lg) auto 0;
  padding: var(--stack-md) var(--gutter) 0;
  border-top: 1px solid rgba(255, 228, 230, 0.16);
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.2rem;
  justify-content: space-between;
  font-size: 0.86rem;
}
.foot-note { color: rgba(255, 241, 242, 0.6); }
.foot-disclaim {
  width: var(--measure);
  margin: var(--stack-md) auto 0;
  padding: 0 var(--gutter);
  font-size: 0.83rem;
  line-height: 1.55;
  color: rgba(255, 241, 242, 0.58);
}
.cc-footer-link { color: rgba(255, 241, 242, 0.76); }
.cc-footer-separator { color: rgba(255, 241, 242, 0.35); }


.page-head {
  background:
    radial-gradient(620px 260px at 8% -30%, rgba(255, 228, 230, 0.95), rgba(255, 228, 230, 0)),
    linear-gradient(170deg, #fff6f7, #fff1f2);
  padding: var(--band-short) 0;
  border-bottom: 1px solid var(--line-soft);
}
.page-head-shell {
  width: var(--measure);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  color: var(--content-muted);
  margin-bottom: var(--stack-sm);
}
.crumb-link { color: var(--action-primary); }
.crumb-link:hover { text-decoration: underline; }
.crumb-sep { color: var(--content-muted); }
.page-title { max-width: 20ch; }
.page-lede {
  margin-top: var(--stack-sm);
  max-width: 62ch;
  color: var(--content-default);
}


.product-section {
  background: var(--surface-base);
  padding: var(--band-short) 0 var(--band-long);
}
.product-layout {
  display: grid;
  gap: var(--stack-lg);
}
.product-media { display: grid; gap: 0.7rem; }
.shot-frame {
  position: relative;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 50% 26%, #ffffff 0%, rgba(255, 241, 242, 0) 64%),
    linear-gradient(158deg, #fff1f2, #ffe4e6);
  display: grid;
  place-items: center;
  padding: clamp(1rem, 4vw, 2.2rem);
  aspect-ratio: 1;
  overflow: hidden;
}
.shot-main {
  width: min(420px, 88%);
  aspect-ratio: 1;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.shot-panel {
  display: none;
  width: 100%;
  max-width: 420px;
}
.shot-panel.is-active { display: block; }
.shot-main.is-hidden { display: none; }
.panel-swatches {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7rem;
}
.swatch {
  border-radius: var(--radius-md);
  border: 1px solid var(--line-soft);
  background: #ffffff;
  padding: 0.85rem;
  text-align: center;
}
.swatch::before {
  content: "";
  display: block;
  height: 46px;
  border-radius: var(--radius-sm);
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, #e6fbfb, #cdeff2);
}
.swatch:nth-child(2)::before { background: linear-gradient(135deg, #f3fbe9, #d9f0c4); }
.swatch:nth-child(3)::before { background: linear-gradient(135deg, #fff6ef, #ffe0c9); }
.swatch:nth-child(4)::before { background: linear-gradient(135deg, #fff1f2, #ffd0d8); }
.swatch-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--content-strong);
  line-height: 1.35;
}
.panel-texture {
  height: 240px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line-soft);
  background:
    repeating-radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.9) 0 6px, rgba(230, 251, 251, 0.85) 6px 13px),
    linear-gradient(140deg, #ffffff, #e9fafa);
}
.panel-scale {
  display: grid;
  gap: 0.6rem;
  padding: 1rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line-soft);
  background: #ffffff;
}
.scale-bar {
  height: 16px;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg, var(--action-primary) 0 62%, var(--surface-sunken) 62% 100%);
}
.scale-note {
  font-size: 0.85rem;
  color: var(--content-muted);
}
.shot-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.55rem;
}
.thumb-btn {
  min-height: 62px;
  padding: 0.35rem;
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-sm);
  background: #ffffff;
  display: grid;
  place-items: center;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}
.thumb-btn.is-active {
  border-color: var(--action-primary);
  box-shadow: 0 0 0 2px rgba(190, 18, 60, 0.16);
}
.thumb-mini {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.thumb-glyph {
  width: 100%;
  height: 34px;
  border-radius: 5px;
  border: 1px solid var(--line-strong);
  background: var(--surface-sunken);
}
.thumb-glyph-ingrediente {
  background:
    radial-gradient(circle at 26% 50%, #be123c 0 5px, transparent 5.5px),
    radial-gradient(circle at 50% 50%, #0f766e 0 5px, transparent 5.5px),
    radial-gradient(circle at 74% 50%, #881337 0 5px, transparent 5.5px),
    #fff1f2;
}
.thumb-glyph-textura {
  background: repeating-linear-gradient(135deg, #9f1239 0 2px, #fbcfd8 2px 6px);
}
.thumb-glyph-volum {
  background: linear-gradient(90deg, var(--action-primary) 0 62%, #fbcfd8 62% 100%);
}
.thumb-tag {
  margin-top: 0.28rem;
  font-size: 0.68rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--content-muted);
}
.thumb-btn.is-active .thumb-tag { color: var(--action-primary); }

.buy-panel {
  display: grid;
  gap: var(--stack-md);
  align-content: start;
}
.buy-name { font-size: clamp(1.7rem, 1.3rem + 1.8vw, 2.5rem); }
.buy-sub {
  color: var(--content-muted);
  margin-top: -0.4rem;
}
.meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.2rem;
  font-size: 0.9rem;
}
.sku-line { color: var(--content-muted); }
.stock-line {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 600;
  color: #14532d;
}
.stock-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #16a34a;
  animation: soft-pulse 2.4s ease-in-out infinite;
}
.qty-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}
.qty-stepper {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.qty-btn {
  width: 46px;
  height: 46px;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--content-strong);
  background: var(--surface-raised);
}
.qty-btn:hover { background: var(--surface-sunken); }
.qty-value {
  width: 54px;
  height: 46px;
  border: 0;
  border-inline: 1px solid var(--line-strong);
  text-align: center;
  font-weight: 600;
  color: var(--content-strong);
  background: #ffffff;
}
.buy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.buy-note {
  font-size: 0.9rem;
  color: var(--content-muted);
}
.bene-list { display: grid; gap: 0.55rem; }
.bene-item {
  position: relative;
  padding-left: 1.8rem;
  color: var(--content-default);
}
.bene-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: linear-gradient(135deg, var(--action-primary), var(--content-highlight));
  transform: rotate(45deg);
}

.detail-tabs {
  margin-top: var(--stack-lg);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: #ffffff;
  overflow: hidden;
}
.tab-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  padding: 0.5rem;
  background: var(--surface-raised);
  border-bottom: 1px solid var(--line-soft);
}
.tab-btn {
  min-height: 44px;
  padding: 0.55rem 1rem;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-size: 0.94rem;
  color: var(--content-default);
}
.tab-btn.is-active {
  background: var(--surface-inverse);
  color: #ffd9df;
}
.tab-panel {
  display: none;
  padding: clamp(1.1rem, 3.4vw, 2rem);
}
.tab-panel.is-active {
  display: grid;
  gap: var(--stack-md);
  animation: fade-in 0.34s ease-in both;
}
.spec-list { display: grid; gap: 0.2rem; }
.spec-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px dashed var(--line-soft);
}
.spec-row:last-child { border-bottom: 0; }
.spec-key { color: var(--content-muted); }
.spec-val {
  font-weight: 600;
  color: var(--content-strong);
  text-align: right;
}
.trust-strip {
  display: grid;
  gap: 0.7rem;
  margin-top: var(--stack-lg);
}
.trust-cell {
  padding: clamp(0.9rem, 2.6vw, 1.2rem);
  border-radius: var(--radius-md);
  background: var(--surface-raised);
  border: 1px solid var(--line-soft);
}
.trust-key {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--content-highlight);
}
.trust-val {
  margin-top: 0.25rem;
  font-weight: 600;
  color: var(--content-strong);
}


.cart-section {
  background: var(--surface-base);
  padding: var(--band-short) 0 var(--band-long);
}
.cart-grid {
  display: grid;
  gap: var(--stack-lg);
}
.cart-lines { display: grid; gap: 0.8rem; }
.cart-line {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: clamp(0.7rem, 2.4vw, 1.2rem);
  padding: clamp(0.8rem, 2.4vw, 1.2rem);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: #ffffff;
  align-items: center;
}
.cart-thumb {
  width: 84px;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: var(--radius-sm);
  background: linear-gradient(158deg, #fff1f2, #ffe4e6);
  mix-blend-mode: multiply;
}
.cart-line-body { display: grid; gap: 0.35rem; }
.cart-line-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: var(--content-strong);
}
.cart-line-meta {
  font-size: 0.88rem;
  color: var(--content-muted);
}
.cart-line-price {
  font-weight: 700;
  color: var(--content-strong);
}
.cart-remove {
  justify-self: start;
  min-height: 44px;
  font-size: 0.88rem;
  color: var(--content-highlight);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cart-empty {
  display: grid;
  gap: var(--stack-md);
  justify-items: start;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius-lg);
  background: var(--surface-raised);
}
.cart-empty[hidden] { display: none; }
.cart-empty-title { font-size: 1.3rem; }
.sum-card {
  display: grid;
  gap: 0.5rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  border-radius: var(--radius-md);
  background: var(--surface-raised);
  border: 1px solid var(--line-soft);
}
.sum-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.sum-key { color: var(--content-muted); }
.sum-val {
  font-weight: 600;
  color: var(--content-strong);
}
.sum-total {
  padding-top: 0.6rem;
  border-top: 1px solid var(--line-soft);
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--content-strong);
}
.checkout-steps {
  display: grid;
  gap: 0.6rem;
  counter-reset: chk;
}
.checkout-step {
  position: relative;
  padding-left: 2.2rem;
  color: var(--content-default);
  font-size: 0.95rem;
}
.checkout-step::before {
  counter-increment: chk;
  content: counter(chk);
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--action-primary);
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
}


.contact-grid {
  display: grid;
  gap: clamp(0.9rem, 2.6vw, 1.4rem);
}
.contact-card {
  padding: clamp(1.1rem, 3vw, 1.6rem);
  border-radius: var(--radius-md);
  border: 1px solid var(--line-soft);
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}
.contact-key {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--content-highlight);
}
.contact-val {
  margin-top: 0.4rem;
  font-size: 1.08rem;
  font-weight: 600;
  color: var(--content-strong);
}
.hours-list {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.5rem;
}
.hours-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.94rem;
}
.legal-copy {
  background: var(--surface-base);
  padding: var(--band-short) 0 var(--band-long);
}
.legal-block {
  max-width: 76ch;
  display: grid;
  gap: var(--stack-md);
  margin-bottom: var(--stack-lg);
}
.legal-block:last-child { margin-bottom: 0; }
.legal-list {
  display: grid;
  gap: 0.5rem;
  padding-left: 1.3rem;
  list-style: disc;
  color: var(--content-default);
}
.legal-item { line-height: 1.68; }
.legal-updated {
  margin-top: var(--stack-lg);
  font-size: 0.88rem;
  color: var(--content-muted);
}


@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes lift-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes bar-rise {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}
@keyframes rule-in {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
@keyframes frost-turn {
  from { transform: translateX(-50%) rotate(0deg); }
  to { transform: translateX(-50%) rotate(360deg); }
}
@keyframes frost-drift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(-26px, -18px, 0) scale(1.08); }
}
@keyframes soft-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0.5); }
  55% { box-shadow: 0 0 0 6px rgba(22, 163, 74, 0); }
}
.reveal {
  opacity: 0;
  transform: translateY(18px);
}
.reveal.is-in {
  animation: lift-in 0.7s cubic-bezier(0.22, 0.7, 0.25, 1) both;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}


@media (min-width: 600px) {
  .goods-grid { grid-template-columns: repeat(2, 1fr); }
  .gains-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .sticky-bar-text { display: block; }
  .util-ship { display: inline; }
}

@media (min-width: 768px) {
  .mob-dock { display: none; }
  .sticky-bar { bottom: 0; }
  .util-shell { justify-content: flex-start; }
  .util-shell .util-ship { margin-left: auto; }
  .head-shell { gap: 2rem; }
  .shop-nav { margin-left: auto; }
  .shop-nav-list { gap: 0.2rem; }
  .shop-nav-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
  .shop-nav-link:hover { color: var(--action-primary); }
  .head-tools { margin-left: 0; }

  .mega-panel {
    position: absolute;
    top: calc(100% + 0.4rem);
    left: -1rem;
    width: min(680px, 74vw);
    grid-template-columns: repeat(3, 1fr);
    padding: clamp(1.1rem, 2.4vw, 1.6rem);
    margin: 0;
    border: 1px solid var(--line-soft);
    border-left: 1px solid var(--line-soft);
    border-radius: var(--radius-md);
    background: #ffffff;
    box-shadow: var(--shadow-raised);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
  }
  .has-mega:hover .mega-panel,
  .has-mega:focus-within .mega-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .intro-stats { grid-template-columns: repeat(4, 1fr); }
  .goods-grid { grid-template-columns: repeat(3, 1fr); }
  .gains-grid { grid-template-columns: repeat(3, 1fr); }
  .how-list { grid-template-columns: repeat(3, 1fr); }
  .info-grid { grid-template-columns: 1.35fr 1fr; align-items: start; }
  .reach-grid { grid-template-columns: 1fr 1.05fr; align-items: start; }
  .product-layout { grid-template-columns: 1fr 1fr; align-items: start; }
  .cart-grid { grid-template-columns: 1.4fr 1fr; align-items: start; }
  .trust-strip { grid-template-columns: repeat(4, 1fr); }
  .contact-grid { grid-template-columns: repeat(3, 1fr); }
  .foot-shell { grid-template-columns: 1.3fr 1fr 1fr 1.2fr; }
  .panel-swatches { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .shop-nav-link { font-size: 1rem; }
  .intro-title { max-width: 17ch; }
  .goods-card-media { min-height: 250px; }
  .info-grid { gap: clamp(2rem, 5vw, 4rem); }
  .reach-grid { gap: clamp(2rem, 5vw, 4rem); }
  .product-layout { gap: clamp(2rem, 5vw, 3.6rem); }
}



main > section:not(.intro-section):not(.page-head):nth-child(odd) {
  padding-block: var(--band-short) var(--band-long);
}
main > section:not(.intro-section):not(.page-head):nth-child(even) {
  padding-block: var(--band-long) var(--band-short);
}
.mega-col { min-width: 0; }
.foot-col { min-width: 0; }
.foot-logo-img {
  height: 2.3rem;
  width: auto;
  margin-bottom: 0.85rem;
  
  filter: brightness(0) invert(1);
}
.foot-about {
  line-height: 1.6;
  color: rgba(255, 241, 242, 0.7);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


.footer-cta .primary-button {
  font-size: 1.5rem;
  padding: 1.5rem 3rem;
  animation: cta-throb 2s infinite;
}
@keyframes cta-throb {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.025); }
}
@media (max-width: 767px) {
  .mob-dock {
    position: fixed;
    bottom: 0;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .sticky-bar-shell { padding-block: 0.55rem; }
  .goods-card-flag { top: 0.6rem; left: 0.6rem; }
}


.gap-top-sm { margin-top: var(--stack-md); }
.gap-top-md { margin-top: var(--stack-lg); }
