:root {
  color-scheme: light;
  --ink: #17211d;
  --muted: #5d6a62;
  --paper: #fbfaf6;
  --panel: #ffffff;
  --line: #d9ded4;
  --forest: #124734;
  --forest-2: #0d3328;
  --gold: #d99a2b;
  --brick: #9b3f2f;
  --mist: #eef2ec;
  --blue: #1f5f75;
  --shadow: 0 18px 50px rgba(21, 32, 28, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  color: #ffffff;
  background: rgba(13, 26, 22, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
}

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

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.98rem;
}

.brand small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  background: var(--gold);
  color: #201407;
  border: 2px solid rgba(255, 255, 255, 0.65);
  font-size: 0.82rem;
  font-weight: 900;
}

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

.nav-links a,
.header-call {
  border-radius: 8px;
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  font-weight: 700;
}

.nav-links a:hover,
.header-call:hover {
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
}

.header-call {
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.hero {
  position: relative;
  min-height: 94svh;
  display: grid;
  align-items: center;
  padding: 116px clamp(18px, 5vw, 74px) 78px;
  overflow: hidden;
  color: #ffffff;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 18, 14, 0.9), rgba(9, 18, 14, 0.64) 44%, rgba(8, 18, 14, 0.12) 78%),
    linear-gradient(0deg, rgba(10, 17, 14, 0.72), rgba(10, 17, 14, 0.08) 48%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(100%, 740px);
  max-width: 740px;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(3.2rem, 8.2vw, 7rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.22rem;
  line-height: 1.15;
}

.hero-copy {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  overflow-wrap: break-word;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.hero-pills li {
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.hero-actions,
.form-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 12px 18px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--gold);
  color: #201407;
  box-shadow: 0 12px 28px rgba(217, 154, 43, 0.28);
}

.button.secondary {
  background: #ffffff;
  color: var(--forest-2);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.button.dark {
  background: var(--forest-2);
  color: #ffffff;
}

.quick-book {
  position: absolute;
  z-index: 2;
  right: clamp(18px, 5vw, 74px);
  bottom: 34px;
  display: grid;
  gap: 5px;
  width: min(380px, calc(100% - 36px));
  padding: 18px;
  background: rgba(9, 24, 19, 0.72);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 5px solid var(--gold);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.quick-book span {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-book a {
  font-weight: 900;
  overflow-wrap: anywhere;
}

.quick-book small {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
}

.booking-band,
.divisions,
.services,
.packages,
.why,
.technology-proof,
.pricing,
.reviews,
.projects,
.area,
.seo-links,
.landing-hero,
.landing-section {
  padding: clamp(64px, 9vw, 112px) clamp(18px, 5vw, 74px);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.proof-strip div {
  display: grid;
  gap: 6px;
  min-height: 126px;
  padding: 24px clamp(18px, 3vw, 34px);
  background: #ffffff;
}

.proof-strip strong {
  color: var(--forest-2);
  font-size: 1.02rem;
}

.proof-strip span {
  color: var(--muted);
  font-size: 0.94rem;
}

.booking-band {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(28px, 5vw, 68px);
  background: var(--mist);
}

.section-copy {
  max-width: 680px;
}

.section-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
}

.section-copy.centered {
  margin: 0 auto 34px;
  text-align: center;
}

.division-grid,
.service-grid,
.package-grid,
.trust-grid,
.project-grid,
.link-grid,
.tech-grid,
.landing-grid {
  display: grid;
  gap: 18px;
}

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

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

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

.trust-grid,
.project-grid,
.tech-grid,
.landing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.division-card,
.service-grid article,
.package-grid article,
.trust-grid article,
.tech-grid article,
.project-grid article,
.review-panel,
.coverage-map,
.landing-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(21, 32, 28, 0.08);
}

.division-card {
  min-height: 332px;
  padding: 26px;
}

.division-card ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.service-grid article,
.package-grid article,
.trust-grid article,
.tech-grid article,
.project-grid article,
.landing-card {
  min-height: 226px;
  padding: 22px;
}

.service-grid p,
.package-grid p,
.trust-grid span,
.tech-grid p,
.project-grid p,
.landing-card p,
.coverage-map span {
  color: var(--muted);
}

.service-grid a,
.package-grid a,
.text-link,
.landing-card a {
  color: var(--blue);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.package-grid article {
  display: grid;
  align-content: start;
}

.package-grid a {
  margin-top: auto;
}

.service-code {
  display: inline-grid;
  min-width: 54px;
  height: 34px;
  place-items: center;
  margin-bottom: 18px;
  background: var(--forest);
  color: #ffffff;
  border-bottom: 4px solid var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
}

.why {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(28px, 5vw, 68px);
  background: #ffffff;
}

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

.trust-grid article {
  min-height: 168px;
}

.trust-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.technology-proof {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(28px, 5vw, 68px);
  background:
    linear-gradient(135deg, rgba(31, 95, 117, 0.08), rgba(217, 154, 43, 0.1)),
    #ffffff;
}

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

.tech-grid article {
  box-shadow: none;
}

.tech-grid span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 16px;
  background: var(--blue);
  color: #ffffff;
  font-weight: 900;
}

.pricing {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1.2fr);
  gap: clamp(28px, 5vw, 68px);
  background: var(--mist);
}

.pricing-panel {
  display: grid;
  gap: 18px;
}

.price-callout {
  display: grid;
  gap: 6px;
  border-left: 5px solid var(--gold);
  padding: 18px 20px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(21, 32, 28, 0.08);
}

.price-callout strong {
  color: var(--forest-2);
  font-size: 1.2rem;
}

.price-callout span {
  color: var(--muted);
}

.pricing-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(21, 32, 28, 0.12);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(21, 32, 28, 0.08);
}

.pricing-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.pricing-table th,
.pricing-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(21, 32, 28, 0.1);
  text-align: left;
  vertical-align: top;
}

.pricing-table th {
  background: rgba(31, 95, 117, 0.08);
  color: var(--forest-2);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pricing-table tr:last-child td {
  border-bottom: 0;
}

.pricing-table td {
  color: var(--muted);
}

.pricing-table td:first-child {
  color: var(--ink);
  font-weight: 800;
}

.pricing-table .price {
  color: var(--forest-2);
  font-weight: 900;
  white-space: nowrap;
}

.price-notes {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.price-notes li {
  position: relative;
  padding-left: 18px;
}

.price-notes li::before {
  position: absolute;
  left: 0;
  top: 0.68em;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--gold);
  content: "";
  font-weight: 900;
}

.price-card strong {
  display: block;
  margin: 12px 0 8px;
  color: var(--forest-2);
  font-size: 1.35rem;
  line-height: 1.2;
}

.reviews {
  display: grid;
  grid-template-columns: minmax(240px, 0.7fr) minmax(320px, 1.3fr);
  gap: clamp(28px, 5vw, 68px);
  background: var(--forest-2);
  color: #ffffff;
}

.reviews .section-copy p:not(.eyebrow),
.review-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.review-panel {
  padding: 26px;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: none;
}

.review-panel .text-link {
  color: #ffffff;
}

.projects {
  background: var(--mist);
}

.project-grid article {
  display: grid;
  align-content: start;
  min-height: 220px;
  overflow: hidden;
  padding: 0;
}

.project-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.project-grid span {
  display: inline-flex;
  width: fit-content;
  margin: 18px 22px 14px;
  border-radius: 8px;
  padding: 8px 10px;
  background: var(--forest);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.project-grid h3,
.project-grid p {
  padding-inline: 22px;
}

.project-grid p {
  padding-bottom: 22px;
}

.area {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 520px);
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}

.coverage-map {
  display: grid;
  gap: 14px;
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(31, 95, 117, 0.08), rgba(217, 154, 43, 0.1)),
    #ffffff;
}

.coverage-map div {
  display: grid;
  gap: 6px;
  border-left: 5px solid var(--gold);
  padding: 12px 0 12px 16px;
}

.seo-links {
  background: #ffffff;
}

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

.link-grid a {
  min-height: 74px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: var(--paper);
  color: var(--forest-2);
  font-weight: 900;
}

.booking-form {
  padding: clamp(18px, 3vw, 30px);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

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

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

label small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.slot-field {
  grid-column: 1 / -1;
}

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

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(217, 154, 43, 0.32);
  border-color: var(--gold);
}

.full,
.consent {
  margin-top: 16px;
}

.consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  color: var(--ink);
  font-weight: 700;
}

.consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--forest);
  font-weight: 800;
}

