/* Each Resident: the approved name-only wordmark, oat, sage and peach. */
:root { --peach: #e8b59e; --shadow: 0 12px 40px #304b4509; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--teal); outline-offset: 5px; }
section[id] { scroll-margin-top: 100px; }
.site-header { background: #faf8f2f5; }
.brand { color: var(--teal); font-size: clamp(1.45rem, 2vw, 1.8rem); font-weight: 400; letter-spacing: -.045em; white-space: nowrap; }
.brand-dot { color: var(--peach); font-weight: 650; }
nav a { font-weight: 500; }
.nav-cta { border-radius: 30px; }
.hero { max-width: 1440px; margin: auto; padding: 68px clamp(24px, 6vw, 86px); height: auto; min-height: 650px; display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(30px, 5vw, 80px); align-items: center; background: var(--paper); }
.hero > img { grid-column: 2; grid-row: 1; position: static; width: 100%; height: 530px; object-fit: cover; object-position: 80% center; border-radius: 140px 140px 28px 28px; }
.hero-content { grid-column: 1; grid-row: 1; position: static; transform: none; max-width: none; color: var(--ink); }
.hero .eyebrow { color: var(--teal); font-size: .7rem; letter-spacing: .12em; }
.hero h1 { font-size: clamp(3.3rem, 5.5vw, 5.35rem); line-height: 1.06; font-weight: 400; letter-spacing: -.055em; }
.hero-copy { color: var(--muted); font-size: 1.1rem; line-height: 1.75; margin: 26px 0 28px; }
.hero-actions { align-items: center; gap: 12px; }
.button { border-radius: 28px; font-weight: 600; font-size: .92rem; }
.button.primary { background: var(--teal); color: white; }
.button.primary:hover, .nav-cta:hover { background: #294e46; }
.button.secondary { color: var(--teal); border-color: #bdcfc0; background: transparent; }
.button.secondary:hover { background: var(--mint); }
.prototype-note { color: var(--muted); line-height: 1.6; }
.trust-row { background: var(--mint); border: 0; }
.trust-row p { background: var(--mint); padding-block: 27px; }
.trust-row strong { font-weight: 600; }
.section-heading h2, .voice-copy h2, .assurance h2, .contact h2 { font-weight: 400; line-height: 1.12; font-size: clamp(2.25rem, 4vw, 3.7rem); letter-spacing: -.045em; }
.eyebrow { font-weight: 600; letter-spacing: .12em; }
.eyebrow.mint { color: var(--teal); }
.lead { font-size: 1.15rem; line-height: 1.8; }
.steps article { border-top: 1px solid #c8d7c6; }
.steps article > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: #f4e2d6; color: var(--ink); }
.steps h3, .feature-grid h3, .contact-card h3 { font-weight: 550; }
.voice-section { background: #eef2e8; color: var(--ink); }
.voice-copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.check-list li:before { color: var(--teal); }
.phone-card { border: 6px solid #d2dfd0; box-shadow: 0 20px 45px #304b4510; }
.record-demo { cursor: pointer; }
.record-demo .mic { color: white; }
.feature-grid article { box-shadow: none; }
.feature-icon { border-radius: 50%; font-weight: 500; }
.assurance { background: #e4ede2; }
.assurance-grid { border-radius: 18px; overflow: hidden; }
.assurance-grid strong { font-weight: 600; }
.assurance-grid span, .assurance-note { color: var(--muted); }
.contact-card { box-shadow: none; background: #f2f4ec; }
footer { background: #edf2e8; color: var(--ink); border-top: 1px solid var(--line); }
.footer-brand { color: var(--teal); }
footer p, footer > small { color: var(--muted); }
footer > small { border-color: var(--line); }
@media (max-width: 1000px) and (min-width: 801px) {
  nav { gap: 18px; }
  .hero { gap: 30px; padding-inline: 32px; }
  .hero > img { height: 490px; }
}
@media (max-width: 800px) {
  .hero { grid-template-columns: 1fr; gap: 36px; padding: 45px 22px 34px; min-height: 0; }
  .hero-content { grid-column: 1; grid-row: 1; }
  .hero > img { grid-column: 1; grid-row: 2; height: clamp(290px, 65vw, 450px); border-radius: 100px 100px 24px 24px; object-position: 80% center; }
  .hero h1 { font-size: clamp(3.1rem, 11vw, 4.8rem); }
  .hero-copy { max-width: 560px; font-size: 1.05rem; }
  .trust-row p { padding: 20px 22px; }
}
@media (max-width: 540px) {
  .hero-actions { display: grid; }
  .hero .button { width: 100%; }
  .hero > img { height: 310px; }
  .site-header { padding-inline: 20px; }
}
