/* ══════════════════════════════════════════════════════════════════════
   SELAKA BALI · home.css — index.html only: hero, collection grid,
   craft, care, ordering, waitlist, catalog index, WhatsApp bubble.
   Loads AFTER base.css. Split from styles.css in batch 1D (FE-L1) —
   block order preserved.
══════════════════════════════════════════════════════════════════════ */

/* ══════════════════════════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════════════════════════ */
.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: calc(100svh - var(--nav-h) - 44px);
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  isolation: isolate;
  background: var(--charcoal);
}

.hero-img-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--charcoal);
  z-index: 0;
}
.hero-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(28,28,26,.88) 0%, rgba(28,28,26,.60) 44%, rgba(28,28,26,.22) 100%),
    linear-gradient(0deg, rgba(28,28,26,.52) 0%, rgba(28,28,26,.10) 52%, rgba(28,28,26,.24) 100%);
}
.hero-img-wrap img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center center;
  opacity: .92;
  transition: transform 1.2s ease;
}
.hero:hover .hero-img-wrap img { transform: scale(1.025); }

.hero-badge {
  position: absolute; top: 18px; left: 18px;
  background: rgba(248,246,242,.90);
  backdrop-filter: blur(12px);
  border: 1px solid var(--line-2);
  padding: 8px 16px; border-radius: var(--pill);
  font-size: 9px; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase; color: var(--stone);
}

.hero-body {
  position: relative;
  z-index: 2;
  width: min(100%, 980px);
  padding: 56px var(--pad) 52px;
  background: transparent;
  color: var(--white);
  display: flex; flex-direction: column; justify-content: flex-end;
}
.hero-eyebrow {
  display: flex; align-items: center; gap: 12px;
  font-size: 10px; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.78);
  margin-bottom: 18px;
}
.eyebrow-line { display: block; width: 34px; height: 1px; background: var(--gold-lt); flex-shrink: 0; }

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(58px, 16vw, 150px);
  line-height: .82; letter-spacing: 0;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 24px;
}
.hero-title em { font-style: italic; color: var(--gold); }
.hero-title span { display: block; }

.hero-sub {
  font-size: clamp(14px, 1.5vw, 17px);
  font-weight: 300; color: rgba(255,255,255,.84);
  line-height: 1.72; max-width: 46ch; margin-bottom: 0;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
  margin-top: 30px;
}
.hero-cta-btn {
  align-self: flex-start;
  background: var(--white);
  color: var(--charcoal);
  border-color: var(--white);
}
.hero-cta-btn:hover {
  background: var(--ivory-2);
  color: var(--charcoal);
  border-color: var(--ivory-2);
}
.hero-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: rgba(255,255,255,.84);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,.42);
}
.hero-link:hover { color: var(--white); border-bottom-color: var(--white); }
.hero a:focus-visible {
  outline: 2px solid var(--gold-lt);
  outline-offset: 4px;
}
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  max-width: 760px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.24);
}
.hero-proof div { min-width: 132px; }
.hero-proof dt {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.58);
  margin-bottom: 4px;
}
.hero-proof dd {
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255,255,255,.88);
}


/* ══════════════════════════════════════════════════════════════════════
   DROP 01 — COLLECTION SECTION
══════════════════════════════════════════════════════════════════════ */
.drop-section {
  padding-top: clamp(58px, 7vw, 96px);
  padding-bottom: clamp(64px, 8vw, 104px);
}

.drop-header {
  display: grid;
  gap: 22px;
  padding-bottom: clamp(28px, 5vw, 54px);
  margin-bottom: clamp(28px, 5vw, 58px);
  border-bottom: 1px solid var(--line-2);
}
.drop-label {
  display: block;
  font-size: 10px; font-weight: 600;
  letter-spacing: .24em; text-transform: uppercase; color: var(--stone);
  margin-bottom: 10px;
}
.drop-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300; font-size: clamp(44px, 9vw, 76px);
  line-height: .9; letter-spacing: 0;
}
.drop-title em { font-style: italic; color: var(--gold); }
.drop-desc {
  font-size: 14px; font-weight: 300; color: var(--stone);
  line-height: 1.8; max-width: 42ch;
}
.drop-header-right {
  display: grid;
  gap: 16px;
  align-content: end;
}
.catalog-currency-control {
  justify-self: start;
}

/* Product Grid */
.products-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(30px, 7vw, 48px) clamp(16px, 4vw, 28px);
  align-items: stretch;
}

