:root {
  --navy: #102a43;
  --navy-deep: #071b2d;
  --blue-soft: #36546d;
  --gold: #c9923c;
  --gold-soft: #e6c37a;
  --cream: #fff8ec;
  --cream-deep: #f3e4cf;
  --sunrise: #f7c99b;
  --ink: #263746;
  --muted: #66788a;
  --white: #fffdf8;
  --line: rgba(16, 42, 67, 0.16);
  --shadow: 0 20px 50px rgba(16, 42, 67, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, var(--cream) 0%, #fffdf8 42%, #f8efe2 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

body.home-page {
  min-height: 100vh;
  color: var(--navy);
  background: var(--cream);
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 52px);
  background: rgba(255, 248, 236, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.main-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 13px;
  color: var(--blue-soft);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.active {
  color: var(--navy-deep);
  background: rgba(201, 146, 60, 0.16);
  outline: none;
}

.lock-icon {
  margin-left: 0.28rem;
}

.home-page .site-header {
  position: absolute;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 248, 236, 0.9), rgba(255, 248, 236, 0));
  border-bottom: 0;
  backdrop-filter: none;
}

.home-page .brand {
  color: var(--navy);
  text-shadow: 0 1px 16px rgba(255, 248, 236, 0.72);
}

.home-page .main-nav a {
  color: var(--navy);
  background: transparent;
  border-radius: 0;
  padding-inline: 4px;
}

.home-page .main-nav a:hover,
.home-page .main-nav a:focus-visible,
.home-page .main-nav a.active {
  color: var(--gold);
  background: transparent;
  box-shadow: inset 0 -2px 0 var(--gold);
}

.hero {
  height: clamp(540px, 76vh, 680px);
  display: grid;
  align-items: end;
  padding: clamp(72px, 12vw, 132px) clamp(20px, 5vw, 72px);
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 27, 45, 0.88) 0%, rgba(7, 27, 45, 0.58) 45%, rgba(7, 27, 45, 0.18) 100%),
    linear-gradient(0deg, rgba(7, 27, 45, 0.62) 0%, rgba(7, 27, 45, 0) 55%),
    url("assets/hero-journeys-beyond-words-reference-style.png") center / cover no-repeat;
}

.home-hero {
  position: relative;
  min-height: 100vh;
  height: auto;
  align-items: center;
  overflow: hidden;
  padding: clamp(118px, 14vw, 160px) clamp(22px, 6vw, 92px) clamp(170px, 18vw, 220px);
  background:
    linear-gradient(90deg, rgba(255, 248, 236, 0.28) 0%, rgba(255, 248, 236, 0.16) 40%, rgba(255, 248, 236, 0.03) 100%),
    linear-gradient(0deg, rgba(255, 240, 206, 0.34) 0%, rgba(255, 248, 236, 0.02) 46%, rgba(255, 248, 236, 0.5) 100%),
    url("assets/lp-sunrise-river.jpg") center / cover no-repeat;
}

.hero__content {
  width: min(820px, 100%);
}

.home-hero .hero__content {
  position: relative;
  z-index: 1;
  padding: clamp(24px, 4vw, 42px) clamp(22px, 4.5vw, 52px);
  transform: translateY(clamp(-68px, -5vw, -34px));
}

.home-hero .hero__content::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  border-left: 2px solid rgba(201, 146, 60, 0.34);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(255, 248, 236, 0.82) 0%, rgba(255, 248, 236, 0.62) 58%, rgba(255, 248, 236, 0.1) 100%);
  box-shadow: 0 22px 62px rgba(92, 64, 31, 0.08);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.12;
  letter-spacing: 0;
}

.hero h1 {
  color: var(--navy);
  font-size: clamp(3rem, 7.4vw, 6.25rem);
  max-width: 12ch;
  text-wrap: balance;
}

.hero__subtitle {
  max-width: 700px;
  margin: 24px 0 0;
  color: var(--blue-soft);
  font-size: clamp(1.08rem, 2vw, 1.48rem);
  line-height: 1.5;
}

.language-line {
  display: inline-flex;
  max-width: 100%;
  margin: 28px 0 0;
  border: 1px solid rgba(230, 195, 122, 0.5);
  border-radius: 999px;
  padding: 10px 16px;
  color: #fff4d8;
  background: rgba(7, 27, 45, 0.38);
  font-size: clamp(0.92rem, 1.8vw, 1.05rem);
  font-weight: 700;
  line-height: 1.35;
}

.home-page .language-line {
  border: 0;
  border-radius: 0;
  padding: 0;
  color: #9c6b21;
  background: transparent;
  font-size: clamp(0.93rem, 1.4vw, 1.08rem);
}

.hello-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  width: min(100%, 760px);
  margin: 26px 0 0;
}

.hello-item {
  min-height: 72px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 4px;
  border-top: 1px solid rgba(201, 146, 60, 0.22);
  padding-top: 10px;
  text-align: center;
}

.hello-item span {
  color: rgba(16, 42, 67, 0.68);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hello-item strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.86rem, 1.2vw, 1rem);
  font-weight: 600;
}

.hello-item.sign-placeholder strong {
  width: 58px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(201, 146, 60, 0.38);
  border-radius: 5px;
  color: rgba(16, 42, 67, 0.52);
  background: rgba(255, 253, 248, 0.42);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.sign-item img {
  width: 58px;
  height: 44px;
  border: 1px solid rgba(201, 146, 60, 0.22);
  border-radius: 5px;
  background: rgba(255, 253, 248, 0.58);
  object-fit: cover;
  object-position: center;
}

.hero__welcome {
  max-width: 740px;
  margin: clamp(32px, 4.6vw, 48px) 0 0;
  color: rgba(16, 42, 67, 0.84);
  font-size: clamp(0.98rem, 1.45vw, 1.12rem);
  line-height: 1.82;
}

.story-ribbon {
  position: absolute;
  right: clamp(18px, 5vw, 82px);
  bottom: clamp(20px, 4vw, 42px);
  left: clamp(18px, 5vw, 82px);
  z-index: 1;
  height: clamp(132px, 16vw, 198px);
  display: grid;
  grid-template-columns: 1.18fr 1fr 0.78fr 1.1fr 1fr;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 16px 44px rgba(16, 42, 67, 0.15);
}

.story-ribbon::before,
.story-ribbon::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 16%;
  content: "";
  pointer-events: none;
}

.story-ribbon::before {
  left: 0;
  background: linear-gradient(90deg, rgba(16, 42, 67, 0.22), transparent);
}

.story-ribbon::after {
  right: 0;
  background: linear-gradient(270deg, rgba(16, 42, 67, 0.2), transparent);
}

.story-ribbon figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.story-ribbon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.94) contrast(0.96) brightness(1.03);
  transition: filter 260ms ease, transform 420ms ease;
}

.story-ribbon figure + figure {
  border-left: 1px solid rgba(255, 248, 236, 0.45);
}

.story-ribbon figure:hover img,
.story-ribbon figure:focus-within img {
  filter: saturate(0.98) contrast(0.98) brightness(1.08);
  transform: scale(1.015);
}

.story-ribbon figcaption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 8px;
  z-index: 2;
  color: rgba(255, 253, 248, 0.94);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
  opacity: 0;
  text-shadow: 0 1px 12px rgba(7, 27, 45, 0.58);
  transform: translateY(4px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.story-ribbon figure:hover figcaption,
.story-ribbon figure:focus-within figcaption {
  opacity: 1;
  transform: translateY(0);
}

.story-ribbon figure:nth-child(1) img {
  object-position: center 65%;
}

.story-ribbon figure:nth-child(2) img {
  object-position: center 70%;
}

.story-ribbon figure:nth-child(3) img {
  object-position: center 75%;
}

.story-ribbon figure:nth-child(4) img {
  object-position: center 65%;
}

.story-ribbon figure:nth-child(5) img {
  object-position: center 70%;
}

.connect-section {
  padding: clamp(46px, 7vw, 82px) 0;
  background:
    radial-gradient(circle at top right, rgba(230, 195, 122, 0.16), transparent 34%),
    linear-gradient(180deg, #fff8ec 0%, #fffdf8 100%);
}

.connect-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: start;
  border-top: 1px solid rgba(201, 146, 60, 0.26);
  padding-top: clamp(26px, 4vw, 42px);
}

.connect-panel h2 {
  max-width: 720px;
  font-size: clamp(1.55rem, 3vw, 2.5rem);
}

.connect-panel p:not(.section-label) {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--blue-soft);
  font-size: 1.04rem;
}

.connect-contact {
  display: grid;
  gap: 6px;
  border-left: 2px solid rgba(201, 146, 60, 0.34);
  padding-left: clamp(18px, 3vw, 26px);
  color: var(--blue-soft);
  font-style: normal;
}

.connect-contact strong {
  margin-top: 8px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
}

