/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.9
	Stable tag: 3.4.9
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,500&family=Heebo:wght@400;500;600;700;800&display=swap');

:root {
  --green: #14532d;
  --leaf: #87AA3E;
  --orange: #E98725;
  --ink: #22271f;
  --muted: #5d685c;
  --paper: #fcfbf7;
  --line: #e6e3da;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Heebo", -apple-system, "Segoe UI", sans-serif;
}

.dtf {
  --green: #14532d;
  --leaf: #87AA3E;
  --orange: #E98725;
  --ink: #22271f;
  --muted: #5d685c;
  --paper: #fcfbf7;
  --line: #e6e3da;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Heebo", -apple-system, "Segoe UI", sans-serif;
  font-family: var(--sans);
  color: var(--ink);
  line-height: 1.65;
}

.dtf * {
  box-sizing: border-box;
}

.dtf img {
  max-width: 100%;
  display: block;
}

/* type primitives */
.dtf-display {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.01em;
  line-height: 1.04;
  font-size: clamp(38px, 5.4vw, 68px);
  margin: 0 0 24px;
  color: var(--ink);
}

.dtf-display--mid {
  font-size: clamp(28px, 3.6vw, 44px);
}

.dtf-ink-orange {
  color: var(--orange);
  font-style: italic;
}

.dtf-orange {
  color: var(--orange);
}

.dtf-cc {
  text-align: center;
}

.dtf-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 22px;
}

.dtf-kicker span {
  width: 22px;
  height: 2px;
  background: var(--orange);
  display: inline-block;
}

.dtf-kicker--c {
  justify-content: center;
}

.dtf-kicker--leaf {
  color: var(--leaf);
}

.dtf-kicker--leaf span,
.dtf-kicker--c span {
  background: var(--orange);
}

.dtf-dot--pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange) !important;
  box-shadow: 0 0 0 0 rgba(233, 135, 37, 0.5);
  animation: dtfP 1.8s infinite;
}

@keyframes dtfP {
  0% {
    box-shadow: 0 0 0 0 rgba(233, 135, 37, 0.5);
  }
  70% {
    box-shadow: 0 0 0 9px rgba(233, 135, 37, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(233, 135, 37, 0);
  }
}

.dtf-lead {
  font-size: 19px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 46ch;
  margin: 0 0 30px;
}

/* actions */
.dtf-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
}

.dtf-cta {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  background: var(--green);
  padding: 15px 30px;
  border-radius: 3px;
  transition: background .2s, transform .2s;
}

.dtf-cta:hover {
  background: var(--orange);
  transform: translateY(-1px);
}

.dtf-link {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  color: var(--green);
  border-bottom: 2px solid var(--orange);
  padding-bottom: 3px;
  transition: color .2s;
  display: inline-block;
}

.dtf-link:hover {
  color: var(--orange);
}

/* ===== HERO ===== */
.dtf-hero {
  background: var(--paper);
  padding: 78px 24px 0;
}

.dtf-hero__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 64px;
  align-items: center;
}

.dtf-hero__media {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.dtf-hero__panel {
  position: absolute;
  right: -18px;
  top: -18px;
  width: 62%;
  height: 72%;
  background: var(--leaf);
  opacity: .16;
  border-radius: 2px;
}

.dtf-hero__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 586px;
  height: auto;
  object-fit: contain;
  border-radius: 2px;
}

.dtf-hero__tag {
  position: absolute;
  z-index: 2;
  left: -20px;
  bottom: 48px;
  background: var(--green);
  color: #fff;
  padding: 18px 24px;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  line-height: 1;
  box-shadow: 0 22px 40px -16px rgba(20, 83, 45, 0.7);
}

.dtf-hero__tag b {
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 500;
  color: #fff;
}

.dtf-hero__tag span {
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-top: 8px;
  color: var(--leaf);
}

.dtf-hero__rail {
  max-width: 1200px;
  margin: 64px auto 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px;
  padding: 20px 0;
}

.dtf-hero__rail span {
  font-size: 13px;
  font-weight: 600;
  color: var(--green);
  letter-spacing: .02em;
}

.dtf-hero__rail i {
  flex: 1;
  height: 1px;
  background: var(--line);
  min-width: 18px;
}

