/* =========================================================
   CROWN THEORY
   Texture Guide Page
   ========================================================= */


/* =========================================================
   1. TEXTURE GUIDE HERO
   ========================================================= */

.texture-guide-hero {
    padding: 64px 0 88px;

    background-color: #F7F4EB;
}

.texture-guide-hero-grid {
    display: grid;

    grid-template-columns: 0.95fr 1.05fr;

    align-items: center;

    gap: 64px;
}

.texture-guide-hero-content {
    max-width: 590px;
}

.texture-guide-hero-content h1 {
    margin-bottom: 24px;

    color: #3D2314;

    font-size: 56px;
    line-height: 1.08;
}

.texture-guide-hero-content p {
    margin-bottom: 30px;

    color: #6C625B;

    font-size: 17px;
    line-height: 1.8;
}

.texture-hero-actions {
    display: flex;

    align-items: center;

    gap: 24px;
}


/* =========================================================
   2. HERO IMAGE
   ========================================================= */

.texture-guide-hero-image {
    height: 620px;

    border-radius: 24px;

    overflow: hidden;
}

.texture-guide-hero-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}


/* =========================================================
   3. GUIDE INTRO
   ========================================================= */

.texture-intro-section {
    padding: 80px 0;

    background-color: #6B7F63;
}

.texture-intro-grid {
    display: grid;

    grid-template-columns: 0.9fr 1.1fr;

    gap: 72px;

    align-items: start;
}

.texture-intro-section .eyebrow {
    color: #F3E3CC;
}

.texture-intro-section h2 {
    max-width: 500px;

    color: #FFFFFF;

    font-size: 43px;
}

.texture-intro-copy p {
    margin-bottom: 20px;

    color: #F7F4EB;

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   4. SECTION HEADINGS
   ========================================================= */

.texture-section-heading {
    max-width: 720px;

    margin-bottom: 48px;
}

.texture-section-heading h2 {
    margin-bottom: 16px;

    color: #3D2314;

    font-size: 44px;
}

.texture-section-heading p {
    max-width: 600px;

    color: #6C625B;

    font-size: 16px;
    line-height: 1.7;
}

.centered-texture-heading {
    margin-left: auto;
    margin-right: auto;

    text-align: center;
}

.centered-texture-heading p {
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   5. TEXTURE TYPES SECTION
   ========================================================= */

.texture-types-section {
    background-color: #FCFAF5;
}

.texture-type-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 24px;
}


/* =========================================================
   6. TEXTURE TYPE CARD
   ========================================================= */

.texture-type-card {
    background-color: #F7F4EB;

    border: 1px solid #DDD6C8;
    border-radius: 16px;

    overflow: hidden;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.texture-type-card:hover {
    transform: translateY(-5px);

    box-shadow: 0 8px 24px rgba(61, 35, 20, 0.09);
}


/* =========================================================
   7. TEXTURE IMAGE
   ========================================================= */

.texture-type-image {
    height: 290px;

    background-color: #EEE9DE;

    overflow: hidden;
}

.texture-type-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.25s ease;
}

.texture-type-card:hover .texture-type-image img {
    transform: scale(1.03);
}


/* =========================================================
   8. TEXTURE CARD CONTENT
   ========================================================= */

.texture-type-content {
    padding: 26px;
}

.texture-type-label {
    display: inline-flex;

    width: 54px;
    height: 54px;

    margin-bottom: 20px;

    align-items: center;
    justify-content: center;

    background-color: #D9A05B;

    color: #3D2314;

    border-radius: 50%;

    font-family: "Cooper Black", Georgia, serif;
    font-size: 19px;
}

.texture-type-content h3 {
    margin-bottom: 12px;

    color: #3D2314;

    font-size: 26px;
}

.texture-type-content > p {
    margin-bottom: 20px;

    color: #6C625B;

    font-size: 14px;
    line-height: 1.7;
}

.texture-type-content strong {
    display: block;

    margin-bottom: 10px;

    color: #3D2314;

    font-family: "DM Sans", Arial, sans-serif;

    font-size: 11px;
    letter-spacing: 1px;

    text-transform: uppercase;
}

.texture-type-content ul {
    margin-bottom: 24px;
}

.texture-type-content li {
    position: relative;

    margin-bottom: 8px;
    padding-left: 20px;

    color: #6C625B;

    font-size: 13px;
}

.texture-type-content li::before {
    content: "✓";

    position: absolute;

    left: 0;

    color: #6B7F63;

    font-weight: 700;
}


/* =========================================================
   9. POROSITY
   ========================================================= */

.porosity-section {
    padding: 96px 0;

    background-color: #E7ECE3;
}

.porosity-grid {
    display: grid;

    grid-template-columns: 0.8fr 1.2fr;

    gap: 64px;

    align-items: start;
}

.porosity-intro {
    max-width: 520px;
}

.porosity-intro h2 {
    margin-bottom: 22px;

    color: #3D2314;

    font-size: 43px;
}

.porosity-intro p {
    color: #5F665A;

    font-size: 16px;
    line-height: 1.8;
}


/* =========================================================
   10. POROSITY CARDS
   ========================================================= */

.porosity-card-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 16px;
}

