:root {
  --ink: #172931;
  --muted: #65737a;
  --line: #dce3e1;
  --paper: #f6f6f2;
  --white: #ffffff;
  --lime: #e57720;
  --lime-deep: #ad4d12;
  --orange: #e57720;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }

.site-header { align-items: center; backdrop-filter: blur(16px); background: rgba(255, 255, 255, .94); border-bottom: 1px solid rgba(220, 227, 225, .94); display: flex; justify-content: space-between; padding: 14px clamp(24px, 5vw, 88px); position: sticky; top: 0; z-index: 10; }
.brand { align-items: center; display: inline-flex; font-size: 17px; font-weight: 800; gap: 9px; letter-spacing: -.5px; }
.brand > span:last-child > span { color: var(--lime-deep); font-size: 10px; letter-spacing: 1.4px; margin-left: 3px; vertical-align: middle; }
.brand-mark { background: #fff url("assets/fenlande-logo.jpg") 50% 50% / 105% auto no-repeat; border: 1px solid #eac7a4; border-radius: 50%; display: inline-block; height: 42px; overflow: hidden; width: 42px; }
.brand-mark img { display: none; }
nav { display: flex; gap: clamp(18px, 3vw, 42px); }
nav a { color: #4b5d64; font-size: 14px; font-weight: 650; }
nav a:hover { color: var(--ink); }
.header-cta { background: var(--ink); border-radius: 999px; color: var(--white); font-size: 14px; font-weight: 700; padding: 11px 18px; }

.hero { background: var(--ink); color: white; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 620px; overflow: hidden; padding: clamp(60px, 8vw, 120px) clamp(24px, 9vw, 160px); position: relative; }
.hero-copy { max-width: 690px; position: relative; z-index: 2; }
.eyebrow { color: var(--lime-deep); font-size: 11px; font-weight: 800; letter-spacing: 1.55px; margin: 0 0 17px; }
.hero h1, h2 { letter-spacing: -2.8px; line-height: .98; margin: 0; }
.hero h1 { font-family: var(--serif); font-size: clamp(50px, 6.5vw, 90px); max-width: 680px; }
.hero h1 em { color: var(--lime); font-weight: 400; }
.hero-text { color: #bdcccf; font-size: 18px; line-height: 1.55; margin: 30px 0; max-width: 530px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { align-items: center; border: 1px solid transparent; border-radius: 999px; display: inline-flex; font-size: 14px; font-weight: 800; gap: 12px; justify-content: center; padding: 14px 20px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--ink); }
.button-primary:hover { background: #f09a50; }
.button-secondary { border-color: #456066; color: white; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 68px; }
.hero-notes span { color: #bdcccf; font-size: 12px; }
.hero-notes span::before { color: var(--lime); content: "•"; margin-right: 6px; }

.hero-visual { min-height: 380px; position: relative; }
.hero-media { border: 1px solid rgba(255,255,255,.16); box-shadow: -32px 35px 0 rgba(253,127,0,.14); margin: 12px 0 18px 14px; overflow: hidden; }
.hero-media::after { background: linear-gradient(90deg, rgba(13,31,36,.48), transparent 35%, rgba(13,31,36,.08)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.hero-media img { display: block; height: 100%; object-fit: cover; object-position: 73% center; position: absolute; width: 100%; }
.glow { border-radius: 50%; filter: blur(2px); position: absolute; }
.glow-one { background: #fd7f00; height: 250px; opacity: .2; right: 5%; top: 2%; width: 250px; }
.glow-two { background: #49b4d7; bottom: -80px; height: 370px; opacity: .21; right: 12%; width: 370px; }
.floodlight { filter: drop-shadow(0 40px 30px rgba(0,0,0,.45)); height: 300px; position: absolute; right: 7%; top: 73px; transform: rotate(-10deg); width: 330px; z-index: 1; }
.floodlight-top { background: linear-gradient(110deg, #344a4e, #18292e 58%, #436066); border-radius: 13px 13px 4px 4px; height: 38px; left: 13px; position: absolute; top: -9px; transform: skewX(-18deg); width: 290px; }
.floodlight-face { background: linear-gradient(135deg, #24383d, #102126); border: 9px solid #536a70; border-radius: 12px; box-shadow: inset 0 0 0 6px #172a2f; display: grid; gap: 8px; grid-template-columns: repeat(4, 1fr); height: 222px; left: 16px; padding: 34px; position: absolute; top: 24px; width: 292px; }
.floodlight-face i { background: radial-gradient(circle, #fffef6 0 18%, #fff0a5 24%, #ffc960 57%, #e5800b 100%); border-radius: 3px; box-shadow: 0 0 13px rgba(255,188,59,.72); }
.floodlight-base { border-bottom: 17px solid #42585d; border-left: 16px solid transparent; border-right: 16px solid transparent; bottom: 0; height: 0; left: 84px; position: absolute; transform: skewX(-25deg); width: 177px; }
.visual-label { bottom: 20px; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: 1.4px; margin: 0; position: absolute; right: 20px; text-shadow: 0 1px 10px rgba(0,0,0,.55); z-index: 1; }

.home-showcase { background: radial-gradient(circle at 14% 12%, rgba(255, 198, 117, .55), transparent 28%), radial-gradient(circle at 83% 86%, rgba(100, 184, 218, .16), transparent 26%), linear-gradient(125deg, #fff8ee 0%, #fffdf9 49%, #edf6f6 100%); color: var(--ink); display: block; overflow: hidden; padding: clamp(62px, 7vw, 112px) clamp(24px, 8vw, 150px); position: relative; }
.home-showcase::before { background: linear-gradient(90deg, rgba(229,119,32,.07), transparent 38%); content: ""; inset: 0; pointer-events: none; position: absolute; z-index: 1; }
.hero-video-layer { inset: 0; overflow: hidden; position: absolute; }
.hero-video-layer video { filter: saturate(.9) brightness(1.1) contrast(1.03); height: 100%; object-fit: cover; object-position: center; opacity: .51; width: 100%; }
.hero-video-veil { background: linear-gradient(90deg, rgba(255,251,245,.81) 0%, rgba(255,252,247,.69) 42%, rgba(239,248,248,.42) 100%), radial-gradient(circle at 84% 50%, rgba(255,177,92,.10), transparent 43%); inset: 0; pointer-events: none; position: absolute; z-index: 1; }
.showcase-copy { margin: 0 auto; max-width: 890px; position: relative; text-align: center; z-index: 2; }
.showcase-copy .eyebrow { color: var(--lime-deep); }
.showcase-copy h1 { font-family: var(--serif); font-size: clamp(56px, 6.8vw, 102px); letter-spacing: -3.5px; line-height: 1.02; margin: 0 auto; max-width: 980px; }
.showcase-copy h1 > span, .showcase-copy h1 em { display: block; }
.showcase-copy h1 em { color: var(--lime); font-weight: 400; }
.hero-title-static { transition: opacity .72s ease, transform .72s cubic-bezier(.2,.72,.28,1); }
.rotating-title { margin-top: .08em; min-height: 1.08em; transition: opacity .48s ease, transform .48s ease; }
.rotating-title.is-changing { opacity: 0; transform: translateY(10px); }
.reveal-ready .showcase-copy .hero-title-static, .reveal-ready .showcase-copy .rotating-title { opacity: 0; transform: translateY(16px); }
.reveal-ready .showcase-copy.is-revealed .hero-title-static { opacity: 1; transform: translateY(0); transition-delay: .08s; }
.reveal-ready .showcase-copy.is-revealed .rotating-title { opacity: 1; transform: translateY(0); transition-delay: .28s; }
.reveal-ready .showcase-copy.is-revealed .rotating-title.is-changing { opacity: 0; transform: translateY(10px); transition-delay: 0s; }
.showcase-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.65; margin: 28px auto; max-width: 570px; }
.sr-only { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.product-search { align-items: center; background: rgba(255,255,255,.88); border: 1px solid #e0c5a8; box-shadow: 0 12px 28px rgba(107, 81, 52, .10); display: flex; margin: 30px auto 0; max-width: 650px; position: relative; text-align: left; transition: border-color .2s, box-shadow .2s; }
.product-search:focus-within { border-color: var(--lime); box-shadow: 0 14px 32px rgba(172, 75, 18, .16); }
.search-icon { fill: none; flex: 0 0 auto; height: 20px; margin-left: 18px; stroke: var(--lime-deep); stroke-linecap: round; stroke-width: 2; width: 20px; }
.product-search input { background: transparent; border: 0; color: var(--ink); font: inherit; font-size: 13px; min-width: 0; outline: 0; padding: 16px 14px; width: 100%; }
.product-search input::placeholder { color: #889498; }
.product-search button { align-self: stretch; background: var(--lime); border: 0; color: #1e2e33; cursor: pointer; flex: 0 0 auto; font-size: 12px; font-weight: 850; padding: 0 18px; transition: background .2s; white-space: nowrap; }
.product-search button:hover { background: #f19248; }
.product-search button span { margin-left: 5px; }
.search-results { background: #fff; border: 1px solid #e0c5a8; box-shadow: 0 18px 34px rgba(36, 50, 54, .13); left: -1px; max-height: 290px; overflow: auto; position: absolute; right: -1px; text-align: left; top: calc(100% + 8px); z-index: 5; }
.search-result { align-items: center; background: #fff; border: 0; border-bottom: 1px solid #edf0ed; color: var(--ink); cursor: pointer; display: flex; font: inherit; gap: 13px; justify-content: space-between; padding: 13px 16px; text-align: left; transition: background .18s; width: 100%; }
.search-result:hover, .search-result:focus-visible { background: #fff5e9; outline: 0; }
.search-result:last-child { border-bottom: 0; }
.search-result span, .search-result small { display: block; }
.search-result span { font-family: var(--serif); font-size: 18px; letter-spacing: -.4px; }
.search-result small { color: var(--lime-deep); font-size: 9px; font-weight: 850; letter-spacing: 1px; }
.search-empty { color: #738187; font-size: 13px; margin: 0; padding: 16px; }
.product-search-hint { color: #758287 !important; font-size: 11px !important; margin: 9px auto 0 !important; }
.showcase-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 24px; }
.showcase-copy .button-secondary { background: rgba(255,255,255,.58); border-color: #cbd7d5; color: var(--ink); }
.showcase-copy .button-secondary:hover { background: #ffffff; }
.showcase-notes { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 42px; }
.showcase-notes span { color: #68777d; font-size: 12px; }
.showcase-notes span::before { color: var(--lime); content: "•"; margin-right: 6px; }
.hero-light-icons { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-top: 21px; }
.hero-light-icons span { align-items: center; background: rgba(255,255,255,.72); border: 1px solid rgba(221, 211, 196, .9); color: #41545c; display: inline-flex; font-size: 10px; font-weight: 750; gap: 6px; letter-spacing: .25px; padding: 7px 9px; }
.hero-light-icons svg { fill: none; height: 15px; stroke: var(--lime-deep); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; width: 15px; }
.home-gallery { display: grid; gap: 13px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 54px auto 0; max-width: 1440px; position: relative; z-index: 2; }
.gallery-card { background: #fff; border: 1px solid #e5c8aa; box-shadow: 0 13px 27px rgba(43, 65, 69, .10); display: flex; flex-direction: column; isolation: isolate; overflow: hidden; position: relative; transition: border-color .28s, box-shadow .28s, transform .28s; }
.gallery-card::before { border: 1px solid rgba(255,255,255,0); bottom: 72px; content: ""; inset-inline: 8px; pointer-events: none; position: absolute; top: 8px; transition: border-color .28s; z-index: 2; }
.gallery-card::after { background: linear-gradient(135deg, rgba(255, 246, 235, .08), rgba(171, 75, 15, .04) 42%, rgba(15, 45, 53, .18) 100%); bottom: 71px; content: ""; inset-inline: 0; pointer-events: none; position: absolute; top: 0; transition: background .28s; z-index: 1; }
.gallery-card img { aspect-ratio: 16 / 9; display: block; filter: saturate(.78) contrast(.96) brightness(1.05); height: auto; object-fit: cover; transition: filter .4s ease, transform .55s cubic-bezier(.2,.72,.28,1); width: 100%; }
.gallery-label { background: linear-gradient(105deg, #fffdf9 0%, #fff3e6 100%); border-top: 3px solid rgba(229, 119, 32, .55); color: var(--ink); min-height: 71px; padding: 12px 39px 13px 15px; position: relative; text-shadow: none; z-index: 3; }
.gallery-label small, .gallery-label strong { display: block; }
.gallery-label small { color: var(--lime-deep); font-size: 8px; font-weight: 850; letter-spacing: 1.05px; }
.gallery-label strong { font-family: var(--serif); font-size: 18px; letter-spacing: -.5px; line-height: 1.05; margin-top: 5px; transform: translateY(3px); transition: transform .28s; }
.gallery-label i { align-items: center; background: #fff; border: 1px solid #edcba9; border-radius: 50%; color: var(--lime-deep); display: inline-flex; font-style: normal; height: 26px; justify-content: center; position: absolute; right: 12px; top: 22px; transition: background .28s, color .28s, transform .28s; width: 26px; }
.gallery-card:hover, .gallery-card:focus-visible { border-color: var(--lime); box-shadow: 0 19px 34px rgba(172, 75, 18, .22); outline: 0; transform: translateY(-6px); }
.gallery-card:hover::before, .gallery-card:focus-visible::before { border-color: rgba(255,255,255,.85); }
.gallery-card:hover::after, .gallery-card:focus-visible::after { background: linear-gradient(135deg, rgba(255, 246, 235, 0), rgba(181, 75, 13, .08) 44%, rgba(15, 45, 53, .10) 100%); }
.gallery-card:hover img, .gallery-card:focus-visible img { filter: saturate(.92) contrast(1.01) brightness(1.09); transform: scale(1.055); }
.gallery-card:hover .gallery-label strong, .gallery-card:focus-visible .gallery-label strong { transform: translateY(0); }
.gallery-card:hover .gallery-label i, .gallery-card:focus-visible .gallery-label i { background: var(--lime); color: #fff; transform: rotate(45deg); }

.capability-strip { background: linear-gradient(90deg, #ee933d, var(--lime)); display: grid; grid-template-columns: repeat(4, 1fr); padding: 28px clamp(24px, 9vw, 160px); }
.capability-strip div { border-right: 1px solid rgba(13,31,36,.22); padding: 0 24px; }
.capability-strip div:first-child { padding-left: 0; }
.capability-strip div:last-child { border-right: 0; }
.capability-strip strong, .capability-strip span { display: block; }
.capability-strip strong { font-family: var(--serif); font-size: 27px; letter-spacing: -1px; }
.capability-strip span { font-size: 12px; margin-top: 2px; }

.solution-icons { margin: 0 auto; max-width: 1440px; padding: 105px clamp(24px, 7vw, 110px); }
.solution-heading { margin: 0 auto; max-width: 740px; text-align: center; }
.solution-heading h2 { font-family: var(--serif); font-size: clamp(44px, 4.7vw, 66px); letter-spacing: -2.4px; line-height: .96; margin: 0; }
.solution-grid { display: grid; gap: 14px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 50px; }
.solution-card { background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 0; overflow: hidden; transition: border-color .22s, box-shadow .22s, transform .22s; }
.solution-card:hover { border-color: #e7bf96; box-shadow: 0 14px 30px rgba(23, 41, 49, .09); transform: translateY(-4px); }
.solution-card-copy { padding: 22px 22px 25px; }
.lighting-icon { align-items: center; background: #fbf1e8; border: 1px solid #ead1b7; border-radius: 50%; color: var(--lime-deep); display: inline-flex; height: 50px; justify-content: center; width: 50px; }
.lighting-icon svg { fill: none; height: 31px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.3; width: 31px; }
.solution-card h3 { font-family: var(--serif); font-size: 24px; letter-spacing: -.7px; line-height: 1.05; margin: 18px 0 9px; }
.solution-card p { color: var(--muted); font-size: 13px; line-height: 1.5; margin: 0; }
.solution-image { aspect-ratio: 4 / 3; margin: 0; order: -1; overflow: hidden; }
.solution-image img { display: block; filter: saturate(.82) contrast(.97); height: 100%; object-fit: cover; transition: filter .35s ease, transform .45s ease; width: 100%; }
.solution-card:hover .solution-image img { filter: saturate(.98) contrast(1.02); transform: scale(1.06); }

.section { margin: 0 auto; max-width: 1440px; padding: 110px clamp(24px, 7vw, 110px); }
.section-intro { max-width: 690px; }
h2 { font-family: var(--serif); font-size: clamp(38px, 4.4vw, 63px); }
.section-intro > p:last-child { color: var(--muted); font-size: 17px; line-height: 1.6; margin-top: 25px; }
.category-grid { display: grid; gap: 15px; grid-template-columns: repeat(4, 1fr); margin-top: 56px; }
.category-card { background: var(--white); border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 300px; padding: 30px; transition: background .2s, transform .2s; }
.category-card:hover { background: #fff1df; transform: translateY(-4px); }
.active-card { background: var(--ink); border-color: var(--ink); color: white; }
.active-card:hover { background: #173138; }
.category-number { color: var(--lime-deep); font-family: var(--serif); font-size: 26px; }
.category-card h3 { font-family: var(--serif); font-size: 29px; letter-spacing: -1px; margin: auto 0 12px; }
.category-card p { color: #64787e; font-size: 14px; line-height: 1.55; margin: 0 0 24px; }
.active-card p { color: #c2d0d1; }
.category-card a { color: var(--lime-deep); font-size: 13px; font-weight: 800; }
.category-card a span { margin-left: 6px; }

.brand-directory { align-items: start; display: grid; gap: 55px; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); }
.brand-directory-intro > p:not(.eyebrow) { color: var(--muted); font-size: 16px; line-height: 1.6; margin-top: 23px; }
.brand-explorer { background: var(--white); border: 1px solid var(--line); box-shadow: 0 18px 42px rgba(23, 41, 49, .08); min-width: 0; }
.brand-tabs { border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }
.brand-tab { align-items: center; background: transparent; border: 0; border-right: 1px solid var(--line); cursor: pointer; display: flex; gap: 10px; min-height: 92px; padding: 14px; position: relative; text-align: left; transition: background .2s; }
.brand-tab:last-child { border-right: 0; }
.brand-tab:hover, .brand-tab.is-active { background: #fcf4eb; }
.brand-tab.is-active::after { background: var(--lime); bottom: -1px; content: ""; height: 3px; left: 14px; position: absolute; right: 14px; }
.brand-logo-frame { align-items: center; background: white; border: 1px solid #e1e5e3; display: flex; flex: 0 0 44px; height: 44px; justify-content: center; overflow: hidden; width: 44px; }
.brand-logo-frame img { height: 100%; object-fit: contain; padding: 2px; width: 100%; }
.brand-logo-frame.fenlande-frame img { object-fit: contain; object-position: center; padding: 3px; transform: none; }
.brand-tab > span:nth-child(2) { min-width: 0; }
.brand-tab strong, .brand-tab small { display: block; }
.brand-tab strong { color: #26363b; font-size: 10px; letter-spacing: .4px; }
.brand-tab small { color: #879296; font-size: 9px; line-height: 1.25; margin-top: 4px; }
.brand-tab b { color: #b1b8ba; font-family: var(--serif); font-size: 14px; font-weight: 400; margin-left: auto; }
.brand-panel { background: #fff; min-height: 525px; padding: clamp(28px, 4.1vw, 60px); }
.panel-heading { align-items: end; display: flex; gap: 20px; justify-content: space-between; }
.panel-heading h3, .sync-copy h3 { font-family: var(--serif); font-size: clamp(34px, 4vw, 53px); letter-spacing: -2px; line-height: .98; margin: 0; }
.panel-heading > a { color: var(--lime-deep); flex: 0 0 auto; font-size: 12px; font-weight: 850; padding-bottom: 6px; }
.panel-lead { color: var(--muted); font-size: 15px; line-height: 1.5; margin: 26px 0 30px; }
.product-line-grid { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(2, 1fr); }
.product-line { border-bottom: 1px solid var(--line); color: var(--ink); min-height: 95px; padding: 18px 20px 17px 44px; position: relative; transition: background .2s; }
.product-line:nth-child(odd) { border-right: 1px solid var(--line); }
.product-line:hover { background: #fcf7f1; }
.product-line.is-search-hit { animation: search-hit 2.3s ease-out; background: #fff0de; }
.product-line span { color: var(--lime-deep); font-family: var(--serif); font-size: 14px; left: 16px; position: absolute; top: 18px; }
.product-line strong, .product-line small { display: block; }
.product-line strong { font-family: var(--serif); font-size: 20px; letter-spacing: -.6px; line-height: 1.05; }
.product-line small { color: #778489; font-size: 11px; margin-top: 8px; }
.product-catalogue-section { border-top: 1px solid var(--line); margin-top: 52px; padding-top: 48px; scroll-margin-top: 100px; }
.catalogue-toolbar { align-items: end; display: grid; gap: 28px; grid-template-columns: minmax(0, 1fr) minmax(210px, .34fr); }
.catalogue-toolbar .eyebrow { margin-bottom: 12px; }
.catalogue-toolbar h4 { font-family: var(--serif); font-size: clamp(31px, 3.5vw, 46px); letter-spacing: -1.6px; line-height: 1; margin: 0; }
.catalogue-toolbar > div > p:last-child { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 16px 0 0; max-width: 610px; }
.catalogue-filter { color: #526167; display: grid; font-size: 10px; font-weight: 800; gap: 8px; letter-spacing: .7px; text-transform: uppercase; }
.catalogue-filter select { appearance: none; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23ad4d12' stroke-linecap='round' stroke-width='1.7'%3E%3Cpath d='m5 7 5 5 5-5'/%3E%3C/svg%3E") calc(100% - 13px) 50% / 16px no-repeat; border: 1px solid #dfc6aa; border-radius: 0; color: var(--ink); font: inherit; font-size: 11px; letter-spacing: 0; outline: 0; padding: 13px 38px 13px 13px; text-transform: none; width: 100%; }
.catalogue-filter select:focus { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(229,119,32,.12); }
.catalogue-count { color: var(--lime-deep); font-size: 11px; font-weight: 850; letter-spacing: .85px; margin: 28px 0 16px; text-transform: uppercase; }
.product-catalogue { display: grid; gap: 15px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.catalogue-card { background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; min-width: 0; overflow: hidden; position: relative; transition: border-color .25s, box-shadow .25s, transform .25s; }
.catalogue-card:hover, .catalogue-card:focus-within, .catalogue-card.is-search-hit { border-color: var(--lime); box-shadow: 0 16px 30px rgba(172,75,18,.16); transform: translateY(-4px); }
.catalogue-card.is-search-hit { animation: catalogue-hit 2.2s ease-out; }
.catalogue-image { align-items: center; background: linear-gradient(145deg, #faf8f4, #eef2ef); border-bottom: 1px solid #e8e2da; display: flex; height: 194px; justify-content: center; overflow: hidden; position: relative; }
.catalogue-image::after { border: 1px solid rgba(255,255,255,.86); content: ""; inset: 9px; pointer-events: none; position: absolute; }
.catalogue-image img { display: block; filter: saturate(.88) contrast(.98); height: 100%; object-fit: contain; padding: 8px; transition: filter .3s, transform .45s cubic-bezier(.2,.72,.28,1); width: 100%; }
.catalogue-card:hover .catalogue-image img, .catalogue-card:focus-within .catalogue-image img { filter: saturate(1.02) contrast(1.03); transform: scale(1.045); }
.catalogue-image-fallback { align-items: center; color: var(--lime-deep); display: flex; flex-direction: column; font-size: 10px; font-weight: 850; gap: 10px; letter-spacing: 1.2px; text-align: center; text-transform: uppercase; }
.catalogue-image-fallback svg { fill: none; height: 48px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; width: 48px; }
.catalogue-card-copy { display: flex; flex: 1; flex-direction: column; padding: 19px 18px 18px; }
.catalogue-category { color: var(--lime-deep); font-size: 9px; font-weight: 850; letter-spacing: .92px; margin: 0 0 9px; text-transform: uppercase; }
.catalogue-card h5 { font-family: var(--serif); font-size: 23px; letter-spacing: -.7px; line-height: 1.02; margin: 0; }
.catalogue-cn-name { color: #6d7b7f; font-size: 11px; line-height: 1.35; margin: 8px 0 0; }
.catalogue-model { border-top: 1px solid #ece6df; color: #5d6b70; font-size: 10px; line-height: 1.4; margin: 16px 0 0; padding-top: 13px; }
.catalogue-model strong { color: var(--ink); font-size: 9px; letter-spacing: .8px; margin-right: 5px; text-transform: uppercase; }
.catalogue-powers { display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 0 18px; }
.catalogue-powers span { background: #fff4e8; border: 1px solid #f1d6b8; color: #9b4b18; font-size: 9px; font-weight: 800; padding: 5px 6px; }
.catalogue-powers span:last-child { background: #f4f7f5; border-color: #dfe7e1; color: #617077; }
.catalogue-inquiry { align-items: center; border-top: 1px solid #ece6df; color: var(--ink); display: flex; font-size: 11px; font-weight: 850; justify-content: space-between; margin-top: auto; padding-top: 15px; }
.catalogue-inquiry span { color: var(--lime-deep); font-size: 18px; line-height: .8; transition: transform .2s; }
.catalogue-inquiry:hover span, .catalogue-inquiry:focus-visible span { transform: translateX(3px); }
@keyframes catalogue-hit { 0%, 40% { box-shadow: inset 0 0 0 3px rgba(229,119,32,.6), 0 16px 30px rgba(172,75,18,.16); } 100% { box-shadow: 0 16px 30px rgba(172,75,18,.16); } }
.brand-panel[hidden] { display: none !important; }
.brand-panel.is-active:not([hidden]) { display: block; }
.sync-panel { align-items: center; background: #f7f8f6; display: flex; justify-content: center; text-align: center; }
.sync-panel.is-active:not([hidden]) { display: flex; }
.sync-copy { max-width: 470px; }
.sync-copy > img { background: white; display: block; height: 88px; margin: 0 auto 28px; object-fit: contain; padding: 8px; width: 150px; }
.sync-copy > img[alt="Fenlande"] { object-fit: contain; object-position: center; padding: 6px; transform: none; }
.sync-copy > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.55; margin: 21px auto 26px; }

.brand-advantages { background: radial-gradient(circle at 84% 15%, rgba(245, 184, 111, .22), transparent 30%), linear-gradient(130deg, #fff9f1 0%, #f5f8f5 100%); border-bottom: 1px solid #e3e8e4; border-top: 1px solid #e9e3da; padding: 105px clamp(24px, 7vw, 110px); }
.brand-advantages > * { margin-left: auto; margin-right: auto; max-width: 1220px; }
.advantages-intro { max-width: 980px !important; text-align: center; }
.advantages-intro h2 { font-family: var(--serif); font-size: clamp(40px, 4.8vw, 65px); letter-spacing: -2.4px; line-height: .98; margin: 0; }
.advantages-intro > p:last-child { color: var(--muted); font-size: 16px; line-height: 1.6; margin: 23px auto 0; max-width: 540px; }
.experience-proof { align-items: center; background: #fff; border: 1px solid #e5ddd3; display: grid; grid-template-columns: minmax(0, 1fr) minmax(400px, .86fr); margin-top: 52px; overflow: hidden; transition: border-color .28s, box-shadow .28s, transform .28s; }
.experience-proof:hover { border-color: var(--lime); box-shadow: 0 18px 38px rgba(172, 75, 18, .14); transform: translateY(-4px); }
.experience-copy { align-self: center; background: linear-gradient(145deg, #fffaf3 0%, #fff 100%); padding: clamp(30px, 4vw, 50px); }
.experience-copy h3 { font-family: var(--serif); font-size: clamp(32px, 3.4vw, 47px); letter-spacing: -1.7px; line-height: .99; margin: 0; max-width: 440px; }
.experience-copy > p:not(.eyebrow) { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 22px 0 27px; max-width: 450px; }
.experience-points { border-top: 1px solid #eadfd4; display: grid; grid-template-columns: repeat(3, 1fr); }
.experience-points div { border-right: 1px solid #eadfd4; padding: 18px 14px 0 0; }
.experience-points div + div { padding-left: 14px; }
.experience-points div:last-child { border-right: 0; }
.experience-points strong, .experience-points span { display: block; }
.experience-points strong { color: var(--lime-deep); font-family: var(--serif); font-size: 25px; letter-spacing: -.7px; line-height: 1; }
.experience-points span { color: #6c7b80; font-size: 10px; line-height: 1.35; margin-top: 7px; }
.experience-image { align-self: center; aspect-ratio: 16 / 10; border: 1px solid #ead5bd; margin: 22px 22px 22px 0; min-height: 0; overflow: hidden; position: relative; transition: border-color .28s, box-shadow .28s; }
.experience-proof:hover .experience-image { border-color: var(--lime); box-shadow: 8px 10px 0 rgba(229, 119, 32, .11); }
.experience-image::after { background: linear-gradient(0deg, rgba(16, 33, 37, .72) 0%, rgba(16, 33, 37, 0) 35%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.experience-image img { background: #f5f3ef; display: block; height: 100%; object-fit: contain; object-position: center; position: absolute; width: 100%; }
.experience-image figcaption { bottom: 25px; color: #fff; font-size: 10px; font-weight: 750; left: 29px; letter-spacing: 1.05px; position: absolute; text-transform: uppercase; z-index: 1; }
.advantage-grid { display: grid; gap: 14px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 52px; }
.advantage-card { background: rgba(255,255,255,.8); border: 1px solid #e1e5e1; min-height: 252px; padding: 26px; position: relative; transition: background .22s, box-shadow .22s, transform .22s; }
.advantage-card::after { background: var(--lime); bottom: 0; content: ""; height: 3px; left: 26px; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .22s; width: 36px; }
.advantage-card:hover { background: #fff; box-shadow: 0 16px 35px rgba(24, 43, 50, .09); transform: translateY(-5px); }
.advantage-card:hover::after { transform: scaleX(1); }
.advantage-icon { align-items: center; background: #fff3e6; border: 1px solid #ead4ba; border-radius: 50%; color: var(--lime-deep); display: flex; height: 48px; justify-content: center; width: 48px; }
.advantage-icon svg { fill: none; height: 29px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.2; width: 29px; }
.advantage-kicker { color: var(--lime-deep); font-size: 9px; font-weight: 850; letter-spacing: 1.3px; margin: 27px 0 10px; }
.advantage-card h3 { font-family: var(--serif); font-size: 24px; letter-spacing: -.8px; line-height: 1.05; margin: 0 0 12px; }
.advantage-card > p:last-child { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 0; }
.project-range-showcase { background: #edf4ef; padding: clamp(34px, 5vw, 76px) clamp(24px, 7vw, 110px); }
.project-range-showcase img { box-shadow: 16px 20px 0 rgba(199,94,0,.13); display: block; height: auto; margin: 0 auto; max-width: 1440px; width: 100%; }

.featured-product { align-items: center; background: #e9efec; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(38px, 7vw, 120px); max-width: none; }
.product-art { align-items: center; background: linear-gradient(145deg, #12363e, #091d25); color: #d7e7e7; display: flex; height: 500px; justify-content: center; overflow: hidden; position: relative; }
.product-chip { background: var(--lime); color: var(--ink); font-size: 11px; font-weight: 900; left: 25px; letter-spacing: 1.2px; padding: 10px 13px; position: absolute; top: 25px; }
.product-art small { bottom: 20px; color: #94aeb1; font-size: 11px; position: absolute; }
.product-art-light { filter: drop-shadow(0 25px 24px rgba(0,0,0,.5)); height: 315px; position: relative; transform: rotate(-5deg); width: 350px; }
.product-art-face { background: #24373d; border: 12px solid #41565b; border-radius: 10px; box-shadow: inset 0 0 0 8px #17272c; display: grid; gap: 11px; grid-template-columns: repeat(4, 1fr); height: 250px; padding: 48px; width: 325px; }
.product-art-face b { background: radial-gradient(circle, #fff 0 20%, #fff0a3 29%, #f6b438 72%); border-radius: 3px; box-shadow: 0 0 13px #f3ba48; }
.product-art-bracket { border-bottom: 17px solid #4a6166; border-left: 18px solid transparent; border-right: 18px solid transparent; height: 0; left: 90px; position: absolute; top: 257px; transform: skewX(-24deg); width: 170px; }
.product-details .lead { color: var(--muted); font-size: 18px; line-height: 1.55; margin: 25px 0 31px; max-width: 600px; }
.spec-grid { border-top: 1px solid #c8d4d1; display: grid; grid-template-columns: repeat(2, 1fr); margin-bottom: 24px; }
.spec-grid div { border-bottom: 1px solid #c8d4d1; padding: 15px 12px 15px 0; }
.spec-grid div:nth-child(even) { padding-left: 20px; }
.spec-grid span, .spec-grid strong { display: block; }
.spec-grid span { color: #73868a; font-size: 11px; margin-bottom: 5px; text-transform: uppercase; }
.spec-grid strong { font-size: 13px; line-height: 1.35; }
.fine-print { color: #718186; font-size: 11px; line-height: 1.5; margin: 0 0 24px; }

.why-us { display: grid; gap: 80px; grid-template-columns: .82fr 1.18fr; }
.process-list { border-top: 1px solid var(--line); list-style: none; margin: 0; padding: 0; }
.process-list li { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 45px minmax(0, 1fr) 148px; padding: 20px 0; }
.process-list li > span { color: var(--lime-deep); font-family: var(--serif); font-size: 24px; }
.process-list h3 { font-family: var(--serif); font-size: 25px; letter-spacing: -.5px; margin: 0 0 8px; }
.process-list p { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 0; }
.process-image { aspect-ratio: 4 / 3; border: 1px solid #e6ded3; box-shadow: 7px 8px 0 rgba(229, 119, 32, .10); margin: 0; overflow: hidden; width: 148px; }
.process-image img { display: block; height: 100%; object-fit: cover; transition: transform .45s ease; width: 100%; }
.process-list li:hover .process-image img { transform: scale(1.045); }

.rfq-section { background: #142b31; color: white; display: grid; gap: 80px; grid-template-columns: .9fr 1.1fr; padding: 105px clamp(24px, 12vw, 200px); }
.rfq-copy { max-width: 470px; }
.rfq-copy p:not(.eyebrow) { color: #bcd0d3; font-size: 16px; line-height: 1.6; margin-top: 26px; }
.contact-note a { color: var(--lime); font-weight: 750; }
.rfq-form { background: #fbfdfa; color: var(--ink); padding: 30px; }
.rfq-form label { display: block; font-size: 11px; font-weight: 850; letter-spacing: .6px; margin-bottom: 14px; text-transform: uppercase; }
.rfq-form input, .rfq-form textarea, .rfq-form select { background: #f3f6f4; border: 1px solid #dbe4df; border-radius: 0; display: block; font: inherit; font-size: 14px; margin-top: 7px; outline-color: var(--lime-deep); padding: 12px; resize: vertical; width: 100%; }
.form-row { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.rfq-form button { border: 0; cursor: pointer; margin-top: 4px; width: 100%; }
.form-help { color: #78888b; font-size: 11px; line-height: 1.45; margin: 12px 0 0; }

@keyframes search-hit {
  0%, 35% { box-shadow: inset 4px 0 0 var(--lime); }
  100% { box-shadow: inset 0 0 0 transparent; }
}


footer { background: #0d1f24; border-top: 1px solid #31484d; color: #b8c9cb; display: grid; gap: 13px; grid-template-columns: 1.1fr 1fr 1.1fr; padding: 32px clamp(24px, 5vw, 88px); }
footer .brand { color: white; }
footer p { font-size: 11px; line-height: 1.5; margin: 0; }
footer p:last-child { text-align: right; }

.reveal-ready .will-reveal { opacity: 0; transform: translateY(24px); transition: opacity .68s ease, transform .68s cubic-bezier(.2,.72,.28,1); transition-delay: calc(var(--reveal-order, 0) * 70ms); }
.reveal-ready .will-reveal.is-revealed { opacity: 1; transform: translateY(0); }

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

@media (max-width: 850px) {
  nav { display: none; }
  .hero, .featured-product, .why-us, .rfq-section, .home-showcase, .solution-icons { grid-template-columns: 1fr; }
  .hero { padding-bottom: 60px; }
  .home-showcase { padding: 68px clamp(24px, 7vw, 70px); }
  .home-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 860px; width: 100%; }
  .hero-visual { min-height: 330px; }
  .hero-media { margin: 22px 0 0; }
  .capability-strip { grid-template-columns: repeat(2, 1fr); gap: 23px; }
  .capability-strip div:nth-child(2) { border-right: 0; }
  .capability-strip div:nth-child(3) { padding-left: 0; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .brand-directory { grid-template-columns: 1fr; }
  .product-catalogue { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .advantage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .experience-proof { grid-template-columns: 1fr; }
  .experience-image { aspect-ratio: 16 / 9; margin: 0 20px 20px; min-height: 0; }
  .brand-panel { min-height: 0; }
  .brand-tabs { grid-template-columns: repeat(2, 1fr); }
  .brand-tab:nth-child(2) { border-right: 0; }
  .brand-tab:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .featured-product, .rfq-section { gap: 46px; }
  .why-us { gap: 45px; }
  .solution-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-advantages { padding: 85px clamp(24px, 7vw, 70px); }
  footer { grid-template-columns: 1fr; }
  footer p:last-child { text-align: left; }
}

@media (max-width: 500px) {
  .site-header { padding: 14px 18px; }
  .header-cta { font-size: 12px; padding: 9px 12px; }
  .brand { font-size: 14px; }
  .hero { min-height: auto; padding: 64px 24px 35px; }
  .hero h1 { font-size: 51px; }
  .hero-notes { margin-top: 42px; }
  .hero-media { min-height: 245px; }
  .hero-media img { object-position: 76% center; }
  .home-showcase { padding: 60px 24px; }
  .showcase-copy h1 { font-size: 49px; }
  .showcase-notes { gap: 10px 15px; margin-top: 35px; }
  .product-search { margin-top: 25px; }
  .search-icon { margin-left: 13px; }
  .product-search input { font-size: 12px; padding: 15px 10px; }
  .product-search button { padding: 0 13px; }
  .search-result span { font-size: 16px; }
  .home-gallery { gap: 10px; grid-template-columns: 1fr; }
  .gallery-card { aspect-ratio: auto; }
  .gallery-label { bottom: auto; left: auto; }
  .gallery-label strong { font-size: 20px; }
  .capability-strip { padding: 24px; }
  .capability-strip div { padding: 0 13px; }
  .capability-strip strong { font-size: 23px; }
  .section, .rfq-section { padding: 75px 24px; }
  .solution-icons { padding: 75px 24px; }
  .brand-advantages { padding: 75px 24px; }
  .product-art { height: 380px; }
  .product-art-light { transform: scale(.78) rotate(-5deg); }
  .category-grid { grid-template-columns: 1fr; }
  .brand-explorer { box-shadow: 9px 10px 0 #f3e4d6; }
  .brand-tabs { display: flex; overflow-x: auto; }
  .brand-tab { border-bottom: 0 !important; border-right: 1px solid var(--line) !important; flex: 0 0 168px; min-height: 82px; }
  .brand-tab.is-active::after { left: 12px; right: 12px; }
  .panel-heading { align-items: start; flex-direction: column; }
  .panel-heading > a { padding-bottom: 0; }
  .product-line-grid { grid-template-columns: 1fr; }
  .product-line, .product-line:nth-child(odd) { border-right: 0; }
  .product-line:last-child { border-bottom: 0; }
  .product-catalogue-section { margin-top: 40px; padding-top: 38px; }
  .catalogue-toolbar { align-items: start; grid-template-columns: 1fr; }
  .catalogue-filter { max-width: none; }
  .product-catalogue { grid-template-columns: 1fr; }
  .catalogue-image { height: 220px; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 0; }
  .solution-image { aspect-ratio: 16 / 8.4; min-height: 0; }
  .advantage-grid { grid-template-columns: 1fr; margin-top: 36px; }
  .advantage-card { min-height: 0; }
  .experience-proof { margin-top: 36px; }
  .experience-copy { padding: 35px 28px; }
  .experience-points { grid-template-columns: 1fr; }
  .experience-points div, .experience-points div + div { border-bottom: 1px solid #eadfd4; border-right: 0; padding: 13px 0; }
  .experience-points div:last-child { border-bottom: 0; padding-bottom: 0; }
  .experience-points strong, .experience-points span { display: inline-block; vertical-align: middle; }
  .experience-points span { margin: 0 0 0 10px; }
  .experience-image { min-height: 0; }
  .experience-image figcaption { bottom: 17px; left: 20px; }
  .sync-copy > img { height: 74px; width: 130px; }
  .process-list li { align-items: start; gap: 14px; grid-template-columns: 34px minmax(0, 1fr); padding: 23px 0; }
  .process-list h3 { font-size: 23px; }
  .process-image { grid-column: 2; margin-top: 4px; width: 100%; }
  .project-range-showcase { padding: 28px 18px; }
  .spec-grid { grid-template-columns: 1fr; }
  .spec-grid div:nth-child(even) { padding-left: 0; }
  .form-row { grid-template-columns: 1fr; }
}
