:root {
  color-scheme: light;
  --paper: #fffdf2;
  --ink: #050505;
  --muted: #474747;
  --yellow: #fff000;
  --cyan: #00e8ff;
  --pink: #ff4fc8;
  --red: #ff3b30;
  --green: #48ff67;
  --white: #fff;
  --shadow: 8px 8px 0 var(--ink);
  --shadow-small: 4px 4px 0 var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: var(--ink);
  background-color: var(--paper);
  background-image:
    linear-gradient(rgba(0,0,0,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,.07) 1px, transparent 1px);
  background-size: 24px 24px;
  font-family: "Archivo", sans-serif;
}

button, input, textarea, select { font: inherit; }
button, select { cursor: pointer; }
button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible {
  outline: 4px solid var(--pink);
  outline-offset: 3px;
}

.ambient { display: none; }
.topbar {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px clamp(18px, 4vw, 56px);
  border-bottom: 4px solid var(--ink);
  background: var(--yellow);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; font-family: "Archivo Black", sans-serif; text-transform: uppercase; }
.brand em { font-style: normal; background: var(--ink); color: var(--white); padding: 3px 7px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 4px solid var(--ink); background: var(--cyan); box-shadow: var(--shadow-small); font-size: 21px; }
.site-menu-toggle { display: none; }
.topbar-meta { display: flex; align-items: center; gap: 10px; }
.privacy-label { padding: 7px 9px; border: 3px solid var(--ink); background: var(--white); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.privacy-label i { display: inline-block; width: 10px; height: 10px; margin-right: 6px; border: 2px solid var(--ink); background: var(--green); }

.quiet-button, .text-button { border: 3px solid var(--ink); background: var(--white); color: var(--ink); padding: 8px 11px; box-shadow: 3px 3px 0 var(--ink); font-weight: 900; text-transform: uppercase; }
.topbar-link { text-decoration: none; }
.topbar-link.current-page { background: var(--pink); }
.account-button.has-session { background: var(--green); }
.quiet-button:hover, .text-button:hover { background: var(--cyan); transform: translate(-1px, -1px); box-shadow: 4px 4px 0 var(--ink); }

.studio-shell { width: min(1560px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(430px, .82fr) minmax(540px, 1.18fr); }
.control-panel { padding: clamp(30px, 3.2vw, 50px); border-right: 4px solid var(--ink); background: rgba(255,253,242,.93); }
.intro { max-width: 660px; margin-bottom: 24px; }
.eyebrow { display: inline-block; margin: 0 0 14px; padding: 6px 9px; border: 3px solid var(--ink); background: var(--red); color: var(--white); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.intro h1 { margin: 0; max-width: 640px; font-family: "Archivo Black", sans-serif; font-size: clamp(44px, 4vw, 60px); line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
h1 em, .modal h2 em { color: var(--ink); font-style: normal; background: var(--yellow); box-decoration-break: clone; -webkit-box-decoration-break: clone; padding: 0 6px; }
.intro > p:last-child { max-width: 580px; margin: 16px 0 0; padding: 11px 13px; border: 3px solid var(--ink); background: var(--cyan); box-shadow: var(--shadow-small); font-weight: 700; line-height: 1.4; }
.lookbook-teaser { display: grid; grid-template-columns: minmax(140px, .6fr) minmax(190px, 1fr); gap: 0; margin: 0 0 26px; color: var(--ink); border: 4px solid var(--ink); background: var(--yellow); box-shadow: var(--shadow); text-decoration: none; }
.lookbook-teaser:hover { transform: translate(-3px, -3px); box-shadow: 11px 11px 0 var(--ink); }
.lookbook-teaser-images { min-height: 96px; display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-right: 4px solid var(--ink); }
.lookbook-teaser-images img { width: 100%; height: 100%; min-width: 0; display: block; object-fit: cover; }
.lookbook-teaser-copy { display: flex; flex-direction: column; justify-content: center; padding: 12px 14px; }
.lookbook-teaser-copy small { margin-bottom: 7px; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.lookbook-teaser-copy strong { font-family: "Archivo Black", sans-serif; font-size: 17px; line-height: 1.05; text-transform: uppercase; }
.lookbook-teaser-copy > span { margin-top: 7px; font-size: 9px; font-weight: 800; line-height: 1.35; }

form { display: grid; gap: 28px; }
.field-group { margin: 0; padding: 16px; border: 4px solid var(--ink); background: var(--white); box-shadow: var(--shadow-small); }
.field-group legend, .field-heading { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; font-family: "Archivo Black", sans-serif; font-size: 14px; text-transform: uppercase; }
.field-group legend { padding: 5px 8px; border: 3px solid var(--ink); background: var(--yellow); }
.field-group legend span, .field-heading span { display: grid; place-items: center; width: 28px; height: 28px; border: 3px solid var(--ink); background: var(--pink); font-family: "Archivo Black", sans-serif; }
.creation-start { background: var(--yellow); }
.creation-guidance { margin: -2px 0 14px; font-size: 12px; font-weight: 800; line-height: 1.5; }
.creation-starters { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-bottom: 14px; }
.creation-starters button { min-height: 44px; padding: 8px 10px; border: 3px solid var(--ink); background: var(--white); box-shadow: 3px 3px 0 var(--ink); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.creation-starters button:nth-child(2) { background: var(--cyan); }
.creation-starters button:nth-child(3) { background: var(--pink); }
.creation-starters button:nth-child(4) { background: var(--green); }
.creation-starters button:hover { transform: translate(-1px, -1px); box-shadow: 4px 4px 0 var(--ink); }
.model-choice-step { background: var(--cyan); }
.model-current-choice { display: grid; gap: 6px; margin: 14px 0; padding: 14px; border: 4px solid var(--ink); background: var(--yellow); box-shadow: var(--shadow-small); }
.model-current-choice > span { font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.model-current-choice > strong { font-family: "Archivo Black", sans-serif; font-size: clamp(18px, 2vw, 25px); line-height: 1; text-transform: uppercase; }
.model-current-choice .model-note { margin: 2px 0 0; }
.model-catalog { margin-top: 16px; }
.model-catalog > summary { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 13px; border: 4px solid var(--ink); background: var(--white); box-shadow: var(--shadow-small); font-family: "Archivo Black", sans-serif; font-size: 12px; list-style: none; text-transform: uppercase; }
.model-catalog > summary::-webkit-details-marker { display: none; }
.model-catalog > summary::after { content: "+"; flex: 0 0 auto; font-size: 22px; }
.model-catalog[open] > summary::after { content: "×"; }
.model-catalog > summary span { padding: 5px 7px; border: 3px solid var(--ink); background: var(--pink); font-family: "Archivo", sans-serif; font-size: 9px; }
.model-taxonomy { margin: 12px 0 0; padding: 10px 12px; border: 3px solid var(--ink); background: var(--green); font-size: 10px; font-weight: 850; line-height: 1.45; }
.model-choice-guidance { margin: -2px 0 14px; font-size: 12px; font-weight: 800; line-height: 1.5; }
.model-choice-step .advanced-section-heading { padding: 9px 11px; border: 3px solid var(--ink); background: var(--white); box-shadow: 3px 3px 0 var(--ink); }
.model-choice-step .model-grid { margin-top: 14px; }
.model-choice-step .model-jury-note { display: block; margin-top: 10px; font-size: 8px; font-weight: 900; line-height: 1.4; text-transform: uppercase; }
.model-board-intro { margin: -2px 0 12px; padding: 7px 9px; border: 3px solid var(--ink); background: var(--cyan); font-size: 9px; font-weight: 900; letter-spacing: .04em; line-height: 1.35; text-transform: uppercase; }

.model-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.model-card { min-height: 88px; padding: 14px; text-align: left; color: var(--ink); border: 3px solid var(--ink); background: var(--paper); box-shadow: 3px 3px 0 var(--ink); transition: .1s ease; }
.model-card:nth-child(3n+1) { background: #fff8ab; }
.model-card:nth-child(3n+2) { background: #bdf8ff; }
.model-card:nth-child(3n) { background: #ffd2f1; }
.model-card:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--ink); }
.model-card.active { background: var(--ink); color: var(--white); box-shadow: 6px 6px 0 var(--pink); }
.model-card strong { display: block; margin-bottom: 7px; font-family: "Archivo Black", sans-serif; font-size: 13px; text-transform: uppercase; }
.model-card small { font-size: 10px; font-weight: 800; text-transform: uppercase; }
.model-pick { display: inline-block; margin-bottom: 8px; padding: 4px 6px; border: 2px solid currentColor; background: rgba(255,255,255,.7); color: var(--ink); font-size: 8px; font-weight: 900; letter-spacing: .05em; line-height: 1; text-transform: uppercase; }
.model-verdict { display: inline-block; margin-top: 10px; padding: 4px 6px; border: 2px solid currentColor; background: rgba(255,255,255,.72); color: var(--ink); font-size: 8px; font-weight: 900; letter-spacing: .035em; line-height: 1.25; text-transform: uppercase; }
.model-card.active .model-verdict, .model-card.active .model-pick { border-color: var(--white); background: var(--yellow); color: var(--ink); }
.model-card.model-featured { grid-column: 1 / -1; }
.model-card.all-models-card { grid-column: 1 / -1; min-height: 76px; background: var(--green); }
.model-card.all-models-card.active { background: var(--ink); }
.model-tier-label { grid-column: 1 / -1; margin-top: 6px; padding: 7px 9px; border: 3px solid var(--ink); background: var(--yellow); box-shadow: 3px 3px 0 var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.model-tier-label.action-tier { margin-top: 12px; background: var(--pink); }
.model-note { min-height: 34px; margin: 14px 2px 0; font-size: 12px; font-weight: 700; line-height: 1.45; }

.prompt-wrap { overflow: hidden; border: 4px solid var(--ink); background: var(--paper); box-shadow: var(--shadow-small); }
.prompt-wrap:focus-within { box-shadow: 6px 6px 0 var(--pink); }
textarea { width: 100%; min-height: 150px; padding: 18px; resize: vertical; color: var(--ink); background: transparent; border: 0; outline: 0; font-weight: 600; line-height: 1.55; }
textarea::placeholder, input::placeholder { color: #777; }
.prompt-footer { display: flex; justify-content: space-between; align-items: center; padding: 0 12px 11px; font-size: 11px; font-weight: 800; }
.text-button { padding: 6px 9px; background: var(--yellow); }

.advanced { border: 4px solid var(--ink); background: var(--white); box-shadow: var(--shadow-small); }
.advanced summary { padding: 14px; list-style: none; font-family: "Archivo Black", sans-serif; text-transform: uppercase; }
.advanced summary::-webkit-details-marker { display: none; }
.advanced summary::after { content: "+"; float: right; font-size: 24px; line-height: 16px; }
.advanced[open] summary::after { content: "−"; }
.advanced summary span { margin-left: 8px; padding: 3px 5px; border: 2px solid var(--ink); background: var(--cyan); font-size: 9px; }
.advanced-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.advanced-section-heading strong { font-family: "Archivo Black", sans-serif; font-size: 12px; text-transform: uppercase; }
.advanced-section-heading span { padding: 5px 7px; border: 2px solid var(--ink); background: var(--green); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.advanced-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 0 14px 16px; }
.advanced label { display: grid; gap: 7px; font-size: 11px; font-weight: 900; text-transform: uppercase; }
select, input[type="number"], .negative-label input { width: 100%; height: 46px; padding: 0 11px; color: var(--ink); border: 3px solid var(--ink); border-radius: 0; background: var(--paper); outline: 0; font-weight: 700; }
select:disabled, input:disabled { opacity: .45; cursor: not-allowed; background: #ddd; }
.screening-control { align-content: start; }
.body-error-control { grid-column: 1 / -1; grid-template-columns: minmax(0, 1fr) auto !important; align-items: center; gap: 18px !important; padding: 12px; border: 3px solid var(--ink); background: var(--green); box-shadow: 3px 3px 0 var(--ink); }
.body-error-control > span:first-child { display: grid; gap: 4px; }
.body-error-control strong { font-family: "Archivo Black", sans-serif; font-size: 11px; text-transform: uppercase; }
.body-error-control small { font-size: 9px; font-weight: 800; line-height: 1.4; text-transform: none; }
.toggle-line { height: 46px; display: flex; align-items: center; gap: 9px; }
.toggle-line input { position: absolute; opacity: 0; pointer-events: none; }
.toggle { width: 44px; height: 25px; padding: 3px; border: 3px solid var(--ink); background: var(--white); }
.toggle::before { content: ""; display: block; width: 13px; height: 13px; border: 2px solid var(--ink); background: var(--red); transition: .12s ease; }
.toggle-line input:checked + .toggle { background: var(--yellow); }
.toggle-line input:checked + .toggle::before { transform: translateX(19px); background: var(--green); }
.negative-label { padding: 0 14px 16px; }

.consent-check { display: flex; align-items: flex-start; gap: 11px; padding: 12px; border: 3px solid var(--ink); background: var(--white); box-shadow: 3px 3px 0 var(--ink); font-size: 12px; font-weight: 700; line-height: 1.45; cursor: pointer; }
.consent-check input { width: 18px; height: 18px; margin: 0; accent-color: var(--red); flex: 0 0 auto; }
.generate-button { width: 100%; min-height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border: 4px solid var(--ink); background: var(--red); color: var(--white); box-shadow: var(--shadow); font-family: "Archivo Black", sans-serif; text-transform: uppercase; transition: .1s ease; }
.generate-button:hover:not(:disabled) { transform: translate(-3px, -3px); box-shadow: 11px 11px 0 var(--ink); }
.generate-button:disabled { cursor: not-allowed; opacity: .5; }
.generate-shortcut { font-size: 11px; }

.canvas-panel { padding: clamp(34px, 4vw, 64px); background: rgba(0,232,255,.12); }
.canvas-head { min-height: 126px; display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.canvas-head h2 { margin: 0; font-family: "Archivo Black", sans-serif; font-size: clamp(28px, 3vw, 44px); text-transform: uppercase; }
.canvas-head .eyebrow { background: var(--ink); }
.roll-status { position: relative; z-index: 2; display: inline-block; max-width: 520px; margin: 11px 0 0; padding: 6px 8px; border: 3px solid var(--ink); background: var(--green); box-shadow: 3px 3px 0 var(--ink); font-size: 10px; font-weight: 900; line-height: 1.4; text-transform: uppercase; }
.roll-loading { min-height: 0; display: flex; align-items: center; justify-content: flex-start; gap: 13px; margin: 0 0 22px; padding: 13px 15px; border: 4px solid var(--ink); background: var(--yellow); box-shadow: var(--shadow-small); text-align: left; }
.roll-loading strong { display: block; font-family: "Archivo Black", sans-serif; font-size: clamp(13px, 1.5vw, 18px); text-transform: uppercase; }
.roll-loading p { max-width: 680px; margin: 4px 0 0; font-size: 11px; font-weight: 700; line-height: 1.4; }
.roll-loading .quiet-button { flex: 0 0 auto; }
.roll-loading.failed { min-height: 0; padding: 13px 15px; background: #ffc2bc; }
.empty-canvas { min-height: 650px; display: grid; place-items: center; position: relative; }
.frame { position: absolute; width: min(72%, 500px); aspect-ratio: 3/4; border: 4px solid var(--ink); background: var(--white); box-shadow: var(--shadow); }
.frame-back { transform: translate(50px, -18px) rotate(6deg); background: var(--pink); }
.frame-middle { transform: translate(25px, -8px) rotate(3deg); background: var(--yellow); }
.frame-front { display: grid; place-content: center; justify-items: center; padding: 34px; text-align: center; }
.aperture { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 20px; border: 4px solid var(--ink); background: var(--cyan); box-shadow: var(--shadow-small); font-size: 24px; }
.frame-front p { margin: 0 0 8px; font-family: "Archivo Black", sans-serif; font-size: 22px; text-transform: uppercase; }
.frame-front span { max-width: 290px; font-size: 11px; font-weight: 800; line-height: 1.5; text-transform: uppercase; }

.status-card { display: flex; align-items: center; gap: 14px; margin: 24px 0; padding: 15px; border: 4px solid var(--ink); background: var(--yellow); box-shadow: var(--shadow-small); }
.status-card strong { display: block; font-family: "Archivo Black", sans-serif; text-transform: uppercase; }
.status-card p { margin: 3px 0 0; font-size: 11px; font-weight: 700; }
.status-time { margin-left: auto; font-weight: 900; font-variant-numeric: tabular-nums; }
.status-orbit { width: 35px; height: 35px; padding: 4px; border: 4px solid var(--ink); background: var(--white); animation: spin 1.2s steps(8) infinite; }
.status-orbit span { display: block; width: 9px; height: 9px; background: var(--red); }
@keyframes spin { to { transform: rotate(360deg); } }

.jury-live { margin: 22px 0 4px; padding: 15px; border: 4px solid var(--ink); background: var(--paper); box-shadow: var(--shadow-small); }
.jury-live-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.jury-live-head .eyebrow { margin: 0 0 7px; background: var(--red); }
.jury-live-head strong { display: block; font-family: "Archivo Black", sans-serif; font-size: clamp(18px, 2.2vw, 28px); line-height: 1; text-transform: uppercase; }
.jury-live-head > span { flex: 0 0 auto; padding: 7px 9px; border: 3px solid var(--ink); background: var(--yellow); box-shadow: 3px 3px 0 var(--ink); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.jury-live-note { margin: 11px 0 14px; font-size: 11px; font-weight: 800; line-height: 1.45; }
.jury-live-models { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
.jury-verdict { min-width: 0; display: grid; grid-template-columns: 13px minmax(0, 1fr); gap: 8px; align-items: center; padding: 8px; border: 3px solid var(--ink); background: var(--white); }
.jury-verdict i { width: 13px; height: 13px; border: 2px solid var(--ink); background: #bbb; }
.jury-verdict strong, .jury-verdict small { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.jury-verdict strong { display: block; font-size: 10px; text-transform: uppercase; }
.jury-verdict small { display: block; margin-top: 2px; font-size: 8px; font-weight: 800; }
.jury-verdict[data-state="sending"] i, .jury-verdict[data-state="queued"] i { background: var(--yellow); animation: jury-pulse .9s steps(2) infinite; }
.jury-verdict[data-state="rendering"] i { background: var(--cyan); animation: jury-pulse .65s steps(2) infinite; }
.jury-verdict[data-state="done"] { background: var(--green); }
.jury-verdict[data-state="done"] i { background: var(--green); }
.jury-verdict[data-state="failed"] { background: var(--pink); }
.jury-verdict[data-state="failed"] i { background: var(--red); }
@keyframes jury-pulse { 50% { transform: rotate(45deg); } }

.gallery { display: block; margin-top: 28px; }
.art-thumbnail-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 22px; }
.roll-pagination { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 26px; padding: 14px; border: 4px solid var(--ink); background: var(--cyan); box-shadow: var(--shadow-small); }
.roll-pagination strong { font-family: "Archivo Black", sans-serif; font-size: 13px; text-transform: uppercase; }
.roll-pagination .quiet-button { flex: 0 0 auto; }
.roll-page-actions { display: flex; align-items: center; gap: 10px; }
.art-card { overflow: hidden; position: relative; min-height: 260px; border: 4px solid var(--ink); background: var(--white); box-shadow: var(--shadow-small); }
.art-card.featured { height: clamp(560px, 72vh, 760px); grid-column: 1 / -1; min-height: 520px; box-shadow: var(--shadow); }
.art-card.comparison { min-height: 420px; }
.art-card.art-thumbnail { min-height: 0; aspect-ratio: 1; box-shadow: var(--shadow-small); }
.art-card.featured .art-image-button img { object-fit: contain; }
.art-thumbnail .art-image-button { position: relative; }
.art-thumbnail-label { max-width: calc(100% - 16px); position: absolute; z-index: 2; right: 8px; bottom: 8px; left: 8px; overflow: hidden; padding: 6px 7px; border: 3px solid var(--ink); background: var(--yellow); box-shadow: 3px 3px 0 var(--ink); color: var(--ink); font-size: 8px; font-weight: 900; text-align: left; text-overflow: ellipsis; white-space: nowrap; text-transform: uppercase; }
.art-thumbnail-unavailable { min-height: 100%; padding: 18px; }
.art-thumbnail-unavailable strong { font-size: 16px; }
.art-card.archived { box-shadow: 6px 6px 0 var(--green); }
.art-card-pending { min-height: 360px; display: grid; place-items: center; padding: 72px 28px 28px; background: var(--yellow); }
.art-pending-visual { width: 112px; height: 112px; display: grid; place-items: center; border: 4px solid var(--ink); background: var(--cyan); box-shadow: 7px 7px 0 var(--ink); }
.art-pending-spinner { width: 52px; height: 52px; border: 8px solid var(--ink); border-top-color: var(--red); border-radius: 50%; animation: spin .9s linear infinite; }
.art-pending-copy { display: grid; gap: 8px; text-align: center; }
.art-pending-copy strong { font-size: clamp(20px, 3vw, 34px); text-transform: uppercase; }
.art-pending-copy span { max-width: 420px; font-size: 14px; font-weight: 800; }
.art-image-unavailable { min-height: inherit; display: grid; align-content: center; justify-items: center; gap: 12px; padding: 70px 24px 100px; background: var(--paper); text-align: center; }
.art-image-unavailable strong { font-size: clamp(20px, 3vw, 32px); text-transform: uppercase; }
.art-image-unavailable span { max-width: 420px; font-weight: 750; }
.art-image-unavailable button { min-height: 44px; padding: 8px 14px; border: 3px solid var(--ink); background: var(--cyan); box-shadow: 4px 4px 0 var(--ink); font-weight: 900; text-transform: uppercase; }
.art-roll-badge { position: absolute; z-index: 2; top: 10px; left: 10px; padding: 6px 8px; border: 3px solid var(--ink); background: var(--green); box-shadow: 3px 3px 0 var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.art-image-button { width: 100%; height: 100%; display: block; padding: 0; border: 0; background: var(--ink); }
.art-image-button img { width: 100%; height: 100%; display: block; object-fit: cover; }
.art-image-button:hover img { filter: contrast(1.04) saturate(1.04); }
.art-actions { position: absolute; z-index: 4; inset: auto 10px 10px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 9px; border: 3px solid var(--ink); background: var(--yellow); box-shadow: 3px 3px 0 var(--ink); opacity: 1; transform: none; transition: .12s ease; }
.art-actions span { min-width: 0; overflow: hidden; font-size: 10px; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; text-transform: uppercase; }
.art-actions div { display: flex; gap: 6px; }
.art-actions button, .art-actions a { width: 34px; height: 34px; display: grid; place-items: center; border: 3px solid var(--ink); background: var(--white); color: var(--ink); text-decoration: none; font-weight: 900; }
.art-card > .art-repair { position: absolute; z-index: 4; top: 10px; right: 10px; min-width: 74px; min-height: 40px; padding: 7px 9px; border: 3px solid var(--ink); background: var(--pink); color: var(--ink); box-shadow: 3px 3px 0 var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.art-card > .art-repair:hover { transform: translate(-1px, -1px); box-shadow: 4px 4px 0 var(--ink); }
.art-actions .art-repair { position: static; width: auto; min-width: 68px; padding: 0 7px; background: var(--pink); font-size: 8px; text-transform: uppercase; }
.art-actions .art-action-controls { display: flex; align-items: center; gap: 7px; }
.art-actions .art-publish { width: auto; min-width: 82px; padding: 0 8px; background: var(--red); color: var(--white); font-size: 9px; text-transform: uppercase; }
.art-actions .art-publish:disabled { background: var(--green); color: var(--ink); opacity: 1; cursor: default; }
.art-actions .art-use-prompt { width: auto; min-width: 92px; padding: 0 9px; background: var(--green); font-size: 9px; text-transform: uppercase; }
.art-more { position: relative; }
.art-more summary { min-width: 62px; height: 34px; display: grid; place-items: center; border: 3px solid var(--ink); background: var(--white); font-size: 9px; font-weight: 900; list-style: none; text-transform: uppercase; }
.art-more summary::-webkit-details-marker { display: none; }
.art-more[open] summary { background: var(--cyan); }
.art-actions .art-more-menu { position: absolute; right: 0; bottom: calc(100% + 8px); width: 126px; display: grid; gap: 5px; padding: 7px; border: 3px solid var(--ink); background: var(--paper); box-shadow: 4px 4px 0 var(--ink); }
.art-actions .art-more-menu button { width: 100%; height: auto; min-height: 34px; padding: 6px 8px; justify-content: start; font-size: 9px; text-transform: uppercase; }
.art-actions .art-more-menu button:last-child { background: #ffc2bc; }
.art-second-pass-badge { position: absolute; z-index: 3; top: 10px; left: 10px; padding: 6px 8px; border: 3px solid var(--ink); background: var(--pink); box-shadow: 3px 3px 0 var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.art-card.archived .art-second-pass-badge { top: 50px; }
.art-community-badge { position: absolute; z-index: 3; top: 10px; left: 10px; padding: 6px 8px; border: 3px solid var(--ink); background: var(--cyan); box-shadow: 3px 3px 0 var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.art-card.archived .art-community-badge { top: 50px; }

footer { max-width: 1560px; margin: 0 auto; padding: 24px clamp(18px, 4vw, 56px); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 4px solid var(--ink); background: var(--yellow); font-size: 11px; font-weight: 900; text-transform: uppercase; }
footer p { margin: 0; }
footer a { color: var(--ink); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 14px; }

.modal { width: min(560px, calc(100% - 32px)); padding: clamp(26px, 5vw, 46px); color: var(--ink); border: 5px solid var(--ink); border-radius: 0; background: var(--paper); box-shadow: 14px 14px 0 var(--ink); }
.modal::backdrop { background: rgba(0,0,0,.76); }
.modal h2 { margin: 0 0 18px; font-family: "Archivo Black", sans-serif; font-size: clamp(38px, 8vw, 56px); line-height: .95; text-transform: uppercase; }
.modal > p:not(.eyebrow) { font-weight: 700; line-height: 1.55; }
.modal-mark { width: 66px; height: 66px; display: grid; place-items: center; float: right; border: 4px solid var(--ink); background: var(--red); color: var(--white); box-shadow: var(--shadow-small); font-family: "Archivo Black", sans-serif; font-size: 22px; }
.modal-check { margin: 24px 0; }
.modal-close { position: absolute; top: 14px; right: 16px; width: 38px; height: 38px; border: 3px solid var(--ink); background: var(--yellow); font-size: 26px; font-weight: 900; }
.age-modal { max-height: calc(100dvh - 24px); overflow: auto; }
.adult-entry-gate { display: none; }
html.age-pending, html.age-pending body { min-height: 100%; overflow: hidden; background: #050505 !important; }
html.age-pending body > :not(.adult-entry-gate) { display: none !important; }
html.age-pending .adult-entry-gate {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  overflow: auto;
  padding: 24px;
  color: var(--white);
  background: #050505;
}
.adult-entry-button { padding: 0; color: var(--white); border: 0; background: transparent; font-family: "Archivo Black", sans-serif; font-size: clamp(88px, 22vw, 260px); line-height: 1; letter-spacing: -.08em; cursor: pointer; transition: color .14s ease, transform .14s ease; }
.adult-entry-button:hover, .adult-entry-button:focus-visible { color: var(--red); transform: scale(1.03); outline: none; }
.guidelines-modal h2 { font-size: 40px; }
.inspiration-modal { width: min(980px, calc(100% - 32px)); max-height: 88vh; overflow: auto; padding: clamp(24px, 4vw, 42px); }
.inspiration-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-right: 42px; }
.inspiration-heading h2 { margin-bottom: 0; }
.inspiration-heading .eyebrow { margin-bottom: 12px; }
.inspiration-random { flex: 0 0 auto; margin-bottom: 8px; background: var(--green); }
.inspiration-intro { max-width: 760px; margin: 20px 0; }
.collision-mixer { margin: 22px 0 26px; padding: 18px; border: 4px solid var(--ink); background: var(--pink); box-shadow: var(--shadow-small); }
.collision-copy { display: grid; grid-template-columns: minmax(240px, .85fr) minmax(260px, 1.15fr); gap: 18px; align-items: end; }
.collision-copy .eyebrow { grid-column: 1 / -1; margin: 0; }
.collision-copy h3 { margin: 0; font-family: "Archivo Black", sans-serif; font-size: clamp(22px, 4vw, 34px); line-height: .95; text-transform: uppercase; }
.collision-copy p:last-child { margin: 0; font-weight: 800; line-height: 1.4; }
.collision-controls { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr); gap: 10px; align-items: end; margin-top: 18px; }
.collision-controls label { min-width: 0; font-size: 10px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.collision-controls select { margin-top: 6px; background: var(--white); }
.collision-symbol { padding-bottom: 11px; font-family: "Archivo Black", sans-serif; font-size: 22px; }
.collision-preview { margin-top: 16px; border: 4px solid var(--ink); background: var(--paper); box-shadow: 5px 5px 0 var(--ink); }
.collision-preview-head { display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; padding: 10px 12px; border-bottom: 3px solid var(--ink); background: var(--yellow); }
.collision-preview-head span { font-size: 9px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.collision-preview-head strong { min-width: 0; overflow-wrap: anywhere; font-family: "Archivo Black", sans-serif; font-size: 12px; line-height: 1.2; text-align: right; text-transform: uppercase; }
.collision-preview p { max-height: 132px; margin: 0; padding: 13px; overflow: auto; font-size: 11px; font-weight: 750; line-height: 1.5; }
.collision-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; margin-top: 14px; }
.collision-actions .quiet-button { background: var(--yellow); }
.collision-generate { width: auto; min-width: 230px; margin: 0; padding: 12px 16px; font-size: 13px; }
.collision-compare { width: auto; min-width: 230px; margin: 0; padding: 12px 16px; background: var(--green); font-size: 13px; }
.lookbook-modal-link { display: grid; grid-template-columns: 180px 1fr; align-items: center; min-height: 86px; margin: 18px 0 24px; color: var(--ink); border: 4px solid var(--ink); background: var(--green); box-shadow: var(--shadow-small); text-decoration: none; }
.lookbook-modal-link:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.lookbook-modal-thumbs { align-self: stretch; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border-right: 4px solid var(--ink); }
.lookbook-modal-thumbs img { width: 100%; height: 100%; display: block; object-fit: cover; }
.lookbook-modal-link strong { padding: 14px; font-family: "Archivo Black", sans-serif; font-size: 18px; text-transform: uppercase; }
.inspiration-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; }
.inspiration-filter { padding: 7px 10px; border: 3px solid var(--ink); background: var(--white); box-shadow: 3px 3px 0 var(--ink); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.inspiration-filter:hover { background: var(--cyan); }
.inspiration-filter.active { color: var(--white); background: var(--ink); box-shadow: 3px 3px 0 var(--pink); }
.inspiration-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.inspiration-card { min-width: 0; padding: 15px; text-align: left; border: 3px solid var(--ink); background: var(--white); box-shadow: 4px 4px 0 var(--ink); }
.inspiration-card:nth-child(4n + 2) { background: #d7f8ff; }
.inspiration-card:nth-child(4n + 3) { background: #fff3a8; }
.inspiration-card:nth-child(4n + 4) { background: #ffd5ee; }
.inspiration-card:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.inspiration-card small { display: block; margin-bottom: 7px; font-size: 9px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.inspiration-card strong { display: block; margin-bottom: 8px; font-family: "Archivo Black", sans-serif; font-size: 15px; line-height: 1.1; text-transform: uppercase; }
.inspiration-card span { display: -webkit-box; overflow: hidden; font-size: 11px; font-weight: 700; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

.lookbook-shell { width: min(1500px, 100%); margin: 0 auto; padding: clamp(34px, 5vw, 76px) clamp(18px, 4vw, 56px); }
.lookbook-hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .44fr); gap: clamp(24px, 5vw, 72px); align-items: end; margin-bottom: 42px; }
.lookbook-hero h1 { margin: 0; max-width: 900px; font-family: "Archivo Black", sans-serif; font-size: clamp(58px, 9vw, 128px); line-height: .82; letter-spacing: -.065em; text-transform: uppercase; }
.lookbook-hero h1 em { display: inline-block; transform: rotate(-2deg); background: var(--pink); }
.lookbook-hero-copy { padding: 18px; border: 4px solid var(--ink); background: var(--cyan); box-shadow: var(--shadow); font-size: 14px; font-weight: 800; line-height: 1.55; }
.lookbook-hero-copy strong { display: block; margin-bottom: 8px; font-family: "Archivo Black", sans-serif; font-size: 18px; text-transform: uppercase; }
.lookbook-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.lookbook-toolbar p { margin: 0; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.lookbook-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.look-card { min-width: 0; display: grid; grid-template-rows: auto 1fr; border: 4px solid var(--ink); background: var(--white); box-shadow: var(--shadow); }
.look-card:nth-child(4n + 2) { transform: translateY(16px) rotate(1deg); }
.look-card:nth-child(4n + 3) { transform: rotate(-1deg); }
.look-card:nth-child(4n + 4) { transform: translateY(10px) rotate(.6deg); }
.look-card-media { position: relative; width: 100%; aspect-ratio: 3 / 4; overflow: hidden; padding: 0; border: 0; border-bottom: 4px solid var(--ink); background: var(--ink); }
.look-card-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.look-card-media:hover img { transform: scale(1.025); filter: contrast(1.04) saturate(1.06); }
.look-card-live { position: absolute; left: 10px; bottom: 10px; display: inline-flex; align-items: center; gap: 6px; padding: 7px 9px; border: 3px solid var(--ink); background: var(--green); box-shadow: 3px 3px 0 var(--ink); color: var(--ink); font-size: 8px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.look-card-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 2px var(--ink); }
.look-card-copy { display: flex; flex-direction: column; padding: 15px; }
.look-card-copy small { margin-bottom: 8px; font-size: 9px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.look-card-copy h2 { margin: 0 0 9px; font-family: "Archivo Black", sans-serif; font-size: 20px; line-height: 1; text-transform: uppercase; }
.look-card-copy p { flex: 1; margin: 0 0 15px; font-size: 11px; font-weight: 700; line-height: 1.5; }
.look-card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.look-card-actions button { min-height: 44px; padding: 7px; border: 3px solid var(--ink); background: var(--yellow); box-shadow: 3px 3px 0 var(--ink); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.look-card-actions button:last-child { background: var(--green); }
.lookbook-note { margin: 70px 0 0; padding: 20px; border: 4px solid var(--ink); background: var(--yellow); box-shadow: var(--shadow); font-weight: 800; line-height: 1.55; }
.lookbook-lightbox-prompt { margin-top: 18px; padding: 14px; border: 3px solid var(--ink); background: var(--yellow); }
.image-lightbox { width: min(1180px, calc(100% - 28px)); max-height: 92vh; display: none; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: 0; padding: 0; overflow: hidden; background: var(--ink); }
.image-lightbox[open] { display: grid; }
.lightbox-media { min-height: min(82vh, 820px); display: grid; place-items: center; overflow: hidden; background: #111; }
.lightbox-media img { width: 100%; height: 100%; max-height: 82vh; display: block; object-fit: contain; }
.lightbox-copy { padding: clamp(24px, 4vw, 42px); border-left: 4px solid var(--ink); background: var(--paper); overflow: auto; }
.lightbox-copy h2 { font-size: clamp(24px, 3.4vw, 42px); line-height: 1; overflow-wrap: anywhere; }
.lightbox-copy > p:not(.eyebrow) { max-height: 240px; overflow: auto; font-size: 12px; font-weight: 700; line-height: 1.55; }
.lightbox-actions { display: grid; gap: 12px; margin-top: 24px; }
.lightbox-actions .quiet-button { width: 100%; text-align: center; }
.lightbox-publish-button { min-height: 58px; background: var(--red); font-size: 12px; }
.lightbox-publish-button:disabled { background: var(--green); color: var(--ink); opacity: 1; }
.lightbox-repair-button { min-height: 54px; background: var(--pink); color: var(--ink); font-size: 12px; }
.image-lightbox .modal-close { z-index: 2; }
.repair-lab { width: min(1320px, calc(100% - 28px)); height: min(900px, calc(100dvh - 28px)); max-height: calc(100dvh - 28px); display: none; grid-template-rows: auto minmax(0, 1fr); padding: 0; overflow: hidden; background: var(--paper); }
.repair-lab[open] { display: grid; }
.repair-lab .modal-close { z-index: 8; }
.repair-lab-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding: 22px 62px 20px 26px; border-bottom: 4px solid var(--ink); background: var(--yellow); }
.repair-lab-head .eyebrow { margin-bottom: 9px; background: var(--ink); }
.repair-lab-head h2 { margin: 0; font-size: clamp(36px, 5vw, 60px); line-height: .84; }
.repair-lab-head > div > p:last-child { margin: 11px 0 0; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.repair-source-meta { flex: 0 1 390px; margin: 0; padding: 8px 10px; border: 3px solid var(--ink); background: var(--cyan); box-shadow: 3px 3px 0 var(--ink); font-size: 9px; font-weight: 900; line-height: 1.35; text-align: right; text-transform: uppercase; }
.repair-lab-body { min-height: 0; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(350px, .65fr); overflow: hidden; }
.repair-lab-stage { min-width: 0; min-height: 0; padding: 24px; overflow: auto; border-right: 4px solid var(--ink); background: rgba(0,232,255,.14); }
.repair-source-stage { min-height: 100%; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(170px, .45fr); gap: 14px; }
.repair-source-preview, .repair-comparison-frame { min-width: 0; min-height: 0; position: relative; margin: 0; }
.repair-source-preview figcaption, .repair-comparison-frame figcaption { position: absolute; z-index: 2; top: 10px; left: 10px; padding: 7px 9px; border: 3px solid var(--ink); background: var(--yellow); box-shadow: 3px 3px 0 var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.repair-after-frame figcaption { background: var(--green); }
.repair-image-shell { width: 100%; height: 100%; min-height: 460px; display: grid; place-items: center; overflow: hidden; border: 4px solid var(--ink); background: #111; box-shadow: var(--shadow-small); }
.repair-image-shell img { width: 100%; height: 100%; display: block; object-fit: contain; }
.repair-image-shell img:not([src]), .repair-image-shell img[src=""] { display: none; }
.repair-empty-result { min-height: 460px; display: grid; align-content: center; justify-items: center; padding: 24px 15px; border: 4px solid var(--ink); background: var(--pink); box-shadow: var(--shadow-small); text-align: center; }
.repair-empty-result > span { margin-bottom: 18px; padding: 6px 8px; border: 3px solid var(--ink); background: var(--green); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.repair-empty-result strong { font-family: "Archivo Black", sans-serif; font-size: clamp(20px, 2.5vw, 34px); line-height: .94; text-transform: uppercase; }
.repair-empty-result small { max-width: 160px; margin-top: 12px; font-size: 9px; font-weight: 900; line-height: 1.4; text-transform: uppercase; }
.repair-result-stage { min-height: 100%; }
.repair-compare { min-height: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.repair-view-switch { display: none; }
.repair-status { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 13px; align-items: center; margin-top: 18px; padding: 13px; border: 4px solid var(--ink); background: var(--yellow); box-shadow: var(--shadow-small); }
.repair-status strong { display: block; font-family: "Archivo Black", sans-serif; font-size: 12px; text-transform: uppercase; }
.repair-status p { margin: 4px 0 0; font-size: 10px; font-weight: 800; line-height: 1.4; }
.repair-status-time { font-weight: 900; font-variant-numeric: tabular-nums; }
.repair-lab-controls { min-width: 0; min-height: 0; padding: 22px; overflow: auto; background: var(--paper); }
.repair-form { gap: 18px; }
.repair-preset-group { min-width: 0; margin: 0; padding: 0; border: 0; }
.repair-preset-group legend, .repair-field-label { display: flex; align-items: center; gap: 9px; margin: 0; font-family: "Archivo Black", sans-serif; font-size: 13px; text-transform: uppercase; }
.repair-preset-group legend span, .repair-field-label > span { width: 28px; height: 28px; display: grid; place-items: center; border: 3px solid var(--ink); background: var(--pink); }
.repair-preset-group > p { margin: 9px 0 11px; font-size: 9px; font-weight: 900; line-height: 1.4; text-transform: uppercase; }
.repair-presets { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.repair-preset { min-width: 0; min-height: 67px; position: relative; padding: 10px 30px 10px 11px; text-align: left; border: 3px solid var(--ink); background: var(--yellow); box-shadow: 3px 3px 0 var(--ink); color: var(--ink); }
.repair-preset:nth-child(3n + 2) { background: var(--cyan); }
.repair-preset:nth-child(3n) { background: #ffd2f1; }
.repair-preset:hover { transform: translate(-1px, -1px); box-shadow: 4px 4px 0 var(--ink); }
.repair-preset strong { display: block; font-family: "Archivo Black", sans-serif; font-size: 11px; text-transform: uppercase; }
.repair-preset span { display: block; margin-top: 5px; font-size: 8px; font-weight: 900; line-height: 1.25; text-transform: uppercase; }
.repair-preset[aria-pressed="true"] { background: var(--ink); color: var(--white); box-shadow: 4px 4px 0 var(--pink); }
.repair-preset[aria-pressed="true"]::after { content: "✓"; position: absolute; top: 8px; right: 8px; width: 19px; height: 19px; display: grid; place-items: center; border: 2px solid var(--white); background: var(--yellow); color: var(--ink); font-size: 11px; font-weight: 900; }
.repair-uncrop-options { margin: -4px 0 0; padding: 11px; border: 3px solid var(--ink); background: var(--cyan); box-shadow: 3px 3px 0 var(--ink); }
.repair-uncrop-options legend { padding: 4px 6px; border: 2px solid var(--ink); background: var(--white); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.repair-uncrop-options > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.repair-uncrop-options button { min-width: 0; min-height: 38px; padding: 5px; border: 3px solid var(--ink); background: var(--white); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.repair-uncrop-options button[aria-pressed="true"] { background: var(--ink); color: var(--white); }
.repair-instruction-field { display: grid; gap: 10px; }
.repair-instruction-wrap { overflow: hidden; border: 4px solid var(--ink); background: var(--white); box-shadow: var(--shadow-small); }
.repair-instruction-wrap:focus-within { box-shadow: 6px 6px 0 var(--pink); }
.repair-instruction-wrap textarea { min-height: 112px; padding: 13px; resize: vertical; }
.repair-instruction-meta { display: flex; justify-content: space-between; gap: 12px; padding: 0 10px 9px; font-size: 8px; font-weight: 900; line-height: 1.35; text-transform: uppercase; }
.repair-instruction-meta span:last-child { flex: 0 0 auto; }
.repair-consent { padding: 10px; box-shadow: 3px 3px 0 var(--ink); font-size: 10px; }
.repair-feedback { min-height: 16px; margin: -4px 0; font-size: 10px; font-weight: 900; line-height: 1.4; text-transform: uppercase; }
.repair-feedback.error { color: #ad0000; }
.repair-run { min-height: 58px; margin: 0; background: var(--red); }
.repair-result-actions { display: grid; gap: 10px; }
.repair-save { min-height: 58px; margin: 0; background: var(--green); color: var(--ink); }
.repair-result-actions > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.repair-result-actions .quiet-button { min-height: 45px; padding: 7px; font-size: 9px; }
.boundary-list { display: grid; gap: 10px; margin: 24px 0; }
.boundary-list > div { padding: 14px; border: 3px solid var(--ink); background: var(--white); box-shadow: 3px 3px 0 var(--ink); }
.boundary-list > div:first-child { background: #caffd2; }
.boundary-list > div:nth-child(2) { background: #ffd0ca; }
.boundary-list > div:nth-child(3) { background: #c9f8ff; }
.boundary-list > div:nth-child(4) { background: #fff3a8; }
.boundary-list span { font-family: "Archivo Black", sans-serif; font-size: 11px; text-transform: uppercase; }
.boundary-list p { margin: 7px 0 0; font-size: 12px; font-weight: 700; line-height: 1.5; }
.boundary-list a { color: var(--ink); font-weight: 900; }
.close-wide { width: 100%; }
.account-modal { width: min(820px, calc(100% - 32px)); max-height: 90vh; overflow: auto; }
.account-modal h2 { max-width: 680px; font-size: clamp(30px, 4.4vw, 46px); line-height: .98; }
.account-loading { min-height: 260px; }
.account-intro { max-width: 620px; margin: 18px 0 24px; }
.account-provider-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.account-provider { width: 100%; min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 12px; border: 4px solid var(--ink); background: var(--white); box-shadow: var(--shadow-small); font-weight: 900; text-transform: uppercase; }
.account-provider span { width: 31px; height: 31px; display: grid; place-items: center; border: 3px solid var(--ink); font-family: "Archivo Black", sans-serif; font-size: 10px; }
.account-google span { background: var(--cyan); }
.account-github { background: var(--ink); color: var(--white); }
.account-github span { border-color: var(--white); background: var(--yellow); color: var(--ink); }
.account-divider { display: flex; align-items: center; gap: 12px; margin: 22px 0; font-family: "Archivo Black", sans-serif; font-size: 11px; text-transform: uppercase; }
.account-divider::before, .account-divider::after { content: ""; height: 3px; flex: 1; background: var(--ink); }
.account-form { display: grid; gap: 8px; }
.account-form + .account-form { margin-top: 18px; }
.account-form label { font-family: "Archivo Black", sans-serif; font-size: 11px; text-transform: uppercase; }
.account-inline { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.account-inline input { min-width: 0; height: 52px; padding: 0 13px; border: 4px solid var(--ink); background: var(--white); font-weight: 800; }
.account-inline .generate-button { width: auto; margin: 0; padding: 11px 18px; font-size: 12px; }
.account-form > p { margin: 0; font-size: 10px; font-weight: 700; line-height: 1.45; }
.account-message { min-height: 18px; margin: 14px 0 0; font-size: 12px; font-weight: 900; }
.account-message.error { color: #b30000; }
@media (max-width: 620px) {
  .account-provider-grid { grid-template-columns: 1fr; }
  .account-inline { grid-template-columns: 1fr; }
  .account-inline .generate-button { width: 100%; }
}
.account-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.credit-display { display: grid; grid-template-columns: 1fr auto; align-items: end; margin: 22px 0; padding: 18px; border: 4px solid var(--ink); background: var(--green); box-shadow: var(--shadow); }
.credit-display span { font-family: "Archivo Black", sans-serif; text-transform: uppercase; }
.credit-display strong { grid-row: 1 / 3; grid-column: 2; font-family: "Archivo Black", sans-serif; font-size: clamp(56px, 11vw, 98px); line-height: .8; }
.credit-display small { margin-top: 7px; font-weight: 800; }
.account-package { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; padding: 18px; border: 4px solid var(--ink); background: var(--yellow); box-shadow: var(--shadow-small); }
.account-package h3 { margin: 0; font-family: "Archivo Black", sans-serif; font-size: 28px; text-transform: uppercase; }
.account-package p:last-child { margin: 7px 0 0; font-size: 12px; font-weight: 800; line-height: 1.45; }
.payment-networks { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 11px; }
.payment-networks span { padding: 4px 6px; border: 2px solid var(--ink); background: var(--white); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.account-package .generate-button { width: 210px; margin: 0; padding: 13px; font-size: 12px; }
.rate-board { margin-top: 24px; border: 4px solid var(--ink); background: var(--white); box-shadow: var(--shadow-small); }
.rate-board-head { display: flex; justify-content: space-between; gap: 14px; padding: 12px; border-bottom: 4px solid var(--ink); background: var(--cyan); }
.rate-board-head strong { font-family: "Archivo Black", sans-serif; text-transform: uppercase; }
.rate-board-head span { max-width: 360px; font-size: 10px; font-weight: 800; text-align: right; }
.rate-list { display: grid; }
.rate-row { display: grid; grid-template-columns: 1fr auto auto; gap: 12px; align-items: center; padding: 11px 12px; border-bottom: 2px solid var(--ink); font-size: 11px; font-weight: 800; }
.rate-row:last-child { border-bottom: 0; }
.rate-row strong { font-family: "Archivo Black", sans-serif; font-size: 11px; text-transform: uppercase; }
.rate-row span { padding: 4px 6px; border: 2px solid var(--ink); background: var(--yellow); white-space: nowrap; }
.rate-row small { width: 92px; text-align: right; text-transform: uppercase; }
.rate-row small a { display: block; margin-top: 4px; color: var(--ink); font-size: 8px; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 50; max-width: calc(100% - 32px); padding: 12px 16px; border: 4px solid var(--ink); background: var(--green); color: var(--ink); box-shadow: var(--shadow-small); font-size: 12px; font-weight: 900; opacity: 0; transform: translate(-50%, 15px); pointer-events: none; transition: .14s ease; }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }
.toast.error { background: #ffc2bc; }
.hidden { display: none !important; }

.community-shell { width: min(1500px, 100%); margin: 0 auto; padding: clamp(26px, 4vw, 58px); }
.community-hero { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(360px, 1.1fr); gap: clamp(28px, 7vw, 100px); align-items: end; margin-bottom: 48px; }
.community-hero h1 { margin: 0; font-family: "Archivo Black", sans-serif; font-size: clamp(58px, 8vw, 110px); line-height: .82; letter-spacing: -.06em; text-transform: uppercase; }
.community-hero h1 em { padding: 0 7px; background: var(--pink); font-style: normal; }
.community-hero-copy { padding: 20px; border: 4px solid var(--ink); background: var(--cyan); box-shadow: var(--shadow); font-size: 15px; font-weight: 750; line-height: 1.55; }
.community-hero-copy strong { display: block; margin-bottom: 9px; font-family: "Archivo Black", sans-serif; font-size: 20px; text-transform: uppercase; }

.community-publish { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(420px, 1.22fr); gap: 0; margin: 0 0 58px; border: 5px solid var(--ink); background: var(--yellow); box-shadow: var(--shadow); }
.community-publish.signed-out { grid-template-columns: 1fr; }
.community-publish.signed-out .community-publish-copy { border-right: 0; }
.community-publish-copy { padding: clamp(24px, 4vw, 46px); border-right: 4px solid var(--ink); }
.community-publish-copy h2 { margin: 0; font-family: "Archivo Black", sans-serif; font-size: clamp(34px, 5vw, 62px); line-height: .9; text-transform: uppercase; }
.community-publish-copy > p:not(.eyebrow) { max-width: 520px; font-weight: 750; line-height: 1.5; }
.community-auth { margin-top: 24px; padding: 16px; border: 4px solid var(--ink); background: var(--white); box-shadow: var(--shadow-small); }
.community-auth strong { font-family: "Archivo Black", sans-serif; text-transform: uppercase; }
.community-auth p { margin: 7px 0 14px; font-size: 11px; font-weight: 750; line-height: 1.45; }
.community-auth form { gap: 7px; margin-top: 12px; }
.community-auth label, .community-upload-form > label, .community-form-row label, .community-report-modal label { font-size: 10px; font-weight: 900; text-transform: uppercase; }
.community-inline-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.community-inline-form input { min-width: 0; padding: 10px; border: 3px solid var(--ink); }
.community-inline-form .quiet-button { white-space: nowrap; }
.community-upload-form { gap: 18px; padding: clamp(24px, 4vw, 46px); background: var(--paper); }
.community-upload-form input, .community-upload-form textarea, .community-report-modal textarea, .community-search input { width: 100%; margin-top: 7px; padding: 12px; border: 3px solid var(--ink); background: var(--white); color: var(--ink); font-weight: 700; }
.community-upload-form input[type="file"] { background: var(--cyan); }
.community-upload-form label > span { color: var(--muted); font-size: 8px; }
.community-upload-form label > small { display: block; margin-top: 5px; font-size: 9px; }
.community-form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.community-consent { margin: 0; background: var(--white); }
.community-upload-form .generate-button { margin: 0; }
.community-message { min-height: 16px; margin: 0; color: var(--muted); font-size: 11px; font-weight: 800; }
.community-message.error, .community-feed-status.error { color: #b00000; }

.community-feed-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 16px; }
.community-feed-head h2 { margin: 0; font-family: "Archivo Black", sans-serif; font-size: clamp(40px, 6vw, 74px); line-height: .9; text-transform: uppercase; }
.community-search { width: min(390px, 100%); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.community-search input { margin-bottom: 3px; background: var(--yellow); }
.community-filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 17px; }
.community-filter { min-height: 40px; padding: 8px 11px; border: 3px solid var(--ink); background: var(--white); color: var(--ink); box-shadow: 3px 3px 0 var(--ink); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.community-filter:hover { background: var(--cyan); }
.community-filter.active { background: var(--ink); color: var(--white); box-shadow: 3px 3px 0 var(--pink); }
.community-feed-status { margin: 0 0 20px; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.community-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.community-card { min-width: 0; display: flex; flex-direction: column; border: 4px solid var(--ink); background: var(--white); box-shadow: var(--shadow-small); }
.community-card:nth-child(3n + 1) { transform: rotate(-.45deg); }
.community-card:nth-child(3n + 2) { transform: rotate(.35deg); }
.community-card-image { min-height: 310px; position: relative; display: block; overflow: hidden; border-bottom: 4px solid var(--ink); background: var(--ink); }
.community-card-image img { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: cover; }
.community-card-image small { position: absolute; right: 9px; bottom: 9px; padding: 6px 7px; border: 3px solid var(--ink); background: var(--yellow); color: var(--ink); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.community-card-copy { flex: 1; display: flex; flex-direction: column; padding: 15px; }
.community-card-meta { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.community-card-meta strong, .community-card-meta span { padding: 4px 6px; border: 2px solid var(--ink); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.community-card-meta strong { background: var(--pink); }
.community-card-meta span { background: var(--cyan); }
.community-card h3 { margin: 13px 0 8px; font-family: "Archivo Black", sans-serif; font-size: 22px; line-height: 1; text-transform: uppercase; }
.community-card-copy > p { max-height: 118px; margin: 0 0 15px; overflow: auto; font-size: 11px; font-weight: 700; line-height: 1.5; }
.community-card-actions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; }
.community-card-actions button { min-height: 38px; padding: 7px 9px; border: 3px solid var(--ink); box-shadow: 3px 3px 0 var(--ink); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.community-use-action { flex: 1 1 150px; background: var(--green); }
.community-secondary-action { background: var(--white); }
.community-secondary-action.danger { background: #ffc2bc; }
.community-report-modal h2 { font-size: 44px; }
.community-report-modal form { gap: 16px; }
.community-report-modal .generate-button { margin: 0; }
.community-consent a { color: var(--ink); font-weight: 900; }

.billing-shell, .policy-shell { width: min(1380px, 100%); min-height: calc(100vh - 160px); margin: 0 auto; padding: clamp(28px, 5vw, 70px) clamp(18px, 4vw, 56px); }
.billing-hero, .policy-hero { display: grid; grid-template-columns: minmax(320px, .9fr) minmax(360px, 1.1fr); gap: clamp(28px, 7vw, 100px); align-items: end; margin-bottom: 44px; }
.billing-hero h1, .policy-hero h1 { margin: 0; font-family: "Archivo Black", sans-serif; font-size: clamp(52px, 7vw, 96px); line-height: .86; letter-spacing: -.055em; text-transform: uppercase; }
.billing-hero h1 em, .policy-hero h1 em { padding: 0 7px; background: var(--green); font-style: normal; }
.billing-hero > p, .policy-hero-copy { margin: 0; padding: 20px; border: 4px solid var(--ink); background: var(--cyan); box-shadow: var(--shadow); font-size: 15px; font-weight: 750; line-height: 1.55; }
.policy-hero-copy strong { display: block; margin-bottom: 9px; font-family: "Archivo Black", sans-serif; font-size: 20px; text-transform: uppercase; }

.billing-auth-card, .billing-dashboard { border: 5px solid var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.billing-offers { margin-bottom: 36px; }
.billing-auth-card { margin-bottom: 36px; }
.billing-auth-card { display: grid; grid-template-columns: minmax(280px, .8fr) minmax(360px, 1.2fr); }
.billing-auth-card > div { padding: clamp(22px, 4vw, 40px); }
.billing-auth-card > div:first-child { border-right: 4px solid var(--ink); background: var(--yellow); }
.billing-auth-card h2, .billing-dashboard h2, .billing-package-card h2 { margin: 0; font-family: "Archivo Black", sans-serif; font-size: clamp(28px, 4vw, 46px); line-height: .95; text-transform: uppercase; }
.billing-auth-card p { font-weight: 750; line-height: 1.5; }
.billing-auth-card form { gap: 8px; }
.billing-auth-card form + form { margin-top: 18px; }
.billing-auth-card label { font-size: 10px; font-weight: 900; text-transform: uppercase; }
.billing-dashboard { padding: clamp(22px, 4vw, 42px); }
.billing-account-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.billing-balance-card { display: grid; grid-template-columns: 1fr auto; align-items: end; margin: 25px 0; padding: 20px; border: 4px solid var(--ink); background: var(--green); box-shadow: var(--shadow); }
.billing-balance-card span { font-family: "Archivo Black", sans-serif; text-transform: uppercase; }
.billing-balance-card strong { grid-row: 1 / 3; grid-column: 2; font-family: "Archivo Black", sans-serif; font-size: clamp(64px, 11vw, 112px); line-height: .78; }
.billing-balance-card small { margin-top: 8px; font-weight: 850; }
.billing-package-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(200px, 280px); gap: 25px; align-items: center; padding: clamp(20px, 3vw, 32px); border: 4px solid var(--ink); background: var(--yellow); box-shadow: var(--shadow-small); }
.billing-package-card + .billing-package-card { margin-top: 20px; background: var(--cyan); }
.billing-best-value { position: relative; }
.billing-package-card p { max-width: 760px; font-weight: 750; line-height: 1.5; }
.billing-real-payment { padding: 10px 12px; border: 3px solid var(--ink); background: var(--white); }
.billing-package-card .generate-button { margin: 0; font-size: 12px; text-align: left; }
.billing-recovery-card { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(360px, 1.2fr); gap: 24px; margin-top: 25px; padding: clamp(20px, 3vw, 30px); border: 4px solid var(--ink); background: var(--pink); box-shadow: var(--shadow-small); }
.billing-recovery-card h2 { font-size: clamp(25px, 3.4vw, 40px); }
.billing-recovery-card p { font-weight: 750; line-height: 1.5; }
.billing-recovery-card form { display: grid; gap: 8px; align-content: start; }
.billing-recovery-card label { font-size: 10px; font-weight: 900; text-transform: uppercase; }
.billing-recovery-card select, .billing-recovery-card input { width: 100%; min-width: 0; padding: 11px; border: 3px solid var(--ink); background: var(--white); color: var(--ink); font-weight: 800; }
.billing-recovery-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 5px; }
.billing-recovery-actions .quiet-button { min-height: 48px; font-size: 9px; }
.billing-recovery-card .community-message { margin: 3px 0 0; }
.billing-rate-board { margin-top: 25px; }
.billing-dashboard > .community-message { margin-top: 16px; }
.billing-page-message { min-height: 20px; margin: 18px 0 0; padding: 9px 11px; color: var(--ink); border: 3px solid var(--ink); background: var(--white); box-shadow: 3px 3px 0 var(--ink); }
.billing-page-message:empty { display: none; }

.policy-page .eyebrow { background: var(--ink); }
.privacy-page .policy-hero h1 em, .privacy-page .policy-card > span { background: var(--cyan); }
.terms-page .policy-hero h1 em, .terms-page .policy-card > span { background: var(--yellow); }
.agreement-page .policy-hero h1 em, .agreement-page .policy-card > span { background: var(--pink); }
.policy-updated { width: fit-content; margin: 0 0 22px; padding: 7px 9px; border: 3px solid var(--ink); background: var(--white); box-shadow: 3px 3px 0 var(--ink); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.policy-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.policy-card { position: relative; padding: clamp(24px, 3vw, 36px); border: 4px solid var(--ink); background: var(--white); box-shadow: var(--shadow-small); }
.policy-card > span { position: absolute; top: 0; right: 0; padding: 7px 9px; border-left: 3px solid var(--ink); border-bottom: 3px solid var(--ink); font-family: "Archivo Black", sans-serif; font-size: 11px; }
.policy-card h2 { max-width: calc(100% - 42px); margin: 0 0 15px; font-family: "Archivo Black", sans-serif; font-size: clamp(24px, 3vw, 38px); line-height: .95; text-transform: uppercase; }
.policy-card p { margin: 0; font-size: 13px; font-weight: 700; line-height: 1.62; }
.policy-card p + p { margin-top: 12px; }
.policy-card a { color: var(--ink); font-weight: 900; overflow-wrap: anywhere; }
.policy-callout { display: grid; grid-template-columns: minmax(180px, .7fr) minmax(260px, 1.3fr) minmax(210px, .7fr); gap: 20px; align-items: center; margin-top: 25px; padding: 22px; border: 5px solid var(--ink); background: var(--green); box-shadow: var(--shadow); }
.policy-callout strong { font-family: "Archivo Black", sans-serif; font-size: 20px; text-transform: uppercase; }
.policy-callout span { font-size: 12px; font-weight: 800; line-height: 1.5; }
.policy-callout .generate-button { width: auto; margin: 0; color: var(--white); text-decoration: none; font-size: 11px; }

.manifesto-page { color: var(--white); background: var(--ink); background-image: none; }
.manifesto-page .topbar { color: var(--ink); }
.manifesto-page main { overflow: hidden; }
.manifesto-menu-toggle, .manifesto-swipe-hint { display: none; }
.manifesto-hero { min-height: calc(100vh - 78px); display: grid; grid-template-columns: minmax(480px, 1.06fr) minmax(480px, .94fr); border-bottom: 5px solid var(--white); background: var(--ink); }
.manifesto-hero-image { min-height: 850px; position: relative; margin: 0; overflow: hidden; border-right: 5px solid var(--white); background: #101010; }
.manifesto-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(0,0,0,.8)); pointer-events: none; }
.manifesto-hero-image img { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: cover; object-position: 50% 48%; }
.manifesto-hero-image figcaption { position: absolute; right: 24px; bottom: 24px; left: 24px; z-index: 2; padding: 9px 11px; color: var(--ink); border: 3px solid var(--ink); background: var(--cyan); box-shadow: 4px 4px 0 var(--white); font-size: 10px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.manifesto-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 5vw, 76px); background: radial-gradient(circle at 90% 15%, rgba(255,79,200,.24), transparent 35%), var(--ink); }
.manifesto-hero-copy .eyebrow { align-self: flex-start; background: var(--pink); color: var(--ink); }
.manifesto-hero h1 { margin: 0; font-family: "Archivo Black", sans-serif; font-size: clamp(64px, 7.6vw, 126px); line-height: .78; letter-spacing: -.075em; text-transform: uppercase; }
.manifesto-hero h1 em { display: inline-block; margin-top: 10px; padding: 2px 8px 9px; color: var(--ink); background: var(--green); font-style: normal; }
.manifesto-lede { max-width: 680px; margin: 25px 0 30px; font-size: clamp(16px, 1.5vw, 21px); font-weight: 750; line-height: 1.5; }
.manifesto-entry { color: var(--ink); border: 5px solid var(--white); background: var(--yellow); box-shadow: 10px 10px 0 var(--pink); }
.manifesto-entry > div:first-child { display: grid; grid-template-columns: auto 1fr; gap: 15px; align-items: start; padding: 17px; border-bottom: 4px solid var(--ink); }
.manifesto-entry-mark { width: 58px; height: 58px; display: grid; place-items: center; border: 4px solid var(--ink); background: var(--red); color: var(--white); font-family: "Archivo Black", sans-serif; font-size: 20px; box-shadow: 4px 4px 0 var(--ink); }
.manifesto-entry strong { display: block; font-family: "Archivo Black", sans-serif; font-size: 15px; line-height: 1.15; text-transform: uppercase; }
.manifesto-entry p { margin: 6px 0 0; font-size: 11px; font-weight: 800; line-height: 1.45; }
.manifesto-age-check { display: flex; align-items: flex-start; gap: 10px; padding: 15px 17px; border-bottom: 4px solid var(--ink); background: var(--white); font-size: 11px; font-weight: 850; line-height: 1.45; cursor: pointer; }
.manifesto-age-check input { width: 20px; height: 20px; flex: 0 0 auto; margin: 0; accent-color: var(--red); }
.manifesto-age-check a { color: var(--ink); }
.manifesto-entry-actions { display: grid; grid-template-columns: minmax(200px, 1fr) auto; gap: 10px; padding: 15px 17px; }
.manifesto-entry-actions .generate-button { min-height: 54px; margin: 0; padding: 0 15px; font-size: 12px; }
.manifesto-entry-actions .quiet-button { display: grid; place-items: center; text-align: center; }
.manifesto-entry-actions .disabled { opacity: .38; cursor: not-allowed; }
.manifesto-entry-message { min-height: 18px; padding: 0 17px 13px; color: var(--ink); }

.manifesto-ticker { min-height: 75px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px 24px; padding: 18px clamp(20px, 4vw, 56px); color: var(--ink); border-bottom: 5px solid var(--ink); background: var(--yellow); font-family: "Archivo Black", sans-serif; font-size: clamp(12px, 1.4vw, 19px); text-align: center; text-transform: uppercase; }
.manifesto-ticker i { font-style: normal; }

.manifesto-thesis { display: grid; grid-template-columns: minmax(380px, .82fr) minmax(440px, 1.18fr); gap: clamp(35px, 7vw, 100px); padding: clamp(65px, 9vw, 140px) clamp(24px, 6vw, 96px); color: var(--ink); border-bottom: 5px solid var(--ink); background: var(--paper); }
.manifesto-thesis h2, .manifesto-cinema h2, .manifesto-spectrum h2, .manifesto-principles h2, .manifesto-finale h2 { margin: 0; font-family: "Archivo Black", sans-serif; font-size: clamp(48px, 6vw, 92px); line-height: .84; letter-spacing: -.055em; text-transform: uppercase; }
.manifesto-thesis > * { min-width: 0; }
.manifesto-thesis h2 { font-size: clamp(42px, 4.1vw, 62px); }
.manifesto-thesis h2 em, .manifesto-principles h2 em, .manifesto-finale h2 em { padding: 0 7px; color: var(--ink); background: var(--pink); font-style: normal; }
.manifesto-thesis-copy { align-self: end; }
.manifesto-thesis-copy p { margin: 0 0 20px; font-size: clamp(17px, 1.7vw, 23px); font-weight: 750; line-height: 1.55; }
.manifesto-thesis-copy strong { display: inline-block; padding: 12px 14px; border: 4px solid var(--ink); background: var(--cyan); box-shadow: var(--shadow); font-family: "Archivo Black", sans-serif; font-size: clamp(15px, 1.8vw, 24px); text-transform: uppercase; }

.manifesto-cinema { display: grid; grid-template-columns: minmax(360px, .72fr) minmax(570px, 1.28fr); gap: clamp(36px, 6vw, 90px); padding: clamp(65px, 8vw, 120px) clamp(24px, 5vw, 80px); border-bottom: 5px solid var(--white); background: linear-gradient(135deg, #050505, #151020 65%, #2c0925); }
.manifesto-cinema-copy { align-self: center; }
.manifesto-cinema-copy .eyebrow { background: var(--cyan); color: var(--ink); }
.manifesto-cinema h2 { color: var(--white); }
.manifesto-cinema-copy > p:not(.eyebrow) { max-width: 660px; font-size: 15px; font-weight: 700; line-height: 1.65; }
.manifesto-cinema-grid { min-height: 780px; display: grid; grid-template-columns: 1.1fr .9fr; grid-template-rows: repeat(2, 1fr); gap: 18px; }
.manifesto-shot { min-width: 0; min-height: 0; position: relative; margin: 0; overflow: hidden; border: 5px solid var(--white); background: #111; box-shadow: 10px 10px 0 var(--cyan); }
.manifesto-shot-tall { grid-row: 1 / 3; }
.manifesto-shot img { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: cover; }
.manifesto-shot figcaption { position: absolute; right: 10px; bottom: 10px; left: 10px; padding: 7px 8px; color: var(--ink); border: 3px solid var(--ink); background: var(--yellow); font-size: 9px; font-weight: 900; text-transform: uppercase; }

.manifesto-spectrum { display: grid; grid-template-columns: minmax(500px, 1.08fr) minmax(420px, .92fr); color: var(--ink); border-bottom: 5px solid var(--ink); background: var(--yellow); }
.manifesto-spectrum-images { min-height: 920px; display: grid; grid-template-columns: repeat(3, 1fr); border-right: 5px solid var(--ink); }
.manifesto-spectrum-images figure { min-width: 0; position: relative; margin: 0; overflow: hidden; border-right: 4px solid var(--ink); background: #111; }
.manifesto-spectrum-images figure:last-child { border-right: 0; }
.manifesto-spectrum-images figure:nth-child(2) { transform: translateY(55px); z-index: 2; border: 4px solid var(--ink); box-shadow: 8px 8px 0 var(--pink); }
.manifesto-spectrum-images img { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: cover; }
.manifesto-spectrum-copy { align-self: center; padding: clamp(40px, 6vw, 90px); }
.manifesto-spectrum-copy .eyebrow { background: var(--red); }
.manifesto-spectrum h2 { font-size: clamp(46px, 5.2vw, 82px); }
.manifesto-spectrum-copy > p { font-size: 16px; font-weight: 750; line-height: 1.6; }
.manifesto-spectrum blockquote { margin: 38px 0 0; padding: 20px; border: 5px solid var(--ink); background: var(--white); box-shadow: var(--shadow); }
.manifesto-spectrum blockquote p { margin: 0 0 12px; font-family: "Archivo Black", sans-serif; font-size: clamp(24px, 3vw, 42px); line-height: .98; text-transform: uppercase; }
.manifesto-spectrum blockquote cite { font-size: 10px; font-style: normal; font-weight: 850; line-height: 1.5; text-transform: uppercase; }

.manifesto-roots { display: grid; grid-template-columns: minmax(420px, .82fr) minmax(560px, 1.18fr); gap: clamp(42px, 6vw, 92px); padding: clamp(68px, 8vw, 125px) clamp(24px, 6vw, 96px); color: var(--ink); border-bottom: 5px solid var(--ink); background: var(--cyan); }
.manifesto-roots-copy { min-width: 0; align-self: center; }
.manifesto-roots-copy .eyebrow { background: var(--ink); }
.manifesto-credit { width: fit-content; margin: 0 0 24px; padding: 7px 9px; border: 3px solid var(--ink); background: var(--yellow); box-shadow: 4px 4px 0 var(--ink); font-size: 9px; font-weight: 900; line-height: 1.35; text-transform: uppercase; }
.manifesto-roots h2 { margin: 0; font-family: "Archivo Black", sans-serif; font-size: clamp(48px, 5.2vw, 82px); line-height: .86; letter-spacing: -.055em; text-transform: uppercase; }
.manifesto-roots h2 em { display: inline-block; margin-top: 8px; padding: 0 7px 6px; background: var(--pink); font-style: normal; }
.manifesto-roots-copy > p:not(.eyebrow, .manifesto-credit) { margin: 27px 0; font-size: 16px; font-weight: 750; line-height: 1.65; }
.manifesto-roots blockquote { margin: 28px 0; padding: 19px; border: 5px solid var(--ink); background: var(--white); box-shadow: var(--shadow); }
.manifesto-roots blockquote p { margin: 0 0 10px; font-family: "Archivo Black", sans-serif; font-size: clamp(21px, 2.2vw, 34px); line-height: 1; text-transform: uppercase; }
.manifesto-roots blockquote cite { font-size: 9px; font-style: normal; font-weight: 900; line-height: 1.45; text-transform: uppercase; }
.manifesto-roots .generate-button { width: fit-content; margin: 0; color: var(--white); text-decoration: none; font-size: 11px; }
.manifesto-reading-room { min-width: 0; align-self: center; }
.manifesto-reading-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.manifesto-reading-card { min-width: 0; min-height: 310px; position: relative; display: flex; flex-direction: column; padding: 31px 23px 22px; color: var(--ink); border: 5px solid var(--ink); background: var(--paper); box-shadow: 8px 8px 0 var(--ink); text-decoration: none; transition: transform .16s ease, box-shadow .16s ease; }
.manifesto-reading-card:nth-child(2) { background: var(--yellow); }
.manifesto-reading-card:nth-child(3) { background: var(--pink); }
.manifesto-reading-card:nth-child(4) { background: var(--green); }
.manifesto-reading-card:hover, .manifesto-reading-card:focus-visible { transform: translate(-3px, -3px); box-shadow: 12px 12px 0 var(--ink); outline: none; }
.manifesto-reading-card > span { position: absolute; top: 0; right: 0; padding: 7px 9px; border-left: 3px solid var(--ink); border-bottom: 3px solid var(--ink); background: var(--red); color: var(--white); font-family: "Archivo Black", sans-serif; font-size: 11px; }
.manifesto-reading-card small { padding-right: 32px; font-size: 9px; font-weight: 900; line-height: 1.4; letter-spacing: .04em; text-transform: uppercase; }
.manifesto-reading-card h3 { margin: 18px 0 13px; font-family: "Archivo Black", sans-serif; font-size: clamp(23px, 2.4vw, 36px); line-height: .95; text-transform: uppercase; }
.manifesto-reading-card p { margin: 0 0 20px; font-size: 12px; font-weight: 750; line-height: 1.55; }
.manifesto-reading-card strong { margin-top: auto; font-family: "Archivo Black", sans-serif; font-size: 10px; text-transform: uppercase; }

.forbidden-yoga-ad { min-height: 760px; padding: clamp(24px, 4vw, 56px); color: var(--ink); border-bottom: 5px solid var(--ink); background: var(--red); }
.forbidden-yoga-ad-kicker { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 13px; border: 4px solid var(--ink); background: var(--yellow); box-shadow: 6px 6px 0 var(--ink); font-family: "Archivo Black", sans-serif; font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
.forbidden-yoga-ad-logo { min-height: clamp(230px, 30vw, 410px); display: grid; place-items: center; margin: clamp(28px, 4vw, 58px) 0; padding: clamp(28px, 5vw, 70px); border: 5px solid var(--ink); background: var(--paper); box-shadow: 12px 12px 0 var(--ink); transition: transform .16s ease, box-shadow .16s ease; }
.forbidden-yoga-ad-logo:hover, .forbidden-yoga-ad-logo:focus-visible { transform: translate(-4px, -4px); box-shadow: 18px 18px 0 var(--ink); outline: none; }
.forbidden-yoga-ad-logo img { width: min(100%, 1120px); height: auto; display: block; }
.forbidden-yoga-ad-body { display: grid; grid-template-columns: minmax(420px, .9fr) minmax(440px, 1.1fr); gap: clamp(34px, 7vw, 110px); align-items: end; }
.forbidden-yoga-ad-body .eyebrow { background: var(--ink); }
.forbidden-yoga-ad-body h2 { margin: 0; font-family: "Archivo Black", sans-serif; font-size: clamp(52px, 7vw, 108px); line-height: .82; letter-spacing: -.055em; text-transform: uppercase; }
.forbidden-yoga-ad-body h2 em { display: inline-block; margin-top: 9px; padding: 2px 10px 8px; background: var(--green); font-style: normal; }
.forbidden-yoga-ad-copy p { max-width: 720px; margin: 0 0 18px; font-size: clamp(16px, 1.55vw, 22px); font-weight: 800; line-height: 1.5; }
.forbidden-yoga-ad-cta { min-height: 76px; display: grid; grid-template-columns: 1fr auto; align-items: center; margin-top: 31px; color: var(--white); border: 5px solid var(--ink); background: var(--ink); box-shadow: 8px 8px 0 var(--yellow); font-family: "Archivo Black", sans-serif; font-size: clamp(16px, 2vw, 28px); text-decoration: none; text-transform: uppercase; transition: transform .16s ease, box-shadow .16s ease; }
.forbidden-yoga-ad-cta span { padding: 17px 20px; }
.forbidden-yoga-ad-cta strong { height: 100%; min-width: 76px; display: grid; place-items: center; color: var(--ink); border-left: 5px solid var(--ink); background: var(--cyan); font-size: 32px; }
.forbidden-yoga-ad-cta:hover, .forbidden-yoga-ad-cta:focus-visible { transform: translate(-3px, -3px); box-shadow: 12px 12px 0 var(--yellow); outline: none; }

.manifesto-principles { padding: clamp(65px, 9vw, 135px) clamp(24px, 6vw, 96px); color: var(--ink); border-bottom: 5px solid var(--ink); background: var(--pink); }
.manifesto-principles-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.manifesto-principles-head .eyebrow { align-self: flex-start; background: var(--ink); }
.manifesto-principles h2 { max-width: 800px; }
.manifesto-principles h2 em { background: var(--green); }
.manifesto-principle-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.manifesto-principle-grid article { position: relative; min-height: 310px; padding: 34px 26px 26px; border: 5px solid var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.manifesto-principle-grid article:nth-child(2) { transform: translateY(24px); background: var(--cyan); }
.manifesto-principle-grid article:nth-child(3) { background: var(--yellow); }
.manifesto-principle-grid span { position: absolute; top: 0; right: 0; padding: 7px 9px; border-left: 3px solid var(--ink); border-bottom: 3px solid var(--ink); background: var(--green); font-family: "Archivo Black", sans-serif; }
.manifesto-principle-grid h3 { margin: 0 0 18px; font-family: "Archivo Black", sans-serif; font-size: clamp(27px, 3vw, 42px); line-height: .93; text-transform: uppercase; }
.manifesto-principle-grid p { margin: 0; font-size: 14px; font-weight: 750; line-height: 1.6; }

.manifesto-finale { display: grid; grid-template-columns: 1.22fr .78fr; min-height: 850px; border-bottom: 5px solid var(--white); background: var(--ink); }
.manifesto-finale-images { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border-right: 5px solid var(--white); }
.manifesto-finale-images img { width: 100%; height: 100%; min-width: 0; display: block; object-fit: cover; border-right: 4px solid var(--white); }
.manifesto-finale-images img:nth-child(2) { object-position: 50% 35%; }
.manifesto-finale-copy { align-self: center; padding: clamp(42px, 6vw, 90px); }
.manifesto-finale-copy .eyebrow { background: var(--yellow); color: var(--ink); }
.manifesto-finale h2 { color: var(--white); font-size: clamp(48px, 5.5vw, 86px); }
.manifesto-finale-copy > p { font-size: 15px; font-weight: 750; line-height: 1.55; }
.manifesto-finale .generate-button { margin-top: 25px; color: var(--white); text-decoration: none; font-size: 12px; }
.manifesto-footer { max-width: none; background: var(--yellow); color: var(--ink); }

@media (max-width: 1120px) {
  .manifesto-hero { grid-template-columns: .92fr 1.08fr; }
  .manifesto-hero-image { min-height: 760px; }
  .manifesto-hero-copy { padding: 36px; }
  .manifesto-hero h1 { font-size: clamp(60px, 8.4vw, 96px); }
  .manifesto-cinema { grid-template-columns: 1fr; }
  .manifesto-spectrum { grid-template-columns: 1fr; }
  .manifesto-spectrum-images { min-height: 730px; border-right: 0; border-bottom: 5px solid var(--ink); }
  .manifesto-roots { grid-template-columns: 1fr; }
  .forbidden-yoga-ad-body { grid-template-columns: 1fr; }
  .manifesto-finale { grid-template-columns: 1fr; }
  .manifesto-finale-images { min-height: 720px; border-right: 0; border-bottom: 5px solid var(--white); }
}

@media (max-width: 650px) {
  .manifesto-roots { grid-template-columns: minmax(0, 1fr); gap: 34px; padding: 52px 0 52px 16px; }
  .manifesto-roots-copy { padding-right: 16px; }
  .manifesto-credit { margin-bottom: 20px; }
  .manifesto-roots h2 { font-size: clamp(36px, 11.3vw, 44px); }
  .manifesto-roots-copy > p:not(.eyebrow, .manifesto-credit) { margin: 24px 0; font-size: 14px; line-height: 1.6; }
  .manifesto-roots blockquote { margin: 25px 0; padding: 16px; box-shadow: 6px 6px 0 var(--ink); }
  .manifesto-roots blockquote p { font-size: 23px; }
  .manifesto-roots .generate-button { width: 100%; min-height: 52px; }
  .manifesto-reading-room > .manifesto-swipe-hint { margin-bottom: 14px; }
  .manifesto-reading-grid { display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 84vw; gap: 14px; padding: 0 16px 14px 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .manifesto-reading-grid::-webkit-scrollbar { display: none; }
  .manifesto-reading-card { min-height: 330px; padding: 29px 21px 20px; box-shadow: 6px 6px 0 var(--ink); scroll-snap-align: start; }
  .manifesto-reading-card h3 { font-size: 29px; }
  .manifesto-reading-card:hover, .manifesto-reading-card:focus-visible { transform: none; box-shadow: 6px 6px 0 var(--ink); }
  .forbidden-yoga-ad { min-height: 0; padding: 22px 14px 46px; }
  .forbidden-yoga-ad-kicker { align-items: flex-start; flex-direction: column; gap: 5px; padding: 9px 10px; font-size: 8px; box-shadow: 4px 4px 0 var(--ink); }
  .forbidden-yoga-ad-logo { min-height: 174px; margin: 24px 0 30px; padding: 28px 18px; border-width: 4px; box-shadow: 7px 7px 0 var(--ink); }
  .forbidden-yoga-ad-logo:hover, .forbidden-yoga-ad-logo:focus-visible { transform: none; box-shadow: 7px 7px 0 var(--ink); }
  .forbidden-yoga-ad-body { gap: 26px; }
  .forbidden-yoga-ad-body h2 { font-size: clamp(38px, 11.4vw, 48px); }
  .forbidden-yoga-ad-copy p { font-size: 14px; line-height: 1.55; }
  .forbidden-yoga-ad-cta { min-height: 62px; margin-top: 24px; border-width: 4px; box-shadow: 6px 6px 0 var(--yellow); font-size: 15px; }
  .forbidden-yoga-ad-cta span { padding: 14px; }
  .forbidden-yoga-ad-cta strong { min-width: 62px; border-left-width: 4px; font-size: 27px; }
  .forbidden-yoga-ad-cta:hover, .forbidden-yoga-ad-cta:focus-visible { transform: none; box-shadow: 6px 6px 0 var(--yellow); }
}

@media (min-width: 651px) and (max-height: 820px) {
  .manifesto-hero-image { min-height: 0; }
  .manifesto-hero-copy { padding: 24px 40px 28px; }
  .manifesto-hero h1 { font-size: clamp(62px, 6.4vw, 84px); }
  .manifesto-lede { margin: 15px 0 18px; font-size: 14px; line-height: 1.4; }
  .manifesto-entry > div:first-child { padding: 12px 14px; }
  .manifesto-entry-mark { width: 48px; height: 48px; font-size: 17px; }
  .manifesto-age-check { padding: 10px 14px; }
  .manifesto-entry-actions { padding: 10px 14px; }
  .manifesto-entry-actions .generate-button { min-height: 46px; }
  .manifesto-entry-message { min-height: 0; padding: 0 14px 9px; }
}

@media (max-width: 1240px) {
  .topbar .privacy-label { display: none; }
  .topbar-meta { gap: 7px; }
  .topbar-meta .quiet-button { padding-inline: 8px; font-size: 11px; }
}

@media (max-width: 1120px) {
  .topbar { min-height: 64px; align-items: center; flex-wrap: nowrap; gap: 12px; padding: 10px 14px; }
  .topbar .brand { width: auto; min-width: 0; }
  .topbar .brand > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .site-menu-toggle { min-width: 78px; min-height: 44px; display: grid; place-items: center; margin-left: auto; padding: 7px 10px; border: 3px solid var(--ink); background: var(--white); box-shadow: 3px 3px 0 var(--ink); color: var(--ink); font-family: "Archivo Black", sans-serif; font-size: 10px; text-transform: uppercase; }
  .topbar .topbar-meta { width: 100%; max-height: 0; position: absolute; top: 100%; left: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin: 0; padding: 0 14px; overflow: hidden; border-bottom: 0 solid var(--ink); background: var(--yellow); opacity: 0; transform: translateY(-8px); pointer-events: none; transition: max-height .18s ease, padding .18s ease, opacity .18s ease, transform .18s ease; }
  .topbar.site-menu-open .topbar-meta { max-height: 180px; padding: 12px 14px 16px; border-bottom-width: 4px; opacity: 1; transform: none; pointer-events: auto; }
  .topbar .topbar-meta .quiet-button { width: 100%; min-width: 0; min-height: 44px; display: grid; place-items: center; padding: 7px 5px; font-size: 10px; line-height: 1.15; text-align: center; white-space: normal; }
}

@media (max-width: 1040px) {
  .studio-shell { grid-template-columns: 1fr; }
  .control-panel { border-right: 0; border-bottom: 4px solid var(--ink); }
  .canvas-panel { min-height: 700px; }
  .lookbook-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .repair-lab { width: min(900px, calc(100% - 28px)); }
  .repair-lab-body { grid-template-columns: 1fr; overflow: auto; }
  .repair-lab-stage { min-height: 520px; overflow: visible; border-right: 0; border-bottom: 4px solid var(--ink); }
  .repair-lab-controls { overflow: visible; }
  .repair-image-shell, .repair-empty-result { min-height: 450px; }
  .community-publish { grid-template-columns: 1fr; }
  .community-publish-copy { border-right: 0; border-bottom: 4px solid var(--ink); }
  .community-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .billing-auth-card { grid-template-columns: 1fr; }
  .billing-auth-card > div:first-child { border-right: 0; border-bottom: 4px solid var(--ink); }
  .policy-callout { grid-template-columns: 1fr; }
  .policy-callout .generate-button { width: 100%; }
}

@media (max-width: 650px) {
  .topbar { min-height: 64px; align-items: center; flex-wrap: nowrap; gap: 8px; padding: 10px 14px; }
  .brand { width: auto; }
  .brand-mark { width: 36px; height: 36px; border-width: 3px; box-shadow: 3px 3px 0 var(--ink); font-size: 18px; }
  .brand { gap: 9px; font-size: 14px; }
  .privacy-label { display: none; }
  .topbar .topbar-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .topbar.site-menu-open .topbar-meta { max-height: 250px; }
  .control-panel, .canvas-panel { padding: 32px 18px; }
  .age-modal {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    margin-inline: auto;
    padding: 24px 18px;
    box-shadow: 6px 6px 0 var(--ink);
  }
  .age-modal .modal-mark { width: 54px; height: 54px; margin-left: 10px; font-size: 18px; }
  .age-modal h2 { font-size: 32px; overflow-wrap: anywhere; }
  .intro h1 { font-size: 38px; }
  .creation-guidance { font-size: 11px; }
  .creation-starters { grid-template-columns: 1fr 1fr; }
  .advanced-section-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
  .body-error-control { grid-template-columns: 1fr !important; gap: 6px !important; }
  .body-error-control .toggle-line { justify-content: flex-start; }
  .lookbook-teaser { grid-template-columns: 1fr; margin-top: -12px; }
  .lookbook-teaser-images { min-height: 130px; border-right: 0; border-bottom: 4px solid var(--ink); }
  .lookbook-modal-link { grid-template-columns: 1fr; }
  .lookbook-modal-thumbs { min-height: 110px; border-right: 0; border-bottom: 4px solid var(--ink); }
  .model-grid, .advanced-grid, .gallery { grid-template-columns: 1fr; }
  .jury-live-head { align-items: flex-start; flex-direction: column; }
  .jury-live-models { grid-template-columns: 1fr; }
  .inspiration-heading { align-items: start; flex-direction: column; gap: 12px; padding-right: 30px; }
  .inspiration-random { width: 100%; margin: 0; }
  .collision-copy { grid-template-columns: 1fr; }
  .collision-copy .eyebrow { grid-column: auto; }
  .collision-controls { grid-template-columns: 1fr; }
  .collision-symbol { display: none; }
  .collision-preview-head { grid-template-columns: 1fr; }
  .collision-preview-head strong { overflow-wrap: break-word; font-size: 10px; line-height: 1.3; text-align: left; }
  .collision-actions { align-items: stretch; flex-direction: column; }
  .collision-actions .quiet-button, .collision-generate, .collision-compare { width: 100%; }
  .inspiration-grid { grid-template-columns: 1fr; }
  .model-card.model-featured, .model-card.model-archive, .art-card.featured { grid-column: auto; }
  .empty-canvas { min-height: 520px; }
  .roll-loading { min-height: 0; align-items: flex-start; flex-direction: column; padding: 13px; }
  .roll-loading .quiet-button { width: 100%; }
  .roll-pagination { align-items: stretch; flex-direction: column; }
  .roll-pagination .quiet-button { width: 100%; }
  .roll-page-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .frame { width: 76%; }
  .frame-back { transform: translate(22px, -12px) rotate(4deg); }
  .frame-middle { transform: translate(11px, -5px) rotate(2deg); }
  .art-card, .art-card.featured { min-height: 420px; }
  .art-card.featured { height: auto; }
  .art-thumbnail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  .art-card.art-thumbnail { min-height: 0; }
  .art-actions { opacity: 1; transform: none; }
  .art-actions > span { display: none; }
  .art-actions > div { width: 100%; justify-content: flex-end; }
  .art-actions .art-action-controls { justify-content: space-between; }
  .art-actions .art-use-prompt { flex: 1; }
  .art-card > .art-repair { min-height: 44px; }
  footer { flex-direction: column; gap: 9px; }
  .footer-links { justify-content: flex-start; }
  .lookbook-hero { grid-template-columns: 1fr; }
  .lookbook-hero h1 { font-size: 48px; }
  .lookbook-toolbar { align-items: flex-start; flex-direction: column; }
  .lookbook-grid { grid-template-columns: 1fr; gap: 28px; }
  .look-card:nth-child(n) { transform: none; }
  .image-lightbox[open] { grid-template-columns: 1fr; overflow: auto; }
  .lightbox-media { min-height: 54vh; }
  .lightbox-media img { max-height: 62vh; }
  .lightbox-copy { border-top: 4px solid var(--ink); border-left: 0; }
  .lightbox-copy h2 { font-size: 20px; line-height: 1.05; }
  .repair-lab { width: calc(100% - 12px); height: calc(100dvh - 12px); max-height: calc(100dvh - 12px); box-shadow: 6px 6px 0 var(--ink); }
  .repair-lab-head { align-items: flex-start; flex-direction: column; gap: 12px; padding: 17px 54px 15px 15px; }
  .repair-lab-head .eyebrow { margin-bottom: 7px; font-size: 8px; }
  .repair-lab-head h2 { font-size: 34px; }
  .repair-lab-head > div > p:last-child { margin-top: 8px; font-size: 9px; }
  .repair-source-meta { width: 100%; flex: none; text-align: left; }
  .repair-lab-stage { min-height: 0; padding: 14px; }
  .repair-source-stage { grid-template-columns: 1fr; min-height: 0; }
  .repair-image-shell { min-height: 52vh; }
  .repair-empty-result { min-height: 118px; padding: 14px; }
  .repair-empty-result > span { margin-bottom: 8px; }
  .repair-empty-result strong { font-size: 20px; }
  .repair-empty-result small { margin-top: 7px; }
  .repair-view-switch { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-bottom: 11px; }
  .repair-view-switch button { min-height: 44px; border: 3px solid var(--ink); background: var(--white); box-shadow: 3px 3px 0 var(--ink); font-family: "Archivo Black", sans-serif; font-size: 10px; text-transform: uppercase; }
  .repair-view-switch button[aria-selected="true"] { background: var(--yellow); }
  .repair-compare { grid-template-columns: 1fr; min-height: 0; }
  .repair-compare[data-view="before"] #repair-after-panel, .repair-compare[data-view="after"] #repair-before-panel { display: none; }
  .repair-result-stage .repair-image-shell { min-height: 58vh; }
  .repair-status { grid-template-columns: auto minmax(0, 1fr); }
  .repair-status-time { grid-column: 2; }
  .repair-lab-controls { padding: 17px 15px 24px; }
  .repair-preset-group legend, .repair-field-label { font-size: 11px; }
  .repair-preset { min-height: 66px; padding-left: 9px; }
  .repair-result-actions > div { grid-template-columns: 1fr; }
  .account-inline, .account-package { grid-template-columns: 1fr; }
  .account-inline .generate-button, .account-package .generate-button { width: 100%; }
  .account-head, .rate-board-head { align-items: flex-start; flex-direction: column; }
  .rate-board-head span { text-align: left; }
  .rate-row { grid-template-columns: 1fr auto; }
  .rate-row small { grid-column: 1 / -1; width: auto; text-align: left; }
  .community-shell { padding: 28px 16px 42px; }
  .community-hero { grid-template-columns: 1fr; gap: 24px; }
  .community-hero h1 { font-size: clamp(43px, 13.5vw, 52px); }
  .community-hero-copy { padding: 18px; font-size: 14px; }
  .community-publish { margin-bottom: 42px; box-shadow: 6px 6px 0 var(--ink); }
  .community-publish-copy, .community-upload-form { padding: 24px 20px; }
  .community-form-row { grid-template-columns: 1fr; }
  .community-inline-form { grid-template-columns: 1fr; }
  .community-feed-head { align-items: flex-start; flex-direction: column; }
  .community-search { width: 100%; }
  .community-filter-bar { margin-right: -16px; padding: 2px 16px 9px 2px; flex-wrap: nowrap; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; scrollbar-width: none; }
  .community-filter-bar::-webkit-scrollbar { display: none; }
  .community-filter { min-height: 44px; flex: 0 0 auto; scroll-snap-align: start; white-space: nowrap; }
  .community-grid { grid-template-columns: 1fr; }
  .community-card:nth-child(n) { transform: none; }
  .community-card-image { min-height: min(440px, 112vw); }
  .community-card-actions button { min-height: 44px; }
  .billing-shell, .policy-shell { padding: 34px 16px 46px; }
  .billing-hero, .policy-hero { grid-template-columns: 1fr; gap: 24px; }
  .billing-hero h1, .policy-hero h1 { font-size: clamp(41px, 12.6vw, 48px); }
  .billing-hero > p, .policy-hero-copy { padding: 18px; font-size: 14px; }
  .billing-auth-card > div { padding: 24px 20px; }
  .billing-package-card { grid-template-columns: 1fr; }
  .billing-recovery-card { grid-template-columns: 1fr; }
  .billing-recovery-actions { grid-template-columns: 1fr; }
  .billing-balance-card { grid-template-columns: 1fr; }
  .billing-balance-card strong { grid-row: auto; grid-column: auto; margin: 14px 0 8px; }
  .billing-account-head { align-items: flex-start; flex-direction: column; }
  .policy-grid { grid-template-columns: 1fr; }
  .manifesto-topbar { border-bottom-color: var(--white); }
  .manifesto-topbar .brand { width: auto; min-width: 0; font-size: 13px; }
  .manifesto-topbar .brand > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .manifesto-hero { display: block; }
  .manifesto-hero-image { height: 68svh; min-height: 500px; max-height: 590px; border-right: 0; border-bottom: 0; }
  .manifesto-hero-image::after { background: linear-gradient(180deg, transparent 38%, rgba(0,0,0,.2) 57%, var(--ink) 100%); }
  .manifesto-hero-image img { object-position: 51% 46%; }
  .manifesto-hero-image figcaption { display: none; }
  .manifesto-hero-copy { position: relative; z-index: 3; margin-top: -178px; padding: 0 14px 42px; background: linear-gradient(180deg, transparent, var(--ink) 170px); }
  .manifesto-hero-copy .eyebrow { order: 1; margin-bottom: 10px; box-shadow: 3px 3px 0 var(--ink); }
  .manifesto-hero h1 { order: 2; max-width: 350px; font-size: clamp(49px, 15vw, 60px); line-height: .81; text-shadow: 3px 3px 0 var(--ink), -2px -2px 0 var(--ink); }
  .manifesto-hero h1 em { margin-top: 7px; text-shadow: none; }
  .manifesto-entry { order: 3; margin: 24px 0 0; border-width: 4px; box-shadow: 6px 6px 0 var(--pink); }
  .manifesto-entry.is-confirmed { box-shadow: 6px 6px 0 var(--green); }
  .manifesto-lede { order: 4; margin: 32px 2px 0; padding-left: 14px; border-left: 4px solid var(--cyan); font-size: 14px; line-height: 1.55; }
  .manifesto-entry > div:first-child { gap: 12px; padding: 14px; }
  .manifesto-entry-mark { width: 52px; height: 52px; font-size: 18px; }
  .manifesto-entry strong { font-size: 14px; }
  .manifesto-age-check { min-height: 62px; padding: 13px 14px; }
  .manifesto-age-check input { width: 22px; height: 22px; }
  .manifesto-entry-actions { grid-template-columns: 1fr; }
  .manifesto-entry-actions .generate-button, .manifesto-entry-actions .quiet-button { min-height: 52px; }
  .manifesto-entry-message { min-height: 0; }
  .manifesto-ticker { min-height: 62px; justify-content: flex-start; gap: 6px 10px; padding: 13px 14px; font-size: 9px; }
  .manifesto-ticker i { color: var(--red); }
  .manifesto-thesis { grid-template-columns: minmax(0, 1fr); gap: 30px; padding: 50px 16px 56px; }
  .manifesto-thesis h2, .manifesto-cinema h2, .manifesto-spectrum h2, .manifesto-principles h2, .manifesto-finale h2 { font-size: clamp(36px, 11.3vw, 44px); }
  .manifesto-thesis h2 { font-size: 36px; }
  .manifesto-thesis-copy p { font-size: 15px; line-height: 1.6; }
  .manifesto-thesis-copy strong { font-size: 15px; line-height: 1.1; }
  .manifesto-cinema { gap: 28px; padding: 52px 0 48px 16px; }
  .manifesto-cinema-copy { padding-right: 16px; }
  .manifesto-cinema-copy > p:not(.eyebrow) { font-size: 14px; line-height: 1.6; }
  .manifesto-swipe-hint { display: block; margin: 0; padding: 0 16px 0 0; color: var(--cyan); font-family: "Archivo Black", sans-serif; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
  .manifesto-cinema-grid { width: 100%; min-height: 0; height: 510px; display: grid; grid-template-columns: none; grid-template-rows: 1fr; grid-auto-flow: column; grid-auto-columns: 84vw; gap: 14px; padding: 0 16px 14px 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .manifesto-cinema-grid::-webkit-scrollbar, .manifesto-spectrum-images::-webkit-scrollbar { display: none; }
  .manifesto-shot { height: 100%; box-shadow: 6px 6px 0 var(--cyan); scroll-snap-align: start; }
  .manifesto-shot-tall { grid-row: auto; }
  .manifesto-spectrum { display: flex; flex-direction: column; }
  .manifesto-spectrum-copy { order: 1; padding: 52px 16px 44px; }
  .manifesto-spectrum-copy > p { font-size: 14px; line-height: 1.6; }
  .manifesto-spectrum blockquote { margin-top: 28px; padding: 17px; box-shadow: 6px 6px 0 var(--ink); }
  .manifesto-spectrum blockquote p { font-size: 25px; }
  .manifesto-spectrum .manifesto-swipe-hint { margin-top: 28px; color: var(--ink); }
  .manifesto-spectrum-images { order: 2; width: 100%; height: 560px; min-height: 0; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 86vw; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; }
  .manifesto-spectrum-images figure { scroll-snap-align: start; }
  .manifesto-spectrum-images figure:nth-child(2) { transform: none; box-shadow: none; }
  .manifesto-principles { padding: 52px 16px 58px; }
  .manifesto-principles-head { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 32px; }
  .manifesto-principle-grid { grid-template-columns: 1fr; gap: 18px; }
  .manifesto-principle-grid article { min-height: 240px; padding: 30px 22px 24px; box-shadow: 6px 6px 0 var(--ink); }
  .manifesto-principle-grid h3 { font-size: 30px; }
  .manifesto-principle-grid article:nth-child(2) { transform: none; }
  .manifesto-finale { min-height: 0; }
  .manifesto-finale-images { min-height: 0; height: 520px; display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 86vw; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .manifesto-finale-images::-webkit-scrollbar { display: none; }
  .manifesto-finale-images img { height: 100%; scroll-snap-align: start; }
  .manifesto-finale-copy { padding: 52px 16px 58px; }
  .manifesto-finale .generate-button { min-height: 56px; padding: 0 15px; }
}

@media (max-width: 370px) {
  .manifesto-topbar .brand { font-size: 12px; }
  .site-menu-toggle { min-width: 72px; }
  .manifesto-hero-image { min-height: 470px; }
  .manifesto-hero-copy { margin-top: -168px; }
  .manifesto-hero h1 { font-size: 49px; }
  .manifesto-entry > div:first-child { grid-template-columns: 48px minmax(0, 1fr); }
  .manifesto-entry-mark { width: 48px; height: 48px; }
  .manifesto-cinema-grid { height: 480px; grid-auto-columns: 86vw; }
  .manifesto-spectrum-images, .manifesto-finale-images { grid-auto-columns: 88vw; }
}

@media (hover: none), (pointer: coarse) {
  .art-actions { opacity: 1; transform: none; }
}

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

/* One calm navigation surface across the Studio. */
.topbar { padding-right: clamp(18px, 4vw, 56px); }
.site-menu-toggle {
  min-width: 82px;
  min-height: 44px;
  display: grid;
  place-items: center;
  margin-left: 0;
  padding: 7px 12px;
  border: 3px solid var(--ink);
  background: var(--white);
  box-shadow: 3px 3px 0 var(--ink);
  color: var(--ink);
  font-family: "Archivo Black", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
.header-credit-link {
  min-height: 44px;
  display: grid;
  place-items: center;
  margin-left: auto;
  padding: 7px 12px;
  color: var(--ink);
  border: 3px solid var(--ink);
  background: var(--green);
  box-shadow: 3px 3px 0 var(--ink);
  font-family: "Archivo Black", sans-serif;
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.topbar .topbar-meta {
  width: min(340px, calc(100vw - 28px));
  max-height: 0;
  position: absolute;
  top: calc(100% + 4px);
  right: clamp(14px, 4vw, 56px);
  left: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin: 0;
  padding: 0 14px;
  overflow: hidden;
  border: 0 solid var(--ink);
  background: var(--yellow);
  box-shadow: none;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: max-height .18s ease, padding .18s ease, opacity .18s ease, transform .18s ease;
}
.topbar.site-menu-open .topbar-meta {
  max-height: 470px;
  padding: 14px;
  border-width: 4px;
  box-shadow: 8px 8px 0 var(--ink);
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.topbar .topbar-meta .quiet-button {
  width: 100%;
  min-height: 48px;
  display: grid;
  place-items: center start;
  padding: 9px 12px;
  font-size: 11px;
  text-align: left;
}
.topbar .topbar-meta .menu-primary { background: var(--red); color: var(--white); }
.topbar .topbar-meta .menu-utility { background: var(--cyan); }

/* Conversion-first homepage. */
.sales-home main { overflow: hidden; }
.sales-hero {
  min-height: calc(100svh - 78px);
  display: grid;
  grid-template-columns: minmax(450px, .94fr) minmax(520px, 1.06fr);
  border-bottom: 5px solid var(--white);
  background: var(--ink);
}
.sales-hero-image {
  min-height: 780px;
  position: relative;
  margin: 0;
  overflow: hidden;
  border-right: 5px solid var(--white);
  background: #111;
}
.sales-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(0,0,0,.88)); }
.sales-hero-image img { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: cover; object-position: 50% 45%; }
.sales-hero-image figcaption { position: absolute; right: 24px; bottom: 24px; left: 24px; z-index: 1; padding: 10px 12px; color: var(--ink); border: 4px solid var(--ink); background: var(--cyan); box-shadow: 5px 5px 0 var(--white); font-family: "Archivo Black", sans-serif; font-size: 11px; text-transform: uppercase; }
.sales-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 76px); background: radial-gradient(circle at 92% 10%, rgba(255,79,200,.23), transparent 34%), var(--ink); }
.sales-hero-copy .eyebrow { align-self: flex-start; background: var(--pink); color: var(--ink); }
.sales-hero h1 { margin: 0; font-family: "Archivo Black", sans-serif; font-size: clamp(60px, 6.5vw, 108px); line-height: .8; letter-spacing: -.075em; text-transform: uppercase; }
.sales-hero h1 em { display: inline-block; margin-top: 9px; padding: 1px 8px 8px; background: var(--green); color: var(--ink); font-style: normal; }
.sales-lede { max-width: 700px; margin: 23px 0 18px; font-size: clamp(16px, 1.4vw, 20px); font-weight: 750; line-height: 1.48; }
.sales-crypto-callout { max-width: 720px; display: flex; flex-wrap: wrap; align-items: center; gap: 7px 12px; margin: 0 0 20px; padding: 11px 13px; color: var(--ink); border: 4px solid var(--white); background: var(--yellow); box-shadow: 6px 6px 0 var(--pink); text-transform: uppercase; }
.sales-crypto-callout strong { font-family: "Archivo Black", sans-serif; font-size: clamp(14px, 1.5vw, 20px); line-height: 1.1; }
.sales-crypto-callout span { padding: 5px 7px; border: 3px solid var(--ink); background: var(--white); font-size: 9px; font-weight: 900; line-height: 1.15; }
.sales-entry { max-width: 720px; }
.sales-price-rule { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; color: var(--ink); }
.sales-price-rule strong, .sales-price-rule span { padding: 8px 10px; border: 3px solid var(--ink); box-shadow: 3px 3px 0 var(--white); font-size: 10px; font-weight: 900; line-height: 1.2; text-transform: uppercase; }
.sales-price-rule strong { background: var(--green); }
.sales-price-rule span { background: var(--white); }

.sales-how {
  display: grid;
  grid-template-columns: minmax(340px, .8fr) minmax(500px, 1.2fr);
  gap: clamp(38px, 8vw, 130px);
  padding: clamp(70px, 9vw, 130px) clamp(24px, 6vw, 96px);
  color: var(--ink);
  border-bottom: 5px solid var(--ink);
  background: var(--yellow);
}
.sales-how-heading .eyebrow { background: var(--ink); }
.sales-how h2, .sales-proof h2, .sales-boundary h2, .sales-essay h2 { margin: 0; font-family: "Archivo Black", sans-serif; font-size: clamp(48px, 6vw, 92px); line-height: .84; letter-spacing: -.06em; text-transform: uppercase; }
.sales-how h2 em, .sales-proof h2 em, .sales-boundary h2 em { padding: 0 7px 6px; background: var(--pink); font-style: normal; }
.sales-how-steps { align-self: center; }
.sales-how-steps article { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 20px; align-items: start; padding: 23px 0; border-top: 4px solid var(--ink); }
.sales-how-steps article:last-of-type { border-bottom: 4px solid var(--ink); }
.sales-how-steps article > span { width: 54px; height: 54px; display: grid; place-items: center; border: 4px solid var(--ink); background: var(--cyan); box-shadow: 4px 4px 0 var(--ink); font-family: "Archivo Black", sans-serif; }
.sales-how-steps article:nth-child(2) > span { background: var(--green); }
.sales-how-steps article:nth-child(3) > span { background: var(--yellow); }
.sales-how-steps h3 { margin: 0 0 7px; font-family: "Archivo Black", sans-serif; font-size: clamp(25px, 2.8vw, 40px); line-height: .95; text-transform: uppercase; }
.sales-how-steps p { max-width: 680px; margin: 0; font-size: 15px; font-weight: 750; line-height: 1.55; }
.sales-how-steps .generate-button { margin-top: 27px; color: var(--white); text-decoration: none; }

.sales-proof { display: grid; grid-template-columns: minmax(360px, .7fr) minmax(620px, 1.3fr); gap: clamp(40px, 6vw, 90px); align-items: center; padding: clamp(70px, 8vw, 120px) clamp(24px, 5vw, 80px); border-bottom: 5px solid var(--white); background: var(--ink); }
.sales-proof header > p:not(.eyebrow) { max-width: 620px; margin: 25px 0; font-size: 16px; font-weight: 750; line-height: 1.6; }
.sales-proof .eyebrow { background: var(--cyan); color: var(--ink); }
.sales-proof h2 em { color: var(--ink); background: var(--yellow); }
.sales-proof header .quiet-button { display: inline-grid; place-items: center; color: var(--ink); text-decoration: none; }
.sales-proof-images { min-height: 720px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.sales-proof-images figure { min-width: 0; position: relative; margin: 0; overflow: hidden; border: 5px solid var(--white); background: #111; box-shadow: 8px 8px 0 var(--cyan); }
.sales-proof-images figure:nth-child(2) { transform: translateY(28px); box-shadow: 8px 8px 0 var(--pink); }
.sales-proof-images figure:nth-child(3) { box-shadow: 8px 8px 0 var(--yellow); }
.sales-proof-images img { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: cover; }

.sales-boundary { display: grid; grid-template-columns: minmax(420px, 1fr) minmax(420px, 1fr); gap: clamp(40px, 8vw, 120px); align-items: end; padding: clamp(70px, 9vw, 130px) clamp(24px, 6vw, 96px); color: var(--ink); border-bottom: 5px solid var(--ink); background: var(--pink); }
.sales-boundary .eyebrow { background: var(--ink); }
.sales-boundary h2 { font-size: clamp(48px, 5.3vw, 82px); }
.sales-boundary h2 em { display: inline; background: var(--green); box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.sales-boundary-copy p { margin: 0 0 28px; font-size: clamp(17px, 1.8vw, 24px); font-weight: 800; line-height: 1.5; }
.sales-boundary .generate-button { color: var(--white); text-decoration: none; }

.sales-essay { display: grid; grid-template-columns: minmax(430px, .9fr) minmax(500px, 1.1fr); min-height: 760px; border-bottom: 5px solid var(--white); background: var(--ink); }
.sales-essay figure { min-height: 720px; position: relative; margin: 0; overflow: hidden; border-right: 5px solid var(--white); }
.sales-essay img { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: cover; }
.sales-essay > div { align-self: center; padding: clamp(44px, 7vw, 110px); }
.sales-essay .eyebrow { background: var(--yellow); color: var(--ink); }
.sales-essay h2 { font-size: clamp(46px, 5.4vw, 84px); }
.sales-essay > div > p:not(.eyebrow) { max-width: 700px; margin: 28px 0; font-size: 16px; font-weight: 750; line-height: 1.6; }
.sales-essay .generate-button { color: var(--white); text-decoration: none; }

/* Long-form essay. */
.article-page { color: var(--ink); background: var(--paper); }
.article-topbar { background: var(--yellow); }
.article-hero { display: grid; grid-template-columns: minmax(520px, 1.12fr) minmax(420px, .88fr); min-height: 820px; border-bottom: 5px solid var(--ink); background: var(--ink); color: var(--white); }
.article-hero-copy { align-self: center; padding: clamp(45px, 7vw, 110px); }
.article-hero-copy .eyebrow { background: var(--pink); color: var(--ink); }
.article-hero h1 { max-width: 980px; margin: 0; font-family: "Archivo Black", sans-serif; font-size: clamp(60px, 7.6vw, 122px); line-height: .79; letter-spacing: -.075em; text-transform: uppercase; }
.article-subtitle { max-width: 760px; margin: 30px 0 20px; font-size: clamp(18px, 2vw, 27px); font-weight: 800; line-height: 1.4; }
.article-byline { width: fit-content; margin: 0; padding: 8px 10px; color: var(--ink); border: 3px solid var(--ink); background: var(--cyan); box-shadow: 4px 4px 0 var(--white); font-weight: 900; text-transform: uppercase; }
.article-cover { min-height: 760px; position: relative; margin: 0; overflow: hidden; border-left: 5px solid var(--white); }
.article-cover img { width: 100%; height: 100%; position: absolute; inset: 0; display: block; object-fit: cover; }
.article-cover figcaption { position: absolute; right: 22px; bottom: 22px; left: 22px; padding: 9px 11px; border: 3px solid var(--ink); background: var(--yellow); box-shadow: 4px 4px 0 var(--white); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.article-layout { width: min(1480px, 100%); display: grid; grid-template-columns: 270px minmax(0, 790px); gap: clamp(50px, 8vw, 130px); align-items: start; margin: 0 auto; padding: clamp(65px, 8vw, 120px) clamp(20px, 5vw, 76px); }
.article-aside { position: sticky; top: 110px; padding: 22px; border: 4px solid var(--ink); background: var(--yellow); box-shadow: var(--shadow); }
.article-aside strong { display: block; font-family: "Archivo Black", sans-serif; font-size: 20px; line-height: 1; text-transform: uppercase; }
.article-aside p { font-size: 12px; font-weight: 750; line-height: 1.55; }
.article-aside a { color: var(--ink); font-family: "Archivo Black", sans-serif; font-size: 11px; text-transform: uppercase; }
.article-prose { min-width: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.78; }
.article-prose > p:first-child::first-letter { float: left; margin: .11em .09em 0 0; font-family: "Archivo Black", sans-serif; font-size: 5.2em; line-height: .72; color: var(--red); }
.article-prose h2 { margin: 3.2em 0 .75em; padding-top: .25em; border-top: 5px solid var(--ink); font-family: "Archivo Black", sans-serif; font-size: clamp(34px, 4.7vw, 62px); line-height: .94; letter-spacing: -.04em; text-transform: uppercase; }
.article-prose h3 { margin: 2.4em 0 .7em; font-family: "Archivo Black", sans-serif; font-size: clamp(25px, 3vw, 38px); line-height: 1; text-transform: uppercase; }
.article-prose a { color: #790057; font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 3px; overflow-wrap: anywhere; }
.article-prose blockquote { margin: 2.2em 0; padding: 24px; border: 5px solid var(--ink); background: var(--cyan); box-shadow: var(--shadow); font-family: "Archivo Black", sans-serif; font-size: clamp(22px, 2.8vw, 34px); line-height: 1.1; text-transform: uppercase; }
.article-prose blockquote p { margin: 0; }
.article-prose ol, .article-prose ul { padding-left: 1.3em; }
.article-prose hr { margin: 3em 0; border: 0; border-top: 5px solid var(--ink); }
.article-author-note { margin-top: 70px; padding: 24px; border: 5px solid var(--ink); background: var(--green); box-shadow: var(--shadow); font-family: "Archivo", sans-serif; }
.article-author-note strong { font-family: "Archivo Black", sans-serif; text-transform: uppercase; }
.article-author-note p { margin-bottom: 0; font-size: 15px; line-height: 1.6; }
.article-final-cta { margin-top: 34px; color: var(--white) !important; font-family: "Archivo Black", sans-serif; font-size: 13px; text-decoration: none !important; }

@media (max-width: 1040px) {
  .sales-hero, .sales-how, .sales-proof, .sales-boundary, .sales-essay, .article-hero { grid-template-columns: 1fr; }
  .sales-hero-image { min-height: 620px; border-right: 0; border-bottom: 5px solid var(--white); }
  .sales-proof-images { min-height: 620px; }
  .sales-essay figure { min-height: 620px; border-right: 0; border-bottom: 5px solid var(--white); }
  .article-cover { min-height: 680px; border-top: 5px solid var(--white); border-left: 0; }
  .article-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 50px; }
}

@media (max-width: 650px) {
  .topbar { min-height: 64px; padding: 10px 14px; }
  .header-credit-link { min-width: 74px; min-height: 42px; margin-left: auto; padding-inline: 8px; font-size: 8px; }
  .site-menu-toggle { min-width: 70px; min-height: 42px; padding-inline: 8px; }
  .topbar .topbar-meta { width: 100%; right: 0; left: 0; grid-template-columns: 1fr; padding-inline: 14px; }
  .topbar.site-menu-open .topbar-meta { max-height: 520px; padding: 12px 14px 16px; }
  .topbar .topbar-meta .quiet-button { min-height: 46px; place-items: center start; padding-inline: 12px; text-align: left; }
  .sales-hero { display: flex; min-height: 0; flex-direction: column; }
  .sales-hero-copy { order: 1; padding: 32px 14px 30px; }
  .sales-hero-image { order: 2; min-height: 500px; border-top: 5px solid var(--white); border-bottom: 0; }
  .sales-hero-image figcaption { right: 14px; bottom: 14px; left: 14px; }
  .sales-hero h1 { max-width: 390px; font-size: clamp(46px, 14vw, 58px); }
  .sales-lede { margin: 18px 0; font-size: 14px; }
  .sales-crypto-callout { margin-bottom: 18px; padding: 10px; box-shadow: 4px 4px 0 var(--pink); }
  .sales-crypto-callout strong { width: 100%; font-size: 15px; }
  .sales-entry { margin-top: 4px; }
  .sales-price-rule { gap: 6px; margin-top: 18px; }
  .sales-price-rule strong { width: 100%; }
  .sales-price-rule strong, .sales-price-rule span { flex: 1 1 140px; font-size: 8px; }
  .sales-how, .sales-proof, .sales-boundary { gap: 30px; padding: 52px 16px 58px; }
  .sales-how h2, .sales-proof h2, .sales-boundary h2, .sales-essay h2 { font-size: clamp(38px, 11.5vw, 47px); }
  .sales-how-steps article { gap: 15px; padding: 20px 0; }
  .sales-how-steps article > span { width: 48px; height: 48px; }
  .sales-how-steps h3 { font-size: 25px; }
  .sales-how-steps p { font-size: 13px; }
  .sales-proof header > p:not(.eyebrow) { font-size: 14px; }
  .sales-proof-images { min-height: 0; height: 510px; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: 82vw; gap: 14px; margin-right: -16px; padding-right: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .sales-proof-images::-webkit-scrollbar { display: none; }
  .sales-proof-images figure { scroll-snap-align: start; box-shadow: 6px 6px 0 var(--cyan); }
  .sales-proof-images figure:nth-child(2) { transform: none; box-shadow: 6px 6px 0 var(--pink); }
  .sales-proof-images figure:nth-child(3) { box-shadow: 6px 6px 0 var(--yellow); }
  .sales-boundary-copy p { font-size: 15px; }
  .sales-essay { min-height: 0; }
  .sales-essay figure { min-height: 500px; }
  .sales-essay > div { padding: 52px 16px 58px; }
  .sales-essay > div > p:not(.eyebrow) { font-size: 14px; }
  .article-hero { display: flex; min-height: 0; flex-direction: column; }
  .article-hero-copy { padding: 44px 16px 50px; }
  .article-hero h1 { font-size: clamp(48px, 14.2vw, 62px); }
  .article-subtitle { margin-top: 24px; font-size: 17px; }
  .article-cover { min-height: 520px; }
  .article-layout { grid-template-columns: 1fr; padding: 50px 16px 70px; }
  .article-aside { position: static; }
  .article-prose { font-size: 17px; line-height: 1.72; }
  .article-prose h2 { margin-top: 2.6em; font-size: 36px; }
  .article-prose blockquote { padding: 18px; box-shadow: 6px 6px 0 var(--ink); font-size: 22px; }
}

@media (max-width: 420px) {
  .header-credit-link { display: none; }
  .site-menu-toggle { margin-left: auto; }
}
