.elementor-3809 .elementor-element.elementor-element-d3c0059{--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-dd92350 *//* ==========================================================
   ORLANDO GAZEBO BUILDER
   GAZEBO REPAIR ORLANDO
========================================================== */


/* ==========================================================
   BASE
========================================================== */

.ogbgr-page,
.ogbgr-page * {
    box-sizing: border-box;
}

.ogbgr-page {

    --ogbgr-navy: #061d2c;
    --ogbgr-navy-2: #0b2b3f;

    --ogbgr-gold: #f8b51c;
    --ogbgr-gold-hover: #ffc43a;
    --ogbgr-gold-dark: #c98200;

    --ogbgr-text: #172430;
    --ogbgr-muted: #536572;

    --ogbgr-soft: #f8f6f1;
    --ogbgr-soft-2: #f1eee7;

    --ogbgr-border: #dde2e4;

    --ogbgr-edge: 68px;

    width: 100%;
    overflow: hidden;

    color: var(--ogbgr-text);

    font-family: "Poppins", Arial, sans-serif;
}

.ogbgr-page * {
    font-family: "Poppins", Arial, sans-serif;
}

.ogbgr-page a {
    text-decoration: none;
}

.ogbgr-page img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.ogbgr-page svg {
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.ogbgr-page p {
    font-weight: 500;
}


/* ==========================================================
   CONTAINER
========================================================== */

.ogbgr-container {
    width: 100%;
    margin: 0 auto;
    padding-left: var(--ogbgr-edge);
    padding-right: var(--ogbgr-edge);
}

.ogbgr-section {
    padding: 88px 0;
}


/* ==========================================================
   TYPOGRAPHY
========================================================== */

.ogbgr-label {
    display: inline-block;
    margin-bottom: 11px;

    color: var(--ogbgr-gold-dark);

    font-size: 15.5px;
    font-weight: 700;
    line-height: 1.45;

    letter-spacing: .045em;
    text-transform: uppercase;
}

.ogbgr-label-light {
    color: var(--ogbgr-gold);
}

.ogbgr-page h2 {
    margin: 0;

    color: var(--ogbgr-text);

    font-size: clamp(33px, 2.8vw, 46px);
    font-weight: 700;
    line-height: 1.16;

    letter-spacing: -.028em;
}


/* ==========================================================
   HERO
========================================================== */

.ogbgr-hero {
    position: relative;

    min-height: 650px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background: var(--ogbgr-navy);
}

.ogbgr-hero-bg {
    position: absolute;
    inset: 0;
}

.ogbgr-hero-bg img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}

.ogbgr-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(4,21,31,.97) 0%,
            rgba(4,21,31,.92) 40%,
            rgba(4,21,31,.62) 70%,
            rgba(4,21,31,.30) 100%
        );
}

.ogbgr-hero-inner {
    position: relative;
    z-index: 2;

    width: 100%;

    padding-top: 68px;
    padding-bottom: 68px;

    display: grid;

    grid-template-columns:
        minmax(0,1.12fr)
        minmax(300px,.52fr);

    gap: 70px;

    align-items: end;
}


/* BREADCRUMB */

.ogbgr-breadcrumb {
    margin-bottom: 21px;

    display: flex;
    flex-wrap: wrap;
    align-items: center;

    gap: 9px;

    color: rgba(255,255,255,.72);

    font-size: 14.5px;
    font-weight: 500;
}

.ogbgr-breadcrumb a {
    color: rgba(255,255,255,.88) !important;
}

.ogbgr-breadcrumb strong {
    color: var(--ogbgr-gold);
}


/* HERO COPY */

.ogbgr-eyebrow {
    display: inline-flex;

    margin-bottom: 14px;

    padding: 8px 11px;

    background: rgba(248,181,28,.11);
    border: 1px solid rgba(248,181,28,.38);
    border-radius: 4px;

    color: var(--ogbgr-gold);

    font-size: 14.5px;
    font-weight: 700;
    line-height: 1.4;

    letter-spacing: .045em;
    text-transform: uppercase;
}

.ogbgr-hero h1 {
    max-width: 950px;

    margin: 0;

    color: #ffffff;

    font-size: clamp(46px,4.7vw,70px);
    font-weight: 700;
    line-height: 1.04;

    letter-spacing: -.04em;
}

.ogbgr-hero-text {
    max-width: 810px;

    margin: 22px 0 0;

    color: rgba(255,255,255,.88);

    font-size: 17.5px;
    font-weight: 500;
    line-height: 1.8;
}


/* ==========================================================
   BUTTONS
========================================================== */

.ogbgr-hero-actions {
    margin-top: 30px;

    display: flex;
    flex-wrap: wrap;

    gap: 11px;
}

.ogbgr-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;
}

.ogbgr-btn:hover {
    transform: translateY(-2px);
}

.ogbgr-btn svg {
    width: 20px;
    height: 20px;

    stroke-width: 2.5;
}

.ogbgr-btn-gold {
    background: var(--ogbgr-gold);
    color: var(--ogbgr-navy) !important;
}

.ogbgr-btn-gold:hover {
    background: var(--ogbgr-gold-hover);
}

.ogbgr-btn-outline {
    border: 1px solid rgba(255,255,255,.42);
    color: #ffffff !important;
}

.ogbgr-btn-outline:hover {
    border-color: var(--ogbgr-gold);
    color: var(--ogbgr-gold) !important;
}


/* ==========================================================
   HERO POINTS
========================================================== */

.ogbgr-hero-points {
    margin-top: 29px;
    padding-top: 21px;

    display: flex;
    flex-wrap: wrap;

    gap: 22px;

    border-top: 1px solid rgba(255,255,255,.16);
}

.ogbgr-hero-points > div {
    display: flex;
    align-items: center;

    gap: 9px;

    color: rgba(255,255,255,.85);

    font-size: 14.5px;
    font-weight: 600;
}

.ogbgr-check {
    width: 26px;
    height: 26px;

    flex: 0 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--ogbgr-gold);
    color: var(--ogbgr-navy);
}

.ogbgr-check svg {
    width: 14px;
    height: 14px;

    stroke-width: 3;
}


/* ==========================================================
   HERO CARD
========================================================== */

.ogbgr-hero-card {
    padding: 27px;

    background: rgba(255,255,255,.97);

    border-top: 4px solid var(--ogbgr-gold);
    border-radius: 8px;

    box-shadow: 0 18px 45px rgba(0,0,0,.22);
}

.ogbgr-card-label {
    display: block;

    color: var(--ogbgr-gold-dark);

    font-size: 14px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: .04em;
}

.ogbgr-hero-card h2 {
    margin-top: 7px;

    font-size: 27px;
    line-height: 1.27;
}

.ogbgr-hero-card > p {
    margin: 10px 0 0;

    color: var(--ogbgr-muted);

    font-size: 15.5px;
    font-weight: 500;
    line-height: 1.7;
}

.ogbgr-card-list {
    margin-top: 20px;

    border-top: 1px solid var(--ogbgr-border);
}

.ogbgr-card-list > div {
    min-height: 53px;

    display: grid;
    grid-template-columns: 38px 1fr;

    align-items: center;

    gap: 10px;

    border-bottom: 1px solid var(--ogbgr-border);
}

.ogbgr-card-list span {
    color: var(--ogbgr-gold-dark);

    font-size: 14px;
    font-weight: 700;
}

.ogbgr-card-list strong {
    color: var(--ogbgr-text);

    font-size: 14.5px;
    font-weight: 700;
}

.ogbgr-hero-card > a {
    display: inline-block;

    margin-top: 19px;

    color: var(--ogbgr-gold-dark) !important;

    font-size: 15px;
    font-weight: 700;
}


