:root {
  --ink: #17211d;
  --ink-soft: #26342e;
  --cream: #f3efe5;
  --paper: #fffdf7;
  --yellow: #f7c948;
  --yellow-hot: #ffd75f;
  --rust: #b8492e;
  --muted: #66716c;
  --line: #d9d8d0;
  --shell: 72rem;
  --shadow: 0 18px 50px rgba(23, 33, 29, .13);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

svg { display: block; }

.shell {
  width: min(100% - 2rem, var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: .5rem;
  left: .5rem;
  padding: .65rem 1rem;
  color: var(--ink);
  background: var(--yellow);
  font-weight: 800;
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.header-inner {
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .77rem;
  line-height: 1.05;
  letter-spacing: .12em;
}

.brand strong { font-size: .92rem; letter-spacing: .055em; }

.brand-mark {
  position: relative;
  width: 2.3rem;
  height: 2.3rem;
  display: flex;
  justify-content: center;
  gap: .25rem;
  overflow: hidden;
  background: var(--yellow);
  transform: skew(-7deg);
}

.brand-mark i {
  display: block;
  width: .16rem;
  height: 3rem;
  background: var(--ink);
  transform: rotate(28deg) translateY(-.25rem);
}

nav { display: flex; align-items: center; gap: 1.75rem; }

nav > a:not(.nav-call) {
  display: none;
  color: rgba(255, 255, 255, .76);
  text-decoration: none;
  font-size: .9rem;
  font-weight: 650;
}

nav > a:hover { color: var(--yellow); }

.nav-call {
  display: none;
  align-items: center;
  gap: .8rem;
  padding-left: 1.25rem;
  border-left: 1px solid rgba(255,255,255,.25);
  text-decoration: none;
  line-height: 1.25;
}

.nav-call span { color: rgba(255,255,255,.62); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.nav-call strong { color: var(--yellow); font-size: .96rem; display: block; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 49rem;
  padding: 8.75rem 0 4.25rem;
  color: #fff;
  background:
    linear-gradient(118deg, rgba(23,33,29,.98) 2%, rgba(23,33,29,.92) 55%, rgba(23,33,29,.83) 100%),
    repeating-linear-gradient(98deg, #30423a 0, #30423a 5rem, #293b34 5rem, #293b34 5.15rem);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .15;
  background-image: radial-gradient(rgba(255,255,255,.55) .65px, transparent .65px);
  background-size: 6px 6px;
}

.hero::after {
  content: "";
  position: absolute;
  width: 26rem;
  height: 5rem;
  right: -4rem;
  bottom: 8rem;
  border-top: .35rem dashed rgba(247,201,72,.28);
  border-bottom: .35rem dashed rgba(247,201,72,.28);
  transform: rotate(-21deg);
}

.hero-grid { position: relative; z-index: 1; display: grid; gap: 3rem; }

.hero-visual { display: grid; gap: 1rem; align-self: end; }

.hero-photo {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  background: var(--ink-soft);
  box-shadow: var(--shadow);
}

.hero-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}

.hero-photo figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .65rem .8rem;
  color: rgba(255,255,255,.82);
  background: linear-gradient(transparent, rgba(13,21,18,.88));
  font-size: .68rem;
  line-height: 1.35;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 1rem;
  color: var(--yellow);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow span { width: 1.9rem; height: .14rem; background: currentColor; }
.eyebrow.dark { color: var(--rust); }

h1, h2, h3 {
  margin-top: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.05;
  text-wrap: balance;
}

h1 { margin-bottom: 1.35rem; max-width: 12ch; font-size: clamp(3rem, 13.5vw, 6.7rem); letter-spacing: -.055em; }
h2 { margin-bottom: 1.1rem; font-size: clamp(2.25rem, 7.5vw, 4.25rem); letter-spacing: -.04em; }
h3 { margin-bottom: .8rem; font-size: 1.65rem; letter-spacing: -.025em; }

.hero-lede { max-width: 39rem; margin: 0 0 1.7rem; color: rgba(255,255,255,.72); font-size: 1.08rem; }

.button {
  min-height: 3.75rem;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .85rem;
  padding: .8rem 1.25rem;
  border: 2px solid transparent;
  text-decoration: none;
  font-weight: 750;
  line-height: 1.15;
  box-shadow: var(--shadow);
  transition: transform .18s ease, background .18s ease;
}

.button:hover { transform: translateY(-2px); }
.button svg, .mobile-call svg { width: 1.35rem; fill: currentColor; }
.button-primary { color: var(--ink); background: var(--yellow); }
.button-primary:hover { background: var(--yellow-hot); }
.button-primary strong { margin-left: .2rem; }
.cta-note { margin: .75rem 0 0; color: rgba(255,255,255,.48); font-size: .78rem; }

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: 1.35rem;
  border: 1px solid rgba(255,255,255,.17);
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(7px);
}

.panel-kicker { margin: 0 0 .65rem; color: rgba(255,255,255,.5); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.hero-panel ul { position: relative; z-index: 1; margin: 0; padding: 0; list-style: none; }
.hero-panel li + li { border-top: 1px solid rgba(255,255,255,.11); }
.hero-panel a { display: flex; gap: 1rem; padding: .85rem 0; text-decoration: none; font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; }
.hero-panel a:hover { color: var(--yellow); }
.hero-panel a span { color: var(--yellow); font: 700 .64rem/1.7 Inter, sans-serif; }

.trust-strip { position: relative; z-index: 2; color: var(--ink); background: var(--yellow); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; }
.trust-grid div { min-width: 0; padding: 1rem .75rem; }
.trust-grid div:nth-child(even) { border-left: 1px solid rgba(23,33,29,.2); }
.trust-grid div:nth-child(n+3) { border-top: 1px solid rgba(23,33,29,.2); }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-family: Georgia, "Times New Roman", serif; font-size: 1rem; }
.trust-grid span { color: rgba(23,33,29,.66); font-size: .68rem; }

.section { padding: 5rem 0; }
.services { background: var(--cream); }
.section-heading { margin-bottom: 2.25rem; }
.section-heading > p { max-width: 35rem; color: var(--muted); }

.service-grid { display: grid; gap: 1rem; }
.service-card { position: relative; scroll-margin-top: 1.5rem; padding: 1.65rem; background: var(--paper); border: 1px solid var(--line); }
.service-card p { margin: 0 0 1.25rem; color: var(--muted); }
.service-card > a { display: inline-flex; gap: .5rem; color: var(--rust); text-decoration: none; font-size: .85rem; font-weight: 800; }
.service-card > a span { transition: transform .18s ease; }
.service-card > a:hover span { transform: translateX(.25rem); }
.service-number { display: block; margin-bottom: 2rem; color: #9b9e98; font-size: .7rem; font-weight: 800; letter-spacing: .12em; }

.service-card-featured { color: #fff; background: var(--ink); border-color: var(--ink); }
.service-card-featured p { color: rgba(255,255,255,.66); }
.service-card-featured > a { color: var(--yellow); }
.service-card-featured .service-number { color: var(--yellow); }

.stripe-icon { position: absolute; top: 1.4rem; right: 1.4rem; display: flex; gap: .32rem; transform: skew(-8deg); }
.stripe-icon i { width: .3rem; height: 2.2rem; display: block; background: var(--yellow); }

.service-card-wide { display: grid; gap: 1rem; align-items: end; }
.service-card-wide .service-number { position: absolute; top: 1.65rem; right: 1.65rem; }

.work-gallery { background: var(--paper); }
.gallery-heading { margin-bottom: 2rem; }
.photo-grid { display: grid; gap: 1rem; }

.work-photo {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--cream);
  border: 1px solid var(--line);
}

.work-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  background: var(--ink-soft);
}

.work-photo figcaption {
  display: grid;
  gap: .25rem;
  padding: 1rem 1.1rem 1.15rem;
}

.work-photo figcaption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  line-height: 1.25;
}

.work-photo figcaption span {
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.5;
}

.approach { color: #fff; background: var(--ink); }
.approach-grid { display: grid; gap: 2.5rem; }
.approach-copy > p:last-child { max-width: 37rem; color: rgba(255,255,255,.64); }
.steps { margin: 0; padding: 0; list-style: none; counter-reset: step; }
.steps li { display: grid; grid-template-columns: 2.6rem 1fr; gap: 1rem; padding: 1.2rem 0; border-top: 1px solid rgba(255,255,255,.15); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.steps li > span { width: 2.25rem; height: 2.25rem; display: grid; place-items: center; color: var(--ink); background: var(--yellow); border-radius: 50%; font-size: .75rem; font-weight: 900; }
.steps strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; }
.steps p { margin: .15rem 0 0; color: rgba(255,255,255,.55); font-size: .9rem; }

.service-area { overflow: hidden; background: var(--paper); }
.area-grid { display: grid; gap: 3rem; align-items: center; }
.area-map { position: relative; min-height: 21rem; overflow: hidden; background: var(--cream); border: 1px solid var(--line); }
.area-map::before, .area-map::after { content: ""; position: absolute; inset: -10%; background: repeating-linear-gradient(23deg, transparent 0, transparent 2.8rem, rgba(23,33,29,.09) 2.85rem, rgba(23,33,29,.09) 2.95rem); }
.area-map::after { transform: rotate(72deg); }
.map-ring { position: absolute; z-index: 1; top: 50%; left: 50%; border: 1px solid rgba(184,73,46,.25); border-radius: 50%; transform: translate(-50%,-50%); }
.ring-one { width: 8rem; height: 8rem; }
.ring-two { width: 14rem; height: 14rem; }
.ring-three { width: 20rem; height: 20rem; }
.map-pin { position: absolute; z-index: 2; top: 50%; left: 50%; width: 2rem; height: 2rem; display: grid; place-items: center; background: var(--rust); border: .35rem solid var(--paper); border-radius: 50% 50% 50% 0; box-shadow: 0 5px 15px rgba(23,33,29,.25); transform: translate(-50%,-70%) rotate(-45deg); }
.map-pin i { width: .32rem; height: .32rem; background: var(--paper); border-radius: 50%; }
.map-label { position: absolute; z-index: 2; top: calc(50% + 1rem); left: 50%; padding: .12rem .4rem; background: var(--paper); font-size: .72rem; font-weight: 900; transform: translateX(-50%); }
.area-copy > p:not(.eyebrow) { color: var(--muted); }
.area-list { display: flex; flex-wrap: wrap; gap: .5rem; margin: 1.5rem 0 0; padding: 0; list-style: none; }
.area-list li { padding: .4rem .7rem; border: 1px solid var(--line); font-size: .75rem; font-weight: 750; }

.callout { padding: 3.5rem 0; color: #fff; background: var(--rust); }
.callout-inner { display: grid; gap: 1.7rem; }
.callout h2 { max-width: 15ch; margin-bottom: 0; font-size: clamp(2.2rem, 8vw, 3.7rem); }
.callout .eyebrow { color: #fff3c7; }
.button-light { color: var(--ink); background: var(--paper); }
.button-light small, .button-light strong { display: block; }
.button-light small { margin-bottom: .18rem; color: var(--muted); font-size: .62rem; text-transform: uppercase; letter-spacing: .12em; }

footer { padding: 3rem 0 6.75rem; color: rgba(255,255,255,.62); background: #0d1512; font-size: .75rem; }
.footer-inner { display: grid; gap: 1.5rem; }
.brand-footer { color: #fff; }
.footer-inner p { margin: 0; }

.mobile-call {
  position: fixed;
  z-index: 20;
  right: .75rem;
  bottom: .75rem;
  left: .75rem;
  min-height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  color: var(--ink);
  background: var(--yellow);
  border: 2px solid var(--ink);
  box-shadow: 0 8px 30px rgba(13,21,18,.27);
  text-decoration: none;
  font-weight: 800;
}

.mobile-call strong { margin-left: .25rem; }

/* Dedicated service pages reuse the homepage's visual system. */
.service-hero {
  position: relative;
  overflow: hidden;
  padding: 8.5rem 0 4.5rem;
  color: #fff;
  background:
    linear-gradient(118deg, rgba(23,33,29,.98) 2%, rgba(23,33,29,.91) 100%),
    repeating-linear-gradient(98deg, #30423a 0, #30423a 5rem, #293b34 5rem, #293b34 5.15rem);
}

.service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .15;
  background-image: radial-gradient(rgba(255,255,255,.55) .65px, transparent .65px);
  background-size: 6px 6px;
}

.service-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.service-hero h1 {
  max-width: 14ch;
  font-size: clamp(2.8rem, 11vw, 5.8rem);
}

.service-hero .hero-lede { max-width: 42rem; }

.service-hero-photo {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  background: var(--ink-soft);
  box-shadow: var(--shadow);
}

.service-hero-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  display: block;
  object-fit: cover;
}

.service-hero-photo figcaption {
  padding: .7rem .85rem;
  color: rgba(255,255,255,.68);
  background: rgba(13,21,18,.96);
  font-size: .7rem;
  line-height: 1.4;
}

.breadcrumb { margin-bottom: 1.6rem; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0; padding: 0; list-style: none; }
.breadcrumb li { display: flex; align-items: center; gap: .45rem; color: rgba(255,255,255,.58); font-size: .75rem; }
.breadcrumb li:not(:last-child)::after { content: "/"; color: var(--yellow); }
.breadcrumb a { color: rgba(255,255,255,.78); text-decoration: none; }
.breadcrumb a:hover { color: var(--yellow); }

.service-content { background: var(--paper); }
.service-content-grid { display: grid; gap: 2.75rem; align-items: start; }
.service-prose { max-width: 47rem; }
.service-prose > p { color: var(--muted); }
.service-prose h2 { margin-top: 2.6rem; font-size: clamp(2rem, 6.5vw, 3rem); }
.service-prose ul { margin: 1.35rem 0 0; padding-left: 1.2rem; }
.service-prose li { margin-bottom: .55rem; padding-left: .25rem; }
.service-prose li::marker { color: var(--rust); }

.related-panel {
  padding: 1.6rem;
  color: #fff;
  background: var(--ink);
  border-top: .32rem solid var(--yellow);
}

.related-panel h2 { margin-bottom: .7rem; font-size: 1.7rem; }
.related-panel > p { margin-top: 0; color: rgba(255,255,255,.6); font-size: .86rem; }
.related-links { margin: 1.2rem 0 0; padding: 0; list-style: none; }
.related-links li + li { border-top: 1px solid rgba(255,255,255,.14); }
.related-links a { display: flex; justify-content: space-between; gap: 1rem; padding: .9rem 0; color: var(--yellow); text-decoration: none; font-size: .88rem; font-weight: 800; }
.related-links a:hover { color: #fff; }

.faq-section { background: var(--cream); }
.faq-intro { max-width: 47rem; margin-bottom: 2rem; }
.faq-intro > p:last-child { color: var(--muted); }
.faq-list { display: grid; gap: 1rem; max-width: 56rem; }
.faq-item { padding: 1.5rem; background: var(--paper); border: 1px solid var(--line); }
.faq-item h3 { margin-bottom: .55rem; font-size: 1.25rem; }
.faq-item p { margin: 0; color: var(--muted); }

@media (min-width: 42rem) {
  .shell { width: min(100% - 3rem, var(--shell)); }
  nav > a:not(.nav-call), .nav-call { display: flex; }
  .hero { padding-top: 10.5rem; }
  .hero-grid { grid-template-columns: minmax(0, 1.6fr) minmax(17rem, .8fr); align-items: end; }
  .hero-panel { padding: 1.6rem; }
  .trust-grid { grid-template-columns: repeat(4, 1fr); }
  .trust-grid div { padding: 1.3rem 1.1rem; border-left: 1px solid rgba(23,33,29,.2); }
  .trust-grid div:first-child { border-left: 0; }
  .trust-grid div:nth-child(n+3) { border-top: 0; }
  .trust-grid strong { font-size: 1.05rem; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card { padding: 2rem; }
  .service-card-wide { grid-column: 1 / -1; grid-template-columns: 1fr auto; padding-right: 4rem; }
  .photo-grid { grid-template-columns: 1fr 1fr; }
  .area-grid { grid-template-columns: .9fr 1.1fr; }
  .area-map { min-height: 29rem; }
  .callout-inner { grid-template-columns: 1fr auto; align-items: center; }
  .footer-inner { grid-template-columns: auto 1fr auto; align-items: center; }
  footer { padding-bottom: 3rem; }
  .mobile-call { display: none; }
  .service-hero { padding-top: 10.25rem; }
  .service-hero-grid { grid-template-columns: minmax(0, 1.2fr) minmax(18rem, .8fr); }
}

@media (min-width: 62rem) {
  .section { padding: 7rem 0; }
  .section-heading { display: grid; grid-template-columns: 1.4fr .75fr; gap: 4rem; align-items: end; }
  .service-grid { grid-template-columns: repeat(4, 1fr); }
  .service-card-wide { grid-column: 2 / -1; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .approach-grid { grid-template-columns: 1.15fr .85fr; gap: 7rem; align-items: center; }
  .area-grid { gap: 6rem; }
  .service-content-grid { grid-template-columns: minmax(0, 1fr) 19rem; gap: 5rem; }
  .related-panel { position: sticky; top: 1.5rem; }
}

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