:root {
  --ink: #171318;
  --ink-2: #241c25;
  --paper: #f5e6c5;
  --paper-2: #fff5d9;
  --muted: #675d52;
  --purple: #6b3fa0;
  --red: #e64838;
  --blue: #2859c7;
  --green: #b9e846;
  --line: #171318;
  --soft-line: rgba(23, 19, 24, 0.16);
  --white: #fffaf0;
  --shadow: 8px 8px 0 rgba(23, 19, 24, 0.92);
  --soft-shadow: 0 18px 50px rgba(15, 11, 16, 0.22);
  --radius: 8px;
  --section-pad: 76px;
  --content: min(1220px, calc(100% - 40px));
  --shoe-base: #f6e7c8;
  --shoe-accent: #6b3fa0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--ink);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8px 8px, rgba(245, 230, 197, 0.12) 1px, transparent 1.4px) 0 0 / 22px 22px,
    linear-gradient(180deg, #161116 0%, #211821 48%, #161116 100%);
  color: var(--ink);
  text-rendering: optimizeLegibility;
}

::selection {
  background: rgba(185, 232, 70, 0.42);
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

select,
.upload-zone {
  cursor: pointer;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
}

main {
  background: var(--paper);
}

.section-inner {
  width: var(--content);
  margin: 0 auto;
}

section[id],
li[id],
details[id],
article[id],
.poster-lower-band[id] {
  scroll-margin-top: 108px;
}

.sr-only,
legend {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 18px;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  font-weight: 900;
  line-height: 1;
  transition: background 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.button svg,
.icon-button svg {
  width: 18px;
  height: 18px;
}

.button:hover,
.button:focus-visible {
  transform: translate(-2px, -2px);
}

.button-primary {
  background: var(--green);
  box-shadow: 5px 5px 0 var(--red);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #cbff4e;
}

.button-secondary {
  background: var(--paper-2);
  box-shadow: 5px 5px 0 var(--blue);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: var(--white);
}

.button:disabled {
  opacity: 0.5;
  transform: none;
  box-shadow: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 12px max(20px, calc((100vw - 1220px) / 2));
  border-bottom: 2px solid rgba(245, 230, 197, 0.28);
  background:
    radial-gradient(circle at 7px 7px, rgba(245, 230, 197, 0.11) 1px, transparent 1.4px) 0 0 / 18px 18px,
    rgba(23, 19, 24, 0.94);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  width: 96px;
  height: 50px;
  flex: 0 0 auto;
  place-items: center;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 0 rgba(230, 72, 56, 0.8));
}

.brand-copy {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.wordmark {
  display: block;
  width: 154px;
  line-height: 0;
}

.wordmark img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 1px 0 rgba(245, 230, 197, 0.16));
}

.site-nav {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.site-nav a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  color: rgba(255, 245, 217, 0.78);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-color: rgba(185, 232, 70, 0.45);
  background: rgba(185, 232, 70, 0.1);
  color: var(--green);
}

.header-cta {
  min-height: 42px;
  padding-inline: 14px;
}

.hero {
  padding: 36px 0 0;
  border-bottom: 2px solid var(--line);
  background:
    linear-gradient(90deg, rgba(230, 72, 56, 0.08), transparent 34%),
    radial-gradient(circle at 8px 8px, rgba(23, 19, 24, 0.08) 1px, transparent 1.3px) 0 0 / 20px 20px,
    var(--paper);
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  grid-template-areas:
    "copy art"
    "snapshot art";
  gap: 22px;
  width: var(--content);
  margin: 0 auto;
  align-items: stretch;
}

.hero-content {
  grid-area: copy;
  align-self: center;
  min-width: 0;
  padding: 32px 0 14px;
}

.hero-wordmark {
  max-width: min(560px, 100%);
  margin: 0;
  line-height: 0;
}

.hero-wordmark img {
  width: 100%;
  height: auto;
  filter: drop-shadow(6px 6px 0 rgba(230, 72, 56, 0.4));
}

.hero-tag {
  display: inline-block;
  margin: 26px 0 0;
  padding: 9px 12px;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--paper-2);
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  box-shadow: 5px 5px 0 var(--red);
}

