:root {
  --black: #050505;
  --ink: #151515;
  --white: #ffffff;
  --off-white: #f5f5f2;
  --gray: #d8d8d3;
  --muted: #6c6c68;
  --line: rgba(0, 0, 0, .18);
  --page: min(100% - 3rem, 76rem);
  --header-height: 92px;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: var(--header-height); }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; }
.skip-link { position: fixed; top: -4rem; left: 1rem; z-index: 99; padding: .7rem 1rem; color: var(--black); background: var(--white); }
.skip-link:focus { top: 1rem; }
.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; }

.site-header { width: 100%; min-height: var(--header-height); position: fixed; inset: 0 0 auto; z-index: 20; color: var(--white); background: var(--black); }
.site-header + main { padding-top: var(--header-height); }
.header-inner { width: var(--page); min-height: var(--header-height); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; flex: 0 0 auto; }
.brand-copy { display: grid; gap: .08rem; }
.brand-copy strong { font-family: "Newsreader", serif; font-size: clamp(1.7rem, 2.55vw, 2.35rem); font-weight: 400; line-height: .95; letter-spacing: -.035em; }
.site-nav { display: flex; align-items: center; gap: clamp(1.3rem, 2.4vw, 2.4rem); text-transform: uppercase; letter-spacing: .07em; font-size: .71rem; font-weight: 500; }
.site-nav a { padding-block: .45rem; border-bottom: 1px solid transparent; }
.site-nav a:hover, .site-nav a:focus-visible { border-color: var(--white); }

