:root {
    --red: #d52318;
    --wine: #781b17;
    --wine-dark: #40110f;
    --ink: #1d1b19;
    --muted: #69625b;
    --ivory: #f7f1e7;
    --cream: #eee2d1;
    --gold: #c7a368;
    --white: #fff;
    --line: rgba(29, 27, 25, .15);
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --container: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--ivory); font: 16px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p, figure, blockquote { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.04; }
h1 { max-width: 760px; font-size: clamp(3.4rem, 6.8vw, 7.8rem); letter-spacing: -.055em; }
h2 { font-size: clamp(2.8rem, 5vw, 5.5rem); letter-spacing: -.045em; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: clamp(88px, 10vw, 150px) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 12px 18px; background: var(--white); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 22px; color: var(--wine); font-size: .74rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow.light { color: #f2b8b2; }
.eyebrow.gold { color: var(--gold); }

.site-header { position: sticky; z-index: 100; top: 0; height: 86px; border-bottom: 1px solid var(--line); background: rgba(247, 241, 231, .94); backdrop-filter: blur(16px); }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 46px; height: 58px; object-fit: cover; mix-blend-mode: multiply; }
.brand span { display: grid; line-height: 1.1; }
.brand strong { font-family: var(--serif); font-size: 1.08rem; font-weight: 600; }
.brand small { margin-top: 5px; color: var(--muted); font-size: .61rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav a { font-size: .78rem; font-weight: 700; text-decoration: none; }
.main-nav a:not(.nav-visit):not(.language):hover { color: var(--red); }
.nav-visit { padding: 10px 16px; border: 1px solid var(--ink); }
.nav-visit:hover { color: var(--ivory); background: var(--ink); }
.language { display: grid; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; place-items: center; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: .25s; }

.hero { display: grid; min-height: calc(100svh - 86px); grid-template-columns: 49% 51%; background: var(--wine); }
.hero-copy { display: flex; min-height: 690px; color: var(--white); flex-direction: column; }
.hero-copy-inner { display: flex; width: min(680px, 100%); padding: clamp(70px, 8vw, 125px) clamp(32px, 6vw, 96px) 60px; flex: 1; flex-direction: column; justify-content: center; }
.hero h1 { margin-bottom: 34px; font-size: clamp(3.3rem, 5.6vw, 6.7rem); }
.hero-lead { max-width: 540px; color: #ead3cf; font-size: clamp(1.08rem, 1.5vw, 1.35rem); }
.hero-actions, .channel-links { display: flex; margin-top: 22px; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 52px; padding: 13px 22px; border: 1px solid transparent; align-items: center; justify-content: center; gap: 12px; font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--wine); background: var(--white); }
.button-dark { color: var(--white); background: var(--ink); }
.button-red { color: var(--white); background: var(--red); }
.text-link { padding: 8px 0; border-bottom: 1px solid currentColor; font-size: .82rem; font-weight: 800; text-decoration: none; }
.light-link { color: var(--white); }
.mass-strip { display: grid; padding: 24px clamp(32px, 6vw, 96px); border-top: 1px solid rgba(255,255,255,.2); color: #ead3cf; grid-template-columns: repeat(3, auto); gap: 18px; font-size: .76rem; letter-spacing: .04em; }
.mass-strip b { color: var(--white); }
.hero-image { position: relative; min-height: 690px; overflow: hidden; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; }
.hero-image::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(64,17,15,.18), transparent 30%); content: ''; pointer-events: none; }
.hero-image figcaption { position: absolute; z-index: 1; right: 24px; bottom: 22px; margin: 0; padding: 8px 12px; color: var(--white); background: rgba(29,27,25,.72); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }

.story { background: var(--ivory); }
.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; }
.story-heading h2 { max-width: 580px; margin-bottom: 0; }
.story-copy { padding-top: 48px; color: var(--muted); }
.large-copy { color: var(--ink); font: clamp(1.3rem, 2vw, 1.75rem)/1.55 var(--serif); }
.stats { display: grid; margin-top: 100px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); }
.stats div { display: grid; min-height: 180px; padding: 26px 6%; align-content: center; }
.stats div + div { border-left: 1px solid var(--line); }
.stats strong { color: var(--red); font: 4rem/1 var(--serif); }
.stats span { margin-top: 12px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.members { background: var(--cream); }
.section-heading { display: grid; margin-bottom: 70px; grid-template-columns: 1.5fr .65fr; gap: 8vw; align-items: end; }
.section-heading h2 { max-width: 800px; margin-bottom: 0; }
.section-heading > p { max-width: 420px; margin-bottom: 12px; color: var(--muted); }
.member-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(29,27,25,.26); border-left: 1px solid rgba(29,27,25,.26); }
.member-card { position: relative; min-height: 320px; padding: 28px; border-right: 1px solid rgba(29,27,25,.26); border-bottom: 1px solid rgba(29,27,25,.26); }
.member-card::after { position: absolute; right: 0; bottom: 0; width: 0; height: 4px; background: var(--red); content: ''; transition: width .3s; }
.member-card:hover::after { width: 100%; }
.member-number { color: var(--muted); font-size: .68rem; letter-spacing: .12em; }
.member-monogram { display: grid; width: 112px; height: 112px; margin: 38px 0 28px; border: 1px solid var(--red); border-radius: 50%; color: var(--red); place-items: center; font: 3.8rem/1 var(--serif); }
.member-photo { display: block; width: 112px; height: 112px; margin: 38px 0 28px; border: 3px solid var(--white); border-radius: 50%; object-fit: cover; object-position: center; box-shadow: 0 0 0 1px var(--line); }
.member-card h3 { margin-bottom: 6px; font-size: 1.7rem; }
.member-card p { margin: 0; color: var(--muted); font-size: .82rem; font-weight: 700; text-transform: uppercase; }

