.elementor-kit-24{--e-global-color-primary:#1E1E1E;--e-global-color-secondary:#C8102E;--e-global-color-text:#333333;--e-global-color-accent:#EF3553;--e-global-color-242ba3d:#FFFFFF;--e-global-color-7fb2b3a:#F5F5F5;--e-global-color-faa49da:#000000;--e-global-color-65cf172:#FF0000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:17px;--e-global-typography-accent-font-weight:600;background-color:var( --e-global-color-secondary );color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-24 e-page-transition{background-color:#FFBC7D;}.elementor-kit-24 a:hover{color:var( --e-global-color-primary );}.elementor-kit-24 h1{color:var( --e-global-color-primary );}.elementor-kit-24 h2{color:var( --e-global-color-primary );}.elementor-kit-24 h3{color:var( --e-global-color-primary );}.elementor-kit-24 h4{color:var( --e-global-color-primary );}.elementor-kit-24 h5{color:var( --e-global-color-primary );}.elementor-kit-24 button,.elementor-kit-24 input[type="button"],.elementor-kit-24 input[type="submit"],.elementor-kit-24 .elementor-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );color:var( --e-global-color-242ba3d );border-radius:35px 35px 35px 35px;padding:15px 35px 15px 35px;}.elementor-kit-24 button:hover,.elementor-kit-24 button:focus,.elementor-kit-24 input[type="button"]:hover,.elementor-kit-24 input[type="button"]:focus,.elementor-kit-24 input[type="submit"]:hover,.elementor-kit-24 input[type="submit"]:focus,.elementor-kit-24 .elementor-button:hover,.elementor-kit-24 .elementor-button:focus{border-radius:35px 35px 35px 35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-24{--e-global-typography-secondary-font-size:36px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:16px;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-24 button,.elementor-kit-24 input[type="button"],.elementor-kit-24 input[type="submit"],.elementor-kit-24 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-24{--e-global-typography-secondary-font-size:32px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:16px;font-size:var( --e-global-typography-text-font-size );}.elementor-kit-24 button,.elementor-kit-24 input[type="button"],.elementor-kit-24 input[type="submit"],.elementor-kit-24 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================================
   SUICIDE WATCH GLOBAL — PART 1 of 3
   Paste this into: Elementor → Site Settings → Custom CSS
   OR: Appearance → Customize → Additional CSS
   ============================================================ */

html body {
  --ink: #171410;
  --black: #0e0c0a;
  --paper: #fbf8f2;
  --white: #ffffff;
  --beige: #ede3d2;
  --beige-deep: #e2d4bc;
  --sand: #cbb48c;
  --gold: #b0892f;
  --red: #c5352b;
  --red-deep: #9e2a22;
  --line: #e4d9c5;
  --line-dk: #37312a;
  --muted: #6e6457;
  --display: "Playfair Display", Georgia, serif;
  --body: "Montserrat", system-ui, sans-serif;
  --maxw: 1180px;
}

/* Google Fonts are loaded in Part 2 via a <link> tag */

#swg-root * {
  box-sizing: border-box;
}
#swg-root {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
#swg-root h1,
#swg-root h2,
#swg-root h3,
#swg-root h4 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.06;
  margin: 0;
  letter-spacing: -0.01em;
}
#swg-root p {
  margin: 0 0 1.1em;
}
#swg-root a {
  color: inherit;
}
#swg-root img {
  max-width: 100%;
  display: block;
}
#swg-root .wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 28px;
}
#swg-root .eyebrow {
  font-family: var(--body);
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
#swg-root .eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--gold);
  display: inline-block;
}
#swg-root .eyebrow.red {
  color: var(--red);
}
#swg-root .eyebrow.red::before {
  background: var(--red);
}

/* ---------- Crisis bar ---------- */
#swg-root .crisis-bar {
  background: var(--red);
  color: #fff;
  text-align: center;
  font-size: 14.5px;
  font-weight: 500;
  padding: 11px 20px;
  line-height: 1.45;
  letter-spacing: 0.01em;
}
#swg-root .crisis-bar strong { font-weight: 700; }
#swg-root .crisis-bar a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

/* ---------- Disclaimer band ---------- */
#swg-root .disclaimer-band {
  background: var(--ink);
  color: #e7decc;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  padding: 9px 20px;
  letter-spacing: 0.02em;
}
#swg-root .disclaimer-band b {
  color: #fff;
  font-weight: 600;
}

