:root {
  --black: #050505;
  --ink: #111111;
  --coal: #202020;
  --mid: #767676;
  --line: #d7d7d7;
  --pale: #eeeeee;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 16px clamp(18px, 4vw, 56px);
  color: var(--black);
  background: var(--white);
  border-bottom: 1px solid var(--black);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  text-transform: uppercase;
}

.brand-logo {
  width: clamp(88px, 10vw, 132px);
  height: auto;
  object-fit: contain;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.brand-mark {
  font-size: clamp(1.6rem, 4vw, 2.8rem);
  font-weight: 900;
  line-height: 0.9;
}

.brand-name,
.nav-links,
.eyebrow,
.launch-tag,
.footer-brand {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.brand-name {
  color: #cfcfcf;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px 18px;
  color: var(--black);
}

.nav-links a {
  padding: 8px 0;
  border-bottom: 1px solid transparent;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--black);
  border-bottom-color: var(--black);
}

.hero {
  position: relative;
  min-height: min(820px, calc(100vh - 72px));
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--black);
  background: var(--white);
}

.page-hero {
  min-height: min(700px, calc(100vh - 72px));
  display: grid;
  align-content: end;
  padding: clamp(64px, 10vw, 124px) clamp(18px, 5vw, 72px);
  color: var(--black);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.68)),
    url("assets/Kette.jpg") center / cover;
}

.legal-hero {
  padding: clamp(72px, 10vw, 128px) clamp(18px, 5vw, 72px) clamp(48px, 7vw, 84px);
  border-bottom: 1px solid var(--black);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.62) 45%, rgba(255, 255, 255, 0.16)),
    linear-gradient(0deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0) 46%);
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08);
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
  padding: clamp(52px, 8vw, 104px) clamp(18px, 5vw, 72px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--mid);
}

.hero .eyebrow {
  color: var(--mid);
}

.page-hero .eyebrow {
  color: var(--mid);
}

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

h1 {
  max-width: 980px;
  margin-bottom: 18px;
  font-size: clamp(3.25rem, 10vw, 8rem);
  font-weight: 950;
  line-height: 0.78;
  text-transform: uppercase;
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 6vw, 5.2rem);
  font-weight: 950;
  line-height: 0.86;
  text-transform: uppercase;
}

.hero-line {
  max-width: 560px;
  margin-bottom: 28px;
  color: var(--coal);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  color: var(--black);
  background: var(--white);
  border: 1px solid var(--black);
  border-radius: 4px;
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.button:hover,
.button:focus-visible {
  background: var(--pale);
}

.launch-tag {
  color: var(--coal);
}

.status-grid,
.notes {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(56px, 8vw, 108px) clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--black);
}

.status-grid {
  display: block;
  min-height: clamp(300px, 34vw, 500px);
  padding-top: clamp(84px, 10vw, 140px);
  padding-bottom: clamp(64px, 9vw, 124px);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}

.legal-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(42px, 6vw, 76px);
  padding: clamp(48px, 8vw, 96px) clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--black);
}

.legal-content article {
  max-width: 980px;
}

.legal-content h2 {
  margin-bottom: 24px;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
}

.legal-content p {
  max-width: 820px;
  color: var(--coal);
  font-size: clamp(1rem, 2vw, 1.24rem);
}

.legal-list {
  max-width: 820px;
  margin: 28px 0 0;
  border-top: 1px solid var(--line);
}

.legal-list div {
  display: grid;
  grid-template-columns: minmax(130px, 0.3fr) minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.legal-list dt {
  color: var(--mid);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.legal-list dd {
  margin: 0;
  font-weight: 800;
}

.contact-panel {
  min-height: 320px;
  padding: clamp(28px, 5vw, 56px);
  background: var(--white);
}

.contact-panel:last-child {
  border-right: 0;
}

.contact-panel h2 {
  margin-bottom: 24px;
  font-size: clamp(2.2rem, 5vw, 4.6rem);
}

.contact-value {
  margin-bottom: 20px;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.contact-value a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.14em;
}

.muted {
  max-width: 420px;
  color: var(--mid);
}

.contact-panel-dark {
  color: var(--black);
  background: var(--white);
}

.contact-panel-dark .eyebrow,
.contact-panel-dark .muted {
  color: var(--mid);
}

.section-heading {
  max-width: 1120px;
}

.status-grid h2 {
  max-width: 1060px;
  font-size: clamp(3rem, 6.5vw, 6.5rem);
}

.status-grid h2 span {
  display: block;
}

.split-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: var(--white);
}

.image-block {
  position: relative;
  min-height: clamp(420px, 54vw, 680px);
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--black);
  border-right: 1px solid var(--black);
}

.image-block:last-child {
  border-right: 0;
}

.image-block::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.1) 58%);
}

.image-block img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.2);
}

.image-block div {
  position: relative;
  z-index: 1;
  padding: clamp(28px, 5vw, 56px);
}

.image-block-light::after {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.06) 62%);
}

.image-block-light {
  color: var(--black);
  background: var(--pale);
}

.image-block-light .eyebrow {
  color: #4e4e4e;
}

.note-list {
  align-self: end;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 8px solid var(--black);
}

.note-list li {
  display: grid;
  grid-template-columns: minmax(82px, 0.24fr) minmax(0, 1fr);
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  font-size: clamp(1.1rem, 3vw, 2.4rem);
  font-weight: 900;
  line-height: 0.95;
  text-transform: uppercase;
}

.note-list time {
  color: var(--mid);
  font-size: 0.8rem;
  line-height: 1;
}

.site-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  padding: 34px clamp(18px, 5vw, 72px);
  color: var(--black);
  background: var(--white);
  border-top: 1px solid var(--black);
}

.footer-link {
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}

.site-footer p {
  margin-bottom: 0;
}

.footer-brand {
  margin-bottom: 8px;
}

.photo-credit {
  max-width: 360px;
  color: var(--mid);
  font-size: 0.88rem;
  text-align: right;
}

@media (max-width: 780px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .hero {
    min-height: 720px;
  }

  .hero-media::after {
    background:
      linear-gradient(0deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.28) 58%),
      linear-gradient(90deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.16));
  }

  .notes,
  .split-showcase,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-panel {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--black);
  }

  .contact-panel:last-child {
    border-bottom: 0;
  }

  .image-block {
    min-height: 460px;
    border-right: 0;
    border-bottom: 1px solid var(--black);
  }

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

  .photo-credit {
    text-align: left;
  }
}

@media (max-width: 460px) {
  h1 {
    font-size: clamp(2.8rem, 14vw, 4.8rem);
  }

  h2 {
    font-size: clamp(1.9rem, 10vw, 2.7rem);
  }

  .status-grid h2 {
    font-size: clamp(2.4rem, 10vw, 3rem);
  }

  .legal-list div,
  .note-list li {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
