.elementor-24383 .elementor-element.elementor-element-4beb1a0{--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;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-a0732c4 *//* ==========================================================
   GOLDEN HANDS HANDYMANS
   GAZEBO ASSEMBLY COST ORLANDO
========================================================== */

.ghgc-page,
.ghgc-page * {
    box-sizing: border-box;
}

.ghgc-page {

    --ghgc-navy: #061d2c;
    --ghgc-navy-2: #0b2b3f;

    --ghgc-gold: #f8b51c;
    --ghgc-gold-hover: #ffc43a;
    --ghgc-gold-dark: #c98200;

    --ghgc-text: #172430;
    --ghgc-muted: #586875;

    --ghgc-soft: #f8f6f1;
    --ghgc-soft-2: #f1eee7;

    --ghgc-border: #dfe3e5;

    --ghgc-edge: 68px;

    width: 100%;
    overflow: hidden;

    color: var(--ghgc-text);

    font-family: "Poppins", Arial, sans-serif;
}

.ghgc-page * {
    font-family: "Poppins", Arial, sans-serif;
}

.ghgc-page a {
    text-decoration: none;
}

.ghgc-page img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.ghgc-page svg {
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ==========================================================
   CONTAINER
========================================================== */

.ghgc-container {
    width: 100%;
    margin: 0 auto;
    padding-left: var(--ghgc-edge);
    padding-right: var(--ghgc-edge);
}

.ghgc-section {
    padding: 88px 0;
}


/* ==========================================================
   TYPOGRAPHY
========================================================== */

.ghgc-label {

    display: inline-block;

    margin-bottom: 11px;

    color: var(--ghgc-gold-dark);

    font-size: 15px;
    font-weight: 700;

    line-height: 1.4;

    letter-spacing: .06em;

    text-transform: uppercase;
}

.ghgc-label-light {
    color: var(--ghgc-gold);
}

.ghgc-page h2 {

    margin: 0;

    color: var(--ghgc-text);

    font-size: clamp(32px, 2.7vw, 45px);

    font-weight: 700;

    line-height: 1.17;

    letter-spacing: -.025em;
}

.ghgc-page p {
    font-weight: 500;
}


/* ==========================================================
   HERO
========================================================== */

.ghgc-hero {

    background: var(--ghgc-navy);

    color: #ffffff;
}

.ghgc-hero-grid {

    min-height: 620px;

    padding-top: 56px;
    padding-bottom: 56px;

    display: grid;

    grid-template-columns:
        minmax(0,.96fr)
        minmax(460px,1.04fr);

    gap: 70px;

    align-items: center;
}


/* BREADCRUMB */

.ghgc-breadcrumb {

    margin-bottom: 22px;

    display: flex;

    align-items: center;
    flex-wrap: wrap;

    gap: 9px;

    color: rgba(255,255,255,.7);

    font-size: 14.5px;
    font-weight: 500;
}

.ghgc-breadcrumb a {
    color: rgba(255,255,255,.84) !important;
}

.ghgc-breadcrumb strong {
    color: var(--ghgc-gold);
}


/* EYEBROW */

.ghgc-eyebrow {

    display: block;

    margin-bottom: 12px;

    color: var(--ghgc-gold);

    font-size: 15px;
    font-weight: 700;

    letter-spacing: .06em;

    text-transform: uppercase;
}


/* H1 */

.ghgc-hero h1 {

    margin: 0;

    max-width: 780px;

    color: #ffffff;

    font-size: clamp(45px,4vw,64px);

    font-weight: 700;

    line-height: 1.06;

    letter-spacing: -.035em;
}

.ghgc-hero-text {

    max-width: 730px;

    margin: 22px 0 0;

    color: rgba(255,255,255,.85);

    font-size: 17px;
    font-weight: 500;

    line-height: 1.8;
}


/* ==========================================================
   BUTTONS
========================================================== */

.ghgc-hero-actions {

    margin-top: 30px;

    display: flex;
    flex-wrap: wrap;

    gap: 12px;
}

.ghgc-btn {

    min-height: 56px;

    padding: 0 22px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    border-radius: 7px;

    font-size: 15.5px;
    font-weight: 700;

    line-height: 1;

    transition:
        transform .2s ease,
        background .2s ease,
        border-color .2s ease,
        color .2s ease;
}

.ghgc-btn svg {

    width: 21px;
    height: 21px;

    stroke-width: 2.7;
}

.ghgc-btn:hover {
    transform: translateY(-2px);
}

.ghgc-btn-gold {

    background: var(--ghgc-gold);

    color: var(--ghgc-navy) !important;
}

.ghgc-btn-gold:hover {
    background: var(--ghgc-gold-hover);
}

.ghgc-btn-outline {

    border: 1px solid rgba(255,255,255,.4);

    color: #ffffff !important;
}

.ghgc-btn-outline:hover {

    border-color: var(--ghgc-gold);

    color: var(--ghgc-gold) !important;
}


/* ==========================================================
   HERO STATS
========================================================== */

.ghgc-hero-stats {

    margin-top: 31px;

    padding-top: 22px;

    display: grid;

    grid-template-columns: repeat(3,1fr);

    border-top: 1px solid rgba(255,255,255,.15);
}

.ghgc-hero-stats > div {
    padding-right: 18px;
}

.ghgc-hero-stats > div:not(:first-child) {

    padding-left: 20px;

    border-left: 1px solid rgba(255,255,255,.14);
}

.ghgc-hero-stats strong {

    display: block;

    color: var(--ghgc-gold);

    font-size: 27px;
    font-weight: 700;

    line-height: 1.2;
}

.ghgc-hero-stats span {

    display: block;

    margin-top: 4px;

    color: rgba(255,255,255,.77);

    font-size: 14.5px;
    font-weight: 500;
}


/* ==========================================================
   HERO COST PANEL
========================================================== */

.ghgc-hero-panel {

    padding: 31px;

    background: #ffffff;

    border-radius: 11px;

    box-shadow: 0 18px 50px rgba(0,0,0,.2);
}

.ghgc-panel-head {

    padding-bottom: 22px;

    border-bottom: 1px solid var(--ghgc-border);
}

.ghgc-panel-head > span {

    color: var(--ghgc-gold-dark);

    font-size: 13px;
    font-weight: 700;

    letter-spacing: .06em;

    text-transform: uppercase;
}

.ghgc-panel-head h2 {

    margin-top: 7px;

    color: var(--ghgc-text);

    font-size: 30px;

    line-height: 1.25;
}

.ghgc-panel-head p {

    margin: 9px 0 0;

    color: var(--ghgc-muted);

    font-size: 15px;

    line-height: 1.65;
}


/* PANEL ITEMS */

.ghgc-panel-items > div {

    min-height: 77px;

    padding: 15px 0;

    display: grid;

    grid-template-columns: 46px 1fr;

    align-items: center;

    gap: 14px;

    border-bottom: 1px solid var(--ghgc-border);
}

.ghgc-panel-items > div > span {

    width: 36px;
    height: 36px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #fff3cf;

    color: #7b5700;

    font-size: 13px;
    font-weight: 700;
}

.ghgc-panel-items strong {

    display: block;

    color: var(--ghgc-text);

    font-size: 15.5px;
    font-weight: 700;
}

.ghgc-panel-items small {

    display: block;

    margin-top: 3px;

    color: var(--ghgc-muted);

    font-size: 13.5px;
    font-weight: 500;

    line-height: 1.5;
}

.ghgc-panel-footer {

    margin-top: 19px;

    padding: 15px 17px;

    background: var(--ghgc-navy);

    border-left: 4px solid var(--ghgc-gold);
}

.ghgc-panel-footer span {

    display: block;

    color: rgba(255,255,255,.7);

    font-size: 13px;
    font-weight: 500;
}

.ghgc-panel-footer strong {

    display: block;

    margin-top: 3px;

    color: #ffffff;

    font-size: 15px;
    font-weight: 700;
}


/* ==========================================================
   FACTOR STRIP
========================================================== */

.ghgc-factor-strip {
    background: var(--ghgc-gold);
}

.ghgc-factor-grid {

    display: grid;

    grid-template-columns: repeat(4,1fr);
}

.ghgc-factor-grid > div {

    position: relative;

    min-height: 116px;

    padding: 23px 24px;

    display: grid;

    grid-template-columns: 38px 1fr;

    gap: 10px;

    align-items: center;
}

.ghgc-factor-grid > div:not(:last-child)::after {

    content: "";

    position: absolute;

    right: 0;
    top: 23%;

    width: 1px;
    height: 54%;

    background: rgba(6,29,44,.18);
}

.ghgc-factor-grid > div > span {

    color: var(--ghgc-navy);

    font-size: 14px;
    font-weight: 700;
}

.ghgc-factor-grid strong {

    display: block;

    color: var(--ghgc-navy);

    font-size: 16px;
    font-weight: 700;
}

.ghgc-factor-grid p {

    margin: 4px 0 0;

    color: #493600;

    font-size: 14px;

    line-height: 1.55;
}


/* ==========================================================
   TWO COLUMN / QUICK ANSWER
========================================================== */

.ghgc-two-col {

    display: grid;

    grid-template-columns: .82fr 1.18fr;

    gap: 80px;

    align-items: start;
}

.ghgc-answer {
    background: #ffffff;
}

.ghgc-answer-copy > p {

    margin: 0 0 16px;

    color: var(--ghgc-muted);

    font-size: 16.5px;

    line-height: 1.82;
}

.ghgc-answer-copy .ghgc-lead {

    color: var(--ghgc-text);

    font-size: 19px;
    font-weight: 600;

    line-height: 1.72;
}

.ghgc-note {

    margin-top: 25px;

    padding: 21px 22px;

    background: var(--ghgc-soft);

    border-left: 4px solid var(--ghgc-gold);
}

.ghgc-note strong {

    color: var(--ghgc-text);

    font-size: 16px;
    font-weight: 700;
}

.ghgc-note p {

    margin: 6px 0 0;

    color: var(--ghgc-muted);

    font-size: 15.5px;

    line-height: 1.7;
}


/* ==========================================================
   SECTION HEAD
========================================================== */

.ghgc-section-head,
.ghgc-dark-head {

    margin-bottom: 39px;

    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    gap: 55px;
}

.ghgc-section-head > div,
.ghgc-dark-head > div {
    max-width: 820px;
}

.ghgc-section-head > p,
.ghgc-dark-head > p {

    max-width: 520px;

    margin: 0;

    color: var(--ghgc-muted);

    font-size: 16px;

    line-height: 1.75;
}


/* ==========================================================
   PROJECT TYPES
========================================================== */

.ghgc-project-types {
    background: var(--ghgc-soft);
}

.ghgc-project-grid {

    display: grid;

    grid-template-columns: repeat(4,1fr);

    border-top: 1px solid var(--ghgc-border);
    border-left: 1px solid var(--ghgc-border);
}

.ghgc-project-grid article {

    min-height: 390px;

    padding: 28px 25px;

    display: flex;

    flex-direction: column;

    background: #ffffff;

    border-right: 1px solid var(--ghgc-border);
    border-bottom: 1px solid var(--ghgc-border);
}

.ghgc-card-number {

    display: block;

    margin-bottom: 36px;

    color: var(--ghgc-gold-dark);

    font-size: 15px;
    font-weight: 700;
}

.ghgc-card-type {

    color: var(--ghgc-gold-dark);

    font-size: 12.5px;
    font-weight: 700;

    letter-spacing: .04em;

    text-transform: uppercase;
}

.ghgc-project-grid h3 {

    margin: 7px 0 0;

    color: var(--ghgc-text);

    font-size: 20px;
    font-weight: 700;

    line-height: 1.4;
}

.ghgc-project-grid article > p {

    margin: 12px 0 22px;

    color: var(--ghgc-muted);

    font-size: 15.5px;

    line-height: 1.72;
}

.ghgc-tags {

    margin-top: auto;

    padding-top: 17px;

    display: flex;
    flex-wrap: wrap;

    gap: 6px;

    border-top: 1px solid var(--ghgc-border);
}

.ghgc-tags span {

    padding: 7px 9px;

    background: var(--ghgc-soft);

    border: 1px solid var(--ghgc-border);

    border-radius: 4px;

    color: var(--ghgc-muted);

    font-size: 12.5px;
    font-weight: 600;
}


/* ==========================================================
   COST DARK
========================================================== */

.ghgc-cost {

    padding: 84px 0;

    background: var(--ghgc-navy);
}

.ghgc-dark-head h2 {
    color: #ffffff;
}

.ghgc-dark-head > p {
    color: rgba(255,255,255,.75);
}

.ghgc-cost-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);
}

