:root {
  --ink: #071d3a;
  --text: #172433;
  --muted: #687481;
  --line: #e7edf0;
  --paper: #fbfcfc;
  --surface: #ffffff;
  --soft: #f4f8f8;
  --teal: #11a6a1;
  --teal-dark: #07807d;
  --navy: #061b36;
  --shadow: 0 26px 70px rgba(7, 29, 58, 0.11);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: "Aptos", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "brand nav cta";
  align-items: center;
  gap: 28px;
  min-height: 92px;
  padding: 12px clamp(18px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(231, 237, 240, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  grid-area: brand;
  display: inline-flex;
  align-items: center;
  width: min(236px, 48vw);
  text-decoration: none;
}

.brand img {
  width: 100%;
  height: 68px;
  object-fit: contain;
  object-position: left center;
}

.main-nav {
  grid-area: nav;
  display: flex;
  justify-content: center;
  gap: clamp(16px, 3vw, 38px);
  font-size: 0.88rem;
  font-weight: 700;
}

.main-nav a,
.site-footer a {
  text-decoration: none;
}

.main-nav a {
  color: var(--muted);
  transition: color 180ms ease;
}

.main-nav a[aria-current="page"],
.main-nav a:hover {
  color: var(--teal-dark);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.header-cta {
  grid-area: cta;
}

.header-cta,
.button.primary {
  color: #fff;
  background: var(--navy);
}

.header-cta:hover,
.button.primary:hover {
  background: var(--teal-dark);
  transform: translateY(-1px);
}

.button.secondary {
  color: var(--navy);
  background: #fff;
  border-color: var(--line);
}

.button.secondary:hover {
  border-color: var(--teal);
  transform: translateY(-1px);
}

.button.light {
  color: var(--navy);
}

.hero {
  min-height: calc(100vh - 92px);
  display: grid;
  align-items: end;
  padding: clamp(86px, 10vw, 146px) clamp(18px, 4vw, 64px) 54px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 18, 38, 0.88), rgba(3, 18, 38, 0.52) 48%, rgba(3, 18, 38, 0.06)),
    url("https://images.unsplash.com/photo-1686178827149-6d55c72d81df?auto=format&fit=crop&w=1900&q=88") center / cover;
}

.hero-content {
  max-width: 830px;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: inherit;
  font-family: "Aptos Display", "Aptos", "Segoe UI", Arial, sans-serif;
  font-weight: 650;
  letter-spacing: 0;
}

h1 {
  max-width: 900px;
  margin-bottom: 22px;
  font-size: clamp(2.6rem, 6.2vw, 5.9rem);
  line-height: 0.98;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.85rem, 3.5vw, 3.35rem);
  line-height: 1.04;
}

h3 {
  margin-bottom: 14px;
  font-size: 1.32rem;
  line-height: 1.16;
}

.hero-copy {
  max-width: 675px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cta-line {
  max-width: 610px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 700;
}

.notice-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px clamp(18px, 4vw, 64px);
  color: #fff;
  background: var(--navy);
}

.notice-band p {
  margin: 0;
}

.notice-band a {
  color: #fff;
  font-weight: 800;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px clamp(18px, 4vw, 64px);
  background: var(--line);
}

.trust-strip div {
  padding: clamp(22px, 3vw, 34px);
  background: #fff;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  color: var(--navy);
  font-weight: 850;
}

.trust-strip span {
  color: var(--muted);
}

.section {
  padding: clamp(62px, 8vw, 110px) clamp(18px, 4vw, 64px);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 38px;
}

.section-heading p:not(.eyebrow),
.split-section p {
  color: var(--muted);
}

.service-grid,
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-card,
figure {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 18px 50px rgba(7, 29, 58, 0.06);
}

.service-card img,
figure img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.03);
}

.service-card div {
  padding: 26px;
}

