/* Local identity, concept portfolio and multilingual layout. */
.header { gap: 26px; }
.header nav { margin-left: auto; gap: clamp(16px, 2vw, 32px); }
.languages { display: flex; flex-shrink: 0; border: 1px solid var(--line); border-radius: 30px; padding: 3px; }
.languages button { min-width: 40px; min-height: 38px; padding: 7px 9px; border: 0; border-radius: 24px; background: transparent; color: var(--muted); font-size: 12px; cursor: pointer; }
.languages button[aria-pressed="true"] { color: white; background: var(--blue); }
.languages button:hover:not([aria-pressed="true"]) { background: #e7eafb; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.hero-bottom p { max-width: 380px; }
.button-arrow,.icon-arrow { display: inline-flex; width: 20px; height: 20px; flex: 0 0 20px; align-items: center; justify-content: center; }
.button-arrow svg,.icon-arrow svg { display: block; width: 100%; height: 100%; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon-arrow-down svg { transform: rotate(135deg); }
.icon-arrow-up svg { transform: rotate(-45deg); }
.hero-foot a { display: inline-flex; align-items: center; }
.hero-foot a span:not([aria-hidden]) { font-size: 12px; }
.local-intro { border-bottom: 1px solid var(--line); }
.local-heading { display: flex; align-items: center; gap: 20px; margin-bottom: 40px; }
.local-heading .eyebrow { margin: 0; }
.country-code { background: var(--blue); color: white; display: flex; gap: 15px; align-items: center; padding: 10px 14px; font-size: 14px; font-weight: 600; }
.country-code span { color: var(--lime); font-size: 23px; line-height: 1; }
.local-content { display: grid; grid-template-columns: 1.25fr 1fr; gap: 9%; align-items: start; }
.local-content h2 { font-size: clamp(34px, 3.45vw, 55px); }
.local-content p { color: var(--muted); margin: 0; line-height: 1.85; }
.local-content .local-signoff { color: var(--blue); margin-top: 20px; font-weight: 500; }
.local-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 35px; margin-top: 50px; }
.local-values>div { display: flex; gap: 18px; border-top: 1px solid var(--line); padding-top: 18px; }
.local-values span { color: var(--blue); font-size: 12px; padding-top: 3px; }
.local-values p { font-size: 14px; margin: 0; max-width: 225px; }
.portfolio { background: #eef1f8; }
.portfolio .section-intro { align-items: flex-start; }
.portfolio .section-intro h2 { font-size: clamp(36px, 3.8vw, 62px); }
.concept-badge { color: #384b81; border: 1px solid #bbc5df; border-radius: 30px; padding: 6px 13px; font-size: 12px; letter-spacing: .8px; white-space: nowrap; }
.concept-disclosure { color: #5a6275; border-left: 2px solid var(--blue); padding: 0 0 0 18px; max-width: 860px; font-size: 14px; margin: -25px 0 65px; line-height: 1.8; }
.project { display: grid; grid-template-columns: 1.1fr 1fr; gap: 7%; align-items: start; padding: 60px 0; border-top: 1px solid #ccd2df; }
.project-bengkel .project-visual { order: 2; }
.project-visual { background: #d9e5ff; padding: 55px 32px 26px; min-width: 0; overflow: hidden; position: sticky; top: 25px; }
.project-bengkel .project-visual { background: #ddeabe; }
.project-niaga .project-visual { background: #dddaf1; }
.mockup { background: #fff; border: 1px solid #ffffffbf; border-radius: 12px; box-shadow: 0 18px 50px #26385e18; transform: rotate(-2deg); transition: transform .5s; margin-bottom: 40px; }
.project:hover .mockup { transform: rotate(0deg) translateY(-4px); }
.project-bengkel .mockup { transform: rotate(2deg); }
.project-bengkel:hover .mockup { transform: rotate(0deg) translateY(-4px); }
.mockup-top { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 18px 20px; border-bottom: 1px solid #e7eaf0; }
.mockup-top b { font-family: var(--font); font-size: 20px; letter-spacing: -.8px; }
.mockup-top b span { color: var(--blue); }
.mockup-top>span { font-size: 10px; color: #6b7385; letter-spacing: .6px; text-align: right; }
.mockup-body { padding: 22px; }
.mockup-kicker { font-size: 15px; font-weight: 500; margin: 0 0 22px; }
.retail-stats { display: grid; grid-template-columns: .8fr 1.2fr; gap: 12px; margin-bottom: 22px; }
.retail-stats>div { background: #f1f4ff; padding: 15px; border-radius: 7px; }
.retail-stats span { font-size: 12px; color: #626d87; display: block; }
.retail-stats strong { display: block; font-family: var(--font); font-weight: 600; font-size: clamp(24px, 2.4vw, 36px); line-height: 1.4; letter-spacing: -1px; white-space: nowrap; }
.mockup-row { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 13px 0; border-bottom: 1px solid #e7eaf0; font-size: 13px; }
.mockup-row b { white-space: nowrap; }
.sample-status { background: #e9f3cf; color: #425921; border-radius: 20px; padding: 3px 9px; font-size: 12px; }
.stock-notice { background: #f1f4ff; color: #3a4d97; padding: 12px; margin-top: 20px; display: flex; align-items: center; gap: 10px; font-size: 12px; }
.visual-caption { font-size: 11px; letter-spacing: .8px; line-height: 1.8; display: block; color: #465775; }
.project-index { display: flex; align-items: baseline; gap: 20px; color: var(--blue); font-size: 12px; margin: 0 0 18px; }
.project-index span { font-size: 11px; letter-spacing: 1px; }
.project-story h3 { font-family: var(--font); font-size: clamp(32px,3vw,48px); font-weight: 500; letter-spacing: -1.8px; margin: 0 0 20px; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.project-story h3 span { color: var(--blue); font-size: 30px; }
.project-tagline { font-size: 22px; font-family: var(--font); line-height: 1.45; letter-spacing: -.6px; margin: 0 0 16px; }
.project-story>p:not(.project-tagline) { color: var(--muted); line-height: 1.8; font-size: 16px; }
.project details { margin: 24px 0; border-top: 1px solid #cbd3e4; border-bottom: 1px solid #cbd3e4; }
.project summary { padding: 16px 0; display: flex; align-items: center; justify-content: space-between; gap: 15px; cursor: pointer; list-style: none; font-size: 14px; color: var(--blue); }
.project summary::-webkit-details-marker { display: none; }
.project summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
.details-plus { font-size: 24px; transition: transform .2s; }
.project details[open] .details-plus { transform: rotate(45deg); }
.case-details { padding: 0 0 15px; animation: panel-in .25s ease; }
.case-details h4 { font-size: 14px; margin: 17px 0 8px; font-weight: 600; }
.case-details p { font-size: 16px; color: var(--muted); margin: 0 0 20px; line-height: 1.8; }
.project .tags li { background: #ffffff55; border-color: #c5cddd; }
.job-ticket { background: #f4f7ec; padding: 16px; border-left: 3px solid #a3c853; }
.job-ticket>span { font-size: 11px; color: #566440; letter-spacing: .5px; }
.job-ticket>strong { display: block; font-size: 18px; font-weight: 500; margin: 10px 0 20px; }
.job-ticket>div { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; }
.job-progress { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 24px 0 10px; font-size: 11px; color: #6a715e; }
.job-progress span { border-top: 3px solid #e3e9d7; padding-top: 10px; }
.job-progress .done { border-color: #a3c853; }
.job-progress .current { color: #3f5e14; border-color: #64852f; }
.chat-label { font-size: 12px; color: #696483; letter-spacing: 2px; margin-bottom: 15px; }
.chat-bubble { background: #f0ecfa; padding: 14px 16px; border-radius: 10px 10px 10px 0; font-size: 14px; margin-right: 18px; line-height: 1.7; }
.ai-draft { border: 1px solid #ded6f0; border-radius: 8px; padding: 16px; margin: 20px 0 20px 15px; }
.ai-draft>span { font-size: 10px; color: #705695; letter-spacing: .4px; }
.ai-draft p { margin: 10px 0 0; font-size: 14px; line-height: 1.8; color: #575469; }
.review-label { display: flex; gap: 10px; font-size: 12px; color: #655277; }
.portfolio-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #cbd3e4; border-bottom: 1px solid #cbd3e4; padding: 24px 0; color: var(--blue); font-size: 18px; }
.portfolio-cta>span:last-child { font-size: 30px; }
footer h2 { margin-bottom: 30px; }
.contact-note { max-width: 490px; margin: 0 0 60px; line-height: 1.8; color: #384828; }
.footer-local { display: flex; justify-content: space-between; gap: 25px; flex-wrap: wrap; margin-top: 25px; font-size: 12px; color: #40532a; }
.footer-local p { margin: 0; }
html[data-locale="ms"] .hero h1 { font-size: clamp(68px,7.4vw,124px); }
html[data-locale="ms"] .mindset h2 { font-size: clamp(46px,5.6vw,88px); }
html[data-locale="zh"] body { font-family: 'DM Sans','Microsoft YaHei','PingFang SC',sans-serif; }
html[data-locale="zh"] h1,html[data-locale="zh"] h2,html[data-locale="zh"] h3,html[data-locale="zh"] .service-tab>span:nth-child(2),html[data-locale="zh"] .project-tagline { letter-spacing: 0; line-height: 1.3; }
html[data-locale="zh"] .hero h1 { font-size: clamp(74px,7.8vw,124px); }
html[data-locale="zh"] .mindset h2 { font-size: clamp(46px,5.7vw,88px); }
@media (max-width: 1100px) { .header { gap: 18px; padding-inline: 4%; } .header nav { gap: 18px; font-size: 13px; } .header .nav-contact { padding: 10px 16px; gap: 15px; } .project-visual { padding: 40px 22px 22px; } .mockup-top { padding: 15px; flex-wrap: wrap; } .mockup-body { padding: 18px; } .local-content { gap: 6%; } .hero-coordinate { max-width: 220px; text-align: right; } }
@media (max-width: 950px) { .header { display: grid; grid-template-columns: 1fr auto; height: auto; padding: 16px 5% 8px; gap: 6px 16px; } .header nav { grid-row: 2; grid-column: 1 / -1; width: 100%; justify-content: space-between; margin: 0; } .header nav>a { min-height: 44px; display: flex; align-items: center; } .languages button { min-height: 38px; } .hero { height: auto; min-height: 790px; } .hero h1 { font-size: 100px; } .project { gap: 5%; } .project-visual { position: relative; top: auto; } .project-story h3 { font-size: 34px; } .local-values { gap: 24px; } }
@media (max-width: 700px) { .local-content { grid-template-columns: 1fr; gap: 24px; } .local-values { grid-template-columns: 1fr; gap: 18px; margin-top: 32px; } .local-values p { max-width: none; } .project { grid-template-columns: 1fr; gap: 32px; padding: 40px 0; } .project-bengkel .project-visual { order: 0; } .project-visual { padding: 40px 26px 24px; } .mockup { max-width: 420px; margin: 0 auto 30px; } .mockup-top { flex-wrap: nowrap; } .project-story h3 { font-size: 37px; } .portfolio .section-intro { display: block; } .portfolio .section-intro>p { margin-top: 25px; max-width: none; } .concept-disclosure { margin: 0 0 40px; } .project-tagline { font-size: 24px; } .retail-stats strong { font-size: 30px; } .local-heading .eyebrow { font-size: 11px; } .local-content h2 { font-size: 39px; } .concept-badge { font-size: 10px; white-space: normal; text-align: center; max-width: 135px; } .portfolio .section-top { gap: 15px; } }
@media (max-width: 650px) {
  .header { padding: 12px 6% 6px; gap: 4px 10px; }
  .header .wordmark { font-size: 23px; gap: 5px; } .header .spark { font-size: 29px; }
  .header nav { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
  .header nav>a:not(.nav-contact),.header .nav-contact { display: flex; padding: 4px 0; border: 0; border-radius: 0; min-height: 44px; font-size: 12px; line-height: 1.4; gap: 4px; }
  .header .nav-contact { justify-content: flex-end; }
  .languages { padding: 2px; } .languages button { padding: 7px; min-width: 34px; font-size: 12px; }
  .hero { min-height: 900px; } .hero h1 { font-size: clamp(61px,15.2vw,90px); margin-bottom: 285px; }
  .hero-content { padding-top: 36px; } .hero-content .eyebrow { font-size: 10px; letter-spacing: .6px; gap: 7px; }
  .hero-bottom p { font-size: 16px; max-width: 330px; }
  .hero-foot { align-items: center; gap: 10px; } .hero-foot>a { max-width: 58%; } .motion-toggle { max-width: 42%; }
  .hero-foot a span { font-size: 14px; margin-right: 5px; } .hero-foot a span:not([aria-hidden]) { font-size: 11px; }
  html[data-locale="ms"] .hero h1 { font-size: clamp(48px,12vw,74px); line-height: 1.12; margin-bottom: 300px; }
  html[data-locale="zh"] .hero h1 { font-size: clamp(58px,15vw,80px); line-height: 1.2; margin-bottom: 255px; }
  html[data-locale="ms"] .mindset h2 { font-size: 39px; }
  html[data-locale="zh"] .mindset h2 { font-size: 39px; }
  html[data-locale="zh"] .mindset-spark { opacity: .3; }
  .service-tab>span:nth-child(2) { font-size: 26px; }
  .local-content h2,.portfolio .section-intro h2 { font-size: 36px; }
  .portfolio .section-top .eyebrow { font-size: 11px; }
  .visual-caption,.project-index span { font-size: 11px; letter-spacing: .5px; }
  .project-index { gap: 15px; } .portfolio-cta { font-size: 16px; }
  .footer-local { flex-direction: column; gap: 12px; line-height: 1.8; }
  .contact-note { margin-bottom: 45px; }
  html[data-locale="ms"] footer h2 { font-size: 42px; }
  html[data-locale="zh"] footer h2 { font-size: 43px; }
}
@media (max-width: 360px) { .header .wordmark { font-size: 21px; } .header .spark { font-size: 25px; } .header { padding-inline: 5%; } .languages button { min-width: 32px; padding: 6px; } .project-visual { padding: 30px 16px 20px; } .mockup-top { flex-wrap: wrap; } .project-story h3 { font-size: 32px; } .local-heading { gap: 12px; } }
@media (prefers-reduced-motion: reduce) { .project:hover .mockup,.project-bengkel .mockup { transform: none; } }
