:root {
  --ink:#13283b;
  --blue:#175778;
  --sky:#9ec8d2;
  --cream:#f3eee4;
  --paper:#fffdf8;
  --orange:#e16942;
  --muted:#64707a;
  --line:rgba(19,40,59,.16)
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth
}

body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility
}

img {
  max-width:100%
}

a {
  color:inherit;
  text-decoration:none
}

button,input {
  font:inherit
}

.section {
  padding:110px max(6vw,24px)
}

.nav-shell {
  height:86px;
  display:flex;
  align-items:center;
  gap:42px;
  padding:0 max(5vw,24px);
  position:fixed;
  inset:0 0 auto;
  z-index:50;
  width:100%;
  color:#84100D;
  background:#fff;
  box-shadow:0 2px 14px #13283b18
}

.brand {
  display:flex;
  align-items:center;
  height:78px;
  flex:0 0 auto
}

.brand img {
  display:block;
  width:auto;
  height:72px;
  object-fit:contain
}

.paint-mark {
  display:inline-flex;
  gap:2px;
  transform:rotate(-7deg)
}

.paint-mark i {
  display:block;
  width:7px;
  height:28px;
  border-radius:100% 20%;
  background:var(--orange);
  transform:rotate(13deg)
}

.paint-mark i:nth-child(2) {
  height:35px;
  background:#f2b84b
}

.paint-mark i:nth-child(3) {
  height:25px;
  background:var(--sky)
}

nav {
  display:flex;
  gap:30px;
  margin-left:auto;
  font-size:13px;
  font-weight:700
}

nav a {
  color:#84100D;
  transition:color .2s ease
}

nav a:hover,nav a:focus-visible {
  color:#556616
}

.nav-cta {
  border:1px solid #84100D;
  padding:13px 18px;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:#84100D;
  transition:color .2s ease,border-color .2s ease
}

.nav-cta:hover,.nav-cta:focus-visible {
  color:#556616;
  border-color:#556616
}

.nav-cta span,.button span {
  margin-left:14px
}

.menu {
  display:none;
  background:none;
  border:0;
  color:#84100D;
  font-size:23px
}

.hero {
  min-height:760px;
  background:var(--ink);
  color:white;
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:54% 46%;
  padding-top:86px
}

.hero-inner {
  align-self:center;
  padding:55px 7vw;
  z-index:2
}

.eyebrow {
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:800;
  display:flex;
  align-items:center;
  gap:10px
}

.eyebrow span {
  width:25px;
  height:2px;
  background:var(--orange)
}

h1,h2 {
  font-family:Georgia,'Times New Roman',serif;
  margin:0;
  font-weight:400;
  letter-spacing:-.035em
}

h1 {
  font-size:clamp(58px,7vw,108px);
  line-height:.88;
  max-width:760px
}

h1 em {
  color:#a9ced6;
  font-weight:400
}

.hero-copy {
  font-size:17px;
  line-height:1.7;
  color:#d7e0e6;
  max-width:520px;
  margin:34px 0
}

.hero-actions {
  display:flex;
  align-items:center;
  gap:30px
}

.button {
  display:inline-block;
  padding:17px 22px;
  text-transform:uppercase;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em
}

.primary {
  background:var(--orange)
}

.text-link {
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.1em;
  border-bottom:1px solid currentColor;
  padding-bottom:5px
}

.text-link span {
  margin-left:10px
}

.trust-row {
  display:flex;
  gap:14px;
  align-items:center;
  margin-top:50px
}

.avatars {
  display:flex
}

.avatars span {
  display:grid;
  place-items:center;
  width:35px;
  height:35px;
  margin-left:-6px;
  border:2px solid var(--ink);
  border-radius:50%;
  background:#d4b291;
  color:var(--ink);
  font:700 11px Georgia
}

.avatars span:nth-child(2) {
  background:#b5c5c7
}

.avatars span:nth-child(3) {
  background:#e6be94
}

.trust-row b {
  display:block;
  color:#f1bf4d;
  letter-spacing:2px;
  font-size:11px
}

.trust-row small {
  font-size:10px;
  color:#adbcc7
}

.hero-photo {
  position:relative;
  min-height:674px;
  overflow:hidden
}

.hero-photo img {
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.82)
}

.hero-photo:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,#13283b38,transparent)
}

.quality-stamp {
  position:absolute;
  z-index:2;
  right:28px;
  bottom:28px;
  width:110px;
  height:110px;
  border:1px solid #ffffffbf;
  border-radius:50%;
  display:grid;
  place-content:center;
  text-align:center;
  font-size:8px;
  line-height:2;
  letter-spacing:.14em
}

.quality-stamp strong {
  font-size:11px
}

.swirl {
  position:absolute;
  border:38px solid #31677e52;
  border-right-color:transparent;
  border-radius:50%;
  width:430px;
  height:240px;
  transform:rotate(-25deg);
  left:-140px;
  bottom:-60px
}

.swirl-two {
  width:290px;
  height:120px;
  left:350px;
  bottom:-70px;
  border-color:#e1694226;
  border-right-color:transparent
}

.section-label {
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:10px;
  font-weight:900;
  color:var(--orange)
}

.about {
  display:grid;
  grid-template-columns:1fr 2fr 1.25fr;
  gap:7vw;
  background:var(--cream)
}

