/* Abook REV24 consolidated production stylesheet. */

/* Bundled from phase1-service-rev03.css */
:root {
  --abook-yellow: #f2b900;
  --abook-ink: #111719;
  --abook-dark: #071014;
  --abook-muted: #5e686b;
  --abook-line: #c9cecf;
  --abook-paper: #f2f2ef;
}

.service-card-seo-link {
  color: #181818;
  text-decoration: none;
}

.service-card-seo-link:hover,
.service-card-seo-link:focus-visible {
  color: #b88600;
}

.quote-form .upload-zone {
  align-items: center;
  justify-content: center;
  min-height: 330px;
  padding: 28px 24px;
  text-align: center;
}

.quote-form .upload-zone > .upload-mark,
.quote-form .upload-zone > strong,
.quote-form .upload-zone > small,
.quote-form .upload-zone > button {
  margin-inline: auto;
}

.cad-info {
  width: max-content;
  max-width: calc(100% - 32px);
  margin: 38px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: left;
}

.cad-info__icon {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  color: var(--abook-yellow);
}

.cad-info__text {
  min-width: 0;
}

.cad-info__sentence {
  display: block;
  color: #181818;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.cad-info__formats {
  display: block;
  margin-top: 5px;
  color: #747c80;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.82rem;
  line-height: 1.55;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
}

body.service-landing {
  background: var(--abook-paper);
  color: var(--abook-ink);
}

.service-landing .site-header {
  background: rgba(5, 13, 17, 0.98);
}

.service-page-main {
  overflow: clip;
}

.service-page-hero {
  position: relative;
  min-height: 720px;
  padding: 172px 0 86px;
  display: flex;
  align-items: flex-end;
  background: var(--abook-dark);
  color: #fff;
}

.service-page-hero picture,
.service-page-hero picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.service-page-hero picture img {
  object-fit: cover;
}

.service-page-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 10, 14, 0.96) 0%, rgba(2, 10, 14, 0.82) 45%, rgba(2, 10, 14, 0.28) 78%, rgba(2, 10, 14, 0.18) 100%),
    linear-gradient(0deg, rgba(2, 10, 14, 0.62), transparent 45%);
}

.service-page-hero__content {
  position: relative;
  z-index: 1;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 42px;
  color: rgba(255, 255, 255, 0.66);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

.breadcrumb a:hover,
.breadcrumb a:focus-visible {
  color: var(--abook-yellow);
}

.service-page-label {
  margin: 0 0 18px;
  color: var(--abook-yellow);
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.service-page-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(3.8rem, 7.6vw, 8rem);
  line-height: 0.92;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.service-page-hero__lead {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.5vw, 1.24rem);
  line-height: 1.65;
}

.service-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.service-page-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 900px;
  margin: 48px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.service-page-hero__facts div {
  padding: 20px 24px 0 0;
}

.service-page-hero__facts strong {
  display: block;
  color: var(--abook-yellow);
  font-size: 1.2rem;
  text-transform: uppercase;
}

.service-page-hero__facts span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.84rem;
  line-height: 1.45;
}

.service-content-section {
  padding: 112px 0;
}

.service-content-section--compact {
  padding-top: 0;
}

.service-content-section--dark {
  background: var(--abook-dark);
  color: #fff;
}

.service-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: 80px;
  align-items: start;
  margin-bottom: 54px;
}

.service-section-heading h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.6vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.service-section-heading p:not(.service-page-label) {
  margin: 0;
  color: var(--abook-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.service-content-section--dark .service-section-heading p:not(.service-page-label) {
  color: rgba(255, 255, 255, 0.72);
}

.service-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--abook-line);
  border-left: 1px solid var(--abook-line);
}

.service-feature-grid article {
  min-height: 250px;
  padding: 34px;
  border-right: 1px solid var(--abook-line);
  border-bottom: 1px solid var(--abook-line);
  background: rgba(255, 255, 255, 0.55);
}

