:root {
  --ink: #231a16;
  --muted: #6d625d;
  --paper: #f8efe4;
  --surface: #fffaf4;
  --line: #e2cdb9;
  --sage: #7e9470;
  --pine: #315f4f;
  --clay: #b45d44;
  --gold: #d8a54e;
  --blue: #688d98;
}

body {
  background: var(--paper);
}

.editorial-hero {
  background: #231a16;
  color: #fffaf4;
  min-height: 100vh;
  padding-bottom: 34px;
  position: relative;
}

.editorial-hero::after {
  background:
    linear-gradient(90deg, rgba(35, 26, 22, 0.88), rgba(35, 26, 22, 0.48) 46%, rgba(35, 26, 22, 0.08)),
    linear-gradient(180deg, rgba(35, 26, 22, 0.34), transparent 38%, rgba(35, 26, 22, 0.72));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.editorial-hero .nav,
.editorial-hero-grid,
.editorial-hero .trust-strip {
  position: relative;
  z-index: 1;
}

.editorial-hero .nav {
  background: rgba(35, 26, 22, 0.36);
  border: 1px solid rgba(255, 250, 244, 0.2);
  border-radius: 8px;
  color: #fffaf4;
  padding: 12px 14px;
}

.editorial-hero .brand small,
.editorial-hero .nav-links a {
  color: rgba(255, 250, 244, 0.74);
}

.editorial-hero .brand-mark,
.editorial-hero .language-switch button[aria-pressed="true"] {
  background: #d8a54e;
  color: #231a16;
}

.editorial-hero .language-switch {
  background: rgba(255, 250, 244, 0.9);
}

.editorial-hero-grid {
  align-items: end;
  display: flex;
  min-height: 74vh;
  padding-bottom: 32px;
}

.editorial-hero .hero-copy {
  max-width: 980px;
}

.editorial-hero h1 {
  color: #fffaf4;
  font-size: clamp(4rem, 11vw, 11rem);
  line-height: 0.84;
  max-width: 1080px;
}

.editorial-hero .lead {
  color: rgba(255, 250, 244, 0.82);
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  max-width: 760px;
}

.editorial-media {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  inset: 0;
  min-height: 0;
  position: absolute;
  z-index: 0;
}

.editorial-media::after {
  display: none;
}

.editorial-media img {
  filter: saturate(0.9);
  height: 100%;
  object-fit: cover;
  object-position: 63% center;
  width: 100%;
}

.editorial-hero .button.primary {
  background: #fffaf4;
  color: #231a16;
}

.editorial-hero .button.call {
  background: #d8a54e;
  color: #231a16;
}

.editorial-hero .button.secondary {
  background: rgba(255, 250, 244, 0.14);
  border-color: rgba(255, 250, 244, 0.28);
  color: #fffaf4;
}

.editorial-hero .trust-strip {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 0;
}

.editorial-hero .trust-strip span {
  background: rgba(255, 250, 244, 0.12);
  border-color: rgba(255, 250, 244, 0.2);
  color: #fffaf4;
}

.editorial-feature {
  align-items: end;
  background: #fffaf4;
  color: #231a16;
  display: grid;
  gap: clamp(28px, 6vw, 90px);
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
  padding: 110px clamp(18px, 7vw, 116px);
}

.editorial-feature h2 {
  font-size: clamp(2.5rem, 5.8vw, 6.3rem);
}

.editorial-feature p {
  color: #6d625d;
  font-size: 1.18rem;
  line-height: 1.72;
}

.intro {
  display: block;
  max-width: 940px;
  padding-bottom: 20px;
}

.services .section-heading {
  max-width: 980px;
}

.service-grid {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr;
}

.service-card {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  display: grid;
  gap: 24px;
  grid-template-columns: 80px minmax(220px, 0.42fr) minmax(0, 1fr);
  min-height: 0;
  padding: 28px 0;
}

.service-icon {
  margin: 0;
}

.store-section {
  background: #315f4f;
  color: #fffaf4;
}

.store-section .section-kicker {
  color: #d8a54e;
}

.store-section .section-heading p:not(.section-kicker),
.store-grid p {
  color: rgba(255, 250, 244, 0.76);
}

.store-grid article {
  background: rgba(255, 250, 244, 0.1);
  border-color: rgba(255, 250, 244, 0.22);
}

.team,
.rating-card {
  background: #231a16;
}

.community {
  background: #f4dfcd;
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1fr);
}

.community-photo {
  aspect-ratio: 0.82;
  border: 0;
}

.care-note {
  background: #315f4f;
  color: #fffaf4;
}

.care-note h2,
.care-note p {
  color: #fffaf4;
}

@media (max-width: 900px) {
  .editorial-feature,
  .community,
  .service-card {
    grid-template-columns: 1fr;
  }

  .editorial-hero .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .editorial-hero h1 {
    font-size: clamp(3.1rem, 17vw, 5rem);
  }

  .editorial-hero-grid {
    min-height: 68vh;
  }

  .editorial-hero .trust-strip {
    grid-template-columns: 1fr;
  }
}
