/*
 * Alternate homepage concepts. Loaded only on the three test templates.
 * All selectors are scoped to .hc to leave the live homepage unchanged.
 */
.hc {
    --hc-navy: #0a2135;
    --hc-navy-light: #153e5d;
    --hc-orange: #eb681f;
    --hc-orange-dark: #c94e0d;
    --hc-cream: #f5f1e8;
    --hc-soft: #eef3f5;
    --hc-ink: #142430;
    --hc-muted: #5e6d77;
    overflow: hidden;
    color: var(--hc-ink);
}

.hc h1,
.hc h2,
.hc h3 {
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    line-height: 1.02;
    letter-spacing: -0.015em;
}

.hc h1 {
    margin: 15px 0 22px;
    font-size: clamp(48px, 6.2vw, 82px);
}

.hc h2 {
    margin: 12px 0 22px;
    font-size: clamp(38px, 4.5vw, 60px);
}

.hc h3 {
    font-size: 27px;
}

.hc p {
    color: var(--hc-muted);
}

.hc-section {
    padding: 100px 0;
}

.hc-section.hc-compact {
    padding: 72px 0;
}

.hc-soft {
    background: var(--hc-soft);
}

.hc-kicker {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--hc-orange);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.hc-kicker::before {
    width: 32px;
    height: 2px;
    background: currentColor;
    content: "";
}

.hc-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    border: 2px solid var(--hc-orange);
    border-radius: 5px;
    background: var(--hc-orange);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    transition: transform .2s, box-shadow .2s, background .2s;
}

.hc-button:hover {
    transform: translateY(-2px);
    background: var(--hc-orange-dark);
    border-color: var(--hc-orange-dark);
    box-shadow: 0 14px 30px rgba(235, 104, 31, .25);
}

.hc-button-outline {
    border-color: rgba(255,255,255,.55);
    background: transparent;
}

.hc-button-outline:hover {
    border-color: #fff;
    background: #fff;
    color: var(--hc-navy);
}

.hc-button-dark-outline {
    border-color: var(--hc-navy);
    background: transparent;
    color: var(--hc-navy);
}

.hc-button-dark-outline:hover {
    border-color: var(--hc-navy);
    background: var(--hc-navy);
    color: #fff;
}

.hc-button-light {
    border-color: #fff;
    background: #fff;
    color: var(--hc-navy);
}

.hc-button-dark {
    border-color: var(--hc-navy);
    background: var(--hc-navy);
}

.hc-button-block {
    width: 100%;
}

.hc-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.hc-text-link {
    color: var(--hc-orange);
    font-weight: 800;
}

.hc-text-link-light {
    color: #fff;
}

.hc-heading {
    max-width: 820px;
    margin-bottom: 48px;
}

.hc-heading > p {
    max-width: 690px;
    font-size: 18px;
}

.hc-heading-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.hc-heading-center .hc-kicker {
    justify-content: center;
}

.hc-heading-center > p {
    margin-right: auto;
    margin-left: auto;
}

.hc-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 85px;
}

/* Concept-only header refinements */
.page-template-page-home-concept-1 .site-header,
.page-template-page-home-concept-2 .site-header,
.page-template-page-home-concept-3 .site-header {
    border-bottom: 3px solid var(--orange);
}

.page-template-page-home-concept-1 .nav-row,
.page-template-page-home-concept-2 .nav-row,
.page-template-page-home-concept-3 .nav-row {
    height: 92px;
}

.page-template-page-home-concept-1 .primary-nav .menu,
.page-template-page-home-concept-2 .primary-nav .menu,
.page-template-page-home-concept-3 .primary-nav .menu {
    gap: 21px;
}

.page-template-page-home-concept-1 .primary-nav a,
.page-template-page-home-concept-2 .primary-nav a,
.page-template-page-home-concept-3 .primary-nav a {
    font-size: 13px;
}

