/*
Theme Name: NEIKE Modern
Theme URI: https://neike.com.ar/
Author: NEIKE
Description: Rediseño moderno, responsive y orientado a catálogo para Herramientas Argentinas K 10 S.R.L.
Version: 1.3.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: neike-modern
*/
:root {
  --ink: #111417;
  --ink-soft: #20252a;
  --paper: #ffffff;
  --cream: #f3f1eb;
  --cream-2: #e8e4da;
  --muted: #6c7278;
  --line: rgba(17,20,23,.12);
  --accent: #e34e2f;
  --accent-dark: #b8341d;
  --blue: #0c5ca8;
  --shadow: 0 20px 55px rgba(17,20,23,.12);
  --radius: 24px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; padding: 10px 14px; background: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.eyebrow { margin: 0 0 14px; color: var(--accent); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-title { margin: 0; max-width: 760px; font-size: clamp(2rem, 5vw, 4.35rem); line-height: .98; letter-spacing: -.055em; }
.section-copy { max-width: 640px; margin: 20px 0 0; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 44px; }
.section-head .section-copy { max-width: 450px; margin: 0; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 17px 0; transition: background .25s, box-shadow .25s, padding .25s; }
.site-header.is-scrolled { padding: 10px 0; background: rgba(255,255,255,.92); box-shadow: 0 1px 0 rgba(17,20,23,.08); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; width: 160px; min-height: 52px; padding: 8px 12px; border-radius: 12px; background: #fff; box-shadow: 0 9px 26px rgba(0,0,0,.11); }
.brand img { width: 100%; height: 38px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 28px; color: #fff; font-size: .94rem; font-weight: 700; }
.site-header.is-scrolled .nav { color: var(--ink); }
.nav a { position: relative; }
.nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--accent); transition: right .2s; }
.nav a:not(.nav-cta):hover::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; border-radius: 50%; background: #fff; cursor: pointer; box-shadow: 0 8px 24px rgba(0,0,0,.14); }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); transition: transform .2s, opacity .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero { position: relative; min-height: 830px; overflow: hidden; color: #fff; background: var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(12,15,18,.97) 0%, rgba(12,15,18,.9) 43%, rgba(12,15,18,.24) 72%, rgba(12,15,18,.08) 100%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; z-index: 2; height: 110px; background: linear-gradient(to bottom right, transparent 49%, var(--cream) 50%); }
.hero-media { position: absolute; inset: 0 0 0 39%; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; filter: saturate(.86) contrast(1.04); }
.hero-inner { position: relative; z-index: 3; display: flex; align-items: center; min-height: 790px; padding: 150px 0 110px; }
.hero-content { max-width: 715px; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #fff; font-size: .82rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero-kicker::before { content: ""; width: 42px; height: 3px; background: var(--accent); }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(3.2rem, 7.4vw, 7.2rem); line-height: .86; letter-spacing: -.075em; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero-copy { max-width: 590px; margin: 29px 0 0; color: rgba(255,255,255,.76); font-size: 1.13rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 12px 30px rgba(227,78,47,.28); }
.btn-primary:hover { background: #f05a3b; }
.btn-light { border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.08); color: #fff; backdrop-filter: blur(10px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-outline { border-color: var(--line); background: transparent; }
.hero-note { display: flex; align-items: center; gap: 16px; margin-top: 38px; color: rgba(255,255,255,.68); font-size: .9rem; }
.hero-note strong { color: #fff; }
.hero-note-line { width: 1px; height: 35px; background: rgba(255,255,255,.25); }

.trust-strip { position: relative; z-index: 4; margin-top: -8px; padding: 36px 0 70px; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.trust-item { display: flex; align-items: center; gap: 14px; padding: 24px; }
.trust-item + .trust-item { border-left: 1px solid var(--line); }
.trust-icon { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; border-radius: 12px; background: rgba(227,78,47,.1); color: var(--accent); }
.trust-icon svg { width: 22px; height: 22px; }
.trust-item b { display: block; font-size: .95rem; }
.trust-item span { display: block; margin-top: 4px; color: var(--muted); font-size: .78rem; }

.categories { padding: 85px 0 120px; }
.category-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.category-card { position: relative; min-height: 390px; overflow: hidden; border-radius: var(--radius); background: var(--ink); color: #fff; box-shadow: var(--shadow); transition: transform .25s; }
.category-card:hover { transform: translateY(-6px); }
.category-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 8%, rgba(255,255,255,.16), transparent 35%), linear-gradient(135deg, transparent 0 62%, rgba(255,255,255,.07) 62%); }
.category-card:nth-child(2) { background: #21453c; }
.category-card:nth-child(3) { background: #273747; }
.category-icon { position: absolute; top: 28px; right: 28px; width: 80px; height: 80px; color: rgba(255,255,255,.82); }
.category-icon svg { width: 100%; height: 100%; }
.category-body { position: absolute; inset: auto 30px 30px; z-index: 1; }
.category-number { color: var(--accent); font-size: .8rem; font-weight: 900; letter-spacing: .13em; }
.category-card h3 { margin: 12px 0 11px; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; letter-spacing: -.045em; }
.category-card p { max-width: 300px; margin: 0 0 22px; color: rgba(255,255,255,.68); line-height: 1.6; }
.category-link { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; }
.category-link span { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: var(--accent); }

.products { padding: 120px 0; background: #fff; }
.products-heading { display: grid; grid-template-columns: minmax(0,.85fr) minmax(520px,1.15fr); align-items: end; gap: 56px; margin-bottom: 42px; }
.products-heading .section-copy { max-width: 560px; }
.products-values { display: grid; grid-template-columns: repeat(3,1fr); border-left: 1px solid var(--line); }
.products-values > div { min-height: 104px; padding: 7px 24px 4px; border-right: 1px solid var(--line); }
.products-values b { display: block; margin-bottom: 12px; font-size: .9rem; line-height: 1.3; }
.products-values b::before { content: "✓"; display: inline-grid; width: 27px; height: 27px; place-items: center; margin-right: 9px; border: 2px solid var(--accent); border-radius: 50%; color: var(--accent); font-size: .78rem; vertical-align: middle; }
.products-values span { display: block; color: var(--muted); font-size: .79rem; line-height: 1.45; }
.product-searchbar { display: grid; grid-template-columns: minmax(260px,1.35fr) minmax(210px,.65fr) auto; gap: 14px; align-items: center; margin-bottom: 30px; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 12px 35px rgba(17,20,23,.08); }
.product-search-field, .product-select-field { display: flex; min-height: 52px; align-items: center; gap: 11px; padding: 0 16px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.product-search-field span { color: var(--muted); font-size: 1.45rem; transform: rotate(-18deg); }
.product-search-field input, .product-select-field select { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.product-select-field select { cursor: pointer; }
.product-clear { min-height: 48px; padding: 0 12px; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: .86rem; font-weight: 750; }
.product-clear:hover { color: var(--accent); }
.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.product-card { display: flex; min-height: 430px; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 7px 24px rgba(17,20,23,.055); transition: transform .25s, box-shadow .25s, border-color .25s; }
.product-card:hover { transform: translateY(-5px); border-color: rgba(227,78,47,.22); box-shadow: 0 20px 48px rgba(17,20,23,.12); }
.product-card[hidden] { display: none; }
.product-image { display: grid; place-items: center; height: 245px; overflow: hidden; background: #f7f7f5; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.product-body { display: flex; flex: 1; flex-direction: column; padding: 21px 20px 19px; }
.product-category { margin-bottom: 8px; color: var(--accent); font-size: .68rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.product-card h3 { margin: 0; font-size: 1.16rem; line-height: 1.25; }
.product-card h3 a:hover { color: var(--accent-dark); }
.product-card p { margin: 10px 0 18px; color: var(--muted); font-size: .88rem; line-height: 1.52; }
.product-action { display: inline-flex; min-height: 38px; align-items: center; align-self: flex-start; justify-content: center; gap: 14px; margin-top: auto; padding: 0 14px; border: 1px solid var(--accent); border-radius: 7px; background: var(--accent); color: #fff; font-size: .82rem; font-weight: 850; box-shadow: 0 8px 18px rgba(227,78,47,.2); transition: transform .2s, background .2s; }
.product-action:hover { transform: translateY(-2px); background: var(--accent-dark); }
.product-action span { color: #fff; font-size: 1rem; }
.product-empty { margin: 35px 0 0; padding: 28px; border-radius: 16px; background: var(--cream); color: var(--muted); text-align: center; }
.product-more { display: flex; justify-content: center; margin-top: 36px; }

/* Product detail subpages. */
body.neike-product-detail { background: #fff; }
body.neike-product-detail .site-header { padding: 10px 0; background: rgba(255,255,255,.96); box-shadow: 0 1px 0 rgba(17,20,23,.09); backdrop-filter: blur(16px); }
body.neike-product-detail .site-header .nav { color: var(--ink); }
.product-detail-main { min-height: 100vh; background: linear-gradient(180deg,#fff 0%,#fbfbfa 72%,#f4f2ec 100%); }
.product-detail-hero { padding: 132px 0 105px; }
.product-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 45px; color: var(--muted); font-size: .82rem; }
.product-breadcrumbs a:hover { color: var(--accent); }
.product-breadcrumbs strong { color: var(--accent); font-weight: 760; }
.product-detail-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,.95fr); gap: clamp(50px,7vw,92px); align-items: start; }
.product-detail-copy, .product-detail-aside { min-width: 0; }
.product-detail-copy h1 { margin: 0 0 12px; font-size: clamp(3rem,5.8vw,5.4rem); line-height: .93; letter-spacing: -.06em; }
.product-detail-copy h2 { margin: 0; font-size: clamp(1.55rem,2.6vw,2.4rem); line-height: 1.12; letter-spacing: -.035em; }
.product-long-description { max-width: 690px; margin: 25px 0 27px; color: #4f565c; font-size: 1.02rem; line-height: 1.72; }
.product-spec-table-wrap { width: 100%; max-width: 760px; overflow-x: auto; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 8px 25px rgba(17,20,23,.035); }
.product-spec-table { width: 100%; min-width: 540px; border-collapse: collapse; }
.product-spec-table th, .product-spec-table td { padding: 15px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.product-spec-table th:last-child, .product-spec-table td:last-child { border-right: 0; }
.product-spec-table tbody tr:last-child td { border-bottom: 0; }
.product-spec-table th { background: #f5f4f1; color: var(--ink); font-size: .82rem; font-weight: 850; }
.product-spec-table td { color: #4c5359; font-size: .87rem; }
.product-spec-table tbody tr:nth-child(even) td { background: #fcfcfb; }
.product-detail-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.btn-detail-outline { border-color: var(--accent); background: #fff; color: var(--ink); }
.btn-detail-outline:hover { background: rgba(227,78,47,.06); }
.product-detail-aside { position: sticky; top: 112px; }
.product-detail-image-card { display: grid; place-items: center; overflow: hidden; aspect-ratio: 1 / 1.03; border: 10px solid #fff; border-radius: 20px; background: #f7f7f5; box-shadow: 0 18px 45px rgba(17,20,23,.12); }
.product-detail-image-card img { width: 100%; height: 100%; object-fit: cover; }
.product-detail-benefits { display: grid; grid-template-columns: repeat(2,1fr); margin-top: 20px; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 9px 28px rgba(17,20,23,.06); }
.detail-benefit { display: grid; grid-template-columns: 38px 1fr; gap: 10px; align-items: center; min-height: 88px; padding: 15px; }
.detail-benefit:nth-child(odd) { border-right: 1px solid var(--line); }
.detail-benefit:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
.detail-benefit-icon { display: grid; width: 36px; height: 36px; place-items: center; border: 2px solid var(--accent); border-radius: 50%; color: var(--accent); font-size: .7rem; font-weight: 900; }
.detail-benefit b { display: block; font-size: .76rem; line-height: 1.25; }
.detail-benefit small { display: block; margin-top: 4px; color: var(--muted); font-size: .66rem; line-height: 1.3; }

.about { padding: 120px 0; }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 78px; }
.about-media { position: relative; }
.about-media img { width: 100%; min-height: 570px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.about-badge { position: absolute; right: -30px; bottom: 36px; display: grid; place-items: center; width: 180px; height: 180px; padding: 24px; border: 9px solid var(--cream); border-radius: 50%; background: var(--accent); color: #fff; text-align: center; box-shadow: 0 16px 40px rgba(227,78,47,.25); }
.about-badge strong { display: block; font-size: 2.7rem; line-height: 1; }
.about-badge span { display: block; margin-top: 5px; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.about-copy .section-title { font-size: clamp(2.5rem, 5vw, 4.7rem); }
.about-points { display: grid; gap: 18px; margin-top: 31px; }
.about-point { display: grid; grid-template-columns: 42px 1fr; gap: 15px; align-items: start; }
.about-point-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: #fff; color: var(--accent); box-shadow: 0 8px 22px rgba(17,20,23,.08); }
.about-point h3 { margin: 1px 0 5px; font-size: 1rem; }
.about-point p { margin: 0; color: var(--muted); line-height: 1.55; }

.catalog { padding: 0 0 120px; }
.catalog-panel { position: relative; display: grid; grid-template-columns: 1fr .9fr; min-height: 570px; overflow: hidden; border-radius: 30px; background: var(--ink); color: #fff; box-shadow: var(--shadow); }
.catalog-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(40px,7vw,85px); }
.catalog-copy .section-title { font-size: clamp(2.7rem,5.4vw,5.4rem); }
.catalog-copy p { max-width: 520px; margin: 22px 0 30px; color: rgba(255,255,255,.7); font-size: 1.04rem; line-height: 1.7; }
.catalog-art { position: relative; min-height: 480px; background: #eae7df; }
.catalog-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--ink), transparent 32%); }
.catalog-art img { width: 100%; height: 100%; object-fit: cover; }
.catalog-meta { display: flex; gap: 24px; margin-top: 27px; color: rgba(255,255,255,.62); font-size: .82rem; }

.contact { padding: 120px 0; background: #fff; }
.contact-grid { display: block; max-width: 820px; }
.contact-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 34px; }
.contact-card { display: grid; grid-template-columns: 45px 1fr; gap: 14px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 16px; }
.contact-card-icon { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 13px; background: var(--cream); color: var(--accent); }
.contact-card small { display: block; margin-bottom: 4px; color: var(--muted); }
.contact-card strong { font-size: .95rem; }
.site-footer { padding: 70px 0 25px; background: var(--ink); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .8fr; gap: 50px; padding-bottom: 55px; }
.footer-brand { width: 175px; padding: 10px 14px; border-radius: 13px; background: #fff; }
.footer-copy { max-width: 430px; margin: 22px 0 0; color: rgba(255,255,255,.62); line-height: 1.7; }
.footer-col h3 { margin: 0 0 18px; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; gap: 12px; color: rgba(255,255,255,.68); }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: .8rem; }

.reveal { opacity: 0; transform: translateY(25px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .menu-toggle { display: block; }
  .nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 24px; background: rgba(17,20,23,.98); color: #fff !important; font-size: 1.35rem; transform: translateX(100%); transition: transform .25s; }
  .nav.is-open { transform: translateX(0); }
  .menu-toggle { position: relative; z-index: 2; }
  .hero-media { left: 28%; }
  .hero::before { background: linear-gradient(90deg, rgba(12,15,18,.98), rgba(12,15,18,.75) 70%, rgba(12,15,18,.3)); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .trust-item:nth-child(4) { border-top: 1px solid var(--line); }
  .category-grid { grid-template-columns: 1fr 1fr; }
  .category-card:last-child { grid-column: 1 / -1; min-height: 300px; }
  .products-heading { grid-template-columns: 1fr; gap: 34px; }
  .products-values { max-width: 760px; }
  .product-grid { grid-template-columns: repeat(3,1fr); }
  .product-detail-grid { grid-template-columns: 1fr; }
  .product-detail-aside { position: static; display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.72fr); align-items: start; gap: 20px; }
  .product-detail-benefits { margin-top: 0; }
  .about-grid { gap: 45px; }
  .catalog-panel { grid-template-columns: 1.15fr .85fr; }
}
@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section-head { display: block; }
  .section-head .section-copy { margin-top: 18px; }
  .hero { min-height: 760px; }
  .hero-media { inset: 0; opacity: .48; }
  .hero::before { background: linear-gradient(90deg, rgba(12,15,18,.96), rgba(12,15,18,.62)); }
  .hero-inner { min-height: 730px; padding-top: 130px; }
  .hero h1 { font-size: clamp(3.4rem, 16vw, 5.3rem); }
  .hero-copy { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .hero-note { font-size: .8rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item + .trust-item { border-left: 0; border-top: 1px solid var(--line); }
  .categories, .products, .about, .contact { padding: 85px 0; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card, .category-card:last-child { grid-column: auto; min-height: 330px; }
  .products-values { grid-template-columns: 1fr; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
  .products-values > div { min-height: auto; padding: 17px 19px; border-right: 0; border-bottom: 1px solid var(--line); }
  .products-values > div:last-child { border-bottom: 0; }
  .product-searchbar { grid-template-columns: 1fr; }
  .product-clear { justify-self: start; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card { min-height: 390px; }
  .product-image { height: 210px; }
  .product-detail-hero { padding: 115px 0 80px; }
  .product-breadcrumbs { margin-bottom: 32px; }
  .product-detail-aside { grid-template-columns: 1fr; }
  .product-detail-benefits { margin-top: 0; }
  .product-detail-actions { flex-direction: column; }
  .product-detail-actions .btn { width: 100%; }
  .contact-cards { grid-template-columns: 1fr; }
  .about-grid, .catalog-panel { grid-template-columns: 1fr; }
  .about-grid { gap: 52px; }
  .about-media { padding-right: 20px; }
  .about-media img { min-height: 430px; }
  .about-badge { right: -5px; width: 145px; height: 145px; }
  .catalog { padding-bottom: 85px; }
  .catalog-art { min-height: 350px; order: -1; }
  .catalog-art::after { background: linear-gradient(0deg, var(--ink), transparent 35%); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}
@media (max-width: 520px) {
  .brand { width: 135px; }
  .hero h1 { font-size: 3.35rem; }
  .hero-note { align-items: flex-start; flex-wrap: wrap; }
  .hero-note-line { display: none; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 410px; }
  .product-image { height: 255px; }
  .product-detail-copy h1 { font-size: 3.2rem; }
  .product-detail-copy h2 { font-size: 1.55rem; }
  .product-spec-table { min-width: 360px; }
  .product-spec-table th, .product-spec-table td { padding: 12px 8px; font-size: .78rem; }
  .product-detail-benefits { grid-template-columns: 1fr; }
  .detail-benefit:nth-child(odd) { border-right: 0; }
  .detail-benefit:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .catalog-copy { padding: 42px 26px 50px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
