/* ==========================================================================
   GREENBAYTECH INDUSTRIAL PARK — Design system
   Colors: #005343 (Deep Forest Green) · #C5BD97 (Sand Beige) · #97999B (Cool Gray)
   Font: Montserrat
   ========================================================================== */

:root {
  --green: #005343;
  --green-dark: #00382d;
  --green-soft: #0a6b57;
  --sand: #c5bd97;
  --gray: #97999b;
  --white: #ffffff;
  --paper: #f7f6f2;
  --line: #e6e4dc;
  --ink: #12201c;

  --max: 1280px;
  --gut: 40px;

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  background-color: var(--green);
  overflow-x: hidden;
  max-width: 100%;
}
html:has(.hero) {
  background-color: transparent;
  background-image: none;
}
html:has(.pagehero) {
  background-color: var(--green);
}

body {
  margin: 0;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink);
  background: transparent;
  overflow-x: hidden;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; }

h1, h2, h3, h4 {
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--green);
}

h1 { font-size: clamp(2.4rem, 6vw, 4.6rem); }
h2 { font-size: clamp(1.9rem, 3.9vw, 3.1rem); }
h3 { font-size: clamp(1.1rem, 1.7vw, 1.4rem); font-weight: 600; }

p { margin: 0 0 1.1em; }

/* Home page: force all paragraph text to 16px */
.home-page p { font-size: 16px; }

/* Inner pages: keep paragraph text consistent at 16px */
.about-page p,
.location-page p,
.product-page p,
.news-page p,
.contact-page p {
  font-size: 16px;
}

.container {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--gut);
  min-width: 0;
}

.section { padding: clamp(64px, 9vw, 132px) 0; background: var(--white); }
.section--paper { background: var(--paper); }
section.section#so-lieu {
  padding: 25px 0 25px;
}
section.section#gioi-thieu {
  padding: 25px 0 25px;
}
section.section#loi-the {
  padding: 25px 0 25px;
}
#loi-the .section-head {
  margin-bottom: 10px;
}
section.section#vi-tri {
  padding: 25px 0 25px;
}
#vi-tri .section-head {
  margin-bottom: 25px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
#vi-tri .section-head > div {
  max-width: none;
}
#vi-tri .section-head h2,
#vi-tri .section-head .lead {
  white-space: nowrap;
  max-width: none;
}
section.section#viet-han {
  padding: 25px 0 25px;
}
#viet-han .trio {
  margin-top: 25px;
}
section.section#san-pham {
  padding: 25px 0 25px;
}
#san-pham .section-head {
  margin-bottom: 25px;
}
section.section#nganh-nghe {
  padding: 25px 0 25px;
}
#nganh-nghe .section-head {
  margin-bottom: 25px;
}
section.section#tin-tuc {
  padding: 25px 0 25px;
}
#tin-tuc .section-head {
  margin-bottom: 25px;
}
#tin-tuc .section-head > div {
  max-width: none;
}
#tin-tuc .section-head .lead {
  white-space: nowrap;
  max-width: none;
}
.about-page .section {
  padding: 25px 0 25px;
}
.about-page .section-head {
  margin-bottom: 25px;
}
.location-page .section {
  padding: 25px 0 25px;
}
.location-page .pagehero h1 {
  white-space: nowrap;
  max-width: none;
}
.location-page .section-head {
  margin-bottom: 25px;
}
.location-page .section--paper .section-head > div {
  max-width: none;
}
.location-page .section--paper .section-head h2 {
  white-space: nowrap;
}
.location-page .section-head:has([data-i18n="location.infra.title"]) > div {
  max-width: none;
}
.location-page [data-i18n="location.infra.title"] {
  white-space: nowrap;
}
.product-page .section {
  padding: 25px 0 25px;
}
.product-page .section-head {
  margin-bottom: 25px;
}
.product-page .section-head:has([data-i18n="product.phase.title"]) > div {
  max-width: none;
}
.product-page [data-i18n="product.phase.title"] {
  white-space: nowrap;
}
.product-page .section-head:has([data-i18n="product.land.title"]) > div {
  max-width: none;
}
.product-page [data-i18n="product.land.title"] {
  white-space: nowrap;
}
.product-page .section-head:has([data-i18n="product.sectors.title"]) > div {
  max-width: none;
}
.product-page [data-i18n="product.sectors.title"] {
  white-space: nowrap;
}
.product-page .trio + .trio {
  margin-top: 25px !important;
}
.news-page .section {
  padding: 25px 0 25px;
}
.news-page .section-head {
  margin-bottom: 25px;
}
.contact-page .section {
  padding: 25px 0 25px;
}
.contact-page .section-head {
  margin-bottom: 25px;
}
.contact-page .form {
  padding: 18px;
}
.contact-page #form .eyebrow {
  margin-bottom: 10px !important;
}
.contact-page #form h2 {
  margin-bottom: 16px !important;
}
.contact-page .field {
  margin-bottom: 14px;
}
.contact-page .form-row {
  gap: 14px;
}
#gioi-thieu {
  --intro-media-offset: calc(0.72rem * 1.7 + 22px);
}
#gioi-thieu .split { align-items: stretch; }
#gioi-thieu .split__media {
  margin-top: var(--intro-media-offset);
  height: calc(100% - var(--intro-media-offset));
  display: flex;
  min-height: 0;
}
#gioi-thieu .split__media img {
  max-height: none;
  min-height: 100%;
  flex: 1;
  object-fit: cover;
}
.section--green { background: var(--green); color: rgba(255, 255, 255, 0.82); }
.section--green h2,
.section--green h3 { color: var(--white); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 22px;
}
.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--sand);
}
.section--green .eyebrow { color: var(--sand); }
.section--green .eyebrow::before { background: var(--sand); }