.connect-contact a {
  color: #9c6b21;
  font-weight: 800;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.connect-contact a:hover,
.connect-contact a:focus-visible {
  text-decoration: underline;
  outline: none;
}

.content-wrap {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.content-wrap.narrow {
  width: min(820px, calc(100% - 40px));
}

.page-intro p,
.text-panel p,
.lock-panel p {
  margin: 16px 0 0;
}

.page-intro {
  padding: clamp(64px, 11vw, 120px) 0 clamp(36px, 6vw, 70px);
  background:
    radial-gradient(circle at top right, rgba(247, 201, 155, 0.45), transparent 34%),
    linear-gradient(180deg, #fff8ec 0%, #fffdf8 100%);
  border-bottom: 1px solid var(--line);
}

.page-intro h1 {
  max-width: 850px;
  font-size: clamp(2.15rem, 5vw, 4.2rem);
  text-wrap: balance;
}

.page-intro p:not(.eyebrow) {
  max-width: 720px;
  color: var(--blue-soft);
  font-size: 1.08rem;
}

.about-intro {
  background:
    radial-gradient(circle at top right, rgba(230, 195, 122, 0.28), transparent 36%),
    linear-gradient(180deg, #fff8ec 0%, #fffdf8 100%);
}

.about-timeline {
  position: relative;
  display: grid;
  gap: clamp(44px, 7vw, 78px);
  padding: clamp(54px, 8vw, 96px) 0 clamp(58px, 9vw, 104px);
}

.about-timeline::before {
  position: absolute;
  top: clamp(60px, 8vw, 100px);
  bottom: clamp(64px, 8vw, 96px);
  left: 9px;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(201, 146, 60, 0.42) 8%, rgba(201, 146, 60, 0.24) 92%, transparent);
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: clamp(22px, 4vw, 40px);
}

.timeline-marker {
  width: 19px;
  height: 19px;
  margin-top: 9px;
  border: 1px solid rgba(201, 146, 60, 0.58);
  border-radius: 50%;
  background: var(--cream);
  box-shadow: inset 0 0 0 5px rgba(201, 146, 60, 0.12);
}

.timeline-content {
  max-width: 920px;
}

.timeline-content h2,
.reflection-card h2 {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
}

.timeline-content p:not(.section-label),
.reflection-card p:not(.section-label),
.pathways-card p {
  margin: 14px 0 0;
  color: var(--blue-soft);
  font-size: 1.03rem;
}

.section-label {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.resource-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 4px;
}

.resource-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(16, 42, 67, 0.16);
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--navy);
  background: rgba(255, 253, 248, 0.68);
  font-weight: 700;
  text-decoration: none;
}

.resource-link span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 600;
}

.mission-photo {
  margin: clamp(22px, 4vw, 36px) 0 0;
}

.mission-photo img,
.poster-photo img {
  width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 16px 38px rgba(16, 42, 67, 0.09);
}

.mission-photo figcaption {
  margin-top: 10px;
  color: rgba(16, 42, 67, 0.64);
  font-size: 0.84rem;
  font-style: italic;
  line-height: 1.45;
}

.mission-photo-large img {
  max-height: 620px;
  object-fit: contain;
  background: rgba(255, 253, 248, 0.58);
}

.split-story {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(280px, 0.72fr);
  align-items: start;
  gap: clamp(24px, 5vw, 56px);
}

.split-story .mission-photo {
  margin-top: 0;
}

.pull-quote {
  max-width: 850px;
  margin: 0 0 0 clamp(42px, 7vw, 72px);
  padding: clamp(12px, 2vw, 20px) 0 clamp(12px, 2vw, 20px) clamp(22px, 3vw, 34px);
  border-left: 2px solid rgba(201, 146, 60, 0.48);
}

.pull-quote blockquote {
  margin: 0;
  color: rgba(16, 42, 67, 0.82);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3.4vw, 2.7rem);
  font-style: italic;
  line-height: 1.36;
}

.pull-quote-compact blockquote {
  font-size: clamp(1.35rem, 2.7vw, 2.15rem);
}

.reflection-card,
.pathways-card,
.language-access-card {
  border: 1px solid rgba(201, 146, 60, 0.22);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 16px 38px rgba(16, 42, 67, 0.07);
}

.reflection-card {
  padding: clamp(24px, 4vw, 38px);
}

.language-access-card {
  padding: clamp(22px, 4vw, 34px);
}

.language-access-story {
  align-items: start;
}

.language-access-photo img {
  max-height: 520px;
  object-position: center 42%;
}

.language-access-card p {
  color: var(--blue-soft);
}

.language-access-highlight {
  margin: 24px 0 0;
  border-left: 2px solid rgba(201, 146, 60, 0.55);
  padding: 8px 0 8px 16px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.45;
}

.language-access-more {
  margin-top: 24px;
  border-top: 1px solid rgba(201, 146, 60, 0.24);
}

.language-access-more summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  color: var(--navy);
  cursor: pointer;
  list-style: none;
}

.language-access-more summary::-webkit-details-marker {
  display: none;
}

.language-access-more summary span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
}

.language-access-more summary strong {
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.language-access-more-body {
  padding-top: 18px;
  animation: softReveal 220ms ease-out;
}

.pathways-card {
  margin-top: clamp(24px, 4vw, 38px);
  overflow: hidden;
}

.pathways-card summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 66px;
  padding: 18px clamp(20px, 4vw, 34px);
  color: var(--navy);
  cursor: pointer;
  list-style: none;
}

.pathways-card summary::-webkit-details-marker {
  display: none;
}

.pathways-card summary span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.4vw, 1.7rem);
}

.pathways-card summary strong {
  color: var(--gold);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pathways-card[open] summary {
  border-bottom: 1px solid rgba(16, 42, 67, 0.12);
}

.pathways-card-body {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 38px);
  padding: clamp(22px, 4vw, 36px);
  animation: softReveal 220ms ease-out;
}

.poster-photo {
  margin: 0;
}

.pathways-card h3 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.pathways-card h3 + p {
  margin-bottom: 24px;
}

.student-doc-placeholder {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  width: min(100%, 520px);
  margin: 6px 0 34px;
  padding: 16px 18px;
  border: 1px solid rgba(201, 146, 60, 0.28);
  border-radius: 8px;
  background: rgba(255, 250, 238, 0.62);
  color: var(--navy);
}

.doc-icon {
  position: relative;
  width: 24px;
  height: 30px;
  border: 1.5px solid rgba(201, 146, 60, 0.72);
  border-radius: 4px;
}

.doc-icon::before {
  position: absolute;
  top: -1.5px;
  right: -1.5px;
  width: 9px;
  height: 9px;
  border-left: 1.5px solid rgba(201, 146, 60, 0.72);
  border-bottom: 1.5px solid rgba(201, 146, 60, 0.72);
  border-radius: 0 4px 0 2px;
  background: rgba(255, 250, 238, 0.95);
  content: "";
}

.student-doc-placeholder span {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
}

.student-doc-placeholder strong {
  display: block;
  margin-bottom: 3px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.student-doc-placeholder p {
  margin: 6px 0 0;
  color: rgba(16, 42, 67, 0.72);
  font-size: 0.93rem;
}

.student-doc-placeholder em {
  justify-self: end;
  color: rgba(16, 42, 67, 0.58);
  font-size: 0.72rem;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mb-cdi-divider {
  width: 100%;
  margin: 12px 0 28px;
  border: 0;
  border-top: 1px solid rgba(201, 146, 60, 0.28);
}

.cdi-ribbon {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin: 16px 0 24px;
  padding: 10px;
  border: 1px solid rgba(201, 146, 60, 0.16);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.7);
}

.cdi-ribbon img {
  width: 100%;
  height: 78px;
  padding: 8px;
  border-radius: 6px;
  background: rgba(249, 242, 226, 0.78);
  object-fit: contain;
}

.mb-cdi-adaptation-panel {
  margin-top: 22px;
}

.mb-cdi-adaptation-panel summary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid rgba(201, 146, 60, 0.32);
  border-radius: 999px;
  color: var(--navy);
  background: rgba(255, 250, 238, 0.7);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  list-style: none;
}

.mb-cdi-adaptation-panel summary::-webkit-details-marker {
  display: none;
}

.mb-cdi-adaptation-panel summary::after {
  color: #9c6b21;
  content: "→";
  font-family: Arial, sans-serif;
  font-size: 0.92rem;
}

.mb-cdi-adaptation-panel[open] summary::after {
  transform: rotate(90deg);
}

.mb-cdi-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 18px);
  margin-top: 18px;
  animation: softReveal 220ms ease-out;
}

.mb-cdi-resource-grid article,
.mb-cdi-category-card {
  display: grid;
  align-content: start;
  min-height: 190px;
  padding: clamp(16px, 2.5vw, 22px);
  border: 1px solid rgba(201, 146, 60, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.8), rgba(255, 248, 236, 0.66)),
    linear-gradient(rgba(16, 42, 67, 0.035) 1px, transparent 1px);
  background-size: auto, 100% 26px;
}

.mb-cdi-category-card {
  overflow: visible;
}

.mb-cdi-category-card[open] {
  grid-column: 1 / -1;
}

