

.dream-bridge-lp, .dream-bridge-lp * {
  box-sizing: border-box;
}

.dream-bridge-lp {
  scroll-behavior: smooth;
}

.dream-bridge-lp {
  width: 100%;
  margin: 0;
  color: #111111;
  background: #ffffff;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.8;
}

.dream-bridge-lp.reveal-ready main > section:not(.db-lp-hero) {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 900ms ease,
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.dream-bridge-lp.reveal-ready main > section:not(.db-lp-hero).is-visible {
  opacity: 1;
  transform: translateY(0);
}

.dream-bridge-lp img {
  display: block;
  max-width: 100%;
}

.dream-bridge-lp a {
  color: inherit;
}

.dream-bridge-lp .section-inner {
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
}

.dream-bridge-lp .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 0 42px;
  background: #f20d13;
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 24px;
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-decoration: none;
}

.dream-bridge-lp .button.wide {
  width: 100%;
  max-width: 780px;
  min-height: 68px;
  font-size: 24px;
  font-size: clamp(1.15rem, 2.2vw, 2rem);
}

.dream-bridge-lp .db-lp-hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  background: #fff;
}

.dream-bridge-lp .db-lp-hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, #fff 96%),
    url("./assets/back-top.webp") center top / cover no-repeat;
}

.dream-bridge-lp .db-lp-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(460px, 1fr);
  align-items: start;
  width: 94%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 58px 0 190px;
}

.dream-bridge-lp .db-lp-hero-brand-block {
  grid-column: 1;
}

.dream-bridge-lp .eyebrow {
  margin: 64px 0 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-size: clamp(0.9rem, 1.3vw, 1.2rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
}

.dream-bridge-lp .brand-title {
  margin: 0;
  line-height: 1;
}

.dream-bridge-lp .brand-title img {
  width: 100%;
  max-width: 560px;
  height: auto;
}

.dream-bridge-lp .db-lp-hero-cta {
  grid-column: 1;
  margin-top: 88px;
}

.dream-bridge-lp .db-lp-hero-lead {
  margin: 0 0 28px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 36px;
  font-size: clamp(1.6rem, 3.3vw, 2.55rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.42;
}

.dream-bridge-lp .db-lp-hero-button {
  justify-self: start;
}

.dream-bridge-lp .shirt-cluster {
  grid-column: 2;
  grid-row: 1 / 3;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 650px;
  margin-top: 34px;
}

.dream-bridge-lp .shirt-composite {
  width: 100%;
  max-width: 780px;
  height: auto;
  filter: drop-shadow(0 22px 18px rgba(0, 0, 0, 0.16));
}

.dream-bridge-lp .mission {
  padding: 86px 0 0;
  background: #fff;
  text-align: center;
}

.dream-bridge-lp .mission-inner {
  max-width: 900px;
}

.dream-bridge-lp .mark {
  width: 52vw;
  max-width: 285px;
  margin: 0 auto 58px;
}

.dream-bridge-lp .mission h2 {
  margin: 0 0 28px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 32px;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.58;
}

.dream-bridge-lp .mission p {
  margin: 0 auto 78px;
  max-width: 760px;
  color: #4c4c4c;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 16px;
  font-size: clamp(0.95rem, 1.5vw, 1.2rem);
  line-height: 1.95;
}

.dream-bridge-lp .supporters {
  width: 100%;
  overflow: hidden;
}

.dream-bridge-lp .supporters-track {
  display: flex;
  width: max-content;
  animation: supporters-slide 34s linear infinite;
}

.dream-bridge-lp .supporters img {
  flex: 0 0 14.285vw;
  width: 14.285vw;
  min-width: 164px;
  max-width: 275px;
  aspect-ratio: 1.18 / 1;
  object-fit: cover;
}

@keyframes supporters-slide {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

.dream-bridge-lp .product {
  padding: 120px 0 30px;
  background: #fff;
}

.dream-bridge-lp .product-grid {
  display: grid;
  grid-template-columns: 1fr 0.94fr;
  gap: 70px;
  align-items: center;
}

.dream-bridge-lp .product-photo {
  margin-left: 0;
}

.dream-bridge-lp .product-photo img {
  width: 100%;
  max-height: 840px;
  object-fit: contain;
  object-position: left center;
}

.dream-bridge-lp .product-copy {
  padding: 30px 0 60px;
}

.dream-bridge-lp .brand-title.compact {
  display: block;
  margin-bottom: 42px;
}

.dream-bridge-lp .brand-title.compact img {
  width: 100%;
  max-width: 560px;
}

.dream-bridge-lp .label {
  margin: 0 0 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 900;
  line-height: 1.2;
}

.dream-bridge-lp .product-copy h3 {
  margin: 0 0 20px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 30px;
  font-size: clamp(1.5rem, 2.7vw, 2.15rem);
  line-height: 1.35;
}

.dream-bridge-lp .product-copy p,
.dream-bridge-lp .impact-copy p {
  margin: 0 0 18px;
  color: #333;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 16px;
  font-size: clamp(0.98rem, 1.35vw, 1.18rem);
  line-height: 2;
}

.dream-bridge-lp .impact {
  position: relative;
  padding: 60px 0 130px;
  overflow: hidden;
}

.dream-bridge-lp .impact::after {
  content: none;
}

.dream-bridge-lp .impact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.86fr 1fr;
  gap: 90px;
  align-items: center;
}

.dream-bridge-lp .kids {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.dream-bridge-lp .kids img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
}

.dream-bridge-lp .impact-copy {
  padding: 20px 0;
}

.dream-bridge-lp .donation-flow {
  width: 100%;
  max-width: 430px;
  height: auto;
  margin-bottom: 38px;
}

.dream-bridge-lp .impact h2 {
  margin: 0 0 26px;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 24px;
  font-size: clamp(1.18rem, 2.2vw, 1.7rem);
  line-height: 1.75;
}

.dream-bridge-lp .purchase {
  position: relative;
  min-height: 1040px;
  overflow: hidden;
  color: #fff;
}

.dream-bridge-lp .purchase-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 42%, rgba(28, 107, 12, 0.04) 100%),
    url("./assets/back-long.webp") center bottom / cover no-repeat;
}

