:root {
  --green: #123d31;
  --green-2: #0b2c25;
  --green-3: #245a49;
  --gold: #d39a45;
  --gold-2: #efc275;
  --gold-text: #7d4f12;
  --cream: #f5f0e8;
  --paper: #fffdf9;
  --ink: #1e2623;
  --muted: #5c6661;
  --line: #d9ddd8;
  --shadow: 0 16px 40px rgba(21, 43, 35, 0.12);
  --radius: 8px;
  --serif: Georgia, "Times New Roman", "Noto Serif SC", serif;
  --sans: Inter, Arial, "Noto Sans SC", "Microsoft YaHei", sans-serif;
  --header-height: 78px;
  --topbar-height: 36px;
  --focus: #0b2c25;
}

html {
  scroll-padding-top: var(--header-height);
}

body {
  overflow-x: clip;
}

.eyebrow,
.tag,
.mega-menu-intro span,
.contact-panel dt,
.footer-brandline span {
  letter-spacing: 0;
}

.hero h1,
.detail-copy h1,
.error-page h1 {
  font-size: 64px;
}

.page-hero h1 {
  font-size: 56px;
}

.section h2,
.split-copy h2,
.cta-band h2,
.contact-panel h2,
.faq-layout h2 {
  font-size: 44px;
}

html[lang^="zh"] body {
  line-break: strict;
}

button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px var(--focus);
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 14px;
  z-index: 1000;
  padding: 10px 14px;
  color: #fff;
  background: var(--green-2);
  border-radius: 4px;
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.topbar-grid {
  position: relative;
  min-height: var(--topbar-height);
  align-items: center;
  padding-block: 0;
}

.topbar {
  font-size: 12px;
}

.topbar-grid > * {
  min-width: 0;
  color: #fff;
  text-align: center;
}

