/* BNB Success v5 look. Scoped to body.v5 so it can be rolled out page by page.
   Structure after acquisition.com; palette, type and photography after contrarianthinking.co:
   white and cream grounds, near-black ink, maroon, a condensed news serif and a grotesk set in capitals.
   Square corners, real photography at full width, no cards-with-shadows. */

.v5 {
  --ink: #1f1e1c;
  --ink-2: rgb(31 30 28 / .72);
  --ink-3: rgb(31 30 28 / .5);
  --line: rgb(31 30 28 / .16);
  --paper: #ffffff;
  --cream: #f0ede4;
  --maroon: #731718;
  --rose: #f6c6c3;
  --serif: "Instrument Serif", "Times New Roman", serif;
  --sans: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(.19, 1, .22, 1);
  --font-serif: var(--serif);
  --font-sans: var(--sans);
  --primary: var(--maroon);
  --accent: var(--maroon);
  --background: var(--paper);
  --foreground: var(--ink);
  --border: var(--line);
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.6;
}
.v5 h1, .v5 h2, .v5 h3 { font-weight: 400; }
.v5 ::selection { background: var(--maroon); color: #fff; }

/* ------------------------------------------------------------ announcement */
.announce { background: var(--maroon); color: #fff; }
.announce a { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .35rem .75rem; min-height: 3rem; padding: .6rem 1.25rem; font: 400 .9375rem/1.3 var(--sans); text-align: center; }
.announce__tag { display: inline-block; padding: .2rem .55rem .15rem; border-radius: 999px; background: #fff; color: var(--maroon); font-size: .6875rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.announce strong { font-weight: 600; }
.announce__more { text-decoration: underline; text-underline-offset: .2em; text-decoration-color: rgb(255 255 255 / .5); }
.announce svg { width: 1rem; height: 1rem; transition: translate .4s var(--ease); }
.announce a:hover svg { translate: 4px 0; }
@media (max-width: 47.99rem) { .announce__more { display: none; } .announce strong { font-size: .8125rem; } }

/* ------------------------------------------------------------ header */
.v5 .site-header { background: var(--paper); -webkit-backdrop-filter: none; backdrop-filter: none; border-bottom: 1px solid var(--line); }
.v5 .site-header.is-scrolled { box-shadow: none; }
.v5 .site-header__bar { height: 5rem; }
.v5 .site-header__logo img { height: 3.1rem; }
.v5 .nav { gap: 2rem; }
.v5 .nav-link { font: 500 .8125rem/1 var(--sans); letter-spacing: .04em; text-transform: uppercase; color: var(--ink); }
.v5 .nav-link:hover, .v5 .nav-link[aria-current="page"] { color: var(--maroon); }
.v5 .dropdown__panel { border-radius: 0; border-color: var(--line); box-shadow: 0 24px 48px -24px rgb(31 30 28 / .35); background: var(--paper); }
.v5 .dropdown__title { font-family: var(--sans); }
.v5 .dropdown a:hover { background: var(--cream); }
.v5 .btn { border-radius: 999px; font-family: var(--sans); text-transform: uppercase; letter-spacing: .02em; font-weight: 600; }
.v5 .btn--primary { background: var(--ink); color: #fff; box-shadow: none; }
.v5 .btn--primary:hover { background: var(--maroon); }
.v5 .btn--sm { height: 2.5rem; padding-inline: 1.2rem; font-size: .8125rem; }
.v5 .btn--outline { border-radius: 999px; }
.v5 .mobile-menu__panel { background: var(--paper); }
.v5 .mobile-menu__nav a { font-family: var(--serif); font-size: 2rem; }

/* ------------------------------------------------------------ type */
.x-h1 {
  font-family: var(--serif); font-size: clamp(3.4rem, 8.2vw, 8.6rem); line-height: .9;
  letter-spacing: -.012em; color: var(--ink); max-width: 13.5ch;
}
.x-h2 { font-family: var(--serif); font-size: clamp(3rem, 6vw, 5.6rem); line-height: .92; letter-spacing: -.01em; color: var(--ink); }
.x-h3 { font-family: var(--serif); font-size: clamp(2.5rem, 4vw, 3.6rem); line-height: .95; letter-spacing: -.005em; color: var(--ink); }
.x-giant { font-family: var(--serif); font-size: clamp(4.2rem, 13vw, 13rem); line-height: .86; letter-spacing: -.02em; color: var(--ink); }
.x-cap { font: 400 clamp(1rem, 1.25vw, 1.1875rem)/1.4 var(--sans); text-transform: uppercase; letter-spacing: .005em; color: var(--ink); max-width: 38rem; }
.x-label { font: 600 .8125rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; color: var(--maroon); }
.x-note { font-size: .8125rem; line-height: 1.5; color: var(--ink-3); max-width: 40rem; }
.x-sign { font: 600 .8125rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; color: var(--ink-2); }

/* ------------------------------------------------------------ buttons and links */
.x-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem; align-self: flex-start;
  min-height: 3.1rem; padding: .8rem 1.6rem; border-radius: 999px; background: var(--ink); color: #fff;
  font: 600 1rem/1 var(--sans); letter-spacing: .02em; text-transform: uppercase; white-space: nowrap;
  transition: background-color .3s ease, color .3s ease;
}
.x-btn:hover { background: var(--maroon); }
.x-btn--cream { background: var(--cream); color: var(--maroon); }
.x-btn--cream:hover { background: #fff; }
.x-textlink {
  display: inline-flex; align-items: center; gap: .5rem; align-self: flex-start;
  font: 600 .875rem/1.3 var(--sans); letter-spacing: .04em; text-transform: uppercase; color: var(--ink);
  border-bottom: 1px solid var(--ink); padding-bottom: .2rem; transition: color .25s ease, border-color .25s ease;
}
.x-textlink svg { width: .95rem; height: .95rem; transition: translate .4s var(--ease); }
.x-textlink:hover { color: var(--maroon); border-color: var(--maroon); }
.x-textlink:hover svg { translate: 4px 0; }
@media (max-width: 39.99rem) { .x-btn { width: 100%; } }

/* ------------------------------------------------------------ hero */
.x-hero { padding-top: clamp(3rem, 7vw, 6.5rem); }
.x-hero__row { display: grid; gap: 1.75rem; margin-top: clamp(1.75rem, 3.5vw, 3rem); padding-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.x-hero__ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.75rem; }
@media (min-width: 64rem) {
  .x-hero__row { grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 4rem; }
  .x-hero__ctas { justify-content: flex-end; }
}
.x-hero__photo { position: relative; margin: 0; overflow: hidden; height: clamp(22rem, 62vw, 50rem); background: var(--cream); }
.x-hero__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; scale: 1.04; translate: 0 var(--py, 0px); will-change: translate; }
.x-hero__photo figcaption { position: absolute; left: 0; right: 0; bottom: 1.25rem; margin-inline: auto; font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; color: rgb(255 255 255 / .85); text-align: right; }

/* ------------------------------------------------------------ stats */
.x-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.5rem 1.5rem; padding-block: clamp(3.5rem, 7vw, 6rem); border-bottom: 1px solid var(--line); }
@media (min-width: 64rem) { .x-stats { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 2rem; } }
.x-stat { display: flex; flex-direction: column; gap: .75rem; }
.x-stat strong { font-family: var(--serif); font-weight: 400; font-size: clamp(3.2rem, 6.2vw, 6.4rem); line-height: .85; letter-spacing: -.02em; font-variant-numeric: lining-nums; white-space: nowrap; }
.page-home .x-stat:nth-child(2) strong { font-size: clamp(2.6rem, 4.3vw, 4.6rem); padding-top: clamp(.6rem, 1.9vw, 1.8rem); }
.x-stat span { font: 500 .875rem/1.35 var(--sans); letter-spacing: .02em; text-transform: uppercase; max-width: 15rem; }
.x-stats .x-note { grid-column: 1 / -1; }

/* ------------------------------------------------------------ reviews */
.x-reviews { display: grid; gap: 4rem; padding-block: clamp(4.5rem, 9vw, 8rem); }
@media (min-width: 64rem) { .x-reviews { grid-template-columns: 1fr 1fr; gap: 5rem; } }
.x-review { margin: 0; display: flex; flex-direction: column; }
.x-review blockquote { font-family: var(--serif); font-style: italic; font-size: clamp(2rem, 3.1vw, 3rem); line-height: 1.1; color: var(--ink); }
.x-review figcaption { margin-top: auto; padding-top: 2.5rem; }
.x-review__name { display: flex; align-items: center; gap: .9rem; font: 600 1rem/1 var(--sans); letter-spacing: .04em; text-transform: uppercase; padding-bottom: 1.1rem; border-bottom: 1px solid var(--line); }
.x-review__name img { width: 2.75rem; height: 2.75rem; border-radius: 999px; object-fit: cover; }
.x-meta { display: flex; flex-wrap: wrap; gap: .5rem 2.5rem; margin: 1rem 0 0; }
.x-meta dt { font-size: .9375rem; color: var(--ink-2); }
.x-meta dd { margin: .25rem 0 0; font: 600 .9375rem/1.3 var(--sans); letter-spacing: .02em; text-transform: uppercase; }
.x-meta a { display: inline-flex; align-items: center; gap: .35rem; color: var(--maroon); }
.x-meta a svg { width: .8rem; height: .8rem; }
.x-reviews__foot { grid-column: 1 / -1; display: flex; flex-direction: column; align-items: center; gap: 1rem; text-align: center; }
.x-reviews__foot .x-btn { align-self: center; }

/* ------------------------------------------------------------ maroon band */
.x-band { position: relative; display: flex; flex-direction: column; align-items: center; gap: 1.1rem; padding: clamp(4rem, 8vw, 7rem) 1.5rem clamp(6rem, 10vw, 8.5rem); background: var(--maroon); color: var(--cream); text-align: center; }
.x-band__over { font-family: var(--serif); font-size: clamp(2rem, 3.4vw, 3.2rem); line-height: 1; letter-spacing: .01em; text-transform: uppercase; }
.x-band__title { font-family: var(--serif); font-size: clamp(4.2rem, 11vw, 10.5rem); line-height: .8; letter-spacing: -.01em; text-transform: uppercase; color: var(--cream); }
.x-band__for { margin-top: 1.25rem; font: 600 1.125rem/1.2 var(--sans); letter-spacing: .03em; text-transform: uppercase; }
.x-band__text { color: var(--cream); max-width: 34rem; }
.x-band .x-btn { align-self: center; margin-top: .75rem; }
.x-band__corner { font: 600 .9375rem/1.25 var(--sans); letter-spacing: .03em; text-transform: uppercase; }
@media (min-width: 64rem) { .x-band__corner { position: absolute; bottom: 2.75rem; } .x-band__corner--l { left: 3rem; text-align: left; } .x-band__corner--r { right: 3rem; text-align: right; } }
@media (max-width: 63.99rem) { .x-band__corner { display: none; } }

/* ------------------------------------------------------------ feature (photo + cream card) */
.x-feature { display: grid; margin-top: clamp(1.5rem, 3vw, 2.5rem); background: var(--ink); }
.x-feature__photo { margin: 0; overflow: hidden; min-height: 22rem; }
.x-feature__photo img { width: 100%; height: 100%; object-fit: cover; }
.x-feature__card { display: flex; flex-direction: column; gap: 1.25rem; justify-content: center; padding: clamp(2rem, 5vw, 4.5rem); background: var(--cream); }
@media (min-width: 64rem) { .x-feature { grid-template-columns: 1fr 1fr; padding: 2rem 2rem 2rem 0; } .x-feature__card { padding: 4.5rem 4rem; } }
.x-feature .x-btn { margin-top: .5rem; }

/* ------------------------------------------------------------ manifesto */
.x-manifesto { padding-block: clamp(6rem, 12vw, 11rem) clamp(5rem, 10vw, 9rem); }
.x-manifesto__text { display: flex; flex-direction: column; gap: 1.5rem; margin-top: clamp(2rem, 4vw, 3.5rem); }
@media (min-width: 64rem) { .x-manifesto__text { margin-left: 26%; max-width: 40rem; } }
.x-manifesto .x-cap { font-size: clamp(1.1rem, 1.5vw, 1.375rem); max-width: 40rem; }

/* ------------------------------------------------------------ founders band */
.x-founders { position: relative; color: #fff; background: var(--ink); overflow: hidden; }
.x-founders__photo { margin: 0; height: clamp(28rem, 58vw, 52rem); overflow: hidden; }
.x-founders__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; scale: 1.06; translate: 0 var(--py, 0px); }
.x-founders__over { position: absolute; inset: 0; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr auto; padding-block: 2.25rem; pointer-events: none; }
.x-founders__over a { pointer-events: auto; }
.x-founders__label { font: 600 .9375rem/1.2 var(--sans); letter-spacing: .04em; text-transform: uppercase; }
.x-founders__press { margin: 0; max-width: 22rem; text-align: right; }
.x-founders__press blockquote { font-family: var(--serif); font-style: italic; font-size: clamp(1.4rem, 2.1vw, 2rem); line-height: 1.1; }
.x-founders__press figcaption a { display: inline-flex; align-items: center; gap: .4rem; margin-top: .8rem; font: 600 .8125rem/1 var(--sans); letter-spacing: .06em; text-transform: uppercase; border-bottom: 1px solid rgb(255 255 255 / .5); padding-bottom: .2rem; }
.x-founders__press svg { width: .75rem; height: .75rem; }
.x-founders__names { grid-column: 1 / -1; grid-row: 3; font-family: var(--serif); font-size: clamp(3.2rem, 8.4vw, 8.5rem); line-height: .9; letter-spacing: -.015em; text-shadow: 0 2px 40px rgb(0 0 0 / .25); }
@media (max-width: 47.99rem) { .x-founders__press { display: none; } }

.x-about { display: grid; gap: 2rem; padding-block: clamp(4.5rem, 8vw, 7.5rem); border-bottom: 1px solid var(--line); }
@media (min-width: 64rem) { .x-about { grid-template-columns: 5fr 7fr; gap: 5rem; } }
.x-about__text { display: flex; flex-direction: column; gap: 1.25rem; }
.x-about__text p { font-size: 1.1875rem; line-height: 1.6; color: var(--ink); max-width: 42rem; }
.x-about__text .x-textlink { margin-top: .75rem; }

/* ------------------------------------------------------------ product card */
.x-product { position: relative; display: grid; gap: 2.5rem; align-items: center; margin-block: clamp(4.5rem, 8vw, 7rem); padding: clamp(2rem, 4vw, 3.5rem); background: var(--cream); }
@media (min-width: 64rem) { .x-product { grid-template-columns: 7fr 5fr; gap: 4.5rem; } }
.x-product__tag { position: absolute; top: 0; right: 1.5rem; padding: .55rem .9rem; background: var(--maroon); color: #fff; font: 600 .75rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.x-product__shot { margin: 0; background: #fff; box-shadow: 0 30px 60px -35px rgb(31 30 28 / .5); }
.x-product__shot img { display: block; width: 100%; height: auto; }
.x-product__text { display: flex; flex-direction: column; gap: 1.25rem; }
.x-product__text p { font-size: 1.125rem; line-height: 1.6; max-width: 30rem; }

/* ------------------------------------------------------------ faq */
.x-faq { display: grid; gap: 2rem; padding-bottom: clamp(5rem, 9vw, 8rem); }
@media (min-width: 64rem) { .x-faq { grid-template-columns: 4fr 8fr; gap: 5rem; } }
.v5 .faq { max-width: none; }
.v5 .faq__item { border-color: var(--line); }
.v5 .faq__item summary { font-family: var(--serif); font-size: clamp(1.7rem, 2.4vw, 2.3rem); line-height: 1.05; padding-block: 1.4rem; color: var(--ink); }
.v5 .faq__item summary:hover { color: var(--maroon); }
.v5 .faq__answer { font-size: 1.125rem; line-height: 1.65; color: var(--ink); max-width: 44rem; }

/* ------------------------------------------------------------ closing */
.x-start { background: var(--cream); padding-block: clamp(5rem, 9vw, 8rem); }
.x-start .x-h2 { padding-bottom: 2rem; border-bottom: 1px solid var(--line); text-transform: uppercase; font-size: clamp(2.8rem, 5vw, 4.6rem); }
.x-start__row { display: grid; gap: 2rem; margin-top: 2.25rem; }
.x-start__ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.75rem; }
@media (min-width: 64rem) { .x-start__row { grid-template-columns: 1fr auto; align-items: end; gap: 4rem; } }

/* ------------------------------------------------------------ footer */
.v5 .site-footer { background: var(--ink); }
.v5 .site-footer .eyebrow { font: 600 .75rem/1 var(--sans); letter-spacing: .08em; }
.v5 .site-footer ul a { font-size: .9375rem; }
.v5 .site-footer .textlink { font-family: var(--sans); }
.v5 .site-footer .socials a { border-radius: 999px; }
.v5 .site-footer__tagline { font-size: .9375rem; }

/* ------------------------------------------------------------ motion */
.wm { display: inline-block; overflow: hidden; vertical-align: top; padding: 0 .03em .12em; margin: 0 -.03em -.12em; }
.wm__w { display: inline-block; }
@media (prefers-reduced-motion: no-preference) {
  .js .v5 .hero-mask { translate: 0 105%; animation: x-rise 1.1s var(--ease) calc(var(--wd, 0ms) + 100ms) forwards; }
  .js .v5 .x-rise { opacity: 0; translate: 0 14px; animation: x-in .9s var(--ease) var(--in, 0ms) forwards; }
  .js .v5 .x-hero__photo { clip-path: inset(12% 4% 0 4%); animation: x-open 1.6s var(--ease) .45s forwards; }
  .js .v5 .x-hero__photo img { animation: x-settle 2.2s var(--ease) .45s both; }
  .js .v5 .scroll-reveal { transition: opacity .9s ease var(--reveal-delay, 0ms), transform 1.2s var(--ease) var(--reveal-delay, 0ms); }
  .js .v5 .scroll-reveal-rise:not([data-visible="true"]) { transform: translateY(28px); }
}
@keyframes x-rise { to { translate: 0 0; } }
@keyframes x-in { to { opacity: 1; translate: 0 0; } }
@keyframes x-open { to { clip-path: inset(0 0 0 0); } }
@keyframes x-settle { from { scale: 1.14; } to { scale: 1.04; } }

/* v5.1 fixes */
.x-h1 { font-size: clamp(3.2rem, 7.1vw, 7.4rem); line-height: .94; max-width: 19ch; text-wrap: balance; }
.wm { padding: .08em .04em .2em; margin: -.08em -.04em -.2em; }
.intro-done .wm { overflow: visible; }
.x-meta { display: grid; grid-template-columns: repeat(3, auto); justify-content: start; column-gap: 2.5rem; }
.x-meta dd { max-width: 15rem; }
@media (max-width: 39.99rem) { .x-meta { grid-template-columns: 1fr 1fr; } }
.x-h1 { max-width: 25ch; }
.x-hero__caption { margin-top: .9rem; font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); text-align: right; }

/* ======================================================================
   Inner pages (v5.2). Same system as the home page.
   ====================================================================== */

/* page openings */
.x-open { padding-block: clamp(3rem, 7vw, 6.5rem) clamp(2.5rem, 5vw, 4.5rem); }
.x-open .x-h1 { max-width: 20ch; }
.x-open__row { display: grid; gap: 1.75rem; margin-top: clamp(1.75rem, 3.5vw, 3rem); }
@media (min-width: 64rem) { .x-open__row { grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 4rem; } }
.x-open__ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.75rem; }
.x-word { font-family: var(--serif); font-size: clamp(4.5rem, 17.5vw, 17rem); line-height: .8; letter-spacing: -.025em; text-transform: uppercase; color: var(--ink); white-space: nowrap; }
.x-maroon-open { background: var(--maroon); color: var(--cream); text-align: center; padding-block: clamp(4rem, 9vw, 7.5rem); }
.x-maroon-open .x-h1 { color: var(--cream); margin-inline: auto; max-width: 14ch; }
.x-maroon-open .x-cap { color: var(--cream); margin: 1.75rem auto 0; max-width: 40rem; }

