/* ONE SONG global LP */
.osg {
  background: #fbf6ef;
  color: #262326;
}

.osg a {
  color: inherit;
}

.osg-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.osg-hero {
  position: relative;
  min-height: min(760px, 88vh);
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 118px 0 76px;
  background:
    linear-gradient(90deg, rgba(18, 14, 16, .78) 0%, rgba(18, 14, 16, .48) 42%, rgba(18, 14, 16, .08) 76%),
    linear-gradient(180deg, rgba(18, 14, 16, .08) 0%, rgba(18, 14, 16, .28) 100%),
    url("../../img/global-hero-japanese-music.webp") center / cover no-repeat,
    #241d1f;
}

.osg-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0;
}

.osg-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: transparent;
}

.osg-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  color: #fff;
}

.osg-kicker,
.osg-section__label {
  margin: 0 0 14px;
  color: #b98b50;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.osg-langbar {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 24px;
  padding: 5px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
}

.osg-langbar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 11px;
  border-radius: 999px;
  color: rgba(255,255,255,.82);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.osg-langbar a:hover,
.osg-langbar a:focus-visible,
.osg-langbar a.is-active {
  background: #fff;
  color: #241d1f;
}

.osg-hero__title {
  max-width: 690px;
  margin: 0;
  font-family: var(--os-font-display);
  font-size: clamp(42px, 6vw, 82px);
  line-height: 1.02;
  font-weight: 600;
  letter-spacing: 0;
}

.osg-hero__lead {
  max-width: 610px;
  margin: 26px 0 0;
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.8;
  color: rgba(255,255,255,.84);
}

.osg-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.osg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
}

.osg .osg-btn--primary {
  background: #fff;
  color: #201719;
}

.osg .osg-btn--ghost {
  border: 1px solid rgba(255,255,255,.48);
  color: #fff;
  background: rgba(255,255,255,.08);
}

.osg-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.osg-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: rgba(255,255,255,.9);
  font-size: 12px;
  font-weight: 800;
}

.osg-section {
  padding: 92px 0;
  background: #fbf6ef;
}

.osg-section--intro {
  padding-top: 78px;
}

.osg-section--warm {
  background: #fff;
}

.osg-split,
.osg-two,
.osg-form-layout {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 56px;
  align-items: start;
}

.osg-section__head {
  max-width: 760px;
  margin-bottom: 34px;
}

.osg-section__title {
  margin: 0;
  color: #272025;
  font-family: var(--os-font-display);
  font-size: clamp(28px, 3.8vw, 48px);
  line-height: 1.15;
  font-weight: 600;
  letter-spacing: 0;
}

.osg-large-text,
.osg-form-copy p {
  margin: 0;
  color: #5c5354;
  font-size: 17px;
  line-height: 2;
}

.osg-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.osg-card {
  min-height: 250px;
  padding: 26px;
  border: 1px solid rgba(38,35,38,.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(55, 43, 34, .06);
}

.osg-card__num {
  color: #9b2f38;
  font-size: 13px;
  font-weight: 900;
}

.osg-card h3 {
  margin: 34px 0 12px;
  color: #272025;
  font-size: 21px;
  line-height: 1.35;
}

.osg-card p {
  margin: 0;
  color: #62595b;
  font-size: 15px;
  line-height: 1.85;
}

.osg-style-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.osg-style-list span {
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #fbf6ef;
  color: #332a2d;
  font-weight: 800;
}

.osg-flow {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.osg-flow li {
  min-height: 118px;
  padding: 18px 14px;
  border-top: 3px solid #9b2f38;
  background: #fff;
  color: #292224;
  font-weight: 800;
  line-height: 1.45;
}

.osg-flow span {
  display: block;
  margin-bottom: 14px;
  color: #9b2f38;
  font-family: var(--os-font-number);
  font-size: 13px;
}

.osg-section--form {
  background: #292225;
  color: #fff;
}

.osg-section--form .osg-section__title,
.osg-section--form .osg-form-copy p {
  color: #fff;
}

.osg-form-card {
  border-radius: 8px;
  background: #fff;
  color: #292225;
  padding: 30px;
  box-shadow: 0 28px 70px rgba(0,0,0,.22);
}

.osg-form {
  display: grid;
  gap: 18px;
}

.osg-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.osg-form label {
  display: grid;
  gap: 8px;
  color: #42393b;
  font-size: 13px;
  font-weight: 800;
}

.osg-form label span {
  color: #9b2f38;
  font-size: 11px;
}

.osg-form input,
.osg-form select,
.osg-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(41,34,37,.14);
  border-radius: 8px;
  padding: 11px 13px;
  background: #fbf6ef;
  color: #292225;
  font: inherit;
  font-size: 15px;
}

.osg-form textarea {
  min-height: 150px;
  resize: vertical;
  line-height: 1.7;
}

.osg-submit {
  min-height: 50px;
  border: 0;
  border-radius: 8px;
  background: #9b2f38;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.osg-note {
  margin: 0;
  color: #796f71;
  font-size: 12px;
  line-height: 1.7;
}

.osg-error {
  margin-bottom: 18px;
  padding: 13px 15px;
  border-left: 4px solid #9b2f38;
  border-radius: 8px;
  background: #fff3f3;
  color: #7a1d25;
  font-weight: 800;
  font-size: 13px;
}

.osg-done {
  text-align: center;
  padding: 46px 20px;
}

.osg-done__mark {
  margin: 0 0 18px;
  color: #9b2f38;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
}

.osg-done h3 {
  margin: 0 0 12px;
  color: #292225;
  font-size: 24px;
}

.osg-done p:last-child {
  margin: 0;
  color: #62595b;
}

.osg-btn:focus-visible,
.osg-form input:focus-visible,
.osg-form select:focus-visible,
.osg-form textarea:focus-visible,
.osg-submit:focus-visible {
  outline: 3px solid rgba(185, 139, 80, .72);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .osg-split,
  .osg-two,
  .osg-form-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .osg-card-grid {
    grid-template-columns: 1fr;
  }

  .osg-flow {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .osg-inner,
  .osg-hero__inner {
    width: min(100% - 28px, 1120px);
  }

  .osg-hero {
    min-height: 86vh;
    padding-top: 104px;
    align-items: end;
  }

  .osg-hero__image {
    object-position: 62% center;
  }

  .osg-hero {
    background:
      linear-gradient(180deg, rgba(18, 14, 16, .2) 0%, rgba(18, 14, 16, .84) 62%, rgba(18, 14, 16, .92) 100%),
      url("../../img/global-hero-japanese-music.webp") 62% center / cover no-repeat,
      #241d1f;
  }

  .osg-actions,
  .osg-btn {
    width: 100%;
  }

  .osg-section {
    padding: 64px 0;
  }

  .osg-style-list,
  .osg-row,
  .osg-flow {
    grid-template-columns: 1fr;
  }

  .osg-flow li {
    min-height: 86px;
  }

  .osg-form-card {
    padding: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .osg *,
  .osg *::before,
  .osg *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }
}
