@font-face {
  font-family: "Gelica-Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/Gelica-Bold.otf") format("opentype");
}

@font-face {
  font-family: "DMSerifDisplay-Italic";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/DMSerifDisplay-Italic.ttf") format("truetype");
}

.ourstore-section {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: calc(100vh - 80px);
  overflow-x: clip;
}

.ourstore-inner {
  --ourstore-label-width: 173px;
  --ourstore-content-gap: 80px;
  display: grid;
  grid-template-columns: var(--ourstore-label-width) 1fr;
  column-gap: var(--ourstore-content-gap);
  width: min(100%, 1185px);
  margin: 140px 0 0;
  padding: 0;
  overflow-x: clip;
}

.ourstore-title-row {
  display: flex;
  justify-content: center;
  grid-column: 1 / -1;
  width: 100%;
}

.ourstore-main-title {
  margin: 0;
  width: max-content;
}

.ourstore-intro-grid {
  grid-column: 1 / -1;
  display: contents;
}

.ourstore-intro-label {
  grid-column: 1;
  margin-top: 150px;
  margin-left: 145px;
}

.ourstore-intro-label-title {
  margin: 0;
  color: var(--poster-orange);
  font-family: "Gesture", serif;
  font-size: 29.7px;
  line-height: 1;
  white-space: nowrap;
}

.ourstore-intro-label-subtitle {
  margin: 14px 0 0;
  color: #4d4d4d;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.07em;
  white-space: nowrap;
}

.ourstore-intro-copy {
  grid-column: 2;
  margin-top: 150px;
  margin-left: 197px;
  min-width: 0;
}

.ourstore-intro-heading-image {
  display: block;
  width: min(100%, 500px);
  height: auto;
  margin-left: 2px;
}

.ourstore-intro-lead {
  margin: 28px 0 0;
  color: #4d4d4d;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.08em;
  white-space: nowrap;
}

.ourstore-intro-body {
  display: grid;
  gap: 13px;
  margin-top: 35px;
}

.ourstore-intro-body p {
  margin: 0;
  color: #4d4d4d;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 23px;
  line-height: 1;
  letter-spacing: -0.1em;
  word-break: keep-all;
  white-space: nowrap;
}

.ourstore-grid-wrap {
  grid-column: 2;
  display: flex;
  justify-content: flex-start;
  margin-top: 77.5px;
  margin-left: 197px;
}

.ourstore-grid-image {
  display: block;
  width: min(100%, 685px);
  height: auto;
}

.ourstore-collective-section {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 251px;
  margin-bottom: 140px;
}

.ourstore-collective-title {
  margin: 0;
  color: var(--poster-orange);
  font-family: "Gelica-Bold", serif;
  font-size: 40.5px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.ourstore-collective-pills {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 63px;
  margin-top: 109px;
}

.ourstore-collective-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 117px;
  height: 80px;
  border: 7px solid #cccccc;
  border-radius: 40px;
  text-align: center;
  box-sizing: border-box;
}

.ourstore-collective-pill-title {
  color: var(--poster-orange);
  font-family: "DINPro-Bold", "DIN Pro", sans-serif;
  font-size: 21.6px;
  line-height: 1;
  letter-spacing: 0;
}

.ourstore-collective-pill-subtitle {
  margin-top: 6px;
  color: #000;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.06em;
}

.ourstore-collective-tagline {
  margin: 67px 0 0;
  color: #9d9d9d;
  font-family: "DMSerifDisplay-Italic", serif;
  font-size: 38.7px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}

.ourstore-collective-caption {
  margin: 18px 0 0;
  color: #4d4d4d;
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.1em;
  text-align: center;
}

.ourstore-collective-triangle {
  width: 23px;
  height: 15.55px;
  margin-top: 102px;
  background: var(--poster-orange);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.ourstore-steps {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 90px;
}

.ourstore-step {
  display: flex;
  flex-direction: column;
}

.ourstore-step-label {
  margin: 0 0 13px;
  color: #000;
  font-family: "DINPro-Medium", "DIN Pro", sans-serif;
  font-size: 11.7px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.ourstore-step-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 220px;
  height: 133px;
  padding: 44px 0 0 25px;
  background: #ddd8c3;
  box-sizing: border-box;
}

.ourstore-step-box p {
  margin: 0;
  color: var(--poster-orange);
  font-family: "GmarketSansLight", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  font-size: 23px;
  line-height: 1.05;
  letter-spacing: -0.06em;
  white-space: nowrap;
}

@media (max-width: 1125px) {
  .ourstore-inner {
    width: min(100%, 520px);
    margin: 120px 0 0;
    padding: 0 28px;
  }

  .ourstore-title-row {
    width: 100%;
  }

  .ourstore-main-title {
    width: 100%;
    text-align: center;
  }

  .ourstore-intro-grid {
    display: block;
    width: 100%;
    margin-top: 96px;
  }

  .ourstore-intro-label {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 32px;
  }

  .ourstore-intro-copy {
    margin-top: 0;
    margin-left: 0;
  }

  .ourstore-intro-heading-image {
    width: min(100%, 420px);
  }

  .ourstore-intro-lead {
    margin-top: 24px;
    font-size: 20px;
    line-height: 1.3;
    white-space: normal;
  }

  .ourstore-intro-body {
    gap: 12px;
    margin-top: 28px;
  }

  .ourstore-intro-body p {
    font-size: 18px;
    line-height: 1.35;
    white-space: normal;
  }

  .ourstore-grid-wrap {
    grid-column: 1;
    justify-content: flex-start;
    margin-top: 56px;
    margin-left: 0;
  }

  .ourstore-grid-image {
    width: min(100%, 420px);
  }

  .ourstore-collective-section {
    margin-top: 120px;
    margin-bottom: 96px;
  }

  .ourstore-collective-title {
    font-size: 30px;
    text-align: center;
  }

  .ourstore-collective-pills {
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 56px;
  }

  .ourstore-collective-pill {
    width: 110px;
    height: 76px;
    border-width: 5px;
  }

  .ourstore-collective-pill-title {
    font-size: 20px;
  }

  .ourstore-collective-pill-subtitle {
    font-size: 14px;
  }

  .ourstore-collective-tagline {
    margin-top: 48px;
    font-size: 28px;
  }

  .ourstore-collective-caption {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.35;
  }

  .ourstore-collective-triangle {
    margin-top: 64px;
  }

  .ourstore-steps {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 56px;
    width: 100%;
  }

  .ourstore-step {
    width: min(100%, 220px);
  }

  .ourstore-step-box {
    width: 100%;
  }

  .ourstore-step-box p {
    font-size: 21px;
  }
}
