:root {
  color-scheme: light;
  --sage: #839a77;
  --sage-dark: #536a4c;
  --sage-deep: #31412f;
  --sage-soft: #edf2e9;
  --linen: #fbf8f2;
  --paper: #fffdf8;
  --warm: #f2e8dc;
  --clay: #b96f4f;
  --clay-dark: #7d412d;
  --gold: #c49a58;
  --ink: #202720;
  --muted: #606960;
  --border: #ddd5c8;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(49, 65, 47, 0.13);
  --sidebar-width: 292px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--linen);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(185, 111, 79, 0.75);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 12px;
  z-index: 200;
  transform: translateY(-140%);
  background: var(--paper);
  color: var(--ink);
  padding: 10px 14px;
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.skip-link:focus {
  transform: translateY(0);
}

.mobile-bar {
  display: none;
}

.site-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: var(--sidebar-width);
  z-index: 100;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #8da77f 0%, #78906d 52%, #667d5d 100%);
  color: #f9fbf6;
  box-shadow: 16px 0 42px rgba(49, 65, 47, 0.18);
}

.sidebar-inner {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 28px 24px;
}

.brand {
  display: grid;
  gap: 9px;
  margin-bottom: 28px;
  text-decoration: none;
}

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
}

.brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.1;
}

.brand-role {
  max-width: 19ch;
  color: rgba(249, 251, 246, 0.82);
  font-size: 13px;
  line-height: 1.45;
}

.site-nav {
  display: grid;
  gap: 4px;
}

.site-nav a {
  display: flex;
  min-height: 43px;
  align-items: center;
  border-radius: 8px;
  padding: 9px 11px;
  color: rgba(249, 251, 246, 0.88);
  font-size: 15px;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: rgba(255, 255, 255, 0.17);
  color: #ffffff;
}

.sidebar-cta {
  margin-top: auto;
  display: grid;
  gap: 15px;
  padding-top: 28px;
}

.sidebar-note {
  margin: 0;
  color: rgba(249, 251, 246, 0.84);
  font-size: 14px;
  line-height: 1.45;
}

.sidebar-meta {
  display: grid;
  gap: 7px;
  color: rgba(249, 251, 246, 0.82);
  font-size: 13px;
}

.sidebar-meta span {
  display: block;
}

.page-shell {
  margin-left: var(--sidebar-width);
  min-height: 100vh;
}

.main-content {
  min-height: 100vh;
}

.section {
  padding: 96px clamp(32px, 5vw, 80px);
}

.section.tight {
  padding-top: 54px;
  padding-bottom: 54px;
}

.section.warm {
  background: var(--warm);
}

.section.sage {
  background: var(--sage-soft);
}

.section.paper {
  background: var(--paper);
}

.section-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.follow-card {
  margin-top: 24px;
}

.narrow {
  width: min(760px, 100%);
}

.measure {
  max-width: 820px;
  margin-bottom: 6px;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--clay-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 830px;
  font-size: clamp(44px, 5.2vw, 72px);
}

h2 {
  max-width: 820px;
  font-size: clamp(36px, 4.2vw, 58px);
}

h3 {
  font-size: clamp(23px, 2.4vw, 31px);
}

p {
  margin: 0;
}

.lead {
  max-width: 770px;
  margin-top: 20px;
  color: #414a43;
  font-size: clamp(20px, 2.2vw, 25px);
  line-height: 1.45;
}

.subtle {
  color: var(--muted);
}

.hero {
  position: relative;
  min-height: min(720px, 82vh);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #2e392d;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(32, 39, 32, 0.84), rgba(32, 39, 32, 0.5) 48%, rgba(32, 39, 32, 0.08));
  z-index: 1;
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1120px, 100%);
  padding: 82px 7vw 58px;
}

.hero .eyebrow,
.hero h1,
.hero .lead {
  color: #fffdf8;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.hero h1 {
  max-width: 790px;
  font-size: clamp(40px, 5.4vw, 64px);
}

.hero .lead {
  max-width: 680px;
  color: rgba(255, 253, 248, 0.9);
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 13px 18px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  background: var(--clay);
  color: #fffdf8;
}

.button.primary:hover {
  background: var(--clay-dark);
}

.button.secondary {
  border-color: rgba(255, 253, 248, 0.58);
  color: #fffdf8;
  background: rgba(255, 253, 248, 0.08);
}

.button.secondary:hover {
  background: rgba(255, 253, 248, 0.18);
}

.button.dark {
  background: var(--sage-deep);
  color: var(--paper);
}

.button.light {
  background: rgba(255, 255, 255, 0.93);
  color: var(--sage-deep);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--clay-dark);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.grid {
  display: grid;
  gap: 24px;
}

.grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.42fr);
  gap: clamp(40px, 5vw, 68px);
  align-items: start;
}

.stack {
  display: grid;
  gap: 24px;
}

.stack.small {
  gap: 14px;
}

.card,
.quote-card,
.faq-item,
.resource-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 8px 28px rgba(49, 65, 47, 0.07);
}

.card {
  padding: 26px;
}

.media-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  gap: clamp(40px, 5vw, 68px);
  align-items: center;
  margin: 12px 0 18px;
}

.media-feature.reverse {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
}

.image-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  border-radius: 8px;
  border: 1px solid var(--border);
  background: var(--warm);
  box-shadow: var(--shadow);
}

.image-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.image-card.tall {
  min-height: 430px;
}

.image-card.compact {
  min-height: 280px;
}

.image-caption {
  position: absolute;
  inset: auto 16px 16px 16px;
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.92);
  color: var(--sage-deep);
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  box-shadow: 0 10px 30px rgba(32, 39, 32, 0.12);
}

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

.outcome-chip {
  min-height: 96px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.88);
  padding: 16px;
}

.outcome-chip strong {
  display: block;
  color: var(--sage-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.15;
}

.outcome-chip span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.card h3 {
  margin-bottom: 12px;
  font-size: 25px;
}

.card p + p {
  margin-top: 12px;
}

.icon-card {
  display: grid;
  gap: 14px;
}

.icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--sage-soft);
  color: var(--sage-deep);
  font-weight: 900;
}

