@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,500&family=Mulish:wght@400;500;600;700&display=swap');

:root {
  --ink: #2b2118;
  --paper: #efe4d1;
  --cream: #f6ecd7;
  --clay: #b0583a;
  --leaf: #6d6f4a;
  --gold: #c6892f;
  --blue: #8a6a43;
  --muted: #6f6353;
  --line: rgba(43, 33, 24, 0.16);
  --shadow: 0 24px 70px rgba(43, 33, 24, 0.18);
}

@font-face {
  font-family: "Andika TCG";
  src: url("assets/books/fonts/Andika-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Andika TCG";
  src: url("assets/books/fonts/Andika-Italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Andika TCG";
  src: url("assets/books/fonts/Andika-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Andika TCG";
  src: url("assets/books/fonts/Andika-BoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, #f1e7d4 0%, #e9dabf 52%, #efe4d1 100%);
  font-family: "Mulish", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
  content: "";
}

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

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

.topbar {
  position: fixed;
  top: 18px;
  right: clamp(16px, 3vw, 38px);
  left: clamp(16px, 3vw, 38px);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0;
  background: transparent;
  backdrop-filter: blur(18px);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 13px 8px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.86);
  box-shadow: 0 10px 26px rgba(23, 32, 24, 0.07);
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.seed {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  color: var(--clay);
  font-size: 13px;
  font-weight: 800;
}

.nav {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.86);
  box-shadow: 0 10px 26px rgba(23, 32, 24, 0.07);
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.nav a {
  position: relative;
  padding: 8px 10px;
  border-radius: 999px;
}

.nav a::after {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 2px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  content: "";
}

.nav a:hover::after {
  transform: scaleX(1);
}

.nav a.is-active::after {
  transform: scaleX(1);
}

.nav .nav-donate {
  padding: 9px 15px;
  border-radius: 999px;
  color: #fff;
  background: var(--clay);
}

.nav .nav-donate::after {
  display: none;
}

.home-page .topbar .wordmark,
.home-page .topbar .nav {
  border-color: rgba(255, 248, 234, 0.18);
  background: rgba(20, 32, 20, 0.58);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
  color: rgba(255, 248, 234, 0.86);
}

.home-page .topbar .seed {
  border-color: rgba(255, 248, 234, 0.58);
  color: #e4b85d;
}

.home-page .topbar .nav .nav-donate {
  color: #142014;
  background: #e4b85d;
}

.lead {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 100vh;
  overflow: hidden;
  padding: 142px clamp(20px, 7vw, 112px) 86px;
  color: #fff7e8;
  background:
    linear-gradient(90deg, rgba(10, 18, 12, 0.96) 0%, rgba(10, 18, 12, 0.9) 40%, rgba(10, 18, 12, 0.54) 68%, rgba(10, 18, 12, 0.2) 100%),
    linear-gradient(0deg, rgba(10, 18, 12, 0.84) 0%, rgba(10, 18, 12, 0.14) 52%, rgba(10, 18, 12, 0.44) 100%),
    #0b130d;
}

.lead-copy {
  position: relative;
  z-index: 3;
  width: min(760px, 58vw);
  padding-top: 0;
}

.lead .kicker {
  color: #e5bc63;
}

.lead h1 {
  color: #fff7e8;
  text-wrap: balance;
  text-shadow: 0 22px 58px rgba(0, 0, 0, 0.32);
}

.lead .lede {
  color: rgba(255, 247, 232, 0.86);
}

.lead .text-link {
  color: #e5bc63;
}

.kicker {
  margin: 0 0 16px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-weight: 500;
  line-height: 1.02;
}

h1 {
  max-width: 720px;
  font-size: clamp(46px, 5.2vw, 76px);
  letter-spacing: 0;
}

h2 {
  max-width: 850px;
  font-size: clamp(40px, 5.4vw, 78px);
}

h3 {
  font-size: 28px;
}

.lede {
  max-width: 650px;
  margin: 24px 0 0;
  color: #3c463d;
  font-size: clamp(18px, 1.8vw, 22px);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  align-items: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-weight: 900;
}

.button.dark {
  color: #fff;
  background: var(--ink);
}

.lead .button.dark {
  border-color: #fff7e8;
  color: #241c14;
  background: #fff7e8;
}

.lead .button.light {
  border-color: rgba(255, 247, 232, 0.44);
  color: #fff7e8;
  background: rgba(255, 247, 232, 0.12);
}

.button.light {
  background: rgba(255, 250, 240, 0.66);
}

.button.primary {
  color: #fff;
  background: var(--clay);
}
.button.primary:hover {
  background: #97482e;
}

.button.full {
  width: 100%;
}

.text-link {
  color: var(--blue);
  font-weight: 900;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  max-width: 650px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 247, 232, 0.18);
  color: rgba(255, 247, 232, 0.75);
  font-size: 13px;
  font-weight: 800;
}

.hero-trust span,
.hero-trust a {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.lead-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #241c14;
  box-shadow: none;
}

.lead-media::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(0deg, rgba(10, 18, 12, 0.68), rgba(10, 18, 12, 0.04) 42%, rgba(10, 18, 12, 0.48)),
    linear-gradient(90deg, rgba(10, 18, 12, 0.94), rgba(10, 18, 12, 0.42) 52%, rgba(10, 18, 12, 0.08));
  content: "";
}

.lead-media::after {
  position: absolute;
  top: 50%;
  left: 77%;
  z-index: 3;
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  border: 1px solid rgba(255, 250, 240, 0.7);
  border-radius: 50%;
  color: #fffaf0;
  background: rgba(20, 32, 20, 0.42);
  box-shadow: 0 18px 44px rgba(23, 32, 24, 0.24);
  transform: translate(-50%, -50%);
  content: "▶";
  font-size: 32px;
  line-height: 1;
}

.lead-media img {
  position: absolute;
  inset: 0;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
}

.ledger {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(160px, 1fr));
  gap: 12px;
  width: min(1120px, calc(100% - 36px));
  margin: -72px auto 0;
  border: 0;
  background: transparent;
}

.compact-ledger {
  margin-top: 30px;
}

.current-invite {
  position: relative;
  display: grid;
  grid-template-columns: 170px 1fr auto;
  gap: 18px;
  align-items: center;
  width: min(980px, calc(100% - 36px));
  margin: 34px auto 0;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.78);
  box-shadow: 0 12px 30px rgba(23, 32, 24, 0.07);
}

