/* Start custom CSS for html, class: .elementor-element-d4aa350 *//* =====================================================
   DAST E HUSN — CROCHET LANDING PAGE
   Header & Footer NOT INCLUDED
===================================================== */


/* =====================================================
   RESET
===================================================== */

.dh-crochet-page,
.dh-crochet-page * {
    box-sizing: border-box;
}

.dh-crochet-page {
    width: 100%;

    overflow: hidden;

    background: #fffaf5;

    color: #4d3226;

    font-family:
        "Poppins",
        Arial,
        sans-serif;
}

.dh-crochet-page img {
    max-width: 100%;
}

.dh-crochet-page a {
    text-decoration: none;
}


/* =====================================================
   COLORS
===================================================== */

.dh-crochet-page {
    --cream: #fffaf5;
    --cream-dark: #f4e8df;
    --brown: #513327;
    --brown-light: #795848;
    --rose: #c89582;
    --rose-light: #ead5ca;
    --text-light: #8a7164;
    --white: #ffffff;
}


/* =====================================================
   EYEBROW
===================================================== */

.dh-eyebrow {
    display: inline-block;

    color: var(--rose);

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;
}


/* =====================================================
   HERO
===================================================== */

.dh-hero {
    position: relative;

    min-height: 680px;

    max-width: 1280px;

    margin: 0 auto;

    padding: 80px 45px;

    display: grid;

    grid-template-columns: 1fr 0.9fr;

    align-items: center;

    gap: 80px;
}


/* HERO CONTENT */

.dh-hero-content {
    max-width: 590px;
}

.dh-hero-content h1 {
    margin: 18px 0 25px;

    color: var(--brown);

    font-family:
        Georgia,
        "Times New Roman",
        serif;

    font-size: clamp(48px, 5.5vw, 76px);

    font-weight: 400;

    line-height: 1.05;

    letter-spacing: -2px;
}

.dh-hero-content h1 span {
    color: var(--rose);

    font-style: italic;
}

.dh-hero-content > p {
    max-width: 510px;

    margin-bottom: 32px;

    color: var(--text-light);

    font-size: 15px;

    line-height: 1.9;
}


/* HERO BUTTONS */

.dh-hero-buttons {
    display: flex;

    align-items: center;

    gap: 14px;
}


/* PRIMARY BUTTON */

.dh-primary-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    padding: 14px 23px;

    background: var(--brown);

    color: white;

    border-radius: 30px;

    font-size: 12px;

    font-weight: 500;

    transition: 0.3s ease;
}

.dh-primary-btn:hover {
    background: var(--rose);

    transform: translateY(-3px);

    color: white;
}


/* SECONDARY BUTTON */

.dh-secondary-btn {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding: 13px 20px;

    color: var(--brown);

    border: 1px solid #ddc8bc;

    border-radius: 30px;

    font-size: 12px;

    font-weight: 500;

    transition: 0.3s ease;
}

.dh-secondary-btn:hover {
    background: var(--cream-dark);

    border-color: var(--rose);

    transform: translateY(-3px);
}


/* =====================================================
   HERO IMAGE
===================================================== */

.dh-hero-image {
    position: relative;

    max-width: 510px;

    justify-self: end;
}

.dh-image-frame {
    position: relative;

    width: 100%;

    height: 570px;

    padding: 12px;

    background: #ead9ce;

    border-radius: 260px 260px 20px 20px;
}

.dh-image-frame::after {
    content: "";

    position: absolute;

    inset: 25px;

    border: 1px solid rgba(255,255,255,0.6);

    border-radius: 240px 240px 15px 15px;

    pointer-events: none;
}

.dh-image-frame img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    border-radius: 250px 250px 12px 12px;
}


/* FLOATING CARD */

.dh-floating-card {
    position: absolute;

    left: -45px;

    bottom: 45px;

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 15px 20px;

    background: rgba(255,255,255,0.96);

    border-radius: 10px;

    box-shadow:
        0 15px 45px rgba(72, 44, 30, 0.12);
}