.porosity-card {
    padding: 26px;

    background-color: #F7F4EB;

    border: 1px solid #CAD4C5;
    border-radius: 16px;
}

.porosity-number {
    display: block;

    margin-bottom: 28px;

    color: #D9A05B;

    font-family: "DM Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.porosity-card h3 {
    margin-bottom: 12px;

    color: #3D2314;

    font-size: 23px;
}

.porosity-card p {
    margin-bottom: 20px;

    color: #6C625B;

    font-size: 13px;
    line-height: 1.7;
}

.porosity-card strong {
    display: block;

    margin-bottom: 5px;

    color: #3D2314;

    font-size: 12px;
}

.porosity-card > span:last-child {
    color: #6C625B;

    font-size: 12px;
    line-height: 1.5;
}


/* =========================================================
   11. ROUTINE BUILDER
   ========================================================= */

.routine-builder-section {
    background-color: #FCFAF5;
}

.texture-routine-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 24px;
}

.texture-routine-card {
    padding: 30px;

    background-color: #F7F4EB;

    border: 1px solid #DDD6C8;
    border-radius: 16px;
}

.routine-step-number {
    display: inline-block;

    margin-bottom: 22px;

    padding: 7px 12px;

    background-color: #D9A05B;
    color: #3D2314;

    border-radius: 20px;

    font-family: "DM Sans", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;

    text-transform: uppercase;
}

.routine-icon-letter {
    width: 58px;
    height: 58px;

    margin-bottom: 20px;

    display: flex;

    align-items: center;
    justify-content: center;

    background-color: #6B7F63;
    color: #FFFFFF;

    border-radius: 50%;

    font-family: "Cooper Black", Georgia, serif;
    font-size: 20px;
}

.texture-routine-card h3 {
    margin-bottom: 12px;

    color: #3D2314;

    font-size: 28px;
}

.texture-routine-card > p {
    margin-bottom: 22px;

    color: #6C625B;

    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
   12. ROUTINE NOTE
   ========================================================= */

.routine-guide-note {
    margin-bottom: 24px;

    padding: 16px;

    background-color: #E7ECE3;

    border-radius: 10px;
}

.routine-guide-note strong,
.routine-guide-note span {
    display: block;
}

.routine-guide-note strong {
    margin-bottom: 5px;

    color: #3D2314;

    font-family: "DM Sans", Arial, sans-serif;
    font-size: 11px;

    text-transform: uppercase;
}

.routine-guide-note span {
    color: #5F665A;

    font-size: 12px;
    line-height: 1.5;
}

.routine-builder-action {
    margin-top: 40px;

    text-align: center;
}


/* =========================================================
   13. WASH DAY
   ========================================================= */

.wash-day-section {
    padding: 96px 0;

    background-color: #F7F4EB;
}

.wash-day-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: center;

    gap: 72px;
}

.wash-day-image {
    height: 620px;

    border-radius: 24px;

    overflow: hidden;
}

.wash-day-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.wash-day-content {
    max-width: 550px;
}

.wash-day-content h2 {
    margin-bottom: 20px;

    color: #3D2314;

    font-size: 43px;
}

.wash-day-content > p {
    margin-bottom: 28px;

    color: #6C625B;

    font-size: 16px;
    line-height: 1.7;
}


/* =========================================================
   14. WASH DAY LIST
   ========================================================= */

.wash-day-list {
    list-style: none;

    margin: 0;
    padding: 0;
}

.wash-day-list li {
    margin-bottom: 18px;

    display: flex;

    gap: 16px;

    align-items: flex-start;
}

.wash-day-list > li > span {
    width: 42px;
    height: 42px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    background-color: #D9A05B;

    color: #3D2314;

    border-radius: 50%;

    font-family: "DM Sans", Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
}

.wash-day-list strong {
    display: block;

    margin-bottom: 3px;

    color: #3D2314;

    font-size: 14px;
}

.wash-day-list p {
    color: #6C625B;

    font-size: 13px;
    line-height: 1.5;
}


/* =========================================================
   15. PROTECTIVE STYLE GUIDE
   ========================================================= */

.protective-guide-section {
    background-color: #E7ECE3;
}

.protective-guide-grid {
    display: grid;

    grid-template-columns: 0.9fr 1.1fr;

    align-items: center;

    gap: 72px;
}

.protective-guide-content {
    max-width: 540px;
}

.protective-guide-content h2 {
    margin-bottom: 22px;

    color: #3D2314;

    font-size: 43px;
}

.protective-guide-content > p {
    margin-bottom: 24px;

    color: #5F665A;

    font-size: 16px;
    line-height: 1.7;
}

.protective-care-list {
    margin-bottom: 30px;
}

.protective-care-list li {
    position: relative;

    margin-bottom: 12px;
    padding-left: 24px;

    color: #5F665A;

    font-size: 14px;
}