.lead {
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  color: #3d4b46;
  max-width: 62ch;
}
.section--green .lead { color: rgba(255, 255, 255, 0.78); }

.muted { color: var(--gray); }
.small { font-size: 0.82rem; line-height: 1.6; }

.section-head {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 60px;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(36px, 5vw, 64px);
}
.section-head > div { max-width: 720px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 28px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid var(--green);
  background: var(--green);
  color: var(--white);
  cursor: pointer;
  transition: background 0.35s var(--ease), color 0.35s var(--ease),
    border-color 0.35s var(--ease), transform 0.35s var(--ease);
}
.btn:hover { background: var(--green-dark); border-color: var(--green-dark); transform: translateY(-2px); }
.btn .arrow { transition: transform 0.35s var(--ease); }
.btn:hover .arrow { transform: translateX(5px); }

.btn--ghost { background: transparent; color: var(--green); }
.btn--ghost:hover { background: var(--green); color: var(--white); }

.btn--light { background: var(--white); color: var(--green); border-color: var(--white); }
.btn--light:hover { background: var(--sand); border-color: var(--sand); color: var(--green-dark); }

.btn--outline-light { background: transparent; color: var(--white); border-color: rgba(255, 255, 255, 0.45); }
.btn--outline-light:hover { background: rgba(255, 255, 255, 0.1); border-color: var(--white); }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green);
  padding-bottom: 3px;
  border-bottom: 1px solid var(--sand);
  transition: color 0.3s var(--ease), border-color 0.3s var(--ease);
}
.link-arrow:hover { color: var(--green-dark); border-color: var(--green); }
.link-arrow .arrow { transition: transform 0.3s var(--ease); }
.link-arrow:hover .arrow { transform: translateX(4px); }

/* ---------- Header (overlay like BizNext) ---------- */
.header {
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  z-index: 90;
  margin: 0 !important;
  padding: 0;
  background: transparent;
  border: 0 none !important;
  outline: none !important;
  box-shadow: none !important;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.header__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 80px;
  flex-wrap: nowrap;
  border: 0 none !important;
  box-shadow: none !important;
  outline: none !important;
  transition: height 0.3s ease;
}
.header a {
  text-decoration: none !important;
}

.brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  flex-shrink: 0;
}
.brand__mark {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--green);
  transition: color 0.3s ease;
}
.brand__sub {
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--gray);
  transition: color 0.3s ease;
}

.brand__logo {
  display: block;
  height: 44px;
  width: auto;
  object-fit: contain;
}

/* Header trong suốt (trang chủ) cần logo màu trắng */
.header:not(.is-scrolled) .brand__logo { filter: brightness(0) invert(1); }
.header.is-scrolled .brand__logo { filter: none; }

/* Footer luôn nền xanh đậm nên logo cần màu sáng */
.footer__brand .brand__logo { filter: brightness(0) invert(1); }

.nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 2px;
  flex: 1 1 auto;
  justify-content: center;
}
.nav a {
  position: relative;
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #2a3a35;
  padding: 8px 10px;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.nav a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 2px;
  width: auto;
  height: 2px;
  background: var(--sand);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.nav a:hover { color: var(--green); }
.nav a:hover::after,
.nav a.is-active::after { transform: scaleX(1); }
.nav a.is-active { color: var(--green); font-weight: 600; }

.header__cta { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.header__cta .btn {
  padding: 10px 16px;
  font-size: 0.875rem;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 6px;
  white-space: nowrap;
}

@media (min-width: 1081px) {
  .header__inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
  }
  .brand {
    grid-column: 1;
    justify-self: start;
  }
  .nav {
    grid-column: 2;
    justify-self: center;
    margin-left: 0;
    flex: none;
  }
  .header__cta {
    grid-column: 3;
    justify-self: end;
  }
}

/* Language switcher */
.lang-switcher { position: relative; }
.lang-switcher__btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  padding: 7px 10px;
  cursor: pointer;
  color: inherit;
  font-size: 0.78rem;
  font-weight: 600;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.lang-switcher__btn:hover { border-color: currentColor; }
.header.is-scrolled .lang-switcher__btn { border-color: var(--line); color: var(--green); }
.lang-switcher__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  list-style: none;
  margin: 0;
  padding: 6px 0;
  min-width: 130px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  z-index: 100;
}
.lang-switcher.is-open .lang-switcher__menu { opacity: 1; visibility: visible; transform: translateY(0); }
.lang-switcher__menu button {
  display: block;
  width: 100%;
  padding: 9px 16px;
  border: none;
  background: none;
  text-align: left;
  font-size: 0.85rem;
  color: var(--ink);
  cursor: pointer;
  transition: background 0.2s ease;
}
.lang-switcher__menu button:hover { background: var(--paper); }
.lang-switcher__menu button.is-active { color: var(--green); font-weight: 600; }

/* Viet-Han detail toggle */
.viethan-detail { margin-top: 22px; color: #fff; }
.viethan-detail ul { margin: 8px 0 18px 20px; display: grid; gap: 6px; color: rgba(255,255,255,0.85); }
.viethan-detail p { font-weight: 600; margin-bottom: 4px; color: #fff; }
.viethan-toggle { cursor: pointer; border: none; background: none; color: var(--sand); }

.header:not(.is-scrolled) .brand__mark { color: #fff; }
.header:not(.is-scrolled) .brand__sub { color: rgba(255, 255, 255, 0.8); }
.header:not(.is-scrolled) .nav a { color: rgba(255, 255, 255, 0.9); }
.header:not(.is-scrolled) .nav a:hover,
.header:not(.is-scrolled) .nav a.is-active { color: #fff; }
.header:not(.is-scrolled) .nav a::after {
  content: none;
  transform: none;
}
.header:not(.is-scrolled) .burger { border-color: rgba(255, 255, 255, 0.45); }
.header:not(.is-scrolled) .burger span { background: #fff; }
.header:not(.is-scrolled) .header__cta .btn {
  background: rgba(255, 255, 255, 0.95);
  color: var(--green);
  border-color: transparent;
}
.header:not(.is-scrolled) .header__cta .btn:hover {
  background: #fff;
  color: var(--green-dark);
}

/* Scrolled: solid white bar, dark text */
.header.is-scrolled {
  background: #fff;
  border: 0 none !important;
  box-shadow: 0 8px 24px rgba(0, 83, 67, 0.06) !important;
}
.header.is-scrolled .header__inner { height: 64px; }

.burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  position: relative;
}
.burger span {
  position: absolute;
  left: 12px;
  width: 18px;
  height: 1.5px;
  background: var(--green);
  transition: transform 0.35s var(--ease), opacity 0.25s var(--ease);
}
.burger span:nth-child(1) { top: 16px; }
.burger span:nth-child(2) { top: 21px; }
.burger span:nth-child(3) { top: 26px; }
.burger.is-open span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

.mobile-menu {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  background: var(--white);
  padding: 12px var(--gut) 40px;
  transform: translateY(calc(-100% - 80px));
  transition: transform 0.5s var(--ease);
  z-index: 80;
  border-bottom: 1px solid var(--line);
  max-height: calc(100dvh - 80px);
  overflow-y: auto;
}
.mobile-menu.is-open { transform: translateY(0); }
.mobile-menu a {
  display: block;
  padding: 15px 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--green);
  border-bottom: 1px solid var(--line);
}
.mobile-menu a:first-child {
  border-top: 1px solid var(--line);
}
.mobile-menu .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-top: 26px;
  color: var(--white);
  background: var(--green);
  border-color: var(--green);
}

body.menu-open .header {
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(0, 83, 67, 0.06) !important;
}
body.menu-open .header .brand__logo {
  filter: none !important;
}
body.menu-open .header .lang-switcher__btn {
  border-color: var(--line);
  color: var(--green);
}
body.menu-open .header .burger {
  border-color: var(--line);
}
body.menu-open .header .burger span,
body.menu-open .header:not(.is-scrolled) .burger span {
  background: var(--green) !important;
}

main {
  padding-top: 0;
  margin-top: 0;
}

.wp-site-blocks,
.wp-site-blocks > main,
main#wp--skip-link--target {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}

.wp-site-blocks > * {
  margin-block-start: 0 !important;
  margin-top: 0 !important;
}

.skip-link,
#lovable-badge {
  display: none !important;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  width: 100%;
  min-height: 742.955px;
  height: 742.955px;
  overflow: hidden;
  margin-top: 0;
  background: var(--green);
  color: rgba(255, 255, 255, 0.8);
  border: 0 none;
  box-shadow: none;
}
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.04);
  animation: heroZoom 14s var(--ease) forwards;
}
@keyframes heroZoom { to { transform: scale(1); } }
.hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: transparent;
}
.hero__inner {
  position: relative;
  z-index: 1;
  padding: calc(clamp(72px, 9vw, 128px) + 80px) var(--gut) clamp(56px, 7vw, 92px);
  color: var(--white);
}
.hero h1 { color: var(--white); max-width: 16ch; overflow-wrap: break-word; }
.hero__label {
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--sand);
  font-weight: 600;
  margin-bottom: 26px;
}
.hero__sub {
  margin-top: 26px;
  max-width: 54ch;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: rgba(255, 255, 255, 0.85);
}
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 46px;
  margin-top: 54px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