.dh-card-icon {
    width: 38px;
    height: 38px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #f2ded5;

    color: var(--rose);

    border-radius: 50%;

    font-size: 14px;
}

.dh-floating-card strong {
    display: block;

    color: var(--brown);

    font-family: Georgia, serif;

    font-size: 14px;

    font-weight: 500;
}

.dh-floating-card small {
    display: block;

    margin-top: 3px;

    color: #9a8276;

    font-size: 9px;

    letter-spacing: 1px;
}


/* =====================================================
   INTRO STRIP
===================================================== */

.dh-intro {
    padding: 27px 25px;

    background: var(--brown);

    text-align: center;
}

.dh-intro span {
    color: #d7b5a5;

    font-size: 9px;

    letter-spacing: 3px;

    font-weight: 600;
}

.dh-intro p {
    margin: 7px 0 0;

    color: #fff5ef;

    font-family: Georgia, serif;

    font-size: 20px;

    font-style: italic;
}


/* =====================================================
   COMMON SECTION HEADING
===================================================== */

.dh-section-heading {
    max-width: 650px;

    margin: 0 auto 55px;

    text-align: center;
}

.dh-section-heading h2 {
    margin: 14px 0 15px;

    color: var(--brown);

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(36px, 4vw, 52px);

    font-weight: 400;

    line-height: 1.15;
}

.dh-section-heading h2 em {
    color: var(--rose);

    font-style: italic;
}

.dh-section-heading > p {
    margin: auto;

    color: var(--text-light);

    font-size: 13px;

    line-height: 1.8;

    max-width: 520px;
}


/* =====================================================
   COLLECTIONS
===================================================== */

.dh-collections {
    max-width: 1250px;

    margin: 0 auto;

    padding: 100px 35px;
}


.dh-collection-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
}


/* COLLECTION CARD */

.dh-collection-card {
    background: white;

    border: 1px solid #eee1d9;

    transition: 0.4s ease;

    overflow: hidden;
}

.dh-collection-card:hover {
    transform: translateY(-8px);

    box-shadow:
        0 20px 45px rgba(72, 44, 30, 0.10);
}


/* IMAGE */

.dh-collection-image {
    height: 330px;

    overflow: hidden;
}

.dh-collection-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.6s ease;
}

.dh-collection-card:hover
.dh-collection-image img {
    transform: scale(1.05);
}


/* INFO */

.dh-collection-info {
    padding: 24px 25px 27px;
}

.dh-collection-info > span {
    color: var(--rose);

    font-size: 10px;

    letter-spacing: 2px;
}

.dh-collection-info h3 {
    margin: 7px 0 8px;

    color: var(--brown);

    font-family: Georgia, serif;

    font-size: 23px;

    font-weight: 400;
}

.dh-collection-info p {
    margin: 0 0 17px;

    color: #8b7569;

    font-size: 12px;

    line-height: 1.7;
}

.dh-collection-info b {
    color: var(--brown);

    font-size: 11px;

    font-weight: 600;
}

.dh-collection-info b i {
    margin-left: 7px;

    color: var(--rose);

    transition: 0.3s ease;
}

.dh-collection-card:hover
.dh-collection-info b i {
    transform: translateX(5px);
}


/* =====================================================
   STORY SECTION
===================================================== */

.dh-story {
    max-width: 1200px;

    margin: 0 auto;

    padding: 90px 35px;

    display: grid;

    grid-template-columns: 0.9fr 1fr;

    align-items: center;

    gap: 90px;
}


/* STORY IMAGE */

.dh-story-image {
    position: relative;

    max-width: 490px;
}

.dh-story-image img {
    width: 100%;
    height: 560px;

    object-fit: cover;

    border-radius: 250px 250px 10px 10px;
}


/* BADGE */

.dh-story-badge {
    position: absolute;

    right: -30px;
    bottom: 35px;

    width: 115px;
    height: 115px;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    background: var(--brown);

    border-radius: 50%;

    color: white;

    text-align: center;
}

.dh-story-badge strong {
    font-family: Georgia, serif;

    font-size: 26px;

    font-weight: 400;
}

