
:root {
  color: #11110f;
  background: #f2f0e9;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; min-height: 100vh; }
a { color: inherit; }
.shell {
  width: min(100% - 40px, 720px);
  min-height: 100vh;
  margin: 0 auto;
  padding: 36px 0 28px;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.brand {
  width: max-content;
  color: #11110f;
  font-size: 20px;
  font-weight: 760;
  letter-spacing: -0.04em;
  text-decoration: none;
}
.checkout-status {
  align-self: center;
  max-width: 580px;
  padding: 72px 0;
}
.eyebrow {
  margin: 0 0 18px;
  color: #d84826;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(42px, 8vw, 78px);
  font-weight: 660;
  letter-spacing: -0.065em;
  line-height: 0.95;
}
.message {
  max-width: 510px;
  margin: 28px 0 0;
  color: #4c4a45;
  font-size: clamp(18px, 3vw, 23px);
  line-height: 1.45;
}
.rule { width: 72px; height: 2px; margin: 38px 0; background: #11110f; }
.detail {
  max-width: 540px;
  margin: 0;
  color: #66635d;
  font-size: 15px;
  line-height: 1.65;
}
.return-link {
  display: inline-block;
  margin-top: 28px;
  font-size: 14px;
  font-weight: 680;
  text-underline-offset: 4px;
}
footer { align-self: end; color: #77736b; font-size: 12px; line-height: 1.5; }
noscript { position: fixed; inset: auto 20px 20px; padding: 12px; background: #11110f; color: #fff; }
@media (max-width: 520px) {
  .shell { width: min(100% - 32px, 720px); padding-top: 24px; }
  .checkout-status { padding: 52px 0; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } }
