:root {
  --sp-bg: #0b0c0e;
  --sp-panel: #151619;
  --sp-paper: #f2efe7;
  --sp-paper-strong: #ffffff;
  --sp-ink: #151619;
  --sp-muted: #77736c;
  --sp-muted-light: #b8b3aa;
  --sp-line-dark: #35363a;
  --sp-line-light: #c9c4ba;
  --sp-accent: #d85f2f;
  --sp-accent-dark: #a83e17;
  --sp-focus: #77a8ff;
  --sp-paper-overlay: rgba(242, 239, 231, 0.76);
  --sp-overlay-strong: rgba(5, 6, 8, 0.76);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  width: 100%;
}

.container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: clamp(20px, 5vw, 40px);
}

.c7-body {
  background: var(--sp-paper);
  color: var(--sp-ink);
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
}

.c7-body a {
  color: inherit;
  text-decoration: none;
}

.c7-skip {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 12px 16px;
  background: var(--sp-bg);
  color: var(--sp-paper) !important;
  transform: translateY(-160%);
}

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

.c7-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 72px;
  border-bottom: 1px solid var(--sp-line-light);
  background: var(--sp-paper);
}

.c7-header-inner {
  min-height: 72px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.c7-brand {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.c7-brand-mark {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 2px solid var(--sp-accent);
  border-radius: 50%;
}

.c7-brand-mark span {
  width: 7px;
  height: 7px;
  border: 2px solid var(--sp-accent);
  border-radius: 50%;
}

.c7-nav {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 20px;
}

.c7-nav a {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  color: var(--sp-muted);
  font-size: 13px;
  font-weight: 700;
}

.c7-nav a:hover,
.c7-nav a:focus-visible {
  color: var(--sp-ink);
}

.c7-nav .c7-compare {
  min-width: auto;
  padding: 0 15px;
  border: 1px solid var(--sp-ink);
  color: var(--sp-ink);
}

.c7-menu-button {
  width: 46px;
  height: 46px;
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--sp-line-light);
  border-radius: 2px;
  background: var(--sp-paper-strong);
  color: var(--sp-ink);
  cursor: pointer;
}

.c7-menu-button svg,
.c7-button svg,
.c7-text-link svg,
.c7-story-action svg,
.c7-journal-list svg,
.c7-email-row svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.8;
}

.c7-hero {
  position: relative;
  min-height: calc(100svh - 92px);
  overflow: hidden;
  border-bottom: 1px solid var(--sp-line-light);
}

.c7-hero-image,
.c7-hero-wash {
  position: absolute;
  inset: 0;
}

.c7-hero-image {
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}

.c7-hero-wash {
  background: var(--sp-paper-overlay);
}

.c7-hero-inner {
  position: relative;
  z-index: 2;
  min-height: calc(100svh - 92px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 88px;
  padding-bottom: 28px;
}

.c7-hero-copy {
  max-width: 800px;
}

.c7-kicker {
  margin: 0 0 18px;
  color: var(--sp-accent);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
}

.c7-kicker-dark {
  color: var(--sp-accent-dark);
}

.c7-hero h1 {
  margin: 0;
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: 68px;
  font-weight: 800;
  line-height: 1.17;
  letter-spacing: 0;
  word-break: keep-all;
  text-wrap: balance;
}

.c7-hero-copy > p:not(.c7-kicker) {
  max-width: 620px;
  margin: 26px 0 0;
  color: var(--sp-ink);
  font-size: 17px;
  line-height: 1.85;
  word-break: keep-all;
}

.c7-hero-actions {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.c7-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.c7-button-dark {
  background: var(--sp-ink);
  color: var(--sp-paper-strong) !important;
}

.c7-button-dark:hover,
.c7-button-dark:focus-visible {
  background: var(--sp-accent);
}

.c7-button-paper {
  background: var(--sp-paper);
  color: var(--sp-ink) !important;
}

.c7-text-link {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-bottom: 1px solid var(--sp-ink);
  font-size: 14px;
  font-weight: 800;
}

.c7-hero-index {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--sp-ink);
  border-bottom: 1px solid var(--sp-ink);
  background: var(--sp-paper-overlay);
}

.c7-hero-index a {
  min-height: 88px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-content: center;
  gap: 2px 12px;
  padding: 12px 22px;
  border-right: 1px solid var(--sp-ink);
}

.c7-hero-index a:last-child {
  border-right: 0;
}

.c7-hero-index a:hover,
.c7-hero-index a:focus-visible {
  background: var(--sp-paper-strong);
}

.c7-hero-index span {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--sp-accent-dark);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.c7-hero-index strong {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 800;
}

.c7-hero-index small {
  color: var(--sp-muted);
  font-size: 12px;
}

.c7-listening {
  padding: 116px 0;
  background: var(--sp-bg);
  color: var(--sp-paper);
}

.c7-listening-head {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(280px, 5fr);
  align-items: end;
  gap: 80px;
}

.c7-listening-head h2,
.c7-journal-head h2,
.c7-community h2,
.c7-subscribe h2 {
  margin: 0;
  font-family: "Manrope", "Noto Sans KR", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  word-break: keep-all;
}

.c7-listening-head > p,
.c7-journal-head > p:last-child,
.c7-community-copy > p:last-child {
  margin: 0;
  color: var(--sp-muted-light);
  line-height: 1.9;
  word-break: keep-all;
}

.c7-lens-tabs {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--sp-line-dark);
  border-bottom: 1px solid var(--sp-line-dark);
}

