:root {
  --ink: #18251f;
  --ink-2: #365047;
  --forest: #1f6b56;
  --forest-soft: #dcebe3;
  --river: #4f8a9f;
  --clay: #9f4e34;
  --clay-deep: #7e3929;
  --gold: #c7a24b;
  --gold-soft: #f0dfad;
  --lotus: #fff8e8;
  --paper: #fcfbf4;
  --sand: #f4ead0;
  --stone: #ebe3d0;
  --muted: #6c766f;
  --line: #ded6c4;
  --white: #ffffff;
  --danger: #8f442f;
  --shadow: 0 24px 52px rgba(75, 48, 30, 0.12);
  --shadow-soft: 0 14px 34px rgba(75, 48, 30, 0.08);
  --radius: 8px;
  --radius-sm: 6px;
  --container: 1180px;
}

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

html {
  min-width: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(199, 162, 75, 0.1), transparent 34%),
    linear-gradient(180deg, var(--paper) 0%, #f9f3df 100%);
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "Heiti SC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(45deg, rgba(126, 57, 41, 0.055) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(126, 57, 41, 0.055) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(31, 107, 86, 0.045) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(31, 107, 86, 0.045) 75%);
  background-position: 0 0, 0 11px, 11px -11px, -11px 0;
  background-size: 22px 22px;
  opacity: 0.42;
}

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

a:hover {
  color: var(--forest);
}

a:active,
button:active,
.button:active,
.quick-link:active,
.destination-card:active,
.resource-card:active {
  transform: translateY(1px);
}

a:focus-visible,
button:focus-visible,
.button:focus-visible,
.quick-link:focus-visible,
.destination-card:focus-visible,
.resource-card:focus-visible,
.pill:focus-visible {
  outline: 3px solid rgba(199, 162, 75, 0.58);
  outline-offset: 3px;
}

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

img {
  height: auto;
}

p {
  margin: 0 0 1rem;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(2.35rem, 5.8vw, 4.9rem);
}

h2 {
  font-size: clamp(1.65rem, 3vw, 2.55rem);
}

h3 {
  font-size: clamp(1.12rem, 1.9vw, 1.38rem);
}

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

.topbar {
  color: #fff6df;
  background:
    linear-gradient(90deg, var(--clay-deep), #563025 44%, var(--ink));
  font-size: 13px;
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  gap: 18px;
}

.topbar a {
  color: #fff6df;
  opacity: 0.88;
}

.topbar a:hover {
  color: var(--gold-soft);
  opacity: 1;
}

.language-links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.language-links span {
  color: rgba(255, 246, 223, 0.58);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(252, 251, 244, 0.92);
  border-bottom: 1px solid rgba(126, 57, 41, 0.16);
  backdrop-filter: blur(16px);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  gap: 14px;
  color: var(--ink);
  font-weight: 850;
}

.brand__mark {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  place-items: end center;
  width: 50px;
  height: 50px;
  padding-bottom: 8px;
  border-radius: 999px;
  color: transparent;
  background:
    radial-gradient(circle at 36% 26%, #fff5ca 0 23%, var(--gold) 24% 100%);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.62),
    0 10px 24px rgba(75, 48, 30, 0.16);
  overflow: hidden;
}

.brand__mark::before,
.brand__mark::after {
  position: absolute;
  bottom: 10px;
  content: "";
  background: var(--ink);
}

.brand__mark::before {
  left: 12px;
  width: 26px;
  height: 18px;
  clip-path: polygon(0 100%, 0 54%, 18% 54%, 18% 34%, 35% 34%, 35% 12%, 50% 0, 65% 12%, 65% 34%, 82% 34%, 82% 54%, 100% 54%, 100% 100%);
}

.brand__mark::after {
  right: 8px;
  width: 13px;
  height: 13px;
  opacity: 0.76;
  clip-path: polygon(0 100%, 0 42%, 26% 42%, 50% 0, 74% 42%, 100% 42%, 100% 100%);
}

.brand__sub {
  display: block;
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 4px 20px;
  color: var(--ink-2);
  font-size: 15px;
  font-weight: 800;
}

.nav a {
  position: relative;
  padding: 10px 0;
  border-bottom: 2px solid transparent;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--clay-deep);
  border-bottom-color: var(--gold);
}

.hero {
  position: relative;
  padding: 78px 0 48px;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(252, 251, 244, 0.98) 0%, rgba(250, 241, 218, 0.94) 46%, rgba(216, 232, 222, 0.78) 100%);
}

