:root {
  --ink: #101114;
  --paper: #f3f4f6;
  --white: #ffffff;
  --blue: #0875e1;
  --blue-dark: #0456b2;
  --blue-soft: #dceeff;
  --muted: #6d7178;
  --line: #dde0e5;
  --gold: #c99d42;
  --green: #1f9b58;
  --radius: 18px;
  --shadow: 0 18px 45px rgba(25, 34, 48, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
body, button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
button, input, select { color: inherit; }
button, select { cursor: pointer; }
img { display: block; max-width: 100%; }

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

.announcement-bar { overflow: hidden; color: var(--white); background: var(--blue); }
.announcement-track {
  display: flex;
  width: max-content;
  padding: .55rem 0;
  animation: announcement-scroll 28s linear infinite;
}
.announcement-track span {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0 2.4rem;
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .12em;
  white-space: nowrap;
}
.announcement-track span::after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.75); }
@keyframes announcement-scroll { to { transform: translateX(-50%); } }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
  min-height: 88px;
  padding: .65rem max(1.5rem, calc((100vw - 1240px) / 2));
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: .75rem; width: max-content; }
.brand-logo { width: 4.1rem; height: 4.1rem; object-fit: contain; border-radius: .9rem; background: #fff; }
.brand-name { font-size: .95rem; font-weight: 900; letter-spacing: .16em; }
.desktop-nav { display: flex; align-items: center; gap: 1.7rem; font-size: .88rem; font-weight: 700; }
.desktop-nav a { color: #44474d; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--blue); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: .55rem; }
.header-instagram { display: inline-flex; align-items: center; gap: .45rem; min-height: 2.7rem; padding: .6rem .78rem; color: #3f4349; background: var(--white); border: 1px solid var(--line); border-radius: 999px; font-size: .76rem; font-weight: 800; }
.header-instagram:hover { color: var(--blue); border-color: var(--blue); }
.header-instagram svg { width: 1.05rem; fill: none; stroke: currentColor; stroke-width: 1.8; }
.cart-button { position: relative; display: inline-flex; align-items: center; gap: .45rem; min-height: 2.7rem; padding: .6rem .72rem; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 999px; font-size: .78rem; font-weight: 800; }
.cart-button:hover { color: var(--blue); border-color: var(--blue); }
.cart-button svg { width: 1.15rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.cart-count { display: grid; place-items: center; min-width: 1.25rem; height: 1.25rem; padding: 0 .25rem; color: var(--white); background: var(--blue); border-radius: 999px; font-size: .64rem; line-height: 1; }
.header-cta {
  padding: .72rem 1.05rem;
  color: var(--white);
  background: var(--ink);
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 800;
  transition: transform .2s ease, background .2s ease;
}
.header-cta:hover { transform: translateY(-2px); background: var(--blue); }

main { overflow: hidden; }
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 1rem;
  width: min(100% - 3rem, 1240px);
  min-height: 510px;
  margin: 2.25rem auto 0;
  padding: clamp(2.2rem, 5vw, 4.6rem);
  overflow: hidden;
  background: linear-gradient(125deg, #f8fbff 0%, #e2f1ff 50%, #acd6ff 100%);
  border: 1px solid rgba(8,117,225,.14);
  border-radius: 28px;
  box-shadow: 0 18px 50px rgba(33, 76, 119, .1);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: radial-gradient(circle at 1px 1px, #2989e7 1px, transparent 0);
  background-size: 24px 24px;
  mask-image: linear-gradient(90deg, #000, transparent 78%);
}
.hero-content { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 .9rem; color: var(--blue-dark); font-size: .75rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: var(--blue-dark); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2 { margin: 0; font-weight: 900; letter-spacing: -.055em; line-height: .95; }
h1 { max-width: 650px; font-size: clamp(3.5rem, 6.8vw, 6.4rem); }
h1 span { color: var(--blue); }
.hero-copy { max-width: 560px; margin: 1.5rem 0 0; color: #535960; font-size: clamp(1rem, 1.8vw, 1.18rem); }
.hero-actions, .buy-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; margin-top: 1.8rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 3.15rem; padding: .8rem 1.25rem; border: 1px solid transparent; border-radius: 999px; font-size: .9rem; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue); }
.button-primary:hover { background: var(--blue-dark); }
.button-secondary { color: var(--ink); background: rgba(255,255,255,.65); border-color: rgba(16,17,20,.18); }
.button-secondary:hover { background: var(--white); border-color: var(--ink); }
.button-instagram { color: var(--ink); background: transparent; border-color: rgba(16,17,20,.2); }
.button-instagram:hover { color: var(--blue-dark); background: var(--white); border-color: var(--blue); }
.hero-art { position: relative; z-index: 1; display: grid; place-items: center; min-height: 390px; }
.hero-art img { position: relative; z-index: 2; width: min(100%, 430px); aspect-ratio: 1; object-fit: contain; filter: drop-shadow(0 24px 28px rgba(15,54,92,.2)); }
.hero-orbit { position: absolute; width: 380px; height: 380px; border: 2px solid rgba(8,117,225,.18); border-radius: 50%; box-shadow: 0 0 0 34px rgba(255,255,255,.18), 0 0 0 70px rgba(8,117,225,.06); }
.hero-seal { position: absolute; z-index: 3; right: 4%; bottom: 7%; display: grid; place-items: center; width: 92px; height: 92px; color: var(--white); background: var(--ink); border: 4px solid var(--white); border-radius: 50%; font-size: 1.1rem; font-weight: 900; transform: rotate(-8deg); box-shadow: var(--shadow); }
.hero-seal small { display: block; margin-top: -.25rem; font-size: .63rem; letter-spacing: .06em; text-transform: uppercase; }

.entry-section, .catalog-section { width: min(100% - 3rem, 1240px); margin: 0 auto; }
.entry-section { padding: 6rem 0 2rem; }
.entry-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.entry-heading h2, .section-heading h2, .buy-intro h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.entry-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1rem; margin-top: 2.2rem; }
.entry-card { position: relative; grid-column: span 2; min-width: 0; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); text-align: left; box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.entry-card:nth-child(-n+2) { grid-column: span 3; }
.entry-card:nth-child(n+6) { grid-column: span 2; }
.entry-card:hover, .entry-card:focus-visible { transform: translateY(-5px); border-color: rgba(8,117,225,.4); box-shadow: var(--shadow); outline: 0; }
.entry-visual { display: block; height: 245px; background-color: #fff; background-image: url("assets/category-characters.webp"); background-repeat: no-repeat; background-size: 400% auto; background-position-y: 38%; transition: transform .3s ease; }
.entry-card:nth-child(-n+2) .entry-visual { height: 300px; }
.entry-card:hover .entry-visual { transform: scale(1.025); }
.entry-card--men .entry-visual { background-image: url("assets/art-du-parfo-logo.webp"); background-size: contain; background-position: center; }
.entry-card--women .entry-visual { background-position-x: 100%; }
.entry-card--arabic .entry-visual { background-position-x: 0%; }
.entry-card--designer .entry-visual { background-position-x: 33.333%; }
.entry-card--niche .entry-visual { background-position-x: 66.666%; }
.entry-visual--type { position: relative; display: grid; align-content: center; justify-items: center; gap: .2rem; overflow: hidden; background-image: none; background-color: #fff; }
.entry-visual--type::before { content: ""; position: absolute; top: 50%; left: 50%; width: 150px; height: 150px; border: 1px solid rgba(8,117,225,.15); border-radius: 50%; box-shadow: 0 0 0 22px rgba(8,117,225,.045); transform: translate(-50%, -50%); }
.entry-visual--type span { position: relative; z-index: 1; color: var(--ink); font-size: 5.4rem; font-weight: 900; letter-spacing: -.09em; line-height: .9; }
.entry-visual--type small { position: relative; z-index: 1; color: var(--blue-dark); font-size: .65rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.entry-card--kits .entry-visual--type::before { border-color: rgba(201,157,66,.28); box-shadow: 0 0 0 22px rgba(201,157,66,.07); }
.entry-card--kits .entry-visual--type span { color: #8b641d; }
.entry-card--care .entry-visual--type::before { border-color: rgba(39,117,91,.24); box-shadow: 0 0 0 22px rgba(39,117,91,.055); }
.entry-card--care .entry-visual--type span { color: #246a55; font-size: 3.8rem; letter-spacing: -.12em; }
.entry-copy { position: relative; z-index: 2; display: flex; align-items: end; justify-content: space-between; gap: .75rem; padding: 1.05rem 1.2rem 1.2rem; border-top: 1px solid var(--line); background: var(--white); }
.entry-copy strong { font-size: 1.5rem; font-weight: 900; letter-spacing: -.03em; line-height: 1; }
.entry-copy small { color: var(--blue); font-size: .75rem; font-weight: 800; white-space: nowrap; }

.catalog-section { padding: 5rem 0 7rem; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(250px, 430px); align-items: end; gap: 3rem; }
.section-heading > p { margin: 0 0 .3rem; color: var(--muted); }
.catalog-toolbar { display: grid; grid-template-columns: minmax(260px, 1fr) 210px 230px; gap: .75rem; margin-top: 2.5rem; }
.search-field, .select-field { position: relative; display: flex; align-items: center; min-height: 3.35rem; background: var(--white); border: 1px solid var(--line); border-radius: 12px; }
.search-field:focus-within, .select-field:focus-within { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(8,117,225,.13); }
.search-field svg { position: absolute; left: 1rem; width: 1.15rem; fill: none; stroke: currentColor; stroke-width: 1.8; color: #777; }
.search-field input, .select-field select { width: 100%; min-height: 3.35rem; border: 0; outline: 0; background: transparent; }
.search-field input { padding: .75rem 1rem .75rem 2.9rem; }
.select-field select { padding: .75rem 2.5rem .75rem 1rem; appearance: none; background-image: linear-gradient(45deg,transparent 50%,#6e6a64 50%),linear-gradient(135deg,#6e6a64 50%,transparent 50%); background-position: calc(100% - 17px) 50%, calc(100% - 12px) 50%; background-size: 5px 5px; background-repeat: no-repeat; }
.type-tabs, .category-tabs { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: .9rem; }
.type-tabs { margin-top: 1.25rem; padding-bottom: .85rem; border-bottom: 1px solid var(--line); }
.type-tab, .category-tab { padding: .58rem 1rem; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: #565a60; font-size: .86rem; font-weight: 700; }
.type-tab:hover, .type-tab.active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.category-tab:hover, .category-tab.active { border-color: var(--blue); background: var(--blue); color: var(--white); }
.results-line { min-height: 2rem; display: flex; justify-content: space-between; align-items: center; margin: 1.7rem 0 .9rem; color: var(--muted); font-size: .86rem; }
.results-line p { margin: 0; }
.results-line button { border: 0; border-bottom: 1px solid currentColor; background: transparent; padding: .1rem 0; }
.product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .85rem; }
.product-card { position: relative; display: flex; flex-direction: column; min-height: 455px; padding: 1rem; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 15px; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.product-card:hover { transform: translateY(-4px); border-color: rgba(8,117,225,.32); box-shadow: var(--shadow); }
.product-meta { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: .4rem; align-items: start; }
.product-badges { display: flex; flex-wrap: wrap; gap: .3rem; }
.category-badge { display: inline-flex; padding: .28rem .5rem; border-radius: 999px; background: var(--blue-soft); color: var(--blue-dark); font-size: .64rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.type-badge { display: inline-flex; padding: .28rem .5rem; border-radius: 999px; color: #704f16; background: #fbf0d5; font-size: .64rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.product-card--tester .type-badge { color: var(--blue-dark); background: var(--blue-soft); }
.product-card[data-category="Diseñador"] .category-badge { background: #eef0f4; color: #46536d; }
.product-card[data-category="Árabe"] .category-badge { background: #f5ecdd; color: #7b561d; }
.gender { color: #8a8d92; font-size: .69rem; }
.product-image-wrap { position: relative; z-index: 1; display: grid; place-items: center; width: 100%; height: 205px; margin: .75rem 0 .55rem; padding: .15rem; overflow: hidden; border-radius: 10px; background: #fff; }
.product-image { display: block; width: 100%; height: 100%; margin: auto; object-fit: contain; object-position: 50% 50%; }
.product-card--kit .product-image-wrap { height: 215px; }
.product-image-fallback { color: #999ca2; font-size: .75rem; }
.product-brand { margin: .35rem 0 .25rem; color: #777b82; font-size: .69rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-card h3 { max-width: 100%; margin: 0; font-size: 1.08rem; font-weight: 850; line-height: 1.12; letter-spacing: -.025em; }
.product-details { display: flex; flex-wrap: wrap; gap: .2rem .5rem; min-height: 2.25rem; margin: .5rem 0 0; color: #83868c; font-size: .72rem; line-height: 1.35; }
.product-details span:first-child { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.product-details span + span::before { content: "·"; margin-right: .5rem; }
.product-bottom { margin-top: auto; padding-top: 1rem; }
.price { margin: 0; font-size: 1.25rem; font-weight: 900; line-height: 1; }
.price small { display: block; margin-bottom: .3rem; color: #999ca2; font-size: .62rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .42rem; margin-top: .8rem; }
.add-cart-button, .order-link { display: inline-flex; align-items: center; justify-content: center; min-height: 2.5rem; padding: .58rem .58rem; border-radius: 999px; font-size: .69rem; font-weight: 800; white-space: nowrap; }
.add-cart-button { color: var(--blue-dark); background: var(--white); border: 1px solid var(--blue); }
.add-cart-button:hover { color: var(--white); background: var(--blue); }
.order-link { color: var(--white); background: var(--ink); border: 1px solid var(--ink); }
.order-link:hover { background: var(--blue); }
.empty-state { padding: 4rem 1rem; text-align: center; color: var(--muted); background: var(--white); border: 1px dashed var(--line); border-radius: var(--radius); }
.empty-state button { border: 0; border-bottom: 1px solid currentColor; padding: .2rem 0; background: transparent; color: var(--ink); }
.load-more { display: block; min-width: 210px; margin: 2rem auto 0; padding: .8rem 1.15rem; border: 1px solid var(--ink); border-radius: 999px; background: var(--white); font-weight: 800; }
.load-more:hover { border-color: var(--blue); background: var(--blue); color: var(--white); }

.buy-section { display: grid; grid-template-columns: .95fr 1.05fr; gap: 6rem; padding: 6rem max(1.5rem, calc((100vw - 1240px) / 2)); color: var(--white); background: var(--blue-dark); }
.buy-section .eyebrow { color: #b8dcff; }
.buy-intro > p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.72); }
.buy-section .button-primary { color: var(--blue-dark); background: var(--white); }
.instagram-link { padding: .7rem .15rem; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.5); font-weight: 700; }
.buy-steps { margin: 0; padding: 0; list-style: none; }
.buy-steps li { display: grid; grid-template-columns: 50px 1fr; gap: 1rem; padding: 1.5rem 0; border-top: 1px solid rgba(255,255,255,.2); }
.buy-steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.buy-steps span { color: #b8dcff; font-size: 1.05rem; font-weight: 900; }
.buy-steps h3 { margin: 0; font-size: 1rem; }
.buy-steps p { margin: .25rem 0 0; color: rgba(255,255,255,.65); font-size: .88rem; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 2rem; padding: 3.5rem max(1.5rem, calc((100vw - 1240px) / 2)); color: rgba(255,255,255,.65); background: #0c0d10; }
.footer-brand { color: var(--white); }
.footer-brand .brand-logo { width: 5rem; height: 5rem; }
.site-footer > div > p { margin: .9rem 0 0; font-size: .84rem; }
.footer-links { display: flex; align-items: start; gap: 1.5rem; color: var(--white); font-size: .88rem; }
.footer-links a:hover { color: #80bdff; }
.footer-note { grid-column: 1 / -1; margin: 1.2rem 0 0; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .73rem; }
.floating-whatsapp { position: fixed; z-index: 30; right: 1.2rem; bottom: 1.2rem; display: grid; place-items: center; width: 3.55rem; height: 3.55rem; border-radius: 50%; background: var(--green); color: var(--white); box-shadow: 0 10px 28px rgba(0,0,0,.24); transition: transform .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.floating-whatsapp svg { width: 1.7rem; fill: currentColor; }

body.cart-open { overflow: hidden; }
.cart-backdrop { position: fixed; z-index: 60; inset: 0; background: rgba(10, 14, 20, .48); backdrop-filter: blur(2px); }
.cart-drawer { position: fixed; z-index: 70; top: 0; right: 0; display: flex; flex-direction: column; width: min(430px, 100vw); height: 100dvh; padding: 1.25rem; color: var(--ink); background: var(--paper); box-shadow: -18px 0 50px rgba(0,0,0,.2); transform: translateX(105%); visibility: hidden; pointer-events: none; transition: transform .25s ease, visibility .25s ease; }
.cart-drawer.open { transform: translateX(0); visibility: visible; pointer-events: auto; }
.cart-header { display: flex; justify-content: space-between; align-items: start; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.cart-header p { margin: 0 0 .15rem; color: var(--blue-dark); font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.cart-header h2 { font-size: 2.15rem; }
.cart-close { display: grid; place-items: center; width: 2.55rem; height: 2.55rem; padding: 0; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 50%; font-size: 1.65rem; line-height: 1; }
.cart-close:hover { color: var(--white); background: var(--blue); border-color: var(--blue); }
.cart-items { flex: 1; overflow-y: auto; margin: 0 -.3rem; padding: .8rem .3rem; }
.cart-item { display: grid; grid-template-columns: 74px minmax(0, 1fr) auto; gap: .8rem; align-items: center; padding: .8rem; background: var(--white); border-radius: 12px; box-shadow: 0 5px 16px rgba(24,32,45,.06); }
.cart-item + .cart-item { margin-top: .65rem; }
.cart-item-image { display: grid; place-items: center; width: 74px; height: 82px; padding: .2rem; overflow: hidden; background: #fff; border-radius: 8px; }
.cart-item-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.cart-item-copy { min-width: 0; }
.cart-item-brand { margin: 0 0 .15rem; color: var(--muted); font-size: .64rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.cart-item h3 { margin: 0; font-size: .86rem; line-height: 1.16; }
.cart-item-detail { margin: .28rem 0 0; color: var(--muted); font-size: .68rem; }
.cart-item-price { margin: .4rem 0 0; font-size: .83rem; font-weight: 900; }
.cart-item-controls { display: grid; grid-template-columns: 30px 28px 30px; align-items: center; justify-items: center; gap: .1rem; }
.cart-quantity-button { display: grid; place-items: center; width: 30px; height: 30px; padding: 0; color: var(--ink); background: #f2f4f7; border: 0; border-radius: 50%; font-size: 1rem; }
.cart-quantity-button:hover { color: var(--white); background: var(--blue); }
.cart-quantity { font-size: .78rem; font-weight: 850; }
.cart-remove { grid-column: 1 / -1; padding: .3rem 0 0; color: #8a8d92; background: transparent; border: 0; border-bottom: 1px solid transparent; font-size: .63rem; }
.cart-remove:hover { color: #b42318; border-color: currentColor; }
.cart-empty { margin: auto 0; padding: 2.5rem 1.3rem; color: var(--muted); text-align: center; }
.cart-empty strong { color: var(--ink); font-size: 1.05rem; }
.cart-empty p { margin: .45rem auto 0; max-width: 290px; font-size: .82rem; }
.cart-footer { padding-top: 1rem; border-top: 1px solid var(--line); }
.cart-total { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.cart-total span { color: var(--muted); font-size: .78rem; }
.cart-total strong { font-size: 1.45rem; }
.cart-footer > p { margin: .55rem 0 .85rem; color: var(--muted); font-size: .69rem; }
.cart-checkout { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 3.1rem; padding: .75rem 1rem; color: var(--white); background: var(--green); border-radius: 999px; font-size: .8rem; font-weight: 850; }
.cart-checkout:hover { background: #18824a; }
.cart-clear { display: block; margin: .65rem auto 0; padding: .2rem 0; color: #777b82; background: transparent; border: 0; border-bottom: 1px solid currentColor; font-size: .68rem; }
.cart-toast { position: fixed; z-index: 80; left: 50%; bottom: 1.2rem; padding: .78rem 1.05rem; color: var(--white); background: var(--ink); border-radius: 999px; box-shadow: 0 10px 28px rgba(0,0,0,.22); font-size: .76rem; font-weight: 800; transform: translateX(-50%); }

@media (max-width: 1080px) {
  .header-instagram span { display: none; }
  .header-instagram { width: 2.7rem; justify-content: center; padding: .6rem; }
  .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { min-height: 470px; }
  .hero-art img { width: min(100%, 350px); }
  .hero-orbit { width: 300px; height: 300px; }
  .catalog-toolbar { grid-template-columns: 1fr 1fr; }
  .search-field { grid-column: 1 / -1; }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .buy-section { grid-template-columns: 1fr; gap: 3.5rem; }
}

@media (max-width: 700px) {
  html { scroll-padding-top: 5rem; }
  .announcement-track { padding: .43rem 0; }
  .site-header { min-height: 70px; padding: .5rem 1rem; }
  .brand-name { font-size: .78rem; }
  .brand-logo { width: 3.35rem; height: 3.35rem; }
  .header-cta { padding: .6rem .8rem; font-size: .78rem; }
  .header-actions { gap: .4rem; }
  .cart-button { min-height: 2.45rem; padding: .5rem .6rem; }
  .cart-button-label { display: none; }
  .hero { grid-template-columns: 1fr; width: min(100% - 1.4rem, 1240px); min-height: auto; margin-top: .7rem; padding: 2.2rem 1.25rem 0; border-radius: 20px; }
  .hero::before { mask-image: linear-gradient(#000, transparent 90%); }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-copy { font-size: .96rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-art { min-height: 330px; margin-top: .5rem; }
  .hero-art img { width: min(92%, 330px); }
  .hero-orbit { width: 260px; height: 260px; }
  .hero-seal { width: 78px; height: 78px; right: 2%; bottom: 4%; font-size: .95rem; }
  .entry-section, .catalog-section { width: min(100% - 1.5rem, 1240px); }
  .entry-section { padding: 4.5rem 0 1rem; }
  .entry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; margin-top: 1.6rem; }
  .entry-card, .entry-card:nth-child(-n+2), .entry-card:nth-child(n+6) { grid-column: span 1; }
  .entry-visual, .entry-card:nth-child(-n+2) .entry-visual { height: 165px; }
  .entry-copy { align-items: start; flex-direction: column; gap: .3rem; padding: .8rem; }
  .entry-copy strong { font-size: 1.18rem; }
  .catalog-section { padding: 4.5rem 0 5rem; }
  .section-heading { grid-template-columns: 1fr; gap: .8rem; }
  .entry-heading h2, .section-heading h2, .buy-intro h2 { font-size: clamp(2.45rem, 12vw, 3.8rem); }
  .catalog-toolbar { grid-template-columns: 1fr; margin-top: 1.8rem; }
  .search-field { grid-column: auto; }
  .type-tabs, .category-tabs { flex-wrap: nowrap; overflow-x: auto; padding-bottom: .5rem; scrollbar-width: none; }
  .type-tabs::-webkit-scrollbar, .category-tabs::-webkit-scrollbar { display: none; }
  .type-tab, .category-tab { flex: 0 0 auto; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .6rem; }
  .product-card { min-height: 430px; padding: .8rem; }
  .product-image-wrap { height: 170px; margin: .6rem 0 .45rem; }
  .product-card--kit .product-image-wrap { height: 180px; }
  .product-card h3 { font-size: 1rem; }
  .product-actions { grid-template-columns: 1fr; }
  .add-cart-button, .order-link { width: 100%; }
  .buy-section { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .buy-actions { align-items: stretch; flex-direction: column; }
  .buy-actions .button, .instagram-link { width: 100%; text-align: center; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { flex-direction: column; gap: .45rem; }
}

@media (max-width: 560px) {
  .brand-name, .header-cta { display: none; }
}

@media (max-width: 410px) {
  .cart-button { min-width: 3rem; justify-content: center; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 500px; }
  .product-image-wrap { height: 250px; }
  .product-card--kit .product-image-wrap { height: 260px; }
}

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