@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/poppins-200-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/poppins-200-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/poppins-300-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/poppins-300-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/poppins-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/poppins-400-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/poppins-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/poppins-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/roboto-400-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/roboto-500-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/roboto-600-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/robotoslab-400-latin.woff2") format("woff2");
}

:root {
  --navy: #011025;
  --navy-mid: #202e53;
  --accent: #8a9069;
  --olive: #6c7c69;
  --text: #7a7a7a;
  --dark: #3d3d3d;
  --cream: #f4f5f0;
  --white: #ffffff;
  --max: 1140px;
  --header-overlap: 190px;
}

*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #000;
  background: var(--white);
  line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--navy-mid); }
h1, h2, h3, h4 { font-weight: 200; line-height: 1.15; margin: 0 0 0.4em; }
p { margin: 0 0 1em; }
button, input, textarea { font: inherit; }
.sr-only, .skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.skip-link:focus {
  position: fixed;
  z-index: 10000;
  top: 8px;
  left: 8px;
  width: auto;
  height: auto;
  clip: auto;
  margin: 0;
  padding: 10px 16px;
  background: var(--white);
  color: var(--navy);
}
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.icon { width: 1em; height: 1em; fill: currentColor; display: inline-block; vertical-align: middle; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 28px;
  border: 1px solid var(--navy-mid);
  color: var(--navy);
  background: var(--white);
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.btn:hover { transform: translateY(-2px); color: var(--navy); }
.btn--header {
  background: transparent;
  color: var(--white);
  border: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 15px 30px;
  font-size: 15px;
}
.btn--header:hover { color: #fff; background: rgba(255,255,255,0.08); }
.btn--light { background: #fff; color: var(--navy); border-color: #fff; }
.btn--outline { background: #fff; color: var(--navy); border-color: var(--navy-mid); }
.btn--underline {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--navy-mid);
  border-radius: 0;
  padding: 0 0 10px;
  color: var(--navy);
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  padding: 10px 0;
}
.page-legal .site-header {
  position: relative;
  background: var(--navy);
}
.site-header__inner {
  width: min(1280px, calc(100% - 24px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 20% 60% 21%;
  align-items: center;
}
.nav-toggle {
  justify-self: start;
  background: none;
  border: 0;
  color: #fff;
  padding: 0;
  cursor: pointer;
}
.nav-toggle .icon { width: 30px; height: 30px; }
.logo { justify-self: center; display: block; width: 25%; }
.logo__img { width: 100%; }
.site-header .btn--header { justify-self: end; }

.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: var(--navy);
  color: #fff;
  padding: 24px 8% 48px 15%;
  overflow: auto;
}
.menu-overlay[hidden] { display: none; }
.menu-overlay__top { display: flex; justify-content: flex-end; }
.menu-overlay__close {
  background: #eee;
  color: #000;
  border: 0;
  width: 62px;
  height: 62px;
  cursor: pointer;
}
.menu-overlay__close .icon { width: 22px; height: 22px; }
.menu-overlay__logo { width: 20%; margin: 50px 0 0; }
.menu-overlay__title {
  font-size: clamp(40px, 8vw, 90px);
  font-weight: 200;
  margin: 30px 0 20px;
}
.menu-overlay__nav ul { list-style: none; margin: 0; padding: 0; }
.menu-overlay__nav a {
  display: block;
  color: #fff;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 200;
  padding: 8px 0;
}
.menu-overlay__nav a[aria-current="page"],
.menu-overlay__nav a:hover { color: var(--accent); }
body.menu-open { overflow: hidden; }

.hero,
.inner-hero {
  position: relative;
  min-height: 100vh;
  background: #000 center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.hero::before,
.inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #011025;
  opacity: 0.6;
  mix-blend-mode: multiply;
}
.hero__content,
.inner-hero__inner {
  position: relative;
  z-index: 1;
  padding: 30px;
  max-width: 900px;
}
.hero-eyebrow {
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 9px;
  text-transform: uppercase;
  line-height: 25px;
  color: #fff;
  margin-bottom: 18px;
}
.hero-signature { width: min(640px, 86vw); margin: 0 auto; }
.inner-hero { min-height: 70vh; align-items: flex-end; padding-bottom: 60px; }
.inner-hero__title {
  font-size: clamp(36px, 6vw, 70px);
  font-weight: 200;
  color: #fff;
}

.about { padding: 100px 0 0; overflow: hidden; }
.about__title {
  font-size: clamp(40px, 7vw, 90px);
  font-weight: 200;
  color: var(--navy);
  text-align: center;
  margin-bottom: 60px;
}
.about__title br { display: none; }
@media (min-width: 768px) {
  .about__title br { display: inline; }
}
.about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.about__copy { padding: 0 10% 0 2%; }
.about__copy h2 {
  font-size: 34px;
  font-weight: 200;
  color: #000;
  margin-bottom: 20px;
}
.about__copy p {
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
  color: #000;
}

.marquee {
  overflow: hidden;
  margin-top: 40px;
  pointer-events: none;
}
.marquee__track {
  display: flex;
  gap: 80px;
  width: max-content;
  animation: marquee 40s linear infinite;
  font-size: clamp(80px, 18vw, 300px);
  font-weight: 200;
  color: #0000002e;
  line-height: 0.9;
  white-space: nowrap;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.carriere {
  background: var(--navy) center / cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 70px 20px;
  position: relative;
}
.carriere::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(1, 16, 37, 0.72);
}
.carriere .container { position: relative; z-index: 1; }
.carriere h2 {
  font-size: clamp(40px, 7vw, 90px);
  font-weight: 200;
  color: #fff;
}
.carriere__lead {
  width: min(50%, 640px);
  margin: 0 auto;
  font-size: 14px;
  font-weight: 300;
}

.products { padding: 0 0 100px; background: #fff; }
.products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 40px;
}
.product-card { background: #fff; min-height: 300px; }
.product-card__img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.product-card__body { padding: 0 20px 20px; }
.product-card h2 {
  font-size: 30px;
  font-weight: 300;
  color: var(--navy);
  margin: 18px 0 12px;
}
.product-card ul { list-style: none; margin: 0 0 20px; padding: 0; }
.product-card li {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 15px;
  font-weight: 300;
  padding: 4px 0;
}
.product-card .icon { width: 12px; color: var(--accent); }

.ages { padding: 50px 0 80px; }
.ages__kicker {
  font-size: clamp(40px, 7vw, 90px);
  font-weight: 200;
  color: var(--navy);
  margin-bottom: 40px;
}
.ages__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.ages__visuals { position: relative; min-height: 520px; }
.ages__main { width: 72%; margin-left: auto; }
.ages__small {
  position: absolute;
  left: 0;
  bottom: 8%;
  width: 42%;
  box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}
.ages__square {
  position: absolute;
  right: 0;
  top: 6%;
  width: 34%;
  aspect-ratio: 1;
  object-fit: cover;
  box-shadow: 0 12px 30px rgba(0,0,0,0.2);
}
.ages__copy h2 { font-size: 30px; font-weight: 200; }
.ages__copy p { font-size: 14px; font-weight: 300; }

.cta-band {
  background: var(--navy);
  color: #fff;
  text-align: center;
  padding: 80px 20px;
}
.cta-band h2 {
  font-size: clamp(30px, 6vw, 70px);
  font-weight: 200;
  color: #fff;
  margin-bottom: 28px;
}

.site-footer { background: var(--navy); color: #fff; }
.footer-main {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 50px 0 100px;
}
.footer-logo { width: 60%; }
.footer-main h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}
.footer-contact { list-style: none; margin: 0; padding: 0; }
.footer-contact li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  padding: 5px 0;
}
.footer-contact a { color: #fff; }
.footer-contact .icon { width: 14px; margin-top: 4px; flex: 0 0 14px; }
.social { display: flex; gap: 10px; list-style: none; margin: 0; padding: 0; }
.social__link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: grid;
  place-items: center;
}
.social__link:hover { color: #000; transform: translateY(-2px); }
.social__link .icon { width: 15px; height: 15px; }
.footer-bottom {
  background: #fff;
  color: var(--dark);
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 35px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 300;
}
.footer-bottom p { margin: 0; }
.footer-legal { display: flex; gap: 20px; list-style: none; margin: 0; padding: 0; }
.footer-legal a { color: var(--dark); }
.footer-legal a:hover { color: var(--accent); }

.heritage { padding: 80px 0 40px; }
.heritage__title {
  font-size: clamp(40px, 7vw, 90px);
  font-weight: 200;
  color: var(--navy);
  text-align: center;
  margin-bottom: 70px;
}
.timeline { position: relative; }
.timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #d7d2c6;
}
.timeline__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 70px;
  position: relative;
}
.timeline__item--reverse { direction: rtl; }
.timeline__item--reverse > * { direction: ltr; }
.timeline__media img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.timeline__date {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent);
}
.timeline__copy h2 { font-size: 24px; font-weight: 300; color: var(--navy); }
.timeline__copy p { font-size: 14px; }

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 40px 20px 80px;
}
.gallery__item {
  border: 0;
  padding: 0;
  background: #111;
  cursor: pointer;
  overflow: hidden;
}
.gallery__item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.gallery__item:hover img { transform: scale(1.05); opacity: 0.85; }

.press-list { padding: 50px 0 90px; }
.press-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}
.press-card__media img { width: 100%; height: 200px; object-fit: cover; }
.press-card__cat { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); }
.press-card h2 { font-size: 26px; font-weight: 300; }
.press-card h2 a { color: var(--navy); }
.press-card__date { font-size: 13px; color: var(--text); }
.article { padding: 50px 0 90px; }
.article .container { max-width: 820px; }
.article p { font-size: 16px; }
.article__embed { width: 100%; height: 1000px; border: 0; margin: 24px 0; }
.article__nav { margin-top: 32px; }

