@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');
/* =======================================================
   HAVEN SPRING LLC - CIRCULAR DESIGN SYSTEM
   ======================================================= */

:root {
  /* Color Palette */
  --color-primary: #3a523b;
  --color-secondary: #5F8E44;
  --color-accent: #E6C27A;
  --color-bg: #F9FAFB;
  --color-bg-alt: #FFFFFF;
  --color-text: #333333;
  --color-text-light: #666666;
  
  /* Typography */
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Poppins', sans-serif;
  
  /* Effects */
  --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  --shadow-soft: 0 10px 30px rgba(95, 168, 211, 0.15);
  --shadow-glow: 0 0 25px rgba(230, 194, 122, 0.4);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--color-text);
  background-color: var(--color-bg);
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 { font-family: var(--font-heading); color: var(--color-text); font-weight: 600; line-height: 1.2em; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; height: auto; display: block; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 5%; }
.container-1700 { max-width: 1700px; margin: 0 auto; padding: 0 5%; }
.section-padding { padding: 100px 0; }
.bg-warm-white { background-color: var(--color-bg-alt); }
.text-center { text-align: center; }

/* --- Reveal Animations --- */
.reveal {
  opacity: 0;
  transform: translateY(30px) scale(0.95);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.reveal.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}
@keyframes pulseGlow {
  0% { box-shadow: 0 0 0 0 rgba(95, 168, 211, 0.4); }
  70% { box-shadow: 0 0 0 15px rgba(95, 168, 211, 0); }
  100% { box-shadow: 0 0 0 0 rgba(95, 168, 211, 0); }
}

/* --- Buttons --- */
.btn-primary, .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  font-weight: 500;
  transition: var(--transition);
  cursor: pointer;
  border: none;
  font-family: var(--font-body);
}
.btn-primary { background-color: var(--color-primary); color: #fff; box-shadow: var(--shadow-soft); }
.btn-primary:hover { background-color: var(--color-secondary); box-shadow: var(--shadow-glow); }
.btn-secondary { background-color: #fff; color: var(--color-primary); border: 2px solid var(--color-primary); }
.btn-secondary:hover { background-color: var(--color-primary); color: #fff; }

/* --- Header & Nav --- */
.header {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  background: rgba(249, 250, 251, 0.9);
  backdrop-filter: blur(10px);
  padding: 1rem 0;
  transition: var(--transition);
}
.header.scrolled { padding: 0.5rem 0; box-shadow: var(--shadow-soft); background: rgba(255, 255, 255, 0.95); }
.header-container { display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; align-items: center; gap: 0.5rem; font-family: var(--font-heading); font-size: 1.5rem; font-weight: 700; color: var(--color-primary); }
.logo svg { width: 40px; height: 40px; }
.nav-menu { display: flex; gap: 2rem; }
.nav-menu a { font-size: 16px; font-weight: 500; color: var(--color-text-light); transition: var(--transition); }
.nav-menu a:hover, .nav-menu a.active { 
  color: var(--color-primary); 
  font-family: var(--font-body) !important;
  font-weight: 500 !important;
}
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; z-index: 1001; }
.hamburger span { width: 25px; height: 3px; background: var(--color-primary); border-radius: 3px; transition: var(--transition); }

/* Laptop Navigation Fix */
@media (max-width: 1450px) {
  .nav-menu { gap: 1rem; }
  .nav-menu a { font-size: 14px; }
  .header .btn-primary { padding: 0.6rem 1.2rem; font-size: 14px; }
}

/* --- 1. Hero Section (Circular Focus) --- */
.hero-circular {
  position: relative;
  height: 950px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10%;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(to right, rgba(20, 30, 40, 0.4) 0%, rgba(20, 30, 40, 0) 60%), url('assets/2hero.webp') no-repeat top right / cover;
}

@keyframes circleRipple {
  0% { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.4); opacity: 0; }
}

.hero-center-circle {
  position: relative;
  z-index: 1;
  max-width: 720px;
  padding: 5rem 4.5rem;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 50%;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 0 0 30px rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 70px; /* Visually centers it by offsetting the fixed header height */
}

.hero-center-circle::before {
  content: '';
  position: absolute;
  top: -1px; left: -1px; right: -1px; bottom: -1px;
  border-radius: 50%;
  background: radial-gradient(circle, transparent 40%, rgba(95, 168, 211, 0.4) 100%);
  z-index: -1;
  animation: circleRipple 4s ease-out infinite;
  filter: blur(4px);
}
.hero-title { line-height: 1.1; margin-bottom: 1.5rem; font-weight: 700; text-shadow: 0 2px 10px rgba(255, 255, 255, 0.7); }
.text-green { color: #2A4B3A; font-size: 2.5rem; }
.text-blue { color: #427898; font-size: 3.5rem; }
.text-script { font-family: 'Alex Brush', cursive; font-size: 4rem; color: #5F8E44; font-weight: 400; display: block; margin-top: 0.5rem; white-space: nowrap; }

.hero-divider { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-bottom: 2rem; }
.hero-divider .line { height: 1px; width: 100px; background: #3E5C41; opacity: 0.3; }
.hero-divider .heart-icon { width: 20px; height: 20px; color: #508355; }

.hero-subtext { font-size: 1.15rem; line-height: 1.6; color: #333; margin-bottom: 2.5rem; max-width: 90%; margin-left: auto; margin-right: auto; text-shadow: 0 2px 10px rgba(255, 255, 255, 0.7); }

.hero-actions { display: flex; gap: 1rem; justify-content: center; }
.btn-green, .btn-blue { display: inline-flex; align-items: center; justify-content: center; padding: 1rem 2rem; border-radius: 50px; font-weight: 500; font-size: 1.05rem; transition: var(--transition); gap: 0.5rem; border: none; cursor: pointer; }
.btn-green { background-color: #6B934E; color: #fff; box-shadow: 0 4px 15px rgba(107, 147, 78, 0.3); }
.btn-green:hover { background-color: #5A7E41; transform: translateY(-2px); color: #fff; }
.btn-blue { background-color: #3A759B; color: #fff; box-shadow: 0 4px 15px rgba(58, 117, 155, 0.3); }
.btn-blue:hover { background-color: #2D5D7A; transform: translateY(-2px); color: #fff; }
.btn-green svg, .btn-blue svg { width: 20px; height: 20px; }

.float-icon {
  position: absolute;
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  animation: float 4s ease-in-out infinite;
}
.icon-inner {
  width: 70px; height: 70px;
  background: #fff; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-soft); color: var(--color-secondary);
  border: 2px solid rgba(230, 194, 122, 0.3);
}
.icon-inner svg { width: 30px; height: 30px; }
.float-icon span { font-size: 0.85rem; font-weight: 500; background: #fff; padding: 0.2rem 0.8rem; border-radius: 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }

/* --- 5. Our Process (Modern Timeline) --- */
.process-timeline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.process-timeline::before {
  content: '';
  position: absolute;
  top: 55%;
  left: 10%;
  right: 10%;
  height: 4px;
  background: linear-gradient(90deg, rgba(230, 194, 122, 0) 0%, rgba(230, 194, 122, 1) 50%, rgba(230, 194, 122, 0) 100%);
  z-index: 1;
  opacity: 0.6;
  box-shadow: 0 0 15px rgba(230, 194, 122, 0.8);
}
.process-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 1rem;
}
.step-number {
  font-family: var(--font-heading);
  font-size: 5rem;
  font-weight: 700;
  color: var(--color-accent);
  line-height: 1;
  margin-bottom: 1.5rem;
  z-index: 3;
  text-shadow: 0 0 25px rgba(230, 194, 122, 0.6);
}
.step-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-top: 4px solid var(--color-accent);
  border-radius: 20px;
  padding: 2.5rem 1.5rem;
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
  width: 100%;
  max-width: 300px;
  position: relative;
  z-index: 2;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}
.step-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 50px rgba(230, 194, 122, 0.2);
  border-top-color: #fff;
  background: rgba(255, 255, 255, 0.12);
}
.step-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0));
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: #fff;
  box-shadow: inset 0 0 15px rgba(255,255,255,0.1);
}
.step-icon svg { width: 32px; height: 32px; }
.step-card h4 {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 0.8rem;
  font-family: var(--font-heading);
}
.step-card p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
  margin: 0;
  min-height: 2.85rem;
}

@media (max-width: 991px) {
  .process-timeline {
    flex-direction: column;
    gap: 3rem;
  }
  .process-timeline::before {
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, rgba(230, 194, 122, 0) 0%, rgba(230, 194, 122, 1) 50%, rgba(230, 194, 122, 0) 100%);
    background-size: auto;
  }
}

.process-section-bg {
  background-image: linear-gradient(rgba(20, 40, 30, 0.85), rgba(20, 40, 30, 0.85)), url('assets/premium_hero_bg.webp');
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}
.process-section-bg .section-header h2 { color: #fff !important; }
.process-section-bg .section-header p { color: rgba(255,255,255,0.8) !important; }

/* Positions for floating icons around the center */
.icon-1 { top: 20%; left: 15%; animation-delay: 0s; }
.icon-2 { top: 15%; right: 15%; animation-delay: 1s; }
.icon-3 { bottom: 20%; left: 20%; animation-delay: 2s; }
.icon-4 { bottom: 15%; right: 20%; animation-delay: 3s; }

/* --- 2. Our Services (Grid Layout) --- */
.services-section { 
  background-color: #F7FAF8; 
  position: relative;
  overflow: hidden;
  padding: 5rem 10%;
}
.services-bg-blobs {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 0;
  pointer-events: none;
}
.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.6;
  animation: float 12s ease-in-out infinite;
}
.blob-1 {
  width: 600px; height: 400px;
  background: rgba(143, 191, 159, 0.4);
  top: -100px; left: -150px;
}
.blob-2 {
  width: 500px; height: 500px;
  background: rgba(95, 168, 211, 0.3);
  bottom: -150px; right: -100px;
  animation-delay: -6s;
}
.services-section .container { 
  position: relative; 
  z-index: 1; 
  max-width: 100%; 
  padding: 0; 
  margin: 0; 
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
.service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.service-img {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  position: relative;
  z-index: 1;
}
.service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}
.service-card:hover .service-img img {
  transform: scale(1.05);
}
.service-circle {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  margin-top: -60px; /* Overlap image by default */
  position: relative;
  z-index: 2;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out, background 0.4s ease-in-out;
}
.service-card:hover .service-circle {
  transform: translateY(-30px) scale(1.05);
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}
.service-circle h4 {
  font-size: 1.3rem;
  color: #3a523b;
  margin-bottom: 0.5rem;
}
.service-circle p {
  font-size: 16px;
  color: var(--color-text-light);
  margin-bottom: 1rem;
  line-height: 1.4;
}
.btn-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-secondary);
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: var(--transition);
}
.btn-text:hover {
  color: var(--color-primary);
}



/* --- 2.5 Why Choose Us (Premium Split) --- */
.split-premium-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 700px;
  background-color: #FAFCFA;
}
.split-image-half {
  width: 100%;
  height: 100%;
  position: relative;
}
.split-image-half img {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  box-shadow: 20px 0 60px rgba(0,0,0,0.06);
}
.split-content-half {
  padding: 4rem 8% 4rem 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.premium-badge {
  display: inline-block;
  align-self: flex-start;
  padding: 8px 18px;
  background: rgba(95, 142, 68, 0.1);
  color: #5F8E44;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.premium-heading {
  font-family: var(--font-heading);
  font-size: 3.2rem;
  color: #2C3E2D;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.premium-paragraph {
  font-size: 1.15rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 3rem;
  max-width: 600px;
}
.premium-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 2rem;
}
.premium-feature {
  display: flex;
  gap: 1.2rem;
}
.premium-feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: linear-gradient(135deg, #7ab060, #4c7336);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 10px 20px rgba(95, 142, 68, 0.25);
}
.premium-feature-icon svg {
  width: 24px;
  height: 24px;
}
.premium-feature-text h4 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  color: #2C3E2D;
  margin: 0 0 0.4rem 0;
}
.premium-feature-text p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 1024px) {
  .split-premium-section {
    grid-template-columns: 1fr;
  }
  .split-image-half {
    height: 400px;
  }
  .split-image-half img {
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
  }
  .split-content-half {
    padding: 4rem 6%;
  }
  .premium-features-grid {
    grid-template-columns: 1fr;
  }
}

