/* Dani Transfer – About Home v1.0.4
 * Refined story card with softer glass-like styling, lighter copy and rounded corners.
 * Typography is inherited from the active theme.
 */
.dtah-about,
.dtah-about * {
    box-sizing: border-box;
}

.dtah-about {
    --dtah-bg: #171717;
    --dtah-surface: #1c1c1c;
    --dtah-surface-soft: #1a1a19;
    --dtah-text: #f3f0e9;
    --dtah-muted: #c4beb4;
    --dtah-gold: #9e7f49;
    --dtah-line: rgba(255, 255, 255, 0.11);
    --dtah-line-strong: rgba(158, 127, 73, 0.42);
    position: relative;
    width: 100%;
    overflow: hidden;
    background:
        radial-gradient(circle at 76% 15%, rgba(158, 127, 73, 0.07), transparent 31rem),
        var(--dtah-bg);
    color: var(--dtah-text);
}

.dtah-about::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(158, 127, 73, 0.55), transparent);
    pointer-events: none;
}

.dtah-about__inner {
    width: min(calc(100% - 52px), 1320px);
    margin-inline: auto;
    padding: clamp(44px, 3.8vw, 58px) 0 clamp(38px, 3.4vw, 50px);
}

.dtah-about__main {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: clamp(58px, 5.5vw, 86px);
    align-items: stretch;
}

.dtah-about__lead {
    min-width: 0;
    align-self: center;
}

.dtah-about__eyebrow {
    margin: 0 0 17px;
    color: var(--dtah-gold);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

/* Main heading intentionally rendered as H3 in the shortcode. */
.dtah-about__title {
    margin: 0;
    max-width: 500px;
    color: #fff;
    font-size: clamp(29px, 2.45vw, 39px);
    line-height: 1.09;
    letter-spacing: -0.025em;
    font-weight: 650;
}

.dtah-about__intro {
    margin: 22px 0 0;
    max-width: 560px;
    color: #d5d0c7;
    font-size: clamp(16px, 1.12vw, 18px);
    line-height: 1.72;
}

.dtah-person {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 27px;
    vertical-align: middle;
}

.dtah-person__media {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--dtah-line-strong);
    border-radius: 50%;
    background: #24211c;
    color: #d7bd8d;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.dtah-person__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.dtah-person__content {
    display: grid;
    gap: 2px;
}

.dtah-person__content strong {
    color: #fff;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 600;
}

.dtah-person__content span {
    color: #9f9a92;
    font-size: 14.5px;
    line-height: 1.45;
}

.dtah-about__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 27px 0 0 18px;
    color: #d7bd8d;
    text-decoration: none !important;
    font-size: 15.5px;
    line-height: 1;
    font-weight: 600;
    vertical-align: middle;
    transition: color 180ms ease, gap 180ms ease;
}

.dtah-about__link svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dtah-about__link:hover,
.dtah-about__link:focus-visible {
    color: #fff;
    gap: 14px;
}

/* Right-side story is now a single, intentional content panel instead of two text columns. */
.dtah-about__story {
    position: relative;
    min-width: 0;
    padding: clamp(30px, 3vw, 40px) clamp(30px, 3.4vw, 44px);
    border: 1px solid rgba(199, 165, 96, 0.16);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.034), rgba(255,255,255,0.015)),
        linear-gradient(135deg, rgba(199,165,96,0.052), rgba(255,255,255,0.012));
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.045),
        0 14px 34px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(16px) saturate(118%);
    -webkit-backdrop-filter: blur(16px) saturate(118%);
    overflow: hidden;
}

.dtah-about__story::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(145deg, rgba(255,255,255,0.028), transparent 42%);
    pointer-events: none;
}

.dtah-about__story::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-image:
        linear-gradient(180deg, rgba(18,18,18,0.46) 0%, rgba(18,18,18,0.62) 45%, rgba(18,18,18,0.74) 100%),
        linear-gradient(90deg, rgba(18,18,18,0.56) 0%, rgba(18,18,18,0.28) 42%, rgba(18,18,18,0.52) 100%),
        url("../images/fleet-parking-real.png");
    background-repeat: no-repeat;
    background-position: center, center, 56% bottom;
    background-size: cover, cover, cover;
    opacity: 0.11;
    pointer-events: none;
    filter: saturate(0.56) contrast(0.86) brightness(0.78) blur(0.8px);
    transform: scale(1.02);
}