.topbar-grid a {
  display: inline-flex;
  min-height: var(--topbar-height);
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.topbar-message {
  overflow: hidden;
  text-overflow: ellipsis;
}

.topbar-about,
.topbar-contact {
  display: none;
}

.topbar-lang {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  min-height: var(--topbar-height);
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.topbar-lang > i {
  margin-right: 3px;
  color: var(--gold-2);
}

.topbar-lang a {
  min-width: 38px;
  padding-inline: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.topbar-lang a.is-current {
  color: var(--gold-2);
}

.site-header {
  isolation: isolate;
  background: #fff;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.header-inner {
  position: static;
  min-height: var(--header-height);
}

.brand {
  width: 245px;
}

.brand img {
  height: 78px;
}

.main-nav {
  align-self: stretch;
  min-width: 0;
  gap: 14px;
}

.nav-list {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  align-self: stretch;
  align-items: stretch;
  justify-content: center;
  gap: clamp(14px, 1.2vw, 22px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-item,
.nav-label {
  display: flex;
  align-items: stretch;
}

.nav-label {
  position: relative;
}

.nav-item {
  position: relative;
  padding-right: 0;
}

.nav-item.gb-mega-parent {
  position: static;
}

.nav-item > a,
.nav-label > a {
  position: relative;
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  padding: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.nav-item > a::after,
.nav-label > a::after {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  height: 2px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.nav-item:hover > a::after,
.nav-item:focus-within > a::after,
.nav-item:hover .nav-label > a::after,
.nav-item:focus-within .nav-label > a::after,
.nav-item > a.is-current::after,
.nav-label > a.is-current::after,
.nav-item.is-current-ancestor .nav-label > a::after {
  transform: scaleX(1);
}

.nav-item > a.is-current,
.nav-label > a.is-current,
.nav-item.is-current-ancestor .nav-label > a {
  color: var(--green);
}

.menu-toggle,
.nav-toggle,
.icon-button {
  display: inline-grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border: 0;
  color: var(--green);
  background: transparent;
  cursor: pointer;
}

.menu-toggle {
  width: 20px;
  min-width: 20px;
  align-self: center;
  flex-basis: 20px;
  margin: 0;
  transform: none;
  font-size: 10px;
}

.nav-toggle {
  display: none;
}

.mega-menu a::after,
.nav-dropdown a::after,
.inquiry-link::after,
.header-cta::after {
  display: none;
}

.inquiry-link {
  position: relative;
  display: inline-grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: #7d5011;
  background: #fff;
  font-size: 17px;
}

.inquiry-link:hover {
  border-color: var(--green);
  color: #fff;
  background: var(--green);
}

.inquiry-link.is-current {
  border-color: var(--gold);
  color: #fff;
  background: var(--green);
  box-shadow: 0 0 0 2px var(--gold-2);
}

.inquiry-count {
  position: absolute;
  top: -7px;
  right: -7px;
  display: none;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  background: #9d2d20;
  font-size: 11px;
  font-weight: 800;
  line-height: 16px;
  text-align: center;
}

.header-cta {
  flex: 0 0 auto;
  min-height: 44px;
  padding-inline: 17px;
}

.btn-gold {
  gap: 8px;
  color: #fff;
  background: var(--gold);
  box-shadow: 0 7px 20px rgba(125, 79, 18, 0.2);
}

.btn-gold:hover {
  color: #fff;
  background: var(--green);
}

.image-card a,
.catalog-card a,
.project-card a,
.text-link {
  color: var(--gold-text);
}

.image-card a,
.catalog-card a,
.project-card a {
  font-size: 14px;
}

.eyebrow,
.tag,
.steps li b,
.application-row > div > span,
.application-row a,
.stats-panel b,
.about-numbers b,
.timeline li::before,
.check-list li::before,
.steps li:not(:last-child)::after {
  color: var(--gold-text);
}

.eyebrow,
.tag,
.mega-menu-intro span,
.contact-panel dt {
  font-size: 14px;
}

.trust-grid span,
.steps li span {
  font-size: 14px;
}

.image-card p,
.catalog-card p,
.feature-card p,
.material-card p,
.timeline p {
  font-size: 16px;
  line-height: 1.55;
}

.product-grid.card-grid.five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.product-grid.card-grid.five .gb-category-card img {
  height: auto;
  aspect-ratio: 4 / 3;
}

.gb-category-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.gb-category-card > a:first-child {
  display: block;
}

.gb-category-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.gb-category-card > div > a {
  align-self: flex-start;
  margin-top: auto;
}

.quote-form label {
  font-size: 14px;
}

.btn-outline-light:hover {
  color: var(--green-2);
}

.mega-menu,
.nav-dropdown {
  position: absolute;
  top: 100%;
  z-index: 40;
  visibility: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease;
}

.mega-menu {
  left: 50%;
  display: grid;
  width: min(calc(100% - 40px), 1240px);
  grid-template-columns: 250px minmax(0, 1fr);
  transform: translate(-50%, 8px);
}

.nav-dropdown {
  left: 0;
  width: 260px;
  padding: 10px;
  transform: none;
}

.has-menu:hover > .mega-menu,
.has-menu.is-open > .mega-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.has-menu:hover > .nav-dropdown,
.has-menu.is-open > .nav-dropdown {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.mega-menu-intro {
  min-width: 0;
  padding: 30px;
  color: #fff;
  background: var(--green);
  overflow-wrap: anywhere;
  word-break: normal;
}

.mega-menu-intro span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.mega-menu-intro strong {
  display: block;
  margin: 0 0 24px;
  font: 700 25px/1.3 var(--serif);
}

.mega-menu-intro a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.mega-menu-groups {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-content: start;
  gap: 18px;
  padding: 28px;
}

.mega-menu-groups .gb-mega-group {
  min-width: 0;
}

.mega-menu-groups .gb-mega-title {
  display: block;
  margin: 0 0 12px;
  color: var(--green);
  font: 800 15px/1.3 var(--sans);
}

.mega-menu-groups a,
.nav-dropdown a {
  display: flex;
  min-width: 0;
  min-height: 44px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: normal;
  white-space: normal;
}

.mega-menu-groups .gb-mega-title > a {
  color: var(--green);
  font: 800 15px/1.3 var(--sans);
}

.mega-menu-groups .gb-mega-group > a {
  padding: 6px 0;
}

.mega-menu-groups a:hover,
.nav-dropdown a:hover {
  color: var(--gold-text);
}

.mega-menu-groups a.is-current,
.nav-dropdown a.is-current {
  color: var(--green);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.hero-home,
.hero-home .hero-inner {
  min-height: 610px;
}

.hero-media-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: none;
  transform: none;
}

.hero::before,
.page-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(7, 25, 19, 0.9) 0%, rgba(7, 25, 19, 0.68) 45%, rgba(7, 25, 19, 0.18) 78%);
  content: "";
  pointer-events: none;
}

.hero-inner,
.page-hero > .container {
  z-index: 2;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero h1 {
  max-width: 850px;
  letter-spacing: 0;
}

.hero p:not(.eyebrow) {
  max-width: 690px;
}

.hero-media-controls {
  position: absolute;
  right: max(20px, calc((100vw - 1180px) / 2));
  bottom: 24px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.hero-media-controls[hidden],
.hero-countdown[hidden] {
  display: none;
}

.hero-countdown,
.hero-media-button {
  display: inline-grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 4px;
  color: #fff;
  background: rgba(6, 29, 22, 0.78);
}

.hero-countdown {
  border-width: 2px;
  font-size: 24px;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  line-height: 1;
  pointer-events: none;
}

.hero-media-button {
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.hero-media-button:hover {
  border-color: #fff;
  background: var(--green);
}

.trust-grid {
  --trust-divider: rgba(18, 61, 49, 0.09);
}

.trust-grid article {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  border-right-color: var(--trust-divider);
}

.trust-grid i {
  color: var(--gold-text);
  font-size: 25px;
  text-align: center;
}

.trust-grid b,
.trust-grid span {
  grid-column: 2;
}

.trust-grid b {
  align-self: end;
}

.trust-grid span {
  align-self: start;
}

.section-heading h2,
.split-copy h2,
.cta-band h2,
.contact-panel h2,
.faq-layout h2,
.detail-copy h1 {
  letter-spacing: 0;
}

.section .catalog-card h2 {
  margin: 0 0 9px;
  font: 700 20px/1.25 var(--serif);
}

.catalog-actions,
.detail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.catalog-actions > a,
.catalog-inquiry {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}

.catalog-inquiry {
  border: 1px solid var(--green);
  border-radius: 4px;
  padding: 8px 12px;
  color: var(--green);
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}

.catalog-inquiry:hover {
  color: #fff;
  background: var(--green);
}

.btn-outline-green {
  border-color: var(--green);
  color: var(--green);
  background: #fff;
}

.btn-outline-green:hover {
  color: #fff;
  background: var(--green);
}

.section .application-row h2 {
  font-size: 38px;
}

.section .project-card h2 {
  font-size: 30px;
}

.section-heading .eyebrow,
.page-hero .eyebrow,
.detail-copy .eyebrow,
.split-copy .eyebrow,
.quote-section .eyebrow {
  color: var(--gold-text);
}

.hero .eyebrow,
.page-hero .eyebrow,
.contact-panel .eyebrow {
  color: var(--gold-2);
}

.feature-card > i {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin: 0 auto 16px;
  border-radius: 50%;
  color: var(--gold-text);
  background: #fff4df;
  font-size: 20px;
}

.image-card,
.catalog-card,
.project-card,
.material-card,
.feature-card,
.steps li,
.quote-form,
.contact-panel,
.application-row img,
.gallery-main,
.rounded-image {
  border-radius: var(--radius);
}

.image-card img,
.catalog-card img,
.project-card img {
  background: var(--cream);
}

.page-hero {
  overflow: hidden;
  isolation: isolate;
}

.page-hero::before {
  display: none;
}

.page-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero > .container {
  position: relative;
}

.filter-bar a,
.filter-bar button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 50px;
  padding: 9px 17px;
  color: var(--ink);
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.filter-bar a.active,
.filter-bar a:hover,
.filter-bar button.active,
.filter-bar button:hover {
  border-color: var(--green);
  color: #fff;
  background: var(--green);
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.pagination a,
.pagination span {
  display: grid;
  min-width: 44px;
  min-height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 7px 10px;
  background: #fff;
  font-size: 13px;
  font-weight: 800;
}

.pagination .active,
.pagination .current,
.pagination a:hover {
  border-color: var(--green);
  color: #fff;
  background: var(--green);
}

.empty-state {
  padding: 64px 24px;
  border: 1px solid var(--line);
  text-align: center;
  background: var(--cream);
}

.empty-state i {
  margin-bottom: 16px;
  color: var(--gold-text);
  font-size: 38px;
}

.gb-empty-actions {
  justify-content: center;
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 56px;
  align-items: start;
}

.prose,
.product-content {
  min-width: 0;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.78;
}

.prose a:not(.btn),
.product-content a:not(.btn) {
  color: var(--gold-text);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.prose > :first-child,
.product-content > :first-child {
  margin-top: 0;
}

.section .prose h2,
.section .product-content h2 {
  margin: 40px 0 14px;
  font: 700 34px/1.18 var(--serif);
}

.prose h3,
.product-content h3 {
  margin: 32px 0 12px;
  font: 700 25px/1.25 var(--serif);
}

.prose img,
.product-content img,
.prose video,
.product-content video,
.prose iframe,
.product-content iframe {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.prose table,
.product-content table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.prose th,
.prose td,
.product-content th,
.product-content td {
  min-width: 130px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  text-align: left;
}

.sidebar {
  position: sticky;
  top: calc(var(--header-height) + 24px);
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--cream);
}

.section .sidebar h2 {
  margin: 0 0 12px;
  font: 700 28px/1.18 var(--serif);
}

.sidebar p {
  color: var(--muted);
}

.service-list,
.contact-details {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.service-list a {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  color: var(--green);
  font-weight: 800;
}

.contact-details li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  margin: 16px 0;
}

.contact-details i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--green);
  background: var(--cream);
  border-radius: 50%;
}

.contact-details span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-details a,
.contact-details address {
  display: block;
  color: var(--ink);
  font-style: normal;
  overflow-wrap: anywhere;
}

.contact-panel a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.45);
  text-underline-offset: 3px;
}

.contact-panel dd {
  overflow-wrap: anywhere;
}

.application-list .application-row:nth-child(even) img {
  order: 2;
}

.project-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 34px;
}

.project-gallery a {
  display: block;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--cream);
}

.project-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.stats-panel b,
.about-numbers b {
  overflow-wrap: anywhere;
  font-size: 36px;
}

.quote-form input,
.quote-form select,
.quote-form textarea,
.field input,
.field select,
.field textarea {
  min-height: 48px;
}

.quote-form textarea,
.field textarea {
  min-height: 132px;
  resize: vertical;
}

.field-help,
.form-note {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 400;
}

.field-file input {
  padding: 10px;
  background: var(--cream);
}

.verify {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.verify img {
  width: 120px;
  height: 44px;
  border: 1px solid var(--line);
  object-fit: cover;
  cursor: pointer;
}

.inquiry-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 40px;
  align-items: start;
}

.inquiry-list {
  display: grid;
  gap: 16px;
}

.inquiry-item {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.inquiry-item img {
  width: 130px;
  height: auto;
  aspect-ratio: 4 / 3;
  border-radius: 5px;
  object-fit: cover;
}

.section .inquiry-item h2 {
  margin: 0 0 8px;
  font: 700 22px/1.25 var(--serif);
}

.inquiry-actions,
.quantity-control {
  display: flex;
  align-items: center;
  gap: 8px;
}

.quantity-control input {
  width: 64px;
  height: 44px;
  border: 1px solid var(--line);
  text-align: center;
}

.quantity-control button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--green);
  background: #fff;
  cursor: pointer;
}

.thumbs button.is-active,
.thumbs button:focus-visible {
  border-color: var(--gold-text);
}

.remove-product {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: #9d2d20;
  background: #fff;
  cursor: pointer;
}

.inquiry-popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(6, 29, 22, 0.58);
}

.inquiry-popup-box {
  position: relative;
  width: min(420px, 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.inquiry-popup-box-content {
  padding: 34px 28px 20px;
}

.inquiry-popup-box-top {
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
  text-align: center;
}

.inquiry-popup-box-foot {
  display: flex;
  justify-content: center;
  gap: 10px;
  border-top: 1px solid var(--line);
  padding: 18px 20px;
}

.inquiry-popup .close-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 1;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--muted);
  cursor: pointer;
  font-size: 24px;
}

.inquiry-button,
.inquiry-button-n {
  min-height: 44px;
  border: 1px solid var(--green);
  border-radius: 4px;
  padding: 8px 18px;
  cursor: pointer;
  font-weight: 800;
}

.inquiry-button {
  color: #fff;
  background: var(--green);
}

.inquiry-button-n {
  color: var(--green);
  background: #fff;
}

.site-footer {
  position: relative;
}

.footer-grid {
  grid-template-columns: 1.45fr repeat(4, 1fr);
}

.footer-brand img {
  width: min(240px, 100%);
  height: 76px;
  object-fit: contain;
  object-position: left center;
}

.footer-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-grid a,
.footer-brand p,
.footer-bottom {
  font-size: 14px;
}

.footer-grid h2 {
  margin: 0 0 15px;
  color: #fff;
  font: 700 17px var(--serif);
}

.footer-about-link {
  color: var(--gold-2);
}

.footer-contact address {
  margin-bottom: 12px;
  font-style: normal;
}

.footer-contact a {
  overflow-wrap: anywhere;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 25;
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #187a54;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  font-size: 25px;
}

.whatsapp-float:hover {
  background: var(--green-2);
}

.error-page .error-logo {
  width: min(280px, 80vw);
  height: 105px;
  object-fit: contain;
}

.error-actions {
  justify-content: center;
}

@media (min-width: 801px) and (max-width: 1399px) {
  .hero-media-controls {
    right: 88px;
  }
}

@media (min-width: 901px) {
  .trust-grid article:first-child {
    border-left: 1px solid var(--trust-divider);
  }

  .trust-grid article:last-child {
    border-right: 1px solid var(--trust-divider);
  }

  .topbar-grid {
    grid-template-columns: max-content max-content minmax(0, 1fr) max-content max-content max-content;
    column-gap: 32px;
  }

  .topbar-about,
  .topbar-contact {
    display: inline-flex;
    font-weight: 700;
  }

  .topbar-about {
    grid-column: 4;
  }

  .topbar-contact {
    grid-column: 5;
  }

  .topbar-about:hover,
  .topbar-contact:hover {
    color: var(--gold-2);
  }

  .topbar-lang {
    position: static;
    grid-column: 6;
    justify-self: end;
  }
}

@media (min-width: 1221px) {
  .nav-mobile-only {
    display: none;
  }
}

@media (max-width: 1220px) {
  .brand {
    width: 210px;
  }

  .nav-item > a,
  .nav-label > a {
    padding-inline: 6px;
    font-size: 14px;
  }

  .nav-item > a::after,
  .nav-label > a::after {
    right: 6px;
    left: 6px;
  }
}

@media (max-width: 1220px) {
  .header-inner {
    position: relative;
  }

  .nav-toggle {
    display: inline-grid;
    margin-left: auto;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100dvh - var(--header-height) - var(--topbar-height) - 16px);
    align-items: stretch;
    overflow-y: auto;
    border-bottom: 1px solid var(--line);
    padding: 14px 20px 22px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: block;
  }

  .nav-list {
    display: block;
  }

  .nav-item,
  .nav-label {
    display: block;
  }

  .nav-item {
    padding-right: 0;
  }

  .nav-item.gb-mega-parent {
    position: relative;
  }

  .nav-item > a,
  .nav-label > a {
    min-height: 48px;
    padding: 8px 44px 8px 8px;
    font-size: 14px;
  }

  .nav-item > a::after,
  .nav-label > a::after {
    display: none;
  }

  .nav-item > a.is-current,
  .nav-label > a.is-current,
  .nav-item.is-current-ancestor .nav-label > a {
    background: var(--cream);
    box-shadow: inset 3px 0 0 var(--gold);
  }

  .menu-toggle {
    position: absolute;
    top: 2px;
    right: 0;
    width: 44px;
    min-width: 44px;
    flex-basis: 44px;
    margin: 0;
    transform: none;
  }

  .mega-menu,
  .nav-dropdown {
    position: static;
    top: auto;
    left: auto;
    display: none;
    visibility: visible;
    width: auto;
    border: 0;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .has-menu:hover > .mega-menu,
  .has-menu:hover > .nav-dropdown {
    display: none;
    transform: none;
  }

  .has-menu.is-open > .mega-menu,
  .has-menu.is-open > .nav-dropdown {
    display: block;
    transform: none;
  }

  .mega-menu-intro {
    padding: 20px;
  }

  .mega-menu-groups {
    grid-template-columns: 1fr 1fr;
    padding: 15px 8px;
  }

  .mega-menu-groups a,
  .nav-dropdown a {
    min-height: 44px;
  }

  .header-cta {
    display: inline-flex;
    width: 100%;
    margin-top: 14px;
  }

  .inquiry-link {
    margin: 14px 0 0 8px;
  }

  .content-layout,
  .inquiry-layout {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
  }

  .hero h1,
  .detail-copy h1,
  .error-page h1 {
    font-size: 52px;
  }

  .page-hero h1 {
    font-size: 48px;
  }

  .section h2,
  .split-copy h2,
  .cta-band h2,
  .contact-panel h2,
  .faq-layout h2 {
    font-size: 38px;
  }

  .product-grid.card-grid.five {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  :root {
    --topbar-height: 44px;
  }

  .topbar-grid {
    grid-template-columns: auto 1fr auto;
    gap: 8px;
  }

  .topbar-message {
    display: none;
  }

  .topbar-email span,
  .topbar-phone span {
    font-size: 14px;
  }

  .topbar-email {
    justify-self: start;
  }

  .topbar-lang {
    position: static;
    justify-self: end;
  }

  .hero-home,
  .hero-home .hero-inner {
    min-height: 570px;
  }

  .hero-copy {
    padding: 48px 0 88px;
  }

  .trust-grid article {
    grid-template-columns: 38px 1fr;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .application-list .application-row:nth-child(even) img {
    order: 0;
  }

  .inquiry-item {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .inquiry-item img {
    width: 110px;
  }

  .inquiry-actions {
    grid-column: 1 / -1;
    justify-content: space-between;
  }

  .product-grid.card-grid.five {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 800px) {
  .whatsapp-float {
    display: none;
  }
}

@media (max-width: 640px) {
  :root {
    --header-height: 68px;
  }

  .topbar-grid {
    display: grid;
    overflow: visible;
  }

  .topbar-grid > * {
    min-width: 0;
  }

  .topbar-email span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .topbar-phone span {
    font-size: 14px;
  }

  .brand {
    width: 188px;
  }

  .hero-home,
  .hero-home .hero-inner {
    min-height: 550px;
  }

  .hero::before {
    background: linear-gradient(90deg, rgba(7, 25, 19, 0.9), rgba(7, 25, 19, 0.55));
  }

  .hero h1,
  .page-hero h1 {
    font-size: 38px;
  }

  .detail-copy h1,
  .error-page h1 {
    font-size: 38px;
  }

  .section h2,
  .split-copy h2,
  .cta-band h2,
  .contact-panel h2,
  .faq-layout h2 {
    font-size: 32px;
  }

  .section .prose h2,
  .section .product-content h2 {
    font-size: 28px;
  }

  .section .application-row h2 {
    font-size: 32px;
  }

  .section .project-card h2 {
    font-size: 26px;
  }

  html[lang^="zh"] .hero h1 {
    max-width: 9em;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-media-controls {
    right: 14px;
    bottom: 14px;
  }

  .trust-grid article {
    padding: 14px 0;
  }

  .mega-menu-groups {
    grid-template-columns: 1fr;
  }

  .feature-card {
    padding: 24px 18px;
  }

  .inquiry-item {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .inquiry-item img {
    width: 92px;
  }

  .inquiry-actions {
    grid-column: 1 / -1;
    justify-content: space-between;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .project-gallery {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .product-grid.card-grid.five {
    grid-template-columns: 1fr;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}


/* Home hero layout */
.hero-home .gb-home-hero__inner {
  width: min(1180px, calc(100% - 80px));
}

.hero-home .hero-copy {
  max-width: 800px;
}

.hero-home .eyebrow {
  margin-bottom: 20px;
  color: #ca994f;
  font-size: 14px;
  letter-spacing: 0;
}

.hero-home h1 {
  max-width: 800px;
  margin-bottom: 0;
  color: #fff;
  font-size: 52px;
  line-height: 1.18;
  font-weight: 400;
}

.hero-home h1::first-line {
  font-weight: 700;
}

html[lang^="zh"] .hero-home h1 {
  font-weight: 700;
}

.hero-divider {
  width: 56px;
  height: 2px;
  margin: 26px 0 32px;
  background: #ca994f;
}

.hero-home p:not(.eyebrow) {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 17px;
  line-height: 1.6;
}

.hero-home .hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 38px;
}

.hero-home .btn {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  gap: 14px;
  padding: 0 24px;
  border-radius: 2px;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-home .btn:first-child {
  min-width: 240px;
}

.hero-home .btn:nth-child(2) {
  min-width: 277px;
}

.hero-home .btn-gold {
  border: 1px solid #cc9a4e;
  color: #fff;
  background: #cc9a4e;
  box-shadow: none;
}

.hero-home .btn-gold:hover {
  border-color: #b3833b;
  background: #b3833b;
}

.hero-home .btn-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  background: transparent;
}

.hero-home .btn-outline-light:hover {
  border-color: #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.hero-home .hero-media-controls {
  right: max(20px, calc((100vw - 1640px) / 2));
}

.hero-media-button {
  width: 50px;
  height: 50px;
  flex-basis: 50px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 2px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}

.hero-media-button:hover {
  border-color: #fff;
  background: rgba(0, 0, 0, 0.6);
}

@media (max-width: 900px) {
  .hero-home .gb-home-hero__inner {
    width: min(1180px, calc(100% - 40px));
  }

  .hero-home .hero-copy {
    max-width: 650px;
  }

  .hero-home .eyebrow {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .hero-home h1 {
    max-width: 650px;
    font-size: 38px;
    line-height: 1.12;
  }

  .hero-divider {
    width: 48px;
    margin: 22px 0 26px;
  }

  .hero-home p:not(.eyebrow) {
    font-size: 16px;
  }

  .hero-home .hero-actions {
    margin-top: 30px;
  }

  .hero-home .hero-media-controls {
    right: 14px;
  }
}

@media (max-width: 640px) {
  .hero-home .gb-home-hero__inner {
    width: min(1180px, calc(100% - 28px));
  }

  .hero-home h1 {
    font-size: 36px;
    font-weight: 700;
  }

  .hero-home .btn {
    min-width: 0;
    min-height: 50px;
  }
}

.gb-manufacturing__media {
  position: relative;
  height: clamp(520px, 42vw, 780px);
  overflow: hidden;
}

.split-image.gb-manufacturing__media img {
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
  object-position: top center;
}

@media (max-width: 900px) {
  .gb-manufacturing__media {
    height: clamp(360px, 56vw, 480px);
  }
}

.card-grid.application-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.application-grid .gb-market-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
}

.application-grid .gb-market-card > a:first-child {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--cream);
}

.application-grid .gb-market-card > a:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.application-grid .gb-market-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.application-grid .gb-market-card > div > a:last-child {
  align-self: flex-start;
  margin-top: auto;
}

@media (max-width: 1220px) {
  .card-grid.application-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .card-grid.application-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* About page */
.about-hero {
  position: relative;
  isolation: isolate;
  min-height: 620px;
  overflow: hidden;
  color: var(--ink);
  background: var(--cream);
}

.about-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 253, 249, 0.98) 0%, rgba(255, 253, 249, 0.94) 34%, rgba(255, 253, 249, 0.67) 52%, rgba(255, 253, 249, 0.08) 76%);
  content: "";
}

.about-hero__media {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.about-hero__inner {
  display: flex;
  min-height: 620px;
  align-items: center;
}

.about-hero__copy {
  width: min(630px, 58%);
  padding: 88px 0 96px;
}

.about-hero .eyebrow {
  margin-bottom: 18px;
  color: var(--gold-text);
}

.about-hero h1 {
  margin: 0 0 14px;
  color: var(--green);
  font: 700 68px/1.02 var(--serif);
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.about-hero__statement {
  max-width: 560px;
  margin: 0 0 18px;
  color: var(--green-2);
  font: 700 30px/1.22 var(--serif);
}

.about-hero__summary {
  max-width: 610px;
  margin: 0;
  color: #46534e;
  font-size: 18px;
  line-height: 1.65;
}

.about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.about-btn-secondary {
  border-color: rgba(18, 61, 49, 0.42);
  color: var(--green);
  background: rgba(255, 253, 249, 0.76);
}

.about-btn-secondary:hover {
  border-color: var(--green);
  color: #fff;
  background: var(--green);
}

.about-page {
  color: var(--ink);
  background: var(--paper);
}

.about-page *,
.about-hero * {
  min-width: 0;
}

.about-section {
  padding: 96px 0;
}

.about-section--soft,
.about-faq-section {
  background: var(--cream);
}

.about-page h2,
.about-cta h2,
.about-partner h2 {
  margin: 0 0 18px;
  color: var(--green);
  font: 700 46px/1.1 var(--serif);
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.about-page h3 {
  letter-spacing: 0;
}

.about-heading {
  max-width: 820px;
  margin-bottom: 48px;
}

.about-heading > p:last-child {
  max-width: 700px;
  margin-inline: auto;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.about-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 72px;
  align-items: center;
}

.about-story__copy > p:not(.eyebrow) {
  max-width: 650px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.about-story__copy .about-lead {
  color: #35423d;
  font-size: 19px;
}

.about-story__facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 34px;
}

.about-story__facts > div {
  padding-top: 18px;
  border-top: 2px solid var(--gold);
}

.about-story__facts h3 {
  margin: 0 0 8px;
  color: var(--green);
  font: 700 19px/1.25 var(--serif);
}

.about-story__facts p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.about-story__media {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(150px, 0.65fr);
  gap: 16px;
  align-items: end;
}

.about-story__media img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.about-story__image-main {
  height: 520px;
}

.about-story__image-detail {
  height: 330px;
}

.about-pillars {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid rgba(18, 61, 49, 0.16);
  border-bottom: 1px solid rgba(18, 61, 49, 0.16);
}

.about-pillar {
  padding: 28px 18px 30px;
  border-left: 1px solid rgba(18, 61, 49, 0.14);
  text-align: center;
}

.about-pillar:first-child {
  border-left: 0;
}

.about-pillar > i {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin: 0 auto 16px;
  border: 1px solid rgba(18, 61, 49, 0.22);
  border-radius: 50%;
  color: var(--green);
  background: var(--paper);
  font-size: 17px;
}

.about-pillar h3 {
  margin: 0 0 8px;
  color: var(--green);
  font: 700 18px/1.25 var(--serif);
}

.about-pillar p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.52;
}

.about-manufacturing__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 76px;
  align-items: center;
}

.about-manufacturing__copy > p:not(.eyebrow) {
  max-width: 670px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.about-review-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 24px;
  margin: 34px 0 36px;
}

.about-review-grid article {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.about-review-grid article > i {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 10px;
}

.about-review-grid h3 {
  margin: 1px 0 6px;
  color: var(--green);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
}

.about-review-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.about-manufacturing__media {
  position: relative;
  margin: 0;
}

.about-manufacturing__media img {
  width: 100%;
  height: 640px;
  border-radius: 6px;
  object-fit: cover;
}

.about-manufacturing__media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 16px 18px;
  border-radius: 4px;
  background: rgba(255, 253, 249, 0.94);
  box-shadow: 0 10px 28px rgba(21, 43, 35, 0.16);
}

.about-manufacturing__media figcaption span,
.about-manufacturing__media figcaption strong {
  display: block;
}

.about-manufacturing__media figcaption span {
  color: var(--gold-text);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.about-manufacturing__media figcaption strong {
  margin-top: 3px;
  color: var(--green);
  font: 700 18px/1.3 var(--serif);
}

.about-space-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.about-space-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(21, 43, 35, 0.05);
}

.about-space-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.about-space-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 20px 24px;
}

.about-space-card h3 {
  margin: 0 0 9px;
  color: var(--green);
  font: 700 21px/1.24 var(--serif);
}

.about-space-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.58;
}

.about-spaces__action {
  margin-top: 30px;
  text-align: center;
}

.about-text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  color: var(--green);
  font-weight: 800;
}

.about-text-link:hover {
  color: var(--gold-text);
}

.about-process__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-process__list::before {
  position: absolute;
  top: 23px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: rgba(18, 61, 49, 0.24);
  content: "";
}

.about-process__item {
  position: relative;
  z-index: 1;
  text-align: center;
}

.about-process__item > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin: 0 auto 18px;
  border: 5px solid var(--paper);
  border-radius: 50%;
  color: #fff;
  background: var(--green);
  font-size: 11px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
}

.about-process__item h3 {
  margin: 0 0 8px;
  color: var(--green);
  font: 700 18px/1.3 var(--serif);
}

.about-process__item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.about-partner {
  padding: 88px 0;
  color: #fff;
  background: var(--green-2);
}

.about-partner__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 72px;
  align-items: center;
}

.about-partner .eyebrow {
  color: var(--gold-2);
}

.about-partner h2 {
  color: #fff;
}

.about-partner__copy > p:not(.eyebrow) {
  max-width: 690px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.7;
}

.about-partner__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.about-partner__item {
  min-height: 142px;
  padding: 26px 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.055);
}

.about-partner__item strong,
.about-partner__item span {
  display: block;
}

.about-partner__item strong {
  color: var(--gold-2);
  font: 700 25px/1.15 var(--serif);
  overflow-wrap: anywhere;
}

.about-partner__item span {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.5;
}

.about-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 72px;
  align-items: start;
}

.about-faq__intro {
  position: sticky;
  top: calc(var(--header-height) + 28px);
}

.about-faq__intro > p:not(.eyebrow) {
  max-width: 480px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}

.about-faq__list {
  display: grid;
  gap: 10px;
}

.about-faq details {
  border: 1px solid var(--line);
  border-radius: 5px;
  background: #fff;
}

.about-faq summary {
  position: relative;
  display: flex;
  min-height: 64px;
  align-items: center;
  padding: 16px 54px 16px 20px;
  color: var(--green);
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  list-style: none;
}

.about-faq summary::-webkit-details-marker {
  display: none;
}

.about-faq summary::after {
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--gold-text);
  content: "+";
  font-size: 22px;
  transform: translateY(-50%);
}

.about-faq details[open] summary::after {
  content: "\2212";
}

.about-faq summary:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px var(--focus);
}

