@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --bg: #f2eee8;
  --surface: #ffffff;
  --text: #4f4034;
  --muted: #7a6a5d;
  --accent: #7fb0c0;
  --accent-dark: #6d9cac;
  --brown: #4a382d;
  --line: #ddd4ca;
  --shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  --orange: #ff7900;
  --porcelain: #FAF6F0;
  --blue: #19364D;
  --gold: #E7D088;
}

body {
  font-family: "Trebuchet MS", sans-serif;
  background-color: var(--porcelain);
}

hr {
  height: 0.4rem;
  margin: 2rem;
  background: var(--blue);
}

main {
  width: 100%;
  margin: 0 auto;
}

.content {
  padding: 5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.text-section {
  grid-template-columns: 1fr;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}
.section-heading h2 {
  color: var(--brown);
  font-size: 2rem;
  margin-bottom: 0.5rem;
  line-height: 1.15;
  font-weight: 400;
}
.section-heading p {
  color: #6b625c;
  line-height: 1.6;
}

.eyebrow,
.section-label {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.85rem;
  margin-bottom: 14px;
  text-align: center;
}

.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;
}

.image-wrapper {
  border: 4px solid #d8d1c8;
  padding: 0.5rem;
  margin: 2rem;
  background-color: #f7f4ef;
  display: inline-block;
}
.image-wrapper video,
.image-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}

.image-gallery {
  background: var(--accent);
  margin-bottom: 2.5rem;
  border-radius: 0.8rem;
  overflow: auto;
  white-space: nowrap;
  gap: 2rem;
  padding: 3rem;
}
.image-gallery img {
  margin: 1rem;
  width: 22rem;
  height: 16rem;
  object-fit: cover;
  border-radius: 0.8rem;
  box-shadow: 0 0.5rem 1.1rem rgba(0, 0, 0, 0.15);
}

.primary-donate-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: var(--blue);
  color: white;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 0.9rem;
  border-radius: 0.2rem;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.primary-donate-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.2);
}

.donation-card {
  display: grid;
  grid-template-columns: 2rem 1fr;
  width: 30.25rem;
  min-height: 8rem;
  background: #f6efe4;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}
.donation-card .donation-pattern {
  background: url("/images/samoan_pattern_5.svg") center/250% no-repeat;
  background-size: 400%;
}
.donation-card .donation-content {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 8px;
  padding: 16px;
}
.donation-card .donation-content h3 {
  margin: 0;
  text-align: left;
  color: var(--blue);
  font-family: "Times New Roman", Georgia, serif;
  font-weight: lighter;
}
.donation-card .donation-content .amount-group {
  display: grid;
  grid-template-columns: 52px 1fr 118px;
  min-height: 3.25rem;
  overflow: hidden;
  background-color: var(--porcelain);
  border-radius: 6px;
}
.donation-card .donation-content .amount-group .currency {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  color: #555;
  background: #faf8f5;
  border: 1px solid #e5ddd2;
  border-radius: 0.4rem 0 0 0.4rem;
}
.donation-card .donation-content .amount-group input {
  font-size: 1rem;
  padding: 1rem;
  margin-right: 0.4rem;
  border: 1px solid #e5ddd2;
  border-radius: 0 0.4rem 0.4rem 0;
  outline: none;
}
.donation-card .donation-content .amount-group input::placeholder {
  color: #999;
}
.donation-card .donation-content .amount-group button {
  border: none;
  background: var(--blue);
  color: white;
  font-weight: 700;
  letter-spacing: 0.08em;
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 0.2rem;
}
.donation-card .donation-content .amount-group button:hover {
  background: #0e2948;
}

.site-header {
  top: 0;
  background-color: var(--porcelain);
  border-bottom: 1px #9A771D;
  padding: 8px 0;
  z-index: 1000;
}

.nav-container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 180px 1fr 180px;
  align-items: center;
}

.logo img {
  width: 110px;
  height: auto;
  display: block;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 58px;
}
.main-nav a {
  text-decoration: underline;
  color: #6e5e4f;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 500;
  transition: opacity 0.2s ease;
}
.main-nav a:hover {
  opacity: 0.7;
}

