.asher-roof-details-form {
    background: #171719;
    border: 1px solid #37373a;
    border-radius: 6px;
    padding: 30px;
}

.asher-roof-package-section,
.asher-roof-final-details {
    margin: 0;
}

.asher-roof-final-details {
    border-top: 1px solid #333;
    margin-top: 34px;
    padding-top: 30px;
}

.asher-roof-section-heading {
    margin: 0 auto 26px;
    max-width: 780px;
    text-align: center;
}

.asher-roof-eyebrow {
    color: #caa457;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .2em;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.asher-roof-section-heading h2 {
    color: #fff;
    font-family: Oswald, "Arial Narrow", Arial, sans-serif;
    font-size: 32px;
    line-height: 1.1;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.asher-roof-section-heading p {
    color: #bbb;
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
}

.asher-roof-package-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.asher-roof-package-card {
    background: #101011;
    border: 1px solid #3a3a3d;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    min-height: 390px;
    padding: 26px 22px 22px;
    position: relative;
    transition:
        border-color .15s ease,
        transform .15s ease,
        box-shadow .15s ease;
}

.asher-roof-package-card:hover {
    border-color: #8f7748;
    transform: translateY(-2px);
}

.asher-roof-package-card:has(input:checked) {
    border-color: #caa457;
    box-shadow: 0 0 0 2px rgba(202, 164, 87, .18);
}

.asher-roof-package-card input[type="radio"] {
    height: 1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.asher-roof-package-card:focus-within {
    outline: 2px solid #caa457;
    outline-offset: 3px;
}

.asher-roof-package-featured {
    border-color: #7f6b40;
}

.asher-roof-package-badge {
    background: #caa457;
    color: #111;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    padding: 7px 11px;
    position: absolute;
    right: 16px;
    text-transform: uppercase;
    top: 16px;
}

.asher-roof-package-tier {
    color: #caa457;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.asher-roof-package-card strong {
    color: #fff;
    display: block;
    font-family: Oswald, "Arial Narrow", Arial, sans-serif;
    font-size: 30px;
    line-height: 1.05;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.asher-roof-package-product {
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 10px;
}

.asher-roof-package-manufacturer {
    color: #caa457;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.asher-roof-package-color-count {
    color: #cfcfd1;
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 12px;
}

.asher-roof-package-color-preview {
    display: flex;
    gap: 7px;
    margin-bottom: 18px;
    min-height: 34px;
}

.asher-roof-package-color-swatch {
    background: #222;
    border: 1px solid #555;
    border-radius: 50%;
    display: block;
    height: 32px;
    overflow: hidden;
    width: 32px;
}

.asher-roof-package-color-swatch img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.asher-roof-package-copy {
    color: #aaa;
    display: block;
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 24px;
}

.asher-roof-package-select {
    background: #202022;
    border: 1px solid #444448;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 900;
    margin-top: auto;
    min-height: 48px;
    padding: 15px 12px 0;
    text-align: center;
    text-transform: uppercase;
}

.asher-roof-package-card:has(input:checked) .asher-roof-package-select {
    background: #caa457;
    border-color: #caa457;
    color: #111;
}

.asher-roof-color {
    margin: 28px auto 0;
    max-width: 620px;
}

.asher-roof-details-form label,
.asher-roof-color > label {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 800;
    margin: 18px 0 8px;
}

.asher-roof-details-form select,
.asher-roof-details-form input[type="text"] {
    background: #0f0f10;
    border: 1px solid #444448;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    min-height: 52px;
    padding: 0 14px;
    width: 100%;
}

.asher-roof-details-form select:focus,
.asher-roof-details-form input[type="text"]:focus {
    border-color: #caa457;
    outline: 2px solid rgba(202, 164, 87, .25);
    outline-offset: 1px;
}

.asher-roof-color p {
    color: #999;
    font-size: 13px;
    line-height: 1.45;
    margin: 8px 0 0;
}

.asher-roof-details-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.asher-roof-details-message {
    background: #101011;
    border: 1px solid #caa457;
    color: #ddd;
    margin: 26px 0 0;
    padding: 14px 16px;
}

.asher-roof-details-message[data-error="true"] {
    border-color: #d97474;
    color: #ffd3d3;
}

.asher-roof-details-actions {
    border-top: 1px solid #333;
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    padding-top: 22px;
}

.asher-roof-details-actions button {
    background: #caa457;
    border: 0;
    color: #111;
    cursor: pointer;
    font-size: 14px;
    font-weight: 900;
    min-height: 52px;
    min-width: 24rem;
    padding: 0 26px;
    text-transform: uppercase;
}

.asher-roof-details-actions button:disabled {
    cursor: wait;
    opacity: .65;
}

@media (max-width: 900px) {
    .asher-roof-package-grid {
        grid-template-columns: 1fr;
    }

    .asher-roof-package-card {
        min-height: 0;
    }
}

@media (max-width: 700px) {
    .asher-roof-details-form {
        padding: 22px 18px;
    }

    .asher-roof-details-grid,
    .asher-roof-question-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .asher-roof-supporting-questions {
        padding: 22px 18px;
    }

    .asher-roof-question-actions {
        flex-direction: column-reverse;
    }

    .asher-roof-question-actions button {
        width: 100%;
    }

    .asher-roof-details-actions button {
        min-width: 0;
        width: 100%;
    }
}


.asher-roof-supporting-questions {
    background: #101011;
    border: 1px solid #6f5a31;
    margin-top: 30px;
    padding: 28px;
}

.asher-roof-question-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.asher-roof-question {
    border: 1px solid #38383b;
    margin: 0;
    min-width: 0;
    padding: 18px;
}

.asher-roof-question legend {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.4;
    padding: 0 6px;
}

.asher-roof-question-options {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.asher-roof-question-options label {
    cursor: pointer;
    flex: 1;
    margin: 0;
}

.asher-roof-question-options input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.asher-roof-question-options span {
    border: 1px solid #454549;
    color: #ddd;
    display: block;
    font-size: 13px;
    min-height: 42px;
    padding: 11px 6px 0;
    text-align: center;
}

.asher-roof-question-options input:checked + span {
    background: #caa457;
    border-color: #caa457;
    color: #111;
    font-weight: 900;
}

.asher-roof-question-options input:focus + span {
    outline: 2px solid #caa457;
    outline-offset: 2px;
}

.asher-roof-question-message {
    border: 1px solid #caa457;
    color: #ddd;
    margin: 18px 0 0;
    padding: 12px 14px;
}

.asher-roof-question-message[data-error="true"] {
    border-color: #d97474;
    color: #ffd3d3;
}

.asher-roof-question-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 20px;
}

.asher-roof-question-actions button {
    background: transparent;
    border: 1px solid #caa457;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
    min-height: 46px;
    padding: 0 18px;
    text-transform: uppercase;
}

.asher-roof-question-actions button:last-child {
    background: #caa457;
    color: #111;
}

.asher-roof-question-actions button:disabled {
    cursor: wait;
    opacity: .65;
}

.asher-roof-package-image img,
.asher-roof-color-swatch img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.asher-roof-image-fallback {
    background:
        linear-gradient(135deg, rgba(202, 164, 87, .12), transparent 55%),
        #222;
    position: relative;
}

.asher-roof-image-fallback::after {
    align-items: center;
    color: #d7bd82;
    content: attr(data-image-fallback-label);
    display: flex;
    font-size: 11px;
    font-weight: 800;
    inset: 0;
    justify-content: center;
    letter-spacing: .04em;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
}

.asher-roof-package-color-swatch.asher-roof-image-fallback::after,
.asher-roof-hero-swatch.asher-roof-image-fallback::after {
    font-size: 9px;
    padding: 2px;
}

.asher-roof-package-image {
    background: #222;
    height: 180px;
    margin: 18px 0;
    overflow: hidden;
}

.asher-roof-color-section {
    border-top: 1px solid #333;
    margin-top: 34px;
    padding-top: 34px;
    scroll-margin-top: 32px;
}

.asher-roof-color-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.asher-roof-color-card {
    background: #101011;
    border: 1px solid #3a3a3d;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.asher-roof-details-form button.asher-roof-color-card:hover,
.asher-roof-details-form button.asher-roof-color-card:focus,
.asher-roof-details-form button.asher-roof-color-card[aria-pressed="true"] {
    background: #24201a;
    border-color: #caa457;
    box-shadow: 0 0 0 2px rgba(202, 164, 87, .18);
    color: #fff;
}

.asher-roof-details-form button.asher-roof-color-card:hover
    .asher-roof-color-note,
.asher-roof-details-form button.asher-roof-color-card:focus
    .asher-roof-color-note,
.asher-roof-details-form button.asher-roof-color-card[aria-pressed="true"]
    .asher-roof-color-note {
    color: #ddd;
}

.asher-roof-color-card strong,
.asher-roof-color-note {
    display: block;
}

.asher-roof-color-card strong {
    font-size: 14px;
    margin-top: 10px;
}

.asher-roof-color-note {
    color: #aaa;
    font-size: 11px;
    line-height: 1.35;
    margin-top: 5px;
}

.asher-roof-color-swatch {
    background: #222;
    display: block;
    height: 110px;
    overflow: hidden;
    width: 100%;
}

@media (max-width: 900px) {
    .asher-roof-color-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .asher-roof-color-grid {
        grid-template-columns: 1fr;
    }
}

/* Home-first Build Your Roof experience. */
.asher-residential-progress {
    margin-bottom: 22px;
    max-width: none;
}

.asher-residential-progress ol {
    align-items: center;
    display: flex;
    gap: 0;
    justify-content: space-between;
}

.asher-residential-progress li {
    background: transparent;
    border: 0;
    border-radius: 0;
    flex: 1;
    font-size: 11px;
    gap: 8px;
    justify-content: center;
    min-height: 38px;
    padding: 4px 8px;
    position: relative;
}

.asher-residential-progress li:not(:last-child)::after {
    background: #555;
    content: "";
    height: 1px;
    position: absolute;
    right: -13px;
    top: 50%;
    width: 26px;
}

.asher-residential-progress li.is-active {
    border: 0;
}

.asher-residential-progress li > span {
    flex-basis: 26px;
    height: 26px;
}

.asher-roof-home-hero {
    margin-bottom: 38px;
}

.asher-roof-home-hero-media {
    background: #0b0b0c;
    border: 1px solid #343438;
    border-radius: 7px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .28);
    min-height: 500px;
    overflow: hidden;
    position: relative;
}

.asher-roof-home-hero-image {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.asher-roof-home-hero-shade {
    background:
        linear-gradient(
            90deg,
            rgba(5, 5, 6, .96) 0,
            rgba(5, 5, 6, .76) 30%,
            rgba(5, 5, 6, .12) 61%,
            rgba(5, 5, 6, .05) 100%
        ),
        linear-gradient(
            0deg,
            rgba(5, 5, 6, .74) 0,
            transparent 38%
        );
    inset: 0;
    position: absolute;
}

.asher-roof-home-hero-copy {
    left: 34px;
    max-width: 390px;
    position: absolute;
    top: 58px;
    z-index: 2;
}

.asher-roof-home-hero-copy h2 {
    color: #fff;
    font-family: Oswald, "Arial Narrow", Arial, sans-serif;
    font-size: clamp(44px, 5vw, 72px);
    line-height: .98;
    margin: 0 0 18px;
    max-width: 360px;
    text-transform: uppercase;
}

.asher-roof-home-hero-copy p {
    color: #eee;
    font-size: 19px;
    line-height: 1.5;
    margin: 0;
    max-width: 320px;
}

.asher-roof-gaf-lockup {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 13px;
    gap: 10px;
    margin-top: 28px;
}

.asher-roof-gaf-lockup strong {
    align-items: center;
    background: #d71920;
    color: #fff;
    display: inline-flex;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-style: italic;
    height: 42px;
    justify-content: center;
    letter-spacing: -.05em;
    line-height: 1;
    margin: 0;
    width: 48px;
}

.asher-roof-property-badge {
    align-items: flex-start;
    backdrop-filter: blur(8px);
    background: rgba(13, 13, 15, .84);
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 5px;
    color: #fff;
    display: flex;
    gap: 10px;
    padding: 12px 14px;
    position: absolute;
    right: 14px;
    text-transform: uppercase;
    top: 14px;
    z-index: 2;
}

.asher-roof-property-badge > span {
    color: #caa457;
    font-size: 18px;
    line-height: 1;
}

.asher-roof-property-badge strong,
.asher-roof-property-badge small {
    display: block;
}

.asher-roof-property-badge strong {
    font-size: 12px;
    letter-spacing: .05em;
}

.asher-roof-property-badge small {
    color: #bbb;
    font-size: 10px;
    margin-top: 3px;
}

.asher-roof-hero-selection {
    align-items: center;
    backdrop-filter: blur(10px);
    background: rgba(18, 18, 20, .94);
    border: 1px solid rgba(255, 255, 255, .18);
    bottom: 16px;
    display: grid;
    gap: 16px;
    grid-template-columns: 112px 1fr auto;
    left: 16px;
    padding: 12px;
    position: absolute;
    right: 16px;
    z-index: 2;
}

.asher-roof-hero-swatch {
    background: #222;
    display: block;
    height: 62px;
    overflow: hidden;
}

.asher-roof-hero-swatch img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.asher-roof-hero-selection-copy strong,
.asher-roof-hero-selection-copy small {
    display: block;
    text-transform: uppercase;
}

.asher-roof-hero-selection-copy strong {
    color: #fff;
    font-size: 15px;
    letter-spacing: .02em;
}

.asher-roof-hero-selection-copy small {
    color: #ccc;
    font-size: 11px;
    margin-top: 5px;
}

.asher-roof-hero-selection button {
    background: #caa457;
    border: 0;
    color: #111;
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
    min-height: 46px;
    padding: 0 24px;
    text-transform: uppercase;
}

.asher-roof-package-section {
    scroll-margin-top: 28px;
}

.asher-roof-package-featured {
    box-shadow: 0 0 22px rgba(202, 164, 87, .12);
}

.asher-roof-package-image {
    height: 150px;
}

.asher-roof-color-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.asher-roof-color-card {
    flex: 0 0 300px;
    max-width: 100%;
    min-width: 0;
    padding: 8px;
    width: 300px;
}

.asher-roof-color-card strong {
    font-size: 11px;
    overflow-wrap: anywhere;
}

.asher-roof-color-note {
    font-size: 9px;
}

.asher-roof-color-swatch {
    height: 96px;
}

@media (max-width: 700px) {
    .asher-roof-color-card {
        flex-basis: 100%;
        width: 100%;
    }
}

.asher-roof-visualizer-footer {
    border-top: 1px solid #333;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .85fr);
    margin-top: 34px;
    padding-top: 28px;
}

.asher-roof-visualizer-footer h2 {
    color: #fff;
    font-family: Oswald, "Arial Narrow", Arial, sans-serif;
    font-size: 28px;
    line-height: 1.1;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.asher-roof-visualizer-footer p {
    color: #bbb;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

.asher-roof-photo-fallback-trigger {
    background: transparent;
    border: 1px solid #caa457;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
    min-height: 46px;
    padding: 0 22px;
    text-transform: uppercase;
}

.asher-roof-visualizer-disclaimer {
    margin-top: 12px !important;
}

.asher-roof-photo-upload {
    background: #101011;
    border: 1px solid #454549;
    grid-column: 1 / -1;
    padding: 18px;
}

.asher-roof-photo-upload strong,
.asher-roof-photo-upload label {
    color: #fff;
    display: block;
}

.asher-roof-photo-upload label {
    margin: 14px 0 8px;
}

@media (max-width: 900px) {
    .asher-residential-progress ol {
        display: grid;
        gap: 7px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .asher-residential-progress li {
        background: #151517;
        border: 1px solid #3a3a3d;
        justify-content: flex-start;
        min-height: 46px;
    }

    .asher-residential-progress li:not(:last-child)::after {
        display: none;
    }

    .asher-residential-progress li.is-active {
        border: 1px solid #caa457;
    }

    .asher-roof-home-hero-media {
        min-height: 540px;
    }

    .asher-roof-home-hero-copy {
        left: 24px;
        top: 44px;
    }

    .asher-roof-visualizer-footer {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    .asher-residential-progress ol {
        grid-template-columns: 1fr 1fr;
    }

    .asher-roof-home-hero-media {
        min-height: 560px;
    }

    .asher-roof-home-hero-shade {
        background:
            linear-gradient(
                180deg,
                rgba(5, 5, 6, .82),
                rgba(5, 5, 6, .2) 55%,
                rgba(5, 5, 6, .92)
            );
    }

    .asher-roof-home-hero-copy {
        left: 20px;
        right: 20px;
        top: 80px;
    }

    .asher-roof-home-hero-copy h2 {
        font-size: 46px;
    }

    .asher-roof-home-hero-copy p {
        font-size: 16px;
    }

    .asher-roof-property-badge {
        left: 14px;
        right: auto;
    }

    .asher-roof-hero-selection {
        gap: 10px;
        grid-template-columns: 78px 1fr;
    }

    .asher-roof-hero-selection button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .asher-roof-color-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
