:root {
  --ink: #142f29;
  --ink-2: #0e211d;
  --forest: #285e4f;
  --sage: #88a995;
  --mist: #dfeae1;
  --paper: #f8f3ea;
  --cream: #fff9ef;
  --white: #ffffff;
  --coral: #ca6f60;
  --gold: #d6a64a;
  --blue: #5b90a7;
  --gray: #64726e;
  --line: #d9ded8;
  --shadow: 0 20px 50px rgba(20, 47, 41, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Aptos, "Segoe UI", Arial, "Noto Sans SC", "Microsoft YaHei", sans-serif;
  line-height: 1.6;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 42px;
  color: var(--cream);
  background: rgba(20, 47, 41, 0.96);
  box-shadow: 0 10px 30px rgba(14, 33, 29, 0.18);
  transition: background 180ms ease, box-shadow 180ms ease, padding 180ms ease;
}

.site-header.is-scrolled {
  padding: 12px 42px;
  background: rgba(14, 33, 29, 0.98);
  box-shadow: 0 12px 34px rgba(14, 33, 29, 0.22);
}

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

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 249, 239, 0.45);
  border-radius: 50%;
  color: var(--cream);
  font-family: Georgia, serif;
  font-size: 20px;
}

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

.brand small {
  color: rgba(255, 249, 239, 0.75);
  font-size: 12px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  color: rgba(255, 249, 239, 0.84);
  font-size: 14px;
}

.nav a {
  padding: 8px 0;
}

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

.language-switcher {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(255, 249, 239, 0.34);
  border-radius: 999px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.08);
}

.language-switcher button {
  min-width: 42px;
  border: 0;
  border-radius: 999px;
  padding: 8px 10px;
  color: rgba(255, 249, 239, 0.82);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}

.language-switcher button[aria-pressed="true"] {
  color: var(--ink);
  background: var(--gold);
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--gold);
  border-radius: 999px;
  padding: 12px 20px;
  color: var(--ink);
  background: var(--gold);
  font-weight: 700;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button.secondary {
  color: var(--cream);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 249, 239, 0.55);
}

.button.secondary:hover {
  background: rgba(255, 255, 255, 0.16);
}

.button.secondary.dark {
  color: var(--forest);
  background: rgba(20, 47, 41, 0.04);
  border-color: rgba(20, 47, 41, 0.22);
}

.button.secondary.dark:hover {
  background: rgba(20, 47, 41, 0.08);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--cream);
  background: var(--ink);
}

.hero-image,
.hero-scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: 68% center;
}

.hero-scrim {
  background: linear-gradient(90deg, rgba(14, 33, 29, 0.96) 0%, rgba(20, 47, 41, 0.86) 48%, rgba(20, 47, 41, 0.24) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(780px, calc(100% - 40px));
  margin-left: clamp(24px, 7vw, 92px);
  padding-top: 86px;
}

.eyebrow,
.section-label {
  margin: 0 0 18px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: "Aptos Display", Aptos, "Segoe UI", "Noto Sans SC", sans-serif;
  font-size: clamp(48px, 6.4vw, 84px);
  line-height: 1.05;
}

.hero-copy {
  max-width: 720px;
  margin: 28px 0 0;
  color: rgba(255, 249, 239, 0.88);
  font-size: clamp(18px, 2vw, 24px);
}

.hero-quote {
  max-width: 680px;
  margin: 26px 0 0;
  border-left: 4px solid var(--gold);
  padding: 14px 0 14px 22px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.2;
}

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

.section {
  padding: 96px clamp(24px, 6vw, 82px);
}

.two-column,
.split-image,
.training-layout,
.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: clamp(32px, 7vw, 88px);
  align-items: start;
}

h2 {
  margin: 0;
  font-family: "Aptos Display", Aptos, "Segoe UI", "Noto Sans SC", sans-serif;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.08;
}

.page-title {
  margin: 0;
  font-family: "Aptos Display", Aptos, "Segoe UI", "Noto Sans SC", sans-serif;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.05;
}

