/* ============================================
   SAHAJA YOGA IRELAND — Modern Redesign
   ============================================ */

*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}

:root{
  /* Palette */
  --deep:#0d0b1e;
  --deep-mid:#1a1632;
  --deep-light:#2c2550;
  --gold:#c8a55a;
  --gold-light:#dfc07f;
  --gold-glow:rgba(200,165,90,.15);
  --sage:#6b8f71;
  --sage-light:#8aad8f;
  --cream:#f8f5ef;
  --warm:#fdfcfa;
  --sand:#ece6da;
  --text:#2c2841;
  --text-muted:#6e6a7a;
  --white:#ffffff;

  /* Type */
  --font-display:'Playfair Display',Georgia,serif;
  --font-body:'DM Sans','Inter',system-ui,sans-serif;

  /* Layout */
  --max-w:1280px;
  --header-h:80px;

  /* Easing */
  --ease-out-expo:cubic-bezier(.16,1,.3,1);
  --ease-out-quart:cubic-bezier(.25,.46,.45,.94);
}

html{font-size:16px}
html.lenis,html.lenis body{height:auto}
.lenis.lenis-smooth{scroll-behavior:auto!important}
.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}

body{
  font-family:var(--font-body);
  color:var(--text);
  background:var(--cream);
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  overflow-x:hidden;
}

img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}

/* ===== UTILITIES ===== */
.container{max-width:var(--max-w);margin:0 auto;padding:0 clamp(1.5rem,4vw,3rem)}
.text-center{text-align:center}
.text-gold{color:var(--gold)}
.text-cream{color:var(--cream)}
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

/* ===== HEADER ===== */
.site-header{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  height:var(--header-h);
  transition:background .4s,backdrop-filter .4s,box-shadow .4s;
}
.site-header.scrolled{
  background:rgba(13,11,30,.85);
  backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
  box-shadow:0 1px 0 rgba(255,255,255,.05);
}
.header-inner{
  max-width:var(--max-w);margin:0 auto;padding:0 2rem;
  display:flex;align-items:center;justify-content:space-between;height:100%;
}
.logo-link{display:flex;align-items:center;gap:.75rem;color:var(--cream)}
.logo-link img{height:44px;width:auto;filter:brightness(1.1)}
.logo-text{font-family:var(--font-display);font-size:1.1rem;font-weight:600;line-height:1.2;letter-spacing:.02em}
.main-nav{display:flex;align-items:center;gap:.25rem}
.main-nav a{
  font-size:.875rem;font-weight:500;letter-spacing:.03em;
  color:rgba(248,245,239,.6);padding:.5rem 1rem;border-radius:8px;
  transition:all .3s var(--ease-out-quart);
}
.main-nav a:hover,.main-nav a.active{color:var(--cream);background:rgba(255,255,255,.08)}
.header-actions{display:flex;align-items:center;gap:1rem}

/* Buttons */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  font-family:var(--font-body);font-size:.875rem;font-weight:600;
  letter-spacing:.04em;text-transform:uppercase;
  padding:.75rem 2rem;border-radius:100px;
  transition:all .4s var(--ease-out-expo);cursor:pointer;border:none;
  position:relative;overflow:hidden;
}
.btn-glow{
  background:var(--gold);color:var(--deep);
  box-shadow:0 0 0 0 var(--gold-glow);
}
.btn-glow:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 30px rgba(200,165,90,.35);
}
.btn-ghost{
  background:transparent;color:var(--cream);
  border:1px solid rgba(248,245,239,.25);
}
.btn-ghost:hover{background:rgba(255,255,255,.08);border-color:rgba(248,245,239,.5)}
.btn-sage{background:var(--sage);color:var(--white)}
.btn-sage:hover{background:var(--sage-light);transform:translateY(-2px);box-shadow:0 8px 24px rgba(107,143,113,.3)}
.btn-lg{font-size:.9375rem;padding:.875rem 2.5rem}
.btn-dark{background:var(--deep);color:var(--cream)}
.btn-dark:hover{background:var(--deep-mid);transform:translateY(-2px);box-shadow:0 8px 24px rgba(13,11,30,.3)}

.social-link{
  display:flex;align-items:center;justify-content:center;
  width:36px;height:36px;border-radius:50%;
  color:rgba(248,245,239,.5);transition:all .3s;
}
.social-link:hover{color:var(--gold);background:rgba(255,255,255,.06)}
.social-link svg{width:18px;height:18px}

