/* Homepage composition. Shared colour, type and button primitives live in style.css.
   Keep approved words in Elementor; use these classes for layout, never inline fixes. */
body.home .elementor {
  --sutr-home-heading: clamp(54px, 5.8vw, 88px);
  --sutr-home-gap: 56px;
}
body.home .elementor .e-con.sutr-section { background: var(--sutr-paper); }
body.home .elementor h2.elementor-heading-title { font-size: var(--sutr-home-heading); line-height: 1.03; }
body.home .elementor h3.elementor-heading-title { font-size: clamp(32px, 3vw, 44px); line-height: 1.08; }
body.home .elementor .sutr-eyebrow .elementor-heading-title { font-size: 14px; }
body.home .elementor .elementor-widget-text-editor { font-size: var(--sutr-body-size, 20px); line-height: 1.6; }

/* Large hero and an inset donation card: preserve the photo's rounded silhouette. */
body.home .elementor .e-con.sutr-hero { padding: 36px 0 72px; background: var(--sutr-paper); }
body.home .elementor .e-con.sutr-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
  gap: var(--sutr-home-gap);
  align-items: center;
}
body.home .elementor .e-con.sutr-hero-copy { gap: 36px; padding-block: 40px; }
body.home .elementor .sutr-hero-title .elementor-heading-title {
  font-size: clamp(78px, 8.8vw, 150px);
  line-height: .98;
  letter-spacing: -.015em;
  text-wrap: balance;
}
body.home .elementor .sutr-hero-lead { font-size: clamp(20px, 1.5vw, 24px); max-width: 650px; }
body.home .elementor .e-con.sutr-hero-media { position: relative; min-width: 0; padding: 0; }
body.home .elementor .sutr-hero-image img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--sutr-feature-radius, 48px); }
body.home .elementor .e-con.sutr-home-hero-donate {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: min(380px, 74%);
  height: auto;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  padding: 32px 36px;
  border: var(--sutr-card-border);
  border-radius: var(--sutr-card-radius);
  background: white;
}
body.home .elementor .sutr-home-hero-donate h3.elementor-heading-title { font-size: 72px; margin: 0; }
body.home .elementor .sutr-home-hero-donate > .elementor-widget-button { width: auto; margin: 0; }
body.home .elementor .sutr-home-hero-donate .elementor-button { min-width: 180px; }

/* On wide home screens, the header follows the hero split: compact brand/menu
   on the copy side and the primary actions over the photograph. */
@media (min-width: 1440px) {
  body.home .sutr-header { background: transparent; border-bottom: 0; }
  body.home .sutr-header-actions { transform: translate(-20px, 8px); }
  body.home .sutr-header-actions .sutr-button:focus-visible {
    outline-color: white;
    outline-offset: 3px;
    box-shadow: 0 0 0 7px var(--sutr-ink);
  }
  body.home .elementor .e-con.sutr-hero { margin-top: -112px; padding-top: 20px; }
}

/* White panels share the borderless card token; keep their rounded shapes. */
body.home .elementor .e-con.sutr-home-about-panel,
body.home .elementor .e-con.sutr-home-value-card,
body.home .elementor .e-con.sutr-home-local-copy,
body.home .elementor .e-con.sutr-home-faq-section .sutr-faq-grid {
  border: var(--sutr-card-border);
}

