:root {
  --ink: #071a2a;
  --muted: #647484;
  --line: #dce5ea;
  --paper: #ffffff;
  --mist: #f3f7f8;
  --ice: #eaf6fa;
  --navy: #02081d;
  --brand: #167bbd;
  --brand-dark: #075a95;
  --baby-pink: #f4a7bd;
  --lime: #c7f21d;
  --baby-blue: #9bdcf8;
  --orange: #f39a52;
  --accent: #25d366;
  --sale: #c44b1b;
  --shadow: 0 22px 65px rgba(7, 26, 42, .09);
  --shadow-soft: 0 10px 35px rgba(7, 26, 42, .07);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --page: min(1500px, calc(100vw - 48px));
  --font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.is-locked { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--paper);
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.announcement {
  min-height: 34px;
  padding: 7px 24px;
  background: var(--navy);
  color: rgba(255,255,255,.78);
  text-align: center;
  font-size: 12px;
  letter-spacing: .02em;
}
.announcement strong { color: #fff; font-weight: 650; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  border-bottom: 1px solid rgba(7,26,42,.08);
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(20px) saturate(155%);
}
.nav-shell {
  width: var(--page);
  height: 74px;
  margin: auto;
  display: grid;
  grid-template-columns: 160px 1fr auto;
  align-items: center;
  gap: 26px;
}
.brand { display: inline-flex; align-items: center; width: 116px; height: 48px; padding: 8px 12px; border-radius: 13px; background: var(--navy); }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: 28px; }
.desktop-nav a {
  padding: 10px 2px;
  color: #2f3f4d;
  font-size: 14px;
  font-weight: 580;
  transition: color .2s ease;
}
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--brand-dark); }
.nav-actions { display: flex; align-items: center; gap: 5px; }
.icon-button {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.icon-button:hover { background: var(--mist); }
.icon-button:active { transform: scale(.94); }
.icon-button img { width: 20px; height: 20px; }
.cart-count {
  position: absolute;
  top: 2px;
  right: 0;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-size: 10px;
  font-weight: 750;
  line-height: 15px;
}
.menu-toggle { display: none; }

.mobile-menu {
  position: fixed;
  inset: 108px 0 auto;
  z-index: 85;
  padding: 22px 24px 30px;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.98);
  box-shadow: var(--shadow);
}
.mobile-menu a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 18px; font-weight: 620; }