.statement {
  padding: 42px;
  border-left: 6px solid var(--clay);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.statement strong {
  display: block;
  margin-bottom: 12px;
  color: var(--sage-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.08;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.how-harvey-media {
  grid-template-columns: 1fr;
}

.how-harvey-media .image-card {
  min-height: 460px;
}

.progress-feature {
  align-items: stretch;
}

.progress-feature .quote-grid {
  display: grid;
  gap: 16px;
}

.about-profile {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
}

.about-profile .image-card {
  order: -1;
}

.check-list,
.plain-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.plain-list li {
  position: relative;
  padding-left: 28px;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--clay);
}

.plain-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.76em;
  width: 12px;
  height: 2px;
  background: var(--gold);
}

.process {
  counter-reset: process;
}

.process .card {
  counter-increment: process;
  position: relative;
  padding-top: 58px;
}

.process .card::before {
  content: counter(process, decimal-leading-zero);
  position: absolute;
  top: 22px;
  left: 24px;
  color: var(--clay-dark);
  font-size: 13px;
  font-weight: 900;
}

.quote-card {
  padding: 25px;
}

.quote-card p:first-child {
  color: var(--sage-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.22;
}

.quote-card p:last-child {
  margin-top: 16px;
  color: var(--muted);
  font-size: 14px;
}

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

.testimonial-card {
  display: grid;
  gap: 18px;
  align-content: space-between;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 8px 28px rgba(49, 65, 47, 0.07);
}

.testimonial-card blockquote {
  margin: 0;
  color: var(--sage-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.35;
}

.testimonial-card cite {
  color: var(--muted);
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.testimonial-note {
  max-width: 72ch;
  color: var(--muted);
  font-size: 14px;
}

.outcome-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--border);
  border: 1px solid var(--border);
}

.outcome {
  min-height: 152px;
  padding: 24px;
  background: var(--paper);
}

.outcome strong {
  display: block;
  color: var(--sage-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 31px;
  line-height: 1;
  white-space: nowrap;
}

.outcome span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
}

.page-hero {
  padding: 92px clamp(32px, 5vw, 80px) 70px;
  background: linear-gradient(135deg, var(--paper) 0%, var(--warm) 100%);
  border-bottom: 1px solid var(--border);
}

.page-hero .section-inner {
  display: grid;
  gap: 20px;
}

.page-hero h1 {
  color: var(--sage-deep);
}

.breadcrumb {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumb a {
  color: var(--clay-dark);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.48fr);
  gap: clamp(40px, 5vw, 64px);
  align-items: center;
  padding: 38px;
  border-radius: 8px;
  background: var(--sage-deep);
  color: var(--paper);
}

.feature-band h2,
.feature-band p {
  color: var(--paper);
}

.feature-band h2 {
  max-width: 14ch;
  font-size: clamp(36px, 3.8vw, 54px);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.feature-band p {
  color: rgba(255, 253, 248, 0.84);
}

.feature-band .actions {
  margin-top: 0;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.feature-band .button {
  flex: 0 1 auto;
  width: min(100%, 260px);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  padding: 22px 24px;
  color: var(--sage-deep);
  font-weight: 850;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  float: right;
  color: var(--clay-dark);
  font-size: 22px;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item .answer {
  padding: 0 24px 24px;
  color: var(--muted);
}

.resource-card {
  display: grid;
  gap: 16px;
  padding: 26px;
}

.resource-card .tag {
  width: fit-content;
  border-radius: 6px;
  background: var(--sage-soft);
  color: var(--sage-deep);
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.contact-panel {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--paper);
}

.form-grid {
  display: grid;
  gap: 16px;
}

.form-row {
  display: grid;
  gap: 7px;
}

.form-row label {
  color: var(--sage-deep);
  font-size: 14px;
  font-weight: 850;
}

.form-row input,
.form-row textarea,
.form-row select {
  width: 100%;
  border: 1px solid #cfc7b9;
  border-radius: 8px;
  background: #fffefb;
  color: var(--ink);
  padding: 12px 13px;
}

.form-row textarea {
  min-height: 132px;
  resize: vertical;
}

.form-note {
  color: var(--muted);
  font-size: 14px;
}

.site-footer {
  margin-left: var(--sidebar-width);
  border-top: 1px solid var(--border);
  background: #1f2b20;
  color: rgba(255, 253, 248, 0.78);
  padding: 44px clamp(32px, 5vw, 80px);
}

.footer-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.65fr);
  gap: 34px;
}

.footer-inner strong {
  display: block;
  margin-bottom: 8px;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.footer-links a {
  color: rgba(255, 253, 248, 0.9);
  font-weight: 750;
}

.crisis-note {
  margin-top: 18px;
  color: rgba(255, 253, 248, 0.68);
  font-size: 13px;
}

.legal-page {
  display: grid;
  gap: 42px;
}

.legal-section {
  display: grid;
  gap: 16px;
}

.legal-section h2 {
  font-size: clamp(30px, 3.2vw, 44px);
}

.legal-section h3 {
  margin-top: 8px;
  font-size: clamp(22px, 2.2vw, 28px);
}

.legal-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 24px;
}

.notice-box {
  padding: 24px;
  border-left: 6px solid var(--clay);
  background: var(--paper);
  box-shadow: 0 8px 28px rgba(49, 65, 47, 0.07);
}

.notice-box p + p {
  margin-top: 12px;
}

.overlay {
  display: none;
}

@media (max-width: 1380px) {
  .split,
  .media-feature,
  .media-feature.reverse,
  .about-profile {
    grid-template-columns: 1fr;
  }

  .about-profile .image-card {
    width: min(560px, 100%);
  }

  .statement strong {
    font-size: clamp(28px, 3.6vw, 42px);
  }
}

@media (max-width: 1180px) {
  .feature-band {
    grid-template-columns: 1fr;
  }

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

  .feature-band .button {
    width: min(100%, 260px);
  }
}

@media (max-width: 1040px) {
  .grid.three,
  .grid.four,
  .outcome-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  body {
    font-size: 16px;
  }

  .mobile-bar {
    position: sticky;
    top: 0;
    z-index: 120;
    display: flex;
    min-height: 64px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 16px;
    background: var(--paper);
    border-bottom: 1px solid var(--border);
  }

  .mobile-brand {
    color: var(--sage-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
  }

  .menu-button {
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--paper);
    color: var(--sage-deep);
    cursor: pointer;
  }

  .menu-button span {
    width: 19px;
    height: 2px;
    background: currentColor;
    box-shadow: 0 6px 0 currentColor, 0 -6px 0 currentColor;
  }

  .site-sidebar {
    width: min(86vw, 320px);
    transform: translateX(-105%);
    transition: transform 180ms ease;
  }

  body.nav-open .site-sidebar {
    transform: translateX(0);
  }

  .overlay {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: none;
    background: rgba(32, 39, 32, 0.38);
  }

  body.nav-open .overlay {
    display: block;
  }

  .page-shell,
  .site-footer {
    margin-left: 0;
  }

  .hero {
    min-height: 680px;
  }

  .hero::before {
    background: linear-gradient(180deg, rgba(32, 39, 32, 0.78), rgba(32, 39, 32, 0.44) 48%, rgba(32, 39, 32, 0.75));
  }

  .hero-content {
    padding: 76px 22px 54px;
  }

  .section,
  .page-hero {
    padding-left: 22px;
    padding-right: 22px;
  }

  .grid.two,
  .grid.three,
  .grid.four,
  .testimonial-grid,
  .outcome-grid,
  .outcome-strip {
    grid-template-columns: 1fr;
  }

  .image-card,
  .image-card.tall {
    min-height: 300px;
  }

  .how-harvey-media .image-card {
    min-height: 320px;
  }

  .statement,
  .feature-band {
    padding: 26px;
  }

  .feature-band .actions {
    width: 100%;
    align-items: stretch;
  }

  .feature-band .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
