/*
Theme Name: Meika Hotline
Theme URI: https://example.com/
Author: Meika
Description: 一般社団法人 名花 相談窓口ホットライン用テーマ
Version: 1.0.0
Text Domain: meika
*/

:root {
  --ink: #4b3227;
  --pink: #ea6471;
  --pink-deep: #df4b64;
  --green: #5aa441;
  --blue: #348dc4;
  --cream: #fffaf0;
  --line: #efc9a4;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Hiragino Maru Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  background:
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, .9), rgba(255, 250, 238, .92) 32rem),
    #fff8ea;
  letter-spacing: 0;
  line-break: auto;
  overflow-wrap: break-word;
  word-break: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.nowrap {
  white-space: nowrap;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.wrap {
  width: min(1120px, calc(100% - clamp(32px, 5vw, 64px)));
  margin-inline: auto;
}

.site-header {
  z-index: 10;
  height: 68px;
  background: rgba(255, 252, 244, .95);
  border-bottom: 1px solid rgba(226, 183, 142, .45);
  backdrop-filter: blur(8px);
}

.header-inner {
  width: min(1220px, calc(100% - 36px));
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  min-width: 190px;
}

.brand img {
  width: 64px;
  height: 54px;
  object-fit: contain;
  object-position: left center;
}

.brand small,
.brand em {
  display: inline-block;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
}

.brand strong {
  display: inline-block;
  margin-right: 7px;
  font-size: 29px;
  line-height: 1;
  letter-spacing: 2px;
}

.global-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.global-nav a {
  position: relative;
  padding: 26px 0 20px;
}

.global-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13px;
  height: 3px;
  border-radius: 99px;
  background: var(--pink);
}

.donation-activities-bg,
.donation-right-scene,
.donation-report-art,
.donation-support-family {
  display: none;
}

.donate-pill,
.main-cta,
.contact button {
  color: #fff;
  font-weight: 800;
  text-align: center;
  background: linear-gradient(180deg, #f27380, #e65068);
  box-shadow: inset 0 -2px 0 rgba(179, 49, 72, .18), 0 4px 10px rgba(221, 93, 111, .22);
}

.donate-pill {
  min-width: 124px;
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: 356px;
  overflow: hidden;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255,255,255,.18), rgba(255,250,235,.1) 65%, #fff8ea 96%),
    url("assets/component_2_parts/hero.png") center 43% / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 42px;
  background: linear-gradient(180deg, rgba(255,248,234,0), #fff8ea);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(720px, calc(100% - 48px));
  margin-inline: auto;
  padding-top: 26px;
  text-align: center;
}

.hero-kicker {
  margin: 0 0 6px;
  color: #5b382b;
  font-size: 20px;
  font-weight: 900;
}

.hero h1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: .18em;
  margin: 0;
  color: #178fc4;
  font-size: clamp(44px, 5.8vw, 68px);
  line-height: 1.05;
  font-weight: 900;
  text-shadow: 0 4px 0 rgba(255,255,255,.85), 0 0 5px #fff;
}

.hero h1 span {
  display: inline-block;
  white-space: nowrap;
}

.hero-title-main {
  color: #ee6570;
  -webkit-text-stroke: 1px rgba(198, 63, 75, .22);
}

.hero-title-sub {
  color: #178fc4;
}

.hero-lead {
  margin: 8px 0 12px;
  font-size: 19px;
  font-weight: 900;
  text-shadow: 0 2px 0 #fff;
}

.hero-badges {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 7px;
}

.hero-badges img {
  width: 132px;
  height: 132px;
  object-fit: fill;
  filter: drop-shadow(0 4px 0 rgba(255,255,255,.8));
}

.main-cta {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 43px;
  padding: 9px 32px;
  border-radius: 999px;
  font-size: 22px;
  letter-spacing: 1px;
}

.main-cta small {
  margin-left: 10px;
  font-size: 13px;
}

.tea-cup {
  position: absolute;
  z-index: 1;
  left: max(40px, calc(50% - 560px));
  bottom: 22px;
  width: 176px;
}

.notice,
.panel,
.advisers {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 247, .86);
}

.notice {
  width: min(1120px, calc(100% - 48px));
  margin-top: 18px;
  min-height: 88px;
  padding: 10px 22px;
  display: grid;
  grid-template-columns: 300px 1fr 118px;
  align-items: center;
  gap: 15px;
}

.notice-main {
  display: flex;
  align-items: center;
  gap: 20px;
  min-width: 0;
  border-right: 1px solid #ebccb6;
}

.notice-main img {
  width: 68px;
}

.notice-main strong {
  color: #e95568;
  font-size: 24px;
  line-height: 1.45;
}

.notice-copy {
  min-width: 0;
}

.notice-copy p {
  margin: 0 0 8px;
  font-weight: 800;
}

.notice-copy div {
  font-size: 14px;
  font-weight: 800;
}

.notice-copy span {
  display: inline-block;
  margin-right: 16px;
  padding: 7px 18px;
  color: #fff;
  border-radius: 999px;
  background: var(--pink);
  font-size: 14px;
  white-space: nowrap;
}

.notice-school {
  width: 122px;
}

.activities {
  padding-top: 10px;
}

.activities h2,
.advisers h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 0 0 8px;
  font-size: 28px;
  letter-spacing: 4px;
}

.activities h2 span,
.advisers h2 span {
  width: 72px;
  height: 22px;
  background: url("assets/component_2_parts/20_leaf_branch.png") center / contain no-repeat;
  transform: rotate(83deg);
}

.activities h2 span:last-child,
.advisers h2 span:last-child {
  transform: rotate(-83deg) scaleX(-1);
}

.activity-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.activity-grid > a {
  display: block;
  min-width: 0;
}

.activity-grid article {
  height: 100%;
  min-height: 132px;
  padding: 10px 12px 9px;
  border: 1px solid #ecc59b;
  border-radius: 7px;
  background: rgba(255,255,255,.72);
  text-align: center;
}

