/* DTTASA HOMEPAGE — scoped to #dthome */
#dthome {
  --ink: #000000; --paper: #faf8f3; --paper-warm: #f4efe5;
  --green-deep: #04501e; --green-bright: #43b14b; --green-glow: #5cc965;
  --gold: #c9a961; --gold-light: #e0c98a;
  --shadow-soft: 0 20px 60px rgba(0,0,0,0.08);
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--ink); line-height: 1.6;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  position: relative; overflow-x: hidden;
}
#dthome * { box-sizing: border-box; }
#dthome img { max-width: 100%; height: auto; display: block; }
#dthome a { text-decoration: none; color: inherit; }
#dthome button { font-family: inherit; cursor: pointer; border: none; background: none; }
#dthome .dh-wrap { max-width: 1240px; margin: 0 auto; padding: 0 28px; position: relative; z-index: 2; }
#dthome .dh-wrap-narrow { max-width: 880px; margin: 0 auto; padding: 0 28px; position: relative; z-index: 2; }
#dthome .dh-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase; color: var(--green-deep); display: inline-flex; align-items: center; gap: 12px; }
#dthome .dh-eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--green-deep); }
#dthome .dh-eyebrow.dh-eyebrow-light { color: rgba(255,255,255,0.85); }
#dthome .dh-eyebrow.dh-eyebrow-light::before { background: rgba(255,255,255,0.85); }
#dthome .dh-reveal { opacity: 0; transform: translateY(40px); transition: opacity 1s var(--ease-out-expo), transform 1s var(--ease-out-expo); }
#dthome .dh-reveal.dh-in { opacity: 1; transform: translateY(0); }
#dthome .dh-reveal-fade { opacity: 0; transition: opacity 1.4s var(--ease-out-expo); }
#dthome .dh-reveal-fade.dh-in { opacity: 1; }
#dthome .dh-reveal-left { opacity: 0; transform: translateX(-40px); transition: opacity 1s var(--ease-out-expo), transform 1s var(--ease-out-expo); }
#dthome .dh-reveal-left.dh-in { opacity: 1; transform: translateX(0); }
#dthome .dh-reveal-right { opacity: 0; transform: translateX(40px); transition: opacity 1s var(--ease-out-expo), transform 1s var(--ease-out-expo); }
#dthome .dh-reveal-right.dh-in { opacity: 1; transform: translateX(0); }
#dthome .dh-reveal-scale { opacity: 0; transform: scale(0.94); transition: opacity 1.2s var(--ease-out-expo), transform 1.2s var(--ease-out-expo); }
#dthome .dh-reveal-scale.dh-in { opacity: 1; transform: scale(1); }
#dthome .dh-stagger > * { transition-delay: calc(var(--i, 0) * 90ms); }