.about-faq details > div {
  padding: 0 54px 20px 20px;
}

.about-faq details p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}

.about-cta {
  position: relative;
  color: #fff;
  background: linear-gradient(90deg, rgba(11, 44, 37, 0.97) 0%, rgba(11, 44, 37, 0.9) 50%, rgba(11, 44, 37, 0.48) 100%), url('https://cdn.aqbear.com/greenbb.aqbear.com/template/default/pc/skin/greenbb/images/contact-banner.webp') center / cover no-repeat;
}

.about-cta__inner {
  display: flex;
  min-height: 340px;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
  padding-block: 64px;
}

.about-cta__inner > div:first-child {
  max-width: 760px;
}

.about-cta .eyebrow {
  color: var(--gold-2);
}

.about-cta h2 {
  color: #fff;
}

.about-cta__inner > div:first-child > p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.65;
}

.about-cta__actions {
  display: grid;
  flex: 0 0 auto;
  gap: 10px;
  justify-items: center;
}

.about-cta__link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.about-cta__link:hover {
  color: var(--gold-2);
}

@media (max-width: 1100px) {
  .about-hero,
  .about-hero__inner {
    min-height: 580px;
  }

  .about-hero h1 {
    font-size: 58px;
  }

  .about-story__grid,
  .about-manufacturing__grid,
  .about-partner__grid,
  .about-faq {
    gap: 48px;
  }

  .about-pillars {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-pillar:nth-child(4) {
    border-left: 0;
  }

  .about-pillar:nth-child(n + 4) {
    border-top: 1px solid rgba(18, 61, 49, 0.14);
  }

  .about-space-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .about-hero,
  .about-hero__inner {
    min-height: 560px;
  }

  .about-hero::after {
    background: linear-gradient(90deg, rgba(255, 253, 249, 0.98) 0%, rgba(255, 253, 249, 0.92) 55%, rgba(255, 253, 249, 0.42) 100%);
  }

  .about-hero__copy {
    width: min(590px, 76%);
    padding: 72px 0 80px;
  }

  .about-hero h1 {
    font-size: 52px;
  }

  .about-hero__statement {
    font-size: 27px;
  }

  .about-section {
    padding: 80px 0;
  }

  .about-story__grid,
  .about-manufacturing__grid,
  .about-partner__grid,
  .about-faq {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .about-story__copy > p:not(.eyebrow) {
    max-width: 760px;
  }

  .about-story__media,
  .about-manufacturing__media {
    max-width: 720px;
  }

  .about-manufacturing__media img {
    height: 600px;
  }

  .about-process__list {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .about-process__list::before {
    top: 22px;
    right: auto;
    bottom: 22px;
    left: 22px;
    width: 1px;
    height: auto;
  }

  .about-process__item {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 4px 18px;
    text-align: left;
  }

  .about-process__item > span {
    grid-row: 1 / 3;
    margin: 0;
  }

  .about-process__item h3,
  .about-process__item p {
    grid-column: 2;
  }

  .about-process__item h3 {
    align-self: end;
    margin-bottom: 3px;
  }

  .about-partner {
    padding: 80px 0;
  }

  .about-faq__intro {
    position: static;
  }

  .about-cta__inner {
    display: grid;
    min-height: 380px;
    justify-content: stretch;
    gap: 34px;
  }

  .about-cta__actions {
    justify-items: start;
  }
}

@media (max-width: 640px) {
  .about-hero,
  .about-hero__inner {
    min-height: 610px;
  }

  .about-hero::after {
    background: linear-gradient(90deg, rgba(255, 253, 249, 0.96) 0%, rgba(255, 253, 249, 0.88) 66%, rgba(255, 253, 249, 0.62) 100%);
  }

  .about-hero__media {
    object-position: 62% center;
  }

  .about-hero__copy {
    width: 100%;
    padding: 64px 0 72px;
  }

  .about-hero h1 {
    font-size: 42px;
  }

  .about-hero__statement {
    max-width: 430px;
    font-size: 25px;
  }

  .about-hero__summary {
    max-width: 520px;
    font-size: 16px;
  }

  .about-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .about-hero__actions .btn {
    width: 100%;
  }

  .about-section {
    padding: 64px 0;
  }

  .about-page h2,
  .about-cta h2,
  .about-partner h2 {
    font-size: 35px;
  }

  .about-heading {
    margin-bottom: 36px;
  }

  .about-story__grid,
  .about-manufacturing__grid,
  .about-partner__grid,
  .about-faq {
    gap: 36px;
  }

  .about-story__copy > p:not(.eyebrow),
  .about-story__copy .about-lead,
  .about-manufacturing__copy > p:not(.eyebrow),
  .about-partner__copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .about-story__facts,
  .about-review-grid,
  .about-story__media,
  .about-partner__items {
    grid-template-columns: 1fr;
  }

  .about-story__media img,
  .about-story__image-main,
  .about-story__image-detail {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .about-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-pillar,
  .about-pillar:nth-child(4) {
    border-left: 1px solid rgba(18, 61, 49, 0.14);
  }

  .about-pillar:nth-child(odd) {
    border-left: 0;
  }

  .about-pillar:nth-child(n + 3) {
    border-top: 1px solid rgba(18, 61, 49, 0.14);
  }

  .about-pillar {
    padding: 24px 12px 26px;
  }

  .about-pillar p {
    font-size: 14px;
  }

  .about-manufacturing__media img {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .about-manufacturing__media figcaption {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .about-space-grid {
    grid-template-columns: 1fr;
  }

  .about-partner {
    padding: 64px 0;
  }

  .about-partner__item {
    min-height: 0;
  }

  .about-faq summary {
    padding-right: 48px;
    padding-left: 16px;
    font-size: 16px;
  }

  .about-faq details > div {
    padding: 0 48px 18px 16px;
  }

  .about-cta__inner {
    min-height: 420px;
    padding-block: 58px;
  }

  .about-cta__actions {
    width: 100%;
  }

  .about-cta__actions .btn {
    width: 100%;
  }
}

/* Products collection landing page */
.products-page h2 {
  margin: 0 0 18px;
  color: var(--green);
  font: 700 46px/1.1 var(--serif);
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.products-page .about-partner h2,
.products-page .about-cta h2 {
  color: #fff;
}

.products-page h3,
.products-hero h1,
.products-hero p {
  letter-spacing: 0;
}

.products-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.products-category-card {
  display: flex;
  min-width: 0;
  height: 100%;
  grid-column: span 2;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(21, 43, 35, 0.05);
}

.products-category-card--wide {
  grid-column: span 3;
}

.products-category-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--cream);
}

.products-category-card--wide .products-category-card__media {
  aspect-ratio: 2 / 1;
}

.products-category-card__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.products-category-card--wide .products-category-card__media img {
  object-fit: contain;
}

.products-category-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.products-category-card__media:hover img,
.products-category-card__media:focus-visible img {
  transform: scale(1.025);
}

.products-category-card__icon {
  position: absolute;
  bottom: 12px;
  left: 18px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  color: var(--green);
  background: var(--paper);
  box-shadow: 0 6px 18px rgba(21, 43, 35, 0.12);
  font-size: 15px;
}

.products-category-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 20px;
}

.products-category-card h3 {
  margin: 0 0 9px;
  color: var(--green);
  font: 700 22px/1.22 var(--serif);
}

.products-category-card h3 a:hover {
  color: var(--gold-text);
}

.products-category-card p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.58;
}

.products-category-card__link,
.products-application-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: auto;
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
}

.products-category-card__link:hover,
.products-application-link:hover {
  color: var(--gold-text);
}

.products-capability-band {
  padding: 38px 0;
  border-top: 1px solid rgba(18, 61, 49, 0.1);
  border-bottom: 1px solid rgba(18, 61, 49, 0.1);
  background: var(--cream);
}

.products-capability-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.products-capability-item {
  min-width: 0;
  padding: 4px 18px;
  border-left: 1px solid rgba(18, 61, 49, 0.14);
  text-align: center;
}

.products-capability-item:first-child {
  border-left: 0;
}

.products-capability-item > i {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin: 0 auto 14px;
  border: 1px solid rgba(18, 61, 49, 0.2);
  border-radius: 50%;
  color: var(--green);
  background: var(--paper);
  font-size: 16px;
}

.products-capability-item h3 {
  margin: 0 0 7px;
  color: var(--green);
  font: 700 17px/1.3 var(--serif);
}

.products-capability-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.52;
}

.products-manufacturing .about-manufacturing__media img {
  object-position: center;
}

.products-applications .about-space-card > div {
  padding-bottom: 18px;
}

.products-application-link {
  margin-top: 16px;
}

@media (max-width: 1100px) {
  .products-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products-category-card,
  .products-category-card--wide {
    grid-column: span 1;
  }

  .products-category-card:last-child {
    grid-column: 1 / -1;
  }

  .products-category-card--wide .products-category-card__media,
  .products-category-card:last-child .products-category-card__media {
    aspect-ratio: 4 / 3;
  }

  .products-category-card:last-child .products-category-card__media {
    aspect-ratio: 2 / 1;
  }

  .products-capability-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .products-capability-item:nth-child(4) {
    border-left: 0;
  }

  .products-capability-item:nth-child(n + 4) {
    margin-top: 26px;
    padding-top: 26px;
    border-top: 1px solid rgba(18, 61, 49, 0.14);
  }
}

@media (max-width: 640px) {
  .products-page h2 {
    font-size: 35px;
  }

  .products-category-grid {
    grid-template-columns: 1fr;
  }

  .products-category-card,
  .products-category-card--wide,
  .products-category-card:last-child {
    grid-column: auto;
  }

  .products-category-card__media,
  .products-category-card--wide .products-category-card__media,
  .products-category-card:last-child .products-category-card__media {
    aspect-ratio: 4 / 3;
  }

  .products-category-card > div {
    padding: 22px 18px 20px;
  }

  .products-category-card p {
    font-size: 16px;
  }

  .products-capability-band {
    padding: 30px 0;
  }

  .products-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .products-capability-item,
  .products-capability-item:nth-child(4) {
    padding: 22px 12px;
    border-top: 0;
    border-left: 1px solid rgba(18, 61, 49, 0.14);
    margin-top: 0;
  }

  .products-capability-item:nth-child(odd) {
    border-left: 0;
  }

  .products-capability-item:nth-child(n + 3) {
    border-top: 1px solid rgba(18, 61, 49, 0.14);
  }

  .products-capability-item p {
    font-size: 14px;
  }
}

/* Applications landing page */
.applications-hero {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  background: #f3eee3;
}

.applications-hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(250, 248, 241, 0.98) 0%, rgba(250, 248, 241, 0.93) 34%, rgba(250, 248, 241, 0.38) 55%, rgba(250, 248, 241, 0) 72%);
  content: "";
}