.activity-grid article.blue { border-color: #b5d5e7; }
.activity-grid article.red { border-color: #efb8b4; }
.activity-grid article.green { border-color: #c8dda9; }

.activity-grid img {
  height: 50px;
  width: auto;
  margin: 0 auto 5px;
  object-fit: contain;
}

.activity-grid h3 {
  margin: 0 0 5px;
  font-size: 14px;
}

.activity-grid p,
.panel p,
.panel li,
.adviser-list {
  font-size: 12px;
  line-height: 1.55;
  font-weight: 700;
}

.two-col {
  display: grid;
  grid-template-columns: .96fr 1.24fr;
  gap: 12px;
  margin-top: 10px;
}

.two-col > *,
.lower > * {
  min-width: 0;
}

.panel {
  position: relative;
  min-height: 0;
  padding: 14px 18px;
}

.panel-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}

.panel-head h2,
.panel-head a {
  min-width: 0;
}

.panel h2 {
  margin: 0 0 8px;
  font-size: 20px;
  letter-spacing: 3px;
}

.panel-head a {
  color: var(--pink);
  font-size: 13px;
  font-weight: 800;
}

.news ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ecd8c5;
}

.news li {
  border-bottom: 1px solid #ecd8c5;
}

.news-link {
  display: grid;
  grid-template-columns: max-content max-content minmax(0, 1fr);
  gap: 8px;
  padding: 5px 0;
  border-radius: 5px;
}

.news-link:hover,
.post-list-row:hover,
.side-box a:hover,
.outline-link:hover {
  background: rgba(255, 238, 225, .65);
}

.news time,
.news span {
  white-space: nowrap;
}

.news span {
  align-self: center;
  padding: 2px 9px;
  color: #fff;
  border-radius: 999px;
  background: #f48a9a;
  font-size: 11px;
  text-align: center;
}

.news span.yellow {
  background: #f1ae55;
}

.news-title {
  min-width: 0;
  font-style: normal;
  overflow-wrap: break-word;
}

.memo {
  margin: 12px 0 0;
  padding: 10px 14px;
  border-radius: 8px;
  color: #b67928;
  background: #fff1c9;
}

.donation {
  overflow: hidden;
  text-align: center;
}

.donation h2 {
  margin-right: 115px;
}

.donation .main-cta {
  width: min(420px, 78%);
  margin: 0 auto 5px;
}

.donation small {
  display: block;
  color: #ad6c61;
  font-weight: 800;
}

.donation-illust {
  position: absolute;
  top: -2px;
  right: 10px;
  width: 136px;
}

.donation-page {
  padding: 18px 0 28px;
}

.donation-page-activities {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  padding: 16px 18px;
  border: 1px solid rgba(239, 201, 164, .72);
  border-radius: 0 0 22px 22px;
  background:
    linear-gradient(90deg, rgba(255, 252, 244, .96), rgba(255, 252, 244, .72)),
    url("assets/component_donation_parts/13_hero_field.png") center 62% / cover no-repeat;
  overflow: hidden;
}

.donation-page-activity-copy {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
  min-width: 0;
  padding: 8px;
  text-align: center;
}

.donation-page-activity-copy h1 {
  margin: 0;
  font-size: 27px;
  line-height: 1.25;
  letter-spacing: 3px;
  text-shadow: 0 2px 0 rgba(255, 255, 255, .9);
}

.activity-blue-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 39px;
  padding: 9px 24px;
  color: #fff;
  border-radius: 999px;
  background: linear-gradient(180deg, #45a9dd, #258dcc);
  box-shadow: inset 0 -2px 0 rgba(27, 102, 152, .18), 0 4px 10px rgba(45, 142, 197, .18);
  font-size: 14px;
  font-weight: 900;
}

.donation-page-activity-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.donation-page-activity-grid a {
  display: grid;
  align-content: center;
  justify-items: center;
  min-height: 118px;
  padding: 10px 8px;
  border: 1px solid #efcfb0;
  border-radius: 8px;
  background: rgba(255, 255, 255, .76);
  text-align: center;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
}

.donation-page-activity-grid img {
  width: auto;
  height: 54px;
  margin-bottom: 7px;
  object-fit: contain;
}

.donation-page-feature {
  margin-top: 18px;
}

.home-news {
  margin-top: 14px;
}

.donation-feature {
  position: relative;
  margin-top: 18px;
  padding: clamp(22px, 3.2vw, 34px);
  border: 1px solid var(--line);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(255, 252, 244, .94)),
    #fffdf7;
  box-shadow: 0 12px 30px rgba(194, 125, 74, .08);
  overflow: hidden;
  isolation: isolate;
}

.donation-feature::before {
  content: "";
  position: absolute;
  inset: 14px;
  z-index: -1;
  border: 1px solid rgba(239, 201, 164, .72);
  border-radius: 14px;
  pointer-events: none;
}

.donation-bird,
.donation-flower-left,
.donation-flower-right {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.donation-bird {
  top: 24px;
  left: 10px;
  width: 92px;
}

.donation-flower-left {
  left: -7px;
  top: 172px;
  width: 118px;
  transform: rotate(-18deg);
}

.donation-flower-right {
  right: 18px;
  top: 50px;
  width: 104px;
}

.donation-feature-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, .78fr);
  gap: clamp(18px, 2.4vw, 28px);
  align-items: center;
}

.donation-copy {
  min-width: 0;
  padding-left: clamp(0px, 4vw, 74px);
}

.donation-copy h2 {
  margin: 0 0 14px;
  color: #4d2f22;
  font-size: clamp(34px, 3.7vw, 44px);
  line-height: 1.38;
  letter-spacing: 1px;
  font-weight: 900;
  text-shadow: 0 3px 0 rgba(255, 255, 255, .9);
}

.donation-copy h2 span,
.donation-copy p strong {
  color: var(--pink);
}

.donation-copy > p {
  margin: 0;
  font-size: clamp(15px, 1.65vw, 18px);
  line-height: 1.75;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.donation-copy > p strong {
  margin-right: 5px;
  font-size: 1.45em;
  letter-spacing: 2px;
}

.donation-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  align-items: center;
  margin-top: 18px;
}

.donation-primary {
  width: min(335px, 100%);
  min-height: 62px;
  padding-inline: 32px;
  font-size: 29px;
}

.donation-primary img {
  width: 32px;
  height: 28px;
  margin-right: 14px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.donation-info-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 9px 26px;
  color: var(--pink);
  border: 2px solid #f16b7a;
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  font-weight: 900;
  text-align: center;
}

.donation-impact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 22px;
}

.donation-impact-grid article,
.donation-info-row article {
  min-width: 0;
  border: 1px solid #efcfb0;
  border-radius: 8px;
  background: rgba(255, 255, 255, .74);
}

.donation-impact-grid article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 116px;
  padding: 13px 11px;
}

.donation-impact-grid img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.donation-impact-grid h3,
.donation-info-row h3 {
  margin: 0 0 7px;
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: 1px;
}

.donation-impact-grid h3 {
  font-size: 15px;
  white-space: nowrap;
}

.donation-impact-grid p,
.donation-info-row p {
  margin: 0;
  font-size: 11.5px;
  line-height: 1.7;
  font-weight: 800;
}

.donation-visual {
  position: relative;
  min-height: 384px;
  overflow: hidden;
}

.donation-visual img {
  position: absolute;
  pointer-events: none;
}

.donation-field {
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  object-position: 79% 52%;
  opacity: .72;
  transform: scale(1.06);
}

.donation-woman {
  right: 112px;
  bottom: 82px;
  z-index: 2;
  width: min(38vw, 214px);
  filter: drop-shadow(0 8px 0 rgba(255, 255, 255, .72));
}

.donation-purse {
  left: 18px;
  bottom: 42px;
  z-index: 2;
  width: 88px;
}

.donation-cup {
  right: 98px;
  bottom: 20px;
  z-index: 2;
  width: 84px;
}

.donation-ball {
  right: 18px;
  bottom: 32px;
  z-index: 2;
  width: 70px;
}

.donation-goal {
  right: 14px;
  top: 54px;
  z-index: 1;
  width: 132px;
}

.donation-info-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 2px dashed rgba(239, 201, 164, .82);
}

.donation-info-row article {
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 130px;
  padding: 18px 22px;
}

.donation-info-row article:first-child {
  background: rgba(252, 255, 244, .82);
}

.donation-info-row article:last-child {
  background: rgba(255, 246, 247, .82);
}

.donation-info-row img {
  width: 86px;
  max-height: 84px;
  object-fit: contain;
}

.donation-info-row a {
  min-height: 34px;
  width: fit-content;
  margin-top: 10px;
  padding: 6px 22px;
  font-size: 13px;
}

.donation-route {
  background:
    radial-gradient(circle at 50% 0, rgba(255, 255, 255, .94), rgba(255, 250, 238, .94) 34rem),
    #fff8ea;
}

.donation-route .site-footer {
  display: none;
}

.donation-route .donation-page {
  padding: 0 0 28px;
}