.ghgc-cost-grid article {

    min-height: 255px;

    padding: 27px 25px;

    border-right: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.ghgc-cost-grid article > span {

    display: block;

    margin-bottom: 26px;

    color: var(--ghgc-gold);

    font-size: 14px;
    font-weight: 700;
}

.ghgc-cost-grid h3 {

    margin: 0;

    color: #ffffff;

    font-size: 19px;
    font-weight: 700;
}

.ghgc-cost-grid p {

    margin: 10px 0 0;

    color: rgba(255,255,255,.73);

    font-size: 15.5px;

    line-height: 1.7;
}


/* ==========================================================
   BEFORE / AFTER
========================================================== */

.ghgc-project-proof {
    background: #ffffff;
}

.ghgc-before-after {

    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 18px;
}

.ghgc-before-after figure {
    margin: 0;
}

.ghgc-project-image {

    position: relative;

    height: 470px;

    overflow: hidden;

    border-radius: 9px;

    background: #d8dddd;
}

.ghgc-project-image img {

    width: 100%;
    height: 100%;

    object-fit: cover;
}

.ghgc-project-image > span {

    position: absolute;

    left: 16px;
    bottom: 16px;

    padding: 8px 12px;

    background: var(--ghgc-gold);

    color: var(--ghgc-navy);

    border-radius: 4px;

    font-size: 13.5px;
    font-weight: 700;
}

.ghgc-before-after figcaption {

    padding: 18px 3px 0;
}

.ghgc-before-after figcaption strong {

    color: var(--ghgc-text);

    font-size: 17px;
    font-weight: 700;
}

.ghgc-before-after figcaption p {

    margin: 5px 0 0;

    color: var(--ghgc-muted);

    font-size: 15px;

    line-height: 1.65;
}

.ghgc-text-link {

    display: inline-block;

    margin-top: 25px;

    color: var(--ghgc-gold-dark) !important;

    font-size: 15px;
    font-weight: 700;
}


/* ==========================================================
   SITE PREPARATION DARK
========================================================== */

.ghgc-site-prep {

    padding: 82px 0;

    background: var(--ghgc-navy);
}

.ghgc-prep-grid {

    display: grid;

    grid-template-columns: .76fr 1.24fr;

    gap: 75px;

    align-items: start;
}

.ghgc-site-prep h2 {
    color: #ffffff;
}

.ghgc-prep-grid > div:first-child > p {

    margin: 16px 0 0;

    color: rgba(255,255,255,.76);

    font-size: 16px;

    line-height: 1.76;
}

.ghgc-prep-list {
    border-top: 1px solid rgba(255,255,255,.14);
}

.ghgc-prep-list article {

    min-height: 122px;

    padding: 23px 0;

    display: grid;

    grid-template-columns: 55px 1fr;

    gap: 18px;

    border-bottom: 1px solid rgba(255,255,255,.14);
}

.ghgc-prep-list article > span {

    color: var(--ghgc-gold);

    font-size: 14px;
    font-weight: 700;
}

.ghgc-prep-list h3 {

    margin: 0;

    color: #ffffff;

    font-size: 18px;
    font-weight: 700;
}

.ghgc-prep-list p {

    margin: 6px 0 0;

    color: rgba(255,255,255,.7);

    font-size: 15px;

    line-height: 1.67;
}


/* ==========================================================
   SCENARIOS
========================================================== */

.ghgc-scenarios {
    background: var(--ghgc-soft);
}

.ghgc-scenario-grid {

    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 17px;
}

.ghgc-scenario-grid article {

    min-height: 330px;

    padding: 27px;

    background: #ffffff;

    border: 1px solid var(--ghgc-border);

    border-radius: 8px;
}

.ghgc-scenario-tag {

    display: inline-block;

    padding: 6px 9px;

    background: #fff1c5;

    border-radius: 4px;

    color: #805b00;

    font-size: 12px;
    font-weight: 700;

    text-transform: uppercase;
}

.ghgc-scenario-grid h3 {

    margin: 21px 0 0;

    color: var(--ghgc-text);

    font-size: 20px;
    font-weight: 700;
}

.ghgc-scenario-grid article > p {

    min-height: 107px;

    margin: 11px 0 20px;

    color: var(--ghgc-muted);

    font-size: 15.5px;

    line-height: 1.72;
}

.ghgc-scenario-grid article > div {

    padding-top: 15px;

    border-top: 1px solid var(--ghgc-border);
}

.ghgc-scenario-grid strong {

    display: block;

    color: var(--ghgc-text);

    font-size: 13px;
    font-weight: 700;
}

.ghgc-scenario-grid article > div span {

    display: block;

    margin-top: 4px;

    color: var(--ghgc-muted);

    font-size: 13.5px;
    font-weight: 500;
}


/* ==========================================================
   ESTIMATE INFO DARK
========================================================== */

.ghgc-estimate-info {

    padding: 82px 0;

    background: var(--ghgc-navy);
}

.ghgc-estimate-grid {

    display: grid;

    grid-template-columns: .7fr 1.3fr;

    gap: 70px;

    align-items: center;
}

.ghgc-estimate-grid > div:first-child h2 {
    color: #ffffff;
}

.ghgc-estimate-grid > div:first-child > p {

    margin: 17px 0 0;

    color: rgba(255,255,255,.75);

    font-size: 16px;

    line-height: 1.75;
}

.ghgc-estimate-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);
}