/* ---------- Nav ---------- */
#swg-root .swg-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 248, 242, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
#swg-root .nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 78px;
}
#swg-root .brand {
  display: flex;
  align-items: center;
  gap: 11px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
#swg-root .brand img { height: 60px; width: auto; }
#swg-root .nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
}
#swg-root .nav-links button {
  background: none;
  border: none;
  font-family: var(--body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--ink);
  padding: 9px 12px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  transition: color 0.15s;
}
#swg-root .nav-links button:hover { color: var(--red); }
#swg-root .nav-links button.active { color: var(--red); }
#swg-root .nav-links button.active::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 2px;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
}
#swg-root .btn-donate-nav {
  background: var(--red) !important;
  color: #fff !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase;
  font-size: 12px !important;
  padding: 11px 20px !important;
  border-radius: 999px !important;
  margin-left: 10px;
  box-shadow: 0 3px 14px rgba(197, 53, 43, 0.32);
}
#swg-root .btn-donate-nav::after { display: none !important; }
#swg-root .btn-donate-nav:hover {
  background: var(--red-deep) !important;
  color: #fff !important;
}
#swg-root .menu-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 9px 12px;
  cursor: pointer;
  font-size: 19px;
  line-height: 1;
  color: #000;
}

/* ---------- Buttons ---------- */
#swg-root .btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  font-family: var(--body);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  text-decoration: none;
  transition: transform 0.12s, background 0.15s, color 0.15s, border-color 0.15s;
}
#swg-root .btn:active { transform: translateY(1px); }
#swg-root .btn-red {
  background: var(--red);
  color: #fff;
  box-shadow: 0 6px 22px rgba(197, 53, 43, 0.28);
}
#swg-root .btn-red:hover { background: var(--red-deep); }
#swg-root .btn-dark { background: var(--ink); color: var(--paper); }
#swg-root .btn-dark:hover { background: #000; }
#swg-root .btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
#swg-root .btn-ghost:hover { background: var(--ink); color: var(--paper); }
#swg-root .btn-ghost-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255,255,255,0.6);
}
#swg-root .btn-ghost-light:hover { background: #fff; color: var(--ink); }
#swg-root .btn-outline-red {
  background: transparent;
  border-color: var(--red);
  color: var(--red);
}
#swg-root .btn-outline-red:hover { background: var(--red); color: #fff; }

/* ---------- Sections ---------- */
#swg-root section { padding: 96px 0; }
#swg-root .band-beige { background: var(--beige); }
#swg-root .band-beige-deep { background: var(--beige-deep); }
#swg-root .band-ink { background: var(--ink); color: #efe7d6; }
#swg-root .band-ink h1,
#swg-root .band-ink h2,
#swg-root .band-ink h3 { color: #fff; }
#swg-root .band-ink .muted { color: #b9af9b; }
#swg-root .band-ink .eyebrow { color: var(--sand); }
#swg-root .band-ink .eyebrow::before { background: var(--sand); }
#swg-root .hair {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--sand), transparent);
  border: 0;
  margin: 0;
}

/* ---------- Page switching ---------- */
#swg-root .page { display: none; }
#swg-root .page.active {
  display: block;
  animation: swgFade 0.45s ease;
}
@keyframes swgFade {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: none; }
}

/* ---------- Layout helpers ---------- */
#swg-root .lead {
  font-size: clamp(32px, 4.8vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.015em;
  max-width: 16ch;
}
#swg-root .body-col { max-width: 680px; }
#swg-root .body-col p { color: #46403a; }
#swg-root .muted { color: var(--muted); }
#swg-root .two-col {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 880px) {
  #swg-root .two-col { grid-template-columns: 1fr; gap: 30px; }
}

/* ---------- Hero ---------- */
#swg-root .hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, var(--beige) 0%, var(--paper) 60%);
  padding: 84px 0 90px;
}
#swg-root .hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 920px) {
  #swg-root .hero-grid { grid-template-columns: 1fr; gap: 40px; }
}
#swg-root .hero h1 {
  font-size: clamp(52px, 8.5vw, 104px);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}
