:root {
  --paper: #f6f1e7;
  --paper-2: #ede5d3;
  --ink: #14181f;
  --ink-soft: #4a4f58;
  --rule: #d8cdb8;
  --ak-sun: #c8632a;
  --ak-sun-soft: #f0d6ba;
  --ak-purple: #6f3b7c;
  --ufg-deep: #1c3a55;
  --ufg-cyan: #71c5d7;
  --still-green: #5e7259;
  --white: #fffdf8;
  --mono: "IBM Plex Mono", ui-monospace, monospace;
  --body: "IBM Plex Sans", "Trebuchet MS", sans-serif;
  --display: "Manrope", "IBM Plex Sans", sans-serif;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    linear-gradient(90deg, rgba(111, 59, 124, .035) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(0deg, rgba(28, 58, 85, .026) 1px, transparent 1px) 0 0 / 42px 42px,
    var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: clamp(15px, .9vw, 17px);
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: .7rem 1rem;
  border-radius: 999px;
  background: var(--ak-sun);
  color: var(--white);
  transition: top .2s ease;
}
.skip-link:focus { top: 1rem; }

.topbar {
  position: fixed;
  z-index: 60;
  top: 14px;
  left: max(14px, env(safe-area-inset-left));
  right: max(14px, env(safe-area-inset-right));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 56px;
  padding: 8px 10px 8px 12px;
  border: 1px solid rgba(20, 24, 31, .08);
  border-radius: 999px;
  background: rgba(246, 241, 231, .9);
  backdrop-filter: blur(18px);
  box-shadow: 0 1px 2px rgba(20, 24, 31, .07);
}
.brand-mini {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  text-decoration: none;
}
.logo-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 12px;
  border: 1px solid rgba(20, 24, 31, .07);
  border-radius: 12px;
  background: var(--white);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .9);
}
.logo-chip img {
  display: block;
  max-height: 22px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
}
.brand-conjunction {
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  white-space: nowrap;
}
.section-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}
.section-nav a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 10px 13px;
  border-radius: 999px;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .18s ease, color .18s ease;
}
.section-nav a:hover,
.section-nav a:focus-visible {
  outline: none;
  background: var(--ak-sun-soft);
  color: var(--ink);
}

.chapter-cursor {
  position: fixed;
  z-index: 55;
  right: 28px;
  bottom: 28px;
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
}
.chapter-cursor span:first-child { color: var(--ak-sun-soft); }

.sticky-cta {
  display: none;
}
.sticky-cta.is-visible {
  display: none;
}

