:root {
  --bg: #fbfaf7;
  --bg-soft: #f3f0ea;
  --surface: #ffffff;
  --surface-muted: #f7f5f0;
  --ink: #24231f;
  --ink-soft: #55524a;
  --muted: #777169;
  --line: #ded8cd;
  --green: #173d35;
  --green-soft: #e7eee9;
  --gold: #b79a5d;
  --shadow: 0 24px 70px rgba(27, 35, 31, 0.11);
  --max: 1180px;
  --narrow: 780px;
  --measure: 620px;
  --radius: 8px;
  --pad-x: clamp(20px, 4vw, 56px);
  --pad-y: clamp(72px, 9vw, 132px);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: ui-serif, Georgia, "Times New Roman", serif;
  line-height: 1.55;
  letter-spacing: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

p,
li {
  font-size: clamp(1rem, 1.4vw, 1.125rem);
}

h1,
h2,
h3,
p,
li,
summary {
  overflow-wrap: break-word;
  hyphens: auto;
}

p {
  margin: 0;
  max-width: var(--measure);
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.04;
}

h1 {
  max-width: 680px;
  font-size: clamp(3rem, 6.15vw, 5.85rem);
}

h2 {
  max-width: 780px;
  font-size: clamp(2.25rem, 4.8vw, 4.75rem);
}

h3 {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px var(--pad-x);
  border-bottom: 1px solid rgba(222, 216, 205, 0.72);
  background: rgba(251, 250, 247, 0.91);
  backdrop-filter: blur(18px);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.brand-logo {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.brand strong {
  display: block;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 650;
}

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

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.5vw, 34px);
  color: var(--ink-soft);
  font-size: 0.91rem;
}

.nav-links a,
.header-cta {
  text-decoration: none;
}

.header-cta {
  min-width: max-content;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid var(--green);
  border-radius: 999px;
  color: var(--green);
  font-size: 0.88rem;
  font-weight: 650;
}

.section-pad {
  padding: var(--pad-y) var(--pad-x);
}

.narrow {
  max-width: calc(var(--narrow) + (var(--pad-x) * 2));
  margin-inline: auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.78fr);
  gap: clamp(36px, 6vw, 86px);
  align-items: center;
  min-height: calc(100svh - 75px);
  max-width: calc(var(--max) + (var(--pad-x) * 2));
  margin-inline: auto;
  padding-top: clamp(54px, 7vw, 92px);
}

.city-hero {
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 0.82fr);
}

.city-hero h1 {
  max-width: 760px;
  font-size: clamp(2.85rem, 5.65vw, 5.35rem);
}

.hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 26px;
  min-width: 0;
}

.city-hero h1 span {
  display: block;
}

.hero-subhead,
.section-subhead {
  color: var(--ink-soft);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.48;
  max-width: 720px;
}

.hero-copy > p:not(.hero-subhead, .microcopy) {
  max-width: var(--measure);
  color: var(--ink-soft);
}

.hero-media {
  position: relative;
  margin: 0;
  align-self: center;
  height: clamp(560px, 70svh, 680px);
  min-height: auto;
  overflow: visible;
  background: var(--green);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(23, 61, 53, 0.08), rgba(23, 61, 53, 0.42)),
    linear-gradient(90deg, rgba(23, 61, 53, 0.22), rgba(23, 61, 53, 0));
  border-radius: var(--radius);
  pointer-events: none;
}

.city-hero-media::after {
  background:
    linear-gradient(180deg, rgba(23, 61, 53, 0), rgba(23, 61, 53, 0.16)),
    linear-gradient(90deg, rgba(23, 61, 53, 0.1), rgba(23, 61, 53, 0));
}

.hero-landscape,
.hero-portrait-frame {
  position: absolute;
  inset: 0;
}

.hero-landscape {
  height: 100%;
  object-fit: cover;
  object-position: 48% center;
  border-radius: var(--radius);
  filter: saturate(0.92) contrast(0.95);
  box-shadow: var(--shadow);
}

.hero-portrait-frame {
  z-index: 1;
  width: min(52%, 300px);
  height: 54%;
  min-height: 320px;
  inset: auto -27% 8% auto;
  overflow: hidden;
  border: 10px solid rgba(251, 250, 247, 0.9);
  border-radius: var(--radius);
  background: var(--surface-muted);
  box-shadow: -26px 30px 64px rgba(15, 24, 20, 0.32);
}