/* ==========================================================
   GOLD STRIP
========================================================== */

.ogbgr-strip {
    background: var(--ogbgr-gold);
}

.ogbgr-strip-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

.ogbgr-strip-grid > div {
    position: relative;

    min-height: 124px;

    padding: 23px 24px;

    display: grid;
    grid-template-columns: 39px 1fr;

    align-items: center;

    gap: 11px;
}

.ogbgr-strip-grid > div:not(:last-child)::after {
    content: "";

    position: absolute;

    right: 0;
    top: 25%;

    width: 1px;
    height: 50%;

    background: rgba(6,29,44,.18);
}

.ogbgr-strip-grid > div > span {
    color: var(--ogbgr-navy);

    font-size: 14.5px;
    font-weight: 700;
}

.ogbgr-strip-grid strong {
    display: block;

    color: var(--ogbgr-navy);

    font-size: 16px;
    font-weight: 700;
}

.ogbgr-strip-grid p {
    margin: 5px 0 0;

    color: #493807;

    font-size: 14.5px;
    font-weight: 500;
    line-height: 1.6;
}


/* ==========================================================
   INTRO
========================================================== */

.ogbgr-intro {
    background: #ffffff;
}

.ogbgr-intro-grid {
    display: grid;

    grid-template-columns: .82fr 1.18fr;

    gap: 85px;

    align-items: start;
}

.ogbgr-intro-copy > p {
    margin: 0 0 17px;

    color: var(--ogbgr-muted);

    font-size: 16.5px;
    font-weight: 500;
    line-height: 1.82;
}

.ogbgr-intro-copy .ogbgr-lead {
    color: var(--ogbgr-text);

    font-size: 19px;
    font-weight: 600;
    line-height: 1.73;
}


/* ==========================================================
   COMMON HEADS
========================================================== */

.ogbgr-section-head,
.ogbgr-dark-head {
    margin-bottom: 40px;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 55px;
}

.ogbgr-section-head > div,
.ogbgr-dark-head > div {
    max-width: 850px;
}

.ogbgr-section-head > p,
.ogbgr-dark-head > p {
    max-width: 520px;

    margin: 0;

    color: var(--ogbgr-muted);

    font-size: 16px;
    font-weight: 500;
    line-height: 1.77;
}

.ogbgr-dark-head h2 {
    color: #ffffff;
}

.ogbgr-dark-head > p {
    color: rgba(255,255,255,.77);
}


/* ==========================================================
   REPAIR IMAGE CARDS
========================================================== */

.ogbgr-issues {
    padding: 84px 0;

    background: var(--ogbgr-navy);
}

.ogbgr-issue-grid {
    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 14px;
}

.ogbgr-image-card {
    position: relative;

    min-height: 345px;

    overflow: hidden;

    border: 1px solid rgba(255,255,255,.13);
    border-radius: 8px;
}

.ogbgr-image-card > img {
    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .4s ease;
}

.ogbgr-image-overlay {
    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(4,21,31,.98) 0%,
            rgba(4,21,31,.82) 45%,
            rgba(4,21,31,.22) 100%
        );
}

.ogbgr-image-content {
    position: absolute;

    z-index: 2;

    left: 0;
    right: 0;
    bottom: 0;

    padding: 27px;
}

.ogbgr-image-content > span {
    min-width: 39px;
    height: 31px;

    padding: 0 9px;
    margin-bottom: 15px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: var(--ogbgr-gold);

    border-radius: 4px;

    color: var(--ogbgr-navy);

    font-size: 14px;
    font-weight: 700;
}

.ogbgr-image-content h3 {
    margin: 0;

    color: #ffffff;

    font-size: 21px;
    font-weight: 700;
    line-height: 1.4;
}

.ogbgr-image-content p {
    margin: 10px 0 0;

    color: rgba(255,255,255,.86);

    font-size: 15.5px;
    font-weight: 500;
    line-height: 1.72;
}

