/* ==========================================================
   CIUDAD HOME - TIPS DE FOTOGRAFÍA
   Shortcode independiente [tips-fotografia]
   ========================================================== */

.chfoto,
.chfoto * {
    box-sizing: border-box !important;
}

.chfoto {
    width: 100% !important;
    max-width: 1140px !important;
    margin: 0 auto !important;
    padding: 24px 20px 76px !important;
    color: #292929 !important;
    font-family: inherit !important;
}

.chfoto h1,
.chfoto h2,
.chfoto h3,
.chfoto h4,
.chfoto p,
.chfoto ul,
.chfoto figure {
    max-width: none !important;
    margin-top: 10px !important;
}

.chfoto a {
    text-decoration: none !important;
}

.chfoto svg {
    display: block !important;
    width: 80% !important;
    height: 80% !important;
    overflow: visible !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 1.65 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    margin-top: -8px !important;
}

.chfoto img {
    display: block !important;
    max-width: 100% !important;
}

.chfoto-eyebrow {
    display: block !important;
    margin: 0 0 12px !important;
    color: #ff3e0c !important;
    font-size: 0.73rem !important;
    font-weight: 850 !important;
    line-height: 1.4 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}

/* Portada */

.chfoto-hero {
    position: relative !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.85fr) !important;
    align-items: center !important;
    column-gap: 48px !important;
    min-height: 440px !important;
    padding: 62px 64px !important;
    overflow: hidden !important;
    background:
        radial-gradient(circle at 90% 8%, rgba(255, 62, 12, 0.16), rgba(255, 62, 12, 0) 38%),
        #f8f7f5 !important;
    border: 1px solid #e7e4e0 !important;
    border-radius: 20px !important;
    box-shadow: 0 14px 38px rgba(20, 20, 20, 0.055) !important;
}

.chfoto-hero::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    right: 36% !important;
    width: 1px !important;
    height: 100% !important;
    background: linear-gradient(transparent, rgba(218, 212, 205, 0.72), transparent) !important;
}

.chfoto-hero-copy {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    max-width: 610px !important;
    min-width: 0 !important;
    padding-right: 0 !important;
}

.chfoto-hero h1 {
    width: 100% !important;
    max-width: 590px !important;
    margin: 0 0 21px !important;
    color: #171717 !important;
    font-size: clamp(2.15rem, 4.1vw, 3.55rem) !important;
    font-weight: 850 !important;
    line-height: 1.06 !important;
    letter-spacing: -0.052em !important;
    overflow-wrap: anywhere !important;
    text-wrap: balance !important;
}

.chfoto-hero-copy > p {
    max-width: 590px !important;
    margin: 0 !important;
    color: #5e5b57 !important;
    font-size: 1.02rem !important;
    line-height: 1.75 !important;
}

.chfoto-hero-points {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 9px !important;
    margin: 28px 0 0 !important;
}

.chfoto-hero-points span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    min-height: 32px !important;
    padding: 6px 11px !important;
    background: rgba(255, 255, 255, 0.72) !important;
    border: 1px solid #e6e1dc !important;
    border-radius: 999px !important;
    color: #66615c !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.chfoto-hero-points strong {
    color: #ff3e0c !important;
    font-size: 0.9rem !important;
    font-weight: 850 !important;
}

.chfoto-hero-visual {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 240px !important;
    height: 240px !important;
    margin: 0 auto !important;
    justify-self: center !important;
    color: #e94a1c !important;
}

.chfoto-hero-visual::before,
.chfoto-hero-visual::after {
    content: "" !important;
    position: absolute !important;
    border: 1px solid rgba(255, 62, 12, 0.18) !important;
    border-radius: 50% !important;
}

.chfoto-hero-visual::before {
    inset: 8px !important;
}

.chfoto-hero-visual::after {
    inset: 38px !important;
}

.chfoto-camera {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 160px !important;
    height: 150px !important;
}

.chfoto-camera svg {
    stroke-width: 3 !important;
}

