.products { background: #0b0a0d; }
.mobile-swipe-hint { display: none; }
.tilt-target {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  transform-style: preserve-3d;
  will-change: transform;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.product-card {
  min-height: 620px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
  display: grid;
  grid-template-rows: minmax(290px, 1.1fr) auto;
}
.product-card.product-wide {
  grid-column: span 2;
  min-height: 570px;
  grid-template-columns: 1.25fr .75fr;
  grid-template-rows: 1fr;
}
.product-card.reverse { grid-template-columns: .75fr 1.25fr; }
.product-card.reverse .product-image { order: 2; }
.product-card.dark-card {
  background: #17151b;
  color: #fff;
}
.product-image {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  background: #e9e7e1;
}
.product-image::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 80px rgba(0,0,0,.12);
  pointer-events: none;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.product-card:hover .product-image img { transform: scale(1.035); }
.square-image img { object-fit: contain; padding: 38px; background: #f6f3ec; }

.product-art {
  display: grid;
  place-items: center;
  isolation: isolate;
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,.9), transparent 20%),
    linear-gradient(145deg, #ded8e3, #f5f2f7 54%, #c7b7d1);
}
.product-art::before {
  content: "";
  position: absolute;
  inset: 8% 7%;
  border: 1px solid rgba(54,37,64,.12);
  border-radius: 50%;
  transform: rotate(-8deg);
}
.paper-roll,
.single-roll {
  position: absolute;
  width: 58%;
  height: 24px;
  border-radius: 999px 4px 4px 999px;
  background: linear-gradient(90deg, #eee9df 0 77%, #c4a471 78% 100%);
  box-shadow: 0 15px 24px rgba(58,45,65,.18);
  border: 1px solid rgba(38,30,42,.14);
}
.paper-roll::after,
.single-roll::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 4px;
  bottom: 4px;
  width: 18%;
  background: repeating-linear-gradient(90deg, rgba(84,57,35,.18) 0 2px, transparent 2px 5px);
}
.roll-a { transform: translate(-5%, -74px) rotate(-8deg); }
.roll-b { transform: translate(8%, -25px) rotate(5deg); }
.roll-c { transform: translate(-9%, 28px) rotate(-3deg); }
.roll-d { transform: translate(7%, 78px) rotate(8deg); }
.single-roll { width: 70%; transform: rotate(-18deg); }
.product-art-concentrate {
  background:
    radial-gradient(circle at 62% 38%, rgba(255,255,255,.7), transparent 16%),
    linear-gradient(140deg, #17131b, #2c2232 52%, #8f72a8);
}
.concentrate-blob {
  width: min(230px, 60%);
  aspect-ratio: 1.2;
  border-radius: 48% 52% 58% 42% / 45% 38% 62% 55%;
  transform: rotate(-12deg);
  background:
    radial-gradient(circle at 35% 28%, #f7d97d 0 8%, transparent 9%),
    radial-gradient(circle at 60% 55%, #8f4b16, transparent 58%),
    linear-gradient(135deg, #ffd978, #c77a20 52%, #7c3e0e);
  box-shadow: inset -18px -22px 30px rgba(87,41,6,.35), inset 12px 10px 25px rgba(255,245,183,.5), 0 32px 50px rgba(0,0,0,.32);
  filter: saturate(.9);
}
.product-art-jar {
  background:
    radial-gradient(circle at 50% 74%, rgba(143,114,168,.24), transparent 32%),
    linear-gradient(150deg, #ece8ef, #cfc4d7);
}
.extract-jar {
  position: relative;
  width: min(250px, 58%);
  aspect-ratio: 1.2;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 24px 24px 38px 38px;
  background: linear-gradient(135deg, rgba(255,255,255,.82), rgba(178,161,190,.72));
  border: 3px solid rgba(44,31,51,.35);
  box-shadow: inset 0 0 0 10px rgba(255,255,255,.22), 0 28px 45px rgba(61,43,70,.24);
}
.extract-jar::before {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  top: -20px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(#242029, #09080b);
  box-shadow: inset 0 5px 0 rgba(255,255,255,.1);
}
.extract-jar b {
  font-family: Anton, sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 400;
  color: #1a161d;
  line-height: .9;
}
.extract-jar small {
  margin-top: 8px;
  color: var(--purple-deep);
  font-weight: 800;
  letter-spacing: .25em;
}

.product-image > span {
  position: absolute;
  z-index: 2;
  top: 14px;
  left: 14px;
  color: #fff;
  background: rgba(12,11,14,.7);
  padding: 7px 9px;
  font-size: .59rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.product-copy { padding: clamp(28px, 4vw, 58px); }
.product-number {
  margin: 0 0 28px;
  color: var(--purple-deep);
  font-family: Anton, sans-serif;
  font-size: 2rem;
}
.product-type {
  margin: 0 0 10px;
  color: #65596f;
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-weight: 800;
}
.dark-card .product-type { color: var(--purple-light); }
.product-copy h3 {
  margin: 0;
  font-family: Anton, sans-serif;
  font-weight: 400;
  font-size: clamp(3rem, 5vw, 5.3rem);
  line-height: .93;
  text-transform: uppercase;
}
.product-copy > p:last-of-type {
  max-width: 500px;
  margin: 22px 0 0;
  color: #675f69;
  line-height: 1.65;
}
.dark-card .product-copy > p:last-of-type { color: #aaa4ae; }
.product-copy a {
  display: inline-block;
  margin-top: 28px;
  font-weight: 800;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--purple-deep);
}

.brand-band {
  padding: clamp(86px, 10vw, 160px) clamp(20px, 8vw, 135px);
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255,255,255,.22), transparent 45%),
    var(--purple);
}
.brand-band-inner { max-width: 1200px; }
.brand-band h2 { font-size: clamp(4rem, 8vw, 9rem); }
.brand-band p:last-child {
  max-width: 770px;
  margin: 34px 0 0;
  font-size: clamp(1.05rem, 1.8vw, 1.4rem);
  line-height: 1.65;
  color: #2c2332;
}

.process { background: var(--paper); color: var(--ink); }
.process .section-copy p { color: #68616b; }
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(0,0,0,.17);
  border-bottom: 1px solid rgba(0,0,0,.17);
}
.process-step {
  min-height: 320px;
  padding: 34px 26px;
  border-right: 1px solid rgba(0,0,0,.17);
}
.process-step:last-child { border-right: 0; }
.process-step span {
  color: var(--purple-deep);
  font-family: Anton, sans-serif;
  font-size: 2.6rem;
}
.process-step h3 {
  margin: 65px 0 14px;
  font-family: Anton, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
.process-step p { margin: 0; color: #676069; line-height: 1.65; }

.find-section { background: #0b0a0d; }
.find-panel {
  min-height: 630px;
  border: 1px solid var(--line);
  padding: clamp(38px, 6vw, 84px);
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: center;
  background:
    radial-gradient(circle at 12% 80%, rgba(143,114,168,.25), transparent 28%),
    #131116;
}
.find-panel h2 { font-size: clamp(4rem, 8vw, 8rem); }
.find-panel > div:first-child > p:last-child {
  max-width: 540px;
  color: #aaa4ae;
  line-height: 1.75;
}
.location-stack { display: grid; gap: 12px; }
.location-stack article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px 20px;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.025);
}
.location-stack span {
  color: #8c8690;
  font-size: .67rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.location-stack strong {
  grid-row: span 2;
  align-self: center;
  color: var(--purple-light);
  font-family: Anton, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  text-transform: uppercase;
}
.location-stack small { color: #fff; }

.wholesale {
  padding: clamp(82px, 10vw, 155px) clamp(20px, 7vw, 116px);
  display: grid;
  grid-template-columns: 1fr .85fr;
  gap: clamp(55px, 8vw, 130px);
  align-items: center;
  color: var(--ink);
  background: var(--lavender);
}
.wholesale h2 { font-size: clamp(4.2rem, 8vw, 8.8rem); }
.wholesale-copy > p:not(.kicker) {
  max-width: 650px;
  margin: 32px 0 0;
  color: #5b5260;
  line-height: 1.75;
}
.wholesale-points {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wholesale-points span {
  border: 1px solid rgba(0,0,0,.2);
  padding: 9px 12px;
  font-size: .66rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(26px, 4vw, 48px);
  background: #fff;
  box-shadow: 0 30px 80px rgba(49,35,58,.13);
}
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span {
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .13em;
  font-weight: 800;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d8d1dc;
  background: #f7f4f8;
  color: var(--ink);
  padding: 14px 15px;
  outline: none;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: var(--purple); }
.contact-form textarea { resize: vertical; }
.contact-form #formNote { margin: 0; color: #827987; font-size: .72rem; line-height: 1.5; }

.faq {
  display: grid;
  grid-template-columns: .65fr 1.35fr;
  gap: 80px;
  background: #0b0a0d;
}
.faq h2 { font-size: clamp(5rem, 9vw, 9rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 25px 42px 25px 0;
  position: relative;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  font-weight: 700;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  color: var(--purple-light);
  font-size: 1.5rem;
}
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p {
  margin: 0;
  max-width: 720px;
  padding: 0 35px 25px 0;
  color: #99939d;
  line-height: 1.7;
}

footer {
  padding: clamp(58px, 7vw, 100px) clamp(20px, 5vw, 76px) 30px;
  border-top: 1px solid var(--line);
  background: #070609;
}
.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.footer-top > p {
  max-width: 620px;
  margin: 0;
  color: #85808a;
  font-size: .78rem;
  line-height: 1.7;
}
.warning-box {
  margin-top: 55px;
  border: 1px solid var(--line);
  padding: 22px;
}
.warning-box strong {
  color: var(--purple-light);
  font-size: .75rem;
  letter-spacing: .12em;
}
.warning-box p {
  margin: 9px 0 0;
  color: #85808a;
  font-size: .72rem;
  line-height: 1.65;
}
.footer-bottom {
  margin-top: 28px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: #66616b;
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