@media (min-width: 981px) {
  .donation-route .donation-page .wrap {
    width: min(1456px, calc(100% - 80px));
  }

  .donation-route .donation-page-activities.wrap {
    position: relative;
    width: min(1338px, calc(100% - 128px));
    min-height: 204px;
    grid-template-columns: 252px minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    padding: 18px 24px;
    border-top: 0;
    border-color: rgba(239, 201, 164, .58);
    border-radius: 0 0 28px 28px;
    background: rgba(255, 253, 247, .88);
    box-shadow: 0 10px 24px rgba(194, 125, 74, .08);
    isolation: isolate;
  }

  .donation-route .donation-activities-bg {
    display: block;
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 52% 64%;
    opacity: .56;
  }

  .donation-route .donation-page-activities::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(255, 252, 244, .98) 0 18%, rgba(255, 252, 244, .9) 50%, rgba(255, 252, 244, .3) 100%);
    pointer-events: none;
  }

  .donation-route .donation-page-activity-copy {
    gap: 18px;
    padding: 10px 8px 8px;
  }

  .donation-route .donation-page-activity-copy h1 {
    font-size: 29px;
    letter-spacing: 4px;
  }

  .donation-route .activity-blue-link {
    min-height: 48px;
    padding: 11px 27px;
    font-size: 16px;
  }

  .donation-route .donation-page-activity-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
  }

  .donation-route .donation-page-activity-grid a {
    min-height: 172px;
    padding: 14px 10px 13px;
    border-radius: 13px;
    background: rgba(255, 255, 255, .82);
    font-size: 16px;
    line-height: 1.45;
    box-shadow: 0 4px 12px rgba(194, 125, 74, .07);
  }

  .donation-route .donation-page-activity-grid img {
    height: 88px;
    margin-bottom: 9px;
  }

  .donation-route .donation-feature {
    min-height: 650px;
    margin-top: 0;
    padding: 42px 36px 26px;
    border: 2px solid rgba(245, 199, 136, .92);
    border-radius: 34px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(255, 252, 244, .95)),
      #fffdf7;
    box-shadow: none;
  }

  .donation-route .donation-feature::before {
    display: none;
  }

  .donation-route .donation-bird {
    top: 28px;
    left: 42px;
    z-index: 1;
    width: 154px;
  }

  .donation-route .donation-flower-left {
    top: 212px;
    left: 26px;
    z-index: 1;
    width: 148px;
  }

  .donation-route .donation-flower-right {
    top: 126px;
    right: 36px;
    z-index: 1;
    width: 116px;
  }

  .donation-route .donation-feature-main {
    display: block;
    min-height: 420px;
  }

  .donation-route .donation-copy {
    position: relative;
    z-index: 2;
    width: min(100%, 1000px);
    padding-top: 20px;
    padding-left: 180px;
  }

  .donation-route .donation-copy h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
    padding-bottom: 11px;
    font-size: clamp(39px, 2.86vw, 44px);
    line-height: 1.2;
    letter-spacing: 1px;
    white-space: nowrap;
  }

  .donation-route .donation-copy h2::after {
    content: "";
    position: absolute;
    left: 42%;
    right: 0;
    bottom: 0;
    height: 2px;
    background: rgba(234, 100, 113, .5);
  }

  .donation-route .donation-copy > p {
    font-size: 22px;
    line-height: 1.55;
  }

  .donation-route .donation-copy > p strong {
    font-size: 1.38em;
  }

  .donation-route .donation-actions {
    gap: 22px;
    margin-top: 22px;
  }

  .donation-route .donation-primary {
    width: 398px;
    min-height: 82px;
    padding-inline: 44px;
    font-size: 34px;
  }

  .donation-route .donation-primary img {
    width: 42px;
    height: 34px;
    margin-right: 17px;
  }

  .donation-route .donation-impact-grid {
    width: min(940px, calc(100% + 180px));
    gap: 10px;
    margin-left: -180px;
    margin-top: 25px;
  }

  .donation-route .donation-impact-grid article {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 14px;
    min-height: 144px;
    padding: 17px 18px;
    border-radius: 13px;
    background: rgba(255, 255, 255, .78);
  }

  .donation-route .donation-impact-grid img {
    width: 78px;
    height: 78px;
  }

  .donation-route .donation-impact-grid h3 {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .donation-route .donation-impact-grid p {
    font-size: 13px;
    line-height: 1.7;
  }

  .donation-route .donation-visual {
    position: absolute;
    top: -14px;
    right: -20px;
    z-index: 0;
    width: 474px;
    height: 510px;
    min-height: 0;
    overflow: hidden;
    border-radius: 0 28px 28px 0;
  }

  .donation-route .donation-visual::before,
  .donation-route .donation-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    display: none;
    pointer-events: none;
  }

  .donation-route .donation-visual::before {
    background:
      linear-gradient(90deg, #fffdf7 0%, rgba(255, 253, 247, .9) 7%, rgba(255, 253, 247, .42) 19%, rgba(255, 253, 247, 0) 34%),
      linear-gradient(180deg, #fffdf7 0%, rgba(255, 253, 247, .46) 7%, rgba(255, 253, 247, 0) 20%, rgba(255, 253, 247, 0) 77%, rgba(255, 253, 247, .58) 93%, #fffdf7 100%),
      linear-gradient(270deg, #fffdf7 0%, rgba(255, 253, 247, .32) 8%, rgba(255, 253, 247, 0) 22%);
  }

  .donation-route .donation-visual::after {
    background: radial-gradient(ellipse at 59% 51%, rgba(255, 253, 247, 0) 0 66%, rgba(255, 253, 247, .2) 84%, #fffdf7 100%);
  }

  .donation-route .donation-right-scene {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    pointer-events: none;
    transform: scale(1.04);
    filter: saturate(.96) contrast(.97) brightness(1.01);
    opacity: .99;
    mix-blend-mode: multiply;
    -webkit-mask-image: radial-gradient(ellipse at 61% 50%, #000 0 62%, rgba(0, 0, 0, .82) 76%, rgba(0, 0, 0, .18) 94%, transparent 100%);
    mask-image: radial-gradient(ellipse at 61% 50%, #000 0 62%, rgba(0, 0, 0, .82) 76%, rgba(0, 0, 0, .18) 94%, transparent 100%);
  }

  .donation-route .donation-field,
  .donation-route .donation-woman,
  .donation-route .donation-purse,
  .donation-route .donation-cup,
  .donation-route .donation-ball,
  .donation-route .donation-goal {
    display: none;
  }

  .donation-route .donation-field {
    inset: auto;
    right: -78px;
    bottom: -6px;
    width: 560px;
    height: 374px;
    border-radius: 0;
    object-fit: cover;
    object-position: 73% 64%;
    opacity: .72;
    transform: none;
    clip-path: ellipse(75% 55% at 60% 64%);
  }

  .donation-route .donation-woman {
    right: 64px;
    bottom: 210px;
    width: 238px;
    filter: drop-shadow(0 8px 0 rgba(255, 255, 255, .72));
  }

  .donation-route .donation-purse {
    left: 76px;
    bottom: 112px;
    width: 112px;
  }

  .donation-route .donation-cup {
    right: 116px;
    bottom: 102px;
    width: 112px;
  }

  .donation-route .donation-ball {
    right: 6px;
    bottom: 92px;
    width: 82px;
  }

  .donation-route .donation-goal {
    top: 114px;
    right: 28px;
    width: 160px;
  }

  .donation-route .donation-info-row {
    z-index: 2;
    grid-template-columns: 1.02fr 1fr;
    gap: 0;
    height: 172px;
    min-height: 172px;
    margin-top: 14px;
    padding-top: 0;
    border: 1px solid #efcfb0;
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
    overflow: hidden;
  }

  .donation-route .donation-info-row article {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 22px;
    min-height: 172px;
    padding: 22px 30px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .donation-route .donation-info-row article + article {
    border-left: 1px solid #efcfb0;
  }

  .donation-route .donation-info-row h3 {
    margin-bottom: 11px;
    font-size: 23px;
    letter-spacing: 1px;
  }

  .donation-route .donation-info-row p {
    font-size: 14px;
    line-height: 1.8;
  }

  .donation-route .donation-info-row .donation-info-icon {
    width: 86px;
    max-height: 88px;
  }

  .donation-route .donation-info-row .donation-report-row {
    grid-template-columns: 96px minmax(0, 1fr) 134px;
  }

  .donation-route .donation-info-row .donation-report-art {
    display: block;
    align-self: center;
    width: 122px;
    max-height: 110px;
    opacity: .72;
  }

  .donation-route .donation-info-row .donation-support-row {
    grid-template-columns: 64px minmax(0, 1fr) 196px;
  }

  .donation-route .donation-info-row .donation-heart-icon {
    width: 58px;
    max-height: 54px;
  }

  .donation-route .donation-info-row .donation-support-family {
    display: block;
    align-self: end;
    width: 196px;
    max-height: 126px;
    object-fit: contain;
  }
}

.message-page {
  padding: 18px 0 48px;
}

.message-hero {
  padding: 8px 0 28px;
  overflow: hidden;
}

.message-hero-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(239, 201, 164, .76);
  border-radius: 18px;
  background: #fffdf7;
  box-shadow: 0 18px 42px rgba(171, 109, 58, .12);
  isolation: isolate;
}

.message-hero-frame::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, rgba(255, 253, 247, 0), rgba(255, 250, 238, .86));
  pointer-events: none;
}

.message-hero-frame img {
  width: 100%;
  height: clamp(330px, 38vw, 448px);
  object-fit: cover;
  object-position: center;
}

.message-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
}

.message-letter,
.message-assurance {
  border: 1px solid rgba(239, 201, 164, .72);
  border-radius: 12px;
  background: rgba(255, 253, 247, .9);
  box-shadow: 0 12px 30px rgba(194, 125, 74, .07);
}

.message-letter {
  position: relative;
  padding: clamp(28px, 4vw, 46px);
}

.message-letter::before {
  content: "";
  position: absolute;
  top: clamp(28px, 4vw, 46px);
  bottom: clamp(28px, 4vw, 46px);
  left: 24px;
  width: 4px;
  border-radius: 99px;
  background: linear-gradient(180deg, rgba(234, 100, 113, .82), rgba(90, 164, 65, .62));
}

.message-letter p {
  margin: 0;
  padding-left: 18px;
  font-size: 17px;
  line-height: 2.05;
  font-weight: 700;
}

.message-letter p + p {
  margin-top: 14px;
}

.message-opening {
  color: var(--pink-deep);
  font-size: 25px;
  line-height: 1.55;
  font-weight: 900;
}

.message-assurance {
  position: sticky;
  top: 88px;
  padding: 22px;
}

.message-assurance h2 {
  margin: 0 0 15px;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 1px;
}

.message-assurance-list {
  display: grid;
  gap: 12px;
}

.message-assurance-list article {
  padding: 15px;
  border: 1px solid #f1d3c2;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .82), rgba(255, 249, 239, .72));
}

.message-assurance-list strong {
  display: block;
  margin-bottom: 6px;
  color: #5b382b;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 900;
}

.message-assurance-list p {
  margin: 0;
  font-size: 13px;
  line-height: 1.75;
  font-weight: 700;
}

.message-contact {
  width: 100%;
  margin-top: 18px;
  font-size: 18px;
}

.lower {
  grid-template-columns: .95fr 1.25fr;
}

.donor-table {
  overflow: hidden;
}

.supporter-list-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.supporter-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 88px;
  padding: 8px 18px;
  border: 1px solid #f1d3c2;
  border-radius: 6px;
  background: #fffdfa;
}

.supporter-uniform {
  position: relative;
  display: block;
  width: 70px;
  height: 78px;
  overflow: hidden;
}

.supporter-uniform-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.supporter-uniform-number {
  position: absolute;
  left: 50%;
  top: 51%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  min-height: 24px;
  padding: 0 2px;
  color: #263d82;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  transform: translate(-50%, -50%);
  text-shadow: 0 1px 0 rgba(255, 255, 255, .65);
}

.supporter-uniform-number.is-medium {
  font-size: 23px;
}

.supporter-uniform-number.is-small {
  font-size: 18px;
}

.supporter-jersey {
  display: block;
  width: 70px;
  height: 78px;
}

.supporter-name {
  color: #5b453c;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.donor-empty {
  margin: 0;
  padding: 12px;
  text-align: center;
}

.thanks {
  margin: 10px 0 0;
  color: #73943d;
  text-align: center;
}

.contact {
  min-height: 0;
  padding-right: 18px;
}

.operator {
  position: absolute;
  right: 16px;
  bottom: 0;
  width: 150px;
}

.contact-flow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 10px;
  align-items: stretch;
  max-width: 430px;
}

