/* Himawari Urban Carry theme
   Reference direction: compact gear-store navigation, split campaign media,
   product-first merchandising. Runtime colors remain owned by styles.css. */

:root {
  --announcement-h: 2.25rem;
  --header-h: 5rem;
  --page-pad: clamp(1.25rem, 4vw, 4.5rem);
  --section-space: max(15vh, 6rem);
  --max-width: 96rem;
  --accent-on-dark: color-mix(in srgb, var(--moss) 38%, var(--cream));
}

[hidden] {
  display: none !important; /* Preserve native hidden semantics against component display rules. */
}

body { background: var(--cream); }

html {
  scrollbar-color: color-mix(in srgb, var(--ink) 62%, transparent) var(--cream);
  scrollbar-width: thin;
}

*::-webkit-scrollbar { width: 8px; height: 8px; }
*::-webkit-scrollbar-track { background: var(--cream); }
*::-webkit-scrollbar-thumb { border: 2px solid var(--cream); background: var(--ink); }
*::-webkit-scrollbar-thumb:hover { background: var(--moss); }

.announcement-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--announcement-h);
  padding: .55rem var(--page-pad);
  background: var(--ink);
  color: var(--cream);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.announcement-bar a { border-bottom: 1px solid color-mix(in srgb, var(--cream) 68%, transparent); }

.site-header,
.about-header,
.interior-header,
.story-page .site-header {
  position: sticky;
  z-index: 600;
  top: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(1rem, 2.4vw, 2.5rem);
  height: var(--header-h);
  padding: 0 var(--page-pad);
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 22%, transparent);
  background: var(--cream);
  color: var(--ink);
}

.brand {
  grid-column: 1;
  align-self: center;
  width: clamp(4.8rem, 6vw, 6.15rem);
  height: 2.85rem;
  overflow: hidden;
  background: transparent url("himawari-logo-hq.png") center / 100% auto no-repeat;
  color: transparent;
  font-size: 0;
  white-space: nowrap;
}

.site-nav {
  grid-column: 2;
  align-self: stretch;
  justify-self: start;
  display: flex;
  align-items: center;
  gap: clamp(.3rem, .7vw, .65rem);
  font-size: clamp(.6rem, .66vw, .7rem);
  font-weight: 760;
  letter-spacing: .045em;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: .62rem clamp(.7rem, 1vw, .95rem) .58rem;
  border: 1px solid var(--color-fog);
  border-radius: var(--radius-pill);
  background: var(--snow);
  box-shadow: 0 3px 0 var(--color-sky-wash);
  text-decoration: none;
  white-space: nowrap;
  transition: transform .18s ease, border-color .18s ease, background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-color: var(--moss);
  background: var(--color-sky-tint);
  color: var(--harbor);
  box-shadow: 0 4px 0 var(--color-sky-mid);
  transform: translateY(-1px);
}

.site-nav a[aria-current="page"] {
  border-color: var(--harbor);
  background: var(--harbor);
  color: var(--snow);
  box-shadow: 0 3px 0 var(--moss);
}

.header-store {
  grid-column: 3;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 1rem;
  border: 1px solid var(--ink);
  font-size: .68rem;
  font-weight: 720;
  letter-spacing: .12em;
}

.header-store:hover { background: var(--ink); color: var(--cream); }

/* Split collection hero: real product footage paired with focused campaign copy. */
.home-film-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(24rem, 1fr);
  min-height: calc(100svh - var(--header-h));
  overflow: clip;
  background: var(--ink);
  color: var(--cream);
}

.home-film-hero__media {
  position: relative;
  min-height: 38rem;
  overflow: hidden;
  background: var(--ink) url("hero-products-motion-poster.png") center / cover no-repeat;
}

.home-film-hero__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, color-mix(in srgb, var(--ink) 30%, transparent), transparent 52%);
  content: "";
  pointer-events: none;
}

.home-film-hero__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-film-hero__toggle {
  position: absolute;
  z-index: 1;
  right: 1rem;
  bottom: 1rem;
  min-height: 44px;
  padding: .72rem .9rem;
  border: 1px solid var(--cream);
  background: var(--ink);
  color: var(--cream);
  font: inherit;
  font-size: .64rem;
  font-weight: 720;
  letter-spacing: .11em;
}

.home-film-hero__toggle:hover { background: var(--cream); color: var(--ink); }

.home-film-hero__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3.5rem, 8vh, 7rem) var(--page-pad);
}

.home-film-hero__kicker {
  margin-bottom: 1.5rem;
  color: var(--accent-on-dark);
  font-size: .66rem;
  font-weight: 760;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.home-film-hero h1 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(3rem, 4.8vw, 5.6rem);
  font-weight: 640;
  letter-spacing: -.035em;
  line-height: 1.08;
  text-wrap: balance;
  word-break: keep-all;
}

.home-film-hero__copy > p {
  margin: 1.5rem 0 0;
  color: color-mix(in srgb, var(--cream) 76%, transparent);
  font-weight: 480;
}

.home-film-hero__link {
  display: inline-flex;
  width: min(100%, 15rem);
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  padding: 0 1.2rem;
  border: 1px solid var(--cream);
  background: var(--cream);
  color: var(--ink);
  font-size: .72rem;
  font-weight: 760;
  letter-spacing: .14em;
}

.home-film-hero__link:hover { background: transparent; color: var(--cream); }

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--ink);
  color: var(--cream);
}

.trust-item {
  min-height: 5.25rem;
  display: grid;
  place-items: center;
  padding: 1rem;
  border-right: 1px solid color-mix(in srgb, var(--cream) 24%, transparent);
  text-align: center;
}

.trust-item:last-child { border-right: 0; }
.trust-item strong { font-size: .7rem; letter-spacing: .14em; }
.trust-item span { display: block; margin-top: .25rem; font-size: .65rem; opacity: .66; }

.game-invite {
  display: grid;
  grid-template-columns: minmax(8rem, .25fr) minmax(20rem, .85fr) minmax(20rem, .65fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
  padding: clamp(4rem, 9vh, 8rem) var(--page-pad);
  border-bottom: var(--hairline);
}
.game-invite__number { align-self: stretch; padding-right: 1rem; border-right: var(--hairline); font: 780 clamp(3rem, 7vw, 7.5rem)/.82 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: -.08em; }
.game-invite__copy h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 5.8rem); font-weight: 260; letter-spacing: -.045em; line-height: 1.06; word-break: keep-all; }
.game-invite__copy > p:not(.kicker) { margin: 1.5rem 0 0; font-size: .82rem; }
.game-invite__copy > a { display: inline-flex; justify-content: space-between; gap: 3rem; min-width: 14rem; min-height: 44px; margin-top: 1.5rem; padding: .65rem 0; border-bottom: var(--hairline); font-size: .74rem; font-weight: 680; }
.game-invite__product { margin: 0; border: var(--hairline); box-shadow: 8px 8px 0 var(--moss); background: #fff; }
.game-invite__product img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; image-rendering: pixelated; }
.game-invite__product figcaption { padding: .65rem; border-top: var(--hairline); background: var(--cream); font: 700 .55rem/1.4 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .1em; }

.section { padding: var(--section-space) var(--page-pad); }
.display-title { font-size: clamp(3.25rem, 5.8vw, 6.4rem); }
.section-head { margin-bottom: max(7vh, 3.5rem); }
.kicker { font-weight: 720; letter-spacing: .24em; }

.intro,
.journal,
.founder-quote,
.founder-promise {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: var(--ink);
  color: var(--cream);
}

.home-film-hero h1,
.display-title {
  text-shadow: .035em .045em 0 color-mix(in srgb, var(--moss) 28%, transparent);
}

.accent-word {
  color: var(--color-deep-wave);
  text-shadow: .045em .055em 0 color-mix(in srgb, var(--ink) 24%, transparent);
}

.home-film-hero .accent-word,
.intro .accent-word,
.feature .accent-word,
.journal .accent-word,
.contact .accent-word {
  color: var(--accent-on-dark);
  text-shadow: .045em .055em 0 color-mix(in srgb, var(--ink) 72%, transparent);
}

.intro::before,
.journal::before,
.founder-quote::before,
.founder-promise::before,
.intro::after,
.journal::after,
.founder-quote::after,
.founder-promise::after {
  position: absolute;
  z-index: -2;
  inset: 0;
  content: "";
}

.intro::before {
  background: url("campaign-1027.webp") 76% 42% / cover no-repeat;
}

.intro::after {
  z-index: -1;
  background: linear-gradient(90deg, var(--ink) 0 32%, color-mix(in srgb, var(--ink) 88%, transparent) 58%, color-mix(in srgb, var(--ink) 66%, transparent) 100%);
}

.journal::before {
  background: url("journal-0514-silver.webp") 56% center / cover no-repeat;
}

.journal::after {
  z-index: -1;
  background: linear-gradient(90deg, color-mix(in srgb, var(--ink) 92%, transparent) 0 28%, color-mix(in srgb, var(--ink) 82%, transparent) 64%, color-mix(in srgb, var(--ink) 74%, transparent) 100%);
}

