:root {
  --lagoon-950: #12333b;
  --lagoon-850: #174e59;
  --lagoon-700: #207a83;
  --teal-500: #50c4bd;
  --teal-200: #c9f2eb;
  --coral-600: #e36f63;
  --coral-400: #f59a85;
  --hibiscus-500: #e6537d;
  --cream-100: #fff7ed;
  --shell-50: #fffdf8;
  --sand-200: #f1dfc7;
  --leaf-600: #3b8f68;
  --ink: #15333a;
  --muted: #647477;
  --shadow: 0 24px 70px rgba(18, 51, 59, 0.18);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  background: var(--lagoon-950);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  background: var(--shell-50);
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
}

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

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

p,
figure {
  margin: 0;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Gill Sans", "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

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

.section {
  padding: 88px 0;
}

.hero {
  position: relative;
  min-height: 96vh;
  color: #ffffff;
  overflow: hidden;
  background: url("/images/hero-open-concept-lago-marvelous.png") center / cover no-repeat;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  content: "";
  background: linear-gradient(0deg, var(--shell-50), rgba(255, 253, 248, 0));
  pointer-events: none;
}

.hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 51, 59, 0.9) 0%, rgba(18, 51, 59, 0.72) 42%, rgba(18, 51, 59, 0.22) 100%),
    linear-gradient(0deg, rgba(18, 51, 59, 0.55), rgba(227, 111, 99, 0.18));
}

.hero__nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand__mark {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  color: var(--lagoon-950);
  background: var(--cream-100);
  font-weight: 950;
}

.brand strong {
  display: block;
  font-size: 1.05rem;
  font-weight: 950;
}

.brand small,
.eyebrow,
.nav-links a,
.hero__tags span {
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand small {
  color: var(--teal-200);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.nav-links a {
  padding: 10px 0;
}

.hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  min-height: calc(96vh - 112px);
  padding: 72px 0 140px;
}

.eyebrow {
  color: var(--coral-400);
}

.hero h1 {
  max-width: 720px;
  margin-top: 14px;
  color: #ffffff;
  font-size: clamp(3.4rem, 9vw, 6.4rem);
  line-height: 0.94;
}

.hero__copy {
  max-width: 650px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.26rem);
  line-height: 1.65;
}

.hero__actions,
.hero__tags,
.proof-row,
.contact__layout,
.site-footer .shell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.hero__actions {
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 22px;
  font-weight: 950;
}

.button--primary {
  color: var(--lagoon-950);
  background: var(--cream-100);
  box-shadow: 0 12px 28px rgba(80, 196, 189, 0.24);
}

.button--ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.08);
}

.hero__tags {
  gap: 10px;
  margin-top: 34px;
}

.hero__tags span {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(18, 51, 59, 0.28);
}

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

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.dependable h2,
.lagoon-band h2,
.contact h2 {
  margin-top: 8px;
  color: var(--lagoon-950);
  font-size: clamp(2.25rem, 5vw, 4.2rem);
  line-height: 1;
}

.section-heading p,
.dependable__copy > p,
.lagoon-band p,
.contact p,
.price-card p,
.service-card p,
.dependable__panel li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.section-heading > p:last-child,
.dependable__copy > p,
.lagoon-band p,
.contact p {
  max-width: 680px;
  margin-top: 16px;
}

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

.service-card,
.price-card,
.dependable__panel {
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.service-card {
  overflow: hidden;
  background: #ffffff;
}

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

.service-card__body {
  display: grid;
  min-height: 258px;
  gap: 18px;
  padding: 22px;
}

.service-card h3,
.price-card h3,
.dependable__panel h3 {
  color: var(--lagoon-950);
  font-size: 1.25rem;
}

.service-card strong {
  align-self: end;
  width: fit-content;
  border-radius: 8px;
  padding: 8px 10px;
  color: #ffffff;
  background: var(--coral-600);
}

.dependable {
  background:
    linear-gradient(135deg, rgba(201, 242, 235, 0.68), rgba(255, 247, 237, 0.92)),
    linear-gradient(90deg, rgba(227, 111, 99, 0.08), rgba(80, 196, 189, 0.18));
}

.dependable__layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 34px;
  align-items: center;
}

.proof-row {
  gap: 12px;
  margin-top: 28px;
}

.proof-row span {
  display: grid;
  min-width: 142px;
  border-left: 4px solid var(--teal-500);
  border-radius: 8px;
  padding: 14px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.72);
}

.proof-row strong {
  color: var(--lagoon-850);
  font-size: 1.3rem;
}

.dependable__panel {
  padding: 30px;
  background: #ffffff;
}

.dependable__panel ol {
  display: grid;
  gap: 20px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.dependable__panel li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: start;
}

.dependable__panel li span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--teal-500);
  font-weight: 950;
}

.pricing {
  background: var(--shell-50);
}

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

.price-card {
  padding: 24px;
  border-top: 5px solid var(--teal-500);
  background: linear-gradient(180deg, rgba(255, 247, 237, 0.96), rgba(255, 255, 255, 0.98));
}

.price-card:nth-child(2) {
  border-top-color: var(--coral-600);
}

.price-card:nth-child(3) {
  border-top-color: var(--hibiscus-500);
}

.price-card:nth-child(4) {
  border-top-color: var(--leaf-600);
}

.price-card strong {
  display: block;
  margin: 20px 0 10px;
  color: var(--coral-600);
  font-size: 2.2rem;
  line-height: 1;
}

.lagoon-band {
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(18, 51, 59, 0.92), rgba(32, 122, 131, 0.74)),
    url("/images/move-in-ready.jpg") center / cover no-repeat;
}

.lagoon-band__content {
  max-width: 780px;
}

.lagoon-band h2,
.lagoon-band p {
  color: #ffffff;
}

.contact {
  background:
    linear-gradient(135deg, rgba(245, 154, 133, 0.18), rgba(80, 196, 189, 0.2)),
    var(--cream-100);
}

.contact__layout {
  justify-content: space-between;
  gap: 28px;
}

.contact .button--primary {
  color: #ffffff;
  background: var(--lagoon-850);
}

.site-footer {
  padding: 26px 0;
  color: rgba(255, 255, 255, 0.82);
  background: var(--lagoon-950);
}

.site-footer .shell {
  justify-content: space-between;
  gap: 12px;
}

@media (max-width: 980px) {
  .service-grid,
  .pricing-grid,
  .dependable__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dependable__layout {
    align-items: stretch;
  }
}

@media (max-width: 720px) {
  .section {
    padding: 64px 0;
  }

  .hero {
    min-height: 94vh;
    background-position: 53% center;
  }

  .hero__shade {
    background:
      linear-gradient(90deg, rgba(18, 51, 59, 0.94) 0%, rgba(18, 51, 59, 0.78) 66%, rgba(18, 51, 59, 0.32) 100%),
      linear-gradient(0deg, rgba(18, 51, 59, 0.56), rgba(227, 111, 99, 0.14));
  }

  .hero__nav {
    align-items: flex-start;
  }

  .nav-links {
    justify-content: flex-end;
    gap: 12px;
  }

  .hero__content {
    min-height: calc(94vh - 130px);
    padding: 52px 0 118px;
  }

  .service-grid,
  .pricing-grid,
  .dependable__layout {
    grid-template-columns: 1fr;
  }

  .service-card__body {
    min-height: auto;
  }

  .contact__layout,
  .site-footer .shell {
    align-items: flex-start;
  }
}

@media (max-width: 500px) {
  .hero__nav {
    display: grid;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .hero h1 {
    font-size: 3.1rem;
  }
}
