/* ============================================================
   LOCATION PAGES — Shared styles
   ============================================================ */

/* ── Page hero ── */
.loc-hero {
  position: relative;
  background: linear-gradient(135deg, #0a1a0a 0%, #0f2a0f 50%, #1a3a1a 100%);
  padding: 9rem 0 5rem;
  overflow: hidden;
}
.loc-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 50%, rgba(106,184,32,0.12) 0%, transparent 60%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%236ab820' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4z'/%3E%3C/g%3E%3C/svg%3E");
}
.loc-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 780px;
}
.loc-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-condensed);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--grey);
  margin-bottom: 1.5rem;
}
.loc-breadcrumb a { color: var(--grey); text-decoration: none; transition: color var(--ease); }
.loc-breadcrumb a:hover { color: var(--green); }
.loc-breadcrumb span { color: var(--green); }
.loc-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.05;
  color: var(--white);
  letter-spacing: 0.02em;
  margin-bottom: 1.25rem;
}
.loc-hero h1 em {
  font-style: normal;
  color: var(--green);
}
.loc-hero-sub {
  font-size: 1.05rem;
  font-weight: 300;
  color: var(--white-dim);
  line-height: 1.75;
  max-width: 580px;
  margin-bottom: 2rem;
}
.loc-hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* ── Intro section ── */
.loc-intro {
  padding: 5rem 0;
  background: var(--white);
}
.loc-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.loc-intro h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  color: #1a2e1a;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  letter-spacing: 0.02em;
}
.loc-intro h2 span { color: var(--green-dark); }
.loc-intro p {
  font-size: 0.97rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 1rem;
}
.loc-intro-img {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
  height: 420px;
  background: linear-gradient(135deg, #2d5a2d, #6ab820);
  display: flex;
  align-items: center;
  justify-content: center;
}
.loc-intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Services section ── */
.loc-services {
  padding: 5rem 0;
  background: #f7f8f5;
}
.loc-services h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: #1a2e1a;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
}
.loc-services-sub {
  font-size: 0.97rem;
  color: #666;
  margin-bottom: 2.5rem;
  font-weight: 300;
  line-height: 1.7;
}
.loc-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.loc-service-card {
  background: #fff;
  border: 1px solid #e5e8e2;
  border-radius: 12px;
  padding: 1.75rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.loc-service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.1);
}
.loc-service-icon {
  width: 40px;
  height: 40px;
  background: rgba(106,184,32,0.12);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3a6e3a;
  margin-bottom: 1rem;
}
.loc-service-icon svg { width: 20px; height: 20px; }
.loc-service-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a2e1a;
  margin-bottom: 0.5rem;
  font-family: var(--font-body);
}
.loc-service-card p {
  font-size: 0.87rem;
  color: #666;
  line-height: 1.65;
  font-weight: 300;
}

/* ── Areas covered ── */
.loc-areas {
  padding: 5rem 0;
  background: var(--black-mid);
}
.loc-areas h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--white);
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
}
.loc-areas-sub {
  font-size: 0.97rem;
  color: var(--grey);
  margin-bottom: 2.5rem;
  font-weight: 300;
}
.loc-suburbs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem;
}
.loc-suburb {
  background: var(--black-soft);
  border: 1px solid var(--grey-line);
  border-radius: 8px;
  padding: 0.65rem 1rem;
  font-family: var(--font-condensed);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--grey);
  letter-spacing: 0.04em;
  transition: all var(--ease);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.loc-suburb::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  flex-shrink: 0;
}
.loc-suburb:hover {
  border-color: rgba(106,184,32,0.3);
  color: var(--white);
}

/* ── Why choose ── */
.loc-why {
  padding: 5rem 0;
  background: var(--white);
}
.loc-why h2 {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: #1a2e1a;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
}
.loc-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
.loc-why-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.5rem;
  background: #f7f8f5;
  border-radius: 12px;
  border: 1px solid #e5e8e2;
}
.loc-why-icon {
  width: 38px;
  height: 38px;
  background: rgba(106,184,32,0.12);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #3a6e3a;
}
.loc-why-icon svg { width: 18px; height: 18px; }
.loc-why-item h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a2e1a;
  margin-bottom: 0.25rem;
  font-family: var(--font-body);
}
.loc-why-item p {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.6;
  font-weight: 300;
}

/* ── CTA ── */
.loc-cta {
  padding: 5rem 0;
  background: var(--black);
  text-align: center;
  position: relative;
}
.loc-cta::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--green), transparent);
}
.loc-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--white);
  letter-spacing: 0.02em;
  margin-bottom: 0.75rem;
}
.loc-cta h2 span { color: var(--green); }
.loc-cta p {
  font-size: 1rem;
  color: var(--grey);
  font-weight: 300;
  margin-bottom: 2rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}
.loc-cta-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.loc-contact-detail {
  margin-top: 2rem;
  font-family: var(--font-condensed);
  font-size: 0.9rem;
  color: var(--grey);
  letter-spacing: 0.06em;
}
.loc-contact-detail a {
  color: var(--green);
  text-decoration: none;
  margin: 0 0.5rem;
}
.loc-contact-detail a:hover { color: var(--green-light); }

/* ── Responsive ── */
@media (max-width: 900px) {
  .loc-intro-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .loc-intro-img { height: 300px; }
  .loc-services-grid { grid-template-columns: 1fr 1fr; }
  .loc-suburbs-grid { grid-template-columns: repeat(3, 1fr); }
  .loc-why-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .loc-services-grid { grid-template-columns: 1fr; }
  .loc-suburbs-grid { grid-template-columns: repeat(2, 1fr); }
  .loc-hero-actions { flex-direction: column; }
  .loc-hero-actions .btn { justify-content: center; }
  .loc-cta-actions { flex-direction: column; align-items: center; }
}
