/* Vintage Halloween Coloring — editorial site system */

:root {
  --ink: #201c1c;
  --ink-soft: #393332;
  --cream: #f4efe5;
  --paper: #fffaf0;
  --paper-deep: #e9dfcf;
  --rust: #a64627;
  --pumpkin: #c96431;
  --gold: #c59a48;
  --moss: #66705a;
  --muted: #857a6e;
  --line: rgba(32, 28, 28, .18);
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, Georgia, serif;
  --body: "Avenir Next", "Helvetica Neue", Helvetica, sans-serif;
  --max: 1260px;
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  --shadow: 0 24px 60px rgba(39, 26, 22, .13);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  z-index: 20;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: .13;
  mix-blend-mode: multiply;
  background-image:
    radial-gradient(rgba(53, 37, 29, .28) .45px, transparent .7px),
    radial-gradient(rgba(255, 255, 255, .45) .45px, transparent .75px);
  background-position: 0 0, 8px 11px;
  background-size: 13px 13px, 17px 17px;
}

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

a:focus-visible, button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 5px;
}

.wrap { width: min(var(--max), calc(100% - (var(--gutter) * 2))); margin-inline: auto; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  color: var(--gold);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 2.6rem;
  height: 1px;
  background: currentColor;
  content: "";
}

.eyebrow--dark { color: var(--rust); }

.display { font-family: var(--display); font-weight: 700; letter-spacing: -.04em; }

.site-header {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  color: var(--cream);
  background: linear-gradient(180deg, rgba(24, 21, 21, .96) 0%, rgba(24, 21, 21, .88) 72%, rgba(24, 21, 21, .58) 100%);
  box-shadow: 0 1.2rem 2.5rem rgba(0, 0, 0, .16);
  -webkit-backdrop-filter: blur(16px) saturate(.85);
  backdrop-filter: blur(16px) saturate(.85);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  border-bottom: 1px solid rgba(244, 239, 229, .22);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  font-family: var(--display);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -.02em;
}

.brand-mark {
  display: block;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
  object-fit: contain;
}

.nav-links { display: flex; align-items: center; gap: clamp(1rem, 3vw, 2.8rem); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }

.nav-links a { color: rgba(244, 239, 229, .92); opacity: 1; transition: opacity .25s ease, color .25s ease; }
.nav-links a.nav-active { color: var(--gold); }
.nav-links a:hover { color: var(--gold); opacity: 1; }

.nav-app-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.7rem;
  padding: 0 1.1rem;
  border: 1px solid rgba(244, 239, 229, .45);
  border-radius: 999px;
  color: var(--cream) !important;
  opacity: 1 !important;
  transition: background .25s ease, border-color .25s ease;
}

.nav-app-link:hover { border-color: var(--gold); background: var(--gold); color: var(--ink) !important; }

.hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 25%, rgba(160, 77, 46, .26), transparent 23rem),
    linear-gradient(125deg, #201c1c 0%, #2a2222 58%, #181616 100%);
  color: var(--cream);
}

.hero::before {
  position: absolute;
  top: 34%;
  right: -8%;
  width: 56vw;
  height: 56vw;
  min-width: 550px;
  min-height: 550px;
  border: 1px solid rgba(197, 154, 72, .17);
  border-radius: 50%;
  content: "";
}

.hero::after {
  position: absolute;
  right: 8%;
  bottom: 9%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 38px -20px 0 -2px var(--rust), 82px 5px 0 -2px var(--cream);
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, .95fr) minmax(420px, .9fr);
  gap: 5vw;
  min-height: 900px;
  padding-top: 90px;
}

.hero-copy { padding: 5rem 0 6rem; }

.hero h1 {
  max-width: 700px;
  margin: 1.7rem 0 1.35rem;
  font-size: clamp(4rem, 7.6vw, 8.7rem);
  line-height: .9;
}

.hero h1 em { color: var(--pumpkin); font-style: italic; }

.hero-lede { max-width: 33rem; margin: 0 0 2rem; color: rgba(244, 239, 229, .75); font-size: clamp(1rem, 1.5vw, 1.22rem); line-height: 1.7; }