.mobile-toggle{display:none;background:none;border:none;padding:.5rem;cursor:pointer;color:var(--cream)}
.mobile-toggle svg{width:26px;height:26px}

/* ===== HERO ===== */
.hero{
  position:relative;min-height:100vh;display:flex;align-items:center;
  background:var(--deep);overflow:hidden;
}
.hero-bg{
  position:absolute;inset:0;
  background:radial-gradient(ellipse 80% 60% at 70% 40%,rgba(44,37,80,.8),var(--deep) 70%);
}
.hero-bg-image{
  position:absolute;inset:0;opacity:.2;
  background:url('../assets/index-main_QdDyiFJgsu-6rBzoZh6E3.jpg') center/cover no-repeat;
  filter:saturate(.3);
}
.hero-orb{
  position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;
  will-change:transform;
}
.hero-orb-1{width:600px;height:600px;background:rgba(200,165,90,.08);top:-10%;right:-5%}
.hero-orb-2{width:400px;height:400px;background:rgba(107,143,113,.06);bottom:10%;left:-5%}

.hero-grid{
  position:relative;z-index:2;
  max-width:var(--max-w);margin:0 auto;padding:0 clamp(1.5rem,4vw,3rem);
  display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;
  min-height:100vh;
  padding-top:var(--header-h);
}
.hero-content{color:var(--cream)}
.hero-eyebrow{
  display:inline-block;font-size:.75rem;font-weight:600;
  letter-spacing:.15em;text-transform:uppercase;
  color:var(--gold);margin-bottom:1.5rem;
  opacity:0;transform:translateY(20px);
}
.hero-title{
  font-family:var(--font-display);font-size:clamp(2.75rem,5.5vw,4.5rem);
  font-weight:700;line-height:1.08;margin-bottom:1.5rem;
  opacity:0;transform:translateY(40px);
}
.hero-title em{font-style:italic;color:var(--gold)}
.hero-desc{
  font-size:1.125rem;line-height:1.85;color:rgba(248,245,239,.6);
  max-width:480px;margin-bottom:2.5rem;
  opacity:0;transform:translateY(30px);
}
.hero-cta{
  display:flex;gap:1rem;flex-wrap:wrap;
  opacity:0;transform:translateY(20px);
}
.hero-visual{
  position:relative;display:flex;justify-content:center;align-items:center;
  opacity:0;transform:scale(.9);
}
.hero-visual img{
  width:100%;max-width:480px;border-radius:24px;
  box-shadow:0 40px 80px rgba(0,0,0,.3);
  position:relative;z-index:1;
}
.hero-ring{
  position:absolute;width:110%;height:110%;border-radius:50%;
  border:1px solid rgba(200,165,90,.15);
  animation:ring-spin 80s linear infinite;
}
.hero-ring-2{
  position:absolute;width:130%;height:130%;border-radius:50%;
  border:1px dashed rgba(200,165,90,.08);
  animation:ring-spin 120s linear infinite reverse;
}
@keyframes ring-spin{to{transform:rotate(360deg)}}

/* Scroll indicator */
.scroll-hint{
  position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);
  display:flex;flex-direction:column;align-items:center;gap:.5rem;
  color:rgba(248,245,239,.3);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;
  opacity:0;
}
.scroll-hint-line{width:1px;height:40px;background:linear-gradient(to bottom,rgba(248,245,239,.3),transparent);animation:scroll-bounce 2s ease infinite}
@keyframes scroll-bounce{0%,100%{transform:translateY(0);opacity:1}50%{transform:translateY(10px);opacity:.3}}

