@font-face {
  font-family: "Barlow";
  src: url("./fonts/barlow-400.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("./fonts/barlow-condensed-600.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Barlow Condensed";
  src: url("./fonts/barlow-condensed-700.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

:root {
  --chalk: #edeae0;
  --chalk-hot: #f6f2e8;
  --ink: #26251f;
  --ink-deep: #191814;
  --brick: #96402c;
  --brick-dark: #743021;
  --brick-pale: #dfc4b7;
  --rule: rgba(38, 37, 31, 0.24);
  --soft-ink: rgba(38, 37, 31, 0.76);
  --cond: "Barlow Condensed", "Arial Narrow", sans-serif;
  --sans: "Barlow", Arial, sans-serif;
  --page: min(1480px, calc(100vw - 56px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--chalk);
}

body {
  margin: 0;
  background: var(--chalk);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  width: 18vw;
  height: 42vh;
  min-width: 180px;
  content: "";
  background: rgba(150, 64, 44, 0.08);
  clip-path: polygon(34% 0, 100% 0, 100% 100%, 0 58%);
}

::selection {
  background: rgba(150, 64, 44, 0.25);
}

a {
  color: inherit;
  text-underline-offset: 0.22em;
  text-decoration-thickness: 1px;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--brick);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--chalk-hot);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px max(28px, calc((100vw - 1480px) / 2));
  border-bottom: 3px solid var(--ink);
  background: rgba(237, 234, 224, 0.94);
  backdrop-filter: blur(12px);
}

.wordmark {
  font-family: var(--cond);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1;
  text-decoration: none;
}

.wordmark span {
  color: var(--brick);
}

.site-header nav,
footer nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-header nav a {
  font-family: var(--cond);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-header nav a:not(.header-action):hover {
  color: var(--brick);
}

.header-action {
  padding: 8px 18px 9px;
  background: var(--brick);
  color: var(--chalk-hot);
  transition: background-color 160ms cubic-bezier(0.23, 1, 0.32, 1), transform 120ms cubic-bezier(0.23, 1, 0.32, 1);
}

.header-action:hover {
  background: var(--brick-dark);
}

.header-action:active {
  transform: scale(0.97);
}

.opening {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(560px, 1.08fr);
  gap: clamp(36px, 5vw, 90px);
  align-items: center;
  width: var(--page);
  min-height: calc(100vh - 74px);
  margin: 0 auto;
  padding: 72px 0 84px;
}

.offer-copy {
  max-width: 690px;
}

.edition-mark,
.section-label,
.order-label,
.station {
  margin: 0 0 18px;
  color: var(--brick);
  font-family: var(--cond);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.19em;
  line-height: 1.2;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2,
h3 {
  font-family: var(--cond);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(60px, 7.1vw, 96px);
  line-height: 0.88;
}

h1 em {
  color: var(--brick);
  font-style: normal;
}

.lede {
  max-width: 60ch;
  margin: 34px 0 0;
  color: var(--soft-ink);
  font-size: clamp(19px, 1.5vw, 23px);
  line-height: 1.48;
}

.price-line {
  display: flex;
  gap: 18px;
  align-items: center;
  width: max-content;
  margin: 42px 0 30px;
  padding: 14px 22px 12px 18px;
  border: 3px solid var(--ink);
  background: var(--chalk-hot);
  box-shadow: 8px 8px 0 var(--brick);
  transform: rotate(-1.4deg);
}

.price-line strong {
  font-family: var(--cond);
  font-size: 52px;
  font-weight: 700;
  line-height: 0.8;
}

.price-line span {
  padding-left: 17px;
  border-left: 1px solid var(--rule);
  font-family: var(--cond);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.1;
  text-transform: uppercase;
}

.offer-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.offer-facts div {
  padding: 15px 12px 15px 0;
}

.offer-facts div + div {
  padding-left: 16px;
  border-left: 1px solid var(--rule);
}

.offer-facts dt {
  margin-bottom: 3px;
  color: var(--brick);
  font-family: var(--cond);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.offer-facts dd {
  margin: 0;
  font-family: var(--cond);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.price-clarity {
  max-width: 68ch;
  margin: 18px 0 0;
  color: rgba(38, 37, 31, 0.68);
  font-size: 13px;
  line-height: 1.5;
}

.offer-ladder {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}

.offer-ladder p {
  margin: 0;
  padding: 10px 12px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  color: var(--soft-ink);
  font-family: var(--cond);
  font-size: 13px;
  line-height: 1.3;
}

.offer-ladder p:first-child {
  background: var(--ink);
  color: var(--chalk-hot);
}

.work-order {
  position: relative;
  padding: clamp(24px, 3.2vw, 46px);
  border: 3px solid var(--ink);
  border-radius: 2px;
  background: var(--chalk-hot);
  box-shadow: 14px 14px 0 rgba(38, 37, 31, 0.16), 22px 22px 0 rgba(150, 64, 44, 0.12);
}

.work-order::after {
  position: absolute;
  top: -3px;
  right: -3px;
  width: 42px;
  height: 42px;
  border-bottom: 3px solid var(--ink);
  border-left: 3px solid var(--ink);
  content: "";
  background: var(--chalk);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}

.order-head {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 34px;
}

.order-label {
  margin-bottom: 6px;
}

.order-head h2 {
  margin: 0;
  font-size: clamp(31px, 3.1vw, 46px);
  line-height: 0.95;
}

.order-number {
  flex: 0 0 auto;
  margin: 2px 0 0;
  font-family: var(--cond);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.order-progress {
  height: 6px;
  margin-top: 27px;
  overflow: hidden;
  background: rgba(38, 37, 31, 0.14);
}

.order-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--brick);
  transform: scaleX(0.04);
  transform-origin: left;
  transition: transform 240ms cubic-bezier(0.23, 1, 0.32, 1);
}

.progress-copy {
  margin: 8px 0 27px;
  color: rgba(38, 37, 31, 0.65);
  font-family: var(--cond);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.agent-note {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 18px;
  padding: 21px 0;
  border-top: 2px solid var(--ink);
  border-bottom: 1px solid var(--rule);
}

.agent-note p {
  margin: 0;
  color: var(--soft-ink);
  line-height: 1.5;
}

.agent-name {
  color: var(--brick);
  font-family: var(--cond);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.25;
}

.field-label,
#question-label {
  display: block;
  margin: 24px 0 7px;
  font-family: var(--cond);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.email-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.email-row input[type="email"],
textarea {
  width: 100%;
  border: 2px solid var(--ink);
  border-radius: 0;
  background: #fffdf7;
  color: var(--ink);
}

.email-row input[type="email"] {
  min-height: 54px;
  padding: 11px 14px;
  border-right: 0;
}

textarea {
  min-height: 126px;
  padding: 14px 15px;
  line-height: 1.5;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: rgba(38, 37, 31, 0.7);
}

.email-row button,
.answer-actions button,
.finish-button,
.upload-action {
  border: 2px solid var(--brick);
  border-radius: 0;
  background: var(--brick);
  color: #fffaf0;
  cursor: pointer;
  font-family: var(--cond);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background-color 160ms cubic-bezier(0.23, 1, 0.32, 1),
    border-color 160ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 120ms cubic-bezier(0.23, 1, 0.32, 1);
}

.email-row button {
  min-height: 54px;
  padding: 10px 18px;
}

.email-row button:hover,
.answer-actions button:hover,
.finish-button:hover,
.upload-action:hover {
  border-color: var(--brick-dark);
  background: var(--brick-dark);
}

.email-row button:active,
.answer-actions button:active,
.finish-button:active,
.upload-action:active {
  transform: scale(0.97);
}

button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.consent-line,
.authorise-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 14px;
  color: rgba(38, 37, 31, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin: 1px 0 0;
  accent-color: var(--brick);
}

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

.transcript {
  display: grid;
  gap: 12px;
  max-height: 220px;
  overflow-y: auto;
  margin: 4px 0 18px;
  padding-right: 8px;
}

.transcript-entry {
  display: grid;
  grid-template-columns: 86px 1fr auto;
  gap: 13px;
  align-items: baseline;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--rule);
}

.transcript-entry span {
  color: var(--brick);
  font-family: var(--cond);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.transcript-entry p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.transcript-entry button {
  min-width: 44px;
  min-height: 44px;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: none;
  color: var(--soft-ink);
  cursor: pointer;
  font-family: var(--cond);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transition: transform 120ms cubic-bezier(0.23, 1, 0.32, 1);
}

.transcript-entry button:active {
  transform: scale(0.97);
}

.answer-form {
  padding-top: 2px;
  border-top: 2px solid var(--ink);
}

.question-kicker {
  margin: 20px 0 0;
  color: var(--brick);
  font-family: var(--cond);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.question-intro {
  max-width: 62ch;
  margin: -2px 0 18px;
  color: var(--soft-ink);
  font-size: 14px;
  line-height: 1.5;
}

#question-label {
  max-width: 44ch;
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 20px;
  letter-spacing: -0.005em;
  line-height: 1.15;
  text-transform: none;
}

.question-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 18px;
}

.optional-fields {
  grid-column: 1 / -1;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.optional-fields > summary {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: var(--soft-ink);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.3;
  text-transform: none;
}

.optional-fields > summary::after {
  float: none;
  margin-left: 18px;
}

.optional-fields-body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 18px;
  padding: 4px 0 18px;
}

.wiki-field {
  min-width: 0;
}

.wiki-field--wide {
  grid-column: 1 / -1;
}

.wiki-field label,
.logo-generator legend {
  display: block;
  margin: 0 0 6px;
  font-family: var(--cond);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.wiki-field input,
.wiki-field select,
.wiki-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 2px solid var(--ink);
  border-radius: 0;
  background: #fffdf7;
  color: var(--ink);
}

.wiki-field textarea {
  min-height: 98px;
}

.logo-generator {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.logo-generator legend {
  grid-column: 1 / -1;
  padding: 0;
}

.logo-option {
  position: relative;
  display: grid;
  min-height: 128px;
  padding: 11px;
  border: 2px solid var(--rule);
  background: #fffdf7;
  cursor: pointer;
  transition: border-color 160ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 160ms cubic-bezier(0.23, 1, 0.32, 1), transform 120ms cubic-bezier(0.23, 1, 0.32, 1);
}

.logo-option:active {
  transform: scale(0.98);
}

.logo-option:has(input:checked) {
  border-color: var(--brick);
  box-shadow: 5px 5px 0 rgba(150, 64, 44, 0.18);
}

.logo-option input {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 18px;
  height: 18px;
  accent-color: var(--brick);
}

.logo-sample {
  align-self: center;
  overflow-wrap: anywhere;
  font-family: var(--cond);
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.95;
  text-transform: uppercase;
}

.logo-option--monogram .logo-sample {
  justify-self: center;
  padding: 12px;
  border: 3px solid currentColor;
  font-size: 34px;
}

.logo-option--trade_badge .logo-sample {
  padding: 13px 7px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  font-size: 17px;
  text-align: center;
}

.logo-option strong {
  align-self: end;
  color: var(--brick);
  font-family: var(--cond);
  font-size: 12px;
  text-transform: uppercase;
}

.logo-generator > p {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  color: var(--soft-ink);
  font-size: 12px;
  line-height: 1.4;
}

.answer-actions {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.answer-actions p {
  max-width: 32ch;
  margin: 0;
  color: rgba(38, 37, 31, 0.64);
  font-size: 12px;
  line-height: 1.4;
}

.answer-actions button {
  padding: 10px 15px;
}

.choice-row {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  padding: 17px 0;
  border-bottom: 1px solid var(--rule);
  cursor: pointer;
}

.brief-review {
  margin: 22px 0 4px;
  border-top: 2px solid var(--ink);
}

.brief-review-head {
  display: flex;
  gap: 18px;
  align-items: baseline;
  justify-content: space-between;
  padding: 17px 0 12px;
}

.review-label {
  margin: 0;
  color: var(--brick);
  font-family: var(--cond);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.brief-review-head h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1;
}

.brief-review-list {
  border-bottom: 1px solid var(--rule);
}

.brief-review-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
  padding: 13px 0;
  border-top: 1px solid var(--rule);
}

.brief-review-item strong {
  display: block;
  font-family: var(--cond);
  font-size: 13px;
  line-height: 1.25;
}

.brief-review-item p {
  margin: 5px 0 0;
  overflow-wrap: anywhere;
  color: var(--soft-ink);
  font-size: 13px;
  line-height: 1.4;
  white-space: pre-wrap;
}

.brief-review-item button {
  min-width: 44px;
  min-height: 44px;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--brick);
  cursor: pointer;
  font-family: var(--cond);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition: transform 120ms cubic-bezier(0.23, 1, 0.32, 1);
}

.brief-review-item button:active {
  transform: scale(0.97);
}

.choice-row strong,
.choice-row small {
  display: block;
}

.choice-row strong {
  font-family: var(--cond);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.choice-row small {
  margin-top: 3px;
  color: rgba(38, 37, 31, 0.65);
  font-size: 13px;
}

.finish-button {
  width: 100%;
  margin-top: 18px;
  padding: 13px 18px;
}

.success-state {
  padding: 25px 0 10px;
  border-top: 3px solid var(--ink);
  animation: dossier-arm 560ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.success-mark {
  display: inline-block;
  margin: 0 0 20px;
  padding: 7px 11px 5px;
  border: 3px solid var(--brick);
  color: var(--brick);
  font-family: var(--cond);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  transform: rotate(-2deg);
}

.success-state h3 {
  margin: 0;
  font-size: 38px;
  line-height: 1;
}

.success-state > p:not(.success-mark) {
  margin: 14px 0;
  color: var(--soft-ink);
}

.upload-action {
  display: inline-block;
  margin: 8px 0;
  padding: 11px 16px;
}

.success-note {
  font-size: 13px;
}

.form-error {
  margin: 14px 0 0;
  padding: 10px 12px;
  border: 2px solid var(--brick);
  background: rgba(150, 64, 44, 0.07);
  color: var(--brick-dark);
  font-size: 14px;
  line-height: 1.4;
}

.team-ledger {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 30px 0 0;
  padding: 0;
  border-top: 2px solid var(--ink);
  list-style: none;
}

.team-ledger li {
  min-width: 0;
  padding: 13px 10px 0 0;
}

.team-ledger li + li {
  padding-left: 10px;
  border-left: 1px solid var(--rule);
}

.team-ledger span,
.team-ledger strong,
.team-ledger small {
  display: block;
}

.team-ledger span {
  color: var(--brick);
  font-family: var(--cond);
  font-size: 12px;
  font-weight: 700;
}

.team-ledger strong {
  overflow: hidden;
  font-family: var(--cond);
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.team-ledger small {
  color: rgba(38, 37, 31, 0.58);
  font-size: 10px;
  line-height: 1.25;
}

.session-open .team-ledger li {
  animation: station-arm 360ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.session-open .team-ledger li:nth-child(2) { animation-delay: 90ms; }
.session-open .team-ledger li:nth-child(3) { animation-delay: 180ms; }
.session-open .team-ledger li:nth-child(4) { animation-delay: 270ms; }

@keyframes station-arm {
  from { clip-path: inset(0 100% 0 0); }
  to { clip-path: inset(0 0 0 0); }
}

@keyframes dossier-arm {
  from { clip-path: inset(0 0 100% 0); }
  to { clip-path: inset(0 0 0 0); }
}

.included,
.editorial-run,
.proof,
.faq {
  width: var(--page);
  margin: 0 auto;
  padding: 118px 0;
  border-top: 3px solid var(--ink);
}

.included {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(48px, 7vw, 120px);
}

.section-intro {
  position: sticky;
  top: 120px;
  align-self: start;
}

.section-intro h2,
.run-copy h2,
.proof h2,
.faq h2,
.hosting-band h2,
.closing h2 {
  margin: 0;
  font-size: clamp(43px, 5.4vw, 76px);
  line-height: 0.93;
}

.section-intro > p:last-child,
.run-copy > p:last-child {
  max-width: 48ch;
  margin: 26px 0 0;
  color: var(--soft-ink);
}

.production-table {
  border-top: 3px solid var(--ink);
}

.production-table article {
  display: grid;
  grid-template-columns: 112px minmax(170px, 0.65fr) minmax(260px, 1fr);
  gap: 26px;
  padding: 30px 0;
  border-bottom: 1px solid var(--rule);
}

.production-table .station {
  margin: 6px 0 0;
}

.production-table h3 {
  margin: 0;
  font-size: 32px;
  line-height: 1;
}

.production-table article > p:not(.station) {
  margin: 0;
  color: var(--soft-ink);
}

.production-table .output {
  grid-column: 3;
  padding-top: 13px;
  border-top: 1px solid var(--rule);
  font-size: 14px;
}

.output span {
  margin-right: 8px;
  color: var(--brick);
  font-family: var(--cond);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editorial-run {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 70px;
}

.week-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-self: end;
  margin: 0;
  padding: 0;
  border-top: 3px solid var(--ink);
  border-left: 1px solid var(--rule);
  list-style: none;
}

.week-strip li {
  min-height: 104px;
  padding: 13px 11px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.week-strip span,
.week-strip b {
  display: block;
}

.week-strip span {
  color: var(--brick);
  font-family: var(--cond);
  font-size: 14px;
  font-weight: 700;
}

.week-strip b {
  margin-top: 26px;
  font-family: var(--cond);
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.illustration-note {
  grid-column: 2;
  margin: -48px 0 0;
  color: rgba(38, 37, 31, 0.6);
  font-size: 12px;
}

.hosting-band {
  display: grid;
  grid-template-columns: 0.55fr 1.15fr auto;
  gap: 56px;
  align-items: center;
  padding: 76px max(28px, calc((100vw - 1480px) / 2));
  background: var(--ink);
  color: var(--chalk-hot);
}

.hosting-price {
  margin: 0 0 12px;
  color: var(--chalk-hot);
  font-family: var(--cond);
  font-size: clamp(58px, 6vw, 88px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.8;
}

.hosting-price span {
  font-size: 19px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hosting-band .section-label {
  color: var(--brick-pale);
}

.hosting-band h2 {
  font-size: clamp(38px, 4.3vw, 62px);
}

.hosting-band p:not(.hosting-price, .section-label) {
  max-width: 65ch;
  margin: 23px 0 0;
  color: rgba(246, 242, 232, 0.74);
}

.hosting-band > a,
.closing > a {
  padding-bottom: 5px;
  border-bottom: 3px solid var(--brick);
  color: var(--chalk-hot);
  font-family: var(--cond);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.proof {
  display: grid;
  grid-template-columns: 0.34fr 0.8fr 0.86fr;
  gap: 48px;
  align-items: start;
}

.proof-index {
  color: rgba(38, 37, 31, 0.18);
  font-family: var(--cond);
  font-size: clamp(70px, 8vw, 120px);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 0.8;
  writing-mode: vertical-rl;
}

.proof h2 {
  font-size: clamp(42px, 5vw, 70px);
}

.proof-body {
  padding-top: 34px;
  border-top: 3px solid var(--ink);
}

.proof-body p {
  margin: 0 0 28px;
  color: var(--soft-ink);
}

.proof-body a {
  color: var(--brick);
  font-family: var(--cond);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.faq {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: 80px;
}

.faq-list {
  border-top: 3px solid var(--ink);
}

details {
  border-bottom: 1px solid var(--rule);
}

summary {
  padding: 24px 38px 22px 0;
  cursor: pointer;
  font-family: var(--cond);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  list-style: none;
  text-transform: uppercase;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  float: right;
  color: var(--brick);
  content: "+";
}

details[open] summary::after {
  content: "−";
}

details p {
  max-width: 68ch;
  margin: -5px 0 25px;
  color: var(--soft-ink);
}

.closing {
  padding: 110px max(28px, calc((100vw - 1480px) / 2));
  background: var(--brick);
  color: var(--chalk-hot);
  text-align: center;
}

.closing .section-label {
  color: #f0d8cc;
}

.closing h2 {
  max-width: 15ch;
  margin: 0 auto;
  font-size: clamp(52px, 7vw, 92px);
}

.closing > a {
  display: inline-block;
  margin: 42px 0 15px;
  padding: 13px 22px 11px;
  border: 3px solid var(--chalk-hot);
  background: var(--ink);
}

.closing > p:last-child {
  margin: 0;
  color: rgba(246, 242, 232, 0.78);
  font-size: 14px;
}

footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 36px;
  align-items: center;
  padding: 28px max(28px, calc((100vw - 1480px) / 2));
  background: var(--ink-deep);
  color: var(--chalk-hot);
}

footer p {
  margin: 0;
  color: rgba(246, 242, 232, 0.58);
  font-size: 13px;
}

footer nav {
  gap: 20px;
}

footer nav a {
  color: rgba(246, 242, 232, 0.72);
  font-size: 13px;
}

[hidden] {
  display: none !important;
}

@media (max-width: 1120px) {
  :root {
    --page: calc(100vw - 40px);
  }

  .opening {
    grid-template-columns: 1fr;
    max-width: 880px;
    padding-top: 56px;
  }

  .offer-copy {
    max-width: 760px;
  }

  h1 {
    max-width: 13ch;
  }

  .included,
  .editorial-run,
  .faq {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .section-intro {
    position: static;
  }

  .illustration-note {
    grid-column: 1;
    margin-top: -32px;
  }

  .hosting-band {
    grid-template-columns: 0.65fr 1.35fr;
  }

  .hosting-band > a {
    grid-column: 2;
    justify-self: start;
  }

  .proof {
    grid-template-columns: 0.25fr 0.9fr 1fr;
  }
}

@media (max-width: 760px) {
  :root {
    --page: calc(100vw - 28px);
  }

  body {
    font-size: 16px;
  }

  .site-header {
    padding: 13px 14px;
  }

  .site-header nav {
    gap: 10px;
  }

  .site-header nav a:not(.header-action) {
    display: none;
  }

  .opening {
    min-height: 0;
    padding: 48px 0 72px;
  }

  h1 {
    font-size: clamp(52px, 17vw, 74px);
  }

  .lede {
    margin-top: 26px;
    font-size: 18px;
  }

  .price-line {
    margin-top: 32px;
  }

  .price-line strong {
    font-size: 46px;
  }

  .offer-facts {
    grid-template-columns: 1fr;
  }

  .offer-facts div + div {
    padding-left: 0;
    border-top: 1px solid var(--rule);
    border-left: 0;
  }

  .offer-ladder {
    grid-template-columns: 1fr;
  }

  .work-order {
    padding: 22px 17px;
    box-shadow: 8px 8px 0 rgba(38, 37, 31, 0.16), 13px 13px 0 rgba(150, 64, 44, 0.12);
  }

  .order-head {
    display: block;
  }

  .order-number {
    margin-top: 12px;
  }

  .agent-note {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .email-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .email-row input[type="email"] {
    border-right: 2px solid var(--ink);
  }

  .question-fields,
  .optional-fields-body,
  .logo-generator {
    grid-template-columns: 1fr;
  }

  .wiki-field--wide,
  .logo-generator legend,
  .logo-generator > p {
    grid-column: 1;
  }

  .answer-actions {
    display: grid;
  }

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

  .brief-review-head {
    display: block;
  }

  .brief-review-head h3 {
    margin-top: 5px;
  }

  .brief-review-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .brief-review-item button {
    justify-self: start;
  }

  .transcript-entry {
    grid-template-columns: 64px 1fr;
  }

  .transcript-entry button {
    grid-column: 2;
    justify-self: start;
  }

  .team-ledger {
    grid-template-columns: 1fr 1fr;
  }

  .team-ledger li:nth-child(3) {
    padding-left: 0;
    border-top: 1px solid var(--rule);
    border-left: 0;
  }

  .team-ledger li:nth-child(4) {
    border-top: 1px solid var(--rule);
  }

  .included,
  .editorial-run,
  .proof,
  .faq {
    padding: 80px 0;
  }

  .production-table article {
    grid-template-columns: 76px 1fr;
    gap: 14px;
  }

  .production-table article > p:not(.station) {
    grid-column: 2;
  }

  .production-table .output {
    grid-column: 2;
  }

  .week-strip {
    grid-template-columns: repeat(3, 1fr);
  }

  .week-strip li {
    min-height: 86px;
  }

  .week-strip b {
    margin-top: 14px;
  }

  .hosting-band {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 70px 20px;
  }

  .hosting-band > a {
    grid-column: 1;
  }

  .proof {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .proof-index {
    font-size: 66px;
    writing-mode: horizontal-tb;
  }

  .faq {
    gap: 42px;
  }

  summary {
    font-size: 21px;
  }

  footer {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 20px;
  }

  footer nav {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