/* Page hero (inner pages) */
.pagehero {
  position: relative;
  padding: calc(clamp(72px, 9vw, 128px) + 50px) 0 clamp(56px, 7vw, 92px);
  /* Pull up to cover fixed header gap on inner pages */
  margin-top: calc(-1 * 80px);
  width: 100%;
  min-height: 742.955px;
  height: 742.955px;
  background: var(--green);
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  border: 0 none;
  box-shadow: none;
}
.pagehero__bg { position: absolute; inset: 0; opacity: 1; }
.pagehero__bg img { width: 100%; height: 100%; object-fit: cover; }
.pagehero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--green) 0, rgba(0, 83, 67, 0.82) 88px, rgba(0, 83, 67, 0.7) 100%);
}
.pagehero .container { position: relative; }
.pagehero h1 { color: var(--white); max-width: 20ch; font-size: clamp(2.1rem, 4.6vw, 3.6rem); }
.pagehero p { margin-top: 22px; max-width: 62ch; color: rgba(255, 255, 255, 0.78); }
.pagehero .eyebrow { color: var(--sand); }

/* Inner pages: center hero copy, then nudge down */
.about-page .pagehero,
.location-page .pagehero,
.product-page .pagehero,
.news-page .pagehero,
.contact-page .pagehero {
  display: block;
  padding: 0 !important;
}
.about-page .pagehero .container,
.location-page .pagehero .container,
.product-page .pagehero .container,
.news-page .pagehero .container,
.contact-page .pagehero .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(calc(-50% + 40px));
  z-index: 2;
  width: 100%;
}

.crumbs { font-size: 0.74rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255, 255, 255, 0.55); margin-bottom: 20px; }
.crumbs a:hover { color: var(--sand); }

/* ---------- Stats ---------- */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.stat { padding: clamp(30px, 4vw, 52px) clamp(16px, 2.4vw, 34px); border-right: 1px solid var(--line); }
.stat:last-child { border-right: none; }
.stat__num {
  font-size: clamp(1.9rem, 3.5vw, 3rem);
  font-weight: 700;
  color: var(--green);
  letter-spacing: -0.03em;
  line-height: 1;
}
.stat__num .unit { font-size: 0.44em; margin-left: 7px; letter-spacing: 0.06em; }
.stat__label { margin-top: 14px; font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gray); }

/* ---------- Editorial split ---------- */
.split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(36px, 6vw, 84px); align-items: center; }
.split--reverse .split__media { order: 2; }
.split__media { position: relative; overflow: hidden; }
.split__media img { width: 100%; height: 100%; max-height: 620px; object-fit: cover; transition: transform 1.1s var(--ease); }
.split__media:hover img { transform: scale(1.04); }
.split__media .badge {
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--green);
  color: var(--white);
  padding: 20px 26px;
  max-width: 260px;
}
.split__media .badge strong { display: block; font-size: 1.5rem; letter-spacing: -0.02em; }
.split__media .badge span { font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sand); }

/* ---------- Feature list (advantages) ---------- */
.features-carousel { position: relative; }
.features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.feature { background: var(--white); padding: clamp(28px, 3.6vw, 48px); transition: background 0.4s var(--ease); }
.feature:hover { background: var(--paper); }
.feature__num { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.16em; color: var(--sand); }
.feature h3 { margin: 18px 0 12px; }
.feature p { margin: 0; color: #47544f; font-size: 0.94rem; }
.features-dots {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
}
.features-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 83, 67, 0.22);
  cursor: pointer;
  transition: width 0.25s var(--ease), background 0.25s var(--ease);
}
.features-dots button.is-active {
  width: 22px;
  background: var(--green);
}

