:root {
  --ink: #14313c;
  --muted: #657980;
  --ocean: #006f9a;
  --logo-blue: #255aa8;
  --deep: #063247;
  --deep-2: #082637;
  --teal: #0b8d80;
  --mint: #e4f6f2;
  --sun: #f0b63e;
  --paper: #fffdf7;
  --white: #fff;
  --line: rgba(20, 49, 60, .13);
  --shadow: 0 24px 70px rgba(6, 50, 71, .15);
  --shadow-soft: 0 14px 42px rgba(6, 50, 71, .09);
  --radius: 8px;
}

/* UI polish: shared readability and navigation refinements for the renewal preview. */
.global-nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  row-gap: 6px;
}

.quick-news a,
.top-link-grid a,
.related-links a,
.country-track a,
.program-card-link,
.footer-nav a {
  -webkit-tap-highlight-color: transparent;
}

.quick-news a,
.news-card a,
.post-row a,
.country-card p,
.simple-card p,
.text-panel p,
.activity-detail-copy p:not(.activity-number),
.program-grid p,
.calendar-story-grid p,
.calendar-sales-list span,
.calendar-sales-note {
  line-height: 1.85;
}

.about-grid > *,
.section-heading > *,
.program-grid > *,
.country-grid > *,
.footer-inner > *,
.quick-news > *,
.content-section > *,
.simple-grid > * {
  min-width: 0;
}

.about-copy p,
.about-note,
.section-lead,
.quick-news a,
.country-card h3,
.country-en {
  overflow-wrap: break-word;
}

.about-copy p,
.calendar-block p {
  line-height: 1.9;
}

.section-heading .section-lead {
  line-height: 1.85;
}

.simple-card,
.content-card-grid article,
.text-panel,
.news-card,
.activity-detail-card,
.country-card {
  scroll-margin-top: 96px;
}

.simple-card.feature,
.calendar-intro,
.calendar-shop,
.post-section,
.documents-operation {
  border-top: 7px solid transparent;
  border-image: linear-gradient(90deg, var(--sun), var(--teal), var(--logo-blue)) 1;
}

.activity-detail-copy p:not(.activity-number) + p,
.simple-card p + p,
.text-panel p + p,
.calendar-story-grid p + p {
  margin-top: 10px;
}

.program-grid article,
.activity-detail-card,
.simple-card,
.news-card,
.country-card {
  border-color: rgba(20, 49, 60, .14);
}

.program-grid article:focus-within,
.activity-detail-card:focus-within,
.simple-card:focus-within,
.news-card:focus-within,
.country-card:focus-within {
  outline: 3px solid rgba(37, 90, 168, .24);
  outline-offset: 3px;
}

.top-link-grid a,
.related-links a,
.country-card-cta,
.country-more summary,
.program-more summary {
  min-height: 44px;
}

.footer-nav a,
.footer-profile a {
  text-underline-offset: 4px;
}

.footer-profile a:hover,
.footer-nav a:hover {
  text-decoration: underline;
}

@media (min-width: 981px) {
  .site-header {
    min-height: 82px;
  }

  .header-inner {
    min-height: 82px;
  }
}

@media (max-width: 980px) {
  .global-nav {
    display: flex;
    flex: 0 0 100%;
    order: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 0 10px;
    gap: 6px;
    scrollbar-width: none;
  }

  .global-nav::-webkit-scrollbar {
    display: none;
  }

  .global-nav a {
    min-height: 36px;
    padding: 7px 11px;
    border: 1px solid rgba(6, 50, 71, .1);
    background: rgba(255, 255, 255, .7);
    font-size: 12px;
  }

  .global-nav .nav-cta {
    border-color: transparent;
  }

  .header-inner {
    flex-wrap: wrap;
    align-items: center;
    padding-top: 8px;
  }

  .quick-news {
    grid-template-columns: 1fr;
  }

  .quick-news > * {
    padding: 16px 18px;
  }

  .activity-overview {
    padding-top: 46px;
  }

  .activity-detail-card,
  .activity-detail-card.reverse {
    gap: 18px;
  }

  .activity-detail-card.reverse .activity-detail-image {
    order: 0;
  }

  .footer-nav {
    gap: 22px 16px;
  }
}