.section {
  position: relative;
  min-height: 100svh;
  scroll-margin-top: 96px;
  padding: clamp(96px, 11vh, 138px) clamp(20px, 5.5vw, 80px);
  border-bottom: 1px solid var(--rule);
  overflow: hidden;
}
.section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 14%, rgba(200, 99, 42, .08), transparent 28rem),
    radial-gradient(circle at 90% 30%, rgba(28, 58, 85, .055), transparent 26rem);
}
.section > * {
  position: relative;
  z-index: 1;
}
.brand-orbit {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
.brand-orbit-ak {
  right: min(42vw, 620px);
  bottom: 8vh;
  width: clamp(120px, 18vw, 280px);
  opacity: .13;
  rotate: -13deg;
}
.brand-orbit-ufg {
  display: none;
}
.cover,
.why {
  background: var(--paper);
}
.program,
.campuses,
.transparency {
  background: var(--paper-2);
}
.commitments {
  background: var(--white);
}
.services,
.people,
.cta-section {
  background: var(--paper);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(310px, .9fr);
  gap: clamp(34px, 6vw, 96px);
  align-items: center;
}
.copy-col,
.reading-col,
.section-intro,
.cta-copy {
  max-width: 760px;
}
.section-intro {
  margin-bottom: clamp(28px, 4vw, 52px);
}
.section-intro.compact {
  max-width: 900px;
  margin-bottom: 28px;
}
.kicker,
.panel-label {
  display: block;
  margin: 0 0 14px;
  color: var(--ak-sun);
  font-family: var(--mono);
  font-size: clamp(10.5px, .78vw, 11.5px);
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.3;
  text-transform: uppercase;
}
.cover-kicker {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 22px;
  padding: 9px 14px;
  border: 1px solid var(--rule);
  border-radius: 999px;
  background: var(--white);
}
.cover-kicker .kicker-dot {
  color: var(--rule);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  margin-bottom: .42em;
  font-family: var(--display);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.04;
  text-wrap: balance;
}
h1 {
  max-width: 16ch;
  font-size: clamp(2.05rem, 4.4vw, 3.75rem);
  line-height: 1.02;
}
h2 {
  max-width: 22ch;
  font-size: clamp(1.7rem, 3.4vw, 2.95rem);
}
h3 {
  margin-bottom: 8px;
  font-family: var(--display);
  font-size: clamp(1.08rem, 1.45vw, 1.4rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.15;
}
p {
  color: var(--ink-soft);
}
.lede {
  max-width: 56ch;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.5;
  text-wrap: pretty;
}
.pull,
blockquote,
.mission-line {
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.15rem, 1.7vw, 1.55rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.04em;
  text-wrap: balance;
}
blockquote {
  margin: 28px 0 0;
  padding: 18px 0 0;
  border-top: 2px solid var(--ak-sun);
}

.button,
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .98rem;
  text-decoration: none;
}
.button {
  padding: 0 22px;
  border: 1px solid var(--rule);
  background: transparent;
  color: var(--ink);
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.button.primary {
  border-color: var(--ak-sun);
  background: var(--ak-sun);
  color: var(--white);
}
.button:hover,
.button:focus-visible,
.text-link:hover,
.text-link:focus-visible {
  outline: none;
  transform: translateY(-1px);
}
.button:not(.primary):hover,
.button:not(.primary):focus-visible {
  background: var(--ak-sun-soft);
  border-color: var(--ak-sun-soft);
}
.text-link {
  min-height: 44px;
  color: var(--ufg-deep);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.cover {
  display: grid;
  align-items: center;
  padding-top: clamp(104px, 12vh, 140px);
}
.cover-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .68fr);
  gap: clamp(32px, 5.5vw, 84px);
  align-items: center;
}
.cover-visual {
  position: relative;
  min-height: clamp(420px, 58vh, 670px);
  isolation: isolate;
}
.cover-visual::before {
  content: "";
  position: absolute;
  inset: 7% -6% 2% 11%;
  z-index: -1;
  border-radius: 38px;
  background:
    linear-gradient(135deg, rgba(200, 99, 42, .72), rgba(28, 58, 85, .24)),
    repeating-linear-gradient(135deg, rgba(255, 253, 248, .35) 0 2px, transparent 2px 14px);
  transform: rotate(-3deg);
}
.cover-meta {
  display: grid;
  gap: 12px;
  max-width: 56ch;
  margin: 22px 0 26px;
  padding-left: 18px;
  border-left: 2px solid var(--ak-sun);
  color: var(--ink-soft);
  font-size: .96rem;
  line-height: 1.45;
}
.cover-meta-to {
  display: block;
}
.cover-meta-from {
  display: grid;
  gap: 5px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 1.04rem;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.15;
}
.cover-meta-from .role {
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.photo-frame {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 22px;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
}
.photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(.2, .6, 0, 1);
}
.photo-frame:hover img,
.photo-frame:focus-visible img {
  transform: scale(1.025);
}
.photo-frame:focus-visible {
  outline: 3px solid var(--ak-sun);
  outline-offset: 4px;
}
.cover-photo {
  aspect-ratio: 4 / 5;
  border-radius: 26px;
  box-shadow: 0 1px 2px rgba(20, 24, 31, .16);
}
.hero-photo {
  position: absolute;
  inset: 0 0 auto auto;
  width: min(100%, 540px);
  border: 12px solid rgba(255, 253, 248, .78);
  border-radius: 34px;
  box-shadow: 0 30px 90px rgba(20, 24, 31, .18);
  transform: rotate(1.5deg);
}
.cover-brand-mark {
  position: absolute;
  top: -22px;
  right: 30px;
  z-index: 4;
  width: clamp(74px, 7vw, 104px);
  height: auto;
  padding: 12px 14px;
  border: 1px solid rgba(216, 205, 184, .72);
  border-radius: 20px;
  background: rgba(255, 253, 248, .94);
  box-shadow: 0 18px 42px rgba(20, 24, 31, .16);
  rotate: 3deg;
}
.visual-stamp {
  position: absolute;
  left: -20px;
  bottom: 18px;
  width: min(280px, 72%);
  padding: 18px 20px;
  border: 1px solid rgba(255, 253, 248, .68);
  border-radius: 22px;
  background: rgba(20, 24, 31, .86);
  color: var(--white);
  box-shadow: 0 22px 60px rgba(20, 24, 31, .22);
}
.visual-stamp::after {
  content: none;
}
.visual-stamp span {
  display: block;
  margin-bottom: 6px;
  color: var(--ak-sun-soft);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.visual-stamp strong {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.15;
  letter-spacing: -.035em;
}
.wide-photo {
  aspect-ratio: 16 / 9;
}
.tall-photo {
  aspect-ratio: 4 / 5;
}
.campus-photo {
  aspect-ratio: 16 / 11;
}
.image-free-card,
.campus-visual {
  min-height: 280px;
  border: 1px solid var(--rule);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, .86), rgba(237, 229, 211, .74)),
    radial-gradient(circle at 14% 20%, rgba(200, 99, 42, .14), transparent 16rem),
    radial-gradient(circle at 86% 74%, rgba(28, 58, 85, .12), transparent 18rem);
  display: grid;
  align-content: end;
  padding: clamp(24px, 3vw, 38px);
  overflow: hidden;
}
.image-free-card span,
.campus-visual span {
  display: block;
  margin-bottom: 10px;
  color: var(--ak-sun);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.image-free-card strong,
.campus-visual strong {
  max-width: 17ch;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.5vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.04;
}
.student-context-card {
  min-height: 360px;
}
.campus-visual {
  position: relative;
  min-height: clamp(300px, 24vw, 380px);
  isolation: isolate;
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 22px 64px rgba(20, 24, 31, .16);
}
.campus-visual img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.02);
}
.campus-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(20, 24, 31, .04), rgba(20, 24, 31, .5) 72%, rgba(20, 24, 31, .76)),
    linear-gradient(90deg, rgba(20, 24, 31, .48), rgba(20, 24, 31, .08) 58%, rgba(20, 24, 31, .2));
}
.campus-visual span,
.campus-visual strong {
  position: relative;
  z-index: 3;
  color: var(--white);
  text-shadow: 0 2px 18px rgba(20, 24, 31, .38);
}
.campus-visual span {
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 253, 248, .32);
  border-radius: 999px;
  background: rgba(20, 24, 31, .52);
  color: var(--white);
  backdrop-filter: blur(10px);
}
.campus-visual strong {
  max-width: 15ch;
  font-size: clamp(1.25rem, 2.15vw, 1.9rem);
}
.campus-visual::after {
  content: "";
  position: absolute;
  right: -22px;
  top: -26px;
  z-index: 2;
  width: 170px;
  height: 190px;
  background: url("assets/achievekids-star-mark.svg") center / contain no-repeat;
  opacity: .2;
  filter: drop-shadow(0 14px 28px rgba(20, 24, 31, .18));
  rotate: -8deg;
}
.campus-visual-pa img {
  object-position: 50% 18%;
}
.campus-visual-sj img {
  object-position: 52% 44%;
}
.campus-visual-sj::after {
  width: 145px;
  background-image: url("assets/ufg-mark.svg");
  opacity: .18;
  rotate: 9deg;
}