.contact-method {
  display: grid;
  gap: 8px;
  align-content: center;
  min-width: 0;
  padding: 12px;
  border: 1px solid #f1d3c2;
  border-radius: 8px;
  background: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 800;
}

.contact-method a {
  color: #a64b66;
  overflow-wrap: anywhere;
}

.line-method {
  justify-items: center;
}

.line-qr {
  width: 96px;
  height: 96px;
  object-fit: contain;
  border-radius: 6px;
}

.activity-page {
  padding-bottom: 34px;
}

.activity-hero {
  position: relative;
  min-height: 372px;
  padding: 58px 210px 40px 270px;
  overflow: hidden;
}

.activity-hero-copy {
  position: relative;
  z-index: 1;
  text-align: center;
}

.activity-hero-copy p:first-child {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 5px;
}

.activity-hero-copy h1 {
  margin: 0;
  font-size: clamp(54px, 7vw, 78px);
  line-height: 1.08;
  letter-spacing: 12px;
}

.activity-hero-copy span {
  display: block;
  margin-top: 8px;
  color: #258225;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 8px;
}

.activity-hero-copy hr {
  width: min(480px, 100%);
  margin: 22px auto;
  border: 0;
  border-top: 2px dashed #b6d184;
}

.activity-hero-copy p:last-child {
  margin: 0 auto;
  max-width: 700px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.9;
  text-align: left;
}

.activity-hero-woman {
  position: absolute;
  left: 58px;
  bottom: 38px;
  width: 176px;
}

.activity-flower,
.activity-bird {
  position: absolute;
  pointer-events: none;
}

.activity-flower.top-left { left: 0; top: 108px; width: 58px; }
.activity-flower.top-mid-left { left: 230px; top: 224px; width: 34px; }
.activity-flower.top-right { right: 46px; top: 86px; width: 58px; }
.activity-flower.right-tall { right: 8px; top: 170px; width: 54px; }
.activity-bird { right: 150px; top: 104px; width: 106px; }

.activity-section {
  margin-top: 24px;
}

