/* ================================================
   HOME — index.html
   ================================================ */

/* ─── HERO ─── */
.hero-v2 {
  position: relative;
  overflow: hidden;
  padding-top: 106px;
  min-height: 600px;
  display: flex;
  align-items: center;
  background: #F2EDE7;
}

/* Background photo — shifted right so subjects sit on the right side */
.hero-v2-photo {
  position: absolute;
  top: 60px; bottom: -60px;
  left: 30%; right: 0;
  z-index: 0;
}
.hero-v2-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: left top;
  display: block;
}

/* Cream gradient: opaque on left (text area) fading to transparent on right */
.hero-v2::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to right,
    rgba(242,237,231,1) 0%,
    rgba(242,237,231,0.97) 35%,
    rgba(242,237,231,0.65) 58%,
    rgba(242,237,231,0) 80%
  );
}

/* Text lives above the gradient */
.hero-v2-text {
  position: relative;
  z-index: 2;
  width: 52%;
  padding: 70px clamp(1.5rem, 4vw, 5rem) 120px clamp(2rem, calc(50vw - 600px + 5rem), 10rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-v2-heading {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.9rem);
  font-weight: 700;
  text-transform: uppercase;
  color: #4B1F80;
  line-height: 1.15;
  letter-spacing: 0.02em;
  margin-bottom: 1.25rem;
}
.hero-green { color: #8DC63F; display: block; }
.hero-v2-rule {
  width: 56px; height: 4px;
  background: #7B3FAD;
  border-radius: 2px;
  margin-bottom: 1.5rem;
}
.hero-v2-text p {
  font-size: 1rem;
  color: #3d3d50;
  max-width: 400px;
  line-height: 1.85;
  margin-bottom: 2rem;
  font-weight: 400;
}
.hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-hero-outline {
  background: transparent;
  color: #4B1F80;
  padding: 13px 28px;
  border-radius: 50px;
  border: 2px solid #4B1F80;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  font-family: 'DM Sans', sans-serif;
  transition: background 0.2s, color 0.2s;
  display: inline-block;
}
.btn-hero-outline:hover { background: #4B1F80; color: white; }

.hero-ndis-badge {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.hero-ndis-badge img {
  height: 64px;
  width: auto;
  display: block;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.12));
}
.hero-lang-pill {
  margin-top: 0.875rem;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  width: fit-content;
  gap: 0.5rem;
  background: #EDE6F5;
  color: #4B1F80;
  font-size: 0.78rem;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 50px;
  font-family: 'DM Sans', sans-serif;
  white-space: nowrap;
}

.hero-v2-wave {
  position: absolute;
  bottom: -1px; left: 0; right: 0;
  line-height: 0; pointer-events: none;
  z-index: 3;
}
.hero-v2-wave svg { width: 100%; height: 70px; display: block; }

/* ─── HOW CAN WE HELP YOU ─── */
.help-section {
  background: #ffffff;
  padding: 70px 2rem 80px;
}
.help-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.help-heading {
  font-family: 'Lora', serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: #1a2433;
  text-align: center;
  margin-bottom: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.help-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.help-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(0,0,0,0.18);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.help-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(0,0,0,0.28);
}
.help-card-photo {
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
}
.help-card-photo img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform 0.35s ease;
}
.help-card:hover .help-card-photo img { transform: scale(1.05); }
.help-card-content {
  padding: 1.25rem 1.25rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.help-card-content p {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a2433;
  line-height: 1.45;
  margin: 0;
}
.help-card-cta {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #7B3FAD;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: 'DM Sans', sans-serif;
}
.help-card-cta svg { width: 16px; height: 16px; stroke-width: 2; }

/* ─── EYEBROW V2 ─── */
.eyebrow-v2 {
  display: inline-block;
  color: #7B3FAD;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  font-family: 'DM Sans', sans-serif;
}

/* ─── WHO WE ARE — PILLARS ─── */
.pillars-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}
.pillar-card { text-align: center; padding: 1.25rem 0.75rem; }
.pillar-icon-wrap {
  width: 76px; height: 76px;
  background: #EDE6F5;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.25rem;
  color: #7B3FAD;
}
.pillar-icon-wrap svg { width: 32px; height: 32px; stroke-width: 1.75; }
.pillar-title {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #7B3FAD;
  margin-bottom: 0.5rem;
}
.pillar-desc {
  font-size: 0.88rem;
  color: #6b7280;
  line-height: 1.65;
  margin: 0;
  font-weight: 300;
}

/* ─── WHAT WE DO ─── */
.what-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 4rem;
  align-items: center;
}
.what-text h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
  color: #1a2433;
  margin: 0.5rem 0 1rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.what-text p { color: #4b5563; font-weight: 300; line-height: 1.85; max-width: 300px; }
.what-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.what-card-img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 210px;
  margin-bottom: 0.85rem;
}
.what-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.what-card-icon-badge {
  position: absolute;
  bottom: 10px; left: 10px;
  width: 42px; height: 42px;
  background: #7B3FAD;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: white;
}
.what-card-icon-badge svg { width: 18px; height: 18px; stroke-width: 2; }
.what-card h4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a2433;
  margin-bottom: 0.35rem;
}
.what-card p { font-size: 0.82rem; color: #6b7280; line-height: 1.6; margin: 0; font-weight: 300; }

/* ─── CONTACT BAR ─── */
.contact-bar-section {
  background: #4B1F80;
  padding: 2.5rem 2rem;
}
.contact-bar-inner {
  max-width: 1100px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 2rem;
}
.contact-bar-brand { display: flex; align-items: center; gap: 1.25rem; }
.contact-bar-heart {
  width: 54px; height: 54px;
  background: #8DC63F;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-bar-brand h3 {
  font-family: 'Lora', serif;
  font-size: 1.25rem; font-weight: 600;
  color: white; margin-bottom: 0.2rem;
}
.contact-bar-brand p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.65);
  margin: 0; font-weight: 300;
}
.contact-bar-items {
  display: flex; gap: 2.5rem;
  flex-wrap: wrap; align-items: center;
}
.contact-bar-item {
  display: flex; align-items: center; gap: 0.6rem;
  color: white; text-decoration: none;
  font-size: 0.9rem; font-family: 'DM Sans', sans-serif;
}
.contact-bar-item svg { width: 18px; height: 18px; stroke-width: 1.75; opacity: 0.8; flex-shrink: 0; }

/* ─── RESPONSIVE ─── */
@media (max-width: 960px) {
  .help-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 500px) {
  .help-grid { grid-template-columns: 1fr; }
}
@media (max-width: 960px) {
  .hero-v2 { min-height: 480px; padding-top: 106px; }
  .hero-v2-text { width: 80%; padding: 50px 2rem 90px; }
  .hero-v2::before { background: linear-gradient(to right, rgba(242,237,231,1) 50%, rgba(242,237,231,0) 100%); }
  .what-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .what-text p { max-width: none; }
  .what-cards { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
  .pillars-grid { grid-template-columns: repeat(2, 1fr); }
  .what-cards { grid-template-columns: 1fr; }
  .contact-bar-inner { flex-direction: column; align-items: flex-start; }
  .contact-bar-items { flex-direction: column; gap: 1rem; }
}
