/* =========================================================
   DiDi Bike Malaysia — v2 "editorial" layout
   A deliberately different layout system from the Thailand
   build (which uses poster cards / centred section heads):
   numbered mastheads, cut-corner hero, dark manifesto band,
   horizontal dual-track timeline, offset mosaics, staggered
   photo wall, two-column FAQ, letterhead partner form.
   Palette: Malaysia blue + hibiscus red + warm gold + cream
   Type: Fraunces (serif display) + Plus Jakarta Sans
   ========================================================= */

:root {
  --ink: #0f1c2b;
  --ink-soft: #2b3d50;
  --muted: #5d6d7e;
  --biru: #12457f;
  --biru-deep: #0c3461;
  --biru-dark: #071f3d;
  --raja: #c8102e;
  --raja-deep: #a30d24;
  --emas: #c99a2e;
  --emas-soft: #e8c877;
  --emas-pale: #faf0d7;
  --cream: #fbf9f4;
  --sand: #f3ecdd;
  --white: #ffffff;
  --line: #e3e0d3;
  --line-strong: #d3cebb;
  --shadow: 0 18px 45px rgba(15, 28, 43, .10);
  --shadow-sm: 0 8px 22px rgba(15, 28, 43, .07);
  --r-lg: 22px;
  --r-md: 14px;
  --r-sm: 10px;
  --font-display: 'Fraunces', 'Noto Sans SC', Georgia, 'Times New Roman', serif;
  --font-label: 'Plus Jakarta Sans', 'Noto Sans SC', 'Helvetica Neue', sans-serif;
  --font-body: 'Plus Jakarta Sans', 'Noto Sans SC', 'Helvetica Neue', sans-serif;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.72;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.14;
  margin: 0;
  letter-spacing: -.012em;
}

.section { padding: 100px 24px; }

/* =========================================================
   EDITORIAL SECTION MASTHEAD  (01 / KICKER ——— rule)
   ========================================================= */
.sec-head {
  max-width: var(--max);
  margin: 0 auto 58px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 20px 56px;
  border-top: 2px solid var(--ink);
  padding-top: 20px;
}
.sec-head-top {
  grid-column: 1 / -1;
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 14px;
}
.sec-index {
  font-family: var(--font-label);
  font-size: .72rem; font-weight: 800; letter-spacing: .1em;
  color: var(--white); background: var(--raja);
  padding: 4px 10px; border-radius: 5px;
}
.section-kicker {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--raja);
  font-family: var(--font-label);
  font-size: .76rem; font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.section-kicker i { font-style: normal; font-size: .68rem; }
.section-kicker.light { color: var(--emas-soft); }

.sec-head h2 {
  grid-column: 1;
  font-size: clamp(2rem, 3.5vw, 3rem);
  align-self: end;
}
.sec-head h2 span { color: var(--biru); }
.sec-head > p,
.sec-head > .sec-head-aside {
  grid-column: 2;
  align-self: end;
  margin: 0;
  color: var(--muted);
  max-width: 46ch;
}
.sec-head-aside p { margin: 0 0 18px; color: var(--muted); max-width: 46ch; }

.faq-contact {
  display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap;
  padding: 13px 20px; border-radius: var(--r-sm);
  background: var(--emas-pale); border: 1px solid rgba(201, 154, 46, .34);
  color: var(--ink-soft); font-size: .92rem;
  transition: transform .2s, box-shadow .2s;
}
.faq-contact:hover { transform: translateY(-2px); box-shadow: var(--shadow-sm); }
.faq-contact b { color: #8a6416; font-family: var(--font-label); letter-spacing: .02em; }

/* dark-section variants of the masthead */
.about, .contact { background: var(--biru-dark); color: var(--white); }
.about .sec-head, .contact .sec-head { border-top-color: rgba(255, 255, 255, .22); }
.about h2, .contact h2 { color: var(--white); }
.about h2 span, .contact h2 span { color: var(--emas-soft); }
.about .sec-head > p, .contact .sec-head > p { color: rgba(255, 255, 255, .72); }
.about .sec-index, .contact .sec-index { background: var(--emas); color: #3d2a05; }

/* =========================================================
   HEADER
   ========================================================= */
.site-header {
  position: sticky; top: 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 0 28px;
  height: 72px;
  background: rgba(251, 249, 244, .88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: box-shadow .3s, background .3s;
}
.site-header::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--biru) 0 30%, var(--raja) 30% 60%, var(--emas) 60% 100%);
}
.site-header.is-scrolled { box-shadow: 0 8px 26px rgba(15, 28, 43, .09); }

