:root{--tdm-home-secondary: #f5f3f0;--tdm-home-cream: #faf9f7}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.tdm-home-container{max-width:80rem;margin:0 auto;padding:0 1rem}@media (min-width: 750px){.tdm-home-container{padding:0 1.5rem}}@media (min-width: 990px){.tdm-home-container{padding:0 2rem}}.tdm-home-hero{background:var(--tdm-home-secondary, #f5f3f0);padding:1.5rem 0 2rem;overflow:hidden}@media (min-width: 750px){.tdm-home-hero{padding:2rem 0 2.5rem}}@media (min-width: 990px){.tdm-home-hero{padding:2.5rem 0 3rem}}.tdm-home-hero__grid{display:grid;gap:1.5rem}@media (min-width: 990px){.tdm-home-hero__grid{grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:center;gap:3rem}}.tdm-home-hero__kicker{display:inline-flex;align-items:center;gap:.5rem;border-radius:999px;background:var(--tdm-burgundy, #722f37);color:#fff;padding:.5rem 1rem;font-size:.625rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;font-family:var(--tdm-font-sans, "Noto Sans", sans-serif);animation:fadeIn .6s ease-out}@media (min-width: 750px){.tdm-home-hero__kicker{font-size:.7rem}}.tdm-home-hero__title{margin:1rem 0 0;font-size:clamp(1.75rem,5vw,3.5rem);font-weight:300;line-height:1.1;color:var(--tdm-black, #1c1c1c);font-family:var(--tdm-font-serif, "Newsreader", serif);animation:fadeInUp .8s ease-out .1s both}@media (min-width: 750px){.tdm-home-hero__title{margin-top:1.25rem}}.tdm-home-hero__title span{display:block;font-style:italic;color:var(--tdm-burgundy, #722f37)}.tdm-home-hero__description{margin-top:.875rem;color:var(--tdm-muted, #575757);line-height:1.7;font-size:.9375rem;font-family:var(--tdm-font-sans, "Noto Sans", sans-serif);animation:fadeInUp .8s ease-out .2s both}@media (min-width: 750px){.tdm-home-hero__description{margin-top:1rem;font-size:1rem}}.tdm-home-hero__description strong{color:var(--tdm-burgundy, #722f37);font-weight:600}.tdm-home-hero__pills{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;animation:fadeInUp .8s ease-out .3s both}@media (min-width: 750px){.tdm-home-hero__pills{margin-top:1.25rem}}.tdm-home-hero__pill{border-radius:999px;padding:.35rem .75rem;font-size:.7rem;font-weight:600;background:#fff;border:1.5px solid rgba(0,0,0,.1);color:var(--tdm-black, #1c1c1c);box-shadow:0 2px 6px #00000014;font-family:var(--tdm-font-sans, "Noto Sans", sans-serif);transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer}@media (min-width: 750px){.tdm-home-hero__pill{padding:.4rem .85rem;font-size:.75rem}}.tdm-home-hero__pill--accent{background:var(--tdm-burgundy, #722f37);border-color:var(--tdm-burgundy, #722f37);color:#fff;font-weight:700;box-shadow:0 2px 8px #722f3740}.tdm-home-hero__pill:hover{background:var(--tdm-burgundy, #722f37);border-color:var(--tdm-burgundy, #722f37);color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #722f374d}.tdm-home-hero__pill:active{transform:translateY(0)}.tdm-home-hero__pill-button{border-radius:999px;padding:.35rem 1rem;font-size:.7rem;font-weight:600;background:var(--tdm-burgundy, #722f37);border:1.5px solid var(--tdm-burgundy, #722f37);color:#fff;box-shadow:0 2px 8px #722f3740;font-family:var(--tdm-font-sans, "Noto Sans", sans-serif);transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;cursor:pointer}@media (min-width: 750px){.tdm-home-hero__pill-button{padding:.4rem 1.15rem;font-size:.75rem}}.tdm-home-hero__pill-button:hover{background:#5a252c;border-color:#5a252c;transform:translateY(-1px);box-shadow:0 4px 12px #722f374d}.tdm-home-hero__pill-button:active{transform:translateY(0)}.tdm-home-hero__actions{margin-top:1.5rem;display:flex;flex-direction:column;gap:.875rem;animation:fadeInUp .8s ease-out .4s both}@media (min-width: 750px){.tdm-home-hero__actions{margin-top:1.75rem;flex-direction:row;align-items:center;gap:1rem}}.tdm-home-button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.875rem 1.75rem;min-height:48px;font-size:.875rem;font-weight:600;text-decoration:none;font-family:var(--tdm-font-sans, "Noto Sans", sans-serif);transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease;-webkit-tap-highlight-color:transparent;letter-spacing:.01em}@media (min-width: 750px){.tdm-home-button{font-size:.9375rem;padding:1rem 2rem;min-height:52px}}.tdm-home-button--primary{background:var(--tdm-burgundy, #722f37);color:#fff;box-shadow:0 4px 12px #722f374d}.tdm-home-button--primary:hover{background:var(--tdm-burgundy-dark, #5a252c);transform:translateY(-1px);box-shadow:0 6px 16px #722f3759}.tdm-home-button--primary:active{transform:translateY(0)}.tdm-home-button--secondary{background:#fff;border:2px solid rgba(0,0,0,.15);color:var(--tdm-black, #1c1c1c)}.tdm-home-button--secondary:hover{border-color:var(--tdm-accent, #a7907e);background:#fafafa;transform:translateY(-1px)}.tdm-home-button--secondary:active{transform:translateY(0)}.tdm-home-button--cta{background:var(--tdm-burgundy, #722f37);color:#fff;box-shadow:0 6px 16px #722f3759;font-size:1rem;font-weight:700;padding:1rem 2.25rem;min-height:56px;text-decoration:none}@media (min-width: 750px){.tdm-home-button--cta{font-size:1.125rem;padding:1.25rem 2.75rem;min-height:60px}}.tdm-home-button--cta:hover{background:var(--tdm-burgundy-dark, #5a252c);transform:translateY(-2px);box-shadow:0 8px 20px #722f3766}.tdm-home-button--cta:active{transform:translateY(0)}.tdm-home-hero__cta{margin-top:1rem;animation:fadeInUp .8s ease-out .35s both}@media (min-width: 750px){.tdm-home-hero__cta{margin-top:1.25rem}}.tdm-home-hero__date{margin-top:1rem;display:flex;align-items:center;gap:.5rem;font-size:.6875rem;color:var(--tdm-muted, #575757);font-family:var(--tdm-font-sans, "Noto Sans", sans-serif)}@media (min-width: 750px){.tdm-home-hero__date{margin-top:1.25rem;font-size:.75rem}}.tdm-home-hero__date svg{width:.9375rem;height:.9375rem;flex-shrink:0}@media (min-width: 750px){.tdm-home-hero__date svg{width:1rem;height:1rem}}.tdm-home-bento{margin-top:1rem}.tdm-home-bento__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:.625rem;height:350px}@media (min-width: 750px){.tdm-home-bento__grid{height:450px;gap:.875rem}}@media (min-width: 990px){.tdm-home-bento__grid{height:500px;gap:1rem}}.tdm-home-bento__card{position:relative;overflow:hidden;border-radius:.75rem;background:var(--tdm-light-grey, #f5f5f5);color:#fff;text-decoration:none;isolation:isolate;transition:transform .3s ease;animation:scaleIn .6s ease-out both}.tdm-home-bento__card:nth-child(1){animation-delay:.1s}.tdm-home-bento__card:nth-child(2){animation-delay:.2s}.tdm-home-bento__card:nth-child(3){animation-delay:.3s}.tdm-home-bento__card:nth-child(4){animation-delay:.4s}.tdm-home-bento__card:nth-child(5){animation-delay:.5s}.tdm-home-bento__card:nth-child(6){animation-delay:.6s}@media (min-width: 990px){.tdm-home-bento__card{border-radius:1rem}}.tdm-home-bento__card:hover{transform:translateY(-4px);box-shadow:0 12px 32px -8px #0000004d}.tdm-home-bento__card img,.tdm-home-bento__card svg{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.tdm-home-bento__card:hover img{transform:scale(1.05)}.tdm-home-bento__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000000d,#000000b3);z-index:1}.tdm-home-bento__badge{position:absolute;top:.5rem;right:.5rem;z-index:2;border-radius:999px;padding:.25rem .5rem;font-size:.625rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;background:var(--tdm-burgundy, #722f37);color:#fff;font-family:var(--tdm-font-sans, "Noto Sans", sans-serif);box-shadow:0 2px 6px #0003}@media (min-width: 750px){.tdm-home-bento__badge{top:.75rem;right:.75rem;padding:.3rem .6rem;font-size:.65rem}}.tdm-home-bento__badge--amber{background:#d97706}.tdm-home-bento__badge--dark{background:#1f1f1f}.tdm-home-bento__text{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:.875rem}@media (min-width: 750px){.tdm-home-bento__text{padding:1.125rem}}@media (min-width: 990px){.tdm-home-bento__text{padding:1.25rem}}.tdm-home-bento__title{margin:0;font-size:.9375rem;font-weight:600;line-height:1.2;font-family:var(--tdm-font-serif, "Newsreader", serif)}@media (min-width: 750px){.tdm-home-bento__title{font-size:1.0625rem}}@media (min-width: 990px){.tdm-home-bento__title{font-size:1.125rem}}.tdm-home-bento__subtitle{margin:.25rem 0 0;font-size:.75rem;opacity:.85;line-height:1.3;font-family:var(--tdm-font-sans, "Noto Sans", sans-serif)}@media (min-width: 750px){.tdm-home-bento__subtitle{font-size:.8125rem}}@media (min-width: 990px){.tdm-home-bento__subtitle{font-size:.875rem}}.tdm-home-bento__card--main,.tdm-home-bento__card--wide,.tdm-home-bento__card--square,.tdm-home-bento__card--small{grid-column:span 1;grid-row:span 1}.tdm-home-bento__mobile{margin-top:.625rem;height:6.5rem;display:block;border-radius:.875rem;overflow:hidden;position:relative;background:var(--tdm-light-grey, #f5f5f5);color:#fff;text-decoration:none;transition:transform .3s ease}.tdm-home-bento__mobile:active{transform:scale(.98)}@media (min-width: 750px){.tdm-home-bento__mobile{margin-top:.875rem;height:7rem;border-radius:1rem}}@media (min-width: 990px){.tdm-home-bento__mobile{display:none}}.tdm-home-bento__mobile .tdm-home-bento__overlay{background:linear-gradient(90deg,#000c,#0003)}.tdm-home-bento__mobile-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;padding:.875rem}@media (min-width: 750px){.tdm-home-bento__mobile-content{padding:1rem}}.tdm-home-stats{background:var(--tdm-burgundy, #722f37);color:#fff;padding:1.5rem 0}@media (min-width: 750px){.tdm-home-stats{padding:2rem 0}}@media (min-width: 990px){.tdm-home-stats{padding:2.5rem 0}}.tdm-home-stats__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.5rem;text-align:center}.tdm-home-stats__grid>*{animation:fadeInUp .6s ease-out both}.tdm-home-stats__grid>*:nth-child(1){animation-delay:.1s}.tdm-home-stats__grid>*:nth-child(2){animation-delay:.2s}.tdm-home-stats__grid>*:nth-child(3){animation-delay:.3s}.tdm-home-stats__grid>*:nth-child(4){animation-delay:.4s}@media (min-width: 750px){.tdm-home-stats__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2.5rem}}@media (min-width: 990px){.tdm-home-stats__grid{gap:3rem}}.tdm-home-stats__value{margin:0;font-size:clamp(1.75rem,5vw,2.75rem);font-weight:300;line-height:1.1;font-family:var(--tdm-font-serif, "Newsreader", serif)}.tdm-home-stats__label{margin:.5rem 0 0;font-size:.75rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#fffc;font-family:var(--tdm-font-sans, "Noto Sans", sans-serif)}@media (min-width: 750px){.tdm-home-stats__label{margin-top:.625rem;font-size:.8125rem}}@media (min-width: 990px){.tdm-home-stats__label{font-size:.875rem}}.tdm-home-capsule{padding:2rem 0;background:#fff}@media (min-width: 750px){.tdm-home-capsule{padding:2.5rem 0}}@media (min-width: 990px){.tdm-home-capsule{padding:3rem 0}}.tdm-home-capsule__grid{display:grid;gap:1.5rem}@media (min-width: 990px){.tdm-home-capsule__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:3rem}}.tdm-home-capsule__media{border-radius:1rem;overflow:hidden;background:var(--tdm-light-grey, #f5f5f5);aspect-ratio:4 / 3;animation:slideInLeft .8s ease-out both}@media (min-width: 750px){.tdm-home-capsule__media{border-radius:1.5rem}}.tdm-home-capsule__media img,.tdm-home-capsule__media svg{width:100%;height:100%;object-fit:cover}.tdm-home-capsule__kicker{font-size:.6875rem;letter-spacing:.15em;text-transform:uppercase;color:var(--tdm-accent, #a7907e);font-weight:700;margin:0 0 .75rem;font-family:var(--tdm-font-sans, "Noto Sans", sans-serif);animation:slideInRight .8s ease-out both}@media (min-width: 750px){.tdm-home-capsule__kicker{font-size:.75rem}}.tdm-home-capsule__title{margin:0;font-size:clamp(1.5rem,4vw,2.75rem);font-weight:300;line-height:1.2;color:var(--tdm-black, #1c1c1c);font-family:var(--tdm-font-serif, "Newsreader", serif);animation:slideInRight .8s ease-out .1s both}.tdm-home-capsule__text{margin-top:.875rem;color:var(--tdm-muted, #575757);line-height:1.7;font-family:var(--tdm-font-sans, "Noto Sans", sans-serif);animation:slideInRight .8s ease-out .2s both}@media (min-width: 750px){.tdm-home-capsule__text{margin-top:1rem}}.tdm-home-capsule__list{margin:1.25rem 0 0;padding:0;list-style:none;display:grid;gap:.625rem}@media (min-width: 750px){.tdm-home-capsule__list{margin-top:1.5rem;gap:.75rem}}.tdm-home-capsule__list-item{display:flex;align-items:center;gap:.625rem;color:var(--tdm-black, #1c1c1c);font-family:var(--tdm-font-sans, "Noto Sans", sans-serif);font-size:.9375rem}@media (min-width: 750px){.tdm-home-capsule__list-item{gap:.75rem}}.tdm-home-capsule__list-item svg{width:1rem;height:1rem;color:var(--tdm-success, #059669);flex-shrink:0}@media (min-width: 750px){.tdm-home-capsule__list-item svg{width:1.1rem;height:1.1rem}}.tdm-home-capsule__cta{margin-top:1.5rem;display:inline-flex}@media (min-width: 750px){.tdm-home-capsule__cta{margin-top:1.75rem}}.tdm-home-product-list{padding:2rem 0}@media (min-width: 750px){.tdm-home-product-list{padding:2.5rem 0}}@media (min-width: 990px){.tdm-home-product-list{padding:3rem 0}}.tdm-home-product-list--secondary{background:var(--tdm-home-secondary, #f5f3f0)}.tdm-home-product-list__header{text-align:center;margin-bottom:2rem;animation:fadeInUp .8s ease-out both}@media (min-width: 750px){.tdm-home-product-list__header{margin-bottom:2.5rem}}.tdm-home-product-list__kicker{margin:0 0 .625rem;font-size:.625rem;letter-spacing:.2em;text-transform:uppercase;color:var(--tdm-accent, #a7907e);font-weight:700;font-family:var(--tdm-font-sans, "Noto Sans", sans-serif)}@media (min-width: 750px){.tdm-home-product-list__kicker{margin-bottom:.75rem;font-size:.7rem}}.tdm-home-product-list__title{margin:0;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:300;color:var(--tdm-black, #1c1c1c);font-family:var(--tdm-font-serif, "Newsreader", serif)}.tdm-home-product-list__grid{display:grid;grid-template-columns:repeat(var(--mobile-columns, 2),1fr);gap:var(--rows-gap, 24px) var(--columns-gap, 16px);margin-bottom:2rem}.tdm-home-product-list__item{animation:fadeInUp .6s ease-out both}.tdm-home-product-list__item:nth-child(1){animation-delay:.1s}.tdm-home-product-list__item:nth-child(2){animation-delay:.15s}.tdm-home-product-list__item:nth-child(3){animation-delay:.2s}.tdm-home-product-list__item:nth-child(4){animation-delay:.25s}.tdm-home-product-list__item:nth-child(5){animation-delay:.3s}.tdm-home-product-list__item:nth-child(6){animation-delay:.35s}.tdm-home-product-list__item:nth-child(7){animation-delay:.4s}.tdm-home-product-list__item:nth-child(8){animation-delay:.45s}@media (min-width: 750px){.tdm-home-product-list__grid{grid-template-columns:repeat(var(--columns, 4),1fr)}}.tdm-product-card{display:block;text-decoration:none;color:inherit;background:var(--tdm-home-secondary, #f5f3f0);border-radius:.75rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}@media (min-width: 750px){.tdm-product-card{border-radius:1rem}}.tdm-product-card:hover{transform:translateY(-6px);box-shadow:0 16px 32px -8px #00000026}.tdm-product-card__image{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#e8e8e8}.tdm-product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.tdm-product-card:hover .tdm-product-card__image img{transform:scale(1.03)}.tdm-product-card__image--placeholder{display:flex;align-items:center;justify-content:center}.tdm-product-card__image--placeholder svg{width:60%;height:60%;opacity:.3}.tdm-product-card__info{padding:1rem}@media (min-width: 750px){.tdm-product-card__info{padding:1rem}}.tdm-product-card__title{margin:0 0 .25rem;font-size:1rem;font-weight:500;line-height:1.4;color:var(--tdm-black, #1c1c1c);font-family:var(--tdm-font-sans, "Noto Sans", sans-serif);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (min-width: 750px){.tdm-product-card__title{font-size:1rem}}.tdm-product-card__price{display:flex;align-items:center;gap:.5rem;font-family:var(--tdm-font-sans, "Noto Sans", sans-serif);margin-top:.5rem}.tdm-product-card__price--regular,.tdm-product-card__price--sale{font-size:1.125rem;font-weight:600;color:var(--tdm-black, #1c1c1c)}@media (min-width: 750px){.tdm-product-card__price--regular,.tdm-product-card__price--sale{font-size:1.125rem}}.tdm-product-card__price--sale{color:var(--tdm-burgundy, #722f37)}.tdm-product-card__price--compare{font-size:.875rem;color:var(--tdm-muted, #575757);text-decoration:line-through;text-decoration-color:var(--tdm-burgundy, #722f37);opacity:.7}@media (min-width: 750px){.tdm-product-card__price--compare{font-size:.875rem}}.tdm-home-product-list__footer{margin-top:1.75rem;text-align:center}@media (min-width: 750px){.tdm-home-product-list__footer{margin-top:2rem}}.tdm-home-product-list__link{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:2px solid rgba(0,0,0,.15);background:#fff;padding:.875rem 1.75rem;min-height:48px;font-size:.875rem;font-weight:600;text-decoration:none;color:var(--tdm-black, #1c1c1c);font-family:var(--tdm-font-sans, "Noto Sans", sans-serif);letter-spacing:.01em;transition:border-color .2s ease,background-color .2s ease,transform .2s ease,box-shadow .2s ease;-webkit-tap-highlight-color:transparent}@media (min-width: 750px){.tdm-home-product-list__link{padding:1rem 2rem;min-height:52px;font-size:.9375rem}}.tdm-home-product-list__link:hover{border-color:var(--tdm-accent, #a7907e);background:#fafafa;transform:translateY(-1px)}.tdm-home-product-list__link:active{transform:translateY(0)}.tdm-home-product-list .product-card,.tdm-home-product-list .product-card__content,.tdm-home-product-list .product-grid__card{background:transparent!important;border-radius:0!important}.tdm-home-savoir{position:relative;padding:4.5rem 0;color:#fff;text-align:center;overflow:hidden;background:#111}@media (min-width: 750px){.tdm-home-savoir{padding:5.5rem 0}}@media (min-width: 990px){.tdm-home-savoir{padding:6.5rem 0}}.tdm-home-savoir__media{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.3}.tdm-home-savoir__inner{position:relative;z-index:1;max-width:56rem;margin:0 auto}.tdm-home-savoir__kicker{margin:0 0 .875rem;font-size:.625rem;letter-spacing:.2em;text-transform:uppercase;color:#ffffffb3;font-weight:700;font-family:var(--tdm-font-sans, "Noto Sans", sans-serif)}@media (min-width: 750px){.tdm-home-savoir__kicker{margin-bottom:1rem;font-size:.7rem}}.tdm-home-savoir__title{margin:0 auto;font-size:clamp(1.75rem,5vw,3rem);font-weight:300;line-height:1.2;max-width:50rem;font-family:var(--tdm-font-serif, "Newsreader", serif)}.tdm-home-savoir__text{margin:1.25rem auto 0;max-width:42rem;color:#ffffffd9;line-height:1.7;font-family:var(--tdm-font-sans, "Noto Sans", sans-serif)}@media (min-width: 750px){.tdm-home-savoir__text{margin-top:1.5rem}}.tdm-home-savoir__link{margin-top:1.5rem;display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;color:#ffffffe6;text-decoration:none;font-family:var(--tdm-font-sans, "Noto Sans", sans-serif);transition:color .2s ease,gap .2s ease}@media (min-width: 750px){.tdm-home-savoir__link{margin-top:1.75rem;font-size:.85rem}}.tdm-home-savoir__link svg{width:.9375rem;height:.9375rem;transition:transform .2s ease}@media (min-width: 750px){.tdm-home-savoir__link svg{width:1rem;height:1rem}}.tdm-home-savoir__link:hover{color:#fff;gap:.75rem}.tdm-home-savoir__link:hover svg{transform:translate(2px)}.tdm-home-trust{padding:3.5rem 0;background:#fff}@media (min-width: 750px){.tdm-home-trust{padding:4.5rem 0}}@media (min-width: 990px){.tdm-home-trust{padding:5rem 0}}.tdm-home-trust__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.5rem;text-align:center}@media (min-width: 750px){.tdm-home-trust__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2.5rem}}@media (min-width: 990px){.tdm-home-trust__grid{gap:3rem}}.tdm-home-trust__icon{width:4rem;height:4rem;margin:0 auto 1rem;border-radius:999px;background:var(--tdm-home-secondary, #f5f3f0);display:grid;place-items:center;color:var(--tdm-accent, #a7907e);transition:all .2s ease}@media (min-width: 750px){.tdm-home-trust__icon{width:4.5rem;height:4.5rem;margin-bottom:1.125rem}}@media (min-width: 990px){.tdm-home-trust__icon{width:5rem;height:5rem;margin-bottom:1.25rem}}.tdm-home-trust__icon svg{width:1.75rem;height:1.75rem}@media (min-width: 750px){.tdm-home-trust__icon svg{width:2rem;height:2rem}}@media (min-width: 990px){.tdm-home-trust__icon svg{width:2.25rem;height:2.25rem}}.tdm-home-trust__title{margin:0;font-size:.9375rem;font-weight:600;line-height:1.3;color:var(--tdm-black, #1c1c1c);font-family:var(--tdm-font-sans, "Noto Sans", sans-serif)}@media (min-width: 750px){.tdm-home-trust__title{font-size:1rem}}@media (min-width: 990px){.tdm-home-trust__title{font-size:1.0625rem}}.tdm-home-trust__text{margin:.375rem 0 0;font-size:.8125rem;line-height:1.4;color:var(--tdm-muted, #575757);font-family:var(--tdm-font-sans, "Noto Sans", sans-serif)}@media (min-width: 750px){.tdm-home-trust__text{margin-top:.4375rem;font-size:.875rem}}@media (min-width: 990px){.tdm-home-trust__text{font-size:.9375rem}}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.tdm-home-button:focus-visible,.tdm-home-bento__card:focus-visible,.tdm-home-bento__mobile:focus-visible,.tdm-home-product-list__link:focus-visible,.tdm-home-savoir__link:focus-visible{outline:2px solid var(--tdm-burgundy, #722f37);outline-offset:3px}.tdm-home-button,.tdm-home-bento__card,.tdm-home-bento__mobile,.tdm-home-product-list__link,.tdm-home-savoir__link{touch-action:manipulation}@media (max-width: 374px){.tdm-home-container{padding:0 .875rem}.tdm-home-hero__title{font-size:1.5rem}.tdm-home-bento__grid{height:280px;gap:.5rem}.tdm-home-stats__value{font-size:1.5rem}.tdm-home-button{font-size:.8125rem;padding:.75rem 1.5rem}}.tdm-home-bento__card img,.tdm-home-bento__mobile img,.tdm-home-capsule__media img{display:block}@supports (-webkit-touch-callout: none){.tdm-home-button,.tdm-home-product-list__link{-webkit-appearance:none}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/tdm-home.css.map */
