:root {
  --v2-orange: #f68624;
  --v2-orange-deep: #e96f0d;
  --v2-ink: #231f20;
  --v2-black: #111011;
  --v2-gray: #6f6d6e;
  --v2-line: #d8d5d0;
  --v2-paper: #f4f2ee;
  --v2-white: #ffffff;
  --v2-shell: min(1440px, calc(100vw - 112px));
}

body.changhe-home-v2 {
  overflow-x: hidden;
  background: var(--v2-paper);
  color: var(--v2-ink);
  font-family: "Source Han Sans SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.6;
}

.changhe-home-v2 h1,
.changhe-home-v2 h2,
.changhe-home-v2 h3 {
  color: inherit;
  font-family: inherit;
  font-weight: 700;
}

.changhe-home-v2 img {
  width: 100%;
}

.v2-shell {
  width: var(--v2-shell);
  margin-inline: auto;
}

.site-header--v2 {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
  transition: background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

body.admin-bar .site-header--v2 {
  top: 32px;
}

.site-header--v2::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.28);
}

.site-header--v2.is-scrolled {
  background: rgba(17, 16, 17, 0.92);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(18px);
}

.v2-header__bar {
  display: flex;
  width: var(--v2-shell);
  min-height: 94px;
  align-items: center;
  gap: clamp(24px, 2.4vw, 44px);
  margin-inline: auto;
}

.v2-brand {
  display: block;
  flex: 0 0 auto;
  width: 190px;
}

.v2-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.v2-nav {
  margin-left: auto;
}

.v2-nav .site-nav__list {
  gap: clamp(16px, 1.7vw, 30px);
}

.v2-nav .site-nav__list a {
  color: var(--v2-white);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.v2-nav .site-nav__list a::after {
  bottom: -12px;
  background: var(--v2-orange);
}

.v2-header-cta {
  display: inline-flex;
  min-height: 46px;
  flex: 0 0 auto;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding: 0.65rem 1rem 0.65rem 1.15rem;
  background: var(--v2-orange);
  color: var(--v2-ink);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.v2-header-cta:hover {
  background: var(--v2-white);
  color: var(--v2-ink);
}

.v2-nav-toggle > span:not(.screen-reader-text) {
  background: var(--v2-white);
}

.v2-main {
  overflow: hidden;
}

.v2-hero {
  position: relative;
  display: flex;
  min-height: max(760px, 100svh);
  align-items: flex-end;
  isolation: isolate;
  background: var(--v2-black);
  color: var(--v2-white);
}

.v2-hero__image,
.v2-hero__veil {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
}

.v2-hero__image {
  object-fit: cover;
  object-position: center 58%;
  animation: v2-hero-reveal 1.2s cubic-bezier(0.2, 0.75, 0.25, 1) both;
}

.v2-hero__veil {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(10, 9, 10, 0.84) 0%, rgba(10, 9, 10, 0.6) 36%, rgba(10, 9, 10, 0.08) 72%),
    linear-gradient(0deg, rgba(10, 9, 10, 0.84) 0%, transparent 45%),
    linear-gradient(180deg, rgba(10, 9, 10, 0.35) 0%, transparent 28%);
}

.v2-hero__v-mark {
  position: absolute;
  z-index: -1;
  top: 18%;
  right: -3vw;
  width: clamp(250px, 33vw, 580px);
  height: clamp(390px, 50vw, 800px);
  transform: rotate(-12deg);
  opacity: 0.23;
}

.v2-hero__v-mark::before,
.v2-hero__v-mark::after,
.v2-inquiry__v-mark::before,
.v2-inquiry__v-mark::after {
  position: absolute;
  top: 0;
  width: 22%;
  height: 100%;
  content: "";
  background: var(--v2-orange);
}

.v2-hero__v-mark::before,
.v2-inquiry__v-mark::before {
  left: 29%;
  transform: skew(20deg);
}

.v2-hero__v-mark::after,
.v2-inquiry__v-mark::after {
  right: 29%;
  transform: skew(-20deg);
}

.v2-hero__content {
  padding-bottom: 150px;
}

.v2-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.75);
  font-family: Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.v2-kicker > span {
  display: inline-block;
  width: 38px;
  height: 3px;
  background: var(--v2-orange);
}