.chfoto-focus {
    position: absolute !important;
    z-index: 3 !important;
    width: 13px !important;
    height: 13px !important;
    border-color: #ff3e0c !important;
    border-style: solid !important;
}

.chfoto-focus-one { top: 30px !important; left: 30px !important; border-width: 2px 0 0 2px !important; }
.chfoto-focus-two { top: 30px !important; right: 30px !important; border-width: 2px 2px 0 0 !important; }
.chfoto-focus-three { right: 30px !important; bottom: 30px !important; border-width: 0 2px 2px 0 !important; }
.chfoto-focus-four { bottom: 30px !important; left: 30px !important; border-width: 0 0 2px 2px !important; }

/* Índice */

.chfoto-index {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    width: calc(100% - 48px) !important;
    margin: -1px auto 0 !important;
    background: #ffffff !important;
    border: 1px solid #e7e4e0 !important;
    border-top: 0 !important;
    border-radius: 0 0 15px 15px !important;
    box-shadow: 0 10px 24px rgba(24, 22, 20, 0.045) !important;
}

.chfoto-index-item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    min-width: 0 !important;
    min-height: 54px !important;
    padding: 10px 8px !important;
    border-right: 1px solid #eeeae6 !important;
    color: #595550 !important;
    font-size: 0.76rem !important;
    font-weight: 750 !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

.chfoto-index-item:last-child {
    border-right: 0 !important;
}

.chfoto-index-item strong {
    color: #ff3e0c !important;
    font-size: 0.67rem !important;
    font-weight: 850 !important;
    letter-spacing: 0.04em !important;
}

/* Encabezados */

.chfoto-section-heading {
    max-width: 740px !important;
    margin: 0 auto 38px !important;
    text-align: center !important;
}

.chfoto-section-heading .chfoto-eyebrow {
    text-align: center !important;
}

.chfoto-section-heading h2 {
    margin: 0 0 12px !important;
    color: #1a1a1a !important;
    font-size: clamp(1.72rem, 3vw, 2.35rem) !important;
    font-weight: 850 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.038em !important;
    text-align: center !important;
    text-wrap: balance !important;
}

.chfoto-section-heading p {
    margin: 0 !important;
    color: #6b6661 !important;
    font-size: 0.96rem !important;
    line-height: 1.7 !important;
    text-align: center !important;
}

/* Pasos */

.chfoto-guide {
    position: relative !important;
    width: 100% !important;
    padding: 78px 0 0 !important;
}

.chfoto-step {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 118px minmax(0, 1fr) !important;
    width: 100% !important;
    margin: 0 0 24px !important;
    padding: 36px 40px 36px 29px !important;
    background: #ffffff !important;
    border: 1px solid #e8e4df !important;
    border-radius: 17px !important;
    box-shadow: 0 8px 25px rgba(25, 23, 21, 0.045) !important;
    scroll-margin-top: 100px !important;
}

.chfoto-step-featured {
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 69%, #fff8f5 100%) !important;
    border-color: #ded8d2 !important;
}

.chfoto-step-marker {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 13px !important;
    padding: 3px 29px 0 0 !important;
    border-right: 1px solid #ece8e4 !important;
}

.chfoto-step-marker > span {
    color: #b7b0a9 !important;
    font-size: 0.7rem !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    letter-spacing: 0.13em !important;
}

.chfoto-step-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 58px !important;
    height: 58px !important;
    padding: 13px !important;
    background: #fff2ed !important;
    border: 1px solid #ffe0d5 !important;
    border-radius: 15px !important;
    color: #ef4b1b !important;
}

.chfoto-step-icon svg {
    stroke-width: 1.55 !important;
}

.chfoto-step-body {
    min-width: 0 !important;
    padding: 1px 0 0 36px !important;
}

.chfoto-step-body h3 {
    margin: 0 0 14px !important;
    color: #24211f !important;
    font-size: 1.28rem !important;
    font-weight: 820 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.025em !important;
    text-align: left !important;
    text-transform: none !important;
}

