/* ============ BASE ============ */
* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  color: #0d2733;
  background: #fbf8f1;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

input, textarea, select, button { font-family: inherit; }

::placeholder { color: #8a9aa1; }

.container { max-width: 1200px; margin: 0 auto; }

.section { padding: clamp(64px, 9vw, 110px) 28px; }

.section-shell { scroll-margin-top: 80px; }

/* ============ SHARED TYPE ============ */
.eyebrow {
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0 0 16px;
}
.eyebrow-teal { color: #1d7e8f; }
.eyebrow-cyan { color: #5fd0d9; letter-spacing: 0.18em; }

.section-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 4.5vw, 54px);
  line-height: 1.03;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}
.section-title-light { color: #fff; }

.section-lede {
  font-size: 18px;
  line-height: 1.6;
  color: #4f626b;
  margin: 0;
}

.prose {
  font-size: 18px;
  line-height: 1.65;
  color: #3f5159;
  margin: 0 0 18px;
}
.prose-light {
  font-size: 18px;
  line-height: 1.65;
  color: #cdd9de;
  margin: 0 0 18px;
}
.prose-mb-lg { margin-bottom: 28px; }

.price {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 32px;
  color: #0d2733;
  line-height: 1;
}
.price-light { font-size: 30px; color: #fff; }
.price-suffix { font-size: 14px; font-weight: 500; color: #7a8a90; }
.price-suffix-light { color: #a9bcc4; }
.price-note { font-size: 14px; color: #7a8a90; margin: 6px 0 16px; }

/* ============ BUTTONS ============ */
.btn {
  display: inline-block;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  transition: background .15s, transform .15s, border-color .15s, box-shadow .15s;
}
.btn-amber { background: #f4b223; color: #0d2733; font-size: 15px; padding: 11px 22px; }
.btn-amber:hover { background: #e0a40f; }
.btn-dark { background: #0d2733; color: #fff; font-size: 15px; padding: 13px; }
.btn-dark:hover { background: #123141; }
.btn-ghost {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.35);
  color: #fff;
}
.btn-ghost:hover { background: rgba(255,255,255,0.2); }
.btn-lg { font-size: 17px; padding: 16px 30px; }
.btn-block { display: block; text-align: center; margin-top: 16px; }

.link-teal { color: #1d7e8f; font-weight: 700; text-decoration: none; }

/* ============ HEADER ============ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251,248,241,0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(13,39,51,0.08);
}
.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { height: 52px; width: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.nav-link {
  text-decoration: none;
  color: #0d2733;
  font-weight: 600;
  font-size: 15px;
}
.nav-link:hover { color: #1d7e8f; }
.nav-cta { padding: 11px 22px; }

/* ============ HERO ============ */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  background-image: url('assets/dock-habitat.jpeg');
  background-size: cover;
  background-position: center 35%;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg, rgba(8,28,40,0.92) 0%, rgba(8,28,40,0.78) 38%, rgba(8,28,40,0.28) 70%, rgba(8,28,40,0.12) 100%);
}
.hero-inner {
  position: relative;
  padding: 80px 28px;
  width: 100%;
}
.hero-content { max-width: 640px; }
.hero-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 900;
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: #fff;
  margin: 0 0 24px;
}
.hero-content .eyebrow { margin-bottom: 22px; }
.hero-lede {
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.6;
  color: #cdd9de;
  margin: 0 0 36px;
  max-width: 540px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* ============ STAT BAND ============ */
.stat-band { background: #0d2733; color: #fff; }
.stat-grid {
  padding: 44px 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.stat { text-align: center; }
.stat-num {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: clamp(30px, 4vw, 46px);
  color: #5fd0d9;
  line-height: 1;
}
.stat-label { font-size: 14px; color: #a9bcc4; margin-top: 8px; }

/* ============ SERVICES ============ */
.services-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: clamp(30px, 4.5vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  max-width: 760px;
}
.services-lede { max-width: 620px; margin: 0 0 48px; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service-card {
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(13,39,51,0.1);
  border-radius: 12px;
  padding: 28px;
  display: block;
  transition: border-color .15s, transform .15s;
}
.service-card:hover { border-color: #1d7e8f; transform: translateY(-3px); }
.service-icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: #e6f3f4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.icon-square { width: 18px; height: 18px; border: 3px solid #1d7e8f; border-radius: 3px; }
.icon-piling { width: 14px; height: 22px; border: 3px solid #1d7e8f; border-radius: 7px; }
.icon-dot { width: 18px; height: 18px; border-radius: 50%; background: #1d7e8f; }
.icon-bubbles {
  width: 8px; height: 8px; border-radius: 50%; background: #1d7e8f;
  box-shadow: 12px 0 0 #1d7e8f, 6px -9px 0 #1d7e8f;
}
.service-card-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin: 0 0 8px;
}
.service-card-text { font-size: 15px; line-height: 1.55; color: #4f626b; margin: 0; }

.service-card-dark {
  background: #0d2733;
  border: 1px solid #0d2733;
  grid-column: span 2;
}
.service-card-dark:hover { background: #123141; transform: none; border-color: #0d2733; }
.service-card-dark-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}
.service-card-dark-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 23px;
  margin: 0 0 8px;
  color: #fff;
}
.service-card-dark-text { font-size: 15px; line-height: 1.55; color: #a9bcc4; margin: 0; }
.service-card-pill {
  flex: none;
  background: #f4b223;
  color: #0d2733;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 24px;
  border-radius: 6px;
  white-space: nowrap;
}

/* ============ REEFS ============ */
.reefs { background: #f1e8d6; }
.reefs-intro {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 64px;
}
.callout {
  background: #fff;
  border-left: 4px solid #f4b223;
  border-radius: 0 8px 8px 0;
  padding: 22px 26px;
}
.callout-text {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.25;
  margin: 0;
  color: #0d2733;
}
.callout-text em { font-style: normal; color: #1d7e8f; }
.reefs-image {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(13,39,51,0.22);
}
.reefs-image img { width: 100%; height: 100%; object-fit: cover; }

.editions-eyebrow {
  text-align: center;
  font-size: 15px;
  color: #7a6f57;
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 28px;
}
.editions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}
.edition-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(13,39,51,0.08);
}
.edition-card-featured { border: 2px solid #1d7e8f; position: relative; }
.edition-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #1d7e8f;
  color: #fff;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.06em;
  padding: 6px 12px;
  border-radius: 20px;
  z-index: 2;
}
.edition-photo {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  font-size: 12px;
}
.edition-photo-1 {
  background: repeating-linear-gradient(135deg, #dfe9ea, #dfe9ea 11px, #e9f1f1 11px, #e9f1f1 22px);
  color: #8aa0a4;
}
.edition-photo-2 {
  background: repeating-linear-gradient(135deg, #e6ddc7, #e6ddc7 11px, #efe8d6 11px, #efe8d6 22px);
  color: #a3936f;
}
.edition-photo-3 {
  background: repeating-linear-gradient(135deg, #d4dde0, #d4dde0 11px, #dfe7ea 11px, #dfe7ea 22px);
  color: #7d8f95;
}
.edition-photo-img {
  padding: 0;
  background: #ffffff;
}
.edition-photo-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.edition-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.edition-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 23px;
  margin: 0 0 4px;
}
.edition-tag {
  font-size: 13px;
  font-weight: 600;
  color: #1d7e8f;
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.edition-tag-cyan { color: #5fd0d9; }
.edition-text { font-size: 15px; line-height: 1.6; color: #4f626b; margin: 0 0 20px; }
.edition-foot { margin-top: auto; }

/* ============ PILINGS ============ */
.pilings-intro { max-width: 720px; margin-bottom: 56px; }
.wrap-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: stretch;
  margin-bottom: 64px;
}
.feature-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: clamp(24px, 3vw, 34px);
  margin: 0 0 10px;
}
.feature-title-light { color: #fff; }
.feature-text { font-size: 17px; line-height: 1.65; color: #4f626b; margin: 0 0 26px; }
.steps { display: flex; flex-direction: column; gap: 14px; }
.step { display: flex; gap: 16px; align-items: flex-start; }
.step-num {
  flex: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #0d2733;
  color: #fff;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-heading { font-family: 'Archivo', sans-serif; font-size: 16px; }
.step-text { font-size: 15px; color: #4f626b; margin: 3px 0 0; line-height: 1.5; }

.photo-block {
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: monospace;
  font-size: 13px;
}
.photo-block-light {
  height: 380px;
  background: repeating-linear-gradient(135deg, #dfe9ea, #dfe9ea 12px, #e9f1f1 12px, #e9f1f1 24px);
  color: #8aa0a4;
}
.photo-img {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.photo-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* No fixed height on desktop: align-items:stretch makes this match the
   text column, and the absolutely-positioned image fills it (cropping the
   bottom). A definite height is restored at the mobile breakpoint. */
.photo-img-wrap { min-height: 0; }
.photo-block-dark {
  background: repeating-linear-gradient(135deg, #16323f, #16323f 12px, #1b3947 12px, #1b3947 24px);
  color: #5e7a86;
}

.jacket {
  background: #0d2733;
  border-radius: 16px;
  padding: clamp(32px, 5vw, 56px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.jacket-photo { height: 340px; border-radius: 12px; }
.jacket-diagram { background: #112a36; }
.jacket-diagram img { object-fit: contain; }
.jacket-text { font-size: 17px; line-height: 1.65; color: #cdd9de; margin: 0 0 20px; }
.jacket-punch {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #f4b223;
  margin: 0 0 24px;
}
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  font-size: 14px;
  color: #cdd9de;
  background: rgba(255,255,255,0.08);
  padding: 8px 14px;
  border-radius: 20px;
}
.pilings-foot { text-align: center; font-size: 16px; color: #4f626b; margin: 36px 0 0; }

/* ---- Per-piling pricing tiers ---- */
.price-block { margin-top: 28px; }
.price-block-label {
  font-family: 'Archivo', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1d7e8f;
  margin: 0 0 8px;
}
.price-block-label-cyan { color: #5fd0d9; }
.price-tiers {
  list-style: none;
  margin: 0;
  padding: 0;
}
.price-tier {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(13,39,51,0.12);
}
.price-tier:first-child { border-top: 1px solid rgba(13,39,51,0.12); }
.price-tier-range { font-size: 16px; color: #3f5159; }
.price-tier-price {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 19px;
  color: #0d2733;
  white-space: nowrap;
}
.price-tier-unit { font-size: 13px; font-weight: 500; color: #7a8a90; }
.price-tier-price-call { font-size: 15px; font-weight: 700; }
.price-tier-price-call a { color: #1d7e8f; text-decoration: none; }
.price-tier-price-call a:hover { text-decoration: underline; }

.price-tiers-dark .price-tier { border-bottom-color: rgba(255,255,255,0.14); }
.price-tiers-dark .price-tier:first-child { border-top-color: rgba(255,255,255,0.14); }
.price-tiers-dark .price-tier-range { color: #cdd9de; }
.price-tiers-dark .price-tier-price { color: #f4b223; }
.price-tiers-dark .price-tier-unit { color: #8ba3ac; }
.price-tiers-dark .price-tier-price-call a { color: #5fd0d9; }

.lighting-subnote {
  font-size: 14px;
  color: #a9bcc4;
  margin: 14px 0 0;
}

/* ============ LIGHTING ============ */
.lighting { background: #0d2733; color: #fff; }
.lighting-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.lighting-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.lighting-photo { height: 240px; margin-bottom: 20px; }
.spec-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 26px;
}
.spec-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5fd0d9;
  margin: 0 0 18px;
}
.spec-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 28px;
}
.spec-key { font-size: 13px; color: #a9bcc4; }
.spec-key-mb { margin-bottom: 8px; }
.spec-val { font-size: 16px; font-weight: 600; }
.spec-colors { grid-column: span 2; }
.color-chips { display: flex; gap: 8px; flex-wrap: wrap; }
.color-chip {
  font-size: 13px;
  background: rgba(255,255,255,0.08);
  padding: 5px 12px;
  border-radius: 14px;
}
.color-chip-on { background: rgba(95,208,217,0.18); color: #9fe6ec; }

.lighting-note {
  margin-top: 48px;
  padding: 24px 28px;
  background: rgba(244,178,35,0.1);
  border: 1px solid rgba(244,178,35,0.3);
  border-radius: 12px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.lighting-note-dot {
  flex: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f4b223;
  box-shadow: 0 0 16px 4px rgba(244,178,35,0.6);
}
.lighting-note p { margin: 0; font-size: 16px; line-height: 1.5; color: #e7eef1; }
.lighting-note strong { color: #fff; }

/* ============ WATER ============ */
.water { background: #f1e8d6; }
.water-intro { max-width: 760px; margin-bottom: 48px; }
.water-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 40px;
}
.water-card {
  background: #fff;
  border-radius: 14px;
  padding: 32px;
  border: 1px solid rgba(13,39,51,0.08);
}
.water-card-dark { background: #0d2733; color: #fff; border: none; }
.water-card-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 22px;
  margin: 0 0 12px;
}
.water-card-title-light { color: #fff; }
.water-card-text { font-size: 16px; line-height: 1.6; color: #4f626b; margin: 0 0 14px; }
.water-card-text-last { margin-bottom: 0; }
.water-card-text-light { font-size: 16px; line-height: 1.6; color: #cdd9de; margin: 0 0 14px; }
.water-card-text-strong { font-size: 16px; line-height: 1.6; color: #fff; margin: 0; font-weight: 600; }

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}
.benefit {
  background: #fff;
  border-radius: 12px;
  padding: 22px;
  border: 1px solid rgba(13,39,51,0.08);
}
.benefit-title {
  font-family: 'Archivo', sans-serif;
  font-size: 16px;
  display: block;
  margin-bottom: 6px;
}
.benefit-text { font-size: 14px; color: #4f626b; line-height: 1.5; }

.water-cta {
  background: #fff;
  border-radius: 16px;
  padding: clamp(28px, 4vw, 44px);
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(13,39,51,0.08);
}
.water-cta-copy { max-width: 520px; }
.water-cta-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: clamp(22px, 2.6vw, 30px);
  margin: 0 0 10px;
}
.water-cta-text { font-size: 16px; line-height: 1.6; color: #4f626b; margin: 0; }
.water-cta-price { text-align: right; }
.water-cta-price .price { font-size: clamp(32px, 4vw, 46px); }

/* ============ QUOTE ============ */
.quote-wrap { max-width: 1080px; margin: 0 auto; }
.quote-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: start;
}
.quote-title {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.03;
}
.quote-lede { font-size: 17px; line-height: 1.65; color: #4f626b; margin: 0 0 28px; }
.quote-points { display: flex; flex-direction: column; gap: 16px; }
.quote-point { display: flex; gap: 12px; align-items: center; }
.quote-point span { font-size: 15px; color: #3f5159; }
.quote-point-icon {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #e6f3f4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.quote-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(13,39,51,0.1);
  padding: clamp(24px, 3vw, 40px);
  box-shadow: 0 18px 50px rgba(13,39,51,0.08);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.field label {
  font-size: 13px;
  font-weight: 600;
  color: #3f5159;
  display: block;
  margin-bottom: 6px;
}
.field input,
.field textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid rgba(13,39,51,0.18);
  border-radius: 8px;
  font-size: 15px;
  color: #0d2733;
  background: #fff;
}
.field textarea { resize: vertical; }
.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: #1d7e8f;
  box-shadow: 0 0 0 3px rgba(29,126,143,0.12);
}
.field-block { margin-bottom: 18px; }
.field-block label { margin-bottom: 10px; }
#f-message { margin-bottom: 0; }
.field-block:has(#f-message) { margin-bottom: 20px; }

.interest-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.interest-chip {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 16px;
  border-radius: 22px;
  cursor: pointer;
  transition: all .15s;
  background: #fff;
  color: #3f5159;
  border: 1px solid rgba(13,39,51,0.22);
}
.interest-chip:hover { border-color: rgba(13,39,51,0.4); }
.interest-chip.is-on {
  background: #0d2733;
  color: #fff;
  border: 1px solid #0d2733;
}

.btn-submit {
  width: 100%;
  font-size: 17px;
  padding: 16px;
  border-radius: 8px;
}
.btn-submit:disabled { opacity: 0.7; cursor: default; }

.quote-error {
  margin: 14px 0 0;
  font-size: 14px;
  color: #c0392b;
  text-align: center;
}

.quote-success { text-align: center; padding: 40px 12px; }
.quote-success-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #e6f3f4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 30px;
}
.quote-success-title {
  font-family: 'Archivo', sans-serif;
  font-weight: 800;
  font-size: 26px;
  margin: 0 0 10px;
}
.quote-success-text { font-size: 16px; line-height: 1.6; color: #4f626b; margin: 0; }

/* ============ FOOTER ============ */
.site-footer { background: #0d2733; color: #fff; }
.footer-grid {
  padding: 56px 28px 36px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
}
.footer-logo { height: 64px; width: auto; margin-bottom: 16px; }
.footer-blurb {
  font-size: 15px;
  line-height: 1.6;
  color: #a9bcc4;
  margin: 0;
  max-width: 320px;
}
.footer-heading {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5fd0d9;
  margin: 0 0 16px;
}
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a { color: #cdd9de; text-decoration: none; font-size: 15px; }
.footer-links a:hover { color: #fff; }
.footer-static { color: #cdd9de; font-size: 15px; }
.footer-bar { border-top: 1px solid rgba(255,255,255,0.1); }
.footer-copy { padding: 20px 28px; font-size: 13px; color: #7e95a0; }

/* ============ RESPONSIVE ============
   The prototype relies on clamp() for fluid type but has no breakpoints,
   so its multi-column grids overflow on small screens. These rules collapse
   the grids without altering the desktop appearance. */
@media (max-width: 900px) {
  .reefs-intro,
  .wrap-grid,
  .jacket,
  .lighting-grid,
  .water-cols,
  .quote-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .services-grid,
  .editions-grid { grid-template-columns: 1fr 1fr; }
  .service-card-dark { grid-column: span 2; }
  .stat-grid,
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .reefs-intro { margin-bottom: 48px; }
  .photo-img-wrap { height: 320px; }
}

@media (max-width: 640px) {
  .header-inner { flex-direction: column; gap: 14px; }
  .main-nav { gap: 16px; flex-wrap: wrap; justify-content: center; }
  .services-grid,
  .editions-grid { grid-template-columns: 1fr; }
  .service-card-dark { grid-column: auto; }
  .service-card-dark-inner { flex-direction: column; align-items: flex-start; }
  .stat-grid,
  .benefits-grid,
  .field-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .water-cta { flex-direction: column; align-items: flex-start; }
  .water-cta-price { text-align: left; }
  .editions-grid { gap: 20px; }
}
