:root {
  --bg: #f9f2fb;
  --surface: #fff8fc;
  --surface-soft: #f3fbff;
  --text: #141826;
  --muted: #5a617f;
  --line: #e2e6f0;
  --line-strong: #d4dbea;
  --accent: #ec4a9d;
  --accent-deep: #c02f75;
  --accent-soft: #ffdced;
  --aqua: #2c94b5;
  --mint: #bef4e9;
  --gold: #ffe7b2;
  --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 10% -12%, rgba(255, 176, 220, 0.48), transparent 65%),
    radial-gradient(1000px 420px at 92% -8%, rgba(157, 228, 255, 0.46), transparent 64%),
    radial-gradient(900px 360px at 50% 105%, rgba(255, 216, 170, 0.24), transparent 72%),
    linear-gradient(180deg, #fdf6fc 0%, #f0f6ff 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, #fff1f8, #f2fbff 60%, #fff7ea);
  color: #664d7f;
  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(255, 246, 252, 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 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: #f7f8fc;
}

.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, 238, 248, 0.97), rgba(237, 249, 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 #f4cce1;
  color: #a73472;
  background: #fff7fc;
  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;
}

.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(255, 247, 252, 0.94), rgba(240, 249, 255, 0.94));
  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, #f8f9ff, #fff8fc);
  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;
}

.panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(150deg, rgba(255, 242, 250, 0.97), rgba(240, 250, 255, 0.96));
  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, 247, 252, 0.97), rgba(245, 251, 255, 0.96));
  box-shadow: 0 8px 20px rgba(17, 22, 36, 0.06);
}

.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, #fff4fb, #eefcff);
  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, #fffafd, #f6fbff);
}

.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, #fff3fa, #edf9ff);
  color: #3f4a76;
  font-weight: 800;
  font-size: 0.84rem;
  padding: 8px 12px;
  cursor: pointer;
}

.filter-chip.active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(140deg, #f04fa4, #ce3982);
  box-shadow: 0 8px 18px rgba(223, 48, 129, 0.22);
}

.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-image-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dbe2f5;
}

.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: #0f7f9b;
}

.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 #dfcde8;
  border-radius: var(--radius);
  background: linear-gradient(140deg, #fff1fa, #f0f9ff);
  box-shadow: var(--shadow-soft);
  padding: 16px;
}

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

.cart-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border: 1px solid #e0e4f3;
  border-radius: 14px;
  padding: 12px;
  background: #fff8fc;
}

.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;
}

.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: var(--accent);
  color: #fff;
  box-shadow: 0 8px 18px rgba(223, 48, 129, 0.24);
}

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

.btn-ghost {
  background: linear-gradient(140deg, #fff3fa, #edf8ff);
  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);
}

.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);
}

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: #fff8fc;
  border-radius: 14px;
  padding: 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: #fff7fc;
  border-radius: var(--radius);
  overflow: hidden;
}

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

.product-form-panel {
  border: 1px solid #dbe2f5;
  border-radius: var(--radius);
  background: #fff7fc;
  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: #fff4fb;
  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;
}

.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(255, 242, 250, 0.95), rgba(236, 248, 255, 0.96));
}

.footer-links {
  margin-top: 6px;
}

.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: rgba(8, 12, 24, 0.86);
  display: grid;
  place-items: center;
  padding: 24px;
}

.lightbox[hidden] {
  display: none;
}

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

.lightbox-close {
  position: fixed;
  top: 16px;
  right: 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(24, 32, 55, 0.8);
  color: #fff;
  padding: 8px 12px;
  font-size: 0.88rem;
  font-weight: 700;
}

@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;
  }

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

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

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

@media (max-width: 760px) {
  .header-inner {
    padding: 12px 0;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    width: 100%;
  }

  .nav a {
    padding: 7px 10px;
  }

  .hero {
    padding-top: 26px;
  }

  .cart-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-float {
    left: 16px;
    right: 16px;
    text-align: center;
  }

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

  .cart-toast.show {
    transform: translate(0, 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;
  }
}
