@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@500;600;700&display=swap');

:root {
  --blue: #1649a8;
  --deep-blue: #0e347d;
  --light-blue: #eaf2ff;
  --text: #263238;
  --muted: #68747d;
  --white: #fff;
  --max: 1080px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: #4d4d4d;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9;
  -webkit-text-size-adjust: 100%;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a { color: inherit; }

.section-inner-intro {
    min-width: 90%;
    margin: 0 25px 0 25px;
}

.section-inner {
  width: min(calc(100% - 30px), var(--max));
  margin: 0 auto;
}

.hero {
  display: grid;
  text-align: left;
  background-color:#FFF;
}

.hero__inner { padding: 40px; }

.eyebrow {
  margin: 0 0 20px;
  letter-spacing: .08em;
  font-size: 14px;
}

.hero h1 {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(34px, 5vw, 40px);
  line-height: 1.45;
  letter-spacing: .06em;
}

.hero__lead {
  margin: 24px 0 0;
  font-size: clamp(15px, 2vw, 20px);
  font-family: "Noto Serif JP", serif;
}

.intro {
  color: #fff;
  background:
    url("/donation-for-nepal/images/nepal_puja.jpg") center/cover no-repeat;
  padding: 30px 0 650px;
}

h2 {
  margin: 0 0 30px;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(22px, 4vw, 26px);
  line-height: 1.5;
  text-align: center;
}

.text {
  font-size: 16px;
  margin-left:0;
}

.photo--wide {
  max-width: 900px;
  margin: 50px auto 0;
  overflow: hidden;
  border-radius: 8px;
}

.ambassadors {
  padding: 60px 0;
  background: #fff;
}

.center-lead {
  max-width: 760px;
  margin: -10px auto 45px;
  text-align: center;
  color: var(--muted);
}

.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.card {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 24px;
  padding: 22px;
  background: #e6e6e6;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(15,45,90,.20);
}

.card > img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
}

.card__body h3 {
  margin: 0 0 2px;
  font-size: 20px;
}

.card__body p { margin: 7px 0; }

.role {
  font-size: 12px;
  font-weight: 500;
}

.cap {
  font-size: 12px;
  line-height: 1.2;
}

.button_small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(720px, 100%);
  margin: 20px 0 20px;
  padding: 10px 20px;
  border-radius: 999px;
  background: #4d4d4d;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(22,73,168,.25);
}

.messages {
  display: grid;
  gap: 18px;
  margin-top: 50px;
}

.messages article {
  scroll-margin-top: 30px;
  padding: 28px;
  border-top: 1px solid #dbe3ec;
}

.messages h3 { margin: 0 0 8px; }

.donation {
  min-height: 500x;
  background: url("../images/donation-bg.jpg") center/cover fixed no-repeat;
}

.donation__overlay {
  min-height: 620px;
  display: grid;
  place-items: center;
  padding: 90px 0;
  background: rgba(255,255,255,.70);
}

.donation__inner {
  max-width: 900px;
  text-align: center;
}

.donation__inner > p:not(.section-label):not(.note) {
  max-width: 720px;
  margin: 0 auto 10px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: min(720px, 100%);
  margin-top: 35px;
  padding: 18px 30px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(22,73,168,.25);
}

.note {
  margin-top: 18px;
  color: #FFF;
  font-size: 12px;
  color: var(--blue);

}

.closing {
  padding: 60px 0;
  text-align: center;
}

.closing__copy {
  margin: 0 0 25px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.6;
}

.closing__copy2 {
    font-size: 14px;
  }

.closing__sign {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
}

.footer {
  padding: 30px 20px;
  color: #fff;
  background: #102d5d;
  font-size: 13px;
}

.footer p { margin: 0; }

.sns-share {
  margin: 50px auto 30px;
  text-align: center;
}

.sns-share-title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  color: #1649a8;
}

.sns-share-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.sns-share-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
}

.sns-share-btn:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.sns-share-btn span {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}


/* Facebook */
.sns-share-btn.facebook {
  background: #1877f2;
}

/* X */
.sns-share-btn.x {
  background: #000;
}

/* Instagram */
.sns-share-btn.instagram {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}

.instagram-note {
  margin-top: 12px;
  font-size: 12px;
  color: #777;
}

.sns-share {
  margin: 50px auto 30px;
  text-align: center;
}

.sns-share-title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  color: #1649a8;
}

.sns-share-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.sns-share-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
}

.sns-share-btn:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.sns-share-btn span {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

/* Facebook */
.sns-share-btn.facebook {
  background: #1877f2;
}

/* X */
.sns-share-btn.x {
  background: #000;
}

/* Instagram */
.sns-share-btn.instagram {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}

.instagram-note {
  margin-top: 12px;
  font-size: 12px;
  color: #777;
}





/* Smartphone */

@media (max-width: 700px) {
  .section-inner {
    width: min(100% - 30px, var(--max));
  }

  .hero__inner {
    padding: 10px;}

  .eyebrow {
    font-size: 11px;
    line-height: 1.6;
  }

  .hero h1 {
    font-size: clamp(24px, 5vw, 38px);
    line-height: 1.55;
    letter-spacing: .04em;
  }

  .hero__lead {
    margin-top: 20px;
    font-size: 14px;
  }

  .intro {
  background:
    url("/donation-for-nepal/images/nepal_puja_sm.jpg") center/cover no-repeat;
}

  .intro,
  .ambassadors {
    padding: 10px 0;
    min-height: 1000px;
  }

  h2 {
    font-size: 22px;
    line-height: 1.55;
    margin-bottom: 22px;
    text-align: center;
  }

  .text {
    font-size: 13px;
    line-height: 1.2;
    text-shadow: 1.5px 1.5px #4d4d4d;
  }

  .photo--wide {
    margin-top: 30px;
    border-radius: 6px;
  }

  .center-lead {
    margin-bottom: 30px;
    text-align: left;
    font-size: 14px;
  }

  .cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .card {
    display: block;
    padding: 16px;
    background: #e6e6e6;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(15,45,90,.20);
  }

  .card > img {
    width: min(220px, 100%);
    margin: 0 auto 18px;
  }

  .card__body h3 {
    font-size: 19px;
    text-align: center;
  }

  .role {
    text-align: center;
  }

  .card__body p:not(.role) {
    font-size: 13px;
    line-height: 1.8;
  }

  .text-link {
    display: block;
    padding: 10px 5px;
    text-align: center;
    font-size: 14px;
  }

  .messages {
    margin-top: 35px;
  }

  .messages article {
    padding: 20px 0;
    font-size: 13px;
  }

  .donation,
  .donation__overlay {
    min-height: 520px;
  }

  .donation {
    background-attachment: scroll;
  }

  .donation__overlay {
    padding: 60px 0;
  }

  .donation__inner {
    text-align: center;
  }

  .donation__inner > p:not(.section-label):not(.note) {
    text-align: left;
    font-size: 14px;
    line-height: 1.9;
  }

  .button {
    width: 100%;
    min-width: 0;
    margin-top: 25px;
    padding: 15px 18px;
    font-size: 16px;
  }

  .closing {
    padding: 50px 0;
  }

  .closing__copy {
    font-size: 18px;
  }

  .footer {
    padding: 20px 10px;
  }
}