:root {
  --ink: #14333c;
  --navy: #0d2b35;
  --blue: #187c97;
  --aqua: #d7f0ed;
  --cream: #f7f5ef;
  --orange: #f46a45;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
a { color: inherit; }
.skip-link { position: absolute; left: -999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 5; padding: .65rem; background: var(--white); }
.site-header { min-height: 76px; max-width: 1240px; margin: auto; padding: 0 2rem; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: .6rem; color: var(--navy); text-decoration: none; font-size: 1.2rem; font-weight: 700; letter-spacing: -.04em; }
.brand b { color: var(--orange); }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; color: var(--white); background: var(--orange); border-radius: 50%; font-size: .85rem; letter-spacing: -.1em; }
.site-nav { display: flex; align-items: center; gap: 1.75rem; font-size: .9rem; font-weight: bold; }
.site-nav a { text-decoration: none; }
.nav-call { padding: .65rem 1rem; border: 1px solid var(--ink); border-radius: 99px; }
.menu-toggle { display: none; background: none; border: 1px solid var(--ink); border-radius: 4px; padding: .45rem .7rem; color: var(--ink); font-weight: bold; }
.hero { min-height: 580px; background: linear-gradient(90deg, rgba(9, 35, 44, .92) 0%, rgba(9, 35, 44, .72) 43%, rgba(9, 35, 44, .2) 100%), url("https://images.pexels.com/photos/6419128/pexels-photo-6419128.jpeg?auto=compress&cs=tinysrgb&w=1800") center/cover; color: var(--white); }
.hero-content { max-width: 1240px; margin: auto; padding: 7.5rem 2rem 5rem; }
.eyebrow { margin: 0 0 1rem; color: var(--blue); font-weight: bold; text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; }
.hero .eyebrow { color: #a4dfe0; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 1rem; font-size: clamp(3.2rem, 7vw, 6rem); line-height: .95; letter-spacing: -.07em; }
h2 { margin-bottom: 1.5rem; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.03; letter-spacing: -.055em; }
h3 { margin-bottom: .65rem; font-size: 1.25rem; letter-spacing: -.03em; }
.hero-copy { max-width: 505px; font-size: 1.15rem; }
.hero-actions { display: flex; gap: .8rem; margin: 2rem 0 1.35rem; flex-wrap: wrap; }
.button { display: inline-block; border: 0; border-radius: 3px; padding: .9rem 1.2rem; font: inherit; font-weight: bold; text-decoration: none; cursor: pointer; }
.button-primary { color: var(--white); background: var(--orange); }
.button-primary:hover { background: #da5636; }
.button-secondary { color: var(--white); border: 1px solid rgba(255,255,255,.75); }
.availability { font-size: .85rem; }
.availability span { display: inline-block; width: .55rem; height: .55rem; margin-right: .35rem; border-radius: 50%; background: #77d6a4; }
.trust-bar { max-width: 1240px; margin: auto; padding: 1.15rem 2rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; font-size: .85rem; }
.trust-bar p { margin: 0; }
.trust-bar strong { display: block; color: var(--blue); }
.section { max-width: 1240px; margin: auto; padding: 6.5rem 2rem; }
.section-heading { display: flex; align-items: end; justify-content: space-between; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #b9c7c5; }
.service-card { min-height: 245px; padding: 1.8rem 1.5rem 1rem 0; border-right: 1px solid #b9c7c5; }
.service-card + .service-card { padding-left: 1.5rem; }
.service-card:last-child { border-right: 0; }
.service-number { display: block; margin-bottom: 2.8rem; color: var(--orange); font-weight: bold; font-size: .8rem; }
.service-card p { color: #52696d; font-size: .93rem; }
.about { max-width: none; padding: 6.5rem max(2rem, calc((100% - 1176px) / 2)); display: grid; grid-template-columns: 1.25fr .75fr; gap: 5rem; color: var(--white); background: var(--navy); }
.about .eyebrow { color: #91cfca; }
.about h2 { margin: 0; }
.about-copy { align-self: end; font-size: 1.05rem; color: #d5e7e5; }
.text-link { color: var(--white); font-weight: bold; text-decoration-color: var(--orange); text-underline-offset: .35em; }
.text-link span { color: var(--orange); margin-left: .25rem; }
.contact { max-width: 700px; }
.contact > div > p:not(.eyebrow) { max-width: 460px; color: #52696d; }
.contact-phone, .contact-email { display: block; margin-top: .8rem; color: var(--blue); font-size: 1.5rem; font-weight: bold; text-decoration: none; }
.contact-email { margin-top: .2rem; font-size: 1.05rem; text-decoration: underline; text-underline-offset: .2em; }
footer { max-width: 1240px; margin: auto; padding: 2.5rem 2rem; border-top: 1px solid #b9c7c5; display: grid; grid-template-columns: 2fr 2fr 1fr 1fr; gap: 1rem; font-size: .78rem; color: #52696d; }
footer p { margin: 0; }
.photo-credit a { color: inherit; }

@media (max-width: 760px) {
  .site-header { padding: 0 1.25rem; position: relative; }
  .menu-toggle { display: block; }
  .site-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; z-index: 3; padding: 1.25rem; background: var(--cream); box-shadow: 0 8px 15px #14333c22; flex-direction: column; align-items: stretch; gap: 1rem; }
  .site-nav.is-open { display: flex; }
  .nav-call { text-align: center; }
  .hero { min-height: 550px; background-position: 58% center; }
  .hero-content { padding: 6rem 1.25rem 3.5rem; }
  .trust-bar, .service-grid, .about, footer { grid-template-columns: 1fr; }
  .trust-bar { padding: 1.5rem 1.25rem; gap: 1rem; }
  .section { padding: 4rem 1.25rem; }
  .service-card, .service-card + .service-card { min-height: auto; padding: 1.5rem 0; border-right: 0; border-bottom: 1px solid #b9c7c5; }
  .service-number { margin-bottom: 1.2rem; }
  .about { gap: 1.5rem; padding: 4rem 1.25rem; }
  footer { padding: 2.5rem 1.25rem; gap: .65rem; }
}
