:root {
  --ink: #11110f;
  --ink-soft: #1b1b18;
  --paper: #f5f3ed;
  --white: #fff;
  --yellow: #ffe600;
  --red: #d9231e;
  --muted: #67665f;
  --line: rgba(17,17,15,.14);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; background: var(--yellow); padding: .75rem 1rem; font-weight: 900; }
.skip-link:focus { top: 1rem; }
.wrap { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 1rem; font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.section { padding: clamp(4.5rem, 8vw, 8rem) 0; }
.section-title { margin: 0; font-size: clamp(2.3rem, 5vw, 5rem); line-height: .98; letter-spacing: -.055em; max-width: 900px; }
.section-intro { max-width: 720px; margin: 1.4rem 0 0; font-size: clamp(1rem, 1.5vw, 1.25rem); color: var(--muted); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .85rem 1.25rem; border: 2px solid var(--ink); border-radius: 0; background: transparent; color: var(--ink); font-weight: 900; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--ink); color: var(--white); }
.button-red { border-color: var(--red); background: var(--red); color: var(--white); }
.button-red:hover { background: #b91b17; border-color: #b91b17; }
.button-yellow { border-color: var(--yellow); background: var(--yellow); color: var(--ink); }
.button-yellow:hover { border-color: var(--white); background: var(--white); color: var(--ink); }
.button-dark { border-color: var(--ink); background: var(--ink); color: var(--white); }
.button-dark:hover { background: transparent; color: var(--ink); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(17,17,15,.97); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.13); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 2rem; }
.brand, .custom-logo-link { display: inline-flex; flex: 0 0 auto; align-items: center; text-decoration: none; }
.brand img, .custom-logo-link img { width: 70px; height: 70px; object-fit: contain; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: clamp(.9rem, 2vw, 1.8rem); }
.desktop-nav a { color: rgba(255,255,255,.78); font-size: .83rem; font-weight: 800; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; }
.desktop-nav a:hover { color: var(--yellow); }
.desktop-nav .shop-link { color: var(--ink); background: var(--yellow); padding: .75rem 1rem; }
.desktop-nav .shop-link:hover { color: var(--ink); background: var(--white); }
.menu-toggle { display: none; margin-left: auto; border: 2px solid rgba(255,255,255,.45); background: transparent; color: var(--white); padding: .65rem .85rem; font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.mobile-nav { display: none; }

.hero { position: relative; min-height: min(820px, calc(100vh - 84px)); overflow: hidden; background: var(--ink); color: var(--white); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, #000, transparent 75%); }
.hero::after { content: ""; position: absolute; right: -10vw; top: -8rem; width: 48vw; height: 125%; background: var(--yellow); transform: skewX(-8deg); transform-origin: top; }
.hero-inner { position: relative; z-index: 2; min-height: inherit; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); align-items: center; gap: 1.5rem; padding-top: 4.5rem; padding-bottom: 4.5rem; }
.hero-copy { position: relative; z-index: 3; }
.hero .eyebrow { color: var(--yellow); }
.hero h1 { margin: 0; max-width: 780px; font-size: clamp(3.2rem, 7.2vw, 7.4rem); line-height: .84; letter-spacing: -.07em; text-transform: uppercase; }
.hero h1 span { color: var(--yellow); }
.hero-lead { max-width: 620px; margin: 1.65rem 0 2rem; font-size: clamp(1.05rem, 1.6vw, 1.28rem); color: rgba(255,255,255,.76); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.hero-image { position: relative; z-index: 2; align-self: end; }
.hero-image img { width: min(700px, 55vw); max-width: none; transform: translate(-3%, 4%); filter: drop-shadow(0 38px 45px rgba(0,0,0,.32)); }
.hero-note { position: absolute; right: 0; bottom: 2rem; z-index: 4; width: min(320px, 32vw); padding: 1.2rem; color: var(--ink); border-top: 3px solid var(--ink); font-size: .9rem; font-weight: 750; }
.hero-note strong { display: block; font-size: 1.35rem; line-height: 1.1; margin-bottom: .3rem; }

.quick-bar { background: var(--yellow); border-bottom: 1px solid var(--ink); }
.quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.quick-item { min-height: 112px; padding: 1.4rem 2rem; border-right: 1px solid var(--ink); display: flex; flex-direction: column; justify-content: center; }
.quick-item:first-child { border-left: 1px solid var(--ink); }
.quick-item strong { display: block; font-size: 1.08rem; text-transform: uppercase; }
.quick-item span { font-size: .9rem; }

.offer { background: var(--paper); }
.offer-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.offer-head .button { flex: 0 0 auto; }
.products { display: grid; grid-template-columns: repeat(12, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.product-card { position: relative; grid-column: span 3; min-height: 510px; overflow: hidden; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--white); text-decoration: none; }
.product-card:nth-child(even) { background: #e9e6de; }
.product-image { height: 315px; display: flex; align-items: center; justify-content: center; padding: 1.5rem 1rem 0; overflow: hidden; }
.product-image img { width: 92%; height: 100%; object-fit: contain; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image img { transform: scale(1.08) rotate(-2deg); }
.product-copy { padding: 1.4rem; }
.product-index { display: block; margin-bottom: .45rem; color: var(--red); font-size: .74rem; font-weight: 900; letter-spacing: .16em; }
.product-card h3 { margin: 0 0 .45rem; font-size: 1.75rem; line-height: 1; text-transform: uppercase; }
.product-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.product-action { display: inline-block; margin-top: 1rem; font-size: .8rem; font-weight: 900; text-transform: uppercase; border-bottom: 2px solid var(--red); }

.why { background: var(--ink); color: var(--white); }
.why-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.why .section-title { color: var(--white); }
.why .section-intro { color: rgba(255,255,255,.68); }
.reasons { border-top: 1px solid rgba(255,255,255,.28); }
.reason { display: grid; grid-template-columns: 105px 1fr; gap: 1.2rem; padding: 1.8rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.reason-number { color: var(--yellow); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.reason h3 { margin: 0 0 .35rem; font-size: 1.35rem; }
.reason p { margin: 0; color: rgba(255,255,255,.67); }

.delivery { background: var(--yellow); overflow: hidden; }
.delivery-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.delivery-copy p { max-width: 650px; }
.delivery-panel { border: 2px solid var(--ink); background: var(--paper); box-shadow: 18px 18px 0 var(--ink); padding: clamp(1.6rem, 4vw, 3.2rem); transform: rotate(1.5deg); }
.delivery-panel h3 { margin: 0 0 1.2rem; font-size: clamp(1.6rem, 3vw, 2.5rem); line-height: 1; text-transform: uppercase; }
.delivery-row { display: grid; grid-template-columns: 88px 1fr; padding: 1rem 0; border-top: 1px solid var(--line); }
.delivery-row strong { font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.delivery-row p { margin: 0; }

.wholesale { background: var(--paper); }
.split { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--ink); }
.split-panel { min-height: 480px; padding: clamp(2rem, 5vw, 4.5rem); }
.split-panel + .split-panel { border-left: 1px solid var(--ink); background: var(--white); }
.split-panel h3 { margin: 0 0 1rem; font-size: clamp(2rem, 4vw, 4rem); line-height: .95; letter-spacing: -.04em; text-transform: uppercase; }
.split-panel p { color: var(--muted); }
.plain-list { margin: 1.6rem 0 2rem; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.plain-list li { padding: .78rem 0; border-bottom: 1px solid var(--line); font-weight: 700; }

.areas { position: relative; background: var(--red); color: var(--white); overflow: hidden; }
.areas::after { content: "IVAX"; position: absolute; right: -1rem; bottom: -4.5rem; font-size: clamp(8rem, 25vw, 23rem); line-height: .7; font-weight: 950; color: rgba(255,255,255,.06); letter-spacing: -.08em; }
.areas-inner { position: relative; z-index: 2; }
.areas .section-title { max-width: 1050px; }
.city-list { margin: 2.5rem 0 0; max-width: 1000px; font-size: clamp(1.25rem, 2.2vw, 2rem); font-weight: 800; line-height: 1.55; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.year { font-size: clamp(7rem, 20vw, 17rem); line-height: .72; font-weight: 950; letter-spacing: -.09em; color: var(--yellow); -webkit-text-stroke: 2px var(--ink); text-shadow: 10px 10px 0 var(--ink); }
.about-copy h2 { font-size: clamp(2.3rem, 5vw, 4.7rem); line-height: .95; letter-spacing: -.05em; margin: 0 0 1.5rem; }
.about-copy p { color: var(--muted); }

.faq { background: #e9e6de; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 4rem; }
.faq-list { border-top: 1px solid var(--ink); }
.faq details { border-bottom: 1px solid var(--ink); }
.faq summary { list-style: none; cursor: pointer; padding: 1.4rem 3rem 1.4rem 0; font-size: 1.08rem; font-weight: 850; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "WIĘCEJ"; position: absolute; right: 0; top: 1.55rem; font-size: .66rem; letter-spacing: .08em; }
.faq details[open] summary::after { content: "MNIEJ"; }
.faq details p { margin: 0; padding: 0 3rem 1.4rem 0; color: var(--muted); }

.contact { background: var(--ink); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.contact h2 { margin: 0 0 1.6rem; font-size: clamp(2.6rem, 6vw, 5.8rem); line-height: .9; letter-spacing: -.06em; }
.contact-data { margin: 2rem 0 0; padding: 0; list-style: none; }
.contact-data li { padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.22); }
.contact-data span { display: block; font-size: .72rem; color: var(--yellow); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-data a { font-size: clamp(1.12rem, 2vw, 1.45rem); font-weight: 800; text-decoration: none; }
.contact-form { background: var(--white); color: var(--ink); padding: clamp(1.5rem, 4vw, 3rem); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1rem; }
.field label { display: block; margin-bottom: .4rem; font-size: .78rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.field input, .field textarea { width: 100%; min-height: 52px; border: 1px solid #99978f; border-radius: 0; padding: .8rem .9rem; background: #f8f7f3; color: var(--ink); }
.field textarea { min-height: 150px; resize: vertical; }
.consent { display: grid; grid-template-columns: 22px 1fr; gap: .7rem; align-items: start; margin: 1rem 0 1.4rem; font-size: .84rem; color: var(--muted); }
.consent input { width: 18px; height: 18px; margin-top: .18rem; accent-color: var(--red); }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-note { margin: 1rem 0 0; font-size: .78rem; color: var(--muted); }
.form-status { margin: 0 0 1.2rem; padding: .9rem 1rem; border: 2px solid var(--ink); font-weight: 800; }
.form-status.success { background: var(--yellow); }
.form-status.error { border-color: var(--red); color: #9f1713; background: #fff1ef; }

.woocommerce-surface { min-height: 60vh; background: var(--paper); }
.woocommerce-surface .woocommerce-breadcrumb { margin-bottom: 2rem; color: var(--muted); }
.woocommerce-surface .woocommerce-products-header__title,
.woocommerce-surface .product_title { font-size: clamp(2.5rem, 6vw, 5rem); line-height: .95; letter-spacing: -.05em; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 1rem; border: 1px solid var(--ink); background: var(--white); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 1.1rem; line-height: 1.2; }
.woocommerce .price { color: var(--red) !important; font-weight: 900; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border-radius: 0 !important; background: var(--ink) !important; color: var(--white) !important; font-weight: 900 !important; text-transform: uppercase; }

.site-footer { overflow: hidden; background: #090908; color: rgba(255,255,255,.65); padding: 2.5rem 0; }
.footer-grid { display: grid; grid-template-columns: minmax(250px,.42fr) minmax(0,1.58fr); gap: 1.3rem 3rem; align-items: start; }
.footer-company { display: grid; gap: .42rem; min-width: 0; }
.footer-company strong { color: var(--white); font-size: .92rem; line-height: 1.35; }
.footer-company span { color: rgba(255,255,255,.52); font-size: .78rem; line-height: 1.45; }
.footer-links { display: flex; min-width: 0; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: .85rem 1.35rem; }
.footer-links a { color: var(--white); font-size: .75rem; font-weight: 800; line-height: 1.4; text-align: right; text-decoration: none; text-transform: uppercase; }
.footer-links .footer-credit { flex-basis: 100%; color: rgba(255,255,255,.52); font-size: .68rem; text-align: right; }

.cookie-banner { position: fixed; left: 1rem; bottom: 1rem; z-index: 500; width: min(560px, calc(100% - 2rem)); background: var(--white); color: var(--ink); border: 2px solid var(--ink); box-shadow: 10px 10px 0 rgba(0,0,0,.25); padding: 1.25rem; display: none; }
.cookie-banner.is-visible { display: block; }
.cookie-banner h2 { margin: 0 0 .4rem; font-size: 1.15rem; }
.cookie-banner p { margin: 0; font-size: .85rem; color: var(--muted); }
.cookie-actions { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1rem; }
.cookie-actions button { min-height: 42px; padding: .55rem .75rem; border: 1px solid var(--ink); background: transparent; font-weight: 800; cursor: pointer; }
.cookie-actions .accept { background: var(--ink); color: var(--white); }
.cookie-settings { display: none; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.cookie-settings.is-open { display: block; }
.cookie-option { display: flex; justify-content: space-between; gap: 1rem; padding: .55rem 0; font-size: .84rem; }
.cookie-option input { accent-color: var(--red); }

.privacy-hero { background: var(--yellow); padding: clamp(4rem, 9vw, 8rem) 0; border-bottom: 1px solid var(--ink); }
.privacy-hero h1 { margin: 0; font-size: clamp(3rem, 8vw, 7rem); line-height: .88; letter-spacing: -.06em; text-transform: uppercase; }
.policy { max-width: 880px; padding: 4rem 0 7rem; }
.policy h2 { margin: 2.6rem 0 .8rem; font-size: 1.65rem; line-height: 1.2; }
.policy h3 { margin: 1.8rem 0 .6rem; }
.policy p, .policy li { color: #3f3e39; }
.policy a { font-weight: 800; }

[data-reveal] { opacity: 1; transform: none; }
.reveal-ready [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; animation: none !important; } [data-reveal] { opacity: 1; transform: none; } }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .js .menu-toggle { display: block; }
  .mobile-nav { display: flex; flex-direction: column; padding: 1rem; background: var(--ink); }
  .js .mobile-nav { position: fixed; inset: 84px 0 0; z-index: 99; padding: 2rem 1rem 7rem; transform: translateX(100%); transition: transform .35s ease; overflow-y: auto; }
  .js .mobile-nav.is-open { transform: translateX(0); }
  .mobile-nav a { padding: 1rem .4rem; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); font-size: clamp(1.45rem, 6vw, 2.2rem); font-weight: 900; line-height: 1.1; text-decoration: none; text-transform: uppercase; }
  .mobile-nav .shop-link { margin-top: 1.2rem; padding: 1.1rem; border: 0; background: var(--yellow); color: var(--ink); text-align: center; font-size: 1rem; }
  .hero-inner { grid-template-columns: 1fr; padding-top: 4rem; padding-bottom: 0; }
  .hero::after { right: -18vw; top: auto; bottom: -15rem; width: 100vw; height: 58%; transform: skewY(-6deg); }
  .hero-image { min-height: 380px; }
  .hero-image img { width: min(690px, 98vw); margin-inline: auto; transform: translateY(7%); }
  .hero-note { right: 1rem; bottom: 1rem; width: 280px; }
  .product-card { grid-column: span 6; min-height: 470px; }
  .why-grid, .delivery-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .faq-grid { gap: 2rem; }
}

@media (max-width: 700px) {
  .wrap { width: min(calc(100% - 1.25rem), var(--max)); }
  .section { padding: 4.25rem 0; }
  .header-inner { min-height: 72px; }
  .brand img, .custom-logo-link img { width: 58px; height: 58px; }
  .js .mobile-nav { inset: 72px 0 0; }
  .hero { min-height: auto; }
  .hero h1 { font-size: clamp(3.35rem, 17vw, 5.4rem); }
  .hero-lead { margin-top: 1.25rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-image { min-height: 310px; }
  .hero-note { display: none; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-item, .quick-item:first-child { min-height: 86px; padding: 1rem; border-left: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
  .offer-head { align-items: start; flex-direction: column; }
  .product-card { grid-column: span 12; min-height: 0; }
  .product-image { height: 280px; }
  .reason { grid-template-columns: 76px 1fr; }
  .delivery-panel { margin-right: 12px; box-shadow: 10px 10px 0 var(--ink); }
  .split { grid-template-columns: 1fr; }
  .split-panel { min-height: 0; }
  .split-panel + .split-panel { border-left: 0; border-top: 1px solid var(--ink); }
  .about-grid { grid-template-columns: 1fr; }
  .year { font-size: 8rem; }
  .field-grid { grid-template-columns: 1fr; }
  .site-footer { padding-bottom: 6.4rem; }
  .footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
  .footer-links a { padding: .75rem 0; border-top: 1px solid rgba(255,255,255,.14); font-size: .7rem; text-align: left; }
  .footer-links a:nth-child(even) { padding-left: .75rem; }
  .footer-links .footer-credit { grid-column: 1 / -1; padding-left: 0; text-align: left; }
  .cookie-banner { left: .6rem; bottom: .6rem; width: calc(100% - 1.2rem); box-shadow: 5px 5px 0 rgba(0,0,0,.25); }
  .woocommerce ul.products { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .woocommerce ul.products { grid-template-columns: 1fr; }
}

/* Kierunek wizualny v2: ciepły, lokalny, energetyczny IVAX */
:root {
  --ink: #172019;
  --ink-soft: #213128;
  --paper: #fff4e2;
  --white: #fffdf8;
  --yellow: #ffce00;
  --red: #e43b24;
  --orange: #ff681f;
  --green: #214634;
  --muted: #5c5a50;
  --line: rgba(23,32,25,.18);
}

body { background: var(--paper); }
.site-header { background: rgba(23,32,25,.98); border-bottom: 4px solid var(--yellow); }
.desktop-nav a { color: rgba(255,255,255,.82); }
.desktop-nav a:hover { color: #fff; }
.desktop-nav .shop-link { background: var(--orange); color: #fff; }
.desktop-nav .shop-link:hover { background: var(--yellow); color: var(--ink); }

.hero { min-height: min(760px, calc(100vh - 84px)); background: var(--paper); color: var(--ink); }
.hero::before { background: repeating-linear-gradient(135deg, rgba(23,32,25,.045) 0 1px, transparent 1px 58px); mask-image: linear-gradient(to right, #000, transparent 58%); }
.hero::after { right: -8vw; top: -12%; width: 49vw; height: 130%; background: var(--orange); transform: skewX(-7deg); }
.hero-inner { grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr); gap: 0; }
.hero .eyebrow { color: var(--red); }
.hero h1 { max-width: 820px; color: var(--ink); font-size: clamp(3.3rem, 7.5vw, 7.7rem); }
.hero h1 span { color: var(--red); text-shadow: 7px 7px 0 var(--yellow); }
.hero-lead { max-width: 660px; color: #43463f; font-size: clamp(1.08rem, 1.7vw, 1.32rem); }
.hero-products { display: inline-block; margin: 0 0 1.5rem; padding: .45rem .7rem; background: var(--yellow); color: var(--ink); font-size: .78rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.hero-image { align-self: end; }
.hero-image img { width: min(780px, 59vw); transform: translate(-4%, 2%); filter: drop-shadow(0 34px 34px rgba(53,31,12,.25)); }
.hero-note { right: 0; bottom: 1.8rem; width: min(340px, 31vw); padding: 1.2rem 1.3rem; background: var(--ink); color: #fff; border: 0; box-shadow: 10px 10px 0 var(--yellow); }
.hero-note strong { color: var(--yellow); }

.button-red { background: var(--red); border-color: var(--red); }
.button-red:hover { background: var(--orange); border-color: var(--orange); color: #fff; }
.button-yellow { background: var(--yellow); border-color: var(--yellow); }

.brand-ticker { overflow: hidden; padding: .72rem 0; background: var(--yellow); color: var(--ink); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.brand-ticker div { width: max-content; white-space: nowrap; font-size: clamp(1rem, 2vw, 1.55rem); font-weight: 950; line-height: 1; letter-spacing: .055em; animation: ivax-ticker 24s linear infinite; }
@keyframes ivax-ticker { to { transform: translateX(-50%); } }

.quick-bar { background: var(--green); color: #fff; border-bottom: 0; }
.quick-item { min-height: 126px; border-color: rgba(255,255,255,.18); }
.quick-item:first-child { border-color: rgba(255,255,255,.18); }
.quick-item strong { color: var(--yellow); font-size: 1.15rem; }
.quick-item span { color: rgba(255,255,255,.74); }

.offer { background: var(--paper); }
.offer-head { margin-bottom: 2.5rem; }
.products { gap: 1rem; border: 0; }
.product-card { grid-column: span 6; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; min-height: 430px; border: 0; background: var(--yellow); box-shadow: 0 0 0 1px var(--ink); }
.product-card:nth-child(2) { background: var(--ink); color: #fff; }
.product-card:nth-child(3) { background: var(--orange); }
.product-card:nth-child(4) { background: #efb75e; }
.product-card:nth-child(even) { background-color: inherit; }
.product-card:nth-child(2) { background-color: var(--ink); }
.product-card:nth-child(4) { background-color: #efb75e; }
.product-image { height: 100%; min-height: 360px; padding: 2rem 0 2rem 1rem; }
.product-copy { padding: 2.2rem 2rem 2.2rem .75rem; }
.product-card:nth-child(even) .product-copy { order: -1; padding: 2.2rem .75rem 2.2rem 2rem; }
.product-card:nth-child(even) .product-image { padding: 2rem 1rem 2rem 0; }
.product-card:nth-child(2) p { color: rgba(255,255,255,.7); }
.product-card:nth-child(2) .product-index { color: var(--yellow); }
.product-card:nth-child(2) .product-action { border-color: var(--yellow); }
.product-card h3 { font-size: clamp(2rem, 3.2vw, 3.4rem); letter-spacing: -.045em; }
.product-card p { color: #45483f; }
.product-action { border-color: currentColor; }

.shop-now { background: #fffdf8; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }
.shop-now-head { display: grid; grid-template-columns: 1.35fr .65fr; gap: 3rem; align-items: end; margin-bottom: 2.5rem; }
.shop-now-head .section-title { font-size: clamp(2.3rem, 4.7vw, 4.5rem); }
.shop-now-head > p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.shop-products { display: grid; grid-template-columns: repeat(5, 1fr); gap: .85rem; }
.shop-product { position: relative; display: flex; min-width: 0; flex-direction: column; min-height: 355px; padding: 1rem 1rem 1.25rem; color: var(--ink); background: var(--paper); border: 1px solid var(--ink); text-decoration: none; transition: transform .22s ease, background .22s ease; }
.shop-product:nth-child(2n) { background: #eaf1dc; }
.shop-product:nth-child(3n) { background: #ffe29f; }
.shop-product:hover { transform: translateY(-8px) rotate(-1deg); background: var(--yellow); }
.shop-product-image { display: flex; align-items: center; justify-content: center; height: 235px; margin-bottom: .75rem; overflow: hidden; }
.shop-product-image img { width: 100%; height: 100%; object-fit: contain; }
.shop-product strong { font-size: 1rem; line-height: 1.15; }
.shop-product > span:last-child { margin-top: .4rem; color: var(--red); font-size: .76rem; font-weight: 900; text-transform: uppercase; }
.shop-product .price { color: var(--red) !important; font-size: .92rem; font-weight: 950; }

.why { background: var(--green); }
.why::selection { background: var(--yellow); color: var(--ink); }
.reason-number { color: var(--yellow); }
.reason h3 { color: #fff; }

.delivery { background: var(--yellow); }
.delivery-panel { padding-top: 1.4rem; background: var(--green); color: #fff; box-shadow: 18px 18px 0 var(--red); transform: rotate(-1deg); }
.delivery-photo { position: relative; display: flex; height: 220px; align-items: end; margin: -2.4rem -2rem 2.2rem; padding: 1rem; overflow: hidden; background: var(--orange); border: 2px solid var(--ink); }
.delivery-photo img { position: absolute; inset: .5rem 0 0; width: 100%; height: calc(100% - .5rem); object-fit: contain; }
.delivery-photo span { position: relative; z-index: 2; padding: .4rem .55rem; background: var(--ink); color: var(--yellow); font-size: .7rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.delivery-panel h3 { color: var(--yellow); }
.delivery-row { border-color: rgba(255,255,255,.2); }
.delivery-row strong { color: var(--yellow); }
.delivery-row p { color: rgba(255,255,255,.8); }

.wholesale { background: #fffdf8; }
.split { border: 0; gap: 1rem; }
.split-panel { background: var(--orange); border: 1px solid var(--ink); }
.split-panel + .split-panel { background: var(--paper); border: 1px solid var(--ink); }
.split-panel:first-child p { color: #302b25; }
.plain-list { border-color: var(--ink); }

.areas { background: var(--red); }
.areas::after { color: rgba(255,206,0,.13); }
.city-list { color: #fff7d8; }

.about { background: var(--paper); }
.year { color: var(--orange); -webkit-text-stroke-color: var(--ink); text-shadow: 10px 10px 0 var(--yellow); }
.about-copy h2 { color: var(--green); }

.faq { background: #ffe8ad; }
.contact { background: var(--green); }
.contact-form { background: var(--paper); }
.cookie-banner { background: var(--paper); border-color: var(--green); box-shadow: 10px 10px 0 var(--orange); }

@media (prefers-reduced-motion: reduce) {
  .brand-ticker div { animation: none; }
}

@media (max-width: 1020px) {
  .hero-inner { grid-template-columns: 1fr; padding-bottom: 0; }
  .hero::after { right: -16vw; top: auto; bottom: -11rem; width: 118vw; height: 57%; transform: skewY(-5deg); }
  .hero-image { min-height: 340px; }
  .hero-image img { width: min(760px, 96vw); transform: translateY(8%); }
  .hero-note { width: 310px; }
  .product-card { min-height: 525px; grid-template-columns: 1fr; grid-template-rows: 1fr auto; }
  .product-card:nth-child(even) .product-copy { order: 0; padding: 0 1.5rem 1.7rem; }
  .product-card:nth-child(even) .product-image,
  .product-image { min-height: 300px; height: 320px; padding: 1.25rem 1rem 0; }
  .product-copy { padding: 0 1.5rem 1.7rem; }
  .shop-products { grid-template-columns: repeat(3, 1fr); }
  .delivery-photo { margin: -2.4rem -2rem 2.2rem; }
}

@media (max-width: 700px) {
  .hero { min-height: 760px; }
  .hero h1 { font-size: clamp(3.3rem, 16vw, 5.3rem); }
  .hero h1 span { text-shadow: 4px 4px 0 var(--yellow); }
  .hero-image { min-height: 260px; }
  .hero-products { font-size: .68rem; }
  .brand-ticker div { font-size: 1rem; }
  .quick-item, .quick-item:first-child { border-color: rgba(255,255,255,.18); }
  .product-card { grid-column: span 12; min-height: 0; }
  .product-card:nth-child(even) .product-image,
  .product-image { height: 270px; min-height: 270px; }
  .shop-now-head { grid-template-columns: 1fr; gap: 1rem; }
  .shop-products { grid-template-columns: 1fr 1fr; }
  .shop-product { min-height: 300px; }
  .shop-product-image { height: 195px; }
  .delivery-photo { height: 190px; margin: -2rem -1.2rem 2rem; }
}

@media (max-width: 460px) {
  .shop-products { grid-template-columns: 1fr; }
  .shop-product { min-height: 0; }
  .shop-product-image { height: 245px; }
}

/* Kierunek wizualny v3: nowoczesny industrial, jeden akcent */
:root {
  --ink: #111310;
  --ink-soft: #1a1d19;
  --paper: #f1f1ec;
  --white: #ffffff;
  --yellow: #d9f317;
  --red: #d9f317;
  --orange: #d9f317;
  --green: #111310;
  --muted: #6f736b;
  --line: rgba(17,19,16,.16);
}

body { background: var(--paper); color: var(--ink); }
::selection { background: var(--yellow); color: var(--ink); }
:focus-visible { outline-color: var(--yellow); }
.section { padding: clamp(5rem, 9vw, 9rem) 0; }
.eyebrow { color: inherit; font-size: .7rem; letter-spacing: .2em; }
.section-title { font-size: clamp(2.75rem, 5.8vw, 6.3rem); line-height: .88; letter-spacing: -.065em; }

.site-header { background: rgba(17,19,16,.91); border-bottom: 1px solid rgba(217,243,23,.45); backdrop-filter: blur(18px); transition: background .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled { background: rgba(17,19,16,.98); box-shadow: 0 10px 35px rgba(0,0,0,.2); }
.header-inner { min-height: 78px; transition: min-height .3s ease; }
.site-header.is-scrolled .header-inner { min-height: 66px; }
.brand img, .custom-logo-link img { width: 142px; height: auto; transition: width .3s ease; }
.site-header.is-scrolled .brand img, .site-header.is-scrolled .custom-logo-link img { width: 124px; height: auto; }
.desktop-nav a { color: rgba(255,255,255,.72); font-size: .72rem; letter-spacing: .11em; }
.desktop-nav a:hover { color: var(--yellow); }
.desktop-nav .shop-link { position: relative; padding: .85rem 1.1rem; background: var(--yellow); color: var(--ink); overflow: hidden; }
.desktop-nav .shop-link:hover { background: var(--white); color: var(--ink); }

.hero { min-height: min(880px, calc(100svh - 78px)); background: var(--ink); color: var(--white); isolation: isolate; }
.hero::before { inset: -4%; width: auto; height: auto; background: none; opacity: .82; transform: scale(1.035); mask-image: none; }
.hero::after { inset: 0; width: auto; height: auto; background: linear-gradient(90deg, rgba(10,12,10,.94) 0%, rgba(10,12,10,.84) 38%, rgba(10,12,10,.3) 72%, rgba(10,12,10,.46) 100%), linear-gradient(0deg, rgba(10,12,10,.72), transparent 48%); transform: none; }
.hero-inner { grid-template-columns: minmax(0, 1fr); align-items: center; padding-top: clamp(6rem, 12vh, 10rem); padding-bottom: clamp(7rem, 14vh, 11rem); }
.hero-copy { max-width: 910px; }
.hero .eyebrow { color: var(--yellow); }
.hero h1 { max-width: 1100px; color: var(--white); font-size: clamp(4.5rem, 10.5vw, 10.8rem); line-height: .73; letter-spacing: -.075em; }
.hero h1 span { display: inline-block; color: var(--white); text-shadow: none; }
.hero h1 span::after { content: ""; display: block; width: 31%; height: clamp(8px, 1vw, 15px); margin-top: .14em; background: var(--yellow); transform-origin: left; animation: ivax-line 1.1s .25s cubic-bezier(.2,.85,.2,1) both; }
@keyframes ivax-line { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.hero-lead { max-width: 650px; margin: 2.2rem 0 1.35rem; color: rgba(255,255,255,.78); font-size: clamp(1.06rem, 1.6vw, 1.35rem); }
.hero-products { display: inline-block; margin: 0 0 1.7rem; padding: .5rem 0; background: transparent; color: var(--yellow); border-top: 1px solid rgba(217,243,23,.55); border-bottom: 1px solid rgba(217,243,23,.55); font-size: .7rem; letter-spacing: .15em; }
.hero-actions { gap: .65rem; }
.hero-actions .button { min-height: 58px; padding-inline: 1.5rem; }
.hero-actions .button-red { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.hero-actions .button-red:hover { background: var(--white); border-color: var(--white); color: var(--ink); }
.hero-actions .button-yellow { background: rgba(17,19,16,.35); border-color: rgba(255,255,255,.7); color: var(--white); backdrop-filter: blur(10px); }
.hero-actions .button-yellow:hover { background: var(--white); border-color: var(--white); color: var(--ink); }
.hero-image { display: none; }
.hero-note { right: 0; bottom: 2.2rem; width: 310px; padding: 1rem 0 1rem 1.2rem; background: transparent; color: rgba(255,255,255,.7); border: 0; border-left: 2px solid var(--yellow); box-shadow: none; }
.hero-note strong { color: var(--white); font-size: 1.05rem; }

.brand-ticker { padding: .68rem 0; background: var(--yellow); color: var(--ink); border: 0; }
.brand-ticker div { font-size: clamp(.8rem, 1.4vw, 1rem); letter-spacing: .16em; animation-duration: 32s; }
.quick-bar { background: var(--paper); color: var(--ink); border-bottom: 1px solid var(--line); }
.quick-item { min-height: 114px; border-color: var(--line); }
.quick-item:first-child { border-color: var(--line); }
.quick-item strong { color: var(--ink); font-size: .95rem; letter-spacing: .03em; }
.quick-item span { color: var(--muted); font-size: .8rem; }

.shop-now { background: var(--ink); color: var(--white); border: 0; }
.shop-now .eyebrow { color: var(--yellow); }
.shop-now-head { align-items: end; margin-bottom: 3rem; }
.shop-now-head .section-title { max-width: 920px; color: var(--white); font-size: clamp(2.8rem, 5.5vw, 5.7rem); }
.shop-now-head > p { max-width: 400px; color: rgba(255,255,255,.6); }
.shop-products { gap: 1px; background: rgba(255,255,255,.16); }
.shop-product, .shop-product:nth-child(2n), .shop-product:nth-child(3n) { min-height: 370px; padding: 1rem 1rem 1.35rem; background: #20231e; color: var(--white); border: 0; transition: background .32s ease, transform .32s ease; }
.shop-product:hover { z-index: 2; background: #2a2e27; transform: translateY(-10px); }
.shop-product::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: var(--yellow); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.shop-product:hover::after { transform: scaleX(1); }
.shop-product-image { height: 245px; background: #f3f3ee; }
.shop-product-image img { transition: transform .45s cubic-bezier(.2,.75,.2,1); }
.shop-product:hover .shop-product-image img { transform: scale(1.06); }
.shop-product strong { font-size: .98rem; }
.shop-product > span:last-child, .shop-product .price { color: var(--yellow) !important; }

.offer { background: var(--paper); }
.offer-head { margin-bottom: 3.5rem; }
.offer-head .eyebrow { color: var(--muted); }
.products { gap: 1px; background: rgba(17,19,16,.16); border: 0; }
.product-card, .product-card:nth-child(2), .product-card:nth-child(3), .product-card:nth-child(4), .product-card:nth-child(even) { grid-column: span 3; display: flex; min-height: 570px; flex-direction: column; background: #e7e8e2; color: var(--ink); border: 0; box-shadow: none; transition: background .38s ease, color .38s ease, transform .38s cubic-bezier(.2,.75,.2,1); }
.product-card:hover { z-index: 2; background: var(--ink); color: var(--white); transform: translateY(-10px); }
.product-image, .product-card:nth-child(even) .product-image { height: 340px; min-height: 340px; padding: 2.2rem 1rem .4rem; order: 0; }
.product-card:nth-child(even) .product-copy, .product-copy { padding: 1.5rem 1.4rem 1.7rem; order: 1; }
.product-image img { filter: drop-shadow(0 18px 20px rgba(17,19,16,.14)); }
.product-card h3 { font-size: clamp(1.85rem, 2.5vw, 2.65rem); }
.product-card p, .product-card:nth-child(2) p { color: var(--muted); transition: color .38s ease; }
.product-card:hover p { color: rgba(255,255,255,.65); }
.product-index, .product-card:nth-child(2) .product-index { color: #64685f; }
.product-card:hover .product-index { color: var(--yellow); }
.product-action, .product-card:nth-child(2) .product-action { border-color: var(--yellow); }

.why { position: relative; background: var(--ink); overflow: hidden; }
.why::before { content: ""; position: absolute; inset: 0 0 0 54%; background: linear-gradient(90deg, var(--ink), transparent 35%), linear-gradient(rgba(17,19,16,.35), rgba(17,19,16,.68)), url("../images/pellet-texture.webp") center/cover; opacity: .62; }
.why-grid { position: relative; z-index: 2; grid-template-columns: .82fr 1.18fr; }
.why .eyebrow, .reason-number { color: var(--yellow); }
.reason { backdrop-filter: blur(5px); }

.delivery { background: #dedfd7; }
.delivery-copy .eyebrow { color: #555a51; }
.delivery-panel { padding-top: 1.4rem; background: var(--ink); color: var(--white); border: 0; border-bottom: 6px solid var(--yellow); box-shadow: none; transform: none; }
.delivery-photo { height: 230px; margin: -2.5rem -2.1rem 2.2rem; background: #c9cbc2; border: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.delivery-photo img { filter: grayscale(1) contrast(1.06); }
.delivery-photo span { background: var(--yellow); color: var(--ink); }
.delivery-panel h3 { color: var(--white); }
.delivery-row { border-color: rgba(255,255,255,.15); }
.delivery-row strong { color: var(--yellow); }
.delivery-row p { color: rgba(255,255,255,.68); }

.wholesale { background: var(--paper); border-top: 1px solid var(--line); }
.split { gap: 1px; background: var(--line); border: 0; }
.split-panel, .split-panel + .split-panel { min-height: 430px; background: #e7e8e2; border: 0; }
.split-panel + .split-panel { background: var(--white); }
.split-panel:first-child p { color: var(--muted); }

.areas { background: var(--ink); }
.areas::after { color: rgba(217,243,23,.045); }
.areas .eyebrow { color: var(--yellow); }
.city-list { color: rgba(255,255,255,.72); }
.about { background: var(--paper); }
.year { color: transparent; -webkit-text-stroke: 2px var(--ink); text-shadow: 9px 9px 0 var(--yellow); }
.about-copy h2 { color: var(--ink); }
.faq { background: #e7e8e2; }
.contact { background: var(--ink); }
.contact .eyebrow, .contact-data span { color: var(--yellow); }
.contact-form { background: var(--paper); }
.consent input, .cookie-option input { accent-color: var(--yellow); }
.contact-form .button-red { background: var(--yellow); border-color: var(--yellow); color: var(--ink); }
.contact-form .button-red:hover { background: var(--ink); border-color: var(--ink); color: var(--white); }

.site-footer { border-top: 1px solid rgba(217,243,23,.25); }
.cookie-banner { background: var(--paper); border: 0; border-top: 5px solid var(--yellow); box-shadow: 0 22px 70px rgba(0,0,0,.3); }
.cookie-actions .accept { background: var(--yellow); color: var(--ink); }
.privacy-hero { background: var(--ink); color: var(--white); border-bottom: 8px solid var(--yellow); }

.mobile-order-bar { display: none; }

.reveal-ready [data-reveal] { opacity: 0; transform: translateY(34px); transition: opacity .85s cubic-bezier(.2,.75,.2,1), transform .85s cubic-bezier(.2,.75,.2,1); }
.reveal-ready [data-reveal].visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .hero::after { inset: 0; width: auto; height: auto; background: linear-gradient(90deg, rgba(10,12,10,.94), rgba(10,12,10,.68)), linear-gradient(0deg, rgba(10,12,10,.75), transparent 55%); transform: none; }
  .hero-inner { padding-bottom: 8rem; }
  .hero-note { display: block; right: 1rem; bottom: 2rem; width: 290px; }
  .product-card, .product-card:nth-child(2), .product-card:nth-child(3), .product-card:nth-child(4), .product-card:nth-child(even) { grid-column: span 6; min-height: 520px; display: flex; }
  .product-image, .product-card:nth-child(even) .product-image { height: 315px; min-height: 315px; padding: 1.4rem 1rem 0; }
  .product-card:nth-child(even) .product-copy, .product-copy { padding: 1.4rem; }
  .shop-products { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 700px) {
  body { padding-bottom: 74px; }
  .section { padding: 4.75rem 0; }
  .header-inner { min-height: 66px; }
  .brand img, .custom-logo-link img { width: 118px; height: auto; }
  .js .mobile-nav { inset: 66px 0 74px; background: rgba(17,19,16,.985); }
  .mobile-nav .shop-link { background: var(--yellow); color: var(--ink); }
  .hero { min-height: calc(100svh - 66px); }
  .hero::before { inset: -2%; background-position: 61% calc(50% + var(--hero-shift, 0px)); }
  .hero::after { background: linear-gradient(90deg, rgba(10,12,10,.94), rgba(10,12,10,.58)), linear-gradient(0deg, rgba(10,12,10,.86), transparent 58%); }
  .hero-inner { display: flex; min-height: inherit; justify-content: center; padding-top: 4.7rem; padding-bottom: 6.8rem; }
  .hero h1 { font-size: clamp(3.15rem, 13.6vw, 4.4rem); line-height: .76; }
  .hero-lead { margin-top: 1.8rem; font-size: 1rem; }
  .hero-products { max-width: 290px; line-height: 1.7; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-note { display: none; }
  .brand-ticker div { font-size: .72rem; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-item, .quick-item:first-child { min-height: 82px; padding: .9rem 0; border: 0; border-bottom: 1px solid var(--line); }
  .shop-now-head { grid-template-columns: 1fr; gap: 1.2rem; }
  .shop-now-head::after { content: "Przesuń, aby zobaczyć więcej"; color: var(--yellow); font-size: .66rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
  .shop-products { display: flex; margin-right: calc((100vw - 100%) / -2); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; background: transparent; gap: .65rem; padding-right: 1rem; }
  .shop-products::-webkit-scrollbar { display: none; }
  .shop-product, .shop-product:nth-child(2n), .shop-product:nth-child(3n) { flex: 0 0 78vw; min-height: 360px; scroll-snap-align: start; }
  .shop-product-image { height: 245px; }
  .offer-head { margin-bottom: 2.2rem; }
  .product-card, .product-card:nth-child(2), .product-card:nth-child(3), .product-card:nth-child(4), .product-card:nth-child(even) { grid-column: span 12; min-height: 0; }
  .product-image, .product-card:nth-child(even) .product-image { height: 290px; min-height: 290px; }
  .why::before { inset: 42% 0 0 0; opacity: .2; }
  .delivery-photo { margin: -2rem -1.2rem 2rem; }
  .year { font-size: 7.5rem; text-shadow: 6px 6px 0 var(--yellow); }
  .mobile-order-bar { position: fixed; inset: auto 0 0; z-index: 450; display: grid; grid-template-columns: 1fr 1fr; height: 74px; background: var(--ink); border-top: 1px solid rgba(255,255,255,.16); box-shadow: 0 -12px 30px rgba(0,0,0,.25); }
  .mobile-order-bar a { display: flex; flex-direction: column; justify-content: center; padding: .65rem 1rem; color: var(--white); text-decoration: none; }
  .mobile-order-bar a:first-child { background: var(--yellow); color: var(--ink); }
  .mobile-order-bar strong { font-size: .93rem; line-height: 1.1; text-transform: uppercase; }
  .mobile-order-bar span { margin-top: .2rem; font-size: .67rem; opacity: .7; }
  .cookie-banner { bottom: 84px; max-height: calc(100svh - 100px); overflow-y: auto; }
}

@media (max-width: 430px) {
  .hero h1 { font-size: clamp(3rem, 13.6vw, 3.65rem); }
  .shop-product, .shop-product:nth-child(2n), .shop-product:nth-child(3n) { flex-basis: 84vw; }
}

/* Efekty v4: pellet + ekogroszek, głębia i ruch */
.scroll-progress { position: fixed; inset: 0 auto auto 0; z-index: 1000; width: 100%; height: 3px; background: var(--yellow); transform: scaleX(var(--scroll-progress, 0)); transform-origin: left center; pointer-events: none; will-change: transform; }

.hero::before { content: ""; position: absolute; inset: 0; z-index: 2; width: auto; height: auto; background: radial-gradient(circle 260px at var(--cursor-x, 72%) var(--cursor-y, 38%), rgba(217,243,23,.22), rgba(217,243,23,.05) 34%, transparent 72%); opacity: 1; transform: none; mask-image: none; mix-blend-mode: screen; pointer-events: none; }
.hero::after { z-index: 1; background: linear-gradient(90deg, rgba(8,10,8,.96) 0%, rgba(8,10,8,.86) 35%, rgba(8,10,8,.42) 67%, rgba(8,10,8,.62) 100%), linear-gradient(0deg, rgba(8,10,8,.78), transparent 50%); }
.hero-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: #0c0e0b; }
.hero-media::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(12,14,11,.32), transparent 46%, rgba(12,14,11,.08)), repeating-linear-gradient(90deg, transparent 0 11.9%, rgba(255,255,255,.035) 12%); pointer-events: none; }
.hero-fuel { position: absolute; inset-block: -7%; margin: 0; overflow: hidden; }
.hero-fuel img { width: 100%; height: 100%; object-fit: cover; will-change: transform; transition: filter .6s ease; }
.hero-fuel-pellet { left: -3%; width: 66%; clip-path: polygon(0 0, 100% 0, 79% 100%, 0 100%); }
.hero-fuel-pellet img { transform: translate3d(var(--fuel-x-a, 0px), var(--fuel-y, 0px), 0) scale(1.13); filter: saturate(.68) contrast(1.08) brightness(.62); }
.hero-fuel-groszek { right: -2%; width: 60%; clip-path: polygon(23% 0, 100% 0, 100% 100%, 0 100%); }
.hero-fuel-groszek img { transform: translate3d(var(--fuel-x-b, 0px), var(--fuel-y-b, 0px), 0) scale(1.15); filter: saturate(.18) contrast(1.28) brightness(.54); }
.hero-beam { position: absolute; top: -25%; bottom: -25%; left: 58%; z-index: 3; width: 4px; background: linear-gradient(180deg, transparent, rgba(217,243,23,.9) 30%, rgba(217,243,23,.25) 72%, transparent); box-shadow: 0 0 34px rgba(217,243,23,.48); transform: rotate(7deg); animation: ivax-beam 5.5s ease-in-out infinite; }
@keyframes ivax-beam { 0%, 100% { opacity: .35; transform: translateX(-22px) rotate(7deg); } 50% { opacity: 1; transform: translateX(24px) rotate(7deg); } }
.hero-inner { z-index: 3; }
.hero-fuel-labels { position: absolute; right: 0; top: clamp(3rem, 9vh, 7rem); display: grid; gap: .55rem; width: 205px; }
.hero-fuel-labels span { display: grid; grid-template-columns: 28px 1fr; gap: .65rem; align-items: center; padding: .65rem .8rem; color: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.24); background: rgba(10,12,10,.34); backdrop-filter: blur(12px); font-size: .68rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hero-fuel-labels b { color: var(--yellow); font-size: .62rem; }

.hero-copy.visible .eyebrow { animation: hero-in .65s .05s both; }
.hero-copy.visible h1 { animation: hero-in .85s .12s both; }
.hero-copy.visible .hero-lead { animation: hero-in .85s .25s both; }
.hero-copy.visible .hero-products { animation: hero-in .85s .34s both; }
.hero-copy.visible .hero-actions { animation: hero-in .85s .43s both; }
@keyframes hero-in { from { opacity: 0; transform: translateY(28px); filter: blur(7px); } to { opacity: 1; transform: none; filter: blur(0); } }

.button { position: relative; isolation: isolate; overflow: hidden; }
.button::before { content: ""; position: absolute; inset: -2px; z-index: -1; background: linear-gradient(110deg, transparent 22%, rgba(255,255,255,.45) 45%, transparent 68%); transform: translateX(-130%); transition: transform .65s cubic-bezier(.2,.75,.2,1); }
.button:hover::before { transform: translateX(130%); }

.shop-now { position: relative; overflow: hidden; }
.shop-now::before { content: "OPAŁ ONLINE"; position: absolute; right: -2vw; top: -1.5rem; color: rgba(255,255,255,.025); font-size: clamp(8rem, 19vw, 20rem); font-weight: 950; line-height: .78; letter-spacing: -.08em; white-space: nowrap; pointer-events: none; }
.shop-now > .wrap { position: relative; z-index: 2; }
.offer { position: relative; overflow: hidden; }
.offer::after { content: "IVAX"; position: absolute; right: -2rem; bottom: -2rem; color: rgba(17,19,16,.035); font-size: clamp(10rem, 26vw, 27rem); font-weight: 950; line-height: .7; letter-spacing: -.09em; pointer-events: none; }
.offer > .wrap { position: relative; z-index: 2; }

.reveal-ready .products[data-reveal] .product-card,
.reveal-ready .shop-products[data-reveal] .shop-product { opacity: 0; transform: translateY(42px); }
.reveal-ready .products.visible .product-card,
.reveal-ready .shop-products.visible .shop-product { opacity: 1; transform: none; transition: opacity .7s ease, transform .75s cubic-bezier(.2,.75,.2,1), background .35s ease, color .35s ease; }
.reveal-ready .products.visible .product-card:nth-child(2), .reveal-ready .shop-products.visible .shop-product:nth-child(2) { transition-delay: .07s; }
.reveal-ready .products.visible .product-card:nth-child(3), .reveal-ready .shop-products.visible .shop-product:nth-child(3) { transition-delay: .14s; }
.reveal-ready .products.visible .product-card:nth-child(4), .reveal-ready .shop-products.visible .shop-product:nth-child(4) { transition-delay: .21s; }
.reveal-ready .shop-products.visible .shop-product:nth-child(5) { transition-delay: .28s; }

@media (hover: hover) and (pointer: fine) {
  .product-card:hover { transform: perspective(1000px) translateY(-10px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg)); }
  .shop-product:hover { transform: perspective(900px) translateY(-10px) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg)); }
  .hero:hover .hero-fuel img { filter: saturate(.76) contrast(1.14) brightness(.68); }
  .hero:hover .hero-fuel-groszek img { filter: saturate(.2) contrast(1.34) brightness(.59); }
}

@media (max-width: 1020px) {
  .hero::after { z-index: 1; background: linear-gradient(90deg, rgba(8,10,8,.96), rgba(8,10,8,.59)), linear-gradient(0deg, rgba(8,10,8,.82), transparent 58%); }
  .hero-fuel-labels { right: 1rem; top: 2.5rem; }
}

@media (max-width: 700px) {
  .scroll-progress { height: 2px; }
  .hero-fuel-pellet { left: -28%; width: 108%; clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%); }
  .hero-fuel-groszek { right: -25%; width: 92%; clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 100%); }
  .hero-fuel-pellet img { object-position: 45% center; filter: saturate(.62) contrast(1.08) brightness(.52); }
  .hero-fuel-groszek img { object-position: 56% center; filter: saturate(.12) contrast(1.3) brightness(.44); }
  .hero::after { background: linear-gradient(90deg, rgba(8,10,8,.91), rgba(8,10,8,.5)), linear-gradient(0deg, rgba(8,10,8,.9), transparent 55%); }
  .hero::before { background: radial-gradient(circle 180px at var(--cursor-x, 72%) var(--cursor-y, 38%), rgba(217,243,23,.16), transparent 72%); }
  .hero-beam { left: 66%; }
  .hero-fuel-labels { top: auto; right: auto; left: .65rem; bottom: 1.1rem; width: calc(100% - 1.3rem); grid-template-columns: 1fr 1fr; gap: .4rem; }
  .hero-fuel-labels span { grid-template-columns: 22px 1fr; padding: .55rem .65rem; font-size: .6rem; }
  .shop-now::before { top: 1rem; font-size: 8rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-beam, .hero-copy.visible > * { animation: none !important; }
  .hero-fuel img, .product-card, .shop-product { transform: none !important; }
}

/* Interakcje v5: nowoczesne menu, kompaktowy mobile i warstwowe przewijanie */
.site-header { overflow: visible; }
.site-header::after { content: ""; position: absolute; inset: auto 0 -1px; height: 1px; background: linear-gradient(90deg, transparent, rgba(217,243,23,.75), transparent); transform: scaleX(.28); transition: transform .4s ease; }
.site-header.is-scrolled::after { transform: scaleX(1); }
.desktop-nav { gap: clamp(.5rem, 1.2vw, 1.15rem); }
.desktop-nav a { position: relative; }
.desktop-nav > a:not(.shop-link):not(.phone-link)::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.45rem; height: 2px; background: var(--yellow); transform: scaleX(0); transform-origin: right; transition: transform .28s ease; }
.desktop-nav > a:not(.shop-link):not(.phone-link):hover::after,
.desktop-nav > a.is-active::after { transform: scaleX(1); transform-origin: left; }
.desktop-nav .phone-link { padding: .75rem .9rem; color: var(--white); border: 1px solid rgba(255,255,255,.45); }
.desktop-nav .phone-link:hover { color: var(--ink); background: var(--white); border-color: var(--white); }
.desktop-nav .shop-link { min-width: 82px; text-align: center; }
.mobile-menu-panel, .mobile-menu-actions { display: none; }

.hero-fuel-labels { width: min(430px, 38vw); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hero-fuel-labels span { min-width: 0; white-space: normal; }

.reveal-ready [data-reveal] { filter: blur(5px); transform: translateY(42px) scale(.992); }
.reveal-ready [data-reveal].visible { filter: blur(0); transform: none; }
.section { --section-drift: 0px; }
.section-title { transform: translateY(calc(var(--section-drift) * -.06)); }
.delivery-photo img, .why::before, .areas::after { transform: translateY(calc(var(--section-drift) * .05)); will-change: transform; }

@media (max-width: 1180px) {
  .desktop-nav a { font-size: .65rem; }
  .desktop-nav .phone-link { display: none; }
}

@media (max-width: 1020px) {
  .mobile-nav { gap: 0; }
  .mobile-nav > a { padding: .8rem .4rem; font-size: .92rem; line-height: 1.15; letter-spacing: .08em; }
  .mobile-menu-panel { display: grid; grid-template-columns: 88px 1fr; gap: 1rem; align-items: center; margin: 1rem 0 .8rem; padding: .8rem; color: var(--white); background: #20231e; border-left: 3px solid var(--yellow); }
  .mobile-menu-panel img { width: 88px; height: 76px; object-fit: contain; background: #f3f3ee; }
  .mobile-menu-panel p { margin: 0; }
  .mobile-menu-panel strong, .mobile-menu-panel span { display: block; }
  .mobile-menu-panel strong { margin-bottom: .25rem; font-size: .88rem; line-height: 1.15; text-transform: uppercase; }
  .mobile-menu-panel span { color: rgba(255,255,255,.62); font-size: .72rem; line-height: 1.45; }
  .mobile-menu-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; }
  .mobile-menu-actions a,
  .mobile-menu-actions .shop-link { display: flex; align-items: center; justify-content: center; min-height: 48px; margin: 0; padding: .65rem .55rem; border: 1px solid rgba(255,255,255,.45); color: var(--white); background: transparent; font-size: .7rem; font-weight: 900; letter-spacing: .06em; line-height: 1.15; text-align: center; text-decoration: none; text-transform: uppercase; }
  .mobile-menu-actions .shop-link { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
  .hero-fuel-labels { width: min(410px, calc(100% - 2rem)); grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .js .mobile-nav { padding: .75rem .75rem 5.5rem; }
  .mobile-nav > a { padding: .64rem .35rem; font-size: .78rem; }
  .mobile-menu-panel { grid-template-columns: 74px 1fr; margin-top: .7rem; padding: .65rem; }
  .mobile-menu-panel img { width: 74px; height: 64px; }
  .mobile-menu-panel strong { font-size: .78rem; }
  .mobile-menu-panel span { font-size: .65rem; }
  .hero-inner { padding-bottom: 10.5rem; }
  .hero-fuel-labels { width: calc(100% - 1.3rem); grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-fuel-labels span { min-height: 34px; padding: .42rem .5rem; font-size: .52rem; letter-spacing: .1em; }
  .hero-fuel-labels b { font-size: .5rem; }
  .section-title { transform: none; }
  .delivery-photo img, .why::before, .areas::after { transform: none; }
}
/* Optymalizacja i warstwa wizualna v6 */
.site-header { z-index: 900; background: rgba(17,19,16,.985); backdrop-filter: none !important; }
.hero::before { mix-blend-mode: normal; }
.hero-fuel img { transition: transform .25s ease; }
.hero-fuel-pellet img { filter: none; opacity: .72; }
.hero-fuel-groszek img { filter: none; opacity: .68; }
.hero-fuel-labels span { background: rgba(10,12,10,.86); backdrop-filter: none !important; }
.reason { backdrop-filter: none; }
.hero:hover .hero-fuel img,
.hero:hover .hero-fuel-groszek img { filter: none; }
.section-title,
.delivery-photo img,
.why::before,
.areas::after { transform: none; will-change: auto; }

.fuel-focus { position: relative; min-height: 850px; overflow: hidden; color: var(--white); background: #0b0d0b; border-top: 1px solid rgba(217,243,23,.24); border-bottom: 1px solid rgba(217,243,23,.24); isolation: isolate; }
.fuel-focus::before { content: "DOBRY OPAŁ"; position: absolute; left: -1.5vw; bottom: -2vw; z-index: -1; color: rgba(217,243,23,.045); font-size: clamp(8rem, 22vw, 22rem); font-weight: 950; line-height: .72; letter-spacing: -.08em; white-space: nowrap; }
.fuel-focus::after { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, #0b0d0b 0%, rgba(11,13,11,.94) 38%, rgba(11,13,11,.28) 67%, #0b0d0b 100%), repeating-linear-gradient(90deg, transparent 0 9.9%, rgba(255,255,255,.035) 10%); }
.fuel-focus-art { position: absolute; inset: 2% 7% -12% auto; z-index: -1; width: min(55vw, 760px); margin: 0; opacity: .72; }
.fuel-focus-art img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 35px 50px rgba(0,0,0,.38)); }
.fuel-focus-grid { display: grid; grid-template-columns: minmax(0,.82fr) minmax(440px,1.18fr); gap: clamp(3rem,7vw,8rem); align-items: center; }
.fuel-focus-copy { position: relative; z-index: 2; }
.fuel-focus .eyebrow { color: var(--yellow); }
.fuel-focus .section-title { max-width: 660px; color: var(--white); }
.fuel-focus-copy > p:not(.eyebrow) { max-width: 610px; margin: 1.8rem 0 2rem; color: rgba(255,255,255,.68); font-size: clamp(1rem,1.4vw,1.2rem); }
.fuel-focus-actions { display: flex; flex-wrap: wrap; gap: .65rem; }
.fuel-focus-actions .button-yellow { color: var(--white); background: rgba(11,13,11,.7); border-color: rgba(255,255,255,.58); }
.fuel-focus-list { position: relative; z-index: 3; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.18); box-shadow: 0 30px 70px rgba(0,0,0,.26); }
.fuel-focus-list article { min-height: 245px; padding: clamp(1.3rem,2.5vw,2rem); background: rgba(20,23,19,.94); border-bottom: 3px solid transparent; transition: background .28s ease, border-color .28s ease, transform .28s ease; }
.fuel-focus-list article:hover { z-index: 2; background: #252a22; border-color: var(--yellow); transform: translateY(-5px); }
.fuel-focus-list article > span { display: block; margin-bottom: .8rem; color: var(--yellow); font-size: .66rem; font-weight: 900; letter-spacing: .15em; }
.fuel-focus-list h3 { margin: 0 0 .65rem; color: var(--white); font-size: clamp(1.2rem,1.8vw,1.65rem); line-height: 1.05; }
.fuel-focus-list p { margin: 0; color: rgba(255,255,255,.62); font-size: .88rem; line-height: 1.55; }

.reveal-ready [data-reveal] { opacity: 0; filter: none !important; transition: opacity .68s ease, transform .78s cubic-bezier(.2,.75,.2,1); }
.reveal-ready [data-reveal="left"] { transform: translate3d(-52px,0,0); }
.reveal-ready [data-reveal="right"] { transform: translate3d(52px,0,0); }
.reveal-ready [data-reveal="rise"],
.reveal-ready [data-reveal]:not([data-reveal="left"]):not([data-reveal="right"]) { transform: translate3d(0,42px,0); }
.reveal-ready [data-reveal].visible { opacity: 1; transform: none; }
.reveal-ready .fuel-focus-list article:nth-child(2).visible { transition-delay: .07s; }
.reveal-ready .fuel-focus-list article:nth-child(3).visible { transition-delay: .14s; }
.reveal-ready .fuel-focus-list article:nth-child(4).visible { transition-delay: .21s; }

@media (max-width: 1020px) {
  .fuel-focus { min-height: 0; }
  .fuel-focus-grid { grid-template-columns: 1fr; }
  .fuel-focus-copy { max-width: 720px; }
  .fuel-focus-art { inset: 8% -12% auto auto; width: 78vw; opacity: .24; }
  .js .mobile-nav { position: fixed; top: var(--mobile-menu-top,78px); right: 0; bottom: 0; left: 0; z-index: 999; width: 100%; height: calc(100dvh - var(--mobile-menu-top,78px)); max-height: none; margin: 0; padding: 1rem 1rem calc(1.25rem + env(safe-area-inset-bottom)); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; background: #111310; visibility: hidden; pointer-events: none; transform: translate3d(100%,0,0); }
  .js .mobile-nav.is-open { visibility: visible; pointer-events: auto; transform: translate3d(0,0,0); }
  body.menu-open .mobile-order-bar { pointer-events: none; transform: translateY(110%); }
  body.menu-open .cookie-banner { visibility: hidden; }
}

@media (max-width: 700px) {
  .fuel-focus { padding-top: 5.5rem; }
  .fuel-focus::before { bottom: 2rem; font-size: 8rem; }
  .fuel-focus-art { inset: 1rem -38% auto auto; width: 145vw; opacity: .18; }
  .fuel-focus-grid { gap: 2.4rem; }
  .fuel-focus .section-title { font-size: clamp(2.6rem,12vw,4.5rem); }
  .fuel-focus-actions { display: grid; }
  .fuel-focus-actions .button { width: 100%; }
  .fuel-focus-list { grid-template-columns: 1fr; }
  .fuel-focus-list article { min-height: 0; padding: 1.25rem; }
  .reveal-ready [data-reveal="left"],
  .reveal-ready [data-reveal="right"],
  .reveal-ready [data-reveal="rise"],
  .reveal-ready [data-reveal]:not([data-reveal="left"]):not([data-reveal="right"]) { transform: translate3d(0,28px,0); }
  .js .mobile-nav { top: var(--mobile-menu-top,66px); padding: .75rem .75rem calc(1rem + env(safe-area-inset-bottom)); }
  .mobile-menu-panel { margin-bottom: .65rem; }
  .mobile-menu-actions { position: sticky; bottom: 0; padding: .55rem 0 calc(.2rem + env(safe-area-inset-bottom)); background: #111310; }
  .mobile-order-bar { transition: transform .28s ease; }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-ready [data-reveal] { opacity: 1; transform: none; }
}

/* Wydajność, producent i interaktywne menu v7 */
html { scroll-behavior: auto; }
.header-trigger { position: absolute; top: 24px; left: 0; width: 1px; height: 1px; pointer-events: none; }
.scroll-progress { display: none !important; }
.hero-fuel img { transform: scale(1.035) !important; filter: none !important; will-change: auto !important; transition: none !important; }
.product-image img,
.delivery-photo img,
.fuel-focus-art img { filter: none !important; }
.hero-beam { animation: none !important; opacity: .72; box-shadow: none; }
.brand-ticker div { animation: none !important; }
.hero-copy.visible .eyebrow,
.hero-copy.visible h1,
.hero-copy.visible .hero-lead,
.hero-copy.visible .hero-products,
.hero-copy.visible .hero-actions { filter: none !important; }
@keyframes hero-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

.desktop-nav > a { transition: color .2s ease, transform .2s ease, background .2s ease, box-shadow .2s ease; }
.desktop-nav > a:hover,
.desktop-nav > a:focus-visible { transform: translateY(-2px); }
.desktop-nav .shop-link { box-shadow: 0 0 0 0 rgba(217,243,23,0); }
.desktop-nav .shop-link:hover,
.desktop-nav .shop-link:focus-visible { box-shadow: 0 8px 24px rgba(217,243,23,.2); }
.menu-toggle { transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.menu-toggle:hover,
.menu-toggle:focus-visible { color: var(--ink); background: var(--yellow); border-color: var(--yellow); transform: translateY(-2px); }

.producer-band { position: relative; overflow: hidden; color: var(--ink); background: var(--yellow); border-block: 1px solid var(--ink); }
.producer-band::before { content: "NATURA"; position: absolute; right: -2vw; bottom: -3vw; color: rgba(17,19,16,.07); font-size: clamp(9rem,24vw,25rem); font-weight: 950; line-height: .72; letter-spacing: -.09em; pointer-events: none; }
.producer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); gap: clamp(2rem,7vw,7rem); align-items: center; }
.producer-product { position: relative; margin: 0; min-height: 430px; display: grid; place-items: center; background: var(--ink); overflow: hidden; }
.producer-product::after { content: "PRODUCENT"; position: absolute; right: -1rem; bottom: .5rem; color: rgba(255,255,255,.08); font-size: clamp(2.6rem,6vw,5.8rem); font-weight: 950; line-height: .8; letter-spacing: -.06em; }
.producer-product img { position: relative; z-index: 1; width: min(92%,430px); height: 390px; object-fit: contain; transition: transform .35s ease; }
.producer-product:hover img { transform: scale(1.045) rotate(-1deg); }
.producer-copy { max-width: 760px; }
.producer-copy .eyebrow { color: var(--ink); }
.producer-copy > p:not(.eyebrow) { max-width: 650px; margin: 1.5rem 0 2rem; font-size: clamp(1rem,1.4vw,1.2rem); }
.producer-actions { display: flex; flex-wrap: wrap; gap: .8rem 1.25rem; align-items: center; }
.producer-link { padding: .7rem 0; border-bottom: 2px solid var(--ink); font-weight: 900; text-decoration: none; text-transform: uppercase; transition: opacity .2s ease, transform .2s ease; }
.producer-link:hover,
.producer-link:focus-visible { opacity: .62; transform: translateX(4px); }

@media (max-width: 1020px) {
  .js .mobile-nav > a,
  .js .mobile-nav .mobile-menu-panel,
  .js .mobile-nav .mobile-menu-actions { opacity: 0; transform: translateX(16px); transition: opacity .24s ease, transform .3s ease; }
  .js .mobile-nav.is-open > a,
  .js .mobile-nav.is-open .mobile-menu-panel,
  .js .mobile-nav.is-open .mobile-menu-actions { opacity: 1; transform: none; }
  .js .mobile-nav.is-open > a:nth-child(2) { transition-delay: .035s; }
  .js .mobile-nav.is-open > a:nth-child(3) { transition-delay: .07s; }
  .js .mobile-nav.is-open > a:nth-child(4) { transition-delay: .105s; }
  .js .mobile-nav.is-open > a:nth-child(5) { transition-delay: .14s; }
  .js .mobile-nav.is-open .mobile-menu-panel { transition-delay: .175s; }
  .js .mobile-nav.is-open .mobile-menu-actions { transition-delay: .21s; }
  .mobile-nav > a { transition: color .2s ease, background .2s ease, padding-left .2s ease; }
  .mobile-nav > a:hover,
  .mobile-nav > a:focus-visible { padding-left: .8rem; color: var(--yellow); background: rgba(255,255,255,.04); }
  .producer-grid { grid-template-columns: .72fr 1.28fr; gap: 2.5rem; }
}

@media (max-width: 700px) {
  .producer-grid { grid-template-columns: 1fr; }
  .producer-product { min-height: 310px; }
  .producer-product img { height: 280px; }
  .producer-actions { display: grid; align-items: stretch; }
  .producer-actions .button,
  .producer-link { width: 100%; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy.visible > *,
  .js .mobile-nav > a,
  .js .mobile-nav .mobile-menu-panel,
  .js .mobile-nav .mobile-menu-actions { animation: none !important; transition: none !important; }
}

/* Mobile, wydajność i poradnik jakości opału v8 */
html, body { max-width: 100%; overflow-x: hidden; }
@supports (overflow: clip) { html, body { overflow-x: clip; } }
body { touch-action: pan-y; }
.section { content-visibility: auto; contain-intrinsic-size: auto 900px; }
.desktop-nav { gap: clamp(.5rem, 1.15vw, 1.15rem); }
.desktop-nav a { font-size: .67rem; }
.desktop-nav .social-link { color: var(--yellow); border-bottom: 1px solid rgba(217,243,23,.5); }
.quick-grid { grid-template-columns: repeat(4,1fr); }
.quick-item { padding-inline: 1rem; }
.group-order { position: relative; overflow: hidden; color: var(--white); background: #111310; border-bottom: 1px solid rgba(217,243,23,.35); }
.group-order::before { content: ""; position: absolute; top: 0; bottom: 0; right: -130px; width: 420px; background: linear-gradient(135deg,rgba(217,243,23,.13),rgba(217,243,23,.015)); transform: skewX(-18deg); pointer-events: none; }
.group-order::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; background: linear-gradient(90deg,var(--yellow) 0 28%,transparent 28%); pointer-events: none; }
.group-order-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(150px,.58fr) minmax(440px,1.7fr) auto; gap: clamp(1.5rem,4vw,4.5rem); align-items: center; min-height: 250px; padding-block: 2.6rem; }
.group-order .eyebrow { align-self: start; max-width: 150px; margin: .35rem 0 0; color: var(--yellow); }
.group-order-copy { display: grid; grid-template-columns: minmax(250px,.95fr) minmax(220px,1.05fr); gap: clamp(1.4rem,3vw,3.5rem); align-items: end; min-width: 0; }
.group-order h2 { margin: 0; color: var(--white); font-size: clamp(2.7rem,4.2vw,4.4rem); line-height: .86; letter-spacing: -.055em; text-transform: uppercase; }
.group-order p:not(.eyebrow) { max-width: 440px; margin: 0; color: rgba(255,255,255,.66); font-size: .94rem; line-height: 1.55; }
.group-order .button { position: relative; z-index: 2; min-width: 220px; white-space: nowrap; }
#cookie-notice,
.cookie-notice-container,
.wa__btn_popup,
.wa__popup_chat_box,
.nta_wa_button,
.fb_dialog,
.fb-customerchat,
.grecaptcha-badge { display: none !important; }

.producer-product { min-height: 520px; overflow: visible; background: #111310; border: 1px solid rgba(255,255,255,.14); }
.producer-product::before { content: "NATURA PREMIUM"; position: absolute; inset: 1rem 1rem auto; color: rgba(255,255,255,.08); font-size: clamp(2rem,4vw,4.4rem); font-weight: 950; line-height: .86; letter-spacing: -.06em; }
.producer-product .producer-bag { position: relative; z-index: 2; width: min(78%, 375px); height: 455px; object-fit: contain; transition: transform .3s ease; }
.producer-product .producer-logo { position: absolute; z-index: 3; top: 1.2rem; right: -2.2rem; width: min(46%, 205px); height: auto; padding: .55rem .75rem; background: var(--white); box-shadow: 9px 9px 0 rgba(17,19,16,.22); }
.producer-product:hover .producer-bag { transform: translateY(-7px) scale(1.025); }

.boiler-guide { color: var(--white); background: #111310; border-bottom: 1px solid rgba(217,243,23,.28); }
.boiler-head { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr); gap: clamp(2rem,6vw,7rem); align-items: end; margin-bottom: clamp(2.5rem,5vw,4.5rem); }
.boiler-head .eyebrow { color: var(--yellow); }
.boiler-head .section-title { color: var(--white); }
.boiler-head > p { max-width: 560px; margin: 0; color: rgba(255,255,255,.66); font-size: clamp(1rem,1.4vw,1.17rem); }
.boiler-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.18); }
.boiler-card { display: grid; grid-template-columns: minmax(190px,.86fr) minmax(0,1.14fr); min-height: 390px; background: #1a1d19; border-bottom: 4px solid transparent; transition: border-color .25s ease, background .25s ease, transform .25s ease; }
.boiler-card:hover { z-index: 2; border-color: var(--yellow); background: #222620; transform: translateY(-4px); }
.boiler-card figure { display: grid; place-items: end center; min-width: 0; margin: 0; padding: 1rem 0 0 1rem; overflow: hidden; background: linear-gradient(145deg,#fff 0%,#e8e9e4 100%); }
.boiler-card figure img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.boiler-card > div { align-self: center; padding: clamp(1.35rem,3vw,2.4rem); }
.boiler-card span,
.quality-grid span { display: block; margin-bottom: .8rem; color: var(--yellow); font-size: .65rem; font-weight: 900; letter-spacing: .15em; }
.boiler-card h3 { margin: 0 0 .9rem; color: var(--white); font-size: clamp(1.45rem,2.25vw,2.35rem); line-height: .98; letter-spacing: -.035em; }
.boiler-card p { margin: 0; color: rgba(255,255,255,.62); font-size: .89rem; line-height: 1.6; }
.quality-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 1px; background: rgba(255,255,255,.18); }
.quality-grid article { min-width: 0; padding: clamp(1.25rem,2.7vw,2.1rem); background: #0d0f0d; transition: background .2s ease; }
.quality-grid article + article { border-left: 1px solid rgba(255,255,255,.18); }
.quality-grid article:hover { background: #181b17; }
.quality-grid h3 { margin: 0 0 .65rem; color: var(--white); font-size: 1.12rem; line-height: 1.1; }
.quality-grid p { margin: 0; color: rgba(255,255,255,.56); font-size: .82rem; line-height: 1.58; }
.boiler-note { margin: 1.25rem 0 0; color: rgba(255,255,255,.48); font-size: .72rem; }

.location { color: var(--ink); background: var(--yellow); border-block: 1px solid var(--ink); }
.location-grid { display: grid; grid-template-columns: minmax(0,.78fr) minmax(430px,1.22fr); gap: clamp(2rem,6vw,6rem); align-items: center; }
.location-copy > p:not(.eyebrow) { max-width: 610px; margin: 1.5rem 0 2rem; font-size: clamp(1rem,1.4vw,1.18rem); }
.location-copy .section-title::after { background: var(--ink); }
.location-actions { display: flex; flex-wrap: wrap; gap: .65rem; }
.location-actions .button-yellow { border-color: var(--ink); }
.map-consent { position: relative; min-height: 480px; overflow: hidden; color: var(--white); background: #111310; border: 1px solid var(--ink); box-shadow: 14px 14px 0 rgba(17,19,16,.22); }
.map-yard-photo { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% center; filter: saturate(.92) contrast(1.04); transform: scale(1.01); transition: transform .75s cubic-bezier(.2,.75,.2,1); }
.map-consent:hover .map-yard-photo { transform: scale(1.045); }
.map-consent::after { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg,rgba(8,10,8,.96) 0%,rgba(8,10,8,.83) 47%,rgba(8,10,8,.28) 100%),linear-gradient(0deg,rgba(8,10,8,.58),transparent 58%); }
.map-consent::before { content: "RYCZYWÓŁ"; position: absolute; z-index: 2; right: -1rem; bottom: -.5rem; color: rgba(217,243,23,.13); font-size: clamp(4rem,10vw,9rem); font-weight: 950; line-height: .8; letter-spacing: -.07em; }
.map-placeholder { position: relative; z-index: 3; display: flex; min-height: 480px; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(1.5rem,5vw,4rem); }
.map-placeholder .eyebrow { color: var(--yellow); }
.map-placeholder strong { display: block; max-width: 500px; color: var(--white); font-size: clamp(2rem,4.2vw,4.2rem); line-height: .92; letter-spacing: -.05em; }
.map-placeholder > p:not(.eyebrow) { max-width: 480px; margin: 1.2rem 0 1.7rem; color: rgba(255,255,255,.62); }
.map-consent iframe { display: block; width: 100%; height: 480px; border: 0; }
.map-consent.is-loaded { background: #e7e8e2; }
.map-consent.is-loaded::before,
.map-consent.is-loaded::after { display: none; }

.section-title::after { content: ""; display: block; width: 84px; height: 5px; margin-top: 1.15rem; background: var(--yellow); transform-origin: left; transition: width .45s ease; }
[data-reveal].visible .section-title::after,
.section-title:hover::after { width: 150px; }
.producer-band .section-title::after { background: #111310; }

@media (max-width: 1180px) {
  .desktop-nav { gap: .55rem; }
  .desktop-nav a { font-size: .62rem; }
  .desktop-nav .phone-link,
  .desktop-nav .shop-link { padding-inline: .68rem; }
  .producer-product .producer-logo { right: -1rem; }
  .boiler-card { grid-template-columns: 42% 58%; }
  .group-order-grid { grid-template-columns: minmax(0,1fr) auto; gap: 1.5rem 2rem; }
  .group-order .eyebrow { grid-column: 1 / -1; max-width: none; }
  .group-order-copy { grid-template-columns: minmax(250px,.9fr) minmax(260px,1.1fr); }
}

@media (max-width: 1020px) {
  .js .mobile-nav { top: var(--mobile-menu-top,78px); bottom: 0; height: calc(100dvh - var(--mobile-menu-top,78px)); max-height: none; padding: .75rem 1rem calc(1rem + env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; }
  .mobile-nav > a { min-height: 44px; padding: .7rem .45rem; font-size: .82rem; line-height: 1.15; }
  .quick-grid { grid-template-columns: 1fr 1fr; }
  .group-order-grid { grid-template-columns: 1fr; }
  .group-order .eyebrow { grid-column: auto; }
  .group-order-copy { grid-template-columns: 1fr 1fr; }
  .group-order .button { justify-self: start; }
  .producer-grid { grid-template-columns: minmax(260px,.8fr) minmax(0,1.2fr); }
  .producer-product { min-height: 440px; }
  .producer-product .producer-bag { height: 390px; }
  .boiler-head { grid-template-columns: 1fr; gap: 1.3rem; }
  .boiler-cards { grid-template-columns: 1fr; }
  .boiler-card { min-height: 350px; }
  .quality-grid { grid-template-columns: 1fr 1fr; }
  .quality-grid article:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .quality-grid article:nth-child(4) { border-top: 1px solid rgba(255,255,255,.18); }
  .location-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; }
  .footer-links a,
  .footer-links .footer-credit { text-align: left; }
}

@media (max-width: 700px) {
  .section { content-visibility: visible; contain-intrinsic-size: none; }
  .js .mobile-nav { top: var(--mobile-menu-top,66px); height: calc(100dvh - var(--mobile-menu-top,66px)); padding: .5rem .75rem calc(.7rem + env(safe-area-inset-bottom)); }
  .mobile-nav > a { flex: 0 0 auto; min-height: 40px; padding: .55rem .35rem; font-size: .72rem; letter-spacing: .07em; }
  .mobile-menu-panel { flex: 0 0 auto; grid-template-columns: 68px 1fr; margin: .5rem 0; padding: .55rem; }
  .mobile-menu-panel img { width: 68px; height: 58px; }
  .mobile-menu-actions { position: static; flex: 0 0 auto; padding: .25rem 0 0; }
  .mobile-menu-actions a,
  .mobile-menu-actions .shop-link { min-height: 44px; font-size: .65rem; }
  .quick-grid { grid-template-columns: 1fr; }
  .group-order-grid { grid-template-columns: 1fr; gap: .8rem; min-height: 0; padding-block: 2.2rem; }
  .group-order-copy { grid-template-columns: 1fr; gap: 1rem; }
  .group-order h2 { font-size: clamp(2.45rem,13vw,3.25rem); }
  .group-order p:not(.eyebrow) { font-size: .88rem; }
  .group-order .button { width: 100%; margin-top: .35rem; white-space: normal; }

  .hero { min-height: 820px; }
  .hero-inner { display: block; min-height: 820px; padding-top: 3.25rem; padding-bottom: 11.5rem; }
  .hero-copy { width: 100%; max-width: 100%; }
  .hero h1 { max-width: 100%; font-size: clamp(2.9rem,14.8vw,4.15rem); line-height: .82; }
  .hero-lead { max-width: 100%; margin: 1.25rem 0 1.2rem; font-size: .94rem; line-height: 1.52; }
  .hero-products { max-width: 100%; margin-bottom: 1rem; padding: .32rem .48rem; font-size: .58rem; line-height: 1.5; }
  .hero-actions { gap: .55rem; }
  .hero-actions .button { min-height: 47px; padding: .7rem .85rem; font-size: .75rem; }
  .hero-media { contain: paint; }
  .hero-fuel { inset-block: 0; clip-path: none; }
  .hero-fuel-pellet { left: 0; width: 58%; }
  .hero-fuel-groszek { right: 0; width: 48%; }
  .hero-fuel-pellet img { object-position: 53% center; opacity: .5; }
  .hero-fuel-groszek img { object-position: 52% center; opacity: .5; }
  .hero-beam { left: 57%; opacity: .45; }
  .hero-fuel-labels { left: .65rem; right: auto; bottom: .8rem; width: calc(100% - 1.3rem); gap: .32rem; }
  .hero-fuel-labels span { min-height: 32px; padding: .34rem .45rem; font-size: .49rem; line-height: 1.2; letter-spacing: .08em; }
  .hero-fuel-labels b { font-size: .47rem; }

  .producer-grid { grid-template-columns: 1fr; gap: 1.7rem; }
  .producer-product { width: calc(100% - .8rem); min-height: 350px; margin-right: .8rem; overflow: visible; }
  .producer-product .producer-bag { width: min(78%,270px); height: 325px; }
  .producer-product .producer-logo { top: .75rem; right: -.8rem; width: 150px; padding: .4rem .55rem; box-shadow: 6px 6px 0 rgba(17,19,16,.22); }
  .producer-product::after { font-size: 2.4rem; }
  .producer-actions { gap: .55rem; }

  .boiler-head { margin-bottom: 2rem; }
  .boiler-head .section-title { font-size: clamp(2.5rem,11vw,4rem); }
  .boiler-card { grid-template-columns: 1fr; min-height: 0; }
  .boiler-card figure { height: 250px; padding: .5rem 1rem 0; }
  .boiler-card > div { padding: 1.25rem; }
  .boiler-card h3 { font-size: 1.65rem; }
  .quality-grid { grid-template-columns: 1fr; }
  .quality-grid article + article,
  .quality-grid article:nth-child(3),
  .quality-grid article:nth-child(4) { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); }
  .quality-grid article { padding: 1.2rem; }

  .location-actions { display: grid; }
  .location-actions .button { width: 100%; }
  .map-consent,
  .map-placeholder { min-height: 390px; }
  .map-consent { width: calc(100% - .5rem); box-shadow: 8px 8px 0 rgba(17,19,16,.22); }
  .map-placeholder { padding: 1.4rem; }
  .map-consent iframe { height: 390px; }

  .cookie-banner { left: .5rem; bottom: 82px; width: calc(100% - 1rem); max-height: calc(100dvh - 94px); padding: .9rem; box-shadow: none; }
  .cookie-banner p { font-size: .76rem; line-height: 1.45; }
  .cookie-actions { gap: .4rem; }
  .cookie-actions button { min-height: 40px; padding: .45rem .55rem; font-size: .72rem; }
}

@media (max-width: 390px) {
  .hero { min-height: 850px; }
  .hero-inner { min-height: 850px; padding-top: 2.7rem; }
  .hero h1 { font-size: clamp(2.65rem,14vw,3.35rem); }
  .producer-product .producer-logo { width: 128px; }
}

@media (max-width: 480px) {
  .footer-links { grid-template-columns: 1fr; }
  .footer-links a:nth-child(even) { padding-left: 0; }
  .footer-links .footer-credit { grid-column: auto; }
}

@media (hover: none), (pointer: coarse) {
  .producer-product:hover .producer-bag,
  .boiler-card:hover,
  .quality-grid article:hover { transform: none; }
}


/* IVAX 2.4: żywsze moduły, pełna stopka i lekkie animacje */
.scroll-progress {
  display: block !important;
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 1200;
  width: 100%;
  height: 3px;
  background: var(--yellow);
  box-shadow: 0 0 14px rgba(217,243,23,.42);
  transform: scaleX(var(--scroll-progress,0));
  transform-origin: left center;
  pointer-events: none;
  will-change: transform;
}
.site-header { animation: ivax-header-in .6s cubic-bezier(.2,.75,.2,1) both; }
.site-header .brand { transition: transform .25s ease; }
.site-header .brand:hover,
.site-header .brand:focus-visible { transform: translateY(-2px) scale(1.025); }
.desktop-nav > a { animation: ivax-nav-in .5s both; }
.desktop-nav > a:nth-child(2) { animation-delay: .04s; }
.desktop-nav > a:nth-child(3) { animation-delay: .08s; }
.desktop-nav > a:nth-child(4) { animation-delay: .12s; }
.desktop-nav > a:nth-child(5) { animation-delay: .16s; }
.desktop-nav > a:nth-child(6) { animation-delay: .2s; }
.desktop-nav > a:nth-child(7) { animation-delay: .24s; }
.desktop-nav > a:nth-child(8) { animation-delay: .28s; }
.desktop-nav .shop-link { position: relative; isolation: isolate; overflow: hidden; }
.desktop-nav .shop-link::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: -1;
  background: linear-gradient(110deg,transparent 28%,rgba(255,255,255,.58) 49%,transparent 70%);
  transform: translateX(-135%);
  transition: transform .62s ease;
}
.desktop-nav .shop-link:hover::before { transform: translateX(135%); }
@keyframes ivax-header-in { from { opacity: 0; transform: translateY(-18px); } to { opacity: 1; transform: none; } }
@keyframes ivax-nav-in { from { opacity: 0; transform: translateY(-12px); } to { opacity: 1; transform: none; } }

/* Wspólne zamówienie: pełnoprawna sekcja z autentyczną flotą */
.group-order { min-height: 520px; border-block: 1px solid rgba(217,243,23,.38); isolation: isolate; }
.group-order::before {
  top: auto;
  right: auto;
  bottom: -2rem;
  left: -1rem;
  width: auto;
  color: rgba(217,243,23,.035);
  background: none;
  content: "RAZEM TANIEJ";
  font-size: clamp(7rem,17vw,17rem);
  font-weight: 950;
  line-height: .72;
  letter-spacing: -.08em;
  white-space: nowrap;
  transform: none;
}
.group-order::after { height: 4px; background: linear-gradient(90deg,var(--yellow) 0 34%,rgba(217,243,23,.08) 34%); }
.group-order-grid {
  grid-template-columns: minmax(0,.82fr) minmax(480px,1.18fr);
  gap: clamp(2.5rem,6vw,7rem);
  min-height: 520px;
  padding-block: clamp(4rem,7vw,6.5rem);
}
.group-order-copy { display: block; max-width: 640px; }
.group-order .eyebrow { max-width: none; margin: 0 0 1rem; }
.group-order h2 { font-size: clamp(3.7rem,6.2vw,7rem); line-height: .79; }
.group-order h2 span { color: var(--yellow); }
.group-order p:not(.eyebrow) { max-width: 570px; margin: 1.6rem 0 1.8rem; font-size: clamp(.98rem,1.35vw,1.14rem); }
.group-order .button { min-width: 0; }
.group-order-visual {
  position: relative;
  align-self: stretch;
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  display: grid;
  place-items: end center;
  background: linear-gradient(145deg,#d9f317 0%,#a8bd0e 100%);
  clip-path: polygon(12% 0,100% 0,100% 100%,0 100%);
}
.group-order-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg,transparent 0 14.8%,rgba(17,19,16,.09) 15%);
  pointer-events: none;
}
.group-order-visual::after {
  content: "IVAX";
  position: absolute;
  right: -1rem;
  bottom: -.7rem;
  color: rgba(17,19,16,.1);
  font-size: clamp(7rem,13vw,13rem);
  font-weight: 950;
  line-height: .72;
  letter-spacing: -.08em;
}
.group-order-visual img {
  position: relative;
  z-index: 2;
  width: min(96%,720px);
  max-height: 380px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 28px 28px rgba(17,19,16,.28));
  transform: translateY(4px);
  transition: transform .55s cubic-bezier(.2,.75,.2,1);
}
.group-order:hover .group-order-visual img { transform: translateY(-6px) scale(1.025); }
.group-order-stamp {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 4;
  padding: .65rem .8rem;
  color: var(--white);
  background: var(--ink);
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.group-order-visual figcaption {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 4;
  display: grid;
  max-width: 290px;
  padding: .8rem 1rem;
  color: var(--white);
  background: var(--ink);
}
.group-order-visual figcaption strong { font-size: 1rem; text-transform: uppercase; }
.group-order-visual figcaption span { color: rgba(255,255,255,.62); font-size: .76rem; }

/* Oferta w zmiennym rytmie zamiast czterech identycznych kart */
@media (min-width: 1021px) {
  .products { gap: 1rem; background: transparent; }
  .products .product-card,
  .products .product-card:nth-child(2),
  .products .product-card:nth-child(3),
  .products .product-card:nth-child(4) { border: 1px solid rgba(17,19,16,.18); }
  .products .product-card:nth-child(1),
  .products .product-card:nth-child(4) {
    grid-column: span 7;
    display: grid;
    grid-template-columns: minmax(0,1.08fr) minmax(250px,.92fr);
    min-height: 510px;
  }
  .products .product-card:nth-child(2),
  .products .product-card:nth-child(3) { grid-column: span 5; min-height: 510px; }
  .products .product-card:nth-child(1) { color: var(--white); background: var(--ink); }
  .products .product-card:nth-child(2) { color: var(--ink); background: #e7e8e2; }
  .products .product-card:nth-child(3) { color: var(--ink); background: var(--yellow); }
  .products .product-card:nth-child(4) { color: var(--ink); background: #dfe3d9; }
  .products .product-card:nth-child(1) .product-image,
  .products .product-card:nth-child(4) .product-image { height: 100%; min-height: 510px; }
  .products .product-card:nth-child(1) .product-copy,
  .products .product-card:nth-child(4) .product-copy { align-self: center; order: 1; padding: 2.2rem; }
  .products .product-card:nth-child(4) .product-image { order: 2; }
  .products .product-card:nth-child(1) p { color: rgba(255,255,255,.64); }
  .products .product-card:nth-child(1) .product-index { color: var(--yellow); }
}

/* Historia: zdjęcie, mocna data i czytelna oś */
.about { position: relative; overflow: hidden; background: #e9eae4; }
.about::before {
  content: "OD 1987";
  position: absolute;
  right: -2rem;
  top: 1rem;
  color: rgba(17,19,16,.035);
  font-size: clamp(9rem,22vw,23rem);
  font-weight: 950;
  line-height: .72;
  letter-spacing: -.09em;
  pointer-events: none;
}
.about-grid { position: relative; z-index: 1; grid-template-columns: minmax(460px,1.06fr) minmax(0,.94fr); gap: clamp(3rem,7vw,7.5rem); }
.about-visual {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  border-bottom: 7px solid var(--yellow);
}
.about-visual::before {
  content: "";
  position: absolute;
  inset: -30% -22% 22% 46%;
  z-index: 0;
  background: var(--yellow);
  transform: rotate(15deg);
}
.about-visual .year {
  position: absolute;
  top: 2.2rem;
  left: 2rem;
  z-index: 3;
  color: var(--yellow);
  font-size: clamp(6.6rem,12vw,12rem);
  -webkit-text-stroke: 1px var(--white);
  text-shadow: 8px 8px 0 rgba(0,0,0,.3);
}
.about-visual figure { position: absolute; inset: auto -7% 0 -4%; z-index: 2; margin: 0; }
.about-visual img {
  width: 100%;
  max-height: 420px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 28px 30px rgba(0,0,0,.32));
  transition: transform .55s cubic-bezier(.2,.75,.2,1);
}
.about-visual:hover img { transform: translateX(2%) scale(1.035); }
.about-visual > p {
  position: absolute;
  top: 13.8rem;
  left: 2.2rem;
  z-index: 4;
  margin: 0;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.about-copy h2 { max-width: 720px; font-size: clamp(3rem,5vw,5.6rem); line-height: .86; }
.about-copy > p:not(.eyebrow) { max-width: 670px; }
.about-timeline { margin-top: 2.3rem; border-top: 1px solid var(--ink); }
.about-timeline div { display: grid; grid-template-columns: 80px 1fr; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid var(--line); }
.about-timeline span { color: var(--ink); font-size: .72rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.about-timeline p { margin: 0; font-size: .86rem; }

/* Pełna, odporna na łamanie stopka */
.site-footer { padding: 0; overflow: hidden; color: var(--white); background: #080a08; border-top: 0; }
.footer-cta { position: relative; overflow: hidden; color: var(--ink); background: var(--yellow); border-block: 1px solid var(--ink); }
.footer-cta-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,1.2fr) minmax(340px,.8fr);
  gap: clamp(2rem,6vw,7rem);
  align-items: end;
  min-height: 330px;
  padding-block: clamp(3.2rem,6vw,5.5rem);
}
.footer-cta-grid::after {
  content: "ZAMÓW";
  position: absolute;
  z-index: -1;
  right: -1rem;
  bottom: -1.5rem;
  color: rgba(17,19,16,.075);
  font-size: clamp(8rem,19vw,19rem);
  font-weight: 950;
  line-height: .72;
  letter-spacing: -.09em;
  pointer-events: none;
}
.footer-cta .eyebrow { margin-bottom: 1rem; }
.footer-cta h2 { margin: 0; font-size: clamp(3.4rem,7vw,7.4rem); line-height: .78; letter-spacing: -.07em; text-transform: uppercase; }
.footer-cta-actions { position: relative; z-index: 2; display: grid; gap: .75rem; }
.footer-cta-actions .button { width: 100%; }
.footer-phone {
  display: grid;
  padding: 1.05rem 1.2rem;
  color: var(--white);
  background: var(--ink);
  border: 2px solid var(--ink);
  text-decoration: none;
  transition: color .22s ease, background .22s ease, transform .22s ease;
}
.footer-phone:hover { color: var(--ink); background: var(--white); transform: translateY(-3px); }
.footer-phone span { font-size: .62rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-phone strong { font-size: clamp(1.6rem,3vw,2.5rem); line-height: 1; letter-spacing: -.035em; }
.footer-main {
  display: grid;
  grid-template-columns: minmax(220px,1.1fr) repeat(3,minmax(150px,.7fr));
  gap: clamp(2rem,5vw,5rem);
  align-items: start;
  padding-block: clamp(3rem,6vw,5.5rem);
}
.footer-brand { display: inline-flex; align-self: start; width: min(100%,250px); padding: .9rem; background: #000; border: 1px solid rgba(255,255,255,.12); }
.footer-brand img { width: 100%; height: auto; object-fit: contain; }
.footer-column { display: grid; min-width: 0; gap: .62rem; align-content: start; }
.footer-column p { margin: 0; }
.footer-label { margin-bottom: .5rem !important; color: var(--yellow); font-size: .65rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.footer-column a {
  min-width: 0;
  color: rgba(255,255,255,.72);
  font-size: .8rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}
.footer-column a:hover { color: var(--yellow); transform: translateX(4px); }
.footer-column .footer-strong { color: var(--white); font-size: clamp(1.1rem,1.7vw,1.45rem); font-weight: 850; line-height: 1.15; }
.footer-bottom {
  display: flex;
  min-width: 0;
  justify-content: space-between;
  gap: 1.5rem 3rem;
  padding-block: 1.35rem;
  border-top: 1px solid rgba(255,255,255,.14);
}
.footer-bottom p,
.footer-bottom a { margin: 0; color: rgba(255,255,255,.46); font-size: .68rem; line-height: 1.5; overflow-wrap: anywhere; text-decoration: none; }
.footer-bottom a { max-width: 580px; text-align: right; }
.footer-bottom a:hover { color: var(--white); }

@media (prefers-reduced-motion: no-preference) {
  .brand-ticker div { animation: ivax-ticker 34s linear infinite !important; }
}

@media (max-width: 1020px) {
  .group-order { min-height: 0; }
  .group-order-grid { grid-template-columns: 1fr; min-height: 0; gap: 2.2rem; }
  .group-order-visual { min-height: 340px; clip-path: none; }
  .group-order-copy { max-width: 720px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { min-height: 510px; }
  .about-copy { max-width: 760px; }
  .footer-cta-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-cta-actions { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-wrap: wrap; }
  .footer-bottom a { text-align: left; }
}

@media (max-width: 700px) {
  .scroll-progress { height: 2px; }
  .site-header { animation-duration: .35s; }
  .desktop-nav > a { animation: none; }
  .group-order-grid { gap: 1.4rem; padding-block: 3.5rem; }
  .group-order h2 { font-size: clamp(3.2rem,15.5vw,4.8rem); }
  .group-order p:not(.eyebrow) { margin-block: 1.2rem 1.4rem; }
  .group-order .button { width: 100%; }
  .group-order-visual { min-height: 300px; }
  .group-order-visual img { width: 108%; max-width: none; }
  .group-order-stamp { top: .65rem; right: .65rem; font-size: .52rem; }
  .group-order-visual figcaption { right: .65rem; bottom: .65rem; left: .65rem; max-width: none; }
  .about { padding-top: 4.5rem; }
  .about-grid { gap: 2.3rem; }
  .about-visual { min-height: 430px; }
  .about-visual .year { top: 1.5rem; left: 1rem; font-size: clamp(5.5rem,28vw,8.5rem); text-shadow: 5px 5px 0 rgba(0,0,0,.3); }
  .about-visual > p { top: 9.8rem; left: 1.1rem; }
  .about-visual figure { right: -26%; left: -18%; }
  .about-copy h2 { font-size: clamp(2.7rem,13vw,4.2rem); }
  .about-timeline div { grid-template-columns: 62px 1fr; }
  .footer-cta-grid { min-height: 0; padding-block: 3.4rem; }
  .footer-cta h2 { font-size: clamp(3rem,14vw,4.7rem); }
  .footer-cta-actions { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 2rem; padding-block: 3.2rem; }
  .footer-brand { width: min(210px,72vw); }
  .footer-bottom { display: grid; padding-bottom: calc(6.2rem + env(safe-area-inset-bottom)); }
  .footer-bottom a { max-width: 100%; }
}

@media (hover: none), (pointer: coarse) {
  .group-order:hover .group-order-visual img,
  .about-visual:hover img { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .site-header,
  .desktop-nav > a,
  .brand-ticker div { animation: none !important; }
  .scroll-progress { display: none !important; }
}


/* IVAX 2.5: zdjęcie wspólnego zamówienia, klasyczna oferta i boczny telefon */
.group-order-visual {
  background: #181b17;
  box-shadow: inset 0 0 0 1px rgba(217,243,23,.55);
}
.group-order-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(90deg,rgba(10,12,10,.2),transparent 42%),
    linear-gradient(0deg,rgba(10,12,10,.88) 0%,transparent 48%);
  box-shadow: inset 0 -5px 0 var(--yellow);
  pointer-events: none;
}
.group-order-visual::after {
  content: "WSPÓLNE ZAMÓWIENIE";
  position: absolute;
  right: -1rem;
  bottom: -.35rem;
  z-index: 3;
  color: rgba(217,243,23,.16);
  font-size: clamp(3.4rem,7vw,7.8rem);
  font-weight: 950;
  line-height: .72;
  letter-spacing: -.07em;
  white-space: nowrap;
  pointer-events: none;
}
.group-order-visual img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  filter: saturate(.88) contrast(1.03);
  transform: scale(1.015);
}
.group-order:hover .group-order-visual img { transform: scale(1.055); }
.group-order-stamp,
.group-order-visual figcaption { z-index: 5; }
.group-order-visual figcaption { border-left: 4px solid var(--yellow); }

/* Powrót do czytelnego układu czterech równych produktów */
@media (min-width: 1021px) {
  .products {
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 1px;
    background: rgba(17,19,16,.22);
  }
  .products .product-card,
  .products .product-card:nth-child(1),
  .products .product-card:nth-child(2),
  .products .product-card:nth-child(3),
  .products .product-card:nth-child(4),
  .products .product-card:nth-child(even) {
    grid-column: auto;
    display: flex;
    min-height: 575px;
    flex-direction: column;
    color: var(--ink);
    background: #e7e8e2;
    border: 0;
  }
  .products .product-card:nth-child(1) { color: var(--white); background: var(--ink); }
  .products .product-card:nth-child(3) { color: var(--ink); background: var(--yellow); }
  .products .product-card:nth-child(4) { background: #dfe3d9; }
  .products .product-card .product-image,
  .products .product-card:nth-child(1) .product-image,
  .products .product-card:nth-child(4) .product-image {
    order: 0;
    width: 100%;
    height: 345px;
    min-height: 345px;
    padding: 2rem 1rem .5rem;
  }
  .products .product-card .product-copy,
  .products .product-card:nth-child(1) .product-copy,
  .products .product-card:nth-child(4) .product-copy {
    order: 1;
    align-self: auto;
    padding: 1.55rem 1.45rem 1.8rem;
  }
  .products .product-card:nth-child(1) p { color: rgba(255,255,255,.64); }
  .products .product-card:nth-child(1) .product-index { color: var(--yellow); }
}

/* Tekstowy przycisk telefonu — bez ikon */
.side-call {
  position: fixed;
  top: 54%;
  right: -132px;
  z-index: 860;
  display: grid;
  grid-template-columns: 54px 132px;
  width: 186px;
  height: 128px;
  color: var(--ink);
  background: var(--yellow);
  border: 1px solid var(--ink);
  box-shadow: -9px 9px 24px rgba(0,0,0,.2);
  text-decoration: none;
  transform: translateY(-50%);
  transition: right .32s cubic-bezier(.2,.75,.2,1), box-shadow .25s ease;
}
.side-call:hover,
.side-call:focus-visible {
  right: 0;
  box-shadow: -14px 14px 34px rgba(0,0,0,.28);
}
.side-call span {
  display: grid;
  place-items: center;
  padding: .55rem 0;
  border-right: 1px solid var(--ink);
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.side-call strong {
  display: grid;
  place-items: center;
  padding: .8rem;
  font-size: 1.05rem;
  line-height: 1.05;
  text-align: center;
}

@media (max-width: 1020px) {
  .side-call { display: none; }
  .group-order-visual img { object-position: center 42%; }
}

@media (max-width: 700px) {
  .products {
    display: flex;
    gap: .7rem;
    margin-right: calc((100vw - 100%) / -2);
    padding-right: 1rem;
    overflow-x: auto;
    background: transparent;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .products::-webkit-scrollbar { display: none; }
  .products .product-card,
  .products .product-card:nth-child(1),
  .products .product-card:nth-child(2),
  .products .product-card:nth-child(3),
  .products .product-card:nth-child(4),
  .products .product-card:nth-child(even) {
    flex: 0 0 min(84vw,430px);
    min-height: 510px;
    color: var(--ink);
    background: #e7e8e2;
    scroll-snap-align: start;
  }
  .products .product-card:nth-child(1) { color: var(--white); background: var(--ink); }
  .products .product-card:nth-child(3) { color: var(--ink); background: var(--yellow); }
  .products .product-card:nth-child(4) { background: #dfe3d9; }
  .products .product-image,
  .products .product-card:nth-child(even) .product-image { height: 300px; min-height: 300px; }
  .products .product-card:nth-child(1) p { color: rgba(255,255,255,.64); }
  .group-order-visual { min-height: 350px; }
  .group-order-visual img { width: 100%; max-width: 100%; object-position: 56% center; }
  .group-order-visual::after { font-size: 3.2rem; }
}

@media (prefers-reduced-motion: reduce) {
  .side-call,
  .group-order-visual img { transition: none !important; }
}

/* IVAX 2.5.1: stabilne menu mobilne i czysta stopka */
@keyframes ivax-header-in-v2 {
  from { opacity: 0; clip-path: inset(0 0 100% 0); }
  to { opacity: 1; clip-path: inset(0); }
}

.site-header {
  z-index: 1400;
  transform: none !important;
  animation: ivax-header-in-v2 .5s cubic-bezier(.2,.75,.2,1) both;
}

/* WooCommerce dołącza ten panel do wp_footer, mimo że nie jest potrzebny na
   lekkiej stronie głównej. Galeria produktu w sklepie pozostaje bez zmian. */
.ivax-custom-surface .pswp,
.site-footer ~ .pswp,
.site-footer ~ #photoswipe-fullscreen-dialog,
.site-footer ~ #wa,
.site-footer ~ .fb-customerchat {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.site-footer,
.site-footer .wrap,
.site-footer * { min-width: 0; }

@media (max-width: 1020px) {
  .mobile-nav { display: flex; }
  .js .mobile-nav {
    position: fixed !important;
    inset: var(--mobile-menu-top,78px) 0 0 !important;
    z-index: 1350;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 1rem 1rem calc(1.25rem + env(safe-area-inset-bottom));
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background: #111310;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(100%,0,0) !important;
    transition: transform .32s cubic-bezier(.2,.75,.2,1), opacity .2s ease, visibility 0s linear .32s;
  }
  .js .mobile-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0,0,0) !important;
    transition-delay: 0s;
  }
  body.menu-open { overflow: hidden !important; }
}

@media (max-width: 700px) {
  .js .mobile-nav {
    inset: var(--mobile-menu-top,66px) 0 0 !important;
    padding: .65rem .75rem calc(.8rem + env(safe-area-inset-bottom));
  }
  .footer-main { width: 100%; }
  .footer-bottom { width: 100%; gap: .65rem; }
  .footer-bottom p,
  .footer-bottom a { width: 100%; max-width: 100%; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  .site-header { animation: none !important; }
  .js .mobile-nav { transition: none !important; }
}
