.elementor-24381 .elementor-element.elementor-element-9279c53{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-2d5a586 *//* ==========================================================
   GOLDEN HANDS HANDYMANS
   HANDYMAN COST ORLANDO - PRICING GUIDE
========================================================== */


/* ==========================================================
   BASE
========================================================== */

.ghhc-page,
.ghhc-page * {
    box-sizing: border-box;
}


.ghhc-page {

    --ghhc-navy: #061d2c;
    --ghhc-navy-2: #0b2b3f;

    --ghhc-gold: #f8b51c;
    --ghhc-gold-hover: #ffc43a;
    --ghhc-gold-dark: #c98200;

    --ghhc-text: #172430;
    --ghhc-muted: #586875;

    --ghhc-soft: #f8f6f1;
    --ghhc-soft-2: #f1eee7;

    --ghhc-border: #dfe3e5;

    --ghhc-edge: 68px;

    width: 100%;

    overflow: hidden;

    color: var(--ghhc-text);

    font-family: "Poppins", Arial, sans-serif;
}


.ghhc-page a,
.ghhc-page p,
.ghhc-page span,
.ghhc-page strong,
.ghhc-page li,
.ghhc-page h1,
.ghhc-page h2,
.ghhc-page h3,
.ghhc-page summary {

    font-family: "Poppins", Arial, sans-serif;
}


.ghhc-page a {
    text-decoration: none;
}


.ghhc-page img {
    display: block;
    width: 100%;
    max-width: 100%;
}


.ghhc-page svg {

    display: block;

    fill: none;

    stroke: currentColor;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* ==========================================================
   CONTAINER
========================================================== */

.ghhc-container {

    width: 100%;

    margin: 0 auto;

    padding-left: var(--ghhc-edge);
    padding-right: var(--ghhc-edge);
}


/* ==========================================================
   GENERAL SECTION
========================================================== */

.ghhc-section {

    padding-top: 88px;
    padding-bottom: 88px;
}


/* ==========================================================
   LABEL
========================================================== */

.ghhc-label {

    display: inline-block;

    margin-bottom: 11px;

    color: var(--ghhc-gold-dark);

    font-size: 15px;

    font-weight: 700;

    line-height: 1.4;

    letter-spacing: .06em;

    text-transform: uppercase;
}


.ghhc-label-light {
    color: var(--ghhc-gold);
}


/* ==========================================================
   COMMON H2
========================================================== */

.ghhc-page h2 {

    margin: 0;

    color: var(--ghhc-text);

    font-size: clamp(32px, 2.7vw, 45px);

    font-weight: 700;

    line-height: 1.17;

    letter-spacing: -.025em;
}


/* ==========================================================
   BUTTON
========================================================== */

.ghhc-btn {

    min-height: 56px;

    padding: 0 22px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    border-radius: 8px;

    font-size: 15.5px;

    font-weight: 700;

    line-height: 1;

    transition:
        transform .2s ease,
        background .2s ease,
        border-color .2s ease,
        color .2s ease;
}


.ghhc-btn svg {

    width: 22px;
    height: 22px;

    stroke-width: 2.7;
}


.ghhc-btn:hover {
    transform: translateY(-1px);
}


.ghhc-btn-gold {

    background: var(--ghhc-gold);

    color: var(--ghhc-navy) !important;
}


.ghhc-btn-gold:hover {
    background: var(--ghhc-gold-hover);
}


.ghhc-btn-outline {

    border: 1px solid rgba(255,255,255,.38);

    color: #ffffff !important;
}


.ghhc-btn-outline:hover {

    border-color: var(--ghhc-gold);

    color: var(--ghhc-gold) !important;
}


/* ==========================================================
   HERO
========================================================== */

.ghhc-hero {

    background: var(--ghhc-navy);

    color: #ffffff;
}


.ghhc-hero-grid {

    min-height: 610px;

    padding-top: 55px;
    padding-bottom: 55px;

    display: grid;

    grid-template-columns:
        minmax(0,.95fr)
        minmax(480px,1.05fr);

    gap: 65px;

    align-items: center;
}


.ghhc-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;
}


.ghhc-breadcrumb a {
    color: rgba(255,255,255,.84) !important;
}


.ghhc-breadcrumb strong {
    color: var(--ghhc-gold);
}


.ghhc-eyebrow {

    display: block;

    margin-bottom: 12px;

    color: var(--ghhc-gold);

    font-size: 15px;

    font-weight: 700;

    letter-spacing: .065em;

    text-transform: uppercase;
}


.ghhc-hero h1 {

    margin: 0;

    color: #ffffff;

    font-size: clamp(46px, 4.1vw, 65px);

    font-weight: 700;

    line-height: 1.06;

    letter-spacing: -.035em;
}


.ghhc-hero-text {

    max-width: 720px;

    margin: 22px 0 0;

    color: rgba(255,255,255,.86);

    font-size: 17px;

    font-weight: 500;

    line-height: 1.8;
}


.ghhc-hero-actions {

    margin-top: 30px;

    display: flex;

    align-items: center;
    flex-wrap: wrap;

    gap: 12px;
}


/* ==========================================================
   HERO STATS
========================================================== */

.ghhc-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);
}


