:root {
  color-scheme: dark;
  --bg: #000;
  --text: #f8f8f8;
  --muted: #a9a9a9;
  --faint: #666;
  --line: #292929;
  --panel: #060606;
  --aligned-content-width: 960px;
}

@font-face {
  font-family: "Pretendard Variable";
  font-style: normal;
  font-weight: 45 920;
  font-display: swap;
  src: url("./PretendardVariable.woff2") format("woff2-variations");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Pretendard Variable", "Pretendard", Arial, Helvetica, "Apple SD Gothic Neo", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 42px 36px 24px;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.brand-word {
  display: inline-flex;
  align-items: center;
}

.brand-word img {
  width: 88px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  font-family: "Pretendard Variable", "Pretendard", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.language-switch {
  min-width: 30px;
  padding: 3px 5px;
  border: 1px solid currentColor;
  text-align: center;
  line-height: 1;
}

.section-shell {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding-inline: 36px;
}

.hero {
  min-height: 920px;
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: center;
  padding-top: 80px;
}

.hero-meta {
  align-self: center;
  color: #efefef;
  font-size: 15px;
  line-height: 1.55;
}

.hero-meta strong,
.hero-meta span {
  display: block;
}

.hero-copy {
  max-width: 920px;
}

.hero h1 {
  margin: 0;
  font-size: 70px;
  line-height: 1.18;
  font-weight: 700;
}

.hero-line {
  display: block;
  overflow: hidden;
}

.hero-line:nth-child(1),
.hero-line:nth-child(1) > span {
  height: 1.18em;
}

.hero-line > span,
.hero-body {
  display: block;
  opacity: 0;
  transform: translateY(120%);
}

.hero-copy.is-visible .hero-line > span,
.hero-copy.is-visible .hero-body {
  animation: rise-up 900ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.hero-copy.is-visible .hero-line:nth-child(1) > span {
  animation-delay: 80ms;
}

.hero-copy.is-visible .hero-line:nth-child(2) > span {
  animation-delay: 210ms;
}

.hero-copy.is-visible .hero-line:nth-child(3) > span {
  animation-delay: 340ms;
}

.hero-copy.is-visible .hero-line:nth-child(4) > span {
  animation-delay: 470ms;
}

.hero-copy.is-visible .hero-body {
  animation-delay: 650ms;
}

.hero-attract {
  display: inline-block;
  font: inherit;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  vertical-align: -0.02em;
}

.hero-line:nth-child(2) {
  padding-left: 340px;
}

.hero-line:nth-child(3) {
  padding-left: 340px;
  white-space: nowrap;
}

.hero-line:nth-child(4) {
  padding-left: 210px;
}

@keyframes rise-up {
  from {
    opacity: 0;
    transform: translateY(115%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-copy p {
  width: 580px;
  margin: 46px 0 0 340px;
  color: #d8d8d8;
  font-size: 15px;
  line-height: 1.85;
}

.about {
  display: grid;
  grid-template-columns: 220px 360px minmax(0, 1fr);
  gap: 50px;
  padding-top: 60px;
  padding-bottom: 360px;
}

.about-logo {
  margin: 0;
}

.about-logo img {
  width: 160px;
  height: auto;
}

.pronunciation {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 800;
}

.pronunciation p {
  margin: 0 0 8px;
}

.pronunciation-meaning,
.nowrap {
  white-space: nowrap;
}

.about-text {
  color: #d8d8d8;
  font-size: 15px;
  line-height: 1.9;
}

.about-text p {
  margin: 0 0 28px;
}

.about-text p,
.work-item p,
.brand-note p,
.bbom-copy p {
  word-break: keep-all;
  overflow-wrap: normal;
  text-wrap: pretty;
}

.bbom-copy p {
  text-wrap: wrap;
}

.section-kicker {
  margin: 0 0 76px;
  font-family: "SUITE", "Pretendard Variable", sans-serif;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
}

.work {
  padding-bottom: 220px;
}

.work-list {
  display: grid;
  gap: 54px;
  width: min(100%, var(--aligned-content-width));
  margin: 0 auto;
}

.work-item {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 64px;
  align-items: center;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--line);
}

.work-item img {
  width: 230px;
  aspect-ratio: 1;
  object-fit: contain;
}

.work-item:nth-child(1) img {
  width: 195.5px;
}

.work-motion {
  transform-origin: 50% 50%;
  will-change: transform;
}

.work-motion--spin {
  animation: work-spin 11s linear infinite;
}

.work-motion--float {
  animation: work-float 3.8s ease-in-out infinite;
}

.work-motion--pulse {
  animation: work-pulse 4.2s ease-in-out infinite;
}

@keyframes work-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes work-float {
  50% {
    transform: translateY(-16px) rotate(7deg);
  }
}

@keyframes work-pulse {
  50% {
    transform: scale(1.08) rotate(-6deg);
  }
}

.work-item h2 {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  font-family: "SUITE", "Pretendard Variable", sans-serif;
  font-size: 42px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.work-item h2 span {
  display: inline-flex;
  align-items: center;
  margin-left: 18px;
  padding: 4px 13px;
  vertical-align: middle;
  background: var(--text);
  color: #111;
  font-family: "Pretendard Variable", "Pretendard", sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

.work-item p {
  margin: 0;
  color: #d6d6d6;
  font-size: 15px;
  line-height: 1.8;
}

.brand-section {
  overflow: hidden;
  padding-bottom: 220px;
}

.brand-showcase {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 60px;
  align-items: start;
}

.brand-note {
  padding-top: 18px;
}

.brand-note h2 {
  margin: 0 0 24px;
  font-size: 17px;
  font-weight: 900;
}

.brand-note p,
.bbom-copy p {
  margin: 0;
  color: #d6d6d6;
  font-size: 15px;
  line-height: 1.8;
}

.brand-content {
  min-width: 0;
}

.brand-carousel {
  overflow: visible;
  cursor: grab;
  touch-action: pan-y;
}

.brand-carousel:active {
  cursor: grabbing;
}

.brand-carousel img {
  user-select: none;
  -webkit-user-drag: none;
}

.brand-track {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 54px;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

.brand-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: min(58vw, 677px);
  margin-top: 26px;
}

.brand-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  opacity: 0.5;
}

.brand-dot.is-active {
  background: #fff;
  opacity: 1;
}

.brand-slide {
  flex: 0 0 min(58vw, 677px);
}

.brand-media,
.culture-media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(32vw, 383px);
  background: #050505;
}

.product-stage {
  padding: 0;
}

.product-stage .bbom-lineup {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.culture-media {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.culture-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.culture-media strong {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: var(--text);
  font-size: clamp(28px, 4.4vw, 52px);
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.58);
}

.bbom-copy h2 {
  margin: 0 0 18px;
}

.coming-copy h2 {
  font-size: 26px;
  font-weight: 900;
}

.bbom-copy h2 img {
  width: 86px;
  height: auto;
}

.bbom-copy {
  width: 100%;
  margin-top: 38px;
}

.distributors {
  padding-bottom: 260px;
}

.featured-logo-grid {
  width: min(100%, var(--aligned-content-width));
  margin: 0 auto 70px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.featured-logo-grid li {
  display: grid;
  min-width: 0;
  place-items: center;
}

.featured-logo-grid img {
  display: block;
  max-width: min(190px, 100%);
  max-height: 54px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.featured-logo-grid li:first-child img {
  transform: scale(1.32);
}

.logo-grid {
  width: min(100%, var(--aligned-content-width));
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 44px;
  column-gap: 0;
}

.logo-grid li {
  display: grid;
  place-items: center;
  min-height: 74px;
  padding-inline: 28px;
  border-bottom: 2px solid var(--line);
  color: #f0f0f0;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}

.logo-grid img {
  display: block;
  max-width: min(190px, 100%);
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.logo-grid li:first-child img {
  transform: scale(0.8);
}

.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 86px;
  padding-bottom: 130px;
}

.company-info,
.contact-form {
  border-top: 1px solid var(--line);
}

.info-row {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 40px;
  padding: 28px 0 36px;
  border-bottom: 1px solid var(--line);
}

.info-row h2,
.contact-form h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 900;
}

.info-row p {
  margin: 0 0 24px;
  color: #d4d4d4;
  font-size: 15px;
  line-height: 1.75;
}

.contact-form {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 20px 40px;
  padding-top: 28px;
}

.contact-form h2 {
  grid-row: 1 / span 6;
}

.netlify-honeypot {
  display: none;
}

.contact-form label {
  display: grid;
  gap: 9px;
  color: #d6d6d6;
  font-size: 13px;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #393939;
  border-radius: 0;
  background: #010101;
  color: var(--text);
  font: inherit;
  padding: 11px 12px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  height: 31px;
  border: 1px solid #393939;
  background: #010101;
  color: var(--text);
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.contact-form button:hover,
.contact-form button:focus-visible {
  background: var(--text);
  color: #000;
}

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

.site-footer {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 30px 36px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  color: var(--faint);
  font-size: 12px;
}

.site-footer p {
  margin: 0;
}

.to-top {
  display: grid;
  place-items: center;
  width: 33px;
  height: 33px;
  border: 1px solid var(--faint);
  border-radius: 50%;
  color: var(--text);
  cursor: pointer;
}

.to-top span {
  position: relative;
  display: block;
  width: 15px;
  height: 18px;
}

.to-top span::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-top: 1px solid currentColor;
  border-left: 1px solid currentColor;
  transform: rotate(45deg);
}

.to-top span::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 7px;
  width: 1px;
  height: 15px;
  background: currentColor;
}

@media (min-width: 1101px) {
  .brand-section {
    width: min(100%, 2080px);
  }

  .brand-carousel {
    overflow: hidden;
    cursor: default;
  }

  .brand-slide {
    flex-basis: min(677px, calc((100% - 54px) / 2));
  }

  .brand-media,
  .culture-media {
    height: auto;
    aspect-ratio: 677 / 383;
  }

  .brand-pagination {
    display: none;
  }
}

@media (min-width: 1600px) {
  :root {
    --aligned-content-width: 1600px;
  }

  .site-header {
    padding: 46px 52px 28px;
  }

  .brand-word img {
    width: 112px;
  }

  .nav-links {
    gap: 42px;
    font-size: 15px;
  }

  .section-shell,
  .site-footer {
    width: min(calc(100% - 160px), 1760px);
    padding-inline: 0;
  }

  .hero {
    position: relative;
    width: 100%;
    max-width: none;
    min-height: 1150px;
    display: block;
    padding: 0 52px;
  }

  .hero-meta {
    position: absolute;
    top: 555px;
    left: 52px;
    font-size: 18px;
    line-height: 1.6;
  }

  .hero-copy {
    max-width: none;
    padding-top: 220px;
  }

  .hero h1 {
    font-size: 96px;
    line-height: 1.08;
  }

  .hero-line:nth-child(1),
  .hero-line:nth-child(1) > span {
    height: 1.08em;
  }

  .hero-line:nth-child(2),
  .hero-line:nth-child(3) {
    padding-left: 700px;
  }

  .hero-line:nth-child(4) {
    padding-left: 390px;
  }

  .hero-copy p {
    width: 650px;
    margin: 54px 0 0 800px;
    font-size: 18px;
    line-height: 1.8;
  }

  .about {
    min-height: 800px;
    grid-template-columns: 390px 370px minmax(0, 1fr);
    gap: 100px;
    padding-top: 82px;
    padding-bottom: 390px;
  }

  .about-logo img {
    width: 220px;
  }

  .pronunciation {
    font-size: 20px;
    line-height: 1.6;
  }

  .about-text {
    font-size: 18px;
    line-height: 1.85;
  }

  .section-kicker {
    margin-bottom: 124px;
    font-size: 20px;
  }

  .work {
    min-height: 1850px;
    padding-bottom: 420px;
  }

  .work-list,
  .logo-grid {
    width: min(100%, var(--aligned-content-width));
    margin-left: 0;
    margin-right: auto;
  }

  .work-list {
    gap: 80px;
  }

  .work-item {
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 76px;
    padding-bottom: 76px;
  }

  .work-item img {
    width: 270px;
  }

  .work-item h2 {
    margin-bottom: 28px;
    font-size: 54px;
  }

  .work-item h2 span {
    margin-left: 22px;
    padding: 6px 16px;
    font-size: 16px;
  }

  .work-item p {
    font-size: 20px;
    line-height: 1.7;
  }

  .brand-section {
    min-height: 1350px;
    padding-bottom: 420px;
  }

  .brand-showcase {
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 72px;
  }

  .brand-note {
    padding-top: 24px;
  }

  .brand-note h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .brand-note p,
  .bbom-copy p {
    font-size: 20px;
    line-height: 1.7;
  }

  .bbom-copy {
    margin-top: 48px;
  }

  .bbom-copy h2 img {
    width: 112px;
  }

  .coming-copy h2 {
    font-size: 32px;
  }

  .distributors {
    min-height: 1250px;
    padding-bottom: 380px;
  }

  .featured-logo-grid {
    margin-bottom: 100px;
  }

  .featured-logo-grid img {
    max-width: min(210px, 100%);
    max-height: 64px;
  }

  .logo-grid {
    row-gap: 70px;
  }

  .logo-grid li {
    min-height: 120px;
    padding-inline: 42px;
  }

  .logo-grid img {
    max-width: min(280px, 100%);
    max-height: 58px;
  }

  .contact {
    min-height: 650px;
    gap: 120px;
    padding-right: 160px;
    padding-bottom: 170px;
  }

  .info-row {
    grid-template-columns: 220px 1fr;
    gap: 54px;
    padding: 34px 0 44px;
  }

  .info-row h2,
  .contact-form h2 {
    font-size: 20px;
  }

  .info-row p {
    font-size: 18px;
    line-height: 1.8;
  }

  .contact-form {
    grid-template-columns: 180px 1fr;
    gap: 24px 54px;
    padding-top: 34px;
  }

  .contact-form label {
    gap: 12px;
    font-size: 16px;
  }

  .contact-form input,
  .contact-form textarea {
    padding: 14px 16px;
  }

  .contact-form button {
    height: 38px;
    font-size: 15px;
  }

  .site-footer {
    min-height: 114px;
    padding: 34px 0 42px;
    font-size: 14px;
  }
}

@media (min-width: 1800px) {
  .hero h1 {
    font-size: 115px;
    line-height: 1.02;
  }

  .hero-line:nth-child(1),
  .hero-line:nth-child(1) > span {
    height: 1.02em;
  }

  .hero-line:nth-child(2) {
    padding-left: 710px;
  }

  .hero-line:nth-child(3) {
    padding-left: 910px;
  }

  .hero-line:nth-child(4) {
    padding-left: 490px;
  }

  .hero-copy p {
    margin-left: 1040px;
  }
}

@media (max-width: 1100px) {
  .site-header,
  .section-shell,
  .site-footer {
    padding-inline: 24px;
  }

  .hero {
    min-height: 780px;
    grid-template-columns: 180px 1fr;
  }

  .hero h1 {
    font-size: 54px;
  }

  .hero-line:nth-child(2),
  .hero-line:nth-child(3),
  .hero-line:nth-child(4),
  .hero-copy p {
    padding-left: 0;
    margin-left: 0;
  }

  .about,
  .contact {
    grid-template-columns: 1fr;
  }

  .about {
    gap: 32px;
    padding-bottom: 180px;
  }

  .brand-showcase {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 36px;
  }

  .brand-content {
    min-width: 0;
  }

  .brand-note {
    padding-top: 8px;
  }

  .brand-track {
    gap: 40px;
  }

  .product-stage,
  .bbom-copy {
    width: 100%;
  }

  .brand-slide {
    flex-basis: min(54vw, 677px);
  }

}

@media (max-width: 760px) {
  .site-header {
    position: static;
    padding-top: 28px;
  }

  .nav-links {
    gap: 14px;
    font-size: 11px;
  }

  .hero {
    min-height: auto;
    display: block;
    padding-top: 88px;
    padding-bottom: 150px;
  }

  .hero-meta {
    margin-bottom: 42px;
  }

  .hero h1 {
    font-size: 43px;
    line-height: 1.23;
  }

  .hero-line:nth-child(1),
  .hero-line:nth-child(1) > span {
    height: 1.23em;
  }

  .hero-copy p {
    width: auto;
    margin-top: 34px;
  }

  .work-item {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .work-item img {
    width: min(230px, 62vw);
    justify-self: center;
  }

  .work-item h2 {
    font-size: 34px;
  }

  .work-item h2 span {
    display: inline-flex;
    width: auto;
    margin: 0 0 0 10px;
  }

  .brand-showcase {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .brand-note {
    width: min(100%, 330px);
    padding-top: 0;
  }

  .brand-note h2 {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 1.35;
  }

  .brand-note p {
    font-size: 13px;
    line-height: 1.75;
  }

  .brand-carousel {
    overflow: hidden;
  }

  .brand-track {
    gap: 28px;
  }

  .brand-slide {
    flex-basis: 100%;
  }

  .brand-pagination {
    width: 100%;
    margin-top: 18px;
  }

  .brand-media {
    height: min(54vw, 383px);
  }

  .product-stage {
    padding: 0;
  }

  .bbom-copy {
    margin-top: 24px;
  }

  .bbom-copy h2 img {
    width: 70px;
  }

  .bbom-copy p {
    font-size: 12px;
    line-height: 1.7;
  }

  .logo-grid {
    width: min(100%, 360px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 24px;
    column-gap: 0;
  }

  .featured-logo-grid {
    width: min(100%, 360px);
    margin-bottom: 42px;
  }

  .featured-logo-grid li {
    min-height: 54px;
    padding-inline: 8px;
  }

  .featured-logo-grid img {
    max-width: min(92px, 100%);
    max-height: 34px;
  }

  .logo-grid li {
    min-height: 54px;
    padding-inline: 8px;
  }

  .logo-grid img {
    max-width: min(92px, 100%);
    max-height: 28px;
  }

  .contact-form,
  .info-row {
    grid-template-columns: 1fr;
  }

  .contact-form h2 {
    grid-row: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .work-motion {
    animation: none;
  }
}