.history-band { padding: 110px 0; color: var(--white); background: var(--wine-dark); overflow: hidden; }
.history-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 9vw; }
.history-photo { --history-position: 100%; --history-next-opacity: 0; position: relative; aspect-ratio: 4/3; overflow: hidden; }
.history-photo::before { position: absolute; z-index: 3; top: 0; left: 0; width: 60px; height: 60px; border-top: 1px solid var(--gold); border-left: 1px solid var(--gold); content: ''; pointer-events: none; }
.history-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); }
.history-photo-current { z-index: 1; object-position: var(--history-position) center; will-change: object-position; }
.history-photo-next { z-index: 2; object-position: center; opacity: var(--history-next-opacity); will-change: opacity; }
.history-copy { position: relative; padding: 50px 0; }
.history-copy h2 { position: relative; z-index: 1; font-size: clamp(2.8rem, 4.6vw, 5.2rem); }
.history-copy > p:not(.eyebrow) { position: relative; z-index: 1; max-width: 620px; color: #ddc9c4; }
.history-mark { position: absolute; right: -20px; bottom: -130px; color: rgba(255,255,255,.04); font: 19rem/1 var(--serif); }

.memory { display: grid; min-height: 720px; grid-template-columns: 52% 48%; background: #151311; }
.memory-image { position: relative; overflow: hidden; }
.memory-image::after { position: absolute; inset: 0; background: linear-gradient(90deg, #151311 0%, rgba(21,19,17,.9) 7%, rgba(21,19,17,.42) 18%, transparent 32%), linear-gradient(0deg, rgba(0,0,0,.12), transparent 42%); content: ''; }
.memory-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.68) brightness(.88); }
.memory-copy { display: flex; max-width: 650px; padding: 90px clamp(38px, 7vw, 120px); color: var(--white); flex-direction: column; justify-content: center; }
.memory-cross { margin-bottom: 44px; color: var(--gold); font-size: 2.1rem; }
.memory-copy h2 { margin-bottom: 28px; font-size: clamp(3.4rem, 5.4vw, 6.2rem); }
.memory-copy > p:not(.eyebrow) { color: #cfc7bc; }
.memory-copy blockquote { margin: 28px 0 0; padding-top: 24px; border-top: 1px solid rgba(199,163,104,.45); color: var(--gold); font: italic 1.15rem/1.55 var(--serif); }

.gallery { background: var(--ivory); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 14px; }
.gallery-item { position: relative; padding: 0; border: 0; overflow: hidden; background: #ddd; cursor: zoom-in; }
.gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: span 2; }
.gallery-item:nth-child(3) { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.75,.25,1); }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item::after { position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.7)); content: ''; }
.gallery-item span { position: absolute; z-index: 1; right: 18px; bottom: 14px; left: 18px; color: var(--white); font: 1.18rem var(--serif); text-align: left; }

