.container--wide {
  width: 100%;
  max-width: none;
  padding-left: clamp(24px, 4vw, 72px);
  padding-right: clamp(24px, 4vw, 72px);
}

:root {
  --border: #f5c6dc;
  --accent: #c90063;
  --accent-soft: #f2a8ca;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text);
}

.hero-title {
  color: var(--accent);
}

.site-header .brand {
  gap: 0;
}

.site-header .brand-mark {
  display: none;
}

.site-header .brand-text {
  font-size: 0.95rem;
  letter-spacing: 0.01em;
}

.site-header .brand:focus-visible,
.site-header .nav-link:focus-visible,
.site-header .nav-btn:focus-visible,
.site-header .menu-toggle:focus-visible,
.back-btn:focus-visible,
.edit-link:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
  border-radius: 8px;
}

@media (max-width: 640px) {
  .site-header .menu-toggle {
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 12px;
    align-items: center;
    justify-content: center;
  }

  .site-header .nav-link,
  .site-header .nav-btn {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  .app-main .detail .cover-wrap {
    margin-bottom: 12px;
  }

  .app-main .detail .summary {
    margin: 18px 0 22px;
    padding: 16px 18px;
    line-height: 1.8;
  }

  .app-main .detail .review {
    margin-top: 32px;
  }

  .app-main .detail .review-body {
    font-size: 1rem;
    line-height: 1.8;
  }
}

@media (max-width: 480px) {
  body .nebula-fixed {
    padding: 4px 12px 6px;
  }

  body .nebula-fixed .side-text {
    flex: 0 0 auto;
    font-size: 9px;
    letter-spacing: 0;
    white-space: nowrap;
  }

  body .nebula-fixed .center {
    flex: 0 1 auto;
    min-width: 0;
  }

  body .nebula-fixed .center svg {
    width: 104px;
  }
}
