:root {
  --color-blue: #073b68;
  --color-blue-soft: #1688c8;
  --color-text: #1f2c36;
  --color-muted: #60707c;
  --color-line: #d9e8f1;
  --color-bg: #ffffff;
  --color-bg-soft: #f5f9fc;
  --color-wood: #c9b58c;
  --color-wood-soft: #e7d7b4;
  --shadow-soft: 0 24px 64px rgba(8, 38, 61, 0.1);
  --header-height: 82px;
  --container: 1180px;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
}

body {
  margin: 0;
  background: #fbfdfe;
  color: var(--color-text);
  font-family: "Helvetica Neue", Helvetica, Arial, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

body.is-menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

address {
  font-style: normal;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  border-radius: 4px;
  background: var(--color-blue);
  color: #fff;
  padding: 10px 14px;
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--header-height);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(217, 232, 241, 0.92);
  box-shadow: 0 12px 34px rgba(8, 38, 61, 0.045);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 28px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 204px;
  height: auto;
}

.site-intro {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: grid;
  place-items: center;
  background: #fff;
  pointer-events: none;
  animation: introFade 1250ms ease forwards;
}

.site-intro img {
  width: min(380px, 72vw);
  height: auto;
  animation: introLogo 1050ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #23313c;
  font-size: 0.93rem;
  font-weight: 600;
}

.main-nav a {
  position: relative;
  padding: 28px 0;
}

.main-nav a::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  height: 2px;
  background: var(--color-blue);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-muted);
}

.language-switch button {
  min-width: 30px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0;
}

.language-switch button.is-active {
  color: var(--color-blue);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(7, 59, 104, 0.16);
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--color-text);
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  min-height: 78svh;
  max-height: 760px;
  margin-top: var(--header-height);
  overflow: hidden;
  background: #edf5fa;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 5px;
  background: linear-gradient(90deg, var(--color-blue) 0%, var(--color-blue-soft) 58%, var(--color-wood-soft) 100%);
  content: "";
}

.hero picture,
.hero picture img,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(245, 249, 252, 0.68) 40%, rgba(8, 38, 61, 0.16) 82%),
    linear-gradient(0deg, rgba(245, 249, 252, 0.58), rgba(245, 249, 252, 0));
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 78svh;
  max-height: 760px;
  flex-direction: column;
  justify-content: center;
  padding: 70px 0 82px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--color-blue);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  color: #102f49;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  font-size: 4.55rem;
  font-weight: 500;
}

h2 {
  max-width: 760px;
  font-size: 2.85rem;
  font-weight: 500;
}

h3 {
  font-size: 1.18rem;
  font-weight: 600;
}

.hero p:not(.eyebrow) {
  max-width: 610px;
  margin: 26px 0 0;
  color: #2c4050;
  font-size: 1.12rem;
}

.hero-actions,
.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 12px 18px;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--color-blue);
  box-shadow: 0 12px 28px rgba(7, 59, 104, 0.18);
  color: #fff;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #0a528c;
  box-shadow: 0 16px 34px rgba(7, 59, 104, 0.22);
}

.button-secondary {
  border-color: rgba(7, 59, 104, 0.18);
  background: rgba(255, 255, 255, 0.88);
  color: var(--color-blue);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--color-blue);
  background: #fff;
}

.button.small {
  min-height: 38px;
  padding: 9px 13px;
  font-size: 0.85rem;
}

.section {
  padding: 110px 0;
  background: #fff;
}

.section-muted {
  background: #f5f9fc;
}

.about-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 59, 104, 0.045) 0, rgba(7, 59, 104, 0) 34%),
    #fff;
}

.split-layout,
.sustainability-layout,
.contact-layout {
  display: grid;
  align-items: center;
  gap: 70px;
}

.split-layout {
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.82fr);
}

.sustainability-layout,
.contact-layout {
  grid-template-columns: minmax(380px, 0.92fr) minmax(0, 1fr);
}

.section-copy p:not(.eyebrow) {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--color-muted);
  font-size: 1.03rem;
}

.section-copy .button {
  margin-top: 32px;
}

.values-panel {
  display: grid;
  position: relative;
  gap: 18px;
}

.image-band img,
.contact-image img {
  width: 100%;
  border-radius: var(--radius);
  object-fit: cover;
  box-shadow: var(--shadow-soft);
}

.values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.values-grid article,
.feature {
  min-width: 0;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 42px rgba(8, 38, 61, 0.045);
  padding: 22px;
}

.values-grid article {
  position: relative;
  border-color: rgba(7, 59, 104, 0.14);
}

