:root {
  --paper: #fbf8f3;
  --paper-deep: #f3eee5;
  --ink: #1a2932;
  --muted: #46515a;
  --red: #a83834;
  --red-dark: #862b29;
  --gold: #c29662;
  --line: #e3dbd0;
  --night: #102a35;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
.container { width: min(100% - 96px, 1400px); margin-inline: auto; }
.icon-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: absolute; top: -100px; left: 20px; z-index: 30; padding: 12px 16px; color: white; background: var(--night); }
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

.site-header { position: relative; z-index: 10; height: 96px; background: rgba(251,248,243,.97); border-bottom: 1px solid rgba(224,214,201,.7); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 14px; flex: none; }
.brand-mark { width: 51px; height: 51px; display: grid; place-items: center; background: var(--red); color: white; font: 32px/1 "Playfair Display", Georgia, serif; }
.brand-mark span { color: #e5b680; }
.brand-text { display: block; font-size: 18px; line-height: 1; font-weight: 700; letter-spacing: .20em; }
.brand-text small { display: block; margin-top: 7px; color: #697079; font-size: 8px; line-height: 1.45; letter-spacing: .19em; }
.site-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 48px); }
.site-nav > a { font-size: 12px; font-weight: 700; transition: color .2s, background .2s; }
.site-nav > a:hover, .footer-nav a:hover { color: var(--red); }
.site-nav .nav-cta { display: inline-flex; align-items: center; justify-content: space-between; min-width: 190px; gap: 26px; padding: 16px 21px; background: var(--night); color: white; }
.site-nav .nav-cta:hover { color: white; background: var(--red); }
.nav-cta span { font-size: 16px; }
.menu-toggle { display: none; }