/* ===== PAGE HERO (inner pages) ===== */
.page-hero{
  position:relative;padding:calc(var(--header-h) + 5rem) 0 4rem;
  background:var(--deep);color:var(--cream);overflow:hidden;
  min-height:50vh;display:flex;align-items:center;
}
.page-hero .hero-bg{
  background:radial-gradient(ellipse 60% 50% at 50% 40%,rgba(44,37,80,.9),var(--deep));
}
.page-hero-content{position:relative;z-index:2;text-align:center;max-width:720px;margin:0 auto}
.page-hero-label{
  font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;
  color:var(--gold);margin-bottom:1rem;
}
.page-hero h1{
  font-family:var(--font-display);font-size:clamp(2.5rem,5vw,3.75rem);
  font-weight:700;line-height:1.1;margin-bottom:1.25rem;
}
.page-hero p{font-size:1.125rem;color:rgba(248,245,239,.6);line-height:1.8}
.page-hero-img{
  margin-top:3rem;border-radius:20px;overflow:hidden;
  box-shadow:0 20px 60px rgba(0,0,0,.4);max-width:900px;margin-left:auto;margin-right:auto;
}
.page-hero-img img{width:100%;display:block;height:auto;max-height:400px;object-fit:cover}

/* ===== SECTIONS ===== */
section{padding:clamp(4rem,8vw,7rem) 0;overflow:hidden}
.section-light{background:var(--cream)}
.section-warm{background:var(--warm)}
.section-sand{background:var(--sand)}
.section-dark{background:var(--deep);color:var(--cream)}
.section-deep{background:var(--deep-mid);color:var(--cream)}

.section-header{max-width:640px;margin:0 auto 3.5rem;text-align:center}
.section-label{
  font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;
  color:var(--gold);margin-bottom:.75rem;display:block;
}
.section-dark .section-label{color:var(--gold-light)}
.section-title{
  font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);
  font-weight:700;line-height:1.15;margin-bottom:1rem;
}
.section-dark .section-title{color:var(--cream)}
.section-subtitle{font-size:1.05rem;color:var(--text-muted);line-height:1.85}
.section-dark .section-subtitle{color:rgba(248,245,239,.55)}

/* ===== TWO COLUMN ===== */
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,6vw,5rem);align-items:center}
.split.reverse .split-media{order:-1}
.split-media{position:relative}
.split-media img{
  width:100%;border-radius:20px;
  box-shadow:0 20px 50px rgba(0,0,0,.08);
}
.split-media-accent{
  position:absolute;inset:-8px;border-radius:24px;
  border:1px solid var(--gold-glow);z-index:-1;
  transform:rotate(2deg);
}
.split-text h2{
  font-family:var(--font-display);font-size:clamp(1.75rem,3.5vw,2.5rem);
  font-weight:700;line-height:1.2;margin-bottom:1.25rem;
}
.split-text p{color:var(--text-muted);line-height:1.85;margin-bottom:1.25rem}
.split-text .btn{margin-top:.75rem}

/* ===== STATS BAR ===== */
.stats-bar{
  background:var(--deep);padding:3rem 0;
  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.05);
}
.stats-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;
  text-align:center;color:var(--cream);
}
.stat-num{
  font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);
  font-weight:700;color:var(--gold);margin-bottom:.25rem;
}
.stat-label{font-size:.85rem;color:rgba(248,245,239,.5);letter-spacing:.05em}

/* ===== BENEFITS GRID ===== */
.benefits-grid{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));
  gap:1.5rem;
}
.benefit-card{
  background:var(--white);border-radius:20px;padding:2.5rem 2rem;
  border:1px solid rgba(0,0,0,.04);
  transition:transform .5s var(--ease-out-expo),box-shadow .5s var(--ease-out-expo);
}
.benefit-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.06)}
.benefit-icon{
  width:56px;height:56px;border-radius:16px;
  background:var(--gold-glow);
  display:flex;align-items:center;justify-content:center;
  margin-bottom:1.25rem;color:var(--gold);
}
.benefit-icon svg{width:26px;height:26px}
.benefit-card h3{
  font-family:var(--font-display);font-size:1.3rem;font-weight:700;
  margin-bottom:.5rem;
}
.benefit-card p{font-size:.95rem;color:var(--text-muted);line-height:1.75}

/* ===== TESTIMONIAL / QUOTE ===== */
.quote-section{position:relative;padding:6rem 0;text-align:center}
.quote-text{
  font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.25rem);
  font-weight:500;font-style:italic;line-height:1.5;
  max-width:800px;margin:0 auto 1.5rem;color:var(--cream);
}
.quote-attr{font-size:.9rem;color:var(--gold);letter-spacing:.05em}