.v2-kicker--dark {
  color: var(--v2-gray);
}

.v2-hero h1 {
  max-width: 950px;
  margin: 0;
  color: var(--v2-white);
  font-size: clamp(3.7rem, 7.3vw, 8.2rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.065em;
  text-shadow: 0 12px 60px rgba(0, 0, 0, 0.18);
}

.v2-hero__lead {
  max-width: 690px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.25vw, 1.24rem);
  line-height: 1.8;
}

.v2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 42px;
}

.v2-button {
  display: inline-flex;
  min-width: 190px;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 0.9rem 1.25rem;
  border: 1px solid transparent;
  color: var(--v2-ink);
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border 180ms ease;
}

.v2-button:hover {
  transform: translateY(-3px);
}

.v2-button--orange {
  background: var(--v2-orange);
}

.v2-button--orange:hover {
  background: var(--v2-white);
}

.v2-button--glass {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(15, 14, 15, 0.18);
  color: var(--v2-white);
  backdrop-filter: blur(8px);
}

.v2-button--glass:hover {
  border-color: var(--v2-white);
  background: rgba(255, 255, 255, 0.1);
}

.v2-button--white {
  background: var(--v2-white);
  color: var(--v2-ink);
}

.v2-button--white:hover {
  background: var(--v2-ink);
  color: var(--v2-white);
}

.v2-hero__proof {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.26);
}

.v2-hero__proof span {
  position: relative;
  padding: 25px 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  letter-spacing: 0.08em;
}

.v2-hero__proof span::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 12px 2px 0;
  border-radius: 50%;
  background: var(--v2-orange);
  content: "";
}

.v2-hero__proof span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.v2-hero__scroll {
  position: absolute;
  right: 30px;
  bottom: 92px;
  display: flex;
  align-items: center;
  gap: 13px;
  color: rgba(255, 255, 255, 0.6);
  font-family: Arial, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  text-decoration: none;
  writing-mode: vertical-rl;
}

.v2-hero__scroll i {
  display: block;
  width: 1px;
  height: 48px;
  background: linear-gradient(var(--v2-orange) 50%, rgba(255, 255, 255, 0.35) 50%);
}

.v2-section {
  padding: clamp(100px, 10vw, 170px) 0;
}

.v2-section-head {
  display: grid;
  grid-template-columns: minmax(140px, 0.65fr) 2fr;
  gap: clamp(40px, 7vw, 120px);
  margin-bottom: clamp(60px, 7vw, 110px);
}

.v2-section-head--compact {
  grid-template-columns: minmax(120px, 0.55fr) 1.7fr auto;
  align-items: end;
}

.v2-section-head--light {
  color: var(--v2-white);
}

.v2-section-no {
  display: block;
  margin-bottom: 28px;
  color: var(--v2-orange);
  font-family: Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.v2-section-head h2 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 6rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
}

.v2-section-head p:not(.v2-kicker) {
  max-width: 700px;
  margin: 28px 0 0;
  color: var(--v2-gray);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.9;
}

.v2-section-head--light p:not(.v2-kicker) {
  color: rgba(255, 255, 255, 0.62);
}

.v2-text-link {
  display: inline-flex;
  align-items: center;
  gap: 30px;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--v2-ink);
  color: var(--v2-ink);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.v2-text-link span {
  color: var(--v2-orange);
}

.v2-capabilities {
  background: var(--v2-paper);
}

.v2-capability-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr;
  grid-template-rows: repeat(2, minmax(360px, 34vw));
  gap: 16px;
}

.v2-capability {
  position: relative;
  display: block;
  overflow: hidden;
  isolation: isolate;
  color: var(--v2-white);
  text-decoration: none;
}

.v2-capability--wide {
  grid-row: 1 / span 2;
}

