/*
 * CraftCore location pages v5.4
 * Loaded only on the 22 exterior-cleaning location pages.
 */
body.cc-location-page {
    --loc-ink: #0a1828;
    --loc-ink-soft: #183149;
    --loc-blue: #00c8f4;
    --loc-blue-dark: #009fc7;
    --loc-mist: #f3f8fb;
    --loc-line: #d8e5ec;
    --loc-white: #ffffff;
    --loc-muted: #5f7181;
    --loc-shadow: 0 24px 60px rgba(4, 24, 42, .12);
    overflow-x: clip;
}
body.cc-location-page .site-main,
body.cc-location-page main { overflow: visible; }
body.cc-location-page .cc-loc-page { color: var(--loc-ink); background: var(--loc-white); }
body.cc-location-page .cc-loc-page *,
body.cc-location-page .cc-loc-page *::before,
body.cc-location-page .cc-loc-page *::after { box-sizing: border-box; }
body.cc-location-page .cc-loc-page img { display: block; max-width: 100%; }
body.cc-location-page .cc-loc-page p { color: var(--loc-muted); line-height: 1.72; }
body.cc-location-page .cc-loc-page h1,
body.cc-location-page .cc-loc-page h2,
body.cc-location-page .cc-loc-page h3 { color: inherit; letter-spacing: -.035em; text-wrap: balance; }
body.cc-location-page .cc-loc-page .btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; text-align: center; }
body.cc-location-page .cc-loc-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 17px; color: var(--loc-blue-dark); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
body.cc-location-page .cc-loc-eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; }

