:root {
  --teal: #0b7890;
  --teal-deep: #075f73;
  --fox: #e85a00;
  --ink: #171513;
  --muted: #6d6258;
  --paper: #fffaf0;
  --parchment: #f4ead9;
  --line: #c7a778;
  --gold: #a97820;
}

* { box-sizing: border-box; }

html { min-height: 100%; }

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 20%, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0) 42%),
    linear-gradient(145deg, #f8f0e2 0%, var(--parchment) 48%, #efe2cd 100%);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

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

.holding-page {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: clamp(22px, 5vw, 64px);
  overflow: hidden;
}

.holding-page::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(169, 120, 32, .42);
  pointer-events: none;
}

.holding-page__corner {
  position: absolute;
  top: 20px;
  z-index: 0;
  width: clamp(98px, 8.2vw, 143px);
  height: auto;
  opacity: .72;
  pointer-events: none;
  image-rendering: auto;
}

.holding-page__corner--left {
  left: clamp(22px, 5vw, 118px);
}

.holding-page__corner--right {
  right: clamp(22px, 5vw, 118px);
}

.holding-card {
  position: relative;
  z-index: 1;
  width: min(820px, 100%);
  padding: clamp(30px, 6vw, 68px) clamp(24px, 7vw, 82px) clamp(26px, 5vw, 52px);
  text-align: center;
  background: rgba(255, 250, 240, .94);
  border: 1px solid rgba(169, 120, 32, .46);
  border-radius: 3px;
  box-shadow: 0 26px 70px rgba(72, 50, 28, .14), 0 2px 8px rgba(72, 50, 28, .08);
  backdrop-filter: blur(4px);
}

.holding-card::before,
.holding-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.holding-card::before {
  inset: 9px;
  border: 1px solid rgba(169, 120, 32, .24);
}

.holding-card::after {
  left: 50%;
  top: 0;
  width: 58px;
  height: 4px;
  background: var(--fox);
  transform: translateX(-50%);
}

.holding-card__header {
  display: grid;
  justify-items: center;
}

.holding-card__wordmark {
  width: min(470px, 88%);
  height: auto;
}

.holding-card__region {
  margin: 15px 0 0;
  color: var(--teal-deep);
  font-size: clamp(.76rem, 2vw, .9rem);
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.holding-card__region span {
  display: inline-block;
  padding: 0 .36em;
  color: var(--fox);
}

.holding-card__spectacles {
  width: clamp(112px, 20vw, 160px);
  margin: clamp(24px, 5vw, 38px) auto 12px;
}

.holding-card__spectacles img {
  width: 100%;
  filter: drop-shadow(0 5px 7px rgba(61, 42, 25, .12));
}

.holding-card__message {
  max-width: 630px;
  margin: 0 auto;
}

.holding-card__eyebrow {
  margin: 0 0 10px;
  color: var(--fox);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.25rem, 7vw, 4.35rem);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -.025em;
}

.holding-card__status {
  max-width: 34rem;
  margin: 22px auto 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.04rem, 2.7vw, 1.28rem);
  line-height: 1.65;
}

.holding-card__arrival {
  margin: clamp(22px, 4vw, 30px) 0 0;
  color: var(--teal-deep);
  font-size: clamp(1.08rem, 3vw, 1.38rem);
  font-weight: 800;
  letter-spacing: .01em;
}

.holding-card__footer {
  position: relative;
  margin-top: clamp(32px, 6vw, 48px);
  padding-top: 22px;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: .91rem;
}

.holding-card__footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 112px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
  transform: translateX(-50%);
}

.holding-card__footer p { margin: 0; }

.holding-card__copyright {
  margin-top: 7px !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 640px) {
  .holding-page {
    padding: 14px;
  }

  .holding-page::before {
    inset: 7px;
  }

  .holding-page__corner {
    display: none;
  }

  .holding-card {
    min-height: calc(100vh - 28px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 42px 23px 30px;
  }

  .holding-card__wordmark {
    width: min(390px, 92%);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .holding-card {
    animation: settle-in .65s ease-out both;
  }

  .holding-card__spectacles {
    animation: focus-in .9s .15s ease-out both;
  }

  @keyframes settle-in {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }

  @keyframes focus-in {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
  }
}