.v2-capability img,
.v2-capability__shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.v2-capability img {
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.v2-capability:hover img {
  transform: scale(1.045);
}

.v2-capability__shade {
  z-index: -1;
  background: linear-gradient(0deg, rgba(13, 12, 13, 0.86), rgba(13, 12, 13, 0.02) 70%);
}

.v2-capability__index {
  position: absolute;
  top: 26px;
  left: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-family: Arial, sans-serif;
  font-size: 0.67rem;
  letter-spacing: 0.18em;
}

.v2-capability__copy {
  position: absolute;
  right: 80px;
  bottom: 40px;
  left: 34px;
}

.v2-capability__copy small {
  display: block;
  margin-bottom: 12px;
  color: var(--v2-orange);
  font-family: Arial, sans-serif;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.v2-capability__copy strong {
  display: block;
  color: var(--v2-white);
  font-size: clamp(1.5rem, 2.4vw, 3.1rem);
  line-height: 1.15;
}

.v2-capability:not(.v2-capability--wide) .v2-capability__copy strong {
  font-size: clamp(1.35rem, 1.8vw, 2.1rem);
}

.v2-capability__copy em {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.86rem;
  font-style: normal;
}

.v2-capability > i {
  position: absolute;
  right: 28px;
  bottom: 32px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 50%;
  color: var(--v2-white);
  font-style: normal;
  transition: background 180ms ease, color 180ms ease;
}

.v2-capability:hover > i {
  background: var(--v2-orange);
  color: var(--v2-ink);
}

.v2-products {
  background: var(--v2-white);
}

.v2-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--v2-line);
  border-left: 1px solid var(--v2-line);
}

.v2-product-card {
  display: block;
  padding: 18px;
  border-right: 1px solid var(--v2-line);
  border-bottom: 1px solid var(--v2-line);
  color: var(--v2-ink);
  text-decoration: none;
  transition: background 180ms ease;
}

.v2-product-card:hover {
  background: var(--v2-paper);
}

.v2-product-card__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: #ddd;
}

.v2-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.v2-product-card:hover .v2-product-card__media img {
  transform: scale(1.04);
}

.v2-product-card__type {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 7px 10px;
  background: rgba(17, 16, 17, 0.78);
  color: var(--v2-white);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  backdrop-filter: blur(6px);
}

.v2-product-card__body {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 18px;
  align-items: start;
  padding: 24px 4px 14px;
}

.v2-product-card__number {
  padding-top: 5px;
  color: var(--v2-orange-deep);
  font-family: Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
}

.v2-product-card__body strong {
  display: block;
  font-size: clamp(1.08rem, 1.35vw, 1.35rem);
}

.v2-product-card__body small {
  display: block;
  margin-top: 10px;
  color: var(--v2-gray);
  font-size: 0.82rem;
  line-height: 1.65;
}

.v2-product-card__body i {
  color: var(--v2-orange-deep);
  font-style: normal;
}

.v2-solutions {
  position: relative;
  isolation: isolate;
  background: var(--v2-black);
  color: var(--v2-white);
}

.v2-solutions::before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 34vw;
  height: 100%;
  content: "";
  opacity: 0.16;
  background-image: linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.16) 50%);
  background-size: 40px 40px;
}

.v2-solution-list {
  width: 68%;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.v2-solution-list a {
  display: grid;
  grid-template-columns: 80px 1.5fr 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--v2-white);
  text-decoration: none;
  transition: padding 180ms ease, color 180ms ease;
}

.v2-solution-list a:hover {
  padding-right: 14px;
  padding-left: 14px;
  color: var(--v2-orange);
}

.v2-solution-list span {
  color: var(--v2-orange);
  font-family: Arial, sans-serif;
  font-size: 0.72rem;
}

.v2-solution-list strong {
  font-size: clamp(1.15rem, 1.7vw, 1.7rem);
}

.v2-solution-list em {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.78rem;
  font-style: normal;
  letter-spacing: 0.06em;
}

.v2-solution-list i {
  font-style: normal;
}

.v2-solutions__image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 29vw;
  min-width: 350px;
  height: 52%;
  overflow: hidden;
}

.v2-solutions__image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 45%, rgba(17, 16, 17, 0.7));
}

.v2-solutions__image img {
  height: 100%;
  object-fit: cover;
}

.v2-solutions__image span {
  position: absolute;
  z-index: 1;
  right: 28px;
  bottom: 24px;
  left: 28px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.v2-projects {
  background: var(--v2-paper);
}

.v2-project-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 18px;
}

