:root {
  --ink: #17352b;
  --ink-soft: #567067;
  --green-950: #0b2c22;
  --green-900: #123d2e;
  --green-800: #1b563e;
  --green-700: #267150;
  --green-600: #338b61;
  --lime: #b9d96b;
  --lime-bright: #d8ed8b;
  --cream: #f6f4eb;
  --paper: #fcfbf6;
  --white: #fff;
  --line: rgba(20, 64, 48, .13);
  --shadow: 0 24px 70px rgba(13, 48, 36, .13);
  --container: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", system-ui, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; width: 100%; }
.container { width: var(--container); margin-inline: auto; }
.section { position: relative; padding: 116px 0; }
.section-soft { background: #edf1e8; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--green-700); font-size: 11px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.section-title { margin: 0; font: 500 clamp(34px, 4.4vw, 58px)/1.15 Georgia, "Noto Serif SC", serif; letter-spacing: -.045em; }
.section-desc { max-width: 610px; margin: 22px 0 0; color: var(--ink-soft); font-size: 16px; line-height: 1.95; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 88px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.18); transition: height .3s ease, background .3s ease, color .3s ease, box-shadow .3s ease; }
.site-header.scrolled { height: 72px; color: var(--ink); background: rgba(252,251,246,.94); border-color: var(--line); box-shadow: 0 10px 34px rgba(19,57,43,.08); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.logo { display: flex; align-items: center; width: 112px; min-width: 112px; height: 70px; position: relative; z-index: 102; }
.logo-image { width: 100%; height: 100%; object-fit: contain; }
.desktop-nav { display: flex; align-items: stretch; height: 100%; }
.nav-item { position: relative; display: flex; align-items: center; padding: 0 4px; font-size: 21px; }
.nav-item > a { display: flex; align-items: center; gap: 6px; height: 100%; position: relative; }
.nav-item > a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 20px; height: 2px; background: var(--lime); transform: scaleX(0); transition: transform .25s ease; }
.nav-item.active > a::after, .nav-item:hover > a::after { transform: scaleX(1); }
.chevron { font-size: 9px; opacity: .7; transition: transform .25s ease; }
.nav-item:hover .chevron { transform: rotate(180deg); }
.dropdown { visibility: hidden; opacity: 0; transform: translateY(12px); position: absolute; top: calc(100% - 8px); left: 0; min-width: 190px; padding: 12px; color: var(--ink); background: rgba(255,255,255,.98); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); transition: .2s ease; }
.nav-item:hover .dropdown, .nav-item:focus-within .dropdown { visibility: visible; opacity: 1; transform: none; }
.dropdown a { display: flex; align-items: center; justify-content: space-between; padding: 11px 12px; border-radius: 8px; color: #000; font-size: 15px; }
.dropdown a:hover, .dropdown a[aria-current="page"] { color: var(--green-700); background: #f0f5eb; }
.header-action { display: inline-flex; align-items: center; justify-content: center; min-width: 126px; height: 44px; padding: 0 18px; border: 1px solid currentColor; border-radius: 99px; font-size: 20px; font-weight: 700; transition: .25s ease; }
.header-action:hover { color: var(--green-950); background: var(--lime-bright); border-color: var(--lime-bright); }
.menu-toggle { display: none; position: relative; z-index: 102; width: 42px; height: 42px; padding: 0; border: 1px solid currentColor; border-radius: 50%; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 17px; height: 1px; margin: 5px auto; background: currentColor; transition: .25s ease; }
.menu-open .menu-toggle span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-open .menu-toggle span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-panel { display: none; }

/* Page hero */
.page-hero { position: relative; min-height: 680px; height: 78svh; color: var(--white); background: var(--green-950); overflow: hidden; }
.page-hero.compact { min-height: 550px; height: 66svh; }
.page-hero img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,35,25,.88), rgba(7,40,29,.43) 55%, rgba(7,35,27,.15)), linear-gradient(0deg, rgba(5,31,23,.65), transparent 60%); }
.hero-content { position: relative; z-index: 2; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: 160px 0 86px; }
.breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: 32px; color: rgba(255,255,255,.62); font-size: 12px; }
.breadcrumb span:last-child { color: var(--lime-bright); }
.page-kicker { color: var(--lime-bright); font-size: 11px; font-weight: 700; letter-spacing: .25em; }
.page-hero h1 { max-width: 820px; margin: 18px 0 22px; font: 500 clamp(48px, 7vw, 88px)/1.08 Georgia, "Noto Serif SC", serif; letter-spacing: -.055em; }
.page-hero.compact h1 { font-size: clamp(46px, 6vw, 72px); }
.page-hero p { max-width: 610px; margin: 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.85; }
.hero-index { position: absolute; z-index: 2; right: max(24px, calc((100vw - 1180px) / 2)); bottom: 82px; color: rgba(255,255,255,.5); font: 13px Georgia, serif; letter-spacing: .16em; writing-mode: vertical-rl; }