.chfoto-step-intro {
    max-width: 820px !important;
    margin: 0 !important;
    color: #625e59 !important;
    font-size: 0.93rem !important;
    line-height: 1.4 !important;
}

.chfoto-checks {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 13px 32px !important;
    margin: 24px 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.chfoto-checks li {
    position: relative !important;
    min-height: 22px !important;
    margin: 0 !important;
    padding: 2px 0 2px 26px !important;
    color: #4f4b47 !important;
    font-size: 0.83rem !important;
    font-weight: 650 !important;
    line-height: 1.62 !important;
}

.chfoto-checks li::before {
    content: "" !important;
    position: absolute !important;
    top: 5px !important;
    left: 0 !important;
    width: 16px !important;
    height: 16px !important;
    background: #fff2ed !important;
    border: 1px solid #ffcebe !important;
    border-radius: 50% !important;
}

.chfoto-checks li::after {
    content: "" !important;
    position: absolute !important;
    top: 9px !important;
    left: 4px !important;
    width: 8px !important;
    height: 4px !important;
    border-bottom: 1.5px solid #ef4b1b !important;
    border-left: 1.5px solid #ef4b1b !important;
    transform: rotate(-45deg) !important;
}

.chfoto-note {
    display: flex !important;
    align-items: flex-start !important;
    gap: 9px !important;
    margin: 25px 0 0 !important;
    padding: 14px 16px !important;
    background: #f7f5f2 !important;
    border-left: 3px solid #ff3e0c !important;
    border-radius: 4px 9px 9px 4px !important;
    color: #5e5954 !important;
    font-size: 0.79rem !important;
    font-weight: 650 !important;
    line-height: 1.65 !important;
}

.chfoto-note svg {
    width: 19px !important;
    height: 19px !important;
    flex: 0 0 19px !important;
    margin-top: 1px !important;
    color: #ff3e0c !important;
}

/* Regla de tercios */

.chfoto-thirds {
    display: grid !important;
    grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1.15fr) !important;
    align-items: center !important;
    gap: 38px !important;
    margin: 30px 0 2px !important;
    padding: 30px !important;
    background: #f5f2ee !important;
    border: 1px solid #e5dfd8 !important;
    border-radius: 14px !important;
}

.chfoto-mini-tag {
    display: inline-flex !important;
    margin: 0 0 9px !important;
    padding: 5px 9px !important;
    background: #ffffff !important;
    border: 1px solid #e6dfd8 !important;
    border-radius: 999px !important;
    color: #ff3e0c !important;
    font-size: 0.64rem !important;
    font-weight: 850 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

.chfoto-thirds-copy h4 {
    margin: 0 0 10px !important;
    color: #25211f !important;
    font-size: 1.05rem !important;
    font-weight: 820 !important;
    line-height: 1.3 !important;
}

.chfoto-thirds-copy p {
    margin: 0 !important;
    color: #66605a !important;
    font-size: 0.84rem !important;
    line-height: 1.8 !important;
}

.chfoto-thirds-image {
    position: relative !important;
    margin: 0 !important;
}

.chfoto-thirds-image img {
    width: 100% !important;
    height: 235px !important;
    object-fit: scale-down !important;
    object-position: center !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.chfoto-thirds-image figcaption {
    margin: 8px 0 0 !important;
    color: #817b75 !important;
    font-size: 0.69rem !important;
    font-weight: 650 !important;
    line-height: 1.4 !important;
    text-align: center !important;
}

/* Tarjetas para el anuncio */

.chfoto-ad {
    width: 100% !important;
    padding: 75px 0 0 !important;
}

.chfoto-card-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 15px !important;
    width: 100% !important;
}

.chfoto-card {
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    min-height: 250px !important;
    margin: 0 !important;
    padding: 22px 20px 21px !important;
    background: #ffffff !important;
    border: 1px solid #e6e3df !important;
    border-radius: 16px !important;
    box-shadow: 0 9px 26px rgba(25, 23, 21, 0.05) !important;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.chfoto-card:hover {
    transform: translateY(-3px) !important;
    border-color: #d8d2cc !important;
    box-shadow: 0 15px 32px rgba(25, 23, 21, 0.08) !important;
}

.chfoto-card-top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    min-height: 43px !important;
    margin: 0 0 18px !important;
}

.chfoto-card-top > span {
    color: #bbb4ad !important;
    font-size: 0.68rem !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    letter-spacing: 0.12em !important;
}

.chfoto-card-top svg {
    width: 42px !important;
    height: 42px !important;
    padding: 9px !important;
    background: #fff2ed !important;
    border: 1px solid #ffe0d5 !important;
    border-radius: 12px !important;
    color: #ef4b1b !important;
    stroke-width: 1.55 !important;
}

.chfoto-card h3 {
    min-height: 48px !important;
    margin: 0 0 10px !important;
    color: #292522 !important;
    font-size: 0.98rem !important;
    font-weight: 820 !important;
    line-height: 1.45 !important;
    letter-spacing: -0.015em !important;
    text-align: left !important;
    text-transform: none !important;
}

.chfoto-card p {
    margin: 0 !important;
    color: #706a65 !important;
    font-size: 0.8rem !important;
    line-height: 1.65 !important;
    text-align: left !important;
}

/* Exterior */

.chfoto-exterior {
    display: grid !important;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr) !important;
    align-items: stretch !important;
    width: 100% !important;
    min-height: 385px !important;
    margin: 70px 0 0 !important;
    overflow: hidden !important;
    background: #252321 !important;
    border-radius: 0px 18px 18px 0px !important;
    box-shadow: 0 14px 36px rgba(24, 21, 19, 0.12) !important;
}

