:root {
  --sky: #bfe8f1;
  --sky-soft: #eaf8fa;
  --sky-deep: #74b9c8;
  --navy: #1e3d4d;
  --navy-soft: #456875;
  --coral: #ed9e8a;
  --coral-deep: #cf756e;
  --butter: #f6d58e;
  --paper: #fffdf8;
  --sand: #f6eee5;
  --line: rgba(30, 61, 77, .14);
  --white: #ffffff;
  --green: #25856c;
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 20px 50px rgba(30, 61, 77, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  color: var(--navy);
  background: #789ca8;
  font-family: var(--sans);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}
body.cart-open, body.detail-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; cursor: pointer; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }

.app-frame {
  width: min(100%, 1080px);
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 0 90px rgba(19, 48, 60, .24);
}
.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 75px;
  padding: 12px 42px;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  background: rgba(255, 253, 248, .88);
  backdrop-filter: blur(20px);
}
.brand-link { display: inline-flex; align-items: center; gap: 11px; min-width: 0; }
.brand-link img { width: 44px; height: 44px; flex: 0 0 auto; border: 2px solid var(--sky); border-radius: 50%; object-fit: cover; }
.brand-link span { display: flex; flex-direction: column; color: var(--navy); font-family: var(--serif); font-size: 23px; font-weight: 700; letter-spacing: -.05em; line-height: .86; }
.brand-link small { margin-top: 7px; color: var(--navy-soft); font-family: var(--sans); font-size: 8px; font-weight: 700; letter-spacing: .12em; line-height: 1; text-transform: uppercase; }
.desktop-nav { display: flex; justify-content: center; gap: 31px; color: var(--navy-soft); font-size: 12px; font-weight: 700; }
.desktop-nav a { transition: color 180ms ease; }
.desktop-nav a:hover { color: var(--coral-deep); }
.cart-trigger { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 999px; padding: 0 12px; color: var(--navy); background: var(--white); font-size: 11px; font-weight: 700; white-space: nowrap; box-shadow: 0 7px 18px rgba(30, 61, 77, .07); }
.cart-trigger:hover { border-color: var(--sky-deep); }
.cart-trigger-icon { font-size: 20px; line-height: 1; }
.cart-trigger strong { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: var(--white); background: var(--coral-deep); font-size: 10px; }
.cart-trigger-floating { position: fixed; z-index: 35; right: max(18px, calc((100vw - 1080px) / 2 + 18px)); bottom: calc(18px + env(safe-area-inset-bottom)); width: 59px; height: 59px; min-height: 59px; justify-content: center; border: 2px solid rgba(255,255,255,.92); border-radius: 50%; padding: 0; background: var(--white); box-shadow: 0 12px 28px rgba(30, 61, 77, .2); }
.cart-trigger-floating > span:not(.cart-trigger-icon) { display: none; }
.cart-trigger-floating .cart-trigger-icon { font-size: 27px; }
.cart-trigger-floating strong { position: absolute; top: -5px; right: -5px; width: 23px; height: 23px; border: 2px solid var(--white); }
.cart-trigger-floating.is-bouncing { animation: cart-bounce 800ms cubic-bezier(.34,1.35,.64,1); }
@keyframes cart-bounce { 0%,100% { transform: translateY(0) rotate(0); } 30% { transform: translateY(-5px) rotate(-5deg); } 55% { transform: translateY(2px) rotate(4deg); } 75% { transform: translateY(-2px) rotate(-2deg); } }
.flying-piece { position: fixed; z-index: 100; display: grid; width: 72px; height: 72px; place-items: center; overflow: hidden; border: 3px solid var(--white); border-radius: 50%; pointer-events: none; background: var(--sky); box-shadow: 0 8px 18px rgba(30,61,77,.25); transform: translate3d(0,0,0) scale(1) rotate(0); transition: transform 1200ms cubic-bezier(.18,.78,.24,1), opacity 1200ms ease; }
.flying-piece img { width: 100%; height: 100%; object-fit: cover; }
.flying-piece.is-flying { opacity: .1; transform: translate3d(var(--travel-x), var(--travel-y), 0) scale(.24) rotate(360deg); }

