:root {
  --sage:#52665f;
  --sage-pale:#e7ece8;
  --clay:#9a6b5a;
  --clay-pale:#f2e8e2;
  --cream:#f8f4ed
}
.brand {
  display:flex;
  align-items:center;
  gap:.7rem;
  line-height:1.1
}
.brand span {
  display:block
}
.hero-aside {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:1.4rem;
  align-self:start;
  margin-top:3.5rem
}
.hero-logo {
  width:min(240px,75%);
  height:auto;
  object-fit:contain
}
.hero-aside .hero-note {
  width:100%;
  background:var(--clay-pale);
  border-top:3px solid var(--clay);
  min-height:310px;
  padding:2.5rem 2.25rem
}

.hero-note::before {
  content: none;
}

.offer-logo {
  display: block;
  width: auto;
  height: 58px;
  max-width: 220px;
  margin: 0 0 1.5rem;
  object-fit: contain;
  object-position: left center;
}

.offer-story,
.fit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2rem, 7vw, 8rem);
}

.offer-story {
  background: var(--cream);
  max-width: none;
  padding-left: max(5vw, 1.25rem);
  padding-right: max(5vw, 1.25rem);
}

.offer-story div > p:last-child {
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.75;
}

.not-for-list {
  list-style: none;
  padding: 0;
}

.not-for-list li {
  color: var(--muted);
  margin-bottom: 0.8rem;
}

.not-for-list li::before {
  content: "— ";
  color: var(--clay);
}

.offer-method {
  background: var(--sage-pale);
  max-width: none;
  padding-left: max(5vw, 1.25rem);
  padding-right: max(5vw, 1.25rem);
}

.offer-method ol {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem 3rem;
  padding-left: 1.4rem;
}

.offer-method li {
  color: var(--muted);
  line-height: 1.65;
  padding-left: 0.4rem;
}
.hero-aside .eyebrow {
  color:var(--clay)
}
.hero-aside .note-line {
  background:var(--clay)
}
.proof-band {
  background:var(--sage)
}
.proof-band p {
  color:#e8ece8
}
.manifesto {
  background:var(--cream);
  max-width:none;
  padding-left:max(5vw,1.25rem);
  padding-right:max(5vw,1.25rem)
}
.manifesto .eyebrow {
  color:var(--clay)
}
.offers-section {
  border-top:0
}
.offer-card {
  position:relative
}
.offer-card:before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:var(--stone)
}
.offer-card:nth-child(3n+1):before {
  background:var(--sage)
}
.offer-card:nth-child(3n+2):before {
  background:var(--clay)
}
.offer-card:nth-child(3n+3):before {
  background:var(--stone)
}
.offer-card:hover {
  background:var(--sage-pale)
}
.offer-card:nth-child(3n+2):hover {
  background:var(--clay-pale)
}
.card-index {
  color:var(--sage)
}
.process {
  background:var(--sage-pale)
}
.process .eyebrow,.process-grid span {
  color:var(--sage)
}
.process-grid {
  border-color:var(--sage)
}
.contact {
  max-width:1020px;
  background:var(--cream);
  margin-top:4rem;
  margin-bottom:4rem
}
.contact-intro {
  display:grid;
  grid-template-columns:190px 1fr;
  gap:clamp(2rem,6vw,6rem);
  align-items:end;
  margin-bottom:2.5rem
}
.contact-intro h2 {
  max-width:690px
}
.contact-intro>div:last-child>p:last-child {
  color:var(--muted);
  font-size:1.08rem;
  line-height:1.65;
  max-width:570px
}
.contact-portrait {
  position:relative
}
.contact-portrait img {
  width:170px;
  aspect-ratio:1/1.16;
  object-fit:cover;
  object-position:center 20%;
  filter:grayscale(100%);
  display:block;
  border-bottom:5px solid var(--clay)
}
.contact-portrait span {
  display:block;
  font-size:.7rem;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--clay);
  margin-top:.65rem
}
footer {
  background:var(--sage)
}
footer p,footer span {
  color:#e3ebe5
}
.hero-actions .mud-button-filled {
  background:var(--sage)!important
}
.hero-actions .mud-button-filled:hover {
  background:#3e504a!important
}
@media(max-width:760px) {
  .hero-logo {
    width:150px
  }
  .hero-aside {
    margin-top:0
  }
  .hero-aside .hero-note {
    min-height:0
  }
  .contact {
    margin:0
  }
  .contact-intro {
    grid-template-columns:100px 1fr;
    gap:1.4rem
  }
  .contact-portrait img {
    width:100px
  }
  .contact-intro h2 {
    font-size:2.15rem
  }
  .manifesto {
    padding-left:1.25rem;
    padding-right:1.25rem
  }
}

.about-hero,
.reviews-hero {
  max-width: 1300px;
  margin: auto;
  padding: clamp(4.5rem, 9vw, 9rem) max(5vw, 1.25rem);
}

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
  gap: clamp(3rem, 10vw, 12rem);
  align-items: center;
}

.about-hero h1,
.reviews-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(3rem, 6vw, 6rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 0.4rem 0 1.6rem;
}

.about-lead,
.reviews-hero > p:not(.eyebrow) {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.75;
}

.about-photo {
  margin: 0;
}

.about-photo img {
  display: block;
  width: 100%;
  max-width: 390px;
  aspect-ratio: 0.78;
  object-fit: cover;
  object-position: center 20%;
  filter: grayscale(100%);
  border-bottom: 7px solid var(--clay);
}

.about-photo figcaption {
  margin-top: 0.8rem;
  color: var(--clay);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.linkedin-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 2rem;
  color: var(--ink);
  font-weight: 600;
  text-decoration: none;
}

.linkedin-link img {
  width: 32px;
  height: 32px;
  border-radius: 3px;
}

.linkedin-link span {
  border-bottom: 1px solid var(--ink);
  padding-bottom: 0.2rem;
}

.about-statement {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(2rem, 9vw, 10rem);
  background: var(--cream);
  max-width: none;
  padding-left: max(5vw, 1.25rem);
  padding-right: max(5vw, 1.25rem);
}

.about-statement > div:last-child p,
.reviews-note p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--sage);
}

.about-grid article {
  border-right: 1px solid var(--line);
  padding: 1.5rem 2rem 1.5rem 0;
  margin-right: 2rem;
}

.about-grid article:last-child {
  border-right: 0;
}

.about-grid span {
  color: var(--clay);
  font-size: 0.8rem;
  font-weight: 700;
}

.about-grid h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  margin: 2.5rem 0 0.8rem;
}

.about-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.reviews-hero {
  background: var(--sage-pale);
  max-width: none;
  padding-left: max(5vw, 1.25rem);
  padding-right: max(5vw, 1.25rem);
}

.reviews-hero .mud-button-root {
  margin-top: 1.5rem;
}

.reviews-note {
  max-width: 900px;
}

@media(max-width:760px) {
  .about-hero,
  .about-statement {
    grid-template-columns: 1fr;
  }

  .about-photo {
    max-width: 280px;
  }

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

  .about-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    margin: 0;
    padding: 1.5rem 0;
  }

  .about-statement,
  .reviews-hero {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