.proof-col {
  display: grid;
  gap: 22px;
}
.proof-photo {
  position: relative;
  aspect-ratio: 16 / 10;
  border: 10px solid rgba(255, 253, 248, .72);
  border-radius: 32px;
  box-shadow: 0 24px 70px rgba(20, 24, 31, .14);
}
.proof-photo::after {
  content: "campus readiness";
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 253, 248, .88);
  color: var(--ufg-deep);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.stat-row article {
  padding: 22px 18px;
  border-right: 1px solid var(--rule);
}
.stat-row article:last-child {
  border-right: 0;
}
.stat-row strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ak-sun);
  font-family: var(--display);
  font-size: clamp(1.6rem, 2.6vw, 2.4rem);
  font-weight: 800;
  line-height: .95;
  letter-spacing: -.04em;
}
.stat-row span {
  display: block;
  color: var(--ink-soft);
  font-size: .85rem;
  line-height: 1.35;
}

.commitments-intro {
  position: relative;
  max-width: 760px;
}
.commitments-intro h2 {
  margin-bottom: 16px;
}
.section-lede {
  margin: 0;
  max-width: 52ch;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.55;
}
.commitments::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 86% 8%, rgba(113, 197, 215, .12), transparent 22rem),
    radial-gradient(circle at 6% 92%, rgba(200, 99, 42, .07), transparent 22rem);
}
.commitment-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin-top: clamp(28px, 4vw, 48px);
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}
.commitment-grid article {
  position: relative;
  grid-column: span 4;
  min-height: 260px;
  padding: clamp(22px, 2.4vw, 32px);
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background:
    linear-gradient(150deg, rgba(255, 253, 248, .94), rgba(255, 253, 248, .66)),
    radial-gradient(circle at 90% 14%, rgba(113, 197, 215, .14), transparent 9rem);
  overflow: hidden;
}
.commitment-grid article:nth-child(4),
.commitment-grid article:nth-child(5) {
  grid-column: span 6;
  min-height: 220px;
}
.commitment-grid article > span {
  display: block;
  margin-bottom: 14px;
  color: var(--ak-sun);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.commitment-grid article::after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -22px;
  width: 96px;
  height: 110px;
  background: url("assets/ufg-mark.svg") center / contain no-repeat;
  opacity: .06;
  rotate: 11deg;
}
.commitment-grid article:nth-child(2)::after,
.commitment-grid article:nth-child(4)::after {
  width: 110px;
  background-image: url("assets/achievekids-star-mark.svg");
  opacity: .09;
  rotate: -9deg;
}
.flow-card span,
.rhythm-strip span {
  display: block;
  color: var(--ak-sun);
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.commitment-grid p {
  margin-bottom: 0;
}

.service-list {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}
.service-list article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid var(--rule);
}
.service-list img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.service-list h3 {
  margin-bottom: 4px;
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
}
.service-list p {
  margin-bottom: 0;
}
.image-stack {
  display: grid;
  gap: 18px;
}
.image-stack p {
  max-width: 44ch;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.1rem, 1.55vw, 1.45rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.035em;
}
.service-collage {
  position: relative;
  min-height: clamp(500px, 66vh, 720px);
  isolation: isolate;
}
.service-collage::before {
  content: "";
  position: absolute;
  inset: 10% 2% 8% 18%;
  z-index: -1;
  border: 1px solid rgba(216, 205, 184, .9);
  border-radius: 42px;
  background:
    linear-gradient(135deg, rgba(28, 58, 85, .08), rgba(200, 99, 42, .16)),
    var(--paper-2);
  rotate: 4deg;
}
.service-photo {
  position: absolute;
  z-index: 1;
  border: 10px solid rgba(255, 253, 248, .76);
  border-radius: 30px;
  box-shadow: 0 24px 80px rgba(20, 24, 31, .16);
}
.service-photo-clean {
  left: 0;
  top: 8px;
  width: min(70%, 430px);
  aspect-ratio: 4 / 5;
  rotate: -4deg;
}
.service-photo-maintenance {
  z-index: 2;
  right: 0;
  bottom: 72px;
  width: min(63%, 390px);
  aspect-ratio: 5 / 4;
  rotate: 3deg;
}
.service-note {
  position: absolute;
  z-index: 3;
  left: 11%;
  right: 8%;
  bottom: 0;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(255, 253, 248, .66);
  border-radius: 24px;
  background: rgba(20, 24, 31, .88);
  color: var(--white);
  box-shadow: 0 20px 70px rgba(20, 24, 31, .24);
}
.service-note img {
  width: 54px;
  height: 66px;
  object-fit: contain;
}
.service-note p {
  margin: 0;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.22;
}

