/* ============================================================
   VYON — Collection page
   ============================================================ */

/* ---------- hero ---------- */

.shop-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.shop-hero-bg { position: absolute; inset: 0; overflow: hidden; }
.shop-hero-bg video {
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.shop-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4,6,14,0.75) 0%, rgba(4,6,14,0.25) 45%, var(--midnight) 100%);
}
.shop-hero-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: 0 1.5rem;
}
.shop-hero-content .display-xl { margin: 1.4rem 0 1.6rem; }
.shop-hero-content .serif-lead { color: var(--cream-dim); }

/* ---------- index bar ---------- */

.shop-index {
  position: sticky;
  top: 0;
  z-index: 800;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(1rem, 2.6vw, 2.6rem);
  padding: 1.1rem var(--pad);
  background: rgba(4, 6, 14, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--hairline-soft);
  border-bottom: 1px solid var(--hairline-soft);
}
.shop-index a {
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--cream-dim);
  transition: color 0.3s;
  white-space: nowrap;
}
.shop-index a:hover, .shop-index a.current { color: var(--gold-warm); }

@media (max-width: 700px) {
  .shop-index { display: none; }
}

/* ---------- Magnifigue spotlight ---------- */

.spotlight {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: clamp(7rem, 14vh, 11rem) var(--pad);
  display: flex;
  align-items: center;
}
.spotlight-media { position: absolute; inset: 0; }
.spotlight-media img {
  position: absolute;
  inset: auto;
  top: -5%;
  left: 0;
  width: 100%; height: 110% !important;
  object-fit: cover;
  object-position: center 30%;
  opacity: 0.62;
}
.spotlight-shade {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 30% 50%, rgba(4,6,14,0.82) 0%, rgba(4,6,14,0.45) 100%),
    linear-gradient(180deg, var(--midnight) 0%, transparent 22%, transparent 78%, var(--midnight) 100%);
}
.spotlight-content { position: relative; z-index: 3; width: 100%; }
.spotlight-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(3.6rem, 11vw, 10rem);
  line-height: 1;
  letter-spacing: 0.03em;
  margin: 1.6rem 0 0.8rem;
}
.spotlight-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  margin: 2.8rem 0;
  max-width: 1100px;
}
.spotlight-story p {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.7;
  color: var(--cream-dim);
  margin-bottom: 1.2rem;
}
.spotlight-story p:last-child { color: var(--gold-warm); font-style: italic; }

.spotlight-notes { align-self: center; }

@media (max-width: 900px) {
  .spotlight-grid { grid-template-columns: 1fr; }
}

/* ---------- shared product bits ---------- */

.product-tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  color: var(--gold-warm);
  margin-bottom: 1.6rem;
}

.note-tier { margin-bottom: 1.5rem; }
.note-tier h4 {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.45rem;
}
.note-tier p {
  font-family: var(--font-display);
  font-size: 1.08rem;
  color: var(--cream);
  letter-spacing: 0.04em;
}

