/* ==========================================================================
   BHARAT FILING CO — Premium LIGHT Theme  (Navy + Gold on Ivory)
   ========================================================================== */

:root{
  --ink: #16202e;
  --ink-soft: #445064;
  --muted: #7c8697;
  --white: #ffffff;
  --ivory: #faf7f0;
  --ivory-2: #f3eee3;
  --navy: #0e2a47;
  --navy-2: #12365c;
  --navy-3: #0a2038;
  --gold: #c49a45;
  --gold-2: #d8b869;
  --gold-deep: #a17c2c;
  --line: rgba(22,32,46,.1);
  --line-gold: rgba(196,154,69,.35);
  --line-dark: rgba(255,255,255,.12);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Jost', -apple-system, sans-serif;
  --ease: cubic-bezier(.16,1,.3,1);
  --shadow: 0 30px 60px -24px rgba(14,42,71,.28);
  --shadow-sm: 0 16px 40px -20px rgba(14,42,71,.22);
}

*{ margin:0; padding:0; box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  font-family: var(--sans); font-weight:300;
  color: var(--ink-soft); background: var(--white);
  overflow-x:hidden; line-height:1.75; position:relative;
}
img{ max-width:100%; display:block; }
a{ text-decoration:none; color:inherit; }
ul{ list-style:none; }
button{ font-family:inherit; cursor:pointer; border:none; background:none; }
.container{ width:100%; max-width:1240px; margin:0 auto; padding:0 40px; }
section{ position:relative; }

h1,h2,h3,h4{ font-family: var(--serif); color: var(--navy); line-height:1.16; font-weight:600; }
em{ font-style:italic; }

/* protect images from drag */
img{ -webkit-user-drag:none; user-select:none; }

/* ---------- Tag / eyebrow ---------- */
.tag{
  display:inline-block;
  font-family: var(--serif); font-style:italic; font-size:1.35rem; letter-spacing:0; text-transform:none;
  color: var(--gold-deep); margin-bottom:14px; font-weight:500; line-height:1.3;
}
.tag.on-dark{ color: var(--gold-2); }
.tag.center{ text-align:center; }

.display-1{ font-size: clamp(2.6rem, 6vw, 5rem); letter-spacing:-.01em; }
.display-2{ font-size: clamp(2rem, 3.8vw, 3.1rem); letter-spacing:-.005em; margin-bottom:20px; }
.lede{ font-family: var(--sans); font-weight:300; font-size:1.05rem; color: var(--ink-soft); max-width:540px; }
.on-dark{ color: var(--white) !important; }
p.on-dark, .lede.on-dark{ color: rgba(255,255,255,.72) !important; }