.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand img { height: 30px; width: auto; display: block; }

.main-nav { display: flex; align-items: center; gap: 22px; }
.main-nav a {
  font-family: var(--font-label);
  font-size: .9rem; font-weight: 600; color: var(--ink-soft);
  padding: 5px 0; white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color .2s, border-color .2s;
}
.main-nav a:hover { color: var(--biru-deep); border-bottom-color: var(--emas); }

.header-right { display: flex; align-items: center; gap: 14px; }

.lang-switch {
  display: inline-flex; align-items: stretch;
  border: 1.5px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
}
.lang-btn {
  border: 0; background: transparent; cursor: pointer;
  font-family: var(--font-label);
  font-size: .74rem; font-weight: 700; letter-spacing: .04em;
  color: var(--ink-soft); padding: 7px 13px;
  white-space: nowrap;
  transition: background .2s, color .2s;
}
.lang-btn + .lang-btn { border-left: 1px solid var(--line); }
.lang-btn:hover { color: var(--biru-deep); background: var(--emas-pale); }
.lang-btn.is-active { background: var(--ink); color: var(--white); }

.nav-cta {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--raja); color: var(--white);
  padding: 11px 20px; border-radius: 6px;
  font-family: var(--font-label);
  font-size: .88rem; font-weight: 700; white-space: nowrap;
  transition: background .2s, transform .2s;
  box-shadow: 0 8px 20px rgba(200, 16, 46, .22);
}
.nav-cta:hover { background: var(--raja-deep); transform: translateY(-1px); }
.nav-cta b { font-size: .85em; }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: transparent; border: 0; padding: 8px; cursor: pointer;
}
.nav-toggle span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .25s, opacity .25s; }
body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* =========================================================
   HERO — asymmetric split + cut-corner visual + stat band
   ========================================================= */
.hero { padding: 64px 28px 0; position: relative; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cg fill='none' stroke='%23c99a2e' stroke-opacity='0.13'%3E%3Cellipse cx='28' cy='18' rx='4.4' ry='7'/%3E%3Cellipse cx='28' cy='34' rx='4.4' ry='7'/%3E%3Cellipse cx='19' cy='26' rx='7' ry='4.4'/%3E%3Cellipse cx='37' cy='26' rx='7' ry='4.4'/%3E%3C/g%3E%3Ccircle cx='28' cy='26' r='3' fill='%23c8102e' fill-opacity='0.12'/%3E%3C/svg%3E");
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.85), transparent 62%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,.85), transparent 62%);
}

.hero-grid {
  position: relative; z-index: 1;
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1.12fr .88fr;
  gap: 62px; align-items: center;
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  color: var(--biru-deep);
  font-family: var(--font-label);
  font-size: .76rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  margin: 0 0 24px;
}
.eyebrow i { width: 30px; height: 3px; background: var(--raja); }

.hero-copy h1 { font-size: clamp(2.4rem, 4.9vw, 4rem); margin-bottom: 22px; }
.hero-copy h1 span { color: var(--raja); }

.hero-lead { color: var(--muted); font-size: 1.05rem; max-width: 42ch; margin: 0 0 32px; }

.hero-actions { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.hero-app-row { display: flex; flex-wrap: wrap; gap: 12px; }

.store-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 18px; border-radius: 8px;
  background: var(--ink); color: var(--white);
  transition: transform .2s, box-shadow .2s;
  box-shadow: var(--shadow-sm);
}
.store-badge:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.store-badge small { display: block; font-size: .6rem; opacity: .78; line-height: 1.2; }
.store-badge b { display: block; font-size: .9rem; font-weight: 600; line-height: 1.2; }

.partner-link {
  display: inline-flex; align-items: center; gap: 9px;
  color: var(--biru-deep); font-weight: 600; font-size: .95rem;
  border-bottom: 1.5px solid rgba(12, 52, 97, .3); padding-bottom: 3px;
  transition: border-color .2s, color .2s;
}
.partner-link:hover { color: var(--raja); border-color: var(--raja); }

