:root {
  --ink: #12333a;
  --muted: #547076;
  --line: #d7e6e8;
  --wash: #f4fbfb;
  --foam: #ffffff;
  --tide: #087985;
  --deep: #064d58;
  --sand: #f3ecd9;
  --coral: #d66c52;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--wash);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--wash);
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(18, 51, 58, 0.14);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.nav {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  text-decoration: none;
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--deep);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-links a {
  min-height: 40px;
  padding: 10px 14px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  color: var(--muted);
}

.nav-links a[aria-current="page"],
.nav-links a:hover {
  color: var(--deep);
  background: #e7f4f4;
}

.hero {
  min-height: clamp(560px, 88vh, 760px);
  display: grid;
  align-items: end;
  background:
    linear-gradient(180deg, rgba(2, 30, 36, 0.08), rgba(2, 30, 36, 0.66)),
    var(--hero-image) center / cover;
}

.hero-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 72px;
  color: white;
}

.hero .eyebrow,
.hero h1,
.hero p {
  text-shadow: 0 4px 24px rgba(0, 25, 31, 0.72), 0 1px 2px rgba(0, 25, 31, 0.8);
}

.eyebrow {
  margin: 0 0 14px;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  font-weight: 800;
}

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

h1 {
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(3rem, 9vw, 6.5rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero p {
  max-width: 620px;
  margin-bottom: 32px;
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  line-height: 1.5;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border-radius: 4px;
  border: 1px solid transparent;
  background: var(--tide);
  color: white;
  text-decoration: none;
  font-weight: 800;
}

.button.secondary {
  color: white;
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.12);
}

.section {
  padding: 72px 0;
}

.section.alt {
  background: var(--foam);
}

.wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.section-heading h2 {
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.02;
  color: var(--deep);
}

.section-heading p,
.lead {
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.65;
}

.grid {
  display: grid;
  gap: 22px;
}

.grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--foam);
  overflow: hidden;
}

.card-body {
  padding: 24px;
}

.card h3 {
  margin-bottom: 10px;
  color: var(--deep);
  font-size: 1.25rem;
}

.card p {
  color: var(--muted);
  line-height: 1.6;
}

.feature-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: center;
}

.split img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 6px;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.check-list li {
  padding-left: 28px;
  position: relative;
  line-height: 1.5;
  color: var(--muted);
}

.check-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 0.55em;
  background: var(--coral);
}

.page-hero {
  min-height: 360px;
  display: flex;
  align-items: end;
  padding: 76px 0 46px;
  background:
    linear-gradient(180deg, rgba(2, 30, 36, 0.16), rgba(2, 30, 36, 0.72)),
    var(--page-hero-image, linear-gradient(130deg, #e6f5f6, #ffffff 58%, #f7f1df)) center / cover;
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  color: white;
  max-width: 760px;
  margin-bottom: 14px;
  font-size: clamp(2.7rem, 7vw, 5rem);
  text-shadow: 0 4px 24px rgba(0, 25, 31, 0.72), 0 1px 2px rgba(0, 25, 31, 0.8);
}

.page-hero .eyebrow,
.page-hero .lead {
  color: white;
  text-shadow: 0 3px 18px rgba(0, 25, 31, 0.78), 0 1px 2px rgba(0, 25, 31, 0.9);
}

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

.gallery-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: var(--foam);
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.gallery-grid figcaption {
  padding: 12px 14px;
  color: var(--muted);
  font-weight: 700;
}

.rate-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--foam);
}

.rate-table th,
.rate-table td {
  padding: 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.rate-table tr:last-child th,
.rate-table tr:last-child td {
  border-bottom: 0;
}

.rate-table th {
  width: 32%;
  color: var(--deep);
  font-size: 1.05rem;
}

.rate-table td {
  color: var(--muted);
  line-height: 1.55;
}

.price {
  display: block;
  margin-top: 6px;
  font-weight: 800;
  color: var(--ink);
}

.contact-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 26px;
}

.contact-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--foam);
}

.contact-card h2,
.contact-card h3 {
  color: var(--deep);
}

.contact-card p {
  color: var(--muted);
  line-height: 1.65;
}

.contact-form {
  display: grid;
  gap: 14px;
}

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

input,
textarea,
select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #bdd3d6;
  border-radius: 4px;
  padding: 11px 12px;
  font: inherit;
  color: var(--ink);
  background: white;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.site-footer {
  padding: 34px 0;
  color: #d8ecee;
  background: var(--deep);
}

.footer-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.site-footer a {
  color: white;
}

@media (max-width: 820px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 16px 0;
  }

  .nav-links {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
  }

  .nav-links a {
    padding: 10px 6px;
    text-align: center;
    font-size: 0.92rem;
  }

  .grid.three,
  .grid.two,
  .split,
  .contact-panel,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 52px 0;
  }

  .rate-table,
  .rate-table tbody,
  .rate-table tr,
  .rate-table th,
  .rate-table td {
    display: block;
    width: 100%;
  }

  .rate-table th {
    padding-bottom: 6px;
    border-bottom: 0;
  }

  .rate-table td {
    padding-top: 0;
  }
}
