/* Landing Design: Tombstone Memorial — Jannat Novin catalog tokens */

body.home-page.landing-design-home-tombstone_memorial,
body.landing-design-home-tombstone_memorial,
.landing-design--tombstone_memorial {
    --ld-tm-primary: #1e1e1e;
    --ld-tm-brand: #59705b;
    --ld-tm-brand-dark: #394e3b;
    --ld-tm-text: #343434;
    --ld-tm-accent: #bbbb9a;
    --ld-tm-light: #f2f2f2;
    --ld-tm-border: #d9d9d9;
    --ld-tm-soft: #e2e2cf;
    --ld-tm-title: #1b2d1d;
    --ld-tm-white: #ffffff;
    --ld-tm-overlay: #0000006e;
    --ld-tm-overlay-hover: #000000a8;
    --ld-tm-link: #d02929;
    --ld-tm-radius: 20px;
    --ld-tm-radius-lg: 30px;
    --ld-tm-radius-btn: 2px;
    /* Inherit shop font (IranYekan via themeCss) — never force CDN fonts */
    --ld-tm-font: 'IranYekan', Tahoma, Arial, sans-serif;
    --ld-tm-shadow: 0 10px 30px rgba(30, 30, 30, 0.06);
    --ld-tm-gold: #c2a878;
    --ld-tm-ivory: #fbf7f0;
    --ld-tm-ivory-deep: #f5efe3;
    --ld-tm-ink: #1a1f1b;
    --ld-tm-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
    --ld-tm-duration: 320ms;
    --ld-tm-duration-cross: 480ms;
    --ld-tm-transition: var(--ld-tm-duration) var(--ld-tm-ease);
    --ld-tm-shadow-soft: 0 8px 32px rgba(20, 42, 31, 0.08);
    --ld-tm-shadow-float: 0 8px 24px rgba(28, 25, 23, 0.1);
    font-family: var(--ld-tm-font);
    background: var(--ld-tm-white);
    color: var(--ld-tm-text);
}

.landing-design--tombstone_memorial {
    overflow-x: clip;
}

body.home-page.landing-design-home-tombstone_memorial {
    background: var(--ld-tm-white);
}

.ld-tm-container {
    width: 100%;
    max-width: 1140px;
    margin-inline: auto;
    padding-inline: 15px;
}

.ld-tm-section {
    margin-top: 3rem;
}

.ld-tm-category-rail + .ld-tm-category-rail {
    margin-top: 4rem;
}

.ld-tm-section--rails {
    margin-top: 4.5rem;
}

.ld-tm-section__count {
    margin: 4px 0 0;
    font-size: 13px;
    color: #6b726b;
    letter-spacing: 0.02em;
}

.ld-tm-section__head--rail {
    align-items: flex-end;
    margin-bottom: 1.75rem;
    gap: 1.25rem;
}

.ld-tm-section__head--rail .ld-tm-section__title {
    font-size: clamp(1.65rem, 2.4vw, 2.15rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--ld-tm-ink);
}

.ld-tm-slider__head-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ld-tm-slider__controls {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ld-tm-slider__nav--head {
    position: static;
    transform: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--ld-tm-border);
    background: var(--ld-tm-white);
    color: var(--ld-tm-brand-dark);
    box-shadow: none;
}

.ld-tm-slider__nav--head:hover:not(:disabled),
.ld-tm-slider__nav--head:focus-visible {
    border-color: var(--ld-tm-gold);
    color: var(--ld-tm-ink);
    background: var(--ld-tm-ivory);
}

.ld-tm-slider__nav--head:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.ld-tm-slider__pause {
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid var(--ld-tm-border);
    background: transparent;
    color: var(--ld-tm-brand-dark);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    border-radius: 999px;
    cursor: pointer;
    transition: border-color var(--ld-tm-transition), background var(--ld-tm-transition);
}

.ld-tm-slider__pause:hover,
.ld-tm-slider__pause:focus-visible,
.ld-tm-slider__pause[aria-pressed="true"] {
    border-color: var(--ld-tm-gold);
    background: var(--ld-tm-ivory);
}

.ld-tm-slider__stage {
    position: relative;
}

.ld-tm-slider__footer {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 18px;
}

.ld-tm-slider__progress {
    height: 2px;
    background: rgba(30, 30, 30, 0.08);
    border-radius: 999px;
    overflow: hidden;
}

.ld-tm-slider__progress-fill {
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--ld-tm-gold), var(--ld-tm-brand));
    transition: width var(--ld-tm-duration) var(--ld-tm-ease);
}

.ld-tm-section__title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: var(--ld-tm-title);
    margin: 0 0 1.5rem;
    line-height: 1.4;
}

.ld-tm-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.ld-tm-section__head .ld-tm-section__title {
    margin: 0;
    text-align: right;
}

.ld-tm-section__heading {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.ld-tm-overline {
    margin: 0 0 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: var(--ld-tm-gold);
}

.ld-tm-section__head .ld-tm-overline {
    margin: 0;
    text-align: right;
}

.ld-tm-slider__head-actions,
.ld-tm-slider__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.ld-tm-section__link {
    color: var(--ld-tm-brand);
    font-size: 0.95rem;
    font-weight: 500;
    white-space: nowrap;
}

.ld-tm-empty {
    text-align: center;
    color: #6b6b6b;
    padding: 2rem 0;
}

.ld-tm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 20px;
    background: var(--ld-tm-brand);
    color: var(--ld-tm-white);
    border: 1px solid var(--ld-tm-border);
    border-radius: var(--ld-tm-radius-btn);
    font-size: 16px;
    font-weight: 400;
    font-family: inherit;
    transition: background var(--ld-tm-transition), color var(--ld-tm-transition);
}

.ld-tm-btn:hover {
    background: var(--ld-tm-brand-dark);
    color: var(--ld-tm-white);
}

.ld-tm-btn--ghost {
    background: transparent;
    color: var(--ld-tm-brand);
    border-color: transparent;
}

.ld-tm-btn--ghost:hover {
    background: var(--ld-tm-light);
    color: var(--ld-tm-brand-dark);
}

/* Header */
.ld-tm-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: var(--ld-tm-white);
    border-bottom: 1px solid var(--ld-tm-border);
}

.ld-tm-header__bar {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    min-height: 84px;
}

.ld-tm-header__menu {
    display: none;
    color: var(--ld-tm-primary);
    padding: 8px;
}

.ld-tm-brand {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-shrink: 0;
}

.ld-tm-brand__mark {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--ld-tm-brand);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ld-tm-brand__letter {
    color: var(--ld-tm-white);
    font-weight: 700;
    font-size: 1.1rem;
}

.ld-tm-brand__text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.ld-tm-brand__name {
    font-weight: 700;
    color: var(--ld-tm-primary);
    font-size: 0.95rem;
}

.ld-tm-brand__tag {
    font-size: 11px;
    color: #6f6f6f;
}

.ld-tm-nav {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex: 1;
    overflow-x: auto;
    scrollbar-width: none;
}

.ld-tm-nav::-webkit-scrollbar {
    display: none;
}

.ld-tm-nav__link {
    padding: 0.45rem 0.75rem;
    font-size: 14px;
    font-weight: 500;
    color: var(--ld-tm-text);
    white-space: nowrap;
    border-radius: 8px;
}

.ld-tm-nav__link:hover,
.ld-tm-nav__link.is-active {
    color: var(--ld-tm-brand);
}

.ld-tm-header__contact {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
}

.ld-tm-header__phone {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.ld-tm-header__phone-label {
    font-size: 11px;
    color: #7a7a7a;
}

.ld-tm-header__phone-number {
    font-size: 13px;
    font-weight: 600;
    color: var(--ld-tm-brand);
}

.ld-tm-header__cart {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ld-tm-primary);
}

