﻿@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
@import url("https://cdn.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.1/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css");
@import url("https://cdn.jsdelivr.net/gh/MonadABXY/mona-font/web/mona.css");
@import url("https://cdn.jsdelivr.net/gh/MonadABXY/mona-font/web/monas.css");
@font-face {
  font-family: "Cafe24PROUP";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2507-1@1.0/Cafe24PROUP.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  overflow: hidden;
  background: #1c1c1c;
  font-family: "Pretendard";
  width: 100%;
  min-height: 100vh;
  position: relative;
}

#pixelLayer {
  position: fixed;
  inset: 0;
  overflow: hidden;
  /* pointer-events: none; */
}

.logo img {
  width: 46px;
  height: 51px;
  display: block;
}

.refresh img {
  width: 15px;
  height: 15px;
  /* display: block; */
}

/* .top-nav {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: 737px;
  height: 99px;
} */

/* .nav-inner {
  display: flex;
  align-items: center;
  gap: 52px;

  padding: 20px 38px;

  border-radius: 999px;

  background: rgba(255, 255, 255, 0.08);

  backdrop-filter: blur(20px);

  border: 1px solid rgba(255, 255, 255, 0.12);

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 30px rgba(0, 0, 0, 0.25);
} */

/* .nav-inner {
  position: relative;

  display: flex;
  align-items: center;
  gap: 52px;

  padding: 20px 38px;

  border-radius: 999px;

  background: rgba(55, 55, 55, 0.72);

  backdrop-filter: blur(24px);

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
} */

.nav-inner::before {
  content: "";

  position: absolute;
  inset: 0;

  border-radius: inherit;

  border-top: 1px solid rgba(255, 255, 255, 0.6);

  pointer-events: none;
}

.nav-inner::after {
  content: "";

  position: absolute;
  inset: 0;

  border-radius: inherit;

  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);

  pointer-events: none;
}

.nav-inner a {
  color: white;
  text-decoration: none;
  font-size: 28px;
  font-weight: 500;
}

.contact-btn {
  border: none;

  font-size: 16px;

  font-family: "Pretendard";

  background: white;

  padding: 10px 20px;

  border-radius: 999px;

  cursor: pointer;

  font-weight: 700;
}

.hero {
  position: absolute;

  left: 50%;
  top: 50%;

  transform: translate(-50%, -50%);

  text-align: center;

  z-index: 50;
}

.hero h1 {
  color: white;
  width: 450px;
  max-width: calc(100vw - 48px);
  height: auto;
  margin: 0 auto;
}

.hero h1 img {
  display: block;
  width: 100%;
  height: auto;
}

.hero p {
  color: #fff;
  font-family: "wanted sans";
  margin-top: 15px;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
}

.pixel-editor {
  position: absolute;
  right: 27px;
  width: 257px;
  bottom: 27px;
  background: #00458c;
  border-radius: 14px;
  padding: 11px;
  z-index: 300;
  overflow: hidden;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.4),
    inset 0 4px 0 rgba(255, 255, 255, 0.15);
}

/* .pixel-editor::before {
  content: "";

  position: absolute;

  top: 2px;
  left: 12px;
  right: 12px;

  height: 4px;

  border-radius: 999px 999px 0 0;

  background: linear-gradient(
    to bottom,
    rgb(103, 154, 202),
    rgba(255, 255, 255, 0.35)
  );

  filter: blur(1px);

  pointer-events: none;
} */

.editor-actions {
  display: flex;
  gap: 4px;
}

.editor-header {
  display: flex;

  align-items: center;

  justify-content: space-between;

  margin: 9px 0;
}

.pixel-title {
  font-family: "Cafe24PROUP";

  color: white;

  font-size: 18px;

  line-height: 1;
}

.pixel-text {
  color: white;
  font-family: "wanted sans";
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding-top: 9px;
  line-height: 140%;
}

.editor-header button {
  width: 24px;
  height: 21px;

  border: none;

  border-radius: 5px;

  cursor: pointer;

  font-weight: bold;
}

#okBtn {
  background: #ac0d6c;
  width: 39px;
  height: 25px;
  color: white;
  font-family: "Cafe24PROUP";
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  line-height: 1;
}

#randomColorBtn {
  background: white;
  width: 25px;
  height: 25px;
  font-size: 11px;
  padding-top: 2px;
}

#pixelGrid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, 1fr);
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  background: #d7d7d7;
  border: 2px solid #d7d7d7;
  margin: 0 auto;
}

.pixel-cell {
  width: 100%;
  height: 100%;

  background: #242424;

  border-right: 1px solid #8f8f8f;
  border-bottom: 1px solid #8f8f8f;

  cursor: crosshair;
}

.speechBubble {
  position: absolute;
  z-index: 999;
  background: white;
  color: #111;
  font-family: "Mona12 Text KR", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 12px;
  border-radius: 10px;
  border: 3px solid #383838;
  box-shadow: 4px 4px 0 #111;
  pointer-events: none;
  transition: opacity 0.3s;
  opacity: 0;
  white-space: nowrap;
}

