.dms-hero{align-items:center;background:var(--dms-bg);display:flex;min-height:80vh;overflow:hidden;padding:calc(7rem - var(--dms-header-height)) 0 5rem;position:relative}@media (min-width:1024px){.dms-hero{padding:calc(9rem - var(--dms-header-height)) 0 6rem}}.dms-hero__bg{inset:0;overflow:hidden;pointer-events:none;position:absolute}.dms-hero__bg-glow{border-radius:50%;filter:blur(80px);height:28rem;position:absolute;width:28rem}.dms-hero__bg-glow--left{background:rgba(212,175,55,.08);left:-8rem;top:-6rem}.dms-hero__bg-glow--right{background:rgba(74,84,71,.4);bottom:-4rem;right:-6rem}.dms-hero__bg-image{background-position:50%;background-size:cover;inset:0;opacity:.08;position:absolute}.dms-hero__inner{position:relative;width:100%;z-index:1}.dms-hero__grid{align-items:center;display:grid;gap:3rem;grid-template-columns:1fr}@media (min-width:1024px){.dms-hero__grid{gap:4rem;grid-template-columns:1fr 1fr}}.dms-hero__content{display:flex;flex-direction:column;gap:1.75rem;max-width:56ch}.dms-hero__badge{align-items:center;background:var(--dms-gold-muted);border:1px solid var(--dms-border-gold);border-radius:9999px;display:inline-flex;gap:.5rem;padding:.4rem 1rem;width:fit-content}.dms-hero__badge-dot{background:var(--dms-gold);border-radius:50%;flex-shrink:0;height:6px;width:6px}.dms-hero__badge span:last-child{color:var(--dms-gold);font-family:var(--dms-font-heading);font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.dms-hero__title{color:var(--dms-text);font-family:var(--dms-font-heading);font-size:2.5rem;font-weight:700;letter-spacing:-.02em;line-height:1.1;margin:0}@media (min-width:768px){.dms-hero__title{font-size:3.25rem}}@media (min-width:1280px){.dms-hero__title{font-size:4rem}}.dms-hero__title-gold{color:var(--dms-gold)}.dms-hero__description{color:var(--dms-text-muted);font-size:1.0625rem;line-height:1.75;margin:0}@media (min-width:1024px){.dms-hero__description{font-size:1.125rem}}.dms-hero__ctas{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.dms-btn--gold{align-items:center;background:var(--dms-gold);border:none;border-radius:.375rem;color:var(--dms-text-on-gold);cursor:pointer;display:inline-flex;font-family:var(--dms-font-body);font-weight:700;gap:.5rem;text-decoration:none;transition:background var(--dms-transition),transform var(--dms-transition);white-space:nowrap}.dms-btn--gold:hover{background:var(--dms-gold-hover);transform:translateY(-1px)}.dms-btn--outline{align-items:center;background:transparent;border:1px solid var(--dms-border);border-radius:.375rem;color:var(--dms-text);cursor:pointer;display:inline-flex;font-family:var(--dms-font-body);font-weight:600;gap:.5rem;text-decoration:none;transition:border-color var(--dms-transition),color var(--dms-transition),background var(--dms-transition);white-space:nowrap}.dms-btn--outline:hover{background:var(--dms-gold-muted);border-color:var(--dms-gold);color:var(--dms-gold)}.dms-btn--gold span,.dms-btn--outline span{align-items:center;display:inline-flex}.dms-btn--lg{font-size:1rem;padding:.875rem 1.75rem}.dms-hero__rating{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.dms-hero__rating-stars{align-items:center;display:flex;gap:2px}.dms-hero__star .dms-icon{color:var(--dms-border)}.dms-hero__star.is-filled .dms-icon{color:var(--dms-gold);fill:currentColor}.dms-hero__rating-score{color:var(--dms-text);font-size:.9375rem;font-weight:700}.dms-hero__rating-label{color:var(--dms-text-muted);font-size:.8125rem}.dms-hero__visual{align-items:center;display:flex;justify-content:center}.dms-hero__visual-card{max-width:460px;position:relative;width:100%}.dms-hero__visual-ring{border:1px solid var(--dms-border-gold);border-radius:50%;inset:-1.5rem;opacity:.3;pointer-events:none;position:absolute}.dms-hero__visual-img{border-radius:1rem;box-shadow:0 24px 64px rgba(0,0,0,.5),0 0 0 1px var(--dms-border-light);display:block;height:auto;object-fit:cover;width:100%}.dms-hero__visual-placeholder{aspect-ratio:1;border:1px dashed var(--dms-border);border-radius:1rem;color:var(--dms-text-subtle);flex-direction:column;font-size:.8125rem;gap:1rem;justify-content:center;line-height:1.6;padding:2rem;text-align:center}.dms-hero__visual-badge,.dms-hero__visual-placeholder{align-items:center;background:var(--dms-bg-surface);display:flex}.dms-hero__visual-badge{border:1px solid var(--dms-border-gold);border-radius:9999px;bottom:1.25rem;box-shadow:0 4px 12px rgba(0,0,0,.3);color:var(--dms-gold);font-family:var(--dms-font-heading);font-size:.75rem;font-weight:600;gap:.4rem;left:1.25rem;letter-spacing:.04em;padding:.4rem .875rem;position:absolute;text-transform:uppercase}@media print{.dms-hero{display:none!important}}.dms-trust{background:var(--dms-bg-surface);border-bottom:1px solid var(--dms-border-light);padding:2rem 0}@media (min-width:768px){.dms-trust{padding:3rem 0}}.dms-trust__list{display:grid;gap:1.5rem 1rem;grid-template-columns:1fr 1fr;list-style:none;margin:0;padding:0}@media (min-width:768px){.dms-trust__list{gap:2rem;grid-template-columns:repeat(4,1fr)}}.dms-trust__item{align-items:center;display:flex;flex-direction:column;gap:.75rem;text-align:center}.dms-trust__icon{align-items:center;background:rgba(212,175,55,.1);border-radius:50%;color:var(--dms-gold);display:flex;flex-shrink:0;height:4rem;justify-content:center;width:4rem}.dms-trust__text{display:flex;flex-direction:column;gap:.125rem}.dms-trust__label{color:var(--dms-text);font-family:var(--dms-font-body);font-size:.8125rem;font-weight:700}.dms-trust__desc{color:var(--dms-text-muted);font-size:.75rem}.dms-card-category{aspect-ratio:1/1;background:var(--dms-bg-surface);border:1px solid var(--dms-border);border-radius:.75rem;cursor:pointer;display:block;overflow:hidden;position:relative;text-decoration:none}.dms-card-category:hover .dms-card-category__img{transform:scale(1.1)}.dms-card-category:hover .dms-card-category__hover-border{opacity:1}.dms-card-category .dms-card-category__img{display:block;height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.dms-card-category__img-placeholder{align-items:center;background:var(--dms-bg);color:var(--dms-border);display:flex;height:100%;justify-content:center;width:100%}.dms-card-category__overlay{background:linear-gradient(0deg,rgba(0,0,0,.8) 0,rgba(0,0,0,.4) 40%,transparent);inset:0;pointer-events:none;position:absolute}.dms-card-category__hover-border{border:2px solid var(--dms-gold);border-radius:.75rem;inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity var(--dms-transition)}.dms-card-category__info{bottom:0;display:flex;flex-direction:column;gap:.15rem;left:0;padding:1rem;position:absolute;right:0}.dms-card-category__name{color:var(--dms-text);font-family:var(--dms-font-heading);font-size:1.0625rem;font-weight:700;line-height:1.3;margin:0}.dms-card-category__count{color:var(--dms-text-muted);font-size:.75rem;letter-spacing:.02em}.dms-card-category__tagline{color:var(--dms-text);display:-webkit-box;font-family:var(--dms-font-body);font-size:.8125rem;font-weight:500;letter-spacing:.01em;-webkit-line-clamp:3;line-height:1.45;margin-top:.25rem;-webkit-box-orient:vertical;overflow:hidden}@media (min-width:768px){.dms-card-category__name{font-size:1.25rem}}.dms-section-categories{background:var(--dms-bg);padding:5rem 0}.dms-section-categories__header{margin:0 0 2.5rem;text-align:center}.dms-section-categories__title{color:var(--dms-text);font-family:var(--dms-font-heading);font-size:1.875rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .75rem}.dms-section-categories__subtitle{color:var(--dms-text-muted);font-family:var(--dms-font-body);font-size:1rem;line-height:1.6;margin:0 auto;max-width:720px}@media (min-width:768px){.dms-section-categories__title{font-size:3rem}.dms-section-categories__subtitle{font-size:1.0625rem}}.dms-section-categories__title-gold{color:var(--dms-gold)}.dms-section-categories__grid{display:grid;gap:1rem;grid-template-columns:1fr 1fr}@media (min-width:640px){.dms-section-categories__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.dms-section-categories__grid{gap:1.25rem;grid-template-columns:repeat(4,1fr)}}.dms-card-product{background:var(--dms-bg-surface);border:1px solid var(--dms-border-light);border-radius:.75rem;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:border-color var(--dms-transition),transform var(--dms-transition-slow),box-shadow var(--dms-transition-slow)}.dms-card-product__img-link{color:inherit;display:block;text-decoration:none}.dms-card-product__name-link{background:none;color:inherit;text-decoration:none}.dms-card-product__name-link:hover{color:var(--dms-gold)}.dms-card-product:hover{border-color:var(--dms-border-gold);box-shadow:0 12px 32px rgba(0,0,0,.35);transform:translateY(-3px)}.dms-card-product__img-wrap{aspect-ratio:1;background:var(--dms-bg);overflow:hidden;position:relative}.dms-card-product__img{display:block;height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.dms-card-product:hover .dms-card-product__img{transform:scale(1.1)}.dms-card-product__img-placeholder{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.dms-card-product__badge{border-radius:9999px;font-family:var(--dms-font-heading);font-size:.6875rem;font-weight:700;left:.625rem;letter-spacing:.04em;padding:.25rem .625rem;position:absolute;text-transform:uppercase;top:.625rem;z-index:1}.dms-card-product__badge,.dms-card-product__badge--new{background:var(--dms-badge-new);color:var(--dms-badge-new-text)}.dms-card-product__badge--bestseller{background:var(--dms-badge-bestseller);color:var(--dms-badge-bestseller-text)}.dms-card-product__badge--promo{background:var(--dms-badge-promo);color:var(--dms-badge-promo-text)}.dms-card-product__badge--limited{background:var(--dms-badge-limited);color:var(--dms-badge-limited-text)}.dms-card-product__badge--award{background:var(--dms-badge-award);color:var(--dms-badge-award-text)}.dms-card-product__stock-overlay{align-items:center;background:rgba(10,13,10,.45);display:flex;inset:0;justify-content:center;pointer-events:none;position:absolute;z-index:2}.dms-card-product__stock-label{background:rgba(0,0,0,.82);border:1px solid var(--dms-border-light);border-radius:.25rem;box-shadow:0 6px 18px rgba(0,0,0,.45);color:var(--dms-text);font-family:var(--dms-font-heading);font-size:.875rem;font-weight:700;letter-spacing:.12em;padding:.5rem 1.25rem;text-transform:uppercase;transform:rotate(-4deg)}.dms-card-product--out-of-stock .dms-card-product__img{filter:grayscale(1);opacity:.55}.dms-card-product--out-of-stock:hover .dms-card-product__img{transform:none}.dms-card-product--out-of-stock .dms-card-product__price .amount,.dms-card-product--out-of-stock .dms-card-product__price .woocommerce-Price-amount{color:var(--dms-text-muted)}.dms-card-product__body{display:flex;flex:1;flex-direction:column;gap:.5rem;padding:1rem}.dms-card-product__name{color:var(--dms-text);display:-webkit-box;font-family:var(--dms-font-body);font-size:.9375rem;font-weight:700;-webkit-line-clamp:2;line-height:1.35;margin:0;-webkit-box-orient:vertical;overflow:hidden}.dms-card-product__rating{align-items:center;display:flex;gap:2px}.dms-card-product__star .dms-icon{color:var(--dms-border)}.dms-card-product__star.is-filled .dms-icon{color:var(--dms-gold);fill:currentColor}.dms-card-product__cannabinoid{background:var(--dms-gold-muted);border:1px solid var(--dms-border-gold);border-radius:9999px;color:var(--dms-gold);display:inline-block;font-size:.6875rem;font-weight:600;letter-spacing:.03em;padding:.2rem .5rem;text-transform:uppercase;width:fit-content}.dms-card-product__cbd-rate{color:var(--dms-text-muted);font-size:.75rem}.dms-card-product__variants{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.125rem}.dms-card-product__variant{background:hsla(0,0%,100%,.05);border:1px solid var(--dms-border-light);border-radius:.25rem;color:var(--dms-text-muted);font-size:.6875rem;padding:.2rem .4rem}.dms-card-product__prices{display:flex;flex-direction:column;gap:.125rem;margin-top:auto}.dms-card-product__price .amount,.dms-card-product__price .woocommerce-Price-amount{color:var(--dms-gold);font-size:1rem;font-weight:700}.dms-card-product__price del .amount,.dms-card-product__price del .woocommerce-Price-amount{color:var(--dms-text-subtle);font-size:.8125rem;font-weight:400}.dms-card-product__price ins{text-decoration:none}.dms-card-product__price-gram{color:var(--dms-text-muted);font-size:.75rem}.dms-card-product__cta{align-items:center;background:var(--dms-gold);border-radius:.5rem;color:var(--dms-text-on-gold);display:flex;font-family:var(--dms-font-body);font-size:.875rem;font-weight:700;gap:.5rem;justify-content:center;letter-spacing:.05em;margin-top:.75rem;padding:.75rem 1rem;text-decoration:none;text-transform:uppercase;transition:background var(--dms-transition);width:100%}.dms-card-product__cta:hover{background:var(--dms-gold-hover)}.dms-card-product__cta span{align-items:center;display:inline-flex}.dms-card-product:hover .dms-card-product__cta{background:var(--dms-gold-hover)}.dms-card-product--high{background:#0a0d0a;border:2px solid var(--dms-gold)}.dms-card-product--high:hover{background:var(--dms-bg-subtle)}.dms-section-bestsellers{background:var(--dms-bg-surface);padding:5rem 0}.dms-section-bestsellers__header{align-items:flex-end;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2.5rem}.dms-section-bestsellers__title{color:var(--dms-text);font-family:var(--dms-font-heading);font-size:1.875rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .375rem}@media (min-width:768px){.dms-section-bestsellers__title{font-size:3rem}}.dms-section-bestsellers__title-gold{color:var(--dms-gold)}.dms-section-bestsellers__subtitle{color:var(--dms-text-muted);font-size:1rem;margin:0}@media (min-width:768px){.dms-section-bestsellers__subtitle{font-size:1.125rem}}.dms-section-bestsellers__all{align-items:center;color:var(--dms-gold);display:none;flex-shrink:0;font-size:.875rem;font-weight:600;gap:.375rem;text-decoration:none;transition:gap var(--dms-transition);white-space:nowrap}@media (min-width:768px){.dms-section-bestsellers__all{display:inline-flex}}.dms-section-bestsellers__all:hover{gap:.625rem}.dms-section-bestsellers__slider-wrap{position:relative}.dms-section-bestsellers__slider{display:flex;gap:1rem;overflow-anchor:none;overflow-x:auto;padding-bottom:.25rem;scroll-snap-type:x mandatory;scrollbar-width:none}.dms-section-bestsellers__slider::-webkit-scrollbar{display:none}.dms-section-bestsellers__slide{flex:0 0 calc(50% - 0.5rem);scroll-snap-align:start}@media (min-width:640px){.dms-section-bestsellers__slide{flex:0 0 calc(33.333% - 0.667rem)}}@media (min-width:1024px){.dms-section-bestsellers__slider{gap:1.25rem}.dms-section-bestsellers__slide{flex:0 0 calc(25% - 0.9375rem)}}.dms-section-bestsellers__nav{align-items:center;background:var(--dms-gold);border:none;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.3);color:var(--dms-text-on-gold);cursor:pointer;display:none;height:2.75rem;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background var(--dms-transition),transform var(--dms-transition);width:2.75rem;z-index:2}@media (min-width:768px){.dms-section-bestsellers__nav{display:flex}}.dms-section-bestsellers__nav:hover{background:var(--dms-gold-hover);transform:translateY(-50%) scale(1.05)}.dms-section-bestsellers__nav--prev{left:-1.375rem}.dms-section-bestsellers__nav--next{right:-1.375rem}.dms-section-high{background:var(--dms-bg-subtle);border-bottom:1px solid var(--dms-border-light);border-top:1px solid var(--dms-border-light);padding:5rem 0}.dms-section-high__banner{background:#0a0d0a;border:2px solid var(--dms-gold);border-radius:1rem;box-shadow:0 0 40px rgba(212,175,55,.3);display:grid;grid-template-columns:1fr;margin-bottom:2.5rem;overflow:hidden}@media (min-width:768px){.dms-section-high__banner{grid-template-columns:1fr 1fr}}.dms-section-high__banner-content{display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:2rem}@media (min-width:768px){.dms-section-high__banner-content{padding:3rem}}.dms-section-high__badge{align-items:center;background:var(--dms-gold);border-radius:9999px;color:var(--dms-text-on-gold);display:inline-flex;font-family:var(--dms-font-body);font-size:.75rem;font-weight:700;letter-spacing:.06em;padding:.3rem .875rem;text-transform:uppercase;width:fit-content}.dms-section-high__title{color:var(--dms-text);font-family:var(--dms-font-heading);font-size:1.875rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0}@media (min-width:768px){.dms-section-high__title{font-size:3rem}}.dms-section-high__title-gold{color:var(--dms-gold)}.dms-section-high__desc{color:var(--dms-text-muted);font-size:.9375rem;line-height:1.65;margin:0}@media (min-width:768px){.dms-section-high__desc{font-size:1.0625rem}}.dms-section-high__cta{align-items:center;background:var(--dms-gold);border-radius:.5rem;color:var(--dms-text-on-gold);display:inline-flex;font-family:var(--dms-font-body);font-size:.875rem;font-weight:700;gap:.5rem;letter-spacing:.05em;margin-top:.25rem;padding:.75rem 1.5rem;text-decoration:none;text-transform:uppercase;transition:background var(--dms-transition);width:fit-content}.dms-section-high__cta:hover{background:var(--dms-gold-hover)}.dms-section-high__banner-img-wrap{height:280px;overflow:hidden;position:relative}@media (min-width:768px){.dms-section-high__banner-img-wrap{height:100%;min-height:380px}}.dms-section-high__banner-img{display:block;height:100%;object-fit:cover;width:100%}.dms-section-high__slider-wrap{position:relative}.dms-section-high__slider{display:flex;gap:1rem;overflow-anchor:none;overflow-x:auto;padding-bottom:.25rem;scroll-snap-type:x mandatory;scrollbar-width:none}.dms-section-high__slider::-webkit-scrollbar{display:none}.dms-section-high__slide{flex:0 0 calc(50% - 0.5rem);scroll-snap-align:start}@media (min-width:640px){.dms-section-high__slide{flex:0 0 calc(33.333% - 0.667rem)}}@media (min-width:1024px){.dms-section-high__slider{gap:1.25rem}.dms-section-high__slide{flex:0 0 calc(25% - 0.9375rem)}}.dms-section-high__nav{align-items:center;background:var(--dms-gold);border:none;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.3);color:var(--dms-text-on-gold);cursor:pointer;display:none;height:2.75rem;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background var(--dms-transition),transform var(--dms-transition);width:2.75rem;z-index:2}@media (min-width:768px){.dms-section-high__nav{display:flex}}.dms-section-high__nav:hover{background:var(--dms-gold-hover);transform:translateY(-50%) scale(1.05)}.dms-section-high__nav--prev{left:-1.375rem}.dms-section-high__nav--next{right:-1.375rem}.dms-section-high__disclaimer{border-top:1px solid var(--dms-border-light);color:var(--dms-text-subtle);font-size:.75rem;line-height:1.5;margin-top:2rem;padding-top:1rem}.dms-section-store{background:var(--dms-bg-surface);padding:5rem 0}.dms-section-store__grid{align-items:center;display:grid;gap:3rem;grid-template-columns:1fr}@media (min-width:768px){.dms-section-store__grid{gap:4rem;grid-template-columns:1fr 1fr}}.dms-section-store__info{display:flex;flex-direction:column;gap:1.5rem}.dms-section-store__title{color:var(--dms-text);font-family:var(--dms-font-heading);font-size:1.875rem;font-weight:700;letter-spacing:-.02em;line-height:1.15;margin:0}@media (min-width:768px){.dms-section-store__title{font-size:3rem}}.dms-section-store__title-gold{color:var(--dms-gold)}.dms-section-store__desc{color:var(--dms-text-muted);font-size:1rem;line-height:1.7;margin:0}@media (min-width:768px){.dms-section-store__desc{font-size:1.0625rem}}.dms-section-store__detail{align-items:flex-start;display:flex;gap:.75rem}.dms-section-store__icon{color:var(--dms-gold);flex-shrink:0;margin-top:.1rem}.dms-section-store__detail-label{color:var(--dms-text);font-size:.9375rem;font-weight:600;margin:0}.dms-section-store__detail-sub{color:var(--dms-text-muted);font-size:.875rem;margin:.125rem 0 0}.dms-section-store__hours-summary{align-self:center;color:#4ade80;font-size:.9375rem;font-weight:600;margin:0}.dms-section-store__detail--top{align-items:flex-start}.dms-section-store__hours{display:flex;flex:1;flex-direction:column;gap:.25rem}.dms-section-store__hours-row{display:flex;font-size:.875rem;gap:1rem;justify-content:space-between}.dms-section-store__hours-days{color:var(--dms-text-muted)}.dms-section-store__hours-time{color:var(--dms-text);font-weight:500;white-space:nowrap}.dms-section-store__cta{align-items:center;background:var(--dms-gold);border-radius:.5rem;color:var(--dms-text-on-gold);display:inline-flex;font-family:var(--dms-font-body);font-size:.875rem;font-weight:700;gap:.5rem;letter-spacing:.05em;margin-top:.25rem;padding:.75rem 1.5rem;text-decoration:none;text-transform:uppercase;transition:background var(--dms-transition);width:fit-content}.dms-section-store__cta:hover{background:var(--dms-gold-hover)}.dms-section-store__visual{background:var(--dms-bg);border-radius:.75rem;height:400px;overflow:hidden;position:relative}.dms-section-store__img{display:block;height:100%;object-fit:cover;width:100%}.dms-section-store__map-overlay{bottom:0;display:none;height:100%;left:0;position:absolute;right:0}@media (min-width:768px){.dms-section-store__map-overlay{display:block}}.dms-section-store__iframe{border:0;display:block;filter:invert(90%) hue-rotate(180deg) brightness(.9) saturate(.8);height:100%;width:100%}.dms-section-store__placeholder{align-items:center;color:var(--dms-text-subtle);display:flex;flex-direction:column;font-size:.8125rem;gap:1rem;height:100%;justify-content:center;line-height:1.6;padding:2rem;text-align:center;width:100%}.dms-card-article{background:var(--dms-bg-surface);border:1px solid var(--dms-border-light);border-radius:.75rem;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:border-color var(--dms-transition),transform var(--dms-transition-slow),box-shadow var(--dms-transition-slow)}.dms-card-article:hover{border-color:var(--dms-border-gold);box-shadow:0 12px 32px rgba(0,0,0,.3);transform:translateY(-3px)}.dms-card-article__img-wrap{background:var(--dms-bg);display:block;flex-shrink:0;height:200px;overflow:hidden}.dms-card-article__img{display:block;height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.dms-card-article:hover .dms-card-article__img{transform:scale(1.1)}.dms-card-article__img-placeholder{align-items:center;color:var(--dms-border);display:flex;height:100%;justify-content:center;width:100%}.dms-card-article__body{display:flex;flex:1;flex-direction:column;gap:.625rem;padding:1.25rem}.dms-card-article__date{color:var(--dms-gold);font-family:var(--dms-font-body);font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.dms-card-article__title{color:var(--dms-text);display:-webkit-box;font-family:var(--dms-font-heading);font-size:1.125rem;font-weight:700;-webkit-line-clamp:2;line-height:1.35;margin:0;-webkit-box-orient:vertical;overflow:hidden}.dms-card-article__title a{color:inherit;text-decoration:none;transition:color var(--dms-transition)}.dms-card-article__title a:hover{color:var(--dms-gold)}.dms-card-article__excerpt{color:var(--dms-text-muted);display:-webkit-box;font-size:.875rem;-webkit-line-clamp:3;line-height:1.65;margin:0;-webkit-box-orient:vertical;flex:1;overflow:hidden}.dms-card-article__link{align-items:center;color:var(--dms-gold);display:inline-flex;font-size:.875rem;font-weight:600;gap:.3rem;margin-top:auto;text-decoration:none;transition:gap var(--dms-transition)}.dms-card-article__link:hover{gap:.5rem}.dms-section-blog{background:var(--dms-bg);padding:4rem 0}@media (min-width:768px){.dms-section-blog{padding:6rem 0}}.dms-section-blog__header{align-items:flex-end;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:3rem}.dms-section-blog__title{color:var(--dms-text);font-family:var(--dms-font-heading);font-size:1.875rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .375rem}@media (min-width:768px){.dms-section-blog__title{font-size:3rem}}.dms-section-blog__title-gold{color:var(--dms-gold)}.dms-section-blog__subtitle{color:var(--dms-text-muted);font-size:1rem;margin:0}.dms-section-blog__all{align-items:center;color:var(--dms-gold);display:none;flex-shrink:0;font-size:.875rem;font-weight:600;gap:.375rem;text-decoration:none;transition:gap var(--dms-transition);white-space:nowrap}@media (min-width:768px){.dms-section-blog__all{display:inline-flex}}.dms-section-blog__all:hover{gap:.625rem}.dms-section-blog__grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media (min-width:640px){.dms-section-blog__grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.dms-section-blog__grid{gap:1.5rem;grid-template-columns:repeat(3,1fr)}}.dms-card-review,.dms-section-blog__item{display:flex;flex-direction:column}.dms-card-review{background:var(--dms-bg);border:1px solid var(--dms-border);border-radius:.75rem;gap:1rem;height:100%;padding:1.5rem;transition:border-color var(--dms-transition),box-shadow var(--dms-transition-slow)}.dms-card-review:hover{border-color:var(--dms-border-gold);box-shadow:0 8px 24px rgba(0,0,0,.25)}.dms-card-review__stars{display:flex;gap:3px}.dms-card-review__star .dms-icon{color:var(--dms-border)}.dms-card-review__star.is-filled .dms-icon{color:var(--dms-gold);fill:currentColor}.dms-card-review__text{color:var(--dms-text);display:-webkit-box;flex:1;font-size:.875rem;-webkit-line-clamp:5;line-height:1.7;margin:0;-webkit-box-orient:vertical;overflow:hidden}.dms-card-review__author{color:var(--dms-gold);font-family:var(--dms-font-body);font-size:.875rem;font-weight:700;margin:0}.dms-section-reviews{background:var(--dms-bg-surface);padding:4rem 0}@media (min-width:768px){.dms-section-reviews{padding:6rem 0}}.dms-section-reviews__header{margin-bottom:3rem;text-align:center}.dms-section-reviews__title{color:var(--dms-text);font-family:var(--dms-font-heading);font-size:1.875rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .75rem}@media (min-width:768px){.dms-section-reviews__title{font-size:3rem}}.dms-section-reviews__title-gold{color:var(--dms-gold)}.dms-section-reviews__subtitle{color:var(--dms-text-muted);font-size:1rem;margin:0}.dms-section-reviews__slider-wrap{align-items:center;display:flex;gap:.75rem;position:relative}.dms-section-reviews__slider{display:flex;flex:1;gap:1.25rem;min-width:0;overflow-anchor:none;overflow-x:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory}@media (min-width:768px){.dms-section-reviews__slider{gap:1.5rem}}.dms-section-reviews__slide{flex-shrink:0;scroll-snap-align:start;width:100%}@media (min-width:640px){.dms-section-reviews__slide{width:calc(50% - .625rem)}}@media (min-width:1024px){.dms-section-reviews__slide{width:calc(33.333% - 1rem)}}.dms-section-reviews__nav{align-items:center;background:var(--dms-bg);border:1px solid var(--dms-border);border-radius:50%;color:var(--dms-text-muted);cursor:pointer;display:flex;flex-shrink:0;height:2.5rem;justify-content:center;transition:border-color var(--dms-transition),color var(--dms-transition),background var(--dms-transition);width:2.5rem}.dms-section-reviews__nav:hover{background:var(--dms-bg-surface);border-color:var(--dms-gold);color:var(--dms-gold)}.dms-section-reviews__footer{margin-top:2rem;text-align:center}.dms-section-reviews__cta{align-items:center;color:var(--dms-gold);display:inline-flex;font-size:.875rem;font-weight:600;gap:.375rem;text-decoration:none;transition:gap var(--dms-transition)}.dms-section-reviews__cta:hover{gap:.625rem}.dms-section-newsletter{background:var(--dms-bg);padding:4rem 0}@media (min-width:768px){.dms-section-newsletter{padding:6rem 0}}.dms-section-newsletter__inner{align-items:center;background:#0a0d0a;border:2px solid var(--dms-gold);border-radius:1rem;box-shadow:0 0 40px rgba(212,175,55,.2);display:flex;flex-direction:column;gap:1.75rem;padding:2rem;text-align:center}@media (min-width:768px){.dms-section-newsletter__inner{padding:3rem}}.dms-section-newsletter__content{display:flex;flex-direction:column;gap:.75rem}.dms-section-newsletter__title{color:var(--dms-text);font-family:var(--dms-font-heading);font-size:1.875rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0}@media (min-width:768px){.dms-section-newsletter__title{font-size:3rem}}.dms-section-newsletter__title-gold{color:var(--dms-gold)}.dms-section-newsletter__desc{color:var(--dms-text-muted);font-size:1rem;line-height:1.7;margin:0}.dms-section-newsletter__form{display:flex;flex-direction:column;gap:.75rem;max-width:480px;width:100%}.dms-section-newsletter__label{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}.dms-section-newsletter__input-wrap{display:flex;gap:.5rem;position:relative;width:100%}.dms-section-newsletter__input-icon{align-items:center;color:var(--dms-text-muted);display:flex;left:1rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.dms-section-newsletter__input{background:var(--dms-bg-surface);border:1px solid var(--dms-border);border-radius:.375rem;color:var(--dms-text);flex:1;font-family:var(--dms-font-body);font-size:1rem;min-width:0;outline:none;padding:.875rem 1.25rem .875rem 2.75rem;transition:border-color var(--dms-transition)}.dms-section-newsletter__input::placeholder{color:var(--dms-text-subtle)}.dms-section-newsletter__input:focus{border-color:var(--dms-border-gold)}.dms-section-newsletter__btn{flex-shrink:0;font-size:.9375rem;padding:.875rem 1.5rem;white-space:nowrap}.dms-section-newsletter__legal{color:var(--dms-text-subtle);font-size:.75rem;line-height:1.5;margin:0;text-align:center}.dms-section-newsletter__legal a{color:var(--dms-text-muted);text-decoration:underline;transition:color var(--dms-transition)}.dms-section-newsletter__legal a:hover{color:var(--dms-gold)}.dms-section-intro{background:var(--dms-bg);padding:5rem 0}.dms-section-intro__grid{align-items:center;display:grid;gap:2.5rem;grid-template-columns:1fr}@media (min-width:768px){.dms-section-intro__grid{gap:4rem;grid-template-columns:1fr 1.4fr}}.dms-section-intro__visual{aspect-ratio:4/3;background:var(--dms-bg-surface);border-radius:1rem;overflow:hidden;position:relative}.dms-section-intro__img{display:block;height:100%;object-fit:cover;width:100%}.dms-section-intro__content{display:flex;flex-direction:column;gap:1.25rem}.dms-section-intro__title{color:var(--dms-text);font-family:var(--dms-font-heading);font-size:1.875rem;font-weight:700;line-height:1.2;margin:0}@media (min-width:768px){.dms-section-intro__title{font-size:2.25rem}}.dms-section-intro__text{color:var(--dms-text-muted);font-size:1rem;line-height:1.7}.dms-section-intro__text p{margin:0 0 1rem}.dms-section-intro__text p:last-child{margin-bottom:0}.dms-section-intro__text strong{color:var(--dms-text);font-weight:600}.dms-section-intro__text a{color:var(--dms-accent-gold);text-decoration:underline;text-underline-offset:3px}.dms-section-intro__text a:hover{color:var(--dms-accent-gold-hover)}.dms-footer{background:var(--dms-bg-surface);border-top:1px solid var(--dms-border-light);color:var(--dms-text-muted);font-family:var(--dms-font-body);font-size:.875rem;padding:4rem 0 0}.dms-footer__grid{display:grid;gap:2.5rem;grid-template-columns:1fr}@media (min-width:768px){.dms-footer__grid{gap:2rem;grid-template-columns:1fr 1fr}}@media (min-width:1024px){.dms-footer__grid{gap:3rem;grid-template-columns:1.4fr 1fr 1fr 1fr}}.dms-footer__logo{display:inline-block;margin-bottom:1.25rem;text-decoration:none}.dms-footer__logo-img{height:4.5rem!important;width:auto}.dms-footer__desc{color:var(--dms-text-muted);line-height:1.7;margin:0 0 1.5rem;max-width:28ch}.dms-footer__social{display:flex;gap:.75rem;margin-bottom:1.5rem}.dms-footer__social-link{align-items:center;background:hsla(0,0%,100%,.06);border:1px solid var(--dms-border-light);border-radius:50%;color:var(--dms-text-muted);display:flex;height:2.25rem;justify-content:center;text-decoration:none;transition:background var(--dms-transition),color var(--dms-transition),border-color var(--dms-transition);width:2.25rem}.dms-footer__social-link:hover{background:var(--dms-gold-muted);border-color:var(--dms-border-gold);color:var(--dms-gold)}.dms-footer__contact{display:flex;flex-direction:column;gap:.625rem}.dms-footer__contact-item{align-items:flex-start;color:var(--dms-text-muted);display:flex;gap:.5rem;line-height:1.5}.dms-footer__contact-icon{color:var(--dms-gold);flex-shrink:0;margin-top:.125rem}.dms-footer__contact-link{color:var(--dms-text-muted);text-decoration:none;transition:color var(--dms-transition)}.dms-footer__contact-link:hover{color:var(--dms-gold)}.dms-footer__heading{color:var(--dms-text);font-family:var(--dms-font-heading);font-size:.9375rem;font-weight:600;letter-spacing:.03em;margin:0 0 1.25rem;text-transform:uppercase}.dms-footer__list{display:flex;flex-direction:column;gap:.625rem;list-style:none;margin:0;padding:0}.dms-footer__list .menu-item a,.dms-footer__list a{color:var(--dms-text-muted);font-size:.875rem;line-height:1.5;text-decoration:none;transition:color var(--dms-transition)}.dms-footer__list .menu-item a:hover,.dms-footer__list a:hover{color:var(--dms-gold)}.dms-footer__list .menu-item{list-style:none}.dms-footer__divider{background:var(--dms-border-light);height:1px;margin:2.5rem 0 0}.dms-footer__bottom{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:1.25rem 0 1.75rem;text-align:center}@media (min-width:768px){.dms-footer__bottom{flex-direction:row;justify-content:space-between;text-align:left}}.dms-footer__legal{align-items:center;display:flex;flex-wrap:wrap;gap:.375rem .75rem;justify-content:center}@media (min-width:768px){.dms-footer__legal{justify-content:flex-start}}.dms-footer__legal a{color:var(--dms-text-subtle);font-size:.8125rem;text-decoration:none;transition:color var(--dms-transition)}.dms-footer__legal a:hover{color:var(--dms-gold)}.dms-footer__legal-sep{color:var(--dms-border);font-size:.75rem;user-select:none}.dms-footer__bottom-right{align-items:center;display:flex;flex-shrink:0;gap:.75rem}.dms-footer__age-badge{align-items:center;border:1.5px solid var(--dms-border);border-radius:50%;color:var(--dms-text-subtle);display:inline-flex;flex-shrink:0;font-family:var(--dms-font-heading);font-size:.6875rem;font-weight:700;height:2rem;justify-content:center;letter-spacing:.02em;width:2rem}.dms-footer__copyright{color:var(--dms-text-subtle);font-size:.8125rem;margin:0;white-space:nowrap}@media print{.dms-footer{display:none!important}}