/* ===== FAQ ===== */
.faq-list{max-width:760px;margin:0 auto}
.faq-item{border-bottom:1px solid rgba(0,0,0,.08)}
.faq-question{
  width:100%;display:flex;justify-content:space-between;align-items:center;
  padding:1.5rem 0;background:none;border:none;cursor:pointer;
  font-family:var(--font-body);font-size:1.05rem;font-weight:600;
  color:var(--text);text-align:left;gap:1.5rem;
  transition:color .3s;
}
.faq-question:hover{color:var(--sage)}
.faq-icon{
  flex-shrink:0;width:32px;height:32px;border-radius:50%;
  background:var(--sand);display:flex;align-items:center;justify-content:center;
  transition:all .4s var(--ease-out-expo);
}
.faq-icon svg{width:16px;height:16px;color:var(--text-muted);transition:transform .4s var(--ease-out-expo)}
.faq-item.open .faq-icon{background:var(--gold-glow)}
.faq-item.open .faq-icon svg{transform:rotate(180deg);color:var(--gold)}
.faq-answer{overflow:hidden;max-height:0;transition:max-height .5s var(--ease-out-expo)}
.faq-item.open .faq-answer{max-height:400px}
.faq-answer-inner{padding-bottom:1.5rem}
.faq-answer p{color:var(--text-muted);line-height:1.85}

/* ===== CONTACT ===== */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.contact-info h3{font-family:var(--font-display);font-size:1.75rem;font-weight:700;margin-bottom:1rem}
.contact-info p{color:var(--text-muted);line-height:1.85;margin-bottom:1.5rem}
.contact-note{
  background:var(--gold-glow);border-left:3px solid var(--gold);
  padding:1.5rem;border-radius:0 12px 12px 0;
}
.contact-note p{margin-bottom:0;font-size:.95rem;color:var(--text)}
.contact-form-card{
  background:var(--white);padding:2.5rem;border-radius:20px;
  box-shadow:0 8px 40px rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.04);
}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}
.form-group{display:flex;flex-direction:column}
.form-group.full{grid-column:1/-1}
.form-group label{font-size:.8rem;font-weight:600;color:var(--text);margin-bottom:.375rem;letter-spacing:.03em}
.form-group input,.form-group textarea{
  font-family:var(--font-body);font-size:.95rem;padding:.875rem 1rem;
  border:1.5px solid var(--sand);border-radius:12px;
  background:var(--cream);transition:all .3s;color:var(--text);
}
.form-group input:focus,.form-group textarea:focus{
  outline:none;border-color:var(--gold);
  box-shadow:0 0 0 4px var(--gold-glow);
}
.form-group textarea{min-height:130px;resize:vertical}
#thank-you-message{
  display:none;margin-top:1.25rem;padding:1rem 1.25rem;
  background:rgba(107,143,113,.1);border-radius:12px;
  color:var(--sage);font-weight:600;font-size:.95rem;
}

/* ===== MAP ===== */
.map-wrap{border-radius:20px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.04)}
.map-wrap iframe{display:block;width:100%;height:600px;border:0}

/* ===== CHAKRA DETAILS ===== */
.chakra-detail{padding:1rem 0;border-bottom:1px solid var(--sand)}
.chakra-detail:last-of-type{border-bottom:none}
.chakra-detail h3{
  font-family:var(--font-display);font-size:1.15rem;font-weight:700;
  color:var(--gold);margin-bottom:.375rem;
}
.chakra-detail p{font-size:.95rem;color:var(--text-muted);line-height:1.75}
.chakra-detail strong{color:var(--text);font-weight:600}

/* ===== FOUNDER TIMELINE ===== */
.timeline-item{position:relative;padding-left:3rem;margin-bottom:3rem}
.timeline-item::before{
  content:'';position:absolute;left:0;top:.5rem;
  width:12px;height:12px;border-radius:50%;
  background:var(--gold);box-shadow:0 0 0 4px var(--gold-glow);
}
.timeline-item::after{
  content:'';position:absolute;left:5px;top:1.5rem;bottom:-2rem;
  width:2px;background:var(--sand);
}
.timeline-item:last-child::after{display:none}
.timeline-item h3{font-family:var(--font-display);font-size:1.35rem;font-weight:700;margin-bottom:.5rem}
.timeline-item p{color:var(--text-muted);line-height:1.85}

