#box_wrapper .s-pb-lg-95>[class*=container], .s-pt-lg-100>[class*=container], .s-pb-55>[class*=container], .s-pt-60>[class*=container]{padding-top: 0; padding-bottom: 0;}
#box_wrapper .container { width: inherit !important; max-width: inherit !important; }


.br-location-page {
    --ink: #000;
    --orange: #f2c014;
    --cream: #f5f2ec;
    color: var(--ink);
    background: #fff;
    font-family: "Inter", Arial, sans-serif;
}

.br-location-page .title {
    font: 700 36px/.98 "Barlow Condensed", Impact, sans-serif;
    letter-spacing: -.025em;
    text-transform: uppercase;
}

.why-item h3,
.service-card h3,
.fabrication-card h3 {
    font-family: "Barlow Condensed", Impact, sans-serif;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .br-location-page .title {
        font-size: 48px;
    }
}

@media (max-width: 580px) {
    .br-location-page .title {
        font-size: 36px;
        line-height: 1.02;
    }
}

.br-location-page,
.br-location-page * {
    box-sizing: border-box;
}

.faq-section,
.why-section,
.fabrication-section {
    position: relative;
    padding: clamp(82px, 9vw, 132px) 24px;
    overflow: hidden;
}

.why-section,
.services-section {
    color: #fff;
    background: #303849;
}

.repair-wrap,
.faq-wrap,
.why-wrap,
.services-wrap,
.maintenance-wrap,
.fabrication-wrap {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.repair-visual__frame img,
.services-gallery img,
.maintenance-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.repair-content p,
.maintenance-copy p {
    font-size: 15px;
    line-height: 1.82;
}

.repair-section {
    position: relative;
    padding: clamp(72px, 9vw, 132px) 24px;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(48, 56, 73, .035) 1px, transparent 1px) 0 0 / 72px 72px,
        linear-gradient(rgba(48, 56, 73, .035) 1px, transparent 1px) 0 0 / 72px 72px,
        var(--cream);
}

.repair-section__glow {
    position: absolute;
    right: -180px;
    top: -240px;
    width: 580px;
    height: 580px;
    border: 130px solid rgba(242, 192, 20, .075);
    border-radius: 50%;
}

.repair-wrap {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(330px, .86fr) minmax(430px, 1.14fr);
    gap: clamp(56px, 8vw, 112px);
    align-items: center;
}

.repair-visual {
    position: relative;
    padding: 18px 0 24px 24px;
}

.repair-visual__frame {
    position: relative;
    height: clamp(540px, 54vw, 660px);
    overflow: hidden;
    box-shadow: 0 24px 65px rgba(20, 28, 32, .2);
}

.repair-visual__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(9, 13, 15, .62) 100%);
}

.repair-visual__accent {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 46%;
    height: 62%;
    background: var(--orange);
}

.repair-content h1 {
    margin-bottom: 28px;
}

.repair-content h1 em {
    color: var(--orange);
    font-style: normal;
}

.repair-content p {
    margin: 0 0 17px;
}

.repair-content p strong {
    font-weight: 700;
}

.repair-content p a {
    color: var(--orange);
    font-weight: 700;
    text-underline-offset: 3px;
}

@media (max-width: 920px) {
    .repair-wrap {
        grid-template-columns: 1fr;
        max-width: 680px;
    }

    .repair-visual {
        width: min(520px, 92%);
        margin: 0 auto;
    }

    .repair-visual__frame {
        height: min(700px, 105vw);
    }
    #box_wrapper .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
    }
    
}

@media (max-width: 580px) {
    .repair-section {
        padding: 62px 18px;
    }

    .repair-wrap {
        gap: 48px;
    }

    .repair-visual {
        width: 100%;
        padding-left: 14px;
    }

    .repair-visual__frame {
        height: 116vw;
        max-height: 600px;
    }
}

.faq-section {
    background: var(--cream);
}

.faq-wrap {
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(500px, 1.28fr);
    gap: clamp(52px, 8vw, 110px);
    align-items: start;
}

.faq-list {
    background: #fff;
    box-shadow: 0 22px 60px rgba(48, 56, 73, .09);
}

.faq-item {
    border-bottom: 1px solid #e5e1da;
}

.faq-item:last-child {
    border-bottom: 0;
}

.faq-item summary {
    position: relative;
    padding: 26px 74px 26px 28px;
    cursor: pointer;
    list-style: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::before,
.faq-item summary::after {
    content: "";
    position: absolute;
    right: 29px;
    top: 50%;
    width: 16px;
    height: 2px;
    transform: translateY(-50%);
    background: var(--orange);
    transition: transform .25s ease;
}

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

.faq-item[open] summary::after {
    transform: translateY(-50%) rotate(0deg);
}

.faq-item[open] summary {
    color: var(--orange);
}

.faq-answer {
    padding: 0 74px 26px 28px;
}

.faq-answer p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
}