/* Photo badges deliberately sit apart from centred copy, as on the original. */
body.home .elementor .e-con.sutr-home-badge { position: absolute; width: 200px; padding: 0; gap: 0; z-index: 2; }
body.home .elementor .sutr-home-badge .elementor-widget-image img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border: 8px solid white; border-radius: 50%; }
body.home .elementor .sutr-home-badge-label { position: absolute; width: max-content; max-width: 250px; right: -66px; bottom: -12px; padding: 12px 24px; background: white; border-radius: 40px; transform: rotate(-12deg); box-shadow: 0 8px 24px #00000006; }
body.home .elementor .sutr-home-badge .sutr-home-badge-label { max-width: 250px; }
body.home .elementor a.sutr-home-badge { color: var(--sutr-ink); text-decoration: none; border-radius: 50%; }
body.home .elementor a.sutr-home-badge .sutr-home-badge-label { transition: background-color .18s, color .18s; }
body.home .elementor a.sutr-home-badge:is(:hover, :focus-visible) .sutr-home-badge-label { background: var(--sutr-yellow); color: var(--sutr-ink); }
body.home .elementor a.sutr-home-badge:focus-visible { outline: 3px solid var(--sutr-pink); outline-offset: 6px; }
body.home .elementor .sutr-home-badge-label .elementor-heading-title { font: 700 16px/1.3 var(--sutr-font); letter-spacing: 0; text-transform: none; }
body.home .elementor .e-con.sutr-home-join-section { padding-top: 0; padding-bottom: 110px; }
body.home .elementor .e-con.sutr-home-join-intro { display: flex; flex-direction: column; align-items: center; position: relative; min-height: 600px; padding: 190px 0 50px; }
body.home .elementor .e-con.sutr-home-join-badge { top: -30px; left: 11%; width: 180px; }
body.home .elementor .e-con.sutr-home-join-copy { width: min(100%, 760px); gap: 44px; text-align: center; align-items: center; }
body.home .elementor .sutr-home-join-copy h2.elementor-heading-title { max-width: 760px; font-size: clamp(60px, 6.4vw, 96px); }
body.home .elementor .sutr-home-join-copy .elementor-widget-text-editor { max-width: 680px; font-size: 22px; line-height: 1.55; }

/* Raised introductory panel and three deliberately different impact cards. */
body.home .elementor .e-con.sutr-home-about-section { padding-top: 0; padding-bottom: 50px; }
body.home .elementor .e-con.sutr-home-about-panel { padding: clamp(32px, 5vw, 72px) clamp(32px, 5vw, 72px) 130px; background: white; border-radius: var(--sutr-feature-radius, 48px); gap: 64px; }
body.home .elementor .sutr-home-about-image img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--sutr-image-radius); }
body.home .elementor .e-con.sutr-home-stats-section { padding-top: 0; padding-bottom: 120px; }
body.home .elementor .e-con.sutr-stat-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; width: calc(100% - 80px); margin: -110px auto 0; align-items: stretch; position: relative; z-index: 1; }
body.home .elementor .e-con.sutr-stat-card { min-width: 0; height: 100%; gap: 24px; padding: 36px; border-radius: var(--sutr-card-radius); box-shadow: 0 12px 30px #00000008; }
body.home .elementor .sutr-stat-photo img { display: block; width: 100%; aspect-ratio: 16 / 10; height: auto; object-fit: cover; border-radius: 24px; }
body.home .elementor .sutr-stat-photo { width: 100%; }
body.home .elementor .sutr-stat-photo img { max-width: 100%; }
body.home .elementor .e-con.sutr-stat-heading { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 6px 16px; padding: 0; }
body.home .elementor .sutr-stat-heading > .elementor-widget { width: auto; }
body.home .elementor .sutr-stat-number .elementor-heading-title { font-size: clamp(64px, 5.1vw, 90px); line-height: 1; white-space: nowrap; }
body.home .elementor .sutr-stat-label .elementor-heading-title { font-size: 32px; line-height: 1.05; }
body.home .elementor .sutr-stat-label { max-width: 130px; }
body.home .elementor .sutr-stat-body { font-size: var(--sutr-body-size, 20px); line-height: 1.55; }
body.home .elementor .e-con.sutr-stat-card-people { padding: 0; gap: 0; background: transparent; box-shadow: none; }
body.home .elementor .e-con.sutr-stat-people-copy { flex: 1; min-height: 300px; padding: 36px 36px 65px; gap: 26px; background: var(--sutr-pink); color: white; border-radius: var(--sutr-card-radius) var(--sutr-card-radius) var(--sutr-card-radius) 0; }
body.home .elementor .sutr-stat-card-people .sutr-stat-number .elementor-heading-title { font-size: clamp(60px, 4.3vw, 78px); }
body.home .elementor .e-con.sutr-stat-tail { display: grid; grid-template-columns: 44% minmax(0, 1fr); gap: 35px; align-items: end; margin-top: -30px; padding: 0; }
body.home .elementor .sutr-stat-offset-image { position: relative; align-self: stretch; width: 100%; padding: 20px 22px 28px; background: var(--sutr-pink); border-radius: 0 0 var(--sutr-card-radius) var(--sutr-card-radius); }
body.home .elementor .sutr-stat-offset-image::after { content: ''; position: absolute; left: 100%; top: 30px; width: 30px; height: 30px; background: var(--sutr-pink); -webkit-mask: url(assets/stat-concave-corner.svg) center / contain no-repeat; mask: url(assets/stat-concave-corner.svg) center / contain no-repeat; pointer-events: none; }
body.home .elementor .sutr-stat-offset-image img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 20px; }
body.home .elementor .sutr-stat-cta { margin-bottom: 4px; }
body.home .elementor .sutr-stat-cta .elementor-button { width: 100%; min-height: 100px; padding: 18px; font-family: var(--sutr-heading); font-size: 32px; font-weight: 400; border-radius: 30px; }