.projects-hero {
  position: relative;
  overflow: hidden;
  min-height: 18rem;
  padding: 4rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: var(--porcelain);
  text-align: center;
}
.projects-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  color: var(--porcelain);
  background: url("/images/samoan_pattern_7.svg") center/cover no-repeat;
  opacity: 0.08;
  z-index: 0;
}
.projects-hero > * {
  position: relative;
  z-index: 1;
}

.projects-hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
}

.projects-eyebrow {
  margin: 0 0 0.9rem;
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.45);
}

.projects-divider {
  width: 16rem;
  height: 1rem;
  margin: 0 auto 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.projects-divider::before,
.projects-divider::after {
  content: "";
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, transparent, #d7ad63, transparent);
}

.projects-divider span {
  width: 0.65rem;
  height: 0.65rem;
  margin: 0 0.6rem;
  border: 2px solid #d7ad63;
  transform: rotate(45deg);
  background: #0b355c;
}

.projects-hero h1 {
  margin: 0 0 1.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 400;
  line-height: 1.05;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}

.projects-copy {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(1rem, 2vw, 1.35rem);
  line-height: 1.55;
  font-weight: 500;
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
}

/* SVG placeholders */
.projects-pattern {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.28;
}

.projects-pattern-left {
  left: -6rem;
  top: 5rem;
  width: 18rem;
  height: 18rem;
  background-image: url("/images/left-leaf-pattern.svg");
}

.projects-pattern-right {
  right: -7rem;
  top: -2rem;
  width: 26rem;
  height: 26rem;
  background-image: url("/images/right-circle-pattern.svg");
}

@media (max-width: 700px) {
  .projects-hero {
    min-height: 22rem;
    padding: 3.5rem 1.25rem;
  }
  .projects-divider {
    width: 12rem;
  }
  .projects-pattern-left {
    left: -9rem;
  }
  .projects-pattern-right {
    right: -13rem;
    opacity: 0.2;
  }
}
@media (max-width: 800px) {
  .nav-container {
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
    z-index: 1000;
  }
  .logo {
    justify-self: center;
  }
  .main-nav {
    flex-wrap: wrap;
    gap: 24px;
  }
  #donate-btn {
    justify-self: center;
  }
}
.site-footer {
  margin-top: 4rem;
  padding: 4rem 0 1.5rem;
  background: #f2e2ba;
  color: #2f241c;
}

.footer-inner {
  width: min(92%, 1300px);
  margin: 0 auto;
  padding-bottom: 2rem;
  display: grid;
  grid-template-columns: 1.3fr 1fr auto;
  gap: 2rem;
  align-items: center;
  border-bottom: 1px solid rgba(47, 36, 28, 0.18);
}

.footer-brand h3 {
  margin: 0 0 0.4rem;
  color: var(--brown);
  font-size: 1.6rem;
  font-weight: 500;
}

.footer-brand p {
  margin: 0;
  color: #6b625c;
  line-height: 1.5;
}