.c7-lens-tabs button {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-right: 1px solid var(--sp-line-dark);
  background: transparent;
  color: var(--sp-muted-light);
  font-weight: 700;
  cursor: pointer;
}

.c7-lens-tabs button:last-child {
  border-right: 0;
}

.c7-lens-tabs button span {
  color: var(--sp-accent);
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.c7-lens-tabs button.is-active,
.c7-lens-tabs button:hover,
.c7-lens-tabs button:focus-visible {
  background: var(--sp-paper);
  color: var(--sp-ink);
}

.c7-lens-panel {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(340px, 5fr);
  align-items: stretch;
}

.c7-lens-panel figure {
  min-height: 620px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.c7-lens-panel figure img {
  height: 100%;
  object-fit: cover;
}

.c7-lens-panel figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 11px 14px;
  background: var(--sp-overlay-strong);
  color: var(--sp-muted-light);
  font-size: 11px;
}

.c7-lens-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 0 52px 54px;
  border-left: 1px solid var(--sp-line-dark);
}

.c7-lens-copy > p:first-child {
  margin: 0;
  color: var(--sp-accent);
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.c7-lens-copy h3 {
  margin: 24px 0 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  word-break: keep-all;
}

.c7-lens-copy > p:nth-of-type(2) {
  margin: 24px 0 0;
  color: var(--sp-muted-light);
  line-height: 1.9;
  word-break: keep-all;
}

.c7-lens-copy dl {
  margin: 36px 0 0;
  border-top: 1px solid var(--sp-line-dark);
}

.c7-lens-copy dl > div {
  min-height: 72px;
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid var(--sp-line-dark);
}

.c7-lens-copy dt {
  color: var(--sp-muted-light);
  font-size: 12px;
}

.c7-lens-copy dd {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.c7-journal {
  padding: 116px 0;
  background: var(--sp-paper);
}

.c7-journal-head {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(280px, 5fr);
  align-items: end;
  gap: 80px;
  padding-bottom: 68px;
}

.c7-journal-head .c7-kicker {
  grid-column: 1 / -1;
  margin-bottom: -50px;
}

.c7-journal-head > p:last-child {
  color: var(--sp-muted);
}

.c7-journal-feature {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr);
  border-top: 1px solid var(--sp-ink);
  border-bottom: 1px solid var(--sp-ink);
}

.c7-journal-image {
  min-height: 520px;
  overflow: hidden;
}

.c7-journal-image img {
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
}

.c7-journal-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 0 52px 52px;
  border-left: 1px solid var(--sp-ink);
}