.applications-hero__media,
.applications-project__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.applications-hero__media {
  object-position: center;
}

.applications-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 590px;
  align-items: center;
}

.applications-hero__copy {
  width: min(630px, 52%);
  padding: 64px 0;
}

.applications-hero__copy .eyebrow {
  color: var(--gold-text);
}

.applications-hero__copy h1 {
  max-width: 620px;
  margin: 0 0 20px;
  color: var(--green);
  font: 700 58px/1.06 var(--serif);
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.applications-hero__copy > p:not(.eyebrow) {
  max-width: 600px;
  margin: 0;
  color: #46534d;
  font-size: 17px;
  line-height: 1.72;
}

.applications-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.applications-hero__actions .btn,
.applications-scene__actions .btn,
.applications-project__panel .btn {
  min-height: 48px;
}

.applications-btn-secondary {
  border: 1px solid rgba(18, 61, 49, 0.46);
  color: var(--green);
  background: rgba(255, 253, 249, 0.76);
}

.applications-btn-secondary:hover {
  border-color: var(--green);
  color: #fff;
  background: var(--green);
}

.applications-quick-nav {
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 249, 0.98);
}

.applications-quick-nav__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.applications-quick-nav a {
  display: flex;
  min-width: 0;
  min-height: 76px;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  border-right: 1px solid var(--line);
  transition: background-color 200ms ease;
}

