:root {
  --ink: #172429;
  --muted: #66777a;
  --sun: #ffcc08;
  --sand: #f6efe4;
  --cream: #fffaf1;
  --pool: #dff4f7;
  --teal: #0f5960;
  --blue: #2f69ad;
  --line: rgba(23, 36, 41, 0.12);
  --shadow: 0 24px 70px rgba(56, 75, 76, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Aptos, "Segoe UI Variable", "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

.topbar {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 86px;
  padding: 12px clamp(18px, 5vw, 72px);
  background: rgba(255, 250, 241, 0.88);
  border-bottom: 3px solid var(--sun);
  backdrop-filter: blur(18px);
}

.brand img {
  width: clamp(140px, 14vw, 220px);
}

nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  color: #42595e;
  font-size: 14px;
  font-weight: 800;
}

nav a,
.top-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.call,
.top-request {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 8px;
}

nav a:hover {
  background: rgba(255, 204, 8, 0.25);
}

.call {
  background: var(--sun);
  color: #111;
  font-weight: 950;
  white-space: nowrap;
}

.top-request {
  background: #172429;
  color: white;
  font-weight: 950;
  white-space: nowrap;
}

.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(420px, 1.15fr);
  gap: clamp(28px, 5vw, 84px);
  align-items: center;
  padding: 138px clamp(18px, 6vw, 88px) 64px;
  background:
    linear-gradient(105deg, rgba(255, 250, 241, 0.96) 0%, rgba(255, 250, 241, 0.82) 46%, rgba(223, 244, 247, 0.86) 100%),
    url("./assets/photos/warema-markise.jpg") center / cover;
}

.hero-copy {
  max-width: 690px;
}

.kicker {
  margin: 0 0 14px;
  color: #b28c00;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(52px, 8vw, 112px);
  font-weight: 760;
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 730;
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 760;
  line-height: 1.05;
}

.hero-copy > p,
.statement > p,
.request-copy p {
  max-width: 650px;
  color: #455b5f;
  font-size: clamp(18px, 2vw, 23px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-facts span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid rgba(15, 89, 96, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #355458;
  font-size: 14px;
  font-weight: 850;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.button.primary {
  background: var(--sun);
  color: #111;
}

.button.ghost {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
}

.hero-visual {
  position: relative;
}

.hero-visual img {
  height: min(72vh, 760px);
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-note {
  position: absolute;
  left: 28px;
  bottom: 28px;
  max-width: 340px;
  padding: 20px;
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.92);
  box-shadow: 0 16px 40px rgba(23, 36, 41, 0.18);
}

.hero-note strong,
.hero-note span {
  display: block;
}

.hero-note strong {
  font-size: 22px;
}

.hero-note span {
  color: var(--muted);
}

.statement,
.product-showcase,
.option-world,
.decision,
.image-story,
.partners,
.request,
.brochures {
  padding: clamp(64px, 9vw, 126px) clamp(18px, 6vw, 88px);
}

.statement {
  background: white;
}

.statement h2 {
  max-width: 1000px;
}

.section-head {
  max-width: 980px;
  margin-bottom: 34px;
}

.section-head p:not(.kicker) {
  max-width: 720px;
  color: var(--muted);
  font-size: 19px;
}

.product-showcase {
  background: var(--sand);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  min-height: 470px;
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  border-radius: 8px;
  background: white;
  box-shadow: 0 18px 46px rgba(56, 75, 76, 0.12);
}

.product-card.large {
  grid-column: span 2;
}

.product-carousel {
  position: relative;
  min-height: 265px;
  overflow: hidden;
  background: #eef4f2;
  touch-action: pan-y;
}

.carousel-track {
  height: 100%;
  display: flex;
  transition: transform 620ms ease;
}

.carousel-track img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  flex: 0 0 100%;
  object-fit: cover;
  cursor: zoom-in;
}

.product-card img {
  height: 100%;
  min-height: 265px;
  object-fit: cover;
}

.hero-visual,
.product-card,
figure {
  isolation: isolate;
}

.hero-visual img,
.product-carousel img,
figure img {
  transition: transform 520ms ease, filter 520ms ease;
}

.hero-visual:hover img,
.carousel-track img:hover,
figure:hover img {
  transform: scale(1.045);
  filter: saturate(1.04) contrast(1.02);
}

.carousel-btn {
  position: absolute;
  z-index: 5;
  top: 50%;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 250, 241, 0.88);
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(23, 36, 41, 0.2);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.carousel-btn:hover {
  transform: translateY(-50%) scale(1.06);
  background: rgba(255, 255, 255, 0.98);
}

.carousel-btn.prev {
  left: 12px;
}

.carousel-btn.next {
  right: 12px;
}

.carousel-dots {
  position: absolute;
  z-index: 5;
  left: 14px;
  right: 14px;
  bottom: 12px;
  display: flex;
  justify-content: center;
  gap: 7px;
}

.carousel-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 1px rgba(23, 36, 41, 0.18);
  cursor: pointer;
}

.carousel-dots button.active {
  width: 22px;
  border-radius: 999px;
  background: var(--sun);
}

.zoom-btn {
  position: absolute;
  z-index: 6;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.94);
  color: #172429;
  box-shadow: 0 12px 28px rgba(23, 36, 41, 0.22);
  cursor: zoom-in;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
  transition: transform 220ms ease, background 220ms ease;
}