#dthome .dh-hero { position: relative; min-height: 92vh; display: flex; align-items: center; background: var(--paper); overflow: hidden; padding: 150px 0 80px; }
#dthome .dh-hero-bg { position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(67,177,75,0.07) 0%, transparent 50%), radial-gradient(circle at 20% 80%, rgba(201,169,97,0.05) 0%, transparent 50%); z-index: 1; }
#dthome .dh-hero-grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(4,80,30,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(4,80,30,0.04) 1px, transparent 1px); background-size: 60px 60px; z-index: 1; -webkit-mask-image: radial-gradient(ellipse at center, black 0%, transparent 75%); mask-image: radial-gradient(ellipse at center, black 0%, transparent 75%); }
#dthome .dh-hero-content { position: relative; z-index: 3; text-align: center; }
#dthome .dh-hero-badge { display: inline-flex; align-items: center; gap: 14px; padding: 10px 22px; background: rgba(4,80,30,0.06); border: 1px solid rgba(4,80,30,0.12); border-radius: 100px; font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--green-deep); margin-bottom: 36px; font-weight: 500; }
#dthome .dh-hero-badge .dh-pulse { width: 8px; height: 8px; background: var(--green-bright); border-radius: 50%; animation: dh-pulse 2s ease-in-out infinite; }
@keyframes dh-pulse { 0%,100% { box-shadow: 0 0 0 0 rgba(67,177,75,0.5);} 50% { box-shadow: 0 0 0 10px rgba(67,177,75,0);} }
#dthome .dh-hero-title { font-family: 'Fraunces', Georgia, serif; font-weight: 400; font-size: clamp(2.4rem, 7vw, 5.6rem); line-height: 1; letter-spacing: -0.035em; color: var(--ink); margin: 0 auto 36px; max-width: 1100px; font-variation-settings: "opsz" 144; }
#dthome .dh-hero-title em { font-style: italic; font-weight: 500; background: linear-gradient(120deg, var(--green-deep) 0%, var(--green-bright) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
#dthome .dh-hero-deck { font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.55; color: rgba(0,0,0,0.7); max-width: 760px; margin: 0 auto 48px; }
#dthome .dh-hero-cta-row { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; margin-bottom: 48px; }
#dthome .dh-btn-primary { position: relative; display: inline-flex; align-items: center; gap: 14px; padding: 20px 38px; background: var(--ink); color: var(--paper); font-size: 0.92rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; border-radius: 100px; transition: all 0.5s var(--ease-out-expo); overflow: hidden; isolation: isolate; }
#dthome .dh-btn-primary::before { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, var(--green-deep) 0%, var(--green-bright) 100%); transform: translateY(101%); transition: transform 0.6s var(--ease-out-expo); z-index: -1; }
#dthome .dh-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 20px 50px rgba(4,80,30,0.3); }
#dthome .dh-btn-primary:hover::before { transform: translateY(0); }
#dthome .dh-btn-primary .dh-arrow { transition: transform 0.5s var(--ease-out-expo); }
#dthome .dh-btn-primary:hover .dh-arrow { transform: translateX(6px); }
#dthome .dh-btn-secondary { display: inline-flex; align-items: center; gap: 12px; padding: 19px 36px; background: transparent; color: var(--ink); font-size: 0.92rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; border: 1.5px solid rgba(0,0,0,0.18); border-radius: 100px; transition: all 0.4s var(--ease-out-expo); }
#dthome .dh-btn-secondary:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); transform: translateY(-3px); }
#dthome .dh-hero-meta { display: flex; justify-content: center; gap: clamp(20px, 5vw, 60px); flex-wrap: wrap; padding-top: 32px; border-top: 1px solid rgba(0,0,0,0.08); }
#dthome .dh-hero-meta-item { text-align: center; min-width: 120px; }
#dthome .dh-hero-meta-num { font-family: 'Fraunces', Georgia, serif; font-size: clamp(1.3rem, 2.4vw, 2rem); font-weight: 500; color: var(--green-deep); line-height: 1; letter-spacing: -0.02em; }
#dthome .dh-hero-meta-label { font-family: 'JetBrains Mono', monospace; font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(0,0,0,0.55); margin-top: 10px; }
#dthome a.dh-hero-meta-item:hover .dh-hero-meta-label { color: var(--green-deep); text-decoration: underline; text-underline-offset: 3px; }

#dthome .dh-trust { background: var(--ink); color: var(--paper); padding: 36px 0; overflow: hidden; border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); }
#dthome .dh-trust-inner { display: flex; align-items: center; gap: 60px; max-width: 1400px; margin: 0 auto; padding: 0 28px; }
#dthome .dh-trust-label { font-family: 'JetBrains Mono', monospace; font-size: 0.7rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.55); white-space: nowrap; flex-shrink: 0; }
#dthome .dh-trust-track { flex: 1; overflow: hidden; position: relative; -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%); mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%); }
#dthome .dh-trust-marquee { display: flex; gap: 70px; animation: dh-marquee 60s linear infinite; width: max-content; }
#dthome .dh-trust:hover .dh-trust-marquee { animation-play-state: paused; }
@keyframes dh-marquee { to { transform: translateX(-50%); } }
#dthome .dh-trust-item { display: flex; align-items: center; gap: 12px; font-size: 0.95rem; font-weight: 500; color: rgba(255,255,255,0.85); white-space: nowrap; transition: color 0.3s ease; }
#dthome .dh-trust-item i { color: var(--green-bright); font-size: 0.95rem; }
#dthome a.dh-trust-item:hover { color: var(--green-glow); text-decoration: underline; text-underline-offset: 4px; }
#dthome .dh-trust-check { display: block; margin-top: 6px; font-size: 0.62rem; letter-spacing: 0.18em; color: var(--green-glow); font-weight: 600; }
#dthome .dh-trust-check:hover { text-decoration: underline; text-underline-offset: 3px; }
#dthome .dh-trust-check i { font-size: 0.58rem; }

