@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("fonts/pjs-latin-normal.woff2") format("woff2");
}
:root {
  --navy: #031d38;
  --deep: #021426;
  --blue: #069fe9;
  --red: #ff2638;
  --orange: #ff8a18;
  --ink: #08243f;
  --muted: #52697d;
  --pale: #eff8fe;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 14px;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
.v2-container {
  width: min(1240px, calc(100% - 48px));
  margin: auto;
}
.v2-promo {
  height: 42px;
  padding: 0 max(24px, calc((100% - 1240px) / 2));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(90deg, #009eda, #0578c6);
  font-size: 12px;
}
.v2-promo span {
  position: absolute;
  right: max(24px, calc((100% - 1240px) / 2));
  font-size: 9px;
}
.v2-header {
  height: 88px;
  color: #fff;
  background: linear-gradient(90deg, #031c37, #062a4a);
}
.v2-nav {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 38px;
}
.v2-brand {
  width: 275px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.v2-brand > span {
  width: 69px;
  height: 58px;
  overflow: hidden;
  flex: none;
}
.v2-brand img {
  width: 82px;
  max-width: none;
  transform: translate(-6px, -2px);
}
.v2-brand > b {
  display: grid;
  color: #00a7f2;
  font-size: 21px;
  font-style: italic;
  line-height: 1;
}
.v2-brand small {
  color: #ff3042;
  font-size: 10px;
}
.v2-nav nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  flex: 1;
  font-size: 12px;
  font-weight: 600;
}
.v2-nav nav a {
  height: 48px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}
.v2-nav nav .active {
  border-color: #02aaf4;
}
.v2-menu {
  display: none;
}
.v2-pill {
  min-height: 43px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 24px;
  font: 800 11px "Plus Jakarta Sans";
  cursor: pointer;
}
.v2-hot {
  color: #fff;
  background: linear-gradient(105deg, var(--orange), var(--red));
}
.v2-blue {
  color: #fff;
  background: linear-gradient(105deg, #08afea, #042a4b);
}
.v2-outline {
  color: #fff;
  border: 2px solid #fff;
  background: #03213a99;
}
.v2-hero {
  position: relative;
  height: 680px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(90deg, #04203bcf, #06365e3d),
    url("photos/03-hero-background.png") center 54% / cover;
}
.v2-hero-grid {
  position: relative;
  height: 100%;
  padding-top: 88px;
  display: grid;
  grid-template-columns: 1.2fr 0.65fr;
  gap: 85px;
}
.v2-overline {
  margin: 0 0 8px;
  color: #05a9ee;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
}
.v2-overline.white {
  color: #fff;
}
.v2-hero h1 {
  margin-bottom: 14px;
  font-size: 59px;
  line-height: 1.04;
  letter-spacing: -0.055em;
}
.v2-hero h1 em,
.v2-reviews h2 em {
  color: #00a8ee;
  font-style: normal;
}
.v2-hero-copy > p:not(.v2-overline) {
  font-size: 16px;
  line-height: 1.5;
}
.v2-actions {
  display: flex;
  gap: 20px;
  margin-top: 25px;
}
.v2-trust {
  display: flex;
  gap: 28px;
  margin-top: 37px;
}
.v2-trust span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #00b3f4;
  font-size: 25px;
}
.v2-trust b {
  color: #fff;
  font-size: 9px;
  line-height: 1.4;
}
.v2-quote {
  align-self: start;
  padding: 20px 26px;
  color: #fff;
  border-radius: 13px;
  background: #062946e8;
  box-shadow: 0 18px 35px #00111e55;
}
.v2-quote h2 {
  margin-bottom: 5px;
  font-size: 21px;
}
.v2-quote > p {
  margin-bottom: 12px;
  font-size: 10px;
}
.v2-quote form {
  display: grid;
  gap: 9px;
}
.v2-quote input,
.v2-quote select,
.v2-contact input,
.v2-contact select,
.v2-contact textarea {
  width: 100%;
  height: 39px;
  padding: 0 12px;
  border: 1px solid #cddbe5;
  border-radius: 4px;
  background: #f8fbfd;
  color: #536779;
  font: 500 9px "Plus Jakarta Sans";
}
.v2-quote .v2-pill {
  height: 42px;
}
.v2-quote small,
.v2-contact form small {
  display: block;
  margin-top: 9px;
  text-align: center;
  font-size: 8px;
}
.v2-van {
  position: absolute;
  z-index: 5;
  right: -15px;
  bottom: -12px;
  width: 610px;
  filter: drop-shadow(0 19px 18px #00111f99);
}
.v2-swoop {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 105px;
  background: #fff;
  clip-path: polygon(
    0 59%,
    15% 35%,
    29% 49%,
    44% 73%,
    61% 91%,
    79% 87%,
    100% 59%,
    100% 100%,
    0 100%
  );
}
.v2-swoop:before {
  content: "";
  position: absolute;
  inset: -19px 0 0;
  background: #06a6ee;
  clip-path: polygon(
    0 59%,
    15% 35%,
    29% 49%,
    44% 73%,
    61% 91%,
    79% 87%,
    100% 59%,
    100% 72%,
    79% 100%,
    61% 100%,
    44% 84%,
    29% 60%,
    15% 46%,
    0 70%
  );
}
.v2-swoop i {
  position: absolute;
  inset: 6px 0 0;
  background: #bfeaff;
  clip-path: polygon(
    0 59%,
    15% 35%,
    29% 49%,
    44% 73%,
    61% 91%,
    79% 87%,
    100% 59%,
    100% 72%,
    79% 100%,
    61% 100%,
    44% 84%,
    29% 60%,
    15% 46%,
    0 70%
  );
}
.v2-about {
  height: 440px;
  background: #fff;
}
.v2-about-grid {
  position: relative;
  height: 100%;
  display: grid;
  grid-template-columns: 0.82fr 1.2fr 0.82fr;
  gap: 55px;
  align-items: center;
}
.v2-about h2 {
  margin-bottom: 18px;
  font-size: 31px;
  line-height: 1.08;
}
.v2-about p {
  color: #4e6579;
  font-size: 11px;
  line-height: 1.55;
}
.v2-about .v2-pill {
  margin-top: 5px;
}
.v2-values {
  align-self: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  text-align: center;
}
.v2-values article b {
  display: block;
  color: #03a7ec;
  font-size: 35px;
}
.v2-values article strong {
  font-size: 10px;
  line-height: 1.35;
}
.v2-values > p {
  grid-column: 1/-1;
  margin: 22px 0 0;
  color: #08243f;
  font: italic 21px cursive;
  transform: rotate(-3deg);
}
.v2-tech {
  align-self: stretch;
  background:
    linear-gradient(90deg, transparent 0 24%, #fff0 45%),
    url("images/core/ChatGPT\ Image\ Sep\ 12\,\ 2026\,\ 08_53_37\ PM.png") center/cover no-repeat;
  /* clip-path: ellipse(76% 70% at 82% 70%); */
}
.v2-light {
  background: linear-gradient(105deg, #fff, #eaf7ff);
}
.v2-services {
  padding: 38px 0 43px;
}
.v2-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}
.v2-heading h2 {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 1.12;
}
.v2-heading > p {
  color: #52687a;
  font-size: 9px;
  line-height: 1.5;
}
.v2-heading .v2-pill {
  margin-bottom: 16px;
  min-height: 38px;
}
.v2-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.v2-service-grid article {
  position: relative;
  padding: 10px 12px 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 22px #0a294018;
}
.v2-service-grid article > img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 6px;
}
.v2-service-grid article > i {
  position: absolute;
  left: 19px;
  top: 145px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 5px solid #fff;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff8920, #ff293d);
  font-size: 24px;
  font-style: normal;
}
.v2-service-grid article:nth-child(n + 2) > i {
  background: linear-gradient(135deg, #04b5ef, #077bd1);
}
.v2-service-grid h3 {
  margin: 28px 0 9px;
  font-size: 17px;
}
.v2-service-grid p {
  min-height: 42px;
  margin-bottom: 9px;
  color: #52687a;
  font-size: 10px;
  line-height: 1.45;
}
.v2-service-grid a {
  color: #079fe3;
  font-size: 9px;
  font-weight: 800;
}
.v2-coast {
  height: 390px;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  color: #fff;
  background: #031a31;
}
.v2-coast-photo {
  background:
    linear-gradient(90deg, #0000 70%, #031a31),
    url("photos/03-hero-background.png") center/cover;
  clip-path: ellipse(85% 90% at 15% 50%);
}
.v2-coast-copy {
  padding: 50px 80px 35px 70px;
  background-image: url("images/core/ChatGPT\ Image\ Sep\ 12\,\ 2026\,\ 09_42_34\ PM.png");
background-repeat: no-repeat;
background-position: right center;
background-size: contain;
}
.v2-coast h2 {
  margin-bottom: 14px;
  font-size: 32px;
  line-height: 1.05;
}
.v2-coast h2 em {
  color: #06a9ed;
  font-style: normal;
}
.v2-coast-copy > p:not(.v2-overline) {
  max-width: 600px;
  color: #d8e9f5;
  font-size: 11px;
  line-height: 1.5;
}
.v2-coast-copy > div {
  display: flex;
  gap: 30px;
  margin-top: 22px;
}
.v2-coast-copy span {
  display: flex;
  gap: 9px;
  color: #08a9ec;
  font-size: 24px;
}
.v2-coast-copy b {
  display: grid;
  color: #fff;
  font-size: 9px;
}
.v2-coast-copy small {
  font-size: 7px;
  font-weight: 500;
}
.v2-common {
  padding: 35px 0 40px;
}
.v2-common-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 13px;
}
.v2-common-grid article {
  display: grid;
  grid-template-columns: 1fr auto;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 5px 18px #071f371b;
  overflow: hidden;
}
.v2-common-grid img {
  grid-column: 1/-1;
  width: 100%;
  height: 155px;
  object-fit: cover;
}
.v2-common-grid b {
  padding: 14px 6px 13px 12px;
  font-size: 9px;
}
.v2-common-grid a {
  padding: 14px 12px;
  color: #039fe5;
  font-weight: 800;
}
.v2-areas {
  padding: 34px 0 30px;
}
.v2-areas .v2-heading {
  align-items: center;
}
.v2-areas .v2-heading p {
  margin-bottom: 0;
}
.v2-area-pills {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 18px;
}
.v2-area-pills span {
  padding: 10px 15px;
  color: #38556d;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 5px 18px #0a294014;
  font-size: 9px;
  font-weight: 700;
}
.v2-area-pills span:first-letter {
  color: #04a7ed;
}
.v2-projects {
  padding: 35px 0 42px;
  color: #fff;
  background: #03192f;
}
.v2-projects .v2-heading > p {
  color: #d2e4f0;
}
.v2-project-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 17px;
}
.v2-project-grid img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  border-radius: 6px;
}
.v2-process {
  padding: 35px 0 45px;
}
.v2-process .v2-heading > p {
  margin-bottom: 16px;
}
.v2-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.v2-process-grid article {
  display: flex;
  align-items: center;
  gap: 14px;
}
.v2-process-grid i {
  flex: none;
  width: 53px;
  height: 53px;
  display: grid;
  place-items: center;
  color: #05a4ea;
  border-radius: 50%;
  background: #e6f7ff;
  font-size: 24px;
  font-style: normal;
}
.v2-process-grid b {
  font-size: 10px;
}
.v2-process-grid p {
  margin: 4px 0 0;
  color: #52687a;
  font-size: 8px;
  line-height: 1.35;
}
.v2-process-grid article > span {
  margin-left: auto;
  color: #647c8e;
  font-size: 21px;
}
.v2-reviews {
  padding: 35px 0 42px;
  color: #fff;
  background:
    linear-gradient(90deg, #03213de8, #06466caa),
    url("photos/03-hero-background.png") center 65% / cover;
}
.v2-reviews .v2-heading > p {
  color: #d8eaf6;
}
.v2-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.v2-review-grid article {
  position: relative;
  min-height: 150px;
  padding: 19px 25px;
  color: #3e586d;
  border-radius: 8px;
  background: #fff;
}
.v2-review-grid strong {
  color: #ffb20d;
  letter-spacing: 1px;
}
.v2-review-grid p {
  font-size: 10px;
  line-height: 1.45;
}
.v2-review-grid b {
  display: grid;
  color: #08243f;
  font-size: 9px;
}
.v2-review-grid b small {
  color: #52687a;
  font-size: 7px;
}
.v2-review-grid i {
  position: absolute;
  right: 20px;
  bottom: 18px;
  color: #4285f4;
  font: bold 19px Arial;
}
.v2-contact {
  padding: 34px 0;
  background: #fff;
}
.v2-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.22fr 0.45fr;
  gap: 40px;
  align-items: center;
}
.v2-contact h2 {
  margin-bottom: 10px;
  font-size: 27px;
}
.v2-contact-grid > div > p:not(.v2-overline) {
  color: #52687a;
  font-size: 10px;
  line-height: 1.45;
}
.v2-contact ul {
  padding: 0;
  margin: 14px 0 0;
  display: grid;
  gap: 9px;
  list-style: none;
  color: #34546b;
  font-size: 9px;
}
.v2-contact form {
  padding: 15px;
  border-radius: 8px;
  background: #f6fbfe;
  box-shadow: 0 5px 19px #06213b19;
}
.v2-contact form > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 8px;
}
.v2-contact textarea {
  height: 70px;
  padding-top: 11px;
  resize: none;
}
.v2-contact button {
  width: 100%;
  margin-top: 8px;
  border-radius: 5px;
}
.v2-note {
  color: #068cd7;
  font: italic 21px cursive;
  transform: rotate(-6deg);
}
.v2-note b {
  display: block;
  font-size: 35px;
}
.v2-footer {
  color: #fff;
  background: #021426;
}
.v2-footer-grid {
  padding: 36px 0;
  display: grid;
  grid-template-columns: 1.35fr 0.7fr 0.9fr 1fr;
  gap: 75px;
}
.v2-footer .v2-brand {
  width: 260px;
}
.v2-footer-grid > div:first-child > p {
  max-width: 280px;
  margin-top: 15px;
  color: #b8ccda;
  font-size: 8px;
  line-height: 1.55;
}
.v2-footer h3 {
  font-size: 11px;
}
.v2-footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
}
.v2-footer a,
.v2-footer span {
  margin-bottom: 7px;
  color: #c9dae7;
  font-size: 8px;
}
.v2-copyright {
  padding: 15px 0;
  border-top: 1px solid #113149;
  font-size: 7px;
}
.v2-copyright .v2-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .v2-nav nav {
    gap: 16px;
  }
  .v2-hero-grid {
    gap: 30px;
  }
  .v2-van {
    width: 500px;
  }
  .v2-about-grid {
    grid-template-columns: 1fr 1fr;
  }
  .v2-tech {
    display: none;
  }
  .v2-contact-grid {
    grid-template-columns: 1fr 1.25fr;
  }
  .v2-note {
    display: none;
  }
}
@media (max-width: 760px) {
  .v2-container {
    width: min(100% - 32px, 1240px);
  }
  .v2-promo {
    height: 40px;
  }
  .v2-promo span {
    display: none;
  }
  .v2-header {
    height: 70px;
  }
  .v2-nav {
    gap: 10px;
  }
  .v2-brand {
    width: 205px;
  }
  .v2-brand > span {
    width: 51px;
    height: 45px;
  }
  .v2-brand img {
    width: 61px;
  }
  .v2-brand > b {
    font-size: 17px;
  }
  .v2-brand small {
    font-size: 8px;
  }
  .v2-menu {
    display: block;
    margin-left: auto;
    color: #fff;
    border: 0;
    background: transparent;
    font-size: 24px;
  }
  .v2-nav nav {
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    top: 110px;
    padding: 18px;
    display: none;
    background: #031c37;
  }
  .v2-nav nav.open {
    display: grid;
  }
  .v2-nav nav a {
    height: 30px;
  }
  .v2-nav > .v2-hot {
    display: none;
  }
  .v2-hero {
    height: 1190px;
  }
  .v2-hero-grid {
    display: block;
    padding-top: 48px;
  }
  .v2-hero h1 {
    font-size: 41px;
  }
  .v2-hero-copy > p:not(.v2-overline) br {
    display: none;
  }
  .v2-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .v2-trust {
    justify-content: space-between;
    gap: 8px;
  }
  .v2-trust span {
    font-size: 19px;
  }
  .v2-trust b {
    font-size: 7px;
  }
  .v2-quote {
    margin-top: 28px;
  }
  .v2-van {
    right: 50%;
    bottom: 25px;
    width: 350px;
    transform: translateX(50%);
  }
  .v2-about {
    height: auto;
    padding: 45px 0;
  }
  .v2-about-grid {
    grid-template-columns: 1fr;
  }
  .v2-values {
    margin-top: 15px;
  }
  .v2-service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .v2-coast {
    height: auto;
    grid-template-columns: 1fr;
  }
  .v2-coast-photo {
    height: 300px;
  }
  .v2-coast-copy {
    padding: 40px 24px;
  }
  .v2-common-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .v2-area-pills {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .v2-project-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .v2-project-grid > img:last-child {
    display: none;
  }
  .v2-process-grid {
    grid-template-columns: 1fr 1fr;
  }
  .v2-review-grid {
    grid-template-columns: 1fr;
  }
  .v2-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .v2-heading .v2-pill {
    margin-top: -4px;
  }
  .v2-contact-grid {
    grid-template-columns: 1fr;
  }
  .v2-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .v2-footer-grid > div:first-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 480px) {
  .v2-hero h1 {
    font-size: 38px;
  }
  .v2-trust {
    flex-wrap: wrap;
  }
  .v2-trust span {
    width: 46%;
  }
  .v2-service-grid {
    grid-template-columns: 1fr;
  }
  .v2-common-grid {
    grid-template-columns: 1fr 1fr;
  }
  .v2-common-grid img {
    height: 120px;
  }
  .v2-process-grid {
    grid-template-columns: 1fr;
  }
  .v2-process-grid article > span {
    display: none;
  }
  .v2-contact form > div {
    grid-template-columns: 1fr;
  }
  .v2-footer-grid {
    grid-template-columns: 1fr;
  }
  .v2-copyright .v2-container {
    gap: 8px;
    flex-direction: column;
  }
}
.v2-quote {
  position: relative;
  z-index: 6;
}
/* Service card image icons */
.v2-service-grid article > i {
  overflow: hidden;
  padding: 0;
}
.v2-service-grid article > i > img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

/* Coastal Expertise supplied image icons */
.v2-coast-copy span img {
  width: 34px;
  height: 34px;
  max-width: 34px;
  flex: 0 0 34px;
  object-fit: contain;
  display: block;
}


/* Phosphor modern icon system */
.v2-promo b {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.v2-promo b .ph-duotone {
  font-size: 15px;
  color: #fff;
}
.v2-menu .ph-duotone {
  display: block;
  font-size: 27px;
}
.v2-nav-caret {
  margin-left: 4px;
  font-size: 11px;
}
.v2-pill > .ph-duotone,
.v2-pill > .ph-fill {
  margin-right: 7px;
  font-size: 15px;
  flex: 0 0 auto;
}
.v2-arrow-icon {
  margin-left: 7px !important;
  margin-right: 0 !important;
  font-size: 13px !important;
}
.v2-trust span > .ph-duotone {
  width: 27px;
  flex: 0 0 27px;
  color: #08b5f4;
  font-size: 27px;
}
.v2-quote small,
.v2-contact form small {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.v2-quote small .ph-duotone,
.v2-contact form small .ph-duotone {
  color: #32b9f3;
  font-size: 13px;
}
.v2-values article > .ph-duotone {
  display: block;
  margin: 0 auto 5px;
  color: #03a7ec;
  font-size: 35px;
}
.v2-area-pills a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 15px;
  color: #38556d;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 5px 18px #0a294014;
  font-size: 9px;
  font-weight: 700;
}
.v2-area-pills a .ph-duotone {
  color: #04a7ed;
  font-size: 14px;
}
.v2-process-grid i.ph {
  flex: none;
  width: 53px;
  height: 53px;
  display: grid;
  place-items: center;
  color: #05a4ea;
  border-radius: 50%;
  background: #e6f7ff;
  font-size: 24px;
}
.v2-process-grid .v2-process-arrow {
  margin-left: auto;
  color: #647c8e;
  font-size: 21px;
}
.v2-rating {
  display: inline-flex !important;
  gap: 2px;
  color: #ffb20d !important;
  letter-spacing: 0 !important;
}
.v2-rating .ph-fill {
  font-size: 13px;
}
.v2-google.ph-duotone {
  position: absolute;
  right: 20px;
  bottom: 18px;
  color: #4285f4;
  font-size: 21px;
}
.v2-contact ul li,
.v2-contact ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.v2-contact ul .ph-duotone {
  width: 15px;
  flex: 0 0 15px;
  color: #079fe3;
  font-size: 15px;
}
.v2-social {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 15px;
}
.v2-footer .v2-social a {
  width: 30px;
  height: 30px;
  margin: 0;
  display: grid;
  place-items: center;
  color: #fff;
  border: 1px solid #1a4564;
  border-radius: 50%;
  background: #082c48;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.v2-footer .v2-social a:hover {
  transform: translateY(-2px);
  border-color: #0bb2ef;
  background: #0a3a5d;
}
.v2-social i {
  font-size: 15px;
}
.v2-footer-grid > div:last-child > a,
.v2-footer-grid > div:last-child > span {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
.v2-footer-grid > div:last-child .ph-duotone {
  width: 13px;
  flex: 0 0 13px;
  color: #0aa9ed;
  font-size: 13px;
}
.v2-common-grid a .ph-duotone {
  font-size: 12px;
}

/* Fixed: only the direct card badge is positioned over the service image. */
.v2-service-grid article > a .v2-arrow-icon {
  position: static;
  width: auto;
  height: auto;
  display: inline-block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: currentColor;
  overflow: visible;
  font-size: 12px !important;
  line-height: 1;
  vertical-align: -1px;
}

/* Process icons: clean single Phosphor glyph centered in the existing circle. */
.v2-process-grid i.ph {
  position: relative;
  line-height: 1;
}


/* =========================================================
   Header / logo / navigation functionality + subtle motion
   ========================================================= */
section[id] { scroll-margin-top: 104px; }

.v2-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: box-shadow .25s ease, background .25s ease;
}
.v2-header.scrolled {
  background: rgba(3, 28, 55, .97);
  box-shadow: 0 12px 30px rgba(0, 17, 31, .18);
}
.v2-nav { position: relative; }

/* Use the real brand logo instead of a reconstructed symbol/text lockup. */
.v2-brand.v2-brand-logo {
  width: 168px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 168px;
  overflow: visible;
}
.v2-brand.v2-brand-logo > img {
  width: auto;
  height: 72px;
  max-width: 100%;
  object-fit: contain;
  transform: none;
}
.v2-footer .v2-brand.v2-brand-logo {
  width: 150px;
  height: auto;
  margin-bottom: 10px;
}
.v2-footer .v2-brand.v2-brand-logo > img {
  height: 112px;
  width: auto;
}

.v2-nav nav {
  overflow: visible;
}
.v2-nav nav > a,
.v2-nav-services {
  position: relative;
  height: 48px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #fff;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  font: inherit;
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease;
}
.v2-nav nav > a:hover,
.v2-nav nav > a:focus-visible,
.v2-nav-services:hover,
.v2-nav-services:focus-visible,
.v2-nav nav > a.active {
  color: #38c5ff;
  border-bottom-color: #02aaf4;
  outline: none;
}
.v2-nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
}
.v2-nav-caret {
  transition: transform .2s ease;
}
.v2-nav-dropdown:hover .v2-nav-caret,
.v2-nav-dropdown:focus-within .v2-nav-caret,
.v2-nav-dropdown.open .v2-nav-caret {
  transform: rotate(180deg);
}
.v2-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  width: 285px;
  padding: 9px;
  display: grid;
  gap: 3px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 8px);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  background: #062846;
  box-shadow: 0 18px 50px rgba(0, 12, 24, .28);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.v2-nav-dropdown:hover .v2-dropdown-menu,
.v2-nav-dropdown:focus-within .v2-dropdown-menu,
.v2-nav-dropdown.open .v2-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.v2-dropdown-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 10px;
}
.v2-dropdown-menu a {
  min-height: 42px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #dcecf7;
  border: 0 !important;
  border-radius: 9px;
  font-size: 11px;
  line-height: 1.25;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}