.ld-tm-header__cart-count {
    position: absolute;
    top: 2px;
    left: 2px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 999px;
    background: var(--ld-tm-brand);
    color: var(--ld-tm-white);
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ── Mobile drawer menu ── */
.ld-tm-drawer__overlay {
    position: fixed;
    inset: 0;
    z-index: 80;
    background: rgba(18, 28, 20, 0.48);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    opacity: 0;
    transition: opacity 320ms var(--ld-tm-ease, cubic-bezier(0.22, 0.61, 0.36, 1));
}

.ld-tm-drawer__overlay.is-open {
    opacity: 1;
}

.ld-tm-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    width: min(100vw, 22.5rem);
    max-width: 100%;
    pointer-events: none;
    --ld-tm-primary: #1e1e1e;
    --ld-tm-brand: #59705b;
    --ld-tm-brand-dark: #394e3b;
    --ld-tm-text: #343434;
    --ld-tm-accent: #bbbb9a;
    --ld-tm-border: #d9d9d9;
    --ld-tm-soft: #e2e2cf;
    --ld-tm-title: #1b2d1d;
    --ld-tm-white: #ffffff;
    --ld-tm-gold: #c2a878;
    --ld-tm-ivory: #fbf7f0;
    --ld-tm-ivory-deep: #f5efe3;
    --ld-tm-ink: #1a1f1b;
    --ld-tm-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
    --ld-tm-duration: 320ms;
    --ld-tm-transition: var(--ld-tm-duration) var(--ld-tm-ease);
    --ld-tm-shadow: 0 10px 30px rgba(30, 30, 30, 0.06);
    --ld-tm-shadow-soft: 0 8px 32px rgba(20, 42, 31, 0.08);
    --ld-tm-shadow-float: 0 8px 24px rgba(28, 25, 23, 0.1);
    font-family: 'IranYekan', Tahoma, Arial, sans-serif;
}

.ld-tm-drawer.is-open {
    pointer-events: auto;
}

.ld-tm-drawer__panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    background:
        linear-gradient(180deg, var(--ld-tm-ivory) 0%, var(--ld-tm-white) 28%),
        var(--ld-tm-white);
    box-shadow: -18px 0 48px rgba(20, 32, 22, 0.18);
    transform: translateX(110%);
    transition: transform 380ms var(--ld-tm-ease);
    overflow: hidden;
}

.ld-tm-drawer.is-open .ld-tm-drawer__panel {
    transform: translateX(0);
}

.ld-tm-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1.1rem 1.1rem 0.85rem;
    border-bottom: 1px solid color-mix(in srgb, var(--ld-tm-border) 70%, transparent);
}

.ld-tm-drawer__brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.ld-tm-drawer__title {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
    color: var(--ld-tm-title);
    line-height: 1.3;
}

.ld-tm-drawer__subtitle {
    margin: 0.15rem 0 0;
    font-size: 0.72rem;
    color: color-mix(in srgb, var(--ld-tm-text) 70%, transparent);
}

.ld-tm-drawer__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid var(--ld-tm-border);
    border-radius: 999px;
    background: var(--ld-tm-white);
    color: var(--ld-tm-ink);
    transition: background-color var(--ld-tm-transition), border-color var(--ld-tm-transition), transform var(--ld-tm-transition);
}

.ld-tm-drawer__close:hover {
    background: var(--ld-tm-ivory-deep);
    border-color: var(--ld-tm-gold);
    transform: rotate(90deg);
}

.ld-tm-drawer__quick {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.85rem 1.1rem 0.35rem;
}

.ld-tm-drawer__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--ld-tm-brand) 22%, transparent);
    background: color-mix(in srgb, var(--ld-tm-brand) 8%, var(--ld-tm-white));
    color: var(--ld-tm-brand-dark);
    font-size: 0.78rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform var(--ld-tm-transition), background-color var(--ld-tm-transition), box-shadow var(--ld-tm-transition);
}

.ld-tm-drawer__chip:hover {
    transform: translateY(-1px);
    box-shadow: var(--ld-tm-shadow-soft);
}

.ld-tm-drawer__chip--accent {
    background: linear-gradient(135deg, var(--ld-tm-brand), var(--ld-tm-brand-dark));
    border-color: transparent;
    color: var(--ld-tm-white);
}

.ld-tm-drawer__chip-badge {
    min-width: 1.1rem;
    height: 1.1rem;
    padding: 0 0.3rem;
    border-radius: 999px;
    background: var(--ld-tm-gold);
    color: var(--ld-tm-ink);
    font-size: 0.65rem;
    line-height: 1.1rem;
    text-align: center;
}

.ld-tm-drawer__scroll {
    flex: 1;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0.5rem 1.1rem calc(1.4rem + env(safe-area-inset-bottom));
}

.ld-tm-drawer__section {
    margin-top: 1rem;
}

.ld-tm-drawer__section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.ld-tm-drawer__section-title {
    margin: 0 0 0.65rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: var(--ld-tm-brand-dark);
}

.ld-tm-drawer__section-head .ld-tm-drawer__section-title {
    margin-bottom: 0;
}

.ld-tm-drawer__section-more {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--ld-tm-gold);
    text-decoration: none;
}

.ld-tm-drawer__links {
    display: grid;
    gap: 0.4rem;
}

.ld-tm-drawer__link {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.75rem;
    padding: 0.8rem 0.85rem;
    border-radius: 0.95rem;
    border: 1px solid transparent;
    background: color-mix(in srgb, var(--ld-tm-soft) 35%, var(--ld-tm-white));
    color: var(--ld-tm-ink);
    text-decoration: none;
    transition: transform var(--ld-tm-transition), border-color var(--ld-tm-transition), background-color var(--ld-tm-transition), box-shadow var(--ld-tm-transition);
}

.ld-tm-drawer__link:hover,
.ld-tm-drawer__link.is-highlight {
    border-color: color-mix(in srgb, var(--ld-tm-gold) 55%, transparent);
    background: var(--ld-tm-ivory);
    box-shadow: var(--ld-tm-shadow-soft);
}

.ld-tm-drawer__link:hover {
    transform: translateX(-3px);
}

.ld-tm-drawer__link-icon {
    display: grid;
    place-items: center;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 0.7rem;
    background: color-mix(in srgb, var(--ld-tm-brand) 12%, transparent);
    color: var(--ld-tm-brand-dark);
}

.ld-tm-drawer__link-text {
    font-size: 0.9rem;
    font-weight: 700;
}

.ld-tm-drawer__link-arrow {
    color: color-mix(in srgb, var(--ld-tm-text) 45%, transparent);
    font-size: 1rem;
}

.ld-tm-drawer__cats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.ld-tm-drawer__cat {
    display: flex;
    flex-direction: column;
    min-height: 8.5rem;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--ld-tm-border) 80%, transparent);
    background: var(--ld-tm-white);
    text-decoration: none;
    color: inherit;
    box-shadow: var(--ld-tm-shadow);
    transition: transform var(--ld-tm-transition), box-shadow var(--ld-tm-transition), border-color var(--ld-tm-transition);
}

.ld-tm-drawer__cat:hover {
    transform: translateY(-3px) scale(1.01);
    border-color: var(--ld-tm-gold);
    box-shadow: var(--ld-tm-shadow-float);
}

.ld-tm-drawer__cat-media {
    position: relative;
    height: 4.5rem;
    overflow: hidden;
    background: linear-gradient(145deg, var(--ld-tm-soft), var(--ld-tm-ivory-deep));
}

.ld-tm-drawer__cat-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 480ms var(--ld-tm-ease);
}

.ld-tm-drawer__cat:hover .ld-tm-drawer__cat-image {
    transform: scale(1.08);
}

.ld-tm-drawer__cat-fallback {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: var(--ld-tm-brand-dark);
}

.ld-tm-drawer__cat-body {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.65rem 0.7rem 0.75rem;
}

.ld-tm-drawer__cat-name {
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.35;
    color: var(--ld-tm-title);
}

.ld-tm-drawer__cat-cta {
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--ld-tm-brand);
}

.ld-tm-drawer [data-ld-tm-drawer-item] {
    opacity: 0;
    transform: translateY(12px);
    transition:
        opacity 360ms var(--ld-tm-ease),
        transform 360ms var(--ld-tm-ease);
}

.ld-tm-drawer [data-ld-tm-drawer-item].is-in {
    opacity: 1;
    transform: none;
}

