/* ============================================================
   Somaiya Cotton Brokerage — Premium Stylesheet v2
   Fonts: Cormorant Garamond (display) + DM Sans (body)
   Palette: Deep Forest Green · Warm Gold · Ivory · Charcoal
   ============================================================ */

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

:root {
  --forest:      #1C3A22;
  --forest-mid:  #2E5935;
  --forest-soft: #3D7048;
  --sage:        #8AAF80;
  --sage-pale:   #EFF5EC;

  --gold:        #B8862A;
  --gold-light:  #D4A845;
  --gold-pale:   #FBF5E6;

  --ivory:       #FAFAF7;
  --warm-off:    #F3F0EB;
  --border:      #DDD8CF;

  --ink:         #18181B;
  --charcoal:    #3A3A3A;
  --slate:       #6B6B6B;

  --ff-display:  'Cormorant Garamond', Georgia, serif;
  --ff-body:     'DM Sans', system-ui, sans-serif;

  --ease:        cubic-bezier(0.22, 1, 0.36, 1);
  --dur:         0.4s;
  --r:           8px;
  --sh-sm:       0 2px 12px rgba(0,0,0,.06);
  --sh-md:       0 6px 28px rgba(0,0,0,.10);
  --sh-lg:       0 16px 56px rgba(0,0,0,.14);
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--ff-body); color: var(--ink); background: var(--ivory); overflow-x: hidden; line-height: 1.7; }
img  { max-width: 100%; height: auto; display: block; }
a    { color: inherit; text-decoration: none; }
ul   { list-style: none; }

/* Typography */
h1,h2,h3,h4 { font-family: var(--ff-display); line-height: 1.2; color: var(--forest); }
h1 { font-size: clamp(2.4rem, 5.5vw, 4rem); font-weight: 600; }
h2 { font-size: clamp(1.9rem, 4vw, 3rem);   font-weight: 600; }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); font-weight: 500; }
p  { color: var(--charcoal); font-size: 1rem; line-height: 1.75; }

/* Layout */
.container  { max-width: 1160px; margin: 0 auto; padding: 0 28px; }
.section    { padding: 90px 0; }
.section--alt  { background: var(--warm-off); }
.section--dark { background: var(--forest); }

/* Eyebrow */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--ff-body); font-size: .72rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 14px;
}
.eyebrow::before, .eyebrow::after { content: ''; display: block; width: 28px; height: 1px; background: var(--gold); }

