:root {
  color-scheme: light;
  --navy: #08244b;
  --blue: #1767c9;
  --blue-dark: #1154a9;
  --pale: #f0f8fd;
  --border: #eaf0f6;
  --body: #363a43;
  --serif: "Times New Roman", Times, serif;
  --display: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  --sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 16px; }
body { margin: 0; color: var(--body); background: #fff; font-family: var(--sans); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-family: var(--serif); color: var(--navy); }
ul { list-style: none; padding: 0; margin: 0; }
a, button { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; border-radius: 3px; }
.skip-link { position: absolute; top: -70px; left: 16px; z-index: 30; padding: 12px 20px; background: #fff; color: var(--navy); }
.skip-link:focus { top: 12px; }
.container { width: calc(100% - 86px); max-width: 1280px; margin-inline: auto; }
.decoration { pointer-events: none; position: absolute; z-index: 0; }
.eyebrow { color: #0860ce; font-size: 15px; font-weight: 700; line-height: 22px; letter-spacing: .8px; text-transform: uppercase; }
.accent-line { width: 39px; height: 1.5px; display: block; background: #2884ef; }
.button { min-height: 35px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 9px 21px; border: 1px solid #2878cd; border-radius: 3px; color: #fff; background: linear-gradient(110deg, #1867c8, #0763c5); font-size: 15px; line-height: 22px; font-weight: 700; box-shadow: 0 3px 8px #124b8b26; transition: background-color 180ms, box-shadow 180ms, filter 180ms; }
.button img { filter: brightness(0) invert(1); }
.button:hover { filter: brightness(.92); box-shadow: 0 4px 12px #124b8b38; }
.button:active { filter: brightness(.83); }
.site-header { height: 71px; background: #fff; position: relative; z-index: 10; }
.header-inner { height: 100%; max-width: 1280px; margin-inline: auto; padding: 0 78px 0 42px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; color: var(--navy); }
.brand img { width: 42px; height: 54px; }
.brand span { font: 700 23px/1 var(--serif); white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 29px; height: 100%; }
.main-nav a { position: relative; padding: 13px 3px; font: 15px/22px var(--serif); white-space: nowrap; transition: color 180ms; }
.main-nav a::after { content: ""; position: absolute; bottom: 6px; left: 0; right: 0; height: 2px; background: var(--blue); transform: scaleX(0); transition: transform 180ms; }
.main-nav a:hover { color: var(--blue); }
.main-nav a:hover::after, .main-nav a[aria-current]::after { transform: scaleX(1); }
.menu-toggle { display: none; }
.hero { height: 406px; position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(110deg, #f8fbff, #fff 64%); }
.hero-visual { position: absolute; top: 0; right: 0; width: 59.2986%; height: 100%; z-index: -1; }
.hero-photo { width: 100%; height: 100%; object-fit: cover; }
.hero .hero-photo { object-position: center; }
.hero-video { position: absolute; inset: 0; opacity: 0; }
.hero-video.is-playing { opacity: 1; }
.hero-inner { max-width: 1280px; margin-inline: auto; height: 100%; padding-left: 65px; padding-top: 48px; position: relative; z-index: 1; }
.hero-copy { width: 340px; }
.hero .eyebrow { font-size: 15px; letter-spacing: .3px; line-height: 22px; }
h1 { position: relative; top: -1px; font-family: var(--display); font-size: 43px; line-height: 47px; letter-spacing: .2px; margin: 10px 0 13px -2px; font-weight: 700; }
h1 span { color: var(--blue); font-size: 1.047em; line-height: 1; margin-left: 2px; margin-right: 4px; }
.hero-description { margin-top: 15px; font-size: 15px; line-height: 22px; }
.hero-benefits { display: flex; align-items: center; margin-top: 17px; margin-bottom: 23px; }
.hero-benefits li { display: flex; align-items: center; gap: 8px; padding-right: 26px; margin-right: 17px; border-right: 1px solid #d8e3ef; font-size: 15px; line-height: 22px; color: #25354c; }
.hero-benefits li:last-child { border: 0; padding: 0; margin: 0; }
.hero-benefits img { flex-shrink: 0; }
.hero .button { min-width: 198px; height: 35px; padding-block: 8px; }
.hero-waves { width: 63.762%; max-width: none; height: 100%; left: 0; bottom: 0; clip-path: inset(0 36.1667% 0 0); mask-image: linear-gradient(90deg, #000 45%, transparent 64%); }
.services { height: 318px; padding-top: 23px; background: linear-gradient(120deg, #fff, #fcfdff); }
.section-heading { text-align: center; }
.section-heading h2 { font-size: 23px; line-height: 28px; margin-top: 3px; font-weight: 700; }
.section-heading .accent-line { margin: 6px auto 0; width: 41px; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; padding-right: 11px; margin-top: 12px; }
.service-card { height: 213px; border: 1px solid var(--border); border-radius: 8px; padding: 14px 10px 15px; text-align: center; background: #fff; box-shadow: 0 0 4px #08244b03; transition: border-color 180ms, box-shadow 180ms; }
.service-card:hover { border-color: #bcd7f0; box-shadow: 0 5px 15px #08244b08; }
.icon-circle { width: 53px; height: 53px; margin-inline: auto; border-radius: 50%; background: #edf4fd; display: grid; place-items: center; }
.service-card h3 { font-size: 15px; line-height: 22px; margin-top: 12px; min-height: 34px; }
.service-card p { font-size: 15px; line-height: 22px; margin-top: 9px; }
.about { height: 250px; position: relative; isolation: isolate; overflow: hidden; background: #fcfdff; }
.about-inner { height: 100%; width: calc(100% - 86px); max-width: 1280px; margin-inline: auto; display: grid; grid-template-columns: 46.759% 1fr; gap: 30px; position: relative; z-index: 1; }
.about-photo { width: 100%; height: 250px; object-fit: cover; }
.about-copy { padding-top: 26px; max-width: 345px; }
.about-copy .eyebrow { font-size: 15px; letter-spacing: .7px; }
.about h2 { font-size: 20px; line-height: 24px; margin-top: 6px; white-space: nowrap; }
.about .accent-line { margin-top: 9px; width: 30px; }
.about-copy > p:not(.eyebrow) { font-size: 15px; line-height: 22px; margin-top: 13px; }
.check-list { margin-top: 9px; display: grid; gap: 5px; }
.check-list li { display: flex; align-items: flex-start; gap: 6px; font-size: 15px; line-height: 22px; }
.check-list img { margin-top: 1px; flex-shrink: 0; }
.about-waves { right: -24px; bottom: 0; width: 200px; height: 225px; max-width: none; }
.projects { height: 263px; padding-top: 16px; background: #fff; }
.projects .eyebrow { font-size: 15px; line-height: 22px; letter-spacing: .7px; }
.projects h2 { font-size: 20px; line-height: 25px; margin-top: 2px; }
.projects .accent-line { width: 31px; margin-top: 3px; }
.project-grid { width: calc(100% - 74px); padding-right: 17px; display: grid; grid-template-columns: 264fr 268fr 286fr; gap: 16px; margin-top: 6.5px; }
.project-card { height: 186px; border: 1px solid var(--border); border-radius: 7px; overflow: hidden; background: #fff; transition: box-shadow 180ms; }
.project-card:last-child { margin-left: 4px; }
.project-card:hover { box-shadow: 0 5px 18px #08244b0d; }
.project-photo { width: 100%; height: 118px; object-fit: cover; }
.project-copy { padding: 8px 6px; text-align: center; }
.project-copy h3 { font-size: 15px; line-height: 22px; }
.project-copy p { font-size: 15px; line-height: 22px; margin-top: 4px; color: #38455c; }
.closing { position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(115deg, #f1f9fd, #f5faff 60%, #eef7ff); }
.service-area { height: 161px; }
.area-inner { width: calc(100% - 78px); padding-right: 25px; display: grid; grid-template-columns: 132px 308px 1fr; align-items: center; gap: 15px; height: 100%; }
.area-map { width: 132px; height: 132px; align-self: start; margin-top: 8px; }
.area-copy .eyebrow { font-size: 15px; line-height: 22px; }
.area-copy h2 { font-size: 18.5px; line-height: 23px; margin-top: 5px; white-space: nowrap; }
.area-copy .accent-line { width: 28px; margin-top: 10px; }
.area-copy > p:last-child { font-size: 15px; line-height: 22px; margin-top: 12px; color: #314765; max-width: 297px; }
.client-grid { border-left: 1px solid #cdddF0; padding-left: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 16px; }
.client-grid li { display: flex; gap: 11px; align-items: flex-start; }
.client-grid img { flex-shrink: 0; margin-top: 1px; }
.client-grid h3 { font-family: var(--sans); font-size: 15px; line-height: 22px; color: #194c90; }
.client-grid p { font-size: 15px; line-height: 22px; margin-top: 2px; white-space: nowrap; color: #314765; }
.contact { padding: 1px 77px 0; position: relative; z-index: 1; }
.contact-panel { max-width: 1160px; min-height: 172px; margin-inline: auto; display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 16px 58px; border: 2px solid #fff; border-radius: 8px; background: linear-gradient(105deg, #e4f0fc, #f8fbff 67%, #fff); box-shadow: 0 4px 16px #27527c08; }
.contact h2 { font-size: 21px; line-height: 25px; }
.contact .accent-line { width: 29px; margin-top: 6px; }
.contact-intro p { font-size: 15px; line-height: 22px; margin-top: 8px; }
.contact .button { margin-top: 10px; min-width: 220px; min-height: 33px; padding-block: 7px; }
.contact-details { padding-left: 28px; border-left: 1px solid #d3e4f4; color: #263d5a; }
.contact-details h3 { font-size: 16px; line-height: 22px; }
.contact-phone { display: flex; align-items: center; gap: 8px; font-size: 17px; font-weight: 700; color: var(--blue); margin-top: 8px; }
.contact-phone:hover { text-decoration: underline; text-underline-offset: 3px; }
.contact-details address { font-style: normal; font-size: 15px; line-height: 22px; margin-top: 6px; }
.contact-details p { font-size: 15px; line-height: 22px; margin-top: 6px; }
.contact-details strong { font-weight: 600; margin-right: 5px; }
.site-footer { padding: 10px 20px 9px; text-align: center; color: #48576e; position: relative; z-index: 1; }
.site-footer small { font-size: 15px; line-height: 22px; display: block; }
.footer-waves { width: 100%; max-width: none; height: 364px; bottom: 0; left: 0; z-index: -1; }
@media (min-width: 1100px) {
  .header-inner { padding-inline: 32px; }
  .hero { height: clamp(440px, 43.15vw, 600px); }
  .hero-inner { padding-left: 48px; padding-top: clamp(55px, 6vw, 90px); }
  .hero-copy { width: 500px; }
  h1 { font-size: clamp(48px, 4.6vw, 62px); line-height: 1.08; }
  .hero-description { font-size: 15px; line-height: 22px; }
  .hero-benefits li { font-size: 15px; line-height: 22px; }
  .hero-benefits { margin-top: 23px; }
  .hero .eyebrow { font-size: 15px; }
  .button { font-size: 15px; min-height: 42px; }
  .services { height: auto; padding-block: 34px 30px; }
  .service-grid { margin-top: 20px; padding-right: 0; gap: 20px; }
  .service-card { height: 252px; padding-top: 20px; }
  .service-card h3 { font-size: 18px; line-height: 22px; min-height: 42px; }
  .service-card p { font-size: 15px; line-height: 22px; }
  .about, .about-photo { height: 320px; }
  .about-copy { max-width: 480px; padding-top: 36px; padding-right: 24px; }
  .about h2 { font-size: 26px; line-height: 32px; }
  .about-copy > p:not(.eyebrow), .check-list li { font-size: 15px; line-height: 22px; }
  .about .eyebrow { font-size: 15px; }
  .projects { height: auto; padding-block: 25px; }
  .project-grid { margin-top: 17px; padding-right: 0; gap: 22px; }
  .project-card { height: auto; }
  .project-card:last-child { margin-left: 0; }
  .project-photo { height: auto; aspect-ratio: 2.27; }
  .project-copy { padding-block: 13px; }
  .project-copy h3 { font-size: 16px; line-height: 22px; }
  .project-copy p { font-size: 15px; line-height: 22px; }
  .service-area { height: 210px; }
  .area-inner { grid-template-columns: 155px minmax(340px, 1fr) 1.2fr; gap: 24px; padding-right: 0; }
  .area-map { width: 155px; height: 155px; align-self: center; margin: 0; }
  .area-copy h2 { font-size: 24px; }
  .area-copy > p:last-child { font-size: 15px; line-height: 22px; max-width: 370px; }
  .client-grid h3, .client-grid p { font-size: 15px; line-height: 22px; }
  .contact-panel { min-height: 200px; padding-inline: 70px; }
  .contact h2 { font-size: 28px; line-height: 32px; }
  .contact-intro p, .contact-details p, .contact-details address { font-size: 15px; line-height: 22px; }
  .contact-details h3 { font-size: 20px; }
  .contact-phone { font-size: 21px; }
  .site-footer { padding-block: 16px; }
  .site-footer small { font-size: 15px; }
}
@media (max-width: 899px) {
  .header-inner { padding-inline: 28px; }
  .menu-toggle { width: 44px; height: 44px; flex-shrink: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; border: 1px solid #d6e5f5; border-radius: 5px; background: #f6faff; cursor: pointer; }
  .menu-toggle span { width: 20px; height: 1.5px; background: var(--navy); transition: transform 180ms, opacity 180ms; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  .main-nav { display: none; position: absolute; top: 70px; left: 20px; right: 20px; height: auto; padding: 10px; border: 1px solid #dbe8f6; border-radius: 8px; background: #fff; box-shadow: 0 12px 30px #08244b1a; }
  .main-nav.is-open { display: grid; gap: 0; }
  .main-nav a { font-family: var(--sans); font-size: 15px; padding: 13px 16px; }
  .main-nav a::after { left: 16px; right: auto; width: 32px; }
  .hero-inner { padding-left: 40px; }
  .hero-visual { width: 65%; }
  .services { height: auto; padding: 30px 0; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-right: 0; gap: 18px; margin-top: 20px; }
  .service-card { height: auto; min-height: 230px; padding: 20px; }
  .service-card h3 { font-size: 18px; line-height: 22px; min-height: 44px; }
  .service-card p { font-size: 15px; line-height: 22px; }
  .about, .about-photo { height: 300px; }
  .about-inner { grid-template-columns: 43% 1fr; gap: 20px; }
  .about-photo { object-position: 44% center; }
  .about-copy { max-width: none; padding: 26px 24px 20px 0; }
  .about h2 { white-space: normal; font-size: 23px; line-height: 25px; }
  .about-copy > p:not(.eyebrow), .check-list li { font-size: 15px; line-height: 22px; }
  .projects { height: auto; padding: 25px 0; }
  .project-grid { padding-right: 0; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .project-card { height: auto; }
  .project-card:last-child { margin-left: 0; }
  .project-copy { padding: 10px 8px 14px; }
  .project-copy h3 { font-size: 15px; line-height: 22px; }
  .project-copy p { font-size: 15px; line-height: 22px; }
  .project-copy .desktop-break { display: none; }
  .service-area { height: auto; padding: 24px 0; }
  .area-inner { grid-template-columns: 132px 1fr; gap: 20px; padding-right: 0; }
  .area-map { margin-top: 0; }
  .area-copy h2 { font-size: 24px; white-space: normal; line-height: 27px; }
  .area-copy > p:last-child { max-width: none; font-size: 15px; line-height: 22px; }
  .client-grid { grid-column: 1 / -1; border-left: 0; border-top: 1px solid #cdddf0; padding: 20px 0 0; }
  .client-grid h3, .client-grid p { font-size: 15px; line-height: 22px; }
  .contact { padding: 6px 38px 0; }
  .contact-panel { padding: 24px; gap: 20px; }
  .contact-intro p, .contact-details p, .contact-details address { font-size: 15px; line-height: 22px; }
  .contact-intro .desktop-break { display: none; }
  .contact-details { flex-shrink: 0; padding-left: 20px; }
  .site-footer small { font-size: 15px; line-height: 22px; }
  .site-footer { padding-block: 16px; }
}
@media (max-width: 767px) {
  html { scroll-padding-top: 12px; }
  .container { width: calc(100% - 40px); }
  .header-inner { padding-inline: 20px; gap: 10px; }
  .brand { gap: 7px; }
  .brand img { width: 34px; height: 44px; }
  .brand span { font-size: clamp(18px, 5.2vw, 23px); }
  .hero { height: auto; display: flex; flex-direction: column; }
  .hero-inner { order: 0; padding: 35px 20px 26px; width: 100%; }
  .hero-copy { width: 100%; }
  .hero .eyebrow { font-size: 15px; letter-spacing: 1px; }
  h1 { font-size: clamp(38px, 10.8vw, 58px); line-height: 1.1; margin-top: 14px; margin-bottom: 17px; }
  .hero-description { font-size: 16px; line-height: 24px; margin-top: 18px; max-width: 480px; }
  .desktop-break { display: none; }
  .hero-benefits { margin-block: 22px; justify-content: flex-start; }
  .hero-benefits li { font-size: 15px; line-height: 22px; gap: 7px; padding-right: 12px; margin-right: 12px; }
  .hero-benefits img { width: 23px; height: 23px; }
  .button { min-height: 46px; padding: 12px 23px; font-size: 15px; }
  .hero-visual { order: 1; z-index: 0; position: relative; width: 100%; height: auto; aspect-ratio: 558 / 330; }
  .hero-photo { object-position: center 43%; }
  .hero-waves { left: -170px; bottom: 205px; width: 550px; height: 406px; opacity: .45; clip-path: none; }
  .hero .button { height: auto; min-height: 46px; }
  .services { padding-block: 33px 32px; }
  .section-heading { padding-inline: 20px; }
  .eyebrow { font-size: 15px; line-height: 22px; }
  .section-heading h2 { font-size: 29px; line-height: 32px; margin-top: 6px; }
  .section-heading .accent-line { margin-top: 12px; }
  .service-grid { grid-template-columns: 1fr; gap: 16px; margin-top: 24px; }
  .service-card { padding: 24px; min-height: 0; }
  .icon-circle { width: 60px; height: 60px; }
  .service-card h3 { font-size: 23px; line-height: 26px; min-height: 0; margin-top: 15px; }
  .service-card p { font-size: 16px; line-height: 24px; margin: 14px auto 0; max-width: 310px; }
  .about { height: auto; }
  .about-inner { width: 100%; display: flex; flex-direction: column; gap: 0; }
  .about-photo { height: auto; width: 100%; aspect-ratio: 440 / 250; object-fit: cover; }
  .about-copy { padding: 26px 20px 32px; }
  .about-copy .eyebrow { font-size: 15px; line-height: 22px; }
  .about h2 { font-size: 29px; line-height: 32px; margin-top: 8px; }
  .about .accent-line { margin-top: 12px; }
  .about-copy > p:not(.eyebrow), .check-list li { font-size: 16px; line-height: 24px; }
  .about-copy > p:not(.eyebrow) { margin-top: 18px; }
  .check-list { margin-top: 16px; gap: 12px; }
  .check-list img { width: 19px; height: 19px; margin-top: 3px; }
  .check-list li { gap: 8px; }
  .about-waves { opacity: .5; }
  .projects { padding-block: 32px; }
  .projects .eyebrow { font-size: 15px; line-height: 22px; }
  .projects h2 { font-size: 29px; line-height: 32px; }
  .project-grid { grid-template-columns: 1fr; gap: 20px; margin-top: 24px; }
  .project-photo { height: auto; aspect-ratio: 2.27; }
  .project-copy { padding: 18px 16px 20px; }
  .project-copy h3 { font-size: 21px; line-height: 26px; }
  .project-copy p { font-size: 16px; line-height: 24px; margin-top: 8px; }
  .service-area { padding-block: 28px; }
  .area-inner { grid-template-columns: 1fr; gap: 20px; }
  .area-map { width: 136px; height: 136px; justify-self: center; }
  .area-copy .eyebrow { font-size: 15px; line-height: 22px; }
  .area-copy h2 { font-size: 29px; line-height: 32px; margin-top: 8px; }
  .area-copy > p:last-child { font-size: 16px; line-height: 24px; margin-top: 16px; }
  .client-grid { grid-column: auto; grid-template-columns: 1fr; gap: 20px; padding-top: 24px; }
  .client-grid li { gap: 16px; }
  .client-grid img { width: 34px; height: 34px; margin-top: 3px; }
  .client-grid h3 { font-size: 16px; line-height: 22px; }
  .client-grid p { font-size: 16px; line-height: 24px; white-space: normal; margin-top: 4px; }
  .client-grid br { display: none; }
  .contact { padding: 0 20px; }
  .contact-panel { flex-direction: column; align-items: stretch; gap: 24px; padding: 25px 22px; }
  .contact h2 { font-size: 28px; line-height: 31px; }
  .contact-intro p { font-size: 16px; line-height: 24px; margin-top: 16px; }
  .contact .button { width: 100%; min-width: 0; min-height: 46px; margin-top: 20px; }
  .contact-details { padding: 22px 0 0; border-left: 0; border-top: 1px solid #d3e4f4; }
  .contact-details h3 { font-size: 23px; line-height: 28px; }
  .contact-phone { font-size: 23px; line-height: 30px; min-height: 44px; margin-top: 7px; }
  .contact-details address, .contact-details p { font-size: 16px; line-height: 25px; }
  .contact-details p { margin-top: 14px; }
  .site-footer { padding: 20px; }
  .site-footer small { font-size: 15px; line-height: 22px; }
  .footer-waves { width: 1200px; height: 500px; left: -460px; bottom: 0; }
}
/* Readable type scale: 15px minimum, with content-driven section heights. */
body { font-size: 16px; }
.desktop-break, .client-grid br { display: none; }
.header-inner { padding-inline: 32px; gap: 20px; }
.main-nav { gap: 16px; }
.hero { height: auto; min-height: 490px; }
.hero-inner { padding-block: 44px; }
.hero-copy { width: 440px; max-width: 100%; }
.hero-description { font-size: 16px; line-height: 25px; }
.hero-benefits { flex-wrap: wrap; gap: 14px 0; }
.hero-benefits li { padding-right: 14px; margin-right: 14px; line-height: 22px; }
.hero .button, .button, .contact .button { height: auto; min-height: 46px; font-size: 16px; line-height: 22px; padding-block: 11px; }
.services { height: auto; padding-block: 32px; }
.section-heading h2 { font-size: 25px; line-height: 31px; }
.service-grid { margin-top: 22px; }
.service-card { height: auto; min-height: 290px; padding: 22px 14px; }
.service-card h3 { font-size: 18px; line-height: 23px; min-height: 46px; }
.service-card p { line-height: 23px; }
.about { height: auto; }
.about-inner { height: auto; align-items: stretch; }
.about-photo { height: 100%; min-height: 350px; }
.about-copy { max-width: none; min-width: 0; padding: 30px 35px 30px 0; }
.about h2 { font-size: 24px; line-height: 29px; white-space: normal; }
.about-copy > p:not(.eyebrow), .check-list li { line-height: 23px; }
.check-list { gap: 10px; margin-top: 14px; }
.check-list img { width: 18px; height: 18px; margin-top: 3px; }
.projects { height: auto; padding-block: 28px; }
.projects h2 { font-size: 24px; line-height: 30px; }
.project-grid { margin-top: 20px; }
.project-card { height: auto; }
.project-copy { padding: 15px 12px 18px; }
.project-copy h3 { font-size: 18px; line-height: 23px; }
.project-copy p { line-height: 23px; margin-top: 8px; }
.service-area { height: auto; padding-block: 30px; }
.area-inner { grid-template-columns: 132px minmax(0, 1fr); gap: 24px; height: auto; padding-right: 0; }
.area-copy h2 { font-size: 23px; line-height: 29px; white-space: normal; }
.area-copy > p:last-child { max-width: none; line-height: 23px; }
.client-grid { grid-column: 1 / -1; border-left: 0; border-top: 1px solid #cdddf0; padding: 24px 0 0; gap: 24px; }
.client-grid li { min-width: 0; }
.client-grid h3 { font-size: 16px; line-height: 23px; }
.client-grid p { white-space: normal; line-height: 23px; }
.contact { padding-inline: 43px; }
.contact-panel { padding: 28px 32px; gap: 28px; }
.contact-intro { flex: 1; min-width: 0; }
.contact h2 { font-size: 25px; line-height: 31px; }
.contact-intro p, .contact-details address, .contact-details p { line-height: 23px; }
.contact-details { flex: 0 1 300px; min-width: 0; }
.contact-details h3 { font-size: 20px; line-height: 26px; }
.contact-phone { font-size: 21px; line-height: 28px; }
.site-footer { padding-block: 18px; }
.site-footer small { font-size: 15px; line-height: 22px; }
@media (min-width: 1100px) {
  .hero { min-height: 540px; }
  .hero-copy { width: 500px; }
  .hero-inner { padding-block: 64px; }
  .section-heading h2, .projects h2 { font-size: 27px; line-height: 33px; }
  .service-card h3 { font-size: 20px; line-height: 25px; min-height: 50px; }
  .about h2 { font-size: 28px; line-height: 34px; }
  .contact h2 { font-size: 30px; line-height: 36px; }
  .contact-details h3 { font-size: 22px; line-height: 28px; }
  .area-inner { grid-template-columns: 150px minmax(0, 1fr) minmax(0, 1.2fr); }
  .area-copy h2 { font-size: 26px; line-height: 32px; }
  .client-grid { grid-column: auto; border-top: 0; border-left: 1px solid #cdddf0; padding: 0 0 0 24px; gap: 22px 18px; }
}
@media (max-width: 899px) {
  .about-copy { padding-right: 24px; }
}
@media (max-width: 767px) {
  .header-inner { padding-inline: 20px; gap: 10px; }
  .hero { min-height: 0; }
  .hero-inner { padding: 35px 20px 28px; }
  .hero-copy { width: 100%; }
  .hero-benefits { gap: 14px 0; }
  .hero-benefits li { gap: 6px; padding-right: 9px; margin-right: 9px; }
  .hero-benefits img { width: 20px; height: 20px; }
  .section-heading h2, .projects h2, .about h2, .area-copy h2 { font-size: 30px; line-height: 35px; }
  .service-card { min-height: 0; padding: 24px; }
  .service-card h3 { font-size: 24px; line-height: 28px; min-height: 0; }
  .service-card p, .project-copy p { line-height: 25px; }
  .about-photo { min-height: 0; height: auto; }
  .about-copy { padding: 26px 20px 32px; }
  .about-copy > p:not(.eyebrow), .check-list li { line-height: 25px; }
  .project-copy { padding: 18px 16px 20px; }
  .project-copy h3 { font-size: 23px; line-height: 28px; }
  .area-inner { grid-template-columns: 1fr; gap: 20px; }
  .area-copy > p:last-child, .client-grid p { line-height: 25px; }
  .client-grid { grid-column: auto; }
  .contact { padding-inline: 20px; }
  .contact-panel { padding: 25px 22px; }
  .contact h2 { font-size: 30px; line-height: 35px; }
  .contact-intro p, .contact-details address, .contact-details p { line-height: 25px; }
  .contact-details { flex: auto; }
  .contact-details h3 { font-size: 24px; line-height: 29px; }
  .contact-phone { font-size: 24px; line-height: 31px; }
}
.additional-services { padding: 8px 0 40px; }
.additional-panel { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 40px; align-items: center; padding: 40px; border: 1px solid #deebf7; border-radius: 10px; background: linear-gradient(115deg, #edf6ff, #f7fbff); }
.additional-intro, .additional-list { position: relative; z-index: 1; min-width: 0; }
.additional-intro h2 { font-size: 30px; line-height: 36px; margin-top: 8px; }
.additional-intro .accent-line { margin-top: 14px; }
.additional-intro > p:last-child { font-size: 16px; line-height: 24px; margin-top: 18px; max-width: 360px; }
.additional-list { display: grid; gap: 20px; }
.additional-list li { display: flex; align-items: center; gap: 18px; }
.additional-list li + li { border-top: 1px solid #dce9f5; padding-top: 20px; }
.additional-icon { display: grid; place-items: center; width: 64px; height: 64px; flex: 0 0 64px; border: 1px solid #dfebf7; border-radius: 50%; background: #fafdff; }
.additional-list h3 { font-size: 20px; line-height: 26px; }
.additional-list p { font-size: 16px; line-height: 24px; margin-top: 4px; }
.additional-wave { left: 0; bottom: -50px; width: 250px; height: 270px; opacity: .55; transform: rotate(90deg); }
.faq { padding-block: 8px 36px; position: relative; z-index: 1; }
.faq-panel { padding: 40px; background: #fff; border: 1px solid var(--border); border-radius: 10px; box-shadow: 0 4px 18px #27527c05; }
.faq-heading { text-align: center; }
.faq-heading h2 { font-size: 30px; line-height: 36px; margin-top: 8px; }
.faq-heading .accent-line { margin: 14px auto; }
.faq-heading > p:last-child { font-size: 16px; line-height: 24px; }
.faq-list { margin-top: 28px; }
.faq-list details { border-top: 1px solid #e1eaf3; }
.faq-list details:last-child { border-bottom: 1px solid #e1eaf3; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 56px; padding: 16px 12px; list-style: none; color: var(--navy); font: 600 18px/26px var(--sans); cursor: pointer; transition: background-color 180ms, color 180ms; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { background: #f1f7fd; }
.faq-list summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; }
.faq-indicator { flex: 0 0 22px; width: 22px; height: 22px; fill: none; stroke: var(--blue); stroke-width: 1.6; stroke-linecap: round; }
.faq-plus { opacity: 1; transition: opacity 180ms; }
.faq-list details[open] .faq-plus { opacity: 0; }
.faq-answer { padding: 0 54px 20px 12px; }
.faq-answer p { font-size: 16px; line-height: 24px; }
.faq-answer a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 899px) {
  .additional-panel { grid-template-columns: minmax(0, 1fr); gap: 28px; padding: 24px; }
  .additional-intro > p:last-child { max-width: none; }
  .additional-intro h2, .faq-heading h2 { font-size: 28px; line-height: 34px; }
  .additional-list h3 { font-size: 19px; line-height: 25px; }
  .faq-panel { padding: 24px; }
}
@media (max-width: 767px) {
  .additional-services { padding-bottom: 32px; }
  .additional-list li { gap: 14px; }
  .faq { padding-block: 4px 28px; }
  .faq-list summary { padding-inline: 0; gap: 14px; }
  .faq-answer { padding-left: 0; padding-right: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media (width > 2000px) {
  .hero { height: 700px; min-height: 700px; }
  .hero-inner { display: flex; align-items: center; padding-block: 0; }
}

/* Fade the entire media layer into the actual hero background, without a painted seam. */
.hero-visual {
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, transparent 3%, rgb(0 0 0 / .08) 12%, rgb(0 0 0 / .32) 23%, rgb(0 0 0 / .72) 36%, #000 50%);
  mask-image: linear-gradient(90deg, transparent 0%, transparent 3%, rgb(0 0 0 / .08) 12%, rgb(0 0 0 / .32) 23%, rgb(0 0 0 / .72) 36%, #000 50%);
}
@media (max-width: 767px) {
  .hero-visual {
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgb(0 0 0 / .08) 4%, rgb(0 0 0 / .4) 11%, rgb(0 0 0 / .85) 20%, #000 28%);
    mask-image: linear-gradient(180deg, transparent 0%, rgb(0 0 0 / .08) 4%, rgb(0 0 0 / .4) 11%, rgb(0 0 0 / .85) 20%, #000 28%);
  }
}

.home-service-link { display: inline-block; margin-top: 18px; color: var(--blue); font-size: 15px; font-weight: 700; }
.home-service-link:hover { text-decoration: underline; }

.services-nav { position: relative; }
.services-nav-heading { display: flex; align-items: center; }
.services-nav-toggle { display: grid; place-items: center; width: 32px; min-height: 44px; padding: 0; border: 0; background: transparent; color: var(--navy); cursor: pointer; }
.services-nav-toggle svg { transition: transform 180ms; }
.services-nav-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.services-submenu { position: absolute; top: 100%; left: -16px; width: 310px; padding: 10px; background: #fff; border: 1px solid #dbe8f6; border-radius: 8px; box-shadow: 0 12px 30px #08244b1a; z-index: 20; }
.services-submenu[hidden] { display: none; }
.main-nav .services-submenu a { display: block; white-space: normal; padding: 12px 14px; font: 15px/22px var(--sans); border-radius: 4px; }
.main-nav .services-submenu a::after { display: none; }
.main-nav .services-submenu a:hover, .main-nav .services-submenu a:focus-visible { background: #eff7ff; color: var(--blue); }
@media(max-width: 899px) {
  .main-nav { max-height: calc(100dvh - 90px); overflow-y: auto; }
  .services-nav-heading { justify-content: space-between; }
  .services-nav-heading > a { flex: 1; }
  .services-nav-toggle { width: 44px; }
  .services-submenu { position: static; width: auto; margin: 0 6px 10px 16px; padding: 4px; border: 0; border-left: 2px solid #cce1f8; border-radius: 0; box-shadow: none; background: #f6faff; }
}
