.contact-hero {
  position: relative;
  min-height: 500px;
  padding-top: 82px;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}

.contact-hero-bg {
  position: absolute;
  top: 82px;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: none;
  background: url("../img/reichstag.jpg") center center / cover no-repeat;
  filter: saturate(1.03);
}

.contact-hero-tint {
  position: absolute;
  inset: 82px 0 0;
  background:
    linear-gradient(90deg, rgba(1, 18, 36, .98) 0%, rgba(1, 18, 36, .86) 44%, rgba(1, 18, 36, .36) 100%),
    linear-gradient(180deg, rgba(1, 18, 36, .12) 0%, rgba(1, 18, 36, .68) 100%);
}

.contact-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: end;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.contact-hero h1 {
  max-width: 760px;
  margin: 0 0 1.15rem;
  color: #fff;
  font-size: clamp(3rem, 5.2vw, 5rem);
  font-weight: 900;
  line-height: 1;
}

.contact-hero-content > div > p:last-child {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 1.14rem;
  line-height: 1.65;
}

.contact-hero-card,
.contact-form,
.office-card,
.response-card,
.option-grid article {
  border-radius: 4px;
}

.contact-hero-card {
  padding: 1.55rem;
  background: rgba(5, 28, 53, .78);
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 22px 48px rgba(0, 0, 0, .2);
  backdrop-filter: blur(10px);
}

.contact-hero-card span {
  color: var(--blue-2);
  text-transform: uppercase;
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.contact-hero-card strong {
  display: block;
  margin: .65rem 0 .55rem;
  color: #fff;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1.12;
}

.contact-hero-card p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.55;
}

.contact-main,
.contact-options {
  padding: clamp(4.5rem, 6vw, 6.5rem) 0;
}

.contact-main {
  background: #fff;
}

.contact-options {
  background: var(--soft);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(330px, .64fr);
  gap: clamp(1.5rem, 3vw, 2.4rem);
  align-items: start;
}

.contact-layout > *,
.contact-form > *,
.topic-choice > * {
  min-width: 0;
}

.contact-form {
  padding: clamp(2rem, 4vw, 3.2rem);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 24px 62px rgba(8, 30, 55, .11);
}

.form-heading {
  max-width: 760px;
  margin-bottom: 1.7rem;
}

.form-heading h2,
.office-card h2 {
  margin: 0 0 .85rem;
  color: var(--ink);
  font-family: var(--serif);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 600;
  line-height: 1.04;
}

.office-card h2 {
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.12;
}

.form-heading p:not(.section-kicker) {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.62;
}

.topic-choice {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: .75rem;
  margin-bottom: 1.7rem;
}

.topic-choice label {
  cursor: pointer;
}

.topic-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.topic-choice span {
  display: grid;
  place-items: center;
  min-height: 3rem;
  padding: .75rem .95rem;
  color: var(--ink);
  background: #f7faff;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-weight: 900;
  text-align: center;
  overflow-wrap: normal;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.topic-choice input:checked + span,
.topic-choice span:hover {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
  transform: translateY(-2px);
}

.press-trip-box {
  margin-bottom: 1.7rem;
  padding: 1.25rem 1.35rem;
  background:
    linear-gradient(135deg, rgba(7, 94, 215, .1), rgba(7, 94, 215, .03)),
    #f7faff;
  border: 1px solid #cfe0f7;
  border-radius: 4px;
}

.press-trip-box h3 {
  margin: .15rem 0 .45rem;
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 900;
}

.press-trip-box p:not(.section-kicker) {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.contact-form label:not(.privacy-check) {
  display: block;
  margin-bottom: .45rem;
  color: var(--ink);
  font-size: .9rem;
  font-weight: 900;
}

.contact-form .form-control {
  min-height: 3.25rem;
  padding: .82rem 1rem;
  color: var(--ink);
  border: 1px solid #cfd9e6;
  border-radius: 4px;
  box-shadow: none;
}

.contact-form textarea.form-control {
  min-height: 180px;
  resize: vertical;
}

.contact-form .form-control:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 .2rem rgba(7, 94, 215, .12);
}

.privacy-check {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
  color: var(--muted);
  line-height: 1.55;
}

.privacy-check input {
  flex: 0 0 auto;
  width: 1.05rem;
  height: 1.05rem;
  margin-top: .2rem;
}

.contact-aside {
  display: grid;
  gap: 1rem;
}

.office-card,
.response-card,
.option-grid article {
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 42px rgba(8, 30, 55, .08);
}

.office-card {
  padding: clamp(1.8rem, 3vw, 2.5rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .92)),
    url("../img/reichstag.jpg") center / cover no-repeat;
}

.office-card p:not(.section-kicker),
.response-card li span,
.option-grid p {
  color: var(--muted);
  line-height: 1.58;
}

.option-link {
  display: inline-flex;
  gap: .55rem;
  margin-top: .4rem;
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
}

.office-card a {
  display: inline-flex;
  gap: .55rem;
  margin-top: 1rem;
  color: var(--blue);
  font-weight: 900;
}

.response-card {
  padding: 1.5rem;
}

.response-card h3,
.option-grid h3 {
  margin: 0 0 1rem;
  color: var(--ink);
  font-size: 1.15rem;
  font-weight: 900;
}

.response-card ol {
  display: grid;
  gap: .9rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.response-card li {
  display: grid;
  grid-template-columns: 1fr;
  padding: 1rem;
  background: #f7faff;
  border: 1px solid var(--line);
  border-radius: 4px;
}

.response-card li strong {
  color: var(--ink);
  font-weight: 900;
}

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

.option-grid article {
  min-height: 210px;
  padding: 1.6rem;
}

.contact-page main i {
  display: inline-grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  margin-bottom: 1rem;
  color: var(--blue);
  background: linear-gradient(135deg, #eef5ff, #f8fbff);
  border: 1px solid rgba(7, 94, 215, .13);
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .85);
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
}

.contact-page main i::before {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .contact-hero-content,
  .contact-layout,
  .option-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero-card {
    max-width: 520px;
  }
}

@media (max-width: 575.98px) {
  .contact-page .page-pad {
    width: 100%;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-page main {
    overflow: hidden;
  }

  .contact-hero {
    min-height: auto;
  }

  .contact-hero-content {
    padding-top: 3.4rem;
    padding-bottom: 3.8rem;
  }

  .contact-hero-content,
  .contact-hero .eyebrow,
  .contact-hero h1,
  .contact-hero-content > div > p:last-child,
  .contact-hero-card,
  .contact-layout,
  .contact-form,
  .contact-aside,
  .option-grid {
    width: 100%;
    max-width: 100%;
  }

  .contact-hero h1 {
    font-size: 2.75rem;
  }

  .contact-hero-content > div > p:last-child {
    font-size: 1rem;
  }

  .contact-form {
    padding: 1.25rem;
  }

  .form-heading h2,
  .office-card h2 {
    font-size: 2.05rem;
  }

  .topic-choice {
    grid-template-columns: 1fr;
  }

  .option-grid article,
  .office-card,
  .response-card {
    padding: 1.25rem;
  }
}