/* Product Card */
.p-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: visible;
  transition:
    transform .22s ease;
}
.p-card:hover,
.p-card:focus-within {
  transform: none;
}
.p-card-link {
  color: inherit;
  cursor: pointer;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.p-card-link:focus-visible {
  outline: 1px solid var(--gold);
  outline-offset: 7px;
}

.p-img {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: rgba(248,246,242,.38);
  position: relative;
}
.p-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center center;
  padding: 0;
  transition:
    opacity .55s cubic-bezier(.22,1,.36,1),
    transform .58s cubic-bezier(.22,1,.36,1);
}
.p-card:hover .p-img img,
.p-card:focus-within .p-img img { transform: scale(1.012); }

.p-body {
  padding: 0;
  display: grid;
  flex: 1;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "type type"
    "name price";
  column-gap: 14px;
  row-gap: 3px;
  align-items: end;
  min-height: 0;
}
.p-type {
  grid-area: type;
  font-size: 9px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase;
  color: var(--stone);
}
.p-name {
  grid-area: name;
  min-width: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400; font-size: clamp(20px, 2.1vw, 26px); line-height: 1.04;
  letter-spacing: 0;
  margin-bottom: 0;
}
.p-footer {
  grid-area: price;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  align-self: end;
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.p-price {
  font-size: 12px; font-weight: 500; color: var(--ink-2);
  line-height: 1.35;
  text-align: right;
  white-space: nowrap;
}
.p-cta-hint {
  display: none;
}


/* ══════════════════════════════════════════════════════════════════════
   ORDERING & SUPPORT
══════════════════════════════════════════════════════════════════════ */
.ordering-section {
  background: var(--ivory-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(62px, 8vw, 96px) 0;
}

.ordering-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(30px, 5vw, 58px);
  align-items: start;
}

.ordering-copy {
  max-width: 560px;
}

.ordering-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(38px, 8vw, 64px);
  line-height: .94;
  color: var(--charcoal);
  margin-bottom: 20px;
}
.ordering-title em { font-style: italic; color: var(--gold); }

.ordering-sub {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.82;
  color: var(--ink-2);
  max-width: 50ch;
}

.ordering-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.ordering-trust-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
}

.ordering-trust-list li {
  min-width: 0;
  background: rgba(248,246,242,.82);
  padding: clamp(22px, 4vw, 32px);
}

.ordering-trust-list span {
  display: block;
  margin-bottom: 9px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold);
}

.ordering-trust-list strong {
  display: block;
  margin-bottom: 8px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--charcoal);
}

.ordering-trust-list p {
  margin: 0;
  font-size: 13px;
  line-height: 1.68;
  color: var(--stone);
}

.ordering-policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.ordering-policy-links a {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--stone);
  transition: color .2s;
}
.ordering-policy-links a:hover { color: var(--charcoal); }


/* ══════════════════════════════════════════════════════════════════════
   SILVER CARE SECTION
══════════════════════════════════════════════════════════════════════ */
.care-section {
  background: var(--ivory);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(60px, 8vw, 92px) 0;
}

.care-header {
  display: flex; flex-direction: column;
  gap: 18px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 2px;
}
.care-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300; font-size: clamp(42px, 9vw, 68px);
  line-height: .93; margin-bottom: 16px;
}
.care-title em { font-style: italic; color: var(--gold); }
.care-sub {
  font-size: 13px; font-weight: 300; color: var(--stone);
  line-height: 1.8; max-width: 52ch;
}

.care-grid {
  display: grid; grid-template-columns: 1fr;
  gap: 2px; background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r); overflow: hidden;
  margin-bottom: 2px;
}
.care-card {
  background: var(--white);
  padding: clamp(26px, 4vw, 38px);
}
.care-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400; font-size: 22px; margin-bottom: 10px;
}
.care-card > p {
  font-size: 13px; color: var(--stone); line-height: 1.75;
  max-width: 44ch;
}
.care-steps {
  list-style: none; margin-top: 18px;
  display: flex; flex-direction: column; gap: 2px;
}
.care-steps li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 16px; background: var(--ivory);
  border-radius: var(--r);
}
.care-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px; color: var(--gold);
  line-height: 1; flex-shrink: 0; min-width: 18px;
  padding-top: 1px;
}
.care-step-body strong {
  display: block; font-size: 12px; font-weight: 500; margin-bottom: 3px;
}
.care-step-body span {
  font-size: 12px; color: var(--stone); line-height: 1.6;
}