.hero { position: relative; isolation: isolate; min-height: 885px; overflow: hidden; background: var(--paper); }
.hero-photo { position: absolute; z-index: -2; top: 0; right: 0; width: 64%; height: 100%; object-fit: cover; object-position: 50% 43%; }
.hero-wash { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, var(--paper) 0%, var(--paper) 29%, rgba(251,248,243,.97) 36%, rgba(251,248,243,.82) 43%, rgba(251,248,243,.25) 53%, transparent 65%), linear-gradient(0deg, rgba(9,26,34,.28), transparent 27%); }
.hero-inner { position: relative; min-height: 885px; padding-top: 78px; padding-bottom: 58px; }
.hero-copy { width: min(48%, 650px); }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 12px; color: var(--red); font-size: 10px; line-height: 1.5; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { margin-bottom: 24px; }
.eyebrow span, .section-kicker > span { width: 31px; height: 1px; flex: none; background: currentColor; }
.hero h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; font-weight: 500; }
.hero h1 { margin: 0; font-size: clamp(66px, 6.1vw, 96px); line-height: 1.02; letter-spacing: -.055em; }
.hero h1 em, h2 em { color: var(--red); font-weight: 400; }
.hero-description { max-width: 575px; margin: 27px 0 0; color: #313e46; font-size: 15px; line-height: 1.78; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 26px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 49px; padding: 0 19px; font-size: 11px; font-weight: 700; transition: background .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button span, .text-link span { font-size: 17px; }
.button-primary { color: white; background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding: 8px 0; border-bottom: 1px solid var(--red); font-size: 11px; font-weight: 700; }
.text-link:hover { color: var(--red); }
.hero-locations { position: absolute; bottom: 48px; left: 0; display: flex; align-items: center; gap: 16px; color: #5e6568; font-size: 10px; letter-spacing: .09em; }
.hero-locations i { width: 1px; height: 13px; background: var(--red); }
.hero-caption { position: absolute; right: 4px; bottom: 36px; display: flex; align-items: center; gap: 27px; color: white; font: 20px/1.25 "Playfair Display", Georgia, serif; text-shadow: 0 2px 10px #0008; }
.hero-caption > span { width: 1px; height: 65px; background: #fff9; }

.section-pad { padding: 92px 0; }
.section-kicker { margin-bottom: 24px; }
.section-kicker b { font-size: 11px; margin-right: 6px; }
h2 { margin: 0; font-size: clamp(43px, 4.5vw, 67px); line-height: 1.16; letter-spacing: -.045em; }
.about { padding-block: 25px; background: #fffdfa; }
.about-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); gap: 70px; align-items: center; }
.about-copy { padding: 0; }
.about h2 { max-width: 780px; }
.about-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; max-width: 760px; margin-top: 29px; }
.about-columns p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.78; }
.about-photo-wrap { position: relative; min-height: 570px; border-left: 1px solid #d9b59a; padding-left: 15px; overflow: hidden; }
.about-photo-wrap img { position: absolute; top: 0; left: 15px; width: calc(100% - 15px); height: 100%; object-fit: cover; object-position: center 53%; }
.about-photo-wrap::after { content: ""; position: absolute; top: 0; left: 15px; right: 0; height: 43%; background: linear-gradient(180deg, rgba(255,253,250,.93), rgba(255,253,250,.43) 58%, transparent); }
.about-quote { position: absolute; z-index: 1; top: 29px; left: 42px; color: #8e3430; font: italic 30px/1.18 "Playfair Display", Georgia, serif; }
.about-quote span { display: block; width: 29px; height: 1px; margin-top: 17px; background: var(--red); }

.journey { position: relative; overflow: hidden; background: var(--paper-deep); }
.journey::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 20%, #fffcf7, transparent 70%); pointer-events: none; }
.journey-inner { position: relative; z-index: 1; }
.floral { position: absolute; width: 225px; height: 225px; fill: none; stroke: #c8a47a; stroke-width: .75; opacity: .6; pointer-events: none; }
.floral-top { top: -53px; right: -39px; transform: rotate(-20deg); }
.floral-bottom { bottom: -58px; left: -55px; transform: rotate(20deg); }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading-row .section-kicker { margin-bottom: 17px; }
.section-heading-row .section-kicker > span:last-child, .indonesia-copy .section-kicker > span:last-child, .perspective .section-kicker > span:last-child { margin-left: 12px; }
.section-heading-row > p { max-width: 280px; margin: 0 10px 5px 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.journey-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 47px; }
.journey-card { min-width: 0; background: #fffdfa; box-shadow: 0 9px 23px rgba(34,35,32,.04); }
.journey-card > img { width: 100%; height: 200px; object-fit: cover; }
.journey-card:nth-child(1) > img { object-position: center 50%; }
.journey-card:nth-child(2) > img { object-position: center 57%; }
.journey-card:nth-child(3) > img { object-position: center 48%; }
.journey-card-body { min-height: 280px; padding: 25px 27px 29px; }
.card-index { display: block; margin-bottom: 27px; color: #898b8a; font-size: 9px; font-weight: 700; letter-spacing: .26em; }
.card-main { display: grid; grid-template-columns: 50px 1fr; gap: 15px; }
.card-main svg, .connection-map svg { width: 42px; height: 42px; fill: none; stroke: var(--red); stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.card-main h3 { margin: 0 0 8px; font-size: 26px; line-height: 1.1; }
.card-main p { min-height: 61px; max-width: 285px; margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.card-bottom { color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .025em; }
.card-bottom span { margin-left: 8px; font-size: 15px; }

.indonesia { position: relative; isolation: isolate; min-height: 616px; color: white; background: var(--night) url("index_file/indonesiaBackdrop.jpg") center 58% / cover no-repeat; }
.indonesia::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(9,34,44,.3), rgba(9,34,44,.2)), rgba(8,32,43,.17); }
.indonesia-grid { display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); gap: 85px; align-items: center; }
.section-kicker.light { color: #ddb183; }
.indonesia h2 { color: white; font-size: clamp(45px, 4.5vw, 69px); }
.indonesia h2 em { color: #e2ae75; }
.indonesia-copy > p:not(.section-kicker) { max-width: 530px; margin: 23px 0 25px; color: #e2e5e3; font-size: 14px; line-height: 1.8; }
.button-light { color: var(--ink); background: #fff7eb; }
.button-light:hover { background: white; }
.indonesia-factors { display: grid; grid-template-columns: 1fr 1fr; column-gap: 34px; row-gap: 58px; }
.factor { display: grid; grid-template-columns: 65px 1fr; gap: 18px; align-items: start; }
.factor-icon { width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; }
.factor-icon svg { width: 34px; height: 34px; fill: none; stroke: var(--gold); stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round; }
.factor span { display: block; margin: 3px 0 14px; color: #e2b27d; font-size: 10px; font-weight: 700; letter-spacing: .2em; }
.factor h3 { margin: 0 0 9px; color: white; font-size: 22px; line-height: 1.25; }
.factor p { max-width: 220px; margin: 0; color: #d3dedf; font-size: 12px; line-height: 1.65; }

.perspective { position: relative; overflow: hidden; background: #fffdfa; }
.perspective-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 80px; padding-top: 66px; padding-bottom: 38px; }
.perspective h2 { font-size: clamp(44px, 4.3vw, 64px); }
.perspective-right > p { max-width: 510px; margin: 10px 0 30px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.connection-map { display: flex; align-items: center; justify-content: space-between; gap: 13px; max-width: 570px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 18px 0 13px; }
.connection-map > div { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.connection-map svg { width: 34px; height: 34px; }
.connection-map span { font-size: 10px; line-height: 1.3; font-weight: 700; }
.connection-map i { align-self: center; margin-top: -6px; color: var(--red); font-size: 21px; font-style: normal; }
.perspective-landscape { height: 203px; background: linear-gradient(180deg, rgba(255,253,250,.92), rgba(255,253,250,.08) 28%, transparent 70%), url("index_file/indonesiaCoast.jpg") center 55% / cover no-repeat; }

.site-footer { min-height: 185px; display: flex; align-items: center; color: #fff; background: #102a35; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; padding-block: 30px; }
.footer-brand .brand-text { color: #fff; }
.footer-brand .brand-text small { color: #d1dcdd; }
.footer-nav { display: flex; gap: 36px; padding-left: 42px; border-left: 1px solid var(--gold); }
.footer-nav a, .footer-right { font-size: 11px; }
.footer-right { display: flex; align-items: center; gap: 30px; color: #dce3e3; line-height: 1.6; }
.footer-right a { white-space: nowrap; }
.footer-right a:hover { color: #e7b47b; }
.footer-right > span { padding-left: 24px; border-left: 1px solid var(--gold); }

@media (max-width: 1160px) {
  .container { width: min(100% - 64px, 1400px); }
  .hero-copy { width: 51%; }
  .hero h1 { font-size: clamp(58px, 6.15vw, 76px); }
  .hero-photo { width: 66%; }
  .about-grid { gap: 38px; }
  .about h2 { font-size: 51px; }
  .indonesia-grid { gap: 42px; }
  .factor { grid-template-columns: 51px 1fr; gap: 10px; }
  .factor-icon { width: 49px; height: 49px; }
  .factor-icon svg { width: 28px; height: 28px; }
  .perspective-grid { gap: 40px; }
}

@media (max-width: 860px) {
  .site-nav { gap: 18px; }
  .site-nav > a { font-size: 11px; }
  .site-nav .nav-cta { min-width: 145px; gap: 12px; padding-inline: 13px; }
  .hero { min-height: 730px; }
  .hero-inner { min-height: 730px; }
  .hero-copy { width: 56%; }
  .hero h1 { font-size: 59px; }
  .hero-description { font-size: 13px; }
  .hero-wash { background: linear-gradient(90deg,var(--paper) 0%,var(--paper) 32%,rgba(251,248,243,.9) 45%,transparent 70%),linear-gradient(0deg,rgba(9,26,34,.28),transparent 30%); }
  .about-grid { grid-template-columns: 1fr .7fr; gap: 26px; }
  .about h2 { font-size: 43px; }
  .about-columns { gap: 19px; }
  .about-columns p { font-size: 12px; }
  .journey-card-body { padding: 20px 17px 25px; }
  .card-main { grid-template-columns: 36px 1fr; gap: 10px; }
  .card-main svg { width: 33px; height: 33px; }
  .card-main h3 { font-size: 21px; }
  .card-main p { font-size: 12px; }
  .indonesia-grid { grid-template-columns: 1fr; }
  .indonesia-factors { max-width: 700px; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 36px, 1400px); }
  .site-header { height: 72px; }
  .brand-mark { width: 41px; height: 41px; font-size: 27px; }
  .brand-text { font-size: 14px; }
  .brand-text small { font-size: 7px; margin-top: 5px; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 15px 18px 20px; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 25px #1a293222; }
  .site-nav.is-open { display: flex; }
  .site-nav > a { padding: 13px 8px; font-size: 12px; }
  .site-nav .nav-cta { margin-top: 8px; justify-content: space-between; padding-inline: 16px; }
  .hero { display: flex; flex-direction: column; min-height: 0; }
  .hero-photo { order: 2; position: relative; z-index: 0; width: 100%; height: 500px; object-position: center 40%; }
  .hero-wash { display: none; }
  .hero-inner { order: 1; position: static; min-height: 0; padding-top: 43px; padding-bottom: 34px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(50px, 9.1vw, 70px); }
  .hero-description { max-width: 610px; font-size: 14px; }
  .hero-locations { position: static; margin-top: 36px; flex-wrap: wrap; font-size: 9px; }
  .hero-caption { right: 24px; bottom: 21px; font-size: 17px; }
  .hero-caption > span { height: 48px; }
  .section-pad { padding: 70px 0; }
  .about-grid { grid-template-columns: 1fr; gap: 36px; }
  .about h2 { font-size: clamp(41px, 7vw, 58px); }
  .about-columns { max-width: 100%; }
  .about-columns p { font-size: 13px; }
  .about-photo-wrap { min-height: 430px; max-height: 530px; }
  .journey-cards { grid-template-columns: 1fr; gap: 18px; }
  .journey-card { display: grid; grid-template-columns: 40% 60%; }
  .journey-card > img { height: 100%; min-height: 240px; }
  .journey-card-body { min-height: 240px; padding: 22px; }
  .card-main { grid-template-columns: 39px 1fr; }
  .card-main h3 { font-size: 24px; }
  .card-main p { min-height: 0; }
  .section-heading-row { display: block; }
  .section-heading-row > p { margin: 19px 0 0; max-width: 460px; }
  .indonesia { min-height: 0; }
  .indonesia h2 { font-size: clamp(43px, 7vw, 60px); }
  .indonesia-factors { gap: 35px 20px; }
  .perspective-grid { grid-template-columns: 1fr; gap: 18px; padding-top: 70px; padding-bottom: 43px; }
  .perspective h2 { font-size: clamp(43px, 7vw, 60px); }
  .perspective-right > p { margin-top: 0; }
  .footer-inner { flex-wrap: wrap; }
  .footer-nav { border-left: 0; padding-left: 0; }
}

@media (max-width: 500px) {
  .hero h1 { font-size: clamp(43px, 11vw, 54px); }
  .hero-photo { height: 430px; }
  .eyebrow { font-size: 9px; }
  .hero-description { margin-top: 22px; }
  .hero-actions { gap: 20px; }
  .about-columns { grid-template-columns: 1fr; gap: 19px; }
  .about-photo-wrap { min-height: 380px; }
  .about-quote { font-size: 25px; }
  .journey-card { display: block; }
  .journey-card > img { height: 175px; min-height: 0; }
  .journey-card-body { min-height: 0; padding: 23px; }
  .card-main p { max-width: none; }
  .indonesia-factors { grid-template-columns: 1fr; gap: 29px; }
  .factor { grid-template-columns: 54px 1fr; gap: 15px; }
  .factor-icon { width: 53px; height: 53px; }
  .factor span { margin-bottom: 7px; }
  .connection-map { gap: 7px; }
  .connection-map svg { width: 28px; height: 28px; }
  .connection-map span { font-size: 8px; }
  .connection-map i { font-size: 16px; }
  .perspective-landscape { height: 145px; }
  .footer-inner { display: grid; grid-template-columns: 1fr; gap: 25px; }
  .footer-nav { flex-wrap: wrap; gap: 18px 25px; }
  .footer-right { justify-content: space-between; gap: 10px; }
}

@media (max-width: 360px) {
  .hero h1 { font-size: 39px; }
  .hero-actions { gap: 12px; }
  .button { gap: 12px; }
  .connection-map { flex-direction: column; align-items: flex-start; gap: 8px; }
  .connection-map i { transform: rotate(90deg); margin-left: 8px; }
}

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