/* ---------- Map / connectivity ---------- */
.map-wrap { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.map {
  position: relative;
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--paper);
}
.map img {
  width: 100%;
  height: auto;
  display: block;
}
.map svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.map__pin {
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center;
}
.map__pin i {
  display: block;
  width: 9px;
  height: 9px;
  margin: 0 auto 8px;
  background: var(--gray);
  border-radius: 50%;
}
.map__pin span { font-size: 0.66rem; letter-spacing: 0.1em; text-transform: uppercase; color: #5b6663; white-space: nowrap; font-weight: 600; }
.map__pin.is-core i { width: 16px; height: 16px; background: var(--green); box-shadow: 0 0 0 8px rgba(0, 83, 67, 0.12); }
.map__pin.is-core span { color: var(--green); font-size: 0.72rem; }

.dist-list { border-top: 1px solid var(--line); }
.dist {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  transition: padding-left 0.35s var(--ease);
}
.dist:hover { padding-left: 10px; }
.dist__name { font-weight: 600; color: var(--green); font-size: 0.98rem; }
.dist__name small { display: block; font-weight: 400; color: var(--gray); font-size: 0.76rem; letter-spacing: 0.04em; }
.dist__val { font-size: 1.25rem; font-weight: 700; color: var(--green); letter-spacing: -0.02em; white-space: nowrap; }

/* ---------- Highlight trio ---------- */
.trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255, 255, 255, 0.16); border: 1px solid rgba(255, 255, 255, 0.16); }
.trio-carousel { position: relative; }
.product-page .section--green .features-dots { display: none; }
.trio > div { background: var(--green); padding: clamp(24px, 3vw, 36px); }
.trio__num { color: var(--sand); font-size: 0.78rem; font-weight: 700; letter-spacing: 0.16em; }
.trio h3 { margin: 14px 0 8px; font-size: 1.08rem; }
.trio p { margin: 0; font-size: 0.86rem; color: rgba(255, 255, 255, 0.7); }

/* ---------- Source cards ---------- */
.sources { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 42px; }
.source {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: background 0.4s var(--ease), transform 0.4s var(--ease), border-color 0.4s var(--ease);
}
.source:hover { background: rgba(255, 255, 255, 0.11); border-color: var(--sand); transform: translateY(-4px); }
.source__name { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--sand); font-weight: 600; }
.source h3 { font-size: 1rem; line-height: 1.45; }
.source .link-arrow { color: var(--white); border-color: rgba(255, 255, 255, 0.4); align-self: flex-start; }
.source .link-arrow:hover { color: var(--sand); border-color: var(--sand); }

