/* ============================================================================
 *  venture.css — THE INNER PAGES
 *  ---------------------------------------------------------------------------
 *  about.html, projects.html, connect.html, made-in-vintage.html,
 *  thrift-and-grail.html, treasures.html.
 *
 *  STRIPPED BACK. The previous version filled the masthead with a colour
 *  block, gave every record number its own tile, and turned every fact into a
 *  bordered chip. All of it was called bad. The one thing on this site that
 *  has actually held up under real feedback is the hero, and only once every
 *  decoration was taken back off it — a name, some type, plain ground. This
 *  applies the same restraint here: no fills, no boxes, no card, no chip. Type
 *  on the plain ground, sized and spaced to carry the hierarchy on its own.
 *
 *  THE ACCENT IS NEARLY SILENT NOW. One small word here, one hover there —
 *  not a background, not a tile, not a button.
 * ========================================================================== */

html { scroll-behavior: smooth; }

body.venture {
  margin: 0;
  background: var(--field);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

.venture__wrap {
  width: min(100% - clamp(28px, 6vw, 120px), 900px);
  margin-inline: auto;
}

/* THIS WAS MISSING, AND THE TICKER'S sr-only TEXT WAS RENDERING VISIBLE
   BECAUSE OF IT. The venture pages load only tokens.css and this file — never
   base.css, which is where .sr-only actually lives — so any markup on these
   pages built assuming that utility existed was silently broken. Defined here
   now so it can never be missing on a venture page again. */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ---- the bar -------------------------------------------------------------- */
.vbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(14px, 2vh, 22px) 0;
  background: color-mix(in srgb, var(--field) 88%, transparent);
  backdrop-filter: blur(8px);
}
.vbar__back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--mono);
  font-size: clamp(10px, 0.78vw, 12px);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--ink);
  transition: color var(--t-fast) linear;
}
.vbar__back i {
  font-style: normal;
  color: var(--accent);
  transition: transform var(--t-fast) var(--ease-out);
}
.vbar__back:hover { color: var(--accent); }
.vbar__back:hover i { transform: translateX(-4px); }
.vbar__here {
  font-family: var(--mono);
  font-size: clamp(9px, 0.68vw, 11px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-dim);
}

/* ---- the masthead — plain type, no block behind it ------------------------ */
.vhead {
  display: grid;
  gap: clamp(14px, 2vh, 22px);
  padding: clamp(56px, 11vh, 130px) 0 clamp(36px, 6vh, 70px);
}
.vhead__eyebrow {
  margin: 0;
  font-family: var(--mono);
  font-size: clamp(10px, 0.78vw, 12px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-dim);
}
.vhead__name {
  margin: 0;
  font-family: var(--display);
  font-variation-settings: "wdth" 62, "wght" 900;
  font-size: clamp(48px, 9vw, 128px);
  line-height: 0.86;
  letter-spacing: -0.045em;
  text-transform: uppercase;
  color: var(--ink);
}
.vhead__lede {
  max-width: 42ch;
  margin: 0;
  font-family: var(--prose);
  font-size: clamp(17px, 1.6vw, 25px);
  line-height: 1.5;
  color: var(--ink-soft);
}
.vhead__lede a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--ink-line);
  transition: color var(--t-fast) linear, border-color var(--t-fast) linear;
}
.vhead__lede a:hover { color: var(--accent); border-color: var(--accent); }

/* ---- the record — plain numbers in a row, one hairline, nothing else ----- */
.vrecord {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(24px, 4vw, 56px);
  padding: clamp(18px, 2.6vh, 26px) 0;
  margin-bottom: clamp(30px, 5vh, 56px);
  border-top: 1px solid var(--ink-line);
  border-bottom: 1px solid var(--ink-line);
}
.vrecord div { display: grid; gap: 5px; }
.vrecord dt {
  font-family: var(--mono);
  font-size: clamp(9px, 0.62vw, 11px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-dim);
}
.vrecord dd {
  margin: 0;
  font-family: var(--mono);
  font-size: clamp(14px, 1.05vw, 17px);
  font-weight: 500;
  color: var(--ink);
}

/* ---- the body — a plain reading column, sections separated by space ------ */
.vbody {
  display: grid;
  gap: clamp(56px, 10vh, 120px);
  padding-bottom: clamp(40px, 7vh, 80px);
}

