.elementor-3812 .elementor-element.elementor-element-bb2d316{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-749f63a *//* ==========================================================
   ORLANDO GAZEBO BUILDER
   PROJECTS PAGE
========================================================== */


/* ==========================================================
   BASE
========================================================== */

.ogbpj-page,
.ogbpj-page * {
    box-sizing: border-box;
}

.ogbpj-page {

    --ogbpj-navy: #061d2c;
    --ogbpj-navy-2: #0b2b3f;

    --ogbpj-gold: #f8b51c;
    --ogbpj-gold-hover: #ffc43a;
    --ogbpj-gold-dark: #c98200;

    --ogbpj-text: #172430;
    --ogbpj-muted: #536572;

    --ogbpj-soft: #f8f6f1;
    --ogbpj-border: #dde2e4;

    --ogbpj-edge: 68px;

    width: 100%;
    overflow: hidden;

    color: var(--ogbpj-text);

    font-family: "Poppins", Arial, sans-serif;
}

.ogbpj-page * {
    font-family: "Poppins", Arial, sans-serif;
}

.ogbpj-page a {
    text-decoration: none;
}

.ogbpj-page img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.ogbpj-page svg {
    display: block;

    fill: none;
    stroke: currentColor;

    stroke-linecap: round;
    stroke-linejoin: round;
}

.ogbpj-page p {
    font-weight: 500;
}


/* ==========================================================
   CONTAINER
========================================================== */

.ogbpj-container {

    width: 100%;

    margin: 0 auto;

    padding-left: var(--ogbpj-edge);
    padding-right: var(--ogbpj-edge);
}

.ogbpj-section {
    padding: 88px 0;
}


/* ==========================================================
   TYPOGRAPHY
========================================================== */

.ogbpj-label {

    display: inline-block;

    margin-bottom: 11px;

    color: var(--ogbpj-gold-dark);

    font-size: 15.5px;
    font-weight: 700;

    line-height: 1.45;

    letter-spacing: .045em;

    text-transform: uppercase;
}

.ogbpj-label-light {
    color: var(--ogbpj-gold);
}

.ogbpj-page h2 {

    margin: 0;

    color: var(--ogbpj-text);

    font-size: clamp(33px,2.8vw,46px);
    font-weight: 700;

    line-height: 1.16;

    letter-spacing: -.028em;
}


/* ==========================================================
   HERO
========================================================== */

.ogbpj-hero {

    padding: 74px 0 78px;

    background: var(--ogbpj-navy);
}

.ogbpj-hero-inner {

    display: grid;

    grid-template-columns:
        minmax(0,.92fr)
        minmax(500px,1.08fr);

    gap: 72px;

    align-items: center;
}


/* BREADCRUMB */

.ogbpj-breadcrumb {

    margin-bottom: 22px;

    display: flex;

    align-items: center;

    gap: 9px;

    color: rgba(255,255,255,.68);

    font-size: 14.5px;
    font-weight: 500;
}

.ogbpj-breadcrumb a {
    color: rgba(255,255,255,.88) !important;
}

.ogbpj-breadcrumb strong {
    color: var(--ogbpj-gold);
}


/* HERO COPY */

.ogbpj-eyebrow {

    display: inline-flex;

    margin-bottom: 14px;

    padding: 8px 11px;

    border: 1px solid rgba(248,181,28,.38);

    border-radius: 4px;

    background: rgba(248,181,28,.10);

    color: var(--ogbpj-gold);

    font-size: 14.5px;
    font-weight: 700;

    letter-spacing: .045em;

    text-transform: uppercase;
}

.ogbpj-hero h1 {

    max-width: 850px;

    margin: 0;

    color: #ffffff;

    font-size: clamp(46px,4.6vw,70px);
    font-weight: 700;

    line-height: 1.04;

    letter-spacing: -.04em;
}

.ogbpj-hero-text {

    max-width: 720px;

    margin: 23px 0 0;

    color: rgba(255,255,255,.86);

    font-size: 17.5px;
    font-weight: 500;

    line-height: 1.8;
}


/* ==========================================================
   HERO BUTTONS
========================================================== */

.ogbpj-hero-actions {

    margin-top: 30px;

    display: flex;
    flex-wrap: wrap;

    gap: 11px;
}

.ogbpj-btn {

    min-height: 56px;

    padding: 0 22px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 11px;

    border-radius: 7px;

    font-size: 15.5px;
    font-weight: 700;

    transition:
        transform .2s ease,
        background .2s ease,
        color .2s ease,
        border-color .2s ease;
}

.ogbpj-btn:hover {
    transform: translateY(-2px);
}

.ogbpj-btn svg {

    width: 20px;
    height: 20px;

    stroke-width: 2.5;
}

.ogbpj-btn-gold {

    background: var(--ogbpj-gold);

    color: var(--ogbpj-navy) !important;
}

.ogbpj-btn-gold:hover {
    background: var(--ogbpj-gold-hover);
}

.ogbpj-btn-outline {

    border: 1px solid rgba(255,255,255,.38);

    color: #ffffff !important;
}

.ogbpj-btn-outline:hover {

    border-color: var(--ogbpj-gold);

    color: var(--ogbpj-gold) !important;
}


/* HERO POINTS */

.ogbpj-hero-points {

    margin-top: 29px;

    padding-top: 21px;

    display: flex;
    flex-wrap: wrap;

    gap: 23px;

    border-top: 1px solid rgba(255,255,255,.15);
}

.ogbpj-hero-points > div {

    display: flex;

    align-items: center;

    gap: 9px;

    color: rgba(255,255,255,.82);

    font-size: 14.5px;
    font-weight: 600;
}

.ogbpj-hero-points > div > span {

    width: 9px;
    height: 9px;

    flex: 0 0 auto;

    border-radius: 50%;

    background: var(--ogbpj-gold);
}


/* ==========================================================
   HERO IMAGE COLLAGE
========================================================== */

.ogbpj-hero-gallery {

    position: relative;

    min-height: 570px;
}

.ogbpj-hero-gallery-main {

    position: absolute;

    top: 0;
    left: 0;

    width: 67%;
    height: 510px;

    overflow: hidden;

    border-radius: 9px;
}

.ogbpj-hero-gallery-main img {

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.ogbpj-hero-gallery-small {

    position: absolute;

    right: 0;

    width: 37%;
    height: 240px;

    overflow: hidden;

    border: 7px solid var(--ogbpj-navy);

    border-radius: 9px;
}

.ogbpj-hero-gallery-small img {

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.ogbpj-hero-gallery-small-one {
    top: 36px;
}

.ogbpj-hero-gallery-small-two {
    top: 285px;
}

.ogbpj-hero-badge {

    position: absolute;

    left: 25px;
    bottom: 5px;

    width: 320px;

    padding: 18px 20px;

    background: var(--ogbpj-gold);

    border-radius: 5px;

    color: var(--ogbpj-navy);

    box-shadow: 0 14px 30px rgba(0,0,0,.17);
}

.ogbpj-hero-badge strong {

    display: block;

    font-size: 16px;
    font-weight: 700;
}

.ogbpj-hero-badge span {

    display: block;

    margin-top: 4px;

    font-size: 14px;
    font-weight: 500;

    line-height: 1.55;
}


/* ==========================================================
   GOLD STRIP
========================================================== */

.ogbpj-strip {
    background: var(--ogbpj-gold);
}

.ogbpj-strip-grid {

    display: grid;

    grid-template-columns: repeat(4,1fr);
}

.ogbpj-strip-grid > a {

    position: relative;

    min-height: 124px;

    padding: 23px 24px;

    display: grid;

    grid-template-columns: 40px 1fr;

    align-items: center;

    gap: 11px;

    color: var(--ogbpj-navy) !important;
}

.ogbpj-strip-grid > a:not(:last-child)::after {

    content: "";

    position: absolute;

    right: 0;
    top: 25%;

    width: 1px;
    height: 50%;

    background: rgba(6,29,44,.18);
}

.ogbpj-strip-grid > a > span {

    font-size: 14.5px;
    font-weight: 700;
}

.ogbpj-strip-grid strong {

    display: block;

    font-size: 16px;
    font-weight: 700;
}

.ogbpj-strip-grid p {

    margin: 5px 0 0;

    color: #493807;

    font-size: 14.5px;
    font-weight: 500;

    line-height: 1.6;
}


/* ==========================================================
   INTRO
========================================================== */

.ogbpj-intro {
    background: #ffffff;
}

.ogbpj-intro-grid {

    display: grid;

    grid-template-columns: .82fr 1.18fr;

    gap: 85px;

    align-items: start;
}

.ogbpj-intro-copy > p {

    margin: 0 0 17px;

    color: var(--ogbpj-muted);

    font-size: 16.5px;
    font-weight: 500;

    line-height: 1.82;
}

.ogbpj-intro-copy .ogbpj-lead {

    color: var(--ogbpj-text);

    font-size: 19px;
    font-weight: 600;

    line-height: 1.73;
}


/* ==========================================================
   SECTION HEADS
========================================================== */

.ogbpj-section-head,
.ogbpj-dark-head {

    margin-bottom: 40px;

    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    gap: 55px;
}

.ogbpj-section-head > div,
.ogbpj-dark-head > div {
    max-width: 850px;
}

.ogbpj-section-head > p,
.ogbpj-dark-head > p {

    max-width: 520px;

    margin: 0;

    color: var(--ogbpj-muted);

    font-size: 16px;
    font-weight: 500;

    line-height: 1.77;
}

.ogbpj-dark-head h2 {
    color: #ffffff;
}

.ogbpj-dark-head > p {
    color: rgba(255,255,255,.76);
}


/* ==========================================================
   FEATURED PROJECTS
========================================================== */

.ogbpj-featured {
    background: var(--ogbpj-soft);
}


/*
   DESKTOP STRUCTURE

   Project 01 = large vertical
   Project 02-05 = four regular cards
   Project 06 = one wide horizontal card

   This prevents the last project from becoming a giant
   vertical image with empty space beside it.
*/

.ogbpj-project-grid {

    display: grid;

    grid-template-columns: repeat(3,1fr);

    grid-auto-rows: 350px;

    gap: 14px;
}

.ogbpj-project-card {

    position: relative;

    min-width: 0;

    overflow: hidden;

    border-radius: 8px;

    background: var(--ogbpj-navy);
}

.ogbpj-project-large {
    grid-row: span 2;
}


/* FINAL FIX FOR LAST PROJECT */

.ogbpj-project-wide {

    grid-column: 1 / -1;

    min-height: 330px;
}

.ogbpj-project-card > img {

    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center;

    transition: transform .4s ease;
}

.ogbpj-project-wide > img {
    object-position: center 58%;
}

.ogbpj-project-card:hover > img {
    transform: scale(1.045);
}

.ogbpj-project-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(4,21,31,.97) 0%,
            rgba(4,21,31,.70) 38%,
            rgba(4,21,31,.08) 73%
        );
}


/* Slight horizontal gradient for wide last card */

.ogbpj-project-wide .ogbpj-project-overlay {

    background:
        linear-gradient(
            90deg,
            rgba(4,21,31,.94) 0%,
            rgba(4,21,31,.76) 35%,
            rgba(4,21,31,.28) 68%,
            rgba(4,21,31,.08) 100%
        );
}

.ogbpj-project-content {

    position: absolute;

    z-index: 2;

    left: 0;
    right: 0;
    bottom: 0;

    padding: 27px;
}

.ogbpj-project-wide .ogbpj-project-content {

    max-width: 650px;

    right: auto;
}

.ogbpj-project-content > span {

    display: inline-flex;

    margin-bottom: 10px;

    padding: 6px 9px;

    background: var(--ogbpj-gold);

    border-radius: 3px;

    color: var(--ogbpj-navy);

    font-size: 13.5px;
    font-weight: 700;

    text-transform: uppercase;
}

.ogbpj-project-content h3 {

    max-width: 430px;

    margin: 0;

    color: #ffffff;

    font-size: 21px;
    font-weight: 700;

    line-height: 1.4;
}

.ogbpj-project-large .ogbpj-project-content h3 {

    font-size: 25px;
}

.ogbpj-project-wide .ogbpj-project-content h3 {

    max-width: 600px;

    font-size: 25px;
}

.ogbpj-project-content a {

    display: inline-block;

    margin-top: 13px;

    color: var(--ogbpj-gold) !important;

    font-size: 15px;
    font-weight: 700;
}


/* ==========================================================
   PROJECT TYPES
========================================================== */

.ogbpj-types {

    padding: 84px 0;

    background: var(--ogbpj-navy);
}

.ogbpj-type-grid {

    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 14px;
}

.ogbpj-type-card {

    position: relative;

    min-height: 340px;

    overflow: hidden;

    border: 1px solid rgba(255,255,255,.13);

    border-radius: 8px;
}

.ogbpj-type-card > img {

    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .4s ease;
}

.ogbpj-type-card:hover > img {
    transform: scale(1.055);
}

.ogbpj-type-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(4,21,31,.98) 0%,
            rgba(4,21,31,.80) 45%,
            rgba(4,21,31,.20) 100%
        );
}

