:root {
  --ink: #171c1d;
  --ink-2: #253034;
  --slate: #43525a;
  --chalk: #f2f4f1;
  --paper: #e7ece8;
  --steel: #cdd4d2;
  --thread: #ffad9f;
  --thread-dark: #a52f22;
  --line: #aeb8b5;
  --display: "Bodoni Moda", "Baskerville", "Times New Roman", serif;
  --body: "IBM Plex Sans", "Helvetica Neue", sans-serif;
  --gutter: clamp(1.15rem, 4vw, 4.5rem);
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--chalk); color: var(--ink); font-family: var(--body); font-size: 1rem; line-height: 1.55; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 600; line-height: .98; letter-spacing: -.025em; }

.site-header {
  min-height: 74px;
  padding: .75rem var(--gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: rgba(242, 244, 241, .96);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 10;
}
.brand { display: inline-flex; flex-direction: column; font-family: var(--display); font-size: 1.15rem; line-height: .78; letter-spacing: -.03em; }
.brand span:last-child { color: var(--thread-dark); margin-left: 1rem; }
.site-header nav { display: flex; align-items: center; gap: clamp(1rem, 3vw, 2.6rem); font-size: .86rem; font-weight: 600; }
.site-header nav a:not(.nav-route) { border-bottom: 1px solid transparent; }
.site-header nav a:hover, .site-header nav a:focus-visible { border-color: currentColor; }
.nav-route { color: var(--chalk); background: var(--ink); padding: .7rem 1rem; }

.hero { position: relative; width: 100%; background: var(--ink); padding: 0 0 clamp(3rem, 6vw, 6rem); }
#hero-img { width: 100%; height: 67vh; min-height: 590px; max-height: 850px; object-fit: cover; object-position: 50% 42%; }
.hero-copy {
  width: min(980px, calc(100% - 2 * var(--gutter)));
  margin: clamp(-10rem, -12vw, -7rem) 0 0 var(--gutter);
  position: relative;
  z-index: 2;
  background: var(--ink);
  color: var(--chalk);
  padding: clamp(1.7rem, 4vw, 3.8rem);
  border-top: 5px solid var(--thread);
}
.hero-copy::after { content: ""; position: absolute; top: 2.25rem; right: -4rem; width: 7rem; border-top: 2px dashed var(--thread); }
.hero-proof { margin-bottom: 1.2rem; color: var(--steel); font-size: .875rem; font-weight: 600; letter-spacing: .04em; }
.hero-proof span { color: var(--thread); margin: 0 .5rem; }
h1 { font-size: clamp(2.75rem, 5.2vw, 5.2rem); margin-bottom: 1rem; max-width: none; }
h1 em { color: var(--thread); font-style: normal; }
.hero-copy > p:not(.hero-proof) { max-width: 55ch; color: #dfe4e1; font-size: clamp(1rem, 1.4vw, 1.2rem); margin-bottom: 1.5rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: .8rem 1.1rem; background: var(--thread); color: #171c1d; font-weight: 600; border: 1px solid var(--thread); transition: background .18s ease, color .18s ease, transform .18s ease; }
.button:hover, .button:focus-visible { background: var(--chalk); border-color: var(--chalk); transform: translateY(-2px); }

.assessment { max-width: var(--max); margin: 0 auto; padding: clamp(4rem, 8vw, 8rem) var(--gutter); display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.assessment-intro { position: sticky; top: 120px; }
.assessment h2, .worktable h2, .sequence h2, .reviews h2, .find h2 { font-size: clamp(2.2rem, 4.4vw, 4.8rem); }
.assessment-intro p { max-width: 43ch; color: var(--slate); font-size: 1.08rem; }
.assessment-sheet { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); counter-reset: garment; }
.assessment-sheet li { padding: 1.6rem 0 1.8rem; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 8.5rem 1fr; column-gap: 1.5rem; }
.sheet-label { grid-row: span 2; color: var(--thread-dark); font-size: .875rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.assessment-sheet strong { font-family: var(--display); font-size: clamp(1.25rem, 2vw, 1.65rem); line-height: 1.1; }
.assessment-sheet p { margin: .55rem 0 0; color: var(--slate); max-width: 53ch; }

.worktable { background: var(--ink); color: var(--chalk); display: grid; grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr); min-height: 780px; }
.worktable-image { min-height: 100%; overflow: hidden; }
.worktable-image img { width: 100%; height: 100%; object-fit: cover; }
.worktable-copy { padding: clamp(3.5rem, 7vw, 7rem) var(--gutter); align-self: center; }
.worktable-copy h2 { color: var(--chalk); max-width: 12ch; margin-bottom: 1.3rem; }
.worktable-lede { color: var(--steel); max-width: 54ch; margin-bottom: 3rem; }
.service-index { border-top: 1px solid var(--slate); }
.service-index article { display: grid; grid-template-columns: minmax(180px, .7fr) 1.3fr; gap: 1.2rem 2rem; padding: 1.3rem 0; border-bottom: 1px solid var(--slate); }
.service-index h3 { color: var(--chalk); font-size: 1.3rem; margin: 0; line-height: 1.1; }
.service-index p { margin: 0; color: #cfd7d3; max-width: 52ch; }

.sequence { background: var(--slate); color: var(--chalk); padding: clamp(4rem, 8vw, 8rem) var(--gutter); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 7vw, 7rem); }
.sequence-heading { max-width: 640px; justify-self: end; }
.sequence h2 { color: var(--chalk); margin-bottom: 2rem; }
.sequence-heading img { width: 100%; height: clamp(440px, 62vh, 680px); object-fit: cover; object-position: 50% 35%; }
.sequence-list { list-style: none; margin: 0; padding: 0; align-self: center; max-width: 650px; }
.sequence-list li { position: relative; padding: 1.6rem 0 1.7rem 4.5rem; border-bottom: 1px solid #74838a; }
.sequence-list li::before { content: ""; position: absolute; left: .4rem; top: 2.2rem; width: 2.8rem; border-top: 2px dashed var(--thread); }
.sequence-list span { font-family: var(--display); font-size: clamp(1.55rem, 2.5vw, 2.15rem); }
.sequence-list p { margin: .55rem 0 0; color: #e1e6e3; max-width: 48ch; }

.reviews { padding: clamp(5rem, 9vw, 9rem) var(--gutter); max-width: var(--max); margin: 0 auto; }
.reviews h2 { max-width: 13ch; margin-bottom: clamp(3rem, 6vw, 6rem); }
.review-flow { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.5rem; align-items: start; }
.review-flow blockquote { margin: 0; padding: 0 0 1.8rem; border-bottom: 4px solid var(--thread); }
.review-flow blockquote p { font-family: var(--display); font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.34; margin-bottom: 1.2rem; }
.review-flow footer { color: var(--thread-dark); font-size: .875rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.review-a { grid-column: 1 / span 5; }
.review-b { grid-column: 7 / span 6; margin-top: 8rem !important; }
.review-c { grid-column: 3 / span 5; margin-top: 2.5rem !important; }

.find { background: var(--ink); color: var(--chalk); display: grid; grid-template-columns: .85fr 1.15fr; }
.find-copy { padding: clamp(4rem, 8vw, 8rem) var(--gutter); align-self: center; }
.find h2 { color: var(--chalk); max-width: 10ch; margin-bottom: 1.2rem; }
.find-copy p { color: var(--steel); max-width: 46ch; margin-bottom: 1.5rem; }
.button-light { background: var(--chalk); border-color: var(--chalk); color: var(--ink); }
.button-light:hover, .button-light:focus-visible { background: var(--thread); border-color: var(--thread); }
.locality-panel { min-height: 580px; background: var(--slate); padding: clamp(3rem, 7vw, 7rem); display: flex; flex-direction: column; justify-content: center; }
.locality-city, .locality-state { font-family: var(--display); font-size: clamp(4rem, 9vw, 8.5rem); line-height: .75; letter-spacing: -.06em; margin: 0; }
.locality-state { color: var(--thread); margin-left: clamp(2rem, 9vw, 8rem); }
.locality-route { display: flex; align-items: center; gap: .55rem; margin: clamp(3rem, 6vw, 5rem) 0 2.5rem; }
.locality-route span { display: block; width: .65rem; height: .65rem; background: var(--thread); }
.locality-route span:nth-child(2) { width: min(16rem, 42vw); height: 0; border-top: 2px dashed var(--thread); background: transparent; }
.locality-panel dl { margin: 0; display: grid; gap: 1rem; max-width: 560px; }
.locality-panel dl div { display: grid; grid-template-columns: 7rem 1fr; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #74838a; }
.locality-panel dt { color: var(--steel); font-size: .875rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.locality-panel dd { margin: 0; color: var(--chalk); }

.site-footer { background: var(--ink-2); color: var(--steel); padding: 2.2rem var(--gutter); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; font-size: .88rem; }
.site-footer p { margin: 0; text-align: center; }
.site-footer > a:last-child { color: var(--chalk); border-bottom: 1px solid var(--thread); }
.footer-brand { color: var(--chalk); }

@media (max-width: 820px) {
  .site-header { min-height: 66px; }
  .site-header nav a:not(.nav-route) { display: none; }
  .hero { padding-bottom: 0; }
  #hero-img { height: 42vh; min-height: 300px; max-height: 430px; object-position: 54% 42%; }
  .hero-copy { width: 100%; margin: 0; padding: 2rem var(--gutter) 2.6rem; border-top-width: 4px; }
  .hero-copy::after { display: none; }
  h1 { font-size: clamp(2.55rem, 12vw, 4.2rem); }
  .assessment { grid-template-columns: 1fr; gap: 2.4rem; }
  .assessment-intro { position: static; }
  .worktable { grid-template-columns: 1fr; min-height: auto; }
  .worktable-image { height: 54vh; min-height: 360px; }
  .worktable-copy { padding-top: 3.5rem; padding-bottom: 4rem; }
  .sequence { grid-template-columns: 1fr; }
  .sequence-heading { justify-self: stretch; max-width: none; }
  .review-flow { display: block; }
  .review-flow blockquote { margin: 0 0 3rem !important; }
  .find { grid-template-columns: 1fr; }
  .locality-panel { min-height: 440px; }
  .site-footer { grid-template-columns: 1fr; text-align: left; gap: 1.2rem; }
  .site-footer p { text-align: left; }
}

@media (max-width: 520px) {
  .hero-proof { font-size: .875rem; line-height: 1.5; }
  .hero-copy > p:not(.hero-proof) { font-size: 1rem; }
  .button { width: 100%; }
  .assessment-sheet li { grid-template-columns: 1fr; }
  .sheet-label { grid-row: auto; margin-bottom: .45rem; }
  .service-index article { grid-template-columns: 1fr; }
  .worktable-image { height: 430px; min-height: 0; }
  .sequence-list li { padding-left: 3.6rem; }
  .sequence-list li::before { width: 2.1rem; }
  .sequence-heading img { height: 480px; }
  .locality-panel { min-height: 390px; }
  .locality-city, .locality-state { font-size: clamp(3.8rem, 20vw, 5.4rem); }
}

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