h3 {
  margin: 0 0 14px;
  color: var(--forest);
  font-family: "Aptos Display", Aptos, "Segoe UI", "Noto Sans SC", sans-serif;
  font-size: 22px;
}

p {
  color: var(--gray);
  font-size: 18px;
}

.narrative {
  max-width: 680px;
  border-left: 3px solid var(--gold);
  padding-left: 28px;
}

.story-photo-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.story-photo-strip img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(20, 47, 41, 0.1);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.75fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 46px;
}

.story,
.warm {
  background: var(--cream);
}

.practical {
  background: var(--paper);
}

.card-grid,
.step-grid,
.about-cards,
.location-facts,
.location-gallery {
  display: grid;
  gap: 18px;
}

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

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

.card-grid article,
.step-grid article,
.about-cards article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  padding: 26px;
  box-shadow: 0 14px 34px rgba(20, 47, 41, 0.08);
}

.starter-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: start;
  margin-top: 26px;
  border: 1px solid rgba(20, 47, 41, 0.12);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 36px);
  background: rgba(255, 249, 239, 0.72);
  box-shadow: 0 14px 34px rgba(20, 47, 41, 0.07);
}

.starter-panel h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
}

.starter-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: starter;
}

.starter-steps li {
  counter-increment: starter;
  display: grid;
  grid-template-columns: 44px minmax(0, 0.32fr) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border-bottom: 1px solid rgba(20, 47, 41, 0.1);
  padding: 0 0 12px;
}

.starter-steps li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.starter-steps li::before {
  content: counter(starter);
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--ink);
  background: var(--gold);
  font-weight: 900;
}

.starter-steps strong {
  color: var(--forest);
  font-size: 20px;
}

.starter-steps span {
  color: var(--gray);
  font-size: 16px;
}

.step-grid span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 800;
}

.split-image {
  align-items: center;
  background: var(--ink);
  color: var(--cream);
}

.split-image p,
.split-image li {
  color: rgba(255, 249, 239, 0.78);
}

.split-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.plain-list {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding-left: 22px;
  font-size: 17px;
}

.resource-section {
  background: var(--cream);
}

.resource-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.resource-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 14px 34px rgba(20, 47, 41, 0.08);
}

.resource-grid span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.resource-grid h3 {
  font-size: 21px;
}

.resource-grid p {
  margin-bottom: 0;
  font-size: 16px;
}

.resource-note {
  margin: 26px 0 0;
  color: var(--forest);
  font-size: 15px;
  font-weight: 800;
}

.section-actions {
  margin-top: 26px;
}

.training {
  color: var(--cream);
  background: var(--ink);
}

.training p {
  color: rgba(255, 249, 239, 0.72);
}

.training-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.training-list article {
  min-height: 96px;
  border: 1px solid rgba(255, 249, 239, 0.14);
  border-radius: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.training-list strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 20px;
}

.training-list span {
  color: rgba(255, 249, 239, 0.78);
}

.candidate-section {
  background: var(--paper);
}

.location-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: center;
  margin-bottom: 28px;
}

.location-panel img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.address-label {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 800;
}

.location-disclaimer {
  display: inline-block;
  margin-top: 18px;
  color: var(--forest);
  font-size: 15px;
  font-weight: 800;
}

.location-facts {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 28px 0;
}

.location-facts article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(20, 47, 41, 0.08);
}

.location-facts strong {
  display: block;
  color: var(--forest);
  font-size: 20px;
}

.location-facts span {
  display: block;
  margin-top: 10px;
  color: var(--gray);
  font-size: 14px;
}

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

.location-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}

.quote-section {
  background:
    linear-gradient(90deg, rgba(20, 47, 41, 0.95), rgba(20, 47, 41, 0.72)),
    url("assets/media/image3.jpeg") center / cover;
}

.quote-panel {
  width: min(980px, 100%);
  margin: 0 auto;
  color: var(--cream);
  text-align: center;
}

