:root {
  --ink: #102a43;
  --ink-soft: #52677a;
  --blue: #1877d2;
  --blue-dark: #0d5da9;
  --sky: #dff1ff;
  --cream: #f7f5ef;
  --paper: #fffefa;
  --line: #dce3e8;
  --coral: #ef6a52;
  --green: #2b8067;
  --shadow: 0 22px 70px rgba(16,42,67,.12);
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", system-ui, sans-serif; line-height: 1.5; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.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: 99; background: var(--ink); color: white; padding: .75rem 1rem; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.site-header { min-height: 72px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; padding: 0 clamp(1rem,4vw,4.5rem); background: rgba(255,254,250,.94); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); }
.brand { display: flex; align-items: baseline; gap: .45rem; width: max-content; text-decoration: none; font-weight: 700; }
.brand-mark { letter-spacing: -.035em; font-size: 1.08rem; }
.brand-divider { color: var(--blue); }
.brand-product { color: var(--ink-soft); font-weight: 500; }
.main-nav { display: flex; gap: .15rem; }
.nav-link, .plain-btn { border: 0; background: transparent; padding: .65rem .85rem; border-radius: 999px; cursor: pointer; }
.nav-link:hover, .nav-link:focus-visible, .plain-btn:hover { background: #eef2f5; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: .55rem; }
.btn { border: 1px solid transparent; border-radius: 999px; padding: .72rem 1.05rem; font-weight: 700; cursor: pointer; transition: transform .15s ease, background .15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--blue); color: white; }
.btn-primary:hover { background: var(--blue-dark); }
.btn-secondary { background: white; border-color: var(--line); }
.btn-ink { background: var(--ink); color: white; }
.btn-small { padding: .52rem .8rem; font-size: .9rem; }
.avatar-button { border: 0; background: transparent; padding: 0; cursor: pointer; display: flex; align-items: center; gap: .55rem; font-weight: 700; }
.avatar { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; background: var(--sky); }
.hero { min-height: min(760px, calc(100vh - 72px)); padding: clamp(4rem,10vw,8.5rem) clamp(1.25rem,7vw,7rem); display: grid; grid-template-columns: minmax(0,1.05fr) minmax(320px,.95fr); gap: clamp(2rem,6vw,7rem); align-items: center; overflow: hidden; }
.eyebrow { margin: 0 0 .8rem; color: var(--blue); text-transform: uppercase; letter-spacing: .13em; font-weight: 700; font-size: .78rem; }
h1,h2,h3 { margin-top: 0; }
h1,h2,.display { font-family: "Newsreader", Georgia, serif; font-weight: 600; line-height: .96; letter-spacing: -.035em; }
.hero h1 { font-size: clamp(3.8rem,8vw,8.5rem); max-width: 850px; margin-bottom: 1.3rem; }
.hero-copy { font-size: clamp(1.05rem,1.5vw,1.35rem); color: var(--ink-soft); max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.hero-visual { position: relative; min-height: 530px; }
.hero-photo { width: 82%; height: 475px; margin-left: auto; object-fit: cover; border-radius: 180px 180px 22px 22px; box-shadow: var(--shadow); }
.hero-note { position: absolute; left: 0; bottom: 12%; width: min(290px,75%); padding: 1rem 1.1rem; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 14px; }
.hero-note strong { display: block; }
.hero-note span { color: var(--ink-soft); font-size: .9rem; }
.signal { width: 10px; height: 10px; display: inline-block; border-radius: 50%; background: var(--coral); margin-right: .45rem; }
.section { padding: clamp(4rem,8vw,8rem) clamp(1.25rem,7vw,7rem); }
.section-paper { background: var(--paper); border-block: 1px solid var(--line); }
.section-head { max-width: 760px; margin-bottom: 2.5rem; }
.section h2 { font-size: clamp(2.8rem,5.5vw,5.4rem); margin-bottom: 1rem; }
.section-lead { color: var(--ink-soft); font-size: 1.15rem; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--ink); }
.step { padding: 1.4rem 2rem 2rem 0; border-right: 1px solid var(--line); }
.step + .step { padding-left: 2rem; }
.step:last-child { border: 0; }
.step-number { color: var(--blue); font-weight: 700; font-size: .82rem; letter-spacing: .08em; }
.step h3 { font-size: 1.35rem; margin: 1.4rem 0 .55rem; }
.step p { color: var(--ink-soft); margin: 0; }
.place-strip { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(270px,31vw); overflow-x: auto; gap: 1rem; padding-bottom: 1rem; scroll-snap-type: x mandatory; }
.place-strip, .filter-row, .side-nav { scrollbar-width: none; }
.place-strip::-webkit-scrollbar, .filter-row::-webkit-scrollbar, .side-nav::-webkit-scrollbar { display: none; }
.place-teaser { position: relative; height: 420px; overflow: hidden; border-radius: var(--radius); cursor: pointer; scroll-snap-align: start; background: var(--ink); }
.place-teaser img { width: 100%; height: 100%; object-fit: cover; opacity: .84; transition: transform .35s ease; }
.place-teaser:hover img { transform: scale(1.025); }
.place-teaser::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent,rgba(4,18,30,.88)); }
.teaser-copy { position: absolute; z-index: 1; inset: auto 1.2rem 1.2rem; color: white; }
.teaser-copy h3 { margin: .2rem 0; font-size: 1.4rem; }
.teaser-copy p { margin: 0; opacity: .78; }
.price-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: white; }
.price { padding: 2rem; border-right: 1px solid var(--line); }
.price:last-child { border: 0; }
.price.featured { background: var(--ink); color: white; }
.price h3 { font-size: 1.3rem; }
.price-amount { font-family: "Newsreader",serif; font-size: 3.1rem; line-height: 1; }
.price-amount span { font-family: "DM Sans"; font-size: .85rem; color: var(--ink-soft); }
.featured .price-amount span { color: #b9c9d8; }
.price ul { list-style: none; padding: 0; margin: 1.5rem 0; color: var(--ink-soft); }
.featured ul { color: #d9e4ec; }
.price li { padding: .35rem 0; }
.app-shell { max-width: 1480px; margin: 0 auto; padding: 2rem clamp(1rem,3vw,3rem) 6rem; display: grid; grid-template-columns: 230px minmax(0,720px) minmax(270px,1fr); gap: clamp(1.2rem,3vw,3rem); }
.sidebar { position: sticky; top: 102px; align-self: start; }
.profile-mini { padding-bottom: 1.4rem; border-bottom: 1px solid var(--line); margin-bottom: 1rem; }
.profile-mini .avatar { width: 64px; height: 64px; margin-bottom: .7rem; }
.profile-mini h2 { font-family: "DM Sans"; font-size: 1.05rem; margin: 0; letter-spacing: 0; }
.profile-mini p { color: var(--ink-soft); font-size: .9rem; margin: .15rem 0 0; }
.side-nav { display: grid; gap: .25rem; }
.side-nav button { text-align: left; border: 0; background: transparent; padding: .75rem .8rem; border-radius: 10px; cursor: pointer; }
.side-nav button.active { background: white; box-shadow: 0 3px 20px rgba(16,42,67,.07); color: var(--blue); font-weight: 700; }
.feed-head { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 1.2rem; }
.feed-head h1 { font-size: clamp(2.6rem,4.5vw,4rem); margin: 0; }
.feed-subhead { color: var(--ink-soft); margin: .25rem 0 0; }
.search-box { position: relative; }
.search-box input { width: 100%; min-height: 50px; padding: 0 1rem 0 2.9rem; border: 1px solid var(--line); border-radius: 999px; background: white; outline: 0; }
.search-box input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(24,119,210,.14); }
.search-icon { position: absolute; left: 1rem; top: 50%; transform: translateY(-50%); color: var(--ink-soft); }
.filter-row { display: flex; gap: .5rem; overflow-x: auto; padding: .85rem 0 1.1rem; }
.chip { border: 1px solid var(--line); background: white; border-radius: 999px; padding: .48rem .8rem; white-space: nowrap; cursor: pointer; }
.chip.active { background: var(--ink); color: white; border-color: var(--ink); }
.feed-list { display: grid; gap: 1rem; }
.feed-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.card-top { display: flex; align-items: center; gap: .8rem; padding: 1rem 1.1rem; }
.place-thumb { width: 44px; height: 44px; border-radius: 12px; object-fit: cover; }
.card-identity { min-width: 0; flex: 1; }
.card-identity strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.card-meta { color: var(--ink-soft); font-size: .84rem; }
.type-pill { border-radius: 999px; padding: .3rem .55rem; background: var(--sky); color: var(--blue-dark); font-weight: 700; font-size: .72rem; text-transform: uppercase; letter-spacing: .05em; }
.card-photo { width: 100%; height: min(420px,55vw); object-fit: cover; }
.card-body { padding: 1.25rem 1.2rem 1.35rem; }
.card-body h3 { font-family: "Newsreader"; font-size: clamp(1.7rem,3.5vw,2.35rem); line-height: 1; margin-bottom: .7rem; }
.card-body p { color: var(--ink-soft); margin: 0; }
.event-line { display: flex; gap: .65rem; align-items: center; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); font-weight: 700; }
.card-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 1.1rem; }
.link-btn { border: 0; background: transparent; color: var(--blue); font-weight: 700; padding: .3rem 0; cursor: pointer; }
.right-rail { position: sticky; top: 102px; align-self: start; }
.rail-block { margin-bottom: 1.7rem; }
.rail-block h2 { font-family: "DM Sans"; font-size: .88rem; text-transform: uppercase; letter-spacing: .08em; }
.suggestion { display: grid; grid-template-columns: 48px 1fr auto; gap: .7rem; align-items: center; padding: .65rem 0; border-bottom: 1px solid var(--line); }
.suggestion img { width: 48px; height: 48px; border-radius: 12px; object-fit: cover; }
.suggestion strong { display: block; font-size: .9rem; }
.suggestion span { color: var(--ink-soft); font-size: .78rem; }
.demo-note { background: var(--sky); border-radius: 14px; padding: 1rem; font-size: .88rem; }
.empty { text-align: center; padding: 4rem 2rem; background: white; border: 1px dashed #b7c5cf; border-radius: var(--radius); }
.empty h2 { font-size: 2.4rem; }
.place-page { min-height: calc(100vh - 72px); }
.place-hero { height: min(620px,72vh); position: relative; overflow: hidden; background: var(--ink); }
.place-hero img { width: 100%; height: 100%; object-fit: cover; opacity: .78; }
.place-hero::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent,rgba(4,18,30,.91)); }
.place-hero-copy { position: absolute; z-index: 1; inset: auto clamp(1.2rem,7vw,7rem) clamp(2rem,7vw,5rem); color: white; max-width: 850px; }
.place-hero-copy h1 { font-size: clamp(3.2rem,8vw,7.2rem); margin: .3rem 0 1rem; }
.place-hero-copy p { max-width: 700px; font-size: 1.1rem; color: #e5edf3; }
.place-toolbar { display: flex; gap: .7rem; flex-wrap: wrap; align-items: center; }
.place-content { max-width: 1050px; margin: 0 auto; padding: 3.5rem 1.2rem 7rem; display: grid; grid-template-columns: 1fr 2fr; gap: 3rem; }
.place-facts { color: var(--ink-soft); }
.place-facts div { padding: .9rem 0; border-bottom: 1px solid var(--line); }
.updates h2 { font-size: 3.2rem; }
.update-item { padding: 1.4rem 0; border-top: 1px solid var(--ink); }
.update-item h3 { font-family: "Newsreader"; font-size: 2rem; margin: .35rem 0; }
.auth-card, .dialog-card { width: min(520px,calc(100vw - 2rem)); max-height: calc(100vh - 2rem); overflow: auto; background: var(--paper); border-radius: 22px; box-shadow: var(--shadow); padding: clamp(1.4rem,4vw,2.3rem); }
.modal-root.open { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 1rem; background: rgba(8,28,45,.62); backdrop-filter: blur(8px); }
.modal-head { display: flex; align-items: start; justify-content: space-between; gap: 1rem; }
.modal-head h2 { font-size: 2.8rem; margin-bottom: .4rem; }
.close-btn { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; font-size: 1.2rem; }
.form-grid { display: grid; gap: 1rem; margin-top: 1.3rem; }
.form-grid.two { grid-template-columns: 1fr 1fr; }
.field { display: grid; gap: .35rem; }
.field label { font-size: .82rem; font-weight: 700; }
.field input, .field textarea, .field select { width: 100%; padding: .78rem .85rem; border: 1px solid #cbd6de; border-radius: 10px; background: white; outline: 0; }
.field textarea { min-height: 100px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(24,119,210,.13); }
.form-message { min-height: 1.4rem; color: #aa2b20; font-size: .88rem; }
.demo-credentials { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; margin: 1.2rem 0; }
.credential { border: 1px solid var(--line); border-radius: 11px; padding: .75rem; background: white; cursor: pointer; text-align: left; }
.credential strong, .credential span { display: block; }
.credential span { font-size: .8rem; color: var(--ink-soft); }
.profile-preview { display: flex; gap: 1rem; align-items: center; padding: 1rem; background: var(--sky); border-radius: 14px; }
.profile-preview .avatar { width: 76px; height: 76px; }
.promotion-preview { padding: 1.2rem; border: 1px solid var(--line); background: white; border-radius: 14px; }
.promotion-price { font-size: 2rem; font-family: "Newsreader"; }
.toast-region { position: fixed; right: 1rem; bottom: 1rem; z-index: 100; display: grid; gap: .5rem; }
.toast { background: var(--ink); color: white; padding: .85rem 1rem; border-radius: 10px; box-shadow: var(--shadow); animation: toast-in .2s ease-out; }
@keyframes toast-in { from { transform: translateY(10px); opacity: 0; } }
.site-footer { padding: 3.5rem clamp(1.25rem,7vw,7rem); background: #071b2c; color: white; display: grid; grid-template-columns: auto 1fr; gap: 1rem 2rem; align-items: center; }
.footer-logo { width: 175px; filter: brightness(0) invert(1); }
.site-footer p { margin: 0; color: #c6d3dd; }
.site-footer .fine-print { grid-column: 2; font-size: .78rem; color: #8195a5; }
@media (max-width: 1050px) {
  .app-shell { grid-template-columns: 185px minmax(0,1fr); }
  .right-rail { display: none; }
  .hero { grid-template-columns: 1fr .8fr; }
}
@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 64px; padding: 0 1rem; }
  .main-nav { display: none; }
  .brand-mark { font-size: 1rem; }
  .header-actions { gap: .25rem; }
  .header-actions .plain-btn, .header-actions .btn { white-space: nowrap; padding: .58rem .68rem; font-size: .86rem; }
  .header-actions .btn-secondary { display: none; }
  .hero { min-height: auto; padding: 4.5rem 1.2rem 5rem; grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(3.5rem,16vw,5.4rem); }
  .hero-visual { min-height: 430px; }
  .hero-photo { height: 405px; width: 88%; }
  .steps { grid-template-columns: 1fr; }
  .step, .step + .step { padding: 1.25rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .place-strip { grid-auto-columns: 82vw; }
  .price-grid { grid-template-columns: 1fr; }
  .price { border-right: 0; border-bottom: 1px solid var(--line); }
  .app-shell { display: block; padding: 1.2rem 1rem 5rem; }
  .sidebar { position: static; }
  .profile-mini { display: none; }
  .side-nav { display: flex; overflow-x: auto; margin-bottom: 1.4rem; }
  .side-nav button { white-space: nowrap; }
  .feed-head { align-items: start; }
  .feed-head .btn { display: none; }
  .card-photo { height: 64vw; max-height: 390px; }
  .place-hero { height: 70vh; }
  .place-content { grid-template-columns: 1fr; gap: 2rem; }
  .form-grid.two { grid-template-columns: 1fr; }
  .demo-credentials { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer .fine-print { grid-column: 1; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }

/* Zine-aligned EventSimpler art direction */
body { background: #06111f; color: #f7fbff; }
h1, h2, .display, .feed-card h3, .updates h2, .update-item h3, .price-amount { font-family: "DM Sans", system-ui, sans-serif; }
.site-header { background: rgba(5,16,29,.93); color: white; border-color: rgba(255,255,255,.12); }
.brand-product { color: rgba(255,255,255,.55); text-transform: uppercase; font-size: .68rem; letter-spacing: .18em; }
.brand-divider { color: #42b5ff; }
.nav-link, .plain-btn { color: white; }
.nav-link:hover, .nav-link:focus-visible, .plain-btn:hover { background: rgba(255,255,255,.08); }
.btn-secondary { background: transparent; color: white; border-color: rgba(255,255,255,.28); }
.btn-secondary:hover { background: rgba(255,255,255,.08); }
.btn-ghost { color: white; border: 1px solid rgba(255,255,255,.35); background: rgba(4,14,25,.18); backdrop-filter: blur(12px); }
.landing-mode .site-header { position: fixed; inset: 0 0 auto; background: linear-gradient(rgba(3,12,22,.78), transparent); border-bottom-color: rgba(255,255,255,.14); backdrop-filter: none; }

.zine-feed-hero { position: relative; min-height: 100svh; display: grid; place-items: center; overflow: hidden; isolation: isolate; }
.zine-hero-media, .zine-hero-wash { position: absolute; inset: 0; width: 100%; height: 100%; }
.zine-hero-media { z-index: -3; object-fit: cover; object-position: center; animation: zine-image-in 1.6s cubic-bezier(.2,.7,.2,1) both; }
.zine-hero-wash { z-index: -2; background: linear-gradient(0deg,rgba(2,8,16,.8),rgba(2,9,18,.2) 62%,rgba(2,9,18,.52)), radial-gradient(circle at center,transparent 0,rgba(1,7,14,.26) 70%); }
.zine-hero-copy { width: min(1180px,calc(100% - 3rem)); padding: 8rem 0 6rem; text-align: center; animation: zine-copy-in .9s .15s cubic-bezier(.2,.7,.2,1) both; }
.zine-kicker { display: flex; align-items: center; justify-content: center; gap: 15px; margin: 0 0 2rem; font-size: .7rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.zine-kicker span { width: 42px; height: 1px; background: currentColor; opacity: .62; }
.zine-hero-copy h1 { margin: 0; font-size: clamp(4rem,9vw,9rem); line-height: .8; letter-spacing: -.075em; text-transform: uppercase; }
.zine-hero-copy h1 span { display: block; }
.zine-hero-copy > p:not(.zine-kicker) { max-width: 600px; margin: 2.2rem auto 0; color: rgba(255,255,255,.72); font-size: clamp(1rem,1.4vw,1.2rem); }
.zine-hero-copy .hero-actions { justify-content: center; margin-top: 2rem; }
.zine-hero-detail { position: absolute; top: 106px; display: grid; gap: 4px; padding: 13px 0; color: white; animation: zine-detail-in .8s .7s both; }
.zine-hero-detail span { font-size: .58rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; opacity: .58; }
.zine-hero-detail strong { font: 1rem/1.2 Georgia,serif; }
.zine-detail-left { left: 4vw; }
.zine-detail-right { right: 4vw; text-align: right; }
.zine-scroll-cue { position: absolute; left: 4vw; bottom: 2rem; display: flex; gap: 1rem; align-items: center; color: white; text-decoration: none; text-transform: uppercase; letter-spacing: .17em; font-size: .62rem; font-weight: 700; }
.zine-scroll-cue b { color: #42b5ff; font-size: 1.1rem; animation: zine-bob 1.8s ease-in-out infinite; }

.zine-feed-chapter { min-height: 100svh; padding: clamp(6rem,10vw,9rem) clamp(1.25rem,4vw,4.5rem); background: #071628; overflow: hidden; }
.zine-chapter-head { display: grid; grid-template-columns: 150px minmax(0,1fr) minmax(260px,390px); align-items: end; gap: 2rem; margin-bottom: clamp(3rem,6vw,6rem); }
.zine-chapter-head > p { align-self: start; margin: .5rem 0; font-size: .64rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.48); }
.zine-chapter-head > p span { color: #42b5ff; margin-right: 1rem; }
.zine-chapter-head h2 { margin: 0; font-size: clamp(4rem,8vw,8.2rem); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; }
.zine-chapter-head > div { padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.28); }
.zine-chapter-head > div p { color: rgba(255,255,255,.62); }
.text-link { padding: .5rem 0; border: 0; background: transparent; color: #42b5ff; font: 700 .7rem/1 "DM Sans"; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
.landing-mode .place-strip { grid-auto-columns: minmax(300px,29vw); gap: 1px; padding: 0; background: rgba(255,255,255,.12); }
.landing-mode .place-teaser { height: min(57vw,620px); min-height: 430px; border-radius: 0; }
.landing-mode .place-teaser::after { inset: 30% 0 0; background: linear-gradient(transparent,rgba(2,9,18,.92)); }
.landing-mode .teaser-copy { inset: auto 1.5rem 1.6rem; }
.landing-mode .teaser-copy h3 { margin: .65rem 0 .2rem; font-size: clamp(1.35rem,2vw,2rem); text-transform: uppercase; letter-spacing: -.035em; }
.landing-mode .type-pill { background: transparent; color: #71c8ff; padding: 0; }

.zine-how { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: clamp(3rem,8vw,9rem); isolation: isolate; }
.zine-how > img, .zine-how-wash { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; }
.zine-how-wash { z-index: -2; background: linear-gradient(90deg,rgba(2,9,18,.92),rgba(2,9,18,.35) 68%),linear-gradient(0deg,rgba(2,9,18,.85),transparent 60%); }
.zine-how-copy .zine-kicker { justify-content: flex-start; }
.zine-how-copy h2 { max-width: 850px; margin: 0; font-size: clamp(3.8rem,7vw,7.5rem); line-height: .86; letter-spacing: -.07em; text-transform: uppercase; }
.zine-how-copy > p:last-child { max-width: 540px; color: rgba(255,255,255,.7); font-size: 1.1rem; }
.zine-steps { border-top: 1px solid rgba(255,255,255,.5); }
.zine-steps article { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; padding: 1.35rem 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.zine-steps article > span { color: #42b5ff; font-size: .68rem; font-weight: 700; }
.zine-steps h3 { margin: 0 0 .35rem; text-transform: uppercase; font-size: 1.05rem; }
.zine-steps p { margin: 0; color: rgba(255,255,255,.6); font-size: .9rem; }

.landing-mode #pricing { background: #050e19; color: white; border-color: rgba(255,255,255,.13); }
.landing-mode #pricing .section-head { max-width: 970px; }
.landing-mode #pricing h2 { font-family: "DM Sans"; font-size: clamp(3.8rem,7vw,7.8rem); line-height: .84; letter-spacing: -.07em; text-transform: uppercase; }
.landing-mode #pricing .section-lead { color: rgba(255,255,255,.55); }
.price-grid { background: transparent; border-color: rgba(255,255,255,.18); border-radius: 0; }
.price { background: transparent; color: white; border-color: rgba(255,255,255,.18); }
.price.featured { background: #0a67ad; }
.price ul, .price-amount span { color: rgba(255,255,255,.58); }
.featured ul, .featured .price-amount span { color: rgba(255,255,255,.72); }

/* The signed-in product stays operational, but now belongs to the same world. */
.app-shell { color: white; }
.profile-mini { border-color: rgba(255,255,255,.14); }
.profile-mini p, .feed-subhead, .card-meta, .card-body p, .suggestion span, .place-facts, .section-lead { color: rgba(255,255,255,.58); }
.side-nav button { color: rgba(255,255,255,.72); }
.side-nav button.active { background: rgba(66,181,255,.12); color: #42b5ff; box-shadow: none; }
.feed-head h1 { font-family: "DM Sans"; text-transform: uppercase; letter-spacing: -.06em; }
.search-box input { background: #0a1c2c; color: white; border-color: rgba(255,255,255,.16); }
.search-box input::placeholder { color: rgba(255,255,255,.38); }
.chip { background: transparent; color: rgba(255,255,255,.7); border-color: rgba(255,255,255,.18); }
.chip.active { background: #2498ed; color: white; border-color: #2498ed; }
.feed-card { background: #091b2b; border-color: rgba(255,255,255,.13); border-radius: 0; }
.feed-card .type-pill { background: rgba(36,152,237,.14); color: #71c8ff; }
.feed-card h3 { text-transform: uppercase; letter-spacing: -.045em; }
.event-line, .suggestion { border-color: rgba(255,255,255,.13); }
.link-btn { color: #42b5ff; }
.right-rail .btn-secondary { color: white; }
.demo-note { background: rgba(36,152,237,.12); color: rgba(255,255,255,.8); }
.empty { background: #091b2b; border-color: rgba(255,255,255,.25); }
.place-content { color: white; }
.place-facts div, .update-item { border-color: rgba(255,255,255,.18); }
.updates h2, .update-item h3 { text-transform: uppercase; letter-spacing: -.055em; }
.auth-card, .dialog-card { color: #071628; }
.auth-card h2, .dialog-card h2 { font-family: "DM Sans"; text-transform: uppercase; letter-spacing: -.055em; }
.site-footer { border-top: 1px solid rgba(255,255,255,.14); }

@keyframes zine-image-in { from { opacity: 0; transform: scale(1.06); } to { opacity: 1; transform: scale(1); } }
@keyframes zine-copy-in { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
@keyframes zine-detail-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
@keyframes zine-bob { 50% { transform: translateY(5px); } }

@media (max-width: 900px) {
  .zine-hero-copy { width: min(900px,calc(100% - 2rem)); }
  .zine-hero-copy h1 { font-size: clamp(3.6rem,13vw,7rem); }
  .zine-chapter-head { grid-template-columns: 1fr; gap: 1.2rem; }
  .zine-chapter-head > p { margin-bottom: .5rem; }
  .zine-chapter-head > div { max-width: 520px; }
  .zine-how { grid-template-columns: 1fr; align-content: end; }
  .zine-how-wash { background: linear-gradient(0deg,rgba(2,9,18,.94),rgba(2,9,18,.3) 75%); }
  .zine-steps { max-width: 600px; }
}

@media (max-width: 760px) {
  .landing-mode .site-header { background: rgba(3,12,22,.82); }
  .landing-mode .brand-product { display: none; }
  .landing-mode .brand-divider { display: none; }
  .zine-feed-hero { min-height: 100svh; align-items: end; }
  .zine-hero-media { object-position: 62% center; }
  .zine-hero-copy { padding: 9rem 1rem 8rem; text-align: left; }
  .zine-kicker { justify-content: flex-start; font-size: .56rem; gap: 9px; margin-bottom: 1.4rem; }
  .zine-kicker span { width: 24px; }
  .zine-hero-copy h1 { font-size: clamp(3.55rem,17vw,5.6rem); line-height: .83; }
  .zine-hero-copy > p:not(.zine-kicker) { margin: 1.5rem 0 0; max-width: 330px; font-size: .95rem; }
  .zine-hero-copy .hero-actions { justify-content: flex-start; margin-top: 1.4rem; }
  .zine-hero-copy .btn { padding: .65rem .82rem; font-size: .82rem; }
  .zine-hero-detail { top: 82px; }
  .zine-detail-left { left: 1rem; }
  .zine-detail-right { right: 1rem; }
  .zine-hero-detail strong { font-size: .78rem; }
  .zine-scroll-cue { left: 1rem; bottom: 1.25rem; }
  .zine-feed-chapter { padding: 5rem 1rem; }
  .zine-chapter-head h2, .zine-how-copy h2 { font-size: clamp(3.4rem,16vw,5.3rem); }
  .landing-mode .place-strip { grid-auto-columns: 82vw; }
  .landing-mode .place-teaser { height: 62vh; min-height: 450px; }
  .zine-how { min-height: 100svh; padding-bottom: 4rem; }
  .zine-how-copy > p:last-child { font-size: .95rem; }
  .landing-mode #pricing { padding-inline: 1rem; }
  .landing-mode #pricing h2 { font-size: clamp(3.4rem,16vw,5.2rem); }
  .price-grid { border-radius: 0; }
}

/* Pittsburgh beta: proximity, privacy and demo administration */
html, body { max-width: 100%; overflow-x: hidden; }
.main-nav a.nav-link { display: inline-flex; align-items: center; text-decoration: none; }
.feed-tools { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.radius-control { display: flex; align-items: center; gap: .65rem; color: rgba(255,255,255,.62); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.radius-control select { border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: #0a1c2c; color: white; padding: .48rem 1.7rem .48rem .7rem; }
.private-card { border-color: rgba(66,181,255,.28); }
.private-image { position: relative; height: min(360px,48vw); overflow: hidden; background: #04101d; }
.private-image img { width: 100%; height: 100%; object-fit: cover; filter: blur(9px); transform: scale(1.04); opacity: .48; }
.private-image span { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.45); border-radius: 999px; padding: .55rem .8rem; text-transform: uppercase; letter-spacing: .12em; font-size: .62rem; font-weight: 700; }
.private-address { margin-top: 1rem; padding: .8rem 0; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.52); font-size: .82rem; }
.btn[disabled] { opacity: .62; cursor: default; }
.admin-workspace { min-height: calc(100svh - 72px); padding: clamp(3rem,7vw,7rem) clamp(1rem,7vw,7rem) 7rem; background: #06111f; color: white; }
.admin-title { max-width: 980px; }
.admin-title h1 { margin: .25rem 0 1rem; font-size: clamp(4rem,9vw,8.5rem); line-height: .82; letter-spacing: -.075em; text-transform: uppercase; }
.admin-title > p:last-child { max-width: 650px; color: rgba(255,255,255,.6); line-height: 1.6; }
.admin-callout { display: flex; gap: .7rem 1.5rem; flex-wrap: wrap; margin: 2.5rem 0; padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.14); }
.admin-callout strong { color: #42b5ff; }
.admin-callout span { color: rgba(255,255,255,.62); }
.admin-place-list { display: grid; gap: 1px; background: rgba(255,255,255,.13); }
.admin-place { display: grid; grid-template-columns: minmax(140px,240px) 1fr; min-height: 220px; background: #091b2b; }
.admin-place > img { width: 100%; height: 100%; object-fit: cover; }
.admin-place-main { padding: clamp(1.25rem,3vw,2rem); }
.admin-place-heading { display: flex; align-items: start; justify-content: space-between; gap: 1.5rem; }
.admin-place-heading h2 { margin: .45rem 0 .3rem; font-size: clamp(1.7rem,3.2vw,3.2rem); line-height: .95; letter-spacing: -.055em; text-transform: uppercase; }
.admin-place-heading p { margin: 0; color: rgba(255,255,255,.5); font-size: .82rem; }
.admin-place-actions { display: flex; gap: .5rem; flex-wrap: wrap; justify-content: flex-end; }
.status-pill { display: inline-flex; border-radius: 999px; padding: .3rem .5rem; font-size: .56rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
.status-pill.public { background: rgba(47,179,115,.15); color: #6ee2a4; }
.status-pill.private { background: rgba(66,181,255,.14); color: #71c8ff; }
.request-queue { margin-top: 1.2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.13); }
.request-queue > strong { display: block; margin-bottom: .6rem; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.5); }
.request-queue > div { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .65rem 0; border-top: 1px solid rgba(255,255,255,.09); }
.request-queue button { border: 0; border-radius: 999px; background: #178fdf; color: white; padding: .55rem .75rem; font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; cursor: pointer; }
.request-queue p { margin: 0; color: rgba(255,255,255,.5); font-size: .83rem; }
.admin-mode .site-footer { display: none; }

@media (max-width: 760px) {
  .feed-tools { display: block; }
  .radius-control { margin: 0 0 1rem; }
  .private-image { height: 58vw; min-height: 220px; }
  .admin-workspace { padding: 3.5rem 1rem 5rem; }
  .admin-title h1 { font-size: clamp(3.7rem,17vw,5.5rem); }
  .admin-place { grid-template-columns: 1fr; }
  .admin-place > img { height: 220px; }
  .admin-place-heading { display: grid; }
  .admin-place-actions { justify-content: flex-start; }
  .header-actions .admin-switch { display: inline-flex; }
}