.hero::before,
.page-hero::before {
  position: absolute;
  inset: auto -28px 0 auto;
  width: min(520px, 62vw);
  height: 220px;
  pointer-events: none;
  content: "";
  background: linear-gradient(135deg, rgba(126, 57, 41, 0.16), rgba(199, 162, 75, 0.18), rgba(31, 107, 86, 0.13));
  clip-path: polygon(0 100%, 0 64%, 9% 64%, 9% 48%, 15% 48%, 15% 35%, 20% 35%, 20% 16%, 24% 0, 28% 16%, 28% 35%, 34% 35%, 34% 56%, 43% 56%, 43% 39%, 48% 39%, 48% 24%, 52% 10%, 56% 24%, 56% 39%, 61% 39%, 61% 56%, 70% 56%, 70% 35%, 76% 35%, 76% 16%, 80% 0, 84% 16%, 84% 35%, 90% 35%, 90% 48%, 96% 48%, 96% 64%, 100% 64%, 100% 100%);
  opacity: 0.78;
}

.hero::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12px;
  content: "";
  background:
    repeating-linear-gradient(90deg, var(--clay-deep) 0 22px, var(--gold) 22px 34px, var(--forest) 34px 46px, transparent 46px 58px);
  opacity: 0.92;
}

.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  align-items: center;
  gap: 54px;
}

.hero__content {
  min-width: 0;
}

.hero__image {
  position: relative;
  min-width: 0;
  margin: 0;
  border: 1px solid rgba(126, 57, 41, 0.22);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero__image::before {
  position: absolute;
  inset: 14px;
  z-index: 1;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(255, 248, 232, 0.78);
  border-radius: var(--radius-sm);
}

.hero__image::after {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 2;
  min-height: 42px;
  padding: 10px 14px;
  content: "ANGKOR · MEKONG · COAST";
  color: #fff8e8;
  background: rgba(24, 37, 31, 0.76);
  border: 1px solid rgba(255, 248, 232, 0.22);
  border-radius: var(--radius-sm);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.hero__image img,
.hero__image svg {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 42%;
}

.hero__badges,
.stat-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero__badges span,
.stat-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(126, 57, 41, 0.18);
  border-radius: 999px;
  color: var(--ink-2);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 8px 20px rgba(75, 48, 30, 0.06);
  font-size: 13px;
  font-weight: 800;
}

.stat-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 34px;
  border: 1px solid rgba(126, 57, 41, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.66);
  overflow: hidden;
}

.stat-strip span {
  display: grid;
  min-height: 82px;
  padding: 16px;
  border: 0;
  border-right: 1px solid rgba(126, 57, 41, 0.14);
  border-radius: 0;
  box-shadow: none;
}

.stat-strip span:last-child {
  border-right: 0;
}

.stat-strip strong {
  display: block;
  color: var(--clay-deep);
  font-size: 1.18rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 10px;
  border: 1px solid rgba(199, 162, 75, 0.46);
  border-radius: 999px;
  color: var(--clay-deep);
  background: rgba(255, 248, 232, 0.82);
  font-size: 12px;
  font-weight: 850;
  gap: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  content: "";
  background: var(--gold);
}