.ogbpj-type-content {

    position: absolute;

    z-index: 2;

    left: 0;
    right: 0;
    bottom: 0;

    padding: 27px;
}

.ogbpj-type-content > span {

    min-width: 39px;
    height: 31px;

    margin-bottom: 15px;

    padding: 0 9px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    background: var(--ogbpj-gold);

    border-radius: 4px;

    color: var(--ogbpj-navy);

    font-size: 14px;
    font-weight: 700;
}

.ogbpj-type-content h3 {

    margin: 0;

    color: #ffffff;

    font-size: 21px;
    font-weight: 700;

    line-height: 1.4;
}

.ogbpj-type-content p {

    margin: 10px 0 0;

    color: rgba(255,255,255,.86);

    font-size: 15.5px;
    font-weight: 500;

    line-height: 1.72;
}


/* ==========================================================
   PROJECT PROOF
========================================================== */

.ogbpj-proof {
    background: #ffffff;
}

.ogbpj-proof-grid {

    display: grid;

    grid-template-columns: 1.02fr .98fr;

    gap: 75px;

    align-items: center;
}

.ogbpj-proof-copy > p {

    margin: 17px 0 0;

    color: var(--ogbpj-muted);

    font-size: 16px;
    font-weight: 500;

    line-height: 1.8;
}