.tabs {
  display: grid;
  gap: 22px;
}
.campus-band {
  position: relative;
  margin: -18px 0 28px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .72fr);
  gap: clamp(18px, 2.4vw, 30px);
  align-items: stretch;
  min-height: clamp(360px, 32vw, 470px);
  padding: clamp(18px, 2.2vw, 26px);
  border: 10px solid rgba(255, 253, 248, .78);
  border-radius: 36px;
  background:
    radial-gradient(circle at 11% 18%, rgba(111, 59, 124, .18), transparent 14rem),
    radial-gradient(circle at 82% 18%, rgba(113, 197, 215, .2), transparent 18rem),
    linear-gradient(135deg, rgba(255, 253, 248, .95), rgba(240, 214, 186, .62)),
    url("assets/achievekids-background.jpg") center / cover;
  box-shadow: 0 22px 80px rgba(20, 24, 31, .13);
  overflow: hidden;
}
.campus-band::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, .76), rgba(255, 253, 248, .2) 44%, rgba(255, 253, 248, .68)),
    repeating-linear-gradient(90deg, rgba(20, 24, 31, .055) 0 1px, transparent 1px 26px);
}
.campus-band-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: end;
  min-height: 100%;
  padding: clamp(26px, 3.6vw, 54px);
  border: 1px solid rgba(255, 253, 248, .72);
  border-radius: 28px;
  background:
    radial-gradient(circle at 78% 18%, rgba(111, 59, 124, .12), transparent 15rem),
    linear-gradient(145deg, rgba(255, 253, 248, .62), rgba(255, 253, 248, .22));
  overflow: hidden;
}
.campus-band-copy::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -36px;
  width: clamp(118px, 14vw, 210px);
  height: clamp(130px, 16vw, 240px);
  background: url("assets/achievekids-star-mark.svg") center / contain no-repeat;
  opacity: .12;
  rotate: -10deg;
}
.campus-band-logos {
  position: absolute;
  top: clamp(18px, 2vw, 28px);
  left: clamp(18px, 2vw, 28px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px;
  border: 1px solid rgba(216, 205, 184, .7);
  border-radius: 18px;
  background: rgba(255, 253, 248, .86);
  box-shadow: 0 14px 42px rgba(20, 24, 31, .1);
  backdrop-filter: blur(16px);
}
.campus-logo-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 10px;
  border: 1px solid rgba(20, 24, 31, .07);
  border-radius: 12px;
  background: var(--white);
}
.campus-logo-chip img {
  width: auto;
  max-width: 104px;
  max-height: 22px;
  object-fit: contain;
}
.campus-logo-prepared {
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.campus-band-photo {
  position: relative;
  z-index: 2;
  min-height: 100%;
  border: 8px solid rgba(255, 253, 248, .74);
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(20, 24, 31, .15);
}
.campus-band-photo::after {
  content: none;
}
.campus-band-label,
.campus-band strong {
  position: relative;
  z-index: 3;
}
.campus-band-label {
  display: block;
  margin-bottom: 10px;
  max-width: 46ch;
  color: var(--ak-sun);
  font-family: var(--mono);
  font-size: clamp(10px, .86vw, 12px);
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.45;
  text-transform: uppercase;
}
.campus-band strong {
  display: block;
  max-width: 14ch;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(1.7rem, 4vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: .98;
}
.tab-list {
  display: inline-flex;
  width: fit-content;
  padding: 6px;
  border: 1px solid var(--rule);
  border-radius: 999px;
  background: rgba(255, 253, 248, .64);
}
.tab-list button {
  min-height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--ink-soft);
  font-weight: 700;
  cursor: pointer;
}
.tab-list button[aria-selected="true"] {
  background: var(--ufg-deep);
  color: var(--white);
}
.tab-list button:focus-visible {
  outline: 3px solid var(--ak-sun);
  outline-offset: 3px;
}
.tab-panel {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(22px, 4vw, 48px);
  border: 1px solid var(--rule);
  border-radius: 36px;
  background: var(--white);
}
.tab-panel[hidden] { display: none; }
.tab-panel h3 {
  font-size: clamp(1.5rem, 2.6vw, 2.35rem);
  letter-spacing: -.02em;
  line-height: 1.05;
}
.micro-note {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--rule);
  color: var(--ufg-deep);
  font-weight: 600;
}
.rhythm-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 22px;
  border: 1px solid var(--rule);
  background: var(--rule);
}
.rhythm-strip span {
  padding: 18px;
  background: var(--paper);
  color: var(--ink-soft);
  text-align: center;
}