.gold-rule  { width: 52px; height: 2px; background: var(--gold); margin: 16px 0 26px; }
.gold-rule.center { margin: 16px auto 26px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 30px; border-radius: var(--r);
  font-family: var(--ff-body); font-size: .9rem; font-weight: 500;
  transition: all var(--dur) var(--ease); border: 1.5px solid transparent;
}
.btn-primary { background: var(--forest); color: #fff; border-color: var(--forest); }
.btn-primary:hover { background: var(--forest-soft); transform: translateY(-2px); box-shadow: var(--sh-md); }
.btn-gold    { background: var(--gold); color: #fff; border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: var(--sh-md); }
.btn-outline { background: transparent; color: var(--forest); border-color: var(--forest); }
.btn-outline:hover { background: var(--forest); color: #fff; transform: translateY(-2px); }
.btn-outline-w { background: transparent; color: #fff; border-color: rgba(255,255,255,.55); }
.btn-outline-w:hover { background: rgba(255,255,255,.12); }
.btn-wa { background: #25D366; color: #fff; border-color: #25D366; }
.btn-wa:hover { background: #1dbb5a; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(37,211,102,.35); }

/* ── NAVBAR ── */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(250,250,247,.96); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border); transition: box-shadow .3s;
}
.navbar.scrolled { box-shadow: var(--sh-md); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; }

.nav-logo { display: flex; align-items: center; gap: 13px; }
.logo-mark {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--forest); display: flex; align-items: center; justify-content: center;
}
.logo-mark svg { width: 22px; height: 22px; fill: #fff; }
.logo-text .l1 {
  font-family: var(--ff-display); font-size: 1.18rem; font-weight: 700;
  color: var(--forest); display: block; line-height: 1.1;
}
.logo-text .l2 {
  font-size: .63rem; font-weight: 500; letter-spacing: .11em;
  text-transform: uppercase; color: var(--gold); display: block;
}

.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a {
  font-size: .87rem; font-weight: 500; color: var(--charcoal);
  position: relative; padding-bottom: 3px; transition: color .3s;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 1.5px; background: var(--gold); transition: width .3s var(--ease);
}
.nav-links a:hover, .nav-links a.active { color: var(--forest); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-end { display: flex; align-items: center; gap: 12px; }

.ham { display: none; flex-direction: column; gap: 5px; padding: 4px; cursor: pointer; background: none; border: none; }
.ham span { display: block; width: 22px; height: 1.5px; background: var(--forest); transition: all .3s; }
.ham.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.ham.open span:nth-child(2) { opacity: 0; }
.ham.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mob-menu {
  display: none; position: absolute; top: 72px; left: 0; right: 0;
  background: var(--ivory); border-bottom: 1px solid var(--border);
  padding: 20px 28px 28px; box-shadow: var(--sh-md);
}
.mob-menu.open { display: block; }
.mob-menu a {
  display: block; padding: 13px 0; font-weight: 500; font-size: .95rem;
  color: var(--charcoal); border-bottom: 1px solid var(--border); transition: color .2s;
}
.mob-menu a:hover { color: var(--forest); }
.mob-menu .btn { margin-top: 18px; width: 100%; justify-content: center; }

/* ── HERO ── */
.hero {
  padding-top: 72px; min-height: 100vh; display: flex; align-items: center;
  background:
    linear-gradient(155deg, rgba(28,58,34,.92) 0%, rgba(46,89,53,.82) 55%, rgba(184,134,42,.4) 100%),
    url('../images/hero-bg.jpg') center/cover no-repeat;
  position: relative; overflow: hidden;
}
.hero-inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr auto; gap: 64px;
  align-items: center; padding: 80px 0;
}
.hero-label {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .72rem; font-weight: 600; letter-spacing: .16em;
  text-transform: uppercase; color: var(--gold-light); margin-bottom: 20px;
}
.hero-label::before { content: ''; display: block; width: 32px; height: 1px; background: var(--gold-light); }
.hero h1 { color: #fff; margin-bottom: 10px; }
.hero h1 em { font-style: italic; color: var(--gold-light); }
.hero-sub {
  font-family: var(--ff-display); font-size: 1.2rem; font-weight: 400;
  font-style: italic; color: rgba(255,255,255,.68); margin-bottom: 24px;
}
.hero-desc { color: rgba(255,255,255,.76); font-size: .97rem; max-width: 480px; margin-bottom: 34px; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 36px; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.hbadge {
  display: flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18);
  padding: 7px 14px; border-radius: 40px;
  font-size: .75rem; font-weight: 500; color: rgba(255,255,255,.85);
}

.hero-card {
  background: rgba(255,255,255,.08); backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.18); border-radius: 16px;
  padding: 36px 30px; min-width: 220px;
}
.hero-card-lbl {
  font-size: .68rem; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; color: var(--gold-light); margin-bottom: 22px;
}
.stat-row { margin-bottom: 20px; }
.stat-num {
  font-family: var(--ff-display); font-size: 2.6rem; font-weight: 700;
  color: #fff; line-height: 1;
}
.stat-num sup { font-size: 1.4rem; color: var(--gold-light); }
.stat-lbl { font-size: .72rem; color: rgba(255,255,255,.55); letter-spacing: .06em; text-transform: uppercase; margin-top: 3px; }
.stat-div { width: 100%; height: 1px; background: rgba(255,255,255,.12); margin: 16px 0; }

.scroll-cue {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  color: rgba(255,255,255,.4); font-size: .68rem; letter-spacing: .12em;
  text-transform: uppercase; text-align: center; animation: bob 2.2s infinite;
}
.scroll-cue::after { content: '↓'; display: block; font-size: 1rem; margin-top: 4px; }
@keyframes bob { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(7px); } }

/* ── MARQUEE STRIP ── */
.strip { background: var(--forest); padding: 16px 0; overflow: hidden; border-bottom: 2px solid var(--gold); }
.marquee-track { display: flex; animation: marquee 24s linear infinite; }
.m-item {
  display: flex; align-items: center; gap: 10px; white-space: nowrap; padding: 0 40px;
  font-size: .78rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase;
  color: rgba(255,255,255,.7);
}
.m-dot { color: var(--gold); }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ── SERVICES ── */
.srv-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.srv-card {
  background: #fff; border: 1px solid var(--border); border-radius: 12px;
  padding: 36px 24px; text-align: center;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur);
  position: relative; overflow: hidden;
}
.srv-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: var(--gold); transform: scaleX(0); transform-origin: left;
  transition: transform .35s var(--ease);
}
.srv-card:hover { transform: translateY(-6px); box-shadow: var(--sh-md); }
.srv-card:hover::after { transform: scaleX(1); }
.srv-icon {
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--sage-pale); display: flex; align-items: center;
  justify-content: center; margin: 0 auto 18px; font-size: 1.4rem;
  transition: background var(--dur);
}
.srv-card:hover .srv-icon { background: var(--gold-pale); }
.srv-card h3 { font-size: 1.05rem; margin-bottom: 10px; }
.srv-card p  { font-size: .87rem; color: var(--slate); }