#swg-root .hero h1 em { font-style: italic; color: var(--red); font-weight: 500; }
#swg-root .hero .lede {
  font-size: clamp(18px, 2.3vw, 22px);
  max-width: 38ch;
  color: #4a443d;
  margin-bottom: 34px;
  line-height: 1.5;
}
#swg-root .hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
#swg-root .hero-figure { position: relative; }
#swg-root .hero-figure .photo {
  border-radius: 200px 200px 18px 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 30px 70px rgba(23,20,16,0.18);
  aspect-ratio: 3/3.7;
}
#swg-root .hero-figure .photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 18%;
}
#swg-root .hero-figure .eyes-badge {
  position: absolute;
  left: -26px;
  bottom: 34px;
  width: 140px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 12px 10px;
  box-shadow: 0 14px 30px rgba(23,20,16,0.14);
}
#swg-root .hero-figure .eyes-badge img { width: 100%; }
@media (max-width: 920px) {
  #swg-root .hero-figure .photo { max-width: 440px; margin: 0 auto; }
  #swg-root .hero-figure .eyes-badge { left: 6px; }
}

/* ---------- Cards ---------- */
#swg-root .cards { display: grid; gap: 22px; }
#swg-root .cards.three { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 880px) {
  #swg-root .cards.three { grid-template-columns: 1fr; }
}
#swg-root .card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 36px 30px;
  transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s;
}
#swg-root .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 46px rgba(23,20,16,0.08);
  border-color: var(--sand);
}
#swg-root .card .ic {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--beige);
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  color: var(--gold);
  font-size: 20px;
}
#swg-root .card h3 { font-size: 24px; margin-bottom: 12px; }
#swg-root .card p { font-size: 15.5px; color: #46403a; margin: 0; }
#swg-root .band-ink .card { background: #211c16; border-color: var(--line-dk); }
#swg-root .band-ink .card .ic { background: #2c261e; color: var(--sand); }
#swg-root .band-ink .card p { color: #c2b8a4; }

/* ---------- Coaching focus ---------- */
#swg-root .focus-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 760px) {
  #swg-root .focus-grid { grid-template-columns: 1fr; }
}
#swg-root .focus {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 3px solid var(--sand);
  border-radius: 12px;
  padding: 28px 30px;
}
#swg-root .focus.alert { border-left-color: var(--red); }
#swg-root .focus .tag {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 12px;
  display: block;
}
#swg-root .focus.alert .tag { color: var(--red); }
#swg-root .focus h3 { font-size: 21px; margin-bottom: 10px; line-height: 1.2; }
#swg-root .focus p { font-size: 15px; color: #46403a; margin: 0; }
#swg-root .focus .inline-crisis {
  margin-top: 13px;
  font-size: 13.5px;
  color: var(--red-deep);
  font-weight: 600;
}

/* ---------- Master classes ---------- */
#swg-root .class-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 26px 30px;
  margin-bottom: 15px;
  transition: border-color 0.15s;
}
#swg-root .class-row:hover { border-color: var(--sand); }
#swg-root .class-row .num {
  font-family: var(--display);
  font-size: 36px;
  color: var(--sand);
  font-weight: 600;
  line-height: 1;
}
#swg-root .class-row h3 { font-size: 23px; margin-bottom: 6px; }
#swg-root .class-row p { font-size: 15px; color: #46403a; margin: 0; max-width: 64ch; }
#swg-root .class-row .meta {
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--muted);
  margin-top: 8px;
  font-weight: 600;
}
@media (max-width: 760px) {
  #swg-root .class-row { grid-template-columns: auto 1fr; }
  #swg-root .class-row .btn { grid-column: 1/-1; justify-self: start; }
}

/* ---------- Resources ---------- */
#swg-root .res-block {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 32px;
  margin-bottom: 18px;
}
#swg-root .res-block.crisis {
  border-color: var(--red);
  border-width: 1.5px;
  background: #fcf2f0;
}
#swg-root .res-block h3 { font-size: 25px; margin-bottom: 10px; }
#swg-root .res-block.crisis h3 { color: var(--red-deep); }
#swg-root .res-list { list-style: none; padding: 0; margin: 14px 0 0; }
#swg-root .res-list li {
  padding: 12px 0;
  border-top: 1px solid var(--line);
  font-size: 15.5px;
}
#swg-root .res-list li:first-child { border-top: 0; }
#swg-root .res-list a { color: var(--red-deep); font-weight: 600; text-decoration: none; }
#swg-root .res-list a:hover { text-decoration: underline; }
#swg-root .res-list .desc { color: #46403a; }