.flow-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--rule);
  background: var(--rule);
}
.flow-card article {
  position: relative;
  min-height: 190px;
  padding: 26px;
  background: var(--white);
  overflow: hidden;
}
.flow-card article::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -28px;
  width: 92px;
  height: 112px;
  background: url("assets/ufg-mark.svg") center / contain no-repeat;
  opacity: .055;
  rotate: 8deg;
}
.flow-card article:nth-child(2n)::after {
  background-image: url("assets/achievekids-star-mark.svg");
  width: 112px;
  opacity: .095;
}
.flow-card article:nth-child(2)::after,
.flow-card article:nth-child(3)::after {
  content: none;
}
.flow-card p {
  margin: 14px 0 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(.98rem, 1.25vw, 1.18rem);
  font-weight: 800;
  line-height: 1.3;
}

.people-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.person {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
  padding: 20px;
  border: 1px solid var(--rule);
  border-radius: 24px;
  background: var(--white);
  overflow: hidden;
}
.person::after {
  content: "";
  position: absolute;
  right: -16px;
  top: -22px;
  width: 96px;
  height: 118px;
  background: url("assets/ufg-mark.svg") center / contain no-repeat;
  opacity: .06;
  rotate: 11deg;
}
.person img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 22px;
  object-fit: cover;
  object-position: top center;
}
.person h3 {
  margin-bottom: 4px;
}
.person span,
.contact-panel span {
  display: block;
  margin-bottom: 10px;
  color: var(--ak-sun);
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.person p {
  margin-bottom: 0;
}
.person p + p {
  margin-top: 12px;
}
.person-aside {
  padding-top: 12px;
  border-top: 1px solid var(--rule);
  color: var(--ufg-deep);
  font-size: .92rem;
  font-style: italic;
  line-height: 1.45;
}

.reading-col {
  margin: 0 auto;
  max-width: 64ch;
}
.reading-col p {
  font-size: clamp(.98rem, 1.05vw, 1.1rem);
  line-height: 1.6;
}
.mission-line {
  margin-top: 32px;
  color: var(--ufg-deep);
}

.cta-section {
  border-bottom: 0;
}
.cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: clamp(34px, 6vw, 92px);
  align-items: center;
}
.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.escape {
  margin-top: 18px;
  font-size: .98rem;
}
.contact-panel {
  position: relative;
  padding: 24px 22px 22px;
  border: 1px solid var(--rule);
  border-radius: 26px;
  background:
    radial-gradient(circle at 18% 18%, rgba(200, 99, 42, .12), transparent 12rem),
    var(--white);
  overflow: hidden;
}
.contact-panel::before {
  content: "";
  position: absolute;
  right: -14px;
  top: -16px;
  width: 96px;
  height: 112px;
  background: url("assets/ufg-mark.svg") center / contain no-repeat;
  opacity: .08;
  rotate: 9deg;
  pointer-events: none;
}
.contact-panel > * {
  position: relative;
}
.contact-panel h3 {
  margin-bottom: 4px;
}
.contact-panel a {
  display: flex;
  align-items: center;
  min-height: 44px;
  color: var(--ufg-deep);
  font-weight: 700;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.contact-panel p {
  margin: 18px 0 0;
  font-size: .92rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  place-items: center;
  padding: 72px 22px 22px;
  background: rgba(20, 24, 31, .84);
}
.lightbox.is-open {
  display: grid;
}
.lightbox img {
  max-height: 86vh;
  width: min(1100px, 100%);
  object-fit: contain;
  border-radius: 24px;
  background: var(--paper);
}
.lightbox-close {
  position: absolute;
  top: 22px;
  right: 22px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 253, 248, .25);
  border-radius: 999px;
  background: rgba(255, 253, 248, .12);
  color: var(--white);
  cursor: pointer;
}

