/*
Theme Name: YingZhuo Redesign
Theme URI: https://yingzhuoco.com/
Author: YingZhuo
Description: A focused B2B corporate theme for YingZhuo custom sportswear and swimwear OEM/ODM services.
Version: 1.9.4
Text Domain: yingzhuo-redesign
*/

:root {
  --background: #f7f5f0;
  --surface: #ffffff;
  --surface-2: #eeeee6;
  --foreground: #1f2623;
  --muted: #64716d;
  --ink: #102f2b;
  --sea: #0f655e;
  --sea-soft: #d7ece9;
  --coral: #e86e56;
  --gold: #b98a3d;
  --line: #ded8cb;
  --shadow: 0 24px 70px rgb(16 47 43 / 0.12);
}

.yz-google-translate,
.goog-te-banner-frame,
.goog-te-balloon-frame,
#goog-gt-tt,
.skiptranslate iframe {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

body {
  top: 0 !important;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Inter, Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

.inner-page::before {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  background: transparent !important;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  line-height: 1.05;
  letter-spacing: 0;
}

p {
  color: var(--muted);
  line-height: 1.7;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(210px, 0.75fr) minmax(480px, 1.55fr) minmax(260px, 0.7fr);
  align-items: center;
  gap: 18px;
  min-height: 78px;
  padding: 14px clamp(18px, 3.8vw, 56px);
  border-bottom: 1px solid rgb(31 38 35 / 0.1);
  background: rgb(247 245 240 / 0.94);
  backdrop-filter: blur(18px);
  transition: background-color 0.2s ease, background-image 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-header {
  position: fixed;
  width: 100%;
  border: 0;
  background: transparent;
  background-image: none;
  box-shadow: none;
  backdrop-filter: none;
}

.site-header:hover,
.site-header:focus-within,
.site-header.is-scrolled {
  border: 0;
  background: #fff;
  background-image: none;
  box-shadow: none;
  backdrop-filter: none;
}

.home .primary-nav {
  color: #fff;
}

.home .nav-link {
  color: #fff;
}

.home .language-menu button,
.home .header-search button {
  color: #fff;
}

.inner-page .primary-nav,
.inner-page .nav-link,
.inner-page .language-menu button,
.inner-page .header-search button {
  color: var(--ink);
}

.site-header:hover .primary-nav,
.site-header:focus-within .primary-nav,
.site-header:hover .nav-link,
.site-header:focus-within .nav-link,
.site-header:hover .language-menu button,
.site-header:focus-within .language-menu button,
.site-header:hover .header-search button,
.site-header:focus-within .header-search button,
.site-header.is-scrolled .primary-nav,
.site-header.is-scrolled .nav-link,
.site-header.is-scrolled .language-menu button,
.site-header.is-scrolled .header-search button {
  color: var(--ink);
}

.has-dropdown:hover > .nav-link,
.has-dropdown:focus-within > .nav-link,
.primary-nav > .nav-link:hover {
  color: var(--ink);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  width: fit-content;
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 53px;
  overflow: hidden;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-text {
  display: none !important;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--ink);
  font-size: 19px;
  line-height: 1;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 34px);
  color: #31423e;
  font-size: 14px;
  font-weight: 650;
  white-space: nowrap;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 8px;
  border-radius: 0;
  transition: color 0.16s ease;
}

.nav-item {
  position: relative;
}

.has-dropdown > .nav-link::after,
.language-menu button::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.language-panel {
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  z-index: 80;
  display: block;
  visibility: hidden;
  min-width: 230px;
  padding: 12px;
  background: #fff;
  border: 1px solid rgb(16 47 43 / 0.1);
  box-shadow: 0 22px 60px rgb(16 47 43 / 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.dropdown-panel {
  position: fixed;
  top: 78px;
  right: 0;
  left: 0;
  z-index: 80;
  display: grid;
  visibility: hidden;
  width: auto;
  max-width: none;
  min-height: auto;
  margin-inline: 0;
  padding: 0;
  background: #fff;
  border: 0;
  box-shadow: 0 30px 80px rgb(16 47 43 / 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.has-dropdown:hover .dropdown-panel,
.has-dropdown:focus-within .dropdown-panel,
.has-dropdown.is-open .dropdown-panel,
.language-menu:hover .language-panel,
.language-menu:focus-within .language-panel {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.language-menu:hover .language-panel,
.language-menu:focus-within .language-panel {
  transform: translate(-50%, 0);
}

.has-dropdown:hover .dropdown-panel,
.has-dropdown:focus-within .dropdown-panel,
.has-dropdown.is-open .dropdown-panel {
  transform: translateY(0);
}

.language-panel a {
  display: block;
  padding: 11px 12px;
  color: #31423e;
  font-size: 13px;
  line-height: 1.35;
}

.language-panel a:hover,
.language-panel a.active {
  background: var(--sea-soft);
  color: var(--sea);
}

.nav-mega-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(360px, 1fr);
}

.dropdown-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  min-height: 220px;
  padding: 34px clamp(28px, 4vw, 54px);
  background: #f7f5f0;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

.dropdown-copy h2 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(25px, 2.3vw, 36px);
  line-height: 1.08;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

.dropdown-copy p:not(.eyebrow) {
  max-width: 100%;
  color: #66746f;
  font-size: 14px;
  line-height: 1.65;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

.dropdown-links {
  display: grid;
  align-content: center;
  grid-template-columns: minmax(0, 1fr);
  gap: 4px 10px;
  padding: 24px clamp(24px, 3.5vw, 46px);
}

.dropdown-links.two-column {
  grid-template-columns: minmax(0, 1fr);
  gap: 6px 12px;
}

.dropdown-links a {
  display: block;
  min-height: auto;
  padding: 14px 16px;
  color: #31423e;
  line-height: 1.35;
  transition: background-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.dropdown-links a:hover {
  background: var(--sea-soft);
  color: var(--sea);
  transform: translateX(4px);
}

.dropdown-links strong,
.dropdown-links span {
  display: block;
}

.dropdown-links strong {
  margin-bottom: 6px;
  color: var(--ink);
  font-size: 15px;
}

.dropdown-links span {
  display: block;
  max-width: 520px;
  color: #66746f;
  font-size: 12.5px;
  line-height: 1.45;
}

.dropdown-links a:hover strong,
.dropdown-links a:hover span {
  color: var(--sea);
}

.primary-nav a:hover,
.has-dropdown:hover > .nav-link,
.has-dropdown:focus-within > .nav-link,
.has-dropdown.is-open > .nav-link,
.site-footer a:hover {
  color: var(--sea);
}

.header-tools {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 10px;
}

.language-menu {
  position: relative;
  width: 170px;
}

.language-menu button,
.header-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.language-menu button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 170px;
  min-width: 170px;
  justify-content: center;
  padding: 0 13px;
}

.language-menu img {
  width: 20px;
  height: 14px;
  flex: 0 0 auto;
  object-fit: cover;
  border: 1px solid rgb(16 47 43 / 0.08);
}

.language-panel a {
  display: flex;
  align-items: center;
  gap: 9px;
}

.language-panel {
  right: 0;
  left: auto;
  width: 170px;
  min-width: 170px;
  transform: translate(0, 10px);
}

.language-menu:hover .language-panel,
.language-menu:focus-within .language-panel {
  transform: translate(0, 0);
}

.header-search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
}

.search-toggle,
.search-submit {
  width: 42px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 0;
}

.search-toggle img,
.search-submit img {
  width: 18px;
  height: 18px;
  display: block;
  object-fit: contain;
}

.search-panel {
  position: fixed;
  top: 78px;
  right: 0;
  left: auto;
  z-index: 79;
  visibility: hidden;
  width: 600px;
  height: 80px;
  padding: 0 18px;
  background: #fff;
  border: 0;
  box-shadow: 0 18px 48px rgb(16 47 43 / 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.header-search.is-open .search-panel {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.search-panel-inner {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  width: 100%;
  height: 100%;
}

.search-panel label {
  color: var(--ink);
  font-size: 20px;
  font-weight: 850;
  line-height: 1;
}

.search-input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px;
  align-items: center;
  border-bottom: 1px solid rgb(16 47 43 / 0.28);
}

.search-input-row input {
  width: 100%;
  min-height: 54px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 18px;
  outline: 0;
}

.search-input-row input::placeholder {
  color: rgb(16 47 43 / 0.42);
}

.search-submit {
  width: 52px;
  min-height: 54px;
}

.home .search-toggle img {
  filter: brightness(0) invert(1);
}

.inner-page .search-toggle img {
  filter: none;
}

.site-header:hover .search-toggle img,
.site-header:focus-within .search-toggle img,
.site-header.is-scrolled .search-toggle img {
  filter: none;
}

.header-cta,
.primary-button,
.secondary-button,
.footer-cta,
.quote-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.header-cta,
.primary-button,
.quote-form button,
.footer-cta {
  background: var(--ink);
  color: #fff;
}

.secondary-button {
  border-color: rgb(16 47 43 / 0.18);
  background: #fff;
  color: var(--ink);
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
  min-height: calc(100vh - 78px);
  padding: clamp(44px, 7vw, 92px) clamp(18px, 5vw, 72px) 56px;
}

.inner-page .page-hero,
.inner-page .process-hero,
.inner-page .legacy-process-hero,
.inner-page .default-page {
  padding-top: calc(clamp(44px, 7vw, 92px) + 78px);
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background: var(--ink);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgb(7 22 20 / 0.2) 0%, rgb(7 22 20 / 0.18) 42%, rgb(7 22 20 / 0.08) 100%),
    linear-gradient(0deg, rgb(7 22 20 / 0.18) 0%, rgb(7 22 20 / 0) 48%);
}

.page-hero-copy {
  max-width: 760px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: min(790px, 72vw);
}

.positioning-section {
  display: grid;
  grid-template-columns: minmax(0, 920px) minmax(280px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  padding: clamp(58px, 8vw, 108px) clamp(18px, 5vw, 72px);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.positioning-section h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: 60px;
}

.positioning-lede {
  max-width: 690px;
  color: #45544f;
  font-size: clamp(18px, 1.8vw, 23px);
  line-height: 1.6;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(42px, 5.2vw, 68px);
}

.hero h1 {
  max-width: 780px;
  color: #fff;
  font-size: clamp(48px, 6.3vw, 92px);
}

.page-hero h1 {
  font-size: clamp(38px, 4.8vw, 62px);
}

.page-hero-copy p:not(.eyebrow) {
  max-width: 670px;
  font-size: clamp(17px, 1.45vw, 21px);
}

.hero-lede {
  max-width: 680px;
  color: rgb(255 255 255 / 0.8);
  font-size: clamp(17px, 1.45vw, 21px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.hero-chips span {
  padding: 8px 11px;
  border: 1px solid rgb(16 47 43 / 0.12);
  border-radius: 4px;
  background: rgb(255 255 255 / 0.12);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.page-hero-media {
  position: relative;
  min-height: 500px;
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background: var(--ink);
}

.hero-video video,
.hero-video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.hero-video video {
  z-index: 1;
}

.hero-video-poster {
  z-index: 0;
}

.hero-video-shield {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  cursor: default;
}

.hero-main,
.page-hero-media img {
  width: 82%;
  height: 490px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.page-hero-media img {
  width: 100%;
}

.hero-secondary {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 48%;
  height: 270px;
  border: 10px solid var(--background);
  object-fit: cover;
  box-shadow: var(--shadow);
}

.hero-note {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: clamp(28px, 5vw, 62px);
  max-width: 260px;
  padding: 18px;
  background: rgb(255 255 255 / 0.13);
  color: #fff;
  border: 1px solid rgb(255 255 255 / 0.18);
  backdrop-filter: blur(14px);
}

.hero-note strong,
.hero-note span {
  display: block;
}

.hero-note span {
  margin-top: 6px;
  color: rgb(255 255 255 / 0.72);
  font-size: 13px;
  line-height: 1.55;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 0 clamp(18px, 5vw, 72px) 72px;
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  text-align: center;
  border-block: 1px solid var(--line);
  background: #fff;
}

.stats-band article {
  display: flex;
  min-width: 0;
  min-height: 132px;
  padding: 24px clamp(16px, 2.6vw, 42px);
  border-right: 1px solid var(--line);
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.stats-band article:last-child {
  border-right: 0;
}

.stats-band strong {
  display: block;
  color: var(--sea);
  font-size: 35px;
  line-height: 1;
}

.stats-band span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.metrics article {
  min-height: 145px;
  padding: 28px;
  background: var(--ink);
}

.metrics strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1;
}

.metrics span {
  color: rgb(255 255 255 / 0.72);
  line-height: 1.55;
}

.content-section,
.process-section,
.faq-section,
.contact-layout,
.quote-band,
.split-section {
  padding: clamp(64px, 8vw, 108px) clamp(18px, 5vw, 72px);
}

.muted-section {
  background: var(--surface-2);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading h2,
.quote-band h2,
.split-section h2,
.contact-copy h2 {
  margin-bottom: 16px;
  font-size: clamp(32px, 4vw, 56px);
}

.featured-categories-section {
  background: var(--surface);
  text-align: center;
}

.featured-heading {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.featured-heading .eyebrow {
  color: var(--gold);
}

.featured-heading p:not(.eyebrow) {
  margin-right: auto;
  margin-left: auto;
}

.featured-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.featured-category-card {
  display: block;
  min-height: 0;
  padding: 0 0 22px;
  border: 1px solid rgb(16 47 43 / 0.1);
  background: #fff;
  color: var(--ink);
  box-shadow: 0 12px 34px rgb(16 47 43 / 0.06);
  overflow: hidden;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.featured-category-card:hover {
  border-color: rgb(15 101 94 / 0.28);
  box-shadow: 0 22px 52px rgb(16 47 43 / 0.11);
  transform: translateY(-4px);
}

.featured-category-card span {
  display: block;
  margin: 18px 12px 8px;
  color: var(--ink);
  font-size: clamp(18px, 1.7vw, 25px);
  font-weight: 850;
  line-height: 1.1;
  text-transform: uppercase;
}

.featured-category-card strong {
  display: block;
  margin: 0 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.featured-category-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: var(--surface-2);
}

.product-grid,
.solution-grid,
.quality-grid {
  display: grid;
  gap: 16px;
}

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

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

.product-card,
.solution-card,
.quality-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.product-card div:last-child {
  padding: 22px;
}

.product-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.category-row-list {
  display: grid;
  gap: 26px;
}

.category-row {
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
  background: #fff;
}

.category-row-copy {
  display: block;
  padding: clamp(24px, 3.2vw, 38px);
  background: #f7f5f0;
}

.category-row-copy span {
  display: block;
  margin-bottom: 10px;
  color: var(--coral);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
  text-transform: uppercase;
}

.category-row-copy h3 {
  margin: 0 0 10px;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.05;
}

.category-row-copy p {
  max-width: 980px;
  margin: 0;
  color: #45544f;
  font-size: 15px;
  line-height: 1.6;
}

.category-row-media {
  min-width: 0;
  padding: 18px;
}

.category-row-media > .image-placeholder {
  min-height: 260px;
}

.category-product-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  height: 100%;
}

.category-mini-product {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--line);
  background: #fff;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.category-mini-product:hover {
  transform: translateY(-2px);
  border-color: rgb(15 101 94 / 0.35);
  box-shadow: 0 16px 30px rgb(16 47 43 / 0.1);
}

.category-mini-product img,
.category-mini-product .image-placeholder,
.category-no-pic {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.category-no-pic {
  display: grid;
  place-items: center;
  border: 1px dashed rgb(15 101 94 / 0.35);
  background:
    linear-gradient(135deg, rgb(215 240 236 / 0.42), rgb(238 231 218 / 0.68)),
    repeating-linear-gradient(45deg, transparent 0 10px, rgb(16 47 43 / 0.045) 10px 20px);
  color: #8a2a22;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
}

.category-mini-product.is-empty {
  pointer-events: none;
}

.category-mini-product strong {
  display: flex;
  min-height: 62px;
  padding: 12px;
  align-items: center;
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
}

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

.uploaded-products-section {
  display: none !important;
}

.uploaded-product-card {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--line);
  background: #fff;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.uploaded-product-card:hover {
  transform: translateY(-3px);
  border-color: rgb(15 101 94 / 0.35);
  box-shadow: 0 18px 38px rgb(16 47 43 / 0.12);
}

.uploaded-product-card img,
.uploaded-product-card .image-placeholder {
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 0;
  object-fit: cover;
}

.uploaded-product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 8px;
  padding: 18px;
}

.uploaded-product-body span {
  color: var(--coral);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  text-transform: uppercase;
}

.uploaded-product-body h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.18;
}

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

.uploaded-product-body small {
  margin-top: auto;
  color: var(--teal);
  font-size: 13px;
  font-weight: 850;
}

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

.solution-card {
  min-height: 210px;
  padding: 24px;
}

.solution-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.2;
}

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

.quality-grid article {
  min-height: 178px;
  padding: 20px;
  background: linear-gradient(135deg, #fff 0%, #f3f5ef 100%);
}

.image-placeholder {
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 24px;
  border: 1px dashed rgb(15 101 94 / 0.35);
  background:
    linear-gradient(135deg, rgb(215 240 236 / 0.74), rgb(238 231 218 / 0.78)),
    repeating-linear-gradient(45deg, transparent 0 10px, rgb(16 47 43 / 0.04) 10px 20px);
  color: #2c514c;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

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

.ratio-1-1 {
  aspect-ratio: 1 / 1;
}

.missing-note {
  color: #c21f1f !important;
  font-weight: 850;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  background: #fff;
}

.plan-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.plan-table th,
.plan-table td {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.plan-table th {
  background: #f4f7f2;
  color: var(--ink);
  font-size: 13px;
  text-transform: uppercase;
}

.plan-table td {
  color: #45544f;
}

.category-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 18px;
}

.category-card {
  display: grid;
  min-height: 370px;
  background: var(--surface);
  box-shadow: 0 1px 0 rgb(16 47 43 / 0.08);
  overflow: hidden;
}

.category-card.large {
  grid-row: span 2;
}

.category-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.category-card.large img {
  height: 500px;
}

.category-card div {
  padding: 22px;
}

.category-card h3,
.info-card h3,
.process-row h3,
.faq-grid h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

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

.info-card {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgb(16 47 43 / 0.1);
  background: var(--surface);
}

.info-card p {
  margin-bottom: 0;
}

.buyer-path-section,
.buyer-diagnostic-section,
.buyer-route-section,
.buyer-problem-section,
.buyer-factors-section,
.buyer-next-section {
  padding: clamp(54px, 7vw, 96px) clamp(18px, 5vw, 72px);
}

.buyer-path-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background: #fff;
}

.buyer-path-intro {
  position: sticky;
  top: 110px;
}

.buyer-path-intro h2,
.buyer-next-copy h2 {
  max-width: 620px;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.03;
}

.buyer-path-intro p:not(.eyebrow),
.buyer-next-copy p {
  max-width: 560px;
  color: #4f615c;
  font-size: 17px;
  line-height: 1.7;
}

.buyer-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.buyer-type-card {
  display: grid;
  min-height: 230px;
  padding: 24px;
  align-content: space-between;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, #fff 0%, #f6fbf8 100%);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.buyer-type-card:hover {
  transform: translateY(-3px);
  border-color: rgb(15 101 94 / 0.32);
  box-shadow: 0 18px 42px rgb(16 47 43 / 0.12);
}

.buyer-type-card span {
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
}

.buyer-type-card p {
  margin: 22px 0;
  color: #4f615c;
}

.buyer-type-card strong {
  color: var(--sea);
  font-size: 13px;
  line-height: 1.35;
  text-transform: uppercase;
}

.diagnostic-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 20px 60px rgb(16 47 43 / 0.08);
}

.diagnostic-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
}

.diagnostic-form select {
  min-height: 50px;
  width: 100%;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fbfaf7;
  color: var(--foreground);
  font: inherit;
}

.diagnostic-result {
  grid-column: span 3;
  padding: 18px 20px;
  border: 1px solid rgb(15 101 94 / 0.2);
  background: #eef8f5;
}

.diagnostic-result strong {
  display: block;
  margin-bottom: 8px;
  color: var(--sea);
  font-size: 13px;
  text-transform: uppercase;
}

.diagnostic-result p {
  margin: 0;
  color: #32423e;
  line-height: 1.55;
}

.diagnostic-form button {
  min-height: 100%;
  border: 0;
  border-radius: 4px;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.route-table {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.route-table > div {
  display: grid;
  grid-template-columns: 1.1fr 0.75fr 1.35fr 0.72fr;
}

.route-table > div:first-child {
  background: var(--ink);
  color: #fff;
}

.route-table strong,
.route-table span,
.route-table a {
  display: flex;
  min-height: 74px;
  padding: 18px;
  align-items: center;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  line-height: 1.4;
}

.route-table > div:first-child strong {
  border-color: rgb(255 255 255 / 0.18);
}

.route-table a {
  color: var(--sea);
  font-weight: 900;
}

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

.problem-grid article {
  display: grid;
  min-height: 250px;
  padding: 24px;
  align-content: space-between;
  border: 1px solid var(--line);
  background: #fff;
}

.problem-grid h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.18;
}

.problem-grid p {
  color: #4f615c;
  line-height: 1.62;
}

.problem-grid span {
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.factor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgb(15 101 94 / 0.16);
  background: rgb(15 101 94 / 0.16);
}

.factor-grid article {
  min-height: 118px;
  padding: 22px;
  background: #f8fffd;
  color: var(--ink);
  font-size: 18px;
  font-weight: 850;
  line-height: 1.28;
}

.buyer-next-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.buyer-brief-list {
  display: grid;
  gap: 12px;
}

.buyer-brief-list article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  background: #fff;
}

.buyer-brief-list strong {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--sea);
  color: #fff;
}

.buyer-brief-list span {
  color: var(--ink);
  font-weight: 850;
}

.buyer-next-section .quote-actions {
  grid-column: 1 / -1;
  justify-content: flex-start;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  background: #fff;
}

.split-section.reverse {
  background: var(--background);
}

.split-section img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 30px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: #354641;
  line-height: 1.55;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  background: var(--coral);
}

.process-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: rgb(15 101 94 / 0.22);
  border: 1px solid rgb(15 101 94 / 0.22);
}

.process-list li {
  min-height: 170px;
  padding: 22px;
  background: #f8fffd;
}

.process-list span {
  display: block;
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
}

.process-list p {
  margin: 34px 0 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.case-band {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) repeat(3, minmax(0, 0.85fr));
  gap: 18px;
  padding: clamp(64px, 8vw, 108px) clamp(18px, 5vw, 72px);
  background: var(--ink);
}

.case-band h2,
.case-band h3 {
  color: #fff;
}

.case-band article {
  padding: 26px;
  border: 1px solid rgb(255 255 255 / 0.16);
  background: rgb(255 255 255 / 0.06);
}

.case-band p {
  color: rgb(255 255 255 / 0.68);
}

.process-row article {
  min-height: 230px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.process-row span {
  display: block;
  margin-bottom: 42px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
}

.process-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: center;
  min-height: calc(100vh - 78px);
  padding: clamp(58px, 7vw, 108px) clamp(18px, 5vw, 72px);
  background: linear-gradient(90deg, #f7f5f0 0%, #f7f5f0 58%, #e5eee9 58%, #e5eee9 100%);
}

.process-hero-copy {
  max-width: 760px;
}

.process-hero-copy h1 {
  margin-bottom: 24px;
  font-size: clamp(44px, 6.5vw, 86px);
}

.process-hero-copy p:not(.eyebrow) {
  max-width: 680px;
  font-size: 18px;
}

.process-hero-media {
  position: relative;
}

.process-hero-media img {
  width: 100%;
  height: min(650px, 68vh);
  min-height: 430px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.process-hero-card {
  position: absolute;
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(16px, 3vw, 34px);
  width: min(330px, calc(100% - 32px));
  padding: 22px;
  background: rgb(16 47 43 / 0.92);
  color: #fff;
}

.process-hero-card strong,
.process-hero-card span {
  display: block;
}

.process-hero-card strong {
  margin-bottom: 8px;
  font-size: 18px;
}

.process-hero-card span {
  color: rgb(255 255 255 / 0.74);
  line-height: 1.55;
}

.process-proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0 clamp(18px, 5vw, 72px) clamp(64px, 8vw, 108px);
  background: var(--background);
}

.process-proof article {
  min-height: 150px;
  padding: 28px;
  background: var(--ink);
}

.process-proof strong,
.process-proof span {
  display: block;
}

.process-proof strong {
  margin-bottom: 20px;
  color: var(--coral);
  font-size: 15px;
}

.process-proof span {
  color: rgb(255 255 255 / 0.78);
  line-height: 1.55;
}

.process-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  padding: clamp(64px, 8vw, 108px) clamp(18px, 5vw, 72px);
  background: #fff;
}

.process-intro-grid h2,
.process-split h2,
.process-faq h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 4vw, 56px);
}

.process-intro-grid > p {
  margin-bottom: 0;
  font-size: 17px;
}

.custom-timeline {
  display: grid;
  padding: 0 clamp(18px, 5vw, 72px) clamp(64px, 8vw, 108px);
  background: #fff;
}

.custom-timeline article {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: clamp(18px, 4vw, 48px);
  padding: clamp(24px, 4vw, 46px) 0;
  border-top: 1px solid var(--line);
}

.custom-timeline article:last-child {
  border-bottom: 1px solid var(--line);
}

.custom-timeline span {
  color: var(--coral);
  font-size: clamp(34px, 5vw, 68px);
  font-weight: 900;
  line-height: 0.9;
}

.custom-timeline h3 {
  margin-bottom: 10px;
  font-size: clamp(24px, 3vw, 38px);
}

.custom-timeline p {
  max-width: 860px;
  margin-bottom: 0;
}

.process-split {
  display: grid;
  grid-template-columns: minmax(340px, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  padding: clamp(64px, 8vw, 108px) clamp(18px, 5vw, 72px);
  background: var(--surface-2);
}

.process-split.reverse {
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  background: var(--background);
}

.process-split img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.mini-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.mini-card-grid article {
  min-height: 150px;
  padding: 18px;
  background: #fff;
  border: 1px solid rgb(16 47 43 / 0.1);
}

.mini-card-grid strong,
.mini-card-grid span {
  display: block;
}

.mini-card-grid strong {
  margin-bottom: 10px;
  color: var(--ink);
}

.mini-card-grid span {
  color: var(--muted);
  line-height: 1.55;
}

.process-faq {
  padding: clamp(64px, 8vw, 108px) clamp(18px, 5vw, 72px);
  background: #fff;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faq-grid article {
  min-height: 220px;
  padding: 26px;
  background: #fff;
  border: 1px solid rgb(16 47 43 / 0.1);
}

.quote-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  background: var(--sea);
}

.quote-band .eyebrow,
.quote-band h2,
.quote-band p {
  color: #fff;
}

.quote-band p {
  max-width: 760px;
  color: rgb(255 255 255 / 0.75);
}

.quote-band .primary-button {
  background: #fff;
  color: var(--ink);
}

.quote-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.quote-band .secondary-button {
  border-color: rgb(255 255 255 / 0.5);
  color: #fff;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
}

.contact-panel {
  margin-top: 28px;
  padding: 24px;
  background: #fff;
  border: 1px solid rgb(16 47 43 / 0.1);
}

.contact-panel p {
  margin-bottom: 16px;
}

.contact-panel a {
  display: inline-flex;
  margin-right: 14px;
  margin-top: 4px;
  color: var(--sea);
  font-weight: 850;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(22px, 4vw, 36px);
  background: #fff;
  box-shadow: var(--shadow);
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fbfaf7;
  color: var(--foreground);
  font: inherit;
  min-height: 46px;
  padding: 12px;
}

.quote-form textarea,
.quote-form label:has(textarea),
.quote-form button,
.form-actions,
.form-status {
  grid-column: 1 / -1;
}

.quote-form button {
  min-height: 52px;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.form-actions button,
.form-actions .secondary-button {
  flex: 1 1 180px;
  justify-content: center;
  text-align: center;
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

.form-status {
  padding: 12px 14px;
  border-radius: 4px;
  font-weight: 800;
}

.form-status.success {
  background: #dff2e8;
  color: #19523c;
}

.form-status.error {
  background: #ffe2dc;
  color: #8f2d1d;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(150px, 0.75fr));
  gap: 32px;
  padding: 58px clamp(18px, 5vw, 72px);
  background: var(--ink);
  color: #fff;
}

.site-footer .brand strong,
.site-footer h3,
.site-footer a {
  color: #fff;
}

.site-footer small,
.site-footer p {
  color: rgb(255 255 255 / 0.64);
}

.site-footer h3 {
  margin-bottom: 14px;
  font-size: 16px;
}

.site-footer a {
  display: block;
  margin-bottom: 10px;
}

.footer-cta {
  width: fit-content;
  margin-top: 14px;
  background: #fff;
  color: var(--ink) !important;
}

.default-page {
  min-height: 60vh;
}

.es-floating-contact {
  position: fixed;
  right: 14px;
  top: 50%;
  z-index: 99990;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
  background: transparent !important;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  transform: translateY(-50%);
}

.es-floating-contact-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
  background: transparent !important;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  transition: opacity 0.22s ease, transform 0.24s ease;
}

.es-floating-contact.is-collapsed .es-floating-contact-list {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(86px);
}

.es-floating-contact-btn,
.es-floating-contact-expand {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 60px;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.es-floating-contact-btn:hover,
.es-floating-contact-expand:hover {
  background: transparent !important;
  box-shadow: none !important;
  filter: brightness(1.04);
  transform: translateX(-4px);
}

.es-floating-contact-btn img,
.es-floating-contact-expand img {
  display: block;
  width: auto !important;
  height: 60px !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  object-fit: contain;
}

.es-floating-contact-expand {
  display: none;
}

.es-floating-contact.is-collapsed .es-floating-contact-expand {
  display: flex;
}

.es-floating-contact-landline-wrap {
  position: relative;
  z-index: 4;
}

.es-floating-contact-landline {
  z-index: 5;
}

.es-floating-contact-phone-tip {
  position: absolute;
  top: 50%;
  right: 38px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 205px;
  height: 57px;
  padding: 0 34px 0 20px;
  border-radius: 14px;
  background: rgb(227 0 127);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(10px, -50%);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  visibility: hidden;
}

.es-floating-contact-landline-wrap:hover .es-floating-contact-phone-tip,
.es-floating-contact-landline-wrap:focus-within .es-floating-contact-phone-tip,
.es-floating-contact-landline-wrap.is-phone-open .es-floating-contact-phone-tip {
  opacity: 1;
  transform: translate(0, -50%);
  visibility: visible;
}

.legacy-process-page {
  background: var(--background);
}

.legacy-process-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
  min-height: 100vh;
  padding: clamp(104px, 12vw, 156px) clamp(18px, 5vw, 72px) clamp(64px, 8vw, 112px);
  background: #0f332e;
  color: #fff;
}

.legacy-process-hero h1 {
  max-width: 780px;
  color: #fff;
  font-size: clamp(42px, 5.4vw, 78px);
  line-height: 1.02;
}

.legacy-process-hero p:not(.eyebrow) {
  max-width: 700px;
  color: rgb(255 255 255 / 0.78);
  font-size: clamp(17px, 1.45vw, 21px);
}

.legacy-process-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.legacy-process-gallery img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.legacy-process-gallery img:first-child {
  grid-column: 1 / -1;
  height: 360px;
}

.legacy-process-section,
.legacy-process-showcase {
  padding: clamp(64px, 8vw, 108px) clamp(18px, 5vw, 72px);
}

.legacy-feature-grid,
.legacy-testimonial-grid,
.legacy-image-card-grid,
.legacy-steps,
.legacy-faq-list {
  display: grid;
  gap: 18px;
}

.legacy-feature-grid,
.legacy-image-card-grid,
.legacy-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.legacy-faq-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.legacy-feature-grid article,
.legacy-testimonial-grid article,
.legacy-steps article,
.legacy-faq-list article {
  padding: 24px;
  background: #fff;
  border: 1px solid rgb(16 47 43 / 0.1);
  box-shadow: 0 12px 34px rgb(16 47 43 / 0.06);
}

.legacy-feature-grid h3,
.legacy-testimonial-grid h3,
.legacy-steps h3,
.legacy-faq-list h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 18px;
}

.legacy-feature-grid p,
.legacy-testimonial-grid p,
.legacy-steps p,
.legacy-faq-list p {
  color: var(--muted);
  line-height: 1.65;
}

.legacy-process-band {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding: clamp(58px, 7vw, 92px) clamp(18px, 5vw, 72px);
  background: var(--ink);
}

.legacy-process-band h2,
.legacy-process-band p {
  color: #fff;
}

.legacy-process-band p:not(.eyebrow) {
  color: rgb(255 255 255 / 0.72);
}

.legacy-image-card-grid article {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgb(16 47 43 / 0.1);
}

.legacy-image-card-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.legacy-image-card-grid h3,
.legacy-image-card-grid p {
  padding-right: 20px;
  padding-left: 20px;
}

.legacy-image-card-grid h3 {
  margin-top: 20px;
}

.legacy-image-card-grid p {
  padding-bottom: 22px;
}

.legacy-centered-actions {
  justify-content: center;
  margin-top: 28px;
}

.legacy-process-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(30px, 6vw, 88px);
  align-items: center;
  background: #fff;
}

.legacy-process-showcase.reverse {
  background: var(--background);
}

.legacy-process-showcase img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.legacy-process-showcase h2 {
  font-size: clamp(34px, 4vw, 58px);
}

.legacy-process-showcase p:not(.eyebrow) {
  max-width: 640px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.legacy-steps article {
  position: relative;
  min-height: 230px;
}

.legacy-steps span {
  display: block;
  margin-bottom: 20px;
  color: var(--coral);
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
}

.legacy-process-cta {
  padding: clamp(72px, 9vw, 124px) clamp(18px, 5vw, 72px);
  text-align: center;
  background: var(--sea);
}

.legacy-process-cta h2,
.legacy-process-cta p {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.legacy-process-cta p {
  color: rgb(255 255 255 / 0.78);
}

.legacy-process-cta .primary-button {
  margin-top: 16px;
  background: #fff;
  color: var(--ink);
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr auto;
    align-items: start;
  }

  .primary-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .header-tools {
    grid-column: 2;
    grid-row: 1;
  }

  .dropdown-panel {
    top: 126px;
    width: 100vw;
  }

  .search-panel {
    top: 126px;
    right: 0;
    left: auto;
    width: min(600px, calc(100vw - 36px));
  }

  .has-dropdown:hover .dropdown-panel,
  .has-dropdown:focus-within .dropdown-panel {
    transform: translateY(0);
  }

  .nav-mega-panel,
  .dropdown-links.two-column {
    grid-template-columns: 1fr;
  }

  .dropdown-copy {
    min-height: auto;
    padding: 28px;
  }

  .dropdown-links {
    padding: 22px 28px 28px;
  }

  .page-hero,
  .process-hero,
  .legacy-process-hero,
  .legacy-process-band,
  .legacy-process-showcase,
  .legacy-process-showcase.reverse,
  .process-intro-grid,
  .process-split,
  .process-split.reverse,
  .split-section,
  .buyer-path-section,
  .buyer-next-section,
  .contact-layout,
  .quote-band {
    grid-template-columns: 1fr;
  }

  .metrics,
  .process-proof,
  .card-grid,
  .buyer-type-grid,
  .problem-grid,
  .factor-grid,
  .legacy-feature-grid,
  .legacy-testimonial-grid,
  .legacy-image-card-grid,
  .legacy-steps,
  .legacy-faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legacy-process-showcase.reverse img {
    order: 2;
  }

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

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

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

  .category-card.large {
    grid-row: auto;
    grid-column: 1 / -1;
  }

  .buyer-path-intro {
    position: static;
  }

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

  .diagnostic-result,
  .diagnostic-form button {
    grid-column: 1 / -1;
  }

  .diagnostic-form button {
    min-height: 54px;
  }

  .route-table > div {
    grid-template-columns: 1fr;
  }

  .route-table > div:first-child {
    display: none;
  }

  .route-table span,
  .route-table a {
    min-height: auto;
    border-right: 0;
  }
}

@media (max-width: 720px) {
  .es-floating-contact {
    right: 10px;
  }

  .es-floating-contact-btn,
  .es-floating-contact-expand {
    height: 54px;
  }

  .es-floating-contact-btn img,
  .es-floating-contact-expand img {
    height: 54px !important;
  }

  .es-floating-contact-phone-tip {
    right: 34px;
    min-width: 178px;
    height: 57px;
    padding: 0 30px 0 16px;
    border-radius: 12px;
    font-size: 14px;
  }

  .es-floating-contact.is-collapsed .es-floating-contact-list {
    transform: translateX(78px);
  }

  .site-header {
    min-height: 72px;
    gap: 14px;
  }

  .brand small {
    display: none;
  }

  .brand-logo {
    width: min(220px, 58vw);
    height: auto;
    aspect-ratio: 320 / 53;
  }

  .primary-nav {
    gap: 16px;
    font-size: 13px;
  }

  .language-panel {
    left: 0;
    width: min(88vw, 360px);
    min-width: 260px;
    transform: translate(0, 10px);
  }

  .dropdown-panel {
    top: 132px;
    width: 100vw;
    max-height: calc(100vh - 152px);
    overflow: auto;
  }

  .search-panel {
    top: 132px;
    right: 0;
    left: auto;
    width: calc(100vw - 24px);
    height: auto;
    min-height: 80px;
    padding: 14px 16px;
  }

  .nav-mega-panel {
    grid-template-columns: 1fr;
  }

  .has-dropdown:hover .dropdown-panel,
  .has-dropdown:focus-within .dropdown-panel {
    transform: translateY(0);
  }

  .language-menu:hover .language-panel,
  .language-menu:focus-within .language-panel {
    transform: translate(0, 0);
  }

  .dropdown-copy {
    padding: 24px 20px 18px;
  }

  .dropdown-copy h2 {
    font-size: 24px;
  }

  .dropdown-links,
  .dropdown-links.two-column {
    grid-template-columns: 1fr;
    padding: 12px 14px 18px;
  }

  .search-panel-inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .search-panel label {
    font-size: 16px;
  }

  .search-input-row input {
    min-height: 46px;
    font-size: 16px;
  }

  .search-submit {
    min-height: 46px;
  }

  .language-menu button {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    overflow: hidden;
  }

  .language-menu,
  .language-panel {
    width: 120px;
    min-width: 120px;
  }

  h1 {
    font-size: 42px;
  }

  .page-hero,
  .process-hero {
    min-height: auto;
    padding-top: 42px;
    background: var(--background);
  }

  .inner-page .page-hero,
  .inner-page .process-hero {
    padding-top: 120px;
  }

  .legacy-process-hero {
    min-height: auto;
    padding-top: 112px;
  }

  .inner-page .legacy-process-hero,
  .inner-page .default-page {
    padding-top: 120px;
  }

  .legacy-process-gallery img,
  .legacy-process-gallery img:first-child {
    height: 240px;
  }

  .hero {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 100vh;
    padding: 96px 18px 42px;
    background: var(--ink);
  }

  .hero-copy {
    max-width: none;
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero-lede {
    font-size: 16px;
  }

  .page-hero-media,
  .process-hero-media {
    min-height: 380px;
  }

  .hero-video {
    min-height: 100%;
  }

  .hero-main,
  .page-hero-media img,
  .process-hero-media img,
  .process-split img,
  .split-section img {
    width: 100%;
    height: 360px;
    min-height: 0;
  }

  .hero-secondary {
    width: 56%;
    height: 190px;
    border-width: 7px;
  }

  .hero-note {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: none;
    margin-top: 14px;
  }

  .metrics,
  .process-proof,
  .mini-card-grid,
  .card-grid,
  .category-grid,
  .process-row,
  .faq-grid,
  .buyer-type-grid,
  .problem-grid,
  .factor-grid,
  .diagnostic-form,
  .quote-form,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .category-card,
  .category-card.large {
    min-height: auto;
  }

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

  .featured-category-card {
    min-height: 116px;
  }

  .category-card img,
  .category-card.large img {
    height: 260px;
  }

  .content-section,
  .process-section,
  .legacy-process-section,
  .legacy-process-showcase,
  .legacy-process-cta,
  .buyer-path-section,
  .buyer-diagnostic-section,
  .buyer-route-section,
  .buyer-problem-section,
  .buyer-factors-section,
  .buyer-next-section,
  .process-intro-grid,
  .custom-timeline,
  .process-split,
  .process-faq,
  .faq-section,
  .contact-layout,
  .quote-band,
  .split-section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .buyer-path-intro h2,
  .buyer-next-copy h2 {
    font-size: 34px;
  }

  .buyer-type-card,
  .problem-grid article {
    min-height: auto;
  }

  .diagnostic-result,
  .diagnostic-form button {
    grid-column: 1;
  }

  .factor-grid article {
    min-height: 92px;
  }

  .custom-timeline article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .custom-timeline span {
    font-size: 34px;
  }

  .process-hero-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 12px;
  }

  .legacy-feature-grid,
  .legacy-testimonial-grid,
  .legacy-image-card-grid,
  .legacy-steps,
  .legacy-faq-list,
  .legacy-process-gallery {
    grid-template-columns: 1fr;
  }

  .legacy-process-showcase img {
    height: 340px;
  }

  .legacy-steps article {
    min-height: auto;
  }
}

@media (max-width: 1120px) {
  .stats-band,
  .uploaded-product-grid,
  .product-grid.four,
  .solution-grid,
  .case-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .positioning-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: 58vh;
    padding: 0;
  }

  .hero-video,
  .hero-video video,
  .hero-video-poster {
    min-height: 58vh;
  }

  .positioning-section {
    grid-template-columns: 1fr;
    padding: 42px 18px 50px;
  }

  .positioning-section h1 {
    font-size: 42px;
  }

  .positioning-lede {
    font-size: 16px;
  }

  .stats-band,
  .uploaded-product-grid,
  .product-grid,
  .product-grid.four,
  .solution-grid,
  .quality-grid,
  .case-band,
  .process-list {
    grid-template-columns: 1fr;
  }

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

  .category-row-copy,
  .category-row-media {
    padding: 18px;
  }

  .category-row-copy h3 {
    font-size: 30px;
  }

  .stats-band article,
  .stats-band article:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

body .site-header:hover,
body .site-header:focus-within,
body .site-header.is-scrolled {
  border: 0 !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body .site-header:hover .primary-nav,
body .site-header:focus-within .primary-nav,
body .site-header:hover .nav-link,
body .site-header:focus-within .nav-link,
body .site-header:hover .language-menu button,
body .site-header:focus-within .language-menu button,
body .site-header:hover .header-search button,
body .site-header:focus-within .header-search button,
body .site-header.is-scrolled .primary-nav,
body .site-header.is-scrolled .nav-link,
body .site-header.is-scrolled .language-menu button,
body .site-header.is-scrolled .header-search button {
  color: var(--ink) !important;
}

body .site-header:hover .search-toggle img,
body .site-header:focus-within .search-toggle img,
body .site-header.is-scrolled .search-toggle img {
  filter: none !important;
}

body .site-header {
  border: 0 !important;
  background: transparent !important;
  background-color: rgb(255 255 255 / 0) !important;
  background-image: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

body.home .site-header .primary-nav,
body.home .site-header .nav-link,
body.home .site-header .language-menu button,
body.home .site-header .header-search button {
  color: #fff !important;
}

body.inner-page .site-header .primary-nav,
body.inner-page .site-header .nav-link,
body.inner-page .site-header .language-menu button,
body.inner-page .site-header .header-search button {
  color: var(--ink) !important;
}

body.inner-page .site-header .search-toggle img {
  filter: none !important;
}

body.home .site-header:hover .primary-nav,
body.home .site-header:focus-within .primary-nav,
body.home .site-header:hover .nav-link,
body.home .site-header:focus-within .nav-link,
body.home .site-header:hover .language-menu button,
body.home .site-header:focus-within .language-menu button,
body.home .site-header:hover .header-search button,
body.home .site-header:focus-within .header-search button,
body.home .site-header.is-scrolled .primary-nav,
body.home .site-header.is-scrolled .nav-link,
body.home .site-header.is-scrolled .language-menu button,
body.home .site-header.is-scrolled .header-search button {
  color: var(--ink) !important;
}
