:root {
  --brand: #006bbd;
  --brand-dark: #004b86;
  --brand-deep: #063456;
  --brand-soft: #eaf5fc;
  --ink: #101923;
  --ink-soft: #536171;
  --surface: #f5f8fa;
  --surface-strong: #e9eff3;
  --line: #d8e1e7;
  --white: #ffffff;
  --shadow-sm: 0 10px 30px rgba(13, 35, 52, 0.08);
  --shadow-lg: 0 24px 70px rgba(3, 20, 34, 0.22);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

h1,
h2,
h3 {
  color: var(--ink);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(3rem, 7vw, 5.7rem);
  font-weight: 800;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(2.15rem, 4.5vw, 3.65rem);
  font-weight: 780;
}

h3 {
  margin-bottom: 0;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-weight: 760;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--brand-deep);
  border-radius: 8px;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: relative;
  z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(13, 35, 52, 0.09);
  box-shadow: 0 6px 22px rgba(13, 35, 52, 0.05);
}

.header-rule,
.footer-rule {
  height: 7px;
  background: var(--brand);
}

.header-inner {
  min-height: 106px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
}

.brand img {
  width: 280px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-nav a {
  padding: 11px 16px;
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 720;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.main-nav a:hover {
  color: var(--brand-dark);
  background: var(--brand-soft);
}

.main-nav .nav-button {
  padding-inline: 22px;
  color: var(--white);
  background: var(--brand);
}

.main-nav .nav-button:hover {
  color: var(--white);
  background: var(--brand-dark);
  transform: translateY(-1px);
}

.hero {
  position: relative;
  min-height: 690px;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #07131d;
}

.hero-photo,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-photo {
  z-index: -3;
  background-image: url("interieur-rijles.jpg");
  background-position: center;
  background-size: cover;
  transform: scale(1.01);
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(2, 15, 25, 0.97) 0%, rgba(2, 15, 25, 0.88) 43%, rgba(2, 15, 25, 0.48) 72%, rgba(2, 15, 25, 0.32) 100%),
    linear-gradient(0deg, rgba(0, 107, 189, 0.14), rgba(0, 107, 189, 0.14));
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 8px;
  background: var(--brand);
}

.hero-grid {
  padding-block: 88px 96px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(310px, 0.72fr);
  align-items: end;
  gap: clamp(36px, 7vw, 88px);
}

.hero-copy {
  max-width: 760px;
}

.hero h1 {
  max-width: 730px;
  color: var(--white);
  text-wrap: balance;
}

.hero-lead {
  max-width: 660px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.18rem, 2.2vw, 1.48rem);
  line-height: 1.55;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.84);
}

.eyebrow-blue {
  color: var(--brand-dark);
}

.eyebrow-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 6px rgba(0, 107, 189, 0.18);
}

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

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.98rem;
  font-weight: 760;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--brand);
  box-shadow: 0 14px 34px rgba(0, 107, 189, 0.28);
}

.button-primary:hover {
  background: #0877c7;
  box-shadow: 0 18px 38px rgba(0, 107, 189, 0.36);
}

.button-ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(9px);
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.58);
}

.status-card {
  position: relative;
  margin: 0;
  padding: 40px 36px 36px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border: 2px solid var(--white);
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(12px);
}

.status-card::after {
  content: "";
  position: absolute;
  inset: 9px;
  pointer-events: none;
  border: 2px solid rgba(0, 107, 189, 0.2);
  border-radius: 17px;
}

.status-card > * {
  position: relative;
  z-index: 1;
}

.status-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--brand);
  border-radius: 50%;
  box-shadow: 0 0 0 9px rgba(0, 107, 189, 0.11);
}

.status-kicker,
.card-kicker {
  margin-bottom: 7px;
  color: var(--brand-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.status-card h2 {
  margin-bottom: 16px;
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  text-wrap: balance;
}

.status-card p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.message-section {
  position: relative;
  overflow: hidden;
  padding-block: clamp(86px, 10vw, 138px);
  background: var(--white);
}

.message-section::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -170px;
  width: 430px;
  height: 430px;
  border: 74px solid var(--brand-soft);
  border-radius: 50%;
  opacity: 0.85;
}

.message-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(48px, 9vw, 116px);
  align-items: start;
}