.ld-tm-drawer__cat[data-ld-tm-drawer-item] {
    transform: translateY(14px) scale(0.96);
}

.ld-tm-drawer__cat[data-ld-tm-drawer-item].is-in {
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .ld-tm-drawer__overlay,
    .ld-tm-drawer__panel,
    .ld-tm-drawer [data-ld-tm-drawer-item],
    .ld-tm-drawer__cat,
    .ld-tm-drawer__cat-image,
    .ld-tm-drawer__close {
        transition: none !important;
    }

    .ld-tm-drawer [data-ld-tm-drawer-item] {
        opacity: 1 !important;
        transform: none !important;
    }
}

@media (min-width: 768px) {
    .ld-tm-drawer,
    .ld-tm-drawer__overlay {
        display: none !important;
    }
}

/* Hero */
.ld-tm-hero {
    --ld-tm-hero-bg: #011f12;
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--ld-tm-hero-bg);
}

.ld-tm-hero--split {
    display: grid;
    grid-template-columns: minmax(18rem, 0.92fr) minmax(0, 1.08fr);
    grid-template-areas: "copy media";
    align-items: stretch;
    min-height: min(72vh, 640px);
}

.ld-tm-hero__copy {
    grid-area: copy;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding-block: 4.5rem;
}

.ld-tm-hero--split .ld-tm-hero__copy {
    padding-block: 4rem 3.5rem;
}

.ld-tm-hero__copy-inner,
.ld-tm-hero__content {
    position: relative;
    z-index: 1;
    max-width: 34rem;
    margin-inline-start: 0;
    margin-inline-end: auto;
    padding-inline-start: clamp(1.25rem, 5vw, 4.5rem);
    padding-inline-end: 1.5rem;
}

.ld-tm-hero:not(.ld-tm-hero--split) .ld-tm-hero__copy {
    width: 100%;
    justify-content: center;
    text-align: center;
}

.ld-tm-hero:not(.ld-tm-hero--split) .ld-tm-hero__copy-inner {
    margin-inline: auto;
    padding-inline: 15px;
    max-width: 720px;
}

.ld-tm-hero__media {
    grid-area: media;
    position: relative;
    min-height: 280px;
    isolation: isolate;
}

.ld-tm-hero__slides {
    position: absolute;
    inset: 0;
    display: flex;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.ld-tm-hero__slides::-webkit-scrollbar {
    display: none;
}

.ld-tm-hero__slide {
    flex: 0 0 100%;
    min-width: 100%;
    height: 100%;
    margin: 0;
    scroll-snap-align: start;
}

.ld-tm-hero__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ld-tm-hero__fade {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        to inline-start,
        rgb(1 31 18 / 0) 6%,
        rgb(1 31 18 / 0.12) 32%,
        rgb(1 31 18 / 0.68) 68%,
        var(--ld-tm-hero-bg) 100%
    );
}

.ld-tm-hero__controls {
    position: absolute;
    z-index: 2;
    inset-inline-end: 16px;
    bottom: 16px;
    display: flex;
    gap: 8px;
}

.ld-tm-hero__dots {
    position: absolute;
    z-index: 2;
    inset-inline-end: 16px;
    bottom: 68px;
    margin: 0;
    justify-content: flex-end;
}

.ld-tm-hero__dots .ld-tm-slider__dot {
    background: rgba(247, 244, 234, 0.35);
}

.ld-tm-hero__dots .ld-tm-slider__dot.is-active {
    background: var(--ld-tm-accent);
}

.ld-tm-hero__media.is-static .ld-tm-hero__controls,
.ld-tm-hero__media.is-static .ld-tm-hero__dots {
    display: none;
}

.ld-tm-hero__badge {
    display: inline-block;
    color: var(--ld-tm-accent);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.ld-tm-hero__title {
    font-size: 26px;
    font-weight: 500;
    color: var(--ld-tm-white);
    margin: 0 0 0.85rem;
    line-height: 1.5;
}

.ld-tm-hero__lead {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 1.5rem;
    max-width: 36rem;
}

@media (max-width: 900px) {
    .ld-tm-hero--split {
        grid-template-columns: 1fr;
        grid-template-areas:
            "media"
            "copy";
        min-height: 0;
    }

    .ld-tm-hero__media {
        min-height: 240px;
        height: min(42vh, 340px);
    }

    .ld-tm-hero__fade {
        background: linear-gradient(
            to bottom,
            rgb(1 31 18 / 0) 18%,
            rgb(1 31 18 / 0.28) 55%,
            var(--ld-tm-hero-bg) 100%
        );
    }

    .ld-tm-hero--split .ld-tm-hero__copy {
        padding-block: 1.25rem 2.5rem;
    }

    .ld-tm-hero--split .ld-tm-hero__copy-inner {
        max-width: none;
        margin-inline: auto;
        padding-inline: 15px;
        text-align: center;
    }

    .ld-tm-hero--split .ld-tm-hero__lead {
        margin-inline: auto;
    }
}

/* Categories */
.ld-tm-cat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    height: 100%;
    padding: 20px 12px;
    border: 1px solid var(--ld-tm-border);
    border-radius: var(--ld-tm-radius);
    background: var(--ld-tm-white);
    text-align: center;
    transition: background var(--ld-tm-transition);
}

.ld-tm-cat:hover {
    background: var(--ld-tm-light);
}

.ld-tm-cat__icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--ld-tm-soft);
    color: var(--ld-tm-brand);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.35rem;
    overflow: hidden;
}

.ld-tm-cat__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ld-tm-cat__label {
    font-size: 14px;
    font-weight: 500;
    color: var(--ld-tm-primary);
}

.ld-tm-rail--cats .ld-tm-rail__item {
    flex: 0 0 calc((100% - 48px) / 4);
    min-width: 210px;
}

/* Product cards */
.ld-tm-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.ld-tm-card {
    background: var(--ld-tm-white);
    border: 1px solid var(--ld-tm-border);
    border-radius: var(--ld-tm-radius);
    overflow: hidden;
    padding: 0 0 16px;
    transition: background var(--ld-tm-transition);
}

.ld-tm-card:hover {
    background: var(--ld-tm-light);
}

.ld-tm-card--listing {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    border-radius: 4px;
    border-color: #e3dcc9;
    background: var(--ld-tm-white);
    box-shadow: none;
    transition:
        transform var(--ld-tm-transition),
        box-shadow var(--ld-tm-transition),
        border-color var(--ld-tm-transition);
}

.ld-tm-card--listing:hover {
    background: var(--ld-tm-white);
}

.ld-tm-card__media {
    display: block;
    position: relative;
    aspect-ratio: 4 / 3;
    background: var(--ld-tm-ivory-deep);
    overflow: hidden;
}

.ld-tm-card--listing .ld-tm-card__media {
    aspect-ratio: 3 / 2;
    border-radius: 0;
}

.ld-tm-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 520ms var(--ld-tm-ease);
}

.ld-tm-card__media-veil {
    position: absolute;
    inset: auto 0 0;
    height: 34%;
    background: linear-gradient(180deg, transparent, rgba(20, 42, 31, 0.18));
    pointer-events: none;
    opacity: 0;
    transition: opacity var(--ld-tm-transition);
}

