:root {
  color: #162019;
  background: #f4f5ef;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f4f5ef;
}

body:has(dialog[open]) {
  overflow: hidden;
}

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

button {
  font: inherit;
}

.site-header {
  align-items: center;
  background: rgba(249, 250, 246, 0.95);
  border-bottom: 1px solid rgba(22, 32, 25, 0.12);
  display: flex;
  height: 72px;
  justify-content: space-between;
  padding: 0 36px;
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  font-size: 19px;
  font-weight: 850;
  gap: 10px;
  letter-spacing: -0.03em;
}

.brand-mark {
  align-items: center;
  background: #e5662f;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  height: 30px;
  justify-content: center;
  letter-spacing: 0;
  width: 30px;
}

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

.nav a {
  border-radius: 999px;
  color: #4d5c52;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 13px;
}

.nav a:hover {
  color: #162019;
}

.nav .nav-cta {
  background: #183e2c;
  color: #ffffff;
  margin-left: 6px;
  padding-left: 17px;
  padding-right: 17px;
}

.hero {
  min-height: min(820px, calc(100vh - 72px));
  overflow: hidden;
  position: relative;
}

.hero-image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(12, 24, 17, 0.94) 0%, rgba(12, 24, 17, 0.78) 38%, rgba(12, 24, 17, 0.18) 72%),
    linear-gradient(0deg, rgba(12, 24, 17, 0.38), transparent 48%);
  inset: 0;
  position: absolute;
}

.hero-content {
  color: #ffffff;
  margin: 0 auto;
  max-width: 1240px;
  padding: clamp(92px, 12vh, 148px) 36px 100px;
  position: relative;
}

.eyebrow {
  color: #66776b;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.hero .eyebrow,
.booking .eyebrow {
  color: #ffb082;
}

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

h1,
h2,
h3 {
  letter-spacing: -0.04em;
}

h1 {
  font-size: clamp(48px, 7vw, 82px);
  line-height: 0.98;
  margin-bottom: 26px;
  max-width: 760px;
}

h2 {
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1.05;
  margin-bottom: 20px;
}

h3 {
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 12px;
}

.hero-copy {
  color: #edf2ee;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.55;
  margin-bottom: 32px;
  max-width: 660px;
}

.actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 13px 21px;
  transition: transform 150ms ease, background 150ms ease;
}

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

.button.primary {
  background: #f27a43;
  color: #1d241f;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.42);
  color: #ffffff;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
}

.hero-points li {
  color: #dbe5de;
  font-size: 14px;
  font-weight: 700;
}

.hero-points li::before {
  color: #ff9b66;
  content: "✓";
  margin-right: 8px;
}

.trust-strip {
  align-items: center;
  background: #183e2c;
  color: #dbe7df;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  justify-content: center;
  padding: 22px 32px;
}

.trust-strip p {
  color: #ffffff;
  font-weight: 800;
  margin: 0;
}

.trust-strip span {
  font-size: 14px;
}

.trust-strip span::before {
  color: #f27a43;
  content: "•";
  margin-right: 10px;
}

.band {
  margin: 0 auto;
  max-width: 1240px;
  padding: 104px 36px;
}

.section-heading {
  max-width: 820px;
}

.section-copy,
.service-copy > p,
.booking > div > p,
.faq-list p {
  color: #58685e;
  font-size: 18px;
  line-height: 1.65;
}

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

.feature-card {
  background: #ffffff;
  border: 1px solid #dce2d9;
  border-radius: 18px;
  padding: 28px;
}

.feature-card p,
.steps span {
  color: #58685e;
  line-height: 1.65;
}

.feature-card p {
  margin-bottom: 0;
}

.metric {
  color: #e5662f;
  display: block;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 28px;
  text-transform: uppercase;
}

.service-band {
  align-items: center;
  background: #e9ede5;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
  padding: 104px max(36px, calc((100vw - 1168px) / 2));
}

.service-copy {
  max-width: 720px;
}

.text-link {
  color: #183e2c;
  display: inline-block;
  font-weight: 850;
  margin-top: 8px;
}

.service-panel {
  background: #142a20;
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(20, 42, 32, 0.18);
  color: #ffffff;
  overflow: hidden;
  padding: 26px;
}

.panel-label {
  color: #9fb2a5;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.call-row {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 18px 0;
}

.call-row span {
  color: #adbbb1;
}

.call-row strong {
  text-align: right;
}

.call-row .priority {
  background: #f27a43;
  border-radius: 999px;
  color: #182019;
  font-size: 13px;
  padding: 6px 10px;
}

.split {
  align-items: start;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
}