/* ── ABOUT SNIPPET ── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about-img-col { position: relative; }
.img-frame {
  border-radius: 12px; overflow: hidden; box-shadow: var(--sh-lg);
  aspect-ratio: 4/5; background: var(--warm-off);
  display: flex; align-items: center; justify-content: center; font-size: 6rem;
}
.img-frame img { width: 100%; height: 100%; object-fit: cover; }
.exp-badge {
  position: absolute; bottom: -24px; right: -24px;
  background: var(--gold); color: #fff; border-radius: 12px;
  padding: 22px 26px; text-align: center; box-shadow: var(--sh-md);
}
.exp-badge .num { font-family: var(--ff-display); font-size: 2.4rem; font-weight: 700; display: block; line-height: 1; }
.exp-badge .lbl { font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; opacity: .9; margin-top: 5px; }

.owner-pills { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 26px; }
.owner-pill {
  display: flex; align-items: center; gap: 8px;
  background: var(--sage-pale); border: 1px solid var(--sage);
  padding: 8px 16px; border-radius: 40px;
  font-size: .85rem; font-weight: 500; color: var(--forest);
}

.checklist { margin-bottom: 32px; }
.checklist li {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 9px 0; border-bottom: 1px solid var(--border);
  font-size: .93rem; color: var(--charcoal);
}
.checklist li:last-child { border-bottom: none; }
.ck { color: var(--gold); font-weight: 700; flex-shrink: 0; margin-top: 2px; }

/* ── WHY CHOOSE ── */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.why-card {
  background: #fff; border-radius: 12px; padding: 32px 28px;
  border: 1px solid var(--border); box-shadow: var(--sh-sm);
  transition: transform var(--dur) var(--ease), box-shadow var(--dur);
}
.why-card:hover { transform: translateY(-5px); box-shadow: var(--sh-md); }
.why-num {
  font-family: var(--ff-display); font-size: 2.6rem; font-weight: 700;
  color: transparent; -webkit-text-stroke: 1.5px var(--gold);
  line-height: 1; margin-bottom: 14px;
}
.why-card h3 { font-size: 1.05rem; margin-bottom: 10px; }
.why-card p  { font-size: .88rem; color: var(--slate); }