.ghhc-hero-stats > div {
    padding-right: 18px;
}


.ghhc-hero-stats > div:not(:first-child) {

    padding-left: 20px;

    border-left: 1px solid rgba(255,255,255,.13);
}


.ghhc-hero-stats strong {

    display: block;

    color: var(--ghhc-gold);

    font-size: 28px;

    font-weight: 700;

    line-height: 1.15;
}


.ghhc-hero-stats span {

    display: block;

    margin-top: 5px;

    color: rgba(255,255,255,.76);

    font-size: 14.5px;

    font-weight: 500;
}


/* ==========================================================
   HERO IMAGE
========================================================== */

.ghhc-hero-media {

    position: relative;

    height: 490px;

    overflow: hidden;

    border-radius: 10px;

    background: #d8dddd;
}


.ghhc-hero-media > img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center;
}


.ghhc-image-card {

    position: absolute;

    left: 20px;
    bottom: 20px;

    padding: 14px 16px;

    max-width: 360px;

    background: rgba(255,255,255,.96);

    border-left: 4px solid var(--ghhc-gold);

    box-shadow: 0 10px 30px rgba(0,0,0,.18);
}


.ghhc-image-card span {

    display: block;

    color: var(--ghhc-muted);

    font-size: 13.5px;

    font-weight: 500;
}


.ghhc-image-card strong {

    display: block;

    margin-top: 3px;

    color: var(--ghhc-text);

    font-size: 15px;

    font-weight: 700;
}


/* ==========================================================
   FACTOR STRIP
========================================================== */

.ghhc-factor-strip {
    background: var(--ghhc-gold);
}


.ghhc-factor-strip-grid {

    min-height: 116px;

    display: grid;

    grid-template-columns: repeat(4,1fr);
}


.ghhc-factor-strip-grid > div {

    position: relative;

    padding: 23px 25px;

    display: grid;

    grid-template-columns: 38px 1fr;

    gap: 11px;

    align-items: center;
}


.ghhc-factor-strip-grid > div:not(:last-child)::after {

    content: "";

    position: absolute;

    right: 0;
    top: 23%;

    width: 1px;
    height: 54%;

    background: rgba(6,29,44,.18);
}


.ghhc-factor-strip-grid > div > span {

    color: var(--ghhc-navy);

    font-size: 14px;

    font-weight: 700;
}


.ghhc-factor-strip-grid strong {

    display: block;

    color: var(--ghhc-navy);

    font-size: 16px;

    font-weight: 700;
}


.ghhc-factor-strip-grid p {

    margin: 4px 0 0;

    color: #4d3904;

    font-size: 14px;

    font-weight: 500;

    line-height: 1.5;
}


/* ==========================================================
   QUICK ANSWER
========================================================== */

.ghhc-answer {
    background: #ffffff;
}


.ghhc-answer-grid {

    display: grid;

    grid-template-columns: .82fr 1.18fr;

    gap: 80px;

    align-items: start;
}


.ghhc-answer-content > p {

    margin: 0 0 16px;

    color: var(--ghhc-muted);

    font-size: 16.5px;

    font-weight: 500;

    line-height: 1.82;
}