/* ---------- Product cards ---------- */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.cards-carousel { position: relative; }
.cards--3 { grid-template-columns: repeat(3, 1fr); }
.cards--2 { grid-template-columns: repeat(2, 1fr); }
.card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  transition: transform 0.45s var(--ease), box-shadow 0.45s var(--ease), border-color 0.45s var(--ease);
}
.card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(0, 83, 67, 0.1); border-color: var(--sand); }
.card__media { overflow: hidden; aspect-ratio: 4 / 3; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease); }
.card:hover .card__media img { transform: scale(1.07); }
.card__body { padding: 26px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.card__meta { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sand); font-weight: 600; }
.card h3 { font-size: 1.08rem; line-height: 1.35; }
.card p { margin: 0; font-size: 0.9rem; color: #4d5a55; }
.card .link-arrow { margin-top: auto; align-self: flex-start; }

/* ---------- Industry grid ---------- */
.industries-carousel { position: relative; }
.industries { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.industry {
  background: var(--white);
  padding: clamp(26px, 3.4vw, 42px);
  transition: background 0.4s var(--ease), color 0.4s var(--ease);
}
.industry__icon svg,
.industry > svg { width: 30px; height: 30px; stroke: var(--green); fill: none; stroke-width: 1.3; transition: stroke 0.4s var(--ease); }
.industry h3 { margin: 20px 0 8px; font-size: 1.02rem; transition: color 0.4s var(--ease); }
.industry p { margin: 0; font-size: 0.86rem; color: #56625d; transition: color 0.4s var(--ease); }
.industry:hover { background: var(--green); }
.industry:hover .industry__icon svg,
.industry:hover > svg { stroke: var(--sand); }
.industry:hover h3 { color: var(--white); }
.industry:hover p { color: rgba(255, 255, 255, 0.72); }

/* ---------- News ---------- */
.news-card { display: flex; flex-direction: column; background: var(--white); border-bottom: 1px solid var(--line); transition: transform 0.45s var(--ease); }
.news-card:hover { transform: translateY(-5px); }
.news-card__media { overflow: hidden; aspect-ratio: 3 / 2; }
.news-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease); }
.news-card:hover .news-card__media img { transform: scale(1.06); }
.news-card__body { padding: 24px 0 26px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.news-card__top { display: flex; align-items: center; gap: 14px; font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; }
.news-card__cat { color: var(--green); font-weight: 700; }
.news-card__date { color: var(--gray); }
.news-card h3 { font-size: 1.1rem; line-height: 1.4; }
.news-card p { margin: 0; font-size: 0.9rem; color: #4d5a55; }
.news-card .link-arrow { margin-top: auto; align-self: flex-start; }
.news-empty { grid-column: 1 / -1; margin: 12px 0 40px; color: var(--gray); font-size: 0.95rem; }

/* ---------- Timeline ---------- */
.timeline { border-left: 1px solid var(--line); margin-left: 6px; }
.tl-item { position: relative; padding: 0 0 40px 34px; }
.tl-item::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 7px;
  width: 9px;
  height: 9px;
  background: var(--sand);
  border-radius: 50%;
}
.tl-item.is-done::before { background: var(--green); }
.tl-item time { font-size: 0.74rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gray); font-weight: 600; }
.tl-item h3 { margin: 8px 0 6px; font-size: 1.04rem; }
.tl-item p { margin: 0; font-size: 0.9rem; color: #4d5a55; }

/* ---------- Spec table ---------- */
.spec { width: 100%; border-collapse: collapse; }
.spec th, .spec td { text-align: left; padding: 17px 16px; border-bottom: 1px solid var(--line); font-size: 0.92rem; }
.spec th { font-size: 0.7rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gray); font-weight: 600; }
.spec td:first-child { font-weight: 600; color: var(--green); }
.spec tbody tr { transition: background 0.3s var(--ease); }
.spec tbody tr:hover { background: var(--paper); }

/* ---------- Filters (news page) ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 44px; }
.filter {
  padding: 10px 20px;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: #46534e;
  border: 1px solid var(--line);
  background: transparent;
  cursor: pointer;
  transition: all 0.3s var(--ease);
}
.filter:hover { border-color: var(--sand); color: var(--green); }
.filter.is-active { background: var(--green); border-color: var(--green); color: var(--white); }

/* ---------- News pagination ---------- */
.news-pagination {
  display: flex;
  justify-content: center;
  margin: 36px 0 8px;
}
.news-pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.news-pagination__item {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 0;
}
.news-pagination__num,
.news-pagination__nav {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--white);
  color: #46534e;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.3s var(--ease), color 0.3s var(--ease), background 0.3s var(--ease);
  line-height: 1;
  vertical-align: middle;
}
.news-pagination__num:hover,
.news-pagination__nav:hover {
  border-color: var(--green);
  color: var(--green);
}
.news-pagination__num.is-active {
  background: var(--green);
  border-color: var(--green);
  color: var(--white);
  pointer-events: none;
}
.news-pagination__nav.is-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.news-pagination__ellipsis {
  min-width: 28px;
  justify-content: center;
  color: var(--gray);
  font-weight: 600;
  line-height: 1;
}
.news-pagination__ellipsis span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  line-height: 1;
}

@media (max-width: 640px) {
  .news-pagination {
    margin-top: 28px;
  }
  .news-pagination__num,
  .news-pagination__nav,
  .news-pagination__ellipsis span {
    min-width: 38px;
    height: 38px;
    font-size: 0.85rem;
  }
}

/* ---------- CTA band ---------- */
.cta-band { background: var(--green); color: var(--white); padding: 25px 0 25px; position: relative; overflow: hidden; }
.cta-band::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(197, 189, 151, 0.25);
  border-radius: 50%;
}
.cta-band .container { position: relative; }
.cta-band h2 { color: var(--white); max-width: 20ch; }
.cta-band p { color: rgba(255, 255, 255, 0.75); max-width: 56ch; margin-top: 18px; }
.cta-band .actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 25px; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(36px, 5vw, 76px); align-items: start; }
.info-block { padding: 22px 0; border-bottom: 1px solid var(--line); }
.info-block__label { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gray); }
.info-block__value { margin-top: 8px; font-size: 1.06rem; font-weight: 600; color: var(--green); }
.info-block a:hover { color: var(--green-soft); }