.quote-panel blockquote {
  margin: 0;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
  font-size: clamp(36px, 6vw, 72px);
  line-height: 1.1;
}

.quote-panel p {
  max-width: 720px;
  margin: 28px auto 0;
  color: rgba(255, 249, 239, 0.82);
}

.share-section {
  background: var(--cream);
}

.share-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: center;
}

.secondary-share {
  margin-top: 48px;
}

.share-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(24px, 4vw, 36px);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
}

.interaction-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.interaction-options button {
  border: 1px solid rgba(20, 47, 41, 0.16);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--forest);
  background: rgba(255, 255, 255, 0.64);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
}

.interaction-options button.is-active {
  color: var(--ink);
  background: var(--gold);
  border-color: var(--gold);
}

.interaction-note {
  margin-top: 18px;
  color: var(--forest);
  font-size: 14px;
  font-weight: 800;
}

.interaction-form {
  display: grid;
  gap: 14px;
}

.hidden-field {
  display: none;
}

.interaction-form label {
  color: var(--forest);
  font-size: 13px;
  font-weight: 800;
}

.interaction-form input,
.interaction-form textarea {
  display: block;
  width: 100%;
  margin-top: 7px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

.share-card-label {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 800;
}

.share-card textarea {
  display: block;
  width: 100%;
  min-height: 172px;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
  color: var(--ink);
  background: var(--paper);
  font: inherit;
  font-size: 16px;
  line-height: 1.6;
}

.share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.share-status {
  margin: 14px 0 0;
  color: var(--forest);
  font-size: 14px;
  font-weight: 800;
}

.featured-stories-section {
  background: var(--paper);
}

.featured-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.featured-story-grid article {
  border: 1px solid rgba(20, 47, 41, 0.12);
  border-radius: 8px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 16px 34px rgba(20, 47, 41, 0.08);
}

.featured-story-grid span {
  display: inline-flex;
  margin-bottom: 16px;
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--coral);
  background: rgba(202, 111, 96, 0.1);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-story-grid h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.featured-story-grid p {
  margin: 0;
  color: var(--gray);
  font-size: 16px;
}

.featured-actions {
  margin-top: 22px;
}

.comments-section {
  padding-top: 82px;
  padding-bottom: 82px;
  background:
    linear-gradient(180deg, rgba(248, 243, 234, 0.98), rgba(223, 234, 225, 0.72)),
    url("assets/media/image3.jpeg") center / cover;
}

.comments-section .section-head {
  max-width: 1080px;
  grid-template-columns: minmax(0, 0.74fr) minmax(320px, 0.86fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  margin: 0 auto 28px;
}

.comments-section h2 {
  max-width: 620px;
  font-size: clamp(32px, 4vw, 54px);
}

.comments-section .section-head p {
  max-width: 620px;
  margin: 26px 0 0;
  color: var(--ink);
  font-size: 17px;
}

.comments-card {
  width: min(980px, 100%);
  margin: 0 auto;
  border: 1px solid rgba(20, 47, 41, 0.12);
  border-radius: 8px;
  padding: clamp(14px, 2vw, 22px);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 40px rgba(20, 47, 41, 0.12);
}

.comment-guidance {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(20, 47, 41, 0.1);
  padding-bottom: 14px;
}

.comment-guidance p {
  margin: 0;
  color: var(--forest);
  font-size: 15px;
}

.comment-type-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.comment-type-pills span {
  border: 1px solid rgba(40, 94, 79, 0.18);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--forest);
  background: rgba(223, 234, 225, 0.45);
  font-size: 13px;
  font-weight: 900;
}

.comment-guidance a {
  color: var(--coral);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.submission-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0 14px;
}

.privacy-note {
  margin: 0 0 16px;
  border-left: 3px solid rgba(202, 111, 96, 0.72);
  padding: 4px 0 4px 12px;
  color: var(--gray);
  font-size: 14px;
  line-height: 1.7;
}

.comments-lazy-note {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  border: 1px solid rgba(40, 94, 79, 0.16);
  border-radius: 8px;
  padding: 18px;
  background: rgba(223, 234, 225, 0.35);
}

.comments-lazy-note p {
  margin: 0;
  color: var(--forest);
  font-size: 15px;
  font-weight: 700;
}

.comments-lazy-note.is-hidden {
  display: none;
}

.comments-placeholder {
  margin-bottom: 24px;
  border: 1px dashed rgba(40, 94, 79, 0.28);
  border-radius: 8px;
  padding: 24px;
  background: rgba(223, 234, 225, 0.42);
}

.comments-placeholder h3 {
  margin-bottom: 8px;
}

.comments-placeholder p {
  margin: 0;
  color: var(--forest);
  font-size: 16px;
}

.comments-placeholder.is-hidden {
  display: none;
}

#community_thread {
  overflow: hidden;
  border-radius: 8px;
}

