/* ============================================================
   TRUEFLOW GUTTER SYSTEMS
   SHARED AREA / LOCATION PAGES
============================================================ */

/* HERO */

.area-hero {
    position: relative;
    min-height: clamp(660px, 80vh, 860px);
    overflow: hidden;
    display: flex;
    color: var(--color-light);
    background: var(--color-dark);
}

.area-hero__media,
.area-hero__overlay {
    position: absolute;
    inset: 0;
}

.area-hero__media {
    overflow: hidden;
}

.area-hero__media img {
    width: 100%;
    height: 112%;
    object-fit: cover;
    object-position: center;
}

.area-hero__overlay {
    z-index: 1;
    background:
        linear-gradient(90deg,
            rgba(17, 24, 39, .97) 0%,
            rgba(17, 24, 39, .88) 40%,
            rgba(17, 24, 39, .54) 72%,
            rgba(17, 24, 39, .20) 100%);
}

.area-hero__lines {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.area-hero__lines span {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, .07);
}

.area-hero__lines span:first-child {
    left: 34%;
}

.area-hero__lines span:last-child {
    left: 68%;
}

.area-hero__inner {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
    align-items: center;
    gap: clamp(60px, 8vw, 120px);
    padding-top: clamp(90px, 8vw, 125px);
    padding-bottom: clamp(90px, 8vw, 125px);
}

.area-hero__content {
    max-width: 860px;
}

.area-hero__kicker {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 22px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .72);
}

.area-hero__kicker::before {
    content: "";
    width: 42px;
    height: 2px;
    background: var(--color-red);
}

.area-hero h1 {
    margin-bottom: 28px;
    font-size: clamp(56px, 6.8vw, 102px);
    font-weight: 620;
    line-height: .92;
    letter-spacing: -.06em;
}

.area-hero__lead {
    max-width: 720px;
    margin-bottom: 34px;
    font-size: clamp(17px, 1.45vw, 21px);
    line-height: 1.7;
    color: rgba(255, 255, 255, .7);
}

.area-hero__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.area-hero__call small,
.area-hero__call strong {
    display: block;
}

.area-hero__call small {
    font-size: 9px;
    color: rgba(255, 255, 255, .48);
}

.area-hero__call strong {
    font-size: 16px;
}

.area-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 34px;
}

.area-hero__trust span {
    padding: 7px 11px;
    font-size: 9px;
    font-weight: 750;
    color: rgba(255, 255, 255, .68);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
}

.area-hero__card {
    align-self: end;
    padding: 28px;
    background: rgba(23, 71, 166, .84);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 20px;
    backdrop-filter: blur(14px);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
}

.area-hero__card>span {
    display: block;
    margin-bottom: 14px;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .56);
}

.area-hero__card>strong {
    display: block;
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 1.08;
}

.area-hero__card>p {
    margin-bottom: 22px;
    font-size: 12px;
    line-height: 1.7;
    color: rgba(255, 255, 255, .64);
}

.area-hero__card>a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    font-weight: 800;
    color: #fff;
}

/* INTRO */

.area-intro {
    background: var(--color-light);
}

.area-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .92fr);
    align-items: center;
    gap: clamp(70px, 9vw, 135px);
}

.area-intro__visual {
    position: relative;
    min-height: 620px;
}

.area-intro__main {
    position: absolute;
    inset: 0 80px 55px 0;
    overflow: hidden;
    border-radius: 22px;
    box-shadow: var(--shadow-lg);
}

.area-intro__detail {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 43%;
    height: 250px;
    overflow: hidden;
    border: 8px solid var(--color-light);
    border-radius: 18px;
    box-shadow: var(--shadow);
}

.area-intro__main img,
.area-intro__detail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.area-intro__badge {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 2;
    padding: 18px 20px;
    color: #fff;
    background: var(--color-blue);
    border-radius: 15px;
}

.area-intro__badge small,
.area-intro__badge strong {
    display: block;
}

.area-intro__badge small {
    font-size: 9px;
    color: rgba(255, 255, 255, .6);
}

.area-intro__badge strong {
    font-size: 18px;
}

.area-intro__content>p:not(.section-lead) {
    color: var(--color-muted);
}

/* SERVICES */

.area-services {
    padding: clamp(90px, 9vw, 140px) 0;
    color: var(--color-light);
    background: var(--color-blue);
}

.area-services__heading {
    max-width: 900px;
    margin-bottom: 55px;
}

.area-services__heading h2,
.area-process__heading h2,
.area-coverage__content h2 {
    margin-bottom: 22px;
    font-size: clamp(44px, 5.3vw, 80px);
    font-weight: 600;
    line-height: .98;
    letter-spacing: -.055em;
}

.area-services__heading h2 span,
.area-process__heading h2 span,
.area-coverage__content h2 span {
    display: block;
    color: rgba(255, 255, 255, .5);
}

.area-services__heading p {
    max-width: 720px;
    color: rgba(255, 255, 255, .62);
}

.area-services__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-left: 1px solid rgba(255, 255, 255, .16);
}

