:root {
  --ink: #0b0d0b;
  --forest: #234432;
  --forest-deep: #12271d;
  --cream: #f7f2e8;
  --paper: #fffdf7;
  --gold: #d2ae5f;
  --gold-light: #ead49d;
  --muted: #667066;
  --line: rgba(12, 20, 14, .15);
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Helvetica Neue", Arial, sans-serif; font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.shell { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: -5rem; left: 1rem; padding: .7rem 1rem; background: white; border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; height: 82px; color: white; border-bottom: 1px solid rgba(255,255,255,.15); background: linear-gradient(to bottom, rgba(0,0,0,.72), transparent); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; flex: 0 0 auto; }
.brand-copy { display: grid; line-height: 1; }
.brand-name { font-family: Georgia, serif; font-size: 1.05rem; letter-spacing: .07em; text-transform: uppercase; }
.brand-type { margin-top: .35rem; color: var(--gold-light); font-size: .62rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 1.3rem; }
.nav-links a { color: rgba(255,255,255,.82); font-size: .84rem; font-weight: 800; text-decoration: none; }
.nav-links a:hover { color: white; }
.nav-links .nav-cta { padding: .7rem 1rem; color: var(--ink); background: var(--gold); border-radius: 999px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.25); border-radius: 12px; cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.page-hero { position: relative; min-height: 650px; display: grid; align-items: end; overflow: hidden; color: white; background: var(--ink); }
.page-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,8,5,.96), rgba(5,8,5,.72) 58%, rgba(5,8,5,.4)), url('/assets/north-georgia-landscape.webp') center/cover; }
.hero-inner { position: relative; z-index: 1; max-width: 830px; padding-top: 150px; padding-bottom: 74px; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1.5rem; color: rgba(255,255,255,.65); font-size: .78rem; font-weight: 750; }
.breadcrumb a { text-underline-offset: 3px; }
.eyebrow { display: inline-flex; align-items: center; gap: .6rem; margin: 0 0 1rem; color: var(--gold-light); font-size: .76rem; font-weight: 850; letter-spacing: .15em; line-height: 1.3; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 2rem; height: 1px; background: currentColor; }
.eyebrow.dark { color: #735c28; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
h1 { max-width: 790px; margin-bottom: 1.25rem; color: #fffaf0; font-size: clamp(3rem, 7vw, 5.4rem); }
h2 { margin-bottom: 1rem; font-size: clamp(2.1rem, 4.5vw, 3.7rem); }
h3 { margin-bottom: .55rem; font-size: 1.2rem; line-height: 1.3; }
.lead { max-width: 760px; margin-bottom: 1.8rem; color: rgba(255,255,255,.8); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .85rem 1.2rem; border-radius: 999px; font-size: .82rem; font-weight: 850; letter-spacing: .06em; line-height: 1.2; text-decoration: none; text-transform: uppercase; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.gold { color: var(--ink); background: var(--gold); }
.button.dark { color: white; background: var(--forest-deep); }
.button.ghost { color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.35); }

.proof-bar { color: white; background: var(--forest-deep); }
.proof-inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-inner span { padding: 1.05rem; text-align: center; color: rgba(255,255,255,.72); font-size: .82rem; font-weight: 750; border-right: 1px solid rgba(255,255,255,.12); }
.proof-inner span:last-child { border: 0; }
section { padding: clamp(4.5rem, 8vw, 7rem) 0; }
.intro { background: var(--paper); }
.two-col { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2.5rem, 8vw, 7rem); align-items: start; }
.section-lead { color: var(--muted); font-size: 1.08rem; }
.feature-list { display: grid; gap: 1rem; margin: 0; padding: 0; list-style: none; }
.feature-list li { padding: 1.25rem 1.3rem; background: #f2ede3; border: 1px solid var(--line); border-radius: 14px; }
.feature-list strong { display: block; margin-bottom: .25rem; color: var(--forest-deep); }
.feature-list span { color: var(--muted); }
.process { color: white; background: var(--forest-deep); }
.process h2 { color: white; }
.process .section-lead { color: rgba(255,255,255,.68); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.3rem; }
.step { padding: 1.5rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16); border-radius: 16px; }
.step b { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 2rem; color: var(--ink); background: var(--gold); border-radius: 50%; font-family: Georgia, serif; }
.step h3 { color: white; }
.step p { margin-bottom: 0; color: rgba(255,255,255,.68); }
.local { background: #ece5d7; }
.local-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2.2rem; }
.local-card { padding: 1.5rem; background: rgba(255,255,255,.62); border: 1px solid var(--line); border-radius: 15px; }
.local-card p { margin-bottom: 0; color: var(--muted); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.3rem; }
.service-link { min-height: 180px; padding: 1.4rem; background: var(--paper); border: 1px solid var(--line); border-radius: 15px; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.service-link:hover { background: white; transform: translateY(-3px); }
.service-link span { color: #735c28; font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.service-link h3 { margin-top: 1.7rem; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.service-link p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.faq { background: var(--paper); }
.faq-wrap { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(2.5rem, 7vw, 6rem); }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 1.2rem 2.5rem 1.2rem 0; cursor: pointer; font-weight: 800; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; top: .95rem; right: .25rem; color: #735c28; font: 1.55rem Georgia, serif; }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding: 0 2.5rem 1.25rem 0; margin: 0; color: var(--muted); }
.cta { padding: 0; color: white; background: var(--ink); }
.cta-inner { display: grid; grid-template-columns: 1.3fr .7fr; gap: 2rem; align-items: center; padding-block: clamp(3.5rem, 7vw, 5.5rem); }
.cta h2 { color: white; }
.cta p { max-width: 720px; margin-bottom: 0; color: rgba(255,255,255,.68); }
.cta-actions { display: grid; gap: .7rem; }
footer { padding: 2.2rem 0 5.5rem; color: rgba(255,255,255,.62); background: var(--ink); border-top: 1px solid rgba(255,255,255,.12); }
.footer-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 2rem; }
.footer-grid p { margin: 0; font-size: .82rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: end; gap: .7rem 1rem; }
.footer-links a { font-size: .8rem; text-underline-offset: 4px; }
.mobile-bar { display: none; }

@media (max-width: 850px) {
  .two-col, .faq-wrap, .cta-inner, .footer-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .footer-links { justify-content: start; }
}

@media (max-width: 860px) {
  .site-header { height: 72px; }
  .brand-mark { width: 36px; height: 36px; }
  .brand-name { font-size: .92rem; }
  .brand-type { font-size: .54rem; }
  .menu-toggle { position: relative; z-index: 30; display: block; }
  .nav-links { position: fixed; z-index: -1; inset: 0; flex-direction: column; justify-content: center; gap: 1.6rem; padding: 5rem 2rem; visibility: hidden; opacity: 0; background: rgba(10,13,10,.98); transition: opacity .2s ease, visibility .2s ease; }
  .nav-links.open { z-index: 25; visibility: visible; opacity: 1; }
  .nav-links a { font-size: 1.15rem; }
  .menu-toggle[aria-expanded="true"] span { opacity: 0; }
  .menu-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }
  .page-hero { min-height: 610px; }
  .hero-inner { padding-top: 125px; padding-bottom: 55px; }
  h1 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button { width: 100%; }
  .proof-inner, .process-grid, .local-grid, .services-grid { grid-template-columns: 1fr; }
  .proof-inner span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  footer { padding-bottom: 7rem; }
  .mobile-bar { position: fixed; z-index: 50; inset: auto .7rem .7rem; display: grid; grid-template-columns: .8fr 1.2fr; gap: .5rem; padding: .55rem; background: rgba(11,13,11,.94); border: 1px solid rgba(255,255,255,.16); border-radius: 16px; box-shadow: 0 10px 35px rgba(0,0,0,.35); backdrop-filter: blur(12px); }
  .mobile-bar .button { min-height: 46px; padding: .65rem .7rem; font-size: .72rem; }
}

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