.ghhc-answer-content .ghhc-answer-lead {

    color: var(--ghhc-text);

    font-size: 19px;

    font-weight: 600;

    line-height: 1.72;
}


.ghhc-answer-note {

    margin-top: 25px;

    padding: 21px 22px;

    background: var(--ghhc-soft);

    border-left: 4px solid var(--ghhc-gold);
}


.ghhc-answer-note strong {

    color: var(--ghhc-text);

    font-size: 16px;

    font-weight: 700;
}


.ghhc-answer-note p {

    margin: 6px 0 0;

    color: var(--ghhc-muted);

    font-size: 15.5px;

    font-weight: 500;

    line-height: 1.7;
}


/* ==========================================================
   SECTION HEAD
========================================================== */

.ghhc-section-head,
.ghhc-cost-head {

    margin-bottom: 39px;

    display: flex;

    align-items: flex-end;
    justify-content: space-between;

    gap: 55px;
}


.ghhc-section-head > div,
.ghhc-cost-head > div {
    max-width: 800px;
}


.ghhc-section-head > p,
.ghhc-cost-head > p {

    max-width: 520px;

    margin: 0;

    color: var(--ghhc-muted);

    font-size: 16.5px;

    font-weight: 500;

    line-height: 1.73;
}


/* ==========================================================
   PRICING STRUCTURE
========================================================== */

.ghhc-structure {
    background: var(--ghhc-soft);
}


.ghhc-structure-grid {

    display: grid;

    grid-template-columns: repeat(3,1fr);

    border-top: 1px solid var(--ghhc-border);
    border-left: 1px solid var(--ghhc-border);
}


.ghhc-structure-grid article {

    min-height: 390px;

    padding: 29px 27px;

    display: flex;

    flex-direction: column;

    background: #ffffff;

    border-right: 1px solid var(--ghhc-border);
    border-bottom: 1px solid var(--ghhc-border);
}


.ghhc-number {

    margin-bottom: 34px;

    color: var(--ghhc-gold-dark);

    font-size: 15px;

    font-weight: 700;
}


.ghhc-structure-type {

    color: var(--ghhc-gold-dark);

    font-size: 13px;

    font-weight: 700;

    letter-spacing: .04em;

    text-transform: uppercase;
}


.ghhc-structure-grid h3 {

    margin: 7px 0 0;

    color: var(--ghhc-text);

    font-size: 21px;

    font-weight: 700;

    line-height: 1.4;
}


.ghhc-structure-grid article > p {

    margin: 12px 0 22px;

    color: var(--ghhc-muted);

    font-size: 15.5px;

    font-weight: 500;

    line-height: 1.72;
}


.ghhc-structure-factors {

    margin-top: auto;

    padding-top: 17px;

    display: flex;

    flex-wrap: wrap;

    gap: 7px;

    border-top: 1px solid var(--ghhc-border);
}


.ghhc-structure-factors span {

    padding: 7px 9px;

    background: var(--ghhc-soft);

    border: 1px solid var(--ghhc-border);

    border-radius: 4px;

    color: var(--ghhc-muted);

    font-size: 12.5px;

    font-weight: 600;
}


/* ==========================================================
   COST FACTORS DARK
========================================================== */

.ghhc-cost-factors {

    padding: 83px 0;

    background: var(--ghhc-navy);
}


.ghhc-cost-head h2 {
    color: #ffffff;
}


.ghhc-cost-head > p {
    color: rgba(255,255,255,.75);
}


.ghhc-cost-grid {

    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);
}


.ghhc-cost-grid article {

    min-height: 260px;

    padding: 28px 26px;

    border-right: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.14);
}


.ghhc-cost-grid article > span {

    display: block;

    margin-bottom: 25px;

    color: var(--ghhc-gold);

    font-size: 14px;

    font-weight: 700;
}


.ghhc-cost-grid h3 {

    margin: 0;

    color: #ffffff;

    font-size: 19px;

    font-weight: 700;
}


.ghhc-cost-grid p {

    margin: 10px 0 0;

    color: rgba(255,255,255,.73);

    font-size: 15.5px;

    font-weight: 500;

    line-height: 1.7;
}


