:root {
  color-scheme: light;
  --ink: #1c2426;
  --muted: #5e696c;
  --paper: #fbf7ef;
  --surface: #ffffff;
  --sea: #1f6f86;
  --sea-dark: #154e5f;
  --terracotta: #b95638;
  --line: rgba(28, 36, 38, 0.14);
  --shadow: 0 22px 70px rgba(23, 45, 48, 0.16);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.5;
}

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

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

.site-header {
  align-items: center;
  background: rgba(251, 247, 239, 0.88);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 16px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  padding: 14px clamp(18px, 5vw, 64px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  align-items: center;
  background: var(--ink);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-family: Georgia, serif;
  font-size: 22px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.brand strong,
.brand small {
  display: block;
  white-space: nowrap;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 1px;
}

.nav {
  display: flex;
  gap: clamp(14px, 3vw, 30px);
  justify-content: center;
}

.nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 750;
}

.language-switch {
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  overflow: hidden;
}

.lang-btn {
  background: transparent;
  border: 0;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  min-height: 36px;
  padding: 0 12px;
}

.lang-btn.is-active {
  background: var(--ink);
  color: #fff;
}

.hero {
  min-height: 94vh;
  overflow: hidden;
  position: relative;
  display: grid;
  align-items: end;
  padding: 132px clamp(18px, 5vw, 64px) 44px;
}

.hero picture,
.hero img,
.hero-overlay {
  inset: 0;
  position: absolute;
}

.hero img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(12, 26, 29, 0.8) 0%, rgba(12, 26, 29, 0.56) 38%, rgba(12, 26, 29, 0.12) 72%),
    linear-gradient(0deg, rgba(12, 26, 29, 0.64) 0%, rgba(12, 26, 29, 0.05) 46%);
  z-index: 1;
}

.hero-content {
  color: #fff;
  max-width: 760px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--terracotta);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffd6ba;
}

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

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 8vw, 92px);
  line-height: 0.95;
  margin-bottom: 24px;
  max-width: 850px;
}

.hero-copy {
  font-size: clamp(18px, 2.2vw, 23px);
  max-width: 680px;
  color: rgba(255, 255, 255, 0.88);
}

.hero-actions,
.map-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.btn {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
}

.btn.primary {
  background: var(--terracotta);
  color: #fff;
}

.btn.secondary {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: #fff;
}

.btn.outline {
  border: 1px solid var(--line);
  color: var(--sea-dark);
}

.hero-card {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 8px;
  bottom: 44px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 1px;
  max-width: 340px;
  overflow: hidden;
  position: absolute;
  right: clamp(18px, 5vw, 64px);
  width: calc(100% - 36px);
  z-index: 3;
}

.hero-card div {
  background: #fff;
  padding: 18px;
}

.hero-card span,
.quick-strip span,
.board-row span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.hero-card strong {
  font-size: 18px;
}

.quick-strip {
  background: var(--ink);
  color: #fff;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.quick-strip div {
  background: rgba(255, 255, 255, 0.06);
  min-height: 112px;
  padding: 26px clamp(18px, 4vw, 42px);
}

.quick-strip span {
  color: rgba(255, 255, 255, 0.62);
}

.quick-strip strong {
  display: block;
  font-size: clamp(18px, 2vw, 25px);
}

.section {
  padding: clamp(64px, 9vw, 116px) clamp(18px, 5vw, 64px);
}

.section-heading {
  display: grid;
  gap: 24px;
  grid-template-columns: 0.42fr 1fr;
  margin: 0 auto 42px;
  max-width: 1180px;
}

.section-heading h2,
.split h2,
.contact h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1;
  margin: 0;
}

.intro-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.intro-grid article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 260px;
  padding: 28px;
}

.number {
  color: var(--sea);
  display: inline-block;
  font-weight: 900;
  margin-bottom: 48px;
}

.intro-grid h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.intro-grid p,
.location-panel p,
.steps p,
.contact p {
  color: var(--muted);
  font-size: 17px;
}

.split {
  align-items: stretch;
  background: #eef6f5;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
}

.location-panel,
.info-board,
.contact-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 44px);
}

.location-panel p {
  max-width: 660px;
}

.info-board {
  display: grid;
  align-content: stretch;
  gap: 1px;
  padding: 0;
  overflow: hidden;
}

.board-row {
  background: #fff;
  padding: 24px;
}

.board-row strong {
  display: block;
  font-size: 18px;
}

.flow {
  background: var(--sea-dark);
  color: #fff;
}

.flow .eyebrow {
  color: #ffccac;
}

.compact {
  margin-bottom: 30px;
}

.steps {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.steps div {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  min-height: 210px;
  padding: 28px;
}

.steps strong {
  display: block;
  font-size: 24px;
  margin-bottom: 14px;
}

.steps p {
  color: rgba(255, 255, 255, 0.74);
}

.contact {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.5fr);
}

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

.contact-card a {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--sea-dark);
  display: flex;
  font-weight: 850;
  min-height: 54px;
  padding: 0 18px;
}

.site-footer {
  background: #111819;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 28px clamp(18px, 5vw, 64px) 88px;
}

.site-footer p {
  margin: 0;
}

.mobile-actions {
  display: none;
}

@media (max-width: 940px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: 860px;
    padding-top: 108px;
  }

  .hero-card {
    bottom: 20px;
    left: 18px;
    right: 18px;
    max-width: none;
    width: auto;
  }

  .quick-strip,
  .intro-grid,
  .section-heading,
  .split,
  .steps,
  .contact {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 6px;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 58px;
  }

  .site-header {
    padding: 10px 14px;
  }

  .brand strong {
    font-size: 14px;
  }

  .brand-mark {
    height: 36px;
    width: 36px;
  }

  .lang-btn {
    min-height: 34px;
    padding: 0 10px;
  }

  .hero {
    min-height: 820px;
    padding: 102px 18px 220px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(12, 26, 29, 0.72) 0%, rgba(12, 26, 29, 0.22) 38%, rgba(12, 26, 29, 0.82) 100%),
      linear-gradient(90deg, rgba(12, 26, 29, 0.52), rgba(12, 26, 29, 0.22));
  }

  h1 {
    font-size: 47px;
  }

  .hero-copy {
    font-size: 17px;
  }

  .hero-actions {
    display: none;
  }

  .quick-strip div {
    min-height: 88px;
  }

  .intro-grid article,
  .location-panel,
  .contact-card {
    padding: 22px;
  }

  .site-footer {
    display: block;
    padding-bottom: 86px;
  }

  .site-footer p + p {
    margin-top: 8px;
  }

  .mobile-actions {
    background: rgba(251, 247, 239, 0.94);
    border-top: 1px solid var(--line);
    bottom: 0;
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
    left: 0;
    padding: 8px;
    position: fixed;
    right: 0;
    z-index: 30;
    backdrop-filter: blur(18px);
  }

  .mobile-actions a {
    align-items: center;
    background: var(--ink);
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 850;
    justify-content: center;
    min-height: 42px;
  }
}
