:root {
  --ink: #151719;
  --muted: #5e6266;
  --paper: #f5f3ef;
  --white: #fff;
  --wood: #c68a4a;
  --line: #d8d4cc;
  --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; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--white); transform: translateY(-150%); }
.skip:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(21,23,25,.08); backdrop-filter: blur(12px); }
.nav { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { display: block; width: 270px; height: 96px; object-fit: contain; }
nav { display: flex; align-items: center; gap: 28px; font-size: .95rem; font-weight: 650; }
nav a { text-decoration: none; }
nav a:hover, nav a:focus-visible { color: #85582c; }
.nav-call { padding: 11px 16px; color: var(--white); background: var(--ink); }
nav .nav-call:hover, nav .nav-call:focus-visible { color: var(--white); background: #34383b; }
.hero { min-height: 680px; position: relative; display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,11,12,.94) 0%, rgba(10,11,12,.72) 37%, rgba(10,11,12,.10) 75%), url('hero.webp') center/cover no-repeat; }
.hero-content { position: relative; padding-block: 100px; }
.eyebrow { margin: 0 0 18px; color: #e1b37d; font-size: .78rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.dark { color: #91602f; }
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1 { max-width: 780px; margin-bottom: 24px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.3rem, 7vw, 6.8rem); font-weight: 500; letter-spacing: -.045em; }
.hero-copy { max-width: 630px; margin: 0 0 34px; color: rgba(255,255,255,.82); font-size: 1.14rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; text-decoration: none; font-weight: 800; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--wood); color: #17120d; }
.button.secondary { border-color: rgba(255,255,255,.55); color: var(--white); background: rgba(0,0,0,.12); }
.intro { padding-block: 88px; background: var(--white); }
.intro-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; }
.intro h2, .section-heading h2, .cta h2 { margin-bottom: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem, 4vw, 4.2rem); font-weight: 500; letter-spacing: -.035em; }
.intro-grid > p { margin: 0; color: var(--muted); font-size: 1.08rem; }
.services { padding-block: 96px; }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.card { min-height: 330px; padding: 36px; background: var(--white); border-right: 1px solid var(--line); }
.card:last-child { border-right: 0; }
.card.featured { background: var(--ink); color: var(--white); transform: translateY(-14px); box-shadow: 0 22px 48px rgba(12,13,14,.14); }
.number { display: inline-block; margin-bottom: 70px; color: var(--wood); font-weight: 800; letter-spacing: .12em; }
.card h3 { margin-bottom: 18px; font-family: Georgia, "Times New Roman", serif; font-size: 1.75rem; font-weight: 500; }
.card p { margin: 0; color: var(--muted); }
.card.featured p { color: rgba(255,255,255,.68); }
.service-note { margin: 32px 0 0; color: var(--muted); text-align: center; }
.process { padding-block: 100px; color: var(--white); background: var(--ink); }
.process-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.process-copy h2 { margin-bottom: 25px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.04em; }
.process-copy > p:last-child { color: rgba(255,255,255,.68); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 52px 1fr; gap: 24px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.steps li:first-child { padding-top: 0; }
.steps span { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); color: #e1b37d; border-radius: 50%; font-weight: 800; }
.steps h3 { margin-bottom: 7px; font-size: 1.2rem; }
.steps p { margin: 0; color: rgba(255,255,255,.64); }
.cta { padding-block: 80px; background: var(--wood); }
.cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.cta .eyebrow { color: #4d3018; }
.cta .actions { justify-content: flex-end; }
.dark-button { background: var(--ink) !important; color: var(--white) !important; }
.button.outline { border-color: rgba(21,23,25,.5); }
footer { padding-block: 42px; color: rgba(255,255,255,.68); background: #0d0e0f; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr auto; gap: 40px; align-items: end; }
footer strong { color: var(--white); }
footer p { margin: 3px 0; }
footer a { color: var(--white); text-decoration: none; }
.copyright { font-size: .88rem; text-align: right; }
@media (max-width: 780px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .nav { min-height: 86px; gap: 10px; }
  .brand img { width: 180px; height: 72px; }
  nav > a:not(.nav-call) { display: none; }
  .nav-call { padding: 9px 11px; font-size: .82rem; }
  .hero { min-height: 620px; }
  .hero-bg { background-position: 60% center; }
  .hero-content { padding-block: 80px; }
  h1 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .intro, .services, .process { padding-block: 70px; }
  .intro-grid, .process-grid { grid-template-columns: 1fr; gap: 35px; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .card:last-child { border-bottom: 0; }
  .card.featured { transform: none; }
  .number { margin-bottom: 35px; }
  .cta-inner { align-items: stretch; flex-direction: column; gap: 34px; }
  .cta .actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .copyright { text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