.founder-quote::before {
  background: url("campaign-0422-pink.webp") 78% 38% / cover no-repeat;
}

.founder-quote::after {
  z-index: -1;
  background: linear-gradient(90deg, color-mix(in srgb, var(--ink) 92%, transparent) 0 46%, color-mix(in srgb, var(--ink) 68%, transparent) 100%);
}

.founder-promise::before {
  background: url("campaign-1884-gray.webp") 62% center / cover no-repeat;
}

.founder-promise::after {
  z-index: -1;
  background: linear-gradient(90deg, color-mix(in srgb, var(--ink) 92%, transparent) 0 44%, color-mix(in srgb, var(--ink) 58%, transparent) 100%);
}

.intro { min-height: min(100svh, 62rem); }
.intro-grid { margin-top: max(8vh, 4rem); }
.principles { margin-top: max(7vh, 3.5rem); }
.intro .principles,
.intro .principles > div { border-color: color-mix(in srgb, var(--cream) 42%, transparent); }
.intro .body-copy,
.intro .principles dd { color: color-mix(in srgb, var(--cream) 82%, transparent); }

.collection { background: var(--cream); color: var(--ink); }
.collection .featured-product-slot,
.collection .product-grid { color: inherit; }
.collection .section-head,
.collection .curated-heading { border-color: var(--ink); }

.collection .section-head::after,
.catalog-products .section-head::after {
  grid-column: 2;
  align-self: end;
  width: min(100%, 26rem);
  border-bottom: 1px solid var(--ink);
  content: "";
}

.featured-product {
  grid-template-columns: minmax(0, 1.08fr) minmax(22rem, .92fr);
  border: 0;
  background: var(--ink);
  color: var(--cream);
  box-shadow: .75rem .75rem 0 color-mix(in srgb, var(--moss) 74%, transparent);
}

.featured-product-media { min-height: min(76vh, 50rem); border: 0; }
.featured-product-media img { filter: none; }
.featured-product-content { padding: clamp(2.5rem, 5vw, 5.5rem); }
.featured-product-content h3 { font-weight: 620; }
.featured-tagline,
.featured-product-footer { border-color: color-mix(in srgb, var(--cream) 35%, transparent); }
.featured-product-footer { align-items: stretch; flex-direction: column; }
.featured-highlights { opacity: .76; }
.featured-buy-link { border: 1px solid var(--cream); background: var(--cream); color: var(--ink); }
.featured-buy-link:hover { background: transparent; color: var(--cream); }
.featured-direct-buy-link { border-color: var(--cream); background: var(--moss); color: var(--cream); }
.featured-direct-buy-link:hover { background: var(--cream); color: var(--ink); }

.curated-heading {
  margin-top: max(8vh, 4rem);
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--ink);
}

.curated-heading h3 { font-weight: 650; }

.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 1.7vw, 1.7rem);
  margin-top: 0;
  padding: 0 .8rem .8rem 0;
  background: transparent;
  border: 0;
}

.store-product-card {
  border: 1px solid var(--ink);
  box-shadow: .45rem .45rem 0 color-mix(in srgb, var(--ink) 24%, transparent);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}
.store-product-media { border-bottom: 0; }
.store-product-media img { filter: none; }
.store-product-body { padding: 1.15rem; }
.store-product-body h3 { min-height: 4.4em; font-size: 1rem; font-weight: 650; line-height: 1.45; }
.product-tagline { min-height: 3.2em; margin-top: .75rem; font-size: .76rem; }
.store-product-footer {
  align-items: stretch;
  flex-direction: column;
  margin-top: 1.3rem;
  padding-top: .85rem;
}
.store-product-actions,
.featured-product-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
}
.detail-link,
.buy-link,
.direct-buy-link {
  min-width: 0;
  min-height: 44px;
  padding: .65rem .7rem;
  border: 1px solid var(--ink);
  font-size: .65rem;
  white-space: nowrap;
}
.detail-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  background: transparent;
  color: var(--ink);
  font-weight: 690;
}
.detail-link:hover { border-color: var(--moss); background: var(--moss); color: var(--cream); }
.buy-link { background: var(--ink); color: var(--cream); }
.buy-link:hover { background: transparent; color: var(--ink); }
.direct-buy-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  background: var(--moss);
  color: var(--cream);
  font-weight: 720;
  letter-spacing: .04em;
}
.direct-buy-link:hover { background: var(--ink); color: var(--cream); }
.featured-product .featured-buy-link { border-color: var(--cream); background: var(--cream); color: var(--ink); }
.featured-product .featured-buy-link:hover { background: transparent; color: var(--cream); }
.featured-product .featured-detail-link { border-color: var(--cream); color: var(--cream); }
.featured-product .featured-detail-link:hover { background: var(--cream); color: var(--ink); }
.featured-product .featured-direct-buy-link { border-color: var(--cream); background: var(--moss); color: var(--cream); }
.featured-product .featured-direct-buy-link:hover { background: var(--cream); color: var(--ink); }