.container-1700 {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 5%;
}

/* --- 3. About Us (Modern 3-Column Layout) --- */
.about-modern-split {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 4rem;
  align-items: center;
}
.about-modern-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-subheading {
  font-family: var(--font-body);
  font-size: 1.25rem;
  color: #427898;
  font-weight: 500;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.about-modern-text p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.7;
}
.about-modern-visual {
  display: flex;
  justify-content: center;
}
.about-modern-image {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.about-modern-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
}

.about-modern-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.five-circles-container {
  display: grid;
  grid-template-columns: 1fr 1.15fr 1fr;
  grid-template-rows: 1fr 1.15fr 1fr;
  gap: 2rem;
  width: 100%;
  max-width: 580px;
  padding: 3rem 0;
  margin: 0 auto;
}
.circle-stat {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  aspect-ratio: 1;
  padding: 15%;
  transition: all 0.3s ease;
}
.circle-stat:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 45px rgba(0,0,0,0.12);
}
.circle-stat h4 {
  font-family: var(--font-heading);
  color: #5F8E44;
  font-size: 1.6rem;
  margin: 0;
  line-height: 1.2;
}
.circle-stat p {
  font-size: 0.85rem;
  color: #555;
  font-weight: 600;
  margin: 0.5rem 0 0;
  line-height: 1.4;
}
.circle-center {
  grid-column: 2; grid-row: 2;
  border: 3px solid rgba(95, 142, 68, 0.4);
  background: #FAFCFA;
  transform: scale(1.05);
  z-index: 2;
  box-shadow: 0 15px 40px rgba(95, 142, 68, 0.15);
}
.circle-center:hover {
  transform: scale(1.1);
  box-shadow: 0 20px 50px rgba(95, 142, 68, 0.2);
}
.circle-center h4 {
  font-size: 2.2rem;
  line-height: 1.2;
}
.circle-center p {
  font-size: 0.95rem;
  color: #3a523b;
  line-height: 1.4;
  margin-top: 0.5rem;
}

.circle-tl { grid-column: 1; grid-row: 1; }
.circle-tr { grid-column: 3; grid-row: 1; }
.circle-bl { grid-column: 1; grid-row: 3; }
.circle-br { grid-column: 3; grid-row: 3; }

@media (max-width: 1200px) {
  .about-modern-split {
    grid-template-columns: 1fr 1fr;
  }
  .about-modern-right {
    grid-column: span 2;
  }
}

@media (max-width: 991px) {
  .about-modern-split {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .about-modern-right {
    grid-column: span 1;
  }
}
@media (max-width: 600px) {
  .five-circles-container {
    max-width: 340px;
  }
  .circle-stat h4 { font-size: 1.3rem; }
  .circle-stat p { font-size: 0.65rem; }
  .circle-center h4 { font-size: 1.8rem; }
  .circle-center p { font-size: 0.75rem; }
}

/* --- 4. Why Choose Us (Bubble Grid) --- */
.section-header { text-align: center; max-width: 600px; margin: 0 auto 4rem; }
.section-header h2 { font-size: 2.5rem; color: var(--color-primary); margin-bottom: 0.5rem; }
.bubble-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; }
.bubble-card {
  background: #fff;
  border-radius: 50px;
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: var(--shadow-soft);
  transition: var(--transition);
  border: 1px solid rgba(95, 168, 211, 0.1);
}
.bubble-card:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(95, 168, 211, 0.2); border-color: var(--color-accent); }
.bubble-icon {
  width: 70px; height: 70px; background: var(--color-bg); border-radius: 50%;
  margin: 0 auto 1.5rem; display: flex; align-items: center; justify-content: center;
  color: var(--color-primary);
}
.bubble-icon svg { width: 32px; height: 32px; }