.vsection { display: grid; gap: clamp(12px, 1.8vh, 18px); max-width: 68ch; }
.vsection__label {
  margin: 0;
  font-family: var(--mono);
  font-size: clamp(10px, 0.72vw, 12px);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-dim);
}
.vsection__label b {
  font-weight: 500;
  color: var(--accent);
}
.vsection__label b::after { content: " · "; color: var(--ink-dim); font-weight: 400; }
.vsection__copy { display: grid; gap: clamp(12px, 1.8vh, 18px); }
.vsection__copy h2 {
  margin: 0;
  max-width: 24ch;
  font-family: var(--display);
  font-variation-settings: "wdth" 68, "wght" 800;
  font-size: clamp(24px, 2.8vw, 42px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: var(--ink);
}
.vsection__copy p {
  max-width: 62ch;
  margin: 0;
  font-family: var(--prose);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.62;
  color: var(--ink-soft);
}
.vsection__copy p em { color: var(--ink); font-style: italic; }

/* facts as plain text, one per line, no box */
.vlist { display: grid; gap: 10px; margin: clamp(4px, 0.8vh, 10px) 0 0; padding: 0; list-style: none; }
.vlist li {
  font-family: var(--prose);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.5;
  color: var(--ink-soft);
}
.vlist li > b {
  margin-right: 8px;
  font-family: var(--mono);
  font-size: clamp(9px, 0.6vw, 10px);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}
.vlist a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--ink-line);
  padding-bottom: 1px;
  transition: color var(--t-fast) linear, border-color var(--t-fast) linear;
}
.vlist a:hover,
.vlist a:focus-visible { color: var(--accent); border-color: var(--accent); }

/* a plain in-copy link */
.vsection__more { margin-top: 4px !important; }
.vsection__more a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--accent);
  font-family: var(--mono);
  font-size: clamp(12px, 0.85vw, 14px);
  letter-spacing: 0.04em;
}
.vsection__more a:hover { color: var(--accent); }

/* a quote is just larger type, nothing behind it */
.vquote { max-width: 60ch; }
.vquote p {
  margin: 0;
  font-family: var(--display);
  font-variation-settings: "wdth" 74, "wght" 640;
  font-size: clamp(24px, 2.8vw, 40px);
  line-height: 1.16;
  letter-spacing: -0.015em;
  text-transform: none;
  color: var(--ink);
}
.vquote cite {
  display: block;
  margin-top: 10px;
  font-family: var(--mono);
  font-style: normal;
  font-size: clamp(10px, 0.7vw, 12px);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-dim);
}

/* a band is just a line of small caption text with a hairline above it */
.vband {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 20px;
  padding-top: clamp(14px, 2vh, 20px);
  border-top: 1px solid var(--ink-line);
  max-width: 68ch;
}
.vband p {
  margin: 0;
  font-family: var(--mono);
  font-size: clamp(11px, 0.78vw, 13px);
  letter-spacing: 0.04em;
  color: var(--ink-dim);
}
.vband strong { color: var(--ink); font-weight: 500; }
.vband span {
  font-family: var(--mono);
  font-size: clamp(10px, 0.7vw, 12px);
  letter-spacing: 0.1em;
  color: var(--ink-dim);
}