/* Product detail: a quiet equipment sheet followed by a commerce-style long-form image rail. */
.product-detail-main { min-height: 80svh; padding-top: clamp(8rem, 14vh, 11rem); }
.product-breadcrumb { width: min(100%, var(--max-width)); margin: 0 auto; padding: 0 var(--page-pad) 1.25rem; }
.product-breadcrumb ol { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; padding: 0; list-style: none; font-size: .68rem; }
.product-breadcrumb li + li::before { margin-right: .5rem; content: "→"; opacity: .55; }
.product-breadcrumb a { border-bottom: 1px solid currentColor; }
.product-detail-state, .product-not-found { width: min(100%, var(--max-width)); min-height: 65svh; margin: 0 auto; padding: 3rem var(--page-pad); }
.product-detail-state { display: grid; place-items: center; align-content: center; gap: 1rem; text-align: center; }
.product-detail-state p { margin: 0; font-size: .78rem; }
.product-loader { width: 1.4rem; height: 1.4rem; border: 2px solid color-mix(in srgb, var(--ink) 22%, transparent); border-top-color: var(--ink); animation: product-spin .8s linear infinite; }
@keyframes product-spin { to { transform: rotate(360deg); } }
.product-not-found { display: grid; align-content: center; }
.product-not-found h1 { max-width: 12ch; margin: 0; font-size: clamp(3rem, 7vw, 7rem); font-weight: 520; letter-spacing: -.045em; line-height: 1.08; }
.product-not-found > p:not(.kicker) { margin: 1.5rem 0 0; }
.product-not-found a { width: min(100%, 20rem); min-height: 44px; display: flex; justify-content: space-between; align-items: center; margin-top: 2rem; border-bottom: 1px solid var(--ink); font-size: .76rem; font-weight: 690; }
.product-detail-hero { width: min(100%, var(--max-width)); min-height: min(82svh, 58rem); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(24rem, .92fr); margin: 0 auto; padding: 0 var(--page-pad) max(10vh, 6rem); }
.product-detail-visual { min-width: 0; margin: 0; border: 1px solid var(--ink); background: var(--cream); box-shadow: .7rem .7rem 0 color-mix(in srgb, var(--moss) 75%, transparent); }
.product-detail-image-frame { min-height: 100%; display: grid; place-items: center; overflow: hidden; background: var(--cream); }
.product-detail-image-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }
.product-detail-image-frame.is-missing { min-height: 20rem; background: var(--moss); color: var(--cream); }
.product-detail-copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(2.5rem, 6vw, 7rem); border: 1px solid var(--ink); border-left: 0; }
.product-detail-model { margin: 0 0 1rem; font-size: .68rem; font-weight: 760; letter-spacing: .15em; text-transform: uppercase; }
.product-detail-copy h1 { margin: 0; font-size: clamp(2.8rem, 5vw, 5.7rem); font-weight: 560; letter-spacing: -.045em; line-height: 1.08; overflow-wrap: anywhere; word-break: keep-all; text-wrap: balance; }
.product-detail-tagline { max-width: 32rem; margin: 2rem 0 0; padding-top: 1.25rem; border-top: 1px solid var(--moss); font-size: clamp(1.05rem, 1.5vw, 1.35rem); line-height: 1.7; }
.product-detail-price { margin-top: 2.5rem; font-size: clamp(1.2rem, 2vw, 1.8rem); font-weight: 650; }
.product-detail-pricing { display: grid; justify-items: start; gap: .45rem; margin-top: 2.5rem; }
.product-detail-pricing .product-detail-price { margin-top: 0; }
.product-option-picker { display: grid; gap: .55rem; margin-top: 1.25rem; padding: 1rem; border: 1px solid var(--color-fog, #D0D5DD); border-radius: var(--radius-soft, 18px); background: var(--color-sky-wash, #F6F9F3); }
.product-option-picker[hidden] { display: none; }
.product-option-picker label { color: var(--harbor, #4F6B58); font-size: .72rem; font-weight: 760; }
.product-option-picker select { width: 100%; min-height: 48px; padding: .65rem .8rem; border: 1px solid var(--color-fog, #D0D5DD); border-radius: 14px; background: var(--snow, #fff); color: var(--ink, #333); font: inherit; cursor: pointer; }
.product-option-picker select:focus-visible { outline: 3px solid var(--forest-focus, #3E6B52); outline-offset: 2px; }
.product-option-meta { min-height: 1.25rem; display: flex; justify-content: space-between; gap: 1rem; color: var(--slate, #616C8A); font-size: .66rem; }
.product-option-error { min-height: 1.2em; margin: 0; color: var(--danger, #9A352F); font-size: .66rem; }
.product-stock-badge { display: inline-flex; align-items: center; min-height: 1.65rem; margin-top: .5rem; padding: .2rem .65rem; border-radius: 999px; background: var(--color-sky-tint, #EEF5EA); color: var(--harbor, #4F6B58); font-size: .64rem; font-weight: 720; }
.product-stock-badge.is-sold-out { background: color-mix(in srgb, var(--danger, #9A352F) 10%, #fff); color: var(--danger, #9A352F); }
.product-price-block { display: grid; justify-items: start; gap: .35rem; min-width: 11rem; }
.product-price-block > strong { font-size: 1.05rem; font-variant-numeric: tabular-nums; }
.product-discount-badge { display: inline-flex; width: max-content; padding: .22rem .4rem; border: 1px solid var(--moss); color: var(--moss); font-size: .6rem; font-weight: 760; letter-spacing: .02em; }

.home-promotion-dialog { width: min(34rem, calc(100vw - 2rem)); max-height: calc(100svh - 2rem); margin: auto; padding: clamp(2rem, 6vw, 4.5rem); border: 1px solid var(--ink); border-radius: 0; background: var(--cream); color: var(--ink); box-shadow: .8rem .8rem 0 var(--moss); }
.home-promotion-dialog::backdrop { background: color-mix(in srgb, var(--ink) 76%, transparent); }
.home-promotion-dialog__close { position: absolute; top: .75rem; right: .75rem; width: 44px; height: 44px; border: 1px solid var(--ink); border-radius: 0; background: transparent; color: inherit; font-size: 1.5rem; }
.home-promotion-dialog h2 { max-width: 11ch; margin: .65rem 0 1.25rem; font-size: clamp(2.25rem, 7vw, 4.6rem); font-weight: 560; letter-spacing: -.045em; line-height: 1.04; word-break: keep-all; }
.home-promotion-dialog > p:not(.kicker) { margin: 0; white-space: pre-line; line-height: 1.8; }
.home-promotion-dialog__link { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: 2rem; padding: .8rem 1rem; border: 1px solid var(--ink); background: var(--ink); color: var(--cream); font-size: .74rem; font-weight: 740; }
.product-detail-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; margin-top: 1.25rem; }
.product-detail-actions .buy-link, .product-detail-actions .direct-buy-link { width: 100%; min-width: 0; min-height: 50px; }
.product-detail-note { margin: 1rem 0 0; font-size: .67rem; opacity: .66; }
.npay-purchase { min-width: 200px; margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid color-mix(in srgb, var(--ink) 24%, transparent); }
.npay-purchase[hidden] { display: none; }
.npay-purchase__label { margin: 0 0 .55rem; font-size: .65rem; font-weight: 720; letter-spacing: .08em; }
.npay-button-container { width: 100%; min-width: 200px; height: 150px; overflow: hidden; }
.npay-status { min-height: 1.2em; margin: .45rem 0 0; color: var(--moss); font-size: .65rem; line-height: 1.6; }
.npay-status.is-error { color: var(--danger, #9A352F); }
.product-description { border-top: 1px solid var(--ink); }
.product-description-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(19rem, .55fr); gap: clamp(4rem, 11vw, 12rem); align-items: start; }
.product-description-heading { position: sticky; top: 12vh; }
.product-description .display-title { max-width: 13ch; }
.product-description-body { padding-top: 3rem; }
.product-description-body p { margin: 0 0 2rem; font-size: clamp(1.05rem, 1.4vw, 1.3rem); line-height: 1.9; }
.product-highlights { background: var(--ink); color: var(--cream); }
.product-highlights-grid { display: grid; grid-template-columns: minmax(18rem, .65fr) minmax(0, 1fr); gap: clamp(4rem, 10vw, 10rem); align-items: start; }
.product-highlights h2 { max-width: 11ch; margin: 0; font-size: clamp(2.6rem, 5vw, 5.5rem); font-weight: 520; letter-spacing: -.045em; line-height: 1.08; }
.product-highlights ol { margin: 0; padding: 0; border-top: 1px solid var(--moss); list-style: none; }
.product-highlights li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: clamp(1.4rem, 3vw, 2.5rem) 0; border-bottom: 1px solid var(--moss); }
.product-highlights li span { padding-top: .2rem; font-size: .65rem; letter-spacing: .12em; }
.product-highlights li p { margin: 0; font-size: clamp(1.15rem, 2vw, 2rem); line-height: 1.5; }
.product-gallery { background: var(--cream); }
.product-gallery-head { width: min(100%, 56rem); display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, .62fr); gap: clamp(2rem, 7vw, 6rem); align-items: end; margin: 0 auto; padding-bottom: 2rem; border-bottom: 1px solid var(--ink); }
.product-gallery-head h2 { margin: 0; font-size: clamp(2.6rem, 5vw, 5.5rem); font-weight: 520; letter-spacing: -.045em; line-height: 1.08; }
.product-gallery-head > p { max-width: 34ch; margin: 0; font-size: .78rem; line-height: 1.8; }
.product-gallery-rail { width: min(100%, 56rem); margin: clamp(2rem, 5vh, 4rem) auto 0; border: 1px solid var(--ink); background: var(--cream); }
.product-gallery-rail .product-detail-image-frame--longform { min-height: 0; display: block; overflow: visible; background: transparent; }
.product-gallery-rail .product-detail-image-frame--longform {
  content-visibility: auto;
  contain-intrinsic-size: auto 2400px;
}
.product-gallery-rail .product-detail-image-frame--longform + .product-detail-image-frame--longform { border-top: 0; }
.product-gallery-rail .product-detail-image-frame--longform img { display: block; width: 100%; height: auto; object-fit: contain; }
.product-gallery-rail .product-detail-image-frame--longform.is-missing { min-height: 18rem; display: grid; place-items: center; }
.commerce-guide { border-top: 1px solid var(--ink); background: color-mix(in srgb, var(--cream) 88%, var(--moss)); }
.commerce-guide-grid { display: grid; grid-template-columns: minmax(18rem, .65fr) minmax(0, 1fr); gap: clamp(4rem, 10vw, 10rem); align-items: start; }
.commerce-guide h2 { max-width: 10ch; margin: 0; font-size: clamp(2.6rem, 5vw, 5.5rem); font-weight: 520; letter-spacing: -.045em; line-height: 1.08; }
.commerce-guide-list { border-top: 1px solid var(--ink); }
.commerce-guide-list > section { display: grid; grid-template-columns: minmax(8rem, .32fr) minmax(0, 1fr); gap: 1.5rem; padding: 1.6rem 0; border-bottom: 1px solid var(--ink); }
.commerce-guide-list h3, .commerce-guide-list p { margin: 0; }
.commerce-guide-list h3 { font-size: .76rem; font-weight: 760; }
.commerce-guide-list p { line-height: 1.8; }
.commerce-guide-list a { border-bottom: 1px solid currentColor; }
.commerce-guide-links { display: flex; flex-wrap: wrap; gap: 1rem 2rem; padding-top: 1.4rem; font-size: .7rem; font-weight: 720; }
.product-detail-closing { min-height: 72svh; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 3rem; align-items: end; padding: var(--section-space) max(var(--page-pad), calc((100vw - var(--max-width)) / 2 + var(--page-pad))); background: var(--moss); color: var(--cream); }
.product-detail-closing h2 { max-width: 14ch; margin: 0; font-size: clamp(3rem, 6.5vw, 7rem); font-weight: 520; letter-spacing: -.045em; line-height: 1.08; }
.product-detail-closing a { min-width: 18rem; min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: .8rem 0; border-bottom: 1px solid var(--cream); font-size: .76rem; font-weight: 700; }

@media (max-width: 820px) {
  .store-product-actions, .featured-product-actions { grid-template-columns: 1fr; }
  .product-detail-hero { grid-template-columns: minmax(0, 1fr); }
  .product-detail-visual { aspect-ratio: 4 / 5; }
  .product-detail-copy { padding: 2.25rem 1.25rem; border-top: 0; border-left: 1px solid var(--ink); }
  .product-description-grid, .product-highlights-grid, .commerce-guide-grid, .product-detail-closing { grid-template-columns: 1fr; }
  .product-description-heading { position: static; }
  .product-highlights ol { margin-top: 2rem; }
  .product-gallery-head { grid-template-columns: 1fr; align-items: start; }
  .commerce-guide-list { margin-top: 2rem; }
  .product-detail-closing { min-height: 62svh; align-items: start; }
  .product-detail-closing a { min-width: 0; }
}

@media (max-width: 480px) {
  .product-detail-actions { grid-template-columns: 1fr; }
  .commerce-guide-list > section { grid-template-columns: 1fr; gap: .65rem; }
}

@media (hover: hover) {
  .store-product-card:hover,
  .store-product-card:focus-within {
    border-color: var(--moss);
    box-shadow: .7rem .7rem 0 color-mix(in srgb, var(--moss) 82%, transparent);
    transform: translate(-.18rem, -.18rem);
  }
}

.feature {
  min-height: min(82svh, 54rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(24rem, 1fr);
  align-items: stretch;
}

.feature-film {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  overflow: hidden;
  background: var(--ink) url("campaign-film-poster.jpg") center / cover no-repeat;
}

.feature-film__video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: min(82svh, 54rem);
  object-fit: cover;
  object-position: 50% 50%;
}

.feature-film__toggle {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  min-height: 44px;
  padding: .72rem .9rem;
  border: 1px solid var(--cream);
  background: var(--ink);
  color: var(--cream);
  font: inherit;
  font-size: .64rem;
  font-weight: 720;
  letter-spacing: .11em;
}

.feature-film__toggle:hover { background: var(--cream); color: var(--ink); }

.feature-copy {
  grid-column: 2;
  grid-row: 1;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--section-space) clamp(2rem, 5vw, 5rem);
  background: var(--ink);
}

.journal-card a,
.story-list-card > a { padding-right: 1rem; padding-left: 1rem; }

.journal .journal-list,
.journal .journal-card { border-color: color-mix(in srgb, var(--cream) 42%, transparent); }
.journal .journal-card:hover { background: color-mix(in srgb, var(--cream) 10%, transparent); }

.reel-showcase {
  --reel-card-width: clamp(17rem, 29vw, 28rem);
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
  background: var(--cream);
  color: var(--ink);
}

.reel-showcase > .section-inner { padding-right: var(--page-pad); padding-left: var(--page-pad); }

.reel-showcase__head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(19rem, .85fr);
  gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
  padding-bottom: clamp(2rem, 5vh, 4rem);
  border-bottom: 1px solid var(--ink);
}

.reel-showcase__guide {
  display: grid;
  gap: 1.5rem;
  justify-items: start;
}

.reel-showcase__guide > p { max-width: 32ch; }

.reel-showcase__controls {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.reel-showcase__controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  min-height: 44px;
  padding: .72rem .9rem;
  border: 1px solid var(--color-fog);
  border-radius: var(--radius-pill);
  white-space: nowrap;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: .66rem;
  font-weight: 720;
  letter-spacing: .08em;
  cursor: pointer;
}

.reel-showcase__controls button:hover,
.reel-showcase__controls button[aria-pressed="true"] { background: var(--ink); color: var(--cream); }

.reel-rail {
  display: flex;
  gap: clamp(.8rem, 1.8vw, 1.75rem);
  margin-top: clamp(2rem, 6vh, 5rem);
  padding: 0 calc((100% - var(--reel-card-width)) / 2) 1.5rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-padding-inline: calc((100% - var(--reel-card-width)) / 2);
  scroll-snap-type: x mandatory;
  scrollbar-gutter: stable;
}

.reel-card {
  flex: 0 0 var(--reel-card-width);
  scroll-snap-align: center;
  border: 1px solid var(--ink);
  background: var(--cream);
  opacity: .38;
  transition: opacity 320ms ease;
}

.reel-card.is-active { opacity: 1; }

.reel-card__media {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: var(--ink);
}

.reel-card:nth-child(1) .reel-card__media { background: var(--ink) url("reel-0422-poster.jpg") center / cover no-repeat; }
.reel-card:nth-child(2) .reel-card__media { background: var(--ink) url("reel-1088m-poster.jpg") center / cover no-repeat; }
.reel-card:nth-child(3) .reel-card__media { background: var(--ink) url("reel-1884-poster.jpg") center / cover no-repeat; }
.reel-card:nth-child(4) .reel-card__media { background: var(--ink) url("reel-1027-poster.jpg") center / cover no-repeat; }
.reel-card:nth-child(5) .reel-card__media { background: var(--ink) url("reel-school-set-poster.jpg") center / cover no-repeat; }
.reel-card:nth-child(6) .reel-card__media { background: var(--ink) url("reel-0514-260527-poster.jpg") center / cover no-repeat; }
.reel-card:nth-child(7) .reel-card__media { background: var(--ink) url("reel-0514-260604-poster.jpg") center / cover no-repeat; }
.reel-card:nth-child(8) .reel-card__media { background: var(--ink) url("reel-0424-260528-poster.jpg") center / cover no-repeat; }

.reel-card__media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reel-card__playing {
  position: absolute;
  top: .8rem;
  left: .8rem;
  padding: .45rem .55rem;
  border: 1px solid var(--cream);
  background: var(--ink);
  color: var(--cream);
  font-size: .58rem;
  font-weight: 720;
  letter-spacing: .14em;
  opacity: 0;
  text-transform: uppercase;
}

.reel-card.is-playing .reel-card__playing { opacity: 1; }

.reel-card__select {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  border: 0;
  background: linear-gradient(0deg, color-mix(in srgb, var(--ink) 78%, transparent), transparent 42%);
  color: var(--cream);
  cursor: pointer;
  font: inherit;
  font-size: .68rem;
  font-weight: 720;
  letter-spacing: .08em;
  text-align: left;
}

.reel-card__select span {
  padding: .65rem .75rem;
  border: 1px solid var(--cream);
  background: color-mix(in srgb, var(--ink) 84%, transparent);
}

.reel-card__select span:last-child { padding-inline: .8rem; }
.reel-card__select:hover span,
.reel-card__select:focus-visible span { background: var(--cream); color: var(--ink); }
.reel-card.is-active .reel-card__select { pointer-events: none; opacity: 0; }

.reel-card__caption {
  min-height: 8.5rem;
  padding: 1.15rem;
  border-top: 1px solid var(--ink);
}

.reel-card__caption p {
  margin-bottom: .75rem;
  font-size: .62rem;
  font-weight: 720;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.reel-card__caption h3 { max-width: 17ch; font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.18; }

.collection-links { display: flex; flex-wrap: wrap; gap: .55rem; margin: 1.5rem 0 2rem; }
.collection-links a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 1rem; border: 1px solid var(--fog); border-radius: 999px; background: var(--snow); color: var(--harbor); font-size: .72rem; font-weight: 720; text-decoration: none; }
.collection-links a:hover, .collection-links a:focus-visible { border-color: var(--moss); background: var(--sky-tint); }

.story-list-card:hover,
.story-post-nav a:hover { background: color-mix(in srgb, var(--ink) 7%, var(--cream)); }

.contact { background: var(--ink); }
.contact-form button { border: 1px solid var(--cream); padding: 1rem; }
.contact-form button:hover { background: var(--cream); color: var(--ink); }
.contact-form--light button { border-color: var(--ink); background: var(--ink); color: var(--cream); }
.contact-form--light button:hover { border-color: var(--moss); background: var(--moss); color: var(--cream); }

.site-footer {
  grid-template-columns: minmax(16rem, 1fr) auto minmax(14rem, auto);
  padding-top: clamp(4rem, 8vh, 7rem);
  padding-bottom: 2rem;
  border-top: 0;
  background: var(--ink);
  color: var(--cream);
}

.footer-brand strong {
  display: block;
  width: min(7.8rem, 100%);
  height: 3rem;
  overflow: hidden;
  background: transparent url("himawari-logo-hq.png") center / 100% auto no-repeat;
  color: transparent;
  filter: brightness(0) invert(1);
  font-size: 0;
  white-space: nowrap;
}
.footer-brand p { max-width: 30ch; opacity: .68; }
.site-footer nav { display: grid; grid-template-columns: repeat(2, auto); gap: .8rem 3rem; }
.footer-contact { opacity: .78; }
.copyright { padding-top: 1.25rem; border-top: 1px solid color-mix(in srgb, var(--cream) 24%, transparent); }

/* Interior campaign pages */
.about-hero,
.catalog-hero,
.contact-page-hero,
.story-list-hero { min-height: calc(100svh - var(--header-h)); }

.about-hero-copy h1,
.catalog-hero h1,
.contact-page-intro h1,
.story-list-hero-copy h1 { font-weight: 620; letter-spacing: -.04em; line-height: 1.08; text-wrap: balance; }

.founder-portrait,
.catalog-index { border: 0; outline: 0; }
.founder-portrait > img { filter: none; }
.founder-quote { min-height: 82svh; }
.founder-quote p { font-weight: 520; }
.founder-quote blockquote,
.founder-promise .section-inner { position: relative; z-index: 1; }
.catalog-index { background: var(--ink); }
.catalog-products { padding-top: max(9vh, 5rem); }
.contact-page-hero { padding-top: max(10vh, 6rem); }
.contact-action:hover { background: var(--ink); }

.story-list-hero {
  min-height: 64svh;
  align-items: center;
  padding-top: max(10vh, 6rem);
  padding-bottom: max(10vh, 6rem);
  border-bottom: 1px solid var(--ink);
}

.story-archive-head h2 { font-weight: 560; }
.story-reading { padding-top: max(9vh, 5rem); }
.story-post-head h1 { font-weight: 580; }
.story-tag { background: var(--ink); color: var(--cream); }

@media (max-width: 980px) {
  .site-nav { gap: .3rem; font-size: .58rem; }
  .site-nav a { padding-inline: .62rem; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  :root { --header-h: 4.5rem; --section-space: max(15vh, 5.5rem); }

  .site-header,
  .about-header,
  .interior-header,
  .story-page .site-header {
    grid-template-columns: 44px minmax(0, 1fr) 64px;
    gap: 0;
    height: var(--header-h);
    padding: 0 .8rem;
  }

  .menu-button {
    grid-column: 1;
    grid-row: 1;
    display: grid;
    color: var(--ink);
  }

  .brand {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    width: 4.5rem;
    height: 2.45rem;
  }

  .header-store {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    min-width: 60px;
    min-height: 36px;
    padding: 0 .45rem;
    font-size: .55rem;
  }

  .site-nav,
  .story-page .site-nav {
    position: fixed;
    z-index: 590;
    inset: var(--mobile-menu-top, var(--header-h)) 0 0;
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: .62rem;
    padding: 2rem var(--page-pad);
    background: var(--ink);
    color: var(--cream);
    justify-self: stretch;
  }

  .site-nav.is-open { display: flex; }
  .site-nav a {
    justify-content: space-between;
    min-height: 3.85rem;
    height: auto;
    padding: .95rem 1.15rem;
    border: 1px solid color-mix(in srgb, var(--cream) 32%, transparent);
    border-radius: var(--radius-soft);
    background: color-mix(in srgb, var(--cream) 5%, transparent);
    color: var(--cream);
    box-shadow: 0 3px 0 color-mix(in srgb, var(--cream) 12%, transparent);
    font-size: 1.16rem;
    font-weight: 620;
    letter-spacing: -.02em;
  }
  .site-nav a::after { content: "↗"; font-size: .9rem; }
  .site-nav a:hover,
  .site-nav a:focus-visible { border-color: var(--color-sky-tint); background: color-mix(in srgb, var(--cream) 12%, transparent); color: var(--cream); }
  .site-nav a[aria-current="page"] { border-color: var(--color-sky-tint); background: var(--color-sky-tint); color: var(--harbor); box-shadow: 0 3px 0 var(--moss); }

  .menu-button[aria-expanded="true"] { color: var(--ink); }
  .about-header .menu-button[aria-expanded="true"] span:not(.sr-only),
  .interior-header .menu-button[aria-expanded="true"] span:not(.sr-only),
  .story-page .menu-button[aria-expanded="true"] span:not(.sr-only) { background: var(--ink); }

  .home-film-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    overflow: visible;
  }
  .home-film-hero__media {
    min-height: 0;
    aspect-ratio: 1;
  }
  .home-film-hero__copy {
    min-height: 0;
    align-items: center;
    padding: 3.25rem var(--page-pad) 4rem;
    text-align: center;
  }
  .home-film-hero h1 { max-width: 13ch; font-size: clamp(2.55rem, 11.5vw, 3.8rem); }
  .home-film-hero__copy > p { max-width: 31ch; }

  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid color-mix(in srgb, var(--cream) 24%, transparent); }

  .game-invite { grid-template-columns: minmax(6rem, .2fr) 1fr; }
  .game-invite__product { grid-column: 2; width: min(100%, 30rem); }

  .intro::before { background-position: 64% 42%; }
  .intro::after { background: color-mix(in srgb, var(--ink) 78%, transparent); }
  .journal::before { background-position: 55% center; }
  .journal::after { background: color-mix(in srgb, var(--ink) 86%, transparent); }
  .founder-quote::before { background-position: 66% 38%; }
  .founder-quote::after,
  .founder-promise::after { background: color-mix(in srgb, var(--ink) 74%, transparent); }

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

  .collection .section-head::after,
  .catalog-products .section-head::after { grid-column: 1; }
  .featured-product-media { min-height: 0; aspect-ratio: 4 / 5; }
  .featured-product-content { padding: 2.25rem 1.25rem; }
  .featured-product-content h3 { font-size: clamp(2.2rem, 10vw, 3.4rem); }

  .feature { grid-template-columns: 1fr; }
  .feature-film { grid-column: 1; grid-row: 1; }
  .feature-film__video { min-height: 62svh; }
  .feature-copy { grid-column: 1; grid-row: 2; min-height: 60svh; }

  .reel-showcase__head { grid-template-columns: 1fr; align-items: start; }

  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 1 / -1; justify-items: start; }
}

@media (max-width: 520px) {
  .announcement-bar { font-size: .58rem; letter-spacing: .11em; }
  .brand { width: 4rem; height: 2.2rem; }
  .display-title { font-size: clamp(3rem, 14vw, 4.5rem); }

  .game-invite { grid-template-columns: 1fr; }
  .game-invite__number { padding: 0 0 1rem; border-right: 0; border-bottom: var(--hairline); }
  .game-invite__product { grid-column: auto; }

  .reel-showcase { --reel-card-width: min(78vw, 22rem); }
  .reel-showcase__controls { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
  .reel-showcase__controls button { justify-content: center; }

  .product-grid {
    grid-auto-flow: column;
    grid-auto-columns: min(84vw, 22rem);
    grid-template-columns: none;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-gutter: stable;
  }
  .store-product-card { scroll-snap-align: start; }

  .about-hero,
  .catalog-hero,
  .contact-page-hero { padding-top: max(8vh, 4rem); }
  .about-hero-copy h1,
  .catalog-hero h1,
  .contact-page-intro h1,
  .story-list-hero-copy h1 { font-size: clamp(3rem, 13vw, 4.5rem); }

  .site-footer { grid-template-columns: 1fr; gap: 2.5rem; }
  .site-footer nav { grid-template-columns: repeat(2, 1fr); }
  .footer-contact { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .product-grid { scroll-snap-type: none; }
  .reel-rail { scroll-snap-type: none; }
  .reel-card { transition: none; }
  .store-product-card { transition: none; }
  .product-variants button { transition: none; }
  .store-product-card:hover,
  .store-product-card:focus-within { transform: none; }
  .reel-card__media video { visibility: hidden; }
  .reel-showcase__controls [data-reel-play],
  .reel-showcase__controls [data-reel-sound] { display: none; }
  .feature-film__video,
  .feature-film__toggle { display: none; }
  .feature-film { min-height: min(82svh, 54rem); }
  .home-film-hero__video,
  .home-film-hero__toggle { display: none; }
}

@media (forced-colors: active) {
  html { scrollbar-color: auto; }
  .announcement-bar,
  .site-footer,
  .featured-product { forced-color-adjust: auto; }

  .brand,
  .footer-brand strong {
    width: auto;
    height: auto;
    background: none;
    color: CanvasText;
    filter: none;
    font-size: .82rem;
    font-weight: 780;
    letter-spacing: .18em;
  }

  .intro::before,
  .journal::before,
  .founder-quote::before,
  .founder-promise::before,
  .intro::after,
  .journal::after,
  .founder-quote::after,
  .founder-promise::after { display: none; }
}

/* Catalog discovery, finder and mobile purchase enhancements */
.catalog-controls { margin: 2rem 0 2.5rem; padding: clamp(1rem, 2.5vw, 1.6rem); border: 1px solid var(--color-fog); border-radius: var(--radius-card); background: color-mix(in srgb, var(--color-sky-wash) 82%, white); }
.catalog-search-row { display: grid; grid-template-columns: auto minmax(12rem, 1fr) auto minmax(10rem, .35fr) auto; gap: .7rem; align-items: center; }
.catalog-search-row label { font-size: .68rem; font-weight: 760; color: var(--harbor); }
.catalog-search-row input, .catalog-search-row select { min-height: 48px; padding: .7rem .9rem; border: 1px solid var(--color-fog); border-radius: 14px; background: var(--snow); color: var(--ink); font: inherit; }
.catalog-search-row button, .catalog-more { min-height: 48px; padding: .7rem 1rem; border: 1px solid var(--moss); border-radius: 999px; background: transparent; color: var(--harbor); font: inherit; font-weight: 720; cursor: pointer; }
.catalog-categories { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1rem; }
.catalog-categories button { min-height: 44px; padding: .55rem 1rem; border: 1px solid var(--color-fog); border-radius: 999px; background: var(--snow); color: var(--harbor); font: inherit; font-size: .72rem; cursor: pointer; }
.catalog-categories button.is-active { border-color: var(--moss); background: var(--moss); color: var(--snow); }
.catalog-result-count { margin: 1rem 0 0; color: var(--slate); font-size: .7rem; }
.catalog-empty { margin: 2rem 0; padding: 2rem; border-radius: var(--radius-card); background: var(--color-sky-wash); text-align: center; }
.catalog-more { display: block; min-width: 14rem; margin: 2rem auto 0; }
.catalog-more[hidden] { display: none; }
.product-variants { display: flex; flex-wrap: wrap; gap: .4rem; align-items: center; margin: 1rem 0 .25rem; }
.product-variants > [data-variant-summary] { width: 100%; color: var(--slate); font-size: .63rem; font-weight: 720; }
.product-variants button { min-height: 44px; display: inline-flex; align-items: center; gap: .3rem; padding: .45rem .7rem; border: 1px solid var(--color-fog); border-radius: 999px; background: var(--color-sky-wash); color: var(--harbor); font: inherit; font-size: .62rem; font-weight: 680; cursor: pointer; transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease; }
.product-variants button:hover { border-color: var(--moss); background: var(--snow); }
.product-variants button[aria-pressed="true"] { border-color: var(--harbor); background: var(--moss); color: var(--color-on-sky); box-shadow: inset 0 0 0 1px var(--harbor); }
.product-variants .product-variant-check { width: .75rem; color: currentColor; font-size: .68rem; line-height: 1; text-align: center; }
.product-low-stock { width: max-content; padding: .24rem .5rem; border-radius: 999px; background: #fff2dc; color: #8a5712; font-size: .58rem; font-weight: 760; }
.finder-main { padding-top: clamp(8rem, 14vh, 11rem); }
.finder-hero, .finder-form, .finder-results { width: min(100% - (var(--page-pad) * 2), 76rem); margin-inline: auto; }
.finder-hero { padding: clamp(2rem, 6vw, 6rem) 0; }
.finder-hero h1 { max-width: 13ch; margin: .7rem 0 1.5rem; font-size: clamp(3rem, 7vw, 7rem); font-weight: 560; letter-spacing: -.05em; line-height: 1.04; }
.finder-hero > p:last-child { max-width: 38rem; color: var(--slate); font-size: clamp(1rem, 1.7vw, 1.25rem); line-height: 1.7; }
.finder-form { display: grid; gap: 1rem; padding-bottom: var(--section-space); }
.finder-form fieldset { margin: 0; padding: clamp(1.2rem, 3vw, 2rem); border: 1px solid var(--color-fog); border-radius: var(--radius-card); background: var(--snow); }
.finder-form legend { padding: 0 .5rem; font-size: clamp(1rem, 2vw, 1.3rem); font-weight: 720; }
.finder-form legend span { margin-right: .7rem; color: var(--moss); font-size: .68rem; letter-spacing: .1em; }
.finder-choices { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .7rem; margin-top: 1rem; }
.finder-choices label { cursor: pointer; }
.finder-choices input { position: absolute; opacity: 0; }
.finder-choices label span { min-height: 52px; display: grid; place-items: center; padding: .7rem; border: 1px solid var(--color-fog); border-radius: 16px; background: var(--color-sky-wash); text-align: center; font-size: .74rem; }
.finder-choices input:checked + span { border-color: var(--moss); background: var(--moss); color: var(--snow); box-shadow: 0 0 0 3px color-mix(in srgb, var(--moss) 18%, transparent); }
.finder-choices input:focus-visible + span { outline: 3px solid var(--forest-focus); outline-offset: 2px; }
.finder-submit { min-height: 54px; justify-self: start; padding: .8rem 1.5rem; border: 0; border-radius: 999px; background: var(--harbor); color: var(--snow); font: inherit; font-weight: 760; cursor: pointer; }
.finder-status { min-height: 1.5em; margin: 0; color: var(--slate); }
.finder-results { padding: var(--section-space) 0; border-top: 1px solid var(--color-fog); }
.finder-results > h2 { margin: .7rem 0 2rem; font-size: clamp(2.5rem, 6vw, 5.5rem); font-weight: 560; letter-spacing: -.045em; }
.finder-result-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.finder-card { overflow: hidden; border: 1px solid var(--color-fog); border-radius: var(--radius-card); background: var(--snow); box-shadow: 0 16px 40px color-mix(in srgb, var(--harbor) 10%, transparent); }
.finder-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.finder-card > div { display: grid; gap: .7rem; padding: 1.2rem; }
.finder-card span, .finder-card small { color: var(--slate); font-size: .64rem; }
.finder-card h3, .finder-card p { margin: 0; }
.finder-card a { min-height: 44px; display: flex; align-items: center; justify-content: center; margin-top: .5rem; border-radius: 999px; background: var(--moss); color: var(--snow); font-size: .72rem; font-weight: 720; }
.finder-compare { margin: 2rem 0; overflow-x: auto; border: 1px solid var(--color-fog); border-radius: var(--radius-card); background: var(--snow); }
.finder-compare table { width: 100%; min-width: 42rem; border-collapse: collapse; }
.finder-compare caption { padding: 1rem; text-align: left; font-weight: 760; }
.finder-compare th, .finder-compare td { padding: 1rem; border-top: 1px solid var(--color-fog); text-align: left; font-size: .72rem; }
.finder-compare tbody th { color: var(--slate); }
.mobile-purchase-bar { display: none; }
.restock-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .6rem; margin-top: 1rem; padding: 1rem; border: 1px solid var(--color-fog); border-radius: var(--radius-soft); background: var(--color-sky-wash); }
.restock-form[hidden] { display: none; }
.restock-form strong, .restock-form label, .restock-form p { grid-column: 1 / -1; }
.restock-form input[type="email"] { min-height: 46px; padding: .65rem .8rem; border: 1px solid var(--color-fog); border-radius: 12px; background: var(--snow); font: inherit; }
.restock-form label { font-size: .63rem; color: var(--slate); }
.restock-form button { min-height: 46px; padding: .65rem 1rem; border: 0; border-radius: 999px; background: var(--moss); color: var(--snow); font: inherit; font-weight: 720; }
.restock-form p { min-height: 1.3em; margin: 0; font-size: .65rem; }
.product-reviews { background: color-mix(in srgb, var(--color-sky-wash) 78%, white); }
.product-reviews-grid { display: grid; grid-template-columns: minmax(14rem, .7fr) minmax(0, 1.3fr); gap: clamp(2rem, 6vw, 7rem); align-items: start; }
.product-reviews-grid h2 { margin: .7rem 0 1rem; font-size: clamp(2.3rem, 5vw, 5rem); font-weight: 560; letter-spacing: -.045em; line-height: 1.08; }
.product-reviews-grid > div:first-child > p:last-child { color: var(--slate); line-height: 1.7; }
.review-list { display: grid; gap: 1rem; }
.review-card { display: grid; gap: .7rem; padding: 1.2rem; border: 1px solid var(--color-fog); border-radius: var(--radius-soft); background: var(--snow); }
.review-card > div:first-child { display: flex; justify-content: space-between; color: #9a6d1d; }
.review-card > div:first-child strong { padding: .2rem .55rem; border-radius: 999px; background: var(--color-sky-wash); color: var(--moss); font-size: .58rem; }
.review-card h3, .review-card p { margin: 0; }
.review-card p { white-space: pre-wrap; line-height: 1.75; }
.review-card small { color: var(--slate); }
.review-card .product-detail-image-frame { width: min(100%, 26rem); min-height: 0; border-radius: 14px; }
.review-card .product-detail-image-frame img { height: auto; }
.review-form-panel { margin-top: 1rem; padding: 1rem; border: 1px solid var(--color-fog); border-radius: var(--radius-soft); background: var(--snow); }
.review-form-panel summary { min-height: 44px; display: flex; align-items: center; font-weight: 720; cursor: pointer; }
.review-form-panel form { display: grid; gap: 1rem; padding-top: 1rem; }
.review-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.review-form-panel label { display: grid; gap: .4rem; color: var(--slate); font-size: .68rem; }
.review-form-panel input, .review-form-panel select, .review-form-panel textarea { width: 100%; min-height: 46px; padding: .7rem .8rem; border: 1px solid var(--color-fog); border-radius: 12px; background: var(--snow); color: var(--ink); font: inherit; }
.review-form-panel textarea { min-height: 8rem; resize: none; }
.review-form-panel .review-consent { display: flex; grid-template-columns: auto 1fr; align-items: center; }
.review-form-panel .review-consent input { width: 20px; min-height: 20px; }
.review-form-panel button { min-height: 48px; justify-self: start; padding: .7rem 1.2rem; border: 0; border-radius: 999px; background: var(--harbor); color: var(--snow); font: inherit; font-weight: 720; }
.review-form-panel [data-review-form-status] { min-height: 1.4em; margin: 0; color: var(--slate); }
@media (max-width: 820px) {
  .catalog-search-row { grid-template-columns: 1fr 1fr; }
  .catalog-search-row label:first-child, .catalog-search-row input { grid-column: 1 / -1; }
  .catalog-search-row label:first-child { margin-bottom: -.45rem; }
  .catalog-search-row button { grid-column: 1 / -1; }
  .finder-choices { grid-template-columns: 1fr 1fr; }
  .finder-result-grid { grid-template-columns: 1fr; }
  .product-reviews-grid { grid-template-columns: 1fr; }
  .product-detail-page { padding-bottom: calc(5.25rem + env(safe-area-inset-bottom)); }
  .mobile-purchase-bar:not([hidden]) { position: fixed; z-index: 80; right: .65rem; bottom: .65rem; left: .65rem; display: grid; grid-template-columns: minmax(0, .7fr) repeat(3, auto); gap: .45rem; align-items: center; padding: .65rem; padding-bottom: calc(.65rem + env(safe-area-inset-bottom)); border: 1px solid color-mix(in srgb, var(--harbor) 22%, transparent); border-radius: 20px; background: color-mix(in srgb, var(--snow) 94%, transparent); box-shadow: 0 14px 44px color-mix(in srgb, var(--harbor) 22%, transparent); backdrop-filter: blur(14px); transition: opacity .2s ease, transform .2s ease; }
  .mobile-purchase-bar.is-hidden { pointer-events: none; opacity: 0; transform: translateY(120%); }
  .mobile-purchase-bar > div { min-width: 0; display: grid; gap: .1rem; }
  .mobile-purchase-bar span { overflow: hidden; font-size: .58rem; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-purchase-bar strong { font-size: .72rem; }
  .mobile-purchase-bar a, .mobile-purchase-bar button { min-height: 44px; padding: .55rem .72rem; border: 1px solid var(--moss); border-radius: 999px; background: var(--moss); color: var(--snow); font: inherit; font-size: .65rem; font-weight: 760; white-space: nowrap; }
  .mobile-purchase-bar button:last-child { background: #03c75a; border-color: #03c75a; color: #071f11; }
  .mobile-purchase-bar [aria-disabled="true"] { opacity: .5; pointer-events: none; }
}
@media (max-width: 430px) {
  .mobile-purchase-bar:not([hidden]) { grid-template-columns: minmax(0, 1fr) auto auto; }
  .mobile-purchase-bar [data-sticky-option]:not([hidden]) { grid-column: 1 / -1; grid-row: 1; }
  .finder-choices { grid-template-columns: 1fr; }
  .review-form-row { grid-template-columns: 1fr; }
}

/* Warm paper + deep harbor visual layer. Structure and commerce behavior stay intact. */
.announcement-bar,
.home-film-hero,
.trust-strip,
.intro,
.journal,
.founder-quote,
.founder-promise,
.feature,
.product-highlights,
.product-detail-closing { background-color: var(--harbor); color: var(--snow); }

.site-header { border-color: var(--color-fog); background: var(--cream); color: var(--ink); }
.site-nav a[aria-current="page"] { border-color: var(--harbor); color: var(--snow); }

.header-store,
.home-film-hero__link,
.direct-buy-link,
.featured-direct-buy-link,
.home-promotion-dialog__link {
  border-color: var(--moss);
  border-radius: var(--radius-pill);
  background: var(--moss);
  color: var(--color-on-sky);
  box-shadow: var(--shadow-pop-small);
}

.header-store:hover,
.home-film-hero__link:hover,
.direct-buy-link:hover,
.featured-direct-buy-link:hover,
.home-promotion-dialog__link:hover { border-color: var(--color-deep-wave); background: var(--color-deep-wave); color: var(--snow); }

.home-film-hero__toggle,
.feature-film__toggle,
.reel-showcase__controls button {
  border-radius: var(--radius-pill);
}

.section-head h2,
.curated-heading h2,
.catalog-products h1,
.product-detail-copy h1,
.commerce-guide h2 { color: var(--harbor); font-weight: 700; }

.intro .display-title,
.journal .display-title,
.feature .display-title,
.contact .display-title,
.founder-quote .display-title,
.founder-promise .display-title,
.product-highlights .display-title,
.product-detail-closing .display-title { color: var(--snow); }

.intro .accent-word,
.journal .accent-word,
.feature .accent-word,
.contact .accent-word,
.founder-quote .accent-word,
.founder-promise .accent-word,
.product-highlights .accent-word,
.product-detail-closing .accent-word { color: var(--color-sky-tint); text-shadow: 3px 3px 0 var(--color-deep-wave); }

.featured-product {
  border-radius: var(--radius-card);
  background: var(--harbor);
  color: var(--snow);
  box-shadow: var(--shadow-card);
}

.store-product-card {
  border-color: var(--color-fog);
  border-radius: var(--radius-card);
  background: var(--snow);
  box-shadow: var(--shadow-card);
}

.store-product-card:hover,
.store-product-card:focus-within {
  border-color: var(--color-sky-mid);
  box-shadow: 0 5px 0 var(--color-sky-wash);
  transform: translateY(-2px);
}

.store-product-media { border-color: var(--color-fog); background: var(--snow); }
.store-product-body h3 { color: var(--harbor); font-weight: 700; }
.product-discount-badge,
.story-tag {
  border: 0;
  border-radius: var(--radius-pill);
  background: var(--color-sky-tint);
  color: var(--harbor);
}

.detail-link,
.buy-link,
.direct-buy-link,
.featured-buy-link,
.featured-detail-link,
.wishlist-button { border-radius: var(--radius-pill); }

.detail-link,
.featured-detail-link,
.wishlist-button { border-color: var(--color-fog); background: var(--snow); color: var(--harbor); }
.detail-link:hover,
.featured-detail-link:hover,
.wishlist-button:hover { border-color: var(--moss); background: var(--color-sky-tint); color: var(--harbor); }

.buy-link,
.featured-buy-link { border-color: var(--harbor); background: var(--harbor); color: var(--snow); }
.buy-link:hover,
.featured-buy-link:hover { border-color: var(--color-deep-wave); background: var(--color-deep-wave); color: var(--snow); }

.featured-product .featured-buy-link { border-color: var(--snow); background: var(--snow); color: var(--harbor); box-shadow: none; }
.featured-product .featured-detail-link { border-color: var(--color-sky-tint); background: transparent; color: var(--snow); }
.featured-product .featured-direct-buy-link { border-color: var(--moss); background: var(--moss); color: var(--color-on-sky); }
.featured-product .featured-buy-link:hover,
.featured-product .featured-detail-link:hover,
.featured-product .featured-direct-buy-link:hover { border-color: var(--color-sky-tint); background: var(--color-sky-tint); color: var(--harbor); }

.game-invite__product,
.reel-card,
.product-gallery-rail {
  border-color: var(--color-fog);
  border-radius: var(--radius-card);
  background: var(--snow);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.product-detail-visual {
  overflow: hidden;
  border-color: var(--color-fog);
  border-radius: var(--radius-card) 0 0 var(--radius-card);
  background: var(--snow);
  box-shadow: none;
}

.product-detail-copy {
  border-color: var(--color-fog);
  border-radius: 0 var(--radius-card) var(--radius-card) 0;
  background: var(--snow);
}

.commerce-guide { border-color: var(--color-fog); background: var(--color-sky-wash); }
.commerce-guide-list,
.commerce-guide-list > section,
.product-description,
.product-gallery-head { border-color: var(--color-fog); }

.home-promotion-dialog {
  border-color: var(--color-fog);
  border-radius: 28px;
  background: var(--snow);
  box-shadow: var(--shadow-pop);
}
.home-promotion-dialog__close { border-color: var(--color-fog); border-radius: 50%; background: var(--cream); }

.npay-purchase { border-color: var(--color-fog); }
.npay-status { color: var(--color-deep-wave); }

.reel-showcase__controls button[aria-pressed="true"] { border-color: var(--moss); background: var(--moss); color: var(--color-on-sky); }

@media (max-width: 820px) {
  .site-nav a[aria-current="page"] {
    border-color: var(--color-sky-tint);
    color: var(--harbor);
  }
  .product-detail-visual { border-radius: var(--radius-card) var(--radius-card) 0 0; }
  .product-detail-copy { border-left: 1px solid var(--color-fog); border-radius: 0 0 var(--radius-card) var(--radius-card); }
}

@media (prefers-reduced-motion: reduce) {
  .site-nav a { transition: none; }
  .store-product-card:hover,
  .store-product-card:focus-within { transform: none; }
}

@media (forced-colors: active) {
  .header-store,
  .home-film-hero__link,
  .direct-buy-link,
  .featured-direct-buy-link,
  .home-promotion-dialog__link,
  .store-product-card,
  .featured-product { box-shadow: none; }
}

/* Product-led interaction layer: catalog bags, restrained motion and clear feedback. */
.intro .section-inner { position: relative; }

.bag-journey {
  --bag-shift: 0px;
  --bag-turn: 0deg;
  width: clamp(10.5rem, 14vw, 13.5rem);
  display: grid;
  gap: .65rem;
  margin: clamp(2rem, 5vh, 4rem) 0 clamp(-2.25rem, -3vh, -1rem) auto;
  padding: .75rem;
  border: 1px solid color-mix(in srgb, var(--cream) 66%, transparent);
  border-radius: var(--radius-card);
  background: var(--cream);
  color: var(--ink);
  box-shadow: .45rem .45rem 0 color-mix(in srgb, var(--moss) 82%, transparent);
  opacity: .86;
  transform: translate3d(0, var(--bag-shift), 0) rotate(var(--bag-turn));
  transition: border-color 180ms ease, box-shadow 180ms ease, opacity 260ms ease;
}

.bag-journey.is-in-view { opacity: 1; }
.bag-journey__label,
.bag-journey__action { font-size: .58rem; font-weight: 760; letter-spacing: .09em; }
.bag-journey__label { text-transform: uppercase; }
.bag-journey__action { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--color-fog); }
.bag-journey__visual { position: relative; display: block; overflow: hidden; border-radius: calc(var(--radius-card) - .45rem); background: var(--snow); }
.bag-journey__visual img { position: relative; z-index: 1; display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; mix-blend-mode: multiply; }
.bag-journey__orbit { position: absolute; inset: 10%; border: 1px dashed var(--moss); border-radius: 50%; opacity: .55; }

@media (hover: hover) {
  .bag-journey:hover,
  .bag-journey:focus-visible { border-color: var(--moss); box-shadow: .65rem .65rem 0 color-mix(in srgb, var(--moss) 92%, transparent); }
  .bag-journey:hover .bag-journey__orbit { transform: rotate(18deg); }
}

.store-product-media img {
  transition: opacity 180ms ease, transform 220ms ease;
}
.store-product-media.is-variant-changing img { opacity: .16; transform: scale(.985); }

.game-invite__product { position: relative; container-type: inline-size; }
.game-invite__product > img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; image-rendering: pixelated; }
.game-invite__preview { position: absolute; inset: 0 0 2.45rem; overflow: hidden; pointer-events: none; }
.game-invite__product .game-invite__player { position: absolute; z-index: 3; bottom: 4%; left: 50%; width: 17cqi; height: auto; aspect-ratio: auto; object-fit: contain; transform: translateX(-50%); transform-origin: 50% 100%; image-rendering: pixelated; filter: drop-shadow(4px 5px 0 rgb(31 52 40 / .26)); }
.game-invite__item { position: absolute; z-index: 2; top: 7%; width: clamp(48px, 13cqi, 76px); height: clamp(48px, 13cqi, 76px); opacity: 0; }
.game-invite__item--laptop { left: 16%; --item-x: 16cqi; }
.game-invite__item--book { left: 36%; }
.game-invite__item--bottle { left: 55%; }
.game-invite__item--pencil { left: 73%; }
.game-invite__spark { position: absolute; z-index: 4; bottom: 20%; left: 50%; width: 1.4cqi; height: 1.4cqi; background: #fff2b7; opacity: 0; }
.game-invite__spark--two { margin: 0 0 3cqi 6cqi; background: var(--accent-on-dark); }

.game-invite.is-previewing .game-invite__player { animation: game-preview-walk 1.05s steps(2, end) infinite; }
.game-invite.is-previewing .game-invite__item { animation: game-preview-catch 4.8s cubic-bezier(.4, 0, .2, 1) infinite; }
.game-invite.is-previewing .game-invite__item--book { animation-delay: 1.2s; }
.game-invite.is-previewing .game-invite__item--bottle { animation-delay: 2.4s; }
.game-invite.is-previewing .game-invite__item--pencil { animation-delay: 3.6s; }
.game-invite.is-previewing .game-invite__spark { animation: game-preview-spark 4.8s steps(2, end) infinite; }
.game-invite.is-previewing .game-invite__spark--two { animation-delay: .16s; }

@keyframes game-preview-walk {
  50% { transform: translateX(-50%) translateY(-2.2cqi) rotate(-1.5deg); }
}
@keyframes game-preview-catch {
  0%, 8% { opacity: 0; transform: translate3d(0, -8cqi, 0) rotate(-8deg) scale(.88); }
  16% { opacity: 1; }
  68% { opacity: 1; transform: translate3d(0, 54cqi, 0) rotate(8deg) scale(1); }
  82%, 100% { opacity: 0; transform: translate3d(calc(50cqi - var(--item-x, 0px)), 65cqi, 0) rotate(0) scale(.2); }
}
.game-invite__item--book { --item-x: 36cqi; }
.game-invite__item--bottle { --item-x: 55cqi; }
.game-invite__item--pencil { --item-x: 73cqi; }
@keyframes game-preview-spark {
  0%, 68%, 82%, 100% { opacity: 0; transform: scale(.3); }
  72%, 78% { opacity: 1; transform: scale(1); }
}

.reel-showcase__progress { width: min(100%, 27rem); height: 5px; overflow: hidden; border-radius: var(--radius-pill); background: var(--color-fog); }
.reel-showcase__progress > span { display: block; width: 100%; height: 100%; border-radius: inherit; background: var(--moss); transform: scaleX(var(--reel-progress, 0)); transform-origin: 0 50%; transition: transform 120ms linear; }

.product-detail-visual { position: relative; }
.product-hotspots { position: absolute; z-index: 3; inset: 0; pointer-events: none; }
.product-hotspot-controls { position: absolute; inset: 0; }
.product-hotspot {
  position: absolute;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--snow);
  border-radius: 50%;
  background: var(--harbor);
  color: var(--snow);
  box-shadow: 0 0 0 4px rgb(255 255 255 / .72), 4px 4px 0 rgb(31 52 40 / .28);
  font: 760 .62rem/1 ui-monospace, SFMono-Regular, Consolas, monospace;
  cursor: pointer;
  pointer-events: auto;
  transition: transform 180ms ease, background 180ms ease;
}
.product-hotspot--1 { top: 19%; left: 17%; }
.product-hotspot--2 { top: 45%; right: 15%; }
.product-hotspot--3 { top: 66%; left: 28%; }
.product-hotspot[aria-pressed="true"] { background: var(--moss); color: var(--color-on-sky); transform: translateY(-2px); }
.product-hotspot:focus-visible { outline: 3px solid var(--forest-focus); outline-offset: 5px; }
.product-hotspot-panel { position: absolute; right: 1rem; bottom: 1rem; width: min(72%, 24rem); margin: 0; padding: .85rem 1rem; border: 1px solid var(--color-fog); border-radius: var(--radius-soft); background: var(--cream); color: var(--ink); box-shadow: 5px 5px 0 color-mix(in srgb, var(--moss) 76%, transparent); font-size: .68rem; font-weight: 690; line-height: 1.65; }

.rdcart-flight { position: fixed; z-index: calc(var(--cart-z-drawer, 700) - 5); width: var(--flight-size); height: var(--flight-size); overflow: hidden; border: 1px solid var(--moss); border-radius: 18px; background: var(--snow); box-shadow: 5px 5px 0 color-mix(in srgb, var(--moss) 76%, transparent); pointer-events: none; }
.rdcart-flight img { display: block; width: 100%; height: 100%; object-fit: cover; }
.rdcart-btn--received { animation: cart-received 480ms cubic-bezier(.2, .8, .3, 1); }
@keyframes cart-received {
  45% { transform: translateY(-5px) scale(1.08); }
}

@media (max-width: 820px) {
  .bag-journey { width: min(100%, 13rem); margin: 2rem auto 0; transform: none; }
  .product-hotspot--1 { top: 17%; left: 12%; }
  .product-hotspot--2 { top: 42%; right: 10%; }
  .product-hotspot--3 { top: 61%; left: 22%; }
  .product-hotspot-panel { right: .75rem; bottom: .75rem; left: .75rem; width: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .bag-journey,
  .bag-journey__orbit,
  .store-product-media img,
  .reel-showcase__progress > span,
  .product-hotspot { transition: none !important; transform: none !important; }
  .game-invite__product .game-invite__player { transform: translateX(-50%); animation: none !important; }
  .game-invite__item,
  .game-invite__spark,
  .rdcart-flight { display: none !important; }
  .rdcart-btn--received { animation: none !important; }
}

@media (forced-colors: active) {
  .bag-journey,
  .product-hotspot-panel,
  .product-hotspot { box-shadow: none; }
}

/* The graphite tip is the journal pointer; a short, fading line follows it. */
.journal-pencil {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  display: block;
  width: 16px;
  height: 56px;
  pointer-events: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
  transform-origin: 8px 54px;
  transition: opacity 180ms ease, visibility 180ms ease;
}
.journal.is-pencil-active, .journal.is-pencil-active * { cursor: none; }
.journal-pencil-trail { position: fixed; inset: 0; z-index: 29; width: 100%; height: 100%; pointer-events: none; }
.journal-pencil svg { display: block; width: 100%; height: 100%; }
.journal-pencil.is-visible { opacity: .78; visibility: visible; }
.journal-pencil.is-visible.is-over-link { opacity: .16; }
@media (max-width: 820px), (hover: none), (pointer: coarse), (prefers-reduced-motion: reduce), (forced-colors: active) {
  .journal-pencil, .journal-pencil-trail { display: none; }
  .journal.is-pencil-active, .journal.is-pencil-active * { cursor: auto; }
}
