:root {
  --ngm-ink: #23332d;
  --ngm-forest: #2d4b3c;
  --ngm-moss: #6f806d;
  --ngm-sage: #dfe7dd;
  --ngm-cream: #f6f1e8;
  --ngm-paper: #fffdf8;
  --ngm-clay: #c47e61;
  --ngm-gold: #c7a86b;
  --ngm-line: rgba(35,51,45,.14);
  --ngm-serif: Georgia, 'Times New Roman', serif;
  --ngm-sans: Arial, Helvetica, sans-serif;
  --ngm-radius: 28px;
  --ngm-shadow: 0 30px 70px rgba(35,51,45,.10);
}

html { scroll-behavior: smooth; }
body.ngm-prototype-page { margin: 0; background: var(--ngm-paper); color: var(--ngm-ink); font-family: var(--ngm-sans); font-size: 17px; line-height: 1.65; }
.ngm-prototype-page * { box-sizing: border-box; }
.ngm-prototype-page a { color: inherit; }
.ngm-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.ngm-section { padding: 112px 0; }
.ngm-skip { position: fixed; left: 12px; top: -80px; z-index: 99999; background: #fff; padding: 12px 18px; border-radius: 10px; }
.ngm-skip:focus { top: 12px; }

.ngm-header { position: fixed; inset: 0 0 auto; z-index: 1000; transition: background .25s ease, box-shadow .25s ease; }
.ngm-header.is-scrolled { background: rgba(255,253,248,.94); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--ngm-line); }
.ngm-header__inner { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.ngm-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.ngm-brand__logo .custom-logo-link { display: block; line-height: 0; }
.ngm-brand__logo img { width: auto; max-height: 54px; }
.ngm-brand__mark { width: 52px; height: 52px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font: 700 12px/1 var(--ngm-sans); letter-spacing: .11em; }
.ngm-brand__words { display: grid; line-height: 1.05; }
.ngm-brand__words strong { font: 500 17px/1.1 var(--ngm-serif); }
.ngm-brand__words small { margin-top: 4px; text-transform: uppercase; font: 700 9px/1 var(--ngm-sans); letter-spacing: .25em; }
.ngm-nav { display: flex; align-items: center; gap: 26px; font-size: 14px; }
.ngm-nav > a { text-decoration: none; }
.ngm-nav > a:not(.ngm-btn):hover { opacity: .6; }

.ngm-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; background: var(--ngm-forest); color: #fff !important; text-decoration: none; font-weight: 700; font-size: 14px; letter-spacing: .015em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.ngm-btn:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(45,75,60,.22); background: #233e31; }
.ngm-btn--small { min-height: 44px; padding-inline: 19px; }
.ngm-btn--light { background: #fff; color: var(--ngm-forest) !important; }
.ngm-text-link { display: inline-flex; gap: 10px; align-items: center; text-decoration: none; font-weight: 700; font-size: 14px; }
.ngm-text-link span { transition: transform .2s ease; }
.ngm-text-link:hover span { transform: translateX(4px); }
.ngm-text-link--light { color: #fff !important; }
.ngm-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.ngm-eyebrow { margin: 0 0 20px; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 800; color: var(--ngm-moss); }

.ngm-hero { min-height: 760px; position: relative; overflow: hidden; background: radial-gradient(circle at 78% 38%, rgba(199,168,107,.20), transparent 31%), linear-gradient(135deg, #f8f3ea 0%, #edf1e9 100%); padding: 170px 0 90px; }
.ngm-hero.has-photo { background-image: linear-gradient(90deg, rgba(246,241,232,.98) 0%, rgba(246,241,232,.88) 43%, rgba(246,241,232,.18) 72%, rgba(246,241,232,.05) 100%), var(--ngm-hero-image); background-position: center; background-size: cover; }
.ngm-hero__wash { position: absolute; width: 520px; height: 520px; border: 1px solid rgba(111,128,109,.24); border-radius: 50%; right: -90px; top: 90px; }
.ngm-hero__wash::before, .ngm-hero__wash::after { content: ''; position: absolute; border-radius: 50%; border: 1px solid rgba(111,128,109,.13); }
.ngm-hero__wash::before { inset: 62px; } .ngm-hero__wash::after { inset: 130px; }
.ngm-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.ngm-hero h1 { max-width: 760px; margin: 0 0 28px; font: 500 clamp(54px, 6vw, 88px)/.96 var(--ngm-serif); letter-spacing: -.045em; }
.ngm-lede { max-width: 630px; margin: 0 0 38px; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; color: rgba(35,51,45,.76); }
.ngm-hero__visual { min-height: 480px; position: relative; }
.ngm-material { position: absolute; border-radius: 22px; box-shadow: var(--ngm-shadow); }
.ngm-material--one { width: 180px; height: 260px; right: 32px; top: 20px; background: linear-gradient(145deg, #b7654a, #d79776); transform: rotate(8deg); }
.ngm-material--two { width: 260px; height: 130px; right: 150px; top: 154px; background: linear-gradient(145deg, #c7a86b, #e2c891); transform: rotate(-7deg); }
.ngm-material--three { width: 150px; height: 210px; right: 70px; top: 255px; background: linear-gradient(145deg, #55705f, #789481); transform: rotate(6deg); }
.ngm-hero__note { position: absolute; left: 15px; bottom: 20px; max-width: 250px; padding: 22px 25px; background: rgba(255,253,248,.89); border: 1px solid rgba(255,255,255,.65); border-radius: 20px; box-shadow: var(--ngm-shadow); backdrop-filter: blur(10px); }
.ngm-hero__note span, .ngm-hero__note strong { display: block; } .ngm-hero__note span { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: var(--ngm-moss); } .ngm-hero__note strong { margin-top: 6px; font: 500 22px/1.1 var(--ngm-serif); }

.ngm-intro { background: var(--ngm-paper); }
.ngm-intro__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.ngm-intro h2, .ngm-section-head h2, .ngm-story h2, .ngm-cta h2 { margin: 0; font: 500 clamp(42px, 5vw, 67px)/1.02 var(--ngm-serif); letter-spacing: -.035em; }
.ngm-rich { font-size: 18px; color: rgba(35,51,45,.77); }
.ngm-rich p:first-child { margin-top: 0; }

.ngm-programs { background: var(--ngm-forest); color: #fff; }
.ngm-programs .ngm-eyebrow, .ngm-programs .ngm-section-head > p { color: rgba(255,255,255,.62); }
.ngm-section-head { display: grid; grid-template-columns: 1fr 420px; align-items: end; gap: 60px; margin-bottom: 58px; }
.ngm-section-head > p { margin: 0; color: rgba(35,51,45,.66); }
.ngm-program-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ngm-program-card { min-height: 390px; position: relative; overflow: hidden; padding: 32px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--ngm-radius); background: rgba(255,255,255,.045); transition: transform .25s ease, background .25s ease; }
.ngm-program-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.08); }
.ngm-program-card__age { display: inline-block; font-size: 11px; text-transform: uppercase; letter-spacing: .15em; color: rgba(255,255,255,.65); }
.ngm-program-card h3 { margin: 88px 0 20px; font: 500 34px/1.05 var(--ngm-serif); }
.ngm-program-card p { color: rgba(255,255,255,.70); font-size: 15px; line-height: 1.6; }
.ngm-program-card__number { position: absolute; right: 22px; bottom: 8px; color: rgba(255,255,255,.08); font: 500 90px/1 var(--ngm-serif); }

.ngm-values { background: #edf1e9; }
.ngm-values__statement { max-width: 840px; margin-bottom: 72px; }
.ngm-values__statement h2 { margin: 0 0 24px; font: 500 clamp(42px, 5vw, 68px)/1.04 var(--ngm-serif); letter-spacing: -.035em; }
.ngm-values__statement > p:last-child { max-width: 650px; color: rgba(35,51,45,.7); }
.ngm-value-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--ngm-line); }
.ngm-value { padding: 34px 28px 0 0; border-right: 1px solid var(--ngm-line); }
.ngm-value + .ngm-value { padding-left: 28px; }
.ngm-value:last-child { border-right: 0; }
.ngm-value > span { font: 700 10px/1 var(--ngm-sans); letter-spacing: .15em; color: var(--ngm-clay); }
.ngm-value h3 { margin: 44px 0 14px; font: 500 28px/1.05 var(--ngm-serif); }
.ngm-value p { font-size: 14px; color: rgba(35,51,45,.68); }

.ngm-story { background: var(--ngm-paper); }
.ngm-story__grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 100px; }
.ngm-story__year { min-height: 420px; display: flex; flex-direction: column; justify-content: space-between; padding: 45px; background: var(--ngm-clay); color: #fff; border-radius: var(--ngm-radius); }
.ngm-story__year span { text-transform: uppercase; font-size: 11px; letter-spacing: .18em; }
.ngm-story__year strong { font: 500 clamp(80px, 11vw, 145px)/.85 var(--ngm-serif); letter-spacing: -.06em; }
.ngm-story h2 { margin-bottom: 28px; }
.ngm-story p:not(.ngm-eyebrow) { max-width: 640px; color: rgba(35,51,45,.70); }

.ngm-campuses { background: var(--ngm-cream); }
.ngm-campus-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.ngm-campus-card { min-height: 250px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; border-radius: 24px; background: var(--ngm-paper); border: 1px solid rgba(35,51,45,.07); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.ngm-campus-card:hover { transform: translateY(-4px); box-shadow: var(--ngm-shadow); }
.ngm-campus-card__top { position: absolute; left: 30px; top: 28px; text-transform: uppercase; font: 800 10px/1 var(--ngm-sans); letter-spacing: .16em; color: var(--ngm-moss); }
.ngm-campus-card h3 { margin: 0 0 8px; font: 500 30px/1.05 var(--ngm-serif); }
.ngm-campus-card p { max-width: 260px; margin: 0; font-size: 13px; color: rgba(35,51,45,.62); }
.ngm-campus-card__arrow { position: absolute; right: 25px; top: 24px; width: 38px; height: 38px; border: 1px solid var(--ngm-line); border-radius: 50%; display: grid; place-items: center; }
.ngm-campus-card--future { background: var(--ngm-sage); }

.ngm-cta { padding: 100px 0; background: var(--ngm-forest); color: #fff; }
.ngm-cta__inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 70px; }
.ngm-cta .ngm-eyebrow { color: rgba(255,255,255,.55); }
.ngm-cta h2 { max-width: 800px; }

.ngm-footer { padding: 72px 0 28px; background: #1f2d27; color: rgba(255,255,255,.72); font-size: 14px; }
.ngm-footer__grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 60px; }
.ngm-brand--footer { color: #fff; margin-bottom: 16px; }
.ngm-footer h3 { margin: 0 0 17px; color: #fff; font: 500 18px/1.1 var(--ngm-serif); }
.ngm-footer a { display: block; margin: 7px 0; text-decoration: none; }
.ngm-footer a:hover { color: #fff; }
.ngm-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 64px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.10); font-size: 11px; }
.ngm-footer__bottom a { display: inline; }

.ngm-editor-content { background: #fff; }
.ngm-mobile-tour { display: none; }
.ngm-menu-toggle { display: none; }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .ngm-section { padding: 84px 0; }
  .ngm-menu-toggle { display: inline-flex; width: 46px; height: 46px; border: 1px solid var(--ngm-line); border-radius: 50%; background: transparent; flex-direction: column; justify-content: center; gap: 4px; padding: 0 12px; }
  .ngm-menu-toggle span:not(.screen-reader-text) { height: 1px; width: 100%; background: currentColor; }
  .ngm-nav { position: absolute; left: 24px; right: 24px; top: 82px; padding: 22px; border-radius: 20px; background: var(--ngm-paper); box-shadow: var(--ngm-shadow); display: none; flex-direction: column; align-items: stretch; gap: 16px; }
  .ngm-nav.is-open { display: flex; }
  .ngm-hero__grid, .ngm-intro__grid, .ngm-story__grid, .ngm-cta__inner { grid-template-columns: 1fr; }
  .ngm-hero { padding-top: 145px; }
  .ngm-hero__visual { min-height: 330px; }
  .ngm-material--one { right: 12%; } .ngm-material--two { right: 34%; } .ngm-material--three { right: 18%; }
  .ngm-section-head { grid-template-columns: 1fr; gap: 22px; }
  .ngm-program-grid, .ngm-value-grid { grid-template-columns: repeat(2,1fr); }
  .ngm-program-card { min-height: 330px; }
  .ngm-campus-grid { grid-template-columns: repeat(2,1fr); }
  .ngm-footer__grid { grid-template-columns: 2fr 1fr 1fr; }
  .ngm-footer__grid > :last-child { grid-column: 2 / 4; }
}

@media (max-width: 640px) {
  .ngm-shell { width: min(100% - 30px, 1180px); }
  .ngm-header__inner { height: 76px; }
  .ngm-brand__words { display: none; }
  .ngm-brand__mark { width: 44px; height: 44px; }
  .ngm-hero { min-height: auto; padding: 125px 0 70px; }
  .ngm-hero h1 { font-size: 49px; }
  .ngm-hero__visual { min-height: 285px; }
  .ngm-material--one { width: 120px; height: 180px; right: 8%; }
  .ngm-material--two { width: 175px; height: 90px; right: 30%; top: 105px; }
  .ngm-material--three { width: 105px; height: 145px; right: 16%; top: 170px; }
  .ngm-hero__note { left: 0; bottom: 0; }
  .ngm-intro__grid, .ngm-story__grid { gap: 52px; }
  .ngm-intro h2, .ngm-section-head h2, .ngm-story h2, .ngm-cta h2, .ngm-values__statement h2 { font-size: 42px; }
  .ngm-program-grid, .ngm-value-grid, .ngm-campus-grid { grid-template-columns: 1fr; }
  .ngm-value { border-right: 0; border-bottom: 1px solid var(--ngm-line); padding: 28px 0; }
  .ngm-value + .ngm-value { padding-left: 0; }
  .ngm-value h3 { margin-top: 20px; }
  .ngm-story__year { min-height: 320px; padding: 30px; }
  .ngm-cta { padding-bottom: 130px; }
  .ngm-footer__grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; }
  .ngm-footer__grid > :first-child, .ngm-footer__grid > :last-child { grid-column: 1 / -1; }
  .ngm-footer__bottom { flex-direction: column; }
  .ngm-mobile-tour { display: flex; position: fixed; left: 14px; right: 14px; bottom: 14px; z-index: 999; min-height: 52px; align-items: center; justify-content: center; background: var(--ngm-forest); color: #fff !important; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 800; box-shadow: 0 12px 35px rgba(24,41,33,.28); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .ngm-btn, .ngm-campus-card, .ngm-program-card { transition: none; }
}