.container { width: var(--page); margin-inline: auto; }
.section { padding: 110px 0; }
.section.compact { padding-block: 72px; }
.section.alt { background: var(--mist); }
.eyebrow {
  margin: 0 0 15px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.display {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(52px, 7.1vw, 116px);
  font-weight: 720;
  letter-spacing: -.065em;
  line-height: .91;
}
.headline {
  margin: 0;
  font-size: clamp(38px, 4.4vw, 74px);
  font-weight: 700;
  letter-spacing: -.055em;
  line-height: 1;
}
.subhead {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 1.6vw, 24px);
  letter-spacing: -.02em;
  line-height: 1.45;
}
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 38px; }
.section-heading h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 64px);
  font-weight: 700;
  letter-spacing: -.05em;
  line-height: 1.02;
}
.section-heading h2 span { color: #7e8993; }
.baby-pink { color: var(--baby-pink) !important; }
.section-heading .copy { max-width: 480px; color: var(--muted); }

.hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}
.hero::before {
  content: "";
  position: absolute;
  top: -240px;
  right: -170px;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(46,151,210,.22), rgba(46,151,210,0) 68%);
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(460px, .95fr);
  align-items: center;
  gap: 70px;
  width: var(--page);
  min-height: 700px;
  margin: auto;
  padding-block: 90px;
}
.hero-copy {
  --hero-accent: var(--baby-pink);
  position: relative;
  z-index: 2;
  perspective: 1100px;
}
.hero-copy[data-hero-accent="pink"] { --hero-accent: var(--baby-pink); }
.hero-copy[data-hero-accent="blue"] { --hero-accent: var(--baby-blue); }
.hero-copy[data-hero-accent="orange"] { --hero-accent: var(--orange); }
.hero-copy[data-hero-accent="lime"] { --hero-accent: var(--lime); }
.hero-stage[data-hero-accent="pink"] { --hero-accent: var(--baby-pink); }
.hero-stage[data-hero-accent="blue"] { --hero-accent: var(--baby-blue); }
.hero-stage[data-hero-accent="orange"] { --hero-accent: var(--orange); }
.hero-stage[data-hero-accent="lime"] { --hero-accent: var(--lime); }
.hero-copy .display { max-width: 780px; }
.hero-copy .subhead { color: rgba(255,255,255,.67); }
.hero-accent {
  display: inline-block;
  color: var(--hero-accent);
  transition: color .28s ease;
}
.hero-copy > * {
  --fly-x: -64px;
  --fly-y: 18px;
  --fly-rotate: -2deg;
  transform-origin: left center;
  will-change: transform, opacity, filter;
}
.hero-copy > *:nth-child(1) { --fly-x: -38px; --fly-y: -18px; --fly-rotate: -1deg; }
.hero-copy > *:nth-child(2) { --fly-x: -92px; --fly-y: 24px; --fly-rotate: -3deg; }
.hero-copy > *:nth-child(3) { --fly-x: -58px; --fly-y: 34px; --fly-rotate: -1.5deg; }
.hero-copy > *:nth-child(4) { --fly-x: -36px; --fly-y: 42px; --fly-rotate: -1deg; }
.hero-copy.hero-animate > * {
  animation: hero-copy-fly-in .92s cubic-bezier(.16,1,.3,1) both;
}
.hero-copy.hero-animate > *:nth-child(1) { animation-delay: .08s; }
.hero-copy.hero-animate > *:nth-child(2) { animation-delay: .15s; }
.hero-copy.hero-animate > *:nth-child(3) { animation-delay: .25s; }
.hero-copy.hero-animate > *:nth-child(4) { animation-delay: .35s; }
@keyframes hero-copy-fly-in {
  0% { opacity: 0; transform: translate3d(var(--fly-x), var(--fly-y), 0) rotateX(13deg) rotateZ(var(--fly-rotate)) scale(.92); filter: blur(11px); }
  62% { opacity: 1; transform: translate3d(7px, -3px, 0) rotateX(-1.5deg) rotateZ(.25deg) scale(1.012); filter: blur(0); }
  100% { opacity: 1; transform: none; filter: blur(0); }
}
.hero-copy.is-exiting > * { animation: hero-copy-fly-out .2s cubic-bezier(.55,.05,.7,.2) both; }
.hero-copy.is-exiting > *:nth-child(2) { animation-delay: .025s; }
.hero-copy.is-exiting > *:nth-child(3) { animation-delay: .05s; }
.hero-copy.is-exiting > *:nth-child(4) { animation-delay: .075s; }
@keyframes hero-copy-fly-out {
  to { opacity: 0; transform: translate3d(42px, -12px, 0) rotateX(-7deg) rotateZ(1deg) scale(.97); filter: blur(7px); }
}
.hero-copy.is-reanimating > * { animation: hero-copy-fly-in .88s cubic-bezier(.16,1,.3,1) both; }
.hero-copy.is-reanimating > *:nth-child(1) { animation-delay: .02s; }
.hero-copy.is-reanimating > *:nth-child(2) { animation-delay: .09s; }
.hero-copy.is-reanimating > *:nth-child(3) { animation-delay: .19s; }
.hero-copy.is-reanimating > *:nth-child(4) { animation-delay: .29s; }
.hero-copy.hero-animate .hero-accent,
.hero-copy.is-reanimating .hero-accent { animation: hero-accent-arrive 1.05s cubic-bezier(.16,1,.3,1) .16s both; }
@keyframes hero-accent-arrive {
  0% { filter: brightness(1.7) saturate(1.4); text-shadow: 0 0 34px color-mix(in srgb, var(--hero-accent) 74%, transparent); }
  100% { filter: none; text-shadow: 0 0 0 transparent; }
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--brand);
  color: #fff;
  font-size: 14px;
  font-weight: 680;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--brand-dark); box-shadow: 0 12px 30px rgba(22,123,189,.22); }