.applications-quick-nav a:last-child {
  border-right: 0;
}

.applications-quick-nav a:hover,
.applications-quick-nav a:focus-visible {
  background: var(--cream);
}

.applications-quick-nav span,
.applications-process span,
.applications-project__panel ol span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--green-3);
  font-weight: 800;
}

.applications-quick-nav span {
  width: 32px;
  height: 32px;
  font-size: 11px;
}

.applications-quick-nav strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
}

.applications-landing {
  color: var(--ink);
  background: var(--paper);
}

.applications-landing h2,
.applications-landing h3,
.applications-landing p,
.applications-landing li,
.applications-landing a {
  letter-spacing: 0;
}

.applications-section {
  padding: 90px 0;
}

.applications-section--soft,
.applications-guides {
  background: var(--cream);
}

.applications-intro {
  padding: 84px 0;
  background: var(--paper);
}

.applications-heading {
  max-width: 880px;
  margin-inline: auto;
}

.applications-heading h2 {
  margin: 0;
  color: var(--green);
  font: 700 46px/1.12 var(--serif);
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.applications-heading > p:last-child {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.applications-heading__rule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 18px auto 16px;
  color: var(--gold-text);
}

.applications-heading__rule::before,
.applications-heading__rule::after {
  width: 86px;
  height: 1px;
  background: rgba(18, 61, 49, 0.23);
  content: "";
}

.applications-heading__rule i {
  font-size: 12px;
}

.applications-scene {
  scroll-margin-top: calc(var(--header-height) + 12px);
  border-top: 1px solid rgba(18, 61, 49, 0.08);
}

.applications-scene__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  align-items: center;
  gap: 68px;
}

