:root, .dark {
  --font-geist-sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-geist-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --background: #0b0a13; --foreground: #f3eef6; --card: #12101d; --card-foreground: #f3eef6;
  --primary: #ff6f7e; --primary-foreground: #16080d; --secondary: #241d35; --secondary-foreground: #f3eef6;
  --muted: #171421; --muted-foreground: #a9a2b6; --accent: #a878e8; --accent-foreground: #0b0a13;
  --border: rgba(235,222,244,.14); --ring: #ff8d72; --radius: .4rem;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--background); }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: var(--font-geist-sans), Arial, sans-serif; }
button, a { font: inherit; } a { color: inherit; text-decoration: none; }
.site-shell { min-height: 100vh; overflow: hidden; background: radial-gradient(circle at 78% 22%,rgba(137,78,207,.16),transparent 26rem),#0b0a13; }
.topbar { position:absolute; inset:0 0 auto; z-index:20; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; min-height:92px; padding:0 clamp(24px,5vw,84px); border-bottom:1px solid var(--border); }
.brand { display:inline-flex; align-items:center; gap:12px; width:max-content; font-family:var(--font-geist-mono); letter-spacing:.08em; line-height:.9; }
.brand-mark { display:grid; width:38px; height:38px; place-items:center; border:1px solid rgba(255,111,126,.7); color:#ff8390; font-size:12px; transform:rotate(-6deg); }
.brand>span:last-child { display:grid; } .brand strong { font-size:14px; } .brand em { color:#ffbd67; font-size:10px; font-style:normal; letter-spacing:.22em; }
.main-nav { display:flex; gap:clamp(20px,3vw,44px); color:#aaa3b5; font-size:13px; }
.main-nav a,.language-switch a { transition:color 180ms ease; }
.main-nav a:hover,.language-switch a:hover,.language-switch a.active { color:#fff; }
.language-switch { display:flex; justify-self:end; gap:7px; color:#625d6c; font-family:var(--font-geist-mono); font-size:11px; }
.language-switch a { padding:6px 2px; color:#706a79; }
.hero { position:relative; display:grid; grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr); align-items:center; min-height:100svh; padding:150px clamp(24px,7vw,118px) 72px; }
.hero-grid { position:absolute; inset:92px 0 0; opacity:.17; background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size:64px 64px; mask-image:linear-gradient(90deg,#000,transparent 80%); }
.hero-copy { position:relative; z-index:3; max-width:850px; padding-right:clamp(20px,4vw,72px); }
.availability { display:inline-flex; align-items:center; gap:9px; margin-bottom:clamp(34px,6vh,70px); color:#c8c0cd; font-size:12px; letter-spacing:.04em; }
.availability span { width:7px; height:7px; border-radius:50%; background:#79dfad; box-shadow:0 0 0 5px rgba(121,223,173,.08),0 0 18px rgba(121,223,173,.4); }
.eyebrow { margin:0 0 20px; color:#ff9a82; font-family:var(--font-geist-mono); font-size:clamp(11px,.9vw,14px); letter-spacing:.13em; text-transform:uppercase; }
h1 { margin:0; font-size:clamp(54px,6.7vw,116px); font-weight:560; letter-spacing:-.065em; line-height:.89; }
h1 span { display:block; } .accent-line { color:#c993ff; }
.hero-intro { max-width:690px; margin:36px 0 0; color:#b8b0bf; font-size:clamp(17px,1.35vw,22px); line-height:1.55; }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:38px; }
.primary-action,.secondary-action { display:inline-flex; align-items:center; justify-content:space-between; min-width:204px; height:54px; padding:0 18px; border:1px solid transparent; font-size:14px; transition:transform 180ms ease,background 180ms ease,border-color 180ms ease; }
.primary-action { background:#ff7380; color:#16090e; } .secondary-action { border-color:var(--border); background:rgba(255,255,255,.02); color:#e7e0ea; }
.primary-action:hover,.secondary-action:hover { transform:translateY(-2px); } .secondary-action:hover { border-color:rgba(201,147,255,.55); background:rgba(201,147,255,.07); }
.hero-actions svg { width:17px; height:17px; }
.portrait-card { position:relative; z-index:2; justify-self:end; width:min(100%,470px); transform:rotate(1.2deg); }
.portrait-frame { position:relative; aspect-ratio:4/5; overflow:hidden; border:1px solid rgba(255,255,255,.18); background:#181424; box-shadow:30px 34px 0 rgba(159,84,219,.1); }
.portrait-frame::before { position:absolute; z-index:2; inset:0; border:12px solid rgba(11,10,19,.18); content:''; }
.portrait-frame img { width:100%; height:100%; object-fit:cover; object-position:center 24%; filter:saturate(.82) contrast(1.03) brightness(.83); }
.portrait-tint { position:absolute; inset:0; background:linear-gradient(180deg,rgba(100,69,206,.13),transparent 48%),linear-gradient(0deg,rgba(255,89,115,.22),transparent 42%); mix-blend-mode:color; }
.portrait-label { display:flex; align-items:center; gap:18px; width:88%; margin:-16px 0 0 -26px; padding:17px 22px; background:#f07882; color:#1c0d13; box-shadow:10px 12px 0 rgba(0,0,0,.2); }
.portrait-label>span { color:rgba(28,13,19,.52); font-family:var(--font-geist-mono); font-size:11px; }
.portrait-label p { display:grid; margin:0; } .portrait-label strong { font-size:14px; } .portrait-label em { font-size:11px; font-style:normal; opacity:.6; }
.experience-note { position:absolute; z-index:4; right:clamp(24px,5vw,84px); bottom:24px; display:flex; align-items:center; gap:14px; max-width:270px; color:#91899a; font-size:11px; line-height:1.35; }
.experience-note .metric { color:#ffbd67; font-family:var(--font-geist-mono); font-size:32px; }
.signal { position:absolute; z-index:1; border:1px solid rgba(255,111,126,.24); border-radius:50%; pointer-events:none; }
.signal::before,.signal::after { position:absolute; inset:9%; border:inherit; border-radius:inherit; content:''; } .signal::after { inset:19%; }
.signal-one { top:10%; right:-11vw; width:46vw; height:46vw; transform:skew(-11deg,7deg); }
.signal-two { bottom:-19vw; left:-17vw; width:38vw; height:38vw; border-color:rgba(190,124,242,.13); }
@media (max-width:980px) {
  .topbar { grid-template-columns:1fr auto; } .main-nav { display:none; }
  .hero { grid-template-columns:1fr; align-items:start; padding-top:140px; } .hero-copy { padding-right:0; } .availability { margin-bottom:40px; }
  .portrait-card { width:min(82%,480px); margin-top:76px; justify-self:center; } .experience-note { position:static; margin:52px 0 0; }
}
@media (max-width:600px) {
  .topbar { min-height:76px; padding-inline:20px; } .brand-mark { width:34px; height:34px; }
  .hero { min-height:auto; padding:120px 20px 58px; } .hero-grid { inset:76px 0 0; background-size:44px 44px; }
  h1 { font-size:clamp(49px,15vw,72px); } .hero-intro { margin-top:28px; font-size:16px; }
  .primary-action,.secondary-action { min-width:100%; } .portrait-card { width:92%; margin-top:64px; } .portrait-label { margin-left:-12px; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } *,*::before,*::after { transition-duration:.01ms !important; } }

.section {
  position: relative;
  z-index: 2;
  padding: clamp(92px, 12vw, 190px) clamp(24px, 7vw, 118px);
  border-top: 1px solid var(--border);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(250px, 0.55fr);
  column-gap: 7vw;
  align-items: end;
  margin-bottom: clamp(58px, 8vw, 110px);
}

.section-kicker {
  grid-column: 1 / -1;
  margin: 0 0 24px;
  color: #ff927f;
  font-family: var(--font-geist-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  white-space: pre-line;
  font-size: clamp(46px, 6vw, 96px);
  font-weight: 540;
  letter-spacing: -0.06em;
  line-height: 0.95;
}

.section-intro {
  margin: 0;
  color: #a9a2b2;
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.55;
}

.expertise-section {
  background: linear-gradient(180deg, #0b0a13, #0e0c17);
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}

.expertise-card {
  position: relative;
  display: flex;
  min-height: 370px;
  flex-direction: column;
  padding: clamp(26px, 3vw, 46px);
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
  transition: background 220ms ease, transform 220ms ease;
}

.expertise-card::after {
  position: absolute;
  right: -60px;
  bottom: -90px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(201, 147, 255, 0.2);
  border-radius: 50%;
  content: '';
  transition: transform 260ms ease;
}

.expertise-card:hover {
  background: rgba(201, 147, 255, 0.055);
}

.expertise-card:hover::after {
  transform: scale(1.3);
}

.card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #6f6878;
  font-family: var(--font-geist-mono);
  font-size: 11px;
}

.card-top svg {
  width: 22px;
  height: 22px;
  color: #c993ff;
  stroke-width: 1.35;
}

.card-symbol {
  color: #c993ff;
  font-family: var(--font-geist-mono);
  font-size: 22px;
  font-weight: 400;
}

[hidden] { display: none !important; }

.expertise-card h3 {
  max-width: 300px;
  margin: auto 0 18px;
  font-size: clamp(25px, 2.2vw, 36px);
  font-weight: 520;
  letter-spacing: -0.035em;
}

.expertise-card > p {
  min-height: 86px;
  margin: 0;
  color: #a59eac;
  font-size: 14px;
  line-height: 1.55;
}

.expertise-card small {
  position: relative;
  z-index: 1;
  margin-top: 28px;
  color: #ff9b84;
  font-family: var(--font-geist-mono);
  font-size: 10px;
  letter-spacing: 0.03em;
}

.scale-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(60px, 9vw, 150px);
  background: #f07882;
  color: #1c0d13;
}

.scale-section .section-kicker {
  color: rgba(28, 13, 19, 0.56);
}

.scale-copy h2 {
  font-size: clamp(48px, 5.4vw, 84px);
}

.scale-copy > p:last-child {
  max-width: 530px;
  margin: 34px 0 0;
  color: rgba(28, 13, 19, 0.68);
  font-size: 16px;
  line-height: 1.6;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-self: start;
  border-top: 1px solid rgba(28, 13, 19, 0.23);
  border-left: 1px solid rgba(28, 13, 19, 0.23);
}

.stat {
  display: grid;
  min-height: 190px;
  align-content: space-between;
  padding: clamp(24px, 3vw, 44px);
  border-right: 1px solid rgba(28, 13, 19, 0.23);
  border-bottom: 1px solid rgba(28, 13, 19, 0.23);
}

.stat strong {
  font-family: var(--font-geist-mono);
  font-size: clamp(42px, 4.8vw, 78px);
  font-weight: 520;
  letter-spacing: -0.07em;
}

.stat span {
  max-width: 230px;
  color: rgba(28, 13, 19, 0.64);
  font-size: 12px;
  line-height: 1.4;
}

.stat-5 {
  grid-column: 1 / -1;
}

.projects-section {
  background: #0a0911;
}

.projects-heading {
  display: block;
}

.projects-heading h2 {
  max-width: 900px;
}

.projects-list {
  border-top: 1px solid var(--border);
}

.project {
  display: grid;
  grid-template-columns: 70px minmax(0, 1.2fr) minmax(220px, 0.45fr);
  gap: clamp(22px, 4vw, 68px);
  align-items: start;
  padding: clamp(34px, 5vw, 68px) 0;
  border-bottom: 1px solid var(--border);
}

.project-index {
  color: #ff9b84;
  font-family: var(--font-geist-mono);
  font-size: 12px;
}

.project h3 {
  margin: 0 0 18px;
  font-size: clamp(29px, 3.3vw, 51px);
  font-weight: 510;
  letter-spacing: -0.045em;
}

.project p {
  max-width: 770px;
  margin: 0;
  color: #9d96a5;
  font-size: 15px;
  line-height: 1.65;
}

.project-meta {
  display: grid;
  gap: 10px;
  padding-top: 8px;
  color: #c993ff;
  font-family: var(--font-geist-mono);
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
}

.approach-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.65fr);
  gap: 8vw;
  min-height: 760px;
  align-items: center;
  overflow: hidden;
  background: #151020;
}

.approach-copy {
  position: relative;
  z-index: 2;
}

.approach-copy > p:last-child {
  max-width: 760px;
  margin: 42px 0 0;
  color: #b9b1bf;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.65;
}

.principles {
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--border);
}

.principles > div {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 12px;
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
}

.principles span {
  color: #ff8e7d;
  font-family: var(--font-geist-mono);
  font-size: 10px;
}

.principles strong {
  font-size: 15px;
  font-weight: 480;
}

.approach-orbit {
  position: absolute;
  top: 50%;
  right: -12vw;
  width: 46vw;
  height: 46vw;
  border: 1px solid rgba(201, 147, 255, 0.12);
  border-radius: 50%;
  transform: translateY(-50%) skew(-12deg, 8deg);
}

.approach-orbit span {
  position: absolute;
  inset: 9%;
  border: inherit;
  border-radius: inherit;
}

.approach-orbit span:nth-child(2) { inset: 21%; }
.approach-orbit span:nth-child(3) { inset: 34%; border-color: rgba(255, 111, 126, 0.3); }

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.65fr);
  gap: 8vw;
  padding: clamp(100px, 14vw, 220px) clamp(24px, 7vw, 118px);
  background: #c993ff;
  color: #160e1d;
}

.contact-section .section-kicker {
  color: rgba(22, 14, 29, 0.56);
}

.contact-copy {
  max-width: 680px;
  margin: 38px 0 0;
  color: rgba(22, 14, 29, 0.7);
  font-size: 17px;
  line-height: 1.6;
}

.contact-actions {
  align-self: end;
  border-top: 1px solid rgba(22, 14, 29, 0.25);
}

.contact-link {
  display: grid;
  grid-template-columns: 28px 1fr 20px;
  gap: 12px;
  align-items: center;
  min-height: 68px;
  border-bottom: 1px solid rgba(22, 14, 29, 0.25);
  font-size: 14px;
  transition: padding 180ms ease, background 180ms ease;
}

.contact-link:hover {
  padding-inline: 12px;
  background: rgba(255, 255, 255, 0.12);
}

.contact-link svg {
  width: 17px;
  height: 17px;
}

.contact-link svg:last-child {
  justify-self: end;
}

.primary-contact {
  font-weight: 650;
}

.phone-row {
  position: relative;
  display: flex;
  min-height: 68px;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid rgba(22, 14, 29, 0.25);
}

.phone-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  padding: 0;
  border: 0;
  color: #160e1d;
  background: transparent;
  cursor: pointer;
}

.phone-button svg { width: 17px; height: 17px; }

.phone-button:hover {
  color: #160e1d;
  background: transparent;
}

.revealed-phone {
  font-family: var(--font-geist-mono);
  font-size: 13px;
  animation: phone-in 180ms ease both;
}

@keyframes phone-in {
  from { opacity: 0; transform: translateX(-6px); }
  to { opacity: 1; transform: translateX(0); }
}

footer {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 30px;
  align-items: center;
  min-height: 150px;
  padding: 32px clamp(24px, 5vw, 84px);
  border-top: 1px solid var(--border);
  color: #716a79;
  font-size: 11px;
}

footer p {
  justify-self: center;
  margin: 0;
  text-align: center;
}

footer > span:last-child {
  justify-self: end;
}

.footer-brand {
  opacity: 0.7;
}

@media (max-width: 980px) {
  .section-heading, .scale-section, .approach-section, .contact-section { grid-template-columns: 1fr; }
  .section-heading { align-items: start; }
  .section-intro { max-width: 620px; margin-top: 30px; }
  .expertise-grid { grid-template-columns: repeat(2, 1fr); }
  .expertise-card { min-height: 340px; }
  .stats-grid { margin-top: 30px; }
  .project { grid-template-columns: 42px 1fr; }
  .project-meta { grid-column: 2; }
  .approach-section { min-height: auto; }
  .principles { margin-top: 30px; }
  .contact-actions { margin-top: 30px; }
}

@media (max-width: 600px) {
  .section { padding: 88px 20px; }
  .section-heading { margin-bottom: 52px; }
  h2 { font-size: clamp(42px, 13vw, 60px); }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-card { min-height: 320px; padding: 28px; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat, .stat-5 { grid-column: auto; min-height: 160px; }
  .project { grid-template-columns: 28px 1fr; gap: 14px; }
  .project-meta { grid-column: 2; }
  .approach-section { gap: 46px; }
  .contact-section { padding: 94px 20px; }
  .phone-row { align-items: flex-start; flex-direction: column; gap: 0; padding: 10px 0 16px; }
  footer { grid-template-columns: 1fr; justify-items: start; padding: 42px 20px; }
  footer p, footer > span:last-child { justify-self: start; text-align: left; }
}