@media (max-width: 620px) {
  body {
    background:
      linear-gradient(90deg, rgba(6, 50, 71, .04) 1px, transparent 1px) 0 0 / 56px 56px,
      linear-gradient(180deg, #eefaf9 0, #fbf8ee 460px, var(--paper) 100%);
  }

  .header-inner {
    width: min(100% - 20px, 1180px);
    gap: 8px;
  }

  .brand {
    width: min(235px, 72vw);
  }

  .hero {
    min-height: 520px;
  }

  .hero h1,
  .page-hero h1,
  .about-grid h2,
  .section-heading h2,
  .section-heading h1,
  .calendar-block h2,
  .join-cta h2,
  .content-section h2,
  .simple-page h2 {
    line-height: 1.22;
  }

  .hero-panel {
    padding: 24px;
  }

  .button {
    min-height: 48px;
    padding-inline: 18px;
  }

  .about-block {
    padding-top: 48px;
  }

  .about-grid {
    gap: 22px;
  }

  .about-copy {
    padding-left: 14px;
  }

  .stats {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .stats div {
    min-height: 104px;
    padding: 16px 14px 16px 18px;
  }

  .stats strong {
    font-size: clamp(50px, 16vw, 64px);
  }

  .stats span {
    font-size: 12px;
  }

  .country-track {
    grid-auto-columns: 124px;
  }

  .country-track a {
    width: 124px;
    padding: 14px 10px;
  }

  .programs {
    padding-bottom: 48px;
  }

  .program-body,
  .news-card,
  .simple-card,
  .activity-detail-card {
    padding: 20px;
  }

  .program-visual {
    min-height: 176px;
  }

  .program-photo-track img {
    width: 126px;
    height: 126px;
  }

  .activity-detail-image,
  .activity-detail-image img {
    min-height: 190px;
  }

  .calendar-block > div > p:not(.calendar-subtitle) {
    margin-top: 38px;
  }

  .calendar-subtitle {
    top: 64px;
    font-size: clamp(34px, 13vw, 54px);
  }

  .news-grid {
    padding: 52px 0;
  }

  .top-link-grid a {
    min-height: 96px;
  }

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

/* Final real-device overrides. */
.calendar-subtitle {
  position: static;
  margin: 8px 0 0;
  color: rgba(37, 90, 168, .42);
  font-size: clamp(16px, 2.2vw, 22px);
  line-height: 1.2;
  white-space: normal;
  filter: none;
}

.calendar-block > div > p:not(.calendar-subtitle) {
  margin-top: 22px;
}

.top-link-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.top-link-grid a {
  min-height: 0;
  gap: 6px;
  align-content: start;
  padding: 16px 18px;
  border-left: 4px solid var(--teal);
}

.top-link-grid span {
  font-size: 11px;
}

.top-link-grid strong {
  align-self: auto;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.45;
}

.activity-overview {
  padding-bottom: 0;
}

.activity-detail-list {
  padding-top: 22px;
}

@media (max-width: 980px) {
  .header-inner {
    position: relative;
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .global-nav {
    display: none;
    flex: 0 0 100%;
    order: 2;
    width: 100%;
    overflow: visible;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 10px 0 12px;
    border-top: 1px solid rgba(6, 50, 71, .1);
  }

  .global-nav.is-open {
    display: grid;
  }

  .global-nav a {
    justify-content: flex-start;
    min-height: 40px;
    padding: 9px 11px;
    border-radius: var(--radius);
    white-space: normal;
  }

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

@media (max-width: 620px) {
  .header-inner {
    width: calc(100vw - 20px);
    min-height: 68px;
    padding: 7px 0;
  }

  .brand {
    width: min(220px, 62vw);
  }

  .menu-toggle {
    min-height: 40px;
    padding: 7px 10px;
  }

  .global-nav {
    padding-bottom: 4px;
  }

  .about-grid h2 {
    font-size: clamp(26px, 7vw, 32px);
  }

  .headline-line {
    display: block;
  }

  .about-copy p,
  .calendar-block p {
    font-size: 15px;
    line-height: 1.85;
  }

  .calendar-block {
    padding: 24px 22px;
  }

  .calendar-block > div > p:not(.calendar-subtitle) {
    margin-top: 18px;
  }

  .calendar-subtitle {
    margin-top: 6px;
    font-size: 15px;
  }

  .top-link-panel {
    padding: 42px 0;
  }

  .top-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .top-link-grid a {
    min-height: 0;
    padding: 13px 12px;
  }

  .top-link-grid strong {
    font-size: 15px;
  }

  .map-hotspot {
    --label-font: clamp(7px, 2vw, 9px);
    --label-pad-y: 2px;
    --label-pad-x: 4px;
  }

  .map-hotspot span {
    min-height: 16px;
    max-width: none;
    white-space: nowrap;
  }

  .map-hotspot--png span {
    width: 72px;
    white-space: normal;
  }

  .map-hotspot--cook span {
    width: 44px;
    white-space: normal;
  }

  .map-hotspot--palau { left: 18.5%; top: 24%; }
  .map-hotspot--micronesia { left: 44%; top: 19%; }
  .map-hotspot--marshall { left: 70.5%; top: 19%; }
  .map-hotspot--nauru { left: 57%; top: 43%; }
  .map-hotspot--kiribati { left: 73%; top: 43%; }
  .map-hotspot--tuvalu { left: 76%; top: 59%; }
  .map-hotspot--png { left: 35%; top: 62%; }
  .map-hotspot--solomon { left: 59%; top: 55%; }
  .map-hotspot--vanuatu { left: 55%; top: 79%; }
  .map-hotspot--fiji { left: 67%; top: 89%; }
  .map-hotspot--tonga { left: 77%; top: 81%; }
  .map-hotspot--samoa { left: 87%; top: 67%; }
  .map-hotspot--cook { left: 93%; top: 77%; }
  .map-hotspot--niue { left: 88%; top: 91%; }
}

@media (max-width: 360px) {
  .about-grid h2 {
    font-size: 24px;
  }

  .global-nav,
  .top-link-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile usability pass based on real-device review. */
.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid rgba(6, 50, 71, .14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .88);
  color: var(--deep);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.menu-toggle-icon {
  width: 18px;
  display: grid;
  gap: 3px;
}

.menu-toggle-icon span {
  display: block;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.menu-toggle.is-open .menu-toggle-icon span:first-child {
  transform: translateY(5px) rotate(45deg);
}

.menu-toggle.is-open .menu-toggle-icon span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.is-open .menu-toggle-icon span:last-child {
  transform: translateY(-5px) rotate(-45deg);
}

.headline-line {
  display: inline;
}

.hero h1,
.page-hero h1,
.about-grid h2,
.section-heading h2,
.section-heading h1,
.program-grid h3,
.activity-detail-copy h2,
.country-card h3 {
  text-wrap: balance;
}

main p,
main li,
main dt,
main dd {
  line-break: strict;
}

.program-number {
  display: none;
}

.calendar-subtitle {
  position: static;
  margin: 8px 0 0;
  color: rgba(37, 90, 168, .42);
  font-size: clamp(16px, 2.2vw, 22px);
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: normal;
  filter: none;
}

.calendar-block > div > p:not(.calendar-subtitle) {
  margin-top: 22px;
}

.top-link-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.top-link-grid a {
  min-height: 0;
  gap: 6px;
  align-content: start;
  padding: 16px 18px;
  border-left: 4px solid var(--teal);
}

.top-link-grid span {
  font-size: 11px;
}

.top-link-grid strong {
  align-self: auto;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.45;
}

.activity-overview {
  padding-bottom: 0;
}

@media (max-width: 980px) {
  .header-inner {
    position: relative;
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .global-nav {
    display: none;
    flex: 0 0 100%;
    order: 2;
    width: 100%;
    overflow: visible;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 10px 0 12px;
    border-top: 1px solid rgba(6, 50, 71, .1);
  }

  .global-nav.is-open {
    display: grid;
  }

  .global-nav a {
    justify-content: flex-start;
    min-height: 40px;
    padding: 9px 11px;
    border-radius: var(--radius);
    white-space: normal;
  }

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

@media (max-width: 620px) {
  .header-inner {
    width: calc(100vw - 20px);
    min-height: 68px;
    padding: 7px 0;
  }

  .brand {
    width: min(220px, 62vw);
  }

  .menu-toggle {
    min-height: 40px;
    padding: 7px 10px;
  }

  .global-nav {
    padding-bottom: 4px;
  }

  .global-nav a {
    font-size: 12px;
  }

  .about-grid h2 {
    font-size: clamp(26px, 7vw, 32px);
  }

  .headline-line {
    display: block;
  }

  .about-copy p,
  .calendar-block p {
    font-size: 15px;
    line-height: 1.85;
  }

  .calendar-block {
    padding: 24px 22px;
  }

  .calendar-block > div > p:not(.calendar-subtitle) {
    margin-top: 18px;
  }

  .calendar-subtitle {
    margin-top: 6px;
    font-size: 15px;
  }

  .top-link-panel {
    padding: 42px 0;
  }

  .top-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .top-link-grid a {
    min-height: 0;
    padding: 13px 12px;
  }

  .top-link-grid strong {
    font-size: 15px;
  }

  .country-card-detail h3 {
    font-size: 22px;
    line-height: 1.4;
  }

  .country-card-detail .country-en {
    font-size: 14px;
    line-height: 1.5;
  }

  .map-hotspot {
    --label-font: clamp(7px, 2vw, 9px);
    --label-pad-y: 2px;
    --label-pad-x: 4px;
  }

  .map-hotspot span {
    min-height: 16px;
    max-width: none;
    white-space: nowrap;
  }

  .map-hotspot--png span {
    width: 80px;
    white-space: normal;
  }

  .map-hotspot--cook span {
    width: 48px;
    white-space: normal;
  }

  .map-hotspot--palau { left: 18.5%; top: 24%; }
  .map-hotspot--micronesia { left: 44%; top: 19%; }
  .map-hotspot--marshall { left: 70.5%; top: 19%; }
  .map-hotspot--nauru { left: 57%; top: 43%; }
  .map-hotspot--kiribati { left: 73%; top: 43%; }
  .map-hotspot--tuvalu { left: 76%; top: 59%; }
  .map-hotspot--png { left: 38%; top: 62%; }
  .map-hotspot--solomon { left: 58%; top: 56%; }
  .map-hotspot--vanuatu { left: 55%; top: 79%; }
  .map-hotspot--fiji { left: 67%; top: 89%; }
  .map-hotspot--tonga { left: 77%; top: 81%; }
  .map-hotspot--samoa { left: 87%; top: 67%; }
  .map-hotspot--cook { left: 93%; top: 77%; }
  .map-hotspot--niue { left: 88%; top: 91%; }
}

@media (max-width: 360px) {
  .about-grid h2 {
    font-size: 24px;
  }

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

  .top-link-grid {
    grid-template-columns: 1fr;
  }
}

/* Preview review flow: current location, breadcrumbs, and client confirmation notes. */
.global-nav a[aria-current="page"] {
  background: var(--mint);
  color: var(--ocean);
  box-shadow: inset 0 0 0 1px rgba(11, 141, 128, .18);
}

.global-nav .nav-cta[aria-current="page"] {
  background: var(--ocean);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(0, 111, 154, .18);
}

.breadcrumbs {
  width: min(1180px, calc(100% - 32px));
  margin: 14px auto -10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.breadcrumbs li.has-next::after {
  content: "/";
  color: rgba(20, 49, 60, .35);
}

.breadcrumbs a {
  color: var(--teal);
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.review-note {
  width: min(1180px, calc(100% - 32px));
  margin: 18px auto 0;
  padding: 14px 16px;
  border: 1px solid rgba(240, 182, 62, .38);
  border-left: 5px solid var(--sun);
  border-radius: var(--radius);
  background: rgba(255, 249, 231, .96);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 10px 28px rgba(6, 50, 71, .06);
}

.review-note > div {
  min-width: 0;
}

.review-note-label {
  display: inline-flex;
  margin-bottom: 4px;
  color: #8a5a00;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .06em;
}

.review-note p {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.65;
}

.review-note a,
.footer-review-link a,
.page-return-row a {
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.review-note a:hover,
.footer-review-link a:hover,
.page-return-row a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-bottom .footer-review-link {
  flex-basis: 100%;
}

.footer-review-link a {
  color: rgba(255, 255, 255, .78);
}

.page-return-row {
  margin-bottom: 18px;
}

.page-return-row a::before {
  content: "←";
  margin-right: 7px;
}

.form-preview button:disabled {
  cursor: not-allowed;
  background: #d9e1e4;
  color: #5e737b;
  box-shadow: none;
  opacity: 1;
}

.confirmation-page {
  display: grid;
  gap: 24px;
}

.confirmation-intro {
  border-top-color: var(--sun);
}

.confirmation-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.confirmation-summary article,
.confirmation-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .96);
  box-shadow: var(--shadow-soft);
}

.confirmation-summary article {
  padding: 18px;
}

.confirmation-summary span,
.confirmation-item-status {
  color: #8a5a00;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .06em;
}

.confirmation-summary strong {
  display: block;
  margin-top: 8px;
  color: var(--deep);
  font-size: 16px;
  line-height: 1.5;
}

.confirmation-group {
  display: grid;
  gap: 12px;
}

.confirmation-group > h2 {
  font-size: clamp(24px, 3.4vw, 36px);
}

.confirmation-item {
  display: grid;
  grid-template-columns: minmax(120px, .35fr) minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  scroll-margin-top: 100px;
}

.confirmation-item h3,
.confirmation-item p {
  margin: 0;
}

.confirmation-item h3 {
  color: var(--deep);
  font-size: 17px;
  line-height: 1.45;
}

.confirmation-item p {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

.confirmation-item a {
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.confirmation-item a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.confirmed-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
}

@media (max-width: 980px) {
  .confirmation-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .confirmation-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .confirmation-item a {
    width: fit-content;
  }
}

@media (max-width: 620px) {
  .breadcrumbs,
  .review-note {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
  }

  .breadcrumbs {
    margin-top: 10px;
    margin-bottom: -4px;
  }

  .review-note {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .review-note a {
    white-space: normal;
  }

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

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  line-break: strict;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", sans-serif;
  line-height: 1.8;
  background:
    linear-gradient(90deg, rgba(6, 50, 71, .045) 1px, transparent 1px) 0 0 / 56px 56px,
    linear-gradient(180deg, #eefaf9 0, #fbf8ee 540px, var(--paper) 100%);
}

h1,
h2,
h3,
h4,
.section-lead,
.page-kicker,
.section-kicker,
.aspa-acronym,
.button,
.program-link-text,
.country-card-cta,
.country-more summary,
.quick-news a {
  text-wrap: balance;
}

p,
li,
dd,
address {
  text-wrap: pretty;
}

@supports (word-break: auto-phrase) {
  body {
    word-break: auto-phrase;
  }
}

.keep-together {
  white-space: nowrap;
}

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

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

.skip-link {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--white);
  color: var(--deep);
  padding: 8px 12px;
  border-radius: 6px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 253, 247, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  width: min(280px, 52vw);
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--deep);
  font-size: 12px;
  font-weight: 800;
}

.global-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 7px 10px;
  border-radius: 999px;
  white-space: nowrap;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.global-nav a:hover {
  background: var(--mint);
  color: var(--ocean);
  transform: translateY(-1px);
}

.global-nav .nav-cta {
  background: var(--deep);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(6, 50, 71, .14);
}

.hero {
  width: min(1180px, calc(100% - 32px));
  min-height: clamp(590px, 76vh, 790px);
  margin: 28px auto 0;
  position: relative;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--deep);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 50, 71, .8), rgba(6, 50, 71, .38) 44%, rgba(6, 50, 71, .05) 100%),
    linear-gradient(0deg, rgba(6, 50, 71, .38), transparent 58%);
}

.hero::after {
  z-index: 2;
  inset: auto 0 0;
  height: 12px;
  background: linear-gradient(90deg, var(--sun), var(--teal), var(--ocean));
}

.hero-collage {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 7px;
  padding: 7px;
  background: var(--deep);
}

.hero-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) brightness(1.02);
  transition: opacity .72s ease, transform .82s ease, filter .72s ease;
  will-change: opacity, transform;
}

.hero-collage img.is-changing {
  opacity: .28;
  transform: scale(.985);
  filter: saturate(.94) brightness(.96);
}

.hero-collage img:first-child {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}

.hero-collage img:nth-child(2) {
  grid-column: 3 / 5;
  grid-row: 1 / 2;
}

.hero-collage img:nth-child(3) {
  grid-column: 5 / 6;
  grid-row: 1 / 2;
}

.hero-collage img:nth-child(4) {
  grid-column: 6 / 8;
  grid-row: 1 / 3;
}

.hero-collage img:nth-child(5) {
  grid-column: 8 / 9;
  grid-row: 1 / 2;
}

.hero-collage img:nth-child(6) {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}

.hero-collage img:nth-child(7) {
  grid-column: 2 / 4;
  grid-row: 2 / 4;
}

.hero-collage img:nth-child(8) {
  grid-column: 4 / 6;
  grid-row: 2 / 3;
}

.hero-collage img:nth-child(9) {
  grid-column: 8 / 9;
  grid-row: 2 / 5;
}

.hero-collage img:nth-child(10) {
  grid-column: 1 / 2;
  grid-row: 3 / 5;
}

.hero-collage img:nth-child(11) {
  grid-column: 4 / 6;
  grid-row: 3 / 5;
}

.hero-collage img:nth-child(12) {
  grid-column: 6 / 8;
  grid-row: 3 / 5;
}

.hero-panel {
  position: relative;
  z-index: 3;
  width: min(750px, 100%);
  padding: clamp(30px, 6vw, 76px);
  color: var(--white);
  text-shadow: 0 3px 22px rgba(0, 0, 0, .28);
}

.eyebrow,
.section-kicker,
.section-heading p,
.join-cta p {
  margin: 0;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #dff8f8;
}

.hero h1 {
  max-width: 11em;
  margin: 0;
  font-size: clamp(38px, 5.5vw, 72px);
  line-height: 1.12;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .91);
  font-size: clamp(16px, 2vw, 21px);
  font-weight: 750;
}

.hero-actions,
.join-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--sun);
  color: #35280a;
  box-shadow: 0 14px 30px rgba(240, 182, 62, .28);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, .74);
  color: var(--white);
}

.button-secondary.dark {
  background: var(--white);
  color: var(--deep);
  border-color: rgba(6, 50, 71, .22);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.quick-news,
.about-block,
.country-strip,
.programs,
.calendar-block,
.news-grid,
.join-cta {
  width: min(1180px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.quick-news {
  margin-top: 34px;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 210px 1fr 1fr;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: var(--shadow-soft);
}

.quick-news > * {
  background: rgba(255, 255, 255, .95);
  padding: 18px 20px;
}

.quick-news-label {
  background: var(--deep);
  color: var(--white);
}

.quick-news-label span {
  display: block;
  color: var(--sun);
  font-size: 12px;
  font-weight: 950;
}

.quick-news-label strong {
  display: block;
  margin-top: 2px;
  font-size: 15px;
}

.quick-news a {
  color: var(--deep);
  font-weight: 850;
}

.quick-news time {
  display: block;
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
}

.about-block {
  padding: 74px 0 40px;
}

.about-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(28px, 6vw, 76px);
  margin-top: 14px;
  align-items: start;
}

.about-grid h2,
.section-heading h2,
.section-heading h1,
.calendar-block h2,
.join-cta h2 {
  margin: 0;
  color: var(--deep);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.34;
  letter-spacing: 0;
}

.about-copy {
  position: relative;
  padding-left: 26px;
}

.about-copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 9px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--sun), var(--teal));
}

.about-copy p,
.calendar-block p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 650;
}

.about-note {
  display: grid;
  gap: 4px;
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(11, 141, 128, .18);
  border-radius: var(--radius);
  background: rgba(228, 246, 242, .58);
}

.about-note strong {
  color: var(--deep);
  font-size: 15px;
  line-height: 1.5;
}

.about-note span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.7;
}

.stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 230px));
  gap: 18px;
  margin-top: 24px;
}

.stats div {
  position: relative;
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 26px;
  overflow: hidden;
  border: 1px solid rgba(37, 90, 168, .2);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(230, 244, 255, .86));
  box-shadow: 0 18px 44px rgba(6, 50, 71, .11);
}

.stats div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, var(--logo-blue), var(--teal));
}

.stats div::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(37, 90, 168, .08);
}

.stats strong {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--logo-blue);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Times New Roman", serif;
  font-size: 88px;
  font-weight: 800;
  line-height: .86;
  letter-spacing: 0;
  text-shadow: 0 12px 24px rgba(37, 90, 168, .16);
}

.stats span {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
}

.trust-section {
  padding: 40px 0 42px;
}

.trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .95fr);
  gap: 18px;
  align-items: stretch;
}

.trust-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 18px;
  min-height: 100%;
  padding: clamp(22px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow-soft);
}

.trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--sun), var(--teal), var(--logo-blue));
}

.trust-card--major {
  grid-row: span 2;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(231, 247, 245, .94));
}

.trust-card-head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.trust-card-head span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
}

.trust-card-head strong {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--logo-blue);
  color: var(--white);
  font-size: 13px;
  line-height: 1;
}

.trust-card h3 {
  margin: 0;
  color: var(--deep);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.32;
}

.trust-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.85;
}

.trust-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(6, 50, 71, .12);
  border-radius: var(--radius);
  background: rgba(6, 50, 71, .12);
}

.trust-card:not(.trust-card--major) .trust-meta {
  grid-template-columns: 1fr;
}

.trust-meta div {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, .9);
}

.trust-meta dt {
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
}

.trust-meta dd {
  margin: 0;
  color: var(--deep);
  font-size: clamp(17px, 2vw, 24px);
  font-weight: 950;
  line-height: 1.35;
}

.trust-link {
  width: fit-content;
  color: var(--logo-blue);
  font-size: 14px;
  font-weight: 950;
  border-bottom: 2px solid currentColor;
}

