/* ============================================================
   Grow More Digital — merged, de-duplicated stylesheet
   Design tokens + shared components + per-section styles.
   Class names match the original static HTML 1:1.
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --purple:        #492F5E;
  --purple-light:  #5c3c77;
  --purple-dark:   #301e3e;
  --off-white:     #FAF9F6;
  --charcoal:      #414042;
  --charcoal-soft: #5a595b;
  --accent:        #c49de0;
  --accent-dim:    rgba(196,157,224,0.15);
}

html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: 'Montserrat', sans-serif; background: var(--off-white); color: var(--charcoal); overflow-x: hidden; max-width: 100%; }

img { max-width: 100%; height: auto; display: block; }

.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 12px; top: 12px; z-index: 999; background: var(--purple); color: #fff; padding: 10px 16px; border-radius: 8px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); }

.gmd-notice { font-size: 0.85rem; color: var(--purple); background: rgba(73,47,94,0.06); border: 1px dashed rgba(73,47,94,0.3); padding: 14px 18px; border-radius: 12px; }

/* ─── NAV ─────────────────────────────────────────────── */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 60px;
  background: var(--purple-dark);
  box-shadow: 0 2px 20px rgba(0,0,0,0.25);
  transition: background 0.4s, padding 0.4s;
}
.site-nav.transparent { background: transparent; box-shadow: none; }
.site-nav.scrolled { background: var(--purple-dark); padding: 14px 60px; box-shadow: 0 2px 20px rgba(0,0,0,0.3); }
.nav-logo { font-family: 'Montserrat', sans-serif; font-size: 1.3rem; font-weight: 800; color: var(--off-white); letter-spacing: -0.02em; text-decoration: none; display: inline-flex; align-items: center; }
.nav-logo span { color: var(--accent); }
.nav-logo-img { max-height: 25px; width: auto; }
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a { font-size: 0.875rem; color: rgba(250,249,246,0.75); text-decoration: none; font-weight: 500; letter-spacing: 0.02em; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active, .nav-links .current-menu-item > a { color: var(--off-white); }
.nav-cta { background: var(--accent); color: var(--purple-dark); padding: 10px 24px; border-radius: 100px; font-size: 0.875rem; font-weight: 600; text-decoration: none; transition: background 0.2s, transform 0.2s; font-family: 'Montserrat', sans-serif; }
.nav-cta:hover { background: var(--off-white); transform: translateY(-1px); }
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 40px; height: 40px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--off-white); border-radius: 2px; transition: transform 0.3s, opacity 0.3s; }
.nav-links.open ~ .nav-toggle span:nth-child(1), .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ─── BUTTONS (shared) ────────────────────────────────── */
.btn-primary { background: var(--accent); color: var(--purple-dark); padding: 15px 34px; border-radius: 100px; font-size: 0.95rem; font-weight: 700; text-decoration: none; font-family: 'Montserrat', sans-serif; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 20px rgba(196,157,224,0.35); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(196,157,224,0.45); }
.btn-accent { background: var(--accent); color: var(--purple-dark); padding: 15px 36px; border-radius: 100px; font-size: 0.95rem; font-weight: 700; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 20px rgba(196,157,224,0.35); }
.btn-accent:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(196,157,224,0.45); }
.btn-primary-dark { background: var(--purple); color: var(--off-white); padding: 15px 34px; border-radius: 100px; font-size: 0.95rem; font-weight: 700; text-decoration: none; font-family: 'Montserrat', sans-serif; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 20px rgba(73,47,94,0.3); }
.btn-primary-dark:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(73,47,94,0.4); }
.btn-outline { border: 1.5px solid rgba(65,64,66,0.2); color: var(--charcoal); padding: 14px 34px; border-radius: 100px; font-size: 0.95rem; font-weight: 600; text-decoration: none; font-family: 'Montserrat', sans-serif; transition: border-color 0.2s, background 0.2s; }
.btn-outline:hover { border-color: var(--purple); background: rgba(73,47,94,0.04); }
.btn-ghost { color: rgba(250,249,246,0.75); font-size: 0.9rem; font-weight: 500; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: color 0.2s; }
.btn-ghost:hover { color: var(--off-white); }
.btn-ghost::after { content: '→'; font-size: 1.1rem; transition: transform 0.2s; }
.btn-ghost:hover::after { transform: translateX(4px); }
.btn-ghost-light { color: rgba(250,249,246,0.7); font-size: 0.9rem; font-weight: 500; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; transition: color 0.2s; }
.btn-ghost-light:hover { color: var(--off-white); }
.btn-ghost-light::after { content: '→'; transition: transform 0.2s; }
.btn-ghost-light:hover::after { transform: translateX(4px); }

/* ─── SHARED SECTION PRIMITIVES ───────────────────────── */
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-eyebrow { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--purple); margin-bottom: 14px; }
.section-title { font-family: 'Montserrat', sans-serif; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; color: var(--charcoal); letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 20px; }
.section-sub { font-size: 1rem; color: var(--charcoal-soft); line-height: 1.7; max-width: 500px; font-weight: 300;     margin: auto;}
.section-body { font-size: 0.93rem; font-weight: 300; color: var(--charcoal-soft); line-height: 1.82; }
.section-body.light, .section-sub.light { color: rgba(250,249,246,0.65); }
.section-title.light { color: var(--off-white); }
.section-eyebrow.light { color: var(--accent); }

/* eyebrow with leading dash (about/services variant) */
.section-eyebrow.dash { display: flex; align-items: center; gap: 10px; }
.section-eyebrow.dash::before { content: ''; width: 22px; height: 2px; background: var(--purple); border-radius: 2px; }
.section-eyebrow.dash.light::before { background: var(--accent); }

/* ─── HERO (home split) ───────────────────────────────── */
.hero { min-height: 100vh; background: var(--purple-dark); display: flex; align-items: center; position: relative; overflow: hidden; padding: 120px 60px 80px; }
.hero::before { content: ''; position: absolute; top: -40%; right: -10%; width: 700px; height: 700px; background: radial-gradient(circle, rgba(196,157,224,0.18) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }
.hero::after { content: ''; position: absolute; bottom: -20%; left: -5%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(73,47,94,0.6) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }
.hero-inner { max-width: 1200px; margin: 0 auto; width: 100%; position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; background: rgba(196,157,224,0.15); border: 1px solid rgba(196,157,224,0.3); color: var(--accent); font-size: 0.8rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 8px 18px; border-radius: 100px; margin-bottom: 28px; }
.hero-eyebrow::before { content: ''; width: 6px; height: 6px; background: var(--accent); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.5;transform:scale(1.5)} }
@keyframes blink { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:0.4;transform:scale(1.6)} }
.hero-headline { font-family: 'Montserrat', sans-serif; font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 800; line-height: 1.0; color: var(--off-white); letter-spacing: -0.03em; margin-bottom: 28px; }
.hero-headline .outline-word { -webkit-text-stroke: 2px var(--accent); color: transparent; }
.hero-headline .block-word, .hero-headline .grad, .hero-headline .accent-word { background: linear-gradient(135deg, var(--accent), #9b6fc4); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { font-size: 1.1rem; color: rgba(250,249,246,0.65); line-height: 1.7; max-width: 460px; margin-bottom: 44px; font-weight: 300; }
.hero-actions { display: flex; gap: 16px; align-items: center; }

/* hero visual card (home) */
.hero-visual { position: relative; }
.hero-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(196,157,224,0.2); border-radius: 20px; padding: 36px; backdrop-filter: blur(10px); }
.hero-card-title { font-family: 'Montserrat', sans-serif; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; }
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 24px; }
.stat-item { background: rgba(255,255,255,0.05); border-radius: 12px; padding: 20px; }
.stat-num { font-family: 'Montserrat', sans-serif; font-size: 2rem; font-weight: 800; color: var(--off-white); letter-spacing: -0.03em; }
.stat-num .stat-count { font-size: 2.2rem; color: var(--off-white); }        /* the number stays big + off-white */
.stat-num span:not(.stat-count) { font-size: 1.2rem; color: var(--accent); } /* only the suffix (%, x, +) is smaller + accent */
.stat-label { font-size: 0.78rem; color: rgba(250,249,246,0.5); margin-top: 4px; font-weight: 400; }
.service-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.tag { background: rgba(73,47,94,0.6); border: 1px solid rgba(196,157,224,0.25); color: rgba(250,249,246,0.7); font-size: 0.75rem; padding: 6px 14px; border-radius: 100px; }

/* ─── HERO (inner-page banner: about/services/contact) ── */
.page-hero { background: var(--purple-dark); padding: 140px 60px 90px; position: relative; overflow: hidden; }
.page-hero.compact { padding: 140px 60px 80px; }
.page-hero::before { content: ''; position: absolute; top: -25%; right: -8%; width: 650px; height: 650px; background: radial-gradient(circle, rgba(196,157,224,0.14) 0%, transparent 65%); border-radius: 50%; pointer-events: none; }
.page-hero::after { content: ''; position: absolute; bottom: -30%; left: -6%; width: 480px; height: 480px; background: radial-gradient(circle, rgba(73,47,94,0.55) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }
.page-hero .hero-inner { align-items: center; gap: 80px; }
.page-hero.no-split .hero-inner { display: block; }
.page-hero .hero-eyebrow { letter-spacing: 0.16em; font-size: 0.72rem; font-weight: 700; }
.page-hero .hero-headline { font-size: clamp(2.6rem, 5vw, 4.6rem); line-height: 1.06; margin-bottom: 20px; }
.page-hero .hero-sub { font-size: 1rem; color: rgba(250,249,246,0.62); line-height: 1.78; max-width: 520px; margin-bottom: 0; }

/* hero quick-facts (about/services right column) */
.hero-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fact-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(196,157,224,0.18); border-radius: 16px; padding: 26px 24px; }
.fact-num { font-size: 2.2rem; font-weight: 800; color: var(--off-white); letter-spacing: -0.04em; line-height: 1; }
.fact-num em { font-style: normal; color: var(--accent); font-size: 1.4rem; }
.fact-label { font-size: 0.75rem; font-weight: 500; color: rgba(250,249,246,0.48); margin-top: 6px; }

