:root {
  --green-950: #062f29;
  --green-900: #073a32;
  --green-800: #174c43;
  --green-700: #3f645e;
  --gold: #d2a33a;
  --gold-light: #efc45a;
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --ink: #16211f;
  --muted: #65706d;
  --line: rgba(210, 163, 58, .28);
  --shadow: 0 18px 55px rgba(8, 43, 37, .12);
  --radius: 3px;
  --container: 1120px;
  --serif: 'DM Serif Display', 'Noto Sans SC', Georgia, serif;
  --sans: 'Manrope', 'Noto Sans SC', Arial, Helvetica, sans-serif;
}
html[lang="zh"] {
  --serif: 'Noto Serif SC', 'Noto Sans SC', serif;
  --sans: 'Noto Sans SC', 'PingFang SC', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.65; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 44px)); margin-inline: auto; }
.eyebrow { margin: 0 0 14px; color: #fff; font-family: var(--sans); font-size: 1.28rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.hero .eyebrow,
.services-intro .eyebrow,
.contact-hero .eyebrow { font-family: var(--serif); letter-spacing: .12em; }
.global-copy .eyebrow,
.case-section .eyebrow,
.contact-section .eyebrow { font-family: var(--serif); letter-spacing: .12em; }
.global-copy .eyebrow { color: var(--gold); }
.section-title, h1, h2 { font-family: var(--serif); font-weight: 400; line-height: 1.08; }
.section-title { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 3.25rem); }
.gold { color: var(--gold); }
.muted { color: var(--muted); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 24px; border: 1px solid var(--gold); color: var(--green-950); background: var(--gold); font-family: var(--sans); font-size: .88rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; transition: .25s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); background: var(--gold-light); box-shadow: 0 10px 25px rgba(210,163,58,.22); }
.btn-outline { color: #fff; background: transparent; }
.btn-outline:hover { color: var(--green-950); background: var(--gold); }
.btn-dark { color: #fff; border-color: var(--green-950); background: var(--green-950); }
.btn-dark:hover { color: #fff; background: var(--green-800); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(53, 91, 83, .96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,.08); }
.navbar { height: 76px; display: grid; grid-template-columns: 250px 1fr auto; align-items: center; gap: 22px; }
.brand img { width: 190px; height: 52px; object-fit: contain; object-position: left center; }
.nav-links { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2.4vw, 34px); }
.nav-links a { position: relative; color: rgba(255,255,255,.88); font-size: .9rem; font-weight: 500; letter-spacing: .055em; text-transform: uppercase; }
.nav-links a::after { content: ''; position: absolute; left: 0; right: 0; bottom: -10px; height: 1px; background: var(--gold); transform: scaleX(0); transition: .25s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold-light); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 18px; }
.lang-select { position: relative; }
.lang-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 40px; padding: 0 15px; border: 1px solid var(--gold); color: #fff; background: transparent; font-family: var(--sans); font-size: .88rem; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; transition: .25s ease; }
.lang-btn:hover { color: var(--green-950); background: var(--gold); box-shadow: 0 8px 20px rgba(210,163,58,.2); transform: translateY(-2px); }
.lang-caret { display: inline-block; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid currentColor; transition: transform .25s ease; }
.lang-select.open .lang-caret { transform: rotate(180deg); }
.lang-menu { position: absolute; top: calc(100% + 8px); right: 0; z-index: 60; min-width: 112px; margin: 0; padding: 6px 0; list-style: none; background: var(--green-900); border: 1px solid rgba(210,163,58,.4); box-shadow: 0 16px 34px rgba(0,0,0,.28); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: .22s ease; }
.lang-select.open .lang-menu { opacity: 1; visibility: visible; transform: none; }
.lang-menu li { padding: 10px 16px; color: rgba(255,255,255,.88); font-size: .88rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; transition: .2s ease; white-space: nowrap; }
.lang-menu li:hover, .lang-menu li[aria-selected="true"] { color: var(--gold-light); background: rgba(210,163,58,.14); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; color: #fff; font-size: 1.6rem; }

.hero { position: relative; min-height: 555px; display: grid; align-items: center; color: #fff; overflow: hidden; background: var(--green-950); }
.hero-home { background-image: linear-gradient(90deg, rgba(4,46,39,.88) 0%, rgba(4,46,39,.66) 44%, rgba(4,46,39,.18) 100%), url('../assets/images/hero-singapore.png'); background-size: cover; background-position: center; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.05), transparent 35%); pointer-events: none; }
.hero-content { position: relative; z-index: 1; max-width: 630px; padding: 85px 0 95px; }
.hero h1 { margin: 0 0 24px; font-size: clamp(3rem, 6vw, 5rem); }
.hero p:not(.eyebrow) { max-width: 560px; margin: 0 0 30px; color: rgba(255,255,255,.86); font-size: 1.125rem; font-style: italic; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; }

.values-section { padding: 78px 0 72px; background: var(--paper); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.value-card { min-height: 310px; padding: 20px 32px; text-align: center; border-right: 1px solid rgba(9,58,50,.12); }
.value-card:last-child { border-right: 0; }
.value-icon { width: 144px; height: 144px; margin: 0 auto 26px; object-fit: contain; }
.value-card h3 { margin: 0; color: var(--green-900); font-family: var(--serif); font-size: 1.3rem; font-weight: 800; letter-spacing: .06em; }
.value-divider { width: 52px; height: 2px; margin: 14px auto 20px; background: var(--gold); }
.value-card ul { margin: 0; padding: 0; list-style: none; color: #555f5c; font-size: .98rem; }
.value-card li { position: relative; margin: 10px 0; padding-left: 15px; }
.value-card li::before { content: '◆'; position: absolute; left: 0; top: 1px; color: var(--gold); font-size: .54rem; }

.stats { padding: 72px 0; color: #fff; background: radial-gradient(circle at 55% 0%, #275d53, var(--green-950) 62%); }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 30px; text-align: center; }
.stat strong { display: block; color: var(--gold-light); font-family: var(--serif); font-size: 2.6rem; font-weight: 400; }
.stat span { color: #fff; font-size: .9rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }

.global { padding: 90px 0; background: var(--paper); }
.split { display: grid; grid-template-columns: 1fr 1.08fr; align-items: center; gap: 70px; }
.global-copy p:not(.eyebrow) { max-width: 500px; color: var(--muted); font-size: 1.125rem; font-style: italic; }
.global-map img { width: 100%; height: auto; display: block; }

.inner-hero { min-height: 410px; color: #fff; background: radial-gradient(circle at 70% 25%, #315e56, var(--green-950) 66%); }
.inner-hero .hero-content { padding: 80px 0; }
.inner-hero h1 { font-size: clamp(2.7rem, 5vw, 4.4rem); }
.inner-hero.case-hero { background-image: linear-gradient(90deg, rgba(5,47,40,.98), rgba(5,47,40,.72)), url('../assets/images/case-expansion.jpg'); background-size: cover; background-position: center; }
.contact-hero { min-height: 440px; display: grid; grid-template-columns: 1fr 1fr; background: var(--green-950); }
.contact-hero-copy { display: flex; align-items: center; }
.contact-hero-copy > div { width: min(530px, calc(100% - 44px)); margin-left: max(22px, calc((100vw - var(--container))/2)); padding: 70px 35px 70px 0; }
.contact-hero-image { min-height: 440px; background: url('../assets/images/contact-reception.jpg') center/cover no-repeat; }
.contact-hero h1 { margin: 0 0 22px; color: #fff; font-size: clamp(2.8rem, 5vw, 4.5rem); }
.contact-hero p:not(.eyebrow) { color: rgba(255,255,255,.75); font-size: 1.125rem; font-style: italic; }

.services-main { padding: 88px 0; color: #fff; background: radial-gradient(circle at 50% 25%, #1d554b, var(--green-950) 68%); }
.services-intro { max-width: 750px; margin-bottom: 44px; }
.services-intro p:not(.eyebrow) { color: rgba(255,255,255,.7); font-size: 1.125rem; font-style: italic; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.service-card { position: relative; min-height: 260px; padding: 30px; border: 1px solid rgba(210,163,58,.45); transition: .3s ease; }
.service-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.035); box-shadow: 0 18px 40px rgba(0,0,0,.13); }
.service-card .number { position: absolute; top: 22px; right: 28px; color: var(--gold); font-family: var(--serif); font-size: 1.6rem; font-weight: 600; letter-spacing: .02em; }
.service-card .service-icon-img { width: 72px; height: 72px; object-fit: contain; margin-bottom: 22px; display: block; }
.service-card h3 { margin: 0 0 10px; font-size: 1.1rem; letter-spacing: .02em; }
.service-card p { color: rgba(255,255,255,.68); font-size: .9rem; }
.text-link { color: var(--gold-light); font-size: .8rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.cta-light { padding: 84px 0; text-align: center; background: var(--paper); }
.cta-light h2 { margin: 0 0 15px; font-size: clamp(2rem,4vw,3rem); }
.cta-light p { margin: 0 0 26px; color: var(--muted); }

.case-section { padding: 64px 0 92px; background: var(--cream); }
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.filter-btn { padding: 11px 16px; border: 1px solid rgba(9,58,50,.15); color: #69716f; background: #fff; font-size: .88rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.filter-btn.active { color: #fff; border-color: var(--green-950); background: var(--green-950); }
.case-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; }
.case-card { overflow: hidden; background: #fff; box-shadow: 0 10px 30px rgba(8,43,37,.08); transition: .3s ease; }
.case-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.case-image { position: relative; aspect-ratio: 16/9; overflow: hidden; }
.case-image img { width: 100%; height: 100%; object-fit: cover; transition: .5s ease; }
.case-card:hover img { transform: scale(1.04); }
.case-tag { position: absolute; top: 12px; left: 12px; padding: 7px 10px; color: var(--green-950); background: var(--gold); font-size: .6rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.case-body { padding: 24px; }
.case-body h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 1.35rem; line-height: 1.25; font-weight: 400; }
.case-body p { color: var(--muted); font-size: .88rem; }
.case-cta { width: min(700px, 100%); margin: 64px auto 0; padding: 52px 40px; color: #fff; text-align: center; background: radial-gradient(circle at 70% 20%, #1b5b50, var(--green-950)); }
.case-cta h2 { margin: 0 0 12px; font-size: 2.4rem; }

.contact-section { padding: 76px 0 90px; background: var(--cream); }
.contact-section-head { margin-bottom: 40px; }
.contact-section-head .section-eyebrow { font-family: var(--serif); font-size: 1.28rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--green-950); margin: 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.contact-list { margin: 0; padding: 0; list-style: none; }
.contact-list li { display: flex; align-items: flex-start; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--border-soft); }
.contact-list li:last-child { border-bottom: none; }
.ci-icon { flex-shrink: 0; width: 18px; height: 18px; color: var(--gold); margin-top: 1px; }
.ci-icon svg { width: 100%; height: 100%; }
.contact-list li > span.ci-text { flex: 1; }
.ci-text strong { display: block; margin-bottom: 0; color: var(--gold); font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; font-family: var(--sans); line-height: 1.3; }
.ci-text > span:not(.muted):not(.contact-socials) { display: block; color: var(--ink); font-size: 1rem; line-height: 1.65; }
.ci-text .hours-line { line-height: 1.65 !important; }
.ci-text .hours-closed { margin-top: 0 !important; line-height: 1.65 !important; }
.ci-text .muted { color: var(--muted); font-size: 0.95rem; display: block; margin-top: -2px; line-height: 1.3; }
.contact-socials { display: flex; gap: 16px; margin-top: 10px; }
.contact-socials a { display: grid; place-items: center; width: 62px; height: 62px; transition: .2s ease; }
.contact-socials a:hover { transform: translateY(-3px); }
.contact-socials img { display: block; width: 100%; height: 100%; object-fit: contain; }

/* ---- Inquiry Form ---- */
.inquiry-section { padding: 100px 0 120px; background: #fff; }
.inquiry-head { max-width: 680px; margin: 0 auto 56px; text-align: center; }
.inquiry-head .eyebrow { color: var(--gold); font-family: var(--serif); letter-spacing: .12em; margin: 0 0 14px; }
.inquiry-head h2 { margin: 0 0 16px; font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 4.2vw, 3rem); color: var(--green-950); line-height: 1.2; }
.inquiry-head p { color: var(--muted); font-size: 1.05rem; line-height: 1.7; margin: 0; }
.inquiry-form { max-width: 780px; margin: 0 auto; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.form-field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.form-row .form-field { margin-bottom: 0; }
.form-field label { font-size: .88rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--green-950); }
.form-field label sup { color: var(--gold); font-size: .9rem; top: -2px; }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 14px 16px;
  font-family: var(--sans);
  font-size: .95rem;
  color: var(--ink);
  background: #FAF8F3;
  border: 1px solid #E8E4DB;
  outline: none;
  transition: .2s ease;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--gold);
  background: #fff;
}
.form-field select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23002F2A' stroke-width='1.5' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}
.form-field textarea { resize: vertical; min-height: 120px; line-height: 1.6; }
.form-submit { margin-top: 8px; text-align: center; }
.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 44px;
  font-family: var(--sans);
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--green-950);
  background: var(--gold);
  border: 1px solid var(--gold);
  border-radius: 0;
  cursor: pointer;
  transition: .25s ease;
  text-decoration: none;
}
.btn-gold:hover { background: #b48a3d; border-color: #b48a3d; color: var(--green-950); }

@media (max-width: 960px) {
  .contact-grid--two { grid-template-columns: 1fr; }
  .inquiry-section { padding: 80px 0; }
}
@media (max-width: 640px) {
  .form-row { grid-template-columns: 1fr; gap: 0; margin-bottom: 0; }
  .form-row .form-field { margin-bottom: 20px; }
  .inquiry-section { padding: 64px 0; }
  .inquiry-head { margin-bottom: 40px; }
}

.site-footer { padding: 48px 0 20px; color: #fff; background: radial-gradient(circle at 60% 0%, #20594f, var(--green-950) 62%); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 56px; align-items: start; }
.footer-logo img { width: 168px; margin-bottom: 16px; }
.footer-tagline { margin: 0 0 18px; color: rgba(255,255,255,.85); font-size: 1rem; font-weight: 700; line-height: 1.6; max-width: 300px; }
.footer-socials { display: flex; gap: 12px; }
.social-btn { display: grid; place-items: center; width: 40px; height: 40px; padding: 0; overflow: hidden; transition: .22s ease; }
.social-btn img { display: block; width: 100%; height: 100%; object-fit: contain; }
.social-btn:hover { transform: translateY(-2px); }
.footer-col-title { margin: 0 0 20px; color: var(--gold); font-size: 1.05rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; display: grid; gap: 6px; }
.footer-links a { color: rgba(255,255,255,.72); font-size: .88rem; transition: .2s ease; }
.footer-links a:hover { color: var(--gold-light); transform: translateX(3px); }
.footer-contact p { margin: 10px 0; color: rgba(255,255,255,.72); font-size: .88rem; display: flex; align-items: flex-start; gap: 10px; }
.footer-contact .footer-icon { flex-shrink: 0; width: 16px; height: 16px; margin-top: 2px; color: var(--gold); }
.footer-contact a { color: rgba(255,255,255,.72); text-decoration: none; transition: .2s ease; display: inline-block; }
.footer-contact a:hover { color: var(--gold-light); }
.footer-bottom { margin-top: 30px; padding-top: 16px; display: flex; justify-content: space-between; align-items: center; gap: 20px 25px; flex-wrap: wrap; color: rgba(255,255,255,.4); border-top: 1px solid rgba(218,179,74,.18); font-size: .66rem; letter-spacing: .05em; }
.footer-legal { display: inline-flex; gap: 16px; }
.footer-legal a { color: rgba(255,255,255,.4); transition: .2s ease; }
.footer-legal a:hover { color: var(--gold-light); }
.footer-tag { letter-spacing: .12em; color: rgba(255,255,255,.32); }
.whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 30; display: grid; place-items: center; width: 64px; height: 64px; color: #fff; border-radius: 50%; font-size: 1.35rem; }
.whatsapp img { width: 100%; height: 100%; object-fit: contain; display: block; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .navbar { grid-template-columns: 1fr auto auto; gap: 14px; }
  .nav-links { display: none; }
  .menu-toggle { display: block; }
  .nav-links.open { position: absolute; top: 76px; left: 0; right: 0; display: grid; justify-content: stretch; gap: 0; padding: 16px 22px 24px; background: var(--green-900); box-shadow: 0 18px 28px rgba(0,0,0,.15); }
  .nav-links.open a { padding: 13px 4px; border-bottom: 1px solid rgba(255,255,255,.08); }
  .values-grid, .stats-grid { grid-template-columns: repeat(2,1fr); }
  .value-card:nth-child(2) { border-right: 0; }
  .value-card { border-bottom: 1px solid rgba(9,58,50,.12); }
  .split { grid-template-columns: 1fr; gap: 42px; }
  .service-grid, .case-grid { grid-template-columns: repeat(2,1fr); }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid > :last-child { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 30px, var(--container)); }
  .navbar { height: 68px; }
  .brand img { width: 155px; height: 44px; }
  .nav-links.open { top: 68px; }
  .hero { min-height: 520px; background-position: 62% center; }
  .hero-content { padding: 72px 0 80px; }
  .hero h1 { font-size: clamp(2.6rem, 13vw, 4rem); }
  .hero-buttons .btn { width: 100%; }
  .values-grid, .stats-grid, .service-grid, .case-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .value-card { min-height: auto; padding: 35px 22px; border-right: 0; }
  .stats-grid { gap: 40px; }
  .contact-hero { grid-template-columns: 1fr; }
  .contact-hero-copy > div { width: auto; margin: 0; padding: 65px 22px; }
  .contact-hero-image { min-height: 290px; }
  .case-cta { padding: 42px 22px; }
  .case-cta h2 { font-size: 2rem; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .filters { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 8px; }
  .filter-btn { flex: 0 0 auto; }
}

/* ===== 中文版字体规范（仅 zh 生效，英文环境不受影响）===== */
html[lang="zh"] .hero h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(38px, 6.5vw, 68px); }
html[lang="zh"] .inner-hero h1,
html[lang="zh"] .contact-hero h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(36px, 5.5vw, 56px); }
html[lang="zh"] .section-title,
html[lang="zh"] .fp-cap-title,
html[lang="zh"] .cta-light h2,
html[lang="zh"] .cta-dark h2,
html[lang="zh"] .case-cta h2,
html[lang="zh"] .case-section h2,
html[lang="zh"] .contact-section h2,
html[lang="zh"] .inquiry-head h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(30px, 5vw, 46px); }
html[lang="zh"] .service-card h3 { font-family: var(--sans); font-weight: 600; font-size: clamp(20px, 2.6vw, 23px); }
html[lang="zh"] .value-card h3 { font-family: var(--serif); font-weight: 800; font-size: clamp(21px, 2.7vw, 25px); }
html[lang="zh"] .contact-block h4,
html[lang="zh"] .footer-col h3 { font-family: var(--sans); font-weight: 600; font-size: clamp(24px, 3.2vw, 30px); }
html[lang="zh"] .contact-block h3 { font-size: 1.05rem; }
html[lang="zh"] .contact-list { font-size: 1.05rem; }
html[lang="zh"] .hours-block p { font-size: 1.1rem; }
html[lang="zh"] .hours-block strong { font-size: 1.2rem; }
html[lang="zh"] .footer-links a,
html[lang="zh"] .footer-contact p,
html[lang="zh"] .footer-contact a { font-size: 1rem; font-weight: 400; }
html[lang="zh"] .case-body h3 { font-family: var(--sans); font-weight: 600; font-size: clamp(22px, 3vw, 30px); }
html[lang="zh"] .value-card ul { font-size: 16px; }
html[lang="zh"] .nav-links a { font-family: var(--sans); font-weight: 400; font-size: 17px; }
html[lang="zh"] p { font-family: var(--sans); font-weight: 400; font-size: clamp(16px, 1.2vw, 18px); }
html[lang="zh"] .hero p:not(.eyebrow) { font-size: clamp(19px, 1.5vw, 22px); }
html[lang="zh"] .hero .eyebrow,
html[lang="zh"] .services-intro .eyebrow,
html[lang="zh"] .contact-hero .eyebrow,
html[lang="zh"] .global-copy .eyebrow,
html[lang="zh"] .case-section .eyebrow,
html[lang="zh"] .fp-eyebrow,
html[lang="zh"] .fp-cap-eyebrow,
html[lang="zh"] .contact-section .eyebrow { font-family: var(--serif); font-weight: 800; font-size: 3rem; }
html[lang="zh"] .contact-section-head .section-eyebrow { font-size: 3rem !important; font-weight: 800 !important; }
html[lang="zh"] .inquiry-head .eyebrow { font-family: var(--serif); font-weight: 600; font-size: 1.8rem; }
html[lang="zh"] .btn { font-family: var(--sans); font-weight: 600; font-size: 18px; }
html[lang="zh"] .stat strong { font-family: var(--serif); font-weight: 600; font-size: clamp(42px, 7vw, 68px); }
html[lang="zh"] .stat span { font-size: 1.2rem; font-weight: 500; }
html[lang="zh"] .service-card .number,
html[lang="zh"] .case-tag,
html[lang="zh"] .filter-btn,
html[lang="zh"] .text-link,
html[lang="zh"] .contact-block h3,
html[lang="zh"] .map-placeholder strong { font-family: var(--sans); font-weight: 600; }
html[lang="zh"] .contact-block .office-title { font-family: var(--sans); font-weight: 700; font-size: 1.8rem; }
html[lang="zh"] .text-link { font-size: .9rem; }
html[lang="zh"] .fp-filter-btn { font-size: 1.02rem; font-weight: 500; }
html[lang="zh"] .fp-card-title { font-weight: 600; }
html[lang="zh"] .fp-card-desc { font-size: .92rem; }
html[lang="zh"] .fp-meta-label { font-size: 19px; }
html[lang="zh"] .fp-learn-more { font-size: .98rem; }
html[lang="zh"] .fp-cap-num { font-size: 1.5rem; font-weight: 700; }
html[lang="zh"] .fp-cap-card-title { font-weight: 600; }

/* ====== FEATURED PROJECTS / CASE STUDIES REDESIGN ====== */

/* -- FP Hero -- */
.fp-hero {
  padding: 110px 0 70px;
  background: var(--cream);
}
.fp-hero-inner {
  max-width: none;
}
.fp-eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.fp-title {
  margin: 0 0 18px;
  color: var(--green-950);
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.08;
}
.fp-desc {
  max-width: 680px;
  margin: 0 0 32px;
  color: var(--muted);
  font-size: 1.125rem;
  line-height: 1.7;
  font-style: italic;
  font-family: var(--serif);
}
.fp-gold-line {
  width: 60px;
  height: 1px;
  background: var(--gold);
}

/* -- FP Section / Filter -- */
.fp-section {
  padding: 0 0 110px;
  background: var(--cream);
}
.fp-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 48px;
}
.fp-filter-btn {
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid #D9DDD9;
  color: #4a5250;
  background: #fff;
  font-family: var(--sans);
  font-size: .92rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: .25s ease;
}
.fp-filter-btn:hover {
  border-color: var(--gold);
  color: var(--green-950);
}
.fp-filter-btn.active {
  color: #fff;
  border-color: var(--green-950);
  background: var(--green-950);
}

/* -- FP Grid / Cards -- */
.fp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px;
}
.fp-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(9, 58, 50, .08);
  transition: transform .35s ease, box-shadow .35s ease;
}
.fp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(8, 43, 37, .10);
}
.fp-card-image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.fp-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.fp-card:hover .fp-card-image img {
  transform: scale(1.03);
}
.fp-card-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 7px 12px;
  color: var(--green-950);
  background: var(--gold);
  font-family: var(--sans);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.fp-card-body {
  padding: 38px 40px 36px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.fp-card-title {
  margin: 0 0 14px;
  color: var(--green-950);
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.3vw, 2rem);
  font-weight: 400;
  line-height: 1.2;
}
.fp-card-desc {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.6;
}
.fp-card-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
  margin-bottom: 28px;
}
.fp-card-meta .fp-meta-item:nth-child(3) {
  grid-column: 1 / -1;
}
.fp-meta-item {
  background: #FFFFFF;
  border: 1.5px solid #E8E4DB;
  display: flex;
  flex-direction: column;
  transition: border-color .25s ease;
}
.fp-card:hover .fp-meta-item {
  border-color: #C89A45;
}
.fp-meta-label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 20px 28px;
  text-align: center;
}
.fp-meta-item:nth-child(1) .fp-meta-label {
  background: #002F2A;
  color: #FFFFFF;
}
.fp-meta-item:nth-child(2) .fp-meta-label {
  background: #0B4A43;
  color: #FFFFFF;
}
.fp-meta-item:nth-child(3) .fp-meta-label {
  background: #C89A45;
  color: #002F2A;
}
.fp-meta-value {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 28px;
}
.fp-meta-value strong {
  display: block;
  color: #1F2A28;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
  font-style: normal;
  line-height: 1.4;
}
.fp-meta-value .fp-meta-line {
  width: 32px;
  height: 2px;
  background: #C89A45;
  margin-bottom: 16px;
}
.fp-meta-value .fp-meta-desc {
  display: block;
  color: #69716D;
  font-size: 15px;
  line-height: 1.8;
}
.fp-learn-more {
  margin-top: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gold);
  font-family: var(--sans);
  font-size: .88rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: color .25s ease;
}
.fp-learn-more:hover {
  color: #a87d32;
}
.fp-learn-more .fp-arrow {
  transition: transform .3s ease;
  font-size: 1.1em;
}
.fp-learn-more:hover .fp-arrow {
  transform: translateX(5px);
}