.c7-journal-copy > span:first-child {
  color: var(--sp-accent-dark);
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.c7-journal-copy h3 {
  margin: 24px 0 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  word-break: keep-all;
}

.c7-journal-copy p {
  margin: 24px 0 0;
  color: var(--sp-muted);
  line-height: 1.9;
  word-break: keep-all;
}

.c7-story-action {
  min-height: 48px;
  margin-top: 34px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  border-bottom: 1px solid var(--sp-ink);
  font-size: 14px;
  font-weight: 800;
}

.c7-journal-feature:hover .c7-story-action svg,
.c7-journal-feature:focus-visible .c7-story-action svg {
  transform: translateX(4px);
}

.c7-journal-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--sp-ink);
}

.c7-journal-list a {
  min-height: 250px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  position: relative;
  padding: 28px 32px;
  border-right: 1px solid var(--sp-ink);
}

.c7-journal-list a:last-child {
  border-right: 0;
}

.c7-journal-list a:hover,
.c7-journal-list a:focus-visible {
  background: var(--sp-paper-strong);
}

.c7-journal-list span,
.c7-journal-list p {
  margin: 0;
  color: var(--sp-accent-dark);
  font-size: 12px;
  font-weight: 700;
}

.c7-journal-list p {
  color: var(--sp-muted);
}

.c7-journal-list h3 {
  margin: 22px 0;
  padding-right: 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0;
  word-break: keep-all;
}

.c7-journal-list svg {
  position: absolute;
  right: 28px;
  bottom: 28px;
}

.c7-community {
  padding: 116px 0;
  background: var(--sp-bg);
  color: var(--sp-paper);
}

.c7-community-grid {
  display: grid;
  grid-template-columns: minmax(280px, 5fr) minmax(0, 7fr);
  gap: 90px;
}

.c7-comment-form {
  padding-top: 8px;
  border-top: 1px solid var(--sp-line-dark);
}

.c7-comment-form label,
.c7-subscribe form label {
  display: block;
  margin: 18px 0 10px;
  font-size: 13px;
  font-weight: 700;
}

.c7-comment-form textarea,
.c7-subscribe input {
  width: 100%;
  border: 1px solid var(--sp-line-dark);
  border-radius: 2px;
  outline: 0;
}

.c7-comment-form textarea {
  min-height: 154px;
  padding: 16px;
  background: var(--sp-panel);
  color: var(--sp-paper);
  resize: vertical;
}

.c7-comment-form textarea:focus,
.c7-subscribe input:focus {
  border-color: var(--sp-focus);
  box-shadow: 0 0 0 2px var(--sp-focus);
}

.c7-comment-form > div {
  min-height: 64px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.c7-comment-form > div p {
  margin: 0;
  color: var(--sp-muted-light);
  font-size: 13px;
}

.c7-subscribe {
  padding: 96px 0;
  background: var(--sp-paper);
}

.c7-subscribe-grid {
  display: grid;
  grid-template-columns: minmax(280px, 5fr) minmax(0, 7fr);
  align-items: center;
  gap: 90px;
}

.c7-subscribe h2 {
  font-size: 44px;
}

.c7-email-row {
  display: grid;
  grid-template-columns: 1fr auto;
}

.c7-subscribe input {
  min-height: 58px;
  padding: 0 16px;
  border-color: var(--sp-line-light);
  border-right: 0;
  border-radius: 2px 0 0 2px;
  background: var(--sp-paper-strong);
  color: var(--sp-ink);
}

.c7-email-row button {
  min-width: 152px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--sp-ink);
  border-radius: 0 2px 2px 0;
  background: var(--sp-ink);
  color: var(--sp-paper-strong);
  font-weight: 800;
  cursor: pointer;
}

.c7-subscribe form > p:not(.c7-form-status) {
  margin: 12px 0 0;
  color: var(--sp-muted);
  font-size: 12px;
}

.c7-form-status {
  min-height: 24px;
  margin: 10px 0 0;
  color: var(--sp-muted);
  font-size: 13px;
}

.c7-footer {
  padding: 30px 0;
  border-top: 1px solid var(--sp-line-dark);
  background: var(--sp-bg);
  color: var(--sp-muted-light);
  font-size: 11px;
}