/* Local navigation */
.local-nav { position: sticky; top: 71px; z-index: 70; color: var(--ink); background: rgba(252,251,246,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.local-nav-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.local-title { font-size: 13px; font-weight: 700; white-space: nowrap; }
.local-links { display: flex; align-items: center; gap: 32px; overflow-x: auto; scrollbar-width: none; }
.local-links::-webkit-scrollbar { display: none; }
.local-links a { position: relative; padding: 24px 0; color: var(--ink-soft); font-size: 13px; white-space: nowrap; }
.local-links a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--green-700); transform: scaleX(0); transition: transform .2s ease; }
.local-links a:hover, .local-links a.active { color: var(--green-700); }
.local-links a.active::after, .local-links a:hover::after { transform: scaleX(1); }

/* About page views */
.about-content-view[hidden] { display: none !important; }
.about-content-view { animation: about-view-in .38s ease both; }
@keyframes about-view-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
.about-page main > section[id],
.about-page .about-content-view > section[id] { scroll-margin-top: 164px; }

/* About overview */
.about-intro { display: grid; grid-template-columns: .92fr 1.08fr; gap: 92px; align-items: center; }
.about-copy .section-desc { margin-bottom: 28px; }
.lead-quote { margin: 36px 0 0; padding: 26px 0 0 28px; border-top: 1px solid var(--line); border-left: 2px solid var(--lime); color: var(--green-800); font: 500 20px/1.7 Georgia, "Noto Serif SC", serif; }
.about-visual { position: relative; padding: 0 0 54px 54px; }
.about-visual .main-img { height: 590px; object-fit: cover; border-radius: 22px 150px 22px 22px; box-shadow: var(--shadow); }
.about-year { position: absolute; left: 0; bottom: 0; width: 210px; padding: 26px; color: var(--white); background: var(--green-800); border-radius: 18px; box-shadow: var(--shadow); }
.about-year strong { display: block; color: var(--lime-bright); font: 48px Georgia, serif; }
.about-year span { display: block; margin-top: 6px; font-size: 12px; line-height: 1.7; opacity: .75; }
.about-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 80px; border-block: 1px solid var(--line); }
.about-stat { padding: 32px 18px; border-right: 1px solid var(--line); }
.about-stat:last-child { border: 0; }
.about-stat strong { display: block; color: var(--green-700); font: 38px Georgia, serif; }
.about-stat span { display: block; margin-top: 8px; color: var(--ink-soft); font-size: 12px; }

/* Culture */
.culture { color: var(--white); background: var(--green-950); overflow: hidden; }
.culture::before { content: ""; position: absolute; width: 720px; height: 720px; right: -260px; top: -300px; border: 1px solid rgba(216,237,139,.1); border-radius: 50%; box-shadow: 0 0 0 95px rgba(216,237,139,.02), 0 0 0 190px rgba(216,237,139,.015); }
.culture .eyebrow { color: var(--lime-bright); }
.culture-head { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 62px; }
.culture-head p { max-width: 480px; margin: 0; color: rgba(255,255,255,.62); line-height: 1.9; }
.culture-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.culture-card { min-height: 330px; padding: 36px 34px; border-right: 1px solid rgba(255,255,255,.16); transition: background .3s ease; }
.culture-card:last-child { border: 0; }
.culture-card:hover { background: rgba(255,255,255,.05); }
.culture-num { color: var(--lime-bright); font: 12px Georgia, serif; letter-spacing: .15em; }
.culture-card h3 { margin: 88px 0 16px; font: 500 30px Georgia, "Noto Serif SC", serif; }
.culture-card p { margin: 0; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.85; }

