@font-face {
  font-family: "Hanuman";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/hanuman/v24/VuJudNvD15HhpJJBYq31yFn72hxIv0sd5xDs.ttf") format("truetype");
  unicode-range: U+1780-17FF, U+19E0-19FF, U+200C-200D, U+25CC;
}

@font-face {
  font-family: "Hanuman";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/hanuman/v24/VuJudNvD15HhpJJBYq31yFn72hxIv0v64BDs.ttf") format("truetype");
  unicode-range: U+1780-17FF, U+19E0-19FF, U+200C-200D, U+25CC;
}

@font-face {
  font-family: "Hanuman";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/hanuman/v24/VuJudNvD15HhpJJBYq31yFn72hxIv0u04BDs.ttf") format("truetype");
  unicode-range: U+1780-17FF, U+19E0-19FF, U+200C-200D, U+25CC;
}

:root {
  --cream: #fff8ee;
  --paper: #fffdf9;
  --ink: #263244;
  --muted: #687386;
  --sky: #a8d8ff;
  --sky-deep: #63afe9;
  --pink: #ffb8cf;
  --pink-deep: #f37eaa;
  --yellow: #ffe58a;
  --mint: #aeebcb;
  --mint-deep: #48ad82;
  --lilac: #d8c8ff;
  --orange: #ff9d76;
  --white-glass: rgba(255, 255, 255, .76);
  --line: rgba(67, 83, 105, .12);
  --shadow-soft: 0 18px 45px rgba(65, 80, 112, .11);
  --shadow-card: 0 12px 28px rgba(65, 80, 112, .09);
  --radius-xl: 2rem;
  --store-background-image: none;
  --character-hero-width: min(52%, 15rem);
  --character-hero-mobile-width: min(54%, 12rem);
  --character-peek-width: min(5.75rem, 18vw);
  --font-ui: "Hanuman", ui-rounded, "SF Pro Rounded", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  position: relative;
  isolation: isolate;
  margin: 0;
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 229, 138, .42), transparent 24rem),
    radial-gradient(circle at 91% 23%, rgba(168, 216, 255, .42), transparent 27rem),
    linear-gradient(180deg, #fff9ef 0%, #f8fcff 48%, #fff9f0 100%);
  color: var(--ink);
  font-family: var(--font-ui);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  z-index: -3;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background-image: linear-gradient(rgba(255, 250, 242, .79), rgba(247, 252, 255, .86)), var(--store-background-image);
  background-position: center;
  background-size: cover;
  transition: opacity .35s ease;
}

body.has-custom-background::before { opacity: 1; }

button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:not(:disabled), a { cursor: pointer; }
button:disabled { cursor: not-allowed; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

::selection { color: #1d2939; background: var(--yellow); }

:focus-visible {
  outline: 3px solid rgba(63, 155, 224, .48);
  outline-offset: 3px;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: .75rem;
  left: .75rem;
  transform: translateY(-150%);
  border-radius: 999px;
  background: var(--ink);
  padding: .7rem 1rem;
  color: white;
  font-size: .82rem;
  font-weight: 900;
  transition: transform .18s ease;
}

.skip-link:focus { transform: translateY(0); }

.page-shell {
  width: min(100% - 2rem, 1180px);
  margin-inline: auto;
}

.section-space { padding-block: clamp(4.25rem, 8vw, 7rem); }

/* Ambient cartoon sky */
.ambient-sky {
  position: fixed;
  z-index: -2;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.sky-orb {
  position: absolute;
  top: 6rem;
  right: -7rem;
  width: 24rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 229, 138, .4), rgba(255, 229, 138, 0) 68%);
}

.sky-picture {
  position: absolute;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
  will-change: transform;
}
.sky-picture[hidden] { display: none !important; }
.sky-sun-picture {
  top: clamp(5.6rem, 8vw, 7.6rem);
  right: clamp(.8rem, 6.2vw, 8rem);
  width: clamp(10.4rem, 15.2vw, 15.5rem);
  max-height: 16rem;
  filter: drop-shadow(0 0 20px rgba(255, 206, 92, .42)) drop-shadow(0 14px 20px rgba(229, 143, 55, .13));
  animation: sunFloat 8.5s ease-in-out infinite;
}
.sky-moon-picture {
  top: clamp(5.6rem, 8vw, 7.6rem);
  right: clamp(.8rem, 6.2vw, 8rem);
  width: clamp(10.4rem, 15.2vw, 15.5rem);
  max-height: 16rem;
  filter: drop-shadow(0 0 22px rgba(185, 218, 255, .44)) drop-shadow(0 16px 20px rgba(10, 18, 38, .22));
  animation: moonFloat 9.2s ease-in-out infinite;
}
.sky-moon-picture-alt {
  top: clamp(15rem, 31vh, 22rem);
  left: clamp(.35rem, 5.2vw, 6.4rem);
  width: clamp(6.4rem, 10.2vw, 10.1rem);
  max-height: 10.8rem;
  opacity: .88;
  filter: drop-shadow(0 0 16px rgba(192, 225, 255, .35));
  animation: moonFloatSmall 10.5s ease-in-out infinite;
}
html:not([data-theme="dark"]) .sky-moon-picture,
html:not([data-theme="dark"]) .sky-moon-picture-alt,
html[data-theme="dark"] .sky-sun-picture { display: none !important; }
html[data-theme="dark"] .sky-moon-picture,
html[data-theme="dark"] .sky-moon-picture-alt { opacity: .94; }

.sky-cloud {
  position: absolute;
  width: 8.8rem;
  height: 2.65rem;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 999px;
  background: rgba(255, 255, 255, .65);
  box-shadow: 0 14px 30px rgba(76, 102, 133, .07);
  animation: cloudDrift 16s ease-in-out infinite;
  will-change: transform;
}

.sky-cloud::before,
.sky-cloud::after {
  content: "";
  position: absolute;
  bottom: .45rem;
  border-radius: 50%;
  background: inherit;
}

.sky-cloud::before { left: 1.35rem; width: 3.8rem; height: 3.8rem; }
.sky-cloud::after { right: 1.05rem; width: 2.75rem; height: 2.75rem; }
.cloud-one { top: 13%; left: -2.5rem; }
.cloud-two { top: 34%; right: -2rem; width: 11rem; animation-delay: -4s; }
.cloud-three { top: 57%; left: 5%; width: 6.8rem; opacity: .66; animation-delay: -9s; }
.cloud-four { top: 76%; right: 12%; opacity: .58; animation-delay: -12s; }
.cloud-five { top: 89%; left: 42%; width: 7.2rem; opacity: .55; animation-delay: -6s; }

.sky-star {
  position: absolute;
  color: #efbd37;
  filter: drop-shadow(0 3px 5px rgba(221, 167, 28, .2));
  animation: starTwinkle 2.8s ease-in-out infinite;
}
.star-one { top: 18%; left: 17%; font-size: 1.2rem; }
.star-two { top: 42%; right: 18%; font-size: .9rem; animation-delay: -.8s; }
.star-three { top: 68%; left: 13%; font-size: 1.4rem; animation-delay: -1.6s; }
.star-four { top: 84%; right: 29%; font-size: .8rem; animation-delay: -2.1s; }

.sky-bubble {
  position: absolute;
  width: 2.25rem;
  aspect-ratio: 1;
  border: 1px solid rgba(108, 185, 229, .25);
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, rgba(255,255,255,.88), rgba(184,224,250,.13) 46%, rgba(255,184,207,.13));
  box-shadow: inset -3px -4px 9px rgba(120, 182, 220, .08);
  animation: bubbleFloat 6s ease-in-out infinite;
}
.bubble-one { top: 25%; left: 8%; }
.bubble-two { top: 52%; right: 7%; width: 3.1rem; animation-delay: -2s; }
.bubble-three { top: 80%; left: 29%; width: 1.7rem; animation-delay: -4s; }

/* Header and navigation */
.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .72);
  background: rgba(255, 250, 242, .78);
  box-shadow: 0 8px 28px rgba(70, 83, 105, .05);
  backdrop-filter: blur(18px) saturate(1.15);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: inherit;
  text-decoration: none;
}

