:root {
  color-scheme: light;
  --ink: #14201c;
  --muted: #5f6f69;
  --moss: #173f35;
  --fern: #557f67;
  --rose: #bd6f68;
  --gold: #d5a84f;
  --paper: #fbf7ef;
  --line: rgba(20, 32, 28, 0.13);
  --shadow: 0 28px 80px rgba(23, 63, 53, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--paper);
  font-size: 16px;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 8%, rgba(213, 168, 79, 0.2), transparent 30rem),
    radial-gradient(circle at 86% 14%, rgba(189, 111, 104, 0.18), transparent 32rem),
    linear-gradient(135deg, #fbf7ef 0%, #eef1e7 45%, #e1ebdf 100%);
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.site-header,
.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0 12px;
}

.brand-mark {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  color: var(--ink);
  text-decoration: none;
}

.brand-sign {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  color: var(--moss);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-style: italic;
  text-transform: lowercase;
  box-shadow: 0 14px 34px rgba(23, 63, 53, 0.12);
}

.brand-mark strong,
.brand-mark small {
  display: block;
}

.brand-mark strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 600;
}

.brand-mark small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.82rem;
}

.hero-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  min-height: calc(100vh - 160px);
  margin: 0 auto;
  padding: clamp(42px, 8vh, 92px) 0 clamp(30px, 5vh, 54px);
}

.hero-shell::before {
  position: absolute;
  inset: 4% 0 auto auto;
  width: min(48vw, 600px);
  height: min(48vw, 600px);
  border: 1px solid rgba(23, 63, 53, 0.1);
  border-radius: 48% 52% 44% 56%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 34% 36%, rgba(255, 255, 255, 0.48), transparent 9rem);
  content: "";
  animation: breathe 9s ease-in-out infinite;
}

.ambient {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  opacity: 0.72;
  pointer-events: none;
}

.ambient-one {
  right: 38%;
  bottom: 12%;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(189, 111, 104, 0.32);
  animation: drift 8s ease-in-out infinite;
}

.ambient-two {
  top: 22%;
  left: 0;
  width: 62px;
  height: 62px;
  background: rgba(213, 168, 79, 0.22);
  animation: drift 10s ease-in-out infinite reverse;
}

.hero-content,
.status-card,
.preview-band {
  position: relative;
  z-index: 1;
}

.eyebrow,
.status-kicker {
  margin: 0 0 18px;
  color: var(--rose);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 7vw, 6.9rem);
  font-weight: 500;
  hyphens: manual;
  line-height: 0.95;
  overflow-wrap: normal;
}

.lead {
  max-width: 690px;
  margin-bottom: 34px;
  color: #344841;
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button:focus-visible {
  outline: 3px solid rgba(213, 168, 79, 0.5);
  outline-offset: 3px;
}

.button-primary {
  background: var(--moss);
  color: #fffaf2;
  box-shadow: 0 16px 36px rgba(23, 63, 53, 0.28);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.58);
  color: var(--moss);
}

.status-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  padding: clamp(26px, 4vw, 40px);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.52)),
    linear-gradient(180deg, rgba(85, 127, 103, 0.13), rgba(189, 111, 104, 0.08));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.status-card h2 {
  max-width: 14ch;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 500;
  line-height: 1.02;
}

.status-card p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.orbit {
  position: relative;
  width: min(100%, 300px);
  aspect-ratio: 1;
  margin: 0 auto 34px;
}

.orbit::before {
  position: absolute;
  inset: 16%;
  border-radius: 42% 58% 48% 52%;
  background:
    radial-gradient(circle at 45% 35%, rgba(255, 255, 255, 0.88), transparent 4.8rem),
    linear-gradient(135deg, rgba(85, 127, 103, 0.88), rgba(213, 168, 79, 0.72));
  box-shadow: inset 0 0 46px rgba(255, 255, 255, 0.32), 0 24px 56px rgba(23, 63, 53, 0.24);
  content: "";
  animation: breathe 7s ease-in-out infinite;
}

.orbit span {
  position: absolute;
  inset: 6%;
  border: 1px solid rgba(23, 63, 53, 0.24);
  border-radius: 45% 55% 52% 48%;
  animation: rotate 16s linear infinite;
}

.orbit span:nth-child(2) {
  inset: 18%;
  animation-duration: 12s;
  animation-direction: reverse;
}

.orbit span:nth-child(3) {
  inset: 30%;
  border-color: rgba(189, 111, 104, 0.32);
  animation-duration: 20s;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 0;
}

.countdown div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 8px;
  background: rgba(255, 255, 255, 0.58);
  text-align: center;
}

.countdown dt {
  color: var(--moss);
  font-size: clamp(1.55rem, 4vw, 2.35rem);
  font-weight: 900;
  line-height: 1;
}

.countdown dd {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.preview-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 32px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
  box-shadow: 0 18px 48px rgba(23, 63, 53, 0.08);
}

.preview-band article {
  min-height: 196px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.54);
}

.preview-band span {
  display: block;
  margin-bottom: 28px;
  color: var(--rose);
  font-size: 0.8rem;
  font-weight: 900;
}

.preview-band h2 {
  margin-bottom: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
}

.preview-band p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  justify-content: space-between;
  padding: 0 0 28px;
  color: var(--muted);
  font-size: 0.9rem;
}

@keyframes breathe {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
    border-radius: 42% 58% 48% 52%;
  }

  50% {
    transform: scale(1.04) rotate(2deg);
    border-radius: 54% 46% 58% 42%;
  }
}

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

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(16px, -18px, 0);
  }
}

@media (max-width: 900px) {
  .hero-shell {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 54px;
  }

  .status-card {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 18px 26px;
    align-items: center;
  }

  .status-card > :not(.orbit) {
    grid-column: 2;
  }

  .orbit {
    grid-row: 1 / span 4;
    margin-bottom: 0;
  }

  .preview-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header,
  .site-footer,
  .hero-shell,
  .preview-band {
    width: min(1180px, calc(100% - 28px));
  }

  .site-header {
    padding-top: 18px;
  }

  .brand-sign {
    width: 42px;
    height: 42px;
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 3.35rem);
    hyphens: auto;
    line-height: 1;
    overflow-wrap: break-word;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .status-card {
    display: block;
  }

  .orbit {
    width: min(78vw, 250px);
    margin-bottom: 28px;
  }

  .countdown {
    gap: 8px;
  }

  .countdown div {
    padding-inline: 4px;
  }

  .preview-band article {
    min-height: auto;
  }
}

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