.current-invite span {
  color: var(--clay);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.current-invite p {
  margin: 0;
  color: #3c463d;
}

.current-invite a {
  font-weight: 900;
  color: var(--blue);
}

.trip-showcase {
  width: min(1240px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(58px, 7vw, 98px) 0 clamp(36px, 5vw, 64px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.trip-showcase-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: end;
}

.trip-showcase-heading h2 {
  font-size: clamp(42px, 5vw, 74px);
}

.trip-showcase-heading > p {
  max-width: 620px;
  margin: 0 0 10px;
  color: #424e40;
  font-size: clamp(18px, 1.9vw, 22px);
}

.trip-region-grid {
  display: grid;
  grid-template-columns: 1.22fr 0.78fr;
  gap: 18px;
  margin-top: 40px;
}

.trip-region {
  position: relative;
  display: grid;
  min-height: 240px;
  align-content: end;
  overflow: hidden;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 8px;
  color: #fff;
  background: #172018;
  isolation: isolate;
}

.trip-region.large {
  grid-row: span 2;
  min-height: 520px;
}

.trip-region img {
  position: absolute;
  inset: 0;
  z-index: -2;
  height: 100%;
  object-fit: cover;
}

.trip-region::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(20, 32, 20, 0.06), rgba(20, 32, 20, 0.82)),
    linear-gradient(90deg, rgba(20, 32, 20, 0.2), rgba(20, 32, 20, 0));
  content: "";
}

.trip-region span {
  width: max-content;
  margin-bottom: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(23, 32, 24, 0.34);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.trip-region strong {
  max-width: 540px;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.7vw, 42px);
  font-weight: 500;
  line-height: 1.05;
}

.ledger article,
.ledger a {
  display: block;
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--cream);
  box-shadow: 0 18px 44px rgba(23, 32, 24, 0.1);
}

.ledger article:nth-child(1),
.ledger a:nth-child(1) {
  transform: rotate(-2deg);
}

.ledger article:nth-child(2),
.ledger a:nth-child(2) {
  margin-top: 28px;
  background: #f7e3c9;
  transform: rotate(1.5deg);
}

.ledger article:nth-child(3),
.ledger a:nth-child(3) {
  background: #ecf0df;
  transform: rotate(-0.8deg);
}

.ledger article:nth-child(4),
.ledger a:nth-child(4) {
  margin-top: 18px;
  background: #f5e4b8;
  transform: rotate(2deg);
}

.ledger strong {
  display: block;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1;
}

.ledger span {
  color: var(--muted);
}

.trust-ribbon {
  display: grid;
  grid-template-columns: 0.8fr 1.3fr auto;
  gap: 24px;
  align-items: center;
  width: min(1120px, calc(100% - 36px));
  margin: 48px auto 0;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #172018;
  color: #fff;
  box-shadow: 0 18px 44px rgba(23, 32, 24, 0.12);
}

.trust-ribbon h2 {
  font-size: clamp(34px, 4vw, 58px);
}

.trust-ribbon .kicker,
.trust-ribbon a {
  color: #e0b45d;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trust-list span {
  padding: 9px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #f8edd8;
  background: rgba(255, 255, 255, 0.07);
  font-size: 13px;
  font-weight: 900;
}

.trust-ribbon a {
  font-weight: 900;
}

.origin-story,
.field-split,
.stories,
.featured-proof {
  padding: clamp(70px, 9vw, 132px) clamp(18px, 5vw, 72px);
}

.origin-story {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
  width: min(1180px, calc(100% - 36px));
  margin: 40px auto 0;
  padding: clamp(36px, 5vw, 58px);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff7e8;
  box-shadow: 0 18px 44px rgba(23, 32, 24, 0.08);
}

.origin-story h2 {
  font-size: clamp(38px, 4.8vw, 72px);
}

.origin-story p {
  margin: 0 0 16px;
  color: #3c463d;
  font-size: 18px;
}

.field-split {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(34px, 7vw, 96px);
  align-items: start;
  padding-top: clamp(76px, 9vw, 132px);
}

.story-row p {
  color: var(--muted);
}

.program-cloud {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.program-cloud a {
  display: grid;
  align-content: start;
  min-height: 180px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--cream);
  box-shadow: 0 12px 36px rgba(23, 32, 24, 0.08);
}

.program-cloud a:nth-child(3n + 1) {
  background: #ecdcc7;
}

.program-cloud a:nth-child(3n + 2) {
  background: #e5ddc7;
}

.program-cloud a:nth-child(3n) {
  background: #efe1c4;
}

.program-cloud h3 {
  font-size: 30px;
}

.program-cloud p {
  margin: 12px 0 0;
  color: var(--muted);
}

.clay {
  background: #f3d4c2;
}

.leaf {
  background: #e5ecd8;
  transform: rotate(-0.7deg);
}

.gold {
  background: #f5e3b5;
  transform: rotate(0.8deg);
}

.stories {
  background: #172018;
  color: #fff;
}

.stories .kicker,
.stories .story-row span {
  color: #e0b45d;
}

.featured-proof {
  background: #172018;
  color: #fff;
}

.featured-proof .kicker {
  color: #e0b45d;
}

.featured-proof .section-title h2 {
  max-width: 920px;
  font-size: clamp(34px, 4vw, 58px);
}

.proof-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.proof-card-grid article,
.proof-card-grid a {
  display: block;
  min-height: 280px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  transition: transform 180ms ease, background 180ms ease;
}

.proof-card-grid a:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-4px);
}

.proof-card-grid span {
  display: block;
  margin-bottom: 42px;
  color: #e0b45d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-card-grid p {
  color: rgba(255, 255, 255, 0.72);
}

.proof-history {
  padding-top: 0;
}

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

.history-grid a {
  display: grid;
  gap: 10px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #172018;
  color: #fff;
  box-shadow: 0 14px 36px rgba(23, 32, 24, 0.08);
}

.history-grid strong {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
}

.history-grid span {
  color: #eadfcb;
}

.story-row {
  display: grid;
  grid-template-columns: repeat(9, minmax(190px, 1fr));
  gap: 14px;
  margin-top: 34px;
  overflow-x: auto;
}

.story-row article {
  min-height: 250px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
}

.story-row span {
  display: block;
  margin-bottom: 42px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  justify-content: space-between;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: var(--cream);
}