.hero-portrait {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 51% 16%;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 21px;
  border-radius: 999px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.94rem;
  font-weight: 650;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  border: 1px solid var(--green);
  background: var(--green);
  color: #fff;
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink);
}

.button-ghost {
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
}

.button-on-dark {
  border-color: #fff;
  background: #fff;
  color: var(--green);
}

.microcopy {
  color: var(--muted);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.93rem;
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  max-width: 780px;
  margin-bottom: clamp(36px, 6vw, 72px);
}

.text-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  color: var(--ink-soft);
  max-width: var(--measure);
}

.positioning {
  display: grid;
  gap: 26px;
}

.region-overview {
  max-width: calc(var(--max) + (var(--pad-x) * 2));
  margin-inline: auto;
}

.region-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.5fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: start;
}

.local-cluster {
  display: grid;
  gap: 22px;
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-muted);
}

.local-cluster p {
  color: var(--ink-soft);
}

.local-cluster ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.local-cluster li {
  padding: 7px 10px;
  border: 1px solid rgba(23, 61, 53, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--green);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.84rem;
  line-height: 1.2;
}

.question-list {
  display: grid;
  gap: 12px;
  margin: 8px 0;
  padding: 0;
  list-style: none;
  color: var(--ink);
}

.question-list li {
  padding-left: 28px;
  position: relative;
}

.question-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 12px;
  height: 1px;
  background: var(--gold);
}

.split-band {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 0.9fr);
  gap: clamp(34px, 7vw, 96px);
  max-width: calc(var(--max) + (var(--pad-x) * 2));
  margin-inline: auto;
  border-block: 1px solid var(--line);
}

.services {
  background: var(--surface);
}

.services,
.process,
.faq {
  max-width: none;
}

.services > *,
.process > *,
.faq > * {
  max-width: var(--max);
  margin-inline: auto;
}

.service-editorial {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: start;
}

.service-lead {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 28px;
  padding: clamp(30px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-muted);
}

.service-lead div {
  display: grid;
  gap: 20px;
}

.service-rows {
  display: grid;
  border-top: 1px solid var(--line);
}

.service-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) minmax(160px, auto);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
  padding: clamp(28px, 4vw, 44px) 0;
  border-bottom: 1px solid var(--line);
}