/* ─── TICKER ───────────────────────────────────────────── */
.ticker-bar { background: var(--purple); padding: 16px 0; overflow: hidden; white-space: nowrap; }
.ticker-inner { display: inline-flex; gap: 56px; animation: ticker 28s linear infinite; }
.ticker-inner span { font-family: 'Montserrat', sans-serif; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(250,249,246,0.55); }
.ticker-inner span.dot { color: var(--accent); font-size: 1.2rem; }
@keyframes ticker { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* ─── SERVICES (home 4-card grid) ─────────────────────── */
.services { padding: 100px 60px; background: var(--off-white); }
.services-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; gap: 40px; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card { background: var(--off-white); border: 1.5px solid rgba(65,64,66,0.1); border-radius: 16px; padding: 36px 28px; position: relative; overflow: hidden; transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s; cursor: default; }
.service-card::before { content: ''; position: absolute; inset: 0; background: var(--purple-dark); transform: scaleY(0); transform-origin: bottom; transition: transform 0.4s cubic-bezier(0.4,0,0.2,1); z-index: 0; border-radius: 14px; }
.service-card:hover::before { transform: scaleY(1); }
.service-card:hover { border-color: var(--purple); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(73,47,94,0.2); }
.service-card:hover .sc-icon, .service-card:hover .sc-title, .service-card:hover .sc-desc, .service-card:hover .sc-link { color: var(--off-white); position: relative; z-index: 1; }
.service-card:hover .sc-icon { background: rgba(196,157,224,0.2); }
.sc-icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(73,47,94,0.08); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 24px; transition: background 0.3s; position: relative; z-index: 1; }
.sc-title { font-family: 'Montserrat', sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--charcoal); margin-bottom: 12px; transition: color 0.3s; position: relative; z-index: 1; }
.sc-desc { font-size: 0.875rem; color: var(--charcoal-soft); line-height: 1.65; transition: color 0.3s; position: relative; z-index: 1; margin-bottom: 28px; }
.sc-link { font-size: 0.8rem; font-weight: 600; color: var(--purple); text-decoration: none; letter-spacing: 0.04em; transition: color 0.3s; position: relative; z-index: 1; }

/* ─── STATS (home 4-block strip) ──────────────────────── */
.stats { background: var(--purple-dark); padding: 80px 60px; }
.stats-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,0.08); border-radius: 20px; overflow: hidden; }
.stat-block { background: var(--purple-dark); padding: 50px 40px; text-align: center; }
.stat-block-num { font-family: 'Montserrat', sans-serif; font-size: 3.5rem; font-weight: 800; color: var(--off-white); letter-spacing: -0.04em; line-height: 1; }
.stat-block-num em { color: var(--accent); font-style: normal; font-size: 2.5rem; }
.stat-block-label { font-size: 0.85rem; color: rgba(250,249,246,0.5); margin-top: 10px; font-weight: 400; letter-spacing: 0.02em; }

/* ─── PROCESS (home line-connected 3-step) ────────────── */
.process { padding: 100px 60px; background: var(--off-white); }
.process-inner { max-width: 1200px; margin: 0 auto; }
.process-header { text-align: center; margin-bottom: 70px; }
.process-header .section-sub, .process-header .section-body { margin: 0 auto; }
.process-header .section-eyebrow { justify-content: center; }
.process-header .section-eyebrow.dash::before { display: none; }
.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 1200px; margin: 0 auto; position: relative; }
.process-steps::before { content: ''; position: absolute; top: 52px; left: calc(33.33% - 20px); right: calc(33.33% - 20px); height: 1px; background: linear-gradient(90deg, transparent, var(--purple), transparent); opacity: 0.3; }
.process-step { text-align: center; padding: 20px; }
.step-num { width: 60px; height: 60px; border-radius: 50%; background: var(--purple); color: var(--off-white); font-family: 'Montserrat', sans-serif; font-size: 1.1rem; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 24px; position: relative; }
.step-num::after { content: ''; position: absolute; inset: -4px; border-radius: 50%; border: 1px solid rgba(73,47,94,0.25); }
.step-title { font-family: 'Montserrat', sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--charcoal); margin-bottom: 12px; }
.step-desc { font-size: 0.88rem; color: var(--charcoal-soft); line-height: 1.7; }

/* ─── PROCESS (card grid variant: about 3 / services 4) ─ */
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.process-grid.cols-4 { grid-template-columns: repeat(4, 1fr); gap: 24px; }
.process-card { background: var(--off-white); border: 1.5px solid rgba(73,47,94,0.1); border-radius: 20px; padding: 40px 32px; position: relative; overflow: hidden; transition: box-shadow 0.3s, border-color 0.3s, transform 0.3s; }
.process-card:hover { box-shadow: 0 12px 40px rgba(73,47,94,0.12); border-color: var(--purple); transform: translateY(-4px); }
.process-card::after { content: attr(data-step); position: absolute; right: 20px; top: 16px; font-size: 5rem; font-weight: 900; color: rgba(73,47,94,0.04); letter-spacing: -0.05em; line-height: 1; pointer-events: none; }
.process-num { width: 52px; height: 52px; border-radius: 14px; background: var(--purple); display: flex; align-items: center; justify-content: center; font-size: 0.85rem; font-weight: 800; color: var(--off-white); margin-bottom: 24px; letter-spacing: 0.02em; }
.process-title { font-size: 1.05rem; font-weight: 700; color: var(--charcoal); margin-bottom: 12px; }
.process-text { font-size: 0.85rem; font-weight: 300; color: var(--charcoal-soft); line-height: 1.75; }

/* ─── RESULTS / CASE STUDY CARDS (home) ───────────────── */
.results { padding: 100px 60px; background: #f1eff5; }
.results-inner { max-width: 1200px; margin: 0 auto; }
.results-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 50px; gap: 40px; }
.results-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.result-card { background: var(--off-white); border-radius: 20px; padding: 40px; display: flex; gap: 36px; align-items: center; border: 1.5px solid rgba(73,47,94,0.08); transition: box-shadow 0.3s; }
.result-card:hover { box-shadow: 0 12px 40px rgba(73,47,94,0.12); }
.result-logo { width: 70px; height: 70px; border-radius: 14px; background: var(--purple); display: flex; align-items: center; justify-content: center; font-family: 'Montserrat', sans-serif; font-size: 1.1rem; font-weight: 800; color: var(--off-white); flex-shrink: 0; overflow: hidden; }
.result-logo img { width: 100%; height: 100%; object-fit: cover; }
.result-info { flex: 1; }
.result-name { font-family: 'Montserrat', sans-serif; font-size: 1rem; font-weight: 700; color: var(--charcoal); margin-bottom: 6px; }
.result-channels { font-size: 0.75rem; color: var(--charcoal-soft); margin-bottom: 18px; letter-spacing: 0.02em; }
.result-metrics { display: flex; gap: 24px; flex-wrap: wrap; }
.metric-val { font-family: 'Montserrat', sans-serif; font-size: 1.6rem; font-weight: 800; color: var(--purple); letter-spacing: -0.03em; }
.metric-label { font-size: 0.72rem; color: var(--charcoal-soft); }

/* ─── RESULTS STRIP (services 4-col) ──────────────────── */
.results-strip { background: var(--purple); padding: 0 60px; }
.results-strip-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid rgba(255,255,255,0.1); }
.result-item { padding: 52px 36px; border-right: 1px solid rgba(255,255,255,0.1); }
.result-num { font-size: 2.6rem; font-weight: 900; color: var(--off-white); letter-spacing: -0.04em; line-height: 1; margin-bottom: 6px; }
.result-num em { font-style: normal; color: var(--accent); }
.result-label { font-size: 0.78rem; font-weight: 600; color: rgba(250,249,246,0.65); letter-spacing: 0.04em; line-height: 1.5; }

/* ─── TESTIMONIALS ────────────────────────────────────── */
.testimonials { padding: 100px 60px; background: var(--purple-dark); }
.testimonials-inner { max-width: 1200px; margin: 0 auto; }
.testimonials-header { text-align: center; margin-bottom: 60px; }
.testimonials-header .section-eyebrow { color: var(--accent); justify-content: center; }
.testimonials-header .section-title { color: var(--off-white); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testi-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(196,157,224,0.15); border-radius: 16px; padding: 32px; transition: background 0.3s; }
.testi-card:hover { background: rgba(255,255,255,0.08); }
.testi-stars { color: var(--accent); font-size: 0.85rem; margin-bottom: 18px; letter-spacing: 2px; }
.testi-text { font-size: 0.9rem; color: rgba(250,249,246,0.75); line-height: 1.75; margin-bottom: 24px; font-style: italic; font-weight: 300; }
.testi-author { display: flex; align-items: center; gap: 14px; }
.testi-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--purple); border: 2px solid var(--accent); display: flex; align-items: center; justify-content: center; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 0.85rem; color: var(--off-white); overflow: hidden; }
.testi-avatar img { width: 100%; height: 100%; object-fit: cover; }
.testi-name { font-family: 'Montserrat', sans-serif; font-size: 0.88rem; font-weight: 700; color: var(--off-white); }
.testi-co { font-size: 0.75rem; color: rgba(250,249,246,0.45); }