.videos { color: var(--white); background: var(--wine); }
.videos .eyebrow { color: #efb1aa; }
.videos .section-heading > p { color: #e7c9c5; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.video-card { border: 1px solid rgba(255,255,255,.2); background: rgba(0,0,0,.08); }
.video-poster { position: relative; width: 100%; padding: 0; border: 0; aspect-ratio: 16/9; overflow: hidden; background: #000; cursor: pointer; }
.video-poster img { width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: transform .5s, opacity .3s; }
.video-poster:hover img { transform: scale(1.035); opacity: 1; }
.video-poster iframe { width: 100%; height: 100%; border: 0; }
.play { position: absolute; top: 50%; left: 50%; display: grid; width: 68px; height: 68px; border-radius: 50%; color: var(--wine); background: var(--white); transform: translate(-50%, -50%); place-items: center; box-shadow: 0 10px 40px rgba(0,0,0,.25); }
.play span { margin-left: 4px; }
.video-info { min-height: 140px; padding: 24px; }
.video-info p { margin-bottom: 8px; color: #efb1aa; font-size: .67rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.video-info h3 { margin: 0; font-size: 1.45rem; line-height: 1.25; }
.videos .button-dark { color: var(--ink); background: var(--white); }

.visit { position: relative; min-height: 760px; padding: clamp(70px, 8vw, 120px); overflow: hidden; }
.visit-image { position: absolute; inset: 0; }
.visit-image::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,18,16,.2), rgba(20,18,16,.65)); content: ''; }
.visit-image img { width: 100%; height: 100%; object-fit: cover; }
.visit-card { position: relative; z-index: 1; width: min(570px, 100%); margin-left: auto; padding: clamp(42px, 6vw, 78px); color: var(--white); background: rgba(64,17,15,.94); }
.visit-card h2 { font-size: clamp(3rem, 5vw, 5rem); }
.visit-card > p:not(.eyebrow) { color: #e4d0cc; }
.visit-card dl { display: grid; margin: 38px 0; gap: 24px; }
.visit-card dl div { display: grid; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); grid-template-columns: 135px 1fr; }
.visit-card dt { color: #efb1aa; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.visit-card dd { margin: 0; }

.contact { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10vw; }
.contact-copy h2 { font-size: clamp(2.8rem, 4.4vw, 5rem); }
.contact-copy > p:not(.eyebrow) { max-width: 480px; color: var(--muted); }
.contact-copy > a { display: inline-block; margin-top: 28px; color: var(--wine); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.contact-form { display: grid; gap: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label { display: grid; gap: 8px; }
.contact-form label > span { font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 15px 0; border: 0; border-bottom: 1px solid rgba(29,27,25,.35); border-radius: 0; outline: 0; color: var(--ink); background: transparent; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--red); box-shadow: 0 2px 0 var(--red); }
.contact-form textarea { resize: vertical; }
.contact-form .consent { display: flex; align-items: flex-start; gap: 12px; }
.contact-form .consent input { width: 18px; margin-top: 4px; accent-color: var(--red); }
.contact-form .consent span { color: var(--muted); font-size: .72rem; font-weight: 500; letter-spacing: 0; text-transform: none; }
.contact-form .button { width: max-content; }
.honeypot { position: absolute !important; left: -9999px; }
.form-notice { padding: 14px 18px; border-left: 4px solid; }
.form-notice.success { border-color: #39724b; background: #e6f2e8; }
.form-notice.error { border-color: var(--red); background: #f8dfdc; }

.site-footer { padding: 72px 0 38px; color: #d6cbc2; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .7fr 1.1fr; gap: 50px; }
.footer-brand { display: flex; align-items: center; gap: 20px; }
.footer-brand img { width: 66px; height: 82px; object-fit: cover; mix-blend-mode: screen; filter: grayscale(1); }
.site-footer strong, .site-footer a { color: var(--white); }
.site-footer p { margin: 8px 0 0; font-size: .76rem; }

.lightbox { width: min(1100px, calc(100vw - 32px)); max-width: none; padding: 0; border: 0; color: var(--white); background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(17,15,13,.92); backdrop-filter: blur(7px); }
.lightbox img { width: 100%; max-height: 82vh; object-fit: contain; }
.lightbox p { margin: 12px 0 0; text-align: center; }
.lightbox-close { position: absolute; z-index: 2; top: -46px; right: 0; width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--ink); background: var(--white); font-size: 1.8rem; cursor: pointer; }

.updates { background: #f1ece4; }
.updates-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.update-card { min-height: 300px; padding: 34px; background: var(--white); }
.update-card h3 { margin: 34px 0 14px; font: 2rem/1.08 var(--serif); }
.update-card .text-link { display: inline-block; margin-top: 22px; }
.mass-update-card { min-height: 300px; }
.mass-link-list { display: grid; margin-top: 22px; border-top: 1px solid var(--line); }
.mass-link-list a { display: grid; grid-template-columns: 10px 1fr auto; gap: 12px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.mass-link-list a:hover strong { color: var(--red); }
.mass-link-list span:not(.mass-colour) { display: grid; gap: 2px; }
.mass-link-list strong { font-size: .78rem; letter-spacing: .08em; }
.mass-colour { width: 8px; height: 32px; border-radius: 6px; background: var(--mass-colour); border: 1px solid rgba(0,0,0,.14); }
.chaplaincy-links { padding: 104px 0; color: var(--white); background: var(--wine-dark); }
.chaplaincy-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); gap: 9vw; align-items: start; }
.chaplaincy-copy h2 { max-width: 740px; margin: 18px 0 25px; color: var(--white); }
.chaplaincy-copy>p:not(.eyebrow) { max-width: 680px; color: rgba(255,255,255,.74); font-size: 1.08rem; line-height: 1.8; }
.chaplaincy-copy .button { margin-top: 25px; }
.useful-links { padding: 36px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.05); }
.useful-links h3 { margin: 12px 0 22px; color: var(--white); font: 2.35rem/1.05 var(--serif); }
.useful-link-list { display: grid; }
.useful-link-list a { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 19px 0; color: var(--white); border-top: 1px solid rgba(255,255,255,.16); text-decoration: none; }
.useful-link-list span { display: grid; gap: 6px; }
.useful-link-list strong { font-size: 1rem; }
.useful-link-list small { color: rgba(255,255,255,.62); line-height: 1.5; }
.useful-link-list a:hover strong { color: var(--gold); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--delay, 0ms), transform .7s var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
    .main-nav { gap: 15px; }
    .main-nav a { font-size: .7rem; }
    .hero { grid-template-columns: 52% 48%; }
    .member-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-grid { grid-template-columns: repeat(3, 1fr); }
    .video-grid { grid-template-columns: 1fr 1fr; }
    .updates-grid { grid-template-columns: 1fr; }
    .video-card:last-child { grid-column: span 2; }
}

@media (max-width: 820px) {
    :root { --container: min(100% - 36px, 680px); }
    .section { padding: 82px 0; }
    .site-header { height: 74px; }
    .brand img { width: 40px; height: 50px; }
    .menu-toggle { display: block; }
    .main-nav { position: fixed; inset: 74px 0 auto; display: flex; width: 100vw; height: calc(100svh - 74px); padding: 42px 28px; align-items: stretch; color: var(--white); background: var(--wine-dark); flex-direction: column; gap: 0; overflow-y: auto; transform: translateX(100%); transition: transform .3s; }
    .main-nav.open { transform: translateX(0); }
    .main-nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.15); font: 1.45rem var(--serif); }
    .main-nav .nav-visit { margin-top: 20px; padding: 14px 18px; border: 1px solid var(--white); text-align: center; }
    .main-nav .language { width: 50px; height: 50px; margin-top: 24px; padding: 0; border: 1px solid rgba(255,255,255,.35); font: 700 .8rem var(--sans); }
    .menu-toggle[aria-expanded='true'] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded='true'] span:nth-child(3) { opacity: 0; }
    .menu-toggle[aria-expanded='true'] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
    .hero { min-height: 0; grid-template-columns: 1fr; }
    .hero-image { min-height: 58vw; grid-row: 1; }
    .hero-copy { min-height: 0; grid-row: 2; }
    .hero-copy-inner { padding: 64px 24px; }
    .hero h1 { font-size: clamp(3.2rem, 12vw, 5.3rem); }
    .mass-strip { padding: 22px 24px; }
    .story-grid, .history-grid, .contact-grid { grid-template-columns: 1fr; gap: 50px; }
    .chaplaincy-grid { grid-template-columns: 1fr; gap: 50px; }
    .story-copy { padding-top: 0; }
    .section-heading { grid-template-columns: 1fr; gap: 20px; }
    .memory { grid-template-columns: 1fr; }
    .memory-image { min-height: 440px; }
    .memory-image::after { background: linear-gradient(180deg, #151311 0%, rgba(21,19,17,.78) 10%, transparent 42%); }
    .memory-copy { padding: 20px 28px 82px; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 220px; }
    .gallery-item:nth-child(3) { grid-row: auto; }
    .gallery-item:nth-child(6) { grid-column: span 1; }
    .visit { padding: 46px 22px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 540px) {
    h2 { font-size: 2.9rem; }
    .hero-image { min-height: 78vw; }
    .hero-copy-inner { padding-top: 54px; }
    .mass-strip { grid-template-columns: 1fr; gap: 4px; }
    .hero-actions { align-items: flex-start; flex-direction: column; }
    .stats { grid-template-columns: 1fr; }
    .stats div { min-height: 135px; }
    .stats div + div { border-top: 1px solid var(--line); border-left: 0; }
    .member-grid { grid-template-columns: 1fr; }
    .member-card { min-height: 270px; }
    .member-monogram { width: 92px; height: 92px; margin: 26px 0 20px; font-size: 3rem; }
    .member-photo { width: 92px; height: 92px; margin: 26px 0 20px; }
    .history-band { padding: 78px 0; }
    .memory-image { min-height: 340px; }
    .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; }
    .gallery-item:nth-child(1), .gallery-item:nth-child(6) { grid-column: auto; }
    .video-grid { grid-template-columns: 1fr; }
    .video-card:last-child { grid-column: auto; }
    .visit-card { padding: 42px 26px; }
    .visit-card dl div { grid-template-columns: 1fr; gap: 6px; }
    .form-row { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
    .reveal { opacity: 1; transform: none; }
    .history-photo { --history-position: 50%; --history-next-opacity: 0; }
    .history-photo-current { object-position: center; }
}