.service-lead span,
.service-row span {
  color: var(--gold);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.service-lead p,
.service-row p {
  margin-top: 12px;
  color: var(--ink-soft);
  max-width: 62ch;
}

.service-lead a,
.service-row a {
  width: fit-content;
  margin-top: 4px;
  color: var(--green);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.93rem;
  font-weight: 700;
  white-space: nowrap;
}

.philosophy {
  display: grid;
  gap: 26px;
}

.process {
  background: var(--bg-soft);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid var(--line);
  background: var(--line);
}

.process-list li {
  display: grid;
  gap: 16px;
  min-height: 270px;
  padding: clamp(26px, 3.2vw, 42px);
  background: var(--surface-muted);
}

.process-list span {
  color: var(--gold);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.process-list p {
  color: var(--ink-soft);
  max-width: 48ch;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.regional {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.82fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: center;
  max-width: calc(var(--max) + (var(--pad-x) * 2));
  margin-inline: auto;
  width: 100%;
}

.local-context {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 0.92fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: center;
  max-width: calc(var(--max) + (var(--pad-x) * 2));
  margin-inline: auto;
  width: 100%;
}

.regional-media {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.regional-media img {
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.regional-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.kevin {
  display: grid;
  grid-template-columns: minmax(260px, 0.52fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 90px);
  align-items: center;
  max-width: calc(var(--max) + (var(--pad-x) * 2));
  margin-inline: auto;
  background: var(--surface);
}

.portrait-slot {
  margin: 0;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface-muted);
  box-shadow: var(--shadow);
}

.portrait-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 22%;
}

.kevin-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
}

.soft-contact {
  display: grid;
  gap: 24px;
  text-align: left;
}

.orientation {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.faq {
  background: var(--surface);
}

.faq-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

details {
  border-bottom: 1px solid var(--line);
  padding: 0;
}

summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 28px 0;
  color: var(--ink);
  font-size: clamp(1.12rem, 1.8vw, 1.45rem);
  line-height: 1.25;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "";
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-right: 1.5px solid var(--green);
  border-bottom: 1.5px solid var(--green);
  transform: rotate(45deg);
  transition: transform 180ms ease;
}

details[open] summary::after {
  transform: rotate(225deg);
}

details p {
  max-width: var(--measure);
  padding: 0 0 30px;
  color: var(--ink-soft);
}

.final-cta {
  background: var(--green);
  color: #fff;
}

.final-cta-inner {
  display: grid;
  gap: 24px;
  max-width: 820px;
  margin-inline: auto;
}

.final-cta .section-subhead,
.final-cta p {
  color: rgba(255, 255, 255, 0.78);
}

.final-cta .microcopy {
  color: rgba(255, 255, 255, 0.66);
}

.contact-options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.95rem;
}

.contact-options a {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.46);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 38px var(--pad-x);
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-footer p {
  margin-top: 5px;
  font-size: 0.92rem;
}

.site-footer a {
  font-size: 0.92rem;
}

:focus-visible {
  outline: 3px solid rgba(183, 154, 93, 0.65);
  outline-offset: 4px;
}

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

  .nav-links {
    display: none;
  }

  .hero,
  .split-band,
  .regional,
  .kevin,
  .region-grid,
  .local-context {
    grid-template-columns: 1fr;
  }

  .hero,
  .regional,
  .kevin,
  .region-overview,
  .local-context {
    max-width: 100%;
  }

  .hero,
  .regional,
  .kevin,
  .local-context {
    width: calc(100% - (var(--pad-x) * 2));
    padding-right: 0;
    padding-left: 0;
  }

  .hero > *,
  .regional > *,
  .kevin > *,
  .region-grid > *,
  .local-context > * {
    min-width: 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-media {
    width: 100%;
    min-height: auto;
    aspect-ratio: 16 / 11;
  }

  .hero-landscape {
    height: 100%;
  }

  .hero-portrait-frame {
    width: min(52%, 340px);
    height: 64%;
    min-height: 300px;
    right: -4%;
    bottom: 8%;
  }

  .city-hero-media {
    aspect-ratio: 16 / 10;
  }

  .service-editorial,
  .process-list {
    grid-template-columns: 1fr;
  }

  .service-lead {
    position: static;
  }

  .regional-media img {
    aspect-ratio: 16 / 10;
  }

  .portrait-slot {
    max-width: 420px;
  }
}

@media (min-width: 1600px) {
  :root {
    --max: 1360px;
    --pad-x: clamp(56px, 6vw, 120px);
    --pad-y: clamp(96px, 8vw, 144px);
  }

  h1 {
    max-width: 720px;
    font-size: 5.2rem;
  }

  .city-hero h1 {
    max-width: 780px;
    font-size: 4.95rem;
  }

  h2 {
    font-size: 4.05rem;
  }

  .hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.7fr);
    min-height: auto;
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .hero-media {
    min-height: 610px;
    max-height: 650px;
    height: min(64svh, 650px);
  }

  .hero-landscape {
    min-height: 610px;
  }

  .hero-portrait-frame {
    width: min(50%, 330px);
    height: 56%;
    right: -22%;
    bottom: 8%;
  }
}

@media (max-width: 620px) {
  :root {
    --pad-x: 20px;
    --pad-y: 68px;
  }

  .site-header {
    padding: 14px var(--pad-x);
  }

  .brand small {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding-top: 42px;
  }

  h1 {
    font-size: clamp(2.32rem, 12vw, 3rem);
  }

  .city-hero h1 {
    font-size: clamp(2rem, 9vw, 2.55rem);
  }

  h2 {
    font-size: clamp(2.02rem, 10vw, 2.7rem);
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .hero-copy {
    gap: 20px;
  }

  .cta-row,
  .site-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .hero-media {
    overflow: hidden;
    min-height: 300px;
    aspect-ratio: 1 / 1;
    border-radius: var(--radius);
  }

  .city-hero-media {
    min-height: 270px;
    aspect-ratio: 1 / 0.86;
  }

  .local-cluster {
    padding: 26px 20px;
  }

  .hero-landscape {
    object-position: 45% center;
  }

  .hero-portrait-frame {
    width: 58%;
    height: 58%;
    min-height: 220px;
    right: 18px;
    bottom: 18px;
    border-width: 7px;
  }

  .hero-portrait {
    object-position: 50% 18%;
  }

  .service-lead,
  .service-row,
  .process-list li {
    padding: 28px 22px;
  }

  .service-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .service-row a {
    white-space: normal;
  }

  summary {
    padding: 24px 0;
  }
}

@media (max-width: 360px) {
  h1 {
    font-size: 2.28rem;
  }

  .brand-logo {
    width: 34px;
    height: 34px;
  }

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

  .header-cta {
    font-size: 0.74rem;
    padding-inline: 10px;
  }
}

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

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
