/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

@font-face{font-family:Inter;src:url('../fonts/inter-latin-400-normal.woff2') format('woff2');font-weight:400;font-display:swap}@font-face{font-family:'Space Grotesk';src:url('../fonts/space-grotesk-latin-500-normal.woff2') format('woff2');font-weight:500;font-display:swap}@font-face{font-family:'Space Grotesk';src:url('../fonts/space-grotesk-latin-700-normal.woff2') format('woff2');font-weight:700;font-display:swap}:root{--font-inter:Inter;--font-space:'Space Grotesk'}




:root{--bg-primary:#0B0B0C;--bg-surface:#1A1A1C;--bg-surface-alt:#232326;--accent-orange:#F97316;--accent-orange-dark:#EA580C;--grey-mid:#6B7280;--grey-light:#9CA3AF;--white:#fff;--white-soft:#F5F5F5;color-scheme:dark}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--bg-primary);color:var(--white);font-family:var(--font-inter),sans-serif;-webkit-font-smoothing:antialiased}::selection{background:#f97316;color:#0b0b0c}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a,input,textarea{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--accent-orange);outline-offset:5px}button{cursor:pointer}h1,h2,h3,p{margin:0}h1,h2,h3,.font-display{font-family:var(--font-space),sans-serif}svg{flex-shrink:0}section{scroll-margin-top:85px}.container{width:min(1240px,calc(100% - 112px));margin-inline:auto}.orange{color:var(--accent-orange)}.skip-link{position:fixed;left:16px;top:-80px;background:var(--accent-orange);color:#0b0b0c;padding:14px;z-index:100}.skip-link:focus{top:16px}.navbar{position:fixed;inset:0 0 auto;z-index:50;border-bottom:1px solid #ffffff0c;background:#0b0b0cc9;backdrop-filter:blur(18px)}.nav-inner{height:90px;display:flex;align-items:center;justify-content:space-between;gap:32px;transition:height .25s}.wordmark{font-family:var(--font-space),sans-serif;font-size:38px;font-weight:700;letter-spacing:-3px;min-width:44px}.wordmark span{color:var(--accent-orange)}.desktop-nav{display:flex;gap:30px;margin-left:auto;margin-right:26px}.desktop-nav a{font-size:14px;color:#b1b1b5;position:relative;display:flex;align-items:center;min-height:44px}.desktop-nav a:hover{color:#fff}.nav-cta{border:1px solid #f9731666;border-radius:7px;display:flex;align-items:center;justify-content:center;gap:18px;font-size:14px;min-height:44px;padding:0 20px}.nav-cta:hover{background:#f973161a}.hero{position:relative;isolation:isolate;min-height:100svh;overflow:hidden;display:flex;flex-direction:column;justify-content:center;padding-top:142px}.hero-glow{position:absolute;z-index:-1;pointer-events:none;inset:0 -10% 0 25%;background:radial-gradient(ellipse at 67% 48%,#f9731618 0,transparent 60%)}.hero-inner{display:grid;grid-template-columns:1.04fr 1fr;align-items:center;gap:72px;padding-bottom:64px}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;color:#d2d2d4;border:1px solid #ffffff1a;border-radius:30px;padding:9px 13px;background:#151515}.status-dot{width:6px;height:6px;border-radius:50%;background:var(--accent-orange);box-shadow:0 0 12px #f9731666}.hero-intro{font-size:12px;letter-spacing:2.3px;color:#9b9ba0;margin-top:33px;margin-bottom:13px}.hero h1{font-size:clamp(2.5rem,6vw,5rem);line-height:.99;font-weight:700;letter-spacing:-.065em}.hero h1>span{color:#ededee}.role-line{display:flex;align-items:center;gap:12px;color:#f97316;font-family:var(--font-space);font-weight:500;font-size:clamp(1.05rem,1.7vw,1.45rem);min-height:36px;margin:23px 0 16px}.role-dash{width:23px;height:2px;background:#f97316}.hero-description{font-size:16px;line-height:1.8;max-width:475px;color:#a6a6ae}.hero-actions{display:flex;align-items:center;gap:14px;margin-top:29px}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:52px;padding:14px 20px;border-radius:7px;font-size:14px;font-weight:600;transition:background .2s,transform .2s,box-shadow .2s}.button-primary{background:var(--accent-orange);color:#0b0b0c;border:1px solid var(--accent-orange)}.button-primary:hover{background:var(--accent-orange-dark);border-color:var(--accent-orange-dark);box-shadow:0 0 26px #f9731633;transform:translateY(-2px)}.button-secondary{border:1px solid #ffffff24;color:#e0e0e2;background:#ffffff02}.button-secondary:hover{background:#ffffff09;transform:translateY(-2px)}.hero-note{display:flex;align-items:center;gap:8px;color:#909098;font-size:12px;margin-top:23px}.note-line{height:1px;width:17px;background:#666}.portrait-composition{position:relative;padding:12px}.portrait-frame{position:relative;aspect-ratio:1;overflow:hidden;border-radius:20px;border:1px solid #f973164d;background:#151516;box-shadow:0 24px 80px #0008}.portrait{object-fit:cover;object-position:50% 30%}.portrait-shade{position:absolute;inset:35% 0 0;background:linear-gradient(transparent,#0009)}.portrait-caption{position:absolute;bottom:26px;left:24px;right:24px;display:flex;align-items:center;justify-content:space-between;color:#fff}.portrait-caption span{font-size:10px;letter-spacing:2px}.portrait-corner{width:47px;height:47px;border-color:#f97316aa;border-style:solid;position:absolute}.corner-tl{left:0;top:0;border-width:1px 0 0 1px;border-radius:24px 0 0}.corner-br{right:0;bottom:0;border-width:0 1px 1px 0;border-radius:0 0 24px}.founder-card{position:absolute;left:-29px;bottom:-24px;padding:18px 23px;background:linear-gradient(120deg,#252527,#161618);border:1px solid #ffffff29;border-radius:12px;box-shadow:0 16px 30px #0008;display:flex;gap:15px;align-items:center}.founder-icon{height:45px;width:45px;border:1px solid #ffffff15;border-radius:10px;display:flex;align-items:center;justify-content:center;font-family:var(--font-space);font-weight:700;font-size:27px;background:#101011}.founder-icon span{color:#f97316}.card-kicker{font-size:9px;letter-spacing:1.6px;color:#a8a8ae;display:block;margin-bottom:4px}.founder-card strong{font-family:var(--font-space);font-size:17px;display:flex;align-items:center;gap:16px}.founder-card strong svg{color:#f97316}.card-detail{font-size:11px;display:block;margin-top:4px;color:#9898a0}.portrait-side{position:absolute;right:-29px;top:32px;writing-mode:vertical-rl;font-size:9px;color:#909096;letter-spacing:2px}.hero-bottom{padding:24px 0 23px;border-top:1px solid #ffffff13;display:flex;align-items:center;justify-content:space-between;margin-top:auto}.scroll-cue{display:flex;gap:12px;align-items:center;min-height:44px;font-size:10px;letter-spacing:1.8px;color:#a3a3ab}.scroll-cue svg{color:#f97316;animation:bounce 2s infinite}.hero-index{font-size:10px;letter-spacing:1.8px;color:#8e8e97}@keyframes bounce{50%{transform:translateY(4px)}}
@media(min-width:1440px){.hero-inner{gap:100px}.hero h1{font-size:5rem}.hero{padding-top:165px}.portrait-composition{max-width:545px}}
@media(max-width:1023px){.container{width:calc(100% - 64px)}.desktop-nav{display:none}.nav-inner{height:76px}.nav-cta{margin-left:auto}.hero{padding-top:126px}.hero-inner{grid-template-columns:1fr;gap:56px;max-width:620px}.hero h1{font-size:clamp(3.5rem,11vw,5rem)}.hero-description{max-width:530px}.portrait-composition{width:100%;max-width:550px;margin-inline:auto}.hero-copy{max-width:600px}.hero-bottom{margin-top:24px}.portrait-side{right:-20px}.founder-card{left:0}}
@media(max-width:639px){.container{width:calc(100% - 40px)}.nav-inner{height:72px;gap:14px}.nav-cta{padding:0 14px}.hero{padding-top:110px}.hero-inner{gap:46px;padding-bottom:46px}.hero-intro{font-size:10px;letter-spacing:1.7px;margin-top:25px}.hero h1{font-size:clamp(2.5rem,16vw,4.3rem)}.hero-description{font-size:16px;line-height:1.7}.role-line{margin-top:20px;margin-bottom:14px;font-size:19px}.hero-actions{gap:10px;flex-wrap:wrap}.button{padding:14px 15px;font-size:13px;gap:9px}.hero-note{font-size:10px}.portrait-composition{padding:8px}.portrait-frame{border-radius:16px}.portrait-caption{bottom:24px;left:19px;right:19px}.portrait-caption span{font-size:8px;letter-spacing:1.5px}.portrait-side{display:none}.founder-card{left:0;bottom:-26px;padding:14px 17px;gap:12px}.hero-index{display:none}.hero-bottom{padding:12px 0}.scroll-cue{font-size:9px}.eyebrow{font-size:11px}}
.condensed .nav-inner{height:68px}.desktop-nav a[aria-current="location"]{color:#fff}.desktop-nav a::after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#f97316;transform:scaleX(0);transition:transform .2s}.desktop-nav a[aria-current="location"]::after{transform:scaleX(1)}.menu-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:1px solid #ffffff20;border-radius:7px;color:#fff}.mobile-menu{margin:0;max-width:none;max-height:none;width:100%;height:100dvh;background:#0b0b0c;color:#fff;border:0;padding:24px 28px}.mobile-menu[open]{display:flex;flex-direction:column;animation:menu-enter .25s ease-out}.mobile-menu::backdrop{background:#0b0b0c}.mobile-menu-top{display:flex;justify-content:space-between;align-items:center}.mobile-menu nav{margin-block:auto;padding-block:40px}.mobile-menu nav>a{display:flex;align-items:center;gap:17px;min-height:72px;font-family:var(--font-space);font-size:28px;border-bottom:1px solid #ffffff16}.mobile-menu nav>a>span{font-family:var(--font-inter);font-size:11px;color:#92929a}.mobile-menu nav>a>svg{margin-left:auto;color:#f97316}.mobile-menu nav>a[aria-current="location"]{color:#f97316}.mobile-menu>p{font-size:12px;color:#9999a3;text-align:center;margin:22px 0}.mobile-menu>.button{flex-shrink:0}@keyframes menu-enter{from{transform:translateX(100%)}to{transform:translateX(0)}}
.section{padding:96px 0;border-top:1px solid #ffffff12;position:relative}.section-label{display:flex;align-items:center;gap:12px;font-size:10px;letter-spacing:2px;font-weight:600;color:#a1a1ab;margin-bottom:24px}.section-label>span:first-child{color:#f97316;font-family:var(--font-space);font-size:12px}.section-label-line{display:block;width:25px;height:1px;background:#6b728066}.section-heading h2{font-size:clamp(2rem,3.2vw,2.8rem);line-height:1.2;letter-spacing:-1.5px}.section-heading h2>span{color:#93939c}.section-heading>p{margin-top:20px;color:#9b9ba6;font-size:16px;line-height:1.7}.about-section{background:linear-gradient(145deg,#111113,#0e0e10)}.about-top{display:flex;justify-content:space-between;gap:30px}.about-top h2{font-size:clamp(1.65rem,2.4vw,2.1rem);line-height:1.4;letter-spacing:-1px}.about-top h2>span{color:#9999a3}.about-arrow{margin-top:35px;color:#f97316}.about-copy{display:grid;grid-template-columns:1fr 1fr;gap:70px;max-width:1030px;margin-top:30px}.about-copy p{color:#9e9ea8;line-height:1.85;font-size:15px}.about-copy strong{color:#e9e9ec;font-weight:400}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:55px;margin-top:54px}.stat-top{display:flex;align-items:center;justify-content:space-between;color:#f97316}.stat-top>svg{color:#767680}.stat-number{font-family:var(--font-space);font-size:64px;letter-spacing:-4px;line-height:1.15}.stat h3{font-size:16px;font-weight:500;margin-top:15px}.stat p{font-size:12px;color:#9696a0;margin-top:7px}.stat-rule{height:1px;background:linear-gradient(90deg,#f97316 18%,#ffffff17 18%);margin-top:24px}.skills-section{background:#0b0b0c}.skills-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:46px}.skills-grid>div{min-width:0}.skill-card{position:relative;height:100%;min-height:270px;padding:26px 24px 40px;background:linear-gradient(125deg,#1a1a1c,#141416);border:1px solid #ffffff10;border-radius:12px;transition:transform .25s,border-color .25s,background .25s}.skill-card:hover{transform:translateY(-5px);border-color:#f9731666;background:#1c1b1a}.skill-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:31px;color:#aaaab3}.skill-top>span{font-size:10px;letter-spacing:1px;color:#8b8b95}.skill-card:hover .skill-top>svg{color:#f97316}.skill-card h3{font-size:17px;line-height:1.4;letter-spacing:-.3px}.skill-description{font-size:13px;line-height:1.85;color:#a0a0ab;margin-top:12px}.skill-subtitle{color:#bebec5;font-size:11px;line-height:1.6;margin-top:5px}.skill-arrow{position:absolute;right:20px;bottom:18px;color:#696974}.skill-card:hover .skill-arrow{color:#f97316}.experience-section{background:#101012}.timeline-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:60px}.timeline-heading>p{max-width:335px;font-size:14px;line-height:1.85;color:#a0a0a9;padding-bottom:5px}.timeline{list-style:none;padding:0;margin:0;position:relative}.timeline::before{content:"";position:absolute;left:50%;transform:translateX(-50%);top:30px;bottom:20px;width:1px;background:linear-gradient(#f97316,#f9731660 90%,transparent)}.timeline-item{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:84px;padding-bottom:28px}.timeline-card-wrap{grid-column:1;grid-row:1;min-width:0}.timeline-item.right .timeline-card-wrap{grid-column:2}.timeline-dot{position:absolute;left:50%;top:30px;width:9px;height:9px;border-radius:50%;background:#101012;border:1px solid #f97316;transform:translateX(-50%);box-shadow:0 0 0 7px #101012}.current .timeline-dot{background:#f97316;box-shadow:0 0 0 7px #101012,0 0 20px #f9731633}.timeline-date{grid-column:2;grid-row:1;padding-top:26px;display:flex;align-items:flex-start;flex-direction:column;gap:8px}.timeline-date>span:first-child{font-size:12px;color:#b0b0ba}.timeline-date>span:last-child{font-family:var(--font-space);font-size:12px;color:#7e7e88}.timeline-item.right .timeline-date{grid-column:1;align-items:flex-end;text-align:right}.timeline-card{padding:27px 30px;background:#19191c;border:1px solid #ffffff13;border-radius:12px;transition:border-color .2s,transform .2s}.timeline-card:hover{border-color:#ffffff2d;transform:translateY(-3px)}.current .timeline-card{border-color:#f9731640;background:linear-gradient(120deg,#201c19,#19191c)}.timeline-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:15px;font-size:11px;color:#b0b0ba}.timeline-meta>span:first-child{display:none}.current-badge{display:inline-flex;align-items:center;gap:6px;font-size:9px;color:#ff9c54;letter-spacing:1px;background:#f9731612;border:1px solid #f9731630;border-radius:4px;padding:5px 7px}.current-badge i{width:4px;height:4px;background:#f97316;border-radius:50%}.timeline-meta:empty{display:none}.timeline-meta:not(:has(.current-badge)){margin-bottom:0}.timeline-card h3{font-size:20px;line-height:1.4;letter-spacing:-.4px;font-weight:500}.timeline-company{display:flex;gap:12px;align-items:center;justify-content:space-between;font-size:14px;color:#f9954d;line-height:1.6;margin-top:8px}.timeline-company svg{color:#f9731670}.timeline-location{display:flex;align-items:flex-start;gap:6px;color:#9898a4;font-size:11px;line-height:1.7;margin-top:12px}.timeline-location svg{margin-top:3px}.timeline-description{font-size:13px;line-height:1.9;color:#a6a6b0;margin-top:17px;padding-top:17px;border-top:1px solid #ffffff0d}.timeline-note{color:#92929e;font-size:11px;line-height:1.7;margin-top:12px;font-style:italic}.education-section{background:#0b0b0c}.education-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;margin-top:45px}.column-heading{display:flex;align-items:center;gap:12px;margin-bottom:10px;padding-bottom:18px;border-bottom:1px solid #ffffff20}.column-heading svg{color:#f97316}.column-heading h3{font-size:17px;font-weight:500}.education-item{position:relative;border-bottom:1px solid #ffffff13;padding:25px 30px 25px 0}.education-date{font-size:10px;letter-spacing:1px;color:#9a9aa5}.education-item h4{font-family:var(--font-space);font-weight:500;font-size:20px;margin:11px 0 7px}.education-item p{font-size:13px;color:#a1a1ab;line-height:1.7}.education-item>svg{position:absolute;right:0;top:55px;color:#7b7b87}.certification-item{display:flex;align-items:center;gap:18px;padding:26px 0;border-bottom:1px solid #ffffff13}.certification-item>span{font-size:11px;color:#f97316}.certification-item>h4{font-size:14px;line-height:1.7;font-weight:400;margin:0;flex:1}.certification-item>svg{color:#676773}.contact-section{isolation:isolate;background:#111113;overflow:hidden;padding-bottom:65px}.contact-glow{position:absolute;inset:0;z-index:-1;background:radial-gradient(ellipse at 50% 26%,#f9731617,transparent 56%)}.contact-main{text-align:center}.contact-main .section-label{justify-content:center}.contact-main h2{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.12;letter-spacing:-2.5px}.contact-main h2>span{color:#f97316}.contact-main>p{font-size:15px;color:#a4a4af;line-height:1.9;margin:24px 0 29px}.booking-button{padding:17px 27px;min-height:58px;font-size:15px}.contact-invitation{display:block;margin-top:17px;font-size:11px;color:#9696a1}.contact-lower{display:grid;grid-template-columns:1fr 1.2fr;gap:85px;margin-top:70px;padding-top:50px;border-top:1px solid #ffffff16}.contact-links h3{font-size:25px;line-height:1.4;letter-spacing:-.6px;margin-bottom:22px}.contact-links>a{display:flex;align-items:center;gap:12px;min-height:48px;font-size:13px;color:#b9b9c3;width:fit-content;max-width:100%;overflow-wrap:anywhere}.contact-links>a>svg:first-child{color:#f97316}.contact-links>a>svg:last-child{color:#737381}.contact-links>a:hover{color:#fff}.contact-form h3{font-size:18px}.contact-form>p{font-size:12px;line-height:1.7;color:#9696a2;margin-top:8px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:22px}.contact-form label{display:block;font-size:11px;color:#b6b6c0;line-height:1.6;min-width:0}.contact-form input,.contact-form textarea{display:block;width:100%;background:#1b1b1f;border:1px solid #ffffff16;border-radius:6px;margin-top:8px;padding:12px;font-size:13px;color:#eee;min-height:46px}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#858593}.contact-form>label{margin-top:18px}.contact-form textarea{resize:vertical;min-height:95px}.form-bottom{display:flex;gap:15px;align-items:center;margin-top:18px;flex-wrap:wrap}.form-bottom .button{font-size:12px;min-height:44px;padding:10px 15px}.form-bottom>span{font-size:10px;color:#9292a0}.contact-form .form-status{font-size:12px;color:#b9b9c4}.form-status:empty{display:none}.footer{border-top:1px solid #ffffff15;background:#0b0b0c;padding:23px 0}.footer-inner{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.footer-name{font-family:var(--font-space);font-size:18px;letter-spacing:-.5px;min-height:44px;display:flex;align-items:center}.footer-name>span{color:#f97316}.footer p{font-size:10px;color:#9696a2}.footer nav{margin-left:auto;display:flex;gap:20px;align-items:center}.footer nav>a{font-size:11px;color:#a2a2af;min-height:44px;display:flex;align-items:center}.footer-socials{display:flex;gap:2px}.footer-socials a{display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;color:#a2a2af}.footer a:hover{color:#f97316}
@media(max-width:1023px){.menu-toggle{display:flex}.section{padding:80px 0}.skills-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-copy{gap:30px}.stats-grid{gap:28px}.timeline-item{column-gap:54px}.timeline-card{padding:22px}.timeline-card h3{font-size:18px}.timeline-heading{gap:30px}.timeline-heading>p{max-width:240px}.education-grid{gap:40px}.contact-lower{gap:40px;grid-template-columns:1fr 1.3fr}.footer-inner{gap:20px}.footer nav{margin-left:auto}.footer-socials{margin-left:auto}}
@media(max-width:639px){.section{padding:64px 0}.section-label{font-size:9px;letter-spacing:1.6px;margin-bottom:20px}.section-heading h2{font-size:32px;letter-spacing:-1.2px}.section-heading>p{font-size:14px;margin-top:17px}.about-arrow{display:none}.about-top h2{font-size:26px;line-height:1.35}.about-copy{grid-template-columns:1fr;gap:16px;margin-top:25px}.about-copy p{font-size:14px;line-height:1.8}.stats-grid{grid-template-columns:1fr;gap:30px;margin-top:36px}.stat-top{justify-content:flex-start;gap:26px}.stat-number{font-size:58px}.stat h3{margin-top:7px}.stat-rule{margin-top:20px}.skills-grid{grid-template-columns:1fr;margin-top:32px;gap:14px}.skill-card{min-height:0;padding:25px 25px 38px}.skill-top{margin-bottom:23px}.skill-card h3{font-size:19px}.skill-description{font-size:14px;line-height:1.75}.skill-subtitle{font-size:12px}.timeline-heading{display:block;margin-bottom:35px}.timeline-heading>p{max-width:none;margin-top:20px;font-size:14px}.timeline::before{left:5px;background:linear-gradient(#64646f, #64646f 90%,transparent)}.timeline-item{display:block;padding-left:29px;padding-bottom:18px}.timeline-dot{left:5px;top:30px;width:8px;height:8px;box-shadow:0 0 0 5px #101012}.timeline-date{display:none}.timeline-meta>span:first-child{display:block}.timeline-meta:not(:has(.current-badge)){margin-bottom:14px}.timeline-card{padding:23px 20px}.timeline-card h3{font-size:19px;line-height:1.4;overflow-wrap:anywhere}.timeline-company{font-size:14px}.timeline-description{font-size:13px;line-height:1.85}.timeline-location{font-size:11px}.timeline-meta{font-size:10px}.education-grid{grid-template-columns:1fr;gap:40px;margin-top:32px}.education-item p{font-size:14px}.certification-item h4{font-size:14px}.contact-main h2{font-size:39px;letter-spacing:-1.7px}.contact-main>p{font-size:14px;line-height:1.8}.desktop-break{display:none}.contact-lower{grid-template-columns:1fr;gap:40px;margin-top:44px;padding-top:35px}.contact-links h3{font-size:24px}.contact-links>a{font-size:12px;gap:9px}.form-row{grid-template-columns:1fr;gap:17px}.contact-form input,.contact-form textarea{font-size:16px}.contact-form label{font-size:12px}.form-bottom>span{font-size:11px}.footer{padding:24px 0}.footer-inner{justify-content:space-between;gap:9px 16px}.footer-name{font-size:17px}.footer p{font-size:9px}.footer nav{margin-left:0;gap:17px}.footer-socials{gap:0}.footer-socials a{min-width:40px}.mobile-menu .button{font-size:14px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
.about-copy p{font-size:16px}.skill-description,.timeline-description{font-size:14px}.portrait-caption{bottom:104px}.footer-socials a{min-width:44px}@media(max-width:639px){.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{font-size:14px}.portrait-caption{bottom:85px}.portrait-caption span{font-size:8px}.timeline-description{font-size:14px}}

/* Orange icon badges give each discipline a clear visual anchor. */
.skill-top{margin-bottom:24px;align-items:flex-start}
.skill-top>span{padding-top:6px}
.skill-icon{
  display:grid;
  place-items:center;
  width:56px;
  height:56px;
  flex-shrink:0;
  color:#fb923c;
  background:linear-gradient(145deg,#f973162b,#f9731608);
  border:1px solid #f9731640;
  border-radius:16px;
  box-shadow:inset 0 1px 0 #ffb2731f,0 6px 16px #0003;
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease,background .25s ease;
}
.skill-icon svg{filter:drop-shadow(0 2px 5px #f9731626)}
@media(hover:hover){
  .skill-card:hover .skill-icon{
    transform:translateY(-2px) rotate(-5deg);
    background:linear-gradient(145deg,#f9731640,#f9731614);
    border-color:#f9731673;
    box-shadow:inset 0 1px 0 #ffb27333,0 6px 24px #f9731617;
  }
}
@media(prefers-reduced-motion:reduce){.skill-card:hover .skill-icon{transform:none}}

/* Original company colors remain readable on a quiet white logo tile. */
.timeline-company-identity{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:16px;
}
.timeline-company-identity .timeline-company{
  flex:1;
  min-width:0;
  margin-top:0;
  gap:8px;
}
.company-logo{
  position:relative;
  display:block;
  flex-shrink:0;
  width:72px;
  height:72px;
  overflow:hidden;
  border:1px solid #ffffff26;
  border-radius:12px;
  background:#fff;
  box-shadow:0 3px 10px #0002;
}
.company-logo--wide{width:128px;height:64px}
.company-logo-image{object-fit:contain;padding:7px}
.company-logo--wide .company-logo-image{padding:9px}
@media(max-width:1023px){
  .timeline-company-identity{gap:11px}
  .company-logo{width:64px;height:64px}
  .company-logo--wide{width:112px;height:60px}
}
@media(max-width:639px){
  .timeline-company-identity{gap:12px;margin-top:15px}
  .timeline-company-identity .timeline-company{font-size:13px;line-height:1.65}
  .company-logo{width:64px;height:64px;border-radius:10px}
  .company-logo--wide{width:104px;height:58px}
  .company-logo--wide .company-logo-image{padding:7px}
}
