@charset "UTF-8";

.hero {
    background-image:
        linear-gradient(112deg, rgba(7, 21, 31, .94) 0%, rgba(18, 43, 60, .88) 60%, rgba(24, 57, 78, .84) 100%),
        url('/assets/img/roofers-in-blackpool.jpg');
    background-position: center;
    background-size: cover;
}

.hero-review-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.hero-review-badge {
    display: inline-flex;
    min-width: 190px;
    align-items: center;
    gap: 10px;
    padding: 9px 13px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 12px;
    background: rgba(255, 255, 255, .11);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .14);
    color: #fff;
    text-decoration: none;
    backdrop-filter: blur(5px);
}

.hero-review-badge:hover,
.hero-review-badge:focus-visible {
    border-color: rgba(255, 255, 255, .65);
    background: rgba(255, 255, 255, .18);
    text-decoration: none;
    transform: translateY(-1px);
}

.hero-review-badge > span:last-child {
    display: grid;
    line-height: 1.18;
}

.hero-review-badge strong {
    color: inherit;
    font-size: 1rem;
    font-weight: 900;
}

.hero-review-badge small {
    color: inherit;
    font-size: .74rem;
    font-weight: 750;
    opacity: .87;
}

.hero-review-icon {
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    place-items: center;
    border-radius: 50%;
    background: #fff;
}

.hero-review-icon .icon {
    width: 24px;
    height: 24px;
    vertical-align: 0;
}

.hero-review-google-icon .icon {
    width: 22px;
    height: 22px;
}

.page-hero .hero-review-badge {
    border-color: var(--line);
    background: #fff;
    box-shadow: 0 8px 20px rgba(9, 22, 34, .07);
    color: var(--navy);
}

.page-hero .hero-review-badge:hover,
.page-hero .hero-review-badge:focus-visible {
    border-color: var(--red);
    background: #fff;
}

.icon {
    display: inline-grid;
    place-items: center;
    width: 1.1em;
    height: 1.1em;
    vertical-align: -.18em;
}

.icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
    shape-rendering: geometricPrecision;
}

.trust-item {
    gap: 11px;
}

.trust-item .trust-icon {
    display: grid;
    place-items: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
}

.trust-item .trust-icon .icon {
    width: 21px;
    height: 21px;
    vertical-align: 0;
}

.trust-item .trust-icon .icon-phone {
    width: 22px;
    height: 22px;
}

.trust-item .trust-copy {
    display: grid;
    line-height: 1.3;
}

.trust-item .trust-copy strong {
    font-size: .96rem;
}

.trust-item .trust-copy small {
    font-size: .78rem;
    font-weight: 700;
}

.service-card-body em {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 4px;
    color: var(--red);
    font-size: .82rem;
    font-style: normal;
    font-weight: 800;
}

.button.button-outline:hover,
.button.button-outline:focus-visible {
    border-color: #fff;
    background: #fff !important;
    color: var(--navy) !important;
    text-decoration: none;
}

.services-hub-grid .service-card-body span:last-of-type {
    min-height: 3.9em;
}

.related-service-grid .advice-card {
    display: block;
    background: #fff;
}

.related-service-grid .advice-card p {
    display: flex;
    align-items: center;
    gap: 6px;
}

.dropdown-parent {
    border-bottom: 1px solid rgba(255, 255, 255, .22);
    font-weight: 900;
    margin-bottom: 3px;
}

.social-links a,
.footer-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.social-links a .icon {
    display: inline-grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 5px;
    flex: 0 0 25px;
}

.social-facebook .icon {
    background: #1877f2;
    color: #fff;
}

.social-x .icon {
    background: #fff;
    color: #07131d;
}

.social-google .icon {
    background: #fff;
}

.social-checkatrade .icon,
.contact-checkatrade .icon {
    background: #fff;
    padding: 3px;
}

.social-links a {
    min-height: 38px;
    padding: 6px 12px;
    font-size: .82rem;
    font-weight: 800;
}