/* full-width photo */
.x-wide { margin: 0; overflow: hidden; height: clamp(18rem, 48vw, 42rem); background: var(--cream); }
.x-wide img { width: 100%; height: 100%; object-fit: cover; }
.x-caption { margin-top: .9rem; font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); }
.x-caption--right { text-align: right; }

/* section heads */
.x-sec { padding-block: clamp(4.5rem, 9vw, 8rem); }
.x-sec--flush { padding-top: 0; }
.x-sec--rule { border-top: 1px solid var(--line); }
.x-head { display: grid; gap: 1.5rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
@media (min-width: 64rem) { .x-head { grid-template-columns: 5fr 7fr; gap: 5rem; align-items: end; } }
.x-head p { font-size: 1.125rem; line-height: 1.6; max-width: 38rem; }
.x-body { font-size: 1.125rem; line-height: 1.65; color: var(--ink); max-width: 40rem; }
.x-body + .x-body { margin-top: 1.1rem; }
.x-stack > * + * { margin-top: 1.25rem; }

/* list rows: serif title, plain text */
.x-rows { border-top: 1px solid var(--line); }
.x-rows > li { display: grid; gap: .5rem 3rem; padding-block: 1.6rem; border-bottom: 1px solid var(--line); }
@media (min-width: 48rem) { .x-rows > li { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: baseline; } }
.x-rows h3 { font-family: var(--serif); font-size: clamp(1.7rem, 2.4vw, 2.3rem); line-height: 1; }
.x-rows p { font-size: 1.0625rem; line-height: 1.6; max-width: 36rem; }
.x-rows--compact > li { padding-block: 1.1rem; }
.x-rows--compact h3 { font-family: var(--sans); font-weight: 600; font-size: 1rem; line-height: 1.4; letter-spacing: .02em; text-transform: uppercase; }
.x-rows--dark { border-color: rgb(240 237 228 / .2); }
.x-rows--dark > li { border-color: rgb(240 237 228 / .2); }
.x-rows--dark h3 { color: var(--cream); }
.x-rows--dark p { color: rgb(240 237 228 / .75); }

/* dark band */
.x-dark { background: var(--ink); color: var(--cream); }
.x-dark .x-h2, .x-dark .x-h3, .x-dark .x-giant { color: var(--cream); }
.x-dark .x-cap, .x-dark .x-body { color: rgb(240 237 228 / .82); }
.x-dark .x-note { color: rgb(240 237 228 / .55); }
.x-dark .x-textlink { color: var(--cream); border-color: var(--cream); }
.x-dark .x-btn { background: var(--cream); color: var(--ink); }
.x-dark .x-btn:hover { background: #fff; }
.x-cream { background: var(--cream); }

/* ledger */
.x-ledger { border-top: 1px solid currentColor; border-color: rgb(240 237 228 / .25); }
.x-ledger > div { display: flex; align-items: baseline; justify-content: space-between; gap: 2rem; padding-block: 1.1rem; border-bottom: 1px solid rgb(240 237 228 / .25); }
.x-ledger dt { font: 500 .9375rem/1.35 var(--sans); letter-spacing: .02em; text-transform: uppercase; }
.x-ledger dd { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3.6vw, 3.4rem); line-height: .9; white-space: nowrap; }
.x-ledger--light { border-color: var(--line); }
.x-ledger--light > div { border-color: var(--line); }
.x-split { display: grid; gap: 3rem; }
@media (min-width: 64rem) { .x-split { grid-template-columns: 5fr 7fr; gap: 5rem; align-items: start; } .x-split--even { grid-template-columns: 1fr 1fr; } .x-split--center { align-items: center; } }

/* Jordan's letter */
.x-letter { display: grid; gap: 3rem; }
@media (min-width: 64rem) { .x-letter { grid-template-columns: 4fr 8fr; gap: 5rem; } .x-letter__aside { position: sticky; top: 7rem; align-self: start; } }
.x-letter__aside img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 25%; }
.x-letter__text p { font-family: var(--serif); font-size: clamp(1.45rem, 1.9vw, 1.8rem); line-height: 1.28; color: var(--ink); max-width: 44rem; }
.x-letter__text p + p { margin-top: 1.4rem; }
.x-letter__text .x-dropcap::first-letter { float: left; font-size: 3.1em; line-height: .78; padding: .06em .08em 0 0; color: var(--maroon); }
.x-letter__text blockquote { margin: 2.5rem 0; padding: 2rem 0; border-block: 1px solid var(--line); font-family: var(--serif); font-style: italic; font-size: clamp(2rem, 3vw, 2.9rem); line-height: 1.08; color: var(--maroon); max-width: 44rem; }
.x-letter__sign { margin-top: 2rem; font-family: var(--serif); font-style: italic; font-size: 2.2rem; }

