:root {
  --ink: #182421;
  --forest: #213a33;
  --eucalyptus: #638073;
  --mist: #dfe9e4;
  --cream: #f7f4ee;
  --white: #fff;
  --line: rgba(24, 36, 33, .14);
  --gold: #c09b63;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.concept-banner { padding: .45rem 1rem; text-align: center; color: #e8efec; background: #111a18; font-size: .78rem; letter-spacing: .06em; }
.site-header { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1rem clamp(1.25rem, 4vw, 4.5rem); background: rgba(247, 244, 238, .96); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .8rem; line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--eucalyptus); border-radius: 50%; color: var(--forest); font-family: "Newsreader", serif; font-size: 1.5rem; }
.brand strong { display: block; font-size: .94rem; letter-spacing: .19em; }
.brand small { display: block; margin-top: .38rem; color: var(--eucalyptus); font-size: .72rem; letter-spacing: .06em; }
nav { display: flex; align-items: center; gap: 2rem; }
nav a { color: #3c4c47; font-size: .9rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .75rem 1.35rem; border: 1px solid var(--forest); border-radius: 999px; color: var(--white); background: var(--forest); font-weight: 600; transition: transform .2s ease, background .2s ease; }
.button:hover { background: #2d4a41; transform: translateY(-1px); }
.button-small { min-height: 42px; padding: .55rem 1.1rem; font-size: .88rem; }
.hero { position: relative; min-height: 670px; display: flex; align-items: center; overflow: hidden; color: var(--white); }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18, 27, 24, .84) 0%, rgba(18, 27, 24, .56) 42%, rgba(18, 27, 24, .05) 74%); }
.hero-content { position: relative; z-index: 1; width: min(660px, 90%); margin-left: clamp(1.25rem, 8vw, 8.5rem); padding: 5rem 0; }
.eyebrow { margin: 0 0 .75rem; color: var(--eucalyptus); font-size: .76rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.hero .eyebrow { color: #d6e7df; }
h1, h2, h3 { margin: 0; font-family: "Newsreader", Georgia, serif; font-weight: 400; line-height: 1.06; }
h1 { max-width: 630px; font-size: clamp(3.5rem, 7vw, 6.5rem); letter-spacing: -.045em; }
.hero-content > p:not(.eyebrow) { max-width: 550px; margin: 1.5rem 0 2rem; color: #edf1ef; font-size: 1.16rem; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.hero .button { color: var(--forest); background: var(--white); border-color: var(--white); }
.text-link { padding-bottom: .12rem; border-bottom: 1px solid currentColor; font-weight: 600; }
.finder { padding: 7rem clamp(1.25rem, 7vw, 7rem); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .6fr); gap: 4rem; align-items: end; margin-bottom: 3rem; }
.section-heading h2, .approach h2, .visit h2 { max-width: 790px; font-size: clamp(2.6rem, 5vw, 4.6rem); letter-spacing: -.035em; }
.section-heading > p { max-width: 500px; margin: 0; color: #586762; }
.service-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.service-tab { min-height: 150px; display: flex; gap: 1rem; align-items: flex-start; padding: 1.25rem; text-align: left; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 4px; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.service-tab:hover { transform: translateY(-2px); }
.service-tab.active { color: var(--white); background: var(--forest); }
.tab-icon { color: var(--gold); font-family: "Newsreader", serif; font-size: 1.2rem; }
.service-tab strong, .service-tab small { display: block; }
.service-tab strong { margin-bottom: .45rem; font-family: "Newsreader", serif; font-size: 1.3rem; font-weight: 500; }
.service-tab small { color: #687670; font-size: .78rem; line-height: 1.45; }
.service-tab.active small { color: #cbd8d2; }
.results-bar { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin: 4rem 0 1.5rem; }
.results-bar h3 { max-width: 660px; font-size: clamp(2rem, 3.2vw, 3rem); }
#service-count { flex: none; color: #687670; font-size: .85rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { min-height: 270px; display: flex; flex-direction: column; padding: 1.7rem; background: var(--cream); }
.service-card .service-meta { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; color: var(--eucalyptus); font-size: .78rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.service-card h4 { margin: 0 0 .8rem; font-family: "Newsreader", serif; font-size: 1.65rem; font-weight: 500; line-height: 1.1; }
.service-card p { margin: 0; color: #586762; font-size: .92rem; }
.service-card a { align-self: flex-start; margin-top: auto; padding-top: 1.4rem; color: var(--forest); font-size: .85rem; font-weight: 600; }
.approach { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(340px, .7fr); gap: 6rem; padding: 7rem clamp(1.25rem, 9vw, 9rem); color: var(--white); background: var(--forest); }
.approach-copy > p:not(.eyebrow) { max-width: 690px; margin: 1.7rem 0 2.5rem; color: #ccdad4; font-size: 1.05rem; }
.trust-list { display: flex; flex-wrap: wrap; gap: .75rem; }
.trust-list span { padding: .55rem .9rem; border: 1px solid rgba(255,255,255,.23); border-radius: 999px; font-size: .82rem; }
.contact-card { align-self: center; padding: 2.2rem; color: var(--ink); background: var(--mist); }
.contact-card h3 { font-size: 2.2rem; }
.contact-card p:not(.eyebrow) { margin: 1rem 0 1.5rem; color: #52615c; }
.button-full { width: 100%; }
.secondary-action { display: block; margin-top: 1rem; text-align: center; font-size: .86rem; font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }
.visit { padding: 7rem clamp(1.25rem, 7vw, 7rem); }
.visit-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; margin-top: 4rem; padding-top: 2.2rem; border-top: 1px solid var(--line); }
.visit-details small, .visit-details strong, .visit-details span { display: block; }
.visit-details small { margin-bottom: 1rem; color: var(--eucalyptus); font-size: .75rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.visit-details strong { font-family: "Newsreader", serif; font-size: 1.3rem; font-weight: 500; line-height: 1.4; }
.visit-details span { margin-top: .4rem; color: #687670; font-size: .84rem; }
.text-link.dark { display: inline-block; margin-top: .8rem; color: var(--forest); font-size: .85rem; }
footer { display: grid; grid-template-columns: 1fr minmax(300px, 600px); gap: 4rem; align-items: end; padding: 3.5rem clamp(1.25rem, 7vw, 7rem); color: #d5dfda; background: #111a18; }
footer p { margin: 0; color: #93a39c; font-size: .75rem; }
.footer-brand .brand-mark { color: #dbe7e1; border-color: #758c81; }
.footer-brand small { color: #a9bbb2; }

@media (max-width: 940px) {
  nav { display: none; }
  .hero { min-height: 610px; }
  .service-tabs { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading, .approach { grid-template-columns: 1fr; gap: 2.5rem; }
  .contact-card { max-width: 560px; }
}

@media (max-width: 620px) {
  .concept-banner { font-size: .7rem; }
  .site-header { min-height: 72px; padding: .8rem 1rem; }
  .site-header > .button { display: none; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { min-height: 570px; align-items: end; }
  .hero > img { object-position: 63% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(18,27,24,.9) 0%, rgba(18,27,24,.65) 52%, rgba(18,27,24,.08) 100%); }
  .hero-content { width: auto; margin: 0; padding: 4rem 1.25rem; }
  h1 { font-size: 3.35rem; }
  .finder, .approach, .visit { padding-top: 5rem; padding-bottom: 5rem; }
  .service-tabs, .service-grid, .visit-details { grid-template-columns: 1fr; }
  .service-tab { min-height: 112px; }
  .service-card { min-height: 230px; }
  .results-bar { align-items: flex-start; }
  footer { grid-template-columns: 1fr; gap: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