#community_thread .giscus,
#community_thread iframe {
  display: block;
  width: 100%;
}

.comments-preview-section .comments-card {
  max-width: 760px;
}

.stories-page {
  background: var(--paper);
}

.stories-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.68fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  min-height: 78vh;
  padding-top: 140px;
  background:
    linear-gradient(90deg, rgba(248, 243, 234, 0.96), rgba(223, 234, 225, 0.78)),
    url("assets/media/image13.jpeg") center / cover;
}

.stories-hero h1 {
  max-width: 760px;
  margin-bottom: 20px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
  font-size: clamp(46px, 6vw, 82px);
  line-height: 0.98;
}

.stories-hero p:not(.eyebrow) {
  max-width: 720px;
  color: var(--forest);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}

.stories-hero img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 24px 60px rgba(20, 47, 41, 0.18);
}

.notes-hero {
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.74fr);
  min-height: 68vh;
}

.notes-hero h1 {
  max-width: 640px;
  font-size: clamp(42px, 4.8vw, 68px);
  line-height: 1.05;
}

.notes-hero p:not(.eyebrow) {
  max-width: 680px;
  font-size: clamp(17px, 1.6vw, 20px);
}

.privacy-section {
  background: var(--ink);
  color: var(--cream);
}

.privacy-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: start;
}

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

.privacy-list article {
  border: 1px solid rgba(255, 249, 239, 0.14);
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
}

.privacy-list h3 {
  color: var(--gold);
}

.privacy-list p {
  margin-bottom: 0;
  color: rgba(255, 249, 239, 0.78);
  font-size: 16px;
}

.about {
  background:
    linear-gradient(180deg, rgba(248, 243, 234, 0.96), rgba(255, 249, 239, 0.94)),
    url("assets/media/image2.jpeg") center / cover;
}

.about-intro {
  position: sticky;
  top: 104px;
}

.about-intro .quote {
  margin-top: 28px;
  border-left: 4px solid var(--coral);
  padding: 18px 0 18px 24px;
  color: var(--forest);
  font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.2;
}

.about-story {
  border: 1px solid rgba(20, 47, 41, 0.1);
  border-radius: 8px;
  padding: clamp(28px, 4vw, 44px);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 44px rgba(20, 47, 41, 0.08);
}

.about-story p:first-child {
  margin-top: 0;
}

.about-story p:last-child,
.about-cards p:last-child {
  margin-bottom: 0;
}

.about-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.about-cards ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
  color: var(--gray);
  font-size: 17px;
}

.about-closing {
  max-width: 900px;
  margin: 44px auto 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", "Noto Serif SC", serif;
  font-size: clamp(22px, 2.6vw, 34px);
  line-height: 1.45;
  text-align: center;
}