.dh-story-badge span {
    margin-top: 4px;

    color: #d9b7a7;

    font-size: 8px;

    letter-spacing: 2px;
}


/* STORY CONTENT */

.dh-story-content {
    max-width: 510px;
}

.dh-story-content h2 {
    margin: 15px 0 22px;

    color: var(--brown);

    font-family: Georgia, serif;

    font-size: clamp(38px, 4vw, 55px);

    font-weight: 400;

    line-height: 1.1;
}

.dh-story-content h2 em {
    color: var(--rose);

    font-style: italic;
}

.dh-story-content p {
    color: var(--text-light);

    font-size: 13px;

    line-height: 1.9;

    margin-bottom: 17px;
}


/* TEXT LINK */

.dh-text-link {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-top: 10px;

    color: var(--brown);

    font-size: 12px;

    font-weight: 600;

    border-bottom: 1px solid var(--rose);

    padding-bottom: 5px;
}

.dh-text-link i {
    color: var(--rose);

    transition: 0.3s ease;
}

.dh-text-link:hover i {
    transform: translateX(5px);
}


/* =====================================================
   FEATURED
===================================================== */

.dh-featured {
    padding: 100px 35px;

    background: #f5ebe4;
}


.dh-featured-grid {
    max-width: 1120px;

    margin: auto;

    display: grid;

    grid-template-columns: 1fr 1.25fr 1fr;

    gap: 20px;

    align-items: end;
}


.dh-featured-item {
    position: relative;

    height: 390px;

    overflow: hidden;
}

.dh-featured-tall {
    height: 510px;
}

.dh-featured-item img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.6s ease;
}

.dh-featured-item:hover img {
    transform: scale(1.05);
}


/* FEATURED TEXT */

.dh-featured-item::after {
    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(
        to top,
        rgba(40, 23, 17, 0.65),
        transparent 50%
    );
}


.dh-featured-item > div {
    position: absolute;

    left: 22px;
    bottom: 22px;

    z-index: 2;
}

.dh-featured-item h3 {
    margin: 0 0 4px;

    color: white;

    font-family: Georgia, serif;

    font-size: 21px;

    font-weight: 400;
}

.dh-featured-item span {
    color: #f1ddd3;

    font-size: 9px;

    letter-spacing: 1px;
}


/* =====================================================
   PROCESS
===================================================== */

.dh-process {
    max-width: 1100px;

    margin: auto;

    padding: 105px 35px;
}


.dh-process-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 45px;
}


.dh-process-item {
    position: relative;

    padding: 15px 25px;

    text-align: center;

    border-left: 1px solid #ead8ce;
}


.dh-process-item:first-child {
    border-left: 0;
}


.dh-process-number {
    display: block;

    margin-bottom: 18px;

    color: var(--rose);

    font-size: 9px;

    letter-spacing: 2px;
}


.dh-process-item > i {
    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin: 0 auto 18px;

    background: #f3e3db;

    color: var(--brown);

    border-radius: 50%;

    font-size: 16px;
}


.dh-process-item h3 {
    margin: 0 0 10px;

    color: var(--brown);

    font-family: Georgia, serif;

    font-size: 23px;

    font-weight: 400;
}


.dh-process-item p {
    margin: 0;

    color: var(--text-light);

    font-size: 12px;

    line-height: 1.8;
}


/* =====================================================
   FINAL CTA
===================================================== */

.dh-final-cta {
    position: relative;

    padding: 100px 25px;

    background: var(--brown);

    text-align: center;

    overflow: hidden;
}


.dh-final-cta::before {
    content: "";

    position: absolute;

    width: 400px;
    height: 400px;

    border: 1px solid rgba(255,255,255,0.08);

    border-radius: 50%;

    top: -260px;
    left: 50%;

    transform: translateX(-50%);
}


.dh-final-content {
    position: relative;

    z-index: 2;

    max-width: 700px;

    margin: auto;
}


.dh-final-content .dh-eyebrow {
    color: #d4aa98;
}


