:root {
  --paper: #f6f5f1;
  --surface: #ffffff;
  --ink: #121418;
  --muted: #606772;
  --line: #dfe5df;
  --pine: #1f443b;
  --moss: #718b45;
  --cinnabar: #8d2430;
  --navy: #111c35;
  --gold: #b48a3a;
  --stone: #ece7dc;
  --shadow: 0 24px 70px rgba(18, 20, 24, 0.12);
}

* {
  box-sizing: border-box;
}

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

body {
  background: var(--paper);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
}

main {
  flex: 1 0 auto;
}

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

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

.language-badge {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(18, 20, 24, 0.12);
  border-radius: 999px;
  color: var(--pine);
  display: inline-flex;
  gap: 7px;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 800;
  height: 30px;
  letter-spacing: 0;
  line-height: 1;
  min-width: 118px;
  padding: 0 10px 0 12px;
  position: relative;
  z-index: 40;
}

.custom-select:not(.language-badge) {
  position: relative;
}

.select-label {
  display: block;
}

.language-badge .select-label {
  display: none;
}

.select-trigger {
  align-items: center;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1.2;
  min-width: 0;
  outline: 0;
  position: relative;
  text-align: left;
}

.select-trigger::after {
  flex: 0 0 auto;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  content: "";
  margin-left: 10px;
  opacity: 0.8;
  pointer-events: none;
}

.language-trigger {
  background: transparent;
  color: var(--pine);
  height: 100%;
  min-width: 92px;
  padding: 0;
}

.select-menu {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(18, 20, 24, 0.12);
  border-radius: 6px;
  box-shadow: 0 22px 56px rgba(18, 20, 24, 0.18);
  display: none;
  gap: 2px;
  left: 0;
  min-width: 100%;
  padding: 6px;
  position: absolute;
  top: calc(100% + 8px);
  z-index: 70;
}

.custom-select.is-open .select-menu {
  display: grid;
}

.select-menu button {
  background: transparent;
  border: 0;
  border-radius: 3px;
  color: #27312f;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.25;
  min-height: 36px;
  padding: 9px 10px;
  text-align: left;
  white-space: normal;
}

.language-menu button {
  white-space: nowrap;
}

.select-menu button:hover,
.select-menu button:focus-visible {
  background: rgba(31, 68, 59, 0.08);
  color: var(--pine);
  outline: 0;
}

.select-menu button[aria-selected="true"] {
  background: rgba(180, 138, 58, 0.16);
  color: var(--cinnabar);
}

.language-menu {
  left: auto;
  min-width: 154px;
  right: 0;
}

.language-menu::before,
.download-menu::before {
  background: var(--gold);
  content: "";
  height: 3px;
  left: 6px;
  position: absolute;
  right: 6px;
  top: 0;
}

.language-badge:hover,
.language-badge:focus-visible {
  background: #fff;
  outline: 2px solid rgba(180, 138, 58, 0.42);
  outline-offset: 3px;
}

.language-badge:focus-within {
  outline: 2px solid rgba(180, 138, 58, 0.42);
  outline-offset: 3px;
}

.site-header {
  align-items: center;
  background: rgba(246, 245, 241, 0.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(18, 20, 24, 0.08);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  min-height: 78px;
  padding: 14px 44px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

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

.brand img {
  border-radius: 6px;
  height: 46px;
  width: 46px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 2px;
  text-transform: uppercase;
}

.nav {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-left: auto;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
}

.nav::-webkit-scrollbar {
  display: none;
}

.nav a {
  color: #3a4149;
  font-size: 14px;
  font-weight: 650;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--cinnabar);
}

.nav a[aria-current="page"] {
  color: var(--cinnabar);
}

.hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(246, 245, 241, 0.94) 0%, rgba(246, 245, 241, 0.82) 48%, rgba(236, 231, 220, 0.7) 100%),
    var(--paper);
  display: grid;
  --hero-column: clamp(560px, 28vw, 640px);
  gap: clamp(56px, 4vw, 90px);
  grid-template-columns: repeat(2, minmax(0, var(--hero-column)));
  justify-content: center;
  min-height: clamp(760px, 74svh, 880px);
  padding:
    clamp(150px, 12svh, 190px)
    clamp(32px, 4vw, 64px)
    clamp(70px, 7svh, 100px);
}