@media (hover: hover) {
    .ld-tm-card--listing:hover .ld-tm-card__media img {
        transform: scale(1.035);
    }

    .ld-tm-card--listing:hover .ld-tm-card__media-veil {
        opacity: 1;
    }

    .ld-tm-card--listing:hover {
        border-color: var(--ld-tm-gold);
        box-shadow: var(--ld-tm-shadow-soft);
        transform: translateY(-4px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ld-tm-card__media img,
    .ld-tm-card--listing {
        transition: none;
    }

    .ld-tm-card--listing:hover .ld-tm-card__media img {
        transform: none;
    }
}

.ld-tm-card__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ld-tm-brand);
    opacity: 0.45;
    background:
        linear-gradient(145deg, var(--ld-tm-ivory) 0%, var(--ld-tm-ivory-deep) 55%, #ece4d2 100%);
}

.ld-tm-card__body {
    padding: 18px 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.ld-tm-card__specs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ld-tm-card__specs li {
    margin: 0;
    padding: 4px 10px;
    border: 1px solid #e3dcc9;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #5c625c;
    background: var(--ld-tm-ivory);
}

.ld-tm-card__title {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--ld-tm-ink);
    line-height: 1.55;
    letter-spacing: -0.01em;
}

.ld-tm-card__title a {
    color: inherit;
    text-decoration: none;
}

.ld-tm-card__title a:hover,
.ld-tm-card__title a:focus-visible {
    color: var(--ld-tm-brand-dark);
}

.ld-tm-card__meta {
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    padding-top: 4px;
}

.ld-tm-card__price {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.ld-tm-card__price-old {
    font-size: 12px;
    color: #8a8a8a;
    text-decoration: line-through;
}

.ld-tm-card__price-now {
    font-size: 15px;
    font-weight: 600;
    color: var(--ld-tm-brand-dark);
}

/* چیپ استعلام داخل کارت یادمان — حالت ادیتوریال، نه badge ضخیم */
.ld-tm-card__inquiry.price-inquiry,
.ld-tm-card .price-inquiry {
    border: 0;
    background: transparent;
    background-color: transparent;
    background-image: none;
    color: var(--ld-tm-gold);
    padding: 0;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    border-radius: 0;
}

.ld-tm-card__inquiry .price-inquiry__icon,
.ld-tm-card .price-inquiry__icon {
    width: 14px;
    height: 14px;
    opacity: 1;
}

.ld-tm-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--ld-tm-brand-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    transition: color var(--ld-tm-transition), border-color var(--ld-tm-transition);
}

.ld-tm-card__cta:hover,
.ld-tm-card__cta:focus-visible {
    color: var(--ld-tm-ink);
    border-bottom-color: var(--ld-tm-gold);
}

.ld-tm-card__cta-arrow {
    font-size: 14px;
    line-height: 1;
    transition: transform var(--ld-tm-transition);
}

@media (hover: hover) {
    .ld-tm-card__cta:hover .ld-tm-card__cta-arrow {
        transform: translateX(-3px);
    }
}

/* Trust / why us */
.ld-tm-icon-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.ld-tm-icon-box {
    min-height: 0;
    border: 1px solid var(--ld-tm-border);
    border-radius: var(--ld-tm-radius);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 22px 16px 20px;
    text-align: center;
}

.ld-tm-icon-box__icon {
    color: var(--ld-tm-brand);
}

.ld-tm-icon-box h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--ld-tm-brand);
}

.ld-tm-icon-box p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.75;
    color: var(--ld-tm-text);
}

/* FAQ accordion */
.ld-tm-faq__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
}

.ld-tm-faq__item {
    border: 1px solid var(--ld-tm-border);
    border-radius: var(--ld-tm-radius);
    background: var(--ld-tm-white);
    overflow: hidden;
}

.ld-tm-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    list-style: none;
    padding: 16px 18px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    color: var(--ld-tm-ink);
}

.ld-tm-faq__question:focus-visible {
    outline: 2px solid var(--ld-tm-brand);
    outline-offset: 2px;
}

.ld-tm-faq__question::-webkit-details-marker {
    display: none;
}

.ld-tm-faq__chevron {
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    border-inline-end: 2px solid var(--ld-tm-brand);
    border-bottom: 2px solid var(--ld-tm-brand);
    transform: rotate(45deg);
    transition: transform var(--ld-tm-transition);
}

.ld-tm-faq__item[open] .ld-tm-faq__chevron {
    transform: rotate(225deg);
}

.ld-tm-faq__answer {
    padding: 0 18px 18px;
    font-size: 14px;
    line-height: 1.9;
    color: var(--ld-tm-text);
}

.ld-tm-faq__item[open] .ld-tm-faq__question {
    color: var(--ld-tm-brand);
}

/* Promo overlays */
.ld-tm-promo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.ld-tm-promo {
    position: relative;
    min-height: 260px;
    border-radius: var(--ld-tm-radius-lg);
    overflow: hidden;
    border: 1px solid var(--ld-tm-border);
    background:
        linear-gradient(160deg, #4a5d4c 0%, #1e1e1e 70%);
}

.ld-tm-promo__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ld-tm-promo__overlay {
    position: absolute;
    inset: 0;
    background: var(--ld-tm-overlay);
    transition: background var(--ld-tm-transition);
}

.ld-tm-promo:hover .ld-tm-promo__overlay {
    background: var(--ld-tm-overlay-hover);
}

.ld-tm-promo__content {
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 24px;
    color: var(--ld-tm-white);
}

.ld-tm-promo__content h3 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 500;
}

.ld-tm-promo__content p {
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.88);
}

/* Brand / shipping strips */
.ld-tm-section--strip {
    margin-top: 2.25rem;
}

.ld-tm-strip {
    overflow: hidden;
    border-radius: var(--ld-tm-radius-lg);
}

.ld-tm-strip__image {
    display: block;
    width: 100%;
    height: auto;
}

/* Product slider */
.ld-tm-rail {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 8px;
}

.ld-tm-rail__track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-bottom: 4px;
}

.ld-tm-rail__track::-webkit-scrollbar {
    display: none;
}

.ld-tm-rail__item {
    flex: 0 0 calc((100% - 64px) / 5);
    min-width: 180px;
    scroll-snap-align: start;
}

.ld-tm-rail__nav {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--ld-tm-border);
    color: var(--ld-tm-brand);
    background: var(--ld-tm-white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ld-tm-rail.is-static .ld-tm-rail__nav {
    visibility: hidden;
}

/* Services */
.ld-tm-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.ld-tm-service--photo {
    position: relative;
    display: block;
    min-height: 280px;
    border: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 32px 12px 32px 12px;
    background: var(--ld-tm-brand-dark);
    color: var(--ld-tm-white);
}

.ld-tm-service__image,
.ld-tm-service__fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 640ms var(--ld-tm-ease);
}

.ld-tm-service__fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.35);
    background: linear-gradient(160deg, var(--ld-tm-brand), var(--ld-tm-brand-dark));
}

.ld-tm-service__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 28%, rgba(0, 0, 0, 0.72) 100%);
    transition: background var(--ld-tm-transition);
}

.ld-tm-service--photo:hover .ld-tm-service__shade,
.ld-tm-service--photo:focus-visible .ld-tm-service__shade,
.ld-tm-service--photo:focus-within .ld-tm-service__shade {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 20%, rgba(0, 0, 0, 0.82) 100%);
}

@media (hover: hover) {
    .ld-tm-service--photo:hover .ld-tm-service__image,
    .ld-tm-service--photo:focus-within .ld-tm-service__image {
        transform: scale(1.06);
    }
}

