:root {
  color-scheme: light;
  --ink: #171414;
  --muted: #6f625b;
  --paper: #fbf6ee;
  --cream: #fffaf3;
  --line: #dccfc1;
  --rose: #c58a8a;
  --sage: #6e9189;
  --gold: #b99a5f;
  --deep: #1f2c2c;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body.mft-shop-body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

a {
  color: inherit;
}

.mft-shop-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 54px);
  background: rgba(255, 250, 243, .92);
  border-bottom: 1px solid rgba(31, 44, 44, .1);
  backdrop-filter: blur(18px);
}

.mft-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: .02em;
}

.mft-brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.mft-shop-header nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  color: #312a26;
  font-size: 14px;
  font-weight: 800;
}

.mft-shop-header nav a {
  text-decoration: none;
}

.shop-hero {
  position: relative;
  min-height: clamp(620px, 72vh, 780px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(32px, 5vw, 66px) clamp(18px, 5vw, 72px);
  overflow: hidden;
}

.shop-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.shop-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(18px) saturate(.9);
  opacity: .28;
  transform: scale(1.06);
}

.shop-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(251, 246, 238, .96), rgba(251, 246, 238, .74) 52%, rgba(251, 246, 238, .9)),
    radial-gradient(circle at 78% 20%, rgba(110, 145, 137, .2), transparent 34%);
}

.shop-kicker {
  margin: 0 0 12px;
  color: var(--sage);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.shop-hero h1,
.shop-lane h2,
.vault-callout h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

.shop-hero h1 {
  max-width: 760px;
  font-size: clamp(56px, 9vw, 128px);
  line-height: .86;
}

.shop-hero p {
  max-width: 620px;
  color: #514741;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.shop-hero-actions,
.shop-footer,
.price-row,
.stripe-method-pill-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.shop-hero-actions {
  gap: 12px;
  margin-top: 28px;
}

.shop-button,
.shop-checkout-fallback,
.release-form button {
  min-height: 48px;
  border: 1px solid rgba(31, 44, 44, .18);
  border-radius: 999px;
  padding: 13px 22px;
  background: var(--cream);
  color: var(--ink);
  text-decoration: none;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.shop-button-dark,
.shop-checkout-fallback {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}

.hero-product-card {
  margin: 0;
  justify-self: center;
  width: min(100%, 390px);
  padding: 14px;
  background: rgba(255, 250, 243, .72);
  border: 1px solid rgba(31, 44, 44, .14);
  box-shadow: 0 30px 90px rgba(78, 58, 44, .18);
}

.hero-product-card img {
  display: block;
  width: 100%;
  aspect-ratio: 8.5 / 11;
  object-fit: cover;
}

.hero-product-card figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.shop-announcement {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.shop-announcement span {
  min-height: 58px;
  display: grid;
  place-items: center;
  padding: 12px 18px;
  background: #fbf1e7;
  color: #4f433d;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.shop-lanes {
  display: grid;
  gap: 22px;
  padding: clamp(28px, 6vw, 72px) clamp(18px, 5vw, 72px);
}

.shop-lane {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(22px, 4vw, 56px);
  align-items: center;
  min-height: 520px;
  padding: clamp(22px, 4vw, 48px);
  background: var(--cream);
  border: 1px solid var(--line);
}

.shop-lane-feature {
  min-height: 680px;
  background:
    linear-gradient(135deg, rgba(255, 250, 243, .98), rgba(245, 231, 220, .94)),
    var(--cream);
}

.shop-lane h2,
.vault-callout h2 {
  max-width: 760px;
  font-size: clamp(34px, 5vw, 76px);
  line-height: .96;
}

.shop-lane p,
.vault-callout p {
  max-width: 620px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.clean-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: #342e2a;
  font-weight: 800;
}

.clean-list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--gold);
}

.lane-product {
  display: grid;
  gap: 16px;
  align-content: start;
}

.guide-cover,
.skin-product {
  width: min(100%, 360px);
  justify-self: center;
  filter: drop-shadow(0 24px 42px rgba(68, 45, 35, .22));
}

.guide-cover {
  aspect-ratio: 8.5 / 11;
  object-fit: cover;
}

.price-row {
  justify-content: space-between;
  gap: 12px;
  padding: 16px 0 0;
  border-top: 1px solid var(--line);
  font-weight: 900;
}

.price-row span {
  color: #4b423c;
}

.price-row strong {
  font-size: 22px;
}

.stripe-express-slot {
  width: 100%;
  min-height: 58px;
  display: grid;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
}

.stripe-express-slot span {
  min-height: 54px;
  display: grid;
  place-items: center;
  padding: 12px;
  background: #0f0f10;
  color: white;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
}

.stripe-express-slot iframe {
  min-height: 52px;
  border-radius: 8px;
}

.stripe-method-summary {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.stripe-method-pill-row {
  gap: 6px;
}

.stripe-method-pill-row b {
  padding: 7px 10px;
  border-radius: 999px;
  background: #eee2d6;
  color: #3b332e;
  font-size: 11px;
}

.shop-checkout-fallback {
  width: 100%;
  border-radius: 8px;
}

.shop-checkout-fallback[hidden] {
  display: none;
}

.shop-checkout-fallback.disabled,
.shop-checkout-fallback:disabled {
  background: #e9ded2;
  color: #766a62;
  border-color: #e9ded2;
  cursor: default;
}

.checkout-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.skin-lane {
  background:
    linear-gradient(135deg, rgba(238, 228, 218, .95), rgba(244, 238, 229, .96)),
    var(--cream);
}

.skin-product-card {
  justify-items: center;
}

.release-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  width: 100%;
}

.release-form input {
  min-height: 48px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 16px;
  background: #fff;
  font: inherit;
}

.release-form button {
  background: var(--sage);
  color: white;
  border-color: var(--sage);
}

.merch-lane {
  background: #f8efe4;
}

.merch-placeholder {
  justify-items: center;
}

.folded-shirt {
  width: min(100%, 330px);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, #efe1d2, #fff8ef 46%, #c9a978 47%, #f7ede0 49%, #ead8c5),
    #ead8c5;
  border: 1px solid #d8c7b7;
  box-shadow: 0 24px 52px rgba(68, 45, 35, .16);
}

.folded-shirt span {
  color: #544a43;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
}

.vault-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 clamp(18px, 5vw, 72px) clamp(34px, 6vw, 80px);
  padding: clamp(24px, 4vw, 48px);
  background: var(--deep);
  color: white;
}

.vault-callout p,
.vault-callout .shop-kicker {
  color: rgba(255, 255, 255, .74);
}

.shop-footer {
  justify-content: center;
  gap: 18px;
  padding: 28px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.shop-footer a {
  text-decoration: none;
}

@media (max-width: 860px) {
  .mft-shop-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .mft-shop-header nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .shop-hero,
  .shop-lane {
    grid-template-columns: 1fr;
  }

  .shop-hero {
    min-height: auto;
  }

  .shop-announcement {
    grid-template-columns: 1fr;
  }

  .vault-callout {
    align-items: flex-start;
    flex-direction: column;
  }

  .release-form {
    grid-template-columns: 1fr;
  }
}
