/* ============================================================
   Watch Order — /watch-order (index, .wi-*) and
                 /watch-order/{slug} (the route, .wr-*)
   Loaded by templates/layout.php for bodyClass ~ "lh-wo-".

   Self-contained editorial "ink" styling: white card + hard
   offset shadow, Fraunces display, Barlow Condensed eyebrows,
   DM Mono meta. Every rule is scoped under the body class so it
   cannot leak into the older .wo-box widget on /title/{slug}.
   ============================================================ */

body.lh-wo-home,
body.lh-wo-detail {
    --wo-ink:    #15171c;
    --wo-red:    #ca2128;
    --wo-red-d:  #a81a20;
    --wo-gold:   #fdc949;
    --wo-paper:  #f5f5f9;
    --wo-line:   #e3e3ea;
    --wo-mute:   #565d68;
    --wo-mute2:  #9aa0ab;
    --wo-body:   #20242b;
    --wo-body2:  #3b414b;
    --wo-green:  #2f8f5b;
    background: var(--wo-paper);
    color: var(--wo-body);
    font-family: 'Urbanist', system-ui, sans-serif;
}

/* shared primitives ---------------------------------------- */
.wi-wrap, .wr-wrap { max-width: 1240px; margin: 0 auto; padding: 0 40px; }
.wi-eyebrow, .wr-eyebrow {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700; font-size: 14px; letter-spacing: .14em;
    text-transform: uppercase; color: var(--wo-red);
}
.wi-mono, .wr-mono { font-family: 'DM Mono', monospace; }
.wi-h2, .wr-h2 {
    font-family: 'Fraunces', serif; font-weight: 900;
    font-size: clamp(30px, 3.8vw, 46px); line-height: 1.04;
    letter-spacing: -.02em; color: var(--wo-ink); margin: 0 0 10px;
}
.wi-h2 em, .wr-h2 em, .wi-em { font-style: italic; color: var(--wo-gold); }
.wi-h2 .red, .wr-h2 .red { font-style: italic; color: var(--wo-red); }