.footer-whatsapp .icon,
.whatsapp-float .icon {
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    padding: 4px;
    border-radius: 50%;
}

.footer-whatsapp .icon {
    background: #25d366;
    color: #fff;
}

.whatsapp-float {
    gap: 8px;
}

.whatsapp-float .icon {
    background: #fff;
    color: #1cae58;
}

.whatsapp-float .icon svg {
    fill: currentColor;
}

.mobile-action-bar {
    display: none;
}

.context-links {
    width: min(1160px, calc(100% - 40px));
    margin: 18px auto 0;
    color: var(--muted);
    font-size: .9rem;
}

.context-links a {
    color: var(--red);
    font-weight: 800;
}

.service-hub-link {
    margin: 28px 0 0;
}

.service-hub-link a,
.service-advice-links a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--red);
    font-weight: 900;
}

.service-advice-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin: 24px 0 0;
}

.location-trust {
    background: var(--cream);
    padding: 22px 0;
    border-bottom: 1px solid var(--line);
}

.location-service-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-height: 190px;
    padding: 20px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 7px 20px rgba(9, 22, 34, .05);
    transition: transform .2s, box-shadow .2s, border-color .2s;
}

.location-service-card:hover {
    transform: translateY(-4px);
    border-color: rgba(227, 6, 32, .45);
    box-shadow: var(--shadow);
    text-decoration: none;
}

.location-service-icon {
    display: grid;
    place-items: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: var(--red);
    color: #fff;
}

.location-service-icon .icon {
    width: 25px;
    height: 25px;
    vertical-align: 0;
}

.location-service-card > span:last-child {
    display: grid;
    gap: 7px;
}

.location-service-card strong {
    color: var(--red);
    font-size: 1rem;
    line-height: 1.25;
}

.location-service-card small {
    color: var(--muted);
    font-size: .82rem;
    line-height: 1.5;
}

.location-service-card em {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--ink);
    font-size: .78rem;
    font-style: normal;
    font-weight: 900;
}

.location-hub-links,
.section-link,
.map-link {
    margin: 26px 0 0;
}

.location-hub-links a,
.section-link a,
.map-link a,
.nearby-links a {
    color: var(--red);
    font-weight: 850;
}

.section-dark .content-narrow p,
.section-dark .content-narrow li {
    color: #c3d0d9;
}

.section-dark .content-narrow a {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: var(--red);
    text-underline-offset: 3px;
}

.location-choice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.location-choice-grid > div {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 5px 12px;
    align-items: center;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: #fff;
}

.location-choice-grid > div > .icon {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 9px;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
}

.location-choice-grid strong {
    color: var(--red);
    line-height: 1.25;
}

.location-choice-grid span {
    color: var(--muted);
    font-size: .84rem;
    line-height: 1.45;
}

.location-work-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.location-work-grid article {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
}

.location-work-grid img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.location-work-grid article > div {
    padding: 18px;
}

.location-work-grid h3 {
    margin: 0 0 8px;
}

.location-work-grid p {
    color: var(--muted);
    font-size: .88rem;
}

.location-work-grid a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--red);
    font-size: .84rem;
    font-weight: 900;
}

.map-heading {
    margin: 0 0 8px;
    font-size: 1.35rem;
}

.service-area-map {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 10;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #e9ecef;
    box-shadow: var(--shadow);
}

.service-area-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.quote-process {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.quote-process article {
    position: relative;
    padding: 22px 20px 20px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: #fff;
}

.quote-process article > span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 12px;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    font-weight: 900;
}

.quote-process h3 {
    margin: 0 0 7px;
}

.quote-process p {
    margin: 0;
    color: var(--muted);
    font-size: .88rem;
}

.location-final-cta .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

.location-final-cta .hero-actions {
    flex: 0 0 auto;
    margin-top: 0;
}

.location-final-cta .button {
    gap: 7px;
}

