.home-page .hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border-bottom: 1px solid rgba(85, 122, 90, 0.14);
  background: #f9f7f1;
}

.home-page .hero::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: block;
  background:
    linear-gradient(180deg, rgba(251, 250, 246, 0.98) 0%, rgba(251, 250, 246, 0.82) 10%, rgba(251, 250, 246, 0) 30%),
    linear-gradient(90deg, rgba(251, 250, 246, 0.98) 0%, rgba(251, 250, 246, 0.88) 36%, rgba(251, 250, 246, 0) 58%);
  content: "";
  pointer-events: none;
}

.home-page .hero-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  opacity: 1;
}

.home-page .hero-inner {
  position: relative;
  z-index: 3;
  display: flex;
  width: min(calc(100% - 64px), 1200px);
  min-height: 680px;
  align-items: center;
  margin: 0 auto;
  padding-top: 82px;
}

.home-page .hero-copy {
  width: min(520px, 48%);
  padding: 18px 0 58px;
}

.home-page .eyebrow,
.home-page .section-kicker {
  margin: 0 0 16px;
  color: var(--primary);
  font-family: var(--kitaki-serif);
  font-size: 0.875rem;
  letter-spacing: 0.16em;
  text-transform: none;
}

.home-page .section-kicker {
  text-transform: uppercase;
}

.home-page .hero h1 {
  margin: 0;
  font-family: var(--kitaki-serif);
  font-size: clamp(40px, 4vw, 54px);
  font-weight: 500;
  letter-spacing: 0.055em;
  line-height: 1.55;
}

.home-page .hero-lead {
  margin: 24px 0 0;
  color: #4d5b53;
  font-size: 1rem;
  letter-spacing: 0.055em;
  line-height: 1.9;
}

.home-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.home-page .button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid var(--primary);
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 0.875rem;
  line-height: 1.5;
  transition: color 0.25s ease-out, background 0.25s ease-out, border-color 0.25s ease-out, transform 0.25s ease-out;
}

.home-page .button-primary {
  background: var(--primary);
  color: #ffffff;
}

.home-page .button-primary:hover {
  background: var(--kitaki-primary-dark);
}

.home-page .button-light {
  border-color: #ffffff;
  background: #ffffff;
  color: var(--primary);
}

.home-page .button-light:hover {
  background: #f2f6f0;
}

.home-page .hero-area {
  position: absolute;
  z-index: 4;
  right: 32px;
  bottom: 26px;
  margin: 0;
  color: rgba(37, 49, 43, 0.52);
  font-size: 10px;
  letter-spacing: 0.25em;
  writing-mode: vertical-rl;
}

.home-page .container {
  width: min(calc(100% - 64px), 1200px);
  margin-inline: auto;
}

.home-page .purpose-section {
  width: min(calc(100% - 64px), 1200px);
  margin: 0 auto;
  padding: 72px 0 56px;
}

.home-page .section-intro {
  display: block;
  margin-bottom: 28px;
  text-align: center;
}

.home-page .section-intro h2,
.home-page .section-heading h2 {
  margin: 0;
  font-family: var(--kitaki-serif);
  font-size: clamp(30px, 3.3vw, 42px);
  font-weight: 500;
  letter-spacing: 0.055em;
  line-height: 1.55;
}

.home-page .section-intro > p:last-child {
  margin: 12px 0 0;
  color: var(--muted-foreground);
  font-size: 1rem;
  line-height: 1.9;
}

.home-page .audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.home-page .audience-card {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 150px;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto 1fr;
  align-items: start;
  gap: 18px;
  overflow: hidden;
  border: 1px solid rgba(85, 122, 90, 0.16);
  border-radius: 2px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(230, 240, 235, 0.6));
  padding: 22px 20px 20px;
  text-align: left;
  transition: color 0.25s ease-out, background 0.25s ease-out, border-color 0.25s ease-out, transform 0.25s ease-out;
}

