@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Libre+Caslon+Display&display=swap');

:root {
  --ink: #0d2d28;
  --ink-2: #163b35;
  --green: #0e4b40;
  --green-2: #1d6659;
  --sage: #dfe9df;
  --sage-2: #eef3eb;
  --cream: #f7f3e9;
  --cream-2: #fbf9f4;
  --paper: #fffdf8;
  --sand: #ece4d7;
  --muted: #6d7670;
  --line: rgba(13, 45, 40, .14);
  --white: #fff;
  --shadow: 0 24px 70px rgba(32, 48, 41, .12);
  --radius: 28px;
  --radius-sm: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream-2);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }

.topbar {
  background: var(--ink);
  color: rgba(255,255,255,.82);
  font-size: 12px;
  letter-spacing: .02em;
}
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.topbar a:hover { color: #fff; }
.dot { opacity: .45; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 249, 244, .92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(13,45,40,.07);
}
.nav-wrap { min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.brand {
  justify-self: start;
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: clamp(24px, 2vw, 30px);
  letter-spacing: -.02em;
  white-space: nowrap;
}
.brand span { color: var(--green-2); }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 30px; font-size: 14px; font-weight: 500; }
.primary-nav a { position: relative; padding: 8px 0; }
.primary-nav a::after { content: ""; position: absolute; left: 0; bottom: 1px; height: 1px; width: 0; background: var(--green); transition: width .2s ease; }
.primary-nav a:hover::after { width: 100%; }
.nav-cta { justify-self: end; }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 8px; }
.menu-toggle span { display: block; height: 1px; background: var(--ink); margin: 6px 0; transition: .25s ease; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 12px; padding: 13px 19px; font-weight: 600; font-size: 14px; border: 1px solid transparent; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 10px 26px rgba(14,75,64,.16); }
.btn-primary:hover { background: #0a4036; box-shadow: 0 14px 30px rgba(14,75,64,.22); }
.btn-secondary { background: transparent; border-color: rgba(13,45,40,.28); color: var(--ink); }
.btn-secondary:hover { border-color: var(--green); background: rgba(14,75,64,.04); }
.btn-cream { background: var(--cream); color: var(--ink); }
.btn-cream:hover { background: #fff; }
.btn-lg { padding: 16px 23px; font-size: 15px; border-radius: 14px; }

.hero { position: relative; overflow: hidden; padding: 72px 0 48px; background: radial-gradient(circle at 13% 18%, rgba(207,226,211,.46), transparent 29%), var(--cream-2); }
.hero::before { content: ""; position: absolute; width: 480px; height: 480px; right: -260px; top: 15%; border-radius: 50%; border: 1px solid rgba(14,75,64,.08); }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 66px; align-items: center; }
.hero-copy { padding: 20px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: 11px; line-height: 1; letter-spacing: .19em; font-weight: 700; color: var(--green-2); margin-bottom: 22px; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green-2); }
.eyebrow.light { color: #c7ded5; }
.hero h1, h2 { font-family: "Libre Caslon Display", Georgia, serif; font-weight: 400; letter-spacing: -.03em; }
.hero h1 { font-size: clamp(54px, 5.4vw, 78px); line-height: .96; margin: 0 0 26px; max-width: 650px; }
.hero h1 em { color: var(--green-2); font-style: italic; font-weight: 400; }
.hero-lead { color: #43564f; line-height: 1.72; font-size: 17px; max-width: 590px; margin: 0 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; color: #56635e; font-size: 13px; }
.trust-item { display: flex; gap: 8px; align-items: center; }
.check { width: 20px; height: 20px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--sage); color: var(--green); font-size: 11px; font-weight: 700; }

.hero-visual { position: relative; min-height: 560px; }
.hero-photo {
  height: 560px;
  border-radius: 32px;
  background-image: linear-gradient(180deg, rgba(10,30,26,0) 55%, rgba(10,30,26,.18)), var(--hero-image, linear-gradient(135deg,#dfe9df,#ece4d7));
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
  border: 1px solid rgba(13,45,40,.1);
}
.photo-card { position: absolute; display: flex; align-items: center; gap: 12px; background: rgba(255,253,248,.94); border: 1px solid rgba(13,45,40,.1); box-shadow: 0 16px 36px rgba(15,40,34,.14); backdrop-filter: blur(10px); border-radius: 16px; padding: 13px 15px; max-width: 290px; }
.photo-card strong, .photo-card span { display: block; }
.photo-card strong { font-size: 13px; margin-bottom: 2px; }
.photo-card span { color: var(--muted); font-size: 11px; }
.photo-card-top { top: 26px; left: -26px; }
.photo-card-bottom { right: 18px; bottom: 22px; }
.mini-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: var(--green); color: #fff; font-size: 12px; font-weight: 700; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: #4a9e79; box-shadow: 0 0 0 5px rgba(74,158,121,.12); }

.contact-strip { padding: 0 0 24px; background: var(--cream-2); }
.contact-grid { display: grid; grid-template-columns: .7fr 1fr 1.45fr; background: var(--paper); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 12px 30px rgba(30,50,43,.06); overflow: hidden; }
.contact-item { min-height: 86px; display: flex; gap: 13px; align-items: center; padding: 18px 24px; border-right: 1px solid var(--line); transition: background .18s ease; }
.contact-item:last-child { border-right: 0; }
.contact-item:hover { background: var(--sage-2); }
.contact-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--sage-2); color: var(--green); font-size: 16px; flex: 0 0 auto; }
.contact-item small, .contact-item strong { display: block; }
.contact-item small { color: var(--muted); font-size: 11px; margin-bottom: 3px; }
.contact-item strong { font-size: 12px; line-height: 1.4; font-weight: 600; }

.section { padding: 105px 0; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 44px; align-items: end; margin-bottom: 46px; }
.section-heading.centered { text-align: center; grid-template-columns: 1fr; gap: 14px; max-width: 760px; margin-left: auto; margin-right: auto; }
.section-heading h2 { font-size: clamp(42px, 4.5vw, 62px); line-height: 1.03; margin: 0; max-width: 760px; }
.section-heading p { color: var(--muted); line-height: 1.7; margin: 0; font-size: 15px; }

.services { background: var(--paper); }
.services-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.service-card { grid-column: span 2; min-height: 340px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: linear-gradient(145deg, #fffefa 0%, #f8f5ed 100%); display: flex; flex-direction: column; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 18px 46px rgba(33,49,42,.1); border-color: rgba(14,75,64,.26); }
.service-card-wide { grid-column: span 3; min-height: 300px; }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: var(--sage); margin-bottom: 24px; color: var(--green); }
.service-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.service-kicker { color: var(--green-2); text-transform: uppercase; font-size: 10px; font-weight: 700; letter-spacing: .12em; margin-bottom: 10px; }
.service-card h3 { font-family: "Libre Caslon Display", Georgia, serif; font-size: 28px; line-height: 1.05; margin: 0 0 14px; font-weight: 400; }
.service-card p { color: var(--muted); line-height: 1.65; font-size: 14px; margin: 0 0 28px; }
.service-card a { margin-top: auto; display: flex; justify-content: space-between; align-items: center; padding-top: 18px; border-top: 1px solid var(--line); color: var(--green); font-weight: 600; font-size: 13px; }
.service-card a span { transition: transform .18s ease; }
.service-card a:hover span { transform: translateX(4px); }

.process-section { background: var(--cream); }
.process-grid { display: grid; grid-template-columns: 1fr 70px 1fr 70px 1fr; align-items: stretch; }
.process-step { background: rgba(255,255,255,.54); border: 1px solid rgba(13,45,40,.1); border-radius: 22px; padding: 30px; min-height: 220px; }
.step-number { font-family: "Libre Caslon Display", Georgia, serif; font-size: 42px; color: var(--green-2); margin-bottom: 32px; }
.process-step h3 { margin: 0 0 10px; font-family: "Libre Caslon Display", Georgia, serif; font-size: 25px; font-weight: 400; }
.process-step p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.process-arrow { display: grid; place-items: center; font-size: 26px; color: rgba(13,45,40,.4); }

.support-section { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.support-section::before { content: ""; position: absolute; width: 720px; height: 720px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; right: -340px; top: -260px; }
.support-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.support-copy h2 { font-size: clamp(44px, 4.8vw, 66px); line-height: 1.02; margin: 0 0 24px; color: #fff; }
.support-copy p { color: rgba(255,255,255,.68); line-height: 1.75; max-width: 560px; margin-bottom: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 600; }
.light-link { color: #dbe9e2; border-bottom: 1px solid rgba(219,233,226,.38); padding-bottom: 5px; }
.support-points { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.14); }
.support-point { display: grid; grid-template-columns: 60px 1fr; gap: 16px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.support-point > span { color: #8db4a7; font-size: 12px; letter-spacing: .14em; padding-top: 3px; }
.support-point strong { display: block; font-family: "Libre Caslon Display", Georgia, serif; font-size: 24px; font-weight: 400; margin-bottom: 6px; }
.support-point p { color: rgba(255,255,255,.62); margin: 0; font-size: 13px; line-height: 1.55; }

.why-section { background: var(--paper); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.why-card { padding: 30px; border-radius: 22px; background: var(--sage-2); min-height: 260px; }
.why-icon { width: 48px; height: 48px; display: grid; place-items: center; background: var(--paper); border-radius: 50%; color: var(--green); font-size: 21px; margin-bottom: 42px; box-shadow: 0 10px 25px rgba(22,60,50,.07); }
.why-card h3 { font-family: "Libre Caslon Display", Georgia, serif; font-size: 27px; font-weight: 400; margin: 0 0 10px; }
.why-card p { color: var(--muted); line-height: 1.65; font-size: 14px; margin: 0; }

.faq-section { background: var(--cream-2); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-intro h2 { font-size: clamp(42px, 4.5vw, 60px); line-height: 1.02; margin: 0 0 18px; }
.faq-intro p { color: var(--muted); line-height: 1.7; margin: 0 0 26px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; font-family: "Libre Caslon Display", Georgia, serif; font-size: 23px; }
summary::-webkit-details-marker { display: none; }
summary span { font-family: "DM Sans", sans-serif; color: var(--green-2); font-size: 24px; font-weight: 400; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { color: var(--muted); line-height: 1.7; font-size: 14px; margin: -5px 0 24px; max-width: 700px; }

.cta-section { background: var(--cream-2); padding: 0 0 90px; }
.cta-card { background: var(--green); color: #fff; border-radius: 30px; padding: 54px 60px; display: flex; align-items: center; justify-content: space-between; gap: 44px; position: relative; overflow: hidden; }
.cta-card::after { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%; border: 1px solid rgba(255,255,255,.13); right: -110px; top: -130px; }
.cta-card h2 { font-size: clamp(40px, 4.2vw, 58px); line-height: 1; color: #fff; margin: 0 0 12px; }
.cta-card p { color: rgba(255,255,255,.72); margin: 0; }
.cta-card .btn { position: relative; z-index: 1; flex: 0 0 auto; }

.site-footer { background: var(--cream); padding: 68px 0 28px; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1.2fr .7fr .7fr; gap: 52px; padding-bottom: 54px; }
.footer-brand p { color: var(--muted); max-width: 300px; font-size: 13px; line-height: 1.6; }
.site-footer h3 { font-size: 11px; text-transform: uppercase; letter-spacing: .15em; color: var(--green-2); margin: 4px 0 18px; }
.footer-contact, .footer-links { display: flex; flex-direction: column; gap: 9px; font-size: 13px; }
.footer-contact span, .footer-contact a, .footer-links a { color: #57635e; line-height: 1.5; }
.footer-contact a:hover, .footer-links a:hover { color: var(--green); }
.footer-bottom { display: grid; grid-template-columns: auto 1fr; gap: 40px; border-top: 1px solid var(--line); padding-top: 24px; color: #77807c; font-size: 11px; }
.footer-bottom p { margin: 0; }
.disclaimer { text-align: right; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-1 { transition-delay: .08s; }
.reveal-delay-2 { transition-delay: .16s; }

@media (max-width: 1040px) {
  .nav-wrap { grid-template-columns: 1fr auto auto; }
  .primary-nav { position: absolute; top: 82px; left: 22px; right: 22px; display: none; flex-direction: column; align-items: stretch; gap: 0; background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 12px; box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 14px 12px; }
  .menu-toggle { display: block; }
  .nav-cta { padding: 12px 15px; }
  .hero-grid { gap: 34px; }
  .hero h1 { font-size: clamp(48px, 6vw, 64px); }
  .hero-visual, .hero-photo { min-height: 500px; height: 500px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card, .service-card-wide { grid-column: auto; }
  .service-card:last-child { grid-column: 1 / -1; }
  .process-grid { grid-template-columns: 1fr; gap: 14px; }
  .process-arrow { transform: rotate(90deg); height: 34px; }
  .support-grid { gap: 50px; }
  .faq-grid { gap: 50px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > :last-child { grid-column: 3; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, 1180px); }
  .hide-mobile { display: none !important; }
  .topbar-inner { justify-content: center; }
  .site-header { top: 0; }
  .nav-wrap { min-height: 70px; grid-template-columns: 1fr auto; }
  .brand { font-size: 23px; }
  .nav-cta { display: none; }
  .menu-toggle { justify-self: end; }
  .primary-nav { top: 70px; }
  .primary-nav.open::after { content: "Schedule a Consultation"; display: block; margin: 8px 0 0; padding: 14px 12px; background: var(--green); color: white; border-radius: 10px; text-align: center; font-size: 13px; font-weight: 700; }

  .hero { padding: 42px 0 30px; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(46px, 14vw, 66px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { display: grid; }
  .btn-lg { width: 100%; }
  .trust-row { gap: 12px 16px; }
  .hero-visual, .hero-photo { min-height: 430px; height: 430px; }
  .hero-photo { border-radius: 24px; background-position: 52% center; }
  .photo-card-top { left: 12px; top: 14px; }
  .photo-card-bottom { right: 12px; bottom: 12px; }

  .contact-grid { grid-template-columns: 1fr; }
  .contact-item { border-right: 0; border-bottom: 1px solid var(--line); min-height: 76px; }
  .contact-item:last-child { border-bottom: 0; }

  .section { padding: 76px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 34px; }
  .section-heading h2 { font-size: clamp(39px, 11vw, 54px); }
  .services-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; }
  .service-card { min-height: auto; padding: 25px; }

  .process-step { min-height: auto; }
  .support-grid { grid-template-columns: 1fr; gap: 48px; }
  .support-copy h2 { font-size: clamp(42px, 11vw, 56px); }
  .why-grid { grid-template-columns: 1fr; }
  .why-card { min-height: auto; }
  .why-icon { margin-bottom: 26px; }
  .faq-grid { grid-template-columns: 1fr; gap: 38px; }
  summary { font-size: 21px; }
  .cta-card { padding: 38px 28px; flex-direction: column; align-items: stretch; }
  .cta-card .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > :last-child { grid-column: auto; }
  .footer-bottom { grid-template-columns: 1fr; gap: 10px; }
  .disclaimer { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}


/* WordPress integration */
body.admin-bar .site-header { top: 32px; }
.content-shell { padding: 78px 0 96px; background: var(--cream-2); min-height: 58vh; }
.content-grid { max-width: 900px; }
.content-card { background: var(--paper); border: 1px solid var(--line); border-radius: 26px; padding: clamp(30px, 5vw, 58px); margin-bottom: 24px; }
.content-card-single { margin-bottom: 0; }
.entry-title { font-family: "Libre Caslon Display", Georgia, serif; font-weight: 400; letter-spacing: -.03em; font-size: clamp(42px, 5vw, 66px); line-height: 1.02; margin: 0 0 24px; }
.entry-meta { color: var(--muted); font-size: 13px; margin-top: -12px; margin-bottom: 26px; }
.entry-featured { margin: 28px 0; border-radius: 20px; overflow: hidden; }
.entry-content { color: #3e4c47; line-height: 1.8; font-size: 16px; }
.entry-content h2, .entry-content h3, .entry-content h4 { font-family: "Libre Caslon Display", Georgia, serif; font-weight: 400; color: var(--ink); }
.entry-content h2 { font-size: 38px; margin-top: 42px; }
.entry-content h3 { font-size: 29px; margin-top: 34px; }
.entry-content a { color: var(--green-2); text-decoration: underline; text-underline-offset: 3px; }
.entry-content img { border-radius: 16px; }
.entry-content ul, .entry-content ol { padding-left: 1.25rem; }
.entry-content blockquote { margin: 28px 0; padding: 8px 0 8px 24px; border-left: 3px solid var(--green-2); color: var(--muted); }
.wp-block-button__link { background: var(--green); color: #fff; border-radius: 12px; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