/* Concept 1: clean residential split */
.hc-one-hero {
    position: relative;
    display: flex;
    min-height: 680px;
    align-items: center;
    background:
        radial-gradient(circle at 76% 38%, rgba(235,104,31,.2), transparent 24%),
        linear-gradient(115deg, #071a2b, #123956);
    color: #fff;
}

.hc-one-hero::before {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 52px 52px;
    content: "";
    mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.hc-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 50px;
    padding: 80px 0;
}

.hc-hero-copy {
    position: relative;
    z-index: 2;
}

.hc-one .hc-hero-copy p {
    max-width: 680px;
    color: #dbe6ed;
    font-size: 18px;
}

.hc-trust {
    display: flex;
    gap: 18px 28px;
    flex-wrap: wrap;
    margin: 30px 0 0;
    padding: 25px 0 0;
    border-top: 1px solid rgba(255,255,255,.14);
    list-style: none;
}

.hc-trust li {
    position: relative;
    padding-left: 20px;
    color: #dce7ee;
    font-size: 12px;
    font-weight: 700;
}

.hc-trust li::before {
    position: absolute;
    left: 0;
    color: var(--hc-orange);
    content: "✓";
}

.hc-one-visual {
    position: relative;
    min-height: 500px;
}

.hc-one-visual img {
    position: absolute;
    z-index: 2;
    right: -30px;
    bottom: 45px;
    width: 115%;
    max-width: none;
    filter: drop-shadow(0 35px 35px rgba(0,0,0,.4));
}

.hc-image-ring {
    position: absolute;
    top: 20px;
    right: -40px;
    width: 460px;
    height: 460px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
}

.hc-image-ring::before,
.hc-image-ring::after {
    position: absolute;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 50%;
    content: "";
}

.hc-image-ring::before { inset: 40px; }
.hc-image-ring::after { inset: 82px; }

.hc-visual-note {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    padding: 17px 22px;
    border-left: 4px solid var(--hc-orange);
    background: #fff;
    box-shadow: 0 20px 50px rgba(0,0,0,.24);
    color: var(--hc-navy);
}

.hc-visual-note span {
    color: var(--hc-muted);
    font-size: 12px;
}

.hc-quick-paths {
    position: relative;
    z-index: 4;
    background: #fff;
    box-shadow: 0 12px 40px rgba(10,33,53,.1);
}

.hc-path-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.hc-path-grid a {
    position: relative;
    display: grid;
    grid-template-columns: 38px 1fr;
    padding: 32px 35px;
    border-right: 1px solid #dae2e6;
    transition: background .2s;
}

.hc-path-grid a:last-child { border-right: 0; }
.hc-path-grid a:hover { background: var(--hc-soft); }
.hc-path-grid a > span { grid-row: 1/3; color: var(--hc-orange); font-family: Oswald; font-size: 14px; }
.hc-path-grid strong { font-family: Oswald; font-size: 22px; text-transform: uppercase; }
.hc-path-grid small { margin-top: 5px; color: var(--hc-muted); line-height: 1.45; }

.hc-photo-frame {
    position: relative;
    padding: 0 35px 35px 0;
}

.hc-photo-frame::after {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 75%;
    height: 72%;
    background: var(--hc-orange);
    content: "";
}

.hc-photo-frame img {
    display: block;
    width: 100%;
    min-height: 500px;
    object-fit: cover;
    box-shadow: 0 25px 60px rgba(10,33,53,.18);
}

.hc-photo-badge {
    position: absolute;
    left: -28px;
    bottom: 5px;
    max-width: 260px;
    padding: 18px 22px;
    background: var(--hc-navy);
    color: #fff;
    font-weight: 800;
}

.hc-checks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px 22px;
    margin: 28px 0;
    padding: 0;
    list-style: none;
}

.hc-checks li {
    position: relative;
    padding-left: 25px;
    font-weight: 700;
}