.footer strong {
  color: var(--ink);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(243, 234, 219, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.brand span:last-child {
  display: grid;
}

.brand small {
  font-family: ui-sans-serif, system-ui, sans-serif;
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  color: var(--clay);
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 800;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.site-nav a.is-active:not(.nav-donate) {
  color: var(--ink);
}

.site-nav .nav-donate {
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff;
  background: var(--clay);
}

.menu-toggle {
  display: none;
}

.page-main {
  min-height: 80vh;
}

.page-hero,
.section {
  padding: clamp(64px, 8vw, 118px) clamp(18px, 5vw, 72px);
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(300px, 1.05fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
}

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

.page-hero p:not(.kicker):not(.eyebrow),
.section p {
  color: var(--muted);
}

.page-hero img {
  height: 440px;
  object-fit: cover;
  border: 12px solid var(--cream);
  border-radius: 8px;
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}

.tours-page .page-hero {
  padding-top: clamp(46px, 5vw, 76px);
  padding-bottom: clamp(28px, 4vw, 52px);
}

.tours-page .page-hero h1 {
  font-size: clamp(48px, 5vw, 76px);
}

.tours-page .page-hero img {
  height: min(380px, 34vw);
}

.trust-hero-photo {
  margin: 0;
}

.trust-hero-photo img {
  width: 100%;
}

.section-lede {
  max-width: 900px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.45;
}

.compact-principles article {
  grid-template-columns: 58px 1fr;
}

.trust-travel {
  padding: 0;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tour-grid,
.institution-grid,
.document-grid,
.methods-grid,
.program-detail-grid,
.media-list,
.proof-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

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

.tour-card,
.institution-card,
.document-card,
.method-card,
.program-detail-card,
.proof-story,
.media-row,
.donation-panel {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--cream);
  box-shadow: 0 16px 42px rgba(23, 32, 24, 0.1);
}

a.program-detail-card {
  display: block;
}

.tour-card {
  overflow: hidden;
}

.tour-card img,
.media-row img {
  height: 280px;
  object-fit: cover;
}

.top-tours {
  padding-top: clamp(28px, 4vw, 56px);
}

.top-tours .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(22px, 5vw, 70px);
  align-items: end;
  max-width: none;
}

.top-tours .section-heading .eyebrow,
.top-tours .section-heading h2 {
  grid-column: 1;
}

.top-tours .section-heading p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0 0 8px;
  color: var(--muted);
  font-size: clamp(18px, 1.8vw, 22px);
}

.top-tours .section-heading h2 {
  font-size: clamp(42px, 5vw, 74px);
}

.top-tour-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr 0.95fr;
  gap: 16px;
  margin-top: 34px;
}

.top-tour-card {
  position: relative;
  display: grid;
  min-height: 320px;
  overflow: hidden;
  align-content: end;
  padding: 24px;
  border-radius: 10px;
  color: #fff8ea;
  background: #142014;
  box-shadow: 0 18px 44px rgba(23, 32, 24, 0.12);
  isolation: isolate;
}

.top-tour-card.featured {
  grid-row: span 2;
  min-height: 656px;
}

.top-tour-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  height: 100%;
  object-fit: cover;
}

.top-tour-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(20, 32, 20, 0.06), rgba(20, 32, 20, 0.86)),
    linear-gradient(90deg, rgba(20, 32, 20, 0.24), rgba(20, 32, 20, 0));
  content: "";
}

.top-tour-card span {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin-bottom: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 248, 234, 0.24);
  border-radius: 999px;
  color: #e5bc63;
  background: rgba(20, 32, 20, 0.36);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.top-tour-card h3 {
  max-width: 560px;
  font-size: clamp(31px, 3vw, 52px);
}

.top-tour-card:not(.featured) h3 {
  font-size: clamp(25px, 2vw, 34px);
}

.top-tour-card p {
  max-width: 560px;
  margin: 12px 0 20px;
  color: rgba(255, 248, 234, 0.78);
  font-size: 16px;
}

.top-tour-card .text-link {
  color: #e5bc63;
}

.region-profiles {
  padding-top: clamp(38px, 6vw, 76px);
}

.region-profiles .section-heading {
  max-width: 1120px;
}

.region-profiles .section-heading p:last-child {
  max-width: 760px;
  color: var(--muted);
  font-size: 18px;
}

.country-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.country-jump a {
  padding: 10px 13px;
  border: 1px solid rgba(23, 32, 24, 0.16);
  border-radius: 999px;
  background: rgba(255, 248, 234, 0.74);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.region-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.region-profile {
  display: grid;
  grid-template-columns: minmax(180px, 0.48fr) minmax(0, 1fr);
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 24, 0.14);
  border-radius: 10px;
  background: #fff8ea;
  box-shadow: 0 14px 36px rgba(23, 32, 24, 0.08);
}

.region-profile.featured {
  grid-column: 1 / -1;
  grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 1.05fr);
  min-height: 540px;
  color: #fff8ea;
  background: #0f1a12;
}

.region-profile img {
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

.region-profile > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 46px);
}

.region-profile span {
  display: block;
  margin-bottom: 16px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.region-profile.featured span {
  color: #e5bc63;
}

.region-profile h3 {
  max-width: 680px;
  font-size: clamp(30px, 3vw, 48px);
}

.region-profile:not(.featured) h3 {
  font-size: clamp(26px, 2.3vw, 36px);
}

.region-profile p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.region-profile.featured p {
  color: rgba(255, 248, 234, 0.78);
}

.region-profile ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
}

.region-profile li {
  position: relative;
  padding-left: 20px;
  color: #3d493c;
}

.region-profile.featured li {
  color: rgba(255, 248, 234, 0.84);
}

.region-profile li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.region-profile .button,
.region-profile .text-link {
  align-self: flex-start;
  margin-top: auto;
}

.tour-photo-story {
  display: grid;
  grid-template-columns: 0.58fr 1.42fr;
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  padding: clamp(54px, 8vw, 96px) clamp(18px, 5vw, 72px) 0;
}

.tour-photo-story h2 {
  font-size: clamp(38px, 4.8vw, 72px);
}

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

.tour-photo-grid figure {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--cream);
  box-shadow: 0 14px 36px rgba(23, 32, 24, 0.08);
}

.tour-photo-grid figure.wide {
  grid-column: span 2;
}

.tour-photo-grid img {
  height: 100%;
  object-fit: cover;
}

.tour-photo-grid figcaption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 8px 10px;
  border-radius: 6px;
  color: #fff;
  background: rgba(23, 32, 24, 0.68);
  font-size: 13px;
  font-weight: 800;
}

.tour-card > div,
.institution-card,
.document-card,
.method-card,
.program-detail-card,
.proof-story,
.media-row div,
.donation-panel {
  padding: 24px;
}

.tour-meta,
.destination-list,
.amounts,
.giving-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.tour-meta span,
.destination-list span,
.pill {
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--ink);
  background: #eadfcb;
  font-size: 13px;
  font-weight: 900;
}

.proof-strip,
.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.proof-strip span,
.impact-grid article {
  padding: 22px;
  background: var(--cream);
}

.proof-strip strong,
.impact-grid strong,
.project-card strong,
.report-card strong {
  display: block;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1;
}

.proof-strip span {
  min-height: 118px;
}

.proof-strip strong {
  margin-bottom: 8px;
}

.proof-story dl {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
}

.proof-story dl div {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.proof-story dt {
  color: var(--clay);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-story dd {
  margin: 4px 0 0;
  color: var(--muted);
}

.transparency-stack {
  padding-top: 0;
}

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

.report-card,
.confidence-grid article,
.commitment-list article {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--cream);
  box-shadow: 0 14px 36px rgba(23, 32, 24, 0.08);
}

.report-card {
  padding: 24px;
}

.report-card strong {
  color: var(--clay);
}

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

.commitment-list article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: center;
  padding: 20px 24px;
}

.commitment-list span {
  color: var(--clay);
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 38px;
}

.commitment-list p {
  margin: 0;
  font-size: 19px;
}

.donor-confidence {
  padding-top: 0;
}

.verification-section,
.gift-note-section {
  padding-top: 0;
}

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

.verification-list article,
.gift-note {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--cream);
  box-shadow: 0 14px 36px rgba(23, 32, 24, 0.08);
}

