:root {
  --ink: #18221e;
  --muted: #63716b;
  --deep: #14251f;
  --deep-2: #20372f;
  --cream: #f6f0e5;
  --soft: #eef5ed;
  --gold: #b4863f;
  --line: rgba(24, 34, 30, .14);
  --shadow: 0 26px 80px rgba(20, 37, 31, .12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(20px);
}

.nav {
  max-width: 1220px;
  margin: 0 auto;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand span { color: var(--gold); }

.navlinks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 14px;
  color: #34443e;
}

.navlinks a[aria-current="page"] {
  color: var(--gold);
  font-weight: 800;
}

.navcta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 850;
  border: 1px solid transparent;
}

.navcta,
.btn.primary {
  background: var(--deep);
  color: #fff;
}

.btn.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, .55);
}

.btn.darkghost {
  color: var(--deep);
  border-color: rgba(20, 37, 31, .28);
}

.btn.full { width: 100%; }

.hero {
  min-height: 88vh;
  display: grid;
  align-items: end;
  background:
    linear-gradient(180deg, rgba(14, 22, 19, .08), rgba(14, 22, 19, .74)),
    var(--hero);
  background-size: cover;
  background-position: center;
}

.hero.page-hero { min-height: 68vh; }

.hero-copy {
  width: min(1220px, 100%);
  margin: 0 auto;
  padding: 126px 22px 66px;
  color: #fff;
}

.eyebrow,
.kicker {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 900;
}

.eyebrow { color: #f1d6aa; }
.kicker { color: var(--gold); }

h1,
h2,
h3,
p {
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.hero h1 {
  max-width: 1040px;
  margin: 0 0 20px;
  font-size: clamp(44px, 7.2vw, 92px);
  line-height: .95;
}

.hero.page-hero h1 {
  max-width: 1000px;
  font-size: clamp(42px, 6vw, 76px);
}

.hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.42;
}

.actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.band {
  padding: 86px 22px;
  background: #fff;
}

.band.soft { background: var(--soft); }
.band.cream { background: var(--cream); }

.wrap {
  width: min(1220px, 100%);
  margin: 0 auto;
}

.intro-grid,
.split,
.assessment,
.contact-layout,
.newsletter,
.cta-inner,
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: center;
}

.section-head {
  max-width: 850px;
  margin-bottom: 34px;
}

.intro-grid h2,
.section-head h2,
.split h2,
.assessment h2,
.newsletter h2,
.contact-layout h2,
.cta h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 68px);
  line-height: .98;
}

.lead,
.section-head p:not(.kicker),
.split p:not(.kicker),
.assessment p:not(.kicker),
.newsletter p:not(.kicker),
.contact-layout p:not(.kicker) {
  margin: 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.62;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.service-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff;
  box-shadow: var(--shadow);
}

.service-card img {
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.service-card div { padding: 28px; }
.service-card h2 { margin: 0 0 14px; font-size: 31px; line-height: 1.02; }
.service-card p:not(.kicker) { color: var(--muted); line-height: 1.55; font-size: 17px; }

.text-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--deep);
  font-weight: 900;
  border-bottom: 2px solid var(--gold);
}

.image-band {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  background: var(--deep);
  color: #fff;
}

.image-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-copy {
  align-self: center;
  padding: 70px;
}

.image-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(36px, 5vw, 70px);
  line-height: .98;
}

.image-copy p:not(.kicker) {
  max-width: 560px;
  color: rgba(255,255,255,.78);
  font-size: 19px;
  line-height: 1.6;
}

.image-copy .text-link { color: #fff; }

.care-grid,
.three,
.resource-grid,
.team-grid,
.area-grid,
.process-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.three,
.team-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.resource-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.area-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.feature,
.resource-grid article,
.area-grid article,
.process,
.team,
.form-demo,
.step-panel,
.check-panel,
.contact-cards a {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255,255,255,.74);
  box-shadow: 0 18px 54px rgba(20, 37, 31, .08);
}

.feature,
.resource-grid article,
.area-grid article,
.process,
.team {
  padding: 26px;
}

.feature h3,
.resource-grid h3,
.area-grid h2,
.process h2,
.team h2 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.05;
}

.feature p,
.resource-grid p,
.area-grid p,
.process p,
.team p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.resource-grid a,
.area-grid a {
  display: inline-flex;
  margin-top: 18px;
  font-weight: 900;
  color: var(--gold);
}

.step-panel,
.check-panel,
.form-demo {
  padding: 30px;
}

.step-panel {
  display: grid;
  gap: 18px;
  background: #fff;
}

.step-panel div,
.check {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
}

.step-panel span,
.process span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  font-weight: 900;
}

.step-panel p,
.check p {
  margin: 8px 0 0;
  color: var(--ink);
  font-weight: 850;
  line-height: 1.35;
}

.check-panel {
  display: grid;
  gap: 16px;
  background: #fff;
}

.check span {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 8px rgba(180, 134, 63, .13);
}

.form-demo {
  display: grid;
  gap: 16px;
  background: #fff;
}

.form-demo label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-weight: 800;
}

.form-demo input {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0 15px;
  color: var(--ink);
  background: #f9fbf8;
  font: inherit;
}

.process {
  background: #fff;
}

.process span { margin-bottom: 22px; }

.team div {
  width: 62px;
  height: 62px;
  border-radius: 22px;
  margin-bottom: 20px;
  background: linear-gradient(135deg, var(--deep), var(--gold));
}

.team strong {
  display: block;
  color: var(--gold);
  margin-bottom: 10px;
}

.contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 24px;
}

.contact-cards a {
  padding: 22px;
  background: #fff;
}