/* ---------- Buttons ---------- */
.btn-gold, .btn-outline, .btn-navy, .btn-wa{
  display:inline-flex; align-items:center; gap:12px;
  padding:17px 36px; font-family: var(--sans); font-size:.78rem; letter-spacing:.14em;
  text-transform:uppercase; font-weight:500; transition: all .45s var(--ease);
  border:1px solid transparent; white-space:nowrap; cursor:pointer;
}
.btn-gold{ background: var(--gold); color: var(--navy); border-color: var(--gold); }
.btn-gold:hover{ background: var(--gold-deep); border-color: var(--gold-deep); color:#fff; transform: translateY(-2px); }
.btn-navy{ background: var(--navy); color:#fff; border-color: var(--navy); }
.btn-navy:hover{ background: var(--navy-2); border-color: var(--navy-2); transform: translateY(-2px); }
.btn-outline{ border-color: rgba(255,255,255,.5); color:#fff; }
.btn-outline:hover{ background:#fff; color: var(--navy); border-color:#fff; }
.btn-outline-dark{ border-color: var(--line); color: var(--navy); }
.btn-outline-dark:hover{ background: var(--navy); color:#fff; border-color: var(--navy); }
.btn-wa{ background:#25d366; color:#08331b; border-color:#25d366; }
.btn-wa i{ font-size:1.05rem; }
.btn-wa:hover{ background:#1eb457; border-color:#1eb457; color:#fff; transform: translateY(-2px); }

.link-arrow{
  display:inline-flex; align-items:center; gap:12px;
  font-family: var(--sans); font-size:.8rem; letter-spacing:.1em; text-transform:uppercase; font-weight:500;
  color: inherit; position:relative; padding-bottom:8px;
}
.link-arrow::after{ content:''; position:absolute; left:0; bottom:0; width:100%; height:1px; background:currentColor; opacity:.25; transition: opacity .4s var(--ease); }
.link-arrow i{ transition: transform .4s var(--ease); font-size:.76rem; }
.link-arrow:hover i{ transform: translateX(6px); }
.link-arrow:hover::after{ opacity:.7; }
.link-arrow.gold{ color: var(--gold-deep); }

/* ---------- Reveal ---------- */
[data-reveal]{
  opacity:0; transform: translateY(30px); filter: blur(8px);
  transition: opacity .9s var(--ease), transform .9s var(--ease), filter .9s var(--ease);
  will-change: opacity, transform, filter;
}
[data-reveal].in{ opacity:1; transform:none; filter:blur(0); }
[data-reveal="fade"]{ transform:none; }
[data-reveal="left"]{ transform: translateX(-40px); }
[data-reveal="left"].in{ transform:none; }
[data-reveal="right"]{ transform: translateX(40px); }
[data-reveal="right"].in{ transform:none; }
[data-reveal="zoom"]{ transform: scale(.94); filter:blur(6px); }
[data-reveal="zoom"].in{ transform:none; }

/* line-mask heading reveal */
.line-reveal{ display:block; overflow:hidden; }
.line-reveal > span{ display:block; transform: translateY(105%); transition: transform 1.05s var(--ease); }
.line-reveal.in > span{ transform:none; }

/* ---------- Preloader ---------- */
.preloader{
  position:fixed; inset:0; z-index:10000; background: var(--navy);
  display:flex; align-items:center; justify-content:center;
  transition: opacity .8s var(--ease), visibility .8s var(--ease);
}
.preloader.done{ opacity:0; visibility:hidden; }
.preloader-inner{ display:flex; gap:12px; }
.preloader-inner span{
  font-family: var(--serif); font-size:2rem; letter-spacing:.1em; color:#fff;
  opacity:0; transform: translateY(20px); animation: plIn .9s var(--ease) forwards;
}
.preloader-inner span:nth-child(2){ animation-delay:.15s; color: var(--gold-2); font-style:italic; }
.preloader-inner span:nth-child(3){ animation-delay:.3s; }
@keyframes plIn{ to{ opacity:1; transform:none; } }

/* ---------- Top bar ---------- */
.topbar{
  background: var(--navy); color: rgba(255,255,255,.72);
  font-family: var(--sans); font-size:.76rem; letter-spacing:.03em; padding:11px 0;
  position:relative; z-index:850;
}
.topbar .container{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:8px; }
.topbar-left{ display:flex; gap:28px; flex-wrap:wrap; }
.topbar a, .topbar span{ display:inline-flex; align-items:center; gap:8px; transition: color .3s; }
.topbar a:hover{ color: var(--gold-2); }
.topbar-left i{ color: var(--gold-2); }
.topbar-right{ display:flex; gap:14px; }
.topbar-right a{ width:26px; height:26px; border:1px solid var(--line-dark); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:.7rem; }
.topbar-right a:hover{ border-color: var(--gold); color: var(--gold-2); }

/* ---------- Navbar (solid, always visible) ---------- */
.nav{
  position:sticky; top:0; z-index:900; background: var(--white);
  border-bottom:1px solid var(--line); transition: box-shadow .4s var(--ease), padding .4s var(--ease);
  padding:16px 0;
}
.nav.scrolled{ box-shadow: 0 12px 30px -18px rgba(14,42,71,.35); padding:11px 0; }
.nav-inner{ display:flex; align-items:center; justify-content:space-between; gap:20px; }
.brand-mark{ display:flex; align-items:center; gap:14px; flex:none; }
.brand-mark img{ height:56px; width:auto; object-fit:contain; }
.brand-word{ font-family: var(--serif); font-size:1.4rem; letter-spacing:.01em; color: var(--navy); line-height:1; }
.brand-word .gold-i{ color: var(--gold-deep); font-style:italic; }
.brand-word small{ display:block; font-family: var(--sans); font-size:.58rem; letter-spacing:.22em; text-transform:uppercase; color: var(--muted); margin-top:6px; font-weight:400; }

.nav-links{ display:flex; align-items:center; gap:42px; }
.nav-drawer-foot{ display:none; }
.nav-links a{
  font-family: var(--sans); font-size:.82rem; letter-spacing:.1em; text-transform:uppercase; font-weight:500;
  color: var(--ink-soft); position:relative; padding-bottom:5px; transition: color .3s;
}
.nav-links a::after{ content:''; position:absolute; left:0; bottom:0; width:0; height:1.5px; background: var(--gold); transition: width .4s var(--ease); }
.nav-links a:hover, .nav-links a.active{ color: var(--navy); }
.nav-links a:hover::after, .nav-links a.active::after{ width:100%; }

.nav-cta{ display:flex; align-items:center; gap:18px; flex:none; }
.nav-toggle{ display:none; flex-direction:column; gap:5px; width:30px; }
.nav-toggle span{ height:2px; width:100%; background: var(--navy); transition: all .3s; border-radius:2px; }
.nav-toggle.open span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2){ opacity:0; }
.nav-toggle.open span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero{ position:relative; min-height:88vh; display:flex; align-items:center; overflow:hidden; background: var(--navy); }
.hero-bg{ position:absolute; inset:0; }
.hero-bg img{ width:100%; height:100%; object-fit:cover; object-position:center; }
.hero-bg::after{
  content:''; position:absolute; inset:0;
  background:
    linear-gradient(100deg, rgba(9,26,46,.95) 0%, rgba(9,26,46,.88) 40%, rgba(9,26,46,.74) 70%, rgba(9,26,46,.64) 100%),
    linear-gradient(0deg, rgba(9,26,46,.55) 0%, rgba(9,26,46,0) 45%);
}
.hero-ring{
  position:absolute; right:-140px; top:14%; width:460px; height:460px; border-radius:50%;
  border:1px solid rgba(196,154,69,.28); pointer-events:none; z-index:1;
}
.hero-ring::before{ content:''; position:absolute; inset:40px; border-radius:50%; border:1px solid rgba(196,154,69,.16); }
.hero-inner{ position:relative; z-index:2; width:100%; padding:56px 0; }
.hero-title{ color:#fff; margin:20px 0 26px; text-shadow: 0 2px 30px rgba(0,0,0,.25); }
.hero-title .gold-i{ color: var(--gold-2); font-style:italic; }
.hero-lede{ color: rgba(255,255,255,.8); font-size:1.08rem; max-width:520px; margin-bottom:42px; font-weight:300; }
.hero-actions{ display:flex; gap:26px; align-items:center; flex-wrap:wrap; margin-bottom:62px; }
.hero-meta{ display:flex; gap:52px; flex-wrap:wrap; padding-top:30px; border-top:1px solid var(--line-dark); }
.hero-meta div b{ font-family: var(--serif); font-size:2.1rem; color: var(--gold-2); display:block; font-weight:600; }
.hero-meta div span{ font-family: var(--sans); font-size:.68rem; letter-spacing:.14em; text-transform:uppercase; color: rgba(255,255,255,.55); }
.scroll-cue{
  position:absolute; bottom:40px; right:44px; z-index:2; writing-mode:vertical-rl;
  display:flex; align-items:center; gap:14px; font-family: var(--sans); font-size:.66rem;
  letter-spacing:.24em; text-transform:uppercase; color: rgba(255,255,255,.55);
}
.scroll-cue .cue-line{ width:1px; height:60px; background: linear-gradient(var(--gold-2), transparent); }

/* ---------- Marquee ---------- */
.marquee-strip{ background: var(--navy); border-top:1px solid var(--line-dark); overflow:hidden; padding:20px 0; }
.marquee-track{ display:flex; gap:56px; width:max-content; animation: scrollx 40s linear infinite; }
.marquee-track span{ display:flex; align-items:center; gap:56px; font-family: var(--serif); font-style:italic; font-size:1.25rem; color: rgba(255,255,255,.38); text-transform:uppercase; letter-spacing:.02em; }
.marquee-track span i{ color: var(--gold-2); font-size:.38rem; }
@keyframes scrollx{ from{ transform:translateX(0);} to{ transform:translateX(-50%);} }

/* ---------- Editorial ---------- */
.editorial{ padding:96px 0; background: var(--white); }
.editorial.soft{ background: var(--ivory); }
.editorial-grid{ display:grid; grid-template-columns:.9fr 1.1fr; gap:80px; align-items:center; }
.editorial-media{ position:relative; }
.editorial-media img{ width:100%; height:580px; object-fit:cover; border-radius:2px; box-shadow: var(--shadow); }
.editorial-media .corner{ position:absolute; width:64px; height:64px; border:1px solid var(--gold); pointer-events:none; }
.editorial-media .corner.tl{ top:-20px; left:-20px; border-right:none; border-bottom:none; }
.editorial-media .corner.br{ bottom:-20px; right:-20px; border-left:none; border-top:none; }
.editorial-media .float-badge{
  position:absolute; bottom:30px; left:-30px; background:#fff; padding:22px 26px; border-radius:2px;
  box-shadow: var(--shadow-sm); display:flex; align-items:center; gap:16px; border-left:3px solid var(--gold);
}
.editorial-media .float-badge b{ font-family: var(--serif); font-size:2rem; color: var(--navy); display:block; line-height:1; }
.editorial-media .float-badge span{ font-family: var(--sans); font-size:.72rem; letter-spacing:.1em; text-transform:uppercase; color: var(--muted); }
.quote-lg{ font-family: var(--serif); font-size: clamp(1.4rem, 2.3vw, 1.95rem); font-weight:500; line-height:1.42; color: var(--navy); margin:22px 0 40px; }
.quote-lg em{ color: var(--gold-deep); }

.numbered-list{ border-top:1px solid var(--line); }
.numbered-item{ display:flex; gap:24px; padding:26px 0; border-bottom:1px solid var(--line); }
.numbered-item .n{ font-family: var(--serif); font-size:1.05rem; color: var(--gold-deep); flex:none; width:36px; font-style:italic; }
.numbered-item h4{ font-family: var(--sans); font-weight:600; font-size:1rem; color: var(--navy); margin-bottom:6px; letter-spacing:.01em; }
.numbered-item p{ font-family: var(--sans); font-size:.9rem; color: var(--ink-soft); font-weight:300; }

/* ---------- Section header ---------- */
.section-head{ display:grid; grid-template-columns:1.5fr 1fr; gap:60px; align-items:flex-end; padding-bottom:38px; }
.section-head .tag{ margin-bottom:8px; }
.section-head h2{ margin-bottom:0; }
.section-head-side{ padding-bottom:8px; }
.head-rule{ display:block; width:46px; height:2px; background: var(--gold); margin-bottom:20px; }
.section-head-note{ font-family: var(--sans); font-weight:300; color: var(--ink-soft); font-size:.96rem; max-width:360px; }
.gold-em{ color: var(--gold-deep); font-style:italic; }

/* ---------- Service index (light) ---------- */
.service-list-section{ background: var(--ivory); padding:96px 0; }
.service-index{ border-top:1px solid var(--line); margin-top:8px; }
.service-row{ display:flex; align-items:center; gap:30px; padding:34px 0; border-bottom:1px solid var(--line); transition: padding .4s var(--ease), background .4s var(--ease); cursor:pointer; }
.service-row:hover{ padding-left:22px; background: rgba(196,154,69,.06); }
.row-num{ font-family: var(--serif); font-size:.95rem; color: var(--gold-deep); flex:none; width:46px; font-style:italic; }
.row-title{ flex:1 1 280px; font-family: var(--serif); font-weight:500; font-size: clamp(1.35rem, 2.3vw, 1.95rem); color: var(--navy); transition: color .4s var(--ease), transform .4s var(--ease); }
.service-row:hover .row-title{ color: var(--gold-deep); transform: translateX(6px); }
.row-desc{ flex:1 1 320px; font-family: var(--sans); font-size:.86rem; color: var(--muted); font-weight:300; }
.row-arrow{ width:46px; height:46px; border:1px solid var(--line); border-radius:50%; display:flex; align-items:center; justify-content:center; color: var(--muted); flex:none; transition: all .4s var(--ease); }
.service-row:hover .row-arrow{ border-color: var(--gold); color: var(--gold-deep); transform: rotate(45deg); background: var(--white); }
.service-preview{
  position:fixed; top:0; left:0; width:330px; height:230px; border-radius:8px; pointer-events:none; z-index:80;
  opacity:0; transform: translate(-50%,-50%) scale(.82) rotate(-5deg);
  transition: opacity .55s var(--ease), transform .7s var(--ease);
  padding:7px; background: rgba(255,255,255,.7); backdrop-filter: blur(8px);
  box-shadow: 0 40px 90px -24px rgba(9,26,46,.55); border:1px solid rgba(196,154,69,.45);
}
.service-preview.active{ opacity:1; transform: translate(-50%,-50%) scale(1) rotate(0deg); }
.service-preview .sp-inner{ width:100%; height:100%; overflow:hidden; border-radius:4px; position:relative; }
.service-preview img{ width:100%; height:100%; object-fit:cover; transform: scale(1.15); transition: transform .8s var(--ease); filter:grayscale(12%); }
.service-preview.active img{ transform: scale(1); }
.service-preview .sp-label{
  position:absolute; bottom:10px; left:10px; z-index:2; font-family: var(--sans); font-size:.62rem;
  letter-spacing:.18em; text-transform:uppercase; color:#fff; background: rgba(9,26,46,.55);
  padding:5px 12px; border-radius:40px; backdrop-filter: blur(4px);
}

/* ---------- Stats ---------- */
.stats-editorial{ padding:78px 0; background: var(--navy); }
.stats-grid-ed{ display:grid; grid-template-columns: repeat(4,1fr); }
.stat-block{ text-align:center; padding:0 24px; position:relative; }
.stat-block:not(:last-child)::after{ content:''; position:absolute; right:0; top:10%; bottom:10%; width:1px; background: var(--line-dark); }
.stat-block b{ font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 3.2rem); color: var(--gold-2); display:block; font-weight:600; }
.stat-block span{ font-family: var(--sans); font-size:.7rem; letter-spacing:.14em; text-transform:uppercase; color: rgba(255,255,255,.6); margin-top:12px; display:block; }

/* ---------- Why (light, image + list) ---------- */
.why-premium{ background: var(--white); padding:96px 0; }
.why-grid-p{ display:grid; grid-template-columns:1fr 1fr; gap:90px; align-items:center; }
.why-media-p{ position:relative; }
.why-media-p img{ width:100%; height:620px; object-fit:cover; border-radius:2px; box-shadow: var(--shadow); }
.why-media-p .corner{ position:absolute; width:64px; height:64px; border:1px solid var(--gold); pointer-events:none; }
.why-media-p .corner.tl{ top:-20px; left:-20px; border-right:none; border-bottom:none; }
.why-media-p .corner.br{ bottom:-20px; right:-20px; border-left:none; border-top:none; }

/* ---------- Testimonial ---------- */
.testimonial-p{ padding:90px 0; text-align:center; background: var(--ivory); }
.testimonial-track{ position:relative; max-width:760px; margin:0 auto; min-height:250px; }
.testimonial-slide{ position:absolute; inset:0; opacity:0; transform: translateY(16px); transition: opacity .6s var(--ease), transform .6s var(--ease); pointer-events:none; }
.testimonial-slide.active{ opacity:1; transform:none; pointer-events:auto; position:relative; }
.quote-mark{ font-family: var(--serif); font-size:4.4rem; color: var(--gold); line-height:1; font-style:italic; margin-bottom:4px; }
.testimonial-slide p{ font-family: var(--serif); font-size: clamp(1.3rem, 2.1vw, 1.75rem); font-weight:500; color: var(--navy); line-height:1.5; margin-bottom:34px; }
.testimonial-author-p{ display:flex; align-items:center; justify-content:center; gap:15px; }
.testimonial-author-p img{ width:52px; height:52px; border-radius:50%; object-fit:cover; border:2px solid var(--gold); }
.testimonial-author-p b{ display:block; font-family: var(--sans); font-size:.92rem; color: var(--navy); font-weight:600; }
.testimonial-author-p span{ font-family: var(--sans); font-size:.72rem; text-transform:uppercase; letter-spacing:.1em; color: var(--gold-deep); }
.testimonial-dots{ display:flex; justify-content:center; gap:10px; margin-top:46px; }
.testimonial-dots button{ width:8px; height:8px; border-radius:50%; background: var(--line); transition: all .4s var(--ease); }
.testimonial-dots button.active{ background: var(--gold); width:26px; border-radius:4px; }

/* ---------- CTA statement (navy feature) ---------- */
.cta-statement{ background: var(--navy); padding:104px 0; text-align:center; position:relative; overflow:hidden; }
.cta-statement .mandala{ position:absolute; top:50%; left:50%; width:820px; height:820px; transform:translate(-50%,-50%); border-radius:50%; border:1px solid rgba(196,154,69,.1); pointer-events:none; }
.cta-statement .mandala::before{ content:''; position:absolute; inset:60px; border-radius:50%; border:1px solid rgba(196,154,69,.1); }
.cta-statement .mandala::after{ content:''; position:absolute; inset:120px; border-radius:50%; border:1px solid rgba(196,154,69,.1); }
.cta-statement-inner{ position:relative; z-index:2; }
.cta-statement h2{ color:#fff; font-size: clamp(2rem, 4.6vw, 3.5rem); font-weight:600; max-width:800px; margin:0 auto 46px; line-height:1.2; }
.cta-statement h2 em{ color: var(--gold-2); }
.cta-statement-actions{ display:flex; gap:24px; justify-content:center; flex-wrap:wrap; }

/* ---------- Page header ---------- */
.page-header{ position:relative; min-height:56vh; display:flex; align-items:center; overflow:hidden; background: var(--navy); }
.page-header .hero-bg::after{
  background:
    linear-gradient(180deg, rgba(10,32,56,.7) 0%, rgba(10,32,56,.82) 100%),
    radial-gradient(circle at 50% 40%, rgba(10,32,56,.35), rgba(10,32,56,.85) 90%);
}
.page-header-inner{ position:relative; z-index:2; text-align:center; width:100%; padding:60px 0; }
.page-header h1{ color:#fff; font-size: clamp(2.2rem, 5vw, 3.8rem); margin:20px 0 16px; text-shadow: 0 2px 24px rgba(0,0,0,.3); }
.page-header p{ color: rgba(255,255,255,.72); max-width:520px; margin:0 auto; font-family: var(--sans); font-weight:300; }
.breadcrumb{ display:inline-flex; gap:10px; align-items:center; margin-top:24px; color: rgba(255,255,255,.5); font-family: var(--sans); font-size:.74rem; letter-spacing:.1em; text-transform:uppercase; }
.breadcrumb a{ color: var(--gold-2); }

/* ---------- Value grid (about) ---------- */
.value-grid{ display:grid; grid-template-columns: repeat(2,1fr); border-top:1px solid var(--line); }
.value-item{ padding:42px 0; border-bottom:1px solid var(--line); }
.value-item:nth-child(odd){ border-right:1px solid var(--line); padding-right:50px; }
.value-item:nth-child(even){ padding-left:50px; }
.value-item .n{ font-family: var(--serif); font-style:italic; color: var(--gold-deep); font-size:1rem; margin-bottom:12px; display:block; }
.value-item h3{ font-size:1.45rem; margin-bottom:12px; }
.value-item p{ color: var(--ink-soft); font-size:.92rem; font-weight:300; max-width:420px; }

/* ---------- Timeline ---------- */
.timeline-p{ max-width:720px; margin:0 auto; border-left:1px solid var(--line-dark); padding-left:44px; }
.timeline-item-p{ position:relative; padding-bottom:50px; }
.timeline-item-p::before{ content:''; position:absolute; left:-49px; top:5px; width:9px; height:9px; border-radius:50%; background: var(--gold-2); }
.timeline-item-p .yr{ font-family: var(--serif); font-style:italic; color: var(--gold-2); font-size:1.2rem; display:block; margin-bottom:8px; }
.timeline-item-p h4{ color:#fff; font-size:1.35rem; margin-bottom:8px; }
.timeline-item-p p{ color: rgba(255,255,255,.6); font-size:.92rem; font-weight:300; max-width:480px; }

/* ---------- Team ---------- */
.team-grid-p{ display:grid; grid-template-columns: repeat(4,1fr); gap:26px; }
.team-card-p{ background: var(--white); border:1px solid var(--line); border-radius:2px; overflow:hidden; text-align:left; transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.team-card-p:hover{ transform: translateY(-8px); box-shadow: var(--shadow-sm); }
.team-card-p .photo{ height:300px; overflow:hidden; }
.team-card-p .photo img{ width:100%; height:100%; object-fit:cover; transition: transform .6s var(--ease); }
.team-card-p:hover .photo img{ transform: scale(1.05); }
.team-info-p{ padding:22px 24px 28px; border-top:2px solid var(--gold); }
.team-info-p b{ display:block; font-family: var(--serif); font-size:1.2rem; color: var(--navy); margin-bottom:4px; }
.team-info-p span{ font-family: var(--sans); font-size:.72rem; text-transform:uppercase; letter-spacing:.1em; color: var(--gold-deep); }

/* ---------- Process ---------- */
.process-p{ display:grid; grid-template-columns: repeat(4,1fr); border-top:1px solid var(--line); }
.process-step-p{ padding:44px 34px 10px 0; position:relative; border-right:1px solid var(--line); }
.process-step-p:last-child{ border-right:none; }
.process-step-p .num{ font-family: var(--serif); font-style:italic; color: var(--gold-deep); font-size:2.2rem; display:block; margin-bottom:18px; }
.process-step-p h4{ color: var(--navy); font-size:1.25rem; margin-bottom:10px; }
.process-step-p p{ color: var(--ink-soft); font-size:.86rem; font-weight:300; max-width:220px; }

/* ---------- WhatsApp CTA card ---------- */
.wa-cta-card{ background: linear-gradient(135deg, var(--navy), var(--navy-2)); border-radius:2px; padding:70px; text-align:center; position:relative; overflow:hidden; box-shadow: var(--shadow); }
.wa-cta-card i.wa-big{ font-size:2.6rem; color:#25d366; margin-bottom:22px; display:block; }
.wa-cta-card h2{ color:#fff; margin-bottom:16px; }
.wa-cta-card p{ color: rgba(255,255,255,.7); max-width:480px; margin:0 auto 34px; font-weight:300; }

/* ---------- FAQ ---------- */
.faq-p{ max-width:820px; margin:0 auto; border-top:1px solid var(--line); }
.faq-item-p{ border-bottom:1px solid var(--line); }
.faq-q-p{ display:flex; justify-content:space-between; align-items:center; gap:20px; padding:30px 0; cursor:pointer; }
.faq-q-p h4{ font-size:1.2rem; font-weight:500; color: var(--navy); }
.faq-q-p .icon{ width:30px; height:30px; border:1px solid var(--gold); border-radius:50%; display:flex; align-items:center; justify-content:center; color: var(--gold-deep); flex:none; transition: all .4s var(--ease); font-size:.7rem; }
.faq-item-p.open .icon{ transform:rotate(45deg); background: var(--gold); color:#fff; }
.faq-a-p{ max-height:0; overflow:hidden; transition: max-height .45s var(--ease); }
.faq-item-p.open .faq-a-p{ max-height:220px; }
.faq-a-p p{ padding-bottom:30px; color: var(--ink-soft); font-size:.94rem; font-weight:300; max-width:640px; }

/* ---------- Contact ---------- */
.contact-section-p{ padding:96px 0; background: var(--white); }
.contact-grid-p{ display:grid; grid-template-columns:.85fr 1.15fr; gap:80px; align-items:start; }
.contact-info-p{ background: var(--navy); color:#fff; padding:56px 46px; border-radius:2px; box-shadow: var(--shadow); position:relative; }
.contact-info-p h3{ color:#fff; margin-bottom:12px; font-size:1.5rem; }
.contact-info-p > p{ color: rgba(255,255,255,.65); font-size:.92rem; margin-bottom:38px; font-weight:300; }
.info-row-p{ display:flex; gap:18px; align-items:flex-start; margin-bottom:28px; padding-bottom:24px; border-bottom:1px solid var(--line-dark); }
.info-row-p:last-of-type{ border-bottom:none; }
.info-row-p i{ color: var(--gold-2); font-size:1rem; margin-top:4px; flex:none; width:20px; }
.info-row-p b{ display:block; font-family: var(--sans); font-size:.72rem; text-transform:uppercase; letter-spacing:.1em; color: var(--gold-2); margin-bottom:8px; }
.info-row-p span, .info-row-p a{ font-family: var(--sans); font-size:.92rem; color: rgba(255,255,255,.78); font-weight:300; line-height:1.6; }
.info-row-p a:hover{ color: var(--gold-2); }

.form-premium .form-row-p{ display:grid; grid-template-columns:1fr 1fr; gap:34px; }
.form-premium .form-group-p{ margin-bottom:36px; }
.form-premium label{ display:block; font-family: var(--sans); font-size:.7rem; letter-spacing:.14em; text-transform:uppercase; color: var(--muted); margin-bottom:12px; }
.form-premium input, .form-premium select, .form-premium textarea{
  width:100%; border:none; border-bottom:1px solid var(--line); background:transparent;
  padding:10px 0; font-family: var(--sans); font-size:1rem; color: var(--ink); transition: border-color .3s;
}
.form-premium input:focus, .form-premium select:focus, .form-premium textarea:focus{ outline:none; border-color: var(--gold); }
.form-premium textarea{ resize:vertical; }

.map-wrap-p{ margin-top:50px; position:relative; }
.map-wrap-p img{ width:100%; height:320px; object-fit:cover; border-radius:2px; box-shadow: var(--shadow-sm); }
.map-wrap-p .corner{ position:absolute; width:56px; height:56px; border:1px solid var(--gold); pointer-events:none; }
.map-wrap-p .corner.tl{ top:-16px; left:-16px; border-right:none; border-bottom:none; }
.map-wrap-p .corner.br{ bottom:-16px; right:-16px; border-left:none; border-top:none; }

/* ---------- Footer ---------- */
.footer-p{ background: var(--navy-3); padding:100px 0 0; }
.footer-top-p{ display:grid; grid-template-columns:1.5fr 1fr 1fr 1.3fr; gap:60px; padding-bottom:70px; border-bottom:1px solid var(--line-dark); }
.footer-brand-p{ display:flex; align-items:center; gap:12px; margin-bottom:22px; }
.footer-brand-p img{ height:52px; width:auto; object-fit:contain; }
.footer-brand-p span{ font-family: var(--serif); font-size:1.3rem; color:#fff; }
.footer-brand-p span .gold-i{ color: var(--gold-2); font-style:italic; }
.footer-p p{ font-family: var(--sans); font-size:.88rem; color: rgba(255,255,255,.5); font-weight:300; max-width:300px; margin-bottom:26px; }
.footer-social-p{ display:flex; gap:12px; }
.footer-social-p a{ width:36px; height:36px; border:1px solid var(--line-dark); border-radius:50%; display:flex; align-items:center; justify-content:center; color: rgba(255,255,255,.6); transition: all .3s; }
.footer-social-p a:hover{ border-color: var(--gold); color: var(--gold-2); background: rgba(196,154,69,.1); }
.footer-p h4{ font-family: var(--sans); color: var(--gold-2); font-size:.74rem; text-transform:uppercase; letter-spacing:.14em; margin-bottom:24px; font-weight:600; }
.footer-p ul li{ margin-bottom:14px; }
.footer-p ul li a{ font-family: var(--sans); font-size:.88rem; color: rgba(255,255,255,.55); font-weight:300; transition: color .3s; }
.footer-p ul li a:hover{ color: var(--gold-2); }
.footer-office p{ font-family: var(--sans); font-size:.88rem; color: rgba(255,255,255,.55); font-weight:300; margin-bottom:18px; line-height:1.7; max-width:none; }
.footer-bottom-p{ padding:24px 0; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-family: var(--sans); font-size:.74rem; letter-spacing:.03em; color: rgba(255,255,255,.35); }
.footer-bottom-p a:hover{ color: var(--gold-2); }

/* ---------- Floating buttons ---------- */
.wa-float{
  position:fixed; bottom:30px; right:30px; z-index:800; width:60px; height:60px; border-radius:50%;
  background:#25d366; display:flex; align-items:center; justify-content:center; color:#fff; font-size:1.6rem;
  box-shadow: 0 14px 30px -8px rgba(37,211,102,.6); transition: all .4s var(--ease);
}
.wa-float::before{ content:''; position:absolute; inset:0; border-radius:50%; background: rgba(37,211,102,.45); animation: waPulse 2.2s infinite; z-index:-1; }
@keyframes waPulse{ 0%{ transform:scale(1); opacity:.7; } 100%{ transform:scale(1.8); opacity:0; } }
.wa-float:hover{ transform: scale(1.08); }
.to-top{
  position:fixed; bottom:30px; left:30px; z-index:800; width:46px; height:46px; border-radius:50%;
  background: var(--navy); border:1px solid var(--gold); color: var(--gold-2);
  display:flex; align-items:center; justify-content:center; opacity:0; visibility:hidden; transform: translateY(10px);
  transition: all .4s var(--ease);
}
.to-top.show{ opacity:1; visibility:visible; transform:none; }
.to-top:hover{ background: var(--gold); color: var(--navy); }

/* ================= Responsive ================= */
@media (max-width:1080px){
  .editorial-grid, .why-grid-p, .contact-grid-p{ grid-template-columns:1fr; gap:56px; }
  .why-media-p img, .editorial-media img{ height:440px; }
  .editorial-media, .why-media-p{ order:-1; }
  .stats-grid-ed{ grid-template-columns: repeat(2,1fr); gap:40px 0; }
  .stat-block:nth-child(2)::after{ display:none; }
  .team-grid-p{ grid-template-columns: repeat(2,1fr); }
  .process-p{ grid-template-columns: repeat(2,1fr); }
  .process-step-p:nth-child(2n){ border-right:none; }
  .footer-top-p{ grid-template-columns:1fr 1fr; gap:44px; }
}
@media (max-width:860px){
  .nav-links{ position:fixed; top:0; right:-100%; width:80%; max-width:340px; height:100vh; background: var(--navy);
    flex-direction:column; justify-content:center; gap:34px; transition: right .5s var(--ease); z-index:950; box-shadow:-20px 0 60px rgba(0,0,0,.3); }
  .nav-links.open{ right:0; }
  .nav-links a{ font-size:1.15rem; color: rgba(255,255,255,.85); }
  .nav-links a::after{ background: var(--gold-2); }
  .nav-links a:hover, .nav-links a.active{ color:#fff; }
  .nav-toggle{ display:flex; z-index:960; }
  .nav-cta .btn-navy, .nav-cta .btn-gold{ display:none; }
  .service-preview{ display:none !important; }
  .service-row{ flex-wrap:wrap; }
  .row-desc{ flex-basis:100%; margin-top:6px; }
  .value-grid{ grid-template-columns:1fr; }
  .value-item:nth-child(odd){ border-right:none; padding-right:0; }
  .value-item:nth-child(even){ padding-left:0; }
  .section-head{ grid-template-columns:1fr; gap:20px; align-items:flex-start; }
  .section-head-side{ padding-bottom:0; }
}
@media (max-width:680px){
  .container{ padding:0 24px; }
  .topbar-left span, .topbar-left a:nth-child(3){ display:none; }
  .editorial, .service-list-section, .why-premium, .testimonial-p, .contact-section-p{ padding:90px 0; }
  .cta-statement{ padding:110px 0; }
  .hero-meta{ gap:28px; }
  .team-grid-p{ grid-template-columns:1fr; }
  .footer-top-p{ grid-template-columns:1fr; gap:40px; }
  .form-premium .form-row-p{ grid-template-columns:1fr; }
  .contact-info-p{ padding:40px 28px; }
  .stats-grid-ed{ grid-template-columns:1fr; }
  .stat-block::after{ display:none !important; }
  .process-p{ grid-template-columns:1fr; }
  .process-step-p{ border-right:none; border-bottom:1px solid var(--line); padding:34px 0; }
  .wa-cta-card{ padding:44px 26px; }
  .editorial-media .float-badge{ left:14px; bottom:14px; }
  .brand-word small{ display:none; }
}


/* ==========================================================================
   Final visual polish: compact layout, sans-serif headings, service cards
   ========================================================================== */

/* Keep content visible if JavaScript is unavailable or delayed. */
html:not(.js) [data-reveal],
html.js [data-reveal].in{ opacity:1; transform:none; filter:none; }
html.js [data-reveal]{ opacity:0; filter:none; transform:translateY(28px); }
html.js [data-reveal="fade"]{ transform:translateY(18px); }
html.js [data-reveal].in{ transition:opacity .85s cubic-bezier(.22,.61,.36,1), transform .85s cubic-bezier(.22,.61,.36,1); }

/* The primary brand voice is clean and confident, not decorative. */
h1, h2, h3, h4, .display-1, .display-2, .page-header h1, .hero-title{
  font-family:var(--sans);
  font-weight:500;
  letter-spacing:-.035em;
}
.display-1{ font-weight:500; }
.display-2{ font-weight:500; }
.hero-title .gold-i, .gold-em{ font-style:normal; color:var(--gold-2); }

/* Compact, intentional vertical rhythm. */
.topbar{ padding:7px 0; }
.nav{ padding:10px 0; }
.nav.scrolled{ padding:8px 0; }
.brand-mark img{ height:48px; }
.hero{ min-height:76vh; }
.hero-inner{ padding:44px 0; }
.page-header{ min-height:42vh; }
.page-header-inner{ padding:34px 0; }
.editorial, .service-list-section, .why-premium, .contact-section-p{ padding:72px 0; }
.stats-editorial{ padding:58px 0; }
.testimonial-p{ padding:70px 0; }
.cta-statement{ padding:82px 0; }
.footer-p{ padding-top:62px; }
.footer-top-p{ padding-bottom:46px; }

/* Service presentation: image first, description below, no cursor-following popup. */
.section-lead-row{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(240px,.8fr);
  gap:60px;
  align-items:end;
  margin-bottom:34px;
}
.section-lead-row .tag{ margin-bottom:10px; }
.section-lead-row .display-2{ max-width:680px; margin-bottom:0; }
.section-lead-row .section-head-note{ margin-left:auto; padding-bottom:4px; }
.service-card-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.service-card-grid-wide{ grid-template-columns:repeat(4,1fr); }
.service-card-premium{
  display:flex; flex-direction:column; min-width:0; overflow:hidden;
  background:var(--white); border:1px solid var(--line); color:var(--ink);
  box-shadow:0 12px 28px -22px rgba(14,42,71,.5);
  transition:transform .55s var(--ease), box-shadow .55s var(--ease), border-color .4s var(--ease);
}
.service-card-premium:hover{ transform:translateY(-7px); border-color:var(--line-gold); box-shadow:var(--shadow-sm); }
.service-card-image{ height:190px; position:relative; overflow:hidden; background:var(--ivory-2); }
.service-card-grid-wide .service-card-image{ height:158px; }
.service-card-image::after{ content:''; position:absolute; inset:0; background:linear-gradient(180deg, transparent 48%, rgba(10,32,56,.3)); pointer-events:none; }
.service-card-image img{ width:100%; height:100%; object-fit:cover; transition:transform .8s var(--ease), filter .8s var(--ease); }
.service-card-premium:hover .service-card-image img{ transform:scale(1.055); filter:saturate(1.05); }
.service-number{
  position:absolute; left:14px; top:14px; z-index:1; width:32px; height:32px; border-radius:50%;
  display:flex; align-items:center; justify-content:center; background:rgba(255,255,255,.92);
  color:var(--gold-deep); font-size:.72rem; font-weight:600; box-shadow:0 5px 12px rgba(0,0,0,.12);
}
.service-card-body{ display:flex; flex:1; flex-direction:column; padding:20px 20px 18px; }
.service-card-body h3{ color:var(--navy); font-size:1.1rem; letter-spacing:-.02em; margin-bottom:8px; }
.service-card-body p{ color:var(--ink-soft); font-size:.84rem; line-height:1.55; margin-bottom:18px; }
.service-card-link{ display:inline-flex; align-items:center; gap:9px; margin-top:auto; color:var(--gold-deep); font-size:.7rem; letter-spacing:.1em; text-transform:uppercase; font-weight:600; }
.service-card-link i{ transition:transform .35s var(--ease); }
.service-card-premium:hover .service-card-link i{ transform:translateX(5px); }
.service-section-action{ margin-top:30px; }
.service-preview{ display:none !important; }

/* Use the full photograph inside editorial frames instead of cutting it off. */
.editorial-media img, .why-media-p img, .map-wrap-p img{ object-fit:contain; background:var(--ivory-2); }

@media (max-width:1080px){
  .service-card-grid-wide{ grid-template-columns:repeat(2,1fr); }
  .section-lead-row{ gap:36px; }
}
@media (max-width:860px){
  .section-lead-row{ grid-template-columns:1fr; gap:12px; align-items:start; }
  .section-lead-row .section-head-note{ margin-left:0; }
  .service-card-grid{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:680px){
  .topbar{ padding:5px 0; }
  .nav{ padding:8px 0; }
  .brand-mark img{ height:42px; }
  .hero{ min-height:72vh; }
  .hero-inner{ padding:34px 0; }
  .page-header{ min-height:36vh; }
  .page-header-inner{ padding:28px 0; }
  .editorial, .service-list-section, .why-premium, .contact-section-p{ padding:60px 0; }
  .stats-editorial{ padding:46px 0; }
  .testimonial-p{ padding:56px 0; }
  .cta-statement{ padding:68px 0; }
  .service-card-grid, .service-card-grid-wide{ grid-template-columns:1fr; }
  .service-card-image, .service-card-grid-wide .service-card-image{ height:200px; }
}

/* Show the complete source image inside each card rather than cropping faces or documents. */
.service-card-image img{ object-fit:contain; background:var(--ivory-2); }


/* Extra-tight rhythm for a denser premium presentation. */
.editorial, .service-list-section, .why-premium, .contact-section-p{ padding-top:52px; padding-bottom:52px; }
.stats-editorial{ padding-top:42px; padding-bottom:42px; }
.testimonial-p{ padding-top:52px; padding-bottom:52px; }
.cta-statement{ padding-top:64px; padding-bottom:64px; }
.footer-p{ padding-top:48px; }
.footer-top-p{ padding-bottom:36px; }
.section-lead-row{ margin-bottom:24px; }
@media (max-width:680px){
  .editorial, .service-list-section, .why-premium, .contact-section-p{ padding-top:44px; padding-bottom:44px; }
  .stats-editorial{ padding-top:34px; padding-bottom:34px; }
  .testimonial-p{ padding-top:44px; padding-bottom:44px; }
  .cta-statement{ padding-top:54px; padding-bottom:54px; }
}


/* ==========================================================================
   Mobile-first refinement
   ========================================================================== */
html, body{ max-width:100%; overflow-x:hidden; }

@media (max-width:680px){
  .container{ width:100%; padding-left:18px; padding-right:18px; }

  /* Compact utility bar and readable mobile brand */
  .topbar{ min-height:28px; font-size:.64rem; }
  .topbar .container{ justify-content:center; }
  .topbar-left{ width:100%; justify-content:center; gap:0; }
  .topbar-left a:nth-child(2), .topbar-left span, .topbar-right{ display:none; }
  .topbar-left a:first-child{ display:inline-flex; }
  .nav{ padding:8px 0; }
  .nav-inner{ gap:10px; }
  .brand-mark{ gap:8px; min-width:0; }
  .brand-mark img{ width:54px; height:38px; object-fit:contain; flex:none; }
  .brand-word{ font-size:1.08rem; white-space:nowrap; }
  .brand-word small{ display:none; }
  .nav-cta{ margin-left:auto; }
  .nav-toggle{ width:28px; }
  .nav-links{ width:100%; max-width:none; height:100dvh; padding:100px 28px 40px; align-items:flex-start; justify-content:flex-start; gap:24px; }
  .nav-links a{ font-size:1.35rem; line-height:1.1; }

  /* Hero: content-driven height, no oversized empty top or bottom */
  .hero{ min-height:0; align-items:flex-start; }
  .hero-bg img{ object-position:58% center; }
  .hero-bg::after{ background:linear-gradient(180deg, rgba(9,26,46,.88) 0%, rgba(9,26,46,.9) 58%, rgba(9,26,46,.97) 100%); }
  .hero-ring, .scroll-cue{ display:none; }
  .hero-inner{ padding:54px 0 42px; }
  .tag{ font-size:1.08rem; margin-bottom:12px; }
  .hero-title, .display-1{ font-size:clamp(2.25rem, 11vw, 3.25rem); line-height:1.04; margin:14px 0 18px; letter-spacing:-.05em; }
  .hero-lede{ max-width:none; font-size:.94rem; line-height:1.65; margin-bottom:26px; }
  .hero-actions{ align-items:stretch; flex-direction:column; gap:12px; margin-bottom:34px; }
  .hero-actions .btn-gold, .hero-actions .link-arrow{ width:100%; justify-content:center; }
  .btn-gold, .btn-outline, .btn-navy, .btn-wa{ min-height:48px; padding:14px 20px; font-size:.68rem; }
  .hero-meta{ display:grid; grid-template-columns:repeat(2,1fr); gap:18px 12px; padding-top:22px; }
  .hero-meta div b{ font-size:1.7rem; }
  .hero-meta div span{ font-size:.58rem; letter-spacing:.08em; }

  .marquee-strip{ padding:14px 0; }
  .marquee-track{ gap:34px; }
  .marquee-track span{ gap:34px; font-size:.95rem; }

  /* Images become contained, calm and predictable on small screens. */
  .editorial, .service-list-section, .why-premium, .contact-section-p{ padding:44px 0; }
  .editorial-grid, .why-grid-p, .contact-grid-p{ gap:36px; }
  .editorial-media, .why-media-p{ order:0; width:100%; }
  .editorial-media img, .why-media-p img{ width:100%; height:auto; min-height:0; aspect-ratio:4 / 3; object-fit:contain; }
  .editorial-media .corner, .why-media-p .corner{ width:42px; height:42px; }
  .editorial-media .corner.tl, .why-media-p .corner.tl{ top:-10px; left:-10px; }
  .editorial-media .corner.br, .why-media-p .corner.br{ right:-10px; bottom:-10px; }
  .editorial-media .float-badge{ left:10px; bottom:10px; padding:14px 16px; gap:10px; }
  .editorial-media .float-badge b{ font-size:1.45rem; }
  .editorial-media .float-badge span{ font-size:.6rem; }
  .quote-lg{ font-size:1.38rem; margin:16px 0 26px; }
  .numbered-item{ gap:14px; padding:18px 0; }
  .numbered-item h4{ font-size:.9rem; }
  .numbered-item p{ font-size:.82rem; line-height:1.55; }

  .section-lead-row{ margin-bottom:22px; gap:10px; }
  .section-lead-row .display-2, .display-2{ font-size:clamp(1.8rem, 8.5vw, 2.5rem); line-height:1.08; }
  .section-head-note{ font-size:.84rem; line-height:1.55; }
  .service-card-grid, .service-card-grid-wide{ grid-template-columns:1fr; gap:14px; }
  .service-card-image, .service-card-grid-wide .service-card-image{ height:190px; }
  .service-card-body{ padding:17px 17px 16px; }
  .service-card-body h3{ font-size:1.04rem; }
  .service-card-body p{ font-size:.82rem; }

  .stats-editorial{ padding:36px 0; }
  .stats-grid-ed{ grid-template-columns:repeat(2,1fr); gap:24px 8px; }
  .stat-block{ padding:0 8px; }
  .stat-block b{ font-size:2.15rem; }
  .stat-block span{ font-size:.58rem; letter-spacing:.08em; }
  .testimonial-p{ padding:44px 0; }
  .testimonial-track{ min-height:285px; }
  .testimonial-slide p{ font-size:1.25rem; line-height:1.4; }
  .testimonial-author-p img{ width:44px; height:44px; }

  .page-header{ min-height:0; }
  .page-header .hero-bg img{ object-position:center; }
  .page-header-inner{ padding:52px 0 42px; }
  .page-header h1{ font-size:clamp(2rem, 10vw, 2.8rem); line-height:1.06; margin:14px 0; }
  .page-header p{ font-size:.9rem; line-height:1.55; }
  .breadcrumb{ margin-top:16px; font-size:.64rem; }

  .process-p{ grid-template-columns:1fr; }
  .process-step-p{ padding:24px 0; border-right:none; }
  .process-step-p .num{ font-size:1.7rem; margin-bottom:10px; }
  .process-step-p h4{ font-size:1.08rem; }
  .process-step-p p{ max-width:none; font-size:.82rem; }
  .wa-cta-card{ padding:36px 20px; }
  .wa-cta-card h2{ font-size:1.7rem; }
  .wa-cta-card p{ font-size:.84rem; }

  .contact-section-p{ padding:44px 0; }
  .contact-grid-p{ gap:34px; }
  .contact-info-p{ padding:30px 22px; }
  .contact-info-p h3{ font-size:1.3rem; }
  .info-row-p{ gap:12px; margin-bottom:20px; padding-bottom:18px; }
  .info-row-p span, .info-row-p a{ font-size:.82rem; overflow-wrap:anywhere; }
  .form-premium .form-row-p{ grid-template-columns:1fr; gap:0; }
  .form-premium .form-group-p{ margin-bottom:24px; }
  .map-wrap-p{ margin-top:34px; }
  .map-wrap-p img{ height:auto; aspect-ratio:4 / 3; object-fit:contain; }

  .team-grid-p{ grid-template-columns:1fr; gap:14px; }
  .team-card-p .photo{ height:250px; }
  .team-info-p{ padding:16px 18px 20px; }
  .team-info-p b{ font-size:1.05rem; }
  .value-grid{ grid-template-columns:1fr; }
  .value-item, .value-item:nth-child(odd), .value-item:nth-child(even){ padding:24px 0; border-right:none; }
  .value-item h3{ font-size:1.2rem; }
  .value-item p{ font-size:.84rem; }

  .cta-statement{ padding:54px 0; }
  .cta-statement .mandala{ width:480px; height:480px; }
  .cta-statement h2{ font-size:clamp(1.8rem, 8vw, 2.4rem); margin-bottom:28px; }
  .cta-statement-actions{ flex-direction:column; gap:10px; align-items:stretch; }
  .cta-statement-actions a{ width:100%; justify-content:center; }

  .footer-p{ padding-top:42px; }
  .footer-top-p{ grid-template-columns:1fr; gap:30px; padding-bottom:30px; }
  .footer-p p{ font-size:.82rem; line-height:1.6; }
  .footer-p h4{ margin-bottom:14px; }
  .footer-p ul li{ margin-bottom:9px; }
  .footer-p ul li a{ font-size:.82rem; }
  .footer-office p{ font-size:.82rem; }
  .footer-bottom-p{ padding:18px 0; font-size:.66rem; flex-direction:column; }
  .wa-float{ width:52px; height:52px; right:16px; bottom:16px; font-size:1.35rem; }
  .to-top{ width:40px; height:40px; left:16px; bottom:16px; }
}

@media (max-width:360px){
  .brand-mark img{ width:48px; }
  .brand-word{ font-size:1rem; }
  .hero-title, .display-1{ font-size:2.12rem; }
  .hero-meta div b{ font-size:1.5rem; }
  .hero-meta div span{ font-size:.52rem; }
  .page-header-inner{ padding-top:42px; padding-bottom:34px; }
}


/* Tablets and small landscape phones should use the same single-column rhythm. */
@media (max-width:780px){
  .container{ padding-left:22px; padding-right:22px; }
  .hero{ min-height:0; }
  .hero-inner{ padding:58px 0 46px; }
  .hero-ring, .scroll-cue{ display:none; }
  .hero-actions{ flex-wrap:wrap; }
  .editorial-grid, .why-grid-p, .contact-grid-p{ grid-template-columns:1fr; gap:38px; }
  .editorial-media, .why-media-p{ order:0; }
  .editorial-media img, .why-media-p img{ height:auto; aspect-ratio:4 / 3; object-fit:contain; }
  .service-card-grid, .service-card-grid-wide{ grid-template-columns:1fr; }
  .service-card-image, .service-card-grid-wide .service-card-image{ height:210px; }
  .process-p{ grid-template-columns:1fr 1fr; gap:0 20px; }
  .process-step-p:nth-child(2n){ border-right:none; }
  .team-grid-p{ grid-template-columns:repeat(2,1fr); }
  .footer-top-p{ grid-template-columns:1fr 1fr; }
}


/* Final phone-width corrections: prevent hero and headings from overflowing. */
@media (max-width:780px){
  .hero-title, .display-1{ width:100%; max-width:100%; font-size:clamp(2rem, 8.5vw, 2.7rem); line-height:1.06; letter-spacing:-.045em; overflow-wrap:normal; word-break:normal; }
  .hero-title .gold-i{ display:block; }
  .hero-lede{ width:100%; max-width:100%; font-size:.88rem; line-height:1.58; }
  .hero-actions{ width:100%; gap:10px; margin-bottom:26px; }
  .hero-actions > *{ max-width:100%; }
  .hero-meta{ width:100%; gap:16px 8px; padding-top:18px; }
  .hero-meta div{ min-width:0; }
  .section-lead-row .display-2, .display-2{ width:100%; max-width:100%; overflow-wrap:anywhere; }
  .section-head-note{ width:100%; max-width:100%; }
  .service-card-premium, .service-card-body, .service-card-image{ min-width:0; max-width:100%; }
  .service-card-body p{ overflow-wrap:anywhere; }
}


/* Hard guard against headline overflow on narrow devices. */
@media (max-width:780px){
  .hero-title{ display:block; width:calc(100vw - 44px); max-width:calc(100vw - 44px); font-size:clamp(1.95rem, 8vw, 2.55rem) !important; white-space:normal !important; }
  .hero-title br{ display:block; }
  .hero-title .gold-i{ display:block !important; width:100%; }
}


/* Dense phone rhythm: remove the last oversized section gaps. */
@media (max-width:780px){
  .editorial, .service-list-section, .why-premium, .contact-section-p{ padding-top:34px; padding-bottom:34px; }
  .stats-editorial{ padding-top:28px; padding-bottom:28px; }
  .testimonial-p{ padding-top:34px; padding-bottom:34px; }
  .cta-statement{ padding-top:42px; padding-bottom:42px; }
  .hero-inner{ padding-top:42px; padding-bottom:32px; }
  .page-header-inner{ padding-top:38px; padding-bottom:32px; }
}


/* ==========================================================================
   Definitive phone layout: compact hero and predictable section flow
   ========================================================================== */
@media (max-width:600px){
  body{ min-width:0; }
  .container{ max-width:none; padding-inline:16px; }

  /* Header */
  .topbar{ height:30px; padding:0; display:flex; align-items:center; }
  .topbar .container{ height:100%; }
  .nav{ position:sticky; top:0; padding:6px 0; }
  .nav-inner{ min-height:54px; }
  .brand-mark img{ width:54px; height:36px; }
  .brand-word{ font-size:1rem; }
  .nav-toggle{ width:26px; gap:4px; }

  /* Mobile hero is intentionally compact. */
  .hero{ min-height:auto; }
  .hero-bg img{ object-position:58% center; }
  .hero-inner{ padding:34px 0 28px; }
  .hero .tag{ font-size:.9rem; line-height:1.35; margin-bottom:12px; }
  .hero-title, .hero-title.display-1{
    width:100%; max-width:100%; margin:0 0 16px;
    font-size:clamp(1.95rem, 9.3vw, 2.35rem) !important;
    line-height:1.04; letter-spacing:-.045em;
  }
  .hero-title .gold-i{ display:inline !important; width:auto; }
  .hero-title .mobile-break{ display:none; }
  .hero-lede{ margin:0 0 20px; font-size:.82rem; line-height:1.55; }
  .hero-actions{ margin:0 0 24px; gap:9px; }
  .hero-actions .btn-gold{ min-height:46px; }
  .hero-actions .link-arrow{ min-height:42px; padding:10px 14px; border:1px solid rgba(255,255,255,.22); }
  .hero-meta{ grid-template-columns:repeat(4,1fr); gap:6px; padding-top:18px; }
  .hero-meta div{ text-align:center; }
  .hero-meta div b{ font-size:1.25rem; }
  .hero-meta div span{ font-size:.43rem; line-height:1.3; letter-spacing:.04em; }
  .marquee-strip{ display:none; }

  /* Sections */
  .editorial, .service-list-section, .why-premium, .contact-section-p{ padding-block:32px; }
  .stats-editorial{ padding-block:28px; }
  .testimonial-p{ padding-block:36px; }
  .cta-statement{ padding-block:42px; }
  .tag{ font-size:.92rem; margin-bottom:9px; }
  .display-2, .section-lead-row .display-2{ font-size:1.75rem; line-height:1.12; letter-spacing:-.04em; }
  .section-lead-row{ gap:8px; margin-bottom:18px; }
  .section-head-note{ font-size:.8rem; }

  /* Image and text sections */
  .editorial-grid, .why-grid-p, .contact-grid-p{ gap:26px; }
  .editorial-media img, .why-media-p img{ aspect-ratio:16 / 11; }
  .quote-lg{ font-size:1.2rem; line-height:1.4; margin:12px 0 20px; }
  .lede{ font-size:.86rem; }
  .numbered-item{ padding:15px 0; }

  /* Cards */
  .service-card-grid, .service-card-grid-wide{ gap:12px; }
  .service-card-image, .service-card-grid-wide .service-card-image{ height:170px; }
  .service-card-body{ padding:15px; }
  .service-card-body h3{ font-size:1rem; }
  .service-card-body p{ margin-bottom:12px; font-size:.78rem; }
  .service-card-link{ font-size:.62rem; }

  /* Content blocks */
  .stats-grid-ed{ gap:20px 6px; }
  .stat-block b{ font-size:1.75rem; }
  .testimonial-track{ min-height:250px; }
  .testimonial-slide p{ font-size:1.08rem; }
  .process-step-p{ padding:18px 0; }
  .wa-cta-card{ padding:28px 17px; }
  .contact-info-p{ padding:26px 18px; }
  .team-card-p .photo{ height:220px; }

  /* Footer */
  .footer-p{ padding-top:34px; }
  .footer-top-p{ gap:24px; padding-bottom:24px; }
  .footer-brand-p img{ height:42px; }
  .footer-brand-p{ margin-bottom:14px; }
  .footer-p p{ margin-bottom:16px; }
}

@media (max-width:390px){
  .hero-title, .hero-title.display-1{ font-size:1.82rem !important; }
  .hero-lede{ font-size:.78rem; }
  .hero-meta div b{ font-size:1.12rem; }
  .hero-meta div span{ font-size:.4rem; }
}
