.eh-home-start,
.eh-home-start * { box-sizing: border-box; }

.eh-home-start {
  --eh-purple: #8b84ef;
  --eh-purple-dark: #44336f;
  --eh-purple-pale: #f3f1ff;
  --eh-gold: #f7b600;
  --eh-gold-light: #ffd45d;
  --eh-pink: #ec0b50;
  --eh-ink: #282331;
  --eh-muted: #6e6874;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  overflow-x: hidden;
  color: var(--eh-ink);
  background: #fff;
  font-family: "Raleway", Arial, sans-serif;
}

.eh-home-start h1,
.eh-home-start h2,
.eh-home-start h3,
.eh-home-start p { overflow-wrap: break-word; }

.eh-home-section-label,
.eh-home-eyebrow {
  margin: 0 0 14px;
  color: var(--eh-purple);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.eh-home-section-heading { width: min(1180px, 100%); margin: 0 auto 52px; }
.eh-home-section-heading-center { max-width: 800px; text-align: center; }
.eh-home-section-heading h2,
.eh-home-mission h2,
.eh-home-now h2,
.eh-home-community h2 {
  margin: 0;
  color: var(--eh-ink);
  font-family: "Poppins", "Raleway", sans-serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: -.035em;
}
.eh-home-section-heading > p:not(.eh-home-section-label) { max-width: 740px; margin: 18px auto 0; color: var(--eh-muted); font-size: 16px; line-height: 1.7; }

/* Hero: fotograficzny, spokojny i bliski starej stronie. */
.eh-home-hero { position: relative; min-height: clamp(700px, 88vh, 900px); overflow: hidden; color: #fff; background: #302646; }
.eh-home-slides,
.eh-home-slide { position: absolute; inset: 0; }
.eh-home-slide { z-index: 0; display: flex; align-items: center; opacity: 0; pointer-events: none; background-image: var(--eh-slide-image); background-position: var(--eh-slide-position, center); background-size: cover; transform: scale(1.035); transition: opacity .9s ease, transform 7s ease; }
.eh-home-slide.is-active { z-index: 1; opacity: 1; pointer-events: auto; transform: scale(1); }
.eh-home-slide-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(35,25,55,.73) 0%, rgba(43,31,65,.49) 42%, rgba(40,26,55,.08) 76%), linear-gradient(0deg, rgba(30,20,43,.34), transparent 52%); }
.eh-home-slide-inner { position: relative; z-index: 2; width: min(1280px, calc(100% - 120px)); margin: 0 auto; padding: 150px 0 125px; }
.eh-home-eyebrow { color: var(--eh-gold-light); }
.eh-home-slide-title { max-width: 850px; margin: 0; color: #fff; font-family: "Poppins", "Raleway", sans-serif; font-size: clamp(48px, 5.8vw, 88px); font-weight: 500; line-height: 1.04; letter-spacing: -.045em; text-shadow: 0 4px 25px rgba(20,12,32,.24); text-wrap: balance; }
.eh-home-lead { max-width: 680px; margin: 25px 0 0; color: rgba(255,255,255,.92); font-size: clamp(17px, 1.35vw, 21px); font-weight: 500; line-height: 1.65; }
.eh-home-actions,
.eh-home-mission-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.eh-home-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 54px; padding: 13px 24px; color: #fff !important; border: 1px solid transparent; border-radius: 18px 5px 18px 5px; font-size: 14px; font-weight: 800; text-decoration: none !important; transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease; }
.eh-home-button svg { width: 21px; height: 21px; fill: currentColor; }
.eh-home-button:hover,
.eh-home-button:focus-visible { color: #fff; transform: translateY(-3px); box-shadow: 0 15px 30px rgba(31,19,50,.2); }
.eh-home-button-primary { background: var(--eh-pink); }
.eh-home-button-primary:hover { background: #d60949; }
.eh-home-button-secondary { color: #fff !important; border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.08); backdrop-filter: blur(7px); }
.eh-home-button-purple { background: var(--eh-purple-dark); }
.eh-home-arrow { position: absolute; top: 50%; z-index: 4; display: grid; place-items: center; width: 48px; height: 48px; padding: 0; color: #fff; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(35,24,53,.22); cursor: pointer; transform: translateY(-50%); transition: background-color .2s ease, transform .2s ease; }
.eh-home-arrow:hover { background: var(--eh-purple); transform: translateY(-50%) scale(1.06); }
.eh-home-arrow svg { width: 23px; height: 23px; fill: currentColor; }
.eh-home-arrow-prev { left: 25px; }
.eh-home-arrow-next { right: 25px; }
.eh-home-slider-nav { position: absolute; z-index: 4; right: 50%; bottom: 48px; display: flex; align-items: center; gap: 13px; transform: translateX(50%); }
.eh-home-dots { display: flex; align-items: center; gap: 8px; }
.eh-home-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 99px; background: rgba(255,255,255,.55); cursor: pointer; transition: width .2s ease, background-color .2s ease; }
.eh-home-dots button.is-active { width: 30px; background: var(--eh-gold); }
.eh-home-pause { display: flex; gap: 3px; align-items: center; justify-content: center; width: 31px; height: 31px; padding: 0; border: 1px solid rgba(255,255,255,.36); border-radius: 50%; background: rgba(0,0,0,.12); cursor: pointer; }
.eh-home-pause span { width: 2px; height: 10px; background: #fff; }
.eh-home-pause.is-paused { gap: 0; }
.eh-home-pause.is-paused span:first-child { width: 0; height: 0; margin-left: 2px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid #fff; background: transparent; }
.eh-home-pause.is-paused span:last-child { display: none; }
.eh-home-progress { position: absolute; z-index: 5; right: 0; bottom: -1px; left: 0; height: 72px; pointer-events: none; }
.eh-home-progress svg { display: block; width: 100%; height: 100%; overflow: visible; }
.eh-home-progress path { fill: none; stroke-linecap: round; vector-effect: non-scaling-stroke; }
.eh-home-progress-track { stroke: rgba(255,255,255,.32); stroke-width: 3; }
.eh-home-progress-value { stroke: var(--eh-gold); stroke-width: 4; stroke-dasharray: 100; stroke-dashoffset: 100; }
.eh-home-progress-value.is-running { animation: ehElegantProgress 13s linear; }
@keyframes ehElegantProgress { from { stroke-dashoffset: 100; } to { stroke-dashoffset: 0; } }
.eh-home-hero::after { content: ""; position: absolute; z-index: 3; right: -3%; bottom: -1px; left: -3%; height: 62px; background: #fff; clip-path: polygon(0 58%, 9% 72%, 19% 51%, 31% 76%, 43% 53%, 56% 77%, 67% 57%, 79% 73%, 90% 50%, 100% 66%, 100% 100%, 0 100%); }

/* Najważniejsze potrzeby – przejście z hero do historii fundacji. */
.eh-home-now { position: relative; padding: 95px 30px 110px; background: #fff; }
.eh-home-now::before { content: ""; position: absolute; top: 85px; right: -55px; width: 150px; height: 150px; border: 24px solid rgba(247,182,0,.12); border-radius: 50%; }
.eh-home-now-inner { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; width: min(1180px, 100%); margin: 0 auto; }
.eh-home-now-copy > p:not(.eh-home-section-label) { margin: 22px 0 0; color: var(--eh-muted); font-size: 17px; line-height: 1.75; }
.eh-home-text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 25px; color: var(--eh-purple-dark) !important; font-size: 14px; font-weight: 800; text-decoration: none !important; }
.eh-home-text-link svg { width: 20px; height: 20px; fill: currentColor; transition: transform .2s ease; }
.eh-home-text-link:hover svg { transform: translateX(5px); }
.eh-home-needs { display: grid; gap: 13px; }
.eh-home-needs article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: center; padding: 21px 24px; border: 1px solid #eeebf8; border-radius: 23px 7px 23px 7px; background: #fff; box-shadow: 0 12px 30px rgba(63,47,103,.07); transition: transform .25s ease, border-color .25s ease; }
.eh-home-needs article:nth-child(2) { margin-left: 28px; }
.eh-home-needs article:hover { border-color: rgba(139,132,239,.45); transform: translateX(-5px); }
.eh-home-need-icon { display: grid; place-items: center; width: 54px; height: 54px; color: #fff; border-radius: 50%; background: var(--eh-purple); font-family: "Poppins", sans-serif; font-size: 13px; font-weight: 600; }
.eh-home-needs h3 { margin: 0 0 5px; color: var(--eh-purple-dark); font-size: 18px; }
.eh-home-needs p { margin: 0; color: var(--eh-muted); font-size: 14px; line-height: 1.55; }

/* Misja – redakcyjny układ ze zdjęciem jak na starej stronie. */
.eh-home-mission { position: relative; padding: 115px 30px 145px; background: var(--eh-purple-pale); }
.eh-home-mission::before { content: ""; position: absolute; top: -55px; right: -3%; left: -3%; height: 72px; background: var(--eh-purple-pale); clip-path: polygon(0 58%, 12% 78%, 24% 55%, 38% 74%, 51% 52%, 64% 77%, 77% 56%, 89% 73%, 100% 54%, 100% 100%, 0 100%); }
.eh-home-mission::after { content: ""; position: absolute; right: -3%; bottom: -1px; left: -3%; height: 68px; background: #fff; clip-path: polygon(0 60%, 12% 42%, 26% 65%, 39% 43%, 53% 68%, 67% 45%, 80% 65%, 91% 44%, 100% 62%, 100% 100%, 0 100%); }
.eh-home-mission-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(60px, 8vw, 110px); width: min(1180px, 100%); margin: 0 auto; }
.eh-home-mission-photo { position: relative; min-height: 610px; overflow: visible; }
.eh-home-mission-photo::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; border: 3px solid var(--eh-gold); border-radius: 70px 180px 75px 155px / 90px 70px 160px 85px; transform: rotate(2deg); }
.eh-home-mission-photo img { position: relative; width: 100%; height: 100%; min-height: 610px; object-fit: cover; border-radius: 150px 65px 170px 70px / 80px 155px 75px 145px; box-shadow: 0 25px 55px rgba(64,47,103,.17); }
.eh-home-mission-stamp { position: absolute; right: -26px; bottom: 28px; display: grid; place-content: center; width: 135px; height: 135px; color: #fff; border: 7px solid var(--eh-purple-pale); border-radius: 50%; background: var(--eh-purple); text-align: center; transform: rotate(4deg); }
.eh-home-mission-stamp strong,
.eh-home-mission-stamp span { display: block; }
.eh-home-mission-stamp strong { font-family: "Poppins", sans-serif; font-size: 19px; }
.eh-home-mission-stamp span { margin-top: 3px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eh-home-mission-rule { width: 110px; height: 4px; margin: 19px 0 27px; border-radius: 4px; background: linear-gradient(90deg, var(--eh-purple), var(--eh-gold)); }
.eh-home-mission-copy > p:not(.eh-home-section-label) { margin: 0 0 17px; color: #575060; font-size: 16px; line-height: 1.78; }
.eh-home-inline-heart { display: inline-flex; align-items: center; gap: 8px; color: var(--eh-purple-dark) !important; font-size: 14px; font-weight: 800; text-decoration: none !important; }
.eh-home-inline-heart svg { width: 22px; height: 22px; fill: var(--eh-pink); transition: transform .2s ease; }
.eh-home-inline-heart:hover svg { transform: scale(1.15); }

/* Liczby – złota fala znana z pierwotnej identyfikacji. */
.eh-home-impact { position: relative; padding: 115px 30px 135px; color: #fff; background: radial-gradient(circle at 7% 20%,rgba(255,255,255,.17) 0 70px,transparent 71px), radial-gradient(circle at 93% 80%,rgba(255,255,255,.11) 0 105px,transparent 106px), linear-gradient(135deg, #f5ad00, #ffc21f); }
.eh-home-impact .eh-home-section-label { color: #fff; }
.eh-home-impact h2 { color: #fff; }
.eh-home-impact .eh-home-section-heading > p:not(.eh-home-section-label) { color: rgba(255,255,255,.82); }
.eh-home-impact-grid { display: grid; grid-template-columns: repeat(4, 1fr); width: min(1180px, 100%); margin: 0 auto; }
.eh-home-impact-grid article { position: relative; min-height: 245px; padding: 28px 31px; text-align: center; }
.eh-home-impact-grid article:not(:last-child)::after { content: ""; position: absolute; top: 22px; right: 0; bottom: 22px; width: 1px; background: rgba(255,255,255,.38); }
.eh-home-impact-number { display: block; color: #fff; font-family: "Poppins", sans-serif; font-size: clamp(43px, 4.3vw, 62px); font-weight: 600; line-height: 1; letter-spacing: -.055em; white-space: nowrap; }
.eh-home-impact-icon { display: grid; place-items: center; width: 76px; height: 76px; margin: 0 auto 17px; color: #fff; }
.eh-home-impact-icon svg { width: 70px; height: 70px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.eh-home-impact-grid h3 { margin: 18px 0 8px; color: #fff; font-size: 18px; }
.eh-home-impact-grid p { margin: 0; color: rgba(255,255,255,.83); font-size: 14px; line-height: 1.58; }

/* Działania – naprzemienne, lekkie sekcje zamiast ciężkich kart. */
.eh-home-work { padding: 125px 30px 135px; background: radial-gradient(circle at 8% 14%,rgba(139,132,239,.08),transparent 18%), radial-gradient(circle at 92% 76%,rgba(247,182,0,.08),transparent 19%), #fff; }
.eh-home-work .eh-home-section-heading { text-align: center; }
.eh-home-work-grid { display: grid; gap: 100px; width: min(1180px, 100%); margin: 0 auto; }
.eh-home-work-card { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 85px; min-height: 540px; }
.eh-home-work-card-reverse .eh-home-work-image { order: 2; }
.eh-home-work-image { position: relative; height: 540px; }
.eh-home-work-image::after { content: ""; position: absolute; inset: 17px -15px -16px 17px; z-index: 0; border: 3px solid var(--eh-purple); border-radius: 155px 70px 135px 60px / 75px 145px 65px 130px; }
.eh-home-work-card-reverse .eh-home-work-image::after { border-color: var(--eh-gold); transform: rotate(-2deg); }
.eh-home-work-image img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; border-radius: 75px 165px 70px 145px / 150px 70px 135px 65px; box-shadow: 0 22px 48px rgba(56,40,83,.15); transition: transform .55s ease; }
.eh-home-work-card:hover img { transform: scale(1.015) rotate(.5deg); }
.eh-home-work-copy { padding: 20px 0; }
.eh-home-work-copy > span { display: grid; place-items: center; width: 49px; height: 49px; color: #fff; border-radius: 50%; background: var(--eh-purple); font-size: 12px; font-weight: 800; }
.eh-home-work-copy h3 { margin: 22px 0 17px; color: var(--eh-ink); font-family: "Poppins", sans-serif; font-size: clamp(30px, 3.1vw, 46px); font-weight: 500; line-height: 1.18; letter-spacing: -.03em; }
.eh-home-work-copy p { margin: 0; color: var(--eh-muted); font-size: 16px; line-height: 1.78; }
.eh-home-work-copy a { display: inline-flex; align-items: center; gap: 7px; margin-top: 25px; color: var(--eh-purple-dark) !important; font-size: 14px; font-weight: 800; text-decoration: none !important; }
.eh-home-work-copy a svg { width: 20px; height: 20px; fill: currentColor; transition: transform .2s ease; }
.eh-home-work-copy a:hover svg { transform: translateX(5px); }

/* Pomoc – elegancki fioletowy pas. */
.eh-home-help { position: relative; padding: 125px 30px 140px; color: #fff; background: linear-gradient(135deg, #3c2b67 0%, #6451aa 62%, #8b84ef 100%); }
.eh-home-help::before { content: ""; position: absolute; top: -55px; right: -3%; left: -3%; height: 70px; background: #fff; clip-path: polygon(0 0, 100% 0, 100% 44%, 89% 67%, 78% 47%, 66% 70%, 54% 45%, 42% 67%, 29% 45%, 16% 68%, 0 47%); }
.eh-home-help .eh-home-section-heading { text-align: center; }
.eh-home-help .eh-home-section-label { color: var(--eh-gold-light); }
.eh-home-help h2 { color: #fff; }
.eh-home-help .eh-home-section-heading > p:not(.eh-home-section-label) { color: rgba(255,255,255,.8); }
.eh-home-help-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; width: min(1180px, 100%); margin: 0 auto; }
.eh-home-help-card { display: flex; flex-direction: column; min-height: 390px; padding: 34px 30px; color: #fff !important; border: 1px solid rgba(255,255,255,.2); border-radius: 28px 8px 28px 8px; background: rgba(255,255,255,.08); text-decoration: none !important; transition: transform .25s ease, background-color .25s ease; }
.eh-home-help-card-main { background: var(--eh-pink); box-shadow: 0 20px 42px rgba(41,16,52,.27); }
.eh-home-help-card:hover { color: #fff; background: rgba(255,255,255,.14); transform: translateY(-7px); }
.eh-home-help-card-main:hover { background: #d90b4b; }
.eh-home-help-icon { display: grid; place-items: center; width: 60px; height: 60px; margin-bottom: 28px; color: var(--eh-purple-dark); border-radius: 20px 6px 20px 6px; background: #fff; }
.eh-home-help-icon svg { width: 30px; height: 30px; fill: currentColor; }
.eh-home-help-tax { color: #e47000; font-size: 18px; font-weight: 900; }
.eh-home-help-card small { color: var(--eh-gold-light); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eh-home-help-card h3 { margin: 10px 0 14px; color: #fff; font-family: "Poppins", sans-serif; font-size: 25px; font-weight: 500; }
.eh-home-help-card p { margin: 0; color: rgba(255,255,255,.79); font-size: 14px; line-height: 1.65; }
.eh-home-help-card strong { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 24px; font-size: 13px; }
.eh-home-help-card strong span { font-size: 22px; transition: transform .2s ease; }
.eh-home-help-card:hover strong span { transform: translateX(5px); }

/* Historie koni. */
.eh-home-horses { position: relative; padding: 130px 30px 135px; background-color: #fff; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M24 18v29c0 38 52 38 52 0V18M24 32h13M63 32h13' fill='none' stroke='%23f7b600' stroke-opacity='.14' stroke-width='9' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: calc(100% - 55px) 85px; background-size: 145px; text-align: center; }
.eh-home-horses-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; width: min(1180px, 100%); margin: 0 auto; text-align: left; }
.eh-home-horse-card { background: transparent; transition: transform .25s ease; }
.eh-home-horse-card:hover { transform: translateY(-7px); }
.eh-home-horse-card > a { color: inherit !important; text-decoration: none !important; }
.eh-home-horse-photo { position: relative; height: 370px; overflow: hidden; border-radius: 65px 25px 72px 22px / 35px 68px 30px 65px; background: #eeecf7; }
.eh-home-horse-card:nth-child(2) .eh-home-horse-photo { border-radius: 24px 70px 28px 65px / 65px 28px 68px 30px; }
.eh-home-horse-card:nth-child(3) .eh-home-horse-photo { border-radius: 70px 22px 62px 28px / 28px 68px 34px 60px; }
.eh-home-horse-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(35,24,52,.62), transparent 48%); }
.eh-home-horse-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.eh-home-horse-card:hover img { transform: scale(1.045); }
.eh-home-horse-photo span { position: absolute; z-index: 1; right: 22px; bottom: 18px; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.eh-home-horse-copy { padding: 24px 10px 10px; }
.eh-home-horse-copy h3 { margin: 0 0 10px; color: var(--eh-gold); font-family: "Poppins", sans-serif; font-size: 27px; font-weight: 600; text-transform: uppercase; }
.eh-home-horse-copy p { margin: 0; color: var(--eh-muted); font-size: 14px; line-height: 1.66; }
.eh-home-horse-copy strong { display: block; margin-top: 18px; color: var(--eh-purple-dark); font-size: 13px; }
.eh-home-horses-all { margin-top: 42px; }

.eh-home-quote { position: relative; min-height: 530px; display: flex; align-items: center; padding: 105px 30px; overflow: hidden; color: #fff; background-image: var(--eh-quote-image); background-position: center; background-size: cover; }
.eh-home-quote::before,
.eh-home-quote::after { content: ""; position: absolute; z-index: 2; right: -3%; left: -3%; height: 52px; background: #fff; }
.eh-home-quote::before { top: -1px; clip-path: polygon(0 0,100% 0,100% 35%,88% 61%,76% 39%,62% 64%,49% 42%,35% 63%,21% 38%,9% 60%,0 42%); }
.eh-home-quote::after { bottom: -1px; clip-path: polygon(0 62%,11% 40%,24% 63%,38% 41%,52% 66%,66% 43%,79% 65%,90% 43%,100% 60%,100% 100%,0 100%); }
.eh-home-quote-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(37,25,59,.88), rgba(61,44,90,.57), rgba(43,29,61,.22)); }
.eh-home-quote-inner { position: relative; z-index: 1; width: min(1100px, 100%); margin: 0 auto; }
.eh-home-quote-inner > svg { width: 55px; height: 55px; fill: var(--eh-gold); }
.eh-home-quote blockquote { max-width: 850px; margin: 18px 0; color: #fff; font-family: "Poppins", sans-serif; font-size: clamp(31px, 4vw, 55px); font-weight: 500; line-height: 1.25; letter-spacing: -.03em; }
.eh-home-quote p { margin: 0; color: rgba(255,255,255,.75); font-size: 15px; font-weight: 700; }

.eh-home-news { padding: 120px 30px 130px; background: radial-gradient(circle at 6% 16%,rgba(139,132,239,.1),transparent 17%), radial-gradient(circle at 93% 87%,rgba(247,182,0,.09),transparent 18%), var(--eh-purple-pale); }
.eh-home-news .eh-home-section-heading { text-align: center; }
.eh-home-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; width: min(1180px, 100%); margin: 0 auto; }
.eh-home-news-grid article { overflow: hidden; border-radius: 28px 8px 28px 8px; background: #fff; box-shadow: 0 14px 35px rgba(61,44,99,.09); transition: transform .25s ease; }
.eh-home-news-grid article:hover { transform: translateY(-6px); }
.eh-home-news-grid a { display: flex; flex-direction: column; height: 100%; color: inherit !important; text-decoration: none !important; }
.eh-home-news-photo { height: 245px; overflow: hidden; }
.eh-home-news-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.eh-home-news-grid article:hover img { transform: scale(1.045); }
.eh-home-news-copy { padding: 27px; }
.eh-home-news-copy time { color: var(--eh-purple); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.eh-home-news-copy h3 { margin: 10px 0 12px; color: var(--eh-ink); font-family: "Poppins", sans-serif; font-size: 21px; font-weight: 500; line-height: 1.32; }
.eh-home-news-copy p { margin: 0; color: var(--eh-muted); font-size: 14px; line-height: 1.6; }
.eh-home-news-copy strong { display: block; margin-top: 18px; color: var(--eh-purple-dark); font-size: 13px; }

/* Newsletter – własny formularz, ale w duchu starej złotej sekcji. */
.eh-home-community { position: relative; padding: 130px 30px 140px; background: radial-gradient(circle at 91% 20%,rgba(255,255,255,.15) 0 110px,transparent 111px), radial-gradient(circle at 8% 84%,rgba(255,255,255,.1) 0 75px,transparent 76px), linear-gradient(135deg, #f4ad00, #ffc31e); }
.eh-home-community::before { content: ""; position: absolute; top: -1px; right: -3%; left: -3%; height: 55px; background: var(--eh-purple-pale); clip-path: polygon(0 0,100% 0,100% 38%,89% 61%,78% 40%,66% 65%,54% 42%,42% 62%,29% 41%,16% 64%,0 43%); }
.eh-home-community-inner { display: grid; grid-template-columns: 1fr; align-items: center; width: min(1180px, 100%); margin: 0 auto; }
.eh-home-newsletter { width: 100%; }
.eh-home-newsletter h2 { max-width: 610px; color: #fff; }
.eh-home-newsletter .eh-home-section-label { color: #fff; }
.eh-home-newsletter > p:not(.eh-home-section-label) { max-width: 610px; margin: 19px 0 0; color: rgba(255,255,255,.9); font-size: 16px; line-height: 1.72; }
.eh-home-newsletter-form { margin-top: 26px; }
.eh-site-form { width: 100%; }
.eh-site-form label { display: block; color: #403650; font-size: 12px; font-weight: 800; }
.eh-site-form label > span:first-child { display: block; margin-bottom: 7px; }
.eh-site-form input:not([type="checkbox"]),
.eh-site-form textarea { width: 100%; min-height: 53px; margin: 0; padding: 13px 15px; color: #332b40; border: 1px solid rgba(68,51,111,.18); border-radius: 14px 5px 14px 5px; outline: none; background: #fff; box-shadow: none; font: inherit; transition: border-color .2s ease, box-shadow .2s ease; }
.eh-site-form textarea { min-height: 170px; resize: vertical; }
.eh-site-form input:not([type="checkbox"]):focus,
.eh-site-form textarea:focus { border-color: var(--eh-purple); box-shadow: 0 0 0 3px rgba(139,132,239,.18); }
.eh-site-form button[type="submit"] { min-height: 53px; margin: 0; padding: 12px 23px; color: #fff; border: 0; border-radius: 16px 5px 16px 5px; background: var(--eh-purple-dark); font: 800 13px/1 "Raleway", sans-serif; cursor: pointer; transition: transform .2s ease, background-color .2s ease; }
.eh-site-form button[type="submit"]:hover { border-radius: 16px 5px 16px 5px; background: #332451; transform: translateY(-2px); }
.eh-site-form button[disabled] { cursor: wait; opacity: .7; transform: none; }
.eh-form-row { display: grid; grid-template-columns: .78fr 1.12fr 250px; align-items: end; gap: 20px; }
.eh-form-consent { display: grid !important; grid-template-columns: 18px 1fr; gap: 8px; align-items: start; margin-top: 14px !important; color: rgba(50,39,67,.75) !important; font-size: 10px !important; font-weight: 600 !important; line-height: 1.5; }
.eh-form-consent input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--eh-purple-dark); }
.eh-form-consent > span { display: inline !important; margin: 0 !important; }
.eh-form-consent a { color: inherit !important; text-decoration: underline !important; }
.eh-form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.eh-form-status { min-height: 20px; margin-top: 10px; font-size: 12px; font-weight: 800; }
.eh-form-status.is-success { color: #176b35; }
.eh-form-status.is-error { color: #971834; }
.eh-home-community-photo { position: relative; min-height: 510px; overflow: hidden; border: 7px solid rgba(255,255,255,.68); border-radius: 150px 55px 155px 55px / 70px 145px 70px 140px; box-shadow: 0 24px 55px rgba(116,72,0,.19); }
.eh-home-community-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(40,27,58,.7), transparent 53%); }
.eh-home-community-photo img { width: 100%; height: 100%; min-height: 510px; object-fit: cover; object-position: center 34%; }
.eh-home-community-photo > span { position: absolute; z-index: 1; right: 36px; bottom: 32px; left: 36px; color: #fff; }
.eh-home-community-photo strong,
.eh-home-community-photo small { display: block; }
.eh-home-community-photo strong { font-family: "Poppins", sans-serif; font-size: 23px; font-weight: 500; }
.eh-home-community-photo small { margin-top: 4px; color: rgba(255,255,255,.77); }

.eh-contact-form { max-width: 900px; padding: clamp(24px,4vw,42px); border: 1px solid #ebe8f5; border-radius: 28px 8px 28px 8px; background: #fff; box-shadow: 0 18px 45px rgba(51,38,93,.1); }
.eh-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.eh-contact-wide { grid-column: 1 / -1; }
.eh-contact-form > button { margin-top: 20px !important; }

.eh-home-media { padding: 145px 30px 130px; background: radial-gradient(circle at 7% 70%,rgba(139,132,239,.08),transparent 18%), #fff; }
.eh-home-media-shell { display: grid; grid-template-columns: 46px minmax(0,1fr) 46px; align-items: center; gap: 13px; width: min(1260px,100%); margin: 0 auto; }
.eh-home-media-shell > button { display: grid; place-items: center; width: 46px; height: 46px; padding: 0; color: var(--eh-purple-dark); border: 1px solid #dfdbef; border-radius: 50%; background: #fff; cursor: pointer; transition: color .2s ease, background-color .2s ease, transform .2s ease; }
.eh-home-media-shell > button:hover { color: #fff; background: var(--eh-purple); transform: scale(1.06); }
.eh-home-media-shell > button svg { width: 22px; height: 22px; fill: currentColor; }
.eh-home-media-viewport { overflow: hidden; outline: none; }
.eh-home-media-track { display: flex; gap: 15px; overflow-x: auto; padding: 8px 3px 23px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.eh-home-media-track::-webkit-scrollbar { display: none; }
.eh-home-media-track a { flex: 0 0 calc((100% - 45px) / 4); display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 245px; padding: 22px; color: var(--eh-purple-dark) !important; border: 1px solid #ece9f6; border-radius: 27px 7px 27px 7px; background: #fff; box-shadow: 0 10px 27px rgba(51,38,93,.07); scroll-snap-align: start; text-decoration: none !important; transition: transform .22s ease, box-shadow .22s ease; }
.eh-home-media-track a:hover { transform: translateY(-5px); box-shadow: 0 18px 36px rgba(51,38,93,.13); }
.eh-home-media-track a > strong { display: flex; align-items: center; justify-content: center; min-height: 34px; margin-bottom: 12px; color: #3d3548; font-size: 13px; font-weight: 800; line-height: 1.25; text-align: center; }
.eh-home-media-track img { width: auto; max-width: 100%; height: 82px; object-fit: contain; filter: none; opacity: 1; transition: filter .22s ease, opacity .22s ease, transform .22s ease; }
.eh-home-media-track .eh-media-logo-eska img { width: min(225px, 100%); height: 124px; max-height: 124px; }
.eh-home-media-track .eh-media-logo-teleexpress img { width: min(275px, 100%); height: 140px; max-height: 140px; }
.eh-home-media-track a:hover img { filter: brightness(1.18) saturate(1.12); opacity: .9; transform: scale(1.035); }
.eh-home-media-track span { margin-top: 17px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.eh-home-start.is-enhanced .eh-home-reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease var(--eh-reveal-delay,0ms), transform .75s cubic-bezier(.22,1,.36,1) var(--eh-reveal-delay,0ms); }
.eh-home-start.is-enhanced .eh-home-reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Podkreślenia pozostają tylko w dwóch najważniejszych tytułach. */
.eh-home-section-heading h2,
.eh-home-now h2,
.eh-home-community h2 { width: auto; padding-bottom: 0; border-bottom: 0; }
.eh-home-mission h2,
.eh-home-news .eh-home-section-heading h2 { width: fit-content; padding-bottom: 11px; border-bottom: 4px solid var(--eh-purple); }
.eh-home-section-heading-center h2,
.eh-home-work .eh-home-section-heading h2,
.eh-home-help .eh-home-section-heading h2,
.eh-home-news .eh-home-section-heading h2 { margin-right: auto; margin-left: auto; }
.eh-home-community h2 { max-width: 100%; font-size: clamp(48px, 6vw, 82px); line-height: 1.08; }
.eh-home-mission-rule { display: none; }
.eh-home-mission-copy > p:not(.eh-home-section-label) { margin-top: 25px; }

/* Łagodne, rysowane fale zamiast kanciastych wcięć. */
.eh-home-hero::after,
.eh-home-mission::before,
.eh-home-mission::after,
.eh-home-help::before,
.eh-home-quote::before,
.eh-home-quote::after,
.eh-home-community::before,
.eh-home-community::after { clip-path: none; background-color: transparent; background-repeat: no-repeat; background-position: center; background-size: 100% 100%; }
.eh-home-hero::after,
.eh-home-mission::before,
.eh-home-mission::after,
.eh-home-help::before,
.eh-home-quote::before,
.eh-home-quote::after,
.eh-home-community::before,
.eh-home-community::after { right: 0; left: 0; }
.eh-home-hero::after { height: 72px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 90' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 48 C170 72 250 25 420 47 C610 72 680 30 855 51 C1040 74 1170 27 1440 52 L1440 90 L0 90 Z'/%3E%3C/svg%3E"); }
.eh-home-mission::before { height: 74px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 90' preserveAspectRatio='none'%3E%3Cpath fill='%23f3f1ff' d='M0 46 C170 70 280 24 445 47 C620 71 720 31 900 49 C1080 70 1210 27 1440 52 L1440 90 L0 90 Z'/%3E%3C/svg%3E"); }
.eh-home-mission::after { height: 70px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 90' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 50 C190 24 280 70 460 47 C640 25 735 71 920 48 C1100 25 1240 70 1440 46 L1440 90 L0 90 Z'/%3E%3C/svg%3E"); }
.eh-home-quote::after { height: 70px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 90' preserveAspectRatio='none'%3E%3Cpath fill='%23f3f1ff' d='M0 50 C190 24 280 70 460 47 C640 25 735 71 920 48 C1100 25 1240 70 1440 46 L1440 90 L0 90 Z'/%3E%3C/svg%3E"); }
.eh-home-help::before,
.eh-home-quote::before { height: 70px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 90' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 0 L1440 0 L1440 42 C1260 70 1170 24 990 47 C810 70 710 27 530 49 C340 72 220 24 0 50 Z'/%3E%3C/svg%3E"); }
.eh-home-community::before { height: 70px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 90' preserveAspectRatio='none'%3E%3Cpath fill='%23f3f1ff' d='M0 0 L1440 0 L1440 44 C1260 70 1150 25 970 48 C790 71 690 27 510 49 C330 72 210 25 0 49 Z'/%3E%3C/svg%3E"); }
.eh-home-community::after { content: ""; position: absolute; z-index: 1; right: 0; bottom: -1px; left: 0; height: 72px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 90' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 50 C175 27 275 69 455 48 C635 26 745 70 925 47 C1100 26 1240 69 1440 46 L1440 90 L0 90 Z'/%3E%3C/svg%3E"); }

/* Newsletter z większymi polami i oddechem jak w zaakceptowanej wersji. */
.eh-home-community { padding-top: 145px; padding-bottom: 135px; }
.eh-home-newsletter > p:not(.eh-home-section-label) { max-width: 1100px; font-size: clamp(18px,2vw,26px); line-height: 1.7; }
.eh-home-newsletter-form { margin-top: 46px; }
.eh-home-newsletter .eh-site-form label { font-size: 16px; }
.eh-home-newsletter .eh-site-form input:not([type="checkbox"]) { min-height: 76px; padding: 17px 20px; border: 2px solid rgba(139,132,239,.45); border-radius: 25px 8px 25px 8px; font-size: 17px; font-weight: 700; }
.eh-home-newsletter .eh-site-form button[type="submit"] { min-height: 76px; border-radius: 25px 8px 25px 8px; font-size: 17px; }
.eh-home-newsletter .eh-form-consent { margin-top: 22px !important; font-size: 13px !important; }

.eh-home-start > section { max-width: 100%; }
.eh-home-now,
.eh-home-mission,
.eh-home-impact,
.eh-home-work,
.eh-home-help,
.eh-home-horses,
.eh-home-quote,
.eh-home-news,
.eh-home-community,
.eh-home-media { overflow: hidden; }

@media (max-width: 1024px) {
  .eh-home-slide-inner { width: min(100% - 96px,900px); }
  .eh-home-now-inner { grid-template-columns: 1fr; gap: 50px; }
  .eh-home-needs { grid-template-columns: repeat(3,1fr); }
  .eh-home-needs article,
  .eh-home-needs article:nth-child(2) { grid-template-columns: 1fr; align-content: start; margin-left: 0; }
  .eh-home-mission-inner { grid-template-columns: .9fr 1.1fr; gap: 60px; }
  .eh-home-mission-photo,
  .eh-home-mission-photo img { min-height: 540px; }
  .eh-home-impact-grid { grid-template-columns: repeat(2,1fr); }
  .eh-home-impact-grid article:nth-child(2)::after { display: none; }
  .eh-home-work-card { gap: 50px; }
  .eh-home-help-grid { grid-template-columns: 1fr; }
  .eh-home-help-card { min-height: 290px; }
  .eh-home-horses-grid,
  .eh-home-news-grid { gap: 16px; }
  .eh-home-community-inner { gap: 42px; }
  .eh-home-media-track a { flex-basis: calc((100% - 30px) / 3); }
}

@media (max-width: 760px) {
  .eh-home-hero { min-height: 710px; }
  .eh-home-slide { background-position: center; }
  .eh-home-slide-shade { background: linear-gradient(0deg,rgba(30,20,47,.9),rgba(35,24,51,.57) 62%,rgba(30,19,44,.24)); }
  .eh-home-slide-inner { align-self: flex-end; width: 100%; padding: 155px 23px 130px; }
  .eh-home-slide-title { font-size: clamp(37px,11vw,53px); }
  .eh-home-lead { font-size: 16px; line-height: 1.55; }
  .eh-home-actions { align-items: stretch; gap: 9px; }
  .eh-home-button { min-height: 51px; padding: 11px 16px; font-size: 13px; }
  .eh-home-arrow { top: auto; bottom: 31px; width: 39px; height: 39px; transform: none; }
  .eh-home-arrow:hover { transform: scale(1.05); }
  .eh-home-arrow-prev { left: 19px; }
  .eh-home-arrow-next { right: 19px; }
  .eh-home-slider-nav { bottom: 34px; }
  .eh-home-pause { display: flex; }
  .eh-home-section-heading { margin-bottom: 38px; }
  .eh-home-section-heading h2,
  .eh-home-mission h2,
  .eh-home-now h2,
  .eh-home-community h2 { font-size: 34px; }
  .eh-home-now,
  .eh-home-mission,
  .eh-home-impact,
  .eh-home-work,
  .eh-home-help,
  .eh-home-horses,
  .eh-home-news,
  .eh-home-community,
  .eh-home-media { padding-right: 21px; padding-left: 21px; }
  .eh-home-now { padding-top: 82px; padding-bottom: 100px; }
  .eh-home-needs { grid-template-columns: 1fr; gap: 10px; }
  .eh-home-needs article { grid-template-columns: 50px 1fr; padding: 18px; }
  .eh-home-mission { padding-top: 100px; padding-bottom: 125px; }
  .eh-home-mission-inner { grid-template-columns: 1fr; gap: 65px; }
  .eh-home-mission-photo,
  .eh-home-mission-photo img { min-height: min(120vw,570px); }
  .eh-home-mission-stamp { right: -10px; bottom: -25px; width: 112px; height: 112px; }
  .eh-home-impact { padding-top: 90px; padding-bottom: 105px; }
  .eh-home-impact-grid { grid-template-columns: 1fr 1fr; }
  .eh-home-impact-grid article { min-height: 225px; padding: 25px 18px; }
  .eh-home-impact-grid article::after { display: none; }
  .eh-home-work { padding-top: 95px; padding-bottom: 110px; }
  .eh-home-work-grid { gap: 80px; }
  .eh-home-work-card { grid-template-columns: 1fr; gap: 38px; min-height: 0; }
  .eh-home-work-card-reverse .eh-home-work-image { order: 0; }
  .eh-home-work-image { height: min(105vw,480px); margin-right: 10px; }
  .eh-home-work-copy h3 { font-size: 32px; }
  .eh-home-help { padding-top: 105px; padding-bottom: 110px; }
  .eh-home-help-card { min-height: 325px; padding: 29px 24px; }
  .eh-home-horses { padding-top: 105px; padding-bottom: 110px; }
  .eh-home-horses-grid,
  .eh-home-news-grid { grid-template-columns: 1fr; gap: 28px; }
  .eh-home-horse-photo { height: 350px; }
  .eh-home-quote { min-height: 540px; padding: 100px 23px; background-position: 62% center; }
  .eh-home-quote-shade { background: rgba(36,24,56,.76); }
  .eh-home-news { padding-top: 105px; padding-bottom: 110px; }
  .eh-home-community { padding-top: 110px; padding-bottom: 115px; }
  .eh-home-community-inner { grid-template-columns: 1fr; }
  .eh-form-row { grid-template-columns: 1fr; }
  .eh-form-row button { width: 100%; }
  .eh-home-community-photo,
  .eh-home-community-photo img { min-height: 460px; }
  .eh-contact-grid { grid-template-columns: 1fr; }
  .eh-contact-wide { grid-column: auto; }
  .eh-contact-form { padding: 24px 18px; }
  .eh-home-media { padding-top: 100px; padding-bottom: 110px; }
  .eh-home-media-shell { grid-template-columns: 38px minmax(0,1fr) 38px; gap: 7px; }
  .eh-home-media-shell > button { width: 38px; height: 38px; }
  .eh-home-media-track a { flex-basis: calc((100% - 15px) / 2); min-height: 225px; padding: 18px; }
  .eh-home-media-track .eh-media-logo-eska img { height: 112px; max-height: 112px; }
  .eh-home-media-track .eh-media-logo-teleexpress img { height: 126px; max-height: 126px; }
}

@media (max-width: 430px) {
  .eh-home-actions { display: grid; grid-template-columns: 1fr; }
  .eh-home-button { width: 100%; }
  .eh-home-impact-grid { grid-template-columns: 1fr; }
  .eh-home-impact-grid article { min-height: 190px; }
  .eh-home-mission-photo,
  .eh-home-mission-photo img { min-height: 450px; }
  .eh-home-horse-photo { height: 300px; }
  .eh-home-media-track a { flex-basis: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .eh-home-start *,
  .eh-home-start *::before,
  .eh-home-start *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
