.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-5985 .elementor-element.elementor-element-b203b39 > .elementor-widget-container{margin:7px 7px 7px 7px;}.elementor-5985 .elementor-element.elementor-element-b203b39{text-align:center;}.elementor-5985 .elementor-element.elementor-element-ccd5b3a .elementor-wrapper{--video-aspect-ratio:1.77777;}:root{--page-title-display:none;}body.elementor-page-5985{margin:0px -22px 0px -21px;padding:-12px -16px -12px -12px;}@media(max-width:800px){.elementor-5985 .elementor-element.elementor-element-ccd5b3a{width:var( --container-widget-width, 419px );max-width:419px;--container-widget-width:419px;--container-widget-flex-grow:0;align-self:center;}}/* Start custom CSS for video, class: .elementor-element-ccd5b3a */.elementor-5985 .elementor-element.elementor-element-ccd5b3a {
  margin-left: auto;
  margin-right: auto;
}/* End custom CSS */
/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* ── Hide WordPress header, footer & admin bar on this page ─── */
.site-header,
#masthead,
header.site-header,
.main-navigation,
.header-main,
nav.navbar,
#site-navigation,
.site-footer,
#colophon,
footer.site-footer,
.footer-widgets,
#wpadminbar,
.skip-link,
.cookie-notice-container,
#cookie-notice {
  display: none !important;
}

/* Remove any top padding WordPress adds for the admin bar */
html { margin-top: 0 !important; }
body { margin-top: 0 !important; padding-top: 0 !important; }

/* Make the page content area full-width / no padding */
.site-content,
#content,
.content-area,
.site-main,
main#main,
#primary,
.entry-content,
.wp-block-group,
.is-layout-flow {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* ── Brand Tokens ──────────────────────────────────────────── */
:root {
  --7l-red:         #B22222;
  --7l-red-deep:    #8B1A1A;
  --7l-sand:        #D4C9A8;
  --7l-offwhite:    #F5F4F0;
  --7l-white:       #FFFFFF;
  --7l-black:       #1A1A1A;
  --7l-gray:        #6B6B5E;
  --7l-radius-btn: 999px;
  --7l-radius-card: 12px;
}

/* ── Reset inside our wrapper ──────────────────────────────── */
#ihm-page * { box-sizing: border-box; }
#ihm-page { font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
#ihm-page a { text-decoration: none; color: inherit; }

/* ── Navigation ────────────────────────────────────────────── */
#ihm-nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 0.5px solid rgba(0,0,0,0.1);
  height: 68px;
  display: flex;
  align-items: center;
  padding: 0 48px;
  gap: 40px;
}

.ihm-nav-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.ihm-nav-logo img {
  height: 36px;
  width: auto;
  display: block;
}

.ihm-nav-divider {
  width: 1px;
  height: 22px;
  background: rgba(0,0,0,0.2);
}

.ihm-nav-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--7l-black);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ihm-nav-links {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.ihm-nav-links a {
  font-size: 12px;
  font-weight: 500;
  color: var(--7l-black);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: color 0.2s;
}

.ihm-nav-links a:hover { color: var(--7l-red); }

.ihm-nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
}

.ihm-nav-back {
  font-size: 12px;
  font-weight: 500;
  color: var(--7l-gray);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ihm-nav-back:hover { color: var(--7l-black); }

.ihm-nav-cta {
  background: var(--7l-red);
  color: #ffffff !important;
  padding: 10px 22px;
  border-radius: var(--7l-radius-btn);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: background 0.2s;
  display: inline-block;
}

.ihm-nav-cta:hover { background: var(--7l-red-deep); }

/* ── Hero ──────────────────────────────────────────────────── */
.ihm-hero {
  position: relative;
  height: 100vh;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.ihm-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://7leavescafe.com/wp-content/uploads/2026/04/Option-1.png');
  background-size: cover;
  background-position: center 30%;
  filter: brightness(0.42);
}

.ihm-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(139,26,26,0.35) 0%, transparent 60%);
}