.applications-scene--reverse .applications-scene__media {
  order: 2;
}

.applications-scene--reverse .applications-scene__copy {
  order: 1;
}

.applications-scene__media {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(18, 61, 49, 0.14);
  border-radius: 8px;
  aspect-ratio: 11 / 10;
  background: var(--cream);
  box-shadow: 0 18px 42px rgba(21, 43, 35, 0.1);
}

.applications-scene__media::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, rgba(8, 39, 31, 0), rgba(8, 39, 31, 0.76));
  content: "";
}

.applications-scene__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.applications-scene__number {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 3px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  color: #fff;
  background: var(--green-3);
  font-size: 12px;
  font-weight: 800;
}

.applications-scene__media figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.applications-scene__media figcaption span {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.applications-scene__media figcaption strong {
  font: 700 30px/1.15 var(--serif);
}

.applications-scene__copy {
  min-width: 0;
}

.applications-scene__copy h2 {
  margin: 0 0 16px;
  color: var(--green);
  font: 700 46px/1.08 var(--serif);
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.applications-scene__description {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.68;
}

.applications-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.applications-tags li {
  padding: 6px 10px;
  border: 1px solid rgba(18, 61, 49, 0.18);
  border-radius: 4px;
  color: #4d5a54;
  background: rgba(255, 253, 249, 0.72);
  font-size: 12px;
  font-weight: 700;
}

.applications-feature-list {
  border-top: 1px solid var(--line);
}

.applications-feature-list article {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.applications-feature-list article > i {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(18, 61, 49, 0.22);
  border-radius: 50%;
  color: var(--green);
  background: var(--paper);
  font-size: 15px;
}

.applications-feature-list h3 {
  margin: 0 0 4px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.35;
}

.applications-feature-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.applications-review {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 18px;
  padding: 12px 14px;
  border-left: 3px solid var(--gold);
  border-radius: 0 6px 6px 0;
  color: var(--muted);
  background: rgba(239, 194, 117, 0.13);
  font-size: 13px;
}

.applications-review strong {
  color: var(--gold-text);
  white-space: nowrap;
}

.applications-scene__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
}

.applications-text-link,
.applications-guide-card__link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-size: 14px;
  font-weight: 800;
}

.applications-text-link:hover,
.applications-guide-card__link:hover {
  color: var(--gold-text);
}

.applications-capabilities {
  border-top: 1px solid rgba(18, 61, 49, 0.08);
  background: var(--paper);
}

.applications-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.applications-capability {
  min-width: 0;
  padding: 30px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-align: center;
  background: #fff;
  box-shadow: 0 8px 24px rgba(21, 43, 35, 0.05);
}

.applications-capability > i {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin: 0 auto 16px;
  border: 1px solid rgba(18, 61, 49, 0.24);
  border-radius: 50%;
  color: var(--green);
  background: var(--cream);
  font-size: 20px;
}

.applications-capability h3 {
  margin: 0 0 8px;
  color: var(--green);
  font: 700 19px/1.3 var(--serif);
}

.applications-capability p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.58;
}

