:root {
  --ink: #102332;
  --ink-soft: #405564;
  --navy: #0b2f45;
  --navy-2: #123f58;
  --teal: #007f82;
  --teal-dark: #006669;
  --aqua: #dff4f2;
  --gold: #d69b2d;
  --paper: #ffffff;
  --mist: #f3f7f8;
  --line: #d6e0e4;
  --success: #166534;
  --danger: #9f1239;
  --shadow: 0 14px 40px rgba(11, 47, 69, .12);
  --shadow-sm: 0 8px 22px rgba(11, 47, 69, .09);
  --radius: 18px;
  --radius-sm: 10px;
  --site: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img, video { max-width: 100%; }
img { height: auto; }
a { color: var(--teal-dark); text-decoration-thickness: .08em; text-underline-offset: .16em; }
a:hover { color: var(--navy); }
button, input, select, textarea { font: inherit; }
button, .button { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
::selection { color: #fff; background: var(--teal); }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10000;
  transform: translateY(-160%);
  padding: .7rem 1rem;
  color: #fff;
  background: var(--navy);
  border-radius: 8px;
  transition: transform .15s ease;
}
.skip-link:focus { transform: translateY(0); }
.container { width: min(var(--site), calc(100% - 40px)); margin-inline: auto; }
.container.narrow { width: min(820px, calc(100% - 40px)); }
.section { padding: 78px 0; }
.section.compact { padding: 52px 0; }
.section.tint { background: var(--mist); }
.section.dark { color: #fff; background: var(--navy); }
.section.dark a { color: #b9f2ed; }
.section-head { max-width: 790px; margin-bottom: 34px; }
.section-head.center { margin-inline: auto; text-align: center; }
.eyebrow {
  display: inline-flex;
  gap: .45rem;
  align-items: center;
  margin: 0 0 .75rem;
  color: var(--teal-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow::before { width: 28px; height: 2px; content: ""; background: currentColor; }
.dark .eyebrow { color: #8be2db; }
h1, h2, h3, h4 { margin-top: 0; color: var(--navy); font-weight: 800; line-height: 1.13; letter-spacing: -.025em; }
h1 { margin-bottom: 1rem; font-size: clamp(2.25rem, 5vw, 4.8rem); }
h2 { margin-bottom: 1rem; font-size: clamp(1.8rem, 3.5vw, 3.1rem); }
h3 { margin-bottom: .7rem; font-size: clamp(1.18rem, 2vw, 1.55rem); }
h4 { margin-bottom: .45rem; font-size: 1.05rem; }
.dark h1, .dark h2, .dark h3, .dark h4 { color: #fff; }
p { margin-top: 0; }
.lead { max-width: 760px; color: var(--ink-soft); font-size: clamp(1.08rem, 1.9vw, 1.3rem); }
.dark .lead { color: #d7e6ed; }
.muted { color: var(--ink-soft); }
.small { font-size: .9rem; }
.no-margin { margin: 0; }

.topline { color: #d9e8ee; background: #071f2e; font-size: .88rem; }
.topline-inner { display: flex; gap: 18px; align-items: center; justify-content: space-between; min-height: 38px; }
.topline a { color: #fff; text-decoration: none; }
.topline-links { display: flex; flex-wrap: wrap; gap: 18px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  border-bottom: 1px solid rgba(214, 224, 228, .85);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(14px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 80px; }
.brand { display: inline-flex; gap: 12px; align-items: center; color: var(--navy); text-decoration: none; }
.brand-mark {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--navy));
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  font-size: 1.12rem;
  font-weight: 900;
}
.brand-copy { display: grid; line-height: 1.08; }
.brand-copy strong { font-size: 1.02rem; letter-spacing: -.02em; }
.brand-copy small { color: var(--ink-soft); font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.primary-nav { display: flex; gap: 4px; align-items: center; }
.primary-nav > a, .nav-drop > summary {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: .55rem .72rem;
  color: var(--ink);
  border-radius: 8px;
  font-size: .92rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  list-style: none;
}
.nav-drop > summary::-webkit-details-marker { display: none; }
.primary-nav > a:hover, .primary-nav > a[aria-current="page"], .nav-drop > summary[aria-current="page"], .nav-drop > summary:hover { color: var(--teal-dark); background: var(--aqua); }
.nav-drop { position: relative; }
.nav-drop[open] > summary { color: var(--teal-dark); background: var(--aqua); }
.nav-drop > summary::after { margin-left: .38rem; content: "⌄"; font-size: .86rem; }
.nav-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  width: min(620px, 90vw);
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
}
.nav-panel a { display: block; padding: .65rem .7rem; color: var(--ink); border-radius: 8px; font-size: .9rem; font-weight: 650; text-decoration: none; }
.nav-panel a:hover { color: var(--teal-dark); background: var(--mist); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 0; color: var(--navy); background: #fff; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; }
.nav-toggle span { display: block; width: 21px; height: 2px; margin: 4px auto; background: currentColor; }
.header-cta { margin-left: 8px; }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.button {
  display: inline-flex;
  gap: .5rem;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .72rem 1.15rem;
  color: #fff;
  background: var(--teal);
  border: 2px solid var(--teal);
  border-radius: 10px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.button:hover { color: #fff; background: var(--teal-dark); border-color: var(--teal-dark); box-shadow: var(--shadow-sm); transform: translateY(-1px); }
.button.secondary { color: var(--navy); background: #fff; border-color: var(--line); }
.button.secondary:hover { color: var(--teal-dark); background: var(--aqua); border-color: #a2d8d4; }
.button.dark { color: #fff; background: var(--navy); border-color: var(--navy); }
.button.small-button { min-height: 40px; padding: .52rem .82rem; font-size: .9rem; }
.text-link { display: inline-flex; gap: .3rem; align-items: center; font-weight: 800; }
.text-link::after { content: "→"; transition: transform .15s ease; }
.text-link:hover::after { transform: translateX(3px); }

.breadcrumbs { padding: 15px 0 0; color: var(--ink-soft); font-size: .86rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li:not(:last-child)::after { margin-left: 7px; content: "/"; color: #91a1aa; }
.breadcrumbs a { color: inherit; }

.hero { position: relative; overflow: hidden; padding: 68px 0 76px; background: linear-gradient(145deg, #eef8f8 0%, #fff 58%, #eef2f5 100%); }
.hero::before, .hero::after { position: absolute; content: ""; pointer-events: none; border-radius: 999px; filter: blur(1px); }
.hero::before { top: -240px; right: -120px; width: 550px; height: 550px; background: rgba(0, 127, 130, .10); }
.hero::after { bottom: -280px; left: -210px; width: 520px; height: 520px; background: rgba(214, 155, 45, .09); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; gap: 58px; align-items: center; }
.hero-copy .lead { margin-bottom: 1.45rem; }
.hero-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 1.6rem 0 0; padding: 0; list-style: none; }
.hero-points li { padding: .8rem .75rem; color: var(--navy); background: rgba(255,255,255,.75); border: 1px solid rgba(214,224,228,.9); border-radius: 10px; font-size: .86rem; font-weight: 750; text-align: center; }
.hero-media { position: relative; }
.media-frame { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.media-frame img, .media-frame video { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #fff; }
.media-frame.video-frame video { aspect-ratio: 16 / 10; object-fit: cover; }
.media-label { position: absolute; right: 14px; bottom: 14px; max-width: calc(100% - 28px); padding: .55rem .75rem; color: #fff; background: rgba(7,31,46,.86); border-radius: 8px; font-size: .78rem; font-weight: 700; backdrop-filter: blur(8px); }
.trust-strip { border-block: 1px solid var(--line); background: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 98px; padding: 20px 24px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--navy); font-size: 1rem; }
.trust-item span { color: var(--ink-soft); font-size: .88rem; }

.grid { display: grid; gap: 24px; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 1px 0 rgba(11,47,69,.02);
}
.card.hover { transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.card.hover:hover { border-color: #aed6d4; box-shadow: var(--shadow-sm); transform: translateY(-4px); }
.card p:last-child, .card ul:last-child { margin-bottom: 0; }
.card-media { margin: -26px -26px 22px; overflow: hidden; background: #fff; border-bottom: 1px solid var(--line); }
.card-media img { display: block; width: 100%; aspect-ratio: 16 / 11; object-fit: contain; transition: transform .25s ease; }
.card.hover:hover .card-media img { transform: scale(1.025); }
.card-tag { display: inline-flex; margin-bottom: .7rem; padding: .22rem .55rem; color: var(--teal-dark); background: var(--aqua); border-radius: 999px; font-size: .74rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.card h3 a { color: inherit; text-decoration: none; }
.card h3 a::after { position: absolute; inset: 0; content: ""; }
.card .text-link { position: relative; z-index: 1; }
.machine-card .stat-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 1rem 0 1.2rem; }
.stat { padding: .6rem .65rem; background: var(--mist); border-radius: 8px; }
.stat b { display: block; color: var(--navy); font-size: .88rem; }
.stat span { color: var(--ink-soft); font-size: .77rem; }
.icon-card .icon { display: grid; width: 48px; height: 48px; margin-bottom: 1rem; place-items: center; color: #fff; background: linear-gradient(135deg, var(--teal), var(--navy)); border-radius: 13px; font-size: 1.2rem; font-weight: 900; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.split.reverse > :first-child { order: 2; }
.split-media { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.split-media img, .split-media video { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: contain; }
.check-list, .plain-list { margin: 1rem 0 1.4rem; padding: 0; list-style: none; }
.check-list li { position: relative; margin: .55rem 0; padding-left: 1.65rem; }
.check-list li::before { position: absolute; top: .05rem; left: 0; color: var(--teal); content: "✓"; font-weight: 900; }
.plain-list li { margin: .42rem 0; }
.number-list { counter-reset: steps; display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.number-list li { position: relative; min-height: 48px; padding: .5rem 0 .5rem 58px; counter-increment: steps; }
.number-list li::before { position: absolute; top: 0; left: 0; display: grid; width: 42px; height: 42px; place-items: center; color: #fff; background: var(--teal); border-radius: 50%; content: counter(steps); font-weight: 900; }

.callout { padding: 28px; background: linear-gradient(135deg, var(--navy), var(--navy-2)); border-radius: var(--radius); box-shadow: var(--shadow); }
.callout, .callout h2, .callout h3 { color: #fff; }
.callout p { color: #d6e6ed; }
.callout .button.secondary { border-color: rgba(255,255,255,.4); }
.quote-box { padding: 27px; background: var(--aqua); border-left: 5px solid var(--teal); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.quote-box strong { color: var(--navy); }
.notice { padding: 17px 19px; color: var(--ink); background: #fff8e8; border: 1px solid #efd8a6; border-radius: 10px; font-size: .92rem; }

.spec-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 13px; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 14px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--navy); background: var(--mist); font-size: .88rem; }
tr:last-child td { border-bottom: 0; }
.spec-table th:first-child { width: 36%; }
.comparison th:first-child { min-width: 190px; }
.table-note { margin-top: .7rem; color: var(--ink-soft); font-size: .85rem; }

.faq-list { display: grid; gap: 12px; }
.faq-list details { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.faq-list summary { position: relative; padding: 18px 52px 18px 20px; color: var(--navy); font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 50%; right: 20px; content: "+"; color: var(--teal); font-size: 1.4rem; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { padding: 0 20px 18px; color: var(--ink-soft); }
.faq-answer p:last-child { margin-bottom: 0; }

.page-hero { padding: 48px 0 58px; background: linear-gradient(145deg, #eef8f8, #fff 70%); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.page-hero h1 { max-width: 860px; font-size: clamp(2.25rem, 4.5vw, 4rem); }
.page-hero .media-frame img { aspect-ratio: 16 / 11; }
.quick-nav { padding: 15px 0; background: #fff; border-bottom: 1px solid var(--line); }
.quick-nav-inner { display: flex; flex-wrap: wrap; gap: 8px; }
.quick-nav a { padding: .42rem .7rem; color: var(--ink); background: var(--mist); border-radius: 999px; font-size: .82rem; font-weight: 750; text-decoration: none; }
.quick-nav a:hover { color: var(--teal-dark); background: var(--aqua); }

.product-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr); gap: 48px; align-items: start; }
.product-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.product-gallery figure { margin: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.product-gallery figure:first-child { grid-column: 1 / -1; }
.product-gallery img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: contain; }
.product-gallery figcaption { padding: .6rem .7rem; color: var(--ink-soft); border-top: 1px solid var(--line); font-size: .76rem; }
.sticky-panel { position: sticky; top: 108px; padding: 25px; background: var(--mist); border: 1px solid var(--line); border-radius: var(--radius); }
.sticky-panel .button { width: 100%; }
.sticky-panel .button + .button { margin-top: 9px; }
.key-specs { display: grid; gap: 8px; margin: 1rem 0 1.2rem; }
.key-spec { display: flex; gap: 12px; justify-content: space-between; padding: .7rem .8rem; background: #fff; border-radius: 9px; }
.key-spec span { color: var(--ink-soft); font-size: .82rem; }
.key-spec b { color: var(--navy); font-size: .86rem; text-align: right; }

.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px; }
.video-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.video-card video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #0b1d28; object-fit: cover; }
.video-copy { padding: 22px; }
.media-credit { color: var(--ink-soft); font-size: .78rem; }

.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.field { display: grid; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--navy); font-size: .88rem; font-weight: 800; }
.field input, .field select, .field textarea {
  width: 100%;
  padding: .8rem .85rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid #b9c8cf;
  border-radius: 9px;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(0,127,130,.12); outline: 0; }
.field textarea { min-height: 160px; resize: vertical; }
.required { color: var(--danger); }
.form-note { color: var(--ink-soft); font-size: .82rem; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-cards { display: grid; gap: 14px; }
.contact-card { padding: 20px; background: var(--mist); border: 1px solid var(--line); border-radius: 12px; }
.contact-card a { font-weight: 800; }
.status { display: none; margin-top: 14px; padding: 13px; border-radius: 8px; }
.status.show { display: block; }
.status.success { color: var(--success); background: #ecfdf3; border: 1px solid #a7e5bd; }
.status.error { color: var(--danger); background: #fff1f2; border: 1px solid #fecdd3; }

.directory-groups { columns: 3 250px; column-gap: 26px; }
.directory-group { break-inside: avoid; margin-bottom: 22px; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.directory-group h2 { font-size: 1.15rem; }
.directory-group ul { margin: 0; padding-left: 1.15rem; }
.directory-group li { margin: .35rem 0; }
.directory-group a { overflow-wrap: anywhere; font-size: .89rem; }

.cta-band { padding: 46px 0; color: #fff; background: linear-gradient(115deg, var(--navy), #075f66); }
.cta-band-inner { display: flex; gap: 30px; align-items: center; justify-content: space-between; }
.cta-band h2 { margin-bottom: .4rem; color: #fff; font-size: clamp(1.55rem, 3vw, 2.4rem); }
.cta-band p { margin: 0; color: #d4e8ec; }
.cta-band .button { flex-shrink: 0; color: var(--navy); background: #fff; border-color: #fff; }

.site-footer { color: #d6e2e8; background: #071f2e; }
.footer-main { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 40px; padding: 60px 0 42px; }
.site-footer h2, .site-footer h3 { color: #fff; }
.site-footer h3 { margin-bottom: 1rem; font-size: 1rem; }
.site-footer p { font-size: .9rem; }
.site-footer a { color: #dce9ef; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin: .46rem 0; font-size: .89rem; }
.footer-brand { margin-bottom: 1rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.13); }
.footer-bottom-inner { display: flex; flex-wrap: wrap; gap: 14px 30px; align-items: center; justify-content: space-between; min-height: 68px; font-size: .8rem; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 16px; }

.cookie-banner { position: fixed; right: 18px; bottom: 18px; z-index: 1100; display: none; width: min(440px, calc(100% - 36px)); padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 20px 70px rgba(7,31,46,.24); }
.cookie-banner.show { display: block; }
.cookie-banner h2 { margin-bottom: .4rem; font-size: 1.1rem; }
.cookie-banner p { margin-bottom: .8rem; color: var(--ink-soft); font-size: .84rem; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.cookie-actions button { min-height: 39px; padding: .45rem .75rem; border-radius: 8px; cursor: pointer; font-size: .82rem; font-weight: 800; }
.cookie-accept { color: #fff; background: var(--teal); border: 1px solid var(--teal); }
.cookie-essential { color: var(--navy); background: #fff; border: 1px solid var(--line); }

.back-to-top { position: fixed; right: 18px; bottom: 18px; z-index: 850; display: none; width: 44px; height: 44px; place-items: center; color: #fff; background: var(--navy); border: 0; border-radius: 50%; box-shadow: var(--shadow-sm); cursor: pointer; }
.back-to-top.show { display: grid; }
.cookie-banner.show ~ .back-to-top { bottom: 190px; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.print-only { display: none; }

@media (max-width: 1040px) {
  .header-cta { display: none; }
  .primary-nav > a, .nav-drop > summary { padding-inline: .55rem; font-size: .86rem; }
  .grid.four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  body { font-size: 16px; }
  .topline-inner { justify-content: center; }
  .topline .topline-note { display: none; }
  .nav-toggle { display: block; }
  .primary-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - 80px);
    padding: 14px 20px 22px;
    overflow-y: auto;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .primary-nav.open { display: grid; }
  .primary-nav > a, .nav-drop > summary { width: 100%; min-height: 46px; padding: .7rem .8rem; font-size: .95rem; }
  .nav-panel { position: static; grid-template-columns: 1fr; width: auto; margin: 0 0 9px 10px; padding: 8px; border-radius: 10px; box-shadow: none; }
  .hero-grid, .page-hero-grid, .split, .product-layout { grid-template-columns: 1fr; gap: 34px; }
  .split.reverse > :first-child { order: 0; }
  .hero { padding-top: 46px; }
  .hero-copy { text-align: center; }
  .hero-copy .lead { margin-inline: auto; }
  .hero-copy .button-row { justify-content: center; }
  .hero-points { max-width: 630px; margin-inline: auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .grid.three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sticky-panel { position: static; }
  .cta-band-inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .container, .container.narrow { width: min(100% - 28px, var(--site)); }
  .section { padding: 56px 0; }
  .section.compact { padding: 42px 0; }
  .brand-copy small { display: none; }
  .topline-links { justify-content: center; gap: 12px; }
  h1 { font-size: clamp(2.15rem, 12vw, 3.2rem); }
  .hero-points { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .grid.two, .grid.three, .grid.four, .video-grid, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .product-gallery { grid-template-columns: 1fr; }
  .product-gallery figure:first-child { grid-column: auto; }
  .card { padding: 22px; }
  .card-media { margin: -22px -22px 19px; }
  .footer-main { grid-template-columns: 1fr; gap: 26px; padding-top: 48px; }
  .footer-bottom-inner { padding: 17px 0; align-items: flex-start; flex-direction: column; }
  .directory-groups { columns: 1; }
  .cookie-actions { display: grid; grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
@media print {
  .topline, .site-header, .quick-nav, .cta-band, .site-footer, .cookie-banner, .back-to-top, .button-row, .breadcrumbs { display: none !important; }
  body { color: #000; background: #fff; font-size: 11pt; }
  .section, .hero, .page-hero { padding: 20px 0; }
  .card, .callout, .split-media, .media-frame { box-shadow: none; }
  a { color: #000; text-decoration: none; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 8pt; }
  .print-only { display: block; }
}

/* --------------------------------------------------------------------------
   Customer-focused design refresh — 13 July 2026
   -------------------------------------------------------------------------- */
:root {
  --ink: #102838;
  --ink-soft: #405866;
  --navy: #061f33;
  --navy-2: #0b435b;
  --teal: #008b86;
  --teal-dark: #006b69;
  --aqua: #dff6f3;
  --gold: #f2ad32;
  --paper: #ffffff;
  --mist: #f4f8f9;
  --line: #d4e1e5;
  --shadow: 0 18px 50px rgba(6, 31, 51, .14);
  --shadow-sm: 0 10px 30px rgba(6, 31, 51, .10);
  --radius: 20px;
  --site: 1220px;
}

body {
  color: var(--ink);
  background: #fff;
}

/* Tighter, more purposeful vertical rhythm. */
.section { padding: clamp(44px, 5vw, 66px) 0; }
.section.compact { padding: clamp(34px, 4vw, 50px) 0; }
.section-head { margin-bottom: clamp(22px, 3vw, 30px); }
.section-head > :last-child { margin-bottom: 0; }
.section.tint {
  background:
    radial-gradient(circle at 12% 10%, rgba(0, 139, 134, .07), transparent 25rem),
    linear-gradient(180deg, #f7fafb 0%, #eff6f7 100%);
}
.section.dark {
  background:
    radial-gradient(circle at 88% 16%, rgba(0, 139, 134, .24), transparent 24rem),
    linear-gradient(135deg, #061f33 0%, #0a354a 100%);
}

h1, h2, h3, h4 { color: var(--navy); }
p, li, td { color: inherit; }
.lead, .muted, .faq-answer, .table-note, .media-credit { color: var(--ink-soft); }
.section.dark p,
.section.dark li,
.section.dark .lead,
.section.dark .muted { color: #d9e8ee; }
.section.dark a:not(.button) { color: #9ff0e9; }

/* Brand identity. */
.header-inner { min-height: 84px; }
.brand { gap: 13px; min-width: max-content; }
.brand-symbol {
  display: grid;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  place-items: center;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(6, 31, 51, .18);
  transition: transform .18s ease, box-shadow .18s ease;
}
.brand:hover .brand-symbol { transform: translateY(-2px) rotate(-1deg); box-shadow: 0 14px 34px rgba(6, 31, 51, .22); }
.brand-symbol img { display: block; width: 100%; height: 100%; }
.brand-copy { gap: 2px; line-height: 1; }
.brand-copy strong {
  display: grid;
  color: var(--navy);
  font-size: .96rem;
  font-weight: 900;
  line-height: .98;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.brand-copy strong span:last-child { color: var(--teal-dark); }
.brand-copy small {
  margin-top: 5px;
  color: #5b7180;
  font-size: .64rem;
  letter-spacing: .08em;
}
.footer-brand .brand-copy strong { color: #fff; }
.footer-brand .brand-copy strong span:last-child { color: #74ded7; }
.footer-brand .brand-copy small { color: #b8ccd5; }
.footer-brand .brand-symbol { box-shadow: none; }

.topline {
  background: linear-gradient(90deg, #061a2a, #0a354a);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.topline-note { color: #dcebf0; }
.topline-links a { font-weight: 760; }
.site-header { border-bottom-color: rgba(212, 225, 229, .78); box-shadow: 0 4px 22px rgba(6,31,51,.05); }
.primary-nav > a,
.nav-drop > summary { color: #193645; }
.primary-nav > a:hover,
.primary-nav > a[aria-current="page"],
.nav-drop > summary[aria-current="page"],
.nav-drop > summary:hover,
.nav-drop[open] > summary { color: #005f5c; background: #def5f2; }
.nav-panel { border-top: 4px solid var(--gold); }

/* More distinctive buttons with strong contrast. */
.button {
  min-height: 50px;
  padding: .76rem 1.2rem;
  background: linear-gradient(135deg, #009a93, #00746f);
  border-color: #007d78;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 116, 111, .18);
}
.button::after { content: "→"; font-size: 1.05em; transition: transform .18s ease; }
.button:hover::after { transform: translateX(3px); }
.button:hover { background: linear-gradient(135deg, #007f7a, #005f5c); border-color: #005f5c; }
.button.secondary {
  color: var(--navy);
  background: #fff;
  border-color: #c5d5db;
  box-shadow: none;
}
.button.secondary::after { color: var(--teal-dark); }
.button.dark { background: var(--navy); border-color: var(--navy); }
.small-button { min-height: 42px; }

/* All page heroes use a high-contrast, premium background. */
.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(34px, 5vw, 58px) 0 clamp(40px, 5.5vw, 66px);
  color: #fff;
  background:
    radial-gradient(circle at 82% 28%, rgba(0, 166, 156, .30), transparent 22rem),
    radial-gradient(circle at 8% 100%, rgba(242, 173, 50, .12), transparent 22rem),
    linear-gradient(125deg, #061c2e 0%, #0b3449 58%, #07575c 125%);
  border-bottom: 0;
}
.page-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: .16;
  background-image:
    linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, #000, transparent 55%);
}
.page-hero-grid { position: relative; z-index: 1; gap: clamp(34px, 5vw, 64px); }
.page-hero h1 { max-width: 900px; margin-bottom: 1.05rem; color: #fff; text-wrap: balance; }
.page-hero .eyebrow { color: #ffd887; }
.page-hero .lead { max-width: 790px; color: #dcecf1; }
.page-hero a:not(.button) { color: #9cece6; }
.page-hero .button.secondary {
  color: #fff;
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.44);
  backdrop-filter: blur(8px);
}
.page-hero .button.secondary:hover { color: var(--navy); background: #fff; border-color: #fff; }
.page-hero .button.secondary::after { color: currentColor; }
.hero-assurance {
  max-width: 720px;
  margin: 1.2rem 0 0;
  padding-left: 1rem;
  color: #c8dfe7;
  border-left: 3px solid var(--gold);
  font-size: .88rem;
  line-height: 1.5;
}
.hero-assurance strong { color: #fff; }
.page-hero:not(.page-hero-video) .page-hero-grid:has(.hero-media) { grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); }

/* The hero media is never cropped. */
.page-hero .media-frame,
.media-frame,
.split-media,
.product-gallery figure,
.card-media {
  background:
    linear-gradient(135deg, rgba(223,246,243,.72), rgba(255,255,255,.98));
}
.page-hero .media-frame {
  border: 1px solid rgba(255,255,255,.45);
  box-shadow: 0 24px 70px rgba(0,0,0,.30);
}
.media-frame img,
.media-frame video,
.page-hero .media-frame img,
.page-hero .media-frame video,
.split-media img,
.split-media video,
.product-gallery img,
.card-media img,
.video-card video {
  width: 100%;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}
.media-frame img,
.page-hero .media-frame img,
.split-media img,
.product-gallery img,
.card-media img { padding: 12px; }
.media-frame.video-frame { background: #041624; }
.media-frame.video-frame video,
.video-card video { aspect-ratio: 16 / 9; padding: 0; background: #041624; }
.media-label {
  right: 12px;
  bottom: 12px;
  color: #fff;
  background: rgba(4, 22, 36, .90);
  border: 1px solid rgba(255,255,255,.16);
}
.video-control {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 3;
  min-width: 72px;
  min-height: 40px;
  padding: .45rem .72rem;
  color: #fff;
  background: rgba(4,22,36,.90);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 9px;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 800;
}
.video-control:hover { background: #fff; color: var(--navy); }
.media-frame.media-failed::after,
.card-media.media-failed::after,
.split-media.media-failed::after {
  display: grid;
  min-height: 160px;
  padding: 24px;
  place-items: center;
  color: var(--ink-soft);
  content: "Machinery image temporarily unavailable";
  text-align: center;
}
.media-failed img { display: none !important; }

/* Outcome-led home section. */
.outcomes-section {
  background:
    linear-gradient(180deg, #fff 0%, #fff 50%, #f3f8f9 50%, #f3f8f9 100%);
}
.outcome-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.outcome-card {
  position: relative;
  overflow: hidden;
  min-height: 270px;
  padding: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 181, 170, .30), transparent 13rem),
    linear-gradient(145deg, #07243a, #0b4b5a);
  border: 1px solid rgba(6,31,51,.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.outcome-card::after {
  position: absolute;
  right: -38px;
  bottom: -50px;
  width: 150px;
  height: 150px;
  content: "";
  border: 22px solid rgba(255,255,255,.06);
  border-radius: 50%;
}
.outcome-card h3 { color: #fff; font-size: 1.45rem; }
.outcome-card p { color: #d9e9ee; }
.outcome-number { display: inline-block; margin-bottom: 1.5rem; color: #ffd887; font-size: .82rem; font-weight: 900; letter-spacing: .16em; }

/* Cards and content blocks are more visible and images remain fully framed. */
.grid { gap: 22px; }
.card {
  border-color: #d3e0e4;
  box-shadow: 0 6px 24px rgba(6,31,51,.07);
}
.card.hover:hover { border-color: #77c7c1; box-shadow: 0 18px 42px rgba(6,31,51,.14); transform: translateY(-3px); }
.card.hover:hover .card-media img { transform: none !important; }
.card p { color: #3d5563; }
.card-tag { color: #005e5b; background: #dff6f3; border-color: #b9e6e1; }
.card-media { min-height: 210px; display: grid; place-items: center; }
.card-media img { min-height: 210px; max-height: 280px; aspect-ratio: auto; }
.icon-card .icon {
  color: var(--navy);
  background: linear-gradient(135deg, #ffd274, var(--gold));
  box-shadow: 0 7px 18px rgba(242,173,50,.23);
}
.quote-box { color: var(--ink); background: linear-gradient(135deg, #e6faf7, #f6fbfc); border-left-color: var(--teal); }
.quote-box p, .quote-box li { color: #2f4d5c; }
.notice { color: #273f4d; background: #fff7e6; border-color: #e5c981; }
.callout { background: radial-gradient(circle at 100% 0%, rgba(0,166,156,.25), transparent 16rem), linear-gradient(135deg, #061f33, #0b435b); }
.callout a { color: #9ff0e9; }

/* Product image galleries: full machine visible, no top clipping. */
.product-layout { gap: 40px; }
.product-gallery { gap: 16px; }
.product-gallery figure { box-shadow: 0 8px 24px rgba(6,31,51,.07); }
.product-gallery img { min-height: 250px; max-height: 560px; aspect-ratio: auto; }
.product-gallery figure:first-child img { min-height: 390px; }
.product-gallery figcaption { color: #46606f; background: #f7fafb; }
.split { gap: clamp(34px, 5vw, 54px); }
.split-media img { min-height: 330px; max-height: 560px; aspect-ratio: auto; }

/* Video cards use a dark frame and customer-readable copy. */
.video-card { border-color: #cbdade; box-shadow: var(--shadow-sm); }
.video-copy { padding: 24px 26px 26px; }
.video-copy h2 { margin-bottom: .55rem; font-size: clamp(1.25rem, 2vw, 1.6rem) !important; }
.video-copy p { color: #3d5563; }

/* Stronger tables and FAQs. */
.spec-table-wrap { background: #fff; box-shadow: 0 6px 22px rgba(6,31,51,.05); }
.spec-table th, table th { color: var(--navy); background: #edf6f7; }
.spec-table td, table td { color: #314b59; background: #fff; }
.faq-list details { box-shadow: 0 4px 16px rgba(6,31,51,.04); }
.faq-list summary { color: var(--navy); background: #fff; }
.faq-list details[open] summary { color: #005f5c; background: #eff9f8; }
.faq-answer { color: #385260; }
.legal-copy h2 { margin-top: 2.25rem; font-size: clamp(1.45rem, 2.5vw, 2rem); }
.legal-copy h2:first-of-type { margin-top: 1.5rem; }
.legal-updated { display: inline-block; padding: .55rem .8rem; color: var(--navy); background: #e7f5f4; border-radius: 8px; }

/* CTA and footer. */
.cta-band {
  padding: clamp(38px, 5vw, 54px) 0;
  background:
    radial-gradient(circle at 85% 50%, rgba(242,173,50,.20), transparent 18rem),
    linear-gradient(115deg, #061f33, #086c70);
}
.cta-band .eyebrow { color: #ffd887; }
.cta-band .button { color: var(--navy); background: linear-gradient(135deg, #ffd36f, #f2ad32); border-color: #f2ad32; box-shadow: 0 12px 28px rgba(0,0,0,.18); }
.cta-band .button:hover { color: #061f33; background: #fff; border-color: #fff; }
.footer-main { padding: 52px 0 38px; }
.site-footer { background: #041823; }
.site-footer p, .site-footer li { color: #cbdde5; }
.site-footer a:hover { color: #8be9e2; }

.mobile-action-bar { display: none; }

@media (max-width: 1040px) {
  .brand-copy strong { font-size: .88rem; }
  .page-hero:not(.page-hero-video) .page-hero-grid:has(.hero-media) { grid-template-columns: 1fr 380px; }
}

@media (max-width: 860px) {
  .page-hero-grid,
  .page-hero:not(.page-hero-video) .page-hero-grid:has(.hero-media) { grid-template-columns: 1fr; }
  .page-hero .hero-copy { text-align: left; }
  .page-hero .hero-copy .lead { margin-inline: 0; }
  .page-hero .hero-copy .button-row { justify-content: flex-start; }
  .page-hero .hero-media { width: min(100%, 720px); }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-card { min-height: 0; }
}

@media (max-width: 620px) {
  body { padding-bottom: 68px; }
  .container, .container.narrow { width: min(100% - 28px, var(--site)); }
  .section { padding: 42px 0; }
  .section.compact { padding: 34px 0; }
  .page-hero { padding: 30px 0 40px; }
  .header-inner { min-height: 72px; }
  .brand { gap: 9px; }
  .brand-symbol { width: 46px; height: 46px; flex-basis: 46px; border-radius: 13px; }
  .brand-copy strong { font-size: .73rem; }
  .brand-copy small { display: block; margin-top: 3px; font-size: .51rem; letter-spacing: .045em; }
  .page-hero h1 { font-size: clamp(2.05rem, 10.5vw, 3.05rem); }
  .page-hero .lead { font-size: 1.04rem; }
  .page-hero .button-row .button { width: 100%; }
  .hero-assurance { font-size: .82rem; }
  .card-media { min-height: 180px; }
  .card-media img { min-height: 180px; max-height: 240px; }
  .product-gallery img,
  .product-gallery figure:first-child img,
  .split-media img { min-height: 230px; max-height: 430px; }
  .video-copy { padding: 21px; }
  .cta-band { text-align: left; }
  .cta-band .button { width: 100%; }
  .mobile-action-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    padding: 9px max(10px, env(safe-area-inset-right)) calc(9px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
    background: rgba(4, 24, 35, .97);
    border-top: 1px solid rgba(255,255,255,.13);
    box-shadow: 0 -8px 30px rgba(0,0,0,.22);
    backdrop-filter: blur(12px);
  }
  .mobile-action-bar a {
    display: grid;
    min-height: 48px;
    padding: .55rem .65rem;
    place-items: center;
    border-radius: 10px;
    font-size: .82rem;
    font-weight: 850;
    text-align: center;
    text-decoration: none;
  }
  .mobile-call { color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.32); }
  .mobile-enquire { margin-left: 8px; color: var(--navy); background: linear-gradient(135deg, #ffd36f, #f2ad32); }
  .cookie-banner { right: 12px; bottom: 82px; width: calc(100% - 24px); }
  .back-to-top { right: 14px; bottom: 82px; }
  .cookie-banner.show ~ .back-to-top { bottom: 300px; }
}

@media (prefers-reduced-motion: reduce) {
  .brand:hover .brand-symbol,
  .card.hover:hover { transform: none; }
}

/* --------------------------------------------------------------------------
   Final customer-led visual system — full-width privacy, integrated branding,
   uncropped machinery media and tighter page rhythm.
   -------------------------------------------------------------------------- */
:root {
  --ink: #102838;
  --ink-soft: #405866;
  --navy: #061f33;
  --navy-2: #0b435b;
  --teal: #007a76;
  --teal-dark: #005f5d;
  --aqua: #ddf5f2;
  --gold: #f2ad32;
  --paper: #ffffff;
  --mist: #f3f8f9;
  --line: #d1e0e4;
  --shadow: 0 18px 52px rgba(6,31,51,.14);
  --shadow-sm: 0 9px 28px rgba(6,31,51,.10);
  --radius: 20px;
  --site: 1220px;
}

body { color: var(--ink); background: #fff; }
body.privacy-open { padding-bottom: 116px; }

/* Integrated logo: a single, readable mark rather than separate icon/type. */
.brand-logo-link {
  display: inline-flex;
  width: clamp(250px, 25vw, 315px);
  max-width: 100%;
  min-width: 0;
  align-items: center;
  text-decoration: none;
}
.brand-logo {
  display: block;
  width: 100%;
  height: auto;
  max-height: 67px;
  object-fit: contain;
  object-position: left center;
  transition: transform .18s ease, filter .18s ease;
}
.brand-logo-link:hover .brand-logo { transform: translateY(-1px); filter: drop-shadow(0 7px 12px rgba(6,31,51,.12)); }
.footer-brand.brand-logo-link { width: min(100%, 305px); margin-bottom: 1rem; }
.footer-brand .brand-logo { max-height: 74px; }
.footer-brand:hover .brand-logo { filter: drop-shadow(0 7px 14px rgba(0,0,0,.22)); }

.header-inner { min-height: 80px; gap: 20px; }
.topline { background: linear-gradient(90deg, #041823, #0a3b4d); }
.topline-note { color: #e6f1f4; }
.topline-links a { color: #fff; }
.site-header { background: rgba(255,255,255,.975); border-bottom: 1px solid rgba(209,224,228,.9); box-shadow: 0 6px 24px rgba(6,31,51,.06); }
.primary-nav { flex-shrink: 0; }
.primary-nav > a,
.nav-drop > summary { color: #173544; }
.primary-nav > a:hover,
.primary-nav > a[aria-current="page"],
.nav-drop > summary[aria-current="page"],
.nav-drop > summary:hover,
.nav-drop[open] > summary { color: var(--teal-dark); background: var(--aqua); }
.nav-panel { border-top: 4px solid var(--gold); }

/* Tighter vertical rhythm eliminates empty-looking bands between sections. */
.breadcrumbs { padding: 10px 0 0; }
.section { padding: clamp(36px, 4.2vw, 54px) 0; }
.section.compact { padding: clamp(27px, 3vw, 38px) 0; }
.section-head { margin-bottom: clamp(19px, 2.4vw, 27px); }
.section-head > :last-child { margin-bottom: 0; }
.quick-nav { padding: 11px 0; }
.quick-nav-inner { gap: 7px; }
.trust-item { min-height: 88px; padding: 17px 21px; }
.grid { gap: 20px; }
.split { gap: clamp(28px, 4vw, 48px); }
.product-layout { gap: 34px; }
.product-gallery { gap: 13px; }
.faq-list { gap: 10px; }
.legal-copy h2 { margin-top: 1.85rem; }

/* Distinctive, high-contrast hero treatment. */
.page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(31px, 4vw, 49px) 0 clamp(35px, 4.6vw, 56px);
  color: #fff;
  background:
    radial-gradient(circle at 83% 24%, rgba(0,157,149,.35), transparent 22rem),
    radial-gradient(circle at 8% 106%, rgba(242,173,50,.16), transparent 22rem),
    linear-gradient(125deg, #041724 0%, #092f43 56%, #07555a 128%);
  border-bottom: 4px solid var(--gold);
}
.page-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: .15;
  background-image:
    linear-gradient(rgba(255,255,255,.17) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.75) 42%, transparent 78%);
}
.page-hero-grid { gap: clamp(30px, 4.5vw, 58px); }
.page-hero h1 { margin-bottom: .95rem; color: #fff; text-wrap: balance; }
.page-hero .eyebrow { color: #ffdb8c; }
.page-hero .lead { color: #e1eef2; }
.page-hero .button {
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  border-color: #006d69;
}
.page-hero .button:hover { color: #fff; background: #004f4d; border-color: #004f4d; }
.page-hero .button.secondary { color: #fff; background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.52); box-shadow: none; }
.page-hero .button.secondary:hover { color: var(--navy); background: #fff; border-color: #fff; }
.hero-assurance { margin-top: 1rem; color: #d2e5eb; border-left-color: var(--gold); }
.hero-assurance strong { color: #fff; }
.page-hero:not(.page-hero-video) .page-hero-grid:has(.hero-media) { grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr); }
.page-hero-video .page-hero-grid { grid-template-columns: minmax(0, .96fr) minmax(430px, 1.04fr); }

/* Consistently frame complete machines: no top cropping and no cover zoom. */
.media-frame,
.split-media,
.product-gallery figure,
.card-media {
  background:
    radial-gradient(circle at 50% 20%, rgba(221,245,242,.55), transparent 70%),
    #fff;
  border-color: #cbdce1;
}
.page-hero .media-frame { border: 1px solid rgba(255,255,255,.48); box-shadow: 0 24px 70px rgba(0,0,0,.30); }
.media-frame img,
.split-media img,
.product-gallery img,
.card-media img {
  display: block;
  width: 100%;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
  background: transparent;
}
.page-hero .media-frame img {
  height: clamp(290px, 31vw, 430px);
  aspect-ratio: auto;
  padding: 14px;
}
.split-media img {
  height: clamp(295px, 39vw, 520px);
  aspect-ratio: auto;
  padding: 14px;
}
.card-media {
  display: grid;
  height: 226px;
  min-height: 0;
  place-items: center;
}
.card-media img {
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  padding: 12px;
}
.product-gallery figure { display: grid; grid-template-rows: auto auto; }
.product-gallery img {
  height: clamp(255px, 28vw, 390px);
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  padding: 13px;
}
.product-gallery figure:first-child img { height: clamp(330px, 38vw, 500px); min-height: 0; }
.product-gallery figcaption { color: #415d6b; background: #f7fafb; }
.card.hover:hover .card-media img { transform: none !important; }
.media-frame.media-failed::after,
.card-media.media-failed::after,
.split-media.media-failed::after,
.product-gallery figure.media-failed::after {
  display: grid;
  min-height: 170px;
  padding: 24px;
  place-items: center;
  color: var(--ink-soft);
  content: "Machinery image temporarily unavailable";
  text-align: center;
}
.media-failed img { display: none !important; }

/* Relevant Lancing capping video embeds. */
.video-frame,
.video-embed-shell { background: #03131f; }
.video-embed-shell iframe,
.video-embed iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #03131f;
}
.video-caption-bar {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  color: #fff;
  background: linear-gradient(90deg, #041823, #0a3c4d);
  border-top: 1px solid rgba(255,255,255,.12);
}
.video-caption-bar span { display: grid; }
.video-caption-bar strong { color: #fff; font-size: .92rem; }
.video-caption-bar small { color: #c9dfe7; font-size: .74rem; }
.video-caption-bar a { flex-shrink: 0; color: #ffda89 !important; font-size: .79rem; font-weight: 850; text-decoration: none; }
.video-card { border-color: #c7dade; box-shadow: var(--shadow-sm); }
.video-card .video-embed { background: #03131f; }
.video-copy { padding: 21px 23px 24px; }
.video-copy h2 { margin-bottom: .5rem; font-size: clamp(1.28rem, 2vw, 1.62rem) !important; }
.video-copy p { color: #3c5664; }

/* Stronger cards, calls to action and readable content surfaces. */
.button {
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  border-color: var(--teal-dark);
  box-shadow: 0 8px 20px rgba(0,95,93,.19);
}
.button:hover { color: #fff; background: #004f4d; border-color: #004f4d; }
.button.secondary { color: var(--navy); background: #fff; border-color: #c2d4da; box-shadow: none; }
.button.secondary:hover { color: var(--teal-dark); background: var(--aqua); border-color: #9acfc9; }
.card { border-color: #d0dfe3; box-shadow: 0 6px 23px rgba(6,31,51,.07); }
.card p { color: #3c5563; }
.card-tag { color: #005754; background: #ddf5f2; border: 1px solid #b9e2de; }
.card.hover:hover { border-color: #71beb8; box-shadow: 0 18px 42px rgba(6,31,51,.14); transform: translateY(-3px); }
.icon-card .icon { color: var(--navy); background: linear-gradient(135deg, #ffda83, var(--gold)); }
.outcomes-section { background: linear-gradient(180deg, #fff 0%, #fff 48%, #f1f7f8 48%, #f1f7f8 100%); }
.outcome-grid { gap: 20px; }
.outcome-card { min-height: 235px; padding: 27px; background: radial-gradient(circle at 100% 0%, rgba(0,168,159,.30), transparent 13rem), linear-gradient(145deg, #061f33, #0a4a58); }
.outcome-card h3 { color: #fff; }
.outcome-card p { color: #dfecef; }
.outcome-number { margin-bottom: 1.15rem; color: #ffda89; }
.callout { color: #fff; background: radial-gradient(circle at 100% 0%, rgba(0,165,157,.27), transparent 16rem), linear-gradient(135deg, #041823, #0a4357); }
.callout h2, .callout h3 { color: #fff; }
.callout p { color: #dcebef; }
.callout a:not(.button) { color: #a4f2eb; }
.quote-box { color: var(--ink); background: linear-gradient(135deg, #e5f8f6, #f7fbfc); border-left-color: var(--teal); }
.quote-box p, .quote-box li { color: #314e5c; }
.notice { color: #263f4c; background: #fff7e6; border-color: #dfc47b; }
.spec-table-wrap { background: #fff; box-shadow: 0 5px 19px rgba(6,31,51,.05); }
th, .spec-table th { color: var(--navy); background: #eaf5f6; }
td, .spec-table td { color: #304b59; background: #fff; }
.faq-list details { box-shadow: 0 4px 15px rgba(6,31,51,.04); }
.faq-list summary { color: var(--navy); background: #fff; }
.faq-list details[open] summary { color: var(--teal-dark); background: #edf8f7; }
.faq-answer { color: #38525f; }

/* Footer and legal/privacy strip span the complete page width. */
.cta-band {
  padding: clamp(32px, 4vw, 45px) 0;
  background: radial-gradient(circle at 85% 50%, rgba(242,173,50,.20), transparent 18rem), linear-gradient(115deg, #041823, #086369);
}
.cta-band h2 { color: #fff; }
.cta-band p { color: #e1edf0; }
.cta-band .eyebrow { color: #ffda89; }
.cta-band .button { color: var(--navy); background: linear-gradient(135deg, #ffda83, var(--gold)); border-color: var(--gold); }
.cta-band .button:hover { color: var(--navy); background: #fff; border-color: #fff; }
.site-footer { color: #d4e5eb; background: #031722; }
.footer-main { gap: 34px; padding: 43px 0 32px; }
.site-footer h3 { color: #fff; }
.site-footer p, .site-footer li { color: #cbdde5; }
.site-footer a { color: #e3eff3; }
.site-footer a:hover { color: #91ebe4; }
.footer-bottom { width: 100%; background: #020f17; border-top: 1px solid rgba(255,255,255,.13); }
.footer-bottom-inner { min-height: 59px; }
.footer-legal { gap: 20px; }
.footer-legal a { font-weight: 760; }

/* The privacy section is a true full-width bottom bar, not a floating card. */
.cookie-banner {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1200;
  display: none;
  width: 100%;
  max-width: none;
  padding: 0;
  color: var(--ink);
  background: rgba(255,255,255,.985);
  border: 0;
  border-top: 4px solid var(--gold);
  border-radius: 0;
  box-shadow: 0 -12px 42px rgba(3,23,34,.22);
  backdrop-filter: blur(14px);
}
.cookie-banner.show { display: block; }
.cookie-banner-inner {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  gap: 20px;
  align-items: center;
  min-height: 108px;
  padding-block: 15px;
}
.cookie-heading { display: flex; gap: 11px; align-items: center; }
.privacy-shield {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  color: #fff;
  background: var(--teal-dark);
  border-radius: 12px 12px 16px 16px;
  font-size: 1.15rem;
  font-weight: 900;
}
.cookie-banner h2 { margin: 0; color: var(--navy); font-size: 1.04rem; white-space: nowrap; }
.cookie-banner p { margin: 0; color: #34505e; font-size: .84rem; line-height: 1.48; }
.cookie-banner p a { color: var(--teal-dark); font-weight: 800; }
.cookie-actions { display: flex; flex-wrap: nowrap; gap: 8px; align-items: center; }
.cookie-actions button,
.cookie-actions .button { min-height: 42px; padding: .52rem .76rem; border-radius: 9px; font-size: .79rem; font-weight: 850; white-space: nowrap; }
.cookie-accept { color: #fff; background: #00716d; border: 1px solid #00716d; }
.cookie-accept:hover { background: #005552; border-color: #005552; }
.cookie-essential { color: var(--navy); background: #fff; border: 1px solid #b9cdd3; }
.cookie-essential:hover { background: #edf7f7; border-color: #8dbcb8; }
.cookie-actions .button.secondary::after { display: none; }
body.privacy-open .mobile-action-bar { display: none !important; }
body.privacy-open .back-to-top { bottom: 130px; }

@media (max-width: 1100px) {
  .brand-logo-link { width: 270px; }
  .primary-nav > a,
  .nav-drop > summary { padding-inline: .52rem; font-size: .84rem; }
  .cookie-banner-inner { grid-template-columns: auto 1fr; gap: 9px 18px; }
  .cookie-actions { grid-column: 2; }
}

@media (max-width: 860px) {
  .brand-logo-link { width: min(305px, calc(100vw - 118px)); }
  .brand-logo { max-height: 60px; }
  .page-hero-grid,
  .page-hero-video .page-hero-grid,
  .page-hero:not(.page-hero-video) .page-hero-grid:has(.hero-media) { grid-template-columns: 1fr; }
  .page-hero .hero-media { width: min(100%, 720px); }
  .footer-main { grid-template-columns: repeat(2, minmax(0,1fr)); }
  body.privacy-open { padding-bottom: 178px; }
  .cookie-banner-inner { grid-template-columns: 1fr auto; min-height: 0; padding-block: 13px; }
  .cookie-heading { grid-column: 1; }
  .cookie-banner p { grid-column: 1 / -1; grid-row: 2; }
  .cookie-actions { grid-column: 2; grid-row: 1; }
}

@media (max-width: 620px) {
  body { padding-bottom: 68px; }
  body.privacy-open { padding-bottom: 300px; }
  .container, .container.narrow { width: min(100% - 26px, var(--site)); }
  .section { padding: 34px 0; }
  .section.compact { padding: 27px 0; }
  .page-hero { padding: 27px 0 34px; }
  .breadcrumbs { padding-top: 8px; }
  .header-inner { min-height: 70px; }
  .brand-logo-link { width: min(257px, calc(100vw - 91px)); }
  .brand-logo { max-height: 55px; }
  .page-hero h1 { font-size: clamp(2rem, 10.4vw, 3rem); }
  .page-hero .lead { font-size: 1.03rem; }
  .page-hero .button-row .button { width: 100%; }
  .hero-assurance { font-size: .8rem; }
  .page-hero .media-frame img { height: 270px; }
  .card-media { height: 198px; }
  .product-gallery img,
  .product-gallery figure:first-child img,
  .split-media img { height: 275px; }
  .video-caption-bar { align-items: flex-start; flex-direction: column; gap: 6px; }
  .outcome-card { min-height: 0; }
  .cta-band { text-align: left; }
  .cta-band .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 23px; padding-top: 37px; }
  .footer-bottom-inner { gap: 10px; align-items: center; padding: 15px 0; text-align: center; }
  .footer-legal { justify-content: center; gap: 13px; }
  .cookie-banner-inner { display: grid; grid-template-columns: 1fr; gap: 9px; padding-block: 13px 15px; }
  .cookie-heading,
  .cookie-banner p,
  .cookie-actions { grid-column: 1; grid-row: auto; }
  .cookie-banner h2 { white-space: normal; }
  .cookie-actions { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); width: 100%; }
  .cookie-actions .button { grid-column: 1 / -1; }
  .cookie-actions button,
  .cookie-actions .button { width: 100%; }
  .back-to-top { right: 14px; bottom: 82px; }
  body.privacy-open .back-to-top { bottom: 314px; }
}

@media (prefers-reduced-motion: reduce) {
  .brand-logo-link:hover .brand-logo,
  .card.hover:hover { transform: none; }
}

/* Final contrast and hero-balance refinements. */
.primary-nav > a.header-cta,
.primary-nav > a.header-cta:visited { color: #fff; }
.primary-nav > a.header-cta:hover { color: #fff; background: #004f4d; }
.page-hero-video .page-hero-grid { grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); }
.page-hero-video h1 { font-size: clamp(2.35rem, 4.35vw, 4.15rem); }
@media (max-width: 1040px) {
  .page-hero-video .page-hero-grid { grid-template-columns: 1fr; }
  .page-hero-video .hero-media { width: min(100%, 720px); }
}

/* ========================================================================== 
   2026-07-14 video-hero and identity refinement
   ========================================================================== */

/* A larger, cleaner integrated mark with enough room to remain legible. */
.site-header .brand-logo-link {
  width: clamp(300px, 26vw, 350px);
  flex: 0 0 auto;
}
.site-header .brand-logo {
  max-height: 62px;
}
.site-header .header-inner {
  min-height: 78px;
  gap: 18px;
}
.footer-brand.brand-logo-link {
  width: min(100%, 350px);
}
.footer-brand .brand-logo {
  max-height: 78px;
}

/* Homepage: the Lancing machinery video is the hero background, while the
   copy remains readable without sitting inside a separate panel. */
.home-video-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  height: clamp(540px, calc(100svh - 116px), 760px);
  min-height: 540px;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: #031722 url("../img/capfeed-hero-poster-hd.jpg") center center / cover no-repeat;
  border-bottom: 5px solid var(--gold);
}
.home-video-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(2, 15, 24, .96) 0%, rgba(3, 24, 36, .91) 30%, rgba(3, 28, 41, .78) 48%, rgba(3, 30, 43, .43) 70%, rgba(3, 24, 36, .22) 100%),
    linear-gradient(180deg, rgba(2, 16, 25, .28) 0%, rgba(2, 16, 25, .02) 46%, rgba(2, 16, 25, .58) 100%);
  background-size: auto;
  mask-image: none;
  pointer-events: none;
}
.home-video-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    radial-gradient(circle at 10% 8%, rgba(0, 173, 162, .16), transparent 28rem),
    linear-gradient(180deg, transparent 72%, rgba(1, 14, 22, .30));
  pointer-events: none;
}
.hero-background-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  background: transparent;
  opacity: 1;
  transition: opacity .35s ease;
}
.home-video-hero.video-failed .hero-background-video {
  opacity: 0;
}
.home-hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(var(--site), calc(100% - 40px));
  height: 100%;
  align-items: center;
  margin-inline: auto;
  padding-block: clamp(34px, 5vh, 58px);
}
.home-video-hero .hero-copy {
  width: min(790px, 71%);
  max-width: 790px;
  text-align: left;
}
.home-video-hero .eyebrow {
  margin-bottom: .82rem;
  color: #ffdc8a;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .42);
}
.home-video-hero h1 {
  max-width: 790px;
  margin-bottom: 1rem;
  color: #fff;
  font-size: clamp(2.8rem, 4.1vw, 4.15rem);
  line-height: 1.04;
  letter-spacing: -.042em;
  text-wrap: balance;
  text-shadow: 0 4px 26px rgba(0, 0, 0, .48);
}
.home-video-hero .lead {
  max-width: 690px;
  margin-bottom: 1.15rem;
  color: #f0f7f9;
  font-size: clamp(1.08rem, 1.45vw, 1.27rem);
  line-height: 1.5;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .52);
}
.home-video-hero .button-row {
  justify-content: flex-start;
  margin-top: .15rem;
}
.home-video-hero .button {
  color: #06283b;
  background: linear-gradient(135deg, #ffe093, var(--gold));
  border-color: #f0ae35;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .28);
}
.home-video-hero .button:hover {
  color: #06283b;
  background: #fff;
  border-color: #fff;
}
.home-video-hero .button.secondary {
  color: #fff;
  background: rgba(4, 34, 48, .40);
  border-color: rgba(255, 255, 255, .72);
  box-shadow: none;
  backdrop-filter: blur(9px);
}
.home-video-hero .button.secondary:hover {
  color: #06283b;
  background: #fff;
  border-color: #fff;
}
.home-video-hero .hero-assurance {
  max-width: 680px;
  margin-top: 1.15rem;
  padding: .68rem .85rem .68rem 1rem;
  color: #e4f0f3;
  background: linear-gradient(90deg, rgba(2, 24, 36, .62), rgba(2, 24, 36, .15));
  border-left: 3px solid #ffd46f;
  border-radius: 0 10px 10px 0;
  font-size: .86rem;
  line-height: 1.48;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .38);
}
.home-video-hero .hero-assurance strong {
  color: #fff;
}
.hero-video-control {
  position: absolute;
  right: max(20px, calc((100% - var(--site)) / 2));
  bottom: 22px;
  z-index: 3;
  display: inline-flex;
  gap: .5rem;
  min-height: 42px;
  align-items: center;
  padding: .55rem .82rem;
  color: #fff;
  background: rgba(2, 21, 31, .66);
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .24);
  backdrop-filter: blur(10px);
  cursor: pointer;
  font-size: .78rem;
  font-weight: 800;
}
.hero-video-control:hover {
  color: #06283b;
  background: #fff;
  border-color: #fff;
}

/* Reliable, responsive video presentation away from the hero. */
.video-html5 video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover !important;
  object-position: center center !important;
  background: #031722;
}
.video-watch-card {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
  background: #031722;
  text-decoration: none;
}
.video-watch-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  transition: transform .25s ease, opacity .25s ease;
}
.video-watch-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 42%, rgba(2, 18, 27, .68));
}
.video-watch-card:hover img {
  opacity: .88;
  transform: scale(1.015);
}
.video-watch-button {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 1;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: .55rem .85rem;
  color: #06283b;
  background: #ffda83;
  border-radius: 999px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .25);
  font-size: .82rem;
  font-weight: 900;
}

/* The privacy bar remains hidden initially and slides in only when JS adds
   .show after the configured delay. */
.cookie-banner.show {
  display: block;
  animation: privacy-bar-in .36s ease-out both;
}
@keyframes privacy-bar-in {
  from { opacity: 0; transform: translateY(100%); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1160px) {
  .site-header .brand-logo-link { width: 285px; }
  .site-header .brand-logo { max-height: 58px; }
  .primary-nav > a,
  .nav-drop > summary { padding-inline: .46rem; font-size: .82rem; }
}

@media (max-width: 1040px) {
  .site-header .brand-logo-link { width: 300px; }
}

@media (max-width: 860px) {
  .site-header .brand-logo-link {
    width: min(320px, calc(100vw - 112px));
  }
  .site-header .brand-logo { max-height: 58px; }
  .site-header .header-inner { min-height: 70px; }
  .home-video-hero {
    height: clamp(560px, calc(100svh - 108px), 720px);
    min-height: 560px;
    background-position: 58% center;
  }
  .hero-background-video { object-position: center center; }
  .home-video-hero::before {
    background:
      linear-gradient(90deg, rgba(2, 15, 24, .95) 0%, rgba(3, 24, 36, .88) 44%, rgba(3, 28, 41, .58) 76%, rgba(3, 24, 36, .30) 100%),
      linear-gradient(180deg, rgba(2, 16, 25, .26), rgba(2, 16, 25, .46));
  }
  .home-video-hero .hero-copy {
    width: min(730px, 88%);
  }
  .home-video-hero h1 { font-size: clamp(2.65rem, 7.2vw, 3.75rem); }
  .hero-video-control {
    right: 18px;
    bottom: 18px;
  }
}

@media (max-width: 620px) {
  .site-header .brand-logo-link {
    width: min(273px, calc(100vw - 88px));
  }
  .site-header .brand-logo { max-height: 55px; }
  .home-video-hero {
    height: auto;
    min-height: calc(100svh - 108px - 68px);
    padding: 0;
    background-position: 61% center;
  }
  .hero-background-video { object-position: center center; }
  .home-video-hero::before {
    background:
      linear-gradient(90deg, rgba(2, 15, 24, .94), rgba(3, 24, 36, .73)),
      linear-gradient(180deg, rgba(2, 16, 25, .38) 0%, rgba(2, 16, 25, .18) 42%, rgba(2, 16, 25, .68) 100%);
  }
  .home-hero-content {
    width: min(100% - 28px, var(--site));
    min-height: inherit;
    align-items: center;
    padding: 36px 0 72px;
  }
  .home-video-hero .hero-copy {
    width: 100%;
    max-width: 100%;
  }
  .home-video-hero h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 10.7vw, 3.15rem);
    line-height: 1.02;
  }
  .home-video-hero .lead {
    font-size: 1.02rem;
    line-height: 1.47;
  }
  .home-video-hero .button-row {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .home-video-hero .button-row .button { width: 100%; }
  .home-video-hero .hero-assurance {
    margin-top: 1rem;
    font-size: .78rem;
  }
  .hero-video-control {
    right: 14px;
    bottom: 14px;
    min-height: 38px;
    padding: .43rem .68rem;
    font-size: .72rem;
  }
}

@media (max-height: 700px) and (min-width: 621px) {
  .home-video-hero {
    height: auto;
    min-height: 540px;
  }
  .home-hero-content { padding-block: 32px 58px; }
  .home-video-hero h1 { font-size: clamp(2.55rem, 4vw, 3.7rem); }
  .home-video-hero .lead { font-size: 1.05rem; }
  .home-video-hero .hero-assurance { margin-top: .85rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-background-video { display: none; }
  .hero-video-control { display: none; }
  .cookie-banner.show { animation: none; }
}

/* Viewport-fit corrections from desktop, tablet and mobile rendering tests. */
.home-video-hero {
  height: clamp(540px, calc(100svh - 118px), 760px);
}

@media (max-width: 1040px) {
  .nav-toggle { display: block; }
  .primary-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - 118px);
    padding: 14px 20px 22px;
    overflow-y: auto;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .primary-nav.open { display: grid; }
  .primary-nav > a,
  .nav-drop > summary {
    width: 100%;
    min-height: 46px;
    padding: .7rem .8rem;
    font-size: .95rem;
  }
  .nav-panel {
    position: static;
    grid-template-columns: 1fr;
    width: auto;
    margin: 0 0 9px 10px;
    padding: 8px;
    border-top-width: 1px;
    border-radius: 10px;
    box-shadow: none;
  }
}

@media (max-width: 860px) {
  .home-video-hero {
    height: clamp(560px, calc(100svh - 110px), 720px);
  }
}

@media (max-width: 620px) {
  .home-video-hero {
    height: auto;
    min-height: calc(100svh - 110px - 68px);
  }
  .home-video-hero .hero-assurance { display: none; }
}

/* Hero video visibility refinement — keeps the supplied cap-feed footage clear
   while containing the text in a readable glass panel. */
.home-video-hero {
  height: clamp(420px, calc(100svh - 210px), 500px);
  min-height: 420px;
  max-height: 500px;
  background-position: 50% center;
}
.hero-background-video {
  object-fit: cover;
  object-position: 50% center;
  filter: brightness(1.08) contrast(1.04) saturate(1.08);
}
.home-video-hero::before {
  background:
    linear-gradient(90deg, rgba(2, 15, 24, .58) 0%, rgba(2, 18, 28, .38) 38%, rgba(2, 18, 28, .10) 64%, rgba(2, 18, 28, .015) 100%),
    linear-gradient(180deg, rgba(2, 16, 25, .08) 0%, transparent 58%, rgba(2, 16, 25, .30) 100%);
}
.home-video-hero::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, .02), transparent 68%, rgba(1, 14, 22, .24));
}
.home-hero-content {
  padding-block: 22px;
}
.home-video-hero .hero-copy {
  width: min(590px, 48vw);
  max-width: 590px;
  padding: 25px 28px 24px;
  background: rgba(2, 22, 33, .74);
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 18px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, .28);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.home-video-hero .eyebrow {
  margin-bottom: .58rem;
}
.home-video-hero h1 {
  max-width: 540px;
  margin-bottom: .72rem;
  font-size: clamp(2.45rem, 3.25vw, 3.35rem);
  line-height: 1.025;
}
.home-video-hero .lead {
  max-width: 535px;
  margin-bottom: .9rem;
  font-size: clamp(1rem, 1.16vw, 1.1rem);
  line-height: 1.43;
}
.home-video-hero .button-row {
  gap: .68rem;
}
.home-video-hero .hero-assurance {
  margin-top: .88rem;
  padding: .55rem .72rem .55rem .82rem;
  background: rgba(0, 0, 0, .16);
  font-size: .79rem;
  line-height: 1.4;
}
.hero-video-control {
  background: rgba(2, 21, 31, .52);
}

@media (max-width: 860px) and (min-width: 621px) {
  .home-video-hero {
    height: clamp(500px, calc(100svh - 128px), 590px);
    min-height: 500px;
    max-height: 590px;
  }
  .hero-background-video { object-position: 52% center; }
  .home-video-hero::before {
    background:
      linear-gradient(90deg, rgba(2, 15, 24, .62) 0%, rgba(2, 18, 28, .42) 54%, rgba(2, 18, 28, .09) 100%),
      linear-gradient(180deg, rgba(2, 16, 25, .08), transparent 58%, rgba(2, 16, 25, .32));
  }
  .home-video-hero .hero-copy {
    width: min(600px, 76vw);
    max-width: 600px;
  }
}

@media (max-width: 620px) {
  .home-video-hero {
    display: block;
    height: auto;
    min-height: 0;
    max-height: none;
    padding-top: clamp(150px, 42vw, 188px);
    background-color: #031722;
    background-position: 52% top;
  }
  .hero-background-video {
    top: 0;
    bottom: auto;
    height: clamp(150px, 42vw, 188px);
    object-position: 52% center;
    filter: brightness(1.12) contrast(1.04) saturate(1.10);
  }
  .home-video-hero::before {
    top: 0;
    bottom: auto;
    height: clamp(150px, 42vw, 188px);
    background: linear-gradient(180deg, rgba(2, 15, 24, .02) 0%, rgba(2, 15, 24, .04) 58%, #031722 100%);
  }
  .home-video-hero::after { display: none; }
  .home-hero-content {
    width: min(100% - 24px, var(--site));
    height: auto;
    min-height: 0;
    padding: 0 0 56px;
  }
  .home-video-hero .hero-copy {
    width: 100%;
    max-width: none;
    margin-top: -8px;
    padding: 21px 20px 20px;
    background: rgba(2, 22, 33, .94);
    border-radius: 16px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .home-video-hero h1 {
    font-size: clamp(2.08rem, 9.7vw, 2.72rem);
    line-height: 1.035;
  }
  .home-video-hero .lead {
    font-size: .97rem;
    line-height: 1.43;
  }
  .hero-video-control {
    top: 102px;
    right: 12px;
    bottom: auto;
    background: rgba(2, 21, 31, .66);
  }
}

@media (max-height: 700px) and (min-width: 861px) {
  .home-video-hero {
    height: clamp(410px, calc(100svh - 150px), 465px);
    min-height: 410px;
    max-height: 465px;
  }
  .home-video-hero .hero-assurance { display: none; }
}

/* ========================================================================== 
   2026-07-15 clearer cap-feed hero video — revision 3
   The moving machinery stays bright and unobstructed; copy occupies a compact
   left-side readability area rather than darkening the complete video.
   ========================================================================== */
.home-video-hero {
  height: clamp(425px, 28.5vw, 500px);
  min-height: 425px;
  max-height: 500px;
  background-color: #061923;
  background-position: 56% center;
}

.home-video-hero::before {
  background:
    linear-gradient(90deg,
      rgba(2, 14, 23, .80) 0%,
      rgba(2, 17, 27, .68) 20%,
      rgba(2, 20, 31, .43) 34%,
      rgba(2, 20, 31, .14) 47%,
      rgba(2, 20, 31, .025) 60%,
      rgba(2, 20, 31, 0) 76%),
    linear-gradient(180deg,
      rgba(2, 16, 25, .025) 0%,
      rgba(2, 16, 25, 0) 66%,
      rgba(2, 16, 25, .18) 100%);
}

.home-video-hero::after {
  background:
    radial-gradient(circle at 8% 9%, rgba(0, 173, 162, .08), transparent 22rem),
    linear-gradient(180deg, transparent 82%, rgba(1, 14, 22, .13));
}

.hero-background-video {
  object-position: 56% center;
  filter: brightness(1.11) saturate(1.08) contrast(1.015);
}

.home-hero-content {
  padding-block: 20px 28px;
}

.home-video-hero .hero-copy {
  width: min(570px, 43vw);
  max-width: 570px;
  padding: clamp(20px, 2vw, 27px);
  background: linear-gradient(90deg, rgba(2, 18, 29, .58), rgba(2, 18, 29, .24));
  border: 1px solid rgba(255, 255, 255, .11);
  border-left: 3px solid rgba(255, 210, 104, .92);
  border-radius: 0 17px 17px 0;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .17);
  -webkit-backdrop-filter: blur(1.5px);
  backdrop-filter: blur(1.5px);
}

.home-video-hero .eyebrow {
  margin-bottom: .52rem;
}

.home-video-hero h1 {
  max-width: 540px;
  margin-bottom: .65rem;
  font-size: clamp(2.28rem, 3.15vw, 3.25rem);
  line-height: 1.015;
}

.home-video-hero .lead {
  max-width: 535px;
  margin-bottom: .76rem;
  font-size: clamp(.97rem, 1.08vw, 1.07rem);
  line-height: 1.42;
}

.home-video-hero .button-row {
  gap: .58rem;
}

.home-video-hero .button {
  min-height: 43px;
  padding: .66rem .92rem;
}

.home-video-hero .hero-assurance {
  max-width: 530px;
  margin-top: .7rem;
  padding: .5rem .65rem .5rem .78rem;
  background: linear-gradient(90deg, rgba(2, 24, 36, .40), rgba(2, 24, 36, .04));
  font-size: .74rem;
  line-height: 1.36;
}

.hero-video-control {
  background: rgba(2, 21, 31, .42);
  border-color: rgba(255, 255, 255, .62);
}

@media (max-width: 1120px) and (min-width: 861px) {
  .home-video-hero {
    height: 455px;
    min-height: 455px;
    max-height: 455px;
  }
  .home-video-hero .hero-copy {
    width: min(555px, 54%);
  }
  .home-video-hero h1 {
    font-size: clamp(2.35rem, 4.15vw, 3.15rem);
  }
}

@media (max-width: 860px) and (min-width: 621px) {
  .home-video-hero {
    height: 480px;
    min-height: 480px;
    max-height: 480px;
  }
  .home-video-hero::before {
    background:
      linear-gradient(90deg,
        rgba(2, 14, 23, .79) 0%,
        rgba(2, 18, 28, .57) 38%,
        rgba(2, 20, 31, .17) 61%,
        rgba(2, 20, 31, .02) 100%),
      linear-gradient(180deg, rgba(2, 16, 25, .025), rgba(2, 16, 25, .16));
  }
  .hero-background-video {
    object-position: 55% center;
  }
  .home-video-hero .hero-copy {
    width: min(535px, 66%);
  }
  .home-video-hero .hero-assurance {
    display: none;
  }
}

@media (max-width: 620px) {
  .home-video-hero {
    display: block;
    height: auto;
    min-height: 0;
    max-height: none;
    padding-top: clamp(210px, 56vw, 252px);
    background: #031722;
  }
  .home-video-hero::before {
    top: 0;
    bottom: auto;
    height: clamp(210px, 56vw, 252px);
    background: linear-gradient(180deg,
      rgba(2, 16, 25, 0) 0%,
      rgba(2, 16, 25, 0) 72%,
      rgba(3, 23, 34, .62) 93%,
      #031722 100%);
  }
  .home-video-hero::after {
    display: none;
  }
  .hero-background-video {
    top: 0;
    bottom: auto;
    height: clamp(210px, 56vw, 252px);
    object-fit: cover;
    object-position: center center;
    filter: brightness(1.08) saturate(1.06) contrast(1.015);
  }
  .home-hero-content {
    width: min(100% - 28px, var(--site));
    min-height: 0;
    height: auto;
    padding: 22px 0 64px;
  }
  .home-video-hero .hero-copy {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .home-video-hero h1 {
    font-size: clamp(2.12rem, 9.8vw, 2.86rem);
  }
  .home-video-hero .lead {
    font-size: .96rem;
  }
  .hero-video-control {
    top: calc(clamp(210px, 56vw, 252px) - 48px);
    right: 12px;
    bottom: auto;
    background: rgba(2, 21, 31, .55);
  }
}

@media (max-height: 720px) and (min-width: 621px) {
  .home-video-hero {
    height: 420px;
    min-height: 420px;
    max-height: 420px;
  }
  .home-video-hero .hero-assurance {
    display: none;
  }
}

/* Keep the hero actions visible within the shortened, video-first banner. */
@media (min-width: 861px) {
  .home-video-hero .button-row {
    flex-wrap: nowrap;
  }
  .home-video-hero .button {
    flex: 0 0 auto;
    padding-inline: .82rem;
    font-size: .84rem;
    white-space: nowrap;
  }
}

@media (max-width: 620px) {
  /* The persistent mobile action bar already contains the phone action. */
  .home-video-hero .button.secondary {
    display: none;
  }
}

/* Keep every hero action visible while leaving more of the moving machinery
   unobstructed. The same sample-led reassurance appears elsewhere on the page. */
.home-video-hero .hero-assurance {
  display: none;
}

@media (max-width: 380px) {
  .home-video-hero {
    padding-top: 200px;
  }
  .home-video-hero::before,
  .hero-background-video {
    height: 200px;
  }
  .home-hero-content {
    padding-top: 18px;
  }
  .home-video-hero h1 {
    font-size: clamp(2rem, 9.1vw, 2.55rem);
  }
  .home-video-hero .lead {
    font-size: .93rem;
    line-height: 1.4;
  }
  .hero-video-control {
    top: 152px;
  }
}

/* ========================================================================== 
   2026-07-15 final HD cap-feed hero
   Uses the high-bitrate 2160 × 450 master without browser-side enlargement.
   ========================================================================== */
.home-video-hero {
  height: clamp(390px, 23.5vw, 430px);
  min-height: 390px;
  max-height: 430px;
  background: #061923 url("../img/capfeed-hero-poster-hd.jpg") 56% center / cover no-repeat;
}

.hero-background-video {
  object-fit: cover;
  object-position: 56% center;
  filter: none;
  image-rendering: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.home-hero-content {
  padding-block: 14px 20px;
}

.home-video-hero .hero-copy {
  width: min(555px, 43vw);
  max-width: 555px;
  padding: clamp(18px, 1.7vw, 23px);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.home-video-hero h1 {
  max-width: 520px;
  margin-bottom: .58rem;
  font-size: clamp(2.24rem, 2.9vw, 3rem);
  line-height: 1.01;
}

.home-video-hero .lead {
  max-width: 520px;
  margin-bottom: .68rem;
  font-size: clamp(.94rem, 1.02vw, 1.04rem);
  line-height: 1.38;
}

.home-video-hero .eyebrow { margin-bottom: .45rem; }
.home-video-hero .button-row { gap: .5rem; }
.home-video-hero .button { min-height: 42px; padding: .62rem .82rem; }

@media (max-width: 1120px) and (min-width: 861px) {
  .home-video-hero {
    height: 400px;
    min-height: 400px;
    max-height: 400px;
  }
  .home-video-hero .hero-copy { width: min(535px, 51%); }
  .home-video-hero h1 { font-size: clamp(2.28rem, 4vw, 2.9rem); }
}

@media (max-width: 860px) and (min-width: 621px) {
  .home-video-hero {
    height: 440px;
    min-height: 440px;
    max-height: 440px;
    background-image: url("../img/capfeed-mobile-poster-hd.jpg");
    background-position: center;
  }
  .hero-background-video { object-position: center; }
  .home-video-hero .hero-copy {
    width: min(510px, 68%);
    max-width: 510px;
  }
  .home-video-hero h1 { font-size: clamp(2.2rem, 5.7vw, 2.82rem); }
}

@media (max-width: 620px) {
  .home-video-hero {
    height: auto;
    min-height: 0;
    max-height: none;
    padding-top: clamp(210px, 56vw, 252px);
    background: #031722 url("../img/capfeed-mobile-poster-hd.jpg") center top / 100% auto no-repeat;
  }
  .hero-background-video {
    height: clamp(210px, 56vw, 252px);
    object-fit: cover;
    object-position: center;
    filter: none;
  }
}

@media (max-height: 720px) and (min-width: 861px) {
  .home-video-hero {
    height: 370px;
    min-height: 370px;
    max-height: 370px;
  }
  .home-video-hero .hero-copy { padding-block: 16px; }
  .home-video-hero h1 { font-size: clamp(2.14rem, 2.75vw, 2.76rem); }
  .home-video-hero .lead { font-size: .94rem; }
}

/* ========================================================================== 
   Customer clarity, contrast and brand refinement — 2026-07-16
   ========================================================================== */
:root {
  --ink: #071d2b;
  --ink-soft: #304b59;
  --navy: #082b40;
  --teal: #007d78;
  --teal-dark: #005f5b;
}

body { color: var(--ink); }
p, li { color: inherit; }
.lead, .muted, .form-note, .table-note, .media-credit { color: var(--ink-soft); }
.card p, .faq-answer, td, .spec-table td { color: #294653; }
.card h2, .card h3, .card h4, .contact-card h2, .contact-card h3 { color: #082b40; }
.section.dark p,
.section.dark li,
.callout p,
.outcome-card p,
.site-footer p,
.site-footer li { color: #dfecef; }
.section.dark .lead { color: #edf6f8; }
.page-hero .lead { color: #f1f8fa; }
.page-hero p:not(.hero-assurance) { text-shadow: 0 2px 14px rgba(0,0,0,.22); }

/* New compact wordmark: clear at desktop and mobile sizes without clipping. */
.site-header .brand-logo-link {
  width: clamp(310px, 27vw, 360px);
  max-width: 40vw;
}
.site-header .brand-logo {
  width: 100%;
  max-height: 64px;
  filter: drop-shadow(0 5px 10px rgba(6,31,51,.10));
}
.footer-brand.brand-logo-link { width: min(100%, 370px); }
.footer-brand .brand-logo { max-height: 70px; }

/* The moving machinery remains visible while every word sits on a guaranteed
   high-contrast surface. */
.home-video-hero::before {
  background:
    linear-gradient(90deg,
      rgba(2, 14, 23, .93) 0%,
      rgba(2, 17, 27, .86) 23%,
      rgba(2, 20, 31, .61) 39%,
      rgba(2, 20, 31, .22) 54%,
      rgba(2, 20, 31, .04) 72%,
      rgba(2, 20, 31, 0) 100%),
    linear-gradient(180deg, rgba(2,16,25,.08), transparent 62%, rgba(2,16,25,.28));
}
.home-video-hero .hero-copy {
  background: linear-gradient(110deg, rgba(2, 18, 29, .91), rgba(2, 23, 35, .78));
  border-color: rgba(255,255,255,.24);
  border-left-color: #ffd167;
  box-shadow: 0 22px 54px rgba(0,0,0,.34);
}
.home-video-hero h1,
.home-video-hero .lead,
.home-video-hero .eyebrow {
  text-shadow: 0 3px 18px rgba(0,0,0,.68);
}
.home-video-hero .lead { color: #ffffff; }
.home-video-hero .eyebrow { color: #ffe09a; }
.home-video-hero .button.secondary {
  background: rgba(2, 22, 33, .84);
  border-color: rgba(255,255,255,.82);
}

/* Readable form and status surfaces. */
.field label { color: #082b40; }
.field input,
.field select,
.field textarea {
  color: #071d2b;
  background: #fff;
  border-color: #9fb4bd;
}
.field input::placeholder,
.field textarea::placeholder { color: #607580; opacity: 1; }
.form-note { color: #3a5563; }
.status {
  display: none;
  margin-bottom: 18px;
  padding: 14px 16px;
  color: #173f25;
  background: #edf9f0;
  border: 1px solid #9acaa5;
  border-radius: 10px;
}
.status.show { display: block; }
.status.error { color: #76182f; background: #fff1f4; border-color: #e1a4b3; }
.spam-protection-note {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin: 0;
  padding: .72rem .82rem;
  color: #294653;
  background: #edf7f7;
  border: 1px solid #c0dddb;
  border-radius: 9px;
  font-size: .82rem;
  line-height: 1.45;
}
.spam-protection-note::before {
  flex: 0 0 auto;
  content: "✓";
  color: #fff;
  background: #007d78;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-weight: 900;
}

/* Compact contextual links improve the customer journey without creating a
   large empty section. */
.related-resources {
  padding: clamp(28px, 3.2vw, 40px) 0;
  background: #f1f7f8;
  border-top: 1px solid #d3e1e5;
}
.related-resources .section-head { margin-bottom: 18px; }
.related-resources h2 { font-size: clamp(1.55rem, 2.5vw, 2.2rem); }
.related-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.related-resource {
  display: grid;
  gap: 5px;
  min-height: 118px;
  padding: 18px;
  color: #082b40;
  background: #fff;
  border: 1px solid #cbdde2;
  border-radius: 13px;
  box-shadow: 0 5px 18px rgba(6,31,51,.05);
  text-decoration: none;
}
.related-resource:hover {
  color: #005f5b;
  border-color: #69b9b3;
  box-shadow: 0 12px 28px rgba(6,31,51,.11);
  transform: translateY(-2px);
}
.related-resource strong { color: inherit; font-size: 1.02rem; line-height: 1.25; }
.related-resource span { color: #3d5966; font-size: .84rem; line-height: 1.42; }
.related-resource .resource-arrow { color: #007d78; font-weight: 900; }

.content-review {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 0 0 20px;
  padding: 13px 16px;
  color: #294653;
  background: #f5fafb;
  border: 1px solid #cfdee2;
  border-left: 4px solid #007d78;
  border-radius: 10px;
  font-size: .84rem;
}
.content-review strong { color: #082b40; }

/* Keep the privacy controls out of search snippets and clearly readable. */
.cookie-banner { color: #071d2b; }
.cookie-banner p { color: #294653; }
.cookie-banner a { color: #005f5b; }

@media (max-width: 1160px) {
  .site-header .brand-logo-link { width: 300px; max-width: 38vw; }
}

@media (max-width: 1040px) {
  .site-header .brand-logo-link { width: 325px; max-width: calc(100vw - 112px); }
}

@media (max-width: 860px) {
  .site-header .brand-logo-link { width: min(315px, calc(100vw - 108px)); max-width: none; }
  .home-video-hero .hero-copy { background: rgba(2,18,29,.91); }
}

@media (max-width: 700px) {
  .related-resource-grid { grid-template-columns: 1fr; }
  .related-resource { min-height: 0; }
  .content-review { align-items: flex-start; }
}

@media (max-width: 620px) {
  .site-header .brand-logo-link { width: min(278px, calc(100vw - 86px)); }
  .site-header .brand-logo { max-height: 54px; }
  .home-video-hero .hero-copy {
    padding: 20px;
    background: #031722;
    border: 0;
    border-top: 3px solid #ffd167;
    border-radius: 0 0 14px 14px;
    box-shadow: none;
  }
  .home-video-hero h1,
  .home-video-hero .lead,
  .home-video-hero .eyebrow { text-shadow: none; }
}

/* ========================================================================== 
   Final mobile hero fit and contrast correction — 2026-07-16
   ========================================================================== */
@media (max-width: 620px) {
  .home-video-hero {
    padding-top: clamp(196px, 54vw, 226px);
  }

  .home-video-hero::before,
  .hero-background-video {
    height: clamp(196px, 54vw, 226px);
  }

  .home-hero-content {
    display: block;
    width: min(calc(100% - 28px), var(--site));
    height: auto;
    min-height: 0;
    padding: 14px 0 56px;
  }

  .home-video-hero .hero-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 20px;
  }

  .home-video-hero .eyebrow {
    display: inline-flex;
    margin-bottom: .5rem;
  }

  .home-video-hero h1 {
    max-width: 100%;
    font-size: clamp(2.05rem, 9.1vw, 2.55rem);
    line-height: 1.025;
  }

  .home-video-hero .lead {
    max-width: 100%;
    font-size: .95rem;
    line-height: 1.44;
  }

  .home-video-hero .button-row {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .home-video-hero .button-row .button {
    width: 100%;
  }

  .hero-video-control {
    top: calc(clamp(196px, 54vw, 226px) - 48px);
  }
}

@media (max-width: 380px) {
  .home-video-hero {
    padding-top: 188px;
  }

  .home-video-hero::before,
  .hero-background-video {
    height: 188px;
  }

  .home-video-hero .hero-copy {
    padding: 18px;
  }

  .home-video-hero h1 {
    font-size: clamp(1.95rem, 9vw, 2.35rem);
  }

  .hero-video-control {
    top: 140px;
  }
}

@media (max-width: 620px) {
  .home-hero-content { padding-bottom: 50px; }
  .home-video-hero .hero-copy { padding: 18px; }
  .home-video-hero h1 {
    font-size: clamp(2rem, 8vw, 2.35rem);
    line-height: 1.03;
  }
}

/* ========================================================================== 
   Customer conversion refresh — 11 August 2026
   Cleaner wordmark, video-first homepage hero and shorter enquiry form.
   ========================================================================== */

/* The new wordmark is intentionally simpler and remains readable at header size. */
.site-header .brand-logo-link {
  width: clamp(242px, 22vw, 285px);
  max-width: 34vw;
}
.site-header .brand-logo {
  width: 100%;
  max-height: 68px;
  filter: drop-shadow(0 4px 9px rgba(6,31,51,.08));
}
.footer-brand.brand-logo-link { width: min(100%, 285px); }
.footer-brand .brand-logo { max-height: 76px; }

/* Video-first hero: a left-side gradient protects readability while leaving most
   of the moving capping machinery unobstructed. */
.home-video-hero {
  height: clamp(410px, 28vw, 455px);
  min-height: 410px;
  max-height: 455px;
}
.home-video-hero::before {
  inset: 0;
  height: auto;
  background:
    linear-gradient(90deg,
      rgba(2, 15, 24, .91) 0%,
      rgba(2, 17, 27, .82) 25%,
      rgba(2, 20, 31, .56) 43%,
      rgba(2, 20, 31, .18) 59%,
      rgba(2, 20, 31, 0) 76%),
    linear-gradient(180deg, rgba(2,16,25,.08), transparent 68%, rgba(2,16,25,.20));
}
.home-video-hero::after {
  display: block;
  background: linear-gradient(180deg, rgba(2,16,25,.03), transparent 70%, rgba(2,16,25,.18));
}
.home-hero-content {
  height: 100%;
  padding-block: 28px;
}
.home-video-hero .hero-copy {
  width: min(510px, 41vw);
  max-width: 510px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.home-video-hero h1 {
  max-width: 500px;
  margin-bottom: .75rem;
  font-size: clamp(2.7rem, 3.55vw, 3.65rem);
  line-height: .99;
  letter-spacing: -.045em;
  text-wrap: balance;
  text-shadow: 0 4px 24px rgba(0,0,0,.68);
}
.home-video-hero .lead {
  max-width: 490px;
  margin-bottom: 1rem;
  color: #fff;
  font-size: clamp(1rem, 1.12vw, 1.13rem);
  line-height: 1.46;
  text-shadow: 0 3px 18px rgba(0,0,0,.68);
}
.home-video-hero .button-row { gap: .65rem; }
.home-video-hero .button {
  min-height: 45px;
  padding: .68rem 1rem;
  font-size: .88rem;
}
.home-video-hero .button.secondary {
  background: rgba(2, 22, 33, .58);
  border-color: rgba(255,255,255,.76);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.hero-video-control {
  min-height: 38px;
  padding: .46rem .72rem;
  background: rgba(2, 21, 31, .48);
  font-size: .74rem;
}

/* A short form asks only for enough information to begin a useful conversation. */
.simple-enquiry-form {
  padding: clamp(22px, 2.7vw, 30px);
}
.simple-form-grid { gap: 16px; }
.simple-enquiry-form .optional {
  margin-left: .28rem;
  color: #607580;
  font-size: .72rem;
  font-weight: 650;
  text-transform: lowercase;
}
.simple-enquiry-form textarea { min-height: 135px; }
.simple-enquiry-form .privacy-field {
  padding-top: 2px;
  border-top: 1px solid #d7e3e6;
}
.simple-enquiry-form .privacy-consent {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  color: #294653;
  font-weight: 650;
  line-height: 1.45;
}
.simple-enquiry-form .privacy-consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: .12rem;
  accent-color: #007d78;
}
.simple-enquiry-form .form-actions {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}
.simple-enquiry-form .form-actions .button {
  min-width: 165px;
  margin: 0;
}
.simple-enquiry-form .form-actions .form-note { margin: 0; }

@media (max-width: 1120px) and (min-width: 861px) {
  .site-header .brand-logo-link { width: 250px; max-width: 31vw; }
  .home-video-hero .hero-copy { width: min(500px, 47vw); }
  .home-video-hero h1 { font-size: clamp(2.55rem, 4.25vw, 3.25rem); }
}

@media (max-width: 860px) and (min-width: 621px) {
  .site-header .brand-logo-link { width: 255px; max-width: calc(100vw - 112px); }
  .home-video-hero {
    height: 420px;
    min-height: 420px;
    max-height: 420px;
  }
  .home-video-hero::before {
    background: linear-gradient(90deg,
      rgba(2,15,24,.91) 0%,
      rgba(2,18,28,.78) 34%,
      rgba(2,20,31,.35) 58%,
      rgba(2,20,31,0) 82%);
  }
  .home-video-hero .hero-copy {
    width: min(470px, 58vw);
    max-width: 470px;
    background: transparent;
  }
  .home-video-hero h1 { font-size: clamp(2.42rem, 5.1vw, 3rem); }
}

@media (max-width: 620px) {
  .site-header .brand-logo-link {
    width: min(235px, calc(100vw - 92px));
    max-width: none;
  }
  .site-header .brand-logo { max-height: 66px; }

  /* On phones the video gets its own unobstructed panel, with the short copy
     immediately below it inside the same hero. */
  .home-video-hero {
    height: auto;
    min-height: 0;
    max-height: none;
    padding-top: clamp(196px, 54vw, 226px);
    background-color: #031722;
  }
  .hero-background-video {
    top: 0;
    bottom: auto;
    height: clamp(196px, 54vw, 226px);
    object-position: center center;
  }
  .home-video-hero::before {
    top: 0;
    bottom: auto;
    height: clamp(196px, 54vw, 226px);
    background: linear-gradient(180deg,
      rgba(2,16,25,.03) 0%,
      rgba(2,16,25,0) 70%,
      rgba(3,23,34,.42) 91%,
      #031722 100%);
  }
  .home-video-hero::after {
    display: block;
    top: clamp(196px, 54vw, 226px);
    bottom: 0;
    background: #031722;
  }
  .home-hero-content {
    display: block;
    width: min(calc(100% - 28px), var(--site));
    height: auto;
    min-height: 0;
    padding: 20px 0 58px;
  }
  .home-video-hero .hero-copy {
    width: 100%;
    max-width: none;
    padding: 0;
    text-align: left;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .home-video-hero h1 {
    max-width: 100%;
    margin-bottom: .7rem;
    font-size: clamp(2.18rem, 9.2vw, 2.72rem);
    line-height: 1.02;
    letter-spacing: -.04em;
    text-align: left;
    text-shadow: none;
    text-wrap: pretty;
    overflow-wrap: normal;
    word-break: normal;
  }
  .home-video-hero .lead {
    max-width: 100%;
    margin-bottom: 0;
    font-size: .98rem;
    line-height: 1.45;
    text-align: left;
    text-shadow: none;
  }
  /* The persistent mobile action bar already supplies both contact actions. */
  .home-video-hero .button-row { display: none; }
  .hero-video-control {
    top: calc(clamp(196px, 54vw, 226px) - 45px);
    right: 12px;
    bottom: auto;
  }
  .simple-enquiry-form .form-actions {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .simple-enquiry-form .form-actions .button { width: 100%; }
}

@media (max-width: 380px) {
  .site-header .brand-logo-link { width: min(218px, calc(100vw - 86px)); }
  .home-video-hero { padding-top: 188px; }
  .home-video-hero::before,
  .hero-background-video { height: 188px; }
  .home-video-hero::after { top: 188px; }
  .home-video-hero h1 { font-size: clamp(2.03rem, 9vw, 2.4rem); }
  .hero-video-control { top: 145px; }
}

/* Keep the first field visible when hero and header links jump directly to the form. */
#enquiry-form { scroll-margin-top: 118px; }
@media (max-width: 860px) {
  #enquiry-form { scroll-margin-top: 126px; }
}
