/* Option 1 — Coastal Fresh. Final visual system. */
@font-face {
  font-family: Manrope;
  src: url("manrope-variable.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --ink: #073b3a;
  --dark: #052e2d;
  --sea: #78c7b3;
  --sea-soft: #e6f4ef;
  --lime: #b7d94a;
  --sand: #f4efe6;
  --paper: #f8faf6;
  --text: #274b4a;
  --muted: #607776;
  --line: #dbe8e3;
  --shadow: 0 26px 70px rgba(5, 46, 45, 0.13);
  --soft: 0 14px 42px rgba(5, 46, 45, 0.075);
}

body {
  background: linear-gradient(180deg, #fbfcf9 0, #fff 720px);
  color: var(--text);
  font-family: Manrope, Arial, "Segoe UI", sans-serif;
}

.shell {
  width: min(1340px, calc(100% - 52px));
}

.location-strip {
  display: none;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 100;
  padding-top: 16px;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.header-inner {
  width: min(1410px, calc(100% - 36px));
  height: 86px;
  padding: 0 24px 0 20px;
  border: 1px solid rgba(219, 232, 227, 0.72);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 13px 46px rgba(5, 46, 45, 0.09);
  backdrop-filter: blur(18px);
}

.brand {
  gap: 10px;
}

.brand-mark {
  width: 45px;
  height: 45px;
  color: var(--ink);
}

.brand > span:last-child {
  display: block;
}

.brand strong,
.brand small {
  color: var(--ink);
  font-size: 20px;
  font-weight: 780;
  line-height: 1;
  letter-spacing: -0.045em;
}

.brand small {
  display: inline;
  margin: 0 0 0 5px;
  text-transform: none;
}

.site-nav {
  gap: 23px;
}

.site-nav a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.site-nav .nav-cta {
  padding: 14px 22px;
  border-radius: 15px;
  background: var(--dark);
  box-shadow: 0 12px 25px rgba(5, 46, 45, 0.16);
}

h1,
h2,
h3 {
  font-weight: 760;
}

h1 {
  color: var(--dark);
  font-size: clamp(56px, 5.3vw, 72px);
  line-height: 0.99;
  letter-spacing: -0.06em;
}

h2 {
  font-size: clamp(40px, 4.25vw, 60px);
  line-height: 1.03;
  letter-spacing: -0.052em;
}

.hero {
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 70px;
  min-height: 590px;
  padding-block: 34px 18px;
}

.hero-copy {
  padding-left: 10px;
}

.hero .eyebrow {
  display: none;
}

.hero h1 {
  max-width: 620px;
  margin: 0 0 24px;
}

.hero-lead {
  max-width: 570px;
  margin-bottom: 0;
  color: #586f6e;
  font-size: 18px;
  line-height: 1.72;
}

.button-row {
  gap: 13px;
  margin-top: 30px;
}

.button {
  min-height: 54px;
  padding: 0 23px;
  border-radius: 15px;
  font-size: 13px;
}

.button-primary {
  background: var(--dark);
  box-shadow: 0 14px 28px rgba(5, 46, 45, 0.18);
}

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

.trust-line {
  margin-top: 27px;
  font-size: 12px;
  letter-spacing: 0.01em;
}

.trust-check {
  width: 30px;
  height: 30px;
  border-color: #a8cb45;
  background: #f5f8ea;
}

.hero-image {
  min-height: 510px;
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.hero-image img {
  height: 510px;
  object-position: center;
}

.hero-badge {
  display: none;
}

.service-ribbon {
  gap: 18px;
  padding: 0 0 72px;
}

.service-card {
  min-height: 112px;
  padding: 21px 22px;
  border-color: rgba(219, 232, 227, 0.92);
  border-radius: 25px;
  box-shadow: 0 15px 42px rgba(5, 46, 45, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-card:hover {
  border-color: #a9d8ca;
  box-shadow: 0 20px 52px rgba(5, 46, 45, 0.11);
}

.service-icon {
  width: 58px;
  height: 58px;
  background: linear-gradient(145deg, #edf8f4, #dcefe8);
}

.service-card strong {
  font-size: 15px;
  letter-spacing: -0.025em;
}

.service-card small {
  margin-top: 3px;
  font-size: 11px;
}

.card-arrow {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f2f7ef;
  color: var(--ink);
}

.intro {
  padding-top: 102px;
}

.feature,
.page-hero.with-image,
.content-grid,
.checklist-panel,
.contact-page-grid {
  gap: 82px;
}

.image-frame,
.page-hero-image {
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.expectation-card,
.detail-card,
.area-detail-card,
.process-grid article {
  border-radius: 24px;
  box-shadow: 0 12px 36px rgba(5, 46, 45, 0.045);
}

.paper {
  background: var(--paper);
}

.area-card,
.quote-form,
.contact-sidebar {
  border-radius: 28px;
}

.contact-band {
  background: var(--dark);
}

.site-footer {
  background: #031f1e;
}

/* Internal-page content system */
.editorial-section {
  padding-block: 108px;
}

.editorial-section + .editorial-section {
  padding-top: 0;
}

.editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 86px;
  align-items: start;
}

.editorial-heading {
  position: sticky;
  top: 132px;
}

.editorial-heading h2 {
  max-width: 560px;
  margin: 16px 0 20px;
}

.editorial-heading p {
  max-width: 520px;
  font-size: 16px;
}

.content-stack {
  display: grid;
  gap: 16px;
}

.content-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(5, 46, 45, 0.045);
}

.content-card h3 {
  margin: 0 0 10px;
  font-size: 21px;
  letter-spacing: -0.035em;
}

.content-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
}

.content-card p + p {
  margin-top: 12px;
}

.content-card .tick-list {
  margin-bottom: 0;
}

.two-column-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
}

.two-column-copy article {
  padding: 30px;
  border-radius: 24px;
  background: var(--paper);
}

.two-column-copy h3 {
  margin-bottom: 12px;
  font-size: 23px;
}

.two-column-copy p {
  margin-bottom: 0;
  font-size: 14px;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 44px;
}

.service-detail-card {
  display: flex;
  flex-direction: column;
  min-height: 360px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 15px 42px rgba(5, 46, 45, 0.06);
}

.service-detail-card .service-icon {
  margin-bottom: 28px;
}

.service-detail-card h3 {
  margin: 0 0 12px;
  font-size: 25px;
}

.service-detail-card p {
  font-size: 14px;
}

.service-detail-card .text-link {
  margin-top: auto;
}

.detail-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 28px;
  padding: 0;
  list-style: none;
  color: var(--ink);
  font-size: 13px;
  font-weight: 680;
}

.detail-list li {
  position: relative;
  padding-left: 20px;
}

.detail-list li::before {
  content: "";
  position: absolute;
  top: 0.63em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
}

.faq-section {
  padding-block: 108px;
  border-block: 1px solid #edf1ec;
  background: var(--paper);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 90px;
  align-items: start;
}

.faq-intro h2 {
  margin: 16px 0 18px;
}

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

.faq-item {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  padding: 22px 58px 22px 23px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 780;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--sea-soft);
  color: var(--ink);
  font-size: 18px;
  font-weight: 500;
}

.faq-item[open] summary::after {
  content: "–";
}

.faq-item p {
  margin: 0;
  padding: 0 23px 23px;
  font-size: 13px;
  line-height: 1.75;
}

.local-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  margin-top: 28px;
  padding: 22px;
  border-radius: 20px;
  background: var(--sand);
}

.local-note .icon-box {
  width: 44px;
  height: 44px;
}

.local-note strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
}