/* cut-corner visual */
.hero-visual { position: relative; }
.hero-visual::before {
  content: ""; position: absolute; top: -16px; left: 0;
  width: 42%; height: 6px; background: var(--emas);
}
.hero-visual img {
  width: 100%; aspect-ratio: 4 / 4.35; object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0 80%);
  box-shadow: var(--shadow);
}
.hero-seal {
  position: absolute; left: 6px; bottom: 12px;
  width: 86px; height: 86px; border-radius: 50%;
  background: var(--white);
  border: 2px solid rgba(201, 154, 46, .55);
  box-shadow: var(--shadow-sm);
  display: grid; place-items: center;
}
.hero-seal svg { width: 46px; height: 46px; }

/* stat band */
.hero-stats {
  position: relative; z-index: 1;
  max-width: var(--max); margin: 54px auto 0;
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid var(--ink);
  padding: 26px 0 34px;
}
.stat {
  display: flex; align-items: baseline; gap: 12px;
  padding: 0 26px;
  border-left: 1px solid var(--line-strong);
}
.stat:first-child { border-left: 0; padding-left: 0; }
.stat b {
  font-family: var(--font-display);
  font-size: 2.35rem; font-weight: 600; line-height: 1;
  color: var(--biru-deep); letter-spacing: -.02em;
}
.stat span { font-size: .84rem; font-weight: 600; color: var(--muted); line-height: 1.4; max-width: 13ch; }

/* =========================================================
   01 ABOUT — dark manifesto band with ghost numeral
   ========================================================= */
.about { position: relative; overflow: hidden; }
.about::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cg fill='none' stroke='%23e8c877' stroke-opacity='0.09'%3E%3Cellipse cx='28' cy='18' rx='4.4' ry='7'/%3E%3Cellipse cx='28' cy='34' rx='4.4' ry='7'/%3E%3Cellipse cx='19' cy='26' rx='7' ry='4.4'/%3E%3Cellipse cx='37' cy='26' rx='7' ry='4.4'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 56px 56px;
}
.about-ghost {
  position: absolute; right: -30px; bottom: -58px;
  font-family: var(--font-display);
  font-size: clamp(7rem, 19vw, 17rem); font-weight: 700;
  line-height: 1; letter-spacing: -.04em;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(232, 200, 119, .22);
  pointer-events: none;
  user-select: none;
}
.about .sec-head, .about-body { position: relative; z-index: 1; }

.about-body {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 250px 1fr;
  gap: 26px 56px;
  align-items: start;
}
.about-card {
  display: flex; flex-direction: column; gap: 8px;
  padding: 24px 26px;
  border: 1px solid rgba(232, 200, 119, .45);
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, .04);
}
.about-card strong {
  font-family: var(--font-display);
  font-size: 2.6rem; font-weight: 600; line-height: 1;
  color: var(--emas-soft);
}
.about-card small { font-size: .9rem; line-height: 1.5; color: rgba(255, 255, 255, .82); }

.about-cols { columns: 2; column-gap: 44px; }
.about-cols p {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, .84);
  font-size: 1rem;
  break-inside: avoid;
}

.about-pillars {
  grid-column: 1 / -1;
  list-style: none; margin: 16px 0 0; padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .18);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.about-pillars li { display: flex; align-items: baseline; gap: 14px; }
.about-pillars b {
  font-family: var(--font-label);
  font-size: .74rem; font-weight: 800; letter-spacing: .08em;
  color: var(--emas);
}
.about-pillars span {
  font-family: var(--font-display);
  font-size: 1.32rem; font-weight: 600;
  color: var(--white);
}

/* =========================================================
   02 HOW — visual storyboard: dual-track timeline + step images
   ========================================================= */
.how { background: var(--cream); }

/* tracks */
.flow { max-width: var(--max); margin: 46px auto 0; }
.flow-track { --track: var(--biru); }
.flow-track.is-return { --track: var(--raja); }

.flow-track-head {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  margin-bottom: 8px;
}
.flow-track-tag {
  display: inline-block; padding: 6px 15px;
  background: var(--ink); color: var(--white);
  font-family: var(--font-label);
  font-size: .7rem; font-weight: 800;
  letter-spacing: .15em; text-transform: uppercase;
  border-radius: 4px;
}
.flow-track-tag.is-return { background: var(--raja); }
.flow-track-range {
  font-family: var(--font-display);
  font-size: 1rem; color: var(--muted); letter-spacing: .06em;
}