.ld-tm-service__arrow {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: var(--ld-tm-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ld-tm-service__content {
    position: absolute;
    inset-inline: 22px;
    bottom: 18px;
    z-index: 1;
    text-align: right;
    transition: opacity var(--ld-tm-transition);
}

.ld-tm-service--photo h3 {
    margin: 0 0 6px;
    font-size: 1.85rem;
    font-weight: 500;
    color: var(--ld-tm-white);
}

.ld-tm-service--photo p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.ld-tm-service__panel {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    padding: 52px 22px 20px;
    background: linear-gradient(180deg, rgba(30, 30, 30, 0.28) 0%, rgba(30, 30, 30, 0.88) 58%);
    color: var(--ld-tm-white);
    opacity: 0;
    pointer-events: none;
    transition: transform var(--ld-tm-duration-cross) var(--ld-tm-ease), opacity var(--ld-tm-transition);
}

.ld-tm-service--reveal-up .ld-tm-service__panel {
    transform: translateY(108%);
}

.ld-tm-service--reveal-down .ld-tm-service__panel {
    transform: translateY(-108%);
}

.ld-tm-service--reveal-left .ld-tm-service__panel {
    transform: translateX(-108%);
}

.ld-tm-service--reveal-right .ld-tm-service__panel {
    transform: translateX(108%);
}

.ld-tm-service--photo:hover .ld-tm-service__panel,
.ld-tm-service--photo:focus-visible .ld-tm-service__panel,
.ld-tm-service--photo:focus-within .ld-tm-service__panel {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}

.ld-tm-service--photo:hover .ld-tm-service__content,
.ld-tm-service--photo:focus-visible .ld-tm-service__content,
.ld-tm-service--photo:focus-within .ld-tm-service__content {
    opacity: 0;
}

.ld-tm-service__panel-inner {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
    max-height: 100%;
    overflow: auto;
    text-align: right;
}

.ld-tm-service__panel-title {
    font-size: 1.45rem;
    font-weight: 500;
    line-height: 1.3;
}

.ld-tm-service__panel-kicker {
    font-size: 13px;
    color: var(--ld-tm-accent);
}

.ld-tm-service__panel-body {
    font-size: 13px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.92);
}

@media (prefers-reduced-motion: reduce) {
    .ld-tm-service__panel,
    .ld-tm-service__image,
    .ld-tm-service__content {
        transition: none;
    }

    .ld-tm-service--reveal-up .ld-tm-service__panel,
    .ld-tm-service--reveal-down .ld-tm-service__panel,
    .ld-tm-service--reveal-left .ld-tm-service__panel,
    .ld-tm-service--reveal-right .ld-tm-service__panel {
        transform: none;
    }
}

/* Testimonials */
.ld-tm-review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.ld-tm-review {
    border: 1px solid var(--ld-tm-border);
    border-radius: var(--ld-tm-radius);
    padding: 24px 20px;
    background: var(--ld-tm-white);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ld-tm-review__text {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: var(--ld-tm-text);
}

.ld-tm-review__meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ld-tm-review__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--ld-tm-soft);
    color: var(--ld-tm-brand);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    overflow: hidden;
    flex-shrink: 0;
}

.ld-tm-review__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ld-tm-review__name {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--ld-tm-primary);
}

.ld-tm-review__rating {
    margin: 4px 0 0;
    font-size: 13px;
    color: var(--ld-tm-brand);
}

/* Distinct memorial sliders */
.ld-tm-slider {
    outline: none;
}

.ld-tm-slider__viewport {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
}

.ld-tm-slider__viewport--overlay {
    display: block;
    position: relative;
}

.ld-tm-slider__nav {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ld-tm-brand);
    background: var(--ld-tm-white);
    border: 1px solid var(--ld-tm-border);
    cursor: pointer;
    transition: background var(--ld-tm-transition), color var(--ld-tm-transition), box-shadow var(--ld-tm-transition), border-color var(--ld-tm-transition);
}

.ld-tm-slider__nav:focus-visible,
.ld-tm-slider__toggle:focus-visible,
.ld-tm-slider__dot:focus-visible,
.ld-tm-rail__track:focus-visible {
    outline: 2px solid var(--ld-tm-brand);
    outline-offset: 2px;
}

.ld-tm-slider.is-static .ld-tm-slider__nav:not(.ld-tm-slider__nav--head) {
    visibility: hidden;
    pointer-events: none;
}

.ld-tm-slider.is-static .ld-tm-slider__head-actions .ld-tm-slider__controls {
    display: none;
}

.ld-tm-slider.is-static .ld-tm-slider__footer {
    display: none;
}

.ld-tm-slider__nav--outline:hover {
    background: var(--ld-tm-light);
    border-color: var(--ld-tm-brand);
}

.ld-tm-slider__nav--ivory {
    background: rgba(255, 255, 255, 0.94);
    color: var(--ld-tm-brand-dark);
    border: 0;
    box-shadow: 0 8px 24px rgba(20, 42, 31, 0.12);
}

.ld-tm-slider__nav--on-dark {
    background: transparent;
    color: #f7f4ea;
    border-color: rgba(247, 244, 234, 0.35);
}

.ld-tm-slider__nav--on-dark:hover {
    background: rgba(247, 244, 234, 0.12);
    border-color: var(--ld-tm-gold);
    color: var(--ld-tm-gold);
}

.ld-tm-slider__viewport--overlay .ld-tm-slider__nav {
    position: absolute;
    top: 28%;
    z-index: 2;
    transform: translateY(-50%);
}

.ld-tm-slider__viewport--overlay [data-rail-prev] {
    right: 12px;
}

.ld-tm-slider__viewport--overlay [data-rail-next] {
    left: 12px;
}

.ld-tm-slider__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 0;
}

.ld-tm-slider__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: var(--ld-tm-border);
    cursor: pointer;
    min-width: 8px;
    min-height: 8px;
    transition: width var(--ld-tm-transition), background var(--ld-tm-transition);
}

.ld-tm-slider__dot.is-active {
    width: 22px;
    background: var(--ld-tm-brand);
}

.ld-tm-slider__toggle {
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid var(--ld-tm-border);
    border-radius: 999px;
    background: var(--ld-tm-white);
    color: var(--ld-tm-brand-dark);
    font-size: 13px;
    font-family: inherit;
    cursor: pointer;
}

.ld-tm-slider__toggle[aria-pressed="true"] {
    background: var(--ld-tm-brand);
    color: var(--ld-tm-white);
    border-color: var(--ld-tm-brand);
}

.ld-tm-slider__progress {
    height: 2px;
    margin-top: 18px;
    background: var(--ld-tm-border);
    border-radius: 999px;
    overflow: hidden;
}

.ld-tm-slider__progress span {
    display: block;
    width: 0;
    height: 100%;
    background: var(--ld-tm-gold);
    transition: width var(--ld-tm-duration) var(--ld-tm-ease);
}

.ld-tm-slider--chips .ld-tm-rail__item {
    flex: 0 0 calc((100% - 64px) / 4.35);
    min-width: 188px;
}

.ld-tm-slider--chips .ld-tm-cat {
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(39, 39, 42, 0.06);
}

.ld-tm-slider--chips .ld-tm-cat::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--ld-tm-gold), var(--ld-tm-brand));
    transform: scaleX(0);
    transform-origin: right;
    transition: transform var(--ld-tm-duration) var(--ld-tm-ease);
}

@media (hover: hover) {
    .ld-tm-slider--chips .ld-tm-cat:hover {
        background: var(--ld-tm-white);
        box-shadow: 0 20px 60px rgba(89, 112, 91, 0.08);
        transform: translateY(-4px);
    }

    .ld-tm-slider--chips .ld-tm-cat:hover::before,
    .ld-tm-slider--chips .ld-tm-cat:focus-visible::before {
        transform: scaleX(1);
    }
}

.ld-tm-slider--chips .ld-tm-cat:focus-visible::before {
    transform: scaleX(1);
}