.c7-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.c7-body :focus-visible {
  outline: 2px solid var(--sp-focus);
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  .c7-nav {
    position: fixed;
    top: 72px;
    right: 0;
    left: 0;
    display: none;
    padding: 18px 28px 26px;
    border-bottom: 1px solid var(--sp-line-light);
    background: var(--sp-paper);
  }

  .c7-nav.is-open {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .c7-nav a {
    justify-content: center;
    border: 1px solid var(--sp-line-light);
  }

  .c7-menu-button {
    display: inline-flex;
  }

  .c7-hero h1 {
    font-size: 56px;
  }

  .c7-listening-head,
  .c7-journal-head,
  .c7-lens-panel,
  .c7-journal-feature,
  .c7-community-grid,
  .c7-subscribe-grid {
    gap: 48px;
  }

  .c7-listening-head h2,
  .c7-journal-head h2,
  .c7-community h2 {
    font-size: 42px;
  }

  .c7-lens-copy,
  .c7-journal-copy {
    padding-left: 36px;
  }

  .c7-lens-copy h3,
  .c7-journal-copy h3 {
    font-size: 30px;
  }
}

@media (max-width: 760px) {
  .c7-header,
  .c7-header-inner {
    min-height: 64px;
  }

  .c7-nav {
    top: 64px;
  }

  .c7-nav.is-open {
    grid-template-columns: 1fr 1fr;
  }

  .c7-hero,
  .c7-hero-inner {
    min-height: calc(100svh - 84px);
  }

  .c7-hero-inner {
    padding-top: 58px;
    padding-bottom: 18px;
  }

  .c7-hero h1 {
    font-size: 42px;
    line-height: 1.24;
  }

  .c7-hero-copy > p:not(.c7-kicker) {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.75;
  }

  .c7-hero-actions {
    margin-top: 26px;
    gap: 14px;
  }

  .c7-button,
  .c7-text-link {
    min-height: 48px;
  }

  .c7-hero-index {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .c7-hero-index a {
    min-height: 54px;
    padding: 8px 12px;
    border-right: 0;
    border-bottom: 1px solid var(--sp-ink);
  }

  .c7-hero-index a:last-child {
    border-bottom: 0;
  }

  .c7-listening,
  .c7-journal,
  .c7-community {
    padding: 78px 0;
  }

  .c7-listening-head,
  .c7-journal-head,
  .c7-lens-panel,
  .c7-journal-feature,
  .c7-community-grid,
  .c7-subscribe-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .c7-listening-head h2,
  .c7-journal-head h2,
  .c7-community h2,
  .c7-subscribe h2 {
    font-size: 34px;
  }

  .c7-lens-tabs {
    margin-top: 42px;
  }

  .c7-lens-tabs button {
    min-height: 54px;
  }

  .c7-lens-panel figure {
    min-height: 420px;
  }

  .c7-lens-copy,
  .c7-journal-copy {
    padding: 32px 0;
    border-left: 0;
    border-top: 1px solid var(--sp-line-dark);
  }

  .c7-lens-copy h3,
  .c7-journal-copy h3 {
    font-size: 27px;
  }

  .c7-journal-head {
    padding-bottom: 48px;
  }

  .c7-journal-head .c7-kicker {
    grid-column: auto;
    margin-bottom: -20px;
  }

  .c7-journal-image {
    min-height: 380px;
  }

  .c7-journal-copy {
    border-top-color: var(--sp-ink);
  }

  .c7-journal-list {
    grid-template-columns: 1fr;
  }

  .c7-journal-list a {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid var(--sp-ink);
  }

  .c7-journal-list a:last-child {
    border-bottom: 0;
  }

  .c7-comment-form > div {
    align-items: stretch;
    flex-direction: column;
  }

  .c7-comment-form .c7-button {
    width: 100%;
  }

  .c7-subscribe {
    padding: 78px 0;
  }

  .c7-email-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .c7-subscribe input {
    border-right: 1px solid var(--sp-line-light);
    border-radius: 2px;
  }

  .c7-email-row button {
    min-width: 0;
    border-radius: 2px;
  }

  .c7-footer .container {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 390px) {
  .c7-brand {
    font-size: 13px;
  }

  .c7-brand-mark {
    width: 27px;
    height: 27px;
  }

  .c7-hero h1 {
    font-size: 38px;
  }

  .c7-lens-tabs button {
    gap: 6px;
    font-size: 13px;
  }
}