.ribbon-title {
  width: min(430px, 90%);
  margin: 0 auto 20px;
  padding: 9px 26px;
  color: #fff;
  background: linear-gradient(90deg, #f56b8a, #ef4770);
  text-align: center;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 2px;
  clip-path: polygon(0 0, 100% 0, 94% 50%, 100% 100%, 0 100%, 6% 50%);
}

.activity-main-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.activity-main-card,
.worry-grid article,
.activity-contact-card {
  border: 1px solid #efc7b5;
  border-radius: 8px;
  background: rgba(255, 255, 255, .68);
}

.activity-main-card {
  min-height: 260px;
  padding: 22px 18px 18px;
  text-align: center;
}

.activity-main-card.pink { border-color: #f2adba; background: rgba(255, 245, 247, .75); }
.activity-main-card.orange { border-color: #f0c27a; background: rgba(255, 250, 237, .75); }
.activity-main-card.blue { border-color: #aed1ec; background: rgba(246, 252, 255, .78); }
.activity-main-card.green { border-color: #c7d99b; background: rgba(252, 255, 239, .76); }

.activity-main-card img {
  width: 92px;
  height: 92px;
  margin: 0 auto 18px;
  object-fit: contain;
}

.activity-main-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.45;
}

.activity-main-card.pink h3,
.mail-card h3 { color: #f0446e; }
.activity-main-card.orange h3 { color: #f08a00; }
.activity-main-card.blue h3 { color: #0471bb; }
.activity-main-card.green h3,
.line-card h3 { color: #3c982e; }

.activity-main-card p,
.worry-grid p,
.activity-contact-card p,
.activity-promises p,
.activity-closing p {
  margin: 0;
  font-weight: 800;
  line-height: 1.8;
}

.worry-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.worry-grid article {
  display: grid;
  align-content: start;
  justify-items: center;
  min-height: 174px;
  padding: 14px 10px;
  text-align: center;
}

.worry-grid img {
  width: 72px;
  height: 72px;
  margin-bottom: 8px;
  object-fit: contain;
}

.worry-grid p {
  font-size: 13px;
}

.activity-consult {
  margin-top: 30px;
}

.activity-consult h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 16px;
  font-size: 32px;
  letter-spacing: 7px;
}

.activity-consult h2::before,
.activity-consult h2::after {
  content: "";
  width: 110px;
  height: 28px;
  background: url("assets/component_activity_parts/06_flower_top_mid_right.png") center / contain no-repeat;
}

.activity-consult h2::before {
  transform: scaleX(-1);
}

.activity-contact-cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.16fr);
  gap: 22px;
}

.activity-contact-card {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 164px;
  padding: 24px 28px;
}

.activity-contact-card > img:first-child {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.activity-contact-card h3 {
  margin: 0 0 8px;
  font-size: 25px;
  line-height: 1.3;
}

.activity-contact-card span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 4px 16px;
  color: #fff;
  border-radius: 999px;
  background: var(--pink);
  font-weight: 900;
}

.line-card span {
  background: #77b13b;
}

.activity-contact-card a {
  display: block;
  margin-top: 10px;
  color: #f0446e;
  font-size: 24px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.line-card {
  grid-template-columns: 86px minmax(0, 1fr) 118px;
}

.activity-line-qr {
  width: 118px;
  height: 118px;
  object-fit: contain;
}

.compact-contact {
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 12px;
}

.compact-contact .activity-contact-card {
  min-height: 118px;
  padding: 14px 16px;
}

.compact-contact .activity-contact-card h3 {
  font-size: 20px;
}

.compact-contact .activity-contact-card a {
  margin-top: 0;
  font-size: 18px;
}

.compact-contact .line-card {
  grid-template-columns: 58px minmax(0, 1fr) 92px;
}

.compact-contact .activity-line-qr {
  width: 86px;
  height: 86px;
}

.activity-promises {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 28px;
}

.activity-promises article {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.activity-promises img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.activity-promises h3 {
  margin: 0 0 4px;
  color: #f0446e;
  font-size: 17px;
}

.activity-closing {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) 160px;
  gap: 20px;
  align-items: end;
  margin-top: 28px;
  text-align: center;
}

.activity-closing h2 {
  margin: 0 0 8px;
  font-size: 28px;
  letter-spacing: 4px;
}

.advisers {
  position: relative;
  margin-top: 10px;
  padding: 10px 330px 12px 20px;
  overflow: hidden;
}

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

.adviser-list article {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 10px;
  align-items: center;
}

.adviser-list img {
  width: 76px;
  margin-inline: auto;
}

.adviser-list h3 {
  margin: 0 0 4px;
  font-size: 17px;
}

.adviser-list dl {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 2px 10px;
  margin: 0;
}

.adviser-list dt {
  font-weight: 900;
  white-space: nowrap;
}

.adviser-list dd {
  margin: 0;
}

.field-basket {
  position: absolute;
  right: -5px;
  bottom: -4px;
  width: 330px;
}

.site-footer {
  position: relative;
  margin-top: 14px;
  padding: 22px 0 16px;
  background: #fff6df;
  border-top: 1px solid #eed3b3;
  overflow: hidden;
}

.footer-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 1fr .9fr;
  gap: 28px;
}

.footer-about {
  padding-right: 28px;
  border-right: 1px solid #dfc29c;
}

.footer-about p,
.sitemap a,
.footer-cta p {
  font-size: 12px;
  line-height: 1.55;
  font-weight: 700;
}

.footer-about p {
  overflow-wrap: anywhere;
}

.sitemap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: start;
  gap: 4px 28px;
}

.sitemap h2 {
  grid-column: 1 / -1;
  margin: 0 0 4px;
  font-size: 17px;
}

.footer-cta {
  position: relative;
  z-index: 1;
  padding: 0 18px 10px;
  border: 1px solid #edc9a5;
  border-radius: 7px;
  background: rgba(255,255,255,.65);
}

.footer-cta strong {
  display: block;
  margin-inline: -18px;
  padding: 8px;
  color: #fff;
  background: var(--pink);
  border-radius: 7px 7px 0 0;
  text-align: center;
}

.footer-cta .main-cta {
  width: 100%;
  min-height: 36px;
  font-size: 17px;
}

.footer-flower {
  position: absolute;
  right: -60px;
  bottom: -20px;
  width: 190px;
}

.copyright {
  margin: 12px 0 0;
  text-align: center;
  font-size: 12px;
}

.post-hero {
  position: relative;
  min-height: 342px;
  overflow: hidden;
  isolation: isolate;
}

.post-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,250,235,.1) 72%, #fff8ea 98%),
    url("assets/component_2_parts/hero.png") center 46% / cover no-repeat;
}

.post-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 42px;
  background: linear-gradient(180deg, rgba(255,248,234,0), #fff8ea);
}

.post-hero-inner {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 48px));
  margin-inline: auto;
  padding-top: 82px;
  text-align: center;
  text-shadow: 0 3px 0 rgba(255,255,255,.82);
}

.post-title-line,
.section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.post-title-line img,
.section-heading > img {
  width: 54px;
  height: 42px;
  object-fit: contain;
}

.post-title-line img:last-child,
.section-heading > img:last-child {
  transform: scaleX(-1);
}

.post-title-line h1 {
  margin: 0;
  color: var(--pink);
  font-size: clamp(46px, 5.6vw, 64px);
  line-height: 1.1;
  letter-spacing: 8px;
}

.post-hero-inner p {
  margin: 18px 0 0;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.9;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 800;
}

.breadcrumb a::after {
  content: "›";
  margin-left: 12px;
  color: #9d7861;
}

.content-layout.wrap,
.activity-strip.wrap {
  width: min(1120px, calc(100% - 48px));
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 248px;
  gap: 34px;
  margin-top: 28px;
  align-items: start;
}

.section-heading {
  margin-bottom: 18px;
  text-align: center;
}

.section-heading h2 {
  margin: 0;
  font-size: 29px;
  letter-spacing: 4px;
}

.section-heading p {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 800;
}

.post-list-table {
  border-top: 1px solid #e6c9b0;
}

.post-list-head,
.post-list-row {
  display: grid;
  grid-template-columns: 102px 108px minmax(180px, .9fr) minmax(260px, 1.2fr) 24px;
  gap: 18px;
  align-items: center;
}

.post-list-head {
  padding: 13px 16px;
  border-bottom: 1px solid #e6c9b0;
  font-size: 13px;
  font-weight: 900;
}

.post-list-row {
  min-height: 68px;
  padding: 13px 16px;
  border-bottom: 1px solid #e9d8c8;
}

.post-list-row time,
.post-list-row strong,
.post-list-row p,
.post-list-row em {
  min-width: 0;
}

.post-list-row time {
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.post-list-row strong {
  font-size: 16px;
  line-height: 1.45;
}

.post-list-row p {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.post-list-row em {
  color: var(--pink);
  font-style: normal;
  font-size: 30px;
  line-height: 1;
}

.category-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  padding: 3px 13px;
  color: var(--pink);
  border: 1px solid #f6c9c6;
  border-radius: 999px;
  background: #fff1ef;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.category-pill.yellow {
  color: #e58a17;
  border-color: #f7dcac;
  background: #fff8e9;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #ead1bd;
  border-radius: 5px;
  background: #fffdf8;
  font-size: 13px;
  font-weight: 800;
}

.pagination .current {
  color: #fff;
  border-color: var(--pink);
  background: var(--pink);
}

.post-sidebar {
  display: grid;
  gap: 24px;
}

.side-box,
.side-donation,
.activity-strip,
.post-article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 247, .86);
}

.side-box {
  overflow: hidden;
}

.side-box h2 {
  margin: 0;
  padding: 14px 16px;
  border-bottom: 1px solid #e9d3bc;
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
}

.side-box a {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  padding: 10px 18px;
  border-bottom: 1px solid #ead8c8;
  font-size: 14px;
  font-weight: 900;
}

.side-box a:last-child {
  border-bottom: 0;
}

.side-box img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.archive a {
  justify-content: space-between;
}

.archive span {
  color: var(--ink);
  font-size: 25px;
  line-height: 1;
}

.side-donation {
  padding: 22px 16px 18px;
  text-align: center;
}

.side-donation h2 {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.65;
  letter-spacing: 1px;
}

.side-donation img {
  width: min(172px, 78%);
  margin: 0 auto 12px;
}

.side-donation .main-cta,
.outline-link {
  width: 100%;
  min-height: 42px;
  font-size: 16px;
}

.outline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 8px 12px;
  color: var(--pink);
  border: 2px solid #f16b7a;
  border-radius: 7px;
  background: #fff;
  font-weight: 900;
}

.activity-strip {
  display: grid;
  grid-template-columns: minmax(230px, 1.3fr) repeat(5, minmax(92px, 1fr));
  gap: 14px;
  align-items: center;
  margin-top: 30px;
  padding: 16px 20px;
}

.activity-strip > div {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 4px 14px;
  align-items: center;
}

.activity-strip > div img {
  grid-row: span 3;
  width: 60px;
}