.v2-project {
  position: relative;
  display: block;
  min-height: 390px;
  overflow: hidden;
  isolation: isolate;
  color: var(--v2-white);
  text-decoration: none;
}

.v2-project--primary {
  min-height: 780px;
}

.v2-project img,
.v2-project__overlay {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.v2-project img {
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.v2-project:hover img {
  transform: scale(1.04);
}

.v2-project__overlay {
  z-index: -1;
  background: linear-gradient(0deg, rgba(15, 14, 15, 0.88), transparent 68%);
}

.v2-project__copy {
  position: absolute;
  right: 42px;
  bottom: 40px;
  left: 42px;
}

.v2-project__copy small {
  display: block;
  margin-bottom: 14px;
  color: var(--v2-orange);
  font-family: Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.v2-project__copy strong {
  display: block;
  color: var(--v2-white);
  font-size: clamp(1.7rem, 2.6vw, 3.2rem);
  line-height: 1.12;
}

.v2-project-side .v2-project__copy strong {
  font-size: clamp(1.4rem, 1.75vw, 2rem);
}

.v2-project__copy em {
  display: block;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.83rem;
  font-style: normal;
}

.v2-project-side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
}

.v2-project-note {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 4vw, 66px);
  background: var(--v2-orange);
  color: var(--v2-ink);
}

.v2-project-note > span {
  font-size: clamp(1.5rem, 2.1vw, 2.4rem);
  font-weight: 700;
  line-height: 1.2;
}

.v2-project-note p {
  margin: 24px 0;
  font-size: 0.94rem;
}

.v2-project-note a {
  align-self: flex-start;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--v2-ink);
  color: var(--v2-ink);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.v2-factory {
  position: relative;
  min-height: 850px;
  isolation: isolate;
  background: var(--v2-black);
  color: var(--v2-white);
}

.v2-factory > img,
.v2-factory__veil {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
}

.v2-factory > img {
  object-fit: cover;
}

.v2-factory__veil {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(15, 14, 15, 0.82), rgba(15, 14, 15, 0.2) 72%),
    linear-gradient(0deg, rgba(15, 14, 15, 0.72), transparent 62%);
}

.v2-factory__content {
  display: grid;
  min-height: 850px;
  grid-template-columns: minmax(140px, 0.65fr) 2fr;
  gap: clamp(40px, 7vw, 120px);
  align-items: end;
  padding-top: 130px;
  padding-bottom: 120px;
}

.v2-factory__content h2 {
  max-width: 850px;
  margin: 0;
  color: var(--v2-white);
  font-size: clamp(3rem, 5.4vw, 6.2rem);
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.v2-factory__content p:not(.v2-kicker) {
  max-width: 700px;
  margin: 28px 0 38px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.05rem;
  line-height: 1.9;
}

.v2-process {
  background: var(--v2-white);
}

.v2-process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--v2-line);
  border-left: 1px solid var(--v2-line);
  list-style: none;
}

.v2-process-list li {
  min-height: 300px;
  padding: 34px 30px;
  border-right: 1px solid var(--v2-line);
  border-bottom: 1px solid var(--v2-line);
}

.v2-process-list span {
  display: block;
  color: var(--v2-orange-deep);
  font-family: Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
}

.v2-process-list strong {
  display: block;
  margin-top: 80px;
  font-size: clamp(1.35rem, 1.6vw, 1.7rem);
}

.v2-process-list p {
  margin: 18px 0 0;
  color: var(--v2-gray);
  font-size: 0.88rem;
  line-height: 1.75;
}

.v2-inquiry {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: var(--v2-orange);
  color: var(--v2-ink);
}

.v2-inquiry__inner {
  padding-top: clamp(100px, 10vw, 165px);
  padding-bottom: clamp(100px, 10vw, 165px);
}

.v2-inquiry .v2-kicker {
  color: rgba(35, 31, 32, 0.62);
}

.v2-inquiry .v2-kicker > span {
  background: var(--v2-ink);
}

.v2-inquiry h2 {
  max-width: 1040px;
  margin: 0;
  font-size: clamp(3.1rem, 6vw, 7.2rem);
  line-height: 1.02;
  letter-spacing: -0.06em;
}

.v2-inquiry p:not(.v2-kicker) {
  max-width: 620px;
  margin: 30px 0 42px;
  font-size: 1.05rem;
}

