:root {
  --forge: #7b7b7a;
  --anvil: #969695;
  --ash: #b1b1b0;
  --mist: #cbcbcb;
  --silver: #e6e6e6;
  --ink: #1f1f1e;
  --paper: #f5f4f1;
  --white: #fff;
  --red: #d80707;
  --red-dark: #a90000;
  --max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { display: block; }
sup { font-size: .55em; vertical-align: super; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: var(--white); padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: 76px; padding: 0 max(3vw, 24px); display: flex; align-items: center; justify-content: space-between; background: rgba(245,244,241,.94); border-bottom: 1px solid rgba(31,31,30,.12); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 44px; height: 44px; overflow: hidden; background: var(--red); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-name { font-size: .84rem; letter-spacing: .08em; white-space: nowrap; }
.brand-name b { font-weight: 750; }
.nav-links { display: flex; align-items: center; gap: 2rem; font-size: .82rem; font-weight: 600; }
.nav-links a:not(.nav-cta) { position: relative; }
.nav-links a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 100%; height: 1px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.nav-links a:hover::after, .nav-links a:focus-visible::after { transform: scaleX(1); }
.nav-cta { padding: 12px 18px; background: var(--ink); color: var(--white); }
.nav-cta:hover { background: var(--red); }
.menu-button { display: none; border: 0; background: none; text-transform: uppercase; font-size: .72rem; letter-spacing: .12em; }

.hero { position: relative; min-height: 0; padding: 112px max(3vw, 24px) 60px; overflow: hidden; background: linear-gradient(135deg, var(--silver) 0%, var(--paper) 58%, var(--mist) 100%); }
.hero-copy { max-width: 1500px; margin: 0 auto 26px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr); gap: clamp(42px, 7vw, 110px); align-items: end; }
.hero-heading, .hero-details { min-width: 0; }
.eyebrow { margin: 0 0 1.5rem; color: var(--red); font-size: .72rem; line-height: 1; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow-light { color: var(--mist); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(3rem, 5.1vw, 5.4rem); line-height: .92; letter-spacing: -.06em; font-weight: 640; }
.hero-intro { max-width: 660px; margin: 0; color: #4f4f4d; font-size: 1rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 1.25rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; font-size: .78rem; font-weight: 750; letter-spacing: .045em; text-transform: uppercase; cursor: pointer; transition: .2s ease; }
.button-red { background: var(--red); color: var(--white); }
.button-red:hover { background: var(--red-dark); transform: translateY(-2px); }
.button-ghost { border-color: rgba(31,31,30,.35); }
.button-ghost:hover { border-color: var(--ink); background: var(--ink); color: var(--white); }
.button-light { background: var(--white); color: var(--ink); }
.microcopy { margin: .8rem 0 0; color: var(--forge); font-size: .72rem; }
.hero-site-plan { max-width: 1500px; height: clamp(430px, calc(100svh - 350px), 760px); margin: 0 auto; display: grid; grid-template-rows: minmax(0, 1fr) auto; overflow: hidden; background: #eee7dc; border: 1px solid rgba(31,31,30,.2); box-shadow: 0 30px 70px rgba(31,31,30,.18); }
.hero-site-plan a { min-height: 0; display: block; }
.hero-site-plan img { width: 100%; height: 100%; object-fit: contain; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.hero-site-plan a:hover img { transform: scale(1.008); }
.hero-site-plan figcaption { padding: 9px 14px; background: var(--paper); color: var(--forge); border-top: 1px solid rgba(31,31,30,.13); font-size: .66rem; letter-spacing: .035em; }

.fact-band { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ink); color: var(--white); }
.fact { min-height: 150px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.16); }
.fact:last-child { border-right: 0; }
.fact strong { font-size: clamp(1.6rem, 2.8vw, 2.6rem); letter-spacing: -.04em; }
.fact span { max-width: 150px; color: var(--ash); font-size: .75rem; line-height: 1.45; }

.section { padding: 120px max(5vw, 32px); }
.section-light, .video-section { background: var(--paper); }
.section-dark { background: var(--ink); color: var(--white); }
.section-silver { background: var(--silver); }
.section-heading { max-width: var(--max); margin: 0 auto 70px; }
.section-heading h2, .availability-copy h2, .location-card h2, .inquiry-intro h2 { max-width: 850px; margin: 0; font-size: clamp(2.5rem, 5.3vw, 5rem); line-height: .98; letter-spacing: -.055em; font-weight: 620; }
.section-heading-split { display: grid; grid-template-columns: 1.5fr .7fr; gap: 9vw; align-items: end; }
.section-heading-split > p { margin: 0; color: var(--forge); line-height: 1.75; }
.section-dark .section-heading-split > p { color: var(--ash); }

.partner-section { background: var(--white); }
.partner-heading { margin-bottom: 48px; }
.partner-logo-grid { max-width: var(--max); margin: 0 auto; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; background: var(--mist); border: 1px solid var(--mist); }
.partner-logo-card { min-height: 156px; padding: 30px; display: flex; align-items: center; justify-content: center; background: var(--white); }
.partner-logo-card img { width: auto; height: auto; max-width: 100%; max-height: 62px; object-fit: contain; }
.partner-logo-card--kapal img { max-height: 92px; }

.advantage-layout { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: .86fr 1.14fr; gap: 9vw; align-items: start; }
.statement-card { min-height: 430px; padding: 45px; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(145deg, var(--forge), var(--silver)); }
.statement-number { margin: 0; font-size: clamp(5.8rem, 11vw, 10rem); line-height: .8; letter-spacing: -.09em; color: var(--white); }
.statement-copy { max-width: 360px; margin: 0; font-size: 1.3rem; line-height: 1.45; }
.advantage-copy > p { margin: 0; font-size: 1.28rem; line-height: 1.75; }
.rule-list { margin-top: 50px; border-top: 1px solid var(--mist); }
.rule-list > div { padding: 20px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--mist); }
.rule-list span { color: var(--forge); font-size: .76rem; text-transform: uppercase; letter-spacing: .08em; }
.rule-list strong { text-align: right; font-size: .88rem; }

.capability-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.capability-card { min-height: 410px; padding: 34px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); transition: background .25s ease; }
.capability-card:hover { background: #292928; }
.capability-card > span { color: var(--forge); font-size: .72rem; }
.capability-card h3 { margin: auto 0 1.3rem; font-size: 1.7rem; font-weight: 570; letter-spacing: -.03em; }
.capability-card p { margin: 0; color: var(--ash); line-height: 1.7; font-size: .92rem; }
.capability-card a { margin-top: 2rem; font-size: .72rem; text-decoration: underline; text-underline-offset: 5px; }

.availability-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; align-items: center; }
.availability-copy > p:not(.eyebrow) { max-width: 700px; margin: 2rem 0; color: #4e4e4c; font-size: 1rem; line-height: 1.8; }
.text-link { display: inline-block; padding-bottom: 5px; border-bottom: 1px solid var(--red); font-size: .82rem; font-weight: 700; }
.availability-panel { background: var(--white); padding: 46px; box-shadow: 0 22px 60px rgba(31,31,30,.08); }
.panel-label { margin: 0 0 22px; color: var(--red); font-size: .7rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.availability-panel ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--mist); }
.availability-panel li { display: flex; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--mist); font-weight: 600; }
.availability-panel li span { color: var(--anvil); font-size: .7rem; }
.panel-note { margin: 22px 0 0; color: var(--forge); font-size: .7rem; line-height: 1.6; }

