:root {
  --ink: #172221;
  --muted: #62706d;
  --pine: #1f5f55;
  --pine-dark: #123f39;
  --moss: #dae7df;
  --paper: #fbfaf6;
  --mist: #eef5f2;
  --clay: #b7694e;
  --gold: #d9a84f;
  --white: #ffffff;
  --line: rgba(23, 34, 33, 0.12);
  --shadow: 0 24px 70px rgba(18, 63, 57, 0.13);
  --max: 1180px;
}

* {
  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;
}

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

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 48px);
  background: rgba(251, 250, 246, 0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 190px;
}

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

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-weight: 650;
}

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

.site-nav a {
  text-decoration: none;
  padding: 10px 13px;
  border-radius: 8px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.95rem;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--pine-dark);
  background: var(--mist);
}

.site-nav .nav-cta {
  background: var(--pine);
  color: var(--white);
  margin-left: 4px;
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta[aria-current="page"] {
  background: var(--pine-dark);
  color: var(--white);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 10px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  background: var(--ink);
  margin: 5px 0;
}

.hero {
  position: relative;
  min-height: clamp(620px, 88vh, 820px);
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--pine-dark);
}

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

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 30, 29, 0.88) 0%, rgba(10, 30, 29, 0.68) 44%, rgba(10, 30, 29, 0.18) 100%);
}

.hero-content {
  position: relative;
  width: min(760px, calc(100% - 36px));
  margin-left: clamp(18px, 8vw, 108px);
  padding: 76px 0 118px;
  color: var(--white);
}

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

.hero .eyebrow,
.page-hero .eyebrow,
.contact-hero .eyebrow,
.cta-panel .eyebrow {
  color: var(--gold);
}

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

h1 {
  font-size: clamp(2.35rem, 5vw, 5.2rem);
  max-width: 980px;
}