.v2-inquiry__v-mark {
  position: absolute;
  z-index: -1;
  top: 8%;
  right: -4vw;
  width: clamp(320px, 40vw, 680px);
  height: 90%;
  transform: rotate(-10deg);
  opacity: 0.1;
}

.v2-inquiry__v-mark::before,
.v2-inquiry__v-mark::after {
  background: var(--v2-ink);
}

.v2-footer {
  padding: 90px 0 32px;
  background: var(--v2-black);
  color: rgba(255, 255, 255, 0.68);
}

.v2-footer a {
  color: inherit;
  text-decoration: none;
}

.v2-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1.6fr 0.8fr;
  gap: clamp(50px, 8vw, 140px);
  padding-bottom: 76px;
}

.v2-footer__brand img {
  width: min(220px, 100%);
}

.v2-footer__brand p {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.84rem;
  letter-spacing: 0.1em;
}

.v2-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.v2-footer h2,
.v2-footer__contact > span {
  display: block;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.v2-footer__nav a {
  display: block;
  margin: 13px 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.88rem;
}

.v2-footer__nav a:hover,
.v2-footer__contact a:hover {
  color: var(--v2-orange);
}

.v2-footer__contact p {
  margin: 0 0 20px;
  color: var(--v2-white);
  font-size: 1.15rem;
  font-weight: 700;
}

.v2-footer__contact a {
  font-size: 0.8rem;
}

.v2-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.72rem;
}