.dream-bridge-lp .purchase-bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  inset: 0 0 auto;
  height: 260px;
  height: clamp(180px, 18vw, 320px);
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.94) 24%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.dream-bridge-lp .purchase-inner {
  position: relative;
  z-index: 1;
  min-height: 1040px;
  padding: 90px 0 44px;
}

.dream-bridge-lp .round-button {
  position: absolute;
  top: 230px;
  left: 0;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 20vw;
  min-width: 190px;
  max-width: 300px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #f20d13;
  color: #fff;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 46px;
  font-size: clamp(2rem, 3.8vw, 3.7rem);
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.dream-bridge-lp .purchase-shirts {
  position: absolute;
  right: 0;
  bottom: 150px;
  width: 72vw;
  max-width: 850px;
}

.dream-bridge-lp .purchase-composite {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 18px rgba(0, 0, 0, 0.18));
}

.dream-bridge-lp .purchase-footer {
  position: absolute;
  right: 0;
  bottom: 44px;
  left: 0;
  display: grid;
  justify-items: center;
  text-align: center;
}

.dream-bridge-lp .purchase-footer p {
  margin: 16px 0 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 16px;
  font-size: clamp(0.9rem, 1.35vw, 1.18rem);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.34);
}

@media (max-width: 960px) {
  .dream-bridge-lp .section-inner,
  .dream-bridge-lp .db-lp-hero-inner {
    width: calc(100% - 32px);
    max-width: 720px;
  }

  .dream-bridge-lp .db-lp-hero {
    min-height: auto;
  }

  

  .dream-bridge-lp .db-lp-hero-inner {
    grid-template-columns: 1fr;
    padding: 34px 0 96px;
  }

  .dream-bridge-lp .db-lp-hero-brand-block,
  .dream-bridge-lp .db-lp-hero-cta,
  .dream-bridge-lp .shirt-cluster {
    grid-column: 1;
    grid-row: auto;
  }

  .dream-bridge-lp .eyebrow {
    margin-top: 34px;
  }

  .dream-bridge-lp .db-lp-hero-cta {
    margin-top: 58px;
  }

  .dream-bridge-lp .shirt-cluster {
    justify-content: center;
    min-height: auto;
    margin-top: 24px;
  }

  .dream-bridge-lp .product-grid,
  .dream-bridge-lp .impact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .dream-bridge-lp .product-photo {
    margin-left: 0;
  }

  .dream-bridge-lp .product-photo img {
    max-height: 620px;
    object-position: center;
  }

  .dream-bridge-lp .impact {
    padding-bottom: 92px;
  }

  .dream-bridge-lp .kids {
    max-width: 560px;
    margin: 0 auto;
  }

  .dream-bridge-lp .purchase,
  .dream-bridge-lp .purchase-inner {
    min-height: 840px;
  }

  .dream-bridge-lp .round-button {
    top: 88px;
    left: 0;
  }

  .dream-bridge-lp .purchase-shirts {
    right: -4%;
    bottom: 155px;
    width: 94vw;
    max-width: 620px;
  }
}

