/* Photo-led Daftar Cepat. Loaded after the flyer, program and registration styles. */
body[data-design="direct"] {
  --oh-paper: #fafaf8;
  --oh-white: #fff;
  --oh-ink: #214586;
  --oh-muted: #52617b;
  --oh-line: #d5deec;
  --oh-accent: #ff681e;
  --oh-photo-radius: 15px;
}
body[data-design="direct"] .oh-section { padding-block: 48px; }
body[data-design="direct"] .oh-section-head { margin-bottom: 25px; }
body[data-design="direct"] .oh-section-title { max-width: 23ch; text-wrap: balance; }
body[data-design="direct"] .oh-section-intro { max-width: 61ch; line-height: 1.75; }
body[data-design="direct"] .oh-header .oh-brand { min-width: 0; }
body[data-design="direct"] .oh-header .oh-web-logo { width: 172px; max-width: 100%; max-height: 34px; }
body[data-design="direct"] .oh-hero-free {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 100%;
  margin: 15px auto 0;
  padding: 7px 12px;
  border: 1px solid #eccbb6;
  border-radius: 99px;
  background: #fff0e6;
  color: #88411e;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.5;
}
body[data-design="direct"] .oh-hero-free::before { content: ""; width: 5px; height: 5px; flex: 0 0 5px; border-radius: 50%; background: var(--oh-accent); }
body[data-design="direct"] .oh-registration-window { margin-inline: auto; }
body[data-design="direct"] .oh-unit-availability-count { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; min-width: 0; width: 100%; white-space: normal; }
body[data-design="direct"] .oh-unit-availability-count > span { display: block; max-width: 100%; font-size: 9px; font-weight: 500; line-height: 1.45; }

