/*
Theme Name: Plastsvar Next
Author: Plastsvar
Description: Moderní firemní a produktový web českého výrobce.
Version: 1.0.0
*/

:root {
  --ink: #102521;
  --muted: #58706a;
  --green: #087a55;
  --green-dark: #052f25;
  --lime: #c9ff63;
  --mint: #ddf7eb;
  --sand: #f1f5f2;
  --white: #fff;
  --line: rgba(16,37,33,.13);
  --shadow: 0 24px 70px rgba(10,51,41,.13);
  --radius: 20px;
}

.shaft-choice-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:24px;margin-top:34px}
.shaft-choice{position:relative;display:grid;grid-template-columns:minmax(210px,.9fr) 1.1fr;min-height:330px;border:1px solid #d8e2dd;border-radius:28px;overflow:hidden;background:#fff;color:var(--ink);text-decoration:none;box-shadow:0 18px 48px rgba(9,43,34,.07);transition:.2s ease}
.shaft-choice:hover{transform:translateY(-3px);border-color:#76bda5}
.shaft-choice.recommended{border:2px solid #087a55;background:linear-gradient(135deg,#fff 58%,#edf8f3)}
.shaft-choice img{width:100%;height:100%;object-fit:cover;object-position:center}
.shaft-choice>div{display:flex;flex-direction:column;justify-content:center;padding:34px}
.shaft-choice small{color:#087a55;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.shaft-choice h3{font-size:clamp(28px,3vw,46px);line-height:1;margin:14px 0}
.shaft-choice p{color:#597069;line-height:1.55}
.shaft-choice strong{margin-top:20px;color:#087a55}
.choice-label{position:absolute;z-index:2;top:18px;left:18px;padding:9px 13px;border-radius:999px;background:#baff45;color:#0a3328;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.shaft-products .pass-product img{object-fit:contain;object-position:center;background:#eef5f1;padding:14px}
.shaft-choice:not(.recommended){grid-template-columns:40% 60%}
.shaft-choice:not(.recommended)>div{min-width:0;padding:26px 24px}
.shaft-choice:not(.recommended) h3{font-size:clamp(26px,2vw,35px);overflow-wrap:normal;word-break:normal;hyphens:none}
.shaft-choice:not(.recommended) p{font-size:15px}
.shaft-choice:not(.recommended) small{font-size:11px}
.shaft-choice-concrete img{object-position:center 43%}
.concrete-shaft-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:34px}
.concrete-shaft-card{display:flex;flex-direction:column;min-height:500px;border:1px solid #d8e2dd;border-radius:26px;overflow:hidden;background:#fff;color:var(--ink);text-decoration:none;box-shadow:0 16px 42px rgba(9,43,34,.06);transition:.2s ease}
.concrete-shaft-card:hover{transform:translateY(-3px);border-color:#79bca6}
.concrete-shaft-card>img,.concrete-shaft-card>.shape-symbol{width:100%;height:245px;flex:none}
.concrete-shaft-card>img{object-fit:cover;object-position:center 38%}
.concrete-shaft-card>div{display:flex;flex:1;flex-direction:column;padding:27px}
.concrete-shaft-card small{color:#087a55;font-weight:900;text-transform:uppercase;letter-spacing:.07em}
.concrete-shaft-card h3{font-size:34px;margin:12px 0}
.concrete-shaft-card p{color:#597069;line-height:1.55}
.concrete-shaft-card strong{margin-top:auto;padding-top:20px;color:#087a55}
.shape-symbol{position:relative;display:block;background:linear-gradient(145deg,#e8f3ed,#f9fcfa)}
.shape-symbol:before,.shape-symbol:after{content:"";position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);border:10px solid #087a55}
.shape-symbol-square:before{width:116px;height:116px;border-radius:16px}
.shape-symbol-square:after{width:62px;height:62px;border-width:4px;border-radius:9px}
.shape-symbol-custom:before{width:125px;height:95px;border-radius:45% 15% 40% 20%;transform:translate(-50%,-50%) rotate(-8deg)}
.shape-symbol-custom:after{width:54px;height:54px;border-width:4px;border-radius:50%;transform:translate(-50%,-50%) rotate(12deg)}
.concrete-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#eef5f1}
.concrete-placeholder .shape-symbol{width:100%;height:300px}
.concrete-placeholder small{margin:-40px 0 28px;color:#087a55;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
@media(max-width:900px){.shaft-choice-grid{grid-template-columns:1fr}.shaft-choice{grid-template-columns:1fr;min-height:0}.shaft-choice img{height:260px}.shaft-choice>div{padding:28px}}
@media(max-width:900px){.concrete-shaft-grid{grid-template-columns:1fr}.concrete-shaft-card{min-height:0}}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #f8faf8; font-family: Inter, "Segoe UI Variable", "Segoe UI", ui-sans-serif, system-ui, sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(248,250,248,.88); backdrop-filter: blur(22px); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; min-width: 220px; padding: 7px 0; }
.brand img { display: block; width: 215px; height: auto; }
.main-nav { display: flex; gap: 21px; align-items: center; margin-left: auto; font-size: 14px; font-weight: 700; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--green); }
.menu-toggle { display: none; align-items: center; justify-content: center; width: 50px; height: 50px; margin-left: auto; padding: 0; border: 1px solid var(--line); border-radius: 13px; background: #fff; color: var(--ink); cursor: pointer; }
.menu-toggle span { position: absolute; width: 20px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle span:nth-child(1) { transform: translateY(-6px); }
.menu-toggle span:nth-child(3) { transform: translateY(6px); }
.menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg); }
.header-phone { padding: 11px 16px; border-left: 1px solid var(--line); font-weight: 800; white-space: nowrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 22px; border-radius: 13px; font-weight: 800; font-size: 15px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--green); box-shadow: 0 12px 32px rgba(13,107,80,.24); }
.btn-primary:hover { background: var(--green-dark); }
.btn-shop, .btn-shop:link, .btn-shop:visited { color: #fff !important; background: #087a55 !important; }
.btn-shop:hover, .btn-shop:focus { color: #fff !important; background: #052f25 !important; }
.btn-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.72); }
.btn-ghost:hover { box-shadow: 0 12px 28px rgba(16,37,33,.08); }

.hero { position: relative; overflow: hidden; padding: 72px 0 58px; background: linear-gradient(120deg, #fbfdfb 0%, #f2f8f4 100%); }
.hero:before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(8,122,85,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(8,122,85,.055) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(90deg, transparent 35%, black); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(390px,.92fr); gap: clamp(42px,6vw,88px); align-items: center; }
.hero-main-copy { max-width: 760px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 23px; color: var(--green); text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 900; }
.eyebrow:before { content: ""; width: 28px; height: 2px; background: currentColor; }
.hero h1 { margin: 0; max-width: 900px; font-family: inherit; font-size: clamp(48px, 6vw, 78px); line-height: .94; letter-spacing: -.058em; font-weight: 850; }
.hero h1 em { position: relative; display: inline-block; color: var(--green); font-style: normal; }
.hero h1 em:after { content: ""; position: absolute; z-index: -1; left: -2px; right: -5px; bottom: 3px; height: 17px; background: var(--lime); transform: rotate(-1deg); }
.hero-copy { max-width: 720px; margin: 26px 0 28px; color: var(--muted); font-size: 18px; line-height: 1.55; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-advice-link { display: inline-flex; align-items: center; padding: 0 8px; color: var(--green); font-size: 14px; font-weight: 800; }
.header-shop { white-space: nowrap; }
.hero-proof { display: flex; gap: 24px; margin-top: 25px; color: var(--muted); font-size: 13px; font-weight: 750; }
.hero-proof span { display: flex; align-items: center; gap: 8px; }
.hero-proof span:before { content: "✓"; display: grid; place-items: center; width: 22px; height: 22px; color: var(--green); background: var(--mint); border-radius: 50%; font-size: 12px; }
.hero-production-photo { position: relative; height: 430px; margin: 0; overflow: hidden; border-radius: 30px; background: #dce9e2; box-shadow: 0 24px 60px rgba(5,50,39,.18); }
.hero-production-photo:after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent,rgba(4,35,27,.88)); }
.hero-production-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-production-photo figcaption { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 25px; display: grid; grid-template-columns: 1fr auto; gap: 5px 18px; color: #fff; }
.hero-production-photo small { grid-column: 1/-1; color: #baff45; font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.hero-production-photo strong { font-size: 24px; letter-spacing: -.025em; }
.hero-production-photo span { align-self: end; color: #c7ddd4; font-size: 12px; font-weight: 750; }
.hero-product-cards { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); grid-auto-rows:132px; gap:10px; }
.hero-mini-card { position:relative; display:grid; grid-template-columns:39% 1fr; height:132px; min-height:0; overflow:hidden; color:var(--ink); background:#fff; border:1px solid var(--line); border-radius:19px; box-shadow:0 12px 28px rgba(5,50,39,.075); transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.hero-mini-card:hover,.hero-mini-card:focus-visible { transform:translateY(-3px); border-color:rgba(8,122,85,.38); box-shadow:0 20px 42px rgba(5,50,39,.14); }
.hero-mini-card img { width:100%; height:132px; min-height:0; padding:9px; object-fit:contain; background:#eef6f2; }
.hero-mini-copy { display:flex; flex-direction:column; justify-content:center; min-width:0; padding:14px 13px 12px; }
.hero-mini-copy small { margin-bottom:7px; color:var(--green); font-size:8px; font-weight:900; letter-spacing:.08em; line-height:1.3; text-transform:uppercase; }
.hero-mini-copy strong { font-size:17px; line-height:1.03; letter-spacing:-.035em; }
.hero-mini-copy b { margin-top:auto; padding-top:7px; color:var(--green); font-size:9px; line-height:1.2; }
.hero-mini-number { position:absolute; z-index:2; top:12px; right:13px; display:grid; place-items:center; width:26px; height:26px; color:var(--green-dark); background:var(--mint); border-radius:50%; font-size:9px; font-weight:900; }
.hero-mini-card-03 img { background:#edf8fc; }
.hero-mini-card-05 img { background:#f3f8e9; }
.hero-mini-card-accessories img { background:#f2effb; }
.hero-mini-card-custom img { padding:10px; object-fit:contain; filter:saturate(.72) contrast(.94); background:#f7f3ed; }

@media (max-width:620px) {
  .hero-product-cards { grid-template-columns:1fr; grid-auto-rows:170px; }
  .hero-mini-card { height:170px; }
  .hero-mini-card img { height:170px; }
}

.trust-bar { border-block: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { padding: 26px 28px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; font-size: 16px; }
.trust-item span { color: var(--muted); font-size: 13px; }
.trust-item-link { color:var(--ink); text-decoration:none; transition:background .2s ease,color .2s ease; }
.trust-item-link:hover,.trust-item-link:focus-visible { color:var(--green); background:#f0f7f3; }
.trust-item-link span { transition:color .2s ease; }
.trust-item-link:hover span,.trust-item-link:focus-visible span { color:var(--green); }
.market-proof { padding: 82px 0; color: #fff; background: var(--green-dark); }
.market-proof-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(50px,8vw,120px); align-items: start; }
.market-proof .eyebrow { color: #aee5d0; }
.market-proof h2 { max-width: 650px; margin: 17px 0 0; font-size: clamp(38px,5vw,62px); line-height: .98; letter-spacing: -.055em; }
.market-proof-facts { border-top: 1px solid rgba(255,255,255,.2); }
.market-proof-facts article { padding: 24px 0 26px; border-bottom: 1px solid rgba(255,255,255,.2); }
.market-proof-facts strong { display: block; margin-bottom: 8px; color: var(--lime); font-size: 17px; }
.market-proof-facts p { margin: 0; color: rgba(255,255,255,.7); line-height: 1.6; }
.market-proof-preview { padding: 68px 0; }
.market-proof-preview .market-proof-grid { grid-template-columns: minmax(0,1.08fr) minmax(420px,.92fr); gap: clamp(42px,6vw,88px); align-items: stretch; }
.market-proof-preview h2 { max-width: 720px; font-size: clamp(38px,4.4vw,58px); }
.market-proof-photo { position: relative; min-height: 250px; margin: 34px 0 0; overflow: hidden; border-radius: 24px; background: #0d4a3b; }
.market-proof-photo:after { content:""; position:absolute; inset:40% 0 0; background:linear-gradient(transparent,rgba(3,34,27,.92)); pointer-events:none; }
.market-proof-photo img { display:block; width:100%; height:100%; min-height:250px; max-height:330px; object-fit:cover; object-position:center 58%; }
.market-proof-collage { display:grid; grid-template-columns:1.55fr .72fr .72fr; grid-template-rows:125px 125px; gap:4px; min-height:250px; background:#0d4a3b; }
.market-proof-collage img { min-width:0; min-height:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.market-proof-collage .market-proof-collage-main { grid-row:1 / 3; min-height:250px; object-position:center 58%; }
.market-proof-collage img:nth-child(2) { grid-column:2 / 4; object-position:center 55%; }
.market-proof-collage img:nth-child(3),.market-proof-collage img:nth-child(4) { grid-row:2; }
.market-proof-photo figcaption { position:absolute; z-index:1; inset:auto 24px 22px; display:flex; align-items:baseline; gap:12px; }
.market-proof-photo figcaption strong { color:#fff; font-size:30px; line-height:1; }
.market-proof-photo figcaption span { color:rgba(255,255,255,.78); font-size:14px; font-weight:750; }
.market-proof-preview .market-proof-facts article { padding:18px 0 20px; }
.market-proof-preview .market-proof-facts p { font-size:15px; }
.market-proof-link { display:block; color:inherit; text-decoration:none; border-bottom:1px solid rgba(255,255,255,.2); transition:background .2s ease,transform .2s ease; }
.market-proof-link article { border-bottom:0; }
.market-proof-link strong { display:flex; justify-content:space-between; gap:20px; align-items:center; }
.market-proof-link strong span { opacity:.7; transition:transform .2s ease,opacity .2s ease; }
.market-proof-link:hover,.market-proof-link:focus-visible { margin-inline:-16px; padding-inline:16px; background:rgba(255,255,255,.055); outline:none; }
.market-proof-link:hover strong span,.market-proof-link:focus-visible strong span { opacity:1; transform:translateX(5px); }

.products-preview { padding: 78px 0 94px; }
.section-head { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 34px; }
.section-head h2 { margin: 0; max-width: 690px; font-family: inherit; font-size: clamp(38px,5vw,58px); line-height: 1; letter-spacing: -.05em; font-weight: 820; }
.section-head p { max-width: 390px; margin: 0; color: var(--muted); }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.product-card { position: relative; display: flex; flex-direction: column; min-height: 220px; padding: 24px; padding-right: 128px; border: 1px solid var(--line); border-radius: 20px; background: #fff; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, border-color .25s ease; }
.product-card:hover { transform: translateY(-4px); border-color: color-mix(in srgb,var(--card-accent,var(--green)) 35%,var(--line)); background: color-mix(in srgb,var(--card-accent,var(--green)) 3%,#fff); box-shadow: 0 18px 38px rgba(4,49,40,.10); }
.product-card:before { content: ""; position: absolute; inset: 0 0 auto; height: 6px; background: var(--card-accent,var(--green)); }
.product-card-image { position:absolute; top:20px; right:20px; width:96px; height:96px; padding:9px; border-radius:17px; background:color-mix(in srgb,var(--card-accent,var(--green)) 8%,#fff); object-fit:contain; transition:transform .25s ease; }
.product-card:hover .product-card-image { transform:scale(1.04); }
.product-card small { color: var(--card-accent,var(--green)); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.product-card h3 { margin: 9px 0 8px; font-size: 27px; letter-spacing: -.04em; }
.product-card p { min-height: 42px; margin: 0; color: var(--muted); font-size: 14px; }
.product-link { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); color: var(--ink); font-size: 13px; font-weight: 850; }
.product-link b { color: var(--card-accent,var(--green)); font-size: 20px; }
.tone-forest { --card-accent: #087a55; }
.tone-mint { --card-accent: #41a88b; }
.tone-blue { --card-accent: #2787a6; }
.tone-sand { --card-accent: #b68a43; }
.tone-lime { --card-accent: #75a91d; }
.tone-orange { --card-accent: #df7b31; }
.home-series { margin-top: 96px; }
.home-series-head { display: flex; justify-content: space-between; gap: 30px; align-items: end; margin-bottom: 28px; }
.home-series-head .eyebrow { margin-bottom: 12px; }
.home-series-head h2 { margin: 0; font-size: clamp(34px,4vw,48px); line-height: 1; letter-spacing: -.05em; }
.home-series-head > a { color: var(--green); font-weight: 850; }
.home-series-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.home-series-grid > a { position: relative; min-height: 190px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: color .2s ease, background .2s ease; }
.home-series-grid > a:hover { color: #fff; background: var(--green); }
.home-series-grid small, .home-series-grid strong, .home-series-grid span { display: block; }
.home-series-grid small { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.home-series-grid > a:hover small, .home-series-grid > a:hover span { color: rgba(255,255,255,.72); }
.home-series-grid strong { margin-top: 30px; font-size: 29px; letter-spacing: -.045em; }
.home-series-grid span { margin-top: 6px; color: var(--muted); font-size: 13px; }
.home-series-grid b { position: absolute; right: 23px; bottom: 21px; color: var(--green); font-size: 20px; }
.home-series-grid > a:hover b { color: var(--lime); }
.home-series-image { position: absolute; z-index: 0; top: 50%; right: 25px; width: 82px; height: 82px; padding: 7px; border-radius: 14px; object-fit: contain; background: rgba(239,246,242,.72); opacity: .48; transform: translateY(-50%); transition: opacity .2s ease, transform .2s ease, background .2s ease; }
.home-series-grid small, .home-series-grid strong, .home-series-grid span, .home-series-grid b { position: relative; z-index: 1; }
.home-series-grid strong, .home-series-grid span { max-width: calc(100% - 92px); }
.home-series-grid > a:hover .home-series-image { background: rgba(255,255,255,.9); opacity: 1; transform: translateY(-50%) scale(1.04); }
.home-series-grid b { position: absolute; }

.decision { padding: 96px 0; background: var(--sand); }
.decision-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.decision h2, .manufacturing h2, .contact h2 { margin: 0; font-family: inherit; font-size: clamp(40px,5vw,62px); line-height: .98; letter-spacing: -.055em; font-weight: 820; }
.decision-intro p, .manufacturing-copy > p { color: var(--muted); font-size: 17px; }
.decision-intro p { line-height:1.65; }
.decision-actions { display:flex; flex-wrap:wrap; gap:18px; margin-top:28px; }
.decision-actions a { color:var(--green); font-weight:900; text-decoration:none; }
.choice-list { border-top: 1px solid var(--line); }
.choice-list a { display: grid; grid-template-columns: 44px 1fr 32px; gap: 17px; align-items: center; padding: 21px 4px; border-bottom: 1px solid var(--line); transition: padding .2s ease, color .2s ease; }
.choice-list a:hover { padding-left: 12px; color: var(--green); }
.choice-list > a > span { color: var(--green); font: 850 14px/1 inherit; }
.choice-list strong, .choice-list small { display: block; }
.choice-list strong { font-size: 18px; }
.choice-list small { margin-top: 3px; color: var(--muted); }
.choice-list b { font-size: 22px; }

.manufacturing { padding: 110px 0; background: var(--ink); color: white; }
.manufacturing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.manufacturing-photo { position: relative; min-height: 570px; border-radius: 22px; overflow: hidden; }
.manufacturing-photo:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(2,22,18,.78)); }
.manufacturing-photo img { width: 100%; height: 100%; min-height: 570px; object-fit: cover; opacity: .9; }
.photo-label { position: absolute; z-index: 2; left: 28px; bottom: 26px; }
.photo-label span, .photo-label strong { display: block; }
.photo-label span { opacity: .66; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 850; }
.photo-label strong { margin-top: 5px; font-size: 20px; }
.manufacturing .eyebrow { color: #84d4b4; }
.manufacturing-copy > p { color: rgba(255,255,255,.67); }
.facts { display: grid; grid-template-columns: repeat(3,1fr); margin: 32px 0; border-block: 1px solid rgba(255,255,255,.16); }
.facts div { padding: 22px 16px 22px 0; }
.facts strong, .facts span { display: block; }
.facts strong { color: var(--lime); font-size: 30px; font-weight: 900; letter-spacing: -.04em; }
.facts span { margin-top: 3px; color: rgba(255,255,255,.58); font-size: 12px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.4); font-weight: 750; }

.process { padding: 100px 0; }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: white; }
.process-grid > div { min-height: 250px; padding: 28px; border-right: 1px solid var(--line); }
.process-grid > div:last-child { border-right: 0; }
.process-grid span { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 50px; border-radius: 9px; color: var(--green-dark); background: var(--lime); font: 850 15px/1 inherit; }
.process-grid strong { display: block; font-size: 17px; }
.process-grid p { color: var(--muted); font-size: 13px; }

.contact { padding: 38px 0 100px; }
.contact-shell { display: grid; grid-template-columns: 1fr 330px; gap: 70px; align-items: center; padding: 70px; border-radius: 24px; color: white; background: linear-gradient(135deg, #052f25 0%, #087a55 100%); box-shadow: var(--shadow); }
.contact .eyebrow { color: #9be0c4; }
.contact-copy > p { max-width: 700px; color: rgba(255,255,255,.7); font-size: 17px; }
.contact-actions { display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap; }
.btn-light { color: var(--green-dark); background: #fff; }
.btn-outline-light { color: #fff; border: 1px solid rgba(255,255,255,.34); }
.advisor-card { padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 24px; background: rgba(255,255,255,.1); backdrop-filter: blur(10px); }
.advisor-mark { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 28px; border-radius: 50%; color: var(--green-dark); background: #b9efd9; font: 700 17px Georgia,serif; }
.advisor-card small, .advisor-card strong, .advisor-card span, .advisor-card a { display: block; }
.advisor-card small, .advisor-card span { color: rgba(255,255,255,.64); }
.advisor-card strong { margin: 5px 0 2px; font-size: 25px; font-weight: 850; letter-spacing: -.03em; }
.advisor-card hr { margin: 22px 0; border: 0; border-top: 1px solid rgba(255,255,255,.16); }
.advisor-card a { margin-top: 7px; font-weight: 750; }

.site-footer { padding: 30px 0; color: rgba(255,255,255,.72); background: var(--ink); font-size: 13px; }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; }

.page-hero { padding: 92px 0 78px; color: white; background: radial-gradient(circle at 82% 10%, #2a7c61 0, transparent 30%), var(--ink); }
.page-hero-inner { max-width: 930px; margin-left: max(20px, calc((100% - 1180px)/2)); }
.page-hero .eyebrow { color: #9be0c4; }
.page-hero h1 { margin: 0; max-width: 900px; font: 850 clamp(48px,7vw,82px)/.94 inherit; letter-spacing: -.062em; }
.page-hero p { max-width: 720px; margin: 26px 0 0; color: rgba(255,255,255,.7); font-size: 19px; }
.page-hero-poradna { position: relative; padding: 72px 0 66px; overflow: hidden; color: var(--ink); background: linear-gradient(120deg,#fff 0%,#f3f8f5 100%); border-bottom: 1px solid var(--line); }
.page-hero-poradna:after { content: "?"; position: absolute; right: max(5vw,60px); top: -76px; color: rgba(8,122,85,.055); font-size: 310px; font-weight: 900; line-height: 1; }
.page-hero-poradna .page-hero-inner { position: relative; z-index: 1; max-width: 790px; }
.page-hero-poradna .eyebrow { color: var(--green); }
.page-hero-poradna h1 { max-width: 760px; font-size: clamp(44px,5.5vw,68px); line-height: .97; }
.page-hero-poradna p { max-width: 650px; margin-top: 20px; color: var(--muted); font-size: 17px; }
.advice-page { padding-top: 70px; }
.advice-intro { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: end; }
.advice-intro h2 { max-width: 680px; margin: 14px 0 0; font-size: clamp(36px,4.3vw,62px); line-height: 1; }
.advice-intro p { margin: 0 0 14px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.advice-topics { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin: 48px 0 100px; }
.advice-topics a { display: flex; min-height: 190px; padding: 26px; flex-direction: column; color: var(--ink); text-decoration: none; background: #fff; border: 1px solid var(--line); border-radius: 22px; transition: .2s ease; }
.advice-topics a:hover { border-color: var(--green); transform: translateY(-4px); box-shadow: 0 18px 40px rgba(4,47,36,.08); }
.advice-topics small,.advice-solution-grid span,.advice-calculation-grid span,.advice-warning>span { color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.advice-topics strong { margin: 28px 0 10px; font-size: 22px; line-height: 1.08; }
.advice-topics span { margin-top: auto; color: var(--muted); font-size: 13px; line-height: 1.4; }
.advice-library { margin: 0 0 110px; }
.rain-calculator { margin: -42px 0 110px; padding: 52px; color: #fff; background: var(--ink); border-radius: 30px; scroll-margin-top: 110px; }
.calculator-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.calculator-heading h2 { max-width: 780px; margin: 14px 0 16px; font-size: clamp(38px,5vw,64px); line-height: .98; }
.calculator-heading p { max-width: 760px; margin: 0; color: rgba(255,255,255,.67); line-height: 1.6; }
.calculator-badge { flex: 0 0 auto; padding: 20px 24px; color: var(--ink); background: #bfff4b; border-radius: 16px; }
.calculator-badge strong,.calculator-badge span { display: block; }
.calculator-badge span { margin-top: 5px; font-size: 12px; }
.calculator-form { margin-top: 42px; padding-top: 38px; border-top: 1px solid rgba(255,255,255,.16); }
.calculator-fields { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px 18px; }
.calculator-fields label>span { display: block; margin-bottom: 9px; font-size: 13px; font-weight: 900; }
.calculator-fields label>div { display: flex; overflow: hidden; background: #fff; border-radius: 12px; }
.calculator-fields input,.calculator-fields select { width: 100%; min-height: 52px; padding: 0 15px; color: var(--ink); background: #fff; border: 0; border-radius: 12px; font: inherit; font-weight: 800; }
.calculator-fields label>div input { min-width: 0; border-radius: 0; }
.calculator-fields label>div b { display: flex; padding: 0 14px; align-items: center; color: var(--muted); background: #edf3f0; font-size: 12px; }
.calculator-fields small { display: block; margin-top: 7px; color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.4; }
.calculator-consent { display: flex; margin-top: 32px; align-items: center; justify-content: space-between; gap: 25px; }
.calculator-consent label { display: flex; gap: 10px; align-items: center; color: rgba(255,255,255,.75); font-size: 13px; }
.calculator-consent input { accent-color: #bfff4b; }
.calculator-result { display: grid; grid-template-columns: .55fr 1.15fr .8fr; margin-top: 44px; overflow: hidden; color: var(--ink); background: #fff; border-radius: 24px; }
.calculator-result[hidden] { display: none; }
.calculator-result>div,.calculator-result>aside { padding: 34px; }
.result-summary { display: flex; flex-direction: column; justify-content: center; background: #bfff4b; }
.result-summary small,.calculator-result aside>small { font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.result-summary strong { margin: 12px 0 4px; font-size: clamp(42px,5vw,70px); line-height: 1; }
.result-summary span { font-size: 13px; }
.result-product { border-right: 1px solid var(--line); }
.result-product h3 { margin: 12px 0; font-size: 30px; }
.result-product>p { color: var(--muted); line-height: 1.55; }
.result-stats { display: flex; flex-wrap: wrap; gap: 8px 22px; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.result-stats b { color: var(--ink); }
.result-actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 20px; align-items: center; }
.result-actions>a:last-child { color: var(--green); font-size: 13px; font-weight: 900; text-decoration: none; }
.calculator-result aside ul { margin: 18px 0; padding: 0; list-style: none; }
.calculator-result aside li { padding: 9px 0 9px 24px; border-bottom: 1px solid var(--line); font-size: 13px; }
.calculator-result aside li:before { content: "✓"; float: left; margin-left: -24px; color: var(--green); font-weight: 900; }
.calculator-verification { display:grid; grid-template-columns:.8fr 1.2fr; gap:42px; margin-top:28px; padding:34px; color:var(--ink); background:#f4f8f6; border-radius:24px; }
.calculator-verification[hidden] { display:none; }
.calculator-verification h3 { margin:10px 0 12px; font-size:30px; line-height:1.08; }
.calculator-verification p { color:var(--muted); line-height:1.6; }
.calculator-verification form { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.calculator-verification label>span { display:block; margin-bottom:7px; font-size:12px; font-weight:900; }
.calculator-verification input,.calculator-verification textarea { box-sizing:border-box; width:100%; padding:13px 14px; border:1px solid var(--line); border-radius:10px; font:inherit; background:#fff; }
.calculator-verification .verification-note,.calculator-verification .verification-consent,.calculator-verification button { grid-column:1/-1; }
.calculator-verification .verification-consent { display:flex; align-items:flex-start; gap:9px; }
.calculator-verification .verification-consent input { width:auto; margin-top:3px; accent-color:var(--green); }
.calculator-verification .verification-consent span { margin:0; font-weight:600; }
.calculator-verification .verification-consent a { color:var(--green); }
.verification-honeypot { position:absolute; left:-9999px; }
.calculator-mail-status { margin:22px 0 0; padding:16px 18px; border-radius:12px; font-weight:800; }
.calculator-mail-status.is-success { color:#075c3d; background:#dff8ec; }
.calculator-mail-status.is-error { color:#7d301f; background:#ffe9e2; }
.privacy-layout { display:grid; grid-template-columns:260px minmax(0,1fr); gap:70px; align-items:start; }
.privacy-nav { position:sticky; top:110px; display:grid; gap:12px; padding:25px; background:#f2f7f4; border:1px solid var(--line); border-radius:18px; }
.privacy-nav strong { margin-bottom:5px; }
.privacy-nav a { color:var(--green); text-decoration:none; font-weight:800; }
.privacy-content { max-width:820px; }
.privacy-content section { padding:0 0 48px; margin:0 0 48px; border-bottom:1px solid var(--line); scroll-margin-top:110px; }
.privacy-content h2 { margin:12px 0 18px; font-size:clamp(30px,4vw,48px); }
.privacy-content p { color:var(--muted); line-height:1.75; }
.privacy-content a { color:var(--green); }
#result-warning { color: #a45d00; font-size: 12px; font-weight: 800; line-height: 1.5; }
@media (max-width:980px) { .calculator-fields { grid-template-columns: repeat(2,1fr); } .calculator-result { grid-template-columns: 1fr 1fr; } .calculator-result aside { grid-column: span 2; border-top: 1px solid var(--line); } }
@media (max-width:980px) { .privacy-layout { grid-template-columns:1fr; gap:35px; } .privacy-nav { position:static; grid-template-columns:repeat(2,minmax(0,1fr)); } .privacy-nav strong { grid-column:1/-1; } }
@media (max-width:620px) { .rain-calculator { margin-top: -25px; padding: 32px 22px; } .calculator-heading,.calculator-consent { align-items: flex-start; flex-direction: column; } .calculator-badge { width: 100%; } .calculator-fields,.calculator-result,.calculator-verification,.calculator-verification form { grid-template-columns: 1fr; } .calculator-verification { padding:24px 18px; } .calculator-verification .verification-note,.calculator-verification .verification-consent,.calculator-verification button { grid-column:auto; } .calculator-result aside { grid-column: auto; } .result-product { border-right: 0; border-bottom: 1px solid var(--line); } }
@media (max-width:620px) { .privacy-nav { grid-template-columns:1fr; } .privacy-nav strong { grid-column:auto; } }
.advice-library-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 42px; }
.advice-library-grid a { display: flex; min-height: 300px; padding: 30px; flex-direction: column; color: var(--ink); text-decoration: none; background: #fff; border: 1px solid var(--line); border-radius: 24px; transition: .2s ease; }
.advice-library-grid a:first-child { grid-column: span 2; color: #fff; background: var(--ink); }
.advice-library-grid a:hover { border-color: var(--green); transform: translateY(-4px); box-shadow: 0 18px 42px rgba(4,47,36,.08); }
.advice-library-grid small { color: var(--green); font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.advice-library-grid a:first-child small,.advice-library-grid a:first-child span { color: #bfff4b; }
.advice-library-grid h3 { margin: 24px 0 14px; font-size: 27px; line-height: 1.08; }
.advice-library-grid p { margin: 0; color: var(--muted); line-height: 1.55; }
.advice-library-grid a:first-child p { color: rgba(255,255,255,.7); }
.advice-library-grid span { margin-top: auto; padding-top: 24px; color: var(--green); font-size: 13px; font-weight: 900; }
.advice-section { margin: 0 0 110px; scroll-margin-top: 120px; }
.advice-section .section-heading { align-items: end; }
.advice-section .section-heading h2,.advice-faq h2 { max-width: 780px; }
.advice-solution-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 40px; }
.advice-solution-grid a { display: flex; min-height: 265px; padding: 28px; flex-direction: column; color: var(--ink); text-decoration: none; background: #fff; border: 1px solid var(--line); border-radius: 24px; }
.advice-solution-grid a:nth-child(1),.advice-solution-grid a:nth-child(4) { background: #edf7f3; }
.advice-solution-grid a:hover { border-color: var(--green); }
.advice-solution-grid h3 { margin: 24px 0 12px; font-size: 25px; line-height: 1.08; }
.advice-solution-grid p { margin: 0; color: var(--muted); line-height: 1.55; }
.advice-solution-grid b { margin-top: auto; color: var(--green); font-size: 14px; }
.advice-conditions { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; padding: 62px; background: var(--ink); color: #fff; border-radius: 30px; }
.advice-conditions h2 { max-width: 700px; margin: 15px 0 28px; font-size: clamp(36px,4vw,58px); line-height: 1; }
.advice-conditions p { color: rgba(255,255,255,.72); line-height: 1.65; }
.advice-conditions>div:first-child>a { display: inline-block; margin-top: 15px; color: #bfff4b; font-weight: 900; text-decoration: none; }
.advice-warning { padding: 34px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 22px; }
.advice-warning>span { color: #bfff4b; }
.advice-warning h3 { margin: 16px 0; font-size: 27px; }
.advice-warning ul { padding-left: 20px; color: rgba(255,255,255,.82); line-height: 1.8; }
.advice-calculation-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 38px; }
.advice-calculation-grid article { padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 22px; }
.advice-calculation-grid h3 { margin: 18px 0 12px; font-size: 25px; }
.advice-calculation-grid p { color: var(--muted); line-height: 1.6; }
.volume-guide { margin-top: 58px; }
.volume-chapter { padding: 52px 0; border-top: 1px solid var(--line); }
.volume-chapter:last-child { border-bottom: 1px solid var(--line); }
.volume-chapter-heading { display: grid; grid-template-columns: 92px 1fr; gap: 24px; margin-bottom: 32px; }
.volume-chapter-heading>span { color: #cbd5d1; font-size: 46px; font-weight: 900; line-height: 1; }
.volume-chapter-heading small { color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.volume-chapter-heading h3 { max-width: 850px; margin: 10px 0 0; font-size: clamp(30px,3.5vw,48px); line-height: 1.05; }
.volume-copy { max-width: 920px; margin-left: 116px; }
.volume-copy>p { color: var(--muted); font-size: 17px; line-height: 1.7; }
.formula-box { margin: 28px 0; padding: 28px 32px; background: var(--ink); color: #fff; border-radius: 20px; }
.formula-box small,.formula-box strong,.formula-box span { display: block; }
.formula-box small { color: #bfff4b; font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.formula-box strong { margin: 12px 0; font-size: clamp(20px,2.5vw,30px); }
.formula-box span { color: rgba(255,255,255,.72); line-height: 1.5; }
.volume-factors { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin: 34px 0 34px 116px; }
.volume-factors section,.retention-steps section { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.volume-factors b { color: var(--green); }
.volume-factors h4,.retention-steps h4 { margin: 18px 0 8px; font-size: 17px; }
.volume-factors p,.retention-steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.example-table { margin: 30px 0 0 116px; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.example-table>div { display: grid; grid-template-columns: 1fr 1.4fr .7fr; gap: 20px; padding: 18px 22px; align-items: center; border-bottom: 1px solid var(--line); }
.example-table>div:last-child { border-bottom: 0; }
.example-table-head { color: var(--green); background: #edf7f3; font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.example-table span { color: var(--muted); }
.example-table b { text-align: right; }
.volume-disclaimer { margin: 14px 0 0 116px; color: var(--muted); font-size: 12px; }
.volume-alert { max-width: 920px; margin: 28px 0 0 116px; padding: 24px 28px; background: #fff7e9; border-left: 4px solid #e89a2b; border-radius: 12px; }
.volume-alert strong { font-size: 18px; }
.volume-alert p { margin: 8px 0 0; color: var(--muted); line-height: 1.6; }
.retention-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin: 30px 0 0 116px; }
.retention-steps span { color: var(--green); font-size: 13px; font-weight: 900; }
.volume-links { display: flex; flex-wrap: wrap; gap: 26px; margin: 30px 0 0 116px; }
.volume-links a { color: var(--green); font-weight: 900; text-decoration: none; }
.advice-preparation { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: start; }
.advice-preparation h2 { max-width: 740px; margin: 15px 0 35px; font-size: clamp(36px,4vw,56px); line-height: 1.02; }
.advice-preparation ol { display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.advice-preparation li { display: flex; gap: 16px; padding: 22px 16px 22px 0; border-bottom: 1px solid var(--line); }
.advice-preparation li b { color: var(--green); }
.advice-preparation li span,.advice-preparation li strong { display: block; }
.advice-preparation li span { color: var(--muted); font-size: 14px; line-height: 1.45; }
.advice-preparation li strong { margin-bottom: 4px; color: var(--ink); font-size: 16px; }
.advice-preparation aside { padding: 36px; background: #edf7f3; border-radius: 24px; }
.advice-preparation aside h3 { margin: 0 0 14px; font-size: 29px; }
.advice-preparation aside p { color: var(--muted); line-height: 1.6; }
.advice-preparation aside>a:last-child { display: block; margin-top: 22px; color: var(--green); font-weight: 900; text-decoration: none; }
.advice-faq { margin-bottom: 100px; }
.advice-faq-list { margin-top: 35px; border-top: 1px solid var(--line); }
.advice-faq details { border-bottom: 1px solid var(--line); }
.advice-faq summary { padding: 24px 5px; cursor: pointer; font-size: 20px; font-weight: 900; }
.advice-faq details p { max-width: 850px; margin: -6px 0 25px; color: var(--muted); line-height: 1.65; }
.advice-cta { display: flex; margin-bottom: 20px; padding: 48px 54px; align-items: center; justify-content: space-between; gap: 40px; background: #bfff4b; border-radius: 28px; }
.advice-cta h2 { margin: 10px 0; font-size: clamp(32px,4vw,52px); }
.advice-cta p { max-width: 760px; margin: 0; }
.advice-article-page { background: #f8faf9; }
.advice-article-hero { padding: 58px 0 70px; background: linear-gradient(130deg,#fff 0%,#edf7f3 100%); border-bottom: 1px solid var(--line); }
.article-breadcrumb { display: flex; gap: 10px; margin-bottom: 58px; color: var(--muted); font-size: 13px; }
.article-breadcrumb a { color: var(--green); font-weight: 900; text-decoration: none; }
.advice-article-hero h1 { max-width: 1050px; margin: 18px 0 22px; font-size: clamp(44px,6vw,78px); line-height: .98; letter-spacing: -.04em; }
.advice-article-hero>div>p { max-width: 820px; color: var(--muted); font-size: 19px; line-height: 1.6; }
.article-meta { display: flex; flex-wrap: wrap; gap: 14px 36px; margin-top: 34px; padding-top: 25px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.article-meta strong { color: var(--ink); }
.advice-article-layout { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 80px; padding-top: 70px; }
.advice-article-body { max-width: 830px; }
.article-perex { margin: 0 0 32px; color: var(--ink); font-size: 23px; font-weight: 700; line-height: 1.5; }
.article-quick-answer { margin-bottom: 64px; padding: 28px 32px; background: #bfff4b; border-radius: 20px; }
.article-quick-answer strong { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.article-quick-answer p { margin: 10px 0 0; line-height: 1.6; }
.advice-article-body>section { position: relative; margin: 0 0 68px; padding-top: 4px; }
.article-section-number { position: absolute; left: -62px; top: 11px; color: #b8c6c1; font-size: 16px; font-weight: 900; }
.advice-article-body h2 { margin: 0 0 24px; font-size: clamp(30px,3.4vw,46px); line-height: 1.06; }
.advice-article-body>section>p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.advice-article-body ul { margin-top: 24px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.advice-article-body li { padding: 15px 0 15px 28px; border-bottom: 1px solid var(--line); line-height: 1.5; }
.advice-article-body li:before { content: "✓"; float: left; margin-left: -28px; color: var(--green); font-weight: 900; }
.advice-article-sidebar { position: relative; }
.advice-article-sidebar>div { margin-bottom: 16px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.advice-article-sidebar>div:first-child { position: sticky; top: 90px; }
.advice-article-sidebar small { color: var(--green); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.advice-article-sidebar h3 { margin: 14px 0 8px; font-size: 23px; }
.advice-article-sidebar p { color: var(--muted); font-size: 14px; line-height: 1.6; }
.advice-article-sidebar a:not(.btn) { display: block; margin-top: 14px; color: var(--green); font-weight: 900; text-decoration: none; }
.article-faq { padding-top: 50px!important; border-top: 2px solid var(--ink); }
.article-faq details { border-bottom: 1px solid var(--line); }
.article-faq summary { padding: 20px 0; cursor: pointer; font-size: 18px; font-weight: 900; }
.article-faq details p { margin: -4px 0 22px; color: var(--muted); line-height: 1.65; }
.article-footer-nav { display: flex; padding-top: 35px; padding-bottom: 75px; justify-content: space-between; border-top: 1px solid var(--line); }
.article-footer-nav a { color: var(--green); font-weight: 900; text-decoration: none; }
@media (max-width: 980px) { .advice-intro,.advice-conditions,.advice-preparation { grid-template-columns: 1fr; gap: 34px; } .advice-topics,.advice-solution-grid,.advice-library-grid { grid-template-columns: repeat(2,1fr); } .advice-library-grid a:first-child { grid-column: span 2; } .advice-calculation-grid { grid-template-columns: 1fr; } .volume-factors,.retention-steps { grid-template-columns: repeat(2,1fr); } .advice-article-layout { grid-template-columns: 1fr; gap: 35px; } .advice-article-body { max-width: none; } .article-section-number { position: static; display: block; margin-bottom: 10px; } .advice-article-sidebar>div:first-child { position: static; } }
@media (max-width: 620px) { .advice-page { padding-top: 45px; } .advice-topics,.advice-solution-grid,.advice-library-grid,.advice-preparation ol,.volume-factors,.retention-steps { grid-template-columns: 1fr; } .advice-library-grid a:first-child { grid-column: auto; } .advice-topics { margin-bottom: 70px; } .advice-topics a { min-height: 160px; } .advice-conditions { padding: 30px 24px; } .advice-cta { align-items: flex-start; flex-direction: column; padding: 34px 25px; } .volume-chapter-heading { grid-template-columns: 1fr; gap: 12px; } .volume-chapter-heading>span { font-size: 30px; } .volume-copy,.volume-factors,.example-table,.volume-disclaimer,.volume-alert,.retention-steps,.volume-links { margin-left: 0; } .example-table>div { grid-template-columns: 1fr; gap: 6px; } .example-table-head { display: none!important; } .example-table b { text-align: left; } .advice-article-hero { padding-top: 35px; } .article-breadcrumb { margin-bottom: 36px; } .article-meta { flex-direction: column; } .article-footer-nav { align-items: flex-start; flex-direction: column; gap: 20px; } }
.page-hero-products { color: var(--ink); background: #fff; }
.page-hero-products .page-hero-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(45px,7vw,100px); align-items: center; }
.page-hero-products .eyebrow { color: var(--green); }
.page-hero-products h1 { max-width: 760px; }
.page-hero-products p { color: var(--muted); }
.page-hero-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.page-hero-badges span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 8px; color: var(--green-dark); background: #f7faf8; font-size: 11px; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.page-hero-photo { position: relative; display: grid; grid-template-rows: 315px auto; min-height: 430px; padding: 12px; overflow: hidden; border: 1px solid #dbe6e1; border-radius: 28px; color: var(--ink); background: #f2f7f4; box-shadow: 0 24px 60px rgba(5,50,39,.12); transition: transform .2s ease, box-shadow .2s ease; }
.page-hero-photo:hover { transform: translateY(-4px); box-shadow: 0 30px 70px rgba(5,50,39,.17); }
.page-hero-photo:before { content: "ČESKÁ VÝROBA"; position: absolute; z-index: 2; top: 28px; left: 28px; padding: 8px 11px; border-radius: 999px; color: #fff; background: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .09em; }
.page-hero-photo img { width: 100%; height: 315px; object-fit: cover; object-position: center 58%; border-radius: 18px; }
.page-hero-photo span { display: grid; grid-template-columns: 1fr auto; gap: 5px 20px; align-items: end; padding: 20px 16px 12px; }
.page-hero-photo span small { grid-column: 1 / -1; color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.page-hero-photo span strong { font-size: 28px; letter-spacing: -.04em; }
.page-hero-photo span b { color: var(--green); font-size: 11px; }
.page-content { padding: 88px 0 105px; }
.catalog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.catalog-card { display: grid; grid-template-columns: 190px 1fr; gap: 25px; align-items: center; min-height: 285px; padding: 28px; border: 1px solid var(--line); border-radius: 28px; background: white; transition: transform .2s ease, box-shadow .2s ease; }
.catalog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.catalog-card img { display: block; width: 190px; height: 190px; box-sizing: border-box; padding: 14px; border-radius: 16px; background: #f3f7f4; object-fit: contain; object-position: center; }
.catalog-card-photo img { object-fit: cover; padding: 0; }
.catalog-card small { color: var(--green); font-weight: 850; }
.catalog-card h2 { margin: 7px 0 8px; font: 820 29px/1.02 inherit; letter-spacing: -.04em; }
.catalog-card p { color: var(--muted); font-size: 14px; }
.catalog-card span { color: var(--green); font-weight: 800; }
.catalog-card-modern { position: relative; grid-template-columns: 215px 1fr; min-height: 310px; padding: 22px; overflow: hidden; isolation: isolate; }
.catalog-card-modern:before { content: ""; position: absolute; z-index: -1; width: 210px; height: 210px; left: -80px; bottom: -115px; border-radius: 50%; background: var(--card-accent,#baff45); opacity: .14; filter: blur(2px); }
.catalog-card-modern img { width: 215px; height: 248px; padding: 0; border: 0; border-radius: 22px; background: linear-gradient(145deg,#eef6f1,#f9fcfa); object-fit: contain; box-shadow: inset 0 0 0 1px rgba(7,59,45,.05); transition: transform .28s ease; }
.catalog-card-modern:hover img { transform: scale(1.025); }
.catalog-card-modern > div { padding: 8px 8px 8px 2px; }
.catalog-card-modern small { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #08382c; background: var(--card-accent,#baff45); }
.catalog-card-modern h2 { margin-top: 16px; font-size: 31px; }
.tone-green { --card-accent:#24b47e; }.tone-green img{background:linear-gradient(145deg,#dff4e9,#f9fcfa)}
.tone-mint { --card-accent:#7fd9bb; }.tone-mint img{background:linear-gradient(145deg,#e6f7f1,#fbfdfc)}
.tone-blue { --card-accent:#63bfe5; }.tone-blue img{background:linear-gradient(145deg,#e5f5fb,#fafdff)}
.tone-sand { --card-accent:#d8ad63; }.tone-sand img{background:linear-gradient(145deg,#f7efdf,#fffdf9)}
.tone-lime { --card-accent:#baff45; }.tone-lime img{background:linear-gradient(145deg,#eefbdc,#fcfff8)}
.tone-orange { --card-accent:#f09a45; }.tone-orange img{background:linear-gradient(145deg,#fcebdc,#fffaf6);object-fit:cover}
.tone-dark { --card-accent:#71867f; }.tone-dark img{background:#e7ece9;object-fit:contain;object-position:center}
.tone-violet { --card-accent:#9f92dc; }.tone-violet img{background:linear-gradient(145deg,#f0edfb,#fdfcff)}
.catalog-card-septic img { object-fit: contain; object-position: center; transform: none; }
.catalog-card-septic:hover img { transform: scale(1.025); }
.shaft-shop-followup { padding: 0 0 78px; background: #fff; }
.shaft-shop-followup .shop-last-step { margin-top: 0; }
.series-section { width: min(1180px, calc(100% - 40px)); margin: 82px auto 0; }
.series-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.series-card { position: relative; display: flex; flex-direction: column; min-height: 500px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; overflow: hidden; }
.series-gallery { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 8px; width: 100%; height: 175px; min-height: 175px; max-height: 175px; margin-top: 14px; overflow: hidden; }
.series-gallery img { display: block; width: 100%; height: 175px; min-width: 0; min-height: 0; max-height: 175px; border-radius: 11px; background: #eef4ef; object-fit: cover; overflow: hidden; }
.series-gallery img:first-child { object-fit: contain; padding: 9px; }
.series-card:nth-child(1) .series-gallery img,
.series-card:nth-child(2) .series-gallery img,
.series-card:nth-child(4) .series-gallery img,
.series-card:nth-child(5) .series-gallery img,
.series-card:nth-child(6) .series-gallery img { object-fit: contain; object-position: center; padding: 9px; }
.series-gallery img:nth-child(2) { object-fit: cover; object-position: center; padding: 0; }
.series-card > * { position: relative; z-index: 1; }
.series-card.featured,
.series-card.technical,
.series-card.potable { color: var(--ink); background: #fff; }
.series-card.potable { border-color: #b9dedb; }
.series-top { display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.series-top > span { color: var(--green); text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 850; }
.series-card.featured .series-top > span { color: var(--green); }
.series-top b { padding: 5px 8px; border-radius: 7px; color: var(--green-dark); background: var(--lime); font-size: 10px; text-transform: uppercase; letter-spacing: .05em; }
.series-card h3 { margin: 17px 0 7px; font-size: clamp(31px,3.2vw,44px); line-height: .92; letter-spacing: -.055em; }
.series-card p { max-width: 520px; margin: 0; color: var(--muted); }
.series-card.featured p { color: var(--muted); }
.type-chips { display: flex; flex-wrap: wrap; gap: 6px; margin: 25px 0 28px; }
.type-chips span, .type-chips a { padding: 6px 9px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: rgba(255,255,255,.65); font-size: 11px; font-weight: 800; text-decoration: none; }
.series-card.featured .type-chips span, .series-card.featured .type-chips a { color: var(--ink); border-color: var(--line); background: #f7faf8; }
.type-chips-active a { cursor: pointer; transition: transform .18s ease, color .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.type-chips-active a:hover, .type-chips-active a:focus-visible { color: #fff; border-color: var(--green); background: var(--green); box-shadow: 0 8px 18px rgba(0,110,75,.18); transform: translateY(-2px); outline: none; }
.series-card > a { margin-top: auto; font-weight: 850; color: var(--green); }
.series-card.featured > a { color: var(--green); }
.legacy-series { display: grid; grid-template-columns: minmax(230px,.65fr) 1.35fr; gap: 45px; margin-top: 52px; padding: 30px 0 0; border-top: 1px solid var(--line); }
.legacy-series small { color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.legacy-series h2 { margin: 8px 0 0; font-size: 25px; letter-spacing: -.035em; }
.legacy-series p { margin: 0 0 10px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.legacy-series strong { color: var(--ink); }
.legacy-series a { color: var(--green); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.accessories-section { margin-top: 100px; scroll-margin-top: 100px; }
.accessories-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; margin-bottom: 30px; }
.accessories-head h2 { max-width: 680px; margin: 12px 0 0; font-size: clamp(38px,5vw,62px); line-height: .96; letter-spacing: -.055em; }
.accessories-head > p { margin: 0; color: var(--muted); line-height: 1.65; }
.accessory-directory { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 32px; }
.accessory-directory a { display: grid; grid-template-columns: auto 1fr auto; gap: 13px; align-items: center; min-height: 76px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; transition: border-color .2s ease, transform .2s ease; }
.accessory-directory a:hover { border-color: var(--green); transform: translateY(-2px); }
.accessory-directory small { color: var(--green); font-weight: 850; }
.accessory-directory strong { font-size: 15px; }
.accessory-directory span { color: var(--green); font-size: 20px; }
.accessories-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.accessories-section > .accessories-grid { display: none; }
.accessory-card { display: flex; flex-direction: column; min-height: 430px; border: 1px solid var(--line); border-radius: 18px; background: #fff; overflow: hidden; }
.accessory-card > img { width: 100%; height: 220px; padding: 20px; background: #eef4ef; object-fit: contain; object-position: center; }
.accessory-card > div { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.accessory-card small { color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.accessory-card h3 { margin: 9px 0 8px; font-size: 25px; letter-spacing: -.04em; }
.accessory-card p { margin: 0 0 20px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.accessory-card a { margin-top: auto; color: var(--green); font-weight: 850; }
.accessory-specials { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 16px; }
.accessory-specials > section { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: #eef4ef; scroll-margin-top: 100px; }
.accessory-specials small { color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.accessory-specials h3 { margin: 9px 0 8px; font-size: 32px; letter-spacing: -.045em; }
.accessory-specials p { margin: 0 0 22px; color: var(--muted); }
.special-links { display: flex; flex-wrap: wrap; gap: 7px; }
.special-links a { padding: 8px 11px; border: 1px solid var(--line); border-radius: 8px; color: var(--green); background: #fff; font-size: 12px; font-weight: 850; }
.catalog-subpage, .product-detail { padding-top: 52px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin-bottom: 55px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { color: var(--green); font-weight: 800; }
.breadcrumbs strong { color: var(--ink); }
.subpage-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; margin-bottom: 40px; }
.subpage-head h1, .subpage-head h2 { max-width: 760px; margin: 12px 0 0; font-size: clamp(42px,5vw,68px); line-height: .94; letter-spacing: -.06em; }
.subpage-head > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.subcategory-products { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.subcategory-product { display: grid; grid-template-columns: 44% 1fr; min-height: 360px; border: 1px solid var(--line); border-radius: 22px; background: #fff; overflow: hidden; }
.subcategory-product img { width: 100%; height: 100%; min-height: 360px; padding: 25px; background: #eef4ef; object-fit: contain; }
.subcategory-product > div { display: flex; flex-direction: column; padding: 30px; }
.subcategory-product small { color: var(--green); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.subcategory-product h3 { margin: 45px 0 10px; font-size: 35px; letter-spacing: -.05em; }
.subcategory-product p { color: var(--muted); }
.subcategory-product span { margin-top: auto; color: var(--green); font-weight: 850; }
.pass-products { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.pass-product { display: grid; grid-template-columns: 150px 1fr; min-height: 190px; border: 1px solid var(--line); border-radius: 18px; background: #fff; overflow: hidden; }
.pass-product img { width: 150px; height: 100%; min-height: 190px; padding: 18px; background: #eef4ef; object-fit: contain; }
.pass-product > div { display: flex; flex-direction: column; padding: 22px; }
.pass-product small { color: var(--green); font-size: 9px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.pass-product h3 { margin: 20px 0 8px; font-size: 23px; line-height: 1.05; letter-spacing: -.04em; }
.vs-roto-products .pass-product h3 { font-size: clamp(17px, 1.35vw, 20px); letter-spacing: -.035em; white-space: nowrap; }
.pass-product span { margin-top: auto; color: var(--green); font-size: 12px; font-weight: 850; }
.product-detail-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.product-detail-photo { display: grid; place-items: center; min-height: 570px; padding: 45px; border-radius: 28px; background: #eef4ef; }
.product-detail-photo img { width: 100%; height: 480px; object-fit: contain; }
.product-detail-gallery { display: block; padding: 24px; }
.product-detail-gallery a { position: relative; display: grid; place-items: center; overflow: hidden; border-radius: 15px; background: #fff; }
.product-detail-gallery a > span { position: absolute; right: 10px; bottom: 10px; padding: 6px 9px; border-radius: 999px; color: #fff; background: rgba(6,72,55,.84); font-size: 10px; font-weight: 850; opacity: 0; transform: translateY(4px); transition: opacity .18s ease, transform .18s ease; }
.product-detail-gallery a:hover > span, .product-detail-gallery a:focus-visible > span { opacity: 1; transform: translateY(0); }
.product-detail-gallery .gallery-main-link { border-radius: 18px; }
.product-detail-gallery .gallery-main { display: block; height: 360px; border-radius: 18px; background: #fff; object-fit: contain; object-position: center; }
.product-detail-gallery .gallery-thumbs { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 12px; }
.product-detail-gallery .gallery-thumbs img { width: 100%; height: 150px; border-radius: 15px; object-fit: contain; object-position: center; background: #fff; }
.gallery-image-note { margin: 12px 4px 0; color: #60736e; font-size: 13px; line-height: 1.45; }
.gallery-lightbox { position: fixed; inset: 0; z-index: 10000; display: none; place-items: center; padding: 28px; background: rgba(3,25,20,.92); }
.gallery-lightbox.is-open { display: grid; }
.gallery-lightbox img { display: block; max-width: min(94vw,1500px); max-height: 88vh; object-fit: contain; border-radius: 14px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.38); }
.gallery-lightbox button { position: fixed; top: 20px; right: 22px; z-index: 2; padding: 11px 16px; border: 0; border-radius: 999px; color: #07372b; background: #fff; font: inherit; font-size: 13px; font-weight: 900; cursor: pointer; }
.gallery-lightbox button:hover, .gallery-lightbox button:focus-visible { color: #fff; background: var(--green); outline: 3px solid rgba(255,255,255,.7); }
body.gallery-lightbox-open { overflow: hidden; }
.product-detail-copy h1 { margin: 16px 0 24px; font-size: clamp(55px,7vw,92px); line-height: .88; letter-spacing: -.07em; }
.product-detail-copy h1.accessory-detail-title { font-size: clamp(46px,5.5vw,76px); line-height: .92; }
.product-detail-copy > p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.detail-badges { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 28px; }
.detail-badges span { padding: 8px 11px; border: 1px solid var(--line); border-radius: 8px; font-size: 11px; font-weight: 850; text-transform: uppercase; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; margin-top: 34px; }
.detail-actions .btn { min-width: 210px; padding: 16px 22px; text-align: center; box-shadow: 0 14px 30px rgba(0,128,91,.22); }
.detail-actions > a:not(.btn) { color: var(--green); font-size: 13px; font-weight: 850; }
.product-detail-body { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; margin-top: 100px; }
.product-detail-body { scroll-margin-top: 90px; }
.product-detail-body h2, .product-documents h2, .shop-last-step h2 { margin: 12px 0 28px; font-size: clamp(34px,4vw,52px); line-height: .96; letter-spacing: -.055em; }
.spec-list { margin: 0; border-top: 1px solid var(--line); }
.spec-list > div { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.spec-list dt { color: var(--muted); }
.spec-list dd { margin: 0; font-weight: 850; text-align: right; }
.compatibility-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.compatibility-list li { padding: 14px 0; border-bottom: 1px solid var(--line); font-weight: 750; }
.compatibility-list li:before { content: "✓"; margin-right: 10px; color: var(--green); }
.product-documents { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; margin-top: 100px; padding: 42px; border-radius: 24px; background: #eef4ef; }
.product-documents p { max-width: 630px; color: var(--muted); }
.document-link { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.document-link span { color: var(--green); font-size: 12px; font-weight: 850; }
.shop-last-step { display: flex; justify-content: space-between; gap: 40px; align-items: center; margin-top: 24px; padding: 42px; border: 1px solid var(--line); border-radius: 24px; }
.shop-last-step small { color: var(--green); font-weight: 850; text-transform: uppercase; }
.shop-last-step h2 { margin-bottom: 0; }
.shop-last-step .btn-shop { color: var(--ink) !important; background: #b8ff3d !important; border-color: #b8ff3d; box-shadow: 0 14px 32px rgba(137, 209, 45, .3); }
.shop-last-step .btn-shop:hover { color: var(--ink) !important; background: #c8ff67 !important; border-color: #c8ff67; transform: translateY(-2px); }
.detail-actions .btn-shop { color: var(--ink) !important; background: #b8ff3d !important; border-color: #b8ff3d; box-shadow: 0 14px 32px rgba(137, 209, 45, .3); }
.detail-actions .btn-shop:hover { color: var(--ink) !important; background: #c8ff67 !important; border-color: #c8ff67; transform: translateY(-2px); }
.buying-assurance { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; margin-top: 80px; padding: 46px; color: #fff; background: var(--ink); border-radius: 28px; }
.buying-assurance h2 { margin: 12px 0 20px; max-width: 620px; color: #fff; font-size: clamp(34px,4vw,54px); line-height: .98; letter-spacing: -.05em; }
.buying-assurance-intro > p { max-width: 600px; color: rgba(255,255,255,.74); line-height: 1.7; }
.buying-assurance .eyebrow { color: #9dff42; }
.buying-assurance-points { display: grid; }
.buying-assurance-points article { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.18); }
.buying-assurance-points article:first-child { border-top: 0; padding-top: 0; }
.buying-assurance-points strong { color: #b8ff3d; font-size: 18px; }
.buying-assurance-points p { margin: 7px 0 0; color: rgba(255,255,255,.76); line-height: 1.55; }
.editorial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: center; }
.editorial-image { height: 560px; overflow: hidden; border-radius: 32px; background: var(--mint); }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; }
.editorial-image-product { display: grid; place-items: center; padding: 45px; background: linear-gradient(145deg,var(--green),var(--green-dark)); }
.editorial-image-product img { width: 100%; height: 100%; max-height: 460px; object-fit: contain; filter: drop-shadow(0 26px 30px rgba(0,0,0,.25)); }
.editorial-copy h2 { margin: 0; font: 820 clamp(38px,5vw,58px)/.98 inherit; letter-spacing: -.055em; }
.editorial-copy p { color: var(--muted); font-size: 17px; }
.editorial-copy ul { margin: 26px 0 34px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.editorial-copy li { padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.editorial-copy li:before { content: "✓"; margin-right: 10px; color: var(--green); }
.contact-directory { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.contact-page { padding-top:72px; }
.contact-location-intro { display:grid; grid-template-columns:1.05fr .95fr; gap:70px; align-items:end; margin-bottom:38px; }
.contact-location-intro h2 { margin:12px 0 0; max-width:720px; font-size:clamp(38px,5vw,62px); line-height:.98; letter-spacing:-.05em; }
.contact-location-intro p { margin:0; color:var(--muted); font-size:17px; line-height:1.65; }
.contact-locations { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.contact-location { overflow:hidden; border:1px solid var(--line); border-radius:28px; background:#fff; box-shadow:0 18px 48px rgba(9,43,34,.06); }
.contact-location-primary { border-color:rgba(0,132,91,.4); }
.contact-location-copy { padding:32px; }
.contact-location small, .contact-headquarters small { color:var(--green); font-size:11px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.contact-location h2, .contact-headquarters h2 { margin:12px 0 18px; font-size:clamp(30px,3.7vw,48px); line-height:1.02; letter-spacing:-.045em; }
.contact-location p { color:var(--muted); line-height:1.6; }
.contact-location ul { margin:22px 0; padding:0; list-style:none; border-top:1px solid var(--line); }
.contact-location li { padding:10px 0; border-bottom:1px solid var(--line); font-weight:750; }
.contact-location li:before { content:"✓"; margin-right:9px; color:var(--green); }
.contact-location .contact-hours { color:var(--ink); }
.contact-location-actions { display:flex; flex-wrap:wrap; gap:10px; align-items:center; }
.contact-location-actions .btn { min-width:0; }
.contact-location iframe { display:block; width:100%; height:280px; border:0; background:var(--mint); }
.contact-headquarters { grid-column:1/-1; display:grid; grid-template-columns:.9fr 1.15fr 1fr; gap:45px; align-items:center; padding:32px; border:1px solid var(--line); border-radius:28px; background:#f4f7f5; }
.contact-headquarters h2 { margin-bottom:12px; }
.contact-headquarters p { margin:0; color:var(--muted); line-height:1.6; }
.contact-warning { display:flex; flex-direction:column; gap:7px; padding:20px 22px; border-left:4px solid #e18a2b; border-radius:0 14px 14px 0; background:#fff7ec; }
.contact-warning strong { font-size:18px; }
.contact-warning span { color:var(--muted); line-height:1.5; }
.contact-headquarters dl { margin:0; }
.contact-headquarters dl div { display:flex; justify-content:space-between; gap:15px; padding:9px 0; border-bottom:1px solid var(--line); }
.contact-headquarters dt { color:var(--muted); }
.contact-headquarters dd { margin:0; font-weight:800; }
.contact-people-heading { margin:90px 0 30px; }
.contact-people-heading h2 { margin:12px 0 0; font-size:clamp(36px,4.5vw,56px); line-height:1; letter-spacing:-.05em; }
.reference-intro, .document-hub-intro { display:grid; grid-template-columns:1.1fr .9fr; gap:70px; align-items:end; margin-bottom:42px; }
.reference-intro h2, .document-hub-intro h2 { margin:12px 0 0; font-size:clamp(38px,5vw,62px); line-height:.98; letter-spacing:-.05em; }
.reference-intro p, .document-hub-intro p { margin:0; color:var(--muted); font-size:17px; line-height:1.65; }
.reference-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.reference-card { overflow:hidden; border:1px solid var(--line); border-radius:24px; background:#fff; box-shadow:0 18px 48px rgba(9,43,34,.06); }
.reference-card>img { width:100%; height:320px; object-fit:cover; }
.reference-card>img[src$="reference-mikroskop-box.webp"] { height:280px; padding:18px; object-fit:contain; background:#f1f6f3; }
.reference-card>div:last-child { padding:28px; }
.reference-card small, .document-hub-grid small { color:var(--green); font-size:11px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.reference-card h2, .reference-card h3 { margin:10px 0 12px; font-size:clamp(25px,3vw,38px); line-height:1.04; letter-spacing:-.04em; }
.reference-card p, .document-hub-grid p { color:var(--muted); line-height:1.6; }
.reference-card a, .document-hub-grid a { color:var(--green); font-weight:850; text-decoration:none; }
.reference-detail { margin-top:22px; border:1px solid var(--line); border-radius:16px; background:#f5faf7; }
.reference-detail summary { display:flex; justify-content:space-between; align-items:center; gap:18px; padding:16px 18px; color:var(--green); font-weight:900; cursor:pointer; list-style:none; }
.reference-detail summary::-webkit-details-marker { display:none; }
.reference-detail summary span { display:grid; place-items:center; width:30px; height:30px; border-radius:50%; color:#07372b; background:#baff49; font-size:20px; transition:transform .2s ease; }
.reference-detail[open] summary span { transform:rotate(45deg); }
.reference-detail>div { padding:2px 20px 20px; border-top:1px solid var(--line); }
.reference-detail h3 { margin:20px 0 10px; font-size:22px; }
.reference-detail ul { display:grid; gap:8px; margin:16px 0; padding-left:20px; color:var(--muted); }
.reference-detail-result { margin-bottom:0; padding:13px 15px; border-radius:12px; color:#07372b!important; background:#e2f7ec; }
.reference-source { display:inline-flex; margin-top:16px; }
.reference-expanded-gallery { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; margin:18px 0; }
.reference-expanded-gallery a { display:block; overflow:hidden; border-radius:12px; background:#08261f; }
.reference-expanded-gallery img { display:block; width:100%; aspect-ratio:4/3; object-fit:cover; transition:transform .2s ease; }
.reference-expanded-gallery a:hover img { transform:scale(1.025); }
.reference-expanded-gallery-four { grid-template-columns:repeat(2,minmax(0,1fr)); }
.reference-card-wide { grid-column:1/-1; }
.reference-grid>.reference-card { order:10; }
.reference-grid>.reference-card-wide { order:1; }
.reference-grid>.reference-card:has(>img[src$="reference-spork-1.webp"]) { order:2; grid-column:1/-1; }
.reference-grid>.reference-card:has(>img[src$="reference-vany-na-miru.webp"]) { order:3; }
.reference-grid>.reference-card:has(>img[src$="reference-posilovaci-sachta.webp"]) { order:4; }
.reference-grid>.reference-card:has(>img[src$="reference-mikroskop-box.webp"]) { order:5; }
.reference-gallery { display:grid; grid-template-columns:1.35fr .8fr .8fr; gap:8px; height:390px; padding:8px!important; }
.reference-gallery img { width:100%; height:100%; min-width:0; object-fit:cover; border-radius:16px; }
.reference-proof, .certification-note { display:flex; justify-content:space-between; gap:40px; align-items:center; margin-top:48px; padding:38px; border-radius:24px; color:#fff; background:linear-gradient(135deg,#063c2e,#00865f); }
.reference-proof h2, .certification-note h2 { margin:8px 0 10px; font-size:clamp(28px,4vw,46px); letter-spacing:-.045em; }
.reference-proof p, .certification-note p { max-width:800px; color:rgba(255,255,255,.78); line-height:1.6; }
.reference-proof small { font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.reference-proof .btn, .certification-note .btn { flex:0 0 auto; background:#baff49; color:#07372b; }
.document-hub-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.document-hub-grid>section { padding:30px; border:1px solid var(--line); border-radius:22px; background:#fff; }
.document-hub-grid h3 { margin:10px 0 12px; font-size:28px; letter-spacing:-.035em; }
.certification-documents { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; margin-bottom:70px; }
.certification-documents>a { min-height:210px; display:flex; flex-direction:column; align-items:flex-start; padding:26px; border:1px solid var(--line); border-radius:22px; color:var(--ink); background:linear-gradient(145deg,#fff 55%,#eef7f2); text-decoration:none; transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
.certification-documents>a:hover { transform:translateY(-3px); border-color:#69bca2; box-shadow:0 18px 45px rgba(7,55,43,.1); }
.certification-documents small { color:var(--green); font-size:11px; font-weight:900; letter-spacing:.09em; text-transform:uppercase; }
.certification-documents strong { margin:18px 0; font-size:23px; line-height:1.12; letter-spacing:-.035em; }
.certification-documents span { margin-top:auto; color:var(--green); font-weight:850; }
.document-hub-secondary { margin-top:0; padding-top:6px; }
.installation-guides { margin:0 0 76px; padding:44px; border:1px solid #bcded2; border-radius:28px; background:#f1f8f4; }
.installation-guides .document-hub-intro { margin-bottom:32px; }
.installation-guide-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.installation-guide-grid>a { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:7px 18px; align-items:center; min-height:108px; padding:21px 23px; border:1px solid var(--line); border-radius:17px; color:var(--ink); background:#fff; text-decoration:none; transition:border-color .2s ease,transform .2s ease; }
.installation-guide-grid>a:hover { transform:translateY(-2px); border-color:#54ad90; }
.installation-guide-grid small { grid-column:1/-1; color:var(--green); font-size:10px; font-weight:900; letter-spacing:.09em; text-transform:uppercase; }
.installation-guide-grid strong { font-size:19px; line-height:1.18; }
.installation-guide-grid span { color:var(--green); font-size:13px; font-weight:850; text-align:right; }
.manufacturing-page { padding-top:38px; }
.manufacturing-intro { display:grid; grid-template-columns:minmax(0,1fr) minmax(420px,.86fr); gap:70px; align-items:center; padding-bottom:54px; }
.manufacturing-intro h2 { margin:16px 0 22px; max-width:760px; font-size:clamp(44px,6vw,76px); line-height:.94; letter-spacing:-.06em; }
.manufacturing-intro p { max-width:680px; color:var(--muted); font-size:18px; line-height:1.65; }
.manufacturing-hero-gallery { position:relative; min-height:530px; }
.manufacturing-hero-gallery img { position:absolute; width:72%; height:72%; object-fit:cover; border-radius:26px; box-shadow:0 22px 55px rgba(7,55,43,.14); }
.manufacturing-hero-gallery img:first-child { left:0; top:0; object-fit:contain; background:#eef5f1; }
.manufacturing-hero-gallery img:last-child { right:0; bottom:0; border:9px solid #fff; }
.manufacturing-choice { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; margin:0 0 18px; }
.manufacturing-choice a { display:flex; flex-direction:column; min-height:155px; padding:25px 28px; border:1px solid var(--line); border-radius:20px; color:var(--ink); background:#fff; text-decoration:none; }
.manufacturing-choice a:first-child { border-color:#74bea6; background:linear-gradient(135deg,#e8f7f0,#fff); }
.manufacturing-choice small { color:var(--green); font-weight:900; letter-spacing:.09em; text-transform:uppercase; }
.manufacturing-choice strong { margin:12px 0; font-size:29px; letter-spacing:-.04em; }
.manufacturing-choice span { margin-top:auto; color:var(--green); font-weight:850; }
.manufacturing-facts { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); margin-bottom:90px; border:1px solid var(--line); border-radius:22px; overflow:hidden; background:#fff; }
.manufacturing-facts>div { min-height:145px; display:flex; flex-direction:column; justify-content:center; gap:8px; padding:26px; border-right:1px solid var(--line); }
.manufacturing-facts>div:last-child { border-right:0; }
.manufacturing-facts strong { color:var(--green); font-size:34px; letter-spacing:-.045em; }
.manufacturing-facts span { color:var(--muted); line-height:1.45; }
.manufacturing-technologies { display:grid; gap:28px; }
.manufacturing-technologies article { display:grid; grid-template-columns:minmax(360px,.85fr) minmax(0,1fr); gap:64px; align-items:center; padding:44px; border-radius:28px; background:#f1f7f3; }
.manufacturing-technologies article.reverse { grid-template-columns:minmax(0,1fr) minmax(360px,.85fr); background:#f8f4ec; }
.manufacturing-technologies article.reverse .manufacturing-media { order:2; }
.manufacturing-media { height:470px; border-radius:22px; overflow:hidden; background:#fff; }
.manufacturing-media img { width:100%; height:100%; object-fit:contain; }
.welding-machine-gallery { position:relative; background:#e9eceb; }
.welding-machine-gallery > .welding-machine-main { object-fit:cover; }
.welding-machine-gallery figure { position:absolute; right:16px; bottom:16px; width:42%; margin:0; padding:7px; border-radius:15px; background:#fff; box-shadow:0 14px 34px rgba(3,42,32,.22); }
.welding-machine-gallery figure img { display:block; width:100%; height:122px; object-fit:cover; border-radius:10px; }
.welding-machine-gallery figcaption { padding:8px 5px 3px; color:var(--muted); font-size:11px; font-weight:900; }
.manufacturing-technologies small { color:var(--green); font-size:11px; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.manufacturing-technologies h2 { margin:13px 0 18px; font-size:clamp(38px,4vw,57px); line-height:.98; letter-spacing:-.055em; }
.manufacturing-technologies p { color:var(--muted); font-size:17px; line-height:1.65; }
.manufacturing-technologies ul { margin:22px 0; padding:0; list-style:none; }
.manufacturing-technologies li { padding:10px 0 10px 25px; border-bottom:1px solid rgba(7,55,43,.1); position:relative; }
.manufacturing-technologies li:before { content:'✓'; position:absolute; left:0; color:var(--green); font-weight:900; }
.manufacturing-technologies a { color:var(--green); font-weight:900; text-decoration:none; }
.welding-equipment { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; margin:22px 0 5px; }
.welding-equipment section { padding:17px; border:1px solid rgba(140,95,27,.15); border-radius:15px; background:#fff; }
.welding-equipment h3 { margin:8px 0 7px; font-size:20px; letter-spacing:-.035em; }
.welding-equipment section p { margin:0; font-size:13px; line-height:1.5; }
.rotomoulding-videos { padding:95px 0 15px; }
.rotomoulding-videos .section-heading { display:grid; grid-template-columns:1.15fr .85fr; gap:60px; align-items:end; margin-bottom:34px; }
.rotomoulding-videos h2 { margin:12px 0 0; font-size:clamp(40px,5vw,64px); line-height:.98; letter-spacing:-.055em; }
.rotomoulding-videos .section-heading p { margin:0; color:var(--muted); font-size:17px; line-height:1.65; }
.rotomoulding-video-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.rotomoulding-video-grid article { padding:12px 12px 23px; border:1px solid var(--line); border-radius:22px; background:#fff; }
.video-frame { position:relative; aspect-ratio:16/9; border-radius:14px; overflow:hidden; background:#082f26; }
.video-frame iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }
.video-consent { display:grid; place-items:center; background:linear-gradient(135deg,#0d2b23,#087f5b); }
.video-consent button { max-width:270px; padding:22px; color:#fff; background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.32); border-radius:16px; cursor:pointer; font:inherit; text-align:left; }
.video-consent button strong,.video-consent button span { display:block; }
.video-consent button strong { margin-bottom:7px; font-size:18px; }
.video-consent button span { color:rgba(255,255,255,.72); font-size:12px; line-height:1.5; }
.rotomoulding-video-grid h3 { margin:20px 8px 7px; font-size:22px; letter-spacing:-.035em; }
.rotomoulding-video-grid p { margin:0 8px; color:var(--muted); line-height:1.5; }
.plastic-crusher { display:grid; grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr); gap:54px; align-items:center; margin-top:72px; padding:36px; border-radius:28px; background:#eef7f2; }
.plastic-crusher-gallery { display:grid; grid-template-columns:1.25fr .75fr; gap:12px; }
.plastic-crusher figure { margin:0; overflow:hidden; border-radius:18px; background:#fff; }
.plastic-crusher img { display:block; width:100%; height:330px; object-fit:cover; }
.plastic-crusher figure:nth-child(2) img { object-position:center; }
.plastic-crusher figcaption { padding:11px 14px 13px; color:var(--muted); font-size:12px; font-weight:800; }
.plastic-crusher h2 { margin:13px 0 18px; font-size:clamp(38px,4.3vw,58px); line-height:.98; letter-spacing:-.055em; }
.plastic-crusher p { color:var(--muted); font-size:17px; line-height:1.65; }
.crusher-features { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin:22px 0 4px; }
.crusher-features section { padding:17px; border:1px solid rgba(0,134,95,.16); border-radius:15px; background:#fff; }
.crusher-features small { color:var(--green); font-size:10px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.crusher-features h3 { margin:8px 0 7px; font-size:20px; letter-spacing:-.035em; }
.crusher-features p { margin:0; font-size:13px; line-height:1.5; }
.plastic-crusher ul { margin:22px 0 0; padding:0; list-style:none; }
.plastic-crusher li { position:relative; padding:9px 0 9px 25px; border-bottom:1px solid rgba(7,55,43,.1); }
.plastic-crusher li:before { content:'✓'; position:absolute; left:0; color:var(--green); font-weight:900; }
.rotomoulding-steps { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; margin:20px 0; padding:0; list-style:none; }
.rotomoulding-steps li { display:flex; align-items:center; gap:11px; padding:12px; border:1px solid rgba(0,134,95,.18); border-radius:12px; background:#fff; }
.rotomoulding-steps li:before { display:none; }
.rotomoulding-steps b { flex:0 0 27px; height:27px; display:grid; place-items:center; border-radius:50%; color:#07372b; background:#baff49; }
.rotomoulding-steps span { font-size:13px; line-height:1.3; }
.rotomoulding-steps .material-recovery { grid-column:1 / -1; background:#eef8f2; }
.manufacturing-process { padding:100px 0 80px; }
.manufacturing-process .section-heading { display:grid; grid-template-columns:.6fr 1.4fr; gap:50px; align-items:end; margin-bottom:38px; }
.manufacturing-process h2 { margin:0; font-size:clamp(42px,5vw,66px); line-height:.97; letter-spacing:-.055em; }
.manufacturing-process ol { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); margin:0; padding:0; list-style:none; border:1px solid var(--line); border-radius:22px; overflow:hidden; }
.manufacturing-process li { min-height:220px; padding:25px; border-right:1px solid var(--line); background:#fff; }
.manufacturing-process li:last-child { border-right:0; }
.manufacturing-process li span { color:#8ab9aa; font-size:30px; font-weight:900; }
.manufacturing-process li strong { display:block; margin:28px 0 10px; font-size:20px; }
.manufacturing-process li p { color:var(--muted); line-height:1.5; }
.manufacturing-proof { display:grid; grid-template-columns:1.25fr .75fr; gap:50px; align-items:center; padding:45px; border-radius:26px; color:#fff; background:linear-gradient(135deg,#063c2e,#00865f); }
.manufacturing-proof h2 { margin:10px 0 15px; font-size:clamp(34px,4vw,52px); line-height:1; letter-spacing:-.05em; }
.manufacturing-proof p { max-width:780px; color:rgba(255,255,255,.8); line-height:1.65; }
.manufacturing-proof>div:last-child { display:flex; flex-direction:column; gap:12px; }
.manufacturing-proof .btn-light { border:1px solid rgba(255,255,255,.35); color:#fff; background:transparent; }
.manufacturing-cta { display:flex; align-items:center; justify-content:space-between; gap:50px; margin-top:28px; padding:45px; border:1px solid var(--line); border-radius:26px; background:#fff; }
.manufacturing-cta small { color:var(--green); font-weight:900; text-transform:uppercase; letter-spacing:.08em; }
.manufacturing-cta h2 { margin:9px 0; font-size:clamp(32px,4vw,48px); letter-spacing:-.045em; }
.manufacturing-cta p { margin:0; color:var(--muted); }
.document-list { display:grid; gap:10px; margin-top:18px; }
.document-list a { padding:13px 15px; border:1px solid var(--line); border-radius:12px; background:#f6faf7; }
.site-footer nav { display:flex; flex-wrap:wrap; gap:12px 20px; }
.site-footer nav a { color:inherit; font-weight:800; text-decoration:none; }
.office-card { min-width:0; min-height: 340px; padding: 28px; border: 1px solid var(--line); border-radius: 28px; background: white; }
.office-card.primary { color: white; background: var(--green); }
.office-card small { color: var(--green); text-transform: uppercase; letter-spacing: .11em; font-weight: 850; }
.office-card.primary small { color: #aee5d0; }
.office-card h2 { margin: 44px 0 8px; font-size: clamp(21px,1.55vw,27px); font-weight: 850; letter-spacing: -.04em; white-space:nowrap; }
.office-card p { min-height: 55px; color: var(--muted); }
.office-card.primary p { color: rgba(255,255,255,.7); }
.office-card a { display: block; margin-top: 8px; font-weight: 800; }

@media (max-width: 960px) {
  .header-inner { position: relative; }
  .menu-toggle { display: inline-flex; }
  .main-nav { display: none; position: absolute; top: calc(100% + 1px); left: 0; right: 0; z-index: 20; margin: 0; padding: 15px 20px 20px; flex-direction: column; align-items: stretch; gap: 0; background: rgba(248,250,248,.98); border: 1px solid var(--line); border-top: 0; border-radius: 0 0 18px 18px; box-shadow: 0 20px 40px rgba(16,37,33,.13); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 4px; border-bottom: 1px solid var(--line); font-size: 16px; }
  .main-nav a:last-child { border-bottom: 0; }
  .header-phone { display: none; }
  .brand { min-width: 180px; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .page-hero-products .page-hero-split { grid-template-columns: 1fr; }
  .market-proof-grid { grid-template-columns: 1fr; gap: 38px; }
  .market-proof-preview .market-proof-grid { grid-template-columns:1fr; }
  .home-series-grid { grid-template-columns: repeat(2,1fr); }
  .home-series-head { align-items: start; }
  .hero-visual { min-height: 430px; }
  .hero-card { left: 70px; }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .legacy-series { grid-template-columns: 1fr; gap: 18px; }
  .accessories-head { grid-template-columns: 1fr; gap: 18px; }
  .accessories-grid { grid-template-columns: repeat(2,1fr); }
  .accessory-directory { grid-template-columns: repeat(2,1fr); }
  .subpage-head, .product-detail-hero, .product-detail-body, .product-documents { grid-template-columns: 1fr; gap: 32px; }
  .subcategory-products { grid-template-columns: 1fr; }
  .pass-products { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .decision-grid, .manufacturing-grid { grid-template-columns: 1fr; gap: 48px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid > div:nth-child(2) { border-right: 0; }
  .process-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .contact-shell { grid-template-columns: 1fr; padding: 50px; }
  .catalog-grid, .editorial-grid { grid-template-columns: 1fr; }
  .series-grid { grid-template-columns: 1fr; }
  .contact-directory { grid-template-columns: 1fr; }
  .contact-location-intro { grid-template-columns:1fr; gap:20px; }
  .contact-locations { grid-template-columns:1fr; }
  .contact-headquarters { grid-column:auto; grid-template-columns:1fr; gap:24px; }
  .reference-intro, .document-hub-intro { grid-template-columns:1fr; gap:20px; }
  .reference-grid, .document-hub-grid { grid-template-columns:1fr; }
  .certification-documents { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .installation-guides { padding:28px; }
  .installation-guide-grid { grid-template-columns:1fr; }
  .manufacturing-intro { grid-template-columns:1fr; gap:35px; }
  .manufacturing-hero-gallery { min-height:500px; }
  .manufacturing-facts { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .manufacturing-facts>div:nth-child(2) { border-right:0; }
  .manufacturing-facts>div:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .manufacturing-technologies article, .manufacturing-technologies article.reverse { grid-template-columns:1fr; gap:35px; }
  .manufacturing-technologies article.reverse .manufacturing-media { order:0; }
  .welding-equipment { grid-template-columns:1fr; }
  .rotomoulding-videos .section-heading { grid-template-columns:1fr; gap:18px; }
  .rotomoulding-video-grid { grid-template-columns:1fr; }
  .plastic-crusher { grid-template-columns:1fr; gap:34px; }
  .manufacturing-process ol { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .manufacturing-process li { border-bottom:1px solid var(--line); }
  .manufacturing-process li:nth-child(2n) { border-right:0; }
  .manufacturing-proof { grid-template-columns:1fr; }
}
@media (max-width:620px) {
  .certification-documents { grid-template-columns:1fr; }
  .certification-documents>a { min-height:170px; }
  .installation-guides { padding:22px 16px; }
  .installation-guide-grid>a { grid-template-columns:1fr; }
  .installation-guide-grid span { text-align:left; }
  .manufacturing-page { padding-top:14px; }
  .manufacturing-intro h2 { font-size:43px; }
  .manufacturing-choice { grid-template-columns:1fr; }
  .manufacturing-hero-gallery { min-height:390px; }
  .manufacturing-hero-gallery img { width:78%; height:72%; }
  .manufacturing-facts { grid-template-columns:1fr; }
  .manufacturing-facts>div { border-right:0; border-bottom:1px solid var(--line); }
  .manufacturing-technologies article { padding:24px 18px; }
  .rotomoulding-videos { padding-top:65px; }
  .plastic-crusher { margin-top:52px; padding:22px 18px; }
  .plastic-crusher-gallery { grid-template-columns:1fr 1fr; }
  .plastic-crusher img { height:230px; }
  .crusher-features { grid-template-columns:1fr; }
  .rotomoulding-steps { grid-template-columns:1fr; }
  .manufacturing-media { height:330px; }
  .welding-machine-gallery figure { width:46%; right:10px; bottom:10px; }
  .welding-machine-gallery figure img { height:90px; }
  .manufacturing-process { padding:65px 0 55px; }
  .manufacturing-process .section-heading, .manufacturing-process ol { grid-template-columns:1fr; }
  .manufacturing-process li { min-height:170px; border-right:0; }
  .manufacturing-proof, .manufacturing-cta { padding:28px 22px; }
  .manufacturing-cta { align-items:flex-start; flex-direction:column; }
}

@media (max-width: 640px) {
	.reference-expanded-gallery { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .reference-gallery { grid-template-columns:1fr 1fr; height:auto; }
  .reference-gallery img { height:190px; }
  .reference-gallery img:first-child { grid-column:1/-1; height:240px; }
  .reference-proof, .certification-note { align-items:flex-start; flex-direction:column; padding:28px; }
  .wrap { width: min(100% - 26px,1180px); }
  .header-inner { min-height: 70px; }
  .brand img { width: 142px; }
  .header-phone { display: none; }
  .hero { padding-top: 56px; }
  .hero h1 { font-size: 48px; }
  .hero-copy { font-size: 17px; }
  .hero-proof { display: grid; gap: 10px; }
  .hero-visual { min-height: 370px; }
  .hero-card { left: 30px; bottom: 24px; border-radius: 28px; }
  .floating-stat { width: 160px; padding: 18px; }
  .trust-grid, .product-grid { grid-template-columns: 1fr; }
  .home-series-grid { grid-template-columns: 1fr; }
  .accessories-grid { grid-template-columns: 1fr; }
  .accessory-directory, .accessory-specials { grid-template-columns: 1fr; }
  .subcategory-product { grid-template-columns: 1fr; }
  .pass-products { grid-template-columns: 1fr; }
  .subcategory-product img { min-height: 260px; height: 260px; }
  .product-detail-photo { min-height: 390px; padding: 25px; }
  .product-detail-photo img { height: 330px; }
  .product-detail-gallery .gallery-main { height: 300px; }
  .product-detail-gallery .gallery-thumbs img { height: 120px; }
  .shop-last-step { display: block; }
  .shop-last-step .btn { margin-top: 25px; }
  .buying-assurance { grid-template-columns: 1fr; gap: 30px; margin-top: 56px; padding: 30px 24px; }
  .home-series-head { display: block; }
  .home-series-head > a { display: inline-block; margin-top: 18px; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .section-head { display: block; }
  .section-head p { margin-top: 16px; }
  .footer-inner { display: block; }
  .decision, .manufacturing, .process { padding: 72px 0; }
  .manufacturing-photo, .manufacturing-photo img { min-height: 420px; }
  .facts { grid-template-columns: 1fr; }
  .facts div { border-bottom: 1px solid rgba(255,255,255,.12); }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid > div { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .process-grid span { margin-bottom: 24px; }
  .contact-shell { width: calc(100% - 26px); padding: 34px 24px; border-radius: 28px; }
  .page-hero { padding: 65px 0 58px; }
  .page-hero-inner { margin-left: 13px; width: calc(100% - 26px); }
  .catalog-card { grid-template-columns: 1fr; }
  .catalog-card img { margin: auto; }
  .editorial-image { height: 390px; }
}
.about-page{padding:80px 0 96px}.about-intro{display:grid;grid-template-columns:1fr 1fr;gap:clamp(42px,7vw,90px);align-items:center}.about-intro h2,.about-values h2,.about-team h2,.about-proof h2,.about-company h2{margin:12px 0 22px;font-size:clamp(34px,4.2vw,58px);line-height:1;letter-spacing:-.05em}.about-intro p,.about-team p,.about-proof p{color:var(--muted);font-size:17px;line-height:1.7}.about-intro figure{margin:0;padding:12px;border-radius:28px;background:#eef5f1}.about-intro img{display:block;width:100%;height:390px;object-fit:cover;border-radius:18px}.about-intro figcaption{padding:14px 10px 6px;color:var(--green);font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.about-numbers{display:grid;grid-template-columns:repeat(4,1fr);margin:72px 0;border:1px solid var(--line);border-radius:22px;overflow:hidden}.about-numbers article{min-height:145px;padding:30px;border-right:1px solid var(--line);background:#fff}.about-numbers article:last-child{border-right:0}.about-numbers strong{display:block;margin-bottom:10px;color:var(--green);font-size:34px;letter-spacing:-.04em}.about-numbers span{color:var(--muted);line-height:1.5}.about-values{padding:72px;border-radius:30px;background:var(--ink);color:#fff}.about-values .eyebrow{color:#8ed9bd}.about-value-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:34px}.about-value-grid a{min-height:255px;padding:28px;border:1px solid rgba(255,255,255,.16);border-radius:20px;color:#fff;background:rgba(255,255,255,.04);transition:.2s ease}.about-value-grid a:hover{transform:translateY(-4px);border-color:var(--lime)}.about-value-grid small,.about-value-grid strong,.about-value-grid span{display:block}.about-value-grid small{color:var(--lime);font-weight:800;text-transform:uppercase}.about-value-grid strong{margin:22px 0 12px;font-size:26px}.about-value-grid p{min-height:72px;color:rgba(255,255,255,.68);line-height:1.55}.about-value-grid span{color:var(--lime);font-weight:800}.about-team{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:72px 0}.about-team>div{padding:42px;border:1px solid var(--line);border-radius:24px;background:#fff}.about-team h2{font-size:40px}.about-proof{display:grid;grid-template-columns:1.15fr .85fr;gap:50px;padding:56px;border-radius:28px;background:#eef6f2}.about-proof>div:last-child{display:grid;align-content:center;gap:10px}.about-proof a{padding:15px 18px;border-radius:10px;color:var(--green-dark);background:#fff;font-weight:850}.about-company{display:grid;grid-template-columns:.75fr 1.25fr;gap:60px;margin-top:72px}.about-company dl{margin:0;border-top:1px solid var(--line)}.about-company dl div{display:grid;grid-template-columns:160px 1fr;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}.about-company dt{color:var(--muted)}.about-company dd{margin:0;font-weight:750}
@media(max-width:980px){.about-intro,.about-team,.about-proof,.about-company{grid-template-columns:1fr}.about-numbers{grid-template-columns:repeat(2,1fr)}.about-value-grid{grid-template-columns:1fr}.about-values{padding:44px 28px}}
@media(max-width:640px){.about-page{padding:52px 0 70px}.about-intro img{height:270px}.about-numbers{grid-template-columns:1fr}.about-numbers article{border-right:0;border-bottom:1px solid var(--line)}.about-team>div,.about-proof{padding:28px 22px}.about-company dl div{grid-template-columns:1fr;gap:6px}}
.article-legal-note{margin-top:32px;padding:20px 22px;border-left:4px solid var(--green);background:#f1f7f4;color:#45615a;font-size:.94rem;line-height:1.65}
.product-replacement-notice {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin: 0 0 28px;
	padding: 18px 20px;
	border: 1px solid #bfe8d7;
	border-left: 5px solid #07845f;
	border-radius: 16px;
	background: #f1faf6;
	color: #0b2922;
}
.product-replacement-notice div { display: grid; gap: 4px; }
.product-replacement-notice strong { font-size: 17px; }
.product-replacement-notice span { color: #45645c; line-height: 1.5; }
.product-replacement-notice button {
	flex: 0 0 auto;
	padding: 10px 16px;
	border: 0;
	border-radius: 999px;
	background: #07845f;
	color: #fff;
	font: inherit;
	font-weight: 800;
	cursor: pointer;
}
@media (max-width: 680px) {
	.product-replacement-notice { align-items: flex-start; flex-direction: column; gap: 14px; }
}

.reference-card-fontana>img { object-position:center 32%; }
.reference-video { display:block; width:100%; max-height:560px; margin-top:18px; border-radius:18px; background:#071f19; }