.hc-checks li::before {
    position: absolute;
    left: 0;
    color: var(--hc-orange);
    content: "✓";
}

.hc-mgp {
    position: relative;
    background: linear-gradient(120deg, #d95716, #ef7a2e);
    color: #fff;
}

.hc-mgp::before {
    position: absolute;
    top: -200px;
    right: -150px;
    width: 600px;
    height: 600px;
    border: 90px solid rgba(255,255,255,.07);
    border-radius: 50%;
    content: "";
}

.hc-mgp-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr .85fr;
    gap: 90px;
    align-items: center;
}

.hc-mgp .hc-kicker,
.hc-mgp p { color: #fff; }

.hc-step-list {
    margin: 0;
    padding: 34px;
    background: rgba(8,30,48,.94);
    list-style: none;
    box-shadow: 0 25px 60px rgba(78,25,0,.2);
}

.hc-step-list li {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.13);
}

.hc-step-list li:last-child { border-bottom: 0; }
.hc-step-list li > span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--hc-orange); border-radius: 50%; color: var(--hc-orange); font-family: Oswald; }
.hc-step-list div { display: flex; flex-direction: column; }
.hc-step-list small { margin-top: 3px; color: #bdceda; }

.hc-area-grid {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 55px;
}

.hc-area-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.hc-area-list span {
    padding: 18px 20px;
    border-left: 4px solid var(--hc-orange);
    background: #fff;
    box-shadow: 0 8px 25px rgba(10,33,53,.05);
    font-weight: 800;
}

.hc-area-card {
    padding: 35px;
    background: var(--hc-navy);
    color: #fff;
}

.hc-area-card strong { font-family: Oswald; font-size: 28px; text-transform: uppercase; }
.hc-area-card p { color: #c9d8e2; }
.hc-commercial { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }

/* Shared FAQ and contact */
.hc-faq-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 85px;
}

.hc-accordions details {
    border-bottom: 1px solid #ccd6dc;
}

.hc-accordions summary {
    position: relative;
    padding: 22px 45px 22px 0;
    cursor: pointer;
    list-style: none;
    font-weight: 800;
}

.hc-accordions summary::-webkit-details-marker { display: none; }
.hc-accordions summary::after { position: absolute; right: 8px; color: var(--hc-orange); content: "+"; font-size: 24px; font-weight: 500; }
.hc-accordions details[open] summary::after { content: "−"; }
.hc-accordions details p { margin-top: 0; padding: 0 45px 22px 0; }
.hc-contact { background: #fff; }

/* Concept 2: warm homeowner editorial */
.hc-two { --hc-cream: #f6f0e5; }
.hc-two-hero { position: relative; min-height: 720px; background: #132b3f; }
.hc-two-bg { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(6,24,38,.25), rgba(6,24,38,.05)), url('/wp-content/uploads/2026/07/cgw-truck.jpg'); background-position: center; background-size: cover; }
.hc-two-hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,25,39,.32), transparent 65%); content: ""; }
.hc-two-hero-inner { position: relative; z-index: 2; display: flex; min-height: 720px; align-items: center; padding: 70px 0; }
.hc-two-card { width: min(650px, 60%); padding: 52px; background: rgba(255,255,255,.96); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.hc-two-card h1 { color: var(--hc-navy); font-size: clamp(46px, 5.5vw, 76px); }
.hc-two-card p { font-size: 18px; }
.hc-two-choice { position: relative; z-index: 3; margin-top: -1px; padding: 28px 0 34px; background: var(--hc-navy); color: #fff; }
.hc-choice-label { margin: 0 0 14px; color: #aebfca !important; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hc-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.hc-choice-grid a { display: grid; grid-template-columns: 42px 1fr 25px; gap: 14px; align-items: center; padding: 19px 20px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.05); transition: background .2s; }
.hc-choice-grid a:hover { background: rgba(255,255,255,.11); }
.hc-choice-icon { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--hc-orange); color: #fff; font-weight: 800; }
.hc-choice-grid div { display: flex; flex-direction: column; }
.hc-choice-grid small { color: #aebfca; }
.hc-choice-grid b { color: var(--hc-orange); font-size: 21px; }
.hc-two-intro { background: var(--hc-cream); }
.hc-editorial-grid { display: grid; grid-template-columns: repeat(5, 1fr); align-items: stretch; box-shadow: 0 20px 60px rgba(10,33,53,.1); }
.hc-editorial-grid article { display: flex; min-height: 390px; flex-direction: column; padding: 32px 27px; background: #fff; }
.hc-editorial-grid article > span { color: var(--hc-orange); font-family: Oswald; }
.hc-editorial-grid h3 { margin: auto 0 15px; }
.hc-editorial-grid article a { margin-top: auto; color: var(--hc-orange); font-size: 13px; font-weight: 800; }
.hc-editorial-grid .hc-editorial-image { padding: 0; overflow: hidden; }
.hc-editorial-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.hc-editorial-image:hover img { transform: scale(1.035); }
.hc-two-mgp { background: #fff; }
.hc-two-mgp-card { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; padding: 65px; background: linear-gradient(125deg, #0a2135, #174768); color: #fff; overflow: hidden; }
.hc-two-mgp-card::after { position: absolute; right: -150px; bottom: -210px; width: 500px; height: 500px; border: 75px solid rgba(255,255,255,.05); border-radius: 50%; content: ""; }
.hc-two-mgp-card h2 { font-size: clamp(36px, 4vw, 54px); }
.hc-two-mgp-card p { color: #cad9e3; }
.hc-phone-flow { position: relative; z-index: 2; padding: 24px; border: 8px solid #fff; border-radius: 26px; background: #f3f6f7; box-shadow: 0 25px 60px rgba(0,0,0,.25); color: var(--hc-navy); }
.hc-phone-flow::before { display: block; width: 60px; height: 5px; margin: -12px auto 20px; border-radius: 10px; background: #bdc8ce; content: ""; }
.hc-phone-flow div { display: grid; grid-template-columns: 38px 1fr; gap: 13px; align-items: center; padding: 16px 8px; border-bottom: 1px solid #d7e0e4; }
.hc-phone-flow div:last-child { border-bottom: 0; }
.hc-phone-flow span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--hc-orange); color: #fff; font-family: Oswald; }
.hc-two-local { background: var(--hc-cream); }
.hc-value-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0; }
.hc-value-grid div { display: flex; flex-direction: column; padding: 18px; border-left: 3px solid var(--hc-orange); background: #fff; }
.hc-value-grid span { color: var(--hc-muted); font-size: 12px; }
.hc-local-panel { padding: 45px; background: #fff; box-shadow: 0 22px 60px rgba(10,33,53,.12); }
.hc-local-panel h3 { margin-top: 0; }
.hc-local-panel ul { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 0; list-style: none; }
.hc-local-panel li { padding: 12px; background: var(--hc-soft); font-weight: 700; }
.hc-local-panel a { color: var(--hc-orange); font-weight: 800; }
.hc-two-cgw { background: #fff; }
.hc-two-cgw-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 85px; align-items: center; }
.hc-two-cgw-photo { position: relative; padding: 0 32px 32px 0; }
.hc-two-cgw-photo::after { position: absolute; z-index: 0; right: 0; bottom: 0; width: 72%; height: 72%; background: #173f61; content: ""; }
.hc-two-cgw-photo img { position: relative; z-index: 1; display: block; width: 100%; min-height: 500px; object-fit: cover; box-shadow: 0 22px 60px rgba(10,33,53,.16); }
.hc-two-cgw-brand { position: absolute; z-index: 2; right: 0; bottom: 0; display: grid; grid-template-columns: auto auto; align-items: end; padding: 20px 24px; background: #173f61; color: #fff; line-height: .95; box-shadow: 0 15px 40px rgba(10,33,53,.22); }
.hc-two-cgw-brand strong,
.hc-two-cgw-brand b { font-family: Oswald; font-size: 21px; text-transform: uppercase; }
.hc-two-cgw-brand b { margin-left: 6px; color: #e58a2d; }
.hc-two-cgw-brand small { grid-column: 1/3; margin-top: 8px; color: #c3d4df; font-size: 8px; letter-spacing: .16em; text-transform: uppercase; }
.hc-cgw-areas { display: flex; gap: 8px; flex-wrap: wrap; margin: 25px 0 30px; }
.hc-cgw-areas span { padding: 7px 11px; background: var(--hc-soft); color: #355064; font-size: 11px; font-weight: 800; }
.hc-two-referral { padding: 62px 0; background: linear-gradient(110deg, #d95716, #ef7a2e); color: #fff; }
.hc-two-referral-grid { display: grid; grid-template-columns: auto 1fr auto; gap: 42px; align-items: center; }
.hc-two-referral .hc-kicker,
.hc-two-referral p { color: #fff; }
.hc-two-referral h2 { margin: 8px 0 12px; font-size: clamp(36px, 4vw, 52px); }
.hc-two-referral p { max-width: 680px; margin: 0; }
.hc-referral-amount { display: flex; width: 145px; height: 145px; flex-direction: column; align-items: center; justify-content: center; border: 2px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(255,255,255,.08); text-align: center; }
.hc-referral-amount strong { font-family: Oswald; font-size: 46px; line-height: 1; }
.hc-referral-amount span { margin-top: 6px; font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.hc-two-industrial { padding: 72px 0; background: var(--hc-navy); color: #fff; }
.hc-two-industrial p { color: #c7d5de; }
.hc-industrial-row { display: grid; grid-template-columns: 1fr auto; gap: 80px; align-items: center; }

/* Concept 3: conversion and remote quote */
.hc-three-hero { position: relative; min-height: 720px; background: linear-gradient(118deg, #071a2b 0%, #123a58 68%, #174866 100%); color: #fff; }
.hc-three-hero::after { position: absolute; inset: 0; opacity: .05; background-image: radial-gradient(#fff 1px, transparent 1px); background-size: 22px 22px; content: ""; }
.hc-three-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .7fr; gap: 80px; align-items: center; min-height: 720px; padding: 70px 0; }
.hc-three-copy p { max-width: 680px; color: #d2e0e8; font-size: 18px; }
.hc-three-proof { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 35px; }
.hc-three-proof span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); color: #dce8ee; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hc-quote-card { padding: 40px; border-top: 6px solid var(--hc-orange); background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.32); color: var(--hc-ink); }
.hc-quote-label { color: var(--hc-orange); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hc-quote-card h2 { font-size: 39px; }
.hc-quote-card ol { margin: 26px 0; padding: 0; list-style: none; }
.hc-quote-card li { display: grid; grid-template-columns: 34px 1fr; gap: 13px; align-items: center; padding: 11px 0; border-bottom: 1px solid #e0e6e9; font-weight: 700; }
.hc-quote-card li span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--hc-soft); color: var(--hc-orange); font-family: Oswald; }
.hc-quote-card > small { display: block; margin-top: 12px; color: var(--hc-muted); text-align: center; }
.hc-three-servicebar { background: var(--hc-orange); color: #fff; }
.hc-three-servicebar .container { display: flex; align-items: center; gap: 0; }
.hc-three-servicebar strong,
.hc-three-servicebar a { padding: 18px 28px; border-right: 1px solid rgba(255,255,255,.25); }
.hc-three-servicebar strong { padding-left: 0; font-family: Oswald; text-transform: uppercase; }
.hc-three-servicebar a { font-size: 13px; font-weight: 800; }
.hc-three-servicebar a:hover { background: rgba(118,39,0,.13); }
.hc-feature-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hc-feature-cards article { position: relative; display: flex; min-height: 360px; flex-direction: column; padding: 36px; border: 1px solid #d8e1e6; background: #fff; transition: transform .2s, box-shadow .2s; }
.hc-feature-cards article:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(10,33,53,.12); }
.hc-card-number { display: grid; width: 46px; height: 46px; place-items: center; background: var(--hc-navy); color: #fff; font-family: Oswald; }
.hc-feature-cards article:nth-child(2) .hc-card-number { background: var(--hc-orange); }
.hc-feature-cards h3 { margin: 40px 0 12px; }
.hc-feature-cards a { margin-top: auto; color: var(--hc-orange); font-weight: 800; }
.hc-three-why { background: var(--hc-navy); color: #fff; }
.hc-three-why p { color: #c7d6df; }
.hc-three-photo { position: relative; }
.hc-three-photo img { display: block; width: 100%; min-height: 550px; object-fit: cover; }
.hc-three-photo > div { position: absolute; right: -25px; bottom: -25px; display: flex; flex-direction: column; padding: 25px 32px; background: var(--hc-orange); color: #fff; }
.hc-three-photo > div strong { font-family: Oswald; font-size: 27px; text-transform: uppercase; }
.hc-reason-list { margin-top: 30px; }
.hc-reason-list > div { display: grid; grid-template-columns: 35px 1fr; gap: 15px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.12); }
.hc-reason-list > div > span { color: var(--hc-orange); font-size: 20px; }
.hc-reason-list p { display: flex; flex-direction: column; margin: 0; }
.hc-reason-list strong { color: #fff; }
.hc-reason-list small { margin-top: 4px; }
.hc-three-area { background: var(--hc-orange); color: #fff; }
.hc-three-area .hc-kicker,
.hc-three-area p { color: #fff; }
.hc-three-area-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 90px; align-items: center; }
.hc-county-cloud { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hc-county-cloud span { padding: 22px; border: 1px solid rgba(255,255,255,.32); background: rgba(255,255,255,.09); font-family: Oswald; font-size: 22px; text-align: center; text-transform: uppercase; }
.hc-three-division { background: #fff; }
.hc-three-division-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid #d8e1e6; }
.hc-three-division-grid > div { padding: 48px; }
.hc-three-division-grid > div + div { border-left: 1px solid #d8e1e6; background: var(--hc-soft); }
.hc-three-division h2 { font-size: 42px; }

/* Existing form compatibility inside concepts */
.hc .contact-panel h2 { font-size: clamp(38px, 4.5vw, 58px); }
.hc .form-placeholder { background: var(--hc-soft); }

@media (max-width: 1100px) {
    .hc-editorial-grid { grid-template-columns: repeat(3, 1fr); }
    .hc-editorial-grid article:nth-child(4) { display: none; }
    .hc-three-grid { gap: 45px; }
}

@media (max-width: 900px) {
    .hc-section { padding: 76px 0; }
    .hc-split,
    .hc-mgp-grid,
    .hc-area-grid,
    .hc-commercial,
    .hc-faq-grid,
    .hc-two-mgp-card,
    .hc-two-cgw-grid,
    .hc-three-area-grid { grid-template-columns: 1fr; gap: 48px; }
    .hc-two-referral-grid { grid-template-columns: auto 1fr; }
    .hc-two-referral-grid > .hc-button { grid-column: 2; justify-self: start; }
    .hc-hero-grid { grid-template-columns: 1fr; padding-bottom: 20px; }
    .hc-one-visual { min-height: 430px; }
    .hc-one-visual img { right: 2%; width: 90%; }
    .hc-image-ring { right: 8%; width: 400px; height: 400px; }
    .hc-path-grid { grid-template-columns: 1fr; }
    .hc-path-grid a { border-right: 0; border-bottom: 1px solid #dae2e6; }
    .hc-choice-grid { grid-template-columns: 1fr; }
    .hc-two-card { width: min(680px, 82%); }
    .hc-industrial-row { grid-template-columns: 1fr; gap: 25px; }
    .hc-three-grid { grid-template-columns: 1fr; padding: 75px 0; }
    .hc-quote-card { max-width: 600px; }
    .hc-three-servicebar .container { flex-wrap: wrap; }
    .hc-three-servicebar strong { width: 100%; border-bottom: 1px solid rgba(255,255,255,.25); }
    .hc-feature-cards { grid-template-columns: 1fr; }
    .hc-feature-cards article { min-height: 280px; }
}

@media (max-width: 700px) {
    .hc h1 { font-size: 45px; }
    .hc h2 { font-size: 37px; }
    .hc-section { padding: 62px 0; }
    .hc-actions { align-items: stretch; flex-direction: column; }
    .hc-actions .hc-button { width: 100%; }
    .hc-one-hero { min-height: auto; }
    .hc-hero-grid { gap: 0; padding-top: 62px; }
    .hc-one-visual { min-height: 330px; }
    .hc-one-visual img { right: -10%; bottom: 15px; width: 115%; }
    .hc-image-ring { top: 15px; right: -12%; width: 330px; height: 330px; }
    .hc-visual-note { right: 0; bottom: 10px; padding: 12px 15px; }
    .hc-trust { flex-direction: column; gap: 9px; }
    .hc-photo-frame { padding: 0 18px 18px 0; }
    .hc-photo-frame img { min-height: 360px; }
    .hc-photo-badge { left: 0; max-width: 240px; font-size: 13px; }
    .hc-checks,
    .hc-area-list,
    .hc-value-grid,
    .hc-local-panel ul,
    .hc-county-cloud { grid-template-columns: 1fr; }
    .hc-step-list { padding: 22px; }
    .hc-two-hero,
    .hc-two-hero-inner { min-height: 700px; }
    .hc-two-bg { background-position: 67% center; }
    .hc-two-hero::after { background: rgba(7,25,39,.38); }
    .hc-two-card { width: 100%; padding: 30px; }
    .hc-editorial-grid { grid-template-columns: 1fr; }
    .hc-editorial-grid article { min-height: 310px; }
    .hc-editorial-grid .hc-editorial-image { min-height: 360px; }
    .hc-editorial-grid article:nth-child(4) { display: none; }
    .hc-two-mgp-card { padding: 30px; }
    .hc-local-panel { padding: 30px; }
    .hc-two-cgw-photo { padding: 0 18px 18px 0; }
    .hc-two-cgw-photo img { min-height: 380px; }
    .hc-two-cgw-brand { right: 0; padding: 16px 18px; }
    .hc-two-referral-grid { grid-template-columns: 1fr; text-align: center; }
    .hc-referral-amount { margin: 0 auto; }
    .hc-two-referral-grid > .hc-button { grid-column: auto; justify-self: stretch; }
    .hc-two-referral .hc-kicker { justify-content: center; }
    .hc-three-servicebar .container { width: 100%; }
    .hc-three-servicebar strong,
    .hc-three-servicebar a { width: 100%; padding: 14px 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.22); }
    .hc-quote-card { padding: 28px; }
    .hc-quote-card h2 { font-size: 34px; }
    .hc-three-photo img { min-height: 380px; }
    .hc-three-photo > div { right: 0; bottom: 0; }
    .hc-three-division-grid { grid-template-columns: 1fr; }
    .hc-three-division-grid > div { padding: 32px; }
    .hc-three-division-grid > div + div { border-top: 1px solid #d8e1e6; border-left: 0; }
    .hc-three-division h2 { font-size: 36px; }
}

@media (prefers-reduced-motion: reduce) {
    .hc *,
    .hc *::before,
    .hc *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
