:root {
  --bg: #f8fafc;
  --surface: #ffffff;
  --ink: #1a2a3a;
  --muted: #64748b;
  --line: rgba(26, 42, 58, 0.14);
  --accent: #e67e22;
  --section-gap: 120px;
  --box-gap: 20px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--muted);
  font-family: "Inter", sans-serif;
  background: var(--bg);
  padding-bottom: 56px;
}

h2,
h3 {
  color: var(--ink);
}

h1,
h2 {
  font-family: "Playfair Display", serif;
  color: #1a2a3a;
}

h2 {
  font-size: 2.5rem;
  line-height: 1.2;
}

p {
  font-family: "Inter", sans-serif;
  color: #64748b;
  font-size: 1.1rem;
  line-height: 1.6;
}

.ambient-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 8%, rgba(26, 42, 58, 0.04), transparent 34%),
    radial-gradient(circle at 86% 14%, rgba(26, 42, 58, 0.05), transparent 31%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.5), rgba(248, 250, 252, 0.2));
}

.site-header,
main,
.site-footer {
  width: min(1060px, 92vw);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.site-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  position: sticky;
  top: 12px;
  z-index: 120;
  padding: 8px 14px;
  margin-top: 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 24px rgba(26, 42, 58, 0.08);
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0.8rem;
  color: var(--muted);
  white-space: nowrap;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(26, 42, 58, 0.08);
  background: rgba(248, 250, 252, 0.8);
}

.header-contact a {
  color: var(--muted);
  text-decoration: none;
}

.header-contact a:hover {
  color: var(--ink);
  text-decoration: underline;
}

.brand {
  font-weight: 800;
  letter-spacing: 0.01em;
  font-size: 1.1rem;
  color: var(--ink);
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header-nav a {
  position: relative;
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.header-nav a:hover {
  opacity: 0.85;
}

.header-nav a.underline-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
  opacity: 0.85;
}

.header-nav a.underline-link:hover::after {
  transform: scaleX(1);
}

.portal-link {
  padding: 5px 10px;
  border: 0.75px solid rgba(26, 42, 58, 0.28);
  border-radius: 999px;
  background: transparent;
  letter-spacing: 0.15em;
}

.team-link {
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--accent);
  color: #ffffff !important;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.82rem !important;
}

.hero {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 24px 0 10px;
  margin-top: 0;
  color: var(--muted);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.65fr);
  gap: 18px;
  align-items: start;
}

.hero-copy {
  min-width: 0;
}

.hero-photo {
  width: min(320px, 100%);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 14%;
  justify-self: end;
  border-radius: 24px;
  border: 1px solid rgba(26, 42, 58, 0.08);
  box-shadow: 0 14px 28px rgba(26, 42, 58, 0.09);
}

.eyebrow {
  margin: 0;
  color: var(--ink);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(2.25rem, 5.8vw, 4.2rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 14px 0;
  max-width: 14.5ch;
  color: var(--ink);
}

.lead {
  margin: 0;
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 56ch;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-cta-layout {
  align-items: center;
  gap: 18px;
}

.hero-primary-cta-group,
.hero-secondary-cta-group {
  display: flex;
  align-items: center;
}

.hero-primary-cta-group {
  gap: 12px;
  flex-wrap: nowrap;
}

.hero-primary-cta-group .cta-note {
  white-space: nowrap;
}

.hero-primary-cta {
  white-space: nowrap;
}

.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  border-radius: 12px;
  padding: 12px 17px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(26, 42, 58, 0.16);
}

.btn:focus-visible,
.header-nav a:focus-visible,
.portal-link:focus-visible {
  outline: 2px solid rgba(230, 126, 34, 0.45);
  outline-offset: 2px;
}

.btn.primary {
  color: #ffffff;
  background: var(--accent);
  border-radius: 999px;
  border: 1px solid transparent;
}

.btn.ghost {
  color: var(--ink);
  border: 1px solid rgba(26, 42, 58, 0.28);
  background: transparent;
}

.note {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.94rem;
}

.hero-signals {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-signals li {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--ink);
  background: #f8fafc;
}

.form-status {
  margin: 10px 0 0;
  min-height: 1.4em;
  font-size: 0.95rem;
  line-height: 1.4;
  color: var(--muted);
}

.form-status[data-tone="success"] {
  color: #1a2a3a;
}

.form-status[data-tone="error"] {
  color: #b45309;
}

.compliance-note {
  margin-top: 12px;
  font-size: 0.95rem;
  color: #64748b;
}

.proof-strip {
  margin: 24px 0 18px;
}

.proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 18px;
}

.proof-card,
.proof-quote {
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(26, 42, 58, 0.09);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 34px rgba(26, 42, 58, 0.08);
}

.proof-card h2 {
  margin: 10px 0;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.proof-card p,
.proof-quote p {
  margin: 0;
}

.proof-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.proof-pills span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #f5f7fa;
  border: 1px solid rgba(26, 42, 58, 0.08);
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 600;
}

.proof-quote {
  display: grid;
  align-content: start;
  gap: 10px;
  background: linear-gradient(180deg, rgba(255, 247, 237, 0.9), rgba(255, 255, 255, 0.92));
}

.quote-mark {
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  line-height: 0.8;
  color: var(--accent);
}

.quote-copy {
  color: #ffffff;
  font-size: 1.18rem;
  line-height: 1.65;
}

.quote-attribution {
  font-size: 0.92rem;
  color: #ffffff;
}