.footer-contact span {
  display: block;
  margin-bottom: 0.35rem;
  color: #6b625c;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.footer-contact a {
  color: #2f241c;
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

.footer-action {
  display: flex;
  justify-content: flex-end;
}

.footer-donate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  background: var(--blue);
  color: white;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.footer-donate:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

.footer-bottom {
  width: min(92%, 1300px);
  margin: 1.25rem auto 0;
}

.footer-bottom p {
  margin: 0;
  color: #6b625c;
  font-size: 0.9rem;
}

@media (max-width: 800px) {
  .footer-inner {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .footer-action {
    justify-content: flex-start;
  }
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  position: relative;
  min-height: 620px;
  overflow: hidden;
}
.hero h1 {
  font-family: "Times New Roman", Georgia, serif;
  font-weight: lighter;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 1.05;
  margin-bottom: 24px;
  text-align: center;
}

.hero-text {
  position: relative;
  background: var(--blue);
  color: #fff;
  padding: 78px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  text-align: center;
}
.hero-text .hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  z-index: 0;
  background: url("/images/samoan_pattern_6.svg") no-repeat;
  opacity: 0.08;
  z-index: 0;
  transform: translate(-400px, 50px) rotate(35deg);
}
.hero-text p {
  color: var(--gold);
}
.hero-text hr {
  width: 100%;
  height: 3px;
  margin: 1.5rem 0;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.9;
}

.hero-copy {
  font-size: 1.15rem;
  max-width: 580px;
  color: var(--gold);
  margin: 0 auto 32px;
  text-align: left;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-image-wrap {
  min-height: 38.75rem;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mission-text {
  line-height: 1.5;
  max-width: 100%;
  font-size: 1.15rem;
  color: var(--muted);
  margin: 2rem;
}

.image-collage {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 220px 220px;
  gap: 18px;
  margin-top: 3rem;
}
.image-collage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.image-collage img:hover {
  transform: scale(1.02);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.15);
}
.image-collage img:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.image-collage img:nth-child(2) {
  grid-column: span 2;
}
.image-collage img:nth-child(3),
.image-collage img:nth-child(4),
.image-collage img:nth-child(5) {
  grid-column: span 1;
}

.samoan-pattern {
  position: relative;
  overflow: hidden;
}

.pattern {
  position: absolute;
  pointer-events: none;
  opacity: 0.08;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.samoan-pattern .content {
  position: relative;
  z-index: 1;
}

.samoan-pattern-one {
  width: 55rem;
  height: 55rem;
  background-image: url("/images/samoan_pattern_2.svg");
  transform: scale(1.5);
}

.samoan-pattern-two {
  width: 55rem;
  height: 55rem;
  background-image: url("/images/samoan_pattern_3.svg");
  transform: scale(0.2);
}

.samoan-pattern-three {
  width: 55rem;
  height: 55rem;
  background-image: url("/images/samoan_pattern_4.svg");
  transform: scale(1);
}

.samoan-pattern-four {
  width: 55rem;
  height: 55rem;
  background-image: url("/images/samoan_pattern_5.svg");
  transform: scale(1);
}

.samoan-pattern-left {
  left: -18rem;
  top: 8rem;
}

.samoan-pattern-right {
  right: -16rem;
  top: -4rem;
  transform: rotate(10deg);
}

.who-we-are-section::before {
  background-image: url("/images/samoan_boat_1.svg");
  transform: translate(0, 2rem) scale(1.3) rotate(-6deg);
}

@media (max-width: 900px) {
  .image-collage {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .image-collage img {
    height: 220px;
  }
  .image-collage img:nth-child(1),
  .image-collage img:nth-child(2),
  .image-collage img:nth-child(3),
  .image-collage img:nth-child(4),
  .image-collage img:nth-child(5) {
    grid-column: span 1;
    grid-row: span 1;
  }
}
@media (max-width: 600px) {
  .image-collage {
    grid-template-columns: 1fr;
  }
  .image-collage img {
    height: 240px;
  }
}
@media (max-width: 800px) {
  .hero {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .hero-text,
  .hero-image-wrap {
    display: block;
  }
  section {
    padding: 64px 0;
  }
}
.vision-section {
  position: relative;
  overflow: hidden;
}

.vision-content {
  position: relative;
  z-index: 1;
}

.vision-pattern-left {
  top: 30rem;
  left: -40rem;
  transform: rotate(45deg);
}

.vision-pattern-right {
  top: 10rem;
  right: -40rem;
  transform: rotate(-90deg);
}

@media (max-width: 768px) {
  .vision-pattern-left {
    left: -46rem;
  }
  .vision-pattern-right {
    right: -46rem;
  }
}
.text-section {
  max-width: 760px;
  margin: 0 auto;
}
.text-section .mission-text {
  line-height: 1.9;
  color: #4d4742;
  margin-bottom: 1.8rem;
  font-size: 1.05rem;
}

.about-svg {
  position: relative;
  overflow: hidden;
}

.about-svg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/images/coconut_tree_1.svg") center/cover no-repeat;
  opacity: 0.08;
  transform: translate(-30rem) scale(1.5) rotate(-10deg);
  z-index: 0;
}

.content {
  position: relative;
  z-index: 1;
}

.founder-profile {
  float: right;
  width: 18rem;
  margin: 0 0 1.5rem 2.5rem;
  text-align: center;
}
.founder-profile img {
  display: block;
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 1rem;
  border: 6px solid #f5f1ea;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.founder-profile figcaption {
  margin-top: 0.9rem;
  color: #6b625c;
  font-size: 0.95rem;
  line-height: 1.4;
}

.family-image-wrapper {
  width: min(68rem, calc(100% - 3rem));
  margin: 0 auto 5rem;
  overflow: hidden;
  border-radius: 1rem;
  border: 6px solid #f5f1ea;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
}
.family-image-wrapper img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .founder-profile {
    float: none;
    width: min(22rem, 100%);
    margin: 2rem auto;
  }
  .family-image-wrapper {
    width: min(calc(100% - 2rem), 42rem);
    margin-bottom: 3.5rem;
  }
  .family-image-wrapper img {
    aspect-ratio: 4/3;
  }
}
.project-read-more {
  font-size: 0.95rem;
  font-weight: 600;
  color: #7a5c46;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.project-read-more:hover {
  opacity: 0.7;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem 1.75rem;
  padding: 3rem 2rem;
  background: #f8f4ee;
}

.project-card {
  overflow: hidden;
  display: grid;
  min-height: 19rem;
  background: #fffaf4;
  border: 1px solid rgba(151, 112, 67, 0.25);
  border-radius: 0.45rem;
  box-shadow: 0 0.35rem 1rem rgba(35, 24, 14, 0.12);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.project-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.6rem 1.4rem rgba(35, 24, 14, 0.18);
}
.project-card.has-image {
  grid-template-columns: 1fr 1fr;
}
.project-card.no-image {
  position: relative;
  grid-template-columns: 1fr;
  background: linear-gradient(rgba(255, 250, 244, 0.93), rgba(255, 250, 244, 0.93)), url("/images/samoan_pattern_7.svg") center/cover no-repeat;
}
.project-card.no-image .project-card-content {
  max-width: 28rem;
}
.project-card img {
  width: 100%;
  height: 100%;
  min-height: 19rem;
  display: block;
  object-fit: cover;
}

.project-card-content {
  padding: 1.65rem 1.55rem 1.35rem;
  display: flex;
  flex-direction: column;
}

.project-category {
  margin: 0 0 0.85rem;
  color: #a98456;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.project-card h3 {
  margin: 0 0 1.25rem;
  color: #14263d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  font-weight: 500;
  line-height: 1.12;
}

.project-description {
  margin: 0;
  color: #2f3744;
  font-size: 1rem;
  line-height: 1.55;
}

.project-meta {
  margin-top: auto;
  padding-top: 1.6rem;
  display: flex;
  gap: 2rem;
  align-items: center;
  color: #2f3744;
  font-size: 0.95rem;
  font-weight: 600;
}
.project-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.project-meta span:first-child::before {
  content: "▣";
  font-size: 0.85rem;
}
.project-meta span:last-child::before {
  content: "⌖";
  font-size: 1rem;
}

@media (max-width: 1200px) {
  .projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .projects-grid {
    grid-template-columns: 1fr;
    padding: 2rem 1rem;
  }
  .project-card.has-image {
    grid-template-columns: 1fr;
  }
  .project-card.has-image img {
    height: 14rem;
    min-height: 0;
  }
  .project-card {
    min-height: auto;
  }
}
.project-detail {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 0 52%, rgba(231, 208, 136, 0.16), transparent 17rem), var(--porcelain);
  color: #062145;
}

.project-detail h1,
.project-detail h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  color: #08264d;
}

.project-detail p {
  line-height: 1.65;
}

.project-detail-hero {
  min-height: 29rem;
  display: grid;
  grid-template-columns: minmax(20rem, 0.95fr) minmax(26rem, 1.55fr);
  background: #082d55;
  color: #ffffff;
}

.project-hero-copy {
  position: relative;
  z-index: 1;
  padding: clamp(2rem, 5vw, 4.25rem) 2rem clamp(2rem, 5vw, 3.5rem) max(2rem, (100vw - 1180px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(90deg, rgba(5, 33, 66, 0.98), rgba(5, 33, 66, 0.93) 70%, rgba(5, 33, 66, 0.2)), url("/images/left-leaf-pattern.svg") -7rem 58%/20rem no-repeat;
}

.project-back-link {
  width: fit-content;
  margin-bottom: 2.2rem;
  color: #f2c77f;
  font-size: 0.95rem;
  text-decoration: none;
}

.project-eyebrow {
  margin: 0 0 1rem;
  color: #f2c77f;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.project-detail h1 {
  max-width: 29rem;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.4rem, 4.6vw, 4.15rem);
  line-height: 1.03;
}

.project-divider {
  width: 11.5rem;
  height: 1rem;
  margin: 1rem auto 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-divider::before,
.project-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, transparent, #d9aa67, transparent);
}

.project-divider span {
  width: 0.42rem;
  height: 0.42rem;
  margin: 0 0.55rem;
  border: 1px solid #d9aa67;
  background: var(--porcelain);
  transform: rotate(45deg);
}

.project-divider-left {
  margin-left: 0;
  margin-right: 0;
}

.project-summary {
  max-width: 31rem;
  margin: 0;
  color: #ffffff;
  font-size: 1.08rem;
}

.project-meta-list {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2.1rem;
  color: #ffffff;
  font-size: 1rem;
}

.project-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.project-hero-image {
  min-height: 29rem;
  background: linear-gradient(90deg, rgba(8, 45, 85, 0.4), rgba(8, 45, 85, 0.04) 30%), linear-gradient(135deg, #c8d9d8, #f2efe7 38%, #547da0 39%, #17496f 70%, #e6d3b3);
  position: relative;
  overflow: hidden;
}

.project-hero-image::before {
  content: "Hero Image Placeholder";
  position: absolute;
  inset: 1.5rem;
  display: grid;
  place-items: center;
  border: 1px dashed rgba(255, 255, 255, 0.65);
  color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-hero-image::after {
  content: "";
  position: absolute;
  right: -6rem;
  bottom: -9rem;
  width: 24rem;
  height: 24rem;
  border: 1.2rem double rgba(255, 255, 255, 0.82);
  border-radius: 50%;
}

.project-overview {
  max-width: 1050px;
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 5rem) 1.5rem 2rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 25.5rem;
  gap: clamp(3rem, 8vw, 7rem);
}

.project-about p {
  max-width: 36rem;
  margin: 0 0 1.6rem;
  font-size: 1.02rem;
}

.project-detail h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  line-height: 1.15;
}

.project-impact {
  padding: 2rem 2rem 1.8rem;
  align-self: start;
  border-radius: 8px;
  background: rgba(245, 237, 226, 0.76);
  box-shadow: 0 18px 45px rgba(46, 35, 24, 0.06);
}

.project-impact ul {
  margin: 1.2rem 0 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
  list-style: none;
}

.project-impact li {
  display: grid;
  grid-template-columns: 3.25rem 1fr;
  align-items: center;
  gap: 1rem;
}

.impact-icon {
  width: 3.1rem;
  height: 3.1rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(8, 38, 77, 0.38);
  border-radius: 50%;
  color: #08264d;
  font-size: 1.4rem;
}

.project-impact strong {
  display: block;
  margin-bottom: 0.1rem;
  color: #08264d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1;
}

.project-highlights {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem 1.5rem 2.5rem;
  text-align: center;
}

.highlight-grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.highlight-grid figure {
  margin: 0;
}

.highlight-image {
  min-height: 10rem;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(8, 38, 77, 0.62), rgba(8, 38, 77, 0.08)), repeating-linear-gradient(90deg, #e7d4b7 0 1rem, #f7efe4 1rem 2rem);
  border: 1px solid rgba(8, 38, 77, 0.1);
}

.highlight-grid figcaption {
  max-width: 14rem;
  margin: 0.8rem auto 0;
  font-size: 0.93rem;
  line-height: 1.45;
}

.project-quote,
.project-donate-callout {
  max-width: 1050px;
  margin: 0 auto;
  border-radius: 8px;
  background: rgba(245, 237, 226, 0.78);
}

.project-quote {
  padding: 2rem clamp(1.5rem, 4vw, 3.8rem);
  display: grid;
  grid-template-columns: 3rem 1fr auto;
  gap: 1.5rem;
  align-items: center;
}

.project-quote > span {
  color: #d7a55f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.2rem;
  line-height: 0.8;
}

.project-quote p {
  margin: 0;
  font-size: 1.05rem;
  font-style: italic;
}

.project-quote cite {
  min-width: 11rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.project-donate-callout {
  margin-top: 2.25rem;
  margin-bottom: 1.5rem;
  padding: 2rem clamp(1.5rem, 4vw, 3rem);
  display: grid;
  grid-template-columns: 5rem 1fr auto;
  gap: 1.6rem;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.project-donate-callout::before {
  content: "";
  position: absolute;
  left: -8rem;
  bottom: -9rem;
  width: 19rem;
  height: 19rem;
  border: 1rem double rgba(215, 165, 95, 0.18);
  border-radius: 50%;
}

.donate-icon {
  width: 4.5rem;
  height: 4.5rem;
  display: grid;
  place-items: center;
  border: 1px solid #d7a55f;
  border-radius: 50%;
  color: #08264d;
  font-size: 2.4rem;
}

.project-donate-callout h2 {
  margin-bottom: 0.45rem;
}

.project-donate-callout p {
  margin: 0;
}

.project-donate-button {
  position: relative;
  z-index: 1;
  min-width: 14.5rem;
  padding: 1.1rem 1.5rem;
  border-radius: 4px;
  background: #082d55;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .project-detail-hero,
  .project-overview,
  .project-donate-callout {
    grid-template-columns: 1fr;
  }
  .project-hero-copy {
    padding-left: 1.5rem;
  }
  .project-hero-image {
    min-height: 18rem;
  }
  .project-overview {
    gap: 2rem;
  }
  .project-impact {
    max-width: none;
  }
  .highlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .project-quote {
    grid-template-columns: 2.5rem 1fr;
  }
  .project-quote cite {
    grid-column: 2;
  }
}
@media (max-width: 560px) {
  .project-meta-list {
    gap: 1rem;
  }
  .project-impact,
  .project-quote,
  .project-donate-callout {
    border-radius: 0;
  }
  .highlight-grid {
    grid-template-columns: 1fr;
  }
  .project-quote {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .project-quote cite {
    grid-column: auto;
  }
  .project-donate-button {
    width: 100%;
  }
}
.donate-hero {
  min-height: 680px;
}

.donate-hero-text {
  gap: 1rem;
}

.donate-card {
  margin-top: 1rem;
  max-width: 42rem;
  width: 100%;
}

.donate-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.donation-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.input-group {
  display: flex;
  align-items: center;
  background: var(--line);
  border-radius: 999px;
  padding: 10px 14px;
}
.input-group input {
  background: transparent;
  border: none;
  outline: none;
  color: black;
  font-size: 1rem;
  width: 100%;
}
.input-group input::placeholder {
  color: grey;
}

.currency {
  color: var(--blue);
  margin-right: 6px;
  font-size: 1rem;
}

.donate-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.donate-info-card {
  background: #f8f4ef;
  border: 1px solid #ddd4ca;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
}
.donate-info-card h3 {
  color: var(--brown);
  font-size: 1.25rem;
  margin-bottom: 0.85rem;
}
.donate-info-card p {
  color: var(--muted);
  line-height: 1.7;
}

.donor-summary {
  max-width: 34rem;
  margin: 0 auto 2rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f8f4ef;
  text-align: left;
}

.donor-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid #e6dfd7;
}
.donor-row:last-child {
  border-bottom: none;
}

.donor-label {
  font-weight: 700;
  color: var(--brown);
}

.donor-value {
  color: var(--muted);
  text-align: right;
  word-break: break-word;
}

@media (max-width: 900px) {
  .donate-info-grid {
    grid-template-columns: 1fr;
  }
}
.success-page {
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1.5rem;
  background: linear-gradient(to bottom, #f8f4ef, #ffffff);
}

.success-card {
  max-width: 780px;
  width: 100%;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  padding: 4rem 2rem;
  text-align: center;
}
.success-card h1 {
  color: var(--brown);
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  line-height: 1.1;
  margin-bottom: 1.25rem;
  font-weight: 400;
}

.success-copy {
  max-width: 620px;
  margin: 0 auto 2rem;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.7;
}

.success-icon {
  width: 88px;
  height: 88px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background: var(--orange);
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.18);
}

.success-message {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.success-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .success-actions a {
    width: 100%;
    max-width: 280px;
    text-align: center;
  }
}
.success-actions .content-btn {
  width: auto;
  min-width: 11rem;
  padding: 14px 24px;
  font-size: 0.95rem;
}

@media (max-width: 800px) {
  .success-card {
    padding: 2.5rem 1.25rem;
  }
  .success-actions {
    flex-direction: column;
    align-items: center;
  }
}

/*# sourceMappingURL=main.css.map */