.hero-content {
  justify-self: end;
  max-width: 760px;
  width: 100%;
}

.hero-media {
  margin: 0;
  position: relative;
}

.hero-media::before {
  border: 1px solid rgba(180, 138, 58, 0.36);
  border-radius: 6px;
  content: "";
  inset: 18px -18px -18px 18px;
  position: absolute;
  z-index: 0;
}

.hero-media img {
  aspect-ratio: 4 / 5;
  border-radius: 6px;
  box-shadow: var(--shadow);
  height: auto;
  object-fit: cover;
  object-position: center;
  position: relative;
  width: 100%;
  z-index: 1;
}

.hero-media figcaption {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(18, 20, 24, 0.08);
  border-radius: 6px;
  bottom: 18px;
  box-shadow: 0 14px 40px rgba(18, 20, 24, 0.1);
  color: #3a4149;
  font-size: 14px;
  left: 18px;
  margin: 0;
  max-width: calc(100% - 36px);
  padding: 12px 14px;
  position: absolute;
  z-index: 2;
}

@media (max-width: 1380px) {
  .hero {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

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

h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.02;
  margin-bottom: 24px;
  max-width: 720px;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.12;
  margin-bottom: 18px;
}

h3 {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: 10px;
}

.hero-lede {
  color: #3a4149;
  font-size: 20px;
  max-width: 620px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0;
}

.button {
  align-items: center;
  border-radius: 3px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
}

.button.primary {
  background: var(--pine);
  color: #fff;
}

.button.secondary {
  border: 1px solid rgba(18, 20, 24, 0.18);
  color: var(--ink);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.proof-grid {
  border-top: 1px solid rgba(18, 20, 24, 0.12);
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 720px;
  padding-top: 22px;
}

.proof-grid span {
  color: var(--muted);
  font-size: 14px;
}

.proof-grid strong {
  color: var(--ink);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}

.section {
  padding: 96px 44px;
  scroll-margin-top: 118px;
}

.tinted {
  background: #ebece5;
}

.container {
  margin: 0 auto;
  max-width: 1180px;
  min-width: 0;
}

.split {
  align-items: start;
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(0, 1fr) 390px;
}

.split p,
.section-head p,
.feature-copy p,
.contact-copy p {
  color: var(--muted);
  font-size: 18px;
}

.statement {
  border-left: 4px solid var(--moss);
  padding: 12px 0 12px 28px;
}

.statement span {
  color: var(--cinnabar);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.statement strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 33px;
  font-weight: 500;
  line-height: 1.18;
}

.section-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-head.narrow {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-banner {
  background: var(--paper);
  padding: 44px 44px 0;
}

.page-banner img {
  height: clamp(260px, 28vw, 440px);
  object-fit: cover;
  object-position: center 42%;
  width: 100%;
}

.cards {
  display: grid;
  gap: 16px;
}

.offer-cards {
  grid-template-columns: 1.25fr repeat(4, 1fr);
}

.card {
  background: var(--surface);
  border: 1px solid rgba(18, 20, 24, 0.08);
  border-radius: 6px;
  min-height: 250px;
  padding: 24px;
}

.lead-card {
  background:
    linear-gradient(145deg, rgba(31, 68, 59, 0.96), rgba(17, 28, 53, 0.92)),
    var(--pine);
  color: #fff;
}

.lead-card .card-number,
.lead-card p {
  color: rgba(255, 255, 255, 0.72);
}

.card-number {
  color: var(--gold);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  margin-bottom: 26px;
}

.card p,
.landmark-grid p,
.process-grid p,
.service-list p,
.image-card p,
.qr-block p {
  color: var(--muted);
  font-size: 15px;
  margin-bottom: 0;
}

.feature {
  align-items: center;
  display: grid;
  gap: 60px;
  grid-template-columns: minmax(0, 1fr) 430px;
}

.feature.reverse {
  grid-template-columns: 430px minmax(0, 1fr);
}

.journey-panel {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(236, 231, 220, 0.72)),
    var(--surface);
  border: 1px solid rgba(18, 20, 24, 0.1);
  border-radius: 6px;
  box-shadow: var(--shadow);
  min-height: 540px;
  padding: 34px;
  position: relative;
  overflow: hidden;
}

.journey-panel::before {
  background: var(--navy);
  content: "";
  height: 4px;
  left: 34px;
  position: absolute;
  right: 34px;
  top: 0;
}

.hidden-panel::before {
  background: var(--pine);
}

.panel-kicker {
  color: var(--cinnabar);
  display: block;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 26px;
  text-transform: uppercase;
}

.axis-metric {
  border-bottom: 1px solid rgba(18, 20, 24, 0.12);
  margin-bottom: 28px;
  padding-bottom: 26px;
}

.axis-metric span {
  color: var(--muted);
  display: block;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.axis-metric strong {
  color: var(--ink);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 1;
  margin: 10px 0 14px;
}

.axis-metric p,
.panel-note,
.route-steps p {
  color: var(--muted);
  margin-bottom: 0;
}

.route-steps {
  display: grid;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.route-steps li {
  display: grid;
  gap: 16px;
  grid-template-columns: 46px minmax(0, 1fr);
}

.route-steps li > span {
  align-items: center;
  border: 1px solid rgba(18, 20, 24, 0.16);
  color: var(--gold);
  display: inline-flex;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.route-steps strong {
  display: block;
  font-size: 17px;
  margin-bottom: 5px;
}

.panel-note {
  border-top: 1px solid rgba(18, 20, 24, 0.12);
  font-size: 15px;
  margin-top: 28px;
  padding-top: 20px;
}

.access-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 28px;
}

.access-grid span {
  background: rgba(31, 68, 59, 0.08);
  border: 1px solid rgba(31, 68, 59, 0.14);
  color: #2d3c38;
  font-size: 14px;
  font-weight: 750;
  min-height: 54px;
  padding: 14px;
}

.feature-image {
  margin: 0;
}

.feature-image img {
  aspect-ratio: 4 / 5;
  border-radius: 6px;
  box-shadow: var(--shadow);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.check-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.check-list li {
  border-left: 3px solid var(--gold);
  color: #3a4149;
  padding-left: 14px;
}

.landmark-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
}

.landmark-grid article {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.experience-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
}

.image-card {
  background: var(--surface);
  border: 1px solid rgba(18, 20, 24, 0.1);
  border-radius: 6px;
  box-shadow: 0 18px 48px rgba(18, 20, 24, 0.07);
  overflow: hidden;
}

.image-card img {
  aspect-ratio: 16 / 10;
  filter: grayscale(0.08) sepia(0.08) saturate(0.82) contrast(0.96);
  object-fit: cover;
  width: 100%;
}

.image-card div {
  border-top: 3px solid rgba(180, 138, 58, 0.55);
  padding: 22px;
}

.image-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500;
}

.hidden-menu-download {
  align-items: center;
  border-top: 1px solid rgba(18, 20, 24, 0.12);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 42px;
  padding-top: 26px;
}

.hidden-menu-download span {
  color: var(--cinnabar);
  display: block;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.hidden-menu-download strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.22;
}

.hidden-menu-download .download-actions {
  min-width: min(460px, 100%);
}

.downloads-section {
  background:
    linear-gradient(180deg, rgba(246, 245, 241, 1), rgba(236, 231, 220, 0.72)),
    var(--paper);
}

.download-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 42px;
}

.download-grid:has(.download-card:only-child) {
  grid-template-columns: 1fr;
}

.download-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(18, 20, 24, 0.1);
  border-radius: 6px;
  box-shadow: 0 22px 60px rgba(18, 20, 24, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 32px;
  position: relative;
}

.download-grid .download-card:only-child {
  align-items: end;
  display: grid;
  gap: 14px 42px;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  min-height: 0;
}

.download-card:only-child .download-label,
.download-card:only-child h3,
.download-card:only-child > p {
  grid-column: 1;
}

.download-card:only-child .download-meta,
.download-card:only-child .download-actions {
  grid-column: 2;
}

.download-card:only-child .download-meta {
  align-self: stretch;
  margin: 0 0 18px;
  padding-top: 0;
}

.download-card:only-child .download-actions {
  margin-top: 0;
}

.download-card::before {
  background: var(--gold);
  content: "";
  height: 4px;
  left: 32px;
  position: absolute;
  right: 32px;
  top: 0;
}

.download-label {
  color: var(--cinnabar);
  display: block;
  font-size: 12px;
  font-weight: 850;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.download-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.12;
  margin-bottom: 14px;
}

.download-card p {
  color: var(--muted);
  font-size: 16px;
}

.download-meta {
  border-top: 1px solid rgba(18, 20, 24, 0.12);
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 22px 0 28px;
  padding: 20px 0 0;
}

.download-meta li {
  color: #343b42;
  font-size: 14px;
  padding-left: 18px;
  position: relative;
}

.download-meta li::before {
  background: var(--gold);
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 6px;
}

.download-button {
  min-width: 160px;
  white-space: nowrap;
}

.download-actions {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) minmax(150px, auto);
  margin-top: auto;
  padding-top: 2px;
}

.download-select-label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.download-select-label > span {
  color: var(--cinnabar);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.download-select {
  background: #fff;
  border: 1px solid rgba(18, 20, 24, 0.16);
  border-radius: 3px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 750;
  justify-content: center;
  min-height: 48px;
  min-width: 0;
  padding: 0 44px;
  position: relative;
  text-align: center;
  width: 100%;
}

.download-select span {
  color: var(--cinnabar);
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  min-width: 0;
  overflow-wrap: anywhere;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(2px);
}

.download-select::after {
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%) translateY(2px);
}

.download-select:focus-visible {
  border-color: var(--gold);
  outline: 2px solid rgba(180, 138, 58, 0.26);
  outline-offset: 2px;
}

.download-picker {
  width: 100%;
}

.download-menu {
  max-width: min(320px, calc(100vw - 48px));
  min-width: 100%;
  right: 0;
  width: max-content;
}

.download-menu button {
  overflow-wrap: anywhere;
}

.process-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 42px;
}