/* ===== ACHIEVEMENTS ===== */
.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.25rem}
.achievement{
  display:flex;align-items:start;gap:1rem;
  padding:1.25rem;border-radius:16px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.06);
  transition:all .3s;
}
.achievement:hover{background:rgba(255,255,255,.08);border-color:rgba(200,165,90,.2)}
.achievement-icon{
  flex-shrink:0;width:40px;height:40px;border-radius:10px;
  background:var(--gold-glow);display:flex;align-items:center;justify-content:center;
  color:var(--gold);
}
.achievement-icon svg{width:20px;height:20px}
.achievement p{font-size:.95rem;color:rgba(248,245,239,.65);line-height:1.6}

/* ===== FOOTER ===== */
.site-footer{background:var(--deep);color:rgba(248,245,239,.6);padding:4rem 0 2rem;border-top:1px solid rgba(255,255,255,.04)}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}
.footer-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}
.footer-brand img{height:40px;width:auto;opacity:.85}
.footer-brand span{font-family:var(--font-display);font-size:1.15rem;color:var(--cream);font-weight:600}
.footer-desc{font-size:.9rem;line-height:1.7;max-width:300px;color:rgba(248,245,239,.4)}
.footer-col h4{font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}
.footer-col a{display:block;font-size:.9rem;color:rgba(248,245,239,.5);padding:.3rem 0;transition:color .2s}
.footer-col a:hover{color:var(--cream)}
.footer-bottom{
  display:flex;align-items:center;justify-content:space-between;
  padding-top:2rem;border-top:1px solid rgba(255,255,255,.04);flex-wrap:wrap;gap:1rem;
}
.footer-copy{font-size:.8rem;color:rgba(248,245,239,.3)}
.footer-social{display:flex;gap:.75rem}
.footer-social a{
  width:36px;height:36px;display:flex;align-items:center;justify-content:center;
  border-radius:50%;background:rgba(255,255,255,.05);color:rgba(248,245,239,.4);
  transition:all .3s;
}
.footer-social a:hover{background:var(--gold-glow);color:var(--gold)}
.footer-social a svg{width:16px;height:16px}

/* ===== BACK TO TOP ===== */
.back-to-top{
  position:fixed;bottom:2rem;right:2rem;z-index:90;
  width:48px;height:48px;border-radius:50%;
  background:var(--deep);color:var(--gold);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 20px rgba(0,0,0,.15);
  opacity:0;visibility:hidden;transform:translateY(10px);
  transition:all .4s var(--ease-out-expo);
}
.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}
.back-to-top:hover{background:var(--gold);color:var(--deep);transform:translateY(-3px)}
.back-to-top svg{width:20px;height:20px}

/* ===== GSAP REVEAL HELPERS ===== */
.reveal{opacity:0;transform:translateY(50px)}
.reveal-left{opacity:0;transform:translateX(-60px)}
.reveal-right{opacity:0;transform:translateX(60px)}
.reveal-scale{opacity:0;transform:scale(.85)}
.clip-reveal{clip-path:inset(100% 0 0 0)}
.line-reveal{overflow:hidden}
.line-reveal span{display:inline-block;transform:translateY(110%)}

/* ===== RESPONSIVE ===== */

/* ── Tablet (≤1024px) ── */
@media(max-width:1024px){
  .main-nav{display:none}
  .mobile-toggle{display:flex}

  /* Grids → single column */
  .hero-grid,.split,.contact-grid,.chakra-card{grid-template-columns:1fr;gap:2.5rem}
  .split.reverse .split-media,.chakra-card.reverse .chakra-image{order:0}

  /* Hero adjustments */
  .hero{min-height:auto!important}
  .hero-grid{min-height:auto!important;padding-top:calc(var(--header-h) + 3rem);padding-bottom:4rem}
  .hero-content{text-align:center;max-width:100%}
  .hero-desc{margin-left:auto;margin-right:auto}
  .hero-cta{justify-content:center}
  .hero-visual{margin-top:1rem}
  .hero-visual img{max-width:340px;margin:0 auto}
  .hero-ring,.hero-ring-2{display:none}

  /* Page hero */
  .page-hero{min-height:auto;padding:calc(var(--header-h) + 3rem) 0 3rem}

  /* Stats */
  .stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}

  /* Quote */
  .quote-text{font-size:clamp(1.25rem,3vw,1.75rem)}
  .quote-section{padding:4rem 0}

  /* Footer */
  .footer-top{grid-template-columns:1fr 1fr;gap:2rem}

  /* Form */
  .form-row{grid-template-columns:1fr}
  .contact-grid{gap:2.5rem}

  /* Sections */
  section{padding:clamp(3.5rem,6vw,5rem) 0}

  /* Mobile overlay nav */
  .main-nav.open{
    display:flex;flex-direction:column;position:fixed;
    top:var(--header-h);left:0;right:0;bottom:0;
    background:var(--deep);padding:2rem;gap:.5rem;z-index:999;
    overflow-y:auto;
  }
  .main-nav.open a{font-size:1.15rem;padding:1rem;border-radius:12px}
}