.flow-cards {
  list-style: none; margin: 0; padding: 44px 0 0;
  position: relative;
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px;
}
.flow-track.is-return .flow-cards { grid-template-columns: repeat(4, 1fr); }
.flow-cards::before {
  content: ""; position: absolute; left: 0; right: 0; top: 18px;
  height: 3px; border-radius: 3px;
  background: linear-gradient(90deg, var(--track), color-mix(in srgb, var(--track) 45%, white));
}
.flow-cards li {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 20px 18px 18px;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.flow-cards li:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
  border-color: color-mix(in srgb, var(--track) 45%, white);
}
.flow-node {
  position: absolute; top: -40px; left: 50%; transform: translateX(-50%);
  width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--track); color: var(--white);
  border: 4px solid var(--cream);
  font-family: var(--font-label);
  font-size: .78rem; font-weight: 800;
}
.flow-media {
  margin: 0 0 14px;
  border-radius: calc(var(--r-md) - 4px);
  overflow: hidden;
  background: color-mix(in srgb, var(--track) 7%, white);
  border: 1px solid color-mix(in srgb, var(--track) 16%, white);
}
.flow-media img {
  display: block; width: 100%;
  aspect-ratio: 4 / 3; object-fit: cover;
  min-height: 0;
  transition: transform .35s;
}
.flow-cards li:hover .flow-media img { transform: scale(1.045); }
.flow-cards h4 { font-size: 1rem; font-weight: 600; margin-bottom: 7px; line-height: 1.3; }
.flow-cards p { margin: 0; font-size: .84rem; color: var(--muted); line-height: 1.6; }

/* bridge between the two tracks */
.flow-bridge {
  display: flex; align-items: center; gap: 18px;
  max-width: var(--max); margin: 34px auto;
}
.flow-bridge-line { flex: 1; height: 1px; background: var(--line-strong); }
.flow-bridge-pill {
  display: inline-block; padding: 9px 20px;
  border: 1.5px dashed var(--emas);
  border-radius: 999px;
  background: var(--emas-pale);
  color: #8a6416;
  font-family: var(--font-label);
  font-size: .78rem; font-weight: 700; letter-spacing: .06em;
  white-space: nowrap;
}

.how-foot {
  max-width: var(--max); margin: 46px auto 0;
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
  border-top: 2px solid var(--ink);
  padding-top: 22px;
  font-size: .92rem; font-weight: 600; color: var(--ink-soft);
}
.how-foot-tel { display: inline-flex; align-items: center; gap: 9px; color: var(--raja); font-family: var(--font-label); font-weight: 800; }

/* =========================================================
   03 NEAR — zones with offset mosaic
   ========================================================= */
.near { background: var(--white); }

.zone {
  max-width: var(--max); margin: 0 auto 72px;
  display: grid; grid-template-columns: .78fr 1.22fr;
  gap: 48px; align-items: center;
}
.zone.is-flip { grid-template-columns: 1.22fr .78fr; }
.zone.is-flip .zone-info { grid-column: 2; grid-row: 1; }
.zone.is-flip .zone-media { grid-column: 1; grid-row: 1; }

.zone-no {
  display: block;
  font-family: var(--font-display);
  font-size: 3.4rem; font-weight: 600; line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(200, 16, 46, .75);
  margin-bottom: 18px;
}
.zone-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.zone-chips .chip {
  display: inline-block; font-family: var(--font-label);
  font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 4px;
}
.chip.is-live { background: rgba(18, 69, 127, .08); color: var(--biru-deep); border: 1px solid rgba(18, 69, 127, .24); }
.chip.is-type { background: rgba(200, 16, 46, .07); color: var(--raja-deep); border: 1px solid rgba(200, 16, 46, .28); }

.zone-info h3 { font-size: 1.85rem; margin: 0 0 12px; }
.zone-loc {
  margin: 0 0 14px;
  font-family: var(--font-label);
  font-size: .82rem; font-weight: 700; letter-spacing: .06em;
  color: var(--emas); text-transform: uppercase;
}
.zone-note { margin: 0; color: var(--muted); font-size: .97rem; max-width: 34ch; }

/* offset mosaic: one tall + two stacked */
.zone-media {
  display: grid;
  grid-template-columns: 1.32fr 1fr;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  height: 400px;
}
.zone-media img {
  width: 100%; height: 100%; object-fit: cover;
  min-height: 0; min-width: 0;
  border-radius: var(--r-md);
  transition: transform .3s, box-shadow .3s;
}
.zone-media img:nth-child(1) { grid-row: 1 / span 2; }
.zone-media img:nth-child(3) { border-radius: var(--r-md) var(--r-md) var(--r-md) 60px; }
.zone-media img:hover { transform: translateY(-4px); box-shadow: var(--shadow); }

