:root {
    --ink: #171714;
    --ink-soft: #2a2a26;
    --paper: #fbfaf6;
    --paper-deep: #f2f0e8;
    --white: #ffffff;
    --gold: #ffd43b;
    --gold-dark: #8a6500;
    --green: #137c43;
    --line: #e2ded3;
    --muted: #696861;
    --shell: 1240px;
    --shadow: 0 18px 50px rgba(23, 23, 20, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.7rem, 6vw, 5.9rem); }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
h3 { font-size: 1.2rem; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.section { padding: clamp(72px, 9vw, 128px) 0; }
.section-tight { padding-top: 0; }
.screen-reader-text, .skip-link:not(:focus) {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link:focus { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 14px; background: var(--white); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.site-header {
    position: sticky; z-index: 100; top: 0; height: 82px; background: rgba(251, 250, 246, 0.96);
    border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: border-color .2s, box-shadow .2s;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(23, 23, 20, .05); }
.header-inner { height: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 42px; }
.brand { display: inline-flex; flex-direction: column; width: fit-content; text-decoration: none; line-height: 1; }
.brand-name { font-size: 1.55rem; font-weight: 900; letter-spacing: .13em; }
.brand-sub { margin-top: 7px; color: var(--muted); font-size: .64rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.brand-logo { width: auto; max-width: 190px; max-height: 54px; object-fit: contain; }
.primary-navigation { justify-self: center; }
.primary-navigation ul, .site-footer ul { list-style: none; margin: 0; padding: 0; }
.primary-navigation .menu { display: flex; align-items: center; gap: 30px; }
.primary-navigation a { position: relative; font-size: .91rem; font-weight: 700; text-decoration: none; }
.primary-navigation a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.primary-navigation a:hover::after, .primary-navigation .current-menu-item a::after { transform: scaleX(1); }
.mobile-navigation-head, .mobile-navigation-actions { display: none; }
.header-actions { display: flex; align-items: center; gap: 7px; font-size: .8rem; font-weight: 800; }
.language-switch { color: var(--muted); text-decoration: none; }
.language-switch[aria-current="page"] { color: var(--ink); }
.header-whatsapp { margin-left: 12px; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.nav-toggle > span:not(.screen-reader-text) { display: block; width: 22px; height: 2px; margin: 4px 0; background: var(--ink); }

.button {
    display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 22px;
    border: 1px solid transparent; border-radius: 2px; font-size: .9rem; font-weight: 800; line-height: 1.2; text-decoration: none;
    transition: background .2s, color .2s, border-color .2s, transform .2s;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 10px 16px; }
.button-gold { color: var(--ink); background: var(--gold); }
.button-gold:hover { background: #ffe169; }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: var(--gold-dark); }
.button-outline { border-color: var(--ink); background: transparent; }
.button-outline:hover { color: var(--white); background: var(--ink); }
.button-outline-light { color: var(--white); border-color: rgba(255,255,255,.55); background: transparent; }
.button-outline-light:hover { color: var(--ink); border-color: var(--white); background: var(--white); }
.button-whatsapp { color: var(--white); background: var(--green); }
.button-whatsapp:hover { background: #0f6437; }
.button-full { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: .88rem; font-weight: 800; text-decoration: none; }
.text-link span { color: var(--gold-dark); transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.eyebrow, .section-kicker { margin-bottom: 18px; color: var(--gold-dark); font-size: .75rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section-kicker-light { color: var(--gold); }
.home-hero .eyebrow, .page-hero .eyebrow { color: var(--gold); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 46px; }
.section-heading h2 { margin-bottom: 0; }

.home-hero { position: relative; overflow: hidden; color: var(--white); background: var(--ink); }
.home-hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 64px 64px; }
.hero-grid { position: relative; display: grid; min-height: 660px; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 70px; padding-block: 88px; }
.hero-copy { max-width: 790px; }
.hero-copy h1 { max-width: 900px; margin-bottom: 28px; }
.hero-lead { max-width: 660px; margin-bottom: 34px; color: #d4d3ce; font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
.hero-mark { position: relative; align-self: stretch; min-height: 440px; color: var(--ink); background: var(--gold); clip-path: polygon(18% 0,100% 0,100% 100%,0 100%); }
.hero-mark::after { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(23,23,20,.35); clip-path: polygon(16% 0,100% 0,100% 100%,0 100%); }
.hero-mark-label { position: absolute; z-index: 1; top: 48px; right: 40px; font-size: clamp(1.5rem, 3vw, 2.6rem); font-weight: 950; letter-spacing: .12em; }
.hero-mark-grid { position: absolute; z-index: 1; right: 40px; bottom: 44px; left: 64px; display: grid; grid-template-columns: 45px 1fr; gap: 12px 16px; padding-top: 24px; border-top: 3px solid var(--ink); font-size: .73rem; font-weight: 900; letter-spacing: .13em; }

.search-band { background: var(--gold); }
.search-band-inner { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 60px; padding-block: 42px; }
.search-band h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.6rem); }
.search-band .section-kicker { margin-bottom: 8px; color: var(--ink); }
.product-search { display: grid; grid-template-columns: 1fr auto; }
.product-search input { min-width: 0; height: 60px; padding: 0 20px; color: var(--ink); border: 1px solid var(--ink); border-right: 0; border-radius: 0; background: var(--white); }
.product-search button { min-width: 120px; padding: 0 20px; color: var(--white); border: 1px solid var(--ink); background: var(--ink); font-weight: 800; cursor: pointer; }

.categories-section { background: var(--paper); }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.category-card { position: relative; display: flex; min-height: 190px; flex-direction: column; justify-content: space-between; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: color .2s, background .2s; }
.category-card:hover, .category-card:focus-visible { color: var(--ink); background: #fff1b8; }
.category-number { color: var(--gold-dark); font-size: .74rem; font-weight: 900; letter-spacing: .12em; }
.category-card h3 { max-width: 170px; margin: 30px 0 0; font-size: 1.1rem; }
.category-arrow { position: absolute; right: 20px; bottom: 17px; color: var(--gold-dark); font-size: 1.25rem; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px 18px; }
.product-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card-image { position: relative; display: block; aspect-ratio: 1; overflow: hidden; background: #ebe9e2; }
.product-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.product-card:hover .product-card-image img { transform: scale(1.035); }
.image-placeholder { display: grid; width: 100%; height: 100%; place-items: center; background: linear-gradient(135deg, #efede6, #dedbd1); }
.image-placeholder span { color: #aaa69a; font-size: 1rem; font-weight: 950; letter-spacing: .15em; }
.product-card-content { padding: 22px; }
.product-brand { display: inline-block; margin-bottom: 10px; color: var(--gold-dark); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.product-card h3 { margin-bottom: 12px; font-size: 1.16rem; }
.product-card h3 a { text-decoration: none; }
.product-card p:not(.product-brand) { min-height: 48px; margin-bottom: 18px; color: var(--muted); font-size: .88rem; }
.products-section, .related-products { background: #f3f1ea; }
.brand-strip { padding-top: 82px; }
.brand-list { display: flex; flex-wrap: wrap; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.brand-list a { display: grid; min-width: 180px; min-height: 94px; flex: 1 1 20%; place-items: center; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); font-size: 1.05rem; font-weight: 850; text-align: center; text-decoration: none; }
.brand-list a:hover { color: var(--white); background: var(--ink); }

.help-panel { color: var(--white); background: var(--ink); }
.help-panel-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; padding-block: 74px; }
.help-panel h2 { max-width: 830px; margin: 0; font-size: clamp(2rem, 4vw, 3.75rem); }
.why-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 130px); }
.why-grid h2 { max-width: 480px; }
.reason-list article { position: relative; display: grid; grid-template-columns: 54px .8fr 1.2fr; gap: 24px; padding: 30px 0; border-top: 1px solid var(--line); }
.reason-list article:last-child { border-bottom: 1px solid var(--line); }
.reason-list span { color: var(--gold-dark); font-size: .72rem; font-weight: 900; }
.reason-list h3, .reason-list p { margin: 0; }
.reason-list p { color: var(--muted); }
.transition-panel { padding: 74px 0; color: var(--ink); background: var(--gold); }
.transition-grid { display: grid; grid-template-columns: .55fr 1.45fr; gap: 60px; }
.transition-grid .section-kicker { color: var(--ink); }
.transition-grid h2 { max-width: 850px; margin-bottom: 24px; }
.visit-preview { background: var(--white); }
.visit-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: stretch; gap: 70px; }
.visit-grid h2 { max-width: 640px; }
.visit-detail { color: var(--muted); font-size: 1.05rem; }
.visit-sign { display: flex; min-height: 390px; flex-direction: column; align-items: center; justify-content: center; color: var(--gold); background: var(--ink); box-shadow: 22px 22px 0 var(--gold); }
.visit-sign span { font-size: clamp(2.5rem, 6vw, 5rem); font-weight: 950; letter-spacing: .14em; }
.visit-sign small { margin-top: 12px; color: var(--white); font-size: .75rem; font-weight: 800; letter-spacing: .3em; }

.page-hero { padding: clamp(80px, 11vw, 150px) 0 72px; color: var(--white); background: var(--ink); }
.page-hero .shell { max-width: var(--shell); }
.page-hero h1 { max-width: 970px; margin-bottom: 24px; }
.page-hero > .shell > p:last-child, .term-description { max-width: 680px; color: #cfcec8; font-size: 1.1rem; }
.page-hero .product-search { max-width: 760px; margin-top: 34px; }
.transition-badge { display: inline-block; margin: 20px 0 0 !important; padding: 8px 12px; color: var(--ink) !important; background: var(--gold); font-size: .8rem !important; font-weight: 800; }
.catalogue-filters { display: grid; grid-template-columns: 1.4fr 1fr 1fr auto; align-items: end; gap: 14px; padding: 24px; background: var(--white); border: 1px solid var(--line); }
.filter-toggle { display: none; width: 100%; min-height: 50px; margin-bottom: 12px; padding: 10px 16px; color: var(--white); border: 0; background: var(--ink); font-weight: 800; text-align: left; }
.catalogue-filters label { display: block; margin-bottom: 7px; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.catalogue-filters input, .catalogue-filters select { width: 100%; height: 50px; padding: 0 12px; border: 1px solid var(--line); border-radius: 0; background: var(--paper); }
.catalogue-result-bar { display: flex; justify-content: space-between; margin: 28px 0; font-size: .86rem; }
.catalogue-result-bar p { margin: 0; color: var(--muted); }
.empty-state { max-width: 760px; margin: 0 auto; padding: 72px 30px; text-align: center; }
.empty-state h1, .empty-state h2 { margin-bottom: 18px; }
.empty-state p { color: var(--muted); }
.empty-state .button-row { justify-content: center; }
.pagination { margin-top: 50px; }
.pagination .nav-links { display: flex; justify-content: center; gap: 7px; }
.pagination .page-numbers { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); background: var(--white); text-decoration: none; }
.pagination .current { color: var(--white); background: var(--ink); }
.subcategory-list { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.subcategory-list a { padding: 10px 15px; border: 1px solid var(--line); background: var(--white); font-size: .88rem; font-weight: 700; text-decoration: none; }

.product-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; padding-block: 24px; color: var(--muted); font-size: .78rem; }
.product-breadcrumbs a { text-decoration: none; }
.product-overview { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(45px, 8vw, 100px); padding-block: 40px 100px; }
.product-main-image { aspect-ratio: 1; background: #ebe9e2; }
.product-main-image img { width: 100%; height: 100%; object-fit: contain; }
.image-placeholder-large { min-height: 520px; }
.product-thumbnails { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 12px; }
.product-thumbnails button { aspect-ratio: 1; padding: 0; overflow: hidden; border: 2px solid transparent; background: var(--white); cursor: pointer; }
.product-thumbnails button[aria-pressed="true"] { border-color: var(--gold-dark); }
.product-thumbnails img { width: 100%; height: 100%; object-fit: cover; }
.product-summary { padding-top: 20px; }
.product-summary h1 { margin-bottom: 16px; font-size: clamp(2.45rem, 5vw, 4.6rem); }
.product-sku { color: var(--muted); font-size: .78rem; font-weight: 700; }
.product-intro { margin: 30px 0; font-size: 1.08rem; }
.summary-block { padding: 24px 0; border-top: 1px solid var(--line); }
.summary-block h2 { font-size: .78rem; letter-spacing: .11em; text-transform: uppercase; }
.variation-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; }
.variation-list li { padding: 8px 11px; border: 1px solid var(--line); background: var(--white); font-size: .82rem; }
.availability-note { display: flex; align-items: center; gap: 9px; font-size: .88rem; }
.availability-note span { width: 9px; height: 9px; border-radius: 50%; background: var(--green); }
.price-note { display: flex; justify-content: space-between; gap: 20px; margin: 28px 0 14px; padding-top: 22px; border-top: 1px solid var(--line); }
.price-note span { color: var(--muted); }
.cta-note { margin-top: 10px; color: var(--muted); font-size: .76rem; text-align: center; }
.product-information { background: var(--white); }
.product-information-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(60px, 9vw, 130px); }
.entry-content { max-width: 780px; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content p, .entry-content li { color: #45453f; }
.entry-content a { color: var(--gold-dark); }
.specifications h2 { margin-bottom: 24px; font-size: 1.4rem; }
.specifications dl, .specifications dd { margin: 0; }
.specifications dl { border-top: 1px solid var(--line); }
.specifications dl > div { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.specifications dt { color: var(--muted); }
.specifications dd { font-weight: 700; text-align: right; }
.mobile-product-cta { display: none; }

.brand-directory { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.brand-directory a { display: flex; min-height: 120px; flex-direction: column; justify-content: space-between; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); text-decoration: none; }
.brand-directory span { font-size: 1.2rem; font-weight: 850; }
.brand-directory small { color: var(--muted); }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 140px); }
.story-copy { font-size: 1.1rem; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.audience-grid article { min-height: 280px; padding: 36px; color: var(--white); background: var(--ink); }
.audience-grid article:last-child { color: var(--ink); background: var(--gold); }
.audience-grid span { font-size: .72rem; font-weight: 900; letter-spacing: .2em; }
.audience-grid h2 { margin-top: 70px; font-size: 2.2rem; }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; }
.contact-block { padding: 34px 0; border-top: 1px solid var(--line); }
.contact-block:last-child { border-bottom: 1px solid var(--line); }
.contact-block h2 { max-width: 650px; font-size: clamp(1.7rem, 3vw, 2.8rem); }
.contact-block .button { margin-top: 20px; }
.contact-large { display: block; margin-bottom: 10px; font-size: 1.2rem; font-weight: 700; }
.map-placeholder, .store-map { min-height: 560px; }
.store-map iframe { width: 100%; height: 100%; min-height: 560px; border: 0; filter: grayscale(1) contrast(1.05); }
.map-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 50px; color: var(--white); background-color: var(--ink-soft); background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 38px 38px; text-align: center; }
.map-placeholder span { color: var(--gold); font-size: 2rem; font-weight: 950; letter-spacing: .15em; }
.map-placeholder p { max-width: 330px; margin-top: 18px; color: #c9c8c2; }
.error-page { min-height: 66vh; display: grid; align-items: center; }

.site-footer { color: #d0cfc9; background: #10100f; border-top: 6px solid var(--gold); }
.footer-grid { display: grid; grid-template-columns: 1.05fr .65fr 1fr; gap: 0; padding: 0; border-left: 1px solid #30302c; }
.footer-panel { min-width: 0; padding: 52px 44px 48px; border-right: 1px solid #30302c; border-bottom: 1px solid #30302c; }
.brand-footer { color: var(--white); }
.footer-brand-panel .brand-name { font-size: 1.75rem; }
.footer-note { max-width: 330px; margin: 24px 0 30px; color: #aaa9a3; font-size: .92rem; line-height: 1.65; }
.footer-whatsapp { display: inline-flex; min-height: 46px; align-items: center; justify-content: space-between; gap: 32px; padding: 11px 15px; color: var(--ink); background: var(--gold); font-size: .82rem; font-weight: 850; }
.footer-whatsapp:hover { color: var(--ink) !important; background: #ffe169; }
.site-footer h2 { display: flex; align-items: center; gap: 11px; margin-bottom: 25px; color: var(--gold); font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; }
.site-footer h2::before { width: 24px; height: 2px; background: var(--gold); content: ""; }
.site-footer li { margin: 0; border-bottom: 1px solid #292927; }
.site-footer li:first-child { border-top: 1px solid #292927; }
.site-footer li a { display: flex; align-items: center; justify-content: space-between; padding: 11px 0; color: #f6f5f0; }
.site-footer li a::after { color: var(--gold); content: "↗"; font-size: .8rem; }
.site-footer a { text-decoration: none; transition: color .2s, background .2s; }
.site-footer a:hover { color: var(--gold); }
.footer-visit address { max-width: 410px; margin: 0 0 22px; color: #f4f3ee; font-style: normal; line-height: 1.65; }
.site-footer p { white-space: pre-line; }
.footer-hours { margin: 0 0 25px; color: #aaa9a3; line-height: 1.8; }
.footer-phone { display: inline-flex; align-items: center; gap: 15px; padding: 12px 15px; color: var(--white); border: 1px solid #494944; font-size: 1rem; font-weight: 800; }
.footer-phone span { color: var(--gold); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-phone:hover { border-color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; padding-block: 20px; color: #85847f; font-size: .74rem; }
.footer-bottom p { margin: 0; }

@media (max-width: 1050px) {
    .header-inner { gap: 22px; }
    .primary-navigation .menu { gap: 18px; }
    .primary-navigation a { font-size: .82rem; }
    .header-whatsapp { display: none; }
    .category-grid { grid-template-columns: repeat(3, 1fr); }
    .product-grid { grid-template-columns: repeat(3, 1fr); }
    .hero-grid { grid-template-columns: 1fr .52fr; gap: 35px; }
    .catalogue-filters { grid-template-columns: 1fr 1fr; }
    .filter-search { grid-column: 1 / -1; }
    .catalogue-filters .button { width: 100%; }
}

@media (max-width: 780px) {
    body { padding-bottom: 0; }
    .shell { width: min(calc(100% - 30px), var(--shell)); }
    .site-header { height: 70px; background: var(--paper); backdrop-filter: none; }
    .header-inner { grid-template-columns: 46px minmax(0, 1fr) auto; gap: 8px; }
    .nav-toggle { position: relative; z-index: 103; display: grid; width: 46px; height: 46px; align-content: center; justify-content: center; padding: 0; border: 1px solid var(--line); background: var(--white); cursor: pointer; transition: background .2s, border-color .2s; }
    .nav-toggle > span:not(.screen-reader-text) { width: 20px; margin: 2.5px 0; transition: opacity .2s, transform .2s; }
    .nav-toggle[aria-expanded="true"] { border-color: var(--ink); background: var(--gold); }
    .nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .brand { justify-self: center; }
    .brand-name { font-size: 1.25rem; }
    .brand-sub { display: none; }
    .brand-logo { width: 100%; max-width: 150px; max-height: 46px; }
    .primary-navigation { position: fixed; inset: 70px 0 0; display: block; overflow-y: auto; padding: 27px max(20px, calc((100vw - var(--shell)) / 2)) 34px; visibility: hidden; opacity: 0; background: var(--paper); border-top: 1px solid var(--ink); transform: translateY(-10px); pointer-events: none; transition: opacity .22s, transform .22s, visibility .22s; }
    .primary-navigation.is-open { visibility: visible; opacity: 1; transform: translateY(0); pointer-events: auto; }
    .mobile-navigation-head { display: flex; align-items: center; justify-content: space-between; padding: 0 2px 18px; color: var(--gold-dark); border-bottom: 2px solid var(--ink); font-size: .7rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
    .primary-navigation .menu { display: block; counter-reset: mobile-navigation; }
    .primary-navigation li { margin: 0; border-bottom: 1px solid var(--line); counter-increment: mobile-navigation; }
    .primary-navigation a { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 10px; padding: 18px 2px; font-size: clamp(1.15rem, 6vw, 1.55rem); }
    .primary-navigation a::before { color: var(--gold-dark); content: "0" counter(mobile-navigation); font-size: .68rem; font-weight: 900; letter-spacing: .1em; }
    .primary-navigation a::after { position: static; display: block; width: auto; height: auto; color: var(--gold-dark); background: none; content: "↗"; font-size: 1rem; transform: none; }
    .mobile-navigation-actions { display: grid; gap: 10px; padding-top: 22px; }
    .mobile-navigation-actions .button { width: 100%; }
    .mobile-navigation-phone { display: flex; align-items: center; justify-content: space-between; padding: 13px 15px; color: var(--ink); border: 1px solid var(--line); background: var(--white); text-decoration: none; }
    .mobile-navigation-phone span { color: var(--muted); font-size: .72rem; font-weight: 700; }
    .mobile-navigation-phone strong { font-size: .95rem; }
    .header-actions { gap: 1px; font-size: .7rem; }
    .header-actions span { display: none; }
    .language-switch { padding: 8px 2px; }
    .hero-grid { min-height: 0; grid-template-columns: 1fr; padding-block: 70px 42px; }
    .hero-mark { min-height: 210px; clip-path: polygon(9% 0,100% 0,100% 100%,0 100%); }
    .hero-mark::after { inset: 14px; }
    .hero-mark-label { top: 35px; right: 28px; }
    .hero-mark-grid { right: 28px; bottom: 28px; left: 44px; }
    .search-band-inner { grid-template-columns: 1fr; gap: 22px; padding-block: 34px; }
    .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 32px; }
    .category-grid { grid-template-columns: repeat(2, 1fr); }
    .category-card { min-height: 155px; padding: 17px; }
    .product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .product-card-content { padding: 16px; }
    .product-card p:not(.product-brand) { display: none; }
    .help-panel-inner { grid-template-columns: 1fr; gap: 30px; padding-block: 58px; }
    .why-grid, .transition-grid, .visit-grid, .story-grid, .contact-grid, .product-information-grid { grid-template-columns: 1fr; }
    .reason-list article { grid-template-columns: 38px 1fr; }
    .reason-list p { grid-column: 2; }
    .visit-sign { min-height: 280px; box-shadow: 12px 12px 0 var(--gold); }
    .page-hero { padding-top: 70px; }
    .has-js .filter-toggle { display: block; }
    .has-js .catalogue-filters { display: none; }
    .has-js .catalogue-filters.is-open { display: grid; }
    .product-overview { grid-template-columns: 1fr; gap: 30px; padding-bottom: 70px; }
    .image-placeholder-large { min-height: 330px; }
    .product-summary { padding-top: 0; }
    .mobile-product-cta { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: block; padding: 10px 15px calc(10px + env(safe-area-inset-bottom)); background: rgba(246,244,238,.96); border-top: 1px solid var(--line); backdrop-filter: blur(12px); }
    .single-remans_product { padding-bottom: 74px; }
    .brand-directory { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand-panel { grid-column: 1 / -1; }
    .footer-panel { padding: 38px 32px; }
}

@media (max-width: 520px) {
    h1 { font-size: clamp(2.4rem, 12vw, 3.4rem); }
    h2 { font-size: clamp(1.8rem, 9vw, 2.6rem); }
    .section { padding-block: 66px; }
    .button-row .button { width: 100%; }
    .product-search { grid-template-columns: 1fr; }
    .product-search input { border-right: 1px solid var(--ink); }
    .product-search button { height: 50px; }
    .category-grid { grid-template-columns: 1fr; }
    .category-card { min-height: 125px; }
    .product-grid { grid-template-columns: 1fr 1fr; }
    .product-card h3 { font-size: 1rem; }
    .catalogue-filters { grid-template-columns: 1fr; }
    .catalogue-filters > * { grid-column: auto; }
    .brand-directory { grid-template-columns: 1fr; }
    .audience-grid { grid-template-columns: 1fr; }
    .contact-grid { gap: 35px; }
    .map-placeholder, .store-map, .store-map iframe { min-height: 380px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand-panel { grid-column: auto; }
    .footer-panel { padding: 33px 24px; }
    .footer-explore .menu { display: grid; grid-template-columns: 1fr 1fr; column-gap: 22px; }
    .footer-note { margin-bottom: 24px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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