@font-face {
  font-family: "Royal Display";
  src: url("assets/display.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Royal Body";
  src: url("assets/body.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
:root {
  --paper: #f5f0e8;
  --red: #ed3825;
  --ink: #25241f;
  --yellow: #f7e443;
  --line: #25241f30;
  --display: "Royal Display", "Arial Narrow", Impact, sans-serif;
  --body: "Royal Body", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  -webkit-font-smoothing: antialiased;
}
body:has(.claim-modal:target) {
  overflow: hidden;
}
body:has(.claim-modal:target) .site-shell,
body:has(.claim-modal:target) .mobile-claim,
body:has(.claim-modal:target) .skip-link {
  visibility: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button {
  border: 0;
}
svg {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
::selection {
  background: var(--yellow);
  color: var(--ink);
}
:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 5px;
}
.icon-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 50;
  top: 12px;
  left: 12px;
  padding: 14px 20px;
  background: var(--yellow);
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-shell {
  overflow: clip;
}
.site-header {
  max-width: 1440px;
  margin: auto;
  height: 109px;
  padding: 0 6.25%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--display);
  font-weight: 900;
  font-size: 22px;
  line-height: 0.85;
  letter-spacing: -0.4px;
}
.brand svg {
  width: 44px;
  height: 36px;
  color: var(--yellow);
  transform: rotate(-12deg);
}
.brand-question {
  color: var(--red);
}
.header-aside {
  font-size: 11px;
  line-height: 1.5;
  transform: rotate(-3deg);
  margin-left: 50px;
}
.site-header nav {
  display: flex;
  gap: 30px;
  font-size: 13px;
}
.site-header nav a {
  padding: 12px 0;
}
.site-header nav a:hover {
  color: var(--red);
}
.site-header nav span {
  color: var(--red);
  margin-left: 3px;
}
.hero {
  position: relative;
  padding: 151px 0 50px;
  min-height: 840px;
  max-width: 1440px;
  margin: auto;
  isolation: isolate;
}
.hero-all-hail {
  position: absolute;
  z-index: -1;
  inset: 7px 0 auto;
  margin: 0;
  text-align: center;
  color: var(--red);
  font-family: var(--display);
  font-weight: 900;
  font-size: clamp(140px, 18vw, 258px);
  letter-spacing: -4px;
  line-height: 0.8;
}
.royal-profile {
  position: relative;
  width: 100%;
  text-align: center;
}
.portrait-stage {
  position: relative;
  width: 350px;
  height: 415px;
  margin: 0 auto;
}
.portrait-frame {
  width: 100%;
  height: 100%;
  border-radius: 49% 49% 45% 45%;
  border: 7px solid var(--paper);
  overflow: hidden;
  transform: rotate(-3deg);
  background: #aba89d;
  box-shadow: 0 0 0 1px var(--ink);
}
.king-portrait {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  filter: grayscale(1) contrast(1.1);
  display: block;
}
.royal-crown {
  position: absolute;
  width: 185px;
  height: 133px;
  top: -75px;
  left: 50%;
  transform: translateX(-50%) rotate(-12deg);
  color: var(--yellow);
  transition: transform 0.3s;
}
.portrait-stage:hover .royal-crown {
  transform: translateX(-50%) rotate(-5deg) translateY(-5px);
}
.fame-stamp {
  position: absolute;
  width: 111px;
  height: 111px;
  background: var(--yellow);
  right: -46px;
  bottom: 55px;
  transform: rotate(13deg);
  clip-path: polygon(
    50% 0%,
    57% 6%,
    65% 2%,
    70% 10%,
    79% 9%,
    81% 18%,
    90% 20%,
    90% 29%,
    98% 34%,
    94% 42%,
    100% 50%,
    94% 57%,
    98% 65%,
    90% 70%,
    91% 79%,
    82% 81%,
    80% 90%,
    71% 90%,
    66% 98%,
    58% 94%,
    50% 100%,
    43% 94%,
    35% 98%,
    30% 90%,
    21% 91%,
    19% 82%,
    10% 80%,
    10% 71%,
    2% 66%,
    6% 58%,
    0% 50%,
    6% 43%,
    2% 35%,
    10% 30%,
    9% 21%,
    18% 19%,
    20% 10%,
    29% 10%,
    34% 2%,
    42% 6%
  );
  display: grid;
  place-items: center;
}
.fame-stamp > span {
  font-family: var(--display);
  font-size: 21px;
  line-height: 1;
}
.fame-stamp em {
  font-family: Georgia, serif;
  font-size: 19px;
  font-weight: 400;
}
.fame-stamp svg {
  width: 26px;
  height: 20px;
  margin: 6px auto 0;
  color: var(--ink);
}
.portrait-scribble {
  position: absolute;
  bottom: 11px;
  left: -105px;
  color: var(--red);
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 19px;
  transform: rotate(-13deg);
}
.profile-caption {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 24px 0 10px;
}
.profile-caption h2 {
  margin: 0;
  font-size: 23px;
  letter-spacing: -0.7px;
}
.profile-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile-socials svg {
  width: 16px;
  height: 16px;
}
.claim-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 326px;
  min-height: 65px;
  margin: 24px auto 0;
  padding: 12px 22px;
  color: var(--paper);
  background: var(--red);
  border: 2px solid var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  font-family: var(--display);
  font-size: 29px;
  font-weight: 900;
  letter-spacing: 0.1px;
  transform: rotate(-1.5deg);
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.claim-button svg {
  width: 28px;
  height: 28px;
}
.claim-button:hover {
  transform: rotate(0) translate(-1px, -2px);
  box-shadow: 6px 6px 0 var(--ink);
}
.small-label {
  font-size: 10px;
  letter-spacing: 1.3px;
  font-weight: 400;
}
.hero-side-label {
  position: absolute;
  font-size: 8px;
  letter-spacing: 1.2px;
  right: 25px;
  bottom: 140px;
  writing-mode: vertical-rl;
}
.slogan-ribbon {
  background: var(--red);
  color: var(--paper);
  margin: 25px -20px 0;
  padding: 15px 0 17px;
  transform: rotate(-2.2deg);
  overflow: hidden;
}
.slogan-ribbon > div {
  font-family: var(--display);
  font-size: 32px;
  white-space: nowrap;
  line-height: 1;
  word-spacing: 5px;
  text-align: center;
}
.slogan-ribbon span {
  padding: 0 20px;
  color: var(--yellow);
}
.the-deal {
  position: relative;
  max-width: 1260px;
  padding: 135px 55px 130px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 80px;
  align-items: start;
}
.deal-title-wrap {
  position: relative;
}
.deal-title-wrap h2 {
  font-family: var(--display);
  font-size: 112px;
  line-height: 0.88;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 25px 0 0;
}
.deal-title-wrap h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 77px;
  letter-spacing: -7px;
  white-space: nowrap;
}
.deal-star {
  position: absolute;
  width: 66px;
  height: 66px;
  color: var(--red);
  top: 58px;
  right: 40px;
  transform: rotate(10deg);
}
.deal-copy {
  padding-top: 25px;
  max-width: 430px;
}
.deal-copy > p:first-child {
  font-size: 29px;
  line-height: 1.27;
  letter-spacing: -1px;
  margin: 0 0 23px;
}
.deal-copy > p:first-child em {
  font-family: Georgia, serif;
  color: var(--red);
  font-size: 32px;
  white-space: nowrap;
}
.deal-copy > p {
  font-size: 14px;
  line-height: 1.75;
  margin: 0 0 17px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  border-bottom: 1px solid var(--ink);
  padding: 0 0 5px;
  margin-top: 10px;
}
.text-link svg {
  height: 18px;
  width: 18px;
}
.text-link:hover {
  color: var(--red);
}
.reservation-ticket {
  position: relative;
  background: var(--yellow);
  padding: 29px 28px 18px;
  width: 290px;
  transform: rotate(-7deg);
  margin: -35px 0 0 82px;
  border: 1px solid var(--ink);
  box-shadow: 5px 5px 0 #25241f15;
}
.ticket-hole {
  width: 12px;
  height: 12px;
  border: 1px solid var(--ink);
  background: var(--paper);
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: calc(50% - 6px);
}
.ticket-kicker {
  font-size: 9px;
  letter-spacing: 1px;
}
.reservation-ticket h3 {
  font-family: var(--display);
  font-size: 45px;
  line-height: 0.91;
  margin: 14px 0 8px;
  font-weight: 900;
}
.ticket-reservation {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 112px;
}
.ticket-reservation svg {
  width: 84px;
  height: 76px;
  color: var(--red);
  transform: rotate(-9deg);
}
.ticket-reservation p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1.2;
}
.reservation-note {
  font-size: 11px;
  line-height: 1.5;
  margin: 20px 0 0;
}
.ticket-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border-top: 1px dashed #25241f77;
  padding-top: 12px;
  font-size: 6px;
  letter-spacing: 0.2px;
}
.ticket-bottom > span {
  font-size: 16px;
}
.closing {
  position: relative;
  padding: 82px 24px 71px;
  text-align: center;
}
.closing > a {
  position: relative;
  display: block;
  width: max-content;
  max-width: 100%;
  font-family: var(--display);
  font-weight: 900;
  font-size: 150px;
  line-height: 0.81;
  color: var(--red);
  margin: 28px auto 25px;
  letter-spacing: -1px;
}
.closing > a em {
  font-family: Georgia, serif;
  font-size: 103px;
  font-weight: 400;
  letter-spacing: -7px;
}
.closing > a svg {
  position: absolute;
  width: 72px;
  height: 72px;
  right: -95px;
  top: 18px;
  transition: transform 0.2s;
}
.closing > a:hover svg {
  transform: translate(4px, -4px);
}
.closing > p {
  font-size: 14px;
  margin: 0;
}
.site-footer {
  max-width: 1260px;
  margin: auto;
  padding: 32px 45px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.footer-brand {
  font-size: 18px;
}
.footer-brand svg {
  width: 34px;
  height: 29px;
}
.site-footer > p {
  font-size: 10px;
  line-height: 1.6;
  margin: 0;
  color: #625e54;
}
.site-footer > span {
  font-size: 9px;
  line-height: 1.7;
  text-align: right;
  letter-spacing: 0.5px;
}
.mobile-claim {
  display: none;
}
.claim-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 40;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
.claim-modal:target {
  display: flex;
}
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: #25241fbb;
  backdrop-filter: blur(6px);
}
.claim-panel {
  position: relative;
  width: 100%;
  max-width: 500px;
  max-height: calc(100dvh - 50px);
  overflow-y: auto;
  overscroll-behavior: contain;
  background: var(--paper);
  padding: 28px 32px;
  border: 2px solid var(--ink);
  box-shadow: 8px 8px 0 var(--red);
}
.claim-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.claim-top .small-label {
  font-size: 9px;
}
.close-modal {
  font-size: 30px;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 28px;
  border: 1px solid var(--ink);
}
.claim-panel h2 {
  font-family: var(--display);
  color: var(--red);
  font-size: 58px;
  line-height: 0.9;
  margin: 24px 0 17px;
  font-weight: 900;
}
.claim-panel h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 35px;
  letter-spacing: -2px;
}
.claim-panel > p {
  font-size: 13px;
  line-height: 1.5;
}
.claim-panel .design-notice {
  font-size: 11px;
  background: var(--yellow);
  padding: 9px 11px;
  margin: 18px 0;
}
.photo-upload {
  border: 1px dashed #777061;
  padding: 13px;
  margin-bottom: 17px;
}
.photo-upload label,
.form-field label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 12px;
  margin-bottom: 9px;
}
.photo-upload label > span,
.form-field label > span {
  font-size: 10px;
  color: #625e54;
}
.photo-upload input {
  display: block;
  width: 100%;
  font-size: 11px;
}
.photo-upload input::file-selector-button {
  background: var(--ink);
  color: var(--paper);
  padding: 8px 10px;
  border: 0;
  font: inherit;
  margin-right: 7px;
}
.photo-crop {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 13px;
}
.photo-crop[hidden] {
  display: none;
}
.photo-crop-frame {
  flex-shrink: 0;
  width: 125px;
  height: 150px;
  border-radius: 49% 49% 45% 45%;
  border: 4px solid var(--paper);
  box-shadow: 0 0 0 1px var(--ink);
  overflow: hidden;
  background: #aba89d;
  cursor: grab;
  touch-action: none;
}
.photo-crop-frame:active {
  cursor: grabbing;
}
.photo-crop-frame:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 3px;
}
.photo-crop-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.1);
  pointer-events: none;
  user-select: none;
}
.photo-crop p {
  font-size: 11px;
  line-height: 1.45;
  color: #625e54;
}
.form-field {
  margin-bottom: 16px;
}
.form-field .field-note {
  font-size: 11px;
  line-height: 1.45;
  color: #625e54;
  margin-top: 7px;
}
.form-field input {
  width: 100%;
  border: 1px solid #9e9788;
  color: var(--ink);
  background: #fffaf3;
  min-height: 43px;
  padding: 11px 12px;
  font-size: 14px;
  border-radius: 0;
}
.form-field input::placeholder {
  color: #787164;
  opacity: 1;
}
.fixed-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-top: 1px solid var(--ink);
  padding-top: 17px;
  margin-top: 21px;
}
.fixed-price > div > span {
  display: block;
  font-size: 10px;
  letter-spacing: 1px;
}
.fixed-price strong {
  font-family: var(--display);
  font-size: 47px;
  font-weight: 900;
  line-height: 1.1;
}
.fixed-price p {
  font-size: 11px;
  line-height: 1.7;
  text-align: right;
  margin: 0;
}
.fixed-price b {
  color: var(--red);
  font-weight: 400;
}
.payment-preview {
  width: 100%;
  margin-top: 17px;
  font-size: 25px;
  min-height: 56px;
  cursor: default;
}
.payment-preview:disabled {
  opacity: 0.57;
}
.payment-preview:hover {
  transform: rotate(-1.5deg);
  box-shadow: 4px 4px 0 var(--ink);
}
.payment-note {
  font-size: 10px;
  line-height: 1.7;
  text-align: center;
  margin: 17px 0 0;
}
.sheet-handle {
  display: none;
}