/* coming-soon band on gold */
.coming {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center;
  background: var(--emas-pale);
  border: 1px solid rgba(201, 154, 46, .4);
  border-left: 6px solid var(--emas);
  border-radius: var(--r-md);
  padding: 32px 38px;
}
.coming-no {
  font-family: var(--font-display);
  font-size: 3rem; font-weight: 600; line-height: 1;
  color: transparent; -webkit-text-stroke: 1.5px rgba(201, 154, 46, .9);
}
.coming small {
  display: inline-block; font-family: var(--font-label);
  font-size: .66rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase;
  color: #8a6416; margin-bottom: 10px;
}
.coming h3 { font-size: 1.55rem; margin: 0; color: var(--ink); }
.coming a {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--ink); color: var(--white);
  padding: 13px 24px; border-radius: 6px;
  font-family: var(--font-label);
  font-weight: 700; font-size: .9rem;
  transition: transform .2s, background .2s;
}
.coming a:hover { transform: translateY(-2px); background: var(--biru-deep); }

/* =========================================================
   04 RHYTHM — staggered photo wall, captions below
   ========================================================= */
.rhythm { background: var(--sand); padding-bottom: 150px; }

.film {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 34px 28px;
  align-items: start;
}
.shot {
  margin: 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 10px 10px 0;
  box-shadow: var(--shadow-sm);
  transition: transform .3s, box-shadow .3s;
}
.shot:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.shot:nth-child(2), .shot:nth-child(5) { margin-top: 44px; }
.shot img {
  width: 100%; object-fit: cover; border-radius: var(--r-sm) var(--r-sm) 0 0;
  aspect-ratio: 4 / 3;
}
.shot:nth-child(1) img, .shot:nth-child(5) img { aspect-ratio: 4 / 4.6; }
.shot:nth-child(3) img, .shot:nth-child(6) img { aspect-ratio: 1 / 1; }
.shot figcaption {
  display: flex; align-items: baseline; gap: 10px;
  padding: 13px 6px 15px;
}
.shot figcaption b {
  font-family: var(--font-label);
  font-size: .68rem; font-weight: 800; letter-spacing: .08em;
  color: var(--raja);
}
.shot figcaption span { font-size: .86rem; font-weight: 500; color: var(--ink-soft); line-height: 1.45; }

/* =========================================================
   05 FAQ — two-column accordion
   ========================================================= */
.faq { background: var(--white); }
.faq-columns {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 0 40px;
  align-items: start;
}
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-list details {
  background: var(--cream);
  border: 1px solid var(--line);
  border-left: 3px solid var(--emas);
  border-radius: var(--r-sm);
  padding: 2px 20px;
  transition: border-color .2s, background .2s;
}
.faq-list details[open] {
  background: var(--white);
  border-left-color: var(--raja);
  box-shadow: var(--shadow-sm);
}
.faq-list summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; gap: 14px;
  padding: 15px 0; font-weight: 600; font-size: .97rem;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span {
  font-family: var(--font-label); font-size: .76rem; font-weight: 800;
  color: var(--raja); flex: none;
}
.faq-list summary b { margin-left: auto; color: var(--biru); font-weight: 400; font-size: 1.15rem; transition: transform .25s; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details p { margin: 0 0 16px 32px; color: var(--muted); font-size: .93rem; }

/* =========================================================
   06 PARTNER — letterhead paper form on cream
   ========================================================= */
.partner { background: var(--cream); }

.partner-paper {
  max-width: 1160px; margin: 0 auto;
  position: relative;
  background: var(--white);
  border: 1px solid var(--line-strong);
  border-top: 4px solid var(--raja);
  border-radius: var(--r-sm);
  box-shadow: 0 30px 60px rgba(15, 28, 43, .12);
  padding: 56px 58px;
  display: grid; grid-template-columns: .92fr 1.08fr; gap: 62px;
}
.paper-seal {
  position: absolute; top: 26px; right: 30px;
  width: 74px; height: 74px; border-radius: 50%;
  border: 1.5px dashed rgba(200, 16, 46, .4);
  display: grid; place-items: center;
}
.paper-seal svg { width: 38px; height: 38px; }

.partner-copy .section-kicker { margin-bottom: 18px; }
.partner-copy h2 { font-size: clamp(1.9rem, 3.1vw, 2.7rem); margin-bottom: 20px; }
.partner-copy h2 span { color: var(--raja); }
.partner-copy > p { color: var(--muted); margin: 0 0 26px; font-size: .99rem; }

.partner-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; }
.partner-tags span {
  padding: 7px 16px; border-radius: 999px;
  border: 1px solid var(--line-strong);
  color: var(--ink-soft); font-size: .85rem; font-weight: 600;
  background: var(--cream);
}