.ghgc-estimate-items article {

    min-height: 190px;

    padding: 22px;

    border-right: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.ghgc-estimate-items article > span {

    color: var(--ghgc-gold);

    font-size: 13px;
    font-weight: 700;
}

.ghgc-estimate-items h3 {

    margin: 17px 0 0;

    color: #ffffff;

    font-size: 17px;
    font-weight: 700;
}

.ghgc-estimate-items p {

    margin: 7px 0 0;

    color: rgba(255,255,255,.7);

    font-size: 14.5px;

    line-height: 1.65;
}


/* ==========================================================
   FLORIDA
========================================================== */

.ghgc-florida {
    background: #ffffff;
}

.ghgc-support-text {

    margin: 17px 0 0;

    color: var(--ghgc-muted);

    font-size: 16px;

    line-height: 1.76;
}

.ghgc-florida-grid {

    display: grid;

    grid-template-columns: repeat(2,1fr);

    border-top: 1px solid var(--ghgc-border);
    border-left: 1px solid var(--ghgc-border);
}

.ghgc-florida-grid article {

    min-height: 190px;

    padding: 23px;

    background: var(--ghgc-soft);

    border-right: 1px solid var(--ghgc-border);
    border-bottom: 1px solid var(--ghgc-border);
}

.ghgc-florida-grid article > span {

    color: var(--ghgc-gold-dark);

    font-size: 13px;
    font-weight: 700;
}

.ghgc-florida-grid h3 {

    margin: 17px 0 0;

    color: var(--ghgc-text);

    font-size: 18px;
    font-weight: 700;
}

.ghgc-florida-grid p {

    margin: 7px 0 0;

    color: var(--ghgc-muted);

    font-size: 14.5px;

    line-height: 1.65;
}


/* ==========================================================
   LOCAL DARK
========================================================== */

.ghgc-local {

    padding: 82px 0;

    background: var(--ghgc-navy);
}

.ghgc-local-grid {

    display: grid;

    grid-template-columns: .82fr 1.18fr;

    gap: 70px;

    align-items: center;
}

.ghgc-local h2 {
    color: #ffffff;
}

.ghgc-local p {

    margin: 17px 0 0;

    color: rgba(255,255,255,.75);

    font-size: 16px;

    line-height: 1.76;
}

.ghgc-local a {

    display: inline-block;

    margin-top: 22px;

    color: var(--ghgc-gold) !important;

    font-size: 15px;
    font-weight: 700;
}

.ghgc-area-grid {

    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 9px;
}

.ghgc-area-grid span {

    min-height: 64px;

    padding: 10px;

    display: flex;

    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255,255,255,.14);

    color: rgba(255,255,255,.87);

    font-size: 14.5px;
    font-weight: 600;

    text-align: center;
}


