:root {
  --bg: #f5f5f3;
  --surface: #ffffff;
  --text: #181818;
  --muted: #6f6f6b;
  --line: #d8d8d3;
  --dark: #171717;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: 'Inter', sans-serif; font-weight: 400; letter-spacing: 0; }
img { display: block; width: 100%; }
a { color: inherit; }
.service-header {
  position: absolute; inset: 0 0 auto; z-index: 3;
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.5rem 2rem; color: #fff;
}
.brand { font-size: 14px; font-weight: 500; text-decoration: none; }
.header-links { display: flex; align-items: center; gap: 1.5rem; }
.header-links a { font-size: 12px; text-decoration: none; border-bottom: 1px solid transparent; padding-bottom: 3px; }
.header-links a:hover, .header-links a:focus-visible { border-bottom-color: rgba(255,255,255,0.7); }
.service-hero { position: relative; min-height: 72vh; display: flex; align-items: flex-end; overflow: hidden; background: #242424; }
.service-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--hero-position, center); }
.service-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.12), rgba(0,0,0,0.76)); }
.hero-copy { position: relative; z-index: 1; width: min(1180px, 100%); margin: 0 auto; padding: 3rem 2rem; color: #fff; }
.eyebrow { font-size: 11px; text-transform: uppercase; opacity: 0.72; margin-bottom: 0.85rem; }
h1 { font-size: clamp(40px, 6vw, 80px); font-weight: 300; line-height: 1.03; max-width: 950px; }
.hero-summary { max-width: 640px; margin-top: 1rem; color: rgba(255,255,255,0.76); font-size: 15px; line-height: 1.65; }
.content-band { width: min(1180px, 100%); margin: 0 auto; padding: 5rem 2rem; display: grid; grid-template-columns: minmax(150px, 0.6fr) minmax(0, 1.8fr); gap: 4rem; }
.section-label { font-size: 11px; text-transform: uppercase; color: var(--muted); }
.copy { max-width: 790px; }
.copy h2 { font-size: clamp(25px, 3vw, 38px); font-weight: 300; line-height: 1.25; margin-bottom: 1.2rem; }
.copy p { color: var(--muted); font-size: 14px; line-height: 1.85; margin-bottom: 1rem; }
.service-points { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); margin-top: 2.2rem; }
.service-point { padding: 1.25rem 1.25rem 0 0; }
.service-point + .service-point { border-left: 1px solid var(--line); padding-left: 1.25rem; }
.service-point strong { display: block; font-size: 13px; font-weight: 500; margin-bottom: 0.45rem; }
.service-point span { display: block; font-size: 12px; color: var(--muted); line-height: 1.55; }
.image-grid { width: min(1440px, 100%); margin: 0 auto; padding: 0 2rem; }
.image-grid figure { overflow: hidden; background: #deded9; }
.image-grid img { width: 100%; height: auto; object-fit: contain; }
.image-grid--feature { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 1rem; }
.image-grid--feature figure:nth-child(3) { grid-column: 1 / -1; }
.image-grid--columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 1rem; }
.image-column { display: grid; gap: 1rem; align-content: start; }
.image-grid--triptych { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: 1rem; }
.process-band { margin-top: 5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 2rem; }
.step { padding-right: 2rem; }
.step + .step { border-left: 1px solid var(--line); padding-left: 2rem; }
.step small { display: block; font-size: 11px; color: var(--muted); margin-bottom: 0.75rem; }
.step h3 { font-size: 15px; font-weight: 500; margin-bottom: 0.55rem; }
.step p { font-size: 13px; line-height: 1.65; }
.related { width: min(1180px, 100%); margin: 0 auto; padding: 3rem 2rem; display: flex; flex-wrap: wrap; gap: 0.75rem 1.5rem; align-items: center; }
.related span { color: var(--muted); font-size: 11px; text-transform: uppercase; margin-right: 0.5rem; }
.related a { font-size: 13px; text-decoration: none; border-bottom: 1px solid var(--line); padding-bottom: 3px; }
.service-contact { background: var(--dark); color: #fff; }
.contact-inner { width: min(1180px, 100%); margin: 0 auto; padding: 5rem 2rem; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.8fr); align-items: start; gap: 4rem; }
.contact-inner h2 { max-width: 680px; font-size: clamp(28px, 4vw, 50px); font-weight: 300; line-height: 1.12; }
.contact-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 1.5rem; border: 1px solid rgba(255,255,255,0.55); border-radius: 24px; text-decoration: none; font-size: 13px; white-space: nowrap; }
.contact-button:hover, .contact-button:focus-visible { background: #fff; color: var(--dark); }
.lead-form { width: 100%; }
.lead-field { margin-bottom: 1rem; }
.lead-field label { display: block; margin-bottom: 0.4rem; color: rgba(255,255,255,0.62); font-size: 11px; text-transform: uppercase; }
.lead-field input, .lead-field textarea { width: 100%; padding: 0.65rem 0; border: 0; border-bottom: 1px solid rgba(255,255,255,0.35); border-radius: 0; outline: 0; background: transparent; color: #fff; font: inherit; font-size: 14px; }
.lead-field textarea { min-height: 82px; resize: vertical; }
.lead-field input:focus, .lead-field textarea:focus { border-bottom-color: #fff; }
.lead-submit { margin-top: 0.5rem; min-height: 46px; padding: 0 1.4rem; border: 1px solid rgba(255,255,255,0.55); border-radius: 23px; background: transparent; color: #fff; cursor: pointer; font: inherit; font-size: 13px; }
.lead-submit:hover, .lead-submit:focus-visible { background: #fff; color: var(--dark); }
.lead-submit:disabled { cursor: wait; opacity: 0.6; }
.lead-status { display: none; margin-top: 0.9rem; font-size: 12px; line-height: 1.5; color: rgba(255,255,255,0.72); }
.lead-email { margin-top: 1rem; font-size: 12px; color: rgba(255,255,255,0.62); }
.lead-email a { color: #fff; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
footer { display: flex; justify-content: space-between; gap: 2rem; padding: 1.5rem 2rem; color: var(--muted); font-size: 11px; }
footer a { text-decoration: none; }
@media (max-width: 760px) {
  .service-header { padding: 1.25rem; }
  .header-links a:first-child { display: none; }
  .service-hero { min-height: 68vh; }
  .hero-copy { padding: 2rem 1.25rem; }
  .content-band { grid-template-columns: 1fr; gap: 1.5rem; padding: 3.5rem 1.25rem; }
  .service-points, .steps { grid-template-columns: 1fr; }
  .service-point, .service-point + .service-point, .step, .step + .step { border-left: 0; border-top: 1px solid var(--line); padding: 1.1rem 0; }
  .image-grid { padding: 0 0.75rem; }
  .image-grid--feature, .image-grid--columns, .image-grid--triptych { grid-template-columns: 1fr; gap: 0.75rem; }
  .image-grid--feature figure:nth-child(3) { grid-column: auto; }
  .image-column { gap: 0.75rem; }
  .related { padding: 2.5rem 1.25rem; }
  .contact-inner { grid-template-columns: 1fr; padding: 4rem 1.25rem; gap: 2.5rem; }
  footer { flex-direction: column; padding: 1.5rem 1.25rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