.hero-copy {
  max-width: 620px;
  margin: 24px 0 0;
  color: #2d2630;
  font-size: 1.04rem;
  font-weight: 650;
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-lair-panel {
  position: relative;
  grid-area: art;
  min-height: 520px;
  overflow: hidden;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.hero-lair-art {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: 45% 52%;
}

.speech-bubble,
.proof-stamp,
.comfort-burst {
  position: absolute;
  z-index: 2;
  margin: 0;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.speech-bubble {
  top: 18px;
  left: 18px;
  max-width: 150px;
  padding: 12px;
  background: var(--paper-2);
  transform: rotate(-3deg);
}

.proof-stamp {
  right: 20px;
  bottom: 20px;
  padding: 10px 12px;
  border-color: var(--red);
  background: rgba(255, 245, 217, 0.92);
  color: #9e241d;
  transform: rotate(2deg);
}

.comfort-burst {
  left: 18px;
  bottom: 22px;
  padding: 10px 12px;
  background: var(--green);
  transform: rotate(-5deg);
}

.hero-builder-preview {
  grid-area: snapshot;
  align-self: start;
  overflow: hidden;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-2);
  box-shadow: 6px 6px 0 rgba(40, 89, 199, 0.72);
}

.mini-builder-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  padding: 16px 18px;
  border-bottom: 2px solid var(--line);
  background: var(--ink);
  color: var(--paper-2);
}

.mini-builder-head .eyebrow {
  margin: 0;
  color: var(--green);
}

.mini-tools {
  display: inline-flex;
  gap: 8px;
}

.mini-tools svg {
  width: 18px;
  height: 18px;
}

.mini-builder-head > span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 0 10px;
  border: 2px solid var(--red);
  border-radius: var(--radius);
  color: var(--paper-2);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mini-builder-body {
  display: block;
  min-height: 0;
}

.mini-control-pane {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 0;
}

.mini-control-row {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 46px;
  padding: 9px 14px;
  border-bottom: 1px solid var(--soft-line);
  color: var(--ink);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.mini-control-row svg {
  width: 18px;
  height: 18px;
}

.mini-control-row strong {
  min-width: 0;
}

.mini-control-row span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--purple);
  font-weight: 900;
}

.mini-control-row b {
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 1px solid var(--line);
  background: var(--chip);
}

.mini-note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 15px;
  background: var(--blue);
  color: var(--white);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.42;
}

.trust-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: var(--content);
  margin: 32px auto 0;
  border: 2px solid var(--line);
  border-bottom: 0;
  border-radius: var(--radius) var(--radius) 0 0;
  background: var(--paper-2);
}

.trust-rail div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 10px;
  align-items: center;
  min-width: 0;
  padding: 16px;
  border-right: 1px solid var(--soft-line);
}

.trust-rail div:last-child {
  border-right: 0;
}

.trust-rail svg {
  grid-row: span 2;
  width: 24px;
  height: 24px;
  color: var(--purple);
}

.trust-rail strong {
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.12;
  text-transform: uppercase;
}

.trust-rail span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.3;
}

.social-proof {
  padding: 40px 0;
  border-bottom: 2px solid var(--line);
  background: var(--ink);
  color: var(--paper-2);
}

.proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: 28px;
  align-items: center;
}

blockquote {
  max-width: 800px;
  margin: 0;
  color: var(--white);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.65rem;
  line-height: 1.08;
}

cite {
  display: block;
  margin-top: 14px;
  color: rgba(255, 245, 217, 0.7);
  font-style: normal;
}

