:root {
  --ink: #0a285c;
  --muted: #53627a;
  --paper: #fffdf8;
  --line: rgba(10, 40, 92, 0.13);
  --blue: #1775ee;
  --teal: #12a9a4;
  --orange: #ff9f35;
  --purple: #8f4bdc;
  --coral: #ff6f6a;
  --yellow: #efbd35;
  --green: #268b68;
  --rose: #c54f78;
  --indigo: #5368d9;
  --rak: #6f7846;
  --sky: #208bb5;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header,
main,
footer { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.wordmark { display: inline-flex; align-items: center; gap: 10px; font: 800 1.18rem/1 "Manrope", sans-serif; letter-spacing: -0.03em; }
.wordmark > span:last-child > span { color: var(--coral); }
.wordmark-icon { width: 30px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-size: .8rem; }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 38px); font-size: .9rem; font-weight: 600; }
nav a { transition: opacity .2s ease; }
nav a:hover { opacity: .62; }
.nav-cta { padding: 12px 18px; color: white; background: var(--ink); border-radius: 999px; }

.hero { min-height: 690px; padding: 72px 0 82px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr); align-items: center; gap: clamp(36px, 8vw, 110px); }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 11px; text-transform: uppercase; letter-spacing: .17em; font-size: .74rem; font-weight: 700; }
.eyebrow span { width: 28px; height: 3px; border-radius: 4px; background: var(--teal); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { margin-bottom: 24px; font-size: clamp(3.4rem, 6.2vw, 6.2rem); line-height: .98; letter-spacing: -.065em; }
h1 em { color: var(--coral); font-style: normal; }
.hero-lede { max-width: 600px; margin-bottom: 34px; color: var(--muted); font-size: clamp(1.08rem, 1.5vw, 1.3rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid var(--ink); border-radius: 999px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(10, 40, 92, .13); }
.button-primary { background: var(--ink); color: white; }
.button-secondary { background: transparent; }
.hero-note { margin-top: 40px; padding-left: 16px; display: grid; gap: 3px; border-left: 3px solid var(--orange); font-size: .84rem; }
.hero-note span { color: var(--muted); }

.hero-art { position: relative; display: grid; place-items: center; }
.logo-frame { width: min(100%, 500px); background: transparent; transform: rotate(1.5deg); }
.logo-frame img { width: 100%; border-radius: 32px; mix-blend-mode: multiply; }
.spark { position: absolute; width: 18px; height: 18px; border-radius: 50%; }
.spark-one { top: 7%; right: 7%; background: var(--orange); }
.spark-two { bottom: 16%; left: -2%; width: 13px; height: 36px; border-radius: 8px; background: var(--purple); transform: rotate(64deg); }
.spark-three { right: -2%; bottom: 23%; width: 34px; height: 8px; border-radius: 5px; background: var(--teal); transform: rotate(-35deg); }

.apps-section { padding: 100px 0 110px; border-top: 1px solid var(--line); }
.section-heading { margin-bottom: 48px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 60px; }
.section-heading h2, .approach-intro h2 { margin: 0; font-size: clamp(2.5rem, 4.2vw, 4.25rem); line-height: 1.04; letter-spacing: -.055em; }
.section-heading > p { max-width: 500px; margin: 0 0 5px; color: var(--muted); font-size: 1.05rem; line-height: 1.65; }

.app-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.app-card { min-height: 440px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; gap: 28px; background: rgba(255,255,255,.5); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.app-card:hover { position: relative; z-index: 2; transform: translateY(-8px); background: white; box-shadow: 0 24px 55px rgba(10, 40, 92, .12); }
.app-card-top { display: flex; align-items: center; justify-content: space-between; }
.app-number { font: 700 .72rem/1 "Manrope", sans-serif; letter-spacing: .1em; color: var(--muted); }
.arrow { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 1rem; transition: transform .2s ease; }
.app-card:hover .arrow { transform: rotate(45deg); }
.app-icon { width: 82px; height: 82px; align-self: flex-start; position: relative; display: grid; place-items: center; border-radius: 25px; }
.custom-icon { padding: 11px; overflow: hidden; }
.custom-icon img { width: 100%; height: 100%; object-fit: contain; }
.card-blue .app-icon { background: #eaf3ff; color: var(--blue); }
.card-teal .app-icon { background: #e7f8f6; color: var(--teal); }
.card-orange .app-icon { background: #fff2e2; color: var(--orange); }
.card-purple .app-icon { background: #f3eafb; color: var(--purple); }
.card-coral .app-icon { background: #fff0ee; color: var(--coral); }
.card-yellow .app-icon { background: #fff7d9; color: var(--yellow); }
.card-green .app-icon { background: #e8f6ef; color: var(--green); }
.card-rose .app-icon { background: #fbeaf0; color: var(--rose); }
.card-indigo .app-icon { background: #edf0ff; color: var(--indigo); }
.card-rak .app-icon { background: #f1f2df; color: var(--rak); }
.card-sky .app-icon { background: #e6f6fb; color: var(--sky); }
.app-card h3 { margin-bottom: 12px; font-size: 1.55rem; letter-spacing: -.035em; }
.app-card p { margin: 0; color: var(--muted); line-height: 1.58; }
.app-card .app-credit { margin-top: 10px; color: var(--ink); font-size: .82rem; font-weight: 700; }
.app-tag { align-self: flex-start; padding: 8px 12px; border: 1px solid currentColor; border-radius: 999px; font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.card-blue .app-tag { color: var(--blue); } .card-teal .app-tag { color: var(--teal); } .card-orange .app-tag { color: #df7915; }
.card-purple .app-tag { color: var(--purple); } .card-coral .app-tag { color: var(--coral); } .card-yellow .app-tag { color: #a47b09; }
.card-green .app-tag { color: var(--green); }
.card-rose .app-tag { color: var(--rose); }
.card-indigo .app-tag { color: var(--indigo); }
.card-rak .app-tag { color: var(--rak); }
.card-sky .app-tag { color: var(--sky); }
.arrow-down { font-size: 1.05rem; }
.app-card:hover .arrow-down { transform: translateY(3px); }

.nested-icon i { position: absolute; border: 3px solid currentColor; border-radius: 6px; }
.nested-icon i:nth-child(1) { width: 48px; height: 48px; }.nested-icon i:nth-child(2) { width: 31px; height: 31px; }.nested-icon i:nth-child(3) { width: 14px; height: 14px; }
.prompt-icon { font: 800 2.6rem/1 "Manrope", sans-serif; }
.paper-icon { padding: 22px; align-content: center; gap: 6px; }.paper-icon i { width: 34px; height: 3px; border-radius: 2px; background: currentColor; }.paper-icon i:nth-child(2) { width: 25px; }
.tiles-icon { padding: 20px; grid-template-columns: 1fr 1fr; gap: 5px; }.tiles-icon i { width: 18px; height: 18px; border: 2px solid currentColor; border-radius: 4px; }.tiles-icon i:nth-child(1), .tiles-icon i:nth-child(4) { transform: rotate(8deg); }
.pair-icon { grid-template-columns: auto auto; gap: 6px; }.pair-icon i { width: 23px; height: 33px; border: 3px solid currentColor; border-radius: 5px; }.pair-icon i:last-child { background: currentColor; }
.notes-icon { padding: 22px; align-content: center; gap: 6px; }.notes-icon i { width: 38px; height: 3px; background: currentColor; }.notes-icon i:nth-child(2) { width: 29px; }.notes-icon i:nth-child(3) { width: 34px; }
.lens-icon::before { content: ""; width: 36px; height: 36px; border: 4px solid currentColor; border-radius: 50%; }
.lens-icon i { position: absolute; width: 24px; height: 4px; right: 11px; bottom: 16px; border-radius: 3px; background: currentColor; transform: rotate(45deg); }
.library-icon { padding: 20px; align-content: center; gap: 5px; }
.library-icon i { width: 42px; height: 10px; border: 2px solid currentColor; border-radius: 3px; }
.library-icon i:nth-child(2) { width: 34px; margin-left: 8px; }
.library-icon i:nth-child(3) { width: 38px; margin-right: 4px; }
.congkak-icon { padding: 19px 14px; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.congkak-icon::before { content: ""; position: absolute; inset: 14px 8px; border: 3px solid currentColor; border-radius: 999px; }
.congkak-icon i { position: relative; width: 12px; height: 12px; border: 2px solid currentColor; border-radius: 50%; }
.rack-icon { padding: 17px 17px 20px; grid-template-columns: repeat(3, auto); align-items: end; gap: 4px; }
.rack-icon::after { content: ""; position: absolute; right: 13px; bottom: 17px; left: 13px; height: 3px; border-radius: 2px; background: currentColor; }
.rack-icon i { position: relative; z-index: 1; width: 13px; height: 40px; border: 3px solid currentColor; border-bottom: 0; border-radius: 3px 3px 0 0; }
.rack-icon i:nth-child(2) { height: 49px; }
.rack-icon i:nth-child(3) { height: 35px; transform: rotate(-7deg); transform-origin: bottom; }
.pandu-icon { padding: 18px; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.pandu-icon::before { content: ""; position: absolute; inset: 16px 12px 22px; border: 3px solid currentColor; border-radius: 14px; }
.pandu-icon::after { content: ""; position: absolute; left: 24px; bottom: 16px; width: 12px; height: 12px; border-left: 3px solid currentColor; transform: skew(-28deg); }
.pandu-icon i { position: relative; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }

.content-status { margin: 18px 0 0; color: var(--muted); font-size: .82rem; }
.content-status:empty { display: none; }

.interns-section { padding: 110px 0; border-top: 1px solid var(--line); }
.interns-heading { align-items: center; }
.intern-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.intern-card { min-height: 330px; padding: 24px; display: grid; grid-template-columns: minmax(150px, .75fr) minmax(0, 1.25fr); align-items: stretch; gap: 26px; background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 16px 38px rgba(10, 40, 92, .07); }
.intern-photo { min-height: 280px; overflow: hidden; display: grid; place-items: center; background: #eaf6fb; border-radius: 17px; color: var(--sky); font: 800 3.4rem/1 "Manrope", sans-serif; }
.intern-photo img { width: 100%; height: 100%; object-fit: cover; }
.intern-copy { align-self: center; }
.intern-copy h3 { margin-bottom: 13px; font-size: clamp(1.55rem, 2.3vw, 2.15rem); letter-spacing: -.045em; }
.intern-copy p { margin-bottom: 24px; color: var(--muted); line-height: 1.65; }
.intern-copy a { display: inline-flex; align-items: center; gap: 12px; color: var(--blue); font-size: .82rem; font-weight: 700; }
.intern-copy a:hover { text-decoration: underline; text-underline-offset: 4px; }

.pandu-section { padding: 110px 0; border-top: 1px solid var(--line); }
.pandu-intro { max-width: 900px; margin-bottom: 58px; }
.pandu-intro h2 { margin-bottom: 24px; font-size: clamp(2.7rem, 5vw, 5.2rem); line-height: 1.02; letter-spacing: -.06em; }
.pandu-intro > p:last-child { max-width: 760px; margin: 0; color: var(--muted); font-size: 1.1rem; line-height: 1.7; }
.pandu-visual { margin: 0 0 58px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 22px 50px rgba(10,40,92,.09); }
.pandu-visual img { width: 100%; height: auto; }
.pandu-visual figcaption { padding: 16px 22px 18px; color: var(--muted); font-size: .86rem; line-height: 1.55; border-top: 1px solid var(--line); }
.pandu-steps { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.pandu-steps li { min-height: 260px; padding: 30px; display: grid; grid-template-columns: 48px 1fr; gap: 16px; background: rgba(255,255,255,.5); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pandu-steps li > span { padding-top: 6px; color: var(--sky); font: 700 .72rem/1 "Manrope", sans-serif; letter-spacing: .1em; }
.pandu-steps h3 { margin-bottom: 11px; font-size: 1.32rem; letter-spacing: -.035em; }
.pandu-steps p { margin: 0; color: var(--muted); line-height: 1.65; }
.pandu-examples { margin-top: 54px; padding: clamp(30px, 5vw, 58px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(36px, 7vw, 90px); background: #eaf6fb; border-radius: 28px; }
.pandu-examples-copy h3 { margin-bottom: 18px; font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.12; letter-spacing: -.045em; }
.pandu-examples-copy > p:last-child { margin: 0; color: var(--muted); line-height: 1.65; }
.pandu-example-links { display: grid; gap: 14px; }
.pandu-example-links a { padding: 24px; display: grid; gap: 10px; background: white; border: 1px solid rgba(32,139,181,.2); border-radius: 18px; transition: transform .2s ease, box-shadow .2s ease; }
.pandu-example-links a:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(10,40,92,.1); }
.example-label { color: var(--sky); font: 700 .72rem/1 "Manrope", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.pandu-example-links strong { font: 700 1.05rem/1.45 "Manrope", sans-serif; }
.example-action { color: var(--muted); font-size: .8rem; font-weight: 700; }

.approach-section { padding: 110px 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 140px); border-top: 1px solid var(--line); }
.approach-intro > p:last-child { max-width: 470px; margin: 26px 0 0; color: var(--muted); line-height: 1.7; font-size: 1.04rem; }
.principles { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.principles li { padding: 26px 0; display: grid; grid-template-columns: 52px 1fr; gap: 16px; border-bottom: 1px solid var(--line); }
.principles li > span { padding-top: 5px; color: var(--coral); font: 700 .72rem/1 "Manrope", sans-serif; letter-spacing: .1em; }
.principles h3 { margin-bottom: 8px; font-size: 1.25rem; letter-spacing: -.03em; }
.principles p { margin: 0; color: var(--muted); line-height: 1.55; }

.closing { min-height: 360px; margin-bottom: 42px; padding: clamp(38px, 6vw, 76px); display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; color: white; background: var(--ink); border-radius: 32px; overflow: hidden; position: relative; }
.closing::after { content: ""; position: absolute; width: 340px; aspect-ratio: 1; right: 14%; top: -55%; border: 70px solid rgba(255,255,255,.05); border-radius: 50%; }
.closing h2 { margin: 0; font-size: clamp(2.4rem, 4.8vw, 4.8rem); line-height: 1.03; letter-spacing: -.055em; position: relative; z-index: 1; }
.eyebrow.light span { background: var(--orange); }
.button-light { position: relative; z-index: 1; flex: 0 0 auto; background: white; border-color: white; color: var(--ink); }

footer { min-height: 150px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; color: var(--muted); font-size: .78rem; }
.footer-wordmark { color: var(--ink); }.footer-links { display: flex; justify-content: flex-end; gap: 20px; }.footer-links a:hover { color: var(--ink); }
footer p { margin: 0; text-align: center; }

@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; padding-top: 56px; }
  .hero-copy { max-width: 720px; }
  .hero-art { max-width: 560px; margin: 0 auto; }
  .section-heading, .approach-section, .pandu-examples { grid-template-columns: 1fr; gap: 34px; }
  .app-grid, .intern-grid { grid-template-columns: repeat(2, 1fr); }
  .intern-card { grid-template-columns: 1fr; }
  .intern-photo { min-height: 300px; }
  .approach-intro > p:last-child { max-width: 650px; }
  footer { grid-template-columns: 1fr 1fr; }
  footer p { display: none; }.footer-links { justify-content: flex-end; }
}

@media (max-width: 640px) {
  .site-header, main, footer { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 76px; }
  nav > a:not(.nav-cta) { display: none; }.nav-cta { padding: 10px 15px; }
  .hero { min-height: auto; padding: 54px 0 70px; gap: 54px; }
  h1 { font-size: clamp(3.2rem, 16vw, 4.5rem); }
  .hero-actions { display: grid; }.button { width: 100%; }
  .logo-frame { padding: 18px; border-radius: 32px; transform: none; }
  .logo-frame img { border-radius: 22px; }
  .apps-section, .approach-section, .pandu-section, .interns-section { padding: 78px 0; }
  .app-grid, .intern-grid { grid-template-columns: 1fr; }
  .app-card { min-height: 380px; }
  .intern-card { min-height: auto; padding: 18px; }
  .intern-photo { min-height: 360px; }
  .pandu-visual { margin-bottom: 40px; border-radius: 18px; }
  .pandu-visual figcaption { padding: 14px 16px 16px; }
  .pandu-steps { grid-template-columns: 1fr; }
  .pandu-steps li { min-height: auto; padding: 26px 22px; }
  .closing { min-height: 460px; padding: 34px 26px; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
  .button-light { width: 100%; }
  footer { min-height: 190px; padding: 34px 0; grid-template-columns: 1fr; align-content: center; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