/* -- Capability Section -- */
.fp-capability {
  padding: 110px 0;
  background: var(--green-950);
  color: #fff;
}
.fp-cap-header {
  max-width: 750px;
  margin-bottom: 60px;
}
.fp-cap-eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.28rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.fp-cap-title {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 400;
  line-height: 1.08;
  color: #fff;
}
.fp-cap-title .gold { color: var(--gold); }
.fp-cap-desc {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 1.125rem;
  line-height: 1.7;
  font-style: italic;
}
.fp-cap-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, .1);
}
.fp-cap-card {
  padding: 40px 32px;
  background: var(--green-950);
  transition: background .3s ease;
}
.fp-cap-card:hover {
  background: rgba(255, 255, 255, .03);
}
.fp-cap-num {
  display: block;
  margin-bottom: 24px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 1.1rem;
  letter-spacing: .04em;
}
.fp-cap-card-title {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 400;
}
.fp-cap-card-desc {
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: .95rem;
  line-height: 1.65;
}

/* -- Global Experience -- */
.fp-global {
  padding: 110px 0;
  background: var(--cream);
}
.fp-global-inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  gap: 70px;
}
.fp-global-eyebrow {
  margin: 0 0 16px;
  color: var(--gold);
  font-family: var(--sans);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.fp-global-title {
  margin: 0 0 22px;
  color: var(--green-950);
  font-family: var(--serif);
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  font-weight: 400;
  line-height: 1.1;
}
.fp-global-desc {
  margin: 0 0 36px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}
.fp-global-stat {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding-top: 28px;
  border-top: 1px solid rgba(9, 58, 50, .1);
}
.fp-global-num {
  color: var(--green-950);
  font-family: var(--serif);
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}
.fp-global-label {
  color: var(--muted);
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.fp-global-map img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .9;
}

/* -- Final CTA -- */
.fp-cta {
  padding: 120px 0;
  background: #001F1C;
  color: #fff;
  text-align: center;
}
.fp-cta-inner {
  max-width: 720px;
  margin: 0 auto;
}
.fp-cta-title {
  margin: 0 0 22px;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 400;
  line-height: 1.1;
}
.fp-cta-text {
  margin: 0 0 36px;
  color: rgba(255, 255, 255, .72);
  font-size: 1.1rem;
  line-height: 1.7;
}
.fp-cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.fp-btn-primary {
  color: var(--green-950) !important;
  background: var(--gold) !important;
  border-color: var(--gold) !important;
}
.fp-btn-primary:hover {
  background: var(--gold-light) !important;
  border-color: var(--gold-light) !important;
}
.fp-btn-secondary {
  color: #fff !important;
  background: transparent !important;
  border-color: rgba(255, 255, 255, .4) !important;
}
.fp-btn-secondary:hover {
  color: var(--green-950) !important;
  background: var(--gold) !important;
  border-color: var(--gold) !important;
}

/* -- Case Detail Overlay -- */
.fp-detail-overlay {
  position: fixed;
  inset: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: opacity .35s ease, visibility .35s ease;
}
.fp-detail-overlay.is-open {
  visibility: visible;
  opacity: 1;
}
.fp-detail-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 20, 18, .72);
  backdrop-filter: blur(4px);
}
.fp-detail-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(920px, 95%);
  height: 100%;
  background: var(--cream);
  transform: translateX(100%);
  transition: transform .45s cubic-bezier(.2, .7, .2, 1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.fp-detail-overlay.is-open .fp-detail-panel {
  transform: translateX(0);
}
.fp-detail-close {
  position: absolute;
  top: 20px;
  right: 24px;
  z-index: 5;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(9, 58, 50, .15);
  background: #fff;
  color: var(--green-950);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: .25s ease;
}
.fp-detail-close:hover {
  color: var(--gold);
  border-color: var(--gold);
}
.fp-detail-scroll {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.fp-detail-content {
  max-width: 720px;
  margin: 0 auto;
  padding: 80px 56px 80px;
}
.fp-detail-back {
  margin-bottom: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--green-950);
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color .25s ease, gap .25s ease;
}
.fp-detail-back:hover {
  color: var(--gold);
  gap: 12px;
}
.fp-detail-category {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 14px;
  color: var(--green-950);
  background: var(--gold);
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.fp-detail-title {
  margin: 0 0 14px;
  color: var(--green-950);
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 400;
  line-height: 1.1;
}
.fp-detail-subtitle {
  margin: 0 0 36px;
  color: var(--muted);
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.6;
}
.fp-detail-snapshot {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-bottom: 56px;
  padding: 0;
  background: rgba(9, 58, 50, .1);
}
.fp-snap-item {
  padding: 22px 20px;
  background: #fff;
}
.fp-snap-label {
  display: block;
  margin-bottom: 8px;
  color: #8a9290;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.fp-snap-value {
  display: block;
  color: var(--green-950);
  font-size: .98rem;
  font-weight: 600;
  line-height: 1.4;
}
.fp-detail-section {
  margin-bottom: 42px;
}
.fp-detail-section h3 {
  margin: 0 0 16px;
  color: var(--green-950);
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 400;
}
.fp-detail-section p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}
.fp-detail-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fp-detail-section li {
  position: relative;
  padding: 7px 0 7px 22px;
  color: var(--muted);
  font-size: .98rem;
  line-height: 1.6;
}
.fp-detail-section li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 8px;
  height: 1px;
  background: var(--gold);
}
.fp-detail-substep {
  margin: 18px 0 10px;
  color: var(--green-950) !important;
  font-family: var(--serif);
  font-size: 1.1rem !important;
  font-weight: 600;
  line-height: 1.3 !important;
}
.fp-detail-related {
  margin-top: 50px;
  padding-top: 36px;
  border-top: 1px solid rgba(9, 58, 50, .1);
}
.fp-detail-related h3 {
  margin: 0 0 16px;
  color: var(--green-950);
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 400;
}
.fp-related-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.fp-related-tag {
  padding: 8px 16px;
  border: 1px solid rgba(9, 58, 50, .15);
  color: var(--green-950);
  background: #fff;
  font-family: var(--sans);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.fp-detail-cta {
  margin-top: 50px;
  padding: 36px;
  background: var(--green-950);
  color: #fff;
  text-align: center;
}
.fp-detail-cta h3 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
}
.fp-detail-cta p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, .7);
  font-size: .95rem;
}

