/* ==========================================================================
   SettleMate Immigration Consultancy - Shared Stylesheet
   Brand-matched: classical Garamond wordmark, navy (#1A2B45) + soft grey
   palette pulled from the brand reference. Maple red reserved for CTAs.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&display=swap');

:root{
  --bg:#FFFFFF;
  --bg2:#F4F4F3;            /* soft cream */
  --bg3:#E8E9EC;            /* pale version of reference grey */
  --grey-brand:#A8ACB0;     /* exact tone from reference card */
  --card:#FFFFFF;
  --navy:#1A2B45;           /* primary, matches reference wordmark */
  --navy-dark:#121E33;
  --navy-light:#2E4268;
  --gold:#B8935A;
  --gold-light:#D4AF7A;
  --gold-soft:rgba(184,147,90,0.12);
  --maple:#C41230;          /* reserved for primary CTAs */
  --maple-dark:#8B0D21;
  --maple-glow:rgba(196,18,48,0.14);
  --text:#1A2B45;
  --text-mid:#4A5568;
  --text-dim:#7A8699;
  --border:rgba(26,43,69,0.12);
  --border-strong:rgba(26,43,69,0.22);
  --shadow-sm:0 1px 2px rgba(26,43,69,0.05);
  --shadow:0 2px 10px rgba(26,43,69,0.06),0 8px 24px rgba(26,43,69,0.04);
  --shadow-lg:0 8px 24px rgba(26,43,69,0.08),0 20px 48px rgba(26,43,69,0.06);
  --brand-serif:'Cormorant Garamond',Georgia,'Times New Roman',serif;
}

*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;overflow-x:hidden;}
body{
  font-family:'Inter',sans-serif;
  background:var(--bg);
  color:var(--text);
  overflow-x:hidden;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  font-size:16px;
  width:100%;
  max-width:100vw;
}
img{max-width:100%;display:block;height:auto;}
a{color:inherit;}
iframe{max-width:100%;}