.local-note p {
  margin: 0;
  font-size: 12px;
}

@media (max-width: 1100px) {
  .site-nav { gap: 20px; }
  .site-nav a { font-size: 12px; }
  .hero { gap: 42px; }
  .brand small { display: none; }
}

@media (max-width: 980px) {
  .site-header { top: 10px; padding-top: 10px; }
  .header-inner { height: 78px; }
  .brand small { display: inline; }
  .site-nav {
    top: 88px;
    left: 18px;
    right: 18px;
    padding: 18px;
    border-radius: 20px;
    box-shadow: var(--shadow);
  }
  .site-nav .nav-cta { text-align: center; }
  .hero {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 34px;
    padding-block: 52px 30px;
  }
  .hero-copy { padding-left: 0; }
  .hero h1 { max-width: 770px; }
  .hero-lead { max-width: 680px; }
  .hero-image,
  .hero-image img {
    height: 500px;
    min-height: 500px;
  }
  .service-ribbon { grid-template-columns: repeat(3, 1fr); }
  .service-card {
    grid-template-columns: auto 1fr;
    padding: 18px;
  }
  .service-card .card-arrow { display: none; }
  .service-icon { width: 48px; height: 48px; }
  .editorial-grid,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .editorial-heading { position: static; }
  .service-detail-grid { grid-template-columns: 1fr; }
  .service-detail-card { min-height: 0; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1340px); }
  .site-header { top: 8px; padding-top: 8px; }
  .header-inner {
    width: calc(100% - 20px);
    height: 72px;
    padding: 0 13px;
    border-radius: 20px;
  }
  .brand { gap: 7px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand strong,
  .brand small { font-size: 15px; }
  h1 { font-size: clamp(45px, 13vw, 58px); }
  h2 { font-size: clamp(36px, 10vw, 47px); }
  .hero {
    gap: 28px;
    padding-block: 42px 24px;
  }
  .hero h1 { margin-bottom: 19px; }
  .hero-lead { font-size: 16px; line-height: 1.62; }
  .button-row { margin-top: 25px; }
  .button-row .button { width: 100%; }
  .trust-line { margin-top: 24px; }
  .hero-image,
  .hero-image img {
    height: 350px;
    min-height: 350px;
    border-radius: 24px;
  }
  .service-ribbon {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-bottom: 60px;
  }
  .service-card {
    min-height: 96px;
    border-radius: 21px;
  }
  .service-card .card-arrow { display: grid; }
  .intro { padding-top: 76px; }
  .page-hero.with-image,
  .feature,
  .content-grid,
  .checklist-panel,
  .contact-page-grid { gap: 40px; }
  .editorial-section,
  .faq-section { padding-block: 76px; }
  .two-column-copy { grid-template-columns: 1fr; }
  .content-card,
  .two-column-copy article,
  .service-detail-card { padding: 23px; }
  .faq-item summary { padding: 19px 54px 19px 19px; }
  .faq-item p { padding: 0 19px 20px; }
}
