:root {
  --black: #050505;
  --panel: #0d0d0d;
  --gold: #d6b362;
  --gold-light: #f4df9d;
  --muted: #99958b;
  --line: rgba(214, 179, 98, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--black);
}

body {
  margin: 0;
  background: var(--black);
  color: #f5f2eb;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-shell {
  position: relative;
  display: grid;
  min-height: 100svh;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(rgba(214, 179, 98, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214, 179, 98, 0.035) 1px, transparent 1px),
    #050505;
  background-size: 72px 72px;
}

.site-shell::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 12% 55%, rgba(214, 179, 98, 0.08), transparent 28%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.28), rgba(5, 5, 5, 0.82) 50%, rgba(5, 5, 5, 0.18));
  pointer-events: none;
}

.noise {
  position: absolute;
  z-index: 8;
  inset: 0;
  opacity: 0.08;
  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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.32'/%3E%3C/svg%3E");
}

.ambient {
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  filter: blur(110px);
  pointer-events: none;
}

.ambient-one {
  top: -20rem;
  right: 22%;
  width: 34rem;
  height: 34rem;
  background: rgba(214, 179, 98, 0.12);
}

.ambient-two {
  bottom: -18rem;
  left: -12rem;
  width: 30rem;
  height: 30rem;
  background: rgba(148, 109, 37, 0.08);
}

