@font-face {
  font-family: "SUITE";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./SUITE-Variable.woff2") format("woff2");
}

body {
  overflow-x: hidden;
  font-family: "Pretendard Variable", "Pretendard", Arial, Helvetica, "Apple SD Gothic Neo", sans-serif;
}

.hero-body span {
  display: block;
}

.instagram-handle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.instagram-icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 5px;
}

.instagram-icon::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: 1.5px solid currentColor;
  border-radius: 50%;
}

.instagram-icon::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
}

@media (min-width: 1101px) {
  :root {
    --figma-u: min(1px, calc(100vw / 1920));
    --aligned-content-width: calc(1728 * var(--figma-u));
  }

  .site-header {
    padding: calc(29 * var(--figma-u)) max(calc(52 * var(--figma-u)), calc((100vw - 1920px) / 2 + 52px)) calc(24 * var(--figma-u));
  }

  .brand-word img {
    width: calc(112 * var(--figma-u));
  }

  .nav-links {
    gap: calc(46 * var(--figma-u));
    font-family: "Pretendard Variable", "Pretendard", Arial, sans-serif;
    font-size: calc(24 * var(--figma-u));
    line-height: 1.2;
  }

  .section-shell {
    width: calc(100% - 192 * var(--figma-u));
    max-width: 1728px;
    padding-inline: 0;
  }

  .hero {
    position: relative;
    width: min(100%, 1920px);
    max-width: 1920px;
    min-height: calc(1024 * var(--figma-u));
    display: block;
    padding: 0;
  }

  .hero-meta {
    position: absolute;
    top: calc(605 * var(--figma-u));
    left: calc(51.5 * var(--figma-u));
    z-index: 2;
    font-size: calc(24 * var(--figma-u));
    line-height: calc(39 / 24);
  }

  .hero-copy {
    position: absolute;
    inset: 0;
    max-width: none;
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .hero h1 {
    position: absolute;
    inset: 0;
    height: 100%;
    margin: 0;
    font-size: calc(115 * var(--figma-u));
    font-weight: 700;
    line-height: 1.08;
  }

  .hero-line,
  .hero-line:nth-child(1) {
    position: absolute;
    width: max-content;
    height: 1.16em;
    padding: 0;
    white-space: nowrap;
  }

  .hero-line:nth-child(1) > span {
    position: static;
    width: auto;
    height: auto;
  }

  .hero-line:nth-child(1) {
    top: calc(233 * var(--figma-u));
    left: calc(51.5 * var(--figma-u));
  }

  .hero-line:nth-child(2) {
    top: calc(346 * var(--figma-u));
    left: calc(784.5 * var(--figma-u));
    padding-left: 0;
  }

  .hero-line:nth-child(3) {
    top: calc(476 * var(--figma-u));
    left: calc(1013.5 * var(--figma-u));
    padding-left: 0;
  }

  .hero-line:nth-child(4) {
    top: calc(630 * var(--figma-u));
    left: calc(572.5 * var(--figma-u));
    padding-left: 0;
  }

  .hero-paren {
    display: inline-block;
  }

  .hero-attract {
    display: inline-flex;
    width: calc(400 * var(--figma-u));
    margin: 0 calc(14 * var(--figma-u));
    vertical-align: 0.02em;
  }

  .hero-attract img {
    width: 100%;
    height: auto;
  }

  .hero-copy .hero-body {
    position: absolute;
    top: calc(821 * var(--figma-u));
    left: calc(1019.5 * var(--figma-u));
    width: calc(650 * var(--figma-u));
    margin: 0;
    color: #f1f1f1;
    font-size: calc(24 * var(--figma-u));
    line-height: calc(39 / 24);
  }

  .about {
    position: relative;
    min-height: calc(1080 * var(--figma-u));
    display: block;
    padding: 0;
  }

  .about-logo,
  .pronunciation,
  .about-text {
    position: absolute;
    margin: 0;
  }

  .about-logo {
    top: calc(242 * var(--figma-u));
    left: 0;
  }

  .about-logo img {
    width: calc(250 * var(--figma-u));
  }

  .pronunciation {
    top: calc(256 * var(--figma-u));
    left: calc(508.8 * var(--figma-u));
    font-size: calc(28 * var(--figma-u));
    line-height: calc(46 / 28);
  }

  .pronunciation p {
    margin-bottom: 0;
  }

  .about-text {
    top: calc(259 * var(--figma-u));
    left: calc(990.8 * var(--figma-u));
    width: calc(738 * var(--figma-u));
    color: #f1f1f1;
    font-size: calc(24 * var(--figma-u));
    line-height: calc(47 / 24);
  }

  .about-text p {
    margin: 0 0 calc(20 * var(--figma-u));
    word-break: keep-all;
    overflow-wrap: normal;
  }

  html[lang="en"] .pronunciation {
    width: calc(390 * var(--figma-u));
  }

  html[lang="en"] .about-text {
    left: calc(1060 * var(--figma-u));
    width: calc(668.8 * var(--figma-u));
  }

  .work {
    position: relative;
    min-height: calc(1558 * var(--figma-u));
    padding: 0;
  }

  .section-kicker {
    margin: 0;
    font-size: calc(24 * var(--figma-u));
    line-height: 1.2;
  }

  .work > .section-kicker {
    position: absolute;
    top: calc(3 * var(--figma-u));
    left: 0;
    width: 100%;
  }

  .work-list {
    position: absolute;
    top: calc(166 * var(--figma-u));
    left: 0;
    width: 100%;
    display: block;
    margin: 0;
  }

  .work-item {
    position: relative;
    display: grid;
    grid-template-columns: calc(322 * var(--figma-u)) minmax(0, 1fr);
    gap: calc(85 * var(--figma-u));
    align-items: start;
    padding: calc(8 * var(--figma-u)) 0 0;
    border: 0;
  }

  .work-item:nth-child(1) {
    min-height: calc(433 * var(--figma-u));
  }

  .work-item:nth-child(2) {
    min-height: calc(394 * var(--figma-u));
  }

  .work-item:nth-child(3) {
    min-height: calc(400 * var(--figma-u));
  }

  .work-item::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: calc(24 * var(--figma-u));
    left: calc(407 * var(--figma-u));
    height: 1px;
    background: #444;
  }

  .work-item:last-child::after {
    display: none;
  }

  .work-item img {
    justify-self: center;
    width: calc(322 * var(--figma-u));
  }

  .work-item:nth-child(1) img {
    width: calc(274 * var(--figma-u));
  }

  .work-item:nth-child(2) img {
    width: calc(258 * var(--figma-u));
  }

  .work-item:nth-child(3) img {
    width: calc(267 * var(--figma-u));
  }

  .work-item h2 {
    margin: 0 0 calc(37 * var(--figma-u));
    font-size: calc(64 * var(--figma-u));
    font-weight: 600;
    line-height: 1;
  }

  .work-item h2 span {
    margin-left: calc(26 * var(--figma-u));
    padding: calc(6 * var(--figma-u)) calc(18 * var(--figma-u));
    font-size: calc(19 * var(--figma-u));
    line-height: 1;
  }

  .work-item p {
    max-width: none;
    margin: 0;
    color: #f1f1f1;
    font-size: calc(24 * var(--figma-u));
    line-height: calc(40 / 24);
  }

  .brand-section {
    position: relative;
    width: calc(100% - 192 * var(--figma-u));
    max-width: 1728px;
    min-height: calc(1080 * var(--figma-u));
    overflow: visible;
    overflow-clip-margin: 0;
    padding: 0;
  }

  .brand-section > .section-kicker {
    position: absolute;
    top: calc(66 * var(--figma-u));
    left: 0;
    width: 100%;
    font-size: calc(27 * var(--figma-u));
  }

  .brand-showcase {
    position: absolute;
    top: calc(163 * var(--figma-u));
    left: 0;
    width: 100%;
    display: block;
  }

  .brand-note {
    position: absolute;
    top: calc(46 * var(--figma-u));
    left: 0;
    width: calc(470 * var(--figma-u));
    padding: 0;
  }

  .brand-note h2 {
    margin: 0 0 calc(34 * var(--figma-u));
    font-size: calc(32 * var(--figma-u));
  }

  .brand-note p {
    color: #f1f1f1;
    font-size: calc(27 * var(--figma-u));
    line-height: calc(44 / 27);
  }

  .brand-content {
    position: absolute;
    top: 0;
    left: calc(550 * var(--figma-u));
    width: calc(100vw - max(calc(96 * var(--figma-u)), calc((100vw - 1728px) / 2)) - calc(550 * var(--figma-u)));
  }

  .brand-carousel {
    overflow: visible;
    cursor: grab;
  }

  .brand-track {
    gap: calc(44 * var(--figma-u));
  }

  .brand-slide {
    flex: 0 0 calc((100% - 44 * var(--figma-u)) / 2);
  }

  .brand-slide.culture-slide {
    flex-basis: calc((100% - 44 * var(--figma-u)) / 2);
  }

  .brand-media,
  .culture-media {
    width: 100%;
    height: auto;
    border-radius: calc(8 * var(--figma-u));
    background: #070707;
  }

  .brand-media {
    aspect-ratio: 2561 / 1441;
  }

  .culture-media {
    aspect-ratio: 2561 / 1441;
  }

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

  .culture-media strong {
    transform: translate(-50%, -50%);
    font-size: calc(34 * var(--figma-u));
  }

  .bbom-copy {
    width: 100%;
    margin-top: calc(75 * var(--figma-u));
  }

  .bbom-copy h2 {
    margin: 0 0 calc(28 * var(--figma-u));
  }

  .bbom-copy h2 img {
    width: calc(116 * var(--figma-u));
  }

  .bbom-copy p {
    color: #fff;
    font-size: calc(26 * var(--figma-u));
    line-height: calc(44 / 26);
  }

  html[lang="ko"] .bbom-copy p {
    font-size: calc(25.5 * var(--figma-u));
    line-height: calc(44 / 25.5);
  }

  .brand-pagination {
    display: none;
  }

  .distributors {
    position: relative;
    min-height: calc(1548 * var(--figma-u));
    padding: 0;
  }

  .distributors > .section-kicker {
    position: absolute;
    top: calc(159 * var(--figma-u));
    left: 0;
    width: 100%;
  }

  .featured-logo-grid {
    position: absolute;
    top: calc(296 * var(--figma-u));
    left: 0;
    width: 100%;
    margin: 0;
    padding-bottom: 0;
    grid-template-columns: repeat(3, 1fr);
  }

  .featured-logo-grid li {
    position: relative;
    min-height: calc(250 * var(--figma-u));
    border: 0;
  }

  .featured-logo-grid li::after {
    content: "";
    position: absolute;
    right: calc(16 * var(--figma-u));
    bottom: 0;
    left: calc(16 * var(--figma-u));
    height: 1px;
    background: #444;
  }

  .featured-logo-grid img {
    max-width: calc(320 * var(--figma-u));
    max-height: calc(90 * var(--figma-u));
  }

  .featured-logo-grid li:nth-child(2) img {
    max-width: calc(360 * var(--figma-u));
    max-height: calc(180 * var(--figma-u));
  }

  .featured-logo-grid li:nth-child(3) img {
    max-width: calc(230 * var(--figma-u));
    max-height: calc(132 * var(--figma-u));
  }

  .logo-grid {
    position: absolute;
    top: calc(546 * var(--figma-u));
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 0;
    margin: 0;
  }

  .logo-grid li {
    position: relative;
    min-height: calc(250 * var(--figma-u));
    padding: calc(35 * var(--figma-u)) calc(56 * var(--figma-u));
    border: 0;
  }

  .logo-grid li:nth-child(-n + 6)::after {
    content: "";
    position: absolute;
    right: calc(16 * var(--figma-u));
    bottom: 0;
    left: calc(16 * var(--figma-u));
    height: 1px;
    background: #444;
  }

  .logo-grid img {
    max-width: calc(390 * var(--figma-u));
    max-height: calc(90 * var(--figma-u));
  }

  .contact {
    min-height: calc(752 * var(--figma-u));
    grid-template-columns: calc(728 * var(--figma-u)) minmax(0, 1fr);
    gap: calc(154 * var(--figma-u));
    padding: 0;
  }

  .company-info,
  .contact-form {
    border-top-color: #444;
  }

  .info-row {
    grid-template-columns: calc(240 * var(--figma-u)) minmax(0, 1fr);
    gap: calc(69 * var(--figma-u));
    padding: calc(31 * var(--figma-u)) 0 calc(35 * var(--figma-u));
  }

  .info-row h2,
  .contact-form h2 {
    font-size: calc(28 * var(--figma-u));
  }

  .info-row p {
    margin-bottom: calc(26 * var(--figma-u));
    font-size: calc(24 * var(--figma-u));
    line-height: calc(39 / 24);
  }

  .contact-form {
    grid-template-columns: calc(230 * var(--figma-u)) minmax(0, 1fr);
    gap: calc(22 * var(--figma-u)) calc(68 * var(--figma-u));
    padding-top: calc(31 * var(--figma-u));
  }

  .contact-form label {
    gap: calc(12 * var(--figma-u));
    font-size: calc(24 * var(--figma-u));
  }

  .contact-form input,
  .contact-form textarea {
    padding: calc(9 * var(--figma-u)) calc(12 * var(--figma-u));
  }

  .contact-form textarea {
    min-height: calc(151 * var(--figma-u));
  }

  .contact-form button {
    height: calc(41 * var(--figma-u));
    font-size: calc(24 * var(--figma-u));
  }

  .site-footer {
    width: calc(100% - 84 * var(--figma-u));
    max-width: 1836px;
    min-height: calc(124 * var(--figma-u));
    padding: calc(30 * var(--figma-u)) 0 calc(36 * var(--figma-u));
    font-size: calc(22 * var(--figma-u));
  }

  .to-top {
    width: calc(48 * var(--figma-u));
    height: calc(48 * var(--figma-u));
  }
}