/* -- Responsive -- */
@media (max-width: 1024px) {
  .fp-capability, .fp-global, .fp-cta { padding: 80px 0; }
  .fp-hero { padding: 80px 0 56px; }
  .fp-section { padding: 0 0 80px; }
  .fp-cap-grid { grid-template-columns: repeat(2, 1fr); }
  .fp-global-inner { grid-template-columns: 1fr; gap: 48px; }
  .fp-detail-content { padding: 72px 36px 60px; }
  .fp-detail-snapshot { grid-template-columns: repeat(2, 1fr); }
  .fp-card-meta { grid-template-columns: 1fr 1fr; gap: 16px; }
  .fp-meta-label { font-size: 13px; padding: 16px 20px; }
  .fp-meta-value { padding: 16px 20px 22px; }
  .fp-meta-value strong { font-size: 16px; }
}
@media (max-width: 680px) {
  .fp-hero { padding: 60px 0 40px; }
  .fp-section { padding: 0 0 56px; }
  .fp-capability, .fp-global, .fp-cta { padding: 56px 0; }
  .fp-grid { grid-template-columns: 1fr; gap: 32px; }
  .fp-card-body { padding: 28px 24px; }
  .fp-cap-grid { grid-template-columns: 1fr; }
  .fp-cap-card { padding: 32px 24px; }
  .fp-global-num { font-size: 3.2rem; }
  .fp-cta-buttons .btn { width: 100%; }
  .fp-detail-panel { width: 100%; }
  .fp-detail-content { padding: 64px 22px 50px; }
  .fp-detail-snapshot { grid-template-columns: 1fr 1fr; }
  .fp-filters {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }
  .fp-filter-btn { flex: 0 0 auto; }
  .fp-card-meta { grid-template-columns: 1fr; gap: 12px; }
  .fp-card-meta .fp-meta-item:nth-child(3) { grid-column: auto; }
}
body.fp-no-scroll { overflow: hidden; }