.activity-strip h2 {
  margin: 0;
  font-size: 24px;
  letter-spacing: 3px;
}

.activity-strip p {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.activity-strip .main-cta {
  width: min(210px, 100%);
  min-height: 36px;
  padding: 7px 20px;
  font-size: 15px;
}

.activity-strip > a {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 12px 8px;
  border: 1px solid #f1d9cf;
  border-radius: 999px;
  background: rgba(255,255,255,.55);
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.activity-strip > a img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.post-article {
  border-color: transparent;
  background: transparent;
}

.back-link {
  display: inline-flex;
  margin-bottom: 32px;
  color: var(--pink);
  font-size: 14px;
  font-weight: 900;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
  margin-bottom: 18px;
}

.post-meta time {
  font-size: 15px;
  font-weight: 800;
}

.post-article h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 3.8vw, 39px);
  line-height: 1.35;
  letter-spacing: 2px;
}

.post-article > p,
.article-section p,
.article-section li {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.9;
}

.article-section {
  margin-top: 30px;
}

.article-section h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  font-size: 20px;
  letter-spacing: 1px;
}

.article-section h3 img {
  width: 34px;
  height: 28px;
  object-fit: contain;
}

.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #b9d59e;
  border-radius: 8px;
  background: rgba(255,255,255,.72);
}

.post-article table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 14px;
  font-weight: 700;
}

.post-article th,
.post-article td {
  padding: 14px 16px;
  border: 1px solid #d8d9b8;
  text-align: center;
  line-height: 1.6;
}

.post-article th {
  background: rgba(251, 255, 239, .86);
  font-weight: 900;
}

.post-article td:last-child {
  text-align: left;
}

.article-section ul {
  margin: 0;
  padding-left: 1.3em;
}

.published {
  margin: 34px 0 22px;
  color: #947567;
  text-align: right;
  font-size: 14px;
  font-weight: 800;
}

.share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.share-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 18px;
  color: #fff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.facebook {
  background: #4267a8;
}

.x-share {
  background: #050505;
}

.line-share {
  background: #06b900;
}

.plan-hero .post-title-line {
  display: block;
}

.plan-hero .post-title-line > img {
  display: none;
}

.plan-hero .post-title-line h1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: .18em;
  min-width: 0;
  font-size: clamp(38px, 5vw, 58px);
  letter-spacing: 4px;
  overflow-wrap: anywhere;
}

.plan-hero .post-title-line h1 span {
  white-space: nowrap;
}

.plan-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .58fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 24px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 247, .88);
}

.plan-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 4px 14px;
  color: #fff;
  border-radius: 999px;
  background: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.plan-intro h2 {
  margin: 12px 0 10px;
  font-size: clamp(24px, 3vw, 33px);
  line-height: 1.45;
  letter-spacing: 2px;
}

.plan-intro p,
.plan-summary li,
.plan-card li,
.recommend-grid p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
}

.plan-intro p {
  margin: 0;
}

.plan-summary {
  display: grid;
  align-content: center;
  gap: 10px;
  margin: 0;
  padding: 16px 18px 16px 36px;
  border: 1px solid #d5e6bf;
  border-radius: 8px;
  background: rgba(251, 255, 239, .82);
}

.plan-summary li::marker {
  color: var(--green);
}

.plan-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.plan-card {
  display: grid;
  gap: 16px;
  align-content: start;
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 247, .9);
}

.plan-card.accent {
  border-color: #b7d7e9;
  background: rgba(247, 253, 255, .9);
}

.plan-card-head {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #ead8c8;
}

.plan-card-head > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: #fff;
  border-radius: 50%;
  background: var(--pink);
  font-size: 19px;
  font-weight: 900;
}

.plan-card.accent .plan-card-head > span {
  background: var(--blue);
}

.plan-card h2 {
  margin: 0 0 4px;
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: 1px;
}

.plan-card-head p {
  margin: 0;
  color: #7a604f;
  font-size: 13px;
  font-weight: 900;
}

.plan-block {
  min-width: 0;
}

.plan-block h3 {
  margin: 0 0 8px;
  color: var(--pink);
  font-size: 17px;
  letter-spacing: 1px;
}

.plan-card.accent .plan-block h3 {
  color: var(--blue);
}

.plan-block ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 1.25em;
}

.check-list li::marker {
  color: var(--green);
}

.plan-block.caution {
  padding: 14px 16px;
  border: 1px solid #f0cf98;
  border-radius: 8px;
  background: rgba(255, 246, 219, .64);
}

.plan-block code {
  padding: 1px 5px;
  border-radius: 4px;
  background: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .95em;
}

.admin-scope {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #d7e6c6;
  border-radius: 8px;
  background: rgba(251, 255, 243, .88);
}

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

.admin-scope-item {
  min-width: 0;
  padding: 16px;
  border: 1px solid #e7d5bd;
  border-radius: 7px;
  background: #fffdfa;
}

.admin-scope-item h3 {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: 1px;
}

.admin-scope-item dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.admin-scope-item dl > div {
  min-width: 0;
  padding: 12px 14px;
  border-radius: 7px;
  background: rgba(255, 248, 238, .8);
}

.admin-scope-item dl > div:nth-child(2) {
  background: rgba(239, 249, 255, .88);
}

.admin-scope-item dt {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 27px;
  margin: 0 0 7px;
  padding: 4px 11px;
  color: #fff;
  border-radius: 999px;
  background: var(--pink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

.admin-scope-item dl > div:nth-child(2) dt {
  background: var(--blue);
}

.admin-scope-item dd {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
}

.plan-recommend {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 247, .88);
}

.recommend-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.recommend-grid article {
  min-width: 0;
  padding: 16px;
  border: 1px solid #f1d3c2;
  border-radius: 7px;
  background: #fffdfa;
}

.recommend-grid span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 12px;
  color: #fff;
  border-radius: 999px;
  background: var(--pink);
  font-size: 13px;
  font-weight: 900;
}

.recommend-grid article:nth-child(2) span {
  background: var(--blue);
}

.recommend-grid article:nth-child(3) span {
  background: var(--green);
}

.recommend-grid h3 {
  margin: 12px 0 8px;
  font-size: 18px;
  line-height: 1.45;
}

.recommend-grid p {
  margin: 0;
}

.admin-page {
  color: #27323a;
  background: #f4f6f8;
  font-family: "Yu Gothic", "Meiryo", sans-serif;
}

.admin-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 236px minmax(0, 1fr);
}

.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 18px 16px;
  color: #fff;
  background: #1d2327;
}

.custom-shell .admin-sidebar {
  background: #173448;
}

.admin-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  margin-bottom: 20px;
  font-weight: 900;
}

.admin-brand img {
  width: 38px;
  height: 34px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.admin-sidebar nav {
  display: grid;
  gap: 6px;
}

.admin-sidebar nav a {
  min-height: 40px;
  padding: 10px 12px;
  border-radius: 6px;
  color: rgba(255,255,255,.84);
  font-size: 14px;
  font-weight: 800;
}

.admin-sidebar nav a.active,
.admin-sidebar nav a:hover {
  color: #fff;
  background: #2271b1;
}

.custom-shell .admin-sidebar nav a.active,
.custom-shell .admin-sidebar nav a:hover {
  background: #2d8a73;
}

.admin-main {
  min-width: 0;
  padding: 24px;
}

.admin-topbar,
.admin-panel,
.admin-summary-grid article,
.admin-tools {
  border: 1px solid #d9e0e6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(35, 45, 55, .06);
}

.admin-topbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
}

.admin-kicker,
.admin-panel-head p {
  margin: 0 0 4px;
  color: #6b7780;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.admin-topbar h1 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.25;
  letter-spacing: 0;
}

.admin-topbar small {
  display: block;
  margin-top: 8px;
  color: #62717c;
  font-weight: 800;
  line-height: 1.6;
}