#dthome .dh-pnd-feature { padding: 140px 0; background: linear-gradient(180deg, var(--ink) 0%, #0a1a0f 50%, var(--ink) 100%); color: var(--paper); position: relative; overflow: hidden; }
#dthome .dh-pnd-feature::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 20% 30%, rgba(67,177,75,0.15) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(201,169,97,0.08) 0%, transparent 45%); filter: blur(40px); pointer-events: none; }
#dthome .dh-pnd-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 80px; align-items: center; position: relative; z-index: 2; }
#dthome .dh-pnd-amount { font-family: 'Fraunces', Georgia, serif; font-weight: 500; font-size: clamp(3.5rem, 9vw, 7rem); line-height: 1; color: var(--green-glow); letter-spacing: -0.04em; margin-bottom: 20px; display: block; font-variant-numeric: tabular-nums; }
#dthome .dh-pnd-title { font-family: 'Fraunces', Georgia, serif; font-weight: 400; font-size: clamp(2rem, 4.5vw, 3.4rem); line-height: 1.1; letter-spacing: -0.025em; color: var(--paper); margin: 24px 0 28px; }
#dthome .dh-pnd-title em { font-style: italic; color: var(--green-glow); font-weight: 500; }
#dthome .dh-pnd-text p { font-size: 1.08rem; line-height: 1.7; color: rgba(250,248,243,0.78); margin-bottom: 18px; }
#dthome .dh-pnd-cta-row { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 32px; }
#dthome .dh-pnd-cta-primary { display: inline-flex; align-items: center; gap: 12px; padding: 18px 32px; background: var(--paper); color: var(--ink); font-size: 0.88rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; border-radius: 100px; transition: all 0.4s var(--ease-out-expo); }
#dthome .dh-pnd-cta-primary:hover { background: var(--green-bright); color: var(--paper); transform: translateY(-3px); box-shadow: 0 14px 40px rgba(67,177,75,0.3); }
#dthome .dh-pnd-cta-secondary { display: inline-flex; align-items: center; gap: 12px; padding: 17px 30px; background: transparent; color: rgba(250,248,243,0.9); font-size: 0.88rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; border: 1.5px solid rgba(255,255,255,0.25); border-radius: 100px; transition: all 0.4s var(--ease-out-expo); }
#dthome .dh-pnd-cta-secondary:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.5); }
#dthome .dh-pnd-visual { position: relative; padding: 50px 44px; border-radius: 28px; background: linear-gradient(135deg, rgba(67,177,75,0.1) 0%, rgba(201,169,97,0.05) 100%); border: 1px solid rgba(67,177,75,0.2); overflow: hidden; }
#dthome .dh-pnd-visual::before { content: ""; position: absolute; inset: -2px; background: linear-gradient(90deg, transparent 0%, rgba(67,177,75,0.3) 50%, transparent 100%); opacity: 0.4; animation: dh-shimmer 5s linear infinite; pointer-events: none; }
@keyframes dh-shimmer { 0% { transform: translateX(-100%);} 100% { transform: translateX(100%);} }
#dthome .dh-pnd-visual-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--green-glow); margin-bottom: 22px; font-weight: 500; position: relative; z-index: 2; }
#dthome .dh-pnd-pillars-mini { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; position: relative; z-index: 2; margin-bottom: 24px; }
#dthome .dh-pnd-pillar-mini { padding: 16px 18px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; transition: all 0.4s var(--ease-out-expo); }
#dthome .dh-pnd-pillar-mini:hover { background: rgba(67,177,75,0.06); border-color: rgba(67,177,75,0.25); }
#dthome .dh-pnd-pillar-mini-num { font-family: 'JetBrains Mono', monospace; font-size: 0.62rem; letter-spacing: 0.16em; color: var(--green-glow); margin-bottom: 6px; }
#dthome .dh-pnd-pillar-mini-label { font-family: 'Fraunces', Georgia, serif; font-size: 0.98rem; font-weight: 500; color: var(--paper); line-height: 1.3; }
#dthome .dh-pnd-meta { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.1); }
#dthome .dh-pnd-meta-label { font-family: 'JetBrains Mono', monospace; font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(250,248,243,0.5); }
#dthome .dh-pnd-meta-val { font-family: 'JetBrains Mono', monospace; font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); }