/* Offset events badge, visible values boxes and generous local-group panels. */
body.home .elementor .e-con.sutr-home-events-section { padding-top: 60px; }
body.home .elementor .e-con.sutr-home-events-heading { position: relative; display: flex; align-items: center; justify-content: center; min-height: 210px; margin-bottom: 40px; }
body.home .elementor .sutr-home-events-heading .sutr-section-heading-copy { flex: initial; width: min(100%, 760px); max-width: 760px; text-align: center; align-items: center; }
body.home .elementor .e-con.sutr-home-event-mark { left: clamp(20px, 11%, 150px); top: auto; bottom: 50px; width: 210px; }
body.home .elementor .e-con.sutr-home-event-mark,
body.home .elementor .e-con.sutr-home-contact-badge { display: flex; flex-direction: row; align-items: center; gap: 0; }
body.home .elementor :is(.sutr-home-event-mark, .sutr-home-contact-badge) > .elementor-widget-image { flex: 0 0 121px; width: 121px; }
body.home .elementor :is(.sutr-home-event-mark, .sutr-home-contact-badge) .elementor-widget-image img { width: 121px; height: 121px; border-width: 6px; }
body.home .elementor :is(.sutr-home-event-mark, .sutr-home-contact-badge) .sutr-home-badge-label { position: relative; inset: auto; flex: 0 0 auto; padding: 12px 20px; z-index: 1; }
body.home .elementor .sutr-home-event-mark .sutr-home-badge-label { margin-right: -27px; transform: rotate(15deg); }
body.home .elementor .sutr-events-more { margin-top: 44px; padding-bottom: 6px; }
body.home .elementor .e-con.sutr-home-values { grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 56px; }
body.home .elementor .sutr-home-values > .e-con.sutr-grid.sutr-grid-two { gap: 26px; align-items: stretch; }
body.home .elementor .e-con.sutr-home-value-card { position: relative; min-height: 330px; padding: 34px; background: white; border: var(--sutr-card-border); border-radius: var(--sutr-card-radius); box-shadow: 0 10px 28px #00000009; gap: 28px; }
body.home .elementor .sutr-home-value-card h3.elementor-heading-title { padding-right: 72px; min-height: 96px; font-size: 40px; }
body.home .elementor .sutr-home-value-card .elementor-widget-text-editor { font-size: var(--sutr-body-size, 20px); line-height: 1.55; }
body.home .elementor .sutr-home-value-icon { position: absolute; top: 30px; right: 24px; width: 72px; }
body.home .elementor .sutr-home-value-icon img { width: 72px; height: auto; aspect-ratio: 1; object-fit: contain; border-radius: 0; }
body.home .elementor .e-con.sutr-home-local-grid { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 32px; align-items: stretch; }
body.home .elementor .sutr-home-local-map img { width: 100%; height: 100%; max-height: 820px; object-fit: contain; background: #000; border-radius: var(--sutr-feature-radius, 48px); }
body.home .elementor .sutr-home-local-map .elementor-widget-container { height: 100%; }
body.home .elementor .e-con.sutr-home-local-copy { padding: clamp(32px, 4.5vw, 64px); justify-content: center; background: white; border-radius: var(--sutr-feature-radius, 48px); }

/* Complete poster, checkout, endorsements and crossed tape feature. */
body.home .elementor .e-con.sutr-donation-grid { grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); align-items: start; gap: 48px; }
body.home .elementor .e-con.sutr-donation-copy { gap: 32px; padding: 0; min-width: 0; }
body.home .elementor .sutr-home-donation-poster img { width: 100%; height: auto; max-height: none; aspect-ratio: auto; object-fit: contain; border-radius: var(--sutr-image-radius); }
body.home .elementor .e-con.sutr-home-donation { padding: 0; min-width: 0; }
body.home .elementor .sutr-home-supporters-section .sutr-section-heading-copy { width: 100%; max-width: none; text-align: center; margin-bottom: 40px; }
body.home .elementor .e-con.sutr-solidarity-section { padding-top: 48px; }
body.home .elementor .e-con.sutr-solidarity-panel { position: relative; isolation: isolate; padding: 120px 36px 0; gap: 36px; text-align: center; align-items: center; overflow: hidden; color: white; background-color: var(--sutr-ink); background-image: linear-gradient(#0009, #0009), var(--sutr-solidarity-image, none); background-position: center; background-size: cover; background-repeat: no-repeat; border-radius: var(--sutr-feature-radius, 48px); }
body.home .elementor .sutr-solidarity-panel h2.elementor-heading-title { max-width: 940px; font-size: clamp(60px, 7vw, 112px); line-height: 1.01; }
body.home .elementor .sutr-solidarity-panel .sutr-eyebrow .elementor-heading-title { font-family: var(--sutr-heading); font-size: 24px; letter-spacing: .06em; }
body.home .elementor .sutr-solidarity-panel .sutr-eyebrow .elementor-heading-title::before { content: none; }
body.home .elementor .sutr-solidarity-panel > .elementor-widget-html { width: calc(100% + 72px); max-width: none; margin-top: 30px; }
.sutr-tapes { position: relative; height: clamp(180px, 17vw, 280px); overflow: hidden; text-align: center; }
.sutr-tape { position: absolute; left: -5%; width: 110%; padding: 16px 0; color: var(--sutr-ink); font: 400 clamp(30px, 3vw, 46px)/1.2 var(--sutr-heading); white-space: nowrap; }
.sutr-tape span { display: inline-block; }
.sutr-tape-yellow { top: 30%; z-index: 2; background: var(--sutr-yellow); transform: rotate(4deg); }
.sutr-tape-white { top: 30%; z-index: 1; background: white; transform: rotate(-4deg); }
body.home .elementor .e-con.sutr-home-faq-section .sutr-faq-grid { padding: 64px; background: white; border-radius: var(--sutr-feature-radius, 48px); align-items: start; }
body.home .elementor .e-con.sutr-home-contact { gap: 64px; padding-top: 0; align-items: center; }
body.home .elementor .e-con.sutr-home-contact-copy { position: relative; padding-top: 160px; }
body.home .elementor .sutr-home-contact-photo img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--sutr-image-radius); }
body.home .elementor .e-con.sutr-home-contact-badge { top: 0; right: clamp(0px, 15vw, 222px); width: 225px; }
body.home .elementor .sutr-home-contact-badge .sutr-home-badge-label { margin-left: -30px; transform: rotate(-15deg); }
body.home .elementor .sutr-contact-form { margin: 0; }

/* Keep the same character as space narrows; remove overlap only where it obscures. */
@media (max-width: 1200px) {
  body.home .elementor .e-con.sutr-stat-grid { width: 100%; gap: 24px; }
  body.home .elementor .e-con.sutr-stat-card { padding: 28px; }
  body.home .elementor .e-con.sutr-stat-card-people { padding: 0; }
  body.home .elementor .e-con.sutr-stat-people-copy { padding: 28px 28px 60px; }
  body.home .elementor .e-con.sutr-home-values { grid-template-columns: 1fr; }
  body.home .elementor .sutr-home-values > .sutr-copy-column { max-width: 850px; }
  body.home .elementor .sutr-home-value-card h3.elementor-heading-title { min-height: 60px; }
  body.home .elementor .e-con.sutr-home-value-card { min-height: 270px; }
  body.home .elementor .e-con.sutr-home-about-panel { gap: 36px; }
  body.home .elementor .e-con.sutr-home-event-mark { top: 0; bottom: auto; left: 6%; }
  body.home .elementor .e-con.sutr-home-events-heading { padding-top: 160px; min-height: 0; }
}
@media (max-width: 900px) {
  body.home .elementor { --sutr-home-gap: 40px; --sutr-home-heading: clamp(54px, 8vw, 78px); }
  body.home .elementor .e-con.sutr-hero-grid,
  body.home .elementor .e-con.sutr-home-about-panel,
  body.home .elementor .e-con.sutr-home-local-grid,
  body.home .elementor .e-con.sutr-donation-grid,
  body.home .elementor .e-con.sutr-home-contact,
  body.home .elementor .e-con.sutr-home-faq-section .sutr-faq-grid { grid-template-columns: 1fr; }
  body.home .elementor .sutr-hero-title .elementor-heading-title { font-size: clamp(74px, 12vw, 116px); max-width: 850px; }
  body.home .elementor .e-con.sutr-hero-copy { padding-block: 0 16px; }
  body.home .elementor .sutr-hero-media { margin-bottom: 30px; }
  body.home .elementor .e-con.sutr-home-hero-donate { min-height: 230px; }
  body.home .elementor .e-con.sutr-home-join-intro { padding-top: 180px; min-height: 0; }
  body.home .elementor .e-con.sutr-home-join-badge { width: 150px; top: 0; left: 5%; }
  body.home .elementor .sutr-home-join-copy h2.elementor-heading-title { font-size: clamp(56px, 9vw, 82px); }
  body.home .elementor .sutr-home-join-copy .elementor-widget-text-editor { font-size: 20px; }
  body.home .elementor .e-con.sutr-home-about-panel { padding: 36px; }
  body.home .elementor .sutr-home-about-image img { aspect-ratio: 4 / 3; }
  body.home .elementor .e-con.sutr-stat-grid { grid-template-columns: 1fr; margin-top: 0; gap: 32px; max-width: 620px; }
  body.home .elementor .sutr-stat-number .elementor-heading-title { font-size: 96px; }
  body.home .elementor .sutr-stat-card-people .sutr-stat-number .elementor-heading-title { font-size: 90px; }
  body.home .elementor .sutr-stat-offset-image img { max-width: 180px; }
  body.home .elementor .sutr-stat-offset-image { padding: 24px; text-align: center; }
  body.home .elementor .e-con.sutr-home-stats-section { padding-bottom: 80px; }
  body.home .elementor .sutr-home-local-map img { max-height: 750px; }
  body.home .elementor .e-con.sutr-solidarity-panel { padding: 80px 28px 0; background-image: linear-gradient(#0009, #0009), var(--sutr-solidarity-image-small, var(--sutr-solidarity-image, none)); }
  body.home .elementor .sutr-solidarity-panel > .elementor-widget-html { width: calc(100% + 56px); margin-inline-start: -28px; }
  body.home .elementor .e-con.sutr-home-faq-section .sutr-faq-grid { padding: 40px; gap: 40px; }
  body.home .elementor .e-con.sutr-home-contact { gap: 40px; padding-top: 0; }
  body.home .elementor .e-con.sutr-home-contact-badge { right: 57px; }
}
@media (max-width: 767px) {
  /* The original design hides these decorative badges on mobile. */
  body.home .elementor .e-con.sutr-home-event-mark,
  body.home .elementor .e-con.sutr-home-contact-badge { display: none; }
  body.home .elementor .e-con.sutr-home-events-heading,
  body.home .elementor .e-con.sutr-home-contact-copy { padding-top: 0; }
}
@media (max-width: 560px) {
  body.home .elementor .e-con.sutr-hero { padding-top: 28px; }
  body.home .elementor .e-con.sutr-hero-copy { gap: 28px; }
  body.home .elementor .sutr-hero-title .elementor-heading-title { font-size: clamp(64px, 15vw, 84px); }
  body.home .elementor .e-con.sutr-home-hero-donate { width: 82%; right: 0; bottom: 0; min-height: 190px; padding: 22px 24px; gap: 16px; border-radius: 20px; }
  body.home .elementor .sutr-home-hero-donate h3.elementor-heading-title { font-size: 56px; }
  body.home .elementor .sutr-home-hero-donate .elementor-button { min-width: 160px; }
  body.home .elementor .e-con.sutr-home-join-section { padding-bottom: 60px; }
  body.home .elementor .e-con.sutr-home-join-intro { padding: 150px 0 0; }
  body.home .elementor .e-con.sutr-home-join-badge { width: 120px; left: 3%; }
  body.home .elementor .sutr-home-badge-label { padding: 10px 18px; right: -75px; }
  body.home .elementor .sutr-home-badge-label .elementor-heading-title { font-size: 14px; }
  body.home .elementor .sutr-home-join-copy h2.elementor-heading-title { font-size: 60px; }
  body.home .elementor .sutr-home-join-copy .elementor-widget-text-editor { font-size: 19px; }
  body.home .elementor .e-con.sutr-home-about-panel { padding: 28px; }
  body.home .elementor .e-con.sutr-home-about-section { padding-bottom: 32px; }
  body.home .elementor .sutr-stat-number .elementor-heading-title { font-size: 82px; }
  body.home .elementor .sutr-stat-card-people .sutr-stat-number .elementor-heading-title { font-size: clamp(64px, 17vw, 74px); }
  body.home .elementor .sutr-stat-label .elementor-heading-title { font-size: 30px; }
  body.home .elementor .sutr-stat-cta .elementor-button { min-height: 90px; font-size: 28px; }
  body.home .elementor .sutr-stat-offset-image { padding: 20px; }
  body.home .elementor .sutr-home-values > .e-con.sutr-grid.sutr-grid-two { grid-template-columns: 1fr; gap: 22px; }
  body.home .elementor .e-con.sutr-home-value-card { min-height: 250px; padding: 28px; }
  body.home .elementor .sutr-home-value-card h3.elementor-heading-title { font-size: 38px; }
  body.home .elementor .sutr-home-value-icon { width: 64px; right: 22px; }
  body.home .elementor .e-con.sutr-home-local-copy { padding: 30px; }
  body.home .elementor .e-con.sutr-solidarity-panel { padding-top: 64px; }
  body.home .elementor .sutr-solidarity-panel h2.elementor-heading-title { font-size: 58px; }
  .sutr-tapes { height: 180px; }
  .sutr-tape { font-size: 28px; padding-block: 12px; }
  .sutr-tape-yellow { transform: rotate(6deg); }
  .sutr-tape-white { transform: rotate(-6deg); }
  body.home .elementor .e-con.sutr-home-faq-section .sutr-faq-grid { padding: 28px; }
  body.home .elementor .sutr-home-contact-photo img { aspect-ratio: 4 / 5; }
}