.logo-cloud {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.logo-cloud span {
  display: grid;
  min-height: 58px;
  place-items: center;
  border: 2px solid rgba(245, 230, 197, 0.36);
  border-radius: var(--radius);
  background: rgba(255, 245, 217, 0.08);
  color: var(--paper-2);
  font-size: 0.8rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.builder-section,
.info-band,
.process-section,
.pricing-section,
.faq-section {
  padding: var(--section-pad) 0;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading.align-left {
  margin-left: 0;
  text-align: left;
}

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 3.15rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.94;
  text-transform: uppercase;
}

.section-heading p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
  font-weight: 650;
  line-height: 1.6;
}

.builder-section {
  border-top: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
  background:
    radial-gradient(circle at 8px 8px, rgba(245, 230, 197, 0.1) 1px, transparent 1.4px) 0 0 / 20px 20px,
    var(--ink);
  color: var(--paper-2);
}

.builder-section .section-heading h2 {
  color: var(--paper-2);
}

.builder-section .section-heading p:not(.eyebrow) {
  color: rgba(255, 245, 217, 0.72);
}

.builder-section .eyebrow {
  color: var(--green);
}

.builder-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.78fr);
  gap: 22px;
  align-items: start;
}

.preview-panel {
  position: sticky;
  top: 98px;
  min-width: 0;
  overflow: hidden;
  border: 2px solid var(--paper);
  border-radius: var(--radius);
  background: var(--paper-2);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.preview-header,
.summary-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 20px;
  border-bottom: 2px solid var(--line);
  background: var(--ink);
  color: var(--paper-2);
}

.preview-header h3,
.summary-heading h3 {
  margin: 0;
  color: var(--paper-2);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.62rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.95;
  text-transform: uppercase;
}

.preview-header .eyebrow,
.summary-heading .eyebrow {
  margin-bottom: 8px;
  color: var(--green);
}

.status-pill,
.no-pay-badge {
  display: inline-flex;
  min-height: 32px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  background: var(--green);
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.status-pill.needs-action {
  background: #ffd7ce;
}

.shoe-stage {
  display: grid;
  min-height: 430px;
  padding: 20px;
  place-items: center;
  background:
    linear-gradient(rgba(23, 19, 24, 0.04) 1px, transparent 1px) 0 0 / 24px 24px,
    linear-gradient(90deg, rgba(23, 19, 24, 0.04) 1px, transparent 1px) 0 0 / 24px 24px,
    var(--paper);
}

.shoe-raster {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 380px;
  place-items: center;
  isolation: isolate;
}

.shoe-render {
  position: relative;
  z-index: 2;
  width: min(98%, 820px);
  filter: drop-shadow(8px 8px 0 rgba(230, 72, 56, 0.42)) drop-shadow(-5px 6px 0 rgba(40, 89, 199, 0.3));
}

.shoe-drop-shadow {
  position: absolute;
  z-index: 1;
  bottom: 52px;
  left: 12%;
  width: 76%;
  height: 34px;
  border-radius: 999px;
  background: rgba(23, 19, 24, 0.18);
  filter: blur(10px);
}

.raster-logo {
  position: absolute;
  z-index: 3;
  opacity: 0.22;
  transform: translate(-50%, -50%);
  transition: opacity 160ms ease, transform 160ms ease;
}

.raster-logo.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.03);
}

.raster-logo.logo-side {
  left: 55%;
  top: 48%;
}

.raster-logo.logo-heel {
  left: 82%;
  top: 43%;
}

.raster-logo.logo-tongue {
  left: 39%;
  top: 29%;
}

.raster-logo .logo-badge {
  display: grid;
  width: 78px;
  height: 50px;
  place-items: center;
  border: 2px solid var(--line);
  border-radius: 6px;
  background: var(--green);
  box-shadow: 4px 4px 0 var(--red);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  transform: rotate(-2deg);
}

.raster-logo img {
  display: none;
  max-width: 58px;
  max-height: 34px;
}

.color-readout {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  gap: 6px;
  padding: 7px;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 245, 217, 0.92);
}

.color-readout span {
  width: 16px;
  height: 16px;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: var(--readout-color);
}

.preview-meta {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 2px solid var(--line);
}

.preview-meta div {
  min-width: 0;
  padding: 16px 18px;
  border-right: 1px solid var(--soft-line);
}

.preview-meta div:last-child {
  border-right: 0;
}