.wo-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    font-family: 'Urbanist', sans-serif; font-weight: 700; font-size: 16px;
    text-decoration: none; padding: 15px 26px; border-radius: 999px;
    border: 1.5px solid transparent; cursor: pointer;
    transition: transform 120ms cubic-bezier(.16,1,.3,1), background 120ms, color 120ms;
}
.wo-btn-red { background: var(--wo-red); color: #fffdf8; box-shadow: 0 10px 26px rgba(202,33,40,.4); }
.wo-btn-red:hover { background: var(--wo-red-d); color: #fffdf8; transform: translateY(-2px); }
.wo-btn-ink { background: var(--wo-ink); color: #fff; }
.wo-btn-ink:hover { color: var(--wo-gold); transform: translateY(-2px); }
.wo-btn-gold { background: var(--wo-gold); color: var(--wo-ink); border-color: var(--wo-gold); }
.wo-btn-gold:hover { background: #fed970; color: var(--wo-ink); transform: translateY(-1px); }
.wo-btn-ondark { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.28); }
.wo-btn-ondark:hover { background: rgba(255,255,255,.18); color: #fff; }
.wo-btn.is-on { background: var(--wo-gold); color: var(--wo-ink); border-color: var(--wo-gold); }

/* the signature ink panel: 2px border + hard gold shadow */
.wo-panel {
    background: #fff; border: 2px solid var(--wo-ink); border-radius: 14px;
    box-shadow: 8px 8px 0 var(--wo-gold); padding: 24px 26px 22px;
}
.wo-card {
    background: #fff; border: 1px solid var(--wo-line); border-radius: 20px;
    box-shadow: 0 2px 14px rgba(21,23,40,.06);
}

/* chips ----------------------------------------------------- */
.wo-chip {
    display: inline-block; font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700; font-size: 12px; letter-spacing: .14em;
    text-transform: uppercase; border-radius: 999px; padding: 3px 10px;
    background: #fff; color: var(--wo-mute); border: 1px solid #d8d8e2;
}
.wo-chip-ink   { background: var(--wo-ink);  color: var(--wo-gold); border-color: var(--wo-ink); }
.wo-chip-red   { background: #f6e3e4;        color: var(--wo-red);  border-color: #f6e3e4; }
.wo-chip-gold  { background: var(--wo-gold); color: var(--wo-ink);  border-color: var(--wo-gold); }
.wo-chip-solid { background: var(--wo-red);  color: #fff;           border-color: var(--wo-red); }
.wo-chip-warn  { background: #fdf1d3;        color: #8a6410;        border-color: #fdf1d3; }
.wo-chip-quiet { background: var(--wo-paper); color: var(--wo-mute2); border-color: var(--wo-line); }

.wo-dot {
    width: 7px; height: 7px; border-radius: 50%; background: var(--wo-green);
    animation: wo-pulse 2.2s infinite; flex: 0 0 auto;
}
@keyframes wo-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(47,143,91,.55); }
    70%  { box-shadow: 0 0 0 7px rgba(47,143,91,0); }
    100% { box-shadow: 0 0 0 0 rgba(47,143,91,0); }
}

/* ============================================================
   INDEX — /watch-order
   ============================================================ */
.wi-hero { position: relative; overflow: hidden; background-color: var(--wo-ink); }
.wi-hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.wi-hero::after,
.wi-hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; }
.wi-hero::before { background: linear-gradient(90deg, #0f1114 8%, rgba(15,17,20,.9) 46%, rgba(15,17,20,.35) 100%); }
.wi-hero::after  { background: linear-gradient(180deg, rgba(15,17,20,.92), rgba(15,17,20,.55) 45%, rgba(15,17,20,.88)); }
.wi-hero-inner {
    position: relative; z-index: 4; display: grid;
    grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr);
    gap: 56px; align-items: end; padding-top: 92px; padding-bottom: 120px;
}
.wi-hero-copy { max-width: 620px; }
.wi-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.wi-kicker span:last-child {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 14px;
    letter-spacing: .14em; text-transform: uppercase; color: var(--wo-gold);
}
.wi-h1 {
    font-family: 'Fraunces', serif; font-weight: 900;
    font-size: clamp(44px, 5.6vw, 72px); line-height: .96; letter-spacing: -.02em;
    color: #fff; margin: 0 0 22px;
}
.wi-h1 em { font-style: italic; color: var(--wo-gold); }
.wi-lede {
    font-size: 19px; line-height: 1.55; color: rgba(255,255,255,.82);
    margin: 0 0 32px; max-width: 530px; text-wrap: pretty;
}
.wi-lede b { color: var(--wo-gold); font-weight: 600; }
.wi-search {
    display: flex; align-items: center; gap: 10px; max-width: 520px;
    background: rgba(255,255,255,.09); border: 1.5px solid rgba(255,255,255,.22);
    border-radius: 999px; padding: 6px 6px 6px 18px;
}
.wi-search input {
    flex: 1; min-width: 0; background: transparent; border: 0; outline: 0; color: #fff;
    font-family: 'Urbanist', sans-serif; font-size: 16px; font-weight: 500; padding: 10px 0;
}
.wi-search > svg { flex: 0 0 auto; }
.wi-search input::placeholder { color: rgba(255,255,255,.5); }
.wi-search .wo-btn { font-size: 15px; padding: 11px 20px; box-shadow: none; }
/* The arrow is the mobile-only face of the submit button (see the mobile block). */
.wi-search-go-ico { display: none; }

/* Jump-to-letter: the A-Z button row is desktop; the <select> is mobile. */
.wi-alpha-pick { display: none; }
.wi-hero-stats { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; margin-top: 28px; }
.wi-hero-stats span { font-family: 'DM Mono', monospace; font-size: 14px; color: rgba(255,255,255,.82); }
.wi-hero-stats i { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.4); }

.wi-start { justify-self: end; width: 100%; max-width: 400px; }
.wi-start-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.wi-start-head .wi-mono { font-size: 13px; color: var(--wo-mute2); }
.wi-start-row {
    display: flex; align-items: center; gap: 14px; text-decoration: none;
    padding-bottom: 12px; margin-bottom: 12px; border-bottom: 1px solid var(--wo-line);
}
.wi-start-row:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.wi-start-row:hover { opacity: .72; }
.wi-start-n {
    font-family: 'DM Mono', monospace; font-size: 13px; font-weight: 500;
    background: var(--wo-gold); color: var(--wo-ink); border-radius: 999px; padding: 3px 10px;
}
.wi-start-name { flex: 1; font-size: 16px; font-weight: 700; color: var(--wo-ink); }
.wi-start-count { font-family: 'DM Mono', monospace; font-size: 13px; color: var(--wo-mute); }

/* spotlight rail ------------------------------------------- */
.wi-spot { background: var(--wo-paper); padding: 8px 0 96px; }
.wi-spot-head {
    display: flex; align-items: flex-end; justify-content: space-between;
    gap: 32px; flex-wrap: wrap; padding-bottom: 34px;
}
.wi-spot-head p { font-size: 17px; line-height: 1.6; color: var(--wo-mute); margin: 0; max-width: 560px; text-wrap: pretty; }
.wi-rail { overflow-x: auto; padding: 10px 0 26px; scrollbar-width: thin; }
.wi-rail::-webkit-scrollbar { height: 8px; }
.wi-rail::-webkit-scrollbar-thumb { background: #d8d8e2; border-radius: 999px; }
.wi-rail-track { display: flex; align-items: stretch; padding: 0 40px; min-width: min-content; }
.wi-stop { position: relative; display: flex; flex-direction: column; width: 240px; flex: 0 0 240px; padding-right: 26px; }
.wi-stop-line { position: absolute; top: 16px; left: 0; right: 0; height: 3px; background: var(--wo-red); }
.wi-stop:first-child .wi-stop-line { left: 14px; }
.wi-stop:last-child .wi-stop-line { right: 50%; }
.wi-stop-n {
    position: relative; display: inline-block; align-self: flex-start; margin-bottom: 20px;
    font-family: 'DM Mono', monospace; font-size: 13px; font-weight: 500;
    background: var(--wo-gold); color: var(--wo-ink); border-radius: 999px;
    padding: 4px 11px; box-shadow: 0 0 0 5px var(--wo-paper);
}
.wi-stop-n.is-more { background: var(--wo-red); color: #fff; }
.wi-stop-card {
    display: flex; flex-direction: column; flex: 1; text-decoration: none; background: #fff;
    border: 1px solid var(--wo-line);
    border-radius: 14px; box-shadow: 0 2px 14px rgba(21,23,40,.06); overflow: hidden;
    transition: transform 200ms cubic-bezier(.16,1,.3,1), box-shadow 200ms;
}
.wi-stop-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(21,23,40,.14); }
.wi-stop:first-child .wi-stop-card { border: 2px solid var(--wo-ink); box-shadow: 4px 4px 0 var(--wo-ink); }
.wi-stop:first-child .wi-stop-card:hover { transform: translate(-2px,-2px); box-shadow: 6px 6px 0 var(--wo-ink); }
.wi-stop-art {
    display: block; width: 138px; height: 207px; object-fit: cover; margin: 16px auto 0;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--wo-gold), var(--wo-red));
}
.wi-stop-body { padding: 16px 18px 18px; }
.wi-stop-body h3 {
    font-family: 'Urbanist', sans-serif; font-weight: 800; font-size: 19px;
    line-height: 1.2; color: var(--wo-ink); margin: 10px 0 8px;
}
.wi-stop-body p { font-size: 14px; line-height: 1.55; color: var(--wo-mute); margin: 0; }
.wi-stop-more {
    display: flex; flex-direction: column; justify-content: center; text-decoration: none;
    flex: 1; min-height: 230px; background: #ececf3;
    border: 1.5px dashed #b9b9c6; border-radius: 14px; padding: 24px; transition: background 120ms;
}
.wi-stop-more:hover { background: var(--wo-line); }
.wi-stop-more b { font-family: 'Fraunces', serif; font-weight: 900; font-size: 34px; line-height: 1; color: var(--wo-ink); margin-bottom: 10px; }
.wi-stop-more span { font-size: 15px; font-weight: 600; color: var(--wo-mute); }

/* editorial index ------------------------------------------ */
.wi-index { background: #fff; border-top: 1px solid var(--wo-line); padding: 88px 0 96px; }
.wi-index-head {
    display: flex; align-items: flex-end; justify-content: space-between;
    gap: 28px; flex-wrap: wrap; margin-bottom: 16px;
}
.wi-index-tools { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.wi-sort { position: relative; }
.wi-sort-btn {
    display: inline-flex; align-items: center; gap: 10px; height: 46px; padding: 0 18px;
    background: #fff; border: 1.5px solid var(--wo-line); border-radius: 999px; cursor: pointer;
    font-family: 'Urbanist', sans-serif; font-weight: 700; font-size: 15px; color: var(--wo-ink);
    transition: border-color 120ms;
}
.wi-sort-btn:hover { border-color: var(--wo-ink); }
.wi-sort-btn small {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 12.5px;
    letter-spacing: .14em; text-transform: uppercase; color: var(--wo-mute2);
}
.wi-sort-menu {
    position: absolute; top: 54px; right: 0; z-index: 30; min-width: 278px; background: #fff;
    border: 1px solid var(--wo-line); border-radius: 16px;
    box-shadow: 0 20px 46px rgba(21,23,40,.18); padding: 8px;
}
.wi-sort:not(.is-open) .wi-sort-menu { display: none; }
.wi-sort-menu a {
    display: flex; align-items: center; justify-content: space-between; gap: 14px;
    padding: 11px 13px; border-radius: 11px; text-decoration: none;
    font-weight: 600; font-size: 14.5px; color: var(--wo-mute);
}
.wi-sort-menu a:hover { background: var(--wo-paper); color: var(--wo-ink); }
.wi-sort-menu a.is-on { background: var(--wo-paper); color: var(--wo-ink); font-weight: 700; }
.wi-sort-menu a span { color: var(--wo-red); opacity: 0; }
.wi-sort-menu a.is-on span { opacity: 1; }
.wi-jump {
    display: inline-flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 700;
    color: var(--wo-ink); text-decoration: none;
    border-bottom: 2px solid var(--wo-gold); padding-bottom: 4px;
}
.wi-jump:hover { color: var(--wo-red); }

.wi-row {
    display: grid; grid-template-columns: 96px 220px minmax(0,1fr) auto; gap: 32px;
    align-items: center; padding: 30px 0; border-top: 1px solid var(--wo-line);
    text-decoration: none; transition: background 120ms;
}
.wi-row:last-child { border-bottom: 1px solid var(--wo-line); }
.wi-row:hover { background: #faf9fd; }
.wi-row-n { font-family: 'Fraunces', serif; font-weight: 900; font-size: 60px; line-height: 1; color: var(--wo-line); }
/* height:auto is load-bearing: render() stamps width/height attributes on every
   bare <img> (img_reserve_space), and a definite height attribute makes the box
   1080px tall and silently discards aspect-ratio. Author height:auto restores it. */
.wi-row-art {
    display: block; width: 100%; height: auto; aspect-ratio: 16/9; object-fit: cover;
    border-radius: 14px;
    border: 1px solid var(--wo-line); background: linear-gradient(135deg, var(--wo-gold), var(--wo-red));
}
.wi-row-badge-m { display: none; }
.wi-row-title-line { display: flex; align-items: center; gap: 12px; margin-bottom: 9px; flex-wrap: wrap; }
.wi-row h3 {
    font-family: 'Fraunces', serif; font-weight: 800; font-size: 28px; line-height: 1.1;
    letter-spacing: -.01em; color: var(--wo-ink); margin: 0;
}
.wi-row p { font-size: 16px; line-height: 1.6; color: var(--wo-mute); margin: 0 0 12px; max-width: 620px; text-wrap: pretty; }
.wi-row-meta {
    display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
    font-family: 'DM Mono', monospace; font-size: 13px; color: var(--wo-mute2);
}
.wi-row-meta .airing { color: var(--wo-green); }
.wi-row-go {
    display: inline-flex; align-items: center; justify-content: center; width: 52px; height: 52px;
    border-radius: 999px; background: var(--wo-paper); color: var(--wo-ink); border: 1px solid var(--wo-line);
}
.wi-row:first-of-type .wi-row-go { background: var(--wo-red); color: #fff; border-color: var(--wo-red); box-shadow: 0 6px 18px rgba(202,33,40,.32); }

/* directory ------------------------------------------------- */
.wi-dir { background: var(--wo-paper); border-top: 1px solid var(--wo-line); padding: 80px 0 96px; }
.wi-dir-head {
    display: flex; align-items: flex-end; justify-content: space-between;
    gap: 28px; flex-wrap: wrap; margin-bottom: 26px;
}
.wi-dir-head p { font-size: 17px; line-height: 1.6; color: var(--wo-mute); margin: 0; }
.wi-count {
    font-family: 'DM Mono', monospace; font-size: 13px; background: #fff;
    border: 1px solid var(--wo-line); color: var(--wo-mute); border-radius: 999px; padding: 9px 16px;
}
.wi-bar {
    position: sticky; top: 0; z-index: 20; background: rgba(245,245,249,.9);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    padding: 14px 0 16px; margin-bottom: 8px; border-bottom: 1px solid var(--wo-line);
}
.wi-bar-row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.wi-filter {
    display: flex; align-items: center; gap: 10px; flex: 1; min-width: 260px; background: #fff;
    border: 1.5px solid var(--wo-line); border-radius: 999px; padding: 0 18px;
}
.wi-filter input {
    flex: 1; min-width: 0; background: transparent; border: 0; outline: 0;
    font-family: 'Urbanist', sans-serif; font-size: 16px; font-weight: 500;
    color: var(--wo-ink); padding: 13px 0;
}
.wi-tags { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.wi-tag {
    font-family: 'DM Mono', monospace; font-size: 13px; background: #fff; color: var(--wo-mute);
    border: 1px solid var(--wo-line); border-radius: 999px; padding: 9px 15px; cursor: pointer;
}
.wi-tag { flex: 0 0 auto; white-space: nowrap; }
.wi-tag:hover { background: #ececf3; }
.wi-tag.is-on { background: var(--wo-ink); color: #fff; border-color: var(--wo-ink); }
.wi-alpha { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; margin-top: 12px; }
.wi-alpha b {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px;
    letter-spacing: .14em; text-transform: uppercase; color: var(--wo-mute2); margin-right: 8px;
}
.wi-alpha button {
    font-family: 'DM Mono', monospace; font-size: 13px; color: var(--wo-ink);
    background: none; border: 0; cursor: pointer; padding: 5px 9px; border-radius: 8px;
}
.wi-alpha button { flex: 0 0 auto; }
.wi-alpha button:hover, .wi-alpha button.is-on { background: var(--wo-gold); }
.wi-alpha .is-empty { font-family: 'DM Mono', monospace; font-size: 13px; color: #c3c3ce; padding: 5px 9px; }

.wi-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(172px, 1fr)); gap: 14px; padding-top: 26px; }
.wi-poster { display: block; text-decoration: none; }
.wi-poster-shade, .wi-callout, .wi-poster-n { display: block; }
.wi-poster-art {
    display: block; position: relative; aspect-ratio: 2/3; border-radius: 14px; overflow: hidden;
    border: 1px solid var(--wo-line); box-shadow: 0 2px 14px rgba(21,23,40,.06);
    background: linear-gradient(135deg, var(--wo-gold), var(--wo-red));
    transition: transform 200ms cubic-bezier(.16,1,.3,1), box-shadow 200ms;
}
.wi-poster:hover .wi-poster-art { transform: translateY(-5px); box-shadow: 0 18px 36px rgba(21,23,40,.22); }
.wi-poster-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.wi-poster-shade { position: absolute; inset: 0; background: linear-gradient(150deg, rgba(21,23,40,.26), rgba(21,23,40,.06) 45%, rgba(21,23,40,.34)); }
.wi-poster-n {
    position: absolute; top: 9px; left: 9px; z-index: 3; font-family: 'DM Mono', monospace;
    font-size: 11.5px; background: var(--wo-gold); color: var(--wo-ink); border-radius: 999px; padding: 3px 9px;
}
.wi-callout {
    position: absolute; left: 8px; right: 8px; bottom: 8px; z-index: 4; padding: 9px 11px;
    border-radius: 10px; background: rgba(21,23,28,.92); box-shadow: 0 6px 18px rgba(21,23,40,.35);
    pointer-events: none; opacity: 0; transform: translateY(6px);
    transition: opacity 120ms, transform 200ms cubic-bezier(.16,1,.3,1);
}
.wi-poster:hover .wi-callout, .wi-poster:focus-visible .wi-callout { opacity: 1; transform: translateY(0); }
.wi-callout b { display: block; font-weight: 700; font-size: 13.5px; line-height: 1.2; color: #fff; text-wrap: pretty; }
.wi-callout span { display: block; font-family: 'DM Mono', monospace; font-size: 11px; color: var(--wo-gold); margin-top: 3px; }
.wi-poster.is-hidden, .wi-poster.is-past-fold { display: none; }
.wi-dir-foot { margin-top: 38px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 14px; }
.wi-dir-foot .wi-mono { font-size: 13px; color: var(--wo-mute2); }
.wi-dir-foot a.req { color: var(--wo-red); font-weight: 600; }
.wi-noresults { padding: 40px 0; text-align: center; color: var(--wo-mute); font-size: 16px; }

/* method + CTA --------------------------------------------- */
.wi-method { background: #fff; border-top: 1px solid var(--wo-line); padding: 84px 0 90px; }
.wi-method-head { max-width: 620px; margin-bottom: 44px; }
.wi-method-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.wi-method-card { padding: 28px 26px 30px; transition: transform 200ms cubic-bezier(.16,1,.3,1), box-shadow 200ms; }
.wi-method-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(21,23,40,.12); }
.wi-method-ico {
    display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px;
    border-radius: 11px; margin-bottom: 18px; background: #f6e3e4; color: var(--wo-red);
}
.wi-method-ico.gold  { background: #fdf1d3; color: #8a6410; }
.wi-method-ico.green { background: #dcefe4; color: var(--wo-green); }
.wi-method-card h3 { font-weight: 800; font-size: 21px; line-height: 1.25; color: var(--wo-ink); margin: 0 0 10px; }
.wi-method-card p { font-size: 15px; line-height: 1.6; color: var(--wo-mute); margin: 0; text-wrap: pretty; }

.wo-cta { position: relative; background: var(--wo-ink); padding: 92px 40px 96px; overflow: hidden; }
.wo-cta::before {
    content: ''; position: absolute; top: -120px; left: 50%; transform: translateX(-50%);
    width: 620px; height: 620px; border-radius: 50%; pointer-events: none;
    background: radial-gradient(circle, rgba(253,201,73,.14), rgba(253,201,73,0) 68%);
}
.wo-cta-inner { position: relative; max-width: 760px; margin: 0 auto; text-align: center; }
.wo-cta h2 {
    font-family: 'Fraunces', serif; font-weight: 900; font-size: clamp(34px, 5vw, 58px);
    line-height: 1; letter-spacing: -.02em; color: #fff; margin: 0 0 18px;
}
.wo-cta h2 em { font-style: italic; color: var(--wo-gold); }
.wo-cta p { font-size: 18px; line-height: 1.55; color: rgba(255,255,255,.78); margin: 0 0 32px; }

/* ============================================================
   ROUTE — /watch-order/{slug}
   ============================================================ */
.wr-hero { position: relative; overflow: hidden; background-color: var(--wo-ink); }
.wr-hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.wr-hero::before, .wr-hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; }
.wr-hero::before { background: linear-gradient(90deg, #0f1114 6%, rgba(15,17,20,.92) 44%, rgba(15,17,20,.42) 100%); }
.wr-hero::after  { background: linear-gradient(180deg, rgba(15,17,20,.72), rgba(15,17,20,.34) 40%, rgba(15,17,20,.86)); }
.wr-hero-inner { position: relative; z-index: 4; padding-top: 26px; padding-bottom: 76px; }
.wr-crumbs { display: flex; align-items: center; gap: 16px; margin-bottom: 44px; flex-wrap: wrap; }
.wr-crumbs a { display: inline-flex; align-items: center; gap: 8px; font-size: 14.5px; font-weight: 700; color: rgba(255,255,255,.78); text-decoration: none; }
.wr-crumbs a:hover { color: var(--wo-gold); }
.wr-crumbs i { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.34); }
.wr-crumbs b {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 14px;
    letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.7);
}
.wr-hero-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); gap: 56px; align-items: end; }
.wr-hero-copy { max-width: 660px; }
.wr-kicker { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.wr-kicker span:last-child {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 14px;
    letter-spacing: .14em; text-transform: uppercase; color: var(--wo-gold);
}
.wr-h1 {
    font-family: 'Fraunces', serif; font-weight: 900; font-size: clamp(46px, 7vw, 96px);
    line-height: .92; letter-spacing: -.03em; color: #fff; margin: 0 0 20px;
}
.wr-h1 em { font-style: italic; color: var(--wo-gold); }
.wr-tagline {
    font-family: 'Fraunces', serif; font-style: italic; font-weight: 600;
    font-size: clamp(20px, 2.3vw, 27px); line-height: 1.34; color: rgba(255,255,255,.9);
    margin: 0 0 30px; max-width: 560px; text-wrap: pretty;
}
.wr-hero-cta { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.wr-stats { justify-self: end; width: 100%; max-width: 392px; }
.wr-stats-head { margin-bottom: 16px; }
.wr-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 14px; }
.wr-stat b { display: block; font-family: 'Fraunces', serif; font-weight: 900; font-size: 34px; line-height: 1; color: var(--wo-ink); }
.wr-stat.red b { color: var(--wo-red); }
.wr-stat span { display: block; font-family: 'DM Mono', monospace; font-size: 12.5px; color: var(--wo-mute); margin-top: 4px; }
.wr-guard { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--wo-line); display: flex; align-items: center; gap: 10px; }
.wr-guard i {
    display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px;
    border-radius: 999px; background: #f6e3e4; color: var(--wo-red); flex: 0 0 auto;
}
.wr-guard span { font-size: 14px; font-weight: 600; color: var(--wo-mute); line-height: 1.4; }

/* sticky route bar ----------------------------------------- */
.wr-bar {
    position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,.9);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--wo-line);
}
.wr-bar-inner { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; padding-top: 14px; padding-bottom: 14px; }
.wr-prog { display: flex; align-items: center; gap: 14px; flex: 1; min-width: 280px; }
.wr-prog > b {
    font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px;
    letter-spacing: .14em; text-transform: uppercase; color: var(--wo-mute2); flex: 0 0 auto;
}
.wr-prog-track { flex: 1; min-width: 120px; height: 6px; border-radius: 999px; background: var(--wo-line); overflow: hidden; }
.wr-prog-fill { display: block; height: 100%; border-radius: 999px; background: var(--wo-red); transition: width 200ms cubic-bezier(.16,1,.3,1); }
.wr-prog-label { font-family: 'DM Mono', monospace; font-size: 13px; color: var(--wo-ink); flex: 0 0 auto; }
.wr-modes { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.wr-tabs { display: flex; align-items: center; gap: 4px; background: var(--wo-paper); border: 1px solid var(--wo-line); border-radius: 999px; padding: 4px; }
.wr-tab {
    height: 34px; padding: 0 16px; border: 0; cursor: pointer; border-radius: 999px;
    font-family: 'Urbanist', sans-serif; font-weight: 700; font-size: 13.5px; white-space: nowrap;
    background: transparent; color: var(--wo-mute); transition: background 120ms, color 120ms;
}
.wr-tab.is-on { background: var(--wo-ink); color: #fff; }
.wr-reset {
    display: inline-flex; align-items: center; gap: 7px; height: 38px; padding: 0 14px;
    background: transparent; border: 0; cursor: pointer; border-radius: 999px;
    font-family: 'Urbanist', sans-serif; font-weight: 700; font-size: 14px; color: var(--wo-mute2);
}
.wr-reset:hover { color: var(--wo-red); background: var(--wo-paper); }

/* editorial body ------------------------------------------- */
.wr-body { background: var(--wo-paper); padding: 64px 0 20px; }
.wr-cols { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 64px; align-items: start; }
.wr-main { min-width: 0; }
.wr-byline { display: flex; align-items: center; gap: 14px; margin-bottom: 30px; }
.wr-byline i {
    display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px;
    border-radius: 999px; background: var(--wo-ink); color: var(--wo-gold);
    font-family: 'Fraunces', serif; font-style: normal; font-weight: 900; font-size: 17px;
}
.wr-byline b { display: block; font-size: 15px; font-weight: 700; color: var(--wo-ink); }
.wr-byline span { display: block; font-family: 'DM Mono', monospace; font-size: 12.5px; color: var(--wo-mute2); }
.wr-lede { font-size: 20px; line-height: 1.66; color: var(--wo-body); margin: 0 0 22px; max-width: 660px; text-wrap: pretty; }
.wr-prose p { font-size: 18px; line-height: 1.72; color: var(--wo-body2); margin: 0 0 26px; max-width: 660px; text-wrap: pretty; }

.wr-route { margin-top: 56px; scroll-margin-top: 150px; }
.wr-era { scroll-margin-top: 150px; padding-top: 14px; }
.wr-era + .wr-era { padding-top: 58px; }
.wr-era-head {
    display: flex; align-items: flex-end; justify-content: space-between; gap: 20px;
    flex-wrap: wrap; padding-bottom: 18px; border-bottom: 3px solid var(--wo-ink);
}
.wr-era-head > div { max-width: 520px; }
.wr-era-head .wr-eyebrow { display: block; margin-bottom: 8px; }
.wr-era-head h2 {
    font-family: 'Fraunces', serif; font-weight: 900; font-size: clamp(30px, 3.6vw, 42px);
    line-height: 1.02; letter-spacing: -.02em; color: var(--wo-ink); margin: 0;
}
.wr-era-count {
    font-family: 'DM Mono', monospace; font-size: 13px; background: #fff;
    border: 1px solid var(--wo-line); color: var(--wo-mute); border-radius: 999px;
    padding: 8px 14px; white-space: nowrap;
}

.wr-step {
    display: grid; grid-template-columns: 56px 88px minmax(0,1fr) 92px; gap: 20px;
    align-items: start; padding: 24px 12px 24px 0; border-bottom: 1px solid var(--wo-line);
    border-radius: 14px; transition: background 120ms;
}
.wr-step:hover { background: #fff; }
.wr-step-n { font-family: 'Fraunces', serif; font-weight: 900; font-size: 38px; line-height: 1; letter-spacing: -.03em; padding-top: 2px; color: #d3d3de; }
.wr-step.is-done .wr-step-n { color: var(--wo-red); }
.wr-step-art {
    position: relative; display: block; aspect-ratio: 2/3; border-radius: 12px; overflow: hidden;
    border: 1px solid var(--wo-line); box-shadow: 0 2px 14px rgba(21,23,40,.06);
    background: linear-gradient(135deg, var(--wo-gold), var(--wo-red));
    transition: transform 200ms cubic-bezier(.16,1,.3,1), box-shadow 200ms;
}
.wr-step:hover .wr-step-art { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(21,23,40,.18); }
.wr-step-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.wr-step-tags { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-bottom: 9px; }
.wr-step-tags .wr-mono { font-size: 12.5px; color: var(--wo-mute2); }
.wr-step-title {
    display: block; font-family: 'Fraunces', serif; font-weight: 800; font-size: 23px;
    line-height: 1.16; letter-spacing: -.01em; color: var(--wo-ink);
    margin: 0 0 9px; text-decoration: none; text-wrap: pretty;
}
.wr-step-title:hover { color: var(--wo-red); }
.wr-step-note { font-size: 16px; line-height: 1.62; color: var(--wo-body2); margin: 0; max-width: 560px; text-wrap: pretty; }
.wr-step.is-masked .wr-step-note { filter: blur(5px); user-select: none; }
.wr-step:not(.is-masked) .wr-reveal { display: none; }
.wr-reveal {
    margin-top: 10px; display: inline-flex; align-items: center; gap: 7px; background: var(--wo-ink);
    color: var(--wo-gold); border: 0; cursor: pointer; font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase;
    padding: 7px 14px; border-radius: 999px;
}
.wr-why-btn {
    margin-top: 12px; display: inline-flex; align-items: center; gap: 8px; background: transparent;
    border: 1.5px solid #d8d8e2; cursor: pointer; font-family: 'Urbanist', sans-serif;
    font-weight: 700; font-size: 14px; color: var(--wo-ink); padding: 8px 15px;
    border-radius: 999px; transition: border-color 120ms;
}
.wr-why-btn[aria-expanded="true"] { border-color: var(--wo-ink); }
.wr-why-btn i { font-style: normal; font-size: 11px; color: var(--wo-mute2); transition: transform 200ms cubic-bezier(.16,1,.3,1); }
.wr-why-btn[aria-expanded="true"] i { transform: rotate(180deg); }
.wr-why {
    margin-top: 12px; background: #fffaf0; border: 2px solid var(--wo-ink); border-radius: 14px;
    box-shadow: 4px 4px 0 var(--wo-gold); padding: 16px 18px; max-width: 560px;
}
.wr-why b {
    display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 12.5px;
    letter-spacing: .14em; text-transform: uppercase; color: #8a6410; margin-bottom: 6px;
}
.wr-why p { font-size: 15.5px; line-height: 1.62; color: var(--wo-body2); margin: 0; text-wrap: pretty; }
.wr-log { display: flex; flex-direction: column; align-items: center; gap: 7px; }
.wr-log-inline { display: none; }
.wr-log button, .wr-log a {
    display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px;
    border-radius: 999px; cursor: pointer; background: #fff; border: 1.5px solid #d8d8e2; color: #c3c3ce;
    transition: transform 120ms, background 120ms, border-color 120ms, color 120ms;
}
.wr-log button:hover, .wr-log a:hover { border-color: var(--wo-red); color: var(--wo-red); }
.wr-step.is-done .wr-log button { background: var(--wo-red); border-color: var(--wo-red); color: #fff; box-shadow: 0 6px 16px rgba(202,33,40,.3); }
.wr-log > span { font-family: 'DM Mono', monospace; font-size: 11.5px; color: var(--wo-mute2); }
.wr-step.is-done .wr-log > span { color: var(--wo-red); }

/* canon-only mode + empty era */
.wr-route.is-canon .wr-step:not(.tier-essential) { display: none; }
.wr-route.is-canon .wr-era.is-empty { display: none; }

.wr-finish {
    margin-top: 44px; background: var(--wo-ink); border-radius: 20px; padding: 38px 36px;
    display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap;
}
.wr-finish > div { max-width: 460px; }
.wr-finish .wr-eyebrow { display: block; color: var(--wo-gold); margin-bottom: 10px; }
.wr-finish h3 {
    font-family: 'Fraunces', serif; font-weight: 900; font-size: 30px; line-height: 1.06;
    letter-spacing: -.02em; color: #fff; margin: 0 0 10px;
}
.wr-finish h3 em { font-style: italic; color: var(--wo-gold); }
.wr-finish p { font-size: 16px; line-height: 1.6; color: rgba(255,255,255,.78); margin: 0; }

/* sticky rail ---------------------------------------------- */
.wr-rail { position: sticky; top: 150px; align-self: start; display: flex; flex-direction: column; gap: 18px; }
.wr-rail-card { padding: 22px 22px 20px; }
.wr-rail-card > b {
    display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13.5px;
    letter-spacing: .14em; text-transform: uppercase; color: var(--wo-mute2); margin-bottom: 16px;
}
.wr-glance a {
    display: flex; align-items: baseline; gap: 12px; text-decoration: none;
    padding: 11px 0; border-bottom: 1px solid var(--wo-line);
}
.wr-glance a:last-child { border-bottom: 0; }
.wr-glance a:hover { opacity: .7; }
.wr-glance i { font-style: normal; font-family: 'DM Mono', monospace; font-size: 12px; color: var(--wo-red); width: 26px; flex: 0 0 auto; }
.wr-glance b { flex: 1; font-size: 15.5px; font-weight: 700; color: var(--wo-ink); }
.wr-glance span { font-family: 'DM Mono', monospace; font-size: 12px; color: var(--wo-mute2); }
.wr-skip { background: var(--wo-ink); border-radius: 20px; padding: 22px 22px 20px; }
.wr-skip > b {
    display: block; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13.5px;
    letter-spacing: .14em; text-transform: uppercase; color: var(--wo-gold); margin-bottom: 12px;
}
.wr-skip p { font-size: 15px; line-height: 1.58; color: rgba(255,255,255,.8); margin: 0 0 16px; text-wrap: pretty; }
.wr-skip .wo-btn { width: 100%; font-size: 15px; padding: 12px 18px; }
.wr-next a { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-bottom: 14px; }
.wr-next a:last-child { margin-bottom: 0; }
.wr-next a:hover { opacity: .72; }
.wr-next-art {
    display: block; width: 44px; height: 66px; border-radius: 8px; flex: 0 0 auto; object-fit: cover;
    border: 1px solid var(--wo-line);
    background: linear-gradient(135deg, var(--wo-gold), var(--wo-red));
}
.wr-next a > span { min-width: 0; }
.wr-next b { display: block; font-size: 15px; font-weight: 700; color: var(--wo-ink); }
.wr-next span { display: block; font-family: 'DM Mono', monospace; font-size: 12px; color: var(--wo-mute2); }

.wr-empty { padding: 40px 0; font-size: 17px; color: var(--wo-mute); }

/* ============================================================
   Mobile (matches the 390px comps)
   ============================================================ */
@media (max-width: 900px) {
    .wi-wrap, .wr-wrap { padding: 0 18px; }

    /* index hero */
    .wi-hero-inner { grid-template-columns: 1fr; gap: 22px; padding-top: 26px; padding-bottom: 30px; }
    .wi-hero::before { background: none; }
    .wi-hero::after { background: linear-gradient(180deg, rgba(15,17,20,.72), rgba(15,17,20,.88) 45%, rgba(15,17,20,.97)); }
    .wi-h1 { font-size: 44px; line-height: .94; letter-spacing: -.03em; }
    .wi-lede { font-size: 16px; margin-bottom: 22px; }
    /* One compact pill, not a tall translucent slab with a full-width CTA
       under it: the field stays a single row and the submit collapses to a
       round red arrow sitting inside the pill. */
    .wi-search {
        flex-wrap: nowrap; gap: 8px; padding: 5px 6px 5px 16px;
        background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.28);
    }
    .wi-search input { flex: 1 1 auto; min-width: 0; padding: 11px 0; font-size: 15.5px; }
    .wi-search .wo-btn {
        flex: 0 0 auto; width: 44px; height: 44px; padding: 0; border-radius: 999px;
        display: inline-flex; align-items: center; justify-content: center;
    }
    .wi-search-go-text { display: none; }
    .wi-search-go-ico  { display: block; }
    .wi-start { justify-self: stretch; max-width: none; margin-top: 22px; box-shadow: 5px 5px 0 var(--wo-gold); padding: 18px; }

    .wi-spot { padding: 30px 0 34px; }
    .wi-spot-head { padding-bottom: 18px; flex-direction: column; align-items: flex-start; gap: 16px; }
    .wi-rail-track { padding: 0 18px; }
    .wi-stop { width: 196px; flex: 0 0 196px; padding-right: 16px; }
    .wi-stop-more { min-height: 200px; }

    .wi-index { padding: 30px 0 34px; }
    .wi-index-head { flex-direction: column; align-items: stretch; gap: 16px; }
    .wi-index-tools { flex-direction: column; align-items: stretch; }
    .wi-sort-btn { width: 100%; justify-content: space-between; height: 48px; }
    .wi-sort-menu { left: 0; right: 0; min-width: 0; }
    /* one column: number+badge, then the 16:9 banner at full width, then copy.
       A 140px-wide banner beside the text read as a thumbnail, not artwork. */
    .wi-row { grid-template-columns: minmax(0,1fr); gap: 14px; padding: 24px 0; }
    .wi-row-n { font-size: 34px; }
    .wi-row-head { grid-column: 1 / -1; display: flex; align-items: center; gap: 12px; }
    .wi-row-art { border-radius: 12px; }
    .wi-row h3 { font-size: 26px; }
    .wi-row p { font-size: 15.5px; }
    .wi-row-go { display: none; }
    .wi-row-badge-m { display: inline-block; }
    .wi-row-badge-d { display: none; }

    .wi-dir { padding: 30px 0 36px; }
    .wi-dir-head { flex-direction: column; align-items: flex-start; gap: 12px; }
    .wi-bar-row { flex-direction: column; align-items: stretch; }
    /* min-width:0 lets the strip actually overflow its column; without it the
       flex parent sizes to the content and the chips squash instead. */
    .wi-tags {
        flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none;
        min-width: 0; max-width: 100%; -webkit-overflow-scrolling: touch;
        margin: 0 -18px; padding: 0 18px;
    }
    .wi-tags::-webkit-scrollbar { display: none; }

    /* 26 letter chips ate a third of the viewport — swap the row for a select. */
    .wi-alpha { display: none; }
    .wi-alpha-pick { display: flex; align-items: center; gap: 10px; margin-top: 10px; }
    .wi-alpha-pick > span {
        font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 13px;
        letter-spacing: .14em; text-transform: uppercase; color: var(--wo-mute2); flex: 0 0 auto;
    }
    .wi-alpha-pick select {
        flex: 1; min-width: 0; height: 42px; padding: 0 14px; border-radius: 999px;
        background: #fff; border: 1.5px solid var(--wo-line); color: var(--wo-ink);
        font-family: 'DM Mono', monospace; font-size: 14px;
    }

    .wi-grid { grid-template-columns: repeat(3, 1fr); gap: 12px 10px; padding-top: 8px; }
    /* No hover on touch — the callout was permanently covering the poster. */
    .wi-callout { display: none; }
    .wi-dir-foot .wo-btn { width: 100%; }

    .wi-method { padding: 32px 0 36px; }
    .wi-method-head { margin-bottom: 24px; }
    .wi-method-grid { grid-template-columns: 1fr; gap: 14px; }
    .wi-method-card { padding: 22px 20px; }

    .wo-cta { padding: 44px 18px 48px; }
    .wo-cta .wo-btn { width: 100%; }

    /* route */
    .wr-hero::before { background: none; }
    .wr-hero::after { background: linear-gradient(180deg, rgba(15,17,20,.6), rgba(15,17,20,.82) 40%, rgba(15,17,20,.96)); }
    .wr-hero-inner { padding-top: 18px; padding-bottom: 26px; }
    .wr-crumbs { margin-bottom: 40px; gap: 10px; }
    .wr-hero-grid { grid-template-columns: 1fr; gap: 22px; }
    .wr-h1 { font-size: 46px; line-height: .94; }
    .wr-tagline { font-size: 18px; margin-bottom: 22px; }
    .wr-hero-cta { flex-direction: column; align-items: stretch; }
    .wr-hero-cta .wo-btn { width: 100%; }
    .wr-stats { justify-self: stretch; max-width: none; }
    .wo-panel { padding: 18px; box-shadow: 5px 5px 0 var(--wo-gold); }
    .wr-stat b { font-size: 30px; }

    .wr-bar-inner { flex-direction: column; align-items: stretch; gap: 9px; padding: 10px 0 11px; }
    .wr-prog { min-width: 0; gap: 10px; margin: 5px; }
    .wr-prog > b { font-size: 11.5px; }
    .wr-modes { gap: 8px; }
    .wr-tabs { flex: 1; }
    .wr-tab { flex: 1; padding: 0 10px; font-size: 13px; }
    .wr-reset { width: 38px; padding: 0; justify-content: center; background: var(--wo-paper); border: 1px solid var(--wo-line); }
    .wr-reset span { display: none; }

    .wr-body { padding: 26px 0 0; }
    .wr-cols { grid-template-columns: 1fr; gap: 26px; }
    .wr-rail { position: static; }
    .wr-lede { font-size: 17px; line-height: 1.62; }
    .wr-prose p { font-size: 15.5px; line-height: 1.7; margin-bottom: 16px; }
    .wr-route { margin-top: 34px; }
    .wr-era-head h2 { font-size: 30px; }
    .wr-era + .wr-era { padding-top: 40px; }

    /* Poster column up 30% (66 -> 86px) — the art was too small to read. */
    .wr-step { grid-template-columns: 86px minmax(0,1fr); gap: 14px; padding: 18px 0; }
    .wr-step-n { display: none; }
    .wr-step-art { width: 86px; }
    .wr-step-art::after {
        content: attr(data-n); position: absolute; bottom: 5px; left: 5px;
        display: inline-flex; align-items: center; justify-content: center;
        min-width: 26px; height: 22px; padding: 0 6px; border-radius: 999px;
        font-family: 'DM Mono', monospace; font-size: 12px;
        background: rgba(21,23,28,.82); color: var(--wo-gold);
    }
    .wr-step.is-done .wr-step-art::after { background: var(--wo-red); color: #fff; }
    .wr-step-title { font-size: 18px; }
    .wr-step-note { font-size: 14.5px; line-height: 1.6; }
    .wr-step-tags { gap: 6px; margin-bottom: 7px; }
    /* the checkbox column becomes an inline "Log it" pill under the note */
    .wr-log { grid-column: 2; flex-direction: row; align-items: center; gap: 7px; margin-top: 12px; }
    .wr-log button, .wr-log a {
        width: auto; height: 36px; padding: 0 15px; border-radius: 999px; gap: 7px; text-decoration: none;
        font-family: 'Urbanist', sans-serif; font-weight: 700; font-size: 13.5px; color: var(--wo-mute);
    }
    .wr-step.is-done .wr-log button { color: #fff; }
    .wr-log > span { display: none; }
    .wr-log-inline { display: inline; }
    .wr-why-btn { min-height: 36px; }
    .wr-finish { flex-direction: column; align-items: stretch; padding: 24px 20px; margin-top: 16px; }
    .wr-finish .wo-btn { width: 100%; }
}

@media (max-width: 1100px) and (min-width: 901px) {
    .wr-cols { grid-template-columns: 1fr; gap: 32px; }
    .wr-rail { position: static; flex-direction: row; flex-wrap: wrap; }
    .wr-rail > * { flex: 1 1 260px; }
    .wi-method-grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   Global typography-override guard.

   /admin/settings → Typography emits an inline <style> LAST in
   the <head> (typography_style_tag()) that pins every heading and
   paragraph with !important — h1 48px, h2 36px, h3 18px, p 15px,
   plus a ≤640px block. That is right for ordinary pages, but it
   flattens this page's editorial scale to one size.

   So the display type is re-asserted here at author !important
   with a body-class prefix: same importance, higher specificity,
   which wins over the inline rules regardless of source order
   (the awards and genre sheets solve it the same way).

   Every value is var(--lh-<role>-<prop>, <editorial default>), the
   vars being emitted on :root by typography_css() from whatever
   /admin/settings?tab=typography holds. Unset knob => the fallback,
   i.e. the scale below; a knob the admin sets flows through to this
   page instead of being ignored. Fallbacks mirror the component
   rules above — change both together.
   ============================================================ */
body.lh-wo-home .wi-h1 { font-size: var(--lh-h1-size, clamp(44px, 5.6vw, 72px)) !important; font-weight: var(--lh-h1-weight, 900) !important; line-height: var(--lh-h1-lh, .96) !important; }
body.lh-wo-home .wi-h2,
body.lh-wo-detail .wr-h2 { font-size: var(--lh-h2-size, clamp(30px, 3.8vw, 46px)) !important; font-weight: var(--lh-h2-weight, 900) !important; line-height: var(--lh-h2-lh, 1.04) !important; }
body.lh-wo-home .wi-lede { font-size: var(--lh-body-size, 19px) !important; font-weight: var(--lh-body-weight, 400) !important; line-height: var(--lh-body-lh, 1.55) !important; }
body.lh-wo-home .wi-spot-head p,
body.lh-wo-home .wi-dir-head p { font-size: var(--lh-body-size, 17px) !important; font-weight: var(--lh-body-weight, 400) !important; line-height: var(--lh-body-lh, 1.6) !important; }
body.lh-wo-home .wi-stop-body h3 { font-size: var(--lh-h3-size, 19px) !important; font-weight: var(--lh-h3-weight, 800) !important; line-height: var(--lh-h3-lh, 1.2) !important; }
body.lh-wo-home .wi-stop-body p { font-size: var(--lh-body-size, 14px) !important; font-weight: var(--lh-body-weight, 400) !important; line-height: var(--lh-body-lh, 1.55) !important; }
body.lh-wo-home .wi-row h3 { font-size: var(--lh-h3-size, 28px) !important; font-weight: var(--lh-h3-weight, 800) !important; line-height: var(--lh-h3-lh, 1.1) !important; }
body.lh-wo-home .wi-row p { font-size: var(--lh-body-size, 16px) !important; font-weight: var(--lh-body-weight, 400) !important; line-height: var(--lh-body-lh, 1.6) !important; }
body.lh-wo-home .wi-method-card h3 { font-size: var(--lh-h3-size, 21px) !important; font-weight: var(--lh-h3-weight, 800) !important; line-height: var(--lh-h3-lh, 1.25) !important; }
body.lh-wo-home .wi-method-card p { font-size: var(--lh-body-size, 15px) !important; font-weight: var(--lh-body-weight, 400) !important; line-height: var(--lh-body-lh, 1.6) !important; }
body.lh-wo-home .wi-noresults { font-size: var(--lh-body-size, 16px) !important; font-weight: var(--lh-body-weight, 400) !important; }

body.lh-wo-detail .wr-h1 { font-size: var(--lh-h1-size, clamp(46px, 7vw, 96px)) !important; font-weight: var(--lh-h1-weight, 900) !important; line-height: var(--lh-h1-lh, .92) !important; }
body.lh-wo-detail .wr-era-head h2 { font-size: var(--lh-h2-size, clamp(30px, 3.6vw, 42px)) !important; font-weight: var(--lh-h2-weight, 900) !important; line-height: var(--lh-h2-lh, 1.02) !important; }
body.lh-wo-detail .wr-tagline { font-size: var(--lh-body-size, clamp(20px, 2.3vw, 27px)) !important; font-weight: var(--lh-body-weight, 600) !important; line-height: var(--lh-body-lh, 1.34) !important; }
body.lh-wo-detail .wr-lede { font-size: var(--lh-body-size, 20px) !important; font-weight: var(--lh-body-weight, 400) !important; line-height: var(--lh-body-lh, 1.66) !important; }
body.lh-wo-detail .wr-prose p { font-size: var(--lh-body-size, 18px) !important; font-weight: var(--lh-body-weight, 400) !important; line-height: var(--lh-body-lh, 1.72) !important; }
body.lh-wo-detail .wr-step-note { font-size: var(--lh-body-size, 16px) !important; font-weight: var(--lh-body-weight, 400) !important; line-height: var(--lh-body-lh, 1.62) !important; }
body.lh-wo-detail .wr-step-title { font-size: var(--lh-h3-size, 23px) !important; font-weight: var(--lh-h3-weight, 800) !important; line-height: var(--lh-h3-lh, 1.16) !important; }
body.lh-wo-detail .wr-why p { font-size: var(--lh-body-size, 15.5px) !important; font-weight: var(--lh-body-weight, 400) !important; line-height: var(--lh-body-lh, 1.62) !important; }
body.lh-wo-detail .wr-skip p { font-size: var(--lh-body-size, 15px) !important; font-weight: var(--lh-body-weight, 400) !important; line-height: var(--lh-body-lh, 1.58) !important; }
body.lh-wo-detail .wr-finish h3 { font-size: var(--lh-h3-size, 30px) !important; font-weight: var(--lh-h3-weight, 900) !important; line-height: var(--lh-h3-lh, 1.06) !important; }
body.lh-wo-detail .wr-finish p { font-size: var(--lh-body-size, 16px) !important; font-weight: var(--lh-body-weight, 400) !important; line-height: var(--lh-body-lh, 1.6) !important; }
body.lh-wo-detail .wr-empty { font-size: var(--lh-body-size, 17px) !important; font-weight: var(--lh-body-weight, 400) !important; }

body.lh-wo-home .wo-cta h2,
body.lh-wo-detail .wo-cta h2 { font-size: var(--lh-h2-size, clamp(34px, 5vw, 58px)) !important; font-weight: var(--lh-h2-weight, 900) !important; line-height: var(--lh-h2-lh, 1) !important; }
body.lh-wo-home .wo-cta p,
body.lh-wo-detail .wo-cta p { font-size: var(--lh-body-size, 18px) !important; font-weight: var(--lh-body-weight, 400) !important; line-height: var(--lh-body-lh, 1.55) !important; }

@media (max-width: 900px) {
    body.lh-wo-home .wi-h1 { font-size: var(--lh-h1-size, 44px) !important; line-height: var(--lh-h1-lh, .94) !important; }
    body.lh-wo-home .wi-h2,
    body.lh-wo-detail .wr-h2 { font-size: var(--lh-h2-size, 32px) !important; }
    body.lh-wo-home .wi-lede { font-size: var(--lh-body-size, 16px) !important; }
    body.lh-wo-home .wi-spot-head p,
    body.lh-wo-home .wi-dir-head p,
    body.lh-wo-home .wi-row p { font-size: var(--lh-body-size, 15.5px) !important; }
    body.lh-wo-home .wi-row h3 { font-size: var(--lh-h3-size, 26px) !important; }
    body.lh-wo-home .wi-stop-body h3 { font-size: var(--lh-h3-size, 18px) !important; }
    body.lh-wo-home .wi-method-card h3 { font-size: var(--lh-h3-size, 20px) !important; }

    body.lh-wo-detail .wr-h1 { font-size: var(--lh-h1-size, 46px) !important; line-height: var(--lh-h1-lh, .94) !important; }
    body.lh-wo-detail .wr-era-head h2 { font-size: var(--lh-h2-size, 30px) !important; }
    body.lh-wo-detail .wr-tagline { font-size: var(--lh-body-size, 18px) !important; line-height: var(--lh-body-lh, 1.35) !important; }
    body.lh-wo-detail .wr-lede { font-size: var(--lh-body-size, 17px) !important; line-height: var(--lh-body-lh, 1.62) !important; }
    body.lh-wo-detail .wr-prose p { font-size: var(--lh-body-size, 15.5px) !important; line-height: var(--lh-body-lh, 1.7) !important; }
    body.lh-wo-detail .wr-step-note { font-size: var(--lh-body-size, 14.5px) !important; line-height: var(--lh-body-lh, 1.6) !important; }
    body.lh-wo-detail .wr-step-title { font-size: var(--lh-h3-size, 18px) !important; line-height: var(--lh-h3-lh, 1.18) !important; }
    body.lh-wo-detail .wr-finish h3 { font-size: var(--lh-h3-size, 25px) !important; line-height: var(--lh-h3-lh, 1.08) !important; }
    body.lh-wo-detail .wr-finish p,
    body.lh-wo-detail .wr-skip p { font-size: var(--lh-body-size, 14.5px) !important; }

    body.lh-wo-home .wo-cta h2,
    body.lh-wo-detail .wo-cta h2 { font-size: var(--lh-h2-size, 34px) !important; }
    body.lh-wo-home .wo-cta p,
    body.lh-wo-detail .wo-cta p { font-size: var(--lh-body-size, 15.5px) !important; }
}