.site-note {
  margin: 28px auto 0;
  color: var(--forest);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.updates-section {
  background: var(--paper);
}

.updates-list {
  display: grid;
  max-width: 1080px;
  margin: 0 auto;
  border-top: 1px solid rgba(20, 47, 41, 0.16);
}

.updates-list article {
  display: grid;
  grid-template-columns: 180px minmax(0, 0.7fr) minmax(0, 1fr);
  gap: 24px;
  align-items: baseline;
  border-bottom: 1px solid rgba(20, 47, 41, 0.16);
  padding: 22px 0;
}

.updates-list time {
  color: var(--coral);
  font-size: 13px;
  font-weight: 800;
}

.updates-list h3 {
  margin: 0;
  font-size: 21px;
}

.updates-list p {
  margin: 0;
  font-size: 16px;
}

.footer {
  padding: 28px clamp(24px, 6vw, 82px);
  color: rgba(255, 249, 239, 0.76);
  background: var(--ink-2);
  font-size: 13px;
  text-align: center;
}

.thank-you-page {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(20, 47, 41, 0.96), rgba(20, 47, 41, 0.72)),
    url("assets/media/image.jpeg") center / cover;
}

.thank-you {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px;
}

.thank-you-card {
  width: min(720px, 100%);
  border-radius: 8px;
  padding: clamp(32px, 6vw, 64px);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.thank-you-card h1 {
  margin: 0;
  font-family: "Aptos Display", Aptos, "Segoe UI", "Noto Sans SC", sans-serif;
  font-size: clamp(38px, 6vw, 64px);
  line-height: 1;
}

.thank-you-card .button {
  margin-top: 18px;
}

@media (max-width: 1080px) {
  .site-header {
    align-items: flex-start;
    padding: 14px 20px;
  }

  .nav {
    max-width: 520px;
    gap: 10px 16px;
  }

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

@media (max-width: 860px) {
  .site-header {
    flex-wrap: wrap;
    gap: 10px 14px;
  }

  .nav {
    order: 3;
    display: flex;
    width: 100%;
    max-width: none;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    padding: 2px 0 4px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

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

  .nav a {
    flex: 0 0 auto;
    border: 1px solid rgba(255, 249, 239, 0.2);
    border-radius: 999px;
    padding: 7px 10px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 12px;
    font-weight: 800;
  }

  .brand {
    min-width: 0;
  }

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

  .hero {
    min-height: 820px;
    align-items: flex-start;
  }

  .hero-content {
    width: 100%;
    margin: 0;
    padding: 168px 24px 0;
  }

  .hero-scrim {
    background: linear-gradient(180deg, rgba(14, 33, 29, 0.96) 0%, rgba(20, 47, 41, 0.84) 52%, rgba(20, 47, 41, 0.28) 100%);
  }

  .hero-image {
    object-position: 62% center;
  }

  .two-column,
  .split-image,
  .training-layout,
  .location-panel,
  .share-panel,
  .stories-hero,
  .about-layout,
  .starter-panel,
  .privacy-panel,
  .section-head {
    grid-template-columns: 1fr;
  }

  .card-grid,
  .step-grid,
  .training-list,
    .story-photo-strip,
    .resource-grid,
    .featured-story-grid,
    .about-cards,
    .location-facts,
    .location-gallery {
    grid-template-columns: 1fr;
  }

  .about-intro {
    position: static;
  }

  .section {
    padding: 72px 22px;
  }

  .updates-list article {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 20px 0;
  }

  .starter-steps li {
    grid-template-columns: 40px 1fr;
    align-items: start;
  }

  .starter-steps span {
    grid-column: 2;
  }

  .comments-section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .comments-section .section-head {
    margin-bottom: 22px;
  }

  .comments-card {
    padding: 12px;
  }

  .comments-lazy-note {
    align-items: stretch;
    flex-direction: column;
  }

  .comments-lazy-note .button {
    width: 100%;
  }

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

@media (max-width: 560px) {
  .site-header {
    gap: 10px;
  }

  .brand small {
    display: none;
  }

  .language-switcher button {
    min-width: 36px;
    padding: 7px 8px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-actions .button {
    width: 100%;
  }

  h2 {
    font-size: 34px;
  }
}