.verification-list article {
  padding: 22px;
}

.verification-list strong {
  display: block;
  color: var(--clay);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.verification-list p {
  margin: 10px 0 0;
}

.gift-note {
  max-width: 880px;
  padding: 28px;
}

.gift-note h2 {
  font-size: clamp(34px, 4vw, 56px);
}

.gift-note p:last-child {
  max-width: 680px;
}

.confidence-grid article {
  padding: 22px;
}

.confidence-grid strong {
  display: block;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

.confidence-grid span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(240px, 360px);
  gap: clamp(28px, 6vw, 84px);
  align-items: end;
  padding: clamp(74px, 9vw, 130px) clamp(18px, 5vw, 72px);
}

.detail-stamp {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #172018;
  color: #fff;
  box-shadow: var(--shadow);
  transform: rotate(1deg);
}

.detail-stamp strong {
  display: block;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 5vw, 72px);
  font-weight: 500;
  line-height: 0.96;
}

.detail-stamp span {
  display: block;
  margin-top: 12px;
  color: #eadfcb;
}

.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

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

.breakdown-list article,
.team-grid article,
.artisan-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--cream);
  box-shadow: 0 14px 36px rgba(23, 32, 24, 0.08);
}

.breakdown-list span,
.artisan-grid span {
  color: var(--clay);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.featured-person {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) 1fr;
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--cream);
  box-shadow: 0 16px 42px rgba(23, 32, 24, 0.1);
}

.featured-person.reverse img {
  order: 2;
}

.featured-person img {
  height: min(560px, 68vh);
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(23, 32, 24, 0.12);
}

.featured-person h2 {
  font-size: clamp(38px, 5vw, 70px);
}

.featured-person p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.book-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff7e8;
  box-shadow: 0 18px 44px rgba(23, 32, 24, 0.08);
}

.book-feature h2 {
  font-size: clamp(38px, 5vw, 70px);
}

.book-feature p {
  color: #3c463d;
  font-size: 18px;
}

.book-feature-art {
  position: relative;
  min-height: 360px;
}

.book-logo-mark {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: min(210px, 42%);
  border: 8px solid var(--cream);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(23, 32, 24, 0.12);
  transform: rotate(-4deg);
}

.book-cover {
  position: absolute;
  width: min(460px, 82%);
  border: 10px solid var(--cream);
  border-radius: 10px;
  box-shadow: var(--shadow);
}

.primary-cover {
  right: 0;
  bottom: 30px;
  transform: rotate(2deg);
}

.secondary-cover {
  right: 54px;
  bottom: 0;
  opacity: 0.72;
  transform: rotate(-5deg) translateY(46px);
}

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

.book-preview-strip img {
  height: 220px;
  object-fit: cover;
  border: 10px solid var(--cream);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(23, 32, 24, 0.12);
}

.reader-hero {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(220px, 0.42fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: center;
  padding: clamp(74px, 9vw, 130px) clamp(18px, 5vw, 72px) clamp(34px, 5vw, 70px);
}

.reader-hero h1 {
  max-width: 820px;
  font-size: clamp(52px, 7vw, 104px);
}

.reader-hero p:not(.eyebrow) {
  max-width: 760px;
  color: #3c463d;
  font-size: clamp(18px, 2vw, 23px);
}

.reader-hero img {
  justify-self: center;
  max-width: 270px;
  border: 12px solid var(--cream);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow);
  transform: rotate(3deg);
}

.reader-shell {
  width: min(1280px, calc(100% - 36px));
  margin: 0 auto clamp(60px, 8vw, 110px);
  padding: clamp(16px, 3vw, 30px);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #172018;
  box-shadow: var(--shadow);
  color: #fff;
}

.reader-toolbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 16px;
}

.reader-toolbar div {
  display: grid;
  gap: 4px;
  justify-items: center;
}

.reader-toolbar span {
  color: #e0b45d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.reader-toolbar strong {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 500;
}

.reader-nav-button,
.modal-close,
.amount-row button {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.reader-stage {
  position: relative;
  overflow: hidden;
  border: 10px solid #fff7e8;
  border-radius: 12px;
  background: #fff7e8;
}

.reader-stage img {
  width: 100%;
  aspect-ratio: 2.5 / 1;
  object-fit: cover;
}

.reader-hotspot {
  position: absolute;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #172018;
  background: #e0b45d;
  box-shadow: 0 0 0 8px rgba(224, 180, 93, 0.2), 0 10px 24px rgba(23, 32, 24, 0.24);
  cursor: pointer;
  font-weight: 900;
  transform: translate(-50%, -50%);
}

.reader-hotspot::after {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  width: max-content;
  max-width: 160px;
  padding: 6px 8px;
  border-radius: 999px;
  color: #172018;
  background: #fff7e8;
  font-size: 11px;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 160ms ease;
  content: attr(data-label);
  pointer-events: none;
}

.reader-hotspot:hover::after,
.reader-hotspot:focus-visible::after {
  opacity: 1;
}

.reader-info-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 14px;
  margin-top: 16px;
}

.reader-note {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.07);
}

.reader-note span {
  display: block;
  margin-bottom: 12px;
  color: #e0b45d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.reader-note h2 {
  font-size: clamp(28px, 3.5vw, 46px);
}

.reader-note p {
  color: rgba(255, 255, 255, 0.74);
}

.donation-modal[hidden] {
  display: none;
}

.donation-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(23, 32, 24, 0.66);
}

.donation-modal-card {
  width: min(560px, 100%);
  padding: clamp(24px, 4vw, 42px);
  border-radius: 14px;
  background: #fff7e8;
  box-shadow: var(--shadow);
}

.donation-modal-card h2 {
  font-size: clamp(34px, 5vw, 58px);
}

.donation-modal-card p:not(.eyebrow) {
  color: #3c463d;
}

.modal-close {
  float: right;
  border-color: var(--line);
  color: var(--ink);
  background: transparent;
}

.amount-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}

.amount-row button {
  border-color: var(--line);
  color: var(--ink);
  background: #fff;
}

.book-reader-body {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  background: #fff7e8;
}

.book-reader-body::before {
  display: none;
}

.book-reader-app {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: #fff7e8;
}

.book-reader-app::before {
  display: none;
}

.book-reader-app::after {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 84px;
  background:
    linear-gradient(180deg, rgba(255, 247, 232, 0.1), rgba(255, 244, 223, 0.94) 28%),
    #fff4df;
  box-shadow: 0 -14px 30px rgba(23, 32, 24, 0.08);
  content: "";
  pointer-events: none;
}

.reader-bookbar {
  position: fixed;
  top: 12px;
  right: 12px;
  left: 12px;
  z-index: 4;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  pointer-events: none;
}

.reader-exit,
.reader-donate-chip,
.reader-language-tabs button {
  width: auto;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  pointer-events: auto;
}

.reader-exit {
  justify-self: start;
  color: #172018;
  background: rgba(255, 247, 232, 0.82);
  box-shadow: 0 10px 26px rgba(23, 32, 24, 0.18);
}