.button:active { transform: translateY(0) scale(.98); }
.button img { width: 17px; height: 17px; filter: brightness(0) invert(1); }
.button.secondary { border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.07); backdrop-filter: blur(14px); }
.button.secondary:hover { background: rgba(255,255,255,.13); }
.button.ghost { border-color: var(--line); background: #fff; color: var(--ink); }
.button.ghost img { filter: none; }
.button.ghost:hover { background: var(--mist); box-shadow: none; }
.button.dark { background: var(--navy); }
.button.full { width: 100%; }
.button[disabled] { opacity: .5; cursor: not-allowed; transform: none; }
.button.hero-shop-button {
  background: var(--hero-accent, var(--baby-pink));
  color: var(--navy);
  box-shadow: 0 12px 32px color-mix(in srgb, var(--hero-accent, var(--baby-pink)) 22%, transparent);
}
.button.hero-shop-button:hover { background: color-mix(in srgb, var(--hero-accent, var(--baby-pink)) 84%, #fff); box-shadow: 0 14px 38px color-mix(in srgb, var(--hero-accent, var(--baby-pink)) 30%, transparent); }
.button.hero-shop-button img { filter: none; }
.button.baby-blue-button { background: var(--baby-blue); color: var(--navy); }
.button.baby-blue-button:hover { background: #75c9f0; box-shadow: 0 12px 30px rgba(117,201,240,.2); }

.hero-stage { position: relative; min-height: 510px; }
.hero-stage::before {
  content: "";
  position: absolute;
  inset: 8% 2% 2% 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31,145,205,.2), rgba(31,145,205,0) 68%);
  filter: blur(10px);
}
.hero-visual-animate { animation: hero-visual-in 1.05s .2s cubic-bezier(.2,.8,.2,1) both; }
@keyframes hero-visual-in {
  from { opacity: 0; transform: translate3d(20px, 18px, 0) scale(.97); }
  to { opacity: 1; transform: none; }
}
.hero-slides { position: absolute; inset: 0 30px 54px 20px; }
.hero-slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(30px, 0, 0) scale(.96);
  transition: opacity .58s ease, transform .7s cubic-bezier(.2,.8,.2,1), visibility .58s;
}
.hero-slide.is-active { visibility: visible; opacity: 1; pointer-events: auto; transform: none; }
.hero-slide img {
  width: 88%;
  height: 88%;
  max-width: 640px;
  max-height: 455px;
  object-fit: contain;
  filter: drop-shadow(0 34px 34px rgba(0,0,0,.36));
}
.hero-slider-controls {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-slider-arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  cursor: pointer;
  backdrop-filter: blur(14px);
  transition: transform .2s ease, background .2s ease;
}
.hero-slider-arrow:hover { transform: translateY(-2px); background: rgba(255,255,255,.16); }
.hero-slider-arrow img { width: 18px; height: 18px; filter: brightness(0) invert(1); }
.hero-slider-dots { display: flex; align-items: center; gap: 7px; padding: 0 3px; }
.hero-slider-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.32); cursor: pointer; transition: width .25s ease, background .25s ease; }
.hero-slider-dot.is-active { width: 24px; background: #fff; }
.hero-badge {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 3;
  width: 132px;
  height: 132px;
  display: grid;
  place-items: center;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  background: var(--hero-accent, var(--baby-pink));
  color: var(--navy);
  box-shadow: 0 18px 50px color-mix(in srgb, var(--hero-accent, var(--baby-pink)) 28%, transparent);
  backdrop-filter: blur(18px);
  text-align: center;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.25;
  transition: background-color .35s ease, box-shadow .35s ease, transform .35s ease;
}
.hero-badge strong { display: block; font-size: 28px; letter-spacing: -.04em; }

.trust-strip { border-bottom: 1px solid var(--line); background: #fff; }
.trust-grid { width: var(--page); margin: auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { display: flex; align-items: center; gap: 16px; min-height: 116px; padding: 22px 30px; border-right: 1px solid var(--line); }
.trust-item:first-child { border-left: 1px solid var(--line); }
.trust-icon { flex: 0 0 48px; width: 48px; height: 48px; display: grid; place-items: center; margin: 0; border-radius: 50%; }
.trust-icon img { width: 22px; height: 22px; margin: auto; }
.trust-icon-orange { background: #fff1e8; }
.trust-icon-orange img { filter: invert(48%) sepia(91%) saturate(1727%) hue-rotate(349deg) brightness(98%) contrast(91%); }
.trust-icon-green { background: #eaf8f0; }
.trust-icon-green img { filter: invert(43%) sepia(31%) saturate(1058%) hue-rotate(95deg) brightness(93%) contrast(88%); }
.trust-icon-blue { background: #e9f4ff; }
.trust-icon-blue img { filter: invert(40%) sepia(84%) saturate(1252%) hue-rotate(174deg) brightness(92%) contrast(92%); }
.trust-icon-red { background: #fff0ef; }
.trust-icon-red img { filter: invert(35%) sepia(63%) saturate(2074%) hue-rotate(340deg) brightness(92%) contrast(92%); }
.trust-item strong { display: block; font-size: 15px; }
.trust-copy { display: block; color: var(--muted); font-size: 13px; }
.trust-copy > span { display: block; margin-top: 2px; }

.rail-wrap { position: relative; }
.rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 360px);
  gap: 22px;
  overflow-x: auto;
  padding: 4px max(24px, calc((100vw - min(1500px, calc(100vw - 48px))) / 2)) 34px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.rail::-webkit-scrollbar { display: none; }
.rail > * { scroll-snap-align: start; }
.rail.category-rail { grid-auto-columns: minmax(220px, 272px); }
.rail-controls { display: flex; justify-content: flex-end; gap: 10px; width: var(--page); margin: -12px auto 26px; }
.rail-button { border: 1px solid var(--line); background: #fff; }
.rail-button:hover { border-color: #c2d0d8; }

.category-card {
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.category-card:hover { transform: translateY(-6px); border-color: #c6d5dc; box-shadow: var(--shadow-soft); }
.category-media { height: 230px; margin: 14px; border-radius: 17px; background: #f6f8f9; overflow: hidden; }
.category-media img { width: 100%; height: 100%; object-fit: contain; transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.category-card:hover .category-media img { transform: scale(1.045); }
.category-copy { padding: 2px 22px 24px; }
.category-copy h3 { margin: 0 0 4px; font-size: 19px; letter-spacing: -.025em; line-height: 1.25; }
.category-copy span { color: var(--muted); font-size: 14px; }

.product-card {
  position: relative;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 8px 24px rgba(7,26,42,.04);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s ease, border-color .35s ease;
}
.product-card:hover { transform: translateY(-5px); border-color: #c6d5dc; box-shadow: var(--shadow); }
.product-card-media { position: relative; display: block; flex: 0 0 270px; height: 270px; margin: 14px 14px 0; overflow: hidden; border-radius: 18px; background: #f4f7f8; }
.product-card-media::before, .gallery-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, #f2f4f5 20%, #fff 45%, #f2f4f5 70%);
  background-size: 240% 100%;
  animation: shimmer 1.5s infinite;
}
.product-card-media.is-loaded::before, .gallery-main.is-loaded::before { display: none; }
@keyframes shimmer { to { background-position-x: -240%; } }
.product-card-media img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; transition: transform .45s cubic-bezier(.2,.8,.2,1); }
.product-card:hover .product-card-media img { transform: scale(1.045); }
.product-card-copy { flex: 1; display: flex; flex-direction: column; padding: 20px 22px 22px; }
.product-kicker { margin: 0 0 7px; color: var(--sale); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.product-card h3 { min-height: 44px; margin: 0; font-size: 18px; font-weight: 680; letter-spacing: -.03em; line-height: 1.22; }
.product-card h3 a { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-card-description {
  display: -webkit-box;
  min-height: 38px;
  margin: 9px 0 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-card-meta { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; margin-top: 13px; }
.price { font-size: 20px; font-weight: 740; letter-spacing: -.025em; }
.was-price { color: #8a969f; font-size: 13px; text-decoration: line-through; }
.stock { display: flex; align-items: center; gap: 7px; margin-top: 8px; color: var(--muted); font-size: 12px; font-weight: 620; }
.stock > span { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.stock.in { color: #327a59; }
.stock.out { color: #9b5141; }
.card-add {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding: 0 17px;
  border: 0;
  border-radius: 12px;
  background: #9bdcf8;
  color: var(--navy);
  cursor: pointer;
  font-size: 12px;
  font-weight: 740;
  letter-spacing: .045em;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}
.card-add:hover { transform: translateY(-2px); background: #75c9f0; }
.card-add img { width: 17px; height: 17px; filter: none; }
.card-add.is-unavailable { background: #e9eef1; color: #667783; }
.card-add.is-unavailable img { filter: none; opacity: .55; }
.sale-pill { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 7px 10px; border-radius: 8px; background: #de4b3e; color: #fff; font-size: 11px; font-weight: 780; box-shadow: 0 8px 24px rgba(119,38,26,.18); }

.feature-banner {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: center;
  min-height: 650px;
  overflow: hidden;
  border-radius: 0;
  background: #fff8ed;
  color: var(--ink);
}
.feature-banner > img { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.feature-banner::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(255,248,237,.18), rgba(255,248,237,.95) 31%, rgba(255,248,237,.95) 69%, rgba(255,248,237,.18)); pointer-events: none; }
.feature-copy { position: relative; z-index: 2; width: min(760px, calc(100% - 40px)); margin: auto; padding: 110px 0; text-align: center; }
.feature-copy .eyebrow { color: #167bb5; }
.feature-copy h1, .feature-copy h2 { max-width: 670px; margin: 0; font-size: clamp(48px, 6vw, 92px); letter-spacing: -.06em; line-height: .95; }
.feature-copy h1, .feature-copy h2, .feature-copy p { margin-inline: auto; }
.feature-copy p { max-width: 530px; color: var(--muted); font-size: 20px; }
.feature-copy .button { margin-top: 12px; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.product-grid .product-card { min-height: 550px; }
.product-grid .product-card-media { flex-basis: 250px; height: 250px; }
.toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 35px; }
.toolbar-left { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.chip {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: #435361;
  font-size: 13px;
  cursor: pointer;
}
.chip:hover, .chip.is-active { border-color: var(--ink); background: var(--ink); color: #fff; }
.select { min-height: 42px; padding: 0 38px 0 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); }
.result-count { color: var(--muted); font-size: 14px; }

.page-hero { padding: 92px 0 76px; background: var(--mist); }
.breadcrumbs { margin-bottom: 24px; color: var(--muted); font-size: 13px; }
.breadcrumbs a:hover { color: var(--brand); }
.page-hero h1 { max-width: 1040px; margin: 0; font-size: clamp(48px, 6.7vw, 100px); font-weight: 710; letter-spacing: -.065em; line-height: .93; }
.page-hero p { max-width: 780px; margin: 22px 0 0; color: var(--muted); font-size: 20px; }

.product-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr); gap: 80px; align-items: start; }
.product-gallery { position: sticky; top: 120px; }
.gallery-main { position: relative; aspect-ratio: 1/1; overflow: hidden; border-radius: var(--radius-xl); background: #f6f7f8; }
.gallery-main img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin-top: 12px; }
.gallery-thumb { aspect-ratio: 1; padding: 4px; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: #fff; cursor: pointer; }
.gallery-thumb.is-active { border-color: var(--brand); box-shadow: 0 0 0 2px rgba(22,123,189,.12); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: contain; }
.product-summary { padding-top: 12px; }
.product-summary h1 { margin: 0; font-size: clamp(38px, 4.4vw, 68px); font-weight: 690; letter-spacing: -.055em; line-height: 1.02; }
.product-summary .product-card-meta { margin-top: 25px; }
.product-summary .price { font-size: 30px; }
.rating { display: flex; align-items: center; gap: 7px; margin: 18px 0; color: var(--muted); font-size: 13px; }
.rating img { width: 15px; filter: invert(72%) sepia(70%) saturate(844%) hue-rotate(347deg); }
.product-intro { color: #526270; font-size: 17px; }
.quantity-row { display: flex; gap: 12px; margin-top: 28px; }
.quantity { display: flex; align-items: center; height: 50px; border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }
.quantity button { width: 42px; height: 100%; border: 0; background: transparent; cursor: pointer; }
.quantity input { width: 38px; border: 0; text-align: center; outline: none; }
.quantity img { width: 15px; margin: auto; }
.delivery-note { display: grid; gap: 12px; margin-top: 28px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--mist); }
.delivery-note div { display: flex; align-items: center; gap: 12px; font-size: 14px; }
.delivery-note img { width: 20px; }
.detail-content { max-width: 880px; }
.prose { color: #394b5a; font-size: 17px; line-height: 1.78; }
.prose h2, .prose h3, .prose h4 { color: var(--ink); letter-spacing: -.03em; line-height: 1.16; }
.prose h2 { margin: 45px 0 14px; font-size: 34px; }
.prose h3 { margin: 34px 0 10px; font-size: 25px; }
.prose a { color: var(--brand-dark); text-decoration: underline; text-underline-offset: 3px; }
.prose li { margin: 7px 0; }

.split-panel { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: var(--radius-xl); background: var(--navy); color: #fff; }
.split-copy { padding: clamp(48px, 6vw, 92px); }
.split-copy h2 { margin: 0; font-size: clamp(40px, 4.4vw, 68px); letter-spacing: -.055em; line-height: 1; }
.split-copy p { color: rgba(255,255,255,.67); font-size: 18px; }
.split-media { min-height: 550px; background: var(--ice); }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-media.inquiry-media {
  display: grid;
  place-items: center;
  padding: clamp(34px, 4vw, 72px);
  background: radial-gradient(circle at 50% 42%, #fff 0, #f3f8fa 58%, #e6f1f5 100%);
}
.split-media.inquiry-media img { width: 86%; height: 86%; max-width: 610px; max-height: 470px; object-fit: contain; }

.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 45px; }
.contact-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.contact-card img { width: 26px; margin-bottom: 28px; }
.contact-card h3 { margin: 0 0 7px; font-size: 20px; }
.contact-card p { margin: 0; color: var(--muted); }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1/-1; }
.field label { color: #344655; font-size: 13px; font-weight: 620; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 51px;
  padding: 13px 15px;
  border: 1px solid #cfdbe1;
  border-radius: 13px;
  background: #fff;
  outline: none;
  transition: border .2s ease, box-shadow .2s ease;
}
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(22,123,189,.1); }
.form-note { color: var(--muted); font-size: 12px; }

.checkout-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); gap: 50px; align-items: start; }
.checkout-panel { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.checkout-panel h2 { margin: 0 0 26px; font-size: 28px; letter-spacing: -.04em; }
.payment-options { display: grid; gap: 12px; margin: 26px 0; }
.payment-option { display: flex; gap: 15px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; }
.payment-option:has(input:checked) { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(22,123,189,.09); }
.payment-option input { margin-top: 5px; accent-color: var(--brand); }
.payment-option strong { display: block; }
.payment-option small { display: block; margin-top: 2px; color: var(--muted); }
.summary-list { display: grid; gap: 16px; }
.summary-row { display: grid; grid-template-columns: 56px 1fr auto; gap: 12px; align-items: center; }
.summary-row img { width: 56px; height: 56px; object-fit: contain; border-radius: 10px; background: var(--mist); }
.summary-row strong { font-size: 13px; line-height: 1.3; }
.summary-row span { color: var(--muted); font-size: 12px; }
.summary-total { display: flex; justify-content: space-between; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 20px; font-weight: 720; }
.secure-copy { display: flex; gap: 9px; align-items: center; margin-top: 14px; color: var(--muted); font-size: 12px; }
.secure-copy img { width: 16px; }
.checkout-status { margin-top: 16px; padding: 14px; border-radius: 12px; background: var(--mist); font-size: 13px; }
.checkout-status.is-error { background: #fff1ed; color: #8c311b; }
.checkout-status.is-success { background: #edf8f2; color: #286748; }

.cart-drawer, .search-panel {
  position: fixed;
  z-index: 120;
  visibility: hidden;
  opacity: 0;
  transition: visibility .3s, opacity .3s ease;
}
.cart-drawer.is-open, .search-panel.is-open { visibility: visible; opacity: 1; }
.drawer-backdrop { position: absolute; inset: 0; background: rgba(2,8,29,.44); backdrop-filter: blur(5px); }
.cart-drawer { inset: 0; }
.drawer-card {
  position: absolute;
  top: 0;
  right: 0;
  width: min(480px, 100vw);
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  transform: translateX(100%);
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
}
.cart-drawer.is-open .drawer-card { transform: none; }
.drawer-head { display: flex; justify-content: space-between; align-items: center; padding: 24px 28px; border-bottom: 1px solid var(--line); }
.drawer-head h2 { margin: 0; font-size: 26px; letter-spacing: -.04em; }
.cart-items { flex: 1; overflow: auto; padding: 20px 28px; }
.cart-item { display: grid; grid-template-columns: 78px 1fr auto; gap: 15px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.cart-item > img { width: 78px; height: 78px; object-fit: contain; border-radius: 12px; background: var(--mist); }
.cart-item h3 { margin: 2px 0 6px; font-size: 14px; line-height: 1.3; }
.cart-item p { margin: 0; font-size: 13px; font-weight: 650; }
.remove-item { align-self: start; border: 0; background: transparent; cursor: pointer; }
.remove-item img { width: 17px; }
.drawer-foot { padding: 24px 28px 30px; border-top: 1px solid var(--line); }
.drawer-total { display: flex; justify-content: space-between; margin-bottom: 16px; font-size: 18px; font-weight: 700; }
.empty-state { display: grid; place-items: center; min-height: 300px; text-align: center; color: var(--muted); }
.empty-state img { width: 35px; margin: 0 auto 16px; opacity: .6; }
.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 160;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 16px 40px rgba(0,0,0,.2);
  font-size: 13px;
  font-weight: 650;
  opacity: 0;
  transform: translate(-50%, 18px);
  transition: opacity .2s ease, transform .2s ease;
}
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.search-panel { inset: 0; background: rgba(255,255,255,.98); }
.search-shell { width: min(920px, calc(100vw - 40px)); margin: 6vh auto 0; }
.search-head { display: flex; gap: 12px; align-items: center; }
.search-input { flex: 1; min-height: 68px; border: 0; border-bottom: 2px solid var(--ink); outline: none; background: transparent; font-size: clamp(28px, 4vw, 52px); letter-spacing: -.045em; }
.search-results { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; max-height: 65vh; overflow: auto; margin-top: 30px; }
.search-result { display: grid; grid-template-columns: 70px 1fr; gap: 15px; align-items: center; padding: 12px; border-radius: 15px; background: var(--mist); }
.search-result img { width: 70px; height: 70px; object-fit: contain; border-radius: 10px; background: #fff; }
.search-result strong { display: block; line-height: 1.25; }
.search-result span { color: var(--muted); font-size: 13px; }

.whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 75;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  padding: 0;
  border: 4px solid rgba(255,255,255,.94);
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  box-shadow: 0 16px 42px rgba(7,26,42,.2);
  font-size: 13px;
  font-weight: 720;
  transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp:hover { transform: translateY(-3px); box-shadow: 0 20px 48px rgba(7,26,42,.26); }
.whatsapp-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #fff; }
.whatsapp-icon img { width: 20px; height: 20px; filter: invert(64%) sepia(67%) saturate(2878%) hue-rotate(99deg) brightness(99%) contrast(78%); }

.site-footer { background: var(--navy); color: #fff; }
.footer-main { width: var(--page); margin: auto; display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 70px; padding: 84px 0 66px; }
.footer-brand img { width: 140px; height: auto; max-height: 70px; margin-bottom: 20px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 330px; color: rgba(255,255,255,.58); }
.footer-col h3 { margin: 0 0 19px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.footer-col a { display: block; margin: 10px 0; color: rgba(255,255,255,.62); font-size: 14px; }
.footer-col a:hover { color: #fff; }
.footer-commerce { width: var(--page); margin: auto; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.1); }
.footer-commerce > p { margin: 0 0 15px; color: rgba(255,255,255,.48); font-size: 11px; font-weight: 730; letter-spacing: .12em; text-transform: uppercase; }
.footer-payment-marks { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.payment-mark { min-height: 54px; display: inline-flex; align-items: center; gap: 10px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.055); color: rgba(255,255,255,.84); }
.payment-mark img { width: 34px; height: 22px; object-fit: contain; filter: invert(1); opacity: .9; }
.payment-mark.visa img, .payment-mark.mastercard img {
  box-sizing: content-box;
  filter: none;
  opacity: 1;
  background: #fff;
  border-radius: 7px;
  padding: 4px 7px;
}
.payment-mark.visa img { width: 42px; }
.payment-mark.mastercard img { width: 35px; }
.payment-mark strong { font-size: 12px; font-weight: 680; }
.payment-mark small { display: block; color: rgba(255,255,255,.46); font-size: 10px; }
.payment-mark.paygenius img { width: 22px; }
.footer-bottom { width: var(--page); margin: auto; display: flex; justify-content: space-between; gap: 20px; padding: 22px 0 30px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.48); font-size: 12px; }
.footer-bottom a { color: rgba(255,255,255,.8); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.stagger > * { opacity: 1; transform: none; }
.stagger.is-visible > * { animation: rise .65s cubic-bezier(.2,.8,.2,1) both; }
.stagger.is-visible > *:nth-child(2) { animation-delay: .06s; }
.stagger.is-visible > *:nth-child(3) { animation-delay: .12s; }
.stagger.is-visible > *:nth-child(4) { animation-delay: .18s; }
.stagger.is-visible > *:nth-child(5) { animation-delay: .24s; }
.stagger.is-visible > *:nth-child(6) { animation-delay: .3s; }
@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

.notice { padding: 15px 18px; border: 1px solid #dce8ed; border-radius: 13px; background: var(--ice); color: #315265; font-size: 14px; }
.not-found { min-height: 58vh; display: grid; place-items: center; padding: 100px 24px; text-align: center; }
.not-found h1 { margin: 0; font-size: clamp(78px, 14vw, 190px); letter-spacing: -.08em; line-height: .8; }
.not-found p { color: var(--muted); font-size: 18px; }

:focus-visible { outline: 3px solid rgba(22,123,189,.35); outline-offset: 3px; }

@media (max-width: 1180px) {
  .desktop-nav { gap: 18px; }
  .desktop-nav a:nth-child(4), .desktop-nav a:nth-child(5) { display: none; }
  .hero-inner { grid-template-columns: 1fr 420px; gap: 36px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .trust-item:nth-child(4) { border-top: 1px solid var(--line); }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-main { grid-template-columns: 1.2fr repeat(2, 1fr); }
  .footer-col:last-child { display: none; }
}

@media (max-width: 820px) {
  :root { --page: min(100% - 32px, 720px); --radius-xl: 25px; }
  .announcement { padding-inline: 14px; }
  .nav-shell { grid-template-columns: 1fr auto; height: 66px; }
  .desktop-nav { display: none; }
  .brand { width: 100px; }
  .menu-toggle { display: inline-grid; }
  .hero { min-height: auto; }
  .hero-inner { grid-template-columns: 1fr; min-height: auto; padding: 72px 0 56px; }
  .hero-stage { min-height: 430px; }
  .hero-slides { inset: 0 8px 52px; }
  .hero-slide img { width: 84%; height: 84%; }
  .hero-badge { width: 112px; height: 112px; padding: 11px; font-size: 11px; line-height: 1.12; }
  .hero-badge span { display: block; max-width: 88px; }
  .hero-badge strong { margin-bottom: 4px; font-size: 24px; line-height: 1; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item { padding: 18px 16px; }
  .section { padding: 78px 0; }
  .section-heading { display: block; }
  .section-heading .copy { margin-top: 15px; }
  .rail { grid-auto-columns: minmax(270px, 78vw); padding-inline: 16px; }
  .rail.category-rail { grid-auto-columns: minmax(220px, 64vw); }
  .feature-banner { min-height: 560px; }
  .feature-banner::after { background: linear-gradient(180deg, rgba(255,248,237,.94), rgba(255,248,237,.74)); }
  .feature-copy { width: min(620px, calc(100% - 32px)); padding-block: 88px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .product-layout, .checkout-layout { grid-template-columns: 1fr; gap: 40px; }
  .product-gallery { position: static; }
  .split-panel { grid-template-columns: 1fr; }
  .split-media { min-height: 380px; order: -1; }
  .contact-cards { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 42px; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 560px) {
  .nav-shell { gap: 6px; }
  .nav-actions .icon-button:first-child { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:nth-child(3), .trust-item:nth-child(4) { border: 0; border-bottom: 1px solid var(--line); }
  .trust-item:first-child { border-left: 0; }
  .hero-stage { min-height: 350px; }
  .hero-slides { inset: 0 0 54px; }
  .hero-slide img { width: 82%; height: 82%; }
  .hero-badge { left: -4px; bottom: 0; }
  .hero-slider-controls { right: 0; }
  .section-heading { margin-bottom: 26px; }
  .rail-controls { display: flex; margin-top: -8px; margin-bottom: 18px; }
  .rail,
  .rail.category-rail {
    grid-auto-columns: calc(100vw - 32px);
    gap: 16px;
    padding-inline: 16px;
    scroll-padding-inline: 16px;
    overscroll-behavior-inline: contain;
  }
  .product-grid { grid-template-columns: 1fr; }
  .product-card, .product-grid .product-card { min-height: 540px; }
  .product-card-media, .product-grid .product-card-media { height: 250px; flex-basis: 250px; }
  .toolbar { align-items: flex-start; flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .checkout-panel { padding: 24px 18px; }
  .search-results { grid-template-columns: 1fr; }
  .whatsapp { right: 14px; bottom: 14px; width: 56px; height: 56px; }
  .footer-main { grid-template-columns: 1fr; padding-top: 64px; }
  .footer-brand { grid-column: auto; }
  .footer-col:last-child { display: block; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .stagger > * { opacity: 1; transform: none; }
}