/* ---------- Story / founder ---------- */
#swg-root .story-col { max-width: 760px; margin: 0 auto; }
#swg-root .pull {
  font-family: var(--display);
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.32;
  color: var(--ink);
  font-weight: 500;
}
#swg-root .pull.red { color: var(--red); font-style: italic; }
#swg-root .story-figure {
  margin: 38px 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 20px 50px rgba(23,20,16,0.12);
}
#swg-root .story-figure img { width: 100%; display: block; }
#swg-root .video-frame {
  max-width: 380px;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line-dk);
  box-shadow: 0 26px 60px rgba(0,0,0,0.4);
  background: #000;
}
#swg-root .video-frame video { width: 100%; display: block; }
#swg-root .story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 38px 0;
}
@media (max-width: 700px) {
  #swg-root .story-grid { grid-template-columns: 1fr; }
}
#swg-root .story-grid img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid var(--line);
}

/* ---------- Eyes brand band ---------- */
#swg-root .eyes-band {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
#swg-root .eyes-band img { width: 230px; max-width: 60vw; }

/* ---------- Interior page hero ---------- */
#swg-root .phero {
  background: linear-gradient(160deg, var(--beige), var(--paper));
  padding: 74px 0 64px;
}
#swg-root .phero h1 {
  font-size: clamp(42px, 6.5vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.02em;
}
#swg-root .phero .lede {
  font-size: clamp(17px, 2.2vw, 21px);
  max-width: 46ch;
  color: #4a443d;
  margin-top: 18px;
}

/* ---------- CTA banner ---------- */
#swg-root .cta-banner {
  background: linear-gradient(135deg, var(--ink), #26201a);
  color: #fff;
  border-radius: 22px;
  padding: 66px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#swg-root .cta-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(70% 110% at 50% -10%, rgba(203,180,140,0.22), transparent 60%);
  pointer-events: none;
}
#swg-root .cta-banner > * { position: relative; }
#swg-root .cta-banner h2 {
  font-size: clamp(30px, 4.4vw, 46px);
  color: #fff;
  margin-bottom: 16px;
}
#swg-root .cta-banner p { max-width: 600px; margin: 0 auto 30px; color: #d7cdb9; }
#swg-root .cta-banner .hero-ctas { justify-content: center; }
@media (max-width: 600px) {
  #swg-root .cta-banner { padding: 46px 26px; }
}

/* ---------- Forms ---------- */
#swg-root .form-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 38px;
  box-shadow: 0 18px 44px rgba(23,20,16,0.06);
}
#swg-root .field { margin-bottom: 18px; }
#swg-root .field.row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 560px) {
  #swg-root .field.row { grid-template-columns: 1fr; }
}
#swg-root label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: var(--muted);
}
#swg-root input,
#swg-root select,
#swg-root textarea {
  width: 100%;
  font-family: var(--body);
  font-size: 16px;
  padding: 14px 16px;
  border: 1.5px solid var(--line);
  border-radius: 11px;
  background: var(--paper);
  color: var(--ink);
  transition: border-color 0.15s, box-shadow 0.15s;
}
#swg-root input::placeholder,
#swg-root textarea::placeholder { color: #a89c88; }
#swg-root input:focus,
#swg-root select:focus,
#swg-root textarea:focus {
  outline: none;
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(197,53,43,0.13);
  background: #fff;
}
#swg-root .form-note { font-size: 13px; color: var(--muted); margin-top: 12px; }
#swg-root .confirm {
  border-radius: 12px;
  padding: 16px 18px;
  font-size: 15px;
  margin-top: 16px;
  display: none;
  line-height: 1.5;
}
#swg-root .confirm.ok {
  background: #f0f6ee;
  border: 1.5px solid #a9cba4;
  color: #356b2e;
}
#swg-root .confirm.show { display: block; }
#swg-root .err { border-color: var(--red) !important; }
#swg-root .news-inline { display: flex; gap: 12px; max-width: 520px; }
#swg-root .news-inline input { flex: 1; }
@media (max-width: 520px) {
  #swg-root .news-inline { flex-direction: column; }
}
#swg-root .crisis-reminder {
  background: #fcf2f0;
  border: 1.5px solid var(--red);
  border-radius: 14px;
  padding: 24px 28px;
  margin-top: 42px;
}
#swg-root .crisis-reminder strong { color: var(--red-deep); }
#swg-root .contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: start;
}
@media (max-width: 880px) {
  #swg-root .contact-grid { grid-template-columns: 1fr; gap: 34px; }
}
#swg-root .cdetail { margin-bottom: 22px; }
#swg-root .cdetail .lbl {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 4px;
}
#swg-root .cdetail .val { font-family: var(--display); font-size: 21px; }
#swg-root .cdetail a { text-decoration: none; }

