:root {
  --ink: #151412;
  --ink-soft: #32312e;
  --paper: #f3eee6;
  --paper-strong: #fffaf2;
  --muted: #6e675e;
  --line: rgba(21, 20, 18, 0.14);
  --line-light: rgba(255, 250, 242, 0.2);
  --gold: #d9aa55;
  --sage: #758676;
  --clay: #bb6a54;
  --blue: #6f999f;
  --plum: #8d738d;
  --max: 1180px;
  --radius: 8px;
  --shadow: 0 28px 70px rgba(21, 20, 18, 0.16);
  color-scheme: light;
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body.lock-scroll {
  overflow: hidden;
}

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

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(217, 170, 85, 0.55);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 50;
  padding: 10px 14px;
  border-radius: 6px;
  color: var(--ink);
  background: var(--gold);
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(243, 238, 230, 0.9);
  color: var(--ink);
  backdrop-filter: blur(16px);
}

.nav {
  width: min(var(--max), calc(100% - 36px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: grid;
  gap: 2px;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 500;
  letter-spacing: 0;
}

.brand span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 780;
}

.nav-links a,
.footer-links a {
  border-radius: 999px;
  padding: 10px 12px;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--ink);
  background: rgba(21, 20, 18, 0.06);
}

.nav-links-static {
  display: flex;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 250, 242, 0.72);
}

.nav-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: currentColor;
}

main {
  overflow: hidden;
}

.hero {
  height: calc(100svh - 118px);
  min-height: 680px;
  max-height: 780px;
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1fr);
  background: var(--ink);
  color: var(--paper-strong);
}

.hero-image {
  min-height: 0;
  border-right: 1px solid var(--line-light);
  background: #22201d;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  opacity: 0.94;
}

.hero-copy {
  width: min(660px, calc(100% - 72px));
  align-self: center;
  margin: 0 auto;
  padding: 62px 0;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 860;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

h1 {
  max-width: 620px;
  font-size: 5.8rem;
  line-height: 0.92;
}

h2 {
  font-size: 3.8rem;
  line-height: 1;
}

h3 {
  font-size: 1.05rem;
  line-height: 1.25;
}

p {
  line-height: 1.65;
}

.hero-lede {
  max-width: 520px;
  margin: 22px 0 0;
  color: rgba(255, 250, 242, 0.88);
  font-size: 1.42rem;
  line-height: 1.42;
}

.hero-bullets,
.skills-grid ul,
.lane-card ul,
.method-list,
.experience-list ul,
.creative-copy ul,
.clean-list,
.fit-grid ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.hero-bullets li,
.skills-grid li,
.lane-card li,
.experience-list li,
.creative-copy li,
.clean-list li,
.fit-grid li {
  position: relative;
  padding-left: 18px;
  color: inherit;
  line-height: 1.5;
}

.hero-bullets li::before,
.skills-grid li::before,
.lane-card li::before,
.experience-list li::before,
.creative-copy li::before,
.clean-list li::before,
.fit-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.46;
}

.hero-bullets {
  max-width: 560px;
  color: rgba(255, 250, 242, 0.76);
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 0;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 0 18px;
  font-size: 0.92rem;
  font-weight: 820;
}

.button.primary {
  color: var(--ink);
  border-color: var(--gold);
  background: var(--gold);
}

.button.primary:hover {
  background: #edc470;
}

.button.secondary {
  color: inherit;
  background: transparent;
}

.button.secondary:hover {
  background: rgba(255, 250, 242, 0.12);
}

.section {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: 76px 0;
}

.icon-badge {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 250, 242, 0.74);
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1;
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: -1px;
  padding: 1px;
  background: var(--line);
}

.signal-strip div {
  min-height: 150px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 24px;
  background: var(--paper-strong);
}

.signal-strip strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.46rem;
  font-weight: 500;
}

.signal-strip .icon-badge {
  color: var(--ink);
  line-height: 1;
}

.signal-strip span {
  color: var(--muted);
  line-height: 1.5;
}

.skills-snapshot {
  border-bottom: 1px solid var(--line);
}

.section-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-head.compact {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(240px, 0.4fr);
  gap: 28px;
  align-items: end;
  max-width: none;
}

.section-head.compact .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -18px;
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.skills-grid article {
  min-height: 260px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
}

.skills-grid h3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.skills-grid ul {
  color: var(--muted);
  font-size: 0.95rem;
}

.lane-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lane-card {
  position: relative;
  min-height: 254px;
  padding: 24px;
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 30px rgba(21, 20, 18, 0.05);
}

.lane-card::before {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: var(--gold);
}

.lane-card:nth-child(2)::before {
  background: var(--blue);
}

.lane-card:nth-child(3)::before {
  background: var(--clay);
}

.lane-card:nth-child(4)::before {
  background: var(--plum);
}

.lane-card:nth-child(5)::before {
  background: var(--sage);
}

.lane-card:nth-child(6)::before {
  background: #d3904b;
}

.lane-card .lane-number {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 860;
  letter-spacing: 0;
}

.lane-card h3,
.fit-grid h3 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.lane-card ul {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.95rem;
}

.method-panel {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1fr);
  gap: 0;
  padding: 0;
  color: var(--paper-strong);
  background: var(--ink);
}

.method-media {
  height: 620px;
  min-height: 0;
  display: grid;
  overflow: hidden;
  background: #22201d;
}

