@font-face {
  font-family: "Libre Baskerville";
  src: url("/assets/fonts/libre-baskerville-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Libre Baskerville";
  src: url("/assets/fonts/libre-baskerville-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("/assets/fonts/source-sans-3-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("/assets/fonts/source-sans-3-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("/assets/fonts/source-sans-3-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: light;
  --ink: #171714;
  --ink-soft: #24231f;
  --paper: #f5f3ee;
  --paper-soft: #eeece5;
  --gold: #d7b660;
  --gold-dark: #9a772e;
  --white: #fffefa;
  --muted: #686760;
  --line: #d8d5cc;
  --line-dark: rgba(255, 254, 250, 0.18);
  --container: 1360px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 82px; }

body, button, input, a { -webkit-font-smoothing: antialiased; }

body {
  margin: 0;
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body.catalog-page { color: var(--ink); background: var(--paper); }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input { font: inherit; }
button { color: inherit; }

:focus-visible { outline: 3px solid #b88e38; outline-offset: 4px; }

.container { width: min(calc(100% - 64px), var(--container)); margin: 0 auto; }
.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; }
.skip-link { position: fixed; z-index: 50; top: 12px; left: 12px; padding: 12px 16px; color: var(--ink); background: var(--white); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.main-header { position: sticky; z-index: 20; top: 0; color: var(--white); background: #050505; border-bottom: 1px solid var(--line-dark); }
.main-header .container { width: min(calc(100% - 64px), 1880px); max-width: 1880px; }
.header-inner { position: relative; min-height: 102px; display: grid; grid-template-columns: 264px minmax(0, 1fr) auto; align-items: center; gap: 30px; }
.brand-mark { width: min(350px, 17vw); height: 84px; grid-column: 1; grid-row: 1; display: block; overflow: hidden; }
.brand-mark img { width: 100%; height: auto; transform: translateY(-37%); }
.main-nav { grid-column: 2; grid-row: 1; display: flex; justify-content: center; gap: clamp(18px, 3.2vw, 58px); }
.main-nav a { min-height: 44px; display: inline-flex; align-items: center; color: rgba(255, 254, 250, 0.86); font-size: 1.35rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; transition: color 180ms ease; }
.main-nav a:hover, .main-nav a.is-active { color: var(--gold); }
.header-actions { display: flex; align-items: center; gap: 17px; }
.header-actions, .header-contact { grid-column: 3; grid-row: 1; justify-self: end; }
.header-icon-link { width: 52px; height: 52px; display: grid; place-items: center; color: var(--gold); transition: color 180ms ease, transform 180ms var(--ease); }
.header-icon-link:hover { color: var(--white); transform: translateY(-2px); }
.header-icon-link svg { width: 39px; height: 39px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.menu-toggle { display: none; }

.catalog-hero { overflow: hidden; color: var(--white); background: #020202; }
.catalog-hero > .container { width: 100%; max-width: none; }
.hero-grid { min-height: clamp(650px, calc(100svh - 102px), 820px); display: grid; grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr); align-items: stretch; gap: 0; }
.hero-copy { position: relative; z-index: 1; align-self: center; min-width: 0; max-width: 820px; padding: 96px clamp(32px, 5.2vw, 112px) 102px; }
.eyebrow { margin: 0 0 17px; color: var(--gold); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.18em; line-height: 1.3; text-transform: uppercase; }
.eyebrow-dark { color: var(--gold-dark); }
.hero-copy h1, .catalog-heading h2, .contact-band h2, .detail-copy h1, .related-heading h2 { margin: 0; font-family: "Libre Baskerville", Georgia, serif; font-weight: 400; letter-spacing: -0.03em; line-height: 1.04; text-wrap: balance; }
.hero-kicker { margin: 0 0 14px; color: var(--white); font-family: "Source Sans 3", Arial, sans-serif; font-size: clamp(1rem, 2.2vw, 1.75rem); font-weight: 700; letter-spacing: 0.035em; line-height: 1.2; text-transform: uppercase; }
.hero-copy h1 { position: relative; width: min(100%, 760px); max-width: 100%; aspect-ratio: 6.3 / 1; overflow: hidden; color: var(--gold); }
.hero-copy h1 img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.js .hero-copy > .hero-kicker,
.js .hero-copy > #hero-title,
.js .hero-copy > .hero-rule,
.js .hero-copy > p:not(.hero-kicker),
.js .hero-copy > .hero-cta { animation: hero-text-reveal 720ms cubic-bezier(0.23, 1, 0.32, 1) both; }
.js .hero-copy > #hero-title { animation-delay: 80ms; }
.js .hero-copy > .hero-rule { animation-delay: 160ms; }
.js .hero-copy > p:not(.hero-kicker) { animation-delay: 240ms; }
.js .hero-copy > .hero-cta { animation-delay: 320ms; }
@keyframes hero-text-reveal {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-rule { width: clamp(150px, 16vw, 215px); height: 5px; display: block; margin: 31px 0 29px; background: var(--gold); }
.hero-copy > p:not(.hero-kicker) { max-width: 650px; margin: 0 0 36px; color: var(--white); font-size: clamp(1.2rem, 2vw, 2rem); line-height: 1.28; }
.hero-copy > p strong { color: var(--white); font-weight: 600; }
.hero-cta { min-width: 320px; min-height: 84px; display: inline-flex; align-items: center; justify-content: center; padding: 0 42px; color: var(--gold); border: 3px solid var(--gold); border-radius: 30px; font-size: clamp(1.08rem, 1.35vw, 1.45rem); font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; transition: color 180ms ease, background-color 180ms ease, transform 180ms var(--ease); }
.hero-cta:hover { color: var(--ink); background: var(--gold); transform: translateY(-2px); }
.hero-count { display: flex; align-items: center; gap: 14px; margin-top: 50px; padding-top: 22px; border-top: 1px solid var(--line-dark); color: rgba(255, 254, 250, 0.66); font-size: 0.82rem; line-height: 1.25; letter-spacing: 0.05em; text-transform: uppercase; }
.count-number { color: var(--white); font-family: "Libre Baskerville", Georgia, serif; font-size: 2.7rem; line-height: 1; }
.hero-watch { position: relative; align-self: stretch; min-height: 500px; margin: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #100b08; }
.hero-watch::after { position: absolute; inset: 0; content: ""; pointer-events: none; background: linear-gradient(90deg, rgba(2, 2, 2, 0.96) 0%, rgba(2, 2, 2, 0.74) 14%, rgba(2, 2, 2, 0.42) 34%, rgba(2, 2, 2, 0.12) 60%, transparent 76%), linear-gradient(180deg, rgba(0, 0, 0, 0.14), transparent 30%, rgba(0, 0, 0, 0.2)); }
.hero-watch img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; transform: scale(1.02); }

.catalog-section { padding: 106px 0 128px; background: var(--paper); }
.catalog-heading { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 44px; }
.catalog-heading > div { max-width: 760px; }
.catalog-heading h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.catalog-lede { max-width: 570px; margin: 18px 0 0; color: var(--muted); font-size: 1.05rem; }
.catalog-total { display: flex; align-items: baseline; gap: 12px; flex: 0 0 auto; margin: 0 0 7px; color: var(--muted); font-size: 0.86rem; }
.catalog-total strong { color: var(--ink); font-family: "Libre Baskerville", Georgia, serif; font-size: 2.6rem; font-weight: 400; line-height: 1; }
.catalog-tools { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 21px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.search-field { min-height: 52px; min-width: min(100%, 390px); display: flex; align-items: center; gap: 10px; padding: 0 14px; border: 1px solid #c9c6bd; background: var(--white); }
.search-icon { color: var(--gold-dark); font-size: 1.65rem; line-height: 1; transform: translateY(-2px); }
.search-field input { width: 100%; min-width: 0; min-height: 48px; padding: 0; color: var(--ink); border: 0; outline: none; background: transparent; font-size: 0.98rem; }
.search-field input::placeholder { color: #77756d; opacity: 1; }
.search-field:focus-within { outline: 3px solid #b88e38; outline-offset: 3px; }
.search-field:focus-within input { outline: 0; }
.catalog-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { min-height: 46px; padding: 0 17px; border: 1px solid #aaa79e; background: transparent; cursor: pointer; font-size: 0.84rem; font-weight: 600; transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease; }
.filter-button:hover, .filter-button.is-active { color: var(--white); border-color: var(--ink); background: var(--ink); }
.catalog-status { margin: 20px 0 17px; color: var(--muted); font-size: 0.82rem; font-variant-numeric: tabular-nums; }
.catalog-grid, .related-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.catalog-card { min-width: 0; background: var(--white); border: 1px solid #d9d6ce; transition: border-color 180ms ease, transform 180ms var(--ease); }
.catalog-card:hover { border-color: #aaa38f; transform: translateY(-3px); }
.catalog-card[hidden] { display: none; }
.catalog-card-link { height: 100%; display: flex; flex-direction: column; }
.catalog-card-image { overflow: hidden; aspect-ratio: 0.8 / 1; background: var(--paper-soft); }
.catalog-card-image img { width: 100%; height: 100%; object-fit: contain; transition: transform 500ms var(--ease); }
.catalog-card:hover .catalog-card-image img { transform: scale(1.035); }
.catalog-card-info { min-height: 150px; flex: 1; display: flex; flex-direction: column; align-items: flex-start; padding: 16px 17px 14px; }
.catalog-card-code { width: 100%; display: flex; justify-content: space-between; gap: 6px; margin: 0 0 10px; color: var(--muted); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; line-height: 1.35; text-transform: uppercase; }
.catalog-card-code span { flex: 0 0 auto; color: var(--gold-dark); font-variant-numeric: tabular-nums; }
.catalog-card-info h3 { min-height: 2.4em; margin: 0; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(1rem, 1.25vw, 1.27rem); font-weight: 400; letter-spacing: -0.035em; line-height: 1.2; text-wrap: balance; }
.catalog-card-footer { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-top: auto; padding-top: 16px; color: var(--ink); font-size: 0.86rem; font-weight: 600; }
.catalog-card-arrow { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; color: var(--gold-dark); border: 1px solid var(--line); font-size: 1rem; transition: color 160ms ease, background-color 160ms ease; }
.catalog-card:hover .catalog-card-arrow { color: var(--white); border-color: var(--ink); background: var(--ink); }
.empty-state { margin: 30px 0; color: var(--muted); }

.contact-band { color: var(--white); background: var(--ink-soft); }
.contact-band-inner { min-height: 310px; display: flex; align-items: center; justify-content: space-between; gap: 48px; padding: 60px 0; }
.contact-band h2 { max-width: 670px; font-size: clamp(2.6rem, 5vw, 4.5rem); }
.contact-band p:not(.eyebrow) { max-width: 520px; margin: 18px 0 0; color: rgba(255, 254, 250, 0.7); }
.gold-button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 22px; color: var(--ink); border: 1px solid var(--gold); background: var(--gold); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.09em; line-height: 1.2; text-align: center; text-transform: uppercase; transition: background-color 180ms ease, transform 180ms var(--ease); }
.gold-button:hover { background: #e7cd87; transform: translateY(-2px); }
.gold-button:active { transform: scale(0.98); }
.gold-button span { font-size: 1.1rem; }
.gold-button .whatsapp-icon { width: 1.15rem; height: 1.15rem; flex: 0 0 auto; fill: #050505; }
.trust-strip { color: var(--gold-dark); background: var(--white); }
.trust-strip-inner { width: min(calc(100% - 112px), 1760px); margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.trust-item { min-width: 0; display: flex; align-items: center; flex-direction: column; padding: clamp(48px, 5.4vw, 88px) clamp(18px, 2.8vw, 58px) clamp(42px, 4.7vw, 75px); text-align: center; }
.trust-item + .trust-item { border-left: 1px solid #e8e2d7; }
.trust-item-icon { width: clamp(100px, 9vw, 150px); height: clamp(100px, 9vw, 150px); flex: 0 0 auto; margin: 0 0 clamp(24px, 2.5vw, 42px); object-fit: contain; }
.trust-item h3 { max-width: 15ch; margin: 0; color: var(--gold-dark); font-family: "Source Sans 3", Arial, sans-serif; font-size: clamp(1.2rem, 1.9vw, 2.2rem); font-weight: 700; letter-spacing: 0.01em; line-height: 1.05; text-transform: uppercase; text-wrap: balance; }
.trust-item p { max-width: 25ch; margin: 13px 0 0; color: #9c8b6e; font-size: clamp(0.94rem, 1.3vw, 1.45rem); line-height: 1.25; text-wrap: balance; }
.about-section { color: var(--ink); background: var(--paper); }
.about-inner { display: grid; grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr); align-items: center; gap: clamp(44px, 7.5vw, 128px); padding: clamp(74px, 8vw, 132px) 0; }
.about-visual { position: relative; min-width: 0; height: clamp(440px, 50vw, 700px); overflow: hidden; margin: 0; background: #101315; }
.about-visual img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.about-visual figcaption { position: absolute; inset: auto 0 0; display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 48px clamp(18px, 2vw, 30px) 20px; color: var(--white); background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82)); font-size: 0.76rem; line-height: 1.4; }
.about-visual figcaption span:first-child { color: #efd373; font-weight: 700; letter-spacing: 0.1em; }
.about-visual figcaption span:last-child { text-align: right; }
.about-copy { max-width: 670px; }
.about-location { margin: 0 0 20px; color: var(--gold-dark); font-size: 0.92rem; font-weight: 600; letter-spacing: 0.035em; }
.about-copy h2 { margin: 0; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(2.7rem, 4.5vw, 5rem); font-weight: 400; letter-spacing: -0.03em; line-height: 1.06; text-wrap: balance; }
.about-copy > p:not(.about-location) { max-width: 56ch; margin: 24px 0 0; color: #46443e; font-size: clamp(1.08rem, 1.35vw, 1.28rem); line-height: 1.55; text-wrap: pretty; }
.about-instagram { min-height: 48px; display: inline-flex; align-items: center; gap: 20px; margin-top: 28px; padding: 0 0 3px; color: var(--ink); border-bottom: 2px solid var(--gold-dark); font-size: 0.96rem; font-weight: 700; letter-spacing: 0.025em; }
.about-instagram span { color: var(--gold-dark); font-size: 1.15rem; transition: transform 180ms var(--ease); }
.about-instagram:hover span { transform: translate(2px, -2px); }
.site-footer { color: var(--white); background: #050505; }
.footer-inner { display: flex; align-items: center; flex-direction: column; padding: clamp(44px, 3.4vw, 64px) 0 30px; text-align: center; }
.footer-brand { width: min(90vw, 760px); height: clamp(110px, 11vw, 190px); display: block; overflow: hidden; margin-bottom: clamp(36px, 3.2vw, 50px); }
.footer-brand img { width: 100%; height: auto; transform: translateY(-38.5%); }
.footer-socials { display: flex; align-items: center; justify-content: center; gap: clamp(48px, 8vw, 132px); }
.footer-social-icon { width: clamp(56px, 4.6vw, 88px); height: clamp(56px, 4.6vw, 88px); display: grid; flex: 0 0 auto; place-items: center; color: var(--gold); }
.footer-social-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }
.footer-social-link { transition: color 180ms ease, transform 180ms var(--ease); }
.footer-social-link:hover { color: #f2d568; transform: translateY(-3px); }
.footer-tagline { margin: clamp(48px, 4.5vw, 66px) 0 0; color: #f1f1f1; font-size: 1rem; }
.footer-legal { margin: clamp(32px, 3vw, 42px) 0 0; color: #a5a5a5; font-size: 0.78rem; }

.detail-main { padding: 26px 0 100px; }
.breadcrumbs { display: flex; align-items: center; gap: 11px; margin: 0 0 26px; color: var(--muted); font-size: 0.84rem; }
.breadcrumbs a { min-height: 44px; display: inline-flex; align-items: center; color: var(--gold-dark); text-decoration: underline; text-underline-offset: 3px; }
.product-detail { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr); gap: clamp(48px, 7vw, 112px); align-items: start; }
.detail-image { position: relative; overflow: hidden; aspect-ratio: 0.86 / 1; margin: 0; background: var(--paper-soft); }
.detail-image img { width: 100%; height: 100%; object-fit: contain; }
.gallery-button { position: absolute; top: 50%; z-index: 1; width: 48px; height: 48px; display: grid; place-items: center; color: var(--ink); border: 1px solid rgba(23, 23, 20, 0.18); background: rgba(255, 254, 250, 0.94); cursor: pointer; font-size: 1.25rem; line-height: 1; transform: translateY(-50%); transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms var(--ease); }
.gallery-button:hover { color: var(--white); border-color: var(--ink); background: var(--ink); }
.gallery-button:active { transform: translateY(-50%) scale(0.96); }
.gallery-button:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.gallery-button--prev { left: 16px; }
.gallery-button--next { right: 16px; }
.gallery-counter { position: absolute; top: 16px; right: 16px; z-index: 1; min-width: 52px; padding: 7px 9px; color: var(--white); background: rgba(23, 23, 20, 0.82); font-size: 0.75rem; font-variant-numeric: tabular-nums; letter-spacing: 0.08em; text-align: center; }
.detail-image figcaption { position: absolute; inset: auto 0 0; padding: 13px 16px; color: var(--white); background: rgba(23, 23, 20, 0.86); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; }
.detail-copy { padding: 30px 0 14px; }
.detail-code { margin: 0 0 10px; color: var(--gold-dark); font-size: 0.8rem; font-weight: 700; letter-spacing: 0.14em; }
.detail-copy h1 { font-size: clamp(2.8rem, 5vw, 5rem); }
.detail-summary { max-width: 540px; margin: 22px 0 27px; color: var(--muted); font-size: 1.08rem; }
.detail-price { display: grid; gap: 4px; padding: 21px 0 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-price span { color: var(--muted); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.detail-price strong { font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(1.75rem, 3vw, 2.5rem); font-weight: 400; line-height: 1.2; }
.detail-price small { color: var(--muted); font-size: 0.85rem; }
.spec-title { margin: 25px 0 10px; font-family: "Libre Baskerville", Georgia, serif; font-size: 1.25rem; font-weight: 400; }
.detail-specs { margin: 0; border-top: 1px solid var(--line); }
.detail-specs > div { display: grid; grid-template-columns: minmax(120px, 0.8fr) minmax(0, 1.2fr); gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.detail-specs dt { color: var(--muted); }
.detail-specs dd { margin: 0; font-weight: 600; text-align: right; }
.product-note { margin: 12px 0 0; padding: 14px 17px; color: var(--muted); border-left: 2px solid var(--gold-dark); background: var(--paper-soft); }
.detail-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 17px 22px; margin-top: 28px; }
.return-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--gold-dark); font-size: 0.83rem; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.related-section { padding: 76px 0 104px; background: var(--paper-soft); }
.related-heading { margin-bottom: 30px; }
.related-heading h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
.related-card .catalog-card-info { min-height: 142px; }

@media (min-width: 1600px) {
  .container { width: min(calc(100% - 112px), var(--container)); }
  .collection-intro h2 { transform: scaleX(1.27); transform-origin: center; }
}

@media (max-width: 1180px) {
  .header-inner { gap: 20px; }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 1.05rem; }
  .catalog-grid, .related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 17px; }
  .hero-grid { min-height: 610px; grid-template-columns: minmax(0, 0.92fr) minmax(300px, 1.08fr); }
  .product-detail { grid-template-columns: minmax(0, 1fr) minmax(340px, 0.94fr); gap: 50px; }
}

@media (max-width: 900px) {
  .container { width: min(calc(100% - 40px), var(--container)); }
  .main-header .container { width: min(calc(100% - 40px), 1880px); }
  .header-inner { grid-template-columns: 150px 1fr 48px; min-height: 84px; gap: 14px; }
  .brand-mark { width: 149px; height: 58px; }
  .header-actions { display: none; }
  .header-contact { display: none; }
  .menu-toggle { width: 48px; height: 48px; display: flex; grid-column: 3; grid-row: 1; align-items: center; justify-content: center; flex-direction: column; gap: 5px; padding: 0; color: var(--white); border: 1px solid rgba(255, 254, 250, 0.3); background: transparent; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 19px; height: 1px; background: currentColor; }
  .main-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 9px 0 14px; background: #050505; border-bottom: 1px solid var(--line-dark); }
  .main-nav.is-open { display: flex; }
  .main-nav a { min-height: 48px; padding: 0 5px; font-size: 0.78rem; border-top: 1px solid rgba(255, 254, 250, 0.1); }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; padding: 112px 40px 58px; }
  .hero-watch { min-height: 500px; height: min(58vw, 640px); }
  .catalog-section { padding: 82px 0 96px; }
  .catalog-heading { gap: 24px; }
  .catalog-tools { align-items: stretch; flex-direction: column; }
  .search-field { min-width: 0; width: 100%; }
  .product-detail { grid-template-columns: 1fr; gap: 24px; }
  .detail-image { max-height: 760px; }
  .detail-copy { padding-top: 0; }
  .contact-band-inner { align-items: flex-start; flex-direction: column; justify-content: center; gap: 25px; }
  .about-inner { grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr); gap: 38px; }
  .about-visual { height: 500px; }
  .about-visual figcaption { align-items: flex-start; flex-direction: column; gap: 4px; }
  .about-visual figcaption span:last-child { text-align: left; }
  .about-copy h2 { font-size: clamp(2.5rem, 5vw, 3.8rem); }
  .trust-strip-inner { width: min(calc(100% - 40px), 900px); grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trust-item { padding: 42px 18px 38px; }
  .trust-item + .trust-item { border-left: 1px solid #e8e2d7; }
  .trust-item-icon { width: 100px; height: 100px; margin-bottom: 22px; }
  .trust-item h3 { font-size: clamp(1rem, 2.7vw, 1.5rem); }
  .trust-item p { margin-top: 10px; font-size: clamp(0.86rem, 2vw, 1.08rem); }
}

@media (max-width: 640px) {
  html { scroll-padding-top: 70px; }
  .container { width: min(calc(100% - 32px), var(--container)); }
  .main-header .container { width: min(calc(100% - 32px), 1880px); }
  .header-inner { min-height: 78px; grid-template-columns: 44px minmax(0, 1fr) 44px; gap: 0; }
  .brand-mark { width: min(190px, 100%); height: 64px; grid-column: 2; justify-self: center; }
  .menu-toggle { width: 44px; height: 44px; }
  .main-nav { right: -16px; left: -16px; padding-right: 16px; padding-left: 16px; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .hero-copy { padding: 90px 20px 38px; }
  .hero-kicker { font-size: 1rem; }
  .hero-copy h1 { width: 100%; }
  .hero-rule { height: 3px; margin: 24px 0 23px; }
  .hero-copy > p:not(.hero-kicker) { margin-bottom: 28px; font-size: 1.08rem; }
  .hero-cta { width: min(100%, 360px); min-width: 0; min-height: 72px; display: flex; margin-inline: auto; padding: 0 30px; border-radius: 24px; font-size: 1.08rem; }
  .hero-watch { min-height: 0; height: min(104vw, 430px); align-self: stretch; width: 100%; }
  .catalog-section { padding: 66px 0 78px; }
  .catalog-heading { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 27px; }
  .catalog-heading h2 { font-size: clamp(2.15rem, 9vw, 3.2rem); }
  .catalog-lede { margin-top: 13px; font-size: 0.98rem; }
  .catalog-total { margin: 0; }
  .catalog-total strong { font-size: 2rem; }
  .catalog-tools { gap: 14px; padding: 16px 0; }
  .catalog-filters { display: grid; grid-template-columns: 1fr 1fr; }
  .filter-button { padding: 0 8px; font-size: 0.76rem; }
  .catalog-grid, .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .catalog-card-info { min-height: 136px; padding: 12px 11px 11px; }
  .catalog-card-code { margin-bottom: 8px; font-size: 0.56rem; letter-spacing: 0.06em; }
  .catalog-card-info h3 { font-size: 0.98rem; }
  .catalog-card-footer { padding-top: 12px; font-size: 0.77rem; }
  .catalog-card-arrow { width: 29px; height: 29px; }
  .contact-band-inner { min-height: 0; padding: 52px 0; }
  .about-inner { grid-template-columns: 1fr; gap: 34px; padding: 64px 0 72px; }
  .about-visual { height: min(114vw, 440px); }
  .about-copy h2 { font-size: clamp(2.5rem, 10vw, 3.6rem); }
  .about-copy > p:not(.about-location) { font-size: 1.08rem; }
  .about-instagram { margin-top: 22px; }
  .contact-band h2 { font-size: clamp(2.25rem, 9vw, 3.3rem); }
  .contact-band p:not(.eyebrow) { font-size: 0.98rem; }
  .gold-button { width: 100%; max-width: 360px; min-height: 52px; }
  .trust-strip-inner { width: min(calc(100% - 32px), 420px); grid-template-columns: 1fr; }
  .trust-item { padding: 32px 8px 30px; }
  .trust-item + .trust-item { border-top: 1px solid #e8e2d7; border-left: 0; }
  .trust-item-icon { width: 78px; height: 78px; margin-bottom: 16px; stroke-width: 2.6; }
  .trust-item h3 { font-size: clamp(0.82rem, 3.6vw, 1.12rem); letter-spacing: 0.015em; }
  .trust-item p { max-width: 18ch; margin-top: 8px; font-size: clamp(0.75rem, 3vw, 0.92rem); }
  .footer-inner { padding: 38px 0 28px; }
  .footer-brand { width: min(90vw, 340px); height: 110px; margin-bottom: 32px; }
  .footer-socials { gap: clamp(42px, 12vw, 54px); }
  .footer-social-icon { width: 56px; height: 56px; }
  .footer-tagline { margin-top: 38px; font-size: 0.92rem; }
  .footer-legal { margin-top: 28px; font-size: 0.72rem; }
  .detail-main { padding: 18px 0 66px; }
  .breadcrumbs { margin-bottom: 16px; }
  .product-detail { gap: 19px; }
  .detail-image { aspect-ratio: 0.84 / 1; }
  .detail-copy h1 { font-size: clamp(2.45rem, 10vw, 3.5rem); }
  .detail-summary { margin: 16px 0 20px; font-size: 1rem; }
  .detail-price { padding: 17px 0; }
  .detail-price strong { font-size: 1.85rem; }
  .detail-specs > div { grid-template-columns: minmax(90px, 0.75fr) minmax(0, 1.25fr); gap: 12px; font-size: 0.92rem; }
  .detail-actions { align-items: stretch; flex-direction: column; gap: 9px; }
  .return-link { justify-content: center; }
  .related-section { padding: 58px 0 72px; }
  .related-heading h2 { font-size: 2rem; }
  .related-card .catalog-card-info { min-height: 136px; }
}

@media (max-width: 370px) {
  .container { width: min(calc(100% - 26px), var(--container)); }
  .header-inner { grid-template-columns: 44px minmax(0, 1fr) 44px; }
  .brand-mark { width: min(176px, 100%); }
  .header-contact span:first-child { max-width: 100px; font-size: 0.57rem; }
  .catalog-grid, .related-grid { gap: 8px; }
  .catalog-card-info { padding-right: 9px; padding-left: 9px; }
  .catalog-card-info h3 { font-size: 0.88rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .js .hero-copy > .hero-kicker,
  .js .hero-copy > #hero-title,
  .js .hero-copy > .hero-rule,
  .js .hero-copy > p:not(.hero-kicker),
  .js .hero-copy > .hero-cta { animation: none; opacity: 1; transform: none; }
}

/* Curated 12-line catalogue */
.curated-section { padding-top: clamp(58px, 4.6vw, 94px); background: #fbfaf7; }
.curated-heading { justify-content: center; margin-bottom: clamp(52px, 5vw, 82px); text-align: center; }
.catalog-heading > .collection-intro { width: 100%; max-width: none; }
.collection-intro h2 { max-width: none; color: #050505; font-family: "Source Sans 3", Arial, sans-serif; font-size: clamp(2.25rem, 4.3vw, 6rem); font-weight: 700; letter-spacing: -0.035em; line-height: 0.98; text-transform: uppercase; }
.collection-rule { width: clamp(180px, 18.6vw, 380px); height: 6px; display: block; margin: clamp(24px, 2.1vw, 34px) auto clamp(25px, 2vw, 25px); background: var(--gold); }
.collection-intro .catalog-lede { max-width: none; margin: 0; color: #5d5c5a; font-size: clamp(1.35rem, 2vw, 2.4rem); line-height: 1.2; }
.curated-tools { padding: 18px 0; }
.catalog-tools-note { margin: 0; color: var(--muted); font-size: 0.88rem; }
.curated-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.curated-card { min-width: 0; overflow: hidden; }
.scroll-reveal-pending { opacity: 1; transform: none; }
.curated-heading.scroll-reveal-pending .collection-rule { transform: scaleX(0.78); transition: transform 620ms var(--ease); }
.curated-heading.scroll-reveal-pending.is-revealed .collection-rule { transform: scaleX(1); }
.curated-card-link { display: grid; grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr); height: 100%; color: inherit; }
.curated-card--reverse .curated-card-link { grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr); }
.curated-card--reverse .curated-card-media { grid-column: 2; grid-row: 1; }
.curated-card--reverse .curated-card-info { grid-column: 1; grid-row: 1; }
.curated-card-link:focus-visible { outline-offset: -4px; }
.curated-card-media { min-height: 430px; overflow: hidden; background: #e4e7e3; }
.curated-card-media img { width: 100%; height: 100%; min-height: 100%; object-fit: cover; object-position: center; transition: transform 650ms var(--ease); }
.curated-card:hover .curated-card-media img { transform: scale(1.025); }
.curated-card.scroll-reveal-pending .curated-card-media img { transform: scale(1.04); transition-duration: 760ms; transition-delay: var(--reveal-delay, 0ms); }
.curated-card.scroll-reveal-pending.is-revealed .curated-card-media img { transform: scale(1); }
.curated-card.scroll-reveal-pending:hover .curated-card-media img { transform: scale(1.045); transition-delay: 0ms; }
.curated-card.scroll-reveal-pending.is-revealed:hover .curated-card-media img { transform: scale(1.025); }
.curated-card-info { min-width: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 30px 28px 25px; }
.curated-card-kicker { margin: 0 0 12px; color: var(--gold-dark); font-size: 0.69rem; font-weight: 700; letter-spacing: 0.14em; line-height: 1.35; text-transform: uppercase; }
.curated-card h3 { max-width: 100%; margin: 0 0 22px; font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(1.65rem, 2.3vw, 2.45rem); font-weight: 700; letter-spacing: -0.045em; line-height: 1.12; text-wrap: balance; overflow-wrap: anywhere; }
.curated-card h3 mark { color: var(--ink); background: transparent; padding: 0; font-weight: 700; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
#importacion h3 mark span { display: inline-block; white-space: nowrap; }
.curated-card-subtitle { display: inline-block; margin-top: 8px; color: var(--ink-soft); font-family: "Source Sans 3", Arial, sans-serif; font-size: 0.46em; font-weight: 700; letter-spacing: 0.15em; line-height: 1; text-transform: uppercase; }
.curated-card-description { max-width: 30ch; margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.5; }
.curated-card-price { display: grid; gap: 2px; width: 100%; margin-top: auto; padding-top: 24px; }
.curated-card-price strong { color: var(--ink); font-family: "Libre Baskerville", Georgia, serif; font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 700; line-height: 1.2; text-wrap: balance; }
.curated-card-price span { color: var(--muted); font-size: 0.76rem; letter-spacing: 0.06em; text-transform: uppercase; }
.curated-card-cta { width: 100%; margin-top: 18px; }
.curated-card-note { margin: 13px 0 0; color: var(--muted); font-size: 0.76rem; line-height: 1.35; }

.product-detail--curated { gap: clamp(42px, 6vw, 92px); }
.product-detail--curated .detail-copy { padding-top: 22px; }
.detail-highlights { margin-top: 24px; }
.detail-highlights .spec-title { margin-top: 0; }
.product-highlights { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.product-highlights li { position: relative; padding: 10px 0 10px 18px; color: var(--ink-soft); border-bottom: 1px solid var(--line); font-size: 1.3rem; line-height: 1.35; }
.product-highlights li::before { position: absolute; top: 50%; left: 0; width: 8px; height: 8px; content: ""; border-radius: 50%; background: var(--gold-dark); transform: translateY(-50%); }

@media (max-width: 1180px) {
  .curated-grid { gap: 17px; }
  .curated-card-info { padding-right: 22px; padding-left: 22px; }
}

@media (max-width: 900px) {
  .curated-grid { grid-template-columns: 1fr; gap: 20px; }
  .curated-card { grid-column: auto; }
  .curated-card-link, .curated-card--reverse .curated-card-link { grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr); }
}

@media (max-width: 640px) {
  .curated-section { padding-top: 58px; }
  .curated-heading { margin-bottom: 48px; }
  .collection-intro h2 { font-size: clamp(2.05rem, 9vw, 3.7rem); line-height: 1; transform: none; }
  .collection-rule { width: min(220px, 58vw); height: 4px; margin-top: 22px; margin-bottom: 22px; }
  .collection-intro .catalog-lede { font-size: clamp(1.15rem, 4.8vw, 1.7rem); }
  .curated-tools { gap: 8px; }
  .catalog-tools-note { font-size: 0.82rem; }
  .curated-grid { gap: 14px; }
  .curated-card-link, .curated-card--reverse .curated-card-link { display: flex; flex-direction: column; }
  .curated-card--reverse .curated-card-media, .curated-card--reverse .curated-card-info { order: initial; }
  .curated-card-media { min-height: 0; aspect-ratio: 0.92 / 1; }
  .curated-card-info { padding: 24px 18px 22px; }
  .curated-card h3 { margin-bottom: 18px; font-size: clamp(1.45rem, 8vw, 2.15rem); }
  .product-highlights li { padding-top: 9px; padding-bottom: 9px; font-size: 1.3rem; }
  .curated-card-price { padding-top: 20px; }
  .curated-card-cta { min-height: 54px; margin-top: 16px; }
}

@media (max-width: 370px) {
  .curated-card-info { padding-right: 15px; padding-left: 15px; }
  .curated-card h3 { font-size: 1.42rem; }
}