.product-actions {
  width: min(100%, 540px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 1rem;
  margin-top: 2.2rem;
}
.product-actions .btn,
.product-actions .soldout-badge {
  width: 100%;
  min-height: 58px;
  justify-content: center;
  text-align: center;
  padding: 1rem 1.2rem;
}

.price-options {
  width: min(100%, 540px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 2rem;
  border: 1px solid var(--hairline-soft);
}
.price-option {
  min-height: 58px;
  min-width: 0;
  padding: 0.9rem 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  border-right: 1px solid var(--hairline-soft);
  background: rgba(255,255,255,0.012);
  color: var(--cream-dim);
  transition: color 0.35s, background 0.35s;
}
.price-option:last-child { border-right: 0; }
.price-option span {
  font-size: 0.58rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.price-option strong {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 400;
}
.price-option.active {
  color: var(--gold-warm);
  background: rgba(212,175,55,0.055);
}
.single-price,
.bespoke-price {
  width: min(100%, 430px);
  margin-top: 2rem;
  padding: 1.15rem 1.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  border-top: 1px solid var(--hairline-soft);
  border-bottom: 1px solid var(--hairline-soft);
}
.single-price span,
.bespoke-price span,
.bespoke-price small {
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cream-dim);
}
.single-price strong,
.bespoke-price strong {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 400;
  color: var(--gold-warm);
}
.giftcard-contact-note {
  max-width: 54ch;
  margin-top: 1.8rem;
  color: var(--cream-dim);
}
.giftcard-action { margin-top: 2rem; }
.giftcard-action .btn { min-width: min(100%, 340px); justify-content: center; }
/* ---------- product panels ---------- */

.product {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  border-top: 1px solid var(--hairline-soft);
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(ellipse 62% 82% at 24% 50%, rgba(22, 34, 78, 0.11) 0%, rgba(11, 17, 39, 0.05) 44%, transparent 80%),
    radial-gradient(ellipse 38% 52% at 43% 62%, rgba(212, 175, 55, 0.016) 0%, transparent 82%),
    var(--midnight);
}
.product.flip {
  background:
    radial-gradient(ellipse 62% 82% at 76% 50%, rgba(22, 34, 78, 0.11) 0%, rgba(11, 17, 39, 0.05) 44%, transparent 80%),
    radial-gradient(ellipse 38% 52% at 57% 62%, rgba(212, 175, 55, 0.016) 0%, transparent 82%),
    var(--midnight);
}
.product::before {
  content: '';
  position: absolute;
  z-index: 0;
  width: min(50vw, 760px);
  aspect-ratio: 1;
  left: 1.5%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(84, 105, 169, 0.032) 0%, rgba(32, 47, 95, 0.012) 46%, transparent 80%);
  filter: blur(72px);
  pointer-events: none;
}
.product.flip::before { left: auto; right: 1.5%; }
.product.flip .product-media { order: 2; }
.product.flip .product-body { order: 1; }

/* clean no-text campaign imagery: safe to crop, framed like a painting */
.product-media {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(3.5rem, 7vh, 6rem) clamp(1.5rem, 3.5vw, 3.5rem);
  background: transparent;
}
.product-frame {
  position: relative;
  width: 100%;
  max-width: 720px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid var(--hairline-soft);
  box-shadow: 0 40px 90px -40px rgba(0, 0, 0, 0.9);
}
.product-frame img {
  position: absolute;
  inset: auto;
  top: -3.5%;
  left: 0;
  width: 100%;
  height: 107%;
  object-fit: cover;
}

.product-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 9vh, 7rem) clamp(2rem, 5vw, 5.5rem);
  position: relative;
  z-index: 1;
  background: transparent;
}
.product-index {
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: 0.4em;
  color: rgba(212, 175, 55, 0.55);
  margin-bottom: 1.2rem;
}
.product-title {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(3rem, 6.5vw, 5.6rem);
  line-height: 1;
  margin-bottom: 0.9rem;
}
.product-story {
  color: var(--cream-dim);
  max-width: 54ch;
  margin-bottom: 2.2rem;
}
.product-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
  padding-top: 1.8rem;
  border-top: 1px solid var(--hairline-soft);
  max-width: 620px;
}

@media (max-width: 960px) {
  .product { grid-template-columns: 1fr; }
  .product,
  .product.flip {
    background:
      radial-gradient(ellipse 94% 46% at 50% 24%, rgba(22, 34, 78, 0.09) 0%, rgba(11, 17, 39, 0.035) 50%, transparent 86%),
      var(--midnight);
  }
  .product::before,
  .product.flip::before {
    width: 92vw;
    left: 4%;
    right: auto;
    top: 23%;
  }
  .product.flip .product-media { order: 0; }
  .product-media { padding: 3rem 1.25rem; }
  .product-notes { grid-template-columns: 1fr; gap: 0.4rem; }
}

/* ---------- discovery set ---------- */

.discovery {
  position: relative;
  border-top: 1px solid var(--hairline-soft);
  padding: clamp(7rem, 14vh, 11rem) 0;
  background:
    radial-gradient(ellipse 60% 50% at 75% 50%, rgba(212, 175, 55, 0.07) 0%, transparent 70%),
    linear-gradient(180deg, var(--midnight), #070c22 50%, var(--midnight));
  overflow: hidden;
}
.discovery-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
  max-width: none;
}
.discovery-copy { padding: 0 clamp(2rem, 5vw, 5.5rem); }
.discovery-copy .display-lg { margin: 1.4rem 0 1.6rem; }
.discovery-title span { display: block; white-space: nowrap; }
.discovery-copy .serif-lead { color: var(--cream-dim); margin-bottom: 1.4rem; }