/* --- 5. Care Process (Step Circles) --- */
.step-process { display: flex; align-items: flex-start; justify-content: space-between; position: relative; max-width: 1000px; margin: 0 auto; }
.step { flex: 1; text-align: center; position: relative; z-index: 2; padding: 0 1rem; }
.step-circle {
  width: 80px; height: 80px; background: #fff; border-radius: 50%;
  margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-heading); font-size: 2rem; color: var(--color-secondary);
  box-shadow: var(--shadow-soft); border: 2px solid var(--color-secondary);
  transition: var(--transition);
}
.step:hover .step-circle { background: var(--color-secondary); color: #fff; transform: scale(1.1); }
.step-line {
  flex: 1; height: 2px; background: dashed 2px var(--color-secondary);
  position: relative; top: 40px; z-index: 1; opacity: 0.5;
}

/* --- 6. Testimonials (Radial Infographic Layout) --- */
.radial-section-bg {
  background-color: #f7f9f7;
  overflow: hidden;
}
.radial-layout {
  display: grid;
  grid-template-columns: 1fr 400px 1fr;
  grid-template-rows: repeat(3, auto);
  gap: 20px;
  align-items: center;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 0;
}
.radial-center {
  grid-column: 2;
  grid-row: 1 / 4;
  width: 400px;
  height: 400px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem;
  box-shadow: 
    0 0 0 15px #fff,
    0 0 0 30px rgba(95, 142, 68, 0.08),
    0 20px 50px rgba(0,0,0,0.1);
  background: linear-gradient(135deg, #fff, #FAFCFA);
}
.radial-center-inner h2 {
  font-size: 3rem;
  color: var(--color-primary);
  line-height: 1.1;
  margin-bottom: 1rem;
  font-family: var(--font-heading);
}
.radial-center-inner p {
  font-size: 1.05rem;
  color: #666;
}

.radial-node {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 10px;
  box-shadow: 
    0 0 0 6px rgba(255,255,255,0.7),
    0 15px 35px rgba(0,0,0,0.06);
  position: relative;
  z-index: 15;
  transition: transform 0.3s ease;
  min-height: 120px;
}
.radial-node:hover {
  transform: translateY(-5px);
}

.left-node {
  grid-column: 1;
  margin-right: -50px; 
  padding-left: 2.5rem;
  background: linear-gradient(to right, #fff, #f7fcf7);
}
.right-node {
  grid-column: 3;
  margin-left: -50px;
  padding-right: 2.5rem;
  background: linear-gradient(to left, #fff, #f7fcf7);
}
.left-node .node-content { text-align: right; margin-right: 1.5rem; }
.right-node .node-content { text-align: left; margin-left: 1.5rem; }

.node-content { flex: 1; }
.node-content p {
  font-size: 0.95rem;
  color: #555;
  margin: 0 0 0.5rem 0;
  line-height: 1.4;
  font-style: italic;
}
.node-content h4 {
  font-size: 1.05rem;
  color: var(--color-primary);
  margin: 0;
}

.node-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  box-shadow: inset 0 0 10px rgba(0,0,0,0.1), 0 5px 15px rgba(95, 142, 68, 0.3);
}

.node-1 .node-icon { background: linear-gradient(135deg, #5F8E44, #3a523b); }
.node-2 .node-icon { background: linear-gradient(135deg, #74a856, #4b6e36); }
.node-3 .node-icon { background: linear-gradient(135deg, #E6C27A, #b3914a); }
.node-4 .node-icon { background: linear-gradient(135deg, #E6C27A, #b3914a); }
.node-5 .node-icon { background: linear-gradient(135deg, #74a856, #4b6e36); }
.node-6 .node-icon { background: linear-gradient(135deg, #5F8E44, #3a523b); }

/* Explicitly assign rows to fix grid auto-flow pushing the right side down */
.node-1 { grid-row: 1; }
.node-4 { grid-row: 1; }

.node-2 { grid-row: 2; }
.node-5 { grid-row: 2; }

.node-3 { grid-row: 3; }
.node-6 { grid-row: 3; }

.node-1, .node-4 { margin-top: -60px; }
.node-3, .node-6 { margin-bottom: -60px; }

@media (max-width: 1100px) {
  .radial-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 2rem;
    padding: 2rem 1rem;
  }
  .radial-center {
    grid-column: 1;
    grid-row: 1;
    width: 300px;
    height: 300px;
    margin-bottom: 2rem;
    box-shadow: 0 0 0 10px #fff, 0 0 0 20px rgba(95, 142, 68, 0.08);
  }
  .left-node, .right-node {
    grid-column: 1;
    grid-row: auto;
    margin: 0;
    padding: 1.5rem;
  }
  .left-node { flex-direction: row-reverse; }
  .left-node .node-content { text-align: left; margin-right: 0; margin-left: 1.5rem; }
  .node-1, .node-4, .node-3, .node-6 { margin-top: 0; margin-bottom: 0; }
}

/* --- 7. Contact (Rounded) --- */
.contact-rounded-wrapper {
  background: #fff; border-radius: 60px; display: grid; grid-template-columns: 1fr 2.5fr;
  overflow: hidden; box-shadow: var(--shadow-soft);
}
.contact-info { background: #F4F7F6; color: var(--color-text); padding: 4rem; }
.contact-info h2 { color: var(--color-primary); font-size: 2.5rem; margin-bottom: 1rem; }
.contact-info p { color: var(--color-text-light); margin-bottom: 2.5rem; }
.contact-detail { display: flex; align-items: center; gap: 1.5rem; margin-bottom: 1.5rem; color: var(--color-text); }
.contact-icon {
  width: 50px; height: 50px; border-radius: 50%; background: #fff;
  display: flex; align-items: center; justify-content: center;
  color: var(--color-primary);
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.contact-icon svg { width: 24px; height: 24px; }
.contact-form { padding: 4rem; }

.contact-map { padding: 4rem 4rem 4rem 0; display: flex; }
.contact-map iframe { border-radius: 30px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); min-height: 400px; width: 100%; height: 100%; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.form-group { margin-bottom: 1rem; }
.form-row .form-group { margin-bottom: 0; }
.input-rounded {
  width: 100%; 
  padding: 1rem 1.25rem; 
  border-radius: 6px; 
  border: 1px solid transparent; 
  background: #ffffff;
  color: var(--color-text);
  font-family: var(--font-body); 
  font-size: 1rem; 
  outline: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}
.input-rounded::placeholder { color: #a1a1aa; }
.input-rounded:focus { 
  border-color: rgba(58, 82, 59, 0.3); 
  box-shadow: 0 6px 15px rgba(58, 82, 59, 0.08); 
  transform: translateY(-1px);
}
textarea.input-rounded { border-radius: 6px; resize: vertical; min-height: 120px; }
input[type="file"].input-rounded {
  padding: 0.75rem;
  background: #ffffff;
  border: 1px dashed rgba(58, 82, 59, 0.3);
  box-shadow: none;
  cursor: pointer;
}
input[type="file"].input-rounded::file-selector-button {
  background: var(--color-primary);
  color: #fff;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  margin-right: 1rem;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease;
}
input[type="file"].input-rounded::file-selector-button:hover {
  background: var(--color-secondary);
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* --- 8. Footer (Curved & 4-Column Layout) --- */
.footer-curve { line-height: 0; margin-top: 80px; }
.footer-curved { background: var(--color-primary); color: #fff; padding: 2rem 0 0 0; }
.footer-grid-4 { display: grid; grid-template-columns: 2.5fr 1fr 1.5fr 1.5fr; gap: 3rem; padding-bottom: 3rem; }

.footer-col h4 { 
  color: #fff; 
  margin-bottom: 2rem; 
  position: relative;
  font-family: var(--font-body);
  font-size: 1.1rem;
}
.footer-col h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 30px;
  height: 2px;
  background: var(--color-accent);
}

.footer-col ul li { margin-bottom: 1.2rem; }
.footer-col a, .footer-col p { color: rgba(255,255,255,0.8); font-size: 16px; transition: var(--transition); }
.footer-col a:hover { color: #fff; padding-left: 5px; }

.brand-col .tagline { font-style: italic; color: #fff; margin: 1.5rem 0 1rem; font-size: 16px; }
.brand-col .desc { line-height: 1.8; padding-right: 2rem; }

.footer-contact-item { display: flex; align-items: flex-start; gap: 1rem; margin-bottom: 1.5rem; }
.footer-contact-item svg { width: 18px; height: 18px; color: var(--color-accent); flex-shrink: 0; margin-top: 2px; }
.footer-contact-item p { margin: 0; line-height: 1.6; }

.footer-bottom-flex { 
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  padding: 2rem 5%; 
  border-top: 1px solid rgba(255,255,255,0.1); 
}
.footer-bottom-flex p { font-size: 16px; color: rgba(255,255,255,0.7); margin: 0; }
.footer-legal a { font-size: 16px; color: rgba(255,255,255,0.7); margin-left: 1.5rem; transition: color 0.3s ease; }
.footer-legal a:hover { color: #fff; }

/* --- Mobile Responsive Updates --- */
@media (max-width: 1024px) {
  .hero-center-circle { width: 450px; height: 450px; padding: 2rem; }
  .ring-1 { width: 600px; height: 400px; }
  .ring-2 { width: 900px; height: 900px; }
  .about-split { grid-template-columns: 1fr; text-align: center; }
  .curved-image-wrapper { border-radius: 100px; margin: 0 auto; max-width: 500px; }
  .badge-1, .badge-2 { position: relative; top: 0; left: 0; right: 0; bottom: 0; display: inline-flex; margin: 1rem; }
  .why-top-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .why-top-content {
    width: 100%;
    padding: 4rem 5% 6rem 5%;
    text-align: center;
  }
  .why-top-image-bg {
    position: relative;
    width: 100%;
    height: 300px;
  }
  .why-title-serif { font-size: 3rem; }
  .why-divider-main { justify-content: center; margin: 1rem auto; }
  
  .why-col-exact {
    border-right: none;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding-bottom: 3rem;
  }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .bubble-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-rounded-wrapper { grid-template-columns: 1fr; }
  .contact-info, .contact-form, .contact-map { padding: 3rem 2rem; }
}

@media (max-width: 768px) {
  .header-container { position: relative; }
  .hamburger { display: flex; }
  .nav-menu {
    position: absolute; top: 70px; left: 0; width: 100%;
    background: #fff; flex-direction: column; padding: 2rem; gap: 1.5rem;
    box-shadow: var(--shadow-soft); border-radius: 0 0 30px 30px;
    opacity: 0; pointer-events: none; transform: translateY(-20px);
  }
  .nav-menu.open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .header .btn-primary { display: none; }
  
  .hero-circular { height: auto; min-height: 700px; padding: 100px 5% 50px; justify-content: center; background-position: center right; }
  .hero-center-circle { width: 100%; height: auto; aspect-ratio: auto; border-radius: 40px; padding: 2rem; }
  .hero-title { font-size: 2rem; }
  .hero-actions { flex-direction: column; }
  
  .why-bottom-grid {
    grid-template-columns: 1fr;
  }
  .services-grid { grid-template-columns: 1fr; }
  
  .bubble-grid { grid-template-columns: 1fr; }
  .step-process { flex-direction: column; align-items: center; gap: 2rem; }
  .step-line { display: none; }
  .footer-grid-4 { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom-flex { flex-direction: column; text-align: center; gap: 1rem; }
  .footer-legal a { margin: 0 0.5rem; }

  /* --- Mobile Hero Typography Fixes --- */
  .text-green { font-size: 1.7rem !important; } .text-blue { font-size: 2.2rem !important; }
  .text-script { 
    font-size: 2.5rem !important; 
    white-space: normal !important; 
    line-height: 1.2;
  }
  .hero-center-circle {
    padding: 2.5rem 1.5rem !important;
    border-radius: 30px !important;
    width: 100% !important;
    max-width: 90vw !important;
  }
  /* Mobile padding for contact section */
  .premium-cta-banner { padding: 50px 0 !important; }
  /* Footer mobile left alignment */
  .footer-links-col { text-align: left !important; }
  .footer-bottom-flex { text-align: left !important; align-items: flex-start !important; padding: 2rem 5% !important; }
  /* Force footer left alignment */
  .footer-links-col, .footer-links, .footer-bottom-flex, .footer-bottom, .footer-bottom-flex p, .footer-legal { 
    text-align: left !important; 
    align-items: flex-start !important; 
  }
  .footer-links { display: block !important; }
  /* Force footer left alignment */
  .footer-links-col, .footer-links, .footer-bottom, .footer-brand, .footer-links li, .footer-link {
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  /* Fix header flex layout by removing nav wrapper box */
  .header nav { display: contents !important; }
  /* Add spacing to the right of the hamburger menu */
  .hamburger { margin-right: 10px !important; }
  /* Mobile-only text left alignment utility */
  .mobile-text-left { text-align: left !important; }
}

/* =========================================
   ABOUT PAGE REDESIGN
   ========================================= */

/* Overlapping Images Layout */
.about-overlap-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .about-overlap-section {
    grid-template-columns: 1fr;
    gap: 4rem;
  }
}

.about-overlap-images {
  position: relative;
  width: 100%;
  padding-right: 2rem;
  padding-bottom: 2rem;
}

.about-img-main {
  width: 90%;
  border-radius: 30px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  display: block;
}

.about-img-sub {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  border-radius: 20px;
  border: 10px solid #fff;
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  z-index: 2;
}

.about-exp-badge {
  position: absolute;
  top: 10%;
  right: -5%;
  background: var(--color-primary-green);
  color: #fff;
  padding: 1.5rem;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 30px rgba(95, 142, 68, 0.3);
  z-index: 3;
  animation: float 4s ease-in-out infinite;
}

.about-exp-badge .exp-number {
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--font-heading);
  line-height: 1;
}

.about-exp-badge .exp-text {
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0.5rem;
  text-align: center;
}

.about-check-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0 0;
}

.about-check-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--color-text-dark);
}

.about-check-list li svg {
  width: 24px;
  height: 24px;
  color: var(--color-primary-green);
  flex-shrink: 0;
}

/* Core Pillars Grid */
.core-pillars-section {
  position: relative;
  overflow: hidden;
}

.pillars-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 3.5rem;
}

.pillar-card {
  background: #fff;
  border-radius: 25px;
  padding: 2.5rem 2rem;
  width: calc(33.333% - 1.35rem);
  min-width: 280px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  transition: all 0.4s ease;
  border: 1px solid rgba(0,0,0,0.02);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pillar-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--color-primary-green), var(--color-accent-gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.pillar-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.pillar-card:hover::before {
  transform: scaleX(1);
}

.pillar-icon-wrap {
  width: 70px;
  height: 70px;
  background: rgba(95, 142, 68, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: var(--color-primary-green);
  transition: all 0.4s ease;
}

.pillar-card:hover .pillar-icon-wrap {
  background: var(--color-primary-green);
  color: #fff;
  transform: scale(1.1);
}

.pillar-icon-wrap svg {
  width: 32px;
  height: 32px;
}

.pillar-card h3 {
  font-size: 1.5rem;
  color: var(--color-text-dark);
  margin-bottom: 1rem;
  font-family: var(--font-heading);
}

.pillar-card p {
  color: var(--color-text-light);
  line-height: 1.6;
  font-size: 1.05rem;
  margin: 0;
}

/* =========================================
   ULTRA PREMIUM SINGLE PAGE REDESIGN
   ========================================= */

/* Premium Masonry / Asymmetrical Layout */
.premium-masonry-section {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 4rem;
  max-width: 1400px;
  margin: 50px auto 120px auto;
}

.premium-masonry-images { flex: 1; display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); gap: 1.5rem; position: relative; height: 400px; }

.masonry-img-large {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.masonry-img-small-1 {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.06);
}

.masonry-img-small-2 {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.06);
}

.premium-masonry-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.premium-kicker {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--color-accent-gold);
  margin-bottom: 1rem;
  display: block;
}

.premium-title {
  font-size: 3.2rem;
  font-weight: 400;
  color: var(--color-primary-green);
  font-family: var(--font-heading);
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.premium-desc {
  font-size: 1.15rem;
  color: var(--color-text-light);
  line-height: 1.8;
  margin-bottom: 1.5rem;
  font-weight: 300;
}

@media (max-width: 1024px) {
  .premium-masonry-section {
    flex-direction: column !important;
    gap: 3rem !important;
    margin-bottom: 0px !important;
  }
  .premium-masonry-images {
    height: 300px !important;
  }
}

/* Premium Bento Box Grid */
.premium-bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.bento-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 3rem;
  border: 1px solid rgba(0,0,0,0.04);
  box-shadow: 0 10px 30px rgba(0,0,0,0.02);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.bento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(58, 82, 59, 0.08);
}

.bento-card.large {
  grid-column: span 2;
}

@media (max-width: 1024px) {
  .premium-bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bento-card.large {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .premium-bento-grid {
    grid-template-columns: 1fr;
  }
  .bento-card.large {
    grid-column: span 1;
  }

  /* --- Mobile Hero Typography Fixes --- */
  .text-green { font-size: 1.7rem !important; } .text-blue { font-size: 2.2rem !important; }
  .text-script { 
    font-size: 2.5rem !important; 
    white-space: normal !important; 
    line-height: 1.2;
  }
  .hero-center-circle {
    padding: 2.5rem 1.5rem !important;
    border-radius: 30px !important;
    width: 100% !important;
    max-width: 90vw !important;
  }
  /* Mobile padding for contact section */
  .premium-cta-banner { padding: 50px 0 !important; }
  /* Footer mobile left alignment */
  .footer-links-col { text-align: left !important; }
  .footer-bottom-flex { text-align: left !important; align-items: flex-start !important; padding: 2rem 5% !important; }
  /* Force footer left alignment */
  .footer-links-col, .footer-links, .footer-bottom-flex, .footer-bottom, .footer-bottom-flex p, .footer-legal { 
    text-align: left !important; 
    align-items: flex-start !important; 
  }
  .footer-links { display: block !important; }
  /* Force footer left alignment */
  .footer-links-col, .footer-links, .footer-bottom, .footer-brand, .footer-links li, .footer-link {
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  /* Fix header flex layout by removing nav wrapper box */
  .header nav { display: contents !important; }
  /* Add spacing to the right of the hamburger menu */
  .hamburger { margin-right: 10px !important; }
  /* Mobile-only text left alignment utility */
  .mobile-text-left { text-align: left !important; }
}

/* Premium Duotone Icons */
.duotone-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 2rem;
}

.duotone-icon .primary {
  fill: var(--color-primary-green);
}

.duotone-icon .secondary {
  fill: var(--color-accent-gold);
  opacity: 0.5;
}

.bento-card h3 {
  font-size: 1.6rem;
  color: var(--color-text-dark);
  margin-bottom: 1rem;
  font-family: var(--font-heading);
  font-weight: 400;
}

.bento-card p {
  font-size: 1.1rem;
  color: var(--color-text-light);
  line-height: 1.7;
  margin: 0;
  font-weight: 300;
}

/* Premium Service Row */
.premium-service-row {
  display: flex;
  gap: 5rem;
  align-items: center;
  margin-bottom: 6rem;
}

.premium-service-row:nth-child(even) {
  flex-direction: row-reverse;
}

.service-row-img {
  flex: 1;
  position: relative;
}

.service-row-img img {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.1);
  display: block;
}

.service-row-img::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid var(--color-accent-gold);
  border-radius: 24px;
  z-index: -1;
  opacity: 0.5;
}

.premium-service-row:nth-child(even) .service-row-img::before {
  left: 20px;
  right: -20px;
}

.service-row-content {
  flex: 1;
}

.service-row-content h2 {
  font-size: 2.5rem;
  color: var(--color-primary-green);
  font-family: var(--font-heading);
  margin-bottom: 1.5rem;
}

.service-row-content p {
  font-size: 1.15rem;
  color: var(--color-text-light);
  line-height: 1.8;
  margin-bottom: 2rem;
}

.premium-ul {
  list-style: none;
  padding: 0;
}

.premium-ul li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  color: var(--color-text-dark);
}

.premium-ul li svg {
  width: 24px;
  height: 24px;
  fill: none;
  flex-shrink: 0;
  margin-top: 2px;
}

/* =========================================
   PREMIUM ACCORDION (INTERACTIVE LIST)
   ========================================= */
.premium-accordion {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.accordion-item {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 2.5rem 2rem;
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  transition: all 0.4s ease;
  cursor: default;
  position: relative;
  z-index: 1;
}

.accordion-item:first-child {
  border-top: 1px solid rgba(0,0,0,0.1);
}

.accordion-item::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(95, 142, 68, 0.03);
  z-index: -1;
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.accordion-item:hover::before {
  transform: scaleY(1);
}

.acc-num {
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--color-accent-gold);
  font-family: var(--font-heading);
  min-width: 40px;
}

.acc-content {
  flex: 1;
}

.acc-title {
  font-size: 2.5rem;
  font-family: var(--font-heading);
  color: var(--color-text-dark);
  margin: 0;
  transition: color 0.4s ease, transform 0.4s ease;
}

.accordion-item:hover .acc-title {
  color: var(--color-primary-green);
  transform: translateX(10px);
}

.acc-desc {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  font-size: 1.15rem;
  color: var(--color-text-light);
  line-height: 1.7;
  margin: 0;
  transform: translateY(-10px);
}

.accordion-item:hover .acc-desc {
  max-height: 200px;
  opacity: 1;
  margin-top: 1rem;
  transform: translateY(0);
}

.acc-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-text-light);
  transition: all 0.4s ease;
}

.accordion-item:hover .acc-icon {
  background: var(--color-primary-green);
  color: #fff;
  border-color: var(--color-primary-green);
  transform: rotate(90deg);
}

@media (max-width: 768px) {
  .accordion-item {
    padding: 1.5rem 1rem;
    gap: 1.5rem;
  }
  .acc-title {
    font-size: 1.8rem;
  }
  .accordion-item:hover .acc-desc {
    max-height: 300px;
  }

  /* --- Mobile Hero Typography Fixes --- */
  .text-green { font-size: 1.7rem !important; } .text-blue { font-size: 2.2rem !important; }
  .text-script { 
    font-size: 2.5rem !important; 
    white-space: normal !important; 
    line-height: 1.2;
  }
  .hero-center-circle {
    padding: 2.5rem 1.5rem !important;
    border-radius: 30px !important;
    width: 100% !important;
    max-width: 90vw !important;
  }
  /* Mobile padding for contact section */
  .premium-cta-banner { padding: 50px 0 !important; }
  /* Footer mobile left alignment */
  .footer-links-col { text-align: left !important; }
  .footer-bottom-flex { text-align: left !important; align-items: flex-start !important; padding: 2rem 5% !important; }
  /* Force footer left alignment */
  .footer-links-col, .footer-links, .footer-bottom-flex, .footer-bottom, .footer-bottom-flex p, .footer-legal { 
    text-align: left !important; 
    align-items: flex-start !important; 
  }
  .footer-links { display: block !important; }
  /* Force footer left alignment */
  .footer-links-col, .footer-links, .footer-bottom, .footer-brand, .footer-links li, .footer-link {
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  /* Fix header flex layout by removing nav wrapper box */
  .header nav { display: contents !important; }
  /* Add spacing to the right of the hamburger menu */
  .hamburger { margin-right: 10px !important; }
  /* Mobile-only text left alignment utility */
  .mobile-text-left { text-align: left !important; }
}

/* =========================================
   IMAGE-BASED CARDS (PILLARS)
   ========================================= */
.image-pillars-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  max-width: 1500px;
  margin: 0 auto;
}

.img-pillar-card {
  position: relative;
  flex: 1 1 calc(20% - 1.5rem);
  min-width: 250px;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  display: flex;
  align-items: flex-end;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: default;
}

.img-pillar-bg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 0.6s ease;
}

.img-pillar-card:hover .img-pillar-bg {
  transform: scale(1.1);
}

.img-pillar-overlay {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(to top, rgba(58, 82, 59, 0.95) 0%, rgba(58, 82, 59, 0.5) 40%, transparent 100%);
  z-index: 2;
  transition: background 0.4s ease;
}

.img-pillar-card:hover .img-pillar-overlay {
  background: linear-gradient(to top, rgba(58, 82, 59, 0.95) 0%, rgba(58, 82, 59, 0.7) 60%, rgba(0,0,0,0.2) 100%);
}

.img-pillar-content {
  position: relative;
  z-index: 3;
  padding: 2rem 1.5rem;
  color: #fff;
  width: 100%;
}

.img-pillar-content h3 {
  font-size: 1.4rem;
  font-family: var(--font-heading);
  margin-bottom: 0.5rem;
  transform: translateY(20px);
  transition: transform 0.4s ease;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.img-pillar-content p {
  font-size: 0.95rem;
  line-height: 1.5;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  margin: 0;
}

.img-pillar-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(58, 82, 59, 0.2);
}

.img-pillar-card:hover .img-pillar-content h3 {
  transform: translateY(0);
}

.img-pillar-card:hover .img-pillar-content p {
  opacity: 1;
  max-height: 200px;
  margin-top: 1rem;
}

@media (max-width: 1024px) {
  .img-pillar-card { flex: 1 1 calc(33.333% - 1.5rem); }
}

@media (max-width: 768px) {
  .img-pillar-card { flex: 1 1 100%; height: 350px; }
  .img-pillar-content p { opacity: 1; max-height: 200px; margin-top: 1rem; }
  .img-pillar-content h3 { transform: translateY(0); }

  /* --- Mobile Hero Typography Fixes --- */
  .text-green { font-size: 1.7rem !important; } .text-blue { font-size: 2.2rem !important; }
  .text-script { 
    font-size: 2.5rem !important; 
    white-space: normal !important; 
    line-height: 1.2;
  }
  .hero-center-circle {
    padding: 2.5rem 1.5rem !important;
    border-radius: 30px !important;
    width: 100% !important;
    max-width: 90vw !important;
  }
  /* Mobile padding for contact section */
  .premium-cta-banner { padding: 50px 0 !important; }
  /* Footer mobile left alignment */
  .footer-links-col { text-align: left !important; }
  .footer-bottom-flex { text-align: left !important; align-items: flex-start !important; padding: 2rem 5% !important; }
  /* Force footer left alignment */
  .footer-links-col, .footer-links, .footer-bottom-flex, .footer-bottom, .footer-bottom-flex p, .footer-legal { 
    text-align: left !important; 
    align-items: flex-start !important; 
  }
  .footer-links { display: block !important; }
  /* Force footer left alignment */
  .footer-links-col, .footer-links, .footer-bottom, .footer-brand, .footer-links li, .footer-link {
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  /* Fix header flex layout by removing nav wrapper box */
  .header nav { display: contents !important; }
  /* Add spacing to the right of the hamburger menu */
  .hamburger { margin-right: 10px !important; }
  /* Mobile-only text left alignment utility */
  .mobile-text-left { text-align: left !important; }
}

/* =========================================
   EDITORIAL PILLARS (PROFESSIONAL)
   ========================================= */
.core-pillars-editorial { margin-top: 6rem; clear: both; padding-bottom: 100px !important;
  
}

.editorial-layout { display: flex; gap: 6rem; align-items: flex-start; max-width: 1600px;
  margin: 0 auto;
}

.editorial-left {
  flex: 1;
  position: sticky;
  top: 120px;
}

.editorial-right {
  flex: 1.5;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.editorial-pillar {
  background: #fff;
  padding: 3rem;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.02);
  border: 1px solid rgba(0,0,0,0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.editorial-pillar:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}

.pillar-header {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border-bottom: 2px solid rgba(197, 168, 98, 0.2);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.pillar-num {
  font-size: 2rem;
  color: var(--color-accent-gold);
  font-family: var(--font-heading);
  font-weight: 300;
  line-height: 1;
}

.pillar-title {
  font-size: 2rem;
  color: var(--color-primary-green);
  margin: 0;
  font-family: var(--font-heading);
  font-weight: 400;
}

.editorial-pillar p {
  font-size: 1.15rem;
  color: var(--color-text-light);
  line-height: 1.8;
  margin: 0;
  font-weight: 300;
}

@media (max-width: 1024px) {
  .editorial-layout {
    flex-direction: column;
    gap: 3rem;
  }
  .editorial-left {
    position: relative;
    top: 0;
  }
}

@media (max-width: 768px) {
  .editorial-pillar {
    padding: 2rem;
  }
  .pillar-title {
    font-size: 1.6rem;
  }

  /* --- Mobile Hero Typography Fixes --- */
  .text-green { font-size: 1.7rem !important; } .text-blue { font-size: 2.2rem !important; }
  .text-script { 
    font-size: 2.5rem !important; 
    white-space: normal !important; 
    line-height: 1.2;
  }
  .hero-center-circle {
    padding: 2.5rem 1.5rem !important;
    border-radius: 30px !important;
    width: 100% !important;
    max-width: 90vw !important;
  }
  /* Mobile padding for contact section */
  .premium-cta-banner { padding: 50px 0 !important; }
  /* Footer mobile left alignment */
  .footer-links-col { text-align: left !important; }
  .footer-bottom-flex { text-align: left !important; align-items: flex-start !important; padding: 2rem 5% !important; }
  /* Force footer left alignment */
  .footer-links-col, .footer-links, .footer-bottom-flex, .footer-bottom, .footer-bottom-flex p, .footer-legal { 
    text-align: left !important; 
    align-items: flex-start !important; 
  }
  .footer-links { display: block !important; }
  /* Force footer left alignment */
  .footer-links-col, .footer-links, .footer-bottom, .footer-brand, .footer-links li, .footer-link {
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  /* Fix header flex layout by removing nav wrapper box */
  .header nav { display: contents !important; }
  /* Add spacing to the right of the hamburger menu */
  .hamburger { margin-right: 10px !important; }
  /* Mobile-only text left alignment utility */
  .mobile-text-left { text-align: left !important; }
}








/* =========================================
   ABOUT PAGE: ULTRA-PREMIUM REDESIGN
   ========================================= */

/* 1. Immersive Hero */
.about-immersive-hero { position: relative; padding-top: 50px;
  height: 60vh; min-height: 450px;
  background: url('assets/hero_bg.webp') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about-immersive-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(30, 43, 30, 0.75);
}

.about-immersive-content { position: relative; z-index: 2; color: #fff; max-width: 1200px; padding: 0 2rem; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }

.about-immersive-content h1 { color: #fff !important;
  font-size: 5rem;
  font-family: var(--font-heading);
  font-weight: 300;
  margin-bottom: 1.5rem;
  letter-spacing: -1px;
}

.about-immersive-content p {
  font-size: 1.3rem;
  font-weight: 300;
  opacity: 0.9;
}

/* 2. Mission Split */
.about-mission-split {
  display: flex;
  min-height: 800px;
  background: #fff;
}

.mission-split-img {
  flex: 1;
  background: url('assets/about_mission_main.webp') center/cover no-repeat;
}

.mission-split-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8rem;
  background: #fff;
}

.mission-split-content blockquote {
  font-size: 2rem;
  font-family: var(--font-heading);
  color: var(--color-primary-green);
  line-height: 1.4;
  margin-top: 3rem;
  padding-left: 2rem;
  border-left: 4px solid var(--color-accent-gold);
}

/* 3. Staggered Pillars */
.staggered-row {
  display: flex;
  min-height: 650px;
  background: var(--color-warm-white);
}

.staggered-row.reverse {
  flex-direction: row-reverse;
  background: #fff;
}

.staggered-img {
  flex: 1;
  background-size: cover;
  background-position: center;
}

.staggered-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8rem;
}

.staggered-num {
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--color-accent-gold);
  margin-bottom: 0.5rem;
  opacity: 0.8;
}

.staggered-content h3 {
  font-size: 3.5rem;
  color: var(--color-primary-green);
  font-family: var(--font-heading);
  margin-bottom: 1.5rem;
  margin-top: 0;
  line-height: 1.1;
}

.staggered-content p {
  font-size: 1.25rem;
  color: var(--color-text-light);
  line-height: 1.8;
}

@media (max-width: 1024px) {
  .about-mission-split,
  .staggered-row,
  .staggered-row.reverse {
    flex-direction: column !important;
  }
  .mission-split-img,
  .staggered-img {
    height: 500px;
  }
  .mission-split-content,
  .staggered-content {
    padding: 4rem 2rem;
  }
}

/* =========================================
   BOUTIQUE ARCHWAY REDESIGN
   ========================================= */
.boutique-section {
  position: relative;
  padding: 8rem 0;
  overflow: hidden;
  background: var(--color-warm-white);
}

.boutique-section::before {
  content: '';
  position: absolute;
  top: 10%; right: -5%;
  width: 800px; height: 800px;
  background: radial-gradient(circle, rgba(138,154,91,0.12) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.boutique-section::after {
  content: '';
  position: absolute;
  bottom: -10%; left: -10%;
  width: 900px; height: 900px;
  background: radial-gradient(circle, rgba(58,82,59,0.06) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.boutique-row {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 1500px;
  margin: 0 auto 10rem auto;
  position: relative;
  z-index: 1;
}

.boutique-row.reverse {
  flex-direction: row-reverse;
}

.arch-img-wrapper {
  flex: 1.2;
  position: relative;
  padding: 0 2rem;
}

.arch-img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  border-radius: 400px 400px 30px 30px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.12);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.boutique-row:hover .arch-img {
  transform: translateY(-15px) scale(1.02);
}

/* Pill shape alternate */
.arch-img.pill {
  border-radius: 400px;
}

.glass-card {
  flex: 1;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(255,255,255,0.8);
  padding: 6rem 5rem;
  border-radius: 40px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.06);
  position: relative;
  margin-left: -150px;
  z-index: 2;
  transform: translateY(30px);
}

.boutique-row.reverse .glass-card {
  margin-left: 0;
  margin-right: -150px;
}

.watermark-num {
  position: absolute;
  top: -60px;
  left: 30px;
  font-size: 12rem;
  font-family: var(--font-heading);
  color: rgba(58, 82, 59, 0.04);
  font-weight: 700;
  line-height: 1;
  z-index: -1;
  pointer-events: none;
  letter-spacing: -5px;
}

.glass-title {
  font-size: 3.5rem;
  color: var(--color-primary-green);
  font-family: var(--font-heading);
  margin-bottom: 1.5rem;
  position: relative;
  line-height: 1.1;
}

.glass-desc {
  font-size: 1.25rem;
  color: var(--color-text-light);
  line-height: 1.8;
  position: relative;
}

@media (max-width: 1200px) {
  .glass-card { padding: 4rem 3rem; margin-left: -80px; }
  .boutique-row.reverse .glass-card { margin-right: -80px; }
  .arch-img { height: 600px; }
}

@media (max-width: 1024px) {
  .boutique-row, .boutique-row.reverse {
    flex-direction: column;
    margin-bottom: 6rem;
  }
  .glass-card {
    margin: -100px 1.5rem 0 1.5rem !important;
    padding: 3rem 2rem;
    transform: none;
  }
  .arch-img {
    height: 500px;
    border-radius: 200px 200px 20px 20px;
  }
  .arch-img.pill {
    border-radius: 200px;
  }
}

.container-1700 {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* =========================================
   REFERENCE TEMPLATE REDESIGN
   ========================================= */
.reference-about-hero {
  display: flex;
  align-items: center;
  gap: 6rem;
  max-width: 1400px;
  margin: 10rem auto 6rem auto;
  padding: 0 2rem;
}
.reference-about-text {
  flex: 1;
}
.reference-about-text h2 { font-size: 4rem; line-height: 1.1;
  color: var(--color-primary-green);
  font-family: var(--font-heading);
  margin-bottom: 2rem;
}
.reference-about-text p {
  font-size: 1.15rem;
  color: var(--color-text);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.reference-about-img {
  flex: 1;
}
.reference-about-img { margin: 0 -2rem; }
  .reference-about-img img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
  object-fit: cover;
}

/* 5 Circular Pillars */
.reference-pillars-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  max-width: 1400px;
  margin: 4rem auto 8rem auto;
  padding: 0 2rem;
  flex-wrap: wrap;
  position: relative;
}
.reference-pillars-row::before {
  content: "";
  position: absolute;
  top: 110px;
  left: 5%;
  right: 5%;
  height: 1px;
  background: var(--color-accent-gold);
  z-index: 0;
  opacity: 0.4;
}
.reference-pillar-item {
  text-align: center;
  width: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.reference-pillar-img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1.5rem auto;
  border: 1px solid var(--color-accent-gold);
  padding: 8px;
  background: var(--color-warm-white);
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}
.reference-pillar-item:hover .reference-pillar-img {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 25px 50px rgba(138, 154, 91, 0.2);
  border-color: var(--color-primary-green);
}
.reference-pillar-item h4 {
  font-size: 1.25rem;
  color: var(--color-primary-green);
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 1.3;
  white-space: nowrap;
  letter-spacing: 0.5px;
}
.reference-pillar-item h4::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: var(--color-accent-gold);
  margin: 0.75rem auto 0;
  transition: width 0.4s ease;
}
.reference-pillar-item:hover h4::after {
  width: 50px;
}

/* Process Section */
.reference-process-section {
  background-color: #EEF5F1;
  padding: 8rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Decorative leaf/shape */
.reference-process-section::before {
  content: '';
  position: absolute;
  top: 10%; left: -5%;
  width: 300px; height: 300px;
  background: url('assets/leaf_accent.svg') no-repeat center/contain;
  opacity: 0.1;
  transform: rotate(-30deg);
  pointer-events: none;
}

.reference-process-section h2 {
  font-size: 3.5rem;
  color: var(--color-primary-green);
  font-family: var(--font-heading);
  margin-bottom: 4rem;
}
.reference-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 1400px;
  margin: 0 auto;
}
.reference-process-card {
  background: transparent;
  border: 1px solid rgba(58, 82, 59, 0.15);
  border-radius: 16px;
  padding: 2.5rem 1.5rem;
  text-align: left;
  position: relative;
  transition: transform 0.3s ease, background 0.3s ease;
}
.reference-process-card:hover {
  background: rgba(255,255,255,0.8);
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}
.process-num {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 2.5rem;
  color: rgba(138,154,91,0.8);
  font-family: var(--font-heading);
  line-height: 1;
}
.process-icon { margin-bottom: 2rem; width: 72px; height: 72px; border-radius: 50%; background: linear-gradient(135deg, rgba(138,154,91,0.15) 0%, rgba(138,154,91,0.02) 100%); border: 1px solid rgba(138,154,91,0.4); display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 20px rgba(0,0,0,0.03); transition: transform 0.3s ease; } .reference-process-card:hover .process-icon { transform: scale(1.08) rotate(5deg); border-color: rgba(138,154,91,0.8); }
.process-icon svg { width: 48px; height: 48px; display: block; }
.reference-process-card h3 {
  font-size: 1.5rem;
  color: var(--color-primary-green);
  margin-bottom: 1rem;
}
.reference-process-card p {
  font-size: 18px;
  color: var(--color-text-light);
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .reference-about-hero { flex-direction: column; gap: 4rem; margin: 50px auto; }
  .reference-pillars-row { flex-wrap: wrap; gap: 3rem; }
  .reference-process-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
}
@media (max-width: 768px) {
  .reference-process-grid { grid-template-columns: 1fr; }

  /* --- Mobile Hero Typography Fixes --- */
  .text-green { font-size: 1.7rem !important; } .text-blue { font-size: 2.2rem !important; }
  .text-script { 
    font-size: 2.5rem !important; 
    white-space: normal !important; 
    line-height: 1.2;
  }
  .hero-center-circle {
    padding: 2.5rem 1.5rem !important;
    border-radius: 30px !important;
    width: 100% !important;
    max-width: 90vw !important;
  }
  /* Mobile padding for contact section */
  .premium-cta-banner { padding: 50px 0 !important; }
  /* Footer mobile left alignment */
  .footer-links-col { text-align: left !important; }
  .footer-bottom-flex { text-align: left !important; align-items: flex-start !important; padding: 2rem 5% !important; }
  /* Force footer left alignment */
  .footer-links-col, .footer-links, .footer-bottom-flex, .footer-bottom, .footer-bottom-flex p, .footer-legal { 
    text-align: left !important; 
    align-items: flex-start !important; 
  }
  .footer-links { display: block !important; }
  /* Force footer left alignment */
  .footer-links-col, .footer-links, .footer-bottom, .footer-brand, .footer-links li, .footer-link {
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  /* Fix header flex layout by removing nav wrapper box */
  .header nav { display: contents !important; }
  /* Add spacing to the right of the hamburger menu */
  .hamburger { margin-right: 10px !important; }
  /* Mobile-only text left alignment utility */
  .mobile-text-left { text-align: left !important; }
}



/* Hero specific reference styling */
.hero-kicker {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-accent-gold);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
.hero-title-ref { margin-top: 0; font-size: 60px !important; font-family: var(--font-heading); font-weight: 400 !important; color: #fff !important; margin-bottom: 1rem; }
.hero-title-ref .text-gold {
  color: var(--color-accent-gold) !important;
  font-style: italic;
}
.hero-description { font-size: 18px !important; font-weight: 300 !important; color: #fff !important; line-height: 1.8; letter-spacing: 0.5px; max-width: 800px; margin: 0 auto; opacity: 1; }



.pill-badge { display: inline-flex; align-items: center; justify-content: center; text-align: center;
  background-color: rgba(138, 154, 91, 0.15); /* Light green tint */
  color: var(--color-primary-green) !important;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 1rem !important;
  font-weight: 700 !important;
  font-family: var(--font-body) !important;
  text-transform: uppercase;
  letter-spacing: 1.5px !important;
  margin-bottom: 0.5rem !important;
  line-height: 1 !important;
}

/* =========================================
   PREMIUM SERVICE CIRCULAR CARDS
   ========================================= */
.premium-service-card {
  display: flex;
  align-items: center;
  gap: 4rem;
  max-width: 1100px;
  margin: 0 auto 5rem auto;
  padding: 3rem;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.premium-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
.service-card-img-wrapper {
  flex-shrink: 0;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  border: 8px solid #f8f6f0;
}
.service-circular-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  transform: scale(1.01); /* tiny scale to prevent edge bleeding on some browsers */
}

.premium-service-card:hover .service-circular-img {
  transform: scale(1.1);
}
.service-card-content {
  flex: 1;
}
.service-card-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  color: #3a523b;
  margin-bottom: 1rem;
}
.service-card-content p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .premium-service-card {
    flex-direction: column;
    text-align: center;
    gap: 2rem;
    padding: 2rem;
  }
  .service-card-img-wrapper {
    width: 200px;
    height: 200px;
  }
  .service-card-content h2 {
    font-size: 26px !important;
  }
}

.premium-service-card.reversed {
  flex-direction: row-reverse;
}
.premium-service-card.reversed .service-card-content {
  text-align: right;
}
@media (max-width: 900px) {
  .premium-service-card.reversed {
    flex-direction: column;
  }
  .premium-service-card.reversed .service-card-content {
    text-align: center;
  }
}

/* --- Icon Cards Grid (Admissions) --- */
.icon-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  max-width: 1400px;
  margin: 0 auto;
}

.icon-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 3.5rem 2.5rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0,0,0,0.03);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.icon-card-header {
  width: 90px;
  height: 90px;
  background: #f8f6f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  color: #5F8E44;
}

.icon-card-header svg {
  width: 40px;
  height: 40px;
}

.icon-card h3 {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  color: #3a523b;
  margin-bottom: 1rem;
}

.icon-card p {
  color: var(--color-text-light);
  line-height: 1.7;
  font-size: 1.05rem;
  margin: 0;
}

@media (max-width: 992px) {
  .icon-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .icon-cards-grid {
    grid-template-columns: 1fr;
  }

  /* --- Mobile Hero Typography Fixes --- */
  .text-green { font-size: 1.7rem !important; } .text-blue { font-size: 2.2rem !important; }
  .text-script { 
    font-size: 2.5rem !important; 
    white-space: normal !important; 
    line-height: 1.2;
  }
  .hero-center-circle {
    padding: 2.5rem 1.5rem !important;
    border-radius: 30px !important;
    width: 100% !important;
    max-width: 90vw !important;
  }
  /* Mobile padding for contact section */
  .premium-cta-banner { padding: 50px 0 !important; }
  /* Footer mobile left alignment */
  .footer-links-col { text-align: left !important; }
  .footer-bottom-flex { text-align: left !important; align-items: flex-start !important; padding: 2rem 5% !important; }
  /* Force footer left alignment */
  .footer-links-col, .footer-links, .footer-bottom-flex, .footer-bottom, .footer-bottom-flex p, .footer-legal { 
    text-align: left !important; 
    align-items: flex-start !important; 
  }
  .footer-links { display: block !important; }
  /* Force footer left alignment */
  .footer-links-col, .footer-links, .footer-bottom, .footer-brand, .footer-links li, .footer-link {
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  /* Fix header flex layout by removing nav wrapper box */
  .header nav { display: contents !important; }
  /* Add spacing to the right of the hamburger menu */
  .hamburger { margin-right: 10px !important; }
  /* Mobile-only text left alignment utility */
  .mobile-text-left { text-align: left !important; }
}

/* --- Premium CTA Banner --- */
.premium-cta-banner {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-banner-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 0;
  transform: scale(1.05);
  transition: transform 10s ease;
}
.premium-cta-banner:hover .cta-banner-bg {
  transform: scale(1);
}
.cta-banner-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, rgba(20, 30, 40, 0.85) 0%, rgba(42, 75, 58, 0.85) 100%);
  z-index: 1;
}
.cta-banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}
.cta-banner-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(230, 194, 122, 0.3);
  border-radius: 30px;
  padding: 4rem 3rem;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 25px 50px rgba(0,0,0,0.3);
}
.premium-badge-gold {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: rgba(230, 194, 122, 0.15);
  color: #E6C27A;
  border: 1px solid rgba(230, 194, 122, 0.5);
  margin-bottom: 1.5rem;
}
.cta-banner-title {
  font-family: var(--font-heading);
  font-size: 3.5rem;
  color: #ffffff;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.cta-banner-desc {
  font-size: 1.15rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.btn-gold {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  transition: var(--transition);
  background-color: #E6C27A;
  color: #1a2a20;
  box-shadow: 0 10px 25px rgba(230, 194, 122, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.btn-gold:hover {
  background-color: #d4ae60;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(230, 194, 122, 0.5);
}

/* --- Premium Split CTA Banner --- */
.cta-banner-split-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  background: transparent;
  padding: 2rem 0;
  max-width: 1400px;
  margin: 0 auto;
  align-items: center;
}
.cta-banner-left {
  text-align: left;
}
.cta-banner-right {
  background: rgba(255, 255, 255, 0.95);
  padding: 2.5rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.premium-inline-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.premium-inline-form input[type="text"],
.premium-inline-form input[type="tel"],
.premium-inline-form input[type="email"],
.premium-inline-form textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: var(--font-body, 'Poppins', sans-serif);
  font-size: 1rem;
  background: #fff;
  color: #333;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.premium-inline-form input:focus,
.premium-inline-form textarea:focus {
  outline: none;
  border-color: #5F8E44;
  box-shadow: 0 0 0 3px rgba(95, 142, 68, 0.2);
}
.premium-inline-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.premium-inline-form .form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  text-align: left;
}
.premium-inline-form .form-checkbox input {
  margin-top: 5px;
}
.premium-inline-form .form-checkbox label {
  font-size: 0.8rem;
  color: #555;
  line-height: 1.4;
}
@media (max-width: 900px) {
  .cta-banner-split-card {
    grid-template-columns: 1fr;
    padding: 2rem;
    gap: 3rem;
  }
}
@media (max-width: 500px) {
  .premium-inline-form .form-row {
    grid-template-columns: 1fr;
  }
}

/* --- NEW COMPLIANT FOOTER --- */
.footer {
  background-color: #3a523b !important;
  color: #ffffff !important;
  padding: 4rem 2rem 2rem !important;
  font-family: var(--font-body, 'Poppins', sans-serif) !important;
  position: relative;
  z-index: 10;
}
.footer .container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
.footer-top {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 3rem !important;
  margin-bottom: 3rem !important;
  border-bottom: 1px solid rgba(255,255,255,0.1) !important;
  padding-bottom: 3rem !important;
}
.footer-brand p {
  margin: 0.5rem 0 !important;
  color: rgba(255,255,255,0.85) !important;
  font-size: 1.1rem !important;
  line-height: 1.6 !important;
}
.footer-brand a {
  color: #E6C27A !important;
  text-decoration: none !important;
  transition: color 0.3s !important;
}
.footer-brand a:hover {
  color: #fff !important;
}
.footer-links-col {
  text-align: right;
}
.footer-links-col h4 {
  font-family: var(--font-heading, 'Playfair Display', serif) !important;
  font-size: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  color: #E6C27A !important;
}
.footer-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.8rem !important;
}
.footer-link {
  color: rgba(255,255,255,0.85) !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  font-size: 1.1rem !important;
}
.footer-link:hover {
  color: #E6C27A !important;
}
@media (max-width: 768px) {
  .footer-top {
    grid-template-columns: 1fr !important;
    text-align: center;
  }
  .footer-links-col {
    text-align: center;
  }

  /* --- Mobile Hero Typography Fixes --- */
  .text-green { font-size: 1.7rem !important; } .text-blue { font-size: 2.2rem !important; }
  .text-script { 
    font-size: 2.5rem !important; 
    white-space: normal !important; 
    line-height: 1.2;
  }
  .hero-center-circle {
    padding: 2.5rem 1.5rem !important;
    border-radius: 30px !important;
    width: 100% !important;
    max-width: 90vw !important;
  }
  /* Mobile padding for contact section */
  .premium-cta-banner { padding: 50px 0 !important; }
  /* Footer mobile left alignment */
  .footer-links-col { text-align: left !important; }
  .footer-bottom-flex { text-align: left !important; align-items: flex-start !important; padding: 2rem 5% !important; }
  /* Force footer left alignment */
  .footer-links-col, .footer-links, .footer-bottom-flex, .footer-bottom, .footer-bottom-flex p, .footer-legal { 
    text-align: left !important; 
    align-items: flex-start !important; 
  }
  .footer-links { display: block !important; }
  /* Force footer left alignment */
  .footer-links-col, .footer-links, .footer-bottom, .footer-brand, .footer-links li, .footer-link {
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  /* Fix header flex layout by removing nav wrapper box */
  .header nav { display: contents !important; }
  /* Add spacing to the right of the hamburger menu */
  .hamburger { margin-right: 10px !important; }
  /* Mobile-only text left alignment utility */
  .mobile-text-left { text-align: left !important; }
}

/* --- INCREASE BRAND LOGO SIZE IN FOOTER --- */
.footer-brand p:first-child {
  font-size: 40px !important;
  font-weight: 700 !important;
  font-family: var(--font-heading, 'Playfair Display', serif) !important;
  color: #ffffff !important;
  margin-bottom: 1rem !important;
}
.cta-banner-title {
  color: #3a523b !important;
}
.cta-banner-desc {
  color: #4a4a4a !important;
}
.premium-cta-banner {
  padding-bottom: 0 !important;
}

/* --- Premium Privacy Cards --- */
.privacy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
.privacy-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 3rem 2.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(95, 142, 68, 0.1);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}
.privacy-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(95, 142, 68, 0.12);
  border-color: rgba(95, 142, 68, 0.3);
}
.privacy-icon {
  width: 64px;
  height: 64px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(58, 82, 59, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  border: 1px solid rgba(230, 194, 122, 0.3);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.privacy-card:hover .privacy-icon {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0 15px 35px rgba(58, 82, 59, 0.22);
  border-color: #E6C27A;
}
.privacy-icon svg {
  width: 32px;
  height: 32px;
}
.privacy-card h4 {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  color: #2C3E2D;
  margin-bottom: 1rem;
  line-height: 1.3;
}

/* Ensure 5 pillars fit on one line on laptops */
@media (max-width: 1400px) and (min-width: 1025px) {
  .reference-pillars-row {
    gap: 1vw;
    flex-wrap: nowrap;
  }
  .reference-pillar-item {
    width: 200px;
  }
  .reference-pillar-img {
    width: 200px;
    height: 200px;
  }
  .reference-pillars-row::before {
    top: 100px;
  }
}
.privacy-card p {
  color: #555555;
  line-height: 1.7;
  font-size: 1.05rem;
  margin: 0;
  flex-grow: 1;
}
.text-link {
  color: #5F8E44;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
.text-link:hover {
  border-color: #5F8E44;
}

@media (max-width: 991px) {
  .privacy-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* ==========================================================================
   GLOBAL RESPONSIVE DESIGN (LAPTOP, TABLET, MOBILE)
   ========================================================================== */

/* --- TABLET (MAX 1024px) --- */
@media (max-width: 1024px) {
  /* Typography Scaling */
  h1 { font-size: 3rem !important; }
  h2 { font-size: 2.5rem !important; }
  h1.hero-title-ref, .hero-title-ref { font-size: 32px !important; line-height: 1.3 !important; }
  h3 { font-size: 2rem !important; }
  
  /* Global Spacing */
  .section-padding { padding: 50px 0 !important; }
  .container-1700 { padding: 0 4%; }
  
  /* Header Adjustments */
  .header-container { padding: 1rem 0; }
  .logo span { font-size: 1.5rem; }
  .nav-menu { gap: 1.5rem; }
  
  /* Footer Stacking */
  .footer-top { grid-template-columns: 1fr 1fr; gap: 3rem; }
  
  /* Grid Systems */
  .services-grid-new, .privacy-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* --- MOBILE & SMALL TABLET (MAX 768px) --- */
@media (max-width: 768px) {
  /* Typography Scaling */
  h1 { font-size: 2.5rem !important; }
  h2 { font-size: 2rem !important; }
  .hero-title-ref { font-size: 26px !important; }
  h3 { font-size: 1.75rem !important; }
  .hero-description { font-size: 16px !important; }
  
  /* Global Spacing */
  .section-padding { padding: 50px 0 !important; }
  
  /* Header & Mobile Menu Navigation */
  .hamburger { 
    display: flex !important; 
  }
  .nav-menu {
    display: none; /* Hide desktop nav */
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ffffff;
    flex-direction: column;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    text-align: center;
    gap: 1.5rem;
  }
  .nav-menu.open {
    display: flex;
  }
  .header .btn-primary { display: none; } /* Hide CTA on mobile nav bar to save space */
  
  /* Footer Stacking */
  .footer-top { grid-template-columns: 1fr; gap: 2rem; text-align: left; }
  .footer-brand { margin: 0; align-items: flex-start; }
  
  /* Grid Systems */
  .services-grid-new, .privacy-grid {
    grid-template-columns: 1fr !important;
  }
  
  /* Immersive Header Fixes */
  .about-immersive-content { padding: 0 5%; }
  /* --- Mobile Hero Typography Fixes --- */
  .text-green { font-size: 1.7rem !important; } .text-blue { font-size: 2.2rem !important; }
  .text-script { 
    font-size: 2.5rem !important; 
    white-space: normal !important; 
    line-height: 1.2;
  }
  .hero-center-circle {
    padding: 2.5rem 1.5rem !important;
    border-radius: 30px !important;
    width: 100% !important;
    max-width: 90vw !important;
  }
  /* Mobile padding for contact section */
  .premium-cta-banner { padding: 50px 0 !important; }
  /* Footer mobile left alignment */
  .footer-links-col { text-align: left !important; }
  .footer-bottom-flex { text-align: left !important; align-items: flex-start !important; padding: 2rem 5% !important; }
  /* Force footer left alignment */
  .footer-links-col, .footer-links, .footer-bottom-flex, .footer-bottom, .footer-bottom-flex p, .footer-legal { 
    text-align: left !important; 
    align-items: flex-start !important; 
  }
  .footer-links { display: block !important; }
  /* Force footer left alignment */
  .footer-links-col, .footer-links, .footer-bottom, .footer-brand, .footer-links li, .footer-link {
    text-align: left !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  /* Fix header flex layout by removing nav wrapper box */
  .header nav { display: contents !important; }
  /* Add spacing to the right of the hamburger menu */
  .hamburger { margin-right: 10px !important; }
  /* Mobile-only text left alignment utility */
  .mobile-text-left { text-align: left !important; }
}
















/* Hide 5 circular pillars section on tablet and below */
@media (max-width: 1024px) {
  .reference-pillars-row {
    display: none !important;
  }
}

/* Tablet padding adjustment for masonry section */
@media (max-width: 1024px) {
  .masonry-section-wrapper {
    padding: 50px 10px !important;
  }
  .footer-curve {
    margin-top: 0px !important;
  }
  .footer-curve svg {
    margin-bottom: -2px !important;
    display: block !important;
  }
}




/* Global tablet and mobile padding override for unedited pages */
@media (max-width: 1024px) {
  .mobile-pad-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}


/* ==========================================================================
   CAREERS PAGE FORM STYLES & UX ENHANCEMENTS
   ========================================================================== */

.form-section-title {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--color-primary);
  margin-bottom: 1.25rem;
  border-bottom: 2px solid #E8F5E9;
  padding-bottom: 0.5rem;
  width: 100%;
}

.form-consent-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  color: #4b5563;
}

.form-consent-row input[type="checkbox"] {
  margin-top: 4px;
  width: 18px;
  height: 18px;
  accent-color: var(--color-primary);
  cursor: pointer;
  flex-shrink: 0;
}

.form-consent-row label {
  cursor: pointer;
  line-height: 1.5;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.input-rounded:focus {
  border-color: var(--color-accent) !important;
  box-shadow: 0 0 0 3px rgba(95, 142, 68, 0.1) !important;
  outline: none;
}

.btn-primary:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none !important;
}

@media (max-width: 768px) {
  .careers-intro-grid {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }
}

/* FORCE HERO SUBHEADING ON ALL TABLET SIZES */
@media (min-width: 700px) and (max-width: 1366px) {
  h1.hero-title-ref, .hero-title-ref { 
    font-size: 32px !important; 
    line-height: 1.3 !important; 
  }
}

/* --- Mobile Spacing Fixes --- */
@media (max-width: 768px) {
  .services-section .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .premium-cta-banner .container-1700 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .premium-cta-banner .cta-banner-split-card {
    padding: 2rem 0 !important;
  }
  .premium-cta-banner .cta-banner-right {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* --- Enforce 16px Base Font Size Globally --- */
html, body, p, li, a, label, .hero-subtext, .cta-banner-desc {
  font-size: 16px !important;
}