.photo-mosaic { height: calc(100svh - var(--header-height)); min-height: 620px; max-height: 920px; display: grid; grid-template-columns: repeat(12, 1fr); grid-template-rows: .76fr 1fr; gap: 0; padding: 0; background: var(--white); }
.mosaic-tile { min-width: 0; min-height: 0; position: relative; overflow: hidden; margin: 0; background: #1a1a1a; }
.mosaic-tile, .mosaic-manifesto { border: 2px solid var(--white); }
.mosaic-tile img { width: 100%; height: 100%; display: block; object-fit: cover; filter: grayscale(1) contrast(1.06); transition: filter .4s ease, transform .65s cubic-bezier(.2,.72,.25,1); }
.mosaic-tile:hover img { filter: grayscale(.35) contrast(1.03); transform: scale(1.065); }
.mosaic-one { grid-column: 1 / 9; grid-row: 1; }
.mosaic-one img { object-position: 54% 78%; transform-origin: 54% 100%; }
.mosaic-two { grid-column: 9 / 13; grid-row: 1; }
.mosaic-two img { object-position: 51% 76%; transform-origin: 51% 100%; }
.mosaic-three { grid-column: 1 / 5; grid-row: 2; }
.mosaic-three img { object-position: 50% 42%; }
.mosaic-manifesto { grid-column: 5 / 7; grid-row: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: clamp(.5rem, 1vw, .9rem); padding: clamp(.8rem, 1.8vw, 1.6rem); color: var(--black); background: var(--off-white); font-family: "Newsreader", serif; font-size: clamp(1.7rem, 3vw, 3.15rem); font-weight: 600; line-height: .88; letter-spacing: -.045em; text-align: center; }
.mosaic-manifesto span { display: block; }
.mosaic-four { grid-column: 7 / 13; grid-row: 2; }
.mosaic-four img { object-position: 50% 36%; }

.section-wrap { width: var(--page); margin: auto; }
.kicker { margin: 0 0 1rem; text-transform: uppercase; letter-spacing: .15em; font-size: .62rem; font-weight: 600; }
h1, h2, h3, .quote { font-family: "Newsreader", serif; font-weight: 400; letter-spacing: -.035em; }
.about { min-height: 680px; display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(4rem, 10vw, 10rem); align-items: start; padding-block: clamp(6rem, 10vw, 10rem); }
.section-heading h1 { margin: 0; font-size: clamp(4.3rem, 8vw, 8rem); line-height: .82; }
.about-copy { padding-top: 2.1rem; }
.about-copy .quote { max-width: 20ch; margin: 0 0 2.5rem; font-size: clamp(1.7rem, 3vw, 2.75rem); line-height: 1.13; }
.about-copy > p:not(.quote) { max-width: 41rem; color: var(--muted); line-height: 1.75; }
.about-copy .lead { color: var(--ink) !important; font-size: 1.08rem; }
.credentials { max-width: 42rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 2rem 0 .5rem; }
.credentials p { margin: 0; padding-top: .8rem; border-top: 1px solid var(--line); }
.credentials strong { display: block; font-family: "Newsreader", serif; font-size: 1.35rem; font-weight: 400; }
.credentials span { display: block; margin-top: .25rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; font-size: .52rem; line-height: 1.45; }
.outline-link { display: inline-block; margin-top: 1rem; padding: .8rem 1.1rem; border: 1px solid var(--black); text-transform: uppercase; letter-spacing: .08em; font-size: .66rem; font-weight: 600; }
.outline-link:hover { color: var(--white); background: var(--black); }

.newsletter { width: var(--page); min-height: 680px; margin: auto; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(18rem, .9fr); gap: clamp(3rem, 7vw, 7rem); align-items: start; padding-block: 1.5rem; }
.newsletter-copy { width: 100%; align-self: center; }
.newsletter-photo { width: 100%; height: 620px; margin: 0; overflow: hidden; }
.newsletter-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.newsletter h2, .contact h2 { margin: 0 0 1.3rem; font-size: clamp(2.7rem, 3.8vw, 3.9rem); line-height: .84; }
.newsletter h2 { white-space: nowrap; }
.newsletter-copy > p:not(.kicker,.form-message), .contact-copy > p:not(.kicker,.contact-email) { max-width: 32rem; color: var(--black); font-size: clamp(.78rem, 1.05vw, .92rem); font-weight: 400; line-height: 1.5; }
.newsletter-join-button { margin-top: 2rem; }
.signup-form { max-width: 38rem; margin-top: 2.6rem; }
.signup-form > label:first-child, .field-row label { display: block; margin-bottom: .45rem; text-transform: uppercase; letter-spacing: .14em; font-size: .59rem; font-weight: 600; }
.signup-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; border-bottom: 1px solid var(--black); }
.signup-row input { min-width: 0; padding: .8rem 0; border: 0; outline: none; background: transparent; }
.signup-row button { padding: 0 0 0 1rem; border: 0; background: transparent; text-transform: uppercase; letter-spacing: .08em; font-size: .65rem; font-weight: 600; cursor: pointer; }
.signup-row button:disabled { cursor: wait; opacity: .55; }
.consent-check { display: flex; align-items: flex-start; gap: .6rem; margin-top: .9rem; color: var(--muted); font-size: .66rem; line-height: 1.45; }
.consent-check input { margin-top: .13rem; accent-color: var(--black); }
.form-message { min-height: 1.4em; color: var(--black); font-size: .72rem; }
.signup-form .privacy-note { max-width: 34rem; margin: .8rem 0 0; }
.signup-form .form-message { margin-top: .65rem; }
.newsletter-qr { width: min(100%, 22rem); justify-self: end; margin: 0; padding: 1rem; border: 1px solid var(--black); }
.newsletter-qr img { width: 100%; display: block; filter: grayscale(1) contrast(1.45); }
.newsletter-qr p { margin: 1rem .25rem .2rem; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.newsletter-qr strong { color: var(--ink); }

.contact { color: var(--white); background: var(--black); }
.contact-inner { min-height: 760px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; padding-block: clamp(3rem, 6vw, 5rem); }
.contact-visual { min-height: 660px; height: 100%; position: relative; overflow: hidden; }
.contact-visual > img { width: 108%; height: 100%; position: absolute; inset: 0 auto 0 -4%; display: block; max-width: none; object-fit: cover; object-position: 58% center; }
.contact-visual::after { content: ""; position: absolute; inset: 46% 0 0; background: linear-gradient(to bottom, transparent, rgba(255,255,255,.48)); pointer-events: none; }
.contact-copy { width: 100%; height: 33.333%; position: absolute; inset: auto 0 0; z-index: 1; display: flex; flex-direction: column; justify-content: center; padding: clamp(1rem, 2vw, 1.65rem); color: var(--black); background: rgba(255,255,255,.34); border-top: 1px solid rgba(255,255,255,.25); backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px); }
.contact-copy h2 { margin-bottom: .55rem; }
.contact-copy > p { margin-block: .3rem; }
.contact-copy > p:not(.kicker) { max-width: 28rem; color: var(--black); }
.contact-copy .contact-email { margin-top: .55rem; font-size: .72rem; }
.contact-email a { display: inline-block; margin-left: .2rem; padding-bottom: .15rem; border-bottom: 1px solid var(--black); color: var(--black); }
.contact-form { padding: clamp(1.5rem, 3vw, 2.6rem); border: 1px solid rgba(255,255,255,.35); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.field-row { margin-bottom: 1.3rem; }
.field-row input, .field-row select, .field-row textarea { width: 100%; padding: .7rem 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); border-radius: 0; outline: none; color: var(--white); background: transparent; resize: vertical; }
.field-row select { padding-right: 2rem; -webkit-appearance: none; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='m3.5 6 4.5 4 4.5-4' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .2rem center; background-size: 1rem; }
.field-row select option { color: var(--black); background: var(--white); }
.field-row input:focus, .field-row select:focus, .field-row textarea:focus { border-color: var(--white); box-shadow: 0 1px 0 var(--white); }
.honeypot { position: absolute !important; left: -9999px !important; }
.light-button { padding: .78rem 1.05rem; border: 1px solid var(--white); color: var(--black); background: var(--white); text-transform: uppercase; letter-spacing: .08em; font-size: .65rem; font-weight: 600; cursor: pointer; }
.light-button:hover { color: var(--white); background: transparent; }

footer { min-height: 110px; display: flex; justify-content: center; align-items: center; gap: 2rem; padding: 1.5rem max(1.5rem, calc((100vw - 76rem) / 2)); color: rgba(255,255,255,.62); background: var(--black); border-top: 1px solid rgba(255,255,255,.18); font-size: .66rem; }
.footer-brand { color: var(--white); }