/* ---- what it became — a plain link list, one hairline each --------------- */
.vnext { padding-top: clamp(30px, 5vh, 56px); border-top: 1px solid var(--ink-line); }
.vnext__label {
  margin: 0 0 clamp(10px, 1.6vh, 16px);
  font-family: var(--mono);
  font-size: clamp(10px, 0.72vw, 12px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-dim);
}
.vnext__links { display: grid; }
.vnext__links a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: clamp(14px, 2vh, 20px) 0;
  border-top: 1px solid var(--ink-line-faint);
  text-decoration: none;
  color: var(--ink);
  transition: color var(--t-fast) linear;
}
.vnext__links a:last-child { border-bottom: 1px solid var(--ink-line-faint); }
.vnext__links a > span { display: grid; gap: 4px; min-width: 0; }
.vnext__links strong {
  font-family: var(--display);
  font-variation-settings: "wdth" 70, "wght" 700;
  font-size: clamp(19px, 1.8vw, 26px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: 400;
}
.vnext__links small {
  font-family: var(--prose);
  font-size: clamp(13px, 0.95vw, 15px);
  line-height: 1.4;
  color: var(--ink-soft);
}
.vnext__links i {
  font-style: normal;
  font-family: var(--mono);
  font-size: 15px;
  color: var(--ink-dim);
  transition: color var(--t-fast) linear, transform var(--t-fast) var(--ease-out);
}
.vnext__links a:hover,
.vnext__links a:focus-visible { color: var(--accent); }
.vnext__links a:hover i,
.vnext__links a:focus-visible i { color: var(--accent); transform: translateX(4px); }

/* ---- the foot -------------------------------------------------------------- */
.vfoot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(20px, 3vh, 30px) 0 clamp(36px, 6vh, 64px);
  border-top: 1px solid var(--ink-line);
  font-family: var(--mono);
  font-size: clamp(10px, 0.66vw, 12px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-dim);
}
.vfoot a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--accent);
  padding-bottom: 2px;
  transition: color var(--t-fast) linear;
}
.vfoot a:hover { color: var(--accent); }

/* ---- the ticker — real content, plain type, one hairline above it -------- */
.vticker {
  padding-top: clamp(16px, 2.4vh, 24px);
  border-top: 1px solid var(--ink-line);
}
.vticker__label {
  margin: 0 0 clamp(10px, 1.6vh, 16px);
  font-family: var(--mono);
  font-size: clamp(10px, 0.72vw, 12px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-dim);
}
.vticker-strip { position: relative; overflow: hidden; }
.vticker-track {
  display: flex;
  align-items: baseline;
  width: max-content;
  animation: vticker-scroll 40s linear infinite;
}
.vticker-strip:hover .vticker-track,
.vticker-strip:focus-within .vticker-track { animation-play-state: paused; }
@keyframes vticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.vticker-group {
  display: inline-flex;
  align-items: baseline;
  flex: 0 0 auto;
  gap: 18px;
  padding-right: 40px;
  white-space: nowrap;
}
.vticker-group b {
  font-family: var(--mono);
  font-size: clamp(10px, 0.7vw, 12px);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}
.vticker-group i {
  position: relative;
  padding-left: 16px;
  font-family: var(--mono);
  font-style: normal;
  font-weight: 500;
  font-size: clamp(13px, 0.95vw, 16px);
  color: var(--ink-soft); /* the fallback for names with no brand colour of their own */
}
.vticker-group i::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--ink-line);
  transform: translateY(-50%);
}
@media (prefers-reduced-motion: reduce) {
  .vticker-track {
    flex-wrap: wrap;
    row-gap: 8px;
    animation: none;
    transform: none !important;
  }
  .vticker-group:nth-child(n + 4) { display: none; }
}

/* ---- focus ------------------------------------------------------------------ */
.venture :focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}
.skip {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 40;
  padding: 10px 14px;
  background: var(--field-raised);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transform: translateY(-200%);
}
.skip:focus { transform: none; }

/* ---- narrow ------------------------------------------------------------------ */
@media (max-width: 620px) {
  .vhead__lede { max-width: none; }
}

/* ---- minimal About + Connect: monochrome editorial ------------------------ */
body.minimal {
  --field: #050505;
  --field-raised: #0b0b0b;
  --ink: #f7f7f5;
  --ink-soft: #b8b8b3;
  --ink-dim: #777773;
  --ink-line: rgba(247, 247, 245, 0.22);
  --ink-line-faint: rgba(247, 247, 245, 0.1);
  --accent: #f7f7f5;
  min-height: 100svh;
  background: #050505;
}
.minimal__wrap {
  width: min(100% - clamp(28px, 5vw, 88px), 1440px);
}
.minimal .vbar {
  padding-block: clamp(18px, 2.5vh, 26px);
  border-bottom: 1px solid var(--ink-line-faint);
  background: rgba(5, 5, 5, 0.92);
  backdrop-filter: blur(14px);
}
.minimal .vbar__back i { color: var(--ink); }
.minimal .vbar__back:hover { color: var(--ink-soft); }