.care-banner {
  background: var(--charcoal); color: var(--white);
  padding: clamp(28px, 4vw, 42px); border-radius: var(--r);
  margin-top: 2px;
}
.care-banner h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px; font-weight: 300; color: var(--white);
  margin-bottom: 10px;
}
.care-banner p {
  font-size: 13px; color: rgba(255,255,255,.70);
  line-height: 1.8; margin-bottom: 24px; max-width: 52ch;
}


/* ══════════════════════════════════════════════════════════════════════
   TABLET  ≥ 640px — home sections
══════════════════════════════════════════════════════════════════════ */
@media (min-width: 640px) {
  .hero { min-height: calc(100svh - var(--nav-h) - 56px); }
  .hero-body {
    justify-content: flex-end;
    padding: 76px 44px 64px;
  }
  .hero-proof { gap: 18px 34px; }

  .drop-header {
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    align-items: end;
  }
  .drop-header-right { justify-self: end; justify-items: end; }
  .drop-desc { justify-self: end; text-align: right; max-width: 36ch; }
  .catalog-currency-control { justify-self: end; }
  .drop2-teaser {
    grid-template-columns: minmax(0, .95fr) minmax(300px, .78fr);
    align-items: center;
  }

  .products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .p-body { padding: 0; }

  .care-grid { grid-template-columns: repeat(2, 1fr); }
  .care-header { flex-direction: row; align-items: flex-end; justify-content: space-between; }
  .care-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
  }
  .care-banner p { margin-bottom: 0; }
  .care-banner .btn { flex-shrink: 0; }

  .ordering-inner {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  }
  .ordering-trust-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ordering-policy-links { grid-column: 2; }
}

/* ══════════════════════════════════════════════════════════════════════
   DESKTOP  ≥ 1024px — home sections
══════════════════════════════════════════════════════════════════════ */
@media (min-width: 1024px) {
  .hero { min-height: calc(100svh - var(--nav-h) - 64px); }
  .hero-body { padding: 92px 72px 76px; }
  .products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(36px, 4.8vw, 58px) clamp(18px, 2.2vw, 28px);
  }
  .p-card-link { gap: 12px; }
  .p-body { padding: 0; }
}

/* ══════════════════════════════════════════════════════════════════════
   REDUCED MOTION — home imagery
══════════════════════════════════════════════════════════════════════ */
@media (prefers-reduced-motion: reduce) {
  .p-img img,
  .hero-img-wrap img { transition: none; }
  .hero:hover .hero-img-wrap img { transform: none; }
}

/* ══════════════════════════════════════════════════════════════════════
   SECOND IMAGE HOVER CROSSFADE
══════════════════════════════════════════════════════════════════════ */
.p-img { position: relative; overflow: hidden; }

.p-img-primary {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  padding: 0;
  display: block;
  transition:
    opacity .55s cubic-bezier(.22,1,.36,1),
    transform .58s cubic-bezier(.22,1,.36,1);
}
.p-img-secondary {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.p-img.is-missing .p-img-primary,
.p-img.is-missing .p-img-secondary { display: none; }

@media (hover: hover) and (pointer: fine) {
  .p-card.has-alt-image:not(.is-sold-out):hover .p-img-primary,
  .p-card.has-alt-image:not(.is-sold-out):focus-within .p-img-primary {
    opacity: 0;
  }

  .p-card.has-alt-image:not(.is-sold-out):hover .p-img-secondary,
  .p-card.has-alt-image:not(.is-sold-out):focus-within .p-img-secondary {
    opacity: 1;
  }
}
.p-img-placeholder {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  text-align: center;
  font-size: 10px; font-weight: 500; letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--stone);
  background:
    linear-gradient(135deg, rgba(178,142,91,.10), transparent 38%),
    var(--ivory-2);
}