.kicker {
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:var(--blue);
  font-weight:800
}

.about h2,.section-head h2,.review-intro h2 {
  font-size:clamp(42px,5vw,72px);
  line-height:1
}

.about h2 span,.section-head h2 span,.review-intro h2 span {
  font-style:italic;
  color:var(--blue)
}

.about-copy>p:not(.kicker) {
  line-height:1.8;
  color:var(--muted);
  max-width:590px;
  margin:28px 0
}

.text-link.dark {
  color:var(--ink)
}

.numbers {
  border-left:1px solid var(--line);
  padding-left:4vw;
  display:flex;
  flex-direction:column;
  justify-content:center
}

.numbers div {
  padding:19px 0;
  border-bottom:1px solid var(--line)
}

.numbers strong {
  font:400 42px Georgia;
  display:block
}

.numbers span {
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:var(--muted)
}

.services {
  background:var(--paper)
}

.section-head {
  display:flex;
  justify-content:space-between;
  align-items:end;
  margin-bottom:55px;
  gap:40px
}

.section-head>p {
  max-width:430px;
  line-height:1.7;
  color:var(--muted)
}

.section-head h2 {
  margin-top:16px
}

.service-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid var(--line)
}

.service-grid article {
  padding:28px 28px 35px 0;
  border-right:1px solid var(--line);
  margin-right:28px;
  position:relative
}

.service-grid article:last-child {
  border-right:0
}

.service-number {
  font:italic 13px Georgia;
  color:var(--orange)
}

.service-icon {
  font-size:40px;
  margin:55px 0 30px;
  color:var(--blue)
}

.service-grid h3,.project-copy h3 {
  font:400 23px Georgia;
  margin:0
}

.service-grid p {
  color:var(--muted);
  line-height:1.75;
  font-size:14px;
  min-height:100px
}

.service-grid a {
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-weight:900
}

.additional-services-link {
  display:block;
  width:max-content;
  margin:48px auto 0;
  padding-bottom:6px;
  border-bottom:1px solid currentColor;
  font-size:13px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase
}

.additional-services {
  display:grid;
  grid-template-columns:minmax(280px,.8fr) minmax(420px,1.2fr);
  gap:8vw;
  background:var(--cream);
  scroll-margin-top:24px
}

.additional-services-heading h2 {
  font-size:clamp(42px,5vw,68px);
  line-height:1;
  margin-top:16px
}

.additional-services-heading h2 span {
  font-style:italic;
  color:var(--blue)
}

.additional-services-list {
  list-style:disc;
  margin:0;
  padding-left:24px;
  border-top:1px solid var(--line)
}

.additional-services-list li {
  padding:27px 0 27px 8px;
  border-bottom:1px solid var(--line);
  color:var(--orange)
}

.additional-services-list h3 {
  margin:0 0 9px;
  color:var(--ink);
  font:400 23px Georgia
}

.additional-services-list p {
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.7
}

.projects {
  background:var(--ink);
  color:white
}

.section-head.light .section-label {
  color:#efb763
}

.section-head.light h2 span {
  color:var(--sky)
}

.section-head.light>p {
  color:#b5c2ca
}

.project-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px
}

.project-card {
  background:#fff;
  color:var(--ink)
}

.compare {
  height:340px;
  position:relative;
  overflow:hidden;
  --position:52%
}

.compare>img,.after-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block
}

.after-image {
  position:absolute;
  inset:0;
  clip-path:inset(0 calc(100% - var(--position)) 0 0)
}

.divider {
  position:absolute;
  top:0;
  bottom:0;
  left:var(--position);
  width:2px;
  background:white;
  transform:translateX(-1px);
  pointer-events:none
}

.divider span {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:37px;
  height:37px;
  border-radius:50%;
  background:white;
  display:grid;
  place-items:center;
  color:var(--ink);
  font-size:13px
}

.compare input {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:0;
  cursor:ew-resize
}

.tag {
  position:absolute;
  top:16px;
  background:#13283bb8;
  color:white;
  padding:7px 9px;
  font-size:8px;
  text-transform:uppercase;
  letter-spacing:.1em
}

.before-tag {
  left:14px
}

.after-tag {
  right:14px
}

.project-copy {
  padding:20px;
  display:flex;
  justify-content:space-between;
  align-items:center
}

.project-copy p {
  font-size:9px;
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:.1em;
  margin-bottom:0
}

.project-copy>span {
  font-size:22px;
  color:var(--orange)
}

.reviews {
  display:grid;
  grid-template-columns:1fr 1.7fr;
  gap:8vw;
  background:var(--cream)
}

.review-intro h2 {
  margin:22px 0 50px
}

.rating {
  display:flex;
  align-items:center;
  gap:18px
}

.rating>strong {
  font:400 54px Georgia
}

.rating span {
  border-left:1px solid var(--line);
  padding-left:18px
}

.rating b,.rating small {
  display:block
}

.rating b {
  color:#e5a92d;
  letter-spacing:3px
}

.rating small {
  font-size:9px;
  color:var(--muted);
  margin-top:5px
}

.quotes {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:25px
}

.quotes blockquote {
  margin:0;
  background:var(--paper);
  padding:38px;
  min-height:310px;
  display:flex;
  flex-direction:column
}