/* Factories */
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 54px; }
.section-head .section-desc { margin-bottom: 5px; }
.factory-carousel { position: relative; }
.factory-toolbar { display: flex; align-items: center; justify-content: flex-end; gap: 24px; margin: -24px 0 18px; }
.factory-counter { display: flex; align-items: baseline; gap: 7px; min-width: 58px; color: var(--ink-soft); font: 12px Georgia, serif; }
.factory-counter strong { color: var(--green-700); font-size: 24px; font-weight: 500; }
.factory-controls { display: flex; gap: 8px; }
.factory-arrow {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--green-900);
  background: var(--white);
  border: 1px solid rgba(38, 113, 80, .24);
  border-radius: 50%;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.factory-arrow:hover:not(:disabled),
.factory-arrow:focus-visible { color: var(--white); background: var(--green-800); border-color: var(--green-800); transform: translateY(-2px); }
.factory-arrow:focus-visible { outline: 3px solid rgba(185, 217, 107, .55); outline-offset: 2px; }
.factory-arrow:disabled { opacity: .32; cursor: default; }
.factory-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}
.factory-track::-webkit-scrollbar { display: none; }
.factory-slide {
  position: relative;
  flex: 0 0 calc(100% - 156px);
  height: 570px;
  overflow: hidden;
  color: var(--white);
  background: var(--green-950);
  border-radius: 20px;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.factory-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,35,25,.88), rgba(5,35,25,.08) 62%); }
.factory-slide img { height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2,.7,.2,1); }
.factory-slide:hover img { transform: scale(1.025); }
.factory-slide-label { position: absolute; z-index: 2; inset: auto 34px 30px; max-width: 560px; }
.factory-slide-label small { color: var(--lime-bright); font-size: 10px; letter-spacing: .16em; }
.factory-slide-label h3 { margin: 9px 0 7px; font: 500 clamp(25px, 3vw, 38px)/1.2 Georgia, "Noto Serif SC", serif; }
.factory-slide-label p { margin: 0; color: rgba(255,255,255,.7); font-size: 13px; }
.factory-slide-index { position: absolute; z-index: 2; right: 30px; bottom: 25px; color: rgba(255,255,255,.25); font: 60px/1 Georgia, serif; }

/* Honors and patents */
.honors-showcase {
  position: relative;
  background: linear-gradient(180deg, #f9faf5 0%, #f1f4eb 100%);
  overflow: hidden;
}
.honors-showcase::before {
  content: "06";
  position: absolute;
  right: max(24px, calc((100vw - 1180px) / 2));
  top: 36px;
  color: rgba(38, 113, 80, .055);
  font: 700 clamp(110px, 16vw, 240px)/1 Georgia, serif;
}
.honors-heading {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto 52px;
  text-align: center;
}
.honors-heading .eyebrow { justify-content: center; }
.honors-heading .eyebrow::after { content: ""; width: 28px; height: 1px; background: currentColor; }
.honors-heading p {
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.9;
}
.certificates-panel {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 26px 26px 18px;
  background: var(--white);
  border: 1px solid rgba(20, 64, 48, .12);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(13, 48, 36, .1);
}
.certificates-scroll {
  overflow-x: auto;
  border-radius: 13px;
  scrollbar-width: thin;
  scrollbar-color: rgba(38, 113, 80, .35) transparent;
}
.certificates-scroll img { min-width: 860px; }
.certificates-panel figcaption {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 14px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--green-900);
}
.certificates-panel figcaption strong {
  color: var(--green-700);
  font: 52px/1 Georgia, serif;
}
.certificates-panel figcaption span { font-size: 14px; font-weight: 700; }
.certificates-panel figcaption small {
  display: block;
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 400;
}

