:root {
  --ink: #111111;
  --paper: #f4f3ee;
  --white: #ffffff;
  --acid: #d7ff3f;
  --muted: #686868;
  --line: #1c1c1c;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Segoe UI", Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.5; }
html[lang="hy"] body { font-family: "Noto Sans Armenian", "Segoe UI", Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid #6d21ff; outline-offset: 3px; }

.skip-link { position: fixed; top: -100px; left: 1rem; z-index: 1000; background: var(--acid); padding: .8rem 1rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }

.utility-bar { display: flex; justify-content: space-between; gap: 1rem; padding: .45rem max(1rem, calc((100vw - var(--max))/2)); background: var(--acid); border-bottom: 2px solid var(--ink); font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.utility-bar a { text-decoration: none; }

.site-header { position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 74px; padding: 0 max(1rem, calc((100vw - var(--max))/2)); background: rgba(244,243,238,.94); border-bottom: 2px solid var(--ink); backdrop-filter: blur(10px); }
.wordmark { display: inline-flex; align-items: center; width: max-content; text-decoration: none; }
.wordmark img { width: auto; height: 54px; object-fit: contain; }
.site-header nav { display: flex; gap: clamp(.8rem,2vw,2rem); }
.site-header nav a { position: relative; font-size: .9rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
html[lang="hy"] .site-header nav a { font-size: .78rem; letter-spacing: 0; line-height: 1.35; text-transform: none; white-space: nowrap; }
.site-header nav a::after { content: ""; position: absolute; right: 0; bottom: -.35rem; left: 0; height: 3px; background: var(--ink); transform: scaleX(0); transition: transform .2s ease; }
.site-header nav a:hover::after, .site-header nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: .65rem; }
.language-switcher { display: flex; border: 2px solid var(--ink); }
.language-switcher button { min-width: 42px; padding: .45rem .55rem; background: transparent; border: 0; border-right: 1px solid var(--ink); cursor: pointer; font-size: .78rem; font-weight: 900; }
.language-switcher button:last-child { border-right: 0; }
.language-switcher button.active { background: var(--ink); color: var(--white); }
.cart-toggle { display: inline-flex; align-items: center; gap: .5rem; min-height: 39px; padding: .35rem .55rem .35rem .75rem; background: var(--acid); border: 2px solid var(--ink); cursor: pointer; font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.cart-icon { flex: 0 0 auto; }
.cart-count { display: grid; place-items: center; min-width: 25px; height: 25px; padding: 0 .3rem; background: var(--ink); color: var(--white); border-radius: 50%; font-size: .72rem; }

.hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr); min-height: 575px; max-width: var(--max); margin: auto; border-right: 2px solid var(--ink); border-left: 2px solid var(--ink); }
.hero-copy { position: relative; z-index: 1; display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: clamp(2.5rem, 5vw, 5.5rem); overflow: hidden; border-right: 2px solid var(--ink); }
.eyebrow { margin: 0 0 1rem; font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero h1, .section-heading h2, .section-kicker h2, .setup-section h2, .about-section h2, .history-section h2, .contact-section h2, .location-section h2 { margin: 0; font-family: Impact, "Arial Black", sans-serif; font-weight: 900; letter-spacing: -.035em; line-height: .92; text-transform: uppercase; }
.hero h1 { max-width: 680px; font-size: clamp(4rem, 7vw, 7rem); overflow-wrap: normal; word-break: normal; }
html[lang="ru"] .hero h1 { font-size: clamp(3.6rem,6vw,6rem); }
html[lang="hy"] .hero h1, html[lang="hy"] .section-kicker h2, html[lang="hy"] .section-heading h2, html[lang="hy"] .setup-section h2, html[lang="hy"] .about-section h2, html[lang="hy"] .history-section h2, html[lang="hy"] .contact-section h2, html[lang="hy"] .location-section h2 { font-family: "Noto Sans Armenian", "Segoe UI", Arial, sans-serif; font-weight: 900; letter-spacing: -.025em; line-height: 1.05; }
html[lang="hy"] .hero h1 { font-size: clamp(3.1rem,5vw,5.2rem); line-height: .98; }
.hero-text { max-width: 580px; margin: 1.45rem 0 0; color: #3d3d3d; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.7rem; }
.hero-proof { display: flex; flex-wrap: wrap; gap: .55rem 1.2rem; margin: 1.5rem 0 0; padding: 0; list-style: none; color: #444; font-size: .76rem; font-weight: 800; text-transform: uppercase; }
.hero-proof li::before { content: "✓"; margin-right: .35rem; color: #4a18b4; font-weight: 1000; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .8rem 1.25rem; border: 2px solid var(--ink); font-weight: 900; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translate(-3px,-3px); box-shadow: 5px 5px 0 var(--ink); }
.button-primary { background: var(--acid); }
.button-ghost { background: transparent; }
.button-light { background: var(--white); color: var(--ink); }
.hero-collage { position: relative; min-height: 575px; overflow: hidden; background: #6d21ff; }
.hero-collage::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(135deg, transparent 0 44px, rgba(255,255,255,.08) 45px 47px); }
.hero-product { position: absolute; margin: 0; overflow: hidden; background: var(--white); border: 3px solid var(--ink); box-shadow: 12px 12px 0 var(--ink); }
.hero-product img { width: 100%; height: 100%; object-fit: contain; }
.hero-product-main { top: 14%; right: 8%; width: 62%; aspect-ratio: 1; transform: rotate(4deg); }
.hero-product-small { bottom: 8%; left: 7%; width: 36%; aspect-ratio: 1; transform: rotate(-7deg); }
.hero-sticker { position: absolute; right: 4%; bottom: 5%; display: grid; place-items: center; width: 108px; aspect-ratio: 1; background: var(--acid); border: 3px solid var(--ink); border-radius: 50%; font-family: Impact, "Arial Black", sans-serif; font-size: 1.4rem; line-height: 1; text-align: center; transform: rotate(8deg); }
.tape { position: absolute; z-index: 3; width: 125%; padding: .5rem; background: var(--acid); border: 2px solid var(--ink); font-weight: 900; letter-spacing: .12em; text-align: center; white-space: nowrap; }
.tape-top { top: 2.6rem; left: -3rem; transform: rotate(-5deg); }

.category-strip { display: grid; grid-template-columns: repeat(3,1fr); max-width: var(--max); margin: auto; background: var(--ink); color: var(--white); border-right: 2px solid var(--ink); border-left: 2px solid var(--ink); }
.category-strip span { display: grid; min-height: 58px; place-items: center; padding: 1rem; border-right: 1px solid #444; font-weight: 800; letter-spacing: .08em; line-height: 1.35; text-align: center; text-transform: uppercase; }
.category-strip span:last-child { border-right: 0; }
html[lang="hy"] .category-strip span { padding-top: 1.2rem; padding-bottom: 1.2rem; font-size: .76rem; letter-spacing: .02em; text-transform: none; }

.category-cards-section, .featured-section { max-width: var(--max); margin: auto; padding: clamp(3.5rem,7vw,6rem) clamp(1rem,4vw,4rem); border-right: 2px solid var(--ink); border-left: 2px solid var(--ink); }
.section-kicker { display: block; }
.section-kicker .eyebrow { margin-bottom: 1.35rem; }
.section-kicker h2 { max-width: 820px; font-size: clamp(3rem,6vw,6rem); }
.category-cards { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); margin-top: 2.2rem; border: 2px solid var(--ink); }
.category-card { position: relative; display: flex; min-height: 180px; flex-direction: column; justify-content: space-between; padding: 1rem; background: var(--white); border: 0; border-right: 2px solid var(--ink); color: var(--ink); cursor: pointer; text-align: left; text-decoration: none; transition: background .18s ease, color .18s ease; }
.category-card:last-child { border-right: 0; }
.category-card:nth-child(2n) { background: var(--acid); }
.category-card:hover, .category-card:focus-visible { background: #6d21ff; color: var(--white); }
.category-card strong { font-family: Impact, "Arial Black", sans-serif; font-size: clamp(1.35rem,2vw,2rem); line-height: .95; text-transform: uppercase; }
html[lang="hy"] .category-card strong { max-width: 100%; font-family: "Noto Sans Armenian", "Segoe UI", Arial, sans-serif; font-size: clamp(1rem,1.35vw,1.35rem); font-weight: 900; letter-spacing: -.02em; line-height: 1.35; overflow-wrap: break-word; text-transform: none; }
html[lang="hy"] .category-card { min-width: 0; }
.category-card span { font-size: .76rem; font-weight: 900; }
.category-card b { align-self: flex-end; font-size: 1.6rem; }
.brand-ribbon { max-width: var(--max); margin: auto; padding: 1.3rem clamp(1rem,4vw,4rem); overflow: hidden; background: #6d21ff; color: var(--white); border: 2px solid var(--ink); }
.brand-ribbon p { margin: 0 0 .7rem; color: #dcd0ff; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.brand-list { display: flex; flex-wrap: wrap; gap: .7rem 1.4rem; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(1.35rem,2.4vw,2.2rem); letter-spacing: .02em; }
.brand-list span:not(:last-child)::after { content: "✦"; margin-left: 1.4rem; color: var(--acid); font-family: Arial, sans-serif; font-size: .75em; }
.featured-section { background: var(--ink); color: var(--white); }
.featured-section .section-heading h2 { font-size: clamp(3rem,6vw,6rem); }
.text-link { color: var(--white); font-weight: 900; text-underline-offset: .3rem; }
.featured-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1rem; margin-top: 2.3rem; }
.featured-grid .product-card { color: var(--ink); }

.catalog { max-width: var(--max); margin: auto; padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 4rem); border-right: 2px solid var(--ink); border-left: 2px solid var(--ink); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.section-heading h2 { font-size: clamp(3rem, 6vw, 6rem); }
.search-box { display: flex; align-items: center; width: min(100%, 360px); padding: .7rem .9rem; border-bottom: 3px solid var(--ink); }
.search-box input { width: 100%; background: transparent; border: 0; outline: 0; font-size: 1rem; }
.search-box span[aria-hidden] { font-size: 1.6rem; font-weight: 900; }
.filters { display: flex; flex-wrap: wrap; gap: .55rem; margin: 2.5rem 0 1rem; }
.filter-button { padding: .65rem .9rem; background: transparent; border: 2px solid var(--ink); cursor: pointer; font-size: .78rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.filter-button.active, .filter-button:hover { background: var(--ink); color: var(--white); }
.results-count { min-height: 1.5rem; margin: 0 0 1.4rem; color: var(--muted); font-size: .86rem; }
.product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1rem; }
.product-card { display: flex; flex-direction: column; min-width: 0; background: var(--white); border: 2px solid var(--ink); transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translate(-4px,-4px); box-shadow: 8px 8px 0 var(--ink); }
.product-image-button { position: relative; display: block; width: 100%; padding: 0; background: #ecebe6; border: 0; border-bottom: 2px solid var(--ink); cursor: pointer; aspect-ratio: 1; overflow: hidden; }
.product-image-button img { width: 100%; height: 100%; object-fit: contain; transition: transform .28s ease; }
.product-image-button .product-image-secondary { position: absolute; inset: 0; opacity: 0; }
@media (hover: hover) {
  .product-card:hover .product-image-secondary { opacity: 1; transform: scale(1.04) rotate(-1deg); }
  .product-card:hover .product-image-primary:has(+ .product-image-secondary) { opacity: 0; }
}
.product-card:hover img { transform: scale(1.04) rotate(-1deg); }
.sale-badge { position: absolute; top: .7rem; left: .7rem; padding: .35rem .55rem; background: var(--acid); border: 2px solid var(--ink); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.product-copy { display: flex; flex: 1; flex-direction: column; padding: 1rem; }
.product-category { margin: 0 0 .55rem; color: var(--muted); font-size: .7rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.product-title { margin: 0; font-size: 1rem; line-height: 1.25; }
.product-pricing { display: flex; align-items: baseline; gap: .55rem; margin: auto 0 .9rem; padding-top: 1.2rem; font-size: 1rem; font-weight: 900; }
.product-pricing del { color: var(--muted); font-size: .82rem; font-weight: 600; }
.product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.quick-view, .add-cart-card { min-height: 42px; border: 2px solid var(--ink); cursor: pointer; font-size: .76rem; font-weight: 900; text-transform: uppercase; }
.quick-view { background: transparent; }
.add-cart-card { background: var(--acid); }
.empty-state { padding: 4rem 1rem; border: 2px dashed var(--ink); text-align: center; }
.product-tags { position: absolute; top: .65rem; right: .65rem; z-index: 1; display: grid; justify-items: end; gap: .35rem; }
.product-tag { padding: .3rem .48rem; background: var(--ink); color: var(--white); border: 1px solid var(--ink); font-size: .65rem; font-weight: 900; text-transform: uppercase; }
.product-tag.new { background: #6d21ff; }
.delivery-line { display: flex; align-items: center; gap: .35rem; margin: -.25rem 0 .8rem; color: #4d4d4d; font-size: .72rem; font-weight: 800; }
.delivery-line::before { content: "✓"; color: #5c19da; }

.setup-section { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(2rem,5vw,5rem); max-width: var(--max); margin: auto; padding: clamp(4rem,8vw,7rem) clamp(1rem,4vw,4rem); background: #6d21ff; color: var(--white); border: 2px solid var(--ink); }
.setup-section h2 { max-width: 700px; font-size: clamp(3rem,5.8vw,6rem); }
.setup-copy > p:last-child { max-width: 600px; color: #e5dcff; font-size: 1.08rem; }
.setup-options { display: grid; align-content: center; border: 2px solid var(--white); }
.setup-options a { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: .2rem 1rem; padding: 1.2rem; color: var(--white); border-bottom: 2px solid var(--white); text-decoration: none; transition: background .18s ease, color .18s ease; }
.setup-options a:last-child { border-bottom: 0; }
.setup-options a:hover, .setup-options a:focus-visible { background: var(--acid); color: var(--ink); }
.setup-options span { grid-row: 1 / 3; color: var(--acid); font-family: Impact, "Arial Black", sans-serif; font-size: 1.5rem; }
.setup-options a:hover span, .setup-options a:focus-visible span { color: var(--ink); }
.setup-options strong { font-size: 1rem; text-transform: uppercase; }
.setup-options small { opacity: .8; font-size: .82rem; }

.about-section { display: grid; grid-template-columns: 90px minmax(0,1.2fr) minmax(280px,.8fr); gap: clamp(1.5rem,4vw,4rem); max-width: var(--max); margin: auto; padding: clamp(4rem,8vw,7rem) clamp(1rem,4vw,4rem); background: var(--acid); border: 2px solid var(--ink); }
.about-number { font-family: Impact, "Arial Black", sans-serif; font-size: 4rem; line-height: 1; }
.about-section h2 { max-width: 700px; font-size: clamp(2.8rem,5vw,5.5rem); }
.about-section > p { align-self: end; max-width: 560px; margin: 0; font-size: 1.12rem; }
.community-links { grid-column: 2 / 4; }
.community-links a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-top: 1.2rem; border-top: 2px solid var(--ink); font-size: .86rem; text-decoration: none; text-transform: uppercase; }
.community-links span { font-family: Impact, "Arial Black", sans-serif; font-size: clamp(1.8rem,4vw,4rem); }
.history-section { max-width: var(--max); margin: auto; padding: clamp(4rem,8vw,7rem) clamp(1rem,4vw,4rem); background: #6d21ff; color: var(--white); border-right: 2px solid var(--ink); border-left: 2px solid var(--ink); }
.history-heading { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(280px,.8fr); gap: clamp(2rem,6vw,6rem); align-items: end; }
.history-section h2 { max-width: 820px; font-size: clamp(3rem,6vw,6rem); }
.history-heading > p { max-width: 520px; margin: 0; font-size: 1.1rem; }
.history-toggle { margin-top: 2rem; padding: .8rem 1rem; background: var(--acid); border: 2px solid var(--white); cursor: pointer; font-weight: 900; text-transform: uppercase; }
.history-timeline { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: clamp(2.5rem,6vw,5rem); border: 2px solid var(--white); }
.history-timeline[hidden] { display: none; }
.history-timeline article { min-width: 0; padding: clamp(1.2rem,2.5vw,2rem); border-right: 2px solid var(--white); }
.history-timeline article:last-child { border-right: 0; }
.history-timeline span { display: inline-block; margin-bottom: 1.6rem; padding: .35rem .55rem; background: var(--acid); color: var(--ink); font-weight: 900; }
.history-timeline h3 { margin: 0 0 .75rem; font-size: 1.15rem; text-transform: uppercase; }
.history-timeline p { margin: 0; color: #eee9ff; font-size: .94rem; }
.contact-section { display: flex; align-items: end; justify-content: space-between; gap: 3rem; max-width: var(--max); margin: auto; padding: clamp(4rem,8vw,7rem) clamp(1rem,4vw,4rem); background: var(--ink); color: var(--white); }
.contact-section h2 { max-width: 860px; font-size: clamp(3rem,6vw,6rem); }
.contact-section p:not(.eyebrow) { max-width: 620px; color: #cfcfcf; font-size: 1.05rem; }
.contact-actions { display: flex; flex: 0 0 auto; flex-direction: column; align-items: stretch; gap: 1rem; }
.phone-link { color: var(--white); font-size: 1.1rem; font-weight: 800; text-align: center; }
.social-links { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; }
.social-links a { display: flex; align-items: center; gap: .55rem; padding: .65rem .8rem; border: 1px solid #555; color: var(--white); font-size: .78rem; font-weight: 900; text-decoration: none; text-transform: uppercase; transition: border-color .18s ease, background .18s ease; }
.social-links a:hover, .social-links a:focus-visible { background: #282828; border-color: var(--white); }
.social-links span { display: grid; place-items: center; width: 25px; height: 25px; background: var(--white); color: var(--ink); border-radius: 50%; font-family: Arial, Helvetica, sans-serif; font-size: .72rem; font-weight: 900; text-transform: none; }
.faq-section { max-width: var(--max); margin: auto; padding: clamp(4rem,8vw,7rem) clamp(1rem,4vw,4rem); border-right: 2px solid var(--ink); border-left: 2px solid var(--ink); }
.faq-section .section-kicker h2 { font-size: clamp(3rem,6vw,6rem); }
html[lang="hy"] .section-kicker h2, html[lang="hy"] .faq-section .section-kicker h2 { max-width: 980px; font-size: clamp(2.4rem,4.3vw,4.6rem); }
.faq-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 2.2rem; border-top: 2px solid var(--ink); border-left: 2px solid var(--ink); }
.faq-grid details { min-width: 0; padding: 1.2rem; background: var(--white); border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.faq-grid summary { cursor: pointer; font-weight: 900; text-transform: uppercase; }
.faq-grid p { margin: .75rem 0 0; color: var(--muted); }
.location-section { display: grid; grid-template-columns: minmax(320px,.8fr) minmax(0,1.2fr); max-width: var(--max); margin: auto; background: var(--white); border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); border-left: 2px solid var(--ink); }
.location-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(3rem,6vw,6rem) clamp(1rem,4vw,4rem); }
.location-section h2 { max-width: 650px; font-size: clamp(3rem,5.5vw,5.8rem); }
.location-copy .address { margin: 2rem 0 .35rem; font-size: 1.18rem; font-weight: 900; }
.location-note { max-width: 560px; margin: 0; color: var(--muted); }
.location-copy .button { margin-top: 1.8rem; }
.map-wrap { min-height: 460px; background: #deded8; border-left: 2px solid var(--ink); }
.map-wrap iframe { display: block; width: 100%; height: 100%; min-height: 460px; border: 0; }
footer { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 2rem; max-width: var(--max); margin: auto; padding: 2rem clamp(1rem,4vw,4rem); border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); border-left: 2px solid var(--ink); font-size: .82rem; }
.wordmark-footer img { height: 64px; }

.product-dialog { width: min(940px, calc(100% - 2rem)); padding: 0; background: var(--paper); border: 3px solid var(--ink); box-shadow: 14px 14px 0 var(--ink); }
.product-dialog::backdrop { background: rgba(17,17,17,.76); }
.dialog-close { position: absolute; top: .6rem; right: .6rem; z-index: 2; display: grid; place-items: center; width: 42px; height: 42px; background: var(--white); border: 2px solid var(--ink); cursor: pointer; font-size: 1.7rem; font-weight: 900; }
.dialog-layout { display: grid; grid-template-columns: 1fr 1fr; }
.dialog-media { min-width: 0; background: var(--white); border-right: 2px solid var(--ink); }
.dialog-image-wrap { position: relative; min-height: 430px; background: var(--white); }
.dialog-zoom { display: block; width: 100%; height: 430px; padding: 0; background: var(--white); border: 0; cursor: zoom-in; }
.dialog-zoom img { width: 100%; height: 100%; object-fit: contain; }
.gallery-arrow { position: absolute; top: 50%; z-index: 1; display: grid; place-items: center; width: 44px; height: 54px; padding: 0; background: rgba(255,255,255,.92); border: 2px solid var(--ink); cursor: pointer; font-size: 2rem; font-weight: 900; line-height: 1; transform: translateY(-50%); }
.gallery-arrow:hover, .gallery-arrow:focus-visible { background: var(--acid); }
.gallery-prev { left: .7rem; }
.gallery-next { right: .7rem; }
.gallery-counter { position: absolute; right: .7rem; bottom: .7rem; padding: .3rem .5rem; background: var(--ink); color: var(--white); font-size: .72rem; font-weight: 900; }
.gallery-thumbnails { display: flex; gap: .55rem; padding: .7rem; overflow-x: auto; border-top: 2px solid var(--ink); }
.gallery-thumbnail { flex: 0 0 68px; width: 68px; height: 68px; padding: 0; overflow: hidden; background: #ecebe6; border: 2px solid transparent; cursor: pointer; }
.gallery-thumbnail.active { border-color: var(--ink); }
.gallery-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.gallery-arrow[hidden], .gallery-counter[hidden], .gallery-thumbnails[hidden] { display: none; }
.dialog-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem,5vw,4rem); }
.dialog-copy h2 { margin: 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(2.2rem,4vw,4rem); line-height: .95; text-transform: uppercase; }
.product-facts { display: flex; flex-wrap: wrap; gap: .45rem; margin: 1rem 0 0; padding: 0; list-style: none; }
.product-facts li { padding: .38rem .55rem; background: var(--white); border: 1px solid var(--ink); font-size: .72rem; font-weight: 800; }
.product-assurances { display: grid; gap: .3rem; margin-top: 1rem; color: #3f3f3f; font-size: .76rem; font-weight: 800; }
.product-assurances span::before { content: "✓"; margin-right: .35rem; color: #5c19da; }
.dialog-price { margin: 1.3rem 0; font-size: 1.45rem; font-weight: 900; }
.variant-picker { min-width: 0; margin: 1rem 0 0; padding: 0; border: 0; font-size: .78rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.variant-picker[hidden] { display: none; }
.variant-picker legend { margin-bottom: .55rem; padding: 0; }
.variant-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .5rem; }
.variant-choice { position: relative; cursor: pointer; }
.variant-choice input { position: absolute; opacity: 0; pointer-events: none; }
.variant-choice span { display: grid; place-items: center; min-height: 46px; padding: .45rem; background: var(--white); border: 2px solid var(--ink); font-size: .8rem; text-align: center; }
.variant-choice input:checked + span { background: var(--ink); color: var(--white); }
.variant-choice input:focus-visible + span { outline: 3px solid var(--acid); outline-offset: 2px; }
.dialog-quantity { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1rem; font-size: .78rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.dialog-actions { display: grid; gap: .65rem; margin-top: 1.2rem; }
.dialog-actions .button-ghost { background: var(--white); }
.copy-link { justify-self: start; padding: .2rem 0; background: transparent; border: 0; cursor: pointer; color: var(--muted); font-size: .76rem; text-decoration: underline; text-underline-offset: .2rem; }
.image-lightbox { position: fixed; width: min(1200px,calc(100% - 2rem)); height: calc(100vh - 2rem); max-width: none; max-height: none; padding: 0; overflow: hidden; background: var(--ink); border: 3px solid var(--white); }
.image-lightbox::backdrop { background: rgba(17,17,17,.94); }
.image-lightbox img { width: 100%; height: 100%; object-fit: contain; }
.image-lightbox .dialog-close { position: fixed; }
.image-lightbox .lightbox-arrow { width: 58px; height: 72px; background: var(--acid); }
.image-lightbox .lightbox-counter { right: 1rem; bottom: 1rem; border: 1px solid var(--white); }
.cart-dialog { width: min(680px, calc(100% - 1.5rem)); max-height: calc(100vh - 1.5rem); padding: 0; background: var(--paper); border: 3px solid var(--ink); box-shadow: 14px 14px 0 var(--ink); }
.cart-dialog::backdrop { background: rgba(17,17,17,.76); }
.cart-shell { padding: clamp(1.25rem,4vw,2.5rem); }
.cart-heading { padding-right: 3rem; }
.cart-heading h2 { margin: 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(3rem,8vw,5.4rem); line-height: .92; text-transform: uppercase; }
.cart-items { display: grid; gap: .75rem; margin-top: 1.5rem; }
.cart-item { display: grid; grid-template-columns: 86px minmax(0,1fr) auto; gap: .9rem; align-items: center; padding: .7rem; background: var(--white); border: 2px solid var(--ink); }
.cart-item img { width: 86px; height: 86px; background: #ecebe6; object-fit: contain; }
.cart-item-copy { min-width: 0; }
.cart-item-copy h3 { margin: 0 0 .3rem; font-size: .95rem; line-height: 1.25; }
.cart-item-copy p { margin: 0; font-size: .86rem; font-weight: 900; }
.cart-item-controls { display: grid; justify-items: end; gap: .5rem; }
.quantity-control { display: flex; border: 2px solid var(--ink); }
.quantity-control button { width: 34px; height: 34px; padding: 0; background: var(--paper); border: 0; cursor: pointer; font-size: 1.1rem; font-weight: 900; }
.quantity-control span { display: grid; place-items: center; min-width: 34px; border-right: 1px solid var(--ink); border-left: 1px solid var(--ink); font-size: .82rem; font-weight: 900; }
.remove-cart-item { padding: 0; background: transparent; border: 0; color: var(--muted); cursor: pointer; font-size: .76rem; text-decoration: underline; }
.cart-empty { padding: 3rem 1rem; text-align: center; }
.cart-empty h3 { margin: 0 0 .35rem; font-size: 1.2rem; }
.cart-empty p { margin: 0; color: var(--muted); }
.cart-summary { display: grid; gap: .7rem; margin-top: 1.25rem; padding-top: 1.25rem; border-top: 3px solid var(--ink); }
.cart-total-row { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: .5rem; font-size: 1.35rem; font-weight: 900; text-transform: uppercase; }
.payment-note { margin: .2rem 0 0; color: var(--muted); font-size: .78rem; text-align: center; }
.checkout-fields { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin-bottom: .4rem; }
.checkout-fields label:last-child { grid-column: 1 / -1; }
.checkout-fields label { display: grid; gap: .3rem; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.checkout-fields input { width: 100%; min-height: 46px; padding: .7rem .8rem; background: var(--white); border: 2px solid var(--ink); border-radius: 0; }
.checkout-soon { background: #dddcd6; color: #666; cursor: not-allowed; }
.toast { position: fixed; right: 1rem; bottom: 1rem; z-index: 100; max-width: min(360px,calc(100% - 2rem)); padding: .9rem 1.1rem; background: var(--acid); border: 2px solid var(--ink); box-shadow: 6px 6px 0 var(--ink); font-weight: 900; }
.toast[hidden] { display: none; }
.mobile-dock { display: none; }
.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; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr 42%; min-height: 560px; }
  .hero-copy { padding: 4rem 2.5rem; }
  .hero h1 { font-size: clamp(3.8rem,8vw,6rem); }
  html[lang="ru"] .hero h1 { font-size: clamp(3.4rem,6.7vw,5rem); }
  html[lang="hy"] .hero h1 { font-size: clamp(3.1rem,6vw,4.5rem); }
  html[lang="hy"] .category-card strong { font-size: 1.12rem; }
  .product-grid { grid-template-columns: repeat(3,1fr); }
  .category-cards { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .category-card:nth-child(3) { border-right: 0; }
  .category-card:nth-child(-n+3) { border-bottom: 2px solid var(--ink); }
  .featured-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .about-section { grid-template-columns: 80px 1fr; }
  .about-section > p { grid-column: 2; }
  .history-timeline { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .history-timeline article:nth-child(2) { border-right: 0; }
  .history-timeline article:nth-child(-n+2) { border-bottom: 2px solid var(--white); }
}

@media (max-width: 760px) {
  body { padding-bottom: 70px; }
  .utility-bar { font-size: .68rem; }
  .site-header { grid-template-columns: 1fr auto; min-height: 64px; }
  .site-header nav { display: none; }
  .wordmark img { height: 48px; }
  .header-actions { gap: .4rem; }
  .language-switcher button { min-width: 38px; }
  .cart-toggle { padding-left: .55rem; }
  .cart-toggle > span[data-i18n="cart"] { display: none; }
  .hero { display: block; border-right: 0; border-left: 0; }
  .hero-copy { padding: 3.25rem 1rem 2.5rem; border-right: 0; border-bottom: 2px solid var(--ink); }
  .hero h1 { font-size: clamp(3.25rem,14.5vw,5.4rem); }
  html[lang="ru"] .hero h1, html[lang="hy"] .hero h1 { font-size: clamp(2.8rem,12.2vw,4.8rem); }
  html[lang="hy"] .section-kicker h2, html[lang="hy"] .faq-section .section-kicker h2 { font-size: clamp(2rem,9vw,3.4rem); }
  html[lang="hy"] .category-card strong { font-size: 1rem; line-height: 1.3; }
  .hero-collage { min-height: 430px; }
  .category-strip { grid-template-columns: 1fr; border-right: 0; border-left: 0; }
  .category-strip span { border-right: 0; border-bottom: 1px solid #444; }
  .catalog { padding: 4rem 1rem; border: 0; }
  .faq-section { padding: 4rem 1rem; border-right: 0; border-left: 0; }
  .category-cards-section, .featured-section { padding: 4rem 1rem; border-right: 0; border-left: 0; }
  .category-cards { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .category-card, .category-card:nth-child(3) { min-height: 145px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
  .category-card:nth-child(2n) { border-right: 0; }
  .category-card:nth-last-child(-n+2) { border-bottom: 0; }
  .brand-ribbon { border-right: 0; border-left: 0; }
  .featured-grid { display: flex; margin-right: -1rem; padding-right: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; }
  .featured-grid .product-card { flex: 0 0 min(78vw,320px); scroll-snap-align: start; }
  .section-heading { align-items: stretch; flex-direction: column; }
  .search-box { width: 100%; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .about-section { grid-template-columns: 1fr; border-right: 0; border-left: 0; }
  .about-number { font-size: 2rem; }
  .about-section > p { grid-column: auto; }
  .community-links { grid-column: auto; }
  .community-links a { align-items: flex-start; flex-direction: column; }
  .setup-section { grid-template-columns: 1fr; border-right: 0; border-left: 0; }
  .history-heading { grid-template-columns: 1fr; }
  .contact-section { align-items: stretch; flex-direction: column; }
  .contact-actions { width: 100%; }
  .location-section { grid-template-columns: 1fr; border-right: 0; border-left: 0; }
  .map-wrap { min-height: 340px; border-top: 2px solid var(--ink); border-left: 0; }
  .map-wrap iframe { min-height: 340px; }
  footer { grid-template-columns: 1fr; gap: .5rem; border-right: 0; border-left: 0; }
  .dialog-layout { grid-template-columns: 1fr; }
  .dialog-media { border-right: 0; border-bottom: 2px solid var(--ink); }
  .dialog-image-wrap { min-height: 300px; }
  .dialog-zoom { height: 300px; }
  .cart-item { grid-template-columns: 68px minmax(0,1fr); }
  .cart-item img { width: 68px; height: 68px; }
  .cart-item-controls { grid-column: 2; grid-template-columns: auto 1fr; align-items: center; justify-items: start; }
  .product-dialog { max-height: calc(100vh - 1rem); overflow-y: auto; }
  .checkout-fields { grid-template-columns: 1fr; }
  .checkout-fields label:last-child { grid-column: auto; }
  .mobile-dock { position: fixed; right: 0; bottom: 0; left: 0; z-index: 50; display: grid; grid-template-columns: repeat(4,1fr); min-height: 64px; background: var(--ink); color: var(--white); border-top: 2px solid var(--ink); }
  .mobile-dock a, .mobile-dock button { position: relative; display: grid; place-items: center; align-content: center; gap: .1rem; min-width: 0; padding: .35rem .2rem; background: var(--ink); color: var(--white); border: 0; border-right: 1px solid #444; cursor: pointer; font-size: .62rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
  .mobile-dock a:last-child { border-right: 0; background: var(--acid); color: var(--ink); }
  .mobile-dock [aria-hidden] { font-size: 1.25rem; }
  .mobile-dock b { position: absolute; top: .35rem; right: calc(50% - 25px); display: grid; place-items: center; min-width: 17px; height: 17px; padding: 0 .2rem; background: var(--acid); color: var(--ink); border-radius: 50%; font-size: .58rem; }
  .toast { bottom: 5.2rem; }
}

@media (max-width: 430px) {
  .utility-bar span { display: none; }
  .utility-bar { justify-content: flex-end; }
  .product-grid { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .hero-collage { min-height: 410px; }
  .hero-product-main { width: 68%; }
  .hero-product-small { width: 42%; }
  .history-timeline { grid-template-columns: 1fr; }
  .history-timeline article, .history-timeline article:nth-child(2) { border-right: 0; border-bottom: 2px solid var(--white); }
  .history-timeline article:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
