:root {
  --ink: #210a11;
  --ink-soft: #5d464d;
  --wine: #6f1d36;
  --wine-deep: #3a0c1b;
  --wine-dark: #17070c;
  --rose: #d99a99;
  --blush: #edc6bd;
  --cream: #f8f0e9;
  --paper: #fffaf5;
  --white: #fffdfb;
  --gold: #d9a866;
  --line: rgba(42, 13, 22, 0.15);
  --shadow: 0 24px 80px rgba(35, 8, 17, 0.18);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --container: min(1320px, calc(100vw - 64px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.locked {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

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

button {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 2000;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  color: var(--white);
  background: var(--wine);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.demo-ribbon {
  position: relative;
  z-index: 60;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 7px 20px;
  color: #fff2ec;
  background: var(--wine-deep);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.demo-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blush);
  box-shadow: 0 0 0 4px rgba(237, 198, 189, 0.14);
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  width: 100%;
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: var(--white);
  background: rgba(23, 7, 12, 0.88);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 20px;
  font-style: italic;
}

.brand-name {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.brand-name i {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 12px;
  font-weight: 650;
  letter-spacing: 0.045em;
}

.desktop-nav a {
  position: relative;
  padding: 28px 0;
  opacity: 0.82;
  transition: opacity 180ms ease;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 19px;
  left: 0;
  height: 1px;
  background: var(--blush);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.desktop-nav a:hover {
  opacity: 1;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.icon-button,
.cart-button,
.close-button,
.link-button,
.text-button {
  border: 0;
  cursor: pointer;
}

.icon-button {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: inherit;
  background: transparent;
  border-radius: 50%;
}

.icon-button:hover {
  background: rgba(255, 255, 255, 0.08);
}

.icon-button svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.6;
}

.cart-button {
  min-width: 94px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: var(--white);
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  transition: 180ms ease;
}

.cart-button:hover {
  color: var(--ink);
  background: var(--white);
}

.cart-count {
  min-width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--blush);
  font-size: 10px;
}

.hero {
  position: relative;
  min-height: calc(100svh - 112px);
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(480px, 1.14fr);
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 16% 26%, rgba(156, 47, 77, 0.2), transparent 32%),
    linear-gradient(120deg, #17070c 0%, #250913 45%, #0c0507 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
  content: "";
  opacity: 0.06;
  mix-blend-mode: screen;
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 9vw, 150px) clamp(32px, 6vw, 104px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 28px;
  color: var(--blush);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 32px;
  height: 1px;
  background: currentColor;
}

.hero h1,
.section h2,
.modal h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(58px, 7vw, 112px);
}

.hero h1 em,
.section h2 em {
  color: var(--rose);
  font-weight: 400;
}

.hero-lead {
  max-width: 550px;
  margin: 34px 0 0;
  color: rgba(255, 253, 251, 0.74);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.7;
}

.hero-cta {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-align: center;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--wine);
  box-shadow: 0 14px 34px rgba(111, 29, 54, 0.24);
}

.button-primary:hover {
  background: #8b2948;
  box-shadow: 0 18px 42px rgba(111, 29, 54, 0.34);
}

.button-light {
  color: var(--wine-deep);
  background: var(--cream);
}

.button-light:hover {
  background: var(--white);
}

.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 13px;
  font-weight: 700;
}

.text-link span {
  color: var(--rose);
  font-size: 19px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 40px 0 0;
  padding: 0;
  color: rgba(255, 253, 251, 0.57);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.04em;
  list-style: none;
}

.hero-points li::before {
  margin-right: 8px;
  color: var(--rose);
  content: "✦";
}

.hero-visual {
  min-width: 0;
  padding: 26px 26px 26px 0;
}

.hero-image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 610px;
  overflow: hidden;
  border-radius: 2px 2px 80px 2px;
  background: #160708;
}

.hero-image-wrap::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 3, 7, 0.18), transparent 40%), linear-gradient(0deg, rgba(15, 3, 7, 0.45), transparent 40%);
  content: "";
}

.hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 55% center;
  transition: transform 1.2s cubic-bezier(.2,.7,.2,1);
}

.hero-image-wrap:hover img {
  transform: scale(1.025);
}

.image-stamp {
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 30px;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: var(--white);
  font-family: var(--serif);
  font-size: 17px;
  font-style: italic;
  line-height: 1.05;
  text-align: center;
  transform: rotate(8deg);
}

.image-caption {
  position: absolute;
  z-index: 3;
  bottom: 18px;
  left: 20px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-tag {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  min-width: 210px;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 16px;
  padding: 19px 24px;
  color: var(--ink);
  background: var(--cream);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.product-tag-index {
  color: var(--wine);
  font-family: var(--serif);
  font-size: 32px;
  font-style: italic;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  bottom: 26px;
  left: 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.scroll-cue span {
  width: 1px;
  height: 45px;
  background: rgba(255, 255, 255, 0.28);
}

.ticker {
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  color: var(--wine-deep);
  background: var(--blush);
}

.ticker-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 18px 0;
  font-family: var(--serif);
  font-size: clamp(20px, 2.2vw, 32px);
  font-style: italic;
  animation: ticker 28s linear infinite;
}

.ticker-track b {
  color: var(--wine);
  font-family: var(--sans);
  font-size: 13px;
}

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

.section {
  padding: clamp(88px, 10vw, 160px) max(32px, calc((100vw - 1320px) / 2));
}

.section-number,
.product-overline,
.modal-kicker {
  color: var(--wine);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-number {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.section-number.light {
  color: var(--blush);
  border-color: rgba(255, 255, 255, 0.16);
}

.story {
  background: var(--paper);
}

.story-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(40px, 9vw, 140px);
  padding-top: clamp(52px, 7vw, 100px);
}

.kicker {
  position: sticky;
  top: 130px;
  margin: 8px 0 0;
  color: var(--wine);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.8;
  text-transform: uppercase;
}

.story h2,
.shop h2,
.faq h2,
.closing-cta h2 {
  font-size: clamp(52px, 7vw, 98px);
}

.story h2 + p {
  max-width: 720px;
  margin: 46px 0 0;
  color: var(--ink-soft);
  font-size: clamp(18px, 1.7vw, 25px);
  line-height: 1.65;
}

.fine-print {
  max-width: 640px;
  margin: 30px 0 0;
  padding: 20px 0 0 24px;
  border-top: 1px solid var(--line);
  border-left: 3px solid var(--rose);
  color: #6e5b61;
  font-size: 13px;
  line-height: 1.7;
}

.how {
  color: var(--white);
  background: var(--wine-dark);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(180px, 0.5fr) minmax(0, 1.5fr);
  gap: 70px;
  align-items: start;
}

.how h2,
.venue h2 {
  font-size: clamp(54px, 7vw, 100px);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 90px;
  background: rgba(255, 255, 255, 0.14);
}

.step-card {
  position: relative;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 34px;
  background: #210a11;
}

.step-card.featured {
  background: #6e1d36;
}

.step-no {
  position: absolute;
  top: 28px;
  left: 30px;
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--serif);
  font-size: 34px;
  font-style: italic;
}

.step-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
}

.step-card p {
  position: relative;
  z-index: 2;
  max-width: 350px;
  margin: 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 14px;
  line-height: 1.7;
}

.mini-cover {
  position: absolute;
  top: 115px;
  left: 50%;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, transparent 0 13px, rgba(255,255,255,.05) 15px 16px),
    radial-gradient(circle at 36% 28%, #ffd7cf, #c7787f 48%, #662039 76%);
  box-shadow: inset -16px -16px 25px rgba(49, 8, 22, 0.28), 0 24px 50px rgba(0, 0, 0, 0.27);
  transform: translateX(-50%) rotate(-5deg);
}

.mini-cover::before {
  position: absolute;
  inset: 10px;
  border: 5px dotted rgba(255, 238, 232, 0.36);
  border-radius: 50%;
  content: "";
}

.mini-cover i {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  border: 6px solid rgba(83, 20, 40, 0.65);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.mini-cover b {
  position: absolute;
  z-index: 3;
  bottom: 48%;
  left: 54%;
  width: 9px;
  height: 170px;
  border-radius: 10px;
  background: #261116;
  box-shadow: inset 2px 0 rgba(255,255,255,.16);
  transform: rotate(9deg);
  transform-origin: bottom;
}

.mini-cover-three {
  filter: saturate(0.65);
  transform: translateX(-50%) rotate(8deg) scale(0.86);
}

.mini-cover-three em {
  position: absolute;
  top: -26px;
  right: -16px;
  color: var(--blush);
  font-size: 30px;
  font-style: normal;
}

.shop {
  background: #f5ede5;
}

.shop-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 48px;
}

.shop-heading .section-number {
  margin-bottom: 50px;
}

.shop-heading > p {
  max-width: 430px;
  margin: 0 0 10px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.7;
}

.products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 76px;
}

