* { margin:0; padding:0; box-sizing:border-box; }
  html { scroll-behavior:smooth; }
  body {
    font-family:'Jost', sans-serif;
    color:#1E2B14;
    background:#FFFFFF;
    overflow-x:hidden;
  }
  img { display:block; max-width:100%; }
  a { text-decoration:none; color:inherit; }
  ul { list-style:none; }
  section { position:relative; }
  .eyebrow {
    font-family:'Jost', sans-serif;
    font-size:12.5px;
    letter-spacing:4px;
    text-transform:uppercase;
    color:#5C8B2C;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:10px;
  }
  .eyebrow::before { content:""; width:26px; height:1px; background:#5C8B2C; display:inline-block; }
  h1,h2,h3 { font-family:'Fraunces', serif; color:#23371A; font-weight:600; line-height:1.15; }
  .script { font-family:'Parisienne', cursive; font-weight:400; }
  .container { max-width:1220px; margin:0 auto; padding:0 32px; }
  .btn {
    display:inline-flex; align-items:center; justify-content:center; gap:8px;
    padding:15px 32px; border-radius:40px; font-family:'Jost',sans-serif;
    font-size:15px; font-weight:600; letter-spacing:0.3px; cursor:pointer;
    transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
    border:1.5px solid transparent; white-space:nowrap;
  }
  .btn-solid {
    background:linear-gradient(135deg,#4C7A2E,#23371A);
    color:#FFFFFF;
    box-shadow:0 10px 24px rgba(35,55,26,0.28);
  }
  
  .nav-cta .btn-solid {
  animation: blinkBtn 1.6s ease-in-out infinite;
}

@keyframes blinkBtn {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 10px 24px rgba(35,55,26,0.28);
  }
  50% {
    opacity: 0.6;
    box-shadow: 0 10px 30px rgba(111,168,58,0.6);
  }
}


  .btn-solid:hover { transform:translateY(-3px); box-shadow:0 16px 30px rgba(35,55,26,0.35); }
  .btn-outline {
    background:transparent; border-color:#23371A; color:#23371A;
  }
  .btn-outline:hover { background:#23371A; color:#FFFFFF; transform:translateY(-3px); }
  .btn-outline-light { background:transparent; border-color:rgba(255,255,255,0.65); color:#FFFFFF; }
  .btn-outline-light:hover { background:#FFFFFF; color:#23371A; transform:translateY(-3px); }
  .btn-gold {
    background:linear-gradient(135deg,#E4EABE,#6FA83A);
    color:#23371A; box-shadow:0 10px 24px rgba(111,168,58,0.3);
  }
  .btn-gold:hover { transform:translateY(-3px); box-shadow:0 16px 30px rgba(111,168,58,0.4); }

  /* ---------- HEADER ---------- */
  header {
    position:fixed; top:0; left:0; right:0; z-index:1000;
    background:rgba(255,255,255,0.9);
    backdrop-filter:blur(10px);
    border-bottom:1px solid rgba(35,55,26,0.08);
  }
  .nav-wrap {
    display:flex; align-items:center; justify-content:space-between;
    padding:14px 32px; max-width:1220px; margin:0 auto;
  }
  .brand { display:flex; align-items:center; gap:12px; }
  .brand img { width:52px; height:52px; border-radius:50%; object-fit:cover; }
  .brand-text { display:flex; flex-direction:column; line-height:1.1; }
  .brand-text .name { font-family:'Fraunces',serif; font-size:19px; font-weight:600; color:#23371A; }
  .brand-text .tag { font-size:11px; letter-spacing:1.5px; text-transform:uppercase; color:#5C8B2C; font-weight:600; }
  nav ul { display:flex; gap:34px; align-items:center; }
  nav ul li a {
    font-size:14.5px; font-weight:500; color:#1E2B14; position:relative; padding:6px 0;
  }
  nav ul li a::after {
    content:""; position:absolute; bottom:0; left:0; width:0; height:2px;
    background:#6FA83A; transition:width .3s ease;
  }
  nav ul li a:hover::after { width:100%; }
  .nav-cta { display:flex; align-items:center; gap:14px; }
  .nav-cta .btn { padding:11px 24px; font-size:13.5px; }
  .burger { display:none; flex-direction:column; gap:5px; cursor:pointer; z-index:1100; }
  .burger span { width:26px; height:2px; background:#23371A; border-radius:2px; }

  /* ---------- NEW HERO (full-width image + scroll button) ---------- */
  .hero-new { position:relative; width:100%; height:100vh; overflow:hidden; display:flex; align-items:center; }
  .hero-new-img { position:absolute; inset:0; width:100%; height:100%; z-index:0; object-fit: contain;}
  .hero-new-overlay {
    position:absolute; inset:0; z-index:1;
    background:linear-gradient(100deg, rgba(35,55,26,0.92) 0%, rgba(35,55,26,0.68) 40%, rgba(35,55,26,0.32) 70%, rgba(35,55,26,0.10) 100%);
  }
  .hero-new-content { position:relative; z-index:2; padding-top:70px; max-width:640px; }
  .hero-new-content .eyebrow-light {
    font-family:'Jost',sans-serif; font-size:12.5px; letter-spacing:4px; text-transform:uppercase;
    color:#E4EABE; font-weight:600; display:inline-flex; align-items:center; gap:10px;
  }
  .hero-new-content .eyebrow-light::before { content:""; width:26px; height:1px; background:#E4EABE; display:inline-block; }
  .hero-new-title { font-family:'Fraunces',serif; font-size:46px; color:#FFFFFF; font-weight:600; margin:20px 0 0; }
  .hero-new-title .script { font-family:'Parisienne',cursive; font-size:58px; color:#E4EABE; display:block; margin-top:4px; font-weight:400; }
  .hero-new-sub { font-size:16.5px; color:rgba(255,255,255,0.88); line-height:1.8; margin:22px 0 36px; max-width:520px; }
  .hero-new-btns { display:flex; gap:16px; flex-wrap:wrap; }

.hero-new-strip {
  position:absolute; left:0; right:0; bottom:0; z-index:2;
  display:flex; align-items:center; white-space:nowrap;
  padding:9px 0; overflow:hidden;
  background:linear-gradient(90deg, rgba(35,55,26,0.85), rgba(76,122,46,0.75), rgba(35,55,26,0.85));
  backdrop-filter:blur(10px);
  border-top:1px solid rgba(228,200,120,0.4);
  border-bottom:1px solid rgba(228,200,120,0.15);
}
.strip-marquee-item {
  font-family:'Fraunces', serif;
  font-size:16px;
  font-weight:600;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#E4EABE;
  margin:0 28px;
  line-height:1;
  display:inline-block;
}
.strip-sep {
  color:#E4C878;
  font-size:30px;
  margin:0 8px;
  opacity:0.8;
  line-height:1;
  display:inline-block;
  transform:translateY(6px);
}
  .strip-item { display:flex; align-items:center; gap:10px; color:#FFFFFF; font-size:12.5px; letter-spacing:1.5px; text-transform:uppercase; font-weight:500; }
  .strip-item svg { width:22px; height:22px; }

  /* ---------- HERO SLIDER (multi-image with prev/next + autoplay) ---------- */
  .hero-slide { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0; opacity:0; transition:opacity 1.1s ease; }
  .hero-slide.active { opacity:1; z-index:0; }
  .hero-slide-nav {
    position:absolute; top:50%; transform:translateY(-50%); z-index:4;
    width:50px; height:50px; border-radius:50%; background:rgba(255,255,255,0.12);
    border:1.5px solid rgba(228,234,190,0.85); color:#FFFFFF; display:flex; align-items:center; justify-content:center;
    cursor:pointer; transition:background .25s ease, transform .25s ease;
  }
  .hero-slide-nav:hover { background:rgba(228,234,190,0.9); color:#23371A; transform:translateY(-50%) scale(1.06); }
  .hero-slide-nav svg { width:22px; height:22px; pointer-events:none; }
  .hero-slide-prev { left:26px; }
  .hero-slide-next { right:26px; }
  .hero-slide-dots {
    position:absolute; bottom:150px; left:50%; transform:translateX(-50%); z-index:4;
    display:flex; gap:9px;
  }
  .hero-slide-dots span {
    width:8px; height:8px; border-radius:50%; background:rgba(255,255,255,0.4); cursor:pointer;
    transition:background .25s ease, transform .25s ease;
  }
  .hero-slide-dots span.active { background:#E4EABE; transform:scale(1.25); }


  /* ---------- TOP BANNER (full-width scrolling images) ---------- */
  .top-banner { position:relative; width:100%; height:72vh; min-height:460px; overflow:hidden; background:#23371A; }
  .banner-track { position:absolute; top:0; left:0; display:flex; height:100%; width:max-content; animation:scrollX 46s linear infinite; }
  .banner-track img { height:100%; width:440px; object-fit:cover; flex-shrink:0; filter:saturate(1.05) brightness(0.92); }
  @keyframes scrollX { from{ transform:translateX(0); } to{ transform:translateX(-50%); } }
  .banner-overlay {
    position:absolute; inset:0; z-index:2;
    background:linear-gradient(180deg, rgba(35,55,26,0.65) 0%, rgba(35,55,26,0.25) 35%, rgba(35,55,26,0.3) 65%, rgba(35,55,26,0.72) 100%);
  }
  .banner-text {
    position:absolute; inset:0; z-index:3; display:flex; flex-direction:column;
    align-items:center; justify-content:center; text-align:center; padding:0 24px;
  }
  .banner-text .eyebrow-light {
    font-family:'Jost',sans-serif; font-size:12.5px; letter-spacing:4px; text-transform:uppercase;
    color:#E4EABE; font-weight:600; display:inline-flex; align-items:center; gap:10px; margin-bottom:22px;
  }
  .banner-text .eyebrow-light::before, .banner-text .eyebrow-light::after { content:""; width:26px; height:1px; background:#E4EABE; display:inline-block; }
  .banner-text h2 {
    font-family:'Parisienne', cursive; font-weight:400; font-size:64px; color:#FFFFFF;
    text-shadow:0 6px 24px rgba(0,0,0,0.35); line-height:1.2;
  }
  .banner-text p {
    font-family:'Fraunces',serif; font-style:italic; font-size:17px; color:rgba(255,255,255,0.9);
    max-width:520px; margin-top:18px; line-height:1.7;
  }

  /* ---------- HERO (text + vertical marquee) ---------- */
  .hero {
    padding:90px 0 100px;
    background:
      radial-gradient(circle at 85% 12%, rgba(111,168,58,0.10), transparent 45%),
      radial-gradient(circle at 8% 90%, rgba(76,122,46,0.10), transparent 45%),
      #FFFFFF;
  }
  .hero-grid { display:grid; grid-template-columns:1.05fr 0.95fr; gap:60px; align-items:center; }
  .hero-arc {
    position:absolute; top:110px; left:50%; width:640px; height:640px;
    transform:translateX(-72%);
    border-radius:50%; border:1.5px solid rgba(111,168,58,0.35);
    border-bottom-color:transparent; border-left-color:transparent;
    z-index:0; pointer-events:none;
  }
  .hero-copy { position:relative; z-index:1; }
  .hero h1 { font-size:52px; margin:20px 0 10px; }
  .hero h1 .script { font-size:60px; color:#4C7A2E; display:block; margin-top:2px; }
  .hero p.lead { font-size:17px; color:#3F5449; max-width:480px; margin:20px 0 34px; line-height:1.7; }
  .hero-btns { display:flex; gap:16px; flex-wrap:wrap; margin-bottom:44px; }
  .hero-stats { display:flex; gap:40px; flex-wrap:wrap; }
  .hero-stats div strong { display:block; font-family:'Fraunces',serif; font-size:30px; color:#23371A; }
  .hero-stats div span { font-size:12.5px; letter-spacing:1px; text-transform:uppercase; color:#5B6E62; font-weight:500; }

  .hero-visual {
    position:relative; display:flex; gap:16px; height:600px; overflow:hidden;
    border-radius:26px; box-shadow:0 30px 60px rgba(35,55,26,0.18);
  }
  .hero-visual::before {
    content:""; position:absolute; inset:0; z-index:3; pointer-events:none;
    background:linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 14%, rgba(255,255,255,0) 86%, rgba(255,255,255,0.9) 100%);
  }
  .hero-visual::after {
    content:""; position:absolute; inset:0; z-index:2; pointer-events:none;
    background:linear-gradient(160deg, rgba(35,55,26,0.38), rgba(111,168,58,0.14));
    mix-blend-mode:multiply;
  }
  .m-col { display:flex; flex-direction:column; gap:16px; width:calc(33.333% - 11px); will-change:transform; }
  .m-col img { width:100%; height:230px; object-fit:cover; border-radius:16px; filter:saturate(1.05) brightness(0.97); }
  .m-up { animation:scrollUp 32s linear infinite; }
  .m-down { animation:scrollDown 38s linear infinite; }
  .m-slow { animation-duration:46s; }
  @keyframes scrollUp { from{ transform:translateY(0); } to{ transform:translateY(-50%); } }
  @keyframes scrollDown { from{ transform:translateY(-50%); } to{ transform:translateY(0); } }

  /* ---------- SECTION HEADINGS ---------- */
  .sec-head { max-width:640px; margin-bottom:56px; }
  .sec-head h2 { font-size:38px; margin-top:14px; }
  .sec-head p { color:#3F5449; margin-top:16px; font-size:15.5px; line-height:1.7; }
  .sec { padding:110px 0; }
  .sec-alt { background:#EEF2DD; }

  /* ---------- ABOUT ---------- */
  .about-grid { display:grid; grid-template-columns:0.85fr 1.15fr; gap:70px; align-items:center; }
  .about-visual { position:relative; }
  .float-img {
    position:absolute; border-radius:16px; overflow:hidden; border:5px solid #FFFFFF;
    box-shadow:0 20px 34px rgba(35,55,26,0.22); z-index:3;
  }
  .float-img img { width:100%; height:100%; object-fit:cover; display:block; }
  .float-1 { width:150px; height:150px; top:-26px; right:-34px; }
  .float-2 { width:130px; height:130px; bottom:-24px; left:-30px; }
  .monogram-card {
    position:relative; aspect-ratio:1/1.05; border-radius:26px;
    background:linear-gradient(150deg,#23371A,#4C7A2E 55%,#23371A);
    display:flex; align-items:center; justify-content:center; overflow:hidden;
    box-shadow:0 30px 60px rgba(35,55,26,0.28);
  }
  .monogram-card::before {
    content:""; position:absolute; width:340px; height:340px; border-radius:50%;
    border:1.5px solid rgba(111,168,58,0.55); border-bottom-color:transparent;
  }
  .monogram-card .letters {
    font-family:'Fraunces',serif; font-size:120px; font-weight:500; color:#FFFFFF; z-index:2;
  }
  .monogram-card .letters span { color:#6FA83A; }
  .monogram-card .ribbon {
    position:absolute; bottom:36px; text-align:center; z-index:2;
    font-size:11.5px; letter-spacing:3px; text-transform:uppercase; color:#E4EABE; font-weight:600;
  }
  .about-copy h2 { font-size:36px; }
  .about-copy .script { font-size:24px; color:#5C8B2C; display:block; margin-bottom:6px; }
  .about-copy p { color:#3F5449; margin:18px 0; line-height:1.8; font-size:15.5px; }
  .chip-row { display:flex; flex-wrap:wrap; gap:10px; margin-top:24px; }
  .chip {
    padding:9px 18px; border-radius:30px; background:#FFFFFF; border:1px solid rgba(35,55,26,0.14);
    font-size:13px; font-weight:500; color:#4C7A2E;
  }

  /* ---------- EXPERTISE ---------- */
  .exp-gallery { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; margin-bottom:50px; }
  .exp-gallery img { width:100%; height:170px; object-fit:cover; border-radius:16px; filter:saturate(1.05); box-shadow:0 14px 24px rgba(35,55,26,0.12); }
  .exp-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
  .exp-card {
    background:#FFFFFF; border-radius:18px; padding:28px 22px; border:1px solid rgba(35,55,26,0.08);
    transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  }
  .exp-card:hover { transform:translateY(-6px); box-shadow:0 20px 34px rgba(35,55,26,0.12); border-color:rgba(111,168,58,0.4); }
  .badge {
    width:52px; height:52px; border-radius:50%; display:flex; align-items:center; justify-content:center;
    background:linear-gradient(150deg,#4C7A2E,#23371A); color:#E4EABE; font-family:'Fraunces',serif;
    font-size:14px; font-weight:600; border:1.5px solid rgba(111,168,58,0.5); margin-bottom:16px;
  }
  .exp-card h3 { font-size:17px; margin-bottom:8px; }
  .exp-card p { font-size:13.5px; color:#5B6E62; line-height:1.55; }

  /* ---------- CERTIFICATIONS ---------- */
  .cert-wrap { display:grid; grid-template-columns:250px 1fr; gap:30px; align-items:start; }
  .cert-gallery { display:flex; flex-direction:column; gap:16px; }
  .cert-gallery img { width:100%; height:190px; object-fit:cover; border-radius:16px; box-shadow:0 16px 28px rgba(35,55,26,0.14); }
  .cert-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
  .cert-card {
    display:flex; align-items:center; gap:14px; background:#FFFFFF; border:1px solid rgba(111,168,58,0.3);
    border-radius:14px; padding:18px 20px;
  }
  .cert-card .tick {
    width:30px; height:30px; min-width:30px; border-radius:50%; background:#23371A;
    display:flex; align-items:center; justify-content:center;
  }
  .cert-card .tick svg { width:15px; height:15px; }
  .cert-card span { font-size:14px; font-weight:500; color:#1E2B14; }

  /* ---------- PHILOSOPHY ---------- */
  .phil { text-align:center; padding:130px 0; position:relative;
    background:#23371A; color:#FFFFFF; overflow:hidden;
    background-image: url("https://images.unsplash.com/photo-1467003909585-2f8a72700288?auto=format&fit=crop&w=1200&q=80");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;}
  .phil-overlay { position:absolute; inset:0; z-index:1;
   background: linear-gradient(
    150deg,
    rgba(20, 33, 13, 0.5),
    rgba(76, 122, 46, 0.25) 60%,
    rgba(20, 33, 13, 0.30)
); }
  .phil::before {
    content:""; position:absolute; top:-120px; left:50%; transform:translateX(-50%);
    width:900px; height:900px; border-radius:50%; border:1.5px solid rgba(111,168,58,0.25); z-index:1;
  }
  .phil-quote {
    font-family:'Fraunces',serif; font-style:italic; font-size:32px; max-width:820px; margin:0 auto 30px;
    line-height:1.5; position:relative; z-index:2;
  }
  .phil p.sub { max-width:600px; margin:0 auto 40px; color:rgba(255,255,255,0.85); font-size:15px; line-height:1.8; position:relative; z-index:2;}
  .ribbon-strip {
    display:inline-flex; gap:14px; align-items:center; padding:14px 34px; border-radius:40px;
    background:rgba(255,255,255,0.08); border:1px solid rgba(111,168,58,0.5); position:relative; z-index:2;
    font-size:13px; letter-spacing:4px; text-transform:uppercase; font-weight:600; color:#E4EABE;
  }
  .ribbon-strip .dot { width:5px; height:5px; border-radius:50%; background:#E4EABE; }

  /* ---------- CONTACT ---------- */
  .contact-wrap { display:grid; grid-template-columns:1fr 1fr; gap:0; border-radius:26px; overflow:hidden; box-shadow:0 30px 60px rgba(35,55,26,0.15); }
  .contact-left {
    position:relative; overflow:hidden; color:#FFFFFF; padding:30px 25px;
    display:flex; flex-direction:column; justify-content:center;
  }
  .contact-bg { position:absolute; inset:0; width:100%; height:100%; object-fit:contain; z-index:0; opacity:1; border-radius: 10px; }
  .contact-left-overlay { position:absolute; inset:0; z-index:1;
    background:linear-gradient(150deg, rgba(35,55,26,0.93), rgba(76,122,46,0.86)); }
  .contact-left > * { position:relative; z-index:2; }
  .contact-left .script { font-size:30px; color:#E4EABE; margin-bottom:6px; }
  .contact-left h2 { color:#FFFFFF; font-size:30px; margin-bottom:16px; }
  .contact-left p { color:rgba(255,255,255,0.85); line-height:1.8; font-size:14.5px; margin-bottom:30px; }
  .contact-item-container{
    display: flex;
    gap: 10px
  }
  .contact-item { display:flex; align-items:center; gap:14px; margin-bottom:18px; }
  .contact-item .icon {
    width:42px; height:42px; border-radius:50%; background:rgba(111,168,58,0.18); border:1px solid rgba(111,168,58,0.5);
    display:flex; align-items:center; justify-content:center;
  }
  .contact-item .icon svg { width:18px; height:18px; }
  .contact-item div span { display:block; font-size:11.5px; letter-spacing:1px; text-transform:uppercase; color:#E4EABE; margin-bottom:2px; }
  .contact-item div strong { font-size:16px; font-weight:500; }
  .contact-right { background:#FFFFFF; padding:60px 50px; display:flex; flex-direction:column; justify-content:center; gap:20px; }
  .contact-right h3 { font-size:22px; margin-bottom:4px; }
  .contact-right p.small { color:#5B6E62; font-size:14px; margin-bottom:10px; }
  .field { display:flex; flex-direction:column; gap:6px; }
  .field label { font-size:12.5px; font-weight:500; color:#3F5449; }
  .field input, .field textarea {
    border:1px solid rgba(35,55,26,0.18); border-radius:10px; padding:13px 16px; font-family:'Jost',sans-serif;
    font-size:14px; color:#1E2B14; background:#FFFFFF; outline:none; transition:border-color .25s ease;
  }
  .field input:focus, .field textarea:focus { border-color:#6FA83A; }
  .contact-right .btn { width:100%; margin-top:6px; }

  /* ---------- FOOTER ---------- */
  footer { background-image: url('../images/footer.png');   background-size: cover;
  background-position: center;
  background-repeat: no-repeat; color: black; padding:70px 0 30px; }
  .footer-grid { display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:50px; margin-bottom:50px; }
  .footer-brand { display:flex; align-items:center; gap:12px; margin-bottom:18px; }
  .footer-brand img { width:46px; height:46px; border-radius:50%; }
  .footer-brand span { font-family:'Fraunces',serif; font-size:18px; color:black; font-weight:600; }
  footer .tagline { font-size:14px; line-height:1.7; max-width:280px; }
  footer h4 { color:black; font-size:13px; letter-spacing:1.5px; text-transform:uppercase; margin-bottom:18px; font-weight:600; }
  footer ul li { margin-bottom:12px; font-size:14px; }
  footer ul li a:hover { color:black; }
  .footer-bottom { border-top:1px solid rgba(255,255,255,0.12); padding-top:26px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:13px; color:black; }
  .footer-bottom span a {
    text-decoration: none;
  }

  .whatsapp-float {
    position:fixed; bottom:80px; right:26px; z-index:900; width:58px; height:58px; border-radius:50%;
    background:linear-gradient(135deg,#4C7A2E,#23371A); display:flex; align-items:center; justify-content:center;
    box-shadow:0 14px 28px rgba(35,55,26,0.4); border:2px solid rgba(111,168,58,0.5);
  }
  .whatsapp-float svg { width:26px; height:26px; }


  /* mobile nav drawer */
  .mobile-nav {
    position:fixed; top:0; right:-100%; width:78%; max-width:320px; height:100vh; background:#23371A;
    z-index:1050; padding:100px 32px 40px; transition:right .35s ease; box-shadow:-10px 0 40px rgba(0,0,0,0.2);
  }
  .mobile-nav.open { right:0; }
  .mnav-close {
    position:absolute; top:20px; right:24px; font-size:32px; line-height:1; color:#E4EABE;
    cursor:pointer; font-weight:400; width:36px; height:36px; display:flex; align-items:center; justify-content:center;
  }
  .mobile-nav ul li { margin-bottom:22px; }
  .mobile-nav ul li a { color:#FFFFFF; font-size:17px; font-weight:500; }
  .mobile-nav .btn { margin-top:20px; width:100%; }
/* ============================================================
   RESPONSIVE — TABLET 768px
   ============================================================ */
@media (max-width: 768px) {

  .container { padding: 0 20px; }

  /* ---- HEADER ---- */
  .nav-wrap { padding: 12px 20px; }
  nav, .nav-cta { display: none; }
  .burger { display: flex; }
  .brand img { width: 42px; height: 42px; }
  .brand-text .name { font-size: 16px; }
  .brand-text .tag { font-size: 9.5px; letter-spacing: 1px; }
  .mobile-nav { width: 78%; max-width: 320px; padding: 90px 30px 30px; }

  /* ---- HERO NEW (slider) ---- */
  .hero-new { height: 82vh; min-height: 500px; }
  .hero-new-content { padding-top: 60px; }
  .hero-new-title { font-size: 32px; }
  .hero-new-title .script { font-size: 40px; }
  .hero-new-sub { font-size: 14.5px; max-width: 100%; }
  .hero-new-btns .btn { padding: 13px 26px; font-size: 14px; }
  .hero-new-strip { gap: 24px; padding: 16px 12px; }
  .strip-item { font-size: 10.5px; gap: 7px; }
  .strip-item svg { width: 18px; height: 18px; }
  .hero-slide-nav { width: 40px; height: 40px; }
  .hero-slide-nav svg { width: 18px; height: 18px; }
  .hero-slide-prev { left: 12px; }
  .hero-slide-next { right: 12px; }
  .hero-slide-dots { bottom: 100px; }

  /* ---- HERO (text + marquee) ---- */
  .hero { padding: 60px 0 60px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-arc { display: none; }
  .hero h1 { font-size: 34px; }
  .hero h1 .script { font-size: 40px; }
  .hero p.lead { font-size: 15px; max-width: 100%; margin: 18px 0 26px; }
  .hero-btns { gap: 12px; }
  .hero-stats { gap: 24px; }
  .hero-stats div strong { font-size: 26px; }
  .hero-visual { height: 400px; gap: 10px; }
  .m-col img { height: 150px; }

  /* ---- SECTION GENERIC ---- */
  .sec { padding: 65px 0; }
  .sec-head { margin-bottom: 36px; max-width: 100%; }
  .sec-head h2 { font-size: 27px; }
  .sec-head p { font-size: 14.5px; }

  /* ---- ABOUT ---- */
  .about-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-visual { max-width: 380px; margin: 0 auto; }
  .monogram-card .letters { font-size: 90px; }
  .about-copy h2 { font-size: 27px; }
  .about-copy .script { font-size: 20px; }

  /* ---- EXPERTISE ---- */
  .exp-gallery { grid-template-columns: repeat(2,1fr); gap: 14px; margin-bottom: 36px; }
  .exp-gallery img { height: 130px; }
  .exp-grid { grid-template-columns: repeat(2,1fr); gap: 16px; }
  .exp-card { padding: 22px 18px; }
  .exp-card h3 { font-size: 15.5px; }
  .exp-card p { font-size: 13px; }

  /* ---- TOP BANNER (scrolling strip) ---- */
  .top-banner { height: 55vh; min-height: 380px; }
  .banner-track img { width: 320px; }
  .banner-text h2 { font-size: 42px; }
  .banner-text p { font-size: 14.5px; max-width: 90%; }

  /* ---- CERTIFICATIONS ---- */
  .cert-wrap { grid-template-columns: 1fr; gap: 24px; }
  .cert-gallery { flex-direction: row; overflow-x: auto; gap: 12px; -webkit-overflow-scrolling: touch; }
  .cert-gallery img { min-width: 200px; height: 160px; flex-shrink: 0; }
  .cert-grid { grid-template-columns: repeat(2,1fr); gap: 12px; }
  .cert-card { padding: 14px 16px; }
  .cert-card span { font-size: 13px; }

  /* ---- PHILOSOPHY ---- */
  .phil { padding: 90px 0; background-attachment: scroll; }
  .phil-quote { font-size: 24px; }
  .phil p.sub { font-size: 14px; }

  /* ---- CONTACT ---- */
  .contact-wrap { grid-template-columns: 1fr; border-radius: 18px; }
  .contact-left { padding: 40px 30px; min-height: 260px; }
  .contact-left h2 { font-size: 26px; }
  .contact-item-container { flex-direction: column; gap: 0; }
  .contact-right { padding: 40px 30px; }
  .contact-right h2, .contact-right h3 { font-size: 22px; }

  /* ---- FOOTER ---- */
  .footer-grid { grid-template-columns: repeat(2,1fr); gap: 30px 20px; }
  .footer-bottom { flex-direction: column; text-align: center; gap: 8px; }

  /* ---- WHATSAPP FLOAT ---- */
  .whatsapp-float { width: 52px; height: 52px; bottom: 20px; right: 20px; }
}

/* ============================================================
   RESPONSIVE — MOBILE 480px
   ============================================================ */
@media (max-width: 480px) {

  .container { padding: 0 16px; }

  /* ---- HEADER ---- */
  .brand img { width: 38px; height: 38px; }
  .brand-text .name { font-size: 14.5px; }
  .brand-text .tag { display: none; }
  .mobile-nav { width: 82%; padding: 80px 24px 24px; }
  .mobile-nav ul li a { font-size: 15.5px; }

  /* ---- HERO NEW ---- */
  .hero-new { height: 78vh; min-height: 460px; }
  .hero-new-content { padding-top: 46px; }
  .hero-new-content .eyebrow-light { font-size: 10.5px; letter-spacing: 2.5px; }
  .hero-new-title { font-size: 25px; }
  .hero-new-title .script { font-size: 31px; }
  .hero-new-sub { font-size: 13px; margin: 14px 0 22px; }
  .hero-new-btns { gap: 10px; }
  .hero-new-btns .btn { padding: 11px 20px; font-size: 12.5px; }
  .hero-new-strip { gap: 12px; padding: 12px 8px; }
  .strip-item { font-size: 9px; gap: 4px; }
  .strip-item svg { width: 15px; height: 15px; }
  .hero-slide-nav { width: 34px; height: 34px; }
  .hero-slide-nav svg { width: 15px; height: 15px; }
  .hero-slide-dots { bottom: 78px; }
  .hero-slide-dots span { width: 6px; height: 6px; }

  /* ---- HERO ---- */
  .hero { padding: 50px 0 50px; }
  .hero h1 { font-size: 25px; }
  .hero h1 .script { font-size: 30px; }
  .hero p.lead { font-size: 13.5px; }
  .hero-btns .btn { width: 100%; padding: 12px 20px; font-size: 13px; }
  .hero-stats { justify-content: space-between; gap: 12px; }
  .hero-stats div strong { font-size: 21px; }
  .hero-stats div span { font-size: 10px; }
  .hero-visual { height: 300px; gap: 8px; border-radius: 16px; }
  .m-col img { height: 110px; border-radius: 8px; }

  /* ---- SECTION GENERIC ---- */
  .sec { padding: 46px 0; }
  .eyebrow, .eyebrow-light { font-size: 10.5px; letter-spacing: 2.5px; }
  .sec-head h2 { font-size: 22px; }
  .sec-head p { font-size: 13.5px; }
  .btn { padding: 12px 22px; font-size: 13.5px; }

  /* ---- ABOUT ---- */
  .about-grid { gap: 44px; }
  .about-visual { max-width: 280px; }
  .monogram-card .letters { font-size: 68px; }
  .monogram-card .ribbon { font-size: 9.5px; bottom: 22px; }
  .float-img { display: none; }
  .about-copy h2 { font-size: 22px; }
  .about-copy .script { font-size: 17px; }
  .about-copy p { font-size: 13.5px; }
  .chip { font-size: 11.5px; padding: 7px 14px; }

  /* ---- EXPERTISE ---- */
  .exp-gallery { grid-template-columns: repeat(2,1fr); gap: 10px; margin-bottom: 26px; }
  .exp-gallery img { height: 95px; border-radius: 10px; }
  .exp-grid { grid-template-columns: 1fr; gap: 12px; }
  .badge { width: 44px; height: 44px; font-size: 12px; }

  /* ---- TOP BANNER ---- */
  .top-banner { height: 48vh; min-height: 300px; }
  .banner-track img { width: 220px; }
  .banner-text h2 { font-size: 30px; }
  .banner-text p { font-size: 12.5px; }

  /* ---- CERTIFICATIONS ---- */
  .cert-gallery img { min-width: 160px; height: 130px; }
  .cert-grid { grid-template-columns: 1fr; gap: 10px; }
  .cert-card { padding: 12px 14px; gap: 10px; }
  .cert-card .tick { width: 26px; height: 26px; min-width: 26px; }
  .cert-card span { font-size: 12.5px; }

  /* ---- PHILOSOPHY ---- */
  .phil { padding: 60px 0; }
  .phil-quote { font-size: 18px; }
  .phil p.sub { font-size: 12.5px; }
  .ribbon-strip { font-size: 10.5px; padding: 10px 18px; gap: 6px; letter-spacing: 2px; }

  /* ---- CONTACT ---- */
  .contact-left, .contact-right { padding: 32px 22px; }
  .contact-left h2 { font-size: 21px; }
  .contact-left .script { font-size: 24px; }
  .contact-right h2, .contact-right h3 { font-size: 19px; }
  .contact-item .icon { width: 36px; height: 36px; }
  .contact-item div strong { font-size: 14px; }
  .field input, .field textarea { font-size: 12.5px; padding: 11px 14px; }

  /* ---- FOOTER ---- */
  .footer-grid { grid-template-columns: 1fr; gap: 26px; }
  .footer-brand img { width: 38px; height: 38px; }
  footer .tagline { max-width: 100%; font-size: 13px; }
  footer h4 { font-size: 12px; }
  footer ul li { font-size: 13px; }

  /* ---- WHATSAPP FLOAT ---- */
  .whatsapp-float { width: 48px; height: 48px; bottom: 16px; right: 16px; }
  .whatsapp-float svg { width: 22px; height: 22px; }
}

/* ============================================================
   RESPONSIVE — SMALL MOBILE 320px
   ============================================================ */
@media (max-width: 320px) {

  .container { padding: 0 12px; }

  /* HEADER */
  .brand img { width: 34px; height: 34px; }
  .brand-text .name { font-size: 13px; }
  .mobile-nav { width: 88%; padding: 70px 18px 20px; }

  /* HERO NEW */
  .hero-new { min-height: 420px; }
  .hero-new-title { font-size: 21px; }
  .hero-new-title .script { font-size: 26px; }
  .hero-new-sub { font-size: 12px; }
  .hero-new-btns { flex-direction: column; align-items: flex-start; }
  .hero-new-btns .btn { width: 100%; justify-content: center; }
  .hero-new-strip { display: none; }
  .hero-slide-dots { bottom: 22px; }

  /* HERO */
  .hero h1 { font-size: 21px; }
  .hero h1 .script { font-size: 25px; }
  .hero-btns { flex-direction: column; }
  .hero-stats { flex-direction: column; gap: 10px; }
  .hero-visual { height: 240px; }
  .m-col img { height: 85px; }

  .sec { padding: 38px 0; }
  .sec-head h2 { font-size: 19px; }

  /* ABOUT */
  .about-visual { max-width: 220px; }
  .monogram-card .letters { font-size: 52px; }

  /* EXPERTISE */
  .exp-gallery { grid-template-columns: 1fr 1fr; }
  .exp-gallery img { height: 80px; }

  /* TOP BANNER */
  .top-banner { min-height: 240px; }
  .banner-track img { width: 180px; }
  .banner-text h2 { font-size: 23px; }

  /* CERTIFICATIONS */
  .cert-gallery img { min-width: 130px; height: 100px; }

  /* PHILOSOPHY */
  .phil-quote { font-size: 15px; }
  .ribbon-strip { flex-wrap: wrap; justify-content: center; }

  /* CONTACT */
  .contact-left, .contact-right { padding: 24px 16px; }

  /* FOOTER */
  .footer-bottom { font-size: 11.5px; }
}


/* Tablet */
@media (max-width: 768px) {
  .hero-new-img {
    object-position: center;
    object-fit: cover;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .hero-new-img {
    object-position: left;
    object-fit: cover;
  }
}

/* Small Mobile */
@media (max-width: 320px) {
  .hero-new-img {
    object-position: left;
    object-fit: cover;
  }
}




@media (max-width:768px) {
  .strip-marquee-item { font-size:13px; margin:0 18px; letter-spacing:1.2px; }
}
@media (max-width:480px) {
  .strip-marquee-item { font-size:11.5px; margin:0 12px; }
  .strip-sep { font-size:9px; }
}






/* ---------- FOOTER SOCIAL ICONS ---------- */
.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.footer-social a {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(35, 55, 26, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #23371A;
  transition: all 0.3s ease;
}

.footer-social a svg {
  width: 18px;
  height: 18px;
}

.footer-social a:hover {
  background: #23371A;
  color: #FFFFFF;
  transform: translateY(-3px);
  box-shadow: 0 8px 18px rgba(35, 55, 26, 0.2);
}

@media (max-width: 480px) {
  .footer-social {
    margin-top: 14px;
    gap: 8px;
  }

  .footer-social a {
    width: 35px;
    height: 35px;
  }

  .footer-social a svg {
    width: 16px;
    height: 16px;
  }
}


