/* Antonio Sánchez Mobiliario — Catálogos
   HTML estático, sin frameworks, fuentes remotas ni dependencias de servidor. */
:root {
  --ink: #27332d;
  --forest: #1f2825;
  --forest-deep: #161d1a;
  --gold: #d6b677;
  --gold-light: #edcf98;
  --gold-dark: #7c6030;
  --paper: #f7f5ef;
  --white: #fffefa;
  --line: #deddd3;
  --muted: #626b64;
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --container: 1280px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img, svg { max-width: 100%; }
img { display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; }
button, input, textarea { border-radius: 0; }
button, [type="submit"], [type="search"] { -webkit-appearance: none; appearance: none; }
button::-moz-focus-inner { border: 0; }
[hidden] { display: none !important; }
::selection { color: #152019; background: #ead19f; }
:focus { outline: 3px solid #a2722f; outline-offset: 4px; }
:focus:not(:focus-visible) { outline: none; }
:focus-visible { outline: 3px solid #a2722f; outline-offset: 4px; }
.container { width: calc(100% - 88px); max-width: var(--container); margin-right: auto; margin-left: 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; }
.icon { display: inline-block; width: 22px; height: 22px; flex-shrink: 0; vertical-align: middle; }
.skip-link { position: fixed; left: 20px; top: 12px; z-index: 100; padding: 12px 20px; color: #fff; background: #1f2825; border: 2px solid var(--gold); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 13px 22px; border: 1px solid transparent; border-radius: 5px; text-decoration: none; font-size: 14px; font-weight: 600; line-height: 1.35; transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease; }
.button-gold { color: #202920; background: var(--gold); border-color: var(--gold); }
.button-gold:hover { background: var(--gold-light); border-color: var(--gold-light); }
.button-dark { color: #fff; background: var(--forest); border-color: var(--forest); }
.button-dark:hover { background: #35463c; }
.eyebrow { margin: 0 0 14px; color: var(--gold-dark); font-size: 11px; line-height: 1.5; font-weight: 650; letter-spacing: .2em; }
.light-eyebrow { color: var(--gold-light); }
.section-anchor { scroll-margin-top: 24px; }

/* Encabezado */
.site-header { border-top: 4px solid var(--gold); background: var(--white); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 116px; padding-top: 16px; padding-bottom: 16px; }
.brand { display: block; flex-shrink: 0; width: 244px; text-decoration: none; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 31px; }
.nav-link { display: inline-flex; align-items: center; min-height: 44px; padding: 4px 0; font-size: 14px; font-weight: 500; text-decoration: none; }
.nav-link:hover { color: var(--gold-dark); }
.button-header { min-height: 44px; padding: 11px 18px; color: #fff; background: var(--forest); }
.button-header:hover { background: #3b4e40; }
.button-header .icon { width: 20px; height: 20px; }

/* Presentación principal */
.hero { overflow: hidden; color: #fffaf0; background: radial-gradient(ellipse at 88% 35%, #354139 0, #222c26 32%, #1b231f 66%); }
.hero-inner { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, .87fr); align-items: center; gap: 65px; padding-top: 54px; padding-bottom: 40px; }
.hero-copy { padding: 14px 0 38px; }
.hero .eyebrow { display: flex; align-items: center; gap: 12px; font-size: 10px; }
.short-line { display: inline-block; width: 35px; height: 1px; background: var(--gold); flex-shrink: 0; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { margin: 24px 0 24px; font-family: var(--serif); font-size: clamp(40px, 4.25vw, 64px); line-height: 1.09; font-weight: 400; letter-spacing: -.045em; }
h1 em { color: var(--gold-light); font-weight: 400; }
.hero-description { max-width: 435px; margin: 0; color: #d2d6ce; font-size: 16px; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 19px 25px; margin-top: 29px; }
.hero-text-link { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; color: #f3ebdf; font-size: 13px; text-decoration: none; }
.hero-text-link:hover { color: var(--gold-light); text-decoration: underline; text-underline-offset: 5px; }
.hero-text-link .icon { width: 16px; height: 16px; }
.hero-facts { display: flex; align-items: center; gap: 29px; margin-top: 47px; }
.hero-fact strong { font-family: var(--serif); font-size: 37px; font-weight: 400; line-height: 1.2; }
.hero-fact strong span { font-family: var(--sans); font-size: 14px; color: #f2dfb9; }
.hero-fact p { margin: 6px 0 0; color: #bec6bd; font-size: 11px; }
.fact-divider { width: 1px; height: 46px; background: #526051; }
.hero-visual { width: 100%; max-width: 372px; margin: 0 0 0 auto; position: relative; }
.hero-image-frame { position: relative; width: 100%; padding-bottom: 125%; overflow: hidden; border: 1px solid #a58b5a; border-radius: 6px; background: #eee8dc; box-shadow: 0 22px 65px #0005; }
.hero-image-frame img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.hero-visual figcaption { display: flex; align-items: center; justify-content: center; gap: 15px; margin-top: 17px; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; color: #e5d4b6; white-space: nowrap; }
.hero-visual figcaption span { width: 22px; height: 1px; background: #827358; }
.audience-strip { background: #eeeae0; border-bottom: 1px solid #e3ded1; }
.audience-inner { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 32px; min-height: 63px; padding-top: 14px; padding-bottom: 14px; }
.audience-inner span { color: #5b6359; font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .19em; }
.audience-inner i { display: inline-block; width: 3px; height: 3px; background: #a2895a; transform: rotate(45deg); }

/* Explorador de catálogos */
.catalog-section { padding: 69px 0 55px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-bottom: 30px; }
.section-heading h2 { margin: 0 0 12px; font-family: var(--serif); font-size: clamp(30px, 3.15vw, 45px); font-weight: 400; letter-spacing: -.04em; line-height: 1.18; }
.section-heading h2 em { color: var(--gold-dark); font-weight: 400; }
.section-description { margin: 0; color: var(--muted); font-size: 14px; }
.collection-year { display: block; padding-right: 4px; color: #a59579; font-family: var(--serif); font-size: 34px; font-weight: 400; line-height: .86; text-align: center; letter-spacing: .06em; }
.collection-year b { font-weight: 400; }
.catalog-tools { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 18px; padding: 19px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.filter-list { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.filter-button { min-height: 40px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border: 1px solid transparent; border-radius: 4px; background: transparent; color: #62685f; font-size: 12px; font-weight: 500; line-height: 1.4; }
.filter-button:hover { background: #e9e7de; color: var(--ink); }
.filter-button.is-active { background: var(--forest); color: #fffaf1; }
.filter-button span { display: inline-flex; align-items: center; justify-content: center; min-width: 21px; height: 21px; padding: 0 5px; border-radius: 3px; background: #ffffff22; font-size: 10px; }
.search-field { display: flex; position: relative; align-items: center; gap: 10px; width: 240px; max-width: 100%; height: 43px; padding-left: 12px; color: #797f75; background: var(--white); border: 1px solid #cecec2; border-radius: 4px; }
.search-field:focus-within { border-color: #9c7846; box-shadow: 0 0 0 2px #d6b67738; }
.search-field > .icon { width: 18px; height: 18px; }
.search-field input { width: 100%; height: 100%; min-width: 0; padding: 5px 34px 5px 0; border: 0; background: transparent; font-size: 13px; color: var(--ink); }
.search-field input:focus { outline: none; }
.search-field input::-webkit-search-cancel-button { -webkit-appearance: none; }
.search-field input::-ms-clear { display: none; }
.search-field input::placeholder { color: #787e73; opacity: 1; }
.search-field button { display: flex; align-items: center; justify-content: center; position: absolute; right: 0; top: 0; width: 38px; height: 41px; padding: 0; border: 0; background: transparent; color: #596355; }
.search-field button .icon { width: 17px; height: 17px; }
.catalog-meta { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; gap: 8px; padding: 17px 0 21px; }
.catalog-meta p { margin: 0; color: #62695f; font-size: 11px; }
.catalog-meta .icon { width: 13px; height: 13px; margin-left: 4px; }
.catalog-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 23px 20px; }
.catalog-card { min-width: 0; }
.catalog-link { display: flex; flex-direction: column; height: 100%; overflow: hidden; border: 1px solid #e0dfd5; border-radius: 7px; background: #fffefa; text-decoration: none; box-shadow: 0 3px 6px #25332103; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.catalog-link:hover { transform: translateY(-4px); border-color: #b6a17a; box-shadow: 0 12px 24px #25332112; }
.catalog-link:focus-visible { outline-offset: 3px; }
.catalog-cover { position: relative; width: 100%; padding-bottom: 126%; overflow: hidden; border-bottom: 1px solid #eceae0; background: linear-gradient(150deg, #eeece4, #e0e0d6); }
.catalog-cover picture { position: absolute; inset: 19px 16px; display: block; }
.catalog-cover img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(2px 4px 5px #0002); transition: transform .2s ease; }
.catalog-link:hover .catalog-cover img { transform: scale(1.018); }
.catalog-number { position: absolute; z-index: 1; top: 9px; left: 9px; display: flex; justify-content: center; align-items: center; width: 27px; height: 27px; border: 1px solid #dad2c1; border-radius: 50%; background: #fffefaf0; color: #706044; font-size: 10px; line-height: 1; font-weight: 700; }
.catalog-pdf { position: absolute; right: 8px; bottom: 9px; padding: 2px 6px; border: 1px solid #d8d7cb; border-radius: 3px; background: #fffefae8; color: #5e685e; font-size: 8px; font-weight: 600; line-height: 1.6; letter-spacing: .08em; }
.catalog-body { display: flex; flex-direction: column; flex-grow: 1; padding: 16px 16px 14px; }
.catalog-category { margin: 0 0 5px; color: #776340; font-size: 10px; letter-spacing: .01em; }
.catalog-body h3 { margin: 0; min-height: 2.7em; color: #26332b; font-size: 17px; font-weight: 600; line-height: 1.35; letter-spacing: -.025em; }
.catalog-action { display: flex; align-items: center; justify-content: space-between; gap: 7px; margin-top: 16px; padding-top: 12px; border-top: 1px solid #e9e7dc; color: #655032; font-size: 12px; font-weight: 600; line-height: 1.3; }
.catalog-action .icon { width: 16px; height: 16px; }
.no-results { padding: 50px 25px; text-align: center; border: 1px dashed #c9c5b5; border-radius: 6px; background: #f1eee4; }
.no-results > .icon { width: 35px; height: 35px; color: #8c784e; }
.no-results h3 { font-family: var(--serif); font-size: 27px; font-weight: 400; margin: 12px 0; }
.no-results p { margin: 0 0 24px; color: #65705f; font-size: 14px; }
.availability-note { margin: 23px 0 0; color: #6b7165; font-size: 11px; }

/* Contacto: abre un mensaje en WhatsApp, no simula un envío de servidor */
.contact-section { padding: 0 0 55px; }
.contact-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; border-radius: 8px; padding: 49px 52px; color: #fffaf1; background: var(--forest); }
.contact-copy h2 { margin: 19px 0; font-family: var(--serif); font-size: 48px; line-height: 1.1; letter-spacing: -.035em; font-weight: 400; }
.contact-copy h2 em { font-weight: 400; color: var(--gold-light); }
.contact-copy > p:not(.eyebrow):not(.contact-tagline) { max-width: 320px; margin: 20px 0; color: #ccd5c9; font-size: 14px; line-height: 1.8; }
.contact-direct { display: flex; align-items: center; gap: 12px; max-width: 318px; padding: 14px 0; text-decoration: none; }
.contact-direct:hover strong { color: #eacd95; }
.contact-icon { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 43px; height: 43px; border: 1px solid #687864; border-radius: 50%; }
.contact-icon .icon { width: 25px; height: 25px; color: #e6c891; }
.contact-direct small { display: block; font-size: 10px; color: #c4d0c0; }
.contact-direct strong { display: block; font-weight: 500; font-size: 21px; line-height: 1.3; color: #fff; }
.contact-direct > .icon { margin-left: auto; width: 20px; height: 20px; color: var(--gold); }
.contact-tagline { margin: 28px 0 0; font-family: var(--serif); font-size: 18px; line-height: 1.5; color: #cdd3c5; }
.contact-tagline span { color: #e4c797; font-style: italic; }
.contact-form-wrap { min-width: 0; }
.form-intro h3 { margin: 0 0 7px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.form-intro p { margin: 0 0 22px; color: #c2ceb9; font-size: 12px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-field { margin-bottom: 16px; min-width: 0; }
.form-field label { display: block; margin-bottom: 7px; color: #f2f3e7; font-size: 12px; font-weight: 500; }
.form-field label > span:not(.optional) { color: #f0d396; }
.form-field .optional { font-size: 10px; color: #c3cbb9; font-weight: 400; }
.form-field input, .form-field textarea { display: block; width: 100%; min-height: 46px; padding: 12px; color: var(--ink); border: 1px solid #d5d9c8; border-radius: 4px; background: #fbfbf4; font-size: 14px; line-height: 1.5; }
.form-field input::placeholder, .form-field textarea::placeholder { color: #6e776a; opacity: 1; }
.form-field input:focus, .form-field textarea:focus { outline: 2px solid var(--gold); outline-offset: 3px; }
.form-field textarea { min-height: 116px; resize: vertical; }
.privacy-note { margin: 0 0 19px; color: #c9d0be; font-size: 10px; line-height: 1.7; }
.form-submit { width: 100%; justify-content: space-between; font-size: 13px; }
.form-status { margin: 18px 0 0; padding: 12px 14px; border: 1px solid #82926e; border-radius: 4px; color: #e8f0de; font-size: 12px; }
.form-status a { text-decoration: underline; text-underline-offset: 3px; }
.no-script-contact { padding: 30px; border: 1px solid #687660; }
.no-script-contact h3 { font-family: var(--serif); font-size: 27px; font-weight: 400; }
.no-script-contact p { font-size: 14px; color: #d4dec9; }

/* Pie de página y acceso rápido */
.site-footer { border-top: 1px solid #dddccf; background: #efeee6; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 28px; padding-bottom: 30px; }
.footer-brand { display: block; width: 178px; flex-shrink: 0; }
.footer-brand img { width: 100%; height: auto; }
.footer-copy { text-align: center; }
.footer-copy p { margin: 0 0 7px; color: #5b624f; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.footer-copy small { color: #6a705e; font-size: 10px; }
.back-top { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; font-size: 11px; text-decoration: none; }
.back-top .icon { width: 16px; height: 16px; }
.floating-whatsapp { display: flex; align-items: center; justify-content: center; position: fixed; z-index: 20; right: 22px; bottom: 22px; bottom: calc(22px + env(safe-area-inset-bottom, 0px)); width: 55px; height: 55px; border: 2px solid #fff; border-radius: 50%; color: #fff; background: #167641; box-shadow: 0 4px 17px #0003; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.floating-whatsapp:hover { background: #0c5b30; transform: translateY(-3px); }
.floating-whatsapp .icon { width: 30px; height: 30px; }

/* Tabletas y computadoras pequeñas */
@media (min-width: 1550px) {
  .hero-inner { gap: 95px; padding-top: 58px; padding-bottom: 42px; }
  .hero-visual { max-width: 395px; }
}
@media (max-width: 1199px) {
  .container { width: calc(100% - 64px); }
  .hero-inner { gap: 36px; grid-template-columns: 1.15fr .85fr; }
  .hero-visual { max-width: 350px; }
  .hero-copy { padding-bottom: 15px; }
  h1 { font-size: 48px; }
  .hero-facts { margin-top: 31px; }
  .hero-text-link { font-size: 12px; }
  .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 23px; }
  .catalog-cover { padding-bottom: 119%; }
  .catalog-cover picture { inset: 20px; }
  .catalog-body h3 { min-height: 1.35em; font-size: 18px; }
  .catalog-tools { gap: 14px; }
  .filter-button { padding: 9px 11px; }
  .search-field { width: 210px; }
  .contact-panel { padding: 40px; gap: 40px; }
}
@media (max-width: 999px) {
  .brand { width: 218px; }
  .main-nav { gap: 21px; }
  .header-inner { min-height: 110px; }
  .hero-inner { gap: 29px; padding-top: 39px; padding-bottom: 33px; }
  h1 { font-size: 42px; }
  .hero .eyebrow { font-size: 9px; letter-spacing: .14em; }
  .hero-description { font-size: 14px; }
  .hero-fact strong { font-size: 31px; }
  .hero-fact strong span { font-size: 12px; }
  .hero-facts { gap: 20px; }
  .hero-fact p { font-size: 10px; }
  .audience-inner { gap: 20px; }
  .audience-inner span { font-size: 9px; letter-spacing: .14em; }
  .catalog-section { padding-top: 48px; }
  .catalog-tools { align-items: stretch; }
  .filter-list { flex: 1 1 100%; }
  .search-field { width: 100%; }
  .catalog-grid { gap: 18px; }
  .catalog-body { padding: 13px; }
  .catalog-body h3 { min-height: 2.7em; font-size: 17px; }
  .catalog-cover picture { inset: 17px 13px; }
  .contact-panel { grid-template-columns: .85fr 1.15fr; gap: 26px; padding: 32px; }
  .contact-copy h2 { font-size: 40px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-inner { gap: 20px; padding-right: 52px; }
  .footer-brand { width: 155px; }
  .footer-copy { max-width: 320px; }
  .back-top { display: none; }
}

/* Móviles, pantallas verticales y zoom alto */
@media (max-width: 719px) {
  .container { width: calc(100% - 36px); }
  .header-inner { min-height: 90px; gap: 14px; padding-top: 12px; padding-bottom: 12px; }
  .brand { width: 180px; }
  .main-nav { gap: 10px; }
  .nav-link { display: none; }
  .desktop-word { display: none; }
  .button-header { min-height: 42px; gap: 7px; padding: 10px 12px; font-size: 12px; }
  .button-header .icon { width: 19px; height: 19px; }
  .hero-inner { grid-template-columns: 1fr; gap: 27px; padding-top: 33px; padding-bottom: 29px; }
  .hero-copy { padding: 0; text-align: center; }
  .hero .eyebrow { justify-content: center; gap: 9px; font-size: 8px; letter-spacing: .16em; }
  .short-line { width: 22px; }
  h1 { font-size: clamp(36px, 7.9vw, 48px); line-height: 1.12; margin: 21px 0 18px; }
  .hero-description { max-width: 435px; margin: 0 auto; font-size: 14px; line-height: 1.75; }
  .hero-actions { justify-content: center; gap: 9px 18px; margin-top: 24px; }
  .hero-actions .button { min-height: 48px; padding: 13px 20px; font-size: 13px; }
  .hero-text-link { font-size: 12px; }
  .hero-facts { justify-content: center; margin-top: 25px; gap: 28px; }
  .hero-fact strong { font-size: 30px; }
  .hero-fact p { font-size: 10px; }
  .fact-divider { height: 36px; }
  .hero-visual { max-width: 320px; margin: 0 auto; }
  .hero-visual figcaption { font-size: 8px; margin-top: 13px; gap: 12px; }
  .audience-inner { column-gap: 15px; row-gap: 8px; min-height: 59px; }
  .audience-inner span { font-size: 8px; letter-spacing: .13em; }
  .audience-inner i { display: none; }
  .catalog-section { padding: 38px 0 31px; }
  .section-heading { gap: 14px; margin-bottom: 22px; }
  .eyebrow { font-size: 9px; letter-spacing: .19em; margin-bottom: 12px; }
  .section-heading h2 { font-size: 31px; line-height: 1.16; }
  .section-description { font-size: 13px; line-height: 1.65; }
  .collection-year { display: none; }
  .catalog-tools { gap: 14px; padding: 15px 0; }
  .filter-list { gap: 5px; }
  .filter-button { min-height: 40px; padding: 8px 11px; font-size: 11px; }
  .filter-button span { font-size: 9px; }
  .search-field { height: 46px; }
  .search-field input { font-size: 16px; } /* Evita el zoom automático de los campos en iOS. */
  .search-field button { height: 44px; width: 43px; }
  .catalog-meta { align-items: flex-start; gap: 5px; padding: 14px 0 17px; }
  .catalog-meta p { font-size: 9px; }
  .catalog-meta .icon { width: 10px; height: 10px; }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px 12px; }
  .catalog-cover { padding-bottom: 132%; }
  .catalog-cover picture { inset: 16px 10px; }
  .catalog-number { top: 6px; left: 6px; width: 24px; height: 24px; font-size: 9px; }
  .catalog-pdf { right: 6px; bottom: 6px; font-size: 7px; }
  .catalog-body { padding: 12px 11px; }
  .catalog-category { min-height: 2.5em; margin-bottom: 3px; font-size: 9px; line-height: 1.35; }
  .catalog-body h3 { min-height: 2.7em; font-size: 16px; line-height: 1.35; }
  .catalog-action { margin-top: 12px; padding-top: 11px; font-size: 11px; gap: 5px; }
  .catalog-action .icon { width: 14px; height: 14px; }
  .availability-note { margin-top: 18px; font-size: 10px; }
  .contact-section { padding-bottom: 30px; }
  .contact-panel { grid-template-columns: 1fr; gap: 28px; padding: 29px 24px; }
  .contact-copy h2 { font-size: 39px; margin: 16px 0; }
  .contact-copy h2 br { display: none; }
  .contact-copy > p:not(.eyebrow):not(.contact-tagline) { max-width: none; font-size: 13px; }
  .contact-copy .contact-tagline { display: none; }
  .contact-direct { max-width: none; padding: 8px 0; }
  .contact-form-wrap { padding-top: 25px; border-top: 1px solid #50604c; }
  .form-intro h3 { font-size: 24px; }
  .form-intro p { font-size: 11px; }
  .form-field input, .form-field textarea { font-size: 16px; }
  .form-field label { font-size: 12px; }
  .privacy-note { font-size: 10px; }
  .footer-inner { flex-direction: column; gap: 19px; padding: 25px 45px 31px; }
  .footer-brand { width: 182px; }
  .footer-copy { max-width: 270px; }
  .footer-copy small { font-size: 9px; }
  .footer-copy p { font-size: 9px; letter-spacing: .12em; }
  .floating-whatsapp { right: 13px; bottom: 16px; bottom: calc(16px + env(safe-area-inset-bottom, 0px)); width: 51px; height: 51px; }
  .floating-whatsapp .icon { width: 28px; height: 28px; }
}
@media (max-width: 359px) {
  .container { width: calc(100% - 28px); }
  .brand { width: 163px; }
  .header-inner { gap: 9px; }
  .button-header { padding: 10px; font-size: 11px; }
  .hero .eyebrow { font-size: 7px; letter-spacing: .13em; }
  .hero-facts { gap: 15px; }
  .hero-fact strong span { font-size: 11px; }
  .hero-visual { max-width: 275px; }
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-cover { padding-bottom: 117%; }
  .catalog-cover picture { inset: 20px; }
  .catalog-body { padding: 16px; }
  .catalog-category { min-height: 0; font-size: 11px; }
  .catalog-body h3 { min-height: 0; font-size: 20px; }
  .catalog-action { font-size: 13px; }
  .catalog-meta { flex-direction: column; }
  .contact-panel { padding: 26px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
@media (hover: none) {
  .catalog-link:hover { transform: none; }
  .catalog-link:hover .catalog-cover img { transform: none; }
}
@media print {
  body { background: #fff; color: #000; }
  .site-header, .hero, .audience-strip, .catalog-tools, .contact-section, .site-footer, .floating-whatsapp, .collection-year, .skip-link { display: none !important; }
  .container { width: 100%; }
  .catalog-section { padding: 0; }
  .catalog-grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
  .catalog-card { break-inside: avoid; page-break-inside: avoid; }
  .catalog-link { box-shadow: none; }
  .catalog-cover { padding-bottom: 112%; }
  .catalog-body h3 { font-size: 13px; min-height: 0; }
  .catalog-action { font-size: 10px; }
}