#dthome .dh-who { padding: 130px 0; background: var(--paper); }
#dthome .dh-who-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 100px; align-items: start; }
#dthome .dh-who-title { font-family: 'Fraunces', Georgia, serif; font-weight: 400; font-size: clamp(2rem, 4.5vw, 3.4rem); line-height: 1.1; letter-spacing: -0.025em; margin: 24px 0 0; }
#dthome .dh-who-title em { font-style: italic; color: var(--green-deep); font-weight: 500; }
#dthome .dh-who-text p { font-size: 1.15rem; line-height: 1.75; color: rgba(0,0,0,0.78); margin-bottom: 22px; }
#dthome .dh-who-text p:first-of-type { font-family: 'Fraunces', Georgia, serif; font-size: 1.4rem; line-height: 1.55; color: var(--ink); font-style: italic; font-weight: 400; }
#dthome .dh-who-text p strong { color: var(--green-deep); font-weight: 600; }

#dthome .dh-do { padding: 130px 0; background: var(--paper-warm); }
#dthome .dh-do-header { text-align: center; margin-bottom: 70px; }
#dthome .dh-do-title { font-family: 'Fraunces', Georgia, serif; font-weight: 400; font-size: clamp(2rem, 4.5vw, 3.4rem); line-height: 1.1; letter-spacing: -0.025em; margin: 24px 0 18px; }
#dthome .dh-do-title em { font-style: italic; color: var(--green-deep); font-weight: 500; }
#dthome .dh-do-deck { font-size: 1.05rem; color: rgba(0,0,0,0.65); max-width: 680px; margin: 0 auto; }
#dthome .dh-do-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
#dthome .dh-do-card { padding: 40px 36px; background: var(--paper); border: 1px solid rgba(0,0,0,0.06); border-radius: 18px; transition: all 0.5s var(--ease-out-expo); position: relative; overflow: hidden; }
#dthome .dh-do-card:hover { transform: translateY(-6px); border-color: rgba(4,80,30,0.2); box-shadow: 0 24px 70px rgba(4,80,30,0.08); }
#dthome .dh-do-card-num { font-family: 'JetBrains Mono', monospace; font-size: 0.7rem; letter-spacing: 0.18em; color: var(--green-deep); font-weight: 500; margin-bottom: 24px; }
#dthome .dh-do-card-icon { width: 48px; height: 48px; color: var(--green-deep); margin-bottom: 24px; opacity: 0.85; transition: transform 0.5s var(--ease-out-expo); }
#dthome .dh-do-card:hover .dh-do-card-icon { transform: scale(1.1) rotate(-3deg); }
#dthome .dh-do-card-icon svg { width: 100%; height: 100%; stroke: currentColor; stroke-width: 1.4; fill: none; }
#dthome .dh-do-card h3 { font-family: 'Fraunces', Georgia, serif; font-weight: 500; font-size: 1.3rem; line-height: 1.25; color: var(--ink); margin-bottom: 14px; letter-spacing: -0.015em; }
#dthome .dh-do-card p { font-size: 0.97rem; line-height: 1.65; color: rgba(0,0,0,0.7); }

