/*
Theme Name: Moments of Whimsy - Kadence Child
Theme URI: https://momentsofwhimsy.com/
Description: Custom brand layer for Moments of Whimsy, built on the free Kadence theme.
Author: Moments of Whimsy
Template: kadence
Version: 1.0.2
Text Domain: moments-of-whimsy
*/

@font-face {
  font-family: "Fraunces MOW";
  src: url("assets/fonts/fraunces-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans MOW";
  src: url("assets/fonts/dm-sans-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans MOW";
  src: url("assets/fonts/dm-sans-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans MOW";
  src: url("assets/fonts/dm-sans-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --mow-cream: #fff8f0;
  --mow-paper: #fffcf8;
  --mow-pink: #f28fa0;
  --mow-lilac: #a492d3;
  --mow-blue: #7cb1d4;
  --mow-mint: #88c7ae;
  --mow-butter: #f3d26a;
  --mow-plum: #45384d;
  --mow-soft-plum: #6d5a73;
  --mow-line: #eadfd5;
  --mow-serif: "Fraunces MOW", Georgia, serif;
  --mow-sans: "DM Sans MOW", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mow-radius: 24px;
  --mow-shadow: 0 20px 60px rgba(69, 56, 77, 0.08);
}

body {
  background: var(--mow-cream);
  color: var(--mow-plum);
  font-family: var(--mow-sans);
  font-size: 17px;
  line-height: 1.65;
}

h1, h2, h3, h4, h5, h6,
.entry-title,
.woocommerce-loop-product__title {
  color: var(--mow-plum);
  font-family: var(--mow-serif);
  font-weight: 600;
  letter-spacing: -0.025em;
}

a { color: var(--mow-plum); }
a:hover { color: #7f6ebb; }

.site-header,
.site-main-header-wrap .site-header-row-container-inner {
  background: rgba(255, 248, 240, 0.96);
}

.site-header-row-container-inner {
  border-bottom: 1px solid rgba(69, 56, 77, 0.09);
}

/* Kadence defaults are intentionally stripped from the launch homepage. */
body.home .entry-hero,
body.home .page-hero-section,
body.home .entry-header {
  display: none !important;
}

body.home #inner-wrap,
body.home #primary,
body.home .content-area,
body.home .site-main,
body.home .content-container,
body.home .content-bg,
body.home .entry-content-wrap {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  max-width: none !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

body.home .entry-content-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.home .site-main > article,
body.home .entry-content,
body.home .mow-page {
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

body.home .entry-content > .alignfull,
body.home .mow-page.alignfull {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

/* Full-bleed treatment for every Moments of Whimsy branded page pattern. */
.mow-branded-page .entry-hero,
.mow-branded-page .page-hero-section,
.mow-branded-page .entry-header {
  display: none !important;
}

.mow-branded-page #inner-wrap,
.mow-branded-page #primary,
.mow-branded-page .content-area,
.mow-branded-page .site-main,
.mow-branded-page .content-container,
.mow-branded-page .content-bg,
.mow-branded-page .entry-content-wrap {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  max-width: none !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.mow-branded-page .entry-content-wrap,
.mow-branded-page .entry-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mow-branded-page .site-main > article,
.mow-branded-page .entry-content,
.mow-branded-page .entry-content > .mow-page {
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

/* Use the finished logo artwork automatically when Kadence is still showing the text site title. */
.site-branding .site-title {
  font-size: 0 !important;
  line-height: 0 !important;
}

.site-branding .site-title::before {
  background: url("assets/images/logo-horizontal.png") center left / contain no-repeat;
  content: "";
  display: block;
  height: 70px;
  width: min(350px, 40vw);
}

.site-branding .custom-logo-link + .site-title-wrap .site-title::before {
  display: none;
}

.site-branding a.brand img,
.site-branding .custom-logo {
  width: min(360px, 40vw);
  max-height: 88px;
  object-fit: contain;
}

.main-navigation .primary-menu-container > ul > li > a {
  color: var(--mow-plum);
  font-family: var(--mow-sans);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.main-navigation .primary-menu-container > ul > li > a:hover {
  color: #7f6ebb;
}

.main-navigation .primary-menu-container > ul {
  gap: clamp(2px, 0.7vw, 12px);
}

.mow-page { overflow: hidden; }
.mow-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.mow-page .mow-container {
  max-width: 1180px !important;
}
.mow-section { padding: clamp(72px, 9vw, 124px) 0; }
.mow-section--paper { background: var(--mow-paper); }
.mow-section--lilac { background: var(--mow-lilac); color: var(--mow-paper); }
.mow-section--pink { background: #f9cbd3; }

.mow-kicker {
  align-items: center;
  color: #dd6f85;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 700;
  gap: 0.65rem;
  letter-spacing: 0.11em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.mow-kicker::after {
  color: var(--mow-butter);
  content: "★";
  font-size: 0.8rem;
}

.mow-hero {
  background:
    radial-gradient(circle at 8% 18%, rgba(164,146,211,.16) 0 90px, transparent 91px),
    radial-gradient(circle at 92% 86%, rgba(136,199,174,.20) 0 120px, transparent 121px),
    var(--mow-cream);
  padding: clamp(46px, 5vw, 72px) 0 clamp(58px, 6vw, 86px);
  position: relative;
}

.mow-hero-grid {
  position: relative;
}

.mow-hero-grid > * { min-width: 0; }

.mow-hero h1 {
  font-size: clamp(3.1rem, 4.7vw, 5rem);
  line-height: 0.98;
  margin: 0 0 28px;
  max-width: 720px;
}

.mow-hero-copy {
  color: var(--mow-soft-plum);
  font-size: clamp(1rem, 1.4vw, 1.17rem);
  max-width: 580px;
}

.mow-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.mow-button,
.wp-block-button.mow-button-wrap .wp-block-button__link,
.mow-button-wrap .wp-block-button__link {
  background: var(--mow-plum);
  border: 2px solid var(--mow-plum);
  border-radius: 999px;
  color: var(--mow-cream);
  display: inline-block;
  font-family: var(--mow-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 14px 24px;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

.mow-button:hover,
.mow-button-wrap .wp-block-button__link:hover {
  background: #7f6ebb;
  border-color: #7f6ebb;
  color: white;
  transform: translateY(-2px);
}

.mow-button--ghost,
.mow-button-wrap.mow-button--ghost .wp-block-button__link {
  background: transparent;
  color: var(--mow-plum);
}

.mow-hero-photo { position: relative; }
.mow-hero-photo > .wp-block-image,
.mow-feature-media > .wp-block-image { margin: 0; }
.mow-hero-photo img {
  aspect-ratio: 1.1 / 1;
  border-radius: 42% 42% 20px 20px;
  box-shadow: var(--mow-shadow);
  object-fit: cover;
  width: 100%;
}

.mow-star {
  line-height: 1;
  position: absolute;
  transform: rotate(var(--rot, 0deg));
}
.mow-star--pink { color: var(--mow-pink); }
.mow-star--lilac { color: var(--mow-lilac); }
.mow-star--blue { color: var(--mow-blue); }
.mow-star--mint { color: var(--mow-mint); }
.mow-star--butter { color: var(--mow-butter); }
.mow-star--plum { color: var(--mow-plum); }

.mow-hero-photo .mow-star:nth-of-type(1) { font-size: 20px; left: -22px; top: 6%; --rot: -8deg; }
.mow-hero-photo .mow-star:nth-of-type(2) { font-size: 32px; left: -38px; top: 34%; --rot: 8deg; }
.mow-hero-photo .mow-star:nth-of-type(3) { bottom: 11%; font-size: 17px; left: -18px; --rot: -11deg; }
.mow-hero-photo .mow-star:nth-of-type(4) { font-size: 19px; right: -24px; top: 14%; --rot: 6deg; }
.mow-hero-photo .mow-star:nth-of-type(5) { font-size: 36px; right: -38px; top: 48%; --rot: -5deg; }
.mow-hero-photo .mow-star:nth-of-type(6) { bottom: 8%; font-size: 20px; right: -20px; --rot: 10deg; }

/*
 * Desktop hero: position the image column directly instead of depending on
 * Gutenberg's constrained Group layout. This keeps the already-inserted Home
 * page blocks working even when WordPress adds its own layout declarations.
 */
@media (min-width: 561px) {
  body .mow-page .mow-hero .mow-hero-grid {
    display: block !important;
    min-height: clamp(480px, 43vw, 555px);
    position: relative !important;
  }

  body .mow-page .mow-hero .mow-hero-grid > div:first-child {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 540px !important;
    width: 46% !important;
  }

  body .mow-page .mow-hero .mow-hero-grid .mow-hero-photo {
    left: auto !important;
    margin: 0 !important;
    max-width: 570px !important;
    position: absolute !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%);
    width: 48% !important;
  }

  body .mow-page .mow-hero .mow-hero-grid .mow-hero-photo img {
    display: block !important;
    width: 100% !important;
  }
}

.mow-intro {
  margin: 0 auto 54px;
  max-width: 760px;
  text-align: center;
}
.mow-intro h2 { font-size: clamp(2.3rem, 4.2vw, 4.2rem); line-height: 1.04; margin: 0 0 18px; }
.mow-intro p { color: var(--mow-soft-plum); margin: 0 auto; max-width: 640px; }

/* The editable homepage uses native Columns blocks at the theme's 1180px
 * wide size. Content stays in WordPress; the theme only owns presentation. */
body .mow-page .mow-worlds,
body .mow-page .mow-feature-grid,
body .mow-page .mow-promise-grid,
body .mow-page .mow-proof-grid {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1180px !important;
  width: min(1180px, calc(100% - 40px)) !important;
}

body .mow-page .mow-worlds > .mow-world,
body .mow-page .mow-promise-grid > *,
body .mow-page .mow-proof-grid > .mow-proof,
body .mow-page .mow-feature-grid > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  width: auto !important;
}

.mow-worlds { display: grid !important; gap: 26px; grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
.mow-world {
  border: 1px solid rgba(69,56,77,.08);
  border-radius: var(--mow-radius);
  min-height: 410px;
  overflow: hidden;
  padding: clamp(30px, 4vw, 52px);
  position: relative;
}
.mow-world--moments { background: #f9cbd3; }
.mow-world--spaces { background: #d7ebe3; }
.mow-world-number { color: rgba(69,56,77,.5); font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.mow-world h3 { font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1; margin: 70px 0 20px; }
.mow-world p { color: var(--mow-soft-plum); max-width: 480px; }
.mow-text-link { border-bottom: 1px solid currentColor; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.mow-world .mow-deco-star { bottom: 28px; color: rgba(69,56,77,.12); font-size: 110px; line-height: 1; position: absolute; right: 32px; transform: rotate(-10deg); }

.mow-feature-grid { align-items: center; display: grid; gap: clamp(42px, 7vw, 86px); grid-template-columns: 1.05fr .95fr; }
.mow-feature-media img { border-radius: var(--mow-radius); box-shadow: var(--mow-shadow); width: 100%; }
.mow-feature-copy h2 { font-size: clamp(2.4rem, 4.2vw, 4.4rem); line-height: 1.03; margin: 0 0 20px; }
.mow-feature-copy p { color: var(--mow-soft-plum); }
.mow-mini-meta { color: #dd6f85; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.mow-promise {
  background: var(--mow-plum);
  color: var(--mow-cream);
  padding: clamp(72px, 9vw, 118px) 0;
}
.mow-promise h2 { color: var(--mow-cream); font-size: clamp(2.5rem, 5vw, 5rem); line-height: 1; margin: 0; max-width: 900px; }
.mow-promise-grid { display: grid !important; gap: 34px; grid-template-columns: 1.2fr .8fr !important; }
.mow-promise p { color: #eadfe8; font-size: 1.05rem; }

.mow-proof-grid { display: grid !important; gap: 18px; grid-template-columns: repeat(3,minmax(0,1fr)) !important; margin-top: 46px; }
.mow-proof {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  padding: 28px;
}
.mow-proof strong,
.mow-proof h3 { color: var(--mow-butter); display: block; font-family: var(--mow-serif); font-size: 1.35rem; margin: 0 0 8px; }
.mow-proof p { color: #eadfe8; margin: 0; }

.mow-letter { background: var(--mow-lilac); border-radius: var(--mow-radius); color: white; padding: clamp(38px, 6vw, 78px); text-align: center; }
.mow-letter h2 { color: white; font-size: clamp(2.4rem, 4vw, 4rem); margin: 0 0 12px; }
.mow-letter p { margin-inline: auto; max-width: 620px; }

.mow-scattered-stars { height: 36px; margin: 0 auto 24px; max-width: 250px; position: relative; }
.mow-scattered-stars span { position: absolute; }
.mow-scattered-stars span:nth-child(1) { color: var(--mow-pink); left: 2%; top: 9px; }
.mow-scattered-stars span:nth-child(2) { color: var(--mow-lilac); left: 21%; top: 0; font-size: 20px; }
.mow-scattered-stars span:nth-child(3) { color: var(--mow-blue); left: 41%; top: 13px; font-size: 12px; }
.mow-scattered-stars span:nth-child(4) { color: var(--mow-mint); right: 38%; top: 3px; }
.mow-scattered-stars span:nth-child(5) { color: var(--mow-butter); right: 17%; top: 12px; font-size: 21px; }
.mow-scattered-stars span:nth-child(6) { color: var(--mow-plum); right: 2%; top: 2px; font-size: 13px; }

/* Moments storefront */
.mow-shop-page { background: var(--mow-cream); }
.mow-shop-hero {
  background:
    radial-gradient(circle at 89% 18%, rgba(164,146,211,.18) 0 82px, transparent 83px),
    radial-gradient(circle at 8% 88%, rgba(242,143,160,.16) 0 64px, transparent 65px),
    var(--mow-cream);
  padding: clamp(72px, 8vw, 112px) 0 clamp(68px, 7vw, 100px);
  text-align: center;
}
.mow-shop-hero .mow-kicker { justify-content: center; }
.mow-shop-hero h1 {
  font-size: clamp(3.2rem, 6.2vw, 6.2rem);
  line-height: .96;
  margin: 0 auto 28px;
  max-width: 980px;
}
.mow-shop-hero > .mow-container > p {
  color: var(--mow-soft-plum);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  margin: 0 auto;
  max-width: 690px;
}
.mow-shop-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 34px;
}
.mow-shop-jump a {
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(69,56,77,.18);
  border-radius: 999px;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .07em;
  padding: 11px 18px;
  text-decoration: none;
  text-transform: uppercase;
}
.mow-shop-jump a:hover { background: var(--mow-plum); color: var(--mow-cream); }

.mow-shop-featured { padding: clamp(74px, 9vw, 120px) 0; }
.mow-shop-featured-grid {
  align-items: center;
  display: grid;
  gap: clamp(44px, 7vw, 92px);
  grid-template-columns: 1.08fr .92fr;
}
.mow-shop-featured-media { position: relative; }
.mow-shop-featured-media img {
  border-radius: 32px;
  box-shadow: var(--mow-shadow);
  display: block;
  width: 100%;
}
.mow-shop-featured-badge {
  background: var(--mow-butter);
  border-radius: 999px;
  bottom: 22px;
  color: var(--mow-plum);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 10px 15px;
  position: absolute;
  right: 22px;
  text-transform: uppercase;
}
.mow-shop-featured-copy h2 {
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 1;
  margin: 10px 0 20px;
}
.mow-shop-featured-copy > p { color: var(--mow-soft-plum); max-width: 540px; }
.mow-includes-mini {
  display: grid;
  gap: 8px 18px;
  grid-template-columns: repeat(2, minmax(0,1fr));
  list-style: none;
  margin: 26px 0 32px;
  padding: 0;
}
.mow-includes-mini li { color: var(--mow-plum); font-size: .9rem; }
.mow-includes-mini li::before { color: var(--mow-pink); content: "★"; margin-right: 8px; }

.mow-moment-kinds { background: var(--mow-paper); padding: clamp(74px, 9vw, 118px) 0; }
.mow-moment-kinds-head { margin: 0 auto 48px; max-width: 780px; text-align: center; }
.mow-moment-kinds-head h2 { font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: 1; margin: 0 0 18px; }
.mow-moment-kinds-head p { color: var(--mow-soft-plum); }
.mow-moment-kind-grid { display: grid; gap: 20px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.mow-moment-kind {
  border: 1px solid rgba(69,56,77,.08);
  border-radius: 24px;
  min-height: 330px;
  overflow: hidden;
  padding: 34px;
  position: relative;
}
.mow-moment-kind:nth-child(1) { background: #f9cbd3; }
.mow-moment-kind:nth-child(2) { background: #d7ebe3; }
.mow-moment-kind:nth-child(3) { background: #ded5f0; }
.mow-moment-kind .mow-kind-no { font-size: .7rem; font-weight: 700; letter-spacing: .11em; opacity: .55; }
.mow-moment-kind h3 { font-size: clamp(2rem, 3vw, 3rem); line-height: 1.03; margin: 54px 0 14px; }
.mow-moment-kind p { color: var(--mow-soft-plum); font-size: .94rem; max-width: 320px; }
.mow-moment-kind .mow-kind-star { bottom: 18px; font-size: 76px; opacity: .11; position: absolute; right: 24px; transform: rotate(-9deg); }

.mow-product-library { padding: clamp(78px, 9vw, 122px) 0; }
.mow-product-library-head { margin-bottom: 42px; max-width: 720px; }
.mow-product-library-head h2 { font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1; margin: 0 0 16px; }
.mow-product-library-head p { color: var(--mow-soft-plum); margin: 0; }
.mow-product-library .woocommerce { width: 100%; }

.mow-every-moment { background: var(--mow-plum); color: var(--mow-cream); padding: clamp(72px, 8vw, 108px) 0; }
.mow-every-moment h2 { color: var(--mow-cream); font-size: clamp(2.7rem, 4.8vw, 4.6rem); line-height: 1; margin: 0 0 18px; }
.mow-every-moment .mow-every-intro { color: #eadfe8; max-width: 640px; }
.mow-every-grid { display: grid; gap: 14px; grid-template-columns: repeat(5,minmax(0,1fr)); margin-top: 42px; }
.mow-every-card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 24px 20px; }
.mow-every-card span { color: var(--mow-butter); display: block; font-size: 1.1rem; margin-bottom: 15px; }
.mow-every-card strong { color: var(--mow-cream); display: block; font-family: var(--mow-serif); font-size: 1.15rem; line-height: 1.15; }

.site-footer { background: var(--mow-plum); color: #eadfe8; }
.site-footer a { color: var(--mow-cream); }

/* Temporary clean launch credit until the full custom footer is built. */
.site-footer .footer-html-inner p {
  font-size: 0;
}
.site-footer .footer-html-inner p::before {
  color: var(--mow-cream);
  content: "© 2026 Moments of Whimsy";
  font-family: var(--mow-sans);
  font-size: 12px;
}

/* WooCommerce: quiet the default storefront chrome. */
.woocommerce ul.products li.product,
.wc-block-grid__product {
  background: var(--mow-paper);
  border: 1px solid var(--mow-line);
  border-radius: 20px;
  overflow: hidden;
  padding: 0 0 24px;
}
.woocommerce ul.products li.product img { margin-bottom: 18px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button { margin-left: 20px; margin-right: 20px; }
.woocommerce ul.products li.product .button,
.single_add_to_cart_button.button.alt,
.checkout-button.button.alt {
  background: var(--mow-plum) !important;
  border-radius: 999px !important;
  color: var(--mow-cream) !important;
}
.woocommerce ul.products li.product .price { color: #7f6ebb; font-weight: 700; }

/* Generic product presentation: products supply the content; the theme supplies the brand. */
.single-product .woocommerce-notices-wrapper,
.single-product div.product {
  width: min(1180px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}
.single-product div.product { padding: clamp(52px, 7vw, 96px) 0; }
.single-product div.product .woocommerce-product-gallery__wrapper { margin: 0; }
.single-product div.product .woocommerce-product-gallery__image img {
  border-radius: 28px;
  box-shadow: var(--mow-shadow);
}
.single-product div.product .summary { color: var(--mow-soft-plum); }
.single-product div.product .summary .product_title {
  color: var(--mow-plum);
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: .98;
  margin: 0 0 18px;
}
.single-product div.product .summary .price {
  color: #7f6ebb;
  font-family: var(--mow-serif);
  font-size: 1.7rem;
  font-weight: 600;
}
.single-product div.product .woocommerce-product-details__short-description {
  font-size: 1.02rem;
  line-height: 1.7;
  max-width: 590px;
}
.single-product div.product form.cart { margin-top: 28px; }
.single-product div.product .single_add_to_cart_button {
  min-height: 52px;
  padding: 0 30px !important;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .78rem !important;
}
.single-product div.product .product_meta {
  border-top: 1px solid var(--mow-line);
  color: #8f7d91;
  font-size: .78rem;
  margin-top: 30px;
  padding-top: 20px;
}
.single-product div.product .woocommerce-tabs { clear: both; padding-top: clamp(60px, 7vw, 96px); }
.single-product div.product .woocommerce-tabs .panel {
  color: var(--mow-soft-plum);
  margin: 0 auto;
  max-width: 900px;
}
.single-product div.product .woocommerce-tabs .panel > h2:first-child {
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1;
}

@media (max-width: 700px) {
  .mow-feature-grid,
  .mow-promise-grid { grid-template-columns: 1fr !important; }
  .mow-worlds { grid-template-columns: 1fr !important; }
  .mow-proof-grid { grid-template-columns: 1fr !important; }
  .mow-shop-featured-grid { grid-template-columns: 1fr; }
  .mow-moment-kind-grid { grid-template-columns: 1fr; }
  .mow-every-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mow-hero-photo { margin: 46px 20px 0; }
  .mow-feature-copy { order: -1; }
}

@media (max-width: 560px) {
  .mow-container { width: min(100% - 28px, 1180px); }
  .mow-hero { padding-top: 42px; }
  .mow-hero h1 { font-size: clamp(3rem, 15vw, 4.3rem); }
  .mow-actions { align-items: stretch; flex-direction: column; }
  .mow-actions .wp-block-button { width: 100%; }
  .mow-actions .wp-block-button__link { width: 100%; }
  .mow-world { min-height: 350px; }
  .mow-world h3 { margin-top: 48px; }
  .mow-shop-hero { text-align: left; }
  .mow-shop-hero .mow-kicker { justify-content: flex-start; }
  .mow-shop-hero h1 { font-size: clamp(3rem, 15vw, 4.2rem); }
  .mow-shop-hero > .mow-container > p { margin-left: 0; }
  .mow-shop-jump { justify-content: flex-start; }
  .mow-includes-mini { grid-template-columns: 1fr; }
  .mow-every-grid { grid-template-columns: 1fr; }
}

/* Reusable premium sales-story components. These are content-agnostic. */
.mow-product-landing {
  background: var(--mow-cream);
  color: var(--mow-plum);
  overflow: hidden;
  width: 100%;
}

.mow-product-shell { margin: 0 auto; width: min(1180px, calc(100% - 44px)); }
.mow-product-narrow { max-width: 850px; }
.mow-center { text-align: center; }

.mow-product-eyebrow {
  color: #d9677d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.mow-product-eyebrow span { color: var(--mow-butter); margin-left: 5px; }

.mow-product-hero { padding: clamp(62px, 7vw, 100px) 0 clamp(82px, 9vw, 126px); }
.mow-product-hero-grid { align-items: center; display: grid; gap: clamp(50px, 7vw, 94px); grid-template-columns: .88fr 1.12fr; }
.mow-product-hero-copy { position: relative; z-index: 3; }
.mow-product-hero h1 {
  font-size: clamp(4rem, 6.8vw, 6.8rem);
  line-height: .88;
  margin: 0 0 14px;
  max-width: 640px;
}
.mow-product-lede { color: var(--mow-soft-plum); font-size: clamp(1rem, 1.25vw, 1.18rem); line-height: 1.7; margin: 20px 0 28px; max-width: 570px; }
.mow-doll-accent { display: block; height: auto; object-fit: contain; }
.mow-doll-after-dark { margin: 2px 0 5px; max-width: 330px; width: 72%; }

.mow-product-hero-media { min-height: 610px; position: relative; }
.mow-product-scene {
  border-radius: 260px 260px 28px 28px;
  box-shadow: 0 30px 80px rgba(69,56,77,.16);
  height: 560px !important;
  object-fit: cover;
  width: 100%;
}
.mow-product-guide-peek {
  background: #fff;
  border: 8px solid #fff;
  border-radius: 8px;
  bottom: -12px;
  box-shadow: 0 22px 54px rgba(69,56,77,.22);
  height: 250px !important;
  left: -42px;
  object-fit: cover;
  object-position: top;
  position: absolute;
  transform: rotate(-4deg);
  width: 190px;
  z-index: 3;
}
.mow-product-star { position: absolute; z-index: 4; }
.mow-star-one { color: var(--mow-pink); font-size: 28px; left: -18px; top: 42px; transform: rotate(15deg); }
.mow-star-two { color: var(--mow-butter); font-size: 38px; right: -24px; top: 180px; transform: rotate(-8deg); }
.mow-star-three { color: var(--mow-mint); bottom: 58px; font-size: 24px; right: -12px; }

.mow-product-buy-box { align-items: center; display: grid; gap: 8px 16px; grid-template-columns: auto 1fr; margin-top: 28px; max-width: 560px; }
.mow-product-price { font-family: var(--mow-serif); font-size: 2rem; font-weight: 600; grid-row: 1 / span 2; line-height: 1; }
.mow-product-price del { color: #a394a5; font-size: .75em; }
.mow-product-price ins { text-decoration: none; }
.mow-product-instant { color: var(--mow-soft-plum); font-size: .84rem; font-weight: 600; margin: 0; }
.mow-product-instant span { color: var(--mow-butter); }
.mow-product-buy-box .cart { grid-column: 2; margin: 0 !important; }
.mow-product-buy-box .single_add_to_cart_button {
  background: var(--mow-plum) !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: var(--mow-cream) !important;
  font-family: var(--mow-sans) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .06em;
  min-height: 52px;
  padding: 0 30px !important;
  text-transform: uppercase;
}
.mow-product-buy-box .single_add_to_cart_button:hover { background: #6d5a73 !important; transform: translateY(-1px); }
.mow-product-fineprint { color: #8e7c91; font-size: .75rem; grid-column: 1 / -1; margin: 5px 0 0; }
.mow-product-unavailable { grid-column: 2; margin: 0; }

.mow-product-reframe { background: var(--mow-paper); border-bottom: 1px solid var(--mow-line); border-top: 1px solid var(--mow-line); padding: clamp(76px, 9vw, 124px) 0; text-align: center; }
.mow-product-reframe h2,
.mow-product-section-head h2,
.mow-frame-copy h2,
.mow-lifestyle-copy h2,
.mow-product-difference h2,
.mow-product-faq h2,
.mow-product-final h2 { font-size: clamp(3rem, 5.2vw, 5.3rem); line-height: .98; margin: 0 0 22px; }
.mow-product-reframe h2 em { color: #8d7ac8; font-style: normal; }
.mow-product-reframe > div > p:last-child { color: var(--mow-soft-plum); font-size: 1.08rem; margin: 0 auto; max-width: 700px; }

.mow-product-whats-inside { padding: clamp(84px, 10vw, 142px) 0; }
.mow-product-section-head { margin-bottom: 46px; max-width: 780px; }
.mow-product-section-head.mow-center { margin-left: auto; margin-right: auto; }
.mow-product-section-head > p:last-child { color: var(--mow-soft-plum); }
.mow-product-editions { display: grid; gap: 28px; grid-template-columns: repeat(2, minmax(0,1fr)); }
.mow-product-edition { border: 1px solid rgba(69,56,77,.07); border-radius: 28px; display: grid; gap: 30px; grid-template-columns: .82fr 1.18fr; min-height: 420px; overflow: hidden; padding: 34px; }
.mow-edition-pink { background: #f8cad3; }
.mow-edition-mint { background: #d5ebe4; }
.mow-product-edition-image { align-self: center; background: #fff; border-radius: 9px; box-shadow: 0 18px 45px rgba(69,56,77,.12); overflow: hidden; transform: rotate(-2deg); }
.mow-ticket-stack { transform: rotate(2deg); }
.mow-product-edition-image img { aspect-ratio: .77; height: auto; object-fit: cover; object-position: top; width: 100%; }
.mow-product-number { color: #7d687f; display: block; font-size: 10px; font-weight: 700; letter-spacing: .14em; margin-bottom: 54px; }
.mow-product-edition h3 { font-size: clamp(2rem,3vw,3.3rem); line-height: 1; margin: 0 0 18px; }
.mow-product-edition p { color: #655469; font-size: .95rem; margin: 0; }

.mow-product-proof { background: #fffdf9; padding: clamp(86px, 10vw, 140px) 0; }
.mow-product-preview-grid { align-items: start; display: grid; gap: 24px; grid-template-columns: repeat(4,minmax(0,1fr)); }
.mow-product-preview-grid figure { margin: 0; }
.mow-product-preview-grid figure:nth-child(even) { margin-top: 68px; }
.mow-product-preview-grid img { background: #fff; border: 1px solid var(--mow-line); border-radius: 14px; box-shadow: var(--mow-shadow); height: auto; width: 100%; }
.mow-product-preview-grid figcaption { color: var(--mow-soft-plum); font-size: .78rem; font-weight: 600; letter-spacing: .03em; padding: 12px 4px 0; text-align: center; }

.mow-product-frame-trick { padding: clamp(88px, 11vw, 150px) 0; }
.mow-frame-grid { align-items: center; display: grid; gap: clamp(50px, 8vw, 110px); grid-template-columns: 1.1fr .9fr; }
.mow-frame-images { min-height: 570px; position: relative; }
.mow-frame-main { border-radius: 26px; box-shadow: var(--mow-shadow); height: 500px !important; object-fit: cover; width: 82%; }
.mow-frame-secondary { border: 8px solid var(--mow-paper); border-radius: 18px; bottom: 0; box-shadow: 0 25px 55px rgba(69,56,77,.16); height: 260px !important; object-fit: cover; position: absolute; right: 0; transform: rotate(3deg); width: 46%; }
.mow-doll-use { margin: 0 0 6px; max-width: 280px; width: 78%; }
.mow-frame-copy p { color: var(--mow-soft-plum); font-size: 1.04rem; }
.mow-product-note { border-left: 3px solid var(--mow-pink); font-weight: 600; margin-top: 28px !important; padding-left: 18px; }

.mow-product-included { background: var(--mow-plum); color: var(--mow-cream); padding: clamp(86px, 10vw, 138px) 0; }
.mow-product-included h2 { color: var(--mow-cream); font-size: clamp(3rem,5vw,5rem); line-height: .98; margin: 0; }
.mow-product-included .mow-product-eyebrow { color: #f3a4b2; }
.mow-included-grid { display: grid; gap: 16px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.mow-included-grid article { background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.13); border-radius: 20px; min-height: 215px; padding: 27px; }
.mow-included-grid article > span { color: var(--mow-butter); }
.mow-included-grid h3 { color: var(--mow-cream); font-size: 1.55rem; margin: 22px 0 9px; }
.mow-included-grid p { color: #eadfe8; font-size: .9rem; margin: 0; }

.mow-product-lifestyle { padding: clamp(90px, 10vw, 145px) 0; }
.mow-product-lifestyle-grid { align-items: center; display: grid; gap: clamp(50px,7vw,92px); grid-template-columns: 1.08fr .92fr; }
.mow-product-lifestyle-grid > div:first-child img { border-radius: 260px 260px 26px 26px; box-shadow: var(--mow-shadow); height: 620px !important; object-fit: cover; width: 100%; }
.mow-lifestyle-copy p { color: var(--mow-soft-plum); }
.mow-budget-row { align-items: center; border-top: 1px solid var(--mow-line); display: flex; gap: 20px; justify-content: space-between; padding: 15px 0; }
.mow-budget-row strong { font-family: var(--mow-serif); font-size: 1.15rem; }
.mow-budget-row span { color: var(--mow-soft-plum); font-size: .84rem; text-align: right; }
.mow-lifestyle-copy small { color: #927f92; display: block; font-size: .72rem; line-height: 1.5; margin-top: 12px; }

.mow-product-difference { background: #eee8fb; padding: clamp(82px,9vw,122px) 0; }
.mow-product-difference p:not(.mow-product-eyebrow) { color: var(--mow-soft-plum); margin: 0 auto; max-width: 700px; }
.mow-product-promise { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 38px; }
.mow-product-promise span { background: rgba(255,255,255,.7); border: 1px solid rgba(69,56,77,.08); border-radius: 999px; font-family: var(--mow-serif); font-size: 1rem; padding: 12px 20px; }

.mow-product-faq { background: var(--mow-paper); padding: clamp(86px,10vw,136px) 0; }
.mow-product-faq h2 { margin-bottom: 38px; }
.mow-product-faq details { border-top: 1px solid var(--mow-line); padding: 21px 0; }
.mow-product-faq details:last-child { border-bottom: 1px solid var(--mow-line); }
.mow-product-faq summary { cursor: pointer; font-family: var(--mow-serif); font-size: 1.3rem; font-weight: 600; list-style: none; padding-right: 36px; position: relative; }
.mow-product-faq summary::-webkit-details-marker { display: none; }
.mow-product-faq summary::after { color: var(--mow-pink); content: "+"; font-family: var(--mow-sans); font-size: 1.5rem; position: absolute; right: 5px; top: -3px; }
.mow-product-faq details[open] summary::after { content: "−"; }
.mow-product-faq details p { color: var(--mow-soft-plum); font-size: .94rem; margin: 12px 48px 0 0; }

.mow-product-final { padding: clamp(84px,10vw,138px) 0; }
.mow-product-final-card { background: var(--mow-lilac); border-radius: 30px; box-shadow: 0 22px 60px rgba(69,56,77,.09); padding: clamp(64px,8vw,100px) max(26px,7vw); text-align: center; }
.mow-product-final h2 { color: #fff; margin-left: auto; margin-right: auto; max-width: 850px; }
.mow-product-final-card > p:not(.mow-product-eyebrow) { color: #fff; }
.mow-product-final .mow-product-eyebrow { color: #fff3b9; }
.mow-final-stars { color: var(--mow-butter); display: block; font-size: 13px; margin-bottom: 22px; }
.mow-product-final .mow-product-buy-box { background: rgba(255,255,255,.94); border-radius: 22px; margin: 35px auto 0; max-width: 600px; padding: 23px 26px; text-align: left; }

@media (max-width: 980px) {
  .mow-product-hero-grid,
  .mow-frame-grid,
  .mow-product-lifestyle-grid { grid-template-columns: 1fr; }
  .mow-product-hero-media { margin: 8px auto 0; min-height: 570px; width: min(100%,700px); }
  .mow-product-editions { grid-template-columns: 1fr; }
  .mow-product-edition { grid-template-columns: .55fr 1.45fr; }
  .mow-product-preview-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mow-product-preview-grid figure:nth-child(even) { margin-top: 30px; }
  .mow-included-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mow-frame-images { max-width: 700px; }
  .mow-product-lifestyle-grid > div:first-child img { height: 520px !important; }
}

@media (max-width: 620px) {
  .mow-product-shell { width: min(100% - 28px,1180px); }
  .mow-product-hero { padding-top: 42px; }
  .mow-product-hero h1 { font-size: clamp(3.5rem,17vw,5rem); }
  .mow-product-hero-media { min-height: 430px; }
  .mow-product-scene { border-radius: 180px 180px 22px 22px; height: 405px !important; }
  .mow-product-guide-peek { bottom: -12px; height: 180px !important; left: 10px; width: 137px; }
  .mow-product-buy-box { display: block; }
  .mow-product-price { margin-bottom: 7px; }
  .mow-product-buy-box .cart { margin-top: 13px !important; }
  .mow-product-buy-box .single_add_to_cart_button { width: 100%; }
  .mow-product-fineprint { margin-top: 9px; }
  .mow-product-edition { display: block; padding: 24px; }
  .mow-product-edition-image { margin: 0 auto 28px; max-width: 230px; }
  .mow-product-number { margin-bottom: 20px; }
  .mow-product-preview-grid { gap: 14px; }
  .mow-product-preview-grid figure:nth-child(even) { margin-top: 14px; }
  .mow-frame-images { min-height: 420px; }
  .mow-frame-main { height: 370px !important; width: 88%; }
  .mow-frame-secondary { height: 185px !important; width: 49%; }
  .mow-included-grid { grid-template-columns: 1fr; }
  .mow-included-grid article { min-height: 0; }
  .mow-product-lifestyle-grid > div:first-child img { border-radius: 180px 180px 22px 22px; height: 420px !important; }
  .mow-budget-row { align-items: flex-start; flex-direction: column; gap: 3px; }
  .mow-budget-row span { text-align: left; }
  .mow-product-final .mow-product-buy-box { padding: 20px; }
}
