:root {
  --ink: #15171a;
  --muted: #62666d;
  --line: #e3e4e6;
  --soft: #f4f4f2;
  --paper: #ffffff;
  --max: 1200px;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(17, 19, 22, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
a:hover { text-decoration-color: var(--muted); }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #6a87ff; outline-offset: 4px; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .7rem 1rem; color: #fff; background: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.eyebrow { margin: 0 0 1.2rem; color: var(--muted); font-size: .75rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.muted { color: var(--muted); }
.nowrap { white-space: nowrap; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(227,228,230,.9); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; width: 188px; }
.brand img { width: 100%; height: auto; aspect-ratio: 992 / 160; object-fit: contain; mix-blend-mode: multiply; }
.site-nav { display: flex; align-items: center; gap: 1.6rem; }
.site-nav a { color: #3c3f44; font-size: .93rem; font-weight: 580; text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--ink); }
.nav-cta { padding: .58rem .9rem; color: #fff !important; background: var(--ink); border-radius: 999px; }
.language-switch { display: flex; align-items: center; gap: 2px; margin-left: .15rem; padding: 3px; background: #f0f1f2; border: 1px solid #dedfe1; border-radius: 999px; }
.language-switch a { display: flex; align-items: center; gap: .3rem; padding: .35rem .52rem; color: #666a70; font-size: .72rem; font-weight: 750; border-radius: 999px; }
.language-switch a[aria-current="page"] { color: var(--ink); background: #fff; box-shadow: 0 1px 5px rgba(17,19,22,.09); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 0; color: var(--ink); background: transparent; border: 0; border-radius: 50%; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { display: block; width: 20px; height: 1.5px; margin: 5px auto; content: ""; background: currentColor; transition: transform .2s ease; }

.hero { position: relative; display: grid; align-items: center; overflow: hidden; padding-bottom: 1.7rem; border-bottom: 1px solid var(--line); }
.hero::after { position: absolute; top: -190px; right: -150px; z-index: -1; width: 520px; height: 520px; content: ""; border: 1px solid rgba(21,23,26,.07); border-radius: 50%; box-shadow: 0 0 0 70px rgba(21,23,26,.018), 0 0 0 140px rgba(21,23,26,.012); }
.hero::before, .page-hero::before { position: absolute; inset: 0; z-index: -1; content: ""; background-image: linear-gradient(rgba(22,23,26,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(22,23,26,.045) 1px, transparent 1px); background-size: 78px 78px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.hero-inner { padding-block: 3rem 3.5rem; }
.hero-inner .eyebrow { margin-bottom: .9rem; }
.hero-logo { width: min(360px, 70vw); height: auto; margin-bottom: 1.6rem; aspect-ratio: 992 / 160; object-fit: contain; object-position: left center; mix-blend-mode: multiply; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.055em; }
.hero-copy { max-width: 760px; margin: 1.15rem 0 0; color: #41454a; font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.5; }
.notice { display: inline-flex; align-items: flex-start; gap: .7rem; max-width: 730px; margin-top: 2rem; padding: .85rem 1rem; color: #50545a; background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: 14px; font-size: .92rem; }
.notice::before { flex: 0 0 auto; width: 8px; height: 8px; margin-top: .45rem; content: ""; background: var(--ink); border-radius: 50%; }
.launch-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 250px)); gap: .7rem; margin-top: 1.35rem; }
.launch-grid div { padding: .72rem .9rem; background: rgba(255,255,255,.84); border: 1px solid var(--line); border-radius: 12px; }
.launch-grid span { display: block; color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.launch-grid strong { display: block; margin-top: .1rem; font-size: .94rem; }

.section { padding-block: clamp(5rem, 9vw, 8rem); }
.section-soft { background: linear-gradient(145deg, #f6f6f4 0%, #eeeeec 100%); }
#brands { position: relative; z-index: 2; margin-top: -3.2rem; padding-top: clamp(3rem, 5vw, 4.5rem); border-radius: 36px 36px 0 0; box-shadow: 0 -24px 70px rgba(17,19,22,.055); }
#brands .section-head { margin-bottom: 2.2rem; padding: clamp(1.4rem, 3vw, 2.2rem); background: rgba(255,255,255,.76); border: 1px solid rgba(255,255,255,.9); border-radius: 26px; box-shadow: 0 18px 45px rgba(17,19,22,.055); backdrop-filter: blur(16px); }
#brands .section-head h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
.section-head { display: grid; grid-template-columns: .5fr 1fr; gap: 2rem; margin-bottom: 3.2rem; }
.section-head h2, .split h2, .cta-panel h2 { margin: 0; font-size: clamp(2.3rem, 5vw, 4.5rem); line-height: 1.03; letter-spacing: -.045em; }
.section-intro { max-width: 620px; margin: .4rem 0 0; color: var(--muted); font-size: 1.14rem; }
.brand-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.brand-card { --card-shift: 0px; grid-column: span 4; min-height: 560px; display: flex; flex-direction: column; padding: 1.4rem; background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.95); border-radius: var(--radius); box-shadow: 0 16px 42px rgba(17,19,22,.065); transform: translateY(var(--card-shift)); transition: transform .2s ease, box-shadow .2s ease; backdrop-filter: blur(12px); }
.brand-card:first-child, .brand-card:nth-child(2), .brand-card:last-child { grid-column: span 4; }
.brand-card:nth-child(2), .brand-card:nth-child(5) { --card-shift: -14px; }
.brand-card:hover { transform: translateY(calc(var(--card-shift) - 5px)); box-shadow: 0 26px 65px rgba(17,19,22,.12); }
.brand-logo-box { height: 180px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.6rem; padding: 1.2rem; overflow: hidden; background: #e7e8ea; border: 1px solid #dcdde0; border-radius: 26px 12px 26px 12px; }
.brand-logo-box img { width: 100%; height: 100%; max-width: 300px; max-height: 145px; object-fit: contain; object-position: center; }
.brand-logo-muted { background: #e7e8ea; border-color: #dcdde0; }
.brand-imperial .brand-logo-box img { max-width: 165px; max-height: 165px; filter: none; }
.brand-platinux .brand-logo-box img { max-width: 320px; max-height: 130px; filter: drop-shadow(0 1px 1px rgba(0,0,0,.25)); }
.brand-falkenberger .brand-logo-box img { max-width: 230px; max-height: 145px; }
.brand-thermbox .brand-logo-box img { max-width: 290px; max-height: 135px; }
.brand-brollux .brand-logo-box img { max-width: 310px; max-height: 95px; }
.brand-card-copy { min-height: 188px; }
.brand-card h3 { margin: .25rem 0 .55rem; font-size: 1.65rem; letter-spacing: -.03em; }
.brand-card p { max-width: 520px; margin: 0; color: var(--muted); }
.brand-card .brand-category { color: #8a8e94; font-size: .72rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.brand-card .launch-badge { width: fit-content; margin-top: 1.1rem; padding: .42rem .68rem; color: #4f545b; background: var(--soft); border-radius: 999px; font-size: .75rem; font-weight: 700; }
.card-actions { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: auto; padding-top: 1.5rem; }
.brand-broxsun .brand-logo-box img { max-width: 330px; max-height: 150px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 46px; padding: .72rem 1rem; color: #fff; background: var(--ink); border: 1px solid var(--ink); border-radius: 999px; font-size: .9rem; font-weight: 700; text-decoration: none; }
.button::after { content: "↗"; font-size: 1rem; }
.button.secondary { color: var(--ink); background: transparent; border-color: #cfd1d4; }
.button.internal::after { content: "→"; }
.button.mail::after { content: "↗"; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1.6rem; font-weight: 700; text-decoration: none; }
.text-link::after { content: "→"; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.split-copy { max-width: 580px; }
.split-copy > p:first-child { margin-top: 0; font-size: 1.3rem; color: #34373c; }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 3rem; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 18px; }
.fact { padding: 1.4rem; background: #fff; }
.fact strong { display: block; font-size: 1.5rem; letter-spacing: -.03em; }
.fact span { color: var(--muted); font-size: .85rem; }
.cta-panel { position: relative; overflow: hidden; padding: clamp(2rem, 6vw, 5rem); color: #fff; background: var(--ink); border-radius: 30px; }
.cta-panel::after { position: absolute; right: -80px; bottom: -180px; width: 420px; height: 420px; content: ""; border: 1px solid #4b4e53; border-radius: 50%; box-shadow: 0 0 0 70px #24272b, 0 0 0 71px #44474b; }
.cta-panel p { max-width: 600px; margin: 1.4rem 0 2rem; color: #bfc2c7; font-size: 1.13rem; }
.cta-panel .button { position: relative; z-index: 1; color: var(--ink); background: #fff; border-color: #fff; }

.page-hero { position: relative; padding: clamp(5rem, 10vw, 8rem) 0 7rem; overflow: hidden; border-bottom: 1px solid var(--line); }
.page-hero::after { position: absolute; right: clamp(-210px, -10vw, -100px); bottom: -310px; z-index: -1; width: 560px; height: 560px; content: ""; border: 1px solid rgba(21,23,26,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(21,23,26,.02), 0 0 0 140px rgba(21,23,26,.012); }
.page-hero h1 { max-width: 900px; margin: 0; font-size: clamp(3rem, 7vw, 6.5rem); line-height: .98; letter-spacing: -.06em; }
.page-hero .lead { max-width: 740px; margin: 2rem 0 0; color: #45494f; font-size: clamp(1.15rem, 2vw, 1.4rem); }
.content-narrow { width: min(calc(100% - 40px), 800px); margin-inline: auto; }
.prose h2 { margin: 3rem 0 1rem; font-size: 1.8rem; letter-spacing: -.025em; }
.prose h3 { margin: 2rem 0 .6rem; }
.prose p, .prose li { color: #45494f; }
.prose a { font-weight: 650; }
.contact-section { padding-top: 0; }
.contact-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; margin-top: -3.2rem; padding-bottom: 1.7rem; }
.contact-card { min-height: 250px; padding: 2rem; background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.95); border-radius: 26px 14px 26px 14px; box-shadow: 0 18px 48px rgba(17,19,22,.08); backdrop-filter: blur(14px); }
.contact-card:nth-child(even) { transform: translateY(1.7rem); }
.contact-card h2 { margin: 0 0 1rem; font-size: 1.4rem; }
.contact-card p { color: var(--muted); }
.contact-card address { font-style: normal; }
.servicepoint-card { border-color: #d2d4d7; }
.service-contact { display: grid; gap: .15rem; margin-bottom: 1rem; }
.service-contact a { width: fit-content; color: var(--ink); font-size: 1.1rem; font-weight: 750; }
.service-contact span { font-size: .9rem; }
.whatsapp-link { display: inline-flex; align-items: center; gap: .55rem; min-height: 42px; padding: .62rem .85rem; color: #fff; background: var(--ink); border-radius: 999px; font-size: .86rem; font-weight: 750; text-decoration: none; }
.whatsapp-link::after { content: "↗"; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.audience-card { padding: 2rem; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.audience-card .index { color: #96999e; font-size: .8rem; font-weight: 700; letter-spacing: .12em; }
.audience-card h2 { margin: 2.5rem 0 1rem; font-size: 1.5rem; }
.audience-card p { margin: 0; color: var(--muted); }
.history-line { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: 20px; }
.history-line article { min-height: 310px; padding: 1.6rem; background: #fff; }
.history-line time { color: #27529a; font-size: 1.15rem; font-weight: 800; }
.history-line h2 { margin: 3.5rem 0 .7rem; font-size: 1.25rem; letter-spacing: -.025em; }
.history-line p { margin: 0; color: var(--muted); font-size: .9rem; }
.legal-note { padding: 1.2rem 1.4rem; background: var(--soft); border-left: 3px solid var(--ink); border-radius: 0 10px 10px 0; }

.site-footer { padding: 4rem 0 2rem; background: var(--soft); border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 3rem; }
.footer-brand > img { width: 190px; height: auto; aspect-ratio: 992 / 160; margin-bottom: 1rem; object-fit: contain; object-position: left center; mix-blend-mode: multiply; }
.footer-brand p { max-width: 340px; color: var(--muted); }
.footer-col h2 { margin: 0 0 1rem; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-col a { display: block; width: fit-content; margin: .55rem 0; color: #55595f; text-decoration: none; }
.email-image-link { display: inline-flex !important; align-items: center; padding: .2rem 0; }
.email-image-link img { width: 205px; height: auto; }
.email-image-card { margin-top: .65rem; padding: .7rem .9rem; background: #fff; border: 1px solid #cfd1d4; border-radius: 12px; }
.email-image-card img { width: min(100%, 260px); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 4rem; padding-top: 1.4rem; color: #7a7e84; border-top: 1px solid #dadddf; font-size: .82rem; }
.cookie-settings-link { padding: 0; color: inherit; font: inherit; text-decoration: underline; text-underline-offset: .2em; background: transparent; border: 0; cursor: pointer; }
.cookie-settings-link:hover { color: var(--ink); }

.cookie-dialog-open { overflow: hidden; }
.cookie-layer { position: fixed; z-index: 1000; inset: 0; display: grid; align-items: end; padding: 20px; background: rgba(18, 20, 23, .48); backdrop-filter: blur(4px); }
.cookie-layer[hidden] { display: none; }
.cookie-banner { position: relative; width: min(100%, 1080px); margin: 0 auto; padding: clamp(1.4rem, 3vw, 2.3rem); background: #fff; border: 1px solid #d8dade; border-radius: 24px; box-shadow: 0 24px 80px rgba(0, 0, 0, .22); }
.cookie-banner h2 { margin: .2rem 0 .7rem; font-size: clamp(1.65rem, 3vw, 2.35rem); letter-spacing: -.035em; }
.cookie-banner p { max-width: 770px; margin: 0; color: #55595f; line-height: 1.55; }
.cookie-banner a { color: var(--ink); font-weight: 700; }
.cookie-eyebrow { color: #27529a !important; font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.cookie-close { position: absolute; top: 1rem; right: 1rem; display: grid; width: 38px; height: 38px; padding: 0; place-items: center; color: var(--ink); font-size: 1.7rem; line-height: 1; background: var(--soft); border: 0; border-radius: 50%; cursor: pointer; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.cookie-button { min-height: 48px; padding: .75rem 1.15rem; color: #fff; font: inherit; font-weight: 750; background: var(--ink); border: 1px solid var(--ink); border-radius: 999px; cursor: pointer; }
.cookie-button:hover { background: #2b2e33; }
.cookie-button-secondary { color: var(--ink); background: #fff; border-color: #c9ccd0; }
.cookie-button-secondary:hover { background: var(--soft); }
.cookie-option { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; margin-top: 1rem; padding: 1rem 1.1rem; background: var(--soft); border: 1px solid var(--line); border-radius: 14px; }
.cookie-option strong, .cookie-option > div > span, .cookie-option > span > span { display: block; }
.cookie-option strong { margin-bottom: .2rem; }
.cookie-option > div > span, .cookie-option > span > span { color: var(--muted); font-size: .88rem; }
.cookie-always { flex: none; color: #27529a; font-size: .78rem; font-weight: 800; }
.cookie-switch { position: relative; flex: none; }
.cookie-switch input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.cookie-switch > span { position: relative; display: block; width: 48px; height: 28px; background: #a8acb2; border-radius: 999px; cursor: pointer; transition: background .2s ease; }
.cookie-switch > span::after { position: absolute; top: 3px; left: 3px; width: 22px; height: 22px; content: ""; background: #fff; border-radius: 50%; box-shadow: 0 1px 4px rgba(0, 0, 0, .2); transition: transform .2s ease; }
.cookie-switch input:checked + span { background: #27529a; }
.cookie-switch input:checked + span::after { transform: translateX(20px); }
.cookie-switch input:focus-visible + span { outline: 3px solid rgba(39, 82, 154, .35); outline-offset: 3px; }
.cookie-detail-note { margin-top: 1rem !important; font-size: .83rem; }
.cookie-actions-details { justify-content: flex-end; }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .site-nav { position: absolute; top: 76px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 20px 1.5rem; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(0,0,0,.06); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .8rem 0; }
  .nav-cta { margin-top: .5rem; padding-inline: 1rem !important; text-align: center; }
  .language-switch { width: fit-content; margin: .75rem 0 0; }
  .language-switch a { padding: .45rem .65rem; }
  .section-head, .split { grid-template-columns: 1fr; }
  .brand-card, .brand-card:first-child, .brand-card:nth-child(2), .brand-card:nth-child(5), .brand-card:last-child { --card-shift: 0px; grid-column: span 6; min-height: 540px; }
  .audience-grid { grid-template-columns: 1fr; }
  .history-line { grid-template-columns: 1fr 1fr; }
  .history-line article:last-child { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .container, .content-narrow { width: min(calc(100% - 28px), var(--max)); }
  .hero-inner { padding-block: 2.4rem 2.8rem; }
  .hero-logo { width: 245px; margin-bottom: 1.25rem; }
  .hero h1 { font-size: clamp(2.5rem, 13vw, 3.8rem); }
  .hero-copy { margin-top: 1rem; }
  .launch-grid { grid-template-columns: 1fr; }
  #brands { margin-top: -1.5rem; border-radius: 24px 24px 0 0; }
  #brands .section-head { padding: 1.2rem; border-radius: 20px; }
  .brand-card, .brand-card:first-child, .brand-card:nth-child(2), .brand-card:nth-child(5), .brand-card:last-child { grid-column: span 12; min-height: 520px; }
  .notice { border-radius: 12px; }
  .contact-grid, .facts { grid-template-columns: 1fr; }
  .contact-grid { margin-top: -2rem; padding-bottom: 0; }
  .contact-card:nth-child(even) { transform: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .history-line { grid-template-columns: 1fr; }
  .history-line article, .history-line article:last-child { grid-column: span 1; min-height: 240px; }
  .history-line h2 { margin-top: 2rem; }
  .footer-bottom { flex-direction: column; gap: .35rem; }
  .cta-panel { border-radius: 22px; }
  .cta-panel::after { opacity: .5; }
  .cookie-layer { padding: 8px; }
  .cookie-banner { max-height: calc(100vh - 16px); padding: 1.3rem; overflow-y: auto; border-radius: 18px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr; }
  .cookie-button { width: 100%; }
  .cookie-option { align-items: flex-start; }
}

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