.ld-tm-slider--estate {
    padding: 28px 24px 32px;
    border-radius: 8px;
    background:
        linear-gradient(180deg, var(--ld-tm-ivory) 0%, #ffffff 48%, var(--ld-tm-ivory-deep) 100%);
    border: 1px solid #e3dcc9;
}

.ld-tm-slider--estate .ld-tm-rail__track {
    gap: 20px;
    padding-block: 4px 8px;
    scroll-snap-type: x mandatory;
}

.ld-tm-slider--estate .ld-tm-rail__item {
    flex: 0 0 min(420px, 78%);
    min-width: 280px;
    scroll-snap-align: start;
    opacity: 0.55;
    transform: scale(0.975);
    transition:
        opacity var(--ld-tm-duration) var(--ld-tm-ease),
        transform var(--ld-tm-duration) var(--ld-tm-ease);
}

.ld-tm-slider--estate .ld-tm-rail__item.is-active {
    opacity: 1;
    transform: scale(1);
}

.ld-tm-slider--estate .ld-tm-rail__item.is-active .ld-tm-card--listing {
    border-color: var(--ld-tm-gold);
    box-shadow: var(--ld-tm-shadow-soft);
}

.ld-tm-slider--estate.is-static .ld-tm-rail__item {
    flex: 0 0 min(560px, 100%);
    max-width: 560px;
    opacity: 1;
    transform: none;
}

.ld-tm-slider--estate.is-static .ld-tm-rail__track {
    justify-content: flex-start;
}

.ld-tm-slider--estate .ld-tm-card--listing .ld-tm-card__media {
    aspect-ratio: 16 / 10;
}

.ld-tm-slider--boutique {
    background:
        radial-gradient(circle at top left, rgba(194, 168, 120, 0.18), transparent 42%),
        linear-gradient(160deg, #1f3d2e 0%, #142a1f 70%);
    color: #f7f4ea;
    padding: 32px 26px 36px;
    border-radius: 8px;
}

.ld-tm-slider--boutique .ld-tm-section__title,
.ld-tm-slider--boutique .ld-tm-section__link,
.ld-tm-slider--boutique .ld-tm-section__count {
    color: #f7f4ea;
}

.ld-tm-slider--boutique .ld-tm-section__count {
    opacity: 0.78;
}

.ld-tm-slider--boutique .ld-tm-overline {
    color: var(--ld-tm-gold);
}

.ld-tm-slider--boutique .ld-tm-empty {
    color: rgba(247, 244, 234, 0.78);
}

.ld-tm-slider--boutique .ld-tm-slider__nav--head,
.ld-tm-slider--boutique .ld-tm-slider__pause {
    border-color: rgba(247, 244, 234, 0.28);
    background: rgba(255, 255, 255, 0.04);
    color: #f7f4ea;
}

.ld-tm-slider--boutique .ld-tm-slider__nav--head:hover:not(:disabled),
.ld-tm-slider--boutique .ld-tm-slider__pause:hover,
.ld-tm-slider--boutique .ld-tm-slider__pause[aria-pressed="true"] {
    border-color: var(--ld-tm-gold);
    background: rgba(194, 168, 120, 0.16);
    color: #fff;
}

.ld-tm-slider--boutique .ld-tm-rail__track {
    gap: 18px;
    padding-block: 6px 10px;
}

.ld-tm-slider--boutique .ld-tm-rail__item {
    flex: 0 0 calc((100% - 36px) / 3);
    min-width: 240px;
}

.ld-tm-slider--boutique .ld-tm-card--listing {
    border-color: transparent;
    background: #ffffff;
    border-radius: 4px;
}

.ld-tm-slider--boutique.is-static .ld-tm-rail__item {
    flex-basis: min(340px, 100%);
    max-width: 340px;
}

@media (hover: hover) {
    .ld-tm-slider--boutique .ld-tm-card--listing:hover {
        background: #ffffff;
        transform: translateY(-8px);
        box-shadow: var(--ld-tm-shadow-float);
        border-color: transparent;
    }
}

.ld-tm-slider--boutique .ld-tm-slider__progress {
    background: rgba(247, 244, 234, 0.16);
}

.ld-tm-slider--boutique .ld-tm-slider__dot {
    background: rgba(247, 244, 234, 0.35);
}

.ld-tm-slider--boutique .ld-tm-slider__dot.is-active {
    background: var(--ld-tm-gold);
}

/* ------------------------------------------------------------------
   memoir — اسلایدر «سنگ قبرهای مادر»
   منبع: کارت سفید گرد، عکس بالا، عنوان، زیرعنوان، قیمت و دکمه دایره‌ای.
   فقط توکن‌های موجود صفحه — بدون رنگ اضافه.
   ------------------------------------------------------------------ */
.ld-tm-slider--memoir {
    padding: 0;
    border: 0;
    background: transparent;
}

.ld-tm-slider--memoir .ld-tm-section__link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: var(--ld-tm-brand);
    text-decoration: none;
}

.ld-tm-slider--memoir .ld-tm-section__link:hover,
.ld-tm-slider--memoir .ld-tm-section__link:focus-visible {
    color: var(--ld-tm-brand-dark);
}

.ld-tm-slider--memoir .ld-tm-rail__track {
    gap: 16px;
    padding-block: 4px 8px;
    scroll-snap-type: x mandatory;
}

.ld-tm-slider--memoir .ld-tm-rail__item {
    flex: 0 0 calc((100% - 48px) / 4);
    min-width: 200px;
    max-width: 280px;
    scroll-snap-align: start;
}

.ld-tm-slider--memoir.is-static .ld-tm-rail__item {
    flex: 0 0 min(280px, 100%);
    max-width: 280px;
}

.ld-tm-slider--memoir .ld-tm-slider__footer {
    display: none;
}

.ld-tm-memoir {
    height: 100%;
    background: var(--ld-tm-white);
    border: 1px solid var(--ld-tm-border);
    border-radius: var(--ld-tm-radius);
    overflow: hidden;
    box-shadow: var(--ld-tm-shadow);
    transition: box-shadow var(--ld-tm-transition), border-color var(--ld-tm-transition);
}

.ld-tm-memoir__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
    outline: none;
}

.ld-tm-memoir__link:focus-visible {
    outline: 2px solid var(--ld-tm-brand);
    outline-offset: 2px;
}

.ld-tm-memoir__media {
    display: block;
    aspect-ratio: 4 / 3;
    background: var(--ld-tm-ivory);
    overflow: hidden;
}

.ld-tm-memoir__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform var(--ld-tm-duration) var(--ld-tm-ease);
}

.ld-tm-memoir__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ld-tm-brand);
    opacity: 0.45;
    background: var(--ld-tm-ivory-deep);
}

.ld-tm-memoir__body {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 16px 16px 18px;
    text-align: start;
    flex: 1;
}

.ld-tm-memoir__title {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.55;
    color: var(--ld-tm-ink);
}

.ld-tm-memoir__subtitle {
    font-size: 13px;
    color: var(--ld-tm-text);
}

.ld-tm-memoir__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 10px;
}

.ld-tm-memoir__price {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.ld-tm-memoir__price-old {
    font-size: 12px;
    color: var(--ld-tm-text);
    text-decoration: line-through;
    opacity: 0.7;
}

.ld-tm-memoir__price-now {
    font-size: 15px;
    font-weight: 700;
    color: var(--ld-tm-ink);
    font-variant-numeric: tabular-nums;
}

.ld-tm-memoir__inquiry.price-inquiry,
.ld-tm-memoir .price-inquiry {
    border: 0;
    background: transparent;
    color: var(--ld-tm-brand);
    padding: 0;
}

.ld-tm-memoir__go {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ld-tm-brand);
    border-radius: 999px;
    color: var(--ld-tm-brand);
    background: var(--ld-tm-white);
    transition: background var(--ld-tm-transition), color var(--ld-tm-transition);
}

@media (hover: hover) {
    .ld-tm-memoir:hover {
        box-shadow: var(--ld-tm-shadow-soft);
        border-color: var(--ld-tm-soft);
    }

    .ld-tm-memoir:hover .ld-tm-memoir__media img {
        transform: scale(1.03);
    }

    .ld-tm-memoir:hover .ld-tm-memoir__go {
        background: var(--ld-tm-brand);
        color: var(--ld-tm-white);
    }
}

@media (prefers-reduced-motion: reduce) {
    .ld-tm-memoir,
    .ld-tm-memoir__media img,
    .ld-tm-memoir__go {
        transition: none;
    }

    .ld-tm-memoir:hover .ld-tm-memoir__media img {
        transform: none;
    }
}

.ld-tm-slider--catalog .ld-tm-rail__item,
.ld-tm-slider--designs .ld-tm-rail__item {
    flex: 0 0 calc((100% - 48px) / 4);
    min-width: 200px;
}

.ld-tm-slider--designs .ld-tm-rail__track {
    padding-inline: 2px;
}

.ld-tm-slider--designs.is-static .ld-tm-rail__item {
    flex-basis: calc((100% - 48px) / 4);
}

.ld-tm-slider--quotes .ld-tm-rail__track {
    align-items: stretch;
    padding-block: 4px 8px;
}

.ld-tm-slider--quotes .ld-tm-rail__item {
    flex: 0 0 calc((100% - 32px) / 3);
    min-width: 0;
    opacity: 1;
}

.ld-tm-slider--quotes .ld-tm-review {
    max-width: none;
    margin-inline: 0;
    height: 100%;
    padding: 28px 24px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.04);
}

.ld-tm-slider--quotes.is-static .ld-tm-rail__item {
    flex: 1 1 0;
}

