/* extra.css — Vellum additions on top of the ported theme (main.css).
   Only new rules live here: the video showcase grid, the hero subheading,
   and waitlist form status messages. Everything else reuses theme classes. */

.hero__subheading {
  max-width: 460px;
  margin-top: 24px;
  margin-bottom: 40px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.55em;
  color: hsla(0, 0%, 100%, .88);
}

/* --- Hero: ambient Rome loop behind, text left, iPhone gallery right --- */
.section--hero { position: relative; padding-top: 170px; padding-bottom: 90px; }

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .16;                          /* ambient, never competing with the text */
}

/* keep the text side darker than the video for contrast */
.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #1d2228 18%, rgba(29, 34, 40, .55) 55%, rgba(29, 34, 40, .35) 100%),
              linear-gradient(0deg, #1d2228 0%, rgba(29, 34, 40, 0) 30%);
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  align-items: center;
  gap: 48px;
}

/* the theme sized hero__content for its collage layout; widen it for the grid */
.hero__grid .hero__content { max-width: none; padding-left: 0; }

.hero__heading {
  white-space: normal;                 /* theme forced nowrap for short museum words */
  font-size: clamp(42px, 4.5vw, 64px);
  line-height: 1.06;
}

/* phone row + thumbnail rail beside it, so the whole gallery fits one viewport */
.hero__phone-col {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 22px;
  justify-self: end;
}

/* CSS-only iPhone frame around the autoplaying case video */
.phone {
  position: relative;
  width: min(370px, 28vw);
  aspect-ratio: 9 / 17.5;
  padding: 11px;
  border: 1px solid #3a414c;
  border-radius: 52px;
  background: #05070a;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .6), inset 0 0 0 2px #12151a;
}

.phone video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 36px;
  background: #000;
}

.phone__island {
  position: absolute;
  left: 50%;
  top: 22px;
  z-index: 2;
  width: 84px;
  height: 22px;
  transform: translateX(-50%);
  border-radius: 12px;
  background: #05070a;
}

/* side buttons */
.phone::before, .phone::after {
  content: "";
  position: absolute;
  width: 3px;
  border-radius: 2px;
  background: #3a414c;
}
.phone::before { right: -4px; top: 19%; height: 64px; }
.phone::after  { left: -4px;  top: 24%; height: 40px; }

.phone__gallery { display: flex; flex-direction: column; gap: 12px; }

.phone__thumb {
  width: 56px;
  height: 84px;
  padding: 0;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 12px;
  background: #000;
  cursor: pointer;
  opacity: .55;
  transition: .2s;
}

.phone__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.phone__thumb:hover { opacity: .85; }
.phone__thumb.active { border-color: #c11822; opacity: 1; }

/* one-pager anchors: keep section tops clear of the fixed header */
section[id] { scroll-margin-top: 110px; }

/* --- Video showcase ("Watch a case") --- */
.showcase__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin-top: 56px;
}

.showcase__card {
  width: 260px;
  padding: 16px;
  border: 1px solid rgba(154, 82, 97, .3);
  border-radius: 16px;
  background-color: #1d2228;
  transition: .2s;
}

.showcase__card:hover {
  border-color: rgba(193, 24, 34, .6);
  transform: translateY(-4px);
}

.showcase__phone {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 12px;
  background-color: #000;
}

.showcase__phone video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase__label {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}

.showcase__mute {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid hsla(0, 0%, 100%, .4);
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .55);
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.showcase__title {
  margin-top: 16px;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25em;
  color: #f1f5fb;
}

.showcase__desc {
  margin-top: 8px;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.45em;
  color: hsla(0, 0%, 100%, .8);
}

.showcase__intro {
  max-width: 560px;
  margin-top: 16px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5em;
  color: hsla(0, 0%, 100%, .85);
}

/* readability bumps on theme-styled copy (theme grays are too faint on #1d2228) */
.visit__card-desc, .media__desc, .audio__txt { color: hsla(0, 0%, 100%, .82); }

/* --- "What you get" value props --- */
.why__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.why__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px;
  border: 1px solid rgba(154, 82, 97, .3);
  border-radius: 16px;
  background: #1d2228;
  transition: .2s;
}

.why__card:hover { border-color: rgba(193, 24, 34, .6); transform: translateY(-4px); }

.why__icon {
  display: block;
  height: 72px;
  width: auto;
  margin: 0 auto 20px;
  image-rendering: pixelated;            /* keep the dither crisp when scaled */
  opacity: .92;
}
.why__card .visit__card-label { margin-left: auto; margin-right: auto; }

.why__title {
  margin: 18px 0 10px;
  font-family: 'Work Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
  color: #f1f5fb;
}

.why__desc {
  margin: 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
  color: hsla(0, 0%, 100%, .8);
}

/* format lead card: keep the theme's red-gradient panel but lay it out like
   its siblings (the theme centered it for a play-button collage) */
.visit__card.mod--first {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  cursor: default;
}

/* --- responsive: stack the hero under 991px --- */
@media (max-width: 991px) {
  .hero__grid { grid-template-columns: 1fr; gap: 40px; }
  .hero__phone-col { justify-self: center; flex-direction: column; }
  .phone__gallery { flex-direction: row; }
  .phone { width: min(300px, 66vw); }
}

/* --- Library list (repurposed audio-guide rows) --- */
.audio__list-item.mod--soon { opacity: .55 !important; }

/* --- Waitlist form status messages --- */
.form__status {
  margin-top: 12px;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  display: none;
}

