/* Member care, September 18. Scoped to the requested homepage and booking choices. */
/* BEGIN MC01 Readable hero member link */
.hero .member-link{font-size:14px;line-height:1.55;gap:10px;margin-top:9px;min-height:44px;text-decoration:underline;text-decoration-color:#9b8e80;text-underline-offset:5px;text-decoration-thickness:1px}
.hero .member-link:hover{color:var(--bronze)}
/* END MC01 */
/* BEGIN MC02 A single pastoral member-care section */
.member-care{display:grid;grid-template-columns:1fr 1.25fr;gap:clamp(35px,6vw,90px);padding:66px 64px;background:var(--ivory);border-bottom:1px solid var(--line)}
.member-care h2{font:500 clamp(39px,4vw,55px)/1.05 var(--serif);letter-spacing:-.035em;max-width:390px}
.member-care-copy{max-width:580px}
.member-care .member-care-lead{font-size:18px;line-height:1.7;color:var(--ink)}
.member-care .member-care-support{margin-top:19px;font-size:14px;line-height:1.8;color:var(--muted);max-width:530px}
.member-care .button{margin-top:25px;min-height:50px;font-size:14px;gap:28px;padding:13px 19px}
@media(max-width:900px){.member-care{padding:48px 40px;grid-template-columns:.9fr 1.1fr;gap:35px}.member-care h2{font-size:43px}}
@media(max-width:620px){.member-care{grid-template-columns:1fr;padding:39px 25px 42px;gap:22px}.member-care h2{font-size:41px;max-width:300px}.member-care .member-care-lead{font-size:17px;line-height:1.7}.member-care .member-care-support{font-size:14px;margin-top:17px}.member-care .button{max-width:100%;justify-content:space-between;margin-top:23px}}
/* END MC02 */
/* BEGIN MC03 Reuse the existing booking dialog for two clear paths */
.booking-choice-dialog{width:min(860px,calc(100% - 40px))}
.booking-choice-dialog .dialog-title{max-width:680px}
.booking-choice-grid{display:grid;grid-template-columns:1fr 1fr;margin-top:30px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.booking-choice-option{padding:26px 26px 28px 0;display:flex;flex-direction:column;align-items:flex-start;min-width:0}
.booking-choice-option+ .booking-choice-option{border-left:1px solid var(--line);padding-left:26px;padding-right:0}
.choice-eyebrow{font-size:10px;letter-spacing:.13em;color:var(--muted);margin-bottom:14px;line-height:1.6}
.booking-choice-option h3{font:500 31px/1.12 var(--serif);letter-spacing:-.025em;margin:0 0 15px}
.choice-fee{font-size:15px;font-weight:600;line-height:1.6;margin-bottom:14px}
.choice-fee span{font-size:12px;font-weight:400;color:var(--muted)}
.choice-description{font-size:14px;line-height:1.75;color:var(--muted);margin-bottom:24px}
.booking-choice-option .button{width:100%;justify-content:space-between;gap:12px;margin-top:auto;padding-inline:17px;font-size:13px;min-height:50px}
.booking-choice-foot{margin-top:23px;font-size:14px;line-height:1.7}
.booking-choice-foot a{text-decoration:underline;text-underline-offset:4px}
.booking-choice-foot p+p{color:var(--muted);font-size:12px;margin-top:9px;max-width:620px}
@media(max-width:620px){.booking-choice-dialog{width:calc(100% - 24px)}.booking-choice-grid{grid-template-columns:1fr;margin-top:24px}.booking-choice-option{padding:23px 0}.booking-choice-option+ .booking-choice-option{padding:23px 0;border-left:0;border-top:1px solid var(--line)}.booking-choice-option h3{font-size:30px;margin-bottom:12px}.choice-description{margin-bottom:19px}.booking-choice-foot{margin-top:20px}}
/* END MC03 */
