:root {
  --ink: #10243a;
  --muted: #5c6b79;
  --navy: #071d33;
  --navy-2: #0b2a49;
  --blue: #0d5e9e;
  --blue-dark: #084876;
  --cyan: #00a7c4;
  --cyan-soft: #e9f8fb;
  --orange: #f47b35;
  --orange-dark: #cf5d1f;
  --white: #ffffff;
  --offwhite: #f6f8fa;
  --line: #d9e1e8;
  --line-dark: #29435d;
  --success: #16734b;
  --shadow-sm: 0 8px 24px rgba(7, 29, 51, .08);
  --shadow-md: 0 18px 48px rgba(7, 29, 51, .14);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --container: 1220px;
  --narrow: 820px;
  --header-height: 76px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.62; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, video { max-width: 100%; }
img { display: block; }
a { color: var(--blue); text-underline-offset: 3px; }
a:hover { color: var(--blue-dark); }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { color: var(--navy); line-height: 1.12; margin-top: 0; letter-spacing: -.025em; }
h1 { font-size: clamp(2.4rem, 5vw, 5.2rem); }
h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
h3 { font-size: 1.28rem; }
p { margin: 0 0 1.15rem; }
address { font-style: normal; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container.narrow, .narrow { max-width: var(--narrow); }
.section { padding: clamp(64px, 8vw, 112px) 0; }
.section-muted { background: var(--offwhite); }
.section-dark { background: var(--navy); color: #dce8f3; }
.section-dark h2, .section-dark h3, .section-dark .section-heading h2 { color: var(--white); }
.section-dark .section-heading p, .section-dark p { color: #c5d5e4; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 10000; padding: 10px 16px; background: var(--white); color: var(--navy); border: 2px solid var(--blue); border-radius: 8px; transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #ffb17c; outline-offset: 3px; }
.icon { display: inline-block; flex: 0 0 auto; vertical-align: -.18em; }
.eyebrow, .card-eyebrow { display: inline-block; margin-bottom: 14px; color: var(--blue); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow.light { color: #7ee5f5; }
.section-heading { max-width: 760px; margin-bottom: 38px; }
.section-heading h2 { margin-bottom: 14px; }
.section-heading p { color: var(--muted); font-size: 1.08rem; margin: 0; }
.section-heading.center { text-align: center; margin-inline: auto; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 20px; border: 1px solid var(--blue); border-radius: 999px; background: var(--blue); color: var(--white); font-weight: 760; line-height: 1.2; text-decoration: none; box-shadow: 0 6px 18px rgba(13,94,158,.2); transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.button:hover { color: var(--white); background: var(--blue-dark); border-color: var(--blue-dark); transform: translateY(-1px); box-shadow: 0 9px 24px rgba(13,94,158,.25); }
.button-small { min-height: 42px; padding: 10px 16px; font-size: .92rem; }
.button-large { min-height: 54px; padding-inline: 28px; }
.button-secondary { background: var(--white); color: var(--blue); border-color: #b8ccdd; box-shadow: none; }
.button-secondary:hover { color: var(--navy); background: var(--cyan-soft); border-color: var(--cyan); }
.button-light { background: var(--white); color: var(--navy); border-color: var(--white); box-shadow: none; }
.button-light:hover { background: #edf7fb; color: var(--navy); border-color: #edf7fb; }
.button-ghost-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,.5); box-shadow: none; }
.button-ghost-light:hover { background: rgba(255,255,255,.1); border-color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 4px; color: var(--blue); font-weight: 760; text-decoration: none; }
.text-link:hover .icon { transform: translateX(3px); }
.text-link .icon { transition: transform .2s; }
.utility-bar { background: #041525; color: #c8d7e5; font-size: .82rem; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.utility-address, .utility-contact a { display: inline-flex; align-items: center; gap: 7px; }
.utility-contact { display: flex; align-items: center; gap: 20px; }
.utility-contact a { color: #e8f2fa; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(217,225,232,.9); backdrop-filter: blur(12px); }
.header-inner { min-height: var(--header-height); display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); text-decoration: none; flex: 0 0 auto; }
.brand:hover { color: var(--navy); }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 12px 4px 12px 4px; background: linear-gradient(135deg, var(--blue), var(--cyan)); color: var(--white); font-weight: 900; letter-spacing: -.05em; box-shadow: 0 8px 20px rgba(13,94,158,.22); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-copy strong { font-size: 1rem; letter-spacing: -.01em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .72rem; letter-spacing: .04em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(14px, 2vw, 27px); margin-left: auto; }
.desktop-nav a { color: var(--ink); text-decoration: none; font-size: .94rem; font-weight: 700; }
.desktop-nav a:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.icon-button { width: 42px; height: 42px; display: inline-grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--navy); }
.icon-button:hover { background: var(--offwhite); color: var(--blue); }
.menu-toggle { display: none; }
.mobile-menu { border-top: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow-md); }
.mobile-menu nav { display: grid; padding-top: 12px; padding-bottom: 22px; }
.mobile-menu a { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-weight: 700; text-decoration: none; }
.search-dialog { width: min(700px, calc(100% - 32px)); border: 0; border-radius: var(--radius-lg); padding: 0; box-shadow: var(--shadow-md); }
.search-dialog::backdrop { background: rgba(3,16,29,.7); backdrop-filter: blur(5px); }
.search-dialog-inner { position: relative; padding: clamp(28px, 5vw, 52px); }
.search-dialog-inner label { display: block; margin-bottom: 16px; font-size: clamp(1.5rem, 3vw, 2.4rem); font-weight: 800; color: var(--navy); line-height: 1.15; }
.search-dialog-inner p { margin-top: 14px; color: var(--muted); }
.dialog-close { position: absolute; top: 16px; right: 16px; }
.search-row { display: flex; gap: 10px; }
.search-row input { flex: 1; min-width: 0; }
.breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 3px; margin-bottom: 30px; color: var(--muted); font-size: .88rem; }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--blue); }
.page-hero { padding: 42px 0 clamp(70px, 8vw, 110px); background: radial-gradient(circle at 90% 15%, rgba(0,167,196,.14), transparent 32%), linear-gradient(180deg, #f7fbfd, #fff); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr); gap: clamp(36px, 6vw, 80px); align-items: center; }
.page-hero h1 { max-width: 850px; margin-bottom: 24px; font-size: clamp(2.5rem, 4.8vw, 4.8rem); }
.hero-lead { max-width: 760px; color: #44596b; font-size: clamp(1.08rem, 1.8vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0; }
.badge-list { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 26px 0 0; list-style: none; }
.badge-list li { display: inline-flex; align-items: center; gap: 6px; padding: 7px 11px; border: 1px solid #c6dae9; border-radius: 999px; background: rgba(255,255,255,.75); color: #355064; font-size: .82rem; font-weight: 700; }
.badge-list.light li { border-color: rgba(255,255,255,.28); background: rgba(4,21,37,.35); color: #ecf8fd; }
.media-card { margin: 0; border-radius: var(--radius); overflow: hidden; background: var(--white); box-shadow: var(--shadow-md); }
.media-frame { aspect-ratio: 16 / 10; overflow: hidden; background: #dfe9ef; }
.media-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.media-card:hover .media-frame img { transform: scale(1.025); }
.media-card figcaption, .video-card figcaption { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 10px 14px; color: var(--muted); font-size: .76rem; background: var(--white); }
.media-card figcaption a, .video-card figcaption a { display: inline-flex; align-items: center; gap: 4px; text-decoration: none; white-space: nowrap; }
.hero-media { transform: rotate(.6deg); }
.home-hero { position: relative; min-height: min(780px, calc(100vh - 80px)); display: flex; align-items: center; overflow: hidden; background: var(--navy); }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,21,37,.94) 0%, rgba(4,21,37,.8) 43%, rgba(4,21,37,.22) 78%, rgba(4,21,37,.38) 100%), linear-gradient(0deg, rgba(4,21,37,.5), transparent 45%); }
.home-hero-inner { position: relative; z-index: 2; padding-top: 100px; padding-bottom: 100px; }
.home-hero-copy { max-width: 850px; color: var(--white); }
.home-hero h1 { color: var(--white); margin-bottom: 26px; text-wrap: balance; }
.home-hero p { max-width: 720px; color: #e4edf5; font-size: clamp(1.12rem, 2vw, 1.42rem); }
.hero-source { position: absolute; z-index: 3; right: 20px; bottom: 16px; display: inline-flex; align-items: center; gap: 4px; color: rgba(255,255,255,.78); font-size: .72rem; text-decoration: none; }
.hero-source:hover { color: var(--white); }
.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 112px; display: flex; align-items: center; gap: 12px; padding: 18px 24px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid strong { color: var(--blue); font-size: 1.65rem; line-height: 1; }
.trust-grid span { color: var(--muted); font-size: .88rem; line-height: 1.35; }
.split-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .88fr); gap: clamp(38px, 7vw, 88px); align-items: center; }
.split-layout.align-start { align-items: start; }
.prose { font-size: 1.06rem; }
.prose p { color: #42576a; }
.panel, .quote-panel { padding: clamp(26px, 4vw, 42px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.panel h2, .quote-panel h2 { font-size: 1.7rem; }
.panel-accent { border-top: 5px solid var(--cyan); background: linear-gradient(180deg, #f5fcfe, #fff); }
.sticky-panel { position: sticky; top: 110px; }
.quote-panel { background: var(--navy); border-color: var(--navy); color: #dce8f3; }
.quote-panel h2 { color: var(--white); }
.quote-panel p { color: #c4d6e5; }
.check-list { display: grid; gap: 12px; padding: 0; margin: 20px 0 26px; list-style: none; }
.check-list.two-col { grid-template-columns: repeat(2, minmax(0,1fr)); column-gap: 28px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; }
.check-list li .icon { margin-top: 3px; color: var(--cyan); }
.section-dark .check-list li .icon { color: #66d9eb; }
.card-grid { display: grid; gap: 22px; }
.card-grid.two { grid-template-columns: repeat(2, minmax(0,1fr)); }
.card-grid.three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.card-grid.four { grid-template-columns: repeat(4, minmax(0,1fr)); }
.link-card, .feature-card, .route-card { position: relative; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 7px 20px rgba(7,29,51,.04); transition: transform .2s, box-shadow .2s, border-color .2s; }
.link-card:hover { transform: translateY(-4px); border-color: #a9c9dd; box-shadow: var(--shadow-md); }
.card-stretch { position: absolute; inset: 0; z-index: 2; border-radius: inherit; }
.link-card h3, .feature-card h3, .route-card h3 { margin: 20px 0 10px; }
.link-card p, .feature-card p, .route-card p { color: var(--muted); }
.link-card .text-link { margin-top: 12px; }
.icon-chip { width: 48px; height: 48px; display: inline-grid; place-items: center; border-radius: 14px; background: var(--cyan-soft); color: var(--blue); }
.card-eyebrow { display: block; margin: 18px 0 0; }
.step-number { color: var(--cyan); font-weight: 900; letter-spacing: .08em; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; padding: 0; margin: 0; list-style: none; counter-reset: process; }
.process-grid li { position: relative; padding: 28px 22px; border-top: 3px solid var(--cyan); background: var(--offwhite); border-radius: 0 0 var(--radius-sm) var(--radius-sm); }
.process-grid li > span { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 20px; border-radius: 50%; background: var(--navy); color: var(--white); font-weight: 800; }
.process-grid h3 { margin-bottom: 8px; }
.process-grid p { color: var(--muted); font-size: .94rem; margin: 0; }
.process-list { padding: 0; margin: 0; list-style: none; display: grid; gap: 22px; }
.process-list li { display: flex; gap: 18px; }
.process-list > li > span { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--cyan); color: var(--navy); font-weight: 900; }
.process-list h3 { margin: 0 0 6px; }
.process-list p { margin: 0; }
.process-list.light h3 { color: var(--white); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
table { width: 100%; border-collapse: collapse; }
caption { padding: 18px 20px; color: var(--navy); font-weight: 800; text-align: left; background: #edf5fa; }
th, td { padding: 15px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--navy); font-size: .9rem; }
td { color: #43586a; }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
.spec-table th { width: 34%; background: #f8fafb; }
.comparison-table thead th { background: var(--navy); color: var(--white); }
.section-dark .table-wrap { border-color: var(--line-dark); }
.example-grid { display: grid; gap: 28px; }
.example-card { display: grid; grid-template-columns: minmax(300px,.85fr) minmax(0,1.15fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.example-card .media-card { border-radius: 0; box-shadow: none; }
.example-card .media-frame { height: 100%; aspect-ratio: auto; min-height: 330px; }
.example-copy { padding: clamp(26px, 4vw, 44px); }
.example-copy h3 { font-size: 1.7rem; }
.source-strip { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--offwhite); }
.source-strip h2 { font-size: 1.7rem; margin-bottom: 0; }
.source-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.source-links a { display: inline-flex; align-items: center; gap: 5px; padding: 9px 13px; border: 1px solid #bfd0dc; border-radius: 999px; background: var(--white); text-decoration: none; font-weight: 700; font-size: .88rem; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 12px; background: var(--white); overflow: hidden; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 22px; color: var(--navy); font-weight: 780; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .icon { transition: transform .2s; }
.faq-list details[open] summary .icon { transform: rotate(180deg); }
.faq-list details > div { padding: 0 22px 20px; }
.faq-list details p { margin: 0; color: var(--muted); }
.choice-links { display: grid; gap: 10px; }
.choice-links a { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; font-weight: 750; }
.choice-links a:hover { color: var(--blue); }
.choice-links.large a { display: grid; grid-template-columns: minmax(160px,.5fr) minmax(0,1fr) auto; padding: 19px 0; }
.choice-links.large span { color: var(--muted); font-weight: 450; }
.number-list { display: grid; gap: 22px; padding: 0; list-style: none; }
.number-list li { display: grid; grid-template-columns: 48px 1fr; gap: 16px; }
.number-list li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--navy); color: var(--white); font-weight: 900; }
.number-list h3 { margin-bottom: 6px; }
.number-list p { color: var(--muted); margin: 0; }
.featured-machines { display: grid; gap: 24px; }
.featured-machines > article { display: grid; grid-template-columns: minmax(300px,.9fr) minmax(0,1.1fr); align-items: center; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--white); }
.featured-machines > article:nth-child(even) .media-card { order: 2; }
.featured-machines .media-card { border-radius: 0; box-shadow: none; }
.featured-machines > article > div { padding: clamp(28px,4vw,48px); }
.video-card { margin: 0; overflow: hidden; border-radius: var(--radius); background: #02070b; box-shadow: var(--shadow-md); }
.video-card video { display: block; width: 100%; aspect-ratio: 16/9; background: #02070b; }
.video-card.large video { min-height: 360px; object-fit: cover; }
.video-intro, .video-feature { align-items: center; }
.video-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.youtube-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.youtube-placeholder { position: relative; aspect-ratio: 16/9; background: #0a1927; overflow: hidden; }
.youtube-placeholder img { width: 100%; height: 100%; object-fit: cover; opacity: .78; }
.youtube-placeholder > span { position: absolute; left: 12px; bottom: 10px; padding: 5px 9px; border-radius: 999px; background: rgba(4,21,37,.82); color: var(--white); font-size: .7rem; }
.play-button { position: absolute; inset: 50% auto auto 50%; width: 70px; height: 70px; display: grid; place-items: center; transform: translate(-50%,-50%); border: 0; border-radius: 50%; background: var(--orange); color: var(--white); box-shadow: 0 10px 30px rgba(0,0,0,.3); }
.play-button:hover { background: var(--orange-dark); }
.youtube-copy { padding: 24px; }
.youtube-copy h3 { margin-bottom: 10px; }
.youtube-copy p { color: var(--muted); }
.line-map { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 2px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.line-map > div { min-height: 220px; padding: 24px 18px; background: var(--offwhite); }
.line-map > div:nth-child(even) { background: #eaf4f9; }
.line-map span { display: block; color: var(--cyan); font-weight: 900; margin-bottom: 30px; }
.line-map h3 { font-size: 1.05rem; }
.line-map p { color: var(--muted); font-size: .86rem; }
.definition-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.definition-grid article { padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.definition-grid article:nth-child(3n) { border-right: 0; }
.definition-grid article:nth-last-child(-n+3) { border-bottom: 0; }
.definition-grid h2 { font-size: 1.2rem; }
.definition-grid p { color: var(--muted); margin: 0; }
.formula-panel { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.formula-panel > div { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--offwhite); }
.formula-panel strong { display: block; margin: 12px 0; color: var(--navy); font-size: clamp(1.2rem,2vw,1.65rem); }
.formula-label { color: var(--blue); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .75rem; }
.notice { padding: 18px 20px; margin: 24px 0; border-left: 4px solid var(--cyan); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: var(--cyan-soft); color: #26475a; }
.guide-steps { display: grid; gap: 22px; padding: 0; margin: 0; list-style: none; }
.guide-steps > li { display: grid; grid-template-columns: 74px minmax(0,1fr); gap: 24px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.guide-steps > li > span { color: var(--cyan); font-size: 1.25rem; font-weight: 900; letter-spacing: .08em; }
.guide-steps h2 { font-size: 1.55rem; }
.guide-steps p { color: var(--muted); }
.copy-template { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.copy-template pre { margin: 0 0 20px; white-space: pre-wrap; font: .9rem/1.7 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; color: #34495a; }
.copy-status { margin-left: 12px; color: var(--success); font-weight: 700; }
.calculator-layout { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); gap: 34px; align-items: start; }
.calculator-card, .results-card { padding: clamp(28px,4vw,44px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-sm); }
.results-card { position: sticky; top: 110px; background: var(--navy); border-color: var(--navy); color: #d9e7f2; }
.results-card h2 { color: var(--white); }
.result-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 24px 0; }
.result-grid > div { padding: 18px; border: 1px solid var(--line-dark); border-radius: 12px; background: rgba(255,255,255,.04); }
.result-grid span, .result-grid small { display: block; color: #a9bfd0; font-size: .8rem; }
.result-grid strong { display: block; margin: 5px 0; color: var(--white); font-size: 1.8rem; }
.results-card .notice { background: rgba(0,167,196,.13); color: #d9eef2; }
.enquiry-form { display: grid; gap: 22px; }
.enquiry-form fieldset { padding: 0; margin: 0; border: 0; }
.enquiry-form legend { margin-bottom: 18px; color: var(--navy); font-size: 1.25rem; font-weight: 800; }
.form-grid { display: grid; gap: 18px; }
.form-grid.two { grid-template-columns: repeat(2,minmax(0,1fr)); }
.field { display: grid; gap: 7px; }
.field label { color: var(--navy); font-size: .9rem; font-weight: 750; }
.field label span { color: var(--muted); font-weight: 500; }
input, select, textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #b8c7d2; border-radius: 9px; background: var(--white); color: var(--ink); }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); outline: 3px solid rgba(13,94,158,.13); }
.checkbox-field { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; color: #43586a; }
.checkbox-field input { width: 18px; height: 18px; min-height: 0; margin-top: 3px; flex: 0 0 auto; }
.form-note { color: var(--muted); font-size: .82rem; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.contact-layout { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(320px,.65fr); gap: 54px; align-items: start; }
.contact-sidebar { display: grid; gap: 18px; }
.contact-panel { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--offwhite); }
.contact-panel h2 { margin: 18px 0 8px; font-size: 1.25rem; }
.contact-panel p { color: var(--muted); }
.contact-big { font-size: 1.5rem; font-weight: 850; text-decoration: none; }
.contact-aside { display: grid; gap: 16px; }
.contact-method { display: flex; gap: 15px; align-items: flex-start; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.contact-method > div { display: grid; }
.contact-method > div > span { color: var(--muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.contact-method a { color: var(--navy); font-weight: 800; text-decoration: none; }
.contact-method p { margin: 0; color: var(--ink); }
.address-card { display: grid; gap: 7px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--offwhite); }
.address-card strong { font-size: 1.3rem; }
.address-card a { display: inline-flex; gap: 8px; align-items: center; margin-top: 7px; font-weight: 750; text-decoration: none; }
.faq-layout { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 54px; align-items: start; }
.faq-nav { position: sticky; top: 110px; display: grid; gap: 8px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--offwhite); }
.faq-nav a { padding: 7px 0; color: var(--ink); text-decoration: none; font-weight: 700; }
.faq-content > h2 { margin: 50px 0 20px; font-size: 1.7rem; }
.faq-content > h2:first-child { margin-top: 0; }
.domain-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.domain-card { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); }
.domain-card a { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--navy); text-decoration: none; }
.domain-card p { margin: 8px 0 0; color: var(--muted); font-size: .86rem; }
.current-badge { padding: 4px 8px; border-radius: 999px; background: var(--cyan-soft); color: var(--blue); font-size: .68rem; white-space: nowrap; }
.cta-stack { display: grid; gap: 12px; align-content: center; }
.simple-hero { padding: 54px 0 66px; border-bottom: 1px solid var(--line); background: linear-gradient(180deg,#f3f9fc,#fff); }
.simple-hero h1 { font-size: clamp(2.3rem,4vw,4rem); margin-bottom: 18px; }
.simple-hero p { color: var(--muted); font-size: 1.08rem; }
.legal-prose { max-width: 850px; }
.legal-prose h2 { margin: 40px 0 12px; font-size: 1.5rem; }
.legal-prose h2:first-child { margin-top: 0; }
.legal-prose p, .legal-prose li { color: #405568; }
.status-page { min-height: 68vh; display: grid; place-items: center; padding: 90px 0; text-align: center; background: radial-gradient(circle at center, var(--cyan-soft), var(--white) 65%); }
.status-page .breadcrumbs { justify-content: center; }
.status-icon { width: 80px; height: 80px; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 50%; background: #e7f7ef; color: var(--success); }
.error-code { display: block; color: var(--cyan); font-size: clamp(5rem,13vw,10rem); font-weight: 950; line-height: .8; }
.search-page-form label { display: block; margin-bottom: 8px; color: var(--navy); font-weight: 750; }
.search-summary { margin-bottom: 24px; color: var(--muted); }
.search-results { display: grid; gap: 14px; }
.search-result { padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.search-result h2 { margin: 0 0 8px; font-size: 1.25rem; }
.search-result h2 a { color: var(--navy); text-decoration: none; }
.search-result p { margin: 0; color: var(--muted); }
.cta-band { padding: 58px 0; background: linear-gradient(135deg,var(--blue-dark),var(--blue) 55%,#07879e); color: var(--white); }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 44px; }
.cta-band h2 { max-width: 760px; color: var(--white); margin-bottom: 10px; font-size: clamp(1.8rem,3vw,2.8rem); }
.cta-band p { max-width: 760px; color: #dceef6; margin: 0; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; flex: 0 0 auto; }
.site-footer { background: #06192b; color: #b9c9d6; }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3,1fr); gap: 42px; padding-top: 70px; padding-bottom: 48px; }
.footer-brand { color: var(--white); }
.footer-brand .brand-copy small { color: #9fb3c4; }
.footer-about > p { max-width: 340px; }
.footer-company { color: #d8e4ed; }
.site-footer h2 { color: var(--white); font-size: 1rem; margin-bottom: 18px; }
.site-footer ul { padding: 0; margin: 0; list-style: none; display: grid; gap: 9px; }
.site-footer a { color: #b9c9d6; text-decoration: none; }
.site-footer a:hover { color: var(--white); }
.contact-list li { display: flex; gap: 9px; align-items: flex-start; }
.contact-list .icon { margin-top: 4px; color: #62d7e8; }
.footer-network { display: flex; flex-wrap: wrap; gap: 8px 18px; padding-top: 24px; padding-bottom: 24px; border-top: 1px solid #1b354e; font-size: .79rem; }
.footer-network span { color: var(--white); font-weight: 750; }
.footer-bottom { border-top: 1px solid #1b354e; }
.footer-bottom-inner { min-height: 64px; display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: .78rem; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 18px; }
.floating-call { position: fixed; right: 18px; bottom: 18px; z-index: 900; display: inline-flex; align-items: center; gap: 8px; padding: 12px 16px; border-radius: 999px; background: var(--orange); color: var(--white); font-weight: 800; text-decoration: none; box-shadow: var(--shadow-md); }
.floating-call:hover { color: var(--white); background: var(--orange-dark); }
@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-grid; }
  .header-actions .button-small { display: none; }
  .page-hero-grid, .split-layout, .calculator-layout, .contact-layout { grid-template-columns: 1fr; }
  .sticky-panel, .results-card, .faq-nav { position: static; }
  .card-grid.four { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .line-map { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .cta-band-inner { align-items: flex-start; flex-direction: column; }
  .domain-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  :root { --header-height: 66px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .utility-address { display: none; }
  .utility-inner { justify-content: center; }
  .utility-contact { width: 100%; justify-content: space-between; gap: 8px; }
  .utility-contact a { font-size: .73rem; }
  .brand-copy strong { font-size: .88rem; }
  .brand-copy small { font-size: .64rem; }
  .brand-mark { width: 38px; height: 38px; }
  .search-toggle { display: none; }
  .home-hero { min-height: 720px; }
  .home-hero-inner { padding-top: 80px; padding-bottom: 90px; }
  .hero-scrim { background: linear-gradient(90deg, rgba(4,21,37,.94), rgba(4,21,37,.72)), linear-gradient(0deg,rgba(4,21,37,.5),transparent); }
  .hero-source { left: 14px; right: auto; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid > div { min-height: 94px; padding: 14px; border-bottom: 1px solid var(--line); }
  .page-hero { padding-top: 28px; }
  .page-hero h1 { font-size: clamp(2.25rem,11vw,3.4rem); }
  .hero-media { transform: none; }
  .card-grid.two, .card-grid.three, .card-grid.four, .video-grid, .definition-grid, .formula-panel, .form-grid.two, .result-grid { grid-template-columns: 1fr; }
  .check-list.two-col { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .example-card, .featured-machines > article { grid-template-columns: 1fr; }
  .featured-machines > article:nth-child(even) .media-card { order: 0; }
  .source-strip { align-items: flex-start; flex-direction: column; }
  .source-links { justify-content: flex-start; }
  .line-map { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .definition-grid article, .definition-grid article:nth-child(3n), .definition-grid article:nth-last-child(-n+3) { border-right: 0; border-bottom: 1px solid var(--line); }
  .definition-grid article:last-child { border-bottom: 0; }
  .guide-steps > li { grid-template-columns: 1fr; padding: 24px; }
  .choice-links.large a { grid-template-columns: 1fr auto; }
  .choice-links.large span { grid-column: 1 / -1; }
  .faq-layout { grid-template-columns: 1fr; gap: 28px; }
  .faq-nav { display: flex; flex-wrap: wrap; }
  .domain-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom-inner { align-items: flex-start; flex-direction: column; padding-top: 20px; padding-bottom: 20px; }
  .search-row { flex-direction: column; }
  .floating-call span { display: none; }
  .floating-call { width: 54px; height: 54px; justify-content: center; padding: 0; }
  .cta-actions { width: 100%; }
  .cta-actions .button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .hero-video { display: none; }
  .home-hero { background: var(--navy) url("../img/automatic-filling-line-hero-poster.jpg") center/cover no-repeat; }
}
@media print {
  .utility-bar, .site-header, .cta-band, .site-footer, .floating-call, .hero-actions, .button, .search-dialog { display: none !important; }
  body { color: #000; }
  .section, .page-hero, .simple-hero { padding: 20px 0; }
  a { color: #000; text-decoration: none; }
  .media-card, .panel, .feature-card, .link-card, .table-wrap { box-shadow: none; }
}

.sitemap-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; }
.sitemap-group { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.sitemap-group h2 { font-size: 1.45rem; }
.sitemap-group ul { display: grid; gap: 15px; padding: 0; margin: 0; list-style: none; }
.sitemap-group li { padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.sitemap-group li:last-child { padding-bottom: 0; border-bottom: 0; }
.sitemap-group a { color: var(--navy); font-weight: 800; text-decoration: none; }
.sitemap-group p { margin: 4px 0 0; color: var(--muted); font-size: .83rem; }
.media-unavailable::after { content: "Media is temporarily unavailable from the source website"; display: grid; place-items: center; height: 100%; padding: 24px; color: #5c6b79; text-align: center; background: #eef3f6; }
@media (max-width:760px) { .sitemap-grid { grid-template-columns: 1fr; } }
/* Customer-first visual revision 2026-07-13 */
:root {
  --ink: #10283e;
  --muted: #516477;
  --navy: #061d35;
  --navy-2: #0a3154;
  --blue: #005fa8;
  --blue-dark: #004b84;
  --cyan: #007f99;
  --cyan-bright: #73deec;
  --cyan-soft: #e8f7fa;
  --orange: #c94f12;
  --orange-dark: #a73e0b;
  --offwhite: #f4f7fa;
  --line: #d4dee7;
  --shadow-sm: 0 10px 28px rgba(6, 29, 53, .08);
  --shadow-md: 0 22px 58px rgba(6, 29, 53, .16);
  --radius: 16px;
  --radius-lg: 24px;
}
body { background: #fff; color: var(--ink); }
h1, h2, h3 { text-wrap: balance; }
h1 { font-size: clamp(2.35rem, 4.6vw, 4.75rem); }
h2 { font-size: clamp(1.75rem, 2.7vw, 2.75rem); }
.section { padding: clamp(46px, 5.5vw, 78px) 0; }
.section-heading { margin-bottom: 28px; }
.section-heading p { color: #4d6174; }
.section-dark { position: relative; overflow: hidden; background: linear-gradient(135deg, #04182b, #082947 68%, #073854); }
.section-dark::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 34px 34px; mask-image: linear-gradient(90deg,#000,transparent 82%); }
.section-dark > .container { position: relative; z-index: 1; }
.section-dark .eyebrow, .quote-panel .eyebrow, .results-card .eyebrow { color: var(--cyan-bright); }
.section-dark a:not(.button), .quote-panel a:not(.button), .results-card a:not(.button) { color: #8eeaf3; }
.section-dark a:not(.button):hover, .quote-panel a:not(.button):hover, .results-card a:not(.button):hover { color: #fff; }
.eyebrow, .card-eyebrow { color: var(--cyan); }
.button { box-shadow: 0 8px 22px rgba(0,95,168,.22); }
.button:hover { transform: translateY(-2px); }
.button-large { min-height: 56px; padding-inline: 27px; }
.utility-bar { background: #031424; }
.site-header { background: rgba(255,255,255,.975); box-shadow: 0 7px 25px rgba(6,29,53,.06); }
.header-inner { min-height: 72px; gap: 20px; }
.brand { gap: 12px; }
.brand-mark { width: 48px; height: 48px; padding: 6px; border: 1px solid rgba(255,255,255,.35); border-radius: 15px; background: linear-gradient(145deg, var(--navy), var(--blue) 56%, var(--cyan)); box-shadow: 0 10px 24px rgba(0,95,168,.25), inset 0 1px 0 rgba(255,255,255,.22); }
.brand-symbol { width: 100%; height: 100%; overflow: visible; }
.brand-symbol-line { fill: none; stroke: #fff; stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; }
.brand-symbol-drop { fill: #ffb54d; }
.brand-copy { line-height: 1; }
.brand-copy strong { font-size: 1rem; letter-spacing: -.02em; }
.brand-copy strong span { color: var(--blue); }
.brand-copy small { margin-top: 6px; color: #52677a; font-size: .68rem; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; }
.desktop-nav { gap: clamp(14px, 1.6vw, 23px); }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: linear-gradient(90deg,var(--blue),var(--cyan)); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.page-hero { position: relative; overflow: hidden; padding: 32px 0 clamp(52px, 6vw, 78px); background: radial-gradient(circle at 88% 12%, rgba(0,127,153,.18), transparent 29%), linear-gradient(180deg,#f4fbfd,#fff); }
.page-hero::after { content: ""; position: absolute; right: -160px; bottom: -240px; width: 520px; height: 520px; border: 80px solid rgba(0,95,168,.045); border-radius: 50%; pointer-events: none; }
.page-hero > .container { position: relative; z-index: 1; }
.page-hero-grid { gap: clamp(30px, 5vw, 64px); }
.page-hero h1 { margin-bottom: 18px; font-size: clamp(2.35rem, 4.3vw, 4.25rem); }
.hero-lead { color: #3e566b; }
.hero-actions { margin: 24px 0; }
.hero-media { transform: none; }
.media-card { border: 1px solid rgba(202,216,227,.8); box-shadow: var(--shadow-md); }
.media-frame { display: grid; place-items: center; aspect-ratio: 4 / 3; padding: clamp(10px, 1.7vw, 22px); background: radial-gradient(circle at 50% 30%, #fff 0, #f6f9fb 55%, #e9f0f4 100%); }
.media-frame img { width: 100%; height: 100%; object-fit: contain; object-position: center; transform: none !important; }
.media-card:hover .media-frame img { transform: none; }
.media-card figcaption, .video-card figcaption { min-height: 45px; color: #40576a; border-top: 1px solid var(--line); }
.media-card figcaption a, .video-card figcaption a { color: var(--blue); font-weight: 750; }
.media-unavailable img { visibility: hidden; }
.media-unavailable::after { position: absolute; inset: 0; }
.home-hero { min-height: 690px; isolation: isolate; background: #04182b; }
.hero-video { object-position: center 46%; filter: saturate(.92) contrast(1.04); }
.hero-scrim { background: linear-gradient(90deg, rgba(3,18,33,.96) 0%, rgba(3,18,33,.88) 46%, rgba(3,18,33,.56) 72%, rgba(3,18,33,.7) 100%), linear-gradient(0deg, rgba(3,18,33,.75), transparent 58%); }
.home-hero::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg,#000,transparent 82%); }
.home-hero-inner { padding-top: clamp(66px, 8vw, 104px); padding-bottom: clamp(66px, 8vw, 104px); }
.home-hero-grid { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(310px,.65fr); gap: clamp(34px, 5vw, 72px); align-items: center; }
.home-hero-copy { max-width: 790px; }
.home-hero h1 { max-width: 780px; margin-bottom: 22px; font-size: clamp(2.65rem, 4.7vw, 5rem); text-shadow: 0 4px 28px rgba(0,0,0,.28); }
.home-hero p { max-width: 690px; color: #e8f1f7; font-size: clamp(1.08rem, 1.75vw, 1.34rem); }
.hero-brief-card { padding: 28px; border: 1px solid rgba(255,255,255,.25); border-radius: 20px; background: linear-gradient(155deg,rgba(8,43,72,.88),rgba(3,24,42,.9)); color: #dfeaf2; box-shadow: 0 24px 70px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.hero-brief-card h2 { margin: 8px 0 22px; color: #fff; font-size: 1.55rem; }
.brief-kicker { color: var(--cyan-bright); font-size: .72rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.hero-brief-card ol { display: grid; gap: 16px; padding: 0; margin: 0 0 22px; list-style: none; }
.hero-brief-card li { display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: start; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.14); }
.hero-brief-card li:last-child { padding-bottom: 0; border-bottom: 0; }
.hero-brief-card li > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: rgba(115,222,236,.12); color: var(--cyan-bright); font-size: .72rem; font-weight: 900; }
.hero-brief-card strong, .hero-brief-card small { display: block; }
.hero-brief-card strong { color: #fff; font-size: .95rem; }
.hero-brief-card small { margin-top: 3px; color: #bcd0de; font-size: .78rem; line-height: 1.45; }
.hero-brief-button { width: 100%; background: #fff; border-color: #fff; color: var(--navy); box-shadow: none; }
.hero-brief-button:hover { background: #eaf7fa; border-color: #eaf7fa; color: var(--navy); }
.brief-phone { display: block; margin-top: 14px; color: #d9e8f1; font-size: .82rem; text-align: center; text-decoration: none; }
.brief-phone:hover { color: #fff; }
.badge-list.light li { border-color: rgba(255,255,255,.35); background: rgba(3,18,33,.62); color: #f3fbfe; }
.trust-grid > div { min-height: 94px; padding: 16px 22px; }
.trust-grid strong { color: var(--blue); font-size: 1.32rem; }
.trust-grid span { color: #4b6072; }
.link-card, .feature-card, .route-card { overflow: hidden; padding: 24px; box-shadow: 0 9px 25px rgba(6,29,53,.05); }
.link-card::before, .feature-card::before, .route-card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: linear-gradient(90deg,var(--blue),var(--cyan)); opacity: .82; }
.link-card:hover { transform: translateY(-5px); border-color: #8ebcd4; box-shadow: 0 20px 44px rgba(6,29,53,.13); }
.icon-chip { background: linear-gradient(145deg,#eef9fb,#dff2f6); color: var(--blue); border: 1px solid #c8e5eb; }
.panel, .quote-panel { padding: clamp(24px, 3vw, 36px); }
.panel-accent { border-top-color: var(--cyan); }
.process-grid li { padding: 24px 20px; background: #f7f9fb; }
.example-card .media-frame { min-height: 280px; padding: clamp(14px,2vw,26px); }
.example-copy { padding: clamp(24px, 3vw, 36px); }
.featured-machines > article > div { padding: clamp(24px,3vw,38px); }
.video-card video { object-fit: contain; }
.homepage-video-card { box-shadow: var(--shadow-md); }
.homepage-video-card .youtube-copy { padding: 20px 22px; }
.homepage-video-card .youtube-copy h3 { margin-bottom: 7px; }
.homepage-video-card .youtube-copy p { margin-bottom: 0; }
.line-map > div { min-height: 180px; padding: 22px 16px; }
.line-map span { margin-bottom: 20px; }
.source-strip { padding: 26px; background: linear-gradient(135deg,#f5f9fb,#eef6f8); }
.source-strip h2 { margin-bottom: 6px; }
.source-strip p { margin-bottom: 0; color: #506477; }
.conversion-form { padding: clamp(24px,3vw,34px); border: 1px solid var(--line); border-top: 5px solid var(--cyan); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.conversion-form .button { width: 100%; }
input, select, textarea { border-color: #aebfcd; background: #fff; }
input::placeholder, textarea::placeholder { color: #697b8b; opacity: 1; }
.cta-band { padding: 46px 0; background: linear-gradient(125deg,#004b84,#005fa8 55%,#00758c); }
.cta-band .eyebrow { color: #bff5fb; }
.footer-grid { padding-top: 54px; padding-bottom: 38px; }
.site-footer { background: #041728; }
.site-footer .brand-copy strong span { color: var(--cyan-bright); }
.site-footer .brand-copy small { color: #adc2d0; }
.floating-call { background: var(--orange); }
.floating-call:hover { background: var(--orange-dark); }
.simple-hero { padding: 40px 0 50px; }
.status-page { padding: 62px 0; }

@media (max-width: 1100px) {
  .home-hero-grid { grid-template-columns: minmax(0,1fr) minmax(290px,.62fr); gap: 30px; }
  .home-hero h1 { font-size: clamp(2.6rem,5.6vw,4.4rem); }
}
@media (max-width: 900px) {
  .home-hero { min-height: auto; }
  .home-hero-grid { grid-template-columns: 1fr; }
  .hero-brief-card { max-width: 620px; }
  .home-hero-copy { max-width: 760px; }
}
@media (max-width: 760px) {
  :root { --header-height: 64px; }
  .section { padding: 42px 0; }
  .header-inner { min-height: 64px; gap: 10px; }
  .brand { gap: 8px; }
  .brand-mark { width: 40px; height: 40px; padding: 5px; border-radius: 12px; }
  .brand-copy strong { font-size: .82rem; }
  .brand-copy small { margin-top: 4px; font-size: .55rem; letter-spacing: .055em; }
  .home-hero { min-height: auto; }
  .home-hero-inner { padding-top: 54px; padding-bottom: 58px; }
  .home-hero h1 { font-size: clamp(2.35rem,11vw,3.45rem); }
  .home-hero p { font-size: 1.03rem; }
  .hero-scrim { background: linear-gradient(90deg,rgba(3,18,33,.96),rgba(3,18,33,.82)),linear-gradient(0deg,rgba(3,18,33,.78),transparent); }
  .hero-actions { margin: 22px 0; }
  .hero-actions .button { width: 100%; }
  .hero-brief-card { padding: 22px; }
  .hero-brief-card h2 { font-size: 1.35rem; }
  .trust-grid > div { min-height: 82px; padding: 13px; }
  .trust-grid strong { font-size: 1.08rem; }
  .trust-grid span { font-size: .78rem; }
  .page-hero { padding-top: 24px; padding-bottom: 50px; }
  .page-hero h1 { font-size: clamp(2.15rem,10vw,3rem); }
  .media-frame { padding: 12px; }
  .example-card .media-frame { min-height: 240px; }
  .link-card, .feature-card, .route-card { padding: 22px; }
  .source-strip { padding: 22px; }
  .conversion-form { padding: 22px; }
  .cta-band { padding: 38px 0; }
}
@media (prefers-reduced-motion: reduce) {
  .home-hero { background: var(--navy) url("../img/automatic-filling-line-hero-poster.jpg") center/cover no-repeat; }
}
/* Long specialist-domain names must wrap cleanly on narrow screens. */
.domain-card,
.domain-card a,
.domain-card strong { min-width: 0; max-width: 100%; }
.domain-card a { flex-wrap: wrap; }
.domain-card strong { overflow-wrap: anywhere; word-break: break-word; }
.domain-card .icon { flex: 0 0 auto; margin-left: auto; }
.current-badge { max-width: 100%; white-space: normal; text-align: center; }

/* Customer-facing visual refinement — revision 4 */
:root {
  --ink: #10293f;
  --muted: #4f6376;
  --navy: #041a2e;
  --navy-2: #082d4d;
  --blue: #005fa8;
  --blue-dark: #00477f;
  --cyan: #007f96;
  --cyan-bright: #7ce9f3;
  --cyan-soft: #e8f8fa;
  --orange: #c94d12;
  --orange-dark: #a83b08;
  --offwhite: #f4f7fa;
  --line: #cfdae4;
  --shadow-sm: 0 10px 28px rgba(4, 26, 46, .08);
  --shadow-md: 0 22px 56px rgba(4, 26, 46, .16);
  --privacy-bar-height: 0px;
}

body {
  background:
    radial-gradient(circle at 100% 0, rgba(0, 127, 150, .035), transparent 24rem),
    #fff;
}
body.privacy-open { padding-bottom: var(--privacy-bar-height); }

.section { padding: clamp(40px, 4.8vw, 68px) 0; }
.section-heading { margin-bottom: 24px; }
.section-heading h2 { position: relative; padding-bottom: 14px; }
.section-heading h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 64px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), var(--cyan));
}
.section-heading.center h2::after { left: 50%; transform: translateX(-50%); }
.section-dark .section-heading h2::after { background: linear-gradient(90deg, #ff9a5c, var(--cyan-bright)); }
.section-dark p,
.section-dark li,
.section-dark .prose p { color: #d7e5ef; }
.section-dark h2,
.section-dark h3,
.section-dark strong { color: #fff; }

.site-header { border-bottom-color: rgba(190, 205, 218, .88); }
.site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--blue) 42%, var(--cyan));
}
.header-inner { min-height: 72px; }
.brand { gap: 13px; }
.brand-mark {
  width: 52px;
  height: 52px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 18px 18px 7px 18px;
  background: linear-gradient(145deg, #03182b 0%, #005fa8 62%, #008ca3 100%);
  box-shadow: 0 11px 26px rgba(0, 79, 142, .25), inset 0 1px 0 rgba(255, 255, 255, .24);
  overflow: hidden;
}
.brand-symbol { width: 100%; height: 100%; overflow: visible; }
.brand-symbol-rail,
.brand-symbol-bottle,
.brand-symbol-conveyor {
  fill: none;
  stroke: #fff;
  stroke-width: 3.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.brand-symbol-drop { fill: #7ce9f3; }
.brand-symbol-drop-centre { fill: #ff9b5a; }
.brand-symbol-fill { fill: rgba(124, 233, 243, .72); }
.brand-symbol-wheel { fill: #fff; }
.brand-copy { line-height: .98; }
.brand-copy strong {
  display: block;
  color: var(--navy);
  font-size: 1.04rem;
  font-weight: 900;
  letter-spacing: -.028em;
  white-space: nowrap;
}
.brand-copy .brand-primary { color: var(--navy); }
.brand-copy .brand-accent { color: var(--blue); }
.brand-copy small {
  margin-top: 7px;
  color: #465f73;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .095em;
  text-transform: uppercase;
}
.site-footer .brand-copy .brand-primary { color: #fff; }
.site-footer .brand-copy .brand-accent { color: var(--cyan-bright); }
.site-footer .brand-copy small { color: #b7c9d6; }

.button {
  border-width: 2px;
  font-weight: 820;
  box-shadow: 0 9px 23px rgba(0, 95, 168, .22);
}
.button:hover { transform: translateY(-2px); }
.button-light { color: #08263f; }
.button-ghost-light { border-color: rgba(255,255,255,.72); }

.page-hero {
  padding: 28px 0 clamp(48px, 5.5vw, 68px);
  background:
    linear-gradient(120deg, rgba(255,255,255,.96), rgba(244,251,253,.9)),
    radial-gradient(circle at 92% 14%, rgba(0,127,150,.24), transparent 30%);
}
.page-hero-grid { gap: clamp(28px, 4.5vw, 58px); }
.page-hero h1 { margin-bottom: 16px; }
.hero-actions { margin: 22px 0; }
.breadcrumbs { margin-bottom: 24px; }

.home-hero { min-height: 630px; }
.hero-video {
  object-position: center center;
  filter: saturate(1.02) contrast(1.06) brightness(.91);
}
.hero-scrim {
  background:
    linear-gradient(90deg, rgba(2,15,28,.97) 0%, rgba(3,25,44,.91) 46%, rgba(3,25,44,.48) 76%, rgba(2,15,28,.68) 100%),
    linear-gradient(0deg, rgba(2,15,28,.78), transparent 56%);
}
.home-hero-inner { padding-top: clamp(58px, 6.4vw, 82px); padding-bottom: clamp(58px, 6.4vw, 82px); }
.home-hero h1 {
  position: relative;
  max-width: 820px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  text-shadow: 0 4px 28px rgba(0,0,0,.36);
}
.home-hero h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 92px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff9151, var(--cyan-bright));
}
.home-hero p { color: #f0f6fa; }
.hero-brief-card {
  border-color: rgba(124,233,243,.38);
  background: linear-gradient(155deg, rgba(7,49,80,.94), rgba(2,19,34,.95));
  box-shadow: 0 28px 76px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.08);
}
.hero-brief-card small { color: #c9dce8; }
.hero-brief-card li > span { border: 1px solid rgba(124,233,243,.2); }
.hero-brief-button { border-width: 2px; }

.trust-strip { background: linear-gradient(90deg, #fff, #f4fafc 52%, #fff); }
.trust-grid > div { min-height: 84px; padding: 14px 20px; }
.trust-grid strong { color: var(--blue-dark); }
.trust-grid > div:nth-child(2) strong,
.trust-grid > div:nth-child(4) strong { color: var(--cyan); }

.media-card {
  border-color: #c9d6df;
  background: #fff;
  box-shadow: 0 18px 44px rgba(4,26,46,.13);
}
.media-frame {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 290px;
  aspect-ratio: 4 / 3;
  padding: clamp(14px, 2.1vw, 28px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(239,245,248,.98)),
    repeating-linear-gradient(90deg, transparent 0 31px, rgba(4,26,46,.025) 31px 32px);
}
.media-frame img,
.media-frame .machine-media {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  transform: none !important;
}
.page-hero .media-frame { min-height: 360px; }
.example-card .media-frame { min-height: 300px; }
.featured-machines .media-frame { min-height: 320px; }
.media-card:hover .media-frame img { transform: none !important; }
.media-card figcaption,
.video-card figcaption {
  min-height: 48px;
  color: #344d61;
  background: #fff;
  border-top: 1px solid #d5e0e8;
}
.media-card figcaption a,
.video-card figcaption a { color: var(--blue-dark); }
.media-card figcaption a:hover,
.video-card figcaption a:hover { color: var(--navy); }

.link-card,
.feature-card,
.route-card,
.panel,
.quote-panel,
.calculator-card,
.contact-panel,
.address-card,
.guide-steps > li,
.youtube-card {
  border-color: #cad7e1;
}
.link-card,
.feature-card,
.route-card { padding: 22px; }
.link-card::before,
.feature-card::before,
.route-card::before { height: 5px; background: linear-gradient(90deg, var(--orange), var(--blue), var(--cyan)); }
.icon-chip { box-shadow: inset 0 1px 0 #fff; }
.process-grid { gap: 16px; }
.process-grid li { padding: 22px 18px; }
.example-grid { gap: 22px; }
.example-copy { padding: clamp(22px, 3vw, 34px); }
.featured-machines { gap: 20px; }
.featured-machines > article > div { padding: clamp(22px, 3vw, 34px); }
.source-strip { padding: 23px; }

.cta-band {
  padding: 40px 0;
  background:
    linear-gradient(125deg, #003d70 0%, #005fa8 52%, #007a91 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
}
.cta-band h2 { color: #fff; }
.cta-band p { color: #e8f5fa; }
.cta-band .eyebrow { color: #c7f6fb; }

.site-footer { background: linear-gradient(145deg, #031424, #06243b 66%, #07314d); }
.site-footer p,
.site-footer li,
.site-footer a { color: #c4d2dc; }
.site-footer h2 { color: #fff; }
.footer-grid { gap: 34px; padding-top: 46px; padding-bottom: 34px; }
.footer-network { padding-top: 20px; padding-bottom: 20px; }
.footer-bottom-inner { min-height: 58px; }
.footer-privacy-link {
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: #c4d2dc;
  font: inherit;
  cursor: pointer;
}
.footer-privacy-link:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }

.simple-hero { padding: 34px 0 44px; }
.status-page { padding: 54px 0; }
.legal-prose h2 { margin-top: 32px; }

/* Full-width privacy section across the bottom */
.privacy-bar[hidden] { display: none !important; }
.privacy-bar {
  position: fixed;
  z-index: 2200;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background: linear-gradient(110deg, #031524, #082b48 68%, #073c55);
  border-top: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--orange), var(--cyan-bright)) 1;
  box-shadow: 0 -14px 42px rgba(1, 14, 25, .32);
}
.privacy-bar-inner {
  min-height: 118px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding-top: 17px;
  padding-bottom: calc(17px + env(safe-area-inset-bottom));
}
.privacy-bar-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(124,233,243,.35);
  border-radius: 14px;
  color: var(--cyan-bright);
  background: rgba(124,233,243,.08);
}
.privacy-kicker {
  display: block;
  margin-bottom: 4px;
  color: var(--cyan-bright);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.privacy-bar-copy p { margin: 0; color: #eaf3f8; font-size: .9rem; line-height: 1.48; }
.privacy-bar-copy strong { color: #fff; }
.privacy-bar-copy a { color: #a9f2f8; font-weight: 750; }
.privacy-bar-copy a:hover { color: #fff; }
.privacy-bar-actions { display: flex; align-items: center; gap: 9px; }
.privacy-button {
  min-height: 44px;
  padding: 10px 16px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-weight: 820;
  line-height: 1.15;
  white-space: nowrap;
}
.privacy-button-primary { background: #fff; border-color: #fff; color: #08263f; }
.privacy-button-primary:hover { background: #e8f8fa; border-color: #e8f8fa; }
.privacy-button-secondary { background: transparent; border-color: rgba(255,255,255,.58); color: #fff; }
.privacy-button-secondary:hover { background: rgba(255,255,255,.1); border-color: #fff; }
body.privacy-open .floating-call { opacity: 0; pointer-events: none; transform: translateY(16px); }
.floating-call { transition: opacity .2s ease, transform .2s ease, background .2s ease; }

@media (max-width: 900px) {
  .home-hero { min-height: auto; }
  .home-hero-inner { padding-top: 52px; padding-bottom: 56px; }
  .privacy-bar-inner { grid-template-columns: auto minmax(0,1fr); }
  .privacy-bar-actions { grid-column: 2; justify-content: flex-start; }
}

@media (max-width: 760px) {
  .section { padding: 34px 0; }
  .section-heading { margin-bottom: 20px; }
  .header-inner { min-height: 64px; }
  .brand { gap: 8px; }
  .brand-mark { width: 42px; height: 42px; padding: 4px; border-radius: 14px 14px 6px 14px; }
  .brand-copy strong { font-size: .8rem; }
  .brand-copy small { margin-top: 5px; font-size: .52rem; letter-spacing: .06em; }
  .page-hero { padding-top: 22px; padding-bottom: 42px; }
  .breadcrumbs { margin-bottom: 18px; }
  .home-hero-inner { padding-top: 46px; padding-bottom: 48px; }
  .home-hero h1 { padding-bottom: 15px; font-size: clamp(2.2rem, 10.6vw, 3.25rem); }
  .home-hero h1::after { width: 72px; height: 4px; }
  .hero-brief-card { padding: 20px; }
  .trust-grid > div { min-height: 76px; padding: 12px; }
  .media-frame { min-height: 230px; padding: 12px; }
  .page-hero .media-frame { min-height: 260px; }
  .example-card .media-frame,
  .featured-machines .media-frame { min-height: 245px; }
  .link-card,
  .feature-card,
  .route-card { padding: 20px; }
  .source-strip { padding: 20px; }
  .cta-band { padding: 34px 0; }
  .footer-grid { padding-top: 38px; padding-bottom: 28px; }
  .privacy-bar-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 14px;
    padding-bottom: calc(14px + env(safe-area-inset-bottom));
  }
  .privacy-bar-icon { display: none; }
  .privacy-bar-actions { grid-column: 1; display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
  .privacy-button { width: 100%; min-height: 42px; padding: 9px 10px; white-space: normal; font-size: .82rem; }
  .privacy-bar-copy p { font-size: .82rem; }
}

@media (max-width: 420px) {
  .brand-copy small { display: none; }
}
@media (max-width: 360px) {
  .privacy-bar-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero { background: var(--navy) url("../img/automatic-filling-line-hero-poster.jpg") center/cover no-repeat; }
}

@media print {
  .privacy-bar,
  .footer-privacy-link { display: none !important; }
  body.privacy-open { padding-bottom: 0 !important; }
}
.youtube-placeholder {
  background:
    radial-gradient(circle at 50% 42%, rgba(0,127,150,.3), transparent 34%),
    linear-gradient(145deg, #031525, #0a3555);
}
.optional-media-image:not([src]) { opacity: 0; }


/* Homepage hero viewport and delayed-privacy refinement — revision 5 */
:root { --hero-offset: 114px; }

.home-hero {
  width: 100%;
  height: min(760px, calc(100svh - var(--hero-offset)));
  min-height: 520px;
  max-height: 760px;
}
.hero-video {
  object-position: 50% 50%;
  background: #041a2e;
}
.home-hero-inner {
  max-height: 100%;
  padding-top: clamp(34px, 5vh, 64px);
  padding-bottom: clamp(34px, 5vh, 64px);
}
.privacy-bar:not([hidden]) { animation: privacy-bar-in .28s ease-out both; }
@keyframes privacy-bar-in {
  from { opacity: 0; transform: translateY(100%); }
  to { opacity: 1; transform: translateY(0); }
}

@supports (height: 100dvh) {
  .home-hero { height: min(760px, calc(100dvh - var(--hero-offset))); }
}

@media (max-width: 900px) {
  .home-hero {
    height: clamp(500px, calc(100svh - var(--hero-offset)), 720px);
    min-height: 500px;
    max-height: 720px;
  }
  .home-hero-grid { grid-template-columns: 1fr; }
  .hero-brief-card { display: none; }
  .home-hero-inner { padding-top: clamp(28px, 5vh, 46px); padding-bottom: clamp(28px, 5vh, 46px); }
  .home-hero-copy { max-width: 760px; }
  .home-hero .badge-list { margin-top: 16px; }
}
@supports (height: 100dvh) {
  @media (max-width: 900px) {
    .home-hero { height: clamp(500px, calc(100dvh - var(--hero-offset)), 720px); }
  }
}

@media (max-width: 760px) {
  .home-hero {
    height: clamp(460px, calc(100svh - var(--hero-offset)), 720px);
    min-height: 460px;
  }
  .home-hero-inner { padding-top: clamp(20px, 4vh, 34px); padding-bottom: clamp(20px, 4vh, 34px); }
  .home-hero .eyebrow { margin-bottom: 9px; font-size: .65rem; line-height: 1.35; }
  .home-hero h1 {
    margin-bottom: 14px;
    padding-bottom: 13px;
    font-size: clamp(1.95rem, 9.2vw, 2.75rem);
    line-height: 1.06;
  }
  .home-hero h1::after { height: 4px; }
  .home-hero p { margin-bottom: 0; font-size: clamp(.9rem, 4vw, 1rem); line-height: 1.48; }
  .home-hero .hero-actions { margin: 17px 0 0; gap: 9px; }
  .home-hero .hero-actions .button { min-height: 44px; padding: 10px 15px; font-size: .9rem; }
  .home-hero .badge-list { display: none; }
}
@supports (height: 100dvh) {
  @media (max-width: 760px) {
    .home-hero { height: clamp(460px, calc(100dvh - var(--hero-offset)), 720px); }
  }
}

@media (min-width: 901px) and (max-height: 700px) {
  .home-hero { height: calc(100svh - var(--hero-offset)); min-height: 470px; }
  .home-hero-inner { padding-top: 24px; padding-bottom: 24px; }
  .home-hero h1 { margin-bottom: 14px; padding-bottom: 14px; font-size: clamp(2.2rem, 4.2vw, 3.65rem); }
  .home-hero p { font-size: 1rem; }
  .home-hero .hero-actions { margin: 16px 0; }
  .home-hero .badge-list { margin-top: 14px; }
  .hero-brief-card { padding: 18px; }
  .hero-brief-card h2 { margin-bottom: 12px; font-size: 1.25rem; }
  .hero-brief-card ol { gap: 8px; margin-bottom: 12px; }
  .hero-brief-card li { grid-template-columns: 32px 1fr; gap: 9px; padding-bottom: 8px; }
  .hero-brief-card li > span { width: 30px; height: 30px; }
  .hero-brief-card small { font-size: .72rem; line-height: 1.3; }
  .hero-brief-button { min-height: 42px; }
}
@supports (height: 100dvh) {
  @media (min-width: 901px) and (max-height: 700px) {
    .home-hero { height: calc(100dvh - var(--hero-offset)); }
  }
}

@media (max-width: 760px) and (max-height: 680px) and (orientation: portrait) {
  .home-hero { height: calc(100svh - var(--hero-offset)); min-height: 430px; }
  .home-hero h1 { font-size: clamp(1.75rem, 8.2vw, 2.2rem); }
  .home-hero p { font-size: .88rem; line-height: 1.4; }
  .home-hero .hero-actions { margin-top: 13px; }
  .home-hero .hero-actions .button { min-height: 40px; padding: 8px 12px; }
}
@supports (height: 100dvh) {
  @media (max-width: 760px) and (max-height: 680px) and (orientation: portrait) {
    .home-hero { height: calc(100dvh - var(--hero-offset)); }
  }
}

@media (max-width: 900px) and (max-height: 600px) and (orientation: landscape) {
  .home-hero { height: calc(100svh - var(--hero-offset)); min-height: 270px; max-height: none; }
  .home-hero-inner { padding-top: 12px; padding-bottom: 12px; }
  .home-hero .eyebrow { display: none; }
  .home-hero h1 { max-width: 760px; margin-bottom: 8px; padding-bottom: 9px; font-size: clamp(1.55rem, 4.6vw, 2.35rem); }
  .home-hero h1::after { width: 62px; height: 3px; }
  .home-hero p { max-width: 720px; font-size: .84rem; line-height: 1.34; }
  .home-hero .hero-actions { flex-wrap: nowrap; margin-top: 10px; gap: 8px; }
  .home-hero .hero-actions .button { width: auto !important; min-height: 38px; padding: 7px 12px; font-size: .78rem; }
  .home-hero .badge-list { display: none; }
}
@supports (height: 100dvh) {
  @media (max-width: 900px) and (max-height: 600px) and (orientation: landscape) {
    .home-hero { height: calc(100dvh - var(--hero-offset)); }
  }
}

@media (prefers-reduced-motion: reduce) {
  .privacy-bar:not([hidden]) { animation: none; }
}

/* Final responsive containment checks */
.trust-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.trust-grid > div { min-width: 0; }
@media (max-width: 900px) {
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 901px) {
  .home-page .floating-call { display: none; }
}


/* Local replacement for the non-playing embedded demonstration — revision 6 */
.local-video-frame {
  position: relative;
  aspect-ratio: 1600 / 790;
  overflow: hidden;
  background: #02070b;
}
.local-video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #02070b;
}
.local-video-card .youtube-copy {
  border-top: 1px solid #d5e0e8;
}
.local-video-card video:focus-visible {
  outline: 4px solid #19b9cf;
  outline-offset: -4px;
}
@media (max-width: 600px) {
  .local-video-frame {
    aspect-ratio: 16 / 9;
  }
}

/* Customer clarity, stronger contrast and refined brand — revision 7 */
:root {
  --ink: #0b2238;
  --muted: #43596d;
  --navy: #02182b;
  --navy-2: #062d4d;
  --blue: #005a9f;
  --blue-dark: #003f73;
  --cyan: #006f82;
  --cyan-bright: #8cecf4;
  --orange: #b93e08;
  --orange-dark: #8f2c00;
  --offwhite: #f3f7fa;
  --line: #c7d5df;
}
body { color: var(--ink); }
p, li, dd, td, th { color: inherit; }
.section-heading p,
.hero-lead,
.prose p,
.panel p,
.link-card p,
.feature-card p,
.route-card p,
.example-copy p,
.contact-panel p,
.form-note,
.media-card figcaption,
.video-card figcaption { color: var(--muted); }
a { color: var(--blue-dark); }
a:hover { color: var(--orange-dark); }
.eyebrow, .card-eyebrow { color: var(--blue-dark); }

/* Logo: readable at header size and recognisable as filling equipment. */
.brand { gap: 14px; }
.brand-mark {
  width: 58px;
  height: 58px;
  padding: 6px;
  border-radius: 18px 18px 8px 18px;
  background: linear-gradient(145deg, #021729 0%, #005ca4 60%, #007d90 100%);
  box-shadow: 0 12px 28px rgba(0, 66, 119, .28), inset 0 1px 0 rgba(255,255,255,.28);
}
.brand-symbol-rail,
.brand-symbol-bottle,
.brand-symbol-conveyor {
  fill: none;
  stroke: #fff;
  stroke-width: 3.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.brand-symbol-drop-left { fill: #ff9a55; }
.brand-symbol-drop-right { fill: #8cecf4; }
.brand-symbol-liquid-left { fill: rgba(140,236,244,.82); }
.brand-symbol-liquid-right { fill: rgba(255,154,85,.86); }
.brand-symbol-wheel { fill: #fff; }
.brand-copy strong {
  font-size: 1.1rem;
  font-weight: 950;
  letter-spacing: -.035em;
}
.brand-copy .brand-primary { color: var(--navy); }
.brand-copy .brand-accent { color: var(--blue); }
.brand-copy small {
  margin-top: 7px;
  color: #3f566b;
  font-size: .67rem;
  font-weight: 850;
  letter-spacing: .055em;
  text-transform: none;
}
.site-footer .brand-copy small { color: #d0dce4; }

/* Navigation and calls to action stay legible in every state. */
.desktop-nav a { color: #142d43; }
.desktop-nav a[aria-current="page"] { color: var(--blue-dark); }
.desktop-nav a[aria-current="page"]::after {
  content: "";
  display: block;
  height: 3px;
  margin-top: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), var(--cyan));
}
.button { background: var(--blue); border-color: var(--blue); color: #fff; text-shadow: 0 1px 1px rgba(0,0,0,.12); }
.button:hover { background: var(--blue-dark); border-color: var(--blue-dark); color: #fff; }
.button-secondary { background: #fff; color: var(--blue-dark); border-color: #8ca9bd; text-shadow: none; }
.button-secondary:hover { background: #e8f7fa; color: var(--navy); border-color: var(--cyan); }

/* The moving hero always has a high-contrast reading surface. */
.hero-scrim {
  background:
    linear-gradient(90deg, rgba(1,12,23,.95) 0%, rgba(2,22,39,.88) 48%, rgba(2,22,39,.58) 76%, rgba(1,12,23,.76) 100%),
    linear-gradient(0deg, rgba(1,12,23,.84), transparent 58%);
}
.home-hero-copy {
  position: relative;
  max-width: 790px;
  padding: clamp(22px, 3.2vw, 38px);
  border: 1px solid rgba(255,255,255,.19);
  border-left: 5px solid #ff9a55;
  border-radius: 6px 24px 24px 6px;
  background: linear-gradient(145deg, rgba(2,22,39,.84), rgba(2,31,52,.68));
  box-shadow: 0 24px 70px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.07);
  backdrop-filter: blur(5px);
}
.home-hero h1, .home-hero-copy h1 { color: #fff; text-shadow: 0 4px 24px rgba(0,0,0,.55); }
.home-hero-copy p { color: #f5f9fc; text-shadow: 0 2px 12px rgba(0,0,0,.42); }
.home-hero .eyebrow.light { color: #bff7fb; }
.badge-list.light li { color: #fff; background: rgba(1,18,32,.7); border-color: rgba(255,255,255,.42); }
.hero-brief-card { color: #eff6fa; }
.hero-brief-card small { color: #d6e5ee; }
.hero-brief-card strong { color: #fff; }
.brief-phone { color: #e5f6fa; }
.brief-phone:hover { color: #fff; }

/* High contrast on every dark block, footer and fixed privacy area. */
.section-dark { color: #e9f2f7; }
.section-dark p, .section-dark li, .section-dark dd, .section-dark td { color: #e1edf3; }
.section-dark h2, .section-dark h3, .section-dark strong { color: #fff; }
.section-dark a:not(.button) { color: #a7f3f7; }
.section-dark a:not(.button):hover { color: #fff; }
.cta-band p { color: #eef8fb; }
.site-footer p, .site-footer li, .site-footer a { color: #d2dee6; }
.site-footer a:hover { color: #fff; }
.footer-privacy-link { color: #d2dee6; }
.privacy-bar-copy p { color: #f1f7fa; }
.privacy-bar-copy a { color: #baf7fb; }

/* Form fields remain readable and the new protection message is clear. */
.field label, .enquiry-form legend { color: var(--navy); }
input, select, textarea {
  border: 2px solid #91a9ba;
  background: #fff;
  color: #081d30;
}
input::placeholder, textarea::placeholder { color: #53697b; opacity: 1; }
input:focus, select:focus, textarea:focus {
  border-color: var(--blue);
  outline: 4px solid rgba(0,90,159,.16);
}
.checkbox-field { color: #31495d; }
.spam-protection-note {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  margin: -10px 0 0;
  color: #245841;
  font-size: .82rem;
  font-weight: 750;
}
.spam-protection-note .icon { color: #16734b; }

/* Machinery images show the complete machine instead of cropping the top. */
.media-frame, .page-hero .media-frame, .example-card .media-frame, .featured-machines .media-frame {
  overflow: hidden;
}
.media-frame img, .media-frame .machine-media {
  object-fit: contain !important;
  object-position: center center !important;
  max-width: 100% !important;
  max-height: 100% !important;
}

/* Stronger card hierarchy without sacrificing readability. */
.link-card, .feature-card, .route-card, .panel, .quote-panel, .calculator-card, .contact-panel, .address-card {
  background: #fff;
  border-color: #b9cad6;
  box-shadow: 0 12px 34px rgba(3,30,51,.08);
}
.link-card:hover, .route-card:hover, .feature-card:hover { box-shadow: 0 20px 46px rgba(3,30,51,.14); }
.source-strip {
  background: linear-gradient(120deg, #f5fafc, #fff);
  border-color: #b8ccd8;
}
.source-strip p { color: #3c5366; }

/* Reduce empty space while keeping sections easy to scan. */
.section { padding: clamp(38px, 4.5vw, 64px) 0; }
.page-hero { padding-bottom: clamp(42px, 5vw, 62px); }
.section-heading { margin-bottom: 22px; }

@media (max-width: 1180px) {
  .brand-mark { width: 52px; height: 52px; }
  .brand-copy strong { font-size: 1rem; }
  .brand-copy small { font-size: .61rem; }
}
@media (max-width: 900px) {
  .home-hero-copy { max-width: none; }
}
@media (max-width: 760px) {
  .brand { gap: 9px; }
  .brand-mark { width: 46px; height: 46px; padding: 5px; }
  .brand-copy strong { font-size: .83rem; }
  .brand-copy small { font-size: .52rem; }
  .home-hero-copy {
    padding: 18px;
    border-left-width: 4px;
    border-radius: 5px 18px 18px 5px;
    backdrop-filter: blur(3px);
  }
  .home-hero h1 { font-size: clamp(1.78rem, 8.5vw, 2.55rem); }
  .home-hero-copy p { font-size: .9rem; line-height: 1.44; }
}
@media (max-width: 430px) {
  .brand-copy small { display: none; }
  .header-actions .button-small { display: none; }
}
@media (prefers-reduced-transparency: reduce) {
  .home-hero-copy { background: #05223a; backdrop-filter: none; }
}


/* Hero fit safeguard for desktop and mid-width screens — revision 7.1 */
@media (min-width: 1101px) {
  .home-hero h1 {
    font-size: clamp(2.7rem, 3.6vw, 4.05rem);
    line-height: 1.045;
  }
  .home-hero-copy { padding: clamp(24px, 2.5vw, 34px); }
  .home-hero .badge-list { display: none; }
}
@media (max-width: 1100px) {
  .home-hero-grid { grid-template-columns: 1fr; }
  .hero-brief-card { display: none; }
  .home-hero-copy { max-width: 790px; }
}

/* Final short-screen hero compaction — revision 7.2 */
@media (max-width: 1100px) {
  .home-hero .badge-list { display: none; }
}
@media (min-width: 901px) and (max-width: 1100px) and (max-height: 700px) {
  .home-hero-copy { padding: 16px 22px; }
  .home-hero h1 {
    font-size: clamp(2.15rem, 4.7vw, 3.1rem);
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .home-hero-copy p { font-size: .96rem; line-height: 1.38; }
  .home-hero .hero-actions { margin-top: 12px; }
}
@media (max-width: 900px) and (max-height: 600px) and (orientation: landscape) {
  .home-hero-copy {
    padding: 8px 12px;
    border-left-width: 3px;
  }
  .home-hero h1 {
    margin-bottom: 5px;
    padding-bottom: 7px;
  }
  .home-hero-copy p { line-height: 1.24; }
  .home-hero .hero-actions { margin-top: 6px; }
}