.preview-meta span {
  display: block;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.preview-meta strong {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.92rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.config-panel {
  display: grid;
  position: relative;
  z-index: 3;
  min-width: 0;
  gap: 12px;
  isolation: isolate;
}

.control-section {
  position: relative;
  z-index: 4;
  min-width: 0;
  overflow: visible;
  border: 2px solid var(--paper);
  border-radius: var(--radius);
  background: var(--paper-2);
  color: var(--ink);
  box-shadow: 5px 5px 0 rgba(245, 230, 197, 0.16);
}

.config-panel > .control-section:nth-of-type(1) {
  z-index: 11;
}

.config-panel > .control-section:nth-of-type(2) {
  z-index: 10;
}

.config-panel > .control-section:nth-of-type(3) {
  z-index: 9;
}

.control-section summary {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 18px;
  background: #f8edcf;
  color: var(--ink);
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.1;
  list-style: none;
  border-radius: calc(var(--radius) - 3px) calc(var(--radius) - 3px) 0 0;
  text-transform: uppercase;
}

.control-section:not([open]) summary {
  border-radius: calc(var(--radius) - 3px);
}

.control-section summary::-webkit-details-marker {
  display: none;
}

.control-section summary::after {
  content: "+";
  display: grid;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: var(--green);
  color: var(--ink);
  font-size: 1rem;
  line-height: 1;
}

.control-section[open] summary::after {
  content: "-";
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 18px;
  border: 0;
}

.control-section > fieldset {
  border-radius: 0 0 calc(var(--radius) - 3px) calc(var(--radius) - 3px);
  background: var(--paper-2);
}

.swatch:focus-visible,
.button:focus-visible,
.site-nav a:focus-visible,
.site-footer nav a:focus-visible,
.icon-button:focus-visible,
.control-section summary:focus-visible,
.faq-list summary:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(40, 89, 199, 0.35);
  outline-offset: 3px;
}

.color-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.color-group > span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.swatch {
  width: 34px;
  height: 34px;
  border: 2px solid var(--line);
  border-radius: 999px;
  background: var(--swatch);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.72);
}

.swatch.selected {
  outline: 3px solid var(--red);
  outline-offset: 2px;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.field-row label:last-child {
  grid-column: 1 / -1;
}

.placement-select {
  margin-top: 14px;
}

label {
  display: block;
  min-width: 0;
  color: #342d36;
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1.2;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
select,
textarea {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  margin-top: 8px;
  padding: 10px 12px;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  font-size: 1rem;
  font-weight: 750;
  line-height: 1.35;
}

textarea {
  min-height: 112px;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: rgba(52, 45, 54, 0.58);
  font-weight: 700;
}

.upload-zone {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 16px;
  border: 2px dashed var(--line);
  border-radius: var(--radius);
  background: rgba(185, 232, 70, 0.16);
  transition: background 160ms ease, box-shadow 160ms ease;
}

.upload-zone input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  opacity: 0;
  white-space: nowrap;
}

.upload-zone:focus-within {
  outline: 3px solid rgba(40, 89, 199, 0.35);
  outline-offset: 3px;
}

.upload-zone:hover {
  background: rgba(185, 232, 70, 0.24);
  box-shadow: 4px 4px 0 rgba(23, 19, 24, 0.16);
}

.upload-zone strong,
.upload-zone small {
  display: block;
}

.upload-zone strong {
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 0.96rem;
  overflow-wrap: anywhere;
}

.upload-zone small,
.form-message,
.summary-message,
.dialog-note {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.42;
}

.upload-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  background: var(--purple);
  color: var(--white);
}

.form-message {
  margin: 10px 0 0;
}

.form-message + label {
  margin-top: 14px;
}

.form-message.error,
.summary-message.error,
.dialog-note.error {
  color: #9f261f;
}

.form-message.success,
.summary-message.success,
.dialog-note.success {
  color: #0b6a4c;
}

.dialog-note.warning {
  color: #7a3f00;
}

.sample-button {
  width: 100%;
  margin-top: 12px;
}

.order-summary {
  position: relative;
  z-index: 12;
  overflow: hidden;
  border: 2px solid var(--paper);
  border-radius: var(--radius);
  background: var(--paper-2);
  color: var(--ink);
  box-shadow: 6px 6px 0 rgba(185, 232, 70, 0.28);
}

.order-summary dl {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 0 14px;
  margin: 0;
  padding: 18px 20px 0;
}