.reader-donate-chip {
  justify-self: end;
  background: #d3a348;
  color: #172018;
}

.reader-book-title {
  display: none;
  justify-items: center;
  min-width: 0;
}

.reader-book-title span {
  color: #d3a348;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.reader-book-title strong {
  overflow: hidden;
  max-width: 100%;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2.5vw, 30px);
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reader-bookstage {
  position: fixed;
  inset: 0 0 84px;
  z-index: 1;
  display: block;
  min-height: 0;
  padding: 0;
}

.reader-art-frame {
  position: absolute;
  inset: 0;
  display: block;
  width: 100vw;
  height: calc(100vh - 84px);
  max-height: none;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #fff7e8;
  box-shadow: none;
  perspective: 1800px;
}

.reader-art-frame::before {
  position: absolute;
  inset: -18px;
  z-index: 0;
  background-image: var(--reader-bg);
  background-position: center;
  background-size: cover;
  content: "";
  filter: blur(12px) saturate(1.06);
  opacity: 0;
  transform: scale(1.04);
}

.reader-art-frame::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, transparent 0 44%, rgba(23, 32, 24, 0.18) 50%, transparent 56% 100%);
  opacity: 0;
  transform: translateX(22%);
}

.reader-art-frame img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: 2.5 / 1;
  object-fit: contain;
  object-position: center top;
}

.reader-text-layer {
  position: absolute;
  z-index: 3;
  pointer-events: auto;
}

.reader-text-layer.is-empty {
  display: none;
}

.reader-text-frame {
  position: absolute;
  overflow: visible;
  color: #171c18;
  font-family: "Andika TCG", "Andika", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.22;
  text-wrap: pretty;
}

.reader-text-frame .is-bold {
  font-weight: 700;
}

.reader-text-frame .is-italic {
  font-style: italic;
}

.reader-text-frame:hover {
  text-shadow: 0 0 0.01px currentColor;
}

.book-reader-app[data-reader-spread="0"] .reader-art-frame img {
  object-fit: contain;
}

.book-reader-app[data-reader-spread="0"] .reader-art-frame::before {
  opacity: 0.72;
}

.book-reader-app[data-reader-page="2"] .reader-art-frame {
  background:
    linear-gradient(rgba(255, 250, 240, 0.7), rgba(255, 250, 240, 0.7)),
    url("assets/books/reader/disenohojadeguarda.webp") center / cover;
}

.book-reader-app[data-reader-page="2"] .reader-art-frame::before {
  background-image: url("assets/books/reader/disenohojadeguarda.webp");
  opacity: 0.42;
}

.book-reader-app[data-reader-page="2"] .reader-art-frame img {
  width: min(94vw, 1680px);
  height: auto;
  max-height: calc(100% - 72px);
  margin: 34px auto 0;
  border-radius: 10px;
  box-shadow: 0 22px 70px rgba(23, 32, 24, 0.2);
  object-fit: contain;
}

.reader-turn-leaf {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
  width: 50%;
  overflow: hidden;
  background: #fff7e8;
  backface-visibility: hidden;
  pointer-events: none;
  transform-style: preserve-3d;
  will-change: border-radius, box-shadow, opacity, transform;
}

.reader-turn-leaf img {
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: center top;
  backface-visibility: hidden;
  pointer-events: none;
}

.reader-turn-leaf[data-turn-spread="0"] img {
  object-fit: contain;
}

.reader-turn-leaf::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 32, 24, 0.08), rgba(255, 250, 239, 0.94) 22%, rgba(255, 247, 232, 0.98)),
    #fff7e8;
  backface-visibility: hidden;
  content: "";
  opacity: 1;
  transform: rotateY(180deg);
}

.reader-turn-leaf::before {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 18px;
  content: "";
  opacity: 0;
}

.reader-turn-leaf.is-next {
  right: 0;
  box-shadow: -20px 0 36px rgba(23, 32, 24, 0.22);
  transform-origin: left center;
  animation: readerPageFlipNext 980ms cubic-bezier(0.18, 0.76, 0.12, 1) both;
}

.reader-turn-leaf.is-next img {
  right: 0;
}

.reader-turn-leaf.is-next::after {
  background:
    linear-gradient(90deg, rgba(23, 32, 24, 0.12), rgba(255, 250, 239, 0.94) 24%, rgba(255, 247, 232, 0.99)),
    #fff7e8;
}

.reader-turn-leaf.is-next::before {
  left: -1px;
  background: linear-gradient(90deg, rgba(23, 32, 24, 0.22), rgba(255, 247, 232, 0.82), rgba(255, 247, 232, 0));
  animation: readerPageCreaseNext 980ms cubic-bezier(0.18, 0.76, 0.12, 1) both;
}

.reader-turn-leaf.is-back {
  left: 0;
  box-shadow: 20px 0 36px rgba(23, 32, 24, 0.22);
  transform-origin: right center;
  animation: readerPageFlipBack 980ms cubic-bezier(0.18, 0.76, 0.12, 1) both;
}

.reader-turn-leaf.is-back img {
  left: 0;
}

.reader-turn-leaf.is-back::after {
  background:
    linear-gradient(270deg, rgba(23, 32, 24, 0.12), rgba(255, 250, 239, 0.94) 24%, rgba(255, 247, 232, 0.99)),
    #fff7e8;
}

.reader-turn-leaf.is-back::before {
  right: -1px;
  background: linear-gradient(270deg, rgba(23, 32, 24, 0.22), rgba(255, 247, 232, 0.82), rgba(255, 247, 232, 0));
  animation: readerPageCreaseBack 980ms cubic-bezier(0.18, 0.76, 0.12, 1) both;
}

@keyframes readerPageFlipNext {
  0% {
    opacity: 1;
    transform: rotateY(0deg) translateX(0) scale(1);
  }
  34% {
    border-radius: 26px 0 0 26px;
    opacity: 1;
    box-shadow: -30px 0 46px rgba(23, 32, 24, 0.28);
    transform: rotateY(-24deg) translateX(-2%) scale(0.998);
  }
  68% {
    border-radius: 42px 0 0 42px;
    opacity: 0.9;
    box-shadow: -42px 0 56px rgba(23, 32, 24, 0.22);
    transform: rotateY(-92deg) translateX(-18%) scale(0.99);
  }
  100% {
    border-radius: 52px 0 0 52px;
    opacity: 0;
    transform: rotateY(-158deg) translateX(-48%) scale(0.982);
  }
}

@keyframes readerPageFlipBack {
  0% {
    opacity: 1;
    transform: rotateY(0deg) translateX(0) scale(1);
  }
  34% {
    border-radius: 0 26px 26px 0;
    opacity: 1;
    box-shadow: 30px 0 46px rgba(23, 32, 24, 0.28);
    transform: rotateY(24deg) translateX(2%) scale(0.998);
  }
  68% {
    border-radius: 0 42px 42px 0;
    opacity: 0.9;
    box-shadow: 42px 0 56px rgba(23, 32, 24, 0.22);
    transform: rotateY(92deg) translateX(18%) scale(0.99);
  }
  100% {
    border-radius: 0 52px 52px 0;
    opacity: 0;
    transform: rotateY(158deg) translateX(48%) scale(0.982);
  }
}

