:root {
  --green-950: #082f20;
  --green-900: #123e2a;
  --green-800: #1d5035;
  --green-700: #2f6b3f;
  --green-600: #4f7f43;
  --lime: #a9d54b;
  --lime-soft: #e7f0d4;
  --cream: #f4f0e6;
  --paper: #fffef9;
  --white: #ffffff;
  --ink: #1c2a22;
  --muted: #657169;
  --line: #dce3d7;
  --shadow: 0 18px 50px rgba(18, 62, 42, 0.12);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --container: 1240px;
  --header-height: 82px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 16px); overflow-x: hidden; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 16px;
  transform: translateY(-150%);
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--white);
  background: var(--green-950);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.section { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; padding-block: clamp(70px, 8vw, 112px); }
.muted-section {
  width: 100%;
  margin: 0;
  padding-inline: max(24px, calc((100% - var(--container)) / 2));
  background: var(--cream);
}

.eyebrow {
  margin: 0 0 18px;
  color: #dbe8d4;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .17em;
  line-height: 1.3;
  text-transform: uppercase;
}
.eyebrow::after { content: ""; display: block; width: 42px; height: 2px; margin-top: 12px; background: currentColor; opacity: .55; }
.eyebrow.green { color: var(--green-700); }
.eyebrow.light { color: #cfe0c5; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; color: var(--green-950); line-height: 1.08; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; }
h1 { font-size: clamp(3.8rem, 6.4vw, 7.1rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.25rem, 4.2vw, 4.65rem); }
h3 { margin-bottom: 9px; font-size: 1.05rem; }
em { color: var(--green-700); font-weight: inherit; }
.section-heading { max-width: 820px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow::after { margin-inline: auto; }
.section-heading > p:last-child { max-width: 650px; margin: 0 auto; color: var(--muted); }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: .84rem;
  font-weight: 800;
  line-height: 1.25;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--green-900); box-shadow: 0 10px 24px rgba(18, 62, 42, .17); }
