:root {
  --ink: #151b22;
  --ink-soft: #26303a;
  --river: #1f637c;
  --river-bright: #358ca3;
  --brick: #b84d38;
  --brick-dark: #8f3829;
  --gold: #e8b752;
  --cream: #f3efe7;
  --paper: #fffdf9;
  --mist: #dce8ea;
  --line: rgba(21, 27, 34, .16);
  --white-line: rgba(255, 255, 255, .18);
  --shadow: 0 24px 70px rgba(17, 25, 34, .16);
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: white;
  background: var(--ink);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.topline { color: white; background: var(--ink); border-bottom: 1px solid var(--white-line); }
.topline__inner {
  width: min(1180px, calc(100% - 36px));
  min-height: 36px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.topline__note { color: #cbd6da; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 253, 249, .97);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.nav-shell {
  width: min(1180px, calc(100% - 36px));
  min-height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 26px;
}
.brand { min-width: 218px; display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: var(--ink);
  background: var(--gold);
  border: 2px solid var(--ink);
  border-radius: 50%;
  box-shadow: 6px 6px 0 var(--river);
}
.brand-mark svg { width: 35px; height: 35px; }
.brand-mark path, .brand-mark rect { fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.brand-mark .reach-line { stroke: var(--brick-dark); }
.brand-type { display: grid; line-height: 1; }
.brand-type strong {
  display: flex;
  align-items: baseline;
  font-family: var(--display);
  font-size: 1.48rem;
  font-weight: 900;
  letter-spacing: -.015em;
  text-transform: uppercase;
}
.brand-type strong em { color: var(--river); font-style: normal; }
.brand-type small { margin-top: 5px; font-size: .64rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.main-nav { margin-left: auto; display: flex; align-items: center; justify-content: flex-end; gap: 2px; }
.nav-item { position: relative; }
.nav-link, .nav-trigger {
  min-height: 44px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--ink);
  background: transparent;
  border: 0;
  font-size: .86rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.nav-link:hover, .nav-link:focus-visible, .nav-trigger:hover, .nav-trigger:focus-visible, .nav-item.is-open .nav-trigger { background: var(--mist); }
.nav-trigger svg { transition: transform .2s ease; }
.nav-item.is-open .nav-trigger svg { transform: rotate(180deg); }
.dropdown {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: min(680px, calc(100vw - 40px));
  padding: 22px;
  visibility: hidden;
  opacity: 0;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  transform: translateY(-8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.nav-item.is-open .dropdown { visibility: visible; opacity: 1; transform: translateY(0); }
.dropdown--areas { width: min(790px, calc(100vw - 40px)); }
.dropdown__head { margin-bottom: 14px; padding-bottom: 12px; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.dropdown__head strong { font-family: var(--display); font-size: 1.2rem; font-weight: 900; text-transform: uppercase; }
.dropdown__head a { color: var(--brick-dark); font-size: .8rem; font-weight: 800; }
.dropdown__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5px 22px; }
.dropdown__grid--3 { grid-template-columns: repeat(3, 1fr); }
.dropdown__group-title { margin: 0 0 8px; color: var(--river); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.dropdown a:not(.dropdown__all) { display: block; padding: 8px 9px; font-size: .81rem; font-weight: 700; line-height: 1.3; text-decoration: none; }
.dropdown a:not(.dropdown__all):hover { color: var(--brick-dark); background: var(--cream); }

.call-button {
  min-height: 50px;
  padding: 9px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: white;
  background: var(--brick);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
  box-shadow: 7px 7px 0 rgba(21, 27, 34, .18);
  transition: transform .18s ease, background .18s ease;
}
.call-button strong { font-size: .9rem; }
.call-button:hover { background: var(--brick-dark); transform: translateY(-2px); }
.button-secondary {
  min-height: 50px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: transparent;
  border: 1px solid rgba(255,255,255,.45);
  font-size: .8rem;
  font-weight: 800;
  text-decoration: none;
}
.button-secondary:hover { color: var(--gold); border-color: var(--gold); }
.mobile-toggle { width: 44px; height: 44px; padding: 10px; display: none; flex-direction: column; justify-content: center; gap: 5px; background: transparent; border: 1px solid var(--line); cursor: pointer; }
.mobile-toggle span { display: block; height: 2px; background: var(--ink); }

.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.container--wide { width: min(1240px, calc(100% - 40px)); margin: 0 auto; }
.eyebrow { margin: 0; display: flex; align-items: center; gap: 10px; color: var(--brick); font-size: .72rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 800; letter-spacing: -.015em; line-height: .98; }
h1 { font-size: clamp(3rem, 6vw, 5.2rem); }
h2 { font-size: clamp(2rem, 3.2vw, 3rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.9rem); line-height: 1.06; }
p { margin: 0 0 1.15em; }
.lead { font-size: clamp(1.05rem, 1.7vw, 1.25rem); line-height: 1.62; }
.muted { color: #5c6570; }
.section { padding: 86px 0; }
.section--cream { background: var(--cream); }
.section--dark { color: white; background: var(--ink); }
.section--river { color: white; background: var(--river); }
.section__heading { max-width: 760px; margin-bottom: 40px; }
.section__heading h2 { margin: 12px 0 16px; }
.section__heading p { max-width: 650px; }

.hero { position: relative; overflow: hidden; color: white; background: var(--ink); }
.hero::before { content: ""; position: absolute; top: -300px; right: -230px; width: 680px; height: 680px; border: 1px solid rgba(53,140,163,.34); border-radius: 50%; }
.hero--editorial { padding: 58px 0 0; }
.hero--editorial .container { position: relative; z-index: 2; }
.hero-layout { display: grid; grid-template-columns: minmax(0,.92fr) minmax(420px,1.08fr); gap: clamp(42px,6vw,82px); align-items: center; }
.hero--editorial .hero__copy { max-width: 590px; padding-bottom: 54px; }
.hero--editorial h1 { max-width: 620px; margin: 15px 0 22px; font-size: clamp(3.15rem, 5.4vw, 5rem); }
.hero--editorial .lead { max-width: 570px; color: #dfe8ea; }
.hero__actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-visual { position: relative; min-height: 570px; align-self: end; }
.hero-visual::before { content: ""; position: absolute; width: 360px; height: 360px; right: -48px; top: -24px; border: 34px solid rgba(232,183,82,.16); border-radius: 50%; }
.hero-visual__photo { position: absolute; inset: 16px 0 0 42px; overflow: hidden; background: linear-gradient(180deg, rgba(21,27,34,.04), rgba(21,27,34,.55)), url('/assets/cincinnati-river.jpg') center 52% / auto 112%; border-radius: 290px 290px 0 0; animation: hero-breathe 15s ease-in-out infinite alternate; }
.hero-visual__route { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.hero-visual__route path { fill: none; stroke: var(--gold); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 8 12; animation: route-travel 12s linear infinite; }
.hero-visual__route circle { fill: var(--paper); stroke: var(--brick); stroke-width: 4; }
.hero-pin { position: absolute; z-index: 2; color: white; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.hero-pin::before { content: ""; display: inline-block; width: 9px; height: 9px; margin-right: 7px; background: var(--gold); border: 3px solid var(--ink); border-radius: 50%; vertical-align: -2px; }
.hero-pin:hover { color: var(--gold); }
.hero-pin--one { top: 14%; left: 4%; }
.hero-pin--two { top: 48%; right: 2%; }
.hero-pin--three { bottom: 17%; left: 24%; }
.hero-visual__place { position: absolute; z-index: 2; left: 66px; right: 24px; bottom: 24px; padding-top: 15px; color: white; border-top: 1px solid rgba(255,255,255,.6); }
.hero-visual__place strong { display: block; color: var(--gold); font-family: var(--display); font-size: 1.7rem; line-height: 1; text-transform: uppercase; }
.hero-visual__place span { display: block; margin-top: 6px; font-size: .72rem; }
.hero-bottom { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--white-line); }
.hero-bottom span { min-height: 74px; padding: 16px 18px; display: flex; align-items: center; gap: 12px; border-right: 1px solid var(--white-line); font-size: .69rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.hero-bottom span:last-child { border-right: 0; }
.hero-bottom b { color: var(--gold); font-family: var(--display); font-size: 1rem; }

.story-grid { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 64px; align-items: start; }
.home-intro { display: grid; grid-template-columns: minmax(0,880px); justify-content: center; }
.home-intro .story-copy { max-width: 880px; }
.story-copy { max-width: 760px; }
.story-copy h2 { margin-bottom: 24px; }
.story-copy h3 { margin: 30px 0 12px; }
.pull-quote { margin: 34px 0 0; padding: 23px 0 4px 26px; color: var(--river); border-left: 5px solid var(--gold); font-family: var(--display); font-size: clamp(1.55rem, 2.7vw, 2.3rem); font-weight: 800; line-height: 1.08; }

.service-index { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.service-tile { position: relative; min-height: 226px; padding: 26px 25px 27px; overflow: hidden; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); text-decoration: none; transition: color .22s ease, background .22s ease; }
.service-tile:nth-child(3n) { border-right: 0; }
.service-tile::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 5px; background: var(--brick); transition: width .3s ease; }
.service-tile:hover { color: white; background: var(--ink); }
.service-tile:hover::after { width: 100%; }
.service-tile__top { display: flex; align-items: center; justify-content: space-between; }
.service-tile__top small { color: #717980; font-family: var(--display); font-size: 1rem; font-weight: 900; }
.service-tile__icon { position: relative; width: 50px; height: 50px; display: grid; place-items: center; color: var(--river); background: var(--paper); border: 2px solid var(--river); border-radius: 50%; box-shadow: 4px 4px 0 var(--gold); transform: rotate(-3deg); transition: transform .22s ease, color .22s ease, border-color .22s ease; }
.service-tile__icon::after { content: "+"; position: absolute; right: -7px; top: -8px; width: 18px; height: 18px; display: grid; place-items: center; color: white; background: var(--brick); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.service-tile:nth-child(3n+2) .service-tile__icon { color: var(--brick-dark); border-color: var(--brick); box-shadow: 4px 4px 0 var(--river); }
.service-tile:hover .service-tile__icon { color: var(--ink); border-color: var(--gold); animation: none; transform: rotate(0) translateY(-2px); }
.service-tile__icon svg { width: 23px; height: 23px; }
.service-tile h3 { margin: 23px 0 8px; font-size: clamp(1.45rem, 2vw, 1.82rem); }
.service-tile p { max-width: 390px; color: #58616b; font-size: .87rem; line-height: 1.62; }
.service-tile:hover p, .service-tile:hover .service-tile__top small { color: #cbd4d6; }
.service-tile__link { margin-top: 20px; display: flex; align-items: center; justify-content: space-between; font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

.city-step { position: relative; overflow: hidden; padding: 94px 0; color: white; background: var(--river); }
.city-step::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: repeating-linear-gradient(105deg, transparent 0 34px, rgba(255,255,255,.12) 35px 36px); }
.city-step__grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; gap: 66px; align-items: center; }
.city-map { position: relative; min-height: 470px; overflow: hidden; background-color: rgba(10,42,54,.28); background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 44px 44px; border: 1px solid rgba(255,255,255,.24); }
.city-map__lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-road { fill: none; stroke: rgba(255,255,255,.28); stroke-width: 5; stroke-linecap: round; }
.map-road--two { stroke-width: 3; }
.map-road--three { stroke-dasharray: 5 10; }
.map-river { fill: none; stroke: #8fc4d0; stroke-width: 24; stroke-linecap: round; opacity: .82; }
.city-map__state { position: absolute; color: rgba(255,255,255,.16); font-family: var(--display); font-size: 5rem; font-weight: 900; line-height: 1; }
.city-map__state--oh { top: 25px; right: 28px; }
.city-map__state--ky { left: 28px; bottom: 22px; }
.map-pin { position: absolute; z-index: 2; padding: 7px 11px 7px 8px; display: inline-flex; align-items: center; gap: 7px; color: white; background: rgba(21,27,34,.88); border: 1px solid rgba(255,255,255,.24); border-radius: 999px; font-size: .7rem; font-weight: 900; text-decoration: none; text-transform: uppercase; transition: color .2s ease, transform .2s ease, background .2s ease; }
.map-pin i { width: 10px; height: 10px; background: var(--gold); border: 2px solid white; border-radius: 50%; box-shadow: 0 0 0 0 rgba(232,183,82,.5); animation: map-pulse 3.6s ease-out infinite; }
.map-pin:nth-of-type(even) i { animation-delay: -1.8s; }
.map-pin:hover { color: var(--ink); background: var(--gold); transform: translateY(-3px); }
.map-pin--clifton { top: 13%; left: 18%; }
.map-pin--otr { top: 35%; left: 34%; }
.map-pin--downtown { top: 50%; left: 44%; }
.map-pin--hyde { top: 29%; right: 7%; }
.map-pin--covington { left: 25%; bottom: 17%; }
.map-pin--newport { right: 13%; bottom: 18%; }
.city-copy h2 { margin: 12px 0 22px; }
.location-links { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 8px; }
.location-links a { padding: 8px 11px; color: inherit; border: 1px solid currentColor; font-size: .75rem; font-weight: 800; line-height: 1.25; text-decoration: none; }
.location-links a:hover { color: var(--gold); }

.scenario-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; }
.scenario-columns > div { min-width: 0; }
.scenario-columns article { padding: 3px 0 30px; }
.scenario-columns article + article { padding-top: 30px; border-top: 1px solid var(--line); }
.scenario-columns h3 { margin-bottom: 14px; }
.scenario-columns p { color: #4f5962; }
.scenario-link { margin: 12px 0 0; font-weight: 800; }

.field-log { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 34px; }
.field-log::before { content: ""; position: absolute; left: 0; right: 0; top: 13px; height: 2px; background: var(--river); }
.field-log article { position: relative; padding-top: 50px; transition: transform .25s ease; }
.field-log article:hover { transform: translateY(-5px); }
.field-log article::before { content: ""; position: absolute; z-index: 2; left: 0; top: 5px; width: 14px; height: 14px; background: var(--cream); border: 4px solid var(--brick); border-radius: 50%; }
.field-log article span { color: var(--brick-dark); font-family: var(--display); font-size: .85rem; font-weight: 900; letter-spacing: .1em; }
.field-log h3 { margin: 9px 0 12px; font-size: 1.45rem; }
.field-log p { color: #566069; font-size: .86rem; line-height: 1.66; }
.field-log a, .field-log__more a { color: var(--river); font-size: .76rem; font-weight: 900; }
.field-log__more { margin: 38px 0 0; }

.photo-strip { min-height: 500px; display: grid; grid-template-columns: 1.2fr .8fr; }
.photo-strip__image { min-height: 500px; background: linear-gradient(90deg, rgba(21,27,34,.08), rgba(21,27,34,.18)), url('/assets/lockreach-consultation.webp') center / cover; }
.photo-strip__copy { padding: clamp(42px, 7vw, 90px); display: flex; flex-direction: column; justify-content: center; color: white; background: var(--brick-dark); }
.photo-strip__copy h2 { margin: 12px 0 20px; }
.checklist { margin: 22px 0 0; padding: 0; list-style: none; }
.checklist li { position: relative; padding: 11px 0 11px 27px; border-top: 1px solid rgba(255,255,255,.2); }
.checklist li::before { content: "+"; position: absolute; left: 3px; color: var(--gold); font-weight: 900; }

.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-question { width: 100%; min-height: 78px; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: transparent; border: 0; font-weight: 800; text-align: left; cursor: pointer; }
.faq-question span:last-child { color: var(--brick); font-size: 1.4rem; transition: transform .2s ease; }
.faq-item.is-open .faq-question span:last-child { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .22s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { max-width: 760px; margin: 0; color: #4e5660; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer p { padding-bottom: 22px; }

.cta-panel { position: relative; padding: clamp(36px, 6vw, 66px); overflow: hidden; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 38px; color: white; background: var(--river); }
.cta-panel::before { content: ""; position: absolute; width: 420px; height: 190px; right: -80px; top: -130px; border: 2px solid rgba(232,183,82,.45); border-radius: 50%; }
.cta-panel h2, .cta-panel__actions { position: relative; }
.cta-panel__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }

.page-hero { position: relative; overflow: hidden; color: var(--ink); background: linear-gradient(110deg, var(--cream) 0 72%, var(--mist) 72%); border-bottom: 1px solid var(--line); }
.page-hero::after { content: ""; position: absolute; top: -150px; right: 8vw; width: 270px; height: 450px; border: 2px solid rgba(31,99,124,.2); transform: rotate(27deg); }
.page-hero__single { position: relative; z-index: 2; padding: 68px 0 50px; }
.page-hero__single h1 { max-width: 900px; margin: 13px 0 24px; font-size: clamp(2.55rem, 4.2vw, 3.65rem); }
.page-hero__floor { padding-top: 24px; display: grid; grid-template-columns: minmax(0,680px) auto; align-items: end; justify-content: space-between; gap: 45px; border-top: 1px solid var(--line); }
.page-hero__floor .lead { margin: 0; }
.page-hero__floor > span { max-width: 250px; color: var(--brick-dark); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.prep-band { color: white; background: var(--ink); }
.prep-band > .container { display: grid; grid-template-columns: repeat(3,1fr) auto; }
.prep-band > .container > div { min-height: 112px; padding: 18px 22px; display: grid; align-content: center; border-right: 1px solid var(--white-line); }
.prep-band span { color: var(--gold); font-family: var(--display); font-weight: 900; }
.prep-band strong { margin-top: 3px; font-size: .84rem; }
.prep-band small { color: #aeb9bd; font-size: .7rem; }
.prep-band__call { border-right: 0 !important; }
.prep-band__call .call-button { align-self: center; }

.service-body { overflow: hidden; }
.service-route { position: relative; max-width: 930px; margin: 0 auto; padding-left: 48px; }
.service-route::before { content: ""; position: absolute; left: 12px; top: 54px; bottom: 54px; width: 3px; background: var(--river); }
.service-chapter { position: relative; padding: 46px 0; display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 24px; border-bottom: 1px solid var(--line); }
.service-chapter:last-child { border-bottom: 0; }
.service-chapter::before { content: ""; position: absolute; left: -44px; top: 52px; width: 14px; height: 14px; background: var(--paper); border: 4px solid var(--brick); border-radius: 50%; transition: transform .25s ease, background .25s ease; }
.service-chapter:hover::before { background: var(--gold); transform: scale(1.14); }
.service-chapter__number { display: block; padding-top: 2px; color: var(--brick); font-family: var(--display); font-size: .82rem; font-weight: 900; letter-spacing: .12em; }
.service-chapter h2 { max-width: 810px; margin: 0 0 18px; font-size: clamp(1.85rem, 2.8vw, 2.65rem); }
.service-chapter p { max-width: 810px; }
.service-chapter ul { max-width: 810px; margin: 22px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; list-style: none; border-top: 1px solid var(--line); }
.service-chapter li { padding: 11px 16px 11px 0; border-bottom: 1px solid var(--line); }
.service-chapter li:nth-child(even) { padding-left: 16px; }
.field-note { max-width: 760px; margin-top: 28px; padding: 4px 0 4px 24px; border-left: 5px solid var(--gold); }
.field-note > span { color: var(--brick-dark); font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.field-note h3 { margin: 6px 0 9px; font-size: 1.35rem; }
.field-note p { margin-bottom: 0; }

.service-route--journal::before { background: var(--brick); }
.service-route--journal .service-chapter::before { border-color: var(--river); }
.service-route--sequence::before { background: linear-gradient(var(--river), var(--brick)); }
.service-route--sequence .service-chapter:nth-child(even)::before { border-color: var(--gold); }

.approval-panel { padding: 76px 0; color: white; background: var(--river); }
.approval-panel__grid { display: grid; grid-template-columns: minmax(250px,.7fr) minmax(0,1.3fr); gap: 72px; align-items: start; }
.approval-panel__grid h2 { margin: 0; font-size: clamp(2rem, 3.1vw, 2.9rem); }
.approval-panel__grid p:last-child { margin-bottom: 0; }
.faq-editorial { display: grid; grid-template-columns: minmax(250px,.62fr) minmax(0,1.38fr); gap: 66px; align-items: start; }
.faq-editorial h2 { margin-top: 11px; font-size: clamp(1.95rem, 3vw, 2.8rem); }
.local-ribbon { padding: 72px 0; color: white; background: var(--brick-dark); }
.local-ribbon > .container { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; }
.local-ribbon h2 { margin: 10px 0 0; }
.related-guide { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.related-guide .container { display: flex; align-items: center; flex-wrap: wrap; }
.related-guide span, .related-guide a { min-height: 74px; padding: 14px 20px; display: inline-flex; align-items: center; border-right: 1px solid var(--line); }
.related-guide span { padding-left: 0; color: #69717a; font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.related-guide a { gap: 13px; font-weight: 800; text-decoration: none; }
.related-guide a:hover { color: var(--brick-dark); background: var(--cream); }

.prose { max-width: 820px; margin: 0 auto; }
.prose h2 { margin: 52px 0 19px; font-size: clamp(1.9rem, 3vw, 2.75rem); }
.prose h2:first-child { margin-top: 0; }
.prose h3 { margin: 34px 0 13px; }
.prose ul { margin: 0 0 25px; padding-left: 22px; }
.prose li { margin: 7px 0; }
.inner-call-strip { margin-bottom: 68px; padding: 20px 0; display: grid; grid-template-columns: 1.15fr 1fr 1fr auto; align-items: center; gap: 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.inner-call-strip > div { display: grid; gap: 4px; }
.inner-call-strip > div .eyebrow { margin: 0; }
.inner-call-strip > div strong { font-family: var(--display); font-size: 1.45rem; line-height: 1; }
.inner-call-strip > span { color: #58626b; font-size: .73rem; font-weight: 750; line-height: 1.5; }
.nearby-strip { max-width: 820px; margin: 68px auto 0; display: flex; align-items: center; flex-wrap: wrap; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.nearby-strip strong, .nearby-strip a { min-height: 62px; padding: 14px 18px; display: inline-flex; align-items: center; border-right: 1px solid var(--line); }
.nearby-strip strong { padding-left: 0; color: #68717a; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.nearby-strip a { font-size: .76rem; font-weight: 800; text-decoration: none; }
.nearby-strip a:hover { color: var(--brick-dark); background: var(--cream); }
.fact-strip { margin-bottom: 68px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact-strip > div { min-height: 105px; padding: 19px 22px; display: grid; align-content: center; border-right: 1px solid var(--line); }
.fact-strip > div:first-child { padding-left: 0; }
.fact-strip > div:last-child { border-right: 0; }
.fact-strip strong { font-family: var(--display); font-size: 1.65rem; line-height: 1; }
.fact-strip span { margin-top: 6px; color: #667078; font-size: .68rem; font-weight: 750; }
.contact-band { margin-bottom: 68px; padding: 30px 34px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 36px; color: white; background: var(--river); }
.contact-band .eyebrow { margin: 0 0 7px; color: var(--gold); }
.contact-band strong { display: block; font-family: var(--display); font-size: clamp(2rem,4vw,3rem); line-height: 1; }
.contact-band p { max-width: 620px; margin: 8px 0 0; color: #dbe4e7; font-size: .78rem; }
.local-note { margin: 32px 0; padding: 6px 0 6px 25px; border-left: 5px solid var(--brick); }
.local-note h3 { margin-bottom: 10px; }

.area-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; }
.area-intro h2 { margin-top: 10px; }
.area-group { margin-top: 54px; }
.area-group__head { margin-bottom: 20px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.area-group__head h2 { margin: 0; font-size: clamp(1.95rem, 3vw, 2.8rem); }
.area-group__head p { max-width: 420px; margin: 0; color: #5d6570; }
.area-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.area-card { min-height: 190px; padding: 23px; display: flex; flex-direction: column; justify-content: space-between; background: var(--paper); text-decoration: none; transition: color .2s ease, background .2s ease; }
.area-card:hover { color: white; background: var(--river); }
.area-card strong { font-family: var(--display); font-size: 1.55rem; font-weight: 800; line-height: 1.04; }
.area-card span { color: var(--brick-dark); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.area-card p { margin: 20px 0 0; color: #616a73; font-size: .83rem; line-height: 1.55; }
.area-card:hover span { color: var(--gold); }
.area-card:hover p { color: #e3ecee; }
.route-rail { position: relative; margin: 42px 0; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.route-rail::before { content: ""; position: absolute; top: 50%; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--brick), var(--gold), var(--river)); }
.route-rail__points { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.route-point { position: relative; padding-top: 30px; font-size: .72rem; font-weight: 850; }
.route-point::before { content: ""; position: absolute; top: calc(50% - 7px); width: 14px; height: 14px; border-radius: 50%; background: var(--paper); border: 4px solid var(--brick); }

.site-footer { padding: 66px 0 28px; color: #d8dfe0; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.15fr .8fr .8fr .85fr; gap: 40px; }
.footer-brand p { max-width: 310px; margin-top: 22px; color: #aeb9bd; }
.site-footer .brand-type strong { color: white; }
.site-footer .brand-type strong em { color: var(--gold); }
.site-footer .brand-type small { color: #cbd4d6; }
.site-footer .brand-mark { color: white; background: var(--brick); border-color: white; box-shadow: 6px 6px 0 var(--river-bright); }
.site-footer h2 { margin-bottom: 16px; color: white; font-family: var(--body); font-size: .82rem; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 7px 0; }
.footer-links a { color: #cbd4d6; font-size: .82rem; text-decoration: none; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { margin-top: 48px; padding-top: 20px; display: flex; justify-content: space-between; gap: 22px; border-top: 1px solid var(--white-line); color: #8f9a9e; font-size: .72rem; }

[data-reveal] { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }
.service-tile__icon { animation: icon-drift 7s ease-in-out infinite; }
.service-tile:nth-child(even) .service-tile__icon { animation-delay: -3.5s; }
@keyframes icon-drift { 0%,100% { transform: rotate(-3deg) translateY(0); } 50% { transform: rotate(1deg) translateY(-3px); } }
@keyframes hero-breathe { from { background-size: auto 112%; background-position: 48% 52%; } to { background-size: auto 118%; background-position: 54% 50%; } }
@keyframes route-travel { to { stroke-dashoffset: -80; } }
@keyframes map-pulse { 0%,45% { box-shadow: 0 0 0 0 rgba(232,183,82,.48); } 80%,100% { box-shadow: 0 0 0 9px rgba(232,183,82,0); } }

@media (max-width: 980px) {
  .nav-shell { gap: 18px; }
  .main-nav { position: fixed; inset: 116px 0 0; padding: 20px; display: none; align-items: stretch; justify-content: flex-start; flex-direction: column; gap: 2px; overflow-y: auto; background: var(--paper); }
  body.nav-open .main-nav { display: flex; }
  .mobile-toggle { margin-left: auto; display: inline-flex; }
  .nav-link, .nav-trigger { width: 100%; justify-content: space-between; }
  .nav-item { width: 100%; }
  .dropdown { position: static; width: 100%; max-height: 0; padding: 0 8px; overflow: hidden; visibility: visible; opacity: 1; border: 0; box-shadow: none; transform: none; transition: max-height .24s ease, padding .24s ease; }
  .nav-item.is-open .dropdown { max-height: 1100px; padding: 14px 8px 18px; }
  .dropdown__grid, .dropdown__grid--3 { grid-template-columns: 1fr 1fr; }
  .nav-shell > .call-button { display: none; }
  .hero-layout { grid-template-columns: 1fr; gap: 8px; }
  .hero--editorial .hero__copy { max-width: 720px; padding-bottom: 28px; }
  .hero-visual { width: min(680px,100%); min-height: 490px; margin: 0 auto; }
  .hero-bottom { grid-template-columns: 1fr 1fr; }
  .hero-bottom span:nth-child(-n+2) { border-bottom: 1px solid var(--white-line); }
  .service-index { grid-template-columns: 1fr 1fr; }
  .service-tile:nth-child(3n) { border-right: 1px solid var(--line); }
  .service-tile:nth-child(even) { border-right: 0; }
  .story-grid, .city-step__grid, .photo-strip, .area-intro, .approval-panel__grid, .faq-editorial, .local-ribbon > .container { grid-template-columns: 1fr; }
  .story-grid, .city-step__grid, .area-intro, .approval-panel__grid, .faq-editorial, .local-ribbon > .container { gap: 32px; }
  .city-map { min-height: 410px; order: 2; }
  .scenario-columns { gap: 40px; }
  .field-log { grid-template-columns: 1fr 1fr; gap: 42px 36px; }
  .field-log::before { display: none; }
  .field-log article { padding-top: 34px; border-top: 1px solid var(--line); }
  .field-log article::before { top: -10px; }
  .photo-strip__image { min-height: 380px; }
  .prep-band > .container { grid-template-columns: 1fr 1fr; }
  .prep-band > .container > div { border-bottom: 1px solid var(--white-line); }
  .area-cards { grid-template-columns: 1fr 1fr; }
  .inner-call-strip { grid-template-columns: 1fr 1fr; }
  .inner-call-strip .call-button { justify-self: start; }
  .fact-strip { grid-template-columns: 1fr 1fr; }
  .fact-strip > div:nth-child(2) { border-right: 0; }
  .fact-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .topline__inner { width: calc(100% - 24px); min-height: 32px; font-size: .62rem; }
  .topline__note { display: none; }
  .nav-shell, .container, .container--wide { width: calc(100% - 28px); }
  .nav-shell { min-height: 72px; }
  .main-nav { inset: 104px 0 0; }
  .brand { min-width: 0; gap: 9px; }
  .brand-mark { width: 40px; height: 40px; box-shadow: 4px 4px 0 var(--river); }
  .brand-mark svg { width: 30px; height: 30px; }
  .brand-type strong { font-size: 1.14rem; }
  .brand-type small { font-size: .54rem; letter-spacing: .1em; }
  .dropdown__grid, .dropdown__grid--3 { grid-template-columns: 1fr; }
  .section { padding: 64px 0; }
  .hero--editorial { padding-top: 52px; }
  .hero--editorial h1 { font-size: clamp(2.75rem, 12vw, 3.85rem); }
  .hero-visual { min-height: 390px; }
  .hero-visual::before { width: 260px; height: 260px; right: -50px; }
  .hero-visual__photo { inset: 12px 0 0 18px; border-radius: 220px 220px 0 0; }
  .hero-visual__place { left: 38px; right: 16px; bottom: 18px; }
  .hero-pin { font-size: .61rem; }
  .hero-pin--one { top: 15%; left: 0; }
  .hero-pin--two { top: 47%; right: 0; }
  .hero-pin--three { bottom: 19%; left: 19%; }
  .hero-bottom span { min-height: 64px; padding: 13px 8px; font-size: .61rem; }
  .service-index, .area-cards { grid-template-columns: 1fr; }
  .service-tile, .service-tile:nth-child(3n) { border-right: 0; }
  .city-map { min-height: 390px; }
  .map-pin { font-size: .61rem; }
  .scenario-columns, .field-log { grid-template-columns: 1fr; gap: 28px; }
  .scenario-columns > div + div { padding-top: 28px; border-top: 1px solid var(--line); }
  .photo-strip__image { min-height: 320px; }
  .page-hero { background: var(--cream); }
  .page-hero::after { display: none; }
  .page-hero__single { padding: 52px 0 40px; }
  .page-hero__single h1 { font-size: clamp(2.35rem, 10.5vw, 3.25rem); }
  .page-hero__floor { grid-template-columns: 1fr; gap: 18px; }
  .prep-band > .container { grid-template-columns: 1fr; }
  .prep-band > .container > div { min-height: 90px; border-right: 0; }
  .service-route { padding-left: 30px; }
  .service-route::before { left: 7px; }
  .service-chapter { grid-template-columns: 1fr; gap: 8px; }
  .service-chapter::before { left: -30px; }
  .service-chapter ul { grid-template-columns: 1fr; }
  .service-chapter li:nth-child(even) { padding-left: 0; }
  .related-guide .container { display: grid; }
  .related-guide span, .related-guide a { min-height: 60px; padding-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .inner-call-strip { grid-template-columns: 1fr; gap: 15px; }
  .inner-call-strip .call-button { justify-self: stretch; }
  .nearby-strip { display: grid; }
  .nearby-strip strong, .nearby-strip a { min-height: 56px; padding-left: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .fact-strip { grid-template-columns: 1fr 1fr; }
  .fact-strip > div { min-height: 92px; padding: 16px; }
  .fact-strip > div:first-child { padding-left: 16px; }
  .contact-band { padding: 26px 22px; grid-template-columns: 1fr; gap: 20px; }
  .contact-band .call-button { justify-self: start; }
  .route-rail__points { grid-template-columns: 1fr 1fr; }
  .route-rail::before { display: none; }
  .route-point { padding: 9px 0 9px 16px; border-left: 3px solid var(--river); }
  .route-point::before { display: none; }
  .cta-panel { grid-template-columns: 1fr; }
  .cta-panel__actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

.breadcrumbs { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding-top: 18px; color: var(--ink-soft); font-size: .82rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: .45rem; color: var(--river); }
.breadcrumbs a { color: inherit; text-decoration: none; }
.breadcrumbs a:hover { color: var(--ink); }