.applications-process {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 30px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
  list-style: none;
}

.applications-process li {
  display: flex;
  min-width: 0;
  min-height: 72px;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-right: 1px solid var(--line);
}

.applications-process li:last-child {
  border-right: 0;
}

.applications-process span,
.applications-project__panel ol span {
  width: 30px;
  height: 30px;
  font-size: 10px;
}

.applications-process strong {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.35;
}

.applications-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.applications-guide-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(21, 43, 35, 0.05);
}

.applications-guide-card__media {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--paper);
}

.applications-guide-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 240ms ease;
}

.applications-guide-card__media:hover img,
.applications-guide-card__media:focus-visible img {
  transform: scale(1.025);
}

.applications-guide-card > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.applications-guide-card__label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  color: var(--gold-text);
  font-size: 12px;
  font-weight: 800;
}

.applications-guide-card h3 {
  margin: 0 0 10px;
  color: var(--green);
  font: 700 24px/1.2 var(--serif);
  overflow-wrap: anywhere;
}

.applications-guide-card h3 a:hover {
  color: var(--gold-text);
}

.applications-guide-card p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.62;
}

.applications-guide-card__link {
  align-self: flex-start;
  margin-top: auto;
}

.applications-project {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  color: #fff;
  background: var(--green-2);
}

.applications-project::after {
  position: absolute;
  inset: 0;
  background: rgba(6, 42, 34, 0.89);
  content: "";
}

.applications-project__media {
  object-position: center;
}

.applications-project__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 64px;
}

.applications-project__copy .eyebrow {
  color: var(--gold-2);
}

.applications-project__copy h2 {
  margin: 0 0 18px;
  color: #fff;
  font: 700 48px/1.08 var(--serif);
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.applications-project__copy > p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.68;
}

.applications-project__copy > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.applications-project__copy > ul li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.applications-project__copy > ul i {
  color: var(--gold-2);
}

.applications-project__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.applications-project__contact a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.applications-project__contact a:hover {
  color: var(--gold-2);
}

.applications-project__panel {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 253, 249, 0.97);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.2);
}

.applications-project__panel .eyebrow {
  color: var(--gold-text);
}

.applications-project__panel h3 {
  margin: 0 0 18px;
  color: var(--green);
  font: 700 32px/1.15 var(--serif);
  overflow-wrap: anywhere;
}