.trust-card--numbers {
  grid-template-columns: repeat(2, 1fr);
  align-content: stretch;
  gap: 1px;
  padding: 0;
  background: rgba(6, 50, 71, .1);
}

.trust-card--numbers::before {
  z-index: 1;
}

.trust-card--numbers div {
  display: grid;
  align-content: center;
  gap: 6px;
  min-height: 170px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(230, 244, 255, .84));
}

.trust-card--numbers strong {
  color: var(--logo-blue);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Times New Roman", serif;
  font-size: clamp(70px, 8vw, 112px);
  font-weight: 800;
  line-height: .86;
  letter-spacing: 0;
}

.trust-card--numbers span {
  color: var(--muted);
  font-size: 14px;
  font-weight: 950;
  line-height: 1.45;
}

.country-strip {
  padding: 40px 0 44px;
}

.section-heading {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 22px;
  align-items: start;
  margin-bottom: 28px;
}

.section-heading.small {
  grid-template-columns: 1fr;
  gap: 5px;
  margin-bottom: 22px;
}

.section-heading .section-lead {
  max-width: 720px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.75;
  text-transform: none;
}

.country-folder {
  position: relative;
  overflow: hidden;
  padding: 30px 0 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .94), rgba(228, 246, 242, .7));
  box-shadow: var(--shadow-soft);
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}

.country-folder::before {
  content: "Country files";
  position: absolute;
  left: 24px;
  top: 0;
  transform: translateY(-1px);
  padding: 7px 18px;
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 8px 8px;
  background: var(--deep);
  color: var(--white);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .04em;
}

.country-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 156px;
  grid-template-rows: repeat(2, minmax(0, 118px));
  width: max-content;
  gap: 12px 14px;
  padding: 14px 0 8px;
  animation: country-scroll 46s linear infinite;
}

.country-folder:hover .country-track {
  animation-play-state: paused;
}

@keyframes country-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.country-track a {
  width: 156px;
  min-height: 118px;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 18px 14px;
  border: 1px solid rgba(6, 50, 71, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 26px rgba(6, 50, 71, .07);
  transition: transform .2s ease, box-shadow .2s ease;
}

.country-track a:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(6, 50, 71, .13);
}

.country-track img {
  height: 36px;
  width: auto;
  border-radius: 3px;
  box-shadow: 0 5px 12px rgba(6, 50, 71, .15);
}

.country-track span {
  color: var(--deep);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
  text-align: center;
  overflow-wrap: break-word;
}

.programs {
  padding: 42px 0 76px;
  border-top: 1px solid var(--line);
}

.programs .section-heading {
  grid-template-columns: 1fr;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.programs .section-heading .section-lead {
  margin-left: auto;
  margin-right: auto;
}

.aspa-acronym {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: clamp(13px, 1.7vw, 16px);
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1.5;
  text-transform: uppercase;
}

.aspa-acronym span {
  color: var(--logo-blue);
  font-size: 1.35em;
  font-weight: 950;
  line-height: 1;
}

.logo-blue {
  color: var(--logo-blue);
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.program-grid article {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 420px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.program-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 90, 168, .26);
  box-shadow: var(--shadow);
}

.program-card-link {
  position: absolute;
  inset: 0;
  z-index: 4;
}

.program-body,
.program-visual,
.program-more {
  position: relative;
}

.program-body,
.program-visual {
  z-index: 1;
}

.program-more {
  z-index: 5;
}

.program-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--sun), var(--teal));
}

.program-visual {
  position: relative;
  min-height: 204px;
  display: grid;
  align-items: end;
  padding: 24px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(8, 93, 122, .5), rgba(0, 134, 154, .24)),
    var(--deep);
}

.program-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 50, 71, .42), rgba(6, 50, 71, .05) 48%, rgba(6, 50, 71, .34)),
    linear-gradient(0deg, rgba(6, 50, 71, .36), transparent 58%);
  pointer-events: none;
}

.program-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(180deg, transparent, rgba(6, 50, 71, .12));
  pointer-events: none;
}

.program-photo-track {
  position: absolute;
  inset: 24px 0 22px;
  display: flex;
  gap: 12px;
  width: max-content;
  animation: activity-film 34s linear infinite;
}

.program-photo-track--reverse {
  animation-name: activity-film-reverse;
  animation-duration: 38s;
}

.program-visual:hover .program-photo-track {
  animation-play-state: paused;
}

@keyframes activity-film {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes activity-film-reverse {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

.program-photo-track img {
  width: 148px;
  height: 148px;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, .76);
  border-radius: 14px;
  box-shadow: 0 16px 34px rgba(6, 50, 71, .24);
  filter: saturate(1.08) brightness(1.12);
}

.program-number {
  position: absolute;
  top: 24px;
  right: 24px;
  color: rgba(255, 255, 255, .38);
  font-size: 64px;
  font-weight: 950;
  line-height: 1;
  z-index: 3;
}

.program-body {
  padding: 24px;
}

.program-grid h3 {
  margin: 0 0 10px;
  color: var(--deep);
  font-size: 22px;
  line-height: 1.4;
}

.program-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.program-link-text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  color: var(--logo-blue);
  font-size: 13px;
  font-weight: 900;
}

.program-link-text::after {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    linear-gradient(45deg, transparent 45%, var(--white) 46% 54%, transparent 55%) center / 8px 8px no-repeat,
    var(--logo-blue);
}

.program-more {
  margin-top: 16px;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.program-more summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--logo-blue);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  list-style: none;
}

.program-more summary::-webkit-details-marker {
  display: none;
}

.program-more summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--mint);
  color: var(--deep);
  font-size: 14px;
  line-height: 1;
}

.program-more[open] summary::after {
  content: "-";
  background: var(--logo-blue);
  color: var(--white);
}

.program-more ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.program-more li {
  padding: 6px 10px;
  border: 1px solid rgba(11, 141, 128, .18);
  border-radius: 999px;
  background: var(--mint);
  color: var(--deep);
  font-size: 12px;
  font-weight: 850;
}

.program-accordion {
  display: grid;
  gap: 10px;
}

.program-accordion details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 30px rgba(6, 50, 71, .06);
}

.program-accordion details[open] {
  border-color: rgba(37, 90, 168, .22);
  box-shadow: var(--shadow-soft);
}

.program-accordion summary {
  display: grid;
  grid-template-columns: 56px 1fr 28px;
  gap: 14px;
  align-items: center;
  min-height: 74px;
  padding: 18px 22px;
  cursor: pointer;
  list-style: none;
}

.program-accordion summary::-webkit-details-marker {
  display: none;
}

.program-accordion summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--mint);
  color: var(--deep);
  font-size: 18px;
  font-weight: 850;
  line-height: 1;
}

.program-accordion details[open] summary::after {
  content: "-";
  background: var(--logo-blue);
  color: var(--white);
}

.program-accordion summary span {
  color: var(--teal);
  font-size: 17px;
  font-weight: 950;
  letter-spacing: .08em;
}

.program-accordion summary strong {
  color: var(--deep);
  font-size: clamp(19px, 2.2vw, 26px);
  line-height: 1.35;
}

.program-detail {
  display: grid;
  grid-template-columns: minmax(220px, 360px) 1fr;
  gap: 22px;
  align-items: center;
  padding: 0 22px 22px;
}

.program-detail-visual {
  position: relative;
  min-height: 142px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--deep);
}

.program-detail-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(0deg, rgba(6, 50, 71, .25), transparent);
  pointer-events: none;
}

.program-detail-photos {
  display: flex;
  width: max-content;
  gap: 10px;
  padding: 16px;
  animation: activity-film 28s linear infinite;
}

.program-detail-photos--reverse {
  animation-name: activity-film-reverse;
}

.program-detail-visual:hover .program-detail-photos {
  animation-play-state: paused;
}

.program-detail-photos img {
  width: 132px;
  height: 108px;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, .72);
  border-radius: 12px;
  filter: saturate(1.08) brightness(1.1);
}

.program-detail p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.75;
}

.calendar-block {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
  padding: clamp(34px, 5vw, 60px);
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(240, 250, 247, .86), rgba(255, 255, 255, .94)),
    url("img/index/con05.jpg") center / cover;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.calendar-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, .24), transparent 42%);
  pointer-events: none;
}

.calendar-block > div {
  position: relative;
  z-index: 1;
}

.calendar-block h2,
.calendar-block > div > p:not(.calendar-subtitle),
.calendar-block .button {
  position: relative;
  z-index: 1;
}

.calendar-block > div > p:not(.calendar-subtitle) {
  margin-top: clamp(46px, 6vw, 68px);
  max-width: 680px;
}

.calendar-subtitle {
  position: absolute;
  left: 0;
  top: clamp(46px, 5.8vw, 76px);
  z-index: 0;
  margin: 0;
  color: rgba(37, 90, 168, .09);
  font-size: clamp(42px, 9vw, 110px);
  font-weight: 950;
  letter-spacing: .045em;
  line-height: .86;
  text-transform: uppercase;
  white-space: nowrap;
  filter: blur(.45px);
  pointer-events: none;
  user-select: none;
}

.calendar-block .button {
  margin-top: 26px;
}

.news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 82px 0;
}

.news-card {
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--shadow-soft);
}

.section-heading.small h2 {
  font-size: clamp(24px, 3vw, 34px);
}

.news-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.news-card li {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.news-card time {
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  white-space: nowrap;
}

.news-card a {
  color: var(--deep);
  font-weight: 850;
  line-height: 1.55;
}

.news-card a:hover {
  color: var(--ocean);
}

.join-cta {
  margin-bottom: 82px;
  padding: clamp(34px, 6vw, 68px);
  border-radius: var(--radius);
  background:
    linear-gradient(100deg, rgba(6, 50, 71, .96), rgba(4, 40, 58, .88)),
    url("img/index/mainImg.png") center / cover;
  color: var(--white);
  box-shadow: var(--shadow);
}

.join-cta p,
.join-cta h2 {
  color: var(--white);
}

.join-cta h2 {
  max-width: 860px;
  margin-top: 8px;
}

.join-cta .join-copy {
  max-width: 760px;
  margin-top: 18px;
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.8;
  text-transform: none;
}

.site-footer {
  padding: 54px 16px 28px;
  background:
    linear-gradient(180deg, var(--deep), var(--deep-2));
  color: rgba(255, 255, 255, .78);
}

.footer-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 340px) 1fr;
  gap: clamp(32px, 6vw, 74px);
  align-items: start;
}

.footer-logo {
  display: block;
  width: min(280px, 100%);
  padding: 10px 12px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .94);
}

.footer-name {
  margin: 20px 0 0;
  color: var(--white);
  font-size: 18px;
  font-weight: 900;
}

.footer-en {
  margin: 2px 0 0;
  color: var(--sun);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-profile address {
  margin-top: 18px;
  font-style: normal;
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  line-height: 1.8;
}

.footer-profile a {
  color: var(--white);
  font-weight: 800;
}

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

.footer-nav > div:nth-child(3) {
  grid-column: span 2;
}

.footer-nav h2 {
  margin: 0 0 10px;
  color: var(--white);
  font-size: 13px;
  line-height: 1.4;
}

.footer-nav a {
  display: block;
  padding: 5px 0;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
  word-break: keep-all;
  transition: color .2s ease, transform .2s ease;
}

.footer-nav > div:last-child {
  min-width: 132px;
}

.footer-nav a:hover {
  color: var(--sun);
  transform: translateX(2px);
}

.footer-flags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  margin-top: 10px;
}

.footer-flags a {
  display: block;
  min-height: 0;
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .05);
}

.footer-flags img {
  display: none;
}

.footer-flags span {
  display: block;
  color: rgba(255, 255, 255, .82);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: break-word;
  white-space: nowrap;
}

.footer-bottom {
  width: min(1180px, 100%);
  margin: 38px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: space-between;
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
}

.footer-bottom p {
  margin: 0;
}

.page-hero,
.activity-overview,
.activity-proof,
.activity-detail-list,
.activity-related {
  width: min(1180px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.page-hero {
  position: relative;
  min-height: 430px;
  margin-top: 28px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--deep);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.page-hero::before,
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-hero::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 50, 71, .92), rgba(6, 50, 71, .5) 58%, rgba(6, 50, 71, .08)),
    linear-gradient(0deg, rgba(6, 50, 71, .72), transparent 56%);
}

.page-hero::after {
  z-index: 2;
  inset: auto 0 0;
  height: 10px;
  background: linear-gradient(90deg, var(--sun), var(--teal), var(--ocean));
}

.page-hero-media {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1.2fr .9fr .9fr;
  gap: 6px;
  padding: 6px;
}

.page-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  filter: saturate(1.08) brightness(1.04);
}

.page-hero-copy {
  position: relative;
  z-index: 3;
  width: min(780px, 100%);
  padding: clamp(34px, 6vw, 70px);
  color: var(--white);
}