.chfoto-exterior-image {
    position: relative !important;
    min-height: 385px !important;
    overflow: hidden !important;
    background: #252321 !important;
}

.chfoto-exterior-image::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    display: none !important;
}

.chfoto-exterior-image img {
    width: 100% !important;
    height: 100% !important;
    min-height: 385px !important;
    object-fit: scale-down !important;
    object-position: center !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.chfoto-exterior-image > span {
    position: absolute !important;
    bottom: 19px !important;
    left: 19px !important;
    z-index: 2 !important;
    padding: 7px 11px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 999px !important;
    color: #373330 !important;
    font-size: 0.67rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

.chfoto-exterior-copy {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-width: 0 !important;
    padding: 45px 48px 43px !important;
}

.chfoto-exterior-copy .chfoto-eyebrow {
    color: #ff7450 !important;
}

.chfoto-exterior-copy h2 {
    margin: 0 0 15px !important;
    color: #ffffff !important;
    font-size: clamp(1.65rem, 2.7vw, 2.25rem) !important;
    font-weight: 830 !important;
    line-height: 1.16 !important;
    letter-spacing: -0.035em !important;
}

.chfoto-exterior-copy > p {
    margin: 0 !important;
    color: #d1ccc7 !important;
    font-size: 0.9rem !important;
    line-height: 1.75 !important;
}

.chfoto-exterior-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px 17px !important;
    margin: 23px 0 0 !important;
}

.chfoto-exterior-list span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #ffffff !important;
    font-size: 0.74rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

.chfoto-exterior-list svg {
    width: 16px !important;
    height: 16px !important;
    flex: 0 0 16px !important;
    color: #ff7450 !important;
    stroke-width: 2 !important;
}

/* Llamado final */

.chfoto-cta {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 24px !important;
    width: 100% !important;
    margin: 22px 0 0 !important;
    padding: 29px 31px !important;
    background: #fff8f5 !important;
    border: 1px solid #f5d9cf !important;
    border-radius: 16px !important;
}

.chfoto-cta-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 61px !important;
    height: 61px !important;
    padding: 13px !important;
    background: #ffffff !important;
    border: 1px solid #ffdccc !important;
    border-radius: 15px !important;
    color: #ef4b1b !important;
}

.chfoto-cta-icon svg {
    stroke-width: 1.55 !important;
}