@media (max-width: 620px) {
  .dream-bridge-lp {
    line-height: 1.75;
  }

  .dream-bridge-lp .db-lp-hero {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .dream-bridge-lp .db-lp-hero-bg {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, #fff 96%),
      url("./assets/back-top.webp") 88% top / cover no-repeat;
  }

  .dream-bridge-lp .db-lp-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    padding: 32px 20px 96px;
  }

  .dream-bridge-lp .db-lp-hero-brand-block {
    order: 1 !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }

  .dream-bridge-lp .db-lp-hero-cta {
    order: 3 !important;
    position: relative;
    z-index: 30;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 34px !important;
    margin-bottom: 0;
  }

  .dream-bridge-lp .db-lp-hero .eyebrow {
    margin: 0 0 8px;
    align-self: center;
  }

  .dream-bridge-lp .db-lp-hero .brand-title {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .dream-bridge-lp .db-lp-hero .brand-title img {
    display: block;
    width: 100%;
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
  }

  .dream-bridge-lp .db-lp-hero .shirt-cluster {
    order: 2 !important;
    width: 100%;
    margin: 24px 0 0;
  }

  .dream-bridge-lp .db-lp-hero .db-lp-hero-lead {
    position: relative;
    z-index: 20;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 3.2em !important;
    max-height: none !important;
    margin: 34px 0 26px !important;
    padding: 0 !important;
    overflow: visible !important;
    color: #111111 !important;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", serif !important;
    font-size: 28px !important;
    font-size: clamp(1.35rem, 7vw, 2.1rem) !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.48 !important;
    text-align: center !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .dream-bridge-lp .db-lp-hero .db-lp-hero-button {
    position: relative;
    z-index: 20;
    align-self: center;
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .dream-bridge-lp .button {
    width: 100%;
    max-width: 260px;
    min-height: 56px;
    padding: 0 24px;
  }

  .dream-bridge-lp .brand-title img {
    width: 100%;
    max-width: 340px;
  }

  .dream-bridge-lp .db-lp-hero-lead {
    font-size: 28px;
    font-size: clamp(1.35rem, 7vw, 2.1rem);
    line-height: 1.48;
  }

  .dream-bridge-lp .shirt-cluster {
    min-height: auto;
  }

  .dream-bridge-lp .shirt-composite {
    width: 96%;
    max-width: 430px;
    margin: 0 auto;
  }

  .dream-bridge-lp .mission {
    position: relative;
    z-index: 1;
    clear: both;
    padding-top: 52px;
  }

  .dream-bridge-lp .mission h2 br,
  .dream-bridge-lp .impact h2 br {
    display: none;
  }

  .dream-bridge-lp .supporters {
    overflow: hidden;
  }

  .dream-bridge-lp .supporters img {
    flex-basis: 34vw;
    width: 34vw;
  }

  .dream-bridge-lp .product {
    padding-top: 74px;
  }

  .dream-bridge-lp .donation-flow {
    width: 100%;
    max-width: 300px;
  }

  .dream-bridge-lp .purchase,
  .dream-bridge-lp .purchase-inner {
    min-height: 720px;
  }

  .dream-bridge-lp .purchase-inner {
    padding-top: 54px;
  }

  .dream-bridge-lp .round-button {
    top: 82px;
    width: 150px;
    font-size: 1.65rem;
  }

  .dream-bridge-lp .purchase-shirts {
    right: -16%;
    bottom: 150px;
    width: 118vw;
  }
}