.home-page .audience-card::before {
  position: absolute;
  right: -34px;
  bottom: -54px;
  width: 150px;
  height: 130px;
  border-radius: 54% 46% 62% 38%;
  background: radial-gradient(circle at 35% 35%, rgba(155, 201, 204, 0.26), rgba(184, 211, 169, 0.18) 48%, transparent 72%);
  content: "";
  transform: rotate(-12deg);
}

.home-page .audience-card:hover {
  transform: translateY(-3px);
  border-color: rgba(85, 122, 90, 0.38);
  background: linear-gradient(145deg, #ffffff, rgba(222, 237, 229, 0.82));
}

.home-page .audience-number {
  position: relative;
  z-index: 1;
  color: rgba(85, 122, 90, 0.72);
  font-family: var(--kitaki-serif);
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
}

.home-page .audience-text {
  position: relative;
  z-index: 1;
  min-width: 0;
  align-self: end;
  grid-column: 1;
}

.home-page .audience-text b,
.home-page .audience-text small {
  display: block;
}

.home-page .audience-text b {
  margin: 0;
  font-family: var(--kitaki-serif);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.035em;
}

.home-page .audience-text small {
  margin-top: 6px;
  color: var(--muted-foreground);
  font-size: 0.875rem;
  line-height: 1.6;
}

.home-page .audience-card > .kitaki-arrow {
  position: relative;
  z-index: 1;
  display: block;
  align-self: end;
  grid-column: 2;
  grid-row: 1 / 3;
  color: var(--primary);
}

.home-page .purpose-management {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 28px;
  margin-top: 28px;
}

.home-page .purpose-management p {
  margin: 0;
  color: var(--muted-foreground);
  font-size: 0.875rem;
}

.home-page .text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  border-bottom: 1px solid rgba(85, 122, 90, 0.5);
  color: var(--primary);
  padding-bottom: 6px;
  font-size: 0.875rem;
}

.home-page .purpose-management .text-link {
  margin-top: 0;
  padding-block: 8px;
}

.home-page .text-link .kitaki-arrow {
  transition: transform 0.25s ease-out;
}

.home-page .text-link:hover .kitaki-arrow {
  transform: translateX(5px);
}

.home-page .business-section {
  border-top: 1px solid rgba(85, 122, 90, 0.1);
  background: #eef3f1;
  padding-block: 72px 84px;
}

.home-page .section-heading {
  max-width: 660px;
  margin-bottom: 38px;
}

.home-page .business-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.home-page .business-item {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(85, 122, 90, 0.16);
  border-radius: 2px;
  background: #ffffff;
}

.home-page .business-media {
  position: relative;
  display: block;
  height: 252px;
  overflow: hidden;
  background: #eef3ef;
  margin: 0;
}

.home-page .business-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(0.96) brightness(1.03);
}

.home-page .business-media-new img {
  object-position: center 46%;
}

.home-page .business-media-review img {
  object-position: center 58%;
}

.home-page .business-card-content {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 30px 32px 28px;
}

.home-page .business-number {
  margin: 0 0 22px;
  color: rgba(85, 122, 90, 0.74);
  font-size: 0.875rem;
}

.home-page .business-card-content h3 {
  margin: 0;
  font-family: var(--kitaki-serif);
  font-size: clamp(1.45rem, 2.1vw, 1.9rem);
  font-weight: 500;
  letter-spacing: 0.055em;
  line-height: 1.55;
}

.home-page .business-card-content > p:not(.business-number) {
  margin: 18px 0 0;
  color: var(--muted-foreground);
  font-size: 1rem;
  line-height: 1.9;
}

.home-page .business-card-content .text-link {
  margin-top: auto;
  padding-top: 24px;
}

.home-page .local-band {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  color: #ffffff;
}

.home-page .local-band > picture,
.home-page .local-band > picture > img,
.home-page .local-band-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-page .local-band > picture > img {
  display: block;
  object-fit: cover;
  object-position: center 58%;
}