@keyframes readerPageCreaseNext {
  0%, 100% {
    opacity: 0;
    transform: translateX(0);
  }
  28%, 78% {
    opacity: 0.9;
    transform: translateX(-10px);
  }
}

@keyframes readerPageCreaseBack {
  0%, 100% {
    opacity: 0;
    transform: translateX(0);
  }
  28%, 78% {
    opacity: 0.9;
    transform: translateX(10px);
  }
}

.reader-page-button {
  position: fixed;
  top: auto;
  bottom: 108px;
  z-index: 5;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 247, 232, 0.58);
  border-radius: 999px;
  color: #172018;
  background: rgba(255, 250, 240, 0.84);
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 34px rgba(23, 32, 24, 0.18);
  cursor: pointer;
  font: inherit;
  font-size: 0;
  font-weight: 900;
  transform: none;
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.reader-page-button:hover {
  background: rgba(255, 250, 240, 0.96);
  box-shadow: 0 18px 42px rgba(23, 32, 24, 0.24);
  transform: translateY(-2px);
}

.reader-page-button::before {
  font-size: 25px;
  line-height: 1;
}

.reader-page-prev::before {
  content: "<";
}

.reader-page-next::before {
  content: ">";
}

.reader-page-prev {
  right: calc(50% + 8px);
}

.reader-page-next {
  left: calc(50% + 8px);
}

.book-reader-app[data-reader-page="14"] .reader-page-button,
.book-reader-app[data-reader-page="15"] .reader-page-button {
  bottom: 96px;
  background: rgba(255, 250, 240, 0.92);
}

.book-reader-app .reader-hotspot {
  display: none;
}

.book-reader-app .reader-hotspot::after {
  top: calc(100% + 8px);
  right: auto;
  left: 50%;
  color: #172018;
  background: #fff7e8;
  transform: translateX(-50%);
}

@keyframes readerPulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(0.92);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08);
  }
}

.reader-control-dock {
  position: fixed;
  right: auto;
  bottom: 16px;
  left: 24px;
  z-index: 5;
  display: flex;
  width: auto;
  max-width: calc(100vw - 48px);
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transform: none;
}

.reader-story-card {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.reader-story-card p {
  margin: 0;
}

.reader-language-tabs {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  gap: 0;
  align-self: center;
  overflow: hidden;
  border: 1px solid rgba(78, 94, 67, 0.16);
  border-radius: 999px;
  background: #fffaf0;
  box-shadow: 0 7px 18px rgba(23, 32, 24, 0.07);
}

.reader-language-tabs button {
  min-height: 34px;
  padding: 0 13px;
  border: 0;
  border-radius: 0;
  color: rgba(35, 49, 34, 0.62);
  background: transparent;
  font-size: 12px;
  font-weight: 900;
}

.reader-language-tabs button.is-active {
  color: #fffaf0;
  background: #436a40;
}

.reader-audio-panel,
.reader-note-popout {
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
}

.reader-audio-panel {
  display: flex;
  flex: 0 0 auto;
  max-width: none;
  gap: 6px;
  align-items: center;
}

.reader-audio-panel p {
  display: none;
}

.reader-play-button {
  position: relative;
  display: grid;
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  place-items: center;
  border: 1px solid rgba(255, 250, 240, 0.96);
  border-radius: 50%;
  color: #fffaf0;
  background: linear-gradient(180deg, #547a4d, #365c38);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  box-shadow: 0 8px 16px rgba(23, 32, 24, 0.13), inset 0 -2px 0 rgba(23, 32, 24, 0.16);
}

.reader-play-button span {
  width: 0;
  overflow: hidden;
  color: transparent;
}

.reader-play-button::before {
  position: absolute;
  top: 50%;
  left: 52%;
  width: 16px;
  height: 18px;
  background: #fffaf0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  transform: translate(-50%, -50%);
}

.reader-play-button.is-playing::before {
  width: 14px;
  height: 17px;
  left: 50%;
  border: 0;
  background: linear-gradient(90deg, #fffaf0 0 35%, transparent 35% 65%, #fffaf0 65% 100%);
  clip-path: none;
  content: "";
}

.reader-progress {
  display: none;
  overflow: hidden;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.reader-progress span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: #d3a348;
  transition: width 120ms linear;
}

.reader-note-popout {
  flex: 1 1 260px;
  max-width: 330px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  border-radius: 16px;
}

.reader-note-popout:not([open]) {
  display: none;
}

.reader-note-popout summary {
  color: #fff;
  cursor: pointer;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.7vw, 24px);
}

.reader-note-popout p {
  margin: 10px 0 0;
}

.reader-start-overlay {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(15, 21, 16, 0.2);
  backdrop-filter: blur(3px);
}

.reader-start-overlay.is-hidden {
  display: none;
}

.reader-start-card {
  position: relative;
  width: min(390px, 100%);
  padding: 18px;
  border: 1px solid rgba(23, 32, 24, 0.12);
  border-radius: 18px;
  color: var(--ink);
  background:
    radial-gradient(circle at 86% 9%, rgba(211, 163, 72, 0.18), transparent 30%),
    rgba(255, 247, 232, 0.97);
  box-shadow: 0 24px 64px rgba(23, 32, 24, 0.28);
}

.reader-start-hero {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 12px;
}

.reader-start-card .reader-start-character {
  width: 96px;
  height: 96px;
  margin: 0;
  border: 3px solid rgba(255, 250, 240, 0.9);
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 14px 26px rgba(23, 32, 24, 0.18);
  object-fit: cover;
}

.reader-start-card .reader-start-logo {
  width: 44px;
  height: 44px;
  margin: 0;
  border: 1px solid rgba(23, 32, 24, 0.08);
  border-radius: 10px;
  background: #fff;
  object-fit: contain;
}

.reader-start-card h1 {
  max-width: 350px;
  font-size: clamp(25px, 2.4vw, 33px);
  line-height: 1.02;
}

.reader-start-card p:not(.eyebrow) {
  color: #3c463d;
  font-size: 14px;
  line-height: 1.42;
}

.reader-start-card .inline-actions {
  margin-top: 14px;
}

.reader-start-card .button {
  min-height: 42px;
  padding: 0 16px;
}

.reader-credits {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  color: rgba(35, 49, 34, 0.56);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
}

.reader-credits a {
  color: inherit;
  text-decoration: none;
}

.reader-credits a:hover {
  color: #172018;
}

.story-quote {
  max-width: 900px;
  margin: 0;
  color: var(--ink);
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 6vw, 76px);
  line-height: 1;
}

.update-log {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 22px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff7e8;
  box-shadow: 0 14px 36px rgba(23, 32, 24, 0.08);
}

.update-log h2 {
  font-size: clamp(32px, 4vw, 54px);
}

.update-log article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cream);
}