.brand-cloud {
  display: grid;
  width: 2.6rem;
  height: 2.35rem;
  place-items: center;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 1rem;
  background: linear-gradient(145deg, #fff, #dff2ff);
  color: #62b1e6;
  font-size: 1.35rem;
  box-shadow: 0 7px 16px rgba(73, 139, 185, .14);
  transition: transform .22s ease;
}

.brand-logo-image {
  width: 2.6rem;
  height: 2.35rem;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 1rem;
  background: rgba(255,255,255,.78);
  object-fit: contain;
  padding: .22rem;
  box-shadow: 0 7px 16px rgba(73, 139, 185, .14);
  transition: transform .22s ease;
}

.brand-mark:hover .brand-cloud,
.brand-mark:hover .brand-logo-image { transform: translateY(-2px) rotate(-4deg); }

.nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.65rem;
  border-radius: 999px;
  padding: .5rem .82rem;
  color: #647084;
  font-size: .8rem;
  font-weight: 800;
  text-decoration: none;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}
.nav-link:hover { transform: translateY(-1px); background: rgba(255,255,255,.78); color: var(--ink); }

.header-chat,
.back-link {
  display: inline-flex;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  border: 1px solid rgba(89, 170, 221, .2);
  border-radius: 999px;
  background: rgba(232, 247, 255, .78);
  padding: .55rem .9rem;
  color: #287bb0;
  font-size: .76rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.header-chat:hover, .back-link:hover { transform: translateY(-2px); background: white; box-shadow: 0 8px 18px rgba(80, 145, 185, .12); }
.back-link { border-color: var(--line); background: rgba(255,255,255,.72); color: #59667a; }

.theme-toggle {
  display: inline-flex;
  min-height: 2.65rem;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  border: 1px solid rgba(124, 112, 207, .18);
  border-radius: 999px;
  background: rgba(255, 248, 231, .82);
  padding: .48rem .72rem;
  color: #5b6077;
  font-size: .76rem;
  font-weight: 950;
  box-shadow: 0 8px 18px rgba(95, 87, 132, .08);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease;
}
.theme-toggle:hover { transform: translateY(-2px) rotate(-1deg); background: white; box-shadow: 0 10px 22px rgba(95, 87, 132, .13); }
.theme-toggle-icon {
  display: grid;
  width: 1.55rem;
  height: 1.55rem;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  font-size: .9rem;
  line-height: 1;
}
.theme-toggle-label { line-height: 1; }

.menu-button {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  place-content: center;
  gap: .27rem;
  border: 1px solid var(--line);
  border-radius: .9rem;
  background: rgba(255,255,255,.78);
}
.menu-line { width: 1rem; height: 2px; border-radius: 2px; background: #5d6878; transition: transform .2s ease, opacity .2s ease; }
.menu-button[aria-expanded="true"] .menu-line:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] .menu-line:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] .menu-line:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.mobile-menu { overflow: hidden; opacity: 0; transform: translateY(-.45rem); transition: opacity .18s ease, transform .18s ease; }
.mobile-menu.is-open { opacity: 1; transform: translateY(0); }
.mobile-menu-inner {
  display: grid;
  gap: .3rem;
  margin-bottom: .75rem;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 1.25rem;
  background: rgba(255,255,255,.9);
  padding: .55rem;
  box-shadow: var(--shadow-card);
}
.mobile-menu a { border-radius: .85rem; padding: .72rem .85rem; color: #5f6b7b; font-size: .82rem; font-weight: 850; text-decoration: none; }
.mobile-menu a:hover { background: #fff5e7; color: var(--ink); }

/* Reusable typography and buttons */
.eyebrow {
  display: flex;
  align-items: center;
  gap: .4rem;
  color: #df7455;
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.primary-button,
.secondary-button,
.order-button {
  display: inline-flex;
  min-height: 3.1rem;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  border: 0;
  border-radius: 1rem;
  padding: .75rem 1.15rem;
  font-size: .82rem;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.primary-button,
.order-button {
  background: linear-gradient(135deg, #ff9473, #f4789f);
  color: white;
  box-shadow: 0 11px 22px rgba(232, 112, 122, .23);
}
.secondary-button { border: 1px solid rgba(65,83,105,.12); background: rgba(255,255,255,.84); color: #4f5c70; box-shadow: 0 8px 17px rgba(65,80,112,.07); }
.primary-button:hover:not(:disabled), .secondary-button:hover:not(:disabled), .order-button:hover:not(:disabled) { transform: translateY(-3px); filter: saturate(1.05); box-shadow: 0 16px 28px rgba(98, 92, 124, .17); }
.primary-button:active:not(:disabled), .secondary-button:active:not(:disabled), .order-button:active:not(:disabled) { transform: translateY(0) scale(.98); }
.primary-button:disabled, .order-button:disabled, .is-disabled { background: #d8dee6 !important; color: #7b8798 !important; box-shadow: none !important; transform: none !important; }

/* Hero */
.hero-section {
  display: grid;
  min-height: min(760px, calc(100vh - 4.75rem));
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding-block: clamp(3.4rem, 7vw, 6rem);
}

.hero-copy { position: relative; z-index: 2; }
.hero-title {
  display: grid;
  margin: .8rem 0 0;
  color: #243249;
  font-size: clamp(2.75rem, 7vw, 5.75rem);
  font-weight: 950;
  letter-spacing: -.065em;
  line-height: .96;
}
.gradient-ink {
  width: fit-content;
  padding-right: .08em;
  background: linear-gradient(100deg, #f0789e 3%, #ef9a55 48%, #4aa6dc 96%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-description { max-width: 38rem; margin-top: 1.25rem; color: #667286; font-size: clamp(1rem, 2vw, 1.14rem); line-height: 1.8; }

.hero-trust { display: flex; flex-wrap: wrap; gap: .75rem 1rem; margin: 1.55rem 0 0; padding: 0; list-style: none; }
.hero-trust li { display: flex; align-items: center; gap: .45rem; color: #596678; font-size: .74rem; font-weight: 800; }
.trust-icon { display: grid; width: 1.65rem; height: 1.65rem; place-items: center; border-radius: .58rem; font-size: .78rem; }
.trust-icon.mint { background: #daf6ea; color: #318b6b; }
.trust-icon.yellow { background: #fff1b4; color: #9b741b; }
.trust-icon.pink { background: #ffe0eb; color: #cb5e85; }

.hero-visual { position: relative; min-height: 31rem; }
.visual-glow { position: absolute; inset: 8% 2% 0; border-radius: 50%; background: radial-gradient(circle, rgba(168,216,255,.55), rgba(255,184,207,.2) 46%, transparent 72%); filter: blur(4px); }

.floating-ticket {
  --ticket-rotation: 0deg;
  position: absolute;
  z-index: 4;
  display: grid;
  min-width: 8.2rem;
  place-items: center;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 1.25rem;
  background: rgba(255,255,255,.76);
  padding: .8rem;
  color: #5f6c7e;
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(12px);
  animation: ticketFloat 4.4s ease-in-out infinite;
}
.floating-ticket span { color: #ed7ea5; font-size: 1.2rem; }
.floating-ticket small { margin-top: .15rem; font-size: .63rem; font-weight: 900; }
.ticket-left { --ticket-rotation: -6deg; top: 15%; left: -1%; }
.ticket-right { --ticket-rotation: 6deg; top: 27%; right: -1%; animation-delay: -2s; }

.character-stage { position: absolute; inset: 3.5rem 0 0; display: grid; place-items: center; }
.hero-character {
  position: absolute;
  z-index: 5;
  bottom: 7.7rem;
  width: var(--character-hero-width);
  max-height: 17rem;
  object-fit: contain;
  filter: drop-shadow(0 18px 12px rgba(55, 70, 92, .19));
  animation: characterBob 4.8s ease-in-out infinite;
}
.character-placeholder {
  position: absolute;
  z-index: 4;
  bottom: 9.7rem;
  display: grid;
  width: 12rem;
  min-height: 11rem;
  place-content: center;
  border: 2px dashed rgba(88,151,190,.28);
  border-radius: 3.3rem 3.3rem 2.5rem 2.5rem;
  background: rgba(255,255,255,.54);
  color: #637387;
  text-align: center;
  backdrop-filter: blur(8px);
  animation: characterBob 4.8s ease-in-out infinite;
}
.placeholder-face { color: #ef7e9e; font-size: 2.7rem; font-weight: 900; }
.character-placeholder strong { margin-top: .3rem; font-size: .8rem; }
.character-placeholder small { margin-top: .15rem; color: #8b96a5; font-size: .63rem; }

.character-cloud { position: absolute; z-index: 3; bottom: 3.7rem; width: 82%; height: 8.4rem; border-radius: 50%; background: rgba(255,255,255,.93); box-shadow: 0 22px 42px rgba(86,132,164,.15), inset 0 -12px 20px rgba(172,218,245,.17); }
.character-cloud span { position: absolute; bottom: 2.2rem; border-radius: 50%; background: white; }
.character-cloud span:nth-child(1) { left: 10%; width: 9rem; height: 9rem; }
.character-cloud span:nth-child(2) { left: 36%; width: 11rem; height: 11rem; }
.character-cloud span:nth-child(3) { right: 8%; width: 8rem; height: 8rem; }
.character-sparkle { position: absolute; z-index: 6; color: #efba38; animation: starTwinkle 2.4s ease-in-out infinite; }
.sparkle-a { top: 18%; left: 17%; font-size: 1.4rem; }
.sparkle-b { top: 12%; right: 20%; animation-delay: -1.2s; }

/* Section headings */
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.section-heading h2,
.why-intro h2,
.faq-heading h2,
.contact-copy h2 { margin: .45rem 0 0; color: #253248; font-size: clamp(2rem, 5vw, 3.45rem); font-weight: 950; letter-spacing: -.045em; line-height: 1.05; }
.section-heading > p { max-width: 31rem; margin: 0; color: #6b7789; font-size: .91rem; line-height: 1.75; }

/* Products */
.products-panel { border: 1px solid rgba(255,255,255,.87); border-radius: var(--radius-xl); background: rgba(255,255,255,.57); padding: clamp(1.2rem, 4vw, 3rem); box-shadow: var(--shadow-soft); backdrop-filter: blur(16px); }
.product-search { display: flex; min-height: 3.6rem; align-items: center; gap: .7rem; margin-top: 2rem; border: 1px solid rgba(76,99,126,.13); border-radius: 1.1rem; background: rgba(255,255,255,.88); padding: 0 .9rem; box-shadow: 0 8px 20px rgba(65,80,112,.06); transition: border-color .2s ease, box-shadow .2s ease; }
.product-search:focus-within { border-color: rgba(77,158,211,.52); box-shadow: 0 0 0 4px rgba(91,174,226,.11); }
.search-icon { color: #62a6d0; font-size: 1.35rem; }
.product-search input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: .88rem; }
.product-search input::placeholder { color: #9aa4b2; }
.search-clear { display: grid; width: 2rem; height: 2rem; flex: 0 0 auto; place-items: center; border: 0; border-radius: .65rem; background: #f2f5f8; color: #728094; font-size: 1.1rem; }
.result-count { margin: 0; color: #758195; font-size: .72rem; font-weight: 850; }
.tiny-doodle { color: #93b7ce; font-size: .7rem; letter-spacing: .15em; }

.product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 15.5rem), 1fr)); gap: 1.15rem; }
.product-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.92); border-radius: 1.55rem; background: rgba(255,255,255,.9); box-shadow: var(--shadow-card); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.product-card:hover { transform: translateY(-7px) rotate(.2deg); border-color: rgba(240,142,168,.32); box-shadow: 0 22px 42px rgba(65,80,112,.15); }
.product-card.is-out-of-stock { filter: saturate(.8); }
.product-media { position: relative; margin: .55rem; overflow: hidden; border-radius: 1.15rem; }
.product-image-link { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; background: linear-gradient(145deg, #eef8ff, #fff1f6); }
.tone-2 .product-image-link { background: linear-gradient(145deg, #fff6d5, #fff0e8); }
.tone-3 .product-image-link { background: linear-gradient(145deg, #e6fbf1, #edf8ff); }
.tone-4 .product-image-link { background: linear-gradient(145deg, #f0eaff, #ffeef4); }
.product-image { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.product-card:hover .product-image { transform: scale(1.045); }
.product-image-fallback { position: absolute; inset: 0; display: grid; place-items: center; background: linear-gradient(145deg, rgba(220,242,255,.9), rgba(255,232,242,.85)); }
.product-image-fallback span { position: absolute; color: #72b6df; font-size: 3.4rem; }
.product-image-fallback span:nth-child(1) { top: 17%; left: 18%; color: #efba43; font-size: 1rem; }
.product-image-fallback span:nth-child(2) { position: relative; filter: drop-shadow(0 9px 8px rgba(78,141,181,.12)); }
.product-image-fallback span:nth-child(3) { right: 17%; bottom: 18%; color: #ed8eae; font-size: 1.2rem; }
.product-badge { position: absolute; z-index: 3; top: .65rem; left: .65rem; display: inline-flex; align-items: center; border: 1px solid rgba(255,255,255,.85); border-radius: 999px; background: rgba(255,255,255,.9); padding: .33rem .58rem; color: #b27615; font-size: .57rem; font-weight: 950; letter-spacing: .025em; box-shadow: 0 5px 12px rgba(54,70,91,.09); backdrop-filter: blur(8px); }
.badge-best_seller { background: rgba(255,237,193,.94); color: #986612; }
.badge-popular { background: rgba(255,220,233,.94); color: #b44e76; }
.badge-new { background: rgba(218,248,235,.94); color: #2f8c68; }
.badge-limited { background: rgba(235,226,255,.94); color: #7659ae; }

.product-card-body { display: flex; min-height: 9.85rem; flex-direction: column; padding: .75rem 1rem 1rem; }
.product-card-top { display: flex; align-items: start; justify-content: space-between; gap: .75rem; }
.product-card-title { display: -webkit-box; min-width: 0; overflow: hidden; margin: 0; color: #29364a; font-size: .98rem; font-weight: 950; line-height: 1.25; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-card-title a { display: block; color: inherit; text-decoration: none; }
.product-price-wrap { display: flex; flex: 0 0 auto; flex-direction: column; align-items: flex-end; gap: .12rem; line-height: 1.05; }
.product-price { flex: 0 0 auto; color: #ec755e; font-size: 1.08rem; font-weight: 950; }
.product-old-price { color: #9ba5b3; font-size: .68rem; font-weight: 850; text-decoration-color: #f49a9a; text-decoration-thickness: 2px; }
.promo-pill { width: fit-content; border: 1px solid rgba(255,255,255,.85); border-radius: 999px; background: linear-gradient(135deg, #ffe6ef, #fff2c2); padding: .16rem .43rem; color: #d45f78; font-size: .5rem; font-weight: 950; letter-spacing: .045em; text-transform: uppercase; box-shadow: 0 5px 10px rgba(227,112,124,.12); }
.product-card-description { display: none !important; }
.product-meta { display: grid; gap: .5rem; margin-top: auto; padding-top: .85rem; }
.warranty-line { display: flex; min-width: 0; align-items: center; gap: .4rem; margin: 0; color: #697689; font-size: .65rem; font-weight: 800; }
.warranty-line span { display: grid; width: 1.25rem; height: 1.25rem; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #e1f7ec; color: #2f956c; font-size: .58rem; }
.stock-pill { display: inline-flex; width: fit-content; align-items: center; gap: .35rem; border-radius: 999px; padding: .3rem .55rem; font-size: .59rem; font-weight: 950; }
.stock-pill::before { content: ""; width: .4rem; height: .4rem; border-radius: 50%; background: currentColor; }
.stock-pill.in-stock { background: #e3f8ee; color: #308b68; }
.stock-pill.out-of-stock { background: #ffeaec; color: #c75b66; }
.order-button { width: 100%; min-height: 2.8rem; margin-top: .85rem; border-radius: .85rem; font-size: .74rem; }

.product-skeleton { pointer-events: none; }
.skeleton-media, .skeleton-line { display: block; background: linear-gradient(100deg, #edf1f5 20%, #fafcfd 42%, #edf1f5 64%); background-size: 220% 100%; animation: shimmer 1.35s linear infinite; }
.skeleton-media { aspect-ratio: 4/3; margin: .55rem; border-radius: 1.15rem; }
.skeleton-line { height: .72rem; margin-top: .7rem; border-radius: 999px; }
.skeleton-title { width: 72%; height: 1rem; }
.skeleton-short { width: 48%; }

.store-state { grid-column: 1 / -1; display: grid; min-height: 13rem; place-items: center; align-content: center; border: 1px dashed rgba(91,129,157,.22); border-radius: 1.5rem; background: rgba(255,255,255,.52); padding: 2rem; text-align: center; }
.store-state .empty-illustration { color: #84bedd; font-size: 3rem; filter: drop-shadow(0 9px 8px rgba(62,124,162,.12)); }
.store-state h3 { margin: .7rem 0 0; color: #344157; font-size: 1.05rem; font-weight: 950; }
.store-state p { max-width: 29rem; margin: .45rem 0 0; color: #7a8595; font-size: .78rem; line-height: 1.65; }
.store-state .secondary-button { min-height: 2.7rem; margin-top: 1rem; }
.featured-empty { min-height: 9rem; }

/* Why, FAQ and contact */
.why-intro { max-width: 45rem; }
.why-intro > p:last-child { max-width: 37rem; margin-top: 1rem; color: #6d7889; line-height: 1.75; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-top: 2.2rem; }
.why-card { min-height: 15rem; border: 1px solid rgba(255,255,255,.85); border-radius: 1.6rem; padding: 1.35rem; box-shadow: var(--shadow-card); transition: transform .22s ease, box-shadow .22s ease; }
.why-card:hover { transform: translateY(-5px) rotate(-.25deg); box-shadow: 0 20px 36px rgba(65,80,112,.13); }
.why-card.peach { background: linear-gradient(145deg, #fff0e8, #fff9ed); }
.why-card.sky { background: linear-gradient(145deg, #e7f6ff, #f8fdff); }
.why-card.mint { background: linear-gradient(145deg, #e4f9ef, #f8fffa); }
.why-card.lilac { background: linear-gradient(145deg, #f0eaff, #fdf9ff); }
.why-icon { display: grid; width: 3rem; height: 3rem; place-items: center; border: 1px solid rgba(255,255,255,.9); border-radius: 1rem; background: rgba(255,255,255,.72); color: #ed7b8f; font-size: 1.25rem; box-shadow: 0 7px 16px rgba(71,82,105,.08); }
.why-card h3 { margin: 1.2rem 0 0; color: #334056; font-size: 1rem; font-weight: 950; }
.why-card p { margin: .65rem 0 0; color: #6e798a; font-size: .78rem; line-height: 1.7; }

.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: clamp(2rem, 7vw, 6rem); }
.faq-heading { position: sticky; top: 8rem; }
.faq-cloud-doodle { position: relative; width: fit-content; margin-top: 2rem; color: #8bc8e8; font-size: 5rem; filter: drop-shadow(0 13px 12px rgba(79,139,174,.1)); }
.faq-cloud-doodle span { position: absolute; top: -.15rem; right: -.7rem; color: #efbd42; font-size: 1rem; }
.faq-list { display: grid; gap: .8rem; }
.faq-list details { overflow: hidden; border: 1px solid rgba(255,255,255,.9); border-radius: 1.25rem; background: rgba(255,255,255,.76); box-shadow: 0 9px 22px rgba(65,80,112,.07); }
.faq-list summary { display: flex; min-height: 4.2rem; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.15rem; color: #354258; font-size: .84rem; font-weight: 900; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-plus { display: grid; width: 2rem; height: 2rem; flex: 0 0 auto; place-items: center; border-radius: .65rem; background: #edf7fd; color: #4b9dce; font-size: 1.15rem; transition: transform .2s ease, background .2s ease; }
.faq-list details[open] .faq-plus { transform: rotate(45deg); background: #ffe8ef; color: #d9678d; }
.faq-list details p { margin: 0; padding: 0 1.15rem 1.15rem; color: #727e8e; font-size: .78rem; line-height: 1.75; }

.contact-panel { position: relative; display: grid; grid-template-columns: 1fr 1.1fr; overflow: hidden; gap: 2rem; border: 1px solid rgba(255,255,255,.9); border-radius: 2.2rem; background: linear-gradient(135deg, rgba(255,234,220,.92), rgba(231,247,255,.9) 52%, rgba(228,249,239,.92)); padding: clamp(1.5rem, 5vw, 3.6rem); box-shadow: var(--shadow-soft); }
.contact-copy, .contact-links { position: relative; z-index: 2; }
.contact-copy > p:last-child { max-width: 30rem; margin-top: 1rem; color: #687587; line-height: 1.75; }
.contact-links { display: grid; gap: .8rem; }
.contact-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .85rem; border: 1px solid rgba(255,255,255,.9); border-radius: 1.25rem; background: rgba(255,255,255,.76); padding: 1rem; color: inherit; text-decoration: none; box-shadow: 0 9px 22px rgba(65,80,112,.07); transition: transform .2s ease, box-shadow .2s ease; }
.contact-card:hover { transform: translateX(4px); box-shadow: 0 15px 29px rgba(65,80,112,.12); }
.contact-icon { display: grid; width: 2.8rem; height: 2.8rem; place-items: center; border-radius: .9rem; background: #e5f5ff; color: #3d98d0; font-size: 1.1rem; font-weight: 950; }
.contact-card.facebook .contact-icon { background: #e8ecff; color: #516fd0; }
.contact-card strong, .contact-card small { display: block; }
.contact-card strong { color: #344157; font-size: .82rem; font-weight: 950; }
.contact-card small { margin-top: .15rem; color: #7b8695; font-size: .65rem; line-height: 1.45; }
.contact-arrow { color: #8692a2; }
.contact-decoration { position: absolute; z-index: 1; color: rgba(255,255,255,.65); }
.deco-one { top: 1rem; right: 43%; font-size: 1.4rem; }
.deco-two { right: -2rem; bottom: -3rem; font-size: 9rem; }

/* Footer and toast */
.site-footer { margin-top: 3rem; border-top: 1px solid rgba(255,255,255,.86); background: rgba(255,252,247,.72); padding-block: 2.7rem; backdrop-filter: blur(12px); }
.footer-layout { display: grid; grid-template-columns: 1.15fr auto 1fr; align-items: center; gap: 2rem; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .55rem 1rem; }
.footer-nav a { color: #697587; font-size: .72rem; font-weight: 850; text-decoration: none; }
.footer-nav a:hover { color: #e06e72; }
.footer-meta { color: #8791a0; font-size: .65rem; line-height: 1.7; text-align: right; }
.footer-meta p { margin: 0; }

.welcome-toast,
.mini-alert {
  position: fixed;
  z-index: 100;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  width: min(calc(100% - 2rem), 25rem);
  align-items: flex-start;
  gap: .8rem;
  border: 1px solid rgba(255,255,255,.92);
  border-radius: 1.25rem;
  background: rgba(255,255,255,.93);
  padding: 1rem;
  box-shadow: 0 22px 52px rgba(49,63,86,.2);
  opacity: 0;
  transform: translateY(1rem) scale(.97);
  backdrop-filter: blur(16px);
  transition: opacity .25s ease, transform .25s ease;
}
.welcome-toast.is-visible, .mini-alert.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.toast-sparkle { display: grid; width: 2.3rem; height: 2.3rem; flex: 0 0 auto; place-items: center; border-radius: .8rem; background: #fff2be; }
.welcome-toast strong { color: #344156; font-size: .82rem; }
.welcome-toast p { margin: .2rem 0 0; color: #737f90; font-size: .7rem; line-height: 1.5; }
.welcome-toast button { margin-left: auto; border: 0; background: transparent; color: #8792a1; font-size: 1.2rem; }
.noscript-note { position: fixed; z-index: 150; right: 1rem; bottom: 1rem; max-width: 26rem; border-radius: 1rem; background: #263244; padding: 1rem; color: white; font-size: .8rem; box-shadow: var(--shadow-soft); }

.popup-banner {
  position: fixed;
  z-index: 140;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 1rem;
  pointer-events: none;
  opacity: 0;
  transform: translateY(.8rem) scale(.98);
  transition: opacity .25s ease, transform .25s ease;
}
.popup-banner.is-visible { opacity: 1; transform: translateY(0) scale(1); }
.popup-banner-shell {
  position: relative;
  pointer-events: auto;
  width: max-content;
  max-width: calc(100vw - 2rem);
  filter: drop-shadow(0 28px 42px rgba(42,53,74,.28));
}
.popup-banner-link, .popup-banner-frame { display: block; color: inherit; text-decoration: none; }
.popup-banner-image {
  display: block;
  width: auto;
  height: auto;
  max-width: calc(100vw - 2rem);
  max-height: calc(100dvh - 5rem);
  border-radius: 1.25rem;
  object-fit: contain;
  background: rgba(255,255,255,.2);
  box-shadow: 0 0 0 1px rgba(255,255,255,.72);
}
.popup-banner-close {
  position: absolute;
  z-index: 2;
  top: -.75rem;
  right: -.75rem;
  display: grid;
  width: 2.2rem;
  height: 2.2rem;
  place-items: center;
  border: 1px solid rgba(255,255,255,.88);
  border-radius: 999px;
  background: rgba(255,255,255,.96);
  color: #6f7a8c;
  font-size: 1.35rem;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(54,67,88,.18);
  transition: transform .2s ease, background .2s ease;
}
.popup-banner-close:hover { transform: scale(1.06); background: white; color: #263244; }

/* Product detail page */
.detail-main { min-height: calc(100vh - 11rem); padding-block: 1.4rem 4rem; }
.breadcrumb { display: flex; align-items: center; gap: .5rem; margin: .5rem 0 1.2rem; color: #8691a0; font-size: .68rem; font-weight: 800; }
.breadcrumb a { color: #5989a8; text-decoration: none; }
.detail-loading, .detail-error { display: grid; min-height: 33rem; place-content: center; place-items: center; text-align: center; }
.detail-loading h1, .detail-error h1 { margin: 1rem 0 0; color: #334157; font-size: clamp(1.4rem, 4vw, 2.1rem); font-weight: 950; }
.detail-loading p, .detail-error p { max-width: 30rem; margin: .45rem 0 0; color: #798595; font-size: .82rem; line-height: 1.65; }
.cute-loader { display: flex; align-items: end; gap: .35rem; height: 3rem; }
.cute-loader span { width: 1.15rem; height: 1.15rem; border-radius: 50%; background: var(--sky); animation: loaderBounce .8s ease-in-out infinite alternate; }
.cute-loader span:nth-child(2) { background: var(--pink); animation-delay: -.25s; }
.cute-loader span:nth-child(3) { background: var(--yellow); animation-delay: -.5s; }
.detail-error .empty-illustration { color: #83bedf; font-size: 5rem; filter: drop-shadow(0 12px 10px rgba(68,129,166,.13)); }

.detail-card { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); overflow: hidden; border: 1px solid rgba(255,255,255,.92); border-radius: 2.1rem; background: rgba(255,255,255,.76); box-shadow: var(--shadow-soft); backdrop-filter: blur(16px); }
.detail-media-column { padding: clamp(1rem, 3vw, 2rem); background: linear-gradient(150deg, rgba(229,246,255,.86), rgba(255,234,242,.7)); }
.detail-image-wrap { position: relative; overflow: hidden; aspect-ratio: 1 / .82; border: 1px solid rgba(255,255,255,.92); border-radius: 1.65rem; background: rgba(255,255,255,.58); box-shadow: 0 16px 35px rgba(65,80,112,.11); }
.detail-image-wrap > img { width: 100%; height: 100%; object-fit: cover; }
.detail-fallback { position: absolute; inset: 0; }
.detail-badge { top: .85rem; left: .85rem; }
.detail-mini-note { display: flex; align-items: center; justify-content: center; gap: .6rem; margin-top: 1rem; color: #7991a2; font-size: .62rem; font-weight: 850; letter-spacing: .08em; }
.detail-mini-note span:first-child { color: #edb936; }
.detail-info-column { display: flex; flex-direction: column; padding: clamp(1.25rem, 4vw, 3rem); }
.detail-title-row { display: flex; align-items: start; justify-content: space-between; gap: 1rem; }
.detail-title-row h1 { margin: .5rem 0 0; color: #28364b; font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 950; letter-spacing: -.05em; line-height: 1; }
.detail-title-row > .stock-pill { flex: 0 0 auto; margin-top: .2rem; }
.detail-price-warranty { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin-top: 1.4rem; }
.detail-price-warranty > div { border: 1px solid rgba(73,93,119,.09); border-radius: 1rem; background: rgba(248,250,252,.72); padding: .85rem 1rem; }
.detail-price-warranty span { display: block; color: #8792a1; font-size: .6rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.detail-price-warranty strong { display: block; margin-top: .25rem; color: #ec755e; font-size: 1.08rem; font-weight: 950; }
.old-price-line { display: block; margin-top: .25rem; color: #9ca7b6; font-size: .64rem; font-weight: 850; }
.old-price-line::first-letter { text-transform: uppercase; }
.old-price-line:not([hidden]) { text-decoration: line-through; text-decoration-color: #f49a9a; text-decoration-thickness: 2px; }
.detail-price-warranty > div:last-child strong { color: #4f6075; font-size: .88rem; }
.detail-copy-block { margin-top: 1.45rem; }
.detail-copy-block h2 { margin: 0; color: #3b485b; font-size: .8rem; font-weight: 950; }
.detail-copy-block p { margin: .6rem 0 0; color: #6e7a8c; font-size: .81rem; line-height: 1.8; white-space: pre-line; }
.features-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; margin: .75rem 0 0; padding: 0; list-style: none; }
.features-list li { position: relative; border-radius: .85rem; background: #f4f9fc; padding: .65rem .7rem .65rem 2rem; color: #657286; font-size: .7rem; font-weight: 750; line-height: 1.45; }
.features-list li::before { content: "✓"; position: absolute; top: .62rem; left: .65rem; display: grid; width: 1rem; height: 1rem; place-items: center; border-radius: 50%; background: #daf4e8; color: #2f926b; font-size: .52rem; font-weight: 950; }
.purchase-box { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: .75rem; margin-top: 1.6rem; border: 1px solid rgba(240,138,156,.14); border-radius: 1.25rem; background: linear-gradient(135deg, #fff2e9, #fff5fa); padding: .9rem; }
.purchase-summary span, .purchase-summary strong { display: block; }
.purchase-summary span { color: #8a8490; font-size: .59rem; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.purchase-summary strong { margin-top: .15rem; color: #e97065; font-size: 1.25rem; font-weight: 950; }
.purchase-summary .old-price-line { margin-top: .18rem; font-size: .68rem; }
.purchase-button { min-width: 12rem; }
.purchase-box > p { grid-column: 1 / -1; margin: 0; color: #8a8290; font-size: .63rem; text-align: center; }
.purchase-box > p span:first-child { color: #ef80a4; }
.detail-help { margin: 1rem 0 0; color: #8a94a2; font-size: .68rem; text-align: center; }
.detail-help a { color: #3e92c7; font-weight: 900; }
.detail-footer { margin-top: 0; }

.character-peek { position: fixed; z-index: 45; right: 1.25rem; bottom: -11rem; width: var(--character-peek-width); max-height: 8rem; object-fit: contain; filter: drop-shadow(0 9px 8px rgba(54,67,88,.2)); pointer-events: none; animation: characterPeek 24s ease-in-out infinite; }

.confirm-dialog { width: min(calc(100% - 1.5rem), 31rem); max-width: none; margin: auto; border: 0; padding: 0; background: transparent; color: var(--ink); }
.confirm-dialog::backdrop { background: rgba(38, 45, 61, .36); backdrop-filter: blur(7px); }
.confirm-dialog[open] { animation: dialogPop .22s ease-out; }
.dialog-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.94); border-radius: 1.8rem; background: rgba(255,255,255,.97); padding: 1.5rem; box-shadow: 0 35px 85px rgba(37,45,63,.27); text-align: center; }
.dialog-close { position: absolute; top: .8rem; right: .8rem; display: grid; width: 2.25rem; height: 2.25rem; place-items: center; border: 0; border-radius: .75rem; background: #f3f5f7; color: #788394; font-size: 1rem; }
.dialog-icon { display: grid; width: 3.7rem; height: 3.7rem; margin: 0 auto .8rem; place-items: center; border-radius: 1.2rem; background: linear-gradient(145deg, #fff1b9, #ffe1ed); font-size: 1.5rem; animation: iconBob 3s ease-in-out infinite; }
.dialog-card h2 { margin: .4rem 0 0; color: #2f3d52; font-size: 1.55rem; font-weight: 950; }
.dialog-intro { margin: 1rem 0 .25rem; color: #7a8696; font-size: .75rem; }
.dialog-product-name { display: block; color: #e2716e; font-size: 1.25rem; font-weight: 950; }
.dialog-summary { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; margin: 1.1rem 0 0; }
.dialog-summary div { border-radius: .9rem; background: #f6f8fa; padding: .7rem; }
.dialog-summary dt { color: #8a95a3; font-size: .57rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.dialog-summary dd { margin: .2rem 0 0; color: #455267; font-size: .78rem; font-weight: 950; }
.dialog-note { margin: .85rem 0 0; color: #7e8998; font-size: .68rem; line-height: 1.6; }
.dialog-actions { display: grid; grid-template-columns: 1fr 1.45fr; gap: .65rem; margin-top: 1.2rem; }
.dialog-actions > * { width: 100%; }
.dialog-open { overflow: hidden; }
.mini-alert { align-items: center; border-color: rgba(236,112,122,.18); color: #a64d58; font-size: .76rem; font-weight: 850; }

/* Cute pastel dark mode */
html[data-theme="dark"] {
  --cream: #111827;
  --paper: #172136;
  --ink: #f5f8ff;
  --muted: #b8c2d6;
  --sky: #8ed8ff;
  --sky-deep: #69bff2;
  --pink: #ff9fc7;
  --pink-deep: #ff7dac;
  --yellow: #ffe58e;
  --mint: #8df0c1;
  --mint-deep: #51d5a1;
  --lilac: #c8b7ff;
  --orange: #ffab7d;
  --white-glass: rgba(24, 33, 54, .76);
  --line: rgba(207, 219, 255, .16);
  --shadow-soft: 0 24px 55px rgba(0, 0, 0, .32);
  --shadow-card: 0 16px 35px rgba(0, 0, 0, .26);
}

html[data-theme="dark"] body {
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 184, 207, .16), transparent 25rem),
    radial-gradient(circle at 90% 20%, rgba(111, 191, 255, .18), transparent 28rem),
    radial-gradient(circle at 50% 100%, rgba(142, 240, 193, .08), transparent 26rem),
    linear-gradient(180deg, #101827 0%, #151f34 48%, #0f1728 100%);
  color: var(--ink);
}

html[data-theme="dark"] body::before {
  background-image: linear-gradient(rgba(12, 18, 32, .84), rgba(15, 23, 40, .88)), var(--store-background-image);
}

html[data-theme="dark"] ::selection { color: #101827; background: var(--yellow); }
html[data-theme="dark"] .skip-link { background: #f8fbff; color: #151f34; }

html[data-theme="dark"] :where(.text-slate-900, .text-slate-800) { color: #f6f8ff !important; }
html[data-theme="dark"] :where(.text-slate-600, .text-slate-500, .text-slate-400) { color: #b8c2d6 !important; }

html[data-theme="dark"] .site-header {
  border-bottom-color: rgba(207,219,255,.12);
  background: rgba(15, 23, 40, .76);
  box-shadow: 0 12px 32px rgba(0,0,0,.24);
}
html[data-theme="dark"] .brand-cloud,
html[data-theme="dark"] .brand-logo-image {
  border-color: rgba(207,219,255,.18);
  background: linear-gradient(145deg, rgba(42, 55, 86, .96), rgba(26, 42, 69, .96));
  color: #8dd7ff;
  box-shadow: 0 10px 20px rgba(0,0,0,.22);
}
html[data-theme="dark"] .nav-link { color: #bdc8da; }
html[data-theme="dark"] .nav-link:hover { background: rgba(255,255,255,.08); color: #fff; }
html[data-theme="dark"] .header-chat,
html[data-theme="dark"] .back-link {
  border-color: rgba(126, 210, 255, .22);
  background: rgba(34, 58, 90, .64);
  color: #a9e1ff;
}
html[data-theme="dark"] .header-chat:hover,
html[data-theme="dark"] .back-link:hover {
  background: rgba(48, 73, 108, .9);
  box-shadow: 0 10px 22px rgba(0,0,0,.28);
}
html[data-theme="dark"] .theme-toggle {
  border-color: rgba(255, 229, 142, .28);
  background: rgba(255, 229, 142, .12);
  color: #fff1b8;
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}
html[data-theme="dark"] .theme-toggle:hover { background: rgba(255, 229, 142, .2); }
html[data-theme="dark"] .theme-toggle-icon { background: rgba(255,255,255,.1); }
html[data-theme="dark"] .menu-button,
html[data-theme="dark"] .mobile-menu-inner {
  border-color: rgba(207,219,255,.15);
  background: rgba(22, 32, 52, .92);
}
html[data-theme="dark"] .menu-line { background: #d7e2f5; }
html[data-theme="dark"] .mobile-menu a { color: #c4cede; }
html[data-theme="dark"] .mobile-menu a:hover { background: rgba(255,255,255,.08); color: #fff; }

html[data-theme="dark"] .sky-orb { background: radial-gradient(circle, rgba(255, 184, 207, .18), rgba(255, 229, 138, 0) 70%); }
html[data-theme="dark"] .sky-cloud {
  border-color: rgba(207, 219, 255, .14);
  background: rgba(57, 73, 108, .34);
  box-shadow: 0 18px 34px rgba(0,0,0,.16);
}
html[data-theme="dark"] .sky-star { color: #ffe58e; filter: drop-shadow(0 0 10px rgba(255,229,142,.38)); }
html[data-theme="dark"] .sky-bubble {
  border-color: rgba(142,216,255,.24);
  background: radial-gradient(circle at 30% 25%, rgba(255,255,255,.34), rgba(142,216,255,.09) 48%, rgba(255,159,199,.1));
}
html[data-theme="dark"] .bubble-one { display: none; }
html[data-theme="dark"] .sky-moon-picture {
  filter: drop-shadow(0 0 24px rgba(174, 211, 255, .5)) drop-shadow(0 18px 24px rgba(0,0,0,.24));
}
html[data-theme="dark"] .sky-moon-picture-alt {
  opacity: .82;
  filter: drop-shadow(0 0 18px rgba(174, 211, 255, .36));
}

html[data-theme="dark"] :where(.hero-title, .section-heading h2, .why-intro h2, .faq-heading h2, .contact-copy h2, .detail-title-row h1, .detail-loading h1, .detail-error h1, .dialog-card h2) {
  color: #f6f8ff;
}
html[data-theme="dark"] :where(.hero-description, .section-heading > p, .why-intro > p:last-child, .contact-copy > p:last-child, .detail-copy-block p, .detail-loading p, .detail-error p) {
  color: #b9c4d8;
}
html[data-theme="dark"] .eyebrow { color: #ffb18c; }
html[data-theme="dark"] .gradient-ink {
  background: linear-gradient(100deg, #ff9fc7 3%, #ffb178 48%, #82d6ff 96%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
html[data-theme="dark"] .hero-trust li { color: #c0cbe0; }
html[data-theme="dark"] .trust-icon.mint { background: rgba(141,240,193,.16); color: #8df0c1; }
html[data-theme="dark"] .trust-icon.yellow { background: rgba(255,229,142,.18); color: #ffe58e; }
html[data-theme="dark"] .trust-icon.pink { background: rgba(255,159,199,.18); color: #ff9fc7; }
html[data-theme="dark"] .visual-glow { background: radial-gradient(circle, rgba(111,191,255,.28), rgba(255,159,199,.11) 46%, transparent 74%); }
html[data-theme="dark"] .floating-ticket,
html[data-theme="dark"] .character-placeholder {
  border-color: rgba(207,219,255,.16);
  background: rgba(24, 33, 54, .66);
  color: #c9d3e6;
}
html[data-theme="dark"] .character-cloud {
  bottom: 3.45rem;
  height: 6.8rem;
  overflow: visible;
  border-radius: 999px 999px 54% 54%;
  background:
    radial-gradient(ellipse at 48% 4%, rgba(255,255,255,.8), transparent 58%),
    linear-gradient(180deg, rgba(249,253,255,.97), rgba(213,235,248,.95));
  box-shadow:
    0 24px 44px rgba(0,0,0,.26),
    0 0 0 1px rgba(255,255,255,.16),
    inset 0 10px 22px rgba(255,255,255,.62),
    inset 0 -16px 26px rgba(95,174,226,.24);
}
html[data-theme="dark"] .character-cloud::before,
html[data-theme="dark"] .character-cloud::after,
html[data-theme="dark"] .character-cloud span {
  position: absolute;
  display: block;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(252,254,255,.98), rgba(221,239,250,.96));
  box-shadow:
    inset 0 8px 18px rgba(255,255,255,.55),
    inset 0 -10px 18px rgba(103,181,232,.18);
}
html[data-theme="dark"] .character-cloud::before,
html[data-theme="dark"] .character-cloud::after { content: ""; pointer-events: none; }
html[data-theme="dark"] .character-cloud::before {
  left: 18%;
  bottom: 52%;
  width: 24%;
  height: 72%;
  border-radius: 58% 62% 48% 52%;
  transform: rotate(-5deg);
}
html[data-theme="dark"] .character-cloud::after {
  right: 19%;
  bottom: 48%;
  width: 22%;
  height: 66%;
  border-radius: 60% 54% 52% 48%;
  transform: rotate(6deg);
}
html[data-theme="dark"] .character-cloud span:nth-child(1) {
  left: 5%;
  bottom: 34%;
  width: 27%;
  height: 66%;
  border-radius: 60% 54% 50% 58%;
  transform: rotate(-8deg);
}
html[data-theme="dark"] .character-cloud span:nth-child(2) {
  left: 35%;
  bottom: 38%;
  width: 31%;
  height: 88%;
  border-radius: 50% 58% 48% 55%;
  transform: rotate(2deg);
}
html[data-theme="dark"] .character-cloud span:nth-child(3) {
  right: 5%;
  bottom: 30%;
  width: 27%;
  height: 62%;
  border-radius: 56% 62% 58% 46%;
  transform: rotate(7deg);
}

html[data-theme="dark"] .products-panel,
html[data-theme="dark"] .detail-card {
  border-color: rgba(207,219,255,.13);
  background: rgba(21, 31, 52, .72);
  box-shadow: var(--shadow-soft);
}
html[data-theme="dark"] .product-search {
  border-color: rgba(207,219,255,.14);
  background: rgba(16, 24, 39, .68);
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}
html[data-theme="dark"] .product-search input { color: #f5f8ff; }
html[data-theme="dark"] .product-search input::placeholder { color: #8997b0; }
html[data-theme="dark"] .search-clear { background: rgba(255,255,255,.08); color: #c1cce0; }
html[data-theme="dark"] .result-count,
html[data-theme="dark"] .tiny-doodle { color: #aab7cd; }
html[data-theme="dark"] .product-card,
html[data-theme="dark"] .faq-list details,
html[data-theme="dark"] .contact-card,
html[data-theme="dark"] .welcome-toast,
html[data-theme="dark"] .mini-alert {
  border-color: rgba(207,219,255,.14);
  background: rgba(22, 32, 52, .88);
  box-shadow: var(--shadow-card);
}
html[data-theme="dark"] .product-card:hover,
html[data-theme="dark"] .contact-card:hover { box-shadow: 0 24px 44px rgba(0,0,0,.34); }
html[data-theme="dark"] .product-card-title,
html[data-theme="dark"] .contact-card strong,
html[data-theme="dark"] .faq-list summary,
html[data-theme="dark"] .welcome-toast strong { color: #f4f7ff; }
html[data-theme="dark"] :where(.warranty-line, .stock-pill, .why-card p, .faq-list details p, .contact-card small, .welcome-toast p, .footer-meta, .footer-nav a) { color: #b4bfd4; }
html[data-theme="dark"] .product-image-link { background: linear-gradient(145deg, #1e314d, #392842); }
html[data-theme="dark"] .tone-2 .product-image-link { background: linear-gradient(145deg, #40351f, #3a2730); }
html[data-theme="dark"] .tone-3 .product-image-link { background: linear-gradient(145deg, #1d3a33, #20354f); }
html[data-theme="dark"] .tone-4 .product-image-link { background: linear-gradient(145deg, #312b52, #3b263a); }
html[data-theme="dark"] .product-image-fallback { background: linear-gradient(145deg, rgba(33,55,87,.9), rgba(56,38,61,.88)); }
html[data-theme="dark"] .product-badge { border-color: rgba(255,255,255,.16); box-shadow: 0 8px 16px rgba(0,0,0,.22); }
html[data-theme="dark"] .secondary-button {
  border-color: rgba(207,219,255,.15);
  background: rgba(255,255,255,.08);
  color: #e4ebf8;
  box-shadow: 0 10px 22px rgba(0,0,0,.18);
}
html[data-theme="dark"] .primary-button:disabled,
html[data-theme="dark"] .order-button:disabled,
html[data-theme="dark"] .is-disabled {
  background: #3b465a !important;
  color: #9aa7bb !important;
}

html[data-theme="dark"] .why-card {
  border-color: rgba(207,219,255,.13);
  box-shadow: var(--shadow-card);
}
html[data-theme="dark"] .why-card.peach { background: linear-gradient(145deg, rgba(70,43,42,.86), rgba(35,32,48,.9)); }
html[data-theme="dark"] .why-card.sky { background: linear-gradient(145deg, rgba(28,52,79,.88), rgba(22,32,52,.92)); }
html[data-theme="dark"] .why-card.mint { background: linear-gradient(145deg, rgba(25,61,52,.88), rgba(22,32,52,.92)); }
html[data-theme="dark"] .why-card.lilac { background: linear-gradient(145deg, rgba(48,43,82,.88), rgba(30,29,51,.92)); }
html[data-theme="dark"] .why-icon,
html[data-theme="dark"] .faq-plus,
html[data-theme="dark"] .contact-icon,
html[data-theme="dark"] .toast-sparkle {
  border-color: rgba(207,219,255,.12);
  background: rgba(255,255,255,.08);
}
html[data-theme="dark"] .why-card h3 { color: #f4f7ff; }
html[data-theme="dark"] .faq-plus { color: #8ed8ff; }
html[data-theme="dark"] .faq-list details[open] .faq-plus { background: rgba(255,159,199,.17); color: #ff9fc7; }
html[data-theme="dark"] .contact-panel {
  border-color: rgba(207,219,255,.13);
  background: linear-gradient(135deg, rgba(48,38,58,.92), rgba(25,50,76,.88) 52%, rgba(23,55,47,.88));
  box-shadow: var(--shadow-soft);
}
html[data-theme="dark"] .contact-decoration { color: rgba(255,255,255,.18); }
html[data-theme="dark"] .site-footer {
  border-top-color: rgba(207,219,255,.12);
  background: rgba(15, 23, 40, .7);
}

html[data-theme="dark"] .popup-banner-close {
  border-color: rgba(207,219,255,.18);
  background: rgba(22,32,52,.96);
  color: #d9e2f3;
}
html[data-theme="dark"] .popup-banner-close:hover { background: #26364f; color: #fff; }

html[data-theme="dark"] .breadcrumb,
html[data-theme="dark"] .detail-mini-note,
html[data-theme="dark"] .detail-help { color: #adbad0; }
html[data-theme="dark"] .breadcrumb a,
html[data-theme="dark"] .detail-help a { color: #94d8ff; }
html[data-theme="dark"] .detail-media-column { background: linear-gradient(150deg, rgba(30,54,82,.9), rgba(54,38,61,.78)); }
html[data-theme="dark"] .detail-image-wrap,
html[data-theme="dark"] .detail-price-warranty > div {
  border-color: rgba(207,219,255,.13);
  background: rgba(255,255,255,.07);
  box-shadow: 0 18px 36px rgba(0,0,0,.24);
}
html[data-theme="dark"] .detail-price-warranty span,
html[data-theme="dark"] .purchase-summary span { color: #aeb9ce; }
html[data-theme="dark"] .product-old-price,
html[data-theme="dark"] .old-price-line { color: #aeb9ce; }
html[data-theme="dark"] .promo-pill {
  border-color: rgba(255,255,255,.14);
  background: linear-gradient(135deg, rgba(255,159,199,.18), rgba(255,222,131,.18));
  color: #ffb5cc;
}
html[data-theme="dark"] .detail-price-warranty > div:last-child strong,
html[data-theme="dark"] .detail-copy-block h2 { color: #e7edf8; }
html[data-theme="dark"] .features-list li {
  background: rgba(255,255,255,.07);
  color: #c0cadc;
}
html[data-theme="dark"] .features-list li::before {
  background: rgba(141,240,193,.16);
  color: #8df0c1;
}
html[data-theme="dark"] .purchase-box {
  border-color: rgba(255,159,199,.18);
  background: linear-gradient(135deg, rgba(67,45,50,.86), rgba(44,38,59,.9));
}
html[data-theme="dark"] .purchase-box > p { color: #b9c3d7; }
html[data-theme="dark"] .confirm-dialog::backdrop { background: rgba(4, 8, 18, .62); }
html[data-theme="dark"] .dialog-card {
  border-color: rgba(207,219,255,.14);
  background: rgba(22, 32, 52, .97);
  color: #f5f8ff;
  box-shadow: 0 35px 85px rgba(0,0,0,.5);
}
html[data-theme="dark"] .dialog-close,
html[data-theme="dark"] .dialog-summary div {
  background: rgba(255,255,255,.08);
  color: #c8d3e5;
}
html[data-theme="dark"] .dialog-intro,
html[data-theme="dark"] .dialog-summary dt,
html[data-theme="dark"] .dialog-note { color: #aeb9cd; }
html[data-theme="dark"] .dialog-summary dd { color: #f2f6ff; }
html[data-theme="dark"] .mini-alert { color: #ffb0bd; }

/* Scroll reveal */
.reveal-item { opacity: 0; transform: translateY(1.2rem); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.2,1); }
.reveal-item.is-revealed { opacity: 1; transform: translateY(0); }

/* Motion */
@keyframes cloudDrift { 0%, 100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(1.3rem,-.55rem,0); } }
@keyframes sunFloat { 0%,100% { transform: translate3d(0,0,0) rotate(-3deg) scale(1); } 50% { transform: translate3d(.35rem,-.75rem,0) rotate(4deg) scale(1.035); } }
@keyframes moonFloat { 0%,100% { transform: translate3d(0,0,0) rotate(2deg); } 50% { transform: translate3d(-.3rem,-.62rem,0) rotate(-3deg); } }
@keyframes moonFloatSmall { 0%,100% { transform: translate3d(0,0,0) rotate(-5deg); } 50% { transform: translate3d(.45rem,-.5rem,0) rotate(4deg); } }
@keyframes starTwinkle { 0%,100% { opacity: .35; transform: scale(.75) rotate(0); } 50% { opacity: 1; transform: scale(1.18) rotate(20deg); } }
@keyframes bubbleFloat { 0%,100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(.35rem,-1.2rem,0); } }
@keyframes ticketFloat { 0%,100% { transform: translate3d(0,0,0) rotate(var(--ticket-rotation)); } 50% { transform: translate3d(0,-.65rem,0) rotate(var(--ticket-rotation)); } }
@keyframes characterBob { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-.65rem) rotate(1deg); } }
@keyframes shimmer { to { background-position-x: -220%; } }
@keyframes loaderBounce { to { transform: translateY(-1.1rem) scale(.9); } }
@keyframes characterPeek { 0%,72%,100% { transform: translateY(0); } 77%,93% { transform: translateY(-10rem); } }
@keyframes dialogPop { from { opacity: 0; transform: translateY(.8rem) scale(.97); } }
@keyframes iconBob { 0%,100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-.3rem) rotate(3deg); } }

/* Responsive */
@media (min-width: 900px) {
  .hero-section { grid-template-columns: minmax(0, 1.04fr) minmax(22rem, .96fr); }
}

@media (max-width: 1023px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-layout { grid-template-columns: 1fr auto; }
  .footer-nav { justify-content: end; }
  .footer-meta { grid-column: 1 / -1; text-align: left; }
  .detail-card { grid-template-columns: .88fr 1.12fr; }
}

@media (max-width: 899px) {
  .hero-section { min-height: auto; padding-top: 4rem; }
  .hero-copy { max-width: 45rem; text-align: center; }
  .hero-copy .eyebrow, .hero-copy .gradient-ink { margin-inline: auto; }
  .hero-copy > div { justify-content: center; }
  .hero-description { margin-inline: auto; }
  .hero-trust { justify-content: center; }
  .hero-visual { min-height: 29rem; }
  .ticket-left { left: 8%; }
  .ticket-right { right: 8%; }
  .detail-card { grid-template-columns: 1fr; }
  .detail-image-wrap { aspect-ratio: 16 / 10; }
}

@media (max-width: 767px) {
  .section-space { padding-block: 4.25rem; }
  .section-heading { align-items: start; flex-direction: column; gap: .8rem; }
  .section-heading > p { max-width: none; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-heading { position: static; }
  .faq-cloud-doodle { display: none; }
  .contact-panel { grid-template-columns: 1fr; }
  .footer-layout { grid-template-columns: 1fr; }
  .footer-nav { justify-content: start; }
  .footer-meta { grid-column: auto; }
  .detail-main { padding-bottom: 2.5rem; }
}

@media (max-width: 639px) {
  .page-shell { width: min(100% - 1.25rem, 1180px); }
  .hero-title { font-size: clamp(2.65rem, 14vw, 4.3rem); }
  .hero-description { font-size: .94rem; }
  .sky-sun-picture { top: 5.25rem; right: .25rem; width: 9.1rem; max-height: 9.7rem; }
  .sky-moon-picture { top: 5.25rem; right: .25rem; width: 9.1rem; max-height: 9.7rem; }
  .sky-moon-picture-alt { top: 13.6rem; left: .2rem; width: 5.8rem; max-height: 6.2rem; }
  .hero-visual { min-height: 24rem; }
  .floating-ticket { min-width: 6.8rem; padding: .65rem; }
  .floating-ticket small { font-size: .56rem; }
  .ticket-left { top: 12%; left: 1%; }
  .ticket-right { top: 22%; right: 1%; }
  .character-stage { top: 2rem; }
  .hero-character { bottom: 6.05rem; width: var(--character-hero-mobile-width); max-height: 12.5rem; }
  .character-placeholder { bottom: 7.5rem; width: 9.5rem; min-height: 9rem; border-radius: 2.6rem; }
  .placeholder-face { font-size: 2.1rem; }
  .character-cloud { bottom: 2.2rem; height: 6rem; }
  .character-cloud span:nth-child(1) { width: 6rem; height: 6rem; }
  .character-cloud span:nth-child(2) { width: 7.5rem; height: 7.5rem; }
  .character-cloud span:nth-child(3) { width: 5.5rem; height: 5.5rem; }
  html[data-theme="dark"] .character-cloud { bottom: 2.25rem; width: 86%; height: 5.7rem; }
  .why-grid { grid-template-columns: 1fr; }
  .why-card { min-height: 0; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }
  .product-card { border-radius: 1.2rem; }
  .product-media { margin: .4rem; border-radius: .9rem; }
  .product-card-body { min-height: 9.2rem; padding: .6rem .7rem .75rem; }
  .product-card-top { display: grid; gap: .25rem; }
  .product-card-title { font-size: .8rem; }
  .product-price { font-size: .95rem; }
  .product-card-description { display: none !important; }
  .warranty-line { align-items: start; font-size: .57rem; }
  .stock-pill { font-size: .53rem; }
  .order-button { min-height: 2.55rem; padding: .55rem; font-size: .64rem; }
  .product-badge { top: .45rem; left: .45rem; max-width: calc(100% - .9rem); overflow: hidden; font-size: .5rem; text-overflow: ellipsis; white-space: nowrap; }
  .products-panel { padding: 1rem .65rem 1.1rem; }
  .products-panel > .section-heading, .products-panel > .product-search, .products-panel > .flex { margin-inline: .25rem; }
  .contact-panel { border-radius: 1.6rem; }
  .contact-card { padding: .8rem; }
  .detail-info-column { padding: 1.1rem; }
  .detail-title-row { flex-direction: column; }
  .detail-price-warranty { grid-template-columns: 1fr; }
  .features-list { grid-template-columns: 1fr; }
  .purchase-box { grid-template-columns: 1fr; }
  .purchase-button { width: 100%; min-width: 0; }
  .purchase-box > p { grid-column: auto; }
  .dialog-actions { grid-template-columns: 1fr; }
  .dialog-actions .secondary-button { order: 2; }
}

@media (max-width: 390px) {
  .product-grid { grid-template-columns: 1fr; }
  .product-card-body { min-height: 0; }
  .product-card-description { min-height: 0; }
  .header-chat { display: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
  .reveal-item { opacity: 1; transform: none; }
  .character-peek { bottom: .25rem; transform: none; }
}

@media print {
  .ambient-sky, .site-header, .welcome-toast, .popup-banner, .character-peek, .dialog-actions, .purchase-button { display: none !important; }
  body { background: white; }
  .detail-card, .product-card { box-shadow: none; }
}

/* Readability comfort pass: gently lift tiny labels, badges, helper text, and mobile card copy. */
body { font-size: 16.5px; }

:where(.text-xs, .text-\[10px\], .text-\[11px\], .text-\[0\.68rem\]) {
  font-size: .82rem !important;
  line-height: 1.55 !important;
}

:where(.text-sm) {
  font-size: .95rem !important;
  line-height: 1.65 !important;
}

:where(
  .eyebrow,
  .product-badge,
  .stock-pill,
  .warranty-line,
  .result-count,
  .tiny-doodle,
  .floating-ticket small,
  .character-placeholder small,
  .contact-card small,
  .footer-nav a,
  .footer-meta,
  .welcome-toast p,
  .breadcrumb,
  .detail-mini-note,
  .detail-price-warranty span,
  .purchase-summary span,
  .purchase-box > p,
  .detail-help,
  .dialog-summary dt,
  .dialog-note
) {
  font-size: .78rem !important;
  line-height: 1.55 !important;
}

:where(
  .nav-link,
  .header-chat,
  .back-link,
  .theme-toggle,
  .hero-trust li,
  .product-card-description,
  .order-button,
  .store-state p,
  .why-card p,
  .faq-list details p,
  .features-list li,
  .dialog-intro,
  .mini-alert,
  .noscript-note
) {
  font-size: .86rem !important;
  line-height: 1.65 !important;
}

:where(
  .mobile-menu a,
  .primary-button,
  .secondary-button,
  .product-card-title,
  .section-heading > p,
  .product-search input,
  .faq-list summary,
  .contact-card strong,
  .welcome-toast strong,
  .detail-loading p,
  .detail-error p,
  .detail-copy-block h2,
  .detail-copy-block p,
  .dialog-summary dd
) {
  font-size: .92rem !important;
  line-height: 1.65 !important;
}