.zoom-btn:hover {
  transform: scale(1.08);
  background: var(--sun);
}

.product-body {
  padding: 24px;
}

.product-body span {
  color: #b28c00;
  font-weight: 950;
}

.product-body p {
  color: var(--muted);
}

.option-world {
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.95), rgba(255, 250, 241, 0.74)),
    url("./assets/manufacturer/klaiber-bavona-hero.jpg") center / cover;
}

.option-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.option-grid article {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px rgba(56, 75, 76, 0.12);
  backdrop-filter: blur(14px);
}

.option-grid span {
  color: #b28c00;
  font-weight: 950;
}

.option-grid p,
.decision-list p {
  color: var(--muted);
}

.decision {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  background: #ffffff;
}

.decision-list {
  display: grid;
  gap: 12px;
}

.decision-list p {
  margin: 0;
  padding: 20px 22px;
  border-left: 4px solid var(--sun);
  border-radius: 8px;
  background: var(--cream);
  box-shadow: 0 10px 28px rgba(56, 75, 76, 0.08);
}

.decision-list strong {
  color: var(--ink);
}

.image-story {
  background: white;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 18px;
}

figure {
  min-height: 320px;
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #eef4f2;
}

figure.wide {
  grid-column: span 2;
}

figure.tall {
  grid-row: span 2;
}

figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
}

figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(255, 250, 241, 0.9);
  color: #24373c;
  font-weight: 800;
}

.partners {
  background: var(--pool);
}

.partner-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: center;
}

.partner-row img,
.partner-row span {
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  border-radius: 8px;
  background: white;
  object-fit: contain;
  box-shadow: 0 14px 32px rgba(56, 75, 76, 0.1);
}

.partner-row span {
  color: var(--teal);
  font-size: 28px;
  font-weight: 950;
}

.request {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(28px, 5vw, 78px);
  background: var(--cream);
}

.brochures {
  background: linear-gradient(180deg, #fffaf1 0%, #ffffff 100%);
}

.brochure-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.brochure-grid a {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  border: 1px solid rgba(23, 36, 41, 0.12);
  border-radius: 8px;
  background: white;
  box-shadow: 0 18px 40px rgba(56, 75, 76, 0.1);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.brochure-grid a:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 204, 0, 0.85);
  box-shadow: 0 24px 54px rgba(56, 75, 76, 0.16);
}

.brochure-grid span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.brochure-grid strong {
  max-width: 330px;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.05;
}

.brochure-grid em {
  width: fit-content;
  padding: 11px 16px;
  border-radius: 999px;
  background: var(--sun);
  color: #172429;
  font-style: normal;
  font-weight: 900;
}