#dthome .dh-give { padding: 140px 0; background: linear-gradient(180deg, var(--ink) 0%, #0a1a0f 100%); color: var(--paper); position: relative; overflow: hidden; }
#dthome .dh-give-orb { position: absolute; width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle, rgba(67,177,75,0.15) 0%, transparent 60%); filter: blur(80px); pointer-events: none; z-index: 1; transition: transform 0.4s linear; }
#dthome .dh-give-orb-1 { top: -250px; right: -150px; }
#dthome .dh-give-orb-2 { bottom: -250px; left: -150px; background: radial-gradient(circle, rgba(201,169,97,0.1) 0%, transparent 60%); }
#dthome .dh-give-header { text-align: center; margin-bottom: 70px; position: relative; z-index: 2; }
#dthome .dh-give-title { font-family: 'Fraunces', Georgia, serif; font-weight: 400; font-size: clamp(2rem, 4.5vw, 3.4rem); line-height: 1.1; letter-spacing: -0.025em; margin: 24px 0 18px; }
#dthome .dh-give-title em { font-style: italic; color: var(--green-glow); font-weight: 500; }
#dthome .dh-give-deck { font-size: 1.05rem; color: rgba(250,248,243,0.7); max-width: 680px; margin: 0 auto; }
#dthome .dh-give-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; position: relative; z-index: 2; margin-bottom: 50px; }
#dthome .dh-give-card { padding: 40px 32px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; transition: all 0.5s var(--ease-out-expo); display: flex; flex-direction: column; position: relative; overflow: hidden; }
#dthome .dh-give-card:hover { border-color: rgba(67,177,75,0.4); transform: translateY(-6px); background: rgba(67,177,75,0.04); }
#dthome .dh-give-card-badge { font-family: 'JetBrains Mono', monospace; font-size: 0.66rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--green-glow); margin-bottom: 18px; font-weight: 500; }
#dthome .dh-give-card h3 { font-family: 'Fraunces', Georgia, serif; font-weight: 500; font-size: 1.4rem; line-height: 1.2; color: var(--paper); margin-bottom: 12px; }
#dthome .dh-give-card p { font-size: 0.95rem; line-height: 1.6; color: rgba(250,248,243,0.65); margin-bottom: 24px; flex: 1; }
#dthome .dh-give-card-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 24px; background: var(--paper); color: var(--ink); font-size: 0.82rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; border-radius: 100px; transition: all 0.4s var(--ease-out-expo); width: 100%; }
#dthome .dh-give-card-btn:hover { background: var(--green-bright); color: var(--paper); transform: translateY(-2px); }
#dthome .dh-bank-card { position: relative; overflow: hidden; align-self: start; transition: all 0.5s var(--ease-out-expo); }
#dthome .dh-bank-card.dh-bank-open { padding-top: 36px; padding-bottom: 36px; }
#dthome .dh-bank-front, #dthome .dh-bank-back { display: flex; flex-direction: column; width: 100%; transition: opacity 0.4s var(--ease-out-expo), transform 0.4s var(--ease-out-expo); }
#dthome .dh-bank-front { flex: 1; }
#dthome .dh-bank-back { display: none; opacity: 0; transform: translateY(12px); }
#dthome .dh-bank-card.dh-bank-open .dh-bank-front { display: none; }
#dthome .dh-bank-card.dh-bank-open .dh-bank-back { display: flex; opacity: 1; transform: translateY(0); }
#dthome .dh-bank-rows { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 4px 0; margin: 16px 0 18px; }
#dthome .dh-bank-row { padding: 11px 18px; border-bottom: 1px solid rgba(255,255,255,0.06); }
#dthome .dh-bank-row:last-child { border-bottom: none; }
#dthome .dh-bank-row-label { font-family: 'JetBrains Mono', monospace; font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(250,248,243,0.5); margin-bottom: 4px; }
#dthome .dh-bank-row-value { font-size: 0.93rem; color: var(--paper); font-weight: 500; word-break: break-word; line-height: 1.35; }
#dthome .dh-bank-row-value strong { color: var(--green-glow); }
#dthome .dh-bank-note { font-size: 0.82rem; color: rgba(250,248,243,0.65) !important; line-height: 1.5; margin-bottom: 16px !important; flex: 0 0 auto !important; }
#dthome .dh-bank-note a { color: var(--green-glow); font-weight: 500; }
#dthome .dh-bank-guard { border: 1px solid rgba(92,201,101,0.3); background: rgba(92,201,101,0.07); border-radius: 10px; padding: 10px 12px; }
#dthome .dh-bank-guard i { color: var(--green-glow); margin-right: 4px; }
#dthome .dh-bank-hide-btn { background: transparent !important; color: rgba(250,248,243,0.85) !important; border: 1px solid rgba(255,255,255,0.2) !important; }
#dthome .dh-bank-hide-btn:hover { background: rgba(255,255,255,0.06) !important; color: var(--paper) !important; border-color: rgba(255,255,255,0.4) !important; }
#dthome .dh-member { position: relative; z-index: 2; padding: 50px 56px; border-radius: 24px; background: linear-gradient(135deg, rgba(67,177,75,0.08) 0%, rgba(201,169,97,0.05) 100%); border: 1px solid rgba(67,177,75,0.2); display: grid; grid-template-columns: 1.5fr auto; gap: 40px; align-items: center; }
#dthome .dh-member-eyebrow { font-family: 'JetBrains Mono', monospace; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
#dthome .dh-member h3 { font-family: 'Fraunces', Georgia, serif; font-weight: 500; font-size: clamp(1.4rem, 2.4vw, 1.9rem); line-height: 1.2; color: var(--paper); margin-bottom: 8px; }
#dthome .dh-member p { font-size: 1rem; line-height: 1.6; color: rgba(250,248,243,0.7); }