/* Hero */
body.cc-location-page .cc-loc-hero { position: relative; min-height: clamp(650px, 78vh, 780px); isolation: isolate; display: flex; align-items: center; background: #071522; overflow: hidden; }
body.cc-location-page .cc-loc-hero__media,
body.cc-location-page .cc-loc-hero__overlay { position: absolute; inset: 0; }
body.cc-location-page .cc-loc-hero__media { z-index: 0; }
body.cc-location-page .cc-loc-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
body.cc-location-page .cc-loc-hero__overlay { z-index: 1; background: linear-gradient(90deg, rgba(4,16,27,.96) 0%, rgba(4,16,27,.90) 44%, rgba(4,16,27,.68) 72%, rgba(4,16,27,.55) 100%), linear-gradient(0deg, rgba(4,16,27,.52), transparent 52%); pointer-events: none; }
body.cc-location-page .cc-loc-hero__grid { position: relative; z-index: 2; width: 100%; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .62fr); gap: clamp(34px, 6vw, 86px); align-items: center; padding-top: clamp(74px, 8vw, 118px); padding-bottom: clamp(64px, 7vw, 100px); }
body.cc-location-page .cc-loc-hero__content { max-width: 760px; color: #fff; }
body.cc-location-page .cc-loc-breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; color: rgba(255,255,255,.72); font-size: .84rem; }
body.cc-location-page .cc-loc-breadcrumbs a { color: rgba(255,255,255,.84); text-decoration: none; }
body.cc-location-page .cc-loc-breadcrumbs a:hover { color: var(--loc-blue); }
body.cc-location-page .cc-loc-hero .cc-loc-eyebrow { color: var(--loc-blue); }
body.cc-location-page .cc-loc-hero h1 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(2.65rem, 4.8vw, 4.9rem); line-height: .98; }
body.cc-location-page .cc-loc-hero__lead { max-width: 720px; margin: 25px 0 0; color: rgba(255,255,255,.82) !important; font-size: clamp(1.03rem, 1.4vw, 1.18rem); line-height: 1.7; }
body.cc-location-page .cc-loc-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
body.cc-location-page .cc-loc-hero__actions .ghost { border-color: rgba(255,255,255,.48); color: #fff; background: rgba(255,255,255,.05); }
body.cc-location-page .cc-loc-hero__actions .ghost:hover { border-color: #fff; background: #fff; color: var(--loc-ink); }
body.cc-location-page .cc-loc-hero__trust { display: flex; flex-wrap: wrap; gap: 11px 18px; margin: 28px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.82); font-size: .84rem; font-weight: 700; }
body.cc-location-page .cc-loc-hero__trust li { display: inline-flex; align-items: center; gap: 8px; }
body.cc-location-page .cc-loc-hero__trust li::before { content: "✓"; color: var(--loc-blue); font-weight: 900; }

body.cc-location-page .cc-loc-quote-card { align-self: center; padding: clamp(26px, 3vw, 38px); border: 1px solid rgba(255,255,255,.22); border-radius: 24px; background: rgba(255,255,255,.96); box-shadow: 0 34px 80px rgba(0,0,0,.30); backdrop-filter: blur(14px); }
body.cc-location-page .cc-loc-quote-card__eyebrow { display: block; color: var(--loc-blue-dark); font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
body.cc-location-page .cc-loc-quote-card h2 { margin: 10px 0 8px; color: var(--loc-ink); font-size: clamp(1.55rem, 2.4vw, 2rem); line-height: 1.08; }
body.cc-location-page .cc-loc-quote-card > p { margin: 0 0 21px; font-size: .92rem; line-height: 1.55; }
body.cc-location-page .cc-loc-quote-card__form { display: grid; gap: 13px; }
body.cc-location-page .cc-loc-quote-card label,
body.cc-location-page .cc-loc-final-quote__form label { display: grid; gap: 7px; color: var(--loc-ink); font-size: .79rem; font-weight: 800; }
body.cc-location-page .cc-loc-quote-card input,
body.cc-location-page .cc-loc-quote-card select,
body.cc-location-page .cc-loc-final-quote__form input,
body.cc-location-page .cc-loc-final-quote__form select,
body.cc-location-page .cc-loc-final-quote__form textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid #cddbe3; border-radius: 10px; background: #fff; color: var(--loc-ink); font: inherit; transition: border-color .2s ease, box-shadow .2s ease; }
body.cc-location-page .cc-loc-final-quote__form textarea { min-height: 112px; resize: vertical; }
body.cc-location-page .cc-loc-quote-card input:focus,
body.cc-location-page .cc-loc-quote-card select:focus,
body.cc-location-page .cc-loc-final-quote__form input:focus,
body.cc-location-page .cc-loc-final-quote__form select:focus,
body.cc-location-page .cc-loc-final-quote__form textarea:focus { outline: 0; border-color: var(--loc-blue-dark); box-shadow: 0 0 0 3px rgba(0,200,244,.16); }
body.cc-location-page .cc-loc-quote-card .btn { width: 100%; margin-top: 3px; }
body.cc-location-page .cc-loc-form-note { margin: 0; color: #70818f !important; font-size: .72rem; line-height: 1.48 !important; }

/* Floating proof panel */
body.cc-location-page .cc-loc-proof { position: relative; z-index: 4; margin-top: -54px; padding: 0 0 12px; background: transparent; }
body.cc-location-page .cc-loc-proof__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; padding: 10px; border: 1px solid rgba(216,229,236,.9); border-radius: 24px; background: rgba(255,255,255,.96); box-shadow: 0 26px 65px rgba(4,24,42,.16); backdrop-filter: blur(14px); }
body.cc-location-page .cc-loc-proof__grid > div { position: relative; min-height: 112px; display: grid; grid-template-columns: 46px minmax(0,1fr); grid-template-rows: auto auto; column-gap: 14px; align-content: center; padding: 22px clamp(16px, 2vw, 26px); border: 0; border-radius: 16px; transition: background .2s ease, transform .2s ease; }
body.cc-location-page .cc-loc-proof__grid > div:hover { background: #f1f9fc; transform: translateY(-2px); }
body.cc-location-page .cc-loc-proof__grid > div::before { grid-row: 1 / 3; width: 46px; height: 46px; display: grid; place-items: center; align-self: center; border: 1px solid rgba(0,159,199,.18); border-radius: 14px; background: linear-gradient(145deg, #e9f9fd, #f8fdff); color: var(--loc-blue-dark); font-size: 1.2rem; font-weight: 900; box-shadow: inset 0 1px 0 rgba(255,255,255,.9); }
body.cc-location-page .cc-loc-proof__grid > div:nth-child(1)::before { content: "✓"; }
body.cc-location-page .cc-loc-proof__grid > div:nth-child(2)::before { content: "↔"; }
body.cc-location-page .cc-loc-proof__grid > div:nth-child(3)::before { content: "+"; }
body.cc-location-page .cc-loc-proof__grid > div:nth-child(4)::before { content: "i"; font-family: Georgia, serif; font-style: italic; }
body.cc-location-page .cc-loc-proof strong { align-self: end; color: var(--loc-ink); font-size: .98rem; line-height: 1.25; }
body.cc-location-page .cc-loc-proof span { align-self: start; margin-top: 5px; color: var(--loc-muted); font-size: .78rem; line-height: 1.42; }

/* Shared section headings */
body.cc-location-page .cc-loc-section-heading { max-width: 760px; margin-bottom: clamp(30px, 4vw, 48px); }
body.cc-location-page .cc-loc-section-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.55rem); line-height: 1.05; }
body.cc-location-page .cc-loc-section-heading > p,
body.cc-location-page .cc-loc-section-heading--split > p { margin: 0; max-width: 520px; }
body.cc-location-page .cc-loc-section-heading--split { max-width: none; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .65fr); gap: 42px; align-items: end; }
body.cc-location-page .cc-loc-section-heading--center { margin-left: auto; margin-right: auto; text-align: center; }
body.cc-location-page .cc-loc-section-heading--center .cc-loc-eyebrow { justify-content: center; }
body.cc-location-page .cc-loc-section-heading--center p { margin: 18px auto 0; }
body.cc-location-page .cc-loc-section-heading--light h2,
body.cc-location-page .cc-loc-section-heading--light p { color: #fff; }
body.cc-location-page .cc-loc-section-heading--light p { color: rgba(255,255,255,.68); }

/* Intro */
body.cc-location-page .cc-loc-intro { padding: clamp(88px, 9vw, 132px) 0 clamp(74px, 8vw, 118px); background: #fff; }
body.cc-location-page .cc-loc-intro__grid { display: grid; grid-template-columns: minmax(0, .98fr) minmax(360px, .72fr); gap: clamp(48px, 7vw, 96px); align-items: center; }
body.cc-location-page .cc-loc-intro__content h2 { max-width: 790px; margin: 0 0 24px; font-size: clamp(2.05rem, 4.15vw, 3.75rem); line-height: 1.05; }
body.cc-location-page .cc-loc-intro__content > p { max-width: 780px; margin: 0 0 16px; font-size: 1rem; }
body.cc-location-page .cc-loc-local-note { display: grid; grid-template-columns: 42px 1fr; gap: 16px; margin-top: 27px; padding: 20px 22px; border: 1px solid var(--loc-line); border-left: 4px solid var(--loc-blue); border-radius: 14px; background: var(--loc-mist); }
body.cc-location-page .cc-loc-local-note > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--loc-ink); color: #fff; font-weight: 850; }
body.cc-location-page .cc-loc-local-note h3 { margin: 1px 0 6px; font-size: 1rem; }
body.cc-location-page .cc-loc-local-note p { margin: 0; font-size: .88rem; line-height: 1.58; }
body.cc-location-page .cc-loc-intro__visual { position: relative; margin: 0; border-radius: 22px; overflow: hidden; box-shadow: var(--loc-shadow); }
body.cc-location-page .cc-loc-intro__visual img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
body.cc-location-page .cc-loc-intro__visual figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; display: grid; gap: 2px; padding: 15px 17px; border: 1px solid rgba(255,255,255,.30); border-radius: 13px; background: rgba(4,20,33,.86); color: #fff; backdrop-filter: blur(10px); }
body.cc-location-page .cc-loc-intro__visual small { color: var(--loc-blue); font-size: .69rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
body.cc-location-page .cc-loc-intro__visual strong { font-size: .94rem; }

/* Services */
body.cc-location-page .cc-loc-services { padding: clamp(72px, 8vw, 112px) 0; background: var(--loc-mist); }
body.cc-location-page .cc-loc-services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
body.cc-location-page .cc-loc-service-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--loc-line); border-radius: 18px; overflow: hidden; background: #fff; color: var(--loc-ink); text-decoration: none; box-shadow: 0 10px 30px rgba(10,30,48,.05); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
body.cc-location-page .cc-loc-service-card:hover { transform: translateY(-5px); border-color: rgba(0,159,199,.42); box-shadow: 0 22px 48px rgba(10,30,48,.12); }
body.cc-location-page .cc-loc-service-card__image { aspect-ratio: 16 / 10; overflow: hidden; background: #dce8ee; }
body.cc-location-page .cc-loc-service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
body.cc-location-page .cc-loc-service-card:hover .cc-loc-service-card__image img { transform: scale(1.045); }
body.cc-location-page .cc-loc-service-card__body { flex: 1; display: flex; flex-direction: column; padding: 23px; }
body.cc-location-page .cc-loc-service-card__body > span { color: var(--loc-blue-dark); font-size: .68rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
body.cc-location-page .cc-loc-service-card h3 { margin: 8px 0 10px; font-size: 1.35rem; }
body.cc-location-page .cc-loc-service-card p { flex: 1; margin: 0 0 20px; font-size: .87rem; line-height: 1.6; }
body.cc-location-page .cc-loc-service-card strong { display: flex; align-items: center; justify-content: space-between; color: var(--loc-ink); font-size: .82rem; }
body.cc-location-page .cc-loc-service-card i { color: var(--loc-blue-dark); font-size: 1.2rem; font-style: normal; }

/* Proline Exterior Cleaning standard */
body.cc-location-page .cc-loc-standard { padding: clamp(72px, 8vw, 108px) 0; background: var(--loc-ink); color: #fff; }
body.cc-location-page .cc-loc-standard__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
body.cc-location-page .cc-loc-standard article { min-width: 0; padding: 29px clamp(18px, 2.4vw, 30px); border-right: 1px solid rgba(255,255,255,.15); }
body.cc-location-page .cc-loc-standard article:last-child { border-right: 0; }
body.cc-location-page .cc-loc-standard article > span { color: var(--loc-blue); font-size: .73rem; font-weight: 850; letter-spacing: .13em; }
body.cc-location-page .cc-loc-standard h3 { margin: 12px 0 8px; color: #fff; font-size: 1.08rem; }
body.cc-location-page .cc-loc-standard article p { margin: 0; color: rgba(255,255,255,.66); font-size: .84rem; line-height: 1.58; }

/* Project examples */
body.cc-location-page .cc-loc-results { padding: clamp(72px, 8vw, 112px) 0; background: #fff; }
body.cc-location-page .cc-loc-results__filters { display: flex; flex-wrap: wrap; gap: 8px; margin: -16px 0 26px; }
body.cc-location-page .cc-loc-results__filters button { padding: 9px 14px; border: 1px solid var(--loc-line); border-radius: 999px; background: #fff; color: var(--loc-muted); font: inherit; font-size: .76rem; font-weight: 800; cursor: pointer; }
body.cc-location-page .cc-loc-results__filters button.is-active,
body.cc-location-page .cc-loc-results__filters button:hover { border-color: var(--loc-ink); background: var(--loc-ink); color: #fff; }
body.cc-location-page .cc-loc-results__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
body.cc-location-page .cc-loc-project { position: relative; min-width: 0; aspect-ratio: 4 / 3; padding: 0; border: 0; border-radius: 16px; overflow: hidden; background: #dce8ee; text-align: left; cursor: pointer; }
body.cc-location-page .cc-loc-project[hidden] { display: none; }
body.cc-location-page .cc-loc-project > img { width: 100%; height: 100%; object-fit: cover; transition: transform .48s ease; }
body.cc-location-page .cc-loc-project:hover > img { transform: scale(1.05); }
body.cc-location-page .cc-loc-project__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,16,27,.82), rgba(3,16,27,.05) 68%); }
body.cc-location-page .cc-loc-project__content { position: absolute; left: 20px; right: 20px; bottom: 18px; display: grid; color: #fff; }
body.cc-location-page .cc-loc-project__content small { color: var(--loc-blue); font-size: .66rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
body.cc-location-page .cc-loc-project__content strong { margin-top: 4px; font-size: 1.05rem; }
body.cc-location-page .cc-loc-project__content em { margin-top: 6px; color: rgba(255,255,255,.78); font-size: .72rem; font-style: normal; }

/* Process */
body.cc-location-page .cc-loc-process { padding: clamp(70px, 8vw, 105px) 0; background: var(--loc-mist); }
body.cc-location-page .cc-loc-process__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
body.cc-location-page .cc-loc-process article { position: relative; padding: 25px; border: 1px solid var(--loc-line); border-radius: 15px; background: #fff; }
body.cc-location-page .cc-loc-process article > span { display: block; margin-bottom: 28px; color: var(--loc-blue-dark); font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
body.cc-location-page .cc-loc-process article:not(:last-child)::after { content: "→"; position: absolute; top: 30px; right: -14px; z-index: 2; width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid var(--loc-line); border-radius: 50%; background: var(--loc-mist); color: var(--loc-blue-dark); font-size: .78rem; }
body.cc-location-page .cc-loc-process h3 { margin: 0 0 8px; font-size: 1.05rem; }
body.cc-location-page .cc-loc-process article p { margin: 0; font-size: .84rem; line-height: 1.55; }

/* Nearby */
body.cc-location-page .cc-loc-nearby { padding: clamp(68px, 7vw, 98px) 0; background: #fff; }
body.cc-location-page .cc-loc-nearby__grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
body.cc-location-page .cc-loc-nearby__grid > div { min-width: 0; min-height: 68px; display: flex; align-items: center; justify-content: center; padding: 12px; border: 1px solid var(--loc-line); border-radius: 11px; background: #fff; text-align: center; }
body.cc-location-page .cc-loc-nearby__grid span { color: var(--loc-ink); font-size: .82rem; font-weight: 800; }

/* FAQs */
body.cc-location-page .cc-loc-faq { padding: clamp(72px, 8vw, 112px) 0; background: var(--loc-ink); color: #fff; }
body.cc-location-page .cc-loc-faq__grid { display: grid; grid-template-columns: minmax(260px, .52fr) minmax(0, 1fr); gap: clamp(44px, 7vw, 92px); align-items: start; }
body.cc-location-page .cc-loc-faq__intro { position: sticky; top: 130px; }
body.cc-location-page .cc-loc-faq__intro .cc-loc-eyebrow { color: var(--loc-blue); }
body.cc-location-page .cc-loc-faq__intro h2 { margin: 0; color: #fff; font-size: clamp(2rem, 3.6vw, 3.3rem); line-height: 1.05; }
body.cc-location-page .cc-loc-faq__intro p { margin: 18px 0 25px; color: rgba(255,255,255,.66); }
body.cc-location-page .cc-loc-faq__intro .secondary { border-color: rgba(255,255,255,.45); color: #fff; }
body.cc-location-page .cc-loc-faq__list { border-top: 1px solid rgba(255,255,255,.16); }
body.cc-location-page .cc-loc-faq__item { border-bottom: 1px solid rgba(255,255,255,.16); }
body.cc-location-page .cc-loc-faq__item summary { position: relative; padding: 22px 48px 22px 0; color: #fff; font-size: 1rem; font-weight: 800; cursor: pointer; list-style: none; }
body.cc-location-page .cc-loc-faq__item summary::-webkit-details-marker { display: none; }
body.cc-location-page .cc-loc-faq__item summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); color: var(--loc-blue); font-size: 1.45rem; font-weight: 400; }
body.cc-location-page .cc-loc-faq__item[open] summary::after { content: "−"; }
body.cc-location-page .cc-loc-faq__item div { padding: 0 50px 20px 0; }
body.cc-location-page .cc-loc-faq__item p { margin: 0; color: rgba(255,255,255,.68); font-size: .9rem; }

/* Final quote */
body.cc-location-page .cc-loc-final-quote { scroll-margin-top: 100px; padding: clamp(72px, 8vw, 112px) 0; background: linear-gradient(135deg, #eaf8fc, #f7fbfd 58%, #edf5f8); }
body.cc-location-page .cc-loc-final-quote__grid { display: grid; grid-template-columns: minmax(0, .65fr) minmax(440px, .78fr); gap: clamp(44px, 7vw, 90px); align-items: center; }
body.cc-location-page .cc-loc-final-quote__content h2 { max-width: 580px; margin: 0; font-size: clamp(2.15rem, 4vw, 3.75rem); line-height: 1.04; }
body.cc-location-page .cc-loc-final-quote__content > p { margin: 20px 0 22px; max-width: 560px; }
body.cc-location-page .cc-loc-final-quote__content ul { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; color: var(--loc-ink); font-size: .88rem; font-weight: 760; }
body.cc-location-page .cc-loc-final-quote__content li { display: flex; align-items: center; gap: 10px; }
body.cc-location-page .cc-loc-final-quote__content li::before { content: "✓"; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--loc-ink); color: var(--loc-blue); font-size: .72rem; }
body.cc-location-page .cc-loc-final-quote__form { display: grid; gap: 14px; padding: clamp(24px, 3vw, 36px); border: 1px solid var(--loc-line); border-radius: 20px; background: #fff; box-shadow: var(--loc-shadow); }
body.cc-location-page .cc-loc-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
body.cc-location-page .cc-loc-final-quote__form label small { color: #7c8a95; font-weight: 600; }
body.cc-location-page .cc-loc-final-quote__form > .btn { width: 100%; }

/* Lightbox */
body.cc-location-page.cc-lightbox-open { overflow: hidden; }
body.cc-location-page .cc-lightbox { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; padding: 28px; background: rgba(2,10,18,.92); }
body.cc-location-page .cc-lightbox.is-open { display: flex; }
body.cc-location-page .cc-lightbox figure { max-width: min(1050px, calc(100vw - 110px)); max-height: calc(100vh - 80px); margin: 0; }
body.cc-location-page .cc-lightbox img { max-width: 100%; max-height: calc(100vh - 140px); object-fit: contain; border-radius: 12px; }
body.cc-location-page .cc-lightbox__caption { display: flex; justify-content: space-between; gap: 20px; padding-top: 11px; color: #fff; }
body.cc-location-page .cc-lightbox__caption span { color: rgba(255,255,255,.62); }
body.cc-location-page .cc-lightbox__close,
body.cc-location-page .cc-lightbox__nav { position: absolute; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; cursor: pointer; }
body.cc-location-page .cc-lightbox__close { top: 22px; right: 22px; width: 44px; height: 44px; font-size: 1.7rem; }
body.cc-location-page .cc-lightbox__nav { top: 50%; width: 48px; height: 48px; transform: translateY(-50%); font-size: 1.8rem; }
body.cc-location-page .cc-lightbox__nav--prev { left: 24px; }
body.cc-location-page .cc-lightbox__nav--next { right: 24px; }

@media (max-width: 1080px) {
    body.cc-location-page .cc-loc-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(320px, .62fr); gap: 34px; }
    body.cc-location-page .cc-loc-services__grid,
    body.cc-location-page .cc-loc-results__grid { grid-template-columns: repeat(2, 1fr); }
    body.cc-location-page .cc-loc-standard__grid,
    body.cc-location-page .cc-loc-process__grid { grid-template-columns: repeat(2, 1fr); }
    body.cc-location-page .cc-loc-standard article:nth-child(2) { border-right: 0; }
    body.cc-location-page .cc-loc-standard article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }
    body.cc-location-page .cc-loc-process article:nth-child(2)::after { display: none; }
    body.cc-location-page .cc-loc-nearby__grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 940px) {
    body.cc-location-page .cc-loc-hero { min-height: 0; }
    body.cc-location-page .cc-loc-hero__overlay { background: linear-gradient(0deg, rgba(4,16,27,.97), rgba(4,16,27,.70)); }
    body.cc-location-page .cc-loc-hero__grid,
    body.cc-location-page .cc-loc-intro__grid,
    body.cc-location-page .cc-loc-faq__grid,
    body.cc-location-page .cc-loc-final-quote__grid { grid-template-columns: 1fr; }
    body.cc-location-page .cc-loc-hero__grid { padding-top: 72px; padding-bottom: 72px; }
    body.cc-location-page .cc-loc-hero__content { max-width: 720px; }
    body.cc-location-page .cc-loc-quote-card { max-width: 620px; }
    body.cc-location-page .cc-loc-proof { margin-top: -38px; }
    body.cc-location-page .cc-loc-proof__grid { grid-template-columns: repeat(2, 1fr); gap: 4px; }
    body.cc-location-page .cc-loc-proof__grid > div { min-height: 104px; }
    body.cc-location-page .cc-loc-intro__visual { max-width: 600px; }
    body.cc-location-page .cc-loc-intro__visual img { aspect-ratio: 16 / 11; }
    body.cc-location-page .cc-loc-section-heading--split { grid-template-columns: 1fr; gap: 18px; align-items: start; }
    body.cc-location-page .cc-loc-faq__intro { position: static; }
    body.cc-location-page .cc-loc-faq__intro .btn { display: none; }
    body.cc-location-page .cc-loc-nearby__grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 620px) {
    body.cc-location-page .cc-loc-hero__grid { padding-top: 54px; padding-bottom: 55px; gap: 30px; }
    body.cc-location-page .cc-loc-breadcrumbs { margin-bottom: 21px; font-size: .76rem; }
    body.cc-location-page .cc-loc-hero h1 { font-size: clamp(2.4rem, 12.5vw, 3.65rem); }
    body.cc-location-page .cc-loc-hero__lead { font-size: .97rem; }
    body.cc-location-page .cc-loc-hero__actions { display: grid; grid-template-columns: 1fr; }
    body.cc-location-page .cc-loc-hero__actions .btn { width: 100%; }
    body.cc-location-page .cc-loc-hero__trust { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
    body.cc-location-page .cc-loc-quote-card { padding: 23px 18px; border-radius: 18px; }
    body.cc-location-page .cc-loc-proof { margin-top: 0; padding: 18px 0 0; background: #fff; }
    body.cc-location-page .cc-loc-proof__grid { grid-template-columns: 1fr; gap: 5px; padding: 8px; border-radius: 18px; box-shadow: 0 16px 38px rgba(4,24,42,.11); }
    body.cc-location-page .cc-loc-proof__grid > div,
    body.cc-location-page .cc-loc-proof__grid > div:first-child,
    body.cc-location-page .cc-loc-proof__grid > div:nth-child(2) { min-height: 88px; grid-template-columns: 42px minmax(0,1fr); padding: 16px; border: 0; }
    body.cc-location-page .cc-loc-proof__grid > div::before { width: 42px; height: 42px; border-radius: 12px; }
    body.cc-location-page .cc-loc-services__grid,
    body.cc-location-page .cc-loc-results__grid,
    body.cc-location-page .cc-loc-standard__grid,
    body.cc-location-page .cc-loc-process__grid { grid-template-columns: 1fr; }
    body.cc-location-page .cc-loc-standard article,
    body.cc-location-page .cc-loc-standard article:nth-child(2) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
    body.cc-location-page .cc-loc-standard article:last-child { border-bottom: 0; }
    body.cc-location-page .cc-loc-process article::after { display: none; }
    body.cc-location-page .cc-loc-nearby__grid { grid-template-columns: repeat(2, 1fr); }
    body.cc-location-page .cc-loc-form-row { grid-template-columns: 1fr; }
    body.cc-location-page .cc-loc-final-quote__form { padding: 21px 17px; }
    body.cc-location-page .cc-loc-local-note { grid-template-columns: 1fr; }
    body.cc-location-page .cc-loc-local-note > span { width: 36px; height: 36px; }
    body.cc-location-page .cc-lightbox { padding: 16px; }
    body.cc-location-page .cc-lightbox figure { max-width: calc(100vw - 32px); }
    body.cc-location-page .cc-lightbox__nav { display: none; }
    body.cc-location-page .cc-lightbox__close { top: 12px; right: 12px; }
}

@media (prefers-reduced-motion: reduce) {
    body.cc-location-page .cc-loc-service-card,
    body.cc-location-page .cc-loc-service-card img,
    body.cc-location-page .cc-loc-project img { transition: none; }
}

/* ==========================================================
 * v5.6 final location-page polish
 * Premium hero transition + full responsive QA for all 22 pages
 * ========================================================== */
body.cc-location-page .cc-loc-hero {
    min-height: clamp(680px, 78vh, 820px);
}
body.cc-location-page .cc-loc-hero__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(350px, 440px);
}
body.cc-location-page .cc-loc-quote-card {
    width: 100%;
    max-width: 440px;
    justify-self: end;
}

/* Blend the hero into the page instead of creating a flat white strip. */
body.cc-location-page .cc-loc-proof {
    margin-top: -66px;
    padding: 0 0 clamp(54px, 6vw, 78px);
    background: linear-gradient(to bottom, transparent 0 66px, var(--loc-mist) 66px 100%);
}
body.cc-location-page .cc-loc-proof__grid {
    gap: 8px;
    padding: 12px;
    border-color: rgba(216,229,236,.78);
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(4,24,42,.18);
}
body.cc-location-page .cc-loc-proof__grid > div {
    min-height: 116px;
    background: linear-gradient(145deg, rgba(248,252,254,.92), rgba(255,255,255,.98));
}
body.cc-location-page .cc-loc-proof__grid > div + div::after {
    content: "";
    position: absolute;
    left: -4px;
    top: 22%;
    width: 1px;
    height: 56%;
    background: var(--loc-line);
}
body.cc-location-page .cc-loc-intro {
    padding-top: clamp(72px, 8vw, 112px);
}

/* Avoid cramped cards and accidental overflow on laptops/tablets. */
@media (max-width: 1180px) {
    body.cc-location-page .cc-loc-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
        gap: 38px;
    }
    body.cc-location-page .cc-loc-hero h1 {
        font-size: clamp(2.7rem, 4.6vw, 4.25rem);
    }
    body.cc-location-page .cc-loc-proof__grid > div {
        grid-template-columns: 42px minmax(0,1fr);
        column-gap: 11px;
        padding-inline: 16px;
    }
    body.cc-location-page .cc-loc-proof__grid > div::before {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 940px) {
    body.cc-location-page .cc-loc-hero {
        min-height: 0;
    }
    body.cc-location-page .cc-loc-hero__media img {
        object-position: center center;
    }
    body.cc-location-page .cc-loc-hero__grid {
        gap: 42px;
        padding-top: clamp(70px, 9vw, 92px);
        padding-bottom: 106px;
    }
    body.cc-location-page .cc-loc-hero__content,
    body.cc-location-page .cc-loc-quote-card {
        max-width: 680px;
    }
    body.cc-location-page .cc-loc-quote-card {
        justify-self: start;
    }
    body.cc-location-page .cc-loc-proof {
        margin-top: -56px;
        padding-bottom: 58px;
        background: linear-gradient(to bottom, transparent 0 56px, var(--loc-mist) 56px 100%);
    }
    body.cc-location-page .cc-loc-proof__grid {
        gap: 8px;
    }
    body.cc-location-page .cc-loc-proof__grid > div + div::after {
        display: none;
    }
}

@media (max-width: 760px) {
    body.cc-location-page .cc-loc-page .container {
        width: min(100% - 32px, 1180px);
    }
    body.cc-location-page .cc-loc-hero__grid {
        padding-top: 58px;
        padding-bottom: 94px;
    }
    body.cc-location-page .cc-loc-hero h1 {
        max-width: 15ch;
        font-size: clamp(2.45rem, 10.4vw, 3.45rem);
        line-height: 1.01;
    }
    body.cc-location-page .cc-loc-hero__lead {
        margin-top: 20px;
        max-width: 58ch;
    }
    body.cc-location-page .cc-loc-quote-card {
        max-width: none;
    }
    body.cc-location-page .cc-loc-proof__grid {
        grid-template-columns: 1fr 1fr;
    }
    body.cc-location-page .cc-loc-proof__grid > div {
        min-height: 104px;
    }
    body.cc-location-page .cc-loc-section-heading h2,
    body.cc-location-page .cc-loc-intro__content h2,
    body.cc-location-page .cc-loc-final-quote__content h2 {
        overflow-wrap: anywhere;
    }
}

@media (max-width: 620px) {
    body.cc-location-page .cc-loc-hero__grid {
        gap: 28px;
        padding-top: 46px;
        padding-bottom: 72px;
    }
    body.cc-location-page .cc-loc-hero__media img {
        object-position: 54% center;
    }
    body.cc-location-page .cc-loc-breadcrumbs {
        margin-bottom: 18px;
    }
    body.cc-location-page .cc-loc-hero h1 {
        max-width: 13ch;
        font-size: clamp(2.25rem, 11.5vw, 3.05rem);
    }
    body.cc-location-page .cc-loc-hero__actions {
        margin-top: 25px;
    }
    body.cc-location-page .cc-loc-hero__trust {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 22px;
    }
    body.cc-location-page .cc-loc-quote-card {
        padding: 24px 18px;
        border-radius: 20px;
    }
    body.cc-location-page .cc-loc-quote-card h2 {
        font-size: 1.65rem;
    }
    body.cc-location-page .cc-loc-proof {
        margin-top: -34px;
        padding: 0 0 46px;
        background: linear-gradient(to bottom, transparent 0 34px, var(--loc-mist) 34px 100%);
    }
    body.cc-location-page .cc-loc-proof__grid {
        grid-template-columns: 1fr;
        gap: 7px;
        padding: 8px;
        border-radius: 20px;
    }
    body.cc-location-page .cc-loc-proof__grid > div {
        min-height: 82px;
        padding: 14px;
        background: #fff;
    }
    body.cc-location-page .cc-loc-intro {
        padding-top: 64px;
    }
    body.cc-location-page .cc-loc-nearby__grid {
        gap: 8px;
    }
    body.cc-location-page .cc-loc-nearby__grid > div {
        min-width: 0;
        padding-inline: 10px;
    }
    body.cc-location-page .cc-loc-nearby__grid span {
        overflow-wrap: anywhere;
    }
}

@media (max-width: 390px) {
    body.cc-location-page .cc-loc-page .container {
        width: min(100% - 24px, 1180px);
    }
    body.cc-location-page .cc-loc-hero h1 {
        font-size: clamp(2.05rem, 11.2vw, 2.62rem);
    }
    body.cc-location-page .cc-loc-hero__lead {
        font-size: .93rem;
    }
    body.cc-location-page .cc-loc-quote-card {
        padding-inline: 15px;
    }
    body.cc-location-page .cc-loc-proof__grid > div {
        grid-template-columns: 38px minmax(0,1fr);
        column-gap: 10px;
    }
    body.cc-location-page .cc-loc-proof__grid > div::before {
        width: 38px;
        height: 38px;
    }
    body.cc-location-page .cc-loc-nearby__grid {
        grid-template-columns: 1fr;
    }
    body.cc-location-page .cc-loc-faq__item summary {
        padding-right: 36px;
    }
    body.cc-location-page .cc-loc-faq__item div {
        padding-right: 0;
    }
}


/* ==========================================================
 * v6.0 — Sprint 2 conversion and hero-fit release
 * Keeps the complete quote card inside the exterior-location hero,
 * improves reassurance and adds a mobile conversion bar.
 * ========================================================== */
body.cc-location-page .cc-loc-hero{
    min-height: auto;
    align-items: stretch;
}
body.cc-location-page .cc-loc-hero__grid{
    min-height: clamp(700px, 78vh, 840px);
    padding-top: clamp(54px, 5vw, 78px);
    padding-bottom: clamp(94px, 7vw, 126px);
}
body.cc-location-page .cc-loc-quote-card{
    align-self: center;
    padding: clamp(24px, 2.2vw, 31px);
}
body.cc-location-page .cc-loc-quote-card__topline{
    display:flex;align-items:center;justify-content:space-between;gap:14px;
}
body.cc-location-page .cc-loc-quote-card__rating{
    flex:0 0 auto;color:#087f99;font-size:.68rem;font-weight:900;letter-spacing:.025em;
}
body.cc-location-page .cc-loc-quote-card > p{margin-bottom:16px}
body.cc-location-page .cc-loc-quote-card__form{gap:10px}
body.cc-location-page .cc-loc-quote-card label{gap:5px}
body.cc-location-page .cc-loc-quote-card input,
body.cc-location-page .cc-loc-quote-card select{min-height:45px;padding:10px 12px}
body.cc-location-page .cc-loc-quote-card__reassurance{
    display:flex;flex-wrap:wrap;justify-content:center;gap:6px 14px;
    color:#526777;font-size:.68rem;font-weight:800;
}
body.cc-location-page .cc-loc-form-note{text-align:center}
body.cc-location-page .cc-loc-form-note a{color:#087f99;font-weight:850;text-decoration:underline;text-underline-offset:3px}
body.cc-location-page .cc-loc-mobile-cta{display:none}
@media (min-width:941px) and (max-height:850px){
    body.cc-location-page .cc-loc-hero__grid{min-height:680px;padding-top:38px;padding-bottom:88px}
    body.cc-location-page .cc-loc-breadcrumbs{margin-bottom:18px}
    body.cc-location-page .cc-loc-hero h1{font-size:clamp(2.55rem,4vw,4rem)}
    body.cc-location-page .cc-loc-hero__lead{margin-top:18px;line-height:1.55}
    body.cc-location-page .cc-loc-hero__actions{margin-top:22px}
    body.cc-location-page .cc-loc-hero__trust{margin-top:20px}
    body.cc-location-page .cc-loc-quote-card{padding:22px 25px}
    body.cc-location-page .cc-loc-quote-card h2{margin-top:7px;font-size:1.65rem}
    body.cc-location-page .cc-loc-quote-card > p{font-size:.84rem;line-height:1.42}
}
@media (max-width:940px){
    body.cc-location-page .cc-loc-hero__grid{min-height:0;padding-bottom:104px}
}
@media (max-width:760px){
    body.cc-location-page{padding-bottom:68px}
    body.cc-location-page .cc-loc-mobile-cta{
        position:fixed;z-index:9998;left:10px;right:10px;bottom:10px;display:grid;grid-template-columns:1fr 1fr;
        gap:8px;padding:8px;border:1px solid rgba(216,229,236,.9);border-radius:16px;background:rgba(255,255,255,.96);
        box-shadow:0 18px 42px rgba(4,24,42,.24);backdrop-filter:blur(14px);
    }
    body.cc-location-page .cc-loc-mobile-cta a{min-height:48px;display:flex;align-items:center;justify-content:center;border-radius:11px;font-size:.86rem;font-weight:900;text-decoration:none}
    body.cc-location-page .cc-loc-mobile-cta a:first-child{background:#0a1828;color:#fff}
    body.cc-location-page .cc-loc-mobile-cta a:last-child{background:var(--loc-blue);color:#061521}
}
@media (max-width:390px){
    body.cc-location-page .cc-loc-quote-card__topline{align-items:flex-start;flex-direction:column;gap:5px}
}

/* ==========================================================
 * v6.0.1 — Exterior location hero composition correction
 * The quote card and proof strip now remain in separate layout
 * regions. This removes the cramped/overlapping first fold seen
 * on desktop and short laptop screens.
 * ========================================================== */
@media (min-width: 941px) {
    body.cc-location-page .cc-loc-hero {
        min-height: 0 !important;
        height: auto !important;
        align-items: initial !important;
        overflow: hidden !important;
    }

    body.cc-location-page .cc-loc-hero__grid {
        min-height: 0 !important;
        align-items: center !important;
        padding-top: clamp(72px, 6vw, 96px) !important;
        padding-bottom: clamp(72px, 6vw, 96px) !important;
        gap: clamp(42px, 5vw, 72px) !important;
    }

    body.cc-location-page .cc-loc-quote-card {
        align-self: center !important;
        margin: 0 !important;
    }

    body.cc-location-page .cc-loc-proof {
        margin-top: 0 !important;
        padding: 26px 0 34px !important;
        background: var(--loc-mist) !important;
    }
}

@media (min-width: 941px) and (max-height: 850px) {
    body.cc-location-page .cc-loc-hero__grid {
        padding-top: 46px !important;
        padding-bottom: 54px !important;
    }

    body.cc-location-page .cc-loc-breadcrumbs {
        margin-bottom: 16px !important;
    }

    body.cc-location-page .cc-loc-hero h1 {
        font-size: clamp(2.65rem, 3.7vw, 3.75rem) !important;
    }

    body.cc-location-page .cc-loc-quote-card {
        padding: 21px 24px !important;
    }

    body.cc-location-page .cc-loc-proof {
        padding-top: 22px !important;
        padding-bottom: 28px !important;
    }
}

@media (max-width: 940px) {
    body.cc-location-page .cc-loc-proof {
        margin-top: 0 !important;
        padding: 24px 0 42px !important;
        background: var(--loc-mist) !important;
    }
}

/* CraftCore v6.0.5 — exterior-location first-fold correction */
body.cc-location-page .cc-loc-page{
    margin:0 !important;
    padding:0 !important;
}
body.cc-location-page .cc-loc-hero{
    min-height:0 !important;
    height:auto !important;
    margin:0 !important;
    overflow:hidden !important;
}
body.cc-location-page .cc-loc-hero__grid{
    min-height:0 !important;
    padding-top:190px !important;
    padding-bottom:76px !important;
    align-items:center !important;
}
body.cc-location-page .cc-loc-quote-card{
    width:100% !important;
    max-width:520px !important;
    justify-self:end !important;
    align-self:center !important;
    margin:0 !important;
}
body.cc-location-page .cc-loc-proof{
    margin-top:0 !important;
    padding:28px 0 38px !important;
}
body.cc-location-page .cc-loc-proof__grid{
    transform:none !important;
    margin-top:0 !important;
}
@media (min-width:941px) and (max-height:850px){
    body.cc-location-page .cc-loc-hero__grid{
        padding-top:166px !important;
        padding-bottom:54px !important;
    }
    body.cc-location-page .cc-loc-quote-card{
        padding:21px 24px !important;
    }
}
@media (max-width:1080px){
    body.cc-location-page .cc-loc-hero__grid{
        padding-top:124px !important;
        padding-bottom:68px !important;
    }
    body.cc-location-page .cc-loc-quote-card{
        max-width:620px !important;
        justify-self:start !important;
    }
}
@media (max-width:620px){
    body.cc-location-page .cc-loc-hero__grid{
        padding-top:108px !important;
        padding-bottom:54px !important;
    }
    body.cc-location-page .cc-loc-proof{
        padding-top:22px !important;
        padding-bottom:34px !important;
    }
}

/* CraftCore v6.0.6 — definitive exterior-location header/hero flow
   The top bar now occupies normal document space and the navigation becomes
   sticky. Location heroes no longer require fragile fixed-header offsets. */
body.cc-location-page .topbar{
    position:relative !important;
    inset:auto !important;
}
body.cc-location-page .site-header,
body.cc-location-page .site-header.scrolled{
    position:sticky !important;
    top:0 !important;
}
body.cc-location-page main,
body.cc-location-page .cc-loc-page{
    padding-top:0 !important;
    margin-top:0 !important;
}
body.cc-location-page .cc-loc-hero__grid{
    min-height:0 !important;
    padding-top:clamp(58px,6vw,78px) !important;
    padding-bottom:clamp(62px,6vw,82px) !important;
    align-items:center !important;
}
body.cc-location-page .cc-loc-quote-card{
    align-self:center !important;
    margin:0 !important;
}
body.cc-location-page .cc-loc-proof{
    margin-top:0 !important;
    padding:28px 0 38px !important;
}
body.cc-location-page .cc-loc-proof__grid{
    margin-top:0 !important;
    transform:none !important;
}
@media (min-width:941px) and (max-height:850px){
    body.cc-location-page .cc-loc-hero__grid{
        padding-top:46px !important;
        padding-bottom:54px !important;
    }
}
@media (max-width:1080px){
    body.cc-location-page .cc-loc-hero__grid{
        padding-top:48px !important;
        padding-bottom:60px !important;
    }
}
@media (max-width:620px){
    body.cc-location-page .cc-loc-hero__grid{
        padding-top:36px !important;
        padding-bottom:48px !important;
    }
    body.cc-location-page .cc-loc-proof{
        padding:22px 0 34px !important;
    }
}


/* CraftCore v6.0.7 — exterior-location hero final layout */
.cc-flow-main > .cc-loc-page{
    margin:0 !important;
    padding:0 !important;
}
.cc-flow-main > .cc-loc-page .cc-loc-hero{
    min-height:0 !important;
    margin:0 !important;
}
.cc-flow-main > .cc-loc-page .cc-loc-hero__grid{
    min-height:0 !important;
    grid-template-columns:minmax(0,1fr) minmax(360px,470px) !important;
    gap:clamp(36px,5vw,72px) !important;
    padding-top:54px !important;
    padding-bottom:60px !important;
    align-items:center !important;
}
.cc-flow-main > .cc-loc-page .cc-loc-quote-card{
    width:100% !important;
    max-width:470px !important;
    justify-self:end !important;
    align-self:center !important;
    margin:0 !important;
}
.cc-flow-main > .cc-loc-page .cc-loc-proof{
    margin:0 !important;
    padding:24px 0 34px !important;
    background:#f4f8fb !important;
}
.cc-flow-main > .cc-loc-page .cc-loc-proof__grid{
    width:min(calc(100% - var(--cc-gutter)), var(--cc-content-width)) !important;
    max-width:var(--cc-content-width) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    transform:none !important;
}
@media (max-width:940px){
    .cc-flow-main > .cc-loc-page .cc-loc-hero__grid{
        grid-template-columns:1fr !important;
        padding-top:46px !important;
        padding-bottom:52px !important;
    }
    .cc-flow-main > .cc-loc-page .cc-loc-quote-card{
        max-width:620px !important;
        justify-self:start !important;
    }
}
@media (max-width:620px){
    .cc-flow-main > .cc-loc-page .cc-loc-hero__grid{
        padding-top:32px !important;
        padding-bottom:40px !important;
    }
    .cc-flow-main > .cc-loc-page .cc-loc-proof{
        padding:18px 0 28px !important;
    }
}


/* CraftCore v6.1.0 — clean proof-strip transition */
.cc-flow-main > .cc-loc-page .cc-loc-proof,
body.cc-location-page .cc-loc-proof{
    margin:0 !important;
    padding:22px 0 28px !important;
    background:#fff !important;
    box-shadow:none !important;
}
.cc-flow-main > .cc-loc-page .cc-loc-proof__grid,
body.cc-location-page .cc-loc-proof__grid{
    transform:none !important;
    margin:0 auto !important;
    border:1px solid #e4edf2 !important;
    box-shadow:0 14px 34px rgba(4,24,42,.09) !important;
}
@media(max-width:760px){
    .cc-flow-main > .cc-loc-page .cc-loc-proof,
    body.cc-location-page .cc-loc-proof{padding:16px 0 22px !important}
}