.home-page .local-band-shade {
  background: linear-gradient(90deg, rgba(34, 57, 47, 0.78), rgba(34, 57, 47, 0.38) 48%, rgba(34, 57, 47, 0.08));
}

.home-page .local-band-copy {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 64px), 1200px);
  margin: auto;
  padding: 92px 0;
}

.home-page .local-band .section-kicker {
  color: rgba(255, 255, 255, 0.76);
}

.home-page .local-band h2 {
  margin: 0;
  color: #ffffff;
  font-family: var(--kitaki-serif);
  font-size: clamp(31px, 3.3vw, 44px);
  font-weight: 500;
  letter-spacing: 0.055em;
  line-height: 1.55;
}

.home-page .local-band h2 span {
  display: block;
}

.home-page .local-band-copy > p:not(.section-kicker) {
  margin: 20px 0 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.9;
}

.home-page .service-story {
  background: #eef3f1;
  padding-block: 104px;
}

.home-page .service-story-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  align-items: end;
  gap: 32px 64px;
  margin-bottom: 40px;
}

.home-page .service-story-heading .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -14px;
}

.home-page .service-story-heading h2 {
  grid-column: 1;
  margin: 0;
  font-family: var(--kitaki-serif);
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 500;
  letter-spacing: 0.055em;
  line-height: 1.55;
}

.home-page .service-story-heading > p:not(.section-kicker) {
  grid-column: 2;
  margin: 0 0 6px;
  color: var(--muted-foreground);
  font-size: 1rem;
  line-height: 1.9;
}

.home-page .service-story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.78fr);
  align-items: stretch;
  gap: 24px;
}

.home-page .service-story-visual {
  position: relative;
  min-height: 496px;
  overflow: hidden;
  border: 1px solid rgba(85, 122, 90, 0.12);
  background: #fbfaf6;
  margin: 0;
}

.home-page .service-story-visual::after {
  position: absolute;
  inset: 0;
  border: 14px solid rgba(251, 250, 246, 0.54);
  content: "";
  pointer-events: none;
}

.home-page .service-story-stove-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 56%;
  filter: saturate(0.76) contrast(0.96) brightness(1.03);
}

.home-page .service-story-links {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}

.home-page .service-story-link {
  display: grid;
  min-width: 0;
  min-height: 118px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(85, 122, 90, 0.16);
  background: rgba(255, 255, 255, 0.8);
  padding: 18px 20px;
  transition: background 0.25s ease-out, transform 0.25s ease-out;
}

.home-page .service-story-link:hover {
  background: #ffffff;
  transform: translateY(-3px);
}

.home-page .service-story-number {
  color: rgba(85, 122, 90, 0.68);
  font-family: var(--kitaki-serif);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
}

.home-page .service-story-link b,
.home-page .service-story-link small {
  display: block;
}

.home-page .service-story-link b {
  font-family: var(--kitaki-serif);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.035em;
}

.home-page .service-story-link small {
  margin-top: 8px;
  color: var(--muted-foreground);
  font-size: 0.875rem;
  line-height: 1.65;
}

.home-page .service-story-link > .kitaki-arrow {
  width: 18px;
  color: var(--primary);
}

.home-page .quiet-message {
  position: relative;
  display: flex;
  min-height: clamp(620px, 48vw, 760px);
  align-items: center;
  overflow: hidden;
  border-block: 1px solid rgba(85, 122, 90, 0.1);
  background: #eef3ef;
  padding: 96px 32px;
}

.home-page .quiet-message-inner {
  position: relative;
  z-index: 2;
  display: block;
  width: min(100%, 1180px);
  margin: auto;
}

.home-page .quiet-message-visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  background: #fbfaf6;
  margin: 0;
}

.home-page .quiet-message-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
  filter: saturate(0.72) contrast(0.92) brightness(1.04);
}

