* { margin:0; padding:0; box-sizing:border-box; }
  html { scroll-behavior:smooth; }
  body {
    font-family:'Jost', sans-serif;
    color:#16281D;
    background:#FBFAF3;
    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:#B4881C;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:10px;
  }
  .eyebrow::before { content:""; width:26px; height:1px; background:#B4881C; display:inline-block; }
  h1,h2,h3 { font-family:'Fraunces', serif; color:#123524; 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,#1F6D45,#123524);
    color:#FBFAF3;
    box-shadow:0 10px 24px rgba(18,53,36,0.28);
  }
  .btn-solid:hover { transform:translateY(-3px); box-shadow:0 16px 30px rgba(18,53,36,0.35); }
  .btn-outline {
    background:transparent; border-color:#123524; color:#123524;
  }
  .btn-outline:hover { background:#123524; color:#FBFAF3; transform:translateY(-3px); }
  .btn-outline-light { background:transparent; border-color:rgba(251,250,243,0.65); color:#FBFAF3; }
  .btn-outline-light:hover { background:#FBFAF3; color:#123524; transform:translateY(-3px); }
  .btn-gold {
    background:linear-gradient(135deg,#E4C878,#C9A227);
    color:#123524; box-shadow:0 10px 24px rgba(201,162,39,0.3);
  }
  .btn-gold:hover { transform:translateY(-3px); box-shadow:0 16px 30px rgba(201,162,39,0.4); }

  /* ---------- HEADER ---------- */
  header {
    position:fixed; top:0; left:0; right:0; z-index:1000;
    background:rgba(251,250,243,0.9);
    backdrop-filter:blur(10px);
    border-bottom:1px solid rgba(18,53,36,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:#123524; }
  .brand-text .tag { font-size:11px; letter-spacing:1.5px; text-transform:uppercase; color:#B4881C; font-weight:600; }
  nav ul { display:flex; gap:34px; align-items:center; }
  nav ul li a {
    font-size:14.5px; font-weight:500; color:#16281D; position:relative; padding:6px 0;
  }
  nav ul li a::after {
    content:""; position:absolute; bottom:0; left:0; width:0; height:2px;
    background:#C9A227; 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:#123524; border-radius:2px; }

  /* ---------- NEW HERO (full-width image + scroll button) ---------- */
  .hero-new { position:relative; width:100%; height:90vh; overflow:hidden; display:flex; align-items:center; }
  .hero-new-img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0; }
  .hero-new-overlay {
    position:absolute; inset:0; z-index:1;
    background:linear-gradient(100deg, rgba(18,53,36,0.92) 0%, rgba(18,53,36,0.68) 40%, rgba(18,53,36,0.32) 70%, rgba(18,53,36,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:#E4C878; font-weight:600; display:inline-flex; align-items:center; gap:10px;
  }
  .hero-new-content .eyebrow-light::before { content:""; width:26px; height:1px; background:#E4C878; display:inline-block; }
  .hero-new-title { font-family:'Fraunces',serif; font-size:46px; color:#FBFAF3; font-weight:600; margin:20px 0 0; }
  .hero-new-title .script { font-family:'Parisienne',cursive; font-size:58px; color:#E4C878; display:block; margin-top:4px; font-weight:400; }
  .hero-new-sub { font-size:16.5px; color:rgba(251,250,243,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; justify-content:center;
    gap:60px; padding:24px 20px; background:rgba(18,53,36,0.55); backdrop-filter:blur(8px);
    border-top:1px solid rgba(201,162,39,0.35); flex-wrap:wrap;
  }
  .strip-item { display:flex; align-items:center; gap:10px; color:#FBFAF3; 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(251,250,243,0.12);
    border:1.5px solid rgba(228,200,120,0.85); color:#FBFAF3; display:flex; align-items:center; justify-content:center;
    cursor:pointer; transition:background .25s ease, transform .25s ease;
  }
  .hero-slide-nav:hover { background:rgba(228,200,120,0.9); color:#123524; 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(251,250,243,0.4); cursor:pointer;
    transition:background .25s ease, transform .25s ease;
  }
  .hero-slide-dots span.active { background:#E4C878; transform:scale(1.25); }


  /* ---------- TOP BANNER (full-width scrolling images) ---------- */
  .top-banner { position:relative; width:100%; height:72vh; min-height:460px; overflow:hidden; background:#123524; }
  .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(18,53,36,0.65) 0%, rgba(18,53,36,0.25) 35%, rgba(18,53,36,0.3) 65%, rgba(18,53,36,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:#E4C878; 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:#E4C878; display:inline-block; }
  .banner-text h2 {
    font-family:'Parisienne', cursive; font-weight:400; font-size:64px; color:#FBFAF3;
    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(251,250,243,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(201,162,39,0.10), transparent 45%),
      radial-gradient(circle at 8% 90%, rgba(31,109,69,0.10), transparent 45%),
      #FBFAF3;
  }
  .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(201,162,39,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:#1F6D45; 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:#123524; }
  .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(18,53,36,0.18);
  }
  .hero-visual::before {
    content:""; position:absolute; inset:0; z-index:3; pointer-events:none;
    background:linear-gradient(180deg, rgba(251,250,243,0.9) 0%, rgba(251,250,243,0) 14%, rgba(251,250,243,0) 86%, rgba(251,250,243,0.9) 100%);
  }
  .hero-visual::after {
    content:""; position:absolute; inset:0; z-index:2; pointer-events:none;
    background:linear-gradient(160deg, rgba(18,53,36,0.38), rgba(201,162,39,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:#F1EFE2; }

  /* ---------- 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 #FBFAF3;
    box-shadow:0 20px 34px rgba(18,53,36,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,#123524,#1F6D45 55%,#123524);
    display:flex; align-items:center; justify-content:center; overflow:hidden;
    box-shadow:0 30px 60px rgba(18,53,36,0.28);
  }
  .monogram-card::before {
    content:""; position:absolute; width:340px; height:340px; border-radius:50%;
    border:1.5px solid rgba(201,162,39,0.55); border-bottom-color:transparent;
  }
  .monogram-card .letters {
    font-family:'Fraunces',serif; font-size:120px; font-weight:500; color:#FBFAF3; z-index:2;
  }
  .monogram-card .letters span { color:#C9A227; }
  .monogram-card .ribbon {
    position:absolute; bottom:36px; text-align:center; z-index:2;
    font-size:11.5px; letter-spacing:3px; text-transform:uppercase; color:#E4C878; font-weight:600;
  }
  .about-copy h2 { font-size:36px; }
  .about-copy .script { font-size:24px; color:#B4881C; 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(18,53,36,0.14);
    font-size:13px; font-weight:500; color:#1F6D45;
  }

  /* ---------- 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(18,53,36,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(18,53,36,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(18,53,36,0.12); border-color:rgba(201,162,39,0.4); }
  .badge {
    width:52px; height:52px; border-radius:50%; display:flex; align-items:center; justify-content:center;
    background:linear-gradient(150deg,#1F6D45,#123524); color:#E4C878; font-family:'Fraunces',serif;
    font-size:14px; font-weight:600; border:1.5px solid rgba(201,162,39,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(18,53,36,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(201,162,39,0.3);
    border-radius:14px; padding:18px 20px;
  }
  .cert-card .tick {
    width:30px; height:30px; min-width:30px; border-radius:50%; background:#123524;
    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:#16281D; }

  /* ---------- PHILOSOPHY ---------- */
  .phil { text-align:center; padding:130px 0; position:relative;
    background:#123524; color:#FBFAF3; 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(16, 45, 30, 0.5),
    rgba(38, 132, 82, 0.25) 60%,
    rgba(16, 45, 30, 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(201,162,39,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(251,250,243,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(251,250,243,0.08); border:1px solid rgba(201,162,39,0.5); position:relative; z-index:2;
    font-size:13px; letter-spacing:4px; text-transform:uppercase; font-weight:600; color:#E4C878;
  }
  .ribbon-strip .dot { width:5px; height:5px; border-radius:50%; background:#E4C878; }

  /* ---------- CONTACT ---------- */
  .contact-wrap { display:grid; grid-template-columns:1fr 1fr; gap:0; border-radius:26px; overflow:hidden; box-shadow:0 30px 60px rgba(18,53,36,0.15); }
  .contact-left {
    position:relative; overflow:hidden; color:#FBFAF3; padding:60px 50px;
    display:flex; flex-direction:column; justify-content:center;
  }
  .contact-bg { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0; opacity:0.32; border-radius: 10px; }
  .contact-left-overlay { position:absolute; inset:0; z-index:1;
    background:linear-gradient(150deg, rgba(18,53,36,0.93), rgba(31,109,69,0.86)); }
  .contact-left > * { position:relative; z-index:2; }
  .contact-left .script { font-size:30px; color:#E4C878; margin-bottom:6px; }
  .contact-left h2 { color:#FBFAF3; font-size:30px; margin-bottom:16px; }
  .contact-left p { color:rgba(251,250,243,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(201,162,39,0.18); border:1px solid rgba(201,162,39,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:#E4C878; 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(18,53,36,0.18); border-radius:10px; padding:13px 16px; font-family:'Jost',sans-serif;
    font-size:14px; color:#16281D; background:#FBFAF3; outline:none; transition:border-color .25s ease;
  }
  .field input:focus, .field textarea:focus { border-color:#C9A227; }
  .contact-right .btn { width:100%; margin-top:6px; }

  /* ---------- FOOTER ---------- */
  footer { background:#0F2B1D; color:rgba(251,250,243,0.8); 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:#FBFAF3; font-weight:600; }
  footer .tagline { font-size:14px; line-height:1.7; max-width:280px; }
  footer h4 { color:#E4C878; 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:#E4C878; }
  .footer-bottom { border-top:1px solid rgba(251,250,243,0.12); padding-top:26px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:13px; color:rgba(251,250,243,0.55); }
  .footer-bottom span a {
    text-decoration: none;
  }

  .whatsapp-float {
    position:fixed; bottom:26px; right:26px; z-index:900; width:58px; height:58px; border-radius:50%;
    background:linear-gradient(135deg,#1F6D45,#123524); display:flex; align-items:center; justify-content:center;
    box-shadow:0 14px 28px rgba(18,53,36,0.4); border:2px solid rgba(201,162,39,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:#123524;
    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:#E4C878;
    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:#FBFAF3; 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; }
}

















        /* ================= ABOUT PAGE — SAME DESIGN SYSTEM AS HOME ================= */
      * { margin:0; padding:0; box-sizing:border-box; }
      html { scroll-behavior:smooth; }
      body {
        font-family:'Jost', sans-serif;
        color:#16281D;
        background:#FBFAF3;
        overflow-x:hidden;
      }
      img { display:block; max-width:100%; }
      a { text-decoration:none; color:inherit; }
      ul { list-style:none; }
      section { position:relative; }
      .container { max-width:1220px; margin:0 auto; padding:0 32px; }

      .eyebrow {
        font-family:'Jost', sans-serif;
        font-size:12.5px;
        letter-spacing:4px;
        text-transform:uppercase;
        color:#B4881C;
        font-weight:600;
        display:inline-flex;
        align-items:center;
        gap:10px;
      }
      .eyebrow::before { content:""; width:26px; height:1px; background:#B4881C; display:inline-block; }
      .eyebrow-light {
        font-family:'Jost',sans-serif; font-size:12.5px; letter-spacing:4px; text-transform:uppercase;
        color:#E4C878; font-weight:600; display:inline-flex; align-items:center; gap:10px;
      }
      .eyebrow-light::before { content:""; width:26px; height:1px; background:#E4C878; display:inline-block; }

      h1,h2,h3 { font-family:'Fraunces', serif; color:#123524; font-weight:600; line-height:1.15; }
      .script { font-family:'Parisienne', cursive; font-weight:400; }

      .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,#1F6D45,#123524); color:#FBFAF3; box-shadow:0 10px 24px rgba(18,53,36,0.28); }
      .btn-solid:hover { transform:translateY(-3px); box-shadow:0 16px 30px rgba(18,53,36,0.35); }
      .btn-outline { background:transparent; border-color:#123524; color:#123524; }
      .btn-outline:hover { background:#123524; color:#FBFAF3; transform:translateY(-3px); }
      .btn-outline-light { background:transparent; border-color:rgba(251,250,243,0.65); color:#FBFAF3; }
      .btn-outline-light:hover { background:#FBFAF3; color:#123524; transform:translateY(-3px); }
      .btn-gold { background:linear-gradient(135deg,#E4C878,#C9A227); color:#123524; box-shadow:0 10px 24px rgba(201,162,39,0.3); }
      .btn-gold:hover { transform:translateY(-3px); box-shadow:0 16px 30px rgba(201,162,39,0.4); }

      /* ---------- PAGE HERO (banner style, image + overlay) ---------- */
      .page-hero { position:relative; width:100%; height:56vh; min-height:400px; overflow:hidden; display:flex; align-items:center; }
      .page-hero-img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:0; filter:saturate(1.05) brightness(0.92); }
      .page-hero-overlay {
        position:absolute; inset:0; z-index:1;
        background:linear-gradient(150deg, rgba(18,53,36,0.92) 0%, rgba(18,53,36,0.7) 45%, rgba(18,53,36,0.4) 100%);
      }
      .page-hero-content { position:relative; z-index:2; max-width:680px; padding-top:60px; }
      .page-hero-title { font-family:'Fraunces',serif; font-size:46px; color:#FBFAF3; font-weight:600; margin:20px 0 0; }
      .page-hero-title .script { font-family:'Parisienne',cursive; font-size:56px; color:#E4C878; display:block; margin-top:4px; font-weight:400; }
      .page-hero-sub { font-size:16px; color:rgba(251,250,243,0.88); line-height:1.8; margin:22px 0 0; max-width:520px; }
      .breadcrumb { display:flex; gap:8px; align-items:center; margin-top:22px; font-size:13px; color:rgba(251,250,243,0.75); }
      .breadcrumb a:hover { color:#E4C878; }
      .breadcrumb .sep { color:rgba(228,200,120,0.7); }

      /* ---------- SECTION HEADINGS / SHARED ---------- */
      .sec-head { max-width:640px; margin-bottom:56px; }
      .sec-head.center { margin-left:auto; margin-right:auto; text-align:center; }
      .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:#F1EFE2; }

      /* ---------- STORY / ABOUT GRID (reused pattern) ---------- */
      .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 #FBFAF3;
        box-shadow:0 20px 34px rgba(18,53,36,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,#123524,#1F6D45 55%,#123524);
        display:flex; align-items:center; justify-content:center; overflow:hidden;
        box-shadow:0 30px 60px rgba(18,53,36,0.28);
      }
      .monogram-card::before {
        content:""; position:absolute; width:340px; height:340px; border-radius:50%;
        border:1.5px solid rgba(201,162,39,0.55); border-bottom-color:transparent;
      }
      .monogram-card .letters { font-family:'Fraunces',serif; font-size:120px; font-weight:500; color:#FBFAF3; z-index:2; }
      .monogram-card .letters span { color:#C9A227; }
      .monogram-card .ribbon {
        position:absolute; bottom:36px; text-align:center; z-index:2;
        font-size:11.5px; letter-spacing:3px; text-transform:uppercase; color:#E4C878; font-weight:600;
      }
      .about-copy h2 { font-size:36px; }
      .about-copy .script { font-size:24px; color:#B4881C; 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(18,53,36,0.14); font-size:13px; font-weight:500; color:#1F6D45; }

      /* ---------- STATS STRIP ---------- */
      .stats-strip {
        display:grid; grid-template-columns:repeat(4,1fr); gap:24px;
        background:#123524; border-radius:24px; padding:46px 40px; margin-top:70px;
        box-shadow:0 30px 60px rgba(18,53,36,0.22); position:relative; overflow:hidden;
      }
      .stats-strip::before {
        content:""; position:absolute; top:-100px; right:-100px; width:280px; height:280px; border-radius:50%;
        border:1.5px solid rgba(201,162,39,0.25);
      }
      .stat-item { text-align:center; position:relative; z-index:1; }
      .stat-item strong { display:block; font-family:'Fraunces',serif; font-size:36px; color:#E4C878; }
      .stat-item span { font-size:12px; letter-spacing:1.5px; text-transform:uppercase; color:rgba(251,250,243,0.8); font-weight:500; margin-top:6px; display:block; }

      /* ---------- JOURNEY / TIMELINE ---------- */
      .timeline { position:relative; max-width:820px; margin:0 auto; }
      .timeline::before {
        content:""; position:absolute; left:26px; top:8px; bottom:8px; width:2px;
        background:linear-gradient(180deg, rgba(201,162,39,0.6), rgba(18,53,36,0.15));
      }
      .timeline-item { position:relative; padding-left:74px; margin-bottom:44px; }
      .timeline-item:last-child { margin-bottom:0; }
      .timeline-dot {
        position:absolute; left:10px; top:2px; width:34px; height:34px; border-radius:50%;
        background:linear-gradient(150deg,#1F6D45,#123524); border:2px solid #E4C878;
        display:flex; align-items:center; justify-content:center; color:#E4C878; font-family:'Fraunces',serif; font-size:13px; font-weight:600;
      }
      .timeline-item h3 { font-size:19px; margin-bottom:8px; }
      .timeline-item p { font-size:14.5px; color:#5B6E62; line-height:1.7; max-width:600px; }

      /* ---------- VALUES / APPROACH GRID ---------- */
      .values-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
      .value-card {
        background:#FFFFFF; border-radius:18px; padding:30px 24px; border:1px solid rgba(18,53,36,0.08);
        transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
      }
      .value-card:hover { transform:translateY(-6px); box-shadow:0 20px 34px rgba(18,53,36,0.12); border-color:rgba(201,162,39,0.4); }
      .badge {
        width:52px; height:52px; border-radius:50%; display:flex; align-items:center; justify-content:center;
        background:linear-gradient(150deg,#1F6D45,#123524); color:#E4C878;
        border:1.5px solid rgba(201,162,39,0.5); margin-bottom:16px;
      }
      .badge svg { width:24px; height:24px; }
      .value-card h3 { font-size:17px; margin-bottom:8px; }
      .value-card p { font-size:13.5px; color:#5B6E62; line-height:1.55; }

      /* ---------- PHILOSOPHY (reused fixed-bg quote band) ---------- */
      .phil { text-align:center; padding:130px 0; position:relative;
        background:#123524; color:#FBFAF3; 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(16,45,30,0.5), rgba(38,132,82,0.25) 60%, rgba(16,45,30,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(201,162,39,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(251,250,243,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(251,250,243,0.08); border:1px solid rgba(201,162,39,0.5); position:relative; z-index:2;
        font-size:13px; letter-spacing:4px; text-transform:uppercase; font-weight:600; color:#E4C878;
      }
      .ribbon-strip .dot { width:5px; height:5px; border-radius:50%; background:#E4C878; }

      /* ---------- CTA BANNER ---------- */
      .cta-banner {
        position:relative; border-radius:26px; overflow:hidden; padding:70px 50px; text-align:center;
        background:linear-gradient(150deg,#123524,#1F6D45 60%,#123524); box-shadow:0 30px 60px rgba(18,53,36,0.22);
      }
      .cta-banner::before {
        content:""; position:absolute; top:-140px; right:-100px; width:340px; height:340px; border-radius:50%;
        border:1.5px solid rgba(201,162,39,0.3);
      }
      .cta-banner h2 { color:#FBFAF3; font-size:32px; position:relative; z-index:1; }
      .cta-banner p { color:rgba(251,250,243,0.85); max-width:520px; margin:18px auto 32px; font-size:15px; line-height:1.7; position:relative; z-index:1; }
      .cta-btns { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; position:relative; z-index:1; }

      .whatsapp-float {
        position:fixed; bottom:26px; right:26px; z-index:900; width:58px; height:58px; border-radius:50%;
        background:linear-gradient(135deg,#1F6D45,#123524); display:flex; align-items:center; justify-content:center;
        box-shadow:0 14px 28px rgba(18,53,36,0.4); border:2px solid rgba(201,162,39,0.5);
      }
      .whatsapp-float svg { width:26px; height:26px; }

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

      /* ----- 1024px : tablets / small laptops ----- */
      @media (max-width: 1024px) {
        .container { padding:0 28px; }
        .sec { padding:90px 0; }
        .page-hero-title { font-size:40px; }
        .page-hero-title .script { font-size:48px; }
        .about-grid { grid-template-columns:1fr; gap:56px; }
        .about-visual { max-width:420px; margin:0 auto; }
        .stats-strip { grid-template-columns:repeat(4,1fr); padding:38px 28px; gap:18px; }
        .stat-item strong { font-size:30px; }
        .values-grid { grid-template-columns:repeat(2,1fr); }
        .cta-banner { padding:56px 36px; }
      }

      /* ----- 768px : tablets portrait / large phones ----- */
      @media (max-width: 768px) {
        .container { padding:0 22px; }
        .sec { padding:70px 0; }
        .sec-head h2 { font-size:30px; }
        .page-hero { height:60vh; min-height:380px; }
        .page-hero-title { font-size:32px; }
        .page-hero-title .script { font-size:40px; }
        .page-hero-sub { font-size:14.5px; }
        .about-copy h2 { font-size:28px; }
        .float-1 { width:110px; height:110px; top:-18px; right:-18px; }
        .float-2 { width:96px; height:96px; bottom:-16px; left:-16px; }
        .monogram-card .letters { font-size:90px; }
        .stats-strip { grid-template-columns:repeat(2,1fr); border-radius:20px; }
        .stat-item strong { font-size:28px; }
        .values-grid { grid-template-columns:repeat(2,1fr); gap:16px; }
        .value-card { padding:24px 18px; }
        .timeline-item { padding-left:64px; }
        .phil-quote { font-size:24px; }
        .cta-banner h2 { font-size:26px; }
      }

      /* ----- 480px : standard mobile ----- */
      @media (max-width: 480px) {
        .container { padding:0 18px; }
        .sec { padding:56px 0; }
        .sec-head { margin-bottom:38px; }
        .sec-head h2 { font-size:25px; }
        .page-hero { height:52vh; min-height:340px; }
        .page-hero-content { padding-top:40px; }
        .page-hero-title { font-size:26px; }
        .page-hero-title .script { font-size:32px; }
        .page-hero-sub { font-size:13.5px; line-height:1.7; }
        .breadcrumb { font-size:12px; }
        .about-grid { gap:44px; }
        .about-visual { max-width:280px; }
        .monogram-card .letters { font-size:66px; }
        .monogram-card .ribbon { font-size:10px; bottom:22px; }
        .float-1 { width:82px; height:82px; top:-12px; right:-12px; }
        .float-2 { width:72px; height:72px; bottom:-12px; left:-12px; }
        .about-copy h2 { font-size:23px; }
        .about-copy .script { font-size:19px; }
        .chip { font-size:11.5px; padding:7px 14px; }
        .stats-strip { grid-template-columns:repeat(2,1fr); gap:22px 14px; padding:30px 20px; margin-top:46px; }
        .stat-item strong { font-size:24px; }
        .stat-item span { font-size:10.5px; }
        .values-grid { grid-template-columns:1fr; }
        .timeline-item { padding-left:56px; margin-bottom:34px; }
        .timeline-dot { width:28px; height:28px; font-size:11px; }
        .timeline-item h3 { font-size:16.5px; }
        .timeline-item p { font-size:13.5px; }
        .phil { padding:80px 0; }
        .phil-quote { font-size:19px; }
        .phil p.sub { font-size:13.5px; }
        .ribbon-strip { font-size:11px; padding:11px 22px; letter-spacing:2.5px; }
        .cta-banner { padding:44px 22px; border-radius:20px; }
        .cta-banner h2 { font-size:22px; }
        .cta-banner p { font-size:13.5px; }
        .btn { padding:13px 24px; font-size:13.5px; }
        .whatsapp-float { width:50px; height:50px; bottom:18px; right:18px; }
      }

      /* ----- 320px : smallest mobile ----- */
      @media (max-width: 320px) {
        .container { padding:0 14px; }
        .sec { padding:44px 0; }
        .page-hero { height:48vh; min-height:300px; }
        .page-hero-title { font-size:21px; }
        .page-hero-title .script { font-size:26px; }
        .page-hero-sub { font-size:12.5px; }
        .sec-head h2 { font-size:21px; }
        .sec-head p { font-size:13.5px; }
        .about-visual { max-width:220px; }
        .monogram-card .letters { font-size:52px; }
        .about-copy h2 { font-size:19px; }
        .about-copy p { font-size:13px; }
        .stats-strip { grid-template-columns:1fr 1fr; padding:22px 14px; gap:18px 10px; }
        .stat-item strong { font-size:20px; }
        .stat-item span { font-size:9.5px; letter-spacing:0.5px; }
        .value-card { padding:20px 14px; }
        .value-card h3 { font-size:15.5px; }
        .value-card p { font-size:12.5px; }
        .phil-quote { font-size:16.5px; }
        .cta-banner h2 { font-size:19px; }
        .btn { padding:12px 20px; font-size:12.5px; width:100%; }
        .cta-btns { flex-direction:column; }
        .cta-btns .btn { width:100%; }
      }