:root {
  --ink: #21133d;
  --ink-soft: #5d526d;
  --violet: #6c2ef2;
  --violet-dark: #5120c6;
  --orange: #f66b3b;
  --cream: #fff8ef;
  --lavender: #f5f1ff;
  --line: #e7e0ef;
  --white: #fff;
  --shadow: 0 24px 65px rgba(33,19,61,.14);
  --max: 1160px;
}

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: #faf8fd; font-family: ui-rounded, "Avenir Next", Avenir, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
:focus-visible { outline: 4px solid #ffb18f; outline-offset: 4px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; top: -70px; left: 18px; z-index: 100; padding: 11px 16px; border-radius: 0 0 12px 12px; color: #fff; background: var(--orange); font-weight: 900; }
.skip-link:focus { top: 0; }
.site-header { color: #fff; background: var(--ink); }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; color: #fff; text-decoration: none; }
.brand-logo { width: 260px; max-width: 45vw; height: auto; }
.header-links { display: flex; align-items: center; gap: 18px; }
.header-links a { color: #fff; font-weight: 850; text-decoration: none; }
.back-home { padding: 11px 17px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; }
.form-hero { padding: 86px 0 135px; color: #fff; background: radial-gradient(circle at 82% 10%, rgba(246,107,59,.28), transparent 30%), linear-gradient(135deg, #21133d, #4c2385); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr); align-items: end; gap: 70px; }
.eyebrow { margin: 0 0 12px; color: #ffd0bd; font-size: .84rem; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
h1 { max-width: 760px; margin: 0 0 22px; font-size: clamp(3.1rem, 8vw, 6rem); line-height: 1.02; letter-spacing: -.045em; }
.hero-copy { max-width: 740px; margin: 0; color: rgba(255,255,255,.8); font-size: clamp(1.05rem, 2vw, 1.22rem); }
.how-card { padding: 26px; border: 1px solid rgba(255,255,255,.2); border-radius: 22px; background: rgba(255,255,255,.09); backdrop-filter: blur(10px); }
.how-card strong { font-size: 1.08rem; }
.how-card ol { margin: 16px 0 0; padding-left: 21px; color: rgba(255,255,255,.78); }
.how-card li + li { margin-top: 8px; }
.form-section { padding: 0 0 110px; }
.form-shell { margin-top: -70px; }
.story-form { padding: 50px; border-radius: 30px; background: #fff; box-shadow: var(--shadow); }
fieldset { margin: 0; padding: 0 0 48px; border: 0; }
fieldset + fieldset { padding-top: 48px; border-top: 1px solid var(--line); }
legend { width: 100%; margin: 0 0 28px; padding: 0; font-size: 1.55rem; font-weight: 950; line-height: 1.2; letter-spacing: -.025em; }
legend span { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-right: 10px; border-radius: 13px; color: #fff; background: var(--violet); font-size: .85rem; letter-spacing: .04em; }
.field-grid { display: grid; gap: 22px; }
.two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.full { grid-column: 1 / -1; }
label > span { display: block; margin: 0 0 8px 3px; color: var(--ink-soft); font-size: .82rem; font-weight: 900; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: #faf8fd; }
input { min-height: 56px; padding: 0 15px; }
textarea { min-height: 120px; padding: 14px 15px; line-height: 1.55; resize: vertical; }
input:focus, textarea:focus { border-color: var(--violet); background: #fff; outline: 0; box-shadow: 0 0 0 4px rgba(108,46,242,.11); }
.upload-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.upload-card { padding: 24px; border: 2px dashed #d9cbf2; border-radius: 20px; background: var(--lavender); }
.upload-card strong { display: block; margin-bottom: 5px; font-size: 1.15rem; }
.upload-card > span { min-height: 48px; margin: 0 0 17px; font-weight: 650; }
.upload-card input { min-height: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.media-notes { margin-top: 24px; }
.checks { display: grid; gap: 14px; }
.checks label { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 12px; padding: 16px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.checks input { width: 20px; min-height: 20px; margin-top: 2px; accent-color: var(--violet); }
.checks label > span { margin: 0; color: var(--ink); font-size: .93rem; font-weight: 700; }
.submit-row { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-top: 10px; }
.submit-row p { max-width: 570px; margin: 0; color: var(--ink-soft); font-size: .87rem; }
.submit-row button { min-height: 58px; padding: 0 25px; border: 0; border-radius: 15px; color: #fff; background: var(--orange); box-shadow: 0 12px 25px rgba(246,107,59,.26); font-weight: 950; cursor: pointer; }
.submit-row button:hover { background: #db4f21; }
.form-status { display: none; margin: 24px 0 0; padding: 16px 18px; border-radius: 14px; color: #4a3670; background: var(--lavender); font-weight: 800; }
.form-status.show { display: block; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.site-footer { padding: 30px 0; color: rgba(255,255,255,.65); background: #160c2a; text-align: center; font-size: .82rem; }

@media (max-width: 820px) {
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .how-card { max-width: 560px; }
  .two-columns, .upload-grid { grid-template-columns: 1fr; }
  .full { grid-column: auto; }
}
@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 76px; }
  .header-links > a:first-child { display: none; }
  .brand-logo { width: 188px; max-width: 48vw; }
  .back-home { padding: 9px 12px; font-size: .83rem; }
  .form-hero { padding: 62px 0 112px; }
  .story-form { padding: 30px 20px; border-radius: 24px; }
  .submit-row { display: block; }
  .submit-row button { width: 100%; margin-top: 20px; }
}
