:root {
  --bg: #f5f4f1;
  --surface: #ffffff;
  --surface-2: #eceae5;
  --ink: #151721;
  --muted: #686b76;
  --line: rgba(21,23,33,.12);
  --accent: #6f4e67;
  --accent-2: #9c728d;
  --accent-soft: #eee6eb;
  --dark: #10121a;
  --dark-2: #171a25;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(19, 17, 24, .10);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.75; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section-pad { padding: 104px 0; }

.skip-link {
  position: fixed; left: 18px; top: -80px; z-index: 999;
  padding: 12px 16px; background: var(--white); color: var(--dark); border-radius: 10px;
  box-shadow: var(--shadow); transition: top .2s ease;
}
.skip-link:focus { top: 18px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  background: rgba(245,244,241,.88); border-bottom: 1px solid rgba(21,23,33,.06);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 850; letter-spacing: -.02em; }
.brand-mark { width: 32px; height: 32px; border-radius: 10px; background: var(--dark); color: white; display: grid; place-items: center; font-size: 15px; }
.brand-text { font-size: 18px; letter-spacing: .08em; }
.brand-text span { color: var(--accent); }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 650; }
.nav-links > a:not(.nav-cta) { color: #3f414a; transition: color .2s ease; }
.nav-links > a:not(.nav-cta):hover { color: var(--accent); }
.nav-cta { padding: 11px 16px; color: var(--white); background: var(--dark); border-radius: 999px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; border-radius: 12px; background: var(--surface); cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 5px; box-shadow: 0 8px 24px rgba(0,0,0,.06); }
.menu-toggle span { width: 18px; height: 2px; background: var(--ink); border-radius: 9px; transition: .2s ease; }

.hero { overflow: hidden; min-height: calc(100vh - 78px); display: flex; align-items: center; padding-top: 74px; position: relative; }
.hero::before { content: ""; position: absolute; width: 660px; height: 660px; border: 1px solid rgba(111,78,103,.10); border-radius: 50%; right: -280px; top: 5%; }
.hero::after { content: ""; position: absolute; width: 460px; height: 460px; border: 1px solid rgba(111,78,103,.07); border-radius: 50%; right: -120px; top: 23%; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; position: relative; z-index: 2; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .18em; font-size: 12px; font-weight: 800; color: var(--accent); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid rgba(111,78,103,.17); border-radius: 999px; background: rgba(255,255,255,.56); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(111,78,103,.10); }
h1 { font-size: clamp(48px, 6.3vw, 82px); line-height: .98; letter-spacing: -.055em; margin: 24px 0 20px; max-width: 850px; }
h1 span { color: var(--accent); }
.hero-role { font-size: 19px; font-weight: 760; margin: 0 0 12px; }
.hero-lead { max-width: 680px; font-size: 18px; color: var(--muted); margin: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 0 20px; border-radius: 999px; font-size: 14px; font-weight: 760; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--dark); color: var(--white); }
.btn-primary:hover { background: var(--accent); }
.btn-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.62); }
.btn-secondary:hover { border-color: rgba(111,78,103,.4); color: var(--accent); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 28px; color: #747780; font-size: 13px; }
.hero-meta span { position: relative; }
.hero-meta span:not(:last-child)::after { content: ""; position: absolute; width: 3px; height: 3px; border-radius: 50%; background: #aaa6ad; right: -12px; top: 50%; }

.hero-visual { position: relative; min-height: 535px; display: grid; place-items: center; }
.visual-glow { position: absolute; width: 410px; height: 410px; border-radius: 50%; background: radial-gradient(circle, rgba(111,78,103,.22), rgba(111,78,103,0) 68%); filter: blur(5px); }
.solution-card { position: relative; width: min(100%, 445px); background: var(--dark); color: white; padding: 28px; border-radius: 30px; box-shadow: 0 40px 90px rgba(18,18,28,.22); transform: rotate(1.5deg); overflow: hidden; }
.solution-card::after { content:""; position:absolute; width:180px; height:180px; border-radius:50%; border:1px solid rgba(255,255,255,.08); right:-70px; top:-60px; }
.solution-topline { display:flex; align-items:center; justify-content:space-between; position:relative; z-index:2; }
.mini-label { font-size: 10px; font-weight: 850; letter-spacing: .18em; color: #a9a9b2; }
.live-pill { display:inline-flex; gap:8px; align-items:center; font-size:11px; color:#d9d6dc; padding:7px 10px; border:1px solid rgba(255,255,255,.10); border-radius:999px; }
.live-pill i { width:6px; height:6px; border-radius:50%; background:#c79aae; }
.solution-title { font-size: 37px; line-height: 1.06; letter-spacing: -.035em; font-weight: 800; margin: 38px 0 30px; position:relative; z-index:2; }
.capability-stack { display:grid; gap:10px; position:relative; z-index:2; }
.capability-row { display:grid; grid-template-columns: 30px 92px 1fr; gap:8px; align-items:center; padding:13px 14px; border-radius:14px; background:rgba(255,255,255,.055); border:1px solid rgba(255,255,255,.07); }
.capability-row > span { font-size:10px; color:#858795; font-weight:800; }
.capability-row strong { font-size:13px; }
.capability-row small { color:#a9abb6; font-size:11px; line-height:1.4; }
.solution-footer { display:flex; flex-wrap:wrap; gap:7px; margin-top:22px; }
.solution-footer span { border:1px solid rgba(255,255,255,.10); padding:7px 9px; border-radius:8px; font-size:9px; letter-spacing:.13em; color:#a7a9b4; }

.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.35); }
.trust-grid { display:grid; grid-template-columns: repeat(3,1fr); }
.trust-grid > div { padding: 28px 34px; display:flex; flex-direction:column; gap:5px; border-right:1px solid var(--line); }
.trust-grid > div:first-child { padding-left:0; }
.trust-grid > div:last-child { border-right:0; }
.trust-grid strong { font-size:17px; }
.trust-grid span { color:var(--muted); font-size:13px; }

.two-col { display:grid; grid-template-columns: .82fr 1.18fr; gap:100px; }
.section-intro h2, .section-heading h2, .method-head h2, .contact-copy h2, .education-card h2 { font-size: clamp(34px,4.5vw,58px); line-height:1.06; letter-spacing:-.04em; margin:15px 0 0; }
.about-copy { max-width:700px; }
.about-copy p { color:var(--muted); font-size:16px; }
.about-copy .lead-paragraph { color:var(--ink); font-size:21px; line-height:1.55; margin-top:0; }
.about-tags { display:flex; flex-wrap:wrap; gap:9px; margin-top:28px; }
.about-tags span, .card-tags span { font-size:11px; font-weight:750; padding:8px 10px; border:1px solid var(--line); border-radius:999px; background:rgba(255,255,255,.55); }

.section-muted { background:var(--surface-2); }
.section-heading { display:flex; justify-content:space-between; align-items:flex-end; gap:50px; margin-bottom:58px; }
.section-heading > p { max-width:430px; color:var(--muted); margin:0 0 6px; }
.timeline { max-width:1020px; margin:0 auto; }
.timeline-item { display:grid; grid-template-columns: 42px 105px 1fr; position:relative; }
.timeline-item:not(:last-child) { padding-bottom:55px; }
.timeline-marker { position:relative; display:flex; justify-content:center; }
.timeline-marker::after { content:""; position:absolute; width:1px; background:rgba(21,23,33,.15); top:17px; bottom:-55px; }
.timeline-item:last-child .timeline-marker::after { display:none; }
.timeline-marker span { width:12px; height:12px; border-radius:50%; background:var(--accent); margin-top:8px; box-shadow:0 0 0 7px rgba(111,78,103,.12); position:relative; z-index:2; }
.timeline-date { font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.1em; color:#787a82; padding-top:7px; }
.timeline-content { background:var(--surface); padding:30px 32px; border-radius:20px; border:1px solid rgba(21,23,33,.07); box-shadow:0 14px 34px rgba(25,23,28,.045); }
.job-head { display:flex; justify-content:space-between; gap:24px; align-items:flex-start; margin-bottom:20px; }
.job-head h3 { font-size:24px; margin:0 0 5px; letter-spacing:-.02em; }
.job-head p { margin:0; color:var(--muted); font-size:14px; }
.job-badge { font-size:10px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; padding:8px 9px; border-radius:999px; background:var(--accent-soft); color:var(--accent); white-space:nowrap; }
.timeline-content ul { padding-left:19px; margin:0; color:#474a54; }
.timeline-content li { margin:9px 0; line-height:1.65; }
.progression-note { margin-top:22px; padding:17px 18px; border-left:3px solid var(--accent); background:#f7f3f6; color:#55525a; line-height:1.6; }
.job-summary { margin:0; color:var(--muted); }

.expertise-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; }
.expertise-card { min-height:310px; display:flex; flex-direction:column; padding:28px; background:var(--surface); border:1px solid rgba(21,23,33,.08); border-radius:20px; transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.expertise-card:hover { transform:translateY(-5px); box-shadow:var(--shadow); border-color:rgba(111,78,103,.22); }
.card-no { color:#9a9ca4; font-size:11px; font-weight:800; letter-spacing:.15em; }
.expertise-card h3 { margin:46px 0 12px; font-size:24px; letter-spacing:-.025em; }
.expertise-card p { color:var(--muted); margin:0; font-size:14px; }
.card-tags { display:flex; flex-wrap:wrap; gap:6px; margin-top:auto; padding-top:24px; }
.card-tags span { font-size:9px; padding:7px 8px; }

.section-dark { background:var(--dark); color:var(--white); }
.section-kicker.light { color:#c49fb6; }
.method-head { max-width:760px; }
.method-grid { display:grid; grid-template-columns:repeat(4,1fr); margin-top:60px; border-top:1px solid rgba(255,255,255,.13); }
.method-step { padding:28px 24px 0 0; min-height:220px; border-right:1px solid rgba(255,255,255,.10); }
.method-step:not(:first-child) { padding-left:24px; }
.method-step:last-child { border-right:0; }
.method-step > span { display:block; color:#8f91a0; font-size:11px; letter-spacing:.14em; font-weight:800; margin-bottom:44px; }
.method-step h3 { font-size:22px; margin:0 0 10px; }
.method-step p { color:#a8abb6; font-size:14px; margin:0; }

.highlight-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; }
.highlight-feature { grid-column:span 2; min-height:310px; display:grid; grid-template-columns:120px 1fr; gap:32px; align-items:end; background:var(--accent); color:white; padding:34px; border-radius:22px; overflow:hidden; position:relative; }
.highlight-feature::after { content:"18"; position:absolute; right:-12px; top:-40px; font-size:230px; font-weight:900; line-height:1; color:rgba(255,255,255,.05); }
.highlight-year { font-size:18px; font-weight:850; position:relative; z-index:2; }
.highlight-feature > div { position:relative; z-index:2; }
.highlight-feature .mini-label { color:#e7d7e1; }
.highlight-feature h3 { font-size:36px; margin:12px 0 8px; letter-spacing:-.035em; }
.highlight-feature p:last-child { max-width:520px; color:#eadfe6; margin-bottom:0; }
.highlight-card { min-height:245px; display:flex; flex-direction:column; background:var(--surface); border:1px solid rgba(21,23,33,.08); border-radius:22px; padding:28px; }
.highlight-card > span { font-size:10px; color:var(--accent); text-transform:uppercase; letter-spacing:.14em; font-weight:850; }
.highlight-card h3 { font-size:23px; margin:50px 0 10px; letter-spacing:-.025em; }
.highlight-card p { margin:0; color:var(--muted); font-size:14px; }
.credentials { margin-top:24px; padding:27px 30px; border:1px solid var(--line); border-radius:18px; background:rgba(255,255,255,.45); }
.credentials-title { margin:0 0 17px; font-weight:800; font-size:13px; text-transform:uppercase; letter-spacing:.08em; }
.credential-list { display:flex; flex-wrap:wrap; gap:10px; }
.credential-list span { font-size:12px; color:#555860; padding:9px 11px; background:var(--surface); border-radius:9px; border:1px solid rgba(21,23,33,.07); }

.education-section { padding-top:25px; }
.education-card { background:var(--surface); border:1px solid var(--line); border-radius:24px; padding:45px 48px; display:flex; align-items:flex-end; justify-content:space-between; gap:40px; }
.education-card h2 { font-size:44px; }
.education-card p { color:var(--muted); margin-bottom:0; }
.education-year { font-size:24px; font-weight:800; white-space:nowrap; }
.education-year span { color:var(--accent); padding:0 5px; }

.contact-section { background:var(--accent); color:var(--white); }
.contact-grid { display:grid; grid-template-columns:1fr .85fr; gap:85px; align-items:start; }
.contact-copy .section-kicker { color:#ead9e4; }
.contact-copy h2 { max-width:680px; }
.contact-copy > p:last-child { color:#eadfe6; max-width:590px; }
.contact-links { display:grid; border-top:1px solid rgba(255,255,255,.22); }
.contact-links a { display:grid; grid-template-columns:92px 1fr 26px; align-items:center; gap:14px; padding:20px 4px; border-bottom:1px solid rgba(255,255,255,.22); transition:padding .2s ease, background .2s ease; }
.contact-links a:hover { padding-left:10px; }
.contact-links span { font-size:11px; text-transform:uppercase; letter-spacing:.12em; color:#ead7e3; font-weight:800; }
.contact-links strong { font-size:14px; }
.contact-links i { font-style:normal; font-size:20px; }

.site-footer { background:var(--dark); color:#9da0aa; }
.footer-inner { min-height:116px; display:grid; grid-template-columns:1fr auto auto; align-items:center; gap:32px; font-size:12px; }
.footer-inner > div { display:flex; flex-direction:column; gap:4px; }
.footer-inner strong { color:white; letter-spacing:.08em; font-size:16px; }
.footer-inner p { margin:0; }
.footer-inner a { color:#d1d2d8; }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }

:focus-visible { outline:3px solid #b989a4; outline-offset:4px; }

@media (max-width: 980px) {
  .section-pad { padding:80px 0; }
  .hero { min-height:auto; padding-top:70px; }
  .hero-grid { grid-template-columns:1fr; gap:45px; }
  .hero-copy { max-width:780px; }
  .hero-visual { min-height:430px; }
  .solution-card { width:min(100%,520px); transform:none; }
  .two-col, .contact-grid { grid-template-columns:1fr; gap:42px; }
  .section-heading { align-items:flex-start; flex-direction:column; gap:18px; }
  .expertise-grid { grid-template-columns:repeat(2,1fr); }
  .method-grid { grid-template-columns:repeat(2,1fr); }
  .method-step:nth-child(2) { border-right:0; }
  .method-step:nth-child(3), .method-step:nth-child(4) { border-top:1px solid rgba(255,255,255,.10); }
  .highlight-grid { grid-template-columns:repeat(2,1fr); }
  .highlight-feature { grid-column:span 2; }
}

@media (max-width: 760px) {
  .container { width:min(calc(100% - 28px), var(--max)); }
  .site-header { background:rgba(245,244,241,.95); }
  .nav-wrap { min-height:68px; }
  .menu-toggle { display:flex; }
  .nav-links { position:absolute; left:14px; right:14px; top:76px; display:none; flex-direction:column; align-items:stretch; gap:0; background:var(--surface); padding:12px; border:1px solid var(--line); border-radius:18px; box-shadow:var(--shadow); }
  .nav-links.open { display:flex; }
  .nav-links a { padding:13px 12px; border-radius:11px; }
  .nav-cta { text-align:center; margin-top:6px; }
  .menu-toggle.active span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity:0; }
  .menu-toggle.active span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
  .hero { padding-top:54px; }
  h1 { font-size:clamp(44px,13vw,65px); }
  .hero-lead { font-size:16px; }
  .hero-meta { gap:8px 12px; }
  .hero-meta span::after { display:none; }
  .hero-visual { min-height:390px; }
  .solution-card { padding:22px; border-radius:24px; }
  .solution-title { font-size:30px; }
  .capability-row { grid-template-columns:25px 76px 1fr; padding:11px; }
  .trust-grid { grid-template-columns:1fr; }
  .trust-grid > div { border-right:0; border-bottom:1px solid var(--line); padding:20px 0; }
  .trust-grid > div:last-child { border-bottom:0; }
  .section-intro h2, .section-heading h2, .method-head h2, .contact-copy h2 { font-size:38px; }
  .timeline-item { grid-template-columns:25px 1fr; }
  .timeline-date { grid-column:2; margin-bottom:10px; }
  .timeline-content { grid-column:2; padding:24px 22px; }
  .timeline-marker { grid-row:1 / span 2; }
  .job-head { flex-direction:column; gap:12px; }
  .expertise-grid, .highlight-grid { grid-template-columns:1fr; }
  .highlight-feature { grid-column:span 1; grid-template-columns:1fr; gap:60px; min-height:340px; }
  .expertise-card { min-height:275px; }
  .method-grid { grid-template-columns:1fr; }
  .method-step, .method-step:not(:first-child) { padding:24px 0; border-right:0; border-top:1px solid rgba(255,255,255,.10); min-height:0; }
  .method-step > span { margin-bottom:24px; }
  .education-card { padding:32px 26px; align-items:flex-start; flex-direction:column; }
  .education-card h2 { font-size:38px; }
  .contact-links a { grid-template-columns:70px 1fr 20px; }
  .footer-inner { grid-template-columns:1fr; padding:30px 0; gap:14px; }
}

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

[hidden] { display: none !important; }
.nav-cta { white-space: nowrap; }