.method-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.method-copy {
  width: min(680px, calc(100% - 72px));
  align-self: center;
  margin: 0 auto;
  padding: 76px 0;
}

.method-list {
  margin-top: 34px;
}

.method-list li {
  display: grid;
  grid-template-columns: 172px minmax(0, 1fr);
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line-light);
}

.method-list strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.32rem;
  font-weight: 500;
}

.method-list .icon-badge {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
  color: var(--ink);
  background: rgba(255, 250, 242, 0.12);
  border-color: var(--line-light);
}

.method-list span {
  color: rgba(255, 250, 242, 0.75);
  line-height: 1.55;
}

.method-list .icon-badge {
  line-height: 1;
}

.experience-section {
  border-bottom: 1px solid var(--line);
}

.experience-list {
  display: grid;
  gap: 16px;
}

.experience-list article {
  display: grid;
  grid-template-columns: 130px minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 250, 242, 0.62);
}

.experience-list time {
  color: var(--clay);
  font-weight: 850;
}

.experience-list ul {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.creative-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.7fr);
  gap: 54px;
  align-items: center;
}

.creative-copy ul {
  color: var(--ink-soft);
  font-weight: 620;
}

.art-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.art-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
}

.art-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.art-grid figcaption {
  padding: 12px 14px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 760;
}

.education-tools {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 64px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.clean-list {
  color: var(--muted);
}

.clean-list li {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.tag-cloud span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 12px;
  color: var(--ink-soft);
  background: var(--paper-strong);
  font-size: 0.9rem;
  font-weight: 740;
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.fit-grid article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-strong);
}

.fit-grid ul {
  color: var(--muted);
  font-size: 0.95rem;
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
  padding: 54px;
  margin-bottom: 78px;
  color: var(--paper-strong);
  background: var(--ink);
  border-radius: var(--radius);
}

.contact-band h2 {
  max-width: 720px;
  color: inherit;
}

.contact-actions {
  justify-content: flex-end;
  margin: 0;
}

.site-footer {
  color: var(--paper-strong);
  background: #0f0f10;
}

.footer-inner {
  width: min(var(--max), calc(100% - 36px));
  min-height: 94px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: rgba(247, 240, 231, 0.7);
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.legal-layout {
  width: min(880px, calc(100% - 36px));
  margin: 0 auto;
  padding: 72px 0;
}

.legal-layout h1 {
  color: var(--ink);
  font-size: 4.2rem;
  line-height: 0.98;
}

.updated {
  color: var(--muted);
  font-weight: 760;
}

.notice,
.legal-card {
  margin: 24px 0 0;
  padding: 22px;
  background: var(--paper-strong);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.legal-card h2 {
  color: var(--ink);
  font-size: 1.55rem;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
}

.legal-card a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1080px) {
  h1 {
    font-size: 4.6rem;
  }

  h2 {
    font-size: 3rem;
  }

  .hero {
    grid-template-columns: 0.82fr 1fr;
  }

  .lane-grid,
  .fit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .experience-list article {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  .experience-list ul {
    grid-column: 2;
  }
}

@media (max-width: 820px) {
  .nav-toggle {
    display: inline-block;
  }

  .nav-links {
    position: fixed;
    inset: 72px 0 auto;
    display: none;
    padding: 18px;
    background: rgba(243, 238, 230, 0.98);
    border-bottom: 1px solid var(--line);
  }

  .nav-links.open,
  .nav-links-static {
    display: grid;
  }

  .nav-links a {
    padding: 14px;
  }

  .hero,
  .method-panel,
  .section-head.compact,
  .skills-grid,
  .creative-proof,
  .education-tools,
  .contact-band,
  .signal-strip {
    grid-template-columns: 1fr;
  }

  .hero {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .hero-image {
    height: 320px;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-light);
  }

  .hero-copy,
  .method-copy {
    width: min(var(--max), calc(100% - 36px));
  }

  .section-head.compact .section-kicker {
    grid-column: auto;
    margin-bottom: 0;
  }

  .method-media {
    height: 420px;
  }

  .experience-list article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .experience-list ul {
    grid-column: auto;
  }

  .contact-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .nav,
  .section,
  .footer-inner,
  .legal-layout {
    width: min(100% - 28px, var(--max));
  }

  .brand strong {
    font-size: 1.02rem;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.24rem;
  }

  .hero-image {
    height: 200px;
    min-height: 0;
  }

  .hero-copy {
    width: min(var(--max), calc(100% - 28px));
    padding: 30px 0 34px;
  }

  .hero-lede {
    font-size: 1.08rem;
    line-height: 1.38;
  }

  .hero-bullets {
    gap: 8px;
    margin-top: 18px;
    font-size: 0.94rem;
  }

  .hero-actions {
    margin-top: 22px;
  }

  .section {
    padding: 54px 0;
  }

  .signal-strip div,
  .lane-card,
  .fit-grid article {
    min-height: auto;
    padding: 20px;
  }

  .lane-grid,
  .skills-grid,
  .fit-grid,
  .art-grid {
    grid-template-columns: 1fr;
  }

  .method-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .method-copy {
    width: min(var(--max), calc(100% - 28px));
    padding: 54px 0;
  }

  .method-media {
    height: 360px;
  }

  .creative-proof {
    gap: 34px;
  }

  .contact-band {
    padding: 28px;
    margin-bottom: 54px;
  }

  .legal-layout h1 {
    font-size: 3rem;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 24px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