/* ==========================================================
   PROJECT TYPES
========================================================== */

.ghhc-project-types {
    background: var(--ghhc-soft);
}


.ghhc-project-grid {

    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 16px;
}


.ghhc-project-grid article {

    min-height: 365px;

    padding: 26px;

    background: #ffffff;

    border: 1px solid var(--ghhc-border);

    border-radius: 8px;
}


.ghhc-project-top {

    margin-bottom: 27px;

    display: flex;

    justify-content: flex-end;
}


.ghhc-project-top span {

    color: var(--ghhc-gold-dark);

    font-size: 14px;

    font-weight: 700;
}


.ghhc-project-grid h3 {

    margin: 0;

    color: var(--ghhc-text);

    font-size: 19px;

    font-weight: 700;
}


.ghhc-project-grid > article > p {

    min-height: 80px;

    margin: 10px 0 18px;

    color: var(--ghhc-muted);

    font-size: 15.5px;

    font-weight: 500;

    line-height: 1.7;
}


.ghhc-project-grid article > strong {

    display: block;

    margin-bottom: 9px;

    color: var(--ghhc-text);

    font-size: 13.5px;

    font-weight: 700;
}


.ghhc-project-grid ul {

    margin: 0;

    padding: 15px 0 0;

    list-style: none;

    border-top: 1px solid var(--ghhc-border);
}


.ghhc-project-grid li {

    position: relative;

    margin: 0 0 8px;

    padding-left: 17px;

    color: var(--ghhc-muted);

    font-size: 14.5px;

    font-weight: 500;
}


.ghhc-project-grid li::before {

    content: "";

    position: absolute;

    left: 0;
    top: 8px;

    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: var(--ghhc-gold);
}


/* ==========================================================
   REAL PROJECT
========================================================== */

.ghhc-real-project {

    padding: 85px 0;

    background: var(--ghhc-navy);
}


.ghhc-real-grid {

    display: grid;

    grid-template-columns: .9fr 1.1fr;

    gap: 72px;

    align-items: center;
}


.ghhc-real-image {

    height: 520px;

    overflow: hidden;

    border-radius: 9px;
}


.ghhc-real-image img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    object-position: center;
}


.ghhc-real-copy h2 {
    color: #ffffff;
}


.ghhc-real-copy > p {

    margin: 17px 0 0;

    color: rgba(255,255,255,.76);

    font-size: 16px;

    font-weight: 500;

    line-height: 1.78;
}


.ghhc-photo-checklist {

    margin-top: 29px;

    display: grid;

    grid-template-columns: repeat(2,1fr);

    border-top: 1px solid rgba(255,255,255,.14);
    border-left: 1px solid rgba(255,255,255,.14);
}


.ghhc-photo-checklist > div {

    min-height: 155px;

    padding: 19px;

    border-right: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.14);
}


.ghhc-photo-checklist > div > span {

    color: var(--ghhc-gold);

    font-size: 13px;

    font-weight: 700;
}


.ghhc-photo-checklist strong {

    display: block;

    margin-top: 13px;

    color: #ffffff;

    font-size: 16px;

    font-weight: 700;
}


.ghhc-photo-checklist p {

    margin: 4px 0 0;

    color: rgba(255,255,255,.7);

    font-size: 14px;

    font-weight: 500;

    line-height: 1.6;
}


/* ==========================================================
   SCENARIOS
========================================================== */

.ghhc-scenarios {
    background: #ffffff;
}


.ghhc-scenario-head {

    max-width: 850px;

    margin-bottom: 38px;
}


.ghhc-scenario-grid {

    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 17px;
}


.ghhc-scenario-grid article {

    min-height: 330px;

    padding: 28px;

    background: var(--ghhc-soft);

    border: 1px solid var(--ghhc-border);

    border-radius: 8px;
}


.ghhc-scenario-tag {

    display: inline-block;

    padding: 6px 9px;

    background: #fff1c5;

    color: #866000;

    border-radius: 4px;

    font-size: 12px;

    font-weight: 700;

    text-transform: uppercase;
}


