:root {
  --brand: var(--mbl-primary, #185c37);
  --brand-dark: #104229;
  --brand-soft: #eaf2e7;
  --gold: #bd861f;
  --gold-soft: #f6ead0;
  --paper: var(--mbl-background, #faf8f3);
  --surface: var(--mbl-surface, #ffffff);
  --ink: var(--mbl-text, #202820);
  --muted: var(--mbl-muted, #687169);
  --line: var(--mbl-border, #dfddd4);
  --warm: #f2eee5;
  --danger: #9c3d36;
  --serif: Georgia, "Times New Roman", "Noto Serif SC", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, "Noto Sans SC", sans-serif;
  --shadow-sm: 0 6px 22px rgba(34, 48, 37, .07);
  --shadow-lg: 0 24px 70px rgba(28, 43, 32, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.filter-is-open, body.modal-is-open { overflow: hidden; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.ui-icon { width: 20px; height: 20px; flex: 0 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--brand) 30%, transparent); outline-offset: 3px; }

.module-shell { width: 100%; max-width: var(--module-max, 1280px); margin-left: auto !important; margin-right: auto !important; }
.module-shell .module-inner { width: 100%; max-width: var(--module-max, 1280px); margin-inline: auto; }
.module-shell h1,
.module-shell h2,
.module-shell h3,
.module-shell .product-title,
.module-shell .product-price,
.module-shell .faq-question,
.module-shell .faq-answer { font-size: var(--type-desktop, inherit); font-weight: var(--type-weight, inherit); line-height: var(--type-line, inherit); }
.module-header, .module-footer { max-width: none !important; padding: 0 !important; border-radius: 0 !important; }
.page-frame { overflow: clip; }
.section-kicker { display: block; margin-bottom: 8px; color: var(--brand); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-heading h2, .market-intro h2, .how-heading h2 { margin: 0; font-family: var(--serif); letter-spacing: -.025em; }
.button { min-height: 44px; border: 1px solid transparent; border-radius: 9px; padding: 11px 18px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 750; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { background: var(--brand); color: #fff; }
.button.primary:hover { background: var(--brand-dark); }
.button.secondary { background: transparent; border-color: color-mix(in srgb, var(--brand) 48%, var(--line)); color: var(--brand-dark); }
.button.secondary:hover { background: var(--brand-soft); }
.button.full { width: 100%; }

/* Header */
.module-header.site-header { position: sticky; top: 0; z-index: 50; background: #fff !important; border-bottom: 1px solid var(--line); }
.module-header.site-header.not-sticky { position: relative; }
.site-head { width: min(100%, 1440px); margin: auto; padding: 0 28px; }
.head-main { min-height: var(--header-height, 76px); display: grid; grid-template-columns: minmax(220px, .75fr) minmax(320px, 1.45fr) auto; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 13px; width: max-content; }
.brand-lockup { display: inline-flex; align-items: flex-start; gap: 7px; color: var(--brand); }
.brand-lockup strong { font-family: var(--sans); font-size: 36px; line-height: .9; letter-spacing: .02em; font-weight: 900; }
.brick-mark { width: 31px; height: 28px; display: block; position: relative; margin-top: -3px; }
.brick-mark i { position: absolute; width: 16px; height: 18px; background: var(--brand); border: 2px solid #fff; box-shadow: 0 2px 0 color-mix(in srgb, var(--brand) 65%, #000); transform: skewY(-25deg); }
.brick-mark i:first-child { left: 0; top: 4px; }
.brick-mark i:last-child { right: 0; top: 0; background: color-mix(in srgb, var(--brand) 74%, #fff); }
.brand-name { color: #343c35; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.brand-name small { display: block; margin-top: 4px; color: var(--brand); font-family: var(--serif); font-size: 11px; font-style: italic; font-weight: 600; letter-spacing: .025em; text-transform: none; }
.header-search, .catalog-search { position: relative; }
.header-search input, .catalog-search input { width: 100%; height: 48px; border: 1px solid #d8d9d4; border-radius: 9px; background: #fff; padding: 0 54px 0 16px; color: var(--ink); outline: none; }
.header-search input:focus, .catalog-search input:focus { border-color: var(--brand); box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand) 10%, transparent); }
.header-search button, .catalog-search button { position: absolute; right: 0; top: 0; width: 52px; height: 48px; border: 0; border-radius: 0 9px 9px 0; display: grid; place-items: center; background: var(--brand); color: #fff; }
.head-actions { display: flex; align-items: center; justify-content: flex-end; gap: 14px; white-space: nowrap; }
.language-switcher { display: flex; align-items: center; }
.language-switcher button { border: 0; border-right: 1px solid var(--line); background: transparent; padding: 4px 9px; color: var(--muted); font-size: 12px; }
.language-switcher button:last-child { border-right: 0; }
.language-switcher button.active { color: var(--brand); font-weight: 850; }
.head-phone { display: none; color: var(--muted); font-size: 12px; }
.head-whatsapp { min-height: 44px; border: 1px solid var(--brand); border-radius: 9px; padding: 8px 13px; display: inline-flex; align-items: center; gap: 8px; color: var(--brand-dark); font-size: 13px; font-weight: 800; }
.head-whatsapp:hover { background: var(--brand-soft); }
.quick-nav { min-height: 56px; border-top: 1px solid #efeee9; display: flex; align-items: center; justify-content: space-between; gap: 10px; overflow-x: auto; scrollbar-width: none; }
.quick-nav::-webkit-scrollbar { display: none; }
.quick-link { min-height: 36px; border: 1px solid transparent; border-radius: 8px; background: transparent; padding: 7px 10px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; flex: 0 0 auto; color: #3b443c; font-size: 12px; font-weight: 700; }
.quick-link .ui-icon { width: 17px; height: 17px; color: var(--brand); }
.quick-link:hover, .quick-link.active { border-color: var(--line); background: var(--brand-soft); color: var(--brand-dark); }
.quick-divider { width: 1px; height: 26px; background: var(--line); flex: 0 0 auto; }

/* Hero */
.module-hero { padding-top: 24px !important; padding-bottom: 28px !important; }
.hero-panel { min-height: var(--hero-desktop, 430px); border: 1px solid #e2dacd; border-radius: 16px; overflow: hidden; display: grid; grid-template-columns: 45% 55%; background: #f5eadc; }
.hero-copy { padding: 48px 38px 34px 48px; display: flex; flex-direction: column; justify-content: center; }
.hero-kicker { display: flex; align-items: center; gap: 8px; color: var(--gold); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero-kicker .ui-icon { width: 16px; height: 16px; }
.hero-copy h1 { max-width: 600px; margin: 13px 0 13px; color: #222922; font-family: var(--serif); font-size: clamp(38px, 4.1vw, 58px); font-weight: 700; line-height: 1.02; letter-spacing: -.045em; }
.hero-copy > p { max-width: 520px; margin: 0; color: #4f5850; font-size: 15px; line-height: 1.6; }
.hero-actions { margin-top: 22px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.hero-actions .ui-icon { width: 17px; height: 17px; }
.hero-trust { margin-top: 26px; padding-top: 20px; border-top: 1px solid #dcd1c0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.hero-trust > div { display: flex; gap: 8px; min-width: 0; }
.hero-trust .ui-icon { width: 22px; height: 22px; color: var(--brand); }
.hero-trust span { min-width: 0; }
.hero-trust b, .hero-trust small { display: block; }
.hero-trust b { font-size: 10px; }
.hero-trust small { margin-top: 2px; color: #6e746e; font-size: 9px; line-height: 1.25; }
.hero-visual { min-height: var(--hero-desktop, 430px); position: relative; overflow: hidden; background: #e8e3d9; }
.hero-visual img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: var(--hero-fit, cover); object-position: var(--hero-position, center); }
.hero-stamp { position: absolute; right: 18px; bottom: 18px; width: 68px; height: 68px; border: 1px solid rgba(255,255,255,.75); border-radius: 50%; background: rgba(18, 57, 35, .88); color: #fff; display: grid; place-content: center; text-align: center; font-family: var(--serif); font-size: 18px; font-weight: 800; }
.hero-stamp small { display: block; margin-top: 2px; font-family: var(--sans); font-size: 7px; letter-spacing: .12em; }
.image-placeholder { width: 100%; height: 100%; min-height: 200px; display: grid; place-items: center; background: var(--warm); color: var(--muted); }

/* Category and market introduction */
.module-category_counter { padding-top: 28px !important; padding-bottom: 34px !important; }
.section-heading.compact { margin-bottom: 18px; }
.category-grid { display: grid; grid-template-columns: repeat(var(--counter-desktop, 4), minmax(0, 1fr)); gap: 11px; }
.category-card { min-height: 82px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); padding: 14px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 11px; text-align: left; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.category-card:hover { border-color: color-mix(in srgb, var(--brand) 55%, var(--line)); box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.category-symbol { width: 38px; height: 38px; border-radius: 9px; display: grid; place-items: center; background: var(--brand-soft); color: var(--brand); }
.category-symbol .ui-icon { width: 20px; height: 20px; }
.category-card b, .category-card small { display: block; }
.category-card b { font-size: 13px; }
.category-card small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.category-card > .ui-icon { width: 16px; height: 16px; color: #8a918a; }
.module-search { padding-top: 42px !important; padding-bottom: 16px !important; }
.market-intro { display: grid; grid-template-columns: 1fr minmax(320px, .9fr); align-items: end; gap: 32px; }
.market-intro p { max-width: 650px; margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.catalog-search { width: 100%; }

/* Filters */
.module-filter { padding-top: 0 !important; padding-bottom: 12px !important; }
.filter-shell { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 11px 0; }
.filter-bar { display: flex; align-items: center; gap: 9px; overflow-x: auto; scrollbar-width: none; }
.filter-bar::-webkit-scrollbar { display: none; }
.filter-button, .reset-button { height: 42px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 0 13px; display: inline-flex; align-items: center; gap: 8px; color: var(--brand-dark); font-size: 12px; font-weight: 800; }
.filter-button .ui-icon { width: 16px; height: 16px; }
.reset-button { margin-left: auto; border-color: transparent; background: transparent; color: var(--muted); }
.filter-bar > label { min-width: 142px; height: 42px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 8px; background: #fff; display: flex; align-items: center; }
.filter-bar label > span { padding-left: 11px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.filter-bar select { min-width: 0; height: 40px; border: 0; background: transparent; padding: 0 9px; color: var(--ink); outline: none; font-size: 11px; font-weight: 700; }
.active-filter-row { padding-top: 10px; display: flex; align-items: center; gap: 7px; flex-wrap: wrap; }
.active-filter-row > span { color: var(--muted); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.active-filter-row button, .tag-choice { border: 1px solid #cfdccf; border-radius: 999px; background: var(--brand-soft); padding: 6px 9px; color: var(--brand-dark); font-size: 10px; }
.filter-overlay { position: fixed; inset: 0; z-index: 89; background: rgba(15, 25, 18, .42); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.filter-overlay.open { opacity: 1; pointer-events: auto; }
.filter-drawer { position: fixed; top: 0; right: 0; bottom: 0; z-index: 90; width: min(520px, 94vw); background: var(--surface); border-left: 1px solid var(--line); box-shadow: var(--shadow-lg); transform: translateX(102%); transition: transform .24s ease; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; text-align: left; }
.filter-drawer.open { transform: translateX(0); }
.drawer-head, .drawer-foot { padding: 20px 22px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.drawer-head h3 { margin: 0; font-family: var(--serif); font-size: 25px; }
.drawer-head > button { width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: #fff; font-size: 22px; }
.drawer-body { padding: 8px 22px 30px; overflow-y: auto; }
.drawer-group { margin: 0; padding: 18px 0; border: 0; border-bottom: 1px solid var(--line); }
.drawer-group legend { width: 100%; margin-bottom: 10px; padding: 0; color: var(--ink); font-size: 13px; font-weight: 850; }
.check-row { margin: 9px 0; display: flex; align-items: center; gap: 9px; color: #485148; font-size: 13px; }
.check-row input { accent-color: var(--brand); }
.price-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 12px; }
.price-fields label { color: var(--muted); font-size: 11px; }
.price-fields input { width: 100%; height: 40px; margin-top: 5px; border: 1px solid var(--line); border-radius: 8px; padding: 0 10px; }
.drawer-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-choice { background: #fff; border-color: var(--line); }
.tag-choice.active { background: var(--brand-soft); border-color: var(--brand); }
.drawer-foot { border-top: 1px solid var(--line); border-bottom: 0; justify-content: flex-end; }

/* Product marketplace */
.module-product_grid { padding-top: 0 !important; padding-bottom: 64px !important; }
.catalog-top { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 12px; }
.catalog-top b { color: var(--ink); }
.catalog-top label { display: flex; align-items: center; gap: 9px; }
.catalog-top select { height: 36px; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 0 30px 0 10px; color: var(--ink); font-size: 11px; }
.product-grid { display: grid; grid-template-columns: repeat(var(--grid-desktop, 4), minmax(0, 1fr)); column-gap: var(--grid-gap-x, 18px); row-gap: var(--grid-gap-y, 20px); }
.product-card { min-width: 0; border: 1px solid var(--line); border-radius: var(--card-radius, 14px); overflow: hidden; display: flex; flex-direction: column; background: var(--surface); transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.product-card:hover { border-color: color-mix(in srgb, var(--brand) 35%, var(--line)); box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.product-image { width: 100%; height: var(--product-image-desktop, 240px); position: relative; overflow: hidden; border: 0; border-bottom: 1px solid #ebe9e3; background: #f1f1ed; padding: 0; }
.product-image img { width: 100%; height: 100%; object-fit: var(--product-fit, cover); object-position: var(--product-position, center); transition: transform .28s ease; }
.product-card:hover .product-image img { transform: scale(1.018); }
.listing-label, .availability-label { position: absolute; top: 10px; border-radius: 999px; padding: 5px 9px; font-size: 9px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.listing-label { left: 10px; background: var(--brand); color: #fff; }
.availability-label { right: 10px; background: var(--gold-soft); color: #79540c; }
.product-body { padding: var(--card-padding, 14px); display: flex; flex-direction: column; gap: 9px; flex: 1; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 9px; letter-spacing: .045em; text-transform: uppercase; }
.product-title { min-height: 43px; border: 0; background: transparent; padding: 0; display: block; color: var(--ink); text-align: left !important; font-weight: 800; letter-spacing: -.01em; }
.product-title:hover { color: var(--brand); }
.price-condition { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.product-price { color: var(--brand); font-size: 17px; font-weight: 850; }
.product-price del, .modal-price del { display: block; margin-top: 3px; color: #9b9f9a; font-size: 10px; font-weight: 500; }
.condition-label { border-radius: 999px; background: var(--brand-soft); padding: 5px 8px; color: var(--brand-dark); font-size: 9px; font-weight: 700; white-space: nowrap; }
.product-tags, .modal-tags { display: flex; gap: 5px; flex-wrap: wrap; }
.product-tags span, .modal-tags span { border: 1px solid var(--line); border-radius: 999px; padding: 4px 6px; color: var(--muted); font-size: 8px; }
.stock-line { display: flex; align-items: center; gap: 6px; color: var(--muted); font-size: 9px; }
.stock-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--brand); }
.stock-dot.reserved { background: var(--gold); }
.inquire-button { width: 100%; min-height: 38px; margin-top: auto; border: 0; border-radius: 8px; background: var(--brand); color: #fff; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 8px 10px; font-size: 11px; font-weight: 800; }
.inquire-button:hover { background: var(--brand-dark); }
.inquire-button .ui-icon { width: 16px; height: 16px; }
.inquire-button.large { min-height: 48px; font-size: 13px; }
.empty-state { grid-column: 1 / -1; min-height: 260px; border: 1px dashed #c9cbc5; border-radius: 12px; display: grid; place-items: center; align-content: center; gap: 12px; color: var(--muted); text-align: center; }
.empty-state .ui-icon { width: 34px; height: 34px; color: var(--brand); }
.empty-state h3 { margin: 0; font-family: var(--serif); }

/* Process */
.module-about { padding-top: 46px !important; padding-bottom: 58px !important; }
.how-section { border-top: 1px solid #bdcabc; padding-top: 34px; }
.how-heading { max-width: 700px; margin: 0 auto 28px; text-align: center; }
.how-heading .section-kicker { text-align: center; }
.how-heading h2 { text-align: center !important; }
.how-heading p { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-step { min-width: 0; position: relative; padding: 4px 28px 4px 0; display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: start; }
.process-step:not(:last-child)::after { content: "→"; position: absolute; right: 11px; top: 34px; color: var(--brand); font-size: 20px; }
.step-icon { width: 50px; height: 50px; border-radius: 50%; display: grid; place-items: center; background: var(--brand-soft); color: var(--brand); }
.step-icon .ui-icon { width: 24px; height: 24px; }
.process-step h3 { margin: 1px 0 5px; font-size: 13px; }
.process-step p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.45; }

/* Certification, FAQ, contact */
.support-grid { width: min(100% - 48px, 1280px); margin: 4px auto 72px; display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 15px; }
.support-grid .module-shell { width: auto !important; max-width: none !important; margin: 0 !important; padding: 0 !important; background: transparent !important; border: 0 !important; }
.support-card { height: 100%; min-height: 355px; border: 1px solid var(--line); border-radius: 13px; background: #f6f2eb; padding: 22px; display: flex; flex-direction: column; text-align: left; }
.support-card h2 { margin: 0; font-family: var(--serif); font-size: 23px; letter-spacing: -.02em; text-align: left !important; }
.support-card p { margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }
.support-card > a { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; color: var(--brand); font-size: 11px; font-weight: 800; }
.support-card > a .ui-icon { width: 16px; height: 16px; }
.support-icon { width: 42px; height: 42px; margin-bottom: 13px; border-radius: 50%; display: grid; place-items: center; background: var(--brand-soft); color: var(--brand); }
.support-title { display: flex; align-items: center; gap: 11px; }
.support-title .support-icon { margin: 0; }
.certification-card ul, .contact-card ul { margin: 16px 0; padding: 0; list-style: none; }
.certification-card li, .contact-card li { margin: 9px 0; display: flex; align-items: flex-start; gap: 8px; color: #465047; font-size: 10px; }
.certification-card li .ui-icon, .contact-card li .ui-icon { width: 15px; height: 15px; color: var(--brand); }
.certification-card li b, .certification-card li small { display: block; }
.certification-card li small { margin-top: 2px; color: var(--muted); line-height: 1.35; }
.faq-list { margin: 13px 0 8px; }
.faq-item { border-top: 1px solid var(--line); }
.faq-question { width: 100%; min-height: 38px; border: 0; background: transparent; padding: 7px 0; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--ink); font-size: 10px; text-align: left !important; }
.faq-question b { color: var(--brand); font-size: 15px; transition: transform .18s ease; }
.faq-item.open .faq-question b { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 16px 10px 0; color: var(--muted); font-size: 9px; line-height: 1.5; text-align: left !important; }
.faq-item.open .faq-answer { display: block; }
.contact-card > p { font-size: 12px; }

/* Footer */
.site-footer { margin-top: 40px; border-top: 1px solid var(--line); background: #f0ede6; padding: 50px 28px 24px; }
.footer-inner { width: min(100%, 1280px); margin: auto; display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 50px; }
.footer-inner h3 { margin: 0 0 14px; font-family: var(--sans); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.footer-inner a, .footer-inner span { display: block; width: max-content; max-width: 100%; margin: 8px 0; color: var(--muted); font-size: 11px; }
.footer-inner a:hover { color: var(--brand); }
.footer-brand p { color: var(--muted); font-size: 11px; line-height: 1.7; }
.footer-bottom { width: min(100%, 1280px); margin: 36px auto 0; padding-top: 16px; border-top: 1px solid #d9d6ce; display: flex; justify-content: space-between; gap: 20px; color: var(--muted); font-size: 10px; }
.footer-bottom a:hover { color: var(--brand); }

/* Product modal */
.modal-backdrop { position: fixed; inset: 0; z-index: 100; padding: 28px; display: none; place-items: center; background: rgba(14, 24, 17, .67); }
.modal-backdrop.open { display: grid; }
.product-modal { width: min(1040px, 100%); max-height: min(820px, 92vh); overflow: auto; position: relative; display: grid; grid-template-columns: 1.25fr 1fr; border-radius: 15px; background: #fff; box-shadow: var(--shadow-lg); }
.modal-close { position: absolute; right: 14px; top: 14px; z-index: 2; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: #fff; box-shadow: var(--shadow-sm); font-size: 23px; }
.modal-gallery { min-width: 0; padding: 18px; background: #efeee9; }
.modal-main-image { height: 100%; min-height: 500px; overflow: hidden; border-radius: 10px; background: #e5e4de; }
.modal-main-image img { width: 100%; height: 100%; object-fit: cover; }
.modal-thumbs { display: flex; gap: 8px; margin-top: 10px; }
.modal-thumbs button { width: 64px; height: 50px; border: 1px solid var(--line); border-radius: 7px; overflow: hidden; padding: 0; }
.modal-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.modal-info { padding: 54px 34px 34px; }
.modal-info h2 { margin: 10px 0; font-family: var(--serif); font-size: 34px; line-height: 1.08; letter-spacing: -.035em; }
.modal-info > p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.modal-facts { margin: 22px 0; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.modal-facts small, .modal-facts b { display: block; }
.modal-facts small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.modal-facts b { margin-top: 4px; font-size: 12px; }
.modal-tags { margin-bottom: 20px; }
.modal-tags span { font-size: 10px; }
.modal-price { margin: 20px 0; color: var(--brand); font-size: 27px; font-weight: 900; }

@media (max-width: 1120px) {
  .head-main { grid-template-columns: minmax(190px, .7fr) minmax(280px, 1.4fr) auto; gap: 16px; }
  .brand-name { display: none; }
  .quick-nav { justify-content: flex-start; }
  .hero-copy { padding-left: 34px; padding-right: 28px; }
  .hero-trust small { display: none; }
  .product-grid { grid-template-columns: repeat(var(--grid-tablet, 3), minmax(0, 1fr)); }
  .product-image { height: var(--product-image-tablet, 210px); }
  .support-grid { grid-template-columns: 1fr 1fr; }
  .support-grid .module-contact { grid-column: 1 / -1; }
  .contact-card { min-height: 280px; }
}

@media (max-width: 820px) {
  .module-shell:not(.module-header):not(.module-footer) { padding-left: 18px !important; padding-right: 18px !important; }
  .site-head { padding: 0 16px; }
  .head-main { padding: 11px 0; grid-template-columns: auto 1fr auto; grid-template-areas: "brand empty actions" "search search search"; gap: 10px; }
  .head-main .brand { grid-area: brand; }
  .header-search { grid-area: search; }
  .head-actions { grid-area: actions; gap: 8px; }
  .language-switcher button { padding-inline: 6px; }
  .head-whatsapp { width: 42px; height: 42px; min-height: 42px; padding: 0; justify-content: center; }
  .head-whatsapp span { display: none; }
  .quick-nav { min-height: 48px; }
  .quick-link { font-size: 11px; }
  .hero-panel { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 36px 28px 30px; }
  .hero-copy h1 { font-size: clamp(36px, 8.5vw, 48px); }
  .hero-visual { min-height: var(--hero-mobile, 320px); }
  .category-grid { grid-template-columns: repeat(var(--counter-tablet, 3), minmax(0, 1fr)); }
  .market-intro { grid-template-columns: 1fr; align-items: stretch; gap: 18px; }
  .filter-bar { padding-bottom: 2px; }
  .reset-button { margin-left: 0; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 22px 0; }
  .process-step:nth-child(2)::after { display: none; }
  .support-grid { width: min(100% - 36px, 1280px); }
  .footer-inner { grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; }
  .footer-inner > div:last-child { grid-column: 2 / -1; }
  .product-modal { grid-template-columns: 1fr; }
  .modal-main-image { min-height: 330px; aspect-ratio: 16 / 10; }
  .modal-info { padding: 28px; }
}

@media (max-width: 560px) {
  .module-shell:not(.module-header):not(.module-footer) { padding-left: 12px !important; padding-right: 12px !important; }
  .site-head { padding: 0 11px; }
  .brand-lockup strong { font-size: 30px; }
  .brick-mark { transform: scale(.82); transform-origin: left top; }
  .language-switcher button { font-size: 10px; }
  .language-switcher button { padding-inline: 5px; }
  .header-search input { height: 44px; font-size: 12px; }
  .header-search button { width: 46px; height: 44px; }
  .quick-divider { display: none; }
  .module-hero { padding-top: 12px !important; padding-bottom: 20px !important; }
  .hero-panel { border-radius: 12px; }
  .hero-copy { padding: 28px 20px 24px; }
  .hero-copy h1 { font-size: 38px; }
  .hero-copy > p { font-size: 13px; }
  .hero-actions .button { flex: 1 1 auto; padding-inline: 11px; font-size: 12px; }
  .hero-trust { grid-template-columns: 1fr; gap: 8px; }
  .hero-trust > div { align-items: center; }
  .hero-visual { min-height: 235px; }
  .hero-stamp { width: 56px; height: 56px; right: 12px; bottom: 12px; font-size: 15px; }
  .category-grid { grid-template-columns: repeat(var(--counter-mobile, 2), minmax(0, 1fr)); }
  .category-card { min-height: 70px; padding: 10px; gap: 8px; }
  .category-symbol { width: 32px; height: 32px; }
  .category-card > .ui-icon { display: none; }
  .category-card b { font-size: 11px; }
  .market-intro h2 { font-size: 27px; }
  .catalog-search input { font-size: 12px; }
  .filter-bar > label { min-width: 132px; }
  .filter-drawer { width: 100%; }
  .product-grid { grid-template-columns: repeat(var(--grid-mobile, 2), minmax(0, 1fr)); column-gap: 8px; row-gap: 11px; }
  .product-image { height: var(--product-image-mobile, 150px); }
  .product-body { padding: 9px; gap: 7px; }
  .product-meta { display: block; font-size: 7px; }
  .product-meta span:last-child { display: none; }
  .product-title { min-height: 38px; font-size: 12px !important; }
  .product-price { font-size: 14px !important; }
  .condition-label { max-width: 68px; overflow: hidden; text-overflow: ellipsis; font-size: 7px; }
  .product-tags span { font-size: 7px; }
  .product-tags span:nth-child(n+3) { display: none; }
  .inquire-button { min-height: 34px; font-size: 9px; }
  .inquire-button .ui-icon { width: 13px; height: 13px; }
  .listing-label, .availability-label { top: 6px; padding: 4px 6px; font-size: 7px; }
  .listing-label { left: 6px; }
  .availability-label { right: 6px; }
  .catalog-top { align-items: flex-start; flex-direction: column; gap: 8px; padding: 8px 0 12px; }
  .catalog-top label { width: 100%; justify-content: space-between; }
  .catalog-top select { flex: 1; }
  .how-heading { text-align: left; }
  .how-heading .section-kicker, .how-heading h2 { text-align: left !important; }
  .process-grid { grid-template-columns: 1fr; gap: 18px; }
  .process-step { grid-template-columns: auto 1fr; padding-right: 0; }
  .process-step::after { display: none; }
  .support-grid { width: calc(100% - 24px); grid-template-columns: 1fr; }
  .support-grid .module-contact { grid-column: auto; }
  .support-card { min-height: 310px; padding: 18px; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 26px 18px; }
  .footer-inner > div:last-child { grid-column: auto; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .modal-backdrop { padding: 10px; }
  .product-modal { max-height: 95vh; border-radius: 11px; }
  .modal-main-image { min-height: 230px; }
  .modal-info { padding: 24px 18px; }
  .modal-info h2 { padding-right: 24px; font-size: 27px; }
  .modal-facts { gap: 6px; }
}

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

/* Revision addendum: full-site navigation and long-form public content */
body.mobile-menu-is-open { overflow: hidden; }
#home, #shop, #how-mbl-works, #about, #certification, #faq, #contact { scroll-margin-top: 150px; }
.head-main { grid-template-columns: auto minmax(390px, 1fr) minmax(260px, .75fr) auto; gap: 22px; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(12px, 1.7vw, 25px); }
.desktop-nav a { position: relative; padding: 10px 0; color: #465048; font-size: 10px; font-weight: 850; letter-spacing: .085em; text-transform: uppercase; white-space: nowrap; }
.desktop-nav a::after { content: ""; height: 2px; position: absolute; right: 50%; bottom: 2px; left: 50%; background: var(--brand); transition: right .18s ease, left .18s ease; }
.desktop-nav a:hover { color: var(--brand); }
.desktop-nav a:hover::after { right: 0; left: 0; }
.mobile-menu-button { display: none; min-height: 42px; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 0 11px; align-items: center; gap: 8px; color: var(--brand-dark); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.mobile-menu-button b { font-size: 18px; line-height: 1; }
.mobile-menu-overlay { position: fixed; inset: 0; z-index: 92; background: rgba(13, 23, 16, .48); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.mobile-menu-overlay.open { opacity: 1; pointer-events: auto; }
.mobile-menu-panel { width: min(390px, 92vw); position: fixed; z-index: 93; top: 0; right: 0; bottom: 0; padding: 22px; background: #fff; box-shadow: var(--shadow-lg); transform: translateX(105%); transition: transform .24s ease; }
.mobile-menu-panel.open { transform: translateX(0); }
.mobile-menu-head { margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.mobile-menu-head b { font-family: var(--serif); font-size: 25px; }
.mobile-menu-head button { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: #fff; font-size: 22px; }
.mobile-menu-panel nav { display: grid; }
.mobile-menu-panel nav a { padding: 14px 2px; border-bottom: 1px solid #eeece6; color: var(--ink); font-size: 13px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.mobile-languages { margin: 23px 0 14px; display: flex; gap: 7px; }
.mobile-languages button { min-width: 48px; min-height: 38px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.mobile-languages button.active { border-color: var(--brand); background: var(--brand-soft); color: var(--brand); font-weight: 850; }
.mobile-menu-panel .head-whatsapp { width: 100%; justify-content: center; background: var(--brand); color: #fff; }
.mobile-menu-panel .head-whatsapp span { display: inline; }
.mobile-phone { margin-top: 15px; display: block; color: var(--muted); font-size: 12px; text-align: center; }

.inline-price { min-height: 42px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 3px; display: flex; align-items: center; gap: 3px; }
.inline-price .price-fields { margin: 0; display: flex; gap: 0; }
.inline-price .price-fields label { min-width: 74px; display: grid; align-items: center; grid-template-columns: auto 47px; color: var(--muted); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.inline-price .price-fields label + label { border-left: 1px solid var(--line); }
.inline-price .price-fields span { padding-left: 7px; }
.inline-price .price-fields input { width: 47px; height: 34px; margin: 0; border: 0; background: transparent; padding: 0 5px; color: var(--ink); font-size: 10px; outline: none; }
.price-apply { min-height: 34px; border: 0; border-radius: 6px; background: var(--brand); padding: 0 10px; color: #fff; font-size: 10px; font-weight: 850; }
.filter-message { margin: 9px 0 0; padding: 9px 12px; border: 1px solid #e4b5ae; border-radius: 7px; background: #fff1ef; color: var(--danger); font-size: 11px; }

.content-major { width: min(100%, 1360px); margin: 88px auto 0; text-align: left; }
.major-heading { max-width: 850px; margin: 0 auto 42px; text-align: center; }
.major-heading .section-kicker { text-align: center; }
.major-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(38px, 5vw, 66px) !important; font-weight: 700; line-height: 1.02; letter-spacing: -.045em; text-align: center !important; }
.major-heading > p { max-width: 760px; margin: 15px auto 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.major-heading .major-subtitle { color: var(--brand); font-family: var(--serif); font-size: 20px; font-style: italic; }
.about-intro-panel { min-height: 330px; border-radius: 18px; padding: clamp(32px, 5vw, 72px); display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 60px; background: var(--brand); color: #fff; }
.about-intro-panel h3, .section-copy h3, .about-ending-grid h3, .process-heading h3 { margin: 12px 0 0; font-family: var(--serif); font-size: clamp(30px, 3.4vw, 48px); line-height: 1.08; letter-spacing: -.035em; }
.about-intro-panel p { margin: 0 0 18px; color: rgba(255,255,255,.82); font-size: 15px; line-height: 1.8; }
.purpose-section, .difference-section { margin-top: 70px; }
.section-copy { max-width: 760px; margin-bottom: 32px; }
.section-copy > p { color: var(--muted); font-size: 15px; line-height: 1.75; }
.purpose-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.purpose-grid article { min-height: 240px; border: 1px solid var(--line); border-radius: 14px; background: #fff; padding: 28px; }
.purpose-grid h3, .difference-panel h3 { margin: 12px 0 10px; font-family: var(--serif); font-size: 23px; }
.purpose-grid p, .difference-panel p, .difference-panel li { color: var(--muted); font-size: 12px; line-height: 1.65; }
.purpose-closing { margin: 18px 0 0; border-left: 3px solid var(--gold); padding: 17px 22px; background: var(--gold-soft); color: #604714; font-family: var(--serif); font-size: 18px; line-height: 1.55; }
.difference-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.difference-panel { min-height: 390px; border: 1px solid var(--line); border-radius: 15px; background: #fff; padding: 32px; }
.content-card-icon { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: var(--brand-soft); color: var(--brand); font-size: 25px; font-weight: 400; }
.difference-panel h3 { margin-top: 26px; font-size: 27px; }
.difference-panel ul, .commitment-panel ul { margin: 20px 0; padding: 0; list-style: none; }
.difference-panel li, .commitment-panel li { margin: 10px 0; display: flex; align-items: flex-start; gap: 10px; }
.difference-panel li .ui-icon, .commitment-panel li .ui-icon { width: 16px; height: 16px; color: var(--brand); }
.difference-panel small { display: block; margin-top: 23px; border-top: 1px solid var(--line); padding-top: 17px; color: #576158; font-size: 10px; line-height: 1.55; }
.about-ending-grid { margin-top: 70px; display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.commitment-panel, .ecosystem-panel { border-radius: 16px; padding: 40px; }
.commitment-panel { background: #eaf2e7; }
.ecosystem-panel { background: #f3ead9; }
.about-ending-grid h3 { margin-bottom: 16px; font-size: 34px; }
.about-ending-grid p, .commitment-panel li { color: #4f5a50; font-size: 12px; line-height: 1.7; }
.factor-list { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.factor-list span { border: 1px solid #d1c3a9; border-radius: 999px; background: rgba(255,255,255,.45); padding: 8px 12px; font-size: 10px; font-weight: 700; }
.about-contact-strip { margin-top: 22px; border: 1px solid var(--line); border-radius: 13px; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #fff; }
.about-contact-strip p { margin: 0; color: var(--muted); font-size: 13px; }
.about-contact-strip a { display: inline-flex; align-items: center; gap: 9px; color: var(--brand); font-size: 12px; font-weight: 850; }

.module-certification { padding-top: 52px !important; padding-bottom: 60px !important; background: #f1eee7 !important; }
.cert-heading > strong { max-width: 720px; margin: 20px auto 0; border: 1px solid #e7baa9; border-radius: 10px; background: #fff3ef; padding: 13px 18px; display: block; color: #87473a; font-size: 11px; line-height: 1.55; }
.cert-definition-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.cert-definition-grid > article { min-height: 360px; border: 1px solid var(--line); border-radius: 16px; background: #fff; padding: 36px; }
.cert-definition-grid h3 { margin: 25px 0 19px; font-family: var(--serif); font-size: 30px; }
.cert-not-panel { background: #fff9f7 !important; border-color: #ead5ce !important; }
.cert-not-panel .content-card-icon { background: #f6e6e2; color: var(--danger); }
.cert-checklist { margin: 0; padding: 0; list-style: none; }
.cert-checklist li { margin: 12px 0; display: flex; align-items: flex-start; gap: 11px; color: #4b554d; font-size: 12px; line-height: 1.6; }
.cert-checklist li > span { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; background: var(--brand-soft); color: var(--brand); font-weight: 900; }
.cert-checklist.negative li > span { background: #f6e6e2; color: var(--danger); }
.process-heading { max-width: 720px; margin: 80px auto 32px; text-align: center; }
.process-heading .section-kicker { text-align: center; }
.process-heading p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.cert-process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.cert-process { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #fff; }
.cert-process > header { min-height: 210px; padding: 36px; background: #e6efe4; }
.cert-process.circulation-set > header { background: #efe5d2; }
.cert-process > header > span { border-radius: 999px; background: rgba(255,255,255,.65); padding: 6px 10px; color: var(--brand-dark); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.cert-process h3 { margin: 22px 0 8px; font-family: var(--serif); font-size: 32px; }
.cert-process header p { margin: 0; color: #536056; font-size: 12px; line-height: 1.6; }
.cert-steps { padding: 12px 32px; }
.cert-steps > section { padding: 25px 0; border-bottom: 1px solid var(--line); display: block; }
.cert-steps h4 { margin: 0 0 13px; font-family: var(--serif); font-size: 20px; }
.cert-steps .cert-checklist li { margin: 8px 0; font-size: 11px; }
.cert-steps .cert-checklist li > span { width: 18px; height: 18px; font-size: 9px; }
.cert-process-note { margin: 0; padding: 20px 32px 28px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.safety-note { margin-top: 22px; border: 1px solid #d9c99f; border-radius: 13px; background: #fff8e7; padding: 22px 28px; display: flex; align-items: flex-start; gap: 15px; }
.safety-note .ui-icon { width: 25px; height: 25px; color: #8b681c; }
.safety-note h3 { margin: 0 0 5px; font-size: 13px; }
.safety-note p { margin: 0; color: #685a39; font-size: 11px; line-height: 1.6; }

.module-faq { padding-top: 50px !important; padding-bottom: 60px !important; }
.faq-search { width: min(720px, 100%); height: 56px; margin: 0 auto 38px; border: 1px solid var(--line); border-radius: 12px; background: #fff; display: flex; align-items: center; gap: 11px; padding: 0 18px; box-shadow: var(--shadow-sm); }
.faq-search .ui-icon { color: var(--brand); }
.faq-search input { width: 100%; height: 52px; border: 0; outline: 0; background: transparent; }
.faq-categories { display: grid; gap: 18px; }
.faq-category { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff; }
.faq-category > header { padding: 19px 24px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; background: #f3f0e9; }
.faq-category > header > span { width: 37px; height: 37px; border-radius: 50%; display: grid; place-items: center; background: var(--brand-soft); color: var(--brand); }
.faq-category > header h3 { margin: 0; font-family: var(--serif); font-size: 21px; }
.faq-category > header > b { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: #fff; color: var(--muted); font-size: 10px; }
.faq-category .faq-list { margin: 0; padding: 0 24px; }
.faq-category .faq-question { min-height: 62px; padding: 15px 0; font-size: 13px !important; font-weight: 750 !important; }
.faq-category .faq-question b { font-size: 20px; }
.faq-category .faq-answer { max-width: 900px; padding: 0 45px 20px 0; font-size: 12px !important; line-height: 1.75 !important; }
.faq-no-results { min-height: 220px; border: 1px dashed var(--line); border-radius: 14px; display: grid; place-content: center; justify-items: center; gap: 12px; color: var(--muted); }
.faq-no-results .ui-icon { width: 34px; height: 34px; color: var(--brand); }

.module-contact { padding-top: 28px !important; padding-bottom: 76px !important; }
.contact-major { margin-top: 0; border-radius: 17px; padding: clamp(32px, 5vw, 64px); display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 60px; background: var(--brand); color: #fff; }
.contact-major h2 { margin: 8px 0 12px; font-family: var(--serif); font-size: clamp(34px, 4vw, 52px) !important; text-align: left !important; }
.contact-major > div > p { color: rgba(255,255,255,.75); line-height: 1.65; }
.contact-major .section-kicker { color: #d5c38e; }
.contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.contact-actions > a, .contact-actions > div { min-height: 82px; border: 1px solid rgba(255,255,255,.24); border-radius: 11px; padding: 17px; display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.08); }
.contact-actions .contact-primary { background: #fff; color: var(--brand-dark); }
.contact-actions small, .contact-actions span { display: block; }
.contact-actions small { margin-bottom: 4px; color: inherit; opacity: .65; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-actions span { font-size: 11px; line-height: 1.4; }
.footer-disclaimer { width: min(100%, 1280px); margin: 38px auto 0; border-top: 1px solid #d9d6ce; padding-top: 18px; color: var(--muted); font-size: 9px; line-height: 1.65; }
.footer-bottom { margin-top: 16px; }
.back-to-top { width: 46px; height: 46px; position: fixed; z-index: 48; right: 23px; bottom: 23px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: var(--brand); color: #fff; box-shadow: var(--shadow-lg); font-size: 19px; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .18s ease, transform .18s ease; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

@media (max-width: 1180px) {
  .head-main { grid-template-columns: auto minmax(300px, 1fr) auto; }
  .desktop-nav { display: none; }
  .mobile-menu-button { display: inline-flex; }
  .inline-price .price-fields label { min-width: 68px; }
}

@media (max-width: 820px) {
  #home, #shop, #how-mbl-works, #about, #certification, #faq, #contact { scroll-margin-top: 175px; }
  .head-main { grid-template-columns: auto 1fr auto; }
  .head-actions > .language-switcher, .head-actions > .head-whatsapp { display: none; }
  .content-major { margin-top: 62px; }
  .about-intro-panel, .contact-major { grid-template-columns: 1fr; gap: 28px; }
  .purpose-grid { grid-template-columns: 1fr; }
  .purpose-grid article { min-height: 190px; }
  .purpose-grid h3 { margin-top: 25px; }
  .difference-grid, .about-ending-grid, .cert-definition-grid, .cert-process-grid { grid-template-columns: 1fr; }
  .difference-panel { min-height: auto; }
  .contact-actions { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  #home, #shop, #how-mbl-works, #about, #certification, #faq, #contact { scroll-margin-top: 160px; }
  .mobile-menu-button span { display: none; }
  .mobile-menu-button { width: 42px; justify-content: center; padding: 0; }
  .inline-price { min-width: 238px; }
  .major-heading { margin-bottom: 28px; text-align: left; }
  .major-heading .section-kicker, .major-heading h2 { text-align: left !important; }
  .major-heading h2 { font-size: 37px !important; }
  .major-heading > p { font-size: 13px; }
  .about-intro-panel { min-height: auto; padding: 28px 22px; }
  .about-intro-panel h3 { font-size: 31px; }
  .purpose-section, .difference-section, .about-ending-grid { margin-top: 48px; }
  .purpose-grid article, .difference-panel, .commitment-panel, .ecosystem-panel { padding: 24px 20px; }
  .difference-panel h3 { font-size: 24px; }
  .about-contact-strip { align-items: flex-start; flex-direction: column; }
  .cert-definition-grid > article { min-height: auto; padding: 26px 21px; }
  .cert-process > header { min-height: auto; padding: 27px 21px; }
  .cert-steps { padding: 8px 20px; }
  .cert-steps > section { grid-template-columns: 28px 1fr; gap: 9px; }
  .safety-note { padding: 20px; }
  .faq-category > header, .faq-category .faq-list { padding-right: 17px; padding-left: 17px; }
  .faq-category .faq-question { font-size: 12px !important; }
  .contact-major { padding: 30px 21px; }
  .contact-actions { grid-template-columns: 1fr; }
  .back-to-top { right: 15px; bottom: 15px; }
}