.quotes blockquote>span {
  font:70px Georgia;
  color:var(--sky);
  height:48px
}

.quotes blockquote p {
  font:italic 20px/1.55 Georgia;
  flex:1
}

.quotes footer {
  border-top:1px solid var(--line);
  padding-top:18px
}

.quotes footer b,.quotes footer small {
  display:block
}

.quotes footer small {
  font-size:9px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:var(--muted);
  margin-top:5px
}

.contact {
  background:var(--blue);
  color:white;
  padding:110px 24px;
  text-align:center;
  position:relative;
  overflow:hidden
}

.contact-inner {
  position:relative;
  z-index:2;
  max-width:760px;
  margin:auto
}

.light-eye {
  justify-content:center
}

.light-eye span {
  background:#f1bd52
}

.contact h2 {
  font-size:clamp(55px,7vw,92px);
  margin:20px 0
}

.contact p {
  line-height:1.7;
  color:#d8e7e9;
  max-width:620px;
  margin:0 auto 32px
}

.button.white {
  background:white;
  color:var(--ink)
}

.contact small {
  display:block;
  margin-top:22px;
  color:#d8e7e9
}

.contact small a {
  font-weight:800;
  border-bottom:1px solid
}

.contact-swirls {
  position:absolute;
  width:900px;
  height:400px;
  border:65px solid #9ec8d22b;
  border-radius:50%;
  transform:rotate(-15deg);
  left:50%;
  top:10%;
  translate:-50% 0
}

.footer {
  position:relative;
  background:#0d2030;
  color:#aab8c1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:35px 6vw;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.1em
}

.footer-brand {
  color:white
}

@media(max-width:900px) {
  .nav-shell {
    height:72px
  }

  .brand {
    height:66px
  }

  .brand img {
    height:60px
  }

  .menu {
    display:block;
    margin-left:auto
  }

  .nav-cta {
    display:none
  }

  nav {
    display:none;
    position:absolute;
    top:72px;
    left:0;
    right:0;
    background:#fff;
    padding:25px max(7vw,24px);
    box-shadow:0 12px 20px #13283b1f;
    flex-direction:column;
    margin:0
  }

  nav.open {
    display:flex
  }

  .hero {
    grid-template-columns:1fr;
    padding-top:72px
  }

  .hero-inner {
    padding:75px 7vw 55px
  }

  .hero-photo {
    min-height:430px
  }

  .about {
    grid-template-columns:1fr
  }

  .numbers {
    border-left:0;
    padding-left:0;
    display:grid;
    grid-template-columns:repeat(3,1fr)
  }

  .service-grid {
    grid-template-columns:1fr 1fr
  }

  .project-grid {
    grid-template-columns:1fr
  }

  .compare {
    height:430px
  }

  .reviews {
    grid-template-columns:1fr
  }

  .quotes {
    grid-template-columns:1fr 1fr
  }
}

@media(max-width:900px) {
  .additional-services {
    grid-template-columns:1fr;
    gap:50px
  }
}

