:root {
  --ink: #4a2d21;
  --ink-soft: #715247;
  --amber: #ef8e36;
  --amber-light: #ffc464;
  --cream: #fff9ef;
  --paper: #fffdf8;
  --line: rgba(74, 45, 33, 0.15);
  --pointer-x: 0px;
  --pointer-y: 0px;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--cream);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family:
    "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  border-radius: 0.5rem;
  color: #fff;
  background: var(--ink);
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.coming-soon-page {
  min-height: 100svh;
  isolation: isolate;
  background:
    radial-gradient(
      circle at 77% 44%,
      rgba(255, 192, 97, 0.22),
      transparent 25rem
    ),
    linear-gradient(128deg, var(--paper) 0%, var(--cream) 54%, #fff4df 100%);
}

.site-shell {
  position: relative;
  z-index: 2;
  width: min(100% - 2rem, 1180px);
  padding-block: 2rem;
}

.site-header,
.site-footer {
  flex: 0 0 auto;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-seed {
  width: 0.7rem;
  height: 1.02rem;
  border-radius: 65% 35% 65% 35%;
  background: linear-gradient(145deg, var(--amber-light), var(--amber));
  box-shadow: 0 4px 14px rgba(239, 142, 54, 0.34);
  transform: rotate(28deg);
}

.domain-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.45rem;
  padding: 0.65rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.52);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  backdrop-filter: blur(10px);
}

.hero {
  min-height: 34rem;
  padding-block: clamp(3rem, 7vh, 5.5rem);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--amber);
  font-size: clamp(0.7rem, 1vw, 0.78rem);
  font-weight: 750;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.eyebrow-line {
  width: 2.5rem;
  height: 1px;
  background: linear-gradient(90deg, var(--amber), var(--amber-light));
}

.display-title {
  max-width: 11ch;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.2rem, 8.1vw, 7.3rem);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.065em;
}

.display-title span {
  display: block;
  color: var(--amber);
  font-style: italic;
}

.lead-copy {
  max-width: 34rem;
  color: var(--ink-soft);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  font-weight: 430;
  line-height: 1.72;
}

.status-row {
  gap: 0.72rem;
  margin-top: 2.25rem;
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.status-dot {
  position: relative;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 0 0.36rem rgba(239, 142, 54, 0.13);
}

.status-dot::after {
  position: absolute;
  inset: -0.36rem;
  border: 1px solid rgba(239, 142, 54, 0.42);
  border-radius: inherit;
  content: "";
  animation: pulse 2.6s ease-out infinite;
}

.brand-stage {
  position: relative;
  display: flex;
  width: min(100%, 27rem);
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3.25rem;
  border: 1px solid rgba(119, 68, 40, 0.11);
  border-radius: 50%;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.82),
    rgba(255, 240, 216, 0.65)
  );
  box-shadow:
    0 2.25rem 6rem rgba(108, 63, 35, 0.12),
    inset 0 0 0 0.7rem rgba(255, 255, 255, 0.32);
  transform: translate3d(var(--pointer-x), var(--pointer-y), 0);
  transition: transform 220ms ease-out;
}

.brand-stage::before,
.brand-stage::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.brand-stage::before {
  inset: 1.35rem;
  border: 1px dashed rgba(239, 142, 54, 0.25);
}

.brand-stage::after {
  top: 11%;
  right: 11%;
  width: 1.35rem;
  height: 2rem;
  background: linear-gradient(145deg, #ffd174, var(--amber));
  box-shadow: 0 0.8rem 1.6rem rgba(239, 142, 54, 0.25);
  transform: rotate(38deg);
}

.stage-ring {
  position: absolute;
  border: 1px solid rgba(74, 45, 33, 0.09);
  border-radius: 50%;
  pointer-events: none;
}

.stage-ring-outer {
  inset: -1rem;
}

.stage-ring-inner {
  inset: 3.25rem;
}

.orbit-seed {
  position: absolute;
  z-index: 2;
  display: block;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: var(--ink);
}

.orbit-seed-one {
  left: 6%;
  bottom: 29%;
}

.orbit-seed-two {
  top: 34%;
  right: -0.15rem;
  width: 0.34rem;
  height: 0.34rem;
  background: var(--amber);
}

.logo-medallion {
  position: relative;
  z-index: 3;
  width: 46%;
  aspect-ratio: 1;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.86);
  border-radius: 50%;
  background: #fff;
  box-shadow:
    0 1.1rem 2.8rem rgba(103, 56, 31, 0.18),
    0 0 0 1px rgba(185, 88, 27, 0.15);
}