.ihm-hero-content {
  position: relative;
  z-index: 2;
  max-width: 740px;
  padding: 0 64px;
}

.ihm-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  color: var(--7l-sand);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.ihm-hero-eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: var(--7l-sand);
  flex-shrink: 0;
}

.ihm-hero-content h1 {
  font-size: clamp(38px, 5.5vw, 68px);
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 22px;
  letter-spacing: -0.02em;
}

.ihm-hero-content h1 .accent { color: var(--7l-sand); }

.ihm-hero-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.72);
  max-width: 460px;
  margin-bottom: 40px;
  line-height: 1.65;
}

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

.ihm-hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 64px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
}

.ihm-hero-scroll::after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background: rgba(255,255,255,0.28);
}

/* ── Shared Buttons ────────────────────────────────────────── */
.ihm-btn-primary {
  background: var(--7l-red);
  color: #fff !important;
  padding: 14px 32px;
  border-radius: var(--7l-radius-btn);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}

.ihm-btn-primary:hover {
  background: var(--7l-red-deep);
  transform: translateY(-1px);
  color: #fff !important;
}

.ihm-btn-outline-light {
  background: transparent;
  color: rgba(255,255,255,0.9) !important;
  padding: 14px 32px;
  border-radius: var(--7l-radius-btn);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 1.5px solid rgba(255,255,255,0.4);
  display: inline-block;
  transition: border-color 0.2s, background 0.2s;
}

.ihm-btn-outline-light:hover {
  border-color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.07);
  color: #fff;
}

.ihm-btn-white {
  background: rgba(255,255,255,0.15);
  color: #fff !important;
  padding: 17px 48px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid rgba(255,255,255,0.8);
  transition: background 0.2s, transform 0.15s;
}

.ihm-btn-white:hover {
  background: rgba(255,255,255,0.25);
  transform: translateY(-2px);
  color: #fff !important;
}

/* ── Shared Section Styles ─────────────────────────────────── */
.ihm-section {
  padding: 100px 48px;
  width: 100%;
}

.ihm-container {
  max-width: 1100px;
  margin: 0 auto;
}

.ihm-eyebrow {
  font-size: 12px;
  font-weight: 700;
  color: var(--7l-red);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.ihm-h2 {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 700;
  color: var(--7l-black);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 14px;
}

.ihm-sub {
  font-size: 16px;
  color: var(--7l-gray);
  line-height: 1.72;
  max-width: 520px;
  margin: 0;
}

/* ── Donations ─────────────────────────────────────────────── */
.ihm-donations {
  background: var(--7l-offwhite);
}

.ihm-donations-header {
  text-align: center;
  margin-bottom: 60px;
}

.ihm-donations-header .ihm-sub {
  margin: 0 auto;
}

.ihm-donation-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 36px;
}

.ihm-donation-card {
  background: var(--7l-white);
  border-radius: var(--7l-radius-card);
  padding: 36px 28px;
  border: 0.5px solid rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
  transition: transform 0.22s cubic-bezier(.25,.8,.25,1), box-shadow 0.22s cubic-bezier(.25,.8,.25,1);
}

.ihm-donation-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--7l-red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.ihm-donation-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.10);
}

.ihm-donation-card:hover::before { transform: scaleX(1); }

.ihm-donation-amount {
  font-size: 40px;
  font-weight: 700;
  color: var(--7l-red);
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.ihm-donation-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--7l-black);
  margin-bottom: 8px;
}

.ihm-donation-desc {
  font-size: 14px;
  color: var(--7l-gray);
  line-height: 1.62;
}

.ihm-donations-note {
  text-align: center;
  font-size: 14px;
  color: var(--7l-gray);
}

/* ── Schoolhouse ───────────────────────────────────────────── */
.ihm-schoolhouse {
  background: var(--7l-white);
}

.ihm-schoolhouse-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.ihm-img-wrap {
  position: relative;
  border-radius: var(--7l-radius-card);
  overflow: hidden;
}

.ihm-img-wrap img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

