.tde-home-hero{position:relative;width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);overflow:hidden;color:#fff;isolation:isolate;background:#111}.tde-home-hero--medium{min-height:560px}.tde-home-hero--large{min-height:760px}.tde-home-hero--fullscreen{min-height:calc(100vh - var(--wp-admin--admin-bar--height,0px))}.tde-home-hero__slides,.tde-home-hero__slide,.tde-home-hero__mobile-image{position:absolute;inset:0}.tde-home-hero__slide{opacity:0;background-size:cover;background-repeat:no-repeat;background-position:center;transform:scale(1.01);transition:opacity 1.2s ease}.tde-home-hero__slide.is-active{opacity:1;z-index:1}.tde-home-hero--desktop-left .tde-home-hero__slide{background-position:left center}.tde-home-hero--desktop-center .tde-home-hero__slide{background-position:center center}.tde-home-hero--desktop-right .tde-home-hero__slide{background-position:right center}.tde-home-hero__mobile-image{display:none;background-image:var(--tde-hero-mobile-image);background-size:cover;background-repeat:no-repeat;background-position:center;z-index:1}.tde-home-hero__overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,rgba(0,0,0,var(--tde-hero-fade-strength)) 0%,rgba(0,0,0,0) var(--tde-hero-fade-width)),linear-gradient(rgba(0,0,0,var(--tde-hero-overlay)),rgba(0,0,0,var(--tde-hero-overlay)))}.tde-home-hero--text-center .tde-home-hero__overlay{background:linear-gradient(rgba(0,0,0,var(--tde-hero-overlay)),rgba(0,0,0,var(--tde-hero-overlay)))}.tde-home-hero--text-right .tde-home-hero__overlay{background:linear-gradient(270deg,rgba(0,0,0,var(--tde-hero-fade-strength)) 0%,rgba(0,0,0,0) var(--tde-hero-fade-width)),linear-gradient(rgba(0,0,0,var(--tde-hero-overlay)),rgba(0,0,0,var(--tde-hero-overlay)))}.tde-home-hero__inner{position:relative;z-index:3;width:min(1640px,calc(100% - 32px));min-height:inherit;margin:0 auto;display:flex;align-items:center;padding:72px 0}.tde-home-hero__content{max-width:650px}.tde-home-hero--text-left .tde-home-hero__inner{justify-content:flex-start}.tde-home-hero--text-center .tde-home-hero__inner{justify-content:center;text-align:center}.tde-home-hero--text-right .tde-home-hero__inner{justify-content:flex-end;text-align:right}.tde-home-hero__eyebrow{margin-bottom:16px;color:#fff;text-transform:uppercase;letter-spacing:.28em;font-size:12px;font-weight:800}.tde-home-hero h1{margin:0;color:#fff;font-family:"Cormorant Garamond",Cormorant,Georgia,serif;font-size:clamp(52px,7vw,106px);font-weight:500;line-height:.91;letter-spacing:-.035em;text-wrap:balance}.tde-home-hero__content>p{max-width:600px;margin:26px 0 0;color:#f3f3f3;font-size:clamp(17px,1.6vw,23px);line-height:1.55}.tde-home-hero--text-center .tde-home-hero__content>p{margin-left:auto;margin-right:auto}.tde-home-hero--text-right .tde-home-hero__content>p{margin-left:auto}.tde-home-hero__buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.tde-home-hero--text-center .tde-home-hero__buttons{justify-content:center}.tde-home-hero--text-right .tde-home-hero__buttons{justify-content:flex-end}.tde-home-hero__button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:12px 26px;border:2px solid #fff;text-decoration:none!important;text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:800;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.tde-home-hero__button:hover{transform:translateY(-2px)}.tde-home-hero__button--primary{background:#c9151e;border-color:#c9151e;color:#fff!important}.tde-home-hero__button--primary:hover{background:#a90f17;border-color:#a90f17}.tde-home-hero__button--secondary{background:transparent;color:#fff!important}.tde-home-hero__button--secondary:hover{background:#fff;color:#111!important}.tde-home-hero__scroll{position:absolute;z-index:4;left:50%;bottom:24px;width:22px;height:38px;border:1.5px solid rgba(255,255,255,.78);border-radius:16px;transform:translateX(-50%)}.tde-home-hero__scroll span{position:absolute;left:50%;top:8px;width:3px;height:7px;border-radius:2px;background:#fff;transform:translateX(-50%);animation:tdeHeroScroll 1.8s infinite}.tde-home-hero--animate .tde-home-hero__content{animation:tdeHeroIn .7s ease both}.tde-hero-missing{padding:20px;border:1px dashed #c9151e;background:#fff3f3;color:#8b1118;font-weight:700;text-align:center}@keyframes tdeHeroIn{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes tdeHeroScroll{0%{opacity:0;transform:translate(-50%,0)}40%{opacity:1}100%{opacity:0;transform:translate(-50%,10px)}}@media(max-width:1200px){.tde-home-hero__inner{width:calc(100% - 40px)}}@media(max-width:767px){.tde-home-hero--medium,.tde-home-hero--large{min-height:640px}.tde-home-hero--fullscreen{min-height:calc(100svh - var(--wp-admin--admin-bar--height,0px))}.tde-home-hero--mobile-left .tde-home-hero__slide,.tde-home-hero--mobile-left .tde-home-hero__mobile-image{background-position:left center}.tde-home-hero--mobile-center .tde-home-hero__slide,.tde-home-hero--mobile-center .tde-home-hero__mobile-image{background-position:center center}.tde-home-hero--mobile-right .tde-home-hero__slide,.tde-home-hero--mobile-right .tde-home-hero__mobile-image{background-position:right center}.tde-home-hero__mobile-image{display:block}.tde-home-hero__overlay,.tde-home-hero--text-right .tde-home-hero__overlay{background:linear-gradient(0deg,rgba(0,0,0,calc(var(--tde-hero-overlay) + .12)) 0%,rgba(0,0,0,var(--tde-hero-overlay)) 70%,rgba(0,0,0,calc(var(--tde-hero-overlay)*.45)) 100%)}.tde-home-hero__inner{width:calc(100% - 40px);align-items:flex-end;padding:80px 0 78px}.tde-home-hero--text-right .tde-home-hero__inner,.tde-home-hero--text-center .tde-home-hero__inner{justify-content:flex-start;text-align:left}.tde-home-hero h1{font-size:clamp(46px,15vw,68px)}.tde-home-hero__content>p{font-size:17px;line-height:1.45}.tde-home-hero--text-center .tde-home-hero__content>p,.tde-home-hero--text-right .tde-home-hero__content>p{margin-left:0}.tde-home-hero--text-center .tde-home-hero__buttons,.tde-home-hero--text-right .tde-home-hero__buttons{justify-content:flex-start}.tde-home-hero__buttons{gap:10px}.tde-home-hero__button{padding:11px 18px;min-height:46px}.tde-home-hero__scroll{display:none}}@media(prefers-reduced-motion:reduce){.tde-home-hero--animate .tde-home-hero__content,.tde-home-hero__scroll span{animation:none}.tde-home-hero__button,.tde-home-hero__slide{transition:none}}

