:root {
  --deep: #204d61;
  --slate: #557c99;
  --mist: #86b0b9;
  --fjord: #367ea5;
  --stone: #e1e0c9;
  --violet: #2d0d41;
  --ink: #132830;
  --paper: #fff;
  --line: rgba(19, 40, 48, 0.16);
  --page: min(1280px, calc(100vw - 96px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  transform: translateY(-180%);
  padding: 10px 14px;
  color: var(--paper);
  background: var(--deep);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  height: 80px;
  color: var(--paper);
}
.site-header.on-light {
  position: relative;
  color: var(--ink);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.nav-shell {
  width: var(--page);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand-logo { width: 116px; height: auto; }
.site-header:not(.on-light) .brand-logo,
.dark-logo { filter: brightness(0) invert(1); }
.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-links a,
.language-switch,
.menu-button {
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
}
.nav-links a { padding-block: 8px; }
.nav-links a:hover,
.nav-links a:focus-visible,
.text-link:hover,
.text-link:focus-visible { text-decoration: underline; text-underline-offset: 6px; }
.language-switch { opacity: 0.86; }
.menu-button {
  display: none;
  color: inherit;
  border: 0;
  background: transparent;
  padding: 10px 0 10px 12px;
  cursor: pointer;
}

.hero {
  min-height: 88svh;
  position: relative;
  display: flex;
  align-items: flex-end;
  color: var(--paper);
  background-image:
    linear-gradient(90deg, rgba(8, 24, 30, 0.74) 0%, rgba(8, 24, 30, 0.32) 46%, rgba(8, 24, 30, 0.03) 72%),
    url('/assets/hero.webp');
  background-position: center, 70% center;
  background-size: cover;
}
.hero-inner {
  width: var(--page);
  margin: 0 auto;
  padding: 180px 0 11vh;
}
.hero-copy { max-width: 700px; }
.hero h1 {
  margin: 0;
  max-width: 850px;
  font-size: clamp(3.5rem, 6.4vw, 6.2rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}
.hero-lead {
  max-width: 590px;
  margin: 32px 0 0;
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  line-height: 1.5;
}
.text-link {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
}

.section { padding: 150px 0; }
.section-shell { width: var(--page); margin: 0 auto; }
.editorial-grid {
  display: grid;
  grid-template-columns: 2fr 7fr 1fr;
  gap: 44px;
  align-items: start;
}
.eyebrow {
  margin: 7px 0 0;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
}
.statement {
  margin: 0;
  max-width: 870px;
  font-size: clamp(1.85rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: -0.035em;
}
.body-copy { max-width: 720px; }
.body-copy p { margin: 0 0 22px; }
.body-copy p:last-child { margin-bottom: 0; }

.mission { color: var(--deep); background: var(--stone); }
.mission-grid {
  display: grid;
  grid-template-columns: 4fr 6fr;
  gap: 8vw;
  align-items: end;
}
.section-title {
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 5.2rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.05em;
}
.mission-copy {
  max-width: 650px;
  font-size: clamp(1.16rem, 1.8vw, 1.45rem);
  line-height: 1.55;
}
.mission-copy p { margin: 0; }

.product-world {
  min-height: 78svh;
  position: relative;
  display: flex;
  align-items: flex-end;
  color: var(--paper);
  background-image:
    linear-gradient(90deg, rgba(8, 24, 30, 0.88) 0%, rgba(8, 24, 30, 0.42) 46%, rgba(8, 24, 30, 0.04) 74%),
    url('/assets/mountains.webp');
  background-position: center, center;
  background-size: cover;
}
.product-copy {
  width: var(--page);
  margin: 0 auto;
  padding: 120px 0 10vh;
}
.product-copy-inner { max-width: 590px; }
.product-copy h2 {
  margin: 14px 0 28px;
  font-size: clamp(2.6rem, 4.5vw, 4.8rem);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -0.05em;
}
.product-copy p { margin: 0 0 22px; }

.contact-panel { background: var(--paper); }
.contact-grid {
  display: grid;
  grid-template-columns: 5fr 5fr;
  gap: 8vw;
  align-items: start;
}
.contact-details { padding-top: 10px; }
.contact-details p { margin: 0 0 28px; }
.contact-link {
  display: inline-block;
  color: var(--deep);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 500;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
}
.placeholder { color: var(--slate); }

.site-footer {
  padding: 70px 0 38px;
  color: var(--paper);
  background: var(--deep);
}
.footer-shell { width: var(--page); margin: 0 auto; }
.footer-top {
  display: grid;
  grid-template-columns: 5fr 3fr 2fr;
  gap: 50px;
  align-items: start;
}
.footer-logo { width: 105px; }
.footer-address,
.footer-links { font-size: 0.9rem; }
.footer-address p { margin: 0; }
.footer-links { display: grid; gap: 9px; }
.footer-links a {
  width: fit-content;
  color: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.footer-links a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom {
  margin-top: 72px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--mist);
  font-size: 0.78rem;
}

.page-hero {
  padding: 120px 0 110px;
  color: var(--paper);
  background: var(--deep);
}
.page-hero .section-shell { display: grid; grid-template-columns: 3fr 7fr; gap: 7vw; }
.page-hero h1 {
  margin: 0;
  max-width: 930px;
  font-size: clamp(3.6rem, 7vw, 7.6rem);
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.06em;
}
.page-hero p {
  max-width: 700px;
  margin: 38px 0 0;
  color: #dce8eb;
  font-size: clamp(1.1rem, 1.7vw, 1.35rem);
}
.page-section { padding: 120px 0; }
.page-section.stone { color: var(--deep); background: var(--stone); }
.page-section.deep { color: var(--paper); background: var(--deep); }
.page-copy-grid {
  display: grid;
  grid-template-columns: 3fr 7fr;
  gap: 7vw;
}
.page-copy-grid h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.page-copy-grid .body-copy { font-size: 1.05rem; }
.about-image {
  min-height: 66svh;
  background: url('/assets/mountains.webp') 68% center / cover no-repeat;
}

.contact-page {
  min-height: calc(100svh - 80px);
  padding: 105px 0 130px;
}
.contact-page-grid {
  display: grid;
  grid-template-columns: 6fr 4fr;
  gap: 9vw;
}
.contact-page h1 {
  margin: 0;
  font-size: clamp(2.9rem, 5vw, 5.2rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.065em;
}
.contact-intro { max-width: 600px; margin: 42px 0 0; font-size: 1.24rem; }
.contact-block { margin-bottom: 48px; }
.contact-block h2 {
  margin: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.contact-block p { margin: 0; }

.legal-page { padding: 95px 0 130px; }
.legal-page article { max-width: 840px; }
.legal-page h1 {
  margin: 0 0 64px;
  font-size: clamp(3.2rem, 6vw, 6rem);
  font-weight: 500;
  line-height: 0.96;
  letter-spacing: -0.055em;
}
.legal-page h2 { margin: 48px 0 12px; font-size: 1.25rem; font-weight: 500; }
.legal-page p,
.legal-page li { max-width: 780px; }
.legal-page .notice {
  margin: 0 0 40px;
  padding: 18px 20px;
  color: var(--deep);
  background: var(--stone);
}

.legal-documents-page {
  min-height: calc(100svh - 80px);
  padding: 92px 0 130px;
  background: #f7f8f7;
}
.legal-documents-shell { max-width: 1020px; }
.legal-documents-kicker {
  margin: 0 0 22px;
  color: var(--deep);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.legal-documents-page h1 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(3rem, 6vw, 6.1rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.055em;
}
.legal-documents-intro {
  max-width: 680px;
  margin: 34px 0 0;
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
}
.legal-documents-intro span { display: block; }
.document-groups {
  display: grid;
  gap: 22px;
  margin-top: 72px;
}
.document-group {
  display: grid;
  grid-template-columns: minmax(230px, 0.85fr) minmax(0, 2.15fr);
  gap: 48px;
  padding: 36px;
  background: var(--paper);
  border: 1px solid var(--line);
}
.document-group h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.document-group-meta {
  margin: 14px 0 0;
  color: var(--slate);
  font-size: 0.88rem;
}
.document-downloads {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.document-download {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  color: var(--ink);
  background: #f7f8f7;
  border: 1px solid var(--line);
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}
.document-download:hover,
.document-download:focus-visible {
  color: var(--paper);
  background: var(--deep);
  border-color: var(--deep);
}
.document-language { font-weight: 600; }
.document-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.82rem;
}
.document-action span:last-child { font-size: 1rem; }
.legal-documents-note {
  max-width: 720px;
  margin: 30px 0 0;
  color: var(--slate);
  font-size: 0.88rem;
}

@media (max-width: 900px) {
  :root { --page: min(100% - 48px, 720px); }
  .section { padding: 105px 0; }
  .editorial-grid,
  .mission-grid,
  .contact-grid,
  .page-hero .section-shell,
  .page-copy-grid,
  .contact-page-grid,
  .document-group { grid-template-columns: 1fr; gap: 30px; }
  .editorial-grid .body-copy { grid-column: 1; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top > :last-child { grid-column: 2; }
  .page-hero { padding: 105px 0 90px; }
}

@media (max-width: 680px) {
  :root { --page: calc(100% - 40px); }
  body { font-size: 16px; }
  .site-header { height: 72px; }
  .brand-logo { width: 100px; }
  .menu-button { display: block; }
  .nav-links {
    position: fixed;
    inset: 72px 0 0;
    display: none;
    align-content: start;
    padding: 44px 20px;
    color: var(--paper);
    background: var(--deep);
  }
  .nav-links.is-open { display: grid; gap: 18px; }
  .nav-links a,
  .language-switch { font-size: 1.2rem; }
  .hero {
    min-height: 92svh;
    background-image:
      linear-gradient(180deg, rgba(8, 24, 30, 0.08) 15%, rgba(8, 24, 30, 0.84) 100%),
      url('/assets/hero.webp');
    background-position: center, 66% center;
  }
  .hero-inner { padding: 150px 0 9vh; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 4.6rem); }
  .hero-lead { margin-top: 24px; }
  .section { padding: 86px 0; }
  .statement { font-size: 1.8rem; }
  .mission-grid { gap: 30px; }
  .product-world {
    min-height: 780px;
    background-image:
      linear-gradient(180deg, rgba(8, 24, 30, 0.04) 32%, rgba(8, 24, 30, 0.9) 100%),
      url('/assets/mountains.webp');
    background-position: center, 69% center;
  }
  .product-copy { padding: 100px 0 64px; }
  .footer-top { grid-template-columns: 1fr; gap: 34px; }
  .footer-top > :last-child { grid-column: auto; }
  .footer-bottom { margin-top: 50px; }
  .page-hero h1 { font-size: clamp(3.8rem, 17vw, 5.7rem); }
  .page-section { padding: 86px 0; }
  .about-image { min-height: 560px; background-position: 69% center; }
  .contact-page { padding: 78px 0 100px; }
  .legal-page { padding: 70px 0 100px; }
  .legal-page h1 { margin-bottom: 48px; }
  .legal-documents-page { padding: 66px 0 90px; }
  .legal-documents-page h1 { font-size: clamp(2.75rem, 14vw, 4.5rem); }
  .document-groups { margin-top: 52px; }
  .document-group { padding: 24px; }
  .document-downloads { grid-template-columns: 1fr; }
  .document-download { min-height: 94px; }
}

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