/*
  PREMIUM VISUAL REFRESH
  Warm product-first styling inspired by the approved reference direction.
  Functional checkout, cart, shipping, and owner styles remain in their own files.
*/

:root {
  --paper: #f8f5ef;
  --warm: #e9dfd3;
  --line: #ded7ce;
  --olive: #3f4637;
  --olive-pale: #edf0e8;
  --muted: #756f68;
}

body {
  background: var(--paper);
  -webkit-text-size-adjust: 100%;
}

.updates-signup { display: grid; grid-template-columns: minmax(16rem, .9fr) minmax(18rem, 1.1fr); gap: clamp(1.5rem, 5vw, 5rem); align-items: center; margin: 0 clamp(1rem, 2.8vw, 2.8rem) 4rem; padding: clamp(1.5rem, 4vw, 3rem); color: #fffaf3; background: var(--olive); border-radius: 1.5rem; }
.updates-signup h2 { max-width: 25rem; margin: .4rem 0 .75rem; font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: 1; }
.updates-signup > div > p:last-child { color: rgba(255,250,243,.78); }
.updates-signup form { display: grid; gap: .7rem; }
.updates-signup label { display: grid; gap: .35rem; font-size: .8rem; font-weight: 700; }
.updates-signup input[type="email"] { width: 100%; box-sizing: border-box; padding: .8rem .9rem; border: 1px solid rgba(255,250,243,.5); border-radius: .55rem; color: var(--olive); background: #fffaf3; font: inherit; }
.updates-signup .updates-consent { grid-template-columns: auto 1fr; align-items: start; font-weight: 400; line-height: 1.4; }
.updates-signup .updates-consent input { margin-top: .15rem; }
.updates-signup [data-marketing-signup-status] { min-height: 1.3em; margin: 0; font-size: .82rem; line-height: 1.4; }
.updates-signup small { color: rgba(255,250,243,.78); }
.updates-signup a { color: #fffaf3; }
.updates-honeypot { position: absolute; left: -9999px; }
@media (max-width: 700px) { .updates-signup { grid-template-columns: 1fr; } }

.parent-trust {
  display: grid;
  grid-template-columns: minmax(15rem, .8fr) 1.6fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
  margin: 1rem clamp(1rem, 2.8vw, 2.8rem) 4rem;
  padding: clamp(2rem, 5vw, 4rem);
  color: #fffaf3;
  background: var(--olive);
  border-radius: 1.5rem;
}

.parent-trust-heading h2 { max-width: 25rem; margin: .45rem 0 1rem; font-size: clamp(2rem, 4vw, 3.5rem); line-height: .98; }
.parent-trust-heading > p:last-child { max-width: 26rem; color: rgba(255, 250, 243, .78); }
.parent-trust .eyebrow { color: #d6dfc7; }
.parent-trust-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.parent-trust-points article { padding: 1.25rem 0 0; border-top: 1px solid rgba(255, 250, 243, .3); }
.parent-trust-points span { color: #d6dfc7; font-size: .72rem; letter-spacing: .1em; }
.parent-trust-points h3 { margin: 2.5rem 0 .65rem; font-size: 1.05rem; }
.parent-trust-points p { margin: 0; color: rgba(255, 250, 243, .72); font-size: .88rem; line-height: 1.55; }

@media (max-width: 800px) {
  .parent-trust { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 560px) {
  .parent-trust-points { grid-template-columns: 1fr; gap: 1.5rem; }
  .parent-trust-points h3 { margin-top: 1.25rem; }
}

.family-proof {
  display: grid;
  grid-template-columns: minmax(15rem, .8fr) 1.4fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  margin: 0 clamp(1rem, 2.8vw, 2.8rem) 4rem;
  padding: clamp(2rem, 4vw, 3rem) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.family-proof-heading h2 { max-width: 25rem; margin: .45rem 0 1rem; font-size: clamp(2rem, 4vw, 3.25rem); line-height: .98; }
.family-proof-heading > p:last-child { max-width: 25rem; color: var(--muted); }
.family-proof-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.family-proof-list a { display: flex; min-height: 10rem; flex-direction: column; padding: 1rem 0 0; color: var(--olive); border-top: 1px solid var(--line); text-decoration: none; transition: color .2s ease, transform .2s ease; }
.family-proof-list a:hover { color: #8b5e45; transform: translateY(-.2rem); }
.family-proof-list span { color: var(--muted); font-size: .72rem; letter-spacing: .1em; }
.family-proof-list strong { margin: 2rem 0 .6rem; font-size: 1.05rem; }
.family-proof-list small { max-width: 12rem; color: var(--muted); font-size: .84rem; line-height: 1.5; }

@media (max-width: 800px) {
  .family-proof { grid-template-columns: 1fr; gap: 2rem; }
}

@media (max-width: 560px) {
  .family-proof-list { grid-template-columns: 1fr; gap: 1.5rem; }
  .family-proof-list a { min-height: auto; }
  .family-proof-list strong { margin-top: 1rem; }
}

.whatsapp-help {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: .65rem;
  max-width: calc(100vw - 2rem);
  padding: .8rem 1rem;
  color: #fffaf3;
  background: #536b3d;
  border-radius: 999px;
  box-shadow: 0 .7rem 1.5rem rgba(63, 70, 55, .2);
  text-decoration: none;
}

.whatsapp-help > span:first-child { display: grid; width: 1.8rem; height: 1.8rem; place-items: center; border: 1px solid rgba(255, 250, 243, .7); border-radius: 50%; font-size: 1.1rem; }
.whatsapp-help span:last-child { display: grid; gap: .15rem; }
.whatsapp-help strong { font-size: .75rem; }
.whatsapp-help small { color: rgba(255, 250, 243, .8); font-size: .67rem; }
.whatsapp-help:hover { background: #3f5630; }

.consent-banner { position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 80; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1rem 1.25rem; color: #fffaf3; background: #3f4637; border-radius: 1rem; box-shadow: 0 1rem 2rem rgba(27, 32, 24, .2); }
.consent-banner strong { font-size: .85rem; }
.consent-banner p { max-width: 42rem; margin: .35rem 0 0; color: rgba(255, 250, 243, .78); font-size: .75rem; line-height: 1.45; }
.consent-actions { display: flex; flex-shrink: 0; align-items: center; gap: .6rem; }
.consent-actions button:not(.button) { padding: .65rem .8rem; color: #fffaf3; background: transparent; border: 1px solid rgba(255, 250, 243, .45); border-radius: .5rem; cursor: pointer; }
.privacy-preferences-button { position: fixed; right: 1rem; bottom: 1rem; z-index: 70; padding: .62rem .8rem; color: var(--olive); background: #fffaf3; border: 1px solid var(--olive); border-radius: 999px; box-shadow: 0 .35rem 1.25rem rgba(27, 32, 24, .14); font: inherit; font-size: .8rem; font-weight: 700; cursor: pointer; }
.consent-banner ~ .privacy-preferences-button { display: none; }
@media (max-width: 700px) { .consent-banner { align-items: stretch; flex-direction: column; gap: .8rem; } .consent-actions { justify-content: flex-end; } .privacy-preferences-button { right: .75rem; bottom: .75rem; } }

@media (max-width: 560px) {
  .whatsapp-help { right: .75rem; bottom: .75rem; padding: .7rem .85rem; }
}

.home-faq {
  display: grid;
  grid-template-columns: minmax(15rem, .75fr) 1.25fr;
  gap: clamp(2rem, 7vw, 7rem);
  margin: 0 clamp(1rem, 2.8vw, 2.8rem) 5rem;
  padding: 1rem 0 0;
  border-top: 1px solid var(--line);
}

.home-faq h2 { max-width: 22rem; margin: .45rem 0 0; font-size: clamp(2rem, 4vw, 3.1rem); line-height: .98; }
.home-faq-list { border-top: 1px solid var(--line); }
.home-faq details { border-bottom: 1px solid var(--line); }
.home-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.15rem 0; color: var(--olive); cursor: pointer; font-size: .95rem; list-style: none; }
.home-faq summary::-webkit-details-marker { display: none; }
.home-faq summary::after { content: '+'; color: var(--muted); font-size: 1.25rem; }
.home-faq details[open] summary::after { content: '−'; }
.home-faq details p { max-width: 42rem; margin: -.3rem 2rem 1.2rem 0; color: var(--muted); font-size: .86rem; line-height: 1.6; }

.guides-page { padding: 4rem clamp(1rem, 6vw, 6rem) 6rem; }
.guides-hero { max-width: 48rem; margin: 0 auto 3rem; text-align: center; }
.guides-hero h1 { margin: .5rem 0 1rem; font-size: clamp(2.6rem, 6vw, 5.5rem); line-height: .92; }
.guides-hero > p:last-child { max-width: 36rem; margin: 0 auto; color: var(--muted); line-height: 1.6; }
.guide-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; max-width: 74rem; margin: 0 auto; }
.guide-card { display: flex; min-height: 19rem; flex-direction: column; padding: clamp(1.5rem, 3vw, 2.5rem); background: #f0ede6; border-radius: 1rem; }
.guide-card:nth-child(2) { background: #e7f0f5; }
.guide-card:nth-child(3) { background: #eef3dc; }
.guide-card:nth-child(4) { background: #f8e6dd; }
.guide-card:nth-child(5) { background: #eee6f3; }
.guide-card h2 { max-width: 27rem; margin: .5rem 0 1rem; font-size: clamp(1.5rem, 3vw, 2.3rem); line-height: 1; }
.guide-card p:not(.eyebrow) { max-width: 31rem; margin: 0 0 1.5rem; color: var(--muted); line-height: 1.6; }
.guide-card a { margin-top: auto; color: var(--olive); font-weight: 600; text-decoration: none; }
.guide-comparison { grid-column: 1 / -1; min-width: 0; padding: clamp(1.5rem, 3vw, 2.5rem); background: #fffdf8; border: 1px solid var(--line); border-radius: 1rem; }
.guide-comparison h2 { max-width: 34rem; margin: .5rem 0 1rem; font-size: clamp(1.5rem, 3vw, 2.3rem); line-height: 1; }
.guide-comparison > p:not(.eyebrow) { max-width: 45rem; margin: 0 0 1.5rem; color: var(--muted); line-height: 1.6; }
.guide-comparison-scroll { max-width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: .7rem; }
.guide-comparison table { width: 100%; min-width: 44rem; border-collapse: collapse; text-align: left; }
.guide-comparison th, .guide-comparison td { padding: .9rem 1rem; border-bottom: 1px solid var(--line); vertical-align: top; line-height: 1.45; }
.guide-comparison thead th { background: var(--olive-pale); font-size: .8rem; letter-spacing: .04em; text-transform: uppercase; }
.guide-comparison tbody tr:last-child th, .guide-comparison tbody tr:last-child td { border-bottom: 0; }
.guide-comparison tbody th { white-space: nowrap; }
.guide-comparison a { color: var(--olive); }
.guide-whatsapp { display: flex; max-width: 74rem; align-items: center; justify-content: space-between; gap: 2rem; margin: 1rem auto 0; padding: clamp(1.5rem, 4vw, 3rem); background: var(--olive-pale); border-radius: 1rem; }
.guide-whatsapp h2 { margin: .4rem 0 .8rem; font-size: clamp(1.7rem, 3vw, 2.8rem); line-height: 1; }
.guide-whatsapp p:last-child { max-width: 32rem; margin: 0; color: var(--muted); line-height: 1.5; }
@media (max-width: 700px) { .guide-grid { grid-template-columns: 1fr; } .guide-whatsapp { align-items: flex-start; flex-direction: column; } }

.checkout-reassurance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 0 0 2rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.checkout-reassurance span { display: grid; gap: .2rem; }
.checkout-reassurance strong { font-size: .75rem; }
.checkout-reassurance small { color: var(--muted); font-size: .68rem; }

@media (max-width: 560px) {
  .checkout-reassurance { grid-template-columns: 1fr; gap: .75rem; }
}

@media (max-width: 800px) {
  .home-faq { grid-template-columns: 1fr; gap: 2rem; }
}

.routine-shop { margin: 0 clamp(1rem, 2.8vw, 2.8rem) 5rem; }
.routine-shop-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.routine-shop-heading h2 { margin: .45rem 0 0; font-size: clamp(2rem, 4vw, 3.1rem); line-height: .98; }
.routine-shop-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.routine-shop-grid a { display: flex; min-height: 13rem; flex-direction: column; justify-content: space-between; padding: 1.25rem; color: var(--olive); background: #eee6f3; border-radius: 1rem; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.routine-shop-grid a:nth-child(2) { background: #e7f0f5; }
.routine-shop-grid a:nth-child(3) { background: #eef3dc; }
.routine-shop-grid a:hover { transform: translateY(-.25rem); box-shadow: 0 .8rem 1.5rem rgba(63, 70, 55, .1); }
.routine-shop-grid span { font-size: 1.2rem; font-weight: 600; }
.routine-shop-grid small { max-width: 15rem; color: var(--muted); line-height: 1.5; }
.routine-shop-grid strong { font-size: .78rem; }

@media (max-width: 700px) {
  .routine-shop-heading { display: block; }
  .routine-shop-grid { grid-template-columns: 1fr; }
  .routine-shop-grid a { min-height: 10rem; }
}

/* Approved product hero alignment: imagery stays left, purchase decision stays right. */
.product-detail-page .product-page { grid-template-columns: minmax(0, 1.05fr) minmax(22rem, .95fr); align-items: stretch; gap: clamp(2rem, 6vw, 7rem); padding: clamp(1rem, 3vw, 3rem) clamp(1rem, 4vw, 4rem) clamp(3rem, 6vw, 6rem); border-radius: 2rem; }
.product-detail-page .product-primary { display: grid; grid-template-rows: minmax(28rem, 1fr) auto; gap: 1.25rem; min-width: 0; padding: 0; }
.product-detail-page .product-stage { min-height: 31rem; border-radius: 1.5rem; background: var(--product-surface-background, #fbfaf7); }
.product-detail-page .product-stage-image { max-height: 43rem; padding: clamp(1rem, 4vw, 4rem); }
.product-detail-page .product-content { display: flex; align-items: center; min-width: 0; padding: 0; }
.product-detail-page .product-info { width: 100%; display: block; padding: clamp(1rem, 3vw, 3rem) 0; }
.product-detail-page .product-identity { padding: 0 0 1.5rem; border: 0; }
.product-detail-page .product-info h1 { max-width: 30rem; margin: .5rem 0 1.3rem; font-size: clamp(2.5rem, 5vw, 5.5rem); line-height: .9; letter-spacing: -.065em; }
.product-detail-page .product-model { color: var(--olive); font-size: .75rem; letter-spacing: .12em; }
.product-detail-page .product-purchase { padding: 1.5rem 0 0; border-top: 1px solid var(--line); }
.product-detail-page .product-highlights { grid-template-columns: repeat(2, 1fr); margin: 1.5rem 0; }
.product-detail-page .product-gallery { margin: 0; padding: 0; border: 0; }
.product-detail-page .product-gallery-heading { margin-bottom: .6rem; }
.product-detail-page .product-gallery-track { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; overflow: visible; }
.product-detail-page .product-gallery-track figure { min-width: 0; border: 1px solid var(--line); border-radius: .8rem; overflow: hidden; background: #fff; }
.product-detail-page .product-gallery-track .zoom-trigger { height: 7rem; }
.product-detail-page .product-gallery-track img { padding: .5rem; }
.product-detail-page .product-gallery-track figcaption { padding: .45rem .6rem .6rem; font-size: .65rem; }
.product-detail-page .product-gallery-controls { justify-content: flex-end; margin-top: .5rem; }
@media (max-width: 900px) {
  .product-detail-page .product-page { grid-template-columns: 1fr; gap: 0; padding: 0 1rem 3rem; }
  .product-detail-page .product-primary { grid-template-rows: minmax(25rem, 62vw) auto; gap: 1rem; }
  .product-detail-page .product-stage { min-height: 0; }
  .product-detail-page .product-stage-image { max-height: 34rem; }
  .product-detail-page .product-content { align-items: stretch; }
  .product-detail-page .product-info { padding: 2.5rem 0 0; }
}
@media (max-width: 560px) {
  .product-detail-page .product-primary { grid-template-rows: minmax(22rem, 88vw) auto; }
  .product-detail-page .product-gallery-track { grid-template-columns: repeat(2, 1fr); }
  .product-detail-page .product-gallery-track .zoom-trigger { height: 6.5rem; }
  .product-detail-page .product-info h1 { font-size: clamp(2.7rem, 14vw, 4rem); }
}

/* Final approved product mockup implementation. */
.product-detail-page { background: #fbf8f2; }
.product-detail-page .product-page { min-height: calc(100vh - 5.5rem); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(24rem, .82fr); align-items: center; gap: clamp(2.5rem, 6vw, 7rem); margin: 0; padding: 1rem clamp(1.5rem, 4vw, 4rem) 1.5rem; border: 0; border-radius: 0; background: #fbf8f2; }
.product-detail-page .product-primary { min-height: min(35rem, calc(100vh - 8.5rem)); display: grid; grid-template-columns: 5.5rem minmax(0, 1fr); grid-template-rows: 1fr; gap: clamp(1rem, 2vw, 2rem); align-items: center; padding: 0; background: transparent; }
.product-detail-page .product-stage { grid-column: 2; grid-row: 1; min-height: min(35rem, calc(100vh - 8.5rem)); height: 100%; overflow: visible; border-radius: 0; background: transparent; }
.product-detail-page .product-stage .zoom-trigger { overflow: visible; background: transparent; }
.product-detail-page .product-stage-image { width: 100%; height: 100%; max-height: 47rem; padding: 1rem; object-fit: contain; filter: drop-shadow(0 2rem 1.4rem rgba(52, 46, 40, .14)); transform: rotate(-2deg); transition: transform .45s ease; }
.product-detail-page .product-stage:hover .product-stage-image { transform: rotate(0) translateY(-.35rem); }
.product-zoom-hint { position: absolute; right: 1rem; bottom: 1rem; padding: .45rem .7rem; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.72); font-size: .62rem; letter-spacing: .05em; }
.product-detail-page .product-gallery { grid-column: 1; grid-row: 1; width: 100%; margin: 0; padding: 0; border: 0; background: transparent; }
.product-detail-page .product-gallery-track { display: grid; grid-template-columns: 1fr; gap: .75rem; overflow: visible; background: transparent; }
.product-detail-page .product-gallery-track figure { width: 100%; min-width: 0; height: 5.5rem; display: block; margin: 0; overflow: hidden; border: 1px solid #e5dfd5; border-radius: .75rem; background: rgba(255,255,255,.52); }
.product-detail-page .product-gallery-track figure:first-child { border-color: var(--olive); }
.product-detail-page .product-gallery-track figure:first-child { border-color: var(--line); }
.product-detail-page .product-gallery-track figure.is-selected { border-color: var(--olive); box-shadow: 0 0 0 1px var(--olive); }
.product-detail-page .product-gallery-track .gallery-select { width: 100%; height: 100%; padding: 0; border: 0; cursor: pointer; background: transparent; }
.product-detail-page .product-gallery-track img { position: static !important; inset: auto !important; width: 100%; height: 100%; padding: .35rem; object-fit: contain; transform: none !important; }
.product-detail-page .product-gallery-track figcaption { display: none; }
.product-detail-page .product-gallery-controls { display: flex; justify-content: center; align-items: center; gap: .45rem; margin-top: .75rem; }
.product-detail-page .product-gallery-controls p { margin: 0; color: var(--muted); font-size: .6rem; }
.product-detail-page .product-gallery-controls button { width: 1.8rem; height: 1.8rem; border: 1px solid var(--line); border-radius: 50%; background: #fff; }
.product-detail-page .product-content { display: flex; align-items: center; min-width: 0; padding: 0; background: transparent; }
.product-detail-page .product-info { width: min(100%, 29rem); display: block; padding: 0; background: transparent; }
.product-detail-page .product-identity { padding: 0; border: 0; background: transparent; }
.product-detail-page .product-model { display: none; }
.product-detail-page .product-info h1 { max-width: none; margin: 0 0 .75rem; color: #252629; font-size: clamp(3.5rem, 6.2vw, 6.6rem); line-height: .88; letter-spacing: -.065em; }
.product-detail-page .product-intro { margin: 0 0 2rem; color: #393a3d; font-size: clamp(1rem, 1.5vw, 1.3rem); font-weight: 400; line-height: 1.45; }
.product-detail-page .product-price-block { margin: 0 0 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.product-detail-page .product-price { margin: 0; font-size: clamp(1.9rem, 3vw, 2.7rem); font-weight: 500; letter-spacing: -.04em; }
.product-detail-page .product-tax-note { margin-top: .35rem; color: var(--muted); font-size: .7rem; }
.product-detail-page .variant-picker { margin: 0 0 1.25rem; padding: 0; border: 0; }
.product-detail-page .variant-picker legend { margin-bottom: .75rem; color: #303135; font-size: .78rem; }
.product-detail-page [data-product-variants] { display: flex; flex-wrap: wrap; gap: .65rem; }
.product-detail-page .variant-label { margin: 0; }
.product-detail-page .variant-swatch { width: 2.15rem; height: 2.15rem; }
.product-quantity { display: grid; gap: .65rem; margin-bottom: 1.25rem; color: #303135; font-size: .78rem; }
.product-quantity > div { width: 7rem; height: 2.7rem; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border: 1px solid var(--line); border-radius: .75rem; background: rgba(255,255,255,.55); }
.product-quantity button { height: 100%; border: 0; background: transparent; font-size: 1.15rem; }
.product-quantity output { text-align: center; }
.product-detail-page .product-purchase { padding: 0; border: 0; background: transparent; }
.product-detail-page .product-buy-row { display: block; }
.product-detail-page .product-add { width: 100%; min-height: 4rem; border-radius: .75rem; font-size: 1rem; }
.product-detail-page .product-reassurance { display: block; margin: .8rem 0 0; padding: 0; border: 0; }
.product-detail-page .product-reassurance span { position: relative; display: grid; gap: .15rem; padding-left: 2.2rem; }
.product-detail-page .product-reassurance span::before { content: '▱'; position: absolute; left: .25rem; top: .1rem; color: var(--olive); font-size: 1.4rem; }
.product-detail-page .product-reassurance strong { color: var(--olive); font-size: .78rem; }
.product-detail-page .product-reassurance small { font-size: .7rem; }
.product-detail-page .product-order-meta { margin-top: 1rem; padding-top: .8rem; border-top: 1px solid var(--line); }
.product-detail-page .product-sku, .product-detail-page .product-stock { font-size: .65rem; }
.product-detail-page .product-favourite--main { top: 1rem; right: 1rem; }

.product-detail-page .product-details-story { margin: 0 clamp(1.5rem, 4vw, 4rem) 5rem; padding-top: 1.5rem; }
.product-detail-page .product-detail-intro { display: none; }
.product-detail-page .product-benefit-strip { max-width: 76rem; margin: 0 auto clamp(3.5rem, 7vw, 6rem); padding: 1.5rem 0; border: 1px solid var(--line); border-radius: 1rem; background: rgba(255,255,255,.28); }
.product-detail-page .benefit-icon { display: grid; width: 3rem; height: 3rem; place-items: center; border: 1px solid #a8af97; border-radius: 50%; color: var(--olive); font-size: 1.35rem; line-height: 1; background: #f9f7f1; }
.product-detail-page .benefit-icon--temperature { font-size: 1.8rem; }
.product-detail-page .benefit-icon--clean { border-radius: .8rem; }
.product-detail-page .benefit-icon--last { transform: rotate(45deg); }
.product-detail-page .product-story-grid { gap: clamp(2rem, 4vw, 4rem); }
.product-detail-page .product-story-card { position: relative; display: block; min-height: 27rem; margin: 0; padding: 0; overflow: hidden; background: #4c5840; }
.product-detail-page .product-story-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(28,35,24,.72)); }
.product-detail-page .product-story-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.product-detail-page .product-story-card figcaption { position: relative; z-index: 1; display: grid; height: 100%; align-content: end; padding: clamp(1.5rem, 4vw, 3rem); color: #fff; }
.product-detail-page .product-story-card figcaption span { margin-bottom: .6rem; }
.product-detail-page .product-story-card figcaption strong { font-size: clamp(2rem, 4vw, 3.8rem); line-height: .9; letter-spacing: -.055em; }
.product-detail-page .product-spec-section { grid-template-columns: 1fr; gap: 1.25rem; margin-bottom: 1rem; }
.product-detail-page .product-spec-grid { grid-template-columns: repeat(4, 1fr); }
.product-detail-page .product-spec-grid div { position: relative; padding: 1.25rem; border-left: 1px solid var(--line); }
.product-detail-page .product-spec-grid div:first-child { border-left: 0; }
.product-detail-page .spec-icon { display: grid; width: 2.8rem; height: 2.8rem; margin-bottom: 1rem; place-items: center; border: 1px solid #a8af97; border-radius: .85rem; color: var(--olive); font-size: 1.35rem; background: #f9f7f1; }
.product-detail-page .product-accordions { margin-top: 0; }
.product-detail-page .product-help-card { display: grid; grid-template-columns: auto minmax(0,1fr) auto; width: 100%; overflow: hidden; padding: clamp(1.5rem, 3vw, 2.5rem); }
.product-detail-page .product-help-card > div { min-width: 0; }
.product-detail-page .product-help-card h3 { max-width: 30rem; margin-top: .35rem; }
.product-detail-page .product-help-card > div > p:last-child { max-width: 31rem; margin: .8rem 0 0; color: rgba(255,250,243,.72); font-size: .82rem; line-height: 1.5; }
.product-detail-page .product-help-card .button { width: auto; min-width: 13rem; align-self: center; white-space: nowrap; }
.whatsapp-mark { display: grid; width: 3.5rem; height: 3.5rem; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: #fff; font-size: 2rem; }
.related-products { max-width: 76rem; margin: 0 auto clamp(4rem, 8vw, 7rem); }
.related-products-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.25rem; }
.related-products-heading h3 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.7rem); letter-spacing: -.04em; }
.related-products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.related-product-card { display: grid; gap: .45rem; color: var(--ink); text-decoration: none; }
.related-product-card span { display: grid; height: 18rem; place-items: center; overflow: hidden; border-radius: 1rem; background: rgba(255,255,255,.45); }
.related-product-card img { width: 100%; height: 100%; padding: 1.25rem; object-fit: contain; transition: transform .35s ease; }
.related-product-card:hover img { transform: scale(1.04) translateY(-.2rem); }
.related-product-card strong { font-size: .85rem; }
.related-product-card small { color: var(--muted); }

@media (max-width: 900px) {
  .product-detail-page .product-page { min-height: 0; grid-template-columns: 1fr; gap: 1.5rem; padding: .5rem 1rem 4rem; }
  .product-detail-page .product-primary { min-height: 0; grid-template-columns: 1fr; grid-template-rows: minmax(24rem, 90vw) auto; gap: .75rem; }
  .product-detail-page .product-stage { grid-column: 1; grid-row: 1; min-height: 0; overflow: hidden; border-radius: 1.5rem; background: rgba(255,255,255,.3); }
  .product-detail-page .product-stage-image { max-height: none; padding: 1.25rem; transform: none; }
  .product-detail-page .product-gallery { grid-column: 1; grid-row: 2; }
  .product-detail-page .product-gallery-track { display: flex; gap: .65rem; overflow-x: auto; scroll-snap-type: x mandatory; }
  .product-detail-page .product-gallery-track figure { flex: 0 0 4.75rem; height: 4.75rem; scroll-snap-align: start; }
  .product-detail-page .product-gallery-controls { justify-content: flex-start; }
  .product-detail-page .product-content { display: block; }
  .product-detail-page .product-info { width: 100%; padding-top: 1rem; }
  .product-detail-page .product-info h1 { font-size: clamp(3.2rem, 15vw, 5rem); }
  .product-detail-page .product-spec-grid { grid-template-columns: repeat(2, 1fr); }
  .product-detail-page .product-spec-grid div:nth-child(odd) { border-left: 0; }
  .product-detail-page .product-add { position: sticky; bottom: .75rem; z-index: 15; box-shadow: 0 .8rem 2rem rgba(31,31,31,.2); }
  .product-detail-page .product-help-card { grid-template-columns: auto 1fr; }
  .product-detail-page .product-help-card .button { grid-column: 1 / -1; width: 100%; }
  .related-products-grid { grid-template-columns: repeat(2, 1fr); }
  .related-product-card span { height: 14rem; }
}

@media (max-width: 560px) {
  .product-detail-page .product-primary { grid-template-rows: minmax(23rem, 105vw) auto; }
  .product-detail-page .product-info h1 { margin-top: .25rem; }
  .product-detail-page .product-benefit-strip { grid-template-columns: repeat(2, 1fr); }
  .product-detail-page .product-story-grid { grid-template-columns: 1fr; }
  .product-detail-page .product-story-card { min-height: 18rem; }
}

.intro-offer-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  width: auto;
  margin: 4rem clamp(1rem, 2.8vw, 2.8rem) 5rem;
  padding: clamp(2rem, 5vw, 4rem);
  box-sizing: border-box;
  color: #fffaf3;
  background: linear-gradient(120deg, #596848, #89966c 55%, #c4a477);
  border-radius: 1.5rem;
  box-shadow: 0 1.5rem 3rem rgba(63, 70, 55, .16);
}

.intro-offer-card .eyebrow,
.intro-offer-card-copy p:last-child { color: rgba(255, 250, 243, .8); }
.intro-offer-card-copy .button { margin-top: 1rem; }
.intro-offer-card h2 { max-width: 34rem; margin: .4rem 0 1rem; font-size: clamp(2rem, 4vw, 3.6rem); line-height: .98; }
.intro-offer-code { min-width: 12rem; padding: 1.25rem; text-align: center; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.35); border-radius: 1rem; }
.intro-offer-code span,.intro-offer-code small { display: block; font-size: .7rem; letter-spacing: .12em; }
.intro-offer-code strong { display: block; margin: .5rem 0; font-size: 1.4rem; letter-spacing: .08em; }

.coupon-box { margin: 1.5rem 0; padding: 1rem; background: #f5f1ea; border: 1px solid var(--line); border-radius: .8rem; }
.coupon-box label { display: block; margin-bottom: .45rem; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.coupon-suggestion { margin-bottom: .8rem; padding: .75rem .85rem; color: #53623f; background: #edf0e8; border: 1px solid #d9dfcf; border-radius: .65rem; }
.coupon-suggestion strong, .coupon-suggestion span { display: block; }
.coupon-suggestion strong { font-size: .82rem; }
.coupon-suggestion span { margin-top: .2rem; font-size: .76rem; color: #69725f; }
.coupon-suggestion b { letter-spacing: .05em; }
.coupon-entry { display: flex; gap: .5rem; }
.coupon-entry input { min-width: 0; flex: 1; }
.coupon-entry .button { white-space: nowrap; }
.coupon-status { min-height: 1.25rem; margin: .5rem 0 0; color: #9a463d; font-size: .82rem; }
.coupon-status.is-success { color: #536b3d; }

@media (max-width: 700px) { .intro-offer-card { grid-template-columns: 1fr; } .intro-offer-code { justify-self: start; } }

.site-header {
  z-index: 50;
  background: #f8f5ef;
  border-bottom: 0;
  box-shadow: 0 .35rem 1.8rem rgba(55, 45, 36, .05);
  backdrop-filter: none;
}

.header-top {
  position: relative;
  min-height: 5.85rem;
  border-bottom: 0;
}

.search {
  position: relative;
  border-color: transparent;
  background: rgba(255, 255, 255, .82);
  box-shadow: inset 0 0 0 1px rgba(52, 45, 38, .08);
}

.search-suggestions {
  position: absolute;
  z-index: 80;
  top: calc(100% - .35rem);
  left: 50%;
  width: min(28rem, calc(100vw - 2rem));
  transform: translateX(-50%);
  overflow: hidden;
  background: #fffdfa;
  border: 1px solid var(--line);
  border-radius: 1rem;
  box-shadow: 0 1rem 2.5rem rgba(55, 45, 36, .14);
}

.search-result-heading { padding: .85rem 1rem .45rem; color: var(--muted); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.search-result-heading--categories { border-top: 1px solid var(--line); }
.search-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .35rem; padding: .35rem .6rem .8rem; }
.search-suggestion { display: block; padding: .55rem; color: var(--ink); text-decoration: none; border-radius: .7rem; }
.search-suggestion:hover, .search-suggestion:focus { background: var(--olive-pale); }
.search-suggestion span, .search-suggestion small { display: block; }
.search-suggestion small { margin-top: .2rem; color: var(--muted); font-size: .75rem; }
.search-suggestion--product img { width: 100%; height: 3.4rem; margin-bottom: .35rem; object-fit: cover; border-radius: .55rem; background: #f5f1ea; }
.search-suggestion--product span { font-size: .78rem; line-height: 1.2; }
.search-suggestion--product small { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.search-category-list { display: flex; flex-wrap: wrap; gap: .45rem; padding: .35rem .8rem .85rem; }
.search-category-list a { padding: .45rem .7rem; color: var(--ink); background: var(--olive-pale); border-radius: 2rem; font-size: .76rem; text-decoration: none; }
.search-category-list .search-all-link { color: var(--olive); background: transparent; text-decoration: underline; text-underline-offset: .2rem; }
.search-empty { margin: 0; padding: 1rem; color: var(--muted); }
.collection-showcase { scroll-margin-top: 12rem; }
#kids { scroll-margin-top: 12rem; }

.collection-nav {
  min-height: 3.2rem;
  border-top: 1px solid rgba(52, 45, 38, .07);
}

.collection-nav a {
  padding: .45rem 1.2rem;
  border-radius: 2rem;
  background: rgba(255, 255, 255, .65);
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}

/* Homepage hero: one product stage with a short, settled entrance sequence. */
.hero-visit-stage {
  padding: 1.1rem clamp(1rem, 2.5vw, 2.5rem) 0;
}

.motion-showcase {
  min-height: 40.5rem;
  border-radius: 2.2rem;
  background:
    radial-gradient(circle at 78% 16%, rgba(255, 255, 255, .72), transparent 24rem),
    linear-gradient(135deg, #f8f4ee, #efe7dc);
  box-shadow: 0 1.7rem 4.5rem rgba(62, 50, 39, .08);
}

.motion-showcase-heading {
  max-width: 28rem;
}

.motion-showcase-heading :is(h1, h2) {
  font-size: clamp(3.3rem, 5.6vw, 5.8rem);
  font-weight: 450;
}

.motion-showcase-heading p:last-child {
  max-width: 24rem;
  font-size: 1.05rem;
  line-height: 1.6;
}

.motion-showcase-panel {
  width: clamp(16rem, 23vw, 20rem);
  height: 24.5rem;
  border: 1px solid rgba(255, 255, 255, .78);
  border-radius: 7rem 7rem 2rem 2rem;
  box-shadow: 0 2.2rem 4.8rem rgba(73, 55, 43, .13);
}

.motion-product img {
  filter: drop-shadow(0 1.5rem 1.2rem rgba(63, 45, 31, .16));
}

.motion-showcase-details {
  padding: .9rem 1rem;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 .8rem 2.4rem rgba(70, 55, 43, .1);
  backdrop-filter: blur(16px);
}

.motion-showcase-link {
  color: var(--ink);
  background: #fff;
  font-size: 1.15rem;
}

.motion-showcase-link:hover,
.motion-showcase-link:focus-visible {
  color: #fff;
  background: var(--ink);
  transform: translateX(.18rem);
}

.motion-showcase-facts {
  position: absolute;
  z-index: 7;
  top: clamp(2.5rem, 5vw, 4.5rem);
  right: clamp(1.5rem, 5.8vw, 5.8rem);
  width: min(42rem, 52vw);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .65rem;
}

.motion-fact {
  min-width: 0;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 1rem 2.8rem rgba(70, 55, 43, .08);
  backdrop-filter: blur(14px);
}

.motion-fact span {
  display: block;
  margin-bottom: 1.2rem;
  color: var(--muted);
  font-size: .62rem;
  letter-spacing: .16em;
}

.motion-fact strong,
.motion-fact small {
  display: block;
}

.motion-fact strong {
  margin-bottom: .35rem;
  font-size: .92rem;
  font-weight: 600;
}

.motion-fact small {
  color: var(--muted);
  font-size: .68rem;
  line-height: 1.45;
}

.motion-showcase-heading,
.motion-showcase-panel,
.motion-showcase-products,
.motion-fact,
.motion-showcase-details,
.motion-showcase-controls,
.motion-showcase-spec {
  opacity: 0;
}

.motion-showcase.is-ready .motion-showcase-heading {
  animation: hero-rise .65s .05s ease forwards;
}

.motion-showcase.is-ready .motion-showcase-panel {
  animation: hero-stage-arrive .8s .18s cubic-bezier(.2, .8, .2, 1) forwards;
}

.motion-showcase.is-ready .motion-showcase-products {
  animation: hero-product-arrive .85s .3s cubic-bezier(.2, .8, .2, 1) forwards;
}

.motion-showcase.is-ready .motion-fact--capacity {
  animation: hero-rise .55s .58s ease forwards;
}

.motion-showcase.is-ready .motion-fact--temperature {
  animation: hero-rise .55s .7s ease forwards;
}

.motion-showcase.is-ready .motion-fact--age {
  animation: hero-rise .55s .82s ease forwards;
}

.motion-showcase.is-ready .motion-showcase-details,
.motion-showcase.is-ready .motion-showcase-controls,
.motion-showcase.is-ready .motion-showcase-spec {
  animation: hero-rise .55s .92s ease forwards;
}

@keyframes hero-rise {
  from { opacity: 0; transform: translateY(1rem); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes hero-stage-arrive {
  from { opacity: 0; transform: translate(-50%, -46%) scale(.92); }
  to { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@keyframes hero-product-arrive {
  from { opacity: 0; transform: translateY(1.5rem) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Alternate NORI hero: a calm split-colour product studio. */
.split-colour-hero {
  --split-left: #ead7c3;
  --split-right: #f3ead8;
  --split-accent: #c8a27d;
  --split-word-left: #c9a27c;
  --split-word-right: #ddcaa7;
  position: relative;
  min-height: 40.5rem;
  overflow: hidden;
  border-radius: 2.2rem;
  color: var(--ink);
  background: var(--split-left);
  box-shadow: 0 1.7rem 4.5rem rgba(62, 50, 39, .08);
  isolation: isolate;
  touch-action: pan-y;
}

.split-colour-panels,
.split-colour-panel {
  position: absolute;
  inset: 0;
}

.split-colour-panel {
  transition: background-color .85s ease, transform .85s cubic-bezier(.2, .8, .2, 1);
}

.split-colour-panel--left {
  right: 50%;
  background: var(--split-left);
}

.split-colour-panel--right {
  left: 50%;
  background: var(--split-right);
}

.split-colour-copy {
  position: absolute;
  z-index: 5;
  top: clamp(2.4rem, 5vw, 4.5rem);
  left: clamp(1.8rem, 5vw, 5.4rem);
  width: min(25rem, 34vw);
}

.split-colour-copy :is(h1, h2) {
  margin: .8rem 0 1rem;
  font-family: Georgia, serif;
  font-size: clamp(3rem, 5.2vw, 5.5rem);
  font-weight: 400;
  letter-spacing: -.065em;
  line-height: .92;
}

.split-colour-copy > p:not(.eyebrow) {
  max-width: 21rem;
  margin-bottom: 1.5rem;
  color: var(--muted);
  line-height: 1.6;
}

.split-colour-words {
  position: absolute;
  z-index: 1;
  inset: auto 2.5rem 4.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  pointer-events: none;
}

.split-colour-words strong {
  white-space: nowrap;
  font-size: clamp(5.5rem, 12vw, 13rem);
  font-weight: 700;
  letter-spacing: -.08em;
  line-height: .75;
  opacity: .8;
  transition: color .8s ease, opacity .35s ease, transform .8s cubic-bezier(.2, .8, .2, 1);
}

.split-colour-words strong:first-child {
  color: var(--split-word-left);
  padding-left: .12em;
  transform: translateX(0);
}

.split-colour-words strong:last-child {
  color: var(--split-word-right);
  text-align: right;
  padding-right: .12em;
  transform: translateX(0);
}

.split-colour-product {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 2rem;
  width: clamp(17rem, 27vw, 25rem);
  height: 34rem;
  transform: translateX(-50%);
  transition: opacity .36s ease, transform .7s cubic-bezier(.2, .8, .2, 1);
}

.split-colour-product img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2rem 1.4rem rgba(55, 42, 32, .2));
}

.split-colour-orbit {
  position: absolute;
  z-index: 1;
  top: 45%;
  left: 50%;
  width: 18rem;
  height: 18rem;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 3.5rem rgba(255, 255, 255, .12);
}

.split-colour-status {
  position: absolute;
  z-index: 6;
  top: 2.4rem;
  right: clamp(1.8rem, 4vw, 4.5rem);
  display: grid;
  grid-template-columns: minmax(10rem, 12rem) minmax(16rem, 18rem);
  grid-template-areas:
    "feature meta"
    ". controls";
  gap: .85rem 1rem;
}

.split-colour-feature,
.split-colour-meta {
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 1rem 3rem rgba(70, 55, 43, .09);
  backdrop-filter: blur(16px);
}

.split-colour-feature {
  grid-area: feature;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .3rem;
  padding: .9rem 1rem;
}

.split-colour-feature span {
  font-size: .88rem;
  font-weight: 700;
}

.split-colour-feature small {
  color: var(--muted);
  font-size: .68rem;
  line-height: 1.35;
}

.split-colour-meta {
  grid-area: meta;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.1rem;
}

.split-colour-meta > span,
.split-colour-meta small {
  color: var(--muted);
  font-size: .66rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.split-colour-meta div strong,
.split-colour-meta small {
  display: block;
}

.split-colour-meta div strong {
  margin-top: .2rem;
  font-size: .86rem;
}

.split-colour-controls {
  grid-area: controls;
  justify-self: end;
  display: flex;
  gap: .55rem;
  padding: .15rem .2rem 0;
}

.split-colour-dot {
  width: 1.05rem;
  height: 1.05rem;
  padding: 0;
  border: .18rem solid rgba(255, 255, 255, .82);
  border-radius: 50%;
  background: var(--split-dot);
  box-shadow: 0 0 0 1px rgba(44, 38, 32, .16);
  transition: transform .25s ease, box-shadow .25s ease;
}

.split-colour-dot.is-selected {
  transform: scale(1.3);
  box-shadow: 0 0 0 2px var(--ink);
}

.split-colour-hero.is-changing .split-colour-product {
  opacity: 0;
  transform: translate(-50%, -1.5rem) scale(.96);
}

.split-colour-hero.is-changing .split-colour-words strong {
  opacity: 0;
}

.split-colour-hero:not(.is-ready) .split-colour-copy,
.split-colour-hero:not(.is-ready) .split-colour-product,
.split-colour-hero:not(.is-ready) .split-colour-meta,
.split-colour-hero:not(.is-ready) .split-colour-controls {
  opacity: 0;
}

/* VITA 100 editorial slide: one complete bottle and one cropped preview. */
.vita-slide-hero {
  --vita-bg: #e6efcf;
  --vita-accent: #83b93f;
  position: relative;
  min-height: 40.5rem;
  overflow: hidden;
  border-radius: 0 0 2rem 2rem;
  background: var(--vita-bg);
  transition: background-color .8s ease;
  touch-action: pan-y;
}

.vita-slide-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255,255,255,.5), transparent 48%);
  pointer-events: none;
}

.vita-slide-copy {
  position: absolute;
  z-index: 5;
  top: 4rem;
  left: clamp(2rem, 6vw, 6.5rem);
  width: min(26rem, 34vw);
}

.vita-slide-copy :is(h1, h2) {
  margin: .6rem 0 1rem;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(3rem, 5.7vw, 6rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .92;
}

.vita-slide-copy > p:not(.eyebrow) {
  max-width: 22rem;
  margin-bottom: 1.5rem;
  color: var(--muted);
  line-height: 1.6;
}

.vita-slide-word {
  position: absolute;
  z-index: 1;
  right: 3vw;
  bottom: -.05em;
  margin: 0;
  color: color-mix(in srgb, var(--vita-accent) 42%, transparent);
  font-size: clamp(8rem, 18vw, 18rem);
  font-weight: 750;
  letter-spacing: -.09em;
  line-height: .72;
  pointer-events: none;
  transition: color .7s ease, opacity .35s ease, transform .75s cubic-bezier(.2,.8,.2,1);
}

.vita-slide-stage {
  position: absolute;
  z-index: 3;
  inset: 1.5rem 0 0 34%;
}

.vita-slide-bottle {
  position: absolute;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 2rem 2.5rem rgba(45, 42, 35, .14));
  transition: transform .8s cubic-bezier(.18,.8,.22,1), opacity .35s ease;
}

.vita-slide-bottle--main {
  left: 22%;
  bottom: -1rem;
  width: 28rem;
  height: 39rem;
}

.vita-slide-peek {
  position: absolute;
  top: -9rem;
  right: -3rem;
  width: 17rem;
  height: 31rem;
  overflow: hidden;
}

.vita-slide-bottle--peek {
  top: 0;
  left: -2rem;
  width: 19rem;
  height: 31rem;
  transform: rotate(3deg);
}

.vita-slide-hero.is-sliding .vita-slide-bottle--main {
  opacity: 0;
  transform: translateY(8rem);
}

.vita-slide-hero.is-sliding .vita-slide-bottle--peek {
  opacity: 0;
  transform: translateY(-6rem) rotate(3deg);
}

.vita-slide-hero.is-sliding .vita-slide-word {
  opacity: 0;
  transform: translateX(4rem);
}

.vita-slide-meta {
  position: absolute;
  z-index: 6;
  right: clamp(2rem, 5vw, 5rem);
  bottom: 2.8rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  width: min(21rem, 28vw);
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 1.2rem;
  background: rgba(255,255,255,.72);
  box-shadow: 0 1rem 3rem rgba(70,55,43,.1);
  backdrop-filter: blur(16px);
}

.vita-slide-meta span,
.vita-slide-meta small {
  color: var(--muted);
  font-size: .66rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vita-slide-meta small,
.vita-slide-meta div strong { display: block; }
.vita-slide-meta div strong { margin-top: .2rem; font-size: .86rem; }

.vita-slide-controls {
  position: absolute;
  z-index: 7;
  left: clamp(2rem, 6vw, 6.5rem);
  bottom: 2.6rem;
  display: flex;
  align-items: center;
  gap: .8rem;
}

.vita-slide-controls > button {
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  border: 1px solid rgba(33,33,29,.2);
  border-radius: 50%;
  background: rgba(255,255,255,.55);
  font-size: 1rem;
}

.vita-slide-controls > div { display: flex; gap: .5rem; }
.vita-slide-controls > div button {
  width: .82rem;
  height: .82rem;
  padding: 0;
  border: .14rem solid rgba(255,255,255,.85);
  border-radius: 50%;
  background: var(--vita-dot);
  box-shadow: 0 0 0 1px rgba(33,33,29,.16);
}
.vita-slide-controls > div button.is-selected { transform: scale(1.28); box-shadow: 0 0 0 2px var(--ink); }

.vita-slide-hint {
  position: absolute;
  z-index: 5;
  left: clamp(2rem, 6vw, 6.5rem);
  bottom: 6.3rem;
  margin: 0;
  color: var(--muted);
  font-size: .66rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vita-slide-hero:not(.is-ready) .vita-slide-copy,
.vita-slide-hero:not(.is-ready) .vita-slide-stage,
.vita-slide-hero:not(.is-ready) .vita-slide-meta,
.vita-slide-hero:not(.is-ready) .vita-slide-controls { opacity: 0; }

.vita-slide-copy,
.vita-slide-stage,
.vita-slide-meta,
.vita-slide-controls { transition: opacity .55s ease; }

.split-colour-copy,
.split-colour-meta,
.split-colour-controls {
  transition: opacity .65s ease, transform .65s ease;
}

/* Compact photo-led inspiration cards. */
.playful-intro {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  padding-top: 2.6rem;
}

.inspiration-card {
  position: relative;
  min-height: 18rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 1.6rem;
  box-shadow: 0 1.4rem 3rem rgba(65, 51, 39, .07);
}

.inspiration-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .26s ease, transform .7s cubic-bezier(.2, .8, .2, 1);
}

.inspiration-card:hover img {
  transform: scale(1.035);
}

.inspiration-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 28, 24, .02) 24%, rgba(31, 28, 24, .78) 100%);
}

.inspiration-card-copy {
  position: absolute;
  z-index: 2;
  right: 1.35rem;
  bottom: 1.25rem;
  left: 1.35rem;
  color: #fff;
  transition: opacity .26s ease, transform .26s ease;
}

.inspiration-card-copy .eyebrow {
  margin: 0 0 .45rem;
  color: inherit;
  opacity: .78;
}

.inspiration-card-copy h2 {
  max-width: 17ch;
  min-height: 2.35em;
  margin: 0;
  font-size: clamp(1.35rem, 2.15vw, 2rem);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: 1.08;
}

.inspiration-card.is-changing img,
.inspiration-card.is-changing .inspiration-card-copy {
  opacity: 0;
}

.inspiration-card.is-changing img {
  transform: scale(1.025);
}

.inspiration-card.is-changing .inspiration-card-copy {
  transform: translateY(.4rem);
}

.inspiration-card-copy > span {
  position: absolute;
  right: 0;
  bottom: .2rem;
  font-size: .65rem;
  letter-spacing: .16em;
  opacity: .72;
}

.collection {
  padding-top: 6rem;
}

.section-heading {
  border-bottom: 0;
}

.section-heading h2 {
  font-size: clamp(2.8rem, 5vw, 5rem);
}

.product-grid--single {
  grid-template-columns: minmax(0, 1fr);
}

.product-grid--catalogue {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-grid--catalogue .product-card--featured {
  grid-template-columns: minmax(0, 1fr);
}

.product-grid--catalogue .product-image--photo {
  height: min(32rem, 42vw);
}

.product-image--mori img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
}

@media (min-width: 761px) {
  .product-image--mori img {
    object-fit: cover;
    transform: scale(1.08);
  }

  .product-image--pico img {
    transform: scale(1.08);
  }

  .product-image--vita img {
    transform: translateY(-.8rem) scale(1.08);
    transform-origin: center bottom;
  }
}

.dot--cocoa { background: #9b7459; }
.dot--honey { background: #f4c84c; }
.swatch--cocoa { background: #9b7459; }
.swatch--honey { background: #f4c84c; }
.dot--warmSand,.swatch--warmSand { background: #c8a27d; }
.dot--softCream,.swatch--softCream { background: #f2e4c8; }
.dot--cloudGrey,.swatch--cloudGrey { background: #aeb0b2; }
.dot--midnightBlack,.swatch--midnightBlack { background: #202124; }
.dot--picoYellow,.swatch--picoYellow { background: #f5d648; }
.dot--picoBlue,.swatch--picoBlue { background: #91d9df; }
.dot--picoPink,.swatch--picoPink { background: #f08caf; }
.dot--picoLime,.swatch--picoLime { background: #a9d92f; }
.dot--vitaRed,.swatch--vitaRed { background: #e73332; }
.dot--vitaGreen,.swatch--vitaGreen { background: #9ddd38; }
.dot--vitaBlack,.swatch--vitaBlack { background: #171717; }

.product-image--nori img {
  object-position: center;
}

.product-image--kivo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-image--pico img {
  object-fit: cover;
}

.product-image--vita img {
  object-fit: cover;
}

.product-tax-note {
  margin: -.7rem 0 1.2rem;
  color: var(--muted);
  font-size: .86rem;
}

.product-card--featured {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(19rem, .65fr);
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(52, 45, 38, .08);
  border-radius: 2rem;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 1.5rem 4rem rgba(65, 51, 39, .07);
}

.product-image--photo {
  height: min(38rem, 64vw);
  border-radius: 1.45rem;
  background: #efe5dc;
}

.product-details {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(1.5rem, 4vw, 3.5rem);
}

.product-details h3 {
  font-size: clamp(2rem, 3.5vw, 3.6rem);
  letter-spacing: -.055em;
  line-height: 1;
}

.product-details p {
  line-height: 1.6;
}

.product-details > div:last-child {
  margin-top: 1rem;
}

.product-details > div:last-child > span {
  font-size: 1.25rem;
}

.product-details .add-button {
  min-height: 3rem;
  padding: .75rem 1.15rem;
  border: 0;
  border-radius: 2rem;
  color: #fff;
  background: var(--ink);
}

.promise {
  margin: 0 clamp(1rem, 2.5vw, 2.5rem) 2.5rem;
  border-radius: 2rem;
  background: #eae5dc;
}

.promise span {
  display: grid;
  gap: .5rem;
}

.promise b {
  color: var(--ink);
  font-size: .65rem;
  letter-spacing: .16em;
}

/* Product page: rounded gallery and a calm information card. */
.product-detail-page main {
  padding: 0 clamp(1rem, 2.5vw, 2.5rem) 2.5rem;
}

.product-detail-page .breadcrumbs {
  padding-inline: .25rem;
}

.product-page {
  max-width: 94rem;
  margin: 0 auto;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(52, 45, 38, .08);
  border-radius: 2rem;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 1.5rem 4rem rgba(65, 51, 39, .07);
}

.product-gallery {
  border-radius: 1.5rem;
  background: #eee7de;
}

.product-stage {
  background: rgba(255, 255, 255, .42);
}

.product-detail-gallery img {
  border-radius: 1.2rem;
}

.product-info {
  align-self: start;
  padding: clamp(2rem, 4vw, 4rem);
  border-radius: 1.5rem;
  background: #fffdf9;
}

.product-info h1 {
  font-size: clamp(3rem, 4.8vw, 5rem);
}

.product-price {
  font-size: 1.35rem;
}

.product-highlights {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .6rem;
  border-top: 0;
}

.product-highlights div {
  grid-template-columns: 1fr;
  gap: .35rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--paper);
}

.product-add.add-button {
  border-radius: 2rem;
  background: var(--ink);
}

.product-notes {
  margin-top: 2.5rem;
}

@media (max-width: 1050px) {
  .product-grid--catalogue {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .motion-showcase-facts {
    width: min(35rem, 55vw);
  }

  .playful-intro {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  input, select, textarea, button { font-size: 16px; }
  .search input { font-size: 16px; }
  .search-suggestions { top: calc(100% + .35rem); }

  .product-grid--catalogue {
    grid-template-columns: 1fr;
  }

  .product-grid--catalogue .product-image--photo {
    height: min(30rem, 120vw);
  }
  .hero-visit-stage {
    padding: .6rem .6rem 0;
  }

  .motion-showcase {
    min-height: 49.5rem;
    padding: 2.6rem 1rem 8rem;
    border-radius: 1.6rem;
  }

  .split-colour-hero {
    min-height: 49.5rem;
    border-radius: 1.6rem;
  }

  .split-colour-panel--left {
    right: 50%;
  }

  .split-colour-panel--right {
    left: 50%;
  }

  .split-colour-copy {
    top: 2.2rem;
    left: 1.35rem;
    width: calc(100% - 2.7rem);
  }

  .split-colour-copy :is(h1, h2) {
    max-width: 20rem;
    font-size: clamp(3.15rem, 14vw, 4.8rem);
  }

  .split-colour-copy > p:not(.eyebrow) {
    max-width: 17rem;
  }

  .split-colour-product {
    bottom: 5.5rem;
    width: min(18.5rem, 70vw);
    height: 27rem;
  }

  .split-colour-orbit {
    top: 50%;
    width: 15rem;
    height: 15rem;
    box-shadow: 0 0 0 2.5rem rgba(255, 255, 255, .12);
  }

  .split-colour-words {
    bottom: 8rem;
  }

  .split-colour-words strong {
    font-size: clamp(2rem, 8vw, 3.5rem);
  }

  .split-colour-status {
    top: auto;
    right: 1rem;
    left: 1rem;
    bottom: 0;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: .65rem;
  }

  .split-colour-controls {
    position: static;
    justify-self: start;
    width: max-content;
    margin-top: .7rem;
    padding: 0;
    transform: none;
  }

  .vita-slide-hero {
    min-height: 49.5rem;
    border-radius: 1.6rem;
  }

  .vita-slide-copy {
    top: 2.2rem;
    right: 1.35rem;
    left: 1.35rem;
    width: auto;
  }

  .vita-slide-copy :is(h1, h2) {
    max-width: 21rem;
    font-size: clamp(3.15rem, 14vw, 4.8rem);
  }

  .vita-slide-copy > p:not(.eyebrow) {
    max-width: 18rem;
  }

  .vita-slide-stage {
    inset: 16rem 0 0;
  }

  .vita-slide-bottle--main {
    left: 50%;
    bottom: -1.8rem;
    width: 17rem;
    height: 25.5rem;
    margin-left: -8.5rem;
  }

  .vita-slide-peek {
    top: 8.5rem;
    right: -4.5rem;
    width: 9rem;
    height: 20rem;
  }

  .vita-slide-bottle--peek {
    left: -1rem;
    width: 13rem;
    height: 21rem;
  }

  .vita-slide-word {
    right: -.04em;
    bottom: .55rem;
    font-size: clamp(6rem, 27vw, 9rem);
  }

  .vita-slide-meta {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    width: auto;
  }

  .vita-slide-controls {
    position: static;
    display: flex;
    justify-content: flex-start;
    width: max-content;
    margin-top: .7rem;
    transform: none;
  }

  .vita-slide-controls > button { display: none; }

  .vita-slide-copy .vita-slide-meta {
    position: static;
    display: grid;
    width: min(100%, 20rem);
    margin-top: 1rem;
  }

  .vita-slide-hint {
    display: none;
  }

  .motion-showcase-heading {
    padding-inline: .35rem;
  }

  .motion-showcase-stage {
    height: 29rem;
  }

  .playful-intro {
    grid-template-columns: 1fr;
    padding-top: 1.5rem;
  }

  .inspiration-card {
    min-height: 15.5rem;
  }

  .motion-showcase-facts {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .35rem;
    margin: 1.4rem 0 .4rem;
  }

  .motion-fact,
  .motion-fact--capacity,
  .motion-fact--temperature,
  .motion-fact--age {
    width: auto;
    min-height: 7.2rem;
    padding: .75rem;
  }

  .motion-fact span {
    margin-bottom: .65rem;
  }

  .motion-fact small {
    font-size: .58rem;
  }

  .motion-showcase-controls {
    bottom: 2.2rem;
  }

  .motion-showcase.is-ready .motion-showcase-details {
    animation-name: hero-details-rise;
  }

  .motion-showcase-spec {
    bottom: .55rem;
  }

  .product-card--featured {
    grid-template-columns: 1fr;
  }

  .product-image--photo {
    height: 26rem;
  }

  .product-details {
    padding: 1.6rem 1rem 1rem;
  }

  .promise {
    margin-inline: .6rem;
  }

  .product-detail-page main {
    padding-inline: .6rem;
  }

  .product-page {
    padding: .6rem;
    border-radius: 1.5rem;
  }

  .product-gallery,
  .product-info {
    border-radius: 1.2rem;
  }

  .product-highlights {
    grid-template-columns: 1fr 1fr;
  }
}

@keyframes hero-details-rise {
  from { opacity: 0; transform: translate(-50%, 1rem); }
  to { opacity: 1; transform: translate(-50%, 0); }
}

@media (max-width: 410px) {
  .motion-showcase-facts {
    grid-template-columns: 1fr;
  }

  .motion-showcase {
    min-height: 62rem;
    padding-bottom: 7rem;
  }

  .motion-fact {
    min-height: 5.2rem;
  }

  .motion-showcase-controls {
    bottom: 2.2rem;
  }

  .product-highlights {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-showcase-heading,
  .motion-showcase-panel,
  .motion-showcase-products,
  .motion-fact,
  .motion-showcase-details,
  .motion-showcase-controls,
  .motion-showcase-spec {
    opacity: 1;
    animation: none !important;
  }

  .inspiration-card img,
  .inspiration-card-copy {
    transition: none;
    animation: none !important;
  }

  .split-colour-panel,
  .split-colour-product,
  .split-colour-words strong,
  .split-colour-copy,
  .split-colour-meta,
  .split-colour-controls,
  .vita-slide-bottle,
  .vita-slide-word,
  .vita-slide-copy,
  .vita-slide-stage,
  .vita-slide-meta,
  .vita-slide-controls {
    opacity: 1 !important;
    transition: none !important;
    animation: none !important;
  }
}

/* Lighter premium storefront typography. */
body {
  font-weight: 400;
  letter-spacing: -.005em;
}

h1, h2, h3, h4,
.wordmark,
.product-price,
.motion-showcase-title,
.inspiration-card h2 {
  font-weight: 400;
}

.button,
button,
strong,
summary {
  font-weight: 500;
}

.button {
  letter-spacing: .035em;
}

/* Make catalogue prices easier to scan in the Best little sellers cards. */
.product-grid--catalogue .product-details > div:last-child > span {
  font-size: 1.12rem !important;
  font-weight: 700 !important;
}

/* Reusable editorial product page for every catalogue item. */
.product-page {
  grid-template-columns: minmax(18rem, 31%) minmax(0, 1fr);
  gap: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  background: #fbfaf7;
  box-shadow: none;
}

.product-primary {
  display: grid;
  align-self: start;
  position: sticky;
  top: 1rem;
  height: 47rem;
  min-height: 47rem;
  padding: clamp(2rem, 4vw, 4rem);
  border-right: 1px solid var(--line);
  background: #f8f5ef;
}

.product-stage {
  min-height: 0;
  overflow: visible;
  background: transparent;
}

.product-stage .zoom-trigger {
  height: 100%;
  display: grid;
  place-items: center;
}

.product-stage-image {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: 40rem;
  object-fit: contain;
  object-position: center;
}

.product-content {
  min-width: 0;
  padding: clamp(1.5rem, 3vw, 3rem);
}

.product-gallery {
  position: relative;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.product-gallery-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .8rem;
  color: var(--muted);
  font-size: .7rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.product-gallery-heading p { margin: 0; }

.product-gallery-track {
  display: flex;
  gap: 1rem;
  margin: 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.product-gallery-track::-webkit-scrollbar { display: none; }

.product-gallery-track figure {
  flex: 0 0 calc(50% - .5rem);
  min-width: 0;
  margin: 0;
  scroll-snap-align: start;
}

.product-gallery-track .zoom-trigger {
  height: clamp(18rem, 28vw, 27rem);
  display: grid;
  place-items: center;
  overflow: visible;
  border: 1px solid rgba(41, 39, 36, .08);
  border-radius: .5rem;
  background: rgba(255, 255, 255, .4);
}

.product-gallery-track img,
.product-detail-gallery img {
  width: 88%;
  height: 88%;
  padding: .8rem;
  aspect-ratio: auto;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
}

.product-gallery-track figcaption {
  margin-top: .55rem;
  color: var(--muted);
  font-size: .7rem;
  text-align: left;
}

.product-gallery-controls {
  position: absolute;
  right: 0;
  bottom: 1rem;
  display: flex;
  gap: .45rem;
}

.product-gallery-controls button {
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
}

.product-info {
  display: grid;
  grid-template-columns: minmax(15rem, .82fr) minmax(20rem, 1.18fr);
  gap: clamp(2rem, 4vw, 5rem);
  padding: clamp(2rem, 4vw, 4rem) 0 1.5rem;
  border-radius: 0;
  background: transparent;
}

.product-identity {
  padding-right: clamp(1rem, 2vw, 2.5rem);
  border-right: 1px solid var(--line);
}

.product-info h1 {
  max-width: 18rem;
  margin-top: .55rem;
  font-size: clamp(2.3rem, 3.7vw, 4rem);
  font-weight: 400;
  line-height: .98;
}

.product-model {
  font-size: .75rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.variant-picker { margin-top: 2rem; }
.variant-picker legend { font-size: .72rem; }
.variant-picker .swatch { width: 2rem; height: 2rem; }

.product-purchase { min-width: 0; }

.product-intro {
  margin-bottom: 1.25rem;
  font-size: .9rem;
  line-height: 1.65;
}

.product-highlights {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 1.2rem;
  border-top: 1px solid var(--line);
}

.product-highlights div {
  padding: .75rem 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
}

.product-highlights div:nth-child(odd) { padding-right: 1rem; }
.product-highlights div:nth-child(even) { padding-left: 1rem; border-left: 1px solid var(--line); }

.product-buy-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.product-price {
  margin: 0;
  font-size: 1.65rem;
  font-weight: 500;
}

.product-tax-note { margin: .25rem 0 0; font-size: .7rem; }
.product-add.add-button { min-width: 12rem; border-radius: .25rem; font-weight: 500; }
.product-sku, .product-stock { font-size: .7rem; }

.product-notes {
  grid-column: 1 / -1;
  margin-top: 1rem;
  border-top: 1px solid var(--line);
}

/* Compact image viewer: 100% default, controlled zoom to 150%. */
.image-viewer {
  width: min(50vw, 46rem);
  height: min(64vh, 38rem);
  border-radius: .8rem;
  background: #fbfaf7;
}

.image-viewer::backdrop {
  background: rgba(35, 31, 27, .3);
  backdrop-filter: blur(12px);
}

.image-viewer-stage {
  height: calc(100% - 5.5rem);
  padding: 2rem;
  background: #f7f4ee;
}

.image-viewer-image {
  width: 78%;
  height: 78%;
  object-fit: contain;
}

@media (max-width: 900px) {
  .product-page { grid-template-columns: 1fr; }
  .product-primary { position: static; height: 35rem; min-height: 35rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .product-stage-image { max-height: 31rem; }
  .product-info { grid-template-columns: 1fr 1fr; }
  .image-viewer { width: min(82vw, 42rem); }
}

/* Final override: product pages use white media and information surfaces. */
.product-detail-page,
.product-detail-page main,
.product-detail-page .product-page,
.product-detail-page .product-primary,
.product-detail-page .product-stage,
.product-detail-page .product-stage .zoom-trigger,
.product-detail-page .product-content,
.product-detail-page .product-gallery,
.product-detail-page .product-info,
.product-detail-page .product-identity,
.product-detail-page .product-purchase,
.product-detail-page .product-gallery-track,
.product-detail-page .product-gallery-track figure,
.product-detail-page .product-gallery-track .zoom-trigger {
  background: #fff !important;
}

@media (max-width: 650px) {
  .product-primary { height: 29rem; min-height: 29rem; padding: 1.5rem; }
  .product-stage-image { max-height: 26rem; }
  .product-content { padding: 1rem; }
  .product-gallery-track figure { flex-basis: 82%; }
  .product-gallery-track .zoom-trigger { height: 20rem; }
  .product-info { grid-template-columns: 1fr; gap: 1.5rem; }
  .product-identity { padding-right: 0; padding-bottom: 1.5rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .product-info h1 { max-width: none; font-size: clamp(2.25rem, 11vw, 3.25rem); }
  .product-buy-row { align-items: stretch; flex-direction: column; }
  .product-add.add-button { width: 100%; }
  .image-viewer { width: calc(100% - 1.5rem); height: min(64vh, 34rem); }
  .image-viewer-stage { padding: 1rem; }
}

/* Product image containment and concise purchase information. */
.product-stage,
.product-stage .zoom-trigger,
.product-gallery-track figure,
.product-gallery-track .zoom-trigger {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.product-stage .zoom-trigger {
  width: 100%;
}

.product-stage-image,
.product-gallery-track img,
.product-detail-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

/* Keep the media surfaces and the product-name panel on one selected-colour background. */
.product-detail-page .product-page,
.product-detail-page .product-primary,
.product-detail-page .product-stage,
.product-detail-page .product-content,
.product-detail-page .product-gallery,
.product-detail-page .product-info,
.product-detail-page .product-identity,
.product-detail-page .product-purchase,
.product-detail-page .product-gallery-track,
.product-detail-page .product-gallery-track figure,
.product-detail-page .product-gallery-track .zoom-trigger {
  background: #fff;
}

.product-detail-page,
.product-detail-page main,
.product-detail-page .product-page {
  background: #fff;
}

/* Landscape phones are wide enough to miss the normal 760px mobile query,
   but still need the compact layout. Keep the same responsive behavior when
   the viewport is phone-height, regardless of rotation. */
@media (orientation: landscape) and (max-height: 600px) and (max-width: 1100px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .header-top {
    min-height: 4.35rem;
    grid-template-columns: auto minmax(12rem, 1fr) auto;
    gap: .75rem;
    padding: 0 .8rem;
  }

  .logo-link,
  .logo-link img {
    width: 3.7rem;
    height: 3.7rem;
  }

  .search {
    height: 2.55rem;
    padding: 0 .8rem;
  }

  .header-actions { gap: .45rem; }
  .account-button { padding: .55rem .7rem; }
  .collection-nav { min-height: 2.45rem; }

  .hero-visit-stage {
    padding: .6rem .6rem 0;
  }

  .motion-showcase,
  .split-colour-hero {
    min-height: 31rem;
    border-radius: 1.4rem;
  }

  .motion-showcase { padding-bottom: 4rem; }
  .motion-showcase-heading :is(h1, h2) { font-size: clamp(2.4rem, 7vw, 4rem); }

  .product-grid--catalogue {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-page,
  .cart-page-layout,
  .checkout-layout,
  .account-shell {
    width: min(100% - 1.2rem, 76rem);
    margin-inline: auto;
  }

  .product-detail-page .product-page {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .product-primary { min-height: 24rem; }
  .product-stage-image { max-height: 22rem; }

  .product-detail-page .product-info {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .product-detail-page .product-identity {
    padding-right: 0;
    padding-bottom: 1rem;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-buy-row { align-items: stretch; flex-direction: column; }
  .product-add.add-button { width: 100%; }

  .cart-line { grid-template-columns: 5.5rem minmax(0, 1fr) auto; }
}

/* Product detail experience: spacious editorial sections below the purchase hero. */
.product-details-story {
  margin: 0 clamp(1rem, 5vw, 5rem) 5rem;
  padding-top: clamp(3rem, 8vw, 7rem);
  border-top: 1px solid var(--line);
}
.product-detail-intro { max-width: 42rem; margin: 0 auto 3rem; text-align: center; }
.product-detail-intro h2 { max-width: 34rem; margin: .7rem auto 1rem; font-size: clamp(2.3rem, 5vw, 4.5rem); line-height: .96; letter-spacing: -.055em; }
.product-detail-intro > p:last-child { max-width: 32rem; margin: 0 auto; color: var(--muted); line-height: 1.7; }
.product-benefit-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: clamp(4rem, 9vw, 8rem); padding: 1.2rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-benefit-strip span { display: grid; gap: .5rem; place-items: center; color: var(--olive); font-size: .78rem; text-align: center; }
.product-benefit-strip span + span { border-left: 1px solid var(--line); }
.product-benefit-strip strong { font-size: 1.6rem; font-weight: 400; }
.product-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 8vw, 8rem); align-items: center; max-width: 76rem; margin: 0 auto clamp(5rem, 10vw, 9rem); }
.product-story-copy { max-width: 34rem; }
.product-story-copy h3, .product-spec-section h3, .product-help-card h3 { margin: .65rem 0 1rem; font-size: clamp(1.8rem, 3.5vw, 3.3rem); line-height: .98; letter-spacing: -.04em; }
.product-story-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.75; }
.product-story-card { display: grid; min-height: 29rem; align-content: end; padding: clamp(2rem, 5vw, 4rem); border-radius: 2rem; color: #fffaf3; background: linear-gradient(145deg, #3f4637 0%, #6d794e 55%, #eac95b 150%); }
.product-story-card span { margin-bottom: auto; font-size: .75rem; letter-spacing: .18em; }
.product-story-card strong { font-size: clamp(2rem, 5vw, 4.5rem); line-height: .92; letter-spacing: -.06em; }
.product-story-facts { display: grid; gap: .75rem; margin-top: 2rem; }
.product-story-facts span { display: flex; gap: .8rem; align-items: baseline; padding-top: .75rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
.product-story-facts strong { color: var(--olive); font-size: .65rem; letter-spacing: .12em; }
.product-spec-section { display: grid; grid-template-columns: .55fr 1.45fr; gap: 3rem; max-width: 76rem; margin: 0 auto clamp(4rem, 8vw, 7rem); padding-top: 1.3rem; border-top: 1px solid var(--line); }
.product-spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; }
.product-spec-grid div { min-height: 7rem; padding: 0 1rem 1.5rem 0; border-bottom: 1px solid var(--line); }
.product-spec-grid dt { margin-bottom: .75rem; color: var(--muted); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.product-spec-grid dd { margin: 0; max-width: 18rem; color: var(--ink); font-size: .9rem; line-height: 1.5; }
.product-accordions { max-width: 76rem; margin: 0 auto clamp(4rem, 8vw, 7rem); border-top: 1px solid var(--line); }
.product-accordions details { border-bottom: 1px solid var(--line); }
.product-accordions summary { display: flex; justify-content: space-between; gap: 1rem; padding: 1.3rem 0; cursor: pointer; list-style: none; font-size: clamp(1rem, 2vw, 1.3rem); }
.product-accordions summary::-webkit-details-marker { display: none; }
.product-accordions summary span { color: var(--muted); font-size: 1.5rem; font-weight: 300; }
.product-accordions details[open] summary span { transform: rotate(45deg); }
.product-accordions p { max-width: 44rem; margin: 0 0 1.5rem; color: var(--muted); font-size: .9rem; line-height: 1.75; }
.product-accordions a { color: var(--olive); }
.product-help-card { display: flex; max-width: 76rem; margin: 0 auto; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(1.5rem, 4vw, 3rem); border-radius: 1.5rem; color: #fffaf3; background: var(--olive); }
.product-help-card h3 { max-width: 32rem; margin-bottom: 0; }
.product-help-card .eyebrow { color: #d6dfc7; }
.product-help-card .button { flex: 0 0 auto; color: var(--ink); background: #fffaf3; }
@media (max-width: 700px) {
  .product-details-story { margin-inline: 1rem; padding-top: 3.5rem; }
  .product-benefit-strip { grid-template-columns: repeat(2, 1fr); gap: 1rem 0; }
  .product-benefit-strip span:nth-child(3) { border-left: 0; }
  .product-story-grid, .product-spec-section { grid-template-columns: 1fr; gap: 2.5rem; }
  .product-story-card { min-height: 20rem; }
  .product-spec-grid { grid-template-columns: 1fr 1fr; gap: 1rem 0; }
  .product-help-card { align-items: flex-start; flex-direction: column; }
  .product-help-card .button { width: 100%; }
}

.product-gallery-track {
  align-items: stretch;
  overflow-y: hidden;
}

.product-gallery-track figure {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.product-gallery-track .zoom-trigger {
  width: 100%;
}

.product-gallery-track img,
.product-detail-gallery img {
  padding: .7rem;
}

.product-gallery-track .zoom-trigger {
  position: relative;
  display: block;
}

.product-gallery-track img,
.product-detail-gallery img {
  position: absolute;
  inset: 0;
  min-width: 0;
  min-height: 0;
}

.product-intro {
  color: var(--ink);
  font-weight: 500;
  letter-spacing: .015em;
}

.product-price {
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 600;
}

@media (min-width: 901px) {
  .product-detail-page[data-product-id="kivo-20"] .product-note-actions {
    margin-top: .45rem;
    transform: translateY(-.35rem);
    margin-bottom: -.35rem;
  }
}

/* Cascade guard for rotated phones: these hero positions must win over every
   earlier desktop and narrow-screen composition. */
@media (orientation: landscape) and (max-height: 600px) and (max-width: 1100px) {
  .home-page .split-colour-hero,
  .home-page .vita-slide-hero {
    min-height: 28rem;
    border-radius: 1.35rem;
  }

  .home-page .split-colour-copy {
    top: 1.4rem;
    right: auto;
    left: 1.4rem;
    width: 29%;
  }

  .home-page .split-colour-product {
    left: 52%;
    bottom: 1.2rem;
    width: 14rem;
    height: 24rem;
  }

  .home-page .split-colour-status {
    top: 1.35rem;
    right: 1.35rem;
    bottom: auto;
    left: auto;
    width: 14.5rem;
    grid-template-columns: 1fr;
    grid-template-areas: "feature" "meta" "controls";
    gap: .55rem;
  }

  .home-page .split-colour-controls {
    position: static;
    justify-self: start;
    width: auto;
    margin: 0;
    padding: .25rem .2rem;
    transform: none;
  }

  .home-page .vita-slide-copy {
    top: 1.4rem;
    right: auto;
    left: 1.4rem;
    width: 31%;
  }

  .home-page .vita-slide-stage {
    inset: .5rem 13.5rem 0 31%;
  }

  .home-page .vita-slide-bottle--main {
    left: 50%;
    bottom: -.5rem;
    width: 15rem;
    height: 27rem;
    margin-left: 0;
    transform: translateX(-50%);
  }

  .home-page .vita-slide-peek {
    top: -2rem;
    right: -4.5rem;
    width: 7rem;
    height: 14rem;
  }

  .home-page .vita-slide-meta {
    right: 1.35rem;
    bottom: 4.2rem;
    left: auto;
    width: 13rem;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .home-page .vita-slide-controls {
    position: absolute;
    right: 1.35rem;
    bottom: 1.15rem;
    left: auto;
    width: auto;
    margin: 0;
    transform: none;
  }
}

/* Final landscape-phone hero layout.
   Phones rotated sideways are wider than the mobile breakpoint but too short
   for the desktop artwork and floating cards. Use the width efficiently and
   keep every information surface in its own non-overlapping zone. */
@media (orientation: landscape) and (max-height: 600px) and (max-width: 1100px) {
  .hero-visit-stage {
    padding: .55rem;
  }

  .split-colour-hero,
  .vita-slide-hero {
    min-height: 28rem;
    border-radius: 1.35rem;
  }

  /* NORI: copy / bottle / information from left to right. */
  .split-colour-copy {
    top: 1.4rem;
    left: 1.4rem;
    width: 29%;
  }

  .split-colour-copy :is(h1, h2) {
    margin: .45rem 0 .65rem;
    font-size: clamp(2.25rem, 5.2vw, 3.25rem);
    line-height: .92;
  }

  .split-colour-copy > p:not(.eyebrow) {
    margin: 0 0 1rem;
    font-size: .82rem;
    line-height: 1.42;
  }

  .split-colour-copy .button {
    min-height: 2.5rem;
    padding: .65rem 1rem;
  }

  .split-colour-product {
    left: 52%;
    bottom: 1.2rem;
    width: 14rem;
    height: 24rem;
  }

  .split-colour-orbit {
    width: 12rem;
    height: 12rem;
    box-shadow: 0 0 0 2.25rem rgba(255, 255, 255, .12);
  }

  .split-colour-status {
    top: 1.35rem;
    right: 1.35rem;
    bottom: auto;
    left: auto;
    width: 14.5rem;
    grid-template-columns: 1fr;
    grid-template-areas:
      "feature"
      "meta"
      "controls";
    gap: .55rem;
  }

  .split-colour-feature,
  .split-colour-meta {
    min-width: 0;
    border-radius: .85rem;
  }

  .split-colour-feature {
    padding: .65rem .8rem;
  }

  .split-colour-meta {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: .65rem;
    padding: .75rem .8rem;
  }

  .split-colour-meta div {
    min-width: 0;
  }

  .split-colour-meta div strong {
    overflow-wrap: anywhere;
  }

  .split-colour-controls {
    justify-self: start;
    width: auto;
    margin: 0;
    padding: .25rem .2rem;
  }

  .split-colour-words {
    inset: auto 1.5rem 1.2rem;
  }

  .split-colour-words strong {
    font-size: clamp(3rem, 8vw, 5rem);
    opacity: .48;
  }

  /* VITA: balanced editorial copy, centered bottle and a compact meta card. */
  .vita-slide-copy {
    top: 1.4rem;
    left: 1.4rem;
    width: 31%;
  }

  .vita-slide-copy :is(h1, h2) {
    margin: .45rem 0 .65rem;
    font-size: clamp(2.25rem, 5.2vw, 3.25rem);
    line-height: .92;
  }

  .vita-slide-copy > p:not(.eyebrow) {
    margin: 0 0 1rem;
    font-size: .82rem;
    line-height: 1.42;
  }

  .vita-slide-copy .button {
    min-height: 2.5rem;
    padding: .65rem 1rem;
  }

  .vita-slide-stage {
    inset: .5rem 13.5rem 0 31%;
  }

  .vita-slide-bottle--main {
    left: 50%;
    bottom: -.5rem;
    width: 15rem;
    height: 27rem;
    transform: translateX(-50%);
  }

  .vita-slide-peek {
    top: -2rem;
    right: -4.5rem;
    width: 7rem;
    height: 14rem;
    opacity: .68;
  }

  .vita-slide-bottle--peek {
    left: -1.5rem;
    width: 10rem;
    height: 16rem;
  }

  .vita-slide-meta {
    right: 1.35rem;
    bottom: 4.2rem;
    width: 13rem;
    grid-template-columns: auto minmax(0, 1fr);
    gap: .55rem;
    padding: .75rem .8rem;
    border-radius: .85rem;
  }

  .vita-slide-meta > strong {
    grid-column: 2;
  }

  .vita-slide-meta div {
    min-width: 0;
  }

  .vita-slide-meta div strong {
    overflow-wrap: anywhere;
  }

  .vita-slide-controls {
    right: 1.35rem;
    bottom: 1.15rem;
    left: auto;
    gap: .55rem;
  }

  .vita-slide-controls > button {
    width: 2.35rem;
    height: 2.35rem;
  }

  .vita-slide-hint {
    display: none;
  }

  .vita-slide-word {
    right: .5rem;
    bottom: .05em;
    font-size: clamp(5rem, 14vw, 8rem);
    opacity: .55;
  }
}

/* Final override: product pages use white media and information surfaces. */
.product-detail-page,
.product-detail-page main,
.product-detail-page .product-page,
.product-detail-page .product-primary,
.product-detail-page .product-stage,
.product-detail-page .product-stage .zoom-trigger,
.product-detail-page .product-content,
.product-detail-page .product-gallery,
.product-detail-page .product-info,
.product-detail-page .product-identity,
.product-detail-page .product-purchase,
.product-detail-page .product-gallery-track,
.product-detail-page .product-gallery-track figure,
.product-detail-page .product-gallery-track .zoom-trigger {
  background: #fff !important;
}

/* Product imagery polish: contained cards, one editorial KIVO backdrop,
   and one continuous white surface across the product gallery and details. */
.home-page .product-grid--catalogue .product-image--photo {
  display: grid;
  place-items: center;
  overflow: hidden;
  background-color: #f7f4ef;
}

.home-page .product-grid--catalogue .product-image--photo img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: .65rem;
  object-fit: contain;
  object-position: center;
}

.home-page .product-grid--catalogue .product-image--kivo {
  height: 15rem;
  aspect-ratio: auto;
  background-image: none;
  background-position: center;
  background-size: cover;
  border-radius: 1.25rem;
  overflow: hidden;
}

.home-page .product-grid--catalogue .product-image--kivo img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  object-fit: contain;
  object-position: center bottom;
  transform: translateY(-3rem);
  border-radius: inherit;
  filter: drop-shadow(0 .9rem 1rem rgba(69, 46, 37, .16));
}

.product-content,
.product-gallery,
.product-info,
.product-gallery-track figure,
.product-gallery-track .zoom-trigger {
  background: #fff;
}

/* ---------- Compact homepage collection ----------
   Homepage sizing stays separate from the larger, image-led product pages. */
.home-page .playful-intro {
  padding: 2rem clamp(1rem, 2.8vw, 2.8rem) 1rem;
}

.home-page .inspiration-card {
  min-height: 14rem;
  border-radius: 1.25rem;
}

.home-page .inspiration-card-copy {
  right: 1rem;
  bottom: .9rem;
  left: 1rem;
}

.home-page .inspiration-card-copy h2 {
  font-size: clamp(1.05rem, 1.45vw, 1.45rem);
  font-weight: 400;
}

.collection-showcase {
  position: relative;
  margin: 1.35rem clamp(1rem, 2.8vw, 2.8rem) 0;
  padding: 1.5rem;
  border: 1px solid rgba(52, 45, 38, .08);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 1rem 2.8rem rgba(65, 51, 39, .055);
}

.collection-showcase-hint {
  display: none;
}

.collection-showcase-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0 .25rem 1rem;
  border-bottom: 1px solid var(--line);
}

.collection-showcase-heading h2 {
  max-width: 22ch;
  margin: .35rem 0 0;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.08;
}

.collection-showcase-heading > p {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
}

.collection-showcase-products {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .55rem;
  padding-top: 1rem;
}

.collection-showcase-products a {
  min-width: 0;
  display: grid;
  grid-template-rows: 10rem auto auto;
  place-items: center;
  padding: .7rem .45rem .8rem;
  color: var(--ink);
  border-radius: 1rem;
  text-align: center;
  text-decoration: none;
  transition: background .25s ease, transform .25s ease;
}

.collection-showcase-products a:hover {
  background: #f6f3ee;
  transform: translateY(-.15rem);
}

.collection-showcase-products img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.collection-showcase-products span {
  margin-top: .55rem;
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .02em;
}

.collection-showcase-products small {
  margin-top: .15rem;
  color: var(--muted);
  font-size: .68rem;
}

.home-page .collection {
  padding: 3.5rem clamp(1rem, 2.8vw, 2.8rem) 1rem;
}

.home-page .section-heading h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
}

.home-page .section-heading > p {
  font-size: .82rem;
}

.home-page .product-grid--catalogue {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .75rem;
  margin-top: 1.25rem;
}

.home-page .product-grid--catalogue .product-card--featured {
  gap: 0;
  padding: .55rem;
  border-radius: 1.25rem;
  box-shadow: 0 .8rem 2rem rgba(65, 51, 39, .045);
}

.home-page .product-grid--catalogue .product-image--photo {
  height: 15rem;
  border-radius: .95rem;
}

.home-page .product-grid--catalogue .product-image--photo img {
  object-fit: contain;
}

.home-page .product-grid--catalogue .product-details {
  min-width: 0;
  padding: .85rem .35rem .35rem;
}

.home-page .product-grid--catalogue .product-details h3 {
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.15;
}

.home-page .product-grid--catalogue .product-details p {
  margin: .3rem 0 .65rem;
  font-size: .72rem;
  line-height: 1.45;
}

.home-page .product-grid--catalogue .product-details .product-model {
  margin-bottom: .4rem;
  font-size: .56rem;
}

.home-page .product-grid--catalogue .product-details .product-colour-dots {
  gap: .25rem;
  margin-bottom: .65rem;
}

.home-page .product-grid--catalogue .dot {
  width: .65rem;
  height: .65rem;
}

.home-page .product-grid--catalogue .product-details > div:last-child {
  align-items: end;
  margin-top: auto;
}

.home-page .product-grid--catalogue .product-details > div:last-child > span {
  font-size: .82rem;
  line-height: 1.25;
}

.home-page .product-grid--catalogue .product-details > div:last-child small {
  display: block;
  font-size: .56rem;
}

.home-page .product-grid--catalogue .product-details .add-button {
  min-height: 2rem;
  padding: .45rem .6rem;
  font-size: .58rem;
}

@media (max-width: 1100px) {
  .home-page .product-grid--catalogue {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Product-page height alignment.
   The existing editorial typography and pill information buttons are preserved;
   only the available space and spacing are made more efficient. */
.product-page {
  border: 1px solid rgba(52, 45, 38, .09);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(65, 51, 39, .045);
}

.product-primary,
.product-stage,
.product-content,
.product-gallery,
.product-info,
.product-identity,
.product-purchase {
  background: var(--product-surface-background, #fff);
}

.product-primary {
  border-radius: 1.5rem 0 0 1.5rem;
}

@media (min-width: 901px) {
  .product-page {
    grid-template-columns: minmax(25rem, 42%) minmax(0, 1fr);
    align-items: stretch;
  }

  .product-primary,
  .product-content {
    height: 40rem;
    min-height: 40rem;
  }

  .product-primary {
    align-self: stretch;
    padding: 1.25rem;
  }

  .product-stage-image {
    max-height: 37.5rem;
  }

  .product-content {
    display: grid;
    grid-template-rows: 15.5rem minmax(0, 1fr);
    padding: 1.25rem 1.5rem;
  }

  .product-gallery {
    min-height: 0;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    padding-bottom: 1rem;
  }

  .product-gallery-heading {
    margin-bottom: .55rem;
  }

  .product-gallery-track {
    min-height: 0;
  }

  .product-gallery-track .zoom-trigger {
    height: 11.8rem;
  }

  .product-gallery-track img,
  .product-detail-gallery img {
    width: 92%;
    height: 92%;
    padding: .4rem;
  }

  .product-gallery-track figcaption {
    margin-top: .35rem;
  }

  .product-gallery-controls {
    bottom: .55rem;
  }

  .product-info {
    min-height: 0;
    grid-template-columns: minmax(13rem, .8fr) minmax(18rem, 1.2fr);
    gap: clamp(1.25rem, 2vw, 2rem);
    padding: 1rem 0 0;
  }

  .product-identity {
    padding-right: 1.25rem;
  }

  .product-info h1 {
    max-width: 15rem;
    margin-top: .35rem;
    font-size: clamp(2rem, 2.8vw, 2.9rem);
  }

  .variant-picker {
    margin-top: 1rem;
  }

  .variant-picker .swatch {
    width: 1.7rem;
    height: 1.7rem;
  }

  .product-note-actions {
    gap: .4rem;
    margin-top: 1rem;
  }

  .product-note-actions button {
    min-height: 2.65rem;
    padding: .5rem .65rem;
  }

  .product-note-actions button span {
    width: 1.45rem;
    height: 1.45rem;
  }

  .product-intro {
    margin: 0 0 .65rem;
    font-size: .8rem;
    line-height: 1.5;
  }

  .product-highlights {
    margin-bottom: .65rem;
  }

  .product-highlights div {
    padding: .48rem 0;
  }

  .product-highlights dt,
  .product-highlights dd {
    font-size: .68rem;
    line-height: 1.35;
  }

  .product-price {
    font-size: 1.45rem;
  }

  .product-add.add-button {
    min-height: 2.65rem;
  }

  .product-order-meta {
    gap: .35rem;
    margin-top: .65rem;
    padding-top: .55rem;
  }

  .product-stock,
  .product-sku {
    font-size: .64rem;
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .product-page {
    grid-template-columns: minmax(22rem, 39%) minmax(0, 1fr);
  }

  .product-info {
    grid-template-columns: minmax(12rem, .8fr) minmax(16rem, 1.2fr);
  }

  .product-identity {
    padding-right: 1rem;
    padding-bottom: 0;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }
}

@media (max-width: 900px) {
  .product-primary {
    border-radius: 1.5rem 1.5rem 0 0;
  }
}

@media (max-width: 760px) {
  .collection-showcase {
    margin-inline: .6rem;
    padding: 1rem 1rem 1.8rem;
  }

  .intro-offer-card {
    margin-inline: .6rem;
  }

  .collection-showcase-heading {
    align-items: start;
    flex-direction: column;
    gap: .5rem;
  }

  .collection-showcase-products {
    grid-template-columns: repeat(5, 7rem);
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .collection-showcase-products a {
    grid-template-rows: 8rem auto auto;
    scroll-snap-align: start;
  }

  .collection-showcase-hint {
    position: absolute;
    bottom: .65rem;
    left: 1rem;
    display: block;
    color: rgba(31, 41, 32, .58);
    font-size: .62rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    pointer-events: none;
  }

  .home-page .product-grid--catalogue {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .product-grid--catalogue .product-image--photo {
    height: 13rem;
  }

  .home-page .product-grid--catalogue .product-image--kivo {
    height: 13rem;
    aspect-ratio: auto;
  }

  .product-image--mori img {
    transform: scale(1.6);
  }

  .product-image--pico img {
    transform: scale(1.6);
  }

  .product-image--vita img {
    transform: scale(1.6);
  }

  .home-page .product-grid--catalogue .product-image--kivo img {
    transform: translateY(0);
  }
}

@media (max-width: 340px) {
  .home-page .product-grid--catalogue {
    grid-template-columns: 1fr;
  }
}

/* Keep catalogue cards distinct on landscape phones. The narrower height
   makes adjacent cards look merged when their surfaces touch visually. */
@media (orientation: landscape) and (max-height: 600px) and (max-width: 1100px) {
  .home-page .product-grid--catalogue {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .home-page .product-grid--catalogue .product-card--featured {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(52, 45, 38, .12);
    border-radius: 1rem;
    background: #fff;
  }

  .home-page .product-grid--catalogue .product-image--photo {
    height: 12rem;
  }
}

/* Product-page refinements: larger hero, compact information pop-ups, clear order details. */
.product-page {
  grid-template-columns: minmax(27rem, 45%) minmax(0, 1fr);
  background: #fbfaf7;
}

.product-primary {
  padding: 1rem;
  background: #fbfaf7;
}

.product-stage {
  width: 100%;
  height: 100%;
  background: #fbfaf7;
}

.product-stage-image {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: 45rem;
}

.product-content,
.product-info,
.product-identity,
.product-purchase {
  background: #fbfaf7;
}

.product-note-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem;
  margin-top: 1.5rem;
}

.product-note-actions button {
  min-height: 3rem;
  display: flex;
  align-items: center;
  gap: .55rem;
  padding: .65rem .8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, .76);
  font-size: .7rem;
  line-height: 1.25;
  text-align: left;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.product-note-actions button:hover,
.product-note-actions button:focus-visible {
  border-color: var(--olive);
  background: #fff;
  transform: translateY(-1px);
}

.product-note-actions button span {
  flex: 0 0 auto;
  display: grid;
  width: 1.65rem;
  height: 1.65rem;
  place-items: center;
  border-radius: 50%;
  color: var(--muted);
  background: #f0ede6;
  font-size: .58rem;
  letter-spacing: .04em;
}

.product-buy-row {
  display: grid;
  grid-template-columns: minmax(8.5rem, .72fr) minmax(11rem, 1.28fr);
  align-items: end;
  gap: 1rem;
}

.product-price-block {
  min-width: 0;
  display: grid;
  gap: .4rem;
}

.product-tax-note {
  position: static;
  margin: 0;
  max-width: 16rem;
  font-size: .72rem;
  line-height: 1.45;
}

.product-reassurance {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
  margin-top: 1.5rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-reassurance span { display: grid; gap: .2rem; }
.product-reassurance strong { font-size: .72rem; }
.product-reassurance small { color: var(--muted); font-size: .68rem; line-height: 1.35; }

@media (max-width: 560px) {
  .product-reassurance { grid-template-columns: 1fr; gap: .8rem; }
}

.product-order-meta {
  display: grid;
  gap: .6rem;
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.product-sku,
.product-stock {
  margin: 0;
  line-height: 1.5;
}

.product-sku {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .45rem .7rem;
}

.product-sku span {
  color: var(--muted);
  letter-spacing: .1em;
}

.product-sku strong {
  overflow-wrap: anywhere;
  letter-spacing: .055em;
}

.product-stock {
  max-width: 31rem;
  font-size: .76rem;
}

.product-note-dialog {
  width: min(34rem, calc(100% - 2rem));
  max-height: min(72vh, 36rem);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 0;
  border-radius: 1.5rem;
  color: var(--ink);
  background: #fbfaf7;
  box-shadow: 0 1.5rem 5rem rgba(35, 31, 27, .22);
}

.product-note-dialog::backdrop {
  background: rgba(41, 37, 32, .3);
  backdrop-filter: blur(12px);
}

.product-note-dialog-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: white;
  font-size: 1.25rem;
}

.product-note-dialog h2 {
  max-width: 26rem;
  margin: .65rem 0 1rem;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  line-height: 1;
}

.product-note-dialog > p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.7;
}

.product-note-links {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.5rem;
}

.product-note-links[hidden] { display: none; }

/* The whole product fits at 100%; zoomed images can be dragged in any direction. */
.image-viewer {
  width: min(54vw, 50rem);
  height: min(72vh, 44rem);
  overflow: hidden;
}

.image-viewer-stage {
  position: relative;
  height: calc(100% - 5.75rem);
  padding: 0;
  overflow: hidden;
  overscroll-behavior: contain;
}

.image-viewer-image {
  position: absolute;
  inset: 1rem;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  transform-origin: center;
  touch-action: none;
  user-select: none;
  will-change: transform;
}

@media (max-width: 1100px) {
  .product-page { grid-template-columns: minmax(21rem, 40%) minmax(0, 1fr); }
  .product-info { grid-template-columns: 1fr; gap: 2rem; }
  .product-identity { padding-right: 0; padding-bottom: 2rem; border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 900px) {
  .product-page { grid-template-columns: 1fr; }
  .product-primary { height: 42rem; min-height: 42rem; }
  .product-stage-image { max-height: 40rem; }
  .product-info { grid-template-columns: 1fr 1fr; }
  .product-identity { padding-right: 2rem; padding-bottom: 0; border-right: 1px solid var(--line); border-bottom: 0; }
  .image-viewer { width: min(84vw, 45rem); }
}

@media (max-width: 650px) {
  .product-primary { height: 34rem; min-height: 34rem; padding: .5rem; }
  .product-stage-image { max-height: 33rem; }
  .product-info { grid-template-columns: 1fr; }
  .product-identity { padding-right: 0; padding-bottom: 1.5rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .product-note-actions { grid-template-columns: 1fr; }
  .product-buy-row { grid-template-columns: 1fr; align-items: stretch; }
  .image-viewer { width: calc(100% - 1rem); height: min(72vh, 38rem); }
  .image-viewer-image {
    inset: .6rem;
    width: calc(100% - 1.2rem);
    height: calc(100% - 1.2rem);
  }
}

/* Final product-media guard: every photograph remains fully visible inside its card. */
.product-stage,
.product-stage .zoom-trigger,
.product-gallery-track,
.product-gallery-track figure,
.product-gallery-track .zoom-trigger {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.product-gallery,
.product-gallery-track,
.product-gallery-track figure,
.product-gallery-track .zoom-trigger {
  background: var(--product-surface-background, #fff);
}

.product-primary,
.product-stage,
.product-stage .zoom-trigger {
  background: var(--product-surface-background, #fff);
}

.home-page .product-grid--catalogue .product-image--nori img {
  padding: 0;
  object-fit: cover;
  object-position: center;
}

.product-stage .zoom-trigger,
.product-gallery-track .zoom-trigger {
  width: 100%;
}

.product-stage-image,
.product-gallery-track img,
.product-detail-gallery img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.product-gallery-track {
  align-items: stretch;
  overflow-x: auto;
  overflow-y: hidden;
}

.product-gallery-track figure {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
}

.product-gallery-track img,
.product-detail-gallery img {
  padding: .7rem;
}

.product-intro {
  color: var(--ink);
  font-weight: 500;
  letter-spacing: .015em;
}

.product-price {
  font-weight: 600;
}

@media (min-width: 901px) {
  .product-detail-page[data-product-id="kivo-20"] .product-note-actions {
    gap: .4rem;
    margin-top: .35rem;
    transform: translateY(-.45rem);
    margin-bottom: -.45rem;
  }

  .product-detail-page[data-product-id="kivo-20"] .product-note-actions button {
    min-height: 2.45rem;
    padding-block: .4rem;
  }
}

/* True final landscape override, intentionally last in the cascade. */
@media (orientation: landscape) and (max-height: 600px) and (max-width: 1100px) {
  .home-page .split-colour-hero,
  .home-page .vita-slide-hero { min-height: 28rem; border-radius: 1.35rem; }

  .home-page .split-colour-copy { top: 1.4rem; right: auto; left: 1.4rem; width: 29%; }
  .home-page .split-colour-product { left: 52%; bottom: 1.2rem; width: 14rem; height: 24rem; }
  .home-page .split-colour-status {
    top: 1.35rem; right: 1.35rem; bottom: auto; left: auto; width: 14.5rem;
    grid-template-columns: 1fr; grid-template-areas: "feature" "meta" "controls"; gap: .55rem;
  }
  .home-page .split-colour-controls {
    position: static; justify-self: start; width: auto; margin: 0;
    padding: .25rem .2rem; transform: none;
  }

  .home-page .vita-slide-copy { top: 1.4rem; right: auto; left: 1.4rem; width: 31%; }
  .home-page .vita-slide-stage { inset: .5rem 13.5rem 0 31%; }
  .home-page .vita-slide-bottle--main {
    left: 50%; bottom: -.5rem; width: 15rem; height: 27rem;
    margin-left: 0; transform: translateX(-50%);
  }
  .home-page .vita-slide-peek { top: -2rem; right: -4.5rem; width: 7rem; height: 14rem; }
  .home-page .vita-slide-meta {
    right: 1.35rem; bottom: 7rem; left: auto; width: 13rem;
    grid-template-columns: auto minmax(0, 1fr);
  }
  .home-page .vita-slide-controls {
    position: absolute; right: auto; bottom: .75rem; left: 1.25rem;
    width: max-content; max-width: calc(100% - 2rem); margin: 0;
    transform: none;
    justify-content: center;
    padding: .55rem .8rem;
    border: 1px solid rgba(33, 33, 29, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
    backdrop-filter: blur(12px);
  }

  .home-page .vita-slide-controls::before {
    display: none;
    content: none;
  }

  .home-page .vita-slide-controls > div {
    flex: 0 0 auto;
  }

  /* Product-cover framing applies only while a phone is rotated sideways. */
  .home-page .product-grid--catalogue .product-image--kivo img {
    object-fit: contain;
    object-position: center bottom;
    transform: translateY(-2.2rem) scale(1.02);
    transform-origin: center bottom;
  }

  .home-page .product-grid--catalogue .product-image--mori img,
  .home-page .product-grid--catalogue .product-image--pico img {
    object-fit: contain;
    object-position: center;
    transform: scale(1.11);
    transform-origin: center;
  }

  .home-page .product-grid--catalogue .product-image--vita img {
    object-fit: contain;
    object-position: center bottom;
    transform: translateY(-.55rem) scale(1.17);
    transform-origin: center bottom;
  }

}

/* Responsive collision guard.
   These rules form the final safety layer for live viewport/orientation
   changes, so cards and artwork cannot retain incompatible desktop sizing. */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.hero-visit-stage,
.motion-showcase,
.split-colour-hero,
.vita-slide-hero,
.playful-intro,
.collection-showcase,
.home-page .product-grid--catalogue,
.home-page .product-card,
.home-page .product-card-link,
.home-page .product-image,
.home-page .product-details,
.split-colour-copy,
.split-colour-status,
.split-colour-feature,
.split-colour-meta,
.vita-slide-copy,
.vita-slide-stage,
.vita-slide-meta {
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.home-page .product-card,
.inspiration-card,
.split-colour-feature,
.split-colour-meta,
.vita-slide-meta {
  overflow: hidden;
}

.home-page .product-details h3,
.home-page .product-details p,
.split-colour-meta strong,
.vita-slide-meta strong {
  overflow-wrap: anywhere;
}

/* Mobile-only price alignment; retain the existing desktop layout. */
@media (max-width: 760px) and (orientation: portrait) {
  .home-page .split-colour-meta {
    grid-template-columns: minmax(0, 1fr) max-content;
    grid-template-areas:
      "count count"
      "colour price";
    gap: .35rem .5rem;
    padding: .75rem;
  }

  .home-page .split-colour-meta > [data-split-count] {
    grid-area: count;
  }

  .home-page .split-colour-meta > div {
    grid-area: colour;
    min-width: 0;
  }

  .home-page .split-colour-meta > [data-split-price] {
    grid-area: price;
    align-self: end;
    font-size: .95rem;
    margin: 0;
    white-space: nowrap;
    overflow-wrap: normal;
    justify-self: end;
    text-align: right;
    font-variant-numeric: tabular-nums;
    line-height: 1.2;
  }
}

.home-page .product-details > div:last-child {
  min-width: 0;
  flex-wrap: wrap;
  gap: .55rem;
}

.home-page .product-grid--catalogue img,
.split-colour-product img,
.vita-slide-bottle {
  max-width: 100%;
}

/* Tablet and compact-window layout: fewer columns prevent card compression. */
@media (min-width: 761px) and (max-width: 1100px) and (min-height: 601px) {
  .home-page .product-grid--catalogue {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }

  .playful-intro {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-colour-status {
    right: 1.5rem;
    grid-template-columns: minmax(8rem, 10rem) minmax(13rem, 15rem);
  }

  .vita-slide-meta {
    right: 1.5rem;
    width: min(19rem, 34vw);
  }
}

/* Preserve the pre-launch portrait product framing from August 20. */
@media (max-width: 760px) and (orientation: portrait) {
  .home-page .product-grid--catalogue .product-image--kivo img {
    transform: translateY(0);
  }

  .home-page .product-grid--catalogue .product-image--mori img,
  .home-page .product-grid--catalogue .product-image--pico img,
  .home-page .product-grid--catalogue .product-image--vita img {
    object-position: center;
    transform: scale(1.6);
    transform-origin: center;
  }
}

/* VITA landscape control: place the colour selector at the far bottom-right. */
@media (orientation: landscape) {
  .home-page .vita-slide-controls {
    top: auto !important;
    right: 1rem !important;
    bottom: .2rem !important;
    left: auto !important;
  }
}

/* Product gallery controls stay centred on the large displayed photograph. */
.product-detail-page .product-stage-controls {
  position: absolute;
  right: auto;
  bottom: 1rem;
  left: 50%;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .45rem;
  margin: 0;
  transform: translateX(-50%);
}
.product-detail-page .product-stage-controls p { margin: 0; color: var(--muted); font-size: .62rem; }
.product-detail-page .product-stage-controls button { width: 2.2rem; height: 2.2rem; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.9); box-shadow: 0 .35rem 1rem rgba(40,35,30,.08); }

/* Portrait tablets such as Xiaomi Pad 6: keep every product fully visible and
   put the VITA actions in one clean upper-right control column. */
@media (min-width: 761px) and (max-width: 1400px) and (orientation: portrait) {
  .home-page .inspiration-card img {
    object-fit: contain !important;
    object-position: center;
    background: #eee8de;
  }

  .home-page .product-grid--catalogue {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .product-grid--catalogue .product-image {
    padding: .5rem;
    background: #fff;
  }

  .home-page .product-grid--catalogue .product-image img,
  .home-page .product-grid--catalogue .product-image--mori img,
  .home-page .product-grid--catalogue .product-image--pico img,
  .home-page .product-grid--catalogue .product-image--vita img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
    transform: scale(.84);
    transform-origin: center bottom;
  }

  .home-page .motion-showcase,
  .home-page .split-colour-hero,
  .home-page .vita-slide-hero {
    min-height: 44rem;
  }

  .home-page .split-colour-product {
    bottom: 1.25rem;
    width: min(24rem, 48vw);
    height: 36rem;
  }

  .home-page .split-colour-copy [data-split-link] {
    position: relative;
    top: -12px;
    transform: translateY(-12px) !important;
  }

  .home-page .vita-slide-stage {
    inset: 6rem 0 0 28%;
  }

  .home-page .vita-slide-bottle--main {
    left: 50%;
    bottom: 0;
    width: min(28rem, 55vw);
    height: 36rem;
    transform: translateX(-50%);
  }

  .home-page .vita-slide-peek {
    top: -4rem;
    right: -2rem;
    width: 11rem;
    height: 20rem;
  }

  .home-page .vita-slide-bottle--peek {
    width: 13rem;
    height: 20rem;
  }

  .home-page .vita-slide-meta {
    top: 6.25rem;
    right: 1.75rem;
    bottom: auto;
    left: auto;
    width: min(18rem, 37vw);
  }

  .home-page .vita-slide-controls {
    top: 15.5rem;
    right: 1.75rem;
    bottom: auto;
    left: auto;
  }

  .home-page .vita-slide-link {
    position: absolute;
    z-index: 7;
    top: 1.75rem;
    right: 1.75rem;
    left: auto;
  }
}

/* Tablet browsers may report desktop-mode widths; use touch capability as a
   fallback while keeping phones excluded by the minimum width. */
@media (min-width: 761px) and (orientation: portrait) and (pointer: coarse) {
  .home-page .split-colour-copy [data-split-link] {
    position: relative;
    top: -40px !important;
    margin-top: -40px !important;
    transform: translateY(-40px) !important;
  }

  .home-page .vita-slide-link {
    top: 1.75rem;
    right: 1.75rem;
  }

  .home-page .vita-slide-meta {
    top: 6.25rem;
    right: 1.75rem;
    bottom: auto;
    left: auto;
  }

  .home-page .vita-slide-controls {
    top: 15.5rem;
    right: 1.75rem;
    bottom: auto;
    left: auto;
  }
}

@media (min-width: 700px) and (max-width: 1600px) and (pointer: coarse) {
  .home-page .split-colour-copy [data-split-link] {
    position: relative;
    top: -28px !important;
    margin-top: -28px !important;
    transform: translateY(-28px) !important;
  }
}

/* Final tablet fallback for browsers that report touch tablets as desktop
   devices and omit the expected orientation/pointer values. */
@media (min-width: 700px) and (max-width: 1600px) {
  .home-page .vita-slide-bottle--main {
    width: min(34rem, 64vw) !important;
    height: 42rem !important;
  }

  .home-page .vita-slide-bottle--peek {
    width: 15rem !important;
    height: 23rem !important;
  }

  .home-page .vita-slide-link {
    position: absolute !important;
    z-index: 7;
    top: 1.75rem !important;
    right: 1.75rem !important;
    left: auto !important;
    width: max-content !important;
    max-width: calc(100% - 3.5rem) !important;
    white-space: nowrap;
  }

  .home-page .vita-slide-meta {
    position: absolute !important;
    z-index: 8 !important;
    top: 7.25rem !important;
    right: 1.75rem !important;
    bottom: auto !important;
    left: auto !important;
    width: min(18rem, 37vw) !important;
    margin: 0 !important;
  }
}

/* Tablet landscape: keep the editorial copy, bottle scene, and VITA controls
   in separate zones so they do not overlap when the device is rotated. */
@media (min-width: 700px) and (max-width: 1600px) and (orientation: landscape) {
  .home-page .vita-slide-hero {
    min-height: 34rem !important;
  }

  .home-page .vita-slide-copy {
    top: 2rem !important;
    left: 2rem !important;
    width: calc(100% - 4rem) !important;
  }

  .home-page .vita-slide-copy > .eyebrow,
  .home-page .vita-slide-copy > :is(h1, h2),
  .home-page .vita-slide-copy > p:not(.eyebrow) {
    max-width: min(21rem, 29vw) !important;
  }

  .home-page .vita-slide-copy .vita-slide-link {
    position: absolute !important;
    top: 0 !important;
    right: auto !important;
    left: calc(100% - 15.5rem) !important;
  }

  .home-page .vita-slide-stage {
    inset: 1rem 22rem 0 27% !important;
  }

  .home-page .vita-slide-bottle--main {
    left: 50% !important;
    bottom: 0 !important;
    width: min(25rem, 30vw) !important;
    height: 32rem !important;
    transform: translateX(-50%) !important;
  }

  .home-page .vita-slide-peek {
    top: -9rem !important;
    right: -1rem !important;
    width: 9rem !important;
    height: 16rem !important;
  }

  .home-page .vita-slide-bottle--peek {
    width: 11rem !important;
    height: 18rem !important;
  }

  .home-page .vita-slide-link {
    top: 1.5rem !important;
    right: 1.5rem !important;
  }

  .home-page .vita-slide-meta {
    top: 6.25rem !important;
    right: 1.5rem !important;
    width: 16rem !important;
  }

  .home-page .vita-slide-controls {
    top: 15rem !important;
    right: 1.5rem !important;
    left: auto !important;
    bottom: auto !important;
  }

  .home-page .vita-slide-hint {
    right: 1.5rem !important;
    bottom: 1.25rem !important;
    left: auto !important;
  }
}

@media (min-width: 761px) and (max-width: 1600px) and (orientation: portrait) {
  .home-page .split-colour-copy [data-split-link] {
    position: relative;
    top: -40px !important;
    margin-top: -40px !important;
    transform: translateY(-40px) !important;
  }
}

@media (min-width: 761px) and (max-width: 1600px) and (orientation: landscape) {
  .home-page .split-colour-controls {
    position: absolute !important;
    top: 2rem !important;
    bottom: auto !important;
    right: 24% !important;
    left: auto !important;
    transform: translateY(-50%) !important;
  }
}

@media (min-width: 761px) and (max-width: 1100px) and (max-height: 1100px) and (orientation: landscape) and (max-aspect-ratio: 11 / 10) {
  .home-page .inspiration-card img {
    object-fit: contain !important;
    object-position: center;
    background: #eee8de;
    transform: none !important;
  }
}

/* Tablet-wide protection for browsers that report portrait tablets as
   near-square or landscape viewports. */
@media (min-width: 761px) and (max-width: 1100px) {
  .home-page .product-grid--catalogue .product-image--kivo img,
  .home-page .product-grid--catalogue .product-image--nori img,
  .home-page .product-grid--catalogue .product-image--mori img,
  .home-page .product-grid--catalogue .product-image--pico img,
  .home-page .product-grid--catalogue .product-image--vita img {
    transform: scale(.68) !important;
    transform-origin: center bottom;
  }

  .home-page .product-grid--catalogue .product-image--mori img,
  .home-page .product-grid--catalogue .product-image--kivo img {
    transform: scale(.10) !important;
  }

  .home-page .inspiration-card img {
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
    background: #eee8de;
  }
}

/* Keep the enlarged product photograph on a clean, neutral surface. */
.product-detail-page .image-viewer,
.product-detail-page .image-viewer-stage,
.product-detail-page .image-viewer-toolbar {
  background: #fff;
}

/* Recommendation photos must show the complete product, including its base. */
.product-detail-page .related-product-card span {
  padding: 0;
}

.product-detail-page .related-product-card img {
  position: static !important;
  inset: auto !important;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1rem;
  object-fit: contain !important;
  object-position: center !important;
}

/* MORI uses a purpose-built landscape scene with smaller, calmer overlay copy. */
.product-detail-page[data-product-id="mori-45"] .product-story-card img {
  object-position: center;
}

.product-detail-page[data-product-id="mori-45"] .product-story-card figcaption {
  right: auto;
  left: clamp(1.5rem, 5vw, 3.5rem);
  width: min(47%, 26rem);
}

.product-detail-page[data-product-id="mori-45"] .product-story-card figcaption strong {
  font-size: clamp(1.85rem, 3.2vw, 3.15rem);
  line-height: .98;
}

.product-purchase .product-original-price { display: inline-block; margin-right: .65rem; color: var(--muted); font-size: 1.05rem; text-decoration: line-through; }
.product-purchase .product-discount-badge { display: inline-block; margin-left: .75rem; padding: .42rem .65rem; color: #7f2e2a; border-radius: 999px; background: #f8ded9; font-size: .76rem; font-weight: 700; }
.product-card .product-details del,.related-product-card del { color: var(--muted); }
.product-card .product-details>div>span strong { color: var(--ink); }

.home-page [data-product-card-price] {
  display: grid;
  min-width: 6.8rem;
  gap: .1rem;
  align-content: center;
  line-height: 1.15;
}

.home-page [data-product-card-price]>strong { font-size: 1rem; }
.home-page [data-product-card-price]>small { display: block; color: var(--muted); font-size: .66rem; }
.home-page .card-price-values { display: flex; align-items: baseline; gap: .4rem; }
.home-page .card-price-values del { color: var(--muted); font-size: .75rem; }
.home-page .card-price-values strong { font-size: 1rem; }

@media (max-width: 760px) {
  .product-detail-page[data-product-id="mori-45"] .product-story-card img {
    object-position: 64% center;
  }

  .product-detail-page[data-product-id="mori-45"] .product-story-card figcaption {
    width: min(66%, 20rem);
  }
}