@keyframes v2-hero-reveal {
  from {
    transform: scale(1.06);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 1180px) {
  :root {
    --v2-shell: min(100% - 64px, 1180px);
  }

  .v2-header__bar {
    gap: 20px;
  }

  .v2-brand {
    width: 160px;
  }

  .v2-nav .site-nav__list {
    gap: 16px;
  }

  .v2-nav .site-nav__list a {
    font-size: 0.8rem;
  }

  .v2-solution-list {
    width: 64%;
  }

  .v2-solution-list a {
    grid-template-columns: 50px 1fr;
  }

  .v2-solution-list em {
    display: none;
  }
}

@media (max-width: 960px) {
  body.admin-bar .site-header--v2 {
    top: 46px;
  }

  .v2-header__bar {
    min-height: 80px;
  }

  .v2-nav-toggle {
    display: block;
    order: 2;
    margin-left: auto;
  }

  .v2-header-cta {
    order: 3;
  }

  .v2-nav {
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    display: none;
    padding: 24px 32px 32px;
    margin: 0;
    background: rgba(17, 16, 17, 0.97);
  }

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

  .v2-nav .site-nav__list {
    align-items: flex-start;
    gap: 0;
  }

  .v2-nav .site-nav__list li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .v2-nav .site-nav__list a {
    display: block;
    padding: 14px 0;
    font-size: 0.95rem;
  }

  .v2-nav .site-nav__list a::after {
    display: none;
  }

  .v2-hero__content {
    padding-bottom: 175px;
  }

  .v2-section-head,
  .v2-section-head--compact,
  .v2-factory__content {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .v2-section-head--compact .v2-text-link {
    justify-self: start;
  }

  .v2-capability-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(520px, 68vw) minmax(330px, 44vw);
  }

  .v2-capability--wide {
    grid-column: 1 / span 2;
    grid-row: auto;
  }

  .v2-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .v2-solution-list {
    width: 100%;
    padding-bottom: 420px;
  }

  .v2-solutions__image {
    width: 82%;
    min-width: 0;
    height: 380px;
  }

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

  .v2-project--primary {
    min-height: 620px;
  }

  .v2-project-side {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 420px;
  }

  .v2-factory__content {
    align-content: end;
  }

  .v2-process-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .v2-footer__grid {
    grid-template-columns: 1fr 1.5fr;
  }

  .v2-footer__contact {
    grid-column: 1 / span 2;
  }
}

@media (max-width: 680px) {
  :root {
    --v2-shell: calc(100vw - 40px);
  }

  .v2-header__bar {
    min-height: 72px;
  }

  .v2-brand {
    width: 132px;
  }

  .v2-nav {
    top: 72px;
    padding-inline: 20px;
  }

  .v2-header-cta {
    display: none;
  }

  .v2-hero {
    min-height: max(690px, 100svh);
  }

  .v2-hero__image {
    object-position: 58% center;
  }

  .v2-hero__veil {
    background:
      linear-gradient(90deg, rgba(10, 9, 10, 0.82), rgba(10, 9, 10, 0.1)),
      linear-gradient(0deg, rgba(10, 9, 10, 0.9), transparent 66%);
  }

  .v2-hero__content {
    padding-bottom: 155px;
  }

  .v2-hero h1 {
    font-size: clamp(3.1rem, 15vw, 5.3rem);
  }

  .v2-hero__lead {
    margin-top: 22px;
    font-size: 0.94rem;
    line-height: 1.72;
  }

  .v2-actions {
    gap: 10px;
    margin-top: 30px;
  }

  .v2-button {
    min-width: 0;
    min-height: 52px;
    flex: 1 1 160px;
    gap: 18px;
    font-size: 0.86rem;
  }

  .v2-hero__proof {
    grid-template-columns: repeat(2, 1fr);
  }

  .v2-hero__proof span {
    padding: 13px 10px;
    font-size: 0.69rem;
  }

  .v2-hero__proof span:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }

  .v2-hero__proof span:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .v2-hero__scroll {
    display: none;
  }

  .v2-section {
    padding: 86px 0;
  }

  .v2-section-head {
    margin-bottom: 48px;
  }

  .v2-section-no {
    margin-bottom: 18px;
  }

  .v2-section-head h2 {
    font-size: clamp(2.55rem, 12vw, 4.5rem);
  }

  .v2-section-head p:not(.v2-kicker) {
    margin-top: 20px;
    font-size: 0.94rem;
  }

  .v2-capability-grid {
    display: block;
  }

  .v2-capability {
    min-height: 440px;
    margin-bottom: 12px;
  }

  .v2-capability__copy {
    right: 62px;
    bottom: 30px;
    left: 24px;
  }

  .v2-capability__copy strong,
  .v2-capability:not(.v2-capability--wide) .v2-capability__copy strong {
    font-size: 1.65rem;
  }

  .v2-capability > i {
    right: 18px;
    bottom: 25px;
  }

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

  .v2-product-card {
    padding: 12px;
  }

  .v2-product-card__body {
    grid-template-columns: 32px 1fr auto;
    padding-top: 20px;
  }

  .v2-solution-list {
    padding-bottom: 300px;
  }

  .v2-solution-list a {
    grid-template-columns: 34px 1fr auto;
    gap: 12px;
    padding: 24px 0;
  }

  .v2-solution-list strong {
    font-size: 1.08rem;
  }

  .v2-solutions__image {
    width: calc(100% - 20px);
    height: 270px;
  }

  .v2-project--primary {
    min-height: 520px;
  }

  .v2-project-side {
    display: block;
  }

  .v2-project-side .v2-project,
  .v2-project-note {
    min-height: 360px;
    margin-top: 12px;
  }

  .v2-project__copy {
    right: 24px;
    bottom: 26px;
    left: 24px;
  }

  .v2-project__copy strong {
    font-size: 1.8rem;
  }

  .v2-factory,
  .v2-factory__content {
    min-height: 720px;
  }

  .v2-factory > img {
    object-position: 62% center;
  }

  .v2-factory__content {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .v2-factory__content h2 {
    font-size: clamp(2.7rem, 12vw, 4.6rem);
  }

  .v2-factory__content p:not(.v2-kicker) {
    font-size: 0.92rem;
  }

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

  .v2-process-list li {
    min-height: 220px;
  }

  .v2-process-list strong {
    margin-top: 45px;
  }

  .v2-inquiry h2 {
    font-size: clamp(3rem, 14vw, 5.2rem);
  }

  .v2-footer {
    padding-top: 70px;
  }

  .v2-footer__grid,
  .v2-footer__nav {
    grid-template-columns: 1fr;
  }

  .v2-footer__contact {
    grid-column: auto;
  }

  .v2-footer__bottom {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v2-hero__image {
    animation: none;
  }

  .v2-capability img,
  .v2-product-card__media img,
  .v2-project img {
    transition: none;
  }
}