.form-status a {
  color: var(--forest-2);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-status.error {
  color: var(--brick);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 30px clamp(18px, 5vw, 74px);
  background: var(--ink);
  color: #ffffff;
}

.site-footer div,
.site-footer address {
  display: grid;
  gap: 4px;
}

.site-footer span,
.site-footer address {
  color: rgba(255, 255, 255, 0.72);
  font-style: normal;
}

.site-footer a:hover {
  color: #ffffff;
}

.landing-hero {
  padding-top: 132px;
  background: var(--forest-2);
  color: #ffffff;
}

.landing-hero .section-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

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

.landing-section.alt {
  background: #ffffff;
}

.landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.landing-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.landing-card h2 {
  margin-bottom: 10px;
  font-size: 1.3rem;
  line-height: 1.15;
}

@media (max-width: 1100px) {
  .service-grid,
.package-grid,
  .trust-grid,
.tech-grid,
  .project-grid,
  .landing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .nav-links {
    display: none;
  }

  .booking-band,
  .division-grid,
  .why,
  .technology-proof,
  .pricing,
  .reviews,
  .area {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 680px) {
  .site-header {
    gap: 12px;
    padding: 10px 14px;
  }

  .brand small,
  .header-call {
    display: none;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero {
    min-height: 96svh;
    padding: 92px 18px 204px;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(7, 18, 14, 0.9), rgba(9, 18, 14, 0.72)),
      linear-gradient(0deg, rgba(10, 17, 14, 0.78), rgba(10, 17, 14, 0.12));
  }

  h1 {
    font-size: 2.9rem;
  }

  .hero-copy {
    max-width: 100%;
  }

  .quick-book {
    right: 18px;
    left: 18px;
    bottom: 20px;
    width: auto;
  }

  .form-grid,
  .service-grid,
.package-grid,
  .trust-grid,
.tech-grid,
  .project-grid,
  .link-grid,
  .landing-grid {
    grid-template-columns: 1fr;
  }

  .proof-strip {
    grid-template-columns: 1fr;
  }

  .booking-form {
    padding: 16px;
  }

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