.process-grid article {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 24px;
}

.process-grid span {
  color: var(--gold);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.service-list {
  display: grid;
  gap: 16px;
}

.service-list div {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(18, 20, 24, 0.08);
  border-radius: 6px;
  padding: 24px;
}

.route-services .section-head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.route-services #guide .split {
  grid-template-columns: 1fr;
  text-align: center;
}

.route-services #guide .service-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  text-align: center;
  width: 100%;
}

.language-wall {
  display: grid;
  gap: 16px;
  isolation: isolate;
  margin: 46px auto 0;
  max-width: 900px;
  position: relative;
  width: min(100%, 900px);
}

.language-cloud {
  aspect-ratio: 1.38 / 1;
  contain: paint;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.language-cloud::before {
  background:
    radial-gradient(circle at 62% 34%, rgba(180, 138, 58, 0.13), transparent 24%),
    linear-gradient(140deg, rgba(31, 68, 59, 0.11), rgba(246, 245, 241, 0.64) 48%, rgba(141, 36, 48, 0.07));
  clip-path: polygon(
    45% 4%,
    62% 9%,
    77% 21%,
    84% 39%,
    80% 57%,
    68% 73%,
    55% 90%,
    38% 84%,
    24% 72%,
    15% 54%,
    18% 34%,
    29% 17%
  );
  content: "";
  inset: 3% 8% 10%;
  opacity: 0.92;
  position: absolute;
  z-index: 0;
}

.language-cloud span {
  background: none;
  border: 0;
  color: rgba(18, 20, 24, 0.58);
  display: block;
  font-size: 22px;
  font-weight: 720;
  left: 50%;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 0 rgba(246, 245, 241, 0.8);
  top: 50%;
  transition:
    color 320ms ease,
    font-size 320ms ease;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  will-change: transform;
  z-index: 1;
}

.language-cloud .major {
  color: var(--pine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 48px;
  font-weight: 500;
}

.language-cloud span:nth-child(1) {
  left: 35%;
  top: 25%;
}

.language-cloud span:nth-child(2) {
  color: var(--cinnabar);
  font-size: 50px;
  left: 50%;
  top: 42%;
}

.language-cloud span:nth-child(3) {
  color: var(--gold);
  font-size: 44px;
  left: 70%;
  top: 30%;
}

.language-cloud span:nth-child(4) {
  color: var(--navy);
  font-size: 30px;
  left: 27%;
  top: 41%;
}

.language-cloud span:nth-child(5),
.language-cloud span:nth-child(8),
.language-cloud span:nth-child(12) {
  color: rgba(31, 68, 59, 0.72);
  font-size: 24px;
}

.language-cloud span:nth-child(5) {
  font-size: 28px;
  left: 38%;
  top: 56%;
}

.language-cloud span:nth-child(8) {
  left: 24%;
  top: 61%;
}

.language-cloud span:nth-child(12) {
  left: 73%;
  top: 76%;
}

.language-cloud span:nth-child(6),
.language-cloud span:nth-child(10),
.language-cloud span:nth-child(14) {
  color: rgba(141, 36, 48, 0.66);
  font-size: 22px;
}

.language-cloud span:nth-child(6) {
  font-size: 26px;
  left: 57%;
  top: 59%;
}

.language-cloud span:nth-child(7) {
  font-size: 24px;
  left: 72%;
  top: 51%;
}

.language-cloud span:nth-child(10) {
  left: 37%;
  top: 72%;
}

.language-cloud span:nth-child(14) {
  font-size: 22px;
  left: 51%;
  top: 87%;
}

.language-cloud span:nth-child(7),
.language-cloud span:nth-child(11),
.language-cloud span:nth-child(13),
.language-cloud span:nth-child(15) {
  color: rgba(18, 20, 24, 0.46);
  font-size: 20px;
}

.language-cloud span:nth-child(9) {
  color: rgba(180, 138, 58, 0.82);
  font-size: 22px;
  left: 68%;
  top: 65%;
}

.language-cloud span:nth-child(11) {
  font-size: 24px;
  left: 54%;
  top: 76%;
}

.language-cloud span:nth-child(13) {
  font-size: 22px;
  left: 61%;
  top: 22%;
}

.language-cloud span:nth-child(15) {
  font-size: 20px;
  left: 28%;
  top: 83%;
}

.language-wall .more {
  align-self: end;
  color: rgba(31, 68, 59, 0.62);
  display: block;
  font-size: 12px;
  font-weight: 750;
  justify-self: center;
  line-height: 1.35;
  max-width: 320px;
  padding-top: 14px;
  position: relative;
  text-align: center;
  transition: color 320ms ease, font-size 320ms ease, padding 320ms ease;
  width: 70%;
  white-space: normal;
  z-index: 1;
}

.language-wall .more::before {
  background: rgba(180, 138, 58, 0.62);
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 42px;
}

@media (min-width: 901px) {
  .language-wall {
    gap: 16px;
    max-width: 1180px;
    width: min(100%, 1180px);
  }

  .language-cloud {
    align-items: baseline;
    aspect-ratio: auto;
    display: flex;
    flex-wrap: wrap;
    gap: clamp(14px, 1.7vw, 30px) clamp(24px, 3.6vw, 62px);
    justify-content: center;
    min-height: 0;
    padding:
      clamp(34px, 4vw, 58px)
      clamp(24px, 5vw, 78px)
      clamp(26px, 3vw, 42px);
  }

  .language-cloud::before {
    border: 1px solid rgba(180, 138, 58, 0.18);
    border-radius: 6px;
    clip-path: polygon(2% 20%, 13% 7%, 33% 4%, 54% 9%, 76% 4%, 94% 18%, 98% 50%, 91% 78%, 70% 94%, 46% 89%, 25% 96%, 7% 78%);
    inset: 0;
  }

  .language-cloud span,
  .language-cloud span:nth-child(n) {
    display: inline-flex;
    flex: 0 1 auto;
    font-size: clamp(16px, 1.12vw, 22px);
    left: auto;
    line-height: 1.05;
    position: relative;
    top: auto;
    transform: none;
  }

  .language-cloud .major,
  .language-cloud span:nth-child(1),
  .language-cloud span:nth-child(2),
  .language-cloud span:nth-child(3) {
    font-size: clamp(32px, 2.8vw, 48px);
  }

  .language-cloud span:nth-child(4),
  .language-cloud span:nth-child(5),
  .language-cloud span:nth-child(6),
  .language-cloud span:nth-child(7),
  .language-cloud span:nth-child(8),
  .language-cloud span:nth-child(9) {
    font-size: clamp(20px, 1.7vw, 30px);
  }

  .language-wall .more {
    max-width: 560px;
    width: 100%;
  }
}

@media (max-width: 1160px) {
  .download-grid {
    grid-template-columns: 1fr;
  }
}

.contact-section {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(236, 231, 220, 0.76)),
    var(--paper);
  color: var(--ink);
  padding: 96px 44px;
  scroll-margin-top: 118px;
}

.contact-wrap {
  align-items: start;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  min-width: 0;
}

.contact-copy .eyebrow {
  color: var(--cinnabar);
}

.contact-copy p {
  color: var(--muted);
}

.contact-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
  min-width: 0;
}

