:root {
  --purple: #6417cf;
  --purple-bright: #7f22ff;
  --purple-dark: #5714b8;
  --ink: #16121c;
  --muted: #625a6d;
  --paper: #ffffff;
  --soft: #f7f2ff;
  --line: #e8dcf7;
  --shell: 1180px;
  --radius: 26px;
  --shadow: 0 22px 70px rgba(57, 19, 95, 0.16);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.shell {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--ink);
  color: white;
}

.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(100, 23, 207, 0.1);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-mark { position: relative; width: 43px; height: 40px; overflow: hidden; flex: 0 0 auto; }
.brand-mark img { position: absolute; top: -23.5px; left: -31.5px; width: 106px; max-width: none; }
.brand span, .footer-brand span { font-family: "Playfair Display", Georgia, serif; font-weight: 700; font-size: 1.3rem; letter-spacing: -0.02em; }
.brand > .brand-mark { font-size: inherit; }
sup { font-family: "DM Sans", Arial, sans-serif; font-size: 0.42em; vertical-align: super; margin-left: 2px; }

nav { display: flex; align-items: center; gap: 30px; }
nav a { color: #342d3e; font-size: 0.91rem; font-weight: 600; text-decoration: none; transition: color 180ms ease; }
nav a:hover, nav a:focus-visible { color: var(--purple); }
.nav-cta { padding: 10px 18px; border: 1px solid var(--purple); border-radius: 999px; color: var(--purple); }
.menu-toggle { display: none; width: 46px; height: 44px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--ink); transition: transform 180ms ease, opacity 180ms ease; }

.hero { position: relative; overflow: hidden; min-height: 750px; display: grid; align-items: center; background: linear-gradient(135deg, #ffffff 35%, #f8f2ff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 82px; align-items: center; padding-block: 90px 108px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; color: var(--purple); font-size: 0.79rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; }
.eyebrow span { color: var(--purple-bright); margin-inline: 8px; }
h1, h2 { margin: 0; font-family: "Playfair Display", Georgia, serif; letter-spacing: -0.045em; line-height: 1.04; }
h1 { max-width: 700px; font-size: clamp(3.5rem, 6vw, 6.25rem); }
h1 em { color: var(--purple); font-weight: inherit; }
.hero-tagline { margin: 24px 0 12px; color: var(--ink); font-weight: 400; letter-spacing: 0.08em; text-transform: uppercase; }
.hero-tagline strong, .hero-brand-tagline strong { font-weight: 700; }
.hero-tagline .tagline-results, .hero-brand-tagline .tagline-results { color: var(--purple); }
.hero-intro { max-width: 630px; margin: 0; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border-radius: 999px; font-weight: 700; text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--purple), var(--purple-bright)); color: white; box-shadow: 0 14px 28px rgba(100, 23, 207, 0.25); }
.button-secondary { border: 1px solid var(--line); background: white; color: var(--ink); }

.hero-visual { position: relative; z-index: 2; display: flex; justify-content: flex-end; }
.hero-brand-lockup { width: min(100%, 440px); display: grid; justify-items: center; padding: 36px 22px; text-align: center; }
.hero-logo-frame { width: 100%; height: 295px; overflow: hidden; }
.hero-brand-logo { width: 100%; max-width: none; transform: translateY(-72px); filter: drop-shadow(0 18px 28px rgba(83, 14, 169, 0.13)); }
.experience-card { width: 235px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; margin-top: 34px; padding: 18px; border: 1px solid rgba(255, 255, 255, 0.7); border-radius: 18px; background: linear-gradient(135deg, var(--purple), var(--purple-bright)); color: white; box-shadow: 0 20px 42px rgba(100, 23, 207, 0.24); }
.experience-card strong { color: white; font-family: "Playfair Display", Georgia, serif; font-size: 2.25rem; line-height: 1; }
.experience-card span { font-size: 0.78rem; font-weight: 600; line-height: 1.35; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); opacity: 0.6; }
.hero-glow-one { width: 460px; height: 460px; right: -140px; top: -150px; background: radial-gradient(circle, rgba(127, 34, 255, 0.25), transparent 67%); }
.hero-glow-two { width: 260px; height: 260px; left: -120px; bottom: -90px; background: radial-gradient(circle, rgba(100, 23, 207, 0.14), transparent 68%); }