.product-card {
  overflow: hidden;
  border: 1px solid rgba(56, 15, 29, 0.11);
  background: var(--white);
  transition: transform 240ms ease, box-shadow 240ms ease;
}

.product-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.product-card.popular {
  border-color: var(--wine);
}

.product-visual {
  position: relative;
  min-height: 330px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.tone-one { background: #e9c2bc; }
.tone-two { background: #581629; }
.tone-three { background: #d5a68e; }
.tone-four { background: #1b0a10; }

.product-badge {
  position: absolute;
  z-index: 4;
  top: 20px;
  left: 20px;
  padding: 8px 11px;
  color: var(--wine-deep);
  background: rgba(255, 250, 245, 0.75);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.product-badge.hot,
.product-badge.b2b {
  color: var(--white);
  background: var(--wine);
}

.product-badge.b2b {
  background: var(--gold);
  color: var(--wine-dark);
}

.satin-product {
  position: relative;
  width: 220px;
  height: 145px;
  border-radius: 50%;
  background:
    repeating-radial-gradient(ellipse, transparent 0 14px, rgba(255,255,255,.09) 16px 17px),
    radial-gradient(ellipse at 39% 22%, #ffe0d9, #d68a8e 44%, #71223c 80%);
  box-shadow: inset -18px -18px 30px rgba(55, 8, 23, 0.33), 0 28px 45px rgba(55, 8, 23, 0.22);
  transform: rotate(-8deg);
}

.satin-product::before {
  position: absolute;
  inset: 10px;
  border: 5px dotted rgba(255, 240, 235, 0.45);
  border-radius: 50%;
  content: "";
}

.satin-product span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 19px;
  border: 6px solid rgba(83, 20, 40, 0.65);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.satin-stack {
  position: relative;
  width: 300px;
  height: 210px;
}

.satin-stack .satin-product {
  position: absolute;
  width: 195px;
  height: 128px;
}

.satin-stack .satin-product:nth-child(1) { top: 12px; left: 4px; transform: rotate(-19deg); }
.satin-stack .satin-product:nth-child(2) { top: 58px; right: 0; transform: rotate(17deg); filter: hue-rotate(-15deg) brightness(.9); }
.satin-stack .satin-product:nth-child(3) { bottom: 0; left: 34px; transform: rotate(-3deg); filter: saturate(.7) brightness(1.1); }
.satin-stack.wide { transform: scale(1.08); }

.case-visual {
  position: relative;
  width: min(72%, 360px);
  aspect-ratio: 1.45;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(237, 198, 189, 0.5);
  color: var(--cream);
  background: linear-gradient(135deg, #4a1024, #260a13);
  box-shadow: 18px 20px 0 #0f0508, 0 28px 50px rgba(0,0,0,.3);
  transform: rotate(-3deg);
}

.case-visual::before,
.case-visual::after {
  position: absolute;
  width: 26px;
  height: 26px;
  border-color: var(--gold);
  content: "";
}

.case-visual::before { top: 14px; left: 14px; border-top: 1px solid; border-left: 1px solid; }
.case-visual::after { right: 14px; bottom: 14px; border-right: 1px solid; border-bottom: 1px solid; }

.case-visual span {
  font-family: var(--serif);
  font-size: 92px;
  font-style: italic;
  line-height: .78;
}

.case-visual small {
  margin-top: 15px;
  color: var(--blush);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.product-info {
  padding: 28px 30px 32px;
}

.product-info h3 {
  margin: 9px 0 10px;
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -0.04em;
}

.product-info > p:not(.product-overline) {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.product-buy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 30px;
  padding-top: 23px;
  border-top: 1px solid var(--line);
}

.product-buy strong {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 500;
}

.product-buy strong small {
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 800;
}

.add-to-cart {
  min-height: 46px;
  padding: 0 17px;
  border: 1px solid var(--wine);
  color: var(--wine);
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  transition: 180ms ease;
}

.add-to-cart span {
  margin-left: 8px;
  font-size: 17px;
}

.add-to-cart:hover {
  color: var(--white);
  background: var(--wine);
}

.price-note {
  margin: 22px 0 0;
  color: #786269;
  font-size: 11px;
  text-align: right;
}

.safety {
  display: grid;
  grid-template-columns: 170px minmax(0, 840px);
  justify-content: center;
  gap: 56px;
  align-items: start;
  color: var(--ink);
  background: var(--blush);
}

.safety-icon {
  width: 130px;
  height: 130px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(80, 15, 35, .22);
  border-radius: 50%;
}

.safety-icon svg {
  width: 52px;
  fill: none;
  stroke: var(--wine);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.safety h2 {
  margin: 12px 0 24px;
  font-size: clamp(42px, 5vw, 70px);
}

.safety p:not(.product-overline) {
  margin: 0;
  color: #533b43;
  font-size: 17px;
  line-height: 1.75;
}

.safety small {
  display: block;
  margin-top: 20px;
  font-weight: 750;
}

.venue {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr);
  padding: 0;
  color: var(--white);
  background: #390d1b;
}

.venue-art {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background:
    linear-gradient(rgba(17, 4, 8, .2), rgba(17, 4, 8, .5)),
    radial-gradient(circle at 32% 42%, #8e2948, transparent 30%),
    linear-gradient(135deg, #250912, #0f0609);
}

.venue-art::after {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
}

.venue-glow {
  position: absolute;
  top: 18%;
  left: 10%;
  width: 62%;
  height: 55%;
  border-radius: 50%;
  background: rgba(216, 134, 137, .16);
  filter: blur(80px);
}

.venue-word {
  position: absolute;
  top: 50%;
  left: 50%;
  color: transparent;
  font-family: var(--serif);
  font-size: clamp(220px, 28vw, 480px);
  font-style: italic;
  line-height: .7;
  -webkit-text-stroke: 1px rgba(255,255,255,.18);
  transform: translate(-55%, -50%);
}

.floating-cover {
  position: absolute;
  z-index: 3;
  width: 190px;
  height: 125px;
  border: 2px dotted rgba(255, 237, 232, .42);
  border-radius: 50%;
  background: radial-gradient(ellipse at 35% 25%, #f0aaa3, #9a4059 50%, #4b1023 78%);
  box-shadow: inset -18px -16px 28px rgba(29,3,12,.3), 0 25px 40px rgba(0,0,0,.25);
}

.floating-cover::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 14px;
  border: 5px solid rgba(63,10,27,.66);
  border-radius: 50%;
  content: "";
  transform: translate(-50%,-50%);
}

.fc-one { top: 18%; left: 17%; transform: rotate(-18deg); }
.fc-two { top: 45%; right: 10%; transform: rotate(13deg) scale(1.1); filter: hue-rotate(-10deg); }
.fc-three { bottom: 11%; left: 29%; transform: rotate(7deg) scale(.8); filter: saturate(.65) brightness(1.18); }

.venue-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px clamp(40px, 6vw, 96px);
}

.venue-copy h2 {
  margin-top: 48px;
}

.venue-copy > p {
  max-width: 560px;
  margin: 36px 0 0;
  color: rgba(255,255,255,.67);
  font-size: 17px;
  line-height: 1.75;
}

.venue-copy ul {
  margin: 30px 0 40px;
  padding: 0;
  list-style: none;
}

.venue-copy li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.82);
  font-size: 13px;
}

.venue-copy li::before {
  margin-right: 12px;
  color: var(--rose);
  content: "✦";
}

.venue-copy .button {
  align-self: flex-start;
}

.faq {
  display: grid;
  grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
  gap: clamp(60px, 10vw, 150px);
  background: var(--paper);
}

.faq-intro .section-number {
  margin-bottom: 52px;
}

.faq h2 {
  font-size: clamp(50px, 6vw, 88px);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 27px);
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq summary span {
  color: var(--wine);
  font-family: var(--sans);
  font-size: 24px;
  font-weight: 300;
  transition: transform 180ms ease;
}

.faq details[open] summary span {
  transform: rotate(45deg);
}

.faq details p {
  max-width: 640px;
  margin: -5px 0 28px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.75;
}

.closing-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 115%, rgba(214, 124, 137, .25), transparent 38%),
    var(--wine-dark);
  color: var(--white);
}

.closing-cta .eyebrow {
  margin-bottom: 36px;
}

.closing-cta h2 {
  margin-bottom: 48px;
}

footer {
  padding: 70px max(32px, calc((100vw - 1320px) / 2)) 26px;
  color: rgba(255,255,255,.75);
  background: #0d0407;
}

.footer-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-bottom: 55px;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.brand.inverse { color: var(--white); }

.footer-brand p {
  margin: 0;
  color: var(--rose);
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  padding: 54px 0;
}

.footer-links > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.footer-links p {
  margin: 0 0 10px;
  color: rgba(255,255,255,.38);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .2em;
}

.footer-links a,
.footer-links .link-button {
  padding: 3px 0;
  color: rgba(255,255,255,.72);
  background: transparent;
  font-size: 13px;
}

.footer-links a:hover,
.footer-links .link-button:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.35);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.overlay {
  position: fixed;
  z-index: 100;
  inset: 0;
  background: rgba(11, 3, 6, .72);
  opacity: 0;
  transition: opacity 220ms ease;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.overlay.visible {
  opacity: 1;
}

.cart-drawer {
  position: fixed;
  z-index: 110;
  top: 0;
  right: 0;
  width: min(480px, 100vw);
  height: 100dvh;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: var(--paper);
  box-shadow: -20px 0 70px rgba(0,0,0,.25);
  transform: translateX(105%);
  transition: transform 280ms cubic-bezier(.2,.75,.2,1);
}

.cart-drawer.open {
  transform: translateX(0);
}

.drawer-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.drawer-header h2 {
  margin: 7px 0 0;
  font-family: var(--serif);
  font-size: 45px;
  font-weight: 400;
  letter-spacing: -.05em;
}

.close-button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: rgba(65, 16, 31, .07);
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}

.close-button:hover {
  background: rgba(65, 16, 31, .13);
}

.demo-alert {
  margin: 18px 0;
  padding: 12px 14px;
  border-left: 3px solid var(--gold);
  color: #624b51;
  background: #f1e4d7;
  font-size: 11px;
  line-height: 1.55;
}

.cart-items {
  flex: 1;
  overflow: auto;
  margin: 0 -8px;
  padding: 0 8px;
}

.empty-cart {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.empty-cart-visual {
  position: relative;
  width: 120px;
  height: 78px;
  margin-bottom: 30px;
  border: 5px dotted rgba(111,29,54,.28);
  border-radius: 50%;
  background: radial-gradient(ellipse at 35% 25%, #f1c6be, #c97e88 55%, #7d2b45);
  box-shadow: 0 18px 35px rgba(80,15,35,.12);
}

.empty-cart h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}

.empty-cart p {
  max-width: 270px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.cart-row {
  display: grid;
  grid-template-columns: 78px 1fr auto;
  gap: 15px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.cart-thumb {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  background: var(--blush);
}

.cart-thumb::after {
  width: 52px;
  height: 34px;
  border: 3px dotted rgba(255,255,255,.5);
  border-radius: 50%;
  background: radial-gradient(ellipse at 35% 25%, #f4c8c0, #bc6d7b 58%, #6f1d36);
  content: "";
  transform: rotate(-7deg);
}

.cart-row h3 {
  margin: 0 0 3px;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 500;
}

.cart-row p {
  margin: 0 0 11px;
  color: var(--ink-soft);
  font-size: 10px;
}

.cart-price {
  align-self: start;
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 600;
}

.quantity {
  width: max-content;
  display: flex;
  align-items: center;
  border: 1px solid var(--line);
}

.quantity button {
  width: 32px;
  height: 30px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.quantity span {
  min-width: 28px;
  text-align: center;
  font-size: 11px;
  font-weight: 750;
}

.remove-item {
  margin-left: 10px;
  padding: 4px;
  border: 0;
  color: #866c73;
  background: transparent;
  cursor: pointer;
  font-size: 10px;
  text-decoration: underline;
}

.cart-footer {
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 13px;
  font-weight: 700;
}

.cart-total strong {
  font-family: var(--serif);
  font-size: 29px;
}

.cart-footer > p {
  margin: 5px 0 18px;
  color: var(--ink-soft);
  font-size: 10px;
}

.cart-footer .button {
  width: 100%;
}

.text-button {
  display: block;
  margin: 14px auto 0;
  padding: 5px;
  color: var(--wine);
  background: transparent;
  font-size: 11px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.modal {
  position: fixed;
  z-index: 120;
  top: 50%;
  left: 50%;
  width: min(580px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  overflow: auto;
  padding: clamp(30px, 5vw, 52px);
  background: var(--paper);
  box-shadow: 0 30px 100px rgba(0,0,0,.4);
  transform: translate(-50%, -48%) scale(.98);
  opacity: 0;
  transition: 220ms ease;
}

.modal.open {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.modal > .close-button {
  position: absolute;
  top: 18px;
  right: 18px;
}

.modal h2 {
  margin-top: 13px;
  padding-right: 38px;
  font-size: clamp(42px, 6vw, 62px);
}

.modal-copy {
  margin: 15px 0 25px;
  color: var(--ink-soft);
  font-size: 13px;
}

.tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 28px 0 24px;
  border-bottom: 1px solid var(--line);
}

.tabs button {
  position: relative;
  min-height: 48px;
  border: 0;
  color: #846c73;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
}

.tabs button[aria-selected="true"] {
  color: var(--wine);
}

.tabs button[aria-selected="true"]::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--wine);
  content: "";
}

.tab-panel,
.modal form,
.checkout-step {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.modal label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #4b343b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.modal input,
.modal select,
.modal textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(65,16,31,.2);
  border-radius: 0;
  color: var(--ink);
  background: var(--white);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}

.modal textarea {
  resize: vertical;
}

.modal input:focus,
.modal select:focus,
.modal textarea:focus {
  border-color: var(--wine);
  outline: 2px solid rgba(111,29,54,.13);
  outline-offset: 0;
}

.modal input.invalid,
.modal select.invalid,
.modal textarea.invalid {
  border-color: #b42318;
  background: #fff4f2;
}

.modal .checkbox {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: start;
  gap: 10px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.modal .checkbox input {
  width: 18px;
  min-height: 18px;
  margin: 0;
  accent-color: var(--wine);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.checkout-modal {
  width: min(660px, calc(100vw - 32px));
}

.checkout-summary {
  overflow: hidden;
  border: 1px solid var(--line);
}

.summary-row,
.summary-total {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 13px 16px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
}

.summary-row span:last-child {
  font-weight: 750;
}

.summary-total {
  border: 0;
  color: var(--wine);
  background: #f1e2d7;
  font-size: 14px;
  font-weight: 800;
}

.fake-payment {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border: 1px solid var(--wine);
  background: rgba(111,29,54,.035);
}

.fake-payment > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--wine);
}

.fake-payment div {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}

.fake-payment small {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 9px;
}

.fake-payment b {
  color: var(--wine);
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.checkout-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.checkout-actions .text-button {
  margin: 0;
}

.checkout-success {
  padding: 24px 0 5px;
  text-align: center;
}

.success-mark {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin: 0 auto 25px;
  border-radius: 50%;
  color: var(--white);
  background: var(--wine);
  font-family: var(--serif);
  font-size: 38px;
}

.checkout-success h2 {
  padding: 0;
}

.checkout-success > p:not(.modal-kicker) {
  max-width: 380px;
  margin: 20px auto;
  color: var(--ink-soft);
}

.order-code {
  margin: 25px 0;
  padding: 14px;
  background: #f1e4d7;
  font-size: 12px;
}

.legal-modal {
  width: min(680px, calc(100vw - 32px));
}

.legal-modal #legalContent {
  margin-top: 28px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.75;
}

.legal-modal h3 {
  margin: 25px 0 6px;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
}

.toast {
  position: fixed;
  z-index: 150;
  right: 24px;
  bottom: 24px;
  min-width: 270px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  color: var(--white);
  background: var(--wine-deep);
  box-shadow: var(--shadow);
  font-size: 12px;
  font-weight: 700;
  transform: translateY(20px);
  opacity: 0;
  transition: 200ms ease;
}

.toast.visible {
  transform: translateY(0);
  opacity: 1;
}

.toast-icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--wine-deep);
  background: var(--blush);
}

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { grid-template-columns: .85fr 1.15fr; }
  .hero-copy { padding-right: 40px; }
  .hero h1 { font-size: clamp(55px, 7.7vw, 82px); }
  .steps { grid-template-columns: 1fr; }
  .step-card { min-height: 390px; }
  .mini-cover { top: 70px; }
  .venue { grid-template-columns: 1fr 1fr; }
  .venue-art { min-height: 690px; }
}

@media (max-width: 820px) {
  :root { --container: calc(100vw - 40px); }
  .site-header { min-height: 68px; padding: 0 20px; }
  .brand-name { font-size: 15px; }
  .hero { display: flex; flex-direction: column; min-height: auto; }
  .hero-copy { padding: 80px 24px 54px; }
  .hero h1 { font-size: clamp(54px, 15vw, 86px); }
  .hero-lead { max-width: 600px; }
  .hero-visual { height: 72vw; min-height: 420px; padding: 0 16px 16px; }
  .hero-image-wrap { min-height: 0; border-radius: 2px 2px 48px 2px; }
  .scroll-cue { display: none; }
  .section { padding: 90px 24px; }
  .story-grid,
  .section-heading,
  .faq { grid-template-columns: 1fr; gap: 42px; }
  .kicker { position: static; }
  .steps { margin-top: 55px; }
  .products { grid-template-columns: 1fr; }
  .shop-heading { align-items: flex-start; flex-direction: column; }
  .shop-heading > p { margin: 0; }
  .safety { grid-template-columns: 100px 1fr; gap: 30px; }
  .safety-icon { width: 90px; height: 90px; }
  .venue { grid-template-columns: 1fr; }
  .venue-art { min-height: 520px; }
  .venue-copy { padding: 85px 24px; }
  .faq-intro .section-number { margin-bottom: 35px; }
  .footer-links { gap: 30px; }
}

@media (max-width: 560px) {
  .demo-ribbon { padding: 8px 12px; font-size: 8px; letter-spacing: .075em; }
  .site-header { min-height: 64px; }
  .brand-mark { width: 31px; height: 31px; font-size: 18px; }
  .brand-name i { font-size: 17px; }
  .icon-button { width: 36px; height: 36px; }
  .cart-button { min-width: 76px; min-height: 38px; }
  .hero-copy { padding-top: 68px; }
  .hero h1 { font-size: clamp(50px, 16vw, 74px); line-height: .92; }
  .hero-lead { margin-top: 26px; font-size: 16px; }
  .hero-cta { align-items: flex-start; flex-direction: column; gap: 18px; margin-top: 30px; }
  .hero-cta .button { width: 100%; }
  .hero-points { gap: 8px 16px; margin-top: 30px; }
  .hero-visual { height: 100vw; min-height: 390px; }
  .hero-image-wrap img { object-position: 61% center; }
  .image-stamp { top: 20px; right: 20px; width: 72px; height: 72px; font-size: 14px; }
  .product-tag { min-width: 172px; grid-template-columns: 40px 1fr; padding: 13px 16px; }
  .product-tag-index { font-size: 26px; }
  .ticker-track { gap: 22px; padding: 14px 0; }
  .section { padding: 76px 20px; }
  .story h2, .shop h2, .faq h2, .closing-cta h2, .how h2, .venue h2 { font-size: clamp(47px, 14vw, 66px); }
  .story-grid { padding-top: 44px; }
  .story h2 + p { margin-top: 30px; font-size: 17px; }
  .step-card { min-height: 400px; padding: 26px; }
  .step-card h3 { font-size: 30px; }
  .mini-cover { width: 170px; height: 170px; }
  .products { margin-top: 48px; }
  .product-visual { min-height: 275px; }
  .satin-product { transform: rotate(-8deg) scale(.86); }
  .satin-stack { transform: scale(.83); }
  .satin-stack.wide { transform: scale(.88); }
  .case-visual { width: 70%; }
  .case-visual span { font-size: 70px; }
  .product-info { padding: 24px 22px; }
  .product-buy { align-items: stretch; flex-direction: column; }
  .add-to-cart { width: 100%; }
  .price-note { text-align: left; }
  .safety { grid-template-columns: 1fr; }
  .safety-icon { width: 72px; height: 72px; }
  .safety-icon svg { width: 40px; }
  .safety p:not(.product-overline) { font-size: 15px; }
  .venue-art { min-height: 430px; }
  .floating-cover { width: 140px; height: 94px; }
  .footer-brand { align-items: flex-start; flex-direction: column; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .cart-drawer { padding: 22px 18px; }
  .cart-row { grid-template-columns: 66px 1fr; }
  .cart-thumb { width: 66px; height: 66px; }
  .cart-price { grid-column: 2; }
  .field-row { grid-template-columns: 1fr; }
  .modal { width: calc(100vw - 20px); max-height: calc(100dvh - 20px); padding: 34px 22px 25px; }
  .modal > .close-button { top: 11px; right: 11px; }
  .modal h2 { font-size: 43px; }
  .checkout-actions { align-items: stretch; flex-direction: column-reverse; }
  .checkout-actions .button { width: 100%; }
  .checkout-actions .text-button { align-self: center; }
  .toast { right: 12px; bottom: 12px; left: 12px; min-width: 0; }
}

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