.mb-cdi-category-card summary {
  display: grid;
  align-content: start;
  cursor: pointer;
  list-style: none;
}

.mb-cdi-category-card summary::-webkit-details-marker {
  display: none;
}

.mb-cdi-resource-grid span,
.mb-cdi-category-card span {
  color: #9c6b21;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mb-cdi-resource-grid strong,
.mb-cdi-category-card strong {
  margin-top: 10px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.02rem, 1.8vw, 1.28rem);
  line-height: 1.22;
}

.mb-cdi-resource-grid p,
.mb-cdi-category-card p {
  margin-top: 10px;
  color: var(--blue-soft);
  font-size: 0.9rem;
  line-height: 1.5;
}

.mb-cdi-category-body {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(201, 146, 60, 0.22);
  animation: softReveal 220ms ease-out;
}

.mb-cdi-category-body h4 {
  margin: 0 0 16px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.42rem);
}

.mb-cdi-category-list {
  column-count: 3;
  column-gap: clamp(18px, 4vw, 42px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.mb-cdi-category-list li {
  break-inside: avoid;
  margin: 0 0 9px;
  padding-left: 14px;
  color: var(--blue-soft);
  font-size: 0.92rem;
  line-height: 1.45;
  position: relative;
}

.mb-cdi-category-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(201, 146, 60, 0.68);
  content: "";
}

.mb-cdi-resource-note {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(16, 42, 67, 0.1);
  font-style: italic;
}

.mb-cdi-resource-link {
  align-self: end;
  justify-self: start;
  margin-top: 16px;
  color: #9c6b21;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.mb-cdi-resource-link:hover,
.mb-cdi-resource-link:focus-visible {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 4px;
}

@keyframes softReveal {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

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

.section-stack {
  display: grid;
  gap: 18px;
  padding: clamp(42px, 7vw, 78px) 0;
}

.text-panel,
.placeholder-card,
.lock-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: var(--shadow);
}

.text-panel {
  padding: clamp(24px, 4vw, 36px);
}

.text-panel h2 {
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.text-panel p {
  color: var(--blue-soft);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: clamp(42px, 7vw, 78px) 0;
}

.team-profile {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
}

.partner-profile {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
}

.partner-profile.image-right {
  grid-template-columns: minmax(0, 1fr) minmax(150px, 210px);
}

.partner-profile.image-right .partner-logo-panel {
  grid-column: 2;
  grid-row: 1;
}

.partner-profile.image-right .team-profile-copy {
  grid-column: 1;
  grid-row: 1;
}

.team-portrait {
  margin: 0;
}

.team-portrait img {
  display: block;
  width: 100%;
  height: 240px;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(16, 42, 67, 0.12);
  object-fit: cover;
  object-position: center 38%;
}

.team-profile-copy {
  max-width: 720px;
}

.team-profile-copy h2 {
  margin-top: 6px;
}

.partner-logo-panel {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 18px;
  min-height: 190px;
  margin: 0;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(201, 146, 60, 0.18);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 250, 238, 0.88), rgba(255, 253, 248, 0.68));
}

.partner-logo-wordmark {
  width: min(100%, 180px);
  height: auto;
  border-radius: 6px;
}

.lfch-profile {
  grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
}

.lfch-logo-panel {
  background: linear-gradient(145deg, rgba(255, 253, 248, 0.92), rgba(255, 250, 238, 0.72));
}

.partner-logo-lfch {
  width: min(100%, 175px);
  height: auto;
}

.team-read-more {
  margin-top: 24px;
  border-top: 1px solid rgba(201, 146, 60, 0.28);
}

.team-read-more summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0 4px;
  color: var(--navy);
  cursor: pointer;
  list-style: none;
}

.team-read-more summary::-webkit-details-marker {
  display: none;
}

.team-read-more summary span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
}

.team-read-more summary strong {
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.team-read-more-body {
  padding-top: 14px;
  animation: softReveal 220ms ease-out;
}

.team-read-more-body p {
  margin-bottom: 16px;
}

.coordination-panel {
  grid-column: 1 / -1;
}

.coordination-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 4vw, 34px);
  margin-top: 18px;
}

.coordination-grid section {
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid rgba(201, 146, 60, 0.2);
  border-radius: 8px;
  background: rgba(255, 250, 238, 0.52);
}

.coordination-photo {
  margin: 0 0 16px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(201, 146, 60, 0.18);
  background: rgba(255, 253, 248, 0.78);
}

.coordination-photo img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.coordination-photo--profile {
  width: min(100%, 190px);
  min-height: 240px;
  display: grid;
  align-items: stretch;
  justify-self: center;
}

.coordination-photo--profile img {
  height: 240px;
  box-shadow: 0 18px 40px rgba(16, 42, 67, 0.1);
}

.coordination-grid section:nth-child(odd) .coordination-photo--profile {
  justify-self: start;
}

.coordination-grid section:nth-child(even) .coordination-photo--profile {
  justify-self: end;
}

.coordination-photo--portrait img {
  object-position: center 36%;
}

.coordination-photo--clinical img {
  object-position: center 48%;
}

.coordination-photo--julie-lyons img {
  object-position: center 32%;
}

.coordination-photo--placeholder {
  place-items: center;
  min-height: 240px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.82), rgba(255, 248, 236, 0.7)),
    radial-gradient(circle at 50% 38%, rgba(201, 146, 60, 0.11), transparent 34%);
}

.coordination-photo--placeholder span {
  max-width: 14ch;
  color: rgba(16, 42, 67, 0.58);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
}

.coordination-grid h3 {
  margin: 6px 0 10px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
}

.coordination-grid p {
  margin-bottom: 6px;
}

.education-partner {
  grid-column: 1 / -1;
}

.partner-acknowledgement {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(201, 146, 60, 0.22);
}

.education-logo {
  display: grid;
  place-items: center;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(201, 146, 60, 0.18);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.74);
}

.education-logo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.partner-acknowledgement p {
  margin-bottom: 0;
}

.future {
  background: linear-gradient(145deg, rgba(16, 42, 67, 0.06), rgba(230, 195, 122, 0.18));
}

.hub-intro {
  background:
    linear-gradient(rgba(7, 27, 45, 0.72), rgba(7, 27, 45, 0.64)),
    url("assets/hero-journeys-beyond-words-reference-style.png") center 42% / cover no-repeat;
}

.hub-intro h1,
.hub-intro p:not(.eyebrow) {
  color: var(--white);
}

.hub-experience {
  padding: clamp(46px, 7vw, 86px) 0 clamp(62px, 9vw, 110px);
}

.hub-group + .hub-group {
  margin-top: clamp(58px, 9vw, 104px);
}

.hub-group-heading {
  max-width: 760px;
  margin-bottom: clamp(22px, 4vw, 38px);
}

.hub-group-heading h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.hub-group-heading p:not(.section-label) {
  margin: 14px 0 0;
  color: var(--blue-soft);
  font-size: 1.04rem;
}

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

.hub-group:first-child > .hub-card-grid > .hub-card {
  grid-column: 1 / -1;
  min-height: 390px;
}

.hub-card {
  position: relative;
  min-height: 330px;
  display: grid;
  align-content: end;
  overflow: hidden;
  border: 1px solid rgba(16, 42, 67, 0.12);
  border-radius: 10px;
  background:
    radial-gradient(circle at top left, rgba(230, 195, 122, 0.2), transparent 42%),
    rgba(255, 253, 248, 0.82);
  box-shadow: 0 18px 42px rgba(16, 42, 67, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.hub-card:hover,
.hub-card:focus-visible {
  border-color: rgba(201, 146, 60, 0.38);
  box-shadow: 0 22px 48px rgba(16, 42, 67, 0.12);
  outline: none;
  transform: translateY(-4px);
}

.hub-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 54%;
  content: "";
  background: linear-gradient(180deg, rgba(255, 253, 248, 0), rgba(255, 253, 248, 0.94) 64%);
  pointer-events: none;
}

.hub-card-copy {
  position: relative;
  z-index: 1;
  padding: clamp(20px, 3vw, 28px);
}

.hub-card-copy h3 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 2.5vw, 1.72rem);
  line-height: 1.18;
}

.hub-group:first-child > .hub-card-grid .hub-card-copy h3,
.hub-group:first-child > .hub-card-grid .journey-card-label h3 {
  font-size: clamp(1.12rem, 2vw, 1.42rem);
}

.hub-card-copy p {
  margin: 12px 0 0;
  color: var(--blue-soft);
  line-height: 1.62;
}