.area-services__grid>a {
    min-height: 290px;
    padding: 28px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    border-right: 1px solid rgba(255, 255, 255, .16);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    transition: background .25s ease;
}

.area-services__grid>a:hover {
    background: rgba(255, 255, 255, .06);
}

.area-services__grid>a>span {
    margin-bottom: 36px;
    font-size: 9px;
    font-weight: 800;
    color: #ffd2d4;
}

.area-services__grid small {
    display: block;
    margin-bottom: 6px;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .52);
}

.area-services__grid h3 {
    margin-bottom: 9px;
    font-size: 24px;
}

.area-services__grid p {
    margin: 0;
    max-width: 520px;
    font-size: 12px;
    color: rgba(255, 255, 255, .58);
}

.area-services__grid>a>strong {
    margin-top: 22px;
    font-size: 10px;
    color: #fff;
}

/* SEAMLESS */

.area-seamless {
    background: var(--color-grey);
}

.area-seamless__grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(70px, 9vw, 135px);
}

.area-seamless__content>p:not(.section-lead) {
    color: var(--color-muted);
}

.area-seamless__points {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 28px 0;
}

.area-seamless__points span {
    padding: 8px 12px;
    font-size: 9px;
    font-weight: 800;
    color: var(--color-blue);
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 999px;
}

.area-seamless__visual {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border-radius: 22px;
    box-shadow: var(--shadow-lg);
}

.area-seamless__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.area-seamless__label {
    position: absolute;
    right: 22px;
    bottom: 22px;
    left: 22px;
    padding: 17px 19px;
    color: #fff;
    background: rgba(17, 24, 39, .84);
    border-radius: 14px;
}

.area-seamless__label small,
.area-seamless__label strong {
    display: block;
}

.area-seamless__label small {
    font-size: 8px;
    text-transform: uppercase;
    color: #ffd2d4;
}

.area-seamless__label strong {
    font-size: 18px;
}

/* REAL WORK */

.area-work {
    background: var(--color-light);
}

.area-work__grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr .8fr;
    gap: 14px;
}

.area-work__grid figure {
    position: relative;
    min-height: 420px;
    margin: 0;
    overflow: hidden;
    background: var(--color-dark);
    border-radius: 18px;
}

.area-work__feature {
    grid-row: span 2;
}

.area-work__grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .75s ease;
}

.area-work__grid figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(17, 24, 39, .82));
}

.area-work__grid figcaption {
    position: absolute;
    z-index: 2;
    right: 18px;
    bottom: 17px;
    left: 18px;
}

.area-work__grid small,
.area-work__grid strong {
    display: block;
}

.area-work__grid small {
    margin-bottom: 3px;
    font-size: 8px;
    text-transform: uppercase;
    color: #ffd2d4;
}

.area-work__grid strong {
    font-size: 16px;
    color: #fff;
}

.area-work__grid figure:hover img {
    transform: scale(1.055);
}

/* COVERAGE */

.area-coverage {
    padding: clamp(90px, 9vw, 140px) 0;
    color: #fff;
    background: var(--color-dark);
}

.area-coverage__grid {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    align-items: start;
    gap: clamp(70px, 9vw, 130px);
}

.area-coverage__content p {
    max-width: 650px;
    color: rgba(255, 255, 255, .62);
}

.area-coverage__places {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.area-coverage__places span {
    padding: 11px 14px;
    font-size: 10px;
    font-weight: 800;
    color: rgba(255, 255, 255, .78);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 999px;
}

.area-coverage__places .is-primary {
    color: #fff;
    background: var(--color-blue);
    border-color: var(--color-blue);
}

/* WHY */

.area-why {
    background: var(--color-grey);
}

.area-why__heading {
    max-width: 900px;
    margin-bottom: 50px;
}

.area-why__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--color-border);
    border-left: 1px solid var(--color-border);
}

.area-why__grid article {
    min-height: 250px;
    padding: 28px;
    background: #fff;
    border-right: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}

.area-why__grid article>span {
    display: inline-block;
    margin-bottom: 48px;
    font-size: 9px;
    font-weight: 800;
    color: var(--color-red);
}

.area-why__grid h3 {
    margin-bottom: 8px;
    font-size: 18px;
}

.area-why__grid p {
    margin: 0;
    font-size: 12px;
    color: var(--color-muted);
}

/* PROCESS */

.area-process {
    padding: clamp(90px, 9vw, 140px) 0;
    color: #fff;
    background: var(--color-blue);
}

.area-process__heading {
    max-width: 880px;
    margin-bottom: 55px;
}

.area-process__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.area-process__grid article {
    min-height: 250px;
    padding: 28px;
    border-right: 1px solid rgba(255, 255, 255, .16);
}

.area-process__grid article:last-child {
    border-right: 0;
}

.area-process__grid article>span {
    display: inline-block;
    margin-bottom: 48px;
    font-size: 9px;
    font-weight: 800;
    color: #ffd2d4;
}

.area-process__grid h3 {
    margin-bottom: 8px;
    font-size: 19px;
}

.area-process__grid p {
    margin: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, .58);
}

/* FAQ */