.brand-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 333%;
  max-width: none;
  height: auto;
  transform: translate(-50%, -40.9%);
}

.stage-brand {
  position: relative;
  z-index: 3;
  margin-top: 1.1rem;
  color: var(--ink);
  font-size: clamp(0.8rem, 1.3vw, 1rem);
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.stage-tagline {
  position: relative;
  z-index: 3;
  max-width: 21rem;
  margin-top: 0.65rem;
  color: #987e73;
  font-size: clamp(0.56rem, 0.8vw, 0.66rem);
  font-weight: 650;
  letter-spacing: 0.12em;
  line-height: 1.55;
  text-align: center;
  text-transform: uppercase;
}

.site-footer {
  gap: 1rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
  color: #94796e;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-note {
  color: var(--ink-soft);
  font-weight: 650;
}

.ambient-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(3px);
  pointer-events: none;
}

.ambient-glow-one {
  top: -10rem;
  right: -7rem;
  width: 31rem;
  height: 31rem;
  background: rgba(255, 196, 100, 0.13);
}

.ambient-glow-two {
  bottom: -15rem;
  left: -12rem;
  width: 34rem;
  height: 34rem;
  background: rgba(193, 102, 48, 0.07);
}

.grain {
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0.32;
  background-image: radial-gradient(
    rgba(74, 45, 33, 0.12) 0.55px,
    transparent 0.55px
  );
  background-size: 5px 5px;
  mask-image: linear-gradient(to bottom, black, transparent 65%);
  pointer-events: none;
}

.hero-copy,
.brand-stage,
.site-footer {
  opacity: 0;
  transform: translateY(18px);
}

.page-ready .hero-copy,
.page-ready .brand-stage,
.page-ready .site-footer {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 850ms ease,
    transform 850ms cubic-bezier(0.22, 1, 0.36, 1);
}

.page-ready .brand-stage {
  transform: translate3d(var(--pointer-x), var(--pointer-y), 0);
  transition:
    opacity 850ms 120ms ease,
    transform 220ms ease-out;
}

.page-ready .site-footer {
  transition-delay: 240ms;
}

@keyframes pulse {
  0% {
    opacity: 0.7;
    transform: scale(0.72);
  }

  75%,
  100% {
    opacity: 0;
    transform: scale(1.55);
  }
}

@media (max-width: 991.98px) {
  .site-shell {
    width: min(100% - 2rem, 760px);
  }

  .hero {
    min-height: auto;
    padding-block: 4.5rem 4rem;
    text-align: center;
  }

  .eyebrow {
    justify-content: center;
  }

  .display-title,
  .lead-copy {
    margin-inline: auto;
  }

  .status-row {
    justify-content: center;
  }

  .brand-stage {
    width: min(100%, 24rem);
    margin-top: 4.5rem;
  }
}

@media (max-width: 575.98px) {
  .site-shell {
    width: min(100% - 1.5rem, 34rem);
    padding-block: 1.25rem;
  }

  .domain-pill {
    min-height: 2.1rem;
    padding: 0.5rem 0.72rem;
    font-size: 0.62rem;
  }

  .brand-lockup {
    gap: 0.55rem;
    font-size: 0.67rem;
    letter-spacing: 0.16em;
  }

  .hero {
    padding-block: 3.7rem 3.3rem;
  }

  .eyebrow {
    gap: 0.65rem;
    letter-spacing: 0.13em;
  }

  .eyebrow-line {
    width: 1.45rem;
  }

  .display-title {
    font-size: clamp(3.55rem, 18vw, 5.15rem);
    line-height: 0.92;
  }

  .lead-copy {
    max-width: 28rem;
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .status-row {
    margin-top: 1.8rem;
    font-size: 0.66rem;
  }

  .brand-stage {
    width: min(92vw, 20.5rem);
    margin-top: 3.5rem;
    padding: 2.5rem;
  }

  .stage-brand {
    margin-top: 0.85rem;
    font-size: 0.74rem;
  }

  .stage-tagline {
    max-width: 16rem;
    font-size: 0.53rem;
  }

  .site-footer {
    align-items: center;
    padding-top: 1.1rem;
    font-size: 0.62rem;
    text-align: center;
  }
}

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

  .hero-copy,
  .brand-stage,
  .site-footer {
    opacity: 1;
    transform: none;
  }
}