.card-kicker {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hub-subtitle {
  color: rgba(16, 42, 67, 0.68);
  font-size: 0.88rem;
  font-weight: 700;
}

.hub-card-media,
.school-photo-grid {
  position: absolute;
  inset: 0;
}

.hub-card-media img,
.school-photo-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hub-card-media img {
  object-position: center;
}

.feature-card {
  min-height: 380px;
}

.feature-card::after,
.photo-card::after {
  height: 68%;
}

.map-card,
.ipad-card,
.partnership-card,
.language-card,
.literacy-card {
  align-content: center;
}

.map-card::after,
.ipad-card::after,
.partnership-card::after,
.language-card::after,
.literacy-card::after {
  display: none;
}

.journey-places {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 0;
  border-radius: inherit;
  overflow: hidden;
  opacity: 0.98;
}

.journey-places::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 50% 44%, rgba(201, 146, 60, 0.12), transparent 22%),
    linear-gradient(90deg, transparent 0%, rgba(255, 248, 236, 0.26) 48%, rgba(255, 248, 236, 0.22) 52%, transparent 100%);
  pointer-events: none;
}

.journey-places figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: rgba(255, 253, 248, 0.7);
}

.journey-places img {
  width: 100%;
  height: 100%;
  display: block;
  filter: contrast(1.04) brightness(1.03);
  object-fit: cover;
}

.journey-places figure:first-child img {
  object-position: center 54%;
}

.journey-places figure:nth-child(2) img {
  object-position: center 58%;
}

.journey-path {
  position: absolute;
  left: clamp(44px, 5.6%, 70px);
  right: clamp(152px, 20%, 240px);
  top: 22%;
  z-index: 1;
  height: 172px;
  background: transparent;
}

.journey-path svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.journey-path path {
  fill: none;
  stroke: rgba(201, 146, 60, 0.52);
  stroke-width: 1.4;
  vector-effect: non-scaling-stroke;
}

.journey-path::before,
.journey-path::after {
  position: absolute;
  width: 7px;
  height: 7px;
  border: 2px solid rgba(255, 248, 236, 0.74);
  border-radius: 50%;
  content: "";
  background: var(--gold);
  transform: translate(-50%, -50%);
}

.journey-path::before {
  top: 12%;
  left: 2%;
}

.journey-path::after {
  top: 78%;
  left: 98%;
}

.map-card {
  align-content: end;
  overflow: hidden;
  perspective: 1200px;
}

.map-card::after {
  display: none;
  height: 68%;
}

.map-card.journey-trigger {
  cursor: pointer;
}

.map-card.journey-trigger::after {
  display: block;
  height: 54%;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0), rgba(255, 253, 248, 0.9) 70%);
}

.flip-card-inner {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transform-style: preserve-3d;
  transition: transform 520ms ease;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus-visible .flip-card-inner,
.flip-card.is-flipped .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-face {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: end;
  overflow: hidden;
  border-radius: inherit;
  backface-visibility: hidden;
}

.flip-card-front::after {
  position: absolute;
  inset: auto 0 0;
  height: 52%;
  content: "";
  background: linear-gradient(180deg, rgba(255, 253, 248, 0), rgba(255, 253, 248, 0.9) 70%);
  pointer-events: none;
}

.map-card .flip-card-front .hub-card-copy {
  position: relative;
  z-index: 3;
  align-self: end;
  padding: clamp(20px, 3vw, 28px);
}

.map-card .hub-card-copy {
  position: relative;
  z-index: 3;
  align-self: end;
  padding: clamp(20px, 3vw, 28px);
}

.journey-card-label {
  position: absolute;
  top: clamp(18px, 2.6vw, 26px);
  left: clamp(20px, 3vw, 28px);
  z-index: 3;
  pointer-events: none;
  text-shadow: 0 1px 16px rgba(255, 253, 248, 0.82);
}

.journey-card-label h3 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.28rem, 2.5vw, 1.72rem);
  line-height: 1.18;
}

.journey-card-label .card-kicker {
  margin: 0 0 4px;
  color: var(--navy);
}

.journey-title {
  position: absolute;
  left: clamp(20px, 3vw, 28px);
  right: clamp(20px, 3vw, 28px);
  top: 31%;
  z-index: 3;
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.55vw, 1.28rem);
  font-weight: 700;
  line-height: 1.08;
  pointer-events: none;
  text-shadow: 0 1px 16px rgba(255, 253, 248, 0.84);
}

.journey-title span {
  position: absolute;
  white-space: nowrap;
}

.journey-title-brisbane {
  left: 0;
  transform: translateY(-42px);
}

.journey-title-arrow {
  left: 50%;
  color: var(--gold);
  transform: translate(-50%, 14px);
}

.journey-title-luang {
  left: 70%;
  text-align: left;
  transform: translateY(112px);
}

.map-card .flip-card-front .hub-card-copy p {
  max-width: 32ch;
  margin-top: 9px;
}

.map-card .flip-card-front .journey-caption {
  margin-top: 12px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.98rem;
  font-style: italic;
}

.map-card .hub-card-copy p {
  max-width: 32ch;
  margin-top: 9px;
}

.map-card .hub-card-copy .journey-caption {
  margin-top: 12px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.98rem;
  font-style: italic;
}

.flip-card-back {
  align-content: stretch;
  overflow-y: auto;
  padding: 12px;
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.96), rgba(255, 248, 236, 0.94)),
    radial-gradient(circle at top right, rgba(230, 195, 122, 0.2), transparent 40%);
  transform: rotateY(180deg);
}

.field-note {
  display: grid;
  align-content: start;
  gap: 8px;
  border: 1px solid rgba(201, 146, 60, 0.24);
  border-radius: 8px;
  min-height: 100%;
  padding: 12px;
  background:
    linear-gradient(rgba(16, 42, 67, 0.035) 1px, transparent 1px),
    rgba(255, 253, 248, 0.64);
  background-size: 100% 26px;
}

.field-note h3 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.18;
}

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

.field-note h4 {
  margin: 0 0 3px;
  color: #9c6b21;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.9rem;
}

.field-note ul {
  margin: 0;
  padding-left: 15px;
  color: var(--blue-soft);
  font-size: 0.72rem;
  line-height: 1.32;
}

.field-note li + li {
  margin-top: 2px;
}

.shared-connections {
  border-top: 1px solid rgba(201, 146, 60, 0.26);
  padding-top: 7px;
}

.journey-caption {
  margin-top: 10px;
  color: #9c6b21;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.98rem;
  font-style: italic;
}

.ipad-stack {
  position: absolute;
  top: 30px;
  right: 26px;
  width: 112px;
  height: 82px;
}

.ipad-stack span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(16, 42, 67, 0.24);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
}

.ipad-stack span:nth-child(2) {
  transform: translate(-12px, 14px);
}

.ipad-stack span:nth-child(3) {
  transform: translate(-24px, 28px);
}

.ipad-card {
  cursor: pointer;
}

.ipad-card-image {
  position: absolute;
  inset: 0;
}

.ipad-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  filter: contrast(0.98) brightness(1.04) saturate(0.78);
  object-fit: cover;
  object-position: center 42%;
  opacity: 0.62;
  transition: opacity 220ms ease, filter 220ms ease, transform 360ms ease;
}

.ipad-card::after {
  display: block;
  height: 76%;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.08), rgba(255, 253, 248, 0.95) 68%);
}

.ipad-card:hover .ipad-card-image img,
.ipad-card:focus-visible .ipad-card-image img,
.ipad-card.is-open .ipad-card-image img {
  filter: contrast(1) brightness(1.07) saturate(0.84);
  opacity: 0.76;
  transform: scale(1.012);
}

.ipad-card .hub-card-copy {
  padding-right: clamp(24px, 4vw, 34px);
}

.ipad-card:hover .ipad-stack span,
.ipad-card:focus-visible .ipad-stack span,
.ipad-card.is-open .ipad-stack span {
  border-color: rgba(201, 146, 60, 0.45);
  box-shadow: 0 0 24px rgba(230, 195, 122, 0.16);
}

.ipad-card.is-open {
  border-color: rgba(201, 146, 60, 0.42);
}

.journey-trigger.is-open {
  border-color: rgba(201, 146, 60, 0.42);
}

.ipad-journey-line {
  position: absolute;
  left: 28px;
  right: 34px;
  top: 118px;
  height: 42px;
  border-top: 2px dotted rgba(201, 146, 60, 0.48);
  border-radius: 50%;
  transform: rotate(-5deg);
}

.card-cta {
  display: inline-block;
  margin-top: 16px;
  color: #9c6b21;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tracker-panel,
.journey-panel {
  grid-column: 1 / -1;
  margin-top: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(201, 146, 60, 0.2);
  border-radius: 10px;
  padding: clamp(24px, 4vw, 42px);
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.92), rgba(255, 248, 236, 0.82)),
    radial-gradient(circle at top right, rgba(230, 195, 122, 0.16), transparent 38%);
  box-shadow: 0 20px 46px rgba(16, 42, 67, 0.08);
  animation: softReveal 260ms ease-out;
}

.tracker-panel[hidden],
.journey-panel[hidden] {
  display: none;
}

.journey-panel .field-note {
  gap: clamp(16px, 3vw, 24px);
  min-height: 0;
  padding: clamp(18px, 3vw, 30px);
}