.dtah-about__story-line {
    position: relative;
    z-index: 1;
    width: 58px;
    height: 2px;
    margin: 0 0 22px;
    background: linear-gradient(90deg, rgba(215, 189, 141, 0.9), rgba(158, 127, 73, 0.92));
    border-radius: 999px;
}

.dtah-about__story > h3 {
    margin: 0;
    max-width: 610px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: clamp(25px, 2vw, 32px);
    line-height: 1.16;
    letter-spacing: -0.022em;
    font-weight: 600;
}

.dtah-about__story-copy {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 23px;
}

.dtah-about__story-copy p {
    margin: 0;
    max-width: 640px;
    color: #e7e2d8;
    font-size: clamp(16.5px, 1.08vw, 18px);
    line-height: 1.72;
}

.dtah-about__story-copy p + p {
    margin-top: 17px;
    padding-top: 17px;
    border-top: 1px solid rgba(255,255,255,0.07);
}

.dtah-about__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: clamp(34px, 3vw, 44px);
    border-top: 1px solid var(--dtah-line);
    border-bottom: 1px solid var(--dtah-line);
}

.dtah-feature {
    min-width: 0;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 17px;
    padding: 27px 30px 28px 0;
}

.dtah-feature + .dtah-feature {
    border-left: 1px solid var(--dtah-line);
    padding-left: 30px;
}

.dtah-feature__icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid var(--dtah-line-strong);
    border-radius: 50%;
    color: #ddb878;
    background: rgba(158, 127, 73, 0.08);
}

.dtah-feature__icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.dtah-feature:nth-child(2) .dtah-feature__icon {
    width: 46px;
    height: 46px;
}

.dtah-feature:nth-child(2) .dtah-feature__icon .dtah-icon-van {
    width: 30px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.6;
}

.dtah-feature h3 {
    margin: 1px 0 8px;
    color: #f7f5f1;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 600;
}

.dtah-feature p {
    margin: 0;
    color: #b8b2a9;
    font-size: 15px;
    line-height: 1.62;
}

