:root {
  --primary: #6f2cff;
  --accent: #f4e14b;
  --ink: #181524;
  --paper: #f7f4ed;
  --line: rgba(24, 21, 36, 0.16);
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
button, input, textarea { font: inherit; }
.shell { min-height: 100vh; background: radial-gradient(circle at 85% 10%, color-mix(in srgb, var(--accent) 35%, transparent), transparent 26rem), linear-gradient(180deg, #fffdf8 0%, var(--paper) 100%); }
.nav, .hero, .proof-strip, .finished-sample, .builder, .pilot, .boundary { width: min(1440px, calc(100% - 48px)); margin-inline: auto; }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; text-decoration: none; }
.brand > span { width: 40px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; font-weight: 900; }
.brand strong { font-size: 15px; letter-spacing: -.02em; }
.nav-status { display: flex; align-items: center; gap: 16px; font-size: 12px; }
.nav-status span { color: #665f72; }
.nav-status b { padding: 9px 13px; border-radius: 999px; color: var(--primary); background: color-mix(in srgb, var(--primary) 12%, white); }
.hero { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: clamp(36px, 7vw, 110px); align-items: center; padding-block: clamp(72px, 10vw, 150px) clamp(60px, 8vw, 110px); }
.eyebrow, .offer-card > p, .controls header > p, .preview header p, .boundary > p { margin: 0 0 16px; color: var(--primary); font-size: 12px; font-weight: 850; letter-spacing: .14em; }
.hero h1 { max-width: 920px; margin: 0; font-size: clamp(3.25rem, 7.2vw, 7.6rem); line-height: .9; letter-spacing: -.075em; text-wrap: balance; }
.lede { max-width: 720px; margin: 34px 0 0; color: #554f5e; font-size: clamp(1rem, 1.5vw, 1.28rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 34px; }
.hero-actions a, .completion button { border: 0; border-radius: 999px; padding: 14px 20px; color: white; background: var(--primary); text-decoration: none; font-weight: 800; cursor: pointer; }
.hero-actions span { color: #6e6674; font-size: 12px; }
.offer-card { padding: 32px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.78); box-shadow: 0 24px 70px rgba(32,24,50,.12); transform: rotate(1.5deg); }
.offer-card strong { display: block; font-size: 4rem; letter-spacing: -.07em; }
.offer-card > span { color: #625b68; font-size: 13px; }
.offer-card ul { margin: 28px 0 0; padding: 22px 0 0 20px; border-top: 1px solid var(--line); line-height: 1.9; font-size: 13px; }
.proof-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.proof-strip div { display: flex; align-items: center; gap: 14px; min-height: 72px; padding: 0 22px; border-right: 1px solid var(--line); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip b { color: var(--primary); font-size: 12px; }
.proof-strip span { font-weight: 740; }
.finished-sample { padding-block: 84px; }
.finished-sample > header { display: grid; grid-template-columns: 1.25fr .75fr; gap: 48px; align-items: end; margin-bottom: 34px; }
.finished-sample > header p:first-child { margin: 0 0 14px; color: var(--primary); font-size: 12px; font-weight: 850; letter-spacing: .14em; }
.finished-sample h2 { max-width: 830px; margin: 0; font-size: clamp(2.6rem, 5vw, 5.8rem); line-height: .92; letter-spacing: -.07em; }
.finished-sample > header > p { margin: 0; color: #625b68; line-height: 1.7; }
.sample-posters { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sample-poster { position: relative; min-height: clamp(430px, 47vw, 690px); overflow: hidden; border-radius: 18px; color: white; background-image: linear-gradient(180deg, rgba(10,8,15,.05), rgba(10,8,15,.08) 45%, rgba(10,8,15,.92)), url("../assets/fictional-team-sample-v1.png"); background-repeat: no-repeat; background-size: 300% 100%; box-shadow: 0 22px 55px rgba(24,21,36,.18); }
.sample-one { background-position: 0 center; }
.sample-two { background-position: 50% center; }
.sample-three { background-position: 100% center; }
.sample-poster::after { content: ""; position: absolute; inset: auto -20% -12% 35%; height: 45%; transform: rotate(-9deg); background: var(--accent); clip-path: polygon(22% 0, 100% 15%, 82% 100%, 0 78%); opacity: .88; }
.sample-poster > span { position: absolute; z-index: 2; inset: 20px 20px auto; font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.sample-poster > div { position: absolute; z-index: 2; inset: auto 24px 26px; display: grid; text-shadow: 0 3px 18px rgba(0,0,0,.55); }
.sample-poster small { font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.sample-poster strong { margin: 8px 0 16px; font-size: clamp(2.4rem, 5vw, 5rem); line-height: .76; letter-spacing: -.08em; }
.sample-poster b { font-size: 11px; letter-spacing: .08em; }
.finished-sample > a { display: inline-flex; margin-top: 28px; border-radius: 999px; padding: 14px 20px; color: white; background: var(--primary); text-decoration: none; font-weight: 800; }
.builder { display: grid; grid-template-columns: minmax(300px, .68fr) minmax(0, 1.32fr); gap: 32px; padding-block: 72px; }
.controls, .preview { border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.86); }
.controls { padding: clamp(22px, 3vw, 38px); }
.controls h2, .preview h2, .boundary h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 3rem); letter-spacing: -.05em; }
.controls header > span { display: block; margin-top: 10px; color: #746d79; font-size: 13px; }
.controls fieldset { display: grid; gap: 14px; margin: 28px 0 0; padding: 22px 0 0; border: 0; border-top: 1px solid var(--line); }
.controls legend { padding: 0 0 12px; font-weight: 850; }
.controls label { display: grid; gap: 7px; color: #554f5e; font-size: 12px; font-weight: 750; }
.controls input:not([type="color"]), .controls textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 11px 12px; background: white; color: inherit; }
.controls textarea { resize: vertical; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; line-height: 1.55; }
.color-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.color-row label { grid-template-columns: 1fr 42px; align-items: center; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.color-row input { width: 42px; height: 30px; border: 0; padding: 0; background: transparent; }
.file-control { padding: 15px; border: 1px dashed color-mix(in srgb, var(--primary) 48%, var(--line)); border-radius: 12px; background: color-mix(in srgb, var(--primary) 4%, white); }
.controls small { color: #756e7b; line-height: 1.55; }
.roster-status { margin: 0; color: #24704a; font-size: 12px; font-weight: 750; line-height: 1.5; }
.roster-status.has-issues { color: #9b4b19; }
.completion { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.completion > div { display: grid; gap: 5px; padding: 14px; border-radius: 12px; background: #f1eee8; }
.completion span { color: #706977; font-size: 11px; }
.completion button { grid-column: 1 / -1; }
.completion button:disabled { cursor: not-allowed; opacity: .45; }
.completion .print-settings { grid-column: 1 / -1; margin: 2px 0 0; color: #625b68; font-size: 11px; line-height: 1.5; }
.preview { min-width: 0; padding: clamp(18px, 2.5vw, 30px); background: #201b2c; color: white; }
.preview > header { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.preview > header span { color: #aaa3b7; font-size: 12px; }
.poster-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.poster { position: relative; min-height: 460px; overflow: hidden; border-radius: 16px; color: white; background: linear-gradient(150deg, var(--primary), color-mix(in srgb, var(--primary) 55%, #080610)); box-shadow: 0 14px 30px rgba(0,0,0,.26); }
.poster::after { content: ""; position: absolute; inset: auto -18% -25% 35%; height: 68%; transform: rotate(-12deg); background: var(--accent); clip-path: polygon(20% 0, 100% 18%, 82% 100%, 0 78%); opacity: .95; }
.poster-topline { position: relative; z-index: 2; display: flex; justify-content: space-between; padding: 18px; font-size: 10px; letter-spacing: .13em; }
.poster-topline b { font-size: 18px; letter-spacing: -.03em; }
.portrait { position: absolute; inset: 56px 8% 0; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, rgba(255,255,255,.16), rgba(255,255,255,.03)); }
.portrait.has-photo { background-position: center top; background-size: cover; filter: saturate(.96) contrast(1.04); }
.portrait > span { color: rgba(255,255,255,.34); font-size: clamp(4rem, 8vw, 7rem); font-weight: 900; letter-spacing: -.08em; }
.poster-copy { position: absolute; z-index: 3; inset: auto 20px 20px; text-shadow: 0 2px 16px rgba(0,0,0,.45); }
.poster-copy small { font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.poster-copy h3 { max-width: 90%; margin: 7px 0 2px; font-size: clamp(2rem, 4vw, 3.6rem); line-height: .85; letter-spacing: -.07em; text-wrap: balance; }
.poster-copy p { margin: 8px 0 18px; font-size: 12px; text-transform: uppercase; }
.poster-copy b { display: block; font-size: 11px; }
.empty { grid-column: 1 / -1; padding: 80px 24px; border: 1px dashed rgba(255,255,255,.24); border-radius: 14px; color: #aaa3b7; text-align: center; }
.pilot { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(32px, 6vw, 90px); padding-block: 76px; border-top: 1px solid var(--line); }
.pilot-intro > p:first-child { margin: 0 0 16px; color: var(--primary); font-size: 12px; font-weight: 850; letter-spacing: .14em; }
.pilot-intro h2 { max-width: 650px; margin: 0; font-size: clamp(2.5rem, 4.8vw, 5.6rem); line-height: .95; letter-spacing: -.065em; }
.pilot-intro > p:not(:first-child) { max-width: 610px; margin: 26px 0; color: #625b68; line-height: 1.7; }
.pilot button { border: 0; border-radius: 999px; padding: 14px 20px; color: white; background: var(--primary); font-weight: 800; cursor: pointer; }
.pilot-scorecard { padding: clamp(24px, 4vw, 44px); border-radius: 24px; color: white; background: #181524; box-shadow: 0 24px 70px rgba(32,24,50,.14); }
.pilot-time { display: flex; align-items: end; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.16); }
.pilot-time span { color: #aaa3b7; font-size: 11px; font-weight: 850; letter-spacing: .13em; }
.pilot-time strong { font-size: clamp(2rem, 4vw, 4rem); letter-spacing: -.06em; }
.pilot-scorecard ul { display: grid; gap: 12px; margin: 24px 0; padding: 0; list-style: none; }
.pilot-scorecard li { display: flex; gap: 12px; color: #aaa3b7; font-size: 13px; }
.pilot-scorecard li span { width: 20px; color: #776f81; font-weight: 900; }
.pilot-scorecard li.passed { color: white; }
.pilot-scorecard li.passed span { color: var(--accent); }
.pilot-check { display: flex; align-items: flex-start; gap: 12px; margin-top: 14px; color: #ded9e5; font-size: 12px; line-height: 1.5; }
.pilot-check input { margin-top: 3px; accent-color: var(--accent); }
.pilot-result { min-height: 24px; margin: 22px 0 12px; color: #c2bac9; font-size: 13px; font-weight: 750; }
.pilot-result.passed { color: var(--accent); }
.pilot .secondary-action { width: 100%; color: var(--ink); background: var(--accent); }
.pilot .secondary-action:disabled { cursor: not-allowed; opacity: .35; }
.pilot-scorecard > small { display: block; margin-top: 14px; color: #918a9c; line-height: 1.55; }
.boundary { display: grid; grid-template-columns: .45fr 1.55fr; gap: 40px; padding-block: 70px 110px; border-top: 1px solid var(--line); }
.boundary div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; }
.boundary div p { margin: 0; color: #625b68; line-height: 1.7; }
.site-footer { width: min(1440px, calc(100% - 48px)); margin-inline: auto; display: flex; justify-content: space-between; gap: 24px; padding-block: 28px 42px; border-top: 1px solid var(--line); color: #625b68; font-size: 12px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
.site-footer a { color: inherit; text-underline-offset: 3px; }
.legal-page { width: min(760px, calc(100% - 48px)); margin-inline: auto; padding-block: clamp(64px, 10vw, 120px); }
.legal-page > a { color: var(--primary); font-size: 13px; font-weight: 800; }
.legal-page h1 { margin: 24px 0 8px; font-size: clamp(2.8rem, 7vw, 5.8rem); line-height: .95; letter-spacing: -.065em; }
.legal-page .effective { color: #756e7b; font-size: 13px; }
.legal-page section { margin-top: 40px; }
.legal-page h2 { margin: 0 0 12px; font-size: 1.2rem; }
.legal-page p, .legal-page li { color: #554f5e; line-height: 1.7; }
.legal-page ul { padding-left: 20px; }
.legal-page a { color: var(--primary); }

@media (max-width: 920px) {
  .hero, .builder, .pilot, .finished-sample > header { grid-template-columns: 1fr; }
  .offer-card { max-width: 520px; transform: none; }
  .builder { padding-top: 48px; }
  .boundary, .boundary div { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .nav, .hero, .proof-strip, .finished-sample, .builder, .pilot, .boundary, .site-footer { width: min(100% - 28px, 1440px); }
  .nav-status span { display: none; }
  .brand strong { max-width: 130px; }
  .hero { padding-block: 58px; }
  .hero h1 { font-size: clamp(3.15rem, 17vw, 5rem); }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-strip div:last-child { border-bottom: 0; }
  .preview > header { align-items: flex-start; flex-direction: column; }
  .poster-grid { grid-template-columns: 1fr; }
  .poster { min-height: 500px; }
  .sample-posters { grid-template-columns: 1fr; }
  .sample-poster { min-height: 560px; }
  .site-footer { flex-direction: column; }
}

@media print {
  @page { size: 11in 17in; margin: 0; }
  body { background: white !important; }
  .nav, .hero, .proof-strip, .finished-sample, .controls, .preview > header, .pilot, .boundary, .site-footer { display: none !important; }
  .shell, .builder, .preview, .poster-grid { display: block; width: 100%; margin: 0; padding: 0; border: 0; background: white; }
  .poster { width: 11in; height: 17in; min-height: 0; border-radius: 0; break-after: page; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .poster:last-child { break-after: auto; }
  .poster-copy h3 { font-size: 1.15in; }
  .poster-topline { padding: .55in; font-size: .22in; }
  .poster-topline b { font-size: .38in; }
  .poster-copy { inset: auto .62in .68in; }
  .poster-copy small, .poster-copy b { font-size: .21in; }
  .poster-copy p { font-size: .24in; }
}
