:root {
  --pet-green: #8bc43f;
  --pet-header: #76c712;
  --pet-dark: #16320f;
  --pet-forest: #244518;
  --pet-soft: #f5f8f1;
  --pet-muted: #66705f;
  --pet-border: #dfe8d8;
  --visual-viewport-top: 0px;
}

body {
  color: #263123;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

a {
  color: var(--pet-forest);
}

.site-header {
  align-items: center;
  background: var(--pet-header);
  box-shadow: 0 10px 28px rgba(22, 50, 15, .35);
  display: flex;
  height: 74px;
  left: 0;
  padding: 0;
  position: fixed !important;
  right: 0;
  top: var(--visual-viewport-top);
  width: 100%;
  z-index: 5000;
}

.main {
  padding-top: 74px;
}

.navbar {
  height: 74px;
  min-height: 74px;
  padding: 0;
  width: 100%;
}

.navbar > .container-xl {
  align-items: center;
  display: flex;
  height: 100%;
}

.navbar-brand img {
  display: block;
  height: 50px;
  object-fit: contain;
  width: auto;
}

.navbar-nav .nav-link {
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, .3);
  color: #fff;
  display: flex;
  font-weight: 700;
  min-height: 74px;
  padding: 0 1rem;
}

.navbar-nav .nav-item:last-child .nav-link {
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.navbar-nav .nav-link.active {
  background: rgba(255, 255, 255, .18);
  color: #fff;
}

.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
  background: #fff;
  color: var(--pet-dark);
}

.navbar-nav .nav-link-login {
  background: rgba(22, 50, 15, .16);
}

.navbar-nav .nav-link-facebook {
  justify-content: center;
  min-width: 54px;
}

.navbar-nav .nav-link-facebook i {
  font-size: 1.8rem;
  line-height: 1;
}

.hero,
.hero .carousel,
.hero .carousel-inner,
.hero .carousel-item {
  min-height: min(760px, calc(100vh - 74px));
}

.hero-slide {
  align-items: center;
  background-position: center;
  background-size: cover;
  display: flex;
  min-height: min(760px, calc(100vh - 74px));
  overflow: hidden;
  position: relative;
}

.hero-slide::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .58) 40%, rgba(0, 0, 0, .12) 72%, rgba(0, 0, 0, 0) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-content {
  color: #fff;
  padding-bottom: 5rem;
  padding-top: 5rem;
  position: relative;
  z-index: 2;
}

.hero-kicker,
.section-kicker {
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: .7rem;
  text-transform: uppercase;
}

.hero-kicker {
  color: var(--pet-green);
}

.hero h1,
.hero h2 {
  font-size: clamp(2.35rem, 5vw, 5rem);
  font-weight: 800;
  line-height: .98;
  margin-bottom: 1.25rem;
  max-width: 920px;
}

.hero .lead {
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  max-width: 760px;
}

.hero-caption {
  color: rgba(255, 255, 255, .78);
  font-size: .9rem;
  font-weight: 700;
  margin-bottom: 1.75rem;
  text-transform: uppercase;
}

.page-band {
  background: var(--pet-dark);
  color: #fff;
  padding: 10px 0 12px;
}

.page-band h1 {
  color: #fff;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: .35rem;
}

.page-band .lead {
  color: rgba(255, 255, 255, .82);
  font-size: .98rem;
  line-height: 1.3;
  max-width: 820px;
}

.btn {
  border-radius: 6px;
  font-weight: 800;
  padding-inline: 1.15rem;
}

.btn-primary,
.btn-success {
  background: var(--pet-green);
  border-color: var(--pet-green);
  color: var(--pet-dark);
}

.btn-primary:focus,
.btn-primary:hover,
.btn-success:focus,
.btn-success:hover {
  background: #76ad31;
  border-color: #76ad31;
  color: var(--pet-dark);
}

.btn-outline-success {
  border-color: var(--pet-green);
  color: var(--pet-forest);
}

.btn-outline-success:hover {
  background: var(--pet-green);
  border-color: var(--pet-green);
  color: var(--pet-dark);
}

.carousel-fade .carousel-item {
  transition: opacity 2s ease-in-out;
}

.carousel-control-next,
.carousel-control-prev {
  width: 7%;
}

.carousel-indicators [data-bs-target] {
  border-radius: 999px;
  height: 6px;
  width: 42px;
}

.section-padding {
  padding: 2.5rem 0;
}

.bg-soft {
  background: var(--pet-soft);
}

.section-kicker {
  color: #5f8f2e;
}

.section-title {
  color: var(--pet-dark);
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: .8rem;
}

.section-intro {
  color: var(--pet-muted);
  font-size: 1.1rem;
  max-width: 700px;
}

.card {
  border-color: var(--pet-border);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(22, 50, 15, .06);
}

.event-card .card-body {
  padding: 1rem;
}

.event-card-link {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none !important;
}

