.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.marketing-store-fit {
  min-height: 100svh;
  background:
    radial-gradient(70% 72% at 8% 14%, rgba(237, 166, 72, 0.19), transparent 62%),
    radial-gradient(58% 65% at 100% 100%, rgba(95, 155, 150, 0.13), transparent 64%),
    var(--cream);
}

body.marketing-store-fit::before {
  position: fixed;
  z-index: -2;
  inset: 0;
  background-image: var(--grain);
  background-size: 140px 140px;
  content: "";
  mix-blend-mode: multiply;
  opacity: 0.055;
  pointer-events: none;
}

body.marketing-store-fit::after {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image: radial-gradient(rgba(107, 78, 61, 0.42) 0.8px, transparent 1px);
  background-size: 7px 7px;
  content: "";
  opacity: 0.27;
  -webkit-mask: linear-gradient(90deg, #000, transparent 42%, transparent 66%, #000);
  mask: linear-gradient(90deg, #000, transparent 42%, transparent 66%, #000);
  pointer-events: none;
}

body.marketing-store-fit .band.hang.fit-awning {
  position: relative;
  z-index: 5;
  top: auto;
  right: auto;
  left: auto;
  height: clamp(44px, 5.6vw, 76px);
  background: var(--campaign-awning-surface);
  box-shadow: none;
  filter: none;
  perspective: none;
  pointer-events: none;
}

body.marketing-store-fit .fit-awning.band.hang i {
  animation: none;
  border-radius: 0 0 999px 999px;
  backface-visibility: visible;
  transform: none;
  will-change: auto;
}

.fit-topbar {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  width: min(100%, 1360px);
  min-height: 78px;
  margin: 14px auto 0;
  padding: 0 clamp(20px, 4vw, 54px);
}

.fit-topbar .brand {
  justify-self: start;
  font-size: 1.55rem;
}

.fit-exit {
  justify-self: end;
  color: var(--forest);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.fit-exit:hover {
  color: var(--orange-ink);
}

.fit-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(540px, 1fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: center;
  width: min(100%, 1280px);
  min-height: calc(100svh - 118px);
  margin: 0 auto;
  padding: 24px clamp(24px, 5vw, 72px) clamp(52px, 7vw, 88px);
}

.fit-context {
  max-width: 460px;
}

.fit-context h1 {
  max-width: 9.5ch;
  margin: 1.15rem 0 1.25rem;
  color: var(--forest);
  font-family: "Chillax", "Chillax-fallback", sans-serif;
  font-size: clamp(3rem, 5.2vw, 5.15rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.fit-context h1 .serif {
  display: block;
  color: var(--orange-cta);
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-variation-settings: "opsz" 144, "WONK" 1;
  font-weight: 900;
}

.fit-context > p {
  max-width: 39ch;
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.68;
}

.fit-context-note {
  position: relative;
  margin-top: 2rem;
  padding: 1.2rem 1.3rem 1.2rem 3.5rem;
  color: var(--forest);
  background: rgba(255, 250, 240, 0.78);
  border: 1px solid rgba(62, 79, 54, 0.2);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.55;
}

.fit-context-note::before {
  position: absolute;
  top: 1.12rem;
  left: 1.15rem;
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  color: var(--cream);
  background: var(--green-cta);
  border-radius: 50%;
  content: "✓";
  font-weight: 800;
}

.fit-card {
  position: relative;
  width: 100%;
  max-width: 680px;
  min-height: 610px;
  margin-left: auto;
  overflow: hidden;
  background: var(--paper);
  border: 2px solid var(--forest);
  border-radius: 26px;
  box-shadow: 17px 17px 0 var(--gold), var(--shadow-float);
}

.fit-card::before {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0,
    transparent 31px,
    rgba(107, 78, 61, 0.085) 31px,
    rgba(107, 78, 61, 0.085) 32px
  );
  content: "";
  opacity: 0.55;
  pointer-events: none;
}

.fit-card::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 45px;
  width: 1px;
  background: rgba(203, 106, 86, 0.25);
  content: "";
  pointer-events: none;
}

.fit-progress {
  position: relative;
  z-index: 2;
  padding: 25px clamp(30px, 5vw, 46px) 15px clamp(58px, 7vw, 72px);
  background: transparent;
  border: 0;
}

.fit-progress-top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.68rem;
}

.fit-progress-title {
  display: flex;
  align-items: baseline;
  gap: 0.52rem;
}

.fit-progress-series {
  color: var(--orange-ink);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fit-progress-series::after {
  margin-left: 0.52rem;
  color: rgba(107, 78, 61, 0.42);
  content: "/";
}

.fit-progress-label {
  color: var(--forest);
  font-family: "Chillax", "Poppins", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: none;
}

.fit-progress-hint {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 600;
  font-style: italic;
}

.fit-segments {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
  min-height: 18px;
  padding: 0 5px;
}

.fit-segments::before {
  position: absolute;
  top: 50%;
  right: 11px;
  left: 11px;
  height: 2px;
  background: rgba(62, 79, 54, 0.28);
  content: "";
  transform: translateY(-50%);
}

.fit-segments i {
  position: relative;
  z-index: 1;
  justify-self: center;
  width: 12px;
  height: 12px;
  background: var(--paper);
  border: 2px solid rgba(62, 79, 54, 0.42);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--paper);
  transition:
    width 260ms var(--ease-out),
    height 260ms var(--ease-out),
    background-color 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}

.fit-segments i.done {
  background: var(--green-cta);
  border-color: var(--green-cta);
}

.fit-segments i.current {
  background: var(--orange);
  width: 15px;
  height: 15px;
  border-color: var(--forest);
  box-shadow:
    0 0 0 4px var(--paper),
    0 0 0 6px rgba(203, 106, 86, 0.22);
}

.fit-form {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 510px;
  flex-direction: column;
}

.fit-step {
  display: none;
  flex: 1;
  padding: clamp(28px, 5vw, 48px) clamp(28px, 6vw, 54px) 30px;
}

.fit-step.active {
  display: flex;
  flex-direction: column;
  animation: fit-step-in 360ms var(--ease-out) both;
}

@keyframes fit-step-in {
  from { opacity: 0; transform: translateX(14px); }
  to { opacity: 1; transform: none; }
}

.fit-step fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.fit-question {
  max-width: 18ch;
  margin: 0;
  color: var(--forest);
  font-family: "Chillax", "Chillax-fallback", sans-serif;
  font-size: clamp(1.85rem, 3.4vw, 2.65rem);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.fit-question-wide {
  max-width: 23ch;
}

.fit-support {
  max-width: 48ch;
  margin: 0.7rem 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.fit-options {
  display: grid;
  gap: 0.62rem;
  margin-top: 1.55rem;
}

.fit-option {
  position: relative;
  display: block;
  cursor: pointer;
}

.fit-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.fit-option-body {
  display: grid;
  grid-template-columns: 1fr 27px;
  gap: 1rem;
  align-items: center;
  min-height: 53px;
  padding: 0.72rem 0.9rem 0.72rem 1.05rem;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(107, 78, 61, 0.2);
  border-radius: 13px;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
  transition: transform 180ms var(--ease-out), border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.fit-option-body::after {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  color: transparent;
  border: 2px solid rgba(62, 79, 54, 0.42);
  border-radius: 50%;
  content: "✓";
  font-size: 0.68rem;
  font-weight: 900;
  transition: all 180ms ease;
}

.fit-option:hover .fit-option-body {
  border-color: rgba(62, 79, 54, 0.45);
  box-shadow: 0 8px 22px -20px rgba(42, 54, 34, 0.6);
  transform: translateX(3px);
}

.fit-option input:focus-visible + .fit-option-body {
  outline: 3px solid rgba(95, 155, 150, 0.48);
  outline-offset: 3px;
}

.fit-option input:checked + .fit-option-body {
  color: var(--forest);
  background: rgba(125, 150, 104, 0.13);
  border-color: var(--green-cta);
  box-shadow: inset 4px 0 0 var(--green-cta);
}

.fit-option input:checked + .fit-option-body::after {
  color: var(--cream);
  background: var(--green-cta);
  border-color: var(--green-cta);
}

.fit-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  margin-top: 1.45rem;
}

.fit-field {
  display: grid;
  gap: 0.4rem;
}

.fit-field.full {
  grid-column: 1 / -1;
}

.fit-field label {
  color: var(--forest);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fit-field input {
  width: 100%;
  height: 51px;
  padding: 0 0.95rem;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(107, 78, 61, 0.27);
  border-radius: 12px;
  font: 500 0.9rem/1 "Poppins", sans-serif;
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.fit-field input:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(95, 155, 150, 0.13);
}

.fit-field input[aria-invalid="true"] {
  border-color: var(--red);
}

.fit-error {
  min-height: 1.2em;
  margin-top: 0.55rem;
  color: #9f4435;
  font-size: 0.72rem;
  font-weight: 700;
}

.fit-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.fit-submit-fallback {
  display: inline-block;
  margin-top: 0.25rem;
  color: var(--forest);
  font-size: 0.7rem;
  font-weight: 700;
}

.fit-submit-fallback[hidden] {
  display: none;
}

.fit-privacy {
  margin: 0.85rem 0 0;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.5;
}

.fit-controls {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 1.6rem;
}

.fit-control {
  min-height: 48px;
  padding: 0.75rem 1.3rem;
  border: 0;
  border-radius: 999px;
  font: 700 0.88rem/1 "Poppins", sans-serif;
  cursor: pointer;
  transition: transform 180ms var(--ease-out), box-shadow 180ms ease, opacity 180ms ease;
}

.fit-control:hover {
  transform: translateY(-2px);
}

.fit-control:disabled {
  cursor: not-allowed;
  opacity: 0.42;
  transform: none;
}

.fit-control.back {
  margin-right: auto;
  color: var(--forest);
  background: transparent;
}

.fit-control.next {
  min-width: 132px;
  color: var(--cream);
  background: var(--green-cta);
  border-bottom: 4px solid var(--green-cta-edge);
}

.fit-control.next:hover {
  box-shadow: 0 14px 28px -18px rgba(62, 79, 54, 0.72);
}

.fit-control.next[aria-busy="true"] {
  opacity: 0.72;
  cursor: wait;
}

.fit-enter-hint {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 600;
}

/* Results */
.fit-result {
  justify-content: center;
  text-align: center;
}

.fit-result.active {
  align-items: center;
}

.fit-result-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin-bottom: 1.2rem;
  color: var(--cream);
  background: var(--green-cta);
  border: 4px solid var(--paper);
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--forest), 7px 7px 0 var(--gold);
  font-family: "Chillax", "Chillax-fallback", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  transform: rotate(-4deg);
}

.fit-result-kicker {
  color: var(--orange-ink);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.fit-result h2 {
  max-width: 15ch;
  margin: 0.55rem auto 0.8rem;
  color: var(--forest);
  font-family: "Chillax", "Chillax-fallback", sans-serif;
  font-size: clamp(2.2rem, 4.3vw, 3.35rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.fit-result-confirmation {
  margin: 0.5rem auto 0.65rem;
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.fit-result-copy {
  max-width: 48ch;
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.fit-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
  margin-top: 1.45rem;
}

.fit-result-actions a,
.fit-result-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.78rem 1.25rem;
  border-radius: 999px;
  font: 700 0.82rem/1.2 "Poppins", sans-serif;
  text-decoration: none;
  cursor: pointer;
}

.fit-result-actions .primary {
  color: var(--cream);
  background: var(--green-cta);
  border: 0;
  border-bottom: 4px solid var(--green-cta-edge);
}

.fit-result-actions .secondary {
  color: var(--orange-ink);
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(168, 80, 42, 0.34);
}

.fit-reference {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.67rem;
}

.fit-reference strong {
  color: var(--forest);
  letter-spacing: 0.08em;
}

.fit-restart {
  margin-top: 0.8rem;
  padding: 0.4rem;
  color: var(--muted);
  background: transparent;
  border: 0;
  font: 600 0.68rem/1 "Poppins", sans-serif;
  text-decoration: underline;
  cursor: pointer;
}

.fit-saved {
  position: fixed;
  z-index: 80;
  right: 20px;
  bottom: 20px;
  max-width: 300px;
  padding: 0.9rem 1rem;
  color: var(--cream);
  background: var(--forest-deep);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  box-shadow: var(--shadow-float);
  font-size: 0.75rem;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms var(--ease-out);
}

.fit-saved.show {
  opacity: 1;
  transform: none;
}

.fit-noscript {
  max-width: 560px;
  margin: 1rem auto;
  padding: 1rem;
  color: var(--forest);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  text-align: center;
}

@media (max-width: 1020px) {
  .fit-shell {
    grid-template-columns: 1fr;
    align-items: start;
    max-width: 760px;
    min-height: auto;
  }

  .fit-context {
    max-width: 650px;
  }

  .fit-context h1 {
    max-width: 13ch;
    font-size: clamp(2.8rem, 8vw, 4.5rem);
  }

  .fit-context h1 .serif {
    display: inline;
  }

  .fit-context > p {
    max-width: 58ch;
  }

  .fit-context-note {
    display: none;
  }

  .fit-card {
    max-width: none;
    min-height: 590px;
    margin: 0;
  }
}

@media (max-width: 640px) {
  body.marketing-store-fit::after {
    opacity: 0.15;
  }

  .fit-topbar {
    grid-template-columns: 1fr auto;
    min-height: 62px;
    margin-top: 10px;
    padding: 0 20px;
  }

  .fit-topbar .brand {
    font-size: 1.35rem;
  }

  .fit-shell {
    display: block;
    padding: 10px 14px 28px;
  }

  .fit-context {
    padding: 10px 10px 24px;
  }

  .fit-context .launch-kicker {
    padding: 0.48rem 0.72rem;
    font-size: 0.63rem;
  }

  .fit-context h1 {
    max-width: 10.5ch;
    margin: 0.8rem 0 0.65rem;
    font-size: clamp(2.55rem, 12.5vw, 3.7rem);
  }

  .fit-context h1 .serif {
    display: block;
  }

  .fit-context > p {
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .fit-card {
    min-height: calc(100svh - 250px);
    border-radius: 20px;
    box-shadow: 8px 8px 0 var(--gold);
  }

  .fit-card::after {
    left: 23px;
  }

  .fit-progress {
    padding: 18px 20px 14px 34px;
  }

  .fit-progress-hint {
    display: none;
  }

  .fit-progress-title {
    gap: 0.36rem;
  }

  .fit-progress-series::after {
    margin-left: 0.36rem;
  }

  .fit-form {
    min-height: 520px;
  }

  .fit-step {
    padding: 26px 22px 24px 34px;
  }

  .fit-question {
    font-size: clamp(1.65rem, 8.3vw, 2.2rem);
  }

  .fit-options {
    gap: 0.52rem;
    margin-top: 1.25rem;
  }

  .fit-option-body {
    min-height: 50px;
    padding: 0.65rem 0.75rem 0.65rem 0.9rem;
    font-size: 0.8rem;
  }

  .fit-fields {
    grid-template-columns: 1fr;
  }

  .fit-field.full {
    grid-column: auto;
  }

  .fit-fields .fit-field:last-child {
    display: none;
  }

  .fit-controls {
    position: sticky;
    bottom: 0;
    padding-top: 1.2rem;
    background: linear-gradient(transparent, var(--paper) 22%);
  }

  .fit-enter-hint {
    display: none;
  }

  .fit-control {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .fit-control.next {
    min-width: 116px;
  }

  .fit-result-actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .fit-result-actions a,
  .fit-result-actions button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fit-step.active {
    animation: none;
  }
}