/* Find Your Place section */
.tde-paths{width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:#fff;color:#111;padding:58px 24px 46px}.tde-paths__inner{width:min(1420px,100%);margin:0 auto}.tde-paths__header{text-align:center;max-width:1180px;margin:0 auto 30px}.tde-paths__eyebrow{color:#c9151e;font-size:12px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;margin-bottom:10px}.tde-paths__header h2{margin:0;font-family:"Cormorant Garamond",Cormorant,Georgia,serif;font-size:clamp(42px,4.3vw,68px);line-height:1.02;color:#111;font-weight:500;letter-spacing:-.025em}.tde-paths__header h2 span{color:#c9151e}.tde-paths__header p{max-width:680px;margin:16px auto 0;font-size:17px;line-height:1.45;color:#333}.tde-paths__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.tde-path-card{display:grid;grid-template-columns:49% 51%;height:500px;border-radius:14px;overflow:hidden;background:#090909;color:#fff;box-shadow:0 8px 20px rgba(0,0,0,.12)}.tde-path-card__image{background:#222 center/cover no-repeat;min-height:100%;display:flex;align-items:center;justify-content:center;text-align:center;padding:20px;color:#ddd;font-weight:700}.tde-path-card__content{position:relative;display:grid;grid-template-rows:auto auto auto auto minmax(0,1fr) auto auto;align-content:stretch;min-width:0;min-height:0;padding:30px 28px 26px}.tde-path-card__icon{width:46px;height:46px;border-radius:50%;background:#c9151e;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:14px}.tde-path-card h3{margin:0;color:#fff;font-family:"Cormorant Garamond",Cormorant,Georgia,serif;font-size:clamp(36px,2.55vw,48px);line-height:.95;font-weight:500}.tde-path-card__rule{width:38px;height:2px;background:#c9151e;margin:13px 0}.tde-path-card__tagline{margin:0 0 10px!important;color:#e31b2b!important;font-size:15px!important;font-weight:700}.tde-path-card__description{margin:0!important;color:#f2f2f2!important;font-size:14px!important;line-height:1.48!important}.tde-path-card__features{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:18px 0 16px;border-top:1px solid rgba(255,255,255,.2);padding-top:16px}.tde-path-card__features div{text-align:center;min-width:0}.tde-path-card__features strong,.tde-path-card__features span{display:block}.tde-path-card__features strong{font-size:10px;color:#fff;margin-bottom:3px}.tde-path-card__features span{font-size:9px;color:#ccc;line-height:1.3}.tde-path-card__button{position:static;width:100%;box-sizing:border-box;margin-top:0;display:flex!important;visibility:visible!important;opacity:1!important;align-items:center;justify-content:space-between;align-self:end;gap:16px;min-height:48px;padding:12px 18px;background:#c9151e;color:#fff!important;text-decoration:none!important;text-transform:uppercase;letter-spacing:.09em;font-size:11px;font-weight:800;transition:background .2s ease,transform .2s ease}.tde-path-card__button:hover{background:#e31b2b;transform:translateY(-2px)}.tde-path-card__button span{font-size:20px;font-weight:400}.tde-paths__footer{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;margin:28px auto 0;max-width:820px;text-align:center}.tde-paths__footer span{height:1px;background:#c9151e}.tde-paths__footer strong{font-size:12px;letter-spacing:.16em;color:#111}@media(min-width:900px){.tde-paths__header h2{white-space:nowrap}}@media(max-width:1180px){.tde-path-card{grid-template-columns:46% 54%;height:520px}.tde-path-card__content{padding:26px 22px 22px}.tde-path-card h3{font-size:38px}.tde-path-card__features{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.tde-paths__grid{grid-template-columns:1fr}.tde-path-card{height:460px;grid-template-columns:48% 52%}.tde-paths__header h2{font-size:52px}}@media(max-width:767px){.tde-paths{padding:48px 18px 38px}.tde-paths__header{margin-bottom:24px}.tde-paths__header h2{font-size:43px}.tde-paths__header p{font-size:15px}.tde-path-card{grid-template-columns:1fr;height:auto}.tde-path-card__image{min-height:300px}.tde-path-card__content{display:flex;flex-direction:column;padding:28px 24px 24px}.tde-path-card__button{position:static}.tde-path-card__features{grid-template-columns:repeat(2,1fr);gap:12px}.tde-path-card__button{margin-top:10px}.tde-paths__footer{grid-template-columns:1fr;gap:10px}.tde-paths__footer span{display:none}.tde-paths__footer strong{line-height:1.5}}


/* Image Showcase */
.tde-showcase{width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:#fff;color:#111;padding:72px 28px}.tde-showcase__inner{width:min(1540px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(300px,430px) minmax(0,1fr);gap:64px;align-items:center}.tde-showcase__eyebrow{color:#c9151e;font-size:12px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;margin-bottom:18px}.tde-showcase__copy h2{margin:0;font-family:"Cormorant Garamond",Cormorant,Georgia,serif;font-weight:500;font-size:clamp(52px,5.2vw,82px);line-height:.94;letter-spacing:-.03em;color:#111}.tde-showcase__copy h2 em{display:block;color:#c9151e;font-weight:500}.tde-showcase__rule{display:block;width:42px;height:2px;background:#c9151e;margin:25px 0 22px}.tde-showcase__copy p{margin:0;max-width:390px;color:#333;font-size:18px;line-height:1.55}.tde-showcase__button{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;margin-top:30px;min-width:250px;padding:15px 22px;background:#c9151e;color:#fff!important;text-decoration:none!important;text-transform:uppercase;letter-spacing:.09em;font-size:12px;font-weight:800;transition:background .2s ease,transform .2s ease}.tde-showcase__button:hover{background:#e31b2b;transform:translateY(-2px)}.tde-showcase__stage{position:relative;min-width:0;outline-offset:5px}.tde-showcase__slides{position:relative;aspect-ratio:16/8.2;overflow:hidden;border-radius:14px;background:#111}.tde-showcase__slide{position:absolute;inset:0;margin:0;opacity:0;transition:opacity .9s ease;pointer-events:none}.tde-showcase__slide.is-active{opacity:1;pointer-events:auto}.tde-showcase__slide img{width:100%;height:100%;object-fit:cover;display:block}.tde-showcase__arrow{position:absolute;top:50%;z-index:3;width:56px;height:56px;border-radius:50%;border:1px solid rgba(255,255,255,.7);background:rgba(0,0,0,.68);color:#fff;font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transform:translateY(-50%);transition:background .2s ease,transform .2s ease}.tde-showcase__arrow:hover{background:#c9151e;transform:translateY(-50%) scale(1.04)}.tde-showcase__arrow--prev{left:-28px}.tde-showcase__arrow--next{right:-28px}.tde-showcase__dots{display:flex;justify-content:center;gap:10px;margin-top:22px}.tde-showcase__dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#bbb;cursor:pointer}.tde-showcase__dots button.is-active{background:#c9151e;transform:scale(1.15)}@media(max-width:1000px){.tde-showcase__inner{grid-template-columns:1fr;gap:34px}.tde-showcase__copy{text-align:center}.tde-showcase__copy p{margin-left:auto;margin-right:auto}.tde-showcase__rule{margin-left:auto;margin-right:auto}.tde-showcase__button{justify-content:center}.tde-showcase__copy h2 em{display:inline}.tde-showcase__slides{aspect-ratio:16/9}}@media(max-width:767px){.tde-showcase{padding:52px 18px}.tde-showcase__copy h2{font-size:50px}.tde-showcase__copy p{font-size:16px}.tde-showcase__slides{aspect-ratio:4/3;border-radius:10px}.tde-showcase__arrow{width:44px;height:44px;font-size:22px}.tde-showcase__arrow--prev{left:10px}.tde-showcase__arrow--next{right:10px}.tde-showcase__button{min-width:0;width:100%;max-width:320px}.tde-showcase__dots{gap:8px;flex-wrap:wrap}.tde-showcase__dots button{width:8px;height:8px}}@media(prefers-reduced-motion:reduce){.tde-showcase__slide,.tde-showcase__button,.tde-showcase__arrow{transition:none}}

/* Why Families Choose TDE */
.tde-why{width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:#090909;color:#fff;padding:92px 28px}.tde-why__inner{width:min(1500px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(300px,430px) minmax(0,1fr);gap:82px;align-items:start}.tde-why__intro{position:sticky;top:40px}.tde-why__eyebrow{color:#c9151e;font-size:12px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;margin-bottom:18px}.tde-why__intro h2{margin:0;color:#fff;font-family:"Cormorant Garamond",Cormorant,Georgia,serif;font-size:clamp(52px,5vw,78px);line-height:.96;letter-spacing:-.03em;font-weight:500}.tde-why__intro h2 em{display:block;color:#c9151e;font-style:normal;font-weight:500}.tde-why__intro>p{margin:26px 0 0;color:#d7d7d7;font-size:17px;line-height:1.62;max-width:410px}.tde-why__button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;margin-top:32px;min-width:245px;padding:15px 20px;background:#c9151e;color:#fff!important;text-decoration:none!important;text-transform:uppercase;letter-spacing:.09em;font-size:12px;font-weight:800;transition:background .2s ease,transform .2s ease}.tde-why__button:hover{background:#e31b2b;transform:translateY(-2px)}.tde-why__button span{font-size:20px}.tde-why__reasons{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.2)}.tde-why__reason{display:grid;grid-template-columns:58px 1fr;gap:18px;padding:34px 30px 34px 0;border-bottom:1px solid rgba(255,255,255,.2);min-height:170px}.tde-why__reason:nth-child(odd){padding-right:42px;border-right:1px solid rgba(255,255,255,.2)}.tde-why__reason:nth-child(even){padding-left:42px}.tde-why__number{width:44px;height:44px;border:1px solid #c9151e;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#c9151e;font-size:11px;font-weight:800;letter-spacing:.08em}.tde-why__reason h3{margin:0 0 10px;color:#fff;font-family:"Cormorant Garamond",Cormorant,Georgia,serif;font-size:30px;line-height:1.05;font-weight:500}.tde-why__reason p{margin:0!important;color:#cfcfcf!important;font-size:15px!important;line-height:1.55!important}@media(max-width:1050px){.tde-why__inner{grid-template-columns:1fr;gap:48px}.tde-why__intro{position:static;text-align:center}.tde-why__intro>p{margin-left:auto;margin-right:auto}.tde-why__intro h2 em{display:inline}.tde-why__button{justify-content:center}.tde-why__reasons{max-width:920px;margin:0 auto}}@media(max-width:767px){.tde-why{padding:62px 18px}.tde-why__intro h2{font-size:48px}.tde-why__intro>p{font-size:16px}.tde-why__reasons{grid-template-columns:1fr}.tde-why__reason,.tde-why__reason:nth-child(odd),.tde-why__reason:nth-child(even){padding:26px 0;border-right:0;grid-template-columns:48px 1fr;min-height:0}.tde-why__number{width:38px;height:38px}.tde-why__reason h3{font-size:27px}.tde-why__button{width:100%;min-width:0;max-width:320px}}

/* Featured Testimonials */
.tde-testimonials{width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:#fff;color:#111;padding:88px 28px 96px}.tde-testimonials__inner{width:min(1450px,100%);margin:0 auto}.tde-testimonials__header{text-align:center;max-width:820px;margin:0 auto 46px}.tde-testimonials__eyebrow{color:#c9151e;font-size:12px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;margin-bottom:14px}.tde-testimonials__header h2{margin:0;color:#111;font-family:"Cormorant Garamond",Cormorant,Georgia,serif;font-size:clamp(52px,5vw,78px);line-height:.96;letter-spacing:-.03em;font-weight:500}.tde-testimonials__header h2 em{color:#c9151e;font-style:normal;font-weight:500}.tde-testimonials__header p{max-width:640px;margin:18px auto 0;color:#444;font-size:17px;line-height:1.55}.tde-testimonials__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.tde-testimonial{position:relative;display:flex;flex-direction:column;min-height:350px;padding:38px 34px 32px;border:1px solid #e3e3e3;background:#fafafa}.tde-testimonial:nth-child(2){background:#111;color:#fff;border-color:#111}.tde-testimonial__photo{width:74px;height:74px;border-radius:50%;overflow:hidden;margin-bottom:22px;border:3px solid #fff;box-shadow:0 0 0 1px #d7d7d7}.tde-testimonial__photo img{width:100%;height:100%;object-fit:cover;display:block}.tde-testimonial__quote-mark{position:absolute;top:20px;right:26px;color:#c9151e;font-family:Georgia,serif;font-size:88px;line-height:1;opacity:.22}.tde-testimonial blockquote{position:relative;margin:0;color:#222;font-family:"Cormorant Garamond",Cormorant,Georgia,serif;font-size:clamp(16px,1.3vw,20px);line-height:1.35;font-weight:500}.tde-testimonial:nth-child(2) blockquote{color:#fff}.tde-testimonial footer{margin-top:auto;padding-top:28px;border-top:1px solid #ddd}.tde-testimonial:nth-child(2) footer{border-top-color:rgba(255,255,255,.25)}.tde-testimonial footer strong,.tde-testimonial footer span{display:block}.tde-testimonial footer strong{color:#111;font-size:13px;text-transform:uppercase;letter-spacing:.09em}.tde-testimonial:nth-child(2) footer strong{color:#fff}.tde-testimonial footer span{margin-top:5px;color:#c9151e;font-size:12px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.tde-testimonials__cta{text-align:center;margin-top:38px}.tde-testimonials__cta a{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;min-width:260px;padding:15px 22px;background:#c9151e;color:#fff!important;text-decoration:none!important;text-transform:uppercase;letter-spacing:.09em;font-size:12px;font-weight:800;transition:background .2s ease,transform .2s ease}.tde-testimonials__cta a:hover{background:#e31b2b;transform:translateY(-2px)}.tde-testimonials__cta a span{font-size:20px}@media(max-width:1000px){.tde-testimonials__grid{grid-template-columns:1fr}.tde-testimonial{min-height:330px}.tde-testimonial blockquote{font-size:19px}}@media(max-width:767px){.tde-testimonials{padding:62px 18px 68px}.tde-testimonials__header{margin-bottom:30px}.tde-testimonials__header h2{font-size:48px}.tde-testimonials__header p{font-size:16px}.tde-testimonial{padding:32px 24px 28px}.tde-testimonial blockquote{font-size:17px}.tde-testimonials__cta a{width:100%;max-width:320px;min-width:0}}
/* v1.6.3: testimonial photo crop positioning */
.tde-testimonial__photo{background-size:cover;background-repeat:no-repeat;background-position:50% 50%}
.tde-testimonial__photo img{display:none!important}

/* Life at TDE */
.tde-latest{width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:#f4f2ef;color:#111;padding:88px 28px 96px}.tde-latest__inner{width:min(1450px,100%);margin:0 auto}.tde-latest__header{text-align:center;max-width:780px;margin:0 auto 46px}.tde-latest__eyebrow{color:#c9151e;font-size:12px;font-weight:800;letter-spacing:.2em;text-transform:uppercase;margin-bottom:14px}.tde-latest__header h2{margin:0;color:#111;font-family:"Cormorant Garamond",Cormorant,Georgia,serif;font-size:clamp(52px,5vw,78px);line-height:.96;letter-spacing:-.03em;font-weight:500}.tde-latest__header h2 em{color:#c9151e;font-style:normal;font-weight:500}.tde-latest__header p{max-width:640px;margin:18px auto 0;color:#444;font-size:17px;line-height:1.55}.tde-latest__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.tde-latest__grid--1{grid-template-columns:minmax(0,620px);justify-content:center}.tde-latest__grid--2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:980px;margin-inline:auto}.tde-latest-card{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid #dfddd9}.tde-latest-card__image{display:block;aspect-ratio:16/10;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#111;text-decoration:none}.tde-latest-card__image.is-empty{background:linear-gradient(135deg,#111 0%,#292929 100%)}.tde-latest-card__copy{display:flex;flex-direction:column;flex:1;padding:28px 28px 30px}.tde-latest-card__meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px 18px;margin-bottom:18px;font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.tde-latest-card__meta span{color:#c9151e}.tde-latest-card__meta time{color:#777}.tde-latest-card h3{margin:0 0 14px;font-family:"Cormorant Garamond",Cormorant,Georgia,serif;font-size:34px;line-height:1.05;font-weight:500}.tde-latest-card h3 a{color:#111!important;text-decoration:none!important}.tde-latest-card h3 a:hover{color:#c9151e!important}.tde-latest-card p{margin:0 0 24px!important;color:#444!important;font-size:15px!important;line-height:1.58!important}.tde-latest-card__link{display:inline-flex;align-items:center;gap:12px;margin-top:auto;color:#111!important;text-decoration:none!important;text-transform:uppercase;letter-spacing:.09em;font-size:11px;font-weight:800}.tde-latest-card__link span{color:#c9151e;font-size:19px;transition:transform .2s ease}.tde-latest-card__link:hover span{transform:translateX(4px)}.tde-latest__cta{text-align:center;margin-top:38px}.tde-latest__cta a{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;min-width:260px;padding:15px 22px;background:#c9151e;color:#fff!important;text-decoration:none!important;text-transform:uppercase;letter-spacing:.09em;font-size:12px;font-weight:800;transition:background .2s ease,transform .2s ease}.tde-latest__cta a:hover{background:#e31b2b;transform:translateY(-2px)}.tde-latest__cta a span{font-size:20px}@media(max-width:1050px){.tde-latest__grid,.tde-latest__grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.tde-latest__grid .tde-latest-card:last-child:nth-child(odd){grid-column:1/-1;max-width:620px;width:100%;justify-self:center}}@media(max-width:767px){.tde-latest{padding:62px 18px 68px}.tde-latest__header{margin-bottom:30px}.tde-latest__header h2{font-size:48px}.tde-latest__header p{font-size:16px}.tde-latest__grid,.tde-latest__grid--2{grid-template-columns:1fr}.tde-latest__grid .tde-latest-card:last-child:nth-child(odd){grid-column:auto;max-width:none}.tde-latest-card__copy{padding:24px 22px 26px}.tde-latest-card h3{font-size:30px}.tde-latest__cta a{width:100%;max-width:320px;min-width:0}}

/* v1.7.1 Life at TDE query fallback and visible empty state */
.tde-latest__empty{max-width:760px;margin:0 auto;padding:24px;border:1px dashed #c9151e;background:#fff;color:#333;text-align:center;font-size:15px;line-height:1.55}


/* Your First Step final CTA */
.tde-first-step{position:relative;width:100vw;max-width:none;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);min-height:680px;overflow:hidden;background:#111;color:#fff;isolation:isolate;display:flex;align-items:center}.tde-first-step__media{position:absolute;inset:-3%;z-index:-3;background-image:var(--tde-cta-image,linear-gradient(135deg,#111,#333));background-size:cover;background-repeat:no-repeat;background-position:var(--tde-cta-x,50%) var(--tde-cta-y,50%);transform:scale(1.035);transition:transform 7s cubic-bezier(.2,.65,.25,1)}.tde-first-step__shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.74) 36%,rgba(0,0,0,calc(var(--tde-cta-overlay,.52) * .7)) 65%,rgba(0,0,0,calc(var(--tde-cta-overlay,.52) * .85)) 100%)}.tde-first-step__inner{width:min(1450px,100%);margin:0 auto;padding:110px 64px}.tde-first-step__copy{max-width:720px}.tde-first-step__eyebrow{color:#fff;font-size:12px;font-weight:800;letter-spacing:.22em;text-transform:uppercase;margin-bottom:20px}.tde-first-step h2{margin:0;color:#fff;font-family:"Cormorant Garamond",Cormorant,Georgia,serif;font-size:clamp(58px,6vw,92px);line-height:.93;letter-spacing:-.035em;font-weight:500}.tde-first-step h2 em{display:block;color:#c9151e;font-style:normal;font-weight:500}.tde-first-step__copy>p{max-width:650px;margin:28px 0 0;color:#f1f1f1;font-size:19px;line-height:1.62}.tde-first-step__buttons{display:flex;flex-wrap:wrap;gap:14px;margin-top:36px}.tde-first-step__button{display:inline-flex;align-items:center;justify-content:space-between;gap:34px;min-width:220px;padding:16px 20px;text-decoration:none!important;text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:800;transition:background .2s ease,color .2s ease,transform .2s ease,border-color .2s ease}.tde-first-step__button span{font-size:21px}.tde-first-step__button:hover{transform:translateY(-2px)}.tde-first-step__button--primary{background:#c9151e;color:#fff!important;border:1px solid #c9151e}.tde-first-step__button--primary:hover{background:#e31b2b;border-color:#e31b2b}.tde-first-step__button--secondary{background:rgba(0,0,0,.22);color:#fff!important;border:1px solid rgba(255,255,255,.8)}.tde-first-step__button--secondary:hover{background:#fff;color:#111!important;border-color:#fff}.tde-first-step__help{margin-top:30px;padding-top:22px;border-top:1px solid rgba(255,255,255,.28);display:flex;flex-wrap:wrap;align-items:center;gap:10px 22px;color:#ddd;font-size:14px}.tde-first-step__help>span{font-weight:600}.tde-first-step__help>div{display:flex;flex-wrap:wrap;gap:18px}.tde-first-step__help a{color:#fff!important;text-underline-offset:4px;font-weight:700}.tde-first-step--animate .tde-first-step__copy{opacity:0;transform:translateY(24px);transition:opacity .8s ease .12s,transform .8s ease .12s}.tde-first-step--animate.is-visible .tde-first-step__copy{opacity:1;transform:none}.tde-first-step--animate.is-visible .tde-first-step__media{transform:scale(1)}@media(max-width:900px){.tde-first-step{min-height:620px}.tde-first-step__inner{padding:90px 34px}.tde-first-step__shade{background:rgba(0,0,0,.68)}.tde-first-step__copy{max-width:680px}}@media(max-width:767px){.tde-first-step__media{background-position:var(--tde-cta-mobile-x,50%) var(--tde-cta-mobile-y,50%)}.tde-first-step{min-height:600px}.tde-first-step__inner{padding:76px 20px}.tde-first-step h2{font-size:52px}.tde-first-step__copy>p{font-size:17px}.tde-first-step__buttons{display:grid;grid-template-columns:1fr}.tde-first-step__button{width:100%;min-width:0}.tde-first-step__help{display:block}.tde-first-step__help>div{margin-top:10px}}
