:root {
  --ink: #17211f;
  --muted: #5d6865;
  --paper: #f5f3ed;
  --white: #fff;
  --accent: #b86b3d;
  --deep: #173f3a;
  --line: rgba(23, 33, 31, .16);
  --hero-position: center;
  --max: 1180px;
}

* { 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;
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 99; background: var(--white); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.shell { width: min(var(--max), calc(100% - 3rem)); margin-inline: auto; }
.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.24);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { text-decoration: none; font-family: Georgia, serif; font-size: clamp(1.15rem, 2vw, 1.45rem); font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 1.5rem; font-size: .92rem; }
.nav-links a { text-decoration: none; }
.nav-links a:not(.button):hover { text-decoration: underline; text-underline-offset: .35rem; }
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  padding: .75rem 1.05rem;
  border: 1px solid transparent;
  border-radius: 4px;
  background: var(--accent);
  color: var(--white);
  font-weight: 750;
  text-decoration: none;
  transition: transform .2s ease, filter .2s ease, background-color .2s ease;
}
.button:hover { transform: translateY(-2px); filter: brightness(1.08); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.button.secondary { background: transparent; border-color: currentColor; }
.hero {
  position: relative;
  min-height: min(820px, 92svh);
  color: var(--white);
  background-image: linear-gradient(90deg, rgba(8,20,19,.84) 0%, rgba(8,20,19,.48) 47%, rgba(8,20,19,.05) 78%), var(--hero-image);
  background-size: cover;
  background-position: var(--hero-position);
  display: grid;
  align-items: end;
  overflow: hidden;
}
.hero-inner { width: min(var(--max), calc(100% - 3rem)); margin: 0 auto; padding: 9.5rem 0 clamp(4.5rem, 9vw, 7.5rem); }
.eyebrow { margin: 0 0 1rem; text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; font-weight: 800; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; font-weight: 500; }
h1 { max-width: 760px; margin: 0; font-size: clamp(2.75rem, 7vw, 6rem); }
.hero-copy { max-width: 620px; margin: 1.35rem 0 0; font-size: clamp(1rem, 2vw, 1.2rem); color: rgba(255,255,255,.9); }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.urgent-strip { background: var(--deep); color: var(--white); }
.urgent-inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.25rem; padding: 1.1rem 0; }
.urgent-label { font-weight: 850; }
.urgent-inner p { margin: 0; color: rgba(255,255,255,.82); }
.text-link { font-weight: 750; text-underline-offset: .25rem; white-space: nowrap; }
.section { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.section.white { background: var(--white); }
.section.dark { background: var(--deep); color: var(--white); }
.section-head { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.section h2 { margin: 0; font-size: clamp(2.15rem, 4.8vw, 4.5rem); }
.lede { margin: 0; font-size: clamp(1.08rem, 2vw, 1.35rem); color: var(--muted); }
.dark .lede { color: rgba(255,255,255,.76); }
.service-list { margin-top: clamp(3rem, 6vw, 5.5rem); border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 4rem minmax(0, .9fr) minmax(0, 1.25fr); gap: 2rem; padding: 1.55rem 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.service-row .number { color: var(--accent); font-weight: 850; }
.service-row h3 { margin: 0; font-size: clamp(1.3rem, 2.2vw, 1.8rem); }
.service-row p { margin: 0; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 3.5rem; border-top: 1px solid rgba(255,255,255,.28); }
.step { padding: 2rem 2rem 0 0; }
.step + .step { border-left: 1px solid rgba(255,255,255,.28); padding-left: 2rem; }
.step strong { display: block; color: var(--accent); font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.step h3 { margin: .7rem 0; font-size: 1.5rem; }
.step p { margin: 0; color: rgba(255,255,255,.73); }
.faq { max-width: 850px; margin: 3rem auto 0; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; padding: 1.35rem 2.5rem 1.35rem 0; font-family: Georgia, serif; font-size: 1.25rem; position: relative; }
summary::after { content: "+"; position: absolute; right: .25rem; font-family: system-ui; color: var(--accent); }
details[open] summary::after { content: "−"; }
details p { margin: -.25rem 0 1.5rem; color: var(--muted); max-width: 720px; }
.contact-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 9vw, 8rem); align-items: start; }
.contact-layout h2 { max-width: 700px; }
.contact-panel { border-top: 1px solid rgba(255,255,255,.3); padding-top: 1.4rem; }
.contact-panel a { display: block; width: fit-content; margin: .7rem 0; font-size: clamp(1.15rem, 2.2vw, 1.5rem); text-underline-offset: .3rem; }
.contact-panel address { margin-top: 1.5rem; color: rgba(255,255,255,.72); font-style: normal; }
.fineprint { margin-top: 2rem; font-size: .82rem; color: rgba(255,255,255,.62); }
footer { background: #0e1917; color: rgba(255,255,255,.72); }
.footer-inner { padding: 2rem 0; display: flex; justify-content: space-between; gap: 1.5rem; font-size: .82rem; }
.footer-inner p { margin: 0; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes heroIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.hero-inner > * { animation: heroIn .7s both; }
.hero-inner > :nth-child(2) { animation-delay: .08s; }
.hero-inner > :nth-child(3) { animation-delay: .16s; }
.hero-inner > :nth-child(4) { animation-delay: .24s; }
@media (max-width: 760px) {
  .shell, .hero-inner { width: min(100% - 2rem, var(--max)); }
  .nav { min-height: 66px; }
  .nav-links a:not(.button) { display: none; }
  .nav-links .button { min-height: 42px; padding: .55rem .75rem; }
  .hero { min-height: 760px; background-image: linear-gradient(180deg, rgba(7,17,16,.36), rgba(7,17,16,.84) 72%), var(--hero-image); background-position: 62% center; }
  .hero-inner { padding-bottom: 3.5rem; }
  .urgent-inner { grid-template-columns: 1fr; gap: .35rem; }
  .section-head, .contact-layout { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 2.5rem 1fr; gap: .75rem; }
  .service-row p { grid-column: 2; }
  .steps { grid-template-columns: 1fr; }
  .step { padding: 1.5rem 0; border-bottom: 1px solid rgba(255,255,255,.22); }
  .step + .step { border-left: 0; padding-left: 0; }
  .footer-inner { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