h2 {
  font-size: clamp(1.85rem, 3.4vw, 3.2rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

p {
  margin: 0;
}

.hero-content p:not(.eyebrow) {
  margin-top: 22px;
  max-width: 720px;
  font-size: clamp(1rem, 1.5vw, 1.24rem);
  color: rgba(255, 255, 255, 0.86);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  font: inherit;
}

.button.primary {
  background: var(--clay);
  color: var(--white);
}

.button.primary:hover {
  background: #9f553e;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.intro-band,
.trust-band,
.specialized,
.conditions,
.cta-panel,
.quote-section {
  padding: clamp(56px, 8vw, 96px) clamp(18px, 5vw, 56px);
}

.section-grid,
.two-column,
.location-section,
.page-hero,
.contact-hero {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
}

.section-grid,
.two-column,
.location-section,
.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
}

.intro-band {
  background: var(--white);
}

.intro-band p:last-child,
.stacked-copy,
.location-section p,
.service-detail p,
.contact-details p,
.quote-section > p {
  color: var(--muted);
  font-size: 1.05rem;
}

.section-pad {
  padding: clamp(72px, 10vw, 124px) 0;
}

.section-heading {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto clamp(30px, 5vw, 54px);
}

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

.expert-layout {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  gap: 22px;
}

.expert-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: center;
  padding: clamp(24px, 5vw, 46px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.portrait {
  width: 180px;
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: end center;
  padding-bottom: 22px;
  border-radius: 8px;
  color: var(--white);
  font-size: 2.1rem;
  font-weight: 900;
  background:
    radial-gradient(circle at 50% 34%, rgba(255,255,255,0.7) 0 20%, transparent 21%),
    linear-gradient(145deg, var(--pine), var(--clay));
}

.portrait-two {
  background:
    radial-gradient(circle at 50% 34%, rgba(255,255,255,0.68) 0 20%, transparent 21%),
    linear-gradient(145deg, #274f72, var(--pine));
}

.role {
  margin-top: 8px;
  color: var(--pine);
  font-weight: 800;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--gold);
}

.microcopy {
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

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

.condition-grid {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.condition-grid a,
.service-list span {
  min-height: 86px;
  display: flex;
  align-items: center;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
}

.condition-grid a:hover {
  border-color: rgba(31, 95, 85, 0.42);
  color: var(--pine-dark);
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--pine-dark);
  color: var(--white);
}

.trust-item {
  padding: 8px clamp(4px, 2vw, 24px);
}

.trust-item strong {
  display: block;
  font-size: clamp(1.35rem, 3vw, 2.35rem);
}

.trust-item span {
  color: rgba(255,255,255,0.76);
}

.location-section {
  align-items: center;
}

.image-panel {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

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

.text-link {
  display: inline-block;
  margin-top: 24px;
  color: var(--pine);
  font-weight: 850;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.68fr);
  gap: clamp(30px, 6vw, 76px);
  align-items: center;
  padding: clamp(70px, 10vw, 120px) 0 clamp(58px, 8vw, 90px);
}

.page-hero.compact {
  min-height: 620px;
}

.page-hero h1,
.contact-hero h1 {
  font-size: clamp(2.25rem, 4.8vw, 4.6rem);
}

.page-hero p:not(.eyebrow),
.contact-hero p {
  margin-top: 20px;
  color: var(--muted);
  font-size: 1.12rem;
}

.page-visual {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.page-visual img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.stacked-copy {
  display: grid;
  gap: 18px;
}

.specialized {
  background: var(--pine-dark);
  color: var(--white);
}

.specialized .section-heading .eyebrow {
  color: var(--gold);
}

.service-list {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.service-list span {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.16);
  color: var(--white);
  min-height: 92px;
}

.services-hero,
.journey-hero {
  grid-template-columns: minmax(0, 840px);
  padding-bottom: clamp(26px, 5vw, 54px);
}

.service-detail-grid {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-bottom: clamp(72px, 10vw, 120px);
}

.service-detail {
  padding: clamp(24px, 4vw, 36px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.service-detail h2 {
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  margin-bottom: 12px;
}

.cta-panel {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto clamp(72px, 10vw, 120px);
  background: var(--pine-dark);
  color: var(--white);
  border-radius: 8px;
}

.cta-panel h2 {
  max-width: 840px;
}

.cta-panel p:not(.eyebrow) {
  margin: 18px 0 28px;
  max-width: 760px;
  color: rgba(255,255,255,0.78);
}

.timeline {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 28px 0 clamp(72px, 10vw, 120px);
}

.timeline-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: clamp(18px, 5vw, 54px);
  padding: clamp(26px, 5vw, 44px) 0;
  border-top: 1px solid var(--line);
}

.timeline-item span {
  color: var(--clay);
  font-size: 1.1rem;
  font-weight: 900;
}

.timeline-item h2 {
  font-size: clamp(1.45rem, 2.8vw, 2.3rem);
  margin-bottom: 12px;
}

.timeline-item p {
  color: var(--muted);
}

.quote-section {
  background: var(--white);
  text-align: center;
}

.quote-section blockquote {
  margin: 0 auto 20px;
  width: min(900px, 100%);
}

.quote-section blockquote p {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.12;
  color: var(--pine-dark);
}

.quote-section > p {
  width: min(760px, 100%);
  margin: 0 auto;
}

.contact-hero {
  align-items: start;
  padding: clamp(70px, 10vw, 120px) 0;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 800;
  color: var(--pine-dark);
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  font: inherit;
  color: var(--ink);
  background: var(--paper);
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 3px solid rgba(217, 168, 79, 0.24);
  border-color: var(--gold);
}

.contact-form .button {
  width: fit-content;
  border: 0;
}

.contact-details {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto clamp(72px, 10vw, 120px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.contact-details > div {
  padding: 26px;
  background: var(--mist);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.contact-details h2 {
  font-size: 1.35rem;
  margin-bottom: 10px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(18px, 5vw, 56px);
  background: var(--ink);
  color: var(--white);
}

.site-footer p {
  margin-top: 6px;
  color: rgba(255,255,255,0.68);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a {
  color: rgba(255,255,255,0.78);
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--white);
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 73px;
    left: 18px;
    right: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav .nav-cta {
    margin-left: 0;
    text-align: center;
  }

  .section-grid,
  .two-column,
  .location-section,
  .page-hero,
  .contact-hero {
    grid-template-columns: 1fr;
  }

  .hero-content {
    margin: 0 auto;
    padding-top: 56px;
  }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(10, 30, 29, 0.88) 0%, rgba(10, 30, 29, 0.72) 58%, rgba(10, 30, 29, 0.28) 100%);
  }

  .expert-card {
    grid-template-columns: 1fr;
  }

  .portrait {
    width: min(220px, 100%);
  }

  .condition-grid,
  .trust-band,
  .service-list,
  .service-detail-grid,
  .contact-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .brand {
    min-width: 0;
  }

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

  .hero {
    min-height: 720px;
  }

  .hero-actions,
  .footer-links,
  .site-footer {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .check-list,
  .condition-grid,
  .trust-band,
  .service-list,
  .service-detail-grid,
  .contact-details {
    grid-template-columns: 1fr;
  }

  .page-visual img {
    height: 340px;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .contact-form .button {
    width: 100%;
  }
}
