#collectiv-page {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  min-height: 4200px;
}

#collectiv-footer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 28px 24px 40px;
  color: #868e96;
  background: #ffffff;
  border-top: 1px solid #f1f3f5;
  font-family: Inter, "Pretendard Variable", sans-serif;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.1px;
}

/* Temporary: hide footer section without removing markup */
#collectiv-footer {
  display: none !important;
}

#collectiv-footer .collectiv-footer-inner {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#collectiv-footer .collectiv-footer-note {
  margin-top: 8px;
}

#collectiv-footer a {
  color: inherit;
  text-decoration: none;
}

html[lang="en"] .collectiv-hero-title {
  width: min(96vw, 980px);
  letter-spacing: 0.8px;
}

html[lang="en"] .collectiv-hero-subtitle {
  width: min(92vw, 760px);
  letter-spacing: 0.8px;
}

html[lang="en"] .collectiv-hero-lines {
  left: 56px;
  width: 620px;
  letter-spacing: 0.8px;
}

html[lang="en"] .collectiv-intro-lines {
  left: 56px;
  width: 680px;
  letter-spacing: 0.8px;
}

html[lang="en"] .collectiv-intro-paragraph {
  width: 520px;
  letter-spacing: 0.7px;
}

html[lang="en"] .collectiv-origin-paragraph {
  left: 500px;
  width: 640px;
  letter-spacing: 0.7px;
}

html[lang="en"] .collectiv-philosophy {
  letter-spacing: 0.6px;
}

html[lang="en"] .collectiv-philosophy-body {
  font-size: 15px;
  line-height: 1.65;
  text-transform: none;
}

html[lang="en"] .collectiv-features {
  letter-spacing: 0.7px;
}

html[lang="en"] .collectiv-features p,
html[lang="en"] .collectiv-hero-title p,
html[lang="en"] .collectiv-hero-subtitle p,
html[lang="en"] .collectiv-hero-lines p,
html[lang="en"] .collectiv-intro-lines p,
html[lang="en"] .collectiv-intro-paragraph p,
html[lang="en"] .collectiv-origin-paragraph p {
  white-space: normal;
}

html[lang="en"] .collectiv-feature-title {
  letter-spacing: 0.8px;
}

html[lang="en"] .collectiv-feature-body {
  margin-top: 48px;
  max-width: 560px;
  text-transform: none;
}

html[lang="en"] .collectiv-intro-paragraph,
html[lang="en"] .collectiv-origin-paragraph {
  text-transform: none;
}

html[lang="en"] .collectiv-metric-label-wrap {
  width: 104px;
}

html[lang="en"] .collectiv-metric-value-wrap,
html[lang="ja"] .collectiv-metric-value-wrap,
html[lang="en"] .collectiv-metric-label-wrap,
html[lang="ja"] .collectiv-metric-label-wrap {
  translate: -50% -50%;
  text-align: center;
}

html[lang="ja"] .collectiv-metric-label-wrap {
  width: 104px;
}

html[lang="en"] .collectiv-metric-value-1,
html[lang="ja"] .collectiv-metric-value-1,
html[lang="en"] .collectiv-metric-label-1,
html[lang="ja"] .collectiv-metric-label-1 {
  left: 872px;
}

html[lang="en"] .collectiv-metric-value-2,
html[lang="ja"] .collectiv-metric-value-2,
html[lang="en"] .collectiv-metric-label-2,
html[lang="ja"] .collectiv-metric-label-2 {
  left: 988px;
}

html[lang="en"] .collectiv-metric-value-3,
html[lang="ja"] .collectiv-metric-value-3,
html[lang="en"] .collectiv-metric-label-3,
html[lang="ja"] .collectiv-metric-label-3 {
  left: 1098px;
}

html[lang="en"] .collectiv-metric-label {
  white-space: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
}

html[lang="ja"] .collectiv-metric-label {
  white-space: normal;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #ffffff;
  color: #212529;
}

.collectiv-mobile {
  display: none;
}

.collectiv-desktop {
  display: block;
}

