:root {
  --night: #09050b;
  --plum: #1c0b20;
  --wine: #461323;
  --rose: #df729b;
  --blush: #f7b7cc;
  --cream: #fff5ea;
  --gold: #d9aa59;
  --gold-light: #f5dda5;
  --muted: #bca7bb;
  --line: rgba(247, 183, 204, .18);
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--night); }
body {
  min-height: 100vh;
  margin: 0;
  color: var(--cream);
  overflow-x: hidden;
  font-family: "Cormorant Garamond", Georgia, serif;
  background:
    radial-gradient(circle at 72% 38%, rgba(115, 26, 55, .31), transparent 31rem),
    radial-gradient(circle at 15% 8%, rgba(63, 28, 73, .42), transparent 36rem),
    linear-gradient(145deg, #08050a 0%, #160919 51%, #080509 100%);
}

.atmosphere { position: fixed; inset: 0; overflow: hidden; pointer-events: none; }
.spiral {
  position: absolute;
  width: 140vmax;
  height: 140vmax;
  left: 51%;
  top: 46%;
  transform: translate(-50%, -50%);
  opacity: .055;
  background: repeating-conic-gradient(from 24deg, transparent 0 8deg, #ef86ae 9deg 10deg, transparent 11deg 18deg);
  mask-image: radial-gradient(circle, #000 0 29%, transparent 66%);
  animation: turn 110s linear infinite;
}
.halo {
  position: absolute;
  width: 56rem;
  height: 56rem;
  right: -12rem;
  top: -8rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(217, 170, 89, .12), transparent 67%);
  filter: blur(3px);
  animation: breathe 7s ease-in-out infinite;
}
.grain {
  position: absolute;
  inset: 0;
  opacity: .16;
  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='.78' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.hero {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 52px));
  min-height: calc(100vh - 70px);
  margin: 0 auto;
  padding: clamp(42px, 7vh, 78px) 0 38px;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: clamp(36px, 7vw, 98px);
  align-items: center;
}

.intro { min-width: 0; max-width: 570px; padding-left: clamp(0px, 2vw, 22px); }
.crest { width: 58px; margin-bottom: 16px; filter: drop-shadow(0 10px 28px rgba(217, 170, 89, .24)); animation: sway 6s ease-in-out infinite; transform-origin: 50% 8%; }
.crest svg { width: 100%; display: block; }
.eyebrow {
  margin: 0 0 14px;
  font-family: Manrope, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .43em;
  text-transform: uppercase;
  color: var(--gold-light);
}
h1 { margin: 0; font-size: clamp(60px, 6.1vw, 97px); line-height: .8; font-weight: 600; letter-spacing: -.035em; }
h1 em { color: var(--blush); font-weight: 600; text-shadow: 0 0 38px rgba(223, 114, 155, .22); }
.subtitle {
  margin: 25px 0 0;
  color: var(--muted);
  font-family: Manrope, sans-serif;
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.8;
}
.lede { max-width: 44ch; margin: 26px 0 0; color: #e6d8e5; font-size: 20px; line-height: 1.55; }
.lede strong { color: var(--gold-light); font-weight: 600; }
.details { display: flex; align-items: center; gap: 12px; margin-top: 23px; color: var(--rose); font-family: Manrope, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.details i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
blockquote { margin: 27px 0 0; padding: 17px 0 17px 21px; border-left: 1px solid rgba(217,170,89,.56); color: #dfcddc; font-size: 17px; font-style: italic; line-height: 1.45; }
blockquote cite { display: block; margin-top: 7px; color: var(--gold); font-family: Manrope, sans-serif; font-size: 9px; font-style: normal; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }

.countdown { margin-top: 27px; width: min(100%, 460px); padding: 18px 20px 16px; border: 1px solid rgba(217,170,89,.27); border-radius: 17px; background: linear-gradient(145deg, rgba(75,40,25,.22), rgba(19,8,23,.64)); box-shadow: 0 22px 55px rgba(0,0,0,.18); }
.countdown > p { margin: 0 0 10px; color: var(--gold-light); font-family: Manrope, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .34em; text-transform: uppercase; }
.time { display: flex; align-items: flex-start; justify-content: space-between; gap: 7px; }
.time span { min-width: 48px; text-align: center; }
.time b { display: block; color: var(--cream); font-size: clamp(29px, 4vw, 40px); line-height: 1; font-weight: 600; font-variant-numeric: tabular-nums; }
.time small { display: block; margin-top: 6px; color: #917c92; font-family: Manrope, sans-serif; font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.time > strong { color: rgba(217,170,89,.42); font-size: 28px; line-height: .92; font-weight: 500; }

.visual { position: relative; min-width: 0; min-height: min(760px, 78vh); isolation: isolate; }
.visual::before { content: ""; position: absolute; inset: 5% 2% 3% 8%; border: 1px solid rgba(247,183,204,.14); border-radius: 50% 50% 8% 8%; transform: rotate(3deg); }
.portrait-frame { position: absolute; inset: 0 2% 0 4%; overflow: hidden; border-radius: 48% 48% 20px 20px / 36% 36% 20px 20px; background: radial-gradient(circle at 53% 27%, #5c2832 0, #231016 39%, #0a0609 75%); border: 1px solid rgba(247,183,204,.18); box-shadow: 0 45px 100px rgba(0,0,0,.48), inset 0 0 80px rgba(217,170,89,.05); }
.portrait-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -100px 90px rgba(6,3,6,.86); pointer-events: none; }
.portrait { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 18%; mix-blend-mode: screen; filter: saturate(.88) contrast(1.07); }
.nameplate { position: absolute; z-index: 2; left: 36px; bottom: 31px; }
.nameplate span { display: block; margin-bottom: 5px; color: var(--gold); font-family: Manrope, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .34em; }
.nameplate strong { font-size: clamp(27px, 3.2vw, 44px); font-weight: 600; }
.object-card { position: absolute; z-index: 4; width: clamp(150px, 18vw, 220px); right: -24px; bottom: 46px; margin: 0; padding: 9px; background: #f5eee7; color: #201015; box-shadow: 0 24px 60px rgba(0,0,0,.55); transform: rotate(3.2deg); }
.object-card img { display: block; width: 100%; aspect-ratio: 1 / 1.08; object-fit: contain; object-position: center; background: #fff; filter: saturate(.92) contrast(1.03); }
.object-card figcaption { padding: 10px 7px 8px; }
.object-card span { display: block; color: #8d5861; font-family: Manrope, sans-serif; font-size: 8px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.object-card strong { display: block; margin-top: 1px; font-size: 19px; font-weight: 600; }
.ornament { position: absolute; z-index: 5; color: var(--gold-light); text-shadow: 0 0 20px rgba(245,221,165,.5); }
.ornament-one { left: -14px; top: 13%; font-size: 23px; }
.ornament-two { right: 4%; top: 7%; color: var(--rose); font-size: 18px; }

.float { position: absolute; bottom: -40px; color: rgba(223,114,155,.35); animation: rise linear infinite; }
.float svg { display: block; }
footer { position: relative; z-index: 1; display: flex; justify-content: center; gap: 15px; padding: 0 24px 24px; color: #7e697d; font-family: Manrope, sans-serif; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.footer-mark { color: var(--gold); }

@keyframes turn { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes breathe { 50% { transform: scale(1.08); opacity: .7; } }
@keyframes sway { 50% { transform: rotate(4deg); } }
@keyframes rise { 0% { transform: translateY(0) rotate(0); opacity: 0; } 12%, 85% { opacity: .65; } 100% { transform: translateY(-115vh) rotate(190deg); opacity: 0; } }

@media (max-width: 900px) {
  .hero { width: 100%; max-width: 620px; min-height: auto; padding: 36px 18px 38px; grid-template-columns: minmax(0, 1fr); gap: 44px; }
  .intro { width: 100%; max-width: 100%; padding-left: 0; text-align: center; }
  .crest { margin-inline: auto; }
  h1 { font-size: clamp(58px, 16vw, 88px); }
  .lede { margin-inline: auto; }
  .details, .time { justify-content: center; }
  blockquote { max-width: 470px; margin-inline: auto; text-align: left; }
  .countdown { margin-inline: auto; }
  .visual { min-height: min(760px, 112vw); width: min(100%, 570px); margin: 0 auto; }
  .object-card { right: -4px; }
}

@media (max-width: 520px) {
  .hero { width: 100%; max-width: 500px; padding: 27px 22px 34px; }
  .crest { width: 48px; }
  h1 { width: 100%; max-width: 100%; font-size: clamp(45px, 13vw, 60px); line-height: .84; }
  h1 em { display: inline-block; }
  .subtitle { letter-spacing: .14em; }
  .lede { max-width: 100%; font-size: 18px; overflow-wrap: anywhere; }
  .details { gap: 8px; letter-spacing: .12em; }
  .countdown { padding-inline: 12px; }
  .time { gap: 2px; }
  .time span { min-width: 43px; }
  .visual { min-height: 136vw; }
  .portrait-frame { inset-inline: 0; }
  .nameplate { left: 22px; bottom: 24px; }
  .object-card { width: 135px; right: -3px; bottom: 38px; }
  footer { flex-wrap: wrap; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .spiral, .halo, .crest, .float { animation: none !important; }
}
