:root {
  /* Bolos UI system: deep black, paper white, signature yellow. */
  --paper: #141414;
  --paper-deep: #222222;
  --surface-raised: #2b2b2b;
  --ink: #dedede;
  --ink-strong: #f1f0ed;
  --muted: #9a9a9a;
  --faint: #7d7d7d;
  --line: rgba(255, 255, 255, .10);
  --line-soft: rgba(255, 255, 255, .06);
  --accent: #aaa9a4;
  --accent-dark: #8f8e89;
  --night: #0d0d0d;
  --white: #f7f6f2;
  --glass: rgba(13, 13, 13, .66);
  --glass-raised: rgba(28, 28, 28, .74);
  --glass-border: rgba(255, 255, 255, .12);
  --overlay-paper: #f7f6f2;
  --dialog-surface: #deddd8;
  --overlay-ink: #171717;
  --overlay-muted: #686866;
  --overlay-line: rgba(23, 23, 23, .15);
  --overlay-line-soft: rgba(23, 23, 23, .09);
  --focus: #fcbe20;
  --font-display: Georgia, "Times New Roman", serif;
  --font-sans: Sora, Arial, sans-serif;
  --font-meta: var(--font-sans);
  --type-display: clamp(44px, 8vw, 92px);
  --type-card: clamp(12px, 1.05vw, 14px);
  --type-meta: 10px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --radius: 4px;
  --ease-out-quart: cubic-bezier(.25, 1, .5, 1);
  --ease-out-quint: cubic-bezier(.22, 1, .36, 1);
  --ease-in: cubic-bezier(.7, 0, .84, 0);
  --motion-fast: 140ms;
  --motion-state: 240ms;
  --motion-overlay: 360ms;
  --motion-entrance: 560ms;
}

