:root {
  --ink: #211b18;
  --charcoal: #1c1b19;
  --graphite: #292723;
  --taupe: #756658;
  --stone: #b8a38e;
  --paper: #eee7dd;
  --ivory: #f7f2e9;
  --line-dark: rgba(247, 242, 233, .28);
  --line-light: rgba(33, 27, 24, .2);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --gutter: clamp(1.25rem, 5vw, 5.5rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { min-width: 20rem; scroll-behavior: smooth; scroll-padding-top: 1rem; }
body { min-width: 20rem; margin: 0; overflow-x: clip; color: var(--ink); background: var(--ivory); font-family: var(--sans); font-size: 1rem; line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.lightbox-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
a { color: inherit; }
p { max-width: 62ch; margin: 0; text-wrap: pretty; }
strong { font-weight: 650; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; text-wrap: balance; }
::selection { color: var(--ivory); background: #665142; }
.section { position: relative; }
.overline, .site-note { font-size: .66rem; font-weight: 650; line-height: 1.3; letter-spacing: .16em; text-transform: uppercase; }

/* 01 — hidden: a narrow field enters from the left. */
.hero { position: relative; min-height: min(58rem, 100svh); overflow: hidden; color: var(--ivory); background: var(--charcoal); }
.hero__media { position: absolute; inset: 0; margin: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; filter: brightness(.66) saturate(.68); }
.hero::after { content: ""; position: absolute; inset: 0; background: rgba(20, 19, 17, .18); pointer-events: none; }
.hero__inner { position: relative; z-index: 1; min-height: inherit; display: grid; grid-template-rows: auto 1fr auto; width: min(100%, 90rem); margin-inline: auto; padding: max(1.5rem, env(safe-area-inset-top)) var(--gutter) max(2.2rem, env(safe-area-inset-bottom)); }
.site-note { color: rgba(247, 242, 233, .7); }
.hero .overline { position: absolute; right: var(--gutter); top: max(1.5rem, env(safe-area-inset-top)); color: rgba(247, 242, 233, .68); }
.hero h1 { align-self: center; width: min(14ch, 64%); font-size: clamp(3.2rem, 6vw, 6.1rem); line-height: .89; letter-spacing: -.052em; }
.hero__copy { align-self: end; width: min(30rem, 40%); margin-left: auto; }
.hero__copy p { color: rgba(247, 242, 233, .72); }
.hero__copy .lead { margin-bottom: .65rem; }
.hero__copy strong { color: var(--ivory); }
.text-link { display: inline-flex; min-height: 2.75rem; align-items: center; gap: .65rem; margin-top: 1.25rem; border-bottom: 1px solid currentColor; font-size: .78rem; font-weight: 650; text-decoration: none; }

/* 02 — tension: the text and the surface share the frame. */
.opening { min-height: 58svh; display: grid; grid-template-columns: minmax(18rem, .82fr) 1.18fr; align-items: stretch; overflow: hidden; color: var(--ivory); background: var(--graphite); }
.opening__media { grid-column: 2; grid-row: 1 / 3; margin: 0; min-height: 100%; }
.opening__media img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; filter: brightness(.82) saturate(.76); }
.opening__statement, .opening__body { position: relative; z-index: 1; grid-column: 1; padding-inline: var(--gutter); }
.opening__statement { align-self: end; padding-top: 5rem; font-family: var(--serif); font-size: clamp(2.15rem, 4vw, 4.2rem); line-height: .98; letter-spacing: -.035em; }
.opening__body { align-self: start; padding-top: 3rem; padding-bottom: 5rem; color: #d6cdc3; }
.opening__body strong { color: var(--ivory); }

/* 03 — emergence: ten thoughts create a broader editorial field. */
.topics { isolation: isolate; min-height: 100svh; overflow: hidden; padding: clamp(4.5rem, 8vw, 8rem) var(--gutter); color: var(--ivory); background: #4b4037; }
.topics__media { position: absolute; z-index: -2; inset: 0; margin: 0; }
.topics__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; filter: brightness(.6) saturate(.7); }
.topics::after { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(31, 27, 24, .48); }
.section-heading { display: flex; align-items: baseline; justify-content: flex-start; gap: 1.4rem; margin-bottom: clamp(3.5rem, 7vw, 7rem); border-bottom: 1px solid var(--line-dark); padding-bottom: 1rem; }
.section-heading .overline { color: #ddd2c7; }
.section-heading h2 { font-family: var(--sans); font-size: .76rem; font-weight: 650; line-height: 1.2; letter-spacing: .16em; text-transform: uppercase; }
.topic-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(2.5rem, 6vw, 7rem) clamp(1.5rem, 3vw, 3.5rem); margin: 0; padding: 0; list-style: none; counter-reset: topics; }
.topic { counter-increment: topics; display: grid; grid-template-rows: auto auto 1fr; align-content: start; border-top: 1px solid var(--line-dark); padding-top: 1rem; }
.topic::before { content: counter(topics, decimal-leading-zero); margin-bottom: 1.1rem; font-family: var(--serif); font-size: 1.5rem; }
.topic h3 { min-height: 3.8em; font-size: clamp(1.05rem, 1.45vw, 1.45rem); line-height: 1.08; }
.topic p { margin-top: .9rem; color: #ded5cc; font-size: clamp(.76rem, .9vw, .9rem); line-height: 1.48; }
.topic--wide { transform: translateY(2.2rem); }

/* 04 — inner conflict: opposite wishes occupy opposite edges. */
.conflict { isolation: isolate; min-height: clamp(68rem, 118svh, 76rem); overflow: hidden; color: var(--ivory); background: #635346; }
.conflict__media { position: absolute; z-index: -2; inset: 0; margin: 0; }
.conflict__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(.76) saturate(.65); }
.conflict::after { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(42, 34, 29, .36); }
.conflict__not { position: absolute; left: var(--gutter); top: clamp(4rem, 9vw, 8rem); width: min(27rem, 38%); }
.conflict__not h2, .conflict__why h2 { margin-bottom: 1.4rem; font-size: clamp(2.2rem, 4.5vw, 4.8rem); line-height: .94; }
.conflict__not ul { margin: 1.8rem 0; padding: 0; list-style: none; }
.conflict__not li { padding: .58rem 0; border-bottom: 1px solid var(--line-dark); color: #e6ddd3; }
.conflict__not > p, .conflict__why > p { margin-top: .85rem; color: #ddd3ca; }
.conflict__why { position: absolute; right: var(--gutter); bottom: clamp(4rem, 8vw, 7rem); width: min(34rem, 44%); text-align: right; }
.conflict__why > p { margin-left: auto; }
.feelings { position: absolute; inset: 23% 3% 30%; pointer-events: none; }
.feelings p { position: absolute; max-width: 13ch; font-family: var(--serif); font-size: clamp(1.35rem, 2.25vw, 2.55rem); line-height: 1.04; }
.feelings p:nth-child(1) { left: 1%; top: 55%; }
.feelings p:nth-child(2) { right: 1%; top: 8%; text-align: right; }
.feelings p:nth-child(3) { left: 42%; top: 22%; }
.feelings p:nth-child(4) { left: 28%; top: 68%; }
.feelings p:nth-child(5) { right: 25%; top: 42%; text-align: right; }
.feelings p:nth-child(6) { right: 38%; top: 82%; text-align: right; }

/* 05 — presence: the surface is lighter and the copy has room. */
.watch { isolation: isolate; min-height: 78svh; display: grid; grid-template-columns: .78fr 1.22fr; overflow: hidden; color: var(--ink); background: var(--stone); }
.watch__media { grid-column: 2; grid-row: 1; margin: 0; min-height: 100%; }
.watch__media img { width: 100%; height: 100%; object-fit: cover; object-position: 51% center; filter: brightness(.96) saturate(.72); }
.watch h2, .watch__body { position: relative; z-index: 1; grid-column: 1; grid-row: 1; margin-left: var(--gutter); }
.watch h2 { align-self: start; margin-top: clamp(4rem, 8vw, 7rem); font-size: clamp(3.2rem, 6.5vw, 6.4rem); line-height: .9; letter-spacing: -.04em; }
.watch__body { align-self: end; width: min(30rem, calc(100% - var(--gutter))); margin-bottom: clamp(4rem, 8vw, 7rem); }
.watch__body > p { margin-top: 1rem; }
.watch__lines { margin: 2rem 0; border-top: 1px solid var(--line-light); }
.watch__lines p { max-width: none; padding: .9rem 0; border-bottom: 1px solid var(--line-light); font-family: var(--serif); font-size: clamp(1.4rem, 2vw, 2.1rem); line-height: 1.1; }

/* 06 — clarity: the statements occupy the complete field. */
.manifesto { color: var(--ink); background: var(--paper); }
.manifesto__intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: var(--gutter); padding: clamp(4rem, 8vw, 7rem) var(--gutter); }
.manifesto__intro h2 { font-size: clamp(3rem, 7vw, 7rem); line-height: .9; letter-spacing: -.045em; }
.manifesto__intro > p { grid-column: 2; color: #675b53; }
.manifesto__stage { position: relative; min-height: 78svh; overflow: hidden; }
.manifesto__portrait { position: absolute; inset: 0; margin: 0; }
.manifesto__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(1.06) saturate(.56); }
.manifesto__lines { position: relative; z-index: 1; min-height: inherit; display: grid; align-content: center; gap: .18em; padding: clamp(3rem, 7vw, 6rem) var(--gutter); }
.manifesto__lines p { max-width: none; font-family: var(--serif); line-height: .92; letter-spacing: -.045em; }
.manifesto__lines p:nth-child(1) { width: 54%; font-size: clamp(3.2rem, 6.5vw, 6.6rem); }
.manifesto__lines p:nth-child(2) { width: 68%; font-size: clamp(3.5rem, 7.5vw, 7.8rem); }
.manifesto__lines p:nth-child(3) { width: 84%; font-size: clamp(3.8rem, 8.5vw, 9rem); }
.manifesto__lines p:nth-child(4) { width: 100%; font-size: clamp(4.4rem, 10vw, 11rem); }
.manifesto__closing { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gutter); padding: clamp(4rem, 8vw, 7rem) var(--gutter); border-bottom: 1px solid var(--line-light); }
.manifesto__closing p { color: #5f544d; }
.manifesto__closing strong { color: var(--ink); }

/* 07 — a dense contact sheet of 30 voices. */
.testimonials { padding: clamp(4rem, 7vw, 6rem) var(--gutter) clamp(5rem, 8vw, 7rem); color: var(--ink); background: var(--ivory); }
.testimonials__heading { display: grid; grid-template-columns: 1fr auto; align-items: end; margin-bottom: 2.5rem; }
.testimonials__heading .overline { grid-column: 1 / -1; }
.testimonials h2 { margin-top: .4rem; font-size: clamp(3.4rem, 7vw, 6.6rem); line-height: .9; letter-spacing: -.04em; }
.testimonials__heading > p:last-child { color: #6c6058; font-size: .82rem; }
.testimonials__grid { display: grid; grid-template-columns: repeat(10, minmax(0, 1fr)); gap: clamp(.55rem, 1vw, 1rem); }
.testimonial { position: relative; min-width: 0; margin: 0; padding: 1.55rem 0 0; cursor: zoom-in; overflow: hidden; color: var(--ink); background: transparent; border: 0; text-align: left; }
.testimonial img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: top; border: 1px solid var(--line-light); transition: opacity 160ms ease; }
.testimonial span { position: absolute; left: 0; top: 0; font-family: var(--serif); font-size: .85rem; }

/* 08 — the archive releases into a quiet decision. */
.purchase { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(16rem, .7fr) minmax(28rem, 1.3fr); gap: clamp(3rem, 8vw, 9rem); overflow: hidden; padding: clamp(6rem, 12vw, 11rem) var(--gutter) clamp(4rem, 7vw, 6rem); color: var(--ink); background: var(--ivory); border-top: 1px solid var(--line-light); }
.purchase::before { content: ""; position: absolute; z-index: 0; inset: 24% 0 0; background: url("/assets/vidimost-visibility/visibility-05-clarity.jpg") 66% 68% / cover no-repeat; opacity: .62; }
.purchase::after { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(to bottom, rgba(247, 242, 233, .94) 0%, rgba(247, 242, 233, .62) 34%, rgba(247, 242, 233, .32) 68%, rgba(247, 242, 233, .2) 100%); pointer-events: none; }
.purchase > * { position: relative; z-index: 1; }
.purchase__intro { align-self: start; }
.purchase__intro .overline { color: #6b5d53; }
.purchase h2 { margin: 1rem 0 1.6rem; font-size: clamp(3.5rem, 6vw, 6rem); line-height: .92; letter-spacing: -.04em; }
.price { margin-bottom: 1.25rem; font-family: var(--serif); font-size: clamp(3rem, 5vw, 5.4rem); line-height: 1; }
.purchase__intro > p:last-child { color: #665a52; }
.payment { min-width: 0; min-height: 49rem; overflow: hidden; background: #fff; border: 1px solid var(--line-light); }
.payment__frame { display: block; width: 100%; height: 54rem; min-height: 49rem; border: 0; background: #fff; }
.payment__fallback { grid-column: 2; margin-top: -2rem; color: #665a52; font-size: .84rem; text-align: center; }
.payment__fallback a, .footer a { text-decoration-thickness: 1px; text-underline-offset: .2em; }
.footer { position: relative; display: flex; flex-wrap: wrap; gap: .75rem 1.4rem; overflow: hidden; padding: 2rem var(--gutter) max(3rem, env(safe-area-inset-bottom)); color: #413933; background: linear-gradient(rgba(238, 231, 221, .72), rgba(238, 231, 221, .82)), url("/assets/vidimost-visibility/visibility-05-clarity.jpg") 66% bottom / cover no-repeat; border-top: 1px solid rgba(99, 85, 74, .22); font-size: .72rem; }
.footer span { width: 100%; color: var(--ink); }

.lightbox { position: fixed; z-index: 1000; inset: 0; display: none; grid-template: auto 1fr / 3rem minmax(0, 1fr) 3rem; gap: .5rem; align-items: center; padding: max(1rem, env(safe-area-inset-top)) 1rem max(1rem, env(safe-area-inset-bottom)); color: var(--ivory); background: rgba(19, 17, 15, .98); }
.lightbox.is-open { display: grid; }
.lightbox__title { grid-column: 1 / -1; max-width: none; align-self: start; padding-right: 3rem; font-size: .72rem; font-weight: 650; letter-spacing: .13em; text-transform: uppercase; }
.lightbox__image { grid-column: 2; width: auto; max-width: 100%; max-height: calc(100dvh - 6rem); justify-self: center; object-fit: contain; }
.lightbox__close, .lightbox__nav { display: grid; width: 2.75rem; height: 2.75rem; place-items: center; padding: 0; cursor: pointer; color: var(--ivory); background: transparent; border: 1px solid rgba(247,242,233,.45); border-radius: 50%; }
.lightbox__close { position: absolute; top: max(.75rem, env(safe-area-inset-top)); right: .75rem; font-size: 1.5rem; }
.lightbox__nav { font-size: 1.2rem; }
.lightbox__nav--prev { grid-column: 1; }
.lightbox__nav--next { grid-column: 3; }
:focus-visible { outline: .18rem solid #af775d; outline-offset: .22rem; }

@media (hover: hover) and (pointer: fine) {
  .testimonial:hover img { opacity: .72; }
  .text-link:hover, .footer a:hover, .payment__fallback a:hover { opacity: .65; }
}
@media (max-width: 64rem) {
  .topic-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .topic--wide { transform: none; }
  .testimonials__grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .purchase { grid-template-columns: minmax(0, 1fr); }
  .payment__fallback { grid-column: 1; margin-top: -2rem; }
}

/* Mobile is a separate vertical editorial composition, not a shrunken desktop. */
@media (max-width: 47.99rem) {
  :root { --gutter: clamp(1.15rem, 5.6vw, 1.5rem); }
  .hero { min-height: 48rem; }
  .hero__media img { object-position: 55% center; filter: brightness(.58) saturate(.62); }
  .hero__inner { display: flex; flex-direction: column; justify-content: flex-start; padding-top: max(1.25rem, env(safe-area-inset-top)); }
  .site-note { width: 12rem; }
  .hero .overline { display: none; }
  .hero h1 { width: 100%; margin-top: 19svh; font-size: clamp(2.85rem, 13.2vw, 3.7rem); line-height: .9; }
  .hero__copy { width: 76%; margin: auto 0 0; }
  .hero__copy p { font-size: .88rem; }
  .opening { min-height: 30rem; display: grid; grid-template-columns: 55% 45%; }
  .opening__media { grid-column: 2; }
  .opening__statement, .opening__body { grid-column: 1; padding-inline: var(--gutter); }
  .opening__statement { padding-top: 3rem; font-size: clamp(1.8rem, 8vw, 2.45rem); }
  .opening__body { padding-top: 2rem; padding-bottom: 3rem; font-size: .83rem; }
  .topics { padding: 3.4rem var(--gutter) 4rem; }
  .topics__media img { object-position: 58% center; filter: brightness(.5) saturate(.62); }
  .section-heading { display: block; margin-bottom: 2.5rem; }
  .section-heading h2 { margin-top: .55rem; font-size: .72rem; }
  .topic-list { display: block; }
  .topic { grid-template-columns: 2rem 1fr; grid-template-rows: auto auto; gap: 0 .75rem; padding: 1.05rem 0 1.2rem; }
  .topic::before { grid-column: 1; grid-row: 1 / 3; margin: 0; padding-top: .12rem; font-size: 1.2rem; }
  .topic h3 { grid-column: 2; min-height: 0; font-size: 1.12rem; }
  .topic p { grid-column: 2; margin-top: .45rem; font-size: .76rem; line-height: 1.42; }
  .conflict { min-height: 53rem; }
  .conflict__media img { object-position: 52% center; }
  .conflict__not { position: relative; left: auto; top: auto; width: 72%; padding: 3.5rem 0 0 var(--gutter); }
  .conflict__not h2, .conflict__why h2 { font-size: 2.35rem; }
  .conflict__not ul, .conflict__not > p, .conflict__why > p:not(:last-child) { display: none; }
  .conflict__why { position: absolute; right: var(--gutter); bottom: 3rem; width: 74%; }
  .conflict__why > p:last-child { font-size: .82rem; }
  .feelings { inset: 15% 0 35%; }
  .feelings p { max-width: 10ch; font-size: clamp(1.45rem, 6.6vw, 1.9rem); }
  .feelings p:nth-child(1) { left: 6%; top: 22%; }
  .feelings p:nth-child(2) { right: 6%; top: 4%; }
  .feelings p:nth-child(3) { left: 27%; top: 40%; }
  .feelings p:nth-child(4) { right: 16%; top: 57%; }
  .feelings p:nth-child(5) { left: 7%; top: 73%; text-align: left; }
  .feelings p:nth-child(6) { right: 6%; top: 91%; }
  .watch { min-height: 49rem; display: block; }
  .watch__media { position: absolute; inset: 0; }
  .watch__media img { object-position: 57% center; filter: brightness(.96) saturate(.66); }
  .watch::after { content: ""; position: absolute; inset: 0; background: rgba(232,219,202,.3); }
  .watch h2, .watch__body { position: relative; z-index: 1; grid-column: auto; grid-row: auto; margin-left: var(--gutter); }
  .watch h2 { width: 6ch; margin-top: 0; padding-top: 3.5rem; font-size: 3.7rem; }
  .watch__body { width: 76%; margin-top: 13rem; margin-bottom: 0; padding-bottom: 3.5rem; }
  .watch__body > p { font-size: .84rem; }
  .watch__lines { margin: 1.7rem 0; }
  .watch__lines p { font-size: 1.36rem; }
  .manifesto__intro { display: block; padding: 3.5rem var(--gutter); }
  .manifesto__intro h2 { margin-bottom: 1.8rem; font-size: 3.7rem; }
  .manifesto__intro > p { margin-top: .65rem; font-size: .88rem; }
  .manifesto__stage { min-height: 46rem; }
  .manifesto__portrait img { object-position: 54% center; }
  .manifesto__lines { align-content: start; gap: 0; padding: 4rem var(--gutter); }
  .manifesto__lines p:nth-child(1) { width: 68%; font-size: 2.65rem; }
  .manifesto__lines p:nth-child(2) { width: 78%; margin-top: 3.5rem; font-size: 3rem; }
  .manifesto__lines p:nth-child(3) { width: 94%; margin-top: 4.4rem; font-size: 3.35rem; }
  .manifesto__lines p:nth-child(4) { width: calc(100% + .5rem); margin: 5rem 0 0 -.25rem; font-size: clamp(3.9rem, 17vw, 4.75rem); }
  .manifesto__closing { display: block; padding: 3.5rem var(--gutter); }
  .manifesto__closing p { margin-top: .8rem; font-size: .88rem; }
  .testimonials { padding: 3.6rem var(--gutter) 4.5rem; }
  .testimonials__heading { display: block; margin-bottom: 2rem; }
  .testimonials h2 { font-size: 4rem; }
  .testimonials__heading > p:last-child { margin-top: .75rem; }
  .testimonials__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 1.35rem; }
  .testimonial { padding-top: 1.4rem; }
  .testimonial img { aspect-ratio: auto; object-fit: contain; }
  .purchase { display: block; padding: 5rem var(--gutter) 3rem; text-align: center; }
  .purchase h2 { font-size: 3.5rem; }
  .price { font-size: 3.6rem; }
  .payment { min-height: 49rem; margin-top: 3rem; text-align: left; }
  .payment__fallback { margin-top: 1rem; }
  .footer { display: block; text-align: center; }
  .footer span, .footer a { display: block; margin: .6rem 0; }
  .lightbox { grid-template: 2.75rem minmax(0, 1fr) 2.75rem / 1fr 1fr; }
  .lightbox__title { grid-row: 1; grid-column: 1 / -1; }
  .lightbox__image { grid-row: 2; grid-column: 1 / -1; max-height: calc(100dvh - 8rem); }
  .lightbox__nav { grid-row: 3; }
  .lightbox__nav--prev { grid-column: 1; justify-self: end; margin-right: .5rem; }
  .lightbox__nav--next { grid-column: 2; justify-self: start; margin-left: .5rem; }
}

.reveal { opacity: 0; transform: translateY(.75rem); transition: opacity 360ms ease, transform 360ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