.admin-topbar code {
  padding: 2px 5px;
  border-radius: 4px;
  background: #eef5f7;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.admin-actions a,
.admin-tools a,
.admin-tools button,
.admin-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid #2271b1;
  border-radius: 6px;
  color: #fff;
  background: #2271b1;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.custom-shell .admin-actions a,
.custom-shell .admin-tools a,
.custom-shell .admin-tools button,
.custom-shell .admin-form button {
  border-color: #2d8a73;
  background: #2d8a73;
}

.admin-summary-grid {
  display: grid;
  grid-template-columns: 180px 180px minmax(0, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.admin-summary-grid article {
  min-width: 0;
  padding: 16px;
}

.admin-summary-grid span {
  display: block;
  color: #2271b1;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.custom-summary span {
  color: #2d8a73;
}

.admin-summary-grid p,
.admin-note-card p {
  margin: 8px 0 0;
  color: #5a6872;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
}

.admin-note-card strong {
  font-size: 16px;
}

.admin-status {
  margin: 16px 0;
  padding: 12px 14px;
  border: 1px solid #c9dcec;
  border-radius: 7px;
  color: #24577d;
  background: #edf6ff;
  font-size: 14px;
  font-weight: 800;
}

.admin-status[data-status-type="success"] {
  border-color: #b9dfc4;
  color: #236535;
  background: #edf9f0;
}

.admin-status[data-status-type="error"] {
  border-color: #efb5b5;
  color: #9b2424;
  background: #fff1f1;
}

.admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.admin-panel {
  min-width: 0;
  margin-bottom: 16px;
  padding: 18px;
}

.admin-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e8ed;
}

.admin-panel-head h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
}

.admin-panel-head > span {
  flex: 0 0 auto;
  padding: 5px 10px;
  border-radius: 999px;
  color: #24577d;
  background: #e7f1fb;
  font-size: 12px;
  font-weight: 900;
}

.custom-shell .admin-panel-head > span {
  color: #1d654f;
  background: #e7f5ef;
}

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

.admin-form label {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: #34434e;
  font-size: 13px;
  font-weight: 900;
}

.admin-form input,
.admin-form select,
.admin-form textarea,
.admin-table select {
  width: 100%;
  min-height: 38px;
  border: 1px solid #cfd8df;
  border-radius: 6px;
  padding: 7px 10px;
  background: #fff;
  color: #26343c;
  font: inherit;
  font-size: 14px;
}

.admin-form textarea {
  min-height: 118px;
  resize: vertical;
}

.admin-wide,
.admin-form button {
  grid-column: 1 / -1;
}

.admin-table-scroll {
  max-width: 100%;
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 13px;
}

.admin-table th,
.admin-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #e2e8ed;
  text-align: left;
  vertical-align: middle;
}

.admin-table th {
  color: #52616b;
  background: #f7f9fb;
  font-weight: 900;
}

.admin-table td {
  font-weight: 700;
  line-height: 1.5;
}

.admin-link-button {
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid #cfd8df;
  border-radius: 5px;
  background: #fff;
  color: #34434e;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.admin-link-button.danger {
  border-color: #efb5b5;
  color: #b42323;
}

.admin-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px;
}

.admin-tools button:nth-child(2) {
  border-color: #9aa8b1;
  background: #5d6870;
}