@media (max-width: 900px) {
    .faq-wrap {
        grid-template-columns: 1fr;
        max-width: 760px;
    }

    .faq-heading {
        max-width: 680px;
    }
}

@media (max-width: 580px) {
    .faq-wrap {
        gap: 38px;
    }

    .faq-item summary {
        padding: 22px 60px 22px 21px;
    }

    .faq-item summary::before,
    .faq-item summary::after {
        right: 22px;
    }

    .faq-answer {
        padding: 0 21px 23px;
    }
}

.why-section::before {
    content: "";
    position: absolute;
    left: -180px;
    bottom: -240px;
    width: 520px;
    height: 520px;
    border: 110px solid rgba(242, 192, 20, .06);
    border-radius: 50%;
}

.why-wrap {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(300px, .74fr) minmax(520px, 1.26fr);
    gap: clamp(52px, 8vw, 108px);
    align-items: start;
}

.why-intro h2 {
    margin-bottom: 30px;
}

.why-intro h2::first-line {
    color: var(--orange);
}

.why-intro > p,
.why-closing {
    margin: 0;
    font-size: 15px;
    line-height: 1.82;
}

.why-lead {
    margin: 0 0 25px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.why-item {
    min-width: 0;
    padding: 25px;
    background: #3a4355;
    transition: background .25s ease, transform .25s ease;
}

.why-item:hover {
    transform: translateY(-3px);
    background: #465064;
}

.why-item h3 {
    margin: 0 0 10px;
    color: var(--orange);
    font-size: 22px;
    line-height: 1.08;
}

.why-item p {
    margin: 0;
    color: #b7bfc3;
    font-size: 13px;
    line-height: 1.7;
}

.why-closing {
    margin-top: 28px;
    padding: 25px 27px;
    color: #d2d7d9;
    background: rgba(255, 255, 255, .045);
}

@media (max-width: 920px) {
    .why-wrap {
        grid-template-columns: 1fr;
        max-width: 760px;
    }

    .why-intro {
        max-width: 680px;
    }
}

@media (max-width: 580px) {
    .why-wrap {
        gap: 40px;
    }

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

    .why-item {
        padding: 23px;
    }

    .why-closing {
        padding: 22px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .br-location-page * {
        transition: none !important;
    }
}

.services-section {
    position: relative;
    padding: clamp(80px, 9vw, 136px) 24px;
    overflow: hidden;
}

.services-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .055;
    background:
        linear-gradient(120deg, transparent 0 48%, #fff 48% 48.25%, transparent 48.25%),
        linear-gradient(60deg, transparent 0 48%, #fff 48% 48.25%, transparent 48.25%);
    background-size: 92px 160px;
    pointer-events: none;
}

.services-wrap {
    position: relative;
}

.services-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: clamp(40px, 8vw, 110px);
    align-items: end;
    margin-bottom: 50px;
}

.services-intro h2 {
    position: relative;
    padding-left: 24px;
}

.services-intro h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: .08em;
    bottom: .08em;
    width: 5px;
    background: var(--orange);
}

.services-intro h2 em {
    color: var(--orange);
    font-style: normal;
}

.services-intro p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
}

.services-gallery {
    display: grid;
    grid-template-columns: 1.55fr .75fr;
    gap: 18px;
    height: clamp(330px, 40vw, 510px);
    margin-bottom: 18px;
}

.services-gallery figure {
    position: relative;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    background: #252c3a;
}

.services-gallery figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 55%, rgba(5, 8, 9, .4));
    pointer-events: none;
}

.services-gallery img {
    transition: transform .6s ease;
}

.services-gallery__side img {
    object-position: 66% center;
}

.services-gallery figure:hover img {
    transform: scale(1.025);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.service-card {
    position: relative;
    padding: clamp(28px, 3.3vw, 44px);
    overflow: hidden;
    background: #3a4355;
    border: 1px solid rgba(255, 255, 255, .08);
    transition: border-color .25s ease, transform .25s ease, background .25s ease;
}

.service-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 54px;
    background: var(--orange);
}

.service-card::after {
    content: "";
    position: absolute;
    right: -38px;
    bottom: -38px;
    width: 90px;
    height: 90px;
    border: 1px solid rgba(242, 192, 20, .2);
    transform: rotate(45deg);
}

.service-card:hover {
    z-index: 1;
    transform: translateY(-4px);
    border-color: rgba(242, 192, 20, .5);
    background: #465064;
}

.service-card h3 {
    margin: 0 0 18px;
    color: #f2c013;
    font-size: clamp(26px, 2.6vw, 35px);
    letter-spacing: .01em;
}

.service-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
}