.ld-tm-review__mark {
    margin: 0 0 8px;
    font-size: 3rem;
    line-height: 0.8;
    color: var(--ld-tm-gold);
    font-weight: 400;
}

.ld-tm-slider--quotes .ld-tm-slider__controls {
    margin-top: 18px;
}

.ld-tm-slider--quotes .ld-tm-slider__dots {
    margin-top: 0;
}

/* CTA */
.ld-tm-cta__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 28px;
    border: 1px solid var(--ld-tm-border);
    border-radius: var(--ld-tm-radius-lg);
    background: var(--ld-tm-soft);
}

.ld-tm-cta__title {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 500;
    color: var(--ld-tm-title);
}

.ld-tm-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-shrink: 0;
}

/* Footer */
.ld-tm-footer {
    margin-top: 3rem;
    background: #f7f7f4;
    border-top: 1px solid var(--ld-tm-border);
    color: var(--ld-tm-text);
}

.ld-tm-footer__grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1.1fr;
    gap: 28px;
    padding: 2.5rem 0 1.5rem;
}

.ld-tm-footer__title {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 700;
    color: var(--ld-tm-title);
}

.ld-tm-footer__item,
.ld-tm-footer__list a {
    font-size: 14px;
    line-height: 1.8;
    color: var(--ld-tm-text);
}

.ld-tm-footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ld-tm-footer__list--dense {
    column-count: 1;
}

.ld-tm-footer__item a,
.ld-tm-footer__list a:hover {
    color: var(--ld-tm-brand);
}

.ld-tm-footer__badges {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.ld-tm-footer__badges span {
    font-size: 11px;
    border: 1px solid var(--ld-tm-border);
    border-radius: 8px;
    padding: 6px 8px;
    background: var(--ld-tm-white);
}

.ld-tm-footer__map {
    border-radius: var(--ld-tm-radius);
    overflow: hidden;
    border: 1px solid var(--ld-tm-border);
    min-height: 160px;
}

.ld-tm-footer__map iframe {
    width: 100%;
    height: 160px;
    border: 0;
}

.ld-tm-footer__bottom {
    border-top: 1px solid var(--ld-tm-border);
    padding: 1rem 0 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #666;
}

.ld-tm-footer__social {
    display: flex;
    gap: 12px;
}

.ld-tm-footer__social a {
    color: var(--ld-tm-brand);
}

/* Popup */
body.ld-tm-popup-open {
    overflow: hidden;
}

.ld-tm-popup {
    position: fixed;
    inset: 0;
    z-index: 80;
}

.ld-tm-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.ld-tm-popup__panel {
    position: relative;
    z-index: 1;
    width: min(440px, calc(100% - 32px));
    margin: 8vh auto 0;
    background: var(--ld-tm-white);
    border-radius: var(--ld-tm-radius);
    border: 1px solid var(--ld-tm-border);
    padding: 28px 24px 24px;
    box-shadow: var(--ld-tm-shadow);
}

.ld-tm-popup__close {
    position: absolute;
    top: 12px;
    left: 12px;
    color: #666;
}

.ld-tm-popup__title {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 500;
    color: var(--ld-tm-title);
    padding-left: 28px;
}

.ld-tm-popup__benefits {
    margin: 0 0 16px;
    padding-right: 1.1rem;
    font-size: 14px;
    line-height: 1.8;
}

.ld-tm-popup__form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ld-tm-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 14px;
}

.ld-tm-field input {
    border: 1px solid var(--ld-tm-border);
    border-radius: 3px;
    padding: 10px 12px;
    font-size: 16px;
    color: var(--ld-tm-primary);
    background: var(--ld-tm-white);
}

.ld-tm-check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.ld-tm-popup__hint,
.ld-tm-popup__success {
    font-size: 13px;
    color: #666;
    margin: 8px 0 0;
}

.ld-tm-popup__error {
    font-size: 13px;
    color: #b42318;
    margin: 0 0 4px;
    padding: 8px 10px;
    border-radius: 8px;
    background: #fef3f2;
    border: 1px solid #fecdca;
}

.ld-tm-popup__hint a {
    color: var(--ld-tm-brand);
}

@media (max-width: 1024px) {
    .ld-tm-product-grid,
    .ld-tm-icon-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ld-tm-footer__grid,
    .ld-tm-promo-grid,
    .ld-tm-review-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ld-tm-rail__item {
        flex-basis: calc((100% - 16px) / 2);
    }

    .ld-tm-rail--cats .ld-tm-rail__item {
        flex-basis: calc((100% - 16px) / 2);
        min-width: 180px;
    }

    .ld-tm-slider--chips .ld-tm-rail__item {
        flex-basis: calc((100% - 24px) / 2.35);
        min-width: 170px;
    }

    .ld-tm-slider--estate .ld-tm-rail__item {
        flex-basis: min(380px, 82%);
        min-width: 250px;
    }

    .ld-tm-slider--estate.is-static .ld-tm-rail__item {
        flex-basis: min(480px, 100%);
    }

    .ld-tm-slider--memoir .ld-tm-rail__item {
        flex-basis: calc((100% - 16px) / 2);
        min-width: 200px;
        max-width: none;
    }

    .ld-tm-slider--memoir.is-static .ld-tm-rail__item {
        flex-basis: calc((100% - 16px) / 2);
        max-width: none;
    }

    .ld-tm-slider--boutique .ld-tm-rail__item,
    .ld-tm-slider--catalog .ld-tm-rail__item,
    .ld-tm-slider--designs .ld-tm-rail__item,
    .ld-tm-slider--designs.is-static .ld-tm-rail__item {
        flex-basis: calc((100% - 16px) / 2);
        min-width: 210px;
        max-width: none;
    }

    .ld-tm-slider--quotes .ld-tm-rail__item {
        flex-basis: calc((100% - 16px) / 2);
        min-width: 240px;
    }

    .ld-tm-section__head--rail {
        align-items: stretch;
        flex-direction: column;
    }

    .ld-tm-slider__head-actions {
        justify-content: space-between;
    }

    .ld-tm-nav,
    .ld-tm-header__phone--mobile,
    .ld-tm-brand__tag {
        display: none;
    }

    .ld-tm-header__menu {
        display: inline-flex;
    }
}