.v2-dropdown-menu a i {
  width: 21px;
  flex: 0 0 21px;
  color: #2bc2ff;
  font-size: 18px;
}
.v2-dropdown-menu a:hover,
.v2-dropdown-menu a:focus-visible {
  color: #fff;
  background: rgba(9, 169, 237, .13);
  transform: translateX(2px);
  outline: none;
}
.v2-header-call { white-space: nowrap; }

/* Hero and interaction polish */
.v2-hero-copy > * {
  animation: v2HeroEnter .65s both cubic-bezier(.2,.7,.2,1);
}
.v2-hero-copy > *:nth-child(2) { animation-delay: .07s; }
.v2-hero-copy > *:nth-child(3) { animation-delay: .14s; }
.v2-hero-copy > *:nth-child(4) { animation-delay: .21s; }
.v2-hero-copy > *:nth-child(5) { animation-delay: .28s; }
.v2-quote { animation: v2HeroEnter .7s .18s both cubic-bezier(.2,.7,.2,1); }
@keyframes v2HeroEnter {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

.v2-pill,
.v2-service-grid article,
.v2-common-grid article,
.v2-review-grid article,
.v2-area-pills a,
.v2-project-grid a,
.v2-values article {
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.v2-pill:hover { transform: translateY(-2px); filter: brightness(1.04); }
.v2-pill .v2-arrow-icon { transition: transform .2s ease; }
.v2-pill:hover .v2-arrow-icon { transform: translateX(3px); }
.v2-service-grid article:hover,
.v2-common-grid article:hover,
.v2-review-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 34px rgba(5, 41, 69, .12);
}
.v2-values article:hover { transform: translateY(-3px); }
.v2-area-pills a:hover { transform: translateY(-2px); box-shadow: 0 9px 22px rgba(10,41,64,.11); }
.v2-project-grid a { overflow: hidden; border-radius: 6px; }
.v2-project-grid img { transition: transform .35s ease, filter .35s ease; }
.v2-project-grid a:hover img { transform: scale(1.045); filter: saturate(1.04); }
.v2-service-grid article > i { transition: transform .25s ease; }
.v2-service-grid article:hover > i { transform: translateY(-2px) scale(1.04); }

/* Scroll reveal */
.v2-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease var(--v2-delay, 0ms), transform .55s cubic-bezier(.2,.7,.2,1) var(--v2-delay, 0ms);
}
.v2-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.v2-service-grid article.v2-reveal.is-visible:hover,
.v2-common-grid article.v2-reveal.is-visible:hover,
.v2-review-grid article.v2-reveal.is-visible:hover {
  transform: translateY(-5px);
}
.v2-area-pills a.v2-reveal.is-visible:hover { transform: translateY(-2px); }
.v2-values article.v2-reveal.is-visible:hover { transform: translateY(-3px); }