.page-kicker {
  margin: 0;
  color: var(--sun);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.page-hero h1 {
  margin: 8px 0 0;
  color: var(--white);
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.16;
}

.page-hero-copy p:not(.page-kicker) {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 750;
}

.page-hero-country-map {
  width: min(1320px, calc(100% - 8px));
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0;
  min-height: 0;
  padding: clamp(8px, 1.2vw, 14px);
  background:
    linear-gradient(135deg, rgba(228, 246, 242, .92), rgba(255, 253, 247, .96));
}

.page-hero-country-map::before {
  display: none;
}

.country-map-hero-media {
  position: relative;
  z-index: 3;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  display: grid;
  place-items: center;
  padding: clamp(3px, .6vw, 8px);
  border: 1px solid rgba(20, 49, 60, .1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 24px 70px rgba(6, 50, 71, .18);
  isolation: isolate;
  overflow: hidden;
}

.country-map-hero-media::before {
  content: "";
  display: none;
  position: absolute;
  inset: clamp(3px, .6vw, 8px);
  z-index: 3;
  pointer-events: none;
  background:
    radial-gradient(ellipse 4.3% 5.2% at 20% 28%, rgba(237, 246, 253, 1) 0%, rgba(237, 246, 253, 1) 70%, rgba(237, 246, 253, 0) 73%),
    radial-gradient(ellipse 4.7% 5.6% at 43% 24%, rgba(237, 246, 253, 1) 0%, rgba(237, 246, 253, 1) 70%, rgba(237, 246, 253, 0) 73%),
    radial-gradient(ellipse 4.2% 5.1% at 55% 42%, rgba(237, 246, 253, 1) 0%, rgba(237, 246, 253, 1) 70%, rgba(237, 246, 253, 0) 73%),
    radial-gradient(ellipse 5.1% 6% at 66% 23%, rgba(237, 246, 253, 1) 0%, rgba(237, 246, 253, 1) 70%, rgba(237, 246, 253, 0) 73%),
    radial-gradient(ellipse 4.5% 5.2% at 72% 42%, rgba(237, 246, 253, 1) 0%, rgba(237, 246, 253, 1) 70%, rgba(237, 246, 253, 0) 73%),
    radial-gradient(ellipse 4.3% 5.2% at 78% 56%, rgba(237, 246, 253, 1) 0%, rgba(237, 246, 253, 1) 70%, rgba(237, 246, 253, 0) 73%),
    radial-gradient(ellipse 4.6% 5.5% at 80% 80%, rgba(237, 246, 253, 1) 0%, rgba(237, 246, 253, 1) 70%, rgba(237, 246, 253, 0) 73%),
    radial-gradient(ellipse 4.5% 5.4% at 88% 68%, rgba(237, 246, 253, 1) 0%, rgba(237, 246, 253, 1) 70%, rgba(237, 246, 253, 0) 73%),
    radial-gradient(ellipse 4.3% 5.2% at 90% 85%, rgba(237, 246, 253, 1) 0%, rgba(237, 246, 253, 1) 70%, rgba(237, 246, 253, 0) 73%),
    radial-gradient(ellipse 4.8% 5.8% at 92% 76%, rgba(237, 246, 253, 1) 0%, rgba(237, 246, 253, 1) 70%, rgba(237, 246, 253, 0) 73%),
    radial-gradient(ellipse 5.4% 6.4% at 43% 62%, rgba(237, 246, 253, 1) 0%, rgba(237, 246, 253, 1) 70%, rgba(237, 246, 253, 0) 73%),
    radial-gradient(ellipse 5% 5.8% at 56% 60%, rgba(237, 246, 253, 1) 0%, rgba(237, 246, 253, 1) 70%, rgba(237, 246, 253, 0) 73%),
    radial-gradient(ellipse 4.8% 5.7% at 58% 80%, rgba(237, 246, 253, 1) 0%, rgba(237, 246, 253, 1) 70%, rgba(237, 246, 253, 0) 73%),
    radial-gradient(ellipse 4.8% 5.7% at 68% 86%, rgba(237, 246, 253, 1) 0%, rgba(237, 246, 253, 1) 70%, rgba(237, 246, 253, 0) 73%);
}

.country-map-hero-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(6, 50, 71, .16));
}

.map-cover {
  position: absolute;
  z-index: 4;
  transform: translate(-50%, -50%);
  width: clamp(58px, 12.5%, 108px);
  height: clamp(46px, 12%, 92px);
  border-radius: 50%;
  background: #fff;
  pointer-events: none;
}

.map-cover--palau { left: 19%; top: 23%; }
.map-cover--micronesia { left: 49%; top: 20%; }
.map-cover--nauru { left: 56.5%; top: 42%; }
.map-cover--marshall { left: 71%; top: 16%; }
.map-cover--kiribati { left: 72%; top: 42%; }
.map-cover--tuvalu { left: 76.5%; top: 57%; }
.map-cover--tonga { left: 79.5%; top: 83%; }
.map-cover--samoa { left: 88.5%; top: 72%; }
.map-cover--niue { left: 90.5%; top: 92%; }
.map-cover--cook { left: 95%; top: 77%; }
.map-cover--png { left: 45.5%; top: 43%; }
.map-cover--solomon { left: 57%; top: 60%; }
.map-cover--vanuatu { left: 55%; top: 88%; }
.map-cover--fiji { left: 68.5%; top: 94%; }
.map-cover--png,
.map-cover--fiji,
.map-cover--micronesia,
.map-cover--marshall,
.map-cover--cook,
.map-cover--niue,
.map-cover--vanuatu {
  width: clamp(68px, 14.5%, 126px);
  height: clamp(52px, 13.5%, 104px);
}

.map-cover--fiji {
  width: clamp(82px, 17%, 140px);
  height: clamp(58px, 15%, 116px);
}

.map-hotspot {
  position: absolute;
  z-index: 5;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--deep);
  --label-font: clamp(9px, 1vw, 12px);
  --label-pad-y: 4px;
  --label-pad-x: 8px;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.map-hotspot::before,
.map-hotspot::after {
  display: none;
}

.map-hotspot::before {
  left: 50%;
  top: 50%;
  z-index: 1;
  width: var(--line-w);
  height: 2px;
  background: rgba(6, 50, 71, .38);
  transform: translateY(-50%) rotate(var(--line-angle));
  transform-origin: left center;
}

.map-hotspot::after {
  left: 50%;
  top: 50%;
  z-index: 3;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--deep);
  box-shadow: 0 2px 8px rgba(6, 50, 71, .34);
  transform: translate(-50%, -50%);
}

.map-hotspot span {
  position: static;
  transform: none;
  display: grid;
  place-items: center;
  min-height: 23px;
  padding: var(--label-pad-y) var(--label-pad-x);
  border: 1px solid rgba(6, 50, 71, .22);
  border-radius: inherit;
  background: rgba(255, 255, 255, .96);
  color: var(--deep);
  font-size: var(--label-font);
  font-weight: 900;
  line-height: 1.12;
  text-align: center;
  box-shadow: 0 7px 16px rgba(6, 50, 71, .22);
  pointer-events: auto;
  white-space: nowrap;
}

.map-hotspot:hover,
.map-hotspot:focus-visible {
  transform: translate(-50%, -50%) scale(1.08);
  background: transparent;
  color: #35280a;
  box-shadow: none;
  outline: 0;
}

.map-hotspot:hover span,
.map-hotspot:focus-visible span {
  background: var(--deep);
  color: var(--white);
  border-color: var(--sun);
  box-shadow: 0 0 0 4px rgba(240, 182, 62, .28), 0 10px 22px rgba(6, 50, 71, .25);
}

.map-hotspot--palau { left: 19%; top: 23%; }
.map-hotspot--micronesia { left: 43%; top: 20%; }
.map-hotspot--nauru { left: 56.5%; top: 42%; }
.map-hotspot--marshall { left: 70%; top: 20%; }
.map-hotspot--kiribati { left: 72%; top: 42%; }
.map-hotspot--tuvalu { left: 76.5%; top: 57%; }
.map-hotspot--tonga { left: 79%; top: 80%; }
.map-hotspot--samoa { left: 88%; top: 66%; }
.map-hotspot--niue { left: 89.5%; top: 88%; }
.map-hotspot--cook { left: 93%; top: 76%; }
.map-hotspot--png { left: 43%; top: 62%; }
.map-hotspot--solomon { left: 57%; top: 58%; }
.map-hotspot--vanuatu { left: 58%; top: 80%; }
.map-hotspot--fiji { left: 68%; top: 86%; }

.map-hotspot--micronesia,
.map-hotspot--marshall,
.map-hotspot--png,
.map-hotspot--solomon,
.map-hotspot--cook {
  --label-font: clamp(8px, .86vw, 10px);
  --label-pad-y: 4px;
  --label-pad-x: 7px;
}

.map-hotspot--tuvalu,
.map-hotspot--tonga,
.map-hotspot--samoa,
.map-hotspot--niue,
.map-hotspot--cook,
.map-hotspot--fiji,
.map-hotspot--vanuatu {
  --label-font: clamp(7px, .72vw, 9px);
  --label-pad-y: 3px;
  --label-pad-x: 5px;
}

.map-legend {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(6, 50, 71, .12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 14px 36px rgba(6, 50, 71, .08);
}

.map-legend-link {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 32px;
  color: var(--deep);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.25;
}

.map-legend-link span {
  flex: 0 0 22px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--legend-color, var(--deep));
  color: var(--white);
  font-size: 11px;
  line-height: 1;
}

.map-legend-link--blue { --legend-color: #004070; }
.map-legend-link--green { --legend-color: #5a8e22; }
.map-legend-link--red { --legend-color: #f04525; }

.activity-overview {
  padding: 72px 0 36px;
}

.activity-proof {
  padding: 24px 0 36px;
}

.activity-proof .section-heading {
  margin-bottom: 22px;
}

.trust-grid--activity {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
}

.overview-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.overview-points article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .92);
  box-shadow: var(--shadow-soft);
}

.overview-points span,
.activity-number {
  color: var(--teal);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
}

.overview-points h3 {
  margin: 8px 0 8px;
  color: var(--deep);
  font-size: 20px;
  line-height: 1.45;
}

.overview-points p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.activity-detail-list {
  display: grid;
  gap: 22px;
  padding: 40px 0 72px;
}

.activity-detail-card {
  display: grid;
  grid-template-columns: minmax(280px, .88fr) 1.12fr;
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow-soft);
}

.activity-detail-card.reverse {
  grid-template-columns: 1.12fr minmax(280px, .88fr);
}

.activity-detail-card.reverse .activity-detail-image {
  order: 2;
}

.activity-detail-image {
  overflow: hidden;
  border-radius: var(--radius);
  min-height: 260px;
  background: var(--deep);
}

.activity-detail-image img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.activity-detail-copy h2 {
  margin: 4px 0 14px;
  color: var(--deep);
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.32;
}

.activity-detail-copy p:not(.activity-number) {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 650;
}

.activity-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.activity-tags li {
  padding: 6px 10px;
  border: 1px solid rgba(11, 141, 128, .18);
  border-radius: 999px;
  background: var(--mint);
  color: var(--deep);
  font-size: 12px;
  font-weight: 850;
}

.activity-related {
  margin-bottom: 82px;
  padding: clamp(24px, 4vw, 38px);
  border-radius: var(--radius);
  background: var(--deep);
  color: var(--white);
  box-shadow: var(--shadow);
}

.activity-related h2 {
  margin: 6px 0 0;
  color: var(--white);
  font-size: clamp(26px, 3vw, 38px);
}

.related-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.related-links a {
  display: grid;
  gap: 6px;
  min-height: 120px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .08);
  transition: transform .2s ease, background .2s ease;
}

.related-links a:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, .14);
}

.related-links span {
  color: var(--sun);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
}

.related-links strong {
  color: var(--white);
  font-size: 17px;
  line-height: 1.55;
}

.content-section,
.country-page,
.simple-page {
  width: min(1180px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
  padding: 64px 0 28px;
}

.content-section.split {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) 1.2fr;
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.content-section h2,
.simple-page h2 {
  margin: 0;
  color: var(--deep);
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.32;
}

.content-card-grid {
  display: grid;
  gap: 16px;
}

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

.content-card-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.content-card-grid article,
.text-panel,
.info-table,
.country-card,
.simple-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow-soft);
}

.content-card-grid article,
.text-panel,
.simple-card {
  padding: clamp(20px, 3vw, 30px);
}

.content-card-grid span,
.country-region,
.simple-card > span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.content-card-grid h3,
.simple-card h3 {
  margin: 8px 0 8px;
  color: var(--deep);
  font-size: 22px;
  line-height: 1.4;
}

.content-card-grid p,
.text-panel p,
.simple-card p,
.country-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
}

.soft-list,
.country-meta,
.simple-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.soft-list li,
.country-meta li,
.simple-list li {
  padding: 7px 11px;
  border: 1px solid rgba(11, 141, 128, .18);
  border-radius: 999px;
  background: var(--mint);
  color: var(--deep);
  font-size: 12px;
  font-weight: 850;
}

.simple-list a,
.info-table a,
.legal-table a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.info-table {
  overflow: hidden;
}

.info-table div {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 16px;
  padding: 16px 20px;
  border-top: 1px solid var(--line);
}

.info-table div:first-child {
  border-top: 0;
}

.info-table dt {
  color: var(--teal);
  font-size: 13px;
  font-weight: 950;
}