@media(max-width:600px) {
  .section {
    padding:80px 22px
  }

  .hero-actions {
    align-items:flex-start;
    flex-direction:column
  }

  .hero-photo {
    min-height:350px
  }

  .about {
    gap:35px
  }

  .numbers {
    grid-template-columns:1fr
  }

  .section-head {
    align-items:flex-start;
    flex-direction:column
  }

  .service-grid,.quotes {
    grid-template-columns:1fr
  }

  .service-grid article {
    border-right:0;
    border-bottom:1px solid var(--line);
    margin:0
  }

  .service-icon {
    margin:32px 0 22px
  }

  .service-grid p {
    min-height:0
  }

  .additional-services-link {
    margin-top:38px
  }

  .additional-services {
    gap:36px
  }

  .additional-services-list {
    padding-left:20px
  }

  .compare {
    height:300px
  }

  .footer {
    flex-direction:column;
    gap:20px;
    text-align:center
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
}

/* Multi-page structure and painterly background treatment */ body {
  font-size:16px
}

.section {
  position:relative;
  overflow:hidden
}

.section>* {
  position:relative;
  z-index:1
}

nav {
  font-size:14px
}

.brand small {
  font-size:12px;
  letter-spacing:.22em
}

.section-label,.kicker,.service-grid a,.project-copy p,.rating small,.quotes footer small {
  font-size:12px
}

.button,.text-link,.nav-cta {
  font-size:13px
}

.trust-row small {
  font-size:12px
}

.service-grid p {
  font-size:16px
}

.numbers span {
  font-size:12px
}

.hero-photo {
  background:var(--blue)
}

.hero-photo img {
  opacity:.42;
  mix-blend-mode:luminosity;
  filter:saturate(.62) contrast(.9);
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 38%,#000 100%);
  mask-image:linear-gradient(90deg,transparent 0%,#000 38%,#000 100%)
}

.hero-photo:after {
  background:linear-gradient(90deg,var(--ink) 0%,rgba(19,40,59,.5) 24%,transparent 70%)
}

.page-hero {
  min-height:540px;
  padding:150px max(7vw,28px) 95px;
  background:var(--ink);
  color:white;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center
}

.page-hero>div:last-child {
  position:relative;
  z-index:2;
  max-width:850px
}

.page-hero h1 {
  font-size:clamp(54px,7vw,96px);
  line-height:.92;
  margin:22px 0
}

.page-hero h1 em {
  color:var(--sky);
  font-weight:400
}

.page-hero>div>p:last-child {
  font-size:18px;
  line-height:1.7;
  color:#d7e0e6;
  max-width:650px
}

.home-intro {
  padding:100px max(7vw,28px);
  text-align:center;
  background:var(--cream);
  position:relative
}

.home-intro>* {
  position:relative;
  z-index:1
}

.home-intro h2,.contact-page h2 {
  font-size:clamp(42px,5vw,70px);
  line-height:1;
  margin:18px auto;
  max-width:780px
}

.home-intro h2 span,.contact-page h2 span {
  font-style:italic;
  color:var(--blue)
}

.home-intro>p:not(.section-label) {
  color:var(--muted);
  line-height:1.7;
  max-width:660px;
  margin:0 auto 34px
}

.home-links {
  display:flex;
  justify-content:center;
  gap:40px;
  flex-wrap:wrap
}

.home-links a {
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.1em;
  border-bottom:1px solid;
  padding-bottom:6px
}

.contact-page {
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:9vw;
  background:var(--cream);
  align-items:center
}

.contact-page>div>p:not(.section-label) {
  color:var(--muted);
  line-height:1.75;
  max-width:590px
}

.contact-card {
  background:var(--paper);
  padding:42px;
  display:flex;
  flex-direction:column;
  box-shadow:0 18px 60px rgba(19,40,59,.1)
}

.contact-card>span {
  text-transform:uppercase;
  color:var(--orange);
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
  margin-bottom:8px
}

.contact-card>a:not(.button) {
  font:400 clamp(20px,2.5vw,32px) Georgia;
  margin-bottom:30px;
  overflow-wrap:anywhere
}

.contact-card .button {
  color:white;
  text-align:center;
  margin-top:8px
}

.contact-card .button b {
  margin-left:15px
}

.contact-page {
  align-items:start
}

.contact-intro {
  align-self:start
}

.contact-intro h2 {
  margin-left:0;
  margin-right:0;
  text-align:left
}

.project-map-card {
  display:block;
  position:relative;
  width:min(100%,560px);
  margin-top:38px;
  overflow:hidden;
  background:#13283B;
  box-shadow:0 18px 48px rgba(19,40,59,.16);
  color:#fff!important
}

.project-map-card img {
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:536/432;
  object-fit:cover;
  transition:transform .35s ease,opacity .35s ease
}

.project-map-card span {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:16px 18px;
  background:#13283B;
  color:#fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.11em;
  text-transform:uppercase
}

.project-map-card b {
  font-size:18px;
  color:#A6CAD2
}

.project-map-card:hover img,.project-map-card:focus-visible img {
  transform:scale(1.025);
  opacity:.9
}

.project-map-card:hover span,.project-map-card:focus-visible span {
  color:#DD6741
}

@media(max-width:900px) {
  .page-hero {
    padding-top:125px;
    min-height:500px
  }

  .contact-page {
    grid-template-columns:1fr
  }

  .brush-page {
    right:-180px
  }

  .hero-photo img {
    -webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 30%,#000 100%);
    mask-image:linear-gradient(180deg,transparent 0%,#000 30%,#000 100%)
  }
}

@media(max-width:600px) {
  .page-hero {
    padding:120px 22px 72px;
    min-height:470px
  }

  .page-hero>div>p:last-child {
    font-size:16px
  }

  .home-intro {
    padding:75px 22px
  }

  .home-links {
    align-items:center;
    flex-direction:column;
    gap:24px
  }

  .contact-card {
    padding:28px
  }

  .brush-hero {
    width:430px;
    left:-130px
  }
}

/* Image-led page heroes; all paint-swirl backgrounds removed */ .brush-texture,.home-intro:after,.services:after,.reviews:after,.contact-page:after,.projects:before,.swirl,.contact-swirls {
  display:none!important;
  content:none!important;
  background:none!important
}

.page-hero {
  min-height:620px;
  padding:86px 0 0;
  display:grid;
  grid-template-columns:54% 46%;
  align-items:stretch;
  background:var(--ink)
}

.page-hero-copy {
  align-self:center;
  padding:58px 7vw;
  position:relative;
  z-index:2;
  max-width:none
}

.page-hero>div:last-child {
  max-width:none
}

.page-hero-photo {
  position:relative;
  min-height:534px;
  overflow:hidden;
  background:var(--blue)
}

.page-hero-photo img {
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  opacity:.42;
  mix-blend-mode:luminosity;
  filter:saturate(.62) contrast(.9);
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 38%,#000 100%);
  mask-image:linear-gradient(90deg,transparent 0%,#000 38%,#000 100%)
}

.page-hero-photo:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,var(--ink) 0%,rgba(19,40,59,.5) 24%,transparent 70%)
}

@media(max-width:900px) {
  .page-hero {
    grid-template-columns:1fr;
    padding-top:72px
  }

  .page-hero-copy {
    padding:72px 7vw 50px
  }

  .page-hero-photo {
    min-height:390px
  }

  .page-hero-photo img {
    -webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 30%,#000 100%);
    mask-image:linear-gradient(180deg,transparent 0%,#000 30%,#000 100%)
  }

  .page-hero-photo:after {
    background:linear-gradient(180deg,var(--ink) 0%,rgba(19,40,59,.45) 22%,transparent 62%)
  }
}

@media(max-width:600px) {
  .page-hero {
    padding:72px 0 0
  }

  .page-hero-copy {
    padding:64px 22px 44px
  }

  .page-hero-photo {
    min-height:300px
  }
}

/* Restored original blue, non-sticky navigation */ .nav-shell {
  height:94px;
  position:absolute;
  inset:0 0 auto;
  background:#13283B;
  color:#fff;
  box-shadow:none
}

.nav-shell .brand {
  height:88px
}

.nav-shell .brand img {
  width:auto;
  height:78px;
  object-fit:contain
}

.hero,.page-hero {
  padding-top:94px
}

.nav-shell nav a {
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.08em
}

.nav-shell nav a:hover,.nav-shell nav a:focus-visible {
  color:#A6CAD2
}

.nav-shell .nav-cta {
  color:#fff;
  border-color:rgba(255,255,255,.5)
}

.nav-shell .nav-cta:hover,.nav-shell .nav-cta:focus-visible {
  color:#a9ced6;
  border-color:#a9ced6
}

.nav-shell .menu {
  color:#fff
}

@media(max-width:900px) {
  .nav-shell {
    height:78px
  }

  .nav-shell .brand {
    height:74px
  }

  .nav-shell .brand img {
    height:66px
  }

  .nav-shell nav {
    top:78px;
    background:#13283B;
    box-shadow:0 12px 20px rgba(19,40,59,.25)
  }

  .nav-shell nav a {
    color:#fff
  }

  .hero,.page-hero {
    padding-top:78px
  }
}

.hero .primary {
  background:var(--orange);
  color:#fff
}

.hero .primary,.submit-inquiry {
  transition:background-color .2s ease,color .2s ease
}

.hero .primary:hover,.hero .primary:focus-visible {
  background:var(--sky);
  color:var(--ink)
}

.submit-inquiry:hover:not(:disabled),.submit-inquiry:focus-visible:not(:disabled) {
  background:var(--sky);
  color:var(--ink)!important
}

.hero .eyebrow span {
  background:var(--orange)
}

.hero .explore-work {
  transition:color .2s ease
}

.hero .explore-work span {
  display:inline-block;
  transition:transform .2s ease
}

.hero .explore-work:hover,.hero .explore-work:focus-visible {
  color:var(--sky)
}

.hero .explore-work:hover span,.hero .explore-work:focus-visible span {
  transform:translateX(5px)
}

.home-intro a:not(.button),.section a:not(.button) {
  transition:color .2s ease
}

.home-intro a:not(.button):hover,.home-intro a:not(.button):focus-visible,.section a:not(.button):hover,.section a:not(.button):focus-visible {
  color:var(--orange)
}

.footer-logo {
  display:flex;
  align-items:center;
  flex:0 0 auto
}

.footer-logo img {
  display:block;
  width:auto;
  height:60px;
  object-fit:contain
}

.footer-brand-group {
  display:flex;
  align-items:center;
  gap:24px;
  min-width:0
}

.footer-map-link {
  padding:0;
  border:0;
  border-bottom:1px solid currentColor;
  background:none;
  color:var(--orange);
  font-size:11px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
  white-space:nowrap;
  cursor:pointer;
  transition:color .2s ease
}

.footer-map-link:hover,.footer-map-link:focus-visible {
  color:var(--sky)
}

.footer-nav {
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  color:#fff
}

.footer-nav a {
  font-weight:800;
  transition:color .2s ease
}

.footer-nav a:hover,.footer-nav a:focus-visible {
  color:var(--sky)
}

.footer-meta {
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:16px;
  margin-left:auto;
  white-space:nowrap
}

.return-top {
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border:1px solid rgba(255,255,255,.35);
  color:#fff;
  font-size:20px;
  line-height:1;
  transition:color .2s ease,border-color .2s ease,background-color .2s ease
}

.return-top:hover,.return-top:focus-visible {
  color:var(--ink);
  border-color:var(--sky);
  background:var(--sky)
}

@media(max-width:1100px) {
  .footer {
    display:grid;
    grid-template-columns:auto 1fr;
    gap:24px 36px
  }

  .footer-nav {
    position:static;
    transform:none;
    grid-column:1/-1;
    grid-row:1;
    justify-self:center
  }

  .footer-brand-group {
    grid-column:1;
    grid-row:2
  }

  .footer-meta {
    grid-column:2;
    grid-row:2
  }
}

@media(max-width:600px) {
  .footer-logo img {
    height:54px
  }

  .footer {
    display:flex;
    padding:34px 22px
  }

  .footer-nav {
    display:flex;
    flex-wrap:wrap;
    gap:16px 22px;
    order:2
  }

  .footer-brand-group {
    order:1;
    flex-wrap:wrap;
    justify-content:center
  }

  .footer-meta {
    order:3;
    margin:0;
    white-space:normal
  }

  .return-top {
    flex:0 0 auto
  }
}

.project-map-modal {
  position:fixed;
  inset:0;
  z-index:1000;
  display:grid;
  place-items:center;
  padding:28px;
  background:rgba(7,17,25,.88)
}

.project-map-modal-panel {
  position:relative;
  width:min(1120px,90vw);
  height:min(780px,82vh);
  background:#13283B;
  box-shadow:0 24px 80px rgba(0,0,0,.45)
}

.project-map-modal-panel iframe {
  display:block;
  width:100%;
  height:100%;
  border:0;
  background:#13283B
}

.project-map-modal-close {
  position:absolute;
  z-index:2;
  top:12px;
  right:12px;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.6);
  border-radius:50%;
  background:#13283B;
  color:#fff;
  font-size:29px;
  line-height:1;
  cursor:pointer;
  transition:background-color .2s ease,color .2s ease,border-color .2s ease
}

.project-map-modal-close:hover,.project-map-modal-close:focus-visible {
  border-color:var(--sky);
  background:var(--sky);
  color:var(--ink)
}

@media(max-width:600px) {
  .project-map-modal {
    padding:12px
  }

  .project-map-modal-panel {
    width:100%;
    height:94vh
  }

  .project-map-modal-close {
    top:8px;
    right:8px
  }
}

/* Project detail launch and enlarged comparison */ .project-copy {
  position:relative;
  padding-right:54px
}

.project-launch {
  position:absolute;
  right:20px;
  top:40%;
  transform:translateY(-50%);
  display:flex;
  align-items:center;
  justify-content:flex-end;
  overflow:hidden;
  white-space:nowrap;
  color:var(--orange)
}

.after-image {
  clip-path:inset(0 0 0 var(--position))
}

.project-copy>div {
  min-width:0
}

.project-copy h3,.project-copy p {
  white-space:nowrap
}

.project-copy h3 {
  font-size:clamp(18px,1.45vw,23px)
}

.project-launch span {
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  transform:translateX(calc(100% + 14px));
  opacity:0;
  transition:transform .28s ease,opacity .2s ease;
  padding:9px;
  background:#fff
}

.project-launch b {
  position:relative;
  z-index:1;
  display:grid;
  place-items:center;
  width:28px;
  height:32px;
  background:#fff;
  font-size:22px;
  font-weight:400
}

.project-launch:hover span,.project-launch:focus-visible span {
  transform:translateX(0);
  opacity:1
}

.project-detail-page {
  min-height:100vh;
  background:#13283B;
  color:#fff;
  padding:70px max(5vw,24px)
}

.project-detail-inner {
  width:min(1180px,100%);
  margin:0 auto
}

.project-detail-page h1 {
  font-size:clamp(30px,6vw,50px);
  line-height:.95;
  margin-bottom:12px
}

.project-detail-subtitle {
  color:#c8d7df;
  margin:0 0 34px;
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.12em
}

.enlarged-project {
  width:100%
}

.enlarged-compare {
  height:min(72vh,820px);
  min-height:520px;
  background:#0d2030
}

.return-projects {
  display:block;
  width:max-content;
  margin:25px auto 0;
  padding-bottom:5px;
  border-bottom:1px solid #A6CAD2;
  color:#fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
  transition:color .2s ease
}

.return-projects:hover,.return-projects:focus-visible {
  color:#A6CAD2
}

@media(max-width:600px) {
  .project-detail-page {
    padding:44px 18px
  }

  .enlarged-compare {
    height:62vh;
    min-height:360px
  }

  .project-launch span {
    transform:none;
    opacity:1
  }

  .project-launch b {
    width:24px
  }
}

/* Contact inquiry form */ .inquiry-form {
  gap:19px
}

.form-field {
  display:flex;
  flex-direction:column;
  gap:7px
}

.form-field label {
  font-size:11px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--ink)
}

.form-field label b {
  color:var(--orange)
}

.form-field input,.form-field select,.form-field textarea {
  width:100%;
  border:1px solid var(--line);
  background:#fff;
  padding:13px 14px;
  color:var(--ink);
  outline:none;
  border-radius:0;
  transition:border-color .2s ease,box-shadow .2s ease
}

.form-field input:focus,.form-field select:focus,.form-field textarea:focus {
  border-color:var(--blue);
  box-shadow:0 0 0 3px rgba(23,87,120,.12)
}

.form-field textarea {
  resize:vertical;
  min-height:118px;
  line-height:1.5
}

.form-description {
  position:relative
}

.form-description small {
  align-self:flex-end;
  margin-top:-3px;
  color:var(--muted);
  font-size:10px
}

.captcha-slot {
  min-height:78px;
  overflow:hidden
}

.form-error {
  margin:0;
  color:#9d2d1f;
  font-size:13px;
  line-height:1.5
}

.submit-inquiry {
  border:0;
  cursor:pointer;
  color:#fff!important;
  width:100%;
  margin-top:0!important
}

.submit-inquiry:disabled {
  opacity:.65;
  cursor:wait
}

.contact-success {
  min-height:330px;
  justify-content:center
}

.contact-success>span {
  margin-bottom:18px
}

.contact-success>p {
  font:400 clamp(18px,2.7vw,30px)/1.35 Georgia,'Times New Roman',serif;
  color:var(--ink)!important;
  margin:0!important
}

@media(max-width:420px) {
  .captcha-slot {
    transform:scale(.86);
    transform-origin:left top;
    margin-bottom:-10px
  }
}

/* About-page company history */ .process-section {
  display:grid;
  grid-template-columns:minmax(280px,.8fr) minmax(440px,1.2fr);
  gap:8vw;
  background:var(--cream);
  scroll-margin-top:24px
}

.process-heading {
  align-self:start;
  position:sticky;
  top:36px
}

.process-heading h2 {
  font-size:clamp(42px,5vw,68px);
  line-height:1;
  margin-top:16px
}

.process-heading h2 span {
  font-style:italic;
  color:var(--blue)
}

.process-list {
  list-style:disc;
  margin:0;
  padding-left:24px;
  border-top:1px solid var(--line)
}

.process-list li {
  padding:27px 0 27px 8px;
  border-bottom:1px solid var(--line);
  color:var(--orange)
}

.process-list h3 {
  margin:0 0 9px;
  color:var(--ink);
  font:400 23px Georgia,'Times New Roman',serif
}

.process-list p {
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.7
}

@media(max-width:900px) {
  .process-section {
    grid-template-columns:1fr;
    gap:48px
  }

  .process-heading {
    position:static
  }
}

@media(max-width:600px) {
  .process-section {
    gap:34px
  }

  .process-list {
    padding-left:20px
  }
}

.about-sections-layout {
  display:grid;
  grid-template-columns:230px minmax(0,1fr);
  align-items:start;
  background:var(--cream)
}

.about-section-nav {
  position:sticky;
  top:30px;
  z-index:10;
  align-self:start;
  padding:42px 26px 42px max(3vw,24px);
  display:flex;
  flex-direction:column;
  gap:0;
  background:#13283B;
  color:#fff
}

.about-section-nav>span {
  margin-bottom:20px;
  color:#A6CAD2;
  font-size:11px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase
}

.about-section-nav a {
  display:grid;
  grid-template-columns:26px 1fr;
  gap:10px;
  align-items:center;
  padding:17px 0;
  border-top:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-size:14px;
  font-weight:800;
  line-height:1.25;
  transition:color .2s ease
}

.about-section-nav a:last-child {
  border-bottom:1px solid rgba(255,255,255,.18)
}

.about-section-nav a:hover,.about-section-nav a:focus-visible {
  color:#A6CAD2
}

.about-section-nav b {
  color:#DD6741;
  font-size:10px;
  letter-spacing:.08em
}

.about-sections-content {
  min-width:0
}

.about-sections-content>.section {
  padding-left:max(5vw,42px);
  padding-right:max(6vw,42px)
}

@media(max-width:900px) {
  .about-sections-layout {
    display:block
  }

  .about-section-nav {
    top:0;
    padding:0 max(5vw,22px);
    min-height:64px;
    flex-direction:row;
    align-items:center;
    gap:26px;
    box-shadow:0 5px 18px rgba(19,40,59,.18)
  }

  .about-section-nav>span {
    margin:0 auto 0 0
  }

  .about-section-nav a {
    display:flex;
    gap:7px;
    padding:22px 0;
    border:0!important;
    white-space:nowrap
  }

  .about-sections-content>.section {
    padding-left:max(6vw,24px);
    padding-right:max(6vw,24px)
  }
}

@media(max-width:560px) {
  .about-section-nav {
    min-height:58px;
    gap:16px;
    padding:0 16px
  }

  .about-section-nav>span {
    display:none
  }

  .about-section-nav a {
    flex:1;
    justify-content:center;
    padding:19px 0;
    font-size:13px
  }

  .about-section-nav a+a {
    border-left:1px solid rgba(255,255,255,.18)!important
  }

  .about-sections-content>.section {
    padding-left:22px;
    padding-right:22px
  }
}

.history-section {
  background:var(--paper);
  scroll-margin-top:24px;
  padding-top:120px;
  padding-bottom:130px
}

.history-heading {
  max-width:860px;
  margin:0 auto 54px;
  text-align:center
}

.history-heading h2 {
  font-size:clamp(48px,6vw,82px);
  line-height:1;
  margin-top:14px
}

.history-heading h2 span {
  color:var(--blue);
  font-style:italic
}

.history-story {
  max-width:900px;
  margin:0 auto;
  color:var(--muted);
  font:400 19px/1.85 Georgia,'Times New Roman',serif
}

.history-story:after {
  content:"";
  display:block;
  clear:both
}

.history-story p {
  margin:0 0 34px
}

.history-photo {
  width:min(34%,280px);
  margin:7px 0 24px;
  background:#fff;
  padding:8px;
  box-shadow:0 14px 34px rgba(19,40,59,.14)
}

.history-photo-left {
  float:left;
  clear:left;
  margin-right:30px
}

.history-photo-right {
  float:right;
  clear:right;
  margin-left:30px
}

.history-photo-button {
  display:block;
  width:100%;
  padding:0;
  border:0;
  background:none;
  cursor:zoom-in
}

.history-photo img {
  display:block;
  width:100%;
  height:auto;
  max-height:340px;
  object-fit:cover;
  filter:saturate(.92)
}

.history-photo figcaption {
  font:700 10px/1.4 Arial,Helvetica,sans-serif;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:var(--ink);
  padding:9px 3px 3px
}

.history-portrait {
  width:min(29%,230px)
}

.history-duo {
  width:min(36%,290px)
}

.history-crew-gallery {
  clear:both;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  padding-top:28px
}

.history-crew-gallery .history-photo {
  float:none;
  clear:none;
  width:100%;
  height:100%;
  margin:0;
  display:flex;
  flex-direction:column
}

.history-crew-gallery .history-photo-button {
  flex:1
}

.history-crew-gallery .history-photo img {
  height:250px;
  max-height:none
}

.history-lightbox {
  position:fixed;
  inset:0;
  z-index:1000;
  background:rgba(7,17,25,.92);
  display:grid;
  place-items:center;
  padding:52px 24px 28px;
  cursor:zoom-out
}

.history-lightbox-content {
  max-width:min(1100px,92vw);
  max-height:88vh;
  text-align:center;
  cursor:default
}

.history-lightbox-content img {
  display:block;
  max-width:100%;
  max-height:78vh;
  width:auto;
  height:auto;
  margin:auto;
  box-shadow:0 16px 60px rgba(0,0,0,.45)
}

.history-lightbox-content p {
  margin:15px 0 0;
  color:#fff;
  font:400 17px Georgia,'Times New Roman',serif
}

.history-lightbox-close {
  position:fixed;
  top:16px;
  right:22px;
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.55);
  border-radius:50%;
  background:rgba(19,40,59,.72);
  color:#fff;
  font-size:30px;
  line-height:1;
  cursor:pointer
}

