:root {
  --blue-950: #062b43;
  --blue-900: #083b5d;
  --blue-800: #0b4f7c;
  --blue-700: #146a9d;
  --green-600: #45ad47;
  --green-500: #72c63d;
  --green-100: #eaf4e7;
  --ink: #122532;
  --body: #4d606d;
  --muted: #71828d;
  --line: #dbe5e9;
  --soft: #f3f7f8;
  --white: #ffffff;
  --font-display: "Sora", sans-serif;
  --font-body: "Inter", sans-serif;
  --shadow: 0 24px 70px rgba(7, 43, 66, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-body); font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-160%); padding: 10px 16px; background: var(--white); color: var(--blue-900); border-radius: 8px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: var(--white); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(6,43,67,.96); box-shadow: 0 10px 40px rgba(0,0,0,.16); backdrop-filter: blur(12px); }
.header-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-logo-wrap { width: 62px; height: 58px; display: block; overflow: hidden; flex: none; filter: drop-shadow(0 7px 15px rgba(0,0,0,.16)); }
.brand-logo-wrap img { display: block; width: 62px; height: auto; transform: translateY(-1px); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.67); font-size: .65rem; font-weight: 600; letter-spacing: .04em; }
.brand-name { font-family: var(--font-display); font-size: 1.55rem; font-weight: 800; letter-spacing: -.055em; }
.brand-name span { color: #0784d6; }
.brand-name strong { color: #75c936; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { text-decoration: none; font-size: .94rem; font-weight: 600; }
.site-nav > a:not(.button) { color: rgba(255,255,255,.86); }
.site-nav > a:not(.button):hover { color: var(--white); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.35); border-radius: 10px; background: transparent; padding: 11px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--white); }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 22px; border: 0; border-radius: 8px; background: var(--green-600); color: var(--white); text-decoration: none; font-weight: 700; box-shadow: 0 9px 24px rgba(76,154,72,.26); cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { background: #3f873c; transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid #f2be48; outline-offset: 3px; }
.button-small { min-height: 42px; padding: 9px 17px; }
.button-light { background: var(--white); color: var(--blue-900); box-shadow: none; }
.button-light:hover { background: var(--green-100); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--white); font-weight: 700; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.dark-link { color: var(--blue-800); }

.hero { min-height: 760px; position: relative; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--blue-950); }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background-image: url("wastesmart-operations-hero-v9.png"); background-size: cover; background-position: 64% center; }
.hero-shade { background: linear-gradient(90deg, rgba(4,31,48,.97) 0%, rgba(4,31,48,.9) 37%, rgba(4,31,48,.43) 62%, rgba(4,31,48,.06) 100%); }
.hero-inner { position: relative; z-index: 2; padding-top: 90px; }
.hero-copy { width: min(700px, 67%); padding: 72px 0 66px; }
.eyebrow { margin: 0 0 18px; color: #98cf85; font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow.dark { color: var(--blue-700); }
h1, h2, h3 { margin-top: 0; font-family: var(--font-display); line-height: 1.08; }
h1 { margin-bottom: 24px; font-size: clamp(2.7rem, 5.5vw, 5.35rem); letter-spacing: -.055em; max-width: 760px; }
h2 { margin-bottom: 20px; font-size: clamp(2.15rem, 4vw, 3.7rem); letter-spacing: -.045em; }
h3 { margin-bottom: 12px; font-size: 1.28rem; letter-spacing: -.02em; }
p { margin-top: 0; }
.hero-lead { max-width: 650px; margin-bottom: 30px; color: rgba(255,255,255,.82); font-size: 1.16rem; line-height: 1.72; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero-points { display: flex; flex-wrap: wrap; gap: 9px 24px; margin: 34px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.8); font-size: .92rem; font-weight: 600; }
.hero-points li { display: flex; align-items: center; gap: 9px; }
.hero-points svg { width: 19px; height: 19px; color: #98cf85; stroke-width: 1.9; }
.hero-number { position: absolute; right: -12px; bottom: -95px; z-index: 1; color: rgba(255,255,255,.07); font-family: var(--font-display); font-size: 17rem; font-weight: 800; line-height: 1; letter-spacing: -.1em; }

.proof-ribbon { position: relative; z-index: 3; padding: 76px 0; color: var(--white); background-image: linear-gradient(90deg, rgba(3,27,43,.88), rgba(5,47,74,.64)), url("wastesmart-metrics-v6.png"); background-size: cover; background-position: center; overflow: hidden; }
.proof-ribbon::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); background-size: 38px 38px; }
.proof-ribbon-grid { position: relative; display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 16px; }
.proof-widget { min-height: 228px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.24); border-radius: 22px; background: linear-gradient(145deg, rgba(9,70,105,.76), rgba(4,37,59,.72)); box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 26px 70px rgba(0,18,29,.3); backdrop-filter: blur(14px); transition: transform .22s ease, border-color .22s ease; }
.proof-widget:hover { transform: translateY(-7px); border-color: rgba(151,219,110,.55); }
.proof-widget::after { content: ""; width: 110px; height: 110px; position: absolute; right: -50px; top: -50px; border: 1px solid rgba(143,208,120,.35); border-radius: 50%; box-shadow: 0 0 0 24px rgba(143,208,120,.05); }
.proof-widget-feature { background: linear-gradient(145deg, rgba(9,132,214,.3), rgba(117,201,54,.16)); }
.proof-icon { width: 46px; height: 46px; position: absolute; top: 22px; left: 24px; display: grid; place-items: center; border-radius: 13px; color: #9bdd70; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); }
.proof-icon svg { width: 24px; height: 24px; stroke-width: 1.8; }
.proof-widget .widget-label { margin: 40px 0 7px; color: #9bd7f8; font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.proof-widget strong { display: block; font-family: var(--font-display); font-size: clamp(1.5rem, 2.3vw, 2rem); line-height: 1.12; letter-spacing: -.04em; }
.proof-widget p { margin: 7px 0 0; color: rgba(255,255,255,.7); font-size: .84rem; line-height: 1.5; }

.section { padding: 108px 0; }
.section-heading { margin-bottom: 54px; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.split-heading h2 { margin-bottom: 0; max-width: 770px; }
.split-heading > p { margin: 0 0 7px; color: var(--body); font-size: 1.08rem; }
.centered-heading { max-width: 760px; margin-inline: auto; text-align: center; }

.capability-grid { display: grid; grid-template-columns: 1.08fr 1fr 1fr; gap: 18px; }
.capability-card { min-height: 420px; position: relative; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, #fff, #f7fafb); overflow: hidden; box-shadow: 0 12px 35px rgba(7,43,66,.07); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.capability-card:hover { transform: translateY(-4px); border-color: #b8ccd5; box-shadow: var(--shadow); }
.capability-card p { color: var(--body); }
.capability-media { height: 190px; position: relative; background-image: linear-gradient(to bottom, transparent 50%, rgba(5,37,57,.32)), url("wastesmart-capabilities-v5.png"); background-size: 400% auto; background-repeat: no-repeat; overflow: hidden; }
.capability-media::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.16); }
.media-01 { background-position: 0 50%; }
.media-02 { background-position: 33.333% 50%; }
.media-03 { background-position: 66.666% 50%; }
.media-04 { background-position: 100% 50%; }
.media-05 { background-image: linear-gradient(to bottom, transparent 50%, rgba(5,37,57,.32)), url("wastesmart-transport-v5.png"); background-size: cover; background-position: center 56%; }
.capability-content { position: relative; padding: 28px 30px 30px; }
.card-index { position: absolute; z-index: 1; right: 20px; bottom: 8px; color: rgba(255,255,255,.9); font-family: var(--font-display); font-size: 4.4rem; font-weight: 800; line-height: 1; letter-spacing: -.08em; text-shadow: 0 4px 20px rgba(1,25,39,.4); }
.card-icon { width: 52px; height: 52px; display: grid; place-items: center; margin: -54px 0 18px; position: relative; z-index: 2; border: 4px solid #fff; border-radius: 16px; color: var(--blue-800); background: linear-gradient(145deg, var(--green-100), #f6fbf4); box-shadow: 0 8px 20px rgba(7,43,66,.14); }
.card-icon svg { width: 29px; height: 29px; stroke-width: 1.8; }
.capability-card ul { margin: 18px 0 0; padding: 16px 0 0; border-top: 1px solid var(--line); list-style: none; }
.capability-card li { margin-top: 8px; color: #315668; font-size: .9rem; }
.capability-card li::before { content: "✓"; margin-right: 9px; color: var(--green-500); }
.wide-card { grid-column: span 2; min-height: 420px; background: var(--soft); }
.wide-card .capability-media { height: 220px; }
.wide-card p { max-width: 650px; margin-bottom: 0; }
.wide-content { display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 0 22px; }
.wide-content .card-icon { grid-row: 1; }
.wide-content > div { grid-column: 1 / 3; }
.wide-card .text-link { grid-column: 3; grid-row: 2; flex: none; margin-bottom: 2px; }
.outcome-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 40px; overflow: hidden; border-radius: 18px; color: var(--white); background: rgba(255,255,255,.15); box-shadow: var(--shadow); }
.outcome-strip > div { display: flex; gap: 18px; align-items: flex-start; min-height: 150px; padding: 30px; background: var(--blue-900); }
.outcome-strip svg { flex: 0 0 auto; width: 32px; height: 32px; color: #8fd078; }
.outcome-strip span { color: rgba(255,255,255,.7); font-size: .92rem; }
.outcome-strip strong { display: block; margin-bottom: 5px; color: var(--white); font-family: var(--font-display); font-size: 1.08rem; }

.industries { position: relative; color: var(--white); background: linear-gradient(145deg, var(--blue-950), #073a58); overflow: hidden; }
.industries::before { content: ""; position: absolute; width: 520px; height: 520px; right: -240px; top: -260px; border: 1px solid rgba(117,201,54,.18); border-radius: 50%; box-shadow: 0 0 0 60px rgba(117,201,54,.03); }
.industries-heading { position: relative; display: grid; grid-template-columns: 1.25fr .75fr auto; gap: 34px; align-items: end; margin-bottom: 48px; }
.industries-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -16px; }
.industries-heading h2 { margin: 0; }
.industries-heading > p:not(.eyebrow) { margin: 0 0 5px; color: rgba(255,255,255,.68); font-size: 1.02rem; }
.industry-cards { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.industry-card { min-height: 450px; position: relative; display: flex; align-items: flex-end; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 22px; background-image: linear-gradient(180deg, rgba(4,30,46,.02) 28%, rgba(4,30,46,.95) 88%), url("wastesmart-industries-v6.png"); background-size: 400% auto; box-shadow: 0 25px 60px rgba(0,0,0,.22); transition: transform .22s ease, box-shadow .22s ease; }
.industry-card:hover { transform: translateY(-8px); box-shadow: 0 34px 75px rgba(0,0,0,.32); }
.industry-01 { background-position: 0 50%; }
.industry-02 { background-position: 33.333% 50%; }
.industry-03 { background-position: 66.666% 50%; }
.industry-04 { background-position: 100% 50%; }
.industry-card > div { width: 100%; position: relative; padding: 28px; }
.industry-card span { position: absolute; right: 22px; top: -50px; color: rgba(255,255,255,.82); font-family: var(--font-display); font-size: 3rem; font-weight: 800; letter-spacing: -.08em; }
.industry-card svg { width: 34px; height: 34px; margin-bottom: 18px; color: #98df68; stroke-width: 1.7; }
.industry-card h3 { margin-bottom: 11px; font-size: 1.28rem; }
.industry-card p { margin: 0; color: rgba(255,255,255,.7); font-size: .92rem; }

.process { position: relative; background: linear-gradient(180deg, #f6fafb, #eaf2f5); overflow: hidden; }
.process::before { content: ""; position: absolute; inset: 0; opacity: .38; background-image: radial-gradient(circle at 1px 1px, rgba(20,106,157,.15) 1px, transparent 0); background-size: 24px 24px; }
.process .container { position: relative; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
.process-card { min-height: 450px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.75); border-radius: 22px; color: var(--white); background-image: linear-gradient(180deg, rgba(4,31,48,.02) 28%, rgba(4,31,48,.96) 89%), url("wastesmart-process-v6.png"); background-size: 400% auto; box-shadow: 0 24px 60px rgba(7,43,66,.15); transition: transform .22s ease, box-shadow .22s ease; }
.process-card:hover { transform: translateY(-8px); box-shadow: 0 34px 74px rgba(7,43,66,.24); }
.process-01 { background-position: 0 50%; }
.process-02 { background-position: 33.333% 50%; }
.process-03 { background-position: 66.666% 50%; }
.process-04 { background-position: 100% 50%; }
.process-grid span { width: 58px; height: 58px; position: absolute; top: 22px; left: 22px; display: grid; place-items: center; margin: 0; border: 1px solid rgba(255,255,255,.38); border-radius: 17px; color: var(--white); background: rgba(5,54,82,.7); backdrop-filter: blur(8px); font-family: var(--font-display); font-size: 1.25rem; font-weight: 800; letter-spacing: -.04em; }
.process-grid svg { width: 38px; height: 38px; margin-bottom: 20px; color: #98df68; stroke-width: 1.7; }
.process-grid h3 { margin-bottom: 10px; font-size: 1.32rem; }
.process-grid p { margin: 0; color: rgba(255,255,255,.72); font-size: .92rem; }

.project-proof { overflow: hidden; }
.proof-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.proof-stat { aspect-ratio: 1; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; color: var(--white); background: linear-gradient(145deg, var(--blue-700), var(--blue-950)); box-shadow: var(--shadow); }
.proof-stat::after { content: ""; position: absolute; inset: -18px; border: 1px solid var(--line); border-radius: 50%; }
.proof-stat-number { font-family: var(--font-display); font-size: clamp(3.4rem, 7vw, 6rem); font-weight: 800; line-height: 1; letter-spacing: -.07em; }
.proof-stat-label { margin-top: 10px; color: rgba(255,255,255,.72); font-weight: 600; }
.proof-story > p:not(.eyebrow) { color: var(--body); font-size: 1.08rem; }
blockquote { margin: 34px 0 0; padding: 22px 0 22px 26px; border-left: 4px solid var(--green-600); color: var(--blue-900); font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; }

.quote-section { padding: 112px 0; color: var(--white); background: linear-gradient(128deg, var(--blue-950), var(--blue-800)); }
.quote-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.quote-copy > p:not(.eyebrow):not(.direct-email) { color: rgba(255,255,255,.72); font-size: 1.08rem; }
.quote-checklist { display: grid; gap: 10px; margin: 32px 0; }
.quote-checklist span { display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.86); }
.quote-checklist span::before { content: "✓"; display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; color: var(--blue-950); background: #8fd078; font-size: .76rem; font-weight: 800; }
.direct-email { display: flex; align-items: center; gap: 14px; margin-top: 34px; padding: 17px 19px; border-radius: 12px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.08); }
.direct-email svg { width: 25px; height: 25px; color: #98cf85; }
.direct-email span { display: flex; flex-direction: column; }
.direct-email strong { margin-top: 2px; color: var(--white); font-size: 1.05rem; letter-spacing: .01em; }
.direct-email a { color: var(--white); font-weight: 700; }
.quote-form { padding: 38px; border-radius: 18px; color: var(--ink); background: var(--white); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label { display: grid; gap: 8px; margin-bottom: 18px; font-size: .89rem; font-weight: 700; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid #cbd9df; border-radius: 8px; color: var(--ink); background: #fbfdfe; font-size: 1rem; }
.quote-form textarea { min-height: 120px; resize: vertical; }
.quote-form input::placeholder, .quote-form textarea::placeholder { color: #8999a3; }
.form-note { margin: -3px 0 20px; color: var(--muted); font-size: .82rem; }
.form-button { width: 100%; }
.form-status { min-height: 1.5em; margin: 12px 0 0; color: #a02828; font-size: .88rem; font-weight: 700; }
.form-status.is-success { color: #247a32; }
.form-button:disabled { opacity: .65; cursor: wait; transform: none; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.closing-section { position: relative; overflow: hidden; padding: 104px 0; background: linear-gradient(135deg, #eaf4e7, #f5fafb 55%, #e8f2f6); }
.closing-route { position: absolute; left: 0; right: 0; bottom: 53px; height: 3px; background: repeating-linear-gradient(90deg, var(--blue-800) 0 34px, transparent 34px 52px); opacity: .2; }
.closing-inner { position: relative; display: grid; grid-template-columns: 130px 1fr auto; gap: 42px; align-items: center; }
.closing-brand { width: 138px; height: 138px; display: grid; place-items: center; border-radius: 28px; background: rgba(255,255,255,.74); box-shadow: 0 22px 55px rgba(7,43,66,.16); }
.closing-brand img { width: 124px; height: auto; }
.closing-copy h2 { max-width: 780px; margin-bottom: 18px; font-size: clamp(2rem, 3.5vw, 3.2rem); }
.closing-copy > p:not(.eyebrow) { max-width: 760px; margin-bottom: 0; color: var(--body); font-size: 1.05rem; }
.closing-actions { display: flex; flex-direction: column; align-items: stretch; gap: 15px; min-width: 250px; }
.closing-email { display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--blue-900); font-weight: 700; text-decoration: none; }
.closing-email svg { width: 20px; height: 20px; }

.site-footer { padding: 62px 0 24px; color: rgba(255,255,255,.73); background: #041e2f; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr .7fr; gap: 70px; }
.footer-brand { margin-bottom: 20px; color: var(--white); }
.footer-grid p { max-width: 430px; margin-bottom: 0; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: var(--white); }
.footer-email { color: #a9d99a; font-weight: 700; }
.footer-label { margin-bottom: 6px; color: var(--white); font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }
.footer-bottom a { text-decoration: none; }

@media (max-width: 1000px) {
  .site-nav { gap: 16px; }
  .site-nav a { font-size: .88rem; }
  .hero-copy { width: 72%; }
  .proof-ribbon-grid { grid-template-columns: 1fr 1fr; }
  .proof-widget:last-child { grid-column: span 2; }
  .split-heading { grid-template-columns: 1fr; gap: 26px; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .feature-card { grid-row: auto; }
  .wide-card { grid-column: span 2; }
  .quote-layout { grid-template-columns: 1fr; gap: 60px; }
  .industries-heading { grid-template-columns: 1fr auto; }
  .industries-heading h2 { grid-column: 1 / -1; }
  .industry-cards { grid-template-columns: 1fr 1fr; }
  .proof-layout { gap: 60px; }
  .closing-inner { grid-template-columns: 110px 1fr; }
  .closing-brand { width: 108px; height: 108px; }
  .closing-brand img { width: 98px; }
  .closing-actions { grid-column: 2; flex-direction: row; align-items: center; }
}

@media (max-width: 820px) {
  .header-inner { min-height: 74px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 74px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border-radius: 12px; color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.button) { padding: 13px; color: var(--ink); }
  .site-nav .button { margin-top: 6px; }
  .hero { min-height: 720px; }
  .hero-image { background-position: 63% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,31,48,.97), rgba(4,31,48,.86) 68%, rgba(4,31,48,.52)); }
  .hero-copy { width: 88%; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .proof-layout { grid-template-columns: 1fr; }
  .proof-stat { width: min(390px, 82%); margin-inline: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: span 2; }
  .outcome-strip { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1180px); }
  .section, .quote-section { padding: 76px 0; }
  .hero { min-height: 760px; }
  .hero-image { background-position: 66% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,31,48,.98), rgba(4,31,48,.88)); }
  .hero-inner { padding-top: 74px; }
  .hero-copy { width: 100%; padding: 55px 0 40px; }
  h1 { font-size: clamp(2.55rem, 12vw, 3.7rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-points { display: grid; }
  .hero-number { font-size: 10rem; bottom: -50px; }
  .proof-ribbon-grid { grid-template-columns: 1fr; }
  .proof-widget, .proof-widget:last-child { min-height: 190px; grid-column: auto; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 420px; }
  .wide-card { grid-column: auto; min-height: 420px; }
  .wide-content { display: block; }
  .wide-card .text-link { display: inline-flex; margin-top: 18px; }
  .industries-heading { grid-template-columns: 1fr; }
  .industries-heading .eyebrow, .industries-heading h2 { grid-column: auto; }
  .industries-heading .eyebrow { margin-bottom: -8px; }
  .industries-heading .button { justify-self: start; }
  .industry-cards { grid-template-columns: 1fr; }
  .industry-card { min-height: 430px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card { min-height: 430px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .quote-form { padding: 24px 18px; }
  .closing-section { padding: 76px 0; }
  .closing-inner { grid-template-columns: 1fr; text-align: center; }
  .closing-brand { margin-inline: auto; }
  .closing-actions { grid-column: auto; flex-direction: column; align-items: stretch; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