/* ── Sold-out badge (injected by renderCatalog) ──────────────────────── */
.p-sold-out {
  position: absolute; top: 10px; left: 10px; z-index: 3;
  background: rgba(248,246,242,.9);
  color: var(--charcoal);
  font-family: 'Montserrat', sans-serif;
  font-size: 9px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase;
  padding: 5px 9px;
  border: 1px solid rgba(28,28,26,.14);
  pointer-events: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.is-sold-out .p-img img {
  filter: saturate(.9);
  opacity: .96;
}
.is-sold-out .p-price    { color: var(--stone); opacity: 1; }

/* ── Loading skeletons (visible until renderCatalog populates) ───────── */
@keyframes p-skeleton-pulse {
  0%, 100% { opacity: .35; }
  50%      { opacity: .65; }
}
.p-name:empty,
.p-price:empty {
  display: inline-block;
  background: var(--line);
  border-radius: 3px;
  animation: p-skeleton-pulse 1.4s ease-in-out infinite;
}
.p-name:empty  { width: 60%; height: 18px; margin-bottom: 12px; }
.p-price:empty { width: 80px; height: 11px; }

/* ── Catalog error state (shown only when /api/collection fails) ─────── */
.catalog-error {
  margin: 36px auto 0;
  max-width: 520px;
  padding: 28px 24px;
  text-align: center;
  background: var(--ivory-2);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
}
.catalog-error-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400; font-size: 22px;
  color: var(--charcoal);
  margin: 0 0 10px;
}
.catalog-error-body {
  font-size: 13px; font-weight: 300;
  color: var(--stone); line-height: 1.7;
  margin: 0 0 20px;
}


/* ══════════════════════════════════════════════════════════════════════
   DROP 02 WAITLIST
══════════════════════════════════════════════════════════════════════ */
/* ══════════════════════════════════════════════════════════════════════
   DROP 02 — EMAIL WAITLIST FORM
══════════════════════════════════════════════════════════════════════ */
.drop2-form {
  display: grid; gap: 6px;
}
.drop2-email-label {
  font-size: 9px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--stone);
}
.drop2-fields {
  display: flex; flex-wrap: wrap; gap: 7px; align-items: stretch;
}
.drop2-input {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px; font-weight: 300;
  padding: 12px 14px;
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line-2);
  border-radius: var(--r);
  color: var(--charcoal);
  flex: 1; min-width: 180px;
  outline: none;
  transition: border-color .2s, background .2s;
  -webkit-appearance: none;
}
.drop2-input::placeholder   { color: var(--stone); }
.drop2-input:focus           { background: var(--white); border-color: rgba(128,101,47,.34); }
.drop2-input[aria-invalid="true"] { border-color: rgba(132,42,30,.58); }
.drop2-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.drop2-status {
  font-size: 12px; font-weight: 400;
  color: var(--ink-2); letter-spacing: .02em;
  margin: 2px 0 0;
  min-height: 16px;
}
.drop2-status[data-state="error"] {
  color: #842a1e;
}
.drop2-note {
  font-size: 10px; font-weight: 300;
  color: var(--stone);
  letter-spacing: .06em; line-height: 1.6;
  margin: 0;
  max-width: 52ch;
}


/* ══════════════════════════════════════════════════════════════════════
   DROP 02 COMING SOON TEASER
══════════════════════════════════════════════════════════════════════ */
.drop2-teaser {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 28px;
  padding: 20px 0 0;
  background: transparent;
  border-top: 1px solid var(--line);
  border-radius: 0;
}
.drop2-left { max-width: 42ch; }
.drop2-action { display: grid; gap: 7px; }
.drop2-label {
  display: block;
  font-size: 9px; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--stone); margin-bottom: 7px;
}
.drop2-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300; font-size: clamp(26px, 4.2vw, 34px);
  color: var(--charcoal); line-height: 1.03; margin-bottom: 7px;
}
.drop2-sub {
  font-size: 12px; font-weight: 300;
  color: var(--stone); line-height: 1.62; max-width: 42ch;
}
.drop2-btn {
  background: var(--charcoal) !important;
  color: var(--white) !important;
  border-color: var(--charcoal) !important;
  padding: 12px 18px;
  flex-shrink: 0;
}
.drop2-btn:hover { background: var(--ink-2) !important; }

/* ══════════════════════════════════════════════════════════════════════
   CRAFT SECTION — Craft proof and process reel
══════════════════════════════════════════════════════════════════════ */
.craft-section {
  background: var(--ivory);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(64px, 8vw, 112px) 0;
}

.craft-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
}