.event-card-link:hover,
.event-card-link:focus,
.event-card-link:active {
  color: inherit;
  text-decoration: none !important;
}

.event-card-link *,
.event-card-link:hover *,
.event-card-link:focus * {
  text-decoration: none !important;
}

.event-card-link .btn {
  pointer-events: none;
}

.event-feature,
.event-card {
  background-color: #fff;
  border: 2px solid var(--pet-border);
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.event-feature:has(.event-card-link:hover),
.event-card:has(.event-card-link:hover) {
  border-color: var(--pet-green);
  box-shadow: 0 26px 56px rgba(22, 50, 15, .16);
  transform: translateY(-3px);
}

.event-card-ended {
  background: #f7f8f6;
}

.event-card-ended h3,
.event-card-ended p {
  opacity: .78;
}

.event-feature {
  overflow: hidden;
}

.event-feature .card-body {
  background: #fff;
  padding: 1.7rem;
}

.event-feature-img {
  display: block;
  height: 400px;
  object-fit: cover;
  width: 100%;
}

.event-detail {
  color: #7c8776;
  font-size: .8em;
  font-weight: 600;
  line-height: 1.35;
  opacity: .62;
}

.event-summary {
  color: #111;
}

.btn-event-register {
  background: #d96c1c;
  border-color: #d96c1c;
  color: #fff;
}

.btn-event-register:hover,
.btn-event-register:focus {
  background: #b95512;
  border-color: #b95512;
  color: #fff;
}

.btn-event-more {
  background: var(--pet-dark);
  border-color: var(--pet-dark);
  color: #fff;
}

.btn-event-more:hover,
.btn-event-more:focus {
  background: #0f230b;
  border-color: #0f230b;
  color: #fff;
}

.event-status {
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .03em;
  padding: .45rem .7rem;
  text-transform: uppercase;
}

.event-status-current {
  background: #fff3cd;
  color: #765400;
}

.event-status-ended {
  background: #e9ecef;
  color: #626a72;
}

.date-badge {
  align-items: center;
  background: var(--pet-dark);
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex: 0 0 72px;
  flex-direction: column;
  height: 78px;
  justify-content: center;
  line-height: 1;
  width: 72px;
}

.date-badge span {
  font-size: 1.7rem;
  font-weight: 800;
}

.date-badge small {
  color: var(--pet-green);
  font-size: .75rem;
  font-weight: 800;
  margin-top: .3rem;
}

.date-badge-ended {
  background: #69716a;
}

.date-badge-ended small {
  color: #e9ecef;
}

.action-card {
  overflow: hidden;
}

.news-section {
  background:
    linear-gradient(180deg, #fff 0%, #fff 54%, var(--pet-soft) 54%, var(--pet-soft) 100%);
}

.news-feature {
  border-radius: 8px;
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.news-feature::before {
  background: linear-gradient(90deg, rgba(16, 27, 13, .86) 0%, rgba(16, 27, 13, .58) 48%, rgba(16, 27, 13, .06) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.news-feature img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.news-feature-content {
  color: #fff;
  max-width: 620px;
  padding: clamp(1.5rem, 4vw, 3rem);
  position: relative;
  z-index: 2;
}

.news-feature-content h3 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.05;
  margin: .7rem 0 1rem;
}

.news-feature-content p {
  color: rgba(255, 255, 255, .84);
  font-size: 1.08rem;
}

.news-date {
  font-weight: 800;
  margin: .9rem 0 0;
}

.news-tag {
  background: #eef5e8;
  border: 1px solid #d7e8cc;
  border-radius: 999px;
  color: #416722;
  display: inline-flex;
  gap: .4rem;
  align-items: center;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .04em;
  padding: .42rem .68rem;
  text-transform: uppercase;
}

.news-tag i {
  font-size: 1rem;
  line-height: 1;
}

.news-list {
  background: #fff;
  border: 1px solid var(--pet-border);
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(22, 50, 15, .06);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.news-line {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.35rem;
}

.news-line + .news-line {
  border-top: 1px solid var(--pet-border);
}

.news-line h3 {
  color: var(--pet-dark);
  font-size: 1.2rem;
  font-weight: 800;
  margin: .85rem 0 .5rem;
}

.news-line p {
  color: var(--pet-muted);
  margin-bottom: .75rem;
}

.news-line a {
  font-weight: 800;
  margin-top: auto;
  text-decoration: none;
}

.action-card img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.action-card .card-body {
  padding: 1.25rem;
}

.action-card h3,
.event-feature h3,
.event-card h3 {
  color: var(--pet-dark);
  font-weight: 800;
}

.action-card p,
.event-feature p,
.event-card p {
  color: var(--pet-muted);
}

.transition-section {
  background: #fff;
}

.transition-section .lead {
  color: var(--pet-dark);
  font-weight: 700;
}

.transition-list li {
  align-items: flex-start;
  display: flex;
  gap: .65rem;
  margin-bottom: .75rem;
}

.transition-list i {
  color: var(--pet-green);
  margin-top: .2rem;
}

.values-panel {
  background: var(--pet-soft);
  border: 1px solid var(--pet-border);
  border-radius: 8px;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.value-item {
  background: #fff;
  border: 1px solid var(--pet-border);
  border-radius: 8px;
  height: 100%;
  padding: 1.25rem;
}

.value-item i {
  align-items: center;
  background: #e5f3d7;
  border-radius: 8px;
  color: var(--pet-dark);
  display: inline-flex;
  font-size: 1.35rem;
  height: 44px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 44px;
}

.value-item h3 {
  color: var(--pet-dark);
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: .5rem;
}

.value-item p {
  color: var(--pet-muted);
  font-size: .95rem;
  margin-bottom: 0;
}

.transition-photo {
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(22, 50, 15, .16);
  overflow: hidden;
}

.transition-photo img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.support-section {
  background: var(--pet-dark);
  color: #fff;
  padding: 4.5rem 0;
}

.support-section h2 {
  font-size: clamp(2rem, 3vw, 3.25rem);
  font-weight: 800;
  line-height: 1.08;
}

.support-section p {
  color: rgba(255, 255, 255, .78);
  font-size: 1.1rem;
}

.site-footer {
  background: #101b0d;
  color: rgba(255, 255, 255, .76);
  padding: 4rem 0;
}

.footer-logo {
  border-radius: 6px;
  max-width: 260px;
  width: 100%;
}

.site-footer h2 {
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}

.site-footer a {
  color: rgba(255, 255, 255, .78);
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  color: rgba(255, 255, 255, .58);
  display: flex;
  flex-wrap: wrap;
  gap: .75rem 1.5rem;
  justify-content: space-between;
  font-size: .9rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
}

.site-footer-bottom__privacy {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.site-footer-bottom__privacy button {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, .78);
  font: inherit;
  font-weight: 800;
  padding: 0;
  text-decoration: underline;
}

.site-footer-bottom__privacy button:hover {
  color: #fff;
}

.cookie-consent {
  bottom: 1rem;
  left: 1rem;
  max-width: min(720px, calc(100vw - 2rem));
  position: fixed;
  z-index: 7000;
}

.cookie-consent__dialog {
  background: #fff;
  border: 1px solid var(--pet-border);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(22, 50, 15, .24);
  color: #263123;
  padding: 1rem;
}

.cookie-consent__summary {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto;
}

.cookie-consent__kicker {
  color: #5f8f2e;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: .25rem;
  text-transform: uppercase;
}

.cookie-consent h2 {
  color: var(--pet-dark);
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0 0 .35rem;
}

.cookie-consent p {
  color: var(--pet-muted);
  line-height: 1.45;
  margin: 0;
}

.cookie-consent a {
  display: inline-block;
  font-weight: 800;
  margin-top: .5rem;
}

.cookie-consent__actions {
  display: flex;
  gap: .5rem;
}

.cookie-consent__btn-reject {
  background: #fff;
  border: 1px solid var(--pet-border);
  color: var(--pet-dark);
}

.cookie-consent__btn-accept {
  background: var(--pet-green);
  border: 1px solid var(--pet-green);
  color: var(--pet-dark);
}

@media (max-width: 991.98px) {
  .site-header {
    height: 70px;
  }

  .main {
    padding-top: 70px;
  }

  .navbar {
    height: 70px;
    min-height: 70px;
    padding: .45rem 0;
  }

  .navbar > .container-xl {
    height: 100%;
  }

  .navbar-brand img {
    height: 50px;
  }

  .navbar-nav {
    background: var(--pet-header);
    border-top: 1px solid rgba(255, 255, 255, .35);
    margin-top: .5rem;
  }

  .navbar-nav .nav-link {
    border-left: 0;
    border-right: 0 !important;
    min-height: 48px;
    padding: .75rem .25rem;
  }

  .hero,
  .hero .carousel,
  .hero .carousel-inner,
  .hero .carousel-item,
  .hero-slide {
    min-height: 640px;
  }

  .hero-slide::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .62) 58%, rgba(0, 0, 0, .24) 100%);
  }

  .section-padding {
    padding: 4rem 0;
  }

  .event-feature-img {
    height: 240px;
  }

  .news-feature {
    min-height: 460px;
  }
}

@media (max-width: 575.98px) {
  .cookie-consent {
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
  }

  .cookie-consent__dialog {
    border-radius: 8px 8px 0 0;
  }

  .cookie-consent__summary,
  .cookie-consent__actions {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .cookie-consent__actions {
    flex-direction: column;
  }

  .hero,
  .hero .carousel,
  .hero .carousel-inner,
  .hero .carousel-item,
  .hero-slide {
    min-height: 620px;
  }

  .hero-content {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }

  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }

  .date-badge {
    flex-basis: 62px;
    height: 70px;
    width: 62px;
  }
}