.journey-panel .field-note h3 {
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.journey-panel .comparison-grid {
  gap: clamp(18px, 4vw, 34px);
}

.journey-panel .field-note h4 {
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
}

.journey-panel .field-note ul {
  font-size: 0.96rem;
  line-height: 1.62;
}

.journey-panel .field-note li + li {
  margin-top: 6px;
}

.journey-panel .shared-connections {
  padding-top: clamp(14px, 3vw, 22px);
}

.tracker-panel-heading,
.tracker-section-heading {
  max-width: 760px;
}

.tracker-panel-heading h2,
.tracker-section-heading h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.55rem, 3vw, 2.4rem);
}

.tracker-panel-heading p:not(.section-label),
.tracker-section-heading p:not(.section-label) {
  margin-top: 12px;
  color: var(--blue-soft);
  line-height: 1.7;
}

.tracker-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(150px, 1fr));
  gap: 16px;
  margin-top: clamp(24px, 4vw, 38px);
  overflow-x: auto;
  padding: 10px 2px 18px;
}

.tracker-timeline::before {
  position: absolute;
  left: 28px;
  right: 28px;
  top: 30px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(201, 146, 60, 0.16), rgba(201, 146, 60, 0.62), rgba(201, 146, 60, 0.16));
}

.tracker-timeline article,
.ipad-story-card,
.impact-grid article {
  position: relative;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 12px 28px rgba(16, 42, 67, 0.06);
}

.tracker-timeline article {
  min-height: 255px;
  padding: 0;
  background: transparent;
  box-shadow: none;
  perspective: 900px;
}

.timeline-card-inner {
  position: relative;
  min-height: 255px;
  border-radius: inherit;
  transform-style: preserve-3d;
  transition: transform 420ms ease;
}

.timeline-flip:hover .timeline-card-inner,
.timeline-flip:focus-visible .timeline-card-inner,
.timeline-flip.is-flipped .timeline-card-inner {
  transform: rotateY(180deg);
}

.timeline-card-face {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  overflow: hidden;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: inherit;
  padding: 42px 16px 18px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 12px 28px rgba(16, 42, 67, 0.06);
  backface-visibility: hidden;
}

.timeline-back {
  align-content: center;
  justify-items: center;
  padding: 18px;
  text-align: center;
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.9), rgba(255, 248, 236, 0.82)),
    repeating-linear-gradient(135deg, rgba(201, 146, 60, 0.1) 0 1px, transparent 1px 10px);
  transform: rotateY(180deg);
}

.timeline-front span {
  position: absolute;
  top: 0;
  left: 15px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(201, 146, 60, 0.34);
  border-radius: 50%;
  color: #9c6b21;
  background: rgba(255, 248, 236, 0.96);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.image-placeholder-label {
  margin: 0 0 8px;
  color: #9c6b21;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.tracker-timeline h3,
.ipad-story-card h3,
.impact-grid h3 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.04rem;
  line-height: 1.28;
}

.tracker-timeline p,
.ipad-story-card p,
.impact-grid p {
  margin: 10px 0 0;
  color: var(--blue-soft);
  font-size: 0.93rem;
  line-height: 1.55;
}

.tracker-section {
  margin-top: clamp(34px, 6vw, 58px);
}

.ipad-story-grid,
.impact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2.2vw, 22px);
  margin-top: 20px;
}

.ipad-story-card {
  min-height: 260px;
  padding: clamp(18px, 2.8vw, 26px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.ipad-story-card:hover,
.ipad-story-card:focus-visible {
  border-color: rgba(201, 146, 60, 0.34);
  box-shadow: 0 18px 36px rgba(16, 42, 67, 0.1);
  transform: translateY(-3px);
  outline: none;
}

.story-flip {
  padding: 0;
  background: transparent;
  box-shadow: none;
  perspective: 900px;
}

.story-card-inner {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transform-style: preserve-3d;
  transition: transform 420ms ease;
}

.story-flip:hover .story-card-inner,
.story-flip:focus-visible .story-card-inner,
.story-flip.is-flipped .story-card-inner {
  transform: rotateY(180deg);
}

.story-card-face {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  overflow: hidden;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: inherit;
  padding: clamp(18px, 2.8vw, 26px);
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 12px 28px rgba(16, 42, 67, 0.06);
  backface-visibility: hidden;
}

.story-back {
  align-content: center;
  justify-items: center;
  padding: 24px;
  text-align: center;
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.9), rgba(255, 248, 236, 0.82)),
    repeating-linear-gradient(135deg, rgba(201, 146, 60, 0.1) 0 1px, transparent 1px 10px);
  transform: rotateY(180deg);
}

.ipad-number {
  margin: 0 0 14px;
  color: #9c6b21;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.impact-grid article {
  min-height: 170px;
  padding: 18px;
}

.impact-grid article span {
  display: block;
  width: 34px;
  height: 24px;
  margin-bottom: 16px;
  border: 1px solid rgba(201, 146, 60, 0.42);
  border-radius: 5px;
  background:
    linear-gradient(90deg, rgba(201, 146, 60, 0.16), transparent 54%),
    rgba(255, 248, 236, 0.7);
}

.tracker-future-note {
  margin: clamp(28px, 5vw, 48px) 0 0;
  border-top: 1px solid rgba(201, 146, 60, 0.22);
  padding-top: 20px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-style: italic;
}

.school-card {
  grid-column: 1 / -1;
  min-height: 390px;
}

.school-trigger {
  cursor: pointer;
}

.school-hero-image {
  position: absolute;
  inset: 0;
}

.school-hero-image img {
  width: 100%;
  height: 100%;
  display: block;
  filter: contrast(1.02) brightness(1.02);
  object-fit: cover;
  object-position: center 54%;
  transition: filter 240ms ease, transform 420ms ease;
}

.school-trigger::after {
  display: block;
  height: 70%;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.02), rgba(255, 253, 248, 0.94) 72%);
}

.school-trigger:hover .school-hero-image img,
.school-trigger:focus-visible .school-hero-image img,
.school-trigger.is-open .school-hero-image img {
  filter: contrast(1.04) brightness(1.08);
  transform: scale(1.018);
}

.school-trigger.is-open {
  border-color: rgba(201, 146, 60, 0.42);
}

.school-panel {
  grid-column: 1 / -1;
  margin-top: clamp(22px, 4vw, 38px);
  border: 1px solid rgba(201, 146, 60, 0.2);
  border-radius: 10px;
  padding: clamp(20px, 4vw, 36px);
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.92), rgba(255, 248, 236, 0.82)),
    radial-gradient(circle at top right, rgba(230, 195, 122, 0.16), transparent 38%);
  box-shadow: 0 20px 46px rgba(16, 42, 67, 0.08);
  animation: softReveal 260ms ease-out;
}

.school-panel[hidden] {
  display: none;
}

.school-field-notes {
  display: grid;
  align-content: start;
  gap: clamp(14px, 3vw, 24px);
  border: 1px solid rgba(201, 146, 60, 0.22);
  border-radius: 8px;
  padding: clamp(16px, 3vw, 26px);
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.86), rgba(255, 248, 236, 0.76)),
    linear-gradient(rgba(16, 42, 67, 0.035) 1px, transparent 1px);
  background-size: auto, 100% 26px;
  box-shadow: 0 16px 34px rgba(16, 42, 67, 0.08);
}

.school-field-title {
  margin: 0;
  color: #9c6b21;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
  font-style: italic;
}

.school-notes-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2.5vw, 24px);
}

.school-notes-grid figure {
  display: grid;
  align-content: start;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 7px;
  background: rgba(255, 253, 248, 0.28);
  box-shadow: 0 10px 22px rgba(16, 42, 67, 0.06);
}

.school-notes-grid img {
  width: 100%;
  height: clamp(220px, 24vw, 330px);
  display: block;
  border-radius: 7px;
  object-fit: cover;
}

.school-notes-grid figure:nth-child(n + 3) {
  box-shadow: none;
}

.school-notes-grid figure:nth-child(n + 3) img {
  height: clamp(220px, 24vw, 330px);
}

.school-notes-grid figure:nth-child(2) img {
  object-position: center 54%;
}

.school-notes-grid figure:nth-child(3) img {
  object-position: center 48%;
}

.school-notes-grid figure:nth-child(4) img {
  object-position: center 38%;
}

.school-notes-grid figure:first-child img {
  object-position: center 72%;
}

.school-notes-grid figcaption {
  display: grid;
  gap: 6px;
  padding: 12px 2px 2px;
}

.school-notes-grid strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.02rem, 1.8vw, 1.28rem);
  line-height: 1.2;
}

.school-notes-grid span {
  color: var(--blue-soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

.photo-card .hub-card-media img {
  object-position: center 38%;
}

.exchange-card .hub-card-media img {
  object-position: center 18%;
}

.exchange-card,
.sustainability-card {
  grid-column: 1 / -1;
  min-height: 390px;
}

.exchange-panel {
  margin-top: clamp(10px, 2vw, 18px);
}

.workshop-panel {
  margin-top: clamp(10px, 2vw, 18px);
}

.exchange-intro {
  margin: -8px 0 0;
  max-width: 680px;
  color: var(--blue-soft);
  font-size: 0.96rem;
  line-height: 1.55;
}

.exchange-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 18px);
}

