:root {
  --ink: #171b1f;
  --muted: #606870;
  --soft: #eef1f3;
  --paper: #f7f8f9;
  --white: #ffffff;
  --accent: #1d56d8;
  --accent-dark: #173f9d;
  --line: #d9dde1;
  --deep: #17283c;
  --shell: 1320px;
  --pad: clamp(32px, 5vw, 72px);
  --section: 148px;
  font-family: Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 1040px; background: var(--paper); color: var(--ink); }
a { color: inherit; text-decoration: none; }
p { margin: 0; }
.shell { width: min(calc(100% - (var(--pad) * 2)), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 99; padding: 12px 16px; color: white; background: var(--accent); }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(23,27,31,.08); background: rgba(247,248,249,.92); backdrop-filter: blur(16px); }
.nav-wrap { height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; font-size: 15px; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: white; background: var(--ink); font-size: 12px; letter-spacing: .03em; }
.nav-links { display: flex; gap: 32px; font-size: 14px; color: #444c54; }
.nav-links a { position: relative; padding: 8px 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--accent); transition: right .2s ease; }
.nav-links a:hover::after, .nav-links .is-active::after { right: 0; }
.nav-wrap > .button { justify-self: end; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 54px; padding: 0 24px; color: white; background: var(--accent); font-size: 14px; font-weight: 650; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--accent-dark); }
.button-small { min-height: 44px; padding: 0 18px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--accent); font-size: 14px; font-weight: 700; }