.contact-cards strong,
.contact-cards span {
  display: block;
}

.contact-cards span {
  margin-top: 6px;
  color: var(--muted);
}

.cta {
  padding: 68px 22px;
  background: var(--cream);
}

.cta-inner {
  padding: 42px;
  border-radius: 34px;
  background: #fff;
  box-shadow: var(--shadow);
}

.footer {
  padding: 36px 22px;
  background: var(--deep);
  color: rgba(255,255,255,.72);
}

.footer strong {
  display: block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 8px;
}

.footer p { margin: 0; }

.footer-grid { align-items: start; }
.footer-grid div:last-child {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 16px;
}

.notfound {
  min-height: 72vh;
  display: grid;
  place-items: center;
}

.notfound h1 {
  margin: 0 0 18px;
  font-size: clamp(46px, 7vw, 88px);
  line-height: .95;
}

@media (max-width: 980px) {
  .nav { align-items: flex-start; flex-wrap: wrap; }
  .navlinks {
    order: 3;
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 4px;
  }
  .hero { min-height: 76vh; }
  .hero-copy { padding-top: 92px; }
  .intro-grid,
  .split,
  .assessment,
  .contact-layout,
  .newsletter,
  .cta-inner,
  .footer-grid,
  .image-band {
    grid-template-columns: 1fr;
  }
  .service-grid,
  .care-grid,
  .resource-grid,
  .area-grid,
  .process-row,
  .three,
  .team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .image-band { min-height: 0; }
  .image-band img { min-height: 420px; }
  .image-copy { padding: 58px 22px; }
  .footer-grid div:last-child { justify-content: flex-start; }
}

@media (max-width: 620px) {
  .navcta { display: none; }
  .brand { width: 100%; }
  .navlinks { gap: 14px; font-size: 13px; }
  .hero h1,
  .hero.page-hero h1 {
    font-size: 38px;
    line-height: 1;
  }
  .hero-copy { padding: 86px 18px 48px; }
  .band { padding: 58px 18px; }
  .actions,
  .contact-cards,
  .service-grid,
  .care-grid,
  .resource-grid,
  .area-grid,
  .process-row,
  .three,
  .team-grid {
    grid-template-columns: 1fr;
  }
  .actions { display: grid; }
  .btn { width: 100%; }
  .service-card { border-radius: 24px; }
  .service-card img { height: 235px; }
  .service-card div,
  .feature,
  .resource-grid article,
  .area-grid article,
  .process,
  .team,
  .form-demo,
  .step-panel,
  .check-panel {
    padding: 22px;
  }
  .intro-grid h2,
  .section-head h2,
  .split h2,
  .assessment h2,
  .newsletter h2,
  .contact-layout h2,
  .cta h2,
  .image-copy h2 {
    font-size: 34px;
  }
  .lead,
  .section-head p:not(.kicker),
  .split p:not(.kicker),
  .assessment p:not(.kicker),
  .newsletter p:not(.kicker),
  .contact-layout p:not(.kicker) {
    font-size: 17px;
  }
  .image-band img { min-height: 300px; }
  .cta-inner { padding: 26px; border-radius: 24px; }
}
/* AI demo chat widget */
.chat-widget{position:fixed;left:22px;bottom:22px;z-index:120;font-family:inherit}.chat-bubble{width:64px;height:64px;border:0;border-radius:50%;background:#9b6b2f;color:#fff;font-weight:900;box-shadow:0 18px 45px rgba(155,107,47,.28);cursor:pointer}.chat-panel{position:absolute;left:0;bottom:78px;width:min(360px,calc(100vw - 32px));max-height:620px;display:none;overflow:hidden;border:1px solid rgba(19,24,32,.12);border-radius:18px;background:#fff;box-shadow:0 28px 80px rgba(0,0,0,.2)}.chat-panel.open{display:block}.chat-header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;background:linear-gradient(135deg,#111827,#9b6b2f);color:#fff}.chat-header strong{font-size:.96rem;color:#fff}.chat-header button{width:30px;height:30px;border:0;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:1.2rem;cursor:pointer}.chat-messages{max-height:390px;overflow:auto;padding:18px;background:linear-gradient(180deg,#fff 0%,#f7f8fb 100%)}.chat-msg{padding:13px 14px;border-radius:14px;font-size:.94rem;line-height:1.45}.chat-msg.bot{background:#fff;border:1px solid rgba(19,24,32,.12);color:#131820;margin-right:auto;max-width:88%;margin-bottom:10px}.chat-msg.user{margin-left:auto;background:#9b6b2f;color:#fff;max-width:82%;margin-bottom:10px}.demo-welcome-actions{display:grid;gap:10px;margin-top:14px}.demo-welcome-actions button{display:flex;align-items:center;justify-content:center;border-radius:999px;padding:11px 14px;font-weight:900;text-align:center;border:1px solid rgba(19,24,32,.12);cursor:pointer;font:inherit;background:#fff;color:#131820}.ai-live-note{font-size:.78rem;line-height:1.35;color:#5f6875;padding:0 18px 14px;background:#f7f8fb}.chat-form{display:flex;gap:8px;padding:12px;background:#fff;border-top:1px solid rgba(19,24,32,.12)}.chat-form input{min-width:0;flex:1;border:1px solid rgba(19,24,32,.12);border-radius:999px;padding:11px 13px;font:inherit}.chat-form button{border:0;border-radius:999px;background:#9b6b2f;color:#fff;font-weight:900;padding:0 16px;cursor:pointer}
@media(max-width:640px){.chat-widget{left:16px;bottom:18px}.chat-bubble{width:58px;height:58px}.chat-panel{bottom:70px}}