.history-lightbox-close:hover,.history-lightbox-close:focus-visible {
  background:#A6CAD2;
  color:#13283B
}

@media(max-width:700px) {
  .history-section {
    padding-top:85px;
    padding-bottom:90px
  }

  .history-heading {
    margin-bottom:38px
  }

  .history-story {
    font-size:17px;
    line-height:1.75
  }

  .history-photo,.history-portrait,.history-duo {
    float:none;
    clear:both;
    width:min(100%,360px);
    margin:26px auto;
    transform:none
  }

  .history-photo img {
    max-height:none
  }

  .history-story p {
    margin-bottom:28px
  }
}

@media(max-width:700px) {
  .history-crew-gallery {
    grid-template-columns:1fr;
    gap:26px
  }

  .history-crew-gallery .history-photo {
    width:min(100%,420px);
    margin:0 auto
  }

  .history-crew-gallery .history-photo img {
    height:auto
  }

  .history-lightbox {
    padding:58px 14px 24px
  }
}

/* Refined About page introduction and history alignment */ .about {
  grid-template-columns:minmax(0,2fr) minmax(240px,1fr);
  padding-left:calc(230px + max(5vw,42px));
  gap:7vw
}

#approach {
  scroll-margin-top:24px
}

.about-kicker {
  color:var(--orange)
}

