:root {
  --ink: #152126;
  --ink-soft: #263439;
  --night: #11191c;
  --paper: #f3f1ea;
  --paper-deep: #e5e1d7;
  --white: #ffffff;
  --orange: #dd6327;
  --orange-dark: #b94919;
  --cyan: #4aa1ad;
  --burgundy: #7c2d39;
  --green: #386653;
  --muted: #687479;
  --line: #b5bdbd;
  --shadow: 0 18px 46px rgba(8, 14, 16, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.is-locked {
  overflow: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

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

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

.site-header {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  background: rgba(17, 25, 28, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  background: var(--orange);
  color: var(--white);
  font-family: "Courier New", monospace;
  font-size: 13px;
  font-weight: 700;
}

.header-buy {
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 5px;
  background: var(--white);
  color: var(--ink);
  padding: 0 12px;
  font-weight: 700;
  cursor: pointer;
}

.header-buy span {
  color: var(--orange-dark);
}

.hero {
  position: relative;
  height: 88svh;
  min-height: 540px;
  max-height: 820px;
  color: var(--white);
  overflow: hidden;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  object-position: center 42%;
}

.hero-shade {
  background: rgba(8, 14, 16, 0.62);
}

.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 92px 18px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.eyebrow {
  margin: 0 0 12px;
  color: #f2a77f;
  font-family: "Courier New", monospace;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--orange-dark);
}

.hero h1,
.section h2,
.modes-section h2,
.price-section h2,
.final-cta h2,
.order-dialog h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.03;
  letter-spacing: 0;
}

.hero h1 {
  font-size: 39px;
  max-width: 540px;
}

.hero-copy {
  max-width: 620px;
  margin: 14px 0 0;
  color: #edf0ef;
  font-size: 15px;
  line-height: 1.45;
}

.hero-price {
  margin-top: 16px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.hero-price strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  color: #ffb384;
}

.hero-price span {
  color: #d9dede;
  font-size: 13px;
}

.hero-actions {
  width: 100%;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

.button {
  min-height: 50px;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.button:active {
  transform: translateY(1px);
}

.button-primary {
  background: var(--orange);
  color: var(--white);
  border-color: var(--orange);
}

.button-primary:hover {
  background: var(--orange-dark);
  border-color: var(--orange-dark);
}

.button-ghost {
  background: rgba(17, 25, 28, 0.72);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.4);
}

.button-ghost:hover {
  background: var(--white);
  color: var(--ink);
  border-color: var(--white);
}

.button-wide {
  width: 100%;
}

.hero-facts {
  margin: 18px 0 0;
  padding: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-facts li {
  min-width: 0;
  padding: 12px 8px 0 0;
  display: flex;
  flex-direction: column;
}

.hero-facts strong {
  font-size: 17px;
}

.hero-facts span {
  color: #c9d0d0;
  font-size: 11px;
}

.proof-strip {
  overflow: hidden;
  background: var(--orange);
  color: var(--white);
}

.proof-track {
  width: min(100%, 1160px);
  margin: 0 auto;
  padding: 12px 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px;
  font-family: "Courier New", monospace;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}

.proof-track span::before {
  content: "•";
  margin-right: 6px;
  color: var(--night);
}

.together-section {
  background: var(--night);
  color: var(--white);
}

.together-section > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center 43%;
}

.together-copy {
  max-width: 720px;
  margin: 0 auto;
  padding: 52px 18px 64px;
}

.together-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  line-height: 1.06;
}

.together-copy > p:not(.eyebrow) {
  margin: 18px 0 0;
  color: #c7d0d0;
}

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

.together-points li {
  padding-left: 16px;
  display: grid;
  gap: 2px;
  border-left: 3px solid var(--orange);
}

.together-points strong {
  font-size: 14px;
}

.together-points span {
  color: #aeb9ba;
  font-size: 12px;
}

.section {
  padding: 72px 18px;
}

.section-head {
  max-width: 740px;
  margin: 0 auto 34px;
}

.section-head h2,
.challenge-section h2,
.teaser-section h2,
.modes-section h2,
.price-section h2,
.final-cta h2 {
  font-size: 36px;
}

.section-head > p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
}

.section-head.light,
.section-head.light > p:last-child {
  color: #dce1e0;
}

.case-scroller {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.case-card {
  min-width: 0;
  background: var(--white);
  border: 1px solid #cfd4d3;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(21, 33, 38, 0.08);
}

.case-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  object-position: top center;
  background: var(--ink);
}

.case-card-body {
  padding: 12px;
}

.case-meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2px;
  color: var(--orange-dark);
  font-family: "Courier New", monospace;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.case-card h3,
.mode-copy h3,
.steps-list h3 {
  margin: 12px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.14;
}

.case-card p {
  margin: 0;
  color: var(--muted);
  display: -webkit-box;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.section-cta {
  max-width: 920px;
  margin: 24px auto 0;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.section-cta p {
  margin: 0 0 16px;
}

.fragments-section {
  background: var(--ink);
  color: var(--white);
}

.fragment-tabs {
  max-width: 880px;
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.fragment-tab {
  min-width: 0;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid #5b686b;
  border-radius: 5px;
  background: transparent;
  color: #d8dedd;
  font-weight: 700;
  cursor: pointer;
}

.fragment-tab.is-active {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
}

.fragment-stage {
  width: min(100%, 540px);
  margin: 0 auto;
}

.fragment-stage img {
  width: 100%;
  max-height: 660px;
  object-fit: contain;
  object-position: center top;
  background: #0b1113;
  box-shadow: var(--shadow);
}

.fragment-stage figcaption {
  padding: 12px 0 0;
  color: #aeb8b9;
  font-family: "Courier New", monospace;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
}

.challenge-section {
  background: var(--paper-deep);
}

.challenge-copy,
.challenge-options,
.challenge-result {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.challenge-copy > p:not(.eyebrow):not(.challenge-question) {
  color: #4c5a60;
}

.challenge-question {
  margin: 24px 0 14px;
  font-weight: 700;
}

.challenge-options {
  display: grid;
  gap: 10px;
}

.challenge-options button {
  min-height: 52px;
  padding: 10px 14px;
  border: 1px solid #9da8aa;
  border-radius: 5px;
  background: var(--white);
  color: var(--ink);
  text-align: left;
  font-weight: 700;
  cursor: pointer;
}

.challenge-options button:hover,
.challenge-options button:focus-visible {
  border-color: var(--cyan);
}

.challenge-options button.is-correct {
  border-color: var(--green);
  background: #e4efe9;
}

.challenge-options button.is-wrong {
  border-color: var(--burgundy);
  background: #f3e5e6;
}

.challenge-result {
  min-height: 30px;
  margin-top: 16px;
  color: var(--green);
  font-weight: 700;
}

.teaser-section {
  background: var(--night);
  color: var(--white);
}

.teaser-media {
  width: min(100%, 390px);
  margin: 0 auto 40px;
}

.teaser-media video {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #080d0f;
  border: 1px solid #455256;
  border-radius: 7px;
  box-shadow: var(--shadow);
}

.teaser-copy {
  max-width: 560px;
  margin: 0 auto;
}

.teaser-copy > p:not(.eyebrow) {
  color: #c4cccb;
}

.feature-list,
.offer-notes {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  padding: 10px 0;
  border-bottom: 1px solid #344145;
  display: flex;
  gap: 12px;
}

.feature-list span {
  color: var(--orange);
  font-weight: 700;
}

.modes-section {
  padding: 72px 0 0;
}

.modes-section > .section-head {
  padding: 0 18px;
}

.mode-band {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.mode-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.print-mode img {
  object-position: center 50%;
}

.digital-mode img {
  object-position: center 42%;
}

.mode-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 16, 18, 0.58);
}

.mode-copy {
  position: relative;
  z-index: 2;
  min-height: 620px;
  padding: 54px 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--white);
}

.mode-index {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: var(--orange);
  font-family: "Courier New", monospace;
  font-size: 12px;
  font-weight: 700;
}

.mode-copy h3 {
  font-size: 30px;
}

.mode-copy p {
  max-width: 540px;
  margin: 0;
  color: #e2e6e5;
}

.steps-list {
  max-width: 840px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.steps-list li {
  padding: 22px 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  border-top: 1px solid var(--line);
}

.steps-list > li > span {
  color: var(--orange-dark);
  font-family: "Courier New", monospace;
  font-size: 13px;
  font-weight: 700;
}

.steps-list h3 {
  margin: 0 0 6px;
  font-size: 21px;
}

.steps-list p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.reviews-section {
  background: var(--burgundy);
  color: var(--white);
}

.review-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.review-card {
  margin: 0;
  padding: 18px;
  background: #f7f3ec;
  color: var(--ink);
  border-radius: 7px;
}

.review-card blockquote {
  margin: 18px 0 0 36px;
  padding: 14px 16px;
  background: #e3efea;
  border-radius: 5px 5px 0 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.review-person {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.review-avatar {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 700;
}

.review-person div {
  min-width: 0;
  display: grid;
}

.review-person strong {
  font-size: 14px;
}

.review-person small,
.review-person time {
  color: var(--muted);
  font-size: 10px;
}

.review-person time {
  align-self: start;
}

.review-card figcaption {
  margin-top: 16px;
  padding-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #cbd0ce;
  font-weight: 700;
}

.review-card small {
  color: var(--burgundy);
  font-family: "Courier New", monospace;
  font-size: 9px;
  text-transform: uppercase;
}

.review-disclosure {
  max-width: 1100px;
  margin: 18px auto 0;
  color: #efcbd0;
  font-size: 12px;
}

.contact-section {
  background: #dce2df;
}

.contact-copy,
.contact-form {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.contact-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  line-height: 1.06;
}

.contact-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.contact-email {
  color: var(--orange-dark);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.contact-form {
  margin-top: 34px;
  padding: 20px;
  display: grid;
  gap: 16px;
  background: var(--white);
  border: 1px solid #bdc7c5;
  border-radius: 7px;
  box-shadow: 0 14px 34px rgba(21, 33, 38, 0.1);
}

.contact-form label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #9da8aa;
  border-radius: 5px;
  background: var(--white);
  color: var(--ink);
  padding: 12px;
}

.contact-form input {
  min-height: 48px;
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form input:focus-visible,
.contact-form textarea:focus-visible {
  outline: 3px solid rgba(74, 161, 173, 0.28);
  border-color: var(--cyan);
}

.price-section {
  padding: 72px 18px;
  background: var(--ink);
  color: var(--white);
}

.price-copy,
.price-offer {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.price-copy > p:not(.eyebrow) {
  color: #bfc8c8;
}

.price-offer {
  margin-top: 38px;
  padding-top: 30px;
  border-top: 1px solid #536064;
}

.price-label {
  color: #bfc8c8;
  font-family: "Courier New", monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.price-value {
  margin: 4px 0 0;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.price-value strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 76px;
  line-height: 1;
  color: #ffb184;
}

.price-value span {
  padding-bottom: 9px;
  font-size: 20px;
  font-weight: 700;
}

.price-offer > p {
  margin: 8px 0 24px;
  color: #aeb8b9;
}

.delivery-note {
  margin: 0 0 20px;
  padding: 14px;
  display: grid;
  gap: 4px;
  border-left: 4px solid var(--orange);
  background: #223137;
}

.delivery-note strong {
  color: var(--white);
  font-size: 13px;
}

.delivery-note span {
  color: #d7dede;
  font-size: 12px;
}

.delivery-note small {
  color: #ffba93;
  font-size: 11px;
}

.price-offer .button + .button {
  margin-top: 10px;
}

.offer-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.offer-notes li {
  min-width: 0;
  padding: 10px 8px;
  border: 1px solid #465459;
  color: #ccd3d3;
  font-size: 11px;
  text-align: center;
}

.faq-list {
  max-width: 840px;
  margin: 0 auto;
}

.faq-list details {
  border-top: 1px solid var(--line);
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 62px;
  padding: 18px 34px 18px 0;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--orange-dark);
  font-size: 24px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0;
  padding: 0 34px 20px 0;
  color: var(--muted);
}

.final-cta {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  color: var(--white);
}

.final-cta > img,
.final-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.final-cta > img {
  object-fit: cover;
  object-position: center 28%;
}

.final-shade {
  background: rgba(8, 13, 15, 0.72);
}

.final-content {
  position: relative;
  z-index: 2;
  min-height: 620px;
  max-width: 900px;
  margin: 0 auto;
  padding: 64px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.final-content p:not(.eyebrow) {
  color: #dce2e1;
}

.site-footer {
  padding: 34px 18px 112px;
  background: #080d0f;
  color: #9eaaac;
  display: grid;
  gap: 16px;
}

.footer-brand {
  color: var(--white);
}

.site-footer p {
  margin: 0;
  font-size: 13px;
}

.site-footer a {
  color: var(--white);
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  font-size: 12px;
}

.mobile-buy {
  position: fixed;
  z-index: 35;
  left: 10px;
  right: 10px;
  bottom: calc(10px + env(safe-area-inset-bottom));
  min-height: 64px;
  padding: 8px 8px 8px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(17, 25, 28, 0.96);
  color: var(--white);
  border: 1px solid #465358;
  border-radius: 7px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.32);
  transform: translateY(140%);
  opacity: 0;
  pointer-events: none;
  transition: transform 220ms ease, opacity 220ms ease;
}

.mobile-buy.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.mobile-buy > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.mobile-buy span {
  color: #aeb8b9;
  font-size: 11px;
}

.mobile-buy strong {
  font-size: 18px;
}

.mobile-buy button {
  min-width: 104px;
  min-height: 46px;
  border: 0;
  border-radius: 5px;
  background: var(--orange);
  color: var(--white);
  font-weight: 700;
  cursor: pointer;
}

.order-dialog {
  width: min(calc(100% - 24px), 520px);
  max-height: calc(100svh - 24px);
  margin: auto;
  padding: 30px 20px 22px;
  overflow: auto;
  border: 0;
  border-radius: 7px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.order-dialog::backdrop {
  background: rgba(4, 8, 9, 0.76);
}

.dialog-close {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.order-dialog h2 {
  padding-right: 44px;
  font-size: 32px;
}

.dialog-intro {
  color: var(--muted);
}

.order-dialog form {
  display: grid;
  gap: 16px;
}

.order-dialog form > label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
}

.order-dialog input[type="text"] {
  width: 100%;
  min-height: 48px;
  border: 1px solid #9da8aa;
  border-radius: 5px;
  background: var(--white);
  padding: 0 12px;
  color: var(--ink);
}

.order-dialog input:focus-visible {
  outline: 3px solid rgba(74, 161, 173, 0.28);
  border-color: var(--cyan);
}

.order-dialog fieldset {
  margin: 0;
  padding: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 5px;
}

.order-dialog legend {
  padding: 0 5px;
  font-size: 12px;
  font-weight: 700;
}

.order-dialog fieldset label {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid rgba(74, 161, 173, 0.65);
  outline-offset: 3px;
}

@media (min-width: 640px) {
  .site-header {
    padding-left: 28px;
    padding-right: 28px;
  }

  .hero-content,
  .section,
  .price-section {
    padding-left: 28px;
    padding-right: 28px;
  }

  .hero h1 {
    font-size: 58px;
  }

  .hero-copy {
    font-size: 17px;
  }

  .hero-actions {
    width: auto;
    grid-template-columns: auto auto;
  }

  .proof-track {
    font-size: 10px;
  }

  .together-copy {
    padding-left: 28px;
    padding-right: 28px;
  }

  .case-scroller {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .case-card-body {
    padding: 18px;
  }

  .case-card img {
    height: auto;
    aspect-ratio: 868 / 1228;
  }

  .case-meta {
    flex-direction: row;
    gap: 12px;
  }

  .case-card h3 {
    font-size: 22px;
  }

  .case-card p {
    display: block;
    overflow: visible;
    font-size: 14px;
  }

  .section-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
  }

  .section-cta p {
    margin: 0;
  }

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

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

  .site-footer {
    padding-left: 28px;
    padding-right: 28px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
  }

  .footer-links {
    align-items: flex-end;
  }
}

@media (min-width: 900px) {
  .site-header {
    height: 70px;
    padding-left: max(28px, calc((100% - 1160px) / 2));
    padding-right: max(28px, calc((100% - 1160px) / 2));
  }

  .hero {
    height: 86vh;
    min-height: 650px;
  }

  .hero-media {
    object-position: center 50%;
  }

  .hero-content {
    padding: 112px 32px 46px;
  }

  .hero h1 {
    font-size: 76px;
  }

  .hero-copy {
    max-width: 660px;
    font-size: 18px;
  }

  .hero-facts {
    max-width: 560px;
  }

  .proof-track {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }

  .section {
    padding: 100px 32px;
  }

  .section-head h2,
  .challenge-section h2,
  .teaser-section h2,
  .modes-section h2,
  .price-section h2,
  .final-cta h2 {
    font-size: 52px;
  }

  .together-section {
    min-height: 680px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(430px, 0.95fr);
  }

  .together-section > img {
    height: 100%;
    min-height: 680px;
  }

  .together-copy {
    width: 100%;
    padding: 100px max(40px, calc((100vw - 1160px) / 2)) 100px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .together-copy h2 {
    font-size: 52px;
  }

  .case-scroller {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0;
    grid-auto-flow: row;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    overflow: visible;
  }

  .case-card img {
    aspect-ratio: 868 / 1228;
  }

  .fragments-section {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
    grid-template-rows: auto 1fr;
    column-gap: 70px;
  }

  .fragments-section .section-head {
    margin: 0;
    align-self: center;
  }

  .fragment-tabs {
    width: 100%;
    margin: 30px 0 0;
    display: flex;
    grid-column: 1;
    align-self: start;
    flex-wrap: wrap;
  }

  .fragment-stage {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .challenge-section {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 60px;
  }

  .challenge-copy,
  .challenge-options,
  .challenge-result {
    width: 100%;
    margin: 0;
  }

  .challenge-options {
    align-self: center;
    grid-template-columns: 1fr;
  }

  .challenge-result {
    grid-column: 2;
  }

  .teaser-section {
    display: grid;
    grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
    gap: 80px;
    align-items: center;
  }

  .teaser-media {
    margin: 0 auto;
  }

  .teaser-copy {
    margin: 0;
  }

  .modes-section > .section-head {
    padding-left: 32px;
    padding-right: 32px;
  }

  .mode-band,
  .mode-copy {
    min-height: 720px;
  }

  .mode-copy {
    max-width: 1160px;
    margin: 0 auto;
    padding: 80px 42px;
  }

  .mode-copy h3 {
    font-size: 44px;
  }

  .price-section {
    padding: 100px max(32px, calc((100% - 1100px) / 2));
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
    gap: 90px;
    align-items: center;
  }

  .contact-section {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
    gap: 80px;
    align-items: start;
  }

  .contact-copy,
  .contact-form {
    width: 100%;
    margin: 0;
  }

  .contact-copy h2 {
    font-size: 52px;
  }

  .price-copy,
  .price-offer {
    width: 100%;
    margin: 0;
  }

  .price-offer {
    padding: 28px 0 0 42px;
    border-top: 0;
    border-left: 1px solid #536064;
  }

  .final-content {
    min-height: 700px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .final-cta {
    min-height: 700px;
  }

  .mobile-buy {
    display: none;
  }

  .site-footer {
    padding-bottom: 34px;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