.segment-strip {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0 !important;
  margin: 0;
}

section.segment-strip {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.segment-strip h2 {
  margin: 0 0 12px;
}

.segment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.segment-chip {
  text-decoration: none;
  color: #1a2a3a;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 600;
  font-size: 0.95rem;
  background: #f8fafc;
}

.segment-chip:hover {
  border-color: #cbd5e1;
}

.hero p {
  color: #64748b;
}

main > section + section {
  margin-top: 0;
}

.hero .btn.primary {
  color: #ffffff;
  background: var(--accent);
  border: 1px solid transparent;
}

.hero .btn.ghost {
  background: transparent;
  border: 1px solid rgba(26, 42, 58, 0.28);
}

.services {
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--box-gap);
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
}

.service {
  border-radius: 20px;
  padding: 40px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  box-shadow:
    0 40px 90px rgba(26, 42, 58, 0.11),
    0 18px 40px rgba(26, 42, 58, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.service:hover {
  transform: translateY(-8px);
  box-shadow:
    0 48px 96px rgba(26, 42, 58, 0.14),
    0 24px 50px rgba(26, 42, 58, 0.07);
}

.service.health {
  margin-top: 0;
  max-width: none;
}

.service.life {
  margin-top: 0;
  width: 100%;
  margin-left: 0;
}

.service-kicker,
.section-label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.74rem;
  font-weight: 800;
  color: var(--ink);
}

.service h2 {
  margin: 10px 0 8px;
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  color: var(--ink);
}

.service-intro {
  margin: 0;
  color: var(--muted);
  min-height: 3.2em;
}

.service ul {
  margin: 16px 0 0;
  padding-left: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.service li {
  color: var(--muted);
  line-height: 1.45;
}

.service-actions {
  margin-top: auto;
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-actions .btn {
  flex: 0 0 auto;
}

.service-actions .btn.ghost {
  background: #ffffff;
}

.path {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.path h2,
.footer-lead h2 {
  margin: 10px 0 6px;
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
}

.path-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--box-gap);
  position: relative;
  align-items: stretch;
}

.path-grid article {
  border: 0;
  border-radius: 0;
  padding: 0 8px;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  position: relative;
  z-index: 1;
  opacity: 1;
  transform: none;
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.path-grid article.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.path-grid span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  color: #1a2a3a;
  font-weight: 600;
  font-size: 0.8rem;
  margin-bottom: 4px;
  position: relative;
  z-index: 2;
}

.path-grid h3 {
  margin: 0 0 2px;
  font-size: 1rem;
  color: var(--ink);
}

.path-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
  font-size: 0.9rem;
}

.bio p {
  margin: 10px 0 0;
  line-height: 1.6;
  color: var(--muted);
}

.bio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: var(--box-gap);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.bio-content {
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bio-content h2 {
  margin: 8px 0 10px;
  font-size: 2.5rem;
}

.bio-copy {
  max-width: 58ch;
}

.bio-copy p {
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.8;
}

.bio-content .btn.primary {
  align-self: flex-start;
  margin-left: 0;
  margin-top: 4px;
}

.bio-photo {
  width: min(300px, 100%);
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 14%;
  border-radius: 16px;
  border: 1px solid rgba(26, 42, 58, 0.1);
  box-shadow: 0 16px 32px rgba(26, 42, 58, 0.12);
  justify-self: end;
}

.bio-points {
  margin: 10px 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.bio-points li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.55;
}

.bio-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.site-footer {
  margin-top: 28px;
  margin-bottom: 16px;
  padding: 10px 0;
  border: 0;
  background: transparent;
}

.footer-line {
  margin: 0;
  color: #64748b;
  text-align: center;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.footer-line a {
  color: #64748b;
  text-decoration: none;
}

.footer-line a:hover {
  text-decoration: underline;
}

/* Alignment + Structure overrides requested */
section {
  padding: 50px 0;
}

h1,
h2 {
  font-family: "Playfair Display", serif;
  color: #1a2a3a;
  line-height: 1.2;
}

h2 {
  font-size: 2.5rem;
}

p {
  font-family: "Inter", sans-serif;
  color: #64748b;
  font-size: 1.1rem;
  line-height: 1.8;
}

.insurance-container {
  display: flex;
  gap: 30px;
  align-items: stretch;
  padding-top: 50px;
  padding-bottom: 50px;
}

.insurance-card {
  flex: 1;
  background: #fff;
  border: 1px solid #e2e8f0;
  padding: 40px;
  display: flex;
  flex-direction: column;
}

.insurance-card .description {
  flex-grow: 1;
}

.editorial-services {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: 0;
  padding: 0;
  gap: 56px;
}

.insurance-feature {
  display: grid;
  grid-template-columns: 65% 35%;
  align-items: center;
  min-height: 0;
}

.health-feature {
  background: transparent;
}

.life-feature {
  background: transparent;
}

.feature-copy {
  padding: clamp(28px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-block {
  background: transparent;
  border: 0;
  border-radius: 0;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0;
}

.feature-list {
  margin: 16px 0 0;
  padding-left: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.feature-list li {
  color: #64748b;
  line-height: 1.7;
}

.feature-actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.feature-media {
  min-height: 0;
  display: flex;
  align-items: center;
  align-self: center;
  max-width: 100%;
}

.feature-media img {
  display: block;
  width: 86%;
  height: 280px;
  aspect-ratio: 16 / 10;
  max-height: 280px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 12px 22px rgba(26, 42, 58, 0.07);
  margin-left: auto;
}

.service-actions {
  margin-top: auto;
}

.service-actions .btn.primary {
  background: #e67e22;
  border-radius: 50px;
  align-self: flex-start;
}

.meet-lena-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  background: #f8fafc;
  gap: 44px;
}

.meet-lena-text {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.meet-lena-photo {
  width: min(280px, 100%);
  max-width: 100%;
  border-radius: 24px;
  border: none;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
  align-self: flex-start;
  justify-self: end;
  display: block;
}

.meet-lena-visual {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-self: start;
  justify-self: end;
  align-items: stretch;
  width: min(280px, 100%);
}

.portrait-caption {
  margin: 0;
  color: #1a2a3a;
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
  text-align: center;
  width: 100%;
}

.next-steps {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.next-steps h2 {
  margin: 0 0 14px;
}

.next-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.next-grid article {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.next-grid h3 {
  margin: 0 0 6px;
}

.next-grid p {
  margin: 0;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 28px;
  align-items: start;
  padding-top: 0;
}

.join-team-panel {
  grid-column: 1 / -1;
  margin-top: 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(26, 42, 58, 0.08);
}

.join-team-panel h2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.join-team-panel p {
  max-width: 52ch;
  margin-bottom: 14px;
}

.join-team-form {
  margin-top: 18px;
}

.contact-copy {
  max-width: 36ch;
}

.contact-copy p {
  margin-bottom: 14px;
}

.contact-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.contact-points li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.55;
}

.contact-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

.consult-form {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 18px 34px rgba(26, 42, 58, 0.08);
}

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

.form-grid label {
  display: grid;
  gap: 6px;
}

.form-grid span {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #ffffff;
  padding: 12px 13px;
  font: inherit;
  color: var(--ink);
}

.form-grid textarea {
  resize: vertical;
  min-height: 120px;
}

.form-grid .form-wide {
  grid-column: 1 / -1;
}

.consult-actions {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.form-note {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
}

.form-note a {
  color: var(--ink);
  text-decoration: none;
}

.form-note a:hover {
  text-decoration: underline;
}

.path-grid.path-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  position: relative;
  gap: var(--box-gap);
}

.path-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 2;
}

.path-grid.path-container::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: rgba(148, 163, 184, 0.3);
  z-index: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a2a3a !important;
}

body,
p,
li {
  color: #64748b;
}

.sticky-contact-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #1a2a3a;
  color: #ffffff;
  font-size: 0.9rem;
}

.sticky-contact-bar a {
  color: #ffffff;
  text-decoration: none;
}

.sticky-contact-bar a:hover {
  text-decoration: underline;
}

/* Final requested layout pass */
:root {
  --section-gap: 100px;
}

section {
  padding: 50px 0 !important;
}

main > section + section {
  margin-top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1a2a3a !important;
}

h2 {
  font-size: 2.5rem !important;
  line-height: 1.2 !important;
}

body,
p,
li {
  color: #64748b !important;
}

p {
  line-height: 1.8 !important;
}

.insurance-feature {
  grid-template-columns: 60% 40% !important;
  align-items: center !important;
}

.health-feature,
.life-feature,
.service-block {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.feature-copy {
  padding: 0 28px 0 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  text-align: left !important;
}

.feature-media {
  align-items: center !important;
  align-self: center !important;
  justify-content: flex-end !important;
}

.feature-media img {
  width: 100% !important;
  height: auto !important;
  max-height: 350px !important;
  object-fit: cover !important;
  border-radius: 20px !important;
  margin-left: auto !important;
}

.feature-list {
  margin-top: 14px !important;
}

.feature-actions {
  margin-top: 12px !important;
  justify-content: flex-start !important;
}

.feature-actions .btn,
.service-actions .btn {
  align-self: flex-start !important;
}

.path {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.path-grid.path-container {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
  align-items: start !important;
  position: relative !important;
}

.path-grid.path-container::before {
  content: "" !important;
  position: absolute !important;
  top: 20px !important;
  left: 10% !important;
  right: 10% !important;
  height: 1px !important;
  background: rgba(148, 163, 184, 0.3) !important;
  z-index: 1 !important;
}

.path-step {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

.path-grid span {
  width: 40px !important;
  height: 40px !important;
  font-size: 0.9rem !important;
  margin-bottom: 8px !important;
  border: 1px solid #cbd5e1 !important;
  background: #ffffff !important;
  color: #1a2a3a !important;
}

.path-grid h3 {
  margin-top: 0 !important;
}

.meet-lena-section {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  align-items: start !important;
  gap: 28px !important;
  background: transparent !important;
}

.meet-lena-text {
  max-width: 760px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-self: start !important;
  padding-right: 20px !important;
  margin-top: 0 !important;
}

.meet-lena-photo {
  width: min(440px, 100%) !important;
  justify-self: end !important;
  align-self: start !important;
  border-radius: 24px !important;
  border: none !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
  margin-top: 0 !important;
}

@media (max-width: 980px) {
  .proof-grid,
  .services,
  .trust {
    grid-template-columns: 1fr;
  }

  .service.health,
  .service.life {
    margin-top: 0;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .path-grid {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    overflow-x: auto;
    padding-bottom: 6px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hero-photo {
    justify-self: center;
    width: min(280px, 100%);
  }

  .bio {
    grid-template-columns: 1fr;
    padding: 30px 24px;
  }

  .bio-content {
    padding-right: 0;
  }

  .bio-photo {
    justify-self: center;
    width: min(240px, 100%);
  }

  .insurance-feature {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .meet-lena-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .meet-lena-photo {
    justify-self: center;
    width: min(240px, 100%);
  }

  .feature-media img {
    width: 100%;
    height: 220px;
    max-height: 220px;
  }

  .next-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: flex-start;
  }

  .header-contact {
    justify-content: flex-start;
    width: 100%;
  }

  .header-nav {
    gap: 12px;
    justify-content: flex-start;
  }

  .hero {
    padding: 38px 20px 30px;
  }

  .hero-layout {
    gap: 14px;
  }

  .cta-row,
  .footer-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .service-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .feature-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-signals {
    gap: 8px;
  }

  .proof-card,
  .proof-quote {
    padding: 20px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .path-grid::before {
    display: none;
  }

  .bio {
    padding: 24px 18px;
  }

  .bio-photo {
    width: min(270px, 100%);
  }

  .footer-line {
    font-size: 0.82rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .path-grid article {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Editorial refresh */
:root {
  --bg: #f5f2ed;
  --surface: #fbf7f1;
  --ink: #2f2b27;
  --muted: #655f57;
  --line: rgba(45, 48, 39, 0.14);
  --accent: #827565;
  --section-gap: 96px;
}

body {
  background: var(--bg) !important;
  color: var(--muted) !important;
}

.ambient-layer {
  background:
    radial-gradient(circle at 12% 8%, rgba(130, 117, 101, 0.08), transparent 34%),
    radial-gradient(circle at 86% 14%, rgba(45, 48, 39, 0.05), transparent 31%),
    linear-gradient(160deg, rgba(251, 247, 241, 0.9), rgba(245, 242, 237, 0.7)) !important;
}

.site-header {
  grid-template-columns: minmax(0, 1.1fr) auto auto !important;
  gap: 22px !important;
  padding: 14px 18px !important;
  border: 1px solid rgba(45, 48, 39, 0.1) !important;
  background: rgba(251, 247, 241, 0.84) !important;
  box-shadow: 0 18px 38px rgba(45, 48, 39, 0.08) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

.brand {
  display: inline-flex !important;
  flex-direction: column;
  gap: 4px;
  text-decoration: none;
}

.brand-mark {
  font-family: "Playfair Display", serif;
  font-size: 1.55rem;
  line-height: 1;
  color: #f9efe7;
  letter-spacing: -0.03em;
}

.brand-subtitle {
  font-size: 0.78rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.brand-email {
  display: inline-block;
  width: fit-content;
  justify-self: start;
  font-size: 0.8rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  color: #f7ede4;
  text-decoration: none;
  padding: 8px 12px;
  border: 1px solid rgba(249, 239, 231, 0.14);
  border-radius: 999px;
  background: rgba(88, 63, 50, 0.58);
  box-shadow: 0 10px 24px rgba(54, 38, 31, 0.18);
}

.brand-email:hover,
.brand-email:focus-visible {
  color: #fff8f3;
  text-decoration: none;
  background: rgba(104, 74, 58, 0.82);
}

.header-nav {
  justify-content: center !important;
  gap: 18px !important;
}

.header-nav a {
  font-size: 0.77rem !important;
  letter-spacing: 0.14em !important;
  color: #ffffff !important;
}

.header-nav a:hover,
.header-nav a:focus-visible {
  color: #ffffff !important;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.header-contact,
.proof-card,
.proof-quote,
.consult-form {
  background: var(--surface) !important;
  border-color: rgba(45, 48, 39, 0.1) !important;
}

.header-contact {
  gap: 10px !important;
  padding: 7px 12px !important;
  border-radius: 999px !important;
}

.header-contact a {
  color: var(--muted) !important;
  font-size: 0.8rem;
}

.proof-quote {
  background: linear-gradient(180deg, rgba(111, 124, 116, 0.96), rgba(100, 112, 104, 0.94)) !important;
  border-color: transparent !important;
  box-shadow: 0 20px 44px rgba(111, 124, 116, 0.2) !important;
}

section,
.segment-strip,
section.segment-strip {
  padding: 88px 0 !important;
}

.editorial-services {
  gap: 88px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--ink) !important;
  font-family: "Playfair Display", serif !important;
  letter-spacing: -0.02em;
}

body,
p,
li,
.lead,
.note,
.compliance-note,
.quote-attribution,
.footer-line,
.form-note {
  color: var(--muted) !important;
}

p,
.lead,
.service-intro,
.quote-copy,
.bio-copy p,
.contact-copy p,
.path-grid p,
.next-grid p {
  font-size: 18px !important;
  line-height: 1.8 !important;
}

.hero-copy,
.feature-copy,
.bio-content,
.contact-copy,
.proof-card {
  max-width: 700px;
}

.btn.primary,
.hero .btn.primary,
.team-link,
.service-actions .btn.primary,
.feature-actions .btn.primary {
  background: var(--accent) !important;
  color: #ffffff !important;
  box-shadow: 0 16px 30px rgba(130, 117, 101, 0.18);
}

.btn.ghost,
.hero .btn.ghost,
.portal-link,
.segment-chip {
  color: var(--ink) !important;
  border-color: rgba(45, 48, 39, 0.28) !important;
  background: transparent !important;
}

.btn,
.team-link,
.portal-link,
.segment-chip {
  border-radius: 999px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 0.77rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.btn:hover,
.header-cta:hover {
  box-shadow: 0 18px 36px rgba(130, 117, 101, 0.24) !important;
}

.hero {
  padding-top: 42px !important;
}

.hero-layout {
  gap: 36px !important;
  align-items: center !important;
}

.lead {
  max-width: 38ch !important;
}

.segment-chip,
.hero-signals li,
.proof-pills span {
  background: rgba(251, 247, 241, 0.76) !important;
}

.proof-card h2,
.segment-strip h2,
.contact-copy h2,
.bio-content h2,
.next-steps h2,
.path h2,
.service-block h2 {
  max-width: 12ch;
}

.service-block,
.contact-copy,
.bio-copy,
.proof-card p,
.quote-copy {
  max-width: 38ch;
}

.hero-signals li,
.proof-pills span,
.path-grid span {
  background: var(--surface) !important;
  border-color: rgba(45, 48, 39, 0.12) !important;
  color: var(--ink) !important;
}

.hero-photo,
.bio-photo,
.meet-lena-photo,
.feature-media img {
  border-radius: 8px !important;
  filter: sepia(0.08);
}

.sticky-contact-bar {
  background: rgba(47, 43, 39, 0.94) !important;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 720px) {
  .site-header {
    grid-template-columns: 1fr !important;
    justify-items: stretch !important;
    gap: 14px !important;
  }

  .header-nav {
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
  }

  .header-actions {
    justify-content: flex-start;
  }

  section,
  .segment-strip,
  section.segment-strip {
    padding: 72px 0 !important;
  }
}

/* Reference synthesis refresh */
:root {
  --bg: #f6f1ea;
  --surface: #fdf9f4;
  --ink: #292521;
  --muted: #6a6259;
  --line: rgba(41, 37, 33, 0.12);
  --accent: #8f8477;
}

body {
  background: linear-gradient(180deg, #fbf7f2 0%, var(--bg) 38%, #f2ece4 100%) !important;
}

.ambient-layer {
  background:
    radial-gradient(circle at 14% 10%, rgba(143, 132, 119, 0.08), transparent 30%),
    radial-gradient(circle at 84% 16%, rgba(41, 37, 33, 0.05), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(246, 241, 234, 0.18)) !important;
}

.site-header,
main,
.site-footer {
  width: min(1180px, 92vw) !important;
}

.site-header {
  top: 16px !important;
  border-radius: 22px !important;
}

.brand-mark {
  font-size: 1.7rem;
}

.header-nav a {
  position: relative;
  padding-bottom: 2px;
}

.header-contact {
  border: 1px solid rgba(41, 37, 33, 0.08) !important;
}

.header-cta,
.btn.primary,
.hero .btn.primary,
.service-actions .btn.primary,
.feature-actions .btn.primary {
  background: #8f8477 !important;
  border-color: transparent !important;
}

.portal-link,
.btn.ghost,
.hero .btn.ghost {
  background: rgba(253, 249, 244, 0.72) !important;
}

.hero {
  padding-top: 56px !important;
  padding-bottom: 18px !important;
}

.hero-layout {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr) !important;
  gap: 44px !important;
  align-items: start !important;
}

.eyebrow,
.section-label,
.service-kicker {
  letter-spacing: 0.16em !important;
  font-size: 0.72rem !important;
  color: var(--muted) !important;
}

h1 {
  max-width: 11ch !important;
  font-size: clamp(3rem, 6.2vw, 5.5rem) !important;
  line-height: 0.98 !important;
}

.lead {
  max-width: 34ch !important;
  font-size: 1.18rem !important;
}

.note {
  max-width: 40ch;
}

.cta-note {
  margin: 0;
  font-size: 0.9rem !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  align-self: center;
}

.cta-note span {
  display: inline-block;
  margin-left: 8px;
}

.cta-arrow {
  position: relative;
  width: 28px;
  height: 10px;
}

.cta-arrow::before,
.cta-arrow::after {
  content: "";
  position: absolute;
}

.cta-arrow::before {
  top: 50%;
  left: 0;
  width: 22px;
  height: 1.5px;
  background: currentColor;
  transform: translateY(-50%);
}

.cta-arrow::after {
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.hero-signals {
  margin-top: 26px !important;
}

.hero-signals li,
.proof-pills span,
.segment-chip {
  padding: 10px 16px !important;
  border-radius: 999px !important;
}

.hero-photo,
.feature-media img,
.bio-photo,
.meet-lena-photo {
  box-shadow: 0 30px 60px rgba(41, 37, 33, 0.1) !important;
}

.hero-photo {
  width: min(420px, 100%) !important;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  justify-self: end !important;
  align-self: start !important;
  object-position: center 10% !important;
  filter: none !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.proof-strip {
  padding-top: 8px !important;
  padding-bottom: 28px !important;
  margin-top: 48px !important;
}

.proof-grid {
  gap: 28px !important;
  align-items: stretch;
}

.proof-card,
.proof-quote,
.consult-form {
  border-radius: 28px !important;
  box-shadow: 0 20px 44px rgba(41, 37, 33, 0.06) !important;
}

.proof-card h2,
.segment-strip h2,
.path h2,
.bio-content h2,
.next-steps h2,
.contact-copy h2 {
  font-size: clamp(2rem, 4vw, 3.1rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.03em !important;
}

.editorial-band {
  overflow: hidden;
  padding-top: 22px !important;
  padding-bottom: 22px !important;
  border-top: 1px solid rgba(41, 37, 33, 0.08);
  border-bottom: 1px solid rgba(41, 37, 33, 0.08);
}

.editorial-band-track {
  display: flex;
  gap: 34px;
  width: max-content;
  align-items: center;
  white-space: nowrap;
  animation: editorial-band-scroll 28s linear infinite;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  color: var(--ink);
}

.editorial-band-track span {
  position: relative;
}

.editorial-band-track span::after {
  content: "•";
  margin-left: 34px;
  color: rgba(41, 37, 33, 0.4);
}

.segment-strip {
  display: grid;
  gap: 16px;
  padding-top: 36px !important;
  margin-top: 0 !important;
}

.segment-actions {
  gap: 14px !important;
}

.segment-chip {
  cursor: pointer;
  background: rgba(118, 85, 68, 0.84) !important;
  border-color: rgba(249, 239, 231, 0.12) !important;
  color: #ffffff !important;
}

.segment-chip[aria-expanded="true"] {
  background: rgba(118, 85, 68, 0.94) !important;
  border-color: rgba(249, 239, 231, 0.16) !important;
}

.segment-bubble {
  position: relative;
  margin-top: 18px;
  max-width: 760px;
  padding: 22px 24px;
  border-radius: 26px;
  background: rgba(253, 249, 244, 0.96);
  border: 1px solid rgba(41, 37, 33, 0.1);
  box-shadow: 0 18px 40px rgba(41, 37, 33, 0.08);
}

.segment-bubble::before {
  content: "";
  position: absolute;
  top: -10px;
  left: clamp(28px, var(--bubble-arrow-left, 42px), calc(100% - 28px));
  width: 20px;
  height: 20px;
  background: inherit;
  border-top: 1px solid rgba(41, 37, 33, 0.1);
  border-left: 1px solid rgba(41, 37, 33, 0.1);
  transform: translateX(-50%) rotate(45deg);
}

.segment-bubble-title,
.segment-bubble-copy {
  margin: 0;
}

.segment-bubble-title {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 10px;
}

.segment-bubble-copy {
  max-width: 58ch;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.life-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  margin-top: 18px;
}

.life-chip {
  white-space: nowrap;
}

.life-bubble {
  margin-top: 16px;
  width: 100%;
  max-width: none;
}

.life-divider {
  width: 100%;
  height: 1px;
  margin-top: 46px;
  margin-bottom: 18px;
  background: rgba(41, 37, 33, 0.1);
}

.services {
  gap: 0 !important;
}

.insurance-feature {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr) !important;
  gap: 34px !important;
  padding: 34px 0;
  border-top: 1px solid rgba(41, 37, 33, 0.08);
}

.insurance-feature:last-child {
  border-bottom: 1px solid rgba(41, 37, 33, 0.08);
}

.feature-copy {
  padding-right: 40px !important;
}

.service-block h2 {
  font-size: clamp(2rem, 4vw, 3rem) !important;
  line-height: 1.02 !important;
}

.feature-list {
  gap: 14px !important;
}

.path-grid.path-container::before {
  background: rgba(41, 37, 33, 0.16) !important;
}

.path-grid span {
  width: 44px !important;
  height: 44px !important;
  background: rgba(253, 249, 244, 0.95) !important;
}

.next-grid {
  gap: 24px !important;
}

.next-grid article {
  padding-top: 18px;
  border-top: 1px solid rgba(41, 37, 33, 0.1);
}

.consult-form {
  background: rgba(253, 249, 244, 0.88) !important;
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  background: rgba(255, 255, 255, 0.72) !important;
  border-color: rgba(41, 37, 33, 0.1) !important;
}

.sticky-contact-bar {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

@keyframes editorial-band-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .hero-layout,
  .insurance-feature {
    grid-template-columns: 1fr !important;
  }

  .feature-copy {
    padding-right: 0 !important;
  }

  .editorial-band-track {
    animation-duration: 36s;
  }

  .segment-bubble {
    max-width: none;
  }
}

@media (max-width: 720px) {
  .site-header,
  main,
  .site-footer {
    width: min(1180px, 94vw) !important;
  }

  .hero {
    padding-top: 30px !important;
  }

  h1 {
    max-width: 12ch !important;
    font-size: clamp(2.45rem, 11vw, 4rem) !important;
  }

  .editorial-band-track {
    gap: 24px;
    font-size: 0.9rem;
    letter-spacing: 0.14em;
  }

  .editorial-band-track span::after {
    margin-left: 24px;
  }

  .segment-bubble {
    padding: 18px 18px 20px;
    border-radius: 22px;
  }

  .segment-bubble::before {
    left: 28px;
  }

  .proof-card h2,
  .segment-strip h2,
  .path h2,
  .bio-content h2,
  .next-steps h2,
  .contact-copy h2,
  .service-block h2 {
    max-width: none;
  }
}

.meet-lena-section {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr) !important;
  gap: 40px !important;
}

.meet-lena-visual {
  width: min(460px, 100%) !important;
  justify-self: end !important;
  align-self: start !important;
  margin-top: 0 !important;
}

.meet-lena-photo {
  width: min(460px, 100%) !important;
  max-width: none !important;
}

@media (max-width: 980px) {
  .meet-lena-section {
    grid-template-columns: 1fr !important;
  }

  .meet-lena-visual,
  .meet-lena-photo {
    width: min(440px, 100%) !important;
  }
}

/* Header repair */
.site-header {
  position: fixed !important;
  left: 50%;
  right: auto;
  top: 16px !important;
  transform: translateX(-50%) translateY(0);
  width: min(1180px, 92vw) !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-areas:
    "brand nav"
    "email actions" !important;
  align-items: end !important;
  gap: 24px !important;
  border-color: rgba(249, 239, 231, 0.12) !important;
  background: rgba(118, 85, 68, 0.84) !important;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 22px 42px rgba(54, 38, 31, 0.22) !important;
  background: rgba(118, 85, 68, 0.94) !important;
}

.site-header.is-hidden {
  transform: translateX(-50%) translateY(-140%);
  opacity: 0;
  pointer-events: none;
}

main {
  padding-top: 112px;
}

.header-nav {
  grid-area: nav;
  flex-wrap: nowrap !important;
  min-width: 0;
  justify-content: flex-end !important;
  align-self: end;
}

.header-nav a {
  white-space: nowrap;
}

.brand {
  grid-area: brand;
  align-self: end;
}

.header-actions {
  grid-area: actions;
  display: grid !important;
  grid-template-columns: 1fr;
  align-items: start;
  justify-items: end;
  gap: 0 !important;
  margin-left: auto;
  align-self: start;
}

.brand-email {
  grid-area: email;
  align-self: start;
  margin-top: 0 !important;
}

.header-contact {
  white-space: nowrap;
  display: none !important;
}

.header-contact a:last-child {
  display: none;
}

.header-cta,
.site-header .header-cta {
  width: auto;
  padding: 10px 14px !important;
  text-align: center;
  background: #6f7c74 !important;
  color: #ffffff !important;
  border: 1px solid transparent !important;
  box-shadow: 0 14px 28px rgba(111, 124, 116, 0.22) !important;
}

.header-cta {
  min-width: 168px;
  padding: 11px 18px !important;
}

.hero .btn.primary {
  background: #6f7c74 !important;
  border-color: transparent !important;
  box-shadow: 0 14px 28px rgba(111, 124, 116, 0.22) !important;
}

.site-header .header-nav .portal-link {
  display: inline-block !important;
  padding: 0 !important;
  min-width: 0 !important;
  background: transparent !important;
  color: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-family: inherit !important;
  font-size: 0.77rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.site-header .header-nav .portal-link:hover,
.site-header .header-nav .portal-link:focus-visible {
  background: transparent !important;
  color: #ffffff !important;
  border: 0 !important;
  box-shadow: none !important;
}

.header-cta:hover,
.site-header .portal-link:hover {
  background: #647068 !important;
  box-shadow: 0 16px 30px rgba(111, 124, 116, 0.28) !important;
}

.site-header .header-nav .portal-link:hover,
.site-header .header-nav .portal-link:focus-visible {
  background: transparent !important;
  box-shadow: none !important;
}

.proof-quote {
  background: rgba(253, 249, 244, 0.96) !important;
  border-color: rgba(41, 37, 33, 0.08) !important;
  box-shadow: 0 16px 34px rgba(41, 37, 33, 0.06) !important;
  padding: 28px !important;
}

.proof-quote .quote-copy {
  color: var(--ink) !important;
  font-size: 1.2rem !important;
  line-height: 1.75 !important;
  font-weight: 600;
  max-width: 23ch;
}

.proof-quote .quote-attribution {
  font-size: 0.72rem !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 12px !important;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  .header-contact {
    display: none !important;
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "brand"
      "nav"
      "email"
      "actions" !important;
    gap: 12px !important;
    justify-items: start !important;
  }

  .header-nav {
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 12px 16px !important;
  }

  .header-actions {
    justify-items: start;
    align-items: start;
    margin-left: 0;
  }
}

@media (max-width: 720px) {
  .site-header {
    width: min(1180px, 94vw) !important;
    top: 10px !important;
    padding: 12px 14px !important;
  }

  main {
    padding-top: 126px;
  }

  .header-actions {
    width: 100%;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .header-cta {
    width: 100%;
    text-align: center;
  }
}

.proof-quote .quote-copy,
.proof-quote .quote-attribution,
.proof-quote p {
  color: var(--ink) !important;
}

.proof-quote .quote-attribution.section-label {
  color: var(--muted) !important;
}

.proof-strip {
  padding-bottom: 18px !important;
  margin-bottom: 0 !important;
}

.segment-strip,
section.segment-strip {
  padding-top: 0 !important;
  padding-bottom: 24px !important;
  margin-top: 0 !important;
}

.segment-strip h2 {
  max-width: none !important;
  white-space: nowrap;
}

#services.services.editorial-services {
  padding-top: 24px !important;
  margin-top: 0 !important;
}

#services.services.editorial-services {
  gap: 0 !important;
}

#services .insurance-feature:first-child {
  border-top: 0 !important;
  padding-top: 12px !important;
}

.life-feature .service-block h2 {
  max-width: none !important;
  white-space: nowrap;
}

.life-feature .service-block,
.life-feature .feature-copy,
.life-feature .segment-bubble {
  max-width: none !important;
  width: 100%;
}

.life-feature .feature-actions {
  margin-top: 26px !important;
}

.life-feature .feature-actions .btn.primary {
  background: #6f7c74 !important;
  border-color: transparent !important;
  box-shadow: 0 14px 28px rgba(111, 124, 116, 0.22) !important;
}

.segment-strip .feature-actions {
  margin-top: 26px !important;
}

.segment-strip .feature-actions .btn.primary {
  background: #6f7c74 !important;
  border-color: transparent !important;
  box-shadow: 0 14px 28px rgba(111, 124, 116, 0.22) !important;
}

.path {
  padding-top: 76px !important;
}

.path h2 {
  max-width: none !important;
  white-space: nowrap;
}

.path {
  max-width: 1180px !important;
}

.brand-email {
  color: #f7ede4 !important;
  border: 1px solid rgba(249, 239, 231, 0.14) !important;
  background: rgba(88, 63, 50, 0.58) !important;
  box-shadow: 0 10px 24px rgba(54, 38, 31, 0.18) !important;
}

.brand-email:hover,
.brand-email:focus-visible {
  color: #fff8f3 !important;
  background: rgba(104, 74, 58, 0.82) !important;
}

.header-nav a.is-current::after {
  transform: scaleX(1) !important;
}

.about-page main {
  padding-top: 176px;
}

.about-hero {
  padding: 24px 0 96px;
}

.about-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  gap: 34px;
}

.about-intro {
  max-width: 720px;
}

.about-intro h1 {
  max-width: none;
  margin-bottom: 18px;
}

.about-intro .lead {
  max-width: 48ch;
}

.about-meet {
  background: transparent !important;
  padding: 0 !important;
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.about-actions .btn.primary {
  background: #6f7c74 !important;
  border-color: transparent !important;
  box-shadow: 0 14px 28px rgba(111, 124, 116, 0.22) !important;
}

.careers-page main {
  padding-top: 176px;
}

.careers-hero {
  padding: 24px 0 96px;
}

.careers-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  gap: 34px;
}

.careers-intro {
  max-width: 760px;
}

.careers-intro h1 {
  max-width: 12ch;
  margin-bottom: 18px;
}

.careers-intro .lead {
  max-width: 50ch;
}

.careers-panel {
  max-width: 760px;
}

.coverage-overview {
  padding: 28px 0 0 !important;
}

.coverage-layout {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
  gap: 28px;
  align-items: start;
}

.coverage-main {
  min-width: 0;
}

.coverage-side-photo {
  position: sticky;
  top: 154px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-self: start;
  justify-self: end;
  width: min(240px, 100%);
  margin-top: 24px;
}

.coverage-side-image {
  display: block;
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  object-position: center top;
  border-radius: 24px;
  box-shadow: 0 24px 50px rgba(41, 37, 33, 0.12);
}

.coverage-side-caption {
  text-align: left;
  width: auto;
  font-size: 1rem;
}

.about-meet {
  max-width: 1040px;
}

.about-meet .meet-lena-visual {
  align-self: start !important;
  margin-top: -210px !important;
}

.about-meet .meet-lena-photo {
  align-self: start !important;
}

@media (max-width: 980px) {
  .coverage-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .coverage-side-photo {
    position: static;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
  }
}

/* Final brand correction: restore insuredbylena earthy palette */
:root {
  --bg: #f6f1ea;
  --surface: #fdf9f4;
  --ink: #292521;
  --muted: #6a6259;
  --line: rgba(41, 37, 33, 0.12);
  --accent: #8f8477;
}

body {
  background: linear-gradient(180deg, #fbf7f2 0%, var(--bg) 38%, #f2ece4 100%) !important;
  color: var(--muted) !important;
}

.ambient-layer {
  background:
    radial-gradient(circle at 14% 10%, rgba(143, 132, 119, 0.08), transparent 30%),
    radial-gradient(circle at 84% 16%, rgba(41, 37, 33, 0.05), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(246, 241, 234, 0.18)) !important;
}

.site-header,
.site-header.is-scrolled,
.site-header.is-hidden {
  border-color: rgba(41, 37, 33, 0.1) !important;
  background: rgba(253, 249, 244, 0.84) !important;
  box-shadow: 0 18px 34px rgba(54, 38, 31, 0.1) !important;
}

.brand-mark,
.brand-email,
.header-nav a,
.site-header .header-nav .portal-link,
.site-header .header-nav .portal-link:hover,
.site-header .header-nav .portal-link:focus-visible {
  color: var(--ink) !important;
}

.brand-email {
  border-color: rgba(41, 37, 33, 0.12) !important;
  background: rgba(253, 249, 244, 0.86) !important;
  box-shadow: 0 10px 24px rgba(54, 38, 31, 0.08) !important;
}

.brand-email:hover,
.brand-email:focus-visible,
.header-nav a:hover,
.header-nav a:focus-visible {
  color: var(--ink) !important;
  background: transparent !important;
}

.header-cta,
.site-header .header-cta,
.team-link,
.btn.primary,
.hero .btn.primary,
.service-actions .btn.primary,
.feature-actions .btn.primary {
  background: var(--accent) !important;
  color: #ffffff !important;
  border-color: transparent !important;
  box-shadow: 0 14px 28px rgba(143, 132, 119, 0.22) !important;
}

.portal-link,
.btn.ghost,
.hero .btn.ghost,
.segment-chip {
  color: var(--ink) !important;
  background: rgba(253, 249, 244, 0.78) !important;
  border-color: rgba(41, 37, 33, 0.14) !important;
}

.segment-chip[aria-expanded="true"] {
  background: rgba(143, 132, 119, 0.12) !important;
  border-color: rgba(143, 132, 119, 0.24) !important;
  color: #5f554c !important;
}

.proof-quote {
  background: linear-gradient(180deg, rgba(86, 62, 51, 0.96), rgba(111, 83, 67, 0.94)) !important;
  box-shadow: 0 20px 44px rgba(54, 38, 31, 0.18) !important;
}