/* Honors and credentials view */
.credentials-view { background: linear-gradient(180deg, #f8f9f4 0%, #eef2e8 100%); }
.credentials-intro { max-width: 760px; margin: 0 auto 76px; text-align: center; }
.credentials-intro .eyebrow { justify-content: center; }
.credentials-intro .eyebrow::after { content: ""; width: 28px; height: 1px; background: currentColor; }
.credentials-intro p { margin: 22px 0 0; color: var(--ink-soft); font-size: 15px; line-height: 1.9; }
.credential-group + .credential-group { margin-top: 104px; }
.credential-group-head { display: flex; align-items: baseline; gap: 18px; margin-bottom: 32px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.credential-group-head span { color: var(--green-600); font: 13px Georgia, serif; letter-spacing: .12em; }
.credential-group-head h3 { margin: 0; font: 500 clamp(28px, 3.3vw, 42px)/1.2 Georgia, "Noto Serif SC", serif; }
.enterprise-honors-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.enterprise-honor {
  min-height: 148px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 52px;
  align-items: center;
  gap: 6px;
  padding: 24px 12px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(38,113,80,.12);
  border-radius: 14px;
  box-shadow: 0 12px 34px rgba(13,48,36,.045);
}
.enterprise-honor::before,
.enterprise-honor::after {
  content: "";
  width: 58px;
  height: 90px;
  justify-self: center;
  background: url("honor-wheat-left.png") center / contain no-repeat;
}
.enterprise-honor::after { background-image: url("honor-wheat-right.png"); }
.enterprise-honor p { margin: 0; color: var(--green-950); font-size: 14px; font-weight: 600; line-height: 1.65; text-align: center; }
.certificate-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.certificate-card {
  min-width: 0;
  height: 360px;
  display: grid;
  place-items: center;
  padding: 24px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(20,64,48,.13);
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(13,48,36,.07);
  cursor: zoom-in;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.certificate-card:hover { transform: translateY(-5px); border-color: rgba(38,113,80,.35); box-shadow: 0 22px 50px rgba(13,48,36,.12); }
.certificate-card:focus-visible { outline: 3px solid rgba(185,217,107,.7); outline-offset: 3px; }
.certificate-card img { width: auto; max-width: 100%; height: auto; max-height: 100%; object-fit: contain; }
body.certificate-preview-open { overflow: hidden; }
.certificate-lightbox {
  position: fixed;
  z-index: 400;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 52px;
  background: rgba(4, 18, 14, .88);
  backdrop-filter: blur(10px);
}
.certificate-lightbox[hidden] { display: none; }
.certificate-lightbox-stage { max-width: min(920px, 92vw); max-height: 88vh; display: grid; place-items: center; }
.certificate-lightbox-stage img { width: auto; max-width: 100%; height: auto; max-height: 88vh; object-fit: contain; box-shadow: 0 28px 80px rgba(0,0,0,.42); }
.certificate-lightbox-close {
  position: fixed;
  top: 24px;
  right: 28px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--white);
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.certificate-lightbox-close:hover { background: rgba(255,255,255,.22); transform: rotate(6deg); }
.certificate-lightbox-close:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }

/* About paths */
.paths { padding: 86px 0 116px; background: var(--cream); border-top: 1px solid var(--line); }
.paths-head { display: flex; align-items: end; justify-content: space-between; gap: 48px; margin-bottom: 38px; }
.paths-head .eyebrow { margin-bottom: 12px; }
.paths-title { margin: 0; font: 500 clamp(30px, 3.6vw, 46px)/1.18 Georgia, "Noto Serif SC", serif; letter-spacing: -.04em; }
.paths-head p { max-width: 470px; margin: 0 0 5px; color: var(--ink-soft); font-size: 14px; line-height: 1.85; }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: var(--white); box-shadow: 0 18px 55px rgba(13,48,36,.08); }
.path-card { min-height: 260px; padding: 34px; border-right: 1px solid var(--line); transition: color .25s ease, background .25s ease; }
.path-card:last-child { border: 0; }
.path-card:hover { color: var(--white); background: var(--green-800); }
.path-index { color: var(--green-600); font: 12px Georgia, serif; }
.path-card:hover .path-index { color: var(--lime-bright); }
.path-card h3 { margin: 72px 0 12px; font: 500 26px Georgia, "Noto Serif SC", serif; }
.path-card p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.8; }
.path-card:hover p { color: rgba(255,255,255,.65); }
.path-arrow { float: right; font-size: 20px; }

/* Strength */
.strength-intro { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.strength-intro .section-desc { margin-top: 0; }
.capability-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.capability-row { display: grid; grid-template-columns: 72px 1fr 80px; gap: 24px; align-items: center; padding: 28px 0; border-bottom: 1px solid var(--line); }
.capability-row strong { color: var(--green-600); font: 18px Georgia, serif; }
.capability-row h3 { margin: 0 0 7px; font-size: 18px; }
.capability-row p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.placeholder { justify-self: end; padding: 7px 10px; color: var(--green-700); background: #eaf1df; border-radius: 99px; font-size: 10px; }
.capability-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; }
.capability-feature.reverse .capability-image { order: 2; }
.capability-image { position: relative; min-height: 500px; overflow: hidden; }
.capability-image img { height: 100%; object-fit: cover; }
.capability-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,39,28,.3), transparent); }
.capability-copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw; background: var(--cream); }
.capability-feature.dark .capability-copy { color: var(--white); background: var(--green-900); }
.capability-feature.dark .capability-copy p { color: rgba(255,255,255,.63); }
.chapter-num { color: var(--green-600); font: 12px Georgia, serif; letter-spacing: .14em; }
.capability-feature.dark .chapter-num { color: var(--lime-bright); }
.capability-copy h2 { margin: 22px 0 20px; font: 500 clamp(34px, 4vw, 54px)/1.15 Georgia, "Noto Serif SC", serif; }
.capability-copy p { max-width: 520px; margin: 0; color: var(--ink-soft); line-height: 1.9; }
.detail-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.detail-chips span { padding: 10px 14px; border: 1px solid currentColor; border-radius: 99px; font-size: 11px; opacity: .75; }