/* ===== NAV ===== */
nav{
  position:fixed;top:0;left:0;right:0;z-index:200;
  padding:0.85rem 5%;
  display:flex;align-items:center;justify-content:space-between;
  background:rgba(255,255,255,0.96);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--border);
}
.nav-logo{display:flex;align-items:center;gap:0.85rem;text-decoration:none;}
.nav-logo-img{height:68px;width:auto;display:block;}
.nav-brand{
  font-family:var(--brand-serif);
  font-size:1.55rem;font-weight:600;
  color:var(--navy);letter-spacing:0.005em;
  line-height:1.05;
  font-feature-settings:"liga" 1, "dlig" 1;
}
.nav-brand span{color:var(--navy);font-weight:600;font-style:normal;}
.nav-links{display:flex;gap:1.8rem;align-items:center;}
.nav-links a{
  text-decoration:none;color:var(--text-mid);
  font-size:0.78rem;font-weight:500;letter-spacing:0.06em;
  text-transform:uppercase;transition:color 0.2s;
  position:relative;
}
.nav-links a:hover{color:var(--navy);}
.nav-links a.active{color:var(--navy);font-weight:600;}
.nav-links a.active::after{
  content:'';position:absolute;bottom:-6px;left:0;right:0;
  height:2px;background:var(--gold);
}
.nav-cta{
  background:var(--maple)!important;color:#FFFFFF!important;
  padding:0.55rem 1.25rem!important;border-radius:2px;
  letter-spacing:0.05em!important;
  box-shadow:0 2px 10px rgba(196,18,48,0.22);
}
.nav-cta:hover{background:var(--maple-dark)!important;color:#FFFFFF!important;}
.nav-cta::after{display:none!important;}

.hamburger{
  display:none;flex-direction:column;gap:5px;
  cursor:pointer;background:none;border:none;padding:4px;
}
.hamburger span{width:22px;height:1.5px;background:var(--navy);display:block;}
.mob-menu{
  display:none;position:fixed;top:92px;left:0;right:0;z-index:199;
  background:#FFFFFF;border-bottom:1px solid var(--border);
  padding:1.25rem 5%;flex-direction:column;
  box-shadow:var(--shadow);
}
.mob-menu a{
  text-decoration:none;color:var(--text-mid);
  font-size:0.88rem;font-weight:500;text-transform:uppercase;
  letter-spacing:0.05em;padding:0.85rem 0;
  border-bottom:1px solid var(--border);display:block;
}
.mob-menu a:last-child{border-bottom:none;color:var(--maple);}
.mob-menu.open{display:flex;}

/* ===== BUTTONS ===== */
.btn-red{
  background:var(--maple);color:#FFFFFF;
  padding:0.9rem 2rem;border:none;border-radius:2px;
  font-family:'Inter',sans-serif;font-size:0.82rem;font-weight:600;
  letter-spacing:0.06em;text-transform:uppercase;cursor:pointer;
  text-decoration:none;display:inline-block;transition:all 0.25s;
  box-shadow:0 4px 18px rgba(196,18,48,0.25);
}
.btn-red:hover{
  background:var(--maple-dark);transform:translateY(-2px);
  box-shadow:0 8px 24px rgba(196,18,48,0.32);
}
.btn-outline{
  background:transparent;color:var(--navy);
  padding:0.9rem 2rem;border:1.5px solid var(--navy);border-radius:2px;
  font-family:'Inter',sans-serif;font-size:0.82rem;font-weight:600;
  letter-spacing:0.06em;text-transform:uppercase;cursor:pointer;
  text-decoration:none;display:inline-block;transition:all 0.25s;
}
.btn-outline:hover{background:var(--navy);color:#FFFFFF;}
.btn-gold{
  background:var(--gold);color:#FFFFFF;
  padding:0.9rem 2rem;border:none;border-radius:2px;
  font-family:'Inter',sans-serif;font-size:0.82rem;font-weight:600;
  letter-spacing:0.06em;text-transform:uppercase;cursor:pointer;
  text-decoration:none;display:inline-block;transition:all 0.25s;
  box-shadow:0 4px 18px rgba(184,147,90,0.25);
}
.btn-gold:hover{background:#a07c46;transform:translateY(-2px);}
.btn-white{
  background:#FFFFFF;color:var(--navy);
  padding:0.9rem 2rem;border:none;border-radius:2px;
  font-family:'Inter',sans-serif;font-size:0.82rem;font-weight:700;
  letter-spacing:0.06em;text-transform:uppercase;cursor:pointer;
  text-decoration:none;display:inline-block;transition:all 0.25s;white-space:nowrap;
}
.btn-white:hover{background:var(--bg2);transform:translateY(-2px);}

/* ===== SECTIONS ===== */
section{padding:92px 5%;}
.stag{
  font-size:0.68rem;letter-spacing:0.16em;text-transform:uppercase;
  color:var(--maple);font-weight:600;
  display:flex;align-items:center;gap:0.7rem;
  margin-bottom:0.85rem;
}
.stag::after{content:'';flex:0 0 32px;height:1px;background:var(--maple);}
.stag.gold{color:var(--gold);}
.stag.gold::after{background:var(--gold);}
.stitle{
  font-family:'Playfair Display',serif;
  font-size:clamp(1.9rem,3vw,2.7rem);font-weight:400;
  color:var(--navy);line-height:1.18;
  margin-bottom:1rem;letter-spacing:-0.01em;
}
.stitle em{color:var(--maple);font-style:italic;}
.stitle .g{color:var(--gold);font-style:italic;}
.ssub{
  font-size:0.95rem;color:var(--text-mid);line-height:1.78;
  font-weight:400;max-width:600px;
}

/* ===== HERO (home) ===== */
#hero{
  min-height:100vh;background:var(--bg);
  position:relative;display:flex;align-items:center;overflow:hidden;
  padding-top:100px;
}
.hero-radial{
  position:absolute;width:900px;height:900px;border-radius:50%;
  background:radial-gradient(circle,rgba(22,35,61,0.05) 0%,transparent 65%);
  right:-200px;top:50%;transform:translateY(-50%);pointer-events:none;
}
.hero-radial2{
  position:absolute;width:600px;height:600px;border-radius:50%;
  background:radial-gradient(circle,rgba(184,147,90,0.10) 0%,transparent 65%);
  left:-100px;bottom:-100px;pointer-events:none;
}
.hero-grid{
  position:absolute;inset:0;opacity:0.03;
  background-image:
    repeating-linear-gradient(0deg,var(--navy) 0,var(--navy) 1px,transparent 1px,transparent 48px),
    repeating-linear-gradient(90deg,var(--navy) 0,var(--navy) 1px,transparent 1px,transparent 48px);
}
.hero-leaf-bg{
  position:absolute;right:4%;top:50%;transform:translateY(-50%);
  width:520px;height:520px;
  clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
  background:linear-gradient(135deg,rgba(196,18,48,0.10),rgba(196,18,48,0.03));
  pointer-events:none;
}
.hero-content{position:relative;z-index:2;padding:80px 0 120px;max-width:680px;}
.hero-eyebrow{
  display:inline-flex;align-items:center;gap:0.6rem;
  background:var(--gold-soft);border:1px solid rgba(184,147,90,0.26);
  color:#8a6a38;padding:0.42rem 1rem;
  font-size:0.7rem;letter-spacing:0.13em;text-transform:uppercase;
  border-radius:1px;margin-bottom:1.8rem;animation:fadeUp 0.7s ease both;
  font-weight:600;
}
.hero-eyebrow::before{
  content:'';width:5px;height:5px;border-radius:50%;
  background:var(--gold);flex-shrink:0;
}
h1.htitle{
  font-family:'Playfair Display',serif;
  font-size:clamp(2.6rem,5.2vw,4.6rem);font-weight:400;
  color:var(--navy);line-height:1.08;letter-spacing:-0.02em;
  margin-bottom:1.4rem;animation:fadeUp 0.7s 0.12s ease both;
}
h1.htitle em{color:var(--maple);font-style:italic;}
h1.htitle .glow{color:var(--gold);font-style:italic;}
.hero-sub{
  font-size:1rem;color:var(--text-mid);line-height:1.78;
  font-weight:400;max-width:540px;margin-bottom:2.4rem;
  animation:fadeUp 0.7s 0.24s ease both;
}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap;animation:fadeUp 0.7s 0.36s ease both;}
.hero-stats{
  position:absolute;bottom:0;left:0;right:0;
  display:flex;border-top:1px solid var(--border);
  animation:fadeUp 0.7s 0.5s ease both;background:var(--bg2);
}
.hst{flex:1;padding:1.6rem 1rem;text-align:center;border-right:1px solid var(--border);}
.hst:last-child{border-right:none;}
.hst-n{
  font-family:'Playfair Display',serif;
  font-size:2rem;font-weight:600;color:var(--navy);
  display:block;letter-spacing:-0.01em;
}
.hst-l{
  font-size:0.68rem;color:var(--text-dim);
  letter-spacing:0.1em;text-transform:uppercase;margin-top:0.2rem;
}

/* ===== PAGE HEADER (sub-pages) ===== */
.page-header{
  padding:140px 5% 80px;background:var(--bg2);
  position:relative;overflow:hidden;border-bottom:1px solid var(--border);
}
.page-header::before{
  content:'';position:absolute;right:-100px;top:50%;transform:translateY(-50%);
  width:400px;height:400px;border-radius:50%;
  background:radial-gradient(circle,var(--gold-soft) 0%,transparent 70%);
  pointer-events:none;
}
.page-header .stag{margin-bottom:1rem;}
.page-header h1{
  font-family:'Playfair Display',serif;
  font-size:clamp(2.2rem,4vw,3.4rem);font-weight:400;
  color:var(--navy);line-height:1.14;letter-spacing:-0.015em;
  margin-bottom:0.7rem;max-width:820px;
}
.page-header h1 em{color:var(--maple);font-style:italic;}
.page-header h1 .g{color:var(--gold);font-style:italic;}
.page-header p{font-size:1rem;color:var(--text-mid);max-width:680px;line-height:1.7;}

/* ===== SERVICES ===== */
#services, .services-section{background:var(--bg2);}
.svc-grid{
  margin-top:3rem;display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:1px;background:var(--border);
}
.svc-card{
  background:var(--card);padding:2.2rem 2rem;
  transition:all 0.3s;position:relative;overflow:hidden;
  display:flex;flex-direction:column;
}
.svc-card::before{
  content:'';position:absolute;inset:0;
  background:linear-gradient(135deg,var(--gold-soft),transparent);
  opacity:0;transition:opacity 0.35s;
}
.svc-card::after{
  content:'';position:absolute;bottom:0;left:0;right:0;height:2px;
  background:linear-gradient(90deg,var(--maple),var(--gold));
  transform:scaleX(0);transform-origin:left;transition:transform 0.4s;
}
.svc-card:hover{box-shadow:var(--shadow);}
.svc-card:hover::before{opacity:1;}
.svc-card:hover::after{transform:scaleX(1);}
.svc-ico{font-size:1.7rem;margin-bottom:1.2rem;display:block;}
.svc-name{
  font-family:'Playfair Display',serif;
  font-size:1.25rem;font-weight:600;color:var(--navy);
  margin-bottom:0.6rem;position:relative;
}
.svc-desc{
  font-size:0.88rem;color:var(--text-mid);line-height:1.72;
  font-weight:400;flex:1;position:relative;
}
.svc-btn{
  margin-top:1.4rem;display:inline-block;background:transparent;
  color:var(--navy);padding:0.6rem 1.1rem;border-radius:1px;
  font-size:0.72rem;letter-spacing:0.08em;text-transform:uppercase;
  text-decoration:none;font-weight:600;transition:all 0.2s;
  border:1px solid var(--border-strong);cursor:pointer;position:relative;
  font-family:'Inter',sans-serif;
}
.svc-btn:hover{background:var(--navy);color:#FFFFFF;border-color:var(--navy);}

/* ===== PR TABS ===== */
#pr, .pr-section{background:var(--bg);}
.pr-tabs{display:flex;gap:0;border:1px solid var(--border);margin-top:2.5rem;overflow:hidden;background:#FFFFFF;}
.pr-tab{
  flex:1;padding:1rem 0.6rem;text-align:center;cursor:pointer;
  font-size:0.74rem;font-weight:600;letter-spacing:0.07em;
  text-transform:uppercase;color:var(--text-mid);
  background:var(--bg2);border-right:1px solid var(--border);
  transition:all 0.2s;
}
.pr-tab:last-child{border-right:none;}
.pr-tab.active{background:var(--navy);color:#FFFFFF;}
.pr-tab:hover:not(.active){color:var(--navy);background:#FFFFFF;}
.pr-panels{border:1px solid var(--border);border-top:none;background:var(--card);}
.pr-panel{display:none;padding:2.5rem;}
.pr-panel.active{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;}
.pr-panel-text h3{
  font-family:'Playfair Display',serif;
  font-size:1.55rem;font-weight:500;color:var(--navy);
  margin-bottom:0.8rem;letter-spacing:-0.01em;
}
.pr-panel-text h3 em{color:var(--maple);font-style:italic;}
.pr-panel-text p{
  font-size:0.9rem;color:var(--text-mid);line-height:1.75;
  font-weight:400;margin-bottom:1rem;
}
.pr-checklist{list-style:none;margin-bottom:1.5rem;}
.pr-checklist li{
  font-size:0.88rem;color:var(--text-mid);padding:0.5rem 0;
  display:flex;align-items:flex-start;gap:0.7rem;
  border-bottom:1px solid var(--border);
}
.pr-checklist li:last-child{border-bottom:none;}
.pr-checklist li::before{
  content:'✓';color:var(--gold);font-weight:700;
  flex-shrink:0;margin-top:1px;font-size:1rem;
}
.pr-cta-box{background:var(--bg2);padding:1.8rem;border:1px solid var(--border);}
.pr-cta-box h4{
  font-family:'Playfair Display',serif;
  font-size:1.2rem;font-weight:600;color:var(--navy);margin-bottom:0.5rem;
}
.pr-cta-box p{font-size:0.86rem;color:var(--text-mid);line-height:1.65;margin-bottom:1.2rem;}
.pr-cta-box .btn-red{display:block;text-align:center;padding:0.85rem 1rem;font-size:0.78rem;}
.pr-meta{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border);}
.pr-meta p{font-size:0.78rem;color:var(--text-dim);margin-bottom:0.3rem;}
.pr-meta strong{color:var(--navy);}

/* ===== ABOUT / SPLIT SECTIONS ===== */
.split{padding:0;display:grid;grid-template-columns:1fr 1.3fr;}
.split-left{
  background:var(--navy);padding:80px 60px;
  display:flex;flex-direction:column;justify-content:center;
  position:relative;overflow:hidden;color:#FFFFFF;
}
.split-left::before{
  content:'';position:absolute;right:-60px;bottom:-60px;
  width:300px;height:300px;
  clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
  background:rgba(196,18,48,0.22);
}
.split-left.maple{background:var(--maple);}
.split-left.maple::before{background:rgba(255,255,255,0.10);}
.about-leaf{
  width:120px;height:120px;background:rgba(255,255,255,0.12);
  margin-bottom:2rem;
  clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
}
.about-quote{
  font-family:'Playfair Display',serif;
  font-size:1.7rem;font-weight:400;font-style:italic;
  color:#FFFFFF;line-height:1.45;margin-bottom:1.5rem;position:relative;
}
.about-sig strong{
  display:block;font-size:0.92rem;color:#FFFFFF;
  font-weight:600;letter-spacing:0.04em;
}
.about-sig span{
  font-size:0.72rem;color:rgba(255,255,255,0.72);
  letter-spacing:0.06em;text-transform:uppercase;
}
.split-right{padding:80px 60px;display:flex;flex-direction:column;justify-content:center;background:var(--bg);}
.split-right .stitle{color:var(--navy);}
.about-body{font-size:0.94rem;color:var(--text-mid);line-height:1.8;font-weight:400;margin-top:1.5rem;}
.about-body p{margin-bottom:1rem;}
.about-body strong{color:var(--navy);font-weight:600;}
.about-creds{display:flex;gap:1.2rem;flex-wrap:wrap;margin-top:2rem;}
.cred{
  background:var(--bg2);border:1px solid var(--border);
  padding:0.9rem 1.3rem;text-align:center;
}
.cred-num{
  font-family:'Playfair Display',serif;
  font-size:1.8rem;font-weight:600;color:var(--gold);
  display:block;letter-spacing:-0.01em;
}
.cred-lbl{
  font-size:0.68rem;color:var(--text-dim);
  letter-spacing:0.09em;text-transform:uppercase;margin-top:0.1rem;
}

/* ===== PROCESS ===== */
#process, .process-section{background:var(--bg3);}
.proc-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3.5rem;position:relative;}
.proc-steps::before{
  content:'';position:absolute;top:36px;left:10%;right:10%;
  height:1px;background:var(--border-strong);
}
.proc-step{text-align:center;position:relative;z-index:1;}
.proc-circle{
  width:72px;height:72px;border-radius:50%;background:#FFFFFF;
  border:1px solid var(--border-strong);
  display:flex;align-items:center;justify-content:center;
  margin:0 auto 1.4rem;
  font-family:'Playfair Display',serif;font-size:1.5rem;font-weight:500;
  color:var(--navy);transition:all 0.3s;
}
.proc-step:hover .proc-circle{
  background:var(--navy);color:#FFFFFF;border-color:var(--navy);
  box-shadow:0 0 24px rgba(22,35,61,0.18);
}
.proc-title{
  font-family:'Playfair Display',serif;
  font-size:1.08rem;font-weight:600;color:var(--navy);margin-bottom:0.5rem;
}
.proc-desc{font-size:0.85rem;color:var(--text-mid);line-height:1.65;font-weight:400;}

/* ===== TESTIMONIALS ===== */
#testimonials, .testi-section{background:var(--bg2);}
.testi-grid{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:1px;margin-top:3rem;background:var(--border);
}
.testi-card{background:var(--card);padding:2rem;position:relative;}
.testi-card::before{
  content:'\201C';font-family:'Playfair Display',serif;
  font-size:5rem;line-height:0.7;color:var(--gold);
  opacity:0.22;position:absolute;top:1.2rem;left:1.2rem;
}
.stars{color:var(--gold);font-size:0.8rem;margin-bottom:0.7rem;}
.testi-text{
  font-size:0.9rem;color:var(--text-mid);line-height:1.75;
  font-weight:400;font-style:italic;margin-bottom:1.3rem;
}
.testi-author{display:flex;align-items:center;gap:0.8rem;}
.t-av{
  width:40px;height:40px;border-radius:50%;
  background:var(--navy);color:#FFFFFF;
  display:flex;align-items:center;justify-content:center;
  font-family:'Playfair Display',serif;font-size:0.95rem;font-weight:600;
  flex-shrink:0;
}
.t-name{font-size:0.88rem;font-weight:600;color:var(--navy);}
.t-det{font-size:0.74rem;color:var(--text-dim);}

/* ===== LEAD BANNER ===== */
.lead-banner{
  background:linear-gradient(135deg,var(--navy),var(--navy-light));
  padding:56px 5%;display:flex;align-items:center;justify-content:space-between;
  gap:2rem;flex-wrap:wrap;position:relative;overflow:hidden;
}
.lead-banner::before{
  content:'';position:absolute;right:-80px;top:50%;transform:translateY(-50%);
  width:300px;height:300px;
  clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
  background:rgba(196,18,48,0.22);
}
.lead-banner h2{
  font-family:'Playfair Display',serif;
  font-size:clamp(1.5rem,2.3vw,2.1rem);font-weight:400;
  color:#FFFFFF;margin-bottom:0.4rem;position:relative;
}
.lead-banner p{font-size:0.9rem;color:rgba(255,255,255,0.78);font-weight:400;position:relative;}
.lead-banner .btn-white{position:relative;}

/* ===== TOP EYEBROW (below nav) ===== */
.top-eyebrow{
  margin-top:94px;
  background:var(--navy);color:#FFFFFF;
  text-align:center;padding:0.55rem 1rem;
  font-size:0.72rem;letter-spacing:0.14em;text-transform:uppercase;
  font-weight:600;
}

/* ===== HERO CAROUSEL (home) ===== */
.hero-carousel{
  position:relative;width:100%;
  height:clamp(420px,62vh,640px);
  overflow:hidden;background:var(--navy-dark);
  touch-action:pan-y;
}
.carousel-track{position:relative;width:100%;height:100%;}
.carousel-slide{
  position:absolute;inset:0;display:flex;align-items:center;
  opacity:0;transition:opacity 0.9s ease;
  background-size:cover;background-position:center center;
  background-repeat:no-repeat;
  text-decoration:none;pointer-events:none;
}
.carousel-slide.active{opacity:1;z-index:2;pointer-events:auto;}
/* Dark overlay @ 50% for white text contrast */
.carousel-slide::before{
  content:'';position:absolute;inset:0;
  background:rgba(0,0,0,0.5);
  z-index:1;
}
.carousel-caption{
  position:relative;z-index:3;max-width:720px;
  padding:0 6% 0 7%;color:#FFFFFF;
  text-shadow:0 2px 12px rgba(0,0,0,0.35);
}
.carousel-eyebrow{
  display:inline-block;padding:0.42rem 1rem;
  background:rgba(184,147,90,0.22);border:1px solid rgba(212,175,122,0.55);
  color:#F4D7A8;
  font-size:0.72rem;letter-spacing:0.14em;text-transform:uppercase;
  margin-bottom:1.2rem;font-weight:700;
  backdrop-filter:blur(4px);
}
.carousel-caption h2{
  font-family:var(--brand-serif);
  font-size:clamp(2rem,4.2vw,3.4rem);font-weight:600;
  line-height:1.1;color:#FFFFFF;margin-bottom:1rem;
  letter-spacing:0.002em;
}
.carousel-caption h2 em{color:#F4D7A8;font-style:italic;font-weight:600;}
.carousel-caption p{
  font-size:clamp(1rem,1.15vw,1.1rem);color:rgba(255,255,255,0.95);
  line-height:1.65;margin-bottom:1.7rem;max-width:560px;
  font-weight:400;
}
.carousel-cta{
  display:inline-block;background:var(--maple);color:#FFFFFF;
  padding:1rem 2.1rem;font-size:0.82rem;font-weight:700;
  letter-spacing:0.08em;text-transform:uppercase;
  border-radius:2px;box-shadow:0 6px 20px rgba(196,18,48,0.45);
  transition:all 0.25s;min-height:48px;line-height:1.2;
}
.carousel-slide:hover .carousel-cta{
  background:var(--maple-dark);transform:translateY(-2px);
}
.carousel-dots{
  position:absolute;bottom:24px;left:0;right:0;z-index:4;
  display:flex;justify-content:center;gap:0.55rem;
  padding:0 5%;
}
.carousel-dot{
  width:32px;height:4px;background:rgba(255,255,255,0.4);
  border:none;cursor:pointer;transition:background 0.3s;
  padding:0;border-radius:2px;
  min-height:4px;
}
.carousel-dot.active{background:#F4D7A8;}
.carousel-arrow{
  position:absolute;top:50%;transform:translateY(-50%);z-index:4;
  width:52px;height:52px;border-radius:50%;
  background:rgba(0,0,0,0.4);border:1px solid rgba(255,255,255,0.3);
  color:#FFFFFF;font-size:1.1rem;cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  transition:background 0.25s;
}
.carousel-arrow:hover{background:rgba(0,0,0,0.6);}
.carousel-arrow.prev{left:22px;}
.carousel-arrow.next{right:22px;}

/* Slide backgrounds — Unsplash images with navy fallback */
.carousel-slide.slide-1{
  background-color:#1A2B45;
  background-image:url('https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1920&q=80');
}
.carousel-slide.slide-2{
  background-color:#1A2B45;
  background-image:url('https://images.unsplash.com/photo-1507992781348-310259076fe0?auto=format&fit=crop&w=1920&q=80');
}
.carousel-slide.slide-3{
  background-color:#1A2B45;
  background-image:url('https://images.unsplash.com/photo-1511895426328-dc8714191300?auto=format&fit=crop&w=1920&q=80');
}
.carousel-slide.slide-4{
  background-color:#1A2B45;
  background-image:url('https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1920&q=80');
}
.carousel-slide.slide-5{
  background-color:#1A2B45;
  background-image:url('https://images.unsplash.com/photo-1573164574572-cb89e39749b4?auto=format&fit=crop&w=1920&q=80');
}

/* ===== STATS STRIP (below carousel) ===== */
.stats-strip{
  background:var(--bg2);
  padding:48px 5%;
  border-bottom:1px solid var(--border);
}
.stats-strip-inner{
  max-width:1200px;margin:0 auto;
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:1.5rem;align-items:center;
}
.stats-strip .hst{
  display:flex;flex-direction:column;align-items:center;
  text-align:center;gap:0.25rem;
}
.stats-strip .hst-n{
  font-family:'Playfair Display',serif;
  font-size:clamp(2rem,3.2vw,2.8rem);
  font-weight:500;color:var(--navy);line-height:1;
}
.stats-strip .hst-l{
  font-size:0.78rem;letter-spacing:0.1em;
  text-transform:uppercase;color:var(--text-mid);
  font-weight:600;
}

/* ===== BLOG SECTION ===== */
.blog-section{
  padding:100px 5%;background:var(--bg2);
}
.blog-grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:1.8rem;margin-top:2.5rem;
}
.blog-grid-2x2{grid-template-columns:repeat(2,1fr);}
.blog-card{
  background:#FFFFFF;border:1px solid var(--border);
  display:flex;flex-direction:column;overflow:hidden;
  transition:transform 0.3s,box-shadow 0.3s;text-decoration:none;color:inherit;
}
.blog-card:hover{
  transform:translateY(-4px);box-shadow:var(--shadow-lg);
  border-color:rgba(184,147,90,0.4);
}
.blog-card-media{
  width:100%;aspect-ratio:16/9;position:relative;overflow:hidden;
  background:linear-gradient(135deg,var(--navy),var(--navy-light));
  display:flex;align-items:center;justify-content:center;color:#FFFFFF;
}
.blog-card-media::after{
  content:'';position:absolute;inset:0;
  background:radial-gradient(circle at 70% 30%,rgba(184,147,90,0.35),transparent 55%);
}
.blog-card-media .blog-ico{
  font-size:3rem;opacity:0.85;position:relative;z-index:2;
}
.blog-card-body{padding:1.6rem 1.6rem 1.8rem;display:flex;flex-direction:column;flex:1;}
.blog-card-meta{
  font-size:0.68rem;color:var(--text-dim);
  letter-spacing:0.1em;text-transform:uppercase;
  margin-bottom:0.7rem;font-weight:600;
}
.blog-card-meta .dot{margin:0 0.4rem;color:var(--border-strong);}
.blog-card h3{
  font-family:'Playfair Display',serif;
  font-size:1.25rem;font-weight:500;color:var(--navy);
  line-height:1.3;margin-bottom:0.7rem;
}
.blog-card p{
  font-size:0.88rem;color:var(--text-mid);line-height:1.65;
  margin-bottom:1.2rem;flex:1;
}
.blog-read-more{
  display:inline-flex;align-items:center;gap:0.4rem;
  font-size:0.76rem;font-weight:600;letter-spacing:0.08em;
  text-transform:uppercase;color:var(--maple);
  transition:gap 0.25s;
}
.blog-card:hover .blog-read-more{gap:0.7rem;}

/* ===== BLOG ARTICLE (standalone blog post page) ===== */
.blog-article{
  max-width:780px;margin:0 auto;padding:140px 5% 80px;
}
.blog-article .breadcrumb{
  font-size:0.72rem;color:var(--text-dim);letter-spacing:0.08em;
  text-transform:uppercase;margin-bottom:1.5rem;
}
.blog-article .breadcrumb a{color:var(--text-dim);text-decoration:none;}
.blog-article .breadcrumb a:hover{color:var(--maple);}
.blog-article h1{
  font-family:'Playfair Display',serif;
  font-size:clamp(2rem,4vw,2.8rem);font-weight:400;
  color:var(--navy);line-height:1.15;margin-bottom:1rem;
}
.blog-article .article-meta{
  font-size:0.8rem;color:var(--text-dim);margin-bottom:2.5rem;
  padding-bottom:1.5rem;border-bottom:1px solid var(--border);
}
.blog-article .lede{
  font-size:1.08rem;line-height:1.75;color:var(--text-mid);
  margin-bottom:2rem;font-style:italic;
  padding-left:1.25rem;border-left:3px solid var(--gold);
}
.blog-article h2{
  font-family:'Playfair Display',serif;
  font-size:1.6rem;font-weight:500;color:var(--navy);
  margin:2.2rem 0 0.9rem;line-height:1.3;
}
.blog-article h3{
  font-family:'Playfair Display',serif;
  font-size:1.2rem;font-weight:600;color:var(--navy);
  margin:1.7rem 0 0.7rem;
}
.blog-article p{
  font-size:1rem;line-height:1.78;color:var(--text);
  margin-bottom:1.2rem;
}
.blog-article ul, .blog-article ol{
  margin:0 0 1.4rem 1.4rem;
}
.blog-article li{
  font-size:1rem;line-height:1.75;color:var(--text);
  margin-bottom:0.5rem;
}
.blog-article strong{color:var(--navy);}
.blog-article .callout{
  background:var(--gold-soft);border-left:3px solid var(--gold);
  padding:1.2rem 1.4rem;margin:1.8rem 0;
  font-size:0.95rem;color:var(--navy);line-height:1.65;
}
.blog-cta-box{
  background:linear-gradient(135deg,var(--navy),var(--navy-light));
  color:#FFFFFF;padding:2.2rem;margin:2.5rem 0 0;
  text-align:center;position:relative;overflow:hidden;
}
.blog-cta-box h3{
  font-family:'Playfair Display',serif;color:#FFFFFF;
  font-size:1.5rem;font-weight:500;margin-bottom:0.6rem;
}
.blog-cta-box p{color:rgba(255,255,255,0.82);margin-bottom:1.2rem;font-size:0.95rem;}

/* ===== CONTACT ===== */
.c-det{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1.5rem;}
.c-ico{
  width:40px;height:40px;flex-shrink:0;
  background:var(--gold-soft);border:1px solid rgba(184,147,90,0.25);
  display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--gold);
}
.c-lbl{
  font-size:0.68rem;color:var(--text-dim);
  letter-spacing:0.09em;text-transform:uppercase;margin-bottom:0.2rem;
}
.c-val{font-size:0.92rem;color:var(--navy);font-weight:500;line-height:1.5;}
.c-val a{color:var(--navy);text-decoration:none;}
.c-val a:hover{color:var(--maple);}

/* ===== FORMS ===== */
.form-card{background:var(--bg2);padding:80px 60px;border-left:1px solid var(--border);}
.form-heading{
  font-family:'Playfair Display',serif;
  font-size:1.7rem;font-weight:500;color:var(--navy);
  margin-bottom:0.3rem;letter-spacing:-0.01em;
}
.form-sub{font-size:0.82rem;color:var(--text-mid);margin-bottom:2rem;}
.f-row{display:grid;grid-template-columns:1fr 1fr;gap:0.9rem;}
.f-field{margin-bottom:0.95rem;}
.f-field label{
  display:block;font-size:0.66rem;letter-spacing:0.09em;
  text-transform:uppercase;color:var(--text-mid);
  font-weight:600;margin-bottom:0.4rem;
}
.f-field input,.f-field select,.f-field textarea{
  width:100%;padding:0.82rem 1rem;
  border:1px solid var(--border-strong);border-radius:2px;
  font-family:'Inter',sans-serif;font-size:0.9rem;
  color:var(--navy);background:#FFFFFF;
  outline:none;transition:border-color 0.2s,box-shadow 0.2s;
}
.f-field input::placeholder,.f-field textarea::placeholder{color:var(--text-dim);}
.f-field select option{background:#FFFFFF;}
.f-field input:focus,.f-field select:focus,.f-field textarea:focus{
  border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-soft);
}
.f-field textarea{resize:vertical;min-height:90px;}
.f-consent{display:flex;align-items:flex-start;gap:0.6rem;margin-bottom:1rem;}
.f-consent input{width:15px;height:15px;margin-top:3px;accent-color:var(--maple);flex-shrink:0;}
.f-consent label{font-size:0.76rem;color:var(--text-mid);line-height:1.5;letter-spacing:0;font-weight:400;text-transform:none;}
.contactForm .btn-red,#contactForm .btn-red{width:100%;padding:1rem;font-size:0.85rem;border:none;margin-top:0.3rem;}
.form-success{display:none;text-align:center;padding:3rem 1rem;}
.form-success .big{
  font-family:'Playfair Display',serif;font-size:2rem;font-weight:500;
  color:var(--gold);display:block;margin-bottom:0.7rem;
}
.form-success p{color:var(--text-mid);font-size:0.9rem;line-height:1.65;}

/* ===== FOOTER ===== */
footer{
  background:var(--navy);padding:3rem 5% 2rem;color:#FFFFFF;
}
.footer-top{
  display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2.5rem;
  margin-bottom:2.5rem;padding-bottom:2.5rem;
  border-bottom:1px solid rgba(255,255,255,0.12);
}
.f-col h4{
  font-family:'Playfair Display',serif;
  font-size:1rem;font-weight:600;color:#FFFFFF;margin-bottom:1rem;
}
.f-col ul{list-style:none;}
.f-col li{margin-bottom:0.5rem;}
.f-col a{
  font-size:0.84rem;color:rgba(255,255,255,0.72);
  text-decoration:none;transition:color 0.2s;
}
.f-col a:hover{color:var(--gold-light);}
.f-brand-col p{font-size:0.84rem;color:rgba(255,255,255,0.72);line-height:1.7;margin-top:0.8rem;margin-bottom:1rem;}
.f-brand-col .nav-logo{margin-bottom:0.5rem;}
.f-brand-col .nav-logo-img{height:56px;filter:brightness(0) invert(1);}
.f-brand-col .nav-brand{color:#FFFFFF;font-size:1.55rem;}
.f-brand-col .nav-brand span{color:#FFFFFF;}
.footer-bottom{
  display:flex;justify-content:space-between;align-items:center;
  flex-wrap:wrap;gap:1rem;
}
.f-copy{font-size:0.76rem;color:rgba(255,255,255,0.56);}
.f-tagline{font-size:0.76rem;color:rgba(255,255,255,0.56);}
.f-tagline a{color:var(--gold-light);text-decoration:none;}
.f-social{display:flex;justify-content:center;gap:1rem;padding:1.2rem 0 1.5rem;}
.f-social a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,0.1);transition:background 0.2s,transform 0.2s;}
.f-social a:hover{background:rgba(255,255,255,0.25);transform:translateY(-2px);}
.f-social svg{width:18px;height:18px;fill:#FFFFFF;}

/* ===== MODAL ===== */
.modal-overlay{
  display:none;position:fixed;inset:0;z-index:500;
  background:rgba(22,35,61,0.62);backdrop-filter:blur(6px);
  align-items:center;justify-content:center;padding:1rem;
}
.modal-overlay.open{display:flex;}
.modal{
  background:#FFFFFF;max-width:500px;width:100%;
  border:1px solid var(--border);position:relative;
  animation:fadeUp 0.35s ease both;box-shadow:var(--shadow-lg);
}
.modal-top{
  background:var(--bg2);
  padding:2rem 2.5rem 1.5rem;border-bottom:1px solid var(--border);
}
.modal-top h3{
  font-family:'Playfair Display',serif;
  font-size:1.55rem;font-weight:500;color:var(--navy);margin-bottom:0.3rem;
}
.modal-top h3 em{color:var(--maple);font-style:italic;}
.modal-top p{font-size:0.84rem;color:var(--text-mid);}
.modal-body{padding:1.8rem 2.5rem 2rem;}
.modal-close{
  position:absolute;top:1rem;right:1rem;
  background:rgba(22,35,61,0.06);border:1px solid var(--border);
  color:var(--text-mid);width:30px;height:30px;cursor:pointer;
  font-size:1rem;display:flex;align-items:center;justify-content:center;
  transition:all 0.2s;
}
.modal-close:hover{background:var(--navy);color:#FFFFFF;border-color:var(--navy);}
.modal-success{display:none;text-align:center;padding:2.5rem;}
.modal-success .big{
  font-family:'Playfair Display',serif;font-size:1.8rem;font-weight:500;
  color:var(--gold);display:block;margin-bottom:0.5rem;
}
.modal-success p{color:var(--text-mid);font-size:0.9rem;}

/* ===== STICKY BAR (mobile) ===== */
.sticky-bar{
  display:none;position:fixed;bottom:0;left:0;right:0;z-index:150;
  background:var(--maple);text-align:center;padding:0.9rem;
}
.sticky-bar a{color:#FFFFFF;text-decoration:none;font-size:0.86rem;font-weight:600;letter-spacing:0.04em;}

/* ===== ANIM ===== */
@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.reveal{opacity:0;transform:translateY(24px);transition:opacity 0.65s ease,transform 0.65s ease;}
.reveal.visible{opacity:1;transform:translateY(0);}

/* ===== UTILITY ===== */
.container{max-width:1180px;margin:0 auto;}
.center{text-align:center;}
.mt-3{margin-top:3rem;}
.mt-2{margin-top:2rem;}

/* ===== CLB CALCULATOR ===== */
.clb-wrap{max-width:880px;margin:0 auto;padding:60px 5%;}
.clb-card{
  background:var(--card);border:1px solid var(--border);
  box-shadow:var(--shadow);padding:2.5rem;margin-bottom:2rem;
}
.clb-card h2{
  font-family:'Playfair Display',serif;font-size:1.7rem;font-weight:500;
  color:var(--navy);margin-bottom:0.3rem;
}
.clb-card .sub{font-size:0.92rem;color:var(--text-mid);margin-bottom:1.8rem;}
.clb-test-picker{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:0.6rem;
  margin-bottom:1.8rem;
}
.clb-test{
  padding:0.85rem 0.5rem;text-align:center;cursor:pointer;
  border:1.5px solid var(--border-strong);background:#FFFFFF;
  font-family:'Inter',sans-serif;font-size:0.82rem;font-weight:600;
  color:var(--text-mid);transition:all 0.2s;border-radius:2px;
  letter-spacing:0.04em;
}
.clb-test:hover{border-color:var(--navy);color:var(--navy);}
.clb-test.active{background:var(--navy);color:#FFFFFF;border-color:var(--navy);}
.clb-scores{
  display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem;
}
.clb-skill label{
  display:block;font-size:0.7rem;letter-spacing:0.09em;
  text-transform:uppercase;color:var(--text-mid);
  font-weight:600;margin-bottom:0.4rem;
}
.clb-skill input{
  width:100%;padding:0.9rem;border:1px solid var(--border-strong);
  border-radius:2px;font-family:'Inter',sans-serif;font-size:1rem;
  color:var(--navy);text-align:center;outline:none;font-weight:600;
}
.clb-skill input:focus{border-color:var(--gold);box-shadow:0 0 0 3px var(--gold-soft);}
.clb-hint{font-size:0.68rem;color:var(--text-dim);margin-top:0.3rem;text-align:center;}
.clb-calc-btn{width:100%;padding:1rem;font-size:0.88rem;}
.clb-result{
  margin-top:2rem;padding:2rem;background:var(--bg2);
  border:1px solid var(--border);display:none;
}
.clb-result.show{display:block;animation:fadeUp 0.4s ease;}
.clb-result h3{
  font-family:'Playfair Display',serif;font-size:1.3rem;font-weight:500;
  color:var(--navy);margin-bottom:1rem;
}
.clb-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:0.8rem;margin-bottom:1.5rem;
}
.clb-box{
  background:#FFFFFF;border:1px solid var(--border);padding:1.1rem 0.8rem;
  text-align:center;
}
.clb-box .lbl{
  font-size:0.66rem;letter-spacing:0.09em;text-transform:uppercase;
  color:var(--text-dim);margin-bottom:0.4rem;
}
.clb-box .val{
  font-family:'Playfair Display',serif;font-size:1.9rem;font-weight:600;
  color:var(--gold);line-height:1;
}
.clb-overall{
  background:var(--navy);color:#FFFFFF;padding:1.5rem;text-align:center;margin-bottom:1.2rem;
}
.clb-overall .lbl{
  font-size:0.72rem;letter-spacing:0.1em;text-transform:uppercase;
  color:rgba(255,255,255,0.7);margin-bottom:0.3rem;
}
.clb-overall .val{
  font-family:'Playfair Display',serif;font-size:3rem;font-weight:500;color:var(--gold-light);
}
.clb-overall .note{font-size:0.84rem;color:rgba(255,255,255,0.85);margin-top:0.4rem;}
.clb-tip{
  background:var(--gold-soft);border-left:3px solid var(--gold);
  padding:1rem 1.2rem;font-size:0.88rem;color:var(--navy);line-height:1.6;
}
.clb-tip strong{color:var(--navy);}
.clb-cta{margin-top:1.5rem;text-align:center;}
.clb-disclaimer{
  font-size:0.76rem;color:var(--text-dim);line-height:1.6;
  margin-top:1.5rem;padding:1rem;background:var(--bg2);border:1px dashed var(--border);
}

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

/* Tablet — up to 1024px */
@media(max-width:1024px){
  .stats-strip-inner{grid-template-columns:repeat(4,1fr);gap:1rem;}
  .carousel-caption{padding:0 6%;}
}

/* Tablet / small desktop — up to 960px */
@media(max-width:960px){
  .split{grid-template-columns:1fr;}
  .split-left,.split-right,.form-card{padding:60px 5%;border-left:none;}
  .proc-steps{grid-template-columns:1fr 1fr;}
  .proc-steps::before{display:none;}
  .nav-links{display:none;}
  .hamburger{display:flex;}
  .pr-panel.active{grid-template-columns:1fr;}
  .footer-top{grid-template-columns:1fr 1fr;gap:2rem;}
  .clb-scores{grid-template-columns:1fr 1fr;}
  .clb-grid{grid-template-columns:1fr 1fr;}
  .blog-grid{grid-template-columns:1fr 1fr;}
  .carousel-arrow{display:none;}
  .nav-logo-img{height:52px;}
  .nav-brand{font-size:1.25rem;}
  .svc-grid{grid-template-columns:1fr 1fr;}
  .testi-grid{grid-template-columns:1fr 1fr;}
  .stats-strip-inner{grid-template-columns:repeat(2,1fr);gap:1.5rem;}
  .hero-carousel{height:clamp(380px,55vh,520px);}
  .carousel-caption h2{font-size:clamp(1.8rem,4.5vw,2.6rem);}
}

/* iPad portrait / large phone — up to 768px */
@media(max-width:768px){
  body{font-size:16px;}
  section{padding:64px 5%;}
  .svc-grid{grid-template-columns:1fr;}
  .testi-grid{grid-template-columns:1fr;}
  .proc-steps{grid-template-columns:1fr;}
  .blog-grid{grid-template-columns:1fr;}
  .hero-carousel{height:clamp(420px,68vh,520px);}
  .carousel-caption{padding:0 7%;}
  .carousel-caption h2{font-size:1.85rem;line-height:1.15;}
  .carousel-caption p{font-size:1rem;}
  .stats-strip-inner{grid-template-columns:repeat(2,1fr);gap:2rem;}
  .top-eyebrow{font-size:0.66rem;letter-spacing:0.1em;padding:0.5rem 1rem;}
  .btn-red,.btn-white,.btn-outline{min-height:48px;padding:0.95rem 1.6rem;font-size:0.85rem;}
  .carousel-cta{padding:0.95rem 1.6rem;}
}

/* Phone — up to 600px */
@media(max-width:600px){
  html,body{overflow-x:hidden;}
  section{padding:54px 5%;}
  .page-header{padding:130px 5% 54px;}
  .hero-leaf-bg{display:none;}
  .footer-top{grid-template-columns:1fr;}
  .footer-bottom{flex-direction:column;text-align:center;gap:0.5rem;}
  .f-row{grid-template-columns:1fr;}
  .sticky-bar{display:block;}
  body{padding-bottom:52px;}
  .lead-banner{flex-direction:column;text-align:center;}
  .pr-tabs{flex-wrap:wrap;}
  .pr-tab{min-width:45%;}
  .clb-card{padding:1.5rem;}
  .blog-section{padding:54px 5%;}
  .hero-carousel{height:460px;}
  .carousel-caption{padding:0 7%;max-width:100%;}
  .carousel-caption h2{font-size:1.55rem;}
  .carousel-caption p{font-size:0.95rem;line-height:1.55;margin-bottom:1.3rem;}
  .carousel-eyebrow{font-size:0.62rem;padding:0.35rem 0.75rem;margin-bottom:0.9rem;}
  .carousel-dots{bottom:16px;}
  .nav-logo-img{height:44px;}
  .nav-brand{font-size:1.1rem;}
  .f-brand-col .nav-brand{font-size:1.25rem;}
  .mob-menu{top:76px;}
  nav{padding:0.65rem 5%;}
  .stats-strip{padding:36px 5%;}
  .stats-strip-inner{grid-template-columns:repeat(2,1fr);gap:1.5rem;}
  .stats-strip .hst-n{font-size:1.8rem;}
  .stats-strip .hst-l{font-size:0.68rem;}
  .top-eyebrow{margin-top:72px;font-size:0.6rem;padding:0.45rem 0.75rem;letter-spacing:0.08em;}
  h1.htitle{font-size:2.3rem;}
  .stitle{font-size:1.7rem;}
  .svc-card{padding:1.8rem 1.5rem;}
  .testi-card{padding:1.8rem 1.5rem;}
  /* Ensure all interactive elements are touch-friendly */
  a,button{min-height:44px;}
  .nav-links a,.footer-bottom *,.f-copy,.f-tagline,.carousel-dot,.hst,.cred,.pr-meta *{min-height:auto;}
}

/* iPhone SE / smallest — 375px target */
@media(max-width:420px){
  .stats-strip-inner{grid-template-columns:1fr 1fr;gap:1rem;}
  .hero-carousel{height:440px;}
  .carousel-caption h2{font-size:1.4rem;}
  .carousel-caption p{font-size:0.92rem;}
  .carousel-arrow{display:none;}
  .top-eyebrow{font-size:0.56rem;margin-top:68px;}
}