.update-log span {
  display: block;
  margin-bottom: 14px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.compact-section {
  padding-top: 0;
}

.inquiry-section {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: clamp(28px, 6vw, 84px);
  align-items: start;
}

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

.form-field,
.form-field.full {
  display: grid;
  gap: 7px;
}

.form-field.full {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font: inherit;
}

textarea {
  min-height: 120px;
  padding-top: 12px;
}

.small-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.cta-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 34px;
  border-radius: 10px;
  color: #fff;
  background: var(--ink);
}

.cta-panel p,
.cta-panel .eyebrow {
  color: #eadfcb;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  justify-content: space-between;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: var(--cream);
}

.site-footer strong {
  color: var(--ink);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  align-items: center;
}
.footer-links a {
  color: var(--muted);
}
.footer-links a:hover {
  color: var(--clay);
}

@media (max-width: 980px) {
  .topbar {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 16px;
  }

  .home-page .topbar {
    position: absolute;
    top: 14px;
    right: 16px;
    left: 16px;
    padding: 0;
  }

  .nav {
    flex-wrap: wrap;
    border-radius: 18px;
  }

  .lead,
  .origin-story,
  .trip-showcase-heading,
  .tour-photo-story,
  .field-split,
  .page-hero,
  .page-hero.compact,
  .detail-hero,
  .inquiry-section {
    grid-template-columns: 1fr;
  }

  .lead {
    min-height: auto;
    padding-top: 56px;
    padding-bottom: 40px;
  }

  .home-page .lead {
    min-height: 100vh;
    padding-top: 230px;
  }

  .lead-copy {
    width: 100%;
  }

  .lead-media {
    position: relative;
    inset: auto;
    min-height: 420px;
    margin-top: 28px;
    border-radius: 10px;
  }

  .home-page .lead-media {
    position: absolute;
    inset: 0;
    min-height: 100%;
    margin-top: 0;
    border-radius: 0;
  }

  .tours-page .page-hero img {
    height: 240px;
    border-width: 8px;
  }

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

  .current-invite {
    grid-template-columns: 1fr;
    border-radius: 16px;
  }

  .trip-region-grid,
  .program-cloud {
    grid-template-columns: 1fr;
  }

  .trip-region,
  .trip-region.large {
    grid-row: auto;
    min-height: 260px;
  }

  .top-tours .section-heading {
    grid-template-columns: 1fr;
  }

  .top-tours .section-heading .eyebrow,
  .top-tours .section-heading h2,
  .top-tours .section-heading p:last-child {
    grid-column: auto;
    grid-row: auto;
  }

  .top-tour-card.featured {
    grid-row: auto;
    min-height: 420px;
  }

  .tour-grid,
  .tour-photo-grid,
  .top-tour-grid,
  .region-profile-grid,
  .region-profile,
  .region-profile.featured,
  .institution-grid,
  .document-grid,
  .methods-grid,
  .book-feature,
  .book-preview-strip,
  .reader-hero,
  .reader-info-grid,
  .program-detail-grid,
  .breakdown-list,
  .team-grid,
  .featured-person,
  .media-list,
  .proof-story-grid,
  .proof-card-grid,
  .history-grid,
  .report-grid,
  .update-log,
  .confidence-grid,
  .verification-list,
  .trust-ribbon,
  .proof-strip,
  .impact-grid {
    grid-template-columns: 1fr;
  }

  .cta-panel {
    grid-template-columns: 1fr;
  }

  .story-row {
    grid-template-columns: repeat(9, 240px);
  }

  .door,
  .door:nth-child(1),
  .door:nth-child(2),
  .door:nth-child(3) {
    width: 100%;
    margin-left: 0;
  }

  .featured-person.reverse img {
    order: 0;
  }

  .reader-hero img {
    justify-self: start;
    max-width: 210px;
  }

  .book-feature-art {
    min-height: 300px;
  }
}

@media (max-width: 640px) {
  .wordmark {
    font-size: 20px;
  }

  .nav {
    gap: 12px;
    font-size: 13px;
  }

  .lead {
    padding-top: 42px;
  }

  .home-page .lead {
    padding-top: 228px;
  }

  .hero-trust {
    display: none;
  }

  .actions {
    margin-top: 22px;
  }

  .button {
    min-height: 48px;
  }

  h1 {
    font-size: 42px;
  }

  .lead-media {
    min-height: 300px;
  }

  .home-page .lead-media {
    min-height: 100%;
  }

  .lead-media::after {
    display: none;
  }

  .tour-photo-grid {
    grid-template-columns: 1fr;
  }

  .tour-photo-grid figure.wide {
    grid-column: auto;
  }

  .top-tour-card,
  .top-tour-card.featured {
    min-height: 350px;
  }

  .region-profile,
  .region-profile.featured {
    min-height: auto;
  }

  .region-profile img {
    min-height: 260px;
  }

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

  .ledger article,
  .ledger a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .site-nav {
    gap: 12px;
  }

  .footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    max-width: 100%;
  }

  .reader-toolbar {
    grid-template-columns: 1fr 1fr;
  }

  .reader-toolbar div {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .reader-toolbar [data-reader-prev] {
    grid-column: 1;
    grid-row: 2;
  }

  .reader-toolbar [data-reader-next] {
    grid-column: 2;
    grid-row: 2;
  }

  .reader-stage {
    border-width: 6px;
  }

  .reader-stage img {
    min-height: 300px;
  }

  .reader-hotspot {
    width: 36px;
    height: 36px;
  }

  .book-reader-body {
    overflow: hidden;
  }

  .book-reader-app {
    width: 100vw;
    height: 100svh;
    min-height: 100svh;
    padding: 0;
    gap: 10px;
  }

  .reader-bookbar {
    top: 8px;
    right: 8px;
    left: 8px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
  }

  .reader-exit,
  .reader-donate-chip {
    min-height: 38px;
    padding: 0 14px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
  }

  .reader-book-title strong {
    font-size: 16px;
  }

  .reader-bookstage {
    position: fixed;
    inset: 0 0 96px;
    min-height: 100svh;
    padding: 0;
  }

  .reader-art-frame {
    width: 100vw;
    height: calc(100svh - 96px);
    min-height: calc(100svh - 96px);
    max-height: none;
    border-width: 0;
    border-radius: 0;
  }

  .reader-art-frame img {
    min-height: calc(100svh - 96px);
    max-height: none;
    object-fit: contain;
  }

  .reader-page-button {
    top: auto;
    bottom: 104px;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    transform: none;
  }

  .reader-page-prev {
    right: calc(50% + 7px);
    left: auto;
  }

  .reader-page-next {
    right: auto;
    left: calc(50% + 7px);
  }

  .reader-control-dock {
    right: auto;
    bottom: 12px;
    left: 12px;
    flex-wrap: wrap;
    width: auto;
    max-width: calc(100vw - 24px);
    overflow: visible;
    max-height: none;
    padding: 0;
    padding-bottom: env(safe-area-inset-bottom);
    transform: none;
  }

  .reader-story-card {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }

  .reader-story-card p {
    margin: 0;
  }

  .reader-language-tabs {
    flex: 0 1 auto;
    justify-content: center;
  }

  .reader-language-tabs button {
    flex: 0 0 auto;
    min-height: 32px;
    padding: 0 9px;
    font-size: 11px;
  }

  .reader-audio-panel {
    flex: 0 0 auto;
    max-width: none;
    padding: 0;
  }

  .reader-play-button {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .reader-progress {
    grid-column: 1 / -1;
  }

  .reader-audio-panel p {
    display: none;
  }

  .reader-note-popout {
    flex: 1 1 100%;
    max-width: none;
    padding: 8px 12px;
  }

  .reader-note-popout summary {
    font-size: 18px;
  }

  .reader-start-card {
    max-height: calc(100svh - 32px);
    overflow-y: auto;
  }

  .reader-credits {
    flex: 1 1 auto;
    overflow: visible;
    font-size: 10px;
    line-height: 1.2;
    text-overflow: initial;
    white-space: normal;
  }

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

  .commitment-list article {
    grid-template-columns: 1fr;
  }

  .page-hero h1,
  .section-heading h2,
  .cta-panel h2 {
    overflow-wrap: break-word;
  }
}

/* --- Donation give-tiles (clickable units of impact) --- */
.confidence-grid .give-tile {
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--cream);
  box-shadow: 0 14px 36px rgba(23, 32, 24, 0.08);
  text-decoration: none;
  color: inherit;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.confidence-grid .give-tile:hover {
  transform: translateY(-3px);
  border-color: var(--clay);
  box-shadow: 0 20px 46px rgba(23, 32, 24, 0.14);
}
.confidence-grid .give-tile strong {
  display: block;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  color: var(--ink);
}
.confidence-grid .give-tile span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
}
.confidence-grid .give-tile .give-cta {
  margin-top: auto;
  padding-top: 16px;
  color: var(--clay);
  font-weight: 900;
  font-size: 14px;
}
.give-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
}