/* portraits */
.x-people { display: grid; gap: 3rem 2rem; }
@media (min-width: 64rem) { .x-people { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.x-person img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: grayscale(1) contrast(1.05); transition: filter .6s ease; }
.x-person:hover img { filter: grayscale(0); }
.x-person h3 { margin-top: 1.25rem; font-family: var(--serif); font-size: 2.4rem; line-height: 1; }
.x-person .x-label { display: block; margin-top: .6rem; }
.x-person p { margin-top: 1rem; font-size: 1.0625rem; line-height: 1.6; }

/* timeline */
.x-timeline > li { display: grid; gap: .4rem 3rem; padding-block: 1.75rem; border-top: 1px solid var(--line); }
.x-timeline > li:last-child { border-bottom: 1px solid var(--line); }
@media (min-width: 48rem) { .x-timeline > li { grid-template-columns: 12rem minmax(0, 1fr); } }
.x-timeline time { font-family: var(--serif); font-size: 2rem; line-height: 1; color: var(--maroon); }
.x-timeline h3 { font: 600 1rem/1.35 var(--sans); letter-spacing: .02em; text-transform: uppercase; }
.x-timeline p { margin-top: .35rem; font-size: 1.0625rem; line-height: 1.6; max-width: 38rem; }

/* photo grids */
.x-grid3 { display: grid; gap: 1rem; }
@media (min-width: 48rem) { .x-grid3 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; } }
.x-grid3 figure { margin: 0; overflow: hidden; aspect-ratio: 4 / 3; }
.x-grid3 img { width: 100%; height: 100%; object-fit: cover; transition: scale 1.2s var(--ease); }
.x-grid3 figure:hover img { scale: 1.03; }
.x-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.x-pair figure { margin: 0; overflow: hidden; aspect-ratio: 4 / 5; }
.x-pair img { width: 100%; height: 100%; object-fit: cover; }