/* ---------- Gallery ---------- */
#swg-root .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 760px) {
  #swg-root .gallery { grid-template-columns: 1fr 1fr; }
}
#swg-root .gallery figure {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  position: relative;
  background: #000;
}
#swg-root .gallery img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.4s;
}
#swg-root .gallery figure:hover img { transform: scale(1.05); }
#swg-root .gallery figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 14px 16px;
  font-size: 12.5px;
  letter-spacing: 0.06em;
  color: #fff;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
}

/* ---------- Impact / Donate ---------- */
#swg-root .impact-list { list-style: none; padding: 0; margin: 0; }
#swg-root .impact-list li {
  display: flex;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line-dk);
  align-items: flex-start;
}
#swg-root .impact-list li:last-child { border-bottom: 0; }
#swg-root .impact-list .dot { color: var(--sand); flex: none; margin-top: 1px; }
#swg-root .amounts { display: flex; flex-wrap: wrap; gap: 12px; margin: 8px 0 24px; }
#swg-root .amount {
  border: 1.5px solid var(--line);
  background: #fff;
  border-radius: 12px;
  padding: 13px 22px;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
  color: var(--ink);
  transition: all 0.15s;
}
#swg-root .amount:hover { border-color: var(--red); }
#swg-root .amount.sel { background: var(--red); border-color: var(--red); color: #fff; }

/* ---------- Footer ---------- */
#swg-root .swg-footer {
  background: var(--ink);
  color: #d7cdb9;
  padding: 74px 0 34px;
}
#swg-root .footer-crisis {
  background: var(--red);
  color: #fff;
  text-align: center;
  border-radius: 14px;
  padding: 18px;
  font-weight: 500;
  margin-bottom: 54px;
  font-size: 15.5px;
}
#swg-root .footer-crisis a { color: #fff; text-underline-offset: 3px; }
#swg-root .footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.5fr;
  gap: 48px;
}
@media (max-width: 880px) {
  #swg-root .footer-grid { grid-template-columns: 1fr; gap: 34px; }
}
#swg-root .swg-footer h4 {
  font-family: var(--display);
  color: #fff;
  font-size: 19px;
  margin-bottom: 16px;
  font-weight: 600;
}
#swg-root .footer-logo { height: 60px; margin-bottom: 16px; filter: invert(1) brightness(1.6); }
#swg-root .fnav { display: flex; flex-direction: column; gap: 9px; }
#swg-root .fnav button {
  background: none;
  border: none;
  color: #c3b9a4;
  font-family: var(--body);
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  padding: 0;
  width: max-content;
}
#swg-root .fnav button:hover { color: var(--sand); }
#swg-root .fcontact div { margin-bottom: 8px; font-size: 14px; color: #c3b9a4; }
#swg-root .fcontact a { color: #c3b9a4; text-decoration: none; }
#swg-root .fcontact a:hover { color: var(--sand); }
#swg-root .footer-bottom {
  border-top: 1px solid var(--line-dk);
  margin-top: 54px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: #998f7c;
}

/* ---------- Skip link ---------- */
#swg-root .skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--red);
  color: #fff;
  padding: 10px 16px;
  z-index: 200;
}
#swg-root .skip-link:focus { left: 0; }
#swg-root *:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 2px;
  border-radius: 4px;
}

@media (prefers-reduced-motion: reduce) {
  #swg-root * {
    animation: none !important;
    transition: none !important;
  }
}

/* ---------- Mobile nav ---------- */
@media (max-width: 1040px) {
  #swg-root .nav-links {
    position: fixed;
    top: 0; right: 0;
    height: 100vh;
    width: 300px;
    max-width: 86vw;
    background: var(--paper);
    flex-direction: column;
    align-items: stretch;
    gap: 3px;
    padding: 100px 22px 30px;
    box-shadow: -12px 0 40px rgba(0,0,0,0.14);
    transform: translateX(100%);
    transition: transform 0.28s;
    z-index: 60;
    overflow-y: auto;
  }
  #swg-root .nav-links.open { transform: translateX(0); }
  #swg-root .nav-links button { padding: 13px 14px; font-size: 15px; text-align: left; }
  #swg-root .nav-links button.active::after { left: 14px; right: auto; width: 16px; }
  #swg-root .btn-donate-nav { margin-left: 0; margin-top: 10px; text-align: center; justify-content: center; }
  #swg-root .menu-toggle { display: block; z-index: 70; }
  #swg-root .nav-overlay {
    position: fixed;
    inset: 0;
    background: #17141005;
    z-index: 55;
    display: none;
  }
  #swg-root .nav-overlay.show { display: block; }
}/* End custom CSS */