/* ─── CTA SECTION (light + dark variants) ─────────────── */
.cta-section { padding: 120px 60px; background: var(--off-white); text-align: center; }
.cta-inner { max-width: 700px; margin: 0 auto; }
.cta-title { font-family: 'Montserrat', sans-serif; font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 800; color: var(--charcoal); letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 20px; }
.cta-title .highlight { color: var(--purple); }
.cta-title .grad, .cta-title .accent-word { background: #492f5e; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
/* dark CTA: dark-purple text would vanish on the dark bg, so use a light accent gradient instead */
.bottom-cta .cta-title .grad, .bottom-cta .cta-title .accent-word { background: linear-gradient(135deg, var(--accent), #9b6fc4); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.cta-sub { font-size: 1rem; color: var(--charcoal-soft); line-height: 2; word-spacing: 0.12em; letter-spacing: 0.02em; margin-bottom: 44px; font-weight: 300; }
.cta-buttons, .cta-btns { display: flex; gap: 16px; justify-content: center; align-items: center; flex-wrap: wrap; }

/* dark CTA (about/services bottom) */
.bottom-cta { padding: 110px 60px; background: var(--purple-dark); text-align: center; position: relative; overflow: hidden; }
.bottom-cta::before { content: ''; position: absolute; top: -20%; left: 50%; transform: translateX(-50%); width: 700px; height: 700px; background: radial-gradient(circle, rgba(196,157,224,0.1) 0%, transparent 60%); border-radius: 50%; pointer-events: none; }
.bottom-cta .cta-inner { max-width: 680px; position: relative; z-index: 2; }
.bottom-cta .cta-title { color: var(--off-white); font-size: clamp(2.2rem, 4.5vw, 3.8rem); }
.bottom-cta .cta-sub { color: rgba(250,249,246,0.6); font-size: 0.95rem; line-height: 1.75; }

/* ─── WHO WE ARE (about) ──────────────────────────────── */
.who-we-are { padding: 100px 60px; background: var(--off-white); }
.wwa-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }
.wwa-right { display: flex; flex-direction: column; gap: 20px; }
.wwa-pill-row, .intro-pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.wwa-pill, .intro-pill { background: rgba(73,47,94,0.07); border: 1.5px solid rgba(73,47,94,0.14); color: var(--purple); font-size: 0.78rem; font-weight: 700; padding: 8px 18px; border-radius: 100px; letter-spacing: 0.04em; }
.wwa-card, .intro-card { background: var(--off-white); border: 1.5px solid rgba(73,47,94,0.1); border-radius: 16px; padding: 28px; transition: box-shadow 0.3s, border-color 0.3s; }
.wwa-card:hover, .intro-card:hover { box-shadow: 0 8px 32px rgba(73,47,94,0.1); border-color: rgba(73,47,94,0.2); }
.wwa-card-title, .intro-card-title { font-size: 0.85rem; font-weight: 700; color: var(--charcoal); margin-bottom: 8px; display: flex; align-items: center; gap: 10px; }
.wwa-card-title span, .intro-card-title span { font-size: 1.1rem; }
.wwa-card-text, .intro-card-text { font-size: 0.83rem; font-weight: 300; color: var(--charcoal-soft); line-height: 1.7; }
.intro-right { display: flex; flex-direction: column; gap: 18px; }

/* services intro reuses wwa layout */
.services-intro { padding: 100px 60px; background: var(--off-white); }
.intro-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: center; }

/* ─── HISTORY TIMELINE (about) ────────────────────────── */
.history { padding: 100px 60px; background: #f0edf5; }
.history-inner { max-width: 1200px; margin: 0 auto; }
.history-header { text-align: center; margin-bottom: 70px; }
.history-header .section-eyebrow { justify-content: center; }
.history-header .section-eyebrow.dash::before { display: none; }
.timeline { display: flex; flex-direction: column; gap: 0; position: relative; }
.timeline::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; background: linear-gradient(to bottom, transparent, rgba(73,47,94,0.2) 10%, rgba(73,47,94,0.2) 90%, transparent); transform: translateX(-50%); }
.tl-item { display: grid; grid-template-columns: 1fr 60px 1fr; align-items: center; gap: 0; padding: 32px 0; }
.tl-item:nth-child(odd) .tl-content { grid-column: 1; text-align: right; padding-right: 48px; }
.tl-item:nth-child(odd) .tl-dot { grid-column: 2; }
.tl-item:nth-child(odd) .tl-empty { grid-column: 3; }
.tl-item:nth-child(even) .tl-empty { grid-column: 1; }
.tl-item:nth-child(even) .tl-dot { grid-column: 2; }
.tl-item:nth-child(even) .tl-content { grid-column: 3; text-align: left; padding-left: 48px; }
.tl-dot { display: flex; align-items: center; justify-content: center; z-index: 2; }
.tl-dot-inner { width: 44px; height: 44px; border-radius: 50%; background: var(--purple); border: 3px solid #f0edf5; display: flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 800; color: var(--off-white); letter-spacing: 0.02em; box-shadow: 0 0 0 6px rgba(73,47,94,0.12); }
.tl-year { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--purple); margin-bottom: 8px; }
.tl-title { font-size: 1rem; font-weight: 700; color: var(--charcoal); margin-bottom: 8px; }
.tl-text { font-size: 0.83rem; font-weight: 300; color: var(--charcoal-soft); line-height: 1.72; }

/* ─── MISSION / VISION (about) ────────────────────────── */
.mission-vision { padding: 100px 60px; background: var(--off-white); }
.mv-inner { max-width: 1100px; margin: 0 auto; }
.mv-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.mv-card { background: var(--off-white); border: 1.5px solid rgba(73,47,94,0.12); border-radius: 20px; padding: 44px; transition: transform 0.35s, box-shadow 0.35s; position: relative; overflow: hidden; }
.mv-card::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: linear-gradient(to bottom, var(--purple), var(--accent)); }
.mv-card:hover { transform: translateY(-6px); box-shadow: 0 18px 44px rgba(73,47,94,0.14); }
.mv-icon { width: 56px; height: 56px; border-radius: 14px; background: rgba(73,47,94,0.08); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 24px; }
.mv-title { font-family: 'Montserrat', sans-serif; font-size: 1.5rem; font-weight: 800; color: var(--charcoal); letter-spacing: -0.02em; margin-bottom: 14px; }
.mv-text { font-size: 0.9rem; font-weight: 300; color: var(--charcoal-soft); line-height: 1.85; margin-bottom: 24px; }
.mv-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.mv-tag { background: rgba(73,47,94,0.06); color: var(--purple); font-size: 0.72rem; font-weight: 700; padding: 6px 14px; border-radius: 100px; letter-spacing: 0.03em; }

/* ─── VALUES STRIP (about) ────────────────────────────── */
.values { padding: 100px 60px; background: #f0edf5; }
.values-inner { max-width: 1200px; margin: 0 auto; }
.values-header { text-align: center; margin-bottom: 60px; }
.values-header .section-eyebrow { justify-content: center; }
.values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.value-card { background: var(--off-white); border: 1px solid rgba(73,47,94,0.1); border-radius: 16px; padding: 32px 26px; text-align: center; transition: transform 0.3s, box-shadow 0.3s; }
.value-card:hover { transform: translateY(-5px); box-shadow: 0 12px 30px rgba(73,47,94,0.1); }
.value-icon { width: 52px; height: 52px; margin: 0 auto 20px; border-radius: 50%; background: rgba(73,47,94,0.08); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; }
.value-title { font-family: 'Montserrat', sans-serif; font-size: 1rem; font-weight: 700; color: var(--charcoal); margin-bottom: 10px; }
.value-text { font-size: 0.8rem; font-weight: 300; color: var(--charcoal-soft); line-height: 1.7; }

/* ─── CORE SERVICES GRID (services) ───────────────────── */
.core-services { padding: 100px 60px; background: var(--off-white); }
.core-inner { max-width: 1280px; margin: 0 auto; }
.core-header { text-align: center; margin-bottom: 64px; }
.core-header .section-eyebrow { justify-content: center; }
.core-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.core-card { background: var(--off-white); border: 1.5px solid rgba(73,47,94,0.1); border-radius: 18px; padding: 38px 32px; transition: transform 0.35s, box-shadow 0.35s, border-color 0.35s; display: flex; flex-direction: column; }
.core-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(73,47,94,0.12); border-color: var(--purple); }
.core-card-icon { width: 60px; height: 60px; border-radius: 15px; background: linear-gradient(135deg, var(--purple), var(--purple-light)); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 24px; }
.core-card-name { font-family: 'Montserrat', sans-serif; font-size: 1.25rem; font-weight: 800; color: var(--charcoal); letter-spacing: -0.02em; margin-bottom: 12px; }
.core-card-desc { font-size: 0.86rem; font-weight: 300; color: var(--charcoal-soft); line-height: 1.75; margin-bottom: 22px; }
.core-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; flex: 1; }
.core-list li { font-size: 0.82rem; color: var(--charcoal); font-weight: 500; padding-left: 26px; position: relative; }
.core-list li::before { content: '→'; position: absolute; left: 0; color: var(--purple); font-weight: 700; }
.core-card-link { font-family: 'Montserrat', sans-serif; font-size: 0.82rem; font-weight: 700; color: var(--purple); text-decoration: none; letter-spacing: 0.02em; display: inline-flex; align-items: center; gap: 8px; margin-top: auto; transition: gap 0.25s; }
.core-card-link:hover { gap: 14px; }

