:root {
  --ghome-red: #e02b20;
  --ghome-red-dark: #b91f18;
  --ghome-blue: #154a99;
  --ghome-blue-dark: #0d326b;
  --ghome-ink: #172231;
  --ghome-copy: #4e5b69;
  --ghome-muted: #6f7b88;
  --ghome-line: #dce2e9;
  --ghome-soft: #f3f6f9;
  --ghome-white: #ffffff;
  --ghome-shadow: 0 24px 70px rgba(14, 45, 82, 0.12);
  --ghome-radius: 26px;
}

.et_pb_section:has(.ghome-breakout),
.et_pb_row:has(.ghome-breakout),
.et_pb_column:has(.ghome-breakout),
.et_pb_module:has(.ghome-breakout),
.et_pb_text_inner:has(.ghome-breakout),
.et_pb_text_inner pre:has(.ghome-breakout),
.et_pb_text_inner code:has(.ghome-breakout) {
  border: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.et_pb_text_inner pre:has(.ghome-breakout),
.et_pb_text_inner code:has(.ghome-breakout) {
  background: transparent !important;
  display: block !important;
  font: inherit !important;
  line-height: inherit !important;
  overflow: visible !important;
  white-space: normal !important;
}

.ghome-breakout,
.ghome-breakout * {
  box-sizing: border-box;
}

.ghome-breakout {
  left: auto;
  margin: 0;
  overflow: hidden;
  overflow: clip;
  position: relative;
  right: auto;
  white-space: normal !important;
  width: 100%;
}

.ghome-root {
  background: var(--ghome-white);
  color: var(--ghome-ink);
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.5;
  white-space: normal !important;
  width: 100%;
}

.ghome-root * {
  white-space: normal;
}

.ghome-root img {
  display: block;
  height: auto;
  max-width: 100%;
}

.ghome-root a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

.ghome-root a:focus-visible {
  outline: 3px solid rgba(21, 74, 153, 0.35);
  outline-offset: 4px;
}

.ghome-root h1,
.ghome-root h2,
.ghome-root h3,
.ghome-root p,
.ghome-root ul {
  margin-top: 0;
}

.ghome-root h1,
.ghome-root h2,
.ghome-root h3 {
  color: var(--ghome-ink);
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.ghome-container {
  margin: 0 auto;
  max-width: 1440px;
  padding-left: clamp(20px, 4vw, 64px);
  padding-right: clamp(20px, 4vw, 64px);
  width: 100%;
}

.ghome-eyebrow {
  color: var(--ghome-blue);
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.ghome-hero {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 58%, rgba(239, 244, 249, 0.98) 100%);
  border-bottom: 1px solid var(--ghome-line);
  overflow: hidden;
  position: relative;
}

.ghome-hero::before {
  background: var(--ghome-red);
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: min(34vw, 520px);
}

.ghome-hero::after {
  background-image:
    linear-gradient(rgba(21, 74, 153, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 74, 153, 0.045) 1px, transparent 1px);
  background-size: 36px 36px;
  content: "";
  inset: 0 0 0 52%;
  mask-image: linear-gradient(90deg, transparent, #000 25%);
  pointer-events: none;
  position: absolute;
}

.ghome-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(34px, 6vw, 96px);
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.86fr);
  min-height: 640px;
  padding-bottom: clamp(58px, 6vw, 84px);
  padding-top: clamp(68px, 7vw, 96px);
  position: relative;
  z-index: 1;
}

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

.ghome-hero h1 {
  font-size: clamp(46px, 4.8vw, 72px);
  line-height: 1.01;
  margin-bottom: 24px;
  max-width: 780px;
}

.ghome-hero-copy > p {
  color: var(--ghome-copy);
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.7;
  margin-bottom: 0;
  max-width: 720px;
}

.ghome-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.ghome-button {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 54px;
  padding: 13px 25px;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.ghome-button:hover {
  transform: translateY(-2px);
}

.ghome-button-primary {
  background: var(--ghome-red);
  box-shadow: 0 12px 28px rgba(224, 43, 32, 0.22);
  color: var(--ghome-white);
}

.ghome-button-primary:hover {
  background: var(--ghome-red-dark);
  color: var(--ghome-white);
}

.ghome-button-secondary {
  background: transparent;
  border-color: var(--ghome-blue);
  color: var(--ghome-blue);
}

.ghome-button-secondary:hover {
  background: var(--ghome-blue);
  color: var(--ghome-white);
}

.ghome-hero-visual {
  min-width: 0;
  position: relative;
}

.ghome-product-stage,
.ghome-custom-hero-image {
  background:
    radial-gradient(circle at 55% 43%, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.64) 42%, transparent 72%),
    linear-gradient(145deg, #e9eef4, #f8fafc);
  border: 1px solid rgba(21, 74, 153, 0.12);
  border-radius: 42px;
  box-shadow: var(--ghome-shadow);
  height: min(38vw, 520px);
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.ghome-product-stage::before {
  border: 72px solid rgba(21, 74, 153, 0.075);
  border-radius: 50%;
  content: "";
  height: 430px;
  position: absolute;
  right: -115px;
  top: -95px;
  width: 430px;
}

.ghome-product-stage::after {
  background: var(--ghome-red);
  bottom: 0;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  width: 46%;
}

.ghome-stage-mark {
  bottom: -52px;
  color: rgba(21, 74, 153, 0.05);
  font-family: Arial, sans-serif;
  font-size: 340px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: -8px;
}

.ghome-product-image {
  filter: drop-shadow(0 28px 28px rgba(21, 40, 65, 0.22));
  object-fit: contain;
  position: absolute;
  z-index: 2;
}

.ghome-product-elbow {
  bottom: 35px;
  left: 6%;
  width: 59%;
  z-index: 3;
}

.ghome-product-tee {
  right: -4%;
  top: 1%;
  transform: rotate(4deg);
  width: 51%;
}

.ghome-product-union {
  bottom: -6%;
  right: 2%;
  transform: rotate(-5deg);
  width: 43%;
  z-index: 4;
}

.ghome-stage-label {
  background: var(--ghome-blue-dark);
  border-radius: 14px;
  color: var(--ghome-white);
  display: flex;
  flex-direction: column;
  left: 24px;
  padding: 12px 16px;
  position: absolute;
  top: 24px;
  z-index: 5;
}

.ghome-stage-label strong {
  font-size: 16px;
  letter-spacing: 0.08em;
}

.ghome-stage-label span {
  font-size: 11px;
  opacity: 0.78;
  text-transform: uppercase;
}

.ghome-custom-hero-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ghome-proof {
  background: var(--ghome-blue-dark);
  color: var(--ghome-white);
}

.ghome-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: 22px;
  padding-top: 22px;
}

.ghome-proof-grid > div {
  align-items: flex-start;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 7px clamp(18px, 2.5vw, 38px);
}

.ghome-proof-grid > div:first-child {
  padding-left: 0;
}

.ghome-proof-grid > div:last-child {
  border-right: 0;
  padding-right: 0;
}

.ghome-proof-number {
  color: rgba(255, 255, 255, 0.35);
  font-size: 12px;
  font-weight: 800;
  grid-row: 1 / span 2;
  letter-spacing: 0.08em;
  margin-right: 12px;
  padding-top: 3px;
}

.ghome-proof strong,
.ghome-proof small {
  display: block;
}

.ghome-proof strong {
  color: var(--ghome-white);
  font-size: 14px;
  line-height: 1.35;
}

.ghome-proof small {
  color: rgba(255, 255, 255, 0.63);
  font-size: 12px;
  line-height: 1.45;
  margin-top: 4px;
}

.ghome-section {
  padding-bottom: clamp(68px, 7vw, 102px);
  padding-top: clamp(68px, 7vw, 102px);
}

.ghome-section-heading {
  align-items: end;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.8fr);
  margin-bottom: clamp(34px, 4vw, 50px);
}

.ghome-section-heading h2,
.ghome-capabilities-intro h2,
.ghome-sp114-copy h2,
.ghome-final-cta h2 {
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1.08;
  margin-bottom: 0;
}

.ghome-section-heading > p,
.ghome-capabilities-intro > p,
.ghome-sp114-copy > p,
.ghome-final-cta p {
  color: var(--ghome-copy);
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 0;
}

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

.ghome-category-card {
  background: var(--ghome-white);
  border: 1px solid var(--ghome-line);
  border-radius: 20px;
  color: var(--ghome-ink);
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: clamp(22px, 2.2vw, 30px);
  position: relative;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.ghome-category-card::before {
  background: var(--ghome-red);
  content: "";
  height: 4px;
  left: 28px;
  position: absolute;
  top: 0;
  transition: width 160ms ease;
  width: 36px;
}

.ghome-category-card:hover {
  border-color: rgba(21, 74, 153, 0.35);
  box-shadow: 0 20px 52px rgba(15, 44, 80, 0.11);
  color: var(--ghome-ink);
  transform: translateY(-5px);
}

.ghome-category-card:hover::before {
  width: 76px;
}

.ghome-category-icon {
  align-items: center;
  background: var(--ghome-soft);
  border-radius: 16px;
  color: var(--ghome-blue);
  display: inline-flex;
  height: 60px;
  justify-content: center;
  margin-bottom: 20px;
  width: 60px;
}

.ghome-category-icon svg {
  fill: none;
  height: 36px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
  width: 36px;
}

.ghome-category-copy {
  display: block;
}

.ghome-category-copy strong {
  color: var(--ghome-ink);
  display: block;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 21px;
  line-height: 1.2;
}

.ghome-category-copy small {
  color: var(--ghome-copy);
  display: block;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 9px;
}

.ghome-category-details {
  border-top: 1px solid var(--ghome-line);
  display: grid;
  gap: 7px;
  list-style: none;
  margin: 20px 0 0;
  padding: 18px 0 0;
}

.ghome-category-details li {
  color: var(--ghome-copy);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  padding-left: 15px;
  position: relative;
}

.ghome-category-details li::before {
  background: var(--ghome-blue);
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 5px;
}

.ghome-card-action {
  color: var(--ghome-blue);
  display: block;
  font-size: 13px;
  font-weight: 800;
  margin-top: auto;
  padding-top: 18px;
}

.ghome-markets {
  background:
    linear-gradient(135deg, rgba(13, 50, 107, 0.985), rgba(21, 74, 153, 0.96)),
    var(--ghome-blue-dark);
  color: var(--ghome-white);
  overflow: hidden;
  position: relative;
}

.ghome-markets::after {
  border: 74px solid rgba(255, 255, 255, 0.045);
  border-radius: 50%;
  content: "";
  height: 430px;
  position: absolute;
  right: -160px;
  top: -230px;
  width: 430px;
}

.ghome-markets .ghome-container {
  position: relative;
  z-index: 1;
}

.ghome-markets .ghome-eyebrow {
  color: #9dc2fa;
}

.ghome-markets h2,
.ghome-markets h3 {
  color: var(--ghome-white);
}

.ghome-markets-heading > p {
  color: rgba(255, 255, 255, 0.7);
}

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

.ghome-market-grid article {
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  min-height: 230px;
  padding: clamp(24px, 2.5vw, 34px);
}

.ghome-market-grid article > span {
  color: #9dc2fa;
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin-bottom: 34px;
  text-transform: uppercase;
}

.ghome-market-grid h3 {
  font-size: 22px;
  line-height: 1.22;
  margin-bottom: 10px;
}

.ghome-market-grid p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}

.ghome-capabilities {
  background: var(--ghome-soft);
}

.ghome-capabilities-grid {
  display: block;
}

.ghome-capabilities-intro {
  max-width: 940px;
  position: static;
}

.ghome-capabilities-intro h2 {
  margin-bottom: 22px;
  max-width: 850px;
}

.ghome-capabilities-intro > p {
  max-width: 780px;
}

.ghome-text-link {
  color: var(--ghome-blue);
  display: inline-flex;
  font-weight: 800;
  gap: 9px;
  margin-top: 24px;
}

.ghome-text-link:hover {
  color: var(--ghome-red);
}

.ghome-capability-list {
  border-top: 0;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 46px;
}

.ghome-capability-list article {
  background: var(--ghome-white);
  border: 1px solid #d5dce4;
  border-radius: 18px;
  display: block;
  min-height: 220px;
  padding: 26px;
}

.ghome-capability-list article > span {
  color: var(--ghome-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 28px;
  padding-top: 0;
}

.ghome-capability-list h3 {
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.ghome-capability-list p {
  color: var(--ghome-copy);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}

.ghome-difference {
  background: var(--ghome-white);
  border-bottom: 1px solid var(--ghome-line);
}

.ghome-difference-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ghome-difference-grid article {
  background: var(--ghome-soft);
  border: 1px solid var(--ghome-line);
  border-radius: 22px;
  min-height: 330px;
  padding: clamp(26px, 3vw, 40px);
}

.ghome-difference-number {
  color: var(--ghome-red);
  display: block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 34px;
}

.ghome-difference-grid h3 {
  font-size: 25px;
  line-height: 1.22;
  margin-bottom: 14px;
}

.ghome-difference-grid p {
  color: var(--ghome-copy);
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 0;
}

.ghome-difference-action {
  margin-top: 28px;
}

.ghome-sp114-grid {
  align-items: center;
  display: grid;
  gap: clamp(48px, 7vw, 108px);
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.ghome-sp114-gallery {
  display: grid;
  gap: 16px;
  grid-template-columns: 1.35fr 0.65fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.ghome-gallery-main,
.ghome-gallery-small {
  background:
    radial-gradient(circle at 50% 50%, #fff 0%, #f4f7fa 72%);
  border: 1px solid var(--ghome-line);
  border-radius: 24px;
  overflow: hidden;
  padding: clamp(12px, 2vw, 28px);
}

.ghome-gallery-main {
  grid-row: 1 / span 2;
  min-height: 460px;
}

.ghome-gallery-small {
  min-height: 220px;
}

.ghome-gallery-main img,
.ghome-gallery-small img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.ghome-sp114-copy h2 {
  margin-bottom: 26px;
}

.ghome-sp114-copy ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin-bottom: 32px;
  margin-top: 28px;
  padding: 0;
}

.ghome-sp114-copy li {
  align-items: center;
  color: var(--ghome-ink);
  display: flex;
  font-size: 15px;
  font-weight: 700;
  gap: 11px;
}

.ghome-sp114-copy li::before {
  align-items: center;
  background: rgba(21, 74, 153, 0.1);
  border-radius: 50%;
  color: var(--ghome-blue);
  content: "✓";
  display: inline-flex;
  flex: 0 0 24px;
  font-size: 13px;
  height: 24px;
  justify-content: center;
}

.ghome-process {
  background: var(--ghome-blue-dark);
  color: var(--ghome-white);
}

.ghome-process .ghome-eyebrow {
  color: #85b3fa;
}

.ghome-process h2,
.ghome-process h3 {
  color: var(--ghome-white);
}

.ghome-process-heading {
  display: block;
  max-width: 900px;
}

.ghome-process-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ghome-process-grid article {
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  min-height: 220px;
  padding: clamp(26px, 3vw, 40px);
}

.ghome-process-grid article > span {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 50%;
  color: #85b3fa;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  margin-bottom: 28px;
  width: 42px;
}

.ghome-process-grid h3 {
  font-size: 24px;
  margin-bottom: 11px;
}

.ghome-process-grid p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}

.ghome-final-cta {
  background: var(--ghome-red);
  color: var(--ghome-white);
  overflow: hidden;
  padding-bottom: clamp(60px, 6vw, 90px);
  padding-top: clamp(60px, 6vw, 90px);
  position: relative;
}

.ghome-final-cta::after {
  border: 72px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  height: 360px;
  position: absolute;
  right: -120px;
  top: -155px;
  width: 360px;
}

.ghome-final-grid {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) auto;
  position: relative;
  z-index: 1;
}

.ghome-final-cta .ghome-eyebrow,
.ghome-final-cta h2,
.ghome-final-cta p {
  color: var(--ghome-white);
}

.ghome-final-cta h2 {
  margin-bottom: 18px;
  max-width: 900px;
}

.ghome-final-cta p {
  max-width: 720px;
  opacity: 0.82;
}

.ghome-button-light {
  background: var(--ghome-white);
  color: var(--ghome-red-dark);
  min-width: 190px;
}

.ghome-button-light:hover {
  background: var(--ghome-blue-dark);
  color: var(--ghome-white);
}

body.ghome-category-lock {
  overflow: hidden !important;
}

.ghome-category-card {
  scroll-margin-top: 110px;
}

.ghome-category-card.ghome-category-highlight {
  animation: ghome-category-pulse 1.05s ease 2;
  border-color: rgba(224, 43, 32, 0.78);
  box-shadow: 0 0 0 5px rgba(224, 43, 32, 0.12), 0 22px 56px rgba(15, 44, 80, 0.16);
}

@keyframes ghome-category-pulse {
  0%, 100% {
    box-shadow: 0 0 0 5px rgba(224, 43, 32, 0.12), 0 22px 56px rgba(15, 44, 80, 0.16);
  }

  50% {
    box-shadow: 0 0 0 10px rgba(224, 43, 32, 0.045), 0 22px 56px rgba(15, 44, 80, 0.16);
  }
}

.ghome-category-navigator-tab {
  align-items: center;
  appearance: none;
  background: var(--ghome-blue);
  border: 0;
  border-radius: 14px 0 0 14px;
  box-shadow: 0 14px 35px rgba(13, 50, 107, 0.28);
  color: var(--ghome-white);
  cursor: pointer;
  display: flex;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 54px;
  padding: 0 18px 0 16px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: background 160ms ease, box-shadow 160ms ease, padding 160ms ease;
  z-index: 99996;
}

.ghome-category-navigator-tab:hover,
.ghome-category-navigator-tab:focus-visible {
  background: var(--ghome-blue-dark);
  box-shadow: 0 17px 42px rgba(13, 50, 107, 0.36);
  color: var(--ghome-white);
  padding-right: 22px;
}

.ghome-category-navigator-tab:focus-visible,
.ghome-category-drawer button:focus-visible,
.ghome-category-drawer a:focus-visible,
.ghome-category-drawer input:focus-visible {
  outline: 3px solid rgba(91, 151, 241, 0.55);
  outline-offset: 3px;
}

.ghome-category-tab-icon {
  display: grid;
  gap: 3px;
  width: 15px;
}

.ghome-category-tab-icon i {
  background: currentColor;
  border-radius: 99px;
  display: block;
  height: 2px;
  width: 100%;
}

.ghome-category-overlay {
  background: rgba(10, 20, 35, 0.54);
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 220ms ease;
  z-index: 99997;
}

.ghome-category-overlay.ghome-open {
  opacity: 1;
  pointer-events: auto;
}

.ghome-category-drawer {
  background: var(--ghome-white);
  bottom: 0;
  box-shadow: -24px 0 65px rgba(10, 28, 52, 0.2);
  color: var(--ghome-ink);
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", Arial, sans-serif;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(110%);
  transition: transform 260ms cubic-bezier(0.2, 0.72, 0.25, 1);
  width: 430px;
  z-index: 99998;
}

.ghome-category-drawer.ghome-open {
  transform: translateX(0);
}

.ghome-category-drawer-header {
  align-items: flex-start;
  background: linear-gradient(135deg, var(--ghome-blue-dark), var(--ghome-blue));
  color: var(--ghome-white);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  padding: 28px 26px 24px;
}

.ghome-category-drawer-eyebrow {
  color: #acd0ff;
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.ghome-category-drawer-header h2 {
  color: var(--ghome-white);
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0;
}

.ghome-category-drawer-close {
  align-items: center;
  appearance: none;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: var(--ghome-white);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 42px;
  font-size: 29px;
  font-weight: 300;
  height: 42px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 3px;
  transition: background 160ms ease, transform 160ms ease;
  width: 42px;
}

.ghome-category-drawer-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(4deg);
}

.ghome-category-search-wrap {
  border-bottom: 1px solid var(--ghome-line);
  padding: 18px 22px;
}

.ghome-category-search-wrap label {
  color: var(--ghome-muted);
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.ghome-category-search-field {
  align-items: center;
  background: var(--ghome-soft);
  border: 1px solid transparent;
  border-radius: 12px;
  display: flex;
  gap: 9px;
  padding: 0 13px;
  transition: background 160ms ease, border-color 160ms ease;
}

.ghome-category-search-field:focus-within {
  background: var(--ghome-white);
  border-color: rgba(21, 74, 153, 0.38);
}

.ghome-category-search-field svg {
  fill: none;
  flex: 0 0 18px;
  height: 18px;
  stroke: var(--ghome-blue);
  stroke-linecap: round;
  stroke-width: 2;
  width: 18px;
}

.ghome-category-search-field input {
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--ghome-ink);
  font: inherit;
  font-size: 14px;
  height: 44px;
  min-width: 0;
  outline: 0;
  padding: 0;
  width: 100%;
}

.ghome-category-search-field input::placeholder {
  color: #8793a0;
  opacity: 1;
}

.ghome-category-drawer-list {
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 8px 12px 14px;
}

.ghome-category-drawer-item {
  align-items: center;
  border-bottom: 1px solid var(--ghome-line);
  color: var(--ghome-ink);
  display: grid;
  gap: 13px;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  min-height: 90px;
  padding: 13px 10px;
  text-decoration: none;
  transition: background 150ms ease, color 150ms ease, padding 150ms ease;
}

.ghome-category-drawer-item:hover {
  background: #f4f7fb;
  color: var(--ghome-blue-dark);
  padding-left: 14px;
}

.ghome-category-drawer-item[hidden] {
  display: none !important;
}

.ghome-category-drawer-icon {
  align-items: center;
  background: #eaf1fb;
  border-radius: 12px;
  color: var(--ghome-blue);
  display: inline-flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.ghome-category-drawer-icon svg {
  fill: none;
  height: 27px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
  width: 27px;
}

.ghome-category-drawer-copy,
.ghome-category-drawer-copy strong,
.ghome-category-drawer-copy small,
.ghome-category-drawer-copy em {
  display: block;
}

.ghome-category-drawer-copy strong {
  color: var(--ghome-ink);
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
}

.ghome-category-drawer-copy small {
  color: var(--ghome-copy);
  font-size: 11px;
  line-height: 1.4;
  margin-top: 3px;
}

.ghome-category-drawer-copy em {
  color: var(--ghome-blue);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.055em;
  margin-top: 6px;
  text-transform: uppercase;
}

.ghome-category-drawer-arrow {
  color: var(--ghome-blue);
  font-size: 19px;
  font-weight: 800;
}

.ghome-category-no-results {
  color: var(--ghome-copy);
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  padding: 32px 20px;
  text-align: center;
}

.ghome-category-drawer-footer {
  background: var(--ghome-soft);
  border-top: 1px solid var(--ghome-line);
  padding: 17px 22px 20px;
}

.ghome-category-drawer-footer p {
  color: var(--ghome-copy);
  font-size: 12px;
  margin: 0 0 7px;
}

.ghome-category-drawer-footer a {
  color: var(--ghome-red-dark);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.ghome-category-drawer-footer a:hover {
  color: var(--ghome-blue-dark);
}

@media (max-width: 1120px) {
  .ghome-hero-grid {
    gap: 44px;
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.82fr);
    min-height: 650px;
  }

  .ghome-product-stage,
  .ghome-custom-hero-image {
    height: 500px;
    min-height: 0;
  }

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

  .ghome-category-card {
    min-height: 370px;
  }

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

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

}

@media (max-width: 900px) {
  .ghome-hero-grid,
  .ghome-capabilities-grid,
  .ghome-sp114-grid {
    grid-template-columns: 1fr;
  }

  .ghome-hero-grid {
    min-height: 0;
    padding-bottom: 72px;
    padding-top: 90px;
  }

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

  .ghome-hero-visual {
    margin: 0 auto;
    max-width: 680px;
    width: 100%;
  }

  .ghome-product-stage,
  .ghome-custom-hero-image {
    height: min(72vw, 560px);
  }

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

  .ghome-proof-grid > div,
  .ghome-proof-grid > div:first-child,
  .ghome-proof-grid > div:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    padding: 18px;
  }

  .ghome-proof-grid > div:nth-child(2n) {
    border-right: 0;
  }

  .ghome-proof-grid > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .ghome-section-heading {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .ghome-section-heading > p {
    max-width: 720px;
  }

  .ghome-capabilities-intro {
    max-width: 760px;
    position: static;
  }

  .ghome-difference-grid {
    grid-template-columns: 1fr;
  }

  .ghome-difference-grid article {
    min-height: 0;
  }

  .ghome-sp114-gallery {
    order: 2;
  }

  .ghome-sp114-copy {
    order: 1;
  }

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

  .ghome-process-grid article {
    min-height: 0;
  }

  .ghome-process-grid article > span {
    margin-bottom: 26px;
  }

  .ghome-market-grid article {
    min-height: 210px;
  }
}

@media (max-width: 767px) {
  .ghome-hero::after,
  .ghome-hero-visual {
    display: none;
  }

  .ghome-hero-grid {
    padding-bottom: 64px;
  }
}

@media (max-width: 640px) {
	.ghome-category-navigator-tab {
		border-radius: 12px 0 0 12px;
		font-size: 12px;
		gap: 8px;
		min-height: 48px;
		padding: 0 13px 0 12px;
		bottom: max(24px, env(safe-area-inset-bottom));
		top: auto;
		transform: none;
	}

	.ghome-category-navigator-tab:hover,
	.ghome-category-navigator-tab:focus-visible {
		padding-right: 15px;
	}

	.ghome-category-drawer {
		width: min(92vw, 430px);
	}

	.ghome-category-drawer-header {
		padding: 23px 20px 20px;
	}

	.ghome-category-drawer-header h2 {
		font-size: 25px;
	}

	.ghome-category-search-wrap {
		padding: 15px 17px;
	}

	.ghome-category-drawer-list {
		padding-left: 8px;
		padding-right: 8px;
	}

	.ghome-category-drawer-item {
		gap: 10px;
		grid-template-columns: 44px minmax(0, 1fr) auto;
		min-height: 84px;
		padding-left: 8px;
		padding-right: 8px;
	}

	.ghome-category-drawer-icon {
		height: 44px;
		width: 44px;
	}

	.ghome-category-drawer-copy small {
		display: none;
	}

	.ghome-category-drawer-footer {
		padding: 15px 18px 17px;
	}

  .ghome-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ghome-hero h1 {
    font-size: clamp(43px, 13vw, 58px);
    line-height: 1.02;
  }

  .ghome-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ghome-button {
    width: 100%;
  }

  .ghome-product-stage,
  .ghome-custom-hero-image {
    border-radius: 26px;
    height: 105vw;
    max-height: 500px;
    min-height: 390px;
  }

  .ghome-product-elbow {
    bottom: 54px;
    left: 1%;
    width: 70%;
  }

  .ghome-product-tee {
    right: -10%;
    top: 4%;
    width: 59%;
  }

  .ghome-product-union {
    bottom: -2%;
    right: -5%;
    width: 53%;
  }

  .ghome-stage-mark {
    font-size: 250px;
  }

  .ghome-proof-grid {
    grid-template-columns: 1fr;
    padding-bottom: 12px;
    padding-top: 12px;
  }

  .ghome-proof-grid > div,
  .ghome-proof-grid > div:first-child,
  .ghome-proof-grid > div:last-child,
  .ghome-proof-grid > div:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    border-right: 0;
    padding: 18px 0;
  }

  .ghome-proof-grid > div:last-child {
    border-bottom: 0;
  }

  .ghome-section-heading h2,
  .ghome-capabilities-intro h2,
  .ghome-sp114-copy h2,
  .ghome-final-cta h2 {
    font-size: clamp(34px, 10vw, 45px);
  }

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

  .ghome-market-grid {
    grid-template-columns: 1fr;
  }

  .ghome-category-card {
    min-height: 0;
  }

  .ghome-market-grid article {
    min-height: 0;
  }

  .ghome-capability-list article {
    gap: 12px;
    grid-template-columns: 34px 1fr;
  }

  .ghome-capability-list {
    grid-template-columns: 1fr;
  }

  .ghome-sp114-gallery {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .ghome-gallery-main {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 350px;
  }

  .ghome-gallery-small {
    min-height: 185px;
  }

  .ghome-final-grid {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .ghome-final-grid .ghome-button {
    max-width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ghome-root *,
  .ghome-root *::before,
	.ghome-root *::after,
	.ghome-category-navigator-tab,
	.ghome-category-overlay,
	.ghome-category-drawer,
	.ghome-category-drawer * {
		animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