* { box-sizing: border-box; }
*[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-sans); font-size: 15px; -webkit-font-smoothing: antialiased; padding-bottom: 74px; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; color: inherit; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 20; background: var(--night); color: var(--white); padding: 10px 14px; transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { height: 70px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; padding: 0 18px; position: fixed; top: 0; left: 0; right: 0; z-index: 20; background: rgba(13,13,13,.72); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); backdrop-filter: blur(22px) saturate(125%); -webkit-backdrop-filter: blur(22px) saturate(125%); }
.wordmark, .footer-brand { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.site-header .wordmark { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); flex-direction: column; gap: 2px; color: var(--white); }
.wordmark-main { font-family: Georgia, serif; font-size: 21px; font-weight: 400; letter-spacing: .24em; line-height: 1; margin-left: .24em; }
.wordmark-sub { color: #9b9b9b; font-family: Georgia, serif; font-size: 8px; font-weight: 400; letter-spacing: .08em; line-height: 1; white-space: nowrap; }
.menu-button { display: grid; place-content: center; gap: 5px; width: 44px; height: 44px; padding: 8px 4px; background: transparent; }
.menu-button span { display: block; width: 14px; height: 1px; background: var(--white); transition: width .2s ease; }
.menu-button:hover span:nth-child(2) { width: 10px; }
.wordmark-mark, .footer-brand .wordmark-mark { display: grid; place-items: center; width: 26px; height: 26px; background: var(--white); color: var(--paper); font-family: Georgia, serif; font-size: 17px; font-weight: 400; letter-spacing: 0; }
.header-actions { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.text-button { min-height: 44px; padding: 0 4px; background: transparent; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.text-button:hover { color: var(--accent); }
.icon-button { width: 44px; height: 44px; border: 1px solid var(--line); display: grid; place-items: center; background: transparent; border-radius: 50%; transition: background .2s, transform .2s; }
.icon-button:hover { background: var(--paper-deep); transform: translateY(-1px); }
svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }

main { max-width: 1440px; margin: 0 auto; }
.hero { min-height: min(760px, 88dvh); position: relative; isolation: isolate; display: flex; align-items: flex-end; overflow: hidden; background: var(--paper-deep) url('media/bolos-experiencia-poster.jpg') center / cover no-repeat; }
.hero-video, .hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { z-index: -2; display: block; object-fit: cover; object-position: center; }
.hero-scrim { z-index: -1; background: linear-gradient(180deg, rgba(13,13,13,.04) 0%, rgba(13,13,13,.06) 34%, rgba(13,13,13,.78) 100%), linear-gradient(90deg, rgba(13,13,13,.52) 0%, rgba(13,13,13,.12) 62%, rgba(13,13,13,.06) 100%); }
.hero-content { width: min(100%, 1440px); position: relative; z-index: 1; padding: clamp(90px, 15vh, 160px) 18px 58px; }
.hero .eyebrow { margin-bottom: 18px; color: rgba(247,246,242,.72); }
.hero h1 { width: 100%; max-width: none; color: var(--ink-strong); font-family: var(--font-sans); font-size: clamp(58px, 10vw, 126px); font-weight: 700; letter-spacing: -.095em; line-height: .84; text-transform: uppercase; }
.hero h1 em { color: var(--accent); font-family: var(--font-sans); font-style: normal; font-weight: 700; letter-spacing: inherit; }
.hero h1 .headline-line > span { white-space: nowrap; }
.hero-tagline { max-width: 30ch; margin: 22px 0 0; color: rgba(247,246,242,.82); font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(19px, 2vw, 29px); font-style: italic; font-weight: 500; letter-spacing: .01em; line-height: 1.05; }
.hero-note { max-width: 34ch; margin: 25px 0 0; color: rgba(247,246,242,.72); font-size: 13px; line-height: 1.55; }
.page-ready .hero-tagline { animation: soft-fade 480ms var(--ease-out-quart) 160ms both; }
.page-ready .hero-note { animation: soft-fade 480ms var(--ease-out-quart) 260ms both; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 26px; }
.hero-actions, .hero-meta { display: none; }
.hero-cta { width: auto; min-width: 174px; padding: 15px 17px; }
.hero-social { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; color: rgba(247,246,242,.82); font-family: var(--font-meta); font-size: 10px; font-weight: 600; letter-spacing: .04em; transition: color var(--motion-state) var(--ease-out-quart), transform var(--motion-state) var(--ease-out-quart); }
.hero-social span { color: var(--accent); font-size: 14px; }
.hero-social:hover { color: var(--accent); transform: translateY(-1px); }
.hero-meta { position: absolute; z-index: 1; right: 18px; bottom: 58px; display: none; align-items: center; gap: 18px; color: rgba(247,246,242,.58); font-family: var(--font-meta); font-size: 9px; letter-spacing: .08em; }
.hero-video-status { display: inline-flex; align-items: center; gap: 6px; color: rgba(247,246,242,.78); }
.hero-video-status i { width: 6px; height: 6px; display: inline-block; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(255,255,255,.10); }
.catalog-intro { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(240px, .6fr); gap: 30px; align-items: end; padding: 57px 18px 42px; }
.eyebrow { margin: 0 0 14px; color: var(--muted); font-family: var(--font-meta); font-size: 10px; font-weight: 600; letter-spacing: .12em; line-height: 1.4; }
.eyebrow span { color: var(--accent); }
h1, h2, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 0; font-family: var(--font-display); font-size: var(--type-display); letter-spacing: -.075em; line-height: .92; font-weight: 400; text-transform: uppercase; text-wrap: balance; }
h1 em, .appointment-dialog h2 em { color: var(--accent); font-family: Georgia, serif; font-style: normal; font-weight: 400; letter-spacing: -.08em; }
.headline-line { display: block; overflow: hidden; }
.headline-line > span { display: inline-block; }
.page-ready .headline-line > span { animation: headline-rise var(--motion-entrance) var(--ease-out-quint) both; }
.page-ready .headline-line:nth-child(2) > span { animation-delay: 80ms; }
.page-ready .headline-line:nth-child(3) > span { animation-delay: 160ms; }
.page-ready .catalog-intro > div > .eyebrow { animation: soft-fade 420ms var(--ease-out-quart) 20ms both; }
.page-ready .intro-note { animation: soft-fade 480ms var(--ease-out-quart) 220ms both; }
.intro-note { max-width: 260px; margin: 0 0 4px; color: var(--muted); font-size: 13px; line-height: 1.6; }

.category-strip { position: sticky; top: 70px; z-index: 16; padding: 12px 18px 0; background: rgba(13,13,13,.72); border-bottom: 1px solid var(--line); box-shadow: inset 0 1px 0 rgba(255,255,255,.06); backdrop-filter: blur(22px) saturate(125%); -webkit-backdrop-filter: blur(22px) saturate(125%); }
.catalog-toolbar { padding: 12px 18px 14px; background: var(--paper); border-bottom: 1px solid var(--line); }
.category-row { position: relative; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; min-width: 0; overflow: visible; padding: 2px 0 18px; }
.category-row::-webkit-scrollbar { display: none; }
.category-highlight { position: absolute; z-index: 0; top: 2px; left: 0; width: 0; height: 44px; border-radius: 30px; background: var(--accent); box-shadow: 0 6px 24px rgba(255,255,255,.10); pointer-events: none; transition: width .34s cubic-bezier(.22,1,.36,1), transform .42s cubic-bezier(.22,1,.36,1); }
.category-chip { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; gap: 3px; width: 100%; min-width: 0; min-height: 44px; border: 1px solid rgba(255,255,255,.16); padding: 9px 7px; background: rgba(255,255,255,.055); border-radius: 30px; color: #a8a8a8; font-size: clamp(10px, 1.15vw, 12px); font-weight: 600; letter-spacing: -.02em; white-space: nowrap; transition: color .28s ease, border-color .28s ease, background-color .28s ease, transform .28s ease; box-shadow: inset 0 1px 0 rgba(255,255,255,.07); backdrop-filter: blur(14px) saturate(120%); -webkit-backdrop-filter: blur(14px) saturate(120%); }
.category-chip span { margin-left: 4px; color: var(--muted); font-family: var(--font-meta); font-size: 10px; font-weight: 600; }
.category-chip .category-name { display: inline; min-width: 0; margin: 0; color: inherit; font-family: var(--font-sans); font-size: inherit; font-weight: inherit; white-space: nowrap; }
.category-chip .category-count, .category-chip .category-icon { display: none; }
.category-icon { width: 18px; height: 18px; flex: 0 0 auto; stroke: currentColor; stroke-width: 1.55; fill: none; }
.category-chip.is-active .category-icon { color: var(--night); }
.category-chip:hover { border-color: rgba(255,255,255,.46); color: var(--ink-strong); }
.category-chip.is-active { border-color: transparent; background: transparent; color: var(--night); transform: translateY(-1px); }
.category-chip.is-active span { color: rgba(13,13,13,.62); }
.result-line { border-top: 1px solid var(--line); padding-top: 13px; display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-family: var(--font-meta); font-size: 11px; font-weight: 500; letter-spacing: .025em; }
.toolbar-actions { display: flex; align-items: center; gap: 16px; }
.filter-toggle, .sort-button { min-height: 44px; padding: 0 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; color: var(--muted); background: rgba(255,255,255,.045); font-family: var(--font-meta); font-size: 11px; font-weight: 600; letter-spacing: .01em; box-shadow: inset 0 1px 0 rgba(255,255,255,.06); backdrop-filter: blur(14px) saturate(120%); -webkit-backdrop-filter: blur(14px) saturate(120%); }
.filter-toggle { color: var(--ink); }
.filter-toggle span { color: var(--accent); margin-left: 4px; font-size: 13px; }
.filter-toggle span { display: inline-block; transition: transform var(--motion-state) var(--ease-out-quart); }
.filter-toggle[aria-expanded="true"] span { transform: rotate(45deg); }
.filter-toggle b { display: inline-grid; place-items: center; min-width: 16px; height: 16px; margin-left: 5px; border-radius: 50%; background: var(--accent); color: var(--night); font-family: var(--font-meta); font-size: 9px; font-weight: 500; }
.sort-button span { margin-left: 5px; color: var(--accent); font-size: 14px; }
.filter-reset { min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); background: transparent; color: #a7a7a4; font-family: var(--font-meta); font-size: 10px; font-weight: 600; letter-spacing: .01em; white-space: nowrap; }
.filter-reset:hover { border-color: var(--accent); color: var(--accent); }
.search-panel { padding: 0 0 18px; }
.search-panel label { display: block; margin-bottom: 7px; color: var(--muted); font-family: var(--font-meta); font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.search-input-wrap { display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--ink); padding: 7px 0; }
.search-input-wrap svg { width: 17px; color: var(--accent); }
.search-input-wrap input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 18px; }
.clear-search { background: transparent; color: var(--muted); font-size: 22px; line-height: 1; }

.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border-top: 1px solid var(--line); }
.product-card { min-width: 0; background: var(--paper-deep); padding-bottom: 18px; position: relative; cursor: pointer; transition: background .2s ease, transform .2s ease; }
.product-card:hover { background: var(--surface-raised); }
.product-image { aspect-ratio: .78; position: relative; overflow: hidden; background: #171717; }
.product-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 68%, rgba(25,25,22,.16)); pointer-events: none; }
.product-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.product-card:hover img { transform: scale(1.035); }
.product-grid.is-refreshing .product-card { animation: card-enter 420ms var(--ease-out-quint) var(--card-delay) both; }
.result-line #resultCount.is-updating { animation: count-update 280ms var(--ease-out-quint) both; }
.product-badge { position: absolute; z-index: 1; top: 10px; left: 10px; padding: 5px 7px; background: var(--accent); color: var(--night); font-family: var(--font-meta); font-size: 9px; font-weight: 700; letter-spacing: .05em; }
.product-info { padding: 15px 13px 0; }
.product-name { min-height: 2.45em; margin: 0; color: var(--ink-strong); font-size: var(--type-card); font-weight: 700; letter-spacing: .005em; line-height: 1.22; text-transform: uppercase; }
.product-label { margin: 3px 0 11px; color: var(--muted); font-family: var(--font-meta); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--faint); font-family: var(--font-meta); font-size: var(--type-meta); font-weight: 500; letter-spacing: .02em; }
.product-colors { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 5px; min-width: 0; }
.product-meta:has(.product-swatch[data-variant-index]) { flex-wrap: wrap; row-gap: 8px; }
.product-meta:has(.product-swatch[data-variant-index]) .product-colors { flex: 1 1 100%; max-width: 100%; }
.product-meta:has(.product-swatch[data-variant-index]) .product-price { margin-left: auto; }
.product-swatch { width: 13px; height: 13px; display: inline-block; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.32); border-radius: 3px; background: var(--swatch-color); box-shadow: inset 0 1px 0 rgba(255,255,255,.20); cursor: pointer; padding: 0; transition: transform .2s var(--ease-out-quart), box-shadow .2s var(--ease-out-quart); }
.product-swatch:hover, .product-swatch.is-selected { transform: scale(1.12); box-shadow: 0 0 0 1px var(--ink-strong), inset 0 1px 0 rgba(255,255,255,.20); }
.product-notes { display: inline-flex; align-items: center; gap: 5px; min-width: 0; color: var(--faint); font-size: 9px; letter-spacing: .01em; }
.product-notes span { padding: 4px 6px; border: 1px solid var(--line); border-radius: 3px; white-space: nowrap; }
.product-swatch[style*="#f4f3ef"], .product-swatch[style*="#b8b8b4"], .product-swatch[style*="#b7d3df"], .product-swatch[style*="#9bbbd0"] { border-color: rgba(20,20,20,.24); }
.product-price { color: var(--muted); font-family: var(--font-display); font-size: 12px; font-style: italic; letter-spacing: .01em; }

