.od-home-hero {
  padding: clamp(28px, 4vw, 42px) 0 clamp(56px, 8vw, 82px);
}

.od-home-hero__headline {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  font-size: clamp(2.75rem, 9vw, 3.9rem);
  line-height: 1.04;
  margin: 14px 0 18px;
  max-width: 620px;
}
.od-home-hero__headline em {
  color: var(--od-sage);
  font-style: italic;
}

.od-home-hero__dek {
  color: var(--od-text-secondary);
  font-size: clamp(1rem, 2vw, 1.0625rem);
  line-height: 1.7;
  margin: 0 0 28px;
  max-width: 560px;
}

.od-home-collage {
  height: clamp(380px, 42vw, 460px);
  margin-inline: auto;
  max-width: 560px;
  position: relative;
}

.od-home-collage__watermark {
  height: min(64%, 300px);
  left: 50%;
  opacity: 0.1;
  position: absolute;
  top: 52%;
  transform: translate(-50%, -50%);
  width: min(64%, 300px);
}

.od-polaroid {
  background: white;
  box-shadow: 0 10px 28px rgba(44, 47, 39, 0.16);
  padding: 10px 10px 38px;
  position: absolute;
  width: min(43vw, 230px);
}

.od-polaroid img {
  border-radius: 4px;
  aspect-ratio: 1/0.96;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.od-polaroid figcaption {
  bottom: 10px;
  color: var(--od-text-muted);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
  font-style: italic;
  left: 14px;
  position: absolute;
}

.od-polaroid--drink {
  left: 8%;
  top: 8%;
  transform: rotate(-4deg);
}

.od-polaroid--bite {
  right: 6%;
  top: 20%;
  transform: rotate(3deg);
}

.od-polaroid--journal {
  bottom: 0;
  left: 30%;
  transform: rotate(-1deg);
}

.od-home-bench {
  padding-block: clamp(50px, 7vw, 68px);
}

.od-home-bench__panel {
  overflow: hidden;
}

.od-home-bench__panel > .row {
  min-height: 420px;
}

.od-home-bench__photo {
  background-image: linear-gradient(90deg, rgba(24, 26, 20, 0.2), rgba(24, 26, 20, 0.08)), var(--bench-photo);
  background-position: center;
  background-size: cover;
  height: 100%;
  min-height: 260px;
}

.od-home-bench__content {
  padding: clamp(32px, 5vw, 54px);
}

.od-home-bench__content .od-kicker {
  color: var(--od-sage-pale);
}

.od-home-bench__content .od-section-title {
  color: var(--od-cream-on-dark);
  margin: 8px 0 24px;
}

.od-home-bench__content .od-link-underline {
  color: var(--od-sage-pale);
  display: inline-flex;
  margin-top: 20px;
}

.od-journal-teaser {
  background: transparent;
  border: 0;
  border-left: 1px solid var(--od-hairline);
  border-radius: 0;
  color: var(--od-ink);
  padding: 0 0 0 22px;
  text-decoration: none;
}
.od-journal-teaser:hover, .od-journal-teaser:focus {
  color: var(--od-ink);
}

.od-journal-teaser__meta {
  color: var(--od-sage);
  font-family: "Karla", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.od-journal-teaser__title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  font-size: clamp(1.55rem, 3vw, 1.7rem);
  line-height: 1.08;
  margin: 0 0 10px;
}

.od-journal-teaser__dek {
  color: var(--od-text-muted);
  font-size: 14px;
  margin: 0;
}

@media (max-width: 575.98px) {
  .od-home-hero {
    padding-top: 22px;
  }
  .od-home-collage {
    display: grid;
    gap: 18px;
    height: auto;
    justify-items: center;
  }
  .od-polaroid {
    margin: 0;
    position: relative;
    width: min(100%, 280px);
  }
  .od-polaroid--drink,
  .od-polaroid--bite,
  .od-polaroid--journal {
    inset: auto;
    transform: none;
  }
  .od-home-collage__watermark {
    display: none;
  }
  .od-journal-teaser {
    padding-left: 16px;
  }
}