.hero { position: relative; min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(280px, .45fr); align-items: center; gap: 100px; padding-top: 88px; padding-bottom: 96px; }
.eyebrow, .section-index, .project-kicker { text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 750; }
.eyebrow { color: var(--accent); margin-bottom: 31px; }
.eyebrow span { margin-inline: 8px; color: #939aa1; }
h1, h2, h3 { margin: 0; font-weight: 580; letter-spacing: -.045em; }
h1 { max-width: 950px; font-size: clamp(68px, 6.35vw, 98px); line-height: .98; }
.accent-text { color: var(--accent); }
.hero-intro { max-width: 730px; margin-top: 36px; color: #4e565e; font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 40px; }
.hero-portrait { position: absolute; z-index: 2; top: 54px; right: 46px; width: 172px; height: 172px; margin: 0; padding: 7px; border-radius: 50%; background: var(--paper); box-shadow: 0 18px 42px rgba(19,39,69,.14); }
.hero-portrait img { display: block; width: 100%; height: 100%; border-radius: 50%; object-fit: cover; object-position: center top; filter: saturate(.82) contrast(1.03); }
.portrait-ring { position: absolute; inset: -14px; border: 1px solid rgba(29,86,216,.16); border-radius: 50%; animation: portrait-orbit 18s linear infinite; }
.portrait-ring::before { content: ""; position: absolute; inset: -6px; border: 2px solid transparent; border-top-color: rgba(29,86,216,.72); border-right-color: rgba(29,86,216,.2); border-radius: 50%; transform: rotate(28deg); }
.portrait-ring::after { content: ""; position: absolute; right: 8px; bottom: 10px; width: 11px; height: 11px; border: 4px solid var(--paper); border-radius: 50%; background: #38a568; box-shadow: 0 0 0 4px rgba(56,165,104,.12), 0 0 16px rgba(56,165,104,.28); }
.hero-portrait::after { content: ""; position: absolute; inset: -26px; border: 1px dashed rgba(29,86,216,.13); border-radius: 50%; pointer-events: none; }
@keyframes portrait-orbit { to { transform: rotate(360deg); } }
.hero-aside { align-self: end; margin-bottom: 8px; padding-left: 30px; border-left: 1px solid var(--line); }
.availability { display: flex; align-items: center; gap: 10px; margin-bottom: 66px; font-size: 12px; font-weight: 700; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #38a568; box-shadow: 0 0 0 5px rgba(56,165,104,.12); }
.aside-label { margin-bottom: 9px; color: #858c93; text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 700; }
.aside-value { font-size: 15px; line-height: 1.55; }
.aside-rule { height: 1px; margin: 24px 0; background: var(--line); }

.freelancer-strip { position: relative; z-index: 3; background: #edf3fc; }
.freelancer-strip-inner { display: grid; grid-template-columns: 1fr auto; grid-template-areas: "identity link" "stats stats"; align-items: center; gap: 26px 40px; min-height: 216px; padding-top: 28px; padding-bottom: 30px; }
.freelancer-identity { display: flex; align-items: center; gap: 22px; }
.freelancer-identity { grid-area: identity; }
.freelancer-badge { display: block; flex: 0 0 auto; width: 94px; height: auto; }
.freelancer-badge-light { display: none; }
.freelancer-identity-copy { display: flex; align-items: center; gap: 18px; white-space: nowrap; }
.freelancer-identity p { color: #3e4c58; font-size: 12px; font-weight: 800; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.freelancer-history { display: flex; align-items: center; gap: 11px; color: #586a78; font-size: 13px; font-weight: 650; line-height: 1.45; }
.freelancer-history span { display: inline-flex; align-items: center; gap: 7px; }
.freelancer-history svg { flex: 0 0 auto; width: 17px; height: 17px; fill: none; stroke: var(--accent); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.freelancer-stats { grid-area: stats; display: grid; grid-template-columns: repeat(6,1fr); margin: 0; }
.freelancer-stats div { min-width: 0; padding: 20px 22px; }
.freelancer-stats dt { margin-bottom: 7px; color: #697987; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.freelancer-stats dd { margin: 0; color: var(--ink); font-size: 32px; font-weight: 650; letter-spacing: -.035em; white-space: nowrap; }
.freelancer-stats dd span { color: #74838f; font-size: 12px; font-weight: 650; letter-spacing: 0; }
.freelancer-link { grid-area: link; display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 52px; padding: 0 22px; border: 1px solid var(--accent); color: var(--accent); font-size: 12px; font-weight: 750; white-space: nowrap; transition: color .2s ease, background .2s ease; }
.freelancer-link:hover { color: white; background: var(--accent); }
.freelancer-link:focus-visible { outline: 3px solid #ffbd45; outline-offset: 4px; }

.freelancer-style-dark .freelancer-strip { background: var(--deep); }
.freelancer-style-dark .freelancer-badge:not(.freelancer-badge-light) { display: none; }
.freelancer-style-dark .freelancer-badge-light { display: block; }
.freelancer-style-dark .freelancer-identity p,
.freelancer-style-dark .freelancer-stats dd { color: white; }
.freelancer-style-dark .freelancer-history { color: #b9c7d3; }
.freelancer-style-dark .freelancer-history svg { stroke: #65c7f2; }
.freelancer-style-dark .freelancer-stats dt,
.freelancer-style-dark .freelancer-stats dd span { color: #9eafbd; }
.freelancer-style-dark .freelancer-link { color: white; border-color: rgba(255,255,255,.72); }
.freelancer-style-dark .freelancer-link:hover { color: var(--deep); background: white; }

.freelancer-style-mid .freelancer-strip { background: #547f9e; }
.freelancer-style-mid .freelancer-badge:not(.freelancer-badge-light) { display: none; }
.freelancer-style-mid .freelancer-badge-light { display: block; }
.freelancer-style-mid .freelancer-identity p,
.freelancer-style-mid .freelancer-stats dd { color: white; }
.freelancer-style-mid .freelancer-history { color: #e1ebf2; }
.freelancer-style-mid .freelancer-history svg { stroke: white; }
.freelancer-style-mid .freelancer-stats dt,
.freelancer-style-mid .freelancer-stats dd span { color: #d7e3eb; }
.freelancer-style-mid .freelancer-link { color: white; border-color: rgba(255,255,255,.82); }
.freelancer-style-mid .freelancer-link:hover { color: #3f6d8e; background: white; }

@media (max-width: 1100px) {
  .freelancer-strip { width: 100vw; }
  .freelancer-strip-inner { grid-template-columns: 1fr auto; padding-top: 28px; padding-bottom: 28px; }
  .freelancer-stats { grid-template-columns: repeat(3,1fr); }
  .freelancer-stats div { padding: 12px 16px; }
  .freelancer-link { width: max-content; }
  .freelancer-identity-copy { display: grid; gap: 7px; white-space: normal; }
}

@media (max-width: 720px) {
  .freelancer-strip-inner { display: block; padding-top: 28px; padding-bottom: 30px; }
  .freelancer-identity { margin-bottom: 22px; }
  .freelancer-history { align-items: flex-start; flex-direction: column; gap: 4px; }
  .freelancer-stats { grid-template-columns: 1fr 1fr; }
  .freelancer-stats div { padding: 16px 12px; }
  .freelancer-stats dd { font-size: 24px; }
  .freelancer-link { width: 100%; margin-top: 20px; }
}

.metrics { background: var(--ink); color: white; }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 180px; }
.metric { display: flex; align-items: center; gap: 22px; padding: 36px; border-right: 1px solid rgba(255,255,255,.12); }
.metric:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.metric strong { font-size: 42px; letter-spacing: -.05em; }
.metric span { color: #aab1b7; font-size: 12px; line-height: 1.45; text-transform: uppercase; letter-spacing: .09em; }
.metric-featured { background: var(--accent); }
.metric-featured span { color: rgba(255,255,255,.75); }

.section { padding-top: var(--section); padding-bottom: var(--section); }
.section-index { margin-bottom: 48px; color: #8b9299; }
.intro-grid, .earlier-work, .global-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; }
h2 { font-size: 54px; line-height: 1.08; }
.lead { margin-bottom: 24px; font-size: 22px; line-height: 1.52; letter-spacing: -.015em; }
.intro-grid > div p:not(.lead), .about-section > div > p:not(.lead) { color: var(--muted); font-size: 16px; line-height: 1.75; }

.work-section { background: white; }
.section-heading { display: grid; grid-template-columns: 1fr 380px; align-items: end; gap: 80px; margin-bottom: 72px; }
.section-heading .section-index { margin-bottom: 27px; }
.section-heading > p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.project { border-top: 1px solid var(--ink); }
.project-featured { display: block; padding-top: 32px; }
.project-featured .project-copy { max-width: 900px; }
.project-number { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 58px; color: #858c93; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .12em; }
.project-number span { color: var(--accent); }
.project-kicker { margin-bottom: 16px; color: var(--accent); }
.project h3 { margin-bottom: 22px; font-size: 48px; line-height: 1.08; }
.project-copy > p:not(.project-number):not(.project-kicker), .project-compact > p:not(.project-number):not(.project-kicker) { color: var(--muted); font-size: 16px; line-height: 1.7; }
.project-copy > p:not(.project-number):not(.project-kicker) + p:not(.project-number):not(.project-kicker) { margin-top: 16px; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 36px; padding: 0; list-style: none; }
.tag-list li { padding: 8px 11px; border: 1px solid var(--line); color: #596168; font-size: 11px; }
.muted-link { color: #7a8289; }
.project-link { display: inline-flex; gap: 12px; font-size: 13px; font-weight: 700; }
.project-visual { position: relative; min-height: 520px; padding: 80px 55px 0; overflow: hidden; background: #e9eef7; }
.placeholder-label { position: absolute; top: 20px; left: 24px; color: #6a7482; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.visual-window { height: 460px; padding-top: 24px; background: white; border: 1px solid #dce2eb; box-shadow: 0 24px 60px rgba(30,52,88,.12); }
.visual-top { display: flex; gap: 6px; padding: 0 20px 20px; border-bottom: 1px solid #edf0f4; }
.visual-top span { width: 7px; height: 7px; border-radius: 50%; background: #c9d0d9; }
.visual-body { display: grid; grid-template-columns: 92px 1fr; height: calc(100% - 36px); }
.visual-side { padding: 30px 20px; border-right: 1px solid #edf0f4; }
.visual-side i { display: block; height: 8px; margin-bottom: 20px; background: #dde4ec; }
.visual-side i:first-child { background: var(--accent); }
.visual-content { padding: 44px; }
.visual-content p { color: #6f7884; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.visual-stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 26px; }
.visual-stat-row span { height: 76px; background: #f0f3f7; border-left: 3px solid #8ba9ef; }
.visual-chart { position: relative; height: 170px; margin-top: 24px; background: repeating-linear-gradient(to bottom, #fff, #fff 41px, #edf0f3 42px); overflow: hidden; }
.visual-chart b { position: absolute; inset: 60px -10px 0; display: block; border-top: 3px solid var(--accent); transform: rotate(-7deg); }
.project-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; margin-top: 84px; }
.project-compact { padding-top: 28px; }
.compact-visual { position: relative; height: 330px; margin-bottom: 30px; overflow: hidden; background: var(--soft); }
.nodes { height: 100%; display: flex; align-items: center; justify-content: center; padding: 50px; }
.nodes span { display: grid; place-items: center; width: 95px; height: 95px; border: 1px solid #a9b5c2; border-radius: 50%; background: rgba(255,255,255,.72); color: #536170; font-size: 12px; font-weight: 700; }
.nodes span:nth-of-type(2) { color: white; background: var(--accent); border-color: var(--accent); }
.nodes i { width: 75px; height: 1px; background: #9eabb9; }
.dayvault-visual { color: white; background: #20354e; }
.dayvault-visual .placeholder-label { color: #acb8c6; }
.vault-date { position: absolute; z-index: 2; inset: 0; display: flex; align-items: center; justify-content: center; gap: 25px; }
.vault-date span { font-size: 116px; font-weight: 300; letter-spacing: -.08em; }
.vault-date small { max-width: 120px; color: #b7c4d2; font-size: 13px; line-height: 1.5; }
.vault-orbit { position: absolute; width: 360px; height: 160px; left: 50%; top: 52%; border: 1px solid rgba(135,166,203,.35); border-radius: 50%; transform: translate(-50%,-50%) rotate(-18deg); }
.project-compact .project-number { margin-bottom: 44px; }
.project-compact h3 { font-size: 35px; }
.additional-projects { margin-top: 132px; border-top: 1px solid var(--ink); }
.additional-projects-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 40px; padding: 28px 0 34px; }
.additional-projects-heading .section-index { margin: 0; color: var(--ink); }
.additional-projects-heading > p:last-child { color: var(--muted); font-size: 13px; }
.additional-project-list { border-bottom: 1px solid var(--line); }
.additional-project-list article { display: grid; grid-template-columns: 60px minmax(220px,.7fr) minmax(380px,1.3fr); gap: 34px; align-items: start; padding: 30px 0; border-top: 1px solid var(--line); }
.additional-project-list article > span { color: #9aa2a9; font-size: 11px; font-weight: 750; }
.additional-project-list article > div p { margin-bottom: 8px; color: var(--accent); font-size: 9px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.additional-project-list h3 { font-size: 27px; }
.additional-project-list article > p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.project-experience-note { max-width: 920px; margin-top: 52px; font-size: 21px; line-height: 1.55; letter-spacing: -.015em; }
.project-confidentiality { max-width: 850px; margin-top: 20px; color: #7f878e; font-size: 12px; font-style: italic; line-height: 1.6; }

@media (max-width: 1100px) {
  .additional-project-list article { grid-template-columns: 45px minmax(200px,.75fr) minmax(320px,1.25fr); gap: 22px; }
}

@media (max-width: 720px) {
  .additional-projects { margin-top: 84px; }
  .additional-projects-heading { display: block; }
  .additional-projects-heading > p:last-child { margin-top: 14px; }
  .additional-project-list article { grid-template-columns: 32px 1fr; gap: 14px; }
  .additional-project-list article > p { grid-column: 2; }
  .project-experience-note { font-size: 18px; }
}

/* How I Work — connected project journey */
how-i-work { display: block; }
.how-work-section { overflow: hidden; background: #f2f5f7; }
.how-work-heading { margin-bottom: 92px; }
.how-work-heading .section-index { color: var(--accent); }
.journey { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 82px; row-gap: 100px; }
.journey-line { position: absolute; inset: 26px 0 auto; height: calc(100% - 88px); pointer-events: none; }
.journey-line::before, .journey-line::after, .journey-line i { content: ""; position: absolute; left: 26px; right: 26px; height: 1px; background: #c4cdd4; }
.journey-line::before { top: 0; }
.journey-line i { top: 50%; }
.journey-line::after { bottom: 0; }
.journey-step { position: relative; display: grid; grid-template-columns: 54px 1fr; gap: 22px; min-height: 270px; opacity: .38; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; transition-delay: calc(var(--step) * 45ms); }
.journey-step.is-visible { opacity: 1; transform: translateY(0); }
.journey-marker { position: relative; z-index: 2; display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid #b9c4cb; border-radius: 50%; background: #f2f5f7; }
.journey-marker::after { content: ""; position: absolute; width: 7px; height: 7px; top: 50%; right: -45px; border-radius: 50%; background: #a8b4bc; transform: translateY(-50%); }
.journey-marker span { color: #7b8790; font-size: 10px; font-weight: 750; letter-spacing: .05em; }
.journey-icon { grid-column: 2; width: 46px; height: 46px; margin-top: 14px; color: #75838d; }
.journey-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.journey-copy { grid-column: 2; }
.journey-copy h3 { margin: 0 0 15px; font-size: 26px; font-weight: 600; letter-spacing: -.035em; }
.journey-copy > p:not(.journey-keywords):not(.journey-feature-label) { color: var(--muted); font-size: 14px; line-height: 1.7; }
.journey-keywords { margin-top: 22px; color: #879198; font-size: 9px; font-weight: 700; letter-spacing: .09em; line-height: 1.7; text-transform: uppercase; }
.journey-step:nth-of-type(5), .journey-step:nth-of-type(6), .journey-step:nth-of-type(7) { direction: rtl; }
.journey-step:nth-of-type(5) > *, .journey-step:nth-of-type(6) > *, .journey-step:nth-of-type(7) > * { direction: ltr; }
.journey-step-featured { min-height: 330px; margin: -28px -28px -32px; padding: 28px; color: white; background: var(--accent); box-shadow: 0 24px 55px rgba(29,86,216,.17); }
.journey-step-featured .journey-marker { border-color: rgba(255,255,255,.55); background: var(--accent); }
.journey-step-featured .journey-marker span, .journey-step-featured .journey-icon { color: white; }
.journey-step-featured .journey-marker::after { background: white; }
.journey-feature-label { margin-bottom: 10px; color: rgba(255,255,255,.66); font-size: 8px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.journey-step-featured .journey-copy > p:not(.journey-feature-label) { color: rgba(255,255,255,.78); }
.update-list { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0 0; padding: 0; list-style: none; }
.update-list li { padding: 6px 8px; border: 1px solid rgba(255,255,255,.27); font-size: 9px; }

@media (max-width: 1100px) {
  how-i-work { width: 100vw; }
  .journey { grid-template-columns: repeat(2, 1fr); column-gap: 60px; }
  .journey-line { display: none; }
  .journey-step { min-height: 250px; padding-top: 28px; border-top: 1px solid #c4cdd4; }
  .journey-step:nth-of-type(5), .journey-step:nth-of-type(6), .journey-step:nth-of-type(7) { direction: ltr; }
  .journey-step-featured { margin: 0; padding: 28px; border-top: 0; }
}

@media (max-width: 720px) {
  .how-work-section { padding-top: 84px; padding-bottom: 84px; }
  .how-work-heading { display: block; margin-bottom: 62px; }
  .how-work-heading > p { margin-top: 28px; }
  .how-work-heading h2 { font-size: 42px; }
  .journey { display: block; }
  .journey-step { grid-template-columns: 46px 1fr; min-height: 0; margin: 0; padding: 0 0 54px; border: 0; opacity: 1; transform: none; }
  .journey-step:not(:last-child)::before { content: ""; position: absolute; left: 22px; top: 46px; bottom: 0; width: 1px; background: #c4cdd4; }
  .journey-marker { width: 46px; height: 46px; }
  .journey-marker::after { display: none; }
  .journey-icon { margin-top: 6px; }
  .journey-copy { padding-bottom: 2px; }
  .journey-step-featured { margin: 0 0 48px; padding: 24px 20px; }
  .journey-step-featured::before { display: none; }
}

/* How I Work alternate 02 — dark process rail */
.how-style-2 .how-work-section { color: #edf4f7; background: #101c27; }
.how-style-2 .how-work-section .section-index { color: #6fd7ff; }
.how-style-2 .how-work-heading > p { color: #8798a5; }
.how-style-2 .journey { display: block; max-width: 1080px; margin-left: auto; }
.how-style-2 .journey-line { inset: 0 auto 0 58px; display: block; width: 1px; height: auto; background: #2b4557; }
.how-style-2 .journey-line::before, .how-style-2 .journey-line::after, .how-style-2 .journey-line i { display: none; }
.how-style-2 .journey-step,
.how-style-2 .journey-step:nth-of-type(5),
.how-style-2 .journey-step:nth-of-type(6),
.how-style-2 .journey-step:nth-of-type(7) { direction: ltr; grid-template-columns: 118px 64px 1fr; gap: 30px; min-height: 0; padding: 34px 0; border-top: 1px solid rgba(151,192,213,.16); opacity: 1; transform: none; }
.how-style-2 .journey-step:last-child { border-bottom: 1px solid rgba(151,192,213,.16); }
.how-style-2 .journey-marker { grid-column: 1; grid-row: 1 / span 2; align-self: center; width: 52px; height: 52px; border-color: #426074; background: #101c27; }
.how-style-2 .journey-marker::after { right: -9px; width: 7px; height: 7px; background: #6fd7ff; box-shadow: 0 0 12px rgba(111,215,255,.45); }
.how-style-2 .journey-marker span { color: #6fd7ff; }
.how-style-2 .journey-icon { grid-column: 2; grid-row: 1 / span 2; align-self: center; margin: 0; color: #6f8797; }
.how-style-2 .journey-copy { grid-column: 3; display: grid; grid-template-columns: minmax(210px,.65fr) minmax(360px,1.35fr); align-items: center; column-gap: 55px; }
.how-style-2 .journey-copy h3 { margin: 0; font-size: 25px; }
.how-style-2 .journey-copy > p:not(.journey-keywords):not(.journey-feature-label) { color: #93a3ae; }
.how-style-2 .journey-keywords { margin: 0; color: #607584; }
.how-style-2 .journey-step-featured { margin: 0; padding: 38px 28px 38px 0; color: #08131c; border: 0; background: #6fd7ff; box-shadow: 28px 0 0 #6fd7ff, -28px 0 0 #6fd7ff; }
.how-style-2 .journey-step-featured .journey-marker { border-color: rgba(8,19,28,.3); background: #6fd7ff; }
.how-style-2 .journey-step-featured .journey-marker span, .how-style-2 .journey-step-featured .journey-icon { color: #0b4058; }
.how-style-2 .journey-step-featured .journey-marker::after { background: #101c27; box-shadow: none; }
.how-style-2 .journey-step-featured .journey-copy { display: block; }
.how-style-2 .journey-step-featured .journey-copy > p:not(.journey-feature-label) { color: #20566c; }
.how-style-2 .journey-step-featured .journey-feature-label { color: #347087; }
.how-style-2 .journey-step-featured .update-list li { color: #12465d; border-color: rgba(8,19,28,.24); }

/* How I Work alternate 03 — modular blueprint path */
.how-style-3 .how-work-section { background: #f8fafb; }
.how-style-3 .how-work-heading { padding-bottom: 48px; border-bottom: 1px solid #ccd8df; }
.how-style-3 .journey { grid-template-columns: repeat(6, 1fr); column-gap: 22px; row-gap: 26px; }
.how-style-3 .journey-line { inset: 42px 7% auto; height: calc(100% - 84px); border: 1px dashed #b8cad5; border-radius: 120px; }
.how-style-3 .journey-line::before, .how-style-3 .journey-line::after, .how-style-3 .journey-line i { display: none; }
.how-style-3 .journey-step,
.how-style-3 .journey-step:nth-of-type(5),
.how-style-3 .journey-step:nth-of-type(6),
.how-style-3 .journey-step:nth-of-type(7) { direction: ltr; display: block; grid-column: span 2; min-height: 300px; padding: 24px 24px 28px; border: 0; background: #eef3f6; opacity: 1; transform: none; }
.how-style-3 .journey-step:nth-of-type(n+7) { grid-column: span 2; }
.how-style-3 .journey-step:nth-of-type(7) { grid-column: 2 / span 2; }
.how-style-3 .journey-marker { width: 44px; height: 44px; border: 0; border-radius: 2px; background: white; }
.how-style-3 .journey-marker::after { display: none; }
.how-style-3 .journey-marker span { color: var(--accent); }
.how-style-3 .journey-icon { grid-column: auto; width: 40px; height: 40px; margin: 34px 0 22px; color: #718692; }
.how-style-3 .journey-copy { grid-column: auto; }
.how-style-3 .journey-copy h3 { font-size: 24px; }
.how-style-3 .journey-keywords { margin-top: 20px; }
.how-style-3 .journey-step-featured { margin: 0; color: white; background: #18324a; box-shadow: none; }
.how-style-3 .journey-step-featured .journey-marker { background: #6fd7ff; }
.how-style-3 .journey-step-featured .journey-marker span { color: #10283d; }
.how-style-3 .journey-step-featured .journey-icon { color: #6fd7ff; }
.how-style-3 .journey-step-featured .journey-copy > p:not(.journey-feature-label) { color: #b0c3cf; }

@media (max-width: 1100px) {
  .how-style-2 .journey { margin-left: 0; }
  .how-style-2 .journey-step, .how-style-2 .journey-step:nth-of-type(5), .how-style-2 .journey-step:nth-of-type(6), .how-style-2 .journey-step:nth-of-type(7) { grid-template-columns: 90px 54px 1fr; }
  .how-style-2 .journey-copy { grid-template-columns: 1fr; gap: 14px; }
  .how-style-3 .journey { grid-template-columns: repeat(2,1fr); }
  .how-style-3 .journey-step, .how-style-3 .journey-step:nth-of-type(7) { grid-column: span 1; }
  .how-style-3 .journey-step:last-child { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .how-style-2 .journey-line { left: 22px; }
  .how-style-2 .journey-step, .how-style-2 .journey-step:nth-of-type(5), .how-style-2 .journey-step:nth-of-type(6), .how-style-2 .journey-step:nth-of-type(7) { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 0 0 54px; border: 0; }
  .how-style-2 .journey-marker { grid-column: 1; grid-row: auto; width: 46px; height: 46px; }
  .how-style-2 .journey-icon { display: none; }
  .how-style-2 .journey-copy { grid-column: 2; display: block; }
  .how-style-2 .journey-keywords { margin-top: 18px; }
  .how-style-2 .journey-step-featured { margin: 0 0 48px; padding: 24px 20px; }
  .how-style-3 .journey { display: block; }
  .how-style-3 .journey-line { display: none; }
  .how-style-3 .journey-step, .how-style-3 .journey-step:nth-of-type(7) { min-height: 0; margin: 0 0 16px; padding: 24px; }
}

/* How I Work storytelling concept — one product visibly taking shape */
.how-style-story .how-work-section { background: #f6f7f8; }
.how-style-story .how-work-heading { margin-bottom: 78px; }
.how-style-story .story-layout { display: grid; grid-template-columns: minmax(420px,.9fr) minmax(500px,1.1fr); gap: 110px; align-items: start; }
.how-style-story .story-stage { position: sticky; top: 130px; min-height: 610px; padding: 38px; color: white; background: #17283c; overflow: hidden; }
.how-style-story .story-stage::before { content: ""; position: absolute; inset: 0; background: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 58px 58px; }
.how-style-story .story-stage-label { position: relative; z-index: 2; color: #8fa4b7; font-size: 9px; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.how-style-story .story-artifact { position: relative; width: 330px; height: 390px; margin: 58px auto 28px; }
.how-style-story .artifact-note, .how-style-story .artifact-map, .how-style-story .artifact-window, .how-style-story .artifact-signal { position: absolute; transition: opacity .5s ease, transform .65s ease; }
.how-style-story .artifact-note { z-index: 4; left: 34px; top: 42px; width: 205px; height: 245px; padding: 52px 28px; color: #22384d; background: #f0e5c8; box-shadow: 0 20px 45px rgba(0,0,0,.2); transform: rotate(-5deg); }
.how-style-story .artifact-note i { display: block; height: 2px; margin-bottom: 22px; background: rgba(34,56,77,.24); }
.how-style-story .artifact-note i:nth-child(2) { width: 76%; }
.how-style-story .artifact-note i:nth-child(3) { width: 88%; }
.how-style-story .artifact-note span { position: absolute; left: 28px; bottom: 28px; font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.how-style-story .artifact-map { z-index: 3; right: 8px; top: 85px; width: 230px; height: 210px; border: 1px solid rgba(114,220,255,.32); background: rgba(15,41,61,.92); opacity: 0; transform: translateX(35px); }
.how-style-story .artifact-map b { position: absolute; width: 38px; height: 38px; border: 1px solid #72dcff; border-radius: 50%; }
.how-style-story .artifact-map b:nth-child(1) { left: 24px; top: 28px; }
.how-style-story .artifact-map b:nth-child(2) { right: 28px; top: 72px; }
.how-style-story .artifact-map b:nth-child(3) { left: 73px; bottom: 24px; }
.how-style-story .artifact-map i { position: absolute; left: 54px; top: 65px; width: 104px; height: 1px; background: rgba(114,220,255,.55); transform: rotate(18deg); }
.how-style-story .artifact-map i:last-child { left: 86px; top: 128px; width: 82px; transform: rotate(-36deg); }
.how-style-story .artifact-window { z-index: 2; left: 5px; top: 30px; width: 320px; height: 270px; border: 1px solid #9eb3c2; background: white; opacity: 0; transform: translateY(28px) scale(.94); box-shadow: 0 26px 54px rgba(0,0,0,.22); }
.how-style-story .artifact-window-top { display: flex; gap: 5px; height: 30px; padding: 12px; border-bottom: 1px solid #e2e7ea; }
.how-style-story .artifact-window-top i { width: 6px; height: 6px; border-radius: 50%; background: #bdc8ce; }
.how-style-story .artifact-window-body { display: grid; grid-template-columns: 62px 1fr 1fr; gap: 13px; padding: 28px 22px; }
.how-style-story .artifact-window-body b { grid-row: 1 / span 2; height: 184px; background: #edf1f3; }
.how-style-story .artifact-window-body span { height: 72px; background: #e8eef6; border-top: 3px solid var(--accent); }
.how-style-story .artifact-window-body span:last-child { grid-column: 2 / span 2; height: 82px; }
.how-style-story .artifact-signal { z-index: 5; right: 3px; bottom: 47px; display: flex; align-items: center; gap: 9px; padding: 11px 14px; color: #17334a; background: #72dcff; opacity: 0; transform: translateY(14px); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.how-style-story .artifact-signal i { width: 7px; height: 7px; border-radius: 50%; background: #2f9b61; box-shadow: 0 0 0 4px rgba(47,155,97,.15); }
.how-style-story .story-stage-caption { position: relative; z-index: 2; display: flex; align-items: center; gap: 10px; color: #73899a; font-size: 8px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.how-style-story .story-stage-caption i { flex: 1; height: 1px; background: #354b5c; }
.how-style-story .how-work-section[data-stage="2"] .artifact-note, .how-style-story .how-work-section[data-stage="3"] .artifact-note, .how-style-story .how-work-section[data-stage="4"] .artifact-note { transform: translate(-28px,-10px) rotate(-9deg) scale(.88); }
.how-style-story .how-work-section[data-stage="2"] .artifact-map, .how-style-story .how-work-section[data-stage="3"] .artifact-map, .how-style-story .how-work-section[data-stage="4"] .artifact-map { opacity: 1; transform: translateX(0); }
.how-style-story .how-work-section[data-stage="5"] .artifact-note, .how-style-story .how-work-section[data-stage="6"] .artifact-note, .how-style-story .how-work-section[data-stage="7"] .artifact-note, .how-style-story .how-work-section[data-stage="8"] .artifact-note, .how-style-story .how-work-section[data-stage="9"] .artifact-note { opacity: 0; transform: translateX(-35px) rotate(-10deg); }
.how-style-story .how-work-section[data-stage="5"] .artifact-map, .how-style-story .how-work-section[data-stage="6"] .artifact-map, .how-style-story .how-work-section[data-stage="7"] .artifact-map, .how-style-story .how-work-section[data-stage="8"] .artifact-map, .how-style-story .how-work-section[data-stage="9"] .artifact-map { opacity: .28; transform: translate(32px,-20px) scale(.82); }
.how-style-story .how-work-section[data-stage="5"] .artifact-window, .how-style-story .how-work-section[data-stage="6"] .artifact-window, .how-style-story .how-work-section[data-stage="7"] .artifact-window, .how-style-story .how-work-section[data-stage="8"] .artifact-window, .how-style-story .how-work-section[data-stage="9"] .artifact-window { opacity: 1; transform: translateY(0) scale(1); }
.how-style-story .how-work-section[data-stage="8"] .artifact-signal, .how-style-story .how-work-section[data-stage="9"] .artifact-signal { opacity: 1; transform: translateY(0); }
.how-style-story .journey { display: block; }
.how-style-story .journey-line { left: 25px; top: 24px; bottom: 60px; width: 1px; height: auto; background: #c3cdd4; }
.how-style-story .journey-line::before, .how-style-story .journey-line::after, .how-style-story .journey-line i { display: none; }
.how-style-story .journey-step, .how-style-story .journey-step:nth-of-type(5), .how-style-story .journey-step:nth-of-type(6), .how-style-story .journey-step:nth-of-type(7) { direction: ltr; grid-template-columns: 52px 1fr; min-height: 290px; gap: 30px; padding: 0; opacity: .32; transform: translateY(12px); }
.how-style-story .journey-step.is-visible { opacity: 1; transform: translateY(0); }
.how-style-story .journey-marker { width: 52px; height: 52px; background: #f6f7f8; }
.how-style-story .journey-marker::after { display: none; }
.how-style-story .journey-icon { width: 42px; height: 42px; margin: 8px 0 18px; }
.how-style-story .journey-copy h3 { font-size: 32px; }
.how-style-story .journey-copy > p:not(.journey-keywords):not(.journey-feature-label) { max-width: 510px; font-size: 16px; }
.how-style-story .journey-step-featured { min-height: 330px; margin: -18px 0 40px -22px; padding: 28px 28px 28px 22px; opacity: 1; transform: none; }
.how-style-story .journey-step-featured .journey-marker { background: var(--accent); }

@media (max-width: 1100px) {
  .how-style-story .story-layout { grid-template-columns: 1fr; gap: 70px; }
  .how-style-story .story-stage { position: relative; top: auto; width: min(100%,620px); min-height: 540px; margin-inline: auto; }
  .how-style-story .journey { max-width: 650px; margin-inline: auto; }
}

@media (max-width: 720px) {
  .how-style-story .story-stage { min-height: 470px; padding: 24px 18px; }
  .how-style-story .story-artifact { width: 290px; transform: scale(.86); transform-origin: top center; }
  .how-style-story .journey-step, .how-style-story .journey-step:nth-of-type(5), .how-style-story .journey-step:nth-of-type(6), .how-style-story .journey-step:nth-of-type(7) { display: grid; grid-template-columns: 46px 1fr; min-height: 0; padding-bottom: 70px; }
  .how-style-story .journey-line { left: 22px; }
  .how-style-story .journey-step-featured { margin: -12px 0 52px; padding: 24px 20px; }
}

/* How I Work visual-first concept — nine illustrated chapters */
.how-style-visual .how-work-section { background: #f7f9fa; }
.how-style-visual .how-work-heading { margin-bottom: 62px; }
.how-style-visual .journey { width: 100%; max-width: 1080px; margin-inline: auto; grid-template-columns: repeat(3,1fr); gap: 58px 28px; }
.how-style-visual .journey-line { display: none; }
.how-style-visual .journey-step,
.how-style-visual .journey-step:nth-of-type(5),
.how-style-visual .journey-step:nth-of-type(6),
.how-style-visual .journey-step:nth-of-type(7) { direction: ltr; display: block; min-height: 0; padding: 0; opacity: 1; transform: none; }
.how-style-visual .journey-marker { display: none; }
.how-style-visual .journey-marker::after { display: none; }
.how-style-visual .journey-marker span { color: var(--accent); }
.how-style-visual .step-illustration {
  --scene-mask: radial-gradient(ellipse at center, #000 55%, rgba(0,0,0,.9) 66%, transparent 82%);
  width: 100%;
  aspect-ratio: 1;
  border: 0;
  outline: 0;
  background-image: url("assets/process-journey-soundhar-hd.png");
  background-repeat: no-repeat;
  background-size: 303% 303%;
  background-position: var(--image-x) var(--image-y);
  -webkit-mask-image: var(--scene-mask);
  mask-image: var(--scene-mask);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  overflow: hidden;
}
.how-style-visual .journey-step:nth-of-type(1) .step-illustration { border-radius: 48% 52% 38% 62% / 42% 38% 62% 58%; }
.how-style-visual .journey-step:nth-of-type(2) .step-illustration { border-radius: 34% 66% 55% 45% / 56% 42% 58% 44%; }
.how-style-visual .journey-step:nth-of-type(3) .step-illustration { border-radius: 58% 42% 48% 52% / 36% 58% 42% 64%; }
.how-style-visual .journey-step:nth-of-type(4) .step-illustration { border-radius: 42% 58% 63% 37% / 60% 35% 65% 40%; }
.how-style-visual .journey-step:nth-of-type(5) .step-illustration { border-radius: 50%; }
.how-style-visual .journey-step:nth-of-type(6) .step-illustration { border-radius: 62% 38% 44% 56% / 45% 63% 37% 55%; }
.how-style-visual .journey-step:nth-of-type(7) .step-illustration { border-radius: 37% 63% 52% 48% / 64% 40% 60% 36%; }
.how-style-visual .journey-step:nth-of-type(8) .step-illustration { border-radius: 56% 44% 65% 35% / 38% 57% 43% 62%; }
.how-style-visual .journey-step:nth-of-type(9) .step-illustration { border-radius: 44% 56% 35% 65% / 58% 36% 64% 42%; }
.how-style-visual .journey-copy { padding: 25px 5px 0; }
.how-style-visual .journey-feature-label { margin-bottom: 9px; color: var(--accent); }
.how-style-visual .journey-copy h3 { margin-bottom: 8px; font-size: 27px; }
.how-style-visual .journey-copy > p:not(.journey-feature-label) { color: #6d7881; font-size: 14px; line-height: 1.55; }
.how-style-visual .journey-step-featured { margin: 0; color: var(--ink); background: transparent; box-shadow: none; }
.how-style-visual .journey-step-featured .journey-marker { background: var(--accent); }
.how-style-visual .journey-step-featured .journey-marker span { color: white; }
.how-style-visual .journey-step-featured .step-illustration { outline: 0; }
.how-style-visual .journey-step-featured .journey-copy > p:not(.journey-feature-label) { color: #6d7881; }

@media (max-width: 1100px) {
  .how-style-visual .journey { grid-template-columns: repeat(2,1fr); }
  .how-style-visual .journey-step { border: 0; }
}

@media (max-width: 720px) {
  .how-style-visual .journey { display: block; }
  .how-style-visual .journey-step, .how-style-visual .journey-step:nth-of-type(5), .how-style-visual .journey-step:nth-of-type(6), .how-style-visual .journey-step:nth-of-type(7) { margin: 0 0 48px; padding: 0; }
  .how-style-visual .journey-step::before { display: none; }
  .how-style-visual .step-illustration { aspect-ratio: 1; }
}

.earlier-work { border-bottom: 1px solid var(--line); }
.earlier-work .section-index { margin-bottom: 26px; }
.earlier-work > div:last-child > p:not(.lead) { color: var(--muted); font-size: 15px; line-height: 1.7; }
.work-list { display: grid; grid-template-columns: 1fr 1fr; margin-top: 52px; border-top: 1px solid var(--line); }
.work-list span { padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.work-list span:nth-child(odd) { margin-right: 24px; }
.capabilities-section { background: #edf0f2; }
.compact-heading { margin-bottom: 62px; }
.capability-grid { display: block; border-bottom: 1px solid #bcc4ca; }
.capability-grid > .capability { position: relative; display: grid; grid-template-columns: 110px 1fr; gap: 30px; min-height: 148px; padding: 30px 22px 30px 0; border-top: 1px solid #bcc4ca; transition: padding-left .25s ease, background .25s ease; }
.capability-grid > .capability:hover { padding-left: 18px; background: rgba(255,255,255,.5); }
.capability-grid span { align-self: center; color: #a3acb3; font-size: 48px; font-weight: 260; line-height: 1; letter-spacing: -.07em; }
.capability-grid .capability > div { display: grid; grid-template-columns: minmax(300px,.82fr) minmax(380px,1.18fr); grid-template-rows: auto 1fr; column-gap: 80px; align-items: center; }
.capability-grid .capability-label { align-self: end; color: #7d878f; font-size: 10px; font-weight: 750; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.capability-grid h3 { align-self: start; margin: 9px 0 0; font-size: 31px; letter-spacing: -.035em; }
.capability-grid .capability > div > p:last-child { grid-column: 2; grid-row: 1 / span 2; align-self: center; max-width: 520px; padding-right: 38px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.capability-grid .capability-primary { background: linear-gradient(90deg, rgba(29,86,216,.08), transparent 58%); }
.capability-grid .capability-primary span, .capability-grid .capability-primary h3 { color: var(--accent); }

.experience-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.experience-title { position: sticky; top: 130px; align-self: start; }
.experience-title .section-index { margin-bottom: 26px; }
.timeline { margin: 0; padding: 0; list-style: none; }
.timeline li { display: grid; grid-template-columns: 130px 1fr; gap: 30px; padding: 32px 0; border-top: 1px solid var(--line); }
.timeline li:last-child { border-bottom: 1px solid var(--line); }
.timeline-year { color: #8b9299; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.timeline h3 { margin-bottom: 10px; font-size: 22px; }
.timeline p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.timeline-current { position: relative; }
.timeline-current::before, .timeline-emphasis::before { content: ""; position: absolute; left: -18px; top: 38px; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.timeline-emphasis { position: relative; }
.timeline-emphasis h3 { color: var(--accent); }

.global-section { padding: 132px 0; color: white; background: var(--deep); }
.light-index { color: #8190a1; }
.global-grid p:not(.section-index) { max-width: 500px; color: #b8c1cb; font-size: 18px; line-height: 1.65; }
.market-list { display: grid; grid-template-columns: 1fr 1fr; margin-top: 52px; border-top: 1px solid rgba(255,255,255,.17); }
.market-list span { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.17); font-size: 14px; }
.about-section { display: grid; grid-template-columns: .28fr .52fr .9fr; align-items: start; gap: 70px; }
.about-portrait { margin: 0; }
.about-portrait img { display: block; width: 100%; height: 510px; object-fit: cover; object-position: 68% center; filter: saturate(.82) contrast(1.03); }
.about-portrait figcaption { margin-top: 14px; color: #858c93; font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .09em; }
.about-section h2 { max-width: 850px; margin-bottom: 38px; font-size: 64px; }
.about-section .lead, .about-section > div > p:not(.lead) { max-width: 760px; }
.about-section .text-link { margin-top: 38px; }

.resume-section { background: #edf0f2; }
.resume-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 100px; }
.resume-heading .section-index { margin-bottom: 26px; color: var(--accent); }
.resume-heading h2 { max-width: 480px; }
.resume-card { display: grid; grid-template-columns: 230px 1fr; min-height: 430px; background: var(--white); box-shadow: 0 28px 65px rgba(23,40,60,.09); }
.resume-document { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 100%; padding: 30px; color: white; background: var(--deep); overflow: hidden; }
.resume-document::before { content: ""; position: absolute; width: 220px; height: 220px; top: -90px; right: -110px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.resume-document > span { position: absolute; top: 28px; left: 30px; display: grid; place-items: center; width: 38px; height: 38px; color: var(--deep); background: white; font-size: 11px; font-weight: 800; }
.resume-document strong { font-size: 35px; font-weight: 560; letter-spacing: -.045em; }
.resume-document small { margin-top: 12px; color: #aebbc7; font-size: 11px; line-height: 1.55; text-transform: uppercase; letter-spacing: .08em; }
.resume-copy { padding: 50px; }
.resume-label { margin-bottom: 16px; color: var(--accent); font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.resume-copy h3 { max-width: 590px; font-size: 32px; line-height: 1.15; }
.resume-copy > p:not(.resume-label) { max-width: 590px; margin-top: 20px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.resume-meta { display: flex; gap: 52px; margin: 30px 0; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.resume-meta div { display: grid; gap: 7px; }
.resume-meta dt { color: #8a9299; font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.resume-meta dd { margin: 0; font-size: 13px; font-weight: 650; }
.resume-download { width: max-content; }

@media (max-width: 1100px) {
  .resume-section { width: 100vw; }
  .resume-grid { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 720px) {
  .resume-section { padding-top: 84px; padding-bottom: 84px; }
  .resume-heading h2 { font-size: 42px; }
  .resume-card { grid-template-columns: 1fr; }
  .resume-document { min-height: 220px; }
  .resume-copy { padding: 30px 24px; }
  .resume-copy h3 { font-size: 27px; }
  .resume-meta { flex-direction: column; gap: 18px; }
  .resume-download { width: 100%; }
}

.contact-section { padding: 120px 0; color: white; background: var(--accent); }
.contact-grid { grid-template-columns: minmax(0,.9fr) minmax(520px,1.1fr); align-items: start; gap: 100px; }
.contact-section h2 { font-size: 58px; }
.contact-intro > p:not(.section-index) { max-width: 500px; margin-top: 28px; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.6; }
.contact-links { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; margin-top: 42px; font-size: 14px; font-weight: 650; }
.contact-links > a:first-child { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.5); }
.contact-form { padding: 42px; color: var(--ink); background: white; box-shadow: 0 28px 70px rgba(13,49,134,.22); }
.contact-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-field { display: block; }
.contact-field > span, .contact-reasons legend { display: block; margin-bottom: 10px; color: #5d6670; font-size: 10px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.contact-field input, .contact-field textarea { width: 100%; border: 0; border-bottom: 1px solid #cfd5da; border-radius: 0; padding: 13px 0; color: var(--ink); background: transparent; font: inherit; font-size: 15px; outline: 0; transition: border-color .2s ease; }
.contact-field input:focus, .contact-field textarea:focus { border-color: var(--accent); }
.contact-field input::placeholder, .contact-field textarea::placeholder { color: #9aa1a8; }
.contact-reasons { margin: 34px 0 30px; padding: 0; border: 0; }
.contact-reasons legend { margin-bottom: 13px; }
.contact-reasons legend small { margin-left: 7px; color: #9aa1a8; font-size: 9px; font-weight: 650; letter-spacing: .04em; text-transform: none; }
.contact-reasons { display: flex; flex-wrap: wrap; gap: 10px; }
.contact-product-types { margin-top: 0; }
.contact-reasons legend { flex-basis: 100%; }
.contact-reasons label { cursor: pointer; }
.contact-reasons input { position: absolute; opacity: 0; pointer-events: none; }
.contact-reasons label span { display: block; padding: 12px 15px; border: 1px solid #d8dde1; color: #59626a; font-size: 12px; font-weight: 650; transition: color .2s ease, border-color .2s ease, background .2s ease; }
.contact-reasons input:checked + span { color: white; border-color: var(--accent); background: var(--accent); }
.contact-reasons input:focus-visible + span { outline: 3px solid #ffbd45; outline-offset: 3px; }
.contact-message textarea { min-height: 118px; resize: vertical; line-height: 1.55; }
.contact-submit-row { display: flex; align-items: center; gap: 22px; margin-top: 28px; }
.contact-submit { border: 0; color: white; background: var(--accent); cursor: pointer; font-family: inherit; }
.contact-submit:hover { color: white; background: var(--ink); }
.contact-submit:disabled { cursor: wait; opacity: .65; transform: none; }
.form-status { flex: 1; margin: 0; color: #68717a; font-size: 13px; line-height: 1.45; }
.form-status.is-success { color: #22784b; }
.form-status.is-error { color: #b43737; }
.button-light { color: var(--accent); background: white; }
.button-light:hover { color: white; background: var(--ink); }
.text-link-light { color: white; }
.site-footer { padding: 70px 0; background: var(--ink); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr auto; align-items: end; gap: 60px; }
.footer-brand .brand-mark { color: var(--ink); background: white; }
.footer-grid > div:first-child p { margin-top: 16px; color: #858d94; font-size: 12px; }
.footer-links { display: flex; gap: 25px; color: #b5bbc0; font-size: 13px; }
.copyright { color: #777f86; font-size: 11px; }

a:focus-visible { outline: 3px solid #ffbd45; outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .portrait-ring { animation: none; }
}

/* Technical command centre */
.command-centre { overflow: hidden; background: #f7f8f9; border-bottom: 1px solid var(--line); }
.command-centre-heading { margin-bottom: 82px; }
.command-centre-heading .section-index { color: var(--accent); }
.system-map { position: relative; min-height: 740px; background: rgba(255,255,255,.54); isolation: isolate; }
.system-map::before { content: "SYSTEM / 08 CONNECTED CAPABILITIES"; position: absolute; top: 20px; left: 24px; color: #8b9299; font-size: 9px; font-weight: 750; letter-spacing: .14em; }
.system-map::after { content: "PRODUCT ENGINEERING / END TO END"; position: absolute; right: 24px; bottom: 20px; color: #8b9299; font-size: 9px; font-weight: 750; letter-spacing: .14em; }
.system-core { position: absolute; z-index: 3; left: 50%; top: 50%; width: 360px; min-height: 310px; padding: 40px; border: 1px solid #aeb9c2; background: var(--white); transform: translate(-50%,-50%); box-shadow: 0 26px 65px rgba(23,40,60,.09); }
.system-core::before, .system-core::after { content: ""; position: absolute; width: 22px; height: 22px; border-color: var(--accent); }
.system-core::before { top: -1px; left: -1px; border-top: 2px solid var(--accent); border-left: 2px solid var(--accent); }
.system-core::after { right: -1px; bottom: -1px; border-right: 2px solid var(--accent); border-bottom: 2px solid var(--accent); }
.core-status { display: flex; align-items: center; gap: 9px; margin-bottom: 28px; color: var(--accent); font-size: 9px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.core-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 6px rgba(29,86,216,.09); animation: system-pulse 3.8s ease-in-out infinite; }
.system-core h3 { font-size: 36px; line-height: 1.05; }
.system-core > p { margin-top: 20px; color: #717a82; font-size: 10px; font-weight: 700; letter-spacing: .05em; line-height: 1.75; text-transform: uppercase; }
.system-core > p span { margin-inline: 3px; color: var(--accent); }
.core-detail { display: grid; grid-template-columns: 32px 1fr; gap: 4px 10px; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); }
.core-detail > span { grid-row: 1 / span 2; color: var(--accent); font-size: 11px; font-weight: 750; }
.core-detail strong { font-size: 13px; }
.core-detail small { color: var(--muted); font-size: 11px; line-height: 1.45; }
.system-nodes { position: absolute; inset: 0; z-index: 2; display: grid; grid-template-columns: 1fr 360px 1fr; grid-template-rows: repeat(4,1fr); align-items: center; padding: 66px 36px; column-gap: 120px; }
.system-node { position: relative; display: grid; grid-template-columns: 26px 1fr; gap: 3px 12px; width: 100%; min-height: 76px; padding: 15px 18px; border: 1px solid #cdd3d8; color: var(--ink); background: rgba(255,255,255,.78); text-align: left; font: inherit; cursor: pointer; transition: border-color .25s ease, background .25s ease, box-shadow .25s ease, transform .25s ease; }
.system-node:nth-child(n+5) { grid-column: 3; }
.node-1 { grid-column: 1; grid-row: 1; }.node-2 { grid-column: 1; grid-row: 2; }.node-3 { grid-column: 1; grid-row: 3; }.node-4 { grid-column: 1; grid-row: 4; }
.node-5 { grid-row: 1; }.node-6 { grid-row: 2; }.node-7 { grid-row: 3; }.node-8 { grid-row: 4; }
.system-node > span { grid-row: 1 / span 2; color: #9aa2a9; font-size: 10px; font-weight: 750; letter-spacing: .08em; }
.system-node strong { font-size: 14px; letter-spacing: -.01em; }
.system-node small { color: #7e878e; font-size: 10px; line-height: 1.4; }
.system-node::after { content: ""; position: absolute; top: 50%; width: 7px; height: 7px; border: 2px solid #aeb8c0; border-radius: 50%; background: var(--paper); transform: translateY(-50%); }
.system-node:nth-child(-n+4)::after { right: -5px; }.system-node:nth-child(n+5)::after { left: -5px; }
.system-node:hover, .system-node:focus-visible, .system-node.is-active { border-color: var(--accent); background: var(--white); box-shadow: 0 12px 30px rgba(23,40,60,.08); transform: translateY(-2px); outline: 0; }
.system-node:hover::after, .system-node:focus-visible::after, .system-node.is-active::after { border-color: var(--accent); background: var(--accent); box-shadow: 0 0 0 5px rgba(29,86,216,.1); }
.system-node.is-active > span, .system-node.is-active strong { color: var(--accent); }
.system-map-lines { position: absolute; z-index: 1; inset: 0; pointer-events: none; }
.system-line { position: absolute; left: 50%; top: 50%; height: 1px; background: #cbd2d7; transform-origin: center; }
.line-1, .line-5 { width: 697px; margin-left: -348.5px; }
.line-2, .line-6 { width: 549px; margin-left: -274.5px; }
.line-1 { transform: rotate(40.8deg); }.line-5 { transform: rotate(-40.8deg); }
.line-2 { transform: rotate(16.1deg); }.line-6 { transform: rotate(-16.1deg); }
.line-3, .line-4, .line-7, .line-8 { display: none; }
.system-line::after { content: ""; position: absolute; top: -1px; width: 54px; height: 2px; background: var(--accent); opacity: .42; animation: system-scan 6s ease-in-out infinite; }
.system-line:nth-child(even)::after { animation-delay: -3s; }
@keyframes system-pulse { 0%,100% { transform: scale(.8); opacity: .65; } 50% { transform: scale(1.15); opacity: 1; } }
@keyframes system-scan { 0%,100% { left: 0; opacity: 0; } 15%,85% { opacity: .45; } 50% { left: calc(100% - 54px); } }

@media (max-width: 1100px) {
  .command-centre { width: 100vw; }
  .system-map { min-height: 0; border: 0; background: transparent; }
  .system-map::before, .system-map::after, .system-map-lines { display: none; }
  .system-core { position: relative; left: auto; top: auto; width: 100%; min-height: 0; padding: 32px; transform: none; }
  .system-nodes { position: relative; inset: auto; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: none; gap: 12px; padding: 18px 0 0; }
  .system-node, .system-node:nth-child(n+5), .node-1, .node-2, .node-3, .node-4, .node-5, .node-6, .node-7, .node-8 { grid-column: auto; grid-row: auto; }
  .system-node { padding-inline: 16px; }
  .system-node::after { display: none; }
}

@media (max-width: 720px) {
  .command-centre { padding-top: 84px; padding-bottom: 84px; }
  .command-centre-heading { display: block; margin-bottom: 50px; }
  .command-centre-heading h2 { font-size: 42px; }
  .command-centre-heading > p { margin-top: 28px; }
  .system-map { min-height: 0; border: 0; background: transparent; }
  .system-map::before, .system-map::after, .system-map-lines { display: none; }
  .system-core { position: relative; left: auto; top: auto; width: 100%; min-height: 0; padding: 28px 24px; transform: none; }
  .system-core h3 { font-size: 31px; }
  .core-detail { display: none; }
  .system-nodes { position: relative; inset: auto; display: block; padding: 16px 0 0; }
  .system-node { min-height: 74px; margin-top: 10px; padding: 17px 18px; }
  .system-node::after { display: none; }
  .system-node small { display: none; }
  .system-node.is-active { padding-bottom: 18px; }
  .system-node.is-active small { display: block; grid-column: 2; color: var(--muted); font-size: 12px; line-height: 1.55; }
}

@media (prefers-reduced-motion: reduce) {
  .core-status i, .system-line::after { animation: none; }
}

/* Responsive quality pass */
html { scroll-padding-top: 106px; }
body { min-width: 0; overflow-x: hidden; }
img, svg { max-width: 100%; }
.nav-toggle { display: none; }

@media (max-width: 1100px) {
  :root { --pad: clamp(28px, 4.5vw, 52px); --section: 112px; }
  .nav-wrap { gap: 26px; }
  .nav-links { gap: 21px; }
  .hero { grid-template-columns: minmax(0,1.45fr) minmax(230px,.55fr); gap: 56px; min-height: 620px; padding-top: 76px; padding-bottom: 78px; }
  h1 { font-size: clamp(54px,7vw,76px); }
  .hero-portrait { right: 30px; width: 148px; height: 148px; }
  .hero-aside { padding-left: 22px; }
  .availability { margin-bottom: 44px; }
  .section-heading { grid-template-columns: 1fr minmax(280px,340px); gap: 50px; }
  .project-pair { gap: 34px; }
  .capability-grid .capability > div { column-gap: 40px; }
  .experience-section { gap: 60px; }
  .about-section { grid-template-columns: .22fr .5fr .9fr; gap: 42px; }
  .about-section h2 { font-size: 52px; }
  .global-grid, .contact-grid { gap: 64px; }
  .contact-grid { grid-template-columns: minmax(0,.8fr) minmax(460px,1.2fr); }
  .footer-grid { gap: 34px; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 82px; }
  .nav-wrap { height: 72px; grid-template-columns: 1fr auto auto; }
  .nav-toggle { position: relative; z-index: 23; display: grid; place-content: center; gap: 6px; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); background: transparent; cursor: pointer; }
  .nav-toggle span { display: block; width: 18px; height: 1px; background: var(--ink); transition: transform .2s ease; }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .nav-toggle:focus-visible { outline: 3px solid #ffbd45; outline-offset: 3px; }
  .nav-links { position: fixed; z-index: 22; top: 72px; left: 0; right: 0; display: grid; gap: 0; padding: 12px var(--pad) 24px; border-bottom: 1px solid var(--line); background: rgba(247,248,249,.98); box-shadow: 0 18px 35px rgba(23,27,31,.08); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .nav-links a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
  .nav-links a::after { display: none; }
  .nav-open .nav-links { opacity: 1; visibility: visible; transform: none; }
  .nav-open { overflow: hidden; }
  .nav-wrap > .button { min-height: 44px; }
  .hero { display: grid; grid-template-columns: 1fr; gap: 42px; min-height: 0; padding-top: 72px; padding-bottom: 72px; }
  .hero-copy { max-width: 720px; }
  .hero-portrait { position: relative; inset: auto; grid-row: 2; width: 150px; height: 150px; justify-self: start; margin-left: 16px; }
  .hero-aside { grid-row: 3; max-width: 600px; margin: 0; }
  .availability { margin-bottom: 30px; }
  .freelancer-strip, .command-centre, .resume-section, how-i-work { width: 100%; }
  .freelancer-strip-inner { grid-template-columns: 1fr; grid-template-areas: "identity" "stats" "link"; }
  .freelancer-link { justify-self: start; }
  .section-heading, .intro-grid, .earlier-work, .global-grid, .contact-grid, .experience-section { grid-template-columns: 1fr; gap: 44px; }
  .section-heading { display: grid; align-items: start; }
  .section-heading > p { max-width: 650px; }
  .project-pair { grid-template-columns: 1fr; gap: 64px; }
  .additional-project-list article { grid-template-columns: 44px minmax(190px,.6fr) 1fr; }
  .capability-grid .capability > div { grid-template-columns: 1fr; grid-template-rows: auto; gap: 7px; }
  .capability-grid .capability > div > p:last-child { grid-column: 1; grid-row: auto; margin-top: 10px; padding-right: 0; }
  .experience-title { position: relative; top: auto; }
  .about-section { grid-template-columns: 120px minmax(230px,.52fr) 1fr; gap: 30px; }
  .about-section h2 { font-size: 44px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-intro { max-width: 620px; }
  .contact-form { max-width: 720px; }
  .footer-grid { grid-template-columns: 1fr auto; align-items: start; }
  .footer-links { grid-column: 1 / -1; grid-row: 2; flex-wrap: wrap; }
}

@media (max-width: 720px) {
  :root { --pad: clamp(20px,6vw,28px); --section: 84px; }
  body { overflow-wrap: anywhere; }
  .nav-wrap { grid-template-columns: 1fr auto; gap: 12px; }
  .nav-wrap > .button { display: none; }
  .brand { font-size: 14px; }
  .hero { padding-top: 60px; padding-bottom: 64px; }
  h1 { font-size: clamp(43px,13.5vw,60px); line-height: 1.02; }
  h2 { font-size: clamp(36px,10.5vw,46px); }
  .hero-intro { margin-top: 28px; font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; margin-top: 32px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { min-height: 44px; justify-content: center; }
  .hero-portrait { width: 132px; height: 132px; }
  .hero-aside { padding-left: 20px; }
  .freelancer-strip-inner { display: block; }
  .freelancer-identity { align-items: flex-start; flex-direction: column; gap: 16px; }
  .freelancer-identity-copy { display: grid; gap: 8px; white-space: normal; }
  .freelancer-history { gap: 7px; }
  .freelancer-stats { margin-top: 26px; }
  .freelancer-stats div { padding: 15px 8px; }
  .freelancer-link { width: 100%; white-space: normal; text-align: center; }
  .section-heading, .intro-grid, .earlier-work, .global-grid, .experience-section, .about-section { gap: 32px; }
  .section-heading br, .intro-grid h2 br, .earlier-work h2 br, .experience-title h2 br, .global-grid h2 br, .contact-section h2 br { display: none; }
  .project-number { align-items: flex-start; flex-direction: column; margin-bottom: 34px; }
  .project h3 { font-size: 38px; }
  .project-pair { margin-top: 68px; gap: 58px; }
  .tag-list { margin: 24px 0 30px; }
  .tag-list li { line-height: 1.35; }
  .additional-project-list article { grid-template-columns: 30px 1fr; }
  .additional-project-list article > p { grid-column: 2; }
  .system-node small, .system-node.is-active small { display: block; grid-column: 2; color: var(--muted); font-size: 12px; line-height: 1.55; }
  .capability-grid > .capability { grid-template-columns: 54px 1fr; gap: 16px; padding-right: 0; }
  .capability-grid span { font-size: 36px; }
  .capability-grid h3 { font-size: 27px; }
  .timeline li { grid-template-columns: 1fr; gap: 12px; padding: 28px 0; }
  .timeline-current::before, .timeline-emphasis::before { left: -12px; top: 34px; }
  .market-list { grid-template-columns: 1fr; }
  .about-section { grid-template-columns: 1fr; }
  .about-section > .section-index { margin-bottom: 0; }
  .about-portrait { max-width: 420px; }
  .about-portrait img { height: auto; aspect-ratio: 3 / 4; }
  .about-section h2 { font-size: clamp(36px,10.5vw,46px); }
  .contact-section { padding: 84px 0; }
  .contact-section h2 { font-size: clamp(38px,10.5vw,48px); }
  .contact-form { padding: 28px 22px; }
  .contact-field-row { grid-template-columns: 1fr; gap: 22px; }
  .contact-reasons label span { min-height: 44px; display: flex; align-items: center; }
  .contact-submit-row { align-items: stretch; flex-direction: column; }
  .contact-submit { width: 100%; }
  .contact-links a, .footer-links a { display: inline-flex; align-items: center; min-height: 44px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-links { grid-column: auto; grid-row: auto; gap: 18px 24px; }
  .copyright { grid-column: auto; }
}

@media (max-width: 360px) {
  h1 { font-size: 42px; }
  .freelancer-stats dd { font-size: 22px; }
  .system-core { padding: 24px 20px; }
  .system-core h3 { font-size: 28px; }
  .contact-form { padding-inline: 18px; }
}
