@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;1,6..72,400&display=swap");

:root {
  --ink: #171217;
  --ink-soft: #30282f;
  --paper: #f6f1ed;
  --paper-deep: #ebe1dc;
  --rose: #a95570;
  --rose-light: #d99bae;
  --plum: #592747;
  --muted: #746b71;
  --line: rgba(23, 18, 23, 0.16);
  --white: #fffdfa;
  --font-display: "Newsreader", Georgia, serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --page-pad: clamp(1.25rem, 4vw, 4.5rem);
  --radius: 0.2rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-body); line-height: 1.55; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }
::selection { background: var(--rose-light); color: var(--ink); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: var(--white); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.site-header { height: 5.5rem; padding: 0 var(--page-pad); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(246, 241, 237, .92); backdrop-filter: blur(18px); position: sticky; top: 0; z-index: 100; }
.brand { text-decoration: none; display: flex; align-items: center; gap: .85rem; }
.brand-name { font-family: var(--font-display); font-size: clamp(1.45rem, 3vw, 1.9rem); letter-spacing: .02em; }
.brand-mark { width: 2.25rem; height: 2.25rem; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; font: 500 .62rem/1 var(--font-body); letter-spacing: .13em; }
.site-nav { display: flex; gap: clamp(1.3rem, 3vw, 2.8rem); align-items: center; }
.site-nav a { font-size: .76rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; position: relative; padding: .4rem 0; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--rose); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a.is-current::after { right: 0; }
.nav-toggle { display: none; background: transparent; border: 0; padding: .8rem; }

.eyebrow { margin: 0 0 .9rem; color: var(--rose); font-size: .68rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; line-height: 1.02; }
h1 { font-size: clamp(3rem, 6.2vw, 5.5rem); }
h2 { font-size: clamp(2rem, 3.6vw, 3.25rem); }
h3 { font-size: clamp(1.55rem, 2.7vw, 2.3rem); }
.section-shell { padding: clamp(4rem, 7vw, 7rem) var(--page-pad); }

.hero { min-height: calc(100svh - 5.5rem); position: relative; overflow: hidden; padding: clamp(3rem, 7vw, 7rem) var(--page-pad) 4rem; }
.hero-home { display: grid; grid-template-columns: minmax(0, .9fr) minmax(20rem, .7fr); gap: clamp(2rem, 6vw, 7rem); align-items: center; background: var(--ink); color: var(--white); }
.hero-copy { position: relative; z-index: 2; max-width: 48rem; min-width: 0; }
.hero h1 { margin-bottom: 1.5rem; letter-spacing: -.025em; }
.hero h1 em { color: var(--rose-light); font-weight: 400; }
.hero .eyebrow { color: var(--rose-light); }
.hero-intro { max-width: 41rem; color: rgba(255, 253, 250, .72); font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero-copy.reveal, .page-hero .reveal { opacity: 1; transform: none; }
.hero-art { position: relative; z-index: 2; align-self: stretch; display: flex; flex-direction: column; justify-content: center; }
.hero-portrait { min-height: min(65vh, 44rem); border: 1px solid rgba(255,255,255,.16); overflow: hidden; position: relative; background: #241823; }
.hero-portrait::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(16,13,17,.28)); pointer-events: none; }
.hero-portrait img { width: 100%; height: min(65vh, 44rem); object-fit: cover; object-position: 50% 35%; filter: saturate(.88) contrast(1.03); }
.image-label { display: flex; justify-content: space-between; margin: .8rem 0 0; font-size: .64rem; text-transform: uppercase; letter-spacing: .13em; color: rgba(255,255,255,.55); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .45; }
.hero-glow-one { width: 30rem; height: 30rem; background: #6f2b58; left: -15rem; top: 8%; }
.hero-glow-two { width: 24rem; height: 24rem; background: #ae5b71; right: 20%; bottom: -17rem; }

.button-row { margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: .75rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 3.25rem; padding: .85rem 1.5rem; border: 1px solid transparent; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; font-weight: 600; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--rose); color: var(--white); }
.button-primary:hover { background: #bd657f; }
.button-ghost { border-color: rgba(255,255,255,.32); color: var(--white); }
.button-ghost:hover { background: var(--white); color: var(--ink); }
.button-light { background: var(--white); color: var(--ink); }

.section-heading { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 3rem; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 25rem; color: var(--muted); }
.world-statement { display: grid; grid-template-columns: minmax(10rem, .35fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 7rem); align-items: start; padding: clamp(2rem, 4vw, 3.5rem) 0; margin: 0 0 clamp(2.5rem, 5vw, 4.5rem); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.world-statement .eyebrow { margin: .45rem 0 0; }
.world-statement blockquote { max-width: 58rem; margin: 0; font-family: var(--font-display); font-size: clamp(1.5rem, 2.4vw, 2.15rem); font-style: italic; line-height: 1.18; }
.world-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem, 2.5vw, 2rem); }
.world-card { position: relative; text-decoration: none; background: var(--white); border: 1px solid var(--line); overflow: hidden; }
.world-card-art { aspect-ratio: 5 / 4; display: grid; place-items: center; overflow: hidden; position: relative; }
.world-card-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(23,18,23,.42)); }
.world-card-art img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.world-card-ai .world-card-art img { object-position: 50% 25%; }
.world-card-art span { position: absolute; z-index: 1; right: 1rem; bottom: -.15em; font-family: var(--font-display); font-size: clamp(4rem, 10vw, 8rem); line-height: .8; color: var(--white); opacity: .18; transition: transform .5s ease, opacity .5s ease; }
.world-card-real .world-card-art { background: radial-gradient(circle at 50% 25%, #dfbdb3, #8d5865 48%, #33202c 100%); color: var(--white); }
.world-card-ai .world-card-art { background: radial-gradient(circle at 55% 30%, #c985a3, #552d58 48%, #18131f 100%); color: var(--white); }
.world-card-copy { padding: clamp(1.5rem, 4vw, 3rem); }
.world-card-copy h3 { margin-bottom: 1rem; }
.world-card-copy > p:not(.eyebrow) { color: var(--muted); max-width: 33rem; }
.world-card:hover .world-card-art span { transform: scale(1.06); opacity: .22; }
.world-card:hover .world-card-art img { transform: scale(1.025); }
.text-link { display: inline-flex; gap: .75rem; align-items: center; text-transform: uppercase; letter-spacing: .13em; text-decoration: none; font-size: .66rem; font-weight: 600; }
.text-link b { font-size: 1rem; transition: transform .2s ease; }
.text-link:hover b { transform: translate(3px, -3px); }

.process-band { padding: clamp(5rem, 9vw, 9rem) var(--page-pad); background: var(--plum); color: var(--white); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.process-copy p:not(.eyebrow) { color: rgba(255,255,255,.68); max-width: 37rem; }
.text-link-light { margin-top: 1rem; color: var(--white); }
.process-steps { list-style: none; margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.2); }
.process-steps li { display: grid; grid-template-columns: 3rem 1fr 2fr; align-items: baseline; gap: 1rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.process-steps span { color: var(--rose-light); font-size: .65rem; letter-spacing: .12em; }
.process-steps strong { font-family: var(--font-display); font-size: 1.6rem; font-weight: 400; }
.process-steps small { color: rgba(255,255,255,.6); }

.dispatch { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 9vw, 10rem); align-items: center; }
.dispatch h2 { margin-bottom: 1rem; }
.dispatch > div > p:last-child { color: var(--muted); max-width: 31rem; }
.signup-form label, .signup-form legend { font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.signup-form > label { display: block; margin-bottom: .5rem; }
.signup-row { display: grid; grid-template-columns: 1fr auto; }
.signup-row input { min-width: 0; border: 1px solid var(--ink); border-right: 0; background: transparent; padding: 0 1rem; }
.signup-form fieldset { border: 0; padding: 1rem 0 0; margin: 0; display: flex; flex-wrap: wrap; gap: .8rem 1.4rem; }
.signup-form legend { float: left; margin-right: 1.4rem; color: var(--muted); }
.signup-form fieldset label { letter-spacing: 0; text-transform: none; font-weight: 400; }
.signup-form input[type="radio"] { accent-color: var(--rose); }
.form-note { margin: .9rem 0 0; color: var(--muted); font-size: .73rem; }

.page-hero { min-height: 29rem; padding: clamp(4.5rem, 8vw, 7rem) var(--page-pad) 2.75rem; display: flex; justify-content: space-between; align-items: end; gap: 2rem; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 32rem; height: 32rem; border-radius: 50%; filter: blur(1px); right: -10rem; top: -12rem; opacity: .45; }
.page-hero > div { max-width: 57rem; position: relative; z-index: 1; }
.page-hero h1 { margin-bottom: 1rem; font-size: clamp(3rem, 5.5vw, 5rem); }
.page-hero > div > p:last-child { max-width: 43rem; font-size: 1.05rem; }
.page-hero-real { background: linear-gradient(135deg, #e4c5bd, #875464); }
.page-hero-real::after { background: #f4dcd3; }
.page-hero-ai { background: linear-gradient(135deg, #241729, #7e4269); color: var(--white); }
.page-hero-ai::after { background: #ca728f; }
.page-hero-ai > div > p:last-child { color: rgba(255,255,255,.7); }
.gallery-count { position: relative; z-index: 1; margin: 0; font-size: .67rem; text-transform: uppercase; letter-spacing: .13em; white-space: nowrap; }
.gallery-section { padding: clamp(3rem, 6vw, 5rem) var(--page-pad) clamp(5rem, 8vw, 8rem); }
.gallery-note { display: grid; grid-template-columns: minmax(15rem, .7fr) minmax(0, 1.3fr); gap: clamp(2rem, 7vw, 8rem); align-items: start; padding: clamp(1.5rem, 3vw, 2.5rem); margin-bottom: clamp(2.5rem, 5vw, 4rem); border-left: 3px solid var(--rose); background: var(--paper-deep); }
.gallery-note h2 { max-width: 30rem; margin: 0; font-size: clamp(1.75rem, 3vw, 2.55rem); line-height: 1.06; }
.gallery-note > p:last-child { max-width: 47rem; margin: .2rem 0 0; color: var(--muted); font-size: 1rem; }
.gallery-note-ai { background: #eadfe6; }
.gallery-note-real { background: #eee1dc; }
.gallery-upsell { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin: 0 0 clamp(2rem, 4vw, 3rem); padding: clamp(1.25rem, 2.4vw, 1.8rem); scroll-margin-top: 6.5rem; }
.gallery-upsell > div { display: grid; gap: .3rem; }
.gallery-upsell .eyebrow { margin: 0 0 .15rem; }
.gallery-upsell strong { font-family: "Newsreader", Georgia, serif; font-size: clamp(1.35rem, 2.1vw, 1.85rem); font-weight: 500; line-height: 1.08; }
.gallery-upsell span { color: inherit; font-size: .83rem; opacity: .7; }
.gallery-upsell .button { flex: 0 0 auto; }
.gallery-upsell-ai { color: var(--white); background: var(--ink); }
.gallery-upsell-real { color: var(--ink); background: #e4c7c6; }
.gallery-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); margin-bottom: 1rem; }
.gallery-toolbar p, .gallery-toolbar > span { margin: 0; font-size: .66rem; text-transform: uppercase; letter-spacing: .12em; }
.gallery-toolbar > span { color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; align-items: start; }
.gallery-item { width: 100%; display: block; aspect-ratio: 4 / 5; margin: 0; padding: 0; border: 0; background: var(--paper-deep); cursor: zoom-in; position: relative; overflow: hidden; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; transition: transform .45s ease; }
.gallery-item::after { content: attr(data-label); position: absolute; left: .75rem; bottom: .75rem; color: var(--white); background: rgba(23,18,23,.7); padding: .35rem .5rem; text-transform: uppercase; letter-spacing: .12em; font-size: .56rem; opacity: 0; transition: opacity .2s ease; }
.gallery-item:hover img { transform: scale(1.02); }
.gallery-item:hover::after { opacity: 1; }
.gallery-empty { text-align: center; padding: clamp(5rem, 12vw, 10rem) 1rem; border: 1px solid var(--line); }
.gallery-empty[hidden] { display: none; }
.gallery-empty span { color: var(--rose); text-transform: uppercase; letter-spacing: .15em; font-size: .65rem; }
.gallery-empty h2 { margin: 1rem 0; }
.gallery-empty p { color: var(--muted); max-width: 38rem; margin: auto; }
.filter-row { display: flex; flex-wrap: wrap; gap: .5rem; }
.filter-button { border: 1px solid var(--line); background: transparent; padding: .55rem .8rem; font-size: .63rem; text-transform: uppercase; letter-spacing: .1em; cursor: pointer; }
.filter-button.is-active { background: var(--ink); color: var(--white); }
.gallery-cta { text-align: center; padding: clamp(5rem, 9vw, 8rem) var(--page-pad); background: var(--paper-deep); }
.gallery-cta h2 { max-width: 60rem; margin-left: auto; margin-right: auto; }
.gallery-cta > p:not(.eyebrow) { max-width: 39rem; margin: 0 auto 2rem; color: var(--muted); }
.gallery-cta-dark { background: var(--ink); color: var(--white); }
.gallery-cta-dark > p:not(.eyebrow) { color: rgba(255,255,255,.65); }

.lightbox { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 1rem; border: 0; background: rgba(10,8,10,.96); color: var(--white); overflow: hidden; }
.lightbox::backdrop { background: rgba(10,8,10,.9); }
.lightbox[open] { display: grid; grid-template-columns: 4rem 1fr 4rem; align-items: center; }
.lightbox figure { margin: 0; display: grid; grid-template-rows: minmax(0, 1fr) auto; height: calc(100dvh - 2rem); min-width: 0; }
.lightbox img { width: 100%; height: 100%; min-height: 0; object-fit: contain; }
.lightbox figcaption { display: flex; justify-content: space-between; padding: .65rem 0 0; font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.7); }
.lightbox button { background: transparent; color: var(--white); border: 0; cursor: pointer; }
.lightbox-close { position: fixed; z-index: 2; right: 1rem; top: .5rem; font-size: 2.5rem; font-weight: 200; }
.lightbox-nav { font-size: 1.8rem; height: 6rem; }

.links-page { padding-bottom: 6rem; }
.links-intro { padding: clamp(4rem, 7vw, 6.5rem) var(--page-pad) clamp(3rem, 5vw, 4.5rem); max-width: 84rem; }
.links-intro h1 { max-width: 65rem; font-size: clamp(3rem, 5.6vw, 4.8rem); }
.links-intro > p:not(.eyebrow) { color: var(--muted); max-width: 40rem; font-size: 1.05rem; }
.links-jump { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.links-jump-secondary { border-color: var(--ink); }
.link-group { padding: 0 var(--page-pad) clamp(4rem, 7vw, 6rem); }
.link-group-heading { display: flex; gap: 1.5rem; align-items: start; padding-bottom: 2rem; border-bottom: 1px solid var(--line); }
.link-group-heading > span { color: var(--rose); font-size: .65rem; letter-spacing: .12em; }
.link-group-heading h2 { margin: 0; }
.link-list a { display: grid; grid-template-columns: 1fr auto 2rem; gap: 1rem; align-items: center; text-decoration: none; padding: 1.35rem 0; border-bottom: 1px solid var(--line); }
.link-list span { display: flex; gap: 1rem; align-items: center; }
.link-list b { font-family: var(--font-display); font-size: 1.65rem; font-weight: 400; }
.link-list span small { padding: .25rem .45rem; border: 1px solid var(--line); font-size: .58rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.link-list small, .link-list em { color: var(--muted); font-style: normal; }
.link-list i { font-style: normal; font-size: 1.2rem; transition: transform .2s ease; }
.link-list a:hover i { transform: translate(3px, -3px); }
.adult-group { scroll-margin-top: 7rem; }
.adult-notice { display: flex; align-items: center; gap: 1rem; padding: 1rem; background: var(--ink); color: var(--white); margin-bottom: 2rem; }
.adult-notice strong { width: 3rem; height: 3rem; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; flex: 0 0 auto; display: grid; place-items: center; font-size: .7rem; }
.adult-notice p { margin: 0; color: rgba(255,255,255,.7); font-size: .82rem; }
.paid-link-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1rem; }
.paid-link { min-height: 21rem; padding: clamp(2rem, 4vw, 3rem); display: flex; flex-direction: column; justify-content: end; text-decoration: none; color: var(--white); position: relative; overflow: hidden; }
.paid-link::before { content: ""; position: absolute; width: 23rem; height: 23rem; border-radius: 50%; right: -8rem; top: -8rem; opacity: .35; }
.paid-link > * { position: relative; z-index: 1; }
.paid-link h3 { margin-bottom: 1rem; }
.paid-link p:not(.eyebrow) { color: rgba(255,255,255,.68); max-width: 31rem; }
.paid-link span { margin-top: 1.5rem; text-transform: uppercase; letter-spacing: .12em; font-size: .65rem; }
.paid-link-real { background: #74394e; }
.paid-link-real::before { background: #dda7ae; }
.paid-link-ai { background: #2b1933; }
.paid-link-ai::before { background: #984d86; }
.paid-link.is-coming { opacity: .78; cursor: default; }
.paid-link.is-coming span { align-self: flex-start; padding: .55rem .75rem; border: 1px solid rgba(255,255,255,.45); }

.site-footer { padding: 3rem var(--page-pad); background: #0e0b0e; color: var(--white); display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 1.5rem; align-items: center; }
.brand-footer { align-self: start; }
.site-footer > p { color: rgba(255,255,255,.5); font-size: .75rem; margin: 0; }
.site-footer nav { display: flex; gap: 1rem; }
.site-footer nav a { color: rgba(255,255,255,.7); font-size: .7rem; text-transform: uppercase; text-decoration: none; letter-spacing: .1em; }
.site-footer small { grid-column: 1 / -1; color: rgba(255,255,255,.35); border-top: 1px solid rgba(255,255,255,.13); padding-top: 1.3rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .hero-home { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding-top: 2rem; }
  .hero-art { min-height: 40rem; }
  .hero-portrait, .hero-portrait img { min-height: 38rem; height: 38rem; }
  .world-grid, .process-band, .dispatch, .paid-link-grid { grid-template-columns: 1fr; }
  .process-steps li { grid-template-columns: 2.5rem 1fr; }
  .process-steps small { grid-column: 2; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer > p { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  h1 { font-size: clamp(2.65rem, 13vw, 4.1rem); }
  h2 { font-size: clamp(1.9rem, 9vw, 3rem); }
  h3 { font-size: clamp(1.5rem, 7vw, 2.15rem); }
  .site-header { height: 4.5rem; background: var(--paper); backdrop-filter: none; isolation: isolate; }
  .brand-mark { display: none; }
  .nav-toggle { position: relative; z-index: 102; display: grid; gap: .42rem; width: 2.8rem; height: 2.8rem; place-content: center; color: var(--ink); background: var(--paper); border: 1px solid var(--line); }
  .nav-toggle span:not(.sr-only) { display: block; width: 1.7rem; height: 1px; background: currentColor; transition: transform .25s ease; }
  .nav-toggle[aria-expanded="true"] span:nth-last-child(2) { transform: translateY(4px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 101; inset: 4.5rem 0 0; min-height: calc(100dvh - 4.5rem); overflow-y: auto; background: var(--paper); border-top: 1px solid var(--line); box-shadow: -1rem 1.5rem 3rem rgba(23, 18, 23, .16); padding: 3rem var(--page-pad); flex-direction: column; align-items: start; gap: 1.6rem; transform: translateX(100%); transition: transform .3s ease; }
  .site-nav.is-open { transform: translateX(0); }
  .site-nav a { font-family: var(--font-display); font-size: 2.2rem; font-weight: 400; text-transform: none; letter-spacing: 0; }
  .hero { min-height: auto; padding-top: 4rem; }
  .hero-art { min-height: 28rem; }
  .hero-portrait, .hero-portrait img { min-height: 28rem; height: 28rem; }
  .section-heading, .page-hero { display: block; }
  .section-heading > p { margin-top: 1rem; }
  .world-statement { grid-template-columns: 1fr; gap: 1rem; }
  .world-statement .eyebrow { margin-top: 0; }
  .page-hero { min-height: 25rem; padding-top: 4.5rem; }
  .gallery-count { margin-top: 2rem; }
  .gallery-toolbar { align-items: start; flex-direction: column; }
  .gallery-note { grid-template-columns: 1fr; gap: 1rem; }
  .gallery-upsell { align-items: stretch; flex-direction: column; gap: 1.25rem; }
  .gallery-upsell .button { width: 100%; text-align: center; }
  .gallery-grid { grid-template-columns: 1fr; }
  .signup-row { grid-template-columns: 1fr; gap: .6rem; }
  .signup-row input { min-height: 3.25rem; border-right: 1px solid var(--ink); }
  .signup-form fieldset { display: grid; }
  .signup-form legend { float: none; margin-bottom: .5rem; }
  .link-list a { grid-template-columns: 1fr 1.5rem; }
  .link-list span { display: block; }
  .link-list span small { display: block; }
  .link-list em { display: none; }
  .paid-link { min-height: 23rem; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { flex-wrap: wrap; }
  .site-footer small, .site-footer > p { grid-column: 1; }
  .lightbox { padding: .5rem; }
  .lightbox[open] { grid-template-columns: 2.8rem 1fr 2.8rem; }
  .lightbox figure { height: calc(100dvh - 1rem); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