.workshop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 3vw, 24px);
}

.exchange-video-grid article {
  display: grid;
  align-content: start;
  min-height: 180px;
  padding: clamp(16px, 2.5vw, 22px);
  border: 1px solid rgba(201, 146, 60, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.76), rgba(255, 248, 236, 0.62)),
    radial-gradient(circle at 50% 30%, rgba(201, 146, 60, 0.11), transparent 34%);
}

.workshop-grid article {
  display: grid;
  align-content: start;
  min-height: 210px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(201, 146, 60, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.78), rgba(255, 248, 236, 0.64)),
    linear-gradient(rgba(16, 42, 67, 0.035) 1px, transparent 1px);
  background-size: auto, 100% 26px;
}

.exchange-video-grid article::before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border: 1px solid rgba(201, 146, 60, 0.42);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 0 36%, rgba(201, 146, 60, 0.72) 36% 68%, transparent 68%),
    rgba(255, 253, 248, 0.72);
  clip-path: polygon(0 0, 100% 50%, 0 100%, 0 0);
  transform: scale(0.62);
  transform-origin: left center;
}

.exchange-video-grid span {
  color: #9c6b21;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.workshop-grid span {
  color: #9c6b21;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.exchange-video-grid strong {
  margin-top: 8px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 1.8vw, 1.34rem);
  line-height: 1.2;
}

.workshop-grid strong {
  margin-top: 12px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  line-height: 1.12;
}

.exchange-video-grid p {
  margin-top: 8px;
  color: var(--blue-soft);
  font-size: 0.9rem;
  line-height: 1.5;
}

.video-open-button {
  align-self: end;
  justify-self: start;
  margin-top: 16px;
  border: 0;
  padding: 0;
  color: #9c6b21;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.video-open-button:hover,
.video-open-button:focus-visible {
  color: var(--navy);
  outline: none;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.student-video-panel {
  display: grid;
  grid-template-columns: minmax(240px, 340px) minmax(0, 1fr);
  gap: clamp(16px, 3vw, 28px);
  margin-top: clamp(18px, 3vw, 30px);
  padding-top: clamp(18px, 3vw, 28px);
  border-top: 1px solid rgba(201, 146, 60, 0.22);
  animation: softReveal 220ms ease-out;
}

.student-video-panel[hidden] {
  display: none;
}

.student-video-frame {
  width: min(100%, 340px);
  aspect-ratio: 9 / 16;
  min-height: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  border: 1px solid rgba(16, 42, 67, 0.14);
  border-radius: 8px;
  padding: clamp(20px, 4vw, 36px);
  color: var(--navy);
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.76), rgba(255, 248, 236, 0.62)),
    radial-gradient(circle at 50% 36%, rgba(201, 146, 60, 0.12), transparent 36%);
  text-align: center;
}

.student-video-frame span {
  color: #9c6b21;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.student-video-frame strong {
  max-width: 28ch;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.8vw, 2rem);
  line-height: 1.15;
}

.student-video-transcript {
  display: grid;
  align-content: start;
  border-left: 2px solid rgba(201, 146, 60, 0.38);
  padding-left: clamp(16px, 3vw, 24px);
}

.student-video-transcript h4 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.08rem, 2vw, 1.34rem);
}

.student-video-transcript p {
  margin-top: 10px;
  color: var(--blue-soft);
  font-size: 0.95rem;
  line-height: 1.55;
}

.workshop-grid p {
  margin-top: 12px;
  color: var(--blue-soft);
  font-size: 0.95rem;
  line-height: 1.55;
}

.partnership-card {
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.86), rgba(255, 248, 236, 0.76)),
    url("assets/about/school-grounds-wide.jpg") center 62% / cover no-repeat;
}

.language-list {
  border-top: 1px solid rgba(201, 146, 60, 0.24);
  padding-top: 14px;
  color: #9c6b21;
  font-weight: 800;
}

.sign-bridge-card {
  grid-column: 1 / -1;
  min-height: 390px;
}

.sign-bridge-preview {
  position: absolute;
  top: 22px;
  left: 22px;
  right: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.sign-bridge-preview div {
  min-height: 116px;
  display: grid;
  place-items: center;
  gap: 8px;
  border: 1px solid rgba(201, 146, 60, 0.18);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 253, 248, 0.74);
}

.sign-bridge-preview span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sign-bridge-preview img {
  max-height: 92px;
  max-width: min(100%, 180px);
  object-fit: contain;
}

.sign-bridge-preview strong {
  color: rgba(16, 42, 67, 0.56);
  font-size: 0.76rem;
  text-align: center;
}

.sign-bridge-preview .sign-bridge-connector {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(201, 146, 60, 0.34);
  border-radius: 50%;
  color: #9c6b21;
  background: rgba(255, 248, 236, 0.82);
  box-shadow: 0 10px 24px rgba(16, 42, 67, 0.08);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.sign-bridge-preview .sign-bridge-connector b {
  display: block;
  margin: -5px 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.sign-language-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.sign-language-open {
  min-height: 42px;
  border: 1px solid rgba(201, 146, 60, 0.32);
  border-radius: 999px;
  padding: 10px 15px;
  color: var(--navy);
  background: rgba(255, 253, 248, 0.7);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.sign-language-open:hover,
.sign-language-open:focus-visible,
.sign-language-open[aria-expanded="true"] {
  border-color: rgba(201, 146, 60, 0.72);
  color: #9c6b21;
  background: rgba(255, 248, 236, 0.9);
  outline: none;
}

.sign-language-panel {
  grid-column: 1 / -1;
  margin-top: clamp(10px, 2vw, 18px);
}

.sign-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 18px);
}

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

.sign-video-card {
  display: grid;
  align-content: start;
  min-height: 190px;
  border: 1px solid rgba(201, 146, 60, 0.2);
  border-radius: 8px;
  padding: clamp(16px, 2.5vw, 24px);
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.78), rgba(255, 248, 236, 0.64)),
    radial-gradient(circle at 50% 30%, rgba(201, 146, 60, 0.1), transparent 34%);
}

.sign-video-card::before {
  content: "";
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border: 1px solid rgba(201, 146, 60, 0.42);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 0 36%, rgba(16, 42, 67, 0.58) 36% 68%, transparent 68%),
    rgba(255, 253, 248, 0.72);
  clip-path: polygon(0 0, 100% 50%, 0 100%, 0 0);
  transform: scale(0.62);
  transform-origin: left center;
}

.sign-video-card--has-video::before {
  display: none;
}

.sign-video-flip {
  min-height: 410px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  perspective: 1100px;
}

.sign-video-card-inner {
  position: relative;
  min-height: 410px;
  transform-style: preserve-3d;
  transition: transform 420ms ease;
}

.sign-video-flip:hover .sign-video-card-inner,
.sign-video-flip:focus-visible .sign-video-card-inner,
.sign-video-flip.is-flipped .sign-video-card-inner {
  transform: rotateY(180deg);
}

.sign-video-face {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  overflow: hidden;
  border: 1px solid rgba(201, 146, 60, 0.2);
  border-radius: 8px;
  padding: clamp(16px, 2.5vw, 24px);
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.86), rgba(255, 248, 236, 0.7)),
    radial-gradient(circle at 50% 28%, rgba(201, 146, 60, 0.1), transparent 34%);
  backface-visibility: hidden;
  box-shadow: 0 16px 32px rgba(16, 42, 67, 0.08);
}

.sign-video-back {
  transform: rotateY(180deg);
}

.sign-video-cover {
  width: 100%;
  height: 220px;
  margin-top: 14px;
  object-fit: contain;
  border: 1px solid rgba(16, 42, 67, 0.1);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.82);
}

.sign-video-front em {
  align-self: end;
  margin-top: 16px;
  color: #9c6b21;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sign-video-card span {
  color: #9c6b21;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.sign-video-card strong {
  margin-top: 8px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.15;
}

.sign-video-card p {
  margin-top: 10px;
  color: var(--blue-soft);
  font-size: 0.92rem;
  line-height: 1.5;
}

.sign-video-embed {
  width: 100%;
  margin-top: 12px;
  border: 1px solid rgba(16, 42, 67, 0.14);
  border-radius: 8px;
  background: rgba(16, 42, 67, 0.08);
}

.sign-video-back .sign-video-embed {
  max-height: 250px;
  object-fit: contain;
}

.sign-video-card .translation-label {
  color: #9c6b21;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-strip {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  display: grid;
  gap: 9px;
}

.story-strip span {
  display: block;
  border-left: 2px solid rgba(201, 146, 60, 0.54);
  border-radius: 6px;
  padding: 10px 12px;
  color: var(--navy);
  background: rgba(255, 253, 248, 0.64);
  font-family: Georgia, "Times New Roman", serif;
}

.literacy-card {
  grid-column: 1 / -1;
  align-content: start;
  min-height: 430px;
  padding: clamp(22px, 3vw, 30px);
}