.trust-bar { background: var(--purple-dark); color: white; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid div { padding: 28px 36px; text-align: center; }
.trust-grid div + div { border-left: 1px solid rgba(255, 255, 255, 0.18); }
.trust-grid strong { display: block; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: 1.12rem; }
.trust-grid span { display: block; margin-top: 2px; color: #cfbde6; font-size: 0.82rem; }

.audience-section { padding-block: 118px; }
.two-column { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 110px; align-items: start; }
.section-heading h2, .section-title h2, .process-intro h2, .leadership-copy h2, .contact h2 { font-size: clamp(2.7rem, 4.5vw, 4.5rem); }
.section-copy { padding-top: 38px; }
.section-copy p { margin: 0 0 18px; color: var(--muted); font-size: 1.05rem; }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 10px; color: var(--purple); font-weight: 700; text-decoration: none; }
.text-link span { transition: transform 180ms ease; }
.text-link:hover span, .text-link:focus-visible span { transform: translateX(4px); }
.clients-image { margin-top: 64px; }
.clients-image img { width: 100%; height: auto; border-radius: 28px; box-shadow: var(--shadow); }
.audience-dark { position: relative; overflow: hidden; background: var(--ink); color: white; }
.audience-dark::after { content: ""; position: absolute; right: -80px; bottom: -200px; width: 480px; height: 480px; border: 1px solid rgba(127, 34, 255, 0.28); border-radius: 50%; box-shadow: 0 0 0 60px rgba(127, 34, 255, 0.03), 0 0 0 130px rgba(127, 34, 255, 0.02); }
.audience-dark .section-copy { position: relative; z-index: 1; }
.audience-dark .section-copy p { color: #cfc8d5; }
.text-link-light { color: #c6a0ff; }

.expertise { padding-block: 120px; background: var(--soft); }
.section-title { max-width: 760px; margin-bottom: 54px; }
.expertise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.expertise-card { min-height: 245px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255, 255, 255, 0.85); transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease; }
.expertise-card:hover { transform: translateY(-5px); border-color: rgba(100, 23, 207, 0.35); box-shadow: 0 18px 44px rgba(65, 22, 110, 0.1); }
.expertise-card > span { color: var(--purple); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; }
.expertise-card h3 { margin: 35px 0 8px; font-family: "Playfair Display", Georgia, serif; font-size: 1.5rem; }
.expertise-card p { margin: 0; color: var(--muted); font-size: 0.94rem; }

.process { padding-block: 125px; }
.process-grid { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 120px; }
.process-intro { position: sticky; top: 120px; align-self: start; }
.process-intro p:last-child { max-width: 450px; margin-top: 22px; color: var(--muted); }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 72px 1fr; gap: 26px; padding: 10px 0 34px; border-bottom: 1px solid var(--line); }
.steps li + li { padding-top: 34px; }
.steps > li > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--soft); color: var(--purple); font-size: 0.82rem; font-weight: 700; }
.steps h3 { margin: 0 0 6px; font-family: "Playfair Display", Georgia, serif; font-size: 1.55rem; }
.steps p { margin: 0; color: var(--muted); }