/* ─── PLATFORMS STRIP (services) ──────────────────────── */
.platforms { padding: 90px 60px; background: var(--purple-dark); }
.platforms-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.platforms-header { margin-bottom: 48px; }
.platforms-header .section-eyebrow { justify-content: center; color: var(--accent); }
.platforms-header .section-title { color: var(--off-white); }
.platforms-header .section-sub { color: rgba(250,249,246,0.6); }
.platform-chips { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.platform-chip { background: rgba(255,255,255,0.06); border: 1px solid rgba(196,157,224,0.2); border-radius: 100px; padding: 12px 24px; display: flex; align-items: center; gap: 10px; font-family: 'Montserrat', sans-serif; font-size: 0.85rem; font-weight: 600; color: var(--off-white); transition: background 0.3s, transform 0.3s; }
.platform-chip:hover { background: rgba(255,255,255,0.12); transform: translateY(-3px); }
.platform-chip .chip-emoji { font-size: 1.1rem; }

/* ─── FAQ ACCORDION (about/services) ──────────────────── */
.faq { padding: 100px 60px; background: var(--off-white); }
.faq-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 70px; align-items: start; }
.faq-left { position: sticky; top: 120px; }
.faq-list { display: flex; flex-direction: column; gap: 14px; }
.faq-item { border: 1.5px solid rgba(73,47,94,0.12); border-radius: 14px; overflow: hidden; transition: border-color 0.3s, box-shadow 0.3s; }
.faq-item.open { border-color: var(--purple); box-shadow: 0 8px 26px rgba(73,47,94,0.1); }
.faq-q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; padding: 22px 26px; font-family: 'Montserrat', sans-serif; font-size: 0.95rem; font-weight: 700; color: var(--charcoal); display: flex; align-items: center; justify-content: space-between; gap: 20px; transition: color 0.25s; }
.faq-q:hover { color: var(--purple); }
.faq-icon { flex-shrink: 0; width: 24px; height: 24px; position: relative; transition: transform 0.3s; }
.faq-icon::before, .faq-icon::after { content: ''; position: absolute; top: 50%; left: 50%; width: 12px; height: 2px; background: var(--purple); transform: translate(-50%, -50%); transition: transform 0.3s; }
.faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item.open .faq-icon::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1); }
.faq-a-inner { padding: 0 26px 24px; font-size: 0.86rem; font-weight: 300; color: var(--charcoal-soft); line-height: 1.85; }

/* ─── PROJECTS LIST / ARCHIVE ─────────────────────────── */
.projects-section { padding: 100px 60px; background: var(--off-white); }
.projects-inner { max-width: 1280px; margin: 0 auto; }
.projects-header { text-align: center; margin-bottom: 64px; }
.projects-header .section-eyebrow { justify-content: center; }
.projects-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.project-card { background: var(--off-white); border: 1.5px solid rgba(73,47,94,0.1); border-radius: 18px; overflow: hidden; transition: transform 0.35s, box-shadow 0.35s; display: flex; flex-direction: column; text-decoration: none; }
.project-card:hover { transform: translateY(-6px); box-shadow: 0 20px 46px rgba(73,47,94,0.14); }
.project-thumb { aspect-ratio: 16 / 10; background: linear-gradient(135deg, var(--purple), var(--purple-dark)); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.project-thumb img { width: 100%; height: 100%; object-fit: cover; }
.project-thumb-logo { font-family: 'Montserrat', sans-serif; font-size: 1.6rem; font-weight: 800; color: rgba(250,249,246,0.9); letter-spacing: -0.02em; }
.project-body { padding: 30px 28px 34px; display: flex; flex-direction: column; flex: 1; }
.project-client { font-family: 'Montserrat', sans-serif; font-size: 1.15rem; font-weight: 800; color: var(--charcoal); letter-spacing: -0.02em; margin-bottom: 8px; }
.project-channels { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.project-channel { background: rgba(73,47,94,0.06); color: var(--purple); font-size: 0.7rem; font-weight: 700; padding: 5px 12px; border-radius: 100px; letter-spacing: 0.03em; }
.project-metrics { display: flex; gap: 24px; margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(73,47,94,0.1); }
.project-metric-value { font-family: 'Montserrat', sans-serif; font-size: 1.5rem; font-weight: 800; color: var(--purple); letter-spacing: -0.02em; }
.project-metric-label { font-size: 0.7rem; font-weight: 500; color: var(--charcoal-soft); letter-spacing: 0.03em; }

/* single project */
.single-project-hero { padding: 150px 60px 70px; background: var(--purple-dark); }
.sp-hero-inner { max-width: 900px; margin: 0 auto; }
.sp-hero-eyebrow { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); margin-bottom: 18px; }
.sp-hero-title { font-family: 'Montserrat', sans-serif; font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 800; color: var(--off-white); letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 20px; }
.sp-hero-channels { display: flex; flex-wrap: wrap; gap: 10px; }
.sp-hero-channel { background: rgba(255,255,255,0.08); border: 1px solid rgba(196,157,224,0.2); color: var(--off-white); font-size: 0.75rem; font-weight: 600; padding: 7px 16px; border-radius: 100px; }
.sp-metrics { padding: 60px; background: #f0edf5; }
.sp-metrics-inner { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 24px; }
.sp-metric { text-align: center; }
.sp-metric-value { font-family: 'Montserrat', sans-serif; font-size: clamp(2.4rem, 5vw, 3.4rem); font-weight: 800; color: var(--purple); letter-spacing: -0.03em; }
.sp-metric-label { font-size: 0.82rem; font-weight: 500; color: var(--charcoal-soft); margin-top: 6px; }
.sp-body { padding: 80px 60px; background: var(--off-white); }
.sp-body-inner { max-width: 780px; margin: 0 auto; font-size: 0.95rem; font-weight: 300; color: var(--charcoal-soft); line-height: 1.9; }
.sp-body-inner h2, .sp-body-inner h3 { font-family: 'Montserrat', sans-serif; font-weight: 800; color: var(--charcoal); letter-spacing: -0.02em; margin: 40px 0 16px; }
.sp-body-inner h2 { font-size: 1.6rem; }
.sp-body-inner h3 { font-size: 1.2rem; }
.sp-body-inner p { margin-bottom: 20px; }
.sp-body-inner ul, .sp-body-inner ol { margin: 0 0 20px 22px; }
.sp-body-inner li { margin-bottom: 10px; }

/* ─── CONTACT SPLIT (contact) ─────────────────────────── */
.contact-split { padding: 100px 60px; background: var(--off-white); }
.contact-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: start; }
.contact-left { display: flex; flex-direction: column; gap: 20px; }
.contact-left .section-eyebrow { justify-content: flex-start; }
.info-card { background: var(--off-white); border: 1.5px solid rgba(73,47,94,0.1); border-radius: 16px; padding: 26px 28px; display: flex; align-items: flex-start; gap: 18px; transition: box-shadow 0.3s, border-color 0.3s; }
.info-card:hover { box-shadow: 0 10px 30px rgba(73,47,94,0.1); border-color: rgba(73,47,94,0.22); }
.info-icon { flex-shrink: 0; width: 46px; height: 46px; border-radius: 12px; background: rgba(73,47,94,0.08); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; }
.info-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--purple); margin-bottom: 6px; }
.info-value { font-size: 0.92rem; font-weight: 500; color: var(--charcoal); line-height: 1.6; }
.info-value a { color: var(--charcoal); text-decoration: none; transition: color 0.25s; }
.info-value a:hover { color: var(--purple); }
.hours-card { background: var(--purple-dark); border-radius: 16px; padding: 28px; }
.hours-title { font-family: 'Montserrat', sans-serif; font-size: 0.95rem; font-weight: 700; color: var(--off-white); margin-bottom: 18px; display: flex; align-items: center; gap: 10px; }
.hours-row { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid rgba(196,157,224,0.12); font-size: 0.83rem; }
.hours-row:last-child { border-bottom: none; }
.hours-day { color: rgba(250,249,246,0.7); font-weight: 500; }
.hours-time { color: var(--off-white); font-weight: 600; }