.ihm-phase-badge {
  position: absolute;
  top: 24px;
  left: 24px;
  background: var(--7l-red);
  color: #fff;
  border-radius: 10px;
  padding: 12px 18px;
  text-align: center;
  line-height: 1;
}

.ihm-phase-badge .num {
  display: block;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 2px;
}

.ihm-phase-badge .lbl {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
}

.ihm-schoolhouse-text .ihm-sub { margin-bottom: 36px; }

/* ── Timeline ──────────────────────────────────────────────── */
.ihm-timeline {
  background: var(--7l-offwhite);
}

.ihm-timeline-header {
  text-align: center;
  margin-bottom: 72px;
}

.ihm-timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.ihm-timeline-grid::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px; right: 20px;
  height: 2px;
  background: linear-gradient(90deg, var(--7l-red) 0%, var(--7l-sand) 100%);
}

.ihm-step {
  position: relative;
  padding: 52px 28px 0;
}

.ihm-step-dot {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 22px;
  height: 22px;
  background: var(--7l-red);
  border-radius: 50%;
  border: 3px solid var(--7l-offwhite);
  box-shadow: 0 0 0 2.5px var(--7l-red);
}

.ihm-step-num {
  font-size: 11px;
  font-weight: 700;
  color: var(--7l-red);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.ihm-step-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--7l-black);
  line-height: 1.35;
  margin-bottom: 10px;
}

.ihm-step-desc {
  font-size: 14px;
  color: var(--7l-gray);
  line-height: 1.65;
}

/* ── CTA Section ───────────────────────────────────────────── */
.ihm-cta {
  background: var(--7l-red);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.ihm-cta::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 320px; height: 320px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
}

.ihm-cta::after {
  content: '';
  position: absolute;
  bottom: -100px; left: -60px;
  width: 260px; height: 260px;
  background: rgba(0,0,0,0.06);
  border-radius: 50%;
}

.ihm-cta .ihm-eyebrow { color: rgba(255,255,255,0.55); }
.ihm-cta .ihm-h2 { color: #fff; max-width: 560px; margin: 0 auto 14px; }
.ihm-cta .ihm-sub { color: rgba(255,255,255,0.72); max-width: 480px; margin: 0 auto 48px; }

.ihm-cta-inner {
  position: relative;
  z-index: 1;
}

/* ── Footer ────────────────────────────────────────────────── */
.ihm-footer {
  background: var(--7l-red-deep);
  padding: 40px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.ihm-footer-brand {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ihm-footer-brand img {
  height: 28px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}

.ihm-footer-brand-div {
  width: 1px;
  height: 22px;
  background: rgba(255,255,255,0.2);
}

.ihm-footer-ihm {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ihm-footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.ihm-footer-note {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
}

.ihm-footer-back {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ihm-footer-back:hover { color: rgba(255,255,255,0.9); }

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 1000px) {
  .ihm-donation-grid { grid-template-columns: repeat(2, 1fr); }
  .ihm-timeline-grid { grid-template-columns: repeat(2, 1fr); }
  .ihm-timeline-grid::before { display: none; }
  .ihm-step { padding: 52px 20px 32px; }
}

@media (max-width: 800px) {
  #ihm-nav { padding: 0 24px; }
  .ihm-nav-links { display: none; }
  .ihm-nav-back { display: none; }
  .ihm-section { padding: 72px 24px; }
  .ihm-hero-content { padding: 0 28px; }
  .ihm-hero-scroll { left: 28px; }
  .ihm-schoolhouse-inner { grid-template-columns: 1fr; gap: 36px; }
  .ihm-img-wrap img { height: 300px; }
  .ihm-donation-grid { grid-template-columns: 1fr 1fr; }
  .ihm-timeline-grid { grid-template-columns: 1fr; }
  .ihm-step { padding: 48px 0 28px 44px; }
  .ihm-step-dot { left: 0; }
  .ihm-footer { flex-direction: column; align-items: flex-start; }
  .ihm-footer-right { align-items: flex-start; }
}

@media (max-width: 480px) {
  .ihm-donation-grid { grid-template-columns: 1fr; }
}/* End custom CSS */