.king-title {
  font-family: var(--display);
  color: var(--red);
  font-weight: 900;
  font-size: 84px;
  line-height: 0.9;
  letter-spacing: -1px;
  margin: 28px 0 0;
}
.profile-caption {
  margin-top: 12px;
  margin-bottom: 0;
}
.reign-scoreboard {
  margin: 23px auto 0;
}
.scoreboard-label {
  display: inline-block;
  font-family: var(--display);
  font-weight: 900;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0.5px;
  color: var(--ink);
  background: var(--yellow);
  padding: 3px 9px;
  margin: 0 0 9px;
}
.reign-digits {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 17px;
}
.reign-digits > span {
  min-width: 65px;
}
.reign-digits strong {
  display: block;
  font-family: var(--display);
  font-weight: 900;
  font-size: 70px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.reign-digits small {
  display: block;
  font-size: 8px;
  letter-spacing: 1.2px;
  margin-top: 4px;
}
.reign-digits > b {
  font-family: var(--display);
  font-weight: 900;
  font-size: 48px;
  line-height: 1.2;
  color: var(--red);
}
.reign-taunt {
  font-size: 13px;
  margin: 16px 0 0;
}
.reign-taunt em {
  font-family: Georgia, serif;
  font-size: 16px;
}
.claim-unit {
  display: grid;
  grid-template-columns: 0.95fr 1.2fr;
  align-items: center;
  gap: 35px;
  width: calc(100% - 48px);
  max-width: 750px;
  margin: 30px auto 0;
  padding: 23px 28px;
  text-align: left;
  background: var(--yellow);
  border: 2px solid var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
}
.price-equation {
  display: flex;
  align-items: center;
  gap: 17px;
}
.price-equation > span {
  font-size: 10px;
  line-height: 1.2;
}
.price-equation > span > b {
  display: block;
  font-size: 15px;
  margin-top: 5px;
  font-weight: 400;
  white-space: nowrap;
}
.price-equation .bid-increment {
  border-left: 1px solid #25241f50;
  padding-left: 17px;
}
.bid-increment > b {
  color: var(--red);
}
.bid-increment strong {
  font-family: var(--display);
  font-size: 28px;
  font-weight: 900;
  line-height: 15px;
}
.six-seven {
  display: block;
  font-size: 8px;
  letter-spacing: 0.6px;
  margin: 12px 0 15px;
}
.six-seven strong {
  font-weight: 700;
}
.claim-total {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 10px;
  border-top: 1px solid #25241f40;
}
.claim-total > span {
  font-size: 9px;
  letter-spacing: 1px;
  max-width: 45px;
  line-height: 1.5;
}
.claim-total > strong {
  font-family: var(--display);
  font-weight: 900;
  font-size: 55px;
  line-height: 1;
}
.claim-action > p {
  font-family: var(--display);
  font-weight: 900;
  font-size: 25px;
  margin: 0 0 12px;
}
.claim-action .claim-button {
  width: 100%;
  min-height: 77px;
  font-size: 36px;
  margin: 0;
  padding: 15px 20px;
  gap: 15px;
}
.claim-action > span {
  display: block;
  margin-top: 16px;
  font-size: 11px;
}
.fallen-section {
  padding: 43px 6.25% 45px;
  background: #e9e4da;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.fallen-heading {
  text-align: center;
}
.fallen-heading h2 {
  font-family: var(--display);
  font-weight: 900;
  font-size: 48px;
  line-height: 1;
  margin: 12px 0 10px;
  letter-spacing: -0.5px;
}
.fallen-heading h2 em {
  font-family: Georgia, serif;
  font-size: 38px;
  letter-spacing: -2px;
  font-weight: 400;
}
.fallen-heading > p {
  font-size: 13px;
  margin: 0;
}
.royalty-memorial {
  display: block;
  list-style: none;
  max-width: 680px;
  margin: 29px auto 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.memorial-entry {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}
.memorial-entry:last-child {
  border-bottom: 0;
}
.memorial-entry > div {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 1.2fr;
  gap: 16px;
  align-items: center;
  flex: 1;
}
.memorial-entry > img {
  width: 48px;
  height: 54px;
  flex-shrink: 0;
  object-fit: cover;
  object-position: center 35%;
  filter: grayscale(1);
  border: 3px solid var(--paper);
  transform: rotate(-5deg);
}
.memorial-entry:nth-child(2) > img {
  transform: rotate(4deg);
}
.memorial-entry h3 {
  font-size: 13px;
  margin: 0 0 5px;
}
.memorial-entry p {
  font-size: 10px;
  margin: 0 0 4px;
  white-space: nowrap;
}
.memorial-entry span {
  font-size: 10px;
  color: #625e54;
  text-align: right;
}
@media (max-width: 1100px) {
  .hero {
    padding-top: 145px;
  }
  .hero-all-hail {
    font-size: 21vw;
  }
  .the-deal {
    gap: 50px;
    padding: 110px 55px 100px;
  }
  .deal-title-wrap h2 {
    font-size: 95px;
  }
  .deal-title-wrap h2 em {
    font-size: 66px;
  }
  .deal-star {
    right: 0;
    top: 58px;
    width: 48px;
    height: 48px;
  }
  .deal-copy > p:first-child {
    font-size: 25px;
  }
  .deal-copy > p:first-child em {
    font-size: 28px;
  }
  .reservation-ticket {
    margin-top: -20px;
    margin-left: 22px;
  }
  .closing > a {
    font-size: 135px;
  }
  .closing > a em {
    font-size: 90px;
  }
  .closing > a svg {
    width: 58px;
    height: 58px;
    right: -73px;
  }
}
@media (max-width: 780px) {
  .site-header {
    height: 90px;
    padding: 0 30px;
  }
  .header-aside {
    display: none;
  }
  .site-header nav {
    font-size: 12px;
    gap: 25px;
  }
  .brand {
    font-size: 20px;
  }
  .brand svg {
    width: 39px;
  }
  .hero {
    padding-top: 135px;
    min-height: 790px;
  }
  .hero-all-hail {
    font-size: 23vw;
    letter-spacing: -2px;
    top: 15px;
  }
  .portrait-stage {
    width: 310px;
    height: 375px;
  }
  .royal-crown {
    width: 157px;
    height: 115px;
    top: -66px;
  }
  .portrait-scribble {
    font-size: 16px;
    left: -72px;
    bottom: 20px;
  }
  .fame-stamp {
    width: 95px;
    height: 95px;
    right: -35px;
  }
  .fame-stamp > span {
    font-size: 19px;
  }
  .fame-stamp em {
    font-size: 16px;
  }
  .fame-stamp svg {
    width: 23px;
    height: 18px;
  }
  .hero-side-label {
    display: none;
  }
  .slogan-ribbon > div {
    font-size: 28px;
  }
  .the-deal {
    gap: 40px;
    padding: 95px 35px 85px;
    grid-template-columns: 1fr 1fr;
  }
  .deal-title-wrap h2 {
    font-size: 78px;
  }
  .deal-title-wrap h2 em {
    font-size: 53px;
    letter-spacing: -4px;
  }
  .deal-title-wrap .small-label {
    font-size: 8px;
    letter-spacing: 0.6px;
  }
  .deal-star {
    width: 40px;
    height: 40px;
    right: -8px;
  }
  .deal-copy {
    padding-top: 10px;
  }
  .deal-copy > p:first-child {
    font-size: 23px;
  }
  .deal-copy > p:first-child em {
    font-size: 24px;
  }
  .deal-copy > p {
    font-size: 14px;
  }
  .reservation-ticket {
    margin-top: -80px;
    width: 244px;
    padding: 29px 22px 17px;
    margin-left: 3px;
  }
  .reservation-ticket h3 {
    font-size: 39px;
  }
  .ticket-bottom {
    font-size: 5px;
  }
  .closing {
    padding: 66px 25px;
  }
  .closing > a {
    font-size: 109px;
  }
  .closing > a em {
    font-size: 74px;
    letter-spacing: -5px;
  }
  .closing > a svg {
    width: 43px;
    height: 43px;
    right: -53px;
  }
  .site-footer {
    padding: 26px 30px;
  }
}
@media (max-width: 600px) {
  html {
    scroll-padding-top: 20px;
  }
  .site-header {
    height: 79px;
    padding: 0 22px;
    gap: 14px;
  }
  .brand {
    font-size: 18px;
    gap: 6px;
  }
  .brand svg {
    width: 33px;
    height: 31px;
  }
  .site-header nav {
    gap: 19px;
    font-size: 11px;
  }
  .hero {
    padding-top: 111px;
    min-height: 0;
    padding-bottom: 34px;
  }
  .hero-all-hail {
    font-size: 26.2vw;
    top: 13px;
    line-height: 0.84;
    letter-spacing: -1px;
  }
  .portrait-stage {
    width: 236px;
    height: 284px;
  }
  .portrait-frame {
    border-width: 5px;
  }
  .royal-crown {
    width: 125px;
    height: 91px;
    top: -54px;
  }
  .fame-stamp {
    width: 79px;
    height: 79px;
    right: -28px;
    bottom: 40px;
  }
  .fame-stamp > span {
    font-size: 16px;
  }
  .fame-stamp em {
    font-size: 14px;
  }
  .fame-stamp svg {
    width: 18px;
    height: 14px;
    margin-top: 4px;
  }
  .portrait-scribble {
    font-size: 12px;
    bottom: -7px;
    left: -32px;
    transform: rotate(-11deg);
  }
  .profile-caption {
    margin-top: 24px;
    gap: 12px;
  }
  .profile-caption h2 {
    font-size: 21px;
  }
  .profile-socials {
    gap: 8px;
  }
  .profile-socials svg {
    width: 14px;
    height: 14px;
  }
  .claim-button {
    width: 286px;
    min-height: 57px;
    font-size: 26px;
    padding: 11px 18px;
    margin-top: 21px;
  }
  .claim-button svg {
    width: 24px;
    height: 24px;
  }
  .slogan-ribbon {
    margin-top: 12px;
    padding: 13px 0 14px;
    transform: rotate(-3deg);
  }
  .slogan-ribbon > div {
    font-size: 24px;
  }
  .slogan-ribbon span {
    padding: 0 10px;
  }
  .the-deal {
    display: flex;
    flex-direction: column;
    padding: 69px 26px 63px;
    gap: 29px;
  }
  .deal-title-wrap {
    width: 100%;
  }
  .deal-title-wrap .small-label {
    font-size: 9px;
    letter-spacing: 0.7px;
  }
  .deal-title-wrap h2 {
    font-size: 99px;
    margin-top: 19px;
  }
  .deal-title-wrap h2 em {
    font-size: 68px;
    letter-spacing: -5px;
  }
  .deal-star {
    width: 49px;
    height: 49px;
    top: 51px;
    right: 12px;
  }
  .deal-copy {
    padding-top: 0;
    max-width: none;
  }
  .deal-copy > p:first-child {
    font-size: 27px;
    margin-bottom: 21px;
  }
  .deal-copy > p:first-child em {
    font-size: 29px;
  }
  .deal-copy > p {
    font-size: 14px;
    line-height: 1.7;
  }
  .text-link {
    font-size: 14px;
    margin-top: 3px;
  }
  .reservation-ticket {
    align-self: center;
    width: 271px;
    margin: 21px 0 6px;
    padding: 30px 25px 19px;
    transform: rotate(-5deg);
  }
  .reservation-ticket h3 {
    font-size: 44px;
  }
  .ticket-kicker {
    font-size: 9px;
  }
  .ticket-bottom {
    font-size: 6px;
  }
  .closing {
    padding: 57px 22px 49px;
  }
  .closing .small-label {
    font-size: 9px;
    letter-spacing: 0.8px;
  }
  .closing > a {
    font-size: 93px;
    margin: 23px auto;
  }
  .closing > a em {
    font-size: 59px;
    letter-spacing: -4px;
  }
  .closing > a svg {
    width: 33px;
    height: 33px;
    right: 0;
    top: 11px;
  }
  .closing > p {
    font-size: 13px;
    max-width: 270px;
    margin: auto;
    line-height: 1.5;
  }
  .site-footer {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 25px 15px;
    padding: 27px 24px 110px;
  }
  .footer-brand {
    font-size: 17px;
  }
  .site-footer > p {
    grid-row: 2;
    grid-column: 1 / 3;
    font-size: 10px;
  }
  .site-footer > span {
    font-size: 8px;
  }
  .mobile-claim {
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: var(--paper);
    border-top: 1px solid var(--ink);
    padding: 10px 21px calc(10px + env(safe-area-inset-bottom));
  }
  .mobile-claim > span {
    font-size: 8px;
    letter-spacing: 0.7px;
  }
  .mobile-claim strong {
    display: block;
    font-family: var(--display);
    font-weight: 900;
    font-size: 27px;
    line-height: 1.15;
    letter-spacing: 0;
  }
  .mobile-claim > a {
    background: var(--red);
    color: var(--paper);
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 17px;
    font-family: var(--display);
    font-size: 21px;
    font-weight: 900;
  }
  .mobile-claim svg {
    width: 20px;
    height: 20px;
  }
  .claim-modal {
    padding: 0;
    align-items: flex-end;
  }
  .claim-panel {
    max-height: 94dvh;
    max-width: none;
    border-width: 1px 0 0;
    box-shadow: none;
    padding: 10px 24px calc(24px + env(safe-area-inset-bottom));
  }
  .sheet-handle {
    display: block;
    width: 35px;
    height: 3px;
    margin: 0 auto 18px;
    background: #aaa18f;
  }
  .claim-top .small-label {
    font-size: 8px;
    letter-spacing: 0.8px;
  }
  .claim-panel h2 {
    font-size: 54px;
    margin-top: 22px;
  }
  .claim-panel h2 em {
    font-size: 32px;
  }
  .claim-panel > p {
    font-size: 14px;
  }
  .claim-panel .design-notice {
    font-size: 11px;
  }
  .form-field input {
    font-size: 16px;
  }
  .payment-preview {
    width: 100%;
    font-size: 25px;
  }
  .fixed-price strong {
    font-size: 47px;
  }
}

@media (max-width: 780px) {
  .king-title {
    font-size: 73px;
  }
  .claim-unit {
    max-width: 650px;
    gap: 24px;
    padding: 22px;
  }
  .claim-action .claim-button {
    font-size: 29px;
    min-height: 72px;
    padding: 14px 16px;
  }
  .claim-action > p {
    font-size: 23px;
  }
  .claim-total > strong {
    font-size: 50px;
  }

  .memorial-entry {
    gap: 9px;
  }
}
@media (max-width: 600px) {
  .king-title {
    font-size: 57px;
    margin-top: 26px;
  }
  .profile-caption {
    margin-top: 8px;
    margin-bottom: 0;
  }
  .reign-scoreboard {
    margin-top: 14px;
  }
  .scoreboard-label {
    font-size: 22px;
    letter-spacing: 0.4px;
    margin-bottom: 7px;
  }
  .reign-digits {
    gap: clamp(5px, 2.4vw, 10px);
  }
  .reign-digits > span {
    min-width: 0;
  }
  .reign-digits strong {
    font-size: clamp(36px, 13vw, 52px);
  }
  .reign-digits > b {
    font-size: clamp(25px, 9vw, 36px);
  }
  .reign-digits small {
    font-size: 7px;
    letter-spacing: 1px;
  }
  .reign-taunt {
    font-size: 11px;
    margin-top: 10px;
  }
  .reign-taunt em {
    font-size: 14px;
  }
  .claim-unit {
    grid-template-columns: 1fr;
    width: calc(100% - 44px);
    gap: 19px;
    padding: 19px 20px 20px;
    margin-top: 24px;
  }
  .claim-pricing {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px 16px;
  }
  .price-equation {
    gap: 13px;
    grid-column: 1 / 3;
  }
  .price-equation > span {
    font-size: 10px;
  }
  .price-equation > span > b {
    font-size: 16px;
  }
  .price-equation .bid-increment {
    padding-left: 13px;
  }
  .bid-increment strong {
    font-size: 30px;
  }
  .six-seven {
    font-size: 8px;
    margin: 2px 0 0;
    grid-row: 2;
    align-self: center;
    max-width: 95px;
    line-height: 1.6;
  }
  .claim-total {
    grid-column: 2;
    grid-row: 1 / 3;
    padding: 0 0 0 14px;
    border-top: 0;
    border-left: 1px solid #25241f40;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
  }
  .claim-total > span {
    font-size: 8px;
    max-width: none;
    white-space: nowrap;
  }
  .claim-total > strong {
    font-size: 39px;
  }
  .price-equation {
    grid-column: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
  }
  .price-equation > span {
    display: flex;
    align-items: baseline;
    gap: 7px;
    white-space: nowrap;
  }
  .price-equation > span > b {
    display: inline;
    margin-top: 0;
    font-size: 14px;
  }
  .price-equation .bid-increment {
    border-left: 0;
    padding-left: 0;
  }
  .claim-action > p {
    font-size: 23px;
    margin-bottom: 9px;
  }
  .claim-action .claim-button {
    min-height: 66px;
    font-size: 30px;
    padding: 13px 15px;
    gap: 10px;
  }
  .claim-action > span {
    font-size: 10px;
    margin-top: 14px;
    text-align: center;
  }
  .fallen-section {
    padding: 36px 26px 33px;
  }
  .fallen-heading .small-label {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .fallen-heading h2 {
    font-size: 39px;
    margin-top: 11px;
  }
  .fallen-heading h2 em {
    font-size: 30px;
    letter-spacing: -1.5px;
  }
  .fallen-heading > p {
    font-size: 12px;
  }
  .royalty-memorial {
    max-width: 290px;
    margin-top: 23px;
    padding-top: 4px;
  }
  .memorial-entry {
    padding: 15px 0;
    gap: 14px;
    border-bottom: 1px solid var(--line);
  }
  .memorial-entry:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .memorial-entry > img {
    width: 44px;
    height: 50px;
  }
  .memorial-entry > div {
    display: grid;
    grid-template-columns: 1fr auto;
    flex: 1;
    gap: 5px 12px;
    align-items: center;
  }
  .memorial-entry h3 {
    font-size: 13px;
    margin: 0;
    grid-column: 1 / 3;
  }
  .memorial-entry p {
    font-size: 10px;
    margin: 0;
  }
  .memorial-entry span {
    font-size: 10px;
  }
  .mobile-claim {
    background: var(--yellow);
    gap: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-claim > span {
    letter-spacing: 0.3px;
  }
  .mobile-claim > span > small {
    display: block;
    font-size: 7px;
    letter-spacing: 0;
    margin-top: 1px;
  }
  .mobile-claim > span > small b {
    font-size: 10px;
    color: var(--red);
  }
  .mobile-claim > a {
    font-size: 21px;
    gap: 10px;
    padding: 12px;
  }
}
@media (min-width: 1101px) {
  .site-header {
    height: 85px;
  }
  .hero {
    padding-top: 105px;
  }
  .reign-scoreboard {
    position: absolute;
    top: 120px;
    left: 6%;
    width: 300px;
    margin: 0;
  }
  .reign-digits {
    gap: 9px;
  }
  .reign-digits > span {
    min-width: 0;
    flex-shrink: 0;
  }
  .reign-digits strong {
    font-size: 44px;
  }
  .reign-digits > b {
    font-size: 30px;
  }
  .reign-taunt {
    max-width: 235px;
    margin: 16px auto 0;
    line-height: 1.5;
  }
  .claim-unit {
    margin-top: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .claim-action > p {
    font-size: 24px;
    line-height: 1.02;
  }
  .claim-action .claim-button {
    min-height: 70px;
  }
}
.royal-provocation {
  position: absolute;
  top: 246px;
  right: 7%;
  width: 190px;
  transform: rotate(5deg);
}
.royal-provocation > p:first-child {
  font-size: 21px;
  line-height: 1.15;
  margin: 0 0 20px;
}
.royal-provocation > p:first-child em {
  font-family: Georgia, serif;
  font-size: 29px;
}
.royal-provocation > p:nth-child(2) {
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}
.royal-provocation strong {
  font-weight: 700;
  background: var(--yellow);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.royal-provocation > a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--display);
  font-weight: 900;
  color: var(--red);
  font-size: 25px;
  margin-top: 18px;
}
.royal-provocation > a svg {
  height: 20px;
  width: 20px;
}
@media (max-width: 1100px) {
  .royal-provocation {
    position: static;
    width: auto;
    max-width: 380px;
    margin: 22px auto 0;
    padding: 0 22px;
    text-align: center;
    transform: none;
  }
  .royal-provocation > p:first-child {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .royal-provocation > p:first-child em {
    font-size: 26px;
  }
  .royal-provocation > p:first-child br {
    display: none;
  }
  .royal-provocation > a {
    font-size: 24px;
    margin-top: 11px;
  }
}
.closing-command {
  font-size: 0.72em;
}
@media (max-width: 600px) {
  .closing-command {
    font-size: 58px;
  }
  .closing > a svg {
    position: static;
    width: 28px;
    height: 28px;
    margin: 19px auto 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