.partner-quick { display: flex; flex-direction: column; gap: 12px; border-top: 1px dashed var(--line-strong); padding-top: 24px; }
.partner-quick a {
  display: inline-flex; align-items: center; gap: 10px;
  color: var(--biru-deep); font-family: var(--font-label);
  font-weight: 700; font-size: .95rem;
  transition: color .2s;
}
.partner-quick a:hover { color: var(--raja); }

/* underline-style form fields */
.partner-form {
  display: flex; flex-direction: column; gap: 22px;
  padding-top: 6px;
}
.partner-form label {
  display: flex; flex-direction: column; gap: 4px;
  font-family: var(--font-label);
  font-size: .78rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-soft);
}
.partner-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.partner-form input, .partner-form textarea {
  font-family: var(--font-body);
  font-size: 1rem; color: var(--ink);
  padding: 9px 2px 11px;
  border: 0; border-bottom: 1.5px solid var(--line-strong);
  border-radius: 0;
  background: transparent;
  transition: border-color .2s;
  resize: vertical;
}
.partner-form input::placeholder, .partner-form textarea::placeholder { color: #a8b0ba; }
.partner-form input:focus, .partner-form textarea:focus {
  outline: none; border-bottom-color: var(--raja);
}
.partner-form button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  align-self: flex-start;
  background: var(--biru); color: var(--white);
  border: 0; border-radius: 6px; padding: 15px 30px;
  font-family: var(--font-label);
  font-size: .95rem; font-weight: 700; cursor: pointer;
  transition: background .2s, transform .2s;
}
.partner-form button:hover { background: var(--biru-deep); transform: translateY(-1px); }
.form-status { margin: 0; font-size: .9rem; color: var(--biru-deep); font-weight: 600; text-transform: none; letter-spacing: 0; }

/* =========================================================
   07 CONTACT — dark band, translucent cards
   ========================================================= */
.contact { position: relative; overflow: hidden; }
.contact::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cg fill='none' stroke='%23e8c877' stroke-opacity='0.09'%3E%3Cellipse cx='28' cy='18' rx='4.4' ry='7'/%3E%3Cellipse cx='28' cy='34' rx='4.4' ry='7'/%3E%3Cellipse cx='19' cy='26' rx='7' ry='4.4'/%3E%3Cellipse cx='37' cy='26' rx='7' ry='4.4'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 56px 56px;
}
.contact .sec-head, .contact-grid { position: relative; z-index: 1; }

.contact-grid {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
}
.contact-card {
  display: flex; flex-direction: column; align-items: flex-start; gap: 6px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--r-md);
  padding: 28px 28px 26px;
  transition: transform .25s, background .25s, border-color .25s;
}
.contact-card:hover { transform: translateY(-4px); background: rgba(255, 255, 255, .09); border-color: rgba(232, 200, 119, .5); }
.contact-icon {
  width: 48px; height: 48px; border-radius: 12px;
  display: grid; place-items: center;
  background: rgba(232, 200, 119, .14); color: var(--emas-soft);
  margin-bottom: 14px;
}
.contact-icon svg { width: 24px; height: 24px; }
.contact-card small {
  font-family: var(--font-label);
  font-size: .7rem; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase; color: var(--emas-soft);
}
.contact-card b { font-family: var(--font-label); font-size: 1.16rem; font-weight: 700; letter-spacing: .01em; color: var(--white); }
.contact-local { font-size: .85rem; color: rgba(255, 255, 255, .62); }

/* =========================================================
   FOOTER — ink with giant outline wordmark
   ========================================================= */
footer { background: var(--ink); color: rgba(255, 255, 255, .8); overflow: hidden; }
.footer-top {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px;
  padding: 66px 28px 30px;
}
.footer-brand { color: var(--white); }
.footer-logo { height: 34px; width: auto; }
.footer-brand p { margin: 18px 0 0; font-size: .95rem; color: rgba(255, 255, 255, .62); }

.footer-top > div b {
  display: block; font-family: var(--font-label);
  font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
  color: var(--emas-soft); margin-bottom: 16px;
}
.footer-top > div a, .footer-top > div span { display: block; margin-bottom: 11px; font-size: .92rem; }
.footer-top > div a { color: rgba(255, 255, 255, .82); transition: color .2s; }
.footer-top > div a:hover { color: var(--emas-soft); }
.footer-top > div span { color: rgba(255, 255, 255, .48); }

.footer-wordmark {
  max-width: var(--max); margin: 0 auto;
  padding: 10px 28px 0;
  display: flex; justify-content: flex-end;
}
.footer-wordmark span {
  font-family: var(--font-display);
  font-size: clamp(3.4rem, 11vw, 9rem);
  font-weight: 600; line-height: .95; letter-spacing: -.02em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .16);
  white-space: nowrap;
  user-select: none;
}

.footer-bottom {
  max-width: var(--max); margin: 0 auto;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding: 20px 28px 28px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: .84rem; color: rgba(255, 255, 255, .52);
}

/* =========================================================
   REVEAL ANIMATION
   ========================================================= */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1080px) {
  .main-nav { gap: 14px; }

  /* timeline goes vertical below 1080 */
  .flow-cards,
  .flow-track.is-return .flow-cards { grid-template-columns: 1fr; gap: 14px; padding: 0 0 0 54px; max-width: 640px; }
  .flow-cards::before {
    left: 20px; right: auto; top: 6px; bottom: 6px;
    width: 3px; height: auto;
    background: var(--track);
  }
  .flow-node { top: 20px; left: -53px; transform: none; }
  .flow-bridge { max-width: 640px; }
  .flow-bridge-pill { white-space: normal; text-align: center; }

  .zone, .zone.is-flip { grid-template-columns: 1fr; gap: 28px; }
  .zone.is-flip .zone-info { grid-column: 1; grid-row: auto; }
  .zone.is-flip .zone-media { grid-column: 1; grid-row: auto; }

  .film { grid-template-columns: repeat(2, 1fr); gap: 26px 20px; }
  .shot:nth-child(2), .shot:nth-child(5) { margin-top: 0; }
  .shot img, .shot:nth-child(1) img, .shot:nth-child(3) img,
  .shot:nth-child(5) img, .shot:nth-child(6) img { aspect-ratio: 4 / 3; }

  .about-body { grid-template-columns: 1fr; }
  .about-ghost { font-size: clamp(6rem, 22vw, 13rem); }
  .partner-paper { grid-template-columns: 1fr; gap: 44px; padding: 44px 40px; }
  .sec-head { grid-template-columns: 1fr; gap: 18px; }
  .sec-head > p, .sec-head > .sec-head-aside { grid-column: 1; align-self: start; }
}

@media (max-width: 900px) {
  body { font-size: 16px; }
  .section { padding: 76px 22px; }
  .hero { padding-top: 44px; }
  .hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .hero-stats { grid-template-columns: 1fr 1fr; gap: 22px 0; }
  .stat { padding: 0 20px; }
  .stat:nth-child(odd) { border-left: 0; padding-left: 0; }
  .about-cols { columns: 1; }
  .about-pillars { grid-template-columns: 1fr; gap: 14px; }
  .faq-columns { grid-template-columns: 1fr; gap: 10px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 34px; }
  .coming { grid-template-columns: auto 1fr; }
  .coming a { grid-column: 1 / -1; justify-self: start; }

  .main-nav {
    position: fixed; top: 72px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--cream); border-bottom: 1px solid var(--line);
    padding: 8px 22px 18px; box-shadow: var(--shadow);
    transform: translateY(-16px); opacity: 0; pointer-events: none;
    transition: transform .28s, opacity .28s; z-index: 55;
  }
  body.nav-open .main-nav { transform: none; opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 13px 4px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .nav-toggle { display: flex; }
  .nav-cta { display: none; }
}

@media (max-width: 620px) {
  .section { padding: 60px 18px; }
  .hero { padding: 34px 18px 0; }
  .hero-copy h1 { font-size: 2.2rem; }
  .hero-stats { grid-template-columns: 1fr; gap: 18px; padding: 22px 0 28px; }
  .stat { border-left: 0 !important; padding: 0 !important; }
  .stat b { font-size: 2rem; }
  .zone-media { height: 320px; }
  .film { grid-template-columns: 1fr; }
  .rhythm { padding-bottom: 100px; }
  .form-row { grid-template-columns: 1fr !important; gap: 22px; }
  .partner-paper { padding: 38px 24px; }
  .paper-seal { width: 58px; height: 58px; top: 18px; right: 18px; }
  .paper-seal svg { width: 30px; height: 30px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .lang-btn { padding: 7px 9px; }
  .hero-seal { width: 64px; height: 64px; left: 2px; bottom: 6px; }
  .hero-seal svg { width: 34px; height: 34px; }
  .coming { padding: 26px 22px; gap: 20px; }
  .site-header { padding: 0 18px; height: 64px; }
  .main-nav { top: 64px; }
  .sec-head { margin-bottom: 40px; }
}

/* =========================================================
   COUNTRY SWITCHER — links to each country's independent site
   ========================================================= */
.brand-cluster { display: flex; align-items: center; gap: 14px; min-width: 0; }
.country-switcher { position: relative; flex: 0 0 auto; border: 0; }
.country-switcher > summary {
  display: flex; grid-template-columns: none; align-items: center; gap: 7px;
  min-height: 38px; padding: 7px 10px; list-style: none; cursor: pointer;
  color: var(--ink-soft); background: var(--white); border: 1px solid var(--line-strong);
  border-radius: 10px; font-family: var(--font-label); font-size: .72rem;
  font-weight: 700; line-height: 1; white-space: nowrap;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.country-switcher > summary::-webkit-details-marker { display: none; }
.country-switcher > summary:hover,
.country-switcher[open] > summary { border-color: var(--biru); background: #f7f9fc; box-shadow: var(--shadow-sm); }
.country-switcher > summary:focus-visible { outline: 3px solid rgba(18, 69, 127, .2); outline-offset: 2px; }
.country-switcher__globe { width: 16px; height: 16px; fill: none; stroke: var(--biru); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.country-switcher__code { display: none; color: var(--biru); letter-spacing: .08em; }
.country-switcher__chevron { width: 10px; height: 7px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s; }
.country-switcher[open] .country-switcher__chevron { transform: rotate(180deg); }
.country-menu {
  position: absolute; top: calc(100% + 12px); left: 0; z-index: 80;
  width: 286px; padding: 10px; background: var(--white);
  border: 1px solid var(--line); border-radius: 16px;
  box-shadow: 0 22px 55px rgba(15, 28, 43, .2);
}
.country-menu::before { content: ""; position: absolute; top: -6px; left: 24px; width: 10px; height: 10px; background: var(--white); border-top: 1px solid var(--line); border-left: 1px solid var(--line); transform: rotate(45deg); }
.country-menu__title { margin: 0; padding: 7px 10px 10px; color: var(--muted); font-family: var(--font-label); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.country-menu > a { display: grid; grid-template-columns: 34px 1fr 18px; align-items: center; gap: 10px; padding: 10px; border-radius: 10px; transition: background .2s, color .2s; }
.country-menu > a:hover { background: #f2f5f9; color: var(--biru-deep); }
.country-menu > a[aria-current="page"] { background: #edf3fa; color: var(--biru-deep); }
.country-menu__code { display: grid; place-items: center; width: 34px; height: 28px; color: var(--biru); background: #edf3fa; border: 1px solid #d7e2ef; border-radius: 7px; font-family: var(--font-label); font-size: .62rem; font-weight: 800; letter-spacing: .08em; }
.country-menu__copy { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.country-menu__copy strong { font-family: var(--font-label); font-size: .8rem; line-height: 1.1; }
.country-menu__copy small { color: var(--muted); font-family: var(--font-label); font-size: .62rem; font-weight: 600; line-height: 1.1; }
.country-menu__check { color: var(--raja); font-size: .88rem; font-weight: 900; text-align: center; }
.partner-form button:disabled { opacity: .62; cursor: progress; transform: none; }
.form-status.is-error { color: var(--raja); }
@media (max-width: 1180px) {
  .country-switcher__name { display: none; }
  .country-switcher__code { display: inline; }
  .country-switcher > summary { padding: 7px 9px; }
}
@media (max-width: 620px) {
  .brand-cluster { gap: 8px; }
  .country-switcher__globe { display: none; }
  .country-menu { position: fixed; top: 64px; left: 16px; right: 16px; width: auto; }
  .country-menu::before { display: none; }
}