.speechBubble::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: -10px;
  width: 12px;
  height: 12px;
  background: white;
  border-left: 3px solid #111;
  border-bottom: 3px solid #111;
  transform: rotate(-45deg);
}

/* =========================
   FLIP Glass Navigation Fix
   - click only, no hover trigger
   - home: centered capsule
   - page: full-width bar pinned to top
   ========================= */

html {
  background: #1c1c1c;
  width: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
}

main {
  width: 100%;
  min-height: 100vh;
}

body.route-home {
  overflow: hidden;
}

body:not(.route-home) {
  overflow-x: hidden;
  overflow-y: auto;
}

.top-nav {
  position: fixed;
  top: 35px;
  left: 50%;
  /* width: 480px; */
  height: 79px;
  transform: translateX(-50%);
  z-index: 1000;
  will-change: transform, width, height, top, left;
}

.nav-inner {
  width: 100%;
  height: 100%;
  padding: 0 32px;
  gap: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(47, 47, 47, 0.5);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -1px 0 rgba(255, 255, 255, 0.08),
    0 16px 42px rgba(0, 0, 0, 0.26);
  will-change: transform, border-radius, background;
}

.logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
  transform-origin: left center;
}

.logo-symbol {
  width: 41px !important;
  height: 41px !important;
  object-fit: contain;
}

.logo-word {
  display: none !important;
  width: 128px !important;
  height: 68px !important;
  margin-left: 11px;
  object-fit: contain;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 46px;
  margin-left: 41px;
  white-space: nowrap;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.42);
  font-family: "Pretendard", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.language-switch img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  transform: translateY(1px);
}

.language-switch button {
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.42);
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.language-switch button.is-active {
  color: #fff;
}

.language-switch span {
  color: rgba(255, 255, 255, 0.34);
  font-weight: 300;
}

.nav-toggle {
  display: none;
  position: relative;
  width: 38px;
  height: 38px;
  margin-left: auto;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  flex: 0 0 auto;
}

.nav-toggle span {
  position: absolute;
  left: 10px;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transition:
    transform 220ms ease,
    opacity 180ms ease,
    top 220ms ease;
}

.nav-toggle span:nth-child(1) {
  top: 12px;
}

.nav-toggle span:nth-child(2) {
  top: 18px;
}

.nav-toggle span:nth-child(3) {
  top: 24px;
}

.top-nav.is-menu-open .nav-toggle span:nth-child(1) {
  top: 18px;
  transform: rotate(45deg);
}

.top-nav.is-menu-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.top-nav.is-menu-open .nav-toggle span:nth-child(3) {
  top: 18px;
  transform: rotate(-45deg);
}

.nav-inner a,
.nav-link {
  color: #fff;
  text-decoration: none;
  font-family: "Pretendard", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  will-change: transform;
}

.nav-link {
  position: relative;
}

.nav-link.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
}

body:not(.route-home) .top-nav {
  top: 0;
  left: 0;
  width: 100%;
  height: 77px;
  transform: none;
}

body:not(.route-home) .nav-inner {
  border-radius: 0;
  padding: 54px 42px;
  background: rgba(24, 24, 24, 0.76);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow:
    inset 0 -1px 0 rgba(255, 255, 255, 0.05),
    0 10px 30px rgba(0, 0, 0, 0.25);
}

body:not(.route-home) .logo-symbol {
  width: 39px !important;
  height: 39px !important;
}

body:not(.route-home) .logo-word {
  display: block !important;
}

body:not(.route-home) .nav-menu {
  margin-left: auto;
  gap: 54px;
}

body:not(.route-home) .nav-link {
  font-size: 24px;
}

body:not(.route-home) .language-switch {
  font-size: 22px;
}

body:not(.route-home) .language-switch img {
  width: 20px;
  height: 20px;
}

/* FLIP helper classes */
.is-flipping,
.is-flipping * {
  transition: none !important;
}

.flip-animate {
  transition:
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1),
    width 720ms cubic-bezier(0.22, 1, 0.36, 1),
    height 720ms cubic-bezier(0.22, 1, 0.36, 1),
    top 720ms cubic-bezier(0.22, 1, 0.36, 1),
    left 720ms cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 720ms cubic-bezier(0.22, 1, 0.36, 1),
    background 720ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 420ms ease;
}

/* page state */
.hero {
  transition:
    opacity 280ms ease,
    transform 280ms ease;
}

body:not(.route-home) .hero {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -45%);
}

body:not(.route-home) #pixelLayer,
body:not(.route-home) .pixel-editor {
  display: none;
}

.page-view {
  display: none;
  position: relative;
  z-index: 20;
  padding: 184px 34px 60px;
  min-height: 100vh;
  color: #fff;
}

body:not(.route-home) .page-view {
  display: block;
}

.page-panel {
  display: none;
}

.page-panel.is-active {
  display: block;
}

.page-panel h1 {
  font-size: 56px;
  line-height: 130%;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}

.page-lead {
  font-size: 26px;
  line-height: 140%;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}

.chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
  margin-bottom: 31px;
}

.chip {
  position: relative;
  height: 30px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.02);
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.chip::before {
  content: "";

  position: absolute;
  inset: 0;

  border-radius: inherit;

  border-top: 1px solid rgba(255, 255, 255, 0.3);

  pointer-events: none;
}

.chip::after {
  content: "";

  position: absolute;
  inset: 0;

  border-radius: inherit;

  border-right: 1px solid rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);

  pointer-events: none;
}

.chip.is-active {
  border: 0;
  background: linear-gradient(90deg, #ea9507, #ac0d6c, #00458c);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px 20px;
}

.page-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 680ms ease-out,
    transform 680ms ease-out;
  will-change: opacity, transform;
}

.page-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .page-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.project-load-sentinel {
  width: 100%;
  height: 1px;
}

.project-card {
  min-width: 0;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.project-thumb {
  width: 100%;
  aspect-ratio: 258 / 145;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center;
}

.thumb-a {
  background:
    radial-gradient(
      circle at 20% 40%,
      rgba(255, 60, 142, 0.9),
      transparent 28%
    ),
    radial-gradient(
      circle at 70% 30%,
      rgba(255, 136, 55, 0.9),
      transparent 29%
    ),
    linear-gradient(135deg, #451015, #d02c74 55%, #24110c);
}

.thumb-b {
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(0, 255, 220, 0.72),
      transparent 25%
    ),
    radial-gradient(
      circle at 80% 35%,
      rgba(255, 0, 220, 0.82),
      transparent 18%
    ),
    linear-gradient(135deg, #07327a, #13c3ff 45%, #35115f);
}

.thumb-c {
  background:
    radial-gradient(
      circle at 65% 42%,
      rgba(112, 60, 255, 0.85),
      transparent 31%
    ),
    radial-gradient(
      circle at 30% 70%,
      rgba(255, 214, 0, 0.65),
      transparent 20%
    ),
    linear-gradient(135deg, #29325f, #53b9ff 55%, #1c2b39);
}

.project-card h2 {
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.2%;
  margin-bottom: 7px;
}

.project-card p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

body[data-route="project-detail"] .page-view {
  padding: 58px 0 80px;
}

.project-detail-panel {
  background: #1c1c1c;
}

.detail-hero {
  position: relative;
  width: 100%;
  min-height: 420px;
  background: #111;
  overflow: hidden;
}

.detail-hero img,
.detail-hero video {
  display: block;
  width: 100%;
  height: clamp(420px, 58vw, 760px);
  object-fit: cover;
}

.detail-media-label {
  position: absolute;
  top: 28px;
  right: 28px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}

.detail-intro,
.detail-gallery,
.detail-contents,
.detail-reviews {
  width: min(100%, 1360px);
  margin: 0 auto;
  padding-left: 28px;
  padding-right: 28px;
}

.detail-intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 72px;
  padding-top: 58px;
  padding-bottom: 62px;
}

.detail-copy h1 {
  margin: 0 0 14px;
  font-size: 43px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.detail-copy h2 {
  margin-bottom: 24px;
  font-size: 23px;
  line-height: 1.35;
}

.detail-copy p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.65;
}

.detail-meta {
  display: grid;
  align-self: stretch;
  align-content: start;
  gap: 24px;
  margin: 0;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.detail-meta dt {
  margin: 0 0 7px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.detail-meta dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}

.detail-meta dd span {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  margin: 5px 8px 0 0;
  padding: 0 7px;
  border-radius: 4px;
  color: #1c1c1c;
  background: #c0c0c0;
  font-size: 15px;
  font-weight: 400;
  line-height: 110%;
}

.detail-gallery {
  display: grid;
  gap: 20px;
}

.detail-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.detail-contents {
  padding-top: 62px;
}

.detail-contents h2,
.detail-reviews h2 {
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.detail-contents > p {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  font-weight: 600;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 28px;
}

.content-card {
  padding: 24px;
  border-radius: 6px;
  background: #343434;
}

.content-preview {
  width: 100%;
  aspect-ratio: 16 / 8.3;
  margin-bottom: 14px;
  border-radius: 4px;
  background: #f4f4f4;
}

.content-card small {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
}

.content-card h3 {
  margin-bottom: 9px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.content-card p {
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.content-card a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  border-radius: 4px;
  color: #fff;
  background: #005eb8;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}

.detail-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 35px;
}

.detail-pagination button {
  border: 0;
  color: rgba(255, 255, 255, 0.65);
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.detail-pagination button.is-active {
  color: #fff;
}

.detail-reviews {
  padding-top: 74px;
}

.review-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 70px;
  margin-top: 30px;
}

.review-columns ul {
  list-style: none;
}

.review-columns li {
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 2.1;
}

.review-columns a {
  color: #ffb000;
  font-weight: 800;
}

.about-panel {
  width: min(100% - 80px, 1280px);
  margin: 0 auto;
  color: #f2f2f2;
}

.about-hero {
  display: grid;
  justify-items: end;
  padding: 86px 0 130px;
  text-align: right;
}

.about-hero h1 {
  margin: 0 0 78px;
  font-size: clamp(56px, 6.2vw, 82px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.04em;
}

.about-hero p {
  max-width: 790px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: -0.04em;
}

.about-hero p:last-child {
  margin-bottom: 0;
}

.about-section {
  padding: 140px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
}

.about-section h2 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.about-who {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 104px;
}

.about-quote {
  position: relative;
  margin: 80px 0 67px;
  padding: 32px 0 46px;
}

.about-quote strong {
  display: block;
  max-width: 599px;
  color: #fff;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.04em;
}

.quote-mark {
  position: absolute;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 154px;
  font-weight: 800;
  line-height: 0.7;
}

.quote-open {
  top: -37px;
  left: 0;
}

.quote-close {
  right: -33px;
  bottom: -70px;
}

.about-story p {
  max-width: 560px;
  margin: 0 0 31px;
  color: #c0c0c0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.55;
  letter-spacing: -0.03em;
}

.about-photo {
  display: block;
  width: 282px;
  aspect-ratio: 282 / 176;
  margin-top: 54px;
  border-radius: 8px;
  object-fit: cover;
  background: #111;
}

.about-history {
  position: relative;
  display: grid;
  gap: 34px;
  align-content: start;
  padding-top: 118px;
  padding-left: 70px;
}

.about-history::before {
  content: "";
  position: absolute;
  top: 127px;
  bottom: -43px;
  left: 14px;
  width: 2.5px;
  background-image: repeating-linear-gradient(
    to bottom,
    #383838 0,
    #383838 6px,
    transparent 6px,
    transparent 12px
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0,
    #000 calc(100% - 64px),
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    #000 0,
    #000 calc(100% - 64px),
    transparent 100%
  );
}

.history-item {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 34px;
}

.history-item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -61px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #383838;
}

.history-year {
  color: #c0c0c0;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.16;
}

.history-item ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.history-item li {
  color: #c0c0c0;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.35;
}

.about-make h2 {
  margin-bottom: 78px;
}

.make-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px;
}

.make-card {
  min-width: 0;
  text-align: center;
}

.make-icon {
  display: block;
  width: 324px;
  height: 245px;
  margin: 0 auto 48px;
  object-fit: contain;
}

.make-card h3 {
  margin: 0 0 26px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.make-card h3::after {
  content: "";
  display: block;
  width: 64px;
  height: 2px;
  margin: 21px auto 0;
  background: rgba(255, 255, 255, 0.72);
}

.make-card p {
  margin: 0 0 27px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 22px;
  font-weight: 200;
  line-height: 1.32;
  text-align: left;
  letter-spacing: -0.03em;
}

.make-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.make-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 5px 5px;
  border: 1px solid #ea9507;
  border-radius: 5px;
  color: #fff;
  background: #5a4116;
  font-size: 16px;
  font-weight: 200;
}

.make-tags.is-magenta span {
  color: #fff;
  border: 1px solid #ac0d6c;
  background: #481834;
}

.make-tags.is-blue span {
  color: #fff;
  border: 1px solid #00458c;
  background: #14293e;
}

.about-contact {
  padding-bottom: 88px;
}

.about-contact h2 {
  margin-bottom: 63px;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.32;
}

.about-contact strong {
  display: block;
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.about-contact a {
  display: block;
  width: fit-content;
  color: rgba(255, 255, 255, 0.9);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.35;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.about-contact a + a {
  margin-top: 4px;
  text-decoration: none;
}

.contact-panel {
  position: relative;
  width: min(100% - 80px, 1280px);
  min-height: calc(100vh - 161px);
  margin: 0 auto;
  padding-top: 112px;
  padding-bottom: 104px;
  color: #f5f5f5;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
  gap: 96px;
  min-height: calc(100vh - 220px);
}

.contact-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
}

.contact-copy h1 {
  margin: 0 0 74px;
  font-size: clamp(64px, 6vw, 56px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.contact-copy p {
  margin: 0 0 48px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.04em;
}

.company-download {
  position: relative;
  grid-column: 1;
  grid-row: 2;
  align-self: end;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 17px;
  min-height: 64px;
  margin-top: auto;
  padding: 0 25px 0 31px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 10px;
  color: #fff;
  /* background: rgba(255, 255, 255, 0.02); */
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.company-download::before {
  content: "";

  position: absolute;
  inset: 0;

  border-radius: inherit;

  border-top: 1px solid rgba(255, 255, 255, 0.6);

  pointer-events: none;
}

.company-download::after {
  content: "";

  position: absolute;
  inset: 0;

  border-radius: inherit;

  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);

  pointer-events: none;
}

.company-download:hover,
.company-download:focus-visible {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
}

.company-download svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-info-panel {
  display: grid;
  align-content: start;
  gap: 76px;
  padding-top: 120px;
}

.contact-info-group strong {
  display: block;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0;
}

.contact-info-group a,
.contact-info-group p {
  display: block;
  width: fit-content;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0;
  text-decoration: none;
}

.contact-info-group a:first-of-type {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.site-footer {
  display: none;
  background: #383838;
  color: #f5f5f5;
}

body:not(.route-home) .site-footer {
  display: block;
}

.footer-inner {
  width: min(100% - 80px, 1920px);
  margin: 0 auto;
  padding: 72px 10px 70px 10px;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  text-decoration: none;
}

.footer-logo-symbol {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.footer-logo-word {
  width: 121px;
  height: auto;
}

.footer-info {
  display: grid;
  gap: 6px;
  margin-top: 42px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.footer-social {
  display: flex;
  gap: 16px;
  margin-top: 39px;
}

.footer-social a {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: #fff;
  text-decoration: none;
}

.footer-social svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-social path {
  fill: currentColor;
  stroke: none;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 46px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1;
}

.footer-bottom a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 760px) {
  html,
  body,
  main {
    width: 100%;
    max-width: 100%;
  }

  .hero h1 {
    width: 360px;
    max-width: calc(100vw - 44px);
    height: auto;
  }

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

  .hero p {
    margin-top: 10px;
    font-size: 18px;
  }

  .nav-inner {
    padding: 0 24px;
  }

  .nav-menu {
    gap: 28px;
    margin-left: 26px;
  }

  .nav-link,
  body:not(.route-home) .nav-link {
    font-size: 20px;
  }

  .language-switch,
  body:not(.route-home) .language-switch {
    gap: 7px;
    font-size: 18px;
  }

  body:not(.route-home) .nav-menu {
    gap: 32px;
  }

  .page-view {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 120px;
    overflow-x: hidden;
  }

  .page-panel {
    width: min(calc(100% - 44px), 720px);
    margin-left: auto;
    margin-right: auto;
  }

  .project-detail-panel {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .project-grid {
    grid-template-columns: 1fr;
  }

  body[data-route="project-detail"] .page-view {
    padding: 58px 0 56px;
  }

  .project-detail-panel {
    overflow: hidden;
  }

  .detail-hero {
    min-height: 0;
  }

  .detail-hero img,
  .detail-hero video {
    /* height: 167px; */
    aspect-ratio: auto;
    object-fit: cover;
  }

  .detail-media-label {
    display: none;
  }

  .detail-intro,
  .detail-gallery,
  .detail-contents,
  .detail-reviews {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .detail-intro {
    display: block;
    padding-top: 31px;
    padding-bottom: 0;
  }

  .detail-copy {
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .detail-copy h1 {
    margin-bottom: 8px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: -0.03em;
  }

  .detail-copy h2 {
    margin-bottom: 22px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
  }

  .detail-copy p {
    max-width: none;
    font-size: 14px;
    line-height: 1.38;
  }

  .detail-meta {
    display: grid;
    gap: 24px;
    margin: 0;
    padding: 26px 0 28px;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .detail-meta dt {
    margin: 0 0 7px;
    font-size: 20px;
  }

  .detail-meta dd {
    margin: 0;
    font-size: 14px;
    line-height: 1.1;
  }

  .detail-meta dd span {
    min-height: 18px;
    margin: 5px 8px 0 0;
    padding: 4px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 110%;
  }

  .detail-gallery {
    gap: 12px;
    padding-top: 28px;
  }

  .detail-gallery img {
    aspect-ratio: 190 / 104;
    object-fit: cover;
  }

  .detail-contents {
    padding-top: 51px;
  }

  .detail-contents h2,
  .detail-reviews h2 {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 1;
  }

  .detail-contents > p {
    width: 100%;
    max-width: 100%;
    margin-bottom: 33px;
    font-size: 22px;
    line-height: 1.3;
    white-space: normal;
  }

  .content-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .content-card {
    min-width: 0;
    padding: 16px;
    border-radius: 6px;
  }

  .content-preview {
    aspect-ratio: 16 / 8.3;
    margin-bottom: 14px;
    border-radius: 8px;
  }

  .content-card small {
    margin-bottom: 6px;
    font-size: 11px;
  }

  .content-card h3 {
    max-width: none;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.2;
  }

  .content-card p {
    max-width: none;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.45;
  }

  .content-card a {
    justify-content: center;
    width: 100%;
    min-height: 39px;
    padding: 0 12px;
    border-radius: 7px;
    font-size: 16px;
    line-height: 1;
  }

  .detail-pagination {
    justify-content: space-between;
    gap: 0;
    margin-top: 34px;
  }

  .detail-pagination button {
    font-size: 18px;
  }

  .detail-reviews {
    padding-top: 58px;
  }

  .review-columns {
    display: block;
    margin-top: 31px;
  }

  .review-columns li {
    width: 100%;
    font-size: 19px;
    line-height: 2.05;
    white-space: normal;
  }

  .review-columns a {
    display: none;
  }

  .about-panel {
    width: min(100% - 40px, 720px);
  }

  .about-hero {
    justify-items: end;
    padding: 48px 25px 72px 25px;
    text-align: right;
  }

  .about-hero h1 {
    margin-bottom: 42px;
    font-size: 92px;
  }

  .about-hero p {
    max-width: none;
    margin-bottom: 22px;
    font-size: 22px;
    line-height: 1.45;
  }

  .about-section {
    padding: 72px 30px;
  }

  .about-section h2 {
    font-size: 56px;
  }

  .about-who {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .about-quote {
    margin: 114px 0 84px;
    padding: 32px 0 42px;
  }

  .about-quote strong {
    font-size: 32px;
  }

  .quote-mark {
    font-size: 173px;
  }

  .quote-close {
    right: 0;
    bottom: -93px;
  }

  .about-story p {
    max-width: none;
    font-size: 24px;
  }

  .about-photo {
    width: min(100%, 309px);
    margin-top: 52px;
  }

  .about-history {
    gap: 30px;
    padding-top: 0;
    padding-left: 34px;
  }

  .about-history::before {
    top: 7px;
    left: 7px;
  }

  .history-item {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 18px;
  }

  .history-item::before {
    left: -32px;
    width: 12px;
    height: 12px;
  }

  .history-year {
    font-size: 24px;
  }

  .history-item li {
    font-size: 18px;
  }

  .about-make h2 {
    margin-bottom: 46px;
  }

  .make-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .make-card {
    text-align: center;
  }

  .make-icon {
    width: 324px;
    height: 245px;
    margin: 0 auto 32px auto;
  }

  .make-card h3 {
    font-size: 28px;
  }

  .make-card h3::after {
    margin-left: auto;
    margin-right: auto;
  }

  .make-card p {
    font-size: 24px;
    text-align: center;
  }

  .about-contact {
    padding-bottom: 56px;
  }

  .about-contact h2 {
    margin-bottom: 48px;
    font-size: 32px;
    font-weight: 600;
  }

  .about-contact a {
    font-size: 21px;
  }

  .contact-panel {
    width: min(95% - 40px, 720px);
    min-height: 0;
    padding-top: 54px;
    padding-bottom: 0;
  }

  .contact-layout {
    grid-template-columns: 1fr;
    gap: 58px;
    min-height: 0;
  }

  .contact-copy {
    min-height: 0;
  }

  .contact-copy h1 {
    margin-bottom: 46px;
    font-size: 64px;
  }

  .contact-copy p {
    margin-bottom: 34px;
    font-size: 28px;
  }

  .company-download {
    grid-column: 1;
    grid-row: 3;
    min-height: 58px;
    margin-top: 0;
    padding: 0 22px;
    font-size: 24px;
  }

  .contact-info-panel {
    gap: 52px;
    padding-top: 0;
  }

  .contact-info-group strong {
    margin-bottom: 14px;
    font-size: 22px;
  }

  .contact-info-group a,
  .contact-info-group p {
    font-size: 30px;
  }

  .footer-inner {
    width: min(100% - 40px, 720px);
    padding: 48px 0 46px;
  }

  .footer-logo-symbol {
    width: 24px;
    height: 28px;
  }

  .footer-logo-word {
    width: 92px;
  }

  .footer-info {
    gap: 3px;
    margin-top: 34px;
    font-size: 14px;
    line-height: 1.45;
  }

  .footer-social {
    margin-top: 31px;
  }

  .footer-bottom {
    display: grid;
    gap: 18px;
    margin-top: 28px;
    font-size: 11px;
  }
}

@media (max-width: 430px) {
  html,
  body,
  main {
    width: 100%;
    max-width: 100%;
  }

  .top-nav {
    width: calc(100% - 40px);
    height: 52px;
  }

  .nav-inner {
    padding: 0 16px;
    overflow: visible;
  }

  .logo-symbol,
  body:not(.route-home) .logo-symbol {
    width: 31px !important;
    height: 31px !important;
  }

  body:not(.route-home) .logo-word {
    width: 97px !important;
    height: 52px !important;
    margin-left: 8px;
  }

  .pixel-editor {
    display: none;
  }

  .hero h1 {
    width: 234px;
    max-width: calc(100vw - 40px);
    height: auto;
  }

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

  .hero p {
    margin-top: 8px;
    font-size: 12px;
  }

  .nav-toggle {
    display: block;
    width: 34px;
    height: 34px;
  }

  .nav-toggle span {
    left: 9px;
    width: 16px;
  }

  .nav-toggle span:nth-child(1) {
    top: 10px;
  }

  .nav-toggle span:nth-child(2) {
    top: 16px;
  }

  .nav-toggle span:nth-child(3) {
    top: 22px;
  }

  .top-nav.is-menu-open .nav-toggle span:nth-child(1),
  .top-nav.is-menu-open .nav-toggle span:nth-child(3) {
    top: 16px;
  }

  .nav-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-left: 0;
    padding: 10px;
    border-radius: 20px;
    background: rgba(24, 24, 24, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition:
      opacity 180ms ease,
      transform 180ms ease,
      visibility 180ms ease;
  }

  .top-nav.is-menu-open .nav-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav-link {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 0 12px;
    border-radius: 12px;
    font-size: 15px;
  }

  .language-switch {
    justify-content: flex-start;
    padding: 10px 12px 4px;
    font-size: 15px;
  }

  .language-switch img {
    width: 15px;
    height: 15px;
  }

  body:not(.route-home) .nav-menu {
    left: 12px;
    right: 12px;
    margin-left: 0;
    gap: 0;
  }

  body:not(.route-home) .nav-link {
    font-size: 15px;
  }

  .nav-link.is-active::after {
    left: 12px;
    right: 12px;
    bottom: 5px;
  }

  .page-view {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
  }

  .page-panel {
    width: min(calc(100% - 44px), 720px);
    margin-left: auto;
    margin-right: auto;
  }

  .page-panel h1 {
    font-size: 40px;
    line-height: 130%;
  }

  .page-lead {
    font-size: 18px;
    line-height: 120%;
    font-weight: 600;
  }

  .project-detail-panel {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .project-grid {
    grid-template-columns: 1fr;
  }

  .project-card h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 7px;
  }

  .project-card p {
    color: rgba(255, 255, 255, 0.62);
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
  }

  body[data-route="project-detail"] .page-view {
    padding: 58px 0 56px;
  }

  .project-detail-panel {
    overflow: hidden;
  }

  .detail-hero {
    min-height: 0;
  }

  .detail-hero img,
  .detail-hero video {
    height: 167px;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .detail-media-label {
    display: none;
  }

  .detail-intro,
  .detail-gallery,
  .detail-contents,
  .detail-reviews {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .detail-intro {
    display: block;
    padding-top: 31px;
    padding-bottom: 0;
  }

  .detail-copy {
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .detail-copy h1 {
    margin-bottom: 8px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: -0.03em;
  }

  .detail-copy h2 {
    margin-bottom: 22px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.35;
  }

  .detail-copy p {
    max-width: none;
    font-size: 14px;
    line-height: 1.38;
  }

  .detail-meta {
    display: grid;
    gap: 24px;
    margin: 0;
    padding: 26px 0 28px;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }

  .detail-meta dt {
    margin: 0 0 7px;
    font-size: 20px;
  }

  .detail-meta dd {
    margin: 0;
    font-size: 14px;
    line-height: 1.1;
  }

  .detail-meta dd span {
    min-height: 18px;
    margin-right: 2px;
    padding: 4px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }

  .detail-gallery {
    gap: 12px;
    padding-top: 28px;
  }

  .detail-gallery img {
    aspect-ratio: 190 / 104;
    object-fit: cover;
  }

  .detail-contents {
    padding-top: 51px;
  }

  .detail-contents h2,
  .detail-reviews h2 {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 1;
  }

  .detail-contents > p {
    width: 100%;
    max-width: 100%;
    margin-bottom: 33px;
    font-size: 22px;
    line-height: 1.3;
    white-space: normal;
  }

  .content-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .content-card {
    min-width: 0;
    padding: 16px;
    border-radius: 6px;
  }

  .content-preview {
    aspect-ratio: 16 / 8.3;
    margin-bottom: 14px;
    border-radius: 8px;
  }

  .content-card small {
    margin-bottom: 6px;
    font-size: 11px;
  }

  .content-card h3 {
    max-width: none;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.2;
  }

  .content-card p {
    max-width: none;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.45;
  }

  .content-card a {
    justify-content: center;
    width: 100%;
    min-height: 39px;
    padding: 0 12px;
    border-radius: 7px;
    font-size: 16px;
    line-height: 1;
  }

  .detail-pagination {
    justify-content: space-between;
    gap: 0;
    margin-top: 34px;
  }

  .detail-pagination button {
    font-size: 18px;
  }

  .detail-reviews {
    padding-top: 58px;
  }

  .review-columns {
    display: block;
    margin-top: 31px;
  }

  .review-columns li {
    width: 100%;
    font-size: 19px;
    line-height: 2.05;
    white-space: normal;
  }

  .review-columns a {
    display: none;
  }

  .about-panel {
    width: min(100% - 40px, 430px);
  }

  .about-hero {
    justify-items: end;
    padding: 48px 0 72px 0;
    text-align: right;
  }

  .about-hero h1 {
    margin-bottom: 42px;
    font-size: 40px;
  }

  .about-hero p {
    max-width: none;
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.45;
  }

  .about-section {
    padding: 72px 0;
  }

  .about-section h2 {
    font-size: 40px;
  }

  .about-who {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .about-quote {
    margin: 114px 0 84px;
    padding: 32px 0 42px;
  }

  .about-quote strong {
    font-size: 28px;
  }

  .quote-mark {
    font-size: 173px;
  }

  .quote-close {
    right: 0;
    bottom: -93px;
  }

  .about-story p {
    max-width: none;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: -0.02em;
  }

  .about-photo {
    width: min(100%, 309px);
    margin-top: 52px;
  }

  .about-history {
    gap: 30px;
    padding-top: 0;
    padding-left: 34px;
  }

  .about-history::before {
    top: 7px;
    left: 7px;
  }

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

  .history-item::before {
    left: -33px;
    width: 15px;
    height: 15px;
  }

  .history-year {
    font-size: 20px;
  }

  .history-item li {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }

  .about-make h2 {
    margin-bottom: 46px;
  }

  .make-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .make-card {
    text-align: center;
  }

  .make-icon {
    width: 324px;
    height: 245px;
    margin: 0 auto 32px auto;
  }

  .make-card h3 {
    font-size: 24px;
  }

  .make-card h3::after {
    margin-left: auto;
    margin-right: auto;
  }

  .make-card p {
    font-size: 16px;
    text-align: center;
  }

  .make-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 27px;
    padding: 5px 2px;
    border: 1px solid #ea9507;
    border-radius: 5px;
    color: #fff;
    background: #5a4116;
    font-size: 14px;
    font-weight: 200;
  }

  .make-tags.is-magenta span {
    color: #fff;
    padding: 5px 1px;
    border: 1px solid #ac0d6c;
    background: #481834;
  }

  .about-contact {
    padding-bottom: 56px;
  }

  .about-contact strong {
    display: block;
    margin-bottom: 13px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 18px;
    font-weight: 500;
    line-height: 110%;
  }

  .about-contact h2 {
    margin-bottom: 48px;
    font-size: 17px;
    font-weight: 600;
  }

  .about-contact a {
    font-size: 21px;
  }

  .contact-panel {
    width: min(100% - 40px, 430px);
    min-height: 0;
    padding-top: 44px;
    padding-bottom: 0;
  }

  .contact-layout {
    gap: 48px;
  }

  .contact-copy h1 {
    margin-bottom: 42px;
    font-size: 54px;
  }

  .contact-copy p {
    margin-bottom: 30px;
    font-size: 23px;
    line-height: 1.38;
  }

  .company-download {
    width: 85%;
    justify-content: center;
    min-height: 56px;
    padding: 0 18px;
    font-size: 22px;
  }

  .company-download svg {
    width: 27px;
    height: 27px;
  }

  .contact-info-panel {
    gap: 46px;
  }

  .contact-info-group strong {
    font-size: 20px;
  }

  .contact-info-group a,
  .contact-info-group p {
    font-size: 24px;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }

  .footer-inner {
    width: min(100% - 40px, 720px);
    padding: 48px 0 46px;
  }

  .footer-logo-symbol {
    width: 24px;
    height: 28px;
  }

  .footer-logo-word {
    width: 92px;
  }

  .footer-info {
    gap: 13px;
    margin-top: 34px;
    font-size: 14px;
    line-height: 1.45;
  }

  .footer-social {
    margin-top: 31px;
  }

  .footer-bottom {
    display: grid;
    gap: 18px;
    margin-top: 28px;
    font-size: 11px;
  }
}

.pixel-monster {
  position: fixed;
  z-index: 12;
  image-rendering: pixelated;
  cursor: pointer;
  opacity: 0;
  transform: scale(0.24);
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.4));
  transition:
    opacity 0.42s ease,
    transform 0.42s cubic-bezier(0.34, 1.56, 0.64, 1),
    margin-top 0.18s ease;
}

.pixel-monster canvas {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.pixel-monster.is-born {
  opacity: 1;
  transform: scale(1);
}

.pixel-monster.is-leaving {
  opacity: 0;
  transform: scale(0.3);
}

.pixel-monster.is-hopping {
  margin-top: -14px !important;
}

.pixel-monster-bubble {
  position: absolute;
  bottom: 100%;
  left: 50%;
  padding: 9px 15px;
  border: 3px solid #383838;
  border-radius: 12px;
  color: #1a1a1d;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(-6px) scale(0.85);
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
}

.pixel-monster-bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 6px solid transparent;
  border-top-color: #fff;
  transform: translateX(-50%);
}

.pixel-monster-bubble.show {
  opacity: 1;
  transform: translateX(-50%) translateY(-12px) scale(1);
}

.pixel-burst {
  position: fixed;
  z-index: 15;
  pointer-events: none;
}

.pixel-burst-dot {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  opacity: 1;
  transition:
    opacity 0.62s cubic-bezier(0.2, 0.8, 0.3, 1),
    transform 0.62s cubic-bezier(0.2, 0.8, 0.3, 1);
}

.welcome-toast {
  position: fixed;
  top: 130px;
  left: 50%;
  z-index: 1100;
  padding: 12px 22px;
  border-radius: 30px;
  color: #1a1a1d;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  font-size: 14px;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(-20px);
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.welcome-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 430px) {
  .welcome-toast {
    top: 90px;
    width: max-content;
    max-width: calc(100vw - 36px);
    padding: 9px 15px;
    border-radius: 22px;
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
    word-break: keep-all;
  }
}

body:not(.route-home) .pixel-monster,
body:not(.route-home) .pixel-burst,
body:not(.route-home) .welcome-toast {
  display: none;
}

.detail-hero video {
  background: #000;
}