.about-jump-links {
  display:flex;
  align-items:center;
  gap:30px;
  flex-wrap:wrap;
  margin-top:34px
}

.history-heading {
  max-width:none;
  margin-left:0;
  margin-right:0;
  text-align:left
}

.history-story {
  max-width:900px;
  margin-left:0;
  margin-right:0
}

.history-crew-gallery {
  grid-template-columns:repeat(2,1fr)
}

@media(max-width:900px) {
  .about {
    grid-template-columns:1fr;
    padding-left:max(6vw,24px);
    padding-right:max(6vw,24px)
  }
}

@media(max-width:700px) {
  .history-crew-gallery {
    grid-template-columns:1fr
  }
}

@media(max-width:600px) {
  .about {
    padding-left:22px;
    padding-right:22px
  }

  .about-jump-links {
    gap:22px
  }
}

/* Keep the portrait-oriented About hero cropped to the standard page-hero frame */ .about-page .page-hero-photo {
  height:534px;
  min-height:534px
}

.about-page .page-hero-photo img {
  object-position:center 22%
}

@media(max-width:900px) {
  .about-page .page-hero-photo {
    height:390px;
    min-height:390px
  }

  .about-page .page-hero-photo img {
    object-position:center 18%
  }
}

@media(max-width:600px) {
  .about-page .page-hero-photo {
    height:300px;
    min-height:300px
  }
}

