/* Layout shared by the pre-rendered language editions. */
.locale-page { background: #f7f5ef; color: #18342d; }
.locale-page main { min-height: 60vh; }
.locale-page .site-header { color: #fff; }
.locale-page .site-header.is-scrolled { color: #17372f; }
.locale-page .site-header-shell { grid-template-columns: minmax(175px, 1fr) auto auto; }
.locale-page .desktop-nav { display: flex; }
.locale-page .desktop-nav a { white-space: nowrap; }
.locale-page .header-actions { grid-column: 3; }
.locale-page .mobile-nav { padding: 20px; gap: 4px; }
.locale-page .mobile-nav a { display: block; padding: 11px 12px; border-radius: 8px; }
.locale-page .mobile-nav a:hover { background: rgba(18, 53, 47, .07); }
.locale-hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  min-height: 680px;
  padding-top: 104px;
  color: #fff;
  background: #0e302a;
}
.locale-hero-text { display: flex; min-height: 500px; }
.locale-hero-copy { align-self: center; padding: clamp(60px, 8vw, 126px) clamp(22px, 7vw, 110px); }
.locale-hero-text .locale-hero-copy { width: min(100%, 980px); }
.locale-hero h1 { max-width: 820px; margin: 18px 0 22px; color: #fff; font-size: clamp(46px, 6.5vw, 88px); line-height: .98; letter-spacing: -.045em; }
html[lang="zh-CN"] .locale-hero h1 { letter-spacing: -.025em; }
.locale-hero-copy > p:not(.eyebrow) { max-width: 760px; color: rgba(255,255,255,.78); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.7; }
.locale-hero .eyebrow { color: #efb45d; }
.locale-hero figure { position: relative; min-height: 540px; margin: 0; overflow: hidden; }
.locale-hero picture, .locale-hero img { display: block; width: 100%; height: 100%; }
.locale-hero img { object-fit: cover; }
.locale-hero figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,48,42,.72), transparent 42%); pointer-events: none; }
.locale-hero figcaption { position: absolute; right: 20px; bottom: 20px; z-index: 1; max-width: 460px; padding: 10px 14px; border-radius: 8px; color: rgba(255,255,255,.82); background: rgba(10,37,32,.78); font-size: 12px; line-height: 1.5; backdrop-filter: blur(8px); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: rgba(255,255,255,.66); font-size: 13px; }
.breadcrumbs a { color: inherit; }
.locale-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.locale-product-card { min-width: 0; border: 1px solid rgba(18,53,47,.11); border-radius: 13px; overflow: hidden; background: #fff; box-shadow: 0 12px 34px rgba(18,53,47,.07); }
.locale-product-card[hidden] { display: none; }
.locale-product-card a { display: block; height: 100%; color: inherit; text-decoration: none; }
.locale-product-card picture { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #dce5df; }
.locale-product-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.locale-product-card a:hover img { transform: scale(1.035); }
.locale-product-card div { padding: 21px; }
.locale-product-card span { color: #a85c2f; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.locale-product-card h3 { margin: 10px 0 16px; font-size: clamp(19px, 1.6vw, 24px); line-height: 1.18; }
.locale-product-card p { margin: 0; color: #446059; font-size: 14px; }
.locale-section-action { display: flex; justify-content: center; margin-top: 30px; }
.locale-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; counter-reset: stage; }
.locale-steps article { padding: clamp(22px, 3vw, 34px); border-top: 3px solid #dc9142; border-radius: 0 0 12px 12px; background: #fff; }
.locale-step-number, .locale-spec-grid article > span { display: block; margin-bottom: 28px; color: #af6434; font: 800 13px/1 system-ui; letter-spacing: .12em; }
.locale-steps h3 { margin-bottom: 13px; font-size: 22px; }
.locale-steps p { color: #5a6d66; font-size: 15px; line-height: 1.7; }
.locale-specs { background: #fff; }
.locale-spec-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.locale-spec-grid article { min-height: 190px; padding: 26px; border: 1px solid rgba(18,53,47,.12); border-radius: 10px; background: #f7f5ef; }
.locale-spec-grid h3 { margin: 0; font-size: 20px; line-height: 1.35; }
.locale-faq { max-width: 960px; }
.locale-faq details { padding: 0 0; border-bottom: 1px solid rgba(18,53,47,.16); }
.locale-faq summary { padding: 23px 42px 23px 0; font-size: 20px; font-weight: 750; cursor: pointer; }
.locale-faq details p { max-width: 780px; padding: 0 0 24px; color: #536a62; line-height: 1.75; }
.locale-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.locale-guide-grid article { display: flex; flex-direction: column; padding: clamp(24px, 3vw, 36px); border: 1px solid rgba(18,53,47,.11); border-radius: 12px; background: #fff; }
.locale-guide-grid article > span { color: #a65b2d; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.locale-guide-grid h2 { margin: 18px 0 14px; font-size: 24px; line-height: 1.2; }
.locale-guide-grid h2 a { color: inherit; text-decoration: none; }
.locale-guide-grid p { flex: 1; color: #5b6c66; line-height: 1.65; }
.locale-source { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; padding-top: 30px; padding-bottom: 30px; border-top: 1px solid rgba(18,53,47,.13); }
.locale-source > a:first-child { color: #163d34; font-weight: 800; }
.locale-contact { max-width: 1040px; }
.locale-contact .quote-form { color: #17382f; background: #fff; }
.locale-contact .quote-form h2 { color: #17382f; }
.locale-contact .quote-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.locale-contact input, .locale-contact textarea, .locale-contact select { width: 100%; }
.locale-search { display: block; max-width: 720px; margin-bottom: 14px; font-weight: 800; }
.locale-search input { width: 100%; margin-top: 10px; padding: 16px 18px; border: 1px solid rgba(18,53,47,.2); border-radius: 10px; color: #17382f; background: #fff; font: inherit; }
.locale-search + [data-native-count] { margin-bottom: 30px; color: #5b6c66; }
.locale-page .site-footer { margin-top: 0; }

@media (max-width: 1280px) {
  .locale-page .site-header-shell { grid-template-columns: minmax(0, 1fr) auto; }
  .locale-page .desktop-nav, .locale-page .header-cta { display: none; }
  .locale-page .menu-toggle { display: inline-flex; }
  .locale-page .header-actions { grid-column: 2; }
  .locale-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .locale-hero { grid-template-columns: 1fr; min-height: auto; }
  .locale-hero-copy { padding-top: 62px; padding-bottom: 54px; }
  .locale-hero figure { min-height: 420px; }
  .locale-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .locale-steps, .locale-spec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .locale-guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
  .locale-hero { padding-top: 76px; }
  .locale-hero-text { min-height: 440px; }
  .locale-hero-copy { padding-inline: 20px; }
  .locale-hero h1 { font-size: clamp(38px, 12vw, 54px); }
  .locale-hero figure { min-height: 310px; }
  .locale-product-grid, .locale-steps, .locale-spec-grid, .locale-guide-grid, .locale-contact .quote-form-grid { grid-template-columns: 1fr; }
  .locale-product-card picture { aspect-ratio: 16 / 11; }
  .locale-steps article, .locale-spec-grid article { min-height: 0; }
  .locale-page .site-header .brand-name { max-width: 118px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}
