:root {
  --paper: #fbfbfa; --ink: #171716; --muted: #73736f; --soft: #f1f1ee; --line: #dfdfda;
  --blue: #335dff; --orange: #ff5c35; --violet: #8d57ff;
  --serif: "Newsreader", Georgia, serif; --sans: "DM Sans", Arial, sans-serif; --mono: "DM Mono", monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
a { color: inherit; }
button { color: inherit; font: inherit; }
.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; }
.skip-link { position: fixed; top: -4rem; left: 1rem; z-index: 10; padding: .7rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }

.masthead { max-width: 1320px; margin: 0 auto; padding: 3.25rem 3rem 0; }
.identity { display: block; width: max-content; font-family: var(--serif); font-size: clamp(2.8rem, 4vw, 4.4rem); font-weight: 600; line-height: .95; letter-spacing: -.035em; text-decoration: none; }
.location { display: flex; align-items: center; gap: .35rem; margin: .6rem 0 0; color: var(--muted); font-size: .9rem; }
.location svg { width: .95rem; fill: none; stroke: currentColor; stroke-width: 1.7; }

.page { max-width: 980px; margin: 5.5rem auto 7rem; display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 6rem; padding: 0 2rem; align-items: start; }
.intro { position: sticky; top: 2.5rem; }
.intro-grid { display: block; }
.bio p { margin: 0 0 1.15rem; font-size: 1rem; line-height: 1.55; }
.bio strong { font-weight: 600; }

.find-me { margin-left: 0; }
.find-me > p { margin: 0 0 .45rem; color: var(--muted); font-size: .82rem; }
.link-row { display: flex; flex-wrap: wrap; gap: .45rem; }
.link-row a { display: inline-flex; align-items: center; gap: .42rem; min-height: 2.15rem; padding: .35rem .7rem; border: 1px solid var(--line); border-radius: 2rem; background: white; font-size: .72rem; font-weight: 500; text-decoration: none; transition: border-color 160ms ease, transform 160ms ease; }
.link-row a:hover { border-color: var(--ink); transform: translateY(-1px); }
.link-row svg { width: 1rem; height: 1rem; fill: none; stroke: currentColor; stroke-width: 1.5; }
.link-row a:first-child svg { fill: currentColor; stroke: none; }

.record-section { margin-bottom: 2.7rem; }
.record-section h2 { margin: 0 0 .65rem; font-family: var(--serif); font-size: 2rem; font-weight: 600; line-height: 1; letter-spacing: -.025em; }
.entry { border-bottom: 1px solid var(--line); }
.entry:first-child { border-top: 1px solid var(--line); }
.entry-header { width: 100%; min-height: 3.3rem; padding: .7rem 0; display: grid; grid-template-columns: 1.75rem minmax(0,1fr) 3.2rem; gap: .6rem; align-items: center; }
.product-mark { width: 1.45rem; height: 1.45rem; display: block; border: 1px solid var(--line); border-radius: .38rem; background: white; overflow: hidden; }
.product-mark img { width: 100%; height: 100%; display: block; object-fit: cover; }
.entry-clipped .product-mark img { transform: scale(1.3); }
.entry-tensr .product-mark img { transform: scale(1.35); }
.entry-name { font-size: 1rem; font-weight: 500; }
.entry time { justify-self: end; font-size: .83rem; }
.entry-details { padding: .25rem 1.1rem 1.4rem 2.35rem; }
.entry-details > p { margin: 0 0 1rem; color: #474744; font-size: .86rem; line-height: 1.55; }


@media (max-width: 820px) {
  .masthead { padding: 2rem 1.25rem 0; }
  .page { margin: 4rem auto; grid-template-columns: 1fr; gap: 5rem; padding: 0 1.25rem; }
  .intro { position: static; max-width: 37rem; }
  .record { max-width: 42rem; }
}
@media (max-width: 520px) {
  .identity { width: 100%; font-size: 2.5rem; }
  .page { margin-top: 3.5rem; gap: 4rem; }
  .bio p { font-size: .92rem; }
  .entry-header { grid-template-columns: 1.75rem minmax(0,1fr) 3rem; }
  .entry-details { padding-left: 0; padding-right: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