.chfoto-cta-copy {
    min-width: 0 !important;
}

.chfoto-cta-copy .chfoto-eyebrow {
    margin-bottom: 6px !important;
}

.chfoto-cta h2 {
    margin: 0 0 5px !important;
    color: #292421 !important;
    font-size: 1.17rem !important;
    font-weight: 830 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.02em !important;
}

.chfoto-cta p {
    margin: 0 !important;
    color: #6d6660 !important;
    font-size: 0.82rem !important;
    line-height: 1.55 !important;
}

.chfoto-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    min-height: 45px !important;
    padding: 11px 17px !important;
    background: #ff3e0c !important;
    border: 1px solid #ff3e0c !important;
    border-radius: 10px !important;
    box-shadow: 0 7px 16px rgba(255, 62, 12, 0.18) !important;
    color: #ffffff !important;
    font-size: 0.77rem !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    text-align: center !important;
    white-space: nowrap !important;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease !important;
}

.chfoto-button:hover {
    transform: translateY(-1px) !important;
    background: #e93808 !important;
    border-color: #e93808 !important;
    color: #ffffff !important;
}

.chfoto-button span {
    font-size: 1rem !important;
}

/* Tablet */

@media (max-width: 991px) {
    .chfoto {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    .chfoto-hero {
        grid-template-columns: minmax(0, 1fr) 220px !important;
        column-gap: 34px !important;
        min-height: 400px !important;
        padding: 50px 42px !important;
    }

    .chfoto-hero::before {
        right: 34% !important;
    }

    .chfoto-hero-visual {
        width: 205px !important;
        height: 205px !important;
    }

    .chfoto-camera {
        width: 142px !important;
        height: 133px !important;
    }

    .chfoto-step {
        grid-template-columns: 102px minmax(0, 1fr) !important;
        padding: 32px 31px 32px 23px !important;
    }

    .chfoto-step-marker {
        padding-right: 23px !important;
    }

    .chfoto-step-body {
        padding-left: 30px !important;
    }

    .chfoto-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .chfoto-card {
        min-height: 225px !important;
    }

    .chfoto-exterior-copy {
        padding: 38px 34px !important;
    }

    .chfoto-cta {
        grid-template-columns: auto minmax(0, 1fr) !important;
    }

    .chfoto-button {
        grid-column: 2 !important;
        justify-self: start !important;
    }
}

/* Celular */

@media (max-width: 767px) {
    .chfoto {
        padding: 14px 12px 54px !important;
    }

    .chfoto-hero {
        display: block !important;
        min-height: 0 !important;
        padding: 40px 24px 36px !important;
        border-radius: 17px !important;
        text-align: center !important;
    }

    .chfoto-hero::before {
        display: none !important;
    }

    .chfoto-hero-copy {
        max-width: none !important;
        padding-right: 0 !important;
    }

    .chfoto-hero .chfoto-eyebrow {
        text-align: center !important;
    }

    .chfoto-hero h1 {
        margin-bottom: 17px !important;
        font-size: clamp(2rem, 10vw, 2.65rem) !important;
        line-height: 1.08 !important;
        text-align: center !important;
    }

    .chfoto-hero-copy > p {
        font-size: 0.94rem !important;
        line-height: 1.7 !important;
        text-align: center !important;
    }

    .chfoto-hero-points {
        justify-content: center !important;
        margin-top: 23px !important;
    }

    .chfoto-hero-visual {
        width: 175px !important;
        height: 175px !important;
        margin-top: 30px !important;
    }

    .chfoto-camera {
        width: 124px !important;
        height: 116px !important;
    }

    .chfoto-focus-one { top: 22px !important; left: 22px !important; }
    .chfoto-focus-two { top: 22px !important; right: 22px !important; }
    .chfoto-focus-three { right: 22px !important; bottom: 22px !important; }
    .chfoto-focus-four { bottom: 22px !important; left: 22px !important; }

    .chfoto-index {
        grid-template-columns: repeat(5, minmax(68px, 1fr)) !important;
        width: calc(100% - 20px) !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .chfoto-index-item {
        flex-direction: column !important;
        gap: 4px !important;
        min-height: 58px !important;
        font-size: 0.68rem !important;
    }

    .chfoto-guide,
    .chfoto-ad {
        padding-top: 59px !important;
    }

    .chfoto-section-heading {
        margin-bottom: 27px !important;
    }

    .chfoto-section-heading h2 {
        font-size: 1.72rem !important;
        line-height: 1.18 !important;
    }

    .chfoto-section-heading p {
        font-size: 0.88rem !important;
    }

    .chfoto-step {
        display: block !important;
        margin-bottom: 18px !important;
        padding: 25px 21px 26px !important;
        border-radius: 15px !important;
        scroll-margin-top: 72px !important;
    }

    .chfoto-step-marker {
        flex-direction: row !important;
        justify-content: space-between !important;
        padding: 0 0 16px !important;
        border-right: 0 !important;
        border-bottom: 1px solid #ece8e4 !important;
    }

    .chfoto-step-icon {
        width: 48px !important;
        height: 48px !important;
        padding: 11px !important;
        border-radius: 13px !important;
    }

    .chfoto-step-body {
        padding: 19px 0 0 !important;
    }

    .chfoto-step-body h3 {
        margin-bottom: 12px !important;
        font-size: 1.15rem !important;
    }

    .chfoto-step-intro {
        font-size: 0.87rem !important;
        line-height: 1.7 !important;
    }

    .chfoto-checks,
    .chfoto-checks-three {
        grid-template-columns: 1fr !important;
        gap: 11px !important;
        margin-top: 21px !important;
    }

    .chfoto-checks li {
        font-size: 0.8rem !important;
    }

    .chfoto-thirds {
        display: block !important;
        margin-top: 21px !important;
        padding: 18px !important;
    }

    .chfoto-thirds-image {
        margin-top: 20px !important;
    }

    .chfoto-thirds-image img {
        height: 220px !important;
        min-height: 0 !important;
    }

    .chfoto-card-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }

    .chfoto-card {
        min-height: 0 !important;
        padding: 20px !important;
    }

    .chfoto-card h3 {
        min-height: 0 !important;
        font-size: 0.96rem !important;
    }

    .chfoto-exterior {
        display: flex !important;
        flex-direction: column !important;
        min-height: 0 !important;
        margin-top: 55px !important;
        border-radius: 16px !important;
    }

    .chfoto-exterior-image {
        min-height: 245px !important;
    }

    .chfoto-exterior-image::after {
        display: none !important;
    }

    .chfoto-exterior-image img {
        min-height: 245px !important;
        height: 245px !important;
    }

    .chfoto-exterior-copy {
        padding: 31px 24px 33px !important;
    }

    .chfoto-exterior-copy h2 {
        font-size: 1.63rem !important;
    }

    .chfoto-exterior-copy > p {
        font-size: 0.85rem !important;
    }

    .chfoto-cta {
        display: block !important;
        margin-top: 16px !important;
        padding: 24px 21px !important;
        text-align: center !important;
    }

    .chfoto-cta-icon {
        width: 56px !important;
        height: 56px !important;
        margin: 0 auto 16px !important;
    }

    .chfoto-cta-copy .chfoto-eyebrow,
    .chfoto-cta h2,
    .chfoto-cta p {
        text-align: center !important;
    }

    .chfoto-cta h2 {
        font-size: 1.1rem !important;
    }

    .chfoto-button {
        display: flex !important;
        width: 100% !important;
        margin: 19px 0 0 !important;
        white-space: normal !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .chfoto-card,
    .chfoto-button {
        transition: none !important;
    }
}

.chfoto .chfoto-exterior-image {
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.chfoto .chfoto-exterior-image img {
    display: block !important;
    padding: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: #252321 !important;
    border-radius: 0px 0px 0px 0px;
    margin-left: 4px;
}

.chfoto .chfoto-exterior-image > span {
    bottom: 24px !important;
    left: 24px !important;
}