/* form card */
.form-card { background: var(--off-white); border: 1.5px solid rgba(73,47,94,0.12); border-radius: 20px; padding: 44px; box-shadow: 0 14px 44px rgba(73,47,94,0.08); }
.form-card-title { font-family: 'Montserrat', sans-serif; font-size: 1.5rem; font-weight: 800; color: var(--charcoal); letter-spacing: -0.02em; margin-bottom: 8px; }
.form-card-sub { font-size: 0.86rem; font-weight: 300; color: var(--charcoal-soft); line-height: 1.7; margin-bottom: 32px; }
/* style CF7 output generically */
.form-card .wpcf7-form p { margin: 0; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid .full { grid-column: 1 / -1; }
.gmd-field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.gmd-field label { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.02em; color: var(--charcoal); }
.form-card input[type="text"], .form-card input[type="email"], .form-card input[type="tel"], .form-card input[type="url"], .form-card select, .form-card textarea { width: 100%; font-family: 'Poppins', sans-serif; font-size: 0.9rem; color: var(--charcoal); background: #f7f5fa; border: 1.5px solid rgba(73,47,94,0.12); border-radius: 10px; padding: 13px 16px; transition: border-color 0.25s, background 0.25s, box-shadow 0.25s; }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { outline: none; border-color: var(--purple); background: var(--off-white); box-shadow: 0 0 0 3px rgba(73,47,94,0.1); }
.form-card textarea { resize: vertical; min-height: 130px; }
.form-card input::placeholder, .form-card textarea::placeholder { color: rgba(43,37,51,0.4); }
.form-card .wpcf7-submit, .form-submit { width: 100%; margin-top: 8px; font-family: 'Montserrat', sans-serif; font-size: 0.9rem; font-weight: 700; letter-spacing: 0.02em; color: var(--off-white); background: var(--purple); border: none; border-radius: 100px; padding: 15px 32px; cursor: pointer; transition: background 0.3s, transform 0.3s, box-shadow 0.3s; }
.form-card .wpcf7-submit:hover, .form-submit:hover { background: var(--purple-dark); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(73,47,94,0.28); }
.wpcf7-not-valid-tip { color: #d33; font-size: 0.76rem; font-weight: 500; margin-top: 4px; }
.wpcf7-response-output { margin: 20px 0 0 !important; padding: 14px 18px !important; border-radius: 10px !important; font-size: 0.84rem; border: 1.5px solid rgba(73,47,94,0.2) !important; }
.wpcf7-mail-sent-ok { background: rgba(73,47,94,0.06); color: var(--purple) !important; }
.wpcf7-spinner { margin: 12px auto 0; display: block; }

/* ─── FOOTER ──────────────────────────────────────────── */
.site-footer { background: var(--purple-dark); color: var(--off-white); padding: 80px 60px 40px; }
.footer-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 48px; }
.footer-brand-name { font-family: 'Montserrat', sans-serif; font-size: 1.5rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 16px; }
.footer-brand-name span { color: var(--accent); }
.footer-description { font-size: 0.86rem; font-weight: 300; color: rgba(250,249,246,0.55); line-height: 1.8; max-width: 320px; margin-bottom: 24px; }
.footer-socials { display: flex; gap: 12px; }
.social-pill { padding: 8px 18px; border-radius: 100px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); display: inline-flex; align-items: center; justify-content: center; color: rgba(250,249,246,0.7); text-decoration: none; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.04em; white-space: nowrap; transition: background 0.3s, color 0.3s, transform 0.3s; }
.social-pill:hover { background: var(--accent); color: var(--purple-dark); transform: translateY(-3px); }
.footer-col-title { font-family: 'Montserrat', sans-serif; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--off-white); margin-bottom: 20px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-links a { font-size: 0.86rem; font-weight: 300; color: rgba(250,249,246,0.6); text-decoration: none; transition: color 0.25s, padding-left 0.25s; }
.footer-links a:hover { color: var(--accent); padding-left: 5px; }
.footer-bottom { max-width: 1280px; margin: 56px auto 0; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
.footer-copy { font-size: 0.78rem; font-weight: 300; color: rgba(250,249,246,0.4); }

/* ─── SCROLL ANIMATIONS (IntersectionObserver driven) ─── */
[data-anim] { opacity: 0; transform: translateY(28px); transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1), transform 0.7s cubic-bezier(0.22,1,0.36,1); transition-delay: var(--anim-delay, 0s); will-change: opacity, transform; }
[data-anim="fade-left"] { transform: translateX(-34px); }
[data-anim="fade-right"] { transform: translateX(34px); }
[data-anim="scale"] { transform: scale(0.94); }
[data-anim="fade"] { transform: none; }
[data-anim].is-visible { opacity: 1 !important; transform: none !important; }
/* legacy class kept so ported markup still animates */
.fade-up { opacity: 0; transform: translateY(28px); transition: opacity 0.7s cubic-bezier(0.22,1,0.36,1), transform 0.7s cubic-bezier(0.22,1,0.36,1); }
.fade-up.is-visible, .fade-up.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  [data-anim], .fade-up { opacity: 1 !important; transform: none !important; transition: none !important; }
  .ticker-track { animation: none !important; }
  * { scroll-behavior: auto !important; }
}

/* ============================================================
   SECTION CLASS RECONCILIATION
   The section partials use slightly different class names than the
   original static markup above. These rules style the partial output
   (service-title, stat-number, hero-stat-card, hero-fact, result-*, …)
   so every dynamic section renders correctly. Placed BEFORE the
   responsive block so mobile breakpoints still override grid columns.
   ============================================================ */

/* Hero — home split (copy + single stat card) */
.hero-copy { position: relative; z-index: 2; }
.hero-buttons { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; margin-top: 4px; }
.hero-stat-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(196,157,224,0.2); border-radius: 20px; padding: 44px 40px; backdrop-filter: blur(10px); text-align: center; }
.hero-stat-card .stat-big { font-family: 'Montserrat', sans-serif; font-size: clamp(2.6rem, 5vw, 3.6rem); font-weight: 800; color: var(--off-white); letter-spacing: -0.03em; line-height: 1; }
.hero-stat-card .stat-label { font-size: 0.92rem; font-weight: 600; color: var(--accent); margin-top: 14px; letter-spacing: 0.02em; }
.hero-stat-card .stat-sub { font-size: 0.8rem; font-weight: 300; color: rgba(250,249,246,0.55); margin-top: 8px; }

/* Hero — inner-page banner + quick-facts (about / services / contact) */
.page-hero-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; }
.hero-facts { margin-top: 44px; max-width: 720px; }
.hero-fact { background: rgba(255,255,255,0.05); border: 1px solid rgba(196,157,224,0.18); border-radius: 16px; padding: 24px 26px; }
.hero-fact-num { display: block; font-family: 'Montserrat', sans-serif; font-size: 2rem; font-weight: 800; color: var(--off-white); letter-spacing: -0.03em; line-height: 1; }
.hero-fact-label { display: block; font-size: 0.78rem; font-weight: 500; color: rgba(250,249,246,0.5); margin-top: 8px; }

/* Services grid (home) — card is an <a>, kill link styling + colour text */
.services-head { margin-bottom: 56px; max-width: 640px; }
a.service-card { text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.service-icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(73,47,94,0.08); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin-bottom: 24px; transition: background 0.3s; position: relative; z-index: 1; }
.service-title { font-family: 'Montserrat', sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--charcoal); margin-bottom: 12px; transition: color 0.3s; position: relative; z-index: 1; }
.service-desc { font-size: 0.875rem; color: var(--charcoal-soft); line-height: 1.65; transition: color 0.3s; position: relative; z-index: 1; }
.service-card:hover .service-icon, .service-card:hover .service-title, .service-card:hover .service-desc { color: var(--off-white); }
.service-card:hover .service-icon { background: rgba(196,157,224,0.2); }

/* Stats row (count-up) — the numbers were dark-on-dark (invisible) */
.stats .stat-grid { grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,0.08); border-radius: 20px; overflow: hidden; margin-bottom: 0; }
.stats .stat-block { background: var(--purple-dark); padding: 50px 36px; text-align: center; }
.stats-light { background: var(--off-white); }
.stats-light .stat-grid { background: rgba(73,47,94,0.1); }
.stats-light .stat-block { background: var(--off-white); }
.stat-number { font-family: 'Montserrat', sans-serif; font-size: clamp(2.4rem, 4vw, 3.4rem); font-weight: 800; letter-spacing: -0.04em; line-height: 1; display: inline-flex; align-items: baseline; }
.stats .stat-number, .stats .stat-count { color: var(--off-white); }
.stats-light .stat-number, .stats-light .stat-count { color: var(--charcoal); }
.stat-suffix { color: var(--accent); font-size: 0.55em; font-weight: 800; margin-left: 3px; }
.stats .stat-label { color: rgba(250,249,246,0.55); margin-top: 12px; font-size: 0.85rem; }
.stats-light .stat-label { color: var(--charcoal-soft); }

/* Process — heading + step description class aliases */
.process-head { text-align: center; max-width: 640px; margin: 0 auto 60px; }
.process-head .section-eyebrow.dash { justify-content: center; }
.process-head .section-eyebrow.dash::before { display: none; }
.process-head .section-sub { margin: 0 auto; }
.process-desc { font-size: 0.86rem; font-weight: 300; color: var(--charcoal-soft); line-height: 1.72; }
.process-steps .process-num { margin: 0 auto 20px; }
.process-steps .process-title, .process-steps .process-desc { text-align: center; }

