:root {
  --ink: #10283c;
  --muted: #617180;
  --warm: #fbfaf6;
  --coral: #e96356;
  --teal: #17847c;
  --line: #dfe3df;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--warm);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.maintenance {
  min-height: 100svh;
  background:
    linear-gradient(rgba(16, 40, 60, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 40, 60, 0.025) 1px, transparent 1px),
    var(--warm);
  background-size: 52px 52px;
}

.shell {
  display: flex;
  width: min(100% - 64px, 1400px);
  min-height: 100svh;
  margin: 0 auto;
  flex-direction: column;
}

.header {
  display: flex;
  min-height: 106px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 13px;
}

.wordmark-symbol {
  position: relative;
  display: grid;
  width: 40px;
  height: 40px;
  overflow: hidden;
  place-items: center;
  border-radius: 11px;
  background: var(--ink);
}

.wordmark-symbol::before,
.wordmark-symbol::after,
.wordmark-symbol span {
  position: absolute;
  bottom: 10px;
  width: 5px;
  border-radius: 3px 3px 1px 1px;
  content: "";
}

.wordmark-symbol::before {
  left: 10px;
  height: 12px;
  background: #fff;
}

.wordmark-symbol span {
  left: 18px;
  height: 19px;
  background: #fff;
}

.wordmark-symbol::after {
  right: 9px;
  height: 25px;
  background: var(--coral);
}

.wordmark-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.wordmark-copy strong {
  font-size: 1.1rem;
  font-weight: 720;
  letter-spacing: -0.035em;
}

.wordmark-copy small {
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 650;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.header-meta {
  display: flex;
  align-items: center;
  gap: 28px;
}

.domain {
  color: var(--muted);
  font-size: 0.78rem;
}

.status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  border: 1px solid rgba(23, 132, 124, 0.16);
  border-radius: 999px;
  background: rgba(23, 132, 124, 0.06);
  color: #126d67;
  font-size: 0.74rem;
  font-weight: 680;
}

.status > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(23, 132, 124, 0.1);
  animation: pulse 2.4s ease-in-out infinite;
}

.hero {
  display: grid;
  flex: 1;
  align-items: center;
  gap: clamp(60px, 8vw, 132px);
  grid-template-columns: minmax(0, 0.88fr) minmax(470px, 1.12fr);
  padding: clamp(52px, 6.4vh, 78px) 0;
}

.content {
  max-width: 650px;
  padding-left: clamp(0px, 2.2vw, 32px);
}

.overline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 30px;
  color: var(--teal);
  font-size: 0.7rem;
  font-weight: 720;
  letter-spacing: 0.19em;
}

.overline::before {
  width: 30px;
  height: 2px;
  background: var(--teal);
  content: "";
}

h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(3.65rem, 5.6vw, 5.8rem);
  font-weight: 690;
  letter-spacing: -0.065em;
  line-height: 0.98;
  text-wrap: balance;
}

h1 span {
  display: block;
  color: var(--coral);
}

.lead {
  max-width: 590px;
  margin: 31px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.17rem);
  line-height: 1.72;
}

.progress {
  max-width: 520px;
  margin-top: 39px;
}

.progress-labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 0.74rem;
}

.progress-labels strong {
  color: var(--ink);
  font-weight: 680;
}

.progress-track {
  position: relative;
  height: 2px;
  overflow: hidden;
  background: #d9dfdc;
}

.progress-track span {
  position: absolute;
  inset: 0 auto 0 0;
  width: 68%;
  background: var(--coral);
}

.content-types {
  display: flex;
  margin: 31px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 620;
  list-style: none;
}

.content-types li {
  display: flex;
  align-items: center;
}

.content-types li:not(:last-child)::after {
  width: 3px;
  height: 3px;
  margin: 0 13px;
  border-radius: 50%;
  background: var(--coral);
  content: "";
}

.visual {
  position: relative;
  padding: 24px;
  border: 1px solid rgba(16, 40, 60, 0.11);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 28px 90px rgba(16, 40, 60, 0.075);
}

.visual::before {
  position: absolute;
  top: 30%;
  right: -1px;
  width: 4px;
  height: 23%;
  border-radius: 4px 0 0 4px;
  background: var(--coral);
  content: "";
}

.visual-heading {
  display: flex;
  min-height: 45px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.visual-heading > span {
  color: var(--coral);
  font-size: 0.72rem;
  font-weight: 720;
  letter-spacing: 0.12em;
}

.visual-heading p {
  max-width: 210px;
  margin: 0;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.5;
  text-align: right;
}

.image-wrap {
  overflow: hidden;
  border-radius: 17px;
  background: #f8f5ec;
}

.image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  mix-blend-mode: multiply;
  transform: scale(1.025);
}

.visual-footer {
  display: flex;
  min-height: 49px;
  align-items: flex-end;
  justify-content: space-between;
}

.visual-footer p {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 650;
}

.visual-footer span {
  color: var(--coral);
  font-size: 1rem;
}

.footer {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.7rem;
}

.footer p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

.footer strong {
  color: var(--ink);
  font-weight: 680;
}

.footer p:first-child span {
  padding-left: 10px;
  border-left: 1px solid var(--line);
}

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 0 0 4px rgba(23, 132, 124, 0.1);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(23, 132, 124, 0);
  }
}

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

.content > * {
  animation: reveal 560ms both cubic-bezier(0.22, 1, 0.36, 1);
}

.content > :nth-child(2) {
  animation-delay: 60ms;
}

.content > :nth-child(3) {
  animation-delay: 120ms;
}

.content > :nth-child(4) {
  animation-delay: 180ms;
}

.content > :nth-child(5) {
  animation-delay: 240ms;
}

.visual {
  animation: reveal 680ms 120ms both cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 1080px) {
  .shell {
    width: min(100% - 48px, 980px);
  }

  .hero {
    gap: 48px;
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
  }

  h1 {
    font-size: clamp(3.2rem, 6vw, 4.6rem);
  }
}

@media (max-width: 820px) {
  .shell {
    width: min(100% - 36px, 680px);
  }

  .header {
    min-height: 88px;
  }

  .domain {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 52px 0;
  }

  .content {
    max-width: none;
    padding-left: 0;
  }

  .visual {
    width: min(100%, 620px);
    margin: 0 auto;
  }
}

@media (max-width: 520px) {
  .shell {
    width: min(100% - 28px, 480px);
  }

  .wordmark-copy small {
    display: none;
  }

  .wordmark-copy strong {
    font-size: 0.96rem;
  }

  .wordmark-symbol {
    width: 36px;
    height: 36px;
  }

  .status {
    padding: 8px 10px;
    font-size: 0.68rem;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 4.2rem);
  }

  .visual {
    padding: 16px;
    border-radius: 22px;
  }

  .visual-heading {
    min-height: 38px;
  }

  .visual-heading p {
    max-width: 170px;
    font-size: 0.62rem;
  }

  .footer {
    min-height: 88px;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    justify-content: center;
  }
}

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