/* ── CTA BAND ── */
.cta-band {
  background: linear-gradient(130deg, var(--forest) 0%, var(--forest-soft) 60%, #2a4a1c 100%);
  padding: 90px 0; text-align: center; position: relative; overflow: hidden;
}
.cta-band::before {
  content: ''; position: absolute; top: -80px; right: -80px;
  width: 320px; height: 320px; border-radius: 50%;
  background: rgba(184,134,42,.12);
}
.cta-band h2 { color: #fff; margin-bottom: 14px; }
.cta-band p  { color: rgba(255,255,255,.72); max-width: 540px; margin: 0 auto 36px; }
.cta-btns    { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.cc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; }
.cc {
  background: #fff; border: 1px solid var(--border); border-radius: 12px;
  padding: 32px 24px; text-align: center; box-shadow: var(--sh-sm);
  transition: transform var(--dur) var(--ease);
}
.cc:hover { transform: translateY(-4px); }
.cc-icon { font-size: 2rem; margin-bottom: 12px; }
.cc h4   { font-family: var(--ff-display); font-size: 1.1rem; margin-bottom: 8px; }
.cc a, .cc span { font-size: .88rem; color: var(--charcoal); display: block; line-height: 1.6; }
.cc a:hover { color: var(--forest); }

/* ── FOOTER ── */
.footer { background: #0E1A10; color: rgba(255,255,255,.7); }
.footer-top { padding: 64px 0 48px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.6fr; gap: 44px; }

.f-brand .logo-row { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.f-lm { width: 40px; height: 40px; background: var(--forest-mid); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.f-lm svg { width: 20px; height: 20px; fill: #fff; }
.f-ln { font-family: var(--ff-display); font-size: 1.1rem; font-weight: 600; color: #fff; }
.f-brand p { font-size: .84rem; line-height: 1.7; margin-bottom: 18px; color: rgba(255,255,255,.5); }
.f-social { display: flex; gap: 8px; }
.fsoc {
  width: 34px; height: 34px; background: rgba(255,255,255,.07); border-radius: 50%;
  display: flex; align-items: center; justify-content: center; font-size: .85rem;
  transition: background .3s; color: #fff;
}
.fsoc:hover { background: var(--gold); }
.gst-chip {
  margin-top: 16px; background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1); border-radius: 8px;
  padding: 14px 16px; font-size: .77rem; color: rgba(255,255,255,.4);
}
.gst-chip strong { color: rgba(255,255,255,.7); display: block; margin-bottom: 5px; font-size: .8rem; }

.f-col h5 {
  font-family: var(--ff-display); font-size: 1rem; font-weight: 600;
  color: #fff; margin-bottom: 18px;
}
.f-col ul li { margin-bottom: 10px; }
.f-col ul li a { font-size: .84rem; color: rgba(255,255,255,.45); transition: color .2s; }
.f-col ul li a:hover { color: var(--gold-light); }
.f-row { display: flex; gap: 10px; margin-bottom: 13px; }
.f-row .fi { flex-shrink: 0; margin-top: 1px; }
.f-row span { font-size: .82rem; color: rgba(255,255,255,.45); line-height: 1.55; }

.footer-bottom {
  padding: 20px 0; display: flex; flex-wrap: wrap; gap: 10px;
  align-items: center; justify-content: space-between;
}
.footer-bottom p { font-size: .77rem; color: rgba(255,255,255,.28); }
.fb-links { display: flex; gap: 18px; }
.fb-links a { font-size: .77rem; color: rgba(255,255,255,.28); transition: color .2s; }
.fb-links a:hover { color: var(--gold-light); }

/* ── INNER PAGE HERO ── */
.pg-hero {
  padding: 136px 0 68px;
  background:
    linear-gradient(155deg, rgba(28,58,34,.93) 0%, rgba(46,89,53,.85) 60%, rgba(184,134,42,.45) 100%),
    url('../images/hero-bg.jpg') center/cover no-repeat;
  text-align: center;
}
.pg-hero h1 { color: #fff; margin-bottom: 12px; }
.pg-hero p  { color: rgba(255,255,255,.7); max-width: 580px; margin: 0 auto; }

/* ── ABOUT PAGE ── */
.profile-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.p-card { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: var(--sh-lg); border: 1px solid var(--border); }
.p-photo { width: 100%; height: 280px; background: var(--sage-pale); display: flex; align-items: center; justify-content: center; font-size: 5rem; }
.p-body { padding: 28px 32px; }
.p-body h3 { font-size: 1.5rem; margin-bottom: 4px; }
.p-body .role { color: var(--gold); font-weight: 500; font-size: .88rem; margin-bottom: 14px; }
.p-body p { font-size: .9rem; }
.p-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.p-tag { padding: 4px 13px; border-radius: 20px; background: var(--sage-pale); color: var(--forest); font-size: .73rem; font-weight: 600; }

.tl { margin: 8px 0; }
.tl-item { display: flex; gap: 16px; padding-bottom: 28px; position: relative; }
.tl-item:not(:last-child)::after {
  content: ''; position: absolute; left: 19px; top: 42px; bottom: 0;
  width: 1px; background: var(--border);
}
.tl-dot {
  width: 40px; height: 40px; background: var(--gold-pale); border: 2px solid var(--gold);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; font-size: .95rem; z-index: 1;
}
.tl-body h4 { font-family: var(--ff-display); font-size: 1.05rem; margin-bottom: 4px; }
.tl-body p  { font-size: .87rem; color: var(--slate); }

.exp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.exp-card {
  background: #fff; border: 1px solid var(--border); border-radius: 10px;
  padding: 22px 18px; text-align: center; transition: transform .3s var(--ease);
}
.exp-card:hover { transform: translateY(-4px); }
.exp-card .ei { font-size: 1.6rem; margin-bottom: 8px; }
.exp-card h4  { font-family: var(--ff-display); font-size: .95rem; margin-bottom: 4px; }
.exp-card p   { font-size: .78rem; color: var(--slate); }

/* ── LEGAL PAGES ── */
.legal-wrap { max-width: 820px; margin: 0 auto; padding: 64px 0; }
.legal-meta {
  background: var(--sage-pale); border-left: 3px solid var(--gold);
  padding: 14px 20px; border-radius: 0 8px 8px 0;
  margin-bottom: 36px; font-size: .85rem; color: var(--slate);
}
.legal-wrap h2 {
  font-size: 1.35rem; color: var(--forest);
  margin: 38px 0 12px; padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}
.legal-wrap h2:first-of-type { margin-top: 0; }
.legal-wrap p   { font-size: .95rem; margin-bottom: 14px; color: var(--charcoal); }
.legal-wrap ul  { padding-left: 20px; margin-bottom: 16px; }
.legal-wrap ul li { list-style: disc; font-size: .95rem; color: var(--charcoal); margin-bottom: 8px; }

/* ── FLOATING WHATSAPP ── */
.wa-fab {
  position: fixed; bottom: 28px; right: 28px; z-index: 999;
  width: 56px; height: 56px; background: #25D366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.45);
  animation: wapulse 2.8s infinite; transition: transform .3s;
}
.wa-fab:hover { transform: scale(1.1); }
.wa-fab svg { width: 28px; height: 28px; fill: #fff; }
@keyframes wapulse {
  0%,100% { box-shadow: 0 4px 20px rgba(37,211,102,.45); }
  50%      { box-shadow: 0 4px 32px rgba(37,211,102,.75); }
}

/* ── SCROLL REVEAL ── */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.reveal.vis { opacity: 1; transform: translateY(0); }
.reveal:nth-child(2) { transition-delay: .1s; }
.reveal:nth-child(3) { transition-delay: .2s; }
.reveal:nth-child(4) { transition-delay: .3s; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .footer-grid  { grid-template-columns: 1fr 1fr; }
  .srv-grid     { grid-template-columns: 1fr 1fr; }
  .why-grid     { grid-template-columns: 1fr 1fr; }
  .exp-grid     { grid-template-columns: 1fr 1fr; }
  .cc-grid      { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .section { padding: 64px 0; }
  .nav-links, .nav-end { display: none; }
  .ham { display: flex; }
  .hero-inner { grid-template-columns: 1fr; padding: 56px 0; }
  .hero-desc { max-width: 100%; }
  .hero-btns { justify-content: flex-start; }
  .hero-card { display: none; }
  .about-grid, .profile-grid { grid-template-columns: 1fr; }
  .srv-grid   { grid-template-columns: 1fr 1fr; }
  .why-grid   { grid-template-columns: 1fr; }
  .cc-grid    { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .exp-badge { bottom: -16px; right: 12px; }
  .exp-grid  { grid-template-columns: 1fr 1fr; }
  .legal-wrap { padding: 40px 0; }
}
@media (max-width: 480px) {
  .srv-grid { grid-template-columns: 1fr; }
  .exp-grid { grid-template-columns: 1fr; }
  .hero-badges { gap: 8px; }
}

/* ── LOGO IMAGE ── */
.nav-logo-img { width: 44px; height: 44px; border-radius: 50%; object-fit: contain; flex-shrink: 0; }
.f-logo-img   { width: 38px; height: 38px; border-radius: 50%; object-fit: contain; }
.m-sep        { color: var(--gold); font-size: .7rem; }
.img-placeholder { flex-direction: column; gap: 8px; background: var(--warm-off) !important; }
.cc-icon      { width: 52px; height: 52px; background: var(--sage-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.fi           { flex-shrink: 0; margin-top: 2px; opacity: .6; }
