html:has(body.research-swipe) {
    background-color: #f3eadb;
    background-image: radial-gradient(rgba(88, 65, 38, .065) .45px, transparent .55px), radial-gradient(rgba(255, 255, 255, .2) .55px, transparent .7px), linear-gradient(145deg, rgba(255,255,255,.1), rgba(126,91,48,.035));
    background-size: 5px 5px, 7px 7px, 100% 100%;
    background-attachment: fixed;
    overflow-x: hidden;
}

body.research-swipe {
    background-color: #f3eadb;
    background-image: radial-gradient(rgba(88, 65, 38, .065) .45px, transparent .55px), radial-gradient(rgba(255, 255, 255, .2) .55px, transparent .7px), linear-gradient(145deg, rgba(255,255,255,.1), rgba(126,91,48,.035));
    background-size: 5px 5px, 7px 7px, 100% 100%;
    background-attachment: fixed;
    color: #27231e;
    overflow-x: hidden;
}

body.research-swipe .nav,
body.research-swipe .subscribe-section,
body.research-swipe .footer {
    display: none;
}

body.research-swipe .swipe-topline,
body.research-swipe .swipe-endnote {
    display: none;
}

body.research-swipe .main-research-swipe {
    max-width: none;
    padding: 0;
}

.swipe-report {
    --red: #9d4c3f;
    --ink: #27231e;
    --muted: #81766a;
    --paper: #f3eadb;
    min-height: 100svh;
    overflow: hidden;
    overflow-x: hidden;
    background: transparent;
}