.info-table dd {
  margin: 0;
  color: var(--deep);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.profile-summary {
  padding-top: 34px;
  padding-bottom: 64px;
}

.profile-summary .section-heading {
  grid-template-columns: 1fr;
  gap: 4px;
  max-width: 780px;
  margin-bottom: 14px;
}

.profile-summary .section-heading p {
  font-size: 11px;
}

.profile-summary h2 {
  font-size: clamp(22px, 2.4vw, 30px);
}

.profile-summary .section-lead {
  margin-top: 2px;
  font-size: 13px;
}

.profile-summary .info-table {
  max-width: 820px;
  background: rgba(255, 255, 255, .78);
  box-shadow: none;
}

.profile-summary .info-table div {
  grid-template-columns: 118px 1fr;
  gap: 12px;
  padding: 10px 14px;
}

.profile-summary .info-table dt {
  font-size: 12px;
}

.profile-summary .info-table dd {
  font-size: 13px;
  line-height: 1.6;
}

.related-links.light a {
  border-color: var(--line);
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow-soft);
}

.related-links.light strong {
  color: var(--deep);
}

.country-page {
  padding-top: 72px;
}

.country-page-detail {
  padding-top: 42px;
}

.country-region-block {
  margin-top: 34px;
}

.country-region-block h2 {
  margin: 0 0 16px;
  color: var(--deep);
  font-size: clamp(24px, 3vw, 36px);
}

.country-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.country-card {
  display: grid;
  gap: 14px;
  padding: 20px;
  scroll-margin-top: 96px;
}

a.country-card {
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

a.country-card:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 141, 128, .28);
  box-shadow: var(--shadow);
}

.country-card:target {
  border-color: rgba(240, 182, 62, .9);
  box-shadow: 0 0 0 4px rgba(240, 182, 62, .18), var(--shadow-soft);
}

.country-card header {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  align-items: center;
}

.country-card img {
  width: 54px;
  border-radius: 4px;
  box-shadow: 0 7px 18px rgba(6, 50, 71, .14);
}

.country-card h3 {
  margin: 0;
  color: var(--deep);
  font-size: 20px;
}

.country-card-cta {
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

.country-en {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.4;
}

.country-facts {
  display: grid;
  gap: 0;
  margin: 4px 0 0;
  overflow: hidden;
  border: 1px solid rgba(20, 49, 60, .1);
  border-radius: var(--radius);
  background: rgba(255, 253, 247, .72);
}

.country-facts div {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 10px;
  padding: 9px 12px;
  border-top: 1px solid rgba(20, 49, 60, .08);
}

.country-facts div:first-child {
  border-top: 0;
}

.country-facts dt {
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
}

.country-facts dd {
  margin: 0;
  color: var(--deep);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.55;
}

.country-more {
  margin-top: 4px;
  padding-top: 14px;
  border-top: 1px solid rgba(20, 49, 60, .1);
}

.country-more summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  padding: 10px 15px;
  border-radius: 999px;
  background: var(--deep);
  color: var(--white);
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  list-style: none;
  transition: background .2s ease, transform .2s ease;
}

.country-more summary::-webkit-details-marker {
  display: none;
}

.country-more summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  color: var(--sun);
  font-size: 18px;
  line-height: 1;
}

.country-more[open] summary {
  background: var(--ocean);
}

.country-more[open] summary::after {
  content: "-";
}

.country-more summary:hover {
  transform: translateY(-1px);
}

.country-more-panel {
  display: grid;
  gap: 16px;
  max-height: 520px;
  margin-top: 14px;
  padding: 16px;
  overflow: auto;
  border: 1px solid rgba(20, 49, 60, .1);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 253, 247, .96), rgba(228, 246, 242, .48));
}

.country-more-section h4,
.country-links h4 {
  margin: 0 0 7px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.5;
}

.country-more-section p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.85;
  white-space: pre-line;
}

.country-links ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.country-links a {
  color: var(--deep);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.6;
  text-decoration: underline;
  text-decoration-color: rgba(11, 141, 128, .34);
  text-underline-offset: 3px;
}

.simple-page {
  display: grid;
  gap: 20px;
  padding-bottom: 72px;
}

.simple-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.simple-card.feature {
  background:
    linear-gradient(135deg, rgba(228, 246, 242, .82), rgba(255, 255, 255, .94));
}

.calendar-hero {
  min-height: 520px;
}

.calendar-hero::before {
  background:
    linear-gradient(100deg, rgba(6, 50, 71, .96), rgba(6, 50, 71, .68) 48%, rgba(11, 141, 128, .14)),
    radial-gradient(circle at 82% 20%, rgba(240, 182, 62, .26), transparent 32%),
    linear-gradient(0deg, rgba(6, 50, 71, .82), transparent 62%);
}

.calendar-hero .page-hero-media {
  grid-template-columns: 1.5fr .85fr;
  grid-template-rows: 1fr 1fr;
}

.calendar-hero .page-hero-media img:first-child {
  grid-row: 1 / -1;
}

.calendar-hero .page-hero-copy {
  width: min(820px, 100%);
}

.calendar-hero .page-hero-copy::after {
  content: "NATURE CALENDAR";
  display: block;
  margin-top: 28px;
  color: rgba(255, 255, 255, .22);
  font-size: clamp(34px, 7vw, 82px);
  font-weight: 950;
  line-height: .95;
  letter-spacing: .04em;
}

.calendar-page {
  gap: clamp(22px, 3vw, 34px);
}

.calendar-intro {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  min-height: 390px;
  padding: clamp(28px, 5vw, 58px);
}

.calendar-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, .94), rgba(228, 246, 242, .9)),
    url("img/index/con05.jpg") center / cover;
  opacity: .88;
}

.calendar-intro::after {
  content: "旧暦";
  position: absolute;
  right: clamp(18px, 4vw, 54px);
  bottom: -18px;
  color: rgba(0, 64, 112, .07);
  font-size: clamp(120px, 18vw, 240px);
  font-weight: 950;
  line-height: 1;
  pointer-events: none;
}

.calendar-intro-copy,
.calendar-intro-mark {
  position: relative;
  z-index: 1;
}

.calendar-intro-copy h2 {
  max-width: 780px;
}

.calendar-intro-copy p {
  max-width: 760px;
  font-size: clamp(15px, 1.7vw, 18px);
  line-height: 1.9;
}

.calendar-intro-copy p + p {
  margin-top: 14px;
}

.calendar-intro-mark {
  display: grid;
  align-content: center;
  gap: 10px;
  min-height: 240px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: var(--radius);
  background: rgba(6, 50, 71, .92);
  color: var(--white);
  box-shadow: var(--shadow);
}

.calendar-intro-mark span {
  color: var(--sun);
  font-size: clamp(44px, 7vw, 82px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
}

.calendar-intro-mark strong {
  color: rgba(255, 255, 255, .92);
  font-size: 18px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.calendar-intro-mark p {
  color: rgba(255, 255, 255, .76);
  font-size: 14px;
}

.calendar-reason-grid {
  grid-template-columns: 1.25fr .75fr;
}

.calendar-reason-card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
}

.calendar-reason-card::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 16px solid rgba(11, 141, 128, .1);
}

.calendar-reason-card.accent {
  background:
    linear-gradient(135deg, rgba(6, 50, 71, .96), rgba(0, 118, 155, .92));
}

.calendar-reason-card.accent span,
.calendar-reason-card.accent h3,
.calendar-reason-card.accent p {
  color: var(--white);
}

.calendar-learn {
  padding: clamp(24px, 4vw, 42px);
}

.calendar-story-grid,
.reading-article-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.calendar-story-grid article,
.reading-article-grid article {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 220px;
  padding: clamp(20px, 3vw, 30px);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(245, 251, 249, .96));
  border: 1px solid rgba(6, 50, 71, .12);
}

.calendar-story-grid span,
.reading-article-grid span {
  color: var(--teal);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .12em;
}

.calendar-story-grid h3,
.reading-article-grid h2 {
  color: var(--deep);
  font-size: clamp(22px, 2.6vw, 30px);
}

.calendar-story-grid p,
.reading-article-grid p {
  color: var(--muted);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.85;
}

.calendar-books {
  padding: clamp(24px, 4vw, 42px);
}

.calendar-books p {
  max-width: 760px;
}

.calendar-books ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.calendar-books li {
  padding: 14px 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .82);
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.65;
}

.calendar-small-note {
  padding: 14px 16px;
  border-radius: 10px;
  background: rgba(244, 187, 53, .16);
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.7;
}

.calendar-shop {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: center;
  padding: clamp(26px, 5vw, 54px);
  background:
    linear-gradient(135deg, rgba(255, 253, 247, .98), rgba(228, 246, 242, .92));
}

.calendar-shop h2 {
  font-size: clamp(34px, 4.8vw, 56px);
}

.calendar-shop-panel {
  display: grid;
  gap: 10px;
  padding: clamp(22px, 4vw, 34px);
  border-radius: var(--radius);
  background: var(--deep);
  color: var(--white);
  box-shadow: var(--shadow);
}

.calendar-shop-panel > strong {
  color: var(--sun);
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.1;
}

.calendar-shop-panel > span {
  color: rgba(255, 255, 255, .82);
  font-size: 15px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.calendar-shop-panel .button-row {
  display: grid;
  grid-template-columns: 1fr;
}

.calendar-sales-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.calendar-sales-list li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid rgba(6, 50, 71, .12);
}

.calendar-sales-list strong {
  color: var(--teal);
  font-size: 14px;
  letter-spacing: .04em;
}

.calendar-sales-list span {
  color: var(--ink);
  font-weight: 850;
  line-height: 1.7;
}

.calendar-sales-detail {
  padding: clamp(24px, 4vw, 44px);
}

.calendar-sales-detail > h2 {
  margin-bottom: 24px;
  font-size: clamp(32px, 4.5vw, 52px);
}

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

.calendar-sales-columns article {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 260px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .86);
}

.calendar-sales-columns h3 {
  color: var(--deep);
  font-size: clamp(22px, 2.8vw, 30px);
}

.calendar-sales-columns a {
  width: fit-content;
  margin-top: 4px;
  color: var(--teal);
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
}

.calendar-bank-list {
  display: grid;
  gap: 8px;
  margin: 0;
}

.calendar-bank-list div {
  display: grid;
  gap: 2px;
  padding-top: 10px;
  border-top: 1px solid rgba(6, 50, 71, .1);
}

.calendar-bank-list dt {
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

.calendar-bank-list dd {
  margin: 0;
  color: var(--ink);
  font-weight: 850;
}

.calendar-sales-note {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: var(--radius);
  background: rgba(244, 187, 53, .18);
  color: var(--ink);
  font-weight: 850;
}

.support-intro p + p {
  margin-top: 12px;
}

.support-flow {
  padding: clamp(24px, 4vw, 44px);
}

.support-flow > h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.support-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
  margin: 22px 0 24px;
  padding: 0;
  list-style: none;
}

.support-steps li {
  display: grid;
  gap: 10px;
  min-height: 150px;
  padding: 22px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(233, 250, 246, .96), rgba(255, 255, 255, .98));
  border: 1px solid var(--line);
}

.support-steps strong {
  color: var(--teal);
  font-size: 14px;
  letter-spacing: .08em;
}

.support-steps span {
  color: var(--ink);
  font-size: clamp(18px, 2.2vw, 23px);
  font-weight: 900;
  line-height: 1.6;
}

.news-page,
.album-page,
.reading-page,
.documents-page,
.legal-page,
.article-page {
  gap: 22px;
}

.news-card a,
.post-row a,
.news-category-summary strong {
  text-wrap: pretty;
}

.legal-page h2 {
  font-size: clamp(20px, 6.6vw, 32px);
}

.news-category-nav,
.article-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.news-category-nav a,
.article-nav a,
.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgba(11, 141, 128, .22);
  border-radius: 999px;
  background: rgba(234, 250, 247, .9);
  color: var(--deep);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

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

.news-category-summary a {
  display: grid;
  align-content: space-between;
  min-height: 142px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(231, 246, 242, .92));
  box-shadow: var(--shadow-soft);
}

.news-category-summary span {
  color: var(--ocean);
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 950;
  line-height: 1;
}

.news-category-summary strong {
  color: var(--deep);
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.45;
}

.post-section {
  padding: clamp(24px, 4vw, 42px);
}

.section-heading.compact {
  grid-template-columns: 160px 1fr;
  margin-bottom: 20px;
}

.post-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.post-row {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 86px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  text-decoration: none;
}

.post-row time {
  color: var(--teal);
  font-weight: 950;
  letter-spacing: .04em;
}

.post-row strong {
  font-size: clamp(18px, 2.4vw, 26px);
  line-height: 1.45;
}

.post-row span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.album-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0;
}

.album-preview-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.album-preview-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(.9);
}

.album-preview-grid span,
.album-preview-grid h3 {
  display: block;
  padding-inline: 18px;
}

.album-preview-grid span {
  padding-top: 16px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
}

.album-preview-grid h3 {
  padding-bottom: 20px;
  font-size: clamp(18px, 2.2vw, 24px);
}

.album-feature article {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--deep);
  color: var(--white);
  box-shadow: var(--shadow);
}

.album-feature img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.album-feature div {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(24px, 4vw, 46px);
}

