:root {
  --bg: #f4f7fb;
  --surface: #ffffff;
  --surface-soft: #f6fbff;
  --text: #141826;
  --muted: #59627d;
  --line: #dce4f0;
  --line-strong: #ced9e9;
  --accent: #ec4a9d;
  --accent-deep: #c02f75;
  --accent-soft: #ffe5f2;
  --aqua: #2c94b5;
  --mint: #b8eee2;
  --gold: #ffe2ad;
  --ring: rgba(234, 79, 155, 0.32);
  --shadow-soft: 0 10px 30px rgba(17, 22, 36, 0.08);
  --shadow-strong: 0 22px 48px rgba(17, 22, 36, 0.14);
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  font-family: "Nunito", "Avenir Next", "Segoe UI", sans-serif;
  color: var(--text);
  line-height: 1.55;
  background:
    radial-gradient(1200px 420px at 8% -10%, rgba(255, 187, 225, 0.3), transparent 66%),
    radial-gradient(1100px 440px at 94% -6%, rgba(163, 227, 255, 0.36), transparent 65%),
    radial-gradient(900px 360px at 52% 104%, rgba(255, 226, 170, 0.2), transparent 74%),
    linear-gradient(180deg, #f9fcff 0%, #f2f7ff 100%);
}

h1,
h2,
h3 {
  font-family: "Nunito", "Avenir Next", sans-serif;
  letter-spacing: 0;
  font-weight: 800;
}

.logo {
  font-family: "Pacifico", "Baloo 2", cursive;
  letter-spacing: 0.015em;
}

img {
  max-width: 100%;
}

img[data-zoomable="true"] {
  cursor: zoom-in;
}

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

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

.skip-link {
  position: fixed;
  top: -120px;
  left: 14px;
  z-index: 999;
  background: #101729;
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  font-weight: 700;
  transition: top 0.2s ease;
}

.skip-link:focus-visible {
  top: 10px;
}

.container {
  width: min(1180px, 92vw);
  margin: 0 auto;
}

.announcement {
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, #fff5fb, #eef8ff 56%, #fff8ed);
  color: #4f5a7d;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: none;
}

.announcement-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 38px;
  text-align: center;
  text-wrap: balance;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 110;
  background: rgba(250, 253, 255, 0.9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.logo {
  font-size: clamp(1.35rem, 2.1vw, 1.7rem);
}

.logo-image {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid #e4e9f8;
  box-shadow: 0 8px 16px rgba(30, 34, 56, 0.12);
  display: none;
}

.nav {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid #d9dff0;
  background: linear-gradient(140deg, #ffffff, #edf6ff);
  color: #2f3658;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  cursor: pointer;
}

.mobile-cart-link {
  display: none;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
}

.nav a {
  color: #2f3658;
  border-radius: 999px;
  padding: 8px 11px;
  font-weight: 700;
  font-size: 0.9rem;
  border: 1px solid transparent;
}

.nav a:hover,
.nav a:focus-visible,
.nav a.active {
  border-color: var(--line);
  background: #f2f7ff;
}

.page-main {
  padding-bottom: 48px;
}

.hero {
  padding: 66px 0 28px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  align-items: stretch;
}

.hero-copy,
.hero-visual {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.hero-copy {
  background:
    linear-gradient(145deg, rgba(255, 246, 251, 0.95), rgba(236, 246, 255, 0.96));
  padding: clamp(24px, 3.5vw, 40px);
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #dfd7f1;
  color: #565192;
  background: linear-gradient(145deg, #fef8ff, #f2f7ff);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 12px 0 10px;
  font-size: clamp(2rem, 3.8vw, 3.35rem);
  line-height: 1.05;
}

.hero p {
  max-width: 56ch;
  color: var(--muted);
  margin: 0;
  font-size: 1.04rem;
}

.hero-row {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.mobile-quick-note {
  display: none;
  margin-top: 10px;
  border: 1px solid #edd3e5;
  border-radius: 12px;
  background: linear-gradient(140deg, #fff2f9, #eef9ff);
  color: #3b3f64;
  padding: 10px 12px;
  font-size: 0.84rem;
}

.hero-meta {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  gap: 10px;
}

.hero-stat {
  border-radius: 12px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(252, 251, 255, 0.95), rgba(239, 248, 255, 0.95));
  padding: 10px 12px;
}

.hero-stat strong {
  display: block;
  font-size: 1.1rem;
}

.hero-stat span {
  font-size: 0.82rem;
  color: #5a6288;
}

.hero-visual {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #f2f7ff, #fff9f2);
  padding: 14px;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 40%;
  background: linear-gradient(180deg, rgba(6, 10, 24, 0), rgba(8, 12, 27, 0.52));
}

.hero-tag {
  position: absolute;
  left: 20px;
  bottom: 16px;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
}

.section {
  padding: 34px 0;
}

.section-title {
  margin: 0;
  font-size: clamp(1.55rem, 2.8vw, 2.25rem);
  line-height: 1.1;
}

.section-sub {
  margin: 10px 0 18px;
  color: var(--muted);
  max-width: 62ch;
  text-wrap: balance;
}

.shop-section-sub {
  max-width: 100%;
}

.panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(242, 248, 255, 0.97));
  box-shadow: var(--shadow-soft);
}

.section-shell {
  padding: clamp(18px, 2.8vw, 30px);
}

.max-1000 {
  max-width: 1000px;
}

.max-980 {
  max-width: 980px;
}

.max-700 {
  max-width: 700px;
}

.copy-relaxed {
  line-height: 1.75;
}

.heading-reset {
  margin-top: 0;
}

.block-image {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.media-image-tall {
  max-height: 320px;
  object-fit: cover;
  border-radius: 10px;
}

.inline-btn-link {
  display: inline-block;
}

.form-row-wide {
  gap: 12px;
  flex-wrap: wrap;
}

.flex-grow-220 {
  flex: 1 1 220px;
}

.w-150 {
  width: 150px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}

.p-10 {
  padding: 10px;
}

.text-center {
  text-align: center;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.value-grid,
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 255, 0.96));
  box-shadow: 0 8px 20px rgba(17, 22, 36, 0.06);
  transition: box-shadow 0.18s ease, border-color 0.18s ease;
}

.card:hover {
  box-shadow: 0 10px 22px rgba(17, 22, 36, 0.09);
}

.value-card h3 {
  margin: 0;
  font-size: 1.18rem;
}

.value-card p {
  margin: 8px 0 0;
}

.step-card {
  border: 1px solid #d8e8f0;
  border-radius: 14px;
  background: linear-gradient(140deg, #fcf8ff, #edf9ff);
  padding: 14px;
  color: #2d3150;
}

.step-num {
  color: #1585a5;
  font-weight: 900;
  margin-right: 8px;
}

.buyer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.buyer-card {
  background: linear-gradient(145deg, #ffffff, #f5faff);
}

.buyer-card h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
}

.buyer-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
}

.buyer-list li {
  color: #2f3558;
  line-height: 1.5;
}

.review-strip {
  margin-top: 14px;
  padding: 16px;
}

.review-strip-title {
  margin: 0;
}

.review-list-home {
  margin-top: 12px;
}

.section-link {
  color: var(--accent-deep);
  font-weight: 700;
}

.shop-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.filter-chip {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: linear-gradient(145deg, #ffffff, #edf7ff);
  color: #3a486f;
  font-weight: 800;
  font-size: 0.84rem;
  padding: 8px 12px;
  cursor: pointer;
}

.filter-chip.active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(140deg, #2f8eb2, #4f63bf 56%, #cd4086);
  box-shadow: 0 8px 20px rgba(53, 78, 150, 0.25);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 14px;
}

.product-grid.single-item-grid {
  grid-template-columns: minmax(260px, 360px);
  justify-content: center;
}

.product-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
}

.product-card .product-image-wrap img {
  transition: transform 0.3s ease;
}

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

.product-image-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #d6e1f1;
}

.product-image-link {
  display: block;
  color: inherit;
}

.product-title-link {
  color: inherit;
}

.product-title-link:hover,
.product-title-link:focus-visible {
  color: var(--accent-deep);
}

.product-image-wrap img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.product-pill {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(15, 22, 45, 0.8);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.74rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.product-type-pill {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.product-type-mystery {
  background: rgba(255, 132, 190, 0.95);
  color: #fff;
}

.product-type-curated {
  background: rgba(53, 168, 193, 0.94);
  color: #fff;
}

.product-type-live {
  background: rgba(246, 185, 82, 0.96);
  color: #38220a;
}

.product-type-addon {
  background: rgba(110, 90, 210, 0.93);
  color: #fff;
}

.product-card h3 {
  margin: 0;
  font-size: 1.14rem;
}

.price {
  margin: 2px 0 0;
  font-weight: 800;
  color: #2f7198;
}

.small {
  color: var(--muted);
  font-size: 0.88rem;
}

.status {
  margin-top: 8px;
  min-height: 1.2em;
}

.cart,
.checkout-panel {
  margin-top: 18px;
  border: 1px solid #d6dfef;
  border-radius: var(--radius);
  background: linear-gradient(140deg, #ffffff, #f1f8ff);
  box-shadow: var(--shadow-soft);
  padding: 16px;
}

.cart-list {
  display: grid;
  gap: 10px;
}

.cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 14px;
  align-items: start;
}

.cart-summary-card {
  position: sticky;
  top: 104px;
  background: linear-gradient(150deg, #ffffff, #edf7ff);
}

.cart-summary-card:hover {
  transform: none;
  box-shadow: var(--shadow-soft);
}

.cart-summary-kicker {
  margin: 0 0 4px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 800;
  color: #4e5f92;
}

.cart-summary-note {
  margin: 8px 0 0;
}

.cart-summary-actions {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

.cart-summary-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.cart-summary-actions-secondary {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.cart-summary-actions-secondary .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.cart-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid #e0e4f3;
  border-radius: 14px;
  padding: 12px;
  background: linear-gradient(145deg, #ffffff, #f7fbff);
}

.cart-row-main {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
  align-items: center;
  min-width: 0;
  flex: 1 1 auto;
}

.cart-item-image {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid #d3deef;
  background: #fff;
}

.cart-item-copy {
  min-width: 0;
}

.cart-item-name {
  display: block;
  color: #24345f;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cart-item-meta {
  margin: 3px 0 0;
}

.cart-item-line {
  margin: 4px 0 0;
}

.cart-row-controls {
  justify-content: flex-end;
  align-self: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.cart-qty-value {
  min-width: 28px;
  text-align: center;
  font-weight: 800;
  color: #33406b;
}

.cart-actions {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 14px;
  flex-wrap: wrap;
}

.qty-btn {
  min-width: 36px;
  padding-left: 0;
  padding-right: 0;
}

.cart-empty-state {
  text-align: center;
}

.cart-empty-emoji {
  font-size: 1.6rem;
  margin: 0 0 6px;
}

.row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.space {
  justify-content: space-between;
}

.btn {
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  padding: 11px 16px;
  font-weight: 800;
  font-size: 0.92rem;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

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

.btn-primary {
  background: linear-gradient(140deg, #2f8eb2, #4c62be 56%, #cc3d84);
  color: #fff;
  box-shadow: 0 9px 20px rgba(61, 84, 156, 0.24);
}

.btn-secondary {
  background: linear-gradient(140deg, #ffffff, #edf7ff);
  border-color: var(--line);
  color: #3f4a76;
}

.btn-ghost {
  background: linear-gradient(140deg, #ffffff, #f0f8ff);
  border-color: var(--line);
  color: #3f4a76;
}

.btn:disabled {
  opacity: 0.56;
  cursor: not-allowed;
  transform: none;
}

.cart-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 120;
}

.cart-toast {
  position: fixed;
  left: 50%;
  bottom: 88px;
  transform: translate(-50%, 14px);
  opacity: 0;
  pointer-events: none;
  z-index: 220;
  color: #fff;
  background: linear-gradient(120deg, #202a47, #c02f75);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 800;
  font-size: 0.9rem;
  box-shadow: 0 14px 26px rgba(14, 21, 43, 0.28);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.cart-toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.cart-preview-pop {
  position: fixed;
  z-index: 230;
  min-width: 250px;
  max-width: 360px;
  border: 1px solid #d5dff0;
  border-radius: 14px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(242, 248, 255, 0.98));
  box-shadow: 0 16px 28px rgba(18, 25, 48, 0.2);
  padding: 10px 12px;
  color: #32406a;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.cart-preview-pop.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.cart-preview-title {
  margin: 0 0 6px;
  font-size: 0.82rem;
  font-weight: 800;
  color: #4a5a8b;
}

.cart-preview-list {
  margin: 0;
  display: grid;
  gap: 8px;
}

.cart-preview-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 8px;
  align-items: center;
}

.cart-preview-thumb {
  width: 46px;
  height: 46px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #d4dff0;
}

.cart-preview-copy {
  min-width: 0;
}

.cart-preview-name {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  color: #2f3b62;
  line-height: 1.3;
}

.cart-preview-price {
  margin: 2px 0 0;
  font-size: 0.78rem;
  color: #4f5f91;
}

.cart-preview-more {
  margin: 6px 0 0;
  font-size: 0.78rem;
  color: #5b6790;
}

.cart-preview-cta {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  text-align: center;
}

.fly-token {
  position: fixed;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(140deg, #fff0f8, #ffe9ba);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 10px 18px rgba(22, 30, 52, 0.22);
  display: grid;
  place-items: center;
  color: #cb2e75;
  font-size: 20px;
  line-height: 1;
  z-index: 250;
  pointer-events: none;
  opacity: 0.98;
  transform: translate(0, 0) scale(1);
  transition:
    transform 0.72s cubic-bezier(0.2, 0.92, 0.3, 1),
    opacity 0.72s ease;
}

@keyframes cartPulse {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

.cart-pop {
  animation: cartPulse 0.32s ease;
}

input,
textarea,
select {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #cfd6ec;
  padding: 11px 12px;
  background: #fff;
  color: var(--text);
}

select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 38px;
  background-image:
    linear-gradient(45deg, transparent 50%, #5a6690 50%),
    linear-gradient(135deg, #5a6690 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 3px),
    calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

textarea {
  min-height: 110px;
  resize: vertical;
}

label {
  display: block;
  font-weight: 700;
  color: #2e385f;
  font-size: 0.9rem;
  margin-bottom: 6px;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible,
button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--ring);
  outline-offset: 2px;
}

.review-list {
  display: grid;
  gap: 12px;
}

.review-card {
  border: 1px solid #d8def0;
  background: linear-gradient(150deg, #ffffff, #f5f9ff);
  border-radius: 14px;
  padding: 14px;
  position: relative;
  overflow: hidden;
}

.review-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #f155a8, #4f9bd2);
}

.reviews-shell {
  background: linear-gradient(155deg, rgba(255, 248, 252, 0.96), rgba(238, 247, 255, 0.96));
}

.reviews-hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 14px;
  align-items: center;
  background: linear-gradient(145deg, #fff9fc, #edf8ff);
}

.reviews-badge {
  margin-bottom: 8px;
}

.reviews-hero-note {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
}

.reviews-hero-image {
  max-height: 250px;
}

.reviews-form-card {
  background: linear-gradient(150deg, #ffffff, #eef7ff);
}

.reviews-feed .section-title {
  margin-top: 0;
}

.contact-shell {
  background: linear-gradient(155deg, rgba(255, 249, 253, 0.95), rgba(238, 247, 255, 0.96));
}

.contact-intro {
  background: linear-gradient(145deg, #fff9fc, #edf8ff);
}

.contact-kicker {
  margin: 0 0 6px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 800;
  color: #55659a;
}

.contact-methods-card,
.contact-links-card {
  background: linear-gradient(150deg, #ffffff, #f3f9ff);
}
}

.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.86rem;
  color: #3e4770;
}

.consent-row input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex: 0 0 auto;
}

.legal-note {
  border: 1px solid #d8dfef;
  border-radius: 12px;
  background: linear-gradient(145deg, #ffffff, #f2f8ff);
  padding: 10px 12px;
  color: #3e4770;
  margin: 4px 0 14px;
}

.product-layout {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr);
  gap: 18px;
  align-items: start;
}

.product-image-panel {
  border: 1px solid #dae2f4;
  background: #ffffff;
  border-radius: var(--radius);
  overflow: hidden;
}

.product-image-panel img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  background: linear-gradient(160deg, #ffffff, #f1f8ff);
}

.product-form-panel {
  border: 1px solid #dbe2f5;
  border-radius: var(--radius);
  background: #ffffff;
  padding: 16px;
}

.product-note {
  margin-top: 8px;
}

.curated-block {
  margin-top: 28px;
}

.add-on-wrap {
  margin-top: 10px;
}

.add-on-grid {
  display: grid;
  gap: 8px;
}

.add-on-option {
  border: 1px solid #d7d0eb;
  background: linear-gradient(140deg, #ffffff, #f3f8ff);
  border-radius: 12px;
  padding: 9px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.add-on-option input {
  width: 18px;
  height: 18px;
  margin: 0;
}

.add-on-option span {
  display: grid;
  gap: 2px;
}

.add-on-option small {
  color: #5f6688;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 14px;
}

.order-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.order-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.order-item {
  border: 1px solid #d7ddf0;
  border-radius: 12px;
  background: #fff;
  padding: 10px 12px;
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: grab;
}

.order-item:active {
  cursor: grabbing;
}

.order-item.dragging {
  opacity: 0.45;
}

.link-item {
  border: 1px solid #d7ddf0;
  border-radius: 12px;
  background: #fff;
  padding: 10px 12px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.order-handle {
  color: #7a84a8;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.footer {
  border-top: 1px solid #d5dced;
  color: #566084;
  text-align: center;
  padding: 18px;
  font-size: 0.88rem;
  background: linear-gradient(180deg, rgba(248, 252, 255, 0.97), rgba(239, 247, 255, 0.98));
}

.footer-links {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-links a {
  color: #3e4a7a;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-meta {
  margin-top: 6px;
  font-size: 0.78rem;
  color: #6a7496;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 300;
  background:
    radial-gradient(900px 380px at 20% 10%, rgba(255, 181, 223, 0.2), transparent 70%),
    radial-gradient(900px 380px at 80% 90%, rgba(151, 224, 255, 0.18), transparent 70%),
    rgba(8, 12, 24, 0.86);
  display: grid;
  place-items: center;
  padding: 24px;
}

.lightbox[hidden] {
  display: none;
}

.lightbox-frame {
  position: relative;
  display: inline-block;
}

.lightbox-image {
  max-width: min(1000px, 92vw);
  max-height: 86vh;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 28px 44px rgba(0, 0, 0, 0.42);
  background: #fff;
  display: block;
}

.lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  background: linear-gradient(145deg, rgba(255, 239, 248, 0.95), rgba(236, 245, 255, 0.94));
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 18px rgba(17, 24, 46, 0.24);
  color: #7a3162;
  font-size: 1.35rem;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

.lightbox-close:hover,
.lightbox-close:focus-visible {
  transform: translateY(-1px) scale(1.03);
  background: linear-gradient(145deg, rgba(255, 228, 244, 0.98), rgba(227, 240, 255, 0.97));
  color: #5f2750;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reveal {
  animation: fadeUp 0.6s ease both;
}

.reveal-delay-1 {
  animation-delay: 0.08s;
}

.reveal-delay-2 {
  animation-delay: 0.16s;
}

@media (max-width: 1000px) {
  .hero-grid,
  .about-grid,
  .product-layout,
  .order-grid {
    grid-template-columns: 1fr;
  }

  .cart-layout {
    grid-template-columns: 1fr;
  }

  .cart-summary-card {
    position: static;
  }

  .hero-visual {
    min-height: 330px;
  }

  .value-grid,
  .steps-grid,
  .buyer-grid,
  .hero-meta {
    grid-template-columns: 1fr;
  }

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

  .nav {
    justify-content: flex-end;
  }
}

@media (max-width: 760px) {
  .header-inner {
    padding: 12px 0;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    gap: 0;
  }

  .site-header.mobile-nav-ready .nav {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    width: 100%;
    z-index: 140;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: linear-gradient(160deg, rgba(255, 247, 252, 0.98), rgba(242, 250, 255, 0.98));
    box-shadow: 0 14px 26px rgba(17, 22, 36, 0.16);
    padding: 10px;
    display: grid;
    gap: 6px;
    opacity: 0;
    transform: translateY(-4px);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  .site-header.mobile-nav-ready .nav a {
    padding: 9px 11px;
    width: 100%;
    text-align: left;
  }

  .site-header.mobile-nav-ready .nav a[href="/cart.html"] {
    display: none;
  }

  .site-header.mobile-nav-ready.menu-open .nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: 6px;
  }

  .mobile-cart-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 12px;
    white-space: nowrap;
    margin-left: auto;
    min-width: 44px;
    line-height: 1;
    font-size: 1.1rem;
  }

  .hero {
    padding-top: 26px;
  }

  .page-home {
    display: flex;
    flex-direction: column;
  }

  .page-home > .hero {
    order: 1;
  }

  .page-home > #shop {
    order: 2;
    padding-top: 12px;
  }

  .page-home > #how-it-works {
    order: 3;
    padding-top: 14px;
  }

  .hero h1 {
    font-size: clamp(1.7rem, 8vw, 2.1rem);
  }

  .hero p {
    font-size: 0.95rem;
  }

  .page-home #heroSubcopy,
  .page-home .hero-meta,
  .page-home .shop-section-sub,
  .page-home .legal-note {
    display: none;
  }

  .hero-row .btn-ghost {
    display: none;
  }

  .mobile-quick-note {
    display: block;
  }

  .cart-row {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .cart-row-main {
    grid-template-columns: 56px 1fr;
    width: 100%;
  }

  .cart-item-image {
    width: 56px;
    height: 56px;
  }

  .cart-row-controls {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    white-space: normal;
  }

  .cart-summary-actions-secondary {
    grid-template-columns: 1fr;
  }

  .cart-float {
    left: 16px;
    right: 16px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 20px);
    text-align: center;
    padding: 10px 14px;
    font-size: 0.9rem;
  }

  .cart-float.mobile-cart-managed {
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  .cart-float.mobile-cart-managed.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .cart-toast {
    left: 16px;
    right: 16px;
    transform: translate(0, 14px);
    text-align: center;
  }

  .cart-toast.show {
    transform: translate(0, 0);
  }

  .footer {
    padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 112px);
  }

  .footer-links {
    display: grid;
    gap: 2px;
  }

  .footer-links span[aria-hidden="true"] {
    display: none;
  }

  .section {
    padding: 24px 0;
  }
}

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