
:root{
  --blue:#0634a8;
  --deep-blue:#07145f;
  --purple:#5b159c;
  --magenta:#d60083;
  --pink:#f22678;
  --cyan:#00a9c7;
  --teal:#13b7a5;
  --orange:#ff8b18;
  --yellow:#ffc21a;
  --ink:#152044;
  --muted:#68738c;
  --soft:#f8fbff;
  --line:#e6ebf4;
  --white:#fff;
  --shadow:0 22px 60px rgba(7,20,95,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.7}
a{text-decoration:none}
img{max-width:100%;height:auto}
.container{max-width:1180px;margin:auto;padding-left:20px;padding-right:20px}

/* HEADER */
.site-header{background:#fff;position:sticky;top:0;z-index:1000;border-bottom:1px solid var(--line);box-shadow:0 4px 20px rgba(7,20,95,.04)}
.header-inner{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.logo{display:block;width:300px;max-width:100%}
.logo img{display:block;width:100%;height:auto}
.nav-toggle{display:none}
.nav-menu{display:flex;align-items:center;gap:28px}
.nav-menu a{font-size:13px;font-weight:700;color:var(--deep-blue);position:relative}
.nav-menu a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:linear-gradient(90deg,var(--magenta),var(--cyan));transition:.25s}
.nav-menu a:hover:after,.nav-menu a.active:after{width:100%}
.nav-book{padding:11px 20px;border-radius:50px;background:linear-gradient(90deg,var(--magenta),var(--purple));color:#fff!important;box-shadow:0 8px 22px rgba(214,0,131,.18)}
.nav-book:after{display:none}

/* BIG BOOKING */
.booking-strip{background:linear-gradient(100deg,var(--deep-blue),var(--blue) 45%,var(--purple));color:#fff;position:relative;overflow:hidden}
.booking-strip:after{content:"";position:absolute;width:220px;height:220px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:7%;top:-120px}
.booking-inner{min-height:105px;display:flex;align-items:center;justify-content:space-between;gap:25px;position:relative;z-index:1}
.booking-label{display:block;font-size:11px;letter-spacing:4px;font-weight:800;color:#f5dfff}
.booking-text{font-family:"Playfair Display",serif;font-size:25px}
.booking-call{text-align:right}
.booking-call small{display:block;font-size:9px;letter-spacing:2px;color:#bdeff7;font-weight:800}
.booking-number{font-family:"Playfair Display",serif;font-size:34px;color:#fff;font-weight:700}
.booking-number:hover{color:#ffe37a}

/* HERO */
.hero{background:linear-gradient(135deg,#f9fcff 0%,#fff 52%,#fbf6ff 100%);padding:90px 0 100px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:65px}
.eyebrow{display:inline-block;font-size:10px;letter-spacing:3px;font-weight:800;color:var(--magenta)}
.hero h1{font-family:"Playfair Display",serif;font-size:clamp(46px,5.6vw,75px);line-height:1.02;letter-spacing:-2px;color:var(--deep-blue);margin:17px 0 25px;font-weight:600}
.hero h1 em{font-style:italic;background:linear-gradient(90deg,var(--magenta),var(--purple),var(--blue));-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-lead{font-size:16px;color:var(--muted);max-width:620px}
.hero-actions{display:flex;align-items:center;gap:18px;margin-top:32px}
.btn-main{display:inline-flex;align-items:center;gap:14px;border:0;border-radius:50px;padding:14px 23px;background:linear-gradient(90deg,var(--magenta),var(--purple));color:#fff;font-weight:800;font-size:12px;box-shadow:0 13px 28px rgba(214,0,131,.18)}
.btn-main:hover{color:#fff;transform:translateY(-2px)}
.btn-outline{display:inline-flex;align-items:center;gap:12px;border:1px solid var(--blue);border-radius:50px;padding:13px 22px;color:var(--blue);font-weight:800;font-size:12px}
.btn-outline:hover{background:var(--blue);color:#fff}
.hero-note{margin-top:35px;color:var(--muted);font-size:11px}
.hero-note span{display:inline-block;width:7px;height:7px;background:var(--teal);border-radius:50%;margin-right:7px}
.hero-art{position:relative;min-height:500px;display:flex;align-items:center;justify-content:center}
.hero-logo{width:min(560px,100%);filter:drop-shadow(0 24px 28px rgba(7,20,95,.13))}
.hero-orbit{position:absolute;width:390px;height:390px;border:1px solid rgba(0,169,199,.2);border-radius:50%;z-index:0}
.hero-logo{position:relative;z-index:1}
.hero-card{position:absolute;z-index:2;bottom:5px;left:0;background:#fff;padding:20px 24px;border-left:4px solid var(--magenta);box-shadow:var(--shadow);max-width:300px}
.hero-card strong{display:block;font-family:"Playfair Display",serif;font-size:20px;color:var(--deep-blue)}
.hero-card span{font-size:11px;color:var(--muted)}

/* HOME INTRO */
.section{padding:100px 0}
.intro-grid{display:grid;grid-template-columns:.4fr 1fr;gap:80px}
.kicker{font-size:10px;letter-spacing:3px;color:var(--purple);font-weight:800}
.intro h2,.section-title{font-family:"Playfair Display",serif;font-size:48px;line-height:1.13;font-weight:600;color:var(--deep-blue);margin:12px 0 20px}
.gradient-word{background:linear-gradient(90deg,var(--magenta),var(--purple),var(--blue));-webkit-background-clip:text;background-clip:text;color:transparent;font-style:italic}
.intro p{color:var(--muted);font-size:15px;max-width:760px}
.values{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px}
.value{padding:22px;background:var(--soft);border:1px solid var(--line);border-radius:14px}
.value strong{font-size:10px;color:var(--magenta);letter-spacing:1px}
.value span{display:block;font-family:"Playfair Display",serif;font-size:18px;color:var(--deep-blue);line-height:1.2;margin-top:8px}

/* PAGE HERO */
.page-hero{padding:95px 0 80px;background:linear-gradient(135deg,#f8fbff,#fff 55%,#fbf5ff);border-bottom:1px solid var(--line)}
.page-hero .container{max-width:900px}
.page-hero h1{font-family:"Playfair Display",serif;font-size:clamp(44px,5.5vw,68px);line-height:1.06;color:var(--deep-blue);margin:16px 0 20px}
.page-hero h1 em{background:linear-gradient(90deg,var(--magenta),var(--purple));-webkit-background-clip:text;background-clip:text;color:transparent}
.page-hero p{max-width:720px;color:var(--muted);font-size:15px}

/* SERVICES */
.services-page{padding:100px 0}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.service-card{padding:32px;min-height:310px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 30px rgba(7,20,95,.04);position:relative;overflow:hidden;transition:.3s}
.service-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}
.service-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:4px;background:linear-gradient(90deg,var(--magenta),var(--purple),var(--cyan))}
.service-card.featured{background:linear-gradient(145deg,#07145f,#183aa7);color:#fff;border:0}
.service-card.featured p{color:rgba(255,255,255,.75)}
.service-no{position:absolute;right:23px;top:20px;color:var(--magenta);font-size:10px;font-weight:800;letter-spacing:2px}
.service-icon{font-size:29px;margin-bottom:23px;background:linear-gradient(90deg,var(--magenta),var(--cyan));-webkit-background-clip:text;background-clip:text;color:transparent}
.service-card h3{font-family:"Playfair Display",serif;font-size:23px;line-height:1.25;margin:0 0 13px;color:var(--deep-blue)}
.service-card.featured h3{color:#fff}
.service-card p{font-size:13px;color:var(--muted);line-height:1.8;margin:0}
.service-wide{grid-column:span 3;min-height:200px;display:grid;grid-template-columns:80px 1fr;gap:20px;align-items:start}

/* COUNSELOR */
.counselor-page{padding:110px 0}
.counselor-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:95px;align-items:center}
.photo-area{position:relative;max-width:470px;padding:22px 22px 0 0}
.photo-frame{position:absolute;inset:0 0 60px 60px;border:2px solid transparent;border-image:linear-gradient(135deg,var(--magenta),var(--cyan)) 1}
..counselor-photo {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: contain;
    object-position: center;
    position: relative;
    z-index: 1;
    box-shadow: var(--shadow);
}
.experience{position:absolute;right:0;bottom:0;z-index:2;background:linear-gradient(100deg,var(--deep-blue),var(--purple));color:#fff;padding:17px 22px;border-radius:8px;display:flex;align-items:center;gap:12px}
.experience strong{font-family:"Playfair Display",serif;font-size:34px;color:#ffe16d}
.experience span{font-size:9px;line-height:1.4;letter-spacing:1px;text-transform:uppercase}
.counselor-copy h2{font-family:"Playfair Display",serif;font-size:50px;line-height:1.1;color:var(--deep-blue);margin:14px 0 24px}
.counselor-copy h2 em{background:linear-gradient(90deg,var(--magenta),var(--purple));-webkit-background-clip:text;background-clip:text;color:transparent}
.counselor-copy>p{font-size:14px;color:var(--muted);line-height:1.9}
.special-box{display:flex;gap:16px;padding:24px 0;margin:27px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.special-icon{font-size:26px;color:var(--magenta)}
.special-box h3{font-family:"Playfair Display",serif;font-size:21px;color:var(--deep-blue);margin:0 0 5px}
.special-box p{margin:0;color:var(--muted);font-size:13px}
.spiritual{padding:90px 0;background:linear-gradient(135deg,#f9fbff,#fff6fc)}
.spiritual-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}
.spiritual h2{font-family:"Playfair Display",serif;font-size:46px;line-height:1.15;color:var(--deep-blue)}
.spiritual h2 em{color:var(--magenta)}
.spiritual p{color:var(--muted);font-size:14px;line-height:1.9}
```

/* =====================================================
   CONTACT HERO
===================================================== */

.contact-hero {
    background: #f7f5f0;
    padding: 95px 0 90px;
}

.contact-hero-content {
    max-width: 850px;
}

.contact-hero h1 {
    font-family: "Playfair Display", serif;
    font-size: clamp(48px, 6vw, 82px);
    line-height: 1.05;
    margin: 18px 0 25px;
    color: #0b2a4a;
}

.contact-hero h1 em {
    font-style: italic;
}

.contact-hero p {
    max-width: 700px;
    font-size: 19px;
    line-height: 1.8;
    color: #68727c;
}


/* =====================================================
   CONTACT SECTION
===================================================== */

.contact-section {
    padding: 100px 0;
    background: #ffffff;
}

.contact-layout {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 75px;
    align-items: center;
}


/* =====================================================
   CONTACT IMAGE
===================================================== */

.contact-photo {
    height: 650px;
    position: relative;
    overflow: hidden;
    border-radius: 28px;
}

.contact-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}
.contact-photo:hover img {
    transform: scale(1.035);
}


/* IMAGE CAPTION */

.photo-caption {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;

    padding: 22px 25px;

    border-radius: 16px;

    background: rgba(11, 42, 74, .92);

    color: #fff;

    backdrop-filter: blur(8px);
}

.photo-caption span {
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 5px;
}

.photo-caption strong {
    font-family: "Playfair Display", serif;
    font-size: 22px;
    font-weight: 500;
}


/* =====================================================
   CONTACT CONTENT
===================================================== */

.contact-content {
    max-width: 600px;
}

.contact-content h2 {
    font-family: "Playfair Display", serif;
    color: #0b2a4a;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1.12;
    margin: 18px 0 25px;
}

.contact-content h2 em {
    font-style: italic;
}

.contact-description {
    font-size: 17px;
    line-height: 1.85;
    color: #68727c;
    margin-bottom: 35px;
}


/* =====================================================
   CONTACT CARDS
===================================================== */

.contact-cards {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-card {
    display: flex;
    align-items: center;
    gap: 18px;

    padding: 20px;

    background: #f7f5f0;

    border-radius: 16px;

    text-decoration: none;

    color: #0b2a4a;

    transition: all .3s ease;
}

.contact-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(11,42,74,.10);
}

.contact-card-icon {
    width: 56px;
    height: 56px;

    flex-shrink: 0;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #0b2a4a;

    color: #fff;

    font-size: 21px;
}

.contact-card span {
    display: block;

    font-size: 10px;

    letter-spacing: 1.6px;

    font-weight: 800;

    margin-bottom: 4px;

    opacity: .65;
}

.contact-card strong {
    display: block;

    font-size: 19px;

    font-weight: 700;
}

.contact-card small {
    display: block;

    margin-top: 3px;

    font-size: 13px;

    color: #78818a;
}


/* =====================================================
   MESSAGE BOX
===================================================== */

.contact-message {
    display: flex;
    gap: 15px;

    margin: 25px 0;

    padding: 20px;

    border-left: 3px solid #0b2a4a;

    background: #faf9f6;
}

.message-icon {
    font-size: 22px;
    color: #0b2a4a;
}

.contact-message strong {
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    color: #0b2a4a;
}

.contact-message p {
    margin: 5px 0 0;
    color: #68727c;
    font-size: 14px;
    line-height: 1.6;
}


/* =====================================================
   CONTACT BUTTON
===================================================== */

.contact-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 991px) {

    .contact-layout {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .contact-content {
        max-width: 100%;
    }

    .contact-photo {
        height: 500px;
    }

}


@media (max-width: 767px) {

    .contact-hero {
        padding: 65px 0 60px;
    }

    .contact-hero h1 {
        font-size: 48px;
    }

    .contact-hero p {
        font-size: 16px;
    }

    .contact-section {
        padding: 60px 0;
    }

    .contact-photo {
        height: 380px;
        border-radius: 20px;
    }

    .photo-caption {
        left: 15px;
        right: 15px;
        bottom: 15px;
        padding: 17px;
    }

    .contact-content h2 {
        font-size: 40px;
    }

    .contact-description {
        font-size: 16px;
    }

    .contact-card {
        padding: 16px;
    }

    .contact-card-icon {
        width: 48px;
        height: 48px;
    }

    .contact-button {
        width: 100%;
        justify-content: center;
    }

}

/* CTA */
.cta{padding:90px 0;text-align:center;background:linear-gradient(120deg,#07145f,#4c0f8d,#0b65a8);color:#fff}
.cta h2{font-family:"Playfair Display",serif;font-size:clamp(38px,5vw,57px);line-height:1.1;max-width:780px;margin:14px auto 30px}
.cta h2 em{color:#ffe16d}
.cta .eyebrow{color:#bceff7}

/* FOOTER */

.footer-credit {
    font-size: 13px;
    color: rgba(255,255,255,.65);
    text-align: center;
}

.footer-credit a {
    color: #d4af62;
    text-decoration: none;
    font-weight: 600;
    transition: color .3s ease;
}

.footer-credit a:hover {
    color: #ffffff;
}
.footer{background:#050c3c;color:#fff}
.footer-main{padding:60px 20px 45px;display:grid;grid-template-columns:1.4fr .8fr 1fr .7fr;gap:45px}
.footer-logo{width:220px;background:#fff;border-radius:10px;padding:8px}
.footer-tag{font-family:"Playfair Display",serif;color:#ffe16d;margin-top:15px}
.footer-desc{color:rgba(255,255,255,.58);font-size:12px;max-width:310px}
.footer-title{display:block;color:#bceff7;font-size:9px;font-weight:800;letter-spacing:2px;margin-bottom:18px}
.footer-col a{display:block;color:rgba(255,255,255,.67);font-size:12px;margin-bottom:11px}
.footer-col a:hover{color:#ffe16d}
.social{display:flex;gap:8px}
.social a{width:36px;height:36px;border:1px solid rgba(255,255,255,.25);border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:800}
.social a:hover{background:var(--magenta);border-color:var(--magenta);color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12)}
.footer-bottom-inner{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-bottom p,.footer-bottom a{font-size:10px;color:rgba(255,255,255,.42)}
.footer-bottom a:hover{color:#fff}

/* FULL RESPONSIVE */
@media (max-width: 1199px) {
  .container{max-width:100%;padding-left:24px;padding-right:24px}
  .header-inner{min-height:82px}
  .logo{width:260px}
  .nav-menu{gap:20px}
  .hero-grid{gap:40px}
  .hero h1{font-size:clamp(44px,5vw,64px)}
  .intro-grid{gap:50px}
  .counselor-grid,.contact-grid{gap:55px}
  .footer-main{gap:28px}
}

@media (max-width: 991px) {
  .container{padding-left:22px;padding-right:22px}

  /* Header */
  .header-inner{min-height:78px}
  .logo{width:245px}
  .nav-toggle{
    display:block;
    position:relative;
    width:44px;
    height:40px;
    border:1px solid var(--line);
    border-radius:8px;
    background:#fff;
    cursor:pointer;
    flex-shrink:0;
  }
  .nav-toggle:before,
  .nav-toggle:after,
  .nav-toggle span{
    content:"";
    position:absolute;
    left:11px;
    width:20px;
    height:2px;
    background:var(--deep-blue);
    transition:.25s;
  }
  .nav-toggle:before{top:11px}
  .nav-toggle span{top:18px}
  .nav-toggle:after{top:25px}

  .nav-menu{
    display:none;
    position:absolute;
    top:78px;
    left:0;
    width:100%;
    padding:12px 22px 22px;
    background:#fff;
    border-bottom:1px solid var(--line);
    box-shadow:0 15px 35px rgba(7,20,95,.10);
    flex-direction:column;
    align-items:stretch;
    gap:0;
  }
  #menuCheck:checked ~ .nav-menu{display:flex}
  #menuCheck{display:none}
  .nav-menu a{
    display:block;
    padding:14px 4px;
    border-bottom:1px solid #eef1f6;
  }
  .nav-menu a:after{display:none}
  .nav-book{text-align:center;margin-top:12px;border:0!important}

  /* Booking */
  .booking-inner{
    min-height:auto;
    padding:18px 0;
    flex-wrap:wrap;
  }
  .booking-text{font-size:22px}
  .booking-number{font-size:31px}

  /* Main grids */
  .hero-grid,
  .counselor-grid,
  .contact-grid,
  .spiritual-grid{
    grid-template-columns:1fr;
  }
  .hero-grid{gap:50px}
  .hero-art{min-height:430px;max-width:720px;margin:auto;width:100%}
  .counselor-grid{gap:60px}
  .contact-grid{gap:50px}
  .spiritual-grid{gap:45px}

  .services-grid{grid-template-columns:repeat(2,1fr)}
  .service-wide{grid-column:span 2}

  .footer-main{grid-template-columns:1fr 1fr}
  .footer-brand-col{grid-column:1/-1}
}

@media (max-width: 767px) {
  .container{padding-left:18px;padding-right:18px}

  /* Header + booking */
  .header-inner{min-height:72px}
  .logo{width:220px}
  .nav-menu{top:72px;padding-left:18px;padding-right:18px}
  .booking-inner{display:block}
  .booking-label{font-size:9px;letter-spacing:3px}
  .booking-text{
    font-size:19px;
    line-height:1.35;
    margin-top:2px;
  }
  .booking-call{text-align:left;margin-top:8px}
  .booking-call small{font-size:8px}
  .booking-number{font-size:27px;line-height:1.1}

  /* Hero */
  .hero{padding:60px 0 70px}
  .hero-grid{gap:38px}
  .hero h1{
    font-size:clamp(38px,10vw,48px);
    line-height:1.06;
    letter-spacing:-1px;
    margin:14px 0 20px;
  }
  .hero-lead{font-size:14px;line-height:1.8}
  .hero-actions{
    flex-direction:column;
    align-items:stretch;
    gap:12px;
  }
  .hero-actions a{
    width:100%;
    justify-content:center;
    text-align:center;
  }
  .hero-note{margin-top:26px}
  .hero-art{
    min-height:340px;
    padding:0 5px;
  }
  .hero-logo{width:100%;max-width:520px}
  .hero-orbit{width:280px;height:280px}
  .hero-card{
    left:0;
    bottom:-8px;
    max-width:270px;
    padding:16px 18px;
  }
  .hero-card strong{font-size:17px}
  .hero-card span{font-size:10px}

  /* Sections */
  .section,
  .services-page,
  .counselor-page,
  .contact-page{padding:70px 0}

  .intro-grid{grid-template-columns:1fr;gap:24px}
  .intro h2,
  .section-title,
  .counselor-copy h2,
  .contact-copy h2{
    font-size:clamp(34px,9vw,42px);
    line-height:1.12;
  }
  .intro p{font-size:14px}
  .values{grid-template-columns:1fr;gap:12px;margin-top:28px}

  /* Page hero */
  .page-hero{padding:70px 0 55px}
  .page-hero h1{
    font-size:clamp(38px,10vw,48px);
    line-height:1.08;
    letter-spacing:-1px;
  }
  .page-hero p{font-size:14px;line-height:1.8}

  /* Services */
  .services-grid{grid-template-columns:1fr;gap:16px}
  .service-wide{
    grid-column:auto;
    display:block;
  }
  .service-card{
    min-height:auto;
    padding:28px 24px;
  }
  .service-card h3{font-size:22px}
  .service-card p{font-size:13px}
  .service-wide .service-icon{margin-bottom:23px}

  /* Counselor */
  .counselor-grid{gap:48px}
  .photo-area{
    width:92%;
    margin:0 auto;
    padding:16px 16px 0 0;
  }
  .photo-frame{inset:0 0 45px 45px}
  .experience{
    right:-6px;
    bottom:-2px;
    padding:13px 16px;
  }
  .experience strong{font-size:28px}
  .counselor-copy>p{font-size:14px}
  .special-box{gap:12px;padding:20px 0;margin:22px 0}
  .special-box h3{font-size:19px}
  .special-box p{font-size:12px}

  .spiritual{padding:70px 0}
  .spiritual-grid{grid-template-columns:1fr;gap:28px}
  .spiritual h2{font-size:38px;line-height:1.15}
  .spiritual p{font-size:13px}

  /* Contact */
  .contact-grid{gap:38px}
  .contact-copy h2{font-size:40px}
  .contact-copy>p{font-size:14px}
  .contact-list{margin-top:30px}
  .form-card{padding:25px 19px}
  .form-card h3{font-size:26px}
  .form-top{font-size:8px}

  /* CTA */
  .cta{padding:65px 0}
  .cta h2{
    font-size:clamp(34px,9vw,46px);
    line-height:1.12;
  }

  /* Footer */
  .footer-main{
    grid-template-columns:1fr;
    gap:30px;
    padding:45px 18px 35px;
  }
  .footer-brand-col{grid-column:auto}
  .footer-logo{width:230px;max-width:100%}
  .footer-bottom-inner{
    min-height:auto;
    padding:20px 18px;
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }
}

@media (max-width: 480px) {
  .container{padding-left:15px;padding-right:15px}

  .header-inner{min-height:68px}
  .logo{width:205px}
  .nav-toggle{width:40px;height:38px}
  .nav-menu{top:68px;padding-left:15px;padding-right:15px}

  .booking-inner{padding:16px 0}
  .booking-text{font-size:17px}
  .booking-number{font-size:25px}

  .hero{padding:52px 0 62px}
  .hero h1{font-size:36px}
  .hero-lead{font-size:13px}
  .hero-art{min-height:285px}
  .hero-orbit{width:230px;height:230px}
  .hero-card{
    max-width:225px;
    padding:13px 15px;
  }
  .hero-card strong{font-size:15px}
  .hero-card span{font-size:9px}

  .section,
  .services-page,
  .counselor-page,
  .contact-page{padding:58px 0}

  .intro h2,
  .section-title,
  .counselor-copy h2,
  .contact-copy h2{font-size:34px}

  .page-hero{padding:60px 0 48px}
  .page-hero h1{font-size:35px}
  .page-hero p{font-size:13px}

  .service-card{padding:25px 20px}
  .service-card h3{font-size:21px}

  .photo-area{width:95%;padding-right:10px}
  .photo-frame{inset:0 0 38px 38px}
  .experience{
    right:-4px;
    padding:11px 13px;
  }
  .experience strong{font-size:25px}
  .experience span{font-size:8px}

  .form-card{padding:23px 16px}
  .form-card h3{font-size:24px}
  .btn-main,.btn-outline{width:100%;padding:13px 17px}

  .cta{padding:58px 0}
  .cta h2{font-size:33px}

  .footer-logo{width:205px}
}

@media (max-width: 360px) {
  .logo{width:185px}
  .booking-text{font-size:15px}
  .booking-number{font-size:23px}
  .hero h1{font-size:32px}
  .hero-art{min-height:250px}
  .hero-card{max-width:205px}
  .hero-card strong{font-size:14px}
  .hero-card span{font-size:8px}
  .page-hero h1{font-size:32px}
  .intro h2,.section-title,.counselor-copy h2,.contact-copy h2{font-size:31px}
}


/* =========================================================
   FINAL MOBILE POLISH
   Fixes appointment/call buttons, centered footer,
   overflow and spacing on all small screens.
   ========================================================= */

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

*, *::before, *::after {
  max-width: 100%;
}

@media (max-width: 767px) {

  /* Prevent any grid/flex child from forcing horizontal scroll */
  .container,
  .hero-grid,
  .intro-grid,
  .services-grid,
  .counselor-grid,
  .contact-grid,
  .spiritual-grid,
  .footer-main,
  .footer-bottom-inner {
    width: 100%;
    min-width: 0;
  }

  /* Header */
  .header-inner {
    width: 100%;
    gap: 10px;
  }

  .logo {
    width: 210px;
    max-width: calc(100% - 55px);
  }

  /* Booking strip */
  .booking-strip {
    width: 100%;
  }

  .booking-inner {
    width: 100%;
    text-align: center;
    padding: 18px 15px 20px;
  }

  .booking-label,
  .booking-text {
    width: 100%;
  }

  .booking-text {
    font-size: 18px;
    line-height: 1.4;
  }

  .booking-call {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .booking-call small {
    text-align: center;
  }

  .booking-number {
    display: inline-block;
    font-size: 27px;
    line-height: 1.2;
    white-space: nowrap;
  }

  /* Hero */
  .hero {
    width: 100%;
    overflow:hidden;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }

  .hero-content {
    width: 100%;
  }

  .hero h1 {
    width: 100%;
    overflow-wrap: break-word;
  }

  .hero-lead {
    width: 100%;
  }

  .hero-actions {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  /* Fix "Book Appointment" / call buttons getting cut */
  .hero-actions .btn-main,
  .hero-actions .btn-outline,
  .cta .btn-main,
  .form-card .btn-main {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero-actions .btn-main span,
  .hero-actions .btn-outline span {
    flex-shrink: 0;
  }

  .hero-art {
    width: 100%;
    min-width: 0;
    min-height: 300px;
    padding: 0;
  }

  .hero-logo {
    width: 100%;
    max-width: 500px;
    height: auto;
  }

  .hero-card {
    left: 0;
    right: auto;
    max-width: 72%;
    width: auto;
  }

  /* All sections */
  .section,
  .services-page,
  .counselor-page,
  .contact-page {
    width: 100%;
    overflow: hidden;
  }

  /* Services */
  .service-card,
  .service-wide {
    width: 100%;
    max-width: 100%;
  }

  /* Counselor */
  .photo-area {
    width: 92%;
    max-width: 470px;
    margin: 0 auto;
  }

  .counselor-photo {
    width: 100%;
  }

  /* Contact */
  .contact-copy,
  .form-card {
    width: 100%;
    min-width: 0;
  }

  .form-card {
    overflow: hidden;
  }

  .form-control {
    width: 100%;
    min-width: 0;
  }

  /* CTA */
  .cta {
    width: 100%;
    overflow: hidden;
  }

  .cta .container {
    text-align: center;
  }

  .cta h2 {
    width: 100%;
    overflow-wrap: break-word;
  }

  /* FOOTER — centered properly on mobile */
  .footer {
    width: 100%;
    text-align: center;
  }

  .footer-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
    padding: 45px 18px 35px;
  }

  .footer-brand-col,
  .footer-col {
    width: 100%;
    max-width: 100%;
    align-items: center;
  }

  .footer-brand-col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-logo {
    display: block;
    width: 215px;
    max-width: 90%;
    margin: 0 auto;
  }

  .footer-tag {
    text-align: center;
  }

  .footer-desc {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .footer-title {
    text-align: center;
    margin-bottom: 14px;
  }

  .footer-col a {
    text-align: center;
  }

  .social {
    justify-content: center;
    align-items: center;
  }

  .footer-bottom {
    width: 100%;
  }

  .footer-bottom-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    padding: 20px 15px;
  }

  .footer-bottom p,
  .footer-bottom a {
    text-align: center;
    width: 100%;
    line-height: 1.6;
  }
}

@media (max-width: 480px) {

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo {
    width: 195px;
  }

  .booking-text {
    font-size: 17px;
  }

  .booking-number {
    font-size: 25px;
  }

  .hero-actions .btn-main,
  .hero-actions .btn-outline,
  .cta .btn-main {
    font-size: 11px;
    min-height: 48px;
  }

  .hero-card {
    max-width: 78%;
    padding: 13px 15px;
  }

  .form-card {
    padding: 22px 16px;
  }

  .footer-main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-logo {
    width: 195px;
  }
}

@media (max-width: 360px) {

  .logo {
    width: 180px;
  }

  .booking-text {
    font-size: 15px;
  }

  .booking-number {
    font-size: 23px;
  }

  .hero h1 {
    font-size: 31px;
  }

  .hero-actions .btn-main,
  .hero-actions .btn-outline {
    font-size: 10px;
  }

  .footer-logo {
    width: 180px;
  }
}

/* =========================
   INTRO IMAGE
========================= */

.intro-image {
    width: 100%;
    height: 100%;
    min-height: 380px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

.intro-image img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    
    display: block;
    transition: transform 0.5s ease;
}

.intro-image:hover img {
    transform: scale(1.04);
}

/* Mobile */
@media (max-width: 767px) {
    .intro-image {
        min-height: 280px;
        margin-bottom: 30px;
    }

    .intro-image img {
        min-height: 280px;
    }
}