.safeguard-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--mist); }
.safeguard-grid article { min-height: 280px; padding: 30px; background: var(--paper); }
.safeguard-grid article > span { color: var(--red); font-size: .68rem; }
.safeguard-grid h3 { margin: 5rem 0 1rem; font-size: 1.2rem; }
.safeguard-grid p { margin: 0; color: var(--forge); font-size: .82rem; line-height: 1.7; }

.location-section { display: grid; grid-template-columns: .78fr 1.22fr; background: var(--ink); color: var(--white); }
.location-card { padding: 100px max(5vw, 48px); align-self: center; }
.location-card > p:not(.eyebrow) { margin: 2rem 0; color: var(--ash); line-height: 1.8; }
.map-wrap { min-height: 610px; filter: grayscale(1) contrast(1.05); }
.map-wrap iframe { width: 100%; height: 100%; min-height: 610px; border: 0; display: block; }
.video-wrap { max-width: var(--max); aspect-ratio: 16 / 8.2; margin: 0 auto; background: var(--ink); }
.video-wrap iframe { width: 100%; height: 100%; border: 0; }

.inquiry-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; background: var(--ink); color: var(--white); }
.inquiry-intro > p:not(.eyebrow) { max-width: 440px; margin: 2rem 0; color: var(--ash); line-height: 1.8; }
.contact-methods { display: grid; gap: 26px; margin-top: 2rem; }
.contact-channel-title { margin: 0 0 12px; color: var(--mist); font-size: .65rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.contact-emails { display: grid; gap: 10px; justify-items: start; }
.contact-emails a { border-bottom: 1px solid var(--red); }
.contact-emails span { display: block; margin-bottom: 3px; color: var(--forge); font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-whatsapp { display: grid; gap: 10px; justify-items: start; }
.contact-whatsapp a { display: grid; gap: 3px; border-bottom: 1px solid var(--red); }
.contact-whatsapp strong { font-size: .8rem; font-weight: 650; }
.contact-whatsapp span { color: var(--ash); font-size: .76rem; }
.inquiry-form { padding: 46px; background: #292928; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 22px; margin-bottom: 30px; }
.inquiry-form label { display: grid; gap: 9px; color: var(--mist); font-size: .7rem; text-transform: uppercase; letter-spacing: .09em; }
.inquiry-form input, .inquiry-form textarea, .inquiry-form select { width: 100%; color: var(--white); background: transparent; border: 0; border-bottom: 1px solid var(--forge); border-radius: 0; padding: 12px 0; outline: none; text-transform: none; }
.inquiry-form textarea { border: 1px solid var(--forge); padding: 14px; resize: vertical; }
.inquiry-form input:focus, .inquiry-form textarea:focus, .inquiry-form select:focus { border-color: var(--white); }
.inquiry-form input::placeholder, .inquiry-form textarea::placeholder { color: var(--forge); }
.full-field { grid-column: 1 / -1; }
.form-note { margin: 14px 0 0; color: var(--forge); font-size: .68rem; }

.site-footer { padding: 70px max(5vw, 32px) 34px; display: grid; grid-template-columns: 1.35fr .65fr .8fr; gap: 7vw; background: #151514; color: var(--white); }
.footer-brand { margin-bottom: 22px; }
.site-footer > div:first-child > p, .footer-meta p { color: var(--forge); font-size: .78rem; line-height: 1.7; }
.footer-links { display: grid; align-content: start; gap: 14px; font-size: .78rem; }
.footer-meta { font-size: .78rem; }
.footer-meta .contact-emails { margin-top: 18px; }
.footer-bottom { grid-column: 1 / -1; margin-top: 36px; padding-top: 24px; display: flex; justify-content: space-between; border-top: 1px solid #30302f; color: var(--forge); font-size: .68rem; }
.privacy-note { grid-column: 1 / -1; display: none; padding-top: 20px; color: var(--forge); font-size: .72rem; line-height: 1.7; }
.privacy-note:target { display: block; }

@media (max-width: 980px) {
  .menu-button { display: block; }
  .nav-links { position: absolute; top: 76px; left: 0; right: 0; padding: 26px max(5vw, 24px); display: none; align-items: stretch; flex-direction: column; gap: 20px; background: var(--paper); border-bottom: 1px solid var(--mist); }
  .nav-links.is-open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { padding: 110px max(3vw, 24px) 40px; }
  .hero-copy { grid-template-columns: 1fr; gap: 28px; }
  .hero-site-plan { height: auto; }
  .hero-site-plan a { aspect-ratio: 16 / 9; }
  .fact-band { grid-template-columns: 1fr 1fr; }
  .section-heading-split, .advantage-layout, .availability-grid, .location-section, .inquiry-section { grid-template-columns: 1fr; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 320px; }
  .partner-logo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .safeguard-grid { grid-template-columns: 1fr 1fr; }
  .location-card { padding-top: 80px; padding-bottom: 80px; }
  .map-wrap, .map-wrap iframe { min-height: 460px; }
}

@media (max-width: 640px) {
  .site-header { height: 66px; }
  .brand-name { font-size: .68rem; }
  .brand-mark { width: 38px; height: 38px; }
  .nav-links { top: 66px; }
  .hero { padding: 92px 14px 32px; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4.3rem); }
  .hero-intro { font-size: .98rem; }
  .hero-actions .button { width: 100%; }
  .hero-site-plan figcaption { font-size: .6rem; }
  .fact-band { grid-template-columns: 1fr; }
  .fact { min-height: 120px; }
  .section { padding: 84px 22px; }
  .section-heading { margin-bottom: 48px; }
  .statement-card { min-height: 330px; padding: 30px; }
  .rule-list > div { flex-direction: column; }
  .rule-list strong { text-align: left; }
  .availability-panel, .inquiry-form { padding: 28px 22px; }
  .partner-logo-grid { grid-template-columns: 1fr 1fr; }
  .partner-logo-card { min-height: 128px; padding: 24px; }
  .partner-logo-card:last-child { grid-column: 1 / -1; }
  .safeguard-grid { grid-template-columns: 1fr; }
  .safeguard-grid article { min-height: 230px; }
  .safeguard-grid h3 { margin-top: 3.5rem; }
  .location-card { padding: 80px 22px; }
  .video-wrap { aspect-ratio: 16 / 10; }
  .form-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr; padding: 60px 22px 30px; }
  .footer-bottom, .privacy-note { grid-column: auto; }
}

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