.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0 1.45rem;
  border: 1px solid var(--pumpkin);
  border-radius: 999px;
  background: var(--pumpkin);
  color: #fff9ee;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: transform .25s ease, background .25s ease, color .25s ease;
}

.button:hover { transform: translateY(-2px); background: var(--gold); color: var(--ink); }

.text-link { display: inline-flex; align-items: center; gap: .65rem; color: var(--cream); font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link::after { content: "↗"; color: var(--gold); font-size: 1.1rem; transition: transform .25s ease; }
.text-link:hover::after { transform: translate(3px, -3px); }

.hero-note { display: flex; align-items: center; gap: .75rem; margin-top: 4rem; color: rgba(244, 239, 229, .52); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.hero-note span { width: 3.8rem; height: 1px; background: rgba(244, 239, 229, .3); }

.hero-stage { position: relative; height: 700px; }

.hero-stage::before {
  position: absolute;
  top: 12%;
  left: 0;
  width: 41%;
  height: 53%;
  border: 1px solid rgba(244, 239, 229, .22);
  background: var(--paper);
  content: "";
  transform: rotate(-8deg);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .22);
}

.hero-art { position: absolute; top: 14%; left: 3%; z-index: 1; width: 35%; height: 50%; object-fit: cover; object-position: center top; mix-blend-mode: multiply; transform: rotate(-8deg); }

.app-shot {
  position: absolute;
  z-index: 2;
  right: 5%;
  bottom: 4%;
  width: min(68%, 390px);
  border: 7px solid #f6f0e5;
  border-radius: 30px;
  background: #f6f0e5;
  box-shadow: 0 34px 80px rgba(0, 0, 0, .38), 0 0 0 1px rgba(244, 239, 229, .18);
  transform: rotate(4deg);
}

.app-shot img { width: 100%; border-radius: 22px; }

.art-caption {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 9%;
  width: 9.2rem;
  color: var(--cream);
  font-family: var(--display);
  font-size: 1rem;
  line-height: 1.15;
  transform: rotate(6deg);
}

.art-caption::before { display: block; width: 2.5rem; height: 1px; margin-bottom: .8rem; background: var(--gold); content: ""; }

.hero-index { position: absolute; bottom: 8%; left: 3%; color: rgba(244, 239, 229, .5); font-size: .7rem; letter-spacing: .16em; }

.ticker { overflow: hidden; border-bottom: 1px solid rgba(244, 239, 229, .22); background: var(--rust); color: var(--cream); }
.ticker-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 4rem; font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; white-space: nowrap; }
.ticker-inner span:nth-child(2), .ticker-inner span:nth-child(4) { color: rgba(244, 239, 229, .45); font-size: 1.15rem; }

.section { padding: clamp(6rem, 11vw, 11rem) 0; }
.section--paper { background: var(--cream); }
.section--ink { background: var(--ink); color: var(--cream); }
.section--rust { background: var(--rust); color: var(--cream); }

