
:root {
  --brown-950: #21140f;
  --brown-900: #2b1a13;
  --brown-800: #44271b;
  --brown-700: #663722;
  --orange-500: #ef7d1a;
  --orange-400: #f59a23;
  --gold-300: #f4c75a;
  --cream-50: #fffaf0;
  --cream-100: #f9efd9;
  --sand-200: #ead8b8;
  --green-700: #47621d;
  --green-600: #5e7d25;
  --green-300: #a8c951;
  --white: #ffffff;
  --ink: #211b18;
  --muted: #6a5e56;
  --border: rgba(43, 26, 19, .15);
  --shadow: 0 22px 60px rgba(43, 26, 19, .14);
  --radius: 24px;
  --radius-sm: 14px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream-50);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3 {
  margin: 0 0 .65em;
  color: var(--brown-950);
  font-family: "Arial Black", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.05;
  letter-spacing: -.035em;
}
h1 { font-size: clamp(2.65rem, 7vw, 5.8rem); }
h2 { font-size: clamp(2rem, 4.4vw, 3.8rem); }
h3 { font-size: clamp(1.35rem, 2.5vw, 2rem); }
p { margin: 0 0 1.15em; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 800px; }
.section { padding: clamp(74px, 9vw, 128px) 0; }
.section-dark { background: var(--brown-950); color: var(--cream-100); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-warm { background: var(--cream-100); }
.centered { text-align: center; }
.top-space { margin-top: 38px; }
.small-note { color: var(--muted); font-size: .94rem; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 9999;
  transform: translateY(-150%); background: var(--white); padding: 10px 16px;
  border-radius: 8px; font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.eyebrow {
  margin: 0 0 14px;
  color: var(--orange-500);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow-light { color: var(--gold-300); }

.utility-bar { background: var(--brown-950); color: var(--cream-100); font-size: .8rem; font-weight: 750; }
.utility-inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.utility-actions { display: flex; gap: 22px; }
.utility-actions a { text-decoration: none; }
.utility-actions a:hover { color: var(--gold-300); }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(255,250,240,.96);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(14px);
}
.nav-wrap { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: block; width: min(300px, 45vw); }
.brand img { width: 100%; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 25px; }
.primary-nav > a:not(.button) {
  text-decoration: none; font-weight: 850; font-size: .95rem; color: var(--brown-900);
}
.primary-nav > a:not(.button):hover,
.primary-nav > a[aria-current="page"] { color: var(--orange-500); }
.nav-toggle {
  display: none; width: 48px; height: 48px; border: 1px solid var(--border);
  border-radius: 12px; background: var(--white); padding: 12px;
}
.nav-toggle span:not(.sr-only) { display: block; height: 3px; background: var(--brown-950); margin: 5px 0; border-radius: 2px; }

.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 13px 22px; border: 2px solid var(--orange-500);
  border-radius: 999px; background: var(--orange-500); color: var(--brown-950);
  text-decoration: none; font-weight: 950; line-height: 1.1;
  box-shadow: 0 10px 24px rgba(239,125,26,.2);
  transition: transform .18s ease, background .18s ease, color .18s ease;
}
.button:hover { transform: translateY(-2px); background: var(--orange-400); }
.button-small { min-height: 42px; padding: 10px 18px; font-size: .9rem; }
.button-secondary { background: transparent; color: var(--brown-950); border-color: var(--brown-950); box-shadow: none; }
.button-secondary:hover { background: var(--brown-950); color: var(--white); }
.button-dark { background: var(--brown-950); border-color: var(--brown-950); color: var(--white); box-shadow: none; }
.button-dark:hover { background: var(--brown-800); }
.button-secondary-dark { background: transparent; border-color: var(--brown-950); color: var(--brown-950); box-shadow: none; }
.button-secondary-dark:hover { background: var(--brown-950); color: var(--white); }
.button-outline-light { background: transparent; border-color: rgba(255,255,255,.65); color: var(--white); box-shadow: none; }
.button-outline-light:hover { background: var(--white); color: var(--brown-950); }
.button-facebook { background: #1877f2; border-color: #1877f2; color: #fff; box-shadow: none; }
.button-facebook:hover { background: #0f66d8; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.centered-row { justify-content: center; }
.text-link { color: var(--orange-500); font-weight: 900; text-decoration: none; }
.text-link:hover { text-decoration: underline; }

.hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 0 0, rgba(245,154,35,.22), transparent 36%),
    linear-gradient(135deg, var(--cream-50), var(--cream-100));
}
.hero-grid {
  min-height: 710px; display: grid; grid-template-columns: 1.05fr .78fr;
  gap: clamp(38px, 7vw, 92px); align-items: center; padding-block: 70px;
}
.hero-copy h1 span { color: var(--orange-500); }
.hero-lead { max-width: 680px; font-size: clamp(1.08rem, 1.8vw, 1.35rem); color: var(--muted); }
.hero-note { margin-top: 18px; color: var(--brown-700); font-size: .9rem; font-weight: 850; }
.hero-photo { position: relative; height: 620px; }
.hero-photo::before {
  content: ""; position: absolute; inset: -22px 22px 22px -22px;
  border: 3px solid var(--orange-400); border-radius: 180px 180px 28px 28px;
}
.hero-photo img {
  position: relative; width: 100%; height: 100%; object-fit: cover;
  border-radius: 180px 180px 28px 28px; box-shadow: var(--shadow);
}
.hero-badge {
  position: absolute; right: -28px; bottom: 35px; z-index: 2;
  display: grid; background: var(--brown-950); color: var(--white);
  padding: 18px 22px; border-radius: 16px; box-shadow: var(--shadow);
}
.hero-badge strong { color: var(--gold-300); }

.trust-strip { background: var(--orange-500); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { padding: 24px 20px; border-right: 1px solid rgba(43,26,19,.22); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-family: "Arial Black", Arial, sans-serif; color: var(--brown-950); }
.trust-grid span { font-size: .84rem; color: var(--brown-800); }

.section-heading { max-width: 780px; margin-bottom: 45px; }
.section-heading.centered { margin-inline: auto; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.section-dark .section-heading > p:last-child { color: #d9cbbf; }

.service-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-feature {
  position: relative; overflow: hidden; min-height: 510px; padding: clamp(32px, 5vw, 58px);
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  box-shadow: 0 14px 40px rgba(43,26,19,.08);
}
.service-feature::after {
  content: ""; position: absolute; width: 230px; height: 230px; right: -90px; bottom: -100px;
  border-radius: 50%; background: rgba(94,125,37,.14);
}
.service-feature-dark { background: var(--brown-950); color: var(--cream-100); }
.service-feature-dark h3 { color: var(--white); }
.service-feature-dark::after { background: rgba(245,154,35,.16); }
.service-number {
  width: 54px; height: 54px; display: grid; place-items: center;
  border-radius: 50%; background: var(--orange-500); color: var(--brown-950);
  font-weight: 950; margin-bottom: 60px;
}
.check-list { list-style: none; padding: 0; margin: 26px 0 34px; }
.check-list li { position: relative; padding-left: 30px; margin: 11px 0; }
.check-list li::before {
  content: "✓"; position: absolute; left: 0; top: 0; color: var(--orange-500); font-weight: 950;
}

.split-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: clamp(38px, 8vw, 100px); }
.align-center { align-items: center; }
.photo-card { margin: 0; position: relative; }
.photo-card img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }
.photo-card figcaption {
  position: absolute; left: 22px; bottom: 22px; padding: 9px 14px;
  background: rgba(33,20,15,.9); color: var(--white); border-radius: 999px;
  font-size: .82rem; font-weight: 850;
}

.before-after-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 920px; margin-inline: auto; }
.comparison-card { position: relative; margin: 0; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.comparison-card img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; }
.image-label {
  position: absolute; z-index: 2; left: 18px; top: 18px; padding: 7px 14px;
  border-radius: 999px; background: var(--brown-950); color: var(--white);
  font-size: .8rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em;
}
.image-label-after { background: var(--green-700); }

.about-preview { display: grid; grid-template-columns: .8fr 1fr; align-items: center; gap: clamp(40px, 8vw, 110px); }
.family-wrap { display: flex; justify-content: center; align-items: end; min-height: 520px; }
.family-wrap img { max-height: 610px; width: auto; object-fit: contain; }

.service-area { background: linear-gradient(180deg, var(--cream-50), #fff); }
.service-area-grid { display: grid; grid-template-columns: 1fr .72fr; gap: 50px; align-items: center; }
.area-chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 24px 0; }
.area-chips span {
  padding: 10px 16px; border-radius: 999px; background: var(--cream-100);
  border: 1px solid var(--sand-200); font-weight: 850;
}
.area-card {
  padding: 38px; border-radius: var(--radius); background: var(--green-700);
  color: var(--white); box-shadow: var(--shadow);
}
.area-card h3 { color: var(--white); }
.card-kicker { color: var(--gold-300); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; }

.social-section { background: var(--brown-900); }
.social-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; color: var(--cream-100); }
.social-panel h2 { color: var(--white); }
.social-buttons { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }

.cta-section { background: var(--orange-500); padding: 62px 0; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.cta-inner h2 { margin-bottom: .25em; }
.cta-inner p { margin-bottom: 0; }

.page-hero {
  background:
    radial-gradient(circle at 80% 10%, rgba(245,154,35,.3), transparent 30%),
    var(--cream-100);
}
.page-hero-grid {
  min-height: 620px; display: grid; grid-template-columns: 1.05fr .75fr;
  align-items: center; gap: clamp(40px, 8vw, 100px); padding-block: 70px;
}
.page-hero-grid > img {
  width: 100%; height: 520px; object-fit: cover; border-radius: 180px 180px 26px 26px;
  box-shadow: var(--shadow);
}
.page-hero p:not(.eyebrow) { max-width: 700px; font-size: 1.15rem; color: var(--muted); }
.compact-hero { padding: 90px 0 70px; }
.compact-hero h1 { max-width: 880px; font-size: clamp(2.7rem, 6.2vw, 5.2rem); }
.compact-hero p { max-width: 760px; }

.detail-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.detail-card {
  min-height: 290px; padding: 30px; border: 1px solid var(--border);
  border-radius: 18px; background: var(--white);
}
.detail-card > span {
  display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%;
  background: var(--cream-100); color: var(--orange-500); font-weight: 950; margin-bottom: 28px;
}
.detail-card p { color: var(--muted); }
.detail-card-grid-dark .detail-card { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); }
.detail-card-grid-dark .detail-card p { color: #d9cbbf; }
.detail-card-grid-dark .detail-card > span { background: var(--orange-500); color: var(--brown-950); }

.family-hero { height: 620px; display: flex; align-items: end; justify-content: center; }
.family-hero img { max-height: 620px; width: auto; object-fit: contain; }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 8vw, 110px); }
.story-title { position: sticky; top: 160px; align-self: start; }
.story-copy p { font-size: 1.18rem; color: var(--muted); }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.values-grid article { padding: 30px 24px; background: var(--white); border-radius: 18px; border-top: 5px solid var(--orange-500); }
.values-grid span { color: var(--orange-500); font-weight: 950; }
.values-grid p { color: var(--muted); }
.rounded-image { width: 100%; max-height: 650px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }

.contact-section { background: linear-gradient(180deg, #fff, var(--cream-100)); }
.contact-grid { display: grid; grid-template-columns: .7fr 1.25fr; gap: clamp(42px, 8vw, 100px); align-items: start; }
.contact-details { position: sticky; top: 160px; }
.contact-method { padding: 24px 0; border-bottom: 1px solid var(--border); }
.contact-method > span { display: block; color: var(--orange-500); text-transform: uppercase; letter-spacing: .1em; font-size: .74rem; font-weight: 900; }
.contact-method > a, .contact-method > strong { display: block; margin-top: 5px; font-size: 1.25rem; font-weight: 900; text-decoration: none; overflow-wrap: anywhere; }
.small-link { font-size: .9rem !important; color: var(--orange-500); }
.contact-note { margin-top: 26px; padding: 22px; border-radius: 16px; background: var(--green-700); color: var(--white); }
.contact-note p { margin-bottom: 0; }
.form-card { padding: clamp(28px, 5vw, 52px); background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: block; margin-bottom: 18px; }
.field > span { display: block; margin-bottom: 7px; font-size: .85rem; font-weight: 900; color: var(--brown-800); }
.field input, .field select, .field textarea {
  width: 100%; border: 1.5px solid #cbbdad; border-radius: 11px;
  background: #fffdf9; padding: 13px 14px; color: var(--ink);
}
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 3px solid rgba(239,125,26,.22); border-color: var(--orange-500);
}
.checkbox-field { display: flex; gap: 11px; align-items: start; margin: 6px 0 24px; font-size: .86rem; color: var(--muted); }
.checkbox-field input { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 2px; }
.button-submit { width: 100%; border: 0; }
.form-fine-print { margin-top: 14px; font-size: .78rem; color: var(--muted); }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-status { display: none; margin-bottom: 18px; padding: 12px 14px; border-radius: 10px; font-weight: 800; }
.form-status.is-error { display: block; background: #fff0eb; color: #8c281c; border: 1px solid #e7a092; }

.message-page { min-height: 68vh; display: grid; place-items: center; padding: 90px 0; background: var(--cream-100); }
.message-card { max-width: 760px; padding: clamp(40px, 7vw, 80px); text-align: center; background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); }

.legal-copy h2 { margin-top: 2em; font-size: 1.65rem; }
.legal-copy p { color: var(--muted); }
.legal-note { margin-top: 40px; padding: 18px; background: var(--cream-100); border-radius: 12px; font-size: .85rem; }

.site-footer { background: var(--brown-950); color: #d9cbbf; padding: 70px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1.1fr 1.2fr; gap: 42px; }
.footer-grid h2 { color: var(--gold-300); font-size: .92rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { display: block; margin: 8px 0; text-decoration: none; overflow-wrap: anywhere; }
.footer-grid a:hover { color: var(--orange-400); }
.footer-brand img { width: 290px; max-width: 100%; background: var(--cream-50); border-radius: 8px; padding: 8px; }
.footer-brand p { margin-top: 14px; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; }
.social-link {
  display: inline-flex !important; align-items: center; gap: 7px; padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: .82rem;
}
.social-link svg { width: 17px; height: 17px; fill: currentColor; }
.social-featured { color: #fff; background: #1877f2; border-color: #1877f2; }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem;
}

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .primary-nav {
    display: none; position: absolute; left: 20px; right: 20px; top: calc(100% + 1px);
    flex-direction: column; align-items: stretch; gap: 0; padding: 18px;
    background: var(--cream-50); border: 1px solid var(--border); border-radius: 0 0 18px 18px;
    box-shadow: var(--shadow);
  }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a:not(.button) { padding: 13px 8px; border-bottom: 1px solid var(--border); }
  .primary-nav .button { margin-top: 12px; }
  .hero-grid, .page-hero-grid, .split-grid, .about-preview, .service-area-grid, .social-panel, .story-grid, .contact-grid {
    grid-template-columns: 1fr;
  }
  .hero-grid { padding-top: 60px; }
  .hero-photo { height: 560px; max-width: 650px; width: 100%; margin-inline: auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .service-area-grid { gap: 28px; }
  .social-buttons { justify-content: flex-start; }
  .page-hero-grid > img { height: 500px; max-width: 640px; margin-inline: auto; }
  .detail-card-grid { grid-template-columns: repeat(2, 1fr); }
  .family-hero { order: -1; height: 520px; }
  .story-title, .contact-details { position: static; }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .utility-inner { justify-content: center; }
  .utility-inner > span { display: none; }
  .utility-actions { width: 100%; justify-content: space-between; }
  .nav-wrap { min-height: 76px; }
  .brand { width: 230px; }
  .hero-grid { min-height: unset; padding-block: 50px; }
  .hero-photo { height: 470px; }
  .hero-photo::before { inset: -12px 12px 12px -12px; }
  .hero-badge { right: 12px; bottom: 18px; }
  .trust-grid, .service-feature-grid, .before-after-grid, .detail-card-grid, .values-grid, .field-grid, .footer-grid {
    grid-template-columns: 1fr;
  }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid rgba(43,26,19,.22); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .service-feature { min-height: unset; }
  .service-number { margin-bottom: 38px; }
  .page-hero-grid { min-height: unset; padding-block: 48px; }
  .page-hero-grid > img { height: 430px; border-radius: 120px 120px 22px 22px; }
  .family-hero { height: 440px; }
  .about-preview { text-align: left; }
  .family-wrap { min-height: unset; }
  .social-buttons .button { width: 100%; }
  .footer-bottom { flex-direction: column; }
}