.discovery-visual {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 clamp(1.5rem, 3.5vw, 3.5rem);
}
.discovery-frame {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid var(--hairline);
  box-shadow: 0 50px 110px -40px rgba(0, 0, 0, 0.9), 0 0 80px -30px rgba(212, 175, 55, 0.3);
}
.discovery-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 960px) {
  .discovery-inner { grid-template-columns: 1fr; }
  .discovery-copy { padding: 0 var(--pad); }
  .discovery-visual { padding: 3rem 1.25rem 0; }
}

@media (max-width: 600px) {
  .discovery-title { font-size: clamp(2.6rem, 13vw, 3.2rem); }
}

/* ---------- gift card ---------- */

.giftcard {
  border-top: 1px solid var(--hairline-soft);
  padding: clamp(7rem, 14vh, 11rem) var(--pad);
  overflow: hidden;
}
.giftcard-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}
.giftcard-copy .display-lg { margin: 1.4rem 0 1.6rem; }
.giftcard-copy .serif-lead { color: var(--cream-dim); margin-bottom: 1.4rem; }

.gift-card-3d {
  perspective: 1200px;
  width: min(100%, 460px);
  margin: 0 auto;
}
.gift-card-face {
  position: relative;
  aspect-ratio: 1.586;
  background:
    radial-gradient(ellipse at 25% 15%, rgba(232, 198, 106, 0.16) 0%, transparent 55%),
    linear-gradient(140deg, #0d1533 0%, #060a1c 55%, #0b1230 100%);
  border: 1px solid var(--hairline);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transform-style: preserve-3d;
  transition: transform 0.25s ease-out;
  box-shadow: 0 40px 90px -30px rgba(0, 0, 0, 0.9), 0 0 60px -20px rgba(212, 175, 55, 0.25);
  overflow: hidden;
}
.gift-card-face .gift-icon { height: 46px; opacity: 0.95; }
.gift-card-face .gift-word {
  font-size: 2rem;
  letter-spacing: 0.4em;
  margin-left: 0.4em;
  color: var(--gold-warm);
}
.gift-card-face .gift-sub {
  font-size: 0.6rem;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--cream-dim);
}
.gift-card-face .gift-code {
  position: absolute;
  bottom: 1.2rem;
  font-size: 0.55rem;
  letter-spacing: 0.3em;
  color: rgba(242, 234, 217, 0.35);
}
.gift-sheen {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(246, 232, 189, 0.14) 50%, transparent 70%);
  transform: translateX(-120%);
  animation: giftSheen 5s ease-in-out infinite;
}
@keyframes giftSheen {
  0%, 55% { transform: translateX(-120%); }
  85%, 100% { transform: translateX(120%); }
}

@media (max-width: 960px) {
  .giftcard-grid { grid-template-columns: 1fr; }
}

/* ---------- closing ---------- */

.closing {
  border-top: 1px solid var(--hairline-soft);
  background: radial-gradient(ellipse 55% 55% at 50% 100%, rgba(16, 26, 63, 0.8) 0%, transparent 100%), var(--midnight);
}
.closing .bespoke-price {
  width: min(100%, 560px);
  margin: 0 auto 2.3rem;
}

.service-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin: 0 auto 2rem;
  font-size: 0.62rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--cream-dim);
}
.service-status span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(212,175,55,0.55);
}

@media (max-width: 560px) {
  .price-option { padding: 0.85rem 0.8rem; gap: 0.55rem; }
  .price-option span { letter-spacing: 0.17em; }
  .product-actions { gap: 0.7rem; }
  .product-actions .btn,
  .product-actions .soldout-badge { min-height: 54px; padding: 0.85rem 0.65rem; }
  .single-price,
  .bespoke-price { align-items: flex-start; flex-direction: column; gap: 0.35rem; }
  .giftcard-action .btn { width: 100%; min-width: 0; }
}
