/* AlePio Shop — modern retail visual system */
:root {
  --blue: #1d4ed8;
  --blue-strong: #123cae;
  --blue-dark: #081a43;
  --ink: #111827;
  --paper: #f5f7fb;
  --surface: #ffffff;
  --line: #e5e9f1;
  --muted: #667085;
  --yellow: #ffc928;
  --red: #e8364f;
  --green: #128a51;
  --shadow-sm: 0 7px 24px rgba(10, 32, 78, .07);
  --shadow-lg: 0 24px 70px rgba(10, 32, 78, .15);
}

body {
  background: var(--surface);
  color: var(--ink);
  font-family: "Manrope", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::selection { background: #c9d6ff; color: var(--blue-dark); }
button, input, select { font-family: inherit; }
a, button { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(29, 78, 216, .32); outline-offset: 3px; }

.skip-link {
  position: fixed;
  z-index: 100;
  left: 16px;
  top: 12px;
  transform: translateY(-150%);
  padding: 10px 15px;
  border-radius: 8px;
  background: var(--blue-dark);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.skip-link:focus { transform: none; }

.promo-bar {
  min-height: 34px;
  height: auto;
  background: var(--blue-dark);
  gap: 0;
  padding: 6px 20px;
}
.promo-bar span {
  padding: 0 30px;
  color: rgba(255,255,255,.86);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.promo-bar span + span { border-left: 1px solid rgba(255,255,255,.2); }
.promo-bar b { color: var(--yellow); margin-right: 7px; }

.site-header {
  width: min(1380px, 100%);
  height: 94px;
  grid-template-columns: 300px minmax(300px, 1fr) 360px;
  gap: 30px;
  padding: 0 32px;
}
.brand { gap: 12px; letter-spacing: -.035em; }
.brand-logo {
  width: 68px;
  height: 68px;
  flex: 0 0 auto;
  border: 1px solid #edf0f6;
  background: #fff;
  box-shadow: 0 8px 24px rgba(18, 60, 174, .1);
}
.brand-copy { display: flex; min-width: 0; flex-direction: column; }
.brand-copy strong {
  color: var(--blue-dark);
  font: 800 1.7rem/1 "Baloo 2", sans-serif;
}
.brand-copy strong b { color: var(--red); }
.brand-copy small {
  margin-top: 4px;
  color: var(--muted);
  font: 700 .61rem/1.2 "Manrope", sans-serif;
  letter-spacing: .105em;
  text-transform: uppercase;
}

.search {
  height: 50px;
  overflow: hidden;
  border: 1px solid #dce2ec;
  border-radius: 12px;
  background: #f8f9fc;
}
.search:focus-within { border-color: #9db5ff; box-shadow: 0 0 0 4px rgba(29,78,216,.09); }
.search input { padding: 0 18px; font-size: .91rem; }
.search button {
  width: 54px;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: #fff;
}
.search button:hover { background: var(--blue-strong); }
.search svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }

.header-actions { gap: 8px; }
.header-button {
  min-height: 52px;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 11px;
}
.header-button:hover { border-color: var(--line); background: #f8f9fc; }
.action-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #eef3ff;
  color: var(--blue);
}
.action-icon svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.action-copy { font-size: .82rem; }
.action-copy small { margin-top: 2px; font-size: .67rem; }
.cart-button b { top: 3px; left: 37px; border: 2px solid #fff; }

.main-nav {
  height: 50px;
  gap: 38px;
  padding: 0 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 5px 18px rgba(18, 35, 80, .045);
}
.main-nav a, .mobile-categories {
  color: #354052;
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.main-nav a { position: relative; }
.main-nav a::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -16px;
  left: 50%;
  height: 2px;
  background: var(--blue);
  transition: left .2s, right .2s;
}
.main-nav a:hover { color: var(--blue); }
.main-nav a:hover::after { right: 0; left: 0; }

.hero {
  width: min(1400px, calc(100% - 40px));
  height: 520px;
  min-height: 0;
  margin: 22px auto 0;
  border: 1px solid #dfe6f4;
  border-radius: 26px;
  background: linear-gradient(135deg, #f4f7ff 0%, #e9efff 100%);
  box-shadow: 0 26px 70px rgba(23, 54, 129, .13);
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 420px;
  height: 420px;
  left: -210px;
  bottom: -250px;
  border: 70px solid rgba(29,78,216,.055);
  border-radius: 50%;
}
.hero::after { display: none; }
.hero-visual {
  position: absolute;
  z-index: 0;
  top: 16px;
  right: 16px;
  bottom: 16px;
  width: 49%;
  overflow: hidden;
  border-radius: 18px;
  background-color: var(--blue-dark);
  background-image: var(--hero-art, none), url("assets/hero-alepio.png");
  background-position: center 43%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: background-image .35s ease;
}
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4,16,50,.35), transparent 48%);
}
.hero-visual-note {
  position: absolute;
  z-index: 1;
  right: 22px;
  bottom: 22px;
  width: 220px;
  padding: 15px 17px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 12px;
  background: rgba(4,16,50,.72);
  color: #fff;
  backdrop-filter: blur(10px);
}
.hero-visual-note small { display: block; margin-bottom: 5px; color: var(--yellow); font-size: .6rem; font-weight: 800; letter-spacing: .12em; }
.hero-visual-note strong { font: 800 1rem/1.2 "Baloo 2", sans-serif; }
.hero-brand-seal {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 24px;
  width: 112px;
  height: 112px;
  object-fit: cover;
  clip-path: circle(47%);
  filter: drop-shadow(0 14px 24px rgba(4,16,50,.32));
}
.hero-slide { width: 51%; right: auto; }
.hero-copy { max-width: none; padding: 0 clamp(52px, 6vw, 88px); color: var(--ink); }
.hero-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.hero-kicker .eyebrow { margin: 0; color: var(--blue); }
.hero-chip {
  padding: 5px 9px;
  border: 1px solid #cbd8ff;
  border-radius: 999px;
  background: #e5ecff;
  color: var(--blue-strong);
  font-size: .66rem;
  font-weight: 800;
}
.hero h1, .hero h2 {
  max-width: 620px;
  margin-bottom: 20px;
  font-size: clamp(3rem, 4.7vw, 4.75rem);
  letter-spacing: -.05em;
  text-wrap: balance;
}
.hero p { max-width: 560px; font-size: 1rem; line-height: 1.7; color: #59657a; }
.hero-actions { display: flex; align-items: center; gap: 22px; }
.primary-cta, .light-cta {
  min-height: 50px;
  border-radius: 10px;
  padding: 14px 20px;
  box-shadow: 0 14px 34px rgba(0,0,0,.2);
  transition: transform .2s, background .2s, box-shadow .2s;
}
.hero .primary-cta { background: var(--blue); color: #fff; }
.hero .primary-cta:hover { background: var(--blue-strong); }
.primary-cta:hover { box-shadow: 0 18px 36px rgba(0,0,0,.28); }
.secondary-cta {
  padding: 8px 0;
  border-bottom: 1px solid #9aa9c4;
  color: var(--blue-dark);
  font-size: .84rem;
  font-weight: 800;
  text-decoration: none;
}
.hero-trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; }
.hero-trust span { color: #67738a; font-size: .68rem; font-weight: 700; letter-spacing: .025em; }
.slider-arrow { width: 40px; height: 40px; background: #fff; border-color: #d9e1ef; color: var(--blue-dark); box-shadow: 0 8px 24px rgba(10,32,78,.12); }
.slider-arrow.prev { left: 20px; }
.slider-arrow.next { right: 20px; }
.slider-dots { bottom: 22px; left: 25.5%; }
.slider-dots button { background: #aebbd2; }
.slider-dots button.active { background: var(--blue); }

.category-showcase { max-width: 1272px; margin: 0 auto; padding: 72px 24px 0; }
.showcase-heading { margin: 0 0 24px; padding: 0; }
.showcase-heading h2, .section-heading h2 { letter-spacing: -.035em; }
.showcase-heading h2 { margin-top: 4px; font: 800 clamp(2rem, 3.4vw, 2.85rem)/1.08 "Baloo 2", sans-serif; }
.showcase-heading > a { color: var(--blue); font-size: .79rem; font-weight: 800; text-decoration: none; }
.showcase-heading > a span { margin-left: 6px; }
.showcase-grid {
  display: grid;
  grid-template-columns: 1.28fr .72fr;
  grid-template-rows: repeat(2, 150px);
  gap: 18px;
}
.showcase-card {
  min-height: 0;
  grid-template-columns: 45% 55%;
  border: 1px solid rgba(17,24,39,.035);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
}
.showcase-card:first-child { grid-row: 1 / 3; }
.showcase-card:not(:first-child) { grid-template-columns: 38% 62%; }
.showcase-card:not(:first-child) .showcase-copy { padding-top: 18px; padding-bottom: 18px; }
.showcase-card:not(:first-child) .showcase-copy b { margin-bottom: 9px; font-size: 1.22rem; }
.showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: inherit;
  pointer-events: none;
}
.showcase-card:hover { transform: translateY(-5px); box-shadow: 0 22px 48px rgba(20,35,70,.13); }
.school-card { background: #edf2ff; }
.toys-card { background: #e9f8f1; }
.christmas-card { background: #fff0f2; }
.showcase-photo {
  background-image: url("assets/catalog-products.png");
  background-size: 300% 300%;
  filter: saturate(.96) contrast(1.02);
  mix-blend-mode: multiply;
  transition: transform .35s ease;
}
.showcase-card:hover .showcase-photo { transform: scale(1.04); }
.sprite-pos-1 { background-position: 0 0; }
.sprite-pos-5 { background-position: 50% 50%; }
.sprite-pos-7 { background-position: 0 100%; }
.showcase-copy { padding: 26px 20px 26px 6px; }
.showcase-copy small { color: var(--blue); font-size: .62rem; letter-spacing: .13em; }
.showcase-copy b { margin: 8px 0 17px; font: 800 1.48rem/1.06 "Baloo 2", sans-serif; }
.showcase-copy em { color: #566176; font-size: .73rem; }

.brand-promise {
  position: relative;
  max-width: 1224px;
  min-height: 230px;
  margin: 34px auto 40px;
  padding: 34px 42px;
  display: grid;
  grid-template-columns: 150px minmax(0,1fr) auto;
  align-items: center;
  gap: 34px;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(118deg,#061a4a 0%,#103bab 72%,#1d4ed8 100%);
  color: #fff;
  box-shadow: 0 24px 60px rgba(9,38,111,.18);
}
.brand-promise::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -180px;
  width: 390px;
  height: 390px;
  border: 76px solid rgba(255,255,255,.06);
  border-radius: 50%;
}
.brand-promise-logo {
  width: 140px;
  height: 140px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  background: rgba(255,255,255,.11);
  backdrop-filter: blur(8px);
}
.brand-promise-logo img { width: 124px; height: 124px; object-fit: cover; clip-path: circle(47%); filter: drop-shadow(0 12px 24px rgba(0,0,0,.22)); }
.brand-promise-copy { position: relative; z-index: 1; max-width: 590px; }
.brand-promise-copy .eyebrow { margin-bottom: 8px; }
.brand-promise-copy h2 { margin: 0; font: 800 clamp(2rem,3.2vw,2.8rem)/1.04 "Baloo 2",sans-serif; letter-spacing: -.035em; }
.brand-promise-copy p { margin: 10px 0 0; color: rgba(255,255,255,.74); font-size: .83rem; line-height: 1.7; }
.brand-values { position: relative; z-index: 1; display: grid; gap: 9px; }
.brand-values span { min-width: 142px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; background: rgba(255,255,255,.08); font-size: .75rem; font-weight: 800; }
.brand-values b { margin-right: 10px; color: var(--yellow); font-size: .61rem; }

.benefits {
  max-width: 1224px;
  margin: 34px auto 84px;
  padding: 22px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: none;
}
.benefits article { padding: 7px 24px; }
.benefit-icon {
  width: 42px;
  height: 42px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #edf2ff;
  color: var(--blue);
  font: 800 .95rem "Manrope", sans-serif;
}
.benefits article:nth-child(2) .benefit-icon { background: #e7f7ef; color: var(--green); }
.benefits article:nth-child(3) .benefit-icon { background: #fff0f2; color: var(--red); }
.benefits article:nth-child(4) .benefit-icon { background: #fff7dc; color: #9a7100; }
.benefits b { font-size: .85rem; }
.benefits small { margin-top: 3px; font-size: .7rem; }

.store-layout { max-width: 1272px; grid-template-columns: 244px minmax(0,1fr); gap: 34px; margin-bottom: 100px; }
.categories { top: 18px; border-radius: 14px; box-shadow: var(--shadow-sm); }
.categories-title { padding: 19px 17px; background: var(--blue-dark); }
.categories-title h2 { font-size: 1.2rem; }
.category { padding: 14px; font-size: .78rem; }
.category.active { box-shadow: inset 3px 0 var(--blue); }
.category-icon { width: 32px; height: 32px; border-radius: 9px; }
.category-help { margin: 14px; padding: 17px; }
.category-help span { font-size: .69rem; }

.section-heading { min-height: 82px; align-items: flex-end; margin-bottom: 26px; }
.section-heading h2 { font-size: clamp(2rem, 3vw, 2.7rem); line-height: 1; }
.catalog-intro { margin: 8px 0 0 !important; font-size: .78rem !important; font-weight: 600 !important; }
.catalog-tools { display: flex; align-items: center; gap: 15px; }
.catalog-tools > p { white-space: nowrap; font-size: .72rem; }
.catalog-tools label { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .7rem; font-weight: 700; }
.catalog-tools select {
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  padding: 0 30px 0 11px;
  color: var(--ink);
  font-size: .76rem;
  font-weight: 700;
}
.product-grid { gap: 20px; }
.product-card {
  overflow: hidden;
  border-color: #e7eaf0;
  border-radius: 14px;
  box-shadow: 0 7px 24px rgba(19,35,75,.045);
}
.product-card:hover { transform: translateY(-5px); border-color: #dce4f4; box-shadow: 0 20px 46px rgba(19,35,75,.13); }
.product-card:first-child {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
}
.product-card:first-child .product-visual { height: 100%; min-height: 340px; }
.product-card:first-child .product-info { display: flex; flex-direction: column; justify-content: center; padding: 32px; }
.product-card:first-child .product-info h3 { max-width: 280px; font-size: 1.35rem; }
.product-card:first-child .product-rating { margin-bottom: 26px; }
.product-visual {
  height: 245px;
  background-color: #f2f3f5;
  background-image: url("assets/catalog-products.png");
  background-repeat: no-repeat;
  background-size: 300% 300%;
  transition: transform .35s ease, filter .35s ease;
}
.product-card:hover .product-visual { filter: saturate(1.05); }
.product-visual::after { display: none; }
.product-visual.pos-1 { background-position: 0 0; }
.product-visual.pos-2 { background-position: 50% 0; }
.product-visual.pos-3 { background-position: 100% 0; }
.product-visual.pos-4 { background-position: 0 50%; }
.product-visual.pos-5 { background-position: 50% 50%; }
.product-visual.pos-6 { background-position: 100% 50%; }
.product-visual.pos-7 { background-position: 0 100%; }
.product-visual.pos-8 { background-position: 50% 100%; }
.product-visual.pos-9 { background-position: 100% 100%; }
.product-tag {
  top: 13px;
  left: 13px;
  padding: 6px 10px;
  border-radius: 6px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
  font-size: .61rem;
  letter-spacing: .025em;
}
.discount-tag {
  position: absolute;
  z-index: 2;
  top: 13px;
  right: 13px;
  padding: 6px 9px;
  border-radius: 6px;
  background: var(--red);
  color: #fff;
  font-size: .63rem;
  font-weight: 800;
}
.product-info { padding: 18px; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.product-category { color: var(--blue); font-size: .62rem; }
.stock-status { display: flex; align-items: center; gap: 5px; color: var(--green); font-size: .61rem; font-weight: 800; }
.stock-status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.product-info h3 { min-height: 42px; margin: 8px 0 6px; font-size: .92rem; line-height: 1.45; }
.product-rating { margin-bottom: 15px; color: #e4a600; font-size: .7rem; letter-spacing: .04em; }
.product-rating small { color: var(--muted); letter-spacing: 0; }
.price-stack { display: flex; flex-direction: column; }
.price-stack del { min-height: 14px; color: #98a0af; font-size: .68rem; }
.price { color: var(--blue-dark); font-size: 1.27rem; line-height: 1.1; }
.add-cart {
  width: auto;
  min-width: 95px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 9px;
  font-size: .7rem;
  font-weight: 800;
}
.add-cart span:first-child { font-size: 1rem; }
.add-cart:active { transform: scale(.97); }

.offer {
  max-width: 1224px;
  min-height: 210px;
  margin-bottom: 88px;
  padding: 42px 52px;
  justify-content: flex-start;
  gap: 30px;
  border-radius: 18px;
  background: linear-gradient(118deg, #0a286f 0%, #1647d8 68%, #3469f1 100%);
}
.offer::after { content: ""; width: 360px; height: 360px; right: -140px; border: 70px solid rgba(255,255,255,.08); border-radius: 50%; }
.offer-mark {
  width: 84px;
  height: 84px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  color: var(--yellow);
  font: 800 1.55rem "Baloo 2", sans-serif;
}
.offer > div:nth-child(2) { max-width: 650px; }
.offer h2 { line-height: 1.05; }
.offer .light-cta { margin-left: auto; border-radius: 10px; color: var(--blue); }

footer { padding-top: 62px; background: #061431; }
.footer-grid { grid-template-columns: 2fr 1fr 1.3fr; }
.footer-brand .brand-logo { width: 62px; height: 62px; }
.footer-brand .brand-copy strong { color: #fff; }
.footer-brand .brand-copy small { color: #8192bd; }
.footer-grid h3 { font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; }
.footer-grid a, .footer-grid span, .footer-grid p { font-size: .8rem; line-height: 1.75; }
.footer-bottom { font-size: .72rem; }
.creator-credit { color: rgba(255,255,255,.62) !important; letter-spacing: .035em; }
.creator-credit strong { color: var(--yellow); }

.cart-drawer { width: min(460px,100%); box-shadow: -20px 0 60px rgba(7,20,49,.22); }
.drawer-head { padding: 26px; }
.drawer-head h2 { font-size: 1.9rem; }
.cart-items { padding: 0 24px; }
.cart-thumb {
  background-color: #f2f3f5;
  background-image: url("assets/catalog-products.png");
  background-repeat: no-repeat;
  background-size: 300% 300%;
}
.cart-thumb.pos-1 { background-position: 0 0; }
.cart-thumb.pos-2 { background-position: 50% 0; }
.cart-thumb.pos-3 { background-position: 100% 0; }
.cart-thumb.pos-4 { background-position: 0 50%; }
.cart-thumb.pos-5 { background-position: 50% 50%; }
.cart-thumb.pos-6 { background-position: 100% 50%; }
.cart-thumb.pos-7 { background-position: 0 100%; }
.cart-thumb.pos-8 { background-position: 50% 100%; }
.cart-thumb.pos-9 { background-position: 100% 100%; }
.cart-footer > button { border-radius: 10px; }

.modal { border: 1px solid rgba(255,255,255,.72); border-radius: 20px; box-shadow: var(--shadow-lg); }
.modal-logo { width: 88px; height: 88px; }
.tabs, #accountForm input, .form-submit { border-radius: 9px; }
.toast { z-index: 30; border-radius: 9px; box-shadow: 0 10px 30px rgba(7,20,49,.22); font-size: .8rem; }
.social-float {
  position: fixed;
  z-index: 8;
  right: 22px;
  bottom: 24px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 10px;
}
.social-action {
  min-width: 214px;
  min-height: 56px;
  padding: 7px 13px 7px 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  box-shadow: 0 12px 30px rgba(4,16,50,.2);
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
}
.social-action:hover { transform: translateY(-2px); box-shadow: 0 17px 36px rgba(4,16,50,.26); }
.whatsapp-action { background: linear-gradient(135deg,#159b5a,#087c44); }
.facebook-action { background: linear-gradient(135deg,#247cf0,#1155b8); }
.social-icon { width: 42px; height: 42px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 10px; background: rgba(255,255,255,.16); }
.social-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.facebook-letter { font: 800 1.75rem/1 Arial,sans-serif; }
.social-copy { display: flex; flex-direction: column; }
.social-copy b { font-size: .75rem; }
.social-copy small { margin-top: 2px; color: rgba(255,255,255,.74); font-size: .62rem; }
.advisor-menu {
  position: absolute;
  right: 0;
  bottom: 132px;
  width: 370px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(4,16,50,.22);
}
.advisor-menu::after { content: ""; position: absolute; right: 24px; bottom: -8px; width: 16px; height: 16px; transform: rotate(45deg); background: #fff; }
.advisor-menu-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.advisor-menu-head small { color: var(--green); font-size: .58rem; font-weight: 900; letter-spacing: .12em; }
.advisor-menu-head h2 { margin: 4px 0 0; font: 800 1.65rem/1 "Baloo 2",sans-serif; }
.advisor-menu-head button { width: 32px; height: 32px; border: 0; border-radius: 50%; background: var(--paper); color: var(--ink); font-size: 1.2rem; cursor: pointer; }
.advisor-menu > p { margin: 9px 0 17px; color: var(--muted); font-size: .76rem; }
.advisor-option { margin-top: 9px; padding: 11px; display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); text-decoration: none; transition: border-color .2s,background .2s; }
.advisor-option:hover { border-color: #9cd8ba; background: #f3fbf7; }
.advisor-avatar { position: relative; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #e5f7ed; color: var(--green); font-size: .72rem; font-weight: 900; }
.advisor-avatar.alt { background: #e7eeff; color: var(--blue); }
.advisor-avatar i { position: absolute; right: 1px; bottom: 1px; width: 9px; height: 9px; border: 2px solid #fff; border-radius: 50%; background: #24ba6b; }
.advisor-option > span:nth-child(2) { display: flex; flex-direction: column; }
.advisor-option b { font-size: .77rem; }
.advisor-option small { margin-top: 2px; color: var(--muted); font-size: .65rem; }
.advisor-option em { color: var(--green); font-size: .64rem; font-style: normal; font-weight: 900; }
.advisor-note { display: block; margin-top: 14px; color: var(--muted); font-size: .61rem; text-align: center; }
.mobile-dock { display: none; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 245px 1fr auto; padding: 0 24px; }
  .action-copy { display: none; }
  .header-actions { gap: 2px; }
  .header-button { padding: 7px; }
  .cart-button b { left: 33px; }
  .showcase-copy b { font-size: 1.27rem; }
  .showcase-card { grid-template-columns: 42% 58%; }
  .product-visual { height: 220px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 68px; }
  main { display: flex; flex-direction: column; }
  .hero { order: 1; }
  .category-showcase { order: 2; }
  .brand-promise { order: 3; }
  .store-layout { order: 4; }
  .benefits { order: 5; }
  .offer { order: 6; }
  .promo-bar, .main-nav { display: none; }
  .site-header { height: 70px; padding: 8px 14px; grid-template-columns: auto minmax(0,1fr) auto; gap: 10px; }
  .brand { gap: 8px; }
  .brand-logo { width: 46px; height: 46px; }
  .brand-copy strong { font-size: 1.18rem; }
  .brand-copy small { display: none; }
  .header-actions .header-button:first-child { display: none; }
  .action-icon { width: 38px; height: 38px; }
  .search { grid-column: 2; grid-row: 1; height: 42px; }
  .search input { font-size: .83rem; }
  .search button { width: 45px; }
  .header-actions { grid-column: 3; }
  .hero { width: calc(100% - 24px); height: 620px; margin-top: 8px; border-radius: 20px; }
  .hero::before { width: 280px; height: 280px; left: -180px; bottom: 220px; border-width: 48px; }
  .hero-visual { top: auto; right: 10px; bottom: 10px; left: 10px; width: auto; height: 43%; border-radius: 14px; background-position: center 47%; }
  .hero-visual-note { right: 13px; bottom: 13px; width: 190px; padding: 11px 13px; }
  .hero-brand-seal { top: 14px; left: 14px; width: 78px; height: 78px; }
  .hero-slide { top: 0; width: 100%; height: 57%; align-items: center; }
  .hero-copy { padding: 24px 28px 10px; color: var(--ink); }
  .hero-kicker { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero h1, .hero h2 { max-width: 520px; font-size: clamp(2.35rem, 10vw, 3rem); }
  .hero p { max-width: 520px; font-size: .86rem; line-height: 1.55; }
  .hero-actions { align-items: center; flex-direction: row; gap: 18px; }
  .hero-trust { display: none; }
  .slider-arrow { top: auto; bottom: calc(43% + 20px); width: 34px; height: 34px; }
  .slider-arrow.prev { left: auto; right: 54px; }
  .slider-arrow.next { right: 14px; }
  .slider-dots { bottom: 26px; left: 28px; transform: none; }
  .slider-dots button { background: rgba(255,255,255,.62); }
  .slider-dots button.active { background: var(--yellow); }
  .category-showcase { width: 100%; padding: 46px 16px 0; }
  .showcase-heading > a { display: none; }
  .showcase-grid { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 2px 18px; scrollbar-width: none; }
  .showcase-grid::-webkit-scrollbar { display: none; }
  .showcase-card { min-width: min(82vw, 350px); min-height: 172px; grid-template-columns: 42% 58%; scroll-snap-align: start; }
  .showcase-card:first-child { grid-row: auto; }
  .showcase-card:not(:first-child) { grid-template-columns: 42% 58%; }
  .showcase-copy { padding-right: 16px; }
  .brand-promise { width: calc(100% - 32px); min-height: 0; margin: 30px 16px 8px; padding: 28px 24px; grid-template-columns: 82px 1fr; gap: 18px; }
  .brand-promise-logo { width: 82px; height: 82px; }
  .brand-promise-logo img { width: 74px; height: 74px; }
  .brand-promise-copy h2 { font-size: 1.75rem; }
  .brand-promise-copy p { font-size: .72rem; }
  .brand-values { grid-column: 1 / -1; grid-template-columns: repeat(3,1fr); gap: 6px; }
  .brand-values span { min-width: 0; padding: 9px 7px; font-size: .62rem; text-align: center; }
  .brand-values b { display: block; margin: 0 0 3px; }
  .benefits { margin: 8px 16px 58px; }
  .benefits article { padding: 12px !important; }
  .benefits b { font-size: .81rem; }
  .store-layout { width: 100%; margin: 42px 0 52px; padding: 0 16px; }
  .section-heading { align-items: flex-start; }
  .section-heading h2 { font-size: 2.1rem; }
  .catalog-intro { max-width: 210px; }
  .catalog-tools { display: block; }
  .catalog-tools > p { margin: 0 0 5px; text-align: right; }
  .catalog-tools label { justify-content: flex-end; }
  .catalog-tools label > span { display: none; }
  .product-grid { gap: 12px; }
  .product-card:first-child { grid-column: auto; display: block; }
  .product-card:first-child .product-visual { height: 190px; min-height: 0; }
  .product-card:first-child .product-info { display: block; padding: 13px; }
  .product-card:first-child .product-info h3 { max-width: none; min-height: 39px; font-size: .8rem; }
  .product-card:first-child .product-rating { margin-bottom: 15px; }
  .product-visual { height: 190px; }
  .product-info { padding: 13px; }
  .product-meta { display: block; }
  .stock-status { margin-top: 5px; }
  .product-info h3 { min-height: 39px; font-size: .8rem; }
  .add-cart { min-width: 42px; width: 42px; padding: 0; }
  .add-cart .add-label { display: none; }
  .offer { min-height: 0; margin: 0 16px 66px; padding: 34px 26px; gap: 0; }
  .offer-mark { display: none; }
  .offer .light-cta { margin: 22px 0 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { display: grid; gap: 7px; }
  footer { padding-bottom: 30px; }
  .social-float { right: 14px; bottom: 80px; }
  .social-action { min-width: 52px; width: 52px; min-height: 52px; height: 52px; padding: 5px; border-radius: 50%; }
  .social-icon { width: 42px; height: 42px; border-radius: 50%; }
  .social-copy { display: none; }
  .advisor-menu { right: 0; bottom: 124px; width: min(370px,calc(100vw - 28px)); }
  .mobile-dock {
    position: fixed;
    z-index: 9;
    right: 0;
    bottom: 0;
    left: 0;
    height: 66px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--line);
    background: rgba(255,255,255,.96);
    box-shadow: 0 -8px 30px rgba(7,20,49,.08);
    backdrop-filter: blur(12px);
  }
  .mobile-dock a, .mobile-dock button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    border: 0;
    background: transparent;
    color: #5f687a;
    font-size: .6rem;
    font-weight: 800;
    text-decoration: none;
  }
  .mobile-dock svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .dock-badge { position: absolute; top: 5px; left: calc(50% + 7px); min-width: 17px; height: 17px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 20px; background: var(--red); color: #fff; font-size: .55rem; }
  .cart-drawer, .modal { z-index: 12; }
}

@media (max-width: 430px) {
  .brand-copy strong { display: none; }
  .site-header { padding-right: 10px; padding-left: 10px; gap: 7px; }
  .hero { height: 640px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 9px; }
  .hero-visual-note { width: 168px; }
  .brand-promise { grid-template-columns: 64px 1fr; padding: 24px 18px; }
  .brand-promise-logo { width: 64px; height: 64px; }
  .brand-promise-logo img { width: 58px; height: 58px; }
  .brand-promise-copy h2 { font-size: 1.45rem; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-visual { height: 160px; }
  .product-info h3 { min-height: 50px; font-size: .75rem; }
  .product-card:first-child { grid-column: 1 / -1; }
  .product-card:first-child .product-visual { height: 270px; }
  .product-card:first-child .product-info h3 { min-height: auto; font-size: .92rem; }
  .product-card:first-child .add-cart { width: auto; min-width: 96px; padding: 0 13px; }
  .product-card:first-child .add-cart .add-label { display: inline; }
  .product-meta { display: block; }
  .stock-status { margin-top: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  .showcase-photo, .product-visual { transition: none; }
}