.location-final-cta .button .icon {
    width: 20px;
    height: 20px;
}

.location-final-cta .whatsapp-cta {
    background: #25d366;
    color: #073b20;
}

/* Encoding-safe generated characters for servers that omit a CSS charset. */
.breadcrumbs li:not(:last-child)::after {
    content: "\203A";
}

.check-list li::before {
    content: "\2713";
}

.faq-list details[open] summary::after {
    content: "\2212";
}

/* Lighter, more visual homepage information panels. */
.home-panel-section {
    position: relative;
}

.home-reasons {
    background:
        radial-gradient(circle at 92% 8%, rgba(227, 6, 32, .07), transparent 28rem),
        #fff;
}

.home-panel-section .section-heading {
    max-width: 820px;
}

.feature-panel-grid {
    gap: 24px;
}

.feature-panel-card {
    position: relative;
    overflow: hidden;
    min-height: 250px;
    padding: 28px;
    border: 1px solid var(--line);
    border-top: 4px solid var(--red);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(9, 22, 34, .08);
}

.feature-panel-card::after {
    content: "";
    position: absolute;
    right: -38px;
    bottom: -45px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(227, 6, 32, .05);
}

.feature-panel-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.feature-panel-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--red);
    color: #fff;
}

.feature-panel-icon .icon {
    width: 25px;
    height: 25px;
    vertical-align: 0;
}

.feature-panel-card .number {
    color: #aeb7bf;
    font-size: 1rem;
}

.feature-panel-card h3 {
    color: var(--ink);
    font-size: 1.12rem;
}

.feature-panel-card p {
    position: relative;
    z-index: 1;
    color: var(--muted);
}

.home-process {
    background: var(--cream);
}

.process-timeline {
    gap: 24px;
}

.process-step {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    min-height: 225px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(9, 22, 34, .07);
}

.process-number {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
    box-shadow: 0 0 0 7px rgba(227, 6, 32, .09);
}

.process-label {
    margin: 0 0 4px;
    color: var(--red) !important;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.process-step h3 {
    margin: 0 0 9px;
    color: var(--ink);
    font-size: 1.12rem;
}

.process-step p:last-child {
    color: var(--muted);
}

@media (max-width: 760px) {
    .trust-item .trust-copy strong {
        font-size: .86rem;
    }

    .trust-item .trust-copy small {
        font-size: .72rem;
    }

    .location-service-grid,
    .location-choice-grid,
    .location-work-grid,
    .quote-process {
        grid-template-columns: 1fr;
    }

    .location-service-card {
        min-height: 0;
    }

    .location-final-cta .wrap {
        display: grid;
    }

    .location-final-cta .hero-actions {
        display: grid;
        width: 100%;
    }

    .location-final-cta .button {
        width: 100%;
    }

    .feature-panel-grid,
    .process-timeline {
        grid-template-columns: 1fr;
    }

    .feature-panel-card,
    .process-step {
        min-height: 0;
    }

    .process-step {
        grid-template-columns: 48px 1fr;
        padding: 22px;
    }

    .process-number {
        width: 44px;
        height: 44px;
        box-shadow: 0 0 0 5px rgba(227, 6, 32, .09);
    }
}

picture {
    display: block;
}

.hero-grid picture,
.split-image picture {
    min-width: 0;
}

.hero-grid picture .hero-image,
.split-image picture,
.split-image picture img {
    width: 100%;
}

.service-card picture {
    overflow: hidden;
}

.service-card picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advice-grid,
.project-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.advice-grid .advice-card,
.project-gallery-card {
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(9, 22, 34, .07);
}

.advice-grid .advice-card img,
.project-gallery-card img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.gallery-lightbox-trigger {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: #111;
    cursor: zoom-in;
    font: inherit;
    text-align: left;
}

.gallery-lightbox-trigger picture {
    width: 100%;
}

.gallery-lightbox-trigger img {
    transition: transform .25s ease, opacity .25s ease;
}

.gallery-lightbox-trigger:hover img,
.gallery-lightbox-trigger:focus-visible img {
    opacity: .78;
    transform: scale(1.035);
}

.gallery-lightbox-trigger:focus-visible {
    outline: 4px solid var(--red);
    outline-offset: -4px;
}

.gallery-open-label {
    position: absolute;
    right: 14px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(7, 19, 29, .9);
    color: #fff;
    font-size: .78rem;
    font-weight: 850;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .24);
}