.section-heading h2 {
  max-width: 530px;
  text-wrap: balance;
}

.section-heading::after {
  content: "";
  width: 84px;
  height: 6px;
  display: block;
  margin-top: 34px;
  background: var(--brand);
  border-radius: 999px;
}

.message-copy {
  max-width: 610px;
  color: var(--ink-soft);
}

.message-copy > p {
  margin-bottom: 22px;
}

.message-copy .message-intro {
  color: var(--ink);
  font-size: clamp(1.25rem, 2.1vw, 1.52rem);
  line-height: 1.55;
}

.information-box {
  margin-top: 36px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  padding: 24px 26px;
  color: var(--brand-deep);
  background: var(--brand-soft);
  border-left: 5px solid var(--brand);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}

.information-box p {
  margin: 0;
}

.information-icon {
  margin-top: 2px;
  color: var(--brand);
}

.photo-band {
  position: relative;
  min-height: 370px;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: #08131d;
}

.photo-band > img,
.photo-band-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.photo-band > img {
  z-index: -3;
  object-fit: cover;
  object-position: center;
}

.photo-band-shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 20, 33, 0.86), rgba(4, 20, 33, 0.62)),
    linear-gradient(0deg, rgba(0, 107, 189, 0.18), rgba(0, 107, 189, 0.18));
}

.photo-band-inner {
  display: flex;
  justify-content: center;
  padding-block: 72px;
}

.photo-band-inner p {
  max-width: 920px;
  margin: 0;
  padding: 28px 42px;
  color: var(--white);
  border: 4px solid var(--white);
  border-radius: 22px;
  box-shadow: 0 0 0 8px rgba(0, 107, 189, 0.9);
  font-size: clamp(1.55rem, 3.6vw, 3.05rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.03em;
  text-align: center;
  text-wrap: balance;
}

.contact-section {
  padding-block: clamp(86px, 10vw, 136px);
  background:
    linear-gradient(rgba(245, 248, 250, 0.96), rgba(245, 248, 250, 0.96)),
    repeating-linear-gradient(135deg, transparent 0 28px, rgba(0, 107, 189, 0.035) 28px 29px);
}

.contact-heading {
  max-width: 720px;
  margin: 0 auto 54px;
  text-align: center;
}

.contact-heading h2 {
  margin-bottom: 18px;
}

.contact-heading > p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.7fr);
  gap: 26px;
}

.contact-card {
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 6px solid var(--brand);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.contact-card-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
}

.card-number {
  width: 50px;
  height: 50px;
  margin: 0;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--brand);
  background: var(--brand-soft);
  border-radius: 50%;
  font-size: 0.83rem;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.contact-list {
  display: grid;
  gap: 12px;
}

.contact-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 15px 17px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.contact-item:hover {
  transform: translateY(-2px);
  background: var(--white);
  border-color: rgba(0, 107, 189, 0.32);
  box-shadow: 0 12px 28px rgba(13, 35, 52, 0.08);
}

.contact-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--brand);
  border-radius: 50%;
}

.contact-item span:nth-child(2) {
  min-width: 0;
}

.contact-item small,
.contact-item strong {
  display: block;
}

.contact-item small {
  margin-bottom: 2px;
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.contact-item strong {
  overflow-wrap: anywhere;
  font-size: clamp(0.98rem, 2vw, 1.11rem);
  line-height: 1.35;
}

.contact-arrow {
  color: var(--brand);
}

.address-card {
  display: flex;
  flex-direction: column;
}

.address-content {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin: 8px 0 30px;
  padding: 26px;
  background: var(--brand-deep);
  border-radius: var(--radius-sm);
}

.address-icon {
  flex: 0 0 auto;
  color: #73c3f4;
}

.address-content address {
  color: var(--white);
  font-size: clamp(1.24rem, 2.4vw, 1.55rem);
  font-style: normal;
  font-weight: 750;
  line-height: 1.55;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--brand-dark);
  font-size: 0.96rem;
  font-weight: 780;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
}

.text-link:hover {
  color: var(--brand);
}

.closing-notice {
  max-width: 800px;
  margin: 38px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 17px 22px;
  color: var(--brand-deep);
  background: var(--brand-soft);
  border: 1px solid rgba(0, 107, 189, 0.17);
  border-radius: 999px;
  text-align: center;
}