.order-summary dt,
.order-summary dd {
  min-width: 0;
  margin: 0;
  padding: 0 0 11px;
  border-bottom: 1px solid var(--soft-line);
  font-size: 0.84rem;
}

.order-summary dt {
  color: var(--muted);
  font-weight: 800;
}

.order-summary dd {
  color: var(--ink);
  font-weight: 900;
  text-align: right;
}

.summary-actions {
  display: grid;
  gap: 10px;
  padding: 18px 20px 0;
}

.summary-actions-single {
  grid-template-columns: 1fr;
}

.summary-actions .button {
  width: 100%;
}

.summary-message {
  margin: 12px 20px 20px;
}

.poster-lower-band {
  background: var(--paper);
}

.poster-lower-band > section {
  padding: var(--section-pad) 0;
  border-bottom: 1px solid rgba(23, 19, 24, 0.16);
}

.poster-lower-band > section:nth-child(even) {
  background: #f1dfbb;
}

.feature-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-card,
.pricing-card,
.timeline-list li,
.faq-list details {
  min-width: 0;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-2);
  box-shadow: 5px 5px 0 rgba(23, 19, 24, 0.15);
}

.feature-card,
.pricing-card {
  padding: 24px;
}

.feature-card svg {
  width: 26px;
  height: 26px;
  color: var(--purple);
}

.feature-card h3,
.pricing-card strong {
  display: block;
  margin: 18px 0 0;
  color: var(--ink);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 1.18rem;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.feature-card p,
.pricing-card p,
.timeline-list p,
.faq-list details p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 650;
  line-height: 1.5;
}

.process-grid,
.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.timeline-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 16px;
  padding: 20px;
}

.timeline-list span {
  grid-row: span 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  background: var(--green);
  color: var(--ink);
  font-weight: 900;
}

.timeline-list strong {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 900;
}

.pricing-card span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.pricing-card.highlighted {
  background: var(--ink);
  color: var(--paper-2);
  box-shadow: 5px 5px 0 var(--red);
}

.pricing-card.highlighted span,
.pricing-card.highlighted strong,
.pricing-card.highlighted p {
  color: var(--paper-2);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  overflow: hidden;
}

.faq-list summary {
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: 12px 20px;
  color: var(--ink);
  cursor: pointer;
  font-weight: 900;
  line-height: 1.2;
}

.faq-list details p {
  margin-top: 0;
  padding: 0 20px 18px;
}

.site-footer {
  padding: 34px 0;
  background:
    radial-gradient(circle at 7px 7px, rgba(245, 230, 197, 0.11) 1px, transparent 1.4px) 0 0 / 18px 18px,
    var(--ink);
  color: var(--paper-2);
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.footer-brand .brand-mark {
  width: 84px;
  height: 44px;
}

.footer-brand .wordmark {
  width: 136px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.site-footer nav a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  color: rgba(255, 245, 217, 0.7);
  font-weight: 750;
}

.site-footer nav a:hover,
.site-footer nav a:focus-visible {
  color: var(--green);
}

.icon-button {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-2);
  color: var(--ink);
}

.submission-dialog {
  width: min(760px, calc(100% - 32px));
  max-height: min(860px, calc(100vh - 36px));
  overflow: auto;
  padding: 28px;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-2);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.submission-dialog::backdrop {
  background: rgba(23, 19, 24, 0.76);
}

.dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
}

.submission-dialog h2 {
  margin: 0;
  max-width: calc(100% - 52px);
  font-family: Impact, "Arial Black", sans-serif;
  font-size: 2.25rem;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.submission-dialog p:not(.eyebrow) {
  color: var(--muted);
  font-weight: 650;
  line-height: 1.55;
}

.submission-dialog pre {
  max-height: 310px;
  overflow: auto;
  padding: 16px;
  border: 2px solid var(--line);
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--green);
  font-size: 0.8rem;
  line-height: 1.45;
}

.dialog-actions {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
}

.dialog-actions .button {
  width: 100%;
  min-width: 0;
  padding-inline: 12px;
}

.dialog-note {
  margin: 14px 0 0;
}

