:root {
  --bg: #f5f1ea;
  --surface: #fffaf2;
  --ink: #181818;
  --muted: #5b5b5b;
  --line: #d7c6b2;
  --brand: #b62520;
  --brand-deep: #771813;
  --shadow: 0 18px 45px rgba(24, 24, 24, 0.12);
  --radius: 24px;
  --wrap: min(1180px, calc(100vw - 32px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(240, 176, 74, 0.22), transparent 35%),
    linear-gradient(180deg, #f3eee6 0%, #fbf7f1 34%, #f3ede4 100%);
  color: var(--ink);
  font: 17px/1.6 "Trebuchet MS", "Segoe UI", sans-serif;
}
a { color: var(--brand); text-decoration: none; }
a:hover { color: var(--brand-deep); }
img { max-width: 100%; display: block; }
.wrap { width: var(--wrap); margin: 0 auto; }
.skip-link { position: absolute; left: -9999px; top: auto; }
.skip-link:focus { left: 12px; top: 12px; background: #fff; color: #000; padding: 10px 14px; border-radius: 10px; z-index: 1000; }
.topbar { background: #231d19; color: #f7efe5; font-size: 14px; }
.topbar-inner { display: flex; gap: 18px; align-items: center; justify-content: space-between; padding: 10px 0; }
.topbar-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.topbar a { color: #fff7eb; }
.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(14px); background: rgba(255, 250, 242, 0.92); border-bottom: 1px solid rgba(119, 24, 19, 0.08); }
.nav-shell { display: grid; grid-template-columns: 1fr; justify-items: center; gap: 14px; padding: 16px 0 18px; position: relative; }
.brand { display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--ink); font-weight: 700; text-align: center; }
.brand img { width: 180px; height: auto; }
.brand span { max-width: 260px; color: var(--muted); font-size: 14px; line-height: 1.35; }
.site-nav { display: flex; gap: 18px; align-items: center; justify-content: center; flex-wrap: wrap; max-width: 980px; }
.site-nav a { color: var(--ink); font-size: 15px; font-weight: 700; letter-spacing: 0.02em; }
.site-nav a[aria-current="page"] { color: var(--brand); }
.nav-toggle { display: none; border: 1px solid var(--line); background: #fff; border-radius: 14px; padding: 10px 12px; color: var(--ink); position: absolute; right: 0; top: 22px; }
.nav-toggle span { display: block; width: 22px; height: 2px; margin: 4px 0; background: currentColor; }
.nav-toggle-label { width: auto !important; height: auto !important; margin: 6px 0 0 !important; background: transparent !important; font-size: 12px; font-weight: 700; }
.hero { padding: 64px 0 24px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr); gap: 28px; align-items: stretch; }
.hero-copy, .hero-panel, .quick-link, .content-section .info-card, .service-card, .step-card, .highlight-panel, .quote-card, .gallery-card, .checklist-panel, .form-shell, .cta-band-grid { background: rgba(255, 250, 242, 0.88); border: 1px solid rgba(119, 24, 19, 0.12); border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-copy { padding: 40px; position: relative; overflow: hidden; }
.hero-copy::after { content: ""; position: absolute; right: -40px; bottom: -40px; width: 220px; height: 220px; background: radial-gradient(circle, rgba(182, 37, 32, 0.14), transparent 70%); }
.eyebrow { text-transform: uppercase; letter-spacing: 0.18em; font-size: 12px; font-weight: 800; color: var(--brand); margin-bottom: 14px; }
h1, h2, h3 { margin: 0 0 14px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-weight: 400; letter-spacing: 0.02em; line-height: 1.05; }
h1 { font-size: clamp(2.8rem, 5vw, 4.9rem); }
h2 { font-size: clamp(2rem, 3.2vw, 3rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 14px; color: var(--muted); }
.hero-text { font-size: 1.08rem; max-width: 62ch; }
.hero-cta-group, .cta-band-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 24px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 18px; border-radius: 999px; font-weight: 800; letter-spacing: 0.02em; transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--brand), #db473f); color: #fff; border: 1px solid transparent; }
.btn-secondary { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.hero-panel { padding: 22px; display: flex; flex-direction: column; justify-content: center; }
.photo-stack img, .image-panel img { border-radius: 18px; width: 100%; height: 100%; object-fit: cover; }
.hero-collage { display: grid; grid-template-columns: 1.35fr .8fr; grid-template-rows: 1fr 1fr; gap: 14px; min-height: 420px; }
.collage-large { grid-row: 1 / span 2; min-height: 420px; }
.collage-small.top, .collage-small.bottom { min-height: 203px; }
.stat-strip, .stack-panel { display: grid; gap: 14px; }
.stat-strip { margin-top: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.stat-strip div, .mini-stat { padding: 14px; border-radius: 16px; background: #fff; border: 1px solid rgba(119, 24, 19, 0.1); }
.stat-strip strong, .mini-stat strong { display: block; font-size: 1.05rem; color: var(--ink); }
.stat-strip span, .mini-stat span { display: block; color: var(--muted); font-size: 0.93rem; }
.location-panel h3 { margin-bottom: 12px; }
.contact-list { display: grid; gap: 10px; }
.quick-actions { padding: 18px 0 0; }
.quick-actions-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.quick-link { padding: 20px 22px; color: var(--ink); font-weight: 800; display: grid; grid-template-columns: 56px 1fr; gap: 14px; align-items: center; }
.quick-link:hover { color: var(--brand); border-color: rgba(182, 37, 32, 0.28); }
.quick-link-icon { width: 56px; height: 56px; border-radius: 18px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--brand), #de5a43); color: #fff; box-shadow: inset 0 1px 0 rgba(255,255,255,.2); }
.quick-link-icon svg { width: 28px; height: 28px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.quick-link-copy { display: grid; gap: 4px; }
.quick-link-copy strong { font-size: 1rem; line-height: 1.2; }
.quick-link-copy span { color: var(--muted); font-weight: 600; font-size: .92rem; line-height: 1.45; }
.content-section { padding: 68px 0 0; }
.card-grid, .service-grid, .steps-grid, .bullet-grid, .quote-grid, .gallery-grid { display: grid; gap: 18px; }
.card-grid.three, .service-grid, .steps-grid, .bullet-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.info-card, .service-card, .step-card, .bullet-card, .quote-card, .gallery-card { padding: 24px; }
.service-card { color: var(--ink); display: block; background: linear-gradient(180deg, rgba(255,250,242,0.95), rgba(245,237,228,0.95)); }
.service-card:hover { border-color: rgba(182, 37, 32, 0.28); }
.service-kicker { display: inline-block; margin-bottom: 10px; color: var(--brand); font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; font-size: 12px; }
.step-card span { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 50%; background: linear-gradient(135deg, var(--brand), #de5a43); color: #fff; font-weight: 800; margin-bottom: 18px; }
.split-panel, .split-copy { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: center; }
.split-panel img { border-radius: 20px; min-height: 300px; object-fit: cover; }
.highlight-panel, .checklist-panel, .form-shell { padding: 26px; }
.checklist-panel ul { margin: 0; padding-left: 20px; }
.checklist-panel li { margin: 0 0 10px; color: var(--muted); }
.gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gallery-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 16px; margin-bottom: 14px; }
.gallery-card figcaption { color: var(--muted); font-size: 0.94rem; }
.gallery-card.gallery-card-tall img { aspect-ratio: 4 / 5; }
.gallery-card.gallery-card-wide img { aspect-ratio: 4 / 3; }
.gallery-card.gallery-card-feature { grid-column: span 2; }
.gallery-card figcaption strong { display: block; color: var(--ink); margin-bottom: 4px; }
.proof-grid, .mosaic-grid { display: grid; gap: 18px; }
.proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.proof-card { background: rgba(255, 250, 242, 0.88); border: 1px solid rgba(119, 24, 19, 0.12); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.proof-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.proof-card-copy { padding: 18px 20px 20px; }
.proof-card-copy p { margin-bottom: 0; }
.mosaic-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.process-banner { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 22px; align-items: center; background: rgba(255, 250, 242, 0.88); border: 1px solid rgba(119, 24, 19, 0.12); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.process-banner img { width: 100%; height: 100%; min-height: 320px; object-fit: cover; }
.process-banner-copy { padding: 28px; }
.photo-note { padding: 16px 18px; border-radius: 18px; background: #fff; border: 1px solid rgba(119, 24, 19, 0.1); }
.photo-note strong { display: block; margin-bottom: 6px; color: var(--ink); }
.image-strip { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.image-strip figure { margin: 0; background: rgba(255, 250, 242, 0.88); border: 1px solid rgba(119, 24, 19, 0.12); border-radius: 22px; box-shadow: var(--shadow); overflow: hidden; }
.image-strip img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.image-strip figcaption { padding: 14px 16px 16px; color: var(--muted); font-size: 0.92rem; }
.quote-card p { font-size: 1.02rem; color: var(--ink); }
.cta-band { padding: 68px 0 0; }
.cta-band-grid { padding: 30px; display: grid; grid-template-columns: minmax(0, 1.2fr) auto; gap: 20px; align-items: center; }
.site-footer { padding: 68px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 22px; padding-top: 10px; }
.footer-logo { width: 160px; margin-bottom: 14px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 12px; margin-top: 30px; padding-top: 18px; border-top: 1px solid rgba(119, 24, 19, 0.14); color: var(--muted); font-size: 14px; }
.form-shell form { display: grid; gap: 18px; }
.form-shell .gform-body, .form-shell .gform_fields { display: grid !important; gap: 16px; }
.form-shell .gsection_title { margin: 10px 0 6px; }
.form-shell .gfield_label { display: block; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.form-shell input[type="text"], .form-shell input[type="email"], .form-shell input[type="tel"], .form-shell input[type="number"], .form-shell select, .form-shell textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); font: inherit; }
.form-shell fieldset { border: 1px solid rgba(119, 24, 19, 0.12); border-radius: 16px; padding: 16px; }
.form-shell .gform_footer, .form-shell .gform_page_footer { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.form-shell input[type="submit"], .form-shell input[type="button"], .form-shell button { appearance: none; border: 0; border-radius: 999px; padding: 12px 18px; background: linear-gradient(135deg, var(--brand), #db473f); color: #fff; font: inherit; font-weight: 800; cursor: pointer; }
.form-shell .gfield_required { color: var(--brand); }
@media (max-width: 1024px) {
  .hero-grid, .cta-band-grid, .footer-grid, .split-panel, .split-copy, .gallery-grid, .card-grid.three, .service-grid, .steps-grid, .bullet-grid, .quick-actions-grid, .proof-grid, .mosaic-grid, .image-strip, .process-banner { grid-template-columns: 1fr 1fr; }
  .gallery-card.gallery-card-feature { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .topbar-inner, .footer-bottom, .hero-cta-group, .cta-band-actions { flex-direction: column; align-items: flex-start; }
  .nav-toggle { display: inline-block; }
  .nav-shell { justify-items: center; padding-top: 18px; }
  .brand img { width: 168px; }
  .brand span { display: block; max-width: 220px; }
  .site-nav { display: none; width: 100%; padding: 16px; border-top: 0; background: rgba(255,255,255,.94); border: 1px solid rgba(119,24,19,.1); border-radius: 20px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: grid; gap: 12px; }
  .site-nav a { padding: 10px 12px; border-radius: 12px; background: rgba(182,37,32,.04); width: 100%; text-align: center; }
  .hero, .content-section, .cta-band, .site-footer { padding-top: 46px; }
  .hero-copy, .hero-panel, .quick-link, .info-card, .service-card, .step-card, .bullet-card, .quote-card, .gallery-card, .checklist-panel, .form-shell, .cta-band-grid { padding: 22px; }
  .hero-grid, .quick-actions-grid, .card-grid.three, .service-grid, .steps-grid, .bullet-grid, .split-panel, .split-copy, .gallery-grid, .cta-band-grid, .footer-grid, .stat-strip, .hero-collage, .proof-grid, .mosaic-grid, .image-strip, .process-banner { grid-template-columns: 1fr; }
  .gallery-card.gallery-card-feature { grid-column: span 1; }
  .hero-collage { grid-template-rows: auto; min-height: 0; }
  .collage-large, .collage-small.top, .collage-small.bottom { min-height: 220px; grid-row: auto; }
  .quick-link { grid-template-columns: 1fr; text-align: center; }
  .quick-link-icon { margin: 0 auto; }
  .process-banner img { min-height: 220px; }
}