.applications-project__panel ol {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.applications-project__panel li {
  display: flex;
  min-height: 54px;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 15px;
}

.applications-project__panel li:last-child {
  border-bottom: 0;
}

.applications-project__panel .btn {
  width: 100%;
}

@media (max-width: 1100px) {
  .applications-hero,
  .applications-hero__inner {
    min-height: 500px;
  }

  .applications-hero__copy {
    width: 58%;
    padding: 40px 0;
  }

  .applications-hero__copy h1 {
    font-size: 46px;
  }

  .applications-section {
    padding: 76px 0;
  }

  .applications-scene__grid,
  .applications-project__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .applications-scene--reverse .applications-scene__media,
  .applications-scene--reverse .applications-scene__copy {
    order: initial;
  }

  .applications-scene__media {
    aspect-ratio: 16 / 10;
  }

  .applications-capability-grid,
  .applications-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .applications-process {
    grid-template-columns: 1fr;
  }

  .applications-process li {
    min-height: 58px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .applications-process li:last-child {
    border-bottom: 0;
  }

  .applications-project__copy {
    max-width: 760px;
  }
}

@media (max-width: 900px) {
  .applications-hero,
  .applications-hero__inner {
    min-height: 500px;
  }

  .applications-hero::after {
    background: linear-gradient(90deg, rgba(250, 248, 241, 0.96) 0%, rgba(250, 248, 241, 0.9) 58%, rgba(250, 248, 241, 0.45) 78%, rgba(250, 248, 241, 0.16) 100%);
  }

  .applications-hero__media {
    object-position: 58% center;
  }

  .applications-hero__copy {
    width: 100%;
    max-width: 650px;
    padding: 36px 0;
  }

  .applications-hero__copy h1 {
    font-size: 42px;
  }

  .applications-quick-nav__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .applications-quick-nav a:nth-child(2) {
    border-right: 0;
  }

  .applications-quick-nav a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 700px) {
  .applications-hero,
  .applications-hero__inner {
    min-height: 520px;
  }

  .applications-hero::after {
    background: rgba(250, 248, 241, 0.88);
  }

  .applications-hero__media {
    object-position: 64% center;
  }

  .applications-hero__inner {
    align-items: center;
  }

  .applications-hero__copy {
    width: 100%;
    padding: 42px 0;
  }

  .applications-hero__copy h1 {
    max-width: 100%;
    margin-bottom: 16px;
    font-size: 38px;
  }

  .applications-hero__copy > p:not(.eyebrow) {
    font-size: 16px;
    line-height: 1.62;
  }

  .applications-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .applications-hero__actions .btn {
    width: 100%;
  }

  .applications-quick-nav a {
    min-height: 72px;
    gap: 9px;
    padding: 12px 10px;
  }

  .applications-quick-nav span {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }

  .applications-quick-nav strong {
    font-size: 13px;
  }

  .applications-section,
  .applications-intro {
    padding: 64px 0;
  }

  .applications-heading h2,
  .applications-scene__copy h2 {
    font-size: 36px;
  }

  .applications-scene__media {
    aspect-ratio: 4 / 3;
  }

  .applications-scene__media figcaption {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .applications-scene__media figcaption strong {
    font-size: 25px;
  }

  .applications-scene__number {
    top: 14px;
    left: 14px;
    width: 40px;
    height: 40px;
  }

  .applications-scene__description {
    font-size: 16px;
  }

  .applications-feature-list article {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
  }

  .applications-review {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .applications-scene__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .applications-scene__actions .btn {
    width: 100%;
  }

  .applications-capability-grid,
  .applications-guide-grid {
    grid-template-columns: 1fr;
  }

  .applications-capability {
    padding: 26px 20px;
  }

  .applications-guide-card > div {
    padding: 20px 18px;
  }

  .applications-project {
    padding: 64px 0;
  }

  .applications-project__copy h2 {
    font-size: 38px;
  }

  .applications-project__copy > ul {
    grid-template-columns: 1fr;
  }

  .applications-project__contact {
    flex-direction: column;
    gap: 2px;
  }

  .applications-project__panel {
    padding: 24px 20px;
  }

  .applications-project__panel h3 {
    font-size: 28px;
  }
}

@media (max-width: 420px) {
  .applications-hero__copy h1 {
    font-size: 35px;
  }

  .applications-quick-nav strong {
    font-size: 12px;
  }
}

/* Unified public-site motion system */
:root {
  --motion-ui-fast: 220ms;
  --motion-ui-duration: 260ms;
  --motion-panel-duration: 320ms;
  --motion-ui-ease-out: cubic-bezier(0.61, 1, 0.88, 1);
}

.topbar-grid a,
.gb-nav-list a,
.mega-menu a,
.nav-dropdown a,
.text-link,
.service-list a,
.contact-details a,
.contact-panel a,
.footer-grid a,
.products-category-card h3 a,
.products-category-card__link,
.products-application-link,
.applications-guide-card h3 a,
.applications-project__contact a,
.oem-inquiry__contact a {
  transition: color var(--motion-ui-duration) var(--motion-ui-ease-out);
}

.skip-link,
.nav-item > a::after,
.nav-label > a::after,
.hero-media-button,
.products-category-card__media img,
.applications-guide-card__media img,
.project-gallery img {
  transition-duration: var(--motion-ui-fast);
  transition-timing-function: var(--motion-ui-ease-out);
}

.project-gallery img {
  transition-property: transform;
}

.project-gallery a:hover img,
.project-gallery a:focus-visible img {
  transform: scale(1.025);
}

.btn,
.inquiry-link,
.catalog-inquiry,
.filter-bar a,
.filter-bar button,
.pagination a,
.pagination span,
.thumbs button,
.quantity-control button,
.remove-product,
.whatsapp-float,
.about-text-link,
.about-cta__link,
.applications-quick-nav a,
.applications-text-link,
.applications-guide-card__link,
.oem-btn-secondary {
  transition:
    color var(--motion-ui-duration) var(--motion-ui-ease-out),
    background-color var(--motion-ui-duration) var(--motion-ui-ease-out),
    border-color var(--motion-ui-duration) var(--motion-ui-ease-out),
    box-shadow var(--motion-ui-duration) var(--motion-ui-ease-out),
    opacity var(--motion-ui-duration) var(--motion-ui-ease-out),
    transform var(--motion-ui-duration) var(--motion-ui-ease-out);
}

/* Keep CSS transitions from lagging behind GSAP's frame-by-frame header intro. */
.gb-gsap-transition-lock {
  transition: none !important;
}

.image-card,
.catalog-card,
.project-card,
.material-card,
.oem-serve-card,
.oem-scope-card,
.oem-project-card,
.applications-capability,
.applications-guide-card {
  transition:
    border-color var(--motion-ui-duration) var(--motion-ui-ease-out),
    box-shadow var(--motion-ui-duration) var(--motion-ui-ease-out),
    transform var(--motion-ui-duration) var(--motion-ui-ease-out);
}

.quote-form input,
.quote-form select,
.quote-form textarea,
.oem-inquiry-form input,
.oem-inquiry-form textarea {
  transition:
    background-color var(--motion-ui-duration) var(--motion-ui-ease-out),
    border-color var(--motion-ui-duration) var(--motion-ui-ease-out),
    box-shadow var(--motion-ui-duration) var(--motion-ui-ease-out);
}

.mega-menu,
.nav-dropdown {
  transition:
    opacity var(--motion-ui-duration) var(--motion-ui-ease-out),
    transform var(--motion-ui-duration) var(--motion-ui-ease-out),
    visibility 0s linear var(--motion-ui-duration);
}

.has-menu:hover > .mega-menu,
.has-menu:hover > .nav-dropdown,
.has-menu.is-open > .mega-menu,
.has-menu.is-open > .nav-dropdown {
  transition-delay: 0s;
}

.menu-toggle i,
.about-faq summary::after {
  transition: transform var(--motion-ui-duration) var(--motion-ui-ease-out);
}

.nav-toggle {
  position: relative;
}

.nav-toggle span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  transition:
    opacity var(--motion-ui-fast) var(--motion-ui-ease-out),
    transform var(--motion-ui-duration) var(--motion-ui-ease-out);
}

.nav-toggle span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 7px));
}

.nav-toggle span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 7px));
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-toggle[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.about-faq details[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 1220px) {
  .main-nav {
    display: block;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity var(--motion-ui-duration) var(--motion-ui-ease-out),
      transform var(--motion-ui-duration) var(--motion-ui-ease-out),
      visibility 0s linear var(--motion-ui-duration);
  }

  .main-nav.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }

  .mega-menu,
  .nav-dropdown,
  .has-menu:hover > .mega-menu,
  .has-menu:hover > .nav-dropdown {
    display: block;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-4px);
    transition:
      max-height var(--motion-panel-duration) var(--motion-ui-ease-out),
      opacity var(--motion-ui-fast) var(--motion-ui-ease-out),
      transform var(--motion-ui-fast) var(--motion-ui-ease-out),
      visibility 0s linear var(--motion-panel-duration);
  }

  .nav-dropdown,
  .has-menu:hover > .nav-dropdown {
    padding-top: 0;
    padding-bottom: 0;
  }

  .has-menu.is-open > .mega-menu,
  .has-menu.is-open > .nav-dropdown {
    display: block;
    visibility: visible;
    max-height: 1800px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition-delay: 0s !important;
  }
}