@media (max-width: 1160px) {
  :root {
    --section-pad: 64px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .hero-shell {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "art"
      "snapshot";
  }

  .hero-wordmark {
    max-width: min(520px, 100%);
  }

  .hero-lair-panel,
  .hero-lair-art {
    min-height: 430px;
  }

  .trust-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-rail div {
    border-bottom: 1px solid var(--soft-line);
  }

  .builder-layout,
  .proof-grid,
  .process-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .preview-panel,
  .order-summary {
    position: static;
  }
}

@media (max-width: 820px) {
  :root {
    --content: min(100% - 28px, 1220px);
    --section-pad: 54px;
  }

  .site-header {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px 14px 9px;
  }

  .brand-mark {
    width: 66px;
    height: 34px;
  }

  .wordmark {
    width: 126px;
  }

  .site-nav {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    gap: 4px;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0;
  }

  .site-nav a {
    min-width: max-content;
    min-height: 32px;
    flex: 0 0 auto;
    justify-content: center;
    padding-inline: 8px;
    font-size: 0.72rem;
    text-align: center;
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding-top: 22px;
  }

  .hero-content {
    padding-top: 12px;
  }

  .hero-wordmark {
    max-width: min(500px, 100%);
  }

  .hero-tag {
    font-size: 0.98rem;
    display: block;
    width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .hero-copy {
    overflow-wrap: anywhere;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-lair-panel,
  .hero-lair-art {
    min-height: 320px;
  }

  .mini-builder-head,
  .mini-control-pane {
    grid-template-columns: 1fr;
  }

  .mini-tools {
    display: none;
  }

  .trust-rail,
  .feature-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .trust-rail div {
    border-right: 0;
  }

  .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pricing-card {
    padding: 18px;
  }

  .process-grid,
  .faq-grid {
    gap: 28px;
  }

  .section-heading,
  .section-heading.align-left {
    text-align: left;
  }

  .section-heading h2 {
    font-size: 2.35rem;
  }

  .builder-layout {
    gap: 16px;
  }

  .preview-header,
  .summary-heading {
    flex-direction: column;
  }

  .shoe-stage {
    min-height: 300px;
    padding: 12px;
  }

  .shoe-raster {
    min-height: 280px;
  }

  .raster-logo .logo-badge {
    width: 62px;
    height: 40px;
    font-size: 0.58rem;
  }

  .preview-meta,
  .field-row,
  .color-grid {
    grid-template-columns: 1fr;
  }

  .preview-meta div {
    border-right: 0;
    border-bottom: 1px solid var(--soft-line);
  }

  .preview-meta div:last-child {
    border-bottom: 0;
  }

  .dialog-actions {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  :root {
    --content: min(100% - 22px, 1220px);
  }

  section[id],
  li[id],
  details[id],
  article[id],
  .poster-lower-band[id] {
    scroll-margin-top: 62px;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
  }

  .brand {
    gap: 8px;
  }

  .brand-mark {
    width: 56px;
    height: 30px;
  }

  .wordmark {
    width: 106px;
  }

  .site-nav {
    display: none;
  }

  .header-cta {
    display: inline-flex;
    min-height: 34px;
    padding-inline: 10px;
    font-size: 0.72rem;
  }

  .header-cta span {
    display: none;
  }

  .header-cta::after {
    content: "Build";
  }

  .hero-wordmark {
    max-width: min(330px, 100%);
  }

  .hero-copy,
  .section-heading p:not(.eyebrow) {
    font-size: 0.96rem;
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card {
    padding: 24px;
  }

  .speech-bubble {
    display: none;
  }

  .proof-stamp,
  .comfort-burst {
    font-size: 0.72rem;
  }

  .shoe-stage {
    min-height: 250px;
  }

  .shoe-raster {
    min-height: 230px;
  }

  .order-summary dl {
    grid-template-columns: 1fr;
  }

  .order-summary dd {
    padding-top: 3px;
    text-align: left;
  }

  .submission-dialog {
    width: min(100% - 18px, 760px);
    padding: 22px;
  }

  .footer-grid {
    gap: 22px;
  }

  .site-footer nav {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 18px;
  }

  .site-footer nav a {
    min-height: 34px;
    line-height: 1.15;
  }
}
