@import "https://fonts.googleapis.com/css2?family=Cormorant:wght@500;600;700&family=Muli:wght@400;500;600;700;800;900&display=swap";
.location{--midnight:#517891;--walnut:#5d4b3f;--denim:#517891;--taupe:#d2a997;--cotton:#f6f2f0;--charcoal:#2c3e4e;--border-color:#d2a99726;background:linear-gradient(135deg, #fff 0%, var(--cotton) 100%);width:100%;padding:clamp(64px,7vw,110px) 0;font-family:Muli,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;position:relative;overflow:hidden}.location:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 100% 0,#d2a99714,#0000 70%);width:40%;height:100%;position:absolute;top:0;right:0}.location:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 0 100%,#5178910d,#0000 70%);width:30%;height:60%;position:absolute;bottom:0;left:0}.location__container{z-index:1;width:100%;max-width:1480px;margin:0 auto;padding:0 clamp(24px,5vw,80px);position:relative}.location__header{text-align:center;margin-bottom:clamp(44px,6vw,72px)}.location__title{letter-spacing:-.02em;color:var(--midnight);margin:0 0 20px;padding-bottom:20px;font-family:Cormorant,serif;font-size:clamp(32px,4.5vw,52px);font-weight:500;line-height:1.2;display:inline-block;position:relative}.location__title-underline{background:linear-gradient(90deg, var(--taupe), var(--denim), var(--taupe));border-radius:2px;width:100px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.location__subtitle{color:var(--walnut);letter-spacing:.02em;max-width:650px;margin:0 auto;font-family:Muli,sans-serif;font-size:clamp(15px,1.5vw,18px);font-weight:500;line-height:1.6}.location__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(28px,2.5vw,40px);display:grid}.location__card{cursor:pointer;border:1px solid var(--border-color);background:#fff;border-radius:12px;text-decoration:none;transition:all .4s cubic-bezier(.2,.9,.4,1.1);display:block;position:relative;overflow:hidden}.location__card:hover{border-color:var(--taupe);transform:translateY(-8px);box-shadow:0 20px 40px -12px #00000026}.location__imageWrap{background:var(--cotton);border-radius:12px 12px 0 0;width:100%;position:relative;overflow:hidden}.location__imageWrap:after{content:"";pointer-events:none;background:linear-gradient(#0000 60%,#0000001a 100%);position:absolute;inset:0}.location__image{aspect-ratio:600/400;object-fit:cover;width:100%;height:auto;transition:transform .6s cubic-bezier(.2,.9,.4,1.1);display:block}.location__card:hover .location__image{transform:scale(1.08)}.location__overlay{opacity:0;pointer-events:none;background:linear-gradient(135deg,#51789133,#5d4b3f1a);border-radius:12px 12px 0 0;transition:opacity .3s;position:absolute;inset:0}.location__card:hover .location__overlay{opacity:1}.location__content{border-top:1px solid var(--border-color);background:#fff;justify-content:space-between;align-items:center;padding:24px 20px;display:flex}.location__cardTitle{letter-spacing:-.02em;color:var(--midnight);margin:0;font-family:Cormorant,serif;font-size:1.4rem;font-weight:700;line-height:1.4;transition:color .25s;display:inline-block;position:relative}.location__card:hover .location__cardTitle{color:var(--taupe)}.location__cardArrow{background:var(--cotton);opacity:.7;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.location__card:hover .location__cardArrow{background:var(--taupe);opacity:1;transform:translate(4px)}.location__arrowIcon{width:18px;height:18px;color:var(--walnut);transition:color .3s}.location__card:hover .location__arrowIcon{color:#fff}@media (max-width:1200px){.location__grid{gap:28px}.location__cardTitle{font-size:1.25rem}.location__content{padding:20px 16px}}@media (max-width:900px){.location__grid{grid-template-columns:repeat(2,1fr);gap:32px}.location__container{max-width:900px;padding:0 clamp(20px,5vw,48px)}.location__title{font-size:clamp(28px,4vw,44px)}.location__title-underline{width:80px}.location__cardTitle{font-size:1.2rem}}@media (max-width:767px){.location{padding:56px 0}.location:before,.location:after{display:none}.location__grid{grid-template-columns:1fr;gap:32px}.location__title{margin-bottom:16px;padding-bottom:16px;font-size:clamp(28px,8vw,36px)}.location__title-underline{width:60px}.location__subtitle{padding:0 16px;font-size:14px;line-height:1.5}.location__cardTitle{font-size:1.2rem}.location__content{padding:18px 16px}.location__card:hover{transform:translateY(-4px)}}@media (max-width:480px){.location{padding:48px 0}.location__container{padding:0 20px}.location__header{margin-bottom:40px}.location__title{font-size:26px}.location__cardTitle{font-size:1.1rem}.location__content{padding:16px 14px}.location__cardArrow{width:32px;height:32px}.location__arrowIcon{width:16px;height:16px}}@media (hover:none) and (pointer:coarse){.location__card:hover .location__image,.location__card:hover{transform:none}.location__card:hover .location__overlay{opacity:0}.location__card:hover .location__cardArrow{background:var(--cotton);transform:none}.location__card:active{transform:scale(.98)}.location__card:active .location__cardArrow{background:var(--taupe)}.location__card:active .location__arrowIcon{color:#fff}}@media (prefers-reduced-motion:reduce){.location *,.location :before,.location :after{transition:none!important;animation:none!important}.location__card:hover .location__image{transform:none}.location__card:hover{box-shadow:none;transform:none}.location__card:hover .location__cardArrow{transform:none}}.location__card:focus-visible{outline:2px solid var(--taupe);outline-offset:4px;border-radius:12px;transform:translateY(-4px)}.location__card:focus-visible .location__cardTitle{color:var(--taupe)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.location__card{opacity:0;animation:.6s ease-out forwards fadeInUp}.location__card:first-child{animation-delay:.1s}.location__card:nth-child(2){animation-delay:.2s}.location__card:nth-child(3){animation-delay:.3s}@media (prefers-reduced-motion:reduce){.location__card{opacity:1;animation:none}}