@media (max-width: 1023px) {
  #collectiv-page {
    max-width: 100%;
    min-height: 0;
  }

  .collectiv-desktop {
    display: none;
  }

  .collectiv-mobile {
    display: block;
    background: #ffffff;
    color: #212529;
    font-family: Inter, "Pretendard Variable", sans-serif;
  }

  .collectiv-mobile-header {
    position: sticky;
    top: 0;
    z-index: 70;
    background: #ffffff;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: none;
    box-shadow: none !important;
  }

  .collectiv-mobile-header-inner {
    position: relative;
    min-height: 108px;
    padding: 6px 16px 14px;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    row-gap: 12px;
    align-items: start;
    box-shadow: none !important;
  }

  .collectiv-mobile-logo {
    grid-column: 1 / -1;
    grid-row: 2;
    position: static !important;
    inset: auto !important;
    justify-self: center;
    align-self: end;
    display: block;
    width: clamp(170px, 52vw, 240px) !important;
    height: auto !important;
    aspect-ratio: 140.857 / 20;
    flex: 0 0 auto;
    box-shadow: none !important;
    filter: none !important;
  }

  .collectiv-mobile-logo,
  .collectiv-mobile-logo svg {
    display: block;
    max-width: 100%;
    box-shadow: none !important;
    filter: none !important;
    text-shadow: none !important;
  }

  .collectiv-mobile-lang {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    align-self: start;
    position: static;
    margin: 0;
    text-align: right;
  }

  .collectiv-mobile-lang p {
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.6px;
    white-space: nowrap;
    text-transform: uppercase;
  }

  .collectiv-mobile-lang .collectiv-lang-link {
    color: #868e96 !important;
  }

  .collectiv-mobile-lang .collectiv-lang-link.text-\[\#adb5bd\] {
    color: #212529 !important;
    font-weight: 600;
  }

  .collectiv-mobile-lang span {
    color: #ced4da !important;
  }

  .collectiv-mobile-hero {
    padding: 22px 16px 4px;
  }

  .collectiv-mobile-hero-cards {
    position: relative;
    height: 154px;
    margin-bottom: 24px;
  }

  .collectiv-mobile-card {
    position: absolute;
    width: 118px;
    height: 118px;
    border-radius: 16px;
    object-fit: cover;
    box-shadow: none;
  }

  .collectiv-mobile-card-1 {
    left: calc(50% - 165px);
    top: 24px;
    transform: rotate(-14deg);
    z-index: 1;
  }

  .collectiv-mobile-card-2 {
    left: calc(50% - 59px);
    top: 0;
    z-index: 2;
  }

  .collectiv-mobile-card-3 {
    left: calc(50% + 47px);
    top: 24px;
    transform: rotate(14deg);
    z-index: 3;
  }

  .collectiv-mobile-hero-title {
    margin: 0;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.32;
    letter-spacing: 0.5px;
    text-transform: uppercase;
  }

  .collectiv-mobile-hero-subtitle {
    margin: 12px 0 0;
    text-align: center;
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: 0.3px;
    text-transform: uppercase;
  }

  .collectiv-mobile-section {
    padding: 100px 16px 0;
  }

  .collectiv-mobile-section.collectiv-mobile-philosophy {
    padding-bottom: 100px;
  }

  .collectiv-mobile-section-index {
    margin: 0 0 14px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.8px;
    color: #3e424a;
    text-transform: uppercase;
  }

  .collectiv-mobile-wide-image,
  .collectiv-mobile-portrait-image {
    width: 100%;
    border-radius: 16px;
    object-fit: cover;
    display: block;
  }

  .collectiv-mobile-wide-image {
    aspect-ratio: 16 / 9;
    margin-bottom: 20px;
  }

  .collectiv-mobile-portrait-image {
    aspect-ratio: 3 / 4;
    margin-bottom: 20px;
  }

  .collectiv-mobile-headline {
    margin: 0 0 14px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.4px;
    text-transform: uppercase;
  }

  .collectiv-mobile-paragraph {
    margin: 0;
    font-size: 16px;
    line-height: 1.62;
    letter-spacing: 0.1px;
    text-transform: none;
    color: #343a40;
    white-space: normal;
  }

  .collectiv-mobile-metrics {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .collectiv-mobile-metric {
    border: 1px solid #f1f3f5;
    border-radius: 14px;
    padding: 10px 8px;
    text-align: center;
    background: #ffffff;
  }

  .collectiv-mobile-metric-value {
    margin: 0;
    font-size: 24px;
    line-height: 1.1;
    color: #3e424a;
  }

  .collectiv-mobile-metric-label {
    margin: 6px 0 0;
    font-size: 11px;
    line-height: 1.25;
    color: #868e96;
    white-space: normal;
    text-transform: none;
  }

  .collectiv-mobile-feature-card {
    border: none;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 12px;
    background: #ffffff;
  }

  .collectiv-mobile-feature-number {
    margin: 0 0 6px;
    font-size: 13px;
    line-height: 1.4;
    color: #ced4da;
    font-weight: 600;
  }

  .collectiv-mobile-feature-title {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: 0.4px;
  }

  .collectiv-mobile-feature-body {
    margin: 0;
    font-size: 15px;
    line-height: 1.58;
    color: #343a40;
    white-space: normal;
    text-transform: none;
  }

  .collectiv-mobile-philosophy-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .collectiv-mobile-philosophy-card {
    border: none;
    border-radius: 14px;
    padding: 14px;
    background: #ffffff;
  }

  .collectiv-mobile-philosophy-card h3 {
    margin: 0 0 8px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-transform: none;
  }

  .collectiv-mobile-philosophy-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.58;
    color: #495057;
    text-transform: none;
  }

  .collectiv-mobile-wordmark {
    display: none !important;
  }

  .collectiv-mobile-wordmark svg {
    display: none !important;
  }

  .collectiv-mobile svg.collectiv-svg-slot[viewBox="0 0 997 141.562"] {
    display: none !important;
  }

  #collectiv-footer {
    max-width: 100%;
    padding: 24px 16px 30px;
    font-size: 12px;
    line-height: 1.62;
    letter-spacing: 0;
  }

  #collectiv-footer .collectiv-footer-note {
    margin-top: 6px;
  }
}

@media (max-width: 480px) {
  .collectiv-mobile-hero-title {
    font-size: 26px;
    line-height: 1.3;
  }

  .collectiv-mobile-headline {
    font-size: 31px;
    line-height: 1.22;
  }

  .collectiv-mobile-feature-title {
    font-size: 24px;
  }

  .collectiv-mobile-card {
    width: 106px;
    height: 106px;
  }

  .collectiv-mobile-card-2 {
    left: calc(50% - 53px);
  }

  .collectiv-mobile-card-1 {
    left: calc(50% - 147px);
  }

  .collectiv-mobile-card-3 {
    left: calc(50% + 41px);
  }
}
