:root {
  --shell-green: #17622f;
  --shell-deep: #0b4422;
  --shell-line: #dce4d8;
}
.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  color: #202820;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(12px);
}
.site-header .nav {
  display: flex;
  align-items: center;
}
.site-header .brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.site-header .brand img,
.site-header .call-icon img,
.mobile-cta img {
  object-fit: contain;
}
.site-header .brand small {
  display: block;
}
.site-header .nav-links {
  display: flex;
  margin-left: auto;
  align-items: center;
}
.site-header .nav-links a {
  text-decoration: none;
}
.site-header .nav-links a:hover {
  color: var(--shell-green);
}
.site-header .call-icon {
  display: grid;
  width: 40px;
  height: 40px;
  border: 1.5px solid var(--shell-green);
  border-radius: 50%;
  place-items: center;
}
.site-header .call-icon img {
  width: 23px;
  height: 23px;
}
.site-header .menu {
  display: none;
  border: 0;
  padding: 4px;
  color: var(--shell-green);
  background: transparent;
  font-family: inherit;
  font-size: 1.7rem;
  line-height: 1;
}
.footer {
  text-align: center;
}
.mobile-cta {
  display: none;
  color: #202820;
}
.mobile-cta a {
  font-weight: 800;
}

html:lang(zh-Hant) .site-header,
html:lang(zh-Hant) .footer,
html:lang(zh-Hant) .mobile-cta {
  font-family: "Noto Sans TC", "Microsoft JhengHei", system-ui, sans-serif;
}

html:lang(zh-Hant) .site-header {
  height: 70px;
  border-bottom: 1px solid var(--shell-line);
}
html:lang(zh-Hant) .site-header .nav {
  width: min(1120px, calc(100% - 40px));
  height: 100%;
  margin: auto;
  justify-content: space-between;
  gap: 15px;
}
html:lang(zh-Hant) .site-header .brand {
  color: #202820;
  font-weight: 800;
}
html:lang(zh-Hant) .site-header .brand img {
  width: 39px;
  height: 39px;
}
html:lang(zh-Hant) .site-header .brand small {
  color: #596257;
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .05em;
}
html:lang(zh-Hant) .site-header .nav-links {
  gap: 23px;
  font-size: .92rem;
  font-weight: 700;
}
html:lang(zh-Hant) .footer {
  padding: 21px 0 96px;
  color: #bdcbbf;
  background: #06170b;
  font-size: .82rem;
}
html:lang(zh-Hant) .footer .wrap {
  width: min(1120px, calc(100% - 40px));
  margin: auto;
}

html[lang="en"] .site-header,
html[lang="en"] .footer,
html[lang="en"] .mobile-cta {
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

html[lang="en"] .site-header {
  border-bottom: 1px solid rgba(40, 107, 50, .12);
}
html[lang="en"] .site-header .nav {
  width: min(1160px, calc(100% - 40px));
  min-height: 78px;
  margin: auto;
  gap: 30px;
}
html[lang="en"] .site-header .brand {
  color: var(--shell-deep);
  font-weight: 800;
  line-height: 1.1;
}
html[lang="en"] .site-header .brand img {
  width: 46px;
  height: 46px;
}
html[lang="en"] .site-header .brand small {
  margin-top: 6px;
  font-size: .64rem;
  letter-spacing: .13em;
}
html[lang="en"] .site-header .nav-links {
  gap: 28px;
}
html[lang="en"] .site-header .nav-links a {
  color: #3c493d;
  font-size: .92rem;
  font-weight: 700;
}
html[lang="en"] .footer {
  padding: 24px 0;
  color: #bacaba;
  background: #0e2d16;
  font-size: .83rem;
}
html[lang="en"] .footer .wrap {
  display: flex;
  width: min(1160px, calc(100% - 40px));
  margin: auto;
  justify-content: space-between;
  gap: 20px;
}

@media(max-width:820px) {
  html[lang="en"] .site-header .nav {
    min-height: 68px;
  }
  html[lang="en"] .site-header .brand img {
    width: 40px;
    height: 40px;
  }
  html[lang="en"] .site-header .brand span {
    font-size: .9rem;
  }
  html[lang="en"] .site-header .nav-links {
    display: none;
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    background: white;
    box-shadow: 0 18px 48px rgba(19, 74, 31, .12);
  }
  html[lang="en"] .site-header .nav-links.open {
    display: flex;
  }
  html[lang="en"] .site-header .menu {
    display: block;
    margin-left: auto;
  }
  html[lang="en"] .footer {
    padding-bottom: 78px;
  }
  html[lang="en"] .footer .wrap {
    display: block;
  }
  html[lang="en"] .mobile-cta {
    display: flex;
    position: fixed;
    z-index: 60;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 18px;
    background: white;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, .12);
  }
  html[lang="en"] .mobile-cta a {
    display: inline-flex;
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 13px 20px;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    color: #18301b;
    background: #e5ac12;
    font-weight: 800;
  }
}

@media(max-width:760px) {
  html:lang(zh-Hant) .site-header {
    height: 64px;
  }
  html:lang(zh-Hant) .site-header .nav {
    width: min(560px, calc(100% - 32px));
  }
  html:lang(zh-Hant) .site-header .brand {
    font-size: .94rem;
  }
  html:lang(zh-Hant) .site-header .brand img {
    width: 34px;
    height: 34px;
  }
  html:lang(zh-Hant) .site-header .nav-links {
    display: none;
    position: absolute;
    top: 64px;
    right: 0;
    left: 0;
    padding: 18px 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    background: white;
    border-bottom: 1px solid var(--shell-line);
  }
  html:lang(zh-Hant) .site-header .nav-links.open {
    display: flex;
  }
  html:lang(zh-Hant) .site-header .call-icon {
    width: 36px;
    height: 36px;
    margin-left: auto;
  }
  html:lang(zh-Hant) .site-header .menu {
    display: block;
  }
  html:lang(zh-Hant) .footer {
    padding-bottom: 80px;
  }
  html:lang(zh-Hant) .footer .wrap {
    width: min(560px, calc(100% - 32px));
  }
  html:lang(zh-Hant) .mobile-cta {
    display: grid;
    position: fixed;
    z-index: 60;
    right: 0;
    bottom: 0;
    left: 0;
    grid-template-columns: 1fr 1.15fr;
    gap: 8px;
    padding: 9px 13px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 -5px 18px rgba(0, 0, 0, .1);
  }
  html:lang(zh-Hant) .mobile-cta a {
    display: flex;
    min-height: 47px;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 1rem;
    font-weight: 800;
  }
  html:lang(zh-Hant) .mobile-cta img {
    width: 18px;
    height: 18px;
  }
  html:lang(zh-Hant) .mobile-call {
    border: 1px solid var(--shell-green);
    color: var(--shell-green);
    background: white;
  }
  html:lang(zh-Hant) .mobile-line {
    color: white;
    background: #58a91f;
  }
}