.gallery-open-label > span {
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border: 2px solid currentColor;
    border-radius: 50%;
    font-size: 1rem;
    line-height: 1;
}

body.lightbox-open {
    overflow: hidden;
}

.gallery-lightbox {
    width: min(1100px, calc(100% - 28px));
    max-width: none;
    max-height: none;
    margin: auto;
    padding: 0;
    overflow: visible;
    border: 0;
    background: transparent;
    color: #fff;
}

.gallery-lightbox::backdrop {
    background: rgba(2, 8, 13, .92);
    backdrop-filter: blur(5px);
}

.gallery-lightbox[open] {
    display: grid;
    place-items: center;
}

.gallery-lightbox-shell {
    position: relative;
    width: 100%;
}

.gallery-lightbox figure {
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 18px;
    background: #07131d;
    box-shadow: 0 25px 80px rgba(0, 0, 0, .55);
}

.gallery-lightbox-image {
    display: block;
    width: 100%;
    max-height: calc(100vh - 210px);
    object-fit: contain;
    background: #02070b;
}

.gallery-lightbox figcaption {
    padding: 16px 72px 18px;
}

.gallery-lightbox figcaption p,
.gallery-lightbox figcaption h2 {
    margin: 0;
}

.gallery-lightbox-service {
    color: #ff8e98;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.gallery-lightbox h2 {
    margin-top: 3px !important;
    color: #fff;
    font-size: 1.22rem;
}

.gallery-lightbox-caption {
    color: #c7d2da;
    font-size: .92rem;
}

.gallery-lightbox-count {
    margin-top: 6px !important;
    color: #8fa0ac;
    font-size: .76rem;
}

.gallery-lightbox-close,
.gallery-lightbox-nav {
    position: absolute;
    z-index: 2;
    display: grid;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
    background: rgba(7, 19, 29, .92);
    color: #fff;
    cursor: pointer;
    line-height: 1;
}

.gallery-lightbox-close:hover,
.gallery-lightbox-nav:hover,
.gallery-lightbox-close:focus-visible,
.gallery-lightbox-nav:focus-visible {
    border-color: #fff;
    background: var(--red);
    outline: 3px solid rgba(255, 255, 255, .4);
}

.gallery-lightbox-close {
    top: -15px;
    right: -15px;
    width: 48px;
    height: 48px;
    font-size: 2rem;
}

.gallery-lightbox-nav {
    top: 42%;
    width: 52px;
    height: 52px;
    font-size: 2.4rem;
}

.gallery-lightbox-prev {
    left: 14px;
}

.gallery-lightbox-next {
    right: 14px;
}

.advice-grid .advice-card > div,
.project-gallery-card > div {
    padding: 22px;
}

.project-service {
    margin: 0 0 8px;
    color: var(--red);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.project-gallery-card h2 {
    margin-top: 0;
    font-size: 1.3rem;
}

.project-gallery-card h3 {
    margin: 0 0 8px;
    color: var(--red);
    font-size: 1.05rem;
    line-height: 1.25;
}

.gallery-hero {
    padding: 28px 0 26px;
}

.gallery-hero h1 {
    margin-bottom: 8px;
}

.gallery-hero p {
    max-width: 920px;
    margin: 0;
    font-size: 1rem;
}

.gallery-hero .hero-actions {
    margin-top: 16px;
}

.gallery-showcase {
    padding-top: 34px;
}

.gallery-showcase .section-heading {
    margin-bottom: 20px;
}

.gallery-first-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.gallery-first-grid .gallery-image-tile {
    aspect-ratio: 4 / 3;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(9, 22, 34, .11);
}

.gallery-first-grid .gallery-image-tile img,
.gallery-first-grid .gallery-image-tile picture {
    width: 100%;
    height: 100%;
}

.gallery-first-grid .gallery-image-tile img {
    object-fit: cover;
}

.gallery-service-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    align-items: center;
    margin-top: 24px;
    font-size: .9rem;
}