/* Results — strip (services) + case-study cards */
.results-head { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.results-head .section-eyebrow.dash { justify-content: center; }
.results-head .section-eyebrow.dash::before { display: none; }
.results-head .section-sub { margin: 0 auto; }
.results-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.results-cards .result-card { display: block; text-align: left; padding: 38px; }
.results-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.result-strip-item { background: var(--off-white); border: 1.5px solid rgba(73,47,94,0.12); border-radius: 18px; padding: 40px 28px; text-align: center; transition: box-shadow 0.3s, transform 0.3s; }
.result-strip-item:hover { box-shadow: 0 12px 34px rgba(73,47,94,0.12); transform: translateY(-4px); }
.result-number { font-family: 'Montserrat', sans-serif; font-size: 2.6rem; font-weight: 800; color: var(--purple); letter-spacing: -0.04em; line-height: 1; }
.result-number .stat-count { color: var(--purple); }
.result-suffix { color: var(--accent); font-size: 0.5em; font-weight: 800; margin-left: 2px; }
.result-label { color: var(--charcoal-soft); font-size: 0.82rem; font-weight: 600; margin-top: 10px; letter-spacing: 0.03em; line-height: 1.5; }
.result-client { font-family: 'Montserrat', sans-serif; font-size: 0.95rem; font-weight: 700; color: var(--charcoal); margin-top: 16px; }
.result-desc { font-size: 0.85rem; font-weight: 300; color: var(--charcoal-soft); line-height: 1.7; margin-top: 8px; }

/* Ticker strip (marquee) — partial uses .ticker / .ticker-track / .ticker-item / .ticker-dot */
.ticker { background: var(--purple); padding: 15px 0; overflow: hidden; white-space: nowrap; }
.ticker-track { display: inline-flex; align-items: center; animation: ticker 32s linear infinite; }
.ticker-item { font-family: 'Montserrat', sans-serif; font-size: 1rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(250,249,246,0.62); padding: 0 42px; }
.ticker-dot { color: var(--accent); font-size: 0.9rem; }

/* Services header — 2-column (title left, sub right) like the reference */
.services-header-left { max-width: 520px; }
.services-header .section-sub { max-width: 480px; }

/* Services card "Learn more" cue (card itself is the link) */
.service-desc { margin-bottom: 26px; }
.service-link { display: inline-block; margin-top: auto; font-size: 0.8rem; font-weight: 600; color: var(--purple); letter-spacing: 0.04em; transition: color 0.3s; position: relative; z-index: 1; }
.service-card { display: flex; flex-direction: column; }
.service-card:hover .service-link { color: var(--off-white); }

/* Process (line variant) — circular step numbers + keep the connecting line */
.process-steps .process-num { width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 24px; font-size: 1.05rem; position: relative; }
.process-steps .process-num::after { content: ''; position: absolute; inset: -4px; border-radius: 50%; border: 1px solid rgba(73,47,94,0.25); }
.process-steps .process-step { position: relative; z-index: 1; }

/* ══════════════════════════════════════════════════════
   ABOUT PAGE — match the client reference exactly
   (loaded after the reconciliation block so it wins)
   ══════════════════════════════════════════════════════ */

/* Multi-paragraph body copy (margins are reset globally) */
.section-body p + p, .mv-text + .mv-text { margin-top: 1.15em; }

/* Icon slots: emoji | uploaded image | inline SVG all sit in the same box */
.gmd-icon-img { width: 1em; height: 1em; object-fit: contain; display: inline-block; vertical-align: middle; }
.gmd-icon-svg { display: inline-flex; align-items: center; justify-content: center; line-height: 0; }
.gmd-icon-svg svg { width: 1em; height: 1em; display: block; }
.value-icon .gmd-icon-img, .value-icon .gmd-icon-svg svg,
.mv-icon .gmd-icon-img, .mv-icon .gmd-icon-svg svg,
.service-icon .gmd-icon-img, .service-icon .gmd-icon-svg svg,
.core-card-icon .gmd-icon-img, .core-card-icon .gmd-icon-svg svg,
.info-icon .gmd-icon-img, .info-icon .gmd-icon-svg svg { width: 1.15em; height: 1.15em; }
.wwa-card-title .gmd-icon-img, .wwa-card-title .gmd-icon-svg svg,
.intro-card-title .gmd-icon-img, .intro-card-title .gmd-icon-svg svg,
.chip-emoji .gmd-icon-img, .chip-emoji .gmd-icon-svg svg { width: 1.1em; height: 1.1em; }

/* ── Inline SVG icon colour ── stroke/fill = currentColor, so the container's
   `color` decides the tint: brand purple on light cards, accent on dark bands,
   off-white on the solid-purple core-service tiles. ── */
.service-icon, .wwa-card-title span, .intro-card-title span { color: var(--purple); }
.core-card-icon { color: var(--off-white); }
.value-icon, .mv-icon, .detail-icon, .platform-chip .chip-emoji { color: var(--accent); }

/* ── Hero (facts variant) — copy left, 2×2 fact cards right ── */
.page-hero-inner.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.page-hero.has-facts .hero-facts { margin-top: 0; max-width: none; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.page-hero.has-facts .hero-sub { max-width: 100%; }
.hero-fact { background: rgba(255,255,255,0.05); border: 1px solid rgba(196,157,224,0.18); border-radius: 16px; padding: 26px 24px; }
.hero-fact-num { font-size: 2.2rem; letter-spacing: -0.04em; }
.hero-fact-num em { font-style: normal; color: var(--accent); font-size: 1.4rem; }
.hero-fact-label { font-size: 0.75rem; font-weight: 500; color: rgba(250,249,246,0.48); margin-top: 6px; }

/* ── History timeline — centred intro copy, numbered dots ── */
.history-header .section-sub, .history-header .section-body { max-width: 520px; margin-left: auto; margin-right: auto; }

/* ── Mission / Vision — dark band, ghost initial, tinted cards ── */
.mission-vision { background: var(--purple-dark); }
.mv-inner { max-width: 1200px; }
.mv-grid { gap: 50px; }
.mv-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(196,157,224,0.18); border-radius: 20px; padding: 48px 44px; position: relative; overflow: hidden; }
.mv-card.mv-vision { background: var(--purple); border-color: rgba(196,157,224,0.25); }
.mv-card::before { content: attr(data-label); position: absolute; left: auto; right: -12px; top: 30px; width: auto; height: auto; background: none; font-family: 'Montserrat', sans-serif; font-size: 7rem; font-weight: 900; color: rgba(255,255,255,0.03); letter-spacing: -0.05em; line-height: 1; pointer-events: none; }
.mv-card:hover { transform: none; box-shadow: none; }
.mv-icon { width: 52px; height: 52px; border-radius: 14px; background: rgba(196,157,224,0.15); font-size: 1.4rem; margin-bottom: 24px; }
.mv-title { color: var(--off-white); }
.mv-text { font-size: 0.88rem; color: rgba(250,249,246,0.65); line-height: 1.82; margin-bottom: 28px; }
.mv-tag { background: rgba(255,255,255,0.1); color: rgba(250,249,246,0.8); font-weight: 600; }

/* ── Process (cards variant) — 3-col cards with ghost step number ── */
.process-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.process-grid .process-title, .process-grid .process-desc { text-align: left; }

/* ── Values strip — purple band, hairline-divided columns ── */
.values { background: var(--purple); padding: 0 60px; }
.values.has-header { padding-top: 90px; }
.values-header { margin-bottom: 50px; }
.values-header .section-sub { max-width: 520px; margin-left: auto; margin-right: auto; }
.values-grid { grid-template-columns: repeat(4, 1fr); gap: 0; border-left: 1px solid rgba(255,255,255,0.1); }
.value-card { background: none; border: 0; border-right: 1px solid rgba(255,255,255,0.1); border-radius: 0; padding: 50px 36px; text-align: left; }
.value-card:hover { transform: none; box-shadow: none; }
.value-icon { width: auto; height: auto; margin: 0 0 16px; border-radius: 0; background: none; display: block; font-size: 1.8rem; line-height: 1; }
.value-title { font-size: 0.95rem; color: var(--off-white); margin-bottom: 8px; }
.value-text { font-size: 0.8rem; color: rgba(250,249,246,0.55); line-height: 1.65; }

/* ══════════════════════════════════════════════════════
   SERVICES PAGE — match the client reference exactly
   ══════════════════════════════════════════════════════ */

/* ── Core services grid — solid icon box + ghost icon watermark ── */
.core-services { background: #f0edf5; }
.core-inner { max-width: 1200px; }
.core-grid { gap: 28px; }
.core-card { border-radius: 20px; padding: 40px 32px; position: relative; overflow: hidden; }
.core-card::after { content: attr(data-icon); position: absolute; right: 20px; top: 14px; font-size: 5.5rem; opacity: 0.04; line-height: 1; pointer-events: none; }
.core-card-icon { width: 54px; height: 54px; border-radius: 14px; background: var(--purple); font-size: 1.4rem; margin-bottom: 24px; position: relative; z-index: 1; }
.core-card-name { font-size: 1.08rem; margin-bottom: 12px; letter-spacing: -0.01em; }
.core-card-desc { font-size: 0.84rem; line-height: 1.78; }
.core-list { gap: 8px; }
.core-list li { font-size: 0.8rem; padding-left: 16px; }
.core-list li::before { content: ''; top: 0.55em; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

/* ── Platforms — 5-column card grid (not pills) ── */
.platforms { padding: 80px 60px; }
.platforms-inner { max-width: 1200px; }
.platform-chips { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.platform-chip { display: block; background: rgba(255,255,255,0.05); border: 1px solid rgba(196,157,224,0.15); border-radius: 14px; padding: 26px 16px; text-align: center; font-size: 0.78rem; font-weight: 700; color: rgba(250,249,246,0.75); letter-spacing: 0.04em; }
.platform-chip:hover { background: rgba(196,157,224,0.1); border-color: rgba(196,157,224,0.35); transform: none; }
.platform-chip .chip-emoji { display: block; font-size: 1.9rem; margin-bottom: 10px; line-height: 1; }

/* ── Results strip — purple band, hairline-divided columns ── */
.results.results-strip-section { background: var(--purple); padding: 0 60px; }
.results.results-strip-section .results-head { padding-top: 90px; }
.results-strip-section .section-eyebrow { color: var(--accent); }
.results-strip-section .section-eyebrow.dash::before { background: var(--accent); }
.results-strip-section .section-title { color: var(--off-white); }
.results-strip-section .section-sub { color: rgba(250,249,246,0.65); }
.results-strip-section .results-strip { grid-template-columns: repeat(4, 1fr); gap: 0; border-left: 1px solid rgba(255,255,255,0.1); }
.results-strip-section .result-strip-item { background: none; border: 0; border-right: 1px solid rgba(255,255,255,0.1); border-radius: 0; padding: 52px 36px; text-align: left; }
.results-strip-section .result-strip-item:hover { transform: none; box-shadow: none; }
.results-strip-section .result-number { font-size: 2.6rem; font-weight: 900; color: var(--off-white); letter-spacing: -0.04em; }
.results-strip-section .result-number .stat-count { color: var(--off-white); }
.results-strip-section .result-suffix { color: var(--accent); font-size: 1em; margin-left: 0; }
.results-strip-section .result-label { color: rgba(250,249,246,0.65); font-size: 0.78rem; margin-top: 6px; }

/* ── FAQ — circular toggle badge that rotates + → × ── */
.faq { background: #f0edf5; }
.faq-icon { width: 30px; height: 30px; border-radius: 50%; background: rgba(73,47,94,0.07); transition: background 0.2s, transform 0.3s; }
.faq-item.open .faq-icon { background: var(--purple); transform: rotate(45deg); }
.faq-item.open .faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item.open .faq-icon::before, .faq-item.open .faq-icon::after { background: var(--off-white); }
.faq-item.open .faq-q { color: var(--purple); }
.faq-badge { display: inline-flex; align-items: center; gap: 8px; margin-top: 28px; background: var(--purple); color: var(--off-white); font-size: 0.78rem; font-weight: 700; padding: 10px 20px; border-radius: 100px; text-decoration: none; transition: background 0.2s; }
.faq-badge:hover { background: var(--purple-light); }

/* ── Timeline — keep every row's 3 cells on ONE grid row ──
   (without this the auto-placement pushes the dot/empty cell onto
   new rows for the even items and the section stretches vertically) */
.tl-item > * { grid-row: 1; }

/* ══════════════════════════════════════════════════════
   CONTACT PAGE — match the client reference exactly
   ══════════════════════════════════════════════════════ */

.contact-split { padding: 80px 60px 100px; }
.contact-head { max-width: 1200px; margin: 0 auto 50px; }
.contact-inner { grid-template-columns: 1fr 1.55fr; gap: 60px; }
.contact-left { gap: 28px; }

/* Dark "Reach Us At" card */
.info-card { background: var(--purple-dark); border: 0; border-radius: 20px; padding: 36px; display: block; position: relative; overflow: hidden; }
.info-card:hover { box-shadow: none; border-color: transparent; }
.info-card::before { content: ''; position: absolute; top: 0; right: 0; width: 120px; height: 120px; background: radial-gradient(circle, rgba(196,157,224,0.12) 0%, transparent 70%); pointer-events: none; }
.info-card-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.info-card-label::before { content: ''; width: 20px; height: 1px; background: var(--accent); }
.contact-detail-row { display: flex; align-items: flex-start; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,0.06); position: relative; z-index: 1; }
.contact-detail-row:last-child { border-bottom: none; padding-bottom: 0; }
.detail-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(196,157,224,0.12); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.detail-icon .gmd-icon-img, .detail-icon .gmd-icon-svg svg { width: 1.15em; height: 1.15em; }
.detail-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(250,249,246,0.4); margin-bottom: 4px; }
.detail-value { font-size: 0.88rem; font-weight: 500; color: var(--off-white); line-height: 1.55; text-decoration: none; display: block; transition: color 0.2s; }
a.detail-value:hover { color: var(--accent); }

/* Light "Hours of Operation" card */
.hours-card { background: var(--off-white); border: 1.5px solid rgba(73,47,94,0.1); border-radius: 20px; padding: 32px 36px; }
.hours-card .info-card-label { color: var(--purple); }
.hours-card .info-card-label::before { background: var(--purple); }
.hours-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid rgba(65,64,66,0.07); font-size: 0.85rem; }
.hours-row:last-child { border-bottom: none; padding-bottom: 0; }
.hours-day { font-weight: 600; color: var(--charcoal); }
.hours-time { font-weight: 500; color: var(--purple); background: rgba(73,47,94,0.07); padding: 4px 12px; border-radius: 100px; font-size: 0.78rem; }
.hours-closed { color: var(--charcoal-soft); font-weight: 400; font-size: 0.78rem; }

/* Form card */
.form-card { border-radius: 24px; padding: 50px 48px; box-shadow: 0 8px 40px rgba(73,47,94,0.07); }
.form-header { margin-bottom: 36px; }
.form-title { font-family: 'Montserrat', sans-serif; font-size: 1.6rem; font-weight: 800; color: var(--charcoal); letter-spacing: -0.02em; margin-bottom: 8px; }
.form-title span { color: var(--purple); }
.form-sub { font-size: 0.875rem; font-weight: 300; color: var(--charcoal-soft); line-height: 1.65; }

/* Contact Form 7 output — styled to match the reference form */
.form-card .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-card .form-group { display: flex; flex-direction: column; gap: 7px; }
.form-card .form-group.full { grid-column: 1 / -1; }
.form-card label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--charcoal-soft); }
.form-card input[type="text"], .form-card input[type="email"], .form-card input[type="tel"],
.form-card input[type="url"], .form-card select, .form-card textarea { font-family: 'Montserrat', sans-serif; font-size: 0.9rem; font-weight: 400; background: var(--off-white); border: 1.5px solid rgba(65,64,66,0.15); border-radius: 12px; padding: 13px 16px; }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { border-color: var(--purple); background: var(--off-white); box-shadow: 0 0 0 4px rgba(73,47,94,0.08); }
.form-card textarea { min-height: 130px; resize: none; }
.form-card .submit-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 28px; }
.form-card .submit-note { font-size: 0.75rem; color: var(--charcoal-soft); line-height: 1.5; max-width: 220px; }
.form-card .submit-row .wpcf7-submit { width: auto; margin-top: 0; padding: 15px 38px; font-size: 0.95rem; box-shadow: 0 4px 20px rgba(73,47,94,0.28); }
.form-card .wpcf7-spinner { margin: 0 0 0 8px; display: inline-block; }