.button-primary:hover { background: var(--green-800); }
.button-lime { color: var(--green-950); background: var(--lime); box-shadow: 0 12px 28px rgba(0, 0, 0, .18); }
.button-lime:hover { background: #b9e45d; }
.button-outline-light { color: var(--white); border-color: rgba(255, 255, 255, .55); background: rgba(0, 0, 0, .12); }
.button-outline-light:hover { border-color: var(--white); background: rgba(255, 255, 255, .1); }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: .85rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.text-link.light { color: var(--white); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  min-height: var(--header-height);
  border-bottom: 1px solid rgba(18, 62, 42, .1);
  background: rgba(255, 254, 249, .96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: box-shadow .25s ease;
}
.site-header.scrolled { box-shadow: 0 10px 28px rgba(8, 47, 32, .1); }
.header-inner {
  width: min(calc(100% - 40px), 1380px);
  min-height: var(--header-height);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 28px;
}
.brand { display: inline-flex; width: 176px; height: 64px; align-items: center; overflow: hidden; }
.brand img { width: 100%; aspect-ratio: 1893 / 875; object-fit: contain; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(16px, 2vw, 28px); }
.desktop-nav a {
  position: relative;
  padding-block: 28px 24px;
  color: #30443a;
  font-size: .75rem;
  font-weight: 700;
  white-space: nowrap;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  inset: auto 50% 18px;
  width: 0;
  height: 2px;
  background: var(--green-700);
  transition: width .2s ease, left .2s ease;
}
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { left: 0; width: 100%; }
.header-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  padding: 10px 17px;
  border-radius: 10px;
  color: var(--white);
  background: var(--green-900);
  font-size: .76rem;
  font-weight: 800;
}
.menu-toggle, .mobile-navigation, .menu-backdrop { display: none; }

.hero { padding-top: var(--header-height); color: var(--white); background: var(--green-950); }
.hero-inner {
  width: min(calc(100% - 48px), 1420px);
  min-height: calc(100svh - var(--header-height) - 104px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: .88fr 1.25fr;
  align-items: center;
  gap: clamp(38px, 5vw, 78px);
  padding-block: clamp(52px, 6vw, 86px);
}
.hero-copy { position: relative; z-index: 2; }
.hero h1 { margin-bottom: 28px; color: var(--white); }
.hero h1 em { color: #d5e6af; }
.hero-lede { max-width: 580px; margin: 0 0 30px; color: #d7e1db; font-size: clamp(1rem, 1.4vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-visual { position: relative; min-width: 0; margin: 0; }
.hero-visual > img {
  width: 100%;
  height: clamp(420px, 60vh, 660px);
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  object-fit: cover;
  object-position: 55% center;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .25);
}
.hero-visual figcaption {
  position: absolute;
  inset: auto auto 28px 28px;
  width: min(330px, calc(100% - 56px));
  padding: 20px 24px;
  border-left: 4px solid var(--lime);
  color: var(--white);
  background: rgba(8, 47, 32, .92);
}
.hero-visual figcaption span { display: block; margin-bottom: 7px; color: #d5e6af; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-visual figcaption strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; line-height: 1.25; }
.hero-points { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255, 255, 255, .16); background: #173e2a; }
.hero-points p {
  min-height: 104px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 22px;
  border-right: 1px solid rgba(255, 255, 255, .15);
  color: #dce7df;
  font-size: .76rem;
  line-height: 1.45;
}
.hero-points p:last-child { border-right: 0; }
.hero-points i { color: #d5e6af; font-size: 1.8rem; }
.hero-points strong { display: block; color: var(--white); font-size: .86rem; }

.overview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.overview-cta {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px;
  border-radius: var(--radius-md);
  color: var(--green-950);
  background: var(--lime-soft);
}
.overview-cta p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem, 2vw, 1.75rem); }
.info-card, .topic-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: 0 8px 24px rgba(18, 62, 42, .06);
}
.info-card { min-height: 215px; padding: 28px; }
.info-card i, .topic-card i {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 50%;
  color: var(--green-800);
  background: var(--lime-soft);
  font-size: 1.25rem;
}
.info-card p, .topic-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 7vw, 94px); }
.split-copy > p:not(.eyebrow) { color: #4e5b53; }
.split-copy .button { margin-top: 12px; }
.split-image { position: relative; margin: 0; }
.split-image img { width: 100%; height: clamp(420px, 48vw, 610px); border-radius: var(--radius-lg); object-fit: cover; box-shadow: var(--shadow); }
.split-image figcaption {
  position: absolute;
  inset: auto 24px 24px;
  padding: 17px 20px;
  border-radius: var(--radius-sm);
  color: var(--green-950);
  background: rgba(255, 254, 249, .93);
  font-size: .9rem;
  font-weight: 700;
}

.session-band { color: var(--white); background: var(--green-950); }
.session-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 8vw, 110px); }
.session-grid h2 { color: var(--white); }
.kicker { margin: 0 0 12px; color: #d5e6af; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; font-style: italic; }
.session-copy p { margin-top: 0; color: #c9d7ce; }
.session-copy .text-link { margin-top: 16px; }

.topics-feature { position: relative; margin-bottom: 22px; }
.topics-feature img {
  width: 100%;
  height: clamp(260px, 32vw, 410px);
  border-radius: var(--radius-lg);
  object-fit: cover;
  object-position: center 52%;
  box-shadow: var(--shadow);
}
.topics-feature p {
  position: absolute;
  inset: auto auto 24px 24px;
  max-width: 360px;
  margin: 0;
  padding: 17px 20px;
  border-radius: var(--radius-sm);
  color: var(--white);
  background: rgba(8, 47, 32, .9);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
}
.topics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.topic-card { min-height: 250px; padding: 26px; }
.info-card:hover, .topic-card:hover { transform: translateY(-5px); border-color: #bdd0b7; box-shadow: var(--shadow); }
.info-card, .topic-card { transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }

.difference .section-heading { max-width: 940px; }
.difference .section-heading h2 em { display: inline; }
.process-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-block: 1px solid #cfd8ca; }
.process-step { position: relative; min-height: 200px; padding: 28px 18px; border-right: 1px solid #cfd8ca; text-align: center; }
.process-step:last-child { border-right: 0; }
.process-step > span { display: block; margin-bottom: 18px; color: var(--muted); font-size: .7rem; font-weight: 800; }
.process-step i { display: block; margin-bottom: 18px; color: var(--green-700); font-size: 2rem; }
.process-step h3 { font-size: .92rem; text-transform: uppercase; letter-spacing: .06em; }

.outcomes-grid { display: grid; grid-template-columns: .82fr 1.05fr 1.05fr; gap: clamp(26px, 4vw, 54px); align-items: stretch; }
.outcomes-image { margin: 0; }
.outcomes-image img { width: 100%; height: 100%; min-height: 480px; border-radius: var(--radius-md); object-fit: cover; object-position: 58% center; }
.takeaways, .workplace-benefits { padding-block: 20px; }
.takeaways h2, .workplace-benefits h2 { font-size: clamp(2rem, 3vw, 3rem); }
.takeaways > p:not(.eyebrow), .workplace-benefits > p:not(.eyebrow) { color: var(--muted); }
.check-list { margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; color: #4d5d53; font-size: .9rem; }
.check-list i { margin-top: 5px; color: var(--green-700); }
.check-list strong { display: block; color: var(--green-950); }
blockquote {
  margin: 30px 0 0;
  padding: 22px 24px;
  border-left: 4px solid var(--lime);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  color: var(--green-950);
  background: var(--lime-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.3;
}

.experience-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(34px, 6vw, 80px); align-items: center; }
.experience-image { position: relative; margin: 0; }
.experience-image img { width: 100%; min-height: 500px; border-radius: var(--radius-md); object-fit: cover; }
.experience-image figcaption { position: absolute; inset: auto auto 24px 24px; padding: 12px 16px; color: var(--white); background: var(--green-950); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.experience-copy > p { color: var(--muted); font-family: Georgia, "Times New Roman", serif; font-size: 1.22rem; }
.experience-copy ol { margin: 26px 0 0; padding: 0; list-style: none; border-top: 1px solid #cad4c5; }
.experience-copy li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 21px 0; border-bottom: 1px solid #cad4c5; }
.experience-copy li span { color: var(--muted); font-size: .75rem; }
.experience-copy li strong { color: var(--green-950); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.12rem, 2vw, 1.55rem); }

.about-strip { color: var(--white); background: var(--green-900); }
.about-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 8vw, 120px); align-items: center; }
.about-brand { padding: 20px; border-radius: var(--radius-md); background: var(--paper); }
.about-brand img { width: 100%; }
.about-copy h2 { color: var(--white); }
.about-copy p:not(.eyebrow) { color: #d7e1db; }

.contact { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(46px, 7vw, 94px); align-items: start; }
.contact-intro > p:not(.eyebrow) { color: var(--muted); }
.contact-details { margin-top: 30px; }
.contact-details > a, .contact-details > div { min-height: 62px; display: flex; align-items: center; gap: 15px; border-top: 1px solid var(--line); }
.contact-details img { width: 24px; height: 24px; }
.contact-details span { display: block; }
.contact-details small { display: block; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-form {
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: var(--shadow);
}
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.field { display: flex; flex-direction: column; }
.field-wide { grid-column: 1 / -1; }
.field label { margin-bottom: 8px; color: var(--green-900); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cad4c5; border-radius: 10px; padding: 13px 14px; color: var(--ink); background: var(--paper); transition: border-color .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 135px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(79, 127, 67, .14); }
.field [aria-invalid="true"] { border-color: #a6362d; }
.field-error { min-height: 21px; color: #a6362d; font-size: .75rem; }
.form-honey { position: absolute; left: -9999px; }
.submit-button { width: 100%; margin-top: 24px; border: 0; cursor: pointer; }
.submit-button:disabled { cursor: wait; opacity: .65; }
.form-status { min-height: 24px; margin: 12px 0 0; text-align: center; font-size: .8rem; }
.form-status.is-error { color: #a6362d; }

.site-footer { color: #d7e1db; background: var(--green-950); }
.footer-main {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.25fr .75fr .85fr 1.15fr;
  gap: clamp(28px, 5vw, 64px);
  padding-block: 64px;
}
.footer-main h2 { margin-bottom: 20px; color: #d5e6af; font-family: inherit; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-brand > a { display: block; max-width: 230px; padding: 12px; border-radius: 12px; background: var(--paper); }
.footer-brand p, .preferred-source p { color: #b9c9bf; font-size: .88rem; }
.footer-links, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links a, .footer-contact a, .footer-contact p { margin: 0; color: #d7e1db; font-size: .83rem; }
.footer-links a:hover, .footer-contact a:hover { color: var(--lime); }
.footer-contact i { width: 18px; color: #d5e6af; }
.preferred-source .button { width: 100%; margin-top: 12px; font-size: .76rem; }
.footer-bottom {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-inline: max(24px, calc((100% - var(--container)) / 2));
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: #9fb1a6;
  font-size: .75rem;
}

.js .reveal { opacity: 0; transform: translateY(22px); }
.js .reveal.visible { opacity: 1; transform: translateY(0); transition: opacity .65s ease, transform .65s ease; }

@media (max-width: 1180px) {
  .desktop-nav { gap: 16px; }
  .desktop-nav a { font-size: .7rem; }
  .header-inner { grid-template-columns: 160px 1fr auto; gap: 18px; }
  .brand { width: 154px; }
  .hero-inner { grid-template-columns: .8fr 1.2fr; }
  .topics-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
  .process-step:nth-child(3) { border-right: 0; }
  .process-step:nth-child(-n+3) { border-bottom: 1px solid #cfd8ca; }
  .footer-main { grid-template-columns: 1.15fr .85fr .95fr; }
  .preferred-source { grid-column: 1 / -1; }
}

@media (max-width: 980px) {
  :root { --header-height: 74px; }
  .header-inner { grid-template-columns: 165px 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle {
    display: inline-grid;
    width: 46px;
    height: 46px;
    place-items: center;
    justify-self: end;
    border: 1px solid var(--line);
    border-radius: 10px;
    color: var(--green-950);
    background: var(--paper);
    cursor: pointer;
    font-size: 1.25rem;
  }
  .menu-close-icon { display: none; }
  .menu-toggle[aria-expanded="true"] .menu-open-icon { display: none; }
  .menu-toggle[aria-expanded="true"] .menu-close-icon { display: block; }
  .mobile-navigation {
    position: fixed;
    z-index: 103;
    top: var(--header-height);
    right: 0;
    bottom: 0;
    width: min(88vw, 390px);
    padding: 28px 24px;
    color: var(--white);
    background: var(--green-950);
    box-shadow: -24px 0 50px rgba(0, 0, 0, .2);
  }
  .mobile-navigation.is-open { display: block; }
  .mobile-navigation nav { display: flex; flex-direction: column; }
  .mobile-navigation nav a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid rgba(255, 255, 255, .12); font-family: Georgia, "Times New Roman", serif; font-size: 1.18rem; }
  .mobile-booking { width: 100%; margin-top: 28px; }
  .menu-backdrop { position: fixed; z-index: 99; inset: var(--header-height) 0 0; background: rgba(0, 0, 0, .5); }
  .menu-backdrop.is-open { display: block; }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; padding-block: 58px; }
  .hero-copy { max-width: 700px; }
  .hero-visual > img { height: min(64vw, 590px); border-radius: var(--radius-lg); }
  .hero-points { grid-template-columns: repeat(2, 1fr); }
  .hero-points p:nth-child(2) { border-right: 0; }
  .hero-points p:nth-child(-n+2) { border-bottom: 1px solid rgba(255, 255, 255, .15); }
  .split-layout, .session-grid, .experience-layout, .about-layout, .contact { grid-template-columns: 1fr; }
  .overview-grid { grid-template-columns: repeat(2, 1fr); }
  .outcomes-grid { grid-template-columns: .8fr 1.2fr; }
  .workplace-benefits { grid-column: 1 / -1; padding-top: 10px; }
  .about-brand { max-width: 460px; }
}

@media (max-width: 720px) {
  .section { width: min(calc(100% - 32px), var(--container)); padding-block: 68px; }
  .muted-section { width: 100%; padding-inline: 16px; }
  .header-inner { width: calc(100% - 28px); grid-template-columns: 150px 1fr auto; }
  .brand { width: 146px; }
  .hero-inner { width: calc(100% - 32px); padding-block: 44px; }
  .hero h1 { font-size: clamp(3.3rem, 17vw, 5.1rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual > img { height: 430px; object-position: 61% center; }
  .hero-visual figcaption { inset: auto 14px 14px; width: auto; padding: 15px 17px; }
  .hero-points { grid-template-columns: 1fr 1fr; }
  .hero-points p { min-height: 112px; align-items: flex-start; justify-content: flex-start; padding: 20px 16px; }
  .overview-grid, .topics-grid, .outcomes-grid, .form-grid { grid-template-columns: 1fr; }
  .overview-cta { align-items: stretch; flex-direction: column; }
  .field-wide, .workplace-benefits { grid-column: auto; }
  .info-card { min-height: 0; }
  .split-image img { height: 430px; }
  .topics-feature img { height: 300px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(3) { border-right: 1px solid #cfd8ca; }
  .process-step:nth-child(2n) { border-right: 0; }
  .process-step:nth-child(-n+4) { border-bottom: 1px solid #cfd8ca; }
  .outcomes-image img { min-height: 360px; }
  .experience-image img { min-height: 380px; }
  .contact-form { padding: 22px; }
  .footer-main { width: calc(100% - 32px); grid-template-columns: 1fr 1fr; }
  .footer-brand, .preferred-source { grid-column: 1 / -1; }
  .footer-bottom { min-height: 0; align-items: flex-start; flex-direction: column; padding-block: 22px; }
}

@media (max-width: 460px) {
  body { font-size: 15px; }
  h2 { font-size: clamp(2.15rem, 12vw, 3rem); }
  .header-inner { grid-template-columns: 140px 1fr auto; }
  .brand { width: 136px; }
  .menu-toggle { width: 44px; height: 44px; }
  .hero h1 { font-size: clamp(3rem, 16vw, 4.35rem); }
  .hero-visual > img { height: 360px; }
  .hero-points { grid-template-columns: 1fr; }
  .hero-points p { min-height: 82px; border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, .15); }
  .hero-points p:last-child { border-bottom: 0; }
  .split-image img { height: 350px; }
  .topics-feature img { height: 250px; }
  .topics-feature p { inset: auto 12px 12px; font-size: 1rem; }
  .process-grid { grid-template-columns: 1fr; border-bottom: 0; }
  .process-step { min-height: 130px; border-right: 0; border-bottom: 1px solid #cfd8ca; }
  .process-step:nth-child(3) { border-right: 0; }
  .outcomes-image img, .experience-image img { min-height: 320px; }
  .experience-copy li { grid-template-columns: 34px 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand, .preferred-source { grid-column: auto; }
}

@media (max-height: 500px) and (orientation: landscape) {
  .hero-inner { grid-template-columns: .9fr 1.1fr; padding-block: 28px; }
  .hero h1 { font-size: clamp(2.6rem, 7vw, 4rem); margin-bottom: 16px; }
  .hero-lede { margin-bottom: 18px; font-size: .9rem; }
  .hero-visual > img { height: 360px; }
  .hero-points p { min-height: 76px; }
  .mobile-navigation { overflow-y: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .js .reveal { opacity: 1; transform: none; }
}

@supports not (backdrop-filter: blur(14px)) {
  .site-header { background: var(--paper); }
}
