.location-hero{border-bottom:var(--border);background:linear-gradient(135deg,var(--bg)0%,#fff 100%);justify-content:center;align-items:center;min-height:350px;padding:60px 20px;display:flex;overflow:hidden}@media (min-width:768px){.location-hero{min-height:450px;padding:80px 40px}}.location-hero-content{text-align:center;width:100%;max-width:800px}.location-hero-title{text-transform:uppercase;word-wrap:break-word;margin-bottom:20px;font-family:Syne,sans-serif;font-size:36px;font-weight:800;line-height:.9}@media (min-width:768px){.location-hero-title{font-size:80px}}.location-hero-title span{color:var(--primary);font-family:Playfair Display,serif;font-style:italic;font-weight:700}.location-hero-subtitle{color:#666;word-wrap:break-word;font-size:14px;line-height:1.6}@media (min-width:768px){.location-hero-subtitle{font-size:20px}}.map-section{border-bottom:var(--border);background:#fff}.map-container{border-bottom:var(--border);width:100%;height:400px}@media (min-width:768px){.map-container{height:500px}}.location-info-section{padding:40px 20px}@media (min-width:768px){.location-info-section{padding:60px 40px}}.location-info-container{max-width:1000px;margin:0 auto}.location-card{border:var(--border);background:#fff;margin-bottom:40px;padding:30px 20px}@media (min-width:768px){.location-card{padding:40px}}.location-card-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;margin-bottom:30px;display:flex}.location-card-header h2{word-wrap:break-word;margin:0;font-size:24px;font-weight:800}@media (min-width:768px){.location-card-header h2{font-size:32px}}.location-badge{background:var(--accent);border:var(--border);text-transform:uppercase;padding:6px 12px;font-size:11px;font-weight:700}@media (min-width:768px){.location-badge{padding:8px 16px;font-size:12px}}.location-details{flex-direction:column;gap:25px;margin-bottom:30px;display:flex}.location-detail-item{align-items:flex-start;gap:15px;display:flex}.location-icon{background:var(--bg);border:var(--border);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}@media (min-width:768px){.location-icon{width:48px;height:48px}}.location-detail-content h3{text-transform:uppercase;margin:0 0 5px;font-size:14px;font-weight:700}@media (min-width:768px){.location-detail-content h3{font-size:16px}}.location-detail-content p{color:#666;word-wrap:break-word;margin:0;font-size:14px;line-height:1.6}@media (min-width:768px){.location-detail-content p{font-size:16px}}.location-actions{flex-direction:column;gap:15px;display:flex}@media (min-width:768px){.location-actions{flex-direction:row}}.location-btn{border:var(--border);text-transform:uppercase;flex:1;justify-content:center;align-items:center;gap:10px;padding:15px 25px;font-size:14px;font-weight:800;text-decoration:none;transition:all .2s;display:flex}.location-btn.primary{background:var(--primary);color:#fff;box-shadow:4px 4px 0px var(--dark)}.location-btn.primary:hover{box-shadow:6px 6px 0px var(--dark);transform:translate(-2px,-2px)}.location-btn.secondary{color:var(--dark);box-shadow:4px 4px 0px var(--dark);background:#fff}.location-btn.secondary:hover{background:var(--accent);box-shadow:6px 6px 0px var(--dark);transform:translate(-2px,-2px)}.additional-info{grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:768px){.additional-info{grid-template-columns:repeat(3,1fr);gap:30px}}.info-card{border:var(--border);text-align:center;background:#fff;padding:30px 20px;transition:all .3s}.info-card:hover{box-shadow:var(--shadow);transform:translate(-3px,-3px)}.info-icon{background:var(--bg);border:var(--border);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 20px;display:flex}.info-card h3{text-transform:uppercase;margin:0 0 10px;font-size:16px;font-weight:800}@media (min-width:768px){.info-card h3{font-size:18px}}.info-card p{color:#666;margin:0;font-size:14px;line-height:1.6}
