﻿@font-face {
  font-family: "Cafe24ClassicType";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2210-1@1.0/Cafe24ClassicType-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cafe24SsurroundAir";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/Cafe24SsurroundAir.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --accent: #dc7a54;
  /* --accent2: #7E795A; */
  --ocher: #bf8c3c;
  --sand: #e2d6b9;
  --warm: #e8dbbb;
  --clay: #e9e0cb;
  --paper: #f0ead6;
  --paper2: #F3EDDA;
  --mint: #d3c9b2;
  --line-soft: #bdb3a2;
  --muted: #7e795a;
  --ink: #1a1a1a;
  --ink2: #d4d1b6;
  --shadow: 10px 10px 0 var(--line-soft);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
}

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

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

button,
input,
select {
  font: inherit;
}

::selection {
  background: var(--accent);
  color: var(--paper);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Cafe24ClassicType, Georgia, serif;
  font-weight: 400;
  letter-spacing: 0;
}

p {
  margin: 0;
}

.container {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 20px;
  border-left: 1px solid var(--ink2);
  border-right: 1px solid var(--ink2);
}

.scroll_progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  height: 4px;
}

.scroll_progress span {
  display: block;
  width: 0%;
  height: 100%;
  background: var(--accent);
  transition: width 150ms ease;
}

.section_index {
  position: fixed;
  right: 16px;
  top: 50%;
  z-index: 50;
  display: none;
  transform: translateY(-50%);
  /* border: 1px solid var(--ink2); */
  background: color-mix(in srgb, var(--line-soft) 92%, transparent);
  padding: 16px 10px;
  font-family: Cafe24SsurroundAir, Pretendard, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.section_index span {
  display: block;
  writing-mode: vertical-rl;
}

.section_index span+span {
  margin-top: 16px;
  color: var(--accent);
}

.site_header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid var(--ink2);
  background: color-mix(in srgb, var(--paper) 94%, transparent);
  backdrop-filter: blur(12px);
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
}

.logo_panel {
  display: inline-flex;
  align-items: center;
  /* border: 1px solid var(--ink2); */
  background: var(--paper);
  padding: 4px 8px;
}

.logo_panel img {
  width: 132px;
  height: 36px;
  object-fit: contain;
}

.logo_panel_footer img {
  width: 190px;
  height: 48px;
}

.site_nav {
  display: none;
  align-items: center;
  gap: 28px;
  font-weight: 700;
}

.site_nav a:hover {
  color: var(--accent);
}

.header_cta,
.button,
.beta_form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink2);
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.header_cta {
  background: var(--line-soft);
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
}

.header_cta:hover {
  background: var(--accent);
  color: var(--paper);
}

.hero_inner {
  padding-top: 24px;
}

.issue_bar {
  display: grid;
  gap: 8px;
  border-top: 1px solid var(--ink2);
  border-bottom: 1px solid var(--ink2);
  padding: 12px 0;
  font-family: Cafe24SsurroundAir, Pretendard, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero_grid {
  display: grid;
  gap: 40px;
  padding: 40px 0 56px;
}

.eyebrow,
.meta,
.section_heading>p,
.form_head p,
.card_index,
.step_label,
.catalog_index {
  font-family: Cafe24SsurroundAir, Pretendard, sans-serif;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 20px;
  border: 1px solid var(--ink2);
  background: var(--line-soft);
  padding: 8px 16px;
  font-size: 12px;
  color: var(--ink);
}

.hero h1 {
  max-width: 980px;
  font-size: clamp(54px, 11vw, 84px);
  line-height: 0.95;
}

.hero h1 .accent {
  font-family: Cafe24SsurroundAir, Pretendard, sans-serif;
  color: var(--accent);
}

.hero h1 .muted {
  font-family: Cafe24SsurroundAir, Pretendard, sans-serif;
  color: var(--muted);

}

.hero_description {
  max-width: 760px;
  margin-top: 32px;
  border-left: 4px solid var(--accent);
  padding-left: 20px;
  color: var(--muted);
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.55;
}

.button_row {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 36px;
}

.button {
  padding: 16px 28px;
  font-size: 18px;
}

.button_primary {
  background: var(--accent);
  color: var(--paper);
  font-weight: 700;
}

.button_primary:hover {
  background: var(--ink);
}

.button_secondary {
  background: var(--clay);
}

.button_secondary:hover {
  background: var(--line-soft);
}

.metric_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 680px;
  margin-top: 40px;
  border: 1px solid var(--ink2);
  background: color-mix(in srgb, var(--clay) 40%, transparent);
  text-align: center;
}

