@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap');

:root {
  color-scheme: light;
  --paper: #f8f8f4;
  --ink: #20231f;
  --muted: #72756d;
  --green: #d6ea89;
  --line: #dedfd6;
  font-family: 'DM Sans', 'Noto Sans KR', sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #607d18;
  outline-offset: 6px;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
.header,
main,
footer {
  max-width: 1280px;
  margin: auto;
  padding-inline: 64px;
}
.header {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 32px;
  letter-spacing: -1.8px;
  font-weight: 700;
}
.symbol {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 2px solid;
  border-radius: 50%;
  line-height: 1;
  margin-right: 4px;
  font-size: 26px;
}
.label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 10px 0 0 6px;
  color: var(--muted);
}
nav {
  display: flex;
  gap: 32px;
  font-size: 13px;
  font-weight: 500;
}
nav span {
  background: var(--green);
  border-radius: 50%;
  font-size: 10px;
  padding: 4px;
  margin-left: 7px;
}
.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  min-height: 630px;
  align-items: center;
  gap: 20px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.6px;
  font-weight: 700;
  line-height: 1.8;
}
.dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #7a9735;
  border-radius: 50%;
  margin-right: 7px;
}
.hero h1 {
  font-size: clamp(38px, 4.6vw, 61px);
  line-height: 1.3;
  letter-spacing: -3.6px;
  font-weight: 700;
  margin: 27px 0;
}
.accent {
  color: #8aa448;
}
.intro {
  font-size: 15px;
  line-height: 1.95;
  color: var(--muted);
}
.primary {
  display: inline-flex;
  align-items: center;
  gap: 42px;
  margin-top: 24px;
  background: var(--ink);
  color: white;
  padding: 18px 23px;
  font-size: 13px;
  border-radius: 4px;
}
.primary span {
  font-size: 20px;
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 43px;
  font-size: 10px;
  color: var(--muted);
  line-height: 1.8;
}
.hero-note strong {
  font-weight: 500;
}
.mini-orbit {
  width: 34px;
  height: 34px;
  border: 1px solid #a1a592;
  border-radius: 50%;
  position: relative;
}
.mini-orbit:after {
  content: '';
  position: absolute;
  inset: 5px -6px;
  border: 1px solid #a1a592;
  border-radius: 50%;
  transform: rotate(-40deg);
}
.art {
  aspect-ratio: 1;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: radial-gradient(
    ellipse at 55% 48%,
    #e8ebdd 0%,
    #eef0e5 52%,
    #f4f5ef 75%
  );
  border-radius: 50% 50% 8px 8px;
}
.planet {
  position: absolute;
  width: 45%;
  height: 45%;
  top: 26%;
  left: 28%;
  border-radius: 50%;
  background: radial-gradient(
    circle at 33% 27%,
    #effaca,
    #c6db78 47%,
    #748d32 87%
  );
  box-shadow: 17px 28px 38px #4d5d231c;
}
.orbit {
  position: absolute;
  border: 1px solid #a8af9877;
  border-radius: 50%;
  z-index: 2;
}
.orbit-one {
  inset: 29% 5%;
  transform: rotate(-35deg);
}
.orbit-two {
  inset: 20% 7%;
  transform: rotate(45deg);
}
.orbit-three {
  inset: 8% 27%;
  transform: rotate(-26deg);
}
.orbit-one:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #252c20;
  left: 17%;
  top: 0;
}
.star {
  position: absolute;
}
.star-one {
  font-size: 55px;
  left: 18%;
  top: 14%;
  color: #80964f;
}
.star-two {
  font-size: 22px;
  right: 18%;
  bottom: 22%;
}
.art-caption {
  position: absolute;
  bottom: 22px;
  inset-inline: 22px;
  display: flex;
  justify-content: space-between;
  font-size: 7px;
  letter-spacing: 1.3px;
  color: #747b65;
}
.culture {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 35px;
  padding: 65px 0;
  border-block: 1px solid var(--line);
  margin: 38px 0 85px;
}
.culture h2 {
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: -1.4px;
  margin: 14px 0 0;
}
.number {
  display: block;
  font-size: 11px;
  color: #8d9580;
  margin: 7px 0 40px;
}
.culture h3 {
  font-size: 16px;
  letter-spacing: -0.4px;
}
.culture article p {
  font-size: 12px;
  line-height: 1.9;
  color: var(--muted);
  max-width: 190px;
}
.section-top {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.section-top h2 {
  font-size: 34px;
  letter-spacing: -1.5px;
  margin: 15px 0;
}
.count {
  font-size: 11px;
  color: var(--muted);
  padding-bottom: 20px;
}
.roles-intro {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0 0 35px;
}
.role {
  border-top: 1px solid var(--line);
}
.role:last-child {
  border-bottom: 1px solid var(--line);
}
summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 3px;
}
summary::-webkit-details-marker {
  display: none;
}
.role-copy {
  display: grid;
  grid-template-columns: 150px 1fr;
  column-gap: 10px;
  row-gap: 8px;
  align-items: center;
}
.team {
  font-size: 9px;
  letter-spacing: 1.3px;
  color: var(--muted);
}
.role strong {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.tags {
  grid-column: 2;
  font-size: 11px;
  color: var(--muted);
}
.role-arrow {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 20px;
}
.role[open] .role-arrow {
  background: var(--green);
  transform: rotate(90deg);
}
.role-detail {
  margin: 0 0 28px 163px;
  max-width: 610px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.9;
}
.help {
  display: flex;
  gap: 27px;
  align-items: center;
  padding: 35px 38px;
  background: #eaf0dc;
  margin: 65px 0 95px;
  border-radius: 8px;
}
.help-symbol {
  font-size: 49px;
  color: #6f8540;
}
.help h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 12px;
  letter-spacing: -0.6px;
}
.help p {
  font-size: 12px;
  line-height: 1.9;
  color: #68715c;
  max-width: 600px;
  margin: 0;
}
.help-direction {
  font-size: 35px;
  margin-left: auto;
}
footer {
  min-height: 150px;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
footer .wordmark {
  font-size: 26px;
}
footer p,
footer > span {
  font-size: 10px;
  color: var(--muted);
}
@media (max-width: 900px) {
  .header,
  main,
  footer {
    padding-inline: 32px;
  }
  .hero {
    min-height: 550px;
  }
  .hero h1 {
    font-size: 42px;
    letter-spacing: -2px;
  }
  .culture {
    gap: 20px;
  }
  .role-copy {
    grid-template-columns: 120px 1fr;
  }
  .role-detail {
    margin-left: 133px;
  }
  .art-caption {
    font-size: 6px;
  }
  .intro {
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  .header,
  main,
  footer {
    padding-inline: 22px;
  }
  .header {
    height: 84px;
  }
  .wordmark {
    font-size: 27px;
  }
  nav {
    font-size: 11px;
    gap: 16px;
  }
  nav a:first-child {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 32px;
  }
  .hero h1 {
    font-size: 45px;
    letter-spacing: -2.8px;
  }
  .hero-note {
    margin-top: 28px;
  }
  .art {
    max-height: 390px;
    width: 100%;
    aspect-ratio: 1.15;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
  }
  .culture {
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 40px 0 55px;
    padding: 30px 0;
  }
  .culture h2 br {
    display: none;
  }
  .culture article {
    padding-top: 14px;
  }
  .culture .number {
    float: left;
    margin: 4px 22px 40px 0;
  }
  .culture h3 {
    margin: 0 0 6px;
  }
  .culture article p {
    max-width: none;
    margin: 0;
  }
  .section-top h2 {
    font-size: 28px;
  }
  .count {
    font-size: 9px;
  }
  .role-copy {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 11px;
  }
  .role strong {
    font-size: 23px;
  }
  .role-detail {
    margin-left: 3px;
  }
  .help {
    margin: 42px 0 52px;
    padding: 28px 23px;
    align-items: start;
    gap: 16px;
  }
  .help-symbol {
    font-size: 30px;
  }
  .help h2 {
    font-size: 18px;
  }
  .help-direction {
    display: none;
  }
  footer {
    flex-wrap: wrap;
    padding-block: 28px;
    justify-content: start;
    gap: 10px 30px;
  }
  footer p {
    width: 100%;
    order: 3;
    margin: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
