/* Your Life Interview — warm, readable, generous type for older readers. */
html { font-size: 18px; }
body { background: var(--page-bg); color: var(--primary-text); font-family: var(--font-body); line-height: 1.65; }
h1, h2, h3, .h4 { font-family: var(--font-display); color: var(--primary-text); letter-spacing: -0.01em; }
h1 { font-weight: 600; font-size: clamp(2.1rem, 4.5vw, 3.3rem); line-height: 1.12; }
h2 { font-weight: 600; font-size: clamp(1.55rem, 3vw, 2.1rem); line-height: 1.2; }
h3 { font-weight: 600; font-size: 1.25rem; }
a { color: #9a5a1f; }
a:hover { color: #7a4412; }
.lead { font-size: 1.2rem; color: var(--muted-text); }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 12px; top: 12px; z-index: 2000; background: #fff; padding: 8px 14px; border-radius: 6px; }
.navbar .nav-link { font-weight: 600; }
.navbar-collapse.collapse { visibility: visible !important; }
.form-control::placeholder, input::placeholder, textarea::placeholder { color: rgba(0,0,0,0.25) !important; }

.btn-yli { background: var(--secondary-color); color: var(--accent-text); border: 0; font-weight: 700; border-radius: 999px; padding: .7rem 1.6rem; }
.btn-yli:hover, .btn-yli:focus { background: #bb7432; color: #fff; }
.btn-outline-yli { border: 2px solid var(--primary-color); color: var(--primary-color); font-weight: 700; border-radius: 999px; padding: .6rem 1.5rem; background: transparent; }
.btn-outline-yli:hover { background: var(--primary-color); color: #fff; }
.btn-gold { background: var(--secondary-color); color: var(--accent-text); border: 0; }

.yli-eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .8rem; font-weight: 700; color: #9a5a1f; margin-bottom: .6rem; }
.yli-small { font-size: .9rem; color: var(--muted-text); }
.yli-narrow { max-width: 860px; }

.yli-hero { position: relative; min-height: 78vh; display: flex; align-items: center;
  background: #efe6d8 image-set(url('/static/img/hero.webp') type('image/webp'), url('/static/img/hero.jpg') type('image/jpeg')) right center / cover no-repeat; }
.yli-hero::before { content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(251,248,243,.96) 0%, rgba(251,248,243,.88) 38%, rgba(251,248,243,.15) 62%, rgba(251,248,243,0) 100%); }
.yli-hero .container { position: relative; }
.yli-hero-copy { max-width: 560px; padding: 4rem 0; }
.yli-hero-copy .lead { color: #3b4350; }
.yli-cta-row { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.6rem 0 1rem; }
@media (max-width: 991px) {
  .yli-hero { min-height: 0; background-position: 70% center; }
  .yli-hero::before { background: rgba(251,248,243,.9); }
}

.yli-section { padding: 5rem 0; background: var(--surface-bg); }
.yli-alt { background: var(--surface-alt-bg); }
.yli-page-head { padding: 4.5rem 0 3rem; background: var(--surface-alt-bg); }
.yli-cta { padding: 5rem 0; background: var(--primary-color); color: var(--mm-navbar-text); }
.yli-cta h2 { color: #fff; }
.yli-cta .lead { color: #e9e2d6; }

.yli-step, .yli-promise, .yli-card, .yli-dest { background: #fff; border: 1px solid var(--border-color); border-radius: 18px; padding: 1.8rem; height: 100%; }
.yli-alt .yli-card, .yli-alt .yli-dest { background: #fff; }
.yli-step-num { display: inline-flex; width: 2.4rem; height: 2.4rem; border-radius: 50%; align-items: center; justify-content: center; background: var(--secondary-color); color: var(--accent-text); font-weight: 700; margin-bottom: .8rem; }
.yli-promise i, .yli-dest-top i { font-size: 1.8rem; color: #9a5a1f; }
.yli-promise h3 { margin-top: .6rem; }
.yli-list { list-style: none; padding: 0; margin: 1.2rem 0 1.6rem; }
.yli-list li { padding: .45rem 0; border-bottom: 1px solid var(--border-color); }
.yli-list i { color: #9a5a1f; margin-right: .4rem; }
.yli-status { display: inline-block; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; padding: .2rem .6rem; border-radius: 999px; background: #efe6d8; color: #6b4a22; margin-left: .4rem; vertical-align: middle; }
.yli-status-in-development { background: #f6dfc4; color: #6b3d0f; }
.yli-status-exploring { background: #e6e9ef; color: #3b4556; }
.yli-dest-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
.yli-dest h2 { font-size: 1.3rem; }
.yli-dest-meta { font-size: .9rem; color: var(--muted-text); margin-bottom: .3rem; }
.yli-prose h2 { margin-top: 2.2rem; font-size: 1.6rem; }
.yli-prose li { margin-bottom: .45rem; }
.yli-note { background: #fff6ea; border: 1px solid #f0d3ad; border-radius: 12px; padding: 1rem 1.2rem; }
.yli-link { font-weight: 700; text-decoration: none; }
.site-footer { background: var(--mm-footer-bg); color: var(--mm-footer-text); }
.site-footer a { color: var(--mm-footer-text); }
.hcwf-navbar .navbar-brand { flex-basis: 300px !important; width: 300px !important; max-width: min(300px, calc(100% - 74px)) !important; }
.hcwf-navbar .navbar-brand img { max-width: 100% !important; height: auto; }