.ogbgr-image-card:hover > img {
    transform: scale(1.055);
}


/* ==========================================================
   REVIEW SECTION
========================================================== */

.ogbgr-review {
    background: #ffffff;
}

.ogbgr-review-grid {
    display: grid;

    grid-template-columns: .95fr 1.05fr;

    gap: 75px;

    align-items: center;
}

.ogbgr-review-media {
    position: relative;

    min-height: 580px;
}

.ogbgr-review-main {
    position: absolute;

    left: 0;
    top: 0;

    width: 79%;
    height: 510px;

    overflow: hidden;

    border-radius: 9px;
}

.ogbgr-review-main img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.ogbgr-review-small {
    position: absolute;

    right: 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);
}

.ogbgr-review-small img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.ogbgr-review-badge {
    position: absolute;

    left: 22px;
    bottom: 19px;

    width: 300px;

    padding: 18px 19px;

    background: var(--ogbgr-gold);

    border-radius: 5px;

    color: var(--ogbgr-navy);
}

.ogbgr-review-badge strong {
    display: block;

    font-size: 15.5px;
    font-weight: 700;
}

.ogbgr-review-badge span {
    display: block;

    margin-top: 4px;

    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
}

.ogbgr-review-copy > p {
    margin: 17px 0 0;

    color: var(--ogbgr-muted);

    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
}

.ogbgr-review-list {
    margin-top: 25px;

    border-top: 1px solid var(--ogbgr-border);
}

.ogbgr-review-list > div {
    padding: 18px 0;

    display: grid;

    grid-template-columns: 50px 1fr;

    gap: 14px;

    border-bottom: 1px solid var(--ogbgr-border);
}

.ogbgr-review-list > div > span {
    color: var(--ogbgr-gold-dark);

    font-size: 14.5px;
    font-weight: 700;
}

.ogbgr-review-list strong {
    display: block;

    color: var(--ogbgr-text);

    font-size: 16.5px;
    font-weight: 700;
}

.ogbgr-review-list p {
    margin: 4px 0 0;

    color: var(--ogbgr-muted);

    font-size: 15px;
    font-weight: 500;
    line-height: 1.67;
}


/* ==========================================================
   REPAIR VS REPLACE
========================================================== */

.ogbgr-decision {
    padding: 84px 0;

    background: var(--ogbgr-navy);
}

.ogbgr-decision-grid {
    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 16px;
}

.ogbgr-decision-grid article {
    padding: 32px;

    background: rgba(255,255,255,.025);

    border: 1px solid rgba(255,255,255,.14);
}

.ogbgr-decision-grid article > span {
    min-width: 42px;
    height: 34px;

    padding: 0 10px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: var(--ogbgr-gold);

    border-radius: 4px;

    color: var(--ogbgr-navy);

    font-size: 14px;
    font-weight: 700;
}

.ogbgr-decision-grid h3 {
    margin: 24px 0 0;

    color: #ffffff;

    font-size: 25px;
    font-weight: 700;
    line-height: 1.35;
}

.ogbgr-decision-grid article > p {
    margin: 13px 0 0;

    color: rgba(255,255,255,.77);

    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
}

.ogbgr-decision-grid ul {
    margin: 24px 0 0;
    padding: 0;

    list-style: none;
}

.ogbgr-decision-grid li {
    position: relative;

    padding: 13px 0 13px 25px;

    border-top: 1px solid rgba(255,255,255,.11);

    color: rgba(255,255,255,.85);

    font-size: 15.5px;
    font-weight: 500;
    line-height: 1.55;
}

.ogbgr-decision-grid li::before {
    content: "";

    position: absolute;

    left: 1px;
    top: 20px;

    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: var(--ogbgr-gold);
}


/* ==========================================================
   PROCESS
========================================================== */

