.dts-home {
    --dts-maroon: #6e1423;
    --dts-maroon-deep: #4a0d18;
    --dts-gold: #a9812f;
    --dts-gold-light: #d9c08a;
    --dts-teal: #0b5c56;
    --dts-ivory: #f6eee0;
    --dts-ivory-deep: #efe3ce;
    --dts-ink: #2b1b16;
    --dts-line: rgba(43, 27, 22, .14);
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
    background: var(--dts-ivory);
    color: var(--dts-ink);
    font-family: 'Jost', sans-serif;
}

.dts-home *, .dts-home *::before, .dts-home *::after { box-sizing: border-box; }
.dts-home img { display: block; max-width: 100%; }
.dts-home h1, .dts-home h2, .dts-home h3 { color: var(--dts-maroon-deep); font-family: 'Marcellus', serif; font-weight: 400; }
.dts-home-container { width: calc(100% - 48px); max-width: 1180px; margin-inline: auto; }
.dts-eyebrow { display: block; color: var(--dts-gold); font-size: 11px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; }

.dts-hero-shell { padding: 34px 0 0; }
.dts-hero { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 510px; border: 1px solid var(--dts-line); background: var(--dts-ivory-deep); }
.dts-hero-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; align-items: flex-start; padding: 64px 58px; }
.dts-hero-copy h1 { margin: 18px 0; font-size: clamp(38px, 4.2vw, 58px); line-height: 1.12; letter-spacing: -.02em; }
.dts-hero-copy h1 em { color: var(--dts-maroon); font-weight: 400; }
.dts-hero-copy p { max-width: 490px; margin: 0; color: #59463c; font-size: 16px; line-height: 1.75; }
.dts-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.dts-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 25px; border: 1px solid transparent; border-radius: 2px; font-size: 12px; font-weight: 600; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; transition: background .25s ease, color .25s ease, border-color .25s ease, transform .25s ease; }
.dts-button:hover { transform: translateY(-2px); }
.dts-button-primary { background: var(--dts-maroon); color: var(--dts-ivory) !important; }
.dts-button-primary:hover { background: var(--dts-maroon-deep); }
.dts-button-outline { border-color: var(--dts-ink); color: var(--dts-ink) !important; }
.dts-button-outline:hover { background: var(--dts-ink); color: var(--dts-ivory) !important; }
.dts-button-gold { border-color: var(--dts-gold); color: var(--dts-maroon-deep) !important; }
.dts-button-gold:hover { background: var(--dts-gold); color: #fff !important; }
.dts-button-light { background: var(--dts-ivory); color: var(--dts-maroon-deep) !important; }
.dts-hero-media { position: relative; min-width: 0; min-height: 510px; overflow: hidden; background: #dccdb8; }
.dts-hero-media > img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .7s ease; }
.dts-hero-media:hover > img { transform: scale(1.025); }
.dts-hero-frame { position: absolute; inset: 18px; border: 1px solid rgba(246, 238, 224, .75); pointer-events: none; }
.dts-hero-label { position: absolute; right: 26px; bottom: 26px; left: 26px; width: fit-content; padding: 10px 15px; background: rgba(43, 27, 22, .72); color: var(--dts-ivory); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; backdrop-filter: blur(4px); }

.dts-trust { padding: 31px 0; background: var(--dts-maroon-deep); }
.dts-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.dts-trust-grid > div { display: flex; min-width: 0; flex-direction: column; gap: 5px; padding: 0 20px; border-left: 1px solid rgba(246, 238, 224, .14); text-align: center; }
.dts-trust-grid > div:first-child { border-left: 0; }
.dts-trust strong { color: var(--dts-gold-light); font-size: 12px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.dts-trust span { color: rgba(246, 238, 224, .72); font-size: 12px; }

.dts-section { padding: 84px 0; }
.dts-section-heading { max-width: 610px; margin: 0 auto 44px; text-align: center; }
.dts-section-heading h2 { margin: 10px 0 12px; font-size: clamp(30px, 3.5vw, 42px); }
.dts-section-heading p { margin: 0; color: #655147; font-size: 15px; line-height: 1.7; }
.dts-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.dts-category-card { position: relative; min-width: 0; min-height: 390px; overflow: hidden; border: 1px solid var(--dts-line); background: var(--dts-ivory-deep); }
.dts-category-card__link { position: absolute; inset: 0; display: block; }
.dts-category-card.is-disabled .dts-category-card__link { pointer-events: none; cursor: default; }
.dts-category-card img, .dts-category-card__video { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.dts-category-card:hover img, .dts-category-card:hover .dts-category-card__video { transform: scale(1.045); }
.dts-category-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 38%, rgba(43, 27, 22, .88)); pointer-events: none; }
.dts-category-copy { position: absolute; right: 21px; bottom: 22px; left: 21px; color: #fff; pointer-events: none; }
.dts-category-copy small { display: block; margin-bottom: 5px; color: var(--dts-gold-light); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.dts-category-copy strong { color: #fff; font-family: 'Marcellus', serif; font-size: 22px; font-weight: 400; }
.dts-category-card__sound { position: absolute; z-index: 2; top: 13px; right: 13px; display: grid; width: 38px; height: 38px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: rgba(77, 13, 24, .9); color: #fff; cursor: pointer; }
.dts-category-card__sound:hover { background: var(--dts-wine); }

.dts-story { background: var(--dts-ivory-deep); }
.dts-process--video-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; max-width: 1180px; margin-inline: auto; }
.dts-process-card { min-width: 0; overflow: hidden; border: 1px solid var(--dts-line); background: var(--dts-ivory); box-shadow: 0 12px 26px rgba(74, 13, 24, .07); }
.dts-process-card__copy { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 11px; min-height: 150px; padding: 19px 17px 16px; }
.dts-process-card__number { color: var(--dts-gold); font-family: 'Marcellus', serif; font-size: 26px; line-height: 1; }
.dts-process-card h3 { margin: 0 0 7px; font-size: 19px; line-height: 1.2; }
.dts-process-card p { margin: 0; color: #655147; font-size: 13px; line-height: 1.55; }
.dts-process-card__media { position: relative; background: var(--dts-ink); }
.dts-process-card__video { display: block; width: 100%; aspect-ratio: 9 / 16; background: var(--dts-ink); object-fit: cover; }
.dts-process-card__sound { position: absolute; right: 12px; bottom: 12px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(246, 238, 224, .8); border-radius: 50%; background: rgba(74, 13, 24, .86); color: var(--dts-ivory); cursor: pointer; transition: transform .2s ease, background .2s ease; }
.dts-process-card__sound:hover, .dts-process-card__sound[aria-pressed="true"] { background: var(--dts-maroon); transform: scale(1.07); }
.dts-story-view-all { display: none; }

.dts-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.dts-product-card { min-width: 0; overflow: hidden; border: 1px solid var(--dts-line); background: var(--dts-ivory-deep); transition: transform .25s ease, box-shadow .25s ease; }
.dts-product-card:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(74, 13, 24, .11); }
.dts-product-media { position: relative; aspect-ratio: 2 / 3; overflow: hidden; background: transparent; }
.dts-product-media > a:first-child { display: block; width: 100%; height: 100%; }
.dts-product-media img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center top; }
.dts-product-card:hover .dts-product-media img { transform: none; }
.dts-discount, .dts-tryon-pill, .dts-wishlist { position: absolute; z-index: 2; }
.dts-discount { top: 12px; left: 12px; padding: 5px 9px; background: var(--dts-maroon); color: #fff; font-size: 11px; }
.dts-wishlist { top: 12px; right: 12px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(169, 129, 47, .5); border-radius: 50%; background: rgba(246, 238, 224, .93); color: var(--dts-maroon) !important; font-size: 18px; }
.dts-wishlist.is-active, .dts-wishlist:hover { background: var(--dts-maroon); color: #fff !important; }
.dts-wishlist.is-loading { pointer-events: none; opacity: .78; }
.dts-tryon-pill { right: 12px; bottom: 12px; padding: 7px 11px; border: 1px solid var(--dts-gold); background: rgba(246, 238, 224, .94); color: var(--dts-maroon-deep) !important; font-size: 10px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.dts-product-copy { padding: 18px 18px 22px; }
.dts-product-copy > span { color: #8b776c; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.dts-product-copy h3 { min-height: 50px; margin: 7px 0 9px; font-size: 17px; line-height: 1.45; }
.dts-product-copy h3 a { color: inherit; overflow-wrap: anywhere; }
.dts-product-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 9px; }
.dts-product-price del { color: #8b776c; font-size: 13px; }
.dts-product-price ins { color: var(--dts-maroon); font-size: 15px; font-weight: 600; text-decoration: none; }
.dts-product-actions { display: none; }
.dts-view-all { margin-top: 40px; text-align: center; }

.dts-reviews { background: #ead9d1; }
.dts-review-carousel { width: 100%; overflow: hidden; }
.dts-review-track { display: flex; gap: 26px; transition: transform .72s cubic-bezier(.22, .61, .36, 1); will-change: transform; }
.dts-review-card { display: flex; min-width: 0; min-height: 310px; flex: 0 0 calc((100% - 52px) / 3); flex-direction: column; padding: 28px 26px; border-top: 2px solid var(--dts-gold); background: var(--dts-ivory); box-shadow: 0 12px 30px rgba(74, 13, 24, .05); }
.dts-review-card__top { display: flex; align-items: center; gap: 16px; margin-bottom: 18px; }
.dts-review-avatar { width: 72px; height: 72px; flex: 0 0 72px; border: 2px solid var(--dts-gold); border-radius: 50%; object-fit: cover; box-shadow: 0 7px 18px rgba(74, 13, 24, .15); }
.dts-review-stars { display: flex; gap: 3px; margin: 0; color: #cbbda8; font-size: 15px; letter-spacing: .04em; }
.dts-review-stars .is-filled { color: var(--dts-gold); }
.dts-review-card blockquote { flex: 1; margin: 0 0 22px; color: var(--dts-maroon-deep); font-family: 'Marcellus', serif; font-size: 17px; font-style: italic; line-height: 1.55; }
.dts-review-meta { display: flex; flex-direction: column; gap: 5px; padding-top: 15px; border-top: 1px solid var(--dts-line); }
.dts-review-meta strong { color: #5a463c; font-size: 12px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; }
.dts-review-meta a { display: -webkit-box; overflow: hidden; color: #806d61 !important; font-size: 12px; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.dts-review-meta span { color: #806d61; font-size: 12px; }
.dts-review-dots { display: flex; justify-content: center; gap: 8px; margin-top: 24px; }
.dts-review-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(74, 13, 24, .25); transition: width .25s ease, border-radius .25s ease, background .25s ease; }
.dts-review-dot.is-active { width: 26px; border-radius: 10px; background: var(--dts-gold); }
.dts-tryon-section { padding: 76px 0; background: var(--dts-maroon); color: var(--dts-ivory); }
.dts-tryon-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: center; gap: 64px; }
.dts-tryon-copy h2 { max-width: 650px; margin: 12px 0 16px; color: var(--dts-ivory); font-size: clamp(32px, 4vw, 48px); line-height: 1.2; }
.dts-tryon-copy p { max-width: 590px; margin: 0 0 28px; color: rgba(246, 238, 224, .78); font-size: 15px; line-height: 1.7; }
.dts-tryon-image { position: relative; display: block; height: 360px; overflow: hidden; border: 1px solid rgba(217, 192, 138, .65); }
.dts-tryon-image::after { position: absolute; inset: 14px; border: 1px solid rgba(246, 238, 224, .65); content: ''; pointer-events: none; }
.dts-tryon-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

@media (max-width: 991px) {
    .dts-home-container { width: calc(100% - 32px); max-width: 760px; }
    .dts-hero { grid-template-columns: 1fr; }
    .dts-hero-media { min-height: 520px; }
    .dts-category-grid, .dts-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dts-process--video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 640px; }
    .dts-review-card { flex-basis: calc((100% - 20px) / 2); }
    .dts-review-track { gap: 20px; }
    .dts-tryon-grid { grid-template-columns: 1fr; gap: 34px; }
    .dts-tryon-image { height: 440px; }
}

@media (max-width: 767px) {
    .dts-home { display: flex; flex-direction: column; }
    .dts-home > .pro-hero-section-full { order: 1; }
    .dts-home > .dts-trust { order: 2; }
    .dts-home > #dts-occasion { order: 3; }
    .dts-home > #dts-latest-collection { order: 4; }
    .dts-home > .dts-story { order: 5; }
    .dts-home > .dts-reviews { order: 6; }
    .dts-home > .dts-tryon-section { order: 7; }
    .dts-home-container { width: calc(100% - 28px); }
    .dts-hero-shell { padding-top: 14px; }
    .dts-hero-copy { padding: 40px 25px; }
    .dts-hero-copy h1 { font-size: 37px; }
    .dts-hero-copy p { font-size: 14px; }
    .dts-hero-actions, .dts-hero-actions .dts-button { width: 100%; }
    .dts-hero-media { min-height: 440px; }
    .dts-hero-label { right: 18px; bottom: 18px; left: 18px; }
    .dts-trust { padding: 17px 0; }
    .dts-trust-grid { grid-template-columns: repeat(2, 1fr); row-gap: 14px; }
    .dts-trust-grid > div:nth-child(3) { border-left: 0; }
    .dts-trust-grid > div { justify-content: center; min-height: 24px; padding: 0 8px; }
    .dts-trust span { display: none; }
    .dts-section { padding: 64px 0; }
    .dts-section-heading { margin-bottom: 32px; }
    .dts-section-heading h2 { font-size: 31px; }
    #dts-occasion { padding: 28px 0 42px; }
    #dts-occasion .dts-section-heading { margin-bottom: 18px; }
    #dts-occasion .dts-section-heading .dts-eyebrow,
    #dts-occasion .dts-section-heading p { display: none; }
    #dts-occasion .dts-section-heading h2 { margin: 0; }
    #dts-occasion .dts-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
    #dts-occasion .dts-category-card { min-height: clamp(170px, 46vw, 205px); }
    #dts-occasion .dts-category-copy { right: 12px; bottom: 12px; left: 12px; }
    #dts-occasion .dts-category-copy small { display: none; }
    #dts-occasion .dts-category-copy strong { font-size: 17px; }
    #dts-occasion .dts-category-card__sound { top: 9px; right: 9px; width: 32px; height: 32px; }
    #dts-latest-collection { padding: 30px 0 38px; }
    #dts-latest-collection .dts-section-heading { margin-bottom: 18px; }
    #dts-latest-collection .dts-section-heading .dts-eyebrow,
    #dts-latest-collection .dts-section-heading p { display: none; }
    #dts-latest-collection .dts-section-heading h2 { margin: 0; }
    #dts-latest-collection .dts-product-grid {
        grid-template-columns: none;
        grid-template-rows: repeat(2, auto);
        grid-auto-flow: column;
        grid-auto-columns: calc((100% - 7px) / 2);
        gap: 7px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        overscroll-behavior-inline: contain;
    }
    #dts-latest-collection .dts-product-grid::-webkit-scrollbar { display: none; }
    #dts-latest-collection .dts-product-card:nth-child(4n+1) { scroll-snap-align: start; }
    #dts-latest-collection .dts-product-media { aspect-ratio: 2 / 3; }
    #dts-latest-collection .dts-product-media img { object-fit: cover; object-position: center top; }
    #dts-latest-collection .dts-discount,
    #dts-latest-collection .dts-tryon-pill { display: none; }
    #dts-latest-collection .dts-wishlist { top: 7px; right: 7px; width: 32px; height: 32px; font-size: 15px; }
    #dts-latest-collection .dts-product-copy { padding: 9px 9px 11px; }
    #dts-latest-collection .dts-product-copy > span { display: block; margin-bottom: 3px; overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
    #dts-latest-collection .dts-product-copy h3 { display: block; min-height: 0; margin: 0 0 4px; overflow: hidden; font-size: 13px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
    #dts-latest-collection .dts-product-price { flex-wrap: nowrap; gap: 5px; overflow: hidden; white-space: nowrap; }
    #dts-latest-collection .dts-product-price del { font-size: 10px; }
    #dts-latest-collection .dts-product-price ins { font-size: 13px; }
    #dts-latest-collection .dts-product-actions { display: flex; gap: 5px; margin-top: 7px; }
    #dts-latest-collection .dts-card-action { display: inline-flex; min-width: 0; min-height: 31px; flex: 1 1 50%; align-items: center; justify-content: center; padding: 5px 4px; border: 1px solid var(--dts-gold); background: transparent; color: var(--dts-maroon-deep) !important; font-size: 9px; font-weight: 600; line-height: 1.1; text-align: center; text-transform: uppercase; }
    #dts-latest-collection .dts-card-action--buy { background: var(--dts-maroon); color: #fff !important; }
    #dts-latest-collection .dts-view-all { margin-top: 18px; }
    #dts-latest-collection .dts-view-all .dts-button { min-height: 38px; padding: 8px 18px; font-size: 10px; }
    .dts-story { display: block; padding: 34px 0 40px; }
    .dts-story .dts-section-heading { margin-bottom: 18px; }
    .dts-story .dts-section-heading h2 { margin: 7px 0 6px; font-size: 25px; }
    .dts-story .dts-section-heading p { font-size: 13px; line-height: 1.45; }
    .dts-story .dts-process--video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; max-width: none; }
    .dts-story .dts-process-card:nth-child(n+3) { display: none; }
    .dts-story .dts-process-card__copy { grid-template-columns: 25px minmax(0, 1fr); gap: 5px; min-height: 82px; padding: 10px 8px; }
    .dts-story .dts-process-card__number { font-size: 18px; }
    .dts-story .dts-process-card h3 { margin-bottom: 3px; font-size: 14px; }
    .dts-story .dts-process-card p { display: -webkit-box; overflow: hidden; font-size: 10px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
    .dts-story .dts-process-card__video { aspect-ratio: 4 / 5; }
    .dts-story .dts-process-card__sound { right: 7px; bottom: 7px; width: 31px; height: 31px; }
    .dts-story-view-all { display: block; margin-top: 18px; text-align: center; }
    .dts-story-view-all .dts-button { min-height: 38px; padding: 8px 18px; font-size: 10px; }
    .dts-review-track { gap: 14px; }
    .dts-review-card { min-height: 300px; flex-basis: 100%; padding: 24px 22px; }
    .dts-review-avatar { width: 64px; height: 64px; flex-basis: 64px; }
    .dts-category-card { min-height: 330px; }
    .dts-process--video-grid { grid-template-columns: 1fr; max-width: 380px; }
    .dts-process-card__copy { min-height: 0; }
    .dts-product-grid { gap: 12px; }
    .dts-product-copy { padding: 14px 13px 17px; }
    .dts-product-copy h3 { min-height: 44px; font-size: 15px; }
    .dts-tryon-section { padding: 60px 0; }
    .dts-tryon-image { height: 400px; }
}

@media (max-width: 479px) {
    .dts-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .dts-category-card { min-height: clamp(170px, 46vw, 205px); }
    .dts-product-media { aspect-ratio: 2 / 3; }
    .dts-product-copy h3 { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
    .dts-tryon-image { height: 340px; }
}

@media (max-width: 339px) {
    .dts-home-container { width: calc(100% - 20px); }
    .dts-hero-copy { padding: 34px 20px; }
    .dts-hero-copy h1 { font-size: 33px; }
    .dts-product-grid { grid-template-columns: minmax(0, 1fr); }
    .dts-product-copy h3 { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .dts-home *, .dts-home *::before, .dts-home *::after { scroll-behavior: auto !important; transition: none !important; }
}