/* --- Polish: readable light button --- */
.button.light {
  color: var(--ink);
  background: #fbf3e2;
  border-color: rgba(43, 33, 24, 0.55);
}
.button.light:hover {
  background: #fff;
  border-color: var(--ink);
}

/* --- Polish: refined micro-labels (less heavy, more intentional) --- */
.eyebrow {
  font-weight: 800;
  letter-spacing: 0.14em;
}

/* --- Polish: legible buttons inside dark CTA panels (correct hierarchy) --- */
.cta-panel .button.primary {
  color: var(--ink);
  background: #fff7e8;
  border-color: #fff7e8;
}
.cta-panel .button.primary:hover {
  background: #fff;
  border-color: #fff;
}
.cta-panel .button.light {
  color: #fff7e8;
  background: rgba(255, 247, 232, 0.10);
  border-color: rgba(255, 247, 232, 0.5);
}
.cta-panel .button.light:hover {
  background: rgba(255, 247, 232, 0.2);
  border-color: #fff7e8;
}

/* --- Marketplace / Shop --- */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.shop-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  background: var(--cream);
  box-shadow: 0 14px 36px rgba(23, 32, 24, 0.08);
  transition: transform .18s ease, box-shadow .18s ease;
}
.shop-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(23, 32, 24, 0.16);
}
.shop-media {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--paper);
}
.shop-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}
.shop-card:hover .shop-media img { transform: scale(1.04); }
.shop-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px;
  flex: 1;
}
.shop-body h3 {
  margin: 0;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 24px;
}
.shop-sub {
  margin: 0;
  color: var(--clay);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.shop-body p { margin: 0; color: var(--muted); }
.shop-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 14px;
}
.shop-price {
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: 28px;
  color: var(--ink);
}
.give-note a { color: var(--clay); }
@media (max-width: 900px) {
  .shop-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .shop-grid { grid-template-columns: 1fr; }
}

/* --- Newsletter signup --- */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}
.newsletter-band {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  margin: clamp(40px, 7vw, 96px) clamp(18px, 5vw, 72px) 0;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--cream);
  box-shadow: 0 16px 40px rgba(23, 32, 24, 0.08);
}
.page-main .newsletter-band { margin-left: 0; margin-right: 0; }
.newsletter-copy p:first-child { margin-top: 0; }
.newsletter-copy h2 {
  margin: 6px 0 10px;
  font-family: "Fraunces", Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.05;
}
.newsletter-copy p { margin: 0; color: var(--muted); max-width: 42ch; }
.newsletter-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.newsletter-form input[type=email] {
  flex: 1 1 200px;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fffdf8;
  font: inherit;
  color: var(--ink);
}
.newsletter-form input[type=email]:focus {
  outline: none;
  border-color: var(--clay);
  box-shadow: 0 0 0 3px rgba(176, 88, 58, 0.18);
}
.newsletter-form button {
  min-height: 52px;
  padding: 0 26px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: background .18s ease;
}
.newsletter-form button:hover { background: var(--clay); border-color: var(--clay); }
@media (max-width: 760px) {
  .newsletter-band { grid-template-columns: 1fr; }
}

/* --- Homepage marketplace band CTA --- */
.showcase-cta {
  margin-top: clamp(20px, 3vw, 32px);
  display: flex;
  justify-content: center;
}


/* --- Team member portraits --- */
.team-photo {
  display: block;
  width: calc(100% + 48px);
  margin: -24px -24px 18px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
/* --- Tour detail photo band --- */
.detail-photo { margin: 0; }
.detail-photo img {
  width: 100%;
  height: clamp(280px, 42vw, 460px);
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.detail-photo figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13.5px;
}
/* Hero refinements (2026): remove the decorative play overlay, add a documentary caption */
.lead-media::after { content: none !important; display: none !important; }
.lead-media figcaption {
  position: absolute;
  right: clamp(20px, 4vw, 48px);
  bottom: clamp(18px, 3.5vw, 36px);
  z-index: 2;
  max-width: 34ch;
  font-family: "Mulish", sans-serif;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--cream);
  opacity: .72;
}
@media (max-width: 640px) { .lead-media figcaption { display: none; } }
/* ===== Accessibility + working mobile menu (2026) ===== */
:focus-visible { outline: 2px solid var(--clay); outline-offset: 2px; }
.menu-toggle { padding: 0; cursor: pointer; border: 1px solid var(--line); background: rgba(255,250,240,.9); border-radius: 12px; width: 46px; height: 42px; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); border-radius: 2px; }
@media (max-width: 640px) {
  .hero-trust { display: flex !important; }
  .site-header { flex-direction: row !important; align-items: center !important; flex-wrap: wrap; }
  .menu-toggle { display: flex !important; flex-direction: column; align-items: center; justify-content: center; }
  .site-nav { display: none !important; width: 100%; flex-basis: 100%; flex-direction: column; align-items: flex-start; gap: 14px; padding: 12px 0 4px; }
  .site-nav.is-open { display: flex !important; }
  .site-nav .nav-donate { align-self: stretch; text-align: center; padding: 12px 16px; }
}
