/* Cast Out — the Illuminated Tract (1a “Weekly Brimstone” broadsheet).
   Palette: cream #F1E6D2 · paper #F4E8CE · ink #16120E · gold #E3B23C ·
   ochre #B07E1C · brick #8E2F21. */

.co-tract-page { background: #DCCDA9; background-image: radial-gradient( rgba( 120, 90, 40, .09 ) 1px, transparent 1.4px ); background-size: 7px 7px; padding: 26px 24px 90px; }
.co-tract-page__crumb { max-width: 1380px; margin: 0 auto 18px; font-family: 'Space Grotesk', sans-serif; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: rgba( 22, 18, 14, .55 ); display: flex; gap: 9px; }
.co-tract-page__crumb a { color: #B07E1C; text-decoration: none; font-weight: 600; }
.co-tract-page__grid { max-width: 1380px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 28px; align-items: flex-start; }

/* Scroll reveal (tract.js flips these on; killed under reduced motion). */
.co-tract-page [data-rv], .co-print [data-rv] { opacity: 0; transform: translateY( 22px ); transition: opacity .7s ease, transform .7s ease; }
.co-tract-page .is-revealed, .co-print [data-rv] { opacity: 1; transform: none; }
@media ( prefers-reduced-motion: reduce ) { .co-tract-page [data-rv] { opacity: 1; transform: none; transition: none; } }

/* ---- The sheet ---- */
.co-tract { flex: 1 1 682px; min-width: 0; background: #F4E8CE; background-image: radial-gradient( rgba( 120, 90, 40, .06 ) 1px, transparent 1.3px ); background-size: 6px 6px; border: 3px double #16120E; box-shadow: 0 30px 60px -24px rgba( 22, 18, 14, .55 ); padding: clamp( 22px, 4vw, 54px ); color: #241C12; font-family: 'IM Fell English', serif; }
.co-tract h1, .co-tract h2, .co-tract h3 { font-family: 'Big Shoulders Display', sans-serif; text-transform: uppercase; margin: 0; color: #16120E; }
.co-accent { color: #8E2F21; }

/* Masthead */
.co-tract__rule { display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; border-bottom: 1.5px solid #16120E; padding-bottom: 7px; font-size: 12.5px; color: #4a3c28; }
.co-tract__rule-mid { font-family: 'Space Grotesk', sans-serif; font-size: 10.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #8E2F21; }
.co-tract__paper { font-family: 'UnifrakturCook', serif; font-size: clamp( 26px, 3.4vw, 38px ); line-height: 1; text-align: center; padding-top: 18px; }
.co-tract__series { display: flex; align-items: center; gap: 12px; margin: 12px 0 6px; font-family: 'Space Grotesk', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .26em; text-transform: uppercase; color: #4a3c28; text-align: center; }
.co-tract__series i { flex: 1; height: 1px; background: #16120E; }
.co-tract__series span::before, .co-tract__series span::after { content: '✝'; color: #8E2F21; letter-spacing: 0; margin: 0 10px; }
.co-tract__title { font-weight: 900; font-size: clamp( 44px, 7.2vw, 96px ); line-height: .86; text-align: center; margin-top: 10px; text-wrap: balance; }
.co-tract__sub { font-style: italic; font-size: clamp( 16px, 1.9vw, 21px ); color: #3c2f1c; text-align: center; max-width: 56ch; margin: 16px auto 0; }
.co-tract__ribbons { display: flex; justify-content: center; gap: 9px; flex-wrap: wrap; margin-top: 18px; font-family: 'Space Grotesk', sans-serif; font-size: 10.5px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.co-tract__ribbons span { border: 1.5px solid #16120E; padding: 5px 11px; }
.co-tract__ribbons .co-tract__ribbon-ink { background: #16120E; color: #E3B23C; }
.co-tract__teeth { height: 3px; background: repeating-linear-gradient( 90deg, #16120E 0 10px, transparent 10px 16px ); margin-top: 24px; }

/* Movement scaffolding */
.co-blk { padding-top: 40px; }
.co-blk__head { display: flex; align-items: baseline; gap: 16px; border-top: 2px solid #16120E; padding-top: 18px; }
.co-blk__head h2 { font-weight: 800; font-size: clamp( 24px, 3vw, 36px ); line-height: .92; }
.co-blk__roman { font-family: 'Big Shoulders Display', sans-serif; font-weight: 900; font-size: 64px; line-height: .8; color: #B07E1C; }
.co-blk__roman--gold { color: #E3B23C; }
.co-blk__prose { font-size: 16px; line-height: 1.62; margin-top: 14px; }
.co-blk__prose p { margin: 0 0 13px; }
.co-columns { columns: 2 300px; column-gap: 30px; column-rule: 1px solid rgba( 22, 18, 14, .25 ); }
.co-blk__lede { font-style: italic; font-size: 15.5px; color: #4a3c28; margin: 14px 0 0; }
.co-blk__aside { font-style: italic; font-size: 13.5px; color: #6b5638; }
.co-leap { color: #B07E1C; text-decoration: none; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: .88em; }
.co-leap:hover { color: #8E2F21; }

/* Stat rows */
.co-blk--stat .co-blk__banner { display: flex; align-items: center; gap: 10px; }
.co-blk__flag { background: #8E2F21; color: #F1E6D2; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; padding: 7px 13px; }
.co-stats { display: grid; grid-template-columns: repeat( auto-fit, minmax( 150px, 1fr ) ); border: 2px solid #16120E; background: #F9F0DC; margin-top: 18px; }
.co-stat { padding: 20px 14px; text-align: center; border-right: 1.5px solid #16120E; }
.co-stat:last-child { border-right: none; }
.co-stat b { display: block; font-family: 'Big Shoulders Display', sans-serif; font-weight: 900; font-size: clamp( 30px, 3.2vw, 52px ); line-height: .9; letter-spacing: -.01em; overflow-wrap: anywhere; }
.co-stat:first-child b { color: #8E2F21; }
.co-stat span { display: block; font-family: 'Space Grotesk', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: #4a3c28; margin-top: 8px; }

/* Woes */
.co-woe { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px dotted rgba( 22, 18, 14, .4 ); }
.co-woe:last-child { border-bottom: none; }
.co-woe__hand { flex: none; font-size: 26px; color: #8E2F21; }
.co-woe h3 { font-weight: 800; font-size: 21px; }
.co-woe p { font-size: 15.5px; line-height: 1.58; margin: 7px 0 0; }

/* Grand quote */
.co-quote { border: 3px double #16120E; background: linear-gradient( 180deg, rgba( 227, 178, 60, .28 ), rgba( 227, 178, 60, .1 ) ); padding: 30px 26px; text-align: center; }
.co-quote__eyebrow { display: block; font-family: 'Space Grotesk', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: #8E2F21; margin-bottom: 12px; }
.co-quote__big { font-family: 'Big Shoulders Display', sans-serif; font-weight: 900; font-size: clamp( 28px, 4vw, 48px ); line-height: .9; text-transform: uppercase; }
.co-quote__big strong, .co-quote__big em { font-style: normal; color: #8E2F21; }

/* Dark passage */
.co-blk--dark { margin-top: 44px; padding: 0; }
.co-blk--dark .co-blk__head--dark { border-top: none; background: #16120E; padding: 30px 28px 0; }
.co-blk--dark h2 { color: #F1E6D2; }
.co-blk__prose--dark { background: #16120E; color: rgba( 241, 230, 210, .85 ); padding: 16px 28px 30px; margin-top: 0; }
.co-blk__prose--dark strong { color: #E3B23C; }

/* Responsive reading */
.co-blk__centerline { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.co-blk__centerline i { flex: 1; height: 1px; background: #16120E; }
.co-blk__centerline h2 { font-weight: 800; font-size: 24px; }
.co-call { border: 2px solid #16120E; background: #F9F0DC; }
.co-call__row { display: flex; flex-wrap: wrap; border-bottom: 1px solid rgba( 22, 18, 14, .3 ); }
.co-call__row:last-child { border-bottom: none; }
.co-call__min { flex: 1; min-width: 200px; padding: 13px 18px; font-style: italic; font-size: 15px; }
.co-call__min em { display: inline-block; font-family: 'Space Grotesk', sans-serif; font-style: normal; font-size: 9.5px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: #B07E1C; margin-right: 8px; }
.co-call__con { flex: 1.4; min-width: 220px; padding: 13px 18px; border-left: 1px solid rgba( 22, 18, 14, .3 ); font-family: 'Big Shoulders Display', sans-serif; font-weight: 800; font-size: 19px; text-transform: uppercase; }
.co-call__row--ink { background: #16120E; color: #F1E6D2; }
.co-call__row--ink .co-call__min em { color: #E3B23C; }
.co-call__row--ink .co-call__con { color: #E3B23C; border-left-color: rgba( 241, 230, 210, .3 ); }

/* Altar call coupon */
.co-coupon { border: 2.5px dashed #8E2F21; background: #FBF3E0; padding: 26px 26px 22px; position: relative; }
.co-coupon__tab { position: absolute; top: -13px; left: 22px; background: #8E2F21; color: #F1E6D2; font-family: 'Space Grotesk', sans-serif; font-size: 10.5px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; padding: 5px 12px; }
.co-coupon h2 { font-weight: 900; font-size: clamp( 26px, 3.4vw, 40px ); line-height: .9; margin: 4px 0 6px; }
.co-acts { display: grid; grid-template-columns: repeat( auto-fit, minmax( 280px, 1fr ) ); gap: 14px; margin-top: 18px; }
.co-act { display: flex; gap: 13px; }
.co-act__n { flex: none; width: 34px; height: 34px; border-radius: 50%; background: #16120E; color: #E3B23C; display: inline-flex; align-items: center; justify-content: center; font-family: 'Big Shoulders Display', sans-serif; font-weight: 800; font-size: 18px; }
.co-act__n--brick { background: #8E2F21; color: #F1E6D2; }
.co-act h3 { font-family: 'Space Grotesk', sans-serif; text-transform: none; font-weight: 700; font-size: 14.5px; letter-spacing: .02em; }
.co-act p { font-size: 13.5px; line-height: 1.55; color: #3c2f1c; margin: 4px 0 0; }

/* Sharers */
.co-blk--share .co-blk__head { align-items: baseline; gap: 12px; flex-wrap: wrap; margin-bottom: 14px; }
.co-blk--share h2 { font-size: 24px; }
.co-shares { display: grid; grid-template-columns: repeat( auto-fit, minmax( 230px, 1fr ) ); gap: 14px; }
.co-share { margin: 0; border: 1.5px solid #16120E; background: #F9F0DC; padding: 18px; display: flex; flex-direction: column; gap: 12px; }
.co-share > span { font-family: 'Big Shoulders Display', sans-serif; font-weight: 900; font-size: 40px; line-height: .4; color: #8E2F21; }
.co-share blockquote { margin: 0; flex: 1; font-size: 15px; line-height: 1.5; }
.co-share__copy { align-self: flex-start; background: #16120E; color: #F1E6D2; border: none; font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; padding: 8px 14px; cursor: pointer; }
.co-share__copy:hover { background: #8E2F21; }

/* Gift shop */
.co-gift { border: 3px double #16120E; background: #F9F0DC; padding: 24px; text-align: center; }
.co-gift__eyebrow { display: block; font-family: 'Space Grotesk', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: #B07E1C; }
.co-gift h2 { font-weight: 900; font-size: clamp( 24px, 3vw, 34px ); margin-top: 6px; }
.co-gift__copy { font-style: italic; font-size: 14px; color: #4a3c28; max-width: 58ch; margin: 8px auto 0; }
.co-gift__grid { display: grid; grid-template-columns: repeat( auto-fit, minmax( 210px, 1fr ) ); gap: 12px; margin-top: 16px; text-align: left; }
.co-gift__card { display: flex; flex-direction: column; gap: 8px; border: 1.5px solid #16120E; background: #F4E8CE; padding: 16px; text-decoration: none; color: #16120E; transition: transform .15s ease, box-shadow .15s ease; }
.co-gift__card:hover { transform: translateY( -3px ); box-shadow: 0 14px 22px -12px rgba( 22, 18, 14, .5 ); color: #16120E; }
.co-gift__card:last-child { background: #16120E; color: #F1E6D2; }
.co-gift__card:last-child .co-gift__price { color: #E3B23C; }
.co-gift__kind { font-family: 'Space Grotesk', sans-serif; font-size: 9.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: #8E2F21; }
.co-gift__card:last-child .co-gift__kind { color: #E3B23C; }
.co-gift__card b { font-family: 'Big Shoulders Display', sans-serif; font-weight: 800; font-size: 19px; text-transform: uppercase; line-height: .95; }
.co-gift__row { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 8px; font-family: 'Space Grotesk', sans-serif; }
.co-gift__price { font-weight: 700; color: #B07E1C; font-size: 13px; }
.co-gift__cta { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; background: #16120E; color: #F1E6D2; padding: 8px 12px; }
.co-gift__card:last-child .co-gift__cta { background: #E3B23C; color: #16120E; }

/* Colophon */
.co-tract__colophon { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; border-top: 1.5px solid #16120E; margin-top: 30px; padding-top: 14px; font-size: 12.5px; color: #6b5638; }

/* ---- The right rail ---- */
.co-rail { flex: 1 1 270px; max-width: 317px; position: sticky; top: 20px; display: flex; flex-direction: column; gap: 18px; font-family: 'Space Grotesk', sans-serif; max-height: calc( 100vh - 40px ); overflow-y: auto; scrollbar-width: none; -ms-overflow-style: none; }
.co-rail::-webkit-scrollbar { display: none; }
.co-rail__card { background: #FBF6EC; border: 2px solid #16120E; box-shadow: 5px 5px 0 rgba( 22, 18, 14, .22 ); padding: 20px; color: #16120E; }
.co-rail__card--ink { background: #16120E; color: #F1E6D2; }
.co-rail__eyebrow { font-size: 10px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: #B07E1C; margin-bottom: 4px; }
.co-rail__eyebrow--brick { color: #8E2F21; }
.co-rail__eyebrow--gold { color: #E3B23C; }
.co-rail__title { font-family: 'Big Shoulders Display', sans-serif; font-weight: 800; font-size: 23px; text-transform: uppercase; line-height: .95; }
.co-rail__p { font-size: 12.5px; line-height: 1.5; opacity: .68; margin: 8px 0 14px; }
.co-rail__price { font-family: 'Big Shoulders Display', sans-serif; font-weight: 900; font-size: 34px; color: #E3B23C; line-height: 1; margin-bottom: 13px; }
.co-rail__price em { font-family: 'Space Grotesk', sans-serif; font-style: normal; font-weight: 500; font-size: 11px; letter-spacing: .12em; color: rgba( 241, 230, 210, .5 ); }
.co-rail__btn { display: block; width: 100%; text-align: center; background: #E3B23C; color: #16120E; border: none; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; padding: 14px; cursor: pointer; text-decoration: none; transition: transform .15s; box-sizing: border-box; }
.co-rail__btn:hover { transform: translateY( -2px ); color: #16120E; }
.co-rail__btn--owned { background: #F1E6D2; margin-bottom: 8px; }
.co-rail__blessed { text-align: center; font-size: 11px; color: #E3B23C; margin-top: 8px; }
.co-rail__fine { font-size: 10.5px; opacity: .5; margin-top: 11px; border-top: 1px dotted currentColor; padding-top: 9px; }
.co-rail__series { display: flex; flex-direction: column; }
.co-rail__epi { display: flex; gap: 10px; align-items: baseline; padding: 9px 0; border-bottom: 1px dotted rgba( 22, 18, 14, .3 ); text-decoration: none; color: #16120E; font-size: 13.5px; }
.co-rail__epi b { font-family: 'Big Shoulders Display', sans-serif; font-weight: 800; font-size: 15px; color: #B07E1C; }
.co-rail__epi:hover { color: #8E2F21; }
.co-rail__epi.is-now { font-weight: 700; background: linear-gradient( 90deg, rgba( 227, 178, 60, .25 ), rgba( 227, 178, 60, 0 ) ); }
.co-rail__epi.is-now b { color: #8E2F21; }
.co-rail__epi.is-now i { font-style: normal; font-size: 10px; color: #8E2F21; letter-spacing: .1em; }
.co-rail__pulse { display: flex; align-items: center; gap: 8px; }
.co-rail__pulse i { width: 7px; height: 7px; border-radius: 50%; background: #8E2F21; animation: coRailPulse 2.4s ease-in-out infinite; }
@keyframes coRailPulse { 0%, 100% { opacity: .45; } 50% { opacity: 1; } }

@media ( max-width: 782px ) { .co-rail { position: static; max-width: none; max-height: none; overflow: visible; } }
@media print {
	.co-tract-page { background: none; padding: 0; }
	.co-rail, .co-tract-page__crumb, .co-share__copy { display: none !important; }
	.co-tract { box-shadow: none; }
}


/* ================= v1.2 — the Moving Picture Rite ================= */
@keyframes coSpinReel { from { transform: rotate( 0 ); } to { transform: rotate( 360deg ); } }
@keyframes coPulse { 0%, 100% { opacity: .45; } 50% { opacity: 1; } }
@keyframes coBars { from { transform: scaleY( .25 ); } to { transform: scaleY( 1 ); } }
@keyframes coShimmer { from { transform: translateX( -130% ) skewX( -18deg ); } to { transform: translateX( 260% ) skewX( -18deg ); } }
@keyframes coSealWobble { 0%, 100% { transform: rotate( -2deg ) scale( 1 ); } 50% { transform: rotate( 2deg ) scale( 1.05 ); } }

.co-reel__head { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.co-blk__flag--ink { background: #16120E; color: #E3B23C; }
.co-reel__title { font-family: 'IM Fell English', serif; font-style: italic; font-size: 15px; color: #4a3c28; }
.co-reel__lamp { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-family: 'Space Grotesk', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: #8E2F21; }
.co-reel__lamp i { width: 8px; height: 8px; border-radius: 50%; background: #8E2F21; opacity: .4; }
.co-reel.is-showing .co-reel__lamp i { opacity: 1; animation: coPulse 1.4s ease-in-out infinite; }
.co-reel__frame { display: flex; border: 3px solid #16120E; background: #0e0b08; margin-top: 14px; box-shadow: 0 18px 36px -16px rgba( 22, 18, 14, .55 ); }
.co-reel__sprockets { flex: none; width: 22px; background: repeating-linear-gradient( 180deg, #0e0b08 0 14px, #2b2317 14px 24px ); }
.co-reel__stage { flex: 1; position: relative; aspect-ratio: 16 / 9; min-height: 230px; display: flex; align-items: center; justify-content: center; background: radial-gradient( circle at 50% 42%, #3a2f1c, #0e0b08 78% ); background-size: cover; background-position: center; }
.co-reel__stage iframe, .co-reel__stage video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.co-reel__play { display: flex; flex-direction: column; align-items: center; gap: 12px; background: rgba( 14, 11, 8, .45 ); border: none; cursor: pointer; color: #F1E6D2; position: absolute; inset: 0; width: 100%; }
.co-reel__ring { width: 86px; height: 86px; border-radius: 50%; border: 3px double #E3B23C; display: inline-flex; align-items: center; justify-content: center; font-size: 30px; color: #E3B23C; box-shadow: 0 0 0 8px rgba( 227, 178, 60, .08 ); transition: transform .2s; }
.co-reel__play:hover .co-reel__ring { transform: scale( 1.07 ); }
.co-reel__cta { font-family: 'Space Grotesk', sans-serif; font-size: 10.5px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: rgba( 241, 230, 210, .75 ); }
.co-reel__foot { display: flex; justify-content: space-between; gap: 10px; flex-wrap: wrap; font-family: 'IM Fell English', serif; font-size: 12px; color: #6b5638; margin-top: 8px; }

/* ================= the Hymn Board ================= */
.co-hymnboard { background: #16120E !important; color: #F1E6D2; padding: 0 !important; }
.co-hymnboard__head { padding: 16px 20px 12px; border-bottom: 1px solid rgba( 227, 178, 60, .25 ); display: flex; align-items: baseline; gap: 8px; }
.co-hymnboard__head em { margin-left: auto; font-family: 'IM Fell English', serif; font-size: 11px; color: rgba( 241, 230, 210, .5 ); }
.co-hymn { border-bottom: 1px solid rgba( 227, 178, 60, .14 ); }
.co-hymn summary { list-style: none; display: flex; align-items: center; gap: 12px; padding: 13px 20px; cursor: pointer; transition: background .15s; }
.co-hymn summary::-webkit-details-marker { display: none; }
.co-hymn summary:hover, .co-hymn[open] summary { background: rgba( 227, 178, 60, .08 ); }
.co-hymn__tile { flex: none; min-width: 52px; text-align: center; background: #F1E6D2; color: #16120E; font-family: 'Big Shoulders Display', sans-serif; font-weight: 900; font-size: 22px; padding: 6px 8px; border-radius: 3px; box-shadow: inset 0 -3px 0 rgba( 22, 18, 14, .3 ); }
.co-hymn__t { flex: 1; min-width: 0; }
.co-hymn__t b { display: block; font-size: 13px; line-height: 1.3; }
.co-hymn__t i { display: block; font-style: normal; font-size: 10.5px; color: rgba( 241, 230, 210, .5 ); margin-top: 2px; }
.co-hymn__caret { color: #E3B23C; font-size: 13px; transition: transform .2s; }
.co-hymn[open] .co-hymn__caret { transform: rotate( 180deg ); }
.co-hymn__body { padding: 0 20px 14px; }
.co-hymn__body p { font-family: 'IM Fell English', serif; font-style: italic; font-size: 12.5px; line-height: 1.55; color: rgba( 241, 230, 210, .8 ); margin: 0 0 10px; }
.co-hymn__body audio { width: 100%; height: 34px; }
.co-hymnboard__fine { padding: 10px 20px 14px; font-size: 10.5px; color: rgba( 241, 230, 210, .45 ); border-top: 1px solid rgba( 227, 178, 60, .25 ); }

/* ================= the Rite of Proclamation ================= */
.co-share-rail { flex: 0 0 46px; position: sticky; top: 86px; display: flex; flex-direction: column; align-items: center; gap: 7px; font-family: 'Space Grotesk', sans-serif; }
.co-share-rail__spine { writing-mode: vertical-rl; font-size: 9px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: rgba( 22, 18, 14, .55 ); margin-bottom: 3px; }
.co-share-net { border: none; background: transparent; padding: 0; cursor: pointer; display: inline-flex; flex-direction: column; align-items: center; gap: 6px; color: #16120E; }
.co-share-net__disc { width: 42px; height: 42px; border-radius: 50%; border: 1.5px solid #16120E; background: #FBF6EC; display: inline-flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 700; box-shadow: 3px 3px 0 rgba( 22, 18, 14, .22 ); transition: transform .15s, background .15s; }
.co-share-net:hover .co-share-net__disc { background: #E3B23C; transform: translateY( -2px ) rotate( -4deg ); }
.co-share-net--big .co-share-net__disc { width: 52px; height: 52px; border-width: 2px; font-size: 18px; }
.co-share-net__label { font-size: 10px; font-weight: 700; letter-spacing: .06em; }
.co-share-rail__reward { background: #16120E; color: #E3B23C; font-size: 8.5px; font-weight: 700; letter-spacing: .06em; border-radius: 10px; padding: 5px 7px; text-align: center; line-height: 1.35; max-width: 74px; }
.co-share-fab { display: none; position: fixed; right: 18px; bottom: 22px; z-index: 520; width: 54px; height: 54px; border-radius: 50%; border: 2px solid #16120E; background: #E3B23C; color: #16120E; font-size: 20px; cursor: pointer; box-shadow: 0 12px 26px -8px rgba( 22, 18, 14, .55 ); align-items: center; justify-content: center; }
.co-share-sheet[hidden] { display: none !important; }
.co-share-sheet { position: fixed; inset: 0; z-index: 540; background: rgba( 22, 18, 14, .62 ); display: flex; align-items: flex-end; justify-content: center; }
.co-share-sheet__panel { width: min( 500px, 100% ); background: #F4E8CE; border: 3px double #16120E; border-bottom: none; padding: 22px 22px 30px; font-family: 'Space Grotesk', sans-serif; }
.co-share-sheet__head { display: flex; align-items: flex-start; gap: 10px; }
.co-share-sheet__eyebrow { display: block; font-size: 10px; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; color: #8E2F21; }
.co-share-sheet__title { display: block; font-family: 'Big Shoulders Display', sans-serif; font-weight: 900; font-size: 26px; text-transform: uppercase; line-height: .95; margin-top: 4px; color: #16120E; }
.co-share-sheet__close { margin-left: auto; width: 32px; height: 32px; border-radius: 50%; border: 1.5px solid #16120E; background: transparent; color: #16120E; font-size: 13px; cursor: pointer; }
.co-share-sheet__close:hover { background: #16120E; color: #F1E6D2; }
.co-share-sheet__nets { display: flex; justify-content: space-between; gap: 8px; margin-top: 18px; flex-wrap: wrap; }
.co-share-sheet__reward { margin-top: 16px; background: #16120E; color: #F1E6D2; border-radius: 10px; padding: 11px 14px; font-size: 11.5px; display: flex; align-items: center; gap: 8px; }
.co-share-sheet__reward span { color: #E3B23C; font-size: 14px; }

/* ================= livelier rail rites ================= */
.co-rail__head { display: flex; align-items: center; gap: 8px; }
.co-lamp { margin-left: auto; display: inline-flex; align-items: center; gap: 5px; font-size: 8.5px; font-weight: 700; letter-spacing: .16em; color: rgba( 22, 18, 14, .38 ); }
.co-lamp i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.co-lamp b { display: none; }
#co-player.is-live .co-lamp { color: #8E2F21; }
#co-player.is-live .co-lamp i { animation: coPulse 1.2s ease-in-out infinite; }
#co-player.is-live .co-lamp b { display: inline; }
#co-player.is-live .co-lamp s { display: none; }
.co-lamp s { text-decoration: none; }
.co-rail__card--ink { position: relative; overflow: hidden; }
.co-rail__seal { position: absolute; top: 16px; right: 16px; width: 46px; height: 46px; border-radius: 50%; background: #E3B23C; color: #16120E; display: inline-flex; align-items: center; justify-content: center; font-size: 20px; box-shadow: 0 5px 12px rgba( 0, 0, 0, .45 ), inset 0 0 0 3px rgba( 22, 18, 14, .25 ); animation: coSealWobble 5s ease-in-out infinite; z-index: 2; }
.co-rail__shimmer { position: absolute; top: 0; bottom: 0; left: 0; width: 46%; background: linear-gradient( 90deg, transparent, rgba( 241, 230, 210, .12 ), transparent ); animation: coShimmer 4.5s ease-in-out infinite; pointer-events: none; }

/* ================= the toast ================= */
.co-toast { position: fixed; left: 50%; bottom: 26px; transform: translateX( -50% ) translateY( 20px ); z-index: 600; background: #16120E; color: #F1E6D2; border: 1.5px solid #E3B23C; border-radius: 999px; padding: 10px 20px; font-family: 'Space Grotesk', sans-serif; font-size: 13px; box-shadow: 0 14px 34px -10px rgba( 22, 18, 14, .6 ); opacity: 0; transition: opacity .25s, transform .25s; pointer-events: none; max-width: min( 92vw, 560px ); text-align: center; }
.co-toast.is-shown { opacity: 1; transform: translateX( -50% ); }

/* ================= responsive blessing ================= */
@media ( max-width: 1150px ) { .co-share-rail { display: none; } .co-share-fab { display: flex; } }
@media ( max-width: 920px ) { .co-rail { position: static; max-width: none; max-height: none; overflow: visible; } }
@media ( max-width: 600px ) {
	.co-tract-page { padding: 16px 12px 70px; }
	.co-tract-page__grid { gap: 20px; }
	.co-tract { padding: 20px 16px; border-width: 2px; }
	.co-blk__roman { font-size: 42px; }
	.co-columns { columns: 1; }
	.co-reel__sprockets { width: 12px; }
	.co-stat b { font-size: 26px; }
}
/* ================= the Hymn(s) — broadsheet board (v1.3) ================= */
.co-hymnsheet { border: 2px solid #16120E; background: #F9F0DC; margin-top: 4px; }
.co-hymnsheet__board { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; flex-wrap: wrap; background: #16120E; color: #E3B23C; padding: 10px 16px; font-family: 'Space Grotesk', sans-serif; font-size: 10.5px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.co-hymnsheet__board em { font-family: 'IM Fell English', serif; font-style: italic; font-weight: 400; font-size: 11.5px; letter-spacing: .02em; text-transform: none; color: rgba( 241, 230, 210, .55 ); }
.co-hymnrow { display: flex; align-items: center; gap: 16px; padding: 14px 16px; border-bottom: 1px dotted rgba( 22, 18, 14, .4 ); }
.co-hymnrow:last-of-type { border-bottom: none; }
.co-hymnrow__no { flex: none; min-width: 64px; text-align: center; background: #16120E; color: #F1E6D2; font-family: 'Big Shoulders Display', sans-serif; font-weight: 900; font-size: 24px; line-height: 1; padding: 8px 6px; box-shadow: inset 0 -4px 0 rgba( 227, 178, 60, .35 ); }
.co-hymnrow__no i { display: block; font-style: normal; font-family: 'Space Grotesk', sans-serif; font-size: 8.5px; letter-spacing: .3em; color: #E3B23C; margin-bottom: 3px; }
.co-hymnrow__t { flex: 1; min-width: 0; }
.co-hymnrow__t b { display: block; font-family: 'Big Shoulders Display', sans-serif; font-weight: 800; font-size: 20px; text-transform: uppercase; line-height: .95; }
.co-hymnrow__t span { display: block; font-family: 'Space Grotesk', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #B07E1C; margin-top: 4px; }
.co-hymnrow__t em { display: block; font-size: 13.5px; color: #4a3c28; margin-top: 5px; }
.co-hymnrow__organ { flex: none; display: flex; align-items: flex-end; gap: 3px; height: 26px; }
.co-hymnrow__organ i { width: 5px; height: 100%; background: #B07E1C; transform-origin: bottom; animation: coBars .9s ease-in-out infinite alternate; }
.co-hymnrow__organ i:nth-child(2) { animation-delay: .15s; background: #8E2F21; }
.co-hymnrow__organ i:nth-child(3) { animation-delay: .3s; }
.co-hymnrow__organ i:nth-child(4) { animation-delay: .45s; background: #8E2F21; }
.co-hymnsheet__fine { padding: 9px 16px 11px; font-family: 'IM Fell English', serif; font-style: italic; font-size: 12px; color: #6b5638; border-top: 1px solid rgba( 22, 18, 14, .25 ); }
@media ( max-width: 600px ) { .co-hymnrow { gap: 12px; } .co-hymnrow__organ { display: none; } }

@media ( prefers-reduced-motion: reduce ) {
	.co-rail__seal, .co-rail__shimmer, .co-reel__lamp i, .co-lamp i, .co-hymnrow__organ i { animation: none !important; }
}