/* ── Mobile (≤640px) ── */
@media(max-width:640px){
  :root{--header-h:64px}

  /* Header */
  .header-actions .btn{display:none}
  .logo-text{font-size:.95rem}
  .logo-link img{height:36px}

  /* Hero */
  .hero-visual{display:none}
  .hero-title{font-size:clamp(2rem,7vw,2.75rem)}
  .hero-eyebrow{font-size:.7rem;margin-bottom:1rem}
  .hero-desc{font-size:1rem}
  .hero-cta{flex-direction:column;align-items:center;gap:.75rem}
  .hero-cta .btn{width:100%;max-width:300px}
  .scroll-hint{display:none}

  /* Page hero */
  .page-hero h1{font-size:clamp(1.75rem,6vw,2.5rem)}
  .page-hero p{font-size:1rem}

  /* Stats */
  .stats-bar{padding:2rem 0}
  .stats-grid{grid-template-columns:1fr 1fr;gap:1rem}
  .stat-num{font-size:clamp(1.5rem,5vw,2rem)}
  .stat-label{font-size:.75rem}

  /* Sections */
  section{padding:clamp(2.5rem,5vw,4rem) 0}
  .section-header{margin-bottom:2.5rem}
  .section-title{font-size:clamp(1.5rem,5vw,2rem)}
  .section-subtitle{font-size:.95rem}
  .section-label{font-size:.7rem}

  /* Split text */
  .split-text h2{font-size:clamp(1.4rem,4.5vw,1.75rem)}
  .split-text p{font-size:.95rem}
  .split-media img{border-radius:16px}
  .split-media-accent{display:none}

  /* Benefits grid */
  .benefits-grid{grid-template-columns:1fr}
  .benefit-card{padding:2rem 1.5rem}
  .benefit-card h3{font-size:1.15rem}
  .benefit-card p{font-size:.9rem}

  /* Quote */
  .quote-text{font-size:clamp(1.15rem,4vw,1.5rem);padding:0 .5rem}
  .quote-section{padding:3.5rem 0}
  .quote-attr{font-size:.8rem}

  /* FAQ */
  .faq-question{font-size:.95rem;padding:1.25rem 0}
  .faq-question span{flex:1}
  .faq-icon{width:28px;height:28px}
  .faq-icon svg{width:14px;height:14px}
  .faq-answer p{font-size:.9rem}

  /* Contact */
  .contact-info h3{font-size:1.35rem}
  .contact-form-card{padding:1.5rem}
  .form-group input,.form-group textarea{padding:.75rem .875rem;font-size:.9rem;border-radius:10px}
  .form-group label{font-size:.75rem}

  /* Map */
  .map-wrap iframe{height:400px}

  /* Chakra details */
  .chakra-detail h3{font-size:1.05rem}
  .chakra-detail p{font-size:.9rem}

  /* Timeline */
  .timeline-item{padding-left:2.25rem;margin-bottom:2rem}
  .timeline-item h3{font-size:1.15rem}
  .timeline-item p{font-size:.9rem}
  .timeline-item::before{width:10px;height:10px}

  /* Achievements grid */
  .achievements-grid{grid-template-columns:1fr}
  .achievement{padding:1rem}
  .achievement p{font-size:.9rem}

  /* Footer */
  .footer-top{grid-template-columns:1fr;gap:1.75rem;margin-bottom:2rem}
  .footer-desc{max-width:100%}
  .footer-bottom{flex-direction:column;text-align:center;gap:.75rem}
  .footer-copy{font-size:.75rem}

  /* Back to top */
  .back-to-top{width:40px;height:40px;bottom:1.25rem;right:1.25rem}
  .back-to-top svg{width:16px;height:16px}
}