/* ==========================================================
   RELATED
========================================================== */

.ghgc-related {
    background: var(--ghgc-soft);
}

.ghgc-related-grid {

    display: grid;

    grid-template-columns: repeat(4,1fr);

    border-top: 1px solid var(--ghgc-border);
    border-left: 1px solid var(--ghgc-border);
}

.ghgc-related-grid a {

    min-height: 300px;

    padding: 26px 24px;

    display: flex;

    flex-direction: column;

    background: #ffffff;

    border-right: 1px solid var(--ghgc-border);
    border-bottom: 1px solid var(--ghgc-border);

    color: var(--ghgc-text) !important;

    transition:
        transform .2s ease,
        background .2s ease;
}

.ghgc-related-grid a:hover {

    transform: translateY(-2px);

    background: #fffdf7;
}

.ghgc-related-grid a > span {

    color: var(--ghgc-gold-dark);

    font-size: 14px;
    font-weight: 700;
}

.ghgc-related-grid h3 {

    margin: 25px 0 0;

    color: var(--ghgc-text);

    font-size: 18px;
    font-weight: 700;

    line-height: 1.45;
}

.ghgc-related-grid p {

    flex: 1;

    margin: 10px 0 18px;

    color: var(--ghgc-muted);

    font-size: 14.5px;

    line-height: 1.68;
}