.contact-item,
.qr-block {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(18, 20, 24, 0.1);
  border-radius: 6px;
  box-shadow: 0 18px 48px rgba(18, 20, 24, 0.06);
  min-width: 0;
  padding: 22px;
}

.contact-item span {
  color: var(--cinnabar);
  display: block;
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.contact-item strong,
.contact-item a {
  display: block;
  font-size: 19px;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.contact-item a:hover,
.contact-item a:focus-visible {
  color: var(--pine);
}

.qr-block {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-column: span 2;
  grid-template-columns: 180px minmax(0, 1fr);
}

.qr-image {
  align-items: center;
  aspect-ratio: 1;
  background: #fff;
  border: 10px solid #fff;
  border-radius: 6px;
  display: block;
  min-width: 180px;
  width: 180px;
}

.qr-block p {
  color: var(--muted);
  font-size: 16px;
}

.site-footer {
  align-items: center;
  background: #f8f6ef;
  border-top: 1px solid rgba(18, 20, 24, 0.1);
  color: #69706f;
  display: flex;
  font-size: 13px;
  gap: 18px;
  justify-content: space-between;
  margin-top: auto;
  padding: 18px 44px;
}

.site-footer span:first-child {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.route-home .hero {
  min-height: calc(100vh - 82px - 62px);
}

.route-contact {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.route-contact main {
  display: flex;
  flex: 1;
}

.route-contact .contact-section {
  align-items: center;
  display: flex;
  flex: 1;
  width: 100%;
}

@media (max-width: 1080px) {
  .site-header {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 18px;
    padding: 14px 24px;
    position: sticky;
  }

  .brand {
    flex: 1 1 auto;
    min-width: 0;
  }

  .nav {
    margin-left: 0;
    order: 3;
    width: 100%;
  }

  .language-badge {
    margin-left: auto;
  }

  .hero {
    gap: 42px;
    grid-template-columns: minmax(0, 1fr) 390px;
    min-height: 690px;
    padding: 96px 24px 58px;
  }

  .hero-content {
    max-width: 680px;
    width: 100%;
  }

  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 38px;
  }

  .section,
  .contact-section,
  .site-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .offer-cards,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .feature,
  .feature.reverse,
  .split,
  .contact-wrap {
    grid-template-columns: 1fr;
  }

  .feature-image {
    max-width: 460px;
  }

  .journey-panel {
    min-height: 0;
    max-width: 640px;
  }

  .landmark-grid,
  .experience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .hero {
    align-items: start;
    gap: 34px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 72px;
  }

  .hero-content {
    justify-self: start;
    max-width: 720px;
  }

  .hero-media {
    max-width: 640px;
    width: 100%;
  }

  .hero-media img {
    aspect-ratio: 16 / 10;
  }
}

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

  .site-header {
    gap: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .language-badge {
    height: 30px;
    min-width: 116px;
  }

  .nav {
    flex-wrap: wrap;
    margin-left: -4px;
    max-width: 100%;
    overflow-x: visible;
    padding-bottom: 0;
    white-space: normal;
  }

  .hero {
    background:
      linear-gradient(135deg, #fbfbf8 0%, #eef3ef 100%),
      var(--paper);
    gap: 28px;
    grid-template-columns: 1fr;
    min-height: 0;
    padding-left: 20px;
    padding-bottom: 64px;
    padding-right: 20px;
    padding-top: 44px;
  }

  .hero-content {
    width: 100%;
  }

  .hero-media {
    grid-row: auto;
  }

  .hero-media img {
    aspect-ratio: 16 / 11;
  }

  .hero-media::before,
  .hero-media figcaption {
    display: none;
  }

  .journey-panel {
    padding: 26px;
  }

  .journey-panel::before {
    left: 26px;
    right: 26px;
  }

  .axis-metric strong {
    font-size: 52px;
  }

  .access-grid {
    grid-template-columns: 1fr;
  }

  .route-steps li {
    gap: 12px;
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .route-steps li > span {
    font-size: 17px;
    height: 38px;
    width: 38px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  .hero-lede,
  .split p,
  .section-head p,
  .feature-copy p,
  .contact-copy p {
    font-size: 17px;
  }

  .proof-grid,
  .landmark-grid,
  .experience-grid,
  .download-grid,
  .hidden-menu-download,
  .process-grid,
  .contact-grid,
  .qr-block {
    grid-template-columns: 1fr;
  }

  .download-grid .download-card:only-child {
    display: flex;
    flex-direction: column;
  }

  .download-card:only-child .download-meta {
    margin: 22px 0 28px;
    padding-top: 20px;
  }

  .download-actions {
    grid-template-columns: 1fr;
  }

  .hidden-menu-download {
    align-items: flex-start;
    flex-direction: column;
  }

  .hidden-menu-download .download-actions {
    width: 100%;
  }

  .language-wall {
    margin-top: 34px;
    max-width: 360px;
  }

  .language-cloud {
    aspect-ratio: 0.78 / 1;
    min-height: 460px;
  }

  .language-cloud::before {
    inset: 1% 3% 11%;
  }

  .language-cloud span,
  .language-cloud span:nth-child(n) {
    font-size: 16px;
    line-height: 1;
    min-height: 0;
    padding: 0;
    transform: translate(-50%, -50%);
  }

  .language-cloud span:nth-child(1) {
    font-size: 30px;
    left: 36%;
    top: 22%;
  }

  .language-cloud span:nth-child(2) {
    font-size: 31px;
    left: 51%;
    top: 38%;
  }

  .language-cloud span:nth-child(3) {
    font-size: 29px;
    left: 69%;
    top: 27%;
  }

  .language-cloud span:nth-child(4) {
    font-size: 22px;
    left: 23%;
    top: 37%;
  }

  .language-cloud span:nth-child(5) {
    font-size: 20px;
    left: 38%;
    top: 52%;
  }

  .language-cloud span:nth-child(6) {
    font-size: 20px;
    left: 64%;
    top: 57%;
  }

  .language-cloud span:nth-child(7) {
    font-size: 18px;
    left: 72%;
    top: 48%;
  }

  .language-cloud span:nth-child(8) {
    font-size: 18px;
    left: 23%;
    top: 59%;
  }

  .language-cloud span:nth-child(9) {
    font-size: 17px;
    left: 68%;
    top: 63%;
  }

  .language-cloud span:nth-child(10) {
    font-size: 18px;
    left: 36%;
    top: 70%;
  }

  .language-cloud span:nth-child(11) {
    font-size: 19px;
    left: 54%;
    top: 74%;
  }

  .language-cloud span:nth-child(12) {
    font-size: 17px;
    left: 77%;
    top: 76%;
  }

  .language-cloud span:nth-child(13) {
    font-size: 18px;
    left: 61%;
    top: 20%;
  }

  .language-cloud span:nth-child(14) {
    font-size: 16px;
    left: 58%;
    top: 85%;
  }

  .language-cloud span:nth-child(15) {
    font-size: 15px;
    left: 24%;
    top: 80%;
  }

  .language-wall .more {
    font-size: 11px;
    padding-top: 12px;
    width: 78%;
  }

  .qr-block {
    grid-column: auto;
  }

  .offer-cards {
    grid-template-columns: 1fr;
  }

  .section,
  .contact-section {
    padding-bottom: 72px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 72px;
    scroll-margin-top: 132px;
  }

  .statement strong {
    font-size: 28px;
  }

  .contact-item strong,
  .contact-item a {
    font-size: 18px;
  }

  .contact-item a[href^="mailto"] {
    font-size: 15px;
    line-height: 1.45;
    white-space: nowrap;
  }

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

@media (max-width: 380px) {
  .site-header,
  .hero,
  .section,
  .contact-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav {
    gap: 12px 16px;
  }
}

.route-home {
  height: 100dvh;
  min-height: 100dvh;
  overflow-y: hidden;
}

.route-home main {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
}

.route-home .hero {
  flex: 1 1 auto;
  gap: clamp(30px, 3vw, 72px);
  min-height: 0;
  padding:
    clamp(26px, 4svh, 72px)
    clamp(24px, 4vw, 64px)
    clamp(24px, 4svh, 58px);
  width: 100%;
}

.route-home .hero-media img {
  height: clamp(360px, 58svh, 620px);
}

.route-home h1 {
  font-size: clamp(46px, 3.25vw, 64px);
}

.route-home .hero-actions {
  margin: clamp(18px, 3svh, 30px) 0;
}

@media (max-width: 1080px) {
  .route-home .hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
    padding-top: clamp(22px, 3svh, 42px);
  }

  .route-home h1 {
    font-size: clamp(40px, 5vw, 52px);
  }

  .route-home .hero-media img {
    height: clamp(320px, 52svh, 520px);
  }
}

@media (max-width: 760px) {
  .route-home .hero {
    align-content: center;
    gap: 18px;
    grid-template-columns: 1fr;
    padding: 16px 20px 18px;
  }

  .route-home .hero-media {
    display: none;
  }

  .route-home h1 {
    font-size: clamp(30px, 9vw, 42px);
    margin-bottom: 12px;
  }

  .route-home .hero-lede {
    font-size: 15px;
  }

  .route-home .hero-actions {
    margin: 16px 0;
  }

  .route-home .proof-grid {
    gap: 8px;
  }

  .route-home .proof-grid strong {
    font-size: 20px;
  }
}