/* Keep the portrait Testimonials photo within the shared hero proportions */ .testimonials-page .page-hero-photo {
  height:534px;
  min-height:534px
}

.testimonials-page .page-hero-photo img {
  object-position:center 24%
}

@media(max-width:900px) {
  .testimonials-page .page-hero-photo {
    height:390px;
    min-height:390px
  }

  .testimonials-page .page-hero-photo img {
    object-position:center 20%
  }
}

@media(max-width:600px) {
  .testimonials-page .page-hero-photo {
    height:300px;
    min-height:300px
  }
}

.service-icon svg {
  width:44px;
  height:44px;
  stroke-width:1.5
}

/* Linked trust badge and additional-service inquiry actions */ .hero .trust-row {
  width:max-content;
  max-width:100%;
  transition:opacity .2s ease
}

.hero .trust-row:hover,.hero .trust-row:focus-visible {
  opacity:.78
}

.additional-services-list li {
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:28px
}

.additional-services-list li>a {
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--ink);
  font-size:11px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
  white-space:nowrap
}

.additional-services-list li>a span {
  color:var(--orange);
  font-size:17px;
  transition:transform .2s ease
}

.additional-services-list li>a:hover span,.additional-services-list li>a:focus-visible span {
  transform:translateX(4px)
}

@media(max-width:600px) {
  .additional-services-list li {
    grid-template-columns:1fr;
    gap:16px
  }

  .additional-services-list li>a {
    width:max-content
  }
}