.ghgc-related-grid strong {

    color: var(--ghgc-gold-dark);

    font-size: 14px;
    font-weight: 700;
}


/* ==========================================================
   FAQ
========================================================== */

.ghgc-faq {
    background: #ffffff;
}

.ghgc-faq-grid {

    display: grid;

    grid-template-columns: .72fr 1.28fr;

    gap: 80px;

    align-items: start;
}

.ghgc-faq-grid > div:first-child > p {

    margin: 16px 0 0;

    color: var(--ghgc-muted);

    font-size: 16px;

    line-height: 1.75;
}

.ghgc-faq-list {
    border-top: 1px solid var(--ghgc-border);
}

.ghgc-faq-list details {
    border-bottom: 1px solid var(--ghgc-border);
}

.ghgc-faq-list summary {

    min-height: 76px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    list-style: none;

    cursor: pointer;

    color: var(--ghgc-text);

    font-size: 15.5px;
    font-weight: 600;

    line-height: 1.5;
}

.ghgc-faq-list summary::-webkit-details-marker {
    display: none;
}

.ghgc-faq-list summary > span {

    flex: 0 0 auto;

    color: var(--ghgc-gold-dark);

    font-size: 27px;
    font-weight: 500;

    transition: transform .2s ease;
}

.ghgc-faq-list details[open] summary > span {
    transform: rotate(45deg);
}