.service-feature-grid span,
.workflow-grid span {
  color: #b48400;
  font-family: var(--font-geist-mono), monospace;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.service-feature-grid h3 {
  margin: 54px 0 12px;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.service-feature-grid p,
.workflow-grid p,
.integration-grid p {
  margin: 0;
  color: var(--abook-muted);
  line-height: 1.7;
}

.material-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.material-row div {
  padding: 28px;
  border: 1px solid var(--abook-line);
  background: #fff;
}

.material-row strong {
  display: block;
  font-size: 1.05rem;
  text-transform: uppercase;
}

.material-row span {
  display: block;
  margin-top: 8px;
  color: var(--abook-muted);
  font-size: 0.88rem;
}

.machine-service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 72px;
  align-items: center;
}

.machine-service-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.machine-service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.machine-service-copy h2 {
  margin: 12px 0 20px;
  font-size: clamp(2.6rem, 5vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.machine-service-copy > p:not(.service-page-label) {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.machine-service-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.machine-service-specs div {
  padding: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.machine-service-specs dt {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.machine-service-specs dd {
  margin: 7px 0 0;
  color: #fff;
  font-weight: 700;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--abook-line);
}

.workflow-grid article {
  padding: 30px 28px 30px 0;
  border-bottom: 1px solid var(--abook-line);
}

.workflow-grid article + article {
  padding-left: 28px;
  border-left: 1px solid var(--abook-line);
}

.workflow-grid h3 {
  margin: 24px 0 10px;
  font-size: 1rem;
  text-transform: uppercase;
}

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

.integration-grid article {
  padding: 28px;
  background: #fff;
  border-top: 3px solid var(--abook-yellow);
}

.integration-grid h3 {
  margin: 0 0 10px;
  font-size: 1rem;
  text-transform: uppercase;
}

.service-quote-band {
  padding: 80px 0;
  background: var(--abook-yellow);
  color: #101719;
}

.service-quote-band__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

.service-quote-band h2 {
  margin: 0;
  font-size: clamp(2.2rem, 5vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.service-quote-band p {
  max-width: 720px;
  margin: 18px 0 0;
  line-height: 1.65;
}

.service-quote-band .button {
  border-color: #101719;
  background: #101719;
  color: #fff;
}

@media (max-width: 900px) {
  .service-section-heading,
  .machine-service-layout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .service-feature-grid,
  .material-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .service-quote-band__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .quote-form .upload-zone {
    min-height: 300px;
    padding: 24px 12px;
  }

  .cad-info {
    width: min(100%, 310px);
    max-width: calc(100% - 24px);
    flex-direction: column;
    gap: 9px;
    margin-top: 26px;
    text-align: center;
  }

  .cad-info__icon {
    width: 30px;
    height: 30px;
  }

  .cad-info__sentence {
    font-size: 0.88rem;
  }

  .cad-info__formats {
    font-size: 0.68rem;
    letter-spacing: 0.02em;
  }

  .service-page-hero {
    min-height: 650px;
    padding: 132px 0 54px;
  }

  .service-page-hero__overlay {
    background: linear-gradient(90deg, rgba(2, 10, 14, 0.94), rgba(2, 10, 14, 0.5)), linear-gradient(0deg, rgba(2, 10, 14, 0.75), transparent 55%);
  }

  .breadcrumb {
    margin-bottom: 30px;
    font-size: 0.62rem;
  }

  .service-page-label {
    font-size: 0.66rem;
  }

  .service-page-hero h1 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
    line-height: 0.96;
  }

  .service-page-hero__lead {
    margin-top: 20px;
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .service-page-hero__actions {
    margin-top: 24px;
  }

  .service-page-hero__actions .button {
    width: 100%;
    min-height: 56px;
  }

  .service-page-hero__facts {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .service-page-hero__facts div {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 14px;
    padding-top: 12px;
  }

  .service-page-hero__facts strong,
  .service-page-hero__facts span {
    margin: 0;
    font-size: 0.76rem;
  }

  .service-content-section {
    padding: 72px 0;
  }

  .service-content-section--compact {
    padding-top: 0;
  }

  .service-section-heading {
    margin-bottom: 34px;
  }

  .service-section-heading h2 {
    font-size: 2.5rem;
  }

  .service-section-heading p:not(.service-page-label) {
    font-size: 0.96rem;
  }

  .service-feature-grid,
  .material-row,
  .workflow-grid,
  .integration-grid,
  .machine-service-specs {
    grid-template-columns: 1fr;
  }

  .service-feature-grid article {
    min-height: 0;
    padding: 26px;
  }

  .service-feature-grid h3 {
    margin-top: 28px;
  }

  .workflow-grid article,
  .workflow-grid article + article {
    padding: 24px 0;
    border-left: 0;
  }

  .machine-service-layout {
    gap: 30px;
  }

  .machine-service-copy h2 {
    font-size: 3rem;
  }

  .service-quote-band {
    padding: 58px 0;
  }

  .service-quote-band h2 {
    font-size: 2.8rem;
  }

  .service-quote-band .button {
    width: 100%;
    min-height: 56px;
  }
}
.quote-form .form-submit > small {
  display: none !important;
}
/* REV8 static interaction feedback */
.quote-form-status{box-sizing:border-box;min-height:52px;margin:16px 0 0;padding:.85rem 1rem;border-left:3px solid transparent;color:inherit}
.quote-form-status:empty{visibility:hidden}
.quote-form-status.is-pending{visibility:hidden}
.quote-form-status.is-success{border-color:#8ac926;background:rgba(138,201,38,.1)}
.quote-form-status.is-error{border-color:#ef5350;background:rgba(239,83,80,.1)}
.upload-zone.is-dragging{outline:2px solid #f5c518;outline-offset:-2px}
.quote-form button:disabled{cursor:wait;opacity:.65}

/* Bundled from rev11-mobile.css */
/* Abook REV10: robust tablet/mobile navigation and stable quote fallback */
.mobile-nav-overlay[hidden] {
  display: none !important;
}

.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 990;
  background: rgba(1, 5, 8, 0.76);
  backdrop-filter: blur(3px);
  cursor: pointer;
  touch-action: none;
}

html.rev11-menu-open,
body.rev11-menu-open {
  overscroll-behavior: none;
}

.quote-fallback-frame {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .site-header {
    --header-height: 64px !important;
    height: 64px !important;
    z-index: 1000 !important;
    isolation: isolate;
    background: rgba(5, 9, 12, 0.98) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .site-header .shell.nav {
    width: calc(100% - 24px) !important;
    max-width: none !important;
    gap: 8px !important;
  }

  .site-header .brand-mark {
    min-width: 0;
    min-height: 44px;
    margin-right: auto;
    background: transparent !important;
  }

  .site-header .brand-mark__viewport {
    width: clamp(112px, 31vw, 154px) !important;
    height: 40px !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
    background: transparent !important;
  }

  .site-header .brand-mark__viewport img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
    object-position: left center !important;
    background: transparent !important;
    transform: none !important;
  }

  .desktop-nav,
  .header-cta,
  .header-origin {
    display: none !important;
  }

  .site-header .nav-actions {
    display: flex !important;
    align-items: center;
    gap: 6px !important;
    margin-left: auto;
  }

  .site-header .language {
    display: flex !important;
    align-items: center;
    gap: 4px !important;
    color: #fff;
  }

  .site-header .language > span {
    display: none !important;
  }

  .site-header .language a {
    display: grid;
    place-items: center;
    width: 36px;
    min-width: 36px;
    height: 36px;
    padding: 0 !important;
    color: #fff;
    border: 1px solid #556068;
    font: 750 11px/1 var(--font-mono), monospace;
    background: transparent;
  }

  .site-header .language a.is-active,
  .site-header .language a[aria-current="page"] {
    color: #f5c518;
    border-color: #f5c518;
  }

  .menu-toggle {
    position: relative;
    z-index: 1004;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    width: 46px !important;
    min-width: 46px;
    height: 46px !important;
    min-height: 46px;
    margin: 0;
    padding: 11px 9px !important;
    color: #fff !important;
    border: 1px solid #556068 !important;
    background: transparent !important;
    pointer-events: auto !important;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .menu-toggle::after {
    content: "";
    position: absolute;
    inset: 0;
    background: transparent !important;
    pointer-events: none;
  }

  .menu-toggle i {
    width: 24px;
    height: 2px !important;
    margin: 0 !important;
    flex: none;
    background: currentColor !important;
    pointer-events: none;
  }

  .mobile-nav {
    position: fixed !important;
    z-index: 1002 !important;
    top: var(--header-height) !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: min(92vw, 430px) !important;
    max-height: calc(100dvh - var(--header-height)) !important;
    padding: 12px clamp(16px, 4vw, 24px) 18px !important;
    background: #080d10 !important;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.55);
    overflow-y: auto !important;
    overscroll-behavior: contain;
    pointer-events: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .site-header[data-menu-open="false"] .mobile-nav,
  .mobile-nav[aria-hidden="true"] {
    display: none !important;
    pointer-events: none !important;
  }

  .site-header[data-menu-open="true"] .mobile-nav,
  .mobile-nav[aria-hidden="false"] {
    display: flex !important;
  }

  .mobile-nav > a,
  .mobile-services-toggle,
  .mobile-service-links a {
    min-height: 44px;
    display: flex;
    flex: none;
    align-items: center;
    touch-action: manipulation;
  }

  .mobile-nav > a,
  .mobile-services-toggle {
    width: 100%;
    padding: 0 2px !important;
    color: #fff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #2a3338;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.02em;
  }

  .mobile-services-toggle {
    cursor: pointer;
  }

  .mobile-nav > a > span,
  .mobile-services-toggle > span:first-child {
    width: 32px;
    flex: 0 0 32px;
    color: #f5c518;
    font: 700 0.68rem/1 var(--font-mono), monospace;
  }

  .mobile-services-toggle::after {
    content: "";
    width: 8px;
    height: 8px;
    margin-left: auto;
    border-right: 1.5px solid #fff;
    border-bottom: 1.5px solid #fff;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 240ms ease;
  }

  .mobile-services-toggle[aria-expanded="true"]::after {
    transform: rotate(225deg) translate(-2px, -2px);
  }

  .mobile-service-links {
    display: grid;
    flex: none;
    grid-template-columns: 1fr;
    gap: 0;
    max-height: 0;
    margin: 0;
    opacity: 0;
    transform: translateY(-6px);
    background: #2a3338;
    border: 1px solid #2a3338;
    overflow: hidden;
    transition: max-height 260ms ease, opacity 220ms ease, transform 260ms ease, margin 260ms ease;
  }

  .mobile-service-links.is-open {
    max-height: 330px;
    margin: 5px 0 8px;
    opacity: 1;
    transform: translateY(0);
  }

  .mobile-service-links a {
    min-width: 0;
    min-height: 38px;
    padding: 8px 13px;
    color: #e9ecee;
    background: #0d1418;
    font-size: 0.78rem;
    font-weight: 650;
    line-height: 1.25;
    text-decoration: none;
  }

  .mobile-service-links a:hover,
  .mobile-service-links a:focus-visible,
  .mobile-service-links a[aria-current="page"] {
    color: #080d10;
    background: #f5c518;
    outline: none;
  }

  .mobile-languages {
    display: none !important;
  }

  .mobile-quote-link {
    min-height: 44px !important;
    margin-top: 10px;
    justify-content: center;
    color: #080d10 !important;
    background: #f5c518 !important;
    border: 0 !important;
    font-size: 0.72rem !important;
  }
}

@media (max-width: 380px) {
  .site-header .shell.nav {
    width: calc(100% - 16px) !important;
    gap: 4px !important;
  }

  .site-header .brand-mark__viewport {
    width: 108px !important;
  }

  .site-header .language a {
    width: 34px;
    min-width: 34px;
    height: 34px;
  }
}

@media (min-width: 1101px) {
  .mobile-nav-overlay,
  .mobile-nav {
    display: none !important;
  }
}

/* Bundled from rev12-service.css */
/* REV12 compact service landing pages. Homepage is intentionally unaffected. */
.compact-service-page {
  --compact-yellow: #f5c518;
  --compact-ink: #071019;
  --compact-panel: #0c1722;
  --compact-line: #314254;
  background: #071019;
  color: #f7f8f9;
  overflow: clip;
}

.compact-service-hero {
  position: relative;
  height: min(68vh, 680px);
  min-height: 510px;
  max-height: 680px;
  display: flex;
  align-items: center;
  background: #071019;
  overflow: hidden;
}

.compact-service-hero > picture,
.compact-service-hero > picture img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.compact-service-hero > picture img {
  object-fit: cover;
  object-position: center;
}

.compact-service-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(3, 10, 17, 0.98) 0%, rgba(3, 10, 17, 0.9) 36%, rgba(3, 10, 17, 0.35) 70%, rgba(3, 10, 17, 0.14) 100%);
}

.compact-service-hero__content {
  position: relative;
  z-index: 2;
  width: min(1420px, calc(100% - 72px));
  padding-top: 82px;
}

.compact-service-hero__content .breadcrumb {
  margin-bottom: 24px;
}

.compact-service-hero__content .service-page-label {
  margin: 0 0 10px;
}

.compact-service-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.compact-service-lead {
  max-width: 700px;
  margin: 20px 0 0;
  color: #e4e8eb;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.52;
}

.compact-service-hero .service-page-hero__actions {
  margin-top: 26px;
}

.compact-spec-bar {
  border-block: 1px solid var(--compact-line);
  background: linear-gradient(90deg, #091522, #0d1a28);
}

.compact-spec-bar > .shell {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 96px;
}

.compact-spec-bar > .shell > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 18px 28px;
  border-right: 1px solid var(--compact-line);
}

.compact-spec-bar > .shell > div:last-child {
  border-right: 0;
}

.compact-spec-bar strong {
  color: #fff;
  text-transform: uppercase;
  font-size: clamp(15px, 1.25vw, 20px);
  line-height: 1.1;
}

.compact-spec-bar span {
  margin-top: 5px;
  color: #b9c3cb;
  font-size: 12px;
  line-height: 1.3;
}

.compact-technical {
  padding-block: 43px;
  background: radial-gradient(circle at 50% 0%, #112236 0, #071019 55%);
}

.compact-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}

.compact-info-card {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--compact-line);
  border-radius: 10px;
  background: linear-gradient(150deg, rgba(16, 31, 46, 0.98), rgba(7, 16, 25, 0.98));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
}

.compact-info-card .service-page-label {
  margin: 0 0 12px;
}

.compact-info-card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(21px, 1.65vw, 28px);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.compact-info-card > p:not(.service-page-label),
.compact-info-card > div > p:not(.service-page-label) {
  margin: 16px 0 0;
  color: #c9d0d6;
  font-size: 13px;
  line-height: 1.55;
}

.compact-info-card ul,
.compact-note ul {
  display: grid;
  gap: 9px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.compact-info-card li,
.compact-note li {
  position: relative;
  display: grid;
  gap: 2px;
  padding-left: 20px;
  color: #dce1e5;
  font-size: 12px;
  line-height: 1.35;
}

.compact-info-card li::before,
.compact-note li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--compact-yellow);
  font-weight: 900;
}

.compact-info-card li strong,
.compact-info-card li span,
.compact-note li strong,
.compact-note li span {
  display: block;
}

.compact-info-card li span,
.compact-note li span {
  color: #aeb9c1;
}

.compact-info-card--media {
  padding: 0;
  overflow: hidden;
}

.compact-info-card--media .machine-service-media {
  position: relative;
  display: block;
  min-height: 168px;
  border: 0;
}

.compact-info-card--media .machine-service-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.compact-info-card--media > div {
  padding: 24px 28px 28px;
}

.compact-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.compact-note {
  display: grid;
  grid-template-columns: minmax(220px, 0.75fr) minmax(280px, 1fr) minmax(420px, 1.5fr);
  align-items: center;
  gap: 24px;
  padding: 18px 24px;
  border-left: 3px solid var(--compact-yellow);
  background: rgba(18, 34, 49, 0.72);
}

.compact-note h3 {
  margin: 0;
  color: #fff;
  font-size: 17px;
}

.compact-note p {
  margin: 0;
  color: #bfc8ce;
  font-size: 12px;
  line-height: 1.5;
}

.compact-note ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.compact-flow {
  padding-block: 40px 34px;
  border-top: 1px solid var(--compact-line);
  background: #08131e;
}

.compact-flow-heading {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1.2fr);
  align-items: end;
  gap: 36px;
  margin-bottom: 22px;
}

.compact-flow-heading .service-page-label {
  margin: 0 0 8px;
}

.compact-flow-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
  letter-spacing: -0.035em;
}

.compact-flow-heading > p {
  margin: 0;
  color: #bec8cf;
  font-size: 13px;
  line-height: 1.55;
}

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

.compact-workflow article {
  min-width: 0;
  min-height: 146px;
  padding: 20px;
  border: 1px solid var(--compact-line);
  background: linear-gradient(145deg, #0d1d2c, #09131e);
}

.compact-workflow article > span {
  color: var(--compact-yellow);
  font: 750 10px/1.2 var(--font-mono), monospace;
  letter-spacing: 0.08em;
}

.compact-workflow h3 {
  margin: 14px 0 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

.compact-workflow p {
  margin: 8px 0 0;
  color: #b8c2ca;
  font-size: 11px;
  line-height: 1.45;
}

.compact-related {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  margin-top: 18px;
  padding: 16px 20px;
  border: 1px solid var(--compact-line);
  background: #0d1a27;
}

.compact-related > strong {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

.compact-related ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.compact-related li {
  display: flex;
  align-items: baseline;
  gap: 7px;
  min-width: 0;
}

.compact-related a {
  color: var(--compact-yellow);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
}

.compact-related li span {
  display: none;
}

.compact-service-page .service-quote-band {
  padding-block: 26px;
}

.compact-service-page .service-quote-band__inner {
  min-height: 0;
  padding-block: 0;
}

.compact-service-page .service-quote-band h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 0.96;
}

.compact-service-page .service-quote-band p {
  max-width: 760px;
  margin-top: 12px;
}

@media (max-width: 1100px) {
  .compact-service-hero {
    height: min(66vh, 620px);
    min-height: 500px;
  }

  .compact-service-hero__content {
    padding-top: 64px;
  }

  .compact-spec-bar > .shell > div {
    padding-inline: 18px;
  }

  .compact-info-card {
    padding: 22px;
  }

  .compact-info-card--media {
    padding: 0;
  }

  .compact-info-card--media > div {
    padding: 20px 22px 24px;
  }
}

@media (max-width: 900px) {
  .compact-service-grid {
    grid-template-columns: 1fr;
  }

  .compact-info-card--media {
    display: grid;
    grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  }

  .compact-info-card--media .machine-service-media {
    min-height: 100%;
  }

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

  .compact-flow-heading {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .compact-related {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .compact-note {
    display: block;
  }

  .compact-note p {
    margin-top: 8px;
  }

  .compact-note ul {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }
}

@media (max-width: 700px) {
  .compact-service-hero {
    height: auto;
    min-height: 560px;
    max-height: none;
  }

  .compact-service-hero__overlay {
    background: linear-gradient(180deg, rgba(3, 10, 17, 0.55), rgba(3, 10, 17, 0.96) 62%);
  }

  .compact-service-hero__content {
    width: calc(100% - 32px);
    padding-block: 104px 42px;
  }

  .compact-service-hero h1 {
    font-size: clamp(36px, 11vw, 52px);
  }

  .compact-service-lead {
    font-size: 15px;
  }

  .compact-spec-bar > .shell {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compact-spec-bar > .shell > div {
    min-height: 82px;
    padding: 14px;
    border-bottom: 1px solid var(--compact-line);
  }

  .compact-spec-bar > .shell > div:nth-child(2) {
    border-right: 0;
  }

  .compact-spec-bar > .shell > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .compact-technical {
    padding-block: 32px;
  }

  .compact-info-card--media {
    display: block;
  }

  .compact-info-card--media .machine-service-media {
    min-height: 190px;
  }

  .compact-notes {
    grid-template-columns: 1fr;
  }

  .compact-flow {
    padding-block: 32px;
  }

  .compact-workflow {
    grid-template-columns: 1fr;
  }

  .compact-workflow article {
    min-height: 0;
  }

  .compact-related ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  .compact-service-hero__content .breadcrumb {
    margin-bottom: 18px;
  }

  .compact-service-hero .service-page-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .compact-service-hero .service-page-hero__actions .button {
    width: 100%;
  }

  .compact-info-card {
    padding: 20px;
  }

  .compact-info-card--media {
    padding: 0;
  }

  .compact-info-card--media > div {
    padding: 20px;
  }

  .compact-related ul {
    grid-template-columns: 1fr;
  }
}

/* Bundled from rev13-pages.css */
:root{--r13-yellow:#ffc400;--r13-ink:#07111b;--r13-line:#2a3a49}.rev13-page{background:#07111b;color:#f5f7f9}.rev13-page main{min-height:60vh}.landing-hero{padding:118px 0 54px;background:radial-gradient(circle at 76% 20%,#173049 0,transparent 42%),linear-gradient(120deg,#07111b,#0b1926);border-bottom:1px solid var(--r13-line)}.landing-breadcrumb{display:flex;gap:10px;align-items:center;margin-bottom:34px;font-size:13px;color:#aebbc6}.landing-breadcrumb a{color:#fff}.landing-hero .eyebrow,.landing-content .eyebrow{color:var(--r13-yellow);letter-spacing:.16em;font-weight:700}.landing-hero h1{max-width:900px;margin:8px 0 18px;font-size:clamp(38px,5vw,70px);line-height:1.02;text-transform:uppercase}.landing-hero .shell>p:last-child{max-width:780px;font-size:19px;line-height:1.65;color:#c9d2da}.landing-content{padding-top:46px;padding-bottom:52px}.landing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.landing-card{display:block;overflow:hidden;border:1px solid var(--r13-line);background:#0b1722;color:#fff;transition:transform .2s,border-color .2s}.landing-card:hover{transform:translateY(-3px);border-color:var(--r13-yellow)}.landing-card img{display:block;width:100%;height:190px;object-fit:cover}.landing-card>span,.landing-card h2,.landing-card p,.landing-card>b,.landing-card>a{margin-left:22px;margin-right:22px}.landing-card>span{display:block;margin-top:19px;color:var(--r13-yellow);font-size:12px}.landing-card h2{margin-top:6px;font-size:23px}.landing-card p{min-height:52px;color:#bdc8d1;line-height:1.5}.landing-card>b,.landing-card>a{display:inline-block;margin-bottom:22px;color:var(--r13-yellow);font-size:13px;text-transform:uppercase}.landing-flow{margin-top:48px;padding:32px;border:1px solid var(--r13-line);background:#0a151f}.landing-flow h2{font-size:32px}.landing-flow ol{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;padding:0;background:var(--r13-line);list-style:none}.landing-flow li{padding:22px;background:#0b1722}.landing-flow b{display:block;color:var(--r13-yellow);margin-bottom:8px}.machinery-grid{grid-template-columns:repeat(2,1fr)}.machinery-grid .landing-card img{height:260px}.project-landing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.project-landing-grid figure{margin:0;border:1px solid var(--r13-line);background:#0b1722}.project-landing-grid img{display:block;width:100%;height:300px;object-fit:cover;background:#050b10}.project-landing-grid figcaption{padding:20px}.project-landing-grid span{color:var(--r13-yellow);font-size:12px}.project-landing-grid h2{margin:5px 0 8px}.project-landing-grid p{color:#bdc8d1}.about-panels{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.about-panels article{padding:32px;border:1px solid var(--r13-line);background:#0b1722}.about-panels h2{font-size:28px}.about-panels p:last-child{color:#bdc8d1;line-height:1.7}.contact-landing{display:grid;grid-template-columns:.75fr 1.25fr;gap:42px}.contact-details{padding:32px;border:1px solid var(--r13-line);background:#0b1722}.contact-details address{font-style:normal;line-height:1.7;margin:22px 0}.contact-details a{display:block;color:#fff;font-size:20px;margin:10px 0}.landing-form{display:grid!important;grid-template-columns:1fr 1fr;gap:16px!important;padding:30px!important}.landing-form h2,.landing-form .field-wide,.landing-form button,.landing-form .quote-form-status{grid-column:1/-1}.landing-form label{display:flex;flex-direction:column;gap:7px}.landing-form input,.landing-form textarea{width:100%;padding:13px;border:1px solid #41505d;background:#07111b;color:#fff}.landing-cta{border-top:1px solid var(--r13-line);background:#0b1722}.landing-cta .shell{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-top:34px;padding-bottom:34px}.landing-cta h2{margin:6px 0;font-size:30px}.nav-services{position:relative}.nav-services summary{cursor:pointer;list-style:none;color:inherit}.nav-services summary::-webkit-details-marker{display:none}.nav-services summary:after{content:'⌄';margin-left:6px;color:var(--r13-yellow)}.nav-services>div{position:absolute;top:calc(100% + 17px);left:-18px;z-index:1200;display:grid;min-width:220px;padding:10px;background:#07111b;border:1px solid #344654;box-shadow:0 18px 40px #000a}.nav-services:not([open])>div{display:none}.nav-services>div a{padding:10px 12px;white-space:nowrap}.nav-services .nav-services-all{color:var(--r13-yellow);border-bottom:1px solid #2a3a49}.mobile-all-services{color:var(--r13-yellow)!important}.rev13-page{animation:r13-in .2s ease-out}@keyframes r13-in{from{opacity:.86}to{opacity:1}}@media(prefers-reduced-motion:reduce){.rev13-page{animation:none}.landing-card{transition:none}}@media(max-width:1180px){.desktop-nav{gap:17px!important}.header-cta{display:none!important}}@media(max-width:800px){.landing-hero{padding:92px 0 38px}.landing-content{padding-top:28px}.landing-grid,.about-panels,.project-landing-grid,.contact-landing{grid-template-columns:1fr}.landing-flow ol{grid-template-columns:1fr 1fr}.landing-card img,.machinery-grid .landing-card img,.project-landing-grid img{height:220px}.landing-form{grid-template-columns:1fr}.landing-form label{grid-column:1/-1}.landing-cta .shell{align-items:flex-start;flex-direction:column}.landing-hero h1{font-size:38px}.landing-hero .shell>p:last-child{font-size:16px}}

/* Bundled from rev14-navigation.css */
.desktop-nav>.nav-item,.desktop-nav>.nav-services>summary.nav-item{font-family:inherit;font-size:11px;font-weight:760;letter-spacing:normal;line-height:normal;text-transform:uppercase;vertical-align:middle;color:inherit}.desktop-nav>.nav-services{display:flex;align-items:center}.desktop-nav>.nav-services>summary.nav-item{appearance:none;-webkit-appearance:none;border:0;background:none;margin:0;padding:0;cursor:pointer;list-style:none}.desktop-nav>.nav-services>summary.nav-item::-webkit-details-marker{display:none}.desktop-nav>.nav-services>summary.nav-item::after{content:'⌄';margin-left:6px;color:var(--yellow);font:inherit}.desktop-nav>.nav-services>summary.nav-item:hover{color:inherit}.desktop-nav>.nav-services>summary.nav-item::before{content:'';background:var(--yellow);height:2px;transition:right .18s;position:absolute;bottom:-11px;left:0;right:100%}.desktop-nav>.nav-services>summary.nav-item:hover::before,.desktop-nav>.nav-services[open]>summary.nav-item::before{right:0}.desktop-nav>.nav-services>summary.nav-item{position:relative}.rev14-route-pending body{visibility:hidden}.mobile-nav>a:first-child::before{content:'01';color:var(--yellow);font:700 11px var(--font-mono),monospace;margin-right:18px}.mobile-nav>a:first-child span{display:none}@media(max-width:1100px){.desktop-nav>.nav-item,.desktop-nav>.nav-services>summary.nav-item{font-size:11px}}

/* Bundled from rev15-quote.css */
.quote-section{padding:52px 0;scroll-margin-top:76px}.quote-layout{grid-template-columns:minmax(260px,.58fr) minmax(0,1.42fr);gap:clamp(34px,4vw,64px);max-width:1280px}.quote-intro{top:88px}.quote-intro h2{margin-top:12px;font-size:clamp(34px,3.5vw,52px)}.quote-intro>p:not(.eyebrow){margin:14px 0;font-size:14px;line-height:1.5}.quote-intro ul{margin-top:18px;padding-top:14px}.quote-intro li{margin:8px 0;line-height:1.4}.quote-form{padding:22px}.quote-form .upload-zone{min-height:155px;padding:14px 18px}.upload-mark{font-size:24px}.upload-zone strong{margin-top:3px;font-size:11px}.upload-zone small{margin:3px 0}.upload-zone button{padding:8px 20px}.cad-info{max-width:100%;margin:11px auto 0;gap:10px}.cad-info__icon{width:26px;height:26px}.cad-info__sentence{font-size:12px;line-height:1.25}.cad-info__formats{margin-top:2px;font-size:10px;line-height:1.3}.form-fields{gap:12px;margin-top:16px}.form-fields label{gap:5px}.form-fields input{height:44px;padding:10px 12px}.form-fields textarea{min-height:82px;max-height:108px;padding:10px 12px}.form-submit{margin-top:14px}.form-submit .button{min-height:48px}.quote-form-status{min-height:42px;margin-top:8px;padding:.6rem .8rem}.quote-section+.contact-cta{display:none}@media(max-width:900px){.quote-section{padding:40px 0}.quote-layout{grid-template-columns:1fr;gap:24px}.quote-intro{position:static}.quote-intro ul{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;border-top:0;padding-top:0}.quote-form .upload-zone{min-height:145px}}@media(max-width:620px){.quote-section{padding:34px 0;scroll-margin-top:64px}.quote-layout{gap:18px}.quote-intro h2{font-size:34px}.quote-intro ul{grid-template-columns:1fr;gap:0;margin-top:12px}.quote-intro li{margin:4px 0}.quote-form{padding:16px}.quote-form .upload-zone{min-height:140px;padding:12px}.form-fields{gap:10px;margin-top:13px}.form-fields textarea{min-height:88px}.form-submit{margin-top:12px}.cad-info__icon{display:none}.cad-info{margin-top:8px;text-align:center}.cad-info__formats{font-size:9px}}

/* Bundled from rev16-fixes.css */
/* REV16: quote heading containment, featured project lightbox and mobile row alignment. */

@media (min-width: 901px) {
  .quote-layout {
    grid-template-columns: minmax(370px, .68fr) minmax(0, 1.32fr);
    gap: clamp(56px, 5vw, 80px);
  }

  .quote-intro h2 {
    max-width: 100%;
    font-size: clamp(32px, 2.5vw, 42px);
    overflow-wrap: anywhere;
  }
}

@media (max-width: 1100px) {
  .mobile-nav > a:not(.mobile-quote-link),
  .mobile-services-toggle {
    display: grid !important;
    grid-template-columns: 50px minmax(0, 1fr) 20px;
    column-gap: 18px !important;
    align-items: center;
  }

  .mobile-nav > a:not(.mobile-quote-link) > span,
  .mobile-services-toggle > span:first-child {
    width: auto;
    min-width: 0;
    margin: 0;
  }

  .mobile-nav > a:first-child::before {
    grid-column: 1;
    width: auto;
    margin-right: 0;
  }

  .mobile-services-toggle > span:nth-child(2) {
    grid-column: 2;
  }

  .mobile-services-toggle::after {
    grid-column: 3;
    margin-left: auto;
  }
}

/* Bundled from rev18-dropdown.css */
/* REV17 desktop services dropdown interaction and moving underline. */

@media (min-width: 1101px) and (hover: hover) and (pointer: fine) {
  .desktop-nav .nav-services > div {
    overflow: visible;
  }

  .desktop-nav .nav-services > div > a::after {
    display: none !important;
  }

  .desktop-nav .nav-services .nav-services-all {
    border-bottom: 0;
  }

.rev18-dropdown-indicator {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: var(--rev18-line-width, 0);
    height: 2px;
    background: var(--yellow);
    opacity: 0;
    pointer-events: none;
    transform: translate(var(--rev18-line-x, 0), var(--rev18-line-y, 0));
    transform-origin: left center;
    transition: transform 180ms ease, width 180ms ease, opacity 120ms ease;
  }

  .rev18-dropdown-indicator.is-visible {
    opacity: 1;
  }

  .rev18-dropdown-indicator.is-immediate {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rev18-dropdown-indicator {
    transition: none;
  }
}

/* Bundled from rev19-contact.css */
/* REV19: clearly visible direct-email option in the Contact footer section. */

.footer-email-block {
  position: relative;
  margin: 16px 0 18px;
  padding: 14px 16px 15px 18px;
  background: rgba(255, 255, 255, .035);
  border-left: 2px solid var(--yellow);
}

.footer-email-block::before {
  content: "✉";
  position: absolute;
  top: 14px;
  right: 14px;
  color: var(--yellow);
  font-size: 16px;
  line-height: 1;
  opacity: .9;
}

.footer-email-label {
  display: block;
  margin: 0 28px 7px 0;
  color: var(--yellow);
  font: 800 9px/1.2 var(--font-mono), monospace;
  letter-spacing: .14em;
  text-transform: uppercase;
}

footer .footer-grid > div > .footer-email-block > a.footer-email-address {
  display: inline-block;
  color: #fff;
  font-size: clamp(18px, 1.3vw, 22px);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -.015em;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

footer .footer-grid > div > .footer-email-block > a.footer-email-address:hover,
footer .footer-grid > div > .footer-email-block > a.footer-email-address:focus-visible {
  color: var(--yellow);
  text-decoration-color: var(--yellow);
}

.footer-email-support {
  display: block;
  max-width: 250px;
  margin-top: 8px;
  color: #9ca6aa;
  font-size: 11px;
  line-height: 1.45;
}

@media (max-width: 760px) {
  footer .footer-grid > div:last-child {
    order: -1;
  }

  .footer-email-block {
    max-width: 420px;
    margin-block: 14px 20px;
    padding: 15px 17px 16px 18px;
  }

  footer .footer-grid > div > .footer-email-block > a.footer-email-address {
    font-size: clamp(20px, 6vw, 24px);
  }

  .footer-email-support {
    max-width: 310px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  footer .footer-grid > div > .footer-email-block > a.footer-email-address {
    transition: none;
  }
}

/* Bundled from rev20-footer.css */
/* REV20: cohesive four-column industrial footer. */

footer {
  position: relative;
  padding-top: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 196, 0, .035), transparent 28%),
    linear-gradient(145deg, #070b0e 0%, #040709 58%, #080d10 100%);
}

footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 80%);
}

footer .footer-masthead {
  display: none;
}

footer .footer-grid,
footer .footer-bottom {
  position: relative;
  z-index: 1;
}

footer .footer-grid {
  grid-template-columns: minmax(220px, 1.18fr) minmax(150px, .82fr) minmax(170px, .92fr) minmax(270px, 1.2fr);
  gap: clamp(34px, 4.2vw, 68px);
  align-items: start;
  padding-top: 54px;
  padding-bottom: 42px;
}

footer .footer-grid > div,
footer .footer-grid > nav {
  min-width: 0;
}

footer .footer-grid h2 {
  position: relative;
  margin: 0 0 26px;
  padding-bottom: 12px;
  color: #f3f5f5;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .055em;
}

footer .footer-grid h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  background: var(--yellow);
}

footer .footer-company .brand-mark__viewport {
  width: min(230px, 100%);
}

footer .footer-company h2 {
  margin-top: 22px;
  margin-bottom: 18px;
  padding-bottom: 0;
  color: var(--yellow);
  font-size: 13px;
}

footer .footer-company h2::after {
  display: none;
}

footer .footer-company address {
  margin-bottom: 12px;
  color: #c8ced0;
  font-size: 12px;
  line-height: 1.65;
}

footer .footer-company p {
  color: #8e989c;
  font-size: 10.5px;
}

footer .footer-grid > nav > a {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 6px 0 6px 14px;
  color: #b5bdc0;
  font-size: 11.5px;
  transition: color 180ms ease, transform 180ms ease;
}

footer .footer-grid > nav > a::before {
  content: "›";
  position: absolute;
  left: 0;
  color: var(--yellow);
  font-size: 15px;
  line-height: 1;
}

footer .footer-grid > nav > a:hover,
footer .footer-grid > nav > a:focus-visible {
  color: #fff;
  transform: translateX(3px);
}

footer .footer-contact {
  padding-left: 4px;
}

.footer-phone-block,
.footer-email-block {
  position: relative;
  width: 100%;
  padding-left: 48px;
}

.footer-phone-block {
  min-height: 42px;
  margin-bottom: 17px;
}

.footer-phone-block::before,
.footer-email-block::before {
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #4b5559;
  border-radius: 50%;
  color: var(--yellow);
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
}

.footer-phone-block::before {
  content: "\260E\FE0E";
}

.footer-email-block {
  margin: 0;
  padding-top: 16px;
  padding-bottom: 17px;
  padding-right: 4px;
  border-top: 1px solid #353d41;
  border-bottom: 1px solid #353d41;
  border-left: 0;
  background: transparent;
}

.footer-email-block::before {
  content: "\2709\FE0E";
  top: 16px;
  right: auto;
  opacity: 1;
}

.footer-phone-label,
.footer-email-label {
  display: block;
  margin: 0 0 5px;
  color: #8e989c;
  font: 800 9px/1.2 var(--font-mono), monospace;
  letter-spacing: .13em;
  text-transform: uppercase;
}

footer .footer-grid > .footer-contact > .footer-phone-block > a {
  display: inline-block;
  margin: 0;
  color: #f5f6f6;
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 820;
  line-height: 1.2;
  transition: color 180ms ease;
}

footer .footer-grid > .footer-contact > .footer-phone-block > a:hover,
footer .footer-grid > .footer-contact > .footer-phone-block > a:focus-visible {
  color: var(--yellow);
}

footer .footer-grid > .footer-contact > .footer-email-block > a.footer-email-address {
  display: inline-block;
  margin: 0;
  color: var(--yellow);
  font-size: clamp(19px, 1.45vw, 24px);
  font-weight: 880;
  line-height: 1.16;
  letter-spacing: -.02em;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

footer .footer-grid > .footer-contact > .footer-email-block > a.footer-email-address:hover,
footer .footer-grid > .footer-contact > .footer-email-block > a.footer-email-address:focus-visible {
  color: #fff;
  text-decoration-color: var(--yellow);
}

.footer-email-support {
  display: block;
  max-width: 260px;
  margin-top: 7px;
  color: #a8b0b3;
  font-size: 11px;
  line-height: 1.45;
}

footer .footer-contact .footer-quote {
  justify-content: space-between;
  min-width: 225px;
  margin-top: 18px;
  padding: 14px 17px;
  transition: transform 180ms ease, filter 180ms ease;
}

footer .footer-contact .footer-quote:hover,
footer .footer-contact .footer-quote:focus-visible {
  color: var(--ink);
  filter: brightness(1.04);
  transform: translateY(-2px);
}

footer .footer-bottom {
  min-height: 56px;
  color: #7f888c;
  border-top-color: #30373b;
  font-size: 10px;
}

@media (max-width: 980px) {
  footer .footer-grid {
    grid-template-columns: 1.1fr .9fr;
    gap: 42px 64px;
  }
}

@media (max-width: 620px) {
  footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 38px;
    padding-bottom: 32px;
  }

  footer .footer-contact {
    order: -1;
    padding-left: 0;
  }

  footer .footer-grid h2 {
    margin-bottom: 22px;
  }

  .footer-phone-block,
  .footer-email-block {
    max-width: 100%;
  }

  footer .footer-grid > .footer-contact > .footer-email-block > a.footer-email-address {
    overflow-wrap: anywhere;
    font-size: clamp(21px, 7vw, 25px);
  }

  footer .footer-contact .footer-quote {
    width: 100%;
    min-height: 48px;
  }

  footer .footer-company .brand-mark__viewport {
    width: 200px;
  }

  footer .footer-bottom {
    min-height: 68px;
  }
}

@media (prefers-reduced-motion: reduce) {
  footer a {
    transition: none !important;
  }
}

/* Bundled from rev21-security.css */
/* REV21: compact status for server token and optional Cloudflare Turnstile. */

.quote-security-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 13px;
  color: #778186;
  font: 750 9px/1.2 var(--font-mono), monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.quote-security-note > span:first-child {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #677176;
  border: 1px solid #9ba3a6;
  transform: rotate(45deg);
  transition: color 180ms ease, border-color 180ms ease;
}

.quote-security-note.is-ready > span:first-child {
  color: #171b1d;
  border-color: var(--yellow);
}

.quote-turnstile {
  min-height: 1px;
  margin-top: 14px;
}

.quote-form button[type="submit"]:disabled {
  cursor: wait;
  opacity: .58;
}

@media (max-width: 620px) {
  .quote-security-note {
    margin-top: 12px;
  }

  .quote-turnstile {
    max-width: 100%;
    overflow: hidden;
  }
}

@media (prefers-reduced-motion: reduce) {
  .quote-security-note > span:first-child {
    transition: none;
  }
}

/* Bundled from rev22-polish.css */
/* REV22: quieter upload copy and aligned contact details. */

.quote-security-note {
  display: none !important;
}

.cad-info__formats {
  margin-top: 0;
}

footer .footer-grid > .footer-contact > .footer-phone-block > a,
footer .footer-grid > .footer-contact > .footer-email-block > a.footer-email-address {
  font-size: clamp(16px, 1.25vw, 20px);
}

/* The circle and envelope are both drawn in CSS, avoiding device-dependent emoji glyphs. */
.footer-email-block::before {
  content: "";
  top: 16px;
  background: transparent;
}

.footer-email-block::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 27px;
  box-sizing: border-box;
  width: 16px;
  height: 11px;
  border: 1.5px solid var(--yellow);
  border-radius: 1px;
  background:
    linear-gradient(34deg, transparent 45%, var(--yellow) 46% 53%, transparent 54%) left top / 51% 72% no-repeat,
    linear-gradient(-34deg, transparent 45%, var(--yellow) 46% 53%, transparent 54%) right top / 51% 72% no-repeat;
  pointer-events: none;
}

@media (max-width: 620px) {
  footer .footer-grid > .footer-contact > .footer-phone-block > a,
  footer .footer-grid > .footer-contact > .footer-email-block > a.footer-email-address {
    font-size: clamp(19px, 5.2vw, 21px);
  }
}

/* Bundled from rev23-painting.css */
/* REV23: practical coating-chamber dimensions for quoting. */

.paint-capacity {
  position: relative;
  padding: 44px 0;
  color: #f5f7f8;
  background:
    linear-gradient(110deg, rgba(245, 197, 24, .055), transparent 36%),
    #0a141e;
  border-bottom: 1px solid var(--compact-line);
}

.paint-capacity__layout {
  display: grid;
  grid-template-columns: minmax(240px, .72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: center;
}

.paint-capacity__intro h2 {
  max-width: 560px;
  margin: 8px 0 12px;
  color: #fff;
  font-size: clamp(26px, 2.4vw, 40px);
  line-height: 1.05;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.paint-capacity__intro > p:last-child {
  max-width: 570px;
  margin: 0;
  color: #b9c2c8;
  font-size: 14px;
  line-height: 1.6;
}

.paint-capacity__specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border: 1px solid #344555;
  background: rgba(5, 13, 21, .72);
}

.paint-capacity__specs > div {
  min-width: 0;
  padding: 24px 22px 21px;
}

.paint-capacity__specs > div + div {
  border-left: 1px solid #344555;
}

.paint-capacity__specs dt {
  margin: 0 0 8px;
  color: #9aa6ad;
  font: 750 10px/1.2 var(--font-mono), monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.paint-capacity__specs dd {
  margin: 0;
  color: var(--yellow);
  font-size: clamp(25px, 2.2vw, 35px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -.035em;
  white-space: nowrap;
}

.paint-capacity__note {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 14px 0 0;
  color: #aeb8be;
  font-size: 12px;
  line-height: 1.55;
}

.paint-capacity__note::before {
  content: "i";
  flex: 0 0 21px;
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  margin-top: 1px;
  color: #071019;
  background: var(--yellow);
  border-radius: 50%;
  font: 850 12px/1 Arial, sans-serif;
}

@media (max-width: 820px) {
  .paint-capacity {
    padding: 34px 0;
  }

  .paint-capacity__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 520px) {
  .paint-capacity__specs {
    grid-template-columns: 1fr;
  }

  .paint-capacity__specs > div {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    padding: 15px 17px;
  }

  .paint-capacity__specs > div + div {
    border-left: 0;
    border-top: 1px solid #344555;
  }

  .paint-capacity__specs dt {
    margin: 0;
  }

  .paint-capacity__specs dd {
    font-size: 27px;
  }
}
