:root {
    --navy: #102a40;
    --navy-2: #16374f;
    --navy-3: #0c2235;
    --gold: #d9c49a;
    --gold-2: #eadfc8;
    --cream: #f8f5ef;
    --surface: #ffffff;
    --text: #1d2c39;
    --muted: #66727c;
    --line: #e4dfd6;
    --shadow: 0 10px 32px rgba(27, 38, 47, .07);
    --radius: 8px;
    --radius-lg: 12px;
    --container: 1180px;
    --serif: "Libre Baskerville", Georgia, serif;
    --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fbfaf7; color: var(--text); font: 14px/1.55 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
svg { width: 1.25em; height: 1.25em; stroke-width: 1.7; }
.sr-only { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }

.ht-container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section-space { padding: 34px 0; }
.section-space-sm { padding: 14px 0; }
.section-gap { margin-top: 14px; }
.panel-box { background: rgba(255,255,255,.86); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: 0 2px 10px rgba(20,31,40,.025); }
.section-heading { margin-bottom: 20px; }
.section-heading.centered { text-align: center; }
.section-heading.compact { margin-bottom: 10px; }
.section-heading h1, .section-heading h2, .section-heading h3 { margin: 0; color: var(--navy); font-family: var(--serif); font-weight: 400; }
.section-heading h2 { font-size: clamp(22px, 2.3vw, 31px); }
.section-heading p { max-width: 700px; margin: 8px auto 0; color: var(--muted); }
.eyebrow { color: #9a7d49; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 22px; border: 1px solid transparent; border-radius: 5px; font-weight: 600; cursor: pointer; transition: .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-gold { background: var(--gold); color: var(--navy-3); border-color: var(--gold); }
.btn-gold:hover { background: #e3cfaa; }
.btn-navy { background: var(--navy); color: #fff; border-color: var(--navy); }
.btn-navy:hover { background: var(--navy-2); }
.btn-outline-navy { background: #fff; color: var(--navy); border-color: #b9a681; }
.btn-outline-light { color: #fff; border-color: rgba(255,255,255,.58); background: rgba(11,31,47,.55); backdrop-filter: blur(5px); }
.btn-outline-light:hover { background: rgba(16,42,64,.78); }
.text-link { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: var(--navy); }
.text-link svg { width: 15px; height: 15px; }

.site-header { position: relative; z-index: 50; background: rgba(255,255,255,.98); border-bottom: 1px solid #eee9e0; }
.header-inner { min-height: 66px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 26px; }
.brand { display: inline-flex; flex-direction: column; width: max-content; color: var(--navy); line-height: 1; }
.brand-name { font: 400 23px/1 var(--serif); letter-spacing: -.03em; text-transform: uppercase; }
.brand-tagline { margin-top: 5px; padding-top: 3px; border-top: 1px solid #b9a681; color: #727981; font-size: 7px; letter-spacing: .22em; text-align: center; }
.main-nav { justify-self: center; }
.main-menu { display: flex; align-items: center; gap: 21px; list-style: none; margin: 0; padding: 0; }
.main-menu > li { position: relative; }
.main-menu > li > a { display: flex; align-items: center; gap: 4px; min-height: 66px; font-size: 12px; color: #364654; white-space: nowrap; }
.main-menu > li.active > a, .main-menu > li > a:hover { color: #9b7b44; }
.main-menu .sub-menu { display: none; position: absolute; top: 100%; left: -16px; min-width: 220px; margin: 0; padding: 8px; list-style: none; background: #fff; border: 1px solid var(--line); border-radius: 7px; box-shadow: var(--shadow); }
.main-menu li:hover > .sub-menu { display: block; }
.main-menu .sub-menu a { display: block; padding: 9px 10px; border-radius: 5px; }
.main-menu .sub-menu a:hover { background: var(--cream); }
.header-actions { display: flex; align-items: center; gap: 12px; justify-self: end; }
.header-phone { display: flex; align-items: center; gap: 7px; color: var(--navy); font-size: 12px; white-space: nowrap; }
.header-price { min-height: 39px; padding: 8px 15px; font-size: 12px; }
.language-switcher { font-size: 11px; }
.language-switcher ul { margin: 0; padding: 0; list-style: none; }
.language-switcher .dropdown-menu { min-width: 110px; }
.mobile-nav-toggle { display: none; border: 0; background: transparent; padding: 8px; }

.hero-section { position: relative; min-height: 390px; overflow: hidden; color: #fff; background: var(--navy) var(--hero-image) center/cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,28,35,.82) 0%, rgba(17,28,35,.62) 33%, rgba(17,28,35,.12) 66%, rgba(17,28,35,.02) 100%); }
.hero-content { position: relative; z-index: 1; min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; padding-top: 38px; padding-bottom: 14px; }
.hero-copy { width: min(555px, 54%); }
.hero-copy h1 { margin: 0 0 14px; font: 400 clamp(34px, 4vw, 54px)/1.18 var(--serif); letter-spacing: -.02em; }
.hero-lead { width: min(500px, 100%); margin: 0 0 9px; font-size: 16px; line-height: 1.45; }
.hero-subtext { width: min(500px,100%); margin: 0; color: rgba(255,255,255,.82); font-size: 13px; }
.hero-buttons { display: flex; gap: 12px; margin-top: 23px; }
.hero-benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 25px; }
.hero-benefit { display: flex; align-items: center; gap: 10px; min-height: 52px; }
.hero-benefit .icon-circle { flex: 0 0 46px; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; }
.hero-benefit .icon-circle svg { width: 22px; height: 22px; }
.hero-benefit strong, .hero-benefit small { display: block; }
.hero-benefit strong { font-size: 12px; line-height: 1.25; }
.hero-benefit small { margin-top: 2px; color: rgba(255,255,255,.76); font-size: 10px; line-height: 1.25; }

.catalog-section { padding-top: 20px; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.category-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: .2s; }
.category-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.category-image { height: 142px; overflow: hidden; background: #eee9e1; }
.category-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.category-card:hover .category-image img { transform: scale(1.025); }
.category-body { padding: 10px 12px 12px; }
.category-body h3 { margin: 0 0 5px; font: 400 18px/1.2 var(--serif); color: var(--navy); }
.category-body p { min-height: 39px; margin: 0 0 7px; color: var(--muted); font-size: 11px; line-height: 1.45; }

.featured-products-section .panel-box { padding: 12px; }
.featured-product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.featured-product-card { display: grid; grid-template-columns: 45% 55%; min-height: 184px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.featured-product-image { min-height: 184px; overflow: hidden; }
.featured-product-image img { width: 100%; height: 100%; object-fit: cover; }
.featured-product-copy { padding: 14px 14px 12px; }
.featured-product-copy h3 { margin: 0 0 5px; color: var(--navy); font: 400 18px/1.25 var(--serif); }
.featured-product-copy p { margin: 0 0 10px; color: var(--muted); font-size: 11px; }
.mini-row { display: flex; align-items: center; gap: 9px; margin-top: 7px; }
.mini-row > span { min-width: 56px; font-size: 9px; color: var(--muted); }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chips span, .option-chip { display: inline-flex; align-items: center; min-height: 28px; padding: 5px 11px; border: 1px solid #d9d4cb; border-radius: 6px; background: #fff; color: #44515c; font-size: 12px; }
.chips.small span { min-height: 20px; padding: 2px 6px; font-size: 9px; }
.option-chip { cursor: pointer; }
.option-chip:hover, .option-chip.active { border-color: var(--navy); color: var(--navy); background: #f4f7f9; }
.color-row { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.color-row i, .color-swatch { width: 17px; height: 17px; display: block; border-radius: 50%; background: var(--swatch); border: 1px solid rgba(20,30,40,.18); box-shadow: 0 0 0 2px #fff inset; }
.color-row.large i, .color-row.large .color-swatch { width: 23px; height: 23px; }
.color-swatch { padding: 0; cursor: pointer; }
.color-swatch.active { outline: 2px solid var(--navy); outline-offset: 2px; }

.category-strip { display: grid; grid-template-columns: repeat(5, 1fr); padding: 8px 4px; margin-bottom: 8px; }
.strip-item { display: flex; align-items: center; gap: 12px; min-height: 70px; padding: 8px 14px; border-right: 1px solid var(--line); }
.strip-item:last-child { border-right: 0; }
.strip-icon { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; color: var(--navy); }
.strip-icon svg { width: 34px; height: 34px; }
.strip-item strong, .strip-item small { display: block; }
.strip-item strong { font: 400 13px/1.2 var(--serif); color: var(--navy); }
.strip-item small { margin-top: 3px; color: var(--muted); font-size: 9px; line-height: 1.25; }
.assortment-grid { display: grid; grid-template-columns: repeat(5, 1fr); padding: 12px; }
.assortment-column { padding: 2px 14px 10px; border-right: 1px solid var(--line); }
.assortment-column:nth-child(5n), .assortment-column:last-child { border-right: 0; }
.assortment-column h3 { display: flex; gap: 7px; align-items: center; margin: 0 0 8px; font: 400 13px/1.3 var(--serif); color: var(--navy); }
.assortment-column h3 svg { width: 18px; height: 18px; }
.assortment-column ul { margin: 0; padding-left: 17px; color: #53606a; font-size: 10px; line-height: 1.65; }
.assortment-column a:hover { color: #9a7d49; }

.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.benefit-card { display: flex; gap: 13px; align-items: flex-start; min-height: 95px; padding: 14px; background: linear-gradient(135deg, #fff, #fbf7ef); border: 1px solid #dfd6c6; border-radius: var(--radius); }
.benefit-icon { flex: 0 0 44px; width: 44px; height: 44px; display: grid; place-items: center; color: var(--navy); }
.benefit-icon svg { width: 36px; height: 36px; }
.benefit-card h3 { margin: 0 0 4px; color: var(--navy); font: 600 11px/1.25 var(--serif); }
.benefit-card p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.4; }

.cta-panel { display: grid; grid-template-columns: 23% 27% 50%; min-height: 180px; overflow: hidden; color: #fff; background: linear-gradient(110deg, #0e263a, #123451); border-radius: var(--radius-lg); }
.cta-image { overflow: hidden; }
.cta-image img { width: 100%; height: 100%; object-fit: cover; }
.cta-copy { align-self: center; padding: 22px 24px; }
.cta-copy h2 { margin: 0 0 8px; font: 400 25px/1.25 var(--serif); }
.cta-copy p { margin: 0; color: rgba(255,255,255,.75); font-size: 11px; }
.cta-form-wrap { align-self: center; padding: 18px 24px; }
.ht-contact-form { margin: 0; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.form-wide { grid-column: 1 / -1; }
.ht-contact-form input, .ht-contact-form textarea { width: 100%; min-height: 38px; padding: 9px 12px; color: #fff; background: rgba(0,0,0,.08); border: 1px solid rgba(255,255,255,.35); border-radius: 5px; outline: none; }
.ht-contact-form input::placeholder, .ht-contact-form textarea::placeholder { color: rgba(255,255,255,.72); }
.ht-contact-form input:focus, .ht-contact-form textarea:focus { border-color: var(--gold); }
.form-submit { width: 100%; margin-top: 8px; min-height: 39px; }
.privacy-check { display: flex; gap: 7px; align-items: flex-start; margin-top: 8px; color: rgba(255,255,255,.66); font-size: 9px; cursor: pointer; }
.privacy-check input { width: 13px; min-height: 13px; height: 13px; padding: 0; margin-top: 1px; }
.ht-contact-form .contact-message { display: none; margin-bottom: 8px; padding: 8px 10px; border-radius: 5px; font-size: 11px; }
.ht-contact-form .contact-success-message { background: #dcefe5; color: #17472f; }
.ht-contact-form .contact-error-message { background: #f8dedb; color: #7a2c24; }
.ht-contact-form.is-loading .form-submit { opacity: .6; pointer-events: none; }

.breadcrumb-wrap { background: #fff; border-bottom: 1px solid var(--line); }
.breadcrumb-wrap .breadcrumb { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 14px 0; list-style: none; font-size: 11px; color: #7a848d; }
.breadcrumb-wrap .breadcrumb li + li:before { content: "/"; margin-right: 7px; color: #b1b6ba; }

.category-page-head { display: grid; grid-template-columns: 1fr 360px; gap: 36px; align-items: center; margin-bottom: 25px; }
.category-page-head h1 { margin: 5px 0 10px; color: var(--navy); font: 400 clamp(30px,4vw,48px)/1.15 var(--serif); }
.category-page-head p { max-width: 720px; margin: 0; color: var(--muted); }
.category-page-head img { width: 100%; height: 190px; object-fit: cover; border-radius: var(--radius-lg); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.product-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: .2s; }
.product-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.product-card-image { display: block; height: 188px; overflow: hidden; background: #eee; }
.product-card-image img { width: 100%; height: 100%; object-fit: cover; transition: .3s; }
.product-card:hover img { transform: scale(1.025); }
.product-card-body { padding: 12px; }
.product-card-body h3 { margin: 0 0 6px; color: var(--navy); font: 400 16px/1.3 var(--serif); }
.product-card-body p { min-height: 44px; margin: 0 0 9px; color: var(--muted); font-size: 10px; }
.pagination-wrap { margin-top: 25px; }
.pagination { display: flex; gap: 6px; list-style: none; padding: 0; }
.pagination a, .pagination span { min-width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 5px; background: #fff; }

.product-top { display: grid; grid-template-columns: 50% 50%; gap: 34px; }
.product-gallery { min-width: 0; }
.main-product-image { position: relative; overflow: hidden; height: 570px; background: #eee9e3; border-radius: var(--radius-lg); }
.main-product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-badge { position: absolute; z-index: 2; top: 15px; left: 15px; padding: 8px 12px; background: var(--gold-2); border: 1px solid #cfb888; border-radius: 5px; color: var(--navy); font-size: 11px; font-weight: 600; }
.zoom-button { position: absolute; right: 14px; bottom: 14px; width: 40px; height: 40px; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--navy); color: #fff; cursor: pointer; }
.product-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 14px; }
.product-thumbs button { height: 92px; overflow: hidden; padding: 0; background: #fff; border: 1px solid var(--line); border-radius: 7px; cursor: pointer; }
.product-thumbs button.active { border-color: var(--navy); box-shadow: 0 0 0 1px var(--navy); }
.product-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.product-summary { padding: 2px 0 0; }
.product-summary h1 { margin: 0 0 5px; color: var(--navy); font: 400 clamp(32px,3.2vw,47px)/1.12 var(--serif); }
.product-subtitle { margin: 0 0 18px; color: var(--muted); }
.price-request { display: flex; align-items: baseline; gap: 6px; margin-bottom: 12px; color: var(--navy); }
.price-request strong { font-size: 18px; }
.price-request span { color: #9a7d49; font-weight: 600; }
.check-list { display: grid; gap: 7px; margin: 0 0 15px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 8px; color: #4e5c66; font-size: 12px; }
.check-list svg { color: #c4a86f; fill: #c4a86f; width: 16px; height: 16px; }
.option-group { margin-top: 12px; }
.option-group > strong { display: block; margin-bottom: 6px; color: #344553; font-size: 11px; }
.minimum-order { display: flex; gap: 8px; margin: 14px 0; font-size: 11px; }
.minimum-order span { color: var(--muted); }
.product-actions { display: grid; grid-template-columns: 92px 1fr auto; gap: 10px; align-items: stretch; margin-top: 14px; }
.qty-control { display: grid; grid-template-columns: 28px 1fr 28px; border: 1px solid var(--line); border-radius: 5px; overflow: hidden; background: #fff; }
.qty-control button { border: 0; background: #fff; cursor: pointer; }
.qty-control input { width: 100%; border: 0; text-align: center; outline: 0; appearance: textfield; }
.summary-perks { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 16px; padding: 10px; border: 1px solid var(--line); border-radius: var(--radius); background: #fffdfa; }
.summary-perks > div { display: flex; align-items: center; gap: 8px; padding: 4px 8px; border-right: 1px solid var(--line); }
.summary-perks > div:last-child { border-right: 0; }
.summary-perks svg { width: 24px; height: 24px; color: #a7864e; }
.summary-perks strong, .summary-perks small { display: block; }
.summary-perks strong { font-size: 9px; }
.summary-perks small { color: var(--muted); font-size: 7.5px; }

.product-info-grid { display: grid; grid-template-columns: 44% 56%; gap: 12px; }
.characteristics, .product-benefits, .product-description, .variants-panel, .audience-panel, .order-steps { padding: 16px 20px; }
.characteristics h2, .product-benefits h2, .product-description h2, .variants-panel h2, .audience-panel h2, .order-steps h2 { margin: 0 0 14px; color: var(--navy); font: 400 19px/1.2 var(--serif); }
.characteristics dl { margin: 0; }
.characteristics dl > div { display: grid; grid-template-columns: 42% 58%; gap: 10px; padding: 7px 0; border-bottom: 1px solid #ebe7e0; }
.characteristics dl > div:last-child { border-bottom: 0; }
.characteristics dt { font-size: 10px; font-weight: 600; }
.characteristics dd { margin: 0; color: #59656e; font-size: 10px; }
.product-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; text-align: center; }
.product-benefit-grid > div { padding: 4px 6px; }
.product-benefit-grid span { width: 52px; height: 52px; display: grid; place-items: center; margin: 0 auto 6px; color: var(--navy); }
.product-benefit-grid svg { width: 40px; height: 40px; }
.product-benefit-grid h3 { margin: 0 0 4px; font-size: 10px; }
.product-benefit-grid p { margin: 0; color: var(--muted); font-size: 8px; line-height: 1.35; }
.product-description .ck-content { color: #4d5a64; font-size: 11px; }
.product-description .ck-content p { margin: 0 0 9px; }
.variants-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.variants-grid h3 { margin: 0 0 8px; font-size: 10px; }
.audience-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px; }
.audience-grid > div { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 8px; text-align: center; font-size: 9px; }
.audience-grid svg { width: 28px; height: 28px; color: var(--navy); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.steps-grid > div { position: relative; padding-left: 55px; }
.steps-grid > div:not(:last-child):after { content: "\2192"; position: absolute; right: -15px; top: 12px; color: #a7adb2; font-size: 24px; }
.steps-grid > div > span { position: absolute; left: 0; top: 0; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #cdb181; color: #fff; font: 700 17px var(--serif); }
.steps-grid h3 { margin: 0 0 4px; font-size: 11px; }
.steps-grid p { margin: 0; color: var(--muted); font-size: 9px; }
.related-products .section-heading { margin-bottom: 10px; }
.product-contact .cta-panel { grid-template-columns: 42% 58%; min-height: 210px; padding-left: 14px; }
.product-contact .cta-copy { padding: 25px 30px; }
.product-contact .cta-form-wrap { padding: 22px 32px; }
.response-note { display: flex; gap: 8px; align-items: center; margin-top: 14px; }
.response-note svg { width: 27px; height: 27px; color: var(--gold); }
.response-note strong, .response-note small { display: block; }
.response-note strong { font-size: 9px; }
.response-note small { color: rgba(255,255,255,.65); font-size: 8px; }

.site-footer { margin-top: 14px; background: #fff; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr 1.2fr; gap: 32px; padding-top: 28px; padding-bottom: 24px; }
.footer-brand p { max-width: 250px; color: var(--muted); font-size: 10px; }
.footer-grid h3 { margin: 3px 0 10px; color: var(--navy); font: 600 11px var(--serif); }
.footer-links, .footer-contact { display: grid; gap: 5px; list-style: none; padding: 0; margin: 0; color: #59656e; font-size: 10px; }
.footer-links a:hover, .footer-contact a:hover { color: #9a7d49; }
.footer-contact li { display: flex; gap: 7px; align-items: center; }
.footer-contact svg { width: 14px; height: 14px; color: var(--navy); }
.footer-socials { display: flex; gap: 8px; margin-top: 10px; }
.footer-socials a { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.footer-bottom { padding: 10px 0 14px; border-top: 1px solid var(--line); color: #8a9298; font-size: 8px; }
.error-page { text-align: center; }
.error-page h1 { margin: 0; color: var(--navy); font: 400 70px var(--serif); }
.empty-home { min-height: 55vh; }

.ht-lightbox { position: fixed; inset: 0; z-index: 9999; display: none; place-items: center; padding: 30px; background: rgba(5,16,25,.88); }
.ht-lightbox.open { display: grid; }
.ht-lightbox img { max-width: min(1200px, 94vw); max-height: 88vh; border-radius: 6px; }
.ht-lightbox button { position: absolute; top: 20px; right: 20px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; font-size: 24px; }

@media (max-width: 1120px) {
    .header-inner { gap: 14px; }
    .main-menu { gap: 12px; }
    .main-menu > li > a { font-size: 10px; }
    .header-phone span { display: none; }
    .assortment-grid { grid-template-columns: repeat(4, 1fr); }
    .assortment-column:nth-child(5n) { border-right: 1px solid var(--line); }
    .assortment-column:nth-child(4n) { border-right: 0; }
}

@media (max-width: 920px) {
    .ht-container { width: min(100% - 32px, var(--container)); }
    .header-inner { grid-template-columns: auto 1fr auto; }
    .mobile-nav-toggle { display: block; justify-self: end; }
    .main-nav { position: absolute; top: 66px; left: 16px; right: 16px; display: none; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
    .site-header.nav-open .main-nav { display: block; }
    .main-menu { display: grid; gap: 0; }
    .main-menu > li > a { min-height: 40px; font-size: 12px; }
    .main-menu .sub-menu { position: static; display: block; box-shadow: none; border: 0; padding-left: 14px; }
    .header-actions { grid-column: 3; grid-row: 1; }
    .header-price, .language-switcher { display: none; }
    .hero-copy { width: 68%; }
    .hero-benefits { grid-template-columns: repeat(2, 1fr); }
    .category-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
    .benefit-grid { grid-template-columns: repeat(2, 1fr); }
    .category-strip { grid-template-columns: repeat(3, 1fr); }
    .strip-item:nth-child(3) { border-right: 0; }
    .assortment-grid { grid-template-columns: repeat(3, 1fr); }
    .assortment-column:nth-child(4n) { border-right: 1px solid var(--line); }
    .assortment-column:nth-child(3n) { border-right: 0; }
    .cta-panel { grid-template-columns: 30% 70%; }
    .cta-copy { grid-column: 2; }
    .cta-image { grid-row: 1 / span 2; }
    .cta-form-wrap { grid-column: 2; padding-top: 0; }
    .product-top { grid-template-columns: 1fr; }
    .main-product-image { height: min(70vw, 620px); }
    .product-info-grid { grid-template-columns: 1fr; }
    .variants-grid { grid-template-columns: repeat(3, 1fr); }
    .audience-grid { grid-template-columns: repeat(3, 1fr); }
    .product-contact .cta-panel { grid-template-columns: 1fr; padding-left: 0; }
    .product-contact .cta-copy, .product-contact .cta-form-wrap { grid-column: 1; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .ht-container { width: min(100% - 24px, var(--container)); }
    .header-inner { min-height: 58px; }
    .main-nav { top: 58px; left: 12px; right: 12px; }
    .brand-name { font-size: 20px; }
    .header-actions { display: none; }
    .mobile-nav-toggle { grid-column: 3; }
    .hero-section, .hero-content { min-height: 530px; }
    .hero-overlay { background: linear-gradient(90deg, rgba(13,28,38,.88), rgba(13,28,38,.55)); }
    .hero-content { padding-top: 35px; }
    .hero-copy { width: 100%; }
    .hero-copy h1 { font-size: 34px; }
    .hero-lead { font-size: 14px; }
    .hero-buttons { flex-direction: column; align-items: stretch; width: min(330px, 100%); }
    .hero-benefits { grid-template-columns: 1fr 1fr; gap: 10px; }
    .hero-benefit { gap: 7px; }
    .hero-benefit .icon-circle { flex-basis: 38px; width: 38px; height: 38px; }
    .hero-benefit strong { font-size: 10px; }
    .hero-benefit small { font-size: 8px; }
    .category-grid, .featured-product-grid, .benefit-grid, .product-grid { grid-template-columns: 1fr; }
    .category-image { height: 190px; }
    .featured-product-card { grid-template-columns: 42% 58%; }
    .category-strip { grid-template-columns: 1fr; }
    .strip-item { border-right: 0; border-bottom: 1px solid var(--line); }
    .strip-item:last-child { border-bottom: 0; }
    .assortment-grid { grid-template-columns: repeat(2, 1fr); }
    .assortment-column:nth-child(3n) { border-right: 1px solid var(--line); }
    .assortment-column:nth-child(2n) { border-right: 0; }
    .cta-panel { grid-template-columns: 1fr; }
    .cta-image { grid-row: auto; height: 170px; }
    .cta-copy, .cta-form-wrap { grid-column: 1; }
    .cta-form-wrap { padding-top: 0; }
    .form-grid { grid-template-columns: 1fr; }
    .form-wide { grid-column: auto; }
    .category-page-head { grid-template-columns: 1fr; }
    .category-page-head img { height: 220px; }
    .product-thumbs { grid-template-columns: repeat(4, 1fr); }
    .main-product-image { height: 430px; }
    .product-actions { grid-template-columns: 85px 1fr; }
    .product-actions .btn-outline-navy { grid-column: 1 / -1; }
    .summary-perks { grid-template-columns: 1fr; }
    .summary-perks > div { border-right: 0; border-bottom: 1px solid var(--line); }
    .summary-perks > div:last-child { border-bottom: 0; }
    .product-benefit-grid { grid-template-columns: repeat(2, 1fr); }
    .variants-grid { grid-template-columns: 1fr 1fr; }
    .audience-grid { grid-template-columns: repeat(2, 1fr); }
    .steps-grid { grid-template-columns: 1fr; gap: 18px; }
    .steps-grid > div:not(:last-child):after { display: none; }
    .footer-grid { grid-template-columns: 1fr; gap: 20px; }
}