.ghgc-faq-list details > p {

    max-width: 780px;

    margin: -2px 0 24px;

    color: var(--ghgc-muted);

    font-size: 15.5px;

    line-height: 1.75;
}


/* ==========================================================
   1500
========================================================== */

@media (max-width: 1500px) {

    .ghgc-page {
        --ghgc-edge: 56px;
    }
}


/* ==========================================================
   1300
========================================================== */

@media (max-width: 1300px) {

    .ghgc-page {
        --ghgc-edge: 44px;
    }

    .ghgc-hero-grid {
        gap: 45px;
    }

    .ghgc-project-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .ghgc-cost-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .ghgc-related-grid {
        grid-template-columns: repeat(2,1fr);
    }
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1024px) {

    .ghgc-page {
        --ghgc-edge: 40px;
    }

    .ghgc-section {
        padding: 70px 0;
    }


    /* HERO */

    .ghgc-hero-grid {

        min-height: 0;

        grid-template-columns: 1fr;

        gap: 40px;

        padding-top: 55px;
        padding-bottom: 60px;
    }

    .ghgc-hero-panel {
        max-width: 850px;
    }


    /* STRIP */

    .ghgc-factor-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .ghgc-factor-grid > div::after {
        display: none;
    }


    /* COLUMNS */

    .ghgc-two-col,
    .ghgc-prep-grid,
    .ghgc-estimate-grid,
    .ghgc-local-grid {

        grid-template-columns: 1fr;

        gap: 38px;
    }


    /* HEADS */

    .ghgc-section-head,
    .ghgc-dark-head {

        flex-direction: column;

        align-items: flex-start;

        gap: 15px;
    }


    /* REAL PROJECT */

    .ghgc-project-image {
        height: 400px;
    }


    /* SCENARIOS */

    .ghgc-scenario-grid {
        grid-template-columns: 1fr;
    }

    .ghgc-scenario-grid article > p {
        min-height: 0;
    }


    /* FAQ */

    .ghgc-faq-grid {

        grid-template-columns: 1fr;

        gap: 36px;
    }
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 680px) {

    .ghgc-page {
        --ghgc-edge: 24px;
    }

    .ghgc-section {
        padding: 56px 0;
    }


    /* HERO */

    .ghgc-hero-grid {

        padding-top: 46px;
        padding-bottom: 48px;
    }

    .ghgc-hero h1 {
        font-size: 36px;
    }

    .ghgc-hero-text {
        font-size: 16px;
    }

    .ghgc-hero-actions {

        flex-direction: column;

        align-items: stretch;
    }

    .ghgc-btn {
        width: 100%;
    }

    .ghgc-hero-stats {

        grid-template-columns: 1fr;

        gap: 14px;
    }

    .ghgc-hero-stats > div {

        padding: 0 !important;

        border: 0 !important;
    }


    /* HERO PANEL */

    .ghgc-hero-panel {
        padding: 24px 20px;
    }

    .ghgc-panel-head h2 {
        font-size: 26px;
    }


    /* STRIP */

    .ghgc-factor-grid {
        grid-template-columns: 1fr;
    }

    .ghgc-factor-grid > div {

        padding-left: 0;
        padding-right: 0;

        border-bottom:
            1px solid rgba(6,29,44,.13);
    }


    /* PROJECT TYPES */

    .ghgc-project-grid {
        grid-template-columns: 1fr;
    }

    .ghgc-project-grid article {
        min-height: 0;
    }


    /* COST */

    .ghgc-cost,
    .ghgc-site-prep,
    .ghgc-estimate-info,
    .ghgc-local {

        padding: 58px 0;
    }

    .ghgc-cost-grid {
        grid-template-columns: 1fr;
    }

    .ghgc-cost-grid article {
        min-height: 0;
    }


    /* BEFORE AFTER */

    .ghgc-before-after {
        grid-template-columns: 1fr;
    }

    .ghgc-project-image {
        height: 320px;
    }


    /* ESTIMATE */

    .ghgc-estimate-items {
        grid-template-columns: 1fr;
    }

    .ghgc-estimate-items article {
        min-height: 0;
    }


    /* FLORIDA */

    .ghgc-florida-grid {
        grid-template-columns: 1fr;
    }

    .ghgc-florida-grid article {
        min-height: 0;
    }


    /* AREAS */

    .ghgc-area-grid {
        grid-template-columns: repeat(2,1fr);
    }


    /* RELATED */

    .ghgc-related-grid {
        grid-template-columns: 1fr;
    }

    .ghgc-related-grid a {
        min-height: 0;
    }


    /* FAQ */

    .ghgc-faq-list summary {

        min-height: 70px;

        font-size: 15.5px;
    }
}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 380px) {

    .ghgc-page {
        --ghgc-edge: 18px;
    }

    .ghgc-hero h1 {
        font-size: 33px;
    }

    .ghgc-area-grid {
        grid-template-columns: 1fr;
    }
}


/* ==========================================================
   ACCESSIBILITY
========================================================== */

.ghgc-page a:focus-visible,
.ghgc-page summary:focus-visible {

    outline: 3px solid rgba(248,181,28,.5);

    outline-offset: 3px;
}/* End custom CSS */