@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600;700&family=Playfair+Display:ital,wght@1,600&display=swap');

:root {
  --black: #070603;
  --ink: #0c0904;
  --gold: #d9a72e;
  --gold-light: #ffe189;
  --cream: #f8eed2;
  --muted: #a3977c;
  --line: rgba(226, 177, 62, 0.24);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--cream);
  background:
    radial-gradient(circle at 50% 28%, rgba(178, 112, 10, .14), transparent 30%),
    linear-gradient(rgba(210, 157, 35, .026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(210, 157, 35, .026) 1px, transparent 1px),
    var(--black);
  background-size: auto, 64px 64px, 64px 64px, auto;
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  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='.23'/%3E%3C/svg%3E");
}

.page-shell { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }

.site-header {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.brand { color: inherit; text-decoration: none; display: flex; align-items: center; gap: 12px; }

.brand-mark {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--black);
  background: linear-gradient(135deg, #fbe590, #ad7314);
  font: 700 18px/1 "Manrope", sans-serif;
  clip-path: polygon(25% 0, 100% 0, 75% 100%, 0 100%);
}

.brand-name { font: 700 17px/1 "Manrope", sans-serif; letter-spacing: .18em; }
.brand-name span { color: var(--gold); }

.status {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 14px var(--gold);
  animation: pulse 2s infinite;
}

.hero { padding: 42px 0 38px; text-align: center; position: relative; }

.hero::before, .hero::after {
  content: "";
  position: absolute;
  top: 136px;
  width: 140px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
  opacity: .45;
}

.hero::before { right: calc(50% + 390px); }
.hero::after { left: calc(50% + 390px); transform: rotate(180deg); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--gold-light);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .23em;
  text-transform: uppercase;
  animation: fadeUp .7s both;
}

.eyebrow span { width: 28px; height: 1px; background: var(--gold); }

h1 {
  margin: 16px auto 12px;
  max-width: 860px;
  font: 600 clamp(45px, 5.6vw, 72px)/.94 "Manrope", sans-serif;
  letter-spacing: -.065em;
  animation: fadeUp .8s .08s both;
}

h1 em {
  color: var(--gold-light);
  font-family: "Playfair Display", serif;
  font-weight: 600;
  letter-spacing: -.03em;
}

.intro {
  width: min(540px, 100%);
  margin: 0 auto 24px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  animation: fadeUp .8s .16s both;
}

.feature-image {
  position: relative;
  margin: 0 auto;
  width: fit-content;
  max-width: min(760px, 100%);
  padding: 10px;
  border: 1px solid rgba(230, 181, 63, .25);
  background: rgba(218, 169, 48, .045);
  box-shadow: 0 30px 100px rgba(0, 0, 0, .55), 0 0 70px rgba(196, 124, 12, .08);
  animation: fadeUp 1s .22s both;
}

.feature-image img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: min(53vh, 507px);
  object-fit: contain;
  filter: saturate(.9) contrast(1.03);
}

.corner { position: absolute; z-index: 2; width: 30px; height: 30px; }
.corner-tl { top: -5px; left: -5px; border-top: 1px solid var(--gold-light); border-left: 1px solid var(--gold-light); }
.corner-tr { top: -5px; right: -5px; border-top: 1px solid var(--gold-light); border-right: 1px solid var(--gold-light); }
.corner-bl { bottom: -5px; left: -5px; border-bottom: 1px solid var(--gold-light); border-left: 1px solid var(--gold-light); }
.corner-br { bottom: -5px; right: -5px; border-bottom: 1px solid var(--gold-light); border-right: 1px solid var(--gold-light); }

footer {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 30px 0 34px;
  border-top: 1px solid var(--line);
  color: #716957;
  font-size: 10px;
  letter-spacing: .06em;
}

footer p { margin: 0; }

.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; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 50% { opacity: .4; box-shadow: 0 0 5px var(--gold); } }

@media (max-width: 760px) {
  .page-shell { width: min(100% - 30px, 600px); }
  .site-header { height: 78px; }
  .hero { padding-top: 34px; }
  h1 { font-size: clamp(43px, 13.5vw, 67px); }
  .intro { margin-bottom: 22px; }
  .feature-image { padding: 6px; }
  footer { flex-direction: column; gap: 8px; text-align: center; }
}

@media (max-width: 440px) {
  .status { font-size: 0; }
  .status i { display: block; }
  .hero { padding-top: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
