@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");
:root {
  --ink: #163e32;
  --deep: #10372d;
  --paper: #f6f7f0;
  --lime: #dfed9d;
  --line: #cfd5cc;
  --sans: "DM Sans", Arial, sans-serif;
  --display: "Manrope", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.7 var(--sans);
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
}
button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 3px solid #9eab52;
  outline-offset: 6px;
}
::selection {
  background: var(--lime);
  color: var(--deep);
}
.skip {
  position: fixed;
  left: 20px;
  top: -100px;
  background: white;
  padding: 12px;
  z-index: 100;
}
.skip:focus {
  top: 10px;
}
.header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  padding: 24px 4.6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  border-bottom: 1px solid #ffffff38;
}
.brand {
  display: flex;
  gap: 13px;
  align-items: center;
  line-height: 1;
}
.brand img {
  width: 42px;
  height: 56px;
  object-fit: contain;
}
.brand > span {
  font-family: var(--display);
  font-size: 29px;
  letter-spacing: -1px;
}
.brand small {
  display: block;
  letter-spacing: 3px;
  font-size: 10px;
  margin-top: 9px;
}
.desktop-nav {
  display: flex;
  gap: 34px;
  font-size: 14px;
}
.desktop-nav a {
  position: relative;
}
.desktop-nav a:after {
  content: "";
  display: block;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.3s;
}
.desktop-nav a:hover:after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 14px;
}
.portal {
  border: 1px solid #ffffff70;
  border-radius: 50px;
  padding: 8px 20px;
}
#menu-open {
  display: flex;
  gap: 17px;
  align-items: center;
  background: none;
  color: inherit;
  border: 0;
  padding: 8px 0;
}
.menu-lines {
  display: grid;
  gap: 6px;
  width: 25px;
}
.menu-lines i {
  height: 1px;
  background: currentColor;
}
.hero {
  height: max(720px, 100svh);
  max-height: 1200px;
  position: relative;
  color: white;
  overflow: hidden;
  background: var(--deep);
}
.hero-photo {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 38%;
  animation: hero-in 1.8s cubic-bezier(0.2, 0.65, 0.2, 1) both;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    #09271f99 0%,
    #09271f22 35%,
    #09271fb0 75%,
    #09271fe8 100%
  );
}
.hero-topline {
  position: absolute;
  top: 145px;
  left: 4.6%;
  right: 4.6%;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  letter-spacing: 2px;
}
.hero-copy {
  position: absolute;
  bottom: 95px;
  left: 8.2%;
  right: 8.2%;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 24px;
}
.hero h1 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(50px, 6.9vw, 115px);
  line-height: 1.1;
  letter-spacing: -0.06em;
  margin: 0 0 34px;
}
.hero h1 span,
.hero h1 em {
  display: block;
}
.hero h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.045em;
  color: var(--lime);
  padding-left: 8vw;
}
.hero-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.round-link {
  display: inline-flex;
  gap: 38px;
  align-items: center;
  font-size: 15px;
}
.round-link b {
  display: grid;
  place-items: center;
  border: 1px solid #ffffffaa;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  font-size: 25px;
  font-weight: 400;
  transition: 0.3s;
}
.round-link:hover b {
  background: var(--lime);
  color: var(--deep);
  transform: rotate(45deg);
}
.scroll-cue {
  display: flex;
  gap: 25px;
  align-items: center;
  font-size: 12px;
}
.scroll-cue span {
  font-size: 30px;
  animation: down 2s infinite;
}
.hero-index {
  position: absolute;
  left: 4.6%;
  bottom: 24px;
  font-size: 11px;
  letter-spacing: 2px;
}
.section {
  padding: 110px 8.2%;
}
.intro {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 8vw;
}
.intro h2 {
  font-size: clamp(32px, 4vw, 64px);
  line-height: 1.17;
  letter-spacing: -0.045em;
  font-family: var(--display);
  font-weight: 500;
  margin: 0 0 35px;
}
h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
}
.intro p:not(.eyebrow) {
  max-width: 620px;
  color: #52665d;
  font-size: 18px;
}
.text-link {
  display: inline-flex;
  gap: 50px;
  align-items: center;
  border-bottom: 1px solid;
  padding: 12px 0;
  font-size: 14px;
}
.text-link span {
  font-size: 22px;
}
.text-link:hover span {
  transform: translate(4px, -4px);
}
@keyframes hero-in {
  from {
    transform: scale(1.08);
    filter: brightness(0.7);
  }
  to {
    transform: scale(1);
    filter: brightness(1);
  }
}
@keyframes down {
  50% {
    transform: translateY(7px);
  }
}
@media (max-width: 760px) {
  .header {
    height: 90px;
    padding: 18px 6%;
  }
  .desktop-nav,
  .portal {
    display: none;
  }
  .brand > span {
    font-size: 25px;
  }
  .brand img {
    height: 45px;
    width: 34px;
  }
  .hero {
    min-height: 720px;
    height: 100svh;
  }
  .hero-topline {
    top: 116px;
    left: 6%;
    right: 6%;
    font-size: 9px;
    letter-spacing: 1px;
  }
  .hero-topline span:last-child {
    display: none;
  }
  .hero-copy {
    left: 6%;
    right: 6%;
    bottom: 105px;
  }
  .hero h1 {
    font-size: clamp(44px, 10vw, 72px);
  }
  .hero h1 em {
    padding-left: 0;
    margin-top: 12px;
  }
  .hero-photo {
    object-position: 46% center;
  }
  .hero-bottom {
    gap: 25px;
  }
  .scroll-cue {
    font-size: 10px;
    gap: 10px;
  }
  .section {
    padding: 70px 6%;
  }
  .intro {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .intro p:not(.eyebrow) {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

/* Editorial layout, motion, shared navigation and content pages. */
.menu-dialog {
  position: fixed;
  inset: 0;
  border: 0;
  margin: 0;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100dvh;
  background: var(--deep);
  color: var(--paper);
  padding: 35px 6%;
  z-index: 100;
  overflow: auto;
}
.menu-dialog::backdrop {
  background: #10372ded;
}
.menu-dialog[open] {
  animation: menu-enter 0.5s cubic-bezier(0.2, 0.7, 0.1, 1) both;
}
.menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8vh;
}
.menu-brand {
  font: 500 40px var(--display);
  letter-spacing: -2px;
}
.menu-top button {
  color: inherit;
  background: none;
  border: 1px solid #ffffff60;
  border-radius: 40px;
  padding: 8px 22px;
}
.menu-grid {
  display: grid;
  grid-template-columns: 1.25fr 1.2fr 1fr;
  gap: 6vw;
  margin: 30px 0 60px;
}
.menu-grid section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.menu-grid .eyebrow {
  color: var(--lime);
  margin-bottom: 24px;
}
.menu-grid a {
  font-family: var(--display);
  font-size: clamp(18px, 2vw, 32px);
  line-height: 1.65;
  letter-spacing: -1px;
  transition:
    color 0.25s,
    transform 0.25s;
}
.menu-grid a:hover {
  color: var(--lime);
  transform: translateX(8px);
}
body.menu-visible {
  overflow: hidden;
}
.inner-page .header {
  position: relative;
  color: var(--ink);
  border-color: var(--line);
}
.inner-page .brand img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(26%) saturate(994%)
    hue-rotate(108deg);
}
.inner-page .portal {
  border-color: var(--line);
}
h2 {
  font-family: var(--display);
  font-size: clamp(32px, 4.2vw, 66px);
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -0.05em;
}
h3 {
  font-family: var(--display);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.025em;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 58px;
}
.section-head h2 {
  margin: 0;
}
.section-head .text-link {
  flex-shrink: 0;
}
.intro {
  padding-bottom: 125px;
}
.intro > div {
  max-width: 930px;
}
.campus-band {
  height: 620px;
  min-height: 460px;
  position: relative;
  overflow: hidden;
  color: white;
  background: var(--deep);
}
.campus-band > img {
  width: 100%;
  height: 115%;
  object-fit: cover;
  object-position: center 60%;
  position: absolute;
  top: -7.5%;
}
.campus-band:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #09271fd1, #09271f30);
}
.campus-band > div {
  position: absolute;
  left: 8.2%;
  bottom: 80px;
  z-index: 1;
}
.campus-band h2 {
  margin: 0 0 35px;
  max-width: 800px;
}
.campus-band h2 em {
  color: var(--lime);
}
.education {
  padding-top: 110px;
}
.education .section-head {
  align-items: start;
}
.education .section-head h2 {
  width: 70%;
}
.education-list {
  border-top: 1px solid var(--line);
}
.education-row {
  display: grid;
  grid-template-columns: 70px 1fr 1.5fr 55px;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 28px 12px;
  position: relative;
  transition:
    background 0.4s,
    padding 0.4s;
}
.education-row:before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--lime);
  z-index: -1;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.4s;
}
.education-row:hover:before {
  transform: scaleY(1);
}
.education-row:hover {
  padding-left: 30px;
  padding-right: 30px;
}
.education-row .number {
  font-size: 12px;
  color: #60776b;
}
.education-row strong {
  font-size: 55px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2px;
}
.education-row > span:not(.number) {
  font-size: 17px;
}
.education-row b {
  border: 1px solid var(--line);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  font-weight: 400;
  font-size: 23px;
  transition: 0.4s;
}
.education-row:hover b {
  background: var(--ink);
  color: var(--paper);
  transform: rotate(45deg);
}
.achievements {
  background: var(--deep);
  color: white;
  padding-top: 70px;
  padding-bottom: 80px;
}
.achievements .section-head {
  align-items: start;
  border-bottom: 1px solid #ffffff30;
  padding-bottom: 20px;
  margin-bottom: 45px;
}
.achievements .section-head p {
  margin: 0;
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.stat strong {
  font-family: var(--display);
  font-size: clamp(35px, 4.3vw, 72px);
  font-weight: 400;
  color: var(--lime);
  letter-spacing: -0.06em;
  line-height: 1.1;
}
.stat p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 23px;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 45px 28px;
}
.news-photo {
  position: relative;
  aspect-ratio: 1.35;
  overflow: hidden;
  background: #e0e5db;
}
.news-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.2, 0.65, 0.3, 1);
}
.news-photo > span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  background: var(--paper);
  color: var(--ink);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 21px;
  transform: translateY(70px);
  transition: transform 0.4s;
}
.news-card:hover img {
  transform: scale(1.06);
}
.news-card:hover .news-photo > span {
  transform: translateY(0);
}
.news-card time {
  font-size: 12px;
  color: #52665d;
  display: block;
  margin-top: 20px;
}
.news-card h3 {
  font-size: 22px;
  margin: 9px 0;
}
.news-card:nth-child(3n + 2) {
  margin-top: 65px;
}
.news-card {
  display: block;
}
.alumni {
  background: #e5ebd8;
  overflow: hidden;
}
.alumni h2 {
  font-size: clamp(38px, 7.6vw, 115px);
  letter-spacing: -0.06em;
}
.alumni-track {
  display: flex;
  gap: 25px;
  overflow: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #748762 transparent;
  padding-bottom: 20px;
}
.alumni-card {
  flex: 0 0 360px;
  scroll-snap-align: start;
  padding: 0 22px 20px 0;
}
.alumni-card img {
  height: 240px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  margin-bottom: 22px;
  filter: saturate(0.65);
}
.testimoni__item-content {
  font-size: 15px;
  line-height: 1.7;
}
.testimoni__item-title,
.testimoni__item-name {
  font-family: var(--display);
  font-size: 24px;
  font-weight: 600;
  margin-top: 18px;
}
.testimoni__item-position {
  font-size: 13px;
  color: #52665d;
}
.carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}
.carousel-controls button {
  border: 1px solid #9aaa91;
  background: transparent;
  color: var(--ink);
  border-radius: 50%;
  width: 46px;
  height: 46px;
  font-size: 21px;
}
.carousel-controls button:hover {
  background: var(--ink);
  color: white;
}
.admissions {
  text-align: center;
  padding-top: 110px;
  padding-bottom: 115px;
}
.admissions h2 {
  margin: 25px 0 45px;
}
.admission-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.admission-links a {
  border: 1px solid var(--line);
  border-radius: 45px;
  padding: 13px 25px;
  font-size: 14px;
}
.admission-links span {
  margin-left: 20px;
}
.admission-links a:hover {
  background: var(--ink);
  color: white;
}
.footer {
  background: var(--deep);
  color: white;
  padding: 65px 6% 24px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.footer-top .eyebrow {
  margin: 0;
}
.footer-word {
  font: 500 clamp(90px, 20.5vw, 330px)/1.1 var(--display);
  letter-spacing: -0.07em;
  color: var(--lime);
  margin: 55px 0 40px;
  white-space: nowrap;
}
.footer-word span {
  font-size: 0.15em;
  vertical-align: top;
  line-height: 2.2;
  margin-left: 0.1em;
}
.footer-grid {
  border-top: 1px solid #ffffff30;
  padding-top: 35px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.8fr;
  gap: 50px;
  font-size: 14px;
}
.footer-grid p {
  margin: 0;
}
.footer-grid a {
  display: block;
  line-height: 1.95;
}
.footer a:hover {
  color: var(--lime);
}
.footer-bottom {
  border-top: 1px solid #ffffff30;
  margin-top: 45px;
  padding-top: 22px;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #cad6cc;
}
.footer-bottom button {
  background: none;
  color: inherit;
  border: 1px solid #ffffff40;
  border-radius: 25px;
  padding: 6px 15px;
  font-size: 12px;
}
.page-heading {
  padding: 70px 8.2% 0;
}
.page-heading > a,
.page-heading > span {
  font-size: 12px;
  color: #52665d;
}
.page-heading h1 {
  font: 500 clamp(40px, 6.4vw, 96px)/1.12 var(--display);
  letter-spacing: -0.055em;
  max-width: 1130px;
  margin: 35px 0 55px;
  overflow-wrap: anywhere;
}
.heading-rule {
  height: 1px;
  background: var(--line);
  transform-origin: left;
  animation: line-in 1s both;
}
.source-content {
  padding-top: 60px;
  padding-bottom: 70px;
  min-height: 250px;
  font-size: 17px;
  line-height: 1.85;
}
.source-content .post-content {
  width: 100%;
}
.source-content p {
  margin: 0 0 24px;
}
.source-content h2 {
  font-size: clamp(29px, 3.4vw, 51px);
  margin: 42px 0 24px;
}
.source-content h3 {
  font-size: clamp(23px, 2.3vw, 33px);
  margin: 28px 0 18px;
}
.source-content h4,
.source-content h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 25px 0 12px;
}
.source-content a:not(:has(img)) {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}
.source-content a:hover {
  color: #65802e;
}
.source-content figure {
  margin: 0 0 24px;
}
.source-content img {
  max-width: 100%;
  height: auto;
  border-radius: 2px;
}
.source-content .wp-block-columns {
  display: flex;
  gap: 38px;
  align-items: flex-start;
  margin: 30px 0 40px;
}
.source-content .wp-block-column {
  flex: 1;
  min-width: 0;
}
.source-content .wp-block-columns .wp-block-columns {
  gap: 20px;
  margin: 15px 0 20px;
}
.source-content .wp-block-group {
  margin-bottom: 22px;
}
.source-content .wp-block-group__inner-container > .wp-block-group {
  margin-bottom: 28px;
}
.source-content .card {
  border-top: 1px solid var(--line);
  padding: 30px 0;
}
.source-content .card.card-body {
  border: 0;
  padding: 0;
}
.source-content .has-text-align-center {
  text-align: left;
}
.source-content blockquote {
  margin: 0;
  border-left: 2px solid #91a76e;
  padding: 15px 0 15px 30px;
}
.source-content blockquote p:first-child {
  font-family: Georgia, serif;
  font-size: 26px;
  line-height: 1.6;
  font-style: italic;
}
.source-content ul,
.source-content ol {
  padding-left: 24px;
}
.source-content li {
  margin-bottom: 10px;
}
.source-content .row {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
.source-content .row > .col-3 {
  flex: 0 0 215px;
}
.source-content .row > .col-9 {
  flex: 1;
  min-width: 0;
}
.source-content .pendidikan-sidebar {
  font-size: 14px;
  padding-right: 15px;
  border-right: 1px solid var(--line);
}
.source-content .pendidikan-sidebar ul {
  list-style: none;
  padding: 0;
}
.source-content .pendidikan-sidebar a {
  display: block;
  text-decoration: none !important;
  padding: 8px 0;
}
.source-content .pendidikan-sidebar .current-menu-item > a {
  font-weight: 700;
}
.source-content .pendidikan-sidebar .wp-block-columns {
  display: block;
}
.source-content .pendidikan-sidebar figure {
  display: none;
}
.source-content .wp-block-button a,
.source-content .button-green {
  display: inline-block;
  border: 1px solid var(--ink);
  padding: 10px 24px;
  border-radius: 40px;
  text-decoration: none !important;
  font-size: 14px;
  margin: 5px 0;
}
.source-content .wp-block-button a:hover,
.source-content .button-green:hover {
  background: var(--ink);
  color: white;
}
.source-content .webin-slide {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
.source-content .webin-slide__item {
  padding: 25px;
  border: 1px solid var(--line);
}
.source-content .webin-slide__item-title {
  font: 500 23px/1.4 var(--display);
  margin-bottom: 20px;
}
.source-content .webin-slide__item-image img {
  height: 90px;
  width: auto;
  object-fit: contain;
  margin: 15px 0;
}
.source-content .gallery-items,
.source-content .gallery-wrapper,
.source-content .webin-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.source-content .gallery-slide {
  display: flex;
  overflow: auto;
  gap: 20px;
  scroll-snap-type: x mandatory;
}
.source-content .gallery-slide > * {
  flex: 0 0 80%;
  scroll-snap-align: start;
}
.source-content .gallery-thumbs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 20px 0;
}
.source-content .gallery-thumbs img {
  width: 100px;
}
.source-content iframe {
  width: 100%;
  max-width: 100%;
  min-height: 350px;
  border: 0;
}
.source-content .card-testimoni img {
  width: 160px;
  aspect-ratio: 1;
  object-fit: cover;
  margin-bottom: 25px;
}
.source-content .card-testimoni {
  padding: 30px 20px;
}
.source-content .testimoni__item-content {
  font-size: 16px;
}
.source-content .gallery-item img {
  width: 100%;
  object-fit: cover;
}
.source-content .entry-header h2 {
  font-size: 32px;
}
.source-content .entry-meta {
  font-size: 13px;
}
.source-content .posts-navigation,
.source-content .post-navigation {
  margin: 40px 0;
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.source-content .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.source-content .search-form,
.source-content .widget_search {
  margin-top: 25px;
}
.source-content .source-hidden,
.source-content .hide {
  display: none !important;
}
.source-content .lyte-wrapper {
  margin: 25px 0;
}
.official-form {
  padding: 30px;
  border: 1px solid var(--line);
  background: #eaf0df;
}
.page-end {
  padding: 0 8.2% 70px;
}
.source-content .news-grid {
  font-size: 16px;
}
.source-content .news-card {
  text-decoration: none !important;
}
.source-content .news-card img {
  height: 100%;
}
.source-content .news-card h3 {
  font-size: 23px;
  margin-top: 10px;
}
.source-content .faq-main {
  border-top: 1px solid var(--line);
  padding: 0;
}
.source-content .faq-main > button {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  text-align: left;
  width: 100%;
  border: 0;
  background: none;
  padding: 25px 0;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.5;
}
.source-content .faq-main > button:after {
  content: "+";
  font-size: 28px;
  font-weight: 400;
}
.source-content .faq-main > button[aria-expanded="true"]:after {
  content: "−";
}
.source-content .faq-main [data-content] {
  padding: 0 0 25px;
  color: #52665d;
}
.source-content [hidden] {
  display: none !important;
}
.source-content .faq-title {
  font-weight: 500;
}
.source-content .col-4 {
  flex: 1;
  min-width: 0;
}
.source-content table {
  border-collapse: collapse;
  max-width: 100%;
}
.source-content td,
.source-content th {
  padding: 10px;
  border-bottom: 1px solid var(--line);
}
.lightbox {
  border: 0;
  padding: 0;
  background: #09251fec;
  color: white;
  width: min(1100px, 96vw);
  max-width: 96vw;
}
.lightbox::backdrop {
  background: #000d;
}
.lightbox img {
  max-height: 82dvh;
  width: 100%;
  object-fit: contain;
}
.lightbox button {
  position: absolute;
  right: 15px;
  top: 15px;
  border: 0;
  background: white;
  color: var(--ink);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 23px;
}
.reveal {
  opacity: 1;
  transform: none;
}
.motion-ready .reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(35px);
}
.motion-ready .reveal {
  transition:
    opacity 0.8s cubic-bezier(0.2, 0.65, 0.3, 1)
      var(--reveal-delay, 0ms),
    transform 0.8s cubic-bezier(0.2, 0.65, 0.3, 1)
      var(--reveal-delay, 0ms);
}
.hero-copy > .eyebrow,
.hero h1 span,
.hero h1 em,
.hero-bottom {
  animation: copy-in 1.1s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero-copy > .eyebrow {
  animation-delay: 0.15s;
}
.hero h1 span {
  animation-delay: 0.25s;
}
.hero h1 em {
  animation-delay: 0.4s;
}
.hero-bottom {
  animation-delay: 0.6s;
}
.page-heading h1 {
  animation: copy-in 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero-index {
  font-size: 12px;
}
.hero-topline {
  font-size: 12px;
}
.eyebrow {
  font-size: 12px;
}
.brand small {
  font-size: 11px;
}
.motion-off *,
.motion-off *:before,
.motion-off *:after {
  animation: none !important;
  transition: none !important;
}
.motion-off .reveal {
  opacity: 1 !important;
  transform: none !important;
}
.motion-off {
  scroll-behavior: auto;
}
@keyframes copy-in {
  from {
    opacity: 0;
    transform: translateY(36px);
    clip-path: inset(100% 0 0 0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    clip-path: inset(0);
  }
}
@keyframes menu-enter {
  from {
    clip-path: inset(0 0 100% 0);
  }
  to {
    clip-path: inset(0);
  }
}
@keyframes line-in {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@view-transition {
  navigation: auto;
}
::view-transition-old(root) {
  animation: fade-out 0.18s ease both;
}
::view-transition-new(root) {
  animation: fade-in 0.3s ease both;
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade-out {
  to {
    opacity: 0;
  }
}
@media (min-width: 1600px) {
  .section,
  .page-heading,
  .page-end {
    padding-left: max(8.2%, calc((100vw - 1360px) / 2));
    padding-right: max(8.2%, calc((100vw - 1360px) / 2));
  }
}
@media (max-width: 1000px) {
  .source-content .row {
    gap: 28px;
  }
  .source-content .row > .col-3 {
    flex-basis: 170px;
  }
  .source-content .wp-block-columns {
    gap: 25px;
  }
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .news-card:nth-child(3n + 2) {
    margin-top: 0;
  }
  .stat strong {
    font-size: 45px;
  }
  .desktop-nav {
    gap: 20px;
  }
  .header-actions {
    gap: 20px;
  }
  .footer-grid {
    gap: 25px;
  }
  .menu-grid {
    gap: 30px;
  }
}
@media (max-width: 760px) {
  .hero h1 {
    font-size: clamp(41px, 10vw, 72px);
  }
  .hero .eyebrow {
    font-size: 11px;
    letter-spacing: 1.5px;
  }
  .hero-topline {
    font-size: 10px;
  }
  .hero-copy {
    bottom: 95px;
  }
  .hero h1 em {
    padding-right: 10px;
  }
  .hero-index {
    left: 6%;
    font-size: 10px;
  }
  .scroll-cue {
    font-size: 11px;
  }
  .hero-bottom {
    align-items: center;
  }
  .round-link {
    gap: 18px;
    font-size: 14px;
  }
  .round-link b {
    width: 44px;
    height: 44px;
  }
  .section-head {
    display: block;
    margin-bottom: 35px;
  }
  .section-head .text-link {
    margin-top: 24px;
  }
  .section-head h2 {
    font-size: 36px;
  }
  .campus-band {
    height: 470px;
  }
  .campus-band > div {
    left: 6%;
    right: 6%;
    bottom: 55px;
  }
  .campus-band h2 {
    font-size: 38px;
  }
  .education .section-head h2 {
    width: 100%;
  }
  .education-row {
    grid-template-columns: 24px 66px 1fr 32px;
    gap: 10px;
    padding: 25px 0;
  }
  .education-row:hover {
    padding-left: 5px;
    padding-right: 5px;
  }
  .education-row strong {
    font-size: 34px;
    letter-spacing: -1px;
  }
  .education-row > span:not(.number) {
    font-size: 14px;
    line-height: 1.4;
  }
  .education-row b {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .education-row .number {
    font-size: 10px;
  }
  .achievements .section-head p:last-child {
    margin-top: 15px;
  }
  .stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 18px;
  }
  .stat strong {
    font-size: 44px;
  }
  .stat p {
    font-size: 13px;
  }
  .news-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .news-card:nth-child(n) {
    margin: 0;
  }
  .news-photo {
    aspect-ratio: 1.45;
  }
  .news-card h3 {
    font-size: 23px;
  }
  .news-photo > span {
    transform: none;
  }
  .alumni-card {
    flex-basis: 86%;
  }
  .alumni h2 {
    font-size: 44px;
  }
  .alumni .section-head {
    margin-bottom: 35px;
  }
  .admissions .eyebrow {
    font-size: 11px;
    line-height: 1.7;
  }
  .admissions h2 {
    font-size: 36px;
  }
  .admission-links {
    gap: 8px;
  }
  .admission-links a {
    padding: 9px 17px;
  }
  .footer {
    padding: 45px 6% 25px;
  }
  .footer-top {
    align-items: start;
    flex-direction: column;
    gap: 25px;
  }
  .footer-word {
    font-size: 21vw;
    margin: 45px 0 30px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .footer-grid > div:last-child {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-bottom {
    align-items: start;
    flex-wrap: wrap;
    gap: 12px 20px;
  }
  .footer-bottom > span {
    flex-basis: 100%;
  }
  .menu-dialog {
    padding: 25px 6%;
  }
  .menu-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 35px;
  }
  .menu-top {
    margin-bottom: 30px;
  }
  .menu-grid a {
    font-size: 25px;
    line-height: 1.8;
  }
  .menu-grid .eyebrow {
    margin-bottom: 12px;
  }
  .page-heading {
    padding: 45px 6% 0;
  }
  .page-heading h1 {
    font-size: 43px;
    line-height: 1.15;
    margin: 28px 0 35px;
  }
  .source-content {
    padding-top: 30px;
    font-size: 16px;
  }
  .source-content .wp-block-columns,
  .source-content .row {
    display: block;
  }
  .source-content .wp-block-column {
    margin-bottom: 26px;
  }
  .source-content .row > .col-3 {
    margin-bottom: 30px;
  }
  .source-content .pendidikan-sidebar {
    border: 0;
    border-bottom: 1px solid var(--line);
    padding-bottom: 20px;
  }
  .source-content .pendidikan-sidebar ul {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
  }
  .source-content .pendidikan-sidebar li {
    margin: 0;
  }
  .source-content .pendidikan-sidebar .widget_block {
    display: none;
  }
  .source-content .wp-block-columns .wp-block-columns {
    display: block;
  }
  .source-content .webin-slide {
    grid-template-columns: 1fr;
  }
  .source-content .gallery-items,
  .source-content .gallery-wrapper,
  .source-content .webin-gallery {
    grid-template-columns: 1fr;
  }
  .source-content .card {
    padding: 20px 0;
  }
  .source-content .card-testimoni img {
    width: 120px;
  }
  .source-content iframe {
    min-height: 220px;
  }
  .source-content blockquote {
    padding-left: 20px;
  }
  .source-content blockquote p:first-child {
    font-size: 22px;
  }
  .source-content .faq-main > button {
    font-size: 17px;
    padding: 20px 0;
  }
  .page-end {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .motion-ready .reveal:not(.is-visible) {
    opacity: 1;
    transform: none;
  }
  .hero-photo,
  .campus-band > img {
    transform: none !important;
  }
  ::view-transition-old(root),
  ::view-transition-new(root) {
    animation: none !important;
  }
}

.site-search {
  margin: 25px 0;
}
.site-search label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.search-line {
  display: flex;
  gap: 8px;
}
.site-search input {
  min-width: 0;
  width: 100%;
  background: transparent;
  color: inherit;
  border: 1px solid currentColor;
  border-radius: 3px;
  padding: 12px 14px;
  font-size: 16px;
}
.site-search button {
  color: inherit;
  background: transparent;
  border: 1px solid currentColor;
  padding: 10px 16px;
}
.search-results {
  display: grid;
  gap: 10px;
  margin-top: 15px;
  font-size: 15px;
}
.search-results a {
  padding: 10px 0;
  border-bottom: 1px solid #809384;
}
.menu-dialog .site-search {
  max-width: 650px;
}
.gallery-content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.gallery-content-grid > div {
  min-width: 0;
}
.gallery-content-grid img {
  aspect-ratio: 1.35;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 760px) {
  .gallery-content-grid {
    grid-template-columns: 1fr;
  }
}

.news-card,
.news-card h3,
.news-photo {
  min-width: 0;
}
.news-card h3 {
  overflow-wrap: anywhere;
}
.stat strong {
  overflow-wrap: anywhere;
}
.source-content {
  overflow-wrap: anywhere;
}
.source-content .row > .col-8,
.source-content .row > .col-12 {
  min-width: 0;
  flex: 1;
}
.source-content .gallery-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.gallery-tools {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin: 25px 0 35px;
}
.gallery-tools label {
  font-size: 14px;
  flex: 1;
  min-width: 180px;
}
.gallery-tools input,
.gallery-tools select {
  display: block;
  width: 100%;
  margin-top: 8px;
  font: inherit;
  padding: 12px 15px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
}
.gallery-empty {
  padding: 30px 0;
}
.video-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--deep);
  color: white !important;
  aspect-ratio: 16/9;
  border: 1px solid var(--line);
  text-decoration: none !important;
  margin: 15px 0;
}
@media (max-width: 760px) {
  .news-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .source-content .gallery-row {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 400px) {
  .stat strong {
    font-size: 34px;
  }
  .hero h1 {
    font-size: 40px;
  }
}

.intro-art {
  margin: 40px 0 0;
  max-width: 620px;
  overflow: hidden;
}
.intro-art img {
  width: 100%;
  max-height: 380px;
  object-fit: cover;
}
.tour-section {
  border-top: 1px solid var(--line);
  padding-top: 70px;
  padding-bottom: 70px;
}
.tour-section h2 {
  margin: 15px 0 20px;
}
.gallery-content-grid .card {
  border: 0;
  padding: 0;
}
.grid__item-title {
  font: 500 22px/1.4 var(--display);
  margin: 20px 0 30px;
}
.source-content .gallery-filter {
  display: block;
}
.gallery-container [hidden] {
  display: none !important;
}

/* Shared refinements: keyboard access, small screens, and readable long content. */
[hidden] {
  display: none !important;
}
select {
  font: inherit;
}
select:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #7c903c;
  outline-offset: 5px;
}
button,
a,
input,
select {
  touch-action: manipulation;
}
.brand small,
.hero-topline,
.hero-index {
  font-size: 12px;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  color: #52665d;
  line-height: 1.6;
}
.breadcrumbs a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.admissions-note {
  max-width: 580px;
  margin: -20px auto 30px;
  color: #52665d;
}
.menu-top {
  position: sticky;
  top: -35px;
  z-index: 2;
  background: var(--deep);
  padding: 18px 0;
}
.menu-dialog {
  scrollbar-gutter: stable;
  overscroll-behavior: contain;
}
.menu-grid a {
  min-height: 44px;
  display: flex;
  align-items: center;
}
.search-results p {
  margin: 0;
  line-height: 1.6;
}
.search-results a:focus-visible {
  background: #ffffff15;
}
.footer-grid a {
  padding: 3px 0;
}
.footer-bottom button {
  min-height: 44px;
  font-size: 14px;
}
.stat strong {
  font-variant-numeric: tabular-nums;
}
.source-content table {
  display: block;
  overflow-x: auto;
  width: 100%;
  overscroll-behavior-x: contain;
}
.source-content .faq-main > button {
  min-height: 52px;
}
.source-content .faq-main > button:after {
  flex-shrink: 0;
}
.lightbox button {
  z-index: 2;
}
.lightbox {
  overscroll-behavior: contain;
}
@media (max-width: 1100px) {
  .desktop-nav {
    gap: 18px;
  }
  .header-actions {
    gap: 18px;
  }
  .header {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (max-width: 920px) {
  .desktop-nav {
    display: none;
  }
  .menu-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .menu-grid section:last-child {
    grid-column: 1/-1;
  }
  .source-content .row {
    gap: 25px;
  }
}
@media (max-width: 760px) {
  .header {
    padding-left: 6%;
    padding-right: 6%;
  }
  .hero {
    min-height: 640px;
  }
  .hero .eyebrow,
  .hero-topline,
  .hero-index,
  .scroll-cue {
    font-size: 12px;
  }
  .hero h1 {
    font-size: clamp(38px, 9.5vw, 64px);
    letter-spacing: -0.045em;
  }
  .hero-copy {
    bottom: 85px;
  }
  .hero-bottom {
    flex-wrap: wrap;
    gap: 20px;
  }
  .round-link {
    min-height: 44px;
  }
  .education-row .number {
    font-size: 12px;
  }
  .stat p {
    font-size: 14px;
  }
  .menu-top {
    top: -25px;
  }
  .menu-grid {
    grid-template-columns: 1fr;
  }
  .menu-grid section:last-child {
    grid-column: auto;
  }
  .menu-grid a {
    font-size: 23px;
    letter-spacing: -0.5px;
  }
  .menu-top button {
    min-height: 44px;
  }
  .page-heading h1 {
    font-size: clamp(34px, 7.5vw, 48px);
    letter-spacing: -0.04em;
  }
  .source-content .row > * {
    min-width: 0;
  }
  .admissions-note {
    margin-top: -15px;
  }
  .footer-bottom {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  .brand > span {
    font-size: 23px;
  }
  .header-actions {
    gap: 8px;
  }
  #menu-open {
    gap: 10px;
  }
  .hero h1 {
    font-size: 36px;
  }
  .education-row {
    grid-template-columns: 22px 61px minmax(0, 1fr) 30px;
  }
  .education-row strong {
    font-size: 30px;
  }
  .stat strong {
    font-size: 36px;
  }
  .search-line {
    flex-wrap: wrap;
  }
  .search-line input {
    flex-basis: 100%;
  }
  .search-line button {
    width: 100%;
  }
}
@media print {
  .header,
  .footer,
  .menu-dialog,
  .hero-bottom,
  .page-end,
  .carousel-controls,
  .site-search {
    display: none !important;
  }
  .hero {
    height: auto;
    min-height: 0;
    color: #163e32;
    padding: 25px;
  }
  .hero-photo,
  .hero-shade,
  .hero-topline,
  .hero-index {
    display: none;
  }
  .hero-copy {
    position: static;
  }
  .hero h1 {
    font-size: 36px;
  }
  .hero h1 em {
    color: inherit;
  }
  .section,
  .page-heading {
    padding: 25px 0;
  }
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
  .source-content {
    padding: 20px 0;
  }
  body {
    background: white;
  }
}