.craft-copy {
  max-width: 620px;
}
.craft-copy-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(42px, 9vw, 72px);
  line-height: .93;
  margin-bottom: 24px;
}
.craft-copy-title em {
  font-style: italic;
  color: var(--gold);
}
.craft-copy p {
  font-size: 14px;
  font-weight: 300;
  color: var(--ink-2);
  line-height: 1.85;
  max-width: 54ch;
  margin-bottom: 14px;
}
.craft-proof-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  margin-top: 26px;
}
.craft-proof-list div {
  background: rgba(255,255,255,.66);
  padding: 18px 18px 20px;
}
.craft-proof-list dt {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}
.craft-proof-list dd {
  font-family: 'Cormorant Garamond', serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.12;
}

/* ── Process reel ───────────────────────────────────────────────────── */
.craft-reel {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  max-height: 640px;
  overflow: hidden;
  background: var(--charcoal);
  border-radius: var(--r);
  box-shadow: var(--sh);
}
.craft-reel-video {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: .82;
  display: block;
  background: var(--charcoal);
}
.craft-reel-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to top,
    rgba(28,28,26,.72) 0%,
    rgba(28,28,26,.18) 44%,
    transparent 68%
  );
  padding: 24px;
  display: flex; flex-direction: column; justify-content: flex-end;
  gap: 0;
}
.craft-reel-label,
.craft-reel-title,
.craft-reel-sub {
  display: none;
}
.craft-reel-badge {
  font-size: 9px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: rgba(255,255,255,.72);
}

@media (max-width: 639px) {
  .craft-section {
    padding: 0 0 56px;
  }
  .craft-shell {
    display: block;
    max-width: none;
    padding: 0;
  }
  .craft-copy {
    display: none;
  }
  .craft-reel {
    min-height: calc(100svh - var(--nav-h));
    max-height: none;
    aspect-ratio: auto;
    border-radius: 0;
    box-shadow: none;
  }
  .craft-reel-video {
    opacity: .9;
  }
  .craft-reel-overlay {
    padding: 0 24px max(112px, calc(86px + env(safe-area-inset-bottom, 0px)));
    background:
      linear-gradient(
        to top,
        rgba(16,16,15,.90) 0%,
        rgba(16,16,15,.70) 33%,
        rgba(16,16,15,.24) 64%,
        rgba(16,16,15,.06) 100%
      );
  }
  .craft-reel-label {
    display: block;
    color: rgba(255,255,255,.72);
    margin-bottom: 12px;
  }
  .craft-reel-title {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 300;
    font-size: clamp(52px, 18vw, 76px);
    line-height: .9;
    color: var(--white);
    margin-bottom: 16px;
  }
  .craft-reel-title em {
    font-style: italic;
    color: var(--gold-lt);
  }
  .craft-reel-sub {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    color: rgba(255,255,255,.76);
    max-width: min(35ch, calc(100vw - 112px));
    margin-bottom: 18px;
  }
  .craft-reel-badge {
    display: block;
    max-width: min(34ch, calc(100vw - 112px));
    line-height: 1.55;
    color: rgba(255,255,255,.76);
  }
  .js .craft-reel-label,
  .js .craft-reel-title,
  .js .craft-reel-sub,
  .js .craft-reel-badge {
    opacity: 0;
    transform: translateY(14px);
    will-change: opacity, transform;
  }
  .js .craft-reel.is-visible .craft-reel-label {
    animation: craftTextReveal .9s cubic-bezier(.22,1,.36,1) .62s both;
  }
  .js .craft-reel.is-visible .craft-reel-title {
    animation: craftTextReveal 1s cubic-bezier(.22,1,.36,1) .74s both;
  }
  .js .craft-reel.is-visible .craft-reel-sub {
    animation: craftTextReveal .95s cubic-bezier(.22,1,.36,1) .92s both;
  }
  .js .craft-reel.is-visible .craft-reel-badge {
    animation: craftTextReveal .9s cubic-bezier(.22,1,.36,1) 1.08s both;
  }
  .craft-steps {
    margin: 0;
    border-inline: 0;
    border-radius: 0;
  }
}

@media (min-width: 640px) {
  .craft-proof-list { grid-template-columns: repeat(3, 1fr); }
  .craft-reel-overlay { padding: 30px; }
}
@media (min-width: 1024px) {
  .craft-shell {
    grid-template-columns: minmax(0, .95fr) minmax(320px, .62fr);
  }
  .craft-reel {
    justify-self: end;
    max-width: 480px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js .craft-reel-label,
  .js .craft-reel-title,
  .js .craft-reel-sub,
  .js .craft-reel-badge {
    opacity: 1;
    transform: none;
    animation: none;
    will-change: auto;
  }
}

/* ── 3-step process ─────────────────────────────────────────────────── */
.craft-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  margin: clamp(34px, 5vw, 56px) 0 0;
}
.craft-step {
  background: var(--white);
  padding: clamp(24px, 3vw, 34px);
}
.craft-num {
  display: block;
  font-size: 10px; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 14px;
}
.craft-step-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400; font-size: 22px;
  margin-bottom: 10px;
}
.craft-step-body {
  font-size: 13px; font-weight: 300;
  color: var(--stone); line-height: 1.8;
}
@media (min-width: 640px) {
  .craft-steps { grid-template-columns: repeat(3, 1fr); }
}


