.site-header {
  height: 72px;
  padding: 0 max(28px, calc((100% - 1440px) / 2));
  gap: 32px;
}
.site-header nav { flex: 1; justify-content: flex-start; gap: 36px; }
.site-header .header-join { flex: none; }
.recovery-hero {
  position: relative;
  isolation: isolate;
  height: clamp(440px, calc(100svh - 210px), 790px);
  overflow: hidden;
  background: #526549;
}
.recovery-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 25%;
}
.recovery-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 34%, rgba(13, 27, 19, .1) 46%, rgba(13, 27, 19, .72) 100%);
}
.recovery-layout {
  position: relative;
  height: 100%;
  max-width: 1536px;
  margin: auto;
  padding: 40px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.recovery-copy { grid-column: 2; padding-left: 32px; color: white; min-width: 0; }
.recovery-copy .eyebrow { font-size: 14px; margin-bottom: 24px; }
.recovery-copy h1 { font: 700 96px/.95 var(--display); margin: 0; }
.recovery-copy h1 span { color: #f48b73; }
.recovery-question { font: 500 27px/1.3 var(--sans); margin-top: 28px; }
.recovery-question em { font: italic 42px/1.1 var(--serif); }
.recovery-signoff { font: italic 24px/1.2 var(--serif); margin-top: 26px; }
.brand-strip { background: white; color: var(--ink); border-bottom: 1px solid var(--line); padding: 16px 20px; font-size: 20px; gap: 46px; }
.brand-strip .strip-serif { font-size: 25px; }
.shop-heading { padding-top: 52px; }
@media (max-width: 1200px) {
  .recovery-layout { padding: 32px; }
  .recovery-copy { padding-left: 16px; }
  .recovery-copy h1 { font-size: 76px; }
  .recovery-question { font-size: 23px; }
  .recovery-question em { font-size: 36px; }
}
@media (max-width: 900px) and (min-width: 701px) {
  .recovery-copy h1 { font-size: 62px; }
  .recovery-layout { padding: 24px; }
  .recovery-copy .eyebrow { margin-bottom: 18px; }
}
@media (max-width: 700px), (max-width: 1000px) and (pointer: coarse), (max-width: 1000px) and (max-aspect-ratio: 1/1) {
  .site-header { min-height: 62px; height: auto; padding: 6px 16px; gap: 12px; }
  .site-header nav { gap: 10px; }
  .recovery-hero { height: clamp(390px, calc(100svh - 182px), 720px); }
  .recovery-photo { object-position: 22% 25%; }
  .recovery-shade { background: linear-gradient(180deg, transparent 25%, rgba(13, 27, 19, .1) 42%, rgba(13, 27, 19, .86) 100%); }
  .recovery-layout { padding: 24px; display: flex; align-items: flex-end; }
  .recovery-copy { padding: 0; width: 100%; }
  .recovery-copy .eyebrow { font-size: 12px; margin-bottom: 12px; }
  .recovery-copy h1 { font-size: 54px; line-height: .98; }
  .recovery-copy h1 br { display: none; }
  .recovery-question { margin-top: 16px; font-size: 20px; }
  .recovery-question br { display: none; }
  .recovery-question em { font-size: 30px; }
  .recovery-signoff { display: none; }
  .brand-strip { padding: 13px 16px; gap: 12px; justify-content: space-between; font-size: 16px; }
  .brand-strip .strip-serif { font-size: 20px; }
  .shop-heading { padding-top: 36px; }
}
@media (max-width: 360px) {
  .recovery-layout { padding: 20px; }
  .recovery-copy h1 { font-size: 46px; }
  .recovery-question { font-size: 18px; }
}
@media (max-height: 650px) and (min-width: 701px) {
  .recovery-hero { height: 410px; }
  .recovery-copy h1 { font-size: 68px; }
  .recovery-copy .eyebrow { margin-bottom: 14px; }
  .recovery-question { margin-top: 16px; }
  .recovery-signoff { margin-top: 16px; }
}
