:root {
  --navy: #071c45;
  --navy-soft: #18315f;
  --blue-wash: #f3f6fb;
  --line: #d9e0eb;
  --white: #fff;
  --max-width: 1120px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--white);
  color: var(--navy);
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px max(24px, calc((100vw - var(--max-width)) / 2));
  border-bottom: 1px solid rgba(7, 28, 69, .1);
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(12px);
}

.brand {
  display: flex;
  gap: 7px;
  align-items: center;
  color: var(--navy);
  text-decoration: none;
}

.brand-mark-image {
  display: block;
  width: 34px;
  height: 22px;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
}

.brand-wordmark-image {
  display: block;
  width: 142px;
  height: 31px;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
}

nav { display: flex; gap: 30px; }
nav a {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-decoration: none;
}

.language-switch {
  display: inline-flex;
  gap: 2px;
  align-items: center;
  color: #8a95a8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
}
.language-switch a,
.language-switch [aria-current="page"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 30px;
  padding: 4px 7px;
  border: 1px solid var(--navy);
  border-radius: 5px;
  font-size: inherit;
  line-height: 1;
  text-decoration: none;
}
.language-switch a {
  background: #fff;
  color: var(--navy);
}
.language-switch a:hover {
  background: var(--blue-wash);
}
.language-switch [aria-current="page"] {
  background: var(--navy);
  color: #fff;
}
.language-switch > [aria-hidden="true"] {
  min-width: auto;
  color: #8a95a8;
}

.hero {
  display: grid;
  grid-template-columns: 1fr minmax(360px, 520px);
  gap: clamp(30px, 6vw, 90px);
  align-items: center;
  min-height: auto;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 56px 24px 32px;
}

.eyebrow {
  margin: 0 0 16px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .22em;
}

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

h1 {
  margin-bottom: 28px;
  font-size: clamp(38px, 5.4vw, 68px);
  line-height: 1.25;
  letter-spacing: -.05em;
}

.lead {
  max-width: 530px;
  margin-bottom: 30px;
  color: var(--navy-soft);
  font-size: 15px;
}

.text-link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--navy);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.brand-art {
  overflow: hidden;
  margin: 0;
  background: #fff;
}
.brand-art img {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  filter: contrast(1.01);
  mix-blend-mode: multiply;
  transform: none;
}

.products {
  padding: 40px max(24px, calc((100vw - var(--max-width)) / 2)) 120px;
  background: var(--blue-wash);
}

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

.section-heading h2, .contact h2 {
  margin-bottom: 0;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.2;
  letter-spacing: -.04em;
}

.section-heading > p {
  margin-bottom: 4px;
  color: var(--navy-soft);
  font-size: 13px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--navy);
  border-left: 1px solid var(--navy);
}

.product-card {
  position: relative;
  display: grid;
  grid-template-columns: 138px 1fr;
  gap: 28px;
  min-height: 280px;
  padding: 38px;
  border-right: 1px solid var(--navy);
  border-bottom: 1px solid var(--navy);
  background: var(--white);
}

.product-card--featured {
  grid-column: 1 / -1;
  grid-template-columns: 220px 1fr;
  min-height: 360px;
  padding: 54px;
}

.product-number {
  position: absolute;
  top: 15px;
  right: 18px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .14em;
}

.product-icon, .placeholder-icon {
  align-self: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 27%;
}

.product-icon {
  display: block;
  object-fit: cover;
  box-shadow: 0 16px 38px rgba(7, 28, 69, .16);
}

.placeholder-icon {
  display: grid;
  place-items: center;
  border: 1px dashed #92a0b8;
  background: var(--blue-wash);
  color: #7e8ca4;
  font-family: Georgia, serif;
  font-size: 56px;
}

.product-body { align-self: center; }
.status {
  margin-bottom: 8px;
  color: #78869c;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
}
.status--available { color: #0d735e; }

.product-body h3 {
  margin-bottom: 14px;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.03em;
}

.product-card--featured h3 { font-size: 40px; }
.description { margin-bottom: 24px; color: var(--navy-soft); font-size: 14px; }
.product-card--pending .description { color: #8995a9; }

.store-links { display: flex; flex-wrap: wrap; gap: 10px; }
.store-links a {
  display: inline-block;
  line-height: 0;
  text-decoration: none;
  transition: transform .2s ease;
}
.store-links a:hover { transform: translateY(-2px); }
.store-links img { display: block; width: 150px; height: auto; }

.contact {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 120px 24px;
  text-align: center;
}
.contact h2 { margin-bottom: 22px; }
.contact > p:not(.eyebrow) { color: var(--navy-soft); font-size: 14px; }
.contact a {
  display: inline-block;
  margin-top: 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--navy);
  font-size: clamp(18px, 3vw, 28px);
  font-weight: 700;
  text-decoration: none;
}

.legal {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px 120px;
}
.legal h2 { margin-bottom: 36px; }
.legal-list { margin: 0; }
.legal-list > div {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 2fr;
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid rgba(23, 39, 67, .16);
}
.legal-list > div:last-child { border-bottom: 1px solid rgba(23, 39, 67, .16); }
.legal-list dt { font-weight: 700; }
.legal-list dd {
  margin: 0;
  color: var(--navy-soft);
}
.legal-list a { text-underline-offset: 3px; }

footer {
  display: flex;
  justify-content: space-between;
  padding: 28px max(24px, calc((100vw - var(--max-width)) / 2));
  background: var(--navy);
  color: var(--white);
  font-size: 10px;
  letter-spacing: .08em;
}
footer p { margin: 0; }
footer a { text-decoration: none; }

@media (max-width: 800px) {
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-copy { order: 2; }
  .brand-art { order: 1; max-width: 430px; margin: 0 auto; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 18px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card--featured { grid-column: auto; }
  .product-card, .product-card--featured { grid-template-columns: 130px 1fr; min-height: 280px; padding: 38px; }
  .product-card--featured h3 { font-size: 32px; }
}

@media (max-width: 560px) {
  .site-header { padding-block: 16px; }
  .brand-mark-image { width: 27px; height: 18px; }
  .brand-wordmark-image { width: 116px; height: 26px; }
  nav { gap: 16px; }
  nav a { font-size: 9px; }
  nav > a[href^="#"] { display: none; }
  .language-switch { font-size: 12px; }
  .language-switch a { font-size: inherit; }
  .hero { min-height: auto; padding-top: 46px; }
  .brand-art { width: min(88vw, 390px); }
  .products { padding-top: 32px; padding-bottom: 80px; }
  .product-card, .product-card--featured {
    grid-template-columns: 88px 1fr;
    gap: 20px;
    min-height: 230px;
    padding: 32px 24px;
  }
  .product-icon,
  .placeholder-icon {
    width: 88px;
    height: 88px;
    align-self: start;
  }
  .product-body h3, .product-card--featured h3 { font-size: 25px; }
  .description { font-size: 12px; }
  .store-links { display: grid; }
  .contact { padding-block: 90px; }
  .legal { padding-bottom: 90px; }
  .legal-list > div { grid-template-columns: 1fr; gap: 8px; }
  footer { display: block; text-align: center; }
  footer a { display: inline-block; margin-top: 12px; }
}

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