.home-page .quiet-message-shade {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(251, 250, 246, 0.99) 0%, rgba(251, 250, 246, 0.94) 32%, rgba(251, 250, 246, 0.58) 51%, rgba(251, 250, 246, 0.1) 75%, rgba(251, 250, 246, 0.04) 100%),
    linear-gradient(180deg, rgba(238, 243, 239, 0.2), rgba(238, 243, 239, 0.05));
  pointer-events: none;
}

.home-page .quiet-message-copy {
  width: min(100%, 548px);
  min-width: 0;
}

.home-page .quiet-message-heading {
  padding: 0 0 26px;
}

.home-page .quiet-message-heading h2 {
  margin: 0;
  font-family: var(--kitaki-serif);
  font-size: clamp(32px, 3.5vw, 44px);
  font-weight: 500;
  letter-spacing: 0.055em;
  line-height: 1.65;
}

.home-page .quiet-message-heading h2 span {
  display: block;
  white-space: nowrap;
}

.home-page .quiet-message-body {
  max-width: 560px;
}

.home-page .quiet-message-body > p {
  margin: 0 0 18px;
  color: var(--muted-foreground);
  font-size: 1rem;
  line-height: 1.9;
}

.home-page .section-pad {
  padding-block: 110px;
}

.home-page .split-heading {
  display: flex;
  max-width: none;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.home-page .split-heading .text-link {
  margin-top: 0;
}

.home-page .article-carousel {
  margin-top: 4px;
}

.home-page .article-carousel-viewport {
  overflow: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.home-page .article-carousel-content {
  display: flex;
  gap: 22px;
}

.home-page .article-carousel-item {
  min-width: 0;
  flex: 0 0 calc((100% - 44px) / 3);
  scroll-snap-align: start;
}

.home-page .article-slide {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.home-page .article-thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: #edf2ec;
  background-image: url("../images/article-thumbnails-strip.jpg");
  background-repeat: no-repeat;
  background-size: 500% 100%;
}

.home-page .article-thumbnail-image {
  background: #eef3ec;
}

.home-page .article-thumbnail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-page .article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
  color: var(--muted-foreground);
  font-size: 0.8125rem;
}

.home-page .article-meta > span:first-child {
  color: var(--primary);
}

.home-page .article-meta .article-date {
  color: var(--muted-foreground);
  white-space: nowrap;
}

.home-page .article-slide > b {
  min-height: 62px;
  margin-top: 10px;
  font-family: var(--kitaki-serif);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.75;
}

.home-page .article-more {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  flex-wrap: nowrap;
  gap: 18px;
  margin-top: 18px;
  border-bottom: 1px solid rgba(85, 122, 90, 0.36);
  color: var(--primary);
  padding-bottom: 4px;
  font-size: 0.875rem;
  white-space: nowrap;
}

.home-page .article-more .kitaki-arrow {
  width: 15px;
  transition: transform 0.25s ease-out;
}

.home-page .article-slide:hover .article-more .kitaki-arrow {
  transform: translateX(4px);
}

.home-page .article-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.home-page .article-carousel-count {
  margin: 0 auto 0 0;
  color: var(--muted-foreground);
  font-size: 0.875rem;
}

.home-page .article-carousel-button {
  display: grid;
  width: 44px;
  height: 44px;
  cursor: pointer;
  place-items: center;
  border: 1px solid rgba(85, 122, 90, 0.34);
  border-radius: 50%;
  background: transparent;
  color: var(--primary);
}

.home-page .article-carousel-button:hover {
  background: #eef3ec;
}

.home-page .article-carousel-previous .kitaki-arrow {
  transform: rotate(180deg);
}

.home-page .home-news-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 16px 28px;
  margin-top: 44px;
  border-block: 1px solid var(--border);
  padding-block: 24px;
  font-size: 0.875rem;
  line-height: 1.9;
}

.home-page .home-news-strip p {
  margin: 0;
}

.home-page .home-news-label,
.home-page .home-news-all {
  color: var(--primary);
}

.home-page .home-news-content {
  color: #59665c;
}

.home-page .home-news-all {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
}

