:root {
  --ink: #17324a;
  --navy: #386b88;
  --navy-deep: #244a64;
  --cta-blue: #2f6f98;
  --blue: #159ada;
  --blue-pale: #eaf6fb;
  --red: #e84235;
  --paper: #f5f8fa;
  --white: #ffffff;
  --muted: #627786;
  --line: #d8e3e9;
  --shell: 1200px;
}


* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Arial, "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { object-fit: cover; }
.hero-media > img, .final-cta > img, .why-image > img, .service-media > img, .project-image > img { position: absolute; inset: 0; width: 100%; height: 100%; }
.shell { width: min(var(--shell), calc(100% - 64px)); margin-inline: auto; }
.section-label { margin: 0 0 18px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.section-intro h2, .areas h2, .faq h2, .final-cta h2, .why-content h2 { margin: 0; font-size: clamp(44px, 5vw, 72px); line-height: .96; letter-spacing: -.058em; }
.section-intro h2 em, .areas h2 em, .final-cta h2 em, .why-content h2 em { color: var(--blue); font-family: Georgia, serif; font-weight: 400; }
.section-summary { align-self: end; max-width: 455px; margin: 0 0 5px auto; color: var(--muted); font-size: 17px; line-height: 1.7; }

.emergency-bar { height: 34px; padding: 0 max(32px, calc((100vw - var(--shell))/2)); display: flex; align-items: center; justify-content: space-between; background: var(--navy-deep); color: #c5d5dd; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.emergency-bar p { display: flex; align-items: center; gap: 9px; margin: 0; }
.live-dot { position: relative; width: 7px; height: 7px; flex: 0 0 7px; background: #45c884; border-radius: 50%; box-shadow: 0 0 0 4px #45c88420; animation: live-dot-pulse 1.8s ease-in-out infinite; }
.live-dot::after { position: absolute; inset: -5px; border: 1px solid #45c88499; border-radius: 50%; content: ""; animation: live-dot-ring 1.8s ease-out infinite; }
@keyframes live-dot-pulse { 0%, 100% { opacity: .45; transform: scale(.82); } 45% { opacity: 1; transform: scale(1); } }
@keyframes live-dot-ring { 0% { opacity: 0; transform: scale(.55); } 35% { opacity: .8; } 75%, 100% { opacity: 0; transform: scale(1.35); } }
.emergency-bar a { display: flex; align-items: center; gap: 8px; }
.emergency-bar strong { color: white; }
.emergency-bar a > span { color: var(--blue); font-size: 14px; }
.site-header { position: sticky; top: 0; z-index: 50; height: 82px; padding: 0 max(32px, calc((100vw - var(--shell))/2)); display: flex; align-items: center; gap: 30px; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; margin-right: auto; }
.brand-mark { width: 172px; display: flex; flex-direction: column; line-height: 1; }
.brand-scope, .brand-services { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; }
.brand-mark i { display: grid; place-items: center; color: white; font-style: normal; font-weight: 900; letter-spacing: .075em; text-transform: uppercase; white-space: nowrap; }
.brand-scope i { min-height: 12px; font-size: 6px; }
.brand-services i { min-height: 10px; font-size: 5px; }
.brand-scope i:first-child, .brand-services i:last-child { background: var(--red); }
.brand-scope i:last-child, .brand-services i:first-child { background: var(--blue); }
.brand-mark > strong { width: 100%; padding: 2px 0 1px; display: flex; align-items: baseline; justify-content: space-between; color: var(--ink); font-family: Impact, "Arial Black", Arial, sans-serif; font-size: 27px; font-stretch: condensed; font-weight: 900; letter-spacing: 0; line-height: .94; white-space: nowrap; }
.brand-mark > strong > span { display: block; }
.brand-mark > strong > .brand-word-gap { width: .18em; flex: 0 0 .18em; }
.brand-mark-inverse > strong { color: white; }
.desktop-nav { display: flex; align-items: center; gap: 27px; }
.desktop-nav a { position: relative; font-size: 12px; font-weight: 700; }
.desktop-nav a::after { position: absolute; right: 100%; bottom: -10px; left: 0; height: 2px; background: var(--blue); content: ""; transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-cta { min-width: 184px; min-height: 54px; padding: 9px 15px; display: flex; align-items: center; justify-content: space-between; gap: 18px; background: var(--cta-blue); color: white; font-size: 11px; font-weight: 800; transition: background .2s, transform .2s; }
.header-cta:hover { background: #255d82; transform: translateY(-1px); }
.header-cta > span[aria-hidden="true"] { color: white; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: calc(100svh - 116px); height: 760px; max-height: 900px; overflow: hidden; background: var(--navy-deep); color: white; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { object-position: center 48%; filter: saturate(.72) contrast(1.06); transform: scale(1.012); }
.hero-overlay { z-index: 1; background: linear-gradient(90deg, rgba(29,65,89,.96) 0%, rgba(38,79,105,.85) 45%, rgba(38,79,105,.25) 78%, rgba(38,79,105,.08)), linear-gradient(0deg, rgba(36,74,100,.45), transparent 45%); }
.hero-inner { position: relative; z-index: 2; height: 100%; padding-bottom: 76px; display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(280px, .65fr); gap: 80px; align-items: center; }
.hero-copy { padding-top: 28px; }
.kicker { display: flex; align-items: center; gap: 14px; margin: 0 0 29px; color: #b8ceda; font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.kicker span { display: inline-flex; align-items: center; gap: 11px; }
.kicker span::before { width: 25px; height: 2px; background: var(--blue); content: ""; }
.kicker i { padding-left: 14px; border-left: 1px solid #ffffff4a; font-style: normal; }
.hero h1 { max-width: 930px; margin: 0; font-size: clamp(54px, 6.2vw, 92px); line-height: .94; letter-spacing: -.065em; }
.hero h1 em { color: #4db9e9; font-family: Georgia, serif; font-weight: 400; }
.hero-lead { max-width: 670px; margin: 27px 0 0; color: #c2d3dd; font-size: 17px; line-height: 1.68; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.button { min-width: 202px; min-height: 64px; padding: 11px 18px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; border: 1px solid transparent; font-size: 12px; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-red { background: var(--red); color: white; }
.button-glass { border-color: #ffffff73; background: #4a78916b; color: white; }
.button-dark { background: var(--cta-blue); color: white; }
.button-dark:hover { background: #255d82; }
.button span { font-size: 15px; }
.call-label { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; color: inherit; line-height: 1; white-space: nowrap; }
.call-label small { display: block; color: inherit; font-size: 8px; font-weight: 800; letter-spacing: .14em; line-height: 1; opacity: .78; text-transform: uppercase; }
.call-label strong { display: block; color: inherit; font-size: 17px; font-weight: 900; letter-spacing: .015em; line-height: 1; }
.header-cta .call-label small { font-size: 7px; }
.header-cta .call-label strong { font-size: 14px; }
.underlined-link .call-label { color: var(--ink); }
.underlined-link .call-label strong { font-size: 14px; }
.response-card .call-label strong { font-size: 18px; }
.call-icon { width: 24px; height: 24px; flex: 0 0 auto; display: block; color: var(--blue); fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.emergency-bar .call-icon { width: 17px; height: 17px; color: white; }
.header-cta .call-icon { width: 22px; height: 22px; color: white; }
.button-red .call-icon, .button-dark .call-icon { color: white; }
.button .call-icon { width: 24px; height: 24px; }
.final-content > a .call-icon { width: 40px; height: 40px; color: #5dc1e9; }
.response-card { align-self: end; margin-bottom: 42px; padding: 26px; border-top: 3px solid var(--red); background: rgba(255,255,255,.94); color: var(--ink); box-shadow: 0 22px 60px #0000002b; backdrop-filter: blur(12px); }
.response-index { color: #7a8c96; font: italic 11px Georgia, serif; }
.response-card > p { margin: 32px 0 8px; color: var(--red); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.response-card h2 { margin: 0 0 13px; font-size: 25px; line-height: 1.02; letter-spacing: -.04em; }
.response-card > span:not(.response-index) { display: block; color: var(--muted); font-size: 12px; line-height: 1.55; }
.response-card a { margin-top: 24px; padding-top: 17px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: 18px; font-weight: 900; }
.response-card a i { color: var(--blue); font-style: normal; }
.hero-scroll { position: absolute; z-index: 2; bottom: 0; left: 50%; width: min(var(--shell), calc(100% - 64px)); padding: 19px 0; display: flex; justify-content: space-between; border-top: 1px solid #ffffff30; color: #93aab7; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; transform: translateX(-50%); }
.hero-scroll i { color: white; font-style: normal; font-size: 14px; }

.trust-strip { width: min(var(--shell), calc(100% - 64px)); margin-inline: auto; display: grid; grid-template-columns: repeat(4, 1fr); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); }
.trust-strip div { min-height: 112px; padding: 27px 30px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong { font-size: 19px; letter-spacing: -.02em; }
.trust-strip span { margin-top: 6px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.problem-section { padding-top: 118px; padding-bottom: 118px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; }
.problem-grid { grid-column: 1 / -1; margin-top: 32px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem-grid a { position: relative; min-height: 254px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid var(--line); transition: background .25s, transform .25s; }
.problem-grid a:last-child { border-right: 0; }
.problem-grid a:hover { z-index: 2; background: var(--blue-pale); transform: translateY(-5px); }
.problem-grid a > span { color: #8799a2; font: italic 12px Georgia, serif; }
.problem-grid strong { max-width: 260px; margin-top: 57px; font-size: 22px; line-height: 1.12; letter-spacing: -.035em; }
.problem-grid small { margin-top: 12px; color: var(--muted); font-size: 11px; }
.problem-grid i { position: absolute; right: 28px; bottom: 27px; color: var(--blue); font-style: normal; font-size: 20px; }

.services-list { background: var(--paper); }
.service-row { position: relative; min-height: 690px; padding-top: 100px; padding-bottom: 100px; display: grid; grid-template-columns: 45px 1.05fr .95fr; gap: 50px; align-items: center; border-bottom: 1px solid var(--line); }
.service-number { align-self: start; padding-top: 3px; color: #85969e; font: italic 13px Georgia, serif; }
.service-media { position: relative; height: 490px; overflow: hidden; background: #cbd5da; }
.service-row:nth-child(even) .service-media { grid-column: 3; }
.service-row:nth-child(even) .service-content { grid-column: 2; grid-row: 1; }
.service-media::after { position: absolute; inset: 0; border: 1px solid #ffffff30; content: ""; }
.service-media img { transition: transform .6s ease; }
.service-row:hover .service-media img { transform: scale(1.025); }
.service-content { padding: 0 50px 0 20px; }
.service-row:nth-child(even) .service-content { padding: 0 20px 0 50px; }
.service-content h2 { margin: 0; font-size: clamp(42px, 4vw, 60px); line-height: .98; letter-spacing: -.055em; text-transform: capitalize; }
.service-content > p:not(.section-label) { margin: 24px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.service-content ul { margin: 28px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; list-style: none; border-top: 1px solid var(--line); }
.service-content li { padding: 14px 8px 14px 0; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); color: #3e515c; font-size: 11px; }
.service-content li span { color: var(--blue); font-size: 12px; }
.underlined-link { width: fit-content; margin-top: 35px; padding-bottom: 8px; display: flex; gap: 55px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 800; }
.underlined-link span { color: var(--blue); }
.vertical-label { position: absolute; right: -25px; color: #b0bfc5; font-size: 8px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; transform: rotate(90deg); }

.industries { padding: 115px 0 120px; background: var(--navy); color: white; }
.section-intro.light .section-label { color: #74c9ef; }
.section-intro.light h2 em { color: #61c3eb; }
.industry-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #ffffff30; border-bottom: 1px solid #ffffff30; }
.industry-grid article { min-height: 300px; padding: 30px 25px; border-right: 1px solid #ffffff30; }
.industry-grid article:last-child { border-right: 0; }
.industry-grid article > span { color: #7393a5; font: italic 12px Georgia, serif; }
.industry-grid h3 { margin: 92px 0 12px; font-size: 24px; letter-spacing: -.03em; }
.industry-grid p { margin: 0; color: #a9c0cd; font-size: 12px; line-height: 1.65; }

.why-section { min-height: 760px; display: grid; grid-template-columns: 1fr 1fr; background: white; }
.why-image { position: relative; min-height: 680px; }
.why-content { padding: 105px max(45px, calc((100vw - var(--shell))/2)) 105px 7vw; }
.why-content > p:not(.section-label) { max-width: 540px; margin: 27px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.reason-list { margin-top: 35px; }
.reason-list > div { padding: 19px 0; display: grid; grid-template-columns: 45px 1fr; border-top: 1px solid var(--line); }
.reason-list > div:last-child { border-bottom: 1px solid var(--line); }
.reason-list span { grid-row: 1 / 3; color: #82939c; font: italic 11px Georgia, serif; }
.reason-list strong { font-size: 13px; }
.reason-list p { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }

.projects { padding-top: 120px; padding-bottom: 120px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; }
.project-grid { grid-column: 1 / -1; margin-top: 22px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 34px; }
.project-card { margin: 0; }
.project-featured { grid-row: span 2; }
.project-image { position: relative; height: 270px; overflow: hidden; background: #d5dde1; }
.project-featured .project-image { height: 646px; }
.project-image img { transition: transform .55s ease; }
.project-card:hover .project-image img { transform: scale(1.035); }
.project-card figcaption { position: relative; padding: 17px 38px 20px 0; display: flex; flex-direction: column; border-bottom: 1px solid var(--line); }
.project-card figcaption > span { margin-bottom: 7px; color: var(--blue); font-size: 8px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.project-card figcaption > strong { font-size: 14px; }
.project-card figcaption i { position: absolute; top: 23px; right: 4px; color: var(--blue); font-style: normal; }

.process { padding: 110px 0 115px; background: var(--navy-deep); color: white; }
.process .shell { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.process ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid #ffffff2b; }
.process li { padding: 29px 0; display: grid; grid-template-columns: 65px 1fr; border-bottom: 1px solid #ffffff2b; }
.process li > span { color: #6f91a3; font: italic 12px Georgia, serif; }
.process li strong { font-size: 17px; }
.process li p { margin: 8px 0 0; color: #9fb7c5; font-size: 12px; line-height: 1.6; }

.areas { padding-top: 120px; padding-bottom: 120px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.areas-copy > p:not(.section-label) { max-width: 450px; margin: 27px 0 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.areas-copy .button { margin-top: 30px; }
.coverage-grid { display: grid; grid-template-columns: 1fr 1fr; align-self: center; }
.coverage-grid > span { min-height: 52px; margin-right: 25px; padding: 17px 2px 14px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 12px; }
.coverage-grid i { color: #8aa1ad; font: italic 9px Georgia, serif; }

.faq { padding-top: 115px; padding-bottom: 120px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; border-top: 1px solid var(--line); }
.faq-heading > p:not(.section-label) { margin-top: 24px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.faq-heading a { color: var(--ink); font-weight: 800; border-bottom: 1px solid var(--blue); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; min-height: 75px; padding: 26px 50px 24px 48px; cursor: pointer; list-style: none; font-size: 14px; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: absolute; left: 0; color: #8b9ca4; font: italic 10px Georgia, serif; }
.faq-list summary i { position: absolute; right: 5px; color: var(--blue); font-style: normal; font-size: 20px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { max-width: 620px; margin: -7px 0 0; padding: 0 48px 28px; color: var(--muted); font-size: 13px; line-height: 1.7; }

.final-cta { position: relative; min-height: 610px; display: grid; align-items: center; overflow: hidden; color: white; }
.final-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(31,70,96,.95), rgba(43,91,120,.72) 58%, rgba(43,91,120,.2)); }
.final-content { position: relative; z-index: 2; padding-block: 100px; }
.final-content .section-label { color: #69c5ed; }
.final-content h2 { font-size: clamp(54px, 7vw, 92px); }
.final-content h2 em { color: #5dc1e9; }
.final-content > p:not(.section-label) { max-width: 570px; color: #b7ccd7; font-size: 15px; }
.final-content > a { width: fit-content; margin-top: 34px; padding-bottom: 8px; display: flex; align-items: center; gap: 45px; border-bottom: 2px solid #5dc1e9; font-size: clamp(28px, 4vw, 48px); font-weight: 900; }
.final-content > a .call-label small { font-size: 10px; }
.final-content > a .call-label strong { font-size: clamp(28px, 4vw, 48px); }
.final-content > a > span[aria-hidden="true"] { color: #5dc1e9; }
.final-content small { display: block; margin-top: 13px; color: #9eb6c3; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

footer { background: #234e68; color: white; }
.footer-top { padding-top: 66px; padding-bottom: 55px; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 50px; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 14px; }
.footer-brand .brand-mark { width: 190px; }
.footer-brand .brand-mark > strong { font-size: 30px; }
.footer-tagline { max-width: 215px; margin: 0; color: #86a0ae; font-size: 10px; font-weight: 700; line-height: 1.5; }
.footer-column { display: flex; flex-direction: column; gap: 10px; color: #86a0ae; font-size: 10px; }
.footer-column > strong { margin-bottom: 7px; color: white; font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.footer-column.contact a { color: white; font-size: 17px; font-weight: 900; }
.footer-bottom { min-height: 67px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #ffffff1c; color: #607b89; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.mobile-call { display: none; }

/* Version 13: privately managed recent work */
.live-projects-block { grid-column: 1 / -1; margin: 45px 0 38px; padding: 24px; border: 1px solid #d6e2e6; background: #f5f8f9; }
.live-projects-block[hidden] { display: none; }
.live-projects-heading { margin-bottom: 20px; display: flex; justify-content: space-between; align-items: baseline; gap: 20px; }
.live-projects-heading strong { color: var(--navy-deep); font-size: 14px; letter-spacing: .12em; text-transform: uppercase; }
.live-projects-heading span { color: #6f8793; font-size: 10px; }
.live-project-grid { margin: 0; }
.live-project-card figcaption { min-height: 118px; }
.live-project-card figcaption small { display: block; margin-top: 8px; color: #617783; font-size: 10px; font-style: normal; font-weight: 500; line-height: 1.5; }
.live-projects-page { margin-top: 0; }

/* Version 15: latest field-work carousel */
.homepage-field-work { padding: 36px 0 44px; background: #edf3f5; border-bottom: 1px solid #cbd9df; }
.homepage-field-work[hidden] { display: none; }
.homepage-field-work-heading { display: grid; grid-template-columns: 1fr; gap: 0; }
.homepage-field-work-heading .section-label { margin-bottom: 7px; }
.homepage-field-work-heading h2 { margin: 0; color: var(--navy-deep); font-size: clamp(30px, 4vw, 50px); letter-spacing: -.045em; line-height: 1; }
.homepage-field-work-heading h2 em { color: var(--blue); font-family: Georgia, serif; font-weight: 400; }
.field-work-carousel { grid-column: 1 / -1; margin-top: 20px; border: 1px solid #cbd9df; background: #fff; overflow: hidden; }
.field-work-carousel[hidden] { display: none; }
.field-work-topline { min-height: 64px; padding: 13px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.field-work-topline > div:first-child { display: flex; flex-direction: column; gap: 4px; }
.field-work-topline strong { color: var(--navy-deep); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.field-work-topline > div:first-child span { color: #6f8793; font-size: 10px; }
.field-work-controls { display: flex; align-items: center; gap: 8px; }
.field-work-controls button { min-width: 38px; height: 38px; padding: 0 12px; border: 1px solid #cbd9df; background: white; color: var(--navy-deep); cursor: pointer; font: 800 11px/1 Arial, sans-serif; }
.field-work-controls button:hover, .field-work-controls button:focus-visible { border-color: var(--blue); color: var(--blue); outline: 2px solid transparent; }
.field-work-controls button[data-carousel-toggle] { min-width: 62px; }
.field-work-controls > span { min-width: 56px; color: #657c88; font: 700 10px/1 Arial, sans-serif; text-align: center; }
.field-work-slide { min-height: 520px; display: grid; grid-template-columns: minmax(0, 1.48fr) minmax(310px, .72fr); }
.field-work-slide[hidden] { display: none; }
.field-work-media { min-height: 520px; overflow: hidden; background: #d5dde1; }
.field-work-media img { width: 100%; height: 100%; object-fit: cover; }
.field-work-copy { position: relative; padding: 30px 42px 38px; display: flex; flex-direction: column; justify-content: flex-start; background: #f4f8f9; }
.field-work-header { display: grid; grid-template-columns: 34px minmax(0, 1fr); align-items: start; gap: 12px; margin-bottom: 24px; padding-bottom: 19px; border-bottom: 1px solid #cbd9df; }
.field-work-number { color: var(--red); font: italic 13px/1.35 Georgia, serif; }
.field-work-meta { margin: 0; color: var(--blue); font-size: 13px; font-weight: 900; letter-spacing: .075em; line-height: 1.4; text-transform: uppercase; }
.field-work-copy h3 { margin: 0; color: var(--navy-deep); font-size: clamp(26px, 2.65vw, 38px); letter-spacing: -.035em; line-height: 1.08; text-wrap: balance; }
.field-work-description { margin: 21px 0 0; color: #435e6b; font-size: 16.5px; line-height: 1.65; }
.field-work-progress { height: 3px; background: #dbe5e9; }
.field-work-progress i { width: 0; height: 100%; display: block; background: var(--blue); }
.field-work-progress i.is-running { animation: field-work-progress 6s linear forwards; }
.field-work-cta { min-height: 92px; padding: 18px 24px; display: flex; align-items: center; gap: 22px; border-top: 1px solid var(--line); }
.field-work-cta p { margin: 0 auto 0 0; color: var(--navy-deep); font-size: 12px; font-weight: 800; }
.field-work-cta .button { min-height: 48px; }
.field-work-cta .underlined-link { margin: 0; gap: 24px; white-space: nowrap; }
@keyframes field-work-progress { from { width: 0; } to { width: 100%; } }

@media (prefers-reduced-motion: reduce) {
  .field-work-progress i.is-running { animation: none; }
  .live-dot, .live-dot::after { animation: none; }
}

@media (max-width: 1050px) {
  .desktop-nav { gap: 18px; }
  .desktop-nav a { font-size: 11px; }
  .hero-inner { grid-template-columns: 1fr 285px; gap: 40px; }
  .service-row { gap: 30px; }
  .service-content { padding-right: 20px; }
  .service-row:nth-child(even) .service-content { padding-left: 20px; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 72px; }
  .shell { width: min(100% - 40px, var(--shell)); }
  .emergency-bar { height: 31px; padding-inline: 20px; }
  .emergency-bar p { display: none; }
  .emergency-bar a { width: 100%; justify-content: center; }
  .site-header { height: 70px; padding-inline: 20px; }
  .live-projects-block { margin-inline: -4px; padding: 16px; }
  .live-projects-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .field-work-slide { min-height: 0; grid-template-columns: 1fr; }
  .field-work-media { min-height: 0; aspect-ratio: 4 / 3; }
  .field-work-copy { min-height: 0; padding: 28px; justify-content: flex-start; }
  .field-work-header { margin-bottom: 22px; padding-bottom: 17px; }
  .field-work-copy h3 { font-size: clamp(28px, 7vw, 38px); }
  .field-work-description { font-size: 16px; }
  .field-work-cta { align-items: flex-start; flex-direction: column; }
  .field-work-cta p { margin: 0; }
  .field-work-cta .button { width: 100%; }
  .brand-mark { width: 154px; }
  .brand-mark > strong { font-size: 24px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { width: 43px; height: 43px; padding: 12px 10px; display: flex; flex-direction: column; justify-content: center; gap: 6px; cursor: pointer; list-style: none; border: 1px solid var(--line); }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary i { width: 100%; height: 1px; background: var(--ink); }
  .mobile-menu nav { position: absolute; top: 70px; right: 0; left: 0; padding: 12px 20px 22px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px #001d2f18; }
  .mobile-menu nav a { padding: 14px 2px; display: block; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 800; }
  .hero { min-height: 760px; height: calc(100svh - 101px); max-height: 900px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(29,65,89,.96), rgba(38,79,105,.64)), linear-gradient(0deg, rgba(36,74,100,.58), transparent 48%); }
  .hero-inner { padding: 70px 0 106px; display: block; }
  .hero h1 { max-width: 700px; font-size: clamp(48px, 11.8vw, 72px); }
  .hero-lead { max-width: 600px; font-size: 15px; }
  .response-card { display: none; }
  .hero-scroll { width: calc(100% - 40px); }
  .trust-strip { width: calc(100% - 40px); grid-template-columns: 1fr 1fr; }
  .trust-strip div { min-height: 92px; padding: 20px; border-bottom: 1px solid var(--line); }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(n+3) { border-bottom: 0; }
  .problem-section, .projects { padding-top: 76px; padding-bottom: 76px; grid-template-columns: 1fr; gap: 25px; }
  .section-summary { margin: 0; }
  .problem-grid, .project-grid { grid-column: auto; }
  .problem-grid { margin-top: 25px; grid-template-columns: 1fr; }
  .problem-grid a { min-height: 175px; border-right: 0; border-bottom: 1px solid var(--line); }
  .problem-grid a:last-child { border-bottom: 0; }
  .problem-grid strong { margin-top: 35px; }
  .service-row { min-height: 0; padding-top: 75px; padding-bottom: 80px; grid-template-columns: 35px 1fr; gap: 25px; }
  .service-media, .service-row:nth-child(even) .service-media { grid-column: 2; grid-row: 1; height: 390px; }
  .service-content, .service-row:nth-child(even) .service-content { grid-column: 2; grid-row: 2; padding: 20px 0 0; }
  .vertical-label { display: none; }
  .industry-grid { grid-template-columns: 1fr 1fr; }
  .industry-grid article { min-height: 240px; border-bottom: 1px solid #ffffff30; }
  .industry-grid article:nth-child(2) { border-right: 0; }
  .industry-grid article:nth-child(n+3) { border-bottom: 0; }
  .industry-grid h3 { margin-top: 58px; }
  .why-section { grid-template-columns: 1fr; }
  .why-image { min-height: 480px; }
  .why-content { padding: 80px 20px 85px; }
  .project-grid { margin-top: 25px; grid-template-columns: 1fr 1fr; gap: 24px; }
  .project-featured { grid-column: 1 / -1; grid-row: auto; }
  .project-featured .project-image { height: 520px; }
  .process .shell, .areas, .faq { grid-template-columns: 1fr; gap: 55px; }
  .process { padding-block: 85px; }
  .areas, .faq { padding-top: 85px; padding-bottom: 85px; }
  .coverage-grid > span { margin-right: 15px; }
  .final-cta { min-height: 560px; }
  .footer-top { grid-template-columns: 1fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .mobile-call { position: fixed; right: 0; bottom: 0; left: 0; z-index: 80; min-height: 62px; padding: 11px 20px; display: flex; align-items: center; justify-content: space-between; background: var(--red); color: white; box-shadow: 0 -10px 28px #00151f30; }
  .mobile-call > span { font-size: 14px; font-weight: 900; }
  .mobile-call .call-label small { margin-bottom: 1px; font-size: 8px; }
  .mobile-call .call-label strong { font-size: 18px; }
  .mobile-call i { display: grid; place-items: center; font-style: normal; }
  .mobile-call .call-icon { width: 32px; height: 32px; color: white; }
  footer { padding-bottom: 62px; }
}

@media (max-width: 620px) {
  .shell { width: calc(100% - 32px); }
  .brand-mark { width: 146px; }
  .brand-mark > strong { font-size: 23px; }
  .hero { min-height: 710px; }
  .homepage-field-work { padding: 24px 0 28px; }
  .homepage-field-work-heading { align-items: flex-start; flex-direction: column; gap: 3px; }
  .homepage-field-work-heading h2 { font-size: 29px; line-height: 1.06; }
  .field-work-topline { min-height: 56px; padding: 10px 14px; align-items: center; flex-direction: row; gap: 10px; }
  .field-work-topline strong { font-size: 10px; }
  .field-work-controls { margin-left: auto; justify-content: flex-end; }
  .field-work-controls > span { flex: 1; }
  .field-work-media { aspect-ratio: 4 / 3; background: #0a1d27; }
  .field-work-media img { object-fit: cover; object-position: center top; }
  .field-work-copy { min-height: 0; padding: 22px; }
  .field-work-header { grid-template-columns: 28px minmax(0, 1fr); gap: 10px; margin-bottom: 18px; padding-bottom: 15px; }
  .field-work-number { font-size: 12px; }
  .field-work-meta { font-size: 12px; letter-spacing: .06em; line-height: 1.45; }
  .field-work-copy h3 { font-size: 28px; line-height: 1.1; }
  .field-work-description { margin-top: 16px; font-size: 16px; line-height: 1.62; }
  .field-work-cta { padding: 16px; gap: 13px; }
  .field-work-cta p { display: none; }
  .field-work-cta .underlined-link { width: 100%; justify-content: space-between; }
  .hero { min-height: 650px; height: auto; }
  .hero-inner { min-height: 650px; padding-top: 48px; padding-bottom: 76px; }
  .kicker { flex-wrap: wrap; gap: 8px; margin-bottom: 23px; font-size: 8px; }
  .kicker i { padding-left: 0; border-left: 0; width: 100%; }
  .hero h1 { font-size: clamp(45px, 12.8vw, 62px); }
  .hero-lead { font-size: 14px; line-height: 1.58; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 9px; }
  .button { width: 100%; }
  .hero-scroll { width: calc(100% - 32px); }
  .trust-strip { width: calc(100% - 32px); }
  .trust-strip strong { font-size: 15px; }
  .trust-strip span { font-size: 7px; }
  .section-intro h2, .areas h2, .faq h2, .why-content h2 { font-size: clamp(42px, 12vw, 58px); }
  .problem-grid a { min-height: 165px; padding: 24px; }
  .service-row { width: calc(100% - 32px); padding-top: 58px; padding-bottom: 64px; grid-template-columns: 1fr; gap: 16px; }
  .service-number { grid-column: 1; grid-row: 1; padding: 0; }
  .service-media, .service-row:nth-child(even) .service-media { grid-column: 1; grid-row: 2; height: 290px; }
  .service-content, .service-row:nth-child(even) .service-content { grid-column: 1; grid-row: 3; padding: 10px 0 0; }
  .service-content h2 { font-size: 40px; }
  .service-content ul { grid-template-columns: 1fr; }
  .industries { padding-block: 85px; }
  .industry-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .industry-grid article { min-height: 200px; border-right: 0; border-bottom: 1px solid #ffffff30 !important; }
  .industry-grid article:last-child { border-bottom: 0 !important; }
  .industry-grid h3 { margin-top: 45px; }
  .why-image { min-height: 360px; }
  .why-content { padding-inline: 16px; }
  .project-grid { grid-template-columns: 1fr; gap: 30px; }
  .project-featured { grid-column: auto; }
  .project-featured .project-image, .project-image { height: 310px; }
  .process .shell { width: calc(100% - 32px); }
  .process li { grid-template-columns: 48px 1fr; }
  .areas, .faq { width: calc(100% - 32px); }
  .coverage-grid { grid-template-columns: 1fr; }
  .coverage-grid > span { margin-right: 0; }
  .faq-list summary { padding-left: 36px; font-size: 13px; line-height: 1.35; }
  .faq-list details p { padding-left: 36px; padding-right: 15px; }
  .final-cta { min-height: 530px; }
  .final-content { padding-block: 80px; }
  .final-content h2 { font-size: clamp(47px, 13vw, 64px); }
  .final-content > a { font-size: 27px; gap: 25px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column.contact { grid-column: 1 / -1; }
  .footer-bottom { padding-block: 20px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 7px; }
}

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


/* Version 12 multi-page SEO layouts */
.page-hero { position: relative; min-height: 570px; display: grid; align-items: end; overflow: hidden; background: var(--navy-deep); color: white; }
.page-hero-media, .page-hero-overlay { position: absolute; inset: 0; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.05); }
.page-hero-overlay { background: linear-gradient(90deg, rgba(29,65,89,.97), rgba(38,79,105,.82) 56%, rgba(38,79,105,.24)), linear-gradient(0deg, rgba(36,74,100,.58), transparent 58%); }
.page-hero-content { position: relative; z-index: 2; padding-top: 76px; padding-bottom: 78px; }
.page-hero h1, .plain-hero h1 { max-width: 940px; margin: 0; font-size: clamp(50px, 6.5vw, 88px); line-height: .95; letter-spacing: -.06em; }
.page-hero-content > p:not(.kicker) { max-width: 710px; margin: 25px 0 0; color: #c2d3dd; font-size: 17px; line-height: 1.68; }
.breadcrumbs { margin-bottom: 34px; display: flex; flex-wrap: wrap; gap: 8px; color: #9bb2bf; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.breadcrumbs a:last-child { color: white; }
.content-section { padding-top: 112px; padding-bottom: 112px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; }
.content-heading h2 { margin: 0; font-size: clamp(44px, 5vw, 70px); line-height: .97; letter-spacing: -.055em; }
.content-heading h2 em { color: var(--blue); font-family: Georgia, serif; font-weight: 400; }
.prose { color: var(--muted); font-size: 15px; line-height: 1.8; }
.prose p { margin: 0 0 24px; }
.prose .lead-copy { color: var(--ink); font-size: 20px; line-height: 1.62; letter-spacing: -.015em; }
.systems-section { padding: 108px 0; background: var(--navy); color: white; }
.systems-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #ffffff29; border-left: 1px solid #ffffff29; }
.systems-grid div { min-height: 145px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid #ffffff29; border-bottom: 1px solid #ffffff29; }
.systems-grid span, .priority-grid > article > span, .consideration-grid span { color: #7795a6; font: italic 11px Georgia, serif; }
.systems-grid strong { font-size: 15px; }
.priority-section, .related-section, .listing-section { padding-top: 112px; padding-bottom: 112px; }
.priority-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.priority-grid article { min-height: 285px; padding: 28px; border-right: 1px solid var(--line); }
.priority-grid article:last-child { border-right: 0; }
.priority-grid h3 { margin: 78px 0 13px; font-size: 23px; letter-spacing: -.035em; }
.priority-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.process li div { align-self: center; }
.related-section { border-top: 1px solid var(--line); }
.related-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.related-grid a { position: relative; min-height: 190px; padding: 27px; display: flex; flex-direction: column; border-right: 1px solid var(--line); transition: background .2s; }
.related-grid a:last-child { border-right: 0; }
.related-grid a:hover { background: var(--blue-pale); }
.related-grid span { color: var(--blue); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.related-grid strong { max-width: 260px; margin-top: 58px; font-size: 18px; }
.related-grid i { position: absolute; right: 25px; bottom: 25px; color: var(--blue); font-style: normal; }
.listing-section { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; }
.service-card-grid, .project-list-grid { grid-column: 1 / -1; margin-top: 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 34px; }
.service-card-grid > a { position: relative; min-height: 440px; overflow: hidden; background: var(--navy-deep); color: white; }
.service-card-grid > a > span { position: absolute; z-index: 3; top: 25px; left: 25px; color: #c3d5dd; font: italic 11px Georgia, serif; }
.service-card-grid img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .38; transition: transform .5s; }
.service-card-grid a:hover img { transform: scale(1.035); }
.service-card-grid a > div { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 110px 30px 30px; background: linear-gradient(transparent, rgba(31,70,96,.97)); }
.service-card-grid small { color: #72c6ec; font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.service-card-grid strong { margin-top: 10px; display: block; font-size: 27px; letter-spacing: -.04em; }
.service-card-grid p { max-width: 540px; color: #b4c8d3; font-size: 12px; line-height: 1.6; }
.service-card-grid i { color: #64c2ea; font-style: normal; font-size: 10px; font-weight: 800; }
.project-list-grid a { display: block; }
.project-list-grid .project-image { height: 430px; }
.project-list-grid span { margin-top: 17px; display: block; color: var(--blue); font-size: 8px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.project-list-grid strong { margin-top: 8px; display: block; font-size: 21px; }
.project-list-grid i { margin-top: 13px; display: inline-block; color: var(--muted); font-style: normal; font-size: 10px; font-weight: 800; }
.consideration-grid { margin-top: 55px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.consideration-grid div { min-height: 82px; padding: 24px 4px; display: grid; grid-template-columns: 50px 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.consideration-grid div:nth-child(odd) { margin-right: 30px; }
.credential-band { padding: 55px 0; background: var(--blue-pale); }
.credential-band .shell { display: grid; grid-template-columns: repeat(3, 1fr); }
.credential-band div { min-height: 100px; padding: 22px 30px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #c7dce5; }
.credential-band div:last-child { border-right: 0; }
.credential-band span { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.credential-band strong { margin-top: 8px; font-size: 18px; }
.plain-hero { padding: 105px 0 95px; background: var(--navy-deep); color: white; }
.plain-hero > .shell > p:not(.section-label) { max-width: 700px; color: #b7cbd6; font-size: 16px; line-height: 1.7; }
.legal-content { max-width: 850px; padding-top: 90px; padding-bottom: 100px; }
.legal-content h2 { margin: 42px 0 12px; font-size: 28px; }
.legal-content p { color: var(--muted); font-size: 15px; line-height: 1.8; }
.legal-content a { color: var(--ink); font-weight: 800; border-bottom: 1px solid var(--blue); }
.error-page { min-height: 620px; display: grid; align-items: center; }

@media (max-width: 900px) {
  .page-hero { min-height: 620px; }
  .content-section { grid-template-columns: 1fr; gap: 35px; }
  .systems-grid { grid-template-columns: 1fr 1fr; }
  .priority-grid { grid-template-columns: 1fr; }
  .priority-grid article { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--line); }
  .priority-grid article:last-child { border-bottom: 0; }
  .priority-grid h3 { margin-top: 45px; }
  .related-grid { grid-template-columns: 1fr; }
  .related-grid a { min-height: 155px; border-right: 0; border-bottom: 1px solid var(--line); }
  .related-grid a:last-child { border-bottom: 0; }
  .related-grid strong { margin-top: 42px; }
  .listing-section { grid-template-columns: 1fr; gap: 25px; }
  .service-card-grid, .project-list-grid { grid-column: auto; }
  .credential-band .shell { grid-template-columns: 1fr; }
  .credential-band div { border-right: 0; border-bottom: 1px solid #c7dce5; }
}

@media (max-width: 620px) {
  .page-hero { min-height: 650px; }
  .page-hero-content { padding-top: 58px; padding-bottom: 60px; }
  .page-hero h1, .plain-hero h1 { font-size: clamp(44px, 13vw, 62px); }
  .page-hero-content > p:not(.kicker) { font-size: 14px; }
  .content-section, .priority-section, .related-section, .listing-section { padding-top: 78px; padding-bottom: 78px; }
  .systems-section { padding: 78px 0; }
  .systems-grid { grid-template-columns: 1fr; }
  .systems-grid div { min-height: 110px; }
  .service-card-grid, .project-list-grid { grid-template-columns: 1fr; }
  .service-card-grid > a { min-height: 400px; }
  .project-list-grid .project-image { height: 310px; }
  .consideration-grid { grid-template-columns: 1fr; }
  .consideration-grid div:nth-child(odd) { margin-right: 0; }
}

/* Version 14: search-intent pages and real repair evidence */
.problem-grid-four { grid-template-columns: repeat(4, 1fr); }
.problem-grid-four a { min-height: 275px; }
.problem-grid-four strong { font-size: 20px; }

.case-study-section {
  padding-top: 112px;
  padding-bottom: 112px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 78px;
  align-items: center;
  border-top: 1px solid var(--line);
}
.case-study-media { min-height: 620px; overflow: hidden; background: #d5dde1; }
.case-study-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.case-study-copy h2 { margin: 0; font-size: clamp(40px, 4.5vw, 62px); line-height: 1; letter-spacing: -.055em; }
.case-study-copy > p:not(.section-label) { margin: 26px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.case-study-copy dl { margin: 36px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.case-study-copy dl div { padding: 20px 12px 20px 0; border-right: 1px solid var(--line); }
.case-study-copy dl div:last-child { padding-left: 16px; border-right: 0; }
.case-study-copy dl div:nth-child(2) { padding-left: 16px; }
.case-study-copy dt { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.case-study-copy dd { margin: 8px 0 0; color: var(--ink); font-size: 20px; font-weight: 900; }

@media (max-width: 1050px) {
  .problem-grid-four { grid-template-columns: 1fr 1fr; }
  .problem-grid-four a:nth-child(2) { border-right: 0; }
  .problem-grid-four a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .case-study-section { grid-template-columns: 1fr; gap: 42px; }
  .case-study-media { min-height: 540px; }
}

@media (max-width: 620px) {
  .problem-grid-four { grid-template-columns: 1fr; }
  .problem-grid-four a { min-height: 178px; border-right: 0; border-bottom: 1px solid var(--line); }
  .problem-grid-four a:last-child { border-bottom: 0; }
  .case-study-section { width: calc(100% - 32px); padding-top: 78px; padding-bottom: 78px; gap: 32px; }
  .case-study-media { min-height: 430px; }
  .case-study-copy h2 { font-size: 42px; }
  .case-study-copy dl { grid-template-columns: 1fr; }
  .case-study-copy dl div,
  .case-study-copy dl div:nth-child(2),
  .case-study-copy dl div:last-child { padding: 16px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .case-study-copy dl div:last-child { border-bottom: 0; }
}
