:root {
  --green-950: #102d22;
  --green-900: #153c2d;
  --green-800: #1f4d3a;
  --green-700: #2d6850;
  --green-100: #e8eee9;
  --amber-600: #c98519;
  --amber-500: #d99a2b;
  --amber-100: #fbefd8;
  --cream-50: #fbfaf6;
  --cream-100: #f5f1e8;
  --stone-200: #e8e4dc;
  --stone-400: #9c998f;
  --ink: #252a27;
  --white: #fff;
  --danger: #a5312e;
  --success: #1f6c46;
  --shadow-sm: 0 8px 24px rgba(16, 45, 34, .08);
  --shadow-lg: 0 24px 70px rgba(16, 45, 34, .16);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 30px;
  --container: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream-50); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .55; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding-block: 88px; }
.section-muted { background: var(--cream-100); }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px; color: var(--white); background: var(--green-950); border-radius: 8px; }
.skip-link:focus { top: 16px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 12px; color: var(--amber-600); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 2px; background: currentColor; content: ""; }
h1, h2, h3 { margin: 0 0 .55em; color: var(--green-950); font-family: Georgia, "Times New Roman", serif; line-height: 1.1; letter-spacing: -.025em; }
h1 { font-size: clamp(2.5rem, 5vw, 5rem); }
h2 { font-size: clamp(2rem, 3.3vw, 3.3rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1em; }
.lead { font-size: 1.2rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--green-950); background: var(--amber-500); box-shadow: 0 12px 28px rgba(217, 154, 43, .26); }
.button-primary:hover { background: #e2a63d; }
.button-light { color: var(--green-950); background: rgba(255, 255, 255, .92); }
.button-outline { color: var(--green-800); background: transparent; border-color: rgba(31, 77, 58, .35); }
.button-outline:hover { background: var(--green-100); border-color: var(--green-800); }
.button-small { min-height: 38px; padding: 8px 15px; font-size: .88rem; }
.button-large { min-height: 58px; font-size: 1.05rem; }
.button-wide { width: 100%; }
.button.disabled { pointer-events: none; opacity: .5; }
.text-link { color: var(--green-800); font-weight: 800; border-bottom: 2px solid var(--amber-500); }
.text-button { padding: 0; color: var(--danger); background: transparent; border: 0; font-weight: 700; }
.topbar { color: rgba(255, 255, 255, .92); background: var(--green-950); font-size: .84rem; }
.topbar-inner { display: flex; min-height: 38px; align-items: center; justify-content: flex-end; gap: 28px; }
.site-header { position: relative; z-index: 50; background: rgba(251, 250, 246, .96); box-shadow: 0 1px 0 rgba(16, 45, 34, .09); backdrop-filter: blur(16px); }
.header-main { display: grid; min-height: 88px; grid-template-columns: 190px 1fr auto; align-items: center; gap: 28px; }
.brand img { width: 178px; height: auto; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 26px; }
.main-nav a { position: relative; color: var(--green-950); font-size: .95rem; font-weight: 700; }
.main-nav a::after { position: absolute; right: 50%; bottom: -8px; left: 50%; height: 2px; background: var(--amber-500); content: ""; transition: left .2s ease, right .2s ease; }
.main-nav a:hover::after { right: 0; left: 0; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.market-select { height: 44px; padding: 0 34px 0 13px; color: var(--green-950); background: var(--white); border: 1px solid var(--stone-200); border-radius: 999px; font-weight: 700; }
.cart-link { display: flex; min-height: 44px; align-items: center; gap: 10px; padding: 0 15px; color: var(--white); background: var(--green-800); border-radius: 999px; font-weight: 800; }
.cart-link strong { display: grid; width: 24px; height: 24px; place-items: center; color: var(--green-950); background: var(--amber-500); border-radius: 50%; font-size: .8rem; }
.menu-toggle { display: none; color: var(--white); background: var(--green-800); border: 0; border-radius: 999px; padding: 10px 15px; font-weight: 800; }
.flash { margin-top: 20px; padding: 14px 18px; border-radius: var(--radius-sm); font-weight: 700; }
.flash-success { color: var(--success); background: #e7f4ec; border: 1px solid #b5dbc4; }
.flash-error { color: var(--danger); background: #fae8e7; border: 1px solid #e6b7b4; }
.hero-section { position: relative; min-height: 650px; overflow: hidden; background: var(--green-950); }
.hero-image { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(16, 45, 34, .94) 0%, rgba(16, 45, 34, .83) 30%, rgba(16, 45, 34, .22) 63%, rgba(16, 45, 34, .06) 100%), url('/assets/images/hero-production.png'); background-position: center; background-size: cover; }
.hero-content { position: relative; display: flex; min-height: 650px; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 80px; color: var(--white); }
.hero-content h1 { max-width: 780px; color: var(--white); }
.hero-content p { max-width: 650px; color: rgba(255, 255, 255, .88); font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.trust-bar { position: relative; z-index: 2; margin-top: -28px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); color: var(--white); background: var(--green-800); border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.trust-grid div { display: flex; min-height: 112px; flex-direction: column; justify-content: center; padding: 22px 26px; border-right: 1px solid rgba(255, 255, 255, .13); }
.trust-grid div:last-child { border: 0; }
.trust-grid strong { margin-bottom: 3px; color: var(--amber-500); font-size: .94rem; }
.trust-grid span { color: rgba(255, 255, 255, .86); font-size: .9rem; }
.section-heading { display: flex; margin-bottom: 38px; justify-content: space-between; gap: 40px; }
.section-heading p { max-width: 700px; color: #5d625f; }
.section-heading.narrow { max-width: 800px; margin-inline: auto; text-align: center; }
.section-heading.narrow .eyebrow { justify-content: center; }
.split-heading { align-items: flex-end; }
.category-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.category-card { overflow: hidden; background: var(--white); border: 1px solid rgba(31, 77, 58, .09); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.category-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.category-card img { width: 100%; aspect-ratio: 1; object-fit: cover; background: var(--cream-100); }
.category-card div { padding: 20px; }
.category-card h3 { margin-bottom: 8px; }
.category-card p { display: -webkit-box; margin: 0; overflow: hidden; color: #666b68; font-size: .9rem; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.product-card { display: flex; overflow: hidden; flex-direction: column; background: var(--white); border: 1px solid rgba(31, 77, 58, .09); border-radius: var(--radius); box-shadow: var(--shadow-sm); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.product-card-image { position: relative; display: block; overflow: hidden; background: var(--cream-100); }
.product-card-image img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .4s ease; }
.product-card:hover .product-card-image img { transform: scale(1.035); }
.stock-badge { position: absolute; top: 14px; left: 14px; padding: 6px 10px; color: var(--white); background: var(--success); border-radius: 999px; font-size: .75rem; font-weight: 800; }
.stock-badge-out { background: #6f7470; }
.product-card-body { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.product-brand { color: var(--amber-600); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3 { margin-top: 7px; font-family: inherit; font-size: 1.15rem; line-height: 1.35; letter-spacing: -.01em; }
.product-card p { display: -webkit-box; overflow: hidden; color: #666b68; font-size: .9rem; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.product-card-bottom { display: flex; margin-top: auto; align-items: center; justify-content: space-between; gap: 10px; }
.price { color: var(--green-950); font-size: 1.32rem; font-weight: 900; }
.price-large { font-size: clamp(2rem, 4vw, 3.3rem); }
.marketing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.marketing-card { position: relative; min-height: 540px; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.marketing-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.marketing-card:hover > img { transform: scale(1.035); }
.marketing-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16, 45, 34, .02) 20%, rgba(16, 45, 34, .88) 100%); content: ""; }
.marketing-overlay { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 40px; color: var(--white); }
.marketing-overlay h2 { color: var(--white); font-size: clamp(2rem, 3vw, 3rem); }
.marketing-overlay p { max-width: 540px; color: rgba(255, 255, 255, .88); }
.process-section { color: var(--white); background: var(--green-950); }
.process-section h2, .process-section h3 { color: var(--white); }
.process-section .section-heading p { color: rgba(255, 255, 255, .75); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: process; }
.process-grid article { position: relative; padding: 32px 26px; background: rgba(255, 255, 255, .06); border: 1px solid rgba(255, 255, 255, .1); border-radius: var(--radius); counter-increment: process; }
.process-grid article::before { display: grid; width: 44px; height: 44px; margin-bottom: 24px; place-items: center; color: var(--green-950); background: var(--amber-500); border-radius: 50%; content: counter(process, decimal-leading-zero); font-weight: 900; }
.process-grid p { color: rgba(255, 255, 255, .76); }
.logistics-section { display: grid; grid-template-columns: repeat(2, 1fr); gap: 64px; }
.logistics-section > div { padding: 42px; background: var(--white); border: 1px solid var(--stone-200); border-radius: var(--radius); }
.logistics-address { display: flex; margin-top: 25px; flex-direction: column; padding: 20px; background: var(--cream-100); border-radius: var(--radius-sm); }
.document-list { display: grid; gap: 10px; margin-top: 22px; }
.document-list a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 16px; color: var(--green-950); background: var(--cream-100); border-radius: var(--radius-sm); font-weight: 700; }
.document-list strong { color: var(--danger); }
.page-hero { padding-block: 95px; color: var(--white); background: linear-gradient(120deg, var(--green-950), var(--green-700)); }
.page-hero h1 { color: var(--white); }
.page-hero p { max-width: 760px; margin-bottom: 0; color: rgba(255, 255, 255, .8); font-size: 1.08rem; }
.page-hero-compact { padding-block: 70px; }
.catalog-toolbar { display: grid; max-width: 760px; gap: 8px; margin-bottom: 22px; }
.catalog-toolbar > label { color: var(--green-950); font-weight: 800; }
.search-field { display: flex; gap: 10px; }
.search-field input { flex: 1; min-width: 0; }
input, select, textarea { width: 100%; color: var(--ink); background: var(--white); border: 1px solid #d8d5cd; border-radius: 10px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
input, select { min-height: 48px; padding: 0 14px; }
textarea { padding: 12px 14px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--green-700); box-shadow: 0 0 0 4px rgba(31, 77, 58, .1); }
.category-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.category-pills a { padding: 8px 14px; color: var(--green-800); background: var(--green-100); border-radius: 999px; font-weight: 700; }
.catalog-grid { grid-template-columns: repeat(4, 1fr); }
.pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 42px; }
.pagination a { display: grid; width: 42px; height: 42px; place-items: center; background: var(--white); border: 1px solid var(--stone-200); border-radius: 50%; font-weight: 800; }
.pagination a.active { color: var(--white); background: var(--green-800); border-color: var(--green-800); }
.empty-state { padding: 70px 30px; text-align: center; background: var(--white); border: 1px solid var(--stone-200); border-radius: var(--radius); }
.category-hero { background: var(--cream-100); }
.category-hero-grid { display: grid; min-height: 440px; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 60px; }
.category-hero-grid img { width: 100%; height: 440px; object-fit: cover; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; color: #6e736f; font-size: .9rem; }
.breadcrumbs a { color: var(--green-800); font-weight: 700; }
.product-layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); gap: 70px; }
.product-gallery { overflow: hidden; background: var(--cream-100); border-radius: var(--radius-lg); }
.product-gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.product-summary { padding-block: 20px; }
.product-summary h1 { font-size: clamp(2.4rem, 4vw, 4.4rem); }
.product-lead { color: #5f6461; font-size: 1.08rem; }
.product-meta-inline { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-block: 22px; color: #676c69; font-size: .9rem; }
.product-price-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-block: 26px; padding-block: 22px; border-block: 1px solid var(--stone-200); }
.stock-state { display: inline-flex; padding: 6px 10px; border-radius: 999px; font-size: .78rem; font-weight: 800; }
.in-stock { color: var(--success); background: #e7f4ec; }
.out-stock { color: #676c69; background: #e9e9e6; }
.add-to-cart { display: grid; grid-template-columns: 100px 1fr; gap: 10px; align-items: end; }
.add-to-cart label { grid-column: 1; font-size: .85rem; font-weight: 800; }
.add-to-cart input { grid-column: 1; }
.add-to-cart button { grid-column: 2; grid-row: 1 / span 2; align-self: end; }
.delivery-card { margin-top: 22px; padding: 22px; background: var(--green-100); border-radius: var(--radius); }
.delivery-card strong { color: var(--green-950); font-size: 1.05rem; }
.delivery-card p { margin: 6px 0; }
.delivery-card span { color: #606662; font-size: .88rem; }
.product-information-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 50px; }
.content-panel, .specification-panel { padding: 40px; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.rich-text p { color: #565c58; }
.spec-list { margin: 0; }
.spec-list div { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--stone-200); }
.spec-list dt { color: #6c716e; }
.spec-list dd { margin: 0; text-align: right; font-weight: 800; }
.info-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.info-cards article { padding: 30px; background: var(--white); border: 1px solid var(--stone-200); border-radius: var(--radius); }
.info-cards h2 { font-size: 1.5rem; }
.notice { margin-bottom: 24px; padding: 15px 18px; border-radius: var(--radius-sm); font-weight: 700; }
.notice-error { color: var(--danger); background: #fae8e7; border: 1px solid #e6b7b4; }
.cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 36px; align-items: start; }
.cart-items { display: grid; gap: 14px; }
.cart-item { display: grid; grid-template-columns: 120px minmax(0, 1fr) 135px auto; align-items: center; gap: 20px; padding: 18px; background: var(--white); border: 1px solid var(--stone-200); border-radius: var(--radius); }
.cart-item-image img { width: 120px; height: 120px; object-fit: cover; border-radius: var(--radius-sm); }
.cart-item-main h2 { margin-bottom: 4px; font-family: inherit; font-size: 1.05rem; }
.cart-item-main p { margin: 0; color: #777c79; font-size: .8rem; }
.cart-item-actions { display: grid; gap: 10px; }
.cart-item-actions form:first-child { display: grid; grid-template-columns: 60px 1fr; gap: 6px; }
.cart-item-actions label { grid-column: 1 / -1; font-size: .78rem; font-weight: 700; }
.cart-item-actions input { min-height: 38px; padding-inline: 8px; }
.cart-line-total { white-space: nowrap; font-size: 1.12rem; }
.order-summary { padding: 28px; background: var(--white); border: 1px solid var(--stone-200); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.order-summary h2 { font-size: 1.65rem; }
.order-summary dl { margin: 0 0 20px; }
.order-summary dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid var(--stone-200); }
.order-summary dt { color: #666c68; }
.order-summary dd { margin: 0; font-weight: 800; }
.order-summary .summary-total { padding-top: 18px; color: var(--green-950); border: 0; font-size: 1.15rem; }
.shipping-progress, .summary-note { padding: 12px; color: var(--green-800); background: var(--green-100); border-radius: var(--radius-sm); font-size: .86rem; }
.shipping-progress.success { color: var(--success); }
.order-summary .button + .button { margin-top: 10px; }
.checkout-layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 42px; align-items: start; }
.checkout-form { display: grid; gap: 20px; }
.checkout-form fieldset { margin: 0; padding: 28px; background: var(--white); border: 1px solid var(--stone-200); border-radius: var(--radius); }
.checkout-form legend { padding: 0 10px; color: var(--green-950); font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; font-weight: 700; }
.field-grid { display: grid; gap: 16px; margin-bottom: 16px; }
.field-grid:last-child { margin-bottom: 0; }
.field-grid.two { grid-template-columns: repeat(2, 1fr); }
.field-grid.three { grid-template-columns: .65fr 1.2fr 1fr; }
.field-grid label { display: grid; gap: 6px; color: var(--green-950); font-size: .9rem; font-weight: 700; }
.field-grid small { color: #747975; font-weight: 400; }
.field-error { min-height: 1em; color: var(--danger) !important; }
.compound-input { display: grid; grid-template-columns: 72px 1fr; }
.compound-input input { border-radius: 0 10px 10px 0; }
.compound-input .country-prefix { border-right: 0; border-radius: 10px 0 0 10px; text-transform: uppercase; }
.payment-choice { padding: 20px; background: var(--green-100); border-radius: var(--radius-sm); }
.payment-choice p { margin-bottom: 0; }
.consents { display: grid; gap: 12px; padding: 26px; background: var(--cream-100); border-radius: var(--radius); }
.consents label { display: grid; grid-template-columns: 22px 1fr; align-items: start; gap: 10px; font-size: .9rem; }
.consents input { width: 18px; min-height: 18px; margin-top: 3px; }
.sticky-summary { position: sticky; top: 22px; }
.checkout-items { display: grid; gap: 12px; margin-bottom: 18px; }
.checkout-items > div { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 10px; }
.checkout-items img { width: 54px; height: 54px; object-fit: cover; border-radius: 8px; }
.checkout-items span { display: grid; }
.checkout-items small { color: #6d726f; }
.checkout-items b { font-size: .85rem; }
.success-page { max-width: 1040px; text-align: center; }
.success-mark { display: grid; width: 74px; height: 74px; margin: 0 auto 24px; place-items: center; color: var(--white); background: var(--success); border-radius: 50%; font-size: 2rem; font-weight: 900; }
.success-page .lead { max-width: 700px; margin-inline: auto; color: #5e6460; }
.success-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 42px; text-align: left; }
.payment-instructions, .success-summary { padding: 30px; background: var(--white); border: 1px solid var(--stone-200); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.payment-instructions dl { margin: 0 0 24px; }
.payment-instructions dl div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 20px; padding: 10px 0; border-bottom: 1px solid var(--stone-200); }
.payment-instructions dt { color: #686d6a; }
.payment-instructions dd { margin: 0; text-align: right; overflow-wrap: anywhere; font-weight: 800; }
.success-item { display: flex; justify-content: space-between; gap: 15px; padding: 12px 0; border-bottom: 1px solid var(--stone-200); }
.success-item.total { margin-top: 10px; color: var(--green-950); font-size: 1.1rem; }
.legal-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 60px; align-items: start; }
.legal-content { display: grid; gap: 42px; }
.legal-content section { padding-bottom: 38px; border-bottom: 1px solid var(--stone-200); }
.legal-content h2 { font-size: 2rem; }
.legal-content p { color: #555b57; }
.legal-sidebar { position: sticky; top: 24px; padding: 28px; color: var(--white); background: var(--green-800); border-radius: var(--radius); }
.legal-sidebar strong { color: var(--amber-500); }
.document-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.document-card { padding: 30px; background: var(--white); border: 1px solid var(--stone-200); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.document-card h2 { font-size: 1.6rem; }
.document-card p { color: #626864; }
.pdf-label { display: inline-flex; margin-bottom: 18px; padding: 6px 10px; color: var(--white); background: var(--danger); border-radius: 6px; font-size: .78rem; font-weight: 900; }
.error-page { max-width: 720px; text-align: center; }
.error-page > strong { display: block; color: var(--amber-500); font-size: 7rem; line-height: 1; }
.site-footer { color: rgba(255, 255, 255, .8); background: var(--green-950); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .8fr .9fr; gap: 44px; padding-block: 70px; }
.footer-logo { width: 180px; height: auto; margin-bottom: 22px; filter: brightness(0) invert(1); }
.site-footer h2 { color: var(--white); font-family: inherit; font-size: 1rem; letter-spacing: .03em; }
.site-footer a { display: block; margin-bottom: 8px; }
.site-footer a:hover { color: var(--amber-500); }
.footer-bottom { padding-block: 20px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .85rem; }
@media (max-width: 1100px) {
  .header-main { grid-template-columns: 170px auto auto; }
  .menu-toggle { display: inline-flex; justify-self: end; }
  .main-nav { position: absolute; top: 126px; right: 20px; left: 20px; display: none; padding: 24px; align-items: stretch; flex-direction: column; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-lg); }
  .main-nav.open { display: flex; }
  .header-actions { justify-self: end; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid div:nth-child(2) { border-right: 0; }
  .trust-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .13); }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .product-grid, .catalog-grid { grid-template-columns: repeat(3, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .product-layout { gap: 38px; }
  .cart-layout, .checkout-layout { grid-template-columns: minmax(0, 1fr) 340px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding-block: 64px; }
  .topbar-inner { justify-content: center; gap: 14px; font-size: .76rem; }
  .topbar-inner span:nth-child(2) { display: none; }
  .header-main { min-height: 76px; grid-template-columns: 140px auto; gap: 10px; }
  .brand img { width: 138px; }
  .menu-toggle { grid-column: 2; grid-row: 1; }
  .header-actions { grid-column: 1 / -1; grid-row: 2; width: 100%; padding-bottom: 12px; justify-content: space-between; }
  .main-nav { top: 150px; }
  .hero-section, .hero-content { min-height: 590px; }
  .hero-image { background-image: linear-gradient(90deg, rgba(16, 45, 34, .92), rgba(16, 45, 34, .54)), url('/assets/images/hero-production.png'); background-position: 66% center; }
  .trust-bar { margin-top: 0; }
  .trust-grid { width: 100%; border-radius: 0; }
  .category-grid, .product-grid, .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .marketing-grid, .logistics-section, .product-layout, .product-information-grid, .success-grid, .legal-layout { grid-template-columns: 1fr; }
  .marketing-card { min-height: 480px; }
  .category-hero-grid { min-height: auto; grid-template-columns: 1fr; padding-block: 56px; }
  .category-hero-grid img { height: 320px; border-radius: var(--radius); }
  .product-gallery { max-width: 620px; margin-inline: auto; }
  .info-cards { grid-template-columns: 1fr; }
  .cart-layout, .checkout-layout { grid-template-columns: 1fr; }
  .order-summary, .sticky-summary { position: static; }
  .cart-item { grid-template-columns: 92px 1fr auto; }
  .cart-item-image img { width: 92px; height: 92px; }
  .cart-item-actions { grid-column: 2 / -1; }
  .cart-line-total { grid-column: 3; grid-row: 1; }
  .document-grid { grid-template-columns: repeat(2, 1fr); }
  .legal-sidebar { position: static; }
}
@media (max-width: 560px) {
  h1 { font-size: 2.5rem; }
  h2 { font-size: 2rem; }
  .topbar-inner span:nth-child(3) { display: none; }
  .market-select { max-width: 165px; }
  .cart-link span { display: none; }
  .hero-content { padding-block: 58px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div { min-height: 90px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .13); }
  .category-grid, .product-grid, .catalog-grid, .process-grid, .document-grid { grid-template-columns: 1fr; }
  .split-heading { align-items: flex-start; flex-direction: column; }
  .marketing-card { min-height: 440px; }
  .marketing-overlay { padding: 28px; }
  .logistics-section > div, .content-panel, .specification-panel { padding: 26px; }
  .product-summary h1 { font-size: 2.5rem; }
  .product-price-row { align-items: flex-start; flex-direction: column; }
  .add-to-cart { grid-template-columns: 86px 1fr; }
  .field-grid.two, .field-grid.three { grid-template-columns: 1fr; }
  .checkout-form fieldset { padding: 20px; }
  .cart-item { grid-template-columns: 76px 1fr; gap: 14px; }
  .cart-item-image img { width: 76px; height: 76px; }
  .cart-line-total { grid-column: 2; grid-row: auto; }
  .cart-item-actions { grid-column: 1 / -1; }
  .payment-instructions dl div { grid-template-columns: 1fr; gap: 2px; }
  .payment-instructions dd { text-align: left; }
  .footer-grid { grid-template-columns: 1fr; }
}

.is-hidden { display: none !important; }