/* ===== COUNTDOWN ===== */
.dtf-cd {
  background: var(--paper);
  padding: 74px 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.dtf-cd__rule {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
  margin-bottom: 18px;
}

.dtf-cd__rule span {
  font-family: var(--serif);
  font-size: 15px;
  color: var(--leaf);
  font-weight: 500;
}

.dtf-cd__rule i {
  width: 40px;
  height: 1px;
  background: var(--line);
}

.dtf-cd__rule .dtf-kicker {
  margin: 0;
}

.dtf-cd__clock {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(14px, 4vw, 48px);
  margin-top: 14px;
  flex-wrap: wrap;
}

.dtf-cd__cell {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dtf-cd__num {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(42px, 7vw, 88px);
  line-height: .9;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
}

.dtf-cd__lbl {
  font-family: var(--sans);
  margin-top: 16px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--muted);
}

.dtf-cd__foot {
  text-align: center;
  margin: 40px 0 0;
  font-size: 14px;
  color: #9aa399;
}

.dtf-cd__foot em {
  font-style: italic;
}

.dtf-cd__done {
  text-align: center;
  font-family: var(--serif);
  font-size: clamp(28px, 4vw, 46px);
  color: var(--green);
  font-weight: 500;
}

.dtf-cd__done span {
  color: var(--orange);
  font-style: italic;
}

/* section head shared */
.dtf-sec-head {
  max-width: 1200px;
  margin: 0 auto 46px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  flex-wrap: wrap;
}

.dtf-sec-head__l {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.dtf-sec-head__l .dtf-kicker {
  margin-bottom: 8px;
}

.dtf-sec-head__l .dtf-display {
  margin: 0;
}

.dtf-sec-head__r {
  max-width: 380px;
  color: var(--muted);
  font-size: 16px;
  margin: 0;
}

.dtf-idx {
  font-family: var(--serif);
  font-size: 20px;
  color: var(--orange);
  font-weight: 500;
  line-height: 1;
  padding-top: 4px;
}

.dtf-idx--inv {
  color: var(--leaf);
}

/* ===== MEMBERS ===== */
.dtf-members {
  background: #fff;
  padding: 88px 24px;
}

.dtf-members__wrap {
  max-width: 1200px;
  margin: 0 auto 44px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
}

.dtf-members__viewport {
  overflow: hidden;
}

.dtf-members__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc(25% - 23px);
  gap: 30px;
  transition: transform .45s ease;
  will-change: transform;
}

.dtf-members__nav {
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s, transform .2s;
}

.dtf-members__nav:hover {
  background: var(--orange);
  transform: translateY(-1px);
}

.dtf-members__nav:disabled {
  opacity: .35;
  cursor: not-allowed;
  transform: none;
}

.dtf-mem {
  text-decoration: none;
  color: inherit;
  display: block;
  min-width: 0;
}

.dtf-mem__img {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  aspect-ratio: 4/5;
  margin-bottom: 18px;
}

.dtf-mem__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(20, 83, 45, .42));
  opacity: 0;
  transition: opacity .3s;
}

.dtf-mem:hover .dtf-mem__img::after {
  opacity: 1;
}

.dtf-mem__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.15);
  transition: transform .6s, filter .3s;
}

.dtf-mem:hover .dtf-mem__img img {
  transform: scale(1.05);
  filter: grayscale(0);
}

.dtf-mem h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 21px;
  margin: 0 0 4px;
  color: var(--ink);
}

.dtf-mem span {
  font-size: 13px;
  letter-spacing: .04em;
  color: var(--muted);
  text-transform: uppercase;
}

/* ===== STATS ===== */
.dtf-stats {
  background: var(--green);
  padding: 78px 24px;
  position: relative;
  overflow: hidden;
}

.dtf-stats::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .03) 0 1px, transparent 1px 80px);
}

.dtf-stats__head {
  position: relative;
  max-width: 1200px;
  margin: 0 auto 44px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.dtf-stats__grid {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.dtf-figure {
  border-top: 2px solid rgba(135, 170, 62, .5);
  padding-top: 20px;
}

.dtf-figure__n {
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(40px, 4.4vw, 60px);
  color: #fff;
  line-height: 1;
  display: block;
  letter-spacing: -.01em;
}

.dtf-figure__n i {
  font-style: normal;
  color: var(--orange);
  font-size: .55em;
}

.dtf-figure__l {
  display: block;
  margin-top: 14px;
  font-size: 13.5px;
  color: #bcc8ba;
  line-height: 1.45;
}

/* ===== NEWS ===== */
.dtf-news {
  background: var(--paper);
  padding: 88px 24px;
}

.dtf-news__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.dtf-art {
  text-decoration: none;
  color: inherit;
  display: block;
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
}

.dtf-art__img {
  overflow: hidden;
  border-radius: 2px;
  aspect-ratio: 16/11;
  margin-bottom: 18px;
  background: #eceae3;
}

.dtf-art__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s;
}

.dtf-art:hover .dtf-art__img img {
  transform: scale(1.05);
}

.dtf-art__tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 10px;
}

.dtf-art h3 {
  font-family: var(--serif);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: var(--ink);
  margin: 0;
  transition: color .2s;
}

.dtf-art:hover h3 {
  color: var(--green);
}

/* ===== RESPONSIVE ===== */
@media(max-width: 1024px) {
  .dtf-hero__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .dtf-hero__text {
    order: 1;
  }
  .dtf-hero__media {
    order: 2;
    justify-content: center;
  }
  .dtf-hero__media img {
    max-width: 100%;
    height: auto;
  }
  .dtf-members__track {
    grid-auto-columns: calc(50% - 15px);
  }
  .dtf-news__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dtf-stats__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 24px;
  }
}

@media(max-width: 680px) {
  .dtf-hero {
    padding: 48px 18px 0;
  }
  .dtf-hero__tag {
    left: 12px;
    bottom: 16px;
    padding: 16px 18px;
  }
  .dtf-hero__tag b {
    font-size: 30px;
  }
  .dtf-hero__rail {
    gap: 8px 16px;
  }
  .dtf-hero__rail i {
    display: none;
  }
  .dtf-cd__cell {
    flex: 0 0 28%;
  }
  .dtf-members__wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .dtf-members__nav {
    display: none;
  }
  .dtf-stats__grid {
    grid-template-columns: 1fr 1fr;
  }
  .dtf-news__grid {
    grid-template-columns: 1fr 1fr;
  }
  .dtf-sec-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media(max-width: 460px) {
  .dtf-members__track {
    grid-auto-columns: 100%;
    gap: 20px;
  }
  .dtf-news__grid {
    grid-template-columns: 1fr;
  }
  .dtf-cd__cell {
    flex: 0 0 42%;
  }
  .dtf-hero__tag {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 16px;
    display: inline-flex;
  }
}