/* numbered steps */
.x-steps { counter-reset: s; border-top: 1px solid var(--line); }
.x-steps > li { display: grid; grid-template-columns: 3rem minmax(0, 1fr); gap: 1rem; padding-block: 1.1rem; border-bottom: 1px solid var(--line); counter-increment: s; }
.x-steps > li::before { content: "0" counter(s); font-family: var(--serif); font-size: 1.6rem; line-height: 1.1; color: var(--maroon); }
.x-steps strong { display: block; font: 600 1rem/1.4 var(--sans); letter-spacing: .02em; text-transform: uppercase; }
.x-steps span { font-size: 1rem; line-height: 1.55; }

/* case studies */
.x-cases { display: grid; gap: 1.5rem; }
@media (min-width: 64rem) { .x-cases { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.x-case { display: flex; flex-direction: column; gap: .75rem; padding: 2rem 2rem 2.25rem; background: var(--cream); transition: background-color .3s ease; }
.x-case:hover { background: #e8e3d7; }
.x-case strong { font-family: var(--serif); font-weight: 400; font-size: clamp(4rem, 6vw, 5.6rem); line-height: .85; color: var(--maroon); }
.x-case .x-label { color: var(--ink); }
.x-case h3 { margin-top: 1.25rem; font-family: var(--serif); font-size: 2.2rem; line-height: 1; }
.x-case p { font-size: 1.0625rem; line-height: 1.55; }
.x-case .x-textlink { margin-top: auto; padding-top: .2rem; }
.x-case > .x-textlink { margin-top: 1.25rem; }
.x-tag { display: inline-block; align-self: flex-start; padding: .35rem .7rem .3rem; border: 1px solid var(--ink); border-radius: 999px; font: 600 .6875rem/1 var(--sans); letter-spacing: .06em; text-transform: uppercase; }
.x-stories { display: grid; gap: 4rem 5rem; }
@media (min-width: 64rem) { .x-stories { grid-template-columns: 1fr 1fr; } }
.x-story { display: flex; flex-direction: column; margin: 0; }
.x-story blockquote { font-family: var(--serif); font-style: italic; font-size: clamp(1.8rem, 2.5vw, 2.4rem); line-height: 1.1; }
.x-story .x-review__name { margin-top: 1.75rem; }
.x-story > p { margin-top: 1.1rem; font-size: 1.0625rem; line-height: 1.6; }
.x-story .x-meta { margin-top: 1rem; }

/* filter chips and the quote wall */
.v5 .chip { border-radius: 999px; border-color: var(--line); font-family: var(--sans); letter-spacing: .04em; }
.v5 .chip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.v5 .chips-bar { margin-bottom: 2.5rem; }
.x-wall { display: grid; gap: 0 3rem; border-top: 1px solid var(--line); }
@media (min-width: 48rem) { .x-wall { grid-template-columns: 1fr 1fr; } }
@media (min-width: 80rem) { .x-wall { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.x-wall .voice { display: flex; flex-direction: column; margin: 0; padding: 2rem 0; background: none; box-shadow: none; border-bottom: 1px solid var(--line); }
.x-wall .voice__quote { font-family: var(--serif); font-style: italic; font-size: 1.6rem; line-height: 1.15; color: var(--ink); }
.x-wall .voice__by { margin-top: auto; padding-top: 1.5rem; display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; }
.x-wall .voice__name { font: 600 .9375rem/1.3 var(--sans); letter-spacing: .04em; text-transform: uppercase; color: var(--ink); }
.x-wall .voice__job { display: block; margin-top: .3rem; font-size: .9375rem; line-height: 1.4; color: var(--ink-2); }
.x-wall .voice__watch { color: var(--maroon); font-family: var(--sans); flex: none; }
.x-wall .voice--more { justify-content: space-between; background: var(--maroon); color: var(--cream); padding: 2rem; margin-block: 1.5rem; border: 0; }
.x-wall .voice--more .voice__quote { color: var(--cream); font-style: normal; }
.x-wall .voice--more .textlink { color: var(--cream); margin-top: 2rem; }

/* screenshots */
.x-shot { margin: 0; background: #fff; border: 1px solid var(--line); box-shadow: 0 30px 60px -40px rgb(31 30 28 / .45); }
.x-shot img { display: block; width: 100%; height: auto; }
.x-shots { display: grid; gap: 1.5rem; }
@media (min-width: 64rem) { .x-shots { grid-template-columns: 5fr 7fr; align-items: start; } }
.x-stage { display: grid; gap: 2rem; padding-block: clamp(3rem, 6vw, 5rem); border-top: 1px solid var(--line); }
@media (min-width: 64rem) { .x-stage__head { display: grid; grid-template-columns: 5fr 7fr; gap: 5rem; align-items: baseline; } }
.x-stage__num { font-family: var(--serif); font-size: 1.8rem; color: var(--maroon); }
.x-stage h3 { font-family: var(--serif); font-size: clamp(2.4rem, 3.6vw, 3.4rem); line-height: 1; }
.x-stage__head p { margin-top: .75rem; font-size: 1.125rem; line-height: 1.6; }
.x-tools { display: grid; gap: 0 3rem; border-top: 1px solid var(--line); }
@media (min-width: 48rem) { .x-tools { grid-template-columns: 1fr 1fr; } }
.x-tools li { padding-block: 1rem; border-bottom: 1px solid var(--line); }
.x-tools strong { display: block; font: 600 .9375rem/1.35 var(--sans); letter-spacing: .03em; text-transform: uppercase; }
.x-tools span { display: block; margin-top: .3rem; font-size: 1rem; line-height: 1.55; color: var(--ink-2); }
.x-index { display: flex; flex-wrap: wrap; gap: .5rem 1.75rem; margin-top: 2rem; }
.x-index a { font: 600 .8125rem/1 var(--sans); letter-spacing: .06em; text-transform: uppercase; padding-bottom: .25rem; border-bottom: 1px solid var(--line); }
.x-index a:hover { color: var(--maroon); border-color: var(--maroon); }

/* guides */
.x-guides { display: grid; gap: 2.5rem 4rem; }
@media (min-width: 64rem) { .x-guides { grid-template-columns: 1fr 1fr; } }
.x-guides h3 { padding-bottom: .9rem; border-bottom: 1px solid var(--ink); font: 600 .8125rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; color: var(--maroon); }
.x-guides a { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding-block: 1rem; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.6rem; line-height: 1.1; transition: color .2s ease; }
.x-guides a svg { width: 1rem; height: 1rem; flex: none; color: var(--ink-3); transition: translate .4s var(--ease), color .2s; }
.x-guides a:hover { color: var(--maroon); }
.x-guides a:hover svg { color: var(--maroon); translate: 3px -3px; }

/* report card */
.x-report { display: grid; gap: 2.5rem; padding: clamp(2rem, 5vw, 4rem); background: var(--ink); color: var(--cream); }
@media (min-width: 64rem) { .x-report { grid-template-columns: 5fr 7fr; gap: 4.5rem; } }
.x-report .x-h3 { color: var(--cream); }
.x-report .x-label { color: var(--rose); }
.x-report p { color: rgb(240 237 228 / .8); font-size: 1.0625rem; line-height: 1.6; }
.x-report .x-btn { background: var(--cream); color: var(--ink); }

/* press */
.x-press { display: grid; gap: 1.5rem; }
@media (min-width: 64rem) { .x-press { grid-template-columns: 1fr 1fr; } }
.x-presscard { display: flex; flex-direction: column; gap: 1rem; padding: clamp(2rem, 4vw, 3.25rem); background: var(--cream); }
.x-presscard--dark { background: var(--ink); color: var(--cream); }
.x-presscard__outlet { font-family: var(--serif); font-size: clamp(2.4rem, 3.6vw, 3.4rem); line-height: .95; }
.x-presscard__meta { font: 500 .875rem/1.3 var(--sans); letter-spacing: .04em; text-transform: uppercase; opacity: .75; }
.x-presscard p { font-size: 1.0625rem; line-height: 1.6; }
.x-presscard .x-btn { margin-top: auto; }
.x-presscard--dark .x-btn { background: var(--cream); color: var(--ink); }
.x-files li a { display: flex; align-items: center; gap: 1rem; padding-block: .9rem; border-bottom: 1px solid var(--line); font-size: 1rem; transition: color .2s ease; }
.x-files li:first-child a { border-top: 1px solid var(--line); }
.x-files img { width: 4rem; height: 2.75rem; object-fit: cover; flex: none; background: var(--cream); }
.x-files span { flex: 1; }
.x-files small { font-size: .8125rem; color: var(--ink-3); text-transform: uppercase; letter-spacing: .04em; }
.x-files a:hover { color: var(--maroon); }

/* events photos */
.x-events { display: grid; gap: 1rem; }
@media (min-width: 64rem) { .x-events { grid-template-columns: 7fr 5fr; grid-template-rows: 1fr 1fr; gap: 1.25rem; } .x-events figure:first-child { grid-row: 1 / span 2; } }
.x-events figure { margin: 0; overflow: hidden; min-height: 16rem; }
.x-events img { width: 100%; height: 100%; object-fit: cover; }

/* cta row */
.x-cta { display: grid; gap: 1.75rem; padding-top: 2.25rem; border-top: 1px solid var(--line); }
@media (min-width: 64rem) { .x-cta { grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 4rem; } }
.x-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.75rem; }
.x-stats--3 { }
@media (min-width: 64rem) { .x-stats--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .x-stats--3 .x-stat:nth-child(2) strong { font-size: clamp(3.2rem, 6.2vw, 6.4rem); padding-top: 0; } }
.x-stats--3 .x-stat:nth-child(2) strong { font-size: clamp(3.2rem, 6.2vw, 6.4rem); padding-top: 0; }
.x-files--dark a { border-color: rgb(240 237 228 / .2) !important; color: var(--cream); }
.x-files--dark small { color: rgb(240 237 228 / .55); }
.x-files--dark a:hover { color: var(--rose); }
.x-faces { display: flex; flex-wrap: wrap; justify-content: center; gap: .6rem; margin-top: 2.5rem; }
.x-faces img { width: clamp(4rem, 7vw, 6rem); height: clamp(4rem, 7vw, 6rem); object-fit: cover; }
.x-maroon-open .x-caption { color: rgb(240 237 228 / .7); }
/* v5.3 fixes */
.x-presscard .x-presscard__outlet { font-family: var(--serif); font-size: clamp(2.4rem, 3.6vw, 3.4rem); line-height: .95; }
.x-presscard .x-presscard__meta { font: 500 .875rem/1.3 var(--sans); letter-spacing: .04em; text-transform: uppercase; opacity: .75; }
.x-story .x-textlink { margin-top: 1.25rem; }
.page-technology .x-cream .x-shot { max-width: 68rem; margin-inline: auto; }
.page-technology .x-cream .x-caption { max-width: 68rem; margin-inline: auto; }
.x-sec--rule.x-sec { border-top: 1px solid var(--line); }
/* v5.4: founders band, names bottom-left and the press pull bottom-right */
.x-founders__over { grid-template-columns: minmax(0, 1fr) auto; grid-template-rows: 1fr auto; align-items: end; column-gap: 3rem; }
.x-founders__names { grid-column: 1; grid-row: 2; }
.x-founders__press { grid-column: 2; grid-row: 2; align-self: end; padding-bottom: .6rem; }
@media (max-width: 47.99rem) {
  .x-founders__photo { height: auto; aspect-ratio: 4 / 3; }
  .x-founders__photo img { object-position: 50% 30%; }
  .x-founders__names { font-size: 2.6rem; }
  .x-founders__over { padding-block: 1.25rem; }
}
.x-founders__photo { position: relative; }
.x-founders__photo::after { content: ""; position: absolute; inset: 45% 0 0 0; background: linear-gradient(to bottom, rgb(20 18 16 / 0), rgb(20 18 16 / .55)); pointer-events: none; }

/* ======================================================================
   v6. Wide screens, the quote carousel, and interviews that play in place.
   ====================================================================== */

/* -------------------------------------------------- stretched windows */
@media (min-width: 105rem) {
  .v5 .site-container { width: min(100% - 6rem, 96rem); }
  .x-hero__photo, .x-wide, .x-founders, .x-maroon-open .x-faces { max-width: 116rem; margin-inline: auto; }
  .x-hero__photo { height: clamp(22rem, 52vw, 56rem); }
  .x-founders__photo { height: clamp(28rem, 52vw, 56rem); }
  .x-h1 { font-size: clamp(3.2rem, 6.4vw, 8.2rem); }
  .x-wide { height: clamp(18rem, 42vw, 46rem); }
}
@media (min-width: 130rem) {
  .v5 .site-container { width: min(100% - 8rem, 104rem); }
  .x-hero__photo, .x-wide, .x-founders { max-width: 124rem; }
}

/* -------------------------------------------------- quote carousel */
.x-quotes { position: relative; margin-top: clamp(2rem, 4vw, 3rem); }
.x-quotes__viewport { overflow: hidden; scrollbar-width: none; -ms-overflow-style: none; }
.x-quotes__viewport::-webkit-scrollbar { display: none; }
.x-quotes__track { display: flex; align-items: stretch; gap: 1.25rem; width: max-content; padding-bottom: .25rem; }
/* only loops once the script has duplicated the cards, so it never drifts into a gap */
.x-quotes[data-loop="true"] .x-quotes__track { animation: x-marquee var(--dur, 200s) linear infinite; }
.x-quotes:hover .x-quotes__track, .x-quotes:focus-within .x-quotes__track { animation-play-state: paused; }
.x-quotes:not([data-loop="true"]) .x-quotes__viewport { overflow-x: auto; }
@keyframes x-marquee { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-50%, 0, 0); } }
/* Touch, and anyone who asked for less motion: a plain row you swipe. */
@media (hover: none), (prefers-reduced-motion: reduce) {
  .x-quotes__viewport { overflow-x: auto; scroll-snap-type: x proximity; }
  .x-quotes__track { animation: none; }
  .x-quote { scroll-snap-align: center; }
  .x-quotes__hint { display: none; }
}
.x-quote { display: flex; flex-direction: column; width: clamp(18rem, 24vw, 24rem); padding: 2rem 1.75rem 1.75rem; background: var(--cream); }
.x-cream .x-quote { background: var(--paper); }
.x-quote blockquote { font-family: var(--serif); font-style: italic; font-size: 1.5rem; line-height: 1.18; color: var(--ink); }
.x-quote__by { margin-top: auto; padding-top: 1.75rem; }
.x-quote__name { font: 600 .875rem/1.3 var(--sans); letter-spacing: .05em; text-transform: uppercase; color: var(--ink); }
.x-quote__meta { margin-top: .35rem; font-size: .9375rem; line-height: 1.45; color: var(--ink-2); }
.x-quote .x-textlink { margin-top: 1.1rem; color: var(--maroon); border-color: var(--maroon); font-size: .75rem; }
.x-quote .x-textlink svg { width: .7rem; height: .7rem; }
.x-quotes__controls { display: flex; align-items: center; gap: .75rem; margin-top: 1.5rem; }
.x-quotes__btn { display: grid; place-items: center; width: 3rem; height: 3rem; border: 1px solid var(--line); border-radius: 999px; background: none; color: var(--ink); cursor: pointer; transition: background-color .25s ease, color .25s ease, border-color .25s ease; }
.x-quotes__btn svg { width: 1.1rem; height: 1.1rem; }
.x-quotes__btn:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.x-quotes__hint { font: 500 .75rem/1.3 var(--sans); letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); }
.x-quotes--edge .x-quotes__viewport { -webkit-mask-image: linear-gradient(to right, transparent, #000 3rem, #000 calc(100% - 3rem), transparent); mask-image: linear-gradient(to right, transparent, #000 3rem, #000 calc(100% - 3rem), transparent); }
@media (max-width: 47.99rem) {
  .x-quote { width: min(78vw, 20rem); padding: 1.6rem 1.4rem 1.4rem; }
  .x-quote blockquote { font-size: 1.3rem; }
}

/* -------------------------------------------------- interviews in place */
.x-watch { display: grid; gap: 2rem; padding-block: clamp(2.5rem, 5vw, 4rem); border-top: 1px solid var(--line); }
@media (min-width: 64rem) {
  .x-watch { grid-template-columns: 7fr 5fr; gap: 4rem; align-items: center; }
  .x-watch:nth-of-type(even) .x-watch__media { order: 2; }
}
.x-watch__media { position: relative; aspect-ratio: 16 / 9; background: var(--ink); overflow: hidden; }
.x-watch__poster { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: .35rem; width: 100%; height: 100%; padding: clamp(1.5rem, 3vw, 2.5rem); border: 0; background: var(--ink); color: var(--cream); text-align: left; cursor: pointer; transition: background-color .35s ease; }
.x-watch__poster::before { content: ""; position: absolute; inset: 0; background: radial-gradient(120% 90% at 8% 110%, rgb(115 23 24 / .55), rgb(115 23 24 / 0) 60%); pointer-events: none; transition: opacity .5s ease; }
.x-watch__poster:hover::before { opacity: .75; }
.x-watch__poster > * { position: relative; }
.x-watch__label { position: absolute; top: clamp(1.5rem, 3vw, 2.5rem); left: clamp(1.5rem, 3vw, 2.5rem); font: 600 .6875rem/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--rose); }
.x-watch__name { font-family: var(--serif); font-size: clamp(2.4rem, 4.4vw, 4rem); line-height: .95; letter-spacing: -.01em; }
.x-watch__role { font: 500 .875rem/1.4 var(--sans); letter-spacing: .03em; text-transform: uppercase; color: rgb(240 237 228 / .72); max-width: 22rem; }
.x-watch__play { display: inline-flex; align-items: center; gap: .6rem; margin-top: 1.1rem; font: 600 .8125rem/1 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.x-watch__play span { display: grid; place-items: center; width: 2.75rem; height: 2.75rem; border-radius: 999px; background: var(--maroon); transition: scale .4s var(--ease), background-color .3s ease; }
.x-watch__poster:hover .x-watch__play span { scale: 1.08; background: #8c1c1d; }
.x-watch__play svg { width: 1rem; height: 1rem; translate: 1px 0; }
.x-watch__media iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.x-watch__text { display: flex; flex-direction: column; }
.x-watch__text blockquote { font-family: var(--serif); font-style: italic; font-size: clamp(1.6rem, 2.2vw, 2.1rem); line-height: 1.12; color: var(--ink); }
.x-watch__text p { margin-top: 1.25rem; font-size: 1.0625rem; line-height: 1.6; color: var(--ink-2); max-width: 34rem; }
.x-watch__result { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid var(--line); font: 600 .875rem/1.4 var(--sans); letter-spacing: .04em; text-transform: uppercase; color: var(--ink); }

/* -------------------------------------------------- plain three-up facts */
.x-facts { display: grid; gap: 1.5rem; }
@media (min-width: 64rem) { .x-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.x-fact { display: flex; flex-direction: column; gap: .6rem; padding: 2rem 1.75rem 2.25rem; background: var(--cream); }
.x-fact strong { font-family: var(--serif); font-weight: 400; font-size: clamp(3.4rem, 5vw, 4.6rem); line-height: .85; color: var(--maroon); }
.x-fact .x-label { color: var(--ink); }
.x-fact h3 { margin-top: .9rem; font-family: var(--serif); font-size: 2rem; line-height: 1; }
.x-fact p { font-size: 1.0625rem; line-height: 1.55; color: var(--ink-2); }

/* -------------------------------------------------- report page */
.x-chart { display: grid; gap: .5rem; margin-top: clamp(2rem, 4vw, 3rem); }
.x-chart__row { display: grid; grid-template-columns: 5.5rem minmax(0, 1fr) 6rem 7rem; align-items: center; gap: 1rem; padding-block: .45rem; border-bottom: 1px solid var(--line); }
.x-chart__props { font: 500 .75rem/1.2 var(--sans); letter-spacing: .04em; text-transform: uppercase; color: var(--ink-3); text-align: right; }
.x-chart__month { font: 500 .8125rem/1 var(--sans); letter-spacing: .06em; text-transform: uppercase; color: var(--ink-2); }
.x-chart__bar { position: relative; height: 1.4rem; background: rgb(115 23 24 / .12); }
.x-chart__bar span { position: absolute; inset: 0 auto 0 0; width: var(--w); background: var(--maroon); }
.x-chart__val { font-family: var(--serif); font-size: 1.25rem; line-height: 1; text-align: right; font-variant-numeric: lining-nums; }
.x-chart__row--peak .x-chart__bar span { background: var(--ink); }
@media (max-width: 63.99rem) { .x-chart__row { grid-template-columns: 4.5rem minmax(0, 1fr) 5.5rem; gap: .7rem; } .x-chart__props { display: none; } .x-chart__val { font-size: 1.05rem; } }
.x-numbered { counter-reset: n; border-top: 1px solid var(--line); }
.x-numbered > li { display: grid; grid-template-columns: 3rem minmax(0, 1fr); gap: 1rem; padding-block: 1.25rem; border-bottom: 1px solid var(--line); counter-increment: n; }
.x-numbered > li::before { content: "0" counter(n); font-family: var(--serif); font-size: 1.5rem; line-height: 1.1; color: var(--maroon); }
.x-numbered p { font-size: 1.0625rem; line-height: 1.6; }

/* interview panels on a phone: the label sits in the flow so it can't meet the name */
@media (max-width: 47.99rem) {
  .x-watch__poster { justify-content: flex-start; }
  .x-watch__label { position: static; margin-bottom: auto; }
  .x-watch__name { font-size: 2.1rem; }
  .x-watch__play { margin-top: .9rem; }
  .x-watch { gap: 1.5rem; }
}

/* on a stretched window the reading columns can take a little more width */
@media (min-width: 105rem) {
  .x-body, .x-head p, .x-rows p, .x-about__text p, .x-watch__text p { max-width: 46rem; }
  .x-letter__text p, .x-letter__text blockquote { max-width: 50rem; }
  .x-note { max-width: 52rem; }
  .x-stat span { max-width: 18rem; }
}

/* Descenders get their own room. These headings run at tight line heights, so the
   tails of g, y and p sit below the line box; nothing may clip or crowd them. */
.x-h1, .x-h2, .x-h3, .x-giant, .x-word, .x-band__title, .x-watch__name,
.x-stat strong, .x-ledger dd, .x-case strong, .x-fact strong, .x-presscard__outlet,
.x-rows h3, .x-stage h3, .x-person h3, .x-letter__sign, .x-timeline time { padding-bottom: .12em; }
.x-review blockquote, .x-quote blockquote, .x-story blockquote, .x-watch__text blockquote,
.x-letter__text blockquote, .v5 .faq__item summary { padding-bottom: .1em; }
.x-head, .x-stack, .x-open, .x-hero, .x-sec, .site-container { overflow: visible; }

/* -------------------------------------------------- photo gallery with captions */
.x-gallery { display: grid; gap: 2.25rem 1.5rem; }
@media (min-width: 48rem) { .x-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 64rem) { .x-gallery--lead { grid-template-columns: repeat(2, minmax(0, 1fr)); } .x-gallery--lead figure:first-child { grid-column: 1 / -1; } .x-gallery--lead figure:first-child img { aspect-ratio: 21 / 9; } }
.x-gallery figure { margin: 0; }
.x-gallery img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; background: var(--cream); }
.x-gallery figcaption { margin-top: .85rem; font-size: .9375rem; line-height: 1.55; color: var(--ink-2); max-width: 34rem; }
.x-cream .x-gallery img { background: #fff; }

/* the carousel fades out at the edges rather than slicing a card mid-word */
.x-quotes--edge .x-quotes__viewport {
  -webkit-mask-image: linear-gradient(to right, transparent, #000 7rem, #000 calc(100% - 7rem), transparent);
  mask-image: linear-gradient(to right, transparent, #000 7rem, #000 calc(100% - 7rem), transparent);
}

.x-founders__note { grid-column: 2; grid-row: 2; align-self: end; max-width: 20rem; padding-bottom: .9rem; font: 500 .9375rem/1.45 var(--sans); letter-spacing: .02em; color: rgb(255 255 255 / .82); text-align: right; }
@media (max-width: 47.99rem) { .x-founders__note { display: none; } }

/* founders band: names on one line, the note sitting under them */
.x-founders__over { grid-template-rows: 1fr auto auto; }
.x-founders__names { grid-column: 1 / -1; grid-row: 2; }
.x-founders__note { grid-column: 1 / -1; grid-row: 3; max-width: 34rem; margin-top: .5rem; padding-bottom: 0; text-align: left; }