.leadership { overflow: hidden; padding-block: 125px; background: linear-gradient(135deg, #f7f2ff 0%, white 72%); }
.leadership-grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 90px; align-items: center; }
.leadership-photo { position: relative; width: min(100%, 300px); align-self: start; justify-self: center; padding: 12px; border: 1px solid rgba(100, 23, 207, 0.2); border-radius: 30px; background: linear-gradient(145deg, #ffffff, #f7f2ff); box-shadow: var(--shadow); }
.leadership-photo::before { content: ""; position: absolute; inset: 5px; border: 2px solid rgba(100, 23, 207, 0.4); border-radius: 25px; pointer-events: none; }
.leadership-photo img { position: relative; width: 100%; height: auto; border-radius: 20px; }
.leadership-copy .role { margin: 12px 0 26px; color: var(--purple); font-weight: 700; }
.leadership-copy .role span { margin-inline: 8px; }
.leadership-copy > p:not(.eyebrow):not(.role) { margin: 0 0 16px; color: var(--muted); font-size: 1.04rem; }
blockquote { margin: 28px 0 18px; padding: 20px 0 20px 24px; border-left: 3px solid var(--purple-bright); font-family: "Playfair Display", Georgia, serif; font-size: 1.28rem; font-weight: 600; line-height: 1.5; }

.contact { position: relative; overflow: hidden; padding-block: 120px; background: linear-gradient(135deg, #431092, #7318dc 55%, #7f22ff); color: white; text-align: center; }
.contact-inner { position: relative; z-index: 2; max-width: 850px; }
.contact-inner > img { width: 70px; margin: 0 auto 16px; filter: brightness(0) invert(1); }
.contact .eyebrow { color: #e4d1ff; }
.contact h2 { max-width: 780px; margin-inline: auto; }
.contact-inner > p:not(.eyebrow):not(.resume-note) { max-width: 650px; margin: 24px auto 0; color: #eadffd; font-size: 1.08rem; }
.contact-actions { justify-content: center; }
.button-light { background: white; color: var(--purple-dark); box-shadow: 0 14px 32px rgba(28, 7, 60, 0.2); }
.button-outline-light { border: 1px solid rgba(255, 255, 255, 0.55); color: white; }
.contact-details { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 36px; }
.contact-details p { margin: 0; }
.contact-details a { color: white; font-weight: 600; text-decoration: none; }
.contact-details a:hover, .contact-details a:focus-visible { text-decoration: underline; }
.resume-note { margin: 14px 0 0; color: #e5d5f9; font-size: 0.84rem; }
.contact-orbit { position: absolute; border: 1px solid rgba(255, 255, 255, 0.14); border-radius: 50%; }
.contact-orbit-one { width: 460px; height: 460px; left: -220px; top: -220px; box-shadow: 0 0 0 70px rgba(255,255,255,0.025); }
.contact-orbit-two { width: 340px; height: 340px; right: -145px; bottom: -170px; box-shadow: 0 0 0 55px rgba(255,255,255,0.025); }

.site-footer { padding-block: 28px 22px; background: #120d18; color: #d1c8d8; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.footer-brand { display: inline-flex; align-items: center; gap: 9px; color: white; }
.footer-brand img { width: 31px; filter: brightness(0) invert(1); }
.footer-brand span { font-size: 1rem; }
.footer-grid p { margin: 0; font-size: 0.78rem; text-align: center; }
.footer-grid > a { justify-self: end; color: white; font-size: 0.85rem; font-weight: 600; text-decoration: none; }
.trademark-note { margin-top: 14px; color: #807687; font-size: 0.72rem; text-align: center; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 650ms ease, transform 650ms ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal[data-delay="1"] { transition-delay: 100ms; }
.reveal[data-delay="2"] { transition-delay: 180ms; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 62px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { justify-content: center; }
  .hero-brand-lockup { width: min(100%, 440px); }
  .two-column, .process-grid, .leadership-grid { grid-template-columns: 1fr; gap: 48px; }
  .section-copy { padding-top: 0; }
  .expertise-grid { grid-template-columns: repeat(2, 1fr); }
  .process-intro { position: static; }
  .leadership-photo { margin-inline: auto; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .nav-wrap { min-height: 72px; }
  .brand span { font-size: 1.08rem; }
  .brand-mark { width: 38px; height: 36px; }
  .brand-mark img { top: -21px; left: -28px; width: 95px; }
  .menu-toggle { display: block; }
  nav { position: absolute; inset: 72px 0 auto; display: none; align-items: stretch; gap: 0; padding: 10px 20px 22px; border-bottom: 1px solid var(--line); background: white; box-shadow: 0 18px 30px rgba(32, 11, 54, 0.08); }
  nav.open { display: grid; }
  nav a { padding: 13px 8px; font-size: 1rem; }
  .nav-cta { margin-top: 6px; text-align: center; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }

  .hero { min-height: auto; }
  .hero-grid { padding-block: 68px 84px; gap: 52px; }
  h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .hero-intro { font-size: 1rem; }
  .hero-brand-lockup { padding: 16px 8px 8px; }
  .hero-logo-frame { height: 245px; }
  .hero-brand-logo { transform: translateY(-58px); }
  .experience-card { width: 220px; }

  .trust-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .trust-grid div { padding: 20px; }
  .trust-grid div + div { border-top: 1px solid rgba(255, 255, 255, 0.14); border-left: 0; }

  .audience-section, .expertise, .process, .leadership, .contact { padding-block: 82px; }
  .clients-image { margin-top: 42px; }
  .clients-image img { border-radius: 20px; }
  .section-heading h2, .section-title h2, .process-intro h2, .leadership-copy h2, .contact h2 { font-size: clamp(2.45rem, 11vw, 3.5rem); }
  .two-column, .process-grid, .leadership-grid { gap: 34px; }
  .leadership-photo { width: min(82%, 250px); }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-card { min-height: auto; }
  .expertise-card h3 { margin-top: 24px; }
  .steps li { grid-template-columns: 58px 1fr; gap: 16px; }
  .steps > li > span { width: 48px; height: 48px; }
  .contact-details { display: grid; gap: 5px; }
  .contact-details span { display: none; }
  .footer-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer-grid > a { justify-self: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