.image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: clamp(18px, 4vw, 52px);
  background: rgba(13, 22, 25, 0.86);
}

.image-lightbox.open {
  display: grid;
}

.image-lightbox img {
  max-width: min(1200px, 92vw);
  max-height: 86vh;
  object-fit: contain;
  border-radius: 8px;
  background: white;
  box-shadow: 0 26px 86px rgba(0, 0, 0, 0.38);
}

.lightbox-close {
  position: absolute;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: #172429;
  cursor: pointer;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

.lightbox-close {
  top: 22px;
  right: 22px;
  width: 46px;
  height: 46px;
  font-size: 32px;
  line-height: 1;
}

.no-scroll {
  overflow: hidden;
}

.cookie-banner {
  position: fixed;
  z-index: 90;
  left: clamp(14px, 3vw, 32px);
  right: clamp(14px, 3vw, 32px);
  bottom: clamp(14px, 3vw, 32px);
  max-width: 860px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 20px 60px rgba(23, 36, 41, 0.22);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
}

.cookie-banner div {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.request-copy {
  position: sticky;
  top: 116px;
  align-self: start;
}

.request-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(22px, 4vw, 42px);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

label,
fieldset {
  min-width: 0;
  display: grid;
  gap: 8px;
  color: #31464b;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  color: var(--ink);
  background: #fffdf8;
  font: inherit;
}

textarea {
  resize: vertical;
}

fieldset {
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

legend {
  padding: 0 8px;
}

fieldset label,
.privacy {
  display: flex;
  align-items: center;
  gap: 10px;
}

.privacy a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.full {
  grid-column: 1 / -1;
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
}

.status-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: var(--cream);
}

.status-panel {
  width: min(620px, 100%);
  display: grid;
  gap: 18px;
  padding: clamp(28px, 5vw, 54px);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

.status-panel img {
  width: min(260px, 72vw);
}

.status-panel h1 {
  margin: 0;
  font-size: clamp(38px, 7vw, 76px);
}

.status-panel p {
  color: var(--muted);
  font-size: 20px;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 32px clamp(18px, 6vw, 88px);
  background: #172429;
  color: white;
}

footer img {
  width: 180px;
}

footer div {
  display: flex;
  gap: 18px;
}

@media (max-width: 980px) {
  .topbar {
    grid-template-columns: auto auto;
  }

  nav {
    display: none;
  }

  .hero,
  .request,
  .decision {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 118px;
  }

  .hero-visual img {
    height: 56vh;
  }

  .product-grid,
  .story-grid,
  .option-grid,
  .partner-row,
  .brochure-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .request-copy {
    position: static;
  }
}

@media (max-width: 640px) {
  .topbar {
    min-height: 76px;
    padding: 10px 12px;
  }

  .brand img {
    width: 128px;
  }

  .call {
    min-height: 38px;
    padding: 0 9px;
    font-size: 14px;
  }

  .top-actions {
    gap: 7px;
  }

  .top-request {
    min-height: 38px;
    padding: 0 9px;
    font-size: 13px;
  }

  h1 {
    font-size: 52px;
  }

  .hero {
    padding: 112px 16px 44px;
  }

  .hero-copy > p,
  .statement > p,
  .request-copy p {
    font-size: 18px;
  }

  .hero-visual img {
    height: 430px;
  }

  .hero-note {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }

  .statement,
  .product-showcase,
  .option-world,
  .decision,
  .image-story,
  .partners,
  .request,
  .brochures {
    padding: 58px 16px;
  }

  .product-grid,
  .story-grid,
  .option-grid,
  .partner-row,
  .brochure-grid,
  .request-form,
  fieldset {
    grid-template-columns: 1fr;
  }

  .cookie-banner,
  .cookie-banner div {
    align-items: stretch;
    flex-direction: column;
  }

  .cookie-banner .button {
    justify-content: center;
  }

  .product-card.large,
  figure.wide,
  figure.tall {
    grid-column: auto;
    grid-row: auto;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