.ogbgr-process-section {
    background: var(--ogbgr-soft);
}

.ogbgr-process-grid {
    display: grid;

    grid-template-columns: repeat(4,1fr);

    border-top: 1px solid var(--ogbgr-border);
    border-left: 1px solid var(--ogbgr-border);
}

.ogbgr-process-grid article {
    min-height: 270px;

    padding: 28px 26px;

    background: #ffffff;

    border-right: 1px solid var(--ogbgr-border);
    border-bottom: 1px solid var(--ogbgr-border);
}

.ogbgr-process-grid article > span {
    display: block;

    margin-bottom: 30px;

    color: var(--ogbgr-gold-dark);

    font-size: 14.5px;
    font-weight: 700;
}

.ogbgr-process-grid h3 {
    margin: 0;

    color: var(--ogbgr-text);

    font-size: 19px;
    font-weight: 700;
    line-height: 1.45;
}

.ogbgr-process-grid p {
    margin: 10px 0 0;

    color: var(--ogbgr-muted);

    font-size: 15.5px;
    font-weight: 500;
    line-height: 1.72;
}


/* ==========================================================
   PHOTO SECTION
========================================================== */

.ogbgr-photo {
    padding: 83px 0;

    background: var(--ogbgr-navy);
}

.ogbgr-photo-grid {
    display: grid;

    grid-template-columns: .7fr 1.3fr;

    gap: 70px;

    align-items: center;
}

.ogbgr-photo-grid > div:first-child h2 {
    color: #ffffff;
}

.ogbgr-photo-grid > div:first-child > p {
    margin: 17px 0 0;

    color: rgba(255,255,255,.76);

    font-size: 16px;
    font-weight: 500;
    line-height: 1.77;
}

.ogbgr-photo-items {
    display: grid;

    grid-template-columns: repeat(3,1fr);

    border-top: 1px solid rgba(255,255,255,.14);
    border-left: 1px solid rgba(255,255,255,.14);
}

.ogbgr-photo-items article {
    min-height: 200px;

    padding: 23px;

    border-right: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.ogbgr-photo-items article > span {
    color: var(--ogbgr-gold);

    font-size: 14px;
    font-weight: 700;
}

.ogbgr-photo-items h3 {
    margin: 17px 0 0;

    color: #ffffff;

    font-size: 17px;
    font-weight: 700;
}

.ogbgr-photo-items p {
    margin: 7px 0 0;

    color: rgba(255,255,255,.74);

    font-size: 14.5px;
    font-weight: 500;
    line-height: 1.67;
}


/* ==========================================================
   RELATED
========================================================== */

.ogbgr-related {
    background: var(--ogbgr-soft);
}

.ogbgr-related-grid {
    display: grid;

    grid-template-columns: repeat(4,1fr);

    border-top: 1px solid var(--ogbgr-border);
    border-left: 1px solid var(--ogbgr-border);
}

.ogbgr-related-grid a {
    min-height: 315px;

    padding: 27px 25px;

    display: flex;
    flex-direction: column;

    background: #ffffff;

    border-right: 1px solid var(--ogbgr-border);
    border-bottom: 1px solid var(--ogbgr-border);

    color: var(--ogbgr-text) !important;

    transition:
        transform .2s ease,
        background .2s ease;
}

.ogbgr-related-grid a:hover {
    transform: translateY(-2px);

    background: #fffdf7;
}

.ogbgr-related-grid a > span {
    color: var(--ogbgr-gold-dark);

    font-size: 14.5px;
    font-weight: 700;
}

.ogbgr-related-grid h3 {
    margin: 25px 0 0;

    color: var(--ogbgr-text);

    font-size: 18.5px;
    font-weight: 700;
    line-height: 1.45;
}

.ogbgr-related-grid p {
    flex: 1;

    margin: 10px 0 18px;

    color: var(--ogbgr-muted);

    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
}

.ogbgr-related-grid strong {
    color: var(--ogbgr-gold-dark);

    font-size: 14.5px;
    font-weight: 700;
}


/* ==========================================================
   SERVICE AREAS
========================================================== */

.ogbgr-local {
    padding: 82px 0;

    background: var(--ogbgr-navy);
}

.ogbgr-local-grid {
    display: grid;

    grid-template-columns: .8fr 1.2fr;

    gap: 75px;

    align-items: center;
}

.ogbgr-local h2 {
    color: #ffffff;
}

.ogbgr-local p {
    margin: 17px 0 0;

    color: rgba(255,255,255,.76);

    font-size: 16.5px;
    font-weight: 500;
    line-height: 1.79;
}

.ogbgr-local-grid > div:first-child > a {
    display: inline-block;

    margin-top: 22px;

    color: var(--ogbgr-gold) !important;

    font-size: 15.5px;
    font-weight: 700;
}

.ogbgr-area-grid {
    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 8px;
}

.ogbgr-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;
}