.swipe-topline {
    position: sticky;
    top: 0;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.4rem 1.6rem 1.1rem;
    border: 0;
    background: var(--paper);
    backdrop-filter: blur(12px);
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.swipe-topline a { color: var(--ink); }
.swipe-topline span { color: var(--muted); font-weight: 500; }

.swipe-progress {
    height: 3px;
    background: #e6ded4;
}

.swipe-progress span {
    display: block;
    width: 19%;
    height: 100%;
    background: var(--red);
}

.swipe-article {
    width: 100vw;
    max-width: none;
    margin: 0;
    overflow: hidden;
    overflow-x: hidden;
}

.swipe-content {
    position: relative;
    display: block;
    width: 100vw;
    height: 100svh;
    min-height: 0;
    padding: 0 0 5rem;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
    overscroll-behavior-x: contain;
    touch-action: pan-y;
    user-select: none;
    background-color: #d4c6b4;
    background-image: radial-gradient(rgba(88, 65, 38, .045) .45px, transparent .55px), linear-gradient(145deg, rgba(255,255,255,.12), rgba(126,91,48,.06));
    background-size: 6px 6px, 100% 100%;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.85rem;
    line-height: 1.62;
    color: var(--ink);
}

.swipe-track {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    gap: 0;
    will-change: transform;
    transition-timing-function: cubic-bezier(.16, .82, .28, 1);
}

.story-slide {
    position: relative;
    inset: auto;
    z-index: 0;
    flex: 0 0 100%;
    width: 100vw;
    height: 100svh;
    min-height: 0;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    user-select: text;
    transform: perspective(1400px) translateY(var(--card-lift, 0px));
    transform-origin: 50% 92%;
    will-change: transform, box-shadow;
    box-shadow: var(--card-shadow-x, 0px) 18px 42px rgba(55, 42, 31, .14), 0 0 0 1px rgba(55, 42, 31, .055);
    transition: transform .24s cubic-bezier(.2, .8, .2, 1), box-shadow .24s cubic-bezier(.2, .8, .2, 1);
}

.story-slide.is-dragging {
    transition: none;
}

.swipe-track > .story-slide.swiper-slide {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: 100% !important;
}

.story-slide.swiper-slide-active {
    z-index: 2;
}

.story-slide.swiper-slide:not(.swiper-slide-active) {
    pointer-events: auto;
}

.story-slide[aria-hidden="true"] { pointer-events: none; }

.story-slide > * {
    width: min(100%, 980px);
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
}

.story-slide > .story-scroll {
    width: calc(100% - 1.5rem);
    height: auto;
    min-height: calc(100svh - 2.5rem);
    max-height: none;
    min-height: 0;
    min-width: 0;
    margin: 1.75rem .75rem .75rem;
    border-radius: 1.2rem;
    background-color: rgba(243, 234, 219, .985);
    background-image: radial-gradient(rgba(88, 65, 38, .065) .45px, transparent .55px), radial-gradient(rgba(255, 255, 255, .2) .55px, transparent .7px), linear-gradient(145deg, rgba(255,255,255,.1), rgba(126,91,48,.035));
    background-size: 5px 5px, 7px 7px, 100% 100%;
    box-shadow: var(--card-shadow-x, 0px) 28px 64px rgba(55, 42, 31, .24), 0 7px 18px rgba(55, 42, 31, .16), 0 0 0 1px rgba(55, 42, 31, .1);
    box-sizing: border-box;
    overflow: visible;
    overflow-x: visible;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
    padding: 2.2rem clamp(2rem, 6vw, 7rem) 2.5rem;
    touch-action: pan-y;
    transform: perspective(1400px) translateY(var(--card-scroll-y, 0px)) rotateZ(calc(var(--card-tilt, 0deg) + var(--edge-tilt, 0deg)));
    transform-origin: 50% 92%;
    will-change: transform;
    transition: transform .18s cubic-bezier(.2, .8, .2, 1);
}

.story-slide > .story-scroll.is-vertical-dragging { transition: none; }
.story-slide > .story-scroll.is-edge-preview { transition: none; }
.story-slide.is-dragging > .story-scroll { transition: none; }
.story-slide.has-vertical-overflow > .story-scroll { transition: none; }

body.card-frame-full .swipe-content { background: var(--paper); }
body.card-frame-full .story-slide > .story-scroll {
    width: 100%;
    height: 100%;
    min-height: 100svh;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

.story-scroll > * {
    width: min(100%, 980px);
    max-width: 100%;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
}

.story-slide--cover {
    padding-top: 0;
}

.story-slide--cover > .story-scroll {
    padding-top: clamp(3rem, 10vh, 8rem);
}

.story-slide--cover > .story-scroll {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(12rem, 27rem);
    column-gap: clamp(1.5rem, 4vw, 4rem);
    align-content: start;
}

.story-slide--cover > .story-scroll > h1,
.story-slide--cover > .story-scroll > h2 {
    grid-column: 1 / -1;
}

.story-slide--cover > .story-scroll > h3 {
    grid-column: 1;
    max-width: 100%;
}

.story-slide--cover > .story-scroll > .cover-illustration {
    grid-column: 2;
    grid-row: 3 / span 2;
    float: none;
    align-self: start;
    width: 100%;
    margin: .5rem 0 0;
}

.story-slide--cover > .story-scroll > h3 + p,
.story-slide--cover > .story-scroll > h3 + p + p {
    grid-column: 1;
}

.swipe-controls {
    position: fixed;
    right: clamp(1.5rem, 4vw, 4rem);
    bottom: 2rem;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: .2rem;
    padding: .6rem .8rem;
    border: 0;
    border-radius: 999px;
    background: rgba(243, 234, 219, .88);
    box-shadow: 0 8px 30px rgba(55, 42, 31, .12);
    backdrop-filter: blur(12px);
}

.swipe-controls button {
    width: 3.4rem;
    height: 3.4rem;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--red);
    cursor: pointer;
    font-size: 2rem;
    line-height: 1;
}

.swipe-controls button:hover { background: #eadfd3; }

.fieldbook-back {
    position: fixed;
    left: max(1rem, env(safe-area-inset-left));
    bottom: max(1rem, env(safe-area-inset-bottom));
    z-index: 31;
    display: inline-flex;
    align-items: center;
    min-height: 2.75rem;
    padding: 0 1rem;
    border: 1px solid rgba(61, 47, 35, .14);
    border-radius: 999px;
    background: rgba(243, 234, 219, .9);
    box-shadow: 0 8px 30px rgba(55, 42, 31, .12);
    backdrop-filter: blur(12px);
    color: var(--ink);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: .92rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.fieldbook-back:hover { background: #eadfd3; }
.fieldbook-back:focus-visible {
    outline: 3px solid #fff8ee;
    outline-offset: 3px;
}

.swipe-progress {
    position: fixed;
    top: max(1rem, env(safe-area-inset-top) + .45rem);
    left: calc(clamp(1rem, 4vw, 4rem) + .75rem);
    right: calc(clamp(1rem, 4vw, 4rem) + .75rem);
    z-index: 30;
    display: flex;
    gap: 5px;
    height: 8px;
    overflow: visible;
    pointer-events: none;
}

.swipe-progress button {
    flex: 1 1 0;
    width: auto;
    position: relative;
    height: 5px;
    padding: 0;
    border: 0;
    appearance: none;
    border-radius: 999px;
    background: rgba(61, 47, 35, .24);
    pointer-events: auto;
    opacity: 1;
    transition: background-color .22s ease, box-shadow .22s ease, height .22s ease, transform .22s ease;
}

.swipe-progress button.is-complete { background: rgba(157, 76, 63, .58); }
.swipe-progress button.is-unread { background: rgba(61, 47, 35, .22); }
.swipe-progress button.is-active {
    height: 8px;
    margin-top: -1.5px;
    overflow: hidden;
    background: rgba(157, 76, 63, .52);
    box-shadow: 0 2px 8px rgba(104, 43, 33, .45), 0 0 0 2px rgba(243, 234, 219, .94);
    transform: scaleY(1.08);
}

.swipe-progress button.is-active::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: calc(var(--card-scroll-progress, 0) * 100%);
    border-radius: inherit;
    background: var(--red);
    transition: width .12s linear;
}

.swipe-progress button:focus-visible {
    outline: 3px solid #fff8ee;
    outline-offset: 3px;
}

.card-scroll-cue {
    display: none !important;
    position: absolute;
    top: 50%;
    right: clamp(.8rem, 2vw, 1.5rem);
    z-index: 4;
    display: flex;
    width: .8rem;
    height: 4.2rem;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%);
    transition: opacity .22s ease;
}

.story-slide.has-vertical-overflow .card-scroll-cue { opacity: .9; }
.story-slide.is-reading-deeper .card-scroll-cue { opacity: .55; }

.card-scroll-cue i {
    position: relative;
    display: block;
    width: 4px;
    height: 4.2rem;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(61, 47, 35, .15);
}

.card-scroll-cue i::after {
    content: '';
    position: absolute;
    top: calc(var(--card-scroll-progress, 0) * 3.1rem);
    left: 0;
    width: 100%;
    height: 1.1rem;
    border-radius: inherit;
    background: var(--red);
    box-shadow: 0 1px 4px rgba(104, 43, 33, .35);
    transition: top .12s linear;
}

.fieldbook-index {
    max-width: 1080px;
    margin: 0 auto;
    padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1.25rem, 4vw, 3rem) 6rem;
}

.fieldbook-index__eyebrow,
.fieldbook-index__count,
.fieldbook-row__meta {
    color: var(--red);
    font: 800 .72rem/1.2 ui-sans-serif, system-ui, sans-serif;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.fieldbook-index__intro {
    margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
}

.fieldbook-index h1 {
    margin: .35rem 0 .55rem;
    color: var(--ink);
    font: 700 clamp(2.5rem, 5vw, 3.6rem)/1 Georgia, 'Times New Roman', serif;
    letter-spacing: -.045em;
}

.fieldbook-index__description {
    max-width: 55ch;
    margin: 0;
    color: var(--muted);
    font: 400 clamp(1.12rem, 2vw, 1.4rem)/1.55 Georgia, 'Times New Roman', serif;
}

.fieldbook-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fieldbook-row {
    border-top: 1px solid rgba(55, 42, 31, .16);
}

.fieldbook-row:last-child {
    border-bottom: 1px solid rgba(55, 42, 31, .16);
}

.fieldbook-row a {
    display: grid;
    grid-template-columns: 8rem minmax(0, 1fr) auto;
    gap: 1.5rem;
    align-items: center;
    padding: clamp(1.25rem, 2.5vw, 1.8rem) 0;
    color: var(--ink);
    text-decoration: none;
    transition: padding .18s ease;
}

.fieldbook-row a:hover {
    padding-right: .5rem;
}

.fieldbook-row__meta {
    display: flex;
    flex-direction: column;
    gap: .3rem;
}

.fieldbook-row__content h2 {
    margin: 0;
    font: 700 clamp(1.65rem, 3.2vw, 2.3rem)/1.06 Georgia, 'Times New Roman', serif;
    letter-spacing: -.035em;
}

.fieldbook-row__content p {
    margin: .35rem 0 0;
    color: var(--muted);
    font: 400 1rem/1.45 Georgia, 'Times New Roman', serif;
}

.fieldbook-row__arrow {
    font-size: 1.5rem;
    color: var(--red);
    transition: transform .18s ease;
}

.fieldbook-row a:hover .fieldbook-row__arrow {
    transform: translateX(.3rem);
}

@media (max-width: 680px) {
    .fieldbook-row a {
        grid-template-columns: 1fr auto;
        gap: .8rem;
    }
    .fieldbook-row__meta { flex-direction: row; grid-column: 1 / -1; }
    .fieldbook-row__meta p::after { margin-left: .55rem; content: "/"; }
}

.tilt-test-harness {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    z-index: 40;
    display: flex;
    align-items: center;
    gap: .8rem;
    padding: .55rem .75rem;
    border: 1px dashed rgba(157, 76, 63, .5);
    border-radius: .5rem;
    background: rgba(243, 234, 219, .94);
    color: var(--ink);
    font: 700 .75rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace;
    box-shadow: 0 4px 18px rgba(55, 42, 31, .12);
}

.tilt-test-harness label { display: flex; align-items: center; gap: .5rem; }
.tilt-test-harness input { width: 10rem; accent-color: var(--red); }
.tilt-test-harness output { min-width: 12rem; color: var(--red); }

.swipe-content h1 {
    padding: 4.8rem 0 1.8rem;
    border-bottom: 0;
    color: #9d4c3f;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(4rem, 12vw, 7.8rem);
    line-height: .94;
    letter-spacing: -.045em;
    font-weight: 700;
}

.swipe-content h2 {
    scroll-margin-top: 7rem;
    margin: 2.7rem 0 1.8rem;
    padding: 0;
    border-top: 0;
    color: #9d4c3f;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2.6rem, 5vw, 4.5rem);
    line-height: 1.05;
    font-weight: 700;
}

.swipe-content h3 {
    margin: 2.8rem 0 .7rem;
    color: #38312a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.55rem;
    line-height: 1.2;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.swipe-content h1 + h2 {
    margin-top: 1.7rem;
    padding: 0;
    border-top: 0;
    color: var(--ink);
    font-size: 2.45rem;
    font-style: italic;
}

.swipe-content h1 + h2 + h3 {
    margin-top: 0;
    color: var(--muted);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.35rem;
    font-weight: 500;
    letter-spacing: .02em;
    text-transform: none;
}

.swipe-content p { margin: 0 0 1.55rem; }

.swipe-content img {
    width: 100%;
    margin: 2rem 0 1.5rem;
    border: 0;
    background-color: var(--paper);
    background-image: radial-gradient(rgba(88, 65, 38, .08) .45px, transparent .55px), radial-gradient(rgba(255, 255, 255, .22) .55px, transparent .7px), linear-gradient(145deg, rgba(255,255,255,.12), rgba(126,91,48,.04));
    background-size: 5px 5px, 7px 7px, 100% 100%;
    mix-blend-mode: multiply;
}

.swipe-content img.story-illustration {
    display: block;
    float: right;
    width: min(39%, 24rem);
    margin: .25rem 0 1.25rem 2.4rem;
    background: transparent;
    mix-blend-mode: multiply;
    transform: rotate(1.5deg);
    shape-outside: margin-box;
}

.swipe-content img.editorial-plate {
    float: right;
    width: min(43%, 34rem);
    margin: .35rem 0 2.5rem 3.2rem;
    shape-outside: inset(0 round 1rem);
    border-radius: .8rem;
    transform: rotate(1.2deg);
    transition: transform .35s ease;
    background: transparent;
    mix-blend-mode: multiply;
}

.swipe-content img.editorial-plate:hover {
    transform: rotate(-.4deg) translateY(-.25rem);
}

.swipe-content p:has(> img.editorial-plate) {
    min-height: 3rem;
}

.swipe-content blockquote {
    margin: 2.4rem 0;
    padding: 1.2rem 1.4rem;
    border-left: 0;
    background: rgba(232, 219, 200, .55);
    color: #39322b;
    font-size: 2rem;
    font-style: italic;
    line-height: 1.4;
}

.swipe-content pre {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 2rem 0;
    padding: 1.25rem 1.5rem;
    border: 0;
    border-radius: .35rem;
    background: rgba(39, 37, 32, .96);
    color: #f3efe6;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    font-size: .78em;
    line-height: 1.55;
}

.swipe-content ul,
.swipe-content ol {
    margin: 0 0 1.8rem 2.2rem;
    padding: 0;
}

.swipe-content li { margin: 0 0 .8rem; padding-left: .3rem; }

.swipe-content hr {
    display: none;
}

.swipe-content table {
    display: table;
    min-width: 52rem;
    width: 52rem;
    max-width: none;
    margin: 0;
    table-layout: auto;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.35rem;
    line-height: 1.3;
}

.wide-object {
    width: 100%;
    margin: 2rem 0 2.4rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
}

.swipe-content th {
    min-width: 10rem;
    padding: 1rem 1.1rem;
    background: var(--red);
    color: #fff;
    text-align: left;
}

.swipe-content td {
    min-width: 10rem;
    padding: 1rem 1.1rem;
    border-bottom: 0;
    vertical-align: top;
}

.swipe-content a {
    color: var(--red);
    text-decoration: underline;
    text-decoration-color: #c8a59f;
    text-underline-offset: 3px;
}

.swipe-endnote {
    padding: 2rem 1.6rem 4rem;
    border-top: 0;
    color: var(--muted);
    font-size: 1.2rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

@media (min-width: 700px) {
    .swipe-article { padding-top: 1rem; }
    .swipe-content { font-size: 1.95rem; }
    .swipe-content h2 { font-size: 3.5rem; }
    .story-scroll > * { width: min(100%, 1260px); }
    .swipe-content table { width: min(100%, 76rem); min-width: 0; }
    .wide-object { width: min(100%, 1260px); }
    .swipe-content img.story-illustration { width: min(34%, 26rem); }
}

@media (max-width: 699px) {
    .swipe-controls { display: none; }

    .swipe-content {
        font-size: 1.35rem;
        line-height: 1.55;
    }

    .swipe-content h1 {
        padding-top: 2.8rem;
        max-width: 100%;
        font-size: clamp(2.7rem, 13vw, 4.8rem);
        overflow-wrap: anywhere;
    }

    .story-slide--cover > .story-scroll {
        display: block;
        padding: 2.1rem clamp(1.5rem, 6vw, 2.25rem) 2.5rem;
    }

    .story-slide--cover > .story-scroll > h1 {
        padding-top: .65rem;
        font-size: clamp(2.8rem, 11.2vw, 4.1rem);
        line-height: .92;
    }

    .story-slide--cover > .story-scroll > h3 {
        max-width: 100%;
        margin-top: 1.55rem;
        font-size: 1.05rem;
        line-height: 1.16;
        letter-spacing: .045em;
    }

    .story-slide--cover > .story-scroll > .cover-illustration {
        float: right;
        width: min(39vw, 9.25rem);
        margin: .45rem 0 1rem 1.1rem;
    }

    .story-slide--cover > .story-scroll > blockquote {
        margin: 1.3rem 0;
        padding: 1rem 1.05rem;
        font-size: 1.42rem;
        line-height: 1.32;
    }

    .swipe-content h2 {
        margin-top: 2rem;
        font-size: clamp(2.2rem, 10vw, 3.2rem);
    }

    .swipe-content img.story-illustration {
        width: 42%;
        margin-left: 1rem;
        margin-bottom: .75rem;
    }

    .swipe-content img.editorial-plate {
        width: 48%;
        margin-left: 1.6rem;
        margin-bottom: 1.6rem;
    }
}

/* Fieldbook readability pass: desktop evidence tables and mobile reading mode. */
body.research-swipe .story-scroll .wide-object {
  width: 100%;
  max-width: none;
  margin: 2rem 0;
}

body.research-swipe .story-scroll .wide-object table {
  width: 100%;
  min-width: 0;
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.42;
}

body.research-swipe .story-scroll .wide-object th,
body.research-swipe .story-scroll .wide-object td {
  vertical-align: top;
}

@media (max-width: 700px) {
  body.research-swipe .story-slide,
  body.research-swipe .story-slide .story-scroll {
    height: auto;
    min-height: 100%;
  }

  body.research-swipe .story-scroll {
    padding: 2rem 1.5rem 5.5rem;
    overflow-y: auto;
  }

  body.research-swipe .story-scroll h1 {
    max-width: 100%;
    font-size: clamp(2.45rem, 12vw, 4rem);
    line-height: 0.94;
    letter-spacing: -0.045em;
  }

  body.research-swipe .story-scroll h2 {
    font-size: clamp(1.85rem, 9vw, 2.6rem);
    line-height: 0.98;
  }

  body.research-swipe .story-scroll h3 {
    max-width: 100%;
    font-size: 0.78rem;
    line-height: 1.25;
    letter-spacing: 0.075em;
  }

  body.research-swipe .story-scroll p,
  body.research-swipe .story-scroll li,
  body.research-swipe .story-scroll blockquote {
    font-size: 1rem;
    line-height: 1.62;
  }

  body.research-swipe .story-scroll > .story-illustration {
    display: block;
    float: none;
    width: min(56vw, 200px);
    max-width: 100%;
    margin: 1rem auto 1.5rem;
  }

  body.research-swipe .story-slide--cover .story-scroll {
    padding-top: clamp(2.5rem, 10vh, 5rem);
  }

  body.research-swipe .story-slide--cover .story-scroll h1 {
    font-size: clamp(2.75rem, 14vw, 4.4rem);
  }

  body.research-swipe .story-scroll .wide-object {
    overflow: visible;
    margin: 1.65rem 0;
  }

  body.research-swipe .story-scroll .wide-object table,
  body.research-swipe .story-scroll .wide-object tbody,
  body.research-swipe .story-scroll .wide-object tr,
  body.research-swipe .story-scroll .wide-object td {
    display: block;
    width: 100%;
  }

  body.research-swipe .story-scroll .wide-object table {
    border-collapse: separate;
    border-spacing: 0;
    background: transparent;
    font-size: 15px;
  }

  body.research-swipe .story-scroll .wide-object thead {
    display: none;
  }

  body.research-swipe .story-scroll .wide-object tbody {
    display: grid;
    gap: 0.8rem;
  }

  body.research-swipe .story-scroll .wide-object tr {
    overflow: hidden;
    border: 1px solid rgba(120, 67, 49, 0.2);
    border-radius: 0.55rem;
    background: rgba(255, 252, 242, 0.48);
  }

  body.research-swipe .story-scroll .wide-object td {
    padding: 0.72rem 0.85rem;
    border: 0;
    line-height: 1.42;
  }

  body.research-swipe .story-scroll .wide-object td:first-child {
    padding-bottom: 0.62rem;
    background: rgba(140, 70, 51, 0.1);
    color: #70392d;
    font-family: var(--font-display, Georgia, serif);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.18;
  }

  body.research-swipe .story-scroll .wide-object td:not(:first-child) {
    padding-top: 0.62rem;
  }

  body.research-swipe .story-scroll .wide-object td:not(:first-child)::before {
    display: block;
    margin-bottom: 0.22rem;
    color: rgba(71, 42, 34, 0.62);
    content: "DETAIL";
    font-family: var(--font-sans, sans-serif);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.09em;
    line-height: 1;
  }

  body.research-swipe .story-scroll .wide-object td:nth-child(3)::before {
    content: "EVIDENCE / IMPLICATION";
  }

  body.research-swipe .story-scroll .wide-object td:nth-child(4)::before {
    content: "NEXT DECISION";
  }
}

/* Mobile Fieldbook QA correction: readable copy and no browser focus outline. */
body.research-swipe .story-slide.swiper-slide-active {
  outline: none !important;
}

/* The top progress rail is the Fieldbook's position indicator. Keep page and
   card scrolling functional while removing redundant native scrollbar tracks. */
html.research-swipe-root,
body.research-swipe,
body.research-swipe .story-scroll {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html.research-swipe-root,
body.research-swipe {
  overflow: hidden !important;
}

html.research-swipe-root::-webkit-scrollbar,
body.research-swipe::-webkit-scrollbar,
body.research-swipe .story-scroll::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

/* Narrow windows and tablets use native card scrolling. At these widths,
   trackpad wheel deltas are too large and variable for the translated-card
   reader, and can otherwise be mistaken for a request to change cards. */
@media (max-width: 900px) {
  body.research-swipe .story-slide {
    height: 100%;
    min-height: 0;
  }

  body.research-swipe .story-slide .story-scroll {
    height: 100%;
    min-height: 0;
    max-height: 100%;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
}

/* One reading model at every width: native vertical scrolling inside each
   card. The old translated-card reader misread trackpad wheel deltas as
   horizontal card changes on desktop and wide tablet layouts. */
body.research-swipe .story-slide {
  height: 100%;
  min-height: 0;
}

body.research-swipe .story-slide .story-scroll {
  height: calc(100% - 2.5rem);
  min-height: 0;
  max-height: calc(100% - 2.5rem);
  overflow-y: auto;
  overscroll-behavior-y: contain;
}

@media (max-width: 700px) {
  body.research-swipe .story-slide {
    height: 100%;
    min-height: 0;
  }

  body.research-swipe .story-slide .story-scroll {
    height: 100%;
    min-height: 0;
    max-height: 100%;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }

  body.research-swipe .story-slide .story-scroll > p,
  body.research-swipe .story-slide .story-scroll > ul,
  body.research-swipe .story-slide .story-scroll > ol,
  body.research-swipe .story-slide .story-scroll > blockquote {
    font-size: 1.0625rem !important;
    line-height: 1.62 !important;
  }

  body.research-swipe .story-slide .story-scroll > h1 {
    font-size: clamp(2.1rem, 9vw, 2.45rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.035em;
  }

  body.research-swipe .story-slide--cover .story-scroll > h1 {
    font-size: clamp(2.7rem, 12vw, 3.5rem) !important;
  }

  body.research-swipe .story-slide .story-scroll > h2 {
    font-size: 1.8rem !important;
    line-height: 1.04 !important;
  }

  body.research-swipe .story-slide .story-scroll > h3 {
    font-size: 0.78rem !important;
    line-height: 1.32 !important;
  }

  body.research-swipe .story-slide .story-scroll > .story-illustration {
    width: min(50vw, 175px) !important;
    margin: 1.1rem auto 1.4rem !important;
  }
}

/* The Fieldbook mobile root font size is 10px; use explicit reading sizes here. */
@media (max-width: 700px) {
  body.research-swipe .story-slide .story-scroll > p,
  body.research-swipe .story-slide .story-scroll > ul,
  body.research-swipe .story-slide .story-scroll > ol,
  body.research-swipe .story-slide .story-scroll > blockquote {
    font-size: 17px !important;
    line-height: 1.58 !important;
  }

  body.research-swipe .story-slide .story-scroll > ul li,
  body.research-swipe .story-slide .story-scroll > ol li,
  body.research-swipe .story-slide .story-scroll > blockquote p {
    font-size: 15px !important;
    line-height: 1.48 !important;
  }

  body.research-swipe .story-slide .story-scroll > h1 {
    font-size: 34px !important;
    line-height: 0.98 !important;
  }

  body.research-swipe .story-slide--cover .story-scroll > h1 {
    font-size: 46px !important;
  }

  body.research-swipe .story-slide .story-scroll > h2 {
    font-size: 28px !important;
  }

  body.research-swipe .story-slide .story-scroll > h3 {
    font-size: 13px !important;
  }
}
/* Theme hooks are intentionally scoped to one report. Shared reader behavior
   stays above these hooks so it propagates to every Fieldbook. */
.fieldbook {
    --fieldbook-accent: var(--red);
}

.fieldbook--botanical { --fieldbook-accent: #617243; }
.fieldbook--geothermal { --fieldbook-accent: #9e5243; }
.fieldbook--inference { --fieldbook-accent: #476f89; }
.fieldbook--distributed-compute { --fieldbook-accent: #6f5a87; }
.fieldbook--freight-finance { --fieldbook-accent: #89613e; }