.metric_grid div {
  border-right: 1px solid var(--ink2);
  padding: 16px 12px;
}

.metric_grid div:last-child {
  border-right: 0;
}

.metric_grid strong {
  display: block;
  font-family: Cafe24SsurroundAir, Pretendard, sans-serif;
  font-size: 24px;
}

.metric_grid span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 14px;
}

.roadmap_plate {
  position: relative;
  border: 1px solid var(--ink2);
  background: var(--paper2);
  overflow: hidden;
}

.roadmap_plate::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: repeating-linear-gradient(0deg,
      color-mix(in srgb, var(--muted) 10%, transparent) 0,
      color-mix(in srgb, var(--muted) 10%, transparent) 1px,
      transparent 1px,
      transparent 9px);
      opacity: 0.4;
}

.roadmap_plate>* {
  position: relative;
}

.plate_header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--ink2);
  padding: 20px;
}

.plate_header h2 {
  margin-top: 8px;
  font-size: 26px;
}

.plate_header span {
  border: 1px solid var(--ink2);
  background: var(--line-soft);
  padding: 4px 12px;
  font-weight: 700;
}

.plate_item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 20%, transparent);
  padding: 20px;
}

.plate_item:last-child {
  border-bottom: 0;
}

.plate_number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--ink2);
  background: var(--ink);
  color: var(--paper);
  font-family: Cafe24SsurroundAir, Pretendard, sans-serif;
  font-weight: 700;
}

.plate_item h3 {
  margin-top: 4px;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.plate_item p:last-child {
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.55;
}

.plate_footer {
  border-top: 1px solid var(--ink2);
  background: var(--accent);
  color: var(--paper);
  padding: 20px;
}

.plate_footer strong {
  display: block;
  margin-top: 8px;
  font-size: 20px;
}

.ticker {
  margin: 0 -20px;
  overflow: hidden;
  border-top: 1px solid var(--ink2);
  border-bottom: 1px solid var(--ink2);
  background: var(--ink);
  color: var(--line-soft);
  padding: 16px 0;
}

.ticker_track {
  display: flex;
  width: max-content;
  gap: 32px;
  font-family: Cafe24SsurroundAir, Pretendard, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  animation: ticker 28s linear infinite;
}

.section {
  background: var(--paper);
}

.mint_section {
  background: var(--mint);
}

.sky_section {
  background: var(--paper);
}

.clay_section {
  background: var(--clay);
}

.section_inner {
  padding-top: 80px;
  padding-bottom: 96px;
}

.section_heading {
  display: grid;
  gap: 24px;
  border-top: 1px solid var(--ink2);
  padding-top: 24px;
}

.section_heading h2,
.beta_copy h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.12;
  justify-self: end;
  text-align: right;
}

.beta_copy h2 {
  justify-self: start;
  text-align: left;
}

.beta_copy p {
  margin-top: 12px;
}

.problem_grid,
.card_grid {
  display: grid;
  gap: 0;
  margin-top: 40px;
  border: 1px solid var(--ink2);
  background: var(--clay);
}

.problem_card {
  border-bottom: 1px solid var(--ink2);
  padding: 28px;
}

.problem_card:last-child {
  border-bottom: 0;
}

.problem_card strong {
  font-family: Cafe24SsurroundAir, Pretendard, sans-serif;
  color: var(--accent);
  font-size: 52px;
}

.problem_card h3,
.catalog_card h3,
.solution_card h3 {
  margin-top: 28px;
  font-size: 24px;
}

