/* Approved September 23 location-first homepage. */
.home-locations{position:relative;background:var(--paper);padding:76px 40px 88px;overflow:hidden}
.home-locations-inner{max-width:1120px;margin:0 auto}
.home-locations-top{display:grid;grid-template-columns:1.55fr 1fr;align-items:center;gap:24px}
.home-locations .eyebrow{font-size:11px;letter-spacing:.24em;margin:0 0 24px}
.home-locations h2{font-size:clamp(36px,4.25vw,58px);line-height:1.16;letter-spacing:-.04em;margin:0 0 20px;font-weight:400}
.home-locations-copy>p{font-size:17px;line-height:1.6;margin:0 0 28px;max-width:570px}
.location-main-cta{display:inline-flex;align-items:center;justify-content:space-between;gap:38px;padding:10px 12px 10px 28px;min-height:62px;background:var(--olive);border:1px solid var(--olive);border-radius:100px;color:var(--paper);font-size:16px;transition:background .2s}
.location-main-cta:hover{background:var(--olive-dark)}
.location-main-cta>span{width:40px;height:40px;display:grid;place-items:center;border:1px solid #ffffff80;border-radius:50%;font-size:23px;font-weight:400}
.location-landscape{display:block;width:100%;height:auto;max-width:410px;color:#ad9064;opacity:.75;justify-self:end}
.location-divider{display:flex;align-items:center;gap:18px;margin:44px 0 28px;color:#817765;font-size:13px;text-align:center}
.location-divider:before,.location-divider:after{content:'';height:1px;background:#d8cdbd;flex:1}
.home-location-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 20px}
.home-location-links a{display:flex;align-items:center;gap:18px;min-height:60px;padding:14px 24px;border:1px solid #b4a080;border-radius:100px;font-size:15px;line-height:1.35;background:#f6f2ea60;transition:background .2s,border-color .2s,color .2s}
.home-location-links a:hover{background:#eee8dc;border-color:#80724f;color:var(--olive-dark);text-decoration:none}
.home-location-links svg{width:21px;height:25px;flex:none;color:#977748}
.home-location-links a>span:last-child:not(:nth-child(2)){margin-left:auto;font-size:20px}
.location-wave{position:absolute;bottom:-1px;left:0;width:100%;height:38px;fill:var(--oat);display:block}
@media(max-width:900px){.home-locations{padding:56px 28px 70px}.home-locations-top{grid-template-columns:1.8fr 1fr}.home-locations h2{font-size:43px}.home-location-links{gap:12px}.home-location-links a{padding:13px 16px;gap:10px;font-size:14px}}
@media(max-width:600px){.home-locations{padding:40px 22px 54px}.home-locations-top{display:block}.location-landscape{display:none}.home-locations .eyebrow{font-size:10px;margin-bottom:18px}.home-locations h2{font-size:36px;line-height:1.18;max-width:360px;margin-bottom:18px}.location-desktop-break{display:none}.home-locations-copy>p{font-size:15px;line-height:1.55;margin-bottom:22px}.location-main-cta{display:flex;width:100%;min-height:58px;font-size:15px;padding:9px 10px 9px 22px;gap:12px}.location-main-cta>span{width:38px;height:38px}.location-divider{font-size:11px;margin:27px 0 20px;gap:12px}.home-location-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px 10px}.home-location-links a{min-height:54px;padding:10px 12px;gap:8px;font-size:12px}.home-location-links svg{width:16px;height:20px}.home-location-links a>span:last-child:not(:nth-child(2)){font-size:17px}.location-wave{height:22px}}
@media(prefers-reduced-motion:reduce){.home-location-links a,.location-main-cta{transition:none}}