.dh-final-content h2 {
    margin: 17px 0;

    color: white;

    font-family: Georgia, serif;

    font-size: clamp(38px, 5vw, 60px);

    font-weight: 400;

    line-height: 1.1;
}


.dh-final-content h2 em {
    color: #d9aa97;

    font-style: italic;
}


.dh-final-content p {
    max-width: 500px;

    margin: 0 auto 28px;

    color: #dbc8bd;

    font-size: 13px;

    line-height: 1.8;
}


.dh-final-cta .dh-primary-btn {
    background: #f8eee8;

    color: var(--brown);
}


.dh-final-cta .dh-primary-btn:hover {
    background: var(--rose);

    color: white;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1000px) {

    .dh-hero {
        grid-template-columns: 1fr 0.8fr;

        gap: 45px;

        padding: 65px 30px;
    }

    .dh-hero-image {
        max-width: 430px;
    }

    .dh-image-frame {
        height: 500px;
    }

    .dh-story {
        gap: 55px;
    }

    .dh-collection-grid {
        gap: 18px;
    }

}


/* =====================================================
   TABLET / SMALL
===================================================== */

@media (max-width: 800px) {

    .dh-hero {
        grid-template-columns: 1fr;

        text-align: center;

        padding: 70px 25px;
    }

    .dh-hero-content {
        margin: auto;
    }

    .dh-hero-content > p {
        margin-left: auto;
        margin-right: auto;
    }

    .dh-hero-buttons {
        justify-content: center;
    }

    .dh-hero-image {
        justify-self: center;

        width: 90%;

        max-width: 500px;
    }

    .dh-collection-grid {
        grid-template-columns: 1fr 1fr;
    }

    .dh-collection-card:last-child {
        grid-column: 1 / -1;

        max-width: 50%;

        margin: auto;
    }

    .dh-story {
        grid-template-columns: 1fr;

        gap: 55px;

        padding: 80px 25px;
    }

    .dh-story-image {
        margin: auto;
    }

    .dh-story-content {
        margin: auto;

        text-align: center;
    }

    .dh-featured-grid {
        grid-template-columns: 1fr 1fr;
    }

    .dh-featured-tall {
        height: 430px;
    }

    .dh-featured-item:last-child {
        grid-column: 1 / -1;

        max-width: 50%;

        margin: auto;
    }

    .dh-process-grid {
        gap: 20px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 600px) {

    .dh-hero {
        padding: 55px 20px;
    }

    .dh-hero-content h1 {
        font-size: 48px;

        letter-spacing: -1px;
    }

    .dh-hero-buttons {
        flex-direction: column;

        width: 100%;
    }

    .dh-primary-btn,
    .dh-secondary-btn {
        width: 100%;
    }

    .dh-hero-image {
        width: 100%;
    }

    .dh-image-frame {
        height: 440px;
    }

    .dh-floating-card {
        left: 10px;

        bottom: 25px;
    }

    .dh-collections {
        padding: 75px 20px;
    }

    .dh-collection-grid {
        grid-template-columns: 1fr;
    }

    .dh-collection-card:last-child {
        grid-column: auto;

        max-width: none;
    }

    .dh-collection-image {
        height: 350px;
    }

    .dh-story {
        padding: 70px 20px;
    }

    .dh-story-image img {
        height: 450px;
    }

    .dh-story-badge {
        right: 10px;
    }

    .dh-featured {
        padding: 75px 20px;
    }

    .dh-featured-grid {
        grid-template-columns: 1fr;
    }

    .dh-featured-item,
    .dh-featured-tall {
        height: 420px;
    }

    .dh-featured-item:last-child {
        grid-column: auto;

        max-width: none;
    }

    .dh-process {
        padding: 75px 20px;
    }

    .dh-process-grid {
        grid-template-columns: 1fr;
    }

    .dh-process-item {
        border-left: 0;

        border-top: 1px solid #ead8ce;

        padding-top: 30px;
    }

    .dh-process-item:first-child {
        border-top: 0;
    }

    .dh-final-cta {
        padding: 75px 20px;
    }

}/* End custom CSS */