@media (max-width: 640px) {
    .ld-tm-section__title {
        font-size: 1.6rem;
    }

    .ld-tm-hero__title {
        font-size: 24px;
    }

    .ld-tm-product-grid,
    .ld-tm-promo-grid,
    .ld-tm-service-grid,
    .ld-tm-review-grid,
    .ld-tm-footer__grid {
        grid-template-columns: 1fr;
    }

    .ld-tm-icon-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .ld-tm-icon-box {
        padding: 14px 10px 16px;
        gap: 8px;
    }

    .ld-tm-icon-box__icon svg {
        width: 1.75rem;
        height: 1.75rem;
    }

    .ld-tm-icon-box h3 {
        font-size: 13px;
    }

    .ld-tm-faq__question,
    .ld-tm-faq__answer {
        padding-inline: 14px;
    }

    .ld-tm-faq__question {
        font-size: 14px;
        padding-block: 14px;
    }

    .ld-tm-service--photo {
        min-height: 320px;
    }

    .ld-tm-cta__box,
    .ld-tm-section__head,
    .ld-tm-footer__bottom {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .ld-tm-rail:not(.ld-tm-rail--keep-nav) {
        grid-template-columns: 1fr;
    }

    .ld-tm-rail:not(.ld-tm-rail--keep-nav) .ld-tm-rail__nav {
        display: none;
    }

    .ld-tm-rail--keep-nav {
        grid-template-columns: auto 1fr auto;
        gap: 4px;
    }

    .ld-tm-rail--keep-nav .ld-tm-rail__nav {
        display: inline-flex;
        width: 32px;
        height: 32px;
    }

    .ld-tm-rail__item {
        flex-basis: 80%;
    }

    .ld-tm-rail--cats .ld-tm-rail__item {
        flex-basis: 72%;
        min-width: 160px;
    }

    .ld-tm-slider__head-actions {
        justify-content: center;
    }

    .ld-tm-slider--estate .ld-tm-rail__item,
    .ld-tm-slider--boutique .ld-tm-rail__item,
    .ld-tm-slider--catalog .ld-tm-rail__item,
    .ld-tm-slider--designs .ld-tm-rail__item,
    .ld-tm-slider--designs.is-static .ld-tm-rail__item {
        flex-basis: 78%;
        min-width: 240px;
        max-width: none;
    }

    .ld-tm-slider--estate {
        padding: 20px 14px 24px;
    }

    .ld-tm-slider--estate.is-static .ld-tm-rail__item {
        flex-basis: 100%;
        max-width: none;
    }

    .ld-tm-slider--memoir .ld-tm-rail__item,
    .ld-tm-slider--memoir.is-static .ld-tm-rail__item {
        flex-basis: 78%;
        min-width: 220px;
        max-width: none;
    }

    .ld-tm-memoir__body {
        padding: 14px 14px 16px;
    }

    .ld-tm-card__meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .ld-tm-section__head--rail {
        text-align: right;
    }

    .ld-tm-section__head--rail .ld-tm-overline,
    .ld-tm-section__head--rail .ld-tm-section__title,
    .ld-tm-section__head--rail .ld-tm-section__count {
        text-align: right;
    }

    .ld-tm-slider--chips .ld-tm-rail__item {
        flex-basis: 68%;
        min-width: 160px;
    }

    .ld-tm-slider--quotes .ld-tm-rail__item {
        flex-basis: 86%;
        min-width: 260px;
    }

    .ld-tm-slider--quotes .ld-tm-review {
        padding: 24px 20px;
    }

    .ld-tm-slider__viewport--overlay [data-rail-prev] {
        right: 4px;
    }

    .ld-tm-slider__viewport--overlay [data-rail-next] {
        left: 4px;
    }

    .ld-tm-slider--boutique {
        padding: 22px 12px 26px;
    }

    .ld-tm-slider--estate .ld-tm-slider__nav--ivory,
    .ld-tm-slider--quotes .ld-tm-slider__nav {
        width: 44px;
        height: 44px;
    }
}

@media (min-width: 768px) {
    .ld-tm-slider--estate .ld-tm-slider__nav--ivory {
        width: 56px;
        height: 56px;
    }
}

/* ── Section entrance (landing engine IntersectionObserver → .is-visible) ── */
.landing-design--tombstone_memorial [data-ld-section] {
    --ld-tm-enter-x: 0;
    --ld-tm-enter-y: 2.5rem;
    opacity: 0;
    transform: translate3d(var(--ld-tm-enter-x), var(--ld-tm-enter-y), 0);
    transition:
        opacity var(--ld-tm-duration-cross) var(--ld-tm-ease),
        transform var(--ld-tm-duration-cross) var(--ld-tm-ease);
    transition-delay: var(--ld-reveal-delay, 0s);
}

.landing-design--tombstone_memorial [data-ld-section][data-ld-enter="left"] {
    --ld-tm-enter-x: -3rem;
    --ld-tm-enter-y: 0;
}

.landing-design--tombstone_memorial [data-ld-section][data-ld-enter="right"] {
    --ld-tm-enter-x: 3rem;
    --ld-tm-enter-y: 0;
}

.landing-design--tombstone_memorial [data-ld-section][data-ld-enter="up"] {
    --ld-tm-enter-x: 0;
    --ld-tm-enter-y: 2.75rem;
}

.landing-design--tombstone_memorial [data-ld-section][data-ld-enter="fade"],
.landing-design--tombstone_memorial [data-ld-section][data-ld-enter="stagger"] {
    --ld-tm-enter-x: 0;
    --ld-tm-enter-y: 0;
}

.landing-design--tombstone_memorial [data-ld-section][data-ld-enter="stagger"] {
    transition: none;
}

.landing-design--tombstone_memorial [data-ld-section].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.landing-design--tombstone_memorial [data-ld-section-key="hero"] {
    opacity: 1;
    transform: none;
}

.landing-design--tombstone_memorial .ld-tm-hero__copy,
.landing-design--tombstone_memorial .ld-tm-hero__media {
    --ld-tm-hero-enter-x: 0;
    --ld-tm-hero-enter-y: 0;
    opacity: 0;
    transform: translate3d(var(--ld-tm-hero-enter-x), var(--ld-tm-hero-enter-y), 0);
    transition:
        opacity var(--ld-tm-duration-cross) var(--ld-tm-ease),
        transform var(--ld-tm-duration-cross) var(--ld-tm-ease);
}

.landing-design--tombstone_memorial .ld-tm-hero__copy {
    --ld-tm-hero-enter-x: 2.75rem;
}

.landing-design--tombstone_memorial .ld-tm-hero__media {
    --ld-tm-hero-enter-x: -2.75rem;
    transition-delay: 0.1s;
}

.landing-design--tombstone_memorial .ld-tm-hero.is-visible .ld-tm-hero__copy,
.landing-design--tombstone_memorial .ld-tm-hero.is-visible .ld-tm-hero__media {
    opacity: 1;
    transform: none;
}

.landing-design--tombstone_memorial [data-ld-enter="stagger"] > .ld-tm-container > .ld-tm-category-rail {
    --ld-tm-enter-x: 0;
    --ld-tm-enter-y: 2.5rem;
    opacity: 0;
    transform: translate3d(var(--ld-tm-enter-x), var(--ld-tm-enter-y), 0);
    transition:
        opacity var(--ld-tm-duration-cross) var(--ld-tm-ease),
        transform var(--ld-tm-duration-cross) var(--ld-tm-ease);
}

.landing-design--tombstone_memorial [data-ld-enter="stagger"] > .ld-tm-container > .ld-tm-category-rail[data-ld-enter="left"] {
    --ld-tm-enter-x: -3rem;
    --ld-tm-enter-y: 0;
}

.landing-design--tombstone_memorial [data-ld-enter="stagger"] > .ld-tm-container > .ld-tm-category-rail[data-ld-enter="right"] {
    --ld-tm-enter-x: 3rem;
    --ld-tm-enter-y: 0;
}

.landing-design--tombstone_memorial [data-ld-enter="stagger"] > .ld-tm-container > .ld-tm-category-rail[data-ld-enter="up"] {
    --ld-tm-enter-x: 0;
    --ld-tm-enter-y: 2.75rem;
}

.landing-design--tombstone_memorial [data-ld-enter="stagger"].is-visible > .ld-tm-container > .ld-tm-category-rail {
    opacity: 1;
    transform: none;
}

.landing-design--tombstone_memorial [data-ld-enter="stagger"].is-visible > .ld-tm-container > .ld-tm-category-rail:nth-child(2) {
    transition-delay: 0.12s;
}

.landing-design--tombstone_memorial [data-ld-enter="stagger"].is-visible > .ld-tm-container > .ld-tm-category-rail:nth-child(3) {
    transition-delay: 0.2s;
}

@media (max-width: 900px) {
    .landing-design--tombstone_memorial .ld-tm-hero__copy {
        --ld-tm-hero-enter-x: 0;
        --ld-tm-hero-enter-y: 1.75rem;
    }

    .landing-design--tombstone_memorial .ld-tm-hero__media {
        --ld-tm-hero-enter-x: 0;
        --ld-tm-hero-enter-y: -1.5rem;
        transition-delay: 0s;
    }

    .landing-design--tombstone_memorial .ld-tm-hero.is-visible .ld-tm-hero__copy {
        transition-delay: 0.08s;
    }
}

@media (prefers-reduced-motion: reduce) {
    .landing-design--tombstone_memorial *,
    body.landing-design-home-tombstone_memorial * {
        transition: none !important;
        animation: none !important;
        scroll-behavior: auto !important;
    }

    .landing-design--tombstone_memorial [data-ld-section],
    .landing-design--tombstone_memorial .ld-tm-hero__copy,
    .landing-design--tombstone_memorial .ld-tm-hero__media,
    .landing-design--tombstone_memorial [data-ld-enter="stagger"] > .ld-tm-container > .ld-tm-category-rail {
        opacity: 1 !important;
        transform: none !important;
    }
}