.ghhc-scenario-grid h3 {

    margin: 22px 0 0;

    color: var(--ghhc-text);

    font-size: 20px;

    font-weight: 700;
}


.ghhc-scenario-grid article > p {

    min-height: 105px;

    margin: 11px 0 22px;

    color: var(--ghhc-muted);

    font-size: 15.5px;

    font-weight: 500;

    line-height: 1.72;
}


.ghhc-scenario-grid article > div {

    padding-top: 16px;

    border-top: 1px solid var(--ghhc-border);
}


.ghhc-scenario-grid article > div strong {

    display: block;

    color: var(--ghhc-text);

    font-size: 13px;

    font-weight: 700;
}


.ghhc-scenario-grid article > div span {

    display: block;

    margin-top: 4px;

    color: var(--ghhc-muted);

    font-size: 13.5px;

    font-weight: 500;
}


/* ==========================================================
   ESTIMATE INFO DARK
========================================================== */

.ghhc-estimate-section {

    padding: 82px 0;

    background: var(--ghhc-navy);
}


.ghhc-estimate-grid {

    display: grid;

    grid-template-columns: .73fr 1.27fr;

    gap: 70px;

    align-items: center;
}


.ghhc-estimate-grid > div:first-child h2 {
    color: #ffffff;
}


.ghhc-estimate-grid > div:first-child p {

    margin: 17px 0 0;

    color: rgba(255,255,255,.75);

    font-size: 16px;

    font-weight: 500;

    line-height: 1.75;
}


.ghhc-estimate-items {

    display: grid;

    grid-template-columns: repeat(2,1fr);

    border-top: 1px solid rgba(255,255,255,.14);
    border-left: 1px solid rgba(255,255,255,.14);
}


.ghhc-estimate-items article {

    min-height: 190px;

    padding: 24px;

    border-right: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.14);
}


.ghhc-estimate-items article > span {

    color: var(--ghhc-gold);

    font-size: 13px;

    font-weight: 700;
}


.ghhc-estimate-items h3 {

    margin: 17px 0 0;

    color: #ffffff;

    font-size: 17px;

    font-weight: 700;
}


.ghhc-estimate-items p {

    margin: 7px 0 0;

    color: rgba(255,255,255,.7);

    font-size: 14.5px;

    font-weight: 500;

    line-height: 1.65;
}


/* ==========================================================
   ESTIMATE SCOPE
========================================================== */

.ghhc-estimate-scope {
    background: var(--ghhc-soft);
}


.ghhc-estimate-scope-grid {

    display: grid;

    grid-template-columns: .78fr 1.22fr;

    gap: 80px;
}


.ghhc-estimate-scope-grid > div:first-child > p {

    margin: 17px 0 0;

    color: var(--ghhc-muted);

    font-size: 16px;

    font-weight: 500;

    line-height: 1.78;
}


.ghhc-scope-list {
    border-top: 1px solid var(--ghhc-border);
}


.ghhc-scope-list > div {

    padding: 21px 0;

    display: grid;

    grid-template-columns: 54px 1fr;

    gap: 16px;

    border-bottom: 1px solid var(--ghhc-border);
}


.ghhc-scope-list > div > span {

    color: var(--ghhc-gold-dark);

    font-size: 14px;

    font-weight: 700;
}


.ghhc-scope-list strong {

    display: block;

    color: var(--ghhc-text);

    font-size: 16px;

    font-weight: 700;
}


.ghhc-scope-list p {

    margin: 4px 0 0;

    color: var(--ghhc-muted);

    font-size: 15px;

    font-weight: 500;

    line-height: 1.65;
}


/* ==========================================================
   LOCAL SECTION
========================================================== */

.ghhc-local {

    padding: 82px 0;

    background: var(--ghhc-navy);
}


.ghhc-local-grid {

    display: grid;

    grid-template-columns: .83fr 1.17fr;

    gap: 70px;

    align-items: center;
}


.ghhc-local h2 {
    color: #ffffff;
}


.ghhc-local p {

    margin: 17px 0 0;

    color: rgba(255,255,255,.75);

    font-size: 16px;

    font-weight: 500;

    line-height: 1.78;
}


