.os-b { background: var(--cream); padding: 80px 0 120px; }
.os-b__photo {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 40px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.os-b__photo img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center 30%;
}
.os-b__note {
  position: absolute;
  left: 6%;
  top: 15%;
  max-width: 320px;
  color: var(--white);
  font-family: 'Caveat', cursive;
  line-height: 1.25;
}
.os-b__note p {
  font-size: clamp(20px, 2.8vw, 30px);
  margin: 0 0 12px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
  transform: rotate(-1.5deg);
}
.os-b__sig { font-size: clamp(28px, 4vw, 44px) !important; font-weight: 700; margin-top: 12px !important; }

.os-b__continuation {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
.os-b__continuation p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 20px;
  color: var(--navy);
  margin: 0 0 16px;
}
.os-b__link { color: var(--teal); font-weight: 600; border-bottom: 1px solid var(--teal); padding-bottom: 2px; font-size: 14px; }