.album-feature time,
.album-feature a {
  color: var(--sun);
  font-weight: 900;
}

.album-feature h2 {
  color: var(--white);
  font-size: clamp(30px, 4.4vw, 56px);
}

.album-feature p {
  color: rgba(255, 255, 255, .78);
  font-weight: 800;
}

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

.migration-grid article {
  display: grid;
  gap: 12px;
  min-height: 150px;
  padding: 20px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .94);
  border: 1px solid var(--line);
}

.migration-grid span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
}

.migration-grid strong {
  color: var(--deep);
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.5;
}

.reading-link-grid,
.top-link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.reading-link-grid a,
.top-link-grid a {
  display: grid;
  gap: 18px;
  min-height: 170px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(238, 250, 247, .94));
  color: var(--deep);
  text-decoration: none;
}

.reading-link-grid span,
.top-link-grid span {
  color: var(--teal);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
}

.reading-link-grid strong,
.top-link-grid strong {
  align-self: end;
  font-size: clamp(21px, 2.8vw, 30px);
  line-height: 1.35;
}

.top-link-panel {
  width: min(100% - 48px, 1180px);
  margin: 0 auto;
  padding: clamp(36px, 6vw, 70px) 0;
  border-top: 1px solid rgba(6, 50, 71, .16);
}

.document-summary,
.legal-table,
.article-meta {
  display: grid;
  gap: 0;
  margin: 22px 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.document-summary div,
.legal-table div,
.article-meta div {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, .82);
  border-bottom: 1px solid var(--line);
}

.document-summary div:last-child,
.legal-table div:last-child,
.article-meta div:last-child {
  border-bottom: 0;
}

.document-summary dt,
.legal-table dt,
.article-meta dt {
  color: var(--teal);
  font-weight: 950;
}

.document-summary dd,
.legal-table dd,
.article-meta dd {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.7;
}

.documents-operation,
.article-body {
  padding: clamp(24px, 4vw, 42px);
}

.article-source-box {
  display: grid;
  gap: 10px;
  margin: 24px 0;
  padding: 22px;
  border-radius: var(--radius);
  background: rgba(234, 250, 247, .85);
  border: 1px solid rgba(11, 141, 128, .22);
}

.article-source-box h3 {
  margin: 0 0 4px;
  font-size: clamp(20px, 2.2vw, 28px);
}

.article-source-box a {
  color: var(--ocean);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 5px;
}

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

.article-template-grid article {
  display: grid;
  gap: 10px;
  padding: 18px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid var(--line);
}

.article-template-grid span {
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
}

.article-template-grid strong {
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.5;
}

.legal-blocks {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.legal-blocks section {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .84);
}

.article-header {
  padding: clamp(26px, 5vw, 54px);
}

.article-header h1 {
  font-size: clamp(34px, 5vw, 62px);
}

.article-back {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 22px;
  color: var(--teal);
  font-weight: 900;
  text-decoration: none;
}

.form-preview {
  display: grid;
  gap: 12px;
}

.form-preview label {
  display: grid;
  gap: 6px;
  color: var(--deep);
  font-size: 13px;
  font-weight: 850;
}

.form-preview input,
.form-preview textarea,
.form-preview select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  padding: 12px 14px;
  color: var(--ink);
  font: inherit;
}

.form-preview textarea {
  min-height: 140px;
  resize: vertical;
}