/* ══════════════════════════════════════════════════════
   PROJECTS PAGE — match the client reference exactly
   (projects.html: hero tagline, case-study cards, logo strip)
   ══════════════════════════════════════════════════════ */

/* Accent line under the hero subtitle */
.hero-tagline { font-size: 0.85rem; font-weight: 500; color: var(--accent); letter-spacing: 0.02em; margin-top: 12px; }

/* ── Projects showcase — centred header + 2-col case-study cards ── */
.projects-showcase { padding: 90px 60px 100px; background: var(--off-white); }
.pw-inner { max-width: 1200px; margin: 0 auto; }
.pw-head { text-align: center; max-width: 700px; margin: 0 auto 56px; }
.pw-head .section-title { margin-bottom: 18px; }
.pw-head .section-body { max-width: 640px; margin: 0 auto; }
.pw-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.pw-card { background: var(--off-white); border: 1.5px solid rgba(73,47,94,0.1); border-radius: 20px; padding: 36px; display: flex; flex-direction: column; transition: box-shadow 0.3s, border-color 0.3s, transform 0.3s; }
.pw-card:hover { box-shadow: 0 14px 44px rgba(73,47,94,0.13); border-color: var(--purple); transform: translateY(-5px); }

/* reserved logo box — dashed until the client uploads a logo */
.pw-logo { height: 64px; border: 1.5px dashed rgba(73,47,94,0.25); border-radius: 12px; display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 26px; background: rgba(73,47,94,0.03); }
.pw-logo.has-logo { border-style: solid; border-color: rgba(73,47,94,0.1); background: var(--off-white); padding: 8px 18px; }
.pw-logo.has-logo img { max-height: 46px; width: auto; object-fit: contain; }
.pw-logo-icon { width: 26px; height: 26px; border-radius: 7px; background: rgba(73,47,94,0.12); display: flex; align-items: center; justify-content: center; font-size: 0.8rem; color: var(--purple); flex-shrink: 0; }
.pw-logo-text { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(73,47,94,0.4); }

.pw-tag { align-self: flex-start; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--purple); background: rgba(73,47,94,0.07); padding: 6px 14px; border-radius: 100px; margin-bottom: 16px; }
.pw-title { font-family: 'Montserrat', sans-serif; font-size: 1.25rem; font-weight: 800; color: var(--charcoal); letter-spacing: -0.01em; line-height: 1.3; margin-bottom: 10px; }
.pw-channels { font-size: 0.78rem; font-weight: 600; color: var(--charcoal-soft); letter-spacing: 0.02em; margin-bottom: 16px; }
.pw-desc { font-size: 0.86rem; font-weight: 300; color: var(--charcoal-soft); line-height: 1.75; margin-bottom: 26px; }
.pw-metrics { display: flex; flex-wrap: wrap; gap: 24px; margin-top: auto; padding-top: 22px; border-top: 1px solid rgba(73,47,94,0.1); margin-bottom: 22px; }
.pw-metric-val { font-family: 'Montserrat', sans-serif; font-size: 1.5rem; font-weight: 800; color: var(--purple); letter-spacing: -0.03em; line-height: 1; }
.pw-metric-val em { font-style: normal; font-size: 0.72em; }
.pw-metric-label { font-size: 0.7rem; font-weight: 500; color: var(--charcoal-soft); margin-top: 5px; }
.pw-link { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; color: var(--purple); font-size: 0.82rem; font-weight: 700; text-decoration: none; transition: gap 0.2s; }
.pw-link::after { content: '\2192'; }
.pw-link:hover { gap: 14px; }