.home-page .contact-band {
  margin-top: 0;
  margin-bottom: 80px;
}

@media (max-width: 1023px) {
  .home-page .hero-art {
    object-position: right bottom;
  }

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

  .home-page .business-media {
    height: 220px;
  }

  .home-page .business-card-content {
    padding: 26px 26px 24px;
  }

  .home-page .service-story-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    margin-bottom: 32px;
  }

  .home-page .service-story-heading .section-kicker,
  .home-page .service-story-heading h2,
  .home-page .service-story-heading > p:not(.section-kicker) {
    grid-column: 1;
  }

  .home-page .service-story-heading .section-kicker {
    margin-bottom: -2px;
  }

  .home-page .service-story-heading > p:not(.section-kicker) {
    max-width: 540px;
    margin-bottom: 0;
  }

  .home-page .service-story-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .home-page .service-story-visual {
    min-height: 0;
    aspect-ratio: 16 / 8;
  }

  .home-page .service-story-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .quiet-message-visual img {
    object-position: 58% 36%;
  }

  .home-page .contact-band {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
    padding: 52px 32px;
  }

  .home-page .article-carousel-item {
    flex-basis: calc((100% - 22px) / 2);
  }
}

@media (max-width: 767px) {
  .home-page .hero,
  .home-page .hero-inner {
    min-height: 630px;
  }

  .home-page .hero::after {
    background: linear-gradient(180deg, rgba(251, 250, 246, 0.98) 0%, rgba(251, 250, 246, 0.94) 48%, rgba(251, 250, 246, 0.34) 74%, rgba(251, 250, 246, 0) 100%);
  }

  .home-page .hero-art {
    object-position: right bottom;
  }

  .home-page .hero-inner {
    width: calc(100% - 40px);
    align-items: flex-start;
    padding-top: 132px;
  }

  .home-page .hero-copy {
    width: 100%;
    padding: 0;
  }

  .home-page .hero h1 {
    font-size: clamp(31px, 8.7vw, 39px);
    line-height: 1.52;
  }

  .home-page .eyebrow {
    margin-bottom: 12px;
    font-size: 0.75rem;
  }

  .home-page .hero-lead {
    margin-top: 18px;
    font-size: 0.875rem;
  }

  .home-page .hero-actions {
    margin-top: 22px;
  }

  .home-page .hero-area {
    display: none;
  }

  .home-page .container,
  .home-page .purpose-section {
    width: calc(100% - 40px);
  }

  .home-page .purpose-section {
    padding: 58px 0 48px;
  }

  .home-page .section-intro {
    margin-bottom: 24px;
    text-align: left;
  }

  .home-page .audience-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .home-page .audience-card {
    min-height: 104px;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    grid-template-rows: auto;
    align-items: center;
    gap: 12px;
    padding: 18px;
  }

  .home-page .audience-number {
    grid-column: 1;
    font-size: 1.35rem;
  }

  .home-page .audience-text {
    align-self: center;
    grid-column: 2;
  }

  .home-page .audience-card > .kitaki-arrow {
    align-self: center;
    grid-column: 3;
    grid-row: 1;
  }

  .home-page .purpose-management {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    margin-top: 24px;
  }

  .home-page .business-section {
    padding-block: 58px 64px;
  }

  .home-page .business-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .home-page .business-media {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .home-page .business-card-content h3 {
    font-size: 1.375rem;
  }

  .home-page .business-card-content {
    padding: 24px 22px 22px;
  }

  .home-page .local-band {
    min-height: 0;
    overflow: visible;
    background: var(--background);
    color: var(--foreground);
  }

  .home-page .local-band > picture {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1911 / 823;
  }

  .home-page .local-band > picture > img {
    position: static;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .home-page .local-band-shade {
    display: none;
  }

  .home-page .local-band-copy {
    width: calc(100% - 40px);
    padding: 36px 0 48px;
  }

  .home-page .local-band .section-kicker {
    color: var(--primary);
  }

  .home-page .local-band h2 {
    color: var(--foreground);
    font-size: clamp(1.25rem, 5.6vw, 1.75rem);
    line-height: 1.65;
    letter-spacing: 0.02em;
  }

  .home-page .local-band-copy > p:not(.section-kicker) {
    color: var(--muted-foreground);
    margin: 20px 0 24px;
  }

  .home-page .local-band .button-light {
    border-color: var(--primary);
    background: transparent;
    color: var(--primary);
  }

  .home-page .service-story {
    padding-block: 72px;
  }

  .home-page .service-story-heading {
    margin-bottom: 28px;
  }

  .home-page .service-story-visual {
    aspect-ratio: 4 / 3;
  }

  .home-page .service-story-visual::after {
    border-width: 8px;
  }

  .home-page .service-story-stove-photo {
    object-position: center 58%;
  }

  .home-page .service-story-links {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-page .service-story-link {
    min-height: 112px;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 12px;
    padding: 17px 16px;
  }

  .home-page .quiet-message {
    min-height: 640px;
    align-items: flex-start;
    padding: 48px 20px 32px;
  }

  .home-page .quiet-message-visual {
    inset: 0;
    height: 100%;
  }

  .home-page .quiet-message-visual img {
    object-position: 52% center;
    transform: scale(1.06);
  }

  .home-page .quiet-message-shade {
    background:
      radial-gradient(
        ellipse 78% 28% at 12% 91%,
        rgba(251, 250, 246, 0.94) 0%,
        rgba(251, 250, 246, 0.72) 46%,
        rgba(251, 250, 246, 0.18) 80%,
        rgba(251, 250, 246, 0) 100%
      ),
      radial-gradient(
        ellipse 98% 70% at 15% 34%,
        rgba(251, 250, 246, 0.97) 0%,
        rgba(251, 250, 246, 0.88) 36%,
        rgba(251, 250, 246, 0.56) 58%,
        rgba(251, 250, 246, 0.14) 78%,
        rgba(251, 250, 246, 0) 100%
      );
  }

  .home-page .quiet-message-copy {
    width: 72%;
    text-shadow: 0 1px 10px rgba(251, 250, 246, 0.92);
  }

  .home-page .quiet-message-heading {
    padding: 0;
  }

  .home-page .quiet-message-heading h2 {
    font-size: 30px;
    line-height: 1.62;
  }

  .home-page .quiet-message-body .text-link {
    border-bottom-color: rgba(70, 105, 76, 0.62);
    color: var(--primary-dark);
    font-weight: 500;
    text-shadow: 0 1px 8px rgba(251, 250, 246, 1);
  }

  .home-page .section-pad {
    padding-block: 78px;
  }

  .home-page .split-heading {
    align-items: flex-start;
  }

  .home-page .article-carousel-item {
    flex-basis: 100%;
  }

  .home-page .article-carousel-count {
    flex-basis: 100%;
  }

  .home-page .home-news-strip {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-top: 32px;
  }

  .home-page .home-news-all {
    width: fit-content;
  }

  .home-page .contact-band {
    width: calc(100% - 40px);
    margin-bottom: 54px;
    padding: 44px 20px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .home-page .hero-art {
    animation: kitaki-watercolor-arrive 2200ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .home-page .hero-copy > * {
    animation: kitaki-copy-arrive 850ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  .home-page .hero-copy > :nth-child(1) {
    animation-delay: 120ms;
  }

  .home-page .hero-copy > :nth-child(2) {
    animation-delay: 240ms;
  }

  .home-page .hero-copy > :nth-child(3) {
    animation-delay: 380ms;
  }

  .home-page .hero-copy > :nth-child(4) {
    animation-delay: 500ms;
  }
}

@keyframes kitaki-watercolor-arrive {
  from {
    opacity: 0.3;
    transform: scale(1.025);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes kitaki-copy-arrive {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .article-carousel-viewport {
    scroll-behavior: auto;
  }
}