.section-heading { display: grid; grid-template-columns: minmax(230px, .7fr) minmax(0, 1fr); gap: 3rem; align-items: end; margin-bottom: 4.5rem; }
.section-heading h2 { margin: 1.2rem 0 0; font-size: clamp(3rem, 6vw, 6.3rem); line-height: .9; }
.section-heading p { max-width: 32rem; margin: 0 0 .5rem; color: var(--muted); font-size: 1.05rem; }
.section--ink .section-heading p { color: rgba(244, 239, 229, .64); }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(1rem, 2.5vw, 2.5rem); align-items: start; }
.gallery-card { grid-column: span 3; }
.gallery-card:nth-child(2) { grid-column: span 4; margin-top: 8rem; }
.gallery-card:nth-child(3) { grid-column: span 3; margin-top: 2rem; }
.gallery-card:nth-child(4) { grid-column: span 3; margin-top: -3rem; }
.gallery-card:nth-child(5) { grid-column: 2 / span 3; margin-top: 1rem; }
.gallery-card:nth-child(6) { grid-column: 6 / span 3; margin-top: -5rem; }
.gallery-card:nth-child(7) { grid-column: 10 / span 3; margin-top: 2rem; }
.gallery-image { position: relative; overflow: hidden; border: 1px solid rgba(32, 28, 28, .22); background: #fffdf8; box-shadow: var(--shadow); }
.gallery-image::after { position: absolute; inset: 0; border: 10px solid rgba(255, 255, 255, .38); content: ""; pointer-events: none; }
.gallery-image img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; filter: sepia(.08) contrast(.98); transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.gallery-card:hover .gallery-image img { transform: scale(1.035); }
.gallery-label { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding-top: .9rem; border-top: 1px solid var(--line); margin-top: 1rem; }
.gallery-label strong { font-family: var(--display); font-size: 1.05rem; }
.gallery-label small { color: var(--muted); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }

.manifesto { display: grid; grid-template-columns: 1fr 1.2fr; gap: 8vw; align-items: center; }
.manifesto h2 { margin: 1.25rem 0 0; font-size: clamp(3.5rem, 7.2vw, 8rem); line-height: .86; }
.manifesto h2 em { color: var(--pumpkin); font-style: italic; }
.manifesto-copy { max-width: 34rem; }
.manifesto-copy p { margin: 0 0 1.5rem; color: rgba(244, 239, 229, .7); font-size: clamp(1.05rem, 1.8vw, 1.35rem); line-height: 1.65; }
.manifesto-stamp { display: inline-grid; place-items: center; width: 6.5rem; height: 6.5rem; margin-top: 2rem; border: 1px solid rgba(197, 154, 72, .7); border-radius: 50%; color: var(--gold); font-family: var(--display); font-size: .76rem; line-height: 1.05; text-align: center; text-transform: uppercase; transform: rotate(12deg); }

.feature-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.feature-visual { position: relative; min-height: 580px; }
.feature-visual::before { position: absolute; top: 5%; left: 7%; width: 75%; height: 85%; border: 1px solid var(--rust); background: var(--paper); content: ""; transform: rotate(-5deg); }
.feature-visual img { position: absolute; z-index: 1; top: 0; left: 12%; width: 66%; height: 91%; object-fit: cover; border: 9px solid var(--paper); box-shadow: var(--shadow); transform: rotate(2.5deg); }
.feature-quote { position: absolute; z-index: 2; right: 0; bottom: 11%; width: 45%; padding: 1.4rem; background: var(--ink); color: var(--cream); box-shadow: 0 20px 50px rgba(39, 26, 22, .24); }
.feature-quote p { margin: 0; font-family: var(--display); font-size: 1.35rem; line-height: 1.05; }
.feature-copy h2 { margin: 1.2rem 0 1.5rem; font-size: clamp(3rem, 5.5vw, 5.8rem); line-height: .9; }
.feature-copy > p { max-width: 30rem; color: var(--muted); font-size: 1.08rem; }
.feature-list { margin: 2.5rem 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.feature-list li { display: grid; grid-template-columns: 2rem 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.feature-list span { color: var(--rust); font-family: var(--display); font-size: 1.2rem; }
.feature-list strong { display: block; font-family: var(--display); font-size: 1.15rem; }
.feature-list small { color: var(--muted); font-size: .85rem; }

.quiet { position: relative; overflow: hidden; }
.quiet::before { position: absolute; right: -9rem; bottom: -22rem; width: 50rem; height: 50rem; border: 1px solid rgba(197, 154, 72, .25); border-radius: 50%; content: ""; }
.quiet-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; align-items: center; }
.quiet h2 { max-width: 35rem; margin: 1.3rem 0 1.5rem; font-size: clamp(3.7rem, 7vw, 7.4rem); line-height: .87; }
.quiet h2 em { color: var(--gold); font-style: italic; }
.quiet p { max-width: 30rem; color: rgba(244, 239, 229, .7); font-size: 1.1rem; }
.quiet-art { position: relative; min-height: 550px; }
.quiet-art::before { position: absolute; top: 10%; right: 5%; width: 74%; height: 78%; border: 1px solid rgba(244, 239, 229, .35); content: ""; transform: rotate(7deg); }
.quiet-art img { position: absolute; z-index: 1; top: 3%; right: 11%; width: 70%; height: 84%; object-fit: cover; border: 10px solid var(--paper); box-shadow: 0 30px 60px rgba(0, 0, 0, .2); transform: rotate(-4deg); }

.collections-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 3rem; }
.collections-head h2 { margin: 1.2rem 0 0; font-size: clamp(3rem, 6vw, 6rem); line-height: .9; }
.collections-head p { max-width: 25rem; margin: 0; color: var(--muted); }
.collection-list { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.collection-item { position: relative; min-height: 16rem; padding: 1.3rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.collection-item:nth-child(4n + 1) { border-left: 1px solid var(--line); }
.collection-item::after { position: absolute; right: -1rem; bottom: -3rem; width: 10rem; height: 10rem; border: 1px solid rgba(166, 70, 39, .35); border-radius: 50%; content: ""; transition: transform .4s ease; }
.collection-item:hover::after { transform: scale(1.35); }
.collection-number { color: var(--rust); font-family: var(--display); font-size: .85rem; }
.collection-item h3 { margin: 3rem 0 0; font-size: clamp(1.55rem, 2.5vw, 2.6rem); line-height: .95; }
.collection-item p { max-width: 13rem; margin: .9rem 0 0; color: var(--muted); font-size: .84rem; }

.cta { padding: clamp(7rem, 13vw, 13rem) 0; text-align: center; }
.cta h2 { max-width: 50rem; margin: 1.5rem auto; font-size: clamp(4rem, 9vw, 9rem); line-height: .82; }
.cta h2 em { color: var(--rust); font-style: italic; }
.cta p { max-width: 31rem; margin: 0 auto 2rem; color: var(--muted); font-size: 1.1rem; }
.cta .button { background: var(--ink); border-color: var(--ink); }
.cta .button:hover { background: var(--rust); border-color: var(--rust); color: var(--cream); }
.app-store-note { margin-top: 1rem; color: var(--muted); font-size: .72rem; }

/* Editorial blog */
.blog-feature { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2.5rem, 7vw, 7rem); align-items: center; }
.blog-feature h2 { margin: 1.25rem 0 1.2rem; font-size: clamp(3rem, 6vw, 6.2rem); line-height: .88; }
.blog-feature h2 em { color: var(--rust); font-style: italic; }
.blog-feature p { max-width: 31rem; color: var(--muted); font-size: 1.08rem; }
.blog-feature-visual { position: relative; min-height: 450px; }
.blog-feature-visual::before { position: absolute; top: 8%; right: 3%; width: 80%; height: 78%; border: 1px solid var(--rust); background: var(--paper); content: ""; transform: rotate(5deg); }
.blog-feature-visual img { position: absolute; z-index: 1; top: 2%; right: 12%; width: 66%; height: 88%; border: 9px solid var(--paper); object-fit: cover; box-shadow: var(--shadow); transform: rotate(-3deg); }
.blog-feature-stamp { position: absolute; z-index: 2; bottom: 3%; left: 4%; display: grid; place-items: center; width: 6.3rem; height: 6.3rem; border: 1px solid var(--gold); border-radius: 50%; background: var(--cream); color: var(--rust); font-family: var(--display); font-size: .75rem; line-height: 1.05; text-align: center; text-transform: uppercase; transform: rotate(-12deg); }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.2rem, 3vw, 2.5rem); }
.post-card { display: flex; flex-direction: column; min-height: 100%; border-top: 1px solid var(--line); }
.post-card-visual { position: relative; overflow: hidden; margin-top: 1rem; background: var(--paper-deep); }
.post-card-visual img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: sepia(.07); transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.post-card:hover .post-card-visual img { transform: scale(1.035); }
.post-card-meta { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.1rem; color: var(--rust); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.post-card h2 { margin: .8rem 0 .7rem; font-size: clamp(1.6rem, 2.5vw, 2.4rem); line-height: .95; }
.post-card p { margin: 0 0 1.1rem; color: var(--muted); font-size: .9rem; }
.post-card .text-link { margin-top: auto; justify-content: flex-start; color: var(--ink); font-size: .72rem; }
.post-card .text-link:hover { color: var(--rust); }

.article-content { padding: clamp(5rem, 9vw, 9rem) 0; }
.article-shell { display: grid; grid-template-columns: minmax(180px, .4fr) minmax(0, 1fr); gap: 7vw; max-width: 1080px; }
.article-aside { position: sticky; top: 2rem; align-self: start; color: var(--muted); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.article-aside p { margin: 0 0 .5rem; }
.article-aside a { color: var(--rust); }
.article-copy { max-width: 47rem; }
.article-copy > p:first-of-type { color: var(--ink); font-family: var(--display); font-size: clamp(1.35rem, 2.3vw, 1.8rem); line-height: 1.2; }
.article-copy p { margin: 0 0 1.4rem; color: #625951; }
.article-copy h2 { margin: 3.4rem 0 1rem; font-size: clamp(1.9rem, 3vw, 2.7rem); line-height: .95; }
.article-copy h3 { margin: 2rem 0 .8rem; font-family: var(--display); font-size: 1.4rem; }
.article-copy ul { margin: 0 0 1.5rem; padding-left: 1.25rem; color: #625951; }
.article-copy li { margin: .5rem 0; padding-left: .35rem; }
.article-copy a { color: var(--rust); text-decoration: underline; text-decoration-color: rgba(166, 70, 39, .35); text-underline-offset: 3px; }
.article-copy blockquote { margin: 2.5rem 0; padding: 1.5rem 1.7rem; border-left: 3px solid var(--gold); background: rgba(255, 250, 240, .6); color: var(--ink); font-family: var(--display); font-size: 1.45rem; line-height: 1.12; }
.article-figure { margin: 2.5rem 0; }
.article-figure img { width: 100%; max-height: 44rem; object-fit: cover; border: 8px solid var(--paper); box-shadow: var(--shadow); }
.article-figure figcaption { margin-top: .7rem; color: var(--muted); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.article-next { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.article-next a { display: block; padding: 1.2rem; border: 1px solid var(--line); text-decoration: none; transition: border-color .25s ease, background .25s ease; }
.article-next a:hover { border-color: var(--rust); background: rgba(255, 250, 240, .6); }
.article-next small { color: var(--rust); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.article-next strong { display: block; margin-top: .5rem; color: var(--ink); font-family: var(--display); font-size: 1.2rem; line-height: 1; }

.article-index { display: grid; gap: .9rem; }
.article-list-item { display: grid; grid-template-columns: 3.5rem minmax(0, 1fr) 10rem; gap: clamp(1rem, 4vw, 3.5rem); align-items: center; padding: 1.5rem 1.75rem; border: 1px solid var(--line); background: rgba(255, 250, 240, .5); transition: border-color .25s ease, background .25s ease, box-shadow .25s ease, transform .25s ease; }
.article-list-item:hover { border-color: rgba(166, 70, 39, .55); background: var(--paper); box-shadow: 0 12px 30px rgba(39, 26, 22, .08); transform: translateY(-2px); }
.article-list-number { color: var(--rust); font-family: var(--display); font-size: 1.25rem; }
.article-list-meta { display: flex; flex-wrap: wrap; gap: .8rem; color: #7f351f; font-size: .75rem; font-weight: 700; letter-spacing: .1em; line-height: 1.3; text-transform: uppercase; }
.article-list-item h2 { max-width: 48rem; margin: .55rem 0 .6rem; font-size: clamp(1.8rem, 3.5vw, 3.25rem); line-height: 1.02; }
.article-list-item h2 a { text-decoration: underline; text-decoration-color: rgba(166, 70, 39, .45); text-decoration-thickness: 1px; text-underline-offset: .12em; transition: color .25s ease, text-decoration-color .25s ease; }
.article-list-item h2 a:hover { color: var(--rust); }
.article-list-item p { max-width: 42rem; margin: 0; color: #625951; font-size: .95rem; }
.article-list-link { display: inline-flex; align-items: center; justify-content: center; min-width: 10rem; min-height: 3.25rem; padding: 0 1rem; border: 1px solid var(--ink); background: var(--ink); color: var(--cream); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; transition: border-color .25s ease, background .25s ease, color .25s ease, transform .25s ease; }
.article-list-link:hover { border-color: var(--ink-soft); background: var(--ink-soft); color: var(--cream); transform: translateY(-1px); }

.site-footer { padding: 2.2rem 0; background: var(--ink); color: var(--cream); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 3rem; align-items: center; }
.footer-meta { margin-top: .7rem; color: rgba(244, 239, 229, .5); font-size: .75rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.5rem; color: rgba(244, 239, 229, .65); font-size: .75rem; }
.footer-links a:hover { color: var(--gold); }
.footer-address { color: var(--gold); font-size: .75rem; }

/* Legal and support pages */
.inner-hero { padding: 14rem 0 6rem; background: var(--ink); color: var(--cream); }
.inner-hero h1 { max-width: 50rem; margin: 1.4rem 0 0; font-size: clamp(3.5rem, 8vw, 8rem); line-height: .87; }
.inner-hero p { max-width: 34rem; margin: 1.6rem 0 0; color: rgba(244, 239, 229, .68); font-size: 1.1rem; }
.legal-content { padding: clamp(5rem, 9vw, 9rem) 0; }
.legal-shell { display: grid; grid-template-columns: minmax(180px, .4fr) minmax(0, 1fr); gap: 7vw; max-width: 1040px; }
.legal-aside { position: sticky; top: 2rem; align-self: start; color: var(--muted); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; }
.legal-aside p { margin: 0 0 .4rem; }
.legal-aside a { color: var(--rust); }
.legal-copy h2 { margin: 0 0 .8rem; font-size: 2rem; line-height: 1; }
.legal-copy h2:not(:first-child) { margin-top: 3rem; }
.legal-copy p { max-width: 43rem; margin: 0 0 1.15rem; color: #625951; }
.legal-copy ul { max-width: 42rem; padding-left: 1.2rem; color: #625951; }
.legal-copy li { padding-left: .3rem; margin: .35rem 0; }
.legal-copy a { color: var(--rust); text-decoration: underline; text-decoration-color: rgba(166, 70, 39, .35); text-underline-offset: 3px; }

.support-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 7vw; align-items: start; }
.support-copy h2 { margin: 1.25rem 0 1rem; font-size: clamp(3rem, 6vw, 6rem); line-height: .88; }
.support-copy > p { max-width: 31rem; color: var(--muted); font-size: 1.1rem; }
.support-card { padding: 2rem; border: 1px solid var(--line); background: rgba(255, 250, 240, .44); }
.support-card h2 { margin: 0 0 1rem; font-family: var(--display); font-size: 2rem; }
.faq { margin: 2rem 0 0; border-top: 1px solid var(--line); }
.faq details { padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-family: var(--display); font-size: 1.15rem; list-style-position: outside; }
.faq p { max-width: 45rem; margin: .8rem 0 0; color: var(--muted); }
.contact-box { margin-top: 1.5rem; padding-top: 1.3rem; border-top: 1px solid var(--line); }
.contact-box a { color: var(--rust); font-family: var(--display); font-size: 1.5rem; }

@media (max-width: 960px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 120px; }
  .hero-copy { padding: 5rem 0 2rem; }
  .hero-stage { max-width: 650px; width: 100%; height: 610px; margin: 0 auto 4rem; }
  .gallery-card, .gallery-card:nth-child(n) { grid-column: span 4; margin-top: 0; }
  .gallery-card:nth-child(2), .gallery-card:nth-child(5) { margin-top: 4rem; }
  .gallery-card:nth-child(3), .gallery-card:nth-child(6) { margin-top: 1rem; }
  .gallery-card:nth-child(4), .gallery-card:nth-child(7) { margin-top: 6rem; }
  .manifesto, .feature-layout, .quiet-grid, .support-grid { grid-template-columns: 1fr; gap: 4rem; }
  .blog-feature { grid-template-columns: 1fr; gap: 3rem; }
  .blog-feature-visual { max-width: 650px; width: 100%; margin: 0 auto; }
  .article-shell { grid-template-columns: 1fr; gap: 2rem; }
  .article-aside { position: static; }
  .manifesto-copy { max-width: 42rem; }
  .feature-visual { max-width: 650px; width: 100%; }
  .quiet-art { max-width: 620px; width: 100%; margin: 0 auto; }
  .collection-list { grid-template-columns: repeat(2, 1fr); }
  .collection-item:nth-child(4n + 1) { border-left: 0; }
  .collection-item:nth-child(odd) { border-left: 1px solid var(--line); }
  .legal-shell { grid-template-columns: 1fr; gap: 2rem; }
  .legal-aside { position: static; }
}

@media (max-width: 640px) {
  :root { --gutter: 1.25rem; }
  .nav { min-height: 78px; }
  .brand { font-size: .9rem; }
  .nav-links { gap: .8rem; font-size: .62rem; }
  .nav-links a:not(.nav-app-link) { display: none; }
  .nav-app-link { min-height: 2.3rem; padding: 0 .85rem; }
  .hero-grid { padding-top: 90px; }
  .hero-copy { padding: 3.5rem 0 1rem; }
  .hero h1 { max-width: 23rem; font-size: clamp(3.7rem, 18vw, 6rem); }
  .hero-lede { font-size: .98rem; }
  .hero-note { margin-top: 2.5rem; }
  .hero-stage { height: 490px; margin-bottom: 3rem; }
  .hero-stage::before { top: 11%; width: 42%; height: 52%; }
  .hero-art { top: 13%; left: 0; width: 37%; height: 48%; }
  .app-shot { right: 0; width: 69%; border-width: 5px; border-radius: 22px; }
  .app-shot img { border-radius: 16px; }
  .art-caption { right: 1%; top: 6%; width: 7rem; font-size: .85rem; }
  .hero-index { bottom: 4%; left: 0; }
  .ticker-inner { min-height: 3.3rem; font-size: .58rem; }
  .section { padding: 5.5rem 0; }
  .section-heading { display: block; margin-bottom: 3rem; }
  .section-heading h2 { margin-bottom: 1.5rem; font-size: 3.8rem; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
  .gallery-card, .gallery-card:nth-child(n) { grid-column: span 1; margin-top: 0; }
  .gallery-card:nth-child(2n) { margin-top: 3rem; }
  .gallery-label { display: block; }
  .gallery-label small { display: block; margin-top: .25rem; }
  .manifesto h2 { font-size: 4.4rem; }
  .feature-visual { min-height: 440px; }
  .feature-quote { right: 0; bottom: 4%; width: 48%; padding: 1rem; }
  .feature-quote p { font-size: 1rem; }
  .quiet h2 { font-size: 4.5rem; }
  .quiet-art { min-height: 440px; }
  .blog-feature-visual { min-height: 400px; }
  .blog-grid { grid-template-columns: 1fr; gap: 3rem; }
  .post-card { max-width: 38rem; }
  .article-next { grid-template-columns: 1fr; }
  .article-list-item { grid-template-columns: 2rem minmax(0, 1fr); gap: 1rem; align-items: start; padding: 1.25rem; }
  .article-list-link { grid-column: 2; justify-self: stretch; width: 100%; }
  .collections-head { display: block; }
  .collections-head p { margin-top: 1.5rem; }
  .collection-list { grid-template-columns: 1fr 1fr; }
  .collection-item { min-height: 13rem; padding: 1rem; }
  .collection-item h3 { margin-top: 2.2rem; font-size: 1.45rem; }
  .collection-item p { font-size: .74rem; }
  .cta { padding: 7rem 0; }
  .cta h2 { font-size: 4.8rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 1.4rem; }
  .footer-links { gap: 1rem; }
  .inner-hero { padding: 11rem 0 5rem; }
  .inner-hero h1 { font-size: 4.8rem; }
  .legal-content { padding: 4.5rem 0; }
  .support-card { padding: 1.4rem; }
}

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