.what-to-expect-page { background: #f3eee6; color: #171715; font-family: Manrope, Arial, sans-serif; }
.what-to-expect-page .helper-shell { min-height: 124px; background: #151513; }
.what-to-expect-page .helper-shell .hero-region-content { min-height: 124px; height: 124px; overflow: visible; background: #151513; }
.what-to-expect-page .helper-shell .hero-region-navigation { background: #151513; }
.what-to-expect-main { overflow: visible; }
.expect-hero, .expect-section { width: min(1440px, calc(100% - 80px)); margin: 0 auto; }
.expect-hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); min-height: 680px; background: #1d1d1b; color: #fff; }
.expect-hero__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 8vw, 132px); }
.expect-kicker { margin: 0 0 24px; color: #b8d8e9; font-size: 12px; font-weight: 700; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.expect-hero h1 { max-width: 8ch; margin: 0; font-size: clamp(58px, 8vw, 132px); font-weight: 600; letter-spacing: -.07em; line-height: .9; }
.expect-hero__lead { max-width: 420px; margin: 36px 0 0; color: rgb(255 255 255 / 76%); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.5; }
.expect-button { display: inline-flex; justify-content: space-between; gap: 24px; width: fit-content; min-width: 220px; margin-top: 36px; padding: 15px 20px; border: 1px solid #b8d8e9; color: #171715; background: #b8d8e9; font-size: 14px; font-weight: 700; text-decoration: none; }
.expect-button:hover, .expect-button:focus-visible { color: #fff; background: transparent; }
.expect-hero__media { display: flex; flex-direction: column; min-width: 0; margin: 0; background: #423b35; }
.expect-hero__media img { width: 100%; height: 100%; min-height: 0; object-fit: cover; }
.expect-hero__media figcaption { padding: 16px 24px; color: rgb(255 255 255 / 70%); background: #302d2a; font-size: 12px; line-height: 1.4; }
.expect-section { padding: clamp(76px, 10vw, 160px) clamp(24px, 8vw, 128px); }
.expect-section__index { color: #8b7564; font-size: 12px; font-weight: 700; letter-spacing: .12em; line-height: 1.2; }
.expect-section h2 { max-width: 12ch; margin: 0; font-size: clamp(42px, 6vw, 92px); font-weight: 600; letter-spacing: -.065em; line-height: .94; }
.expect-section p:not(.expect-kicker) { max-width: 620px; margin: 28px 0 0; color: #5e5953; font-size: clamp(16px, 1.3vw, 19px); line-height: 1.6; }
.expect-section--before { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 40px; background: #eee5d8; }
.expect-section--before h2 { max-width: 13ch; }
.expect-section--split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 8vw, 128px); align-items: center; background: #fffaf2; }
.expect-section__visual { aspect-ratio: 1.08; min-width: 0; }
.expect-section__visual img, .expect-section--feature figure img { display: block; width: 100%; height: 100%; object-fit: cover; }
.expect-section--split .expect-section__copy { min-width: 0; }
.expect-section--cards { background: #bdd9e8; }
.expect-section__heading { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 40px; }
.expect-section__heading > div + p { grid-column: 2; }
.expect-section__heading h2 { grid-column: 2; grid-row: 2; color: #171715; }
.expect-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-top: 76px; background: rgb(23 23 21 / 28%); }
.expect-card { min-height: 290px; padding: 30px; background: #bdd9e8; }
.expect-card > span { color: #735f50; font-size: 12px; font-weight: 700; }
.expect-card h3 { margin: 78px 0 0; font-size: clamp(24px, 2.5vw, 38px); letter-spacing: -.045em; line-height: 1; }
.expect-card p { margin-top: 18px !important; font-size: 15px !important; line-height: 1.45 !important; }
.expect-section--feature { display: grid; grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr); gap: clamp(40px, 9vw, 140px); align-items: center; background: #fffaf2; }
.expect-section--feature figure { height: 480px; margin: 0; background: #ded1c2; }
.expect-section--policy { display: grid; grid-template-columns: 130px minmax(0, 1fr); gap: 40px; background: #eee5d8; }
.expect-section--closing { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, .65fr); gap: clamp(40px, 9vw, 140px); align-items: end; color: #fff; background: #252525; }
.expect-section--closing h2 { color: #fff; }
.expect-section--closing p:not(.expect-kicker) { color: rgb(255 255 255 / 72%); }
.what-to-expect-page .site-footer { color: #fff; background: #000; }
.what-to-expect-page .site-footer a { color: inherit; text-decoration: none; }
.what-to-expect-page .site-footer a:hover, .what-to-expect-page .site-footer a:focus-visible { color: #b8d8e9; }
@media (max-width: 800px) {
  .expect-hero, .expect-section { width: min(100% - 36px, 680px); }
  .expect-hero { grid-template-columns: 1fr; }
  .expect-hero__copy { min-height: 560px; }
  .expect-hero__media { min-height: 360px; }
  .expect-section--split, .expect-section--feature, .expect-section--closing { grid-template-columns: 1fr; }
  .expect-section--feature figure { height: min(480px, 70vw); }
  .expect-cards { grid-template-columns: 1fr; }
  .expect-card { min-height: 0; }
  .expect-card h3 { margin-top: 32px; }
}
@media (max-width: 560px) {
  .what-to-expect-page .helper-shell, .what-to-expect-page .helper-shell .hero-region-content { min-height: 72px; height: 72px; }
  .what-to-expect-page .helper-shell .hero-region-navigation { background: #151513; }
  .expect-hero, .expect-section { width: 100%; }
  .expect-hero__copy, .expect-section { padding: 56px 20px; }
  .expect-hero h1 { font-size: clamp(54px, 17vw, 86px); }
  .expect-hero__media { min-height: 280px; }
  .expect-section--before, .expect-section--policy, .expect-section__heading { grid-template-columns: 1fr; gap: 18px; }
  .expect-section__heading h2, .expect-section__heading > div + p { grid-column: auto; grid-row: auto; }
  .expect-section h2 { font-size: clamp(40px, 12vw, 62px); }
  .expect-cards { margin-top: 48px; }
  .expect-section--feature figure { height: 280px; }
}