.minimal__main {
  min-height: calc(100svh - 74px);
  display: grid;
  align-content: center;
  padding: clamp(54px, 8vh, 104px) 0 clamp(70px, 10vh, 130px);
}
.minimal__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: clamp(28px, 4vh, 46px);
  border-bottom: 1px solid var(--ink-line);
}
.minimal__head > p {
  order: 2;
  margin: 0 0 0.45em;
  color: var(--ink-dim);
  font: 400 clamp(8px, 0.64vw, 10px) / 1 var(--mono);
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.minimal__head h1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(80px, 15vw, 230px);
  font-variation-settings: "wdth" 58, "wght" 900;
  line-height: 0.68;
  letter-spacing: -0.065em;
  text-transform: uppercase;
}

.about-copy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 76px);
  padding-top: clamp(34px, 5vh, 60px);
}
.about-copy p {
  position: relative;
  margin: 0;
  padding-top: 28px;
  color: var(--ink-soft);
  font-family: var(--prose);
  font-size: clamp(15px, 1.12vw, 18px);
  line-height: 1.68;
}
.about-copy p::before {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--ink-dim);
  font: 400 9px / 1 var(--mono);
  letter-spacing: 0.16em;
}
.about-copy p:nth-child(1)::before { content: "01 / PRACTICE"; }
.about-copy p:nth-child(2)::before { content: "02 / COMMERCE"; }
.about-copy p:nth-child(3)::before { content: "03 / SYSTEMS"; }
.about-copy p:first-child { color: var(--ink); }

.connect-minimal { align-content: center; }
.connect-sheet { display: grid; }
.connect-email {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(16px, 2vw, 32px);
  align-items: baseline;
  padding: clamp(32px, 5vh, 62px) 0;
  border-bottom: 1px solid var(--ink-line);
  color: var(--ink);
  text-decoration: none;
}
.connect-email span,
.connect-socials span {
  color: var(--ink-dim);
  font: 400 clamp(8px, 0.64vw, 10px) / 1 var(--mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.connect-email strong {
  overflow-wrap: anywhere;
  font-family: var(--display);
  font-size: clamp(30px, 5.3vw, 82px);
  font-variation-settings: "wdth" 62, "wght" 720;
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.045em;
}
.connect-email i,
.connect-socials i {
  color: currentColor;
  font-family: var(--mono);
  font-style: normal;
}
.connect-email:hover,
.connect-email:focus-visible { color: var(--ink-soft); }

.connect-socials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.connect-socials a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px 18px;
  align-items: center;
  min-height: clamp(92px, 13vh, 140px);
  padding: clamp(18px, 2.5vw, 36px);
  border-bottom: 1px solid var(--ink-line-faint);
  color: var(--ink);
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease;
}
.connect-socials a:nth-child(odd) {
  border-right: 1px solid var(--ink-line-faint);
  padding-left: 0;
}
.connect-socials strong {
  grid-column: 1;
  color: var(--ink-soft);
  font-family: var(--display);
  font-size: clamp(18px, 1.8vw, 28px);
  font-variation-settings: "wdth" 72, "wght" 650;
  font-weight: 400;
}
.connect-socials i {
  grid-column: 2;
  grid-row: 1 / 3;
}
.connect-socials a:hover,
.connect-socials a:focus-visible {
  background: var(--ink);
  color: var(--field);
}
.connect-socials a:hover span,
.connect-socials a:focus-visible span,
.connect-socials a:hover strong,
.connect-socials a:focus-visible strong { color: inherit; }

@media (max-width: 760px) {
  .minimal__main { align-content: start; padding-top: 12vh; }
  .minimal__head { display: grid; gap: 16px; }
  .minimal__head > p { order: 0; margin: 0; }
  .minimal__head h1 { font-size: clamp(76px, 24vw, 130px); }
  .about-copy { grid-template-columns: 1fr; gap: 38px; }
  .connect-email { grid-template-columns: 1fr auto; gap: 12px; }
  .connect-email span { grid-column: 1; }
  .connect-email strong { grid-column: 1; font-size: clamp(27px, 8.6vw, 48px); }
  .connect-email i { grid-column: 2; grid-row: 1 / 3; align-self: center; }
  .connect-socials { grid-template-columns: 1fr; }
  .connect-socials a:nth-child(odd) { border-right: 0; padding-left: 0; }
  .connect-socials a { min-height: 88px; padding-inline: 0; }
}