.closing-notice p {
  margin: 0;
}

.closing-notice-mark {
  width: 11px;
  height: 11px;
  flex: 0 0 auto;
  background: var(--brand);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(0, 107, 189, 0.12);
}

.site-footer {
  color: rgba(255, 255, 255, 0.76);
  background: #071722;
}

.footer-inner {
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  padding-block: 34px;
}

.footer-brand img {
  width: 210px;
  height: auto;
  margin-bottom: 15px;
}

.footer-brand p,
.footer-details p {
  margin-bottom: 0;
}

.footer-brand p {
  font-size: 0.94rem;
}

.footer-details {
  text-align: right;
  font-size: 0.92rem;
}

.footer-details a {
  display: inline-block;
  margin-top: 6px;
  color: var(--white);
  font-weight: 700;
  text-decoration-color: rgba(255, 255, 255, 0.45);
  text-underline-offset: 4px;
}

.footer-details a:hover {
  text-decoration-color: var(--white);
}

:focus-visible {
  outline: 3px solid #ffd75e;
  outline-offset: 4px;
}

@media (max-width: 960px) {
  html {
    scroll-padding-top: 90px;
  }

  .header-inner {
    min-height: 92px;
  }

  .brand img {
    width: 225px;
  }

  .hero {
    min-height: auto;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(2, 15, 25, 0.96), rgba(2, 15, 25, 0.75)),
      linear-gradient(0deg, rgba(0, 107, 189, 0.14), rgba(0, 107, 189, 0.14));
  }

  .hero-grid,
  .message-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding-block: 76px 82px;
  }

  .status-card {
    max-width: 600px;
  }

  .message-copy {
    max-width: none;
  }

  .contact-grid {
    max-width: 790px;
    margin-inline: auto;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .header-rule,
  .footer-rule {
    height: 5px;
  }

  .header-inner {
    min-height: 78px;
    gap: 14px;
  }

  .brand img {
    width: min(176px, 48vw);
  }

  .main-nav {
    gap: 2px;
  }

  .main-nav a {
    padding: 9px 10px;
    font-size: 0.84rem;
  }

  .main-nav a:first-child {
    display: none;
  }

  .main-nav .nav-button {
    padding-inline: 16px;
  }

  .hero-photo {
    background-position: 46% center;
  }

  .hero-grid {
    padding-block: 64px 68px;
    gap: 42px;
  }

  .hero h1 {
    font-size: clamp(2.75rem, 14.2vw, 4.2rem);
  }

  .hero-lead {
    font-size: 1.12rem;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .status-card {
    padding: 34px 28px 30px;
  }

  .message-section,
  .contact-section {
    padding-block: 78px;
  }

  .message-grid {
    gap: 38px;
  }

  .section-heading::after {
    margin-top: 26px;
  }

  .information-box {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .photo-band {
    min-height: 330px;
  }

  .photo-band-inner p {
    padding: 24px 22px;
    border-width: 3px;
    border-radius: 16px;
    box-shadow: 0 0 0 6px rgba(0, 107, 189, 0.9);
  }

  .contact-card {
    padding: 26px 20px;
  }

  .contact-card-heading {
    align-items: flex-start;
  }

  .contact-item {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 13px;
    padding: 14px;
  }

  .contact-arrow {
    display: none;
  }

  .contact-icon {
    width: 42px;
    height: 42px;
  }

  .address-content {
    padding: 22px 18px;
  }

  .closing-notice {
    align-items: flex-start;
    border-radius: var(--radius-sm);
    text-align: left;
  }

  .closing-notice-mark {
    margin-top: 7px;
  }

  .footer-inner {
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    padding-block: 44px;
  }

  .footer-details {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media print {
  .site-header,
  .hero-actions,
  .photo-band,
  .site-footer {
    display: none;
  }

  .hero {
    min-height: auto;
    background: var(--white);
  }

  .hero-photo,
  .hero-shade {
    display: none;
  }

  .hero-grid {
    display: block;
    padding-block: 30px;
  }

  .hero h1,
  .hero-lead,
  .eyebrow-light {
    color: var(--ink);
  }

  .status-card,
  .contact-card {
    box-shadow: none;
  }
}