@media (max-width: 980px) {
    .dtah-about__inner {
        width: min(calc(100% - 40px), 940px);
    }

    .dtah-about__main {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .dtah-about__lead,
    .dtah-about__story {
        max-width: 760px;
    }

    .dtah-about__features {
        grid-template-columns: 1fr;
    }

    .dtah-feature {
        padding: 24px 0;
    }

    .dtah-feature + .dtah-feature {
        border-left: 0;
        border-top: 1px solid var(--dtah-line);
        padding-left: 0;
    }
}

@media (max-width: 640px) {
    .dtah-about__story::after {
        background-size: cover, cover, cover;
        background-position: center, center, 58% bottom;
        opacity: 0.08;
    }

    .dtah-about__inner {
        width: min(calc(100% - 30px), 600px);
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .dtah-about__title {
        font-size: clamp(28px, 8.5vw, 34px);
        line-height: 1.08;
    }

    .dtah-about__intro {
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.68;
    }

    .dtah-about__main {
        gap: 34px;
    }

    .dtah-person {
        margin-top: 24px;
    }

    .dtah-about__link {
        display: flex;
        width: max-content;
        margin: 17px 0 0 66px;
    }

    .dtah-about__story {
        padding: 26px 22px 27px;
    }

    .dtah-about__story-line {
        margin-bottom: 18px;
    }

    .dtah-about__story > h3 {
        font-size: 25px;
    }

    .dtah-about__story-copy {
        margin-top: 19px;
    }

    .dtah-about__story-copy p {
        font-size: 15px;
        line-height: 1.68;
    }

    .dtah-about__story-copy p + p {
        margin-top: 15px;
        padding-top: 15px;
    }

    .dtah-about__features {
        margin-top: 30px;
    }

    .dtah-feature {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 14px;
        padding: 21px 0;
    }

    .dtah-feature__icon {
        width: 38px;
        height: 38px;
    }

    .dtah-feature h3 {
        font-size: 16px;
    }

    .dtah-feature p {
        font-size: 14.5px;
    }
}

/* ---------------------------------------------------------
 * Scroll reveal motion — v1.0.3
 * Inspired by the restrained entrance motion used by the theme,
 * but implemented independently so it remains update-safe.
 * --------------------------------------------------------- */
.dtah-about--motion.dtah-motion-ready .dtah-reveal {
    opacity: 0;
    will-change: opacity, transform;
}

.dtah-about--motion.dtah-motion-ready .dtah-reveal--lead {
    transform: translate3d(-26px, 22px, 0);
}

.dtah-about--motion.dtah-motion-ready .dtah-reveal--story {
    transform: translate3d(34px, 20px, 0) scale(0.992);
}

.dtah-about--motion.dtah-motion-ready .dtah-reveal--feature {
    transform: translate3d(0, 24px, 0);
}

.dtah-about--motion.dtah-motion-ready .dtah-reveal-item {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
    will-change: opacity, transform;
}

.dtah-about--motion.dtah-motion-ready .dtah-about__story-line {
    transform: scaleX(0);
    transform-origin: left center;
    will-change: transform;
}

.dtah-about--motion.dtah-motion-ready.is-visible .dtah-reveal {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    transition:
        opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
}

.dtah-about--motion.dtah-motion-ready.is-visible .dtah-reveal--lead {
    transition-delay: 40ms;
}

.dtah-about--motion.dtah-motion-ready.is-visible .dtah-reveal--story {
    transition-delay: 150ms;
}

.dtah-about--motion.dtah-motion-ready.is-visible .dtah-reveal-item {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition:
        opacity 650ms cubic-bezier(0.22, 1, 0.36, 1),
        transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.dtah-about--motion.dtah-motion-ready.is-visible .dtah-about__lead .dtah-reveal-item:nth-child(1) {
    transition-delay: 90ms;
}

.dtah-about--motion.dtah-motion-ready.is-visible .dtah-about__lead .dtah-reveal-item:nth-child(2) {
    transition-delay: 150ms;
}

.dtah-about--motion.dtah-motion-ready.is-visible .dtah-about__lead .dtah-reveal-item:nth-child(3) {
    transition-delay: 220ms;
}

.dtah-about--motion.dtah-motion-ready.is-visible .dtah-about__lead .dtah-reveal-item:nth-child(4) {
    transition-delay: 290ms;
}

.dtah-about--motion.dtah-motion-ready.is-visible .dtah-about__story-line {
    transform: scaleX(1);
    transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1) 260ms;
}

.dtah-about--motion.dtah-motion-ready.is-visible .dtah-reveal--feature-1 {
    transition-delay: 310ms;
}

.dtah-about--motion.dtah-motion-ready.is-visible .dtah-reveal--feature-2 {
    transition-delay: 390ms;
}

.dtah-about--motion.dtah-motion-ready.is-visible .dtah-reveal--feature-3 {
    transition-delay: 470ms;
}

@media (max-width: 980px) {
    .dtah-about--motion.dtah-motion-ready .dtah-reveal--lead,
    .dtah-about--motion.dtah-motion-ready .dtah-reveal--story,
    .dtah-about--motion.dtah-motion-ready .dtah-reveal--feature {
        transform: translate3d(0, 24px, 0);
    }

    .dtah-about--motion.dtah-motion-ready.is-visible .dtah-reveal--story {
        transition-delay: 130ms;
    }

    .dtah-about--motion.dtah-motion-ready.is-visible .dtah-reveal--feature-1 {
        transition-delay: 210ms;
    }

    .dtah-about--motion.dtah-motion-ready.is-visible .dtah-reveal--feature-2 {
        transition-delay: 275ms;
    }

    .dtah-about--motion.dtah-motion-ready.is-visible .dtah-reveal--feature-3 {
        transition-delay: 340ms;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dtah-about--motion .dtah-reveal,
    .dtah-about--motion .dtah-reveal-item,
    .dtah-about--motion .dtah-about__story-line {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
    }
}