.lead {
  max-width: 68ch;
  margin: 18px 0 0;
  color: var(--ink-2);
  font-size: clamp(1.04rem, 1.8vw, 1.22rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid var(--clay-deep);
  border-radius: var(--radius-sm);
  color: var(--lotus);
  background: linear-gradient(135deg, var(--clay-deep), var(--clay));
  box-shadow: 0 12px 24px rgba(126, 57, 41, 0.18);
  font-weight: 850;
  line-height: 1.2;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  color: var(--white);
  border-color: #6f3022;
  background: linear-gradient(135deg, #6f3022, #8f442f);
  box-shadow: 0 16px 30px rgba(126, 57, 41, 0.22);
  transform: translateY(-1px);
}

.button--secondary,
.button--ghost {
  color: var(--ink);
  background: var(--white);
  border-color: rgba(126, 57, 41, 0.22);
  box-shadow: none;
}

.button--secondary:hover,
.button--ghost:hover {
  color: var(--clay-deep);
  background: var(--lotus);
  border-color: rgba(199, 162, 75, 0.62);
}

.section {
  padding: 76px 0;
}

.section--wash {
  position: relative;
  background:
    linear-gradient(180deg, rgba(220, 235, 227, 0.72), rgba(244, 234, 208, 0.52));
}

.section--wash::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(90deg, rgba(31, 107, 86, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(31, 107, 86, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
}

.section > .container,
.section--wash > .container {
  position: relative;
}

.section__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.section__head p {
  max-width: 62ch;
  margin: 10px 0 0;
  color: var(--muted);
}

.grid-4,
.grid-3,
.grid-2,
.culture-grid {
  display: grid;
  min-width: 0;
  gap: 22px;
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

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

.quick-link,
.destination-card,
.resource-card,
.panel {
  min-width: 0;
  border: 1px solid rgba(126, 57, 41, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
}

.quick-link,
.destination-card,
.resource-card {
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.quick-link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 168px;
  padding: 22px;
  color: var(--ink);
  overflow: hidden;
}

.quick-link::after,
.resource-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 76px;
  height: 52px;
  content: "";
  background:
    linear-gradient(135deg, transparent 0 28%, rgba(199, 162, 75, 0.2) 29% 34%, transparent 35% 62%, rgba(126, 57, 41, 0.14) 63% 68%, transparent 69%),
    repeating-linear-gradient(90deg, rgba(31, 107, 86, 0.1) 0 8px, transparent 8px 16px);
  clip-path: polygon(0 22%, 18% 22%, 18% 0, 38% 0, 38% 22%, 62% 22%, 62% 0, 82% 0, 82% 22%, 100% 22%, 100% 100%, 0 100%);
  z-index: 0;
}

.quick-link > *,
.resource-card > * {
  position: relative;
  z-index: 1;
}

.quick-link:hover,
.destination-card:hover,
.resource-card:hover {
  color: var(--ink);
  border-color: rgba(199, 162, 75, 0.68);
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
}

.quick-link h3,
.destination-card h3,
.resource-card h3 {
  margin-bottom: 6px;
}

.destination-card > h3 {
  padding: 22px 22px 0;
}

.destination-card > p {
  padding: 0 22px 22px;
}

.quick-link p,
.destination-card p,
.resource-card p,
.panel p {
  color: var(--muted);
}

.news-list {
  display: grid;
  gap: 14px;
}

.news-item {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.news-item:last-child {
  border-bottom: 1px solid var(--line);
}

.news-item a {
  font-weight: 850;
}

.news-item a:hover {
  color: var(--forest);
}

.news-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: var(--radius-sm);
  color: var(--clay-deep);
  background: var(--gold-soft);
  font-size: 13px;
  font-weight: 850;
  white-space: nowrap;
}

.destination-card,
.resource-card {
  position: relative;
  overflow: hidden;
}

.destination-card img,
.destination-card svg {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--forest-soft);
}

.destination-card__body,
.resource-card {
  padding: 22px;
}

.resource-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 186px;
}

.resource-card small,
.quick-link small,
.quick-link span {
  color: var(--forest);
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.culture-grid {
  grid-template-columns: 1.2fr 0.8fr;
}

.culture-panel {
  position: relative;
  min-height: 330px;
  padding: 30px;
  color: var(--lotus);
  background:
    linear-gradient(135deg, rgba(24, 37, 31, 0.88), rgba(126, 57, 41, 0.82)),
    url("assets/angkor-hero.svg") center / cover;
  overflow: hidden;
}

.culture-panel h2,
.culture-panel h3,
.culture-panel p {
  position: relative;
  color: var(--lotus);
}

.culture-panel p {
  max-width: 58ch;
  color: rgba(255, 248, 232, 0.82);
}

.culture-panel::after {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 180px;
  height: 82px;
  content: "";
  background: rgba(240, 223, 173, 0.18);
  clip-path: polygon(0 100%, 0 58%, 12% 58%, 12% 38%, 22% 38%, 22% 18%, 28% 0, 34% 18%, 34% 38%, 44% 38%, 44% 58%, 56% 58%, 56% 38%, 66% 38%, 66% 18%, 72% 0, 78% 18%, 78% 38%, 88% 38%, 88% 58%, 100% 58%, 100% 100%);
}

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

.route-list article {
  padding: 18px;
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.82);
}

.route-list h3 {
  margin-bottom: 4px;
}

.panel {
  padding: 26px;
  box-shadow: var(--shadow-soft);
}

.panel > img:first-child {
  width: 100%;
  margin-bottom: 20px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(126, 57, 41, 0.14);
}

.page-hero {
  position: relative;
  padding: 58px 0;
  border-bottom: 1px solid rgba(126, 57, 41, 0.14);
  background:
    linear-gradient(110deg, rgba(252, 251, 244, 0.97), rgba(244, 234, 208, 0.9) 58%, rgba(220, 235, 227, 0.78));
  overflow: hidden;
}

.page-hero::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  content: "";
  background:
    repeating-linear-gradient(90deg, var(--clay-deep) 0 18px, var(--gold) 18px 29px, var(--forest) 29px 40px, transparent 40px 50px);
  opacity: 0.86;
}

.page-hero .container {
  position: relative;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumb a {
  color: var(--ink-2);
  font-weight: 800;
}

.breadcrumb a:hover {
  color: var(--forest);
}

.breadcrumb span + span::before,
.breadcrumb a + span::before,
.breadcrumb a + a::before {
  margin-right: 8px;
  color: #9d8f78;
  content: "/";
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: start;
  gap: 34px;
}

.pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 28px;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 13px;
  border: 1px solid rgba(126, 57, 41, 0.16);
  border-radius: 999px;
  color: var(--ink-2);
  background: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 850;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.pill:hover,
.pill[aria-current="true"],
.pill.is-active {
  color: var(--clay-deep);
  background: var(--gold-soft);
  border-color: rgba(199, 162, 75, 0.66);
}

.footer {
  position: relative;
  padding: 50px 0 30px;
  color: #fff6df;
  background:
    linear-gradient(135deg, #18251f, #40291f 58%, #1e3d34);
  overflow: hidden;
}

.footer::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    repeating-linear-gradient(90deg, rgba(240, 223, 173, 0.09) 0 1px, transparent 1px 52px),
    repeating-linear-gradient(0deg, rgba(240, 223, 173, 0.06) 0 1px, transparent 1px 52px);
}

.footer .container {
  position: relative;
}

.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 0.6fr));
  gap: 28px;
}

