.about-page { background: var(--bg); }
.about-page .site-header:not(.scrolled) { background: linear-gradient(180deg, rgba(5,5,5,.78), transparent); }

.about-hero { position: relative; min-height: 100svh; padding: calc(var(--header-h) + 76px) 0 0; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; isolation: isolate; }
.about-hero::before { position: absolute; z-index: -3; inset: 0; content: ""; background: radial-gradient(circle at 73% 40%, rgba(167,243,208,.09), transparent 27%), linear-gradient(180deg, #090b09, #050505 82%); }
.about-hero-grid { position: absolute; z-index: -2; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 72px 72px; -webkit-mask-image: linear-gradient(black, transparent 88%); mask-image: linear-gradient(black, transparent 88%); }
.about-hero-light { position: absolute; z-index: -1; top: 15%; right: -8%; width: 670px; height: 670px; border-radius: 50%; background: radial-gradient(circle, rgba(167,243,208,.12), rgba(167,243,208,.035) 38%, transparent 68%); filter: blur(18px); }
.about-hero-layout { flex: 1; padding-bottom: 70px; display: grid; grid-template-columns: 1.05fr .75fr; align-items: center; gap: clamp(55px, 8vw, 130px); }
.about-hero-copy { min-width: 0; }
.about-hero-copy h1 { max-width: 790px; margin: 0 0 32px; font-size: clamp(62px, 7vw, 104px); line-height: .94; letter-spacing: -.072em; font-weight: 580; }
.about-hero-copy h1 span { color: #7c837e; }
.about-hero-lead { max-width: 720px; margin-bottom: 38px; color: #b4bab5; font-size: clamp(18px, 1.6vw, 23px); line-height: 1.6; letter-spacing: -.025em; }
.about-hero-actions { display: flex; align-items: center; gap: 28px; }
.about-hero-facts { margin-top: 58px; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 10px 26px; border-top: 1px solid var(--line); color: var(--text-dim); font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.about-hero-facts span::before { margin-right: 8px; content: "•"; color: var(--accent); }

.portrait-stage { position: relative; min-width: 0; width: min(100%, 500px); margin: 0 auto; }
.portrait-frame { position: relative; overflow: hidden; aspect-ratio: .72; border: 1px solid var(--line-strong); border-radius: 220px 220px 30px 30px; background: #101310; box-shadow: 0 50px 120px rgba(0,0,0,.55); }
.portrait-frame::before { position: absolute; z-index: 2; inset: 16px; content: ""; border: 1px solid rgba(255,255,255,.11); border-radius: 200px 200px 22px 22px; pointer-events: none; }
.portrait-frame picture, .portrait-frame img { width: 100%; height: 100%; display: block; }
.portrait-frame img { object-fit: cover; object-position: center 28%; filter: saturate(.74) contrast(1.04); transform: scale(1.015); transition: transform 1s var(--ease), filter 500ms ease; }
.portrait-stage:hover .portrait-frame img { transform: scale(1.045); filter: saturate(.9) contrast(1.03); }
.portrait-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(4,6,5,.88) 100%); }
.portrait-caption { position: absolute; z-index: 3; left: 36px; right: 36px; bottom: 31px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.portrait-caption span { max-width: 180px; font-size: 22px; font-weight: 640; letter-spacing: -.04em; }
.portrait-caption small { color: rgba(255,255,255,.63); font-family: var(--mono); font-size: 7px; line-height: 1.6; text-align: right; text-transform: uppercase; }
.portrait-stage figcaption { padding: 15px 8px 0; display: flex; justify-content: space-between; gap: 20px; color: var(--text-dim); font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.portrait-stage figcaption span { display: flex; align-items: center; gap: 8px; }
.portrait-stage figcaption i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px rgba(167,243,208,.6); }
.about-proof-strip { padding: 24px 0; border-top: 1px solid var(--line); background: rgba(7,8,7,.8); }
.about-proof-strip .container { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 3vw, 45px); color: var(--text-dim); font-family: var(--mono); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.about-proof-strip i { width: 3px; height: 3px; border-radius: 50%; background: var(--accent); }

.about-story { color: #0b0d0c; background: #f1f3f0; }
.about-story-grid { display: grid; grid-template-columns: 190px 1fr; gap: 60px; }
.about-story h2 { max-width: 1050px; margin: 0 0 70px; font-size: clamp(55px, 7vw, 100px); line-height: .98; letter-spacing: -.068em; font-weight: 580; }
.about-story h2 span { color: #838984; }
.about-story-copy { max-width: 870px; margin-left: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; }
.about-story-copy p { margin: 0; color: #424844; font-size: clamp(18px, 1.5vw, 22px); line-height: 1.65; letter-spacing: -.025em; }
.about-quote { max-width: 910px; margin: 100px 0 0 auto; padding: 35px 0 0; border-top: 1px solid rgba(11,13,12,.18); }
.about-quote p { max-width: 800px; margin-bottom: 22px; font-size: clamp(27px, 3.1vw, 44px); line-height: 1.2; letter-spacing: -.045em; }
.about-quote footer { color: #69706a; font-family: var(--mono); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }

.achievements { background: #050505; }
.achievement-metrics { margin-bottom: 24px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.achievement-metric { min-height: 265px; padding: 28px; border-right: 1px solid var(--line); }
.achievement-metric:last-child { border-right: 0; }
.achievement-metric strong { display: block; margin-bottom: 4px; color: var(--accent); font-size: clamp(34px, 3.3vw, 50px); line-height: 1; letter-spacing: -.05em; }
.achievement-metric > span { display: block; color: var(--text); font-size: 12px; font-weight: 650; }
.achievement-metric p { margin: 78px 0 0; color: var(--text-dim); font-size: 12px; line-height: 1.6; }
.achievement-cases { display: grid; gap: 16px; }
.achievement-case { position: relative; min-height: 430px; padding: clamp(34px, 5vw, 70px); display: grid; grid-template-columns: 60px minmax(0, 1fr) .8fr; align-items: center; gap: 45px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.achievement-number { align-self: start; color: var(--accent); font-family: var(--mono); font-size: 9px; }
.achievement-case-copy { max-width: 620px; }
.achievement-case-copy > span { color: var(--accent); font-family: var(--mono); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.achievement-case h3 { margin: 28px 0 18px; font-size: clamp(37px, 4.2vw, 62px); line-height: 1; letter-spacing: -.06em; }
.achievement-case p { color: var(--text-soft); font-size: 15px; }
.achievement-case a { display: inline-flex; gap: 10px; margin-top: 18px; font-size: 12px; font-weight: 650; }
.achievement-case a b { color: var(--accent); }
.achievement-tech { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.achievement-tech span { padding: 17px; border: 1px solid var(--line); border-radius: 11px; color: var(--text-dim); background: rgba(255,255,255,.02); font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.achievement-case-slotflow { min-height: 600px; grid-template-columns: 60px .72fr 1.15fr; background: radial-gradient(circle at 85% 25%, rgba(57,93,170,.11), transparent 34%), var(--surface); }
.achievement-visual { position: relative; padding: 34px 0 0 34px; align-self: stretch; overflow: hidden; border-radius: 22px; background: linear-gradient(140deg, #eef2fa, #dce4f2); }
.achievement-visual img { width: 112%; max-width: none; height: calc(100% - 30px); object-fit: cover; object-position: left top; border-radius: 13px 0 0; box-shadow: 0 32px 80px rgba(42,59,92,.23); }
.mini-browser { position: absolute; z-index: 2; top: 15px; left: 50px; display: flex; align-items: center; gap: 5px; color: #7e8798; font-family: var(--mono); font-size: 7px; }
.mini-browser i { width: 5px; height: 5px; border-radius: 50%; background: #bdc4d1; }
.mini-browser span { margin-left: 8px; }
.achievement-case-coach { background: radial-gradient(circle at 82% 50%, rgba(167,243,208,.14), transparent 27%), var(--surface); }
.coach-orbit { position: relative; width: 260px; aspect-ratio: 1; margin: auto; display: grid; place-items: center; border: 1px solid rgba(167,243,208,.18); border-radius: 50%; box-shadow: 0 0 0 40px rgba(167,243,208,.035), 0 0 0 80px rgba(167,243,208,.018); }
.coach-orbit i { display: grid; place-items: center; width: 110px; height: 110px; border: 1px solid rgba(167,243,208,.28); border-radius: 50%; color: var(--accent); background: #0c120e; font-family: var(--mono); font-style: normal; font-size: 16px; }
.coach-orbit span { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 24px rgba(167,243,208,.8); }
.coach-orbit span:nth-child(2) { top: 18px; left: 73px; }
.coach-orbit span:nth-child(3) { right: 25px; bottom: 50px; }

.career { color: #0b0d0c; background: #f1f3f0; }
.career-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.career-intro { position: sticky; top: 120px; }
.career-intro .eyebrow { margin-top: 12px; color: #69706a; }
.career-intro h2 { margin: 35px 0 24px; font-size: clamp(44px, 5vw, 72px); line-height: 1; letter-spacing: -.062em; }
.career-intro > p { max-width: 520px; color: #59605b; font-size: 17px; }
.career-actions { margin-top: 38px; display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.career .button-light { border-color: #0b0d0c; color: #f5f7f5; background: #0b0d0c; }
.career .text-link { color: #505651; }
.career-timeline { margin: 0; padding: 0; list-style: none; }
.career-timeline li { padding: 0 0 52px 42px; display: grid; grid-template-columns: 125px 1fr; gap: 36px; border-left: 1px solid rgba(11,13,12,.2); }
.career-timeline li::before { position: absolute; }
.career-timeline li { position: relative; }
.career-timeline li::after { position: absolute; left: -5px; top: 5px; width: 9px; height: 9px; content: ""; border: 2px solid #f1f3f0; border-radius: 50%; background: #2b5b45; box-shadow: 0 0 0 4px rgba(43,91,69,.09); }
.career-timeline time, .career-timeline > li > div > span { display: block; font-family: var(--mono); font-size: 8px; text-transform: uppercase; }
.career-timeline time { color: #24533e; }
.career-timeline > li > div > span { margin-top: 6px; color: #8a908b; }
.career-timeline article { padding-bottom: 44px; border-bottom: 1px solid rgba(11,13,12,.13); }
.career-timeline small { color: #747b76; font-family: var(--mono); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }
.career-timeline h3 { margin: 14px 0; font-size: clamp(28px, 3vw, 42px); line-height: 1.08; letter-spacing: -.045em; }
.career-timeline p { color: #535a55; }
.career-timeline b { color: #7a817c; font-family: var(--mono); font-size: 8px; font-weight: 400; }

.beyond-code { background: #070807; }
.beyond-layout { display: grid; grid-template-columns: 190px 1fr; gap: 60px; }
.beyond-copy h2 { max-width: 950px; margin: 0 0 28px; font-size: clamp(54px, 7vw, 96px); line-height: 1; letter-spacing: -.068em; }
.beyond-copy > p { max-width: 790px; color: var(--text-soft); font-size: 19px; }
.beyond-principles { margin-top: 90px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.beyond-principles article { min-height: 280px; padding: 28px 30px 20px 0; border-right: 1px solid var(--line); }
.beyond-principles article + article { padding-left: 30px; }
.beyond-principles article:last-child { border-right: 0; }
.beyond-principles span { color: var(--accent); font-family: var(--mono); font-size: 8px; }
.beyond-principles h3 { margin: 82px 0 12px; font-size: 22px; letter-spacing: -.035em; }
.beyond-principles p { color: var(--text-dim); font-size: 13px; }

.about-resume { background: #050505; }
.about-resume-card { min-height: 680px; padding: clamp(38px, 7vw, 90px); display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: clamp(55px, 8vw, 120px); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: radial-gradient(circle at 78% 48%, rgba(167,243,208,.1), transparent 28%), #0b0e0c; }
.about-resume-card h2 { margin: 25px 0; font-size: clamp(44px, 5.2vw, 74px); line-height: 1; letter-spacing: -.063em; }
.about-resume-card > div:first-child > p:not(.eyebrow) { color: var(--text-soft); }
.about-resume-actions { margin-top: 35px; display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.resume-preview { min-height: 500px; display: grid; place-items: center; perspective: 1200px; }
.resume-sheet { width: min(440px, 100%); aspect-ratio: .707; padding: 42px; display: flex; flex-direction: column; color: #0c0f0d; background: #edf1ed; box-shadow: 0 45px 110px rgba(0,0,0,.5); transform: rotateY(-7deg) rotateX(3deg); transition: transform 700ms var(--ease); }
.about-resume-card:hover .resume-sheet { transform: rotateY(-2deg) rotateX(1deg) translateY(-5px); }
.resume-sheet header { display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(12,15,13,.2); padding-bottom: 18px; }
.resume-sheet header span { font-size: 18px; font-weight: 700; }
.resume-sheet header small { font-family: var(--mono); font-size: 6px; }
.resume-sheet h3 { margin: 65px 0 45px; font-size: clamp(31px, 3vw, 42px); line-height: 1.02; letter-spacing: -.055em; }
.resume-lines { display: grid; gap: 11px; }
.resume-lines i { display: block; width: 100%; height: 5px; background: #c9cfca; }
.resume-lines i:nth-child(2) { width: 85%; }
.resume-lines i:nth-child(3) { width: 62%; }
.resume-columns { margin-top: 55px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; flex: 1; }
.resume-columns span { display: block; border-top: 1px solid #aeb5af; background: repeating-linear-gradient(180deg, transparent 0 13px, #d5dad6 13px 15px); }
.resume-sheet footer { font-family: var(--mono); font-size: 7px; letter-spacing: .08em; }

@media (max-width: 1100px) {
  .about-hero-layout { grid-template-columns: 1fr .67fr; gap: 45px; }
  .about-hero-copy h1 { font-size: clamp(58px, 7.6vw, 84px); }
  .achievement-metrics { grid-template-columns: 1fr 1fr; }
  .achievement-metric:nth-child(2) { border-right: 0; }
  .achievement-metric:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .achievement-case, .achievement-case-slotflow { grid-template-columns: 45px 1fr; }
  .achievement-visual, .achievement-tech, .coach-orbit { grid-column: 2; width: 100%; }
  .achievement-visual { min-height: 430px; }
  .achievement-tech { max-width: 650px; }
  .career-layout { gap: 55px; }
}

@media (max-width: 820px) {
  .about-hero { min-height: auto; }
  .about-hero-layout { padding-top: 45px; grid-template-columns: 1fr; }
  .about-hero-copy h1 { max-width: 720px; }
  .portrait-stage { width: min(100%, 520px); margin-top: 15px; }
  .about-proof-strip .container { flex-wrap: wrap; }
  .about-story-grid, .beyond-layout { grid-template-columns: 1fr; }
  .about-story-copy { grid-template-columns: 1fr; gap: 26px; }
  .achievement-case, .achievement-case-slotflow { grid-template-columns: 1fr; }
  .achievement-number, .achievement-visual, .achievement-tech, .coach-orbit { grid-column: auto; }
  .achievement-visual { min-height: 380px; }
  .career-layout { grid-template-columns: 1fr; }
  .career-intro { position: static; }
  .beyond-principles { grid-template-columns: 1fr; }
  .beyond-principles article, .beyond-principles article + article { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .beyond-principles h3 { margin-top: 32px; }
  .about-resume-card { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .about-hero { padding-top: calc(var(--header-h) + 48px); }
  .about-hero-layout { padding-bottom: 50px; }
  .about-hero-copy h1 { font-size: clamp(50px, 14vw, 62px); }
  .about-hero-lead { font-size: 17px; }
  .about-hero-actions { align-items: flex-start; flex-direction: column; }
  .about-hero-facts { margin-top: 42px; }
  .portrait-frame { border-radius: 160px 160px 24px 24px; }
  .portrait-frame::before { border-radius: 150px 150px 18px 18px; }
  .portrait-caption { left: 25px; right: 25px; bottom: 24px; }
  .portrait-caption small { display: none; }
  .about-proof-strip .container { justify-content: flex-start; }
  .about-story h2 { margin-bottom: 42px; font-size: 50px; }
  .about-quote { margin-top: 65px; }
  .achievement-metrics { grid-template-columns: 1fr; }
  .achievement-metric { min-height: auto; padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .achievement-metric:nth-child(2) { border-right: 0; }
  .achievement-metric p { margin-top: 30px; }
  .achievement-case { min-height: 0; padding: 28px 20px; gap: 25px; border-radius: 24px; }
  .achievement-case h3 { font-size: 38px; }
  .achievement-visual { min-height: 280px; padding: 24px 0 0 20px; }
  .achievement-tech { grid-template-columns: 1fr 1fr; }
  .achievement-tech span { padding: 13px 10px; }
  .coach-orbit { width: 180px; box-shadow: 0 0 0 24px rgba(167,243,208,.035), 0 0 0 48px rgba(167,243,208,.018); }
  .coach-orbit i { width: 80px; height: 80px; }
  .career-timeline li { padding-left: 28px; grid-template-columns: 1fr; gap: 18px; }
  .career-actions { align-items: flex-start; flex-direction: column; }
  .career-actions .button { width: 100%; }
  .beyond-copy h2 { font-size: 50px; }
  .about-resume-card { padding: 32px 20px; border-radius: 24px; }
  .about-resume-actions { align-items: flex-start; flex-direction: column; }
  .about-resume-actions .button { width: 100%; }
  .resume-preview { min-height: 410px; }
  .resume-sheet { padding: 28px; transform: none; }
  .resume-sheet h3 { margin: 45px 0 35px; font-size: 30px; }
}

@media print {
  .site-header, .about-proof-strip, .contact, .site-footer, .conversation-dialog, .cookie-settings-button, .cookie-consent-banner { display: none !important; }
}