.steps {
  counter-reset: step;
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.steps li {
  background: #ffffff;
  border: 1px solid #dce2d9;
  border-radius: 16px;
  display: grid;
  gap: 8px;
  padding: 23px 24px 23px 72px;
  position: relative;
}

.steps li::before {
  align-items: center;
  background: #183e2c;
  border-radius: 999px;
  color: #ffffff;
  content: counter(step);
  counter-increment: step;
  display: flex;
  font-weight: 850;
  height: 36px;
  justify-content: center;
  left: 22px;
  position: absolute;
  top: 23px;
  width: 36px;
}

.faq {
  border-top: 1px solid #dce2d9;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
}

.faq-list {
  border-top: 1px solid #cfd7cc;
}

.faq-list details {
  border-bottom: 1px solid #cfd7cc;
  padding: 20px 0;
}

.faq-list summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  list-style: none;
  padding: 0 18px 0 28px;
  position: relative;
}

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

.faq-list summary::before {
  color: #e5662f;
  content: "›";
  font-size: 24px;
  left: 4px;
  line-height: 1;
  position: absolute;
  top: -1px;
  transition: transform 150ms ease;
}

.faq-list details[open] summary::before {
  transform: rotate(90deg);
}

.faq-list p {
  font-size: 16px;
  margin: 14px 0 0;
  padding-right: 30px;
}

.booking {
  align-items: center;
  background: #183e2c;
  border-radius: 28px;
  color: #ffffff;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  margin: 30px auto 100px;
  max-width: 1168px;
  padding: 56px;
}

.booking h2 {
  max-width: 780px;
}

.booking > div > p {
  color: #cedcd2;
  margin-bottom: 0;
  max-width: 760px;
}

.booking .button {
  flex: 0 0 auto;
}

.footer {
  align-items: center;
  border-top: 1px solid #dce2d9;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1240px;
  padding: 32px 36px;
}

.footer-links {
  color: #58685e;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 700;
  gap: 22px;
}

.booking-dialog {
  background: #ffffff;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 28px 90px rgba(8, 18, 12, 0.35);
  color: #162019;
  height: min(860px, calc(100vh - 40px));
  max-width: 980px;
  padding: 0;
  width: calc(100% - 40px);
}

.booking-dialog::backdrop {
  background: rgba(8, 18, 12, 0.72);
  backdrop-filter: blur(4px);
}

.booking-dialog-header {
  align-items: flex-start;
  border-bottom: 1px solid #dce2d9;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 24px 28px;
}

.booking-dialog-header h2 {
  font-size: 28px;
  margin: 0;
}

.dialog-close {
  align-items: center;
  background: #edf0ea;
  border: 0;
  border-radius: 999px;
  color: #314139;
  cursor: pointer;
  display: inline-flex;
  font-size: 24px;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.booking-frame-container {
  height: calc(100% - 105px);
  min-height: 560px;
  position: relative;
  width: 100%;
}

.booking-frame-container iframe {
  border: 0;
  display: block;
  height: calc(100% - 50px);
  min-height: 510px;
  width: 100%;
}

.booking-alternate {
  color: #58685e;
  font-size: 14px;
  margin: 0;
  padding: 14px 20px;
  text-align: center;
}

.booking-alternate a {
  color: #183e2c;
  font-weight: 800;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .nav > a:not(.nav-cta) {
    display: none;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .service-band,
  .split,
  .faq {
    gap: 48px;
    grid-template-columns: 1fr;
  }

  .service-panel {
    width: 100%;
  }

  .booking {
    align-items: flex-start;
    border-radius: 0;
    flex-direction: column;
    margin-bottom: 0;
    max-width: none;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 64px;
    padding: 0 18px;
  }

  .brand {
    font-size: 17px;
  }

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

  .nav .nav-cta {
    font-size: 13px;
    margin-left: 0;
    padding: 9px 14px;
  }

  .hero {
    min-height: 690px;
  }

  .hero-image {
    object-position: 62% center;
  }

  .hero-overlay {
    background: rgba(10, 22, 15, 0.8);
  }

  .hero-content {
    padding: 82px 20px 70px;
  }

  h1 {
    font-size: clamp(43px, 13vw, 60px);
  }

  .hero-copy {
    font-size: 18px;
  }

  .actions {
    align-items: stretch;
    flex-direction: column;
  }

  .actions .button {
    width: 100%;
  }

  .hero-points {
    display: grid;
  }

  .trust-strip {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px 20px;
  }

  .band,
  .service-band,
  .booking {
    padding: 72px 20px;
  }

  .service-band {
    gap: 42px;
  }

  .service-panel {
    padding: 20px;
  }

  .call-row {
    align-items: flex-start;
  }

  .steps li {
    padding: 20px 18px 20px 64px;
  }

  .steps li::before {
    left: 17px;
    top: 20px;
  }

  .booking .button {
    width: 100%;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px 20px;
  }

  .footer-links {
    flex-direction: column;
    gap: 12px;
  }

  .booking-dialog {
    border-radius: 0;
    height: 100vh;
    max-height: none;
    width: 100%;
  }

  .booking-dialog-header {
    padding: 18px 20px;
  }

  .booking-dialog-header h2 {
    font-size: 22px;
  }

  .booking-frame-container {
    height: calc(100vh - 96px);
    min-height: 0;
  }

  .booking-frame-container iframe {
    height: calc(100% - 50px);
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button,
  .faq-list summary::before {
    transition: none;
  }
}