.ogbgr-area-grid a:hover {
    background: rgba(248,181,28,.10);

    border-color: rgba(248,181,28,.50);

    color: var(--ogbgr-gold) !important;
}


/* ==========================================================
   FAQ
========================================================== */

.ogbgr-faq {
    background: #ffffff;
}

.ogbgr-faq-grid {
    display: grid;

    grid-template-columns: .7fr 1.3fr;

    gap: 80px;

    align-items: start;
}

.ogbgr-faq-grid > div:first-child > p {
    margin: 17px 0 0;

    color: var(--ogbgr-muted);

    font-size: 16px;
    font-weight: 500;
    line-height: 1.77;
}

.ogbgr-faq-list {
    border-top: 1px solid var(--ogbgr-border);
}

.ogbgr-faq-list details {
    border-bottom: 1px solid var(--ogbgr-border);
}

.ogbgr-faq-list summary {
    min-height: 78px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    list-style: none;

    cursor: pointer;

    color: var(--ogbgr-text);

    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
}

.ogbgr-faq-list summary::-webkit-details-marker {
    display: none;
}

.ogbgr-faq-list summary > span {
    flex: 0 0 auto;

    color: var(--ogbgr-gold-dark);

    font-size: 28px;
    font-weight: 500;
    line-height: 1;

    transition: transform .2s ease;
}

.ogbgr-faq-list details[open] summary > span {
    transform: rotate(45deg);
}

.ogbgr-faq-list details > p {
    max-width: 780px;

    margin: -2px 0 25px;

    color: var(--ogbgr-muted);

    font-size: 15.5px;
    font-weight: 500;
    line-height: 1.78;
}


/* ==========================================================
   1500
========================================================== */

@media (max-width:1500px) {

    .ogbgr-page {
        --ogbgr-edge: 56px;
    }

}


/* ==========================================================
   1300
========================================================== */