#dthome .dh-watch { padding: 130px 0; background: var(--paper); }
#dthome .dh-watch-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 70px; align-items: center; }
#dthome .dh-watch-title { font-family: 'Fraunces', Georgia, serif; font-weight: 400; font-size: clamp(1.9rem, 4vw, 3rem); line-height: 1.1; letter-spacing: -0.025em; margin: 24px 0 22px; }
#dthome .dh-watch-title em { font-style: italic; color: var(--green-deep); font-weight: 500; }
#dthome .dh-watch-text p { font-size: 1.05rem; line-height: 1.7; color: rgba(0,0,0,0.7); margin-bottom: 18px; }
#dthome .dh-watch-btn { display: inline-flex; align-items: center; gap: 12px; padding: 16px 28px; background: #ff0000; color: white; font-size: 0.88rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; border-radius: 100px; transition: all 0.4s var(--ease-out-expo); margin-top: 24px; }
#dthome .dh-watch-btn:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(255,0,0,0.3); }
#dthome .dh-watch-video { position: relative; border-radius: 18px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,0.18); aspect-ratio: 16/9; background: #000; }
#dthome .dh-watch-video iframe { width: 100%; height: 100%; border: none; }

#dthome .dh-stories { padding: 130px 0; background: var(--paper-warm); }
#dthome .dh-stories-card { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 56px 60px; background: var(--paper); border-radius: 24px; border: 1px solid rgba(0,0,0,0.06); box-shadow: var(--shadow-soft); position: relative; overflow: hidden; }
#dthome .dh-stories-card::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 6px; background: linear-gradient(to bottom, var(--green-deep) 0%, var(--green-bright) 100%); }
#dthome .dh-stories-text h3 { font-family: 'Fraunces', Georgia, serif; font-weight: 500; font-size: clamp(1.5rem, 2.8vw, 2.2rem); line-height: 1.2; letter-spacing: -0.02em; color: var(--ink); margin: 18px 0 14px; }
#dthome .dh-stories-text h3 em { font-style: italic; color: var(--green-deep); font-weight: 500; }
#dthome .dh-stories-text p { font-size: 1.02rem; line-height: 1.7; color: rgba(0,0,0,0.7); max-width: 600px; }
#dthome .dh-stories-cta { display: inline-flex; align-items: center; gap: 12px; padding: 18px 32px; background: var(--green-deep); color: var(--paper); font-size: 0.86rem; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; border-radius: 100px; transition: all 0.4s var(--ease-out-expo); white-space: nowrap; }
#dthome .dh-stories-cta:hover { background: var(--green-bright); transform: translateY(-3px); box-shadow: 0 14px 40px rgba(67,177,75,0.3); }

#dthome .dh-closing { padding: 150px 0 130px; background: var(--paper); position: relative; overflow: hidden; text-align: center; }
#dthome .dh-closing-inner { position: relative; z-index: 2; }
#dthome .dh-closing-title { font-family: 'Fraunces', Georgia, serif; font-weight: 400; font-size: clamp(2.2rem, 5vw, 4.2rem); line-height: 1.05; letter-spacing: -0.03em; color: var(--ink); margin: 0 auto 32px; max-width: 1000px; }
#dthome .dh-closing-title em { font-style: italic; color: var(--green-deep); font-weight: 500; }
#dthome .dh-closing-sub { font-size: 1.1rem; line-height: 1.6; color: rgba(0,0,0,0.65); max-width: 680px; margin: 0 auto 40px; }
#dthome .dh-closing-cta-row { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }

@media (max-width: 1024px) {
  #dthome .dh-pnd-grid { grid-template-columns: 1fr; gap: 50px; }
  #dthome .dh-who-grid { grid-template-columns: 1fr; gap: 36px; }
  #dthome .dh-do-grid { grid-template-columns: repeat(2, 1fr); }
  #dthome .dh-give-grid { grid-template-columns: 1fr; }
  #dthome .dh-watch-grid { grid-template-columns: 1fr; gap: 50px; }
  #dthome .dh-stories-card { grid-template-columns: 1fr; gap: 30px; padding: 44px 36px; }
  #dthome .dh-member { grid-template-columns: 1fr; gap: 24px; padding: 40px; text-align: center; }
}
@media (max-width: 768px) {
  #dthome .dh-wrap, #dthome .dh-wrap-narrow { padding: 0 20px; }
  #dthome .dh-hero { padding: 120px 0 60px; min-height: auto; }
  #dthome .dh-pnd-feature, #dthome .dh-who, #dthome .dh-do, #dthome .dh-give, #dthome .dh-watch, #dthome .dh-stories, #dthome .dh-closing { padding: 80px 0; }
  #dthome .dh-trust-inner { flex-direction: column; gap: 20px; padding: 0 20px; }
  #dthome .dh-trust-label { text-align: center; }
  #dthome .dh-do-grid { grid-template-columns: 1fr; }
  #dthome .dh-pnd-pillars-mini { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  #dthome *, #dthome *::before, #dthome *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