/* Timeline */
.timeline-intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; margin-bottom: 70px; }
.timeline { position: relative; }
.timeline::before { content: ""; position: absolute; left: 190px; top: 10px; bottom: 10px; width: 1px; background: var(--line); }
.timeline-item { display: grid; grid-template-columns: 150px 1fr; gap: 80px; position: relative; padding: 0 0 62px; }
.timeline-item::before { content: ""; position: absolute; left: 184px; top: 10px; width: 11px; height: 11px; background: var(--lime); border: 4px solid var(--paper); border-radius: 50%; box-shadow: 0 0 0 1px var(--green-600); }
.timeline-year { color: var(--green-700); font: 42px Georgia, serif; }
.timeline-content { padding: 5px 0 36px; border-bottom: 1px solid var(--line); }
.timeline-content h3 { margin: 0 0 12px; font: 500 23px Georgia, "Noto Serif SC", serif; }
.timeline-content p { max-width: 690px; margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.85; }
.timeline-note { margin-top: 15px; color: #8b9b95; font-size: 10px; letter-spacing: .08em; }

/* History subpage: one continuous vertical line */
.history-page .timeline-intro { max-width: 900px; margin-inline: auto; }
.history-page .timeline { max-width: 900px; margin-inline: auto; }
.history-page .timeline::before { left: 150px; width: 2px; background: linear-gradient(180deg, var(--lime), var(--green-700)); }
.history-page .timeline-item { grid-template-columns: 112px 1fr; gap: 76px; min-height: 150px; padding-bottom: 78px; }
.history-page .timeline-item::before { left: 143px; width: 12px; height: 12px; border-width: 5px; }
.history-page .timeline-item:last-child { padding-bottom: 0; }
.history-page .timeline-content { min-height: 74px; padding: 5px 0 40px; }
.history-page .timeline-content h3 { font-size: 25px; line-height: 1.6; }
.about-inline-history .timeline-intro { max-width: 900px; margin-inline: auto; }
.about-inline-history .timeline { max-width: 900px; margin-inline: auto; }
.about-inline-history .timeline::before { left: 150px; width: 2px; background: linear-gradient(180deg, var(--lime), var(--green-700)); }
.about-inline-history .timeline-item { grid-template-columns: 112px 1fr; gap: 76px; min-height: 150px; padding-bottom: 78px; }
.about-inline-history .timeline-item::before { left: 143px; width: 12px; height: 12px; border-width: 5px; }
.about-inline-history .timeline-item:last-child { padding-bottom: 0; }
.about-inline-history .timeline-content { min-height: 74px; padding: 5px 0 40px; }
.about-inline-history .timeline-content h3 { font-size: 25px; line-height: 1.6; }

/* Resources subpage: image above, copy below */
.resource-page-section { background: linear-gradient(180deg, #f5f7f0 0%, var(--paper) 100%); }
.resource-page-layout { display: flex; flex-direction: column; gap: 62px; }
.resource-page-visual {
  margin: 0;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.resource-page-visual img { width: 100%; height: auto; object-fit: contain; border-radius: 13px; }
.resource-page-copy { max-width: 860px; margin: 0 auto; text-align: center; }
.resource-page-copy .eyebrow { justify-content: center; }
.resource-page-copy .eyebrow::after { content: ""; width: 28px; height: 1px; background: currentColor; }
.resource-page-copy p { margin: 24px 0 0; color: var(--ink-soft); font-size: 15px; line-height: 1.95; }
.resource-page-copy p + p { margin-top: 14px; }
.resource-page-points { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 34px; }
.resource-page-points span { padding: 11px 16px; color: var(--green-800); background: #edf3e8; border: 1px solid rgba(38, 113, 80, .14); border-radius: 99px; font-size: 12px; }

/* Honors */
.honor-summary { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.honor-summary img { height: 520px; object-fit: cover; border-radius: 140px 20px 20px 20px; box-shadow: var(--shadow); }
.honor-summary .section-desc { margin-bottom: 34px; }
.honor-points { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.honor-point { padding: 24px 12px 24px 0; }
.honor-point strong { display: block; color: var(--green-700); font: 32px Georgia, serif; }
.honor-point span { display: block; margin-top: 7px; color: var(--ink-soft); font-size: 11px; }
.honor-section { scroll-margin-top: 140px; }
.honor-head { display: grid; grid-template-columns: 130px .75fr 1.25fr; gap: 50px; align-items: start; margin-bottom: 50px; }
.honor-num { color: var(--green-600); font: 13px Georgia, serif; letter-spacing: .15em; }
.honor-head h2 { margin: 0; font: 500 42px Georgia, "Noto Serif SC", serif; }
.honor-head p { margin: 0; color: var(--ink-soft); line-height: 1.85; }
.document-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.document-card { min-height: 285px; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.document-card:hover { transform: translateY(-5px); box-shadow: 0 18px 50px rgba(13,48,36,.1); }
.doc-mark { width: 50px; height: 62px; display: grid; place-items: center; color: var(--green-700); background: #edf2e7; border-radius: 8px 8px 18px 8px; font: 13px Georgia, serif; }
.document-card h3 { margin: 52px 0 12px; font: 500 18px/1.5 Georgia, "Noto Serif SC", serif; }
.document-card p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.7; }
.doc-meta { display: block; margin-top: 18px; color: #8c9a95; font-size: 10px; }

/* CTA and footer */
.cta { position: relative; padding: 80px 0; color: var(--white); background: var(--green-800); overflow: hidden; }
.cta::before, .cta::after { content: ""; position: absolute; border: 1px solid rgba(216,237,139,.25); border-radius: 50%; }
.cta::before { width: 420px; height: 420px; right: -40px; top: -240px; }
.cta::after { width: 540px; height: 540px; right: -100px; top: -300px; }
.cta-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta h2 { margin: 0 0 12px; font: 500 clamp(30px, 4vw, 48px)/1.2 Georgia, "Noto Serif SC", serif; }
.cta p { margin: 0; color: rgba(255,255,255,.65); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-width: 150px; height: 52px; padding: 0 24px; color: var(--green-950); background: var(--lime-bright); border-radius: 99px; font-size: 14px; font-weight: 700; transition: .25s ease; }
.btn:hover { background: var(--white); transform: translateY(-2px); }
.site-footer { padding: 76px 0 28px; color: rgba(255,255,255,.68); background: var(--green-950); }
.footer-grid { display: grid; grid-template-columns: 1.45fr .7fr 1fr 1.2fr; gap: 70px; padding-bottom: 58px; }
.footer-brand .logo { width: 150px; min-width: 150px; height: auto; aspect-ratio: 1311 / 820; margin-bottom: 24px; }
.footer-brand p { max-width: 340px; margin: 0; font-size: 13px; line-height: 1.9; }
.footer-col h3 { margin: 0 0 24px; color: var(--white); font-size: 14px; }
.footer-col a, .footer-col span { display: block; margin: 12px 0; font-size: 12px; transition: color .2s ease; }
.footer-col a:hover { color: var(--lime-bright); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.11); font-size: 10px; }

@media (max-width: 1060px) {
  .desktop-nav, .header-action { display: none; }
  .menu-toggle { display: block; }
  .mobile-panel { display: block; position: fixed; z-index: 101; inset: 0; padding: 110px 28px 40px; color: var(--white); background: var(--green-950); transform: translateX(100%); visibility: hidden; transition: transform .45s cubic-bezier(.2,.8,.2,1), visibility .45s; overflow-y: auto; }
  .menu-open .mobile-panel { transform: none; visibility: visible; }
  .mobile-nav > a, .mobile-nav button { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 18px 0; color: inherit; background: none; border: 0; border-bottom: 1px solid rgba(255,255,255,.13); font-size: 28px; line-height: 1.25; text-align: left; cursor: pointer; }
  .mobile-sub { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
  .mobile-group.expanded .mobile-sub { max-height: 420px; }
  .mobile-sub a { display: block; padding: 12px 14px; color: rgba(255,255,255,.66); font-size: 18px; line-height: 1.45; }
  .mobile-plus { transition: transform .25s ease; }
  .mobile-group.expanded .mobile-plus { transform: rotate(45deg); }
  .about-intro, .honor-summary { grid-template-columns: 1fr; gap: 60px; }
  .about-visual { width: min(720px, 100%); }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .enterprise-honors-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .certificate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 34px, 1180px); }
  .section { padding: 82px 0; }
  .site-header, .site-header.scrolled { height: 68px; }
  .logo { width: 104px; min-width: 104px; height: 66px; }
  .footer-brand .logo { width: 138px; min-width: 138px; height: auto; }
  .page-hero, .page-hero.compact { min-height: 610px; height: 82svh; }
  .hero-content { padding: 130px 0 64px; }
  .breadcrumb { margin-bottom: 22px; }
  .page-hero h1, .page-hero.compact h1 { font-size: clamp(42px, 13vw, 58px); }
  .page-hero p { font-size: 14px; }
  .hero-index { display: none; }
  .local-nav { top: 67px; }
  .local-nav-inner { display: block; padding-top: 13px; }
  .local-title { display: block; }
  .local-links { gap: 24px; }
  .local-links a { padding: 13px 0 17px; }
  .about-page main > section[id],
  .about-page .about-content-view > section[id] { scroll-margin-top: 142px; }
  .honors-heading { margin-bottom: 34px; text-align: left; }
  .honors-heading .eyebrow { justify-content: flex-start; }
  .honors-heading .eyebrow::after { display: none; }
  .honors-heading p { font-size: 14px; }
  .certificates-panel { padding: 10px 10px 16px; border-radius: 15px; }
  .certificates-scroll { cursor: grab; }
  .certificates-scroll img { min-width: 820px; }
  .certificates-panel figcaption { justify-content: flex-start; padding: 14px 6px 0; }
  .certificates-panel figcaption strong { font-size: 42px; }
  .credentials-intro { margin-bottom: 54px; text-align: left; }
  .credentials-intro .eyebrow { justify-content: flex-start; }
  .credentials-intro .eyebrow::after { display: none; }
  .credential-group + .credential-group { margin-top: 76px; }
  .certificate-grid { gap: 14px; }
  .certificate-card { height: 340px; padding: 18px; border-radius: 12px; }
  .certificate-lightbox { padding: 62px 16px 22px; }
  .certificate-lightbox-close { top: 14px; right: 14px; }
  .section-title { font-size: 36px; }
  .about-visual { padding: 0 0 38px 25px; }
  .about-visual .main-img { height: 430px; border-radius: 18px 90px 18px 18px; }
  .about-year { width: 170px; padding: 20px; }
  .about-year strong { font-size: 38px; }
  .about-stats { grid-template-columns: 1fr 1fr; }
  .about-stat:nth-child(2) { border-right: 0; }
  .culture-head, .section-head, .paths-head { align-items: start; flex-direction: column; gap: 24px; }
  .culture-grid { grid-template-columns: 1fr; }
  .culture-card { min-height: auto; padding: 30px 4px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .culture-card h3 { margin-top: 38px; }
  .factory-toolbar { justify-content: space-between; margin: -4px 0 16px; }
  .factory-arrow { width: 42px; height: 42px; }
  .factory-track { gap: 12px; }
  .factory-slide { flex-basis: 87%; height: 430px; border-radius: 15px; }
  .factory-slide-label { inset: auto 22px 24px; padding-right: 30px; }
  .factory-slide-label h3 { font-size: 25px; }
  .factory-slide-index { right: 18px; bottom: 21px; font-size: 42px; }
  .path-grid { grid-template-columns: 1fr; }
  .path-card { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--line); }
  .path-card h3 { margin-top: 48px; }
  .strength-intro, .timeline-intro { grid-template-columns: 1fr; gap: 28px; }
  .capability-row { grid-template-columns: 44px 1fr; gap: 16px; }
  .placeholder { grid-column: 2; justify-self: start; }
  .capability-feature, .capability-feature.reverse { grid-template-columns: 1fr; min-height: 0; }
  .capability-feature.reverse .capability-image { order: 0; }
  .capability-image { min-height: 390px; }
  .capability-copy { padding: 70px 24px; }
  .timeline::before { left: 11px; }
  .timeline-item { grid-template-columns: 1fr; gap: 16px; padding-left: 42px; }
  .timeline-item::before { left: 5px; }
  .timeline-year { font-size: 35px; }
  .history-page .timeline-intro { margin-bottom: 50px; }
  .history-page .timeline::before { left: 11px; width: 2px; }
  .history-page .timeline-item { grid-template-columns: 1fr; gap: 14px; min-height: 0; padding: 0 0 58px 42px; }
  .history-page .timeline-item::before { left: 4px; width: 11px; height: 11px; border-width: 4px; }
  .history-page .timeline-content { min-height: 0; padding-bottom: 28px; }
  .history-page .timeline-content h3 { font-size: 21px; }
  .about-inline-history .timeline-intro { margin-bottom: 50px; }
  .about-inline-history .timeline::before { left: 11px; width: 2px; }
  .about-inline-history .timeline-item { grid-template-columns: 1fr; gap: 14px; min-height: 0; padding: 0 0 58px 42px; }
  .about-inline-history .timeline-item::before { left: 4px; width: 11px; height: 11px; border-width: 4px; }
  .about-inline-history .timeline-content { min-height: 0; padding-bottom: 28px; }
  .about-inline-history .timeline-content h3 { font-size: 21px; }
  .resource-page-layout { gap: 40px; }
  .resource-page-visual { padding: 8px; border-radius: 15px; }
  .resource-page-visual img { border-radius: 9px; }
  .resource-page-copy { text-align: left; }
  .resource-page-copy .eyebrow { justify-content: flex-start; }
  .resource-page-copy .eyebrow::after { display: none; }
  .resource-page-copy p { font-size: 14px; }
  .resource-page-points { justify-content: flex-start; }
  .honor-summary img { height: 420px; }
  .honor-head { grid-template-columns: 1fr; gap: 16px; }
  .honor-head h2 { font-size: 36px; }
  .document-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .document-card { min-width: 82vw; scroll-snap-align: start; }
  .cta-inner { align-items: start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 500px) {
  .enterprise-honors-grid,
  .certificate-grid { grid-template-columns: 1fr; }
  .enterprise-honor { min-height: 116px; }
  .certificate-card { height: 420px; padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