@media (max-width: 1100px) {
  .site-header {
    padding: 28px 24px 20px;
  }

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

  .nav-links {
    gap: 22px;
    font-family: "Pretendard Variable", "Pretendard", Arial, sans-serif;
    font-size: 14px;
  }

  .section-shell {
    width: 100%;
    padding-inline: 24px;
  }

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

  .hero-meta {
    position: static;
    margin-bottom: 72px;
    font-size: 18px;
    line-height: 1.65;
  }

  .hero-copy {
    position: static;
    max-width: none;
    height: auto;
  }

  .hero h1 {
    position: static;
    height: auto;
    font-size: clamp(44px, 11.7vw, 68px);
    line-height: 1.2;
  }

  .hero-line,
  .hero-line:nth-child(1),
  .hero-line:nth-child(1) > span,
  .hero-line:nth-child(2),
  .hero-line:nth-child(3),
  .hero-line:nth-child(4) {
    position: static;
    height: auto;
    padding: 0;
    white-space: normal;
  }

  .hero-line:nth-child(1) {
    white-space: nowrap;
  }

  .hero-attract {
    display: inline-flex;
    width: clamp(170px, 45vw, 270px);
    margin-inline: 4px;
    vertical-align: 0.02em;
  }

  .hero-attract img {
    width: 100%;
  }

  .hero-copy .hero-body {
    position: static;
    width: 100%;
    margin-top: 62px;
    font-size: 18px;
    line-height: 1.9;
  }

  .about {
    min-height: 0;
    display: block;
    padding-top: 110px;
    padding-bottom: 210px;
  }

  .about-logo,
  .pronunciation,
  .about-text {
    position: static;
  }

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

  .pronunciation {
    margin-top: 54px;
    font-size: 20px;
    line-height: 1.65;
  }

  .about-text {
    width: 100%;
    margin-top: 64px;
    font-size: 17px;
    line-height: 1.9;
  }

  .work {
    min-height: 0;
    padding-bottom: 220px;
  }

  .section-kicker {
    margin-bottom: 78px;
    font-size: 18px;
  }

  .work-list {
    position: static;
    width: 100%;
    display: grid;
    gap: 72px;
  }

  .work-item,
  .work-item:nth-child(1),
  .work-item:nth-child(2),
  .work-item:nth-child(3) {
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 0 0 64px;
    border-bottom: 1px solid #333;
  }

  .work-item::after {
    display: none;
  }

  .work-item img,
  .work-item:nth-child(2) img,
  .work-item:nth-child(3) img {
    width: min(64vw, 280px);
    justify-self: center;
  }

  .work-item:nth-child(1) img {
    width: min(54.4vw, 238px);
  }

  .work-item h2 {
    margin-bottom: 28px;
    font-size: clamp(38px, 10vw, 52px);
  }

  .work-item h2 span {
    margin-left: 10px;
    padding: 7px 12px;
    font-size: 13px;
  }

  .work-item p {
    font-size: 17px;
    line-height: 1.9;
  }

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

  .brand-showcase {
    position: static;
    display: block;
  }

  .brand-note {
    position: static;
    width: 100%;
    margin-bottom: 64px;
    padding: 0;
  }

  .brand-note h2 {
    margin-bottom: 26px;
    font-size: 25px;
  }

  .brand-note p {
    font-size: 17.5px;
    line-height: 1.8;
    text-wrap: wrap;
  }

  .brand-content {
    position: static;
    width: 100%;
  }

  .brand-carousel {
    overflow: hidden;
  }

  .brand-track {
    gap: 20px;
  }

  .brand-slide,
  .brand-slide.culture-slide {
    /* flex: 0 0 calc(100vw - 48px); */
  }

  .brand-media,
  .culture-media {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }

  .brand-media {
    aspect-ratio: 2561 / 1441;
  }

  .culture-media {
    aspect-ratio: 2561 / 1441;
  }

  .culture-media strong {
    font-size: clamp(24px, 7vw, 38px);
  }

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

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

  .bbom-copy p {
    font-size: 18px;
    line-height: 1.8;
  }

  .bbom-copy br {
    display: none;
  }

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

  .distributors {
    min-height: 0;
    padding-bottom: 220px;
  }

  .featured-logo-grid {
    position: static;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
    border-bottom: 0;
    grid-template-columns: repeat(3, 1fr);
  }

  .featured-logo-grid li {
    position: relative;
    min-height: 120px;
    padding: 20px 10px;
  }

  .featured-logo-grid li::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 0;
    left: 10px;
    height: 1px;
    background: #333;
  }

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

  .featured-logo-grid li:nth-child(2) img {
    max-width: min(136px, 100%);
    max-height: 68px;
  }

  .featured-logo-grid li:nth-child(3) img {
    max-width: min(100px, 100%);
    max-height: 58px;
  }

  .logo-grid {
    position: static;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 0;
  }

  .logo-grid li {
    position: relative;
    min-height: 120px;
    padding: 20px 10px;
    border-bottom: 0;
  }

  .logo-grid li::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 0;
    left: 10px;
    height: 1px;
    background: #333;
  }

  .logo-grid li:nth-child(7) img {
    max-width: min(76px, 70%);
    max-height: 34px;
  }

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

  .contact {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 72px;
    padding-bottom: 120px;
  }

  .info-row {
    grid-template-columns: 118px 1fr;
    gap: 24px;
  }

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

  .info-row p {
    font-size: 16px;
  }

  .contact-form {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact-form h2 {
    grid-row: auto;
    margin-bottom: 12px;
  }

  .contact-form label {
    font-size: 15px;
  }

  .site-footer {
    width: calc(100% - 48px);
    padding-inline: 0;
    font-size: 11px;
  }
}

@media (max-width: 620px) {
  .site-header {
    align-items: flex-start;
    padding: 24px 18px 18px;
  }

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

  .nav-links {
    gap: 7px;
    font-size: 10px;
  }

  .language-switch {
    min-width: 22px;
    padding: 2px;
  }

  .section-shell {
    padding-inline: 18px;
  }

  .brand-content {
    width: calc(100% - 24px);
    margin-inline: auto;
  }

  .hero {
    padding-top: 190px;
  }

  .hero h1 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .hero-attract {
    width: clamp(145px, 43vw, 200px);
  }

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

  .logo-grid li {
    min-height: 102px;
    padding-inline: 7px;
  }

  .logo-grid li::after {
    right: 7px;
    left: 7px;
  }

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

  .featured-logo-grid li:nth-child(2) img {
    max-width: min(112px, 100%);
    max-height: 56px;
  }

  .featured-logo-grid li:nth-child(3) img {
    max-width: min(82px, 100%);
    max-height: 47px;
  }

  .logo-grid li:nth-child(7) img {
    max-width: min(58px, 66%);
    max-height: 28px;
  }

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

.product-stage .bbom-lineup {
  object-fit: cover;
}

.brand-media,
.culture-media {
  overflow: hidden;
}