@media (max-width:1300px) {

    .ogbgr-page {
        --ogbgr-edge: 44px;
    }

    .ogbgr-hero-inner {
        gap: 45px;
    }

    .ogbgr-related-grid {
        grid-template-columns: repeat(2,1fr);
    }

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width:1024px) {

    .ogbgr-page {
        --ogbgr-edge: 38px;
    }

    .ogbgr-section {
        padding: 72px 0;
    }


    .ogbgr-hero {
        min-height: 0;
    }

    .ogbgr-hero-inner {
        padding-top: 62px;
        padding-bottom: 62px;

        grid-template-columns: 1fr;

        gap: 38px;
    }

    .ogbgr-hero-card {
        max-width: 520px;
    }


    .ogbgr-strip-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .ogbgr-strip-grid > div::after {
        display: none;
    }


    .ogbgr-intro-grid,
    .ogbgr-review-grid,
    .ogbgr-photo-grid,
    .ogbgr-local-grid,
    .ogbgr-faq-grid {
        grid-template-columns: 1fr;

        gap: 40px;
    }


    .ogbgr-section-head,
    .ogbgr-dark-head {
        flex-direction: column;

        align-items: flex-start;

        gap: 15px;
    }


    .ogbgr-issue-grid {
        grid-template-columns: repeat(2,1fr);
    }


    .ogbgr-review-media {
        max-width: 800px;
    }


    .ogbgr-process-grid {
        grid-template-columns: repeat(2,1fr);
    }


    .ogbgr-decision-grid {
        grid-template-columns: 1fr;
    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width:680px) {

    .ogbgr-page {
        --ogbgr-edge: 24px;
    }

    .ogbgr-section {
        padding: 58px 0;
    }


    .ogbgr-hero-overlay {
        background:
            linear-gradient(
                rgba(4,21,31,.86),
                rgba(4,21,31,.96)
            );
    }

    .ogbgr-hero-inner {
        padding-top: 52px;
        padding-bottom: 52px;
    }

    .ogbgr-hero h1 {
        font-size: 37px;
    }

    .ogbgr-hero-text {
        font-size: 16.5px;
    }

    .ogbgr-hero-actions {
        flex-direction: column;

        align-items: stretch;
    }

    .ogbgr-btn {
        width: 100%;
    }

    .ogbgr-hero-points {
        flex-direction: column;

        gap: 12px;
    }


    .ogbgr-strip-grid {
        grid-template-columns: 1fr;
    }

    .ogbgr-strip-grid > div {
        min-height: 105px;

        padding-left: 0;
        padding-right: 0;

        border-bottom: 1px solid rgba(6,29,44,.14);
    }


    .ogbgr-issues,
    .ogbgr-decision,
    .ogbgr-photo,
    .ogbgr-local {
        padding: 59px 0;
    }


    .ogbgr-issue-grid {
        grid-template-columns: 1fr;
    }

    .ogbgr-image-card {
        min-height: 315px;
    }

    .ogbgr-image-content {
        padding: 23px;
    }

    .ogbgr-image-content h3 {
        font-size: 20px;
    }


    .ogbgr-review-media {
        min-height: 445px;
    }

    .ogbgr-review-main {
        width: 88%;
        height: 380px;
    }

    .ogbgr-review-small {
        width: 49%;
        height: 205px;
    }

    .ogbgr-review-badge {
        left: 14px;

        width: 260px;
    }


    .ogbgr-decision-grid article {
        padding: 25px;
    }

    .ogbgr-decision-grid h3 {
        font-size: 22px;
    }


    .ogbgr-process-grid {
        grid-template-columns: 1fr;
    }

    .ogbgr-process-grid article {
        min-height: 0;
    }


    .ogbgr-photo-items {
        grid-template-columns: 1fr;
    }

    .ogbgr-photo-items article {
        min-height: 0;
    }


    .ogbgr-related-grid {
        grid-template-columns: 1fr;
    }

    .ogbgr-related-grid a {
        min-height: 0;
    }


    .ogbgr-area-grid {
        grid-template-columns: repeat(2,1fr);
    }


    .ogbgr-faq-list summary {
        min-height: 72px;

        font-size: 15.5px;
    }

}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width:400px) {

    .ogbgr-page {
        --ogbgr-edge: 18px;
    }

    .ogbgr-hero h1 {
        font-size: 34px;
    }

    .ogbgr-review-media {
        min-height: 410px;
    }

    .ogbgr-review-main {
        height: 345px;
    }

    .ogbgr-review-badge {
        width: 230px;
    }

    .ogbgr-area-grid {
        grid-template-columns: 1fr;
    }

}


/* ==========================================================
   ACCESSIBILITY
========================================================== */

.ogbgr-page a:focus-visible,
.ogbgr-page summary:focus-visible {
    outline: 3px solid rgba(248,181,28,.5);
    outline-offset: 3px;
}/* End custom CSS */