.story-pathways {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(18px, 3vw, 28px);
}

.literacy-card .hub-card-copy {
  max-width: 780px;
  padding: 0;
}

.story-pathways .story-flip {
  min-height: 238px;
  perspective: 900px;
}

.story-pathways .story-card-inner {
  position: relative;
  inset: auto;
  min-height: 238px;
  border-radius: 8px;
  transform-style: preserve-3d;
  transition: transform 420ms ease;
}

.story-pathways .story-flip:hover .story-card-inner,
.story-pathways .story-flip:focus-visible .story-card-inner,
.story-pathways .story-flip.is-flipped .story-card-inner {
  transform: rotateY(180deg);
}

.story-pathways .story-card-face {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  gap: 8px;
  overflow: hidden;
  border: 1px solid rgba(201, 146, 60, 0.18);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 253, 248, 0.68);
  backface-visibility: hidden;
}

.story-pathways .story-card-back {
  align-content: center;
  justify-items: start;
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.9), rgba(255, 248, 236, 0.82)),
    repeating-linear-gradient(135deg, rgba(201, 146, 60, 0.09) 0 1px, transparent 1px 10px);
  transform: rotateY(180deg);
}

.story-pathways .story-card-back--preview {
  align-content: start;
  gap: 6px;
}

.story-preview-image {
  width: 100%;
  margin: 0 0 10px;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid rgba(18, 49, 73, 0.12);
  background: rgba(255, 253, 248, 0.82);
}

.story-preview-image img {
  display: block;
  width: 100%;
  height: 148px;
  object-fit: contain;
  object-position: center;
}

.story-card-back--preview span {
  margin-top: 2px;
}

.story-preview-link {
  display: block;
  color: inherit;
}

.story-preview-link:focus-visible {
  outline: 2px solid rgba(201, 146, 60, 0.72);
  outline-offset: 3px;
}

.story-pathways span {
  color: #9c6b21;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.story-pathways strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.98rem, 1.5vw, 1.24rem);
  line-height: 1.22;
}

.story-pathways p {
  margin: 2px 0 0;
  color: var(--blue-soft);
  font-size: 0.84rem;
  line-height: 1.42;
}

.story-pathways em {
  align-self: end;
  color: #9c6b21;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.84rem;
  line-height: 1.35;
}

.placeholder-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: clamp(42px, 7vw, 78px) 0;
}

.placeholder-card {
  min-height: 140px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 24px;
  background: rgba(255, 253, 248, 0.86);
}

.placeholder-card span {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: var(--navy);
  background: rgba(201, 146, 60, 0.2);
  font-weight: 800;
}

.placeholder-card h2 {
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
}

.lock-panel {
  width: min(640px, 100%);
  padding: clamp(32px, 6vw, 58px);
  text-align: center;
  background: rgba(255, 253, 248, 0.94);
}

.lock-mark {
  width: 60px;
  height: 60px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  background: rgba(201, 146, 60, 0.18);
  font-size: 1.55rem;
}

.lock-panel h1 {
  font-size: clamp(2.2rem, 6vw, 4.1rem);
}

.small-note {
  color: var(--muted);
  font-size: 0.95rem;
}

.cambodia-locked main,
.cambodia-locked .site-footer {
  display: none;
}

.cambodia-gate {
  min-height: min(56vh, 440px);
  display: grid;
  place-items: center;
  padding: clamp(22px, 4vw, 40px) 20px clamp(26px, 5vw, 48px);
  background:
    radial-gradient(circle at 78% 22%, rgba(247, 201, 155, 0.44), transparent 34%),
    linear-gradient(135deg, rgba(255, 248, 236, 0.98), rgba(255, 253, 248, 0.86) 54%, rgba(243, 228, 207, 0.92));
}

.cambodia-gate-panel {
  width: min(900px, 100%);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(14px, 3vw, 26px);
  align-items: center;
  padding: clamp(16px, 3vw, 24px);
  border: 1px solid rgba(201, 146, 60, 0.24);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 20px 50px rgba(16, 42, 67, 0.1);
  text-align: left;
}

.cambodia-gate-panel .lock-mark {
  margin-bottom: 0;
}

.cambodia-gate-panel h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.55rem, 3.3vw, 2.45rem);
}

.cambodia-gate-panel p:not(.eyebrow) {
  color: var(--blue-soft);
}

.cambodia-code-form {
  display: grid;
  gap: 8px;
  grid-column: 2;
  margin-top: 0;
  text-align: left;
}

.cambodia-code-form label {
  color: var(--navy);
  font-weight: 800;
}

.cambodia-code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.cambodia-code-row input,
.cambodia-code-row button {
  min-height: 42px;
  border-radius: 999px;
  font: inherit;
}

.cambodia-code-row input {
  width: 100%;
  border: 1px solid rgba(16, 42, 67, 0.2);
  padding: 10px 18px;
  color: var(--navy);
  background: rgba(255, 248, 236, 0.92);
}

.cambodia-code-row button {
  border: 0;
  padding: 10px 20px;
  color: var(--navy-deep);
  background: rgba(201, 146, 60, 0.28);
  font-weight: 800;
  cursor: pointer;
}

.cambodia-code-row input:focus-visible,
.cambodia-code-row button:focus-visible {
  outline: 3px solid rgba(201, 146, 60, 0.36);
  outline-offset: 3px;
}

.cambodia-code-row button:hover {
  background: rgba(201, 146, 60, 0.38);
}

.cambodia-code-message {
  min-height: 1.4em;
  margin: 0;
  color: #8a521e;
  font-size: 0.94rem;
}

.cambodia-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(74px, 11vw, 132px) 0 clamp(48px, 8vw, 90px);
  background:
    radial-gradient(circle at 82% 24%, rgba(247, 201, 155, 0.5), transparent 32%),
    linear-gradient(135deg, rgba(255, 248, 236, 0.94) 0%, rgba(255, 253, 248, 0.88) 46%, rgba(243, 228, 207, 0.86) 100%);
  border-bottom: 1px solid rgba(201, 146, 60, 0.2);
}

.cambodia-hero-image {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 248, 236, 0.96) 0%, rgba(255, 248, 236, 0.72) 42%, rgba(255, 248, 236, 0.24) 100%),
    linear-gradient(180deg, rgba(255, 248, 236, 0.16), rgba(16, 42, 67, 0.12)),
    url("https://commons.wikimedia.org/wiki/Special:FilePath/Angkor%20Wat.jpg") center / cover no-repeat;
  opacity: 0.52;
  pointer-events: none;
}

.cambodia-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: end;
}

.cambodia-hero-copy h1 {
  max-width: 800px;
  font-size: clamp(2.35rem, 6vw, 4.8rem);
  text-wrap: balance;
}

.cambodia-hero-copy p:not(.eyebrow) {
  max-width: 670px;
  color: var(--blue-soft);
  font-size: clamp(1rem, 1.7vw, 1.16rem);
}

.cambodia-private-note {
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(201, 146, 60, 0.24);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 18px 44px rgba(16, 42, 67, 0.1);
}

.cambodia-private-note h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
}

.cambodia-private-note p {
  margin: 12px 0 0;
  color: var(--blue-soft);
}

.cambodia-overview,
.cambodia-itinerary,
.cambodia-planning,
.cambodia-photo-space {
  padding: clamp(48px, 8vw, 90px) 0;
}

.cambodia-overview,
.cambodia-planning {
  background: rgba(255, 253, 248, 0.46);
}

.cambodia-section-heading {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin-bottom: clamp(24px, 5vw, 44px);
}

.cambodia-section-heading h2,
.cambodia-planning-card h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.65rem, 3.2vw, 2.45rem);
  text-wrap: balance;
}

.cambodia-section-heading p:not(.eyebrow) {
  margin: 0;
  color: var(--blue-soft);
}

.cambodia-route {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(201, 146, 60, 0.24);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 18px 42px rgba(16, 42, 67, 0.08);
}

.cambodia-route span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(0.98rem, 1.6vw, 1.22rem);
  line-height: 1.25;
}

.cambodia-route span:not(:last-child)::after {
  content: "";
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, rgba(201, 146, 60, 0.24), rgba(201, 146, 60, 0.8));
}

.cambodia-timeline {
  position: relative;
  display: grid;
  gap: 16px;
}

.cambodia-timeline::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 58px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(201, 146, 60, 0.56), transparent);
}

.cambodia-stop {
  position: relative;
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: clamp(18px, 4vw, 34px);
  align-items: start;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(16, 42, 67, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
}

.cambodia-date {
  position: relative;
  z-index: 1;
  min-height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(201, 146, 60, 0.34);
  border-radius: 999px;
  color: var(--navy);
  background: #fff8ec;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.92rem;
  line-height: 1.15;
  text-align: center;
}

.cambodia-stop h3 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

.cambodia-stop p {
  margin: 6px 0 0;
  color: var(--blue-soft);
}

.cambodia-planning-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 4vw, 34px);
}