@media (max-width: 980px) {
  .global-nav {
    display: none;
  }

  .quick-news,
  .about-grid,
  .trust-grid,
  .calendar-block,
  .news-grid {
    grid-template-columns: 1fr;
  }

  .trust-card--major {
    grid-row: auto;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .program-grid {
    grid-template-columns: 1fr;
  }

  .program-detail {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .program-grid article {
    min-height: 0;
  }

  .program-visual {
    min-height: 210px;
  }

  .overview-points,
  .activity-detail-card,
  .activity-detail-card.reverse,
  .related-links,
  .footer-inner,
  .content-card-grid.two,
  .content-card-grid.three,
  .content-section.split,
  .country-grid,
  .simple-grid,
  .calendar-intro,
  .calendar-reason-grid,
  .calendar-story-grid,
  .calendar-books ul,
  .calendar-shop,
  .calendar-sales-columns,
  .support-steps,
  .album-preview-grid,
  .album-feature article,
  .news-category-summary,
  .migration-grid,
  .article-template-grid,
  .reading-article-grid,
  .top-link-grid {
    grid-template-columns: 1fr;
  }

  .post-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .document-summary div,
  .legal-table div,
  .article-meta div,
  .section-heading.compact {
    grid-template-columns: 1fr;
  }

  .calendar-intro-mark {
    min-height: 180px;
  }

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

  .footer-nav > div:nth-child(3) {
    grid-column: span 2;
  }

  .activity-detail-card.reverse .activity-detail-image {
    order: 0;
  }

}

@media (max-width: 620px) {
  .header-inner,
  .hero,
  .quick-news,
  .about-block,
  .trust-section,
  .country-strip,
  .programs,
  .calendar-block,
  .news-grid,
  .join-cta,
  .page-hero,
  .activity-overview,
  .activity-proof,
  .activity-detail-list,
  .activity-related,
  .content-section,
  .country-page,
  .simple-page {
    width: min(100% - 24px, 1180px);
  }

  .brand {
    width: min(245px, 66vw);
  }

  .hero {
    min-height: 590px;
    margin-top: 14px;
  }

  .hero-collage {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 5px;
    padding: 5px;
  }

  .hero-collage img:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .hero-collage img:first-child {
    grid-column: span 2;
    grid-row: span 1;
  }

  .hero-collage img:nth-child(2) {
    grid-column: span 1;
    grid-row: span 2;
  }

  .hero-collage img:nth-child(4) {
    grid-row: span 2;
  }

  .hero-collage img:nth-child(8) {
    grid-column: span 2;
    grid-row: span 1;
  }

  .page-hero {
    min-height: 420px;
    margin-top: 14px;
  }

  .page-hero-media {
    grid-template-columns: 1fr;
  }

  .page-hero-media img:not(:first-child) {
    display: none;
  }

  .calendar-hero .page-hero-media {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .calendar-hero .page-hero-copy::after {
    font-size: clamp(30px, 12vw, 52px);
  }

  .page-hero-copy {
    padding: 28px;
  }

  .calendar-intro,
  .calendar-shop {
    padding: 24px;
  }

  .calendar-intro::after {
    right: 8px;
    bottom: -10px;
    font-size: 112px;
  }

  .calendar-intro-mark span {
    font-size: 48px;
  }

  .calendar-shop-panel {
    padding: 20px;
  }

  .top-link-panel {
    width: min(100% - 24px, 1180px);
  }

  .calendar-sales-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .page-hero-country-map {
    grid-template-columns: 1fr;
    gap: 8px;
    width: min(100% - 4px, 1320px);
    padding: 4px;
    min-height: 0;
  }

  .page-hero-country-map::before {
    display: none;
  }

  .country-map-hero-media {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: auto;
    min-height: 0;
    opacity: 1;
    padding: 3px;
  }

  .country-map-hero-media img {
    max-height: none;
  }

  .map-hotspot,
  .map-hotspot:hover,
  .map-hotspot:focus-visible {
    position: absolute;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    font-size: 0;
  }

  .map-cover {
    position: absolute;
    transform: translate(-50%, -50%);
    width: clamp(54px, 13%, 76px);
    height: clamp(44px, 12%, 66px);
    background: #fff;
  }

  .map-cover--png,
  .map-cover--fiji,
  .map-cover--micronesia,
  .map-cover--marshall,
  .map-cover--cook,
  .map-cover--niue,
  .map-cover--vanuatu {
    width: clamp(62px, 15%, 88px);
    height: clamp(48px, 14%, 78px);
  }

  .map-hotspot,
  .map-hotspot:hover,
  .map-hotspot:focus-visible {
    background: transparent;
  }

  .map-hotspot span {
    width: auto;
    min-height: 18px;
    padding: 3px 5px;
    border: 1px solid rgba(6, 50, 71, .22);
    background: rgba(255, 255, 255, .96);
    color: var(--deep);
    font-size: var(--label-font);
    white-space: nowrap;
  }

  .map-hotspot:hover span,
  .map-hotspot:focus-visible span {
    background: var(--deep);
    color: var(--white);
  }

  .map-hotspot:hover,
  .map-hotspot:focus-visible {
    transform: translate(-50%, -50%) scale(1.08);
    background: transparent;
  }

  .hero::before {
    background:
      linear-gradient(0deg, rgba(6, 50, 71, .92), rgba(6, 50, 71, .35) 68%),
      linear-gradient(90deg, rgba(6, 50, 71, .24), rgba(6, 50, 71, .08));
  }

  .hero-panel {
    padding: 26px;
  }

  .hero-actions,
  .join-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .quick-news {
    margin-top: 24px;
  }

  .about-block {
    padding-top: 64px;
  }

  .about-copy {
    padding-left: 18px;
  }

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

  .stats div {
    min-height: 118px;
    padding: 18px;
  }

  .stats strong {
    font-size: 64px;
  }

  .trust-meta,
  .trust-card--numbers {
    grid-template-columns: 1fr;
  }

  .trust-card--numbers div {
    min-height: 130px;
    padding: 22px;
  }

  .trust-card--numbers strong {
    font-size: 70px;
  }

  .country-folder {
    padding-top: 34px;
  }

  .country-strip {
    padding-bottom: 34px;
  }

  .programs {
    padding-top: 34px;
  }

  .country-track {
    grid-auto-columns: 132px;
    grid-template-rows: repeat(2, minmax(0, 108px));
    gap: 10px;
    animation-duration: 40s;
  }

  .country-track a {
    width: 132px;
    min-height: 108px;
  }

  .program-accordion summary {
    grid-template-columns: 44px 1fr 28px;
    padding: 16px;
  }

  .program-detail {
    padding: 0 16px 18px;
  }

  .program-detail-photos img {
    width: 118px;
    height: 96px;
  }

  .calendar-block {
    padding: 28px;
  }

  .news-card li {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .site-footer {
    padding-top: 40px;
  }

  .footer-nav {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer-nav > div:nth-child(3) {
    grid-column: auto;
  }

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

  .footer-nav div {
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, .1);
  }

  .footer-nav a {
    padding: 7px 0;
    font-size: 13px;
  }

  .footer-bottom {
    display: grid;
  }

  .info-table div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .profile-summary {
    padding-top: 26px;
    padding-bottom: 44px;
  }

  .profile-summary .info-table div {
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 9px 12px;
  }
}

/* Final responsive polish overrides. Keep these at the end so page-specific rules stay readable. */
@media (max-width: 980px) {
  .global-nav {
    display: flex;
    flex: 0 0 100%;
    order: 2;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 0 10px;
    gap: 6px;
    scrollbar-width: none;
  }

  .global-nav::-webkit-scrollbar {
    display: none;
  }

  .global-nav a {
    min-height: 36px;
    padding: 7px 11px;
    border: 1px solid rgba(6, 50, 71, .1);
    background: rgba(255, 255, 255, .72);
    font-size: 12px;
  }

  .global-nav .nav-cta {
    border-color: transparent;
  }

  .header-inner {
    flex-wrap: wrap;
    align-items: center;
    padding-top: 8px;
  }

  .quick-news {
    grid-template-columns: 1fr;
  }

  .activity-detail-card.reverse .activity-detail-image {
    order: 0;
  }
}

@media (max-width: 620px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header,
  main {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }

  main * {
    min-width: 0;
  }

  main h1,
  main h2,
  main h3,
  main p,
  main li,
  main dt,
  main dd,
  main a,
  main span,
  main strong {
    overflow-wrap: break-word;
  }

  .header-inner {
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    gap: 8px;
  }

  .brand {
    width: min(235px, 72vw);
  }

  .hero {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    min-height: 540px;
  }

  .hero-collage {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .hero-collage img {
    min-width: 0;
  }

  .hero h1,
  .page-hero h1,
  .about-grid h2,
  .section-heading h2,
  .section-heading h1,
  .calendar-block h2,
  .join-cta h2,
  .content-section h2,
  .simple-page h2 {
    line-height: 1.22;
  }

  .hero-panel,
  .page-hero-copy {
    width: 100%;
    max-width: 100%;
    padding: 24px 20px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 10.4vw, 42px);
    overflow-wrap: break-word;
  }

  .button {
    max-width: 100%;
    min-height: 48px;
    padding-inline: 18px;
  }

  .about-block {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    padding-top: 48px;
  }

  .about-grid {
    gap: 22px;
  }

  .about-copy {
    padding-left: 14px;
  }

  .stats {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .stats div {
    min-height: 104px;
    padding: 16px 14px 16px 18px;
  }

  .stats strong {
    font-size: clamp(50px, 16vw, 64px);
  }

  .stats span {
    font-size: 12px;
  }

  .country-track {
    grid-auto-columns: 124px;
  }

  .country-track a {
    width: 124px;
    padding: 14px 10px;
  }

  .program-body,
  .news-card,
  .simple-card,
  .activity-detail-card {
    padding: 20px;
  }

  .about-grid h2,
  .section-heading h2,
  .section-heading h1,
  .content-section h2,
  .simple-page h2,
  .country-card h3,
  .country-en {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .country-card header {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .country-card-detail {
    overflow: hidden;
  }

  @media (max-width: 360px) {
    .country-card header {
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .country-card h3 {
      font-size: 19px;
    }
  }

  .country-facts div {
    grid-template-columns: minmax(70px, .45fr) minmax(0, 1fr);
  }

  .country-more summary {
    width: 100%;
  }

  .page-hero-country-map {
    width: calc(100vw - 8px);
    max-width: calc(100vw - 8px);
    overflow: hidden;
  }

  .quick-news,
  .country-strip,
  .programs,
  .calendar-block,
  .news-grid,
  .join-cta,
  .page-hero,
  .activity-overview,
  .activity-proof,
  .activity-detail-list,
  .activity-related,
  .content-section,
  .country-page,
  .simple-page,
  .top-link-panel {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
  }

  .country-map-hero-media {
    overflow: hidden;
  }

  .map-hotspot {
    --label-font: clamp(8px, 2.2vw, 10px);
    --label-pad-y: 3px;
    --label-pad-x: 5px;
  }

  .map-hotspot span {
    max-width: 70px;
    white-space: normal;
  }

  .program-visual {
    min-height: 176px;
  }

  .program-photo-track img {
    width: 126px;
    height: 126px;
  }

  .activity-detail-image,
  .activity-detail-image img {
    min-height: 190px;
  }

  .calendar-block > div > p:not(.calendar-subtitle) {
    margin-top: 38px;
  }

  .calendar-subtitle {
    top: 64px;
    font-size: clamp(34px, 13vw, 54px);
  }

  .news-grid {
    padding: 52px 0;
  }

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

/* Absolute final overrides: keep this block at the end of the stylesheet. */
.calendar-subtitle {
  position: static;
  margin: 8px 0 0;
  color: rgba(37, 90, 168, .42);
  font-size: clamp(16px, 2.2vw, 22px);
  line-height: 1.2;
  white-space: normal;
  filter: none;
}

.calendar-block > div > p:not(.calendar-subtitle) {
  margin-top: 22px;
}

.top-link-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.top-link-grid a {
  min-height: 0;
  gap: 6px;
  align-content: start;
  padding: 16px 18px;
  border-left: 4px solid var(--teal);
}

.top-link-grid span {
  font-size: 11px;
}

.top-link-grid strong {
  align-self: auto;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.45;
}

.activity-overview {
  padding-bottom: 0;
}

.activity-detail-list {
  padding-top: 22px;
}

@media (max-width: 980px) {
  .header-inner {
    position: relative;
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .global-nav {
    display: none;
    flex: 0 0 100%;
    order: 2;
    width: 100%;
    overflow: visible;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 10px 0 12px;
    border-top: 1px solid rgba(6, 50, 71, .1);
  }

  .global-nav.is-open {
    display: grid;
  }

  .global-nav a {
    justify-content: flex-start;
    min-height: 40px;
    padding: 9px 11px;
    border-radius: var(--radius);
    white-space: normal;
  }

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

@media (max-width: 620px) {
  .header-inner {
    width: calc(100vw - 20px);
    min-height: 68px;
    padding: 7px 0;
  }

  .brand {
    width: min(220px, 62vw);
  }

  .menu-toggle {
    min-height: 40px;
    padding: 7px 10px;
  }

  .global-nav {
    padding-bottom: 4px;
  }

  .about-grid h2 {
    font-size: clamp(26px, 7vw, 32px);
  }

  .headline-line {
    display: block;
  }

  .about-copy p,
  .calendar-block p {
    font-size: 15px;
    line-height: 1.85;
  }

  .calendar-block {
    padding: 24px 22px;
  }

  .calendar-block > div > p:not(.calendar-subtitle) {
    margin-top: 18px;
  }

  .calendar-subtitle {
    margin-top: 6px;
    font-size: 15px;
  }

  .top-link-panel {
    padding: 42px 0;
  }

  .top-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .top-link-grid a {
    min-height: 0;
    padding: 13px 12px;
  }

  .top-link-grid strong {
    font-size: 15px;
  }

  .map-hotspot {
    --label-font: clamp(7px, 2vw, 9px);
    --label-pad-y: 2px;
    --label-pad-x: 4px;
  }

  .map-hotspot span {
    min-height: 16px;
    max-width: none;
    white-space: nowrap;
  }

  .map-hotspot--png span {
    width: 72px;
    white-space: normal;
  }

  .map-hotspot--cook span {
    width: 44px;
    white-space: normal;
  }

  .map-hotspot--palau { left: 18.5%; top: 24%; }
  .map-hotspot--micronesia { left: 44%; top: 19%; }
  .map-hotspot--marshall { left: 70.5%; top: 19%; }
  .map-hotspot--nauru { left: 57%; top: 43%; }
  .map-hotspot--kiribati { left: 73%; top: 43%; }
  .map-hotspot--tuvalu { left: 76%; top: 59%; }
  .map-hotspot--png { left: 35%; top: 62%; }
  .map-hotspot--solomon { left: 59%; top: 55%; }
  .map-hotspot--vanuatu { left: 55%; top: 79%; }
  .map-hotspot--fiji { left: 67%; top: 89%; }
  .map-hotspot--tonga { left: 77%; top: 81%; }
  .map-hotspot--samoa { left: 87%; top: 67%; }
  .map-hotspot--cook { left: 93%; top: 77%; }
  .map-hotspot--niue { left: 88%; top: 91%; }
}

@media (max-width: 360px) {
  .about-grid h2 {
    font-size: 24px;
  }

  .global-nav,
  .top-link-grid {
    grid-template-columns: 1fr;
  }
}

/* Top page flow update: philosophy band, three activity cards, news list links. */
.philosophy {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 6px 0 34px;
}

.philosophy-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  gap: clamp(26px, 4.5vw, 64px);
  align-items: center;
  padding: clamp(28px, 4.5vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(11, 141, 128, .18);
  border-radius: var(--radius);
  background:
    radial-gradient(640px 320px at 88% -60px, rgba(240, 182, 62, .16), transparent 70%),
    linear-gradient(135deg, var(--mint), rgba(255, 255, 255, .96) 62%);
  box-shadow: var(--shadow-soft);
}

.philosophy-inner::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, var(--sun), var(--teal), var(--logo-blue));
}

.philosophy-copy h2 {
  margin: 10px 0 0;
  color: var(--deep);
  font-size: clamp(26px, 3.4vw, 40px);
  line-height: 1.3;
}

.philosophy-quote {
  margin: 20px 0 0;
  color: var(--deep);
  font-size: clamp(18px, 2.3vw, 25px);
  font-weight: 850;
  line-height: 2;
  text-wrap: pretty;
}

.philosophy-quote em {
  font-style: normal;
  background: linear-gradient(transparent 62%, rgba(240, 182, 62, .42) 62%);
}

.philosophy-copy .program-link-text {
  margin-top: 24px;
}

.philosophy-photos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.8vw, 20px);
  align-items: start;
  padding: 12px 6px;
}

.philosophy-photos img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 4px solid var(--white);
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(6, 50, 71, .18);
}

.philosophy-photos img:first-child {
  transform: rotate(-2.4deg) translateY(12px);
}

.philosophy-photos img:last-child {
  transform: rotate(2deg) translateY(-8px);
}

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

.program-grid--three article {
  min-height: 0;
}

.program-visual--photo {
  min-height: 196px;
  padding: 0;
}

.program-photo-single {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.06) brightness(1.04);
  transition: transform .5s ease;
}

.program-grid article:hover .program-photo-single {
  transform: scale(1.05);
}

.programs-cta {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.news-more {
  margin-top: 16px;
}

@media (max-width: 980px) {
  .philosophy-inner,
  .program-grid--three {
    grid-template-columns: 1fr;
  }

  .philosophy-photos {
    max-width: 470px;
  }
}

@media (max-width: 620px) {
  .philosophy {
    width: min(100% - 24px, 1180px);
  }

  .philosophy-photos {
    gap: 12px;
    padding: 8px 2px 2px;
  }

  .program-visual--photo {
    min-height: 172px;
  }
}

/* History page timeline and contact map embed. */
.history-timeline {
  list-style: none;
  position: relative;
  display: grid;
  gap: 24px;
  max-width: 860px;
  margin: 38px 0 0;
  padding: 0 0 0 40px;
}

.history-timeline::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 8px;
  bottom: 8px;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--sun), var(--teal), var(--logo-blue));
}

.history-timeline li {
  position: relative;
}

.history-timeline li::before {
  content: "";
  position: absolute;
  left: -36px;
  top: 16px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--white);
  border: 4px solid var(--teal);
  box-shadow: 0 0 0 4px rgba(11, 141, 128, .14);
}

.history-entry {
  padding: 20px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--shadow-soft);
}

.history-year {
  display: inline-block;
  color: var(--logo-blue);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .05em;
}

.history-entry h3 {
  margin: 6px 0 8px;
  color: var(--deep);
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.45;
}

.history-entry p {
  margin: 0;
  color: var(--muted);
  font-size: 14.5px;
  font-weight: 650;
  line-height: 1.85;
}

.history-note {
  max-width: 860px;
  margin-top: 26px;
}

.map-embed {
  margin-top: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.map-embed iframe {
  display: block;
  width: 100%;
  height: 280px;
  border: 0;
}

@media (max-width: 620px) {
  .history-timeline {
    padding-left: 32px;
    gap: 18px;
  }

  .history-timeline li::before {
    left: -28px;
  }

  .history-entry {
    padding: 18px;
  }
}

/* History page: chapter-style era flow with photo placeholders. */
.era-flow {
  display: grid;
  margin-top: 40px;
}

.era {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  gap: clamp(26px, 4.5vw, 64px);
  align-items: center;
  padding: clamp(28px, 4.5vw, 54px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    radial-gradient(520px 280px at 92% -40px, rgba(228, 246, 242, .8), transparent 70%),
    rgba(255, 255, 255, .94);
  box-shadow: var(--shadow-soft);
}

.era + .era {
  margin-top: 58px;
}

.era + .era::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -58px;
  height: 58px;
  border-left: 3px dotted rgba(11, 141, 128, .45);
}

.era--reverse {
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  background:
    radial-gradient(520px 280px at 8% -40px, rgba(228, 246, 242, .8), transparent 70%),
    rgba(255, 255, 255, .94);
}

.era--reverse .era-copy {
  order: 2;
}

.era--reverse .era-photos {
  order: 1;
}

.era-year {
  position: absolute;
  right: 14px;
  top: -8px;
  z-index: 0;
  margin: 0;
  color: rgba(37, 90, 168, .07);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", "Times New Roman", serif;
  font-size: clamp(86px, 15vw, 180px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: .02em;
  pointer-events: none;
  user-select: none;
}

.era--reverse .era-year {
  right: auto;
  left: 14px;
}

.era-copy {
  position: relative;
  z-index: 1;
}

.era-kicker {
  margin: 0;
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.era-copy h3 {
  margin: 12px 0 0;
  color: var(--deep);
  font-size: clamp(22px, 2.9vw, 31px);
  line-height: 1.5;
}

.era-period {
  display: inline-block;
  margin: 14px 0 0;
  padding: 6px 16px;
  border-radius: 999px;
  background: var(--mint);
  border: 1px solid rgba(11, 141, 128, .18);
  color: var(--deep);
  font-size: 12.5px;
  font-weight: 900;
}

.era-text {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.95;
}

.era-photos {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  padding: 10px 6px;
}

.era-photo {
  margin: 0;
}

.era-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 5px solid var(--white);
  border-radius: 10px;
  box-shadow: 0 16px 36px rgba(6, 50, 71, .16);
}

.era-photo:nth-child(odd) {
  transform: rotate(-2deg);
}

.era-photo:nth-child(even) {
  transform: rotate(2.2deg) translateY(-4px);
}

.era-photo--placeholder {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  padding: 16px;
  border: 2.5px dashed rgba(11, 141, 128, .42);
  border-radius: 12px;
  background: rgba(228, 246, 242, .5);
  color: var(--teal);
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}

.era-photo--placeholder span::before {
  content: "📷";
  display: block;
  margin-bottom: 8px;
  font-size: 26px;
}

@media (max-width: 980px) {
  .era,
  .era--reverse {
    grid-template-columns: 1fr;
  }

  .era--reverse .era-copy {
    order: 1;
  }

  .era--reverse .era-photos {
    order: 2;
  }

  .era-photos {
    max-width: 440px;
  }

  .era + .era {
    margin-top: 44px;
  }

  .era + .era::before {
    top: -44px;
    height: 44px;
  }
}

/* Hero motion polish: slow breathe, soft crossfade, rising copy, flowing accent bar. */
.hero-collage {
  animation: hero-breathe 26s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes hero-breathe {
  from { transform: scale(1); }
  to { transform: scale(1.05); }
}

.hero-collage img {
  transition: opacity 1.05s ease, filter 1.05s ease;
}

.hero-collage img.is-changing {
  opacity: .08;
  transform: none;
  filter: blur(1.6px) saturate(.92) brightness(1.05);
}

.hero-panel {
  animation: hero-rise 1s cubic-bezier(.22, .7, .3, 1) .15s both;
}

@keyframes hero-rise {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero::after {
  background: linear-gradient(90deg, var(--sun), var(--teal), var(--ocean), var(--teal), var(--sun));
  background-size: 240% 100%;
  animation: hero-bar 12s ease-in-out infinite alternate;
}

@keyframes hero-bar {
  from { background-position: 0% 50%; }
  to { background-position: 100% 50%; }
}

/* Country ticker: two rows flowing in opposite directions. */
.country-rows {
  display: grid;
  gap: 14px;
  padding: 16px 0 10px;
}

.country-row {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: country-scroll 40s linear infinite;
}

.country-row--reverse {
  animation-direction: reverse;
  animation-duration: 46s;
}

.country-folder:hover .country-row {
  animation-play-state: paused;
}

.country-row a {
  width: 156px;
  min-height: 112px;
  display: grid;
  place-items: center;
  gap: 10px;
  padding: 16px 14px;
  border: 1px solid rgba(6, 50, 71, .12);
  border-radius: 10px;
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 10px 26px rgba(6, 50, 71, .07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.country-row a:hover {
  transform: translateY(-4px);
  border-color: rgba(11, 141, 128, .42);
  box-shadow: 0 18px 40px rgba(6, 50, 71, .13);
}

.country-row img {
  height: 38px;
  width: auto;
  border-radius: 4px;
  box-shadow: 0 5px 12px rgba(6, 50, 71, .18);
}

.country-row span {
  color: var(--deep);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.35;
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  .hero-panel,
  .hero::after {
    animation: none;
  }
  /* 国旗の流れ(.country-row)とトップ写真(.hero-collage)は、見せたい動きなので止めない（NARI要望） */
}

/* Quick-news tags, philosophy film strip, join support options. */
.qn-tag {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 10px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
}

.philosophy-film {
  position: relative;
  min-height: 248px;
  overflow: hidden;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(8, 93, 122, .5), rgba(0, 134, 154, .26)),
    var(--deep);
  box-shadow: var(--shadow-soft);
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}

.philosophy-film::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .07) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(180deg, transparent, rgba(6, 50, 71, .14));
  pointer-events: none;
}

.philosophy-film-track {
  position: absolute;
  inset: 24px 0;
  display: flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  animation: activity-film 44s linear infinite;
}

.philosophy-film:hover .philosophy-film-track {
  animation-play-state: paused;
}

.philosophy-film-track img {
  width: 186px;
  height: 198px;
  object-fit: cover;
  border: 4px solid rgba(255, 255, 255, .78);
  border-radius: 12px;
  box-shadow: 0 16px 34px rgba(6, 50, 71, .24);
  filter: saturate(1.08) brightness(1.1);
}

.join-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.join-options a {
  display: grid;
  gap: 6px;
  align-content: start;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .1);
  transition: background .2s ease, transform .2s ease, border-color .2s ease;
}

.join-options a:hover {
  background: rgba(255, 255, 255, .19);
  border-color: rgba(255, 255, 255, .55);
  transform: translateY(-2px);
}

.join-options span {
  color: var(--sun);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
}

.join-options strong {
  color: var(--white);
  font-size: 14.5px;
  font-weight: 850;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .join-options {
    grid-template-columns: 1fr;
  }

  .philosophy-film {
    min-height: 216px;
  }

  .philosophy-film-track img {
    width: 156px;
    height: 168px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .philosophy-film-track,
  .program-photo-track {
    animation: none;
  }
}

/* Membership application form. */
.support-form-card {
  scroll-margin-top: 96px;
}

.membership-form {
  margin-top: 20px;
}

.form-req {
  display: inline-block;
  margin-left: 8px;
  padding: 1px 8px;
  border-radius: 999px;
  background: var(--sun);
  color: #4a3608;
  font-size: 10.5px;
  font-weight: 950;
  letter-spacing: .04em;
  vertical-align: middle;
}

.form-radio-group {
  margin: 0;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(228, 246, 242, .42);
}

.form-radio-group legend {
  padding: 0 6px;
  color: var(--deep);
  font-size: 13px;
  font-weight: 850;
}

.form-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.form-radio {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  cursor: pointer;
  font-size: 13.5px;
  font-weight: 800;
  transition: border-color .18s ease, background .18s ease;
}

.form-radio:has(input:checked) {
  border-color: var(--teal);
  background: var(--mint);
}

.form-radio input {
  width: 17px;
  height: 17px;
  accent-color: var(--teal);
}

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.form-consent {
  flex-direction: row !important;
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  font-weight: 700 !important;
}

.form-consent input {
  width: 18px;
  height: 18px;
  margin-top: 1px;
  accent-color: var(--teal);
}

.form-consent a {
  color: var(--teal);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.membership-form button {
  margin-top: 4px;
  width: 100%;
}

@media (max-width: 620px) {
  .form-row-2 {
    grid-template-columns: 1fr;
  }
}

/* Clickable ASPA activities heading + inline lead link. */
.programs .section-heading h2 a {
  color: inherit;
  text-decoration: none;
  transition: opacity .18s ease;
}

.programs .section-heading h2 a:hover {
  opacity: .82;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--sun);
}

.section-lead-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: 8px;
  color: var(--logo-blue);
  font-weight: 900;
  white-space: nowrap;
}

.section-lead-link::after {
  content: "\2192";
}

.section-lead-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Form label caption keeps required badge inline. */
.form-label {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

/* Calm scroll reveal: content settles in once, instead of constant looping motion. */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s cubic-bezier(.22, .7, .3, 1), transform .7s cubic-bezier(.22, .7, .3, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.reveal-stagger > * {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s cubic-bezier(.22, .7, .3, 1), transform .65s cubic-bezier(.22, .7, .3, 1);
}

.reveal-stagger.is-visible > * {
  opacity: 1;
  transform: none;
}

.reveal-stagger.is-visible > *:nth-child(2) { transition-delay: .09s; }
.reveal-stagger.is-visible > *:nth-child(3) { transition-delay: .18s; }
.reveal-stagger.is-visible > *:nth-child(4) { transition-delay: .27s; }

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-stagger > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Single-photo activity cards: clean image, no decorative grid overlay. */
.program-visual--photo::before {
  background: linear-gradient(180deg, transparent 55%, rgba(6, 50, 71, .28));
}

.program-visual--photo::after {
  display: none;
}

/* ---- Proposal / estimate one-pager ---- */
.proposal-body {
  background: var(--sand);
}

.proposal {
  width: min(820px, calc(100% - 32px));
  margin: 0 auto;
  padding: 40px 0 70px;
}

.proposal-actions {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.proposal-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  padding-bottom: 24px;
  border-bottom: 3px solid var(--deep);
}

.proposal-logo {
  width: 190px;
  height: auto;
}

.proposal-kicker {
  margin: 0;
  color: var(--teal);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em;
}

.proposal-head-meta h1 {
  margin: 6px 0 4px;
  color: var(--deep);
  font-size: clamp(22px, 3.4vw, 30px);
  line-height: 1.4;
}

.proposal-date {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.proposal-to {
  margin: 26px 0 0;
  color: var(--deep);
  font-size: 19px;
  font-weight: 850;
  letter-spacing: .02em;
}

.proposal-intro {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.95;
}

.proposal-item {
  margin-top: 30px;
  padding: 26px 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.proposal-item-head {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.proposal-no {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .1em;
}

.proposal-item-head h2 {
  margin: 0;
  color: var(--deep);
  font-size: clamp(19px, 2.6vw, 24px);
  line-height: 1.35;
}

.proposal-price {
  text-align: right;
  white-space: nowrap;
}

.proposal-price strong {
  display: block;
  color: var(--logo-blue);
  font-size: clamp(28px, 5vw, 38px);
  font-weight: 900;
  line-height: 1;
}

.proposal-price strong small {
  font-size: .5em;
  font-weight: 800;
}

.proposal-price span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.proposal-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
}

.proposal-list li {
  position: relative;
  padding-left: 26px;
  color: var(--ink);
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.7;
}

.proposal-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  width: 13px;
  height: 8px;
  border-left: 2.5px solid var(--teal);
  border-bottom: 2.5px solid var(--teal);
  transform: rotate(-45deg);
}

.proposal-note-box {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: var(--radius);
  background: var(--mint);
  border: 1px solid rgba(11, 141, 128, .2);
}

.proposal-note-box strong {
  display: block;
  color: var(--deep);
  font-size: 15px;
}

.proposal-note-box p {
  margin: 6px 0 0;
  color: var(--ink);
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.8;
}

.proposal-summary {
  margin-top: 30px;
}

.proposal-summary h2,
.proposal-flow h2 {
  color: var(--deep);
  font-size: 20px;
  margin: 0 0 14px;
}

.proposal-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.proposal-table th,
.proposal-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: 14.5px;
}

.proposal-table th {
  color: var(--deep);
  font-weight: 850;
  background: rgba(228, 246, 242, .4);
  width: 38%;
}

.proposal-table td {
  color: var(--ink);
  font-weight: 750;
}

.proposal-table-note {
  color: var(--muted) !important;
  font-size: 12.5px !important;
  font-weight: 650 !important;
}

.proposal-table tfoot th,
.proposal-table tfoot td {
  background: var(--deep);
  color: var(--white);
  border-bottom: 0;
  font-size: 15px;
}

.proposal-table tfoot strong {
  font-size: 19px;
  color: var(--sun);
}

.proposal-small {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.8;
}

.proposal-flow {
  margin-top: 30px;
}

.proposal-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.proposal-steps li {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  text-align: center;
}

.proposal-steps strong {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: var(--deep);
  color: var(--white);
  font-size: 14px;
}

.proposal-steps span {
  color: var(--ink);
  font-size: 12.5px;
  font-weight: 750;
  line-height: 1.5;
}

.proposal-sign {
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  text-align: right;
}

.proposal-sign p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.proposal-sign-name {
  color: var(--deep) !important;
  font-size: 20px !important;
  font-weight: 850 !important;
  margin-top: 4px !important;
}

.proposal-sign-contact {
  margin-top: 4px !important;
  font-size: 12.5px !important;
}

.proposal-disclaimer {
  margin-top: 26px;
  padding: 12px 16px;
  border-radius: var(--radius);
  background: rgba(240, 182, 62, .14);
  border: 1px dashed rgba(200, 150, 62, .5);
  color: #6b4e16;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.7;
}

@media (max-width: 620px) {
  .proposal-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media print {
  .no-print { display: none !important; }
  .proposal-body { background: #fff; }
  .proposal {
    width: 100%;
    padding: 0;
  }
  .proposal-item,
  .proposal-table,
  .proposal-steps li {
    box-shadow: none;
    break-inside: avoid;
  }
}

/* Partner product feature (Boina Malana PNG coffee) — warm tone, thematic link to South Pacific. */
.partner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 6px 0 34px;
}

.partner-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: clamp(26px, 4.5vw, 60px);
  align-items: center;
  padding: clamp(28px, 4.5vw, 54px);
  overflow: hidden;
  border: 1px solid rgba(200, 150, 62, .26);
  border-radius: var(--radius);
  background:
    radial-gradient(560px 300px at 90% -50px, rgba(240, 182, 62, .18), transparent 70%),
    linear-gradient(135deg, rgba(248, 243, 233, .96), rgba(255, 255, 255, .96) 62%);
  box-shadow: var(--shadow-soft);
}

.partner-inner::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 7px;
  background: linear-gradient(90deg, #7a4a23, var(--sun), var(--teal));
}

.partner-copy h2 {
  margin: 10px 0 0;
  color: var(--deep);
  font-size: clamp(24px, 3.2vw, 36px);
  line-height: 1.4;
}

.partner-copy p {
  margin: 18px 0 0;
  color: var(--ink);
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.95;
}

.partner-copy .program-link-text {
  margin-top: 22px;
}

.partner-photo {
  padding: 6px;
}

.partner-photo-placeholder {
  display: grid;
  place-items: center;
  margin: 0;
  aspect-ratio: 4 / 3;
  padding: 16px;
  border: 2.5px dashed rgba(122, 74, 35, .4);
  border-radius: 12px;
  background: rgba(240, 182, 62, .08);
  color: #7a4a23;
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}

.partner-photo-placeholder span::before {
  content: "☕";
  display: block;
  margin-bottom: 8px;
  font-size: 28px;
}

@media (max-width: 980px) {
  .partner-inner {
    grid-template-columns: 1fr;
  }
  .partner-photo {
    max-width: 460px;
  }
}

@media (max-width: 620px) {
  .partner {
    width: min(100% - 24px, 1180px);
  }
}

/* Partner real product photo (Boina PNG coffee). */
.partner-photo-real {
  margin: 0;
}

.partner-photo-real img {
  width: 100%;
  display: block;
  border-radius: 12px;
  border: 5px solid var(--white);
  box-shadow: 0 16px 36px rgba(6, 50, 71, .16);
}

/* Partner subscription note. */
.partner-note {
  margin: 12px 0 0;
  padding: 10px 14px;
  border-left: 3px solid var(--sun);
  border-radius: 0 6px 6px 0;
  background: rgba(240, 182, 62, .1);
  color: #6b4e16;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.75;
}