.empty-state { padding: 100px 18px; text-align: center; }
.empty-mark { display: block; margin-bottom: 12px; color: var(--accent); font-size: 40px; }
.empty-state h2 { margin-bottom: 8px; font-size: 22px; letter-spacing: -.04em; }
.empty-state p { color: var(--muted); font-size: 13px; }
.outline-button { min-height: 44px; margin-top: 18px; padding: 12px 16px; border: 1px solid var(--ink); background: transparent; font-size: 12px; font-weight: 700; }
.outline-button:hover { background: var(--ink); color: var(--paper); }

.community-section { margin: 92px 18px 0; border-top: 1px solid var(--line); padding-top: 28px; }
.community-intro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(220px, .85fr); column-gap: 32px; align-items: end; margin-bottom: 26px; }
.community-intro .eyebrow { grid-column: 1 / -1; margin-bottom: 14px; }
.community-intro h2 { margin: 0; color: var(--ink-strong); font-size: clamp(30px, 5vw, 56px); letter-spacing: -.07em; line-height: .94; }
.community-intro h2 em { color: var(--accent); font-family: Georgia, serif; font-style: normal; font-weight: 400; }
.community-intro > p:not(.eyebrow) { max-width: 28ch; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.community-follow { display: inline-flex; grid-column: 2; align-items: center; justify-content: space-between; width: 100%; margin-top: 18px; border-bottom: 1px solid var(--line); padding-bottom: 10px; color: var(--ink); font-size: 11px; font-weight: 700; }
.community-follow span { color: var(--accent); font-size: 16px; }
.community-grid { display: grid; gap: 8px; overflow: hidden; padding: 1px 0; }
.community-track { overflow: hidden; }
.community-track-inner { display: flex; width: max-content; animation: community-marquee 48s linear infinite; will-change: transform; }
.community-track-reverse .community-track-inner { animation-direction: reverse; animation-duration: 56s; }
.community-track:hover .community-track-inner { animation-play-state: paused; }
.community-tile { width: 168px; height: 220px; position: relative; flex: 0 0 auto; overflow: hidden; margin-right: 8px; border: 0; background: var(--paper-deep); padding: 0; cursor: pointer; }
.community-tile img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.82); transition: transform .55s var(--ease-out-quint), filter .35s ease; }
.community-tile:hover img { transform: scale(1.045); filter: saturate(1); }
.community-dialog { width: min(860px, calc(100% - 28px)); max-height: calc(100dvh - 28px); margin: auto; overflow: hidden; padding: 0; background: #242424; box-shadow: 0 24px 90px rgba(0,0,0,.48); }
.community-dialog[open] { display: grid; place-items: center; }
.community-dialog > img { width: min(100%, 820px); height: min(82dvh, 760px); object-fit: contain; background: #242424; }
.community-dialog .dialog-close { top: 12px; right: 12px; border-color: rgba(255,255,255,.18); background: rgba(20,20,20,.62); color: var(--ink-strong); }
.community-arrow { position: absolute; z-index: 1; top: 50%; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(20,20,20,.62); color: var(--ink-strong); font-size: 28px; line-height: 1; transform: translateY(-50%); }
.community-arrow:hover { background: rgba(20,20,20,.88); }
.community-prev { left: 14px; }
.community-next { right: 14px; }
.community-dialog > p { position: absolute; right: 16px; bottom: 12px; margin: 0; color: var(--muted); font-family: var(--font-meta); font-size: 10px; letter-spacing: .08em; }

.site-footer { margin: 56px 18px 0; border-top: 1px solid var(--line); padding: 32px 0 40px; }
.footer-main { display: flex; justify-content: space-between; gap: 28px; }
.footer-label { margin: 0 0 13px; color: var(--muted); font-family: var(--font-meta); font-size: 9px; font-weight: 600; letter-spacing: .12em; }
.footer-label span { color: var(--accent); }
.footer-brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink-strong); font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.footer-tagline { margin: 14px 0 0; color: var(--muted); font-family: Georgia, serif; font-size: 16px; font-style: italic; }
.footer-actions { display: grid; align-content: end; justify-items: end; gap: 8px; }
.footer-link { display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 0; background: transparent; color: var(--ink); font-size: 11px; font-weight: 700; }
.footer-appointment { font-size: 15px; }
.footer-link span { color: var(--accent); font-size: 14px; transition: transform .2s var(--ease-out-quart); }
.footer-link:hover { color: var(--accent); }
.footer-link:hover span { transform: translate(2px, -2px); }
.footer-whatsapp { color: #8eb69a; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; margin-top: 42px; padding-top: 13px; border-top: 1px solid var(--line-soft); color: var(--faint); font-family: var(--font-meta); font-size: 9px; letter-spacing: .08em; }
.footer-socials { display: flex; gap: 18px; }
.footer-socials a:hover { color: var(--accent); }
.footer-contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 40px; padding-top: 18px; border-top: 1px solid var(--line-soft); color: var(--muted); font-family: var(--font-meta); font-size: 10px; line-height: 1.65; }
.footer-contact-grid > div { display: grid; align-content: start; gap: 2px; }
.footer-contact-label { margin-bottom: 5px; color: var(--ink); font-size: 9px; font-weight: 700; letter-spacing: .1em; }

.mobile-nav { position: fixed; bottom: 0; left: 0; right: 0; z-index: 21; display: grid; grid-template-columns: repeat(4, 1fr); background: rgba(13,13,13,.88); border-top: 1px solid var(--line); box-shadow: inset 0 1px 0 rgba(255,255,255,.06); backdrop-filter: blur(12px) saturate(112%); -webkit-backdrop-filter: blur(12px) saturate(112%); padding: 8px 8px max(8px, env(safe-area-inset-bottom)); }
#mobileSearchButton { display: none; }
.mobile-nav-item { display: grid; justify-items: center; align-content: center; gap: 4px; min-height: 44px; background: transparent; color: var(--muted); }
.mobile-nav-item span { display: grid; place-items: center; width: 20px; height: 20px; line-height: 1; }
.mobile-nav-item svg { width: 18px; height: 18px; }
.mobile-nav-item small { font-size: 9px; font-weight: 700; }
.mobile-nav-item.is-active, .mobile-nav-item:hover { color: var(--accent); }

dialog { border: 0; padding: 0; color: var(--overlay-ink); background: var(--overlay-paper); box-shadow: 0 20px 80px rgba(0,0,0,.26); opacity: 0; transform: translateY(14px) scale(.985); transition: opacity var(--motion-state) var(--ease-out-quart), transform var(--motion-overlay) var(--ease-out-quint); }
dialog::backdrop { background: rgba(21,21,19,.55); opacity: 0; backdrop-filter: blur(4px); transition: opacity var(--motion-overlay) var(--ease-out-quart); }
dialog.is-open { opacity: 1; transform: translateY(0) scale(1); will-change: opacity, transform; }
dialog.is-open::backdrop { opacity: 1; }
dialog.is-closing { opacity: 0; transform: translateY(9px) scale(.985); pointer-events: none; transition-duration: 210ms, 210ms; transition-timing-function: var(--ease-in); }
dialog.is-closing::backdrop { opacity: 0; transition-duration: 210ms; transition-timing-function: var(--ease-in); }
.filter-dialog, .sort-dialog { width: min(620px, calc(100% - 32px)); max-height: min(620px, calc(100dvh - 32px)); margin: auto; overflow: auto; padding: 28px; border: 1px solid var(--line); border-radius: 12px; background: #252525; color: var(--ink-strong); box-shadow: 0 24px 90px rgba(0,0,0,.42); }
.filter-dialog::backdrop, .sort-dialog::backdrop { background: rgba(0,0,0,.66); backdrop-filter: blur(8px); }
.filter-dialog .overlay-header, .sort-dialog .overlay-header { border-color: var(--line); }
.filter-dialog .overlay-header h2, .sort-dialog .overlay-header h2 { color: var(--ink-strong); font-family: var(--font-sans); font-size: clamp(25px, 4vw, 36px); font-weight: 600; letter-spacing: -.06em; }
.filter-dialog .overlay-close, .sort-dialog .overlay-close { border: 1px solid var(--line); border-radius: 50%; color: var(--ink-strong); background: rgba(255,255,255,.06); }
.overlay-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding-bottom: 22px; border-bottom: 1px solid var(--overlay-line); }
.overlay-header .eyebrow { margin-bottom: 8px; }
.overlay-header h2 { margin: 0; color: var(--overlay-ink); font-family: var(--font-display); font-size: clamp(28px, 5vw, 42px); font-weight: 400; letter-spacing: -.06em; line-height: .95; }
.overlay-close { width: 44px; height: 44px; margin: -8px -8px 0 0; background: transparent; color: var(--overlay-ink); font-size: 26px; font-weight: 300; }
.filter-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 24px 0; }
.filter-fields label { display: grid; gap: 8px; color: #a7a7a4; font-family: var(--font-meta); font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.filter-fields select { min-width: 0; min-height: 52px; border: 1px solid var(--line); background: rgba(255,255,255,.07); color: var(--ink-strong); padding: 12px; outline: 0; font-family: var(--font-sans); font-size: 13px; color-scheme: dark; }
.filter-fields select:focus { border-color: var(--accent); box-shadow: 0 0 0 2px rgba(255,255,255,.10); }
.overlay-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding-top: 18px; border-top: 1px solid var(--line); }
.overlay-actions .filter-reset, .overlay-actions .filter-apply { width: 100%; }
.filter-apply { min-height: 52px; }
.sort-options { display: grid; padding-top: 8px; }
.sort-option { min-height: 62px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line-soft); background: transparent; color: #a7a7a4; font-family: var(--font-sans); font-size: 15px; text-align: left; transition: color .22s ease, padding .22s ease, background-color .22s ease; }
.sort-option span { color: var(--accent); opacity: 0; transform: scale(.7); transition: opacity .22s ease, transform .22s ease; }
.sort-option:hover, .sort-option.is-selected { padding-left: 10px; color: var(--ink-strong); background: rgba(255,255,255,.06); }
.sort-option.is-selected span { opacity: 1; transform: scale(1); }
.product-dialog { width: min(680px, calc(100% - 56px)); max-height: calc(100dvh - 64px); grid-template-columns: minmax(0, 1.05fr) minmax(230px, .7fr); align-items: start; overflow: auto; background: #252525; color: var(--ink-strong); box-shadow: 0 24px 90px rgba(0,0,0,.42); transform: translateY(10px) scale(.985); }
.product-dialog[open] { display: grid; }
.dialog-media { aspect-ratio: 1; min-height: 0; position: relative; background: #fff; }
.dialog-gallery { position: absolute; inset: 0; display: grid; place-items: center; overflow: hidden; padding: 18px; }
.dialog-gallery img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }
.dialog-close { position: absolute; z-index: 2; top: 12px; right: 12px; width: 40px; height: 40px; border: 1px solid rgba(23,23,23,.18); background: rgba(255,255,255,.46); color: var(--overlay-ink); border-radius: 50%; font-size: 21px; line-height: 1; box-shadow: inset 0 1px 0 rgba(255,255,255,.5); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.gallery-arrow { position: absolute; z-index: 1; top: 50%; width: 38px; height: 38px; border: 1px solid rgba(23,23,23,.18); border-radius: 50%; background: rgba(255,255,255,.46); color: var(--overlay-ink); font-size: 25px; line-height: 1; transform: translateY(-50%); box-shadow: inset 0 1px 0 rgba(255,255,255,.5); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.gallery-arrow:hover, .dialog-close:hover { background: rgba(255,255,255,.68); }
.gallery-prev { left: 14px; }
.gallery-next { right: 14px; }
.gallery-dots { position: absolute; z-index: 1; left: 50%; bottom: 16px; display: flex; gap: 5px; transform: translateX(-50%); }
.gallery-counter { padding: 6px 9px; border: 1px solid rgba(23,23,23,.18); border-radius: 999px; background: rgba(255,255,255,.46); color: var(--overlay-ink); font-family: var(--font-meta); font-size: 9px; font-weight: 600; letter-spacing: .04em; box-shadow: inset 0 1px 0 rgba(255,255,255,.5); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.dialog-badge { position: absolute; left: 16px; bottom: 16px; padding: 6px 8px; background: var(--accent); color: var(--night); font-family: var(--font-meta); font-size: 9px; font-weight: 700; }
.dialog-content { padding: clamp(22px, 4vw, 34px); align-self: center; background: #252525; }
.dialog-content h2 { margin: 0 0 5px; color: var(--ink-strong); font-size: clamp(25px, 3.5vw, 36px); letter-spacing: -.06em; }
.dialog-code { margin-bottom: 18px; color: var(--muted); font-family: var(--font-meta); font-size: 10px; font-weight: 500; letter-spacing: .02em; }
.dialog-price { margin-bottom: 19px; color: var(--ink-strong); font-size: 22px; font-weight: 700; letter-spacing: -.04em; }
.dialog-price small { color: var(--muted); font-family: var(--font-meta); font-size: 9px; font-weight: 500; letter-spacing: 0; }
.dialog-variants { margin: -5px 0 17px; }
.dialog-variants-label { display: block; margin-bottom: 8px; color: var(--muted); font-family: var(--font-meta); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.dialog-variant-list { display: flex; flex-wrap: wrap; gap: 7px; }
.product-dialog .dialog-variant-list .product-swatch { width: 19px; height: 19px; }
.product-dialog .dialog-variant-list .product-swatch.is-selected { box-shadow: 0 0 0 2px #252525, 0 0 0 3px var(--ink-strong), inset 0 1px 0 rgba(255,255,255,.2); }
.dialog-copy { max-width: 35ch; color: #a7a7a4; font-size: 12px; line-height: 1.55; }
.primary-button, .secondary-button { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 14px 16px; font-size: 12px; font-weight: 700; transition: transform .2s, background .2s; }
.product-dialog .primary-button, .product-dialog .secondary-button { border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); color: var(--ink-strong); box-shadow: inset 0 1px 0 rgba(255,255,255,.10); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.product-dialog .primary-button:hover, .product-dialog .secondary-button:hover { background: rgba(255,255,255,.15); }
.product-dialog .appointment-button { background: rgba(247,246,242,.92); border-color: rgba(247,246,242,.92); color: #252525; }
.product-dialog .appointment-button:hover { background: var(--white); }
.product-dialog .whatsapp-button { margin-top: 8px; background: #3d7355; border-color: #4a8664; color: #f5f6f1; }
.product-dialog .whatsapp-button:hover { background: #4a8664; }
.product-dialog .appointment-button, .product-dialog .whatsapp-button { justify-content: center; min-height: 56px; text-align: center; font-size: 14px; }
.product-card:focus { outline: none; }
.primary-button { background: var(--accent); color: var(--night); }
.primary-button:hover { background: var(--accent-dark); transform: translateY(-1px); }
.secondary-button { margin-top: 8px; justify-content: center; background: transparent; border: 1px solid var(--overlay-line); color: var(--overlay-ink); }
.secondary-button:hover { border-color: var(--overlay-ink); }
.appointment-dialog { width: min(480px, calc(100% - 24px)); padding: 34px 24px 26px; background: #252525; color: var(--ink-strong); box-shadow: 0 24px 90px rgba(0,0,0,.42); }
.appointment-dialog .dialog-close { top: 14px; right: 14px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.08); color: var(--ink-strong); }
.appointment-dialog h2 { margin: 0 0 14px; color: var(--ink-strong); font-size: 34px; letter-spacing: -.06em; line-height: .98; }
.appointment-dialog > p:not(.eyebrow):not(.form-success) { max-width: 38ch; color: #a7a7a4; font-size: 13px; line-height: 1.6; }
.appointment-dialog form { display: grid; gap: 13px; margin-top: 24px; }
.appointment-date-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.appointment-dialog label { display: grid; gap: 6px; color: #a7a7a4; font-family: var(--font-meta); font-size: 10px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.appointment-dialog input, .appointment-dialog select { width: 100%; min-height: 44px; border: 1px solid var(--line); border-radius: 0; background: rgba(255,255,255,.07); padding: 12px; color: var(--ink-strong); outline: 0; font-size: 13px; }
.appointment-dialog input::placeholder { color: #777773; }
.appointment-dialog input:focus, .appointment-dialog select:focus { border-color: var(--accent); box-shadow: 0 0 0 2px rgba(255,255,255,.10); }
.appointment-dialog .primary-button { justify-content: center; text-align: center; }
.form-success { margin: 22px 0 0; padding: 14px; background: #314c3b; color: #dceade; font-size: 12px; line-height: 1.5; }
.form-success a { display: inline-flex; margin-top: 12px; color: #f4f6ef; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.newsletter-dialog { width: min(460px, calc(100% - 32px)); padding: 34px 28px 24px; background: #252525; color: var(--ink-strong); box-shadow: 0 24px 90px rgba(0,0,0,.42); }
.newsletter-dialog .dialog-close { top: 14px; right: 14px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.08); color: var(--ink-strong); }
.newsletter-dialog h2 { margin: 0 0 14px; color: var(--ink-strong); font-size: clamp(32px, 7vw, 48px); letter-spacing: -.07em; line-height: .94; }
.newsletter-dialog h2 em { color: var(--accent); font-family: Georgia, serif; font-style: normal; font-weight: 400; }
.newsletter-dialog > p:not(.eyebrow) { max-width: 35ch; margin: 0; color: #b2b2ae; font-size: 13px; line-height: 1.6; }
.newsletter-points { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 20px; }
.newsletter-points span { padding: 7px 9px; border: 1px solid var(--line); color: var(--muted); font-family: var(--font-meta); font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.newsletter-cta { min-height: 54px; justify-content: center; text-align: center; font-size: 14px; }
.newsletter-dismiss { display: block; margin: 14px auto 0; background: transparent; color: var(--muted); font-size: 11px; text-decoration: underline; text-underline-offset: 3px; }
.newsletter-dismiss:hover { color: var(--ink-strong); }

.menu-dialog { inset: 0; width: 100%; height: 100%; max-width: none; max-height: none; margin: 0; padding: 28px 33px 35px; background: #252525; color: var(--ink-strong); transform: translateY(-10px); }
.menu-dialog::backdrop { background: #0d0d0d; }
.menu-dialog-header { display: flex; align-items: center; justify-content: space-between; color: var(--ink-strong); font-size: 16px; font-weight: 600; letter-spacing: .08em; }
.menu-dialog-header button { width: 44px; height: 44px; margin: -8px -10px 0 0; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.06); color: var(--ink-strong); font-size: 27px; font-weight: 300; line-height: 1; }
.menu-dialog nav { display: grid; gap: 0; margin-top: 55px; }
.menu-dialog nav a, .menu-dialog nav button { min-height: 63px; display: flex; align-items: center; background: transparent; color: #d1d1ce; font-size: 16px; font-weight: 500; letter-spacing: .04em; text-align: left; }
.menu-dialog nav a:hover, .menu-dialog nav button:hover { color: var(--accent); }
.menu-dialog.is-open nav a, .menu-dialog.is-open nav button { animation: menu-item-enter 360ms var(--ease-out-quart) both; }
.menu-dialog.is-open nav a:nth-child(2), .menu-dialog.is-open nav button:nth-child(2) { animation-delay: 35ms; }
.menu-dialog.is-open nav a:nth-child(3), .menu-dialog.is-open nav button:nth-child(3) { animation-delay: 70ms; }
.menu-dialog.is-open nav a:nth-child(4), .menu-dialog.is-open nav button:nth-child(4) { animation-delay: 105ms; }
.menu-dialog.is-open nav a:nth-child(5), .menu-dialog.is-open nav button:nth-child(5) { animation-delay: 140ms; }
.menu-dialog.is-open nav a:nth-child(6), .menu-dialog.is-open nav button:nth-child(6) { animation-delay: 175ms; }
.menu-dialog.is-open nav a:nth-child(7), .menu-dialog.is-open nav button:nth-child(7) { animation-delay: 210ms; }
.menu-dialog-footer { position: absolute; left: 30px; bottom: 31px; display: flex; align-items: center; gap: 22px; color: #888; }
.menu-social-icon { display: grid; place-items: center; width: 16px; height: 16px; border: 2px solid currentColor; border-radius: 5px; font-size: 0; }
.menu-social-icon::after { content: ""; width: 4px; height: 4px; border-radius: 50%; background: currentColor; }
.menu-social-icon-wide { width: 21px; border: 0; border-radius: 3px; font-size: 10px; line-height: 1; }

:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

@keyframes headline-rise { from { opacity: 0; transform: translateY(105%); } to { opacity: 1; transform: translateY(0); } }
@keyframes soft-fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes card-enter { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes count-update { 0% { opacity: .35; transform: translateY(4px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes menu-item-enter { from { opacity: 0; transform: translateX(-10px); } to { opacity: 1; transform: translateX(0); } }
@keyframes community-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

@media (min-width: 720px) {
  body { padding-bottom: 0; }
  .site-header { height: 78px; padding: 0 42px; }
  .catalog-intro { padding: 86px 42px 64px; }
  .hero-content { padding: 128px 42px 74px; }
  .hero-meta { right: 42px; bottom: 74px; }
  .category-strip { top: 78px; padding: 12px 42px 0; }
  .catalog-toolbar { padding: 12px 42px 18px; }
  .product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .product-info { padding: 16px 15px 0; }
  .site-footer { margin: 80px 42px 0; padding-bottom: 42px; }
  .mobile-nav { display: none; }
}
@media (max-width: 520px) {
  .text-button { display: none; }
  .hero { min-height: min(760px, calc(100dvh - 145px)); }
  .hero-video { object-position: 56% center; }
  .hero-content { padding: 104px 18px 42px; }
  .hero h1 { width: 100%; max-width: none; font-size: clamp(35px, 10.6vw, 52px); line-height: .88; letter-spacing: -.09em; }
  .hero-tagline { max-width: 25ch; margin-top: 18px; font-size: 21px; line-height: .98; }
  .hero-note { max-width: 31ch; margin-top: 21px; font-size: 12px; }
  .hero-actions { gap: 8px 16px; margin-top: 22px; }
  .hero-cta { min-width: 160px; }
  .hero-meta { left: 18px; right: 18px; bottom: 16px; justify-content: space-between; font-size: 8px; }
  .catalog-intro { display: block; padding-top: 28px; padding-bottom: 22px; }
  .catalog-intro h1 { max-width: 350px; font-size: 38px; line-height: .94; }
  .intro-note { max-width: 330px; margin-top: 15px; font-size: 12px; line-height: 1.45; }
  .catalog-toolbar { padding-bottom: 14px; }
  .site-footer { margin: 44px 18px 0; padding: 28px 0 36px; }
  .community-section { margin-top: 64px; }
  .community-intro { display: block; margin-bottom: 20px; }
  .community-intro .eyebrow { margin-bottom: 12px; }
  .community-intro h2 { font-size: 35px; }
  .community-intro > p:not(.eyebrow) { margin-top: 16px; max-width: 32ch; }
  .community-follow { margin-top: 20px; }
  .community-tile { width: 124px; height: 168px; margin-right: 6px; }
  .community-track-inner { animation-duration: 38s; }
  .community-track-reverse .community-track-inner { animation-duration: 44s; }
  .community-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 20px); }
  .community-dialog > img { width: 100%; height: 78dvh; }
  .community-prev { left: 8px; }
  .community-next { right: 8px; }
  .footer-main { display: grid; gap: 28px; }
  .footer-actions { justify-items: start; }
  .footer-contact-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 28px; }
  .footer-bottom { flex-direction: column; gap: 12px; margin-top: 34px; }
  .category-row { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 4px; overflow: visible; padding-bottom: 14px; }
  .category-chip { width: 100%; min-width: 0; padding: 9px 3px; font-size: 10px; letter-spacing: -.02em; }
  .category-chip span { margin-left: 2px; font-size: 9px; }
  .category-chip .category-name { margin: 0; font-size: 10px; }
  .category-chip .category-icon { width: 17px; height: 17px; }
  .toolbar-actions { gap: 10px; }
  .filter-dialog, .sort-dialog { top: var(--overlay-top, 140px); left: var(--overlay-left, 12px); width: var(--overlay-width, calc(100% - 24px)); max-width: none; max-height: var(--overlay-max-height, min(620px, calc(100dvh - 24px))); margin: 0; padding: 24px 18px max(24px, env(safe-area-inset-bottom)); border-right: 1px solid var(--glass-border); border-bottom: 1px solid var(--glass-border); border-left: 1px solid var(--glass-border); border-radius: 12px; }
  .filter-dialog::backdrop, .sort-dialog::backdrop { background: rgba(0,0,0,.56); backdrop-filter: blur(8px); }
  .filter-fields { grid-template-columns: 1fr; gap: 12px; padding: 20px 0; }
  .overlay-actions { grid-template-columns: 1fr; }
  .filter-dialog { padding: 18px 14px 16px; }
  .filter-dialog .overlay-header { padding-bottom: 14px; }
  .filter-dialog .filter-fields { gap: 9px; padding: 14px 0; }
  .filter-dialog .filter-fields label { gap: 6px; }
  .filter-dialog .filter-fields select { min-height: 44px; padding: 10px; font-size: 12px; }
  .filter-dialog .overlay-actions { gap: 8px; padding-top: 12px; }
  .filter-dialog .filter-reset, .filter-dialog .filter-apply { min-height: 44px; }
  .product-dialog[open] { display: block; }
  .product-dialog { width: min(680px, calc(100% - 48px)); max-height: calc(100dvh - 48px); }
  .dialog-media { aspect-ratio: 1; min-height: 0; }
  .dialog-content { padding: 20px 17px 17px; background: #252525; }
  .appointment-date-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } .hero-video { display: none; } }