.footer h2,
.footer h3 {
  color: var(--white);
}

.footer a {
  color: #fff6df;
}

.footer a:hover {
  color: var(--gold-soft);
}

.footer p,
.footer li {
  color: rgba(255, 246, 223, 0.82);
}

.footer ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
}

.disclaimer {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 246, 223, 0.72);
  font-size: 13px;
}

.image-credit {
  max-width: 76ch;
  margin: 10px 0 0;
  color: rgba(255, 246, 223, 0.66);
  font-size: 12px;
}

.image-credit a {
  color: rgba(255, 246, 223, 0.82);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (prefers-reduced-motion: no-preference) {
  .hero__image,
  .destination-card,
  .quick-link,
  .resource-card {
    animation: reveal-up 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .hero__image {
    animation-delay: 90ms;
  }

  .quick-link:nth-child(2),
  .destination-card:nth-child(2),
  .resource-card:nth-child(2) {
    animation-delay: 80ms;
  }

  .quick-link:nth-child(3),
  .destination-card:nth-child(3),
  .resource-card:nth-child(3) {
    animation-delay: 150ms;
  }

  .quick-link:nth-child(4),
  .destination-card:nth-child(4),
  .resource-card:nth-child(4) {
    animation-delay: 220ms;
  }
}

@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1040px) {
  .hero__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero__image {
    max-width: 760px;
  }

  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .container {
    width: min(100% - 32px, var(--container));
  }

  .topbar__inner,
  .site-header__inner,
  .section__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .topbar__inner {
    justify-content: center;
    padding: 8px 0;
  }

  .site-header__inner {
    min-height: 0;
    padding: 14px 0;
    gap: 12px;
  }

  .brand {
    min-width: 0;
  }

  .nav {
    justify-content: flex-start;
    width: 100%;
    gap: 2px 16px;
  }

  .hero {
    padding: 48px 0 42px;
  }

  .hero__grid,
  .content-layout,
  .culture-grid {
    grid-template-columns: 1fr;
  }

  .hero__grid {
    gap: 32px;
  }

  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-2,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 58px 0;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

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

  .topbar {
    font-size: 12px;
  }

  .language-links {
    white-space: normal;
  }

  .brand {
    gap: 10px;
  }

  .brand__mark {
    width: 42px;
    height: 42px;
  }

  .site-header {
    position: static;
  }

  .nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px 14px;
    font-size: 14px;
  }

  .nav a {
    min-width: 0;
    padding: 7px 0;
  }

  .hero,
  .page-hero {
    padding: 38px 0 42px;
  }

  h1 {
    font-size: clamp(2rem, 12vw, 3.1rem);
  }

  .actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero__badges {
    gap: 8px;
  }

  .stat-strip,
  .grid-4,
  .grid-3,
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .stat-strip span {
    min-height: 68px;
    border-right: 0;
    border-bottom: 1px solid rgba(126, 57, 41, 0.14);
  }

  .stat-strip span:last-child {
    border-bottom: 0;
  }

  .quick-link,
  .resource-card,
  .panel,
  .culture-panel {
    padding: 20px;
  }

  .news-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .news-date {
    white-space: normal;
  }

  .breadcrumb {
    font-size: 13px;
  }

  .pill-row {
    gap: 8px;
  }

  .pill {
    flex: 1 1 auto;
  }
}