.area-faq {
    background: #fff;
}

.area-faq__grid {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    align-items: start;
    gap: clamp(65px, 9vw, 130px);
}

.area-faq__heading>p {
    color: var(--color-muted);
}

.area-faq__items {
    border-top: 1px solid var(--color-border);
}

.area-faq__items details {
    border-bottom: 1px solid var(--color-border);
}

.area-faq__items summary {
    position: relative;
    padding: 22px 50px 22px 0;
    cursor: pointer;
    list-style: none;
    font-size: 16px;
    font-weight: 750;
    color: var(--color-dark);
}

.area-faq__items summary::-webkit-details-marker {
    display: none;
}

.area-faq__items summary::before,
.area-faq__items summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 17px;
    height: 2px;
    background: var(--color-blue);
    transform: translateY(-50%);
    transition: transform .25s;
}

.area-faq__items summary::after {
    transform: translateY(-50%) rotate(90deg);
}

.area-faq__items details[open] summary::after {
    transform: translateY(-50%) rotate(0);
}

.area-faq__items details>p {
    max-width: 760px;
    margin: -4px 0 22px;
    padding-right: 50px;
    font-size: 12px;
    line-height: 1.8;
    color: var(--color-muted);
}

/* RELATED AREAS */

.area-related {
    background: var(--color-grey);
}

.area-related__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.area-related__grid>a {
    min-height: 260px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: 18px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.area-related__grid>a:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.area-related__grid>a>span {
    margin-bottom: 32px;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--color-red);
}

.area-related__grid h3 {
    margin-bottom: 8px;
    font-size: 24px;
}

.area-related__grid p {
    margin-bottom: 20px;
    font-size: 12px;
    color: var(--color-muted);
}

.area-related__grid strong {
    margin-top: auto;
    font-size: 10px;
    color: var(--color-blue);
}

/* CTA */

.area-cta {
    padding: 65px 0;
    color: #fff;
    background: var(--color-red);
}

.area-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.area-cta__inner>div:first-child>span {
    display: block;
    margin-bottom: 6px;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .68);
}

.area-cta h2 {
    max-width: 900px;
    margin-bottom: 8px;
    font-size: clamp(31px, 3.8vw, 54px);
    line-height: 1.05;
    letter-spacing: -.045em;
}

.area-cta p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, .72);
}

.area-cta__actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.area-cta__phone {
    font-size: 15px;
    font-weight: 800;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
    .area-hero__inner {
        grid-template-columns: 1fr 310px;
    }

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

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

@media (max-width: 900px) {
    .area-hero {
        min-height: auto;
    }

    .area-hero__inner {
        grid-template-columns: 1fr;
        padding-top: 85px;
        padding-bottom: 90px;
    }

    .area-hero__card {
        display: none;
    }

    .area-intro__grid,
    .area-seamless__grid,
    .area-coverage__grid,
    .area-faq__grid {
        grid-template-columns: 1fr;
    }

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

    .area-work__feature {
        grid-row: auto;
    }

    .area-cta__inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 700px) {
    .area-hero__inner {
        padding-top: 70px;
        padding-bottom: 75px;
    }

    .area-hero h1 {
        font-size: clamp(44px, 12vw, 62px);
    }

    .area-hero__lead {
        font-size: 16px;
    }

    .area-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .area-hero__actions .button {
        width: 100%;
    }

    .area-hero__call {
        text-align: center;
    }

    .area-intro__visual {
        min-height: 460px;
    }

    .area-intro__main {
        inset: 0 35px 42px 0;
    }

    .area-intro__detail {
        width: 46%;
        height: 190px;
        border-width: 6px;
    }

    .area-services__grid,
    .area-why__grid,
    .area-process__grid,
    .area-related__grid {
        grid-template-columns: 1fr;
    }

    .area-seamless__visual {
        min-height: 390px;
    }

    .area-work__grid {
        display: flex;
        gap: 13px;
        overflow-x: auto;
        padding-bottom: 12px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .area-work__grid::-webkit-scrollbar {
        display: none;
    }

    .area-work__grid figure {
        width: min(84vw, 430px);
        min-width: min(84vw, 430px);
        height: 430px;
        scroll-snap-align: start;
    }

    .area-coverage__places {
        gap: 8px;
    }

    .area-cta__actions {
        width: 100%;
        align-items: stretch;
        flex-direction: column;
    }

    .area-cta__actions .button {
        width: 100%;
    }

    .area-cta__phone {
        text-align: center;
    }
}

@media (max-width: 520px) {
    .area-hero h1 {
        font-size: clamp(42px, 11.5vw, 56px);
    }

    .area-intro__visual {
        min-height: 380px;
    }

    .area-intro__main {
        inset: 0 25px 35px 0;
        border-radius: 17px;
    }

    .area-intro__detail {
        height: 155px;
        border-radius: 13px;
    }

    .area-seamless__visual {
        min-height: 320px;
    }

    .area-work__grid figure {
        width: 86vw;
        min-width: 86vw;
        height: 390px;
    }

    .area-faq__items summary {
        font-size: 14px;
    }
}