.gallery-service-links span {
    font-weight: 800;
}

.gallery-service-links a {
    color: var(--red);
    font-weight: 750;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.gallery-first-grid .project-gallery-card {
    border-radius: 14px;
}

.gallery-first-grid .project-gallery-card > div {
    padding: 16px;
}

.gallery-first-grid .project-gallery-card > div > p:not(.project-service) {
    display: -webkit-box;
    margin: 0 0 12px;
    overflow: hidden;
    color: var(--muted);
    font-size: .88rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.gallery-first-grid .project-gallery-card a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--red);
    font-size: .84rem;
    font-weight: 850;
}

.new-roof-choice-section,
.service-feature-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background-color: #111;
    background-position: center 42%;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.new-roof-choice-section {
    background-image: url('/assets/img/new-roof-installations.jpg');
}

.new-roof-choice-overlay,
.service-feature-overlay {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(105deg, rgba(7, 19, 29, .97), rgba(7, 19, 29, .84) 58%, rgba(7, 19, 29, .73));
}

.new-roof-choice-content .section-heading,
.service-feature-content .section-heading {
    max-width: 850px;
}

.new-roof-choice-content .section-heading h2,
.new-roof-choice-copy h2,
.service-feature-content .section-heading h2,
.service-feature-copy h2 {
    color: #fff;
}

.new-roof-choice-content .section-supporting,
.service-feature-content .section-supporting {
    color: #fff;
}

.new-roof-choice-content .section-intro,
.new-roof-choice-copy p,
.service-feature-content .section-intro,
.service-feature-copy p {
    color: #d7e3eb;
}

.new-roof-benefit-grid,
.service-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 32px;
}

.new-roof-benefit-grid article,
.service-feature-grid article {
    padding: 24px 21px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 16px;
    background: rgba(8, 24, 35, .78);
    backdrop-filter: blur(5px);
}

.benefit-icon,
.card-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
}

.benefit-icon .icon,
.card-icon .icon {
    width: 25px;
    height: 25px;
}

.new-roof-benefit-grid h3,
.service-feature-grid h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 1.04rem;
}

.new-roof-benefit-grid p,
.service-feature-grid p {
    margin: 0;
    color: #d7e3eb;
    font-size: .92rem;
}

.new-roof-choice-copy,
.service-feature-copy {
    max-width: 820px;
    margin-top: 38px;
}

.new-roof-choice-copy h2,
.service-feature-copy h2 {
    margin: 0 0 12px;
    font-size: clamp(1.35rem, 2vw, 1.65rem);
}

.new-roof-outcome-grid .info-card {
    position: relative;
    padding-top: 25px;
}

.article-dates {
    margin-top: 18px;
    font-size: .92rem;
    opacity: .84;
}

.article-intro {
    margin-bottom: 34px;
    padding: 22px 24px;
    border-left: 5px solid var(--red);
    background: var(--cream);
    color: var(--ink);
    font-size: 1.08rem;
    font-weight: 700;
}

.article-service-links {
    margin: 30px 0;
    padding: 22px 24px;
    border: 1px solid #f0c7cc;
    border-left: 5px solid var(--red);
    border-radius: 12px;
    background: #fff7f8;
    color: var(--ink) !important;
}

.article-service-links strong {
    display: block;
    margin-bottom: 7px;
    color: var(--red);
}