.form { background: var(--paper); padding: clamp(26px, 3.6vw, 46px); border: 1px solid var(--line); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.field label { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gray); font-weight: 600; }
.field input,
.field select,
.field textarea {
  font-family: inherit;
  font-size: 0.95rem;
  padding: 13px 15px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  transition: border-color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.field textarea { resize: vertical; min-height: 130px; }
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(0, 83, 67, 0.1);
}
.field.has-error input,
.field.has-error select,
.field.has-error textarea { border-color: #a33; box-shadow: 0 0 0 3px rgba(170, 51, 51, 0.08); }
.field .err { font-size: 0.76rem; color: #a33; display: none; text-transform: none; letter-spacing: 0; }
.field.has-error .err { display: block; }
.form-note { font-size: 0.78rem; color: var(--gray); margin-top: 16px; }
.gbt-hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status {
  display: none;
  margin-top: 20px;
  padding: 15px 18px;
  font-size: 0.9rem;
  border-left: 3px solid var(--green);
  background: rgba(0, 83, 67, 0.07);
  color: var(--green);
}
.form-status.is-visible { display: block; }
.form-status.is-error { border-color: #a33; background: rgba(170, 51, 51, 0.07); color: #8c2b2b; }

/* ---------- Footer ---------- */
.footer {
  background: var(--green-dark);
  color: rgba(255, 255, 255, 0.62);
  padding: 25px 0 20px;
  font-size: 0.88rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin: 0;
}
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 24px 40px; align-items: start; }
.footer h4 { color: var(--sand); font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; margin: 0 0 10px; font-weight: 600; }
.footer a { transition: color 0.3s var(--ease); }
.footer a:hover { color: var(--sand); }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.footer__contact { display: grid; gap: 12px; }
.footer__contact-block h4 { margin-bottom: 6px; }
.footer__contact-block p { margin: 0; color: rgba(255, 255, 255, 0.55); line-height: 1.45; }
.footer__contact-block p + p { margin-top: 2px; }
.footer__brand .brand__mark { color: var(--white); font-size: 1.15rem; }
.footer__brand p { margin-top: 10px; max-width: 34ch; color: rgba(255, 255, 255, 0.55); }
.footer__bottom {
  margin-top: 24px;
  padding-top: 16px;
  padding-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 30px;
  justify-content: space-between;
  align-items: center;
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.45);
}

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.9s var(--ease), transform 0.9s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .nav, .header__cta .btn { display: none; }
  .burger { display: block; }
  .header__cta { margin-left: auto; }
  .footer__grid { grid-template-columns: repeat(2, 1fr); }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .industries { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  :root { --gut: 24px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2n) { border-right: none; }
  .stat:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .split, .map-wrap, .contact-grid { grid-template-columns: 1fr; }
  #gioi-thieu .split > :not(.split__media) { order: 1; }
  #gioi-thieu .split__media {
    order: 2;
    display: block;
    margin-top: 0;
    height: auto;
  }
  #gioi-thieu .split__media img { min-height: auto; max-height: 480px; }
  .location-page .map-wrap > .map { order: 2; }
  .location-page .map-wrap > :not(.map) { order: 1; }
  .split--reverse .split__media { order: 0; }
  .features { grid-template-columns: 1fr; }
  #loi-the .features-carousel {
    overflow: hidden;
    margin-left: calc(var(--gut) * -1);
    margin-right: calc(var(--gut) * -1);
  }
  #loi-the .features {
    display: flex;
    gap: 0;
    padding: 0;
    border: 0;
    background: transparent;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #loi-the .features::-webkit-scrollbar { display: none; }
  #loi-the .feature {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px var(--gut);
    border: 1px solid var(--line);
    border-radius: 14px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    background: var(--white);
    box-sizing: border-box;
  }
  #loi-the .feature:hover { background: var(--white); }
  #loi-the .feature__num {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--green);
    color: var(--white);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
  }
  #loi-the .feature__body { min-width: 0; flex: 1; }
  #loi-the .feature h3 {
    margin: 0 0 6px;
    font-size: 0.98rem;
    line-height: 1.35;
  }
  #loi-the .feature p {
    font-size: 0.84rem;
    line-height: 1.55;
  }
  #loi-the .features-dots { display: flex; }
  #san-pham .cards-carousel {
    overflow: hidden;
  }
  #san-pham .cards {
    display: flex;
    gap: 0;
    padding: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #san-pham .cards::-webkit-scrollbar { display: none; }
  #san-pham .card {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
    box-sizing: border-box;
    transform: none;
    box-shadow: none;
  }
  #san-pham .card:hover {
    transform: none;
    box-shadow: none;
    border-color: var(--line);
  }
  #san-pham .card__media { aspect-ratio: 16 / 10; }
  #san-pham .card__body {
    padding: 22px 18px 24px;
    gap: 10px;
    flex: 1;
  }
  #san-pham .card h3 {
    font-size: 1.02rem;
    line-height: 1.4;
  }
  #san-pham .card p {
    font-size: 0.88rem;
    line-height: 1.6;
  }
  #san-pham .features-dots { display: flex; }
  #tin-tuc .cards-carousel {
    overflow: hidden;
  }
  #tin-tuc .cards {
    display: flex;
    gap: 0;
    padding: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #tin-tuc .cards::-webkit-scrollbar { display: none; }
  #tin-tuc .news-card {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
    box-sizing: border-box;
    transform: none;
    background: var(--white);
  }
  #tin-tuc .news-card:hover {
    transform: none;
  }
  #tin-tuc .news-card__media { aspect-ratio: 16 / 10; }
  #tin-tuc .news-card__body {
    padding: 22px 18px 24px;
    gap: 10px;
  }
  #tin-tuc .news-card h3 {
    font-size: 1.02rem;
    line-height: 1.4;
  }
  #tin-tuc .news-card p {
    font-size: 0.88rem;
    line-height: 1.6;
  }
  #tin-tuc .features-dots { display: flex; }
  #nganh-nghe .industries-carousel {
    overflow: hidden;
    margin-left: calc(var(--gut) * -1);
    margin-right: calc(var(--gut) * -1);
  }
  #nganh-nghe .industries {
    display: flex;
    gap: 0;
    padding: 0;
    border: 0;
    background: transparent;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #nganh-nghe .industries::-webkit-scrollbar { display: none; }
  #nganh-nghe .industry {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 132px;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 28px var(--gut);
    border: 1px solid var(--line);
    border-radius: 14px;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    background: var(--white);
    box-sizing: border-box;
  }
  #nganh-nghe .industry:hover {
    background: var(--white);
    color: inherit;
  }
  #nganh-nghe .industry:hover h3 { color: var(--green); }
  #nganh-nghe .industry:hover p { color: #56625d; }
  #nganh-nghe .industry__icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: var(--green);
  }
  #nganh-nghe .industry__icon svg {
    width: 24px;
    height: 24px;
    stroke: var(--white);
  }
  #nganh-nghe .industry__body { min-width: 0; flex: 1; }
  #nganh-nghe .industry h3 {
    margin: 0 0 8px;
    font-size: 1.02rem;
    line-height: 1.4;
    color: var(--green);
  }
  #nganh-nghe .industry p {
    font-size: 0.88rem;
    line-height: 1.6;
  }
  #nganh-nghe .features-dots { display: flex; }
  .product-page .section--green .trio-carousel {
    overflow: hidden;
  }
  .product-page .section--green .trio {
    display: flex;
    gap: 0;
    padding: 0;
    border: 0;
    background: transparent;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .product-page .section--green .trio::-webkit-scrollbar { display: none; }
  .product-page .section--green .trio > div {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 140px;
    padding: clamp(24px, 3vw, 36px) 0;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    border: 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: none;
    outline: none;
    box-sizing: border-box;
    background: var(--green);
  }
  .product-page .section--green .features-dots {
    display: flex;
    margin-top: 22px;
    padding-bottom: 4px;
  }
  .product-page .section--green .features-dots button {
    width: 9px;
    height: 9px;
    background: rgba(255, 255, 255, 0.35);
  }
  .product-page .section--green .features-dots button.is-active {
    width: 24px;
    background: var(--sand);
  }
  .trio { grid-template-columns: 1fr; }
  .sources { grid-template-columns: 1fr; }
  .cards--3 { grid-template-columns: repeat(2, 1fr); }

  .hero,
  .pagehero {
    min-height: auto;
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  .about-page .pagehero,
  .location-page .pagehero,
  .product-page .pagehero,
  .news-page .pagehero,
  .contact-page .pagehero {
    padding: calc(clamp(72px, 9vw, 128px) + 40px) 0 clamp(48px, 6vw, 72px) !important;
  }
  .about-page .pagehero .container,
  .location-page .pagehero .container,
  .product-page .pagehero .container,
  .news-page .pagehero .container,
  .contact-page .pagehero .container {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
  }
  .hero h1 {
    max-width: 100%;
  }
  #vi-tri .section-head h2,
  #vi-tri .section-head .lead,
  #tin-tuc .section-head .lead,
  .location-page .pagehero h1,
  .location-page .section--paper .section-head h2,
  .location-page [data-i18n="location.infra.title"],
  .product-page [data-i18n="product.phase.title"],
  .product-page [data-i18n="product.land.title"],
  .product-page [data-i18n="product.sectors.title"] {
    white-space: normal;
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

@media (max-width: 640px) {
  main {
    padding-top: 0;
  }
  .header__inner { height: 64px; }
  .mobile-menu {
    top: 64px;
    padding-top: 12px;
    max-height: calc(100dvh - 64px);
    transform: translateY(calc(-100% - 64px));
  }
  .mobile-menu.is-open {
    transform: translateY(0);
  }
  .pagehero {
    min-height: auto;
    height: auto;
    padding-top: calc(clamp(72px, 9vw, 128px) + 50px);
    /* Match fixed header height on mobile */
    margin-top: calc(-1 * 64px);
  }
  .cards, .cards--3, .cards--2, .industries { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero {
    min-height: auto;
    height: auto;
    margin-top: 0;
  }
  .hero__inner {
    padding: calc(clamp(72px, 9vw, 128px) + 64px) var(--gut) 56px;
  }
  .hero__actions .btn { width: 100%; justify-content: center; }
  .footer__grid { grid-template-columns: 1fr; }
  .spec th:nth-child(3), .spec td:nth-child(3) { display: none; }
}

body.admin-bar .header {
  top: 32px;
}
