:root {
  --bone: #eee8d8;
  --bone-light: #f8f3e6;
  --bone-deep: #d7ccb8;
  --ink: #131313;
  --ink-soft: #2a2721;
  --gold: #b98932;
  --gold-soft: #d8b764;
  --red: #9d110f;
  --shadow: rgba(21, 18, 13, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bone);
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 255, 255, 0.62), transparent 34rem),
    radial-gradient(circle at 20% 80%, rgba(185, 137, 50, 0.11), transparent 26rem),
    linear-gradient(115deg, rgba(19, 19, 19, 0.035) 0 1px, transparent 1px 8px),
    var(--bone);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.36;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(19, 19, 19, 0.13) 0 0.7px, transparent 0.8px),
    radial-gradient(circle at 70% 65%, rgba(255, 255, 255, 0.5) 0 0.8px, transparent 0.9px);
  background-size: 11px 13px, 17px 19px;
  mix-blend-mode: multiply;
}

.announcement-shell {
  width: 100%;
  max-width: 100vw;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: clamp(18px, 3.2vw, 48px);
  overflow: hidden;
}

.announcement-card {
  width: min(1040px, 100%);
  max-width: 100%;
  min-width: 0;
  min-height: min(760px, calc(100vh - 48px));
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.8vw, 20px);
  padding: clamp(22px, 3.5vw, 46px);
  text-align: center;
  overflow: hidden;
  border: 1px solid rgba(19, 19, 19, 0.22);
  outline: 1px solid rgba(255, 255, 255, 0.58);
  outline-offset: -8px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.08)),
    var(--bone-light);
  box-shadow:
    0 30px 80px var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    inset 0 -12px 30px rgba(83, 68, 45, 0.08);
}

.dukes-mark {
  width: min(500px, 82vw);
  max-width: 100%;
  height: auto;
  display: block;
  filter:
    drop-shadow(0 18px 20px rgba(19, 19, 19, 0.24))
    drop-shadow(0 2px 0 rgba(255, 255, 255, 0.45));
}

.site-title {
  max-width: 100%;
  margin-top: -4px;
  color: var(--ink);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.88),
    0 2px 0 rgba(19, 19, 19, 0.1);
}

.home-of {
  max-width: 100%;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(18px, 2.4vw, 28px);
  font-style: italic;
}

.product-marks {
  width: min(800px, 100%);
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(14px, 2.4vw, 24px);
  align-items: stretch;
}

.mark-panel {
  min-width: 0;
  min-height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 2vw, 24px);
  border: 1px solid rgba(19, 19, 19, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(216, 183, 100, 0.08)),
    rgba(238, 232, 216, 0.78);
  box-shadow:
    0 14px 24px rgba(19, 19, 19, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.zeros-panel {
  border-bottom-color: rgba(157, 17, 15, 0.45);
}

.colossus-panel {
  border-bottom-color: rgba(0, 132, 188, 0.45);
}

.zeros-logo {
  width: min(330px, 100%);
  max-width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 6px 0 rgba(255, 255, 255, 0.55));
}

.colossus-logo {
  width: min(360px, 100%);
  max-width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.24));
}

.coming-soon {
  margin: clamp(2px, 1vw, 10px) 0 0;
  color: var(--ink);
  max-width: 100%;
  font-size: clamp(38px, 7vw, 78px);
  font-weight: 900;
  line-height: 0.94;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  text-shadow:
    0 1px 0 var(--bone-light),
    0 3px 0 var(--gold-soft),
    0 6px 0 rgba(19, 19, 19, 0.16),
    0 15px 28px rgba(19, 19, 19, 0.22);
}

.launch-copy {
  max-width: 760px;
  margin: 0;
  color: #2d2921;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.45;
  overflow-wrap: break-word;
}

.follow-copy {
  margin: 0;
  color: #51452f;
  font-size: clamp(15px, 1.7vw, 18px);
  font-weight: 700;
  letter-spacing: 0.02em;
  overflow-wrap: anywhere;
}

@media (max-width: 720px) {
  .announcement-shell {
    display: block;
    width: 100vw;
    max-width: 100vw;
    padding: 14px;
    align-items: start;
  }

  .announcement-card {
    width: min(360px, calc(100vw - 28px));
    max-width: min(360px, calc(100vw - 28px));
    min-height: calc(100vh - 28px);
    justify-content: space-evenly;
    gap: 10px;
    padding: 18px 16px;
    margin: 0 auto;
  }

  .dukes-mark {
    width: min(300px, 78vw);
  }

  .product-marks {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mark-panel {
    min-height: 86px;
    padding: 10px 12px;
  }

  .zeros-logo {
    width: min(240px, 84%);
  }

  .colossus-logo {
    width: min(260px, 84%);
  }

  .launch-copy {
    max-width: 36rem;
    font-size: 15px;
  }
}

@media (max-width: 420px) {
  .announcement-card {
    justify-content: space-evenly;
    outline-offset: -6px;
  }

  .site-title {
    font-size: 15px;
  }

  .home-of {
    font-size: 17px;
  }

  .coming-soon {
    font-size: clamp(28px, 9.5vw, 36px);
    line-height: 1;
  }

  .launch-copy {
    font-size: 15px;
    line-height: 1.35;
  }

  .follow-copy {
    font-size: 13px;
  }
}