.service-icon {
  display: block;
  margin-bottom: 18px;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

ul {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

li + li {
  margin-top: 8px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: start;
  background: var(--soft);
}

.feature-list {
  display: grid;
  gap: 12px;
}

.feature-list div {
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.feature-list strong,
.feature-list span {
  display: block;
}

.feature-list strong {
  color: var(--navy);
  font-weight: 850;
}

.feature-list span {
  color: var(--muted);
}

.pricing-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 34px;
  align-items: center;
  padding: clamp(48px, 6vw, 82px) clamp(18px, 4vw, 64px);
  color: #fff;
  background: var(--navy);
}

.pricing-band p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.price-box {
  min-width: 220px;
  padding: 24px;
  text-align: center;
  color: var(--navy);
  background: #fff;
  border-radius: 6px;
}

.price-box span,
.price-box small {
  display: block;
  color: var(--muted);
}

.price-box strong {
  display: block;
  font-size: 4.2rem;
  line-height: 1;
}

.area-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 28px;
}

.area-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  list-style: none;
}

.area-list li {
  margin: 0;
  padding: 18px;
  color: var(--navy);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 850;
}

iframe {
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 6px;
}

.final-cta {
  padding: clamp(58px, 8vw, 100px) clamp(18px, 4vw, 64px);
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 18, 38, 0.9), rgba(3, 18, 38, 0.46)),
    url("https://images.unsplash.com/photo-1563453392212-326f5e854473?auto=format&fit=crop&w=1800&q=88") center / cover;
}

.final-cta h2,
.final-cta p {
  max-width: 720px;
}

.page-hero {
  min-height: 455px;
  display: grid;
  align-items: end;
  padding: clamp(92px, 11vw, 148px) clamp(18px, 4vw, 64px) 48px;
  color: #fff;
}

.page-hero > div {
  max-width: 780px;
}

.page-hero p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.14rem;
}

.about-hero {
  background:
    linear-gradient(90deg, rgba(3, 18, 38, 0.88), rgba(3, 18, 38, 0.35)),
    url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1800&q=88") center / cover;
}

.gallery-hero {
  background:
    linear-gradient(90deg, rgba(3, 18, 38, 0.88), rgba(3, 18, 38, 0.32)),
    url("https://images.unsplash.com/photo-1556911220-bff31c812dba?auto=format&fit=crop&w=1800&q=88") center / cover;
}

.contact-hero {
  background:
    linear-gradient(90deg, rgba(3, 18, 38, 0.88), rgba(3, 18, 38, 0.3)),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=88") center / cover;
}

figure {
  margin: 0;
}

figcaption {
  padding: 16px 18px;
  color: var(--navy);
  font-weight: 850;
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 30px;
  align-items: start;
}

.contact-panel,
.quote-form {
  padding: clamp(24px, 4vw, 38px);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.contact-method {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.contact-method span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-method a {
  font-size: 1.18rem;
  font-weight: 850;
  color: var(--teal-dark);
}

.contact-method p {
  margin: 4px 0 0;
}

.small-note {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.quote-form {
  display: grid;
  gap: 16px;
}

.quote-form h2 {
  margin-bottom: 0;
}

label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  color: var(--text);
  background: #fbfcfc;
  border: 1px solid var(--line);
  border-radius: 4px;
  font: inherit;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--teal);
  outline: 3px solid rgba(17, 166, 161, 0.13);
}

textarea {
  resize: vertical;
}

.map-only {
  padding-top: 0;
  overflow: hidden;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px clamp(18px, 4vw, 64px);
  color: #fff;
  background: #041326;
}

.site-footer p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.site-footer div:last-child {
  display: flex;
  gap: 20px;
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "brand cta"
      "nav nav";
  }

  .brand {
    width: min(190px, 56vw);
  }

  .main-nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-top: 4px;
  }

  .hero {
    min-height: 680px;
  }

  .service-grid,
  .gallery-grid,
  .split-section,
  .pricing-band,
  .area-layout,
  .contact-layout,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .pricing-band {
    align-items: start;
  }
}

@media (max-width: 640px) {
  .site-header {
    position: static;
  }

  .brand {
    width: 168px;
  }

  .brand img {
    height: 62px;
  }

  .header-cta {
    min-width: 118px;
  }

  .hero {
    min-height: auto;
    padding-top: 92px;
  }

  h1 {
    font-size: 2.44rem;
  }

  .notice-band,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .area-list {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .hero-actions .button,
  .button {
    width: 100%;
  }
}
