:root {
  --charcoal: #161312;
  --cream: #f6ebdd;
  --soft-cream: #d8cbbd;
  --gold: #c5a05a;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--charcoal);
  color: var(--cream);
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
}

.coming-soon {
  isolation: isolate;
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  background: #160c0d;
}

.hero-image,
.hero-shade,
.grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-image {
  z-index: -3;
  background: url("images/hero-food.png") center / cover no-repeat;
  animation:
    image-arrival 1.6s cubic-bezier(0.2, 0.8, 0.2, 1) both,
    slow-push 18s ease-in-out 1.6s infinite alternate;
}

.hero-shade {
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(18, 7, 9, 0.99) 0%,
      rgba(34, 8, 13, 0.95) 31%,
      rgba(30, 8, 12, 0.61) 49%,
      rgba(9, 8, 7, 0.05) 73%
    ),
    linear-gradient(0deg, rgba(7, 5, 4, 0.45), transparent 34%);
}

.grain {
  z-index: -1;
  opacity: 0.16;
  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='.22'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.site-header {
  min-height: 96px;
  padding: 34px clamp(24px, 4.8vw, 76px) 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  animation: fade-down 800ms ease-out both;
}

.wordmark {
  width: max-content;
  text-decoration: none;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.29em;
  text-transform: uppercase;
}

.wordmark:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 8px;
}

.header-ornament {
  width: min(26vw, 330px);
  display: flex;
  align-items: center;
}

.header-ornament span {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.header-ornament i {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
  box-shadow: 8px -8px 0 -1px var(--charcoal), 8px -8px 0 0 var(--gold);
}

.hero {
  padding: clamp(32px, 6vh, 72px) clamp(24px, 4.8vw, 76px) 54px;
  display: flex;
  align-items: center;
}

.hero-copy {
  width: min(47vw, 680px);
}

.eyebrow {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--gold);
  animation: rise-in 700ms 140ms ease-out both;
}

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

.eyebrow p {
  margin: 0;
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: var(--cream);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(4.35rem, 6.55vw, 6.7rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.87;
  text-wrap: balance;
  animation: rise-in 850ms 220ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.intro {
  max-width: 540px;
  margin: 34px 0 0;
  color: var(--soft-cream);
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.7;
  text-wrap: pretty;
  animation: rise-in 800ms 350ms ease-out both;
}

.promise {
  margin: 20px 0 0;
  color: var(--cream);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.3rem, 1.7vw, 1.65rem);
  font-style: italic;
  font-weight: 500;
  animation: rise-in 800ms 460ms ease-out both;
}

.domain {
  width: min(100%, 490px);
  margin-top: clamp(42px, 6vh, 72px);
  color: var(--gold);
  animation: rise-in 800ms 560ms ease-out both;
}

.domain span {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), rgba(197, 160, 90, 0.18));
}

.domain p {
  margin: 18px 0 0;
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.36em;
  text-transform: uppercase;
}

.site-footer {
  padding: 18px clamp(24px, 4.8vw, 76px) 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: rgba(246, 235, 221, 0.48);
  font-size: 0.65rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
}

@keyframes rise-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fade-down {
  from { opacity: 0; transform: translateY(-12px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes image-arrival {
  from { opacity: 0; transform: scale(1.04); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes slow-push {
  from { transform: scale(1); }
  to { transform: scale(1.025); }
}

@media (max-width: 900px) {
  .hero-image { background-position: 64% center; }
  .hero-shade {
    background:
      linear-gradient(
        90deg,
        rgba(24, 7, 10, 0.99) 0%,
        rgba(28, 8, 12, 0.94) 48%,
        rgba(12, 8, 7, 0.38) 100%
      ),
      linear-gradient(0deg, rgba(8, 5, 4, 0.7), transparent 48%);
  }
  .hero-copy { width: min(70vw, 610px); }
  h1 { font-size: clamp(4rem, 9.2vw, 6rem); }
}

@media (max-width: 640px) {
  .site-header { min-height: 76px; padding-top: 26px; }
  .wordmark { font-size: 1rem; letter-spacing: 0.22em; }
  .header-ornament { width: 20vw; }
  .hero { padding-top: 28px; padding-bottom: 30px; }
  .hero-image { background-position: 69% center; }
  .hero-shade {
    background:
      linear-gradient(
        90deg,
        rgba(20, 7, 9, 0.98) 0%,
        rgba(27, 8, 12, 0.91) 65%,
        rgba(12, 8, 7, 0.44) 100%
      ),
      linear-gradient(0deg, rgba(9, 5, 5, 0.86) 0%, rgba(9, 5, 5, 0.15) 56%);
  }
  .hero-copy { width: 100%; }
  .eyebrow { margin-bottom: 18px; }
  .eyebrow span { width: 42px; }
  h1 {
    max-width: 500px;
    font-size: clamp(3.5rem, 16vw, 5rem);
    line-height: 0.9;
  }
  .intro {
    width: min(94%, 480px);
    margin-top: 26px;
    font-size: 0.96rem;
    line-height: 1.65;
  }
  .promise { font-size: 1.25rem; }
  .domain { margin-top: 40px; }
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    font-size: 0.57rem;
  }
}

@media (max-height: 720px) and (min-width: 641px) {
  .site-header { min-height: 74px; padding-top: 24px; }
  .hero { padding-top: 18px; padding-bottom: 26px; }
  h1 { font-size: clamp(4rem, 6.2vw, 5.75rem); }
  .intro { margin-top: 24px; }
  .domain { margin-top: 34px; }
  .site-footer { padding-top: 12px; padding-bottom: 16px; }
}

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