/* ── Brand logo strip — reserved dashed boxes ── */
.logo-strip { background: #f0edf5; padding: 80px 60px; }
.logo-strip-inner { max-width: 1200px; margin: 0 auto; text-align: center; }
.logo-strip-inner .section-title { margin-bottom: 18px; }
.logo-strip-inner .section-body { max-width: 560px; margin: 0 auto 44px; }
.logo-row { display: grid; grid-template-columns: repeat(var(--logo-cols, 6), 1fr); gap: 16px; }
.logo-box { aspect-ratio: 3 / 2; border: 1.5px dashed rgba(73,47,94,0.22); border-radius: 14px; display: flex; align-items: center; justify-content: center; background: var(--off-white); padding: 12px; transition: border-color 0.3s, background 0.3s; }
.logo-box:hover { border-color: var(--purple); background: rgba(73,47,94,0.03); }
.logo-box span { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(73,47,94,0.35); }
.logo-box.has-logo { border-style: solid; border-color: rgba(73,47,94,0.12); }
.logo-box.has-logo img { max-height: 100%; width: auto; object-fit: contain; }

/* ══════════════════════════════════════════════════════
   FLOATING WHATSAPP BUTTON
   ══════════════════════════════════════════════════════ */
.gmd-whatsapp {
  position: fixed; right: 24px; bottom: 24px; z-index: 90;
  display: inline-flex; align-items: center; gap: 0;
  height: 60px; padding: 0; border-radius: 100px;
  background: #25D366; color: #fff; text-decoration: none;
  box-shadow: 0 10px 30px rgba(37,211,102,0.45);
  overflow: hidden; max-width: 60px;
  transition: max-width 0.45s cubic-bezier(0.22,1,0.36,1), box-shadow 0.3s, transform 0.3s;
}
.gmd-whatsapp-icon { flex: 0 0 60px; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
.gmd-whatsapp-icon svg { display: block; }
.gmd-whatsapp-label { white-space: nowrap; font-family: 'Montserrat', sans-serif; font-size: 0.9rem; font-weight: 700; letter-spacing: 0.01em; padding-right: 24px; opacity: 0; transition: opacity 0.3s 0.05s; }
.gmd-whatsapp::before { content: ''; position: absolute; inset: 0; border-radius: 100px; box-shadow: 0 0 0 0 rgba(37,211,102,0.5); animation: gmd-wa-pulse 2.6s ease-out infinite; pointer-events: none; }
@keyframes gmd-wa-pulse { 0%{box-shadow:0 0 0 0 rgba(37,211,102,0.5)} 70%{box-shadow:0 0 0 18px rgba(37,211,102,0)} 100%{box-shadow:0 0 0 0 rgba(37,211,102,0)} }
.gmd-whatsapp:hover { max-width: 320px; transform: translateY(-2px); box-shadow: 0 14px 38px rgba(37,211,102,0.5); }
.gmd-whatsapp:hover .gmd-whatsapp-label { opacity: 1; }
.gmd-whatsapp:focus-visible { outline: 3px solid rgba(255,255,255,0.7); outline-offset: 3px; }

/* ══════════════════════════════════════════════════════
   CUSTOM CURSOR GLOW (desktop; JS removes it on touch / reduced-motion)
   ══════════════════════════════════════════════════════ */
.gmd-cursor { position: fixed; inset: 0; pointer-events: none; z-index: 9999; opacity: 0; transition: opacity 0.3s; }
.gmd-cursor.is-active { opacity: 1; }
.gmd-cursor-glow, .gmd-cursor-ring, .gmd-cursor-dot { position: fixed; top: 0; left: 0; border-radius: 50%; pointer-events: none; will-change: transform; }
.gmd-cursor-glow { width: 340px; height: 340px; margin: -170px 0 0 -170px; background: radial-gradient(circle, rgba(196,157,224,0.18) 0%, rgba(196,157,224,0.06) 40%, transparent 70%); }
.gmd-cursor-ring { width: 34px; height: 34px; margin: -17px 0 0 -17px; border: 1.5px solid rgba(73,47,94,0.5); transition: width 0.25s, height 0.25s, margin 0.25s, background 0.25s, border-color 0.25s; }
.gmd-cursor-dot { width: 6px; height: 6px; margin: -3px 0 0 -3px; background: var(--purple); }
.gmd-cursor.is-hovering .gmd-cursor-ring { width: 54px; height: 54px; margin: -27px 0 0 -27px; background: rgba(196,157,224,0.12); border-color: var(--accent); }
.gmd-cursor.is-down .gmd-cursor-ring { width: 26px; height: 26px; margin: -13px 0 0 -13px; }
/* On the dark hero / footer the ring/dot need the accent colour to stay visible */
.gmd-cursor .gmd-cursor-ring { mix-blend-mode: normal; }

/* ─── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero-inner, .wwa-inner, .intro-inner, .contact-inner, .faq-inner { grid-template-columns: 1fr; gap: 48px; }
  .faq-left { position: static; }
  .services-grid, .core-grid, .projects-grid, .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid, .results-strip, .stats .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .results-strip-section .results-strip { grid-template-columns: repeat(2, 1fr); }
  .values-grid, .results-strip-section .results-strip { border-left: none; }
  .value-card, .results-strip-section .result-strip-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .platform-chips { grid-template-columns: repeat(3, 1fr); }
  .page-hero-inner.split { grid-template-columns: 1fr; gap: 44px; }
  .process-grid.cols-4 { grid-template-columns: repeat(2, 1fr); }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .pw-grid { grid-template-columns: 1fr; }
  .logo-row { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 860px) {
  .site-nav { padding: 16px 24px; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--off-white); padding: 20px 24px; gap: 4px; box-shadow: 0 12px 30px rgba(73,47,94,0.14); z-index: 999; }
  /* Mobile menu links sit on a cream panel — force dark text so they're visible. */
  .nav-links.open a { color: var(--purple); font-size: 1rem; font-weight: 600; padding: 12px 4px; border-bottom: 1px solid rgba(73,47,94,0.08); }
  .nav-links.open li:last-child a { border-bottom: none; }
  .nav-links.open a:hover, .nav-links.open a.active, .nav-links.open .current-menu-item > a { color: var(--purple-light); }
  /* Hide the standalone "Let's Talk" pill on phones — the hamburger owns nav here. */
  .nav-cta { display: none; }
  .nav-toggle { display: flex; }
  .hero, .page-hero, .services, .stats, .process, .results, .results-strip-section,
  .who-we-are, .services-intro, .history, .mission-vision, .values,
  .core-services, .platforms, .faq, .cta-section, .bottom-cta,
  .contact-split, .testimonials, .projects-section,
  .projects-showcase, .logo-strip { padding-left: 24px; padding-right: 24px; }
  /* Inner-page hero: trim the big top/bottom padding on phones/tablets. */
  .page-hero { padding-top: 116px; padding-bottom: 64px; }
  .site-footer { padding: 60px 24px 32px; }
  /* Footer: 2 columns on tablet instead of 4 cramped ones. */
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 36px; }
  .mv-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .timeline::before { left: 22px; }
  .tl-item { grid-template-columns: 44px 1fr; }
  .tl-item:nth-child(odd) .tl-content, .tl-item:nth-child(even) .tl-content { grid-column: 2; text-align: left; padding: 0 0 0 24px; }
  .tl-item:nth-child(odd) .tl-dot, .tl-item:nth-child(even) .tl-dot { grid-column: 1; }
  .tl-empty { display: none; }
}
@media (max-width: 620px) {
  /* Trim oversized vertical padding so phones don't scroll through dead space. */
  .hero { padding-top: 104px; padding-bottom: 56px; min-height: 0; }
  .services, .stats, .process, .results, .who-we-are, .services-intro,
  .history, .mission-vision, .values, .core-services, .platforms, .faq,
  .cta-section, .bottom-cta, .contact-split, .testimonials,
  .projects-section, .projects-showcase, .logo-strip { padding-top: 64px; padding-bottom: 64px; }
  .services-grid, .core-grid, .projects-grid, .testi-grid,
  .values-grid, .results-strip, .results-cards, .process-grid.cols-4,
  .stat-grid, .stats .stat-grid, .form-grid, .footer-inner { grid-template-columns: 1fr; }
  .results-strip-section .results-strip { grid-template-columns: 1fr; }
  .platform-chips { grid-template-columns: repeat(2, 1fr); }
  .form-card, .mv-card { padding: 28px; }
  .form-card .form-grid { grid-template-columns: 1fr; }
  .info-card { padding: 28px; }
  .hours-card { padding: 26px 28px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .hero-headline { font-size: clamp(2.4rem, 11vw, 3.4rem); }
  .page-hero .hero-headline { font-size: clamp(2.1rem, 9vw, 3rem); }
  .cta-buttons, .cta-btns, .hero-buttons { width: 100%; flex-direction: column; align-items: stretch; }
  .cta-buttons a, .cta-btns a, .hero-buttons a { text-align: center; justify-content: center; }
  .logo-row { grid-template-columns: repeat(2, 1fr); }
  .pw-card { padding: 28px; }
  .pw-metrics { gap: 18px; }
  /* WhatsApp button: slightly smaller + tucked in on small screens. */
  .gmd-whatsapp { right: 16px; bottom: 16px; height: 54px; max-width: 54px; }
  .gmd-whatsapp-icon { flex-basis: 54px; width: 54px; height: 54px; }
  .gmd-whatsapp:hover { max-width: 54px; }
  .gmd-whatsapp:hover .gmd-whatsapp-label { opacity: 0; }
  .gmd-whatsapp-label { display: none; }
}