.values-grid span {
  display: block;
  margin-bottom: 16px;
  color: var(--color-blue-soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.values-grid p,
.feature p,
.product-card p {
  margin: 10px 0 0;
  color: var(--color-muted);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 44px;
}

.section-heading.compact {
  display: block;
  margin-bottom: 36px;
}

.products-section .section-heading {
  display: block;
}

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

.feature {
  min-height: 154px;
}

.why-section {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 34px),
    #073b68;
  color: #fff;
}

.why-section .eyebrow {
  color: #8ed0f5;
}

.why-section h2,
.why-section h3 {
  color: #fff;
}

.why-section .feature {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.why-section .feature p {
  color: rgba(255, 255, 255, 0.78);
}

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

.product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 48px rgba(8, 38, 61, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.product-card:hover,
.product-card:focus-within {
  border-color: rgba(7, 59, 104, 0.22);
  box-shadow: 0 22px 58px rgba(8, 38, 61, 0.12);
  transform: translateY(-3px);
}

.product-card a {
  display: grid;
  height: 100%;
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 240ms ease;
}

.product-card:hover img,
.product-card:focus-within img {
  transform: scale(1.035);
}

.product-content {
  display: grid;
  align-content: start;
  min-height: 218px;
  border-top: 1px solid rgba(217, 232, 241, 0.82);
  padding: 24px;
}

.product-content span {
  margin-top: 24px;
  color: var(--color-blue);
  font-size: 0.93rem;
  font-weight: 600;
}

.image-band img,
.contact-image img {
  aspect-ratio: 4 / 3;
}

.sustainability-layout .section-copy {
  max-width: 590px;
}

.sustainability-section {
  background:
    linear-gradient(180deg, #f5f9fc 0%, #fff 100%);
}

.products-section {
  background: #fff;
}

.contact-section {
  background:
    linear-gradient(90deg, rgba(7, 59, 104, 0.04), rgba(255, 255, 255, 0) 48%),
    #fff;
}

.contact-list {
  display: grid;
  gap: 14px;
  margin: 32px 0 2px;
}

.contact-list a,
.contact-list address {
  border-left: 2px solid var(--color-blue);
  padding-left: 16px;
  color: #102f49;
  font-weight: 700;
}

.contact-list span {
  display: block;
  color: var(--color-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.site-footer {
  border-top: 1px solid var(--color-line);
  background: #fbfdfe;
  padding: 46px 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 22px 40px;
}

.footer-brand img {
  width: 188px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 18px;
  color: var(--color-blue);
  font-size: 0.92rem;
  font-weight: 600;
}

.footer-inner p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--color-muted);
  font-size: 0.9rem;
}

.cookie-banner {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  width: min(720px, calc(100% - 44px));
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 22px 60px rgba(20, 45, 62, 0.16);
  padding: 18px;
}

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

.cookie-banner strong {
  display: block;
  margin-bottom: 4px;
}

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

.legal-hero {
  margin-top: var(--header-height);
  background: #f5f9fc;
  padding: 86px 0 58px;
}

.legal-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 20px 0 0;
  color: var(--color-muted);
}

.legal-content {
  padding: 70px 0 100px;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 820px) minmax(240px, 1fr);
  gap: 56px;
  align-items: start;
}

.legal-section {
  border-bottom: 1px solid var(--color-line);
  padding: 30px 0;
}

.legal-section:first-child {
  padding-top: 0;
}

.legal-section h2 {
  font-size: 1.55rem;
}

.legal-section p,
.legal-section li {
  color: var(--color-muted);
}

.legal-section ul {
  margin: 18px 0 0;
  padding-left: 20px;
}

.legal-aside {
  position: sticky;
  top: calc(var(--header-height) + 28px);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 16px 42px rgba(8, 38, 61, 0.06);
  padding: 24px;
}

.legal-aside h2 {
  font-size: 1.15rem;
}

.legal-aside p {
  margin: 12px 0 20px;
  color: var(--color-muted);
}

.document-links {
  display: grid;
  gap: 10px;
}

.fade-in {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes introFade {
  0%,
  68% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes introLogo {
  0% {
    opacity: 0;
    transform: translateY(8px) scale(0.985);
  }

  30%,
  78% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translateY(-4px) scale(1.01);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .site-intro {
    display: none;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1060px) {
  h1 {
    font-size: 3.7rem;
  }

  h2 {
    font-size: 2.35rem;
  }

  .main-nav {
    gap: 18px;
  }

  .split-layout,
  .sustainability-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .values-panel {
    padding-left: 0;
  }

  .values-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .values-grid article:nth-child(2),
  .values-grid article:nth-child(3) {
    transform: none;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-card a {
    grid-template-columns: minmax(260px, 0.85fr) 1fr;
  }

  .product-card img {
    height: 100%;
  }

  .product-content {
    min-height: 0;
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 72px;
  }

  .container {
    width: min(100% - 28px, var(--container));
  }

  .brand img {
    width: 172px;
  }

  .menu-toggle {
    display: block;
  }

  .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .main-nav {
    position: fixed;
    inset: var(--header-height) 0 auto;
    display: none;
    max-height: calc(100svh - var(--header-height));
    overflow: auto;
    border-bottom: 1px solid var(--color-line);
    background: #fff;
    padding: 18px 14px 26px;
  }

  .main-nav.is-open {
    display: grid;
    gap: 0;
  }

  .main-nav a {
    border-bottom: 1px solid var(--color-line);
    padding: 16px 0;
    font-size: 1.04rem;
  }

  .main-nav a::after {
    display: none;
  }

  .language-switch {
    padding-top: 18px;
  }

  .hero,
  .hero-content {
    min-height: 76svh;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.91) 0%, rgba(245, 249, 252, 0.78) 64%, rgba(245, 249, 252, 0.32) 100%),
      linear-gradient(0deg, rgba(245, 249, 252, 0.48), rgba(245, 249, 252, 0));
  }

  .hero picture img {
    object-position: 58% center;
  }

  .hero-content {
    padding: 50px 0 58px;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.05rem;
  }

  .section {
    padding: 78px 0;
  }

  .values-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    display: block;
  }

  .product-card a {
    grid-template-columns: 1fr;
  }

  .product-content {
    min-height: auto;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: start;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-aside {
    position: static;
  }

  .cookie-banner {
    left: 14px;
    right: 14px;
    bottom: 14px;
    grid-template-columns: 1fr;
    width: auto;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: 2.45rem;
  }

  h2 {
    font-size: 1.78rem;
  }

  .hero p:not(.eyebrow),
  .section-copy p:not(.eyebrow) {
    font-size: 0.99rem;
  }

  .button {
    width: 100%;
  }

  .cookie-actions .button {
    width: auto;
  }
}