@media (max-width: 1100px) {
  .v2-brand.v2-brand-logo { width: 132px; flex-basis: 132px; }
  .v2-brand.v2-brand-logo > img { height: 64px; }
  .v2-nav { gap: 18px; }
  .v2-nav nav { gap: 20px; }
}

@media (max-width: 760px) {
  .v2-header { height: 72px; }
  .v2-brand.v2-brand-logo {
    width: 92px;
    height: 66px;
    flex-basis: 92px;
  }
  .v2-brand.v2-brand-logo > img { height: 62px; }
  .v2-menu {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    transition: background .2s ease;
  }
  .v2-menu:hover { background: rgba(255,255,255,.08); }
  .v2-menu .ph { font-size: 27px; }
  .v2-nav nav {
    top: 100%;
    left: -16px;
    right: -16px;
    padding: 12px 16px 18px;
    max-height: calc(100vh - 112px);
    overflow-y: auto;
    display: none;
    gap: 2px;
    background: rgba(3, 28, 55, .99);
    border-top: 1px solid rgba(255,255,255,.07);
    box-shadow: 0 18px 30px rgba(0,0,0,.18);
  }
  .v2-nav nav.open { display: grid; }
  .v2-nav nav > a,
  .v2-nav-services {
    width: 100%;
    height: 44px;
    justify-content: space-between;
    padding: 0 10px;
    border-bottom: 1px solid rgba(255,255,255,.07);
  }
  .v2-nav nav > a:hover,
  .v2-nav nav > a.active,
  .v2-nav-services:hover {
    color: #fff;
    border-bottom-color: rgba(255,255,255,.07);
    background: rgba(8, 169, 237, .09);
    border-radius: 8px;
  }
  .v2-nav-dropdown {
    width: 100%;
    height: auto;
    display: block;
  }
  .v2-dropdown-menu {
    position: static;
    width: 100%;
    padding: 0 8px;
    display: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  .v2-nav-dropdown:hover .v2-dropdown-menu,
  .v2-nav-dropdown:focus-within .v2-dropdown-menu { display: none; }
  .v2-nav-dropdown.open .v2-dropdown-menu { display: grid; transform: none; }
  .v2-dropdown-menu a {
    min-height: 40px;
    padding-left: 14px;
    background: rgba(255,255,255,.025);
  }
  .v2-header-call { display: none; }
  .v2-footer .v2-brand.v2-brand-logo { width: 126px; }
  .v2-footer .v2-brand.v2-brand-logo > img { height: 96px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .v2-reveal { opacity: 1 !important; transform: none !important; }
}