.ghhc-local a {

    display: inline-block;

    margin-top: 22px;

    color: var(--ghhc-gold) !important;

    font-size: 15px;

    font-weight: 700;
}


.ghhc-area-grid {

    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 9px;
}


.ghhc-area-grid span {

    min-height: 65px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 10px;

    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 GUIDES
========================================================== */

.ghhc-related {
    background: var(--ghhc-soft);
}


.ghhc-related-grid {

    display: grid;

    grid-template-columns: repeat(4,1fr);

    border-top: 1px solid var(--ghhc-border);
    border-left: 1px solid var(--ghhc-border);
}


.ghhc-related-grid a {

    min-height: 300px;

    padding: 26px 24px;

    display: flex;

    flex-direction: column;

    background: #ffffff;

    border-right: 1px solid var(--ghhc-border);
    border-bottom: 1px solid var(--ghhc-border);

    color: var(--ghhc-text) !important;

    transition:
        transform .2s ease,
        background .2s ease;
}


.ghhc-related-grid a:hover {

    transform: translateY(-2px);

    background: #fffdf7;
}


.ghhc-related-grid a > span {

    color: var(--ghhc-gold-dark);

    font-size: 14px;

    font-weight: 700;
}


.ghhc-related-grid h3 {

    margin: 26px 0 0;

    color: var(--ghhc-text);

    font-size: 18px;

    font-weight: 700;

    line-height: 1.45;
}


.ghhc-related-grid p {

    flex: 1;

    margin: 10px 0 18px;

    color: var(--ghhc-muted);

    font-size: 14.5px;

    font-weight: 500;

    line-height: 1.68;
}


.ghhc-related-grid strong {

    color: var(--ghhc-gold-dark);

    font-size: 14px;

    font-weight: 700;
}


/* ==========================================================
   FAQ
========================================================== */

.ghhc-faq {
    background: #ffffff;
}


.ghhc-faq-grid {

    display: grid;

    grid-template-columns: .72fr 1.28fr;

    gap: 80px;

    align-items: start;
}


.ghhc-faq-grid > div:first-child > p {

    margin: 16px 0 0;

    color: var(--ghhc-muted);

    font-size: 16px;

    font-weight: 500;

    line-height: 1.75;
}


.ghhc-faq-list {
    border-top: 1px solid var(--ghhc-border);
}


.ghhc-faq-list details {
    border-bottom: 1px solid var(--ghhc-border);
}


.ghhc-faq-list summary {

    min-height: 76px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    gap: 20px;

    color: var(--ghhc-text);

    font-size: 15.5px;

    font-weight: 600;

    line-height: 1.5;

    cursor: pointer;

    list-style: none;
}


.ghhc-faq-list summary::-webkit-details-marker {
    display: none;
}


.ghhc-faq-list summary > span {

    flex: 0 0 auto;

    color: var(--ghhc-gold-dark);

    font-size: 27px;

    font-weight: 500;

    line-height: 1;

    transition: transform .2s ease;
}


.ghhc-faq-list details[open] summary > span {
    transform: rotate(45deg);
}


.ghhc-faq-list details > p {

    max-width: 780px;

    margin: -2px 0 24px;

    color: var(--ghhc-muted);

    font-size: 15.5px;

    font-weight: 500;

    line-height: 1.75;
}


/* ==========================================================
   1500
========================================================== */

@media (max-width: 1500px) {

    .ghhc-page {
        --ghhc-edge: 56px;
    }
}


/* ==========================================================
   1300
========================================================== */

@media (max-width: 1300px) {

    .ghhc-page {
        --ghhc-edge: 44px;
    }


    .ghhc-hero-grid {
        gap: 45px;
    }


    .ghhc-related-grid {
        grid-template-columns: repeat(2,1fr);
    }
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1024px) {

    .ghhc-page {
        --ghhc-edge: 40px;
    }


    .ghhc-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }


    .ghhc-hero-grid {

        min-height: 0;

        grid-template-columns: 1fr;

        gap: 40px;

        padding-top: 55px;
        padding-bottom: 60px;
    }


    .ghhc-hero-media {

        max-width: 850px;

        height: 440px;
    }


    .ghhc-factor-strip-grid {
        grid-template-columns: repeat(2,1fr);
    }


    .ghhc-factor-strip-grid > div::after {
        display: none;
    }


    .ghhc-answer-grid,
    .ghhc-estimate-scope-grid,
    .ghhc-local-grid {

        grid-template-columns: 1fr;

        gap: 38px;
    }


    .ghhc-section-head,
    .ghhc-cost-head {

        flex-direction: column;

        align-items: flex-start;

        gap: 15px;
    }


    .ghhc-cost-grid {
        grid-template-columns: repeat(2,1fr);
    }


    .ghhc-project-grid {
        grid-template-columns: repeat(2,1fr);
    }


    .ghhc-real-grid {

        grid-template-columns: 1fr;

        gap: 40px;
    }


    .ghhc-real-image {

        max-width: 800px;

        height: 440px;
    }


    .ghhc-scenario-grid {
        grid-template-columns: 1fr;
    }


    .ghhc-scenario-grid article > p {
        min-height: 0;
    }


    .ghhc-estimate-grid {

        grid-template-columns: 1fr;

        gap: 38px;
    }


    .ghhc-faq-grid {

        grid-template-columns: 1fr;

        gap: 36px;
    }
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 680px) {

    .ghhc-page {
        --ghhc-edge: 24px;
    }


    .ghhc-section {

        padding-top: 56px;
        padding-bottom: 56px;
    }


    .ghhc-hero-grid {

        padding-top: 45px;
        padding-bottom: 48px;
    }


    .ghhc-hero h1 {
        font-size: 36px;
    }


    .ghhc-hero-text {
        font-size: 16px;
    }


    .ghhc-hero-actions {

        flex-direction: column;

        align-items: stretch;
    }


    .ghhc-btn {
        width: 100%;
    }


    .ghhc-hero-stats {

        grid-template-columns: 1fr;

        gap: 14px;
    }


    .ghhc-hero-stats > div {

        padding: 0 !important;

        border: 0 !important;
    }


    .ghhc-hero-media {
        height: 310px;
    }


    .ghhc-factor-strip-grid {
        grid-template-columns: 1fr;
    }


    .ghhc-factor-strip-grid > div {

        padding-left: 0;
        padding-right: 0;

        border-bottom:
            1px solid rgba(6,29,44,.14);
    }


    .ghhc-structure-grid {
        grid-template-columns: 1fr;
    }


    .ghhc-structure-grid article {
        min-height: 0;
    }


    .ghhc-cost-factors,
    .ghhc-real-project,
    .ghhc-estimate-section,
    .ghhc-local {

        padding-top: 58px;
        padding-bottom: 58px;
    }


    .ghhc-cost-grid {
        grid-template-columns: 1fr;
    }


    .ghhc-cost-grid article {
        min-height: 0;
    }


    .ghhc-project-grid {
        grid-template-columns: 1fr;
    }


    .ghhc-project-grid article {
        min-height: 0;
    }


    .ghhc-project-grid > article > p {
        min-height: 0;
    }


    .ghhc-real-image {
        height: 320px;
    }


    .ghhc-photo-checklist {
        grid-template-columns: 1fr;
    }


    .ghhc-photo-checklist > div {
        min-height: 0;
    }


    .ghhc-estimate-items {
        grid-template-columns: 1fr;
    }


    .ghhc-estimate-items article {
        min-height: 0;
    }


    .ghhc-area-grid {
        grid-template-columns: repeat(2,1fr);
    }


    .ghhc-related-grid {
        grid-template-columns: 1fr;
    }


    .ghhc-related-grid a {
        min-height: 0;
    }


    .ghhc-faq-list summary {

        min-height: 70px;

        font-size: 15.5px;
    }
}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 380px) {

    .ghhc-page {
        --ghhc-edge: 18px;
    }


    .ghhc-hero h1 {
        font-size: 33px;
    }


    .ghhc-area-grid {
        grid-template-columns: 1fr;
    }
}


/* ==========================================================
   ACCESSIBILITY
========================================================== */

.ghhc-page a:focus-visible,
.ghhc-page summary:focus-visible {

    outline: 3px solid rgba(248,181,28,.5);

    outline-offset: 3px;
}/* End custom CSS */