/* ══════════════════════════════════════════════════════════════════════
   FLOATING WHATSAPP BUTTON
══════════════════════════════════════════════════════════════════════ */
.wa-bubble {
  position: fixed; bottom: 24px; right: 20px;
  z-index: 600;
  width: 52px; height: 52px;
  background: #16A34A;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(22,163,74,.38), 0 2px 6px rgba(0,0,0,.15);
  transition: transform .22s cubic-bezier(.22,1,.36,1), box-shadow .22s;
  opacity: 0; pointer-events: none;
  -webkit-tap-highlight-color: transparent;
}
.wa-bubble.visible {
  opacity: 1; pointer-events: all;
  animation: wa-pop .5s cubic-bezier(.22,1,.36,1) forwards;
}
.wa-bubble:hover {
  transform: scale(1.10);
  box-shadow: 0 6px 24px rgba(22,163,74,.48), 0 3px 10px rgba(0,0,0,.18);
}
.wa-bubble:active { transform: scale(.95); }
.wa-bubble svg { flex-shrink: 0; }

@keyframes wa-pop {
  from { opacity: 0; transform: scale(.5); }
  to   { opacity: 1; transform: scale(1); }
}

/* Hide bubble while the mobile menu is open. */
body.menu-open .wa-bubble { opacity: 0 !important; pointer-events: none !important; }


/* ══════════════════════════════════════════════════════════════════════
   PRODUCT CARDS — instant reveal + Bali-first copy + mobile card wrap
   ══════════════════════════════════════════════════════════════════════ */

/* Product cards should appear instantly. The scroll-reveal delay on
   .p-card was hurting the shopping experience — shoppers want to see
   what's for sale, not watch it fade in. Other .fade sections
   (editorial, craft, story) keep their reveal. */
.js .p-card.fade,
.js .p-card.fade.fade-2,
.js .p-card.fade.fade-3,
.js .p-card.fade.fade-4,
.js .p-card.fade.fade-5 {
  opacity: 1;
  transform: none;
  transition: none;
}

/* Small shipping hint under collection title — subordinate to the
   main descriptor, supports Bali-first messaging before a visitor
   scrolls into product cards. */
.drop-desc-ship {
  display: inline-block;
  margin-top: 6px;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: .02em;
  color: var(--stone);
  font-style: italic;
}

/* Mobile product card: keep metadata visually attached to the image above
   and separate each piece with whitespace. */
@media (max-width: 639px) {
  .products-grid { row-gap: 42px; }

  .p-card:not(:last-child) {
    padding-bottom: 4px;
    border-bottom: 0;
  }

  .p-card-link { gap: 8px; }

  .p-body {
    column-gap: 18px;
    row-gap: 2px;
    min-height: 0;
  }

  .p-type {
    line-height: 1.2;
  }

  .p-name {
    margin-bottom: 0;
    font-size: clamp(22px, 8vw, 30px);
    line-height: .98;
  }

  .p-footer {
    margin-top: 0;
  }

  .p-price {
    line-height: 1.2;
  }
}

/* ══════════════════════════════════════════════════════════════════════
   CATALOG INDEX — crawlable link list on home, under the grid
══════════════════════════════════════════════════════════════════════ */

/* Catalog-text index on home (crawlable link list under the grid) */
.catalog-index {
  max-width: 640px;
  margin: 48px auto 0;
  padding: 28px 24px;
  border-top: 1px solid var(--line-2);
  text-align: center;
}
.catalog-index-title {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--stone);
  margin: 0 0 16px;
}
.catalog-index-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 18px;
  font-size: 13px;
  letter-spacing: .02em;
}
.catalog-index-list a {
  color: var(--charcoal);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
  transition: border-color .2s, color .2s;
}
.catalog-index-list a:hover { border-bottom-color: var(--gold); color: var(--gold); }