@media (max-width: 980px) {
  .site-header {
    height: auto;
    position: relative;
  }

  .header-inner {
    min-height: 68px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8px 0 12px;
  }

  .global-nav {
    order: 3;
    flex: 0 0 100%;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .global-nav a {
    padding: 8px 0 10px;
  }

  .hero-inner {
    padding-top: 26px;
  }

  .tea-cup {
    opacity: .88;
  }

  .notice,
  .two-col,
  .lower,
  .footer-inner,
  .content-layout,
  .message-content {
    grid-template-columns: 1fr;
  }

  .message-assurance {
    position: static;
  }

  .notice-main {
    border-right: 0;
  }

  .notice-copy {
    padding-top: 4px;
  }

  .notice-school,
  .donation-illust,
  .operator,
  .field-basket,
  .footer-flower {
    display: none;
  }

  .activity-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .donation-page-activities {
    grid-template-columns: 1fr;
  }

  .donation-page-activity-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .donation-feature-main,
  .donation-info-row {
    grid-template-columns: 1fr;
  }

  .donation-copy {
    padding-left: 0;
  }

  .donation-visual {
    width: min(100%, 560px);
    min-height: 318px;
    margin-inline: auto;
  }

  .donation-woman {
    right: 128px;
    width: 188px;
  }

  .donation-impact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact {
    padding-right: 20px;
  }

  .advisers {
    padding-right: 22px;
  }

  .post-sidebar {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .activity-strip {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .admin-shell,
  .plan-intro,
  .plan-comparison,
  .admin-scope-grid,
  .recommend-grid {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: relative;
    height: auto;
  }

  .admin-sidebar nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .admin-summary-grid,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .activity-strip > div {
    grid-column: 1 / -1;
  }

  .footer-about {
    border-right: 0;
    padding-right: 0;
  }
}

@media (max-width: 640px) {
  .wrap {
    width: min(100% - 24px, 1120px);
  }

  .donate-pill {
    display: none;
  }

  .global-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 12px;
    min-width: 0;
    overflow-x: visible;
    white-space: normal;
  }

  .global-nav a {
    min-width: 0;
    padding: 4px 0 8px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .brand {
    min-width: 0;
  }

  .hero {
    min-height: 460px;
  }

  .hero-inner {
    width: min(100% - 32px, 720px);
  }

  .hero h1 {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 2px;
    font-size: clamp(30px, 8.8vw, 38px);
    line-height: 1.08;
  }

  .hero h1 span {
    max-width: 100%;
    margin-inline: auto;
    white-space: nowrap;
  }

  .hero-kicker,
  .hero-lead {
    font-size: 17px;
  }

  .hero-lead {
    max-width: 100%;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .hero-badges {
    display: grid;
    width: min(100%, 264px);
    grid-template-columns: repeat(2, minmax(0, 124px));
    gap: 8px;
    margin-inline: auto;
  }

  .hero-badges img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .main-cta {
    width: min(100%, 342px);
    font-size: 19px;
    padding-inline: 18px;
    letter-spacing: 0;
  }

  .main-cta small {
    display: none;
  }

  .tea-cup {
    display: none;
  }

  .notice {
    padding: 14px;
  }

  .notice-main strong {
    font-size: 23px;
  }

  .notice-copy div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
  }

  .notice-copy span {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .activities h2,
  .advisers h2 {
    font-size: 25px;
    letter-spacing: 2px;
  }

  .activity-grid,
  .adviser-list,
  .contact-flow {
    grid-template-columns: 1fr;
  }

  .contact-flow {
    max-width: none;
  }

  .news li {
    font-size: 12px;
  }

  .news-link {
    grid-template-columns: max-content max-content minmax(0, 1fr);
    gap: 6px;
  }

  .donation-feature {
    margin-top: 16px;
    padding: 20px 14px;
    border-radius: 14px;
  }

  .donation-feature::before {
    inset: 8px;
    border-radius: 10px;
  }

  .donation-bird {
    top: 12px;
    left: 14px;
    width: 74px;
    opacity: .72;
  }

  .donation-flower-left,
  .donation-flower-right {
    opacity: .48;
  }

  .donation-copy h2 {
    font-size: clamp(30px, 8.6vw, 40px);
    line-height: 1.35;
    letter-spacing: 1px;
    text-align: center;
  }

  .donation-copy > p {
    text-align: center;
    white-space: normal;
  }

  .donation-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .donation-primary {
    width: 100%;
  }

  .donation-impact-grid {
    grid-template-columns: 1fr;
  }

  .donation-impact-grid article {
    grid-template-columns: 64px minmax(0, 1fr);
    min-height: 0;
  }

  .donation-page {
    padding-top: 12px;
  }

  .donation-page-activities {
    padding: 14px;
    border-radius: 0 0 14px 14px;
  }

  .donation-page-activity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .donation-page-activity-grid a {
    min-height: 112px;
  }

  .donation-visual {
    min-height: 286px;
  }

  .donation-woman {
    right: 82px;
    bottom: 64px;
    width: 146px;
  }

  .donation-purse {
    left: 8px;
    bottom: 36px;
    width: 72px;
  }

  .donation-cup {
    right: 82px;
    width: 58px;
  }

  .donation-ball {
    right: 14px;
    width: 52px;
  }

  .donation-goal {
    top: 42px;
    width: 108px;
  }

  .donation-info-row article {
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
    padding: 16px 14px;
  }

  .donation-info-row img {
    width: 68px;
    max-height: 68px;
  }

  .message-page {
    padding-top: 10px;
  }

  .message-hero {
    padding-bottom: 18px;
  }

  .message-hero-frame {
    border-radius: 14px;
  }

  .message-hero-frame img {
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  .message-content {
    gap: 16px;
  }

  .message-letter {
    padding: 24px 18px 24px 22px;
  }

  .message-letter::before {
    top: 24px;
    bottom: 24px;
    left: 14px;
  }

  .message-letter p {
    padding-left: 12px;
    font-size: 15px;
    line-height: 1.95;
  }

  .message-opening {
    font-size: 21px;
  }

  .message-assurance {
    padding: 18px;
  }

  .post-hero {
    min-height: 316px;
  }

  .post-hero-inner {
    width: min(100% - 32px, 760px);
    padding-top: 58px;
  }

  .post-title-line,
  .section-heading {
    gap: 12px;
  }

  .post-title-line h1 {
    font-size: clamp(38px, 11vw, 50px);
    letter-spacing: 4px;
  }

  .plan-hero .post-title-line h1 {
    font-size: clamp(28px, 8vw, 34px);
    letter-spacing: 2px;
  }

  .post-hero-inner p {
    font-size: 16px;
  }

  .content-layout.wrap,
  .activity-strip.wrap {
    width: min(100% - 24px, 1120px);
  }

  .content-layout {
    gap: 22px;
  }

  .post-list-head {
    display: none;
  }

  .post-list-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 12px;
    padding: 15px 12px;
  }

  .post-list-row time,
  .post-list-row .category-pill,
  .post-list-row strong,
  .post-list-row p {
    grid-column: 1;
  }

  .post-list-row em {
    grid-column: 2;
    grid-row: 1 / 5;
    align-self: center;
  }

  .post-sidebar {
    grid-template-columns: 1fr;
  }

  .table-scroll {
    overflow-x: visible;
  }

  .post-article table {
    min-width: 0;
    table-layout: fixed;
    font-size: 12px;
  }

  .post-article th,
  .post-article td {
    padding: 9px 6px;
    overflow-wrap: anywhere;
  }

  .activity-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .activity-strip > div {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .activity-strip > a {
    border-radius: 8px;
  }

  .published {
    text-align: left;
  }

  .plan-intro,
  .plan-card,
  .admin-scope,
  .plan-recommend,
  .admin-main,
  .admin-panel {
    padding: 16px;
  }

  .admin-topbar {
    display: grid;
  }

  .admin-actions {
    justify-content: flex-start;
  }

  .admin-sidebar nav {
    grid-template-columns: 1fr;
  }

  .admin-form {
    grid-template-columns: 1fr;
  }

  .admin-table-scroll {
    overflow-x: visible;
  }

  .admin-table {
    display: block;
    min-width: 0;
    border-collapse: separate;
  }

  .admin-table thead {
    display: none;
  }

  .admin-table tbody {
    display: grid;
    gap: 10px;
  }

  .admin-table tr {
    display: grid;
    gap: 8px;
    padding: 12px;
    border: 1px solid #dfe7ed;
    border-radius: 8px;
    background: #fff;
  }

  .admin-table td {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    border-bottom: 0;
    padding: 0;
    overflow-wrap: anywhere;
  }

  .admin-table td::before {
    content: attr(data-label);
    color: #52616b;
    font-size: 12px;
    font-weight: 900;
  }

  .admin-table td[data-label="操作"] {
    align-items: start;
  }

  .admin-table select {
    min-width: 0;
  }

  .admin-table .admin-link-button {
    width: fit-content;
  }

  .admin-scope-item {
    padding: 14px;
  }

  .admin-scope-item h3 {
    font-size: 18px;
  }

  .admin-scope-item dt {
    display: flex;
    width: fit-content;
    white-space: normal;
  }

  .plan-card-head {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
  }

  .plan-card-head > span {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }

  .plan-card h2 {
    font-size: 20px;
  }

  .adviser-list article {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .adviser-list dl {
    grid-template-columns: 66px minmax(0, 1fr);
  }
}

@media (max-width: 360px) {
  .header-inner {
    width: min(100% - 24px, 1220px);
  }

  .global-nav {
    grid-template-columns: 1fr;
    gap: 6px;
    font-size: 12px;
  }

  .global-nav a {
    width: 100%;
    padding: 2px 0 6px;
  }

  .global-nav a.active::after {
    right: auto;
    bottom: 0;
    width: 3em;
  }

  .hero h1 {
    font-size: 30px;
    line-height: 1.1;
  }

  .hero h1 span,
  .hero-title-sub {
    width: 100%;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .panel {
    padding-inline: 14px;
  }

  .panel h2 {
    font-size: 19px;
    letter-spacing: 1px;
  }

  .activities h2,
  .advisers h2 {
    gap: 10px;
    font-size: 24px;
  }

  .activities h2 span,
  .advisers h2 span {
    width: 44px;
  }

  .hero-badges {
    width: min(100%, 244px);
    grid-template-columns: repeat(2, minmax(0, 118px));
  }

  .hero-badges img {
    width: 100%;
    height: auto;
  }

  .post-title-line img,
  .section-heading > img {
    display: none;
  }

  .section-heading h2 {
    font-size: 25px;
    letter-spacing: 2px;
  }

  .pagination {
    gap: 7px;
  }

  .pagination a,
  .pagination span {
    min-width: 29px;
    height: 30px;
    padding-inline: 8px;
  }

  .post-article h2 {
    font-size: 27px;
    letter-spacing: 1px;
  }

  .post-article > p,
  .article-section p,
  .article-section li {
    font-size: 14px;
  }

  .table-scroll {
    overflow-x: visible;
  }

  .post-article table {
    min-width: 0;
    table-layout: fixed;
    font-size: 12px;
  }

  .post-article th,
  .post-article td {
    padding: 9px 6px;
    overflow-wrap: anywhere;
  }

  .share-buttons a {
    flex: 1 1 110px;
    padding-inline: 10px;
  }

  .supporter-list-items {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 960px) {
  .activity-hero {
    min-height: 0;
    padding: 44px 24px 32px;
  }

  .activity-hero-woman,
  .activity-flower,
  .activity-bird {
    opacity: .28;
  }

  .activity-hero-woman {
    left: 12px;
    width: 130px;
  }

  .activity-bird {
    right: 18px;
  }

  .activity-main-grid,
  .activity-contact-cards,
  .activity-promises {
    grid-template-columns: 1fr 1fr;
  }

  .worry-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .line-card,
  .compact-contact .line-card {
    grid-template-columns: 72px minmax(0, 1fr) 104px;
  }
}

@media (max-width: 640px) {
  .activity-hero {
    padding: 34px 8px 28px;
  }

  .activity-hero-copy p:first-child {
    font-size: 16px;
    letter-spacing: 2px;
  }

  .activity-hero-copy h1 {
    font-size: 46px;
    letter-spacing: 6px;
  }

  .activity-hero-copy span {
    font-size: 14px;
    letter-spacing: 4px;
  }

  .activity-hero-copy p:last-child {
    font-size: 14px;
  }

  .activity-hero-woman,
  .activity-flower,
  .activity-bird {
    display: none;
  }

  .ribbon-title {
    font-size: 19px;
  }

  .activity-main-grid,
  .worry-grid,
  .activity-contact-cards,
  .activity-promises,
  .activity-closing {
    grid-template-columns: 1fr;
  }

  .activity-main-card {
    min-height: 0;
  }

  .activity-contact-card,
  .line-card,
  .compact-contact .line-card {
    grid-template-columns: 64px minmax(0, 1fr);
    padding: 16px;
  }

  .activity-contact-card h3 {
    font-size: 20px;
  }

  .activity-contact-card a {
    font-size: 18px;
  }

  .activity-line-qr {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .activity-consult h2 {
    font-size: 25px;
    letter-spacing: 4px;
  }

  .activity-consult h2::before,
  .activity-consult h2::after {
    width: 54px;
  }

  .activity-closing > img {
    display: none;
  }
}
