:root {
  color-scheme: dark;
  --bg: #050b0a;
  --bg-2: #071210;
  --panel: rgba(10, 22, 20, 0.82);
  --panel-strong: rgba(8, 16, 15, 0.94);
  --accent: #5fb83d;
  --accent-2: #1f8f78;
  --gold: #cbb555;
  --text: #f3eed1;
  --muted: #b8c8be;
  --quiet: #7f9188;
  --border: rgba(95, 184, 61, 0.25);
  --border-soft: rgba(184, 200, 190, 0.12);
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.42);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(31, 143, 120, 0.16), transparent 26rem),
    linear-gradient(180deg, var(--bg), var(--bg-2) 38%, #030706 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  min-height: 74px;
  padding: 14px clamp(18px, 4vw, 46px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(5, 11, 10, 0.58);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(5, 11, 10, 0.88);
  border-color: var(--border-soft);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.25);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--text);
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  filter: drop-shadow(0 0 22px rgba(95, 184, 61, 0.2));
}

.brand span {
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  color: var(--text);
}

.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
}

.nav-cta {
  padding: 10px 16px !important;
  color: #08110f !important;
  background: linear-gradient(135deg, var(--accent), #91d06e);
  border-radius: var(--radius);
  box-shadow: 0 12px 24px rgba(95, 184, 61, 0.16);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  background: rgba(10, 22, 20, 0.78);
  color: var(--text);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 19px;
  height: 2px;
  margin: 4px auto;
  background: var(--text);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: min(820px, 84svh);
  padding: 120px clamp(20px, 6vw, 72px) 72px;
  display: flex;
  align-items: center;
  isolation: isolate;
  background-image:
    linear-gradient(90deg, rgba(5, 11, 10, 0.78), rgba(5, 11, 10, 0.42) 42%, rgba(5, 11, 10, 0.72)),
    linear-gradient(180deg, rgba(5, 11, 10, 0.18), rgba(5, 11, 10, 0.92)),
    url("../../viridian_roleplay_social_media_kit/ChatGPT%20Image%20Jun%2018%2C%202026%2C%2001_02_56%20PM.png");
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid var(--border-soft);
}

.page-hero {
  position: relative;
  min-height: 480px;
  padding: 150px clamp(20px, 6vw, 72px) 72px;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  background-image:
    linear-gradient(90deg, rgba(5, 11, 10, 0.82), rgba(5, 11, 10, 0.52) 46%, rgba(5, 11, 10, 0.76)),
    linear-gradient(180deg, rgba(5, 11, 10, 0.18), rgba(5, 11, 10, 0.96)),
    url("../../viridian_roleplay_social_media_kit/ChatGPT%20Image%20Jun%2018%2C%202026%2C%2001_02_56%20PM.png");
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid var(--border-soft);
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 120px);
  pointer-events: none;
}

.page-hero-content {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.page-hero h1 {
  max-width: 900px;
  margin-bottom: 16px;
  font-size: clamp(3rem, 7vw, 6.5rem);
  line-height: 0.92;
}

.page-hero p {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(1.04rem, 2vw, 1.26rem);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(5, 11, 10, 0), rgba(5, 11, 10, 0.96) 96%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 120px);
  pointer-events: none;
}

.hero-content {
  width: min(720px, 100%);
  margin-top: 24px;
}

.hero-logo {
  width: clamp(138px, 20vw, 214px);
  margin-bottom: 20px;
  filter: drop-shadow(0 22px 52px rgba(0, 0, 0, 0.68));
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(95, 184, 61, 0.62);
}

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

h1 {
  max-width: 10ch;
  margin-bottom: 12px;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 11vw, 8.4rem);
  line-height: 0.82;
  letter-spacing: 0;
  text-shadow: 0 16px 34px rgba(0, 0, 0, 0.55);
}

h2 {
  margin-bottom: 16px;
  color: var(--text);
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  color: var(--text);
  font-size: 1.12rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 680px;
  margin-bottom: 10px;
  color: var(--text);
  font-size: clamp(1.18rem, 2.4vw, 1.65rem);
  font-weight: 750;
}

.hero-copy {
  max-width: 610px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 1.04rem;
}

.hero-actions,
.center-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 850;
  line-height: 1.1;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

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