/* The photograph stays first, with an explicit illustration label on the image. */
body[data-design="direct"] .oh-highlight-grid,
body[data-design="direct"] .oh-explore-grid { display: grid; grid-template-columns: minmax(0,1fr); gap: 24px; }
body[data-design="direct"] .oh-photo-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--oh-line); border-radius: var(--oh-photo-radius); background: var(--oh-white); }
body[data-design="direct"] .oh-photo-wrap { position: relative; min-width: 0; aspect-ratio: 3 / 2; margin: 0; overflow: hidden; isolation: isolate; background: #dce3ed; }
body[data-design="direct"] .oh-photo-wrap > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}
body[data-design="direct"] .oh-photo-wrap > img[data-parallax] { transform: translate3d(0,var(--oh-parallax-y,0px),0) scale(1.06); transform-origin: center; }
body[data-design="direct"] .oh-photo-wrap::after { content: ""; position: absolute; inset: 60% 0 0; z-index: 1; pointer-events: none; background: linear-gradient(transparent,#0c224a52); }
body[data-design="direct"] .oh-photo-wrap > figcaption,
body[data-design="direct"] .oh-image-label {
  position: absolute;
  z-index: 2;
  left: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  margin: 0;
  padding: 5px 8px;
  border: 1px solid #ffffff32;
  border-radius: 5px;
  background: #132c54d9;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: .01em;
}
body[data-design="direct"] .oh-photo-wrap > figcaption .oh-image-label { position: static; padding: 0; border: 0; border-radius: 0; background: none; font: inherit; }
body[data-design="direct"] .oh-photo-card-body { flex: 1; padding: 24px 22px; }
body[data-design="direct"] .oh-photo-card-body > .oh-kicker { font-size: 9px; margin-bottom: 10px; }
body[data-design="direct"] .oh-photo-card-body h3 { max-width: 24ch; color: var(--oh-ink); font-size: 25px; line-height: 1.16; font-weight: 750; letter-spacing: -.035em; text-wrap: balance; }
body[data-design="direct"] .oh-photo-card-body > p:not(.oh-kicker) { margin-top: 12px; color: var(--oh-muted); font-size: 13px; line-height: 1.75; }
body[data-design="direct"] .oh-speaker-line,
body[data-design="direct"] .oh-child-note { display: flex; flex-wrap: wrap; align-items: baseline; gap: 5px 10px; margin-top: 21px; padding-top: 16px; border-top: 1px solid var(--oh-line); font-size: 12px; line-height: 1.6; }
body[data-design="direct"] .oh-speaker-line strong { font-size: 17px; font-weight: 750; }
body[data-design="direct"] .oh-speaker-line span,
body[data-design="direct"] .oh-child-note { color: var(--oh-muted); }
body[data-design="direct"] .oh-child-note strong { color: var(--oh-ink); }
body[data-design="direct"] .oh-photo-card-body > .oh-child-note { margin-top: 21px; font-size: 12px; }
body[data-design="direct"] .oh-offer-banner { position: relative; margin-top: 20px; padding: 25px 23px; overflow: hidden; border: 1px solid #ebcfba; border-left: 4px solid var(--oh-accent); border-radius: 10px; background: #fff1e5; }
body[data-design="direct"] .oh-offer-banner .oh-kicker { margin-bottom: 9px; color: #96502a; font-size: 9px; }
body[data-design="direct"] .oh-offer-banner h3 { max-width: 31ch; color: #214586; font-size: 25px; line-height: 1.2; font-weight: 750; letter-spacing: -.025em; }
body[data-design="direct"] .oh-offer-banner > p:not(.oh-kicker) { max-width: 72ch; margin-top: 10px; color: #5d514b; font-size: 12px; line-height: 1.75; }

/* A small, selectable class catalogue, paired with one changing photograph. */
body[data-design="direct"] .oh-trial { margin-top: 35px; padding-top: 33px; }
body[data-design="direct"] .oh-trial-head { gap: 14px; }
body[data-design="direct"] .oh-trial-head h3 { font-size: 28px; font-weight: 750; line-height: 1.15; }
body[data-design="direct"] .oh-trial-head p:not(.oh-kicker) { line-height: 1.75; }
body[data-design="direct"] .oh-trial-showcase { display: grid; grid-template-columns: minmax(0,1fr); align-items: start; gap: 20px; margin-top: 23px; }
body[data-design="direct"] .oh-trial-cover { border-radius: var(--oh-photo-radius); }
body[data-design="direct"] .oh-trial-browser { min-width: 0; }
body[data-design="direct"] .oh-trial-filters { gap: 7px; margin: 0 0 16px; }
body[data-design="direct"] .oh-trial-filters button { min-height: 44px; padding: 10px 13px; background: transparent; border: 1px solid #cbd6e8; border-radius: 99px; color: #415a82; font-size: 11px; line-height: 1.35; }
body[data-design="direct"] .oh-trial-filters button[aria-pressed="true"] { border-color: #214586; background: #214586; color: #fff; }
body[data-design="direct"] .oh-trial-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin: 0; padding: 0; list-style: none; }
body[data-design="direct"] .oh-trial-list > li { display: block; min-width: 0; min-height: 0; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
body[data-design="direct"] .oh-trial-choice {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 9px;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 82px;
  padding: 14px 12px;
  border: 1px solid #d4deec;
  border-radius: 10px;
  background: #fff;
  color: #214586;
  text-align: left;
  transition: border-color .2s,background .2s,box-shadow .2s;
}
body[data-design="direct"] .oh-trial-choice strong { max-width: 100%; font-size: 12px; line-height: 1.4; font-weight: 650; overflow-wrap: break-word; }
body[data-design="direct"] .oh-trial-choice > span { font-size: 10px; line-height: 1.45; color: #5b6c89; }
body[data-design="direct"] .oh-trial-choice:hover { border-color: #ff9c69; background: #fff6ef; }
body[data-design="direct"] .oh-trial-choice:hover > span { color: #954719; }
body[data-design="direct"] .oh-trial-choice:focus-visible { outline: 2px solid #d84a08; outline-offset: 3px; }
body[data-design="direct"] .oh-trial-status { min-height: 18px; margin-top: 13px !important; font-size: 11px; line-height: 1.6; }

/* One shared morning, with the parents' and children's programmes made explicit. */
body[data-design="direct"] .oh-section.oh-agenda {
  --oh-muted: #d9e3f6;
  --oh-line: #ffffff32;
  max-width: none;
  padding-inline: max(var(--oh-gutter),calc((100vw - var(--oh-width)) / 2 + var(--oh-gutter)));
  border: 0;
  background: #214586;
  color: #fff;
}
body[data-design="direct"] .oh-agenda .oh-kicker { color: #ffc09a; }
body[data-design="direct"] .oh-agenda .oh-section-title { color: #fff; }
body[data-design="direct"] .oh-agenda .oh-section-intro { color: #d9e3f6; }
body[data-design="direct"] .oh-agenda-steps { display: grid; list-style: none; margin: 30px 0 0; padding: 0; }
body[data-design="direct"] .oh-agenda-steps > li { position: relative; display: grid; grid-template-columns: 79px minmax(0,1fr); gap: 19px; min-width: 0; padding: 0 0 27px; }
body[data-design="direct"] .oh-agenda-steps > li:last-child { padding-bottom: 0; }
body[data-design="direct"] .oh-agenda-steps time { display: block; padding-top: 2px; color: #ffd2b5; font-size: 13px; font-weight: 650; line-height: 1.6; font-variant-numeric: tabular-nums; }
body[data-design="direct"] .oh-agenda-steps time small { display: block; color: #c6d6f2; font-size: 9px; font-weight: 500; letter-spacing: .08em; }
body[data-design="direct"] .oh-agenda-steps > li > div { position: relative; min-width: 0; padding-left: 19px; }
body[data-design="direct"] .oh-agenda-steps > li > div::before { position: absolute; top: 7px; left: -3px; width: 7px; height: 7px; border-radius: 50%; background: #ff8b4f; content: ""; }
body[data-design="direct"] .oh-agenda-steps > li:not(:last-child) > div::after { position: absolute; top: 20px; bottom: -20px; left: 0; width: 1px; background: #ffffff32; content: ""; }
body[data-design="direct"] .oh-agenda-steps h3 { color: #fff; font-size: 19px; line-height: 1.3; letter-spacing: -.025em; font-weight: 650; }
body[data-design="direct"] .oh-agenda-steps p { margin-top: 9px; color: #d9e3f6; font-size: 12px; line-height: 1.75; }
body[data-design="direct"] .oh-agenda-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 29px; padding-top: 22px; border-top: 1px solid #ffffff32; }
body[data-design="direct"] .oh-agenda-tags > * { margin: 0; padding: 5px 10px; border: 1px solid #ffffff42; border-radius: 99px; color: #edf3ff; font-size: 10px; line-height: 1.6; }
body[data-design="direct"] .oh-agenda-tags:not(:has(> *)) { color: #edf3ff; font-size: 12px; line-height: 1.75; }
body[data-design="direct"] .oh-agenda-steps .oh-agenda-tags { margin-top: 15px; padding-top: 0; border: 0; gap: 7px; }

/* Campus exploration and the practical arrival journey. */
body[data-design="direct"] .oh-explore-grid .oh-photo-card-body h3 { font-size: 24px; }
body[data-design="direct"] .oh-explore-note { margin-top: 25px; padding-top: 20px; border-top: 1px solid var(--oh-line); color: var(--oh-muted); font-size: 13px; line-height: 1.75; }
body[data-design="direct"] .oh-explore-note strong { color: var(--oh-ink); }
body[data-design="direct"] .oh-arrival { background: #f0f4fa; }
body[data-design="direct"] .oh-arrival-flow { display: grid; gap: 0; margin: 28px 0 0; padding: 0; list-style: none; }
body[data-design="direct"] .oh-arrival-flow > li { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 17px; min-width: 0; padding: 0 0 25px; }
body[data-design="direct"] .oh-arrival-flow > li:last-child { padding-bottom: 0; }
body[data-design="direct"] .oh-flow-number { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid #edb18e; border-radius: 50%; background: #fff4e9; color: #954516; font-size: 12px; font-weight: 650; font-variant-numeric: tabular-nums; }
body[data-design="direct"] .oh-arrival-flow h3 { padding-top: 1px; color: var(--oh-ink); font-size: 19px; font-weight: 750; letter-spacing: -.025em; line-height: 1.3; }
body[data-design="direct"] .oh-arrival-flow p { margin-top: 8px; color: var(--oh-muted); font-size: 12px; line-height: 1.75; }
body[data-design="direct"] .oh-arrival > p:not(.oh-kicker),
body[data-design="direct"] .oh-arrival > .oh-secondary { margin-top: 23px; }
body[data-design="direct"] .oh-arrival > .oh-primary { width: 100%; margin-top: 30px; }
body[data-design="direct"] .oh-unit-photo img { aspect-ratio: 3 / 2; }
body[data-design="direct"] .oh-unit-copy { padding: 25px 22px; }
body[data-design="direct"] .oh-unit-copy > .oh-secondary { min-height: 44px; }
body[data-design="direct"] .oh-venue-photo img { aspect-ratio: 3 / 2; }
body[data-design="direct"] .oh-faq details p a { text-decoration: underline; text-underline-offset: 4px; }
body[data-design="direct"] .oh-faq summary { padding-block: 20px; min-height: 62px; }
body[data-design="direct"] .oh-final { border-top: 0; }

/* Progressive enhancement: the unenhanced page is entirely visible. */
body[data-design="direct"] [data-reveal] { opacity: 1; transform: none; }
body[data-design="direct"].oh-motion-ready [data-reveal] { opacity: 0; transform: translate3d(0,24px,0); transition: opacity .65s ease,transform .65s cubic-bezier(.2,.7,.25,1); }
body[data-design="direct"].oh-motion-ready [data-reveal].is-visible { opacity: 1; transform: none; }
body[data-design="direct"] .oh-reading-progress { position: fixed; top: 0; left: 0; right: 0; z-index: 80; height: 2px; background: #ff681e; pointer-events: none; transform: scaleX(var(--oh-page-progress,0)); transform-origin: left center; }
body[data-design="direct"] .oh-reading-progress[hidden] { display: none !important; }

@media (min-width: 600px) {
  body[data-design="direct"] .oh-section { padding-block: 65px; }
  body[data-design="direct"] .oh-section-head { margin-bottom: 30px; }
  body[data-design="direct"] .oh-hero-free { font-size: 12px; padding: 8px 15px; }
  body[data-design="direct"] .oh-highlight-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
  body[data-design="direct"] .oh-photo-card-body { padding: 25px; }
  body[data-design="direct"] .oh-photo-card-body h3 { font-size: 27px; }
  body[data-design="direct"] .oh-offer-banner { margin-top: 24px; padding: 28px 31px; }
  body[data-design="direct"] .oh-offer-banner h3 { font-size: 29px; }
  body[data-design="direct"] .oh-offer-banner > p:not(.oh-kicker) { font-size: 13px; }
  body[data-design="direct"] .oh-trial { margin-top: 43px; padding-top: 39px; }
  body[data-design="direct"] .oh-trial-head h3 { font-size: 32px; }
  body[data-design="direct"] .oh-trial-list { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
  body[data-design="direct"] .oh-trial-choice { min-height: 83px; padding: 16px; }
  body[data-design="direct"] .oh-trial-choice strong { font-size: 13px; }
  body[data-design="direct"] .oh-trial-choice > span { font-size: 11px; }
  body[data-design="direct"] .oh-trial-filters button { padding-inline: 17px; font-size: 12px; }
  body[data-design="direct"] .oh-agenda-steps > li { grid-template-columns: 110px minmax(0,1fr); gap: 24px; }
  body[data-design="direct"] .oh-agenda-steps time { font-size: 16px; }
  body[data-design="direct"] .oh-agenda-steps h3 { font-size: 23px; }
  body[data-design="direct"] .oh-agenda-steps p { font-size: 14px; }
  body[data-design="direct"] .oh-agenda-tags > * { font-size: 11px; padding: 6px 13px; }
  body[data-design="direct"] .oh-explore-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
  body[data-design="direct"] .oh-explore-grid .oh-photo-card-body { padding: 20px 18px; }
  body[data-design="direct"] .oh-explore-grid .oh-photo-card-body h3 { font-size: 21px; }
  body[data-design="direct"] .oh-explore-grid .oh-photo-card-body > p:not(.oh-kicker) { font-size: 12px; }
  body[data-design="direct"] .oh-arrival-flow { gap: 30px; }
  body[data-design="direct"] .oh-arrival-flow > li { padding: 0; grid-template-columns: 46px minmax(0,1fr); gap: 21px; }
  body[data-design="direct"] .oh-flow-number { width: 46px; height: 46px; }
  body[data-design="direct"] .oh-arrival-flow h3 { font-size: 22px; }
  body[data-design="direct"] .oh-arrival-flow p { font-size: 13px; }
  body[data-design="direct"] .oh-arrival > .oh-primary { width: auto; min-width: 250px; }
  body[data-design="direct"] .oh-unit-copy { padding: 30px; }
  body[data-design="direct"].oh-motion-ready .oh-highlight-grid > [data-reveal]:nth-child(2) { transition-delay: .08s; }
  body[data-design="direct"].oh-motion-ready .oh-explore-grid > [data-reveal]:nth-child(2) { transition-delay: .06s; }
  body[data-design="direct"].oh-motion-ready .oh-explore-grid > [data-reveal]:nth-child(3) { transition-delay: .12s; }
}

@media (min-width: 900px) {
  body[data-design="direct"] .oh-section { padding-block: 76px; }
  body[data-design="direct"] .oh-highlight-grid { gap: 27px; }
  body[data-design="direct"] .oh-highlight-grid .oh-photo-card-body { padding: 29px 31px; }
  body[data-design="direct"] .oh-highlight-grid .oh-photo-card-body h3 { font-size: 31px; }
  body[data-design="direct"] .oh-photo-card-body > p:not(.oh-kicker) { font-size: 14px; }
  body[data-design="direct"] .oh-trial-showcase { grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: 31px; margin-top: 28px; }
  body[data-design="direct"] .oh-trial-cover { position: sticky; top: 26px; }
  body[data-design="direct"] .oh-trial-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  body[data-design="direct"] .oh-trial-filters { gap: 7px; }
  body[data-design="direct"] .oh-trial-filters button { padding-inline: 13px; font-size: 11px; }
  body[data-design="direct"] .oh-trial-choice { min-height: 75px; padding: 14px 16px; gap: 7px; }
  body[data-design="direct"] .oh-agenda-steps { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 32px; margin-top: 35px; }
  body[data-design="direct"] .oh-agenda-steps > li { display: block; padding: 23px 0 0; border-top: 1px solid #ffffff48; }
  body[data-design="direct"] .oh-agenda-steps time { color: #ffc49f; font-size: 19px; margin-bottom: 20px; }
  body[data-design="direct"] .oh-agenda-steps > li > div { padding: 0; }
  body[data-design="direct"] .oh-agenda-steps > li > div::before,
  body[data-design="direct"] .oh-agenda-steps > li > div::after { display: none; }
  body[data-design="direct"] .oh-agenda-steps h3 { font-size: 25px; }
  body[data-design="direct"] .oh-agenda-steps p { font-size: 13px; }
  body[data-design="direct"] .oh-agenda-tags { margin-top: 34px; }
  body[data-design="direct"] .oh-explore-grid { gap: 22px; }
  body[data-design="direct"] .oh-explore-grid .oh-photo-card-body { padding: 24px; }
  body[data-design="direct"] .oh-explore-grid .oh-photo-card-body h3 { font-size: 26px; }
  body[data-design="direct"] .oh-explore-grid .oh-photo-card-body > p:not(.oh-kicker) { font-size: 13px; }
  body[data-design="direct"] .oh-arrival-flow { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 34px; margin-top: 33px; }
  body[data-design="direct"] .oh-arrival-flow > li { display: block; }
  body[data-design="direct"] .oh-flow-number { margin-bottom: 20px; }
  body[data-design="direct"] .oh-arrival-flow h3 { font-size: 24px; }
  body[data-design="direct"] .oh-arrival-flow p { margin-top: 12px; }
  body[data-design="direct"] .oh-unit-copy { padding: 38px; }
}

@media (max-width: 359px) {
  body[data-design="direct"] .oh-header .oh-web-logo { width: 150px; max-height: 30px; }
  body[data-design="direct"] .oh-hero-free { padding-inline: 10px; font-size: 10px; }
  body[data-design="direct"] .oh-section { padding-block: 41px; }
  body[data-design="direct"] .oh-highlight-grid,
  body[data-design="direct"] .oh-explore-grid { gap: 21px; }
  body[data-design="direct"] .oh-photo-card-body { padding: 22px 19px; }
  body[data-design="direct"] .oh-photo-card-body h3 { font-size: 24px; }
  body[data-design="direct"] .oh-offer-banner { padding: 23px 19px; }
  body[data-design="direct"] .oh-offer-banner h3 { font-size: 24px; }
  body[data-design="direct"] .oh-trial-list { grid-template-columns: minmax(0,1fr); gap: 7px; }
  body[data-design="direct"] .oh-trial-choice { flex-direction: row; align-items: center; gap: 12px; min-height: 58px; padding: 13px 14px; }
  body[data-design="direct"] .oh-trial-choice strong { flex: 1; }
  body[data-design="direct"] .oh-trial-choice > span { flex: 0 0 auto; font-size: 10px; }
  body[data-design="direct"] .oh-trial-filters { gap: 6px; }
  body[data-design="direct"] .oh-trial-filters button { padding-inline: 11px; }
  body[data-design="direct"] .oh-agenda-steps > li { grid-template-columns: 71px minmax(0,1fr); gap: 14px; }
  body[data-design="direct"] .oh-agenda-steps time { font-size: 12px; }
  body[data-design="direct"] .oh-agenda-steps > li > div { padding-left: 15px; }
  body[data-design="direct"] .oh-arrival-flow > li { gap: 14px; }
}

html[data-motion-mode="reduced"] body[data-design="direct"] [data-reveal],
html[data-motion-mode="reduced"] body[data-design="direct"].oh-motion-ready [data-reveal] { opacity: 1; transform: none; transition: none; }
html[data-motion-mode="reduced"] body[data-design="direct"] img[data-parallax] { transform: none; }
@media (prefers-reduced-motion: reduce) {
  body[data-design="direct"] [data-reveal],
  body[data-design="direct"].oh-motion-ready [data-reveal] { opacity: 1; transform: none; transition: none; }
  body[data-design="direct"] img[data-parallax] { transform: none; }
  body[data-design="direct"] :is(.oh-trial-choice,.oh-trial-filters button) { transition: none; }
}
@media print {
  body[data-design="direct"] [data-reveal],
  body[data-design="direct"].oh-motion-ready [data-reveal] { opacity: 1; transform: none; transition: none; }
  body[data-design="direct"] img[data-parallax] { transform: none; }
  body[data-design="direct"] .oh-reading-progress { display: none; }
  body[data-design="direct"] :is(.oh-photo-card,.oh-offer-banner,.oh-arrival-flow > li,.oh-agenda-steps > li) { break-inside: avoid; }
}