@media (min-width: 769px) {
  .newsletter { height: calc(100svh - var(--header-height)); min-height: 620px; padding-block: 0; }
  .newsletter-photo { height: 100%; }
  .contact { min-height: calc(100svh - var(--header-height)); }
  .contact-inner { min-height: calc(100svh - var(--header-height)); padding-block: 0; }
  .contact-visual { height: calc(100svh - var(--header-height)); min-height: 620px; }
}

.subscribe-page { min-height: 100vh; color: var(--white); background: var(--black); }
.subscribe-header, .subscribe-footer { width: var(--page); margin: auto; padding-block: 1.5rem; display: flex; justify-content: space-between; align-items: center; }
.subscribe-main { min-height: calc(100vh - 170px); display: grid; place-items: center; padding: 2rem 1.5rem; }
.subscribe-panel { width: min(100%, 68rem); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.subscribe-copy h1 { margin: .7rem 0 1.3rem; font-family: "Newsreader", serif; font-size: clamp(4rem, 7vw, 7rem); font-weight: 400; line-height: .86; letter-spacing: -.04em; }
.subscribe-copy > p:last-child { color: rgba(255,255,255,.65); line-height: 1.7; }
.subscribe-card { padding: clamp(1.5rem, 4vw, 3rem); color: var(--black); background: var(--white); }
.subscribe-card > label:first-child { display: block; margin-bottom: .5rem; text-transform: uppercase; letter-spacing: .14em; font-size: .59rem; font-weight: 600; }
.subscribe-card > input[type="email"] { width: 100%; padding: .8rem 0; border: 0; border-bottom: 1px solid var(--black); outline: none; background: transparent; }
.subscribe-card .consent-check { margin: 1rem 0 1.3rem; }
.subscribe-card .button-dark { padding: .78rem 1rem; border: 1px solid var(--black); color: var(--white); background: var(--black); }
.privacy-note { color: var(--muted); font-size: .64rem; line-height: 1.5; }
.subscribe-footer { min-height: auto; color: rgba(255,255,255,.62); border: 0; }
.text-link { padding-bottom: .2rem; border-bottom: 1px solid; font-size: .72rem; }

@media (max-width: 840px) {
  :root { --page: min(100% - 2rem, 76rem); --header-height: 108px; }
  .header-inner { min-height: var(--header-height); padding-top: .85rem; display: grid; grid-template-rows: auto auto; gap: .25rem; }
  .brand { justify-self: start; }
  .site-nav { width: calc(100vw - 1rem); margin-left: -.5rem; padding: .45rem .5rem .65rem; gap: 1.5rem; overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: none; }
  .site-nav::-webkit-scrollbar { display: none; }
  .site-nav a { white-space: nowrap; }
  .photo-mosaic { height: auto; min-height: 0; max-height: none; grid-template-rows: repeat(2, minmax(290px, 46svh)); }
  .mosaic-one { grid-column: 1 / 9; }
  .mosaic-two { grid-column: 9 / 13; }
  .mosaic-three { grid-column: 1 / 5; }
  .mosaic-manifesto { grid-column: 5 / 7; }
  .mosaic-four { grid-column: 7 / 13; }
  .about { min-height: 0; grid-template-columns: 1fr; gap: 3rem; }
  .about-copy { padding-top: 0; }
  .newsletter, .contact-inner { min-height: 0; grid-template-columns: 1fr; }
  .newsletter-qr { justify-self: start; width: min(100%, 19rem); }
  .newsletter-photo { height: min(620px, 72svh); }
  .contact-visual { min-height: min(720px, calc(100svh - var(--header-height))); }
}

@media (max-width: 560px) {
  .site-nav { width: 100%; margin-left: 0; padding-inline: 0; justify-content: space-between; gap: .7rem; font-size: .58rem; }
  .photo-mosaic { grid-template-rows: repeat(3, 46svh); }
  .mosaic-one { grid-column: 1 / 13; grid-row: 1; }
  .mosaic-two { grid-column: 1 / 6; grid-row: 2; }
  .mosaic-manifesto { grid-column: 6 / 8; grid-row: 2; padding: .35rem; font-size: 1.15rem; }
  .mosaic-three { grid-column: 8 / 13; grid-row: 2; }
  .mosaic-four { grid-column: 1 / 13; grid-row: 3; }
  .section-heading h1 { font-size: clamp(4rem, 19vw, 5.3rem); }
  .credentials { grid-template-columns: 1fr; gap: .55rem; }
  .newsletter h2, .contact h2 { font-size: clamp(2.35rem, 10vw, 3rem); }
  .newsletter h2 { font-size: clamp(2rem, 8.5vw, 3rem); }
  .signup-row button { color: var(--black); -webkit-text-fill-color: var(--black); }
  .contact-visual { min-height: min(620px, calc(100svh - var(--header-height))); }
  .contact-copy { width: 100%; height: 33.333%; inset: auto 0 0; padding: 1rem; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  footer { align-items: center; }
  .subscribe-panel { grid-template-columns: 1fr; }
  .subscribe-header, .subscribe-footer { align-items: flex-start; gap: 1rem; }
}

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