.button-primary {
  color: #08110f;
  background: linear-gradient(135deg, var(--accent), #9dd87b);
  box-shadow: 0 20px 42px rgba(95, 184, 61, 0.18);
}

.button-secondary {
  color: var(--text);
  background: rgba(10, 22, 20, 0.76);
  border-color: var(--border);
  backdrop-filter: blur(16px);
}

.button-disabled {
  color: rgba(243, 238, 209, 0.62);
  background: rgba(184, 200, 190, 0.08);
  border-color: rgba(184, 200, 190, 0.14);
  cursor: not-allowed;
}

.button-disabled:hover {
  transform: none;
}

.action-strip {
  position: relative;
  z-index: 5;
  width: min(var(--max), calc(100% - 40px));
  margin: -28px auto 0;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  background: rgba(8, 16, 15, 0.9);
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.action-strip a {
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 12px;
  color: var(--muted);
  border: 1px solid rgba(184, 200, 190, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.025);
  font-weight: 850;
  text-align: center;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.action-strip a:hover,
.action-strip a:focus-visible {
  color: var(--text);
  border-color: var(--border);
  background: rgba(95, 184, 61, 0.08);
}

.section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(76px, 10vw, 124px) 0 0;
}

.section.no-top {
  padding-top: clamp(52px, 7vw, 82px);
}

.section-heading {
  max-width: 860px;
  margin-bottom: 34px;
}

.section-heading p,
.join-copy p,
.final-cta p,
.site-footer p {
  color: var(--muted);
}

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

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

.info-card,
.department-card,
.apply-card,
.rule-card,
.timeline-item,
.faq-item {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(10, 22, 20, 0.86), rgba(7, 18, 16, 0.72));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.info-card,
.department-card,
.apply-card {
  min-height: 100%;
  padding: 24px;
  transition: transform 170ms ease, border-color 170ms ease, background 170ms ease;
}

.info-card:hover,
.department-card:hover,
.apply-card:hover,
.gallery-card:hover {
  transform: translateY(-4px);
  border-color: var(--border);
}

.card-index {
  display: inline-block;
  margin-bottom: 44px;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 900;
}

.info-card p,
.department-card p,
.apply-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.text-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 18px;
  color: var(--gold);
  font-size: 0.92rem;
  font-weight: 900;
  transition: color 160ms ease;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--text);
}

.section-split {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(340px, 1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.section-split .section-heading {
  position: sticky;
  top: 112px;
}

.timeline {
  position: relative;
  display: grid;
  gap: 12px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 15px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(95, 184, 61, 0.56), transparent);
}

.timeline-item {
  position: relative;
  padding: 18px 18px 18px 48px;
}

.timeline-item::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 10px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--accent-2);
  border: 2px solid var(--bg);
  box-shadow: 0 0 0 4px rgba(31, 143, 120, 0.18);
}

.timeline-item div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.timeline-item h3 {
  margin-bottom: 0;
}

.status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 10px;
  border: 1px solid var(--border-soft);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.status.active {
  color: #eaffde;
  border-color: rgba(95, 184, 61, 0.38);
  background: rgba(95, 184, 61, 0.12);
}

.status.build {
  color: #ddfff8;
  border-color: rgba(31, 143, 120, 0.42);
  background: rgba(31, 143, 120, 0.14);
}

.status.planned {
  color: #fff5c4;
  border-color: rgba(203, 181, 85, 0.34);
  background: rgba(203, 181, 85, 0.11);
}

.status.soon,
.status.tba {
  color: rgba(243, 238, 209, 0.82);
}

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

.card-mark {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  place-items: center;
  border: 1px solid rgba(203, 181, 85, 0.3);
  border-radius: var(--radius);
  color: var(--gold);
  background: rgba(203, 181, 85, 0.08);
  font-size: 0.82rem;
  font-weight: 950;
}

.department-card .status {
  margin-top: 22px;
}

.join-early {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 70px);
  align-items: center;
}

.image-panel {
  min-height: 520px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(5, 11, 10, 0.08), rgba(5, 11, 10, 0.92)),
    linear-gradient(135deg, rgba(31, 143, 120, 0.12), transparent 46%),
    url("../../viridian_roleplay_social_media_kit/ChatGPT%20Image%20Jun%2018%2C%202026%2C%2001_02_56%20PM.png");
  background-position: left center;
  background-size: cover;
  box-shadow: var(--shadow);
}

.image-panel span,
.gallery-card span {
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.image-panel p {
  max-width: 440px;
  margin-bottom: 0;
  color: var(--muted);
}

.bullet-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 26px 0 28px;
}

.bullet-grid span,
.feature-chip {
  position: relative;
  min-height: 58px;
  padding: 16px 16px 16px 42px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  background: rgba(10, 22, 20, 0.7);
  color: var(--text);
  font-weight: 780;
}

.bullet-grid span::before,
.feature-chip::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 16px rgba(95, 184, 61, 0.42);
}

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

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

.gallery-card {
  min-height: 246px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(5, 11, 10, 0.05), rgba(5, 11, 10, 0.9)),
    linear-gradient(135deg, rgba(31, 143, 120, 0.16), rgba(203, 181, 85, 0.08)),
    rgba(10, 22, 20, 0.86);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
  transition: transform 170ms ease, border-color 170ms ease;
}