.ogbpj-proof-list {

    margin-top: 25px;

    border-top: 1px solid var(--ogbpj-border);
}

.ogbpj-proof-list > div {

    padding: 18px 0;

    display: grid;

    grid-template-columns: 50px 1fr;

    gap: 14px;

    border-bottom: 1px solid var(--ogbpj-border);
}

.ogbpj-proof-list > div > span {

    color: var(--ogbpj-gold-dark);

    font-size: 14.5px;
    font-weight: 700;
}

.ogbpj-proof-list strong {

    display: block;

    color: var(--ogbpj-text);

    font-size: 16.5px;
    font-weight: 700;
}

.ogbpj-proof-list p {

    margin: 5px 0 0;

    color: var(--ogbpj-muted);

    font-size: 15px;
    font-weight: 500;

    line-height: 1.67;
}


/* PROOF MEDIA */

.ogbpj-proof-media {

    position: relative;

    min-height: 580px;
}

.ogbpj-proof-main {

    position: absolute;

    top: 0;
    right: 0;

    width: 79%;
    height: 510px;

    overflow: hidden;

    border-radius: 9px;
}

.ogbpj-proof-main img {

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.ogbpj-proof-small {

    position: absolute;

    left: 0;
    bottom: 0;

    width: 47%;
    height: 290px;

    overflow: hidden;

    border: 8px solid #ffffff;

    border-radius: 9px;

    box-shadow: 0 15px 35px rgba(0,0,0,.16);
}

.ogbpj-proof-small img {

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.ogbpj-proof-badge {

    position: absolute;

    right: 23px;
    bottom: 20px;

    width: 290px;

    padding: 18px 19px;

    background: var(--ogbpj-gold);

    border-radius: 5px;

    color: var(--ogbpj-navy);
}

.ogbpj-proof-badge strong {

    display: block;

    font-size: 15.5px;
    font-weight: 700;
}

.ogbpj-proof-badge span {

    display: block;

    margin-top: 4px;

    font-size: 14px;
    font-weight: 500;

    line-height: 1.55;
}


/* ==========================================================
   PROCESS
========================================================== */

.ogbpj-process {

    padding: 84px 0;

    background: var(--ogbpj-navy);
}

.ogbpj-process-grid {

    display: grid;

    grid-template-columns: repeat(4,1fr);

    border-top: 1px solid rgba(255,255,255,.14);
    border-left: 1px solid rgba(255,255,255,.14);
}

.ogbpj-process-grid article {

    min-height: 270px;

    padding: 28px 26px;

    border-right: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.ogbpj-process-grid article > span {

    display: block;

    margin-bottom: 30px;

    color: var(--ogbpj-gold);

    font-size: 14.5px;
    font-weight: 700;
}

.ogbpj-process-grid h3 {

    margin: 0;

    color: #ffffff;

    font-size: 19px;
    font-weight: 700;

    line-height: 1.45;
}

.ogbpj-process-grid p {

    margin: 10px 0 0;

    color: rgba(255,255,255,.74);

    font-size: 15.5px;
    font-weight: 500;

    line-height: 1.72;
}


/* ==========================================================
   GALLERY
========================================================== */

.ogbpj-gallery-section {
    background: var(--ogbpj-soft);
}

.ogbpj-gallery {

    display: grid;

    grid-template-columns: 1.15fr .85fr .85fr;

    grid-auto-rows: 265px;

    gap: 12px;
}

.ogbpj-gallery figure {

    margin: 0;

    overflow: hidden;

    border-radius: 8px;
}

.ogbpj-gallery figure img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .4s ease;
}

.ogbpj-gallery figure:hover img {
    transform: scale(1.045);
}

.ogbpj-gallery-tall {
    grid-row: span 2;
}

.ogbpj-gallery-wide {
    grid-column: span 2;
}


/* ==========================================================
   SERVICE AREAS
========================================================== */

.ogbpj-local {

    padding: 82px 0;

    background: var(--ogbpj-navy);
}

.ogbpj-local-grid {

    display: grid;

    grid-template-columns: .8fr 1.2fr;

    gap: 75px;

    align-items: center;
}

.ogbpj-local h2 {
    color: #ffffff;
}

.ogbpj-local p {

    margin: 17px 0 0;

    color: rgba(255,255,255,.76);

    font-size: 16.5px;
    font-weight: 500;

    line-height: 1.79;
}

.ogbpj-local-grid > div:first-child > a {

    display: inline-block;

    margin-top: 22px;

    color: var(--ogbpj-gold) !important;

    font-size: 15.5px;
    font-weight: 700;
}

.ogbpj-area-grid {

    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 8px;
}

.ogbpj-area-grid a {

    min-height: 64px;

    padding: 11px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.14);

    color: rgba(255,255,255,.88) !important;

    font-size: 14.5px;
    font-weight: 600;

    text-align: center;

    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease;
}

.ogbpj-area-grid a:hover {

    background: rgba(248,181,28,.10);

    border-color: rgba(248,181,28,.50);

    color: var(--ogbpj-gold) !important;
}


/* ==========================================================
   FAQ
========================================================== */

.ogbpj-faq {
    background: #ffffff;
}

.ogbpj-faq-grid {

    display: grid;

    grid-template-columns: .7fr 1.3fr;

    gap: 80px;

    align-items: start;
}

.ogbpj-faq-grid > div:first-child > p {

    margin: 17px 0 0;

    color: var(--ogbpj-muted);

    font-size: 16px;
    font-weight: 500;

    line-height: 1.77;
}

.ogbpj-faq-list {

    border-top: 1px solid var(--ogbpj-border);
}

.ogbpj-faq-list details {

    border-bottom: 1px solid var(--ogbpj-border);
}

.ogbpj-faq-list summary {

    min-height: 78px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    list-style: none;

    cursor: pointer;

    color: var(--ogbpj-text);

    font-size: 16px;
    font-weight: 600;

    line-height: 1.55;
}

.ogbpj-faq-list summary::-webkit-details-marker {
    display: none;
}

.ogbpj-faq-list summary > span {

    flex: 0 0 auto;

    color: var(--ogbpj-gold-dark);

    font-size: 28px;
    font-weight: 500;

    line-height: 1;

    transition: transform .2s ease;
}

.ogbpj-faq-list details[open] summary > span {
    transform: rotate(45deg);
}

.ogbpj-faq-list details > p {

    max-width: 780px;

    margin: -2px 0 25px;

    color: var(--ogbpj-muted);

    font-size: 15.5px;
    font-weight: 500;

    line-height: 1.78;
}


/* ==========================================================
   1500
========================================================== */

@media (max-width: 1500px) {

    .ogbpj-page {
        --ogbpj-edge: 56px;
    }

}


/* ==========================================================
   1300
========================================================== */

@media (max-width: 1300px) {

    .ogbpj-page {
        --ogbpj-edge: 44px;
    }

    .ogbpj-hero-inner {
        gap: 45px;
    }

    .ogbpj-project-grid {
        grid-auto-rows: 330px;
    }

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1024px) {

    .ogbpj-page {
        --ogbpj-edge: 38px;
    }

    .ogbpj-section {
        padding: 72px 0;
    }


    /* HERO */

    .ogbpj-hero-inner {

        grid-template-columns: 1fr;

        gap: 48px;
    }

    .ogbpj-hero-gallery {
        max-width: 780px;
    }


    /* GOLD */

    .ogbpj-strip-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .ogbpj-strip-grid > a::after {
        display: none;
    }


    /* TWO COLUMN SECTIONS */

    .ogbpj-intro-grid,
    .ogbpj-proof-grid,
    .ogbpj-local-grid,
    .ogbpj-faq-grid {

        grid-template-columns: 1fr;

        gap: 40px;
    }


    /* HEADS */

    .ogbpj-section-head,
    .ogbpj-dark-head {

        flex-direction: column;

        align-items: flex-start;

        gap: 15px;
    }


    /* FEATURED PROJECTS */

    .ogbpj-project-grid {

        grid-template-columns: repeat(2,1fr);

        grid-auto-rows: 340px;
    }

    .ogbpj-project-large {
        grid-row: auto;
    }

    .ogbpj-project-wide {
        grid-column: 1 / -1;
        min-height: 320px;
    }


    /* TYPES */

    .ogbpj-type-grid {
        grid-template-columns: repeat(2,1fr);
    }


    /* PROOF */

    .ogbpj-proof-media {
        max-width: 800px;
    }


    /* PROCESS */

    .ogbpj-process-grid {
        grid-template-columns: repeat(2,1fr);
    }


    /* GALLERY */

    .ogbpj-gallery {

        grid-template-columns: repeat(2,1fr);

        grid-auto-rows: 300px;
    }

    .ogbpj-gallery-tall {
        grid-row: auto;
    }

    .ogbpj-gallery-wide {
        grid-column: span 2;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 680px) {

    .ogbpj-page {
        --ogbpj-edge: 24px;
    }

    .ogbpj-section {
        padding: 58px 0;
    }


    /* HERO */

    .ogbpj-hero {
        padding: 55px 0 60px;
    }

    .ogbpj-hero h1 {
        font-size: 38px;
    }

    .ogbpj-hero-text {
        font-size: 16.5px;
    }

    .ogbpj-hero-actions {

        flex-direction: column;

        align-items: stretch;
    }

    .ogbpj-btn {
        width: 100%;
    }

    .ogbpj-hero-points {

        flex-direction: column;

        gap: 12px;
    }


    /* HERO COLLAGE */

    .ogbpj-hero-gallery {
        min-height: 480px;
    }

    .ogbpj-hero-gallery-main {

        width: 82%;
        height: 390px;
    }

    .ogbpj-hero-gallery-small {

        width: 39%;
        height: 180px;
    }

    .ogbpj-hero-gallery-small-one {
        top: 35px;
    }

    .ogbpj-hero-gallery-small-two {
        top: 220px;
    }

    .ogbpj-hero-badge {

        left: 14px;
        bottom: 3px;

        width: 275px;
    }


    /* GOLD */

    .ogbpj-strip-grid {
        grid-template-columns: 1fr;
    }

    .ogbpj-strip-grid > a {

        min-height: 105px;

        padding-left: 0;
        padding-right: 0;

        border-bottom: 1px solid rgba(6,29,44,.14);
    }


    /* FEATURED PROJECTS */

    .ogbpj-project-grid {

        grid-template-columns: 1fr;

        grid-auto-rows: 320px;
    }

    .ogbpj-project-large {
        grid-row: auto;
    }

    .ogbpj-project-wide {

        grid-column: auto;

        min-height: 320px;
    }

    .ogbpj-project-wide .ogbpj-project-overlay {

        background:
            linear-gradient(
                to top,
                rgba(4,21,31,.97) 0%,
                rgba(4,21,31,.70) 38%,
                rgba(4,21,31,.08) 73%
            );
    }

    .ogbpj-project-wide .ogbpj-project-content {
        max-width: none;
        right: 0;
    }

    .ogbpj-project-content {
        padding: 23px;
    }

    .ogbpj-project-content h3,
    .ogbpj-project-large .ogbpj-project-content h3,
    .ogbpj-project-wide .ogbpj-project-content h3 {

        font-size: 20px;
    }


    /* TYPES */

    .ogbpj-types,
    .ogbpj-process,
    .ogbpj-local {

        padding: 59px 0;
    }

    .ogbpj-type-grid {
        grid-template-columns: 1fr;
    }

    .ogbpj-type-card {
        min-height: 315px;
    }

    .ogbpj-type-content {
        padding: 23px;
    }


    /* PROOF */

    .ogbpj-proof-media {
        min-height: 445px;
    }

    .ogbpj-proof-main {

        width: 88%;
        height: 380px;
    }

    .ogbpj-proof-small {

        width: 49%;
        height: 205px;
    }

    .ogbpj-proof-badge {

        right: 14px;

        width: 255px;
    }


    /* PROCESS */

    .ogbpj-process-grid {
        grid-template-columns: 1fr;
    }

    .ogbpj-process-grid article {
        min-height: 0;
    }


    /* GALLERY */

    .ogbpj-gallery {

        grid-template-columns: 1fr;

        grid-auto-rows: 300px;
    }

    .ogbpj-gallery-wide {
        grid-column: auto;
    }


    /* AREAS */

    .ogbpj-area-grid {
        grid-template-columns: repeat(2,1fr);
    }


    /* FAQ */

    .ogbpj-faq-list summary {

        min-height: 72px;

        font-size: 15.5px;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 400px) {

    .ogbpj-page {
        --ogbpj-edge: 18px;
    }

    .ogbpj-hero h1 {
        font-size: 34px;
    }

    .ogbpj-hero-gallery {
        min-height: 440px;
    }

    .ogbpj-hero-gallery-main {
        height: 350px;
    }

    .ogbpj-hero-gallery-small {
        height: 160px;
    }

    .ogbpj-hero-gallery-small-two {
        top: 200px;
    }

    .ogbpj-hero-badge {
        width: 235px;
    }

    .ogbpj-project-grid {
        grid-auto-rows: 300px;
    }

    .ogbpj-project-wide {
        min-height: 300px;
    }

    .ogbpj-proof-media {
        min-height: 410px;
    }

    .ogbpj-proof-main {
        height: 345px;
    }

    .ogbpj-proof-badge {
        width: 225px;
    }

    .ogbpj-area-grid {
        grid-template-columns: 1fr;
    }

}


/* ==========================================================
   ACCESSIBILITY
========================================================== */

.ogbpj-page a:focus-visible,
.ogbpj-page summary:focus-visible {

    outline: 3px solid rgba(248,181,28,.5);

    outline-offset: 3px;
}/* End custom CSS */