/* Original brand: home entry, /brand page, and a mobile menu size that keeps "オリジナルブランド" on one line. */
.pride-page-section-label { margin-bottom: 32px; }
.pride-brand-section-label { margin-bottom: 30px; }
.hero .pride-hero-section-label {
  position: relative;
  z-index: 4;
  width: max-content;
  border: 0;
  padding: 0;
  font-size: 13px;
}
.hero .pride-hero-section-label + .hero-wordmark { top: 148px; margin-top: 0; }
@media (max-width: 700px) {
  .hero .pride-hero-section-label + .hero-wordmark { top: 132px; }
}

.mobile-menu a {
  font-size: clamp(22px, calc((100vw - 120px) / 8.8), 44px);
}

@media (min-width: 981px) and (max-width: 1080px) {
  .site-logo {
    width: 156px;
    flex-shrink: 0;
  }

  .desktop-nav {
    gap: 14px;
  }

  .desktop-nav > a {
    font-size: 14px;
  }
}

.home-brand {
  padding: 96px var(--page-padding);
  background: var(--pure-white);
}

.home-brand-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(40px, 5vw, 72px);
  max-width: var(--page-max);
  margin: auto;
}

.home-brand-visual {
  display: block;
  overflow: hidden;
  background: #000;
}

.home-brand-visual img,
.brand-keyvisual img,
.brand-item-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.home-brand-visual img {
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.home-brand-visual:hover img {
  transform: scale(1.025);
}

.home-brand h2 {
  margin: 0 0 24px;
  font-size: clamp(28px, 3vw, 40px);
  letter-spacing: -0.025em;
  line-height: 1.4;
}

.home-brand-copy > p:not(.eyebrow) {
  margin: 0 0 28px;
  color: #595d5c;
  line-height: 1.9;
}

.brand-keyvisual {
  margin: 0;
  background: #000;
}

.brand-page .page-intro h1.brand-intro-title {
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.4;
}

.brand-page .brand-intro-copy > p:first-child {
  margin: 0;
  padding-top: 8px;
  color: #62696a;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9;
}

.brand-instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 20px;
  margin: 36px 0 40px;
}

.brand-instagram-post {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.brand-instagram-post .instagram-media {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  border: 1px solid #d6ded8 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.brand-instagram-fallback {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  min-height: 360px;
  padding: 28px;
  background: #fff;
  color: var(--deep-ink);
}

.brand-instagram-fallback strong {
  font-size: 22px;
  line-height: 1.5;
}

.brand-instagram-fallback > span:not(.eyebrow) {
  font-size: 14px;
}

@media (max-width: 1199px) {
  .brand-instagram-grid {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 28px;
  }

  .brand-instagram-post {
    max-width: 540px;
  }
}

.brand-keyvisual img {
  max-width: 1440px;
  margin: 0 auto;
}

.brand-keyvisual figcaption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: calc(100% - var(--page-padding) * 2);
  max-width: var(--page-max);
  margin: 0 auto;
  padding: 17px 0 24px;
  border-top: 1px solid #ffffff29;
  color: #9ba09f;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.brand-concept {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  padding: 104px 0 88px;
}

.brand-concept h2 {
  margin: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: clamp(32px, 3.9vw, 52px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.4;
}

.brand-concept-en {
  margin: 22px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(14px, 1.3vw, 17px);
  font-weight: 700;
  letter-spacing: 0.16em;
}

.brand-concept-copy {
  padding-top: 38px;
}

.brand-concept-copy p {
  margin: 0 0 22px;
  color: #62696a;
  font-size: 17px;
  line-height: 1.95;
}

.brand-lineup > h2 {
  margin: 0 0 44px;
  font-size: clamp(27px, 3.8vw, 43px);
  letter-spacing: -0.03em;
  line-height: 1.45;
}

.brand-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(32px, 6vw, 88px);
  padding: 56px 0;
  border-top: 1px solid var(--pebble);
}

.brand-item:nth-of-type(even) .brand-item-photo {
  order: 2;
}

.brand-item-photo {
  margin: 0;
  background: #000;
}

.brand-item-photo figcaption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 18px;
  background: var(--deep-ink);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.brand-item h3 {
  margin: 0 0 18px;
  font-size: clamp(24px, 2.4vw, 32px);
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.brand-item-copy > p {
  margin: 0 0 26px;
  color: #62696a;
  font-size: 16px;
  line-height: 1.9;
}

.brand-item .product-examples h4 {
  margin: 0 0 12px;
  color: #62696a;
  font-size: 13px;
  font-weight: 500;
}

.brand-more {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 28px;
  padding: 28px 0;
  border-block: 1px solid var(--pebble);
}

.brand-more .eyebrow {
  margin: 0;
}

.brand-more p:not(.eyebrow) {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .home-brand-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .brand-follow {
    width: 100%;
    padding: 32px 24px;
  }

  .brand-page .brand-intro-copy > p:first-child {
    padding-top: 0;
    font-size: 16px;
  }

  .brand-instagram-grid {
    margin: 28px 0 32px;
  }

  .home-brand {
    padding: 56px 24px 64px;
  }

  .home-brand-inner {
    gap: 30px;
  }

  .brand-keyvisual figcaption {
    padding: 14px 0 20px;
    font-size: 10px;
  }

  .brand-concept {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 60px 0 48px;
  }

  .brand-concept-copy {
    padding-top: 0;
  }

  .brand-concept-copy p {
    font-size: 16px;
  }

  .brand-lineup > h2 {
    margin-bottom: 30px;
  }

  .brand-item {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 38px 0;
  }

  .brand-item:nth-of-type(even) .brand-item-photo {
    order: 0;
  }

  .brand-item h3 {
    font-size: 24px;
  }

  .brand-more {
    padding: 24px 0;
  }

  .brand-more p:not(.eyebrow) {
    font-size: 16px;
  }
}