.topbar {
  width: min(1440px, calc(100% - 112px));
  margin: 0 auto;
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.wordmark {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.38em;
  line-height: 1;
  background: linear-gradient(105deg, #9c7429 3%, #f6df9a 42%, #bd8c34 72%, #f4dea0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.wordmark::after {
  position: absolute;
  right: 0.38em;
  bottom: -13px;
  left: 0;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.top-status {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 10px 14px;
  border: 1px solid rgba(214, 179, 98, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  color: #b8b3a7;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.status-dot {
  position: relative;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(214, 179, 98, 0.9);
}

.status-dot::after {
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(214, 179, 98, 0.5);
  border-radius: 50%;
  content: "";
  animation: status-pulse 2.4s ease-out infinite;
}

.hero {
  width: min(1440px, calc(100% - 112px));
  margin: 0 auto;
  padding: 64px 0 54px;
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(440px, 0.76fr);
  align-items: center;
  gap: clamp(64px, 8vw, 132px);
}

.hero-copy {
  max-width: 720px;
  animation: reveal 0.9s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.eyebrow-line {
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

h1 {
  max-width: 740px;
  margin: 0;
  font-size: clamp(4.1rem, 6.35vw, 7.3rem);
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 0.91;
}

h1 span {
  display: block;
  padding-bottom: 0.08em;
  background: linear-gradient(100deg, #9c7022 2%, #f6dea0 42%, #c59742 76%, #f8e6ae);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.intro {
  max-width: 620px;
  margin: 34px 0 0;
  color: #9d998f;
  font-size: 16px;
  line-height: 1.75;
}

.intro strong {
  color: #e2dac8;
  font-size: 0.92em;
  letter-spacing: 0.12em;
}

.revision-card {
  max-width: 640px;
  margin-top: 42px;
  padding: 18px 18px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(214, 179, 98, 0.17);
  border-radius: 18px;
  background:
    linear-gradient(115deg, rgba(214, 179, 98, 0.07), transparent 44%),
    rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.035), 0 18px 55px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.revision-icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(214, 179, 98, 0.22);
  border-radius: 13px;
  background: rgba(214, 179, 98, 0.08);
}

.revision-icon span {
  width: 16px;
  height: 16px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 2.4s linear infinite;
}

.card-label {
  margin: 0 0 5px;
  color: #eee8dc;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.card-copy {
  margin: 0;
  color: #77736b;
  font-size: 11px;
  line-height: 1.5;
}

.soon-pill {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(214, 179, 98, 0.1);
  color: #cdaa59;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.visual-wrap {
  position: relative;
  width: min(100%, 500px);
  justify-self: end;
  animation: visual-reveal 1.15s 0.12s cubic-bezier(0.2, 0.75, 0.2, 1) both;
}

.visual-frame {
  position: relative;
  aspect-ratio: 0.72;
  overflow: hidden;
  border: 1px solid rgba(214, 179, 98, 0.24);
  border-radius: 4px;
  background: #070707;
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.52), 0 0 80px rgba(214, 179, 98, 0.045);
}

.visual-frame::before {
  position: absolute;
  z-index: 2;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  content: "";
  pointer-events: none;
}

.visual-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 41%;
  filter: contrast(1.06) saturate(0.92);
  transform: scale(1.03);
  transition: transform 1.4s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.visual-wrap:hover .visual-frame img {
  transform: scale(1.07);
}

.visual-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 45%, rgba(0, 0, 0, 0.72)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.25), transparent 50%);
}

.visual-caption {
  position: absolute;
  z-index: 3;
  right: 28px;
  bottom: 26px;
  left: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.caption-number {
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-style: italic;
  letter-spacing: 0;
}

.caption-line {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, rgba(214, 179, 98, 0.45), rgba(255, 255, 255, 0.08));
}

.frame-corner {
  position: absolute;
  width: 58px;
  height: 58px;
  pointer-events: none;
}

.frame-corner-one {
  top: -14px;
  right: -14px;
  border-top: 1px solid rgba(214, 179, 98, 0.62);
  border-right: 1px solid rgba(214, 179, 98, 0.62);
}

.frame-corner-two {
  bottom: -14px;
  left: -14px;
  border-bottom: 1px solid rgba(214, 179, 98, 0.38);
  border-left: 1px solid rgba(214, 179, 98, 0.38);
}

footer {
  width: min(1440px, calc(100% - 112px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: #5d5a54;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-note {
  display: flex;
  align-items: center;
  gap: 9px;
}

.footer-note span {
  width: 18px;
  height: 1px;
  background: #78602f;
}

@keyframes status-pulse {
  0% {
    opacity: 0.65;
    transform: scale(0.65);
  }
  70%,
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes visual-reveal {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.975);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1080px) {
  .topbar,
  .hero,
  footer {
    width: min(100% - 64px, 940px);
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 52px;
  }

  h1 {
    font-size: clamp(3.6rem, 7vw, 5.6rem);
  }
}

@media (max-width: 780px) {
  .site-shell {
    overflow: clip;
    background-size: 48px 48px;
  }

  .topbar,
  .hero,
  footer {
    width: calc(100% - 40px);
  }

  .topbar {
    min-height: 82px;
  }

  .wordmark {
    font-size: 19px;
  }

  .top-status {
    padding: 8px 10px;
    font-size: 8px;
    letter-spacing: 0.11em;
  }

  .hero {
    padding: 44px 0 52px;
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .hero-copy {
    max-width: none;
  }

  .eyebrow {
    margin-bottom: 22px;
    font-size: 9px;
  }

  h1 {
    max-width: 600px;
    font-size: clamp(3.7rem, 15vw, 6.1rem);
  }

  .intro {
    margin-top: 25px;
    font-size: 14px;
  }

  .revision-card {
    margin-top: 30px;
  }

  .visual-wrap {
    width: min(84vw, 430px);
    justify-self: center;
  }

  footer {
    min-height: 68px;
  }
}

@media (max-width: 500px) {
  .top-status {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 0;
  }

  .status-dot {
    width: 8px;
    height: 8px;
  }

  .hero {
    padding-top: 38px;
    gap: 46px;
  }

  h1 {
    font-size: clamp(3.25rem, 16vw, 4.8rem);
  }

  .revision-card {
    grid-template-columns: auto 1fr;
  }

  .soon-pill {
    display: none;
  }

  .visual-wrap {
    width: calc(100% - 18px);
  }

  footer {
    justify-content: center;
  }

  .footer-note {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