.form__status.is-visible { display: block; }
.form__status.success { color: #52f3b0; }
.form__status.error { color: #ff8a8a; }

/* Method section: the theme's media__img slot was designed for a 606px-wide
   landscape collage (max-width:none in main.css). Our poster is 9:16 portrait,
   which otherwise renders ~1100px tall and floods the sections above it —
   cap it to a phone-sized framed still. */
.section--media .media__img {
  width: 300px;
  max-width: 42vw;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .55);
}

/* Hero text: the theme animated these in via ix2 (data-w-id bindings we did not
   port), and its noise/element overlays can sit above content. Pin the text
   above them at full strength. */
.hero__content { z-index: 5; }
.hero__heading, .hero__h1-span1, .hero__h1-span3 { color: #fff; }
.hero__over-heading { color: #b9c1cc; }

/* Header logo: vellum-wide-white.png is 1184x360; without a cap it renders at
   intrinsic size across the hero. */
.header__logo .logo-img { height: 44px; width: auto; display: block; }

/* ================= v3 pass: color, badges, strip, grid, proof ================= */
:root {
  --accent: #ff8a1e;          /* vellum ember — pulled from the torchlit bg video */
  --accent-deep: #e06400;
  --accent-glow: rgba(255, 138, 30, .45);
}

.txt-accent { color: var(--accent); }

/* filled accent CTAs that actually pop */
.btn--accent {
  border-color: var(--accent);
  background: linear-gradient(180deg, var(--accent), var(--accent-deep));
  color: #14171c !important;
  font-weight: 700;
  box-shadow: 0 0 28px var(--accent-glow);
}
.btn--accent:hover { filter: brightness(1.12); }
.btn--hero.btn--accent::before { display: none; }   /* kill theme's white hover fill */
.btn--hero.btn--accent .btn__ico { filter: invert(100%); }
.header__col.col--3 .btn.btn--accent { border-color: var(--accent); color: #14171c !important; }

/* hero bg: much more visible now */
.hero__bg video { opacity: .38; }
.hero__bg::after {
  background: linear-gradient(90deg, rgba(29,34,40,.92) 12%, rgba(29,34,40,.35) 52%, rgba(29,34,40,.15) 100%),
              linear-gradient(0deg, #1d2228 2%, rgba(29,34,40,0) 26%);
}

/* much wider phone */
.phone { width: min(440px, 31vw); }

/* store badges */
.store-badges { display: flex; gap: 14px; margin-top: 26px; }
.store-badge {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 18px;
  border: 1px solid hsla(0,0%,100%,.35); border-radius: 12px;
  color: #fff; background: rgba(0,0,0,.35);
}
.store-badge svg { width: 26px; height: 26px; }
.store-badge span { font-family: 'Work Sans', sans-serif; font-size: 16px; font-weight: 700; line-height: 1.15; }
.store-badge small { display: block; font-size: 10px; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; color: hsla(0,0%,100%,.6); }

/* ---- case-file strip (marquee + dots) ---- */
.section--strip { padding-top: 40px; padding-bottom: 30px; overflow: hidden; }
.strip__viewport { overflow: hidden; }
.strip__track { display: flex; width: max-content; animation: strip-scroll 48s linear infinite; will-change: transform; }
.strip__set { display: flex; gap: 18px; padding-right: 18px; }
.strip__viewport:hover .strip__track { animation-play-state: paused; }
@keyframes strip-scroll { from { transform: translateX(0); } to { transform: translateX(-33.33333%); } }
.strip__card {
  position: relative; width: 150px; height: 210px; flex: none;
  overflow: hidden; border-radius: 16px; border: 2px solid; 
  transform: rotate(-1.2deg);
}
.strip__card:nth-child(even) { transform: rotate(1.4deg); }
.strip__card img { width: 100%; height: 100%; object-fit: cover; }
.strip__card span {
  position: absolute; left: 8px; right: 8px; bottom: 10px;
  font-family: 'Work Sans', sans-serif; font-size: 14px; font-weight: 700; line-height: 1.1;
  color: #fff; text-shadow: 0 2px 8px rgba(0,0,0,.9), 0 0 2px #000;
}
.strip__card.c1 { border-color: var(--accent); }
.strip__card.c2 { border-color: #c11822; }
.strip__card.c3 { border-color: #3aa2ff; }
.strip__card.c4 { border-color: #f5d34c; }
.strip__card.c5 { border-color: #b56cff; }
.strip__card.c6 { border-color: #41d99a; }
.strip__dots { display: flex; justify-content: center; gap: 8px; margin-top: 22px; }
.strip__dots i { width: 8px; height: 8px; border-radius: 50%; background: #4a515c; transition: .3s; }
.strip__dots i.active { background: var(--accent); box-shadow: 0 0 10px var(--accent-glow); }
.strip__caption {
  margin: 16px auto 0; max-width: 520px; text-align: center;
  font-family: 'Work Sans', sans-serif; font-weight: 300; font-size: 16px;
  color: hsla(0,0%,100%,.75);
}

/* ---- library grid (9 visible + load more) ---- */
.lib__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 0; }
.lib__card {
  overflow: hidden; border: 1px solid rgba(154,82,97,.35); border-radius: 16px;
  background: #171b20; transition: .2s;
}
.lib__card:hover { border-color: var(--accent); transform: translateY(-4px); box-shadow: 0 14px 40px rgba(0,0,0,.5); }
.lib__img { height: 200px; overflow: hidden; }
.lib__img img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.lib__img--soon {
  display: flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 70% 20%, rgba(193,24,34,.5), rgba(23,27,32,1) 70%);
}
.lib__soon-icon { height: 90px; width: auto; image-rendering: pixelated; opacity: .85; }
.lib__card .visit__card-label { margin: 16px 0 0 18px; }
.lib__card h3 {
  margin: 12px 18px 8px; font-family: 'Work Sans', sans-serif;
  font-size: 20px; font-weight: 700; line-height: 1.2; color: #f1f5fb;
}
.lib__card p {
  margin: 0 18px 18px; font-family: 'Work Sans', sans-serif;
  font-size: 14px; font-weight: 300; line-height: 1.45; color: hsla(0,0%,100%,.78);
}
.audio__more { display: flex; gap: 16px; justify-content: center; margin-top: 40px; }

/* ---- social proof ---- */
.proof__heading { text-align: center; }
.proof__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.proof__stat {
  padding: 30px; text-align: center;
  border: 1px solid var(--accent); border-radius: 14px;
  background: rgba(255,138,30,.05);
  box-shadow: inset 0 0 40px rgba(255,138,30,.06);
}
.proof__stat-num {
  font-family: 'Work Sans', sans-serif; font-size: 44px; font-weight: 700;
  color: var(--accent); text-shadow: 0 0 24px var(--accent-glow);
}
.proof__stat-txt { margin-top: 8px; font-family: 'Work Sans', sans-serif; font-weight: 300; font-size: 15px; color: hsla(0,0%,100%,.85); }
.proof__quotes { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; margin-top: 32px; }
.proof__quote { padding: 24px; border: 1px solid #343b45; border-radius: 14px; background: #22272e; }
.proof__stars, .laurel__stars { color: var(--accent); letter-spacing: 3px; font-size: 15px; }
.proof__quote p { margin: 12px 0 14px; font-family: 'Work Sans', sans-serif; font-style: italic; font-weight: 300; font-size: 15px; line-height: 1.5; color: hsla(0,0%,100%,.9); }
.proof__who { font-family: 'Work Sans', sans-serif; font-size: 13px; font-weight: 700; color: var(--accent); }
.proof__laurels { display: flex; justify-content: center; gap: 56px; margin-top: 56px; flex-wrap: wrap; }
.laurel { display: flex; align-items: center; gap: 4px; color: var(--accent); }
.laurel__branch { font-size: 58px; filter: sepia(1) saturate(4) hue-rotate(-14deg) brightness(1.05); transform: scaleX(-1); }
.laurel__branch--flip { transform: scaleX(1); }
.laurel__body { text-align: center; font-family: 'Work Sans', sans-serif; }
.laurel__body > div { font-weight: 700; font-size: 17px; color: #fff; }
.laurel__body small { display: block; margin-top: 2px; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: hsla(0,0%,100%,.65); }
.laurel__glyph { width: 30px; height: 30px; margin-bottom: 4px; color: var(--accent); }
.laurel__big { font-size: 34px; font-weight: 700; color: var(--accent); text-shadow: 0 0 20px var(--accent-glow); }

/* smaller footer logo */
.footer__logo .logo-img { height: 64px; width: auto; }

@media (max-width: 991px) {
  .lib__grid, .proof__stats { grid-template-columns: 1fr; }
  .store-badges { flex-wrap: wrap; }
}

/* v4 pass: showcase cards fill the section; series label is a one-line
   full-width bar instead of a wrapping chip */
.showcase__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.showcase__card { width: auto; }
.showcase__label {
  left: 0; top: 0; right: 0;
  border-radius: 12px 12px 0 0;
  padding: 9px 14px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) { .showcase__grid { grid-template-columns: 1fr; } }

/* v5: real laurel wreaths + historical reviewer avatars */
.laurel__wing { height: 96px; width: auto; }
.laurel__wing--flip { transform: scaleX(-1); }
.laurel { gap: 10px; }
.proof__who-row { display: flex; align-items: center; gap: 10px; }
.proof__avatar { width: 42px; height: 42px; border-radius: 50%; border: 2px solid var(--accent); }

/* laurel center stars must beat the .laurel__body > div white rule */
.laurel__body div.laurel__stars { color: var(--accent); }

/* Paladin-style award badges (literal SVGs; text is outlined = placeholder values) */
.proof__badge { height: 150px; width: auto; }
@media (max-width: 767px) { .proof__badge { height: 110px; } }

/* ===== bright CTA bands (mid + bottom) ===== */
.cta-band {
  margin: 40px 0;
  padding: 64px 0;
  background: linear-gradient(115deg, #ff6a1f 0%, var(--accent) 55%, #ffc46b 130%);
}
.cta-band--tall { padding: 96px 0; margin-bottom: 0; }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.cta-band__inner--center { flex-direction: column; text-align: center; gap: 12px; }
.cta-band__title { margin: 0; font-size: clamp(32px, 4vw, 52px); line-height: 1.06; color: #14171c; }
.cta-band__sub { margin: 14px 0 0; font-family: 'Work Sans', sans-serif; font-weight: 400; font-size: 18px; color: rgba(20, 23, 28, .82); }
.cta-band__btn {
  border: none; border-radius: 12px;
  padding: 24px 38px;
  background: #14171c; color: #fff;
  font-size: 15px; font-weight: 700;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .35);
  transition: .2s;
}
.cta-band__btn:hover { transform: translateY(-2px); background: #000; }
.cta-band--tall .cta-band__btn { margin-top: 18px; }

/* spacing pass: breathing room around social proof, centered bottom band */
#proof { padding-top: 130px; padding-bottom: 60px; }
.proof__stats { margin-top: 64px; }
.proof__quotes { margin-top: 40px; }
.proof__laurels { margin-top: 72px; margin-bottom: 30px; }
.cta-band--tall { margin-top: 110px; margin-bottom: 110px; padding: 110px 0; }
.cta-band__inner--center { align-items: center; justify-content: center; }
.cta-band__inner--center .cta-band__title,
.cta-band__inner--center .cta-band__sub { text-align: center; }
.cta-band__inner--center .cta-band__sub { max-width: 560px; }

/* prominent social links: header icons + bottom-band handle pills + bigger footer icons */
.header__col.col--3 { display: flex; align-items: center; gap: 20px; }
.header__socials { display: flex; gap: 14px; }
.header__socials img { height: 22px; width: 22px; filter: brightness(0); opacity: .85; transition: .2s; } /* black icons; no invert-to-white */
.header__socials a:hover img { opacity: 1; transform: translateY(-1px); }
.cta-band__socials { display: flex; gap: 16px; margin-top: 26px; flex-wrap: wrap; justify-content: center; }
.social-pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 22px; border-radius: 999px;
  background: rgba(20, 23, 28, .18); border: 1px solid rgba(20, 23, 28, .35);
  color: #14171c; font-family: 'Work Sans', sans-serif; font-weight: 700; font-size: 15px;
  text-decoration: none; transition: .2s;
}
.social-pill:hover { background: #14171c; color: #fff; }
.social-pill img { height: 20px; width: 20px; filter: brightness(0); transition: .2s; }
.social-pill:hover img { filter: brightness(0) invert(1); }
.footer__soc-link img { height: 26px; width: 26px; filter: brightness(0) invert(1); opacity: .75; }
.footer__soc-link:hover img { opacity: 1; }

/* header col-3 must never wrap the socials above the button */
.header__col.col--3 { flex-direction: row; flex-wrap: nowrap; justify-content: flex-end; white-space: nowrap; }

/* footer nav: 6 links now — two tidy columns instead of one tall stack */
.footer__nav { display: grid; grid-template-columns: repeat(2, max-content); gap: 14px 36px; }
/* keep the theme's decorative arrow from colliding with the form column */
.footer__elements { pointer-events: none; }

/* the theme's noise-arrow collides with the footer form at wide viewports */
.footer__elements { display: none; }

/* breathing room between header socials and the CTA button */
.header__col.col--3 { gap: 40px; }
.cta-band__sub strong { font-weight: 700; }

/* ===== mobile polish: unsquished logos, centered header, bigger phone ===== */
/* the theme's img{max-width:100%} + our fixed height distorted the wordmark;
   fix the aspect by fixing WIDTH and freeing height instead */
.header__logo .logo-img, .footer__logo .logo-img { max-width: none; object-fit: contain; }

@media (max-width: 767px) {
  .header__logo .logo-img { width: 132px; height: auto; }
  .footer__logo .logo-img { width: 180px; height: auto; }
  .header__columns {
    display: flex; flex-wrap: wrap;
    justify-content: center; align-items: center;
    row-gap: 14px; column-gap: 18px;
    text-align: center;
  }
  .header__col, .header__col.col--3 { justify-content: center; }
  .footer__col.col--1 { text-align: center; }
  .footer__logo { display: inline-block; }
}

@media (max-width: 991px) {
  .phone { width: min(350px, 88vw); }
}

/* mobile round 2: pin hamburger to the corner, stack + center the footer identity */
@media (max-width: 767px) {
  .header__humburger-wrap { position: absolute; top: 22px; right: 18px; }
  .section--hero { padding-top: 215px; }
  .footer__col.col--1 { display: flex; flex-direction: column; align-items: center; gap: 18px; }
  .footer__desc { text-align: center; }
  .footer__social.mod--mob { justify-content: center; gap: 32px; }
}

/* generous bottom padding under the copyright line */
.footer { padding-bottom: 72px; }
.footer__copyright-txt { margin-top: 48px; margin-bottom: 0; }


/* ===== BrandScript rewrite (2026-09-01) ===== */
a.lib__card, a.strip__card {
  color: inherit;
  text-decoration: none;
  display: block;
}
a.strip__card { display: block; }

.plan__steps {
  list-style: none;
  margin: 0;
  padding: 8px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.plan__steps li {
  padding: 28px 24px;
  border: 1px solid rgba(154, 82, 97, .35);
  border-radius: 16px;
  background: #171b20;
  text-align: center;
}
.plan__n {
  display: block;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}
.plan__steps h3 {
  margin: 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #f1f5fb;
  line-height: 1.2;
}
.section--plan { padding-top: 36px; padding-bottom: 10px; }

.proof__models {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.proof__model {
  overflow: hidden;
  border: 1px solid rgba(154, 82, 97, .35);
  border-radius: 16px;
  background: #171b20;
  text-decoration: none;
  color: inherit;
  display: block;
  transition: .2s;
}
.proof__model:hover { border-color: var(--accent); transform: translateY(-4px); }
.proof__model img { width: 100%; height: auto; display: block; }
.proof__model-body { padding: 18px 20px 22px; }
.proof__model-label {
  font-family: 'Work Sans', sans-serif;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
}
.proof__model h3 {
  margin: 8px 0 8px;
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #f1f5fb;
  line-height: 1.2;
}
.proof__model p {
  margin: 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.45;
  color: hsla(0,0%,100%,.78);
}

.remodal__fine {
  margin: 10px 0 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: hsla(0,0%,100%,.55);
}

.cta-band__fine {
  margin: 8px 0 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  color: rgba(20, 23, 28, .62);
}

.seo__inline-form {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}
.seo__inline-form .input {
  max-width: 280px;
}
.seo__inline-form .form__status { width: 100%; text-align: center; }

.seo__nav .btn {
  white-space: nowrap;
  font-size: 13px;
}
@media (max-width: 700px) {
  .seo__nav { padding: 20px 16px; gap: 12px; }
  .seo__nav .btn { font-size: 11px; padding: 10px 12px; white-space: normal; line-height: 1.2; text-align: center; max-width: 46vw; }
}

/* header socials were sitting on the CTA on small screens */
@media (max-width: 991px) {
  .header__socials { display: none; }
  .header__col.col--3 { gap: 0; }
  .plan__steps, .proof__models { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .header__col.col--3 .btn {
    font-size: 12px;
    padding-left: 14px;
    padding-right: 14px;
    white-space: normal;
    line-height: 1.2;
    max-width: 70vw;
    text-align: center;
  }
}

.store-badges { display: none !important; }

/* ===== two-column sell waitlist modal ===== */
.remodal.remodal--sell {
  position: relative;
  max-width: 920px;
  width: calc(100% - 32px);
  padding: 0;
  overflow: hidden;
  text-align: left;
  color: #f1f5fb;
  background: #14171c;
  border: 1px solid rgba(154, 82, 97, .4);
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .65);
}
.remodal--sell .remodal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  left: auto;
  z-index: 6;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.sell {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: stretch;
  min-height: 440px;
}
.sell__art {
  position: relative;
  min-height: 100%;
  background: #05070a;
}
.sell__art img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sell__art-cap {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,.9);
}
.sell__art-cap span {
  display: block;
  margin-bottom: 4px;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
}
.sell__art-cap strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
.sell__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 42px 36px;
}
.sell__kicker {
  margin: 0 0 8px;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
}
.sell__h {
  margin: 0 0 18px;
  font-family: 'Work Sans', sans-serif;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
}
.sell__bullets {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.sell__bullets li {
  position: relative;
  padding: 0 0 10px 18px;
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.45;
  color: hsla(0,0%,100%,.82);
}
.sell__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}
.sell__form { margin: 0; }
.sell__label {
  display: block;
  margin-bottom: 8px;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: hsla(0,0%,100%,.7);
}
.sell__input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 12px;
  padding: 14px 16px;
  border: 1px solid #3a414c;
  border-radius: 10px;
  background: #0e1116;
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  outline: none;
}
.sell__input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(255, 138, 30, .25);
}
.sell__input::placeholder { color: hsla(0,0%,100%,.4); }
.sell__cta {
  display: block;
  width: 100%;
  padding: 16px 20px;
  border: 0;
  border-radius: 10px;
  background: var(--accent);
  color: #14171c;
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 0 24px var(--accent-glow);
  transition: .2s;
}
.sell__cta:hover { filter: brightness(1.1); }
.sell__fine {
  margin: 14px 0 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: hsla(0,0%,100%,.5);
}
.sell__form .form__status { margin-top: 10px; }
@media (max-width: 767px) {
  .sell { grid-template-columns: 1fr; min-height: 0; }
  .sell__art { height: 220px; min-height: 220px; }
  .sell__copy { padding: 24px 22px 28px; }
  .remodal.remodal--sell { width: calc(100% - 20px); }
}


/* ===== 20260901f: library vault peek/fade, wordmarks, model carousel ===== */

.lib__vault {
  position: relative;
  margin-top: 48px;
  max-height: 1180px;
  overflow: hidden;
}
.lib__vault.is-open {
  max-height: none;
  overflow: visible;
}
.lib__fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  height: 260px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 32px;
  background: linear-gradient(to bottom, rgba(29, 34, 40, 0) 0%, rgba(29, 34, 40, .72) 48%, #1d2228 100%);
  pointer-events: none;
}
.lib__fade .js-load-more {
  pointer-events: auto;
  z-index: 4;
  position: relative;
}
.lib__vault.is-open .lib__fade { display: none; }
.lib__all {
  display: none;
  margin: 32px 0 0;
  text-align: center;
}
.lib__vault.is-open + .lib__all { display: block; }
.lib__all a {
  font-family: 'Work Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--accent);
  text-decoration: none;
}
.lib__all a:hover { text-decoration: underline; }
@media (max-width: 991px) {
  .lib__vault { max-height: 1120px; }
}

.hero__wordmark,
.sell__wordmark,
.cta-band__wordmark {
  display: block;
  width: auto;
  max-width: none;
  object-fit: contain;
}
.hero__wordmark { height: 48px; margin: 0 0 18px; }
.sell__wordmark { height: 40px; margin: 0 0 18px; }
.cta-band__wordmark { height: 42px; margin: 0 auto 18px; }

/* ===== 20260901g: model carousel layout + hero CTA glow ===== */
.section--model { padding-top: 90px; padding-bottom: 70px; }
.model__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}
.model__kicker {
  margin-bottom: 10px;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
}
.model__copy h2 {
  margin: 0 0 12px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  color: #fff;
}
.model__sub {
  margin: 0 0 20px;
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  color: hsla(0, 0%, 100%, .9);
}
.model__meta { display: none; }
.model__beats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.model__beat {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 9px 14px;
  border: 0;
  border-left: 3px solid transparent;
  border-radius: 0 8px 8px 0;
  background: transparent;
  color: hsla(0, 0%, 100%, .72);
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
  transition: .15s;
}
.model__beat:hover { color: #fff; background: rgba(255,138,30,.05); }
.model__beat.is-active {
  border-left-color: var(--accent);
  color: #fff;
  background: rgba(255,138,30,.1);
  font-weight: 500;
}
.model__beat-n {
  flex: none;
  min-width: 1.25em;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--accent);
}
.model__caption {
  margin: 16px 0 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: hsla(0, 0%, 100%, .5);
}
.model__player { max-width: none; }
.model__frame {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 1px solid #3a414c;
  border-radius: 22px;
  background: #05070a;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .5);
  touch-action: pan-y;
}
.model__slide {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
  touch-action: pan-y;
  pointer-events: none;
}
.model__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
}
.model__arrow,
.model__thumbs,
.model__thumb { display: none !important; }
.model__dots { display: flex; gap: 4px; align-items: center; }
.model__dot {
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.model__dot::after {
  content: "";
  position: absolute;
  top: 7px; left: 7px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #4a515c;
}
.model__dot.is-active::after {
  background: var(--accent);
  box-shadow: 0 0 10px var(--accent-glow);
}
.model__cta-wrap { margin-top: 28px; }
.model__cta-wrap .btn--hero { width: auto; }
.model__cta { display: none; }
@media (max-width: 991px) {
  .model__grid { grid-template-columns: 1fr; gap: 32px; }
  .model__copy { text-align: left; }
  .model__player { max-width: 420px; margin: 0 auto; }
}

/* Hero CTA: gap between label and chevron + stronger ember glow */
.hero__btn-wrap .btn--hero,
a.btn.btn--hero {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: auto;
  max-width: 100%;
  padding: 22px 16px 19px 28px !important;
  box-shadow: 0 0 18px rgba(255,138,30,.7), 0 0 48px rgba(255,138,30,.45), 0 8px 24px rgba(0,0,0,.35);
  animation: hero-glow 2.8s ease-in-out infinite;
}
.hero__btn-wrap .btn--hero .btn__ico,
a.btn.btn--hero .btn__ico {
  margin-top: 0;
  margin-bottom: 0;
  flex: none;
}
@keyframes hero-glow {
  0%, 100% { box-shadow: 0 0 18px rgba(255,138,30,.7), 0 0 48px rgba(255,138,30,.45), 0 8px 24px rgba(0,0,0,.35); }
  50% { box-shadow: 0 0 26px rgba(255,138,30,.95), 0 0 64px rgba(255,138,30,.55), 0 8px 24px rgba(0,0,0,.35); }
}

/* 20260902c: /cases cards — unique Pinterest pins, crop from top of the hook */
.case__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.case__card {
  display: block; padding: 0; overflow: hidden;
  border: 1px solid rgba(154,82,97,.35); border-radius: 16px;
  background: #171b20; text-decoration: none;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.case__card:hover { border-color: var(--accent); transform: translateY(-4px); box-shadow: 0 14px 40px rgba(0,0,0,.5); }
.case__card-img { aspect-ratio: 16 / 10; overflow: hidden; background: #0b0d11; }
.case__card-img img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.case__card-series {
  display: block; margin: 16px 18px 0;
  font-family: 'Work Sans', sans-serif; font-size: 11px;
  letter-spacing: .14em; text-transform: uppercase;
  color: hsla(0,0%,100%,.48);
}
.case__card h3 {
  margin: 8px 18px 8px; font-family: 'Work Sans', sans-serif;
  font-size: 20px; font-weight: 700; color: #f1f5fb; line-height: 1.22;
}
.case__card p {
  margin: 0 18px 18px; font-family: 'Work Sans', sans-serif;
  font-weight: 300; font-size: 14px; line-height: 1.55;
  color: hsla(0,0%,100%,.62);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
@media (max-width: 991px) { .case__grid { grid-template-columns: 1fr; } }


/* ===== Founding 200 seats (20260902d) ===== */
.sell__seats {
  margin: -6px 0 18px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
}
.hero__offer {
  margin-top: 18px;
  max-width: 460px;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: hsla(0,0%,100%,.88);
}
.hero__seats {
  margin-top: 8px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 13px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--accent);
}


/* ===== 20260902f: white fixed header bar ===== */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 0;
  background: #fff;
  border-bottom: 1px solid rgba(20, 23, 28, 0.1);
}
.header-absolute {
  position: relative !important;
  top: 0 !important;
  left: auto; right: auto;
  padding: 12px 32px !important;
}
.header__nav-link { color: #2c3138; }
.header__nav-link:hover { color: #902020; }
.header [data-anim="link"]::after { background: #902020; }
.header__humburger-line { background-color: #1a1d22; }
.header__socials img { filter: brightness(0); } /* black, never invert-to-white */
.header .btn.btn--accent,
.header .btn.btn--slim.btn--accent {
  background: linear-gradient(180deg, var(--accent), var(--accent-deep));
  border-color: var(--accent);
  color: #14171c !important;
  font-weight: 700;
  box-shadow: 0 0 22px var(--accent-glow);
}
.header .btn.btn--accent:hover,
.header .btn.btn--slim.btn--accent:hover {
  border-color: var(--accent-deep);
  filter: brightness(1.08);
}

/* keep a single-row white bar on small screens */
@media (max-width: 767px) {
  .header-absolute { padding: 10px 16px !important; }
  .header__columns {
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: left;
    row-gap: 0;
  }
  .header__col { justify-content: flex-start; }
  .header__col.col--3 { justify-content: flex-end; }
  .header__humburger-wrap { position: relative; top: auto; right: auto; margin-right: 0; }
}

.seo__nav {
  position: fixed !important;
  top: 0; left: 0; right: 0;
  z-index: 100 !important;
  padding: 12px 32px !important;
  display: flex !important;
  align-items: center;
  gap: 0;
  background: #fff;
  border-bottom: 1px solid rgba(20, 23, 28, 0.1);
}
.seo__nav-links a { color: #2c3138 !important; }
.seo__nav-links a:hover { color: #902020 !important; }

/* ===== 20260902h: NYT/WSJ case-feature (TEST /case/account-88888 only; do not copy to other cases yet) ===== */

body.case-feature {
  background: #f6f3ee;
  color: #1a1a1a;
}

body.case-feature .page-wrap,
body.case-feature .main {
  background: #f6f3ee;
  background-image: none;
  color: #1a1a1a;
}

/* Keep white nav + dark mini-footer; paper lives between them */
body.case-feature .seo__nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 12px 32px;
  display: flex;
  align-items: center;
  gap: 0;
  background: #fff;
  border-bottom: 1px solid rgba(20, 23, 28, 0.1);
}
body.case-feature .seo__nav-links {
  display: flex;
  gap: 22px;
  margin-left: auto;
  margin-right: 24px;
}
body.case-feature .seo__nav-links a {
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #2c3138;
  text-decoration: none;
}
body.case-feature .seo__nav-links a:hover { color: #902020; }

.case-feature__article {
  max-width: 1120px;
  margin: 0 auto;
  padding: 88px 32px 0;
  box-sizing: border-box;
}

.case-feature__masthead {
  max-width: 720px;
  margin: 0 auto;
  padding: 36px 0 8px;
}

.case-feature__kicker {
  margin: 0 0 14px;
  font-family: 'Work Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #902020;
}

.case-feature__hed,
body.case-feature h1.case-feature__hed {
  margin: 0;
  font-family: 'Newsreader', 'Times New Roman', Times, serif;
  font-size: clamp(42px, 6vw, 60px);
  font-weight: 600;
  font-optical-sizing: auto;
  letter-spacing: -0.022em;
  line-height: 1.05;
  color: #111;
}

.case-feature__dek {
  margin: 18px 0 0;
  font-family: 'Newsreader', 'Times New Roman', Times, serif;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.4;
  color: #333;
}

.case-feature__dateline {
  margin: 22px 0 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #6a655e;
}

.case-feature__figure {
  margin: 32px 0 8px;
  width: 100%;
}
.case-feature__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  background: #e8e2d8;
}
.case-feature__figure figcaption {
  margin: 10px 0 0;
  font-family: 'Newsreader', 'Times New Roman', Times, serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.45;
  color: #5c574f;
}

.case-feature__body {
  max-width: 700px;
  margin: 0 auto;
  padding: 28px 0 72px;
}

body.case-feature .case-feature__body .seo__block h2 {
  margin: 48px 0 16px;
  padding-top: 18px;
  border-top: 1px solid rgba(26, 26, 26, 0.18);
  font-family: 'Newsreader', 'Times New Roman', Times, serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.2;
  color: #111;
}
body.case-feature .case-feature__body .seo__block:first-child h2 {
  margin-top: 12px;
}

body.case-feature .case-feature__body .seo__block p {
  margin: 0 0 1.15em;
  font-family: 'Newsreader', 'Times New Roman', Times, serif;
  font-weight: 400;
  font-size: 20.5px;
  line-height: 1.65;
  color: #1a1a1a;
}

body.case-feature .case-feature__body a {
  color: #902020;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
body.case-feature .case-feature__body a:hover { color: #e06400; }

body.case-feature .case__sources {
  margin: 36px 0 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-family: 'Newsreader', 'Times New Roman', Times, serif;
  font-size: 15px;
  font-style: italic;
  line-height: 1.55;
  color: #5c574f;
}
body.case-feature .case__sources strong {
  font-style: normal;
  font-weight: 600;
  color: #3a3732;
}

/* More case files: light cards on cream, not the dark homepage tiles */
body.case-feature .case-feature__more h2 { margin-bottom: 22px; }
body.case-feature .case__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 8px;
  max-width: none;
}
body.case-feature .case__card {
  display: block;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(26, 26, 26, 0.14);
  border-radius: 4px;
  background: #faf7f2;
  text-decoration: none !important;
  box-shadow: none;
  transition: border-color .2s, transform .2s;
}
body.case-feature .case__card:hover {
  border-color: #902020;
  transform: translateY(-2px);
  box-shadow: none;
}
body.case-feature .case__card-img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8e2d8;
}
body.case-feature .case__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
body.case-feature .case__card-series {
  display: block;
  margin: 14px 16px 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #902020;
}
body.case-feature .case__card h3 {
  margin: 6px 16px 6px;
  font-family: 'Newsreader', 'Times New Roman', Times, serif;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.22;
}
body.case-feature .case__card p {
  margin: 0 16px 16px;
  font-family: 'Newsreader', 'Times New Roman', Times, serif;
  font-weight: 400;
  font-size: 14.5px;
  font-style: normal;
  line-height: 1.5;
  color: #4a4640;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* CTA: hairline + button, not a neon hero on cream */
body.case-feature .case-feature__cta {
  margin-top: 56px;
  padding-top: 36px;
  border-top: 1px solid rgba(26, 26, 26, 0.18);
  text-align: center;
}
body.case-feature .case-feature__cta p {
  margin: 0 0 22px;
  font-family: 'Newsreader', 'Times New Roman', Times, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
body.case-feature .case-feature__cta a.btn.btn--hero {
  animation: none;
  box-shadow: none;
  display: inline-flex !important;
  padding: 16px 22px 14px 24px !important;
}
body.case-feature .case-feature__cta .seo__inline-form {
  margin-top: 22px;
}
body.case-feature .case-feature__cta .seo__inline-form .input {
  background: #fff;
  color: #1a1a1a;
  border: 1px solid rgba(26, 26, 26, 0.22);
}
body.case-feature .case-feature__cta .form__status.success { color: #1f7a4d; }
body.case-feature .case-feature__cta .form__status.error { color: #902020; }

/* Dark mini-footer stays site chrome */
body.case-feature .mini-footer {
  margin-top: 0;
  padding: 56px 24px 64px;
  background: #1d2228;
  border-top: 1px solid #2a3038;
  text-align: center;
}
body.case-feature .mini-footer img.mf-logo { height: 52px; width: auto; }
body.case-feature .mini-footer .mf-tag {
  margin: 14px 0 26px;
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: hsla(0,0%,100%,.55);
}
body.case-feature .mini-footer nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 28px;
  margin-bottom: 26px;
}
body.case-feature .mini-footer nav a {
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: hsla(0,0%,100%,.75);
  text-decoration: none;
}
body.case-feature .mini-footer nav a:hover { color: var(--accent); }
body.case-feature .mini-footer .mf-social {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-bottom: 30px;
}
body.case-feature .mini-footer .mf-social img {
  height: 22px;
  width: 22px;
  filter: brightness(0) invert(1);
  opacity: .75;
}
body.case-feature .mini-footer .mf-social a:hover img { opacity: 1; }
body.case-feature .mini-footer .mf-copy {
  font-family: 'Work Sans', sans-serif;
  font-size: 12.5px;
  color: hsla(0,0%,100%,.45);
}

@media (max-width: 991px) {
  body.case-feature .case__grid { grid-template-columns: 1fr; }
  .case-feature__article { padding: 80px 20px 0; }
}

@media (max-width: 700px) {
  body.case-feature .seo__nav { padding: 12px 16px; }
  .case-feature__article { padding: 76px 0 0; }
  .case-feature__masthead {
    max-width: none;
    padding: 28px 16px 8px;
  }
  .case-feature__hed,
  body.case-feature h1.case-feature__hed {
    font-size: clamp(34px, 9vw, 44px);
  }
  .case-feature__dek { font-size: 18px; }
  .case-feature__figure { margin: 20px 0 8px; }
  .case-feature__figure img { aspect-ratio: 16 / 9; }
  .case-feature__figure figcaption { padding: 0 16px; }
  .case-feature__body {
    max-width: none;
    padding: 20px 16px 56px;
  }
  body.case-feature .case-feature__body .seo__block p {
    font-size: 17.5px;
    line-height: 1.62;
  }
  body.case-feature .case-feature__body .seo__block h2 {
    font-size: 24px;
  }
}


/* ===== 20260902i: case-feature polish (TEST /case/account-88888 only) ===== */

body.case-feature .case-feature__progress {
  position: fixed;
  top: 65px; /* sit under the white header, not under browser chrome */
  left: 0;
  right: 0;
  z-index: 99;
  height: 4px;
  pointer-events: none;
  background: rgba(26, 26, 26, 0.08);
}
body.case-feature .case-feature__progress > i {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #902020 0%, #e06400 100%);
}

.case-feature__masthead {
  max-width: 700px;
}

.case-feature__figure {
  max-width: 700px;
  width: 100%;
  margin: 32px auto 8px;
  box-sizing: border-box;
}
.case-feature__figure figcaption {
  max-width: 100%;
}

body.case-feature .case-feature__body .seo__block h2 {
  margin: 64px 0 22px;
  padding-top: 36px;
  border-top: 1px solid rgba(26, 26, 26, 0.18);
}
body.case-feature .case-feature__body .seo__block:first-child h2 {
  margin-top: 16px;
}

body.case-feature .case-feature__more {
  max-width: 1040px;
  margin: 56px auto 0;
  padding: 0 32px 8px;
  box-sizing: border-box;
}
body.case-feature .case-feature__more h2 {
  margin: 0 0 28px;
  padding-top: 36px;
  border-top: 1px solid rgba(26, 26, 26, 0.18);
  font-family: 'Newsreader', 'Times New Roman', Times, serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.2;
  color: #111;
}
body.case-feature .case-feature__recs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 0;
}
body.case-feature a.case-feature__rec {
  display: block;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(26, 26, 26, 0.14);
  border-radius: 8px;
  background: #faf7f2;
  text-decoration: none !important;
  color: inherit;
  box-shadow: none;
  transition: border-color .2s, transform .2s;
}
body.case-feature a.case-feature__rec:hover {
  border-color: #902020;
  transform: translateY(-2px);
  color: inherit;
}
body.case-feature .case-feature__rec-img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 4px;
  background: #e8e2d8;
}
body.case-feature .case-feature__rec-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
body.case-feature .case-feature__rec-series {
  display: block;
  margin: 12px 2px 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  font-variant: small-caps;
  letter-spacing: .14em;
  text-transform: lowercase;
  color: #902020;
}
body.case-feature a.case-feature__rec h3 {
  margin: 6px 2px 6px;
  font-family: 'Newsreader', 'Times New Roman', Times, serif;
  font-size: 16.5px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.25;
}
body.case-feature a.case-feature__rec p {
  margin: 0 2px 4px;
  font-family: 'Newsreader', 'Times New Roman', Times, serif;
  font-weight: 400;
  font-size: 13.5px;
  font-style: normal;
  line-height: 1.45;
  color: #4a4640;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

body.case-feature .case-feature__fair,
body.case-feature .case-feature__share {
  margin-top: 48px;
  padding-top: 36px;
  border-top: 1px solid rgba(26, 26, 26, 0.18);
}
body.case-feature .case-feature__fair h2,
body.case-feature .case-feature__share h2 {
  margin: 0 0 22px;
  font-family: 'Newsreader', 'Times New Roman', Times, serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.2;
  color: #111;
  border: 0;
  padding: 0;
}
body.case-feature .case-feature__fair-scale {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
body.case-feature .case-feature__fair-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-height: 108px;
  padding: 14px 8px 12px;
  border: 1px solid rgba(26, 26, 26, 0.16);
  border-radius: 8px;
  background: #faf7f2;
  color: #1a1a1a;
  cursor: pointer;
  font-family: 'Work Sans', sans-serif;
  text-align: center;
  transition: border-color .15s, background .15s, transform .15s;
}
body.case-feature .case-feature__fair-btn:hover {
  border-color: #902020;
  transform: translateY(-1px);
}
body.case-feature .case-feature__fair-btn.is-on {
  border-color: #902020;
  background: rgba(144, 32, 32, 0.08);
  box-shadow: inset 0 0 0 1px #902020;
}
body.case-feature .case-feature__fair-face {
  font-size: 28px;
  line-height: 1;
}
body.case-feature .case-feature__fair-lbl {
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.3;
  color: #3a3732;
}

body.case-feature .case-feature__share-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
body.case-feature .js-copy-link,
body.case-feature .js-native-share {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid #1a1a1a;
  border-radius: 6px;
  background: transparent;
  color: #1a1a1a;
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  cursor: pointer;
}
body.case-feature .js-copy-link:hover,
body.case-feature .js-native-share:hover {
  background: #1a1a1a;
  color: #fff;
}
body.case-feature .case-feature__share-ico {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid #1a1a1a;
  border-radius: 50%;
  color: #1a1a1a;
  text-decoration: none !important;
}
body.case-feature .case-feature__share-ico:hover {
  background: #1a1a1a;
  color: #fff;
}
body.case-feature .case-feature__share-ico svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
body.case-feature .js-copy-toast {
  margin: 12px 0 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #1f7a4d;
  opacity: 0;
  transition: opacity .2s;
}
body.case-feature .js-copy-toast.is-on { opacity: 1; }

body.case-feature .case-feature__cta {
  max-width: 700px;
  margin: 64px auto 0;
  padding: 40px 0 96px;
  border-top: 1px solid rgba(26, 26, 26, 0.18);
  text-align: center;
}
body.case-feature .case-feature__cta p { margin: 0 0 22px; }
body.case-feature .case-feature__body { padding-bottom: 24px; }
body.case-feature a.case-feature__cta-btn {
  display: inline-block;
  padding: 16px 28px;
  border: 0;
  border-radius: 0;
  background: #000 !important;
  color: #fff !important;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none !important;
  box-shadow: none;
  animation: none;
}
body.case-feature a.case-feature__cta-btn:hover {
  background: #111 !important;
  color: #fff !important;
  text-decoration: none !important;
  filter: none;
}

body.case-feature .mini-footer {
  margin-top: 0;
  padding-top: 72px;
}

@media (max-width: 991px) {
  body.case-feature .case-feature__recs { grid-template-columns: repeat(2, 1fr); }
  body.case-feature .case-feature__fair-scale { grid-template-columns: repeat(5, 1fr); }
}
@media (max-width: 700px) {
  .case-feature__figure {
    max-width: none;
    margin: 20px auto 8px;
    padding: 0 16px;
  }
  .case-feature__figure figcaption { padding: 0; }
  body.case-feature .case-feature__more { padding: 0 16px; }
  body.case-feature .case-feature__recs { grid-template-columns: 1fr; }
  body.case-feature .case-feature__fair-scale { grid-template-columns: 1fr; }
  body.case-feature .case-feature__fair-btn { min-height: 0; flex-direction: row; justify-content: flex-start; gap: 12px; padding: 12px 14px; }
  body.case-feature .case-feature__cta { padding: 32px 16px 80px; }
  .case-feature__masthead { max-width: none; }
}

body.case-feature .js-native-share svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ===== 20260902j: case-feature figure 700 + rec grid (TEST /case/account-88888) ===== */
body.case-feature .case-feature__figure {
  max-width: 700px; /* same as .case-feature__body */
  width: 100%;
  margin: 32px auto 8px;
}
body.case-feature .case-feature__figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  display: block;
}
body.case-feature .case-feature__recs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1120px;
  margin: 8px auto 0;
}
body.case-feature .case-feature__rec {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  color: inherit;
  background: #faf7f2;
  border: 1px solid rgba(26,26,26,.14);
  border-radius: 8px;
  overflow: hidden;
  min-width: 0;
}
body.case-feature .case-feature__rec,
body.case-feature .case-feature__rec:visited {
  color: inherit;
  text-decoration: none;
}
body.case-feature .case-feature__rec-img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8e2d8;
}
body.case-feature .case-feature__rec-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
body.case-feature .case-feature__rec-series {
  display: block;
  margin: 12px 14px 0;
  font: 700 10px/1.2 'Work Sans', sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #902020;
}
body.case-feature .case-feature__rec h3 {
  margin: 6px 14px 6px;
  font: 600 17px/1.25 'Newsreader', Georgia, serif;
  color: #1a1a1a;
}
body.case-feature .case-feature__rec p {
  margin: 0 14px 14px;
  font: 400 13.5px/1.45 'Newsreader', Georgia, serif;
  color: #4a4640;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 800px) {
  body.case-feature .case-feature__recs { grid-template-columns: 1fr; }
}

/* ===== 20260902k: glass model card, Newsweek fair, URL share, social chips ===== */
body.case-feature .case-feature__play h2 {
  margin: 0 0 22px;
}

body.case-feature .case-feature__model {
  position: relative;
  max-width: 700px;
  margin: 8px 0 8px;
  padding: 36px 28px 32px;
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(120% 80% at 50% -10%, rgba(255, 138, 30, 0.55) 0%, rgba(255, 138, 30, 0.08) 42%, transparent 68%),
    radial-gradient(80% 50% at 80% 110%, rgba(255, 170, 60, 0.28) 0%, transparent 60%),
    #0c0d10;
}
body.case-feature .case-feature__model::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='80' height='80'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)' opacity='.55'/></svg>");
  mix-blend-mode: overlay;
}
body.case-feature .case-feature__model-glow {
  display: none;
}
body.case-feature .case-feature__model-card {
  position: relative;
  z-index: 1;
  padding: 28px 28px 26px;
  border-radius: 20px;
  background: rgba(18, 18, 22, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
  backdrop-filter: blur(18px) saturate(1.2);
}
body.case-feature .case-feature__model-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
body.case-feature .case-feature__model-top i {
  display: block;
  width: 28px;
  height: 1px;
  background: #fff;
}
body.case-feature .case-feature__model-top span {
  font-family: 'Work Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #fff;
}
body.case-feature .case-feature__model-card h3 {
  margin: 0 0 12px;
  font-family: 'Work Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  border: 0;
  padding: 0;
}
body.case-feature .case-feature__model-card p {
  margin: 0 0 16px;
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
  color: #f4f4f6;
}
body.case-feature .case-feature__model-card blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.55);
}

body.case-feature .case-feature__fair,
body.case-feature .case-feature__share {
  margin-top: 36px;
  padding-top: 0;
  border-top: 0;
}
body.case-feature .case-feature__fair h2,
body.case-feature .case-feature__share h2 {
  display: none;
}
body.case-feature .case-feature__fair-card {
  max-width: 520px;
  margin: 0 auto;
  padding: 18px 18px 14px;
  border: 1px solid #d9cfc2;
  border-radius: 12px;
  background: #f6f1e8;
  text-align: center;
}
body.case-feature .case-feature__fair-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 12px;
}
body.case-feature .case-feature__fair-mark {
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #902020;
  color: #fff;
  font-family: 'Newsreader', Georgia, serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
body.case-feature .case-feature__fair-q {
  margin: 0;
  font-family: 'Newsreader', Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
}
body.case-feature .case-feature__fair-info {
  position: relative;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #6b6560;
  cursor: pointer;
}
body.case-feature .case-feature__fair-info svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}
body.case-feature .case-feature__fair-tip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  width: max-content;
  max-width: 220px;
  padding: 6px 8px;
  border-radius: 6px;
  background: #1a1a1a;
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 11px;
  line-height: 1.35;
  white-space: normal;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s;
  z-index: 2;
}
body.case-feature .case-feature__fair-info:hover .case-feature__fair-tip,
body.case-feature .case-feature__fair-info:focus .case-feature__fair-tip {
  opacity: 1;
}
body.case-feature .case-feature__fair-scale {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
body.case-feature .case-feature__fair-btn {
  display: block;
  min-height: 0;
  padding: 9px 8px;
  border: 1px solid #cfc6ba;
  border-radius: 6px;
  background: #e8e2d8;
  color: #2a2724;
  cursor: pointer;
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  flex-direction: unset;
  align-items: unset;
  justify-content: unset;
  gap: 0;
  transform: none;
  box-shadow: none;
}
body.case-feature .case-feature__fair-btn:hover {
  border-color: #902020;
  transform: none;
  background: #efe9df;
}
body.case-feature .case-feature__fair-btn.is-on {
  border-color: #902020;
  background: rgba(144, 32, 32, 0.1);
  box-shadow: inset 0 0 0 1px #902020;
  color: #5a1414;
}
body.case-feature .case-feature__fair-face { display: none; }
body.case-feature .case-feature__fair-lbl { display: none; }
body.case-feature .case-feature__fair-help {
  margin: 10px 0 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 11.5px;
  color: #8a837a;
}

body.case-feature .case-feature__share-row { display: none; }
body.case-feature .case-feature__share-url {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  color: #5a5550;
  font-family: 'Work Sans', sans-serif;
  font-size: 13.5px;
  letter-spacing: .01em;
}
body.case-feature .js-copy-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #3a3732;
  cursor: pointer;
}
body.case-feature .js-copy-link:hover {
  background: #1a1a1a;
  color: #fff;
}
body.case-feature .js-copy-link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
body.case-feature .js-copy-toast {
  margin: 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #1f7a4d;
  opacity: 0;
  transition: opacity .2s;
}
body.case-feature .js-copy-toast.is-on { opacity: 1; }

body.case-feature .case-feature__drop {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 6px;
  margin: 0 0 22px;
  font-family: 'Newsreader', Georgia, serif;
  font-size: 17px;
  color: #3a3732;
}
body.case-feature a.case-feature__chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 10px 5px 8px;
  border: 1px solid #1a1a1a;
  border-radius: 999px;
  color: #1a1a1a !important;
  text-decoration: none !important;
  font-family: 'Work Sans', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1;
}
body.case-feature a.case-feature__chip img {
  width: 13px;
  height: 13px;
  display: block;
  filter: invert(1);
}
body.case-feature a.case-feature__chip:hover {
  background: #1a1a1a;
  color: #fff !important;
}
body.case-feature a.case-feature__chip:hover img {
  filter: invert(0);
}

@media (max-width: 700px) {
  body.case-feature .case-feature__model { padding: 24px 16px 20px; }
  body.case-feature .case-feature__model-card { padding: 22px 20px 20px; }
  body.case-feature .case-feature__model-card h3 { font-size: 24px; }
  body.case-feature .case-feature__fair-scale { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body.case-feature .case-feature__fair-btn {
    min-height: 0;
    flex-direction: unset;
    justify-content: center;
    gap: 0;
    padding: 9px 6px;
    font-size: 12.5px;
  }
  body.case-feature .case-feature__share-url { font-size: 12.5px; }
}

/* ===== 20260902m: maroon play heading, denser model copy, interesting vote, share prefix ===== */
body.case-feature .case-feature__play h2 {
  color: #902020;
}
body.case-feature .case-feature__model-card p {
  margin: 0;
  color: #fff;
  font-size: 15.5px;
  line-height: 1.5;
}
body.case-feature .case-feature__model-card blockquote { display: none; }
body.case-feature .case-feature__share-prefix {
  color: #902020;
  font-weight: 600;
  margin-right: 2px;
}

/* ===== 20260902p: readable tight model card + outlined vote icons ===== */
body.case-feature .case-feature__play h2 {
  color: #902020 !important;
}
body.case-feature .case-feature__model {
  isolation: isolate;
  padding: 18px 16px 16px;
  margin: 4px 0 0;
}
body.case-feature .case-feature__model::before {
  z-index: 0;
  mix-blend-mode: soft-light;
  opacity: .18;
}
body.case-feature .case-feature__model-card {
  z-index: 1;
  padding: 16px 18px 16px;
  background: rgba(10, 10, 12, 0.88);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
body.case-feature .case-feature__model-top { margin-bottom: 10px; }
body.case-feature .case-feature__model-card h3 {
  margin: 0 0 8px;
  font-size: 22px;
  color: #fff !important;
}
body.case-feature .seo__block.case-feature__play .case-feature__model-card p,
body.case-feature .case-feature__model-card p {
  margin: 0 !important;
  color: #f3f3f5 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  opacity: 1 !important;
}
body.case-feature .case-feature__fair-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 0;
  padding: 10px 8px 8px;
  font-size: 12px;
  line-height: 1.25;
}
body.case-feature .case-feature__fair-ico {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}

/* ===== 20260902q: outlined paper model card, two paras, bigger type ===== */
body.case-feature .case-feature__model {
  isolation: isolate;
  max-width: 700px;
  margin: 8px 0 4px;
  padding: 0;
  border-radius: 0;
  overflow: visible;
  background: none;
}
body.case-feature .case-feature__model::before { display: none; }
body.case-feature .case-feature__model-glow { display: none; }
body.case-feature .case-feature__model-card {
  position: relative;
  z-index: 1;
  padding: 28px 28px 26px;
  border-radius: 14px;
  background: transparent;
  border: 1.5px solid #902020;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
body.case-feature .case-feature__model-top {
  margin-bottom: 16px;
}
body.case-feature .case-feature__model-top i {
  width: 36px;
  height: 2px;
  background: #e06400;
}
body.case-feature .case-feature__model-top span {
  color: #902020;
  font-size: 12px;
  letter-spacing: .18em;
}
body.case-feature .case-feature__model-card h3 {
  margin: 0 0 16px;
  font-size: 28px;
  color: #1a1a1a !important;
}
body.case-feature .seo__block.case-feature__play .case-feature__model-card p,
body.case-feature .case-feature__model-card p {
  margin: 0 0 16px !important;
  color: #2c2a26 !important;
  font-size: 17.5px;
  font-weight: 400;
  line-height: 1.55;
  opacity: 1 !important;
}
body.case-feature .case-feature__model-card p:last-child {
  margin-bottom: 0 !important;
}


/* ===== 20260902r ===== */
/* Paper model card (no black pane), thumbs-down vote row, blog paper theme. */

body.case-feature .case-feature__model {
  padding: 0;
  background: none;
  isolation: auto;
  overflow: visible;
  border-radius: 0;
  margin: 8px 0 4px;
}
body.case-feature .case-feature__model::before { display: none; }
body.case-feature .case-feature__model-glow { display: none; }
body.case-feature .case-feature__model-card {
  position: relative;
  z-index: 1;
  padding: 28px 118px 26px 28px;
  border-radius: 14px;
  background: #f6f3ee;
  border: 1.5px solid #902020;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
body.case-feature .case-feature__model-mark {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100px;
  height: 100px;
  pointer-events: none;
  z-index: 0;
  opacity: .92;
}
body.case-feature .case-feature__model-top,
body.case-feature .case-feature__model-card h3,
body.case-feature .case-feature__model-card p {
  position: relative;
  z-index: 1;
}

body.case-feature .case-feature__fair-btn {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}
body.case-feature .case-feature__fair-ico {
  width: 18px;
  height: 18px;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}
@media (max-width: 700px) {
  body.case-feature .case-feature__fair-btn {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 9px 8px;
    font-size: 12.5px;
  }
  body.case-feature .case-feature__model-card {
    padding: 22px 20px 20px;
  }
  body.case-feature .case-feature__model-mark {
    width: 72px;
    height: 72px;
    top: 8px;
    right: 8px;
    opacity: .5;
  }
}

body.case-feature .case-feature__figure img,
body.case-feature .case-feature__rec-img,
body.case-feature .case-feature__rec-img img {
  border-radius: 10px;
}

/* --- Blog paper (index + posts) --- */
body.blog-index,
body.blog-feature {
  background: #f6f3ee;
  color: #1a1a1a;
}
body.blog-index .page-wrap,
body.blog-index .main,
body.blog-feature .page-wrap,
body.blog-feature .main {
  background: #f6f3ee;
  background-image: none;
  color: #1a1a1a;
}
body.blog-index h1,
body.blog-feature h1 {
  font-family: 'Newsreader', 'Times New Roman', Times, serif;
  color: #111;
}
body.blog-index .seo__tldr,
body.blog-feature .seo__tldr {
  background: #faf7f2;
  color: #1a1a1a;
  border-left-color: #902020;
}
body.blog-index .seo__block h2,
body.blog-feature .seo__block h2 {
  font-family: 'Newsreader', 'Times New Roman', Times, serif;
  color: #111;
}
body.blog-index .seo__block p,
body.blog-index .seo__block li,
body.blog-feature .seo__block p,
body.blog-feature .seo__block li {
  font-family: 'Newsreader', 'Times New Roman', Times, serif;
  font-weight: 400;
  color: #1a1a1a;
}
body.blog-index .seo__block a,
body.blog-feature .seo__block a,
body.blog-index a.blog__card,
body.blog-feature a {
  color: #902020;
}
body.blog-index .blog__date,
body.blog-feature .blog__date {
  color: #6a655e;
}
body.blog-index .blog__cover img,
body.blog-feature .blog__cover img,
body.blog-index .blog__card-thumb,
body.blog-feature .blog__card-thumb {
  border-radius: 10px;
}
body.blog-index .blog__cover figcaption,
body.blog-feature .blog__cover figcaption {
  color: #5c574f;
}
body.blog-index .blog__card {
  background: #faf7f2;
  border: 1px solid rgba(26, 26, 26, 0.14);
  border-radius: 12px;
  color: inherit;
  text-decoration: none;
}
body.blog-index .blog__card:hover { border-color: #902020; }
body.blog-index .blog__card h2 {
  color: #1a1a1a;
  font-family: 'Newsreader', 'Times New Roman', Times, serif;
}
body.blog-index .blog__card p {
  color: #3a3732;
  font-family: 'Newsreader', 'Times New Roman', Times, serif;
}
body.blog-index .blog__card,
body.blog-index .blog__card:visited {
  color: inherit;
  text-decoration: none;
}
body.blog-index .case__sources,
body.blog-feature .case__sources {
  background: transparent;
  border-color: rgba(26, 26, 26, 0.18);
  color: #5c574f;
}
body.blog-index .seo__cta p,
body.blog-feature .seo__cta p {
  color: #3a3732 !important;
}
body.blog-index .seo__cta p a,
body.blog-feature .seo__cta p a {
  color: #902020 !important;
}
body.blog-index .mini-footer,
body.blog-feature .mini-footer {
  background: #1d2228;
}

/* ===== 20260902s ===== */
/* Homepage test: paper bands on Watch a case (#series) and The Library (#library) only. */
.section.section--paper {
  background-color: #f6f3ee;
  background-image: none;
  color: #1a1a1a;
  padding-top: 112px;
  padding-bottom: 112px;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}
.section--paper h2,
.section--paper .audio__heading,
.section--paper .showcase__title,
.section--paper .lib__card h3 {
  color: #1a1a1a;
}
.section--paper p,
.section--paper .showcase__intro,
.section--paper .showcase__desc,
.section--paper .audio__subheading,
.section--paper .lib__card p {
  color: #3a3732;
}
.section--paper a {
  color: #902020;
}
.section--paper a.showcase__card {
  display: block;
  color: inherit;
  text-decoration: none;
}
.section--paper a.showcase__card:hover {
  color: inherit;
}
.section--paper .lib__all a {
  color: #902020;
}
.section--paper .lib__all a:hover {
  color: #e06400;
}

/* Cards: paper, not black glass */
.section--paper .showcase__card {
  background: #faf7f2;
  border: 1px solid #902020;
  box-shadow: none;
}
.section--paper .showcase__card:hover {
  border-color: #e06400;
  transform: translateY(-4px);
}
.section--paper .showcase__phone {
  background: #efeae3;
  border-radius: 12px;
}
.section--paper .showcase__phone img,
.section--paper .showcase__phone video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.section--paper .lib__card {
  background: #faf7f2;
  border: 1px solid rgba(26, 26, 26, 0.18);
  box-shadow: none;
}
.section--paper .lib__card:hover {
  border-color: #902020;
  box-shadow: 0 12px 28px rgba(26, 26, 26, 0.08);
}
.section--paper .lib__img img {
  border-radius: 10px 10px 0 0;
}

/* Load-more + vault fade must match cream, not #1d2228 */
.section--paper .lib__fade {
  background: linear-gradient(to bottom, rgba(246, 243, 238, 0) 0%, rgba(246, 243, 238, 0.78) 48%, #f6f3ee 100%);
}
.section--paper .btn,
.section--paper .btn.btn--slim,
.section--paper .js-load-more {
  color: #902020;
  border-color: #902020;
  background: transparent;
}
.section--paper .btn:hover,
.section--paper .btn.btn--slim:hover,
.section--paper .js-load-more:hover {
  color: #e06400;
  border-color: #e06400;
}

/* Decorative dark shine would stain the cream band */
.section--paper .audio__shine-wrap {
  display: none;
}

@media (max-width: 767px) {
  .section.section--paper {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

/* ===== 20260902t ===== */
/* Visual test: Watch a case cards with no outline. Paper band #f6f3ee stays. */
#series.section--paper .showcase__card,
.section--paper .showcase__card {
  border: none;
  box-shadow: none;
}
#series.section--paper .showcase__card:hover,
.section--paper .showcase__card:hover {
  border: none;
  box-shadow: none;
}
