:root {
  --navy: #031d46;
  --deep: #01142f;
  --blue: #3f6088;
  --gold: #b58a3b;
  --cream: #f5f1e8;
}

* { box-sizing: border-box; }

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--cream);
  color: var(--navy);
}

body { font-family: Arial, sans-serif; }

main {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background:
    linear-gradient(90deg, transparent 49.94%, rgba(3, 29, 70, .08) 50%, transparent 50.06%),
    linear-gradient(rgba(255, 255, 255, .72), rgba(245, 241, 232, .88));
}

main::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .25;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
}

header,
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-inline: clamp(24px, 5vw, 78px);
  text-transform: uppercase;
  letter-spacing: .22em;
}

header {
  position: relative;
  z-index: 2;
  height: 76px;
  border-bottom: 1px solid rgba(3, 29, 70, .14);
  font-size: 9px;
  font-weight: 600;
}

.status {
  display: flex;
  align-items: center;
  gap: 10px;
}

.status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(181, 138, 59, .12);
  animation: pulse 2.4s ease-in-out infinite;
}

.content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(450px, .92fr);
  min-height: calc(100svh - 136px);
}

.copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px clamp(28px, 7vw, 118px) 70px;
}

.logo {
  display: block;
  width: min(310px, 74vw);
  height: auto;
  margin: 0 0 32px;
  object-fit: contain;
}

.kicker {
  margin: 0 0 13px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(3.8rem, 5.8vw, 6.5rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .9;
}

h1 em {
  color: var(--gold);
  font-weight: 400;
}

.lead {
  max-width: 580px;
  margin: 22px 0 0;
  color: rgba(3, 29, 70, .68);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.65;
}

.meta {
  display: flex;
  gap: clamp(40px, 7vw, 100px);
  margin-top: 30px;
  padding-top: 16px;
  border-top: 1px solid rgba(3, 29, 70, .18);
}

.meta div { display: grid; gap: 5px; }
.meta span {
  color: var(--blue);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .24em;
  text-transform: uppercase;
}
.meta strong {
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 400;
}

.art {
  position: relative;
  min-height: calc(100svh - 136px);
  overflow: hidden;
  background: var(--deep);
}

.art::after {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 4;
  border: 1px solid rgba(255, 255, 255, .14);
  pointer-events: none;
}

.scene {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.stars { opacity: .65; animation: twinkle 5s ease-in-out infinite; }
.sun-disc { animation: sun 8s ease-in-out infinite; transform-origin: 380px 276px; }

.art-top {
  position: absolute;
  z-index: 5;
  top: 42px;
  left: 45px;
  right: 45px;
  display: flex;
  justify-content: space-between;
  color: rgba(255, 255, 255, .58);
  font-size: 8px;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.art-card {
  position: absolute;
  z-index: 5;
  left: 46px;
  bottom: 84px;
  display: flex;
  align-items: center;
  gap: 19px;
  width: min(360px, calc(100% - 92px));
  padding: 17px 21px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(1, 20, 47, .66);
  backdrop-filter: blur(10px);
}

.card-number {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 41px;
  line-height: 1;
}

.art-card div { display: grid; gap: 4px; }
.art-card strong {
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 400;
}
.art-card small {
  color: rgba(255, 255, 255, .55);
  font-size: 8px;
  line-height: 1.5;
  letter-spacing: .08em;
}

.caption {
  position: absolute;
  z-index: 5;
  right: 7%;
  bottom: 39px;
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 8px;
  letter-spacing: .25em;
  text-transform: uppercase;
}

.vertical {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 38px;
  color: rgba(255, 255, 255, .3);
  font-size: 7px;
  letter-spacing: .25em;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
}

footer {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  height: 60px;
  color: rgba(3, 29, 70, .55);
  border-top: 1px solid rgba(3, 29, 70, .14);
  font-size: 8px;
  font-weight: 600;
}

footer p { margin: 0; }
footer span { color: var(--gold); font-size: 13px; }

@keyframes pulse {
  50% { box-shadow: 0 0 0 9px rgba(181, 138, 59, 0); }
}

@keyframes sun {
  50% { opacity: .76; transform: scale(1.025); }
}

@keyframes twinkle {
  50% { opacity: .9; }
}

@media (max-width: 900px) {
  main { padding-bottom: 60px; }
  .content { grid-template-columns: 1fr; min-height: auto; }
  .copy {
    min-height: calc(100svh - 76px);
    padding: 48px clamp(22px, 7vw, 70px) 80px;
  }
  .art { min-height: 720px; }
  footer {
    position: relative;
    margin-top: -60px;
    color: rgba(255, 255, 255, .58);
    border-color: rgba(255, 255, 255, .14);
  }
}

@media (max-width: 560px) {
  header { height: 74px; justify-content: flex-end; }
  .place { display: none; }
  .copy {
    min-height: calc(100svh - 74px);
    padding: 42px 22px 68px;
  }
  .logo { width: 250px; margin-bottom: 52px; }
  h1 { font-size: clamp(3.4rem, 16vw, 4.8rem); }
  .lead { margin-top: 25px; line-height: 1.7; }
  .meta { justify-content: space-between; gap: 20px; margin-top: 48px; }
  .art { min-height: 600px; }
  .art-top { top: 38px; left: 37px; right: 37px; }
  .art-card { left: 36px; bottom: 88px; width: calc(100% - 72px); }
  .caption { right: 9%; }
  .vertical { display: none; }
  footer { padding-inline: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; }
}
