:root {
  --ink: #101214;
  --ink-soft: #25292d;
  --paper: #f7f7f5;
  --paper-alt: #eceeec;
  --white: #fff;
  --orange: #ff6508;
  --orange-dark: #c94300;
  --line: #d8dcda;
  --muted: #5c6264;
  --shadow: 0 15px 40px rgba(16, 18, 20, .09);
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }

.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 20; padding: .7rem 1rem; color: var(--white); background: var(--orange-dark); border-radius: .35rem; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 10; background: #000; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); }
.header-inner { display: flex; align-items: center; gap: 1.5rem; min-height: 78px; }
.brand { display: inline-flex; align-items: center; width: 126px; flex-shrink: 0; }
.brand img { width: 126px; height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 3vw, 2rem); margin-left: auto; font-size: .92rem; }
.site-nav a { color: #ecefed; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--orange); }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .7rem 1.25rem; border: 2px solid transparent; border-radius: .45rem; font-size: .94rem; font-weight: 750; letter-spacing: .01em; text-decoration: none; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--orange-dark); }
.button-primary:hover, .button-primary:focus-visible { background: #a83500; }
.button-secondary { color: var(--ink); background: var(--white); }
.button-secondary:hover, .button-secondary:focus-visible { color: var(--orange-dark); }
.button-outline { min-height: 39px; padding: .45rem .85rem; color: var(--white); border-color: rgba(255,255,255,.5); font-size: .82rem; }
.button-outline:hover, .button-outline:focus-visible { color: var(--ink); background: var(--white); }
.button-outline-dark { color: var(--ink); border-color: var(--ink); background: transparent; }
.button-outline-dark:hover, .button-outline-dark:focus-visible { color: var(--white); background: var(--ink); }
.button-light { color: var(--ink); background: var(--white); }
.button-light:hover, .button-light:focus-visible { color: var(--orange-dark); background: #fff4eb; }

.hero { overflow: hidden; color: var(--white); background: #000; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); align-items: center; gap: clamp(2rem, 6vw, 6rem); min-height: 580px; padding-top: 4.5rem; padding-bottom: 4.5rem; }
.eyebrow { margin: 0 0 .85rem; color: var(--orange-dark); font-size: .76rem; font-weight: 800; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase; }
.eyebrow-light { color: #ff9b60; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.025em; }
h1 { max-width: 640px; margin-bottom: 1.35rem; font-size: clamp(2.7rem, 6vw, 5rem); }
h1 span { color: var(--orange); }
.lead { max-width: 590px; margin-bottom: 2rem; color: #d4d9d7; font-size: clamp(1.05rem, 1.7vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.availability { display: flex; align-items: center; flex-wrap: wrap; gap: .5rem; margin: 1.35rem 0 0; color: #e6ebe8; font-size: .88rem; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #62d28b; box-shadow: 0 0 0 4px rgba(98,210,139,.15); }
.availability-note { color: #adb4b1; }
.hero-art { display: flex; align-items: center; justify-content: center; min-height: 0; }
.hero-art img { width: min(100%, 560px); }

.trust-strip { color: var(--white); background: var(--orange-dark); }
.highlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; padding-top: 1.2rem; padding-bottom: 1.2rem; }
.highlight { display: flex; align-items: center; gap: .8rem; }
.highlight-icon { display: grid; width: 36px; height: 36px; place-items: center; flex-shrink: 0; border: 2px solid rgba(255,255,255,.82); border-radius: 50%; color: var(--white); }
.icon-house { position: relative; width: 14px; height: 10px; margin-top: 4px; border: 2px solid currentColor; border-top: 0; }
.icon-house::before { position: absolute; top: -7px; left: 0; width: 10px; height: 10px; border-top: 2px solid currentColor; border-left: 2px solid currentColor; content: ""; transform: rotate(45deg); }
.icon-house::after { position: absolute; right: 2px; bottom: 0; width: 3px; height: 6px; border-left: 2px solid currentColor; content: ""; }
.icon-dollar { display: block; font-size: 17px; font-weight: 850; line-height: 1; transform: translateY(-1px); }
.icon-pin { position: relative; width: 14px; height: 14px; margin-top: -2px; border: 2px solid currentColor; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.icon-pin::after { position: absolute; top: 3px; left: 3px; width: 4px; height: 4px; border-radius: 50%; background: currentColor; content: ""; }
.highlight div strong, .highlight div span { display: block; }
.highlight strong { font-size: .91rem; }
.highlight div span { color: #fff1e9; font-size: .79rem; }

.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-light { background: var(--paper); }
.section-heading { max-width: 690px; margin-bottom: 2.4rem; }
.section-heading h2, .detail-card h2, .policy-intro h2, .contact-inner h2 { margin-bottom: .85rem; font-size: clamp(2rem, 4vw, 3.1rem); }
.section-heading > p:last-child { color: var(--muted); font-size: 1.04rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card { min-height: 186px; padding: 1.35rem 1.35rem 1.2rem; border: 1px solid var(--line); border-radius: .65rem; background: var(--white); box-shadow: 0 4px 16px rgba(16,18,20,.025); }
.service-top { display: flex; align-items: flex-start; justify-content: space-between; gap: .9rem; margin-bottom: .7rem; }
.service-card h3 { max-width: 70%; margin-bottom: 0; font-size: 1.05rem; }
.price { flex-shrink: 0; margin: 0; color: var(--orange-dark); font-size: 1.15rem; font-weight: 850; line-height: 1.1; text-align: right; }
.price span { display: block; color: var(--muted); font-size: .66rem; font-weight: 650; line-height: 1.3; }
.service-card > p:not(.price) { margin-bottom: 0; color: var(--muted); font-size: .88rem; }
.service-note { margin-top: .7rem !important; color: var(--ink-soft) !important; font-size: .78rem !important; font-weight: 650; }

.section-dark { color: var(--white); background: var(--ink-soft); }
.policy-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2.5rem, 7vw, 7rem); }
.policy-intro p:last-child { max-width: 370px; color: #c6cdca; }
.policy-list { display: grid; gap: .8rem; }
.policy-card { display: grid; grid-template-columns: 2.3rem 1fr; gap: 1rem; padding: 1.15rem 1.2rem; border: 1px solid rgba(255,255,255,.15); border-radius: .5rem; background: rgba(255,255,255,.045); }
.policy-number { color: var(--orange); font-size: .78rem; font-weight: 850; letter-spacing: .05em; }
.policy-card h3 { margin-bottom: .35rem; font-size: 1.02rem; }
.policy-card p { margin-bottom: 0; color: #cbd1ce; font-size: .87rem; }
.policy-card strong { color: var(--white); }

.service-details { background: var(--paper-alt); }
.details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.detail-card { padding: clamp(1.5rem, 4vw, 2.8rem); border-radius: .7rem; background: var(--white); box-shadow: var(--shadow); }
.detail-card h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); }
.detail-card > p:not(.eyebrow) { color: var(--muted); }
.service-area-copy { max-width: 620px; margin-bottom: 1.25rem; }
.check-list { display: grid; gap: .8rem; margin: 1.3rem 0 0; padding: 0; list-style: none; color: var(--muted); }
.check-list li { position: relative; padding-left: 1.7rem; }
.check-list li::before { position: absolute; left: 0; top: .12rem; color: var(--orange); content: "✓"; font-weight: 850; }
.check-list strong { color: var(--ink); }
.appointment-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.5rem; }

.contact-section { color: var(--white); background: linear-gradient(120deg, var(--ink) 0%, #202528 100%); }
.contact-inner { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 3rem; padding-top: clamp(3.5rem, 7vw, 6rem); padding-bottom: clamp(3.5rem, 7vw, 6rem); }
.contact-inner h2 { margin-bottom: .65rem; }
.contact-inner > div:first-child > p:last-child { max-width: 550px; margin-bottom: 0; color: #cbd1ce; font-size: 1.04rem; }
.contact-actions { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: .7rem; }
.contact-number { width: 100%; margin: 0 0 .1rem; color: var(--white); font-size: clamp(1.35rem, 3vw, 1.8rem); font-weight: 800; letter-spacing: -.02em; }
.contact-number a { color: #ff9b60; text-decoration: none; }
.contact-number a:hover, .contact-number a:focus-visible { color: var(--white); }
.hours { width: 100%; margin: .8rem 0 0; color: #d6dcda; font-size: .88rem; line-height: 1.65; }
.hours strong { color: var(--white); }
.hours span { color: #aeb6b2; }

.site-footer { color: #bdc4c1; background: #080a0b; font-size: .78rem; }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .8rem; min-height: 72px; }
.footer-inner span:first-child { color: var(--white); font-weight: 750; }
.footer-inner a { color: #ff9b60; text-decoration: none; }
.footer-inner a:hover, .footer-inner a:focus-visible { color: var(--white); }

:focus-visible { outline: 3px solid #ffaf82; outline-offset: 3px; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; min-height: 0; padding-top: 4rem; }
  .hero-art { max-width: 620px; min-height: 0; margin: 0 auto; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .policy-grid { grid-template-columns: 1fr; gap: 2rem; }
  .policy-intro p:last-child { max-width: 600px; }
  .contact-inner { grid-template-columns: 1fr; gap: 1.6rem; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1160px); }
  .header-inner { min-height: 68px; gap: .75rem; }
  .brand, .brand img { width: 100px; }
  .site-nav { display: none; }
  .header-inner .button { margin-left: auto; }
  .button-small { min-height: 36px; padding: .35rem .62rem; font-size: .72rem; }
  .hero-grid { padding-top: 3.2rem; padding-bottom: 3.5rem; }
  h1 { font-size: clamp(2.55rem, 13vw, 3.7rem); }
  .lead { font-size: 1rem; }
  .hero-actions .button { flex: 1; }
  .availability { font-size: .8rem; }
  .availability-note { width: 100%; padding-left: 1.1rem; }
  .highlight-grid { grid-template-columns: 1fr; gap: .8rem; padding-top: 1rem; padding-bottom: 1rem; }
  .highlight { gap: .65rem; }
  .service-grid, .details-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .section { padding: 3.8rem 0; }
  .policy-card { grid-template-columns: 1.9rem 1fr; gap: .7rem; padding: 1rem; }
  .appointment-actions .button { flex: 1 1 100%; }
  .contact-actions .button { flex: 1 1 100%; }
  .footer-inner { align-items: flex-start; flex-direction: column; justify-content: center; padding-top: 1rem; padding-bottom: 1rem; }
}

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