:root {
  --background: #f4efe7;
  --text: #20201e;
  --accent: #e9684b;
  --soft-accent: #e7b9a9;
  --muted: #77736d;
  --line: rgba(32, 32, 30, 0.18);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

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

.coming-soon {
  position: relative;
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  padding: 42px clamp(24px, 6vw, 90px);
  overflow: hidden;
  grid-template-rows: auto 1fr auto;
}

.brand {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.brand-mark {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--accent);
}

.brand-mark span {
  position: absolute;
  display: block;
  background: var(--background);
}

.brand-mark .bird-body {
  top: 13px;
  left: 8px;
  width: 17px;
  height: 10px;
  border-radius: 60% 45% 55% 60%;
  transform: rotate(-8deg);
}

.brand-mark .bird-body::after {
  position: absolute;
  top: 1px;
  right: -6px;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 7px solid var(--background);
  content: "";
}

.brand-mark .bird-wing {
  top: 8px;
  left: 11px;
  width: 10px;
  height: 12px;
  border-radius: 100% 10% 80% 20%;
  transform: rotate(38deg);
}

.content {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 780px;
  padding: 80px 0;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 32px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 42px;
  height: 1px;
  background: var(--accent);
  content: "";
}

h1 {
  max-width: 700px;
  margin: 0 0 32px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(70px, 11vw, 150px);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.07em;
}

h1 em {
  color: var(--accent);
  font-weight: 400;
}

.intro {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.7;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 42px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(233, 104, 75, 0.14);
}

.decoration {
  position: absolute;
  top: 50%;
  right: clamp(-90px, 4vw, 70px);
  width: clamp(280px, 34vw, 520px);
  aspect-ratio: 1;
  transform: translateY(-50%);
}

.decoration span {
  position: absolute;
  display: block;
}

.sun {
  inset: 5%;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.sun::after {
  position: absolute;
  top: 11%;
  right: 8%;
  width: 28%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--soft-accent);
  content: "";
}

.decoration .body {
  top: 50%;
  left: 31%;
  z-index: 3;
  width: 42%;
  height: 20%;
  border-radius: 65% 46% 55% 60%;
  background: var(--text);
  transform: rotate(8deg);
}

.decoration .head {
  top: 43%;
  left: 65%;
  z-index: 5;
  width: 18%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--text);
}

.decoration .eye {
  top: 48%;
  left: 76%;
  z-index: 7;
  width: 1.6%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--background);
}

.decoration .beak {
  top: 50%;
  left: 80%;
  z-index: 6;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 22px solid var(--accent);
}

.wing {
  z-index: 4;
  transform-origin: 80% 100%;
}

.wing-one {
  top: 17%;
  left: 27%;
  width: 48%;
  height: 34%;
  border-radius: 100% 8% 90% 18%;
  background: var(--text);
  transform: rotate(31deg);
}

.wing-two {
  top: 23%;
  left: 27%;
  width: 43%;
  height: 26%;
  border-radius: 100% 8% 90% 20%;
  background: var(--soft-accent);
  transform: rotate(22deg);
}

.wing-three {
  top: 31%;
  left: 30%;
  width: 35%;
  height: 19%;
  border-radius: 100% 10% 86% 22%;
  background: var(--accent);
  transform: rotate(16deg);
}

.tail {
  z-index: 2;
  width: 28%;
  height: 6%;
  border-radius: 100% 7% 8% 100%;
  transform-origin: right center;
}

.tail-one {
  top: 59%;
  left: 11%;
  background: var(--text);
  transform: rotate(15deg);
}

.tail-two {
  top: 64%;
  left: 9%;
  background: var(--accent);
  transform: rotate(-2deg);
}

footer {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .decoration {
    right: -120px;
    opacity: 0.28;
  }

  .content {
    max-width: 650px;
  }
}

@media (max-width: 600px) {
  .coming-soon {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .content {
    padding: 60px 0;
  }

  h1 {
    font-size: clamp(64px, 22vw, 96px);
  }

  .intro {
    max-width: 430px;
  }

  .decoration {
    top: 44%;
    right: -170px;
    width: 430px;
    opacity: 0.18;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }
}
