:root {
  --purple-950: #241033;
  --purple-900: #35124c;
  --purple-800: #531273;
  --purple-700: #74179b;
  --purple-600: #9223be;
  --lime-500: #70d400;
  --lime-400: #91ed2c;
  --ink: #201d25;
  --muted: #655f6c;
  --paper: #ffffff;
  --soft: #f7f4f8;
  --line: #e7deea;
  --shadow: 0 18px 50px rgba(40, 16, 54, 0.12);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .8rem 1rem; background: #fff; color: var(--purple-900); border-radius: 10px; }
.skip-link:focus { top: 1rem; }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.section { padding: 5.5rem 0; }
.section-soft { background: var(--soft); }
.eyebrow { margin: 0 0 .7rem; color: var(--purple-700); font-size: .82rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.08; }
h1 { font-size: clamp(2.7rem, 7vw, 5.7rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); letter-spacing: -.025em; }
h3 { font-size: 1.35rem; }
p { margin: .8rem 0 0; }
.lede { max-width: 700px; color: var(--muted); font-size: 1.14rem; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.2rem; }
.section-head > div { max-width: 760px; }

.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(36,16,51,.96); backdrop-filter: blur(12px); color: #fff; }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .75rem; color: #fff; text-decoration: none; font-weight: 900; letter-spacing: .02em; }
.brand img { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; border: 2px solid var(--lime-400); }
.brand span { display: grid; line-height: 1.05; }
.brand small { margin-top: .2rem; color: var(--lime-400); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: .25rem; }
.site-nav a { padding: .75rem .85rem; border-radius: 10px; color: #fff; text-decoration: none; font-size: .95rem; font-weight: 720; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { background: rgba(255,255,255,.12); }
.site-nav .nav-cta { margin-left: .5rem; background: var(--lime-500); color: var(--purple-950); }
.site-nav .nav-cta:hover, .site-nav .nav-cta:focus-visible { background: var(--lime-400); }
.menu-button { display: none; border: 1px solid rgba(255,255,255,.4); border-radius: 10px; background: transparent; color: #fff; padding: .65rem .8rem; font: inherit; font-weight: 800; }

.hero { position: relative; min-height: 690px; display: grid; align-items: center; isolation: isolate; overflow: hidden; background: var(--purple-950); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url("assets/images/team-k-hero.webp") center/cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(20,8,28,.97) 0%, rgba(38,12,52,.88) 43%, rgba(38,12,52,.2) 73%, rgba(38,12,52,.08) 100%); }
.hero-inner { max-width: 750px; padding: 6rem 0; }
.hero .eyebrow { color: var(--lime-400); }
.hero p { max-width: 650px; color: rgba(255,255,255,.88); font-size: clamp(1.08rem, 2.3vw, 1.3rem); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.7rem; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: .5rem; padding: .78rem 1.2rem; border: 2px solid transparent; border-radius: 999px; background: var(--lime-500); color: var(--purple-950); text-decoration: none; font-weight: 850; box-shadow: 0 10px 25px rgba(112,212,0,.17); transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); background: var(--lime-400); }
.button-secondary { border-color: rgba(255,255,255,.65); background: transparent; color: #fff; box-shadow: none; }
.button-secondary:hover { background: #fff; color: var(--purple-950); }
.button-purple { background: var(--purple-700); color: #fff; box-shadow: none; }
.button-purple:hover { background: var(--purple-800); }
.hero-proof { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.hero-proof span { padding: .42rem .75rem; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.09); color: #fff; font-size: .86rem; font-weight: 720; }

.trust-bar { background: var(--purple-900); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-item { min-height: 112px; display: grid; place-content: center; padding: 1.2rem; border-right: 1px solid rgba(255,255,255,.13); text-align: center; }
.trust-item:last-child { border-right: 0; }
.trust-item strong { color: var(--lime-400); font-size: 1.05rem; }
.trust-item span { color: rgba(255,255,255,.8); font-size: .82rem; }

.card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.15rem; }
.card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; padding: 1.55rem; box-shadow: 0 8px 26px rgba(48,25,60,.06); }
.card-icon { width: 48px; height: 48px; display: grid; place-content: center; margin-bottom: 1rem; border-radius: 14px; background: linear-gradient(135deg,var(--purple-800),var(--purple-600)); }
.card-icon img { width: 28px; height: 28px; }
.card p { color: var(--muted); }
.card a { display: inline-block; margin-top: 1rem; color: var(--purple-700); font-weight: 850; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.proof-panel { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center; }
.proof-stack { display: grid; gap: .9rem; }
.proof-row { padding: 1.2rem; border-left: 5px solid var(--lime-500); border-radius: 0 16px 16px 0; background: #fff; box-shadow: var(--shadow); }
.proof-row strong { display: block; color: var(--purple-800); }
.proof-row p { margin-top: .25rem; color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; counter-reset: step; }
.process-step { position: relative; padding: 1.6rem 1.5rem 1.5rem 4.2rem; border-radius: var(--radius); background: var(--purple-950); color: #fff; }
.process-step::before { counter-increment: step; content: counter(step); position: absolute; left: 1.25rem; top: 1.25rem; width: 2.25rem; height: 2.25rem; display: grid; place-content: center; border-radius: 50%; background: var(--lime-500); color: var(--purple-950); font-weight: 900; }
.process-step p { color: rgba(255,255,255,.75); }
.testimonial { max-width: 860px; padding: 2.3rem; border-radius: 30px; background: linear-gradient(135deg,var(--purple-900),var(--purple-700)); color: #fff; box-shadow: var(--shadow); }
.testimonial blockquote { margin: 0; font-family: Georgia, serif; font-size: clamp(1.35rem,3vw,2rem); line-height: 1.35; }
.testimonial p { color: rgba(255,255,255,.78); }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.review-card { min-height: 220px; display: flex; flex-direction: column; margin: 0; padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 8px 26px rgba(48,25,60,.06); }
.review-card::before { content: "★★★★★"; color: #5b1481; font-size: .9rem; letter-spacing: .12em; }
.review-card blockquote { margin: 1.1rem 0 1.5rem; color: var(--purple-950); font-family: Georgia, serif; font-size: 1.45rem; line-height: 1.35; }
.review-card figcaption { display: grid; gap: .12rem; margin-top: auto; }
.review-card figcaption strong { color: var(--purple-800); }
.review-card figcaption span { color: var(--muted); font-size: .85rem; }
.faq { display: grid; gap: .75rem; }
.faq details { border: 1px solid var(--line); border-radius: 16px; background: #fff; padding: 1rem 1.1rem; }
.faq summary { cursor: pointer; color: var(--purple-900); font-weight: 850; }
.faq p { color: var(--muted); }
.cta-band { padding: 3rem; border-radius: 30px; background: var(--purple-900); color: #fff; display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.cta-band p { color: rgba(255,255,255,.76); }

.page-hero { padding: 6.5rem 0 5rem; background: radial-gradient(circle at 78% 12%,rgba(145,237,44,.22),transparent 25%), linear-gradient(135deg,var(--purple-950),var(--purple-700)); color: #fff; }
.page-hero .eyebrow { color: var(--lime-400); }
.page-hero p { max-width: 720px; color: rgba(255,255,255,.82); font-size: 1.15rem; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.portrait-wrap { position: relative; max-width: 510px; }
.portrait-wrap::before { content:""; position:absolute; inset: -16px 16px 16px -16px; z-index:-1; border-radius: 30px; background: var(--lime-500); }
.portrait-wrap img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 26px; box-shadow: var(--shadow); }
.check-list { list-style: none; padding: 0; margin: 1.2rem 0 0; display: grid; gap: .6rem; }
.check-list li { position: relative; padding-left: 1.7rem; }
.check-list li::before { content:"✓"; position:absolute; left:0; color: var(--purple-700); font-weight: 900; }
.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.contact-card { padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.contact-card strong { display:block; color: var(--purple-800); }
.contact-card a { color: var(--purple-700); font-weight: 850; overflow-wrap: anywhere; }
.notice { padding: 1rem 1.2rem; border-radius: 14px; background: #f0f9e7; border-left: 5px solid var(--lime-500); }
.legal { max-width: 820px; }
.legal h2 { margin-top: 2.4rem; font-size: 1.6rem; }
.legal p, .legal li { color: var(--muted); }

.site-footer { margin-top: 5rem; background: #1d0c29; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .9fr; gap: 2.5rem; padding: 3.5rem 0; }
.footer-grid p, .footer-grid a { color: rgba(255,255,255,.72); }
.footer-grid a:hover { color: var(--lime-400); }
.footer-links { display: grid; gap: .45rem; }
.footer-links a { text-decoration: none; }
.footer-bottom { padding: 1.2rem 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.6); font-size: .84rem; }
.socials { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1rem; }
.socials a { width: 42px; height: 42px; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; text-decoration: none; }
.socials a { min-width: 44px; min-height: 44px; }
.socials a:hover, .socials a:focus-visible { border-color: var(--lime-400); background: rgba(145,237,44,.08); }
.socials img { width: 22px; height: 22px; }
.social-section { background: linear-gradient(180deg,#fff 0%,#faf7fb 100%); }
.social-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.social-card { position: relative; min-height: 310px; display: flex; flex-direction: column; align-items: flex-start; padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--ink); text-decoration: none; box-shadow: 0 8px 26px rgba(48,25,60,.06); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.social-card:hover { transform: translateY(-4px); border-color: rgba(116,23,155,.35); box-shadow: var(--shadow); }
.social-card p { color: var(--muted); }
.social-card strong { margin-top: auto; padding-top: 1.3rem; color: var(--purple-700); }
.social-icon { width: 52px; height: 52px; display: grid; place-content: center; margin-bottom: 1rem; border-radius: 16px; background: var(--purple-900); }
.social-icon img { width: 28px; height: 28px; }
.social-label { margin-bottom: .5rem; color: var(--purple-700); font-size: .76rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.link-hub { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.link-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; padding: 1.2rem; border: 1px solid var(--line); border-radius: 18px; background: #fff; text-decoration: none; }
.link-card:hover { border-color: var(--purple-600); box-shadow: 0 10px 30px rgba(48,25,60,.08); }
.link-card .social-icon { margin: 0; }
.link-card p { margin-top: .2rem; color: var(--muted); }
.link-arrow { color: var(--purple-700); font-size: 1.5rem; font-weight: 900; }
.leadership-note { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.leadership-note > div:first-child { max-width: 780px; }

:focus-visible { outline: 3px solid var(--lime-400); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; transition: none !important; } }
@media (max-width: 850px) {
  .menu-button { display: block; }
  .site-nav { position: absolute; left: 1rem; right: 1rem; top: 70px; display: none; flex-direction: column; align-items: stretch; padding: .7rem; border-radius: 16px; background: var(--purple-950); box-shadow: var(--shadow); }
  .site-nav[data-open="true"] { display: flex; }
  .site-nav .nav-cta { margin-left: 0; text-align: center; }
  .hero { min-height: 630px; }
  .hero::before { background-position: 65% center; }
  .hero::after { background: linear-gradient(90deg,rgba(20,8,28,.98),rgba(38,12,52,.82)); }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .card-grid, .process-grid, .contact-grid, .social-grid, .review-grid { grid-template-columns: 1fr 1fr; }
  .proof-panel, .split { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .section { padding: 4rem 0; }
  .brand span { font-size: .85rem; }
  .brand small { font-size: .58rem; }
  .brand img { width: 48px; height: 48px; }
  .hero { min-height: 610px; }
  .hero-inner { padding: 4.5rem 0; }
  .hero h1 { font-size: 2.85rem; }
  .actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .trust-grid, .card-grid, .process-grid, .contact-grid, .footer-grid, .social-grid, .link-hub, .review-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .trust-item:last-child { border-bottom: 0; }
  .section-head, .cta-band { align-items: flex-start; flex-direction: column; }
  .leadership-note { align-items: flex-start; flex-direction: column; }
  .cta-band { padding: 2rem 1.4rem; }
  .footer-grid > :first-child { grid-column: auto; }
}