.gallery-card:nth-child(2),
.gallery-card:nth-child(5) {
  background:
    linear-gradient(180deg, rgba(5, 11, 10, 0.04), rgba(5, 11, 10, 0.9)),
    linear-gradient(135deg, rgba(203, 181, 85, 0.12), rgba(31, 143, 120, 0.1)),
    rgba(10, 22, 20, 0.86);
}

.gallery-card:nth-child(3),
.gallery-card:nth-child(6) {
  background:
    linear-gradient(180deg, rgba(5, 11, 10, 0.04), rgba(5, 11, 10, 0.9)),
    linear-gradient(135deg, rgba(184, 200, 190, 0.1), rgba(31, 143, 120, 0.14)),
    rgba(10, 22, 20, 0.86);
}

.gallery-card h3 {
  max-width: 360px;
  margin-bottom: 0;
}

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

.apply-card p {
  flex: 1;
  margin-bottom: 22px;
}

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

.rule-card {
  min-height: 86px;
  padding: 20px;
  display: grid;
  align-items: center;
  color: var(--text);
  font-weight: 850;
}

.center-action {
  justify-content: center;
  margin-top: 22px;
}

.faq-section {
  max-width: 940px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-question {
  width: 100%;
  min-height: 68px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 0;
  color: var(--text);
  background: transparent;
  font-weight: 880;
  text-align: left;
  cursor: pointer;
}

.faq-icon {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--border-soft);
  border-radius: 50%;
  color: var(--accent);
  transition: transform 160ms ease;
}

.faq-item.is-open .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 180ms ease;
}

.faq-answer > p {
  overflow: hidden;
  margin: 0;
  padding: 0 20px;
  color: var(--muted);
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer > p {
  padding-bottom: 20px;
}

.final-cta {
  position: relative;
  margin-top: clamp(76px, 10vw, 124px);
  padding: clamp(88px, 12vw, 150px) clamp(20px, 6vw, 72px);
  isolation: isolate;
  background-image:
    linear-gradient(90deg, rgba(5, 11, 10, 0.82), rgba(5, 11, 10, 0.5)),
    linear-gradient(180deg, rgba(5, 11, 10, 0.1), rgba(5, 11, 10, 0.96)),
    url("../../viridian_roleplay_social_media_kit/ChatGPT%20Image%20Jun%2018%2C%202026%2C%2001_02_56%20PM.png");
  background-position: center bottom;
  background-size: cover;
  border-top: 1px solid var(--border-soft);
  border-bottom: 1px solid var(--border-soft);
}

.final-cta-content {
  width: min(760px, 100%);
  margin: 0 auto;
  text-align: center;
}

.final-cta-content .section-kicker,
.final-cta-content .hero-actions {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.final-cta-content p {
  max-width: 620px;
  margin: 0 auto 26px;
}

.site-footer {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 44px 0;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.footer-brand img {
  border-radius: 50%;
}

.footer-brand h2 {
  margin-bottom: 4px;
  font-size: 1.2rem;
}

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

.footer-links,
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 18px;
}

.footer-links a,
.footer-social a {
  color: var(--muted);
  font-weight: 760;
  transition: color 160ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-social a:hover,
.footer-social a:focus-visible {
  color: var(--text);
}

.footer-note {
  padding-top: 22px;
  border-top: 1px solid var(--border-soft);
  font-size: 0.9rem;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

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

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1120px) {
  .department-grid,
  .feature-grid,
  .card-grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-split,
  .join-early {
    grid-template-columns: 1fr;
  }

  .section-split .section-heading {
    position: static;
  }

  .image-panel {
    min-height: 430px;
  }
}

@media (max-width: 860px) {
  .site-header {
    min-height: 68px;
  }

  .brand span {
    max-width: 48vw;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 68px 12px auto;
    display: none;
    padding: 14px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    background: rgba(5, 11, 10, 0.96);
    border: 1px solid var(--border-soft);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px !important;
  }

  .nav-cta {
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding-top: 102px;
  }

  .action-strip,
  .card-grid,
  .gallery-grid,
  .rule-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding-left: 14px;
    padding-right: 14px;
  }

  .section,
  .site-footer {
    width: min(100% - 28px, var(--max));
  }

  .hero {
    padding-left: 16px;
    padding-right: 16px;
    background-position: center top;
  }

  .hero-logo {
    width: 128px;
  }

  h1 {
    font-size: clamp(3.2rem, 18vw, 5rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }

  .hero-actions,
  .center-action {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .action-strip {
    width: min(100% - 28px, var(--max));
  }

  .timeline-item div {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .department-grid,
  .feature-grid,
  .card-grid.four,
  .bullet-grid {
    grid-template-columns: 1fr;
  }

  .image-panel {
    min-height: 360px;
    padding: 20px;
  }

  .footer-brand {
    align-items: flex-start;
  }
}
