:root {
  color-scheme: dark;
  --bg: #0b1118;
  --bg-deep: #070b10;
  --surface: #111a24;
  --surface-raised: #17222e;
  --ink: #f2f5f7;
  --muted: #a7b1bb;
  --quiet: #71808e;
  --accent: #d3a85a;
  --accent-bright: #efc779;
  --line: rgba(255, 255, 255, .12);
  --line-strong: rgba(255, 255, 255, .2);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  background: radial-gradient(circle at 75% 5%, rgba(39, 72, 91, .18), transparent 30%), var(--bg);
  content: "";
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; top: -60px; left: 1rem; z-index: 100; padding: .75rem 1rem; color: var(--bg); background: var(--accent-bright); }
.skip-link:focus { top: 1rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.section-shell { width: min(calc(100% - 3rem), var(--shell)); margin-inline: auto; }

.site-header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 3rem), var(--shell));
  padding: 1.5rem 0;
  transform: translateX(-50%);
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: .75rem; font-family: "Manrope", sans-serif; font-weight: 700; text-decoration: none; letter-spacing: -.02em; }
.brand img { width: 2.35rem; height: 2.35rem; }
nav { display: flex; align-items: center; gap: 1.75rem; }
nav a { color: var(--muted); font-size: .86rem; font-weight: 600; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--ink); }
.nav-contact { padding: .55rem .9rem; color: var(--ink); border: 1px solid var(--line-strong); }
.menu-toggle { display: none; padding: .5rem; color: var(--ink); background: transparent; border: 0; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; min-height: 820px; padding-top: 9rem; padding-bottom: 6rem; overflow: hidden; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 1.25rem; color: var(--accent-bright); font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Manrope", Arial, sans-serif; }
h1 { max-width: 850px; margin: 0; font-size: clamp(3.5rem, 7.4vw, 7rem); line-height: .96; letter-spacing: -.065em; }
h1 em { color: var(--accent-bright); font-style: normal; }
.hero-lede { max-width: 700px; margin: 2rem 0 0; color: var(--muted); font-size: clamp(1.08rem, 1.6vw, 1.3rem); line-height: 1.6; }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; margin-top: 2.25rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.2rem; padding: .8rem 1.3rem; font-size: .84rem; font-weight: 700; text-decoration: none; letter-spacing: .025em; }
.button-primary { color: #171208; background: var(--accent-bright); }
.button-primary:hover, .button-primary:focus-visible { background: #ffda91; }
.text-action { color: var(--ink); font-size: .88rem; font-weight: 700; text-decoration: none; }
.text-action span { margin-left: .4rem; color: var(--accent-bright); }

.hero-profile { position: relative; z-index: 2; align-self: end; }
.portrait-frame { position: relative; padding: .75rem; background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.025)); border: 1px solid var(--line); }
.portrait-frame::before { position: absolute; top: -1px; left: -1px; width: 35%; height: 2px; background: var(--accent); content: ""; }
.portrait-frame img { width: 100%; aspect-ratio: .86; object-fit: cover; background: #121c26; }
.portrait-label { position: absolute; right: 1.4rem; bottom: 1.4rem; padding: .3rem .55rem; color: #d6dde3; background: rgba(7, 11, 16, .78); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }
.profile-meta { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.profile-meta span { padding: .35rem .55rem; color: var(--quiet); font-size: .66rem; border: 1px solid var(--line); }
.signal-field { position: absolute; top: 12%; right: 21%; width: 30rem; height: 30rem; opacity: .65; }
.signal-field::before, .signal-field::after { position: absolute; inset: 0; border: 1px solid rgba(211,168,90,.13); border-radius: 50%; content: ""; }
.signal-field::after { inset: 18%; }
.signal-field span { position: absolute; width: 5px; height: 5px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 16px var(--accent); }
.signal-field span:nth-child(1) { top: 0; left: 50%; }.signal-field span:nth-child(2) { top: 32%; right: 2%; }.signal-field span:nth-child(3) { bottom: 7%; left: 72%; }.signal-field span:nth-child(4) { bottom: 20%; left: 8%; }.signal-field span:nth-child(5) { top: 25%; left: 20%; }

.positioning-band { border-block: 1px solid var(--line); background: rgba(255,255,255,.025); }
.positioning-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.positioning-grid p { margin: 0; padding: 1.5rem 2rem; color: var(--muted); font-size: .78rem; font-weight: 600; letter-spacing: .04em; text-align: center; border-right: 1px solid var(--line); }
.positioning-grid p:first-child { border-left: 1px solid var(--line); }

.section { padding-block: clamp(6rem, 10vw, 9rem); }
.section-heading { max-width: 480px; }
.section-heading-wide { display: grid; grid-template-columns: 1.3fr .7fr; gap: 5rem; align-items: end; max-width: none; margin-bottom: 4rem; }
.section-heading-wide > p { max-width: 470px; margin: 0; color: var(--muted); }
h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.4rem); line-height: 1.08; letter-spacing: -.05em; }
h3 { margin: 0; font-size: 1.25rem; line-height: 1.25; letter-spacing: -.025em; }
.lead { color: var(--ink) !important; font-size: 1.24rem; line-height: 1.55; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 9vw, 9rem); }
.about-copy { max-width: 670px; }
.about-copy > p { color: var(--muted); }
.origin-note { display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.origin-note p { margin: 0; color: var(--muted); }
.origin-number { color: var(--accent-bright); font-family: "Manrope", sans-serif; font-weight: 700; }

.journey-section { background: var(--bg-deep); border-block: 1px solid var(--line); }
.timeline { position: relative; margin: 0; padding: 0; list-style: none; }
.timeline::before { position: absolute; top: 0; bottom: 0; left: 2.1rem; width: 1px; background: var(--line); content: ""; }
.timeline-item { position: relative; display: grid; grid-template-columns: 4.25rem 1fr .65fr; gap: 2.5rem; padding: 2.8rem 0; border-top: 1px solid var(--line); }
.phase-marker { position: relative; z-index: 2; display: grid; width: 4.25rem; height: 4.25rem; place-items: center; color: var(--accent-bright); background: var(--bg-deep); border: 1px solid rgba(211,168,90,.4); border-radius: 50%; font-family: "Manrope", sans-serif; font-weight: 700; }
.phase-label { margin: 0 0 .7rem; color: var(--accent); font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.phase-copy h3 { font-size: clamp(1.5rem, 2.5vw, 2.15rem); }
.phase-copy > p:not(.phase-label):not(.phase-quote) { max-width: 650px; color: var(--muted); }
.phase-quote { color: var(--ink); font-size: 1.05rem; font-weight: 600; }
.phase-tags { display: flex; align-content: flex-start; flex-wrap: wrap; gap: .5rem; padding-top: 2rem; }
.phase-tags span { padding: .4rem .65rem; color: var(--quiet); font-size: .7rem; border: 1px solid var(--line); }

.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.proof-card { min-height: 300px; padding: 2rem; background: rgba(255,255,255,.015); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-card-featured { background: var(--surface-raised); }
.proof-value { margin: 0 0 4rem; color: var(--accent-bright); font-family: "Manrope", sans-serif; font-size: clamp(2.3rem, 4vw, 3.5rem); font-weight: 700; letter-spacing: -.05em; }
.proof-card p:last-child { color: var(--muted); }
.experience-strip { display: flex; flex-wrap: wrap; gap: .5rem 0; justify-content: space-between; padding: 1.5rem 0; color: var(--quiet); font-size: .72rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; border-bottom: 1px solid var(--line); }

.knowledge-section { position: relative; overflow: hidden; background: #131e28; }
.knowledge-grid { position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right, transparent, black 35%, black); }
.knowledge-layout { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(4rem, 10vw, 10rem); }
.knowledge-statement h2 { color: var(--ink); font-size: clamp(2.8rem, 5.2vw, 5rem); }
.knowledge-copy > p { color: #b9c2ca; }
.principle-list { display: grid; grid-template-columns: 1fr 1fr; margin-top: 2rem; border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line-strong); }
.principle-list span { padding: 1rem; color: var(--ink); font-size: .78rem; font-weight: 600; border-right: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }

.philosophy-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 9vw, 9rem); }
.philosophy-list { border-top: 1px solid var(--line); }
.philosophy-item { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1.8rem 0; border-bottom: 1px solid var(--line); }
.philosophy-item > span { color: var(--accent); font-size: .75rem; font-weight: 700; }
.philosophy-item p { margin: .65rem 0 0; color: var(--muted); }

.contact-section { padding-block: clamp(6rem, 10vw, 9rem); background: var(--accent-bright); color: #171208; }
.contact-section .eyebrow { color: #5d4315; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 9vw, 9rem); align-items: end; }
.contact-copy p { max-width: 600px; font-size: 1.12rem; }
.contact-section .button-primary { color: var(--ink); background: var(--bg); }
.contact-section .text-action { color: #171208; }
.contact-section .text-action span { color: #171208; }
.placeholder-note { color: #6e511c; font-size: .7rem !important; letter-spacing: .08em; text-transform: uppercase; }

.site-footer { padding: 2.5rem 0; background: var(--bg-deep); border-top: 1px solid var(--line); }
.footer-layout { display: grid; grid-template-columns: 1fr auto auto; gap: 3rem; align-items: end; color: var(--quiet); font-size: .78rem; }
.footer-layout strong { color: var(--ink); font-family: "Manrope", sans-serif; font-size: 1rem; }
.footer-layout p { margin: .25rem 0 0; }
.footer-layout a { color: var(--muted); text-decoration: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 11rem; }
  .hero-copy { max-width: 850px; }
  .hero-profile { display: grid; grid-template-columns: minmax(250px, 380px) 1fr; gap: 1.5rem; align-items: end; }
  .profile-meta { align-content: flex-end; }
  .about-grid, .philosophy-section, .knowledge-layout { grid-template-columns: 1fr; }
  .section-heading { max-width: 700px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .timeline-item { grid-template-columns: 4.25rem 1fr; }
  .phase-tags { grid-column: 2; padding-top: 0; }
}

@media (max-width: 760px) {
  .section-shell, .site-header { width: min(calc(100% - 2rem), var(--shell)); }
  .site-header { align-items: flex-start; }
  .menu-toggle { display: grid; gap: 6px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; background: currentColor; }
  nav { position: absolute; top: 5.4rem; right: 0; left: 0; display: none; align-items: stretch; padding: 1rem; background: var(--surface); border: 1px solid var(--line); }
  nav.is-open { display: grid; }
  nav a { padding: .65rem; }
  .hero { gap: 3.5rem; padding-top: 9.5rem; }
  h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .hero-profile { display: block; }
  .profile-meta { margin-top: 1rem; }
  .positioning-grid { grid-template-columns: 1fr; }
  .positioning-grid p, .positioning-grid p:first-child { text-align: left; border-right: 0; border-bottom: 1px solid var(--line); border-left: 0; }
  .section-heading-wide, .contact-layout { grid-template-columns: 1fr; gap: 2rem; }
  .section-heading-wide { margin-bottom: 3rem; }
  .timeline::before { left: 1.5rem; }
  .timeline-item { grid-template-columns: 3rem 1fr; gap: 1.25rem; }
  .phase-marker { width: 3rem; height: 3rem; font-size: .75rem; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-card { min-height: auto; }
  .proof-value { margin-bottom: 2rem; }
  .experience-strip { display: grid; gap: 1rem; }
  .principle-list { grid-template-columns: 1fr; }
  .footer-layout { grid-template-columns: 1fr; gap: 1rem; align-items: start; }
}