.cambodia-planning-card {
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(201, 146, 60, 0.2);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.76);
  box-shadow: 0 18px 40px rgba(16, 42, 67, 0.08);
}

.cambodia-planning-card ul {
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--blue-soft);
}

.cambodia-planning-card p {
  color: var(--blue-soft);
}

.cambodia-link {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  color: #9c6b21;
  font-weight: 800;
  text-decoration: none;
}

.cambodia-link:hover,
.cambodia-link:focus-visible {
  text-decoration: underline;
  outline: none;
}

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

.cambodia-photo-card {
  overflow: hidden;
  border: 1px solid rgba(16, 42, 67, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.26), rgba(255, 248, 236, 0.94)),
    var(--place-image) center / cover no-repeat;
  box-shadow: 0 18px 42px rgba(16, 42, 67, 0.09);
}

.cambodia-photo-card summary {
  min-height: 250px;
  display: grid;
  align-content: end;
  gap: 6px;
  padding: 18px;
  cursor: pointer;
  list-style: none;
}

.cambodia-photo-card summary::-webkit-details-marker {
  display: none;
}

.cambodia-photo-card span {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.15rem, 2vw, 1.42rem);
  font-weight: 700;
}

.cambodia-photo-card p {
  margin: 0;
  color: var(--blue-soft);
  font-size: 0.92rem;
}

.cambodia-photo-card em {
  margin-top: 8px;
  color: #8a5d1f;
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.siem-reap-card {
  --place-image: url("https://commons.wikimedia.org/wiki/Special:FilePath/Angkor%20Wat.jpg");
}

.battambang-card {
  --place-image: url("https://commons.wikimedia.org/wiki/Special:FilePath/Battambang..JPG");
}

.phnom-penh-card {
  --place-image: url("https://commons.wikimedia.org/wiki/Special:FilePath/Royal%20Palace%20-%20Phnom%20Penh%20-%20Cambodia.JPG");
}

.kampot-card {
  --place-image: url("https://commons.wikimedia.org/wiki/Special:FilePath/Kampot%20Riverfront%20Scene%20-%20Kampot%20-%20Cambodia%20(48501740381).jpg");
}

.cambodia-photo-card[open] {
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.18), rgba(255, 248, 236, 0.96)),
    var(--place-image) center / cover no-repeat;
}

.cambodia-upload-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 0 14px 14px;
  animation: softReveal 220ms ease;
}

.cambodia-upload-grid div {
  min-height: 84px;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(16, 42, 67, 0.18);
  border-radius: 7px;
  padding: 10px;
  color: var(--blue-soft);
  background: rgba(255, 253, 248, 0.78);
  font-size: 0.82rem;
  line-height: 1.25;
  text-align: center;
}

.cambodia-image-credit {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.site-footer {
  padding: 30px 20px;
  color: var(--cream);
  background: var(--navy-deep);
  text-align: center;
}

.site-footer p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .main-nav {
    justify-content: flex-start;
  }

  .team-grid,
  .placeholder-grid {
    grid-template-columns: 1fr;
  }

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

  .ipad-story-grid,
  .impact-grid,
  .exchange-video-grid,
  .sign-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .student-video-panel {
    grid-template-columns: 1fr;
  }

  .student-video-transcript {
    border-top: 2px solid rgba(201, 146, 60, 0.38);
    border-left: 0;
    padding-top: 16px;
    padding-left: 0;
  }

  .feature-card {
    grid-column: 1 / -1;
  }

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

  .coordination-grid section .coordination-photo--profile {
    justify-self: center;
  }

  .team-profile {
    grid-template-columns: minmax(150px, 180px) minmax(0, 1fr);
  }

  .partner-profile {
    grid-template-columns: minmax(160px, 200px) minmax(0, 1fr);
  }

  .partner-profile.image-right {
    grid-template-columns: minmax(0, 1fr) minmax(150px, 190px);
  }

  .team-portrait img {
    height: 230px;
  }

  .split-story,
  .pathways-card-body {
    grid-template-columns: 1fr;
  }

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

  .hello-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: min(100%, 520px);
  }

  .connect-panel {
    grid-template-columns: 1fr;
  }

  .split-story .mission-photo {
    margin-top: clamp(18px, 4vw, 28px);
  }

  .cambodia-hero-grid,
  .cambodia-planning-grid {
    grid-template-columns: 1fr;
  }

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

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

  .site-header {
    padding: 14px 16px;
  }

  .main-nav a {
    padding-inline: 10px;
    font-size: 0.86rem;
  }

  .hero {
    height: 520px;
    padding: 64px 20px;
  }

  .home-hero {
    min-height: 100vh;
    height: auto;
    padding-top: 178px;
    padding-bottom: 198px;
  }

  .home-hero .hero__content {
    transform: translateY(-24px);
  }

  .hero h1 {
    font-size: clamp(2.5rem, 13vw, 3.9rem);
  }

  .language-line {
    border-radius: 8px;
  }

  .hello-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .hello-item {
    min-height: 62px;
  }

  .story-ribbon {
    height: 112px;
  }

  .connect-contact {
    border-top: 1px solid rgba(201, 146, 60, 0.24);
    border-left: 0;
    padding-top: 18px;
    padding-left: 0;
  }

  .hub-experience {
    padding-top: 42px;
  }

  .hub-card-grid {
    grid-template-columns: 1fr;
  }

  .tracker-panel {
    padding: 22px;
  }

  .tracker-timeline {
    grid-template-columns: 1fr;
    overflow-x: visible;
  }

  .tracker-timeline::before {
    left: 20px;
    right: auto;
    top: 18px;
    bottom: 18px;
    width: 1px;
    height: auto;
    background: linear-gradient(180deg, rgba(201, 146, 60, 0.16), rgba(201, 146, 60, 0.62), rgba(201, 146, 60, 0.16));
  }

  .tracker-timeline article {
    min-height: 220px;
    padding: 0;
  }

  .timeline-card-inner {
    min-height: 220px;
  }

  .timeline-card-face {
    padding: 22px 18px 18px 62px;
  }

  .timeline-front span {
    top: 20px;
    left: 0;
  }

  .ipad-story-grid,
  .impact-grid,
  .story-pathways,
  .exchange-video-grid,
  .workshop-grid,
  .sign-video-grid {
    grid-template-columns: 1fr;
  }

  .literacy-card {
    grid-column: auto;
    min-height: 520px;
  }

  .hub-card,
  .feature-card,
  .school-card,
  .sign-bridge-card {
    min-height: 310px;
  }

  .map-card {
    min-height: 520px;
  }

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

  .sign-bridge-card {
    min-height: 430px;
  }

  .school-card {
    min-height: 420px;
  }

  .school-field-notes {
    overflow: visible;
  }

  .school-notes-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .school-notes-grid img {
    height: 210px;
  }

  .school-notes-grid figure:nth-child(n + 3) {
    grid-template-columns: 1fr;
  }

  .school-notes-grid figure:nth-child(n + 3) img {
    height: 210px;
  }

  .about-timeline {
    gap: 42px;
  }

  .about-timeline::before {
    left: 7px;
  }

  .timeline-item {
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 18px;
  }

  .timeline-marker {
    width: 15px;
    height: 15px;
  }

  .pull-quote {
    margin-left: 34px;
  }

  .pathways-card summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .mb-cdi-resource-grid {
    grid-template-columns: 1fr;
  }

  .mb-cdi-category-list {
    column-count: 1;
  }

  .language-access-more summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .team-profile {
    grid-template-columns: 1fr;
  }

  .partner-profile {
    grid-template-columns: 1fr;
  }

  .partner-profile.image-right .partner-logo-panel,
  .partner-profile.image-right .team-profile-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .partner-acknowledgement {
    grid-template-columns: 1fr;
  }

  .education-logo {
    width: 124px;
    margin-top: 0;
  }

  .team-portrait {
    min-height: 0;
  }

  .team-portrait img {
    width: min(100%, 240px);
    height: auto;
    min-height: 0;
  }

  .team-read-more summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .student-doc-placeholder {
    align-items: flex-start;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 6px;
  }

  .student-doc-placeholder em {
    grid-column: 2;
    justify-self: start;
  }

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

  .cambodia-route {
    align-items: flex-start;
    flex-direction: column;
  }

  .cambodia-gate {
    min-height: auto;
  }

  .cambodia-gate-panel {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cambodia-gate-panel .lock-mark {
    justify-self: center;
  }

  .cambodia-route span:not(:last-child)::after {
    width: 1px;
    height: 18px;
    margin-left: 8px;
    background: linear-gradient(180deg, rgba(201, 146, 60, 0.24), rgba(201, 146, 60, 0.8));
  }

  .cambodia-timeline::before {
    display: none;
  }

  .cambodia-stop {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .cambodia-date {
    justify-self: start;
    padding: 0 16px;
  }

  .cambodia-code-row {
    grid-template-columns: 1fr;
  }

  .cambodia-code-form {
    grid-column: auto;
  }

  .cambodia-photo-grid {
    grid-template-columns: 1fr;
  }
}
