@import "tailwindcss";

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("../fonts/dm-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../fonts/manrope-latin.woff2") format("woff2");
}

:root {
  --font-sans: "DM Sans", "Segoe UI", Arial, sans-serif;
  --font-display: "Manrope", "Segoe UI", Arial, sans-serif;
  --ink: #0a1823;
  --paper: #f7f9fb;
  --lime: #f7e82c;
  --green: #0c72b7;
  --blue: #0c72b7;
  --blue-dark: #075184;
  --yellow: #f7e82c;
  --line: rgba(12, 114, 183, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-sans), sans-serif; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header { height: 84px; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: fixed; inset: 0 0 auto; z-index: 90; background: rgba(255,255,255,.97); backdrop-filter: blur(14px); box-shadow: 0 6px 22px rgba(7,27,41,.08); }
.wordmark { display: flex; align-items: center; }
.wordmark img { width: 168px; height: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 700; }
.nav-links a, .nav-products { transition: opacity .2s; }
.nav-links a:hover, .nav-products:hover { opacity: .55; }
.nav-products { border: 0; padding: 10px 0; display: flex; align-items: center; gap: 6px; background: transparent; color: inherit; font-weight: 700; cursor: pointer; }
.nav-products span { color: var(--blue); font-size: 14px; transition: transform .2s; }
.nav-products.active span { transform: rotate(180deg); }
.nav-cta { background: var(--blue); color: white; padding: 13px 20px; border-radius: 100px; }
.menu-button { display: none; }
.mega-menu { position: absolute; z-index: 30; top: 84px; left: 0; right: 0; max-height: calc(100vh - 100px); overflow: auto; padding: 30px 4.5vw 38px; background: white; border-top: 1px solid var(--line); border-bottom: 4px solid var(--blue); box-shadow: 0 22px 50px rgba(4,45,72,.18); }
.mega-menu-heading { margin-bottom: 25px; display: flex; align-items: center; justify-content: space-between; }
.mega-menu-heading p { margin: 0 0 3px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.mega-menu-heading strong { font-family: var(--font-display); font-size: 22px; }
.mega-menu-heading > div > a { display: block; width: fit-content; margin-top: 6px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.mega-menu-heading > button { width: 38px; height: 38px; border: 0; border-radius: 50%; background: #edf6fb; color: var(--ink); font-size: 22px; cursor: pointer; }
.mega-menu-columns { display: grid; grid-template-columns: repeat(5, minmax(150px, 1fr)); gap: 26px 34px; }
.mega-menu-column { min-width: 0; }
.mega-menu-column ul { margin: 0; padding: 0; list-style: none; }
.mega-menu-root { width: 100%; min-height: 43px; padding: 9px 11px; border: 0; display: flex; align-items: center; justify-content: space-between; gap: 8px; background: var(--blue); color: white; text-align: left; font-size: 11px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; }
.mega-menu-root small { color: var(--yellow); }
.mega-menu-column > ul { padding-top: 8px; }
.mega-menu-column li > a { width: 100%; padding: 7px 3px; border: 0; border-bottom: 1px solid #e5edf2; display: flex; align-items: baseline; justify-content: space-between; gap: 10px; background: transparent; color: #34444e; text-align: left; font-size: 10px; font-weight: 700; cursor: pointer; }
.mega-menu-column li > a:hover { color: var(--blue); }
.mega-menu-column li > a small { color: #8a979f; font-size: 8px; }
.mega-menu-column li ul { padding-left: 11px; border-left: 2px solid #dcecf5; }
.mega-menu-column li li > a { color: #66747c; font-size: 9px; }

.hero { min-height: 760px; display: grid; grid-template-columns: 54% 46%; border-bottom: 1px solid var(--line); overflow: hidden; background: white; }
.hero-copy { padding: 164px 6vw 56px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; font-weight: 800; display: flex; align-items: center; gap: 10px; margin: 0 0 26px; }
.eyebrow span { width: 24px; height: 2px; background: var(--lime); }
h1, h2, h3 { font-family: var(--font-display), sans-serif; }
h1 { font-size: clamp(58px, 6.2vw, 94px); line-height: .98; letter-spacing: -.035em; margin: 0; font-weight: 550; }
h1 em { font-style: normal; color: var(--blue); }
.hero-text { max-width: 570px; font-size: 17px; line-height: 1.7; color: #55574f; margin: 35px 0; }
.hero-search { width: min(650px, 100%); margin: 0 0 28px; }
.hero-search > label { display: block; margin-bottom: 9px; color: #656b70; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-search > div { min-height: 60px; display: flex; border: 1px solid #b9d2e2; background: white; box-shadow: 0 12px 32px rgba(12,114,183,.08); }
.hero-search input { min-width: 0; flex: 1; border: 0; padding: 0 20px; background: transparent; color: var(--ink); font-size: 14px; outline: none; }
.hero-search input:focus { box-shadow: inset 0 0 0 2px var(--blue); }
.hero-search button { border: 0; padding: 0 21px; display: flex; align-items: center; gap: 22px; background: var(--blue); color: white; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.hero-search button span { font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 34px; padding: 0 24px; border-radius: 2px; text-transform: uppercase; letter-spacing: .11em; font-size: 11px; font-weight: 800; }
.button-dark { background: var(--blue); color: white; }
.button span { font-size: 18px; }
.text-link { font-size: 12px; text-transform: uppercase; font-weight: 800; letter-spacing: .08em; border-bottom: 1px solid var(--ink); padding: 9px 0; }
.text-link span { margin-left: 8px; }
.hero-proof { display: flex; gap: 45px; margin-top: 54px; padding-top: 26px; border-top: 1px solid var(--line); max-width: 620px; }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { font-family: var(--font-display); font-size: 21px; }
.hero-proof span { font-size: 10px; margin-top: 5px; text-transform: uppercase; letter-spacing: .08em; color: #77786f; }

.hero-visual { position: relative; overflow: hidden; display: flex; flex-direction: column; background: #fff; }
.hero-video-link { min-height: 0; flex: 1; width: 100%; position: relative; display: grid; place-items: center; overflow: hidden; }
.hero-illustration { width: 100%; height: 100%; display: block; object-fit: contain; transition: transform .25s; }
.hero-video-link:hover .hero-illustration { transform: scale(1.015); }
.hero-video-play { position: absolute; inset: 50% auto auto 50%; width: 70px; height: 50px; transform: translate(-50%, -50%); display: grid; place-items: center; border-radius: 14px; background: #ff0033; box-shadow: 0 12px 30px rgba(0,0,0,.28); opacity: 0; transition: opacity .2s, transform .2s; }
.hero-video-play i, .youtube-logo i { width: 0; height: 0; margin-left: 4px; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 13px solid white; }
.hero-video-link:hover .hero-video-play, .hero-video-link:focus-visible .hero-video-play { opacity: 1; transform: translate(-50%, -50%) scale(1.06); }
.youtube-video-link { width: 100%; min-height: 66px; padding: 10px 22px; display: flex; align-items: center; gap: 13px; background: white; color: #282828; border-top: 1px solid #e4e4e4; }
.youtube-logo { width: 49px; height: 34px; flex: 0 0 49px; display: grid; place-items: center; border-radius: 9px; background: #ff0033; }
.youtube-video-link > span:nth-child(2) { font-size: 12px; letter-spacing: .02em; }
.youtube-video-link > span:nth-child(2) strong { font-family: var(--font-display); font-size: 16px; }
.youtube-video-link > b { margin-left: auto; color: #ff0033; font-size: 20px; }
.youtube-video-link:hover { background: #fff5f6; }

.latest-products { padding: 100px 5vw 110px; background: #071b29; color: white; }
.latest-products-heading { margin-bottom: 48px; display: flex; align-items: flex-end; justify-content: space-between; gap: 35px; }
.latest-products-heading > a { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.65); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.latest-products-heading > a span { margin-left: 22px; font-size: 17px; }
.latest-products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.latest-product-card { min-width: 0; background: white; color: var(--ink); transition: transform .25s, box-shadow .25s; }
.latest-product-card:hover { transform: translateY(-6px); box-shadow: 0 18px 42px rgba(0,0,0,.3); }
.latest-product-image { height: 250px; padding: 18px; position: relative; display: grid; place-items: center; overflow: hidden; background: #f7f8f8; }
.latest-product-image > img { position: absolute; inset: 18px; width: calc(100% - 36px); height: calc(100% - 36px); display: block; object-fit: scale-down; object-position: center; }
.latest-badge, .stock-badge { position: absolute; top: 14px; padding: 7px 9px; color: white; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.latest-badge { left: 14px; background: var(--blue); }
.stock-badge { right: 14px; background: #16824b; }
.latest-product-copy { padding: 21px; }
.latest-product-copy > p { margin: 0; color: #7a8388; font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.latest-product-copy h3 { min-height: 42px; margin: 9px 0 19px; font-size: 16px; line-height: 1.3; }
.latest-product-copy > span { padding-top: 13px; border-top: 1px solid #e4ebef; display: flex; align-items: center; justify-content: space-between; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.latest-product-copy > span b { font-size: 16px; }

.brand-story, .catalogue, .socket-finder { padding: 110px 5vw; }
.brand-story { background: #edf6fb; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 56px; }
h2 { font-size: clamp(43px, 5vw, 70px); font-weight: 550; line-height: 1.08; letter-spacing: -.025em; margin: 0; }
.brand-panels { display: grid; grid-template-columns: 1fr 1fr; min-height: 490px; }
.brand-panel { position: relative; overflow: hidden; padding: 55px; display: flex; align-items: flex-end; }
.eluzia-panel { background: var(--yellow); }
.kobi-panel { background: #f07d00; color: white; }
.kobi-panel::before { content:""; position: absolute; width: 440px; height: 440px; top: -190px; right: -120px; border: 80px solid rgba(255,255,255,.1); border-radius: 50%; }
.brand-letter { position: absolute; font-family: var(--font-display); font-size: 500px; font-weight: 800; line-height: 1; color: rgba(17,18,15,.08); top: -105px; right: -15px; }
.panel-content { position: relative; z-index: 2; max-width: 450px; }
.panel-index { font-size: 9px; letter-spacing: .18em; font-weight: 800; }
.panel-content h3 { font-size: 62px; line-height: 1; margin: 12px 0 15px; letter-spacing: .04em; }
.eluzia-panel-logo { display: block; width: min(330px, 100%); height: auto; margin: 22px 0 20px; }
.panel-content > p:not(.panel-index) { max-width: 390px; line-height: 1.65; font-size: 14px; opacity: .75; }
.panel-content button { margin-top: 20px; padding: 12px 0; border: 0; border-bottom: 1px solid currentColor; background: none; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 800; cursor: pointer; }
.panel-content button span { margin-left: 30px; font-size: 18px; }
.kobi-official-logo { width: min(245px, 100%); margin: 15px 0 18px; padding: 15px 18px; display: block; border-radius: 6px; background: white; box-shadow: 0 10px 28px rgba(80,36,0,.16); }
.kobi-official-logo img { width: 100%; height: auto; display: block; }
.panel-actions { display: flex; align-items: flex-end; gap: 28px; flex-wrap: wrap; }
.panel-content .panel-external { padding: 12px 0; border-bottom: 1px solid currentColor; color: inherit; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.panel-content .panel-external span { margin-left: 16px; font-size: 16px; }

.socket-finder { display: grid; grid-template-columns: minmax(260px, .7fr) 1.6fr; gap: 6vw; background: #071b29; color: white; }
.socket-finder-copy { align-self: center; }
.socket-finder-copy > p:not(.eyebrow) { max-width: 430px; margin: 28px 0 0; color: #b9cbd6; font-size: 15px; line-height: 1.7; }
.socket-reset { margin-top: 24px; border: 0; border-bottom: 1px solid white; padding: 8px 0; background: transparent; color: white; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 800; cursor: pointer; }
.socket-grid { display: grid; grid-template-columns: repeat(3, minmax(120px, 1fr)); gap: 10px; }
.socket-card { min-height: 185px; padding: 18px; border: 1px solid rgba(255,255,255,.16); background: #fff; color: var(--ink); display: flex; flex-direction: column; align-items: stretch; justify-content: space-between; cursor: pointer; transition: transform .2s, border-color .2s, box-shadow .2s; }
.socket-card:hover { transform: translateY(-4px); border-color: var(--yellow); box-shadow: 0 10px 28px rgba(0,0,0,.2); }
.socket-card.active { border: 3px solid var(--yellow); padding: 16px; }
.socket-card:focus-visible { outline: 3px solid var(--yellow); outline-offset: 2px; }
.socket-card:disabled { opacity: .35; cursor: default; transform: none; }
.socket-card[aria-disabled="true"] { opacity: .35; pointer-events: none; }
.socket-card img { width: 100%; height: 105px; object-fit: contain; }
.socket-card span { display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; }
.socket-card strong { font-family: var(--font-display); font-size: 22px; }
.socket-card small { color: #747b80; font-size: 9px; text-align: right; text-transform: uppercase; }

.catalogue { background: white; }
.catalogue-top { display: flex; justify-content: space-between; align-items: flex-end; }
.brand-toggle { display: flex; border: 1px solid var(--line); border-radius: 100px; padding: 4px; }
.brand-toggle button { border: 0; background: transparent; padding: 10px 19px; border-radius: 100px; font-size: 11px; cursor: pointer; }
.brand-toggle button.active { background: var(--blue); color: white; }
.category-discovery { margin: 50px 0 34px; padding: 30px; background: #fff; border: 1px solid #dbe7ed; box-shadow: 0 18px 48px rgba(5,64,101,.08); }
.category-discovery-title { min-height: 50px; margin-bottom: 34px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.category-discovery-title p { margin: 0 0 7px; color: #aa6a2b; font-family: var(--font-display); font-size: 24px; }
.category-discovery-title strong { display: block; color: #40515b; font-size: 11px; font-weight: 700; }
.category-discovery-title > a { padding: 5px 0; border-bottom: 1px solid var(--blue); color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.category-groups { display: grid; gap: 10px; }
.category-family-group { min-width: 0; }
.category-family-heading { width: 100%; min-height: 54px; margin: 0; padding: 11px 15px; border: 0; border-bottom: 1px solid #dbe7ed; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #f7fafb; color: #153d4d; text-align: left; cursor: pointer; transition: background .2s, color .2s; list-style: none; }
.category-family-heading::-webkit-details-marker { display: none; }
.category-family-heading:hover, .category-family-group[open] > .category-family-heading { background: #edf6fb; color: var(--blue); }
.category-family-heading > span { display: flex; flex-direction: column; gap: 4px; }
.category-family-heading strong { font-family: var(--font-display); font-size: 18px; }
.category-family-heading small { color: #80909a; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.category-family-heading b { width: 30px; height: 30px; flex: 0 0 30px; border: 1px solid #bfd4df; display: grid; place-items: center; background: white; color: var(--blue); font-size: 20px; font-weight: 400; line-height: 1; }
.category-family-heading b::before { content: "+"; }
.category-family-group[open] > .category-family-heading b::before { content: "−"; }
.category-visual-grid { margin: 10px 0 20px; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 10px; }
.category-visual-card { min-width: 0; min-height: 150px; padding: 15px 10px 12px; border: 1px solid #dce6eb; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: 10px; background: #fbfcfc; color: var(--ink); text-align: center; transition: transform .2s, border-color .2s, box-shadow .2s, background .2s; }
.category-visual-card:hover { transform: translateY(-3px); border-color: #93bdd6; box-shadow: 0 10px 24px rgba(7,81,132,.1); }
.category-card-image { width: 100%; height: 96px; display: grid; place-items: center; overflow: visible; }
.category-card-image img { width: 96px; height: 96px; max-width: 100%; display: block; object-fit: contain; object-position: center; }
.category-card-copy { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.category-card-copy strong { font-size: 10px; line-height: 1.25; }
.category-card-copy small { color: #829099; font-size: 8px; }
.category-tabs { margin: 55px 0 30px; display: flex; gap: 30px; border-bottom: 1px solid var(--line); overflow-x: auto; }
.category-tabs button, .category-tabs a { border: 0; background: transparent; padding: 0 0 14px; white-space: nowrap; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #808178; cursor: pointer; }
.category-tabs button.active, .category-tabs a.active { color: var(--ink); border-bottom: 2px solid var(--ink); }
.catalogue-tools { margin: 0 0 28px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.catalogue-tools label { flex: 1; max-width: 620px; display: flex; flex-direction: column; gap: 8px; }
.catalogue-tools label span { font-size: 9px; text-transform: uppercase; letter-spacing: .1em; color: #777970; }
.catalogue-tools input { width: 100%; border: 0; border-bottom: 1px solid var(--ink); background: transparent; padding: 11px 0; outline: none; font-size: 15px; }
.catalogue-tools p { margin: 0; color: #777970; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.catalogue-tools p strong { color: var(--ink); font-size: 18px; margin-right: 5px; }
.active-socket-filter { margin: -8px 0 24px; padding: 13px 16px; background: #edf6fb; border-left: 4px solid var(--blue); display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; }
.active-socket-filter button { border: 0; border-bottom: 1px solid var(--ink); padding: 5px 0; background: transparent; text-transform: uppercase; letter-spacing: .08em; font-size: 9px; font-weight: 800; cursor: pointer; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; min-height: 390px; }
.product-card { background: white; border: 1px solid #dceaf3; transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 15px 38px rgba(30,30,25,.08); }
.product-art { width: 100%; height: 265px; padding: 0; border: 0; position: relative; display: grid; place-items: center; background: #f7f8f8; overflow: hidden; cursor: pointer; font: inherit; color: inherit; }
.product-art:hover .product-photo { transform: none; }
.product-art:focus-visible { outline: 3px solid var(--yellow); outline-offset: -3px; }
.product-photo { position: absolute; z-index: 1; inset: 18px; width: calc(100% - 36px); height: calc(100% - 36px); display: block; object-fit: scale-down; object-position: center; mix-blend-mode: normal; }
.product-bulb { position: relative; width: 82px; height: 112px; border-radius: 48% 48% 42% 42%; background: linear-gradient(135deg,#fff,#e7e4d9); box-shadow: inset -10px -5px 22px rgba(0,0,0,.08), 0 13px 25px rgba(30,30,20,.15); }
.product-bulb::after { content:""; position:absolute; width: 47px; height: 28px; bottom: -22px; left: 17px; background: repeating-linear-gradient(0deg,#aeb0aa 0 4px,#7f827d 4px 6px); border-radius: 0 0 8px 8px; }
.product-bulb i { position:absolute; inset: 19px; border: 1px solid rgba(0,0,0,.1); border-radius: 50%; }
.shape-1 { height: 90px; border-radius: 8px 8px 38px 38px; }
.shape-2 { width: 105px; height: 84px; border-radius: 50% 50% 35% 35%; }
.shape-3 { width: 72px; height: 130px; border-radius: 50%; }
.energy-badge { position: absolute; top: 15px; right: 15px; width: 30px; height: 25px; display: grid; place-items: center; background: #5c6970; color: white; font-weight: 900; font-size: 11px; clip-path: polygon(0 0,80% 0,100% 50%,80% 100%,0 100%); }
.energy-badge.energy-a { background: #009640; }
.energy-badge.energy-b { background: #50ae2b; }
.energy-badge.energy-c { background: #c7d300; }
.energy-badge.energy-d { background: #ffed00; }
.energy-badge.energy-e { background: #fbb900; }
.energy-badge.energy-f { background: #ec6608; }
.energy-badge.energy-g { background: #e30613; }
.energy-badge.energy-unknown { background: #5c6970; }
.brand-chip { position: absolute; z-index: 2; bottom: 15px; left: 15px; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.brand-chip-logo { width: 82px; height: 30px; padding: 7px 9px; display: grid; place-items: center; background: rgba(255,255,255,.94); border: 1px solid #e1e5e7; }
.brand-chip-logo img { display: block; width: 100%; height: 100%; object-fit: contain; mix-blend-mode: normal; }
.brand-chip.brand-kobi, .brand-chip.brand-malltis { padding: 7px 9px; color: white; }
.brand-chip.brand-kobi { background: #f07d00; }
.brand-chip.brand-malltis { background: #f3a12c; }
.product-info { padding: 22px; }
.product-info > p { color: #8a8b82; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.product-info h3 { font-size: 17px; margin: 8px 0 22px; letter-spacing: -.02em; }
.specs { display: flex; border-top: 1px solid #eeece5; padding-top: 15px; }
.specs span { flex: 1; display: flex; flex-direction: column; font-size: 8px; text-transform: uppercase; color: #999a91; }
.specs strong { font-size: 12px; color: var(--ink); margin-bottom: 3px; }
.product-more { width: 100%; border: 0; border-top: 1px solid #eeece5; margin-top: 16px; padding: 14px 0 0; background: transparent; display: flex; justify-content: space-between; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 800; cursor: pointer; }
.product-more span { font-size: 15px; }
.empty-state { grid-column: 1/-1; padding: 80px; text-align: center; color: #7d7e75; }
.load-more { display: flex; align-items: center; gap: 30px; margin: 35px auto 0; border: 1px solid var(--ink); border-radius: 100px; padding: 14px 22px; background: transparent; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 800; cursor: pointer; }
.load-more span { color: var(--green); }

.product-modal-backdrop { position: fixed; z-index: 100; inset: 0; background: rgba(9,12,10,.75); backdrop-filter: blur(8px); display: grid; place-items: center; padding: 24px; }
.product-modal { width: min(1180px, 96vw); max-height: 92vh; overflow: auto; background: #f7f9fb; position: relative; display: grid; grid-template-columns: .9fr 1.1fr; }
.modal-close { position: sticky; z-index: 4; top: 16px; grid-column: 1/-1; justify-self: end; margin: 16px 18px -58px 0; border: 0; width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: white; font-size: 25px; cursor: pointer; }
.modal-gallery { background: #e6f2f9; padding: 38px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; align-content: start; }
.modal-gallery figure { margin: 0; background: white; min-height: 185px; position: relative; display: grid; place-items: center; padding: 18px; }
.modal-gallery figure:first-child { grid-column: 1/-1; min-height: 370px; }
.modal-gallery img { position: absolute; inset: 18px; width: calc(100% - 36px); height: calc(100% - 36px); display: block; object-fit: scale-down; object-position: center; }
.modal-gallery figcaption { position: absolute; left: 10px; bottom: 8px; background: var(--ink); color: white; padding: 5px 8px; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.article-status-card { grid-column: 1 / -1; min-height: 92px; padding: 16px 20px; display: flex; align-items: center; gap: 17px; background: white; border: 1px solid #cfe2ee; }
.article-status-card > span { width: 54px; height: 54px; flex: 0 0 54px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: white; font-family: var(--font-display); font-size: 34px; font-weight: 800; line-height: 1; }
.article-status-card > div { display: flex; flex-direction: column; gap: 5px; }
.article-status-card small { color: #77858d; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-status-card strong { color: var(--ink); font-family: var(--font-display); font-size: 16px; }
.modal-content { padding: 70px 55px; }
.modal-brand { color: var(--green); text-transform: uppercase; letter-spacing: .15em; font-size: 10px; font-weight: 800; }
.modal-content h2 { font-size: clamp(34px, 4vw, 55px); margin: 14px 0; }
.modal-barcode { color: #7a7b73; font-size: 12px; }
.characteristics { margin: 34px 0; border-top: 1px solid var(--line); }
.characteristics > div { display: flex; align-items: baseline; justify-content: space-between; gap: 30px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.characteristics span { color: #777970; font-size: 11px; }
.characteristics strong { text-align: right; font-size: 12px; }
.modal-pdf { width: fit-content; }

.guide { background: var(--blue-dark); color: white; padding: 105px 7vw; display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }
.eyebrow-light span { background: var(--lime); }
.guide-copy > p:not(.eyebrow) { color: #a4a59e; line-height: 1.7; max-width: 470px; margin: 28px 0; }
.button-light { background: var(--lime); color: var(--ink); }
.guide-steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.18); }
.guide-steps li { min-height: 125px; border-bottom: 1px solid rgba(255,255,255,.18); display: grid; grid-template-columns: 55px 1fr auto; gap: 20px; align-items: center; }
.guide-steps li > span { color: var(--lime); font-size: 11px; }
.guide-steps strong { font-family: var(--font-display); font-size: 18px; }
.guide-steps p { margin: 7px 0 0; font-size: 12px; color: #96978f; line-height: 1.5; }
.guide-steps b { font-size: 12px; background: rgba(255,255,255,.08); padding: 10px; color: var(--lime); }

.pro-section { padding: 95px 7vw; display: grid; grid-template-columns: 1.1fr .8fr auto; gap: 5vw; align-items: center; background: var(--yellow); }
.pro-section > p { line-height: 1.7; color: #494b43; }
.round-link { width: 90px; height: 90px; border-radius: 50%; background: var(--ink); color: white; display: grid; place-items: center; font-size: 27px; }
.home-blog { padding: 105px 6vw 115px; background: #f6f9fb; }
.home-blog-heading { margin-bottom: 52px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.home-blog-heading > a { padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.home-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.home-blog-grid article { min-width: 0; padding-bottom: 25px; border-bottom: 1px solid #cadbe4; }
.home-blog-image { position: relative; height: 180px; display: block; overflow: hidden; background: #3e65b5; }
.home-blog-image img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }
.home-blog-image span { position: absolute; right: 12px; bottom: 12px; width: 42px; height: 42px; display: grid; place-items: center; background: var(--yellow); color: var(--ink); font-size: 10px; font-weight: 900; }
.home-blog-grid article > p { margin: 20px 0 11px; color: var(--blue); font-size: 8px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.home-blog-grid h3 { min-height: 74px; margin: 0 0 18px; font-size: 22px; line-height: 1.25; }
.blog-read-link { display: inline-flex; align-items: center; gap: 11px; color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
footer { background: #063b60; color: white; padding: 70px 5vw 25px; }
.footer-about { margin-bottom: 62px; padding: 0 0 58px; display: grid; grid-template-columns: minmax(130px, 190px) minmax(0, 760px); gap: 5vw; align-items: center; border-bottom: 1px solid rgba(255,255,255,.15); }
.prodeal-footer-identity { display: flex; flex-direction: column; align-items: center; gap: 18px; }
.prodeal-footer-logo { width: 190px; display: block; }
.prodeal-footer-logo img { width: 100%; height: auto; display: block; object-fit: contain; }
.prodeal-footer-url { display: inline-flex; align-items: center; gap: 7px; color: white; font-size: 9px; font-weight: 800; letter-spacing: .04em; text-decoration: underline; text-underline-offset: 4px; }
.footer-kicker { margin: 0 0 14px; color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.footer-about h2 { max-width: 720px; margin: 0 0 18px; color: white; font-size: clamp(30px, 4vw, 55px); }
.footer-about > div > p:not(.footer-kicker) { max-width: 700px; margin: 0; color: #c3d0d6; font-size: 14px; line-height: 1.8; }
.footer-about-link { width: fit-content; margin-top: 25px; padding-bottom: 6px; display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.45); color: white; font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1.2fr 1.2fr; gap: 4vw; }
.footer-main > div { display: flex; flex-direction: column; gap: 11px; }
.footer-main p, .footer-main a { color: #b8c5bf; font-size: 12px; line-height: 1.7; margin: 0; }
.footer-main > div:first-child p { max-width: 300px; margin-top: 15px; }
.footer-main strong { font-size: 10px; text-transform: uppercase; letter-spacing: .15em; color: var(--lime); margin-bottom: 8px; }
.footer-main .google-maps-link { width: fit-content; margin-top: 8px; display: inline-flex; align-items: center; gap: 12px; color: white; font-size: 10px; font-weight: 800; line-height: 1.3; text-decoration: underline; text-underline-offset: 4px; }
.maps-pin { position: relative; width: 25px; height: 25px; flex: 0 0 25px; display: grid; place-items: center; border-radius: 50% 50% 50% 0; background: #ea4335; box-shadow: 0 5px 13px rgba(0,0,0,.22); transform: rotate(-45deg); }
.maps-pin i { width: 9px; height: 9px; border-radius: 50%; background: white; }
.google-maps-link:hover .maps-pin { background: #fbbc04; }
.google-maps-link:focus-visible { outline: 3px solid var(--yellow); outline-offset: 5px; }
.footer-logo { width: fit-content; background: white; padding: 12px 16px; border-radius: 4px; }
.footer-logo img { width: 185px; }
.footer-legal-summary { margin-top: 50px; padding: 23px 0; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-legal-summary p { max-width: 720px; margin: 0; color: #9eb0b8; font-size: 9px; line-height: 1.7; letter-spacing: .03em; }
.footer-legal-summary nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-legal-summary a { color: white; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-decoration: underline; text-underline-offset: 4px; text-transform: uppercase; }
.footer-bottom { margin-top: 65px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; color: #91a49c; font-size: 8px; letter-spacing: .15em; }

.legal-page { min-height: 100vh; background: #f6f9fb; }
.legal-header { min-height: 92px; padding: 0 6vw; display: flex; align-items: center; justify-content: space-between; background: white; border-bottom: 1px solid var(--line); }
.legal-header > a:last-child { padding: 8px 0; border-bottom: 1px solid var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.legal-content { width: min(900px, 88vw); margin: 0 auto; padding: 95px 0 120px; }
.legal-content h1 { margin: 14px 0 26px; color: var(--blue); font-size: clamp(52px, 8vw, 92px); }
.legal-intro { max-width: 720px; margin: 0 0 62px; color: #58676f; font-size: 18px; line-height: 1.75; }
.legal-content section { padding: 34px 0; border-top: 1px solid #d8e4ea; }
.legal-content h2 { margin: 0 0 16px; color: var(--ink); font-size: 24px; }
.legal-content section p, .legal-content li { color: #53636b; font-size: 14px; line-height: 1.85; }
.legal-content section p { margin: 0; }
.legal-content ul { margin: 12px 0 0; padding-left: 22px; }
.legal-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-update { margin: 42px 0 0; color: #7b8990; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }

.blog-page, .blog-article-page { min-height: 100vh; background: #f6f9fb; }
.blog-intro { padding: 95px 6vw 85px; background: white; }
.blog-intro h1 { max-width: 1040px; margin-top: 17px; color: var(--blue); font-size: clamp(58px, 8vw, 112px); }
.blog-intro > p:last-child { max-width: 720px; margin: 30px 0 0; color: #5b6870; font-size: 17px; line-height: 1.75; }
.blog-list { padding: 80px 6vw 120px; }
.blog-list-card { padding: 36px 0; display: grid; grid-template-columns: minmax(300px, .9fr) 1.1fr; gap: 5vw; align-items: center; border-top: 1px solid #ccdce5; }
.blog-list-card:last-child { border-bottom: 1px solid #ccdce5; }
.blog-list-visual { position: relative; height: 230px; display: block; overflow: hidden; background: #3e65b5; }
.blog-list-visual img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.blog-list-visual > span { position: absolute; right: 16px; bottom: 16px; width: 48px; height: 48px; display: grid; place-items: center; background: var(--yellow); font-size: 11px; font-weight: 900; }
.blog-card-meta { margin: 0 0 14px; color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.blog-list-card h2 { max-width: 720px; margin: 0 0 17px; font-size: clamp(29px, 4vw, 48px); line-height: 1.12; }
.blog-list-card > div > p:not(.blog-card-meta) { max-width: 680px; margin: 0 0 24px; color: #58666d; font-size: 14px; line-height: 1.7; }
.blog-article-hero { padding: 85px 6vw 80px; background: white; }
.blog-article-hero > div { max-width: 1100px; }
.blog-article-hero h1 { margin: 18px 0 28px; color: var(--blue); font-size: clamp(48px, 7.2vw, 94px); line-height: .99; }
.blog-article-lead { max-width: 820px; margin: 0; color: #55656d; font-size: 18px; line-height: 1.75; }
.blog-byline { margin-top: 38px; display: flex; gap: 20px; color: #78878e; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.blog-ilv { margin: 0; padding: 42px 4vw 28px; background: #315daf; }
.blog-ilv img { width: 100%; height: auto; display: block; background: #315daf; }
.blog-ilv figcaption { padding-top: 18px; display: flex; justify-content: space-between; gap: 20px; color: #c9d8f1; font-size: 9px; letter-spacing: .04em; }
.blog-ilv figcaption a { color: white; font-weight: 900; text-decoration: underline; text-underline-offset: 4px; text-transform: uppercase; }
.blog-article-layout { max-width: 1220px; margin: 0 auto; padding: 90px 5vw 110px; display: grid; grid-template-columns: 240px minmax(0, 760px); gap: 7vw; }
.blog-article-layout aside { position: sticky; top: 110px; height: fit-content; padding-top: 18px; border-top: 4px solid var(--yellow); display: flex; flex-direction: column; gap: 12px; }
.blog-article-layout aside strong { margin-bottom: 7px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.blog-article-layout aside a { color: #66757c; font-size: 10px; line-height: 1.45; }
.blog-introduction { margin: 0 0 40px; color: var(--ink); font-family: var(--font-display); font-size: 23px; font-weight: 650; line-height: 1.55; }
.blog-article-body blockquote { margin: 0 0 58px; padding: 28px 32px; border-left: 5px solid var(--yellow); background: white; color: var(--blue); font-family: var(--font-display); font-size: 19px; font-weight: 750; line-height: 1.55; }
.blog-article-body section { padding: 45px 0; border-top: 1px solid #d3e0e7; scroll-margin-top: 110px; }
.blog-article-body h2 { margin: 0 0 21px; color: var(--ink); font-size: 34px; }
.blog-article-body p, .blog-article-body li { color: #52636b; font-size: 15px; line-height: 1.85; }
.blog-article-body p { margin: 0 0 18px; }
.blog-article-body ul { margin: 20px 0 0; padding-left: 23px; }
.blog-article-body li { margin-bottom: 10px; padding-left: 6px; }
.blog-article-cta { margin-top: 45px; padding: 32px; display: flex; align-items: center; justify-content: space-between; gap: 25px; background: var(--yellow); }
.blog-article-cta p { margin: 0 0 5px; color: #5d5e52; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.blog-article-cta strong { max-width: 470px; display: block; font-size: 18px; line-height: 1.4; }
.blog-article-cta > a { flex: 0 0 auto; padding: 14px 17px; background: var(--ink); color: white; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.blog-related { padding: 85px 6vw 110px; background: white; }
.blog-related .section-heading { margin-bottom: 42px; }
.blog-related > div:last-child { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.blog-related > div:last-child > a { min-height: 160px; padding: 25px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 10px 20px; border: 1px solid #d3e1e8; }
.blog-related small { grid-column: 1 / -1; color: var(--blue); font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.blog-related strong { max-width: 460px; font-size: 18px; line-height: 1.4; }
.blog-related > div:last-child span { color: var(--blue); font-size: 24px; }
.blog-missing { min-height: 70vh; padding: 100px 6vw; }
.blog-missing h1 { color: var(--blue); }

.catalogues-page { min-height: 100vh; background: #edf6fb; }
.catalogues-header { min-height: 92px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; background: white; border-bottom: 1px solid var(--line); }
.catalogues-back { border-bottom: 1px solid var(--ink); padding: 7px 0; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.catalogues-intro { padding: 105px 6vw 75px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 7vw; align-items: end; background: white; }
.catalogues-intro h1 { color: var(--blue); }
.catalogues-intro > p { margin: 0; color: #5e666b; font-size: 16px; line-height: 1.7; }
.catalogue-library { padding: 85px 6vw 110px; display: grid; gap: clamp(60px, 8vw, 110px); }
.catalogue-document { max-width: 1080px; display: grid; grid-template-columns: minmax(260px, 390px) 1fr; gap: 7vw; align-items: center; }
.catalogue-cover { position: relative; display: block; padding: 18px; background: white; border: 1px solid #d5e5ef; box-shadow: 0 24px 55px rgba(7,81,132,.14); transition: transform .25s, box-shadow .25s; }
.catalogue-cover:hover { transform: translateY(-6px); box-shadow: 0 30px 65px rgba(7,81,132,.2); }
.catalogue-cover img { width: 100%; height: auto; display: block; }
.catalogue-cover > span { position: absolute; right: 18px; bottom: 18px; padding: 12px 17px; background: var(--yellow); color: var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.catalogue-document-copy > p:first-child { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.catalogue-document-copy h2 { margin: 13px 0 24px; font-size: clamp(38px, 5vw, 68px); color: var(--ink); }
.catalogue-document-copy > p:not(:first-child) { max-width: 560px; margin-bottom: 32px; color: #626a6f; font-size: 15px; line-height: 1.75; }
.catalogues-footer { padding: 28px 6vw; display: flex; align-items: center; justify-content: space-between; color: #b8c5bf; font-size: 9px; letter-spacing: .12em; }

.seo-products-page { min-height: 100vh; background: #f6f9fb; }
.seo-page-header { min-height: 84px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; background: white; border-bottom: 1px solid var(--line); }
.seo-page-header > a:last-child { padding: 8px 0; border-bottom: 1px solid var(--ink); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.breadcrumbs { padding: 18px 6vw; display: flex; align-items: center; gap: 10px; overflow-x: auto; background: white; color: #78848a; font-size: 10px; white-space: nowrap; }
.breadcrumbs a { color: var(--blue); }
.breadcrumbs strong { color: var(--ink); font-weight: 700; }
.seo-products-intro { padding: 80px 6vw 75px; background: white; }
.seo-products-intro h1 { max-width: 970px; color: var(--blue); }
.seo-products-intro > p:last-child { max-width: 720px; margin: 28px 0 0; color: #5e686d; font-size: 16px; line-height: 1.7; }
.seo-link-section, .seo-catalogue-section, .seo-related-products { padding: 80px 6vw; }
.seo-link-section .section-heading, .seo-catalogue-section .section-heading, .seo-related-products .section-heading { margin-bottom: 40px; }
.seo-link-section h2, .seo-catalogue-section h2, .seo-related-products h2 { font-size: clamp(38px, 4.5vw, 65px); color: var(--ink); }
.seo-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.seo-category-grid > a { min-height: 108px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; gap: 18px; background: white; border: 1px solid #d9e6ed; transition: transform .2s, border-color .2s; }
.seo-category-grid > a:hover { transform: translateY(-3px); border-color: var(--blue); }
.seo-category-grid strong { font-family: var(--font-display); font-size: 16px; }
.seo-category-grid span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.seo-socket-section { background: #071b29; color: white; }
.seo-socket-section h2 { color: white; }
.seo-socket-links { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.seo-socket-links > a { min-height: 105px; padding: 17px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(255,255,255,.2); }
.seo-socket-links strong { color: var(--yellow); font-family: var(--font-display); font-size: 25px; }
.seo-socket-links span { color: #a8bac4; font-size: 9px; text-transform: uppercase; }
.seo-catalogue-section { background: white; }
.seo-catalogue-section .product-info h3 a { color: inherit; }
.seo-catalogue-section .product-more { color: inherit; }
.seo-product-detail { padding: 65px 6vw 90px; display: grid; grid-template-columns: minmax(430px, .95fr) minmax(420px, 1.05fr); gap: 6vw; align-items: start; }
.seo-product-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.seo-product-gallery figure { min-height: 230px; margin: 0; padding: 20px; position: relative; display: grid; place-items: center; background: white; border: 1px solid #dbe8ef; }
.seo-product-gallery figure.primary { grid-column: 1 / -1; min-height: 500px; }
.seo-product-gallery img { width: 100%; height: 100%; max-height: 440px; object-fit: contain; }
.seo-product-gallery figcaption { position: absolute; left: 10px; bottom: 8px; padding: 5px 8px; background: var(--ink); color: white; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.seo-product-copy { position: sticky; top: 110px; }
.seo-product-copy h1 { margin: 15px 0 20px; color: var(--ink); font-size: clamp(42px, 4.8vw, 72px); }
.seo-product-key-specs { margin: 32px 0 25px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.seo-product-key-specs > span { display: flex; flex-direction: column; gap: 5px; color: #7b8489; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.seo-product-key-specs strong { color: var(--ink); font-size: 13px; letter-spacing: 0; }
.seo-product-key-specs .energy-key { width: 34px; min-height: 25px; display: grid; place-items: center; color: white; clip-path: polygon(0 0,80% 0,100% 50%,80% 100%,0 100%); }
.energy-key.energy-a { background: #009640; }
.energy-key.energy-b { background: #50ae2b; }
.energy-key.energy-c { background: #c7d300; }
.energy-key.energy-d { background: #ffed00; }
.energy-key.energy-e { background: #fbb900; }
.energy-key.energy-f { background: #ec6608; }
.energy-key.energy-g { background: #e30613; }
.energy-key.energy-unknown { background: #5c6970; }
.seo-product-category-links { margin-top: 35px; }
.seo-product-category-links > strong { display: block; margin-bottom: 13px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.seo-product-category-links > div { display: flex; flex-wrap: wrap; gap: 8px; }
.seo-product-category-links a { padding: 8px 11px; border: 1px solid #cbdce6; border-radius: 100px; background: white; color: var(--blue); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.seo-related-products { background: white; }
.seo-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.seo-related-grid > a { min-height: 140px; padding: 13px; display: grid; grid-template-columns: 110px 1fr; align-items: center; gap: 15px; border: 1px solid #d9e6ed; }
.seo-related-grid img { width: 110px; height: 110px; object-fit: contain; background: #f7f8f8; }
.seo-related-grid span { min-width: 0; display: flex; flex-direction: column; gap: 7px; }
.seo-related-grid small { color: var(--blue); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.seo-related-grid strong { font-size: 11px; line-height: 1.4; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 620px; }
  .socket-finder { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .latest-products-grid { grid-template-columns: repeat(2, 1fr); }
  .category-visual-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .brand-panels { grid-template-columns: 1fr; }
  .guide { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1.5fr 1fr; }
  .footer-about { grid-template-columns: 150px 1fr; }
  .home-blog-grid { grid-template-columns: 1fr 1fr; }
  .home-blog-grid article:last-child { grid-column: 1 / -1; max-width: 50%; }
  .blog-list-card { grid-template-columns: 1fr; gap: 30px; }
  .blog-article-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 5vw; }
  .mega-menu-columns { grid-template-columns: repeat(3, minmax(150px, 1fr)); }
  .catalogues-intro { grid-template-columns: 1fr; }
  .seo-category-grid { grid-template-columns: repeat(3, 1fr); }
  .seo-socket-links { grid-template-columns: repeat(3, 1fr); }
  .seo-product-detail { grid-template-columns: 1fr; }
  .seo-product-copy { position: static; }
  .seo-related-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .site-header { height: 72px; position: fixed; }
  .menu-button { display: flex; flex-direction: column; gap: 6px; background: none; border: 0; z-index: 3; }
  .menu-button span { width: 25px; height: 2px; background: var(--ink); }
  .nav-links { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 28px; background: var(--paper); flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .nav-products { justify-content: space-between; }
  .mega-menu { top: 72px; padding: 24px 5vw 32px; }
  .mega-menu-columns { grid-template-columns: 1fr; }
  .hero-copy { padding: 125px 6vw 60px; }
  .hero-proof { gap: 18px; justify-content: space-between; }
  .hero-proof span { font-size: 8px; }
  .hero-visual { min-height: 0; }
  .hero-illustration { height: auto; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-search > div { flex-direction: column; }
  .hero-search input { min-height: 58px; }
  .hero-search button { min-height: 50px; justify-content: space-between; }
  .text-link { width: fit-content; }
  .brand-story, .catalogue, .socket-finder { padding: 75px 5vw; }
  .latest-products { padding: 75px 5vw 85px; }
  .latest-products-heading { align-items: flex-start; flex-direction: column; }
  .latest-products-grid { grid-template-columns: 1fr; }
  .brand-panel { padding: 35px 25px; min-height: 450px; }
  .socket-grid { grid-template-columns: repeat(2, 1fr); }
  .socket-card { min-height: 165px; }
  .catalogue-top { align-items: flex-start; flex-direction: column; gap: 30px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-modal { grid-template-columns: 1fr; }
  .modal-gallery { padding: 20px; }
  .modal-gallery figure:first-child { min-height: 280px; }
  .modal-content { padding: 45px 25px; }
  .category-tabs { gap: 22px; }
  .category-discovery { padding: 20px; }
  .category-discovery-title { align-items: flex-start; flex-direction: column; margin-bottom: 22px; }
  .category-visual-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .category-card-image { height: 76px; }
  .category-card-image img { width: 76px; height: 76px; }
  .catalogue-tools { align-items: stretch; flex-direction: column; }
  .active-socket-filter { align-items: flex-start; flex-direction: column; }
  .guide { padding: 75px 6vw; }
  .guide-steps li { grid-template-columns: 35px 1fr; padding: 15px 0; }
  .guide-steps b { display: none; }
  .pro-section { grid-template-columns: 1fr; padding: 70px 7vw; }
  .home-blog { padding: 75px 5vw 85px; }
  .home-blog-heading { align-items: flex-start; flex-direction: column; }
  .home-blog-grid { grid-template-columns: 1fr; }
  .home-blog-grid article:last-child { grid-column: auto; max-width: none; }
  .home-blog-image { height: 165px; }
  .footer-main { grid-template-columns: 1fr; gap: 36px; }
  .footer-about { grid-template-columns: 1fr; gap: 32px; }
  .prodeal-footer-logo { width: 145px; }
  .footer-legal-summary { align-items: flex-start; flex-direction: column; }
  .footer-legal-summary nav { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .legal-header { min-height: 72px; padding: 0 5vw; }
  .legal-header .wordmark img { width: 125px; }
  .legal-content { width: 90vw; padding: 65px 0 90px; }
  .legal-intro { margin-bottom: 42px; font-size: 16px; }
  .blog-intro { padding: 65px 5vw 60px; }
  .blog-intro h1 { font-size: 52px; }
  .blog-list { padding: 50px 5vw 85px; }
  .blog-list-card { padding: 28px 0; }
  .blog-list-visual { height: 170px; }
  .blog-article-hero { padding: 60px 5vw; }
  .blog-article-hero h1 { font-size: 47px; }
  .blog-article-lead { font-size: 16px; }
  .blog-byline { flex-direction: column; gap: 7px; }
  .blog-ilv { padding: 22px 0 18px; overflow: visible; }
  .blog-ilv img { width: 100%; max-width: 100%; height: auto; transform: none; }
  .blog-ilv figcaption { padding: 15px 5vw 0; align-items: flex-start; flex-direction: column; }
  .blog-article-layout { padding: 65px 5vw 80px; display: block; }
  .blog-article-layout aside { display: none; }
  .blog-introduction { font-size: 19px; }
  .blog-article-body blockquote { padding: 22px; font-size: 16px; }
  .blog-article-body h2 { font-size: 28px; }
  .blog-article-body p, .blog-article-body li { font-size: 14px; }
  .blog-article-cta { align-items: flex-start; flex-direction: column; }
  .blog-related { padding: 65px 5vw 85px; }
  .blog-related > div:last-child { grid-template-columns: 1fr; }
  .catalogues-header { min-height: 76px; }
  .catalogues-header .wordmark img { width: 125px; }
  .catalogues-intro { padding: 75px 6vw 55px; }
  .catalogue-library { padding: 60px 6vw 80px; }
  .catalogue-document { grid-template-columns: 1fr; }
  .catalogue-document-copy h2 { margin-top: 10px; }
  .catalogues-footer { align-items: flex-start; flex-direction: column; gap: 12px; }
  .seo-page-header { min-height: 72px; }
  .seo-page-header .wordmark img { width: 125px; }
  .seo-products-intro { padding: 60px 5vw; }
  .seo-products-intro h1 { font-size: 52px; }
  .seo-link-section, .seo-catalogue-section, .seo-related-products { padding: 60px 5vw; }
  .seo-category-grid { grid-template-columns: 1fr 1fr; }
  .seo-socket-links { grid-template-columns: 1fr 1fr; }
  .seo-product-detail { padding: 40px 5vw 70px; }
  .seo-product-gallery figure.primary { min-height: 320px; }
  .seo-product-gallery figure { min-height: 180px; }
  .seo-product-key-specs { grid-template-columns: 1fr 1fr; }
  .seo-related-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

.floating-home-button {
  position: fixed;
  z-index: 120;
  left: max(18px, env(safe-area-inset-left));
  bottom: max(18px, env(safe-area-inset-bottom));
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: #071b29;
  color: white;
  box-shadow: 0 10px 28px rgba(7,27,41,.28);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  transition: transform .2s, background-color .2s, box-shadow .2s;
}
.floating-home-button span { font-size: 17px; line-height: 1; }
.floating-home-button:hover {
  transform: translateY(-2px);
  background: var(--blue);
  box-shadow: 0 14px 34px rgba(7,27,41,.34);
}
.floating-home-button:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}

@media (max-width: 700px) {
  .floating-home-button {
    left: max(12px, env(safe-area-inset-left));
    bottom: max(12px, env(safe-area-inset-bottom));
    min-height: 42px;
    padding: 0 15px;
  }
}

.planogramme-page { min-height: 100vh; background: #eaf2f7; }
.planogramme-header { min-height: 84px; padding: 13px 3vw; display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 24px; background: white; border-bottom: 1px solid var(--line); }
.planogramme-header > div:nth-child(2) { text-align: center; }
.planogramme-header p { margin: 0 0 3px; color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.planogramme-header h1 { margin: 0; font-size: 25px; line-height: 1.1; letter-spacing: -.03em; }
.planogramme-header-actions { display: flex; gap: 8px; }
.planogramme-header-actions button, .planogramme-canvas-toolbar button { min-height: 40px; padding: 0 16px; border: 1px solid #c9dce8; border-radius: 3px; background: white; color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }
.planogramme-header-actions button.primary { border-color: var(--blue); background: var(--blue); color: white; }
.planogramme-workspace { height: calc(100vh - 84px); display: grid; grid-template-columns: 300px minmax(420px, 1fr) 285px; }
.planogramme-products, .planogramme-settings { min-height: 0; padding: 22px; background: white; overflow: auto; }
.planogramme-products { border-right: 1px solid var(--line); }
.planogramme-settings { border-left: 1px solid var(--line); }
.planogramme-panel-title { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.planogramme-panel-title > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); font-size: 10px; font-weight: 900; }
.planogramme-panel-title div { display: flex; flex-direction: column; gap: 3px; }
.planogramme-panel-title strong { font-family: var(--font-display); font-size: 17px; }
.planogramme-panel-title small { color: #7b8790; font-size: 9px; }
.planogramme-search, .planogramme-settings > label, .planogramme-field-row label, .planogramme-selection label { display: flex; flex-direction: column; gap: 7px; margin-bottom: 16px; color: #69757c; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.planogramme-search input, .planogramme-settings input, .planogramme-selection input { width: 100%; min-height: 43px; border: 1px solid #c9dce8; border-radius: 3px; padding: 0 11px; background: #f9fbfc; color: var(--ink); font-size: 13px; letter-spacing: 0; text-transform: none; outline: none; }
.planogramme-search input:focus, .planogramme-settings input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(12,114,183,.1); }
.planogramme-product-list { display: flex; flex-direction: column; gap: 7px; }
.planogramme-product-list > button { width: 100%; min-height: 68px; padding: 8px; border: 1px solid #d9e6ed; border-radius: 4px; display: grid; grid-template-columns: 48px 1fr 22px; align-items: center; gap: 9px; background: white; text-align: left; cursor: pointer; }
.planogramme-product-list > button:hover { border-color: var(--blue); background: #f3f9fc; }
.planogramme-product-list > button > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.planogramme-product-list small { color: var(--blue); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.planogramme-product-list strong { overflow: hidden; font-size: 10px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.planogramme-product-list > button > b { color: var(--blue); font-size: 22px; }
.planogramme-product-thumb { width: 48px; height: 48px; display: grid; place-items: center; overflow: hidden; background: #f0f4f6; }
.planogramme-product-thumb img { width: 100%; height: 100%; object-fit: contain; }
.planogramme-product-thumb b { color: var(--blue); font-size: 20px; }
.planogramme-canvas-panel { min-width: 0; display: flex; flex-direction: column; }
.planogramme-canvas-toolbar { min-height: 66px; padding: 10px 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: #f7fafc; border-bottom: 1px solid var(--line); }
.planogramme-canvas-toolbar > div:first-child { display: flex; flex-direction: column; gap: 4px; }
.planogramme-canvas-toolbar strong { font-size: 14px; }
.planogramme-canvas-toolbar span { color: #77848c; font-size: 9px; text-transform: uppercase; }
.planogramme-canvas-toolbar > div:last-child { display: flex; gap: 7px; }
.planogramme-stage-shell { min-height: 0; flex: 1; padding: 28px; display: grid; place-items: center; overflow: auto; background-color: #dbe8ef; background-image: radial-gradient(#aebfc9 1px, transparent 1px); background-size: 18px 18px; }
.planogramme-board { position: relative; height: min(70vh, 720px); max-width: 92%; border: 7px solid #344550; background: linear-gradient(90deg, rgba(12,114,183,.045) 1px, transparent 1px), linear-gradient(rgba(12,114,183,.045) 1px, transparent 1px), #fff; background-size: 10% 5%; box-shadow: 0 24px 55px rgba(10,24,35,.18); overflow: hidden; }
.planogramme-board::before, .planogramme-board::after { content: ""; position: absolute; z-index: 4; bottom: -7px; width: 12px; height: 24px; background: #344550; }
.planogramme-board::before { left: 10%; }
.planogramme-board::after { right: 10%; }
.planogramme-shelf { position: absolute; z-index: 1; height: 6px; background: #526873; box-shadow: 0 3px 0 #25343c; pointer-events: none; }
.planogramme-upright { position: absolute; z-index: 1; top: 0; bottom: 0; width: 5px; background: #526873; box-shadow: 3px 0 0 #25343c; pointer-events: none; }
.planogramme-placement { position: absolute; z-index: 2; min-width: 46px; min-height: 66px; padding: 3px 3px 17px; border: 2px solid transparent; display: grid; place-items: center; background: white; box-shadow: 0 3px 9px rgba(0,0,0,.15); cursor: grab; touch-action: none; user-select: none; }
.planogramme-placement:active { cursor: grabbing; }
.planogramme-placement.selected { z-index: 3; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(12,114,183,.2), 0 8px 18px rgba(0,0,0,.2); }
.planogramme-placement img { width: 100%; height: 100%; object-fit: fill; pointer-events: none; }
.planogramme-placement > span { color: var(--blue); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.planogramme-placement small { position: absolute; inset: auto 0 0; min-height: 16px; padding: 3px 2px; background: var(--yellow); color: var(--ink); font-size: 7px; font-weight: 900; text-align: center; }
.planogramme-gondola-settings { display: flex; flex-direction: column; gap: 10px; margin: 4px 0 20px; }
.planogramme-gondola-heading { display: flex; flex-direction: column; gap: 3px; }
.planogramme-gondola-heading > strong { font-family: var(--font-display); font-size: 14px; }
.planogramme-gondola-heading > small { color: #7b8790; font-size: 9px; }
.planogramme-gondola-card { padding: 12px; border: 1px solid #d9e6ed; border-left: 4px solid var(--blue); border-radius: 4px; background: #f9fbfc; }
.planogramme-gondola-card > strong { display: block; margin-bottom: 11px; color: var(--blue); font-size: 11px; text-transform: uppercase; }
.planogramme-gondola-card label { display: flex; flex-direction: column; gap: 6px; margin-bottom: 10px; color: #69757c; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.planogramme-gondola-card label:last-child { margin-bottom: 0; }
.planogramme-gondola-card input { min-height: 38px; }
.planogramme-empty { position: absolute; inset: 25%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #7b8c96; text-align: center; pointer-events: none; }
.planogramme-empty > span { width: 48px; height: 48px; margin-bottom: 13px; display: grid; place-items: center; border: 1px dashed #9db2bd; border-radius: 50%; color: var(--blue); font-size: 27px; }
.planogramme-empty strong { color: #40515b; font-size: 13px; }
.planogramme-empty p { max-width: 280px; font-size: 10px; line-height: 1.6; }
.planogramme-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.planogramme-selection { margin: 25px 0; padding: 18px; border-top: 4px solid var(--blue); background: #edf6fb; }
.planogramme-selection > strong, .planogramme-help > strong { font-family: var(--font-display); font-size: 14px; }
.planogramme-selection p { color: #65747c; font-size: 11px; line-height: 1.5; }
.planogramme-selection .planogramme-dimensions { margin-top: -4px; color: var(--blue); font-size: 9px; font-weight: 900; }
.planogramme-selection .danger { width: 100%; min-height: 38px; border: 1px solid #c45151; background: transparent; color: #a62d2d; font-size: 9px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.planogramme-help { padding: 18px; background: #071b29; color: white; }
.planogramme-help ol { margin: 13px 0 0; padding-left: 18px; color: #b8c7cf; font-size: 10px; line-height: 1.9; }

@media (max-width: 1100px) {
  .planogramme-workspace { grid-template-columns: 250px minmax(390px, 1fr); }
  .planogramme-settings { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; border: 0; border-top: 1px solid var(--line); }
  .planogramme-gondola-settings { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .planogramme-gondola-heading { grid-column: 1 / -1; }
  .planogramme-workspace { height: auto; min-height: calc(100vh - 84px); }
  .planogramme-products, .planogramme-canvas-panel { height: calc(100vh - 84px); }
  .planogramme-selection, .planogramme-help { margin: 0; }
}

@media (max-width: 700px) {
  .planogramme-header { grid-template-columns: 1fr auto; }
  .planogramme-header > div:nth-child(2) { display: none; }
  .planogramme-header .wordmark img { width: 125px; }
  .planogramme-header-actions button:first-child { display: none; }
  .planogramme-workspace { display: flex; flex-direction: column; }
  .planogramme-products, .planogramme-canvas-panel { height: auto; max-height: none; }
  .planogramme-products { max-height: 420px; }
  .planogramme-canvas-panel { min-height: 680px; }
  .planogramme-stage-shell { min-height: 600px; padding: 18px; }
  .planogramme-board { height: 560px; max-width: 100%; }
  .planogramme-settings { display: block; }
  .planogramme-canvas-toolbar { align-items: flex-start; flex-direction: column; }
}

@media print {
  body { background: white; }
  .planogramme-header, .planogramme-products, .planogramme-settings, .planogramme-canvas-toolbar, .floating-home-button { display: none !important; }
  .planogramme-workspace, .planogramme-canvas-panel, .planogramme-stage-shell { height: auto; min-height: 0; display: block; padding: 0; background: white; }
  .planogramme-board { width: 95vw; height: 92vh; margin: 2vh auto; max-width: none; box-shadow: none; print-color-adjust: exact; }
}