.protective-care-list li::before {
    content: "✓";

    position: absolute;

    left: 0;

    color: #3D2314;

    font-weight: 700;
}


/* =========================================================
   16. PROTECTIVE IMAGE
   ========================================================= */

.protective-guide-image {
    height: 580px;

    border-radius: 24px;

    overflow: hidden;
}

.protective-guide-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* =========================================================
   17. ROUTINE MISTAKES
   ========================================================= */

.routine-mistakes-section {
    padding: 96px 0;

    background-color: #3D2314;
}

.routine-mistakes-section .texture-section-heading h2 {
    color: #F7F4EB;
}

.routine-mistakes-section .texture-section-heading p {
    color: #D8CCC3;
}

.routine-mistakes-section .eyebrow {
    color: #D9A05B;
}

.mistakes-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 20px;
}

.mistake-card {
    padding: 28px;

    background-color: #F7F4EB;

    border-radius: 16px;
}

.mistake-card > span {
    display: block;

    margin-bottom: 26px;

    color: #D9A05B;

    font-family: "DM Sans", Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.mistake-card h3 {
    margin-bottom: 12px;

    color: #3D2314;

    font-size: 23px;
}

.mistake-card p {
    color: #6C625B;

    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   18. FINAL CTA
   ========================================================= */

.texture-guide-cta {
    padding: 80px 0;

    background-color: #FCFAF5;
}

.texture-guide-cta-grid {
    display: grid;

    grid-template-columns: 1fr 0.8fr;

    align-items: center;

    gap: 72px;
}

.texture-guide-cta h2 {
    max-width: 620px;

    color: #3D2314;

    font-size: 42px;
}

.texture-guide-cta-content > p {
    margin-bottom: 26px;

    color: #6C625B;

    font-size: 16px;
    line-height: 1.7;
}

.texture-guide-cta-actions {
    display: flex;

    align-items: center;

    gap: 22px;
}


/* =========================================================
   19. TABLET
   ========================================================= */

@media screen and (max-width: 1100px) {

    .texture-guide-hero-grid,
    .porosity-grid,
    .wash-day-grid,
    .protective-guide-grid {
        gap: 40px;
    }

    .texture-type-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .porosity-card-grid {
        grid-template-columns: 1fr;
    }

    .mistakes-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .texture-guide-hero-content h1 {
        font-size: 48px;
    }

}


/* =========================================================
   20. SMALL TABLET
   ========================================================= */

@media screen and (max-width: 850px) {

    .texture-guide-hero-grid,
    .texture-intro-grid,
    .porosity-grid,
    .wash-day-grid,
    .protective-guide-grid,
    .texture-guide-cta-grid {
        grid-template-columns: 1fr;
    }

    .texture-guide-hero-content,
    .porosity-intro,
    .wash-day-content,
    .protective-guide-content {
        max-width: 100%;
    }

    .texture-guide-hero-image {
        height: 540px;
    }

    .texture-routine-grid {
        grid-template-columns: 1fr;
    }

    .wash-day-image,
    .protective-guide-image {
        height: 520px;
    }

}


/* =========================================================
   21. MOBILE
   ========================================================= */

@media screen and (max-width: 650px) {

    .texture-guide-hero {
        padding: 48px 0 64px;
    }

    .texture-guide-hero-content h1 {
        font-size: 39px;
    }

    .texture-guide-hero-content p {
        font-size: 16px;
    }

    .texture-hero-actions {
        align-items: flex-start;

        flex-direction: column;
    }

    .texture-guide-hero-image {
        height: 430px;
    }

    .texture-intro-section,
    .porosity-section,
    .wash-day-section,
    .routine-mistakes-section {
        padding: 72px 0;
    }

    .texture-intro-section h2,
    .texture-section-heading h2,
    .porosity-intro h2,
    .wash-day-content h2,
    .protective-guide-content h2 {
        font-size: 35px;
    }

    .texture-type-grid {
        grid-template-columns: 1fr;
    }

    .texture-type-image {
        height: 350px;
    }

    .mistakes-grid {
        grid-template-columns: 1fr;
    }

    .wash-day-image,
    .protective-guide-image {
        height: 440px;
    }

    .texture-guide-cta {
        padding: 64px 0;
    }

    .texture-guide-cta h2 {
        font-size: 35px;
    }

    .texture-guide-cta-actions {
        align-items: flex-start;

        flex-direction: column;
    }

}


/* =========================================================
   22. SMALL MOBILE
   ========================================================= */

@media screen and (max-width: 420px) {

    .texture-guide-hero-content h1 {
        font-size: 34px;
    }

    .texture-guide-hero-image {
        height: 370px;
    }

    .texture-type-image {
        height: 300px;
    }

    .texture-type-content,
    .texture-routine-card,
    .mistake-card {
        padding: 22px;
    }

    .wash-day-image,
    .protective-guide-image {
        height: 370px;
    }

}