.observe {
  opacity: 1;
}
@media (prefers-reduced-motion: no-preference) {
  .observe > * {
    opacity: 1;
    transform: none;
    transition: opacity .6s cubic-bezier(.2, .6, 0, 1), transform .6s cubic-bezier(.2, .6, 0, 1);
  }
  .observe.is-visible > * {
    opacity: 1;
    transform: translateY(0);
  }
  .cover.is-visible .cover-photo img {
    animation: settlePhoto 1.8s cubic-bezier(.2, .6, 0, 1) both;
  }
  @keyframes settlePhoto {
    from { transform: scale(1.04); }
    to { transform: scale(1); }
  }
}

@media (max-width: 1080px) {
  .section-grid,
  .cover-grid,
  .cta-grid {
    grid-template-columns: 1fr;
  }
  .cover-visual {
    min-height: clamp(360px, 52vw, 540px);
  }
  .hero-photo {
    width: 100%;
  }
  .cover-photo,
  .tall-photo {
    aspect-ratio: 16 / 10;
  }
  .commitment-grid article {
    min-height: 220px;
  }
  .people-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .topbar {
    align-items: stretch;
    border-radius: 22px;
    flex-direction: column;
    gap: 8px;
    padding: 8px 8px 6px;
  }
  .brand-mini {
    justify-content: center;
    gap: 8px;
  }
  .brand-mini .brand-conjunction { display: none; }
  .brand-mini .logo-chip {
    height: 36px;
    padding: 0 12px;
    border-radius: 11px;
  }
  .brand-mini .logo-chip img {
    max-height: 20px;
    max-width: 100px;
  }
  .section-nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .section-nav::-webkit-scrollbar { display: none; }
  .section-nav a {
    white-space: nowrap;
  }
  .section {
    min-height: auto;
    scroll-margin-top: 148px;
    padding: 118px 18px 56px;
  }
  .cta-section {
    min-height: 100svh;
  }
  .cover {
    padding-top: 124px;
  }
  .brand-orbit-ak {
    right: auto;
    left: -34px;
    bottom: 38px;
    width: 150px;
  }
  .brand-orbit-ufg {
    display: none;
  }
  .cover-visual {
    min-height: 370px;
  }
  .cover-visual::before {
    inset: 8% 2% 10% 7%;
    border-radius: 28px;
  }
  .hero-photo {
    border-width: 8px;
    border-radius: 28px;
    transform: rotate(.6deg);
  }
  .cover-brand-mark {
    top: -14px;
    right: 18px;
    width: 76px;
    padding: 10px 12px;
    border-radius: 17px;
  }
  .visual-stamp {
    left: 12px;
    right: 12px;
    bottom: 8px;
    width: auto;
    padding: 14px 16px;
  }
  .chapter-cursor {
    right: 14px;
    bottom: 16px;
    padding: 8px 10px;
    font-size: 11px;
  }
  .sticky-cta {
    display: none;
  }
  h1 {
    font-size: clamp(1.95rem, 7.4vw, 2.6rem);
    line-height: 1.05;
  }
  h2 {
    font-size: clamp(1.6rem, 6.2vw, 2.25rem);
    line-height: 1.08;
  }
  h3 {
    font-size: 1.06rem;
  }
  .lede {
    font-size: 1rem;
    line-height: 1.5;
  }
  .pull,
  blockquote,
  .mission-line {
    font-size: 1.18rem;
    line-height: 1.32;
  }
  .image-stack p {
    font-size: 1.12rem;
  }
  .proof-photo {
    border-width: 7px;
    border-radius: 26px;
  }
  .campus-band {
    grid-template-columns: 1fr;
    margin-top: -10px;
    border-width: 7px;
    border-radius: 28px;
    min-height: 0;
    padding: 14px;
  }
  .campus-band-copy {
    min-height: 300px;
    padding: 92px 22px 24px;
  }
  .campus-band-logos {
    top: 16px;
    left: 16px;
    right: 16px;
    width: auto;
    justify-content: center;
  }
  .campus-logo-chip {
    height: 34px;
    padding: 0 8px;
  }
  .campus-logo-chip img {
    max-width: 92px;
    max-height: 19px;
  }
  .campus-logo-prepared {
    font-size: 8px;
    letter-spacing: .13em;
  }
  .campus-band-photo {
    min-height: 220px;
    border-width: 6px;
    border-radius: 24px;
  }
  .campus-band-label {
    font-size: 10px;
  }
  .campus-band strong {
    max-width: 13ch;
    font-size: clamp(1.45rem, 8vw, 2.3rem);
  }
  .cover-kicker {
    padding: 7px 12px;
    gap: 8px;
  }
  .cover-meta {
    margin: 16px 0 22px;
    font-size: .9rem;
  }
  .stat-row,
  .rhythm-strip {
    grid-template-columns: 1fr;
  }
  .stat-row article,
  .stat-row article:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--rule);
    padding: 16px 0;
  }
  .stat-row article:last-child {
    border-bottom: 0;
  }
  .stat-row strong {
    font-size: 1.85rem;
  }
  .commitment-grid {
    grid-template-columns: 1fr;
  }
  .commitment-grid article,
  .commitment-grid article:nth-child(4),
  .commitment-grid article:nth-child(5) {
    grid-column: span 1;
    min-height: 0;
    padding: 22px 18px;
  }
  .flow-card {
    grid-template-columns: 1fr;
  }
  .flow-card article {
    min-height: 0;
    padding: 20px 18px;
  }
  .service-list article {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 14px;
  }
  .service-collage {
    min-height: 0;
    display: grid;
    gap: 14px;
  }
  .service-collage::before {
    display: none;
  }
  .service-photo,
  .service-photo-clean,
  .service-photo-maintenance {
    position: relative;
    inset: auto;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-width: 7px;
    border-radius: 26px;
    rotate: 0deg;
  }
  .service-photo-maintenance {
    width: 88%;
    justify-self: end;
  }
  .service-note {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 15px 16px;
  }
  .service-note img {
    width: 42px;
    height: 52px;
  }
  .tab-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .tab-list button {
    padding: 0 10px;
    font-size: .92rem;
  }
  .tab-panel {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 24px;
  }
  .image-free-card,
  .campus-visual,
  .student-context-card {
    min-height: 220px;
  }
  .tab-panel h3 {
    font-size: 1.5rem;
  }
  .people-layout,
  .person {
    grid-template-columns: 1fr;
  }
  .person img {
    max-height: 360px;
  }
  .cta-buttons {
    display: grid;
  }
  .button,
  .text-link {
    width: 100%;
  }
}

@media (max-height: 760px) and (min-width: 821px) {
  .sticky-cta {
    display: none;
  }
}

@media (max-width: 390px) {
  .section {
    padding-left: 14px;
    padding-right: 14px;
  }
  h1 {
    font-size: clamp(1.85rem, 7.4vw, 2.3rem);
  }
  h2 {
    font-size: clamp(1.55rem, 6.2vw, 1.95rem);
  }
  .cover-kicker {
    width: 100%;
    justify-content: flex-start;
  }
  .cover-meta {
    font-size: .86rem;
  }
  .section-nav a {
    font-size: 10px;
    padding: 8px 9px;
  }
  .brand-mini .logo-chip {
    height: 34px;
    padding: 0 10px;
  }
  .brand-mini .logo-chip img {
    max-height: 18px;
    max-width: 92px;
  }
}

@media print {
  @page { size: 16in 9in; margin: 0; }
  html, body { background: white; }
  .topbar,
  .chapter-cursor,
  .sticky-cta,
  .skip-link,
  .lightbox {
    display: none !important;
  }
  .section {
    min-height: 100vh;
    break-after: page;
    border-bottom: 0;
    padding: 64px 72px;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
  .observe > * {
    opacity: 1 !important;
    transform: none !important;
  }
}
