:root {
  --ink: #18211f;
  --muted: #66716c;
  --paper: #fbfaf5;
  --soft: #f1eee5;
  --sage: #526c60;
  --sage-dark: #31473e;
  --clay: #a95f43;
  --gold: #d7af68;
  --line: #dfd9ca;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(24, 33, 31, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 56px);
  background: rgba(251, 250, 245, 0.9);
  border-bottom: 1px solid rgba(223, 217, 202, 0.8);
  backdrop-filter: blur(18px);
}

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

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--sage-dark);
  color: var(--white);
  font-weight: 800;
  letter-spacing: 0;
}

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

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

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
  color: #35443f;
  font-size: 0.94rem;
  font-weight: 700;
}

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

.nav-links a:hover {
  color: var(--clay);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  padding: 132px clamp(20px, 6vw, 74px) 78px;
  overflow: hidden;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/hero-checkin.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.01);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(251, 250, 245, 0.96) 0%, rgba(251, 250, 245, 0.86) 36%, rgba(251, 250, 245, 0.2) 70%),
    linear-gradient(0deg, rgba(24, 33, 31, 0.22), rgba(24, 33, 31, 0.04));
}

.hero-content {
  position: relative;
  max-width: 860px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  max-width: 660px;
  font-size: clamp(3rem, 8vw, 6.5rem);
}

h2 {
  font-size: clamp(2rem, 4.8vw, 4.25rem);
}

h3 {
  font-size: 1.2rem;
}

.hero-copy {
  max-width: 620px;
  margin: 26px 0 0;
  color: #3e4a46;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.2;
}

.button.primary {
  background: var(--sage-dark);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(49, 71, 62, 0.24);
}

.button.primary:hover {
  background: #24382f;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.76);
  border-color: rgba(49, 71, 62, 0.18);
  color: var(--sage-dark);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--line);
  background: var(--white);
}

.trust-strip div {
  padding: 24px clamp(20px, 4vw, 56px);
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  font-size: 1rem;
}

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

.section {
  padding: clamp(64px, 9vw, 118px) clamp(20px, 6vw, 74px);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(300px, 1fr);
  gap: clamp(28px, 8vw, 98px);
  align-items: start;
}

.intro-copy {
  color: #46534f;
  font-size: 1.12rem;
}

.intro-copy p:first-child {
  margin-top: 0;
}

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

.service-area {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(320px, 1fr);
  gap: clamp(24px, 6vw, 72px);
  align-items: center;
  padding: clamp(44px, 7vw, 76px) clamp(20px, 6vw, 74px);
  background: var(--soft);
  border-block: 1px solid var(--line);
}

.service-area h2 {
  font-size: clamp(1.8rem, 3.8vw, 3.35rem);
}

.service-area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-area li {
  padding: 10px 14px;
  border: 1px solid rgba(49, 71, 62, 0.14);
  border-radius: 999px;
  color: var(--sage-dark);
  background: rgba(255, 255, 255, 0.68);
  font-weight: 800;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
  gap: clamp(28px, 7vw, 84px);
  align-items: start;
}

.about-copy {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.about-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.about-copy p + p {
  margin-top: 18px;
}

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

.service-card {
  min-height: 252px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.service-card .icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 28px;
  border-radius: 50%;
  color: var(--sage-dark);
  background: #eef3ed;
  box-shadow: inset 0 0 0 1px rgba(49, 71, 62, 0.08);
}

.service-card .icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card p,
.visit-panel p,
.process-grid p,
.boundary p,
.contact-copy p,
.form-note {
  color: var(--muted);
}

.visit-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(28px, 6vw, 72px);
  background: var(--sage-dark);
  color: var(--white);
}

.visit-panel {
  max-width: 660px;
}

.visit-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.checklist {
  display: grid;
  gap: 12px;
}

.checklist div {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.checklist span {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.process-grid div {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  min-width: 76px;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--sage-dark);
  background: #eef3ed;
  font-size: 0.86rem;
  font-weight: 900;
}

.boundary {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: clamp(24px, 6vw, 72px);
  padding: clamp(42px, 7vw, 78px) clamp(20px, 6vw, 74px);
  background: var(--soft);
  border-block: 1px solid var(--line);
}

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

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

.faq-list article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.faq-list p {
  margin-bottom: 0;
  color: var(--muted);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(28px, 7vw, 82px);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hidden-field {
  display: none;
}

label {
  display: grid;
  gap: 8px;
  color: #35443f;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  font: inherit;
  color: var(--ink);
  background: #fffdf8;
}

textarea {
  resize: vertical;
}

.form-note {
  margin: 0;
  font-size: 0.9rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 6vw, 74px);
  background: var(--sage-dark);
  color: rgba(255, 255, 255, 0.78);
}

.site-footer p {
  margin: 0;
  color: var(--white);
  font-weight: 900;
}

.thank-you-page {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(251, 250, 245, 0.96), rgba(251, 250, 245, 0.84)),
    url("assets/hero-checkin.png") center / cover;
}

.thank-you {
  min-height: 100vh;
  display: grid;
  align-content: center;
  gap: 48px;
  padding: clamp(24px, 6vw, 74px);
}

.thank-you-panel {
  max-width: 760px;
}

.thank-you-panel h1 {
  max-width: 760px;
  font-size: clamp(3rem, 7vw, 5.2rem);
}

.thank-you-panel p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.2rem;
}

.thank-you-panel .button {
  margin-top: 16px;
}

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

  .intro-grid,
  .about-section,
  .visit-section,
  .service-area,
  .boundary,
  .contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  h1 {
    font-size: clamp(2.65rem, 14vw, 4rem);
  }

  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 4px;
    white-space: nowrap;
  }

  .hero {
    min-height: auto;
    padding-top: 62px;
  }

  .trust-strip,
  .service-grid,
  .faq-list,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:last-child {
    border-bottom: 0;
  }

  .button,
  .hero-actions {
    width: 100%;
  }

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