.service-card p + p {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

@media (max-width: 820px) {
    .services-intro {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .services-gallery {
        grid-template-columns: 1.3fr .7fr;
    }
}

@media (max-width: 650px) {
    .services-intro h2 {
        padding-left: 18px;
    }

    .services-gallery {
        grid-template-columns: 1fr;
        height: auto;
    }

    .services-gallery figure {
        height: 67vw;
        min-height: 250px;
        max-height: 390px;
    }

    .services-gallery__side {
        display: none;
    }

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

.maintenance-section {
    position: relative;
    padding: clamp(82px, 9vw, 130px) 24px;
    overflow: hidden;
    background: #fff;
}



.maintenance-wrap {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(360px, 1fr) minmax(420px, .92fr);
    gap: clamp(50px, 7vw, 96px);
    align-items: center;
}

.maintenance-image {
    position: relative;
    height: clamp(510px, 47vw, 640px);
    margin-left: 18px;
}

.maintenance-image::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -18px;
    top: -18px;
    width: 42%;
    height: 58%;
    background: var(--orange);
}

.maintenance-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 58%, rgba(8, 12, 14, .45));
    pointer-events: none;
}

.maintenance-image img {
    object-position: 58% center;
    box-shadow: 0 24px 58px rgba(48, 56, 73, .2);
}

.maintenance-content {
    padding: 30px 0;
}

.maintenance-content h2 {
    margin-bottom: 38px;
}

.maintenance-copy {
    max-width: 620px;
}

.maintenance-copy p {
    margin: 0;
}

.maintenance-copy p + p {
    margin-top: 20px;
}

@media (max-width: 900px) {
    .maintenance-wrap {
        grid-template-columns: 1fr;
        max-width: 700px;
    }



    .maintenance-image {
        height: min(72vw, 570px);
    }
}

@media (max-width: 580px) {
    .maintenance-wrap {
        gap: 42px;
    }

    .maintenance-image {
        height: 108vw;
        max-height: 530px;
        margin-left: 12px;
    }

    .maintenance-image::before {
        left: -12px;
        top: -12px;
    }

    .maintenance-content {
        padding: 0;
    }
}

.fabrication-section {
    background: #f7f5f0;
}

.fabrication-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9px;
    background: linear-gradient(90deg, var(--orange) 0 32%, var(--ink) 32% 100%);
}

.fabrication-section::after {
    content: "";
    position: absolute;
    right: -90px;
    top: -90px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(48, 56, 73, .1);
    border-radius: 50%;
    box-shadow: 0 0 0 45px rgba(48, 56, 73, .025), 0 0 0 90px rgba(48, 56, 73, .018);
}

.fabrication-wrap {
    position: relative;
    z-index: 1;
}

.fabrication-heading {
    position: relative;
    width: min(850px, 100%);
    margin: 0 auto clamp(48px, 6vw, 76px);
    padding-bottom: 30px;
    text-align: center;
}

.fabrication-heading::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 74px;
    height: 4px;
    transform: translateX(-50%);
    background: var(--orange);
}

.fabrication-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    align-items: stretch;
}

.fabrication-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 26px;
    min-width: 0;
    padding: clamp(30px, 3vw, 42px);
    overflow: hidden;
    background: #fff;
    border: 1px solid #e1ddd5;
    box-shadow: 0 18px 50px rgba(48, 56, 73, .07);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.fabrication-card:nth-child(2) {
    transform: translateY(24px);
    color: #fff;
    background: #303849;
    border-color: #303849;
    box-shadow: 0 24px 58px rgba(48, 56, 73, .2);
}

.fabrication-card:hover {
    transform: translateY(-7px);
    border-color: rgba(242, 192, 20, .65);
    box-shadow: 0 26px 62px rgba(48, 56, 73, .13);
}

.fabrication-card:nth-child(2):hover {
    transform: translateY(17px);
}

.fabrication-card::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -34px;
    width: 82px;
    height: 82px;
    border: 18px solid rgba(242, 192, 20, .11);
    transform: rotate(45deg);
}

.fabrication-card__title {
    position: relative;
    padding-top: 27px;
}

.fabrication-card__title span {
    position: absolute;
    left: 0;
    top: 0;
    width: 46px;
    height: 4px;
    background: var(--orange);
}

.fabrication-card h3 {
    margin: 0;
    font-size: clamp(28px, 2.8vw, 38px);
}

.fabrication-card__copy {
    position: relative;
    z-index: 1;
}

.fabrication-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
}

.fabrication-card p + p {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #ebe7e0;
}

.fabrication-card:nth-child(2) p + p {
    border-color: rgba(255, 255, 255, .1);
}

@media (max-width: 900px) {
    .fabrication-list {
        grid-template-columns: 1fr 1fr;
    }

    .fabrication-card:nth-child(2),
    .fabrication-card:nth-child(2):hover {
        transform: none;
    }

    .fabrication-card:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 650px) {
    .fabrication-heading {
        margin-bottom: 38px;
        padding-bottom: 23px;
    }

    .fabrication-list {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .fabrication-card:last-child {
        grid-column: auto;
    }

    .fabrication-card:hover {
        transform: none;
    }
}

@media (max-width: 650px) {
    .services-section,
    .fabrication-section {
        padding: 70px 18px;
    }
}

@media (max-width: 580px) {
    .faq-section,
    .why-section,
    .maintenance-section {
        padding: 70px 18px;
    }
}
