/*
 * Gian Trust Charity 5.0 — premium nonprofit design layer.
 * The base theme remains intentionally functional; this file defines the visual system.
 */

@font-face {
  font-family: "Noto Sans Gurmukhi";
  src: url("../fonts/noto-sans-gurmukhi-gurmukhi-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Gurmukhi";
  src: url("../fonts/noto-sans-gurmukhi-gurmukhi-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
}

:root {
  --gt-yellow: #f6ad14;
  --gt-yellow-deep: #df8e00;
  --gt-yellow-soft: #fff3d1;
  --gt-navy: #102732;
  --gt-blue: #245d6c;
  --gt-teal: #26745f;
  --gt-charcoal: #171a1e;
  --gt-cream: #f6f5f1;
  --gt-white: #fff;
  --gt-text: #30343a;
  --gt-muted: #6c727b;
  --gt-line: #e5e3dc;
  --gt-radius: 4px;
  --gt-shadow: 0 22px 55px rgba(20, 25, 30, .12);
  --gt-container: 1220px;
}

html { overflow-x: hidden; }
body {
  overflow-x: hidden;
  color: var(--gt-text);
  background: var(--gt-cream);
  font-family: "Noto Sans Gurmukhi", Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
}
h1, h2, h3, h4, h5, h6 {
  color: var(--gt-charcoal);
  font-family: "Noto Sans Gurmukhi", Inter, "Segoe UI", Roboto, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -.035em;
}
h1 { font-size: clamp(3rem, 5.8vw, 5.35rem); }
h2 { font-size: clamp(2.15rem, 4.1vw, 3.75rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); }
a { color: var(--gt-blue); }
a:hover { color: var(--gt-yellow-deep); }
.gt-container { width: min(calc(100% - 48px), var(--gt-container)); }
.gt-narrow { width: min(calc(100% - 48px), 860px); }
.gt-section { padding: clamp(82px, 8.2vw, 124px) 0; }
.gt-section-sm { padding: 68px 0; }
.gt-section-white { background: #fff; }
.gt-section-header { max-width: 790px; margin-bottom: 50px; }
.gt-section-header.center { max-width: 830px; }
.gt-section-header p { max-width: 680px; color: var(--gt-muted); font-size: 1.06rem; }
.gt-eyebrow {
  gap: 12px;
  margin-bottom: 16px;
  color: #a76900;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .18em;
}
.gt-eyebrow::before { width: 28px; height: 4px; border-radius: 0; background: var(--gt-yellow); }
.gt-button {
  min-height: 54px;
  padding: 14px 25px;
  border-radius: 2px;
  font-size: .75rem;
  letter-spacing: .09em;
  box-shadow: none;
}
.gt-button-yellow { color: var(--gt-charcoal); background: var(--gt-yellow); }
.gt-button-yellow:hover { color: #fff; background: var(--gt-charcoal); }
.gt-button-navy { color: #fff; background: var(--gt-charcoal); }
.gt-button-navy:hover { color: var(--gt-charcoal); background: var(--gt-yellow); }

/* Dark information bar and spacious white navigation. */
.site-header { z-index: 1000; background: #fff; box-shadow: 0 10px 32px rgba(16, 25, 31, .08); }
.topbar { color: #d2d5d8; background: var(--gt-charcoal); }
.topbar-inner { min-height: 50px; justify-content: space-between; gap: 22px; }
.topbar-note {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #d2d5d8;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .02em;
}
.topbar-note .gt-icon { width: 15px; height: 15px; color: var(--gt-yellow); }
.topbar-contact { align-self: stretch; align-items: center; gap: 0; margin-left: auto; }
.topbar-contact > a:not(.topbar-donate) {
  min-height: 50px;
  display: inline-flex;
  padding: 0 18px;
  border-left: 1px solid rgba(255,255,255,.1);
  color: #d2d5d8;
  font-size: .72rem;
}
.topbar-contact a:hover { color: var(--gt-yellow); }
.topbar-contact .gt-icon { color: var(--gt-yellow); }
.topbar-donate {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  padding: 0 24px;
  color: var(--gt-charcoal) !important;
  background: var(--gt-yellow);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.topbar-donate:hover { background: #ffc441; }
.nav-shell { border: 0; background: #fff; }
.nav-inner { min-height: 104px; gap: 30px; }
.site-branding { min-width: 280px; gap: 15px; }
.site-header .custom-logo,
.site-header .bundled-logo {
  width: 82px;
  height: 82px;
  max-height: 82px;
  border: 1px solid #eee9dc;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 6px 18px rgba(16, 25, 31, .09);
}
.site-title { color: var(--gt-charcoal); font-family: inherit; font-size: 1.55rem; font-weight: 900; letter-spacing: -.035em; }
.site-tagline { max-width: 210px; margin-top: 5px; color: #777b81; font-size: .65rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.main-navigation { gap: 16px; }
.main-navigation ul { gap: 0; }
.main-navigation li,
.main-navigation li.current-menu-item { border: 0; background: transparent; }
.main-navigation li::before,
.main-navigation li::after { display: none !important; }
.main-navigation li a {
  padding: 42px 13px 39px;
  color: #34383d;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
}
.main-navigation li a::after {
  right: 13px;
  bottom: 30px;
  left: 13px;
  height: 3px;
  background: var(--gt-yellow);
}
.main-navigation li.current-menu-item > a,
.main-navigation li a:hover { color: var(--gt-yellow-deep); }
.nav-donate {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding: 12px 19px;
  border: 2px solid var(--gt-yellow);
  border-radius: 2px;
  color: var(--gt-charcoal);
  background: transparent;
  font-size: .7rem;
  letter-spacing: .08em;
}
.nav-donate:hover { color: var(--gt-charcoal); background: var(--gt-yellow); }
.menu-toggle { border-radius: 2px; background: var(--gt-yellow); }

/* Cinematic slider. No decorative vertical rule is used anywhere on the banner. */
.home-hero {
  min-height: 690px;
  display: grid;
  align-items: stretch;
  background: var(--gt-charcoal);
}
.home-hero::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(10, 14, 18, .88) 0%, rgba(10, 14, 18, .7) 38%, rgba(10, 14, 18, .32) 68%, rgba(10, 14, 18, .12) 100%);
}
.home-hero::after { display: none !important; content: none !important; }
.hero-slides,
.hero-slide {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
}
.hero-slides { z-index: 0; overflow: hidden; }
.hero-slide {
  display: block !important;
  opacity: 0;
  transform: scale(1);
  transition: opacity .72s ease, transform 6s ease-out;
}
.hero-slide.is-active { opacity: 1; transform: scale(1.045); }
.hero-slide img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.hero-inner { min-height: 690px; align-items: center; padding: 96px 0 132px; }
.hero-content {
  width: min(100%, 770px);
  max-width: 770px;
  padding: 0 !important;
  border: 0 !important;
  border-left: 0 !important;
}
.hero-content::before,
.hero-content::after { display: none !important; content: none !important; }
.hero-content .gt-eyebrow { color: var(--gt-yellow); }
.hero-content h1 {
  max-width: 760px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(3.45rem, 6vw, 5.6rem);
  font-weight: 900;
  line-height: .99;
  text-wrap: balance;
}
.hero-content > p { max-width: 650px; color: rgba(255,255,255,.88); font-size: clamp(1.02rem, 1.5vw, 1.18rem); line-height: 1.7; }
.hero-actions { gap: 12px; margin-top: 31px; }
.hero-note { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 26px; }
.hero-note span {
  position: relative;
  padding: 0 0 0 18px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.hero-note span::before { position: absolute; top: .45em; left: 0; width: 8px; height: 8px; border-radius: 50%; background: var(--gt-yellow); content: ""; }
.hero-slider-ui { right: max(24px, calc((100vw - var(--gt-container)) / 2)); bottom: 54px; gap: 9px; }
.hero-slider-arrow {
  width: 49px;
  height: 49px;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 2px;
  background: rgba(17, 20, 23, .6);
  backdrop-filter: blur(5px);
}
.hero-slider-dots { padding: 14px 15px; border-radius: 2px; background: rgba(17,20,23,.6); }
.hero-slider-arrow:hover,
.hero-slider-arrow:focus-visible { color: var(--gt-charcoal); border-color: var(--gt-yellow); background: var(--gt-yellow); }

/* Impact panel and story. */
.impact-strip { margin-top: -50px; }
.impact-grid {
  border-radius: 0;
  color: #fff;
  background: var(--gt-charcoal);
  box-shadow: 0 22px 50px rgba(0,0,0,.18);
}
.impact-item { min-height: 128px; display: grid; place-content: center; padding: 22px; }
.impact-item + .impact-item::before { top: 22%; bottom: 22%; background: rgba(255,255,255,.13); }
.impact-item strong { color: var(--gt-yellow); font-family: inherit; font-size: 2rem; font-weight: 900; }
.impact-item span { color: rgba(255,255,255,.74); font-size: .64rem; letter-spacing: .13em; }
.story-visual { min-height: 540px; }
.story-main { inset: 0 45px 44px 0; border-radius: 0; box-shadow: var(--gt-shadow); }
.story-main::after { display: none; }
.story-main img { transition: transform .8s ease; }
.story-visual:hover .story-main img { transform: scale(1.025); }
.story-badge {
  right: 0;
  bottom: 0;
  width: 175px;
  padding: 27px 24px;
  color: var(--gt-charcoal);
  background: var(--gt-yellow);
  box-shadow: none;
}
.story-badge strong { color: var(--gt-charcoal); font-family: inherit; font-size: 2.25rem; font-weight: 900; }
.story-badge span { color: var(--gt-charcoal); font-size: .67rem; letter-spacing: .1em; }
.story-copy > p { color: var(--gt-muted); }
.check-list { margin-top: 28px; }
.check-list li { color: #363b40; font-weight: 700; }
.check-list .gt-icon { color: var(--gt-yellow-deep); }

/* Reference-inspired three-column participation block. */
.action-section { position: relative; overflow: hidden; }
.action-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 12% 20%, rgba(246,173,20,.08), transparent 24%);
  content: "";
}
.action-grid { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--gt-line); border-bottom: 1px solid var(--gt-line); }
.action-card { position: relative; min-height: 335px; padding: 48px 40px 42px; background: #fff; }
.action-card + .action-card { border-left: 1px solid var(--gt-line); }
.action-number { position: absolute; top: 28px; right: 31px; color: #eeeae0; font-size: 3.5rem; font-weight: 900; line-height: 1; }
.action-icon { position: relative; width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 28px; color: var(--gt-charcoal); background: var(--gt-yellow); }
.action-icon .gt-icon { width: 28px; height: 28px; }
.action-card h3 { position: relative; font-size: 1.45rem; }
.action-card p { position: relative; color: var(--gt-muted); }
.action-card a { position: relative; display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; color: var(--gt-charcoal); font-size: .69rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.action-card a:hover { color: var(--gt-yellow-deep); }
.action-card a .gt-icon { width: 16px; }

/* Cause-style project cards. */
.projects-showcase { background: #f2f1ed; }
.project-grid { gap: 28px; }
.project-card {
  min-height: 570px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 14px 40px rgba(19,24,29,.08);
}
.project-card::after { display: none; }
.project-card:hover { transform: translateY(-8px); box-shadow: 0 24px 56px rgba(19,24,29,.15); }
.project-card-photo { width: 100%; height: 245px; margin: 0; object-fit: cover; }
.project-card-body { position: relative; flex: 1; display: flex; flex-direction: column; padding: 34px 30px 30px; }
.project-icon {
  position: absolute;
  top: -29px;
  right: 26px;
  z-index: 2;
  width: 58px;
  height: 58px;
  margin: 0;
  border: 5px solid #fff;
  border-radius: 50%;
  color: var(--gt-charcoal);
  background: var(--gt-yellow) !important;
  box-shadow: 0 8px 22px rgba(20,25,30,.15);
}
.project-icon .gt-icon { width: 24px; height: 24px; }
.project-kicker { display: block; margin-bottom: 11px; color: #a76800; font-size: .61rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.project-card h3 { margin-bottom: 13px; font-size: 1.42rem; }
.project-card p { margin-bottom: 22px; color: var(--gt-muted); line-height: 1.65; }
.project-card-accent { display: block; height: 4px; margin: auto 0 24px; overflow: hidden; background: #eeeae1; }
.project-card-accent i { display: block; width: 70%; height: 100%; background: var(--gt-yellow); }
.project-card a { color: var(--gt-charcoal); font-size: .68rem; letter-spacing: .1em; }
.project-card a:hover { color: var(--gt-yellow-deep); }

/* Editorial mission section, process and calls to action. */
.mission-band { background: var(--gt-charcoal); }
.mission-band::before { opacity: .8; background: radial-gradient(circle at 86% 28%, rgba(246,173,20,.15), transparent 24%); }
.mission-grid { grid-template-columns: 1fr .82fr; gap: clamp(45px, 7vw, 92px); }
.mission-copy h2 { font-size: clamp(2.3rem, 4.4vw, 4.05rem); line-height: 1.05; }
.mission-copy p { color: #c8cbcf; }
.mission-photo { min-height: 430px; border-radius: 0; box-shadow: none; }
.mission-photo::after { background: linear-gradient(transparent, rgba(15,17,20,.92)); }
.mission-photo strong { font-family: inherit; font-size: 1.45rem; font-weight: 900; }
.steps { gap: 38px; }
.step { padding-top: 84px; }
.step::before { width: 58px; height: 58px; border: 0; border-radius: 0; color: var(--gt-charcoal); background: var(--gt-yellow); font-family: inherit; font-weight: 900; box-shadow: none; }
.step:not(:last-child)::after { top: 29px; left: 78px; border-color: #d4d0c6; }
.support-panel { border-radius: 0; color: #fff; background: var(--gt-charcoal); }
.support-panel h2 { color: #fff; }
.support-panel p { color: #bfc3c7; }
.support-panel .gt-button-navy { color: var(--gt-charcoal); background: var(--gt-yellow); }
.support-panel .gt-button-navy:hover { color: var(--gt-charcoal); background: #ffc23d; }

/* Inner page banners and content. */
.page-hero { min-height: 420px; background: var(--gt-charcoal); }
.page-hero::before { background: linear-gradient(90deg, rgba(12,15,18,.92), rgba(12,15,18,.72) 50%, rgba(12,15,18,.24)); }
.page-hero::after { display: none; }
.page-hero.has-image::before { background: linear-gradient(90deg, rgba(12,15,18,.92), rgba(12,15,18,.68) 52%, rgba(12,15,18,.22)); }
.page-hero-inner { padding: 96px 0; }
.page-hero h1 { font-size: clamp(3rem, 6.2vw, 5rem); font-weight: 900; }
.page-hero p { color: rgba(255,255,255,.8); }
.breadcrumbs { color: rgba(255,255,255,.55); }
.project-detail-grid { gap: 30px; }
.project-detail {
  grid-template-columns: 300px 1fr 215px;
  gap: 34px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  box-shadow: 0 12px 36px rgba(19,24,29,.08);
}
.project-detail-media { height: 100%; min-height: 280px; }
.project-detail-image { height: 100%; min-height: 280px; border-radius: 0; }
.project-detail > div:nth-child(2) { padding: 34px 0; }
.project-detail-title .project-icon { position: static; flex: 0 0 auto; border-radius: 50%; }
.project-detail h2 { font-size: 1.65rem; }
.project-highlights { margin-right: 28px; border-color: var(--gt-line); }
.value-grid { gap: 0; }
.value-card { min-height: 280px; padding: 40px; border-radius: 0; background: var(--gt-charcoal); }
.value-card:nth-child(2) { background: var(--gt-yellow); }
.value-card:nth-child(3) { background: var(--gt-blue); }
.value-number { font-family: inherit; font-weight: 900; }
.timeline::before { background: #dedbd3; }
.timeline-year { color: var(--gt-yellow-deep); font-family: inherit; font-weight: 900; }
.timeline-content::before { border-radius: 0; background: var(--gt-yellow); }
.entry-card, .contact-card, .contact-form, .donation-box { border-radius: 0; }

/* Conventional responsive gallery — no circular or gyroscope layout. */
.gallery-intro { margin-bottom: 34px; }
.gallery-filters {
  flex-wrap: nowrap;
  gap: 8px;
  margin-bottom: 34px;
  padding-bottom: 8px;
  overflow-x: auto;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}
.gallery-filter {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 11px 22px;
  border-color: #d6d3ca;
  border-radius: 2px;
  color: var(--gt-charcoal);
  background: #fff;
  font-size: .68rem;
  letter-spacing: .1em;
}
.gallery-filter.is-active,
.gallery-filter[aria-pressed="true"] { color: var(--gt-charcoal); border-color: var(--gt-yellow); background: var(--gt-yellow); box-shadow: none; }
.gt-gallery-grid,
.wp-block-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-auto-flow: row !important;
  gap: 24px !important;
}
.gt-gallery-item,
.gt-gallery-item:nth-child(1),
.gt-gallery-item:nth-child(2),
.gt-gallery-item:nth-child(5),
.gt-gallery-item:nth-child(6),
.wp-block-gallery .wp-block-image,
.wp-block-gallery .wp-block-image:nth-child(1),
.wp-block-gallery .wp-block-image:nth-child(6) {
  min-height: 0;
  aspect-ratio: 4 / 3;
  grid-column: auto !important;
  overflow: hidden;
  border-radius: 0;
  background: var(--gt-charcoal);
  box-shadow: 0 12px 32px rgba(19,24,29,.09);
}
.gallery-open { position: relative; height: 100%; overflow: hidden; }
.gt-gallery-item img,
.wp-block-gallery .wp-block-image img { position: absolute; inset: 0; width: 100%; height: 100% !important; object-fit: cover; }
.gallery-caption { padding: 70px 20px 19px; background: linear-gradient(transparent, rgba(15,17,20,.94)); font-size: .8rem; }
.gallery-caption small { color: var(--gt-yellow); }
.gallery-lightbox-close { border-radius: 2px; }

/* Forms and donation UI. */
.contact-grid { gap: 76px; }
.contact-card { padding: 22px; border-color: #e1ded6; background: #fff; }
.contact-card .gt-icon { color: var(--gt-yellow-deep); }
.contact-social-link { border-radius: 2px; }
.contact-form { border-top: 5px solid var(--gt-yellow); box-shadow: 0 20px 55px rgba(19,24,29,.1); }
.form-field input,
.form-field textarea { border-radius: 2px; background: #fbfbf9; }
.donation-box { box-shadow: 0 20px 55px rgba(19,24,29,.1); }
.donation-box-head { background: var(--gt-charcoal); }
.impact-list li { border-radius: 0; }
.impact-list .project-icon { position: static; border-radius: 50%; }

/* Large four-column charity footer. */
.site-footer { color: #bfc3c7; background: #15181c; }
.footer-main { padding: 86px 0 62px; }
.footer-grid { grid-template-columns: 1.35fr .72fr 1fr 1.08fr; gap: 58px; }
.footer-logo-row .bundled-logo,
.footer-logo-row .custom-logo { border-radius: 50%; }
.footer-logo-row strong { font-family: inherit; font-size: 1.4rem; font-weight: 900; }
.footer-brand > p, .footer-cta p { color: #9da2a7; }
.footer-title { position: relative; margin-bottom: 27px; padding-bottom: 13px; font-size: .7rem; letter-spacing: .15em; }
.footer-title::after { position: absolute; bottom: 0; left: 0; width: 32px; height: 3px; background: var(--gt-yellow); content: ""; }
.footer-menu, .footer-contact { gap: 12px; }
.footer-menu a, .footer-contact a { color: #b7bbc0; }
.footer-contact .gt-icon { color: var(--gt-yellow); }
.social-links a { border-radius: 2px; }
.footer-bottom { border-color: rgba(255,255,255,.08); }
.footer-bottom-inner { min-height: 66px; }
.footer-bottom p { color: #7f858b; }

@media (max-width: 1160px) {
  .site-branding { min-width: 230px; }
  .site-title { font-size: 1.36rem; }
  .site-tagline { max-width: 170px; }
  .site-header .custom-logo,
  .site-header .bundled-logo { width: 74px; height: 74px; max-height: 74px; }
  .main-navigation { gap: 8px; }
  .main-navigation li a { padding-inline: 9px; font-size: .68rem; }
  .nav-donate { padding-inline: 14px; }
  .project-detail { grid-template-columns: 255px 1fr; }
  .project-detail > div:nth-child(2) { padding-right: 28px; }
  .project-highlights { grid-column: 1 / -1; margin: 0 28px 28px; padding: 22px 0 0; border-top: 1px solid var(--gt-line); border-left: 0; }
  .footer-grid { grid-template-columns: 1.2fr .75fr 1fr; gap: 45px; }
  .footer-cta { grid-column: 1 / -1; }
}

@media (max-width: 960px) {
  .topbar-note span { max-width: 280px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .topbar-contact > a:not(.topbar-donate) span { display: none; }
  .nav-inner { min-height: 92px; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-navigation {
    position: fixed;
    inset: 142px 0 0;
    z-index: 999;
    display: block;
    padding: 32px 24px 46px;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    background: #fff;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .menu-open .main-navigation { visibility: visible; opacity: 1; transform: none; }
  .main-navigation ul { display: block; width: min(100%, 640px); margin: 0 auto 26px; }
  .main-navigation li { border-bottom: 1px solid var(--gt-line); }
  .main-navigation li a { padding: 17px 6px; font-size: .82rem; }
  .main-navigation li a::after { display: none; }
  .nav-donate { width: min(100%, 640px); min-height: 52px; justify-content: center; margin: auto; background: var(--gt-yellow); }
  .hero-content { max-width: 680px; }
  .hero-content h1 { font-size: clamp(3.15rem, 8.2vw, 4.8rem); }
  .action-card { padding: 42px 28px 38px; }
  .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mission-grid { grid-template-columns: 1fr; gap: 45px; }
  .mission-photo { max-width: 720px; }
  .gt-grid-2, .contact-grid, .donate-layout { grid-template-columns: 1fr; }
  .story-visual { max-width: 680px; }
  .gt-gallery-grid,
  .wp-block-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-cta { grid-column: auto; }
}

@media (max-width: 720px) {
  .gt-container, .gt-narrow { width: min(calc(100% - 30px), var(--gt-container)); }
  .gt-section { padding: 72px 0; }
  .gt-section-sm { padding: 48px 0; }
  .gt-section-header { margin-bottom: 34px; }
  .topbar { display: none; }
  .nav-inner { min-height: 84px; }
  .site-branding { min-width: 0; gap: 11px; }
  .site-header .custom-logo,
  .site-header .bundled-logo { width: 62px; height: 62px; max-height: 62px; }
  .site-title { font-size: 1.18rem; }
  .site-tagline { max-width: 145px; font-size: .57rem; }
  .menu-toggle { width: 46px; height: 46px; flex: 0 0 auto; }
  .main-navigation { inset: 84px 0 0; }

  .home-hero, .hero-inner { min-height: 665px; }
  .home-hero::before { background: linear-gradient(180deg, rgba(12,15,18,.34) 0%, rgba(12,15,18,.25) 36%, rgba(12,15,18,.73) 68%, rgba(12,15,18,.96) 100%); }
  .hero-inner { align-items: end; padding: 76px 0 116px; }
  .hero-content { width: 100%; max-width: none; padding: 0 !important; border: 0 !important; border-left: 0 !important; }
  .hero-content h1 { max-width: 570px; margin-bottom: 17px; font-size: clamp(2.35rem, 11vw, 3.35rem); line-height: 1.02; }
  .hero-content > p { font-size: .94rem; line-height: 1.58; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 9px; margin-top: 23px; }
  .hero-actions .gt-button { width: 100%; }
  .hero-note { gap: 14px; margin-top: 18px; }
  .hero-note span { padding-left: 14px; font-size: .61rem; }
  .hero-note span::before { width: 6px; height: 6px; }
  .hero-slider-ui { right: 50%; bottom: 33px; max-width: calc(100% - 24px); transform: translateX(50%); }
  .hero-slider-arrow { width: 42px; height: 42px; flex: 0 0 auto; }
  .hero-slider-dots { gap: 6px; padding: 11px 10px; }
  .hero-slider-dot { width: 8px; height: 8px; }
  .hero-slider-dot.is-active { width: 20px; }

  .impact-strip { margin-top: -18px; }
  .impact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .impact-item { min-height: 105px; padding: 17px 10px; }
  .impact-item:nth-child(3)::before { display: none; }
  .impact-item:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.12); }
  .impact-item strong { font-size: 1.55rem; }
  .impact-item span { font-size: .57rem; }
  .story-visual { min-height: 410px; }
  .story-main { inset: 0 24px 40px 0; }
  .story-badge { width: 150px; padding: 21px 18px; }
  .action-grid { grid-template-columns: 1fr; }
  .action-card { min-height: 0; padding: 38px 27px; }
  .action-card + .action-card { border-top: 1px solid var(--gt-line); border-left: 0; }
  .project-grid { grid-template-columns: 1fr; gap: 22px; }
  .project-card { min-height: 0; }
  .project-card-photo { height: 230px; }
  .mission-photo { min-height: 330px; }
  .steps { grid-template-columns: 1fr; }
  .step:not(:last-child)::after { top: 58px; bottom: -20px; left: 29px; width: 1px; height: auto; border-top: 0; border-left: 1px dashed #d4d0c6; }
  .support-panel { grid-template-columns: 1fr; gap: 24px; padding: 32px 25px; }
  .support-panel .gt-button { width: 100%; }

  .page-hero { min-height: 340px; }
  .page-hero-inner { padding: 75px 0; }
  .page-hero h1 { font-size: clamp(2.55rem, 12vw, 3.65rem); }
  .page-hero p { font-size: .94rem; }
  .project-detail { grid-template-columns: 1fr; }
  .project-detail-media { min-height: 240px; }
  .project-detail-image { min-height: 240px; }
  .project-detail > div:nth-child(2) { padding: 28px 24px 0; }
  .project-highlights { margin: 0 24px 26px; }
  .project-detail-title .project-icon { width: 54px; height: 54px; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 0; padding: 34px 28px; }
  .gallery-intro { align-items: flex-start; flex-direction: column; gap: 20px; }
  .gallery-intro .gt-button { width: 100%; }
  .gallery-filters { margin-right: -15px; padding-right: 15px; }
  .gt-gallery-grid,
  .wp-block-gallery { grid-template-columns: 1fr !important; gap: 18px !important; }
  .gt-gallery-item,
  .gt-gallery-item:nth-child(1),
  .gt-gallery-item:nth-child(2),
  .gt-gallery-item:nth-child(5),
  .gt-gallery-item:nth-child(6),
  .wp-block-gallery .wp-block-image,
  .wp-block-gallery .wp-block-image:nth-child(1),
  .wp-block-gallery .wp-block-image:nth-child(6) { aspect-ratio: 4 / 3; grid-column: 1 !important; }
  .contact-grid, .donate-layout { gap: 40px; }
  .contact-form, .donation-box-body { padding: 25px; }
  .footer-main { padding: 64px 0 48px; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom-inner { align-items: flex-start; flex-direction: column; padding: 20px 0; }
}

@media (max-width: 430px) {
  .gt-container, .gt-narrow { width: min(calc(100% - 24px), var(--gt-container)); }
  .brand-copy { max-width: 175px; }
  .home-hero, .hero-inner { min-height: 645px; }
  .hero-inner { padding-bottom: 108px; }
  .hero-content h1 { font-size: clamp(2.2rem, 11vw, 2.85rem); }
  .hero-content > p { font-size: .9rem; }
  .hero-note span:last-child { display: none; }
  .hero-slider-arrow { width: 38px; height: 38px; }
  .hero-slider-dots { padding: 9px 8px; }
  .project-card-photo { height: 210px; }
  .page-hero { min-height: 315px; }
}

/* Projects — editorial initiative showcase. */
.projects-page .page-hero { background-position: center 42%; }
.projects-intro-section {
  padding: clamp(82px, 8vw, 122px) 0;
  background: #fff;
}
.projects-intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr);
  gap: clamp(50px, 8vw, 108px);
  align-items: center;
}
.projects-intro-copy h2 {
  max-width: 760px;
  margin-bottom: 25px;
  font-size: clamp(2.65rem, 5vw, 4.75rem);
  line-height: .99;
}
.projects-intro-copy p {
  max-width: 760px;
  margin-bottom: 30px;
  color: var(--gt-muted);
  font-size: 1.05rem;
}
.projects-text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 7px;
  color: var(--gt-charcoal);
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.projects-text-link::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--gt-yellow);
  content: "";
  transform-origin: left;
  transition: transform .25s ease;
}
.projects-text-link:hover { color: var(--gt-yellow-deep); }
.projects-text-link:hover::after { transform: scaleX(.55); }
.projects-text-link .gt-icon { width: 17px; height: 17px; }
.projects-manifesto {
  position: relative;
  padding: 52px 46px 42px;
  overflow: hidden;
  color: #fff;
  background: var(--gt-charcoal);
}
.projects-manifesto::before {
  position: absolute;
  top: -95px;
  right: -75px;
  width: 260px;
  height: 260px;
  border: 54px solid rgba(246,173,20,.13);
  border-radius: 50%;
  content: "";
}
.projects-manifesto::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
  background: var(--gt-yellow);
  content: "";
}
.projects-manifesto-label {
  position: relative;
  z-index: 1;
  display: block;
  color: #c4c7ca;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.projects-manifesto > strong {
  position: relative;
  z-index: 1;
  display: block;
  margin: 8px 0 14px;
  color: var(--gt-yellow);
  font-size: clamp(4.4rem, 7vw, 6.65rem);
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: .94;
}
.projects-manifesto > p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #c4c7ca;
  line-height: 1.65;
}
.projects-manifesto-meta {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.14);
}
.projects-manifesto-meta span {
  display: flex;
  flex-direction: column;
  color: #aeb2b6;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.projects-manifesto-meta span + span { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.14); }
.projects-manifesto-meta b { color: #fff; font-size: 1.5rem; letter-spacing: -.04em; }

.project-jump-grid {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--gt-line);
}
.project-jump {
  --project-accent: var(--gt-yellow);
  position: relative;
  min-height: 148px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 31px 28px;
  overflow: hidden;
  color: var(--gt-charcoal);
  background: #f9f8f5;
}
.project-jump::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--project-accent);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.project-jump:hover { z-index: 1; color: var(--gt-charcoal); background: #fff; box-shadow: 0 15px 38px rgba(20,25,30,.1); }
.project-jump:hover::before { transform: scaleX(1); }
.project-jump-number {
  position: absolute;
  top: -12px;
  right: 12px;
  color: rgba(20,25,30,.05);
  font-size: 4.9rem;
  font-weight: 900;
  letter-spacing: -.08em;
  line-height: 1;
}
.project-jump-icon,
.project-feature-icon {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #fff;
  background: var(--project-accent);
}
.project-jump-icon .gt-icon { width: 24px; height: 24px; }
.project-jump strong { position: relative; z-index: 1; max-width: 190px; font-size: .9rem; line-height: 1.35; }
.project-jump > .gt-icon:last-child { position: relative; z-index: 1; width: 17px; height: 17px; }
.project-jump--religious, .project-feature--religious { --project-accent: #f6ad14; }
.project-jump--welfare, .project-feature--welfare { --project-accent: #26745f; }
.project-jump--scholarship, .project-feature--scholarship { --project-accent: #245d6c; }
.project-jump--environment, .project-feature--environment { --project-accent: #4d7f4b; }
.project-jump--music, .project-feature--music { --project-accent: #815b8f; }
.project-jump--gatka, .project-feature--gatka { --project-accent: #d96c2c; }

.projects-catalog-section {
  padding: clamp(96px, 9vw, 142px) 0;
  background: #f1f0ec;
}
.projects-catalog-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: clamp(44px, 7vw, 94px);
  align-items: end;
  margin-bottom: 60px;
}
.projects-catalog-heading h2 { max-width: 780px; margin: 0; line-height: 1.02; }
.projects-catalog-heading > p {
  margin: 0 0 9px;
  padding-left: 24px;
  border-left: 4px solid var(--gt-yellow);
  color: var(--gt-muted);
}
.project-feature-list { display: grid; gap: 44px; }
.project-feature {
  --project-accent: var(--gt-yellow);
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
  align-items: center;
  overflow: hidden;
  scroll-margin-top: 160px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(19,24,29,.08);
}
.project-feature:nth-child(even) .project-feature-media { order: 2; }
.project-feature:nth-child(even) .project-feature-body { order: 1; }
.project-feature-media { position: relative; width: 100%; min-height: 0; aspect-ratio: 16 / 9; align-self: center; overflow: hidden; background: transparent; }
.project-feature--religious .project-feature-media,
.project-feature--environment .project-feature-media,
.project-feature--gatka .project-feature-media { aspect-ratio: 4 / 3; }
.project-feature-media::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(14,17,20,.42)); content: ""; }
.project-feature-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.project-feature:hover .project-feature-media img { transform: scale(1.035); }
.project-feature-number {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  min-width: 112px;
  padding: 19px 23px;
  color: #fff;
  background: var(--project-accent);
  font-size: 2.25rem;
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: 1;
  text-align: center;
}
.project-feature:nth-child(even) .project-feature-number { right: auto; left: 0; }
.project-feature-body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 5.2vw, 72px);
}
.project-feature-body::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: var(--project-accent);
  content: "";
}
.project-feature:nth-child(even) .project-feature-body::before { right: 0; left: auto; }
.project-feature-kicker {
  display: block;
  margin-bottom: 19px;
  color: var(--project-accent);
  font-size: .64rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.project-feature-title { display: flex; gap: 18px; align-items: center; }
.project-feature-icon { width: 62px; height: 62px; }
.project-feature-icon .gt-icon { width: 27px; height: 27px; }
.project-feature-title h2 { margin: 0; font-size: clamp(2rem, 3.2vw, 3rem); line-height: 1.06; }
.project-feature-body > p { margin: 25px 0 29px; color: var(--gt-muted); line-height: 1.8; }
.project-feature-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 31px;
  padding: 0;
  list-style: none;
}
.project-feature-highlights li {
  position: relative;
  padding: 9px 13px 9px 27px;
  border: 1px solid var(--gt-line);
  color: #50555c;
  background: #faf9f6;
  font-size: .7rem;
  font-weight: 800;
  line-height: 1.35;
}
.project-feature-highlights li::before {
  position: absolute;
  top: 50%;
  left: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--project-accent);
  content: "";
  transform: translateY(-50%);
}
.project-feature-body .projects-text-link { align-self: flex-start; }
.projects-cta-section { padding: 0 0 clamp(92px, 9vw, 138px); background: #f1f0ec; }
.projects-cta-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 45px;
  align-items: center;
  padding: clamp(48px, 6vw, 82px);
  overflow: hidden;
  color: #fff;
  background: var(--gt-charcoal);
}
.projects-cta-panel::before {
  position: absolute;
  top: -140px;
  right: 14%;
  width: 360px;
  height: 360px;
  border: 72px solid rgba(246,173,20,.1);
  border-radius: 50%;
  content: "";
}
.projects-cta-panel > * { position: relative; z-index: 1; }
.projects-cta-panel h2 { max-width: 780px; margin-bottom: 15px; color: #fff; font-size: clamp(2.25rem, 4vw, 3.7rem); line-height: 1.04; }
.projects-cta-panel p { max-width: 700px; margin: 0; color: #bdc1c5; }
.projects-cta-panel .gt-button { white-space: nowrap; }

@media (max-width: 960px) {
  .projects-intro-layout, .projects-catalog-heading { grid-template-columns: 1fr; }
  .projects-intro-layout { gap: 45px; }
  .projects-manifesto { max-width: 620px; }
  .project-jump-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-feature { grid-template-columns: 1fr; min-height: 0; }
  .project-feature:nth-child(even) .project-feature-media,
  .project-feature:nth-child(even) .project-feature-body { order: initial; }
  .project-feature-media { min-height: 0; }
  .project-feature:nth-child(even) .project-feature-number { right: 0; left: auto; }
  .project-feature:nth-child(even) .project-feature-body::before { right: auto; left: 0; }
  .projects-cta-panel { grid-template-columns: 1fr; }
  .projects-cta-panel .gt-button { justify-self: start; }
}

@media (max-width: 640px) {
  .projects-intro-section { padding: 70px 0; }
  .projects-intro-copy h2 { font-size: clamp(2.3rem, 12vw, 3.25rem); }
  .projects-manifesto { padding: 40px 27px 32px; }
  .projects-manifesto-meta span + span { padding-left: 16px; }
  .project-jump-grid { grid-template-columns: 1fr; margin-top: 52px; }
  .project-jump { min-height: 108px; padding: 24px 22px; }
  .project-jump-number { font-size: 4.2rem; }
  .project-jump-icon { width: 49px; height: 49px; }
  .projects-catalog-section { padding: 76px 0; }
  .projects-catalog-heading { gap: 27px; margin-bottom: 38px; }
  .projects-catalog-heading > p { padding-left: 18px; }
  .project-feature-list { gap: 28px; }
  .project-feature-media { min-height: 0; }
  .project-feature-number { min-width: 86px; padding: 15px 18px; font-size: 1.85rem; }
  .project-feature-body { padding: 34px 25px 39px; }
  .project-feature-title { align-items: flex-start; gap: 14px; }
  .project-feature-icon { width: 52px; height: 52px; }
  .project-feature-title h2 { font-size: clamp(1.75rem, 8vw, 2.25rem); }
  .project-feature-body > p { margin: 22px 0 25px; font-size: .94rem; line-height: 1.72; }
  .projects-cta-section { padding-bottom: 76px; }
  .projects-cta-panel { gap: 30px; padding: 42px 26px; }
  .projects-cta-panel .gt-button { width: 100%; justify-self: stretch; white-space: normal; }
}