.article-service-links a {
    color: var(--red);
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.article-feature {
    margin: 0 0 30px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 14px 34px rgba(9, 22, 34, .1);
}

.article-feature picture,
.article-feature img {
    width: 100%;
}

.article-feature img {
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.contact-card {
    display: grid;
    gap: 22px;
}

.contact-card > h2,
.contact-card > p {
    margin: 0;
}

.contact-detail {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
}

.contact-detail-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--red);
    color: #fff;
}

.contact-detail-icon .icon {
    width: 24px;
    height: 24px;
    vertical-align: 0;
}

.contact-detail > div {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.contact-detail strong {
    color: #fff;
    font-size: .9rem;
}

.contact-detail a,
.contact-detail address {
    color: #dbe4eb;
    overflow-wrap: anywhere;
}

.contact-detail a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.contact-detail .contact-phone {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 900;
}

.contact-form > .form-status {
    margin: 14px 0 0;
}

.contact-social {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding-top: 5px;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.contact-social a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 7px 12px 7px 7px;
    border: 1px solid #51606b;
    border-radius: 999px;
    color: #fff;
    font-size: .8rem;
    font-weight: 800;
}

.contact-social a:hover {
    border-color: #fff;
    text-decoration: none;
}

.contact-social .icon {
    width: 28px;
    height: 28px;
    padding: 5px;
    border-radius: 50%;
    background: #fff;
    color: #07131d;
    vertical-align: 0;
}

.contact-social a:first-child .icon {
    background: #1877f2;
    color: #fff;
}

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

    .new-roof-benefit-grid,
    .service-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    body {
        padding-bottom: calc(68px + env(safe-area-inset-bottom));
    }

    .mobile-action-bar {
        position: fixed;
        z-index: 100;
        right: 0;
        bottom: 0;
        left: 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
        background: rgba(255, 255, 255, .98);
        border-top: 1px solid var(--line);
        box-shadow: 0 -8px 24px rgba(7, 19, 29, .16);
    }

    .mobile-action-bar a {
        display: inline-flex;
        min-height: 48px;
        align-items: center;
        justify-content: center;
        gap: 8px;
        border-radius: 9px;
        color: #fff;
        font-size: .95rem;
        font-weight: 850;
        text-decoration: none;
    }

    .mobile-action-bar .icon {
        width: 21px;
        height: 21px;
    }

    .mobile-action-bar .icon svg {
        fill: currentColor;
    }

    .mobile-action-call {
        background: var(--red);
    }

    .mobile-action-contact {
        background: var(--navy);
    }

    .whatsapp-float {
        bottom: calc(78px + env(safe-area-inset-bottom));
    }
}

@media (max-width: 620px) {
    .hero-review-badges {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-review-badge {
        min-width: 0;
        padding: 9px;
    }

    .advice-grid,
    .project-gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-first-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 11px;
    }

    .gallery-first-grid .project-gallery-card > div {
        padding: 13px;
    }

    .gallery-first-grid .project-gallery-card > div > p:not(.project-service) {
        display: none;
    }

    .gallery-first-grid .gallery-open-label {
        padding: 7px;
        font-size: 0;
    }

    .new-roof-benefit-grid,
    .service-feature-grid {
        grid-template-columns: 1fr;
    }

    .gallery-open-label {
        right: 10px;
        bottom: 10px;
    }

    .gallery-lightbox {
        width: calc(100% - 16px);
    }

    .gallery-lightbox-image {
        max-height: calc(100vh - 245px);
    }

    .gallery-lightbox figcaption {
        padding: 14px 54px 16px 16px;
    }

    .gallery-lightbox-caption {
        display: none;
    }

    .gallery-lightbox-close {
        top: 8px;
        right: 8px;
        width: 44px;
        height: 44px;
    }

    .gallery-lightbox-nav {
        top: 40%;
        width: 46px;
        height: 46px;
    }

    .gallery-lightbox-prev {
        left: 8px;
    }

    .gallery-lightbox-next {
        right: 8px;
    }
}