.hero { position: relative; min-height: 590px; overflow: hidden; color: var(--white); background: var(--navy); }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background-image: url("assets/images/hero-crianca.jpg"); background-position: center 36%; background-size: cover; filter: saturate(.92); }
.hero-shade { background: linear-gradient(90deg, rgba(21, 49, 62, .93) 0%, rgba(24, 57, 71, .79) 34%, rgba(24, 57, 71, .13) 79%), linear-gradient(0deg, rgba(21,49,62,.75) 0%, transparent 47%); }
.hero-content { position: relative; z-index: 2; display: flex; min-height: 590px; max-width: 660px; flex-direction: column; justify-content: flex-end; padding: 50px 58px 43px; }
.eyebrow { margin: 0 0 10px; color: var(--coral-deep); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: #d4f6fa; }
.hero h1 { max-width: 590px; margin: 0 0 17px; font-family: var(--serif); font-size: clamp(46px, 7vw, 76px); letter-spacing: -.065em; line-height: .94; }
.hero h1 em, h2 em { color: var(--sky-deep); font-style: normal; }
.hero h1 em { color: var(--sky); }
.hero-copy { max-width: 425px; margin: 0 0 25px; color: #e5f6f8; font-size: 15px; line-height: 1.58; }
.hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hero-text-link { color: var(--white); font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }
.hero-trust { display: flex; gap: 15px; flex-wrap: wrap; margin-top: 34px; color: #c7e4e8; font-size: 10px; }
.hero-trust span { padding-right: 15px; border-right: 1px solid rgba(212,246,250,.35); }
.hero-trust span:last-child { border-right: 0; }
.hero-trust b { color: var(--white); }
.hero-sticker { position: absolute; z-index: 2; top: 38px; right: 46px; display: grid; width: 100px; height: 100px; place-items: center; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; color: var(--white); font-family: var(--serif); font-size: 16px; line-height: .85; text-align: center; transform: rotate(9deg); }
.hero-sticker b { color: var(--sky); font-size: 18px; }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(191,232,241,.4); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { top: -170px; right: -140px; width: 500px; height: 500px; }
.hero-orbit-two { top: -105px; right: -74px; width: 365px; height: 365px; border-color: rgba(246,213,142,.52); }

.button { display: inline-flex; min-height: 47px; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; padding: 0 19px; font-size: 12px; font-weight: 700; transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .category-tab:focus-visible, .cart-trigger:focus-visible, .close-button:focus-visible, .detail-back:focus-visible, .add-button:focus-visible, .qty-button:focus-visible, .category-card:focus-visible, .text-link:focus-visible { outline: 3px solid rgba(116,185,200,.55); outline-offset: 3px; }
.button-primary { color: var(--navy); background: var(--sky); box-shadow: 0 10px 22px rgba(15,44,57,.2); }
.button-primary:hover { background: #d8f5f8; }
.button-dark { color: var(--white); background: var(--navy); }
.button-light { color: var(--navy); background: var(--white); }
.button-whatsapp { width: 100%; color: var(--white); background: var(--green); box-shadow: 0 10px 22px rgba(37,133,108,.22); }

.collection-strip, .catalog-tools, .catalog-section, .care-section { padding: 60px 46px 0; }
.collection-strip { background: var(--sky-soft); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.section-heading h2, .featured-copy h2, .story-copy h2, .contact-banner h2, .drawer-header h2, .detail-info h2 { margin: 0; font-family: var(--serif); letter-spacing: -.06em; line-height: .96; }
.section-heading h2 { font-size: clamp(31px, 4vw, 47px); }
.section-note { max-width: 280px; margin: 0 0 3px; color: var(--navy-soft); font-size: 12px; line-height: 1.55; }
.category-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; padding: 38px 0 60px; }
.category-card { display: flex; min-height: 118px; flex-direction: column; align-items: center; justify-content: center; gap: 10px; border: 1px solid rgba(116,185,200,.32); border-radius: 24px; color: var(--navy); background: rgba(255,255,255,.78); transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.category-card:hover { border-color: var(--sky-deep); box-shadow: 0 10px 25px rgba(58,119,134,.13); transform: translateY(-3px); }
.category-photo { display: block; width: 62px; height: 62px; overflow: hidden; border: 3px solid var(--white); border-radius: 50%; background: var(--white); box-shadow: 0 5px 12px rgba(30,61,77,.12); }
.category-photo img { width: 100%; height: 100%; object-fit: cover; }
.category-card > span:last-child { display: flex; flex-direction: column; align-items: center; }
.category-card strong { font-size: 12px; }
.category-card small { margin-top: 3px; color: var(--navy-soft); font-size: 9px; }

.featured-card { display: grid; grid-template-columns: 1fr .9fr; min-height: 350px; margin: 30px 46px 0; overflow: hidden; border-radius: 32px; background: var(--butter); box-shadow: var(--shadow); }
.featured-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 46px; }
.featured-copy h2 { max-width: 390px; font-size: clamp(32px, 4vw, 52px); }
.featured-copy > p:not(.eyebrow) { max-width: 370px; margin: 18px 0 24px; color: #665343; font-size: 13px; line-height: 1.55; }
.featured-image { min-height: 350px; background: linear-gradient(90deg, rgba(246,213,142,.1), transparent 38%), url("assets/images/scene-boneca.jpg") center 42% / cover; }

.catalog-tools { padding-top: 72px; }
.product-count { padding: 9px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--navy-soft); font-size: 10px; font-weight: 700; white-space: nowrap; }
.search-box { display: flex; min-height: 50px; align-items: center; gap: 10px; margin: 28px 0 15px; border-bottom: 1px solid var(--line); }
.search-icon { color: var(--coral-deep); font-size: 28px; line-height: 1; transform: rotate(-18deg); }
.search-box input { width: 100%; border: 0; outline: 0; color: var(--navy); background: transparent; font-size: 14px; }
.search-box input::placeholder { color: #8aa0a7; }
.clear-search { color: var(--navy-soft); background: none; font-size: 22px; }
.category-tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.category-tab { min-height: 34px; border: 1px solid var(--line); border-radius: 999px; padding: 0 14px; color: var(--navy-soft); background: transparent; font-size: 11px; font-weight: 700; }
.category-tab.is-active, .category-tab:hover { border-color: var(--navy); color: var(--white); background: var(--navy); }
.catalog-section { padding-top: 23px; }
.catalog-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 18px; }
.catalog-kicker { margin: 0; color: var(--navy-soft); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.results-label { color: var(--coral-deep); font-size: 11px; font-weight: 700; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid rgba(30,61,77,.1); border-radius: 24px; background: var(--white); cursor: pointer; box-shadow: 0 8px 22px rgba(30,61,77,.05); transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease; }
.product-card:hover { border-color: rgba(116,185,200,.7); box-shadow: 0 18px 34px rgba(30,61,77,.13); transform: translateY(-5px); }
.product-photo { position: relative; aspect-ratio: .94; overflow: hidden; background: var(--sky-soft); }
.product-photo img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 300ms ease; }
.product-card:hover .product-photo img { transform: scale(1.04); }
.photo-tone-bichinhos { background: #dceff2; }
.photo-tone-bonecas { background: #f8e3df; }
.photo-tone-acessorios { background: #f8edcf; }
.product-badge { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 6px 9px; border-radius: 999px; color: var(--navy); background: rgba(255,255,255,.88); font-size: 9px; font-weight: 700; }
.product-code { position: absolute; right: 12px; bottom: 11px; color: var(--white); font-size: 10px; font-weight: 700; text-shadow: 0 1px 4px rgba(0,0,0,.35); }
.product-info { padding: 16px 16px 17px; }
.product-category { margin: 0 0 6px; color: var(--coral-deep); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.product-info h3 { min-height: 39px; margin: 0; color: var(--navy); font-family: var(--serif); font-size: 22px; letter-spacing: -.045em; line-height: .98; }
.product-desc { display: -webkit-box; min-height: 38px; margin: 9px 0 14px; overflow: hidden; color: var(--navy-soft); font-size: 11px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-bottom { display: flex; align-items: end; justify-content: space-between; gap: 10px; }
.price-wrap { display: flex; flex-direction: column; gap: 2px; }
.price-wrap del, .detail-price del { color: #91a2a7; font-size: 10px; text-decoration-thickness: 1px; }
.price-wrap strong { color: var(--coral-deep); font-size: 15px; }
.add-button { min-height: 32px; border: 1px solid var(--sky-deep); border-radius: 999px; padding: 0 11px; color: var(--navy); background: var(--sky-soft); font-size: 10px; font-weight: 700; }
.add-button:hover { color: var(--white); background: var(--sky-deep); }
.empty-state { padding: 48px 20px; border: 1px dashed var(--sky-deep); border-radius: 24px; text-align: center; }
.empty-icon, .cart-empty > span { display: block; margin-bottom: 8px; color: var(--coral-deep); font-size: 42px; line-height: 1; }
.empty-state h3, .cart-empty h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 25px; }
.empty-state p, .cart-empty p { margin: 0 0 18px; color: var(--navy-soft); font-size: 12px; }

.story-panel { display: grid; grid-template-columns: 1fr 1fr; min-height: 465px; margin: 76px 46px 0; overflow: hidden; border-radius: 30px; background: var(--sand); }
.story-image { min-height: 465px; background: url("assets/images/story-moment.jpg") center 32% / cover; }
.story-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 48px; }
.story-copy h2 { font-size: clamp(33px, 4vw, 50px); }
.story-copy > p:not(.eyebrow):not(.story-signature) { max-width: 370px; margin: 20px 0 17px; color: var(--navy-soft); font-size: 13px; line-height: 1.65; }
.story-signature { margin: 0 0 23px; color: var(--coral-deep); font-family: var(--serif); font-size: 16px; }
.text-link { color: var(--navy); font-size: 12px; font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }
.care-section { padding-top: 76px; }
.care-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 35px 0 76px; }
.care-card { min-height: 190px; padding: 24px; border-top: 3px solid var(--sky-deep); background: var(--sky-soft); }
.care-card:nth-child(2) { border-color: var(--coral); background: #fff1eb; }
.care-card:nth-child(3) { border-color: var(--butter); background: #fff8e6; }
.care-number { color: var(--navy-soft); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.care-card h3 { margin: 22px 0 8px; font-family: var(--serif); font-size: 22px; letter-spacing: -.04em; }
.care-card p { max-width: 250px; margin: 0; color: var(--navy-soft); font-size: 11px; line-height: 1.5; }
.contact-banner { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin: 0 46px 70px; padding: 42px 46px; border-radius: 28px; color: var(--white); background: var(--navy); }
.contact-banner h2 { font-size: clamp(32px, 4vw, 50px); }
.contact-banner h2 em { color: var(--sky); }
.contact-banner > div > p:last-child { max-width: 390px; margin: 18px 0 0; color: #c7e4e8; font-size: 12px; line-height: 1.5; }

.site-footer { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 32px; padding: 35px 46px 42px; color: var(--white); background: #294d5d; }
.footer-brand { display: grid; grid-template-columns: 38px auto; align-items: center; column-gap: 10px; }
.footer-brand img { width: 38px; height: 38px; grid-row: span 2; border: 2px solid var(--sky); border-radius: 50%; object-fit: cover; }
.footer-brand strong { font-family: var(--serif); font-size: 23px; letter-spacing: -.05em; }
.footer-brand span { color: #c7e4e8; font-size: 10px; }
.footer-contact { display: flex; flex-direction: column; gap: 5px; color: #c7e4e8; font-size: 10px; line-height: 1.2; }
.footer-contact a { color: var(--white); font-weight: 700; }
.wsx-watermark { display: flex; flex-direction: column; align-items: end; gap: 3px; color: #b7d7dc; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.wsx-watermark strong { color: var(--white); font-size: 10px; letter-spacing: .02em; }

.cart-drawer, .product-detail { position: fixed; z-index: 70; inset: 0; }
.drawer-overlay, .detail-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; background: rgba(18,42,53,.55); backdrop-filter: blur(4px); }
.drawer-panel { position: absolute; top: 0; right: 0; display: flex; width: min(100%, 450px); height: 100%; flex-direction: column; overflow: auto; background: var(--paper); box-shadow: -20px 0 50px rgba(18,42,53,.2); animation: sheet-in 220ms ease both; }
@keyframes sheet-in { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); } }
.cart-banner { display: flex; min-height: 98px; align-items: center; gap: 14px; padding: 20px 26px; color: var(--navy); background: var(--sky); font-family: var(--serif); font-size: 20px; }
.cart-banner-shape { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: var(--coral-deep); background: var(--white); font-size: 28px; }
.drawer-header, .detail-header { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding: 25px 26px 16px; }
.drawer-header h2 { font-size: 34px; }
.close-button { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); background: var(--white); font-size: 23px; line-height: 1; }
.drawer-body { padding: 0 26px 26px; }
.cart-item { display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.cart-item-photo, .suggestion-photo { display: grid; place-items: center; overflow: hidden; border-radius: 16px; background: var(--sky-soft); }
.cart-item-photo { width: 60px; height: 60px; }
.cart-item-photo img, .suggestion-photo img { width: 100%; height: 100%; object-fit: cover; }
.cart-item h3 { margin: 0 0 4px; font-family: var(--serif); font-size: 17px; line-height: 1; }
.cart-item p { margin: 0 0 7px; color: var(--navy-soft); font-size: 10px; }
.cart-item-total { align-self: start; color: var(--navy); font-size: 12px; }
.quantity-control { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-size: 11px; font-weight: 700; }
.qty-button { display: grid; width: 23px; height: 23px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); background: var(--white); font-size: 15px; line-height: 1; }
.cart-empty { padding: 28px 0; text-align: center; }
.cart-suggestions { padding: 22px 0 6px; }
.mini-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.mini-heading h3 { margin: 0; font-family: var(--serif); font-size: 22px; letter-spacing: -.04em; }
.mini-heading span { color: var(--navy-soft); font-size: 9px; }
.suggestion-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.suggestion-card { display: grid; grid-template-columns: 40px 1fr 17px; align-items: center; gap: 8px; min-width: 0; padding: 7px; border: 1px solid var(--line); border-radius: 13px; color: var(--navy); background: var(--white); text-align: left; }
.suggestion-card:hover { border-color: var(--sky-deep); }
.suggestion-photo { width: 40px; height: 40px; border-radius: 10px; }
.suggestion-card strong, .suggestion-card small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.suggestion-card strong { font-size: 10px; }
.suggestion-card small { margin-top: 3px; color: var(--navy-soft); font-size: 9px; }
.suggestion-card .plus { color: var(--coral-deep); font-size: 19px; }
.cart-summary { margin-top: 20px; padding: 16px 0; border-top: 1px solid var(--navy); border-bottom: 1px solid var(--line); }
.cart-summary > div { display: flex; align-items: center; justify-content: space-between; gap: 14px; font-size: 12px; }
.cart-summary strong { font-size: 18px; }
.cart-summary p { margin: 8px 0 0; color: var(--navy-soft); font-size: 10px; line-height: 1.45; }
.checkout-form { padding-top: 17px; }

.product-detail { display: grid; place-items: end center; }
.detail-sheet { position: relative; width: min(100%, 780px); max-height: min(90vh, 760px); overflow: auto; border-radius: 30px 30px 0 0; background: var(--paper); box-shadow: 0 -20px 50px rgba(18,42,53,.2); animation: sheet-up 240ms ease both; }
@keyframes sheet-up { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.detail-header { align-items: center; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.detail-back { color: var(--navy); background: none; font-size: 12px; font-weight: 700; }
.detail-header > span { color: var(--coral-deep); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.detail-content { display: grid; grid-template-columns: .9fr 1fr; gap: 28px; padding: 24px 26px 20px; }
.detail-photo { min-height: 320px; overflow: hidden; border-radius: 22px; background: var(--sky-soft); }
.detail-photo img { display: block; width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.detail-info { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.detail-info h2 { font-size: clamp(33px, 5vw, 52px); }
.detail-description { max-width: 330px; margin: 17px 0; color: var(--navy-soft); font-size: 13px; line-height: 1.55; }
.detail-price { display: flex; align-items: baseline; gap: 9px; margin-bottom: 19px; }
.detail-price del { font-size: 12px; }
.detail-price strong { color: var(--coral-deep); font-size: 22px; }
.detail-add { width: 100%; }
.detail-suggestions { padding: 0 26px 27px; }

.toast { position: fixed; z-index: 110; right: 18px; bottom: calc(88px + env(safe-area-inset-bottom)); max-width: min(330px, calc(100vw - 36px)); padding: 13px 17px; border-radius: 14px; color: var(--white); background: var(--navy); font-size: 11px; line-height: 1.4; box-shadow: 0 12px 26px rgba(18,42,53,.22); opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity 180ms ease, transform 180ms ease; }
.toast.is-visible { opacity: 1; transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 820px) {
  .site-header { grid-template-columns: auto auto; justify-content: space-between; padding-inline: 24px; }
  .desktop-nav { display: none; }
  .collection-strip, .catalog-tools, .catalog-section, .care-section { padding-inline: 28px; }
  .featured-card, .story-panel, .contact-banner { margin-inline: 28px; }
  .featured-copy, .story-copy { padding: 34px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer { grid-template-columns: 1fr auto; padding-inline: 28px; }
  .wsx-watermark { grid-column: 1 / -1; align-items: start; }
}

@media (max-width: 560px) {
  body { background: var(--paper); }
  .site-header { min-height: 66px; padding: 9px 16px; }
  .brand-link img { width: 38px; height: 38px; }
  .brand-link span { font-size: 20px; }
  .brand-link small { font-size: 7px; }
  .cart-trigger-header { width: 43px; height: 43px; justify-content: center; padding: 0; }
  .cart-trigger-header > span:not(.cart-trigger-icon) { display: none; }
  .cart-trigger-header .cart-trigger-icon { font-size: 22px; }
  .cart-trigger-header strong { position: absolute; top: 6px; right: 12px; width: 18px; height: 18px; border: 2px solid var(--paper); font-size: 9px; }
  .hero, .hero-content { min-height: 610px; }
  .hero-image { background-position: 60% 35%; }
  .hero-shade { background: linear-gradient(0deg, rgba(21,49,62,.94) 0%, rgba(21,49,62,.54) 47%, rgba(21,49,62,.08) 100%); }
  .hero-content { padding: 28px 22px 26px; }
  .hero h1 { font-size: clamp(43px, 13vw, 62px); }
  .hero-copy { font-size: 13px; }
  .hero-sticker { top: 22px; right: 20px; width: 78px; height: 78px; font-size: 12px; }
  .hero-sticker b { font-size: 14px; }
  .hero-trust { gap: 9px; margin-top: 25px; }
  .hero-trust span { padding-right: 9px; font-size: 9px; }
  .collection-strip, .catalog-tools, .catalog-section, .care-section { padding-inline: 18px; }
  .collection-strip, .catalog-tools, .care-section { padding-top: 46px; }
  .section-heading { align-items: start; flex-direction: column; gap: 14px; }
  .section-heading h2 { font-size: 37px; }
  .section-note { max-width: 330px; }
  .category-row { grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 28px 0 46px; }
  .category-card { min-height: 126px; }
  .featured-card { grid-template-columns: 1fr; margin: 18px 18px 0; border-radius: 24px; }
  .featured-copy { padding: 30px 24px 25px; }
  .featured-copy h2 { font-size: 37px; }
  .featured-image { min-height: 230px; }
  .catalog-tools { padding-top: 51px; }
  .product-count { align-self: flex-start; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .product-info { padding: 12px 11px 13px; }
  .product-info h3 { min-height: 34px; font-size: 18px; }
  .product-desc { display: none; }
  .product-bottom { align-items: center; margin-top: 13px; }
  .add-button { width: 29px; height: 29px; min-height: 29px; padding: 0; font-size: 0; }
  .add-button span { font-size: 19px; line-height: 1; }
  .price-wrap strong { font-size: 13px; }
  .story-panel { grid-template-columns: 1fr; margin: 54px 18px 0; border-radius: 24px; }
  .story-image { min-height: 310px; }
  .story-copy { padding: 31px 24px 35px; }
  .story-copy h2 { font-size: 39px; }
  .care-section { padding-top: 55px; }
  .care-grid { grid-template-columns: 1fr; gap: 10px; padding: 28px 0 53px; }
  .care-card { min-height: 145px; padding: 21px; }
  .care-card h3 { margin-top: 14px; }
  .contact-banner { align-items: start; flex-direction: column; margin: 0 18px 53px; padding: 31px 24px; border-radius: 24px; }
  .contact-banner h2 { font-size: 40px; }
  .site-footer { grid-template-columns: 1fr; gap: 23px; padding: 29px 20px 35px; }
  .footer-contact { flex-direction: row; flex-wrap: wrap; }
  .wsx-watermark { grid-column: auto; }
  .detail-content { grid-template-columns: 1fr; gap: 17px; padding-inline: 18px; }
  .detail-sheet { max-height: 94vh; border-radius: 24px 24px 0 0; }
  .detail-photo, .detail-photo img { min-height: 270px; max-height: 330px; }
  .detail-info h2 { font-size: 39px; }
  .detail-suggestions { padding-inline: 18px; }
  .drawer-header, .detail-header { padding-inline: 18px; }
  .drawer-body { padding-inline: 18px; }
  .cart-banner { padding-inline: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