.contact { padding: 60px 0 90px; }
.contact__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 50px;
}
.contact h2 { font-size: 28px; font-weight: 200; color: var(--navy); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field input,
.form-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #272727;
  background: transparent;
  padding: 12px 0;
  color: #272727;
}
.form-field--full { grid-column: 1 / -1; }
.contact-form button {
  grid-column: 1 / -1;
  background: var(--navy);
  color: #fff;
  border: 0;
  padding: 14px 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}

.legal { padding: 80px 20px 100px; }
.legal .container { max-width: 860px; }
.legal h1 {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 200;
  color: var(--navy);
  margin-bottom: 30px;
}
.legal-body h2 { font-size: 22px; font-weight: 400; margin-top: 28px; }
.legal-body h3 { font-size: 16px; font-weight: 600; }
.legal__lead { margin-bottom: 24px; }
.cookie-service { border: 1px solid #e6e1d6; padding: 12px 16px; margin: 12px 0; }
.cookie-service summary { cursor: pointer; }
.cookie-service table { width: 100%; border-collapse: collapse; margin-top: 12px; font-size: 14px; }
.cookie-service th, .cookie-service td { border-bottom: 1px solid #eee; text-align: left; padding: 6px 8px; }

.cookie {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  width: min(380px, calc(100% - 24px));
  background: #fff;
  color: #111;
  box-shadow: 0 12px 40px rgba(0,0,0,0.18);
  padding: 18px 18px 14px;
  max-height: min(70vh, 520px);
  overflow: auto;
}
.cookie[hidden] { display: none; }
.cookie__close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  background: none;
  cursor: pointer;
}
.cookie__title { font-size: 20px; font-weight: 400; }
.cookie__text { font-size: 13px; }
.cookie__prefs label { display: block; font-size: 13px; margin: 10px 0; }
.cookie__prefs small { display: block; color: var(--text); font-weight: 300; }
.cookie__actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.cookie__btn {
  border: 1px solid var(--navy);
  background: var(--navy);
  color: #fff;
  padding: 8px 14px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
}
.cookie__btn--ghost { background: #fff; color: var(--navy); }
.cookie-manage {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 70;
  background: var(--navy);
  color: #fff;
  border: 0;
  padding: 10px 14px;
  font-size: 12px;
  cursor: pointer;
}
.cookie-manage[hidden] { display: none; }

.lightbox {
  border: 0;
  padding: 0;
  background: rgba(0,0,0,0.92);
  color: #fff;
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
}
.lightbox::backdrop { background: rgba(0,0,0,0.92); }
.lightbox[open] { display: grid; place-items: center; }
.lightbox__img { max-width: 88vw; max-height: 80vh; object-fit: contain; }
.lightbox__close,
.lightbox__nav {
  position: absolute;
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
}
.lightbox__close { top: 16px; right: 20px; font-size: 22px; }
.lightbox__nav--prev { left: 16px; top: 50%; transform: rotate(180deg); }
.lightbox__nav--next { right: 16px; top: 50%; }
.lightbox__nav .icon { width: 28px; height: 28px; }
.lightbox__counter { position: absolute; bottom: 16px; }

@media (max-width: 1024px) {
  .hero-eyebrow { font-size: 15px; letter-spacing: 6px; }
  .cta-band h2 { font-size: 66px; }
  .products__grid { grid-template-columns: 1fr; }
  .about__grid,
  .ages__grid,
  .contact__grid,
  .press-card,
  .timeline__item,
  .timeline__item--reverse { grid-template-columns: 1fr; direction: ltr; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .logo { width: 40%; }
  .site-header__inner { grid-template-columns: 10% 60% 30%; }
  .btn--header { font-size: 12px; }
}

@media (max-width: 767px) {
  .hero { min-height: 80vh; }
  .hero-eyebrow { font-size: 10px; letter-spacing: 4px; line-height: 1.3; }
  .about { padding-top: 50px; }
  .about__title { font-size: 40px; }
  .about__title br { display: none; }
  .about__copy { padding: 5%; }
  .about__copy h2 { font-size: 40px; }
  .carriere,
  .products { padding: 20px; }
  .carriere h2,
  .ages__kicker { font-size: 40px; }
  .carriere__lead { width: 100%; }
  .product-card h2 { font-size: 35px; }
  .cta-band { padding: 50px 20px; }
  .cta-band h2 { font-size: 30px; }
  .site-header__inner { grid-template-columns: 20% 40% 40%; }
  .logo { width: 70%; }
  .btn--header { font-size: 10px; padding: 5px; }
  .footer-main { grid-template-columns: 1fr; padding: 30px 0; text-align: center; }
  .footer-logo { width: 40%; margin: 15px auto; }
  .footer-contact li { justify-content: center; }
  .social { justify-content: center; }
  .footer-bottom { flex-direction: column; text-align: center; font-size: 10px; gap: 8px; }
  .gallery { grid-template-columns: 1fr; }
  .contact-form { grid-template-columns: 1fr; }
  .menu-overlay { padding: 20px; }
  .timeline::before { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee__track { animation: none; }
  .btn, .gallery__item img { transition: none; }
}
