/* Locations / Contact proposal: golden contact focus, same Santa's Little Cloud system */
@import url("home.css");

:root {
  --locations-gold: #f2c20f;
  --locations-gold-dark: #9b7100;
  --locations-sun: #ffe681;
  --locations-soft: #fff9dd;
}

.locations-page .proposal-nav li:nth-child(8) a.active {
  background: linear-gradient(180deg, #ffe681 0%, var(--locations-gold) 100%);
  color: #4e3900;
  box-shadow: inset 0 2px 0 rgba(255,255,255,.5), 0 10px 22px rgba(155,113,0,.26);
}
.locations-hero {
  display: grid;
  grid-template-columns: minmax(330px, .92fr) minmax(520px, 1.08fr);
  gap: 24px;
  align-items: stretch;
  padding-top: 28px;
}
.locations-hero-copy {
  padding: clamp(28px, 4vw, 48px);
  background:
    radial-gradient(circle at 86% 10%, rgba(255,230,129,.68) 0 86px, transparent 88px),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,249,221,.92));
}
.locations-page h1,
.locations-page h2 {
  color: var(--locations-gold-dark);
  text-shadow: 0 3px 0 #fff, 0 10px 24px rgba(242,194,15,.16);
}
.locations-page h1 {
  font-size: clamp(2.45rem, 3.65vw, 3.85rem);
  line-height: 1;
}
.locations-page .eyebrow { color: var(--locations-gold-dark); }
.locations-btn,
.locations-page .btn-primary {
  background: linear-gradient(180deg, #ffe681, var(--locations-gold));
  color: #4e3900;
}
.locations-notes span {
  background: rgba(242,194,15,.14);
  border-color: rgba(155,113,0,.22);
  color: var(--locations-gold-dark);
}
.location-feature-card {
  margin: 0;
  position: relative;
  min-height: 430px;
  border: 6px solid #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
}
.location-feature-card img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center right;
}
.location-feature-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 46%;
  background: linear-gradient(180deg, transparent, rgba(115,31,10,.68));
}
.location-feature-card figcaption {
  position: absolute;
  z-index: 2;
  left: 26px;
  right: 26px;
  bottom: 24px;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,.46);
}
.location-feature-card strong {
  display: block;
  font-family: 'Baloo 2', cursive;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1;
  color: #ffe681;
  text-transform: uppercase;
}
.location-feature-card span { display: block; font-weight: 900; margin-top: 4px; }
.locations-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.location-card {
  background: rgba(255,255,255,.92);
  border: 5px solid #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--soft-shadow);
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  min-height: 280px;
}
.location-resource-link {
  color: inherit;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease;
}
.location-resource-link:hover,
.location-resource-link:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(155,113,0,.2);
}
.location-resource-tag {
  display: inline-block;
  align-self: flex-start;
  margin-top: 4px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(242,194,15,.18);
  color: var(--locations-gold-dark);
  font-weight: 1000;
}
.location-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}
.location-body {
  padding: clamp(22px, 3vw, 32px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(255,249,221,.92));
}
.location-label {
  color: var(--locations-gold-dark);
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .8rem;
  margin: 0 0 8px;
}
.location-body h2 {
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  line-height: .98;
  margin: 0 0 10px;
}
.location-body p,
.location-body address {
  color: var(--muted);
  font-weight: 900;
  font-style: normal;
  line-height: 1.45;
  margin: 0 0 10px;
}
.grand-location {
  outline: 5px solid rgba(242,194,15,.5);
}
.grand-location .location-label { color: #b21f16; }
.grand-location .location-body {
  background:
    radial-gradient(circle at 95% 8%, rgba(255,102,58,.18) 0 88px, transparent 90px),
    linear-gradient(180deg, #fff, #fff2b6);
}
.map-contact {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 24px;
  align-items: stretch;
}
.map-card,
.contact-card {
  background: rgba(255,255,255,.9);
  border: 5px solid #fff;
  border-radius: 32px;
  padding: clamp(22px, 3vw, 32px);
  box-shadow: var(--soft-shadow);
}
.map-card iframe {
  border: 0;
  border-radius: 22px;
  display: block;
  box-shadow: 0 12px 24px rgba(76,94,103,.14);
}
.map-note {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
}
.contact-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
}
.contact-pill {
  background: rgba(255,249,221,.92);
  border: 3px solid #fff;
  border-radius: 22px;
  padding: 16px;
  box-shadow: inset 0 2px 0 rgba(255,255,255,.6);
}
.contact-pill strong,
.contact-pill span { display: block; }
.contact-pill strong {
  color: var(--locations-gold-dark);
  font-family: 'Baloo 2', cursive;
  font-size: 1.25rem;
}
.contact-pill span {
  color: var(--muted);
  font-weight: 900;
  word-break: break-word;
}
.locations-final-cta {
  background:
    radial-gradient(circle at 90% 10%, rgba(255,255,255,.32) 0 92px, transparent 94px),
    linear-gradient(135deg, var(--locations-gold-dark), var(--locations-gold));
}
.contact-action-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.contact-action-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  min-height: 290px;
  padding: clamp(26px, 4vw, 42px);
  border: 5px solid #fff;
  border-radius: 32px;
  box-shadow: var(--soft-shadow);
}
.contact-action-card h2,
.contact-action-card p { margin: 0; }
.contact-action-card p:not(.eyebrow) {
  color: var(--muted);
  font-weight: 850;
  line-height: 1.55;
}
.tour-card { background: linear-gradient(145deg, #fff, #fff3b8); }
.message-card { background: linear-gradient(145deg, #fff, #e8f7ff); }
.contact-action-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.locations-final-cta h2,
.locations-final-cta p,
.locations-final-cta .eyebrow { color: #fff; }
.locations-footer {
  background: linear-gradient(180deg, #fff0a0 0%, #a7d96d 60%, #78b83f 100%);
}
@media (max-width: 1050px) {
  .locations-hero,
  .map-contact,
  .contact-action-grid { grid-template-columns: 1fr; }
  .locations-grid { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .location-feature-card,
  .location-feature-card img { min-height: 320px; }
  .location-card { grid-template-columns: 1fr; }
  .location-card img { min-height: 220px; }
}