.problem_card p,
.catalog_card p,
.solution_card p,
.roadmap_row p,
.beta_copy>p:last-of-type {
  margin-top: 12px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.system_bar {
  display: grid;
  margin-top: 40px;
  border: 1px solid var(--ink2);
  background: var(--ink);
  color: var(--paper);
}

.system_bar div {
  border-bottom: 1px solid color-mix(in srgb, var(--clay) 30%, transparent);
  padding: 20px;
}

.system_bar div:last-child {
  border-bottom: 0;
}

.system_bar strong {
  display: block;
  color: var(--line-soft);
  font-family: Cafe24SsurroundAir, Pretendard, sans-serif;
  font-size: 48px;
}

.system_bar span {
  display: block;
  margin-top: 14px;
  font-family: Cafe24SsurroundAir, Pretendard, sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.card_grid {
  gap: 20px;
  border: 0;
  background: transparent;
}

.solution_card,
.catalog_card {
  border: 1px solid var(--ink2);
  background: var(--paper);
  padding: 28px;
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.solution_card:hover,
.catalog_card:hover {
  transform: translateY(-4px);
  background: var(--clay);
  box-shadow: var(--shadow);
}

.solution_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--ink2);
  padding-bottom: 16px;
}

.solution_head span:last-child {
  color: var(--ink);
  font-family: Cafe24SsurroundAir, Pretendard, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.roadmap_list {
  margin-top: 48px;
  border: 1px solid var(--ink2);
  background: var(--clay);
}

.roadmap_row {
  display: grid;
  gap: 16px;
  border-bottom: 1px solid var(--ink2);
  padding: 24px;
}

.roadmap_row:last-child {
  border-bottom: 0;
}

.roadmap_row h3 {
  font-size: 26px;
}

.roadmap_row strong {
  color: var(--accent);
  font-family: Cafe24SsurroundAir, Pretendard, sans-serif;
  font-size: 40px;
}

.catalog_index {
  display: block;
  margin-bottom: 32px;
}

.beta_grid {
  display: grid;
  gap: 40px;
  padding-top: 80px;
  padding-bottom: 96px;
}

.beta_copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.beta_copy>p:first-child {
  border-top: 1px solid var(--ink2);
  padding-top: 24px;
  font-family: Cafe24SsurroundAir, Pretendard, sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.beta_copy h2 {
  margin-top: 20px;
}

.submit_message {
  margin-top: 24px;
  border: 1px solid var(--accent);
  background: var(--sand);
  padding: 16px 20px;
  color: var(--muted);
  font-weight: 700;
}

.beta_form {
  display: grid;
  gap: 20px;
  border: 1px solid var(--ink2);
  background: var(--paper);
  padding: 24px;
  box-shadow: var(--shadow);
}

.form_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--ink2);
  padding-bottom: 16px;
}

.form_head span {
  color: var(--ink);
}

.field {
  display: grid;
  gap: 8px;
}

.field label {
  font-weight: 700;
}

.field input,
.field select {
  width: 100%;
  border: 1px solid var(--ink2);
  background: var(--clay);
  padding: 12px 14px;
  color: var(--ink);
  outline: none;
}

.field input:focus,
.field select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px var(--sand);
}

.beta_form button {
  width: 100%;
  background: var(--accent);
  color: var(--paper);
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 700;
}

.beta_form button:hover {
  background: var(--ink);
}

.site_footer {
  background: var(--paper);
  color: var(--muted);
}

.footer_inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer_inner>div:last-child {
  border-top: 1px solid color-mix(in srgb, var(--line-soft) 30%, transparent);
  padding-top: 20px;
}

.footer_inner p {
  margin-top: 8px;
  color: var(--muted);
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.reveal.is_visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (min-width: 640px) {
  .button_row {
    flex-direction: row;
  }

  .issue_bar {
    grid-template-columns: repeat(4, 1fr);
  }

  .issue_bar span:last-child {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .site_nav {
    display: flex;
  }

  .problem_grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .problem_card {
    border-right: 1px solid var(--ink2);
    border-bottom: 0;
  }

  .problem_card:last-child {
    border-right: 0;
  }

  .system_bar {
    grid-template-columns: repeat(4, 1fr);
  }

  .system_bar div {
    border-right: 1px solid color-mix(in srgb, var(--clay) 30%, transparent);
    border-bottom: 0;
  }

  .system_bar div:last-child {
    border-right: 0;
  }

  .card_grid.four,
  .card_grid.categories {
    grid-template-columns: repeat(2, 1fr);
  }

  .roadmap_row {
    grid-template-columns: 9rem 1fr 3rem;
    align-items: center;
  }

  .roadmap_row strong {
    text-align: right;
  }

  .beta_form {
    grid-template-columns: repeat(2, 1fr);
  }

  .form_head,
  .field.wide,
  .beta_form button {
    grid-column: 1 / -1;
  }

  .footer_inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .footer_inner>div:last-child {
    border-top: 0;
    padding-top: 0;
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .section_index {
    display: block;
  }

  .hero_grid {
    grid-template-columns: 1.18fr 0.82fr;
    padding-top: 56px;
  }

  .section_heading {
    grid-template-columns: 0.32fr 0.68fr;
  }

  .card_grid.four,
  .card_grid.categories {
    grid-template-columns: repeat(4, 1fr);
  }

  .beta_grid {
    grid-template-columns: 0.9fr 1.1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal,
  .ticker_track {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}