/* ============================================
   DYNAMIC SERVICE PAGE — Steve Hill Homes
   Design System Colors Applied
   ============================================ */

/* ============================================
   SERVICE HERO
   ============================================ */
.sh-srv-hero {
    position: relative;
    padding: 180px 0 80px;
    min-height: 520px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.sh-srv-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.sh-srv-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(16, 27, 65, 0.4) 0%,
        rgba(16, 27, 65, 0.6) 40%,
        rgba(16, 27, 65, 0.88) 100%
    );
}

/* Breadcrumb */
.sh-srv-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    font-size: 13px;
}

.sh-srv-breadcrumb a {
    color: rgba(233, 237, 245, 0.5);
    text-decoration: none;
    transition: color 0.25s ease;
}

.sh-srv-breadcrumb a:hover {
    color: #A98B52;
}

.sh-srv-breadcrumb-sep {
    color: rgba(233, 237, 245, 0.25);
    font-size: 11px;
}

.sh-srv-breadcrumb-current {
    color: #A98B52;
    font-weight: 600;
}

/* Hero Title */
.sh-srv-hero-title {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.18;
    margin-bottom: 18px;
    max-width: 720px;
    letter-spacing: -0.5px;
}

/* Center hero headings on all non-home pages. */
.about-hero-title,
.sh-srvp-hero-title,
.sh-srv-hero-title,
.sh-loc-hero-title,
.sh-areas-hero-title,
.sh-blog-hero-title,
.sh-bpost-hero-title,
.terms-hero h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.sh-srv-hero > .container,
.sh-srvp-hero > .container,
.sh-loc-hero > .container,
.sh-areas-hero > .container,
.sh-blog-hero > .container,
.sh-bpost-hero > .container,
.terms-hero > .container,
.about-hero .col-lg-8,
.contact-hero .col-lg-8 {
    text-align: center;
}

.sh-srv-breadcrumb,
.sh-srvp-breadcrumb,
.sh-loc-breadcrumb,
.sh-areas-breadcrumb,
.sh-blog-breadcrumb,
.sh-bpost-breadcrumb,
.about-hero-breadcrumb,
.contact-hero-breadcrumb {
    justify-content: center;
}

.sh-srv-hero-btns,
.sh-srvp-hero-btns,
.sh-loc-hero-btns,
.sh-areas-hero-btns,
.about-hero-stats,
.contact-hero-stats,
.sh-srv-hero-meta,
.sh-loc-hero-meta {
    justify-content: center;
}
}

/* Hero Lead */
.sh-srv-hero-lead {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(233, 237, 245, 0.7);
    max-width: 560px;
    margin-bottom: 32px;
}

/* Hero Buttons */
.sh-srv-hero-btns {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.sh-srv-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: #A98B52;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 18px rgba(169, 139, 82, 0.25);
}

.sh-srv-btn-primary:hover {
    background: #bfa068;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(169, 139, 82, 0.35);
    text-decoration: none;
}

.sh-srv-btn-primary svg {
    transition: transform 0.3s ease;
}

.sh-srv-btn-primary:hover svg {
    transform: translateX(4px);
}

.sh-srv-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 24px;
    background: rgba(255, 255, 255, 0.06);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sh-srv-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
    color: #FFFFFF;
    text-decoration: none;
}

/* Hero Meta */
.sh-srv-hero-meta {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.sh-srv-hero-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(233, 237, 245, 0.6);
}

.sh-srv-hero-meta-item i {
    color: #A98B52;
    font-size: 15px;
}

.sh-srv-hero-meta-item strong {
    color: rgba(233, 237, 245, 0.9);
}

/* ============================================
   SHARED — Badge & Section Title
   ============================================ */
.sh-srv-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(169, 139, 82, 0.1);
    border: 1px solid rgba(169, 139, 82, 0.25);
    border-radius: 50px;
    color: #A98B52;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.sh-srv-section-title {
    font-size: 32px;
    font-weight: 800;
    color: #101B41;
    line-height: 1.2;
    margin-bottom: 48px;
    letter-spacing: -0.5px;
}

/* ============================================
   FEATURES SECTION
   ============================================ */
.sh-srv-features {
    background: #FFFFFF;
    padding: 90px 0;
}

.sh-srv-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.sh-srv-feature-card {
    background: #F5F6F8;
    border-radius: 14px;
    padding: 32px 26px;
    border: 1px solid transparent;
    transition: all 0.35s ease;
    position: relative;
}

.sh-srv-feature-card:hover {
    background: #FFFFFF;
    border-color: rgba(169, 139, 82, 0.2);
    box-shadow: 0 10px 35px rgba(16, 27, 65, 0.07);
    transform: translateY(-4px);
}

.sh-srv-feature-num {
    display: block;
    font-size: 32px;
    font-weight: 800;
    color: rgba(169, 139, 82, 0.12);
    line-height: 1;
    margin-bottom: 16px;
    transition: color 0.3s ease;
}

.sh-srv-feature-card:hover .sh-srv-feature-num {
    color: rgba(169, 139, 82, 0.25);
}

.sh-srv-feature-title {
    font-size: 16px;
    font-weight: 700;
    color: #101B41;
    margin-bottom: 8px;
    line-height: 1.35;
}

.sh-srv-feature-desc {
    font-size: 13.5px;
    line-height: 1.65;
    color: #68717F;
    margin-bottom: 0;
}

/* ============================================
   MAIN CONTENT + SIDEBAR
   ============================================ */
.sh-srv-content {
    background: #F5F6F8;
    padding: 90px 0;
}

/* Content Body (CMS HTML) */
.sh-srv-content-body {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 48px 44px;
    border: 1px solid rgba(16, 27, 65, 0.05);
    box-shadow: 0 4px 20px rgba(16, 27, 65, 0.04);
}

.sh-srv-content-body h2 {
    font-size: 24px;
    font-weight: 700;
    color: #101B41;
    margin-top: 40px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 2px solid rgba(169, 139, 82, 0.12);
}

.sh-srv-content-body h2:first-child {
    margin-top: 0;
}

.sh-srv-content-body h3 {
    font-size: 19px;
    font-weight: 700;
    color: #101B41;
    margin-top: 28px;
    margin-bottom: 12px;
}

.sh-srv-content-body p {
    font-size: 15px;
    line-height: 1.85;
    color: #68717F;
    margin-bottom: 16px;
}

.sh-srv-content-body ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

.sh-srv-content-body ul li {
    position: relative;
    padding-left: 24px;
    padding-bottom: 10px;
    font-size: 14.5px;
    line-height: 1.7;
    color: #68717F;
}

.sh-srv-content-body ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #A98B52;
    border-radius: 50%;
}

.sh-srv-content-body ul li strong {
    color: #101B41;
}

/* Pricing Card */
.sh-srv-pricing {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 40px 44px;
    border: 1px solid rgba(16, 27, 65, 0.05);
    box-shadow: 0 4px 20px rgba(16, 27, 65, 0.04);
    margin-top: 28px;
}

.sh-srv-pricing-title {
    font-size: 22px;
    font-weight: 700;
    color: #101B41;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(169, 139, 82, 0.12);
}

.sh-srv-pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin-bottom: 20px;
}

.sh-srv-pricing-card {
    background: #F5F6F8;
    border-radius: 12px;
    padding: 24px 20px;
    text-align: center;
    border: 1px solid rgba(16, 27, 65, 0.04);
    transition: all 0.3s ease;
}

.sh-srv-pricing-card:hover {
    border-color: rgba(169, 139, 82, 0.2);
    box-shadow: 0 4px 16px rgba(16, 27, 65, 0.06);
}

.sh-srv-pricing-card i {
    font-size: 22px;
    color: #A98B52;
    display: block;
    margin-bottom: 10px;
}

.sh-srv-pricing-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #68717F;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.sh-srv-pricing-value {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #101B41;
}

.sh-srv-pricing-note {
    font-size: 13px;
    color: #68717F;
    margin-bottom: 0;
    font-style: italic;
}

/* ============================================
   SIDEBAR
   ============================================ */
.sh-srv-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 100px;
}

/* Sidebar CTA */
.sh-srv-sidebar-cta {
    background: #101B41;
    border-radius: 16px;
    padding: 36px 28px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.sh-srv-sidebar-cta::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(169, 139, 82, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.sh-srv-sidebar-cta-title {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.sh-srv-sidebar-cta-text {
    font-size: 13.5px;
    color: rgba(233, 237, 245, 0.6);
    line-height: 1.65;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.sh-srv-sidebar-btn-primary {
    display: block;
    padding: 14px 24px;
    background: #A98B52;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 16px rgba(169, 139, 82, 0.2);
}

.sh-srv-sidebar-btn-primary:hover {
    background: #bfa068;
    color: #FFFFFF;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(169, 139, 82, 0.3);
}

.sh-srv-sidebar-btn-phone {
    display: block;
    padding: 12px 24px;
    background: transparent;
    color: rgba(233, 237, 245, 0.7);
    font-size: 14px;
    font-weight: 600;
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.sh-srv-sidebar-btn-phone:hover {
    border-color: rgba(255, 255, 255, 0.3);
    color: #FFFFFF;
    text-decoration: none;
}

.sh-srv-sidebar-btn-phone i {
    margin-right: 4px;
    color: #A98B52;
}

/* Sidebar Services List */
.sh-srv-sidebar-services,
.sh-srv-sidebar-why {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 28px 24px;
    border: 1px solid rgba(16, 27, 65, 0.05);
    box-shadow: 0 4px 16px rgba(16, 27, 65, 0.04);
}

.sh-srv-sidebar-heading {
    font-size: 16px;
    font-weight: 700;
    color: #101B41;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 2px solid rgba(169, 139, 82, 0.12);
}

.sh-srv-sidebar-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sh-srv-sidebar-links li {
    margin-bottom: 4px;
}

.sh-srv-sidebar-links a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #252A32;
    text-decoration: none;
    transition: all 0.25s ease;
}

.sh-srv-sidebar-links a svg {
    margin-left: auto;
    opacity: 0;
    transition: all 0.25s ease;
    color: #A98B52;
}

.sh-srv-sidebar-links a:hover {
    background: rgba(169, 139, 82, 0.06);
    color: #A98B52;
    text-decoration: none;
}

.sh-srv-sidebar-links a:hover svg {
    opacity: 1;
    transform: translateX(3px);
}

.sh-srv-sidebar-links a i {
    font-size: 16px;
    color: #68717F;
    transition: color 0.25s ease;
    width: 20px;
    text-align: center;
}

.sh-srv-sidebar-links a:hover i {
    color: #A98B52;
}

/* Active Service */
.sh-srv-sidebar-active {
    background: rgba(169, 139, 82, 0.08) !important;
    color: #A98B52 !important;
    font-weight: 600 !important;
}

.sh-srv-sidebar-active i {
    color: #A98B52 !important;
}

.sh-srv-sidebar-active svg {
    opacity: 1 !important;
}

/* Why Choose List */
.sh-srv-sidebar-why-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sh-srv-sidebar-why-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 0;
    font-size: 13.5px;
    color: #68717F;
    line-height: 1.55;
    border-bottom: 1px solid rgba(16, 27, 65, 0.04);
}

.sh-srv-sidebar-why-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.sh-srv-sidebar-why-list li i {
    color: #A98B52;
    font-size: 14px;
    margin-top: 2px;
    flex-shrink: 0;
}

/* ============================================
   PROCESS SECTION
   ============================================ */
.sh-srv-process {
    background: #FFFFFF;
    padding: 90px 0;
}

.sh-srv-process-timeline {
    max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

/* Vertical line */
.sh-srv-process-timeline::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #A98B52, rgba(169, 139, 82, 0.1));
    z-index: 0;
}

.sh-srv-process-step {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    padding: 28px 0;
    position: relative;
    z-index: 1;
}

.sh-srv-process-num {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 2px solid rgba(169, 139, 82, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.35s ease;
}

.sh-srv-process-num span {
    font-size: 18px;
    font-weight: 800;
    color: #A98B52;
}

.sh-srv-process-step:hover .sh-srv-process-num {
    background: #A98B52;
    border-color: #A98B52;
    box-shadow: 0 6px 20px rgba(169, 139, 82, 0.25);
}

.sh-srv-process-step:hover .sh-srv-process-num span {
    color: #FFFFFF;
}

.sh-srv-process-body {
    flex: 1;
    padding-top: 8px;
}

.sh-srv-process-title {
    font-size: 18px;
    font-weight: 700;
    color: #101B41;
    margin-bottom: 8px;
}

.sh-srv-process-desc {
    font-size: 14px;
    line-height: 1.75;
    color: #68717F;
    margin-bottom: 0;
    max-width: 520px;
}

/* ============================================
   FAQ SECTION
   ============================================ */
.sh-srv-faq {
    background: #F5F6F8;
    padding: 90px 0;
}

.sh-srv-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sh-srv-faq-item {
    background: #FFFFFF;
    border-radius: 14px;
    border: 1px solid rgba(16, 27, 65, 0.06);
    overflow: hidden;
    transition: all 0.3s ease;
}

.sh-srv-faq-item:has(.sh-srv-faq-btn.active) {
    border-color: rgba(169, 139, 82, 0.2);
    box-shadow: 0 6px 24px rgba(16, 27, 65, 0.05);
}

.sh-srv-faq-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 20px 26px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background 0.25s ease;
}

.sh-srv-faq-btn:hover {
    background: rgba(245, 246, 248, 0.5);
}

.sh-srv-faq-question {
    font-size: 15px;
    font-weight: 600;
    color: #101B41;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.sh-srv-faq-btn.active .sh-srv-faq-question {
    color: #A98B52;
}

.sh-srv-faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(16, 27, 65, 0.04);
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sh-srv-faq-icon i {
    font-size: 13px;
    color: #101B41;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sh-srv-faq-btn.active .sh-srv-faq-icon {
    background: #A98B52;
    transform: rotate(45deg);
}

.sh-srv-faq-btn.active .sh-srv-faq-icon i {
    color: #FFFFFF;
}

.sh-srv-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 26px;
}

.sh-srv-faq-answer.show {
    max-height: 300px;
    padding: 0 26px 22px;
}

.sh-srv-faq-answer p {
    font-size: 14px;
    line-height: 1.8;
    color: #68717F;
    margin-bottom: 0;
    padding-top: 14px;
    border-top: 1px solid rgba(16, 27, 65, 0.05);
}

/* ============================================
   BOTTOM CTA
   ============================================ */
.sh-srv-cta {
    background: #F5F6F8;
    padding: 0 0 90px;
}

.sh-srv-cta-box {
    background: linear-gradient(135deg, #0d1633 0%, #101B41 50%, #1a2a5c 100%);
    border-radius: 20px;
    padding: 56px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    overflow: hidden;
}

.sh-srv-cta-box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(169, 139, 82, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.sh-srv-cta-eyebrow {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #A98B52;
    margin-bottom: 12px;
}

.sh-srv-cta-title {
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 12px;
    line-height: 1.25;
}

.sh-srv-cta-text {
    font-size: 14px;
    color: rgba(233, 237, 245, 0.55);
    line-height: 1.7;
    max-width: 460px;
    margin-bottom: 0;
}

.sh-srv-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
}

.sh-srv-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px;
    background: #A98B52;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 18px rgba(169, 139, 82, 0.25);
    white-space: nowrap;
}

.sh-srv-cta-btn-primary:hover {
    background: #bfa068;
    color: #FFFFFF;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(169, 139, 82, 0.35);
}

.sh-srv-cta-btn-primary svg {
    transition: transform 0.3s ease;
}

.sh-srv-cta-btn-primary:hover svg {
    transform: translateX(4px);
}

.sh-srv-cta-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 24px;
    background: transparent;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-weight: 600;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.sh-srv-cta-btn-outline:hover {
    border-color: rgba(255, 255, 255, 0.35);
    color: #FFFFFF;
    text-decoration: none;
}

/* ============================================
   TABLET — max-width: 991px
   ============================================ */
@media (max-width: 991px) {

    .sh-srv-hero {
        padding: 150px 0 60px;
        min-height: auto;
    }

    .sh-srv-hero-title { font-size: 32px; }

    .sh-srv-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sh-srv-content-body,
    .sh-srv-pricing {
        padding: 36px 30px;
    }

    .sh-srv-sidebar {
        position: static;
    }

    .sh-srv-cta-box {
        flex-direction: column;
        text-align: center;
        padding: 44px 36px;
    }

    .sh-srv-cta-text {
        max-width: 100%;
    }

    .sh-srv-cta-actions {
        width: 100%;
    }

    .sh-srv-cta-btn-primary,
    .sh-srv-cta-btn-outline {
        width: 100%;
    }
}

/* ============================================
   MOBILE — max-width: 767px
   ============================================ */
@media (max-width: 767px) {

    .sh-srv-hero {
        padding: 120px 0 48px;
    }

    .sh-srv-hero-title { font-size: 26px; }

    .sh-srv-hero-lead { font-size: 14px; margin-bottom: 24px; }

    .sh-srv-hero-btns {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 28px;
    }

    .sh-srv-btn-primary,
    .sh-srv-btn-outline {
        width: 100%;
        justify-content: center;
    }

    .sh-srv-hero-meta {
        flex-direction: column;
        gap: 12px;
    }

    .sh-srv-section-title { font-size: 24px; margin-bottom: 32px; }

    .sh-srv-badge { font-size: 11px; padding: 7px 16px; }

    .sh-srv-features,
    .sh-srv-content,
    .sh-srv-process,
    .sh-srv-faq {
        padding: 56px 0;
    }

    .sh-srv-features-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .sh-srv-feature-card { padding: 24px 20px; }

    .sh-srv-content-body,
    .sh-srv-pricing {
        padding: 28px 22px;
        border-radius: 14px;
    }

    .sh-srv-content-body h2 { font-size: 20px; }
    .sh-srv-content-body h3 { font-size: 17px; }

    .sh-srv-pricing-grid {
        grid-template-columns: 1fr;
    }

    .sh-srv-process-timeline::before { left: 24px; }

    .sh-srv-process-step { gap: 20px; padding: 20px 0; }

    .sh-srv-process-num { width: 48px; height: 48px; }
    .sh-srv-process-num span { font-size: 15px; }

    .sh-srv-process-title { font-size: 16px; }
    .sh-srv-process-desc { font-size: 13.5px; }

    .sh-srv-faq-btn { padding: 18px 20px; }
    .sh-srv-faq-question { font-size: 14px; }
    .sh-srv-faq-answer { padding: 0 20px; }
    .sh-srv-faq-answer.show { padding: 0 20px 18px; }

    .sh-srv-cta { padding: 0 0 56px; }
    .sh-srv-cta-box { padding: 36px 24px; border-radius: 16px; }
    .sh-srv-cta-title { font-size: 22px; }
    .sh-srv-cta-text { font-size: 13.5px; }

    .sh-srv-sidebar-cta { padding: 28px 22px; }
    .sh-srv-sidebar-services,
    .sh-srv-sidebar-why { padding: 24px 20px; }
}

/* ============================================
   SMALL MOBILE — max-width: 374px
   ============================================ */
@media (max-width: 374px) {

    .sh-srv-hero-title { font-size: 23px; }

    .sh-srv-section-title { font-size: 21px; }

    .sh-srv-content-body { padding: 22px 18px; }

    .sh-srv-cta-box { padding: 28px 20px; }
    .sh-srv-cta-title { font-size: 20px; }

    .sh-srv-process-num { width: 42px; height: 42px; }
    .sh-srv-process-num span { font-size: 14px; }
}

/* ============================================
   SERVICES PAGE — Steve Hill Homes
   Design System Colors Applied
   ============================================ */

/* ============================================
   HERO
   ============================================ */
.sh-srvp-hero {
    position: relative;
    padding: 180px 0 80px;
    overflow: hidden;
}

.sh-srvp-hero-bg {
    position: absolute;
    inset: 0;
    background: url('../images/services-hero.jpg') center center / cover no-repeat;
    z-index: 0;
}

.sh-srvp-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(16, 27, 65, 0.92) 0%,
        rgba(16, 27, 65, 0.8) 50%,
        rgba(16, 27, 65, 0.6) 100%
    );
}

/* Breadcrumb */
.sh-srvp-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    font-size: 13px;
}

.sh-srvp-breadcrumb a {
    color: rgba(233, 237, 245, 0.5);
    text-decoration: none;
    transition: color 0.25s ease;
}

.sh-srvp-breadcrumb a:hover {
    color: #A98B52;
}

.sh-srvp-breadcrumb-sep {
    color: rgba(233, 237, 245, 0.25);
    font-size: 11px;
}

.sh-srvp-breadcrumb-current {
    color: #A98B52;
    font-weight: 600;
}

/* Hero Title */
.sh-srvp-hero-title {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.12;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
    max-width: 600px;
}

.sh-srvp-hero-lead {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(233, 237, 245, 0.7);
    max-width: 540px;
    margin-bottom: 32px;
}

/* Hero Buttons */
.sh-srvp-hero-btns {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.sh-srvp-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: #A98B52;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 18px rgba(169, 139, 82, 0.25);
}

.sh-srvp-btn-primary:hover {
    background: #bfa068;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(169, 139, 82, 0.35);
    text-decoration: none;
}

.sh-srvp-btn-primary svg {
    transition: transform 0.3s ease;
}

.sh-srvp-btn-primary:hover svg {
    transform: translateX(4px);
}

.sh-srvp-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 24px;
    background: rgba(255, 255, 255, 0.06);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sh-srvp-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
    color: #FFFFFF;
    text-decoration: none;
}

/* ============================================
   SERVICES GRID SECTION
   ============================================ */
.sh-srvp-grid-section {
    background: #F5F6F8;
    padding: 100px 0;
}

.sh-srvp-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(169, 139, 82, 0.1);
    border: 1px solid rgba(169, 139, 82, 0.25);
    border-radius: 50px;
    color: #A98B52;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.sh-srvp-section-title {
    font-size: 36px;
    font-weight: 800;
    color: #101B41;
    line-height: 1.2;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}

.sh-srvp-section-subtitle {
    font-size: 15px;
    color: #68717F;
    font-weight: 500;
    max-width: 520px;
    margin: 0 auto 52px;
}

/* Grid */
.sh-srvp-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Center last 2 cards when 5 total */
.sh-srvp-card:nth-child(4) {
    grid-column: 1 / 2;
    margin-left: calc(50% + 12px);
}

.sh-srvp-card:nth-child(5) {
    grid-column: 2 / 4;
    margin-right: calc(50% + 12px);
}

/* ============================================
   SERVICE CARD
   ============================================ */
.sh-srvp-card {
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid rgba(16, 27, 65, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.sh-srvp-card:hover {
    border-color: rgba(169, 139, 82, 0.2);
    box-shadow: 0 16px 48px rgba(16, 27, 65, 0.1);
    transform: translateY(-6px);
    text-decoration: none;
}

/* Card Image */
.sh-srvp-card-img {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.sh-srvp-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.sh-srvp-card:hover .sh-srvp-card-img img {
    transform: scale(1.08);
}

.sh-srvp-card-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        transparent 40%,
        rgba(16, 27, 65, 0.15) 100%
    );
    transition: background 0.4s ease;
}

.sh-srvp-card:hover .sh-srvp-card-img-overlay {
    background: linear-gradient(
        180deg,
        transparent 30%,
        rgba(16, 27, 65, 0.25) 100%
    );
}

/* Card Icon Badge */
.sh-srvp-card-icon {
    position: absolute;
    bottom: -22px;
    left: 24px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #101B41;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 4px 16px rgba(16, 27, 65, 0.2);
    transition: all 0.35s ease;
}

.sh-srvp-card-icon i {
    font-size: 18px;
    color: #A98B52;
    transition: color 0.3s ease;
}

.sh-srvp-card:hover .sh-srvp-card-icon {
    background: #A98B52;
}

.sh-srvp-card:hover .sh-srvp-card-icon i {
    color: #FFFFFF;
}

/* Card Body */
.sh-srvp-card-body {
    padding: 34px 24px 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.sh-srvp-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #101B41;
    margin-bottom: 10px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.sh-srvp-card:hover .sh-srvp-card-title {
    color: #A98B52;
}

.sh-srvp-card-excerpt {
    font-size: 13.5px;
    line-height: 1.7;
    color: #68717F;
    margin-bottom: 16px;
    flex: 1;
}

/* Card Meta */
.sh-srvp-card-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(16, 27, 65, 0.06);
}

.sh-srvp-card-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #68717F;
}

.sh-srvp-card-meta-item i {
    color: #A98B52;
    font-size: 13px;
}

/* Card Link */
.sh-srvp-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #101B41;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
}

.sh-srvp-card-link svg {
    transition: transform 0.3s ease;
}

.sh-srvp-card:hover .sh-srvp-card-link {
    color: #A98B52;
}

.sh-srvp-card:hover .sh-srvp-card-link svg {
    transform: translateX(5px);
}

/* ============================================
   STATS SECTION
   ============================================ */
.sh-srvp-stats {
    background: #101B41;
    padding: 72px 0;
    position: relative;
    overflow: hidden;
}

.sh-srvp-stats::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(169, 139, 82, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.sh-srvp-stats::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(38, 54, 95, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.sh-srvp-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
    z-index: 1;
}

.sh-srvp-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 24px;
    position: relative;
}

/* Vertical dividers */
.sh-srvp-stat + .sh-srvp-stat::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.08);
}

.sh-srvp-stat-num {
    font-size: 42px;
    font-weight: 800;
    color: #A98B52;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.sh-srvp-stat-label {
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.sh-srvp-stat-sub {
    font-size: 12px;
    color: rgba(233, 237, 245, 0.4);
    font-weight: 500;
}

/* ============================================
   BOTTOM CTA
   ============================================ */
.sh-srvp-cta {
    background: #F5F6F8;
    padding: 90px 0;
}

.sh-srvp-cta-box {
    background: linear-gradient(135deg, #0d1633 0%, #101B41 50%, #1a2a5c 100%);
    border-radius: 20px;
    padding: 56px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    overflow: hidden;
}

.sh-srvp-cta-box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(169, 139, 82, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.sh-srvp-cta-eyebrow {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #A98B52;
    margin-bottom: 12px;
}

.sh-srvp-cta-title {
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 12px;
    line-height: 1.25;
}

.sh-srvp-cta-text {
    font-size: 14px;
    color: rgba(233, 237, 245, 0.55);
    line-height: 1.7;
    max-width: 460px;
    margin-bottom: 0;
}

.sh-srvp-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
}

.sh-srvp-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px;
    background: #A98B52;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 18px rgba(169, 139, 82, 0.25);
    white-space: nowrap;
}

.sh-srvp-cta-btn-primary:hover {
    background: #bfa068;
    color: #FFFFFF;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(169, 139, 82, 0.35);
}

.sh-srvp-cta-btn-primary svg {
    transition: transform 0.3s ease;
}

.sh-srvp-cta-btn-primary:hover svg {
    transform: translateX(4px);
}

.sh-srvp-cta-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 24px;
    background: transparent;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-weight: 600;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.sh-srvp-cta-btn-outline:hover {
    border-color: rgba(255, 255, 255, 0.35);
    color: #FFFFFF;
    text-decoration: none;
}

/* ============================================
   TABLET — max-width: 991px
   ============================================ */
@media (max-width: 991px) {

    .sh-srvp-hero {
        padding: 150px 0 60px;
    }

    .sh-srvp-hero-title {
        font-size: 36px;
    }

    .sh-srvp-section-title {
        font-size: 30px;
    }

    .sh-srvp-grid-section {
        padding: 72px 0;
    }

    .sh-srvp-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    /* Reset 5-card centering */
    .sh-srvp-card:nth-child(4) {
        grid-column: auto;
        margin-left: 0;
    }

    .sh-srvp-card:nth-child(5) {
        grid-column: auto;
        margin-right: 0;
    }

    /* Center 5th card */
    .sh-srvp-card:nth-child(5):last-child {
        grid-column: 1 / -1;
        max-width: calc(50% - 10px);
        justify-self: center;
    }

    .sh-srvp-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 32px 0;
    }

    /* Only vertical dividers on odd items */
    .sh-srvp-stat:nth-child(3)::before {
        display: none;
    }

    .sh-srvp-cta-box {
        flex-direction: column;
        text-align: center;
        padding: 44px 36px;
    }

    .sh-srvp-cta-text {
        max-width: 100%;
    }

    .sh-srvp-cta-actions {
        width: 100%;
    }

    .sh-srvp-cta-btn-primary,
    .sh-srvp-cta-btn-outline {
        width: 100%;
    }
}

/* ============================================
   MOBILE — max-width: 767px
   ============================================ */
@media (max-width: 767px) {

    .sh-srvp-hero {
        padding: 120px 0 48px;
    }

    .sh-srvp-hero-title {
        font-size: 28px;
    }

    .sh-srvp-hero-lead {
        font-size: 14px;
        margin-bottom: 24px;
    }

    .sh-srvp-hero-btns {
        flex-direction: column;
        gap: 10px;
    }

    .sh-srvp-btn-primary,
    .sh-srvp-btn-outline {
        width: 100%;
        justify-content: center;
    }

    .sh-srvp-grid-section {
        padding: 56px 0;
    }

    .sh-srvp-badge {
        font-size: 11px;
        padding: 7px 16px;
    }

    .sh-srvp-section-title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .sh-srvp-section-subtitle {
        font-size: 14px;
        margin-bottom: 32px;
    }

    .sh-srvp-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    /* Reset all centering */
    .sh-srvp-card:nth-child(4),
    .sh-srvp-card:nth-child(5) {
        grid-column: auto;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        justify-self: stretch;
    }

    .sh-srvp-card:hover {
        transform: none;
    }

    .sh-srvp-card-img {
        height: 200px;
    }

    .sh-srvp-card-body {
        padding: 30px 20px 24px;
    }

    .sh-srvp-card-title {
        font-size: 18px;
    }

    .sh-srvp-card-excerpt {
        font-size: 13px;
    }

    /* Stats */
    .sh-srvp-stats {
        padding: 48px 0;
    }

    .sh-srvp-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 0;
    }

    .sh-srvp-stat-num {
        font-size: 32px;
    }

    .sh-srvp-stat-label {
        font-size: 13px;
    }

    /* Divider adjustments */
    .sh-srvp-stat + .sh-srvp-stat::before {
        height: 40px;
    }

    .sh-srvp-stat:nth-child(3)::before {
        display: none;
    }

    /* CTA */
    .sh-srvp-cta {
        padding: 56px 0;
    }

    .sh-srvp-cta-box {
        padding: 36px 24px;
        border-radius: 16px;
    }

    .sh-srvp-cta-title {
        font-size: 22px;
    }

    .sh-srvp-cta-text {
        font-size: 13.5px;
    }
}

/* ============================================
   SMALL MOBILE — max-width: 374px
   ============================================ */
@media (max-width: 374px) {

    .sh-srvp-hero-title {
        font-size: 24px;
    }

    .sh-srvp-section-title {
        font-size: 23px;
    }

    .sh-srvp-card-img {
        height: 170px;
    }

    .sh-srvp-card-title {
        font-size: 16px;
    }

    .sh-srvp-stat-num {
        font-size: 28px;
    }

    .sh-srvp-cta-box {
        padding: 28px 20px;
    }

    .sh-srvp-cta-title {
        font-size: 20px;
    }

    .sh-srvp-btn-primary,
    .sh-srvp-btn-outline {
        font-size: 13px;
        padding: 13px 20px;
    }
}

/* ============================================
   DYNAMIC LOCATION PAGE — Steve Hill Homes
   ============================================ */

/* ============================================
   HERO
   ============================================ */
.sh-loc-hero {
    position: relative;
    padding: 180px 0 80px;
    min-height: 480px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.sh-loc-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.sh-loc-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(16, 27, 65, 0.92) 0%,
        rgba(16, 27, 65, 0.78) 50%,
        rgba(16, 27, 65, 0.55) 100%
    );
}

/* Breadcrumb */
.sh-loc-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    font-size: 13px;
}

.sh-loc-breadcrumb a {
    color: rgba(233, 237, 245, 0.5);
    text-decoration: none;
    transition: color 0.25s ease;
}

.sh-loc-breadcrumb a:hover { color: #A98B52; }

.sh-loc-breadcrumb-sep {
    color: rgba(233, 237, 245, 0.25);
    font-size: 11px;
}

.sh-loc-breadcrumb-current {
    color: #A98B52;
    font-weight: 600;
}

.sh-loc-hero-title {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.18;
    margin-bottom: 18px;
    max-width: 720px;
    letter-spacing: -0.5px;
}

.sh-loc-hero-lead {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(233, 237, 245, 0.7);
    max-width: 560px;
    margin-bottom: 32px;
}

/* Buttons */
.sh-loc-hero-btns {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.sh-loc-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: #A98B52;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 18px rgba(169, 139, 82, 0.25);
}

.sh-loc-btn-primary:hover {
    background: #bfa068;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(169, 139, 82, 0.35);
    text-decoration: none;
}

.sh-loc-btn-primary svg { transition: transform 0.3s ease; }
.sh-loc-btn-primary:hover svg { transform: translateX(4px); }

.sh-loc-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 24px;
    background: rgba(255, 255, 255, 0.06);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sh-loc-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
    color: #FFFFFF;
    text-decoration: none;
}

/* Hero Meta */
.sh-loc-hero-meta {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.sh-loc-hero-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(233, 237, 245, 0.6);
}

.sh-loc-hero-meta-item i {
    color: #A98B52;
    font-size: 15px;
}

/* ============================================
   SHARED COMPONENTS
   ============================================ */
.sh-loc-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(169, 139, 82, 0.1);
    border: 1px solid rgba(169, 139, 82, 0.25);
    border-radius: 50px;
    color: #A98B52;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.sh-loc-section-title {
    font-size: 32px;
    font-weight: 800;
    color: #101B41;
    line-height: 1.2;
    margin-bottom: 48px;
    letter-spacing: -0.5px;
}

/* ============================================
   SERVICES IN LOCATION
   ============================================ */
.sh-loc-services {
    background: #FFFFFF;
    padding: 90px 0;
}

.sh-loc-services-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 860px;
    margin: 0 auto;
}

.sh-loc-service-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px 28px;
    background: #F5F6F8;
    border-radius: 14px;
    border: 1px solid transparent;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.sh-loc-service-card:hover {
    background: #FFFFFF;
    border-color: rgba(169, 139, 82, 0.2);
    box-shadow: 0 8px 30px rgba(16, 27, 65, 0.07);
    transform: translateX(6px);
    text-decoration: none;
}

.sh-loc-service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(169, 139, 82, 0.1);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.sh-loc-service-icon i {
    font-size: 20px;
    color: #A98B52;
    transition: color 0.3s ease;
}

.sh-loc-service-card:hover .sh-loc-service-icon {
    background: #A98B52;
}

.sh-loc-service-card:hover .sh-loc-service-icon i {
    color: #FFFFFF;
}

.sh-loc-service-body { flex: 1; }

.sh-loc-service-name {
    font-size: 17px;
    font-weight: 700;
    color: #101B41;
    margin: 0 0 4px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.sh-loc-service-card:hover .sh-loc-service-name {
    color: #A98B52;
}

.sh-loc-service-desc {
    font-size: 13px;
    color: #68717F;
    line-height: 1.55;
    margin: 0;
}

.sh-loc-service-arrow {
    color: rgba(16, 27, 65, 0.15);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.sh-loc-service-card:hover .sh-loc-service-arrow {
    color: #A98B52;
    transform: translateX(4px);
}

/* ============================================
   CONTENT + SIDEBAR
   ============================================ */
.sh-loc-content {
    background: #F5F6F8;
    padding: 90px 0;
}

/* Content Body (CMS HTML) */
.sh-loc-content-body {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 48px 44px;
    border: 1px solid rgba(16, 27, 65, 0.05);
    box-shadow: 0 4px 20px rgba(16, 27, 65, 0.04);
    margin-bottom: 28px;
}

.sh-loc-content-body h2 {
    font-size: 24px;
    font-weight: 700;
    color: #101B41;
    margin-top: 40px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 2px solid rgba(169, 139, 82, 0.12);
}

.sh-loc-content-body h2:first-child { margin-top: 0; }

.sh-loc-content-body h3 {
    font-size: 19px;
    font-weight: 700;
    color: #101B41;
    margin-top: 28px;
    margin-bottom: 12px;
}

.sh-loc-content-body p {
    font-size: 15px;
    line-height: 1.85;
    color: #68717F;
    margin-bottom: 16px;
}

.sh-loc-content-body ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

.sh-loc-content-body ul li {
    position: relative;
    padding-left: 24px;
    padding-bottom: 10px;
    font-size: 14.5px;
    line-height: 1.7;
    color: #68717F;
}

.sh-loc-content-body ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background: #A98B52;
    border-radius: 50%;
}

.sh-loc-content-body ul li strong { color: #101B41; }

/* ============================================
   WHY CHOOSE
   ============================================ */
.sh-loc-why {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 40px 44px;
    border: 1px solid rgba(16, 27, 65, 0.05);
    box-shadow: 0 4px 20px rgba(16, 27, 65, 0.04);
    margin-bottom: 28px;
}

.sh-loc-why-title {
    font-size: 22px;
    font-weight: 700;
    color: #101B41;
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(169, 139, 82, 0.12);
}

.sh-loc-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.sh-loc-why-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
    background: #F5F6F8;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.sh-loc-why-item:hover {
    background: #FFFFFF;
    border-color: rgba(169, 139, 82, 0.15);
    box-shadow: 0 4px 16px rgba(16, 27, 65, 0.05);
}

.sh-loc-why-icon {
    color: #A98B52;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 1px;
}

.sh-loc-why-text {
    font-size: 13.5px;
    color: #252A32;
    line-height: 1.5;
    font-weight: 500;
}

/* ============================================
   NEIGHBORHOODS & ZIP CODES
   ============================================ */
.sh-loc-neighborhoods,
.sh-loc-zips {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 36px 44px;
    border: 1px solid rgba(16, 27, 65, 0.05);
    box-shadow: 0 4px 20px rgba(16, 27, 65, 0.04);
    margin-bottom: 28px;
}

.sh-loc-neighborhoods-title,
.sh-loc-zips-title {
    font-size: 18px;
    font-weight: 700;
    color: #101B41;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid rgba(169, 139, 82, 0.12);
}

.sh-loc-neighborhoods-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sh-loc-neighborhood-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: #F5F6F8;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    color: #252A32;
    border: 1px solid rgba(16, 27, 65, 0.05);
    transition: all 0.25s ease;
}

.sh-loc-neighborhood-tag:hover {
    border-color: rgba(169, 139, 82, 0.2);
    background: rgba(169, 139, 82, 0.06);
}

.sh-loc-neighborhood-tag i {
    color: #A98B52;
    font-size: 13px;
}

.sh-loc-zips-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sh-loc-zip {
    display: inline-block;
    padding: 6px 14px;
    background: #F5F6F8;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #101B41;
    font-family: monospace;
    letter-spacing: 0.5px;
    border: 1px solid rgba(16, 27, 65, 0.05);
}

/* ============================================
   SIDEBAR
   ============================================ */
.sh-loc-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 100px;
}

/* CTA Card */
.sh-loc-sidebar-cta {
    background: #101B41;
    border-radius: 16px;
    padding: 36px 28px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.sh-loc-sidebar-cta::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(169, 139, 82, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.sh-loc-sidebar-cta-title {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.sh-loc-sidebar-cta-text {
    font-size: 13.5px;
    color: rgba(233, 237, 245, 0.6);
    line-height: 1.65;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.sh-loc-sidebar-btn-primary {
    display: block;
    padding: 14px 24px;
    background: #A98B52;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 16px rgba(169, 139, 82, 0.2);
}

.sh-loc-sidebar-btn-primary:hover {
    background: #bfa068;
    color: #FFFFFF;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(169, 139, 82, 0.3);
}

.sh-loc-sidebar-btn-phone {
    display: block;
    padding: 12px 24px;
    color: rgba(233, 237, 245, 0.7);
    font-size: 14px;
    font-weight: 600;
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.sh-loc-sidebar-btn-phone:hover {
    border-color: rgba(255, 255, 255, 0.3);
    color: #FFFFFF;
    text-decoration: none;
}

.sh-loc-sidebar-btn-phone i {
    margin-right: 4px;
    color: #A98B52;
}

.sh-loc-sidebar-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    z-index: 1;
}

.sh-loc-sidebar-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12.5px;
    color: rgba(233, 237, 245, 0.5);
    text-decoration: none;
}

a.sh-loc-sidebar-contact-item:hover {
    color: #A98B52;
    text-decoration: none;
}

.sh-loc-sidebar-contact-item i {
    color: #A98B52;
    font-size: 13px;
    width: 16px;
    text-align: center;
}

/* Sidebar Boxes */
.sh-loc-sidebar-box {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 28px 24px;
    border: 1px solid rgba(16, 27, 65, 0.05);
    box-shadow: 0 4px 16px rgba(16, 27, 65, 0.04);
}

.sh-loc-sidebar-heading {
    font-size: 16px;
    font-weight: 700;
    color: #101B41;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 2px solid rgba(169, 139, 82, 0.12);
}

/* Services Links */
.sh-loc-sidebar-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sh-loc-sidebar-links li { margin-bottom: 4px; }

.sh-loc-sidebar-links a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #252A32;
    text-decoration: none;
    transition: all 0.25s ease;
}

.sh-loc-sidebar-links a svg {
    margin-left: auto;
    opacity: 0;
    transition: all 0.25s ease;
    color: #A98B52;
}

.sh-loc-sidebar-links a:hover {
    background: rgba(169, 139, 82, 0.06);
    color: #A98B52;
    text-decoration: none;
}

.sh-loc-sidebar-links a:hover svg {
    opacity: 1;
    transform: translateX(3px);
}

.sh-loc-sidebar-links a i {
    font-size: 16px;
    color: #68717F;
    transition: color 0.25s ease;
    width: 20px;
    text-align: center;
}

.sh-loc-sidebar-links a:hover i { color: #A98B52; }

/* Location Links */
.sh-loc-sidebar-locations {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sh-loc-sidebar-locations li { margin-bottom: 2px; }

.sh-loc-sidebar-locations a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 500;
    color: #252A32;
    text-decoration: none;
    transition: all 0.25s ease;
}

.sh-loc-sidebar-locations a:hover {
    background: rgba(169, 139, 82, 0.06);
    color: #A98B52;
    text-decoration: none;
}

.sh-loc-sidebar-locations a i {
    font-size: 14px;
    color: #68717F;
    transition: color 0.25s ease;
}

.sh-loc-sidebar-locations a:hover i { color: #A98B52; }

.sh-loc-sidebar-active {
    background: rgba(169, 139, 82, 0.08) !important;
    color: #A98B52 !important;
    font-weight: 600 !important;
}

.sh-loc-sidebar-active i { color: #A98B52 !important; }

.sh-loc-sidebar-current {
    margin-left: auto;
    font-size: 10px;
    font-weight: 700;
    color: #FFFFFF;
    background: #A98B52;
    padding: 3px 8px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* ============================================
   FAQ
   ============================================ */
.sh-loc-faq {
    background: #FFFFFF;
    padding: 90px 0;
}

.sh-loc-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sh-loc-faq-item {
    background: #F5F6F8;
    border-radius: 14px;
    border: 1px solid rgba(16, 27, 65, 0.04);
    overflow: hidden;
    transition: all 0.3s ease;
}

.sh-loc-faq-item:has(.sh-loc-faq-btn.active) {
    background: #FFFFFF;
    border-color: rgba(169, 139, 82, 0.2);
    box-shadow: 0 6px 24px rgba(16, 27, 65, 0.05);
}

.sh-loc-faq-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 20px 26px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background 0.25s ease;
}

.sh-loc-faq-btn:hover { background: rgba(245, 246, 248, 0.5); }

.sh-loc-faq-question {
    font-size: 15px;
    font-weight: 600;
    color: #101B41;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.sh-loc-faq-btn.active .sh-loc-faq-question { color: #A98B52; }

.sh-loc-faq-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(16, 27, 65, 0.04);
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sh-loc-faq-icon i {
    font-size: 13px;
    color: #101B41;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sh-loc-faq-btn.active .sh-loc-faq-icon {
    background: #A98B52;
    transform: rotate(45deg);
}

.sh-loc-faq-btn.active .sh-loc-faq-icon i { color: #FFFFFF; }

.sh-loc-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 26px;
}

.sh-loc-faq-answer.show {
    max-height: 300px;
    padding: 0 26px 22px;
}

.sh-loc-faq-answer p {
    font-size: 14px;
    line-height: 1.8;
    color: #68717F;
    margin-bottom: 0;
    padding-top: 14px;
    border-top: 1px solid rgba(16, 27, 65, 0.05);
}

/* ============================================
   BOTTOM CTA
   ============================================ */
.sh-loc-cta {
    background: #F5F6F8;
    padding: 0 0 90px;
}

.sh-loc-cta-box {
    background: linear-gradient(135deg, #0d1633 0%, #101B41 50%, #1a2a5c 100%);
    border-radius: 20px;
    padding: 56px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    overflow: hidden;
}

.sh-loc-cta-box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(169, 139, 82, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.sh-loc-cta-eyebrow {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #A98B52;
    margin-bottom: 12px;
}

.sh-loc-cta-title {
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 12px;
    line-height: 1.25;
}

.sh-loc-cta-text {
    font-size: 14px;
    color: rgba(233, 237, 245, 0.55);
    line-height: 1.7;
    max-width: 460px;
    margin-bottom: 0;
}

.sh-loc-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
}

.sh-loc-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px;
    background: #A98B52;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 18px rgba(169, 139, 82, 0.25);
    white-space: nowrap;
}

.sh-loc-cta-btn-primary:hover {
    background: #bfa068;
    color: #FFFFFF;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(169, 139, 82, 0.35);
}

.sh-loc-cta-btn-primary svg { transition: transform 0.3s ease; }
.sh-loc-cta-btn-primary:hover svg { transform: translateX(4px); }

.sh-loc-cta-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 24px;
    background: transparent;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-weight: 600;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.sh-loc-cta-btn-outline:hover {
    border-color: rgba(255, 255, 255, 0.35);
    color: #FFFFFF;
    text-decoration: none;
}

/* ============================================
   TABLET — max-width: 991px
   ============================================ */
@media (max-width: 991px) {

    .sh-loc-hero { padding: 150px 0 60px; min-height: auto; }
    .sh-loc-hero-title { font-size: 32px; }

    .sh-loc-services,
    .sh-loc-content,
    .sh-loc-faq { padding: 72px 0; }

    .sh-loc-content-body,
    .sh-loc-why,
    .sh-loc-neighborhoods,
    .sh-loc-zips { padding: 36px 30px; }

    .sh-loc-why-grid { grid-template-columns: 1fr; }

    .sh-loc-sidebar { position: static; }

    .sh-loc-cta-box {
        flex-direction: column;
        text-align: center;
        padding: 44px 36px;
    }

    .sh-loc-cta-text { max-width: 100%; }

    .sh-loc-cta-actions { width: 100%; }

    .sh-loc-cta-btn-primary,
    .sh-loc-cta-btn-outline { width: 100%; }
}

/* ============================================
   MOBILE — max-width: 767px
   ============================================ */
@media (max-width: 767px) {

    .sh-loc-hero { padding: 120px 0 48px; }
    .sh-loc-hero-title { font-size: 26px; }
    .sh-loc-hero-lead { font-size: 14px; margin-bottom: 24px; }

    .sh-loc-hero-btns {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 28px;
    }

    .sh-loc-btn-primary,
    .sh-loc-btn-outline {
        width: 100%;
        justify-content: center;
    }

    .sh-loc-hero-meta {
        flex-direction: column;
        gap: 10px;
    }

    .sh-loc-section-title { font-size: 24px; margin-bottom: 32px; }
    .sh-loc-badge { font-size: 11px; padding: 7px 16px; }

    .sh-loc-services,
    .sh-loc-content,
    .sh-loc-faq { padding: 56px 0; }

    .sh-loc-service-card {
        padding: 20px 22px;
        gap: 16px;
    }

    .sh-loc-service-card:hover { transform: none; }

    .sh-loc-service-icon { width: 42px; height: 42px; }
    .sh-loc-service-name { font-size: 15px; }
    .sh-loc-service-desc { font-size: 12.5px; }

    .sh-loc-content-body,
    .sh-loc-why,
    .sh-loc-neighborhoods,
    .sh-loc-zips {
        padding: 28px 22px;
        border-radius: 14px;
    }

    .sh-loc-content-body h2 { font-size: 20px; }
    .sh-loc-content-body h3 { font-size: 17px; }

    .sh-loc-why-title { font-size: 19px; }
    .sh-loc-why-grid { grid-template-columns: 1fr; }

    .sh-loc-why-item { padding: 14px; }

    .sh-loc-neighborhood-tag {
        font-size: 12px;
        padding: 8px 14px;
    }

    .sh-loc-faq-btn { padding: 18px 20px; }
    .sh-loc-faq-question { font-size: 14px; }
    .sh-loc-faq-answer { padding: 0 20px; }
    .sh-loc-faq-answer.show { padding: 0 20px 18px; }

    .sh-loc-cta { padding: 0 0 56px; }
    .sh-loc-cta-box { padding: 36px 24px; border-radius: 16px; }
    .sh-loc-cta-title { font-size: 22px; }

    .sh-loc-sidebar-cta { padding: 28px 22px; }
    .sh-loc-sidebar-box { padding: 24px 20px; }
}

/* ============================================
   SMALL MOBILE — max-width: 374px
   ============================================ */
@media (max-width: 374px) {

    .sh-loc-hero-title { font-size: 23px; }
    .sh-loc-section-title { font-size: 21px; }

    .sh-loc-content-body { padding: 22px 18px; }
    .sh-loc-why { padding: 22px 18px; }

    .sh-loc-cta-box { padding: 28px 20px; }
    .sh-loc-cta-title { font-size: 20px; }

    .sh-loc-service-card { padding: 16px 18px; }
    .sh-loc-service-icon { width: 36px; height: 36px; }
    .sh-loc-service-name { font-size: 14px; }
}





/* ============================================
   SERVICE AREAS PAGE — Steve Hill Homes
   ============================================ */

/* ============================================
   HERO
   ============================================ */
.sh-areas-hero {
    position: relative;
    padding: 180px 0 80px;
    overflow: hidden;
}

.sh-areas-hero-bg {
    position: absolute;
    inset: 0;
    background: url('../images/service-areas-hero.jpg') center center / cover no-repeat;
}

.sh-areas-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(16, 27, 65, 0.92) 0%,
        rgba(16, 27, 65, 0.8) 50%,
        rgba(16, 27, 65, 0.6) 100%
    );
}

/* Breadcrumb */
.sh-areas-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    font-size: 13px;
}

.sh-areas-breadcrumb a {
    color: rgba(233, 237, 245, 0.5);
    text-decoration: none;
    transition: color 0.25s ease;
}

.sh-areas-breadcrumb a:hover { color: #A98B52; }

.sh-areas-breadcrumb-sep {
    color: rgba(233, 237, 245, 0.25);
    font-size: 11px;
}

.sh-areas-breadcrumb-current {
    color: #A98B52;
    font-weight: 600;
}

.sh-areas-hero-title {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.12;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.sh-areas-hero-lead {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(233, 237, 245, 0.7);
    max-width: 540px;
    margin-bottom: 32px;
}

/* Buttons */
.sh-areas-hero-btns {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.sh-areas-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: #A98B52;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 18px rgba(169, 139, 82, 0.25);
}

.sh-areas-btn-primary:hover {
    background: #bfa068;
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(169, 139, 82, 0.35);
    text-decoration: none;
}

.sh-areas-btn-primary svg { transition: transform 0.3s ease; }
.sh-areas-btn-primary:hover svg { transform: translateX(4px); }

.sh-areas-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 24px;
    background: rgba(255, 255, 255, 0.06);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sh-areas-btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
    color: #FFFFFF;
    text-decoration: none;
}

/* ============================================
   SHARED
   ============================================ */
.sh-areas-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(169, 139, 82, 0.1);
    border: 1px solid rgba(169, 139, 82, 0.25);
    border-radius: 50px;
    color: #A98B52;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.sh-areas-section-title {
    font-size: 36px;
    font-weight: 800;
    color: #101B41;
    line-height: 1.2;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}

.sh-areas-section-subtitle {
    font-size: 15px;
    color: #68717F;
    font-weight: 500;
    max-width: 540px;
    margin: 0 auto 52px;
}

/* ============================================
   LOCATIONS GRID SECTION
   ============================================ */
.sh-areas-grid-section {
    background: #F5F6F8;
    padding: 100px 0;
}

/* ---------- Primary Card (Lubbock) ---------- */
.sh-areas-primary-card {
    display: flex;
    align-items: stretch;
    background: #FFFFFF;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid rgba(16, 27, 65, 0.05);
    margin-bottom: 32px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sh-areas-primary-card:hover {
    border-color: rgba(169, 139, 82, 0.2);
    box-shadow: 0 16px 52px rgba(16, 27, 65, 0.1);
    transform: translateY(-4px);
    text-decoration: none;
}

.sh-areas-primary-img {
    position: relative;
    width: 45%;
    min-height: 320px;
    overflow: hidden;
    flex-shrink: 0;
}

.sh-areas-primary-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.sh-areas-primary-card:hover .sh-areas-primary-img img {
    transform: scale(1.06);
}

.sh-areas-primary-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 60%, rgba(255, 255, 255, 0.05) 100%);
}

.sh-areas-primary-body {
    flex: 1;
    padding: 40px 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sh-areas-primary-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    background: rgba(169, 139, 82, 0.1);
    border: 1px solid rgba(169, 139, 82, 0.2);
    border-radius: 50px;
    color: #A98B52;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 18px;
    width: fit-content;
}

.sh-areas-primary-tag i { font-size: 11px; }

.sh-areas-primary-title {
    font-size: 28px;
    font-weight: 800;
    color: #101B41;
    margin-bottom: 12px;
    line-height: 1.2;
    letter-spacing: -0.3px;
    transition: color 0.3s ease;
}

.sh-areas-primary-card:hover .sh-areas-primary-title {
    color: #A98B52;
}

.sh-areas-primary-excerpt {
    font-size: 14px;
    line-height: 1.75;
    color: #68717F;
    margin-bottom: 20px;
}

.sh-areas-primary-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 22px;
}

.sh-areas-primary-meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 600;
    color: #68717F;
}

.sh-areas-primary-meta-item i {
    color: #A98B52;
    font-size: 14px;
}

.sh-areas-primary-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #101B41;
    transition: all 0.3s ease;
}

.sh-areas-primary-link svg { transition: transform 0.3s ease; }

.sh-areas-primary-card:hover .sh-areas-primary-link {
    color: #A98B52;
}

.sh-areas-primary-card:hover .sh-areas-primary-link svg {
    transform: translateX(5px);
}

/* ---------- Secondary Cards Grid ---------- */
.sh-areas-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.sh-areas-card {
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid rgba(16, 27, 65, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
}

.sh-areas-card:hover {
    border-color: rgba(169, 139, 82, 0.2);
    box-shadow: 0 14px 44px rgba(16, 27, 65, 0.09);
    transform: translateY(-5px);
    text-decoration: none;
}

/* Card Image */
.sh-areas-card-img {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.sh-areas-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.sh-areas-card:hover .sh-areas-card-img img {
    transform: scale(1.08);
}

.sh-areas-card-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(16, 27, 65, 0.1) 100%);
}

.sh-areas-card-distance {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    background: rgba(16, 27, 65, 0.75);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    color: rgba(233, 237, 245, 0.85);
}

.sh-areas-card-distance i {
    color: #A98B52;
    font-size: 11px;
}

/* Card Body */
.sh-areas-card-body {
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.sh-areas-card-title {
    font-size: 19px;
    font-weight: 700;
    color: #101B41;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.sh-areas-card:hover .sh-areas-card-title { color: #A98B52; }

.sh-areas-card-excerpt {
    font-size: 13px;
    line-height: 1.65;
    color: #68717F;
    margin-bottom: 16px;
    flex: 1;
}

/* Service Tags */
.sh-areas-card-services {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 18px;
}

.sh-areas-card-svc-tag {
    display: inline-block;
    padding: 4px 10px;
    background: #F5F6F8;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 600;
    color: #68717F;
    border: 1px solid rgba(16, 27, 65, 0.04);
}

.sh-areas-card-svc-more {
    display: inline-block;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 600;
    color: #A98B52;
}

/* Card Link */
.sh-areas-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #101B41;
    transition: all 0.3s ease;
}

.sh-areas-card-link svg { transition: transform 0.3s ease; }

.sh-areas-card:hover .sh-areas-card-link { color: #A98B52; }
.sh-areas-card:hover .sh-areas-card-link svg { transform: translateX(5px); }

/* ============================================
   NOT LISTED SECTION
   ============================================ */
.sh-areas-notlisted {
    background: #FFFFFF;
    padding: 80px 0;
}

.sh-areas-notlisted-box {
    display: flex;
    align-items: center;
    gap: 40px;
    background: #F5F6F8;
    border-radius: 16px;
    padding: 40px 44px;
    border: 1px solid rgba(16, 27, 65, 0.05);
}

.sh-areas-notlisted-content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex: 1;
}

.sh-areas-notlisted-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(169, 139, 82, 0.1);
    flex-shrink: 0;
}

.sh-areas-notlisted-icon i {
    font-size: 22px;
    color: #A98B52;
}

.sh-areas-notlisted-title {
    font-size: 20px;
    font-weight: 700;
    color: #101B41;
    margin-bottom: 6px;
}

.sh-areas-notlisted-text {
    font-size: 14px;
    color: #68717F;
    line-height: 1.7;
    margin-bottom: 0;
}

.sh-areas-notlisted-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    background: #101B41;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(16, 27, 65, 0.15);
}

.sh-areas-notlisted-btn:hover {
    background: #26365F;
    color: #FFFFFF;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(16, 27, 65, 0.2);
}

.sh-areas-notlisted-btn svg { transition: transform 0.3s ease; }
.sh-areas-notlisted-btn:hover svg { transform: translateX(4px); }

/* ============================================
   SERVICES OVERVIEW
   ============================================ */
.sh-areas-services {
    background: #FFFFFF;
    padding: 0 0 90px;
}

.sh-areas-services-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 820px;
    margin: 0 auto;
}

.sh-areas-service-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 26px;
    background: #F5F6F8;
    border-radius: 12px;
    border: 1px solid transparent;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sh-areas-service-item:hover {
    background: #FFFFFF;
    border-color: rgba(169, 139, 82, 0.18);
    box-shadow: 0 6px 24px rgba(16, 27, 65, 0.06);
    transform: translateX(5px);
    text-decoration: none;
}

.sh-areas-service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(169, 139, 82, 0.1);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.sh-areas-service-icon i {
    font-size: 18px;
    color: #A98B52;
    transition: color 0.3s ease;
}

.sh-areas-service-item:hover .sh-areas-service-icon { background: #A98B52; }
.sh-areas-service-item:hover .sh-areas-service-icon i { color: #FFFFFF; }

.sh-areas-service-body { flex: 1; }

.sh-areas-service-name {
    font-size: 16px;
    font-weight: 700;
    color: #101B41;
    margin: 0 0 3px;
    transition: color 0.3s ease;
}

.sh-areas-service-item:hover .sh-areas-service-name { color: #A98B52; }

.sh-areas-service-desc {
    font-size: 13px;
    color: #68717F;
    line-height: 1.5;
    margin: 0;
}

.sh-areas-service-arrow {
    color: rgba(16, 27, 65, 0.12);
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.sh-areas-service-item:hover .sh-areas-service-arrow {
    color: #A98B52;
    transform: translateX(4px);
}

/* ============================================
   BOTTOM CTA
   ============================================ */
.sh-areas-cta {
    background: #F5F6F8;
    padding: 90px 0;
}

.sh-areas-cta-box {
    background: linear-gradient(135deg, #0d1633 0%, #101B41 50%, #1a2a5c 100%);
    border-radius: 20px;
    padding: 56px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    overflow: hidden;
}

.sh-areas-cta-box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(169, 139, 82, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.sh-areas-cta-eyebrow {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #A98B52;
    margin-bottom: 12px;
}

.sh-areas-cta-title {
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 12px;
    line-height: 1.25;
}

.sh-areas-cta-text {
    font-size: 14px;
    color: rgba(233, 237, 245, 0.55);
    line-height: 1.7;
    max-width: 460px;
    margin-bottom: 0;
}

.sh-areas-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
}

.sh-areas-cta-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px;
    background: #A98B52;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 18px rgba(169, 139, 82, 0.25);
    white-space: nowrap;
}

.sh-areas-cta-btn-primary:hover {
    background: #bfa068;
    color: #FFFFFF;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(169, 139, 82, 0.35);
}

.sh-areas-cta-btn-primary svg { transition: transform 0.3s ease; }
.sh-areas-cta-btn-primary:hover svg { transform: translateX(4px); }

.sh-areas-cta-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 24px;
    background: transparent;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    font-weight: 600;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.sh-areas-cta-btn-outline:hover {
    border-color: rgba(255, 255, 255, 0.35);
    color: #FFFFFF;
    text-decoration: none;
}

/* ============================================
   TABLET — max-width: 991px
   ============================================ */
@media (max-width: 991px) {

    .sh-areas-hero { padding: 150px 0 60px; }
    .sh-areas-hero-title { font-size: 36px; }

    .sh-areas-grid-section { padding: 72px 0; }
    .sh-areas-section-title { font-size: 30px; }

    /* Primary card stack */
    .sh-areas-primary-card { flex-direction: column; }
    .sh-areas-primary-img { width: 100%; min-height: 240px; }
    .sh-areas-primary-body { padding: 32px 28px; }
    .sh-areas-primary-title { font-size: 24px; }

    .sh-areas-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    /* Not listed */
    .sh-areas-notlisted { padding: 60px 0; }
    .sh-areas-notlisted-box {
        flex-direction: column;
        text-align: center;
        padding: 36px 30px;
    }

    .sh-areas-notlisted-content {
        flex-direction: column;
        align-items: center;
    }

    /* CTA */
    .sh-areas-cta-box {
        flex-direction: column;
        text-align: center;
        padding: 44px 36px;
    }

    .sh-areas-cta-text { max-width: 100%; }
    .sh-areas-cta-actions { width: 100%; }
    .sh-areas-cta-btn-primary,
    .sh-areas-cta-btn-outline { width: 100%; }
}

/* ============================================
   MOBILE — max-width: 767px
   ============================================ */
@media (max-width: 767px) {

    .sh-areas-hero { padding: 120px 0 48px; }
    .sh-areas-hero-title { font-size: 28px; }
    .sh-areas-hero-lead { font-size: 14px; margin-bottom: 24px; }

    .sh-areas-hero-btns {
        flex-direction: column;
        gap: 10px;
    }

    .sh-areas-btn-primary,
    .sh-areas-btn-outline {
        width: 100%;
        justify-content: center;
    }

    .sh-areas-grid-section { padding: 56px 0; }
    .sh-areas-badge { font-size: 11px; padding: 7px 16px; }
    .sh-areas-section-title { font-size: 26px; margin-bottom: 10px; }
    .sh-areas-section-subtitle { font-size: 14px; margin-bottom: 32px; }

    .sh-areas-primary-img { min-height: 200px; }
    .sh-areas-primary-body { padding: 26px 22px; }
    .sh-areas-primary-title { font-size: 22px; }
    .sh-areas-primary-excerpt { font-size: 13px; }
    .sh-areas-primary-meta { gap: 14px; }

    .sh-areas-primary-card:hover,
    .sh-areas-card:hover { transform: none; }

    .sh-areas-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .sh-areas-card-img { height: 180px; }
    .sh-areas-card-body { padding: 20px 18px; }
    .sh-areas-card-title { font-size: 17px; }

    /* Not listed */
    .sh-areas-notlisted { padding: 48px 0; }
    .sh-areas-notlisted-box { padding: 28px 22px; border-radius: 14px; }
    .sh-areas-notlisted-title { font-size: 18px; }
    .sh-areas-notlisted-text { font-size: 13px; }
    .sh-areas-notlisted-btn { width: 100%; justify-content: center; }

    /* Services */
    .sh-areas-services { padding: 0 0 56px; }
    .sh-areas-service-item { padding: 18px 20px; gap: 14px; }
    .sh-areas-service-item:hover { transform: none; }
    .sh-areas-service-icon { width: 38px; height: 38px; }
    .sh-areas-service-icon i { font-size: 16px; }
    .sh-areas-service-name { font-size: 14px; }
    .sh-areas-service-desc { font-size: 12px; }

    /* CTA */
    .sh-areas-cta { padding: 56px 0; }
    .sh-areas-cta-box { padding: 36px 24px; border-radius: 16px; }
    .sh-areas-cta-title { font-size: 22px; }
}

/* ============================================
   SMALL MOBILE — max-width: 374px
   ============================================ */
@media (max-width: 374px) {

    .sh-areas-hero-title { font-size: 24px; }
    .sh-areas-section-title { font-size: 23px; }

    .sh-areas-primary-title { font-size: 20px; }
    .sh-areas-primary-img { min-height: 170px; }

    .sh-areas-card-img { height: 160px; }
    .sh-areas-card-title { font-size: 15px; }

    .sh-areas-cta-box { padding: 28px 20px; }
    .sh-areas-cta-title { font-size: 20px; }

    .sh-areas-btn-primary,
    .sh-areas-btn-outline { font-size: 13px; padding: 13px 20px; }
}





/* ============================================
   BLOG PAGE — Steve Hill Homes
   ============================================ */

/* ============================================
   HERO
   ============================================ */
.sh-blog-hero {
    position: relative;
    padding: 180px 0 80px;
    overflow: hidden;
}

.sh-blog-hero-bg {
    position: absolute;
    inset: 0;
    background: url('../images/blog-hero.jpg') center center / cover no-repeat;
}

.sh-blog-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(16, 27, 65, 0.92) 0%,
        rgba(16, 27, 65, 0.82) 50%,
        rgba(16, 27, 65, 0.65) 100%
    );
}

/* Breadcrumb */
.sh-blog-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    font-size: 13px;
}

.sh-blog-breadcrumb a {
    color: rgba(233, 237, 245, 0.5);
    text-decoration: none;
    transition: color 0.25s ease;
}

.sh-blog-breadcrumb a:hover { color: #A98B52; }

.sh-blog-breadcrumb-sep {
    color: rgba(233, 237, 245, 0.25);
    font-size: 11px;
}

.sh-blog-breadcrumb-current {
    color: #A98B52;
    font-weight: 600;
}

.sh-blog-hero-title {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.12;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}

.sh-blog-hero-lead {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(233, 237, 245, 0.7);
    max-width: 520px;
    margin-bottom: 0;
}

/* ============================================
   BLOG SECTION
   ============================================ */
.sh-blog-section {
    background: #F5F6F8;
    padding: 80px 0 100px;
}

/* ============================================
   EMPTY STATE
   ============================================ */
.sh-blog-empty {
    text-align: center;
    padding: 80px 20px;
}

.sh-blog-empty-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(169, 139, 82, 0.08);
    margin: 0 auto 24px;
}

.sh-blog-empty-icon i {
    font-size: 32px;
    color: #A98B52;
}

.sh-blog-empty-title {
    font-size: 24px;
    font-weight: 700;
    color: #101B41;
    margin-bottom: 10px;
}

.sh-blog-empty-text {
    font-size: 15px;
    color: #68717F;
    max-width: 400px;
    margin: 0 auto 28px;
    line-height: 1.7;
}

.sh-blog-empty-btn {
    display: inline-flex;
    align-items: center;
    padding: 13px 28px;
    background: #101B41;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sh-blog-empty-btn:hover {
    background: #26365F;
    color: #FFFFFF;
    text-decoration: none;
    transform: translateY(-2px);
}

/* ============================================
   FEATURED POST
   ============================================ */
.sh-blog-featured {
    display: flex;
    align-items: stretch;
    background: #FFFFFF;
    border-radius: 18px;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid rgba(16, 27, 65, 0.05);
    margin-bottom: 36px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sh-blog-featured:hover {
    border-color: rgba(169, 139, 82, 0.2);
    box-shadow: 0 16px 52px rgba(16, 27, 65, 0.1);
    transform: translateY(-4px);
    text-decoration: none;
}

/* Featured Image */
.sh-blog-featured-img {
    position: relative;
    width: 48%;
    min-height: 340px;
    overflow: hidden;
    flex-shrink: 0;
}

.sh-blog-featured-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.sh-blog-featured:hover .sh-blog-featured-img img {
    transform: scale(1.06);
}

.sh-blog-featured-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 60%, rgba(255, 255, 255, 0.04) 100%);
}

.sh-blog-featured-tag {
    position: absolute;
    top: 18px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    background: rgba(169, 139, 82, 0.9);
    border-radius: 50px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sh-blog-featured-tag i { font-size: 10px; }

/* Featured Body */
.sh-blog-featured-body {
    flex: 1;
    padding: 44px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sh-blog-featured-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 600;
    color: #A98B52;
    margin-bottom: 16px;
}

.sh-blog-featured-date i { font-size: 13px; }

.sh-blog-featured-title {
    font-size: 26px;
    font-weight: 800;
    color: #101B41;
    line-height: 1.25;
    margin-bottom: 14px;
    letter-spacing: -0.3px;
    transition: color 0.3s ease;
}

.sh-blog-featured:hover .sh-blog-featured-title {
    color: #A98B52;
}

.sh-blog-featured-excerpt {
    font-size: 14.5px;
    line-height: 1.8;
    color: #68717F;
    margin-bottom: 24px;
}

.sh-blog-featured-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #101B41;
    transition: all 0.3s ease;
}

.sh-blog-featured-link svg { transition: transform 0.3s ease; }

.sh-blog-featured:hover .sh-blog-featured-link {
    color: #A98B52;
}

.sh-blog-featured:hover .sh-blog-featured-link svg {
    transform: translateX(5px);
}

/* ============================================
   BLOG CARDS GRID
   ============================================ */
.sh-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* ============================================
   BLOG CARD
   ============================================ */
.sh-blog-card {
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid rgba(16, 27, 65, 0.05);
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sh-blog-card:hover {
    border-color: rgba(169, 139, 82, 0.2);
    box-shadow: 0 14px 44px rgba(16, 27, 65, 0.09);
    transform: translateY(-5px);
    text-decoration: none;
}

/* Card Image */
.sh-blog-card-img {
    position: relative;
    height: 210px;
    overflow: hidden;
}

.sh-blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.sh-blog-card:hover .sh-blog-card-img img {
    transform: scale(1.08);
}

.sh-blog-card-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(16, 27, 65, 0.08) 100%);
}

/* Card Body */
.sh-blog-card-body {
    padding: 26px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.sh-blog-card-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #A98B52;
    margin-bottom: 12px;
}

.sh-blog-card-date i { font-size: 12px; }

.sh-blog-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #101B41;
    line-height: 1.35;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.sh-blog-card:hover .sh-blog-card-title { color: #A98B52; }

.sh-blog-card-excerpt {
    font-size: 13.5px;
    line-height: 1.7;
    color: #68717F;
    margin-bottom: 20px;
    flex: 1;
}

.sh-blog-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #101B41;
    transition: all 0.3s ease;
}

.sh-blog-card-link svg { transition: transform 0.3s ease; }

.sh-blog-card:hover .sh-blog-card-link { color: #A98B52; }
.sh-blog-card:hover .sh-blog-card-link svg { transform: translateX(5px); }

/* ============================================
   TABLET — max-width: 991px
   ============================================ */
@media (max-width: 991px) {

    .sh-blog-hero { padding: 150px 0 60px; }
    .sh-blog-hero-title { font-size: 36px; }

    .sh-blog-section { padding: 60px 0 80px; }

    /* Featured stacks */
    .sh-blog-featured { flex-direction: column; }
    .sh-blog-featured-img { width: 100%; min-height: 260px; }
    .sh-blog-featured-body { padding: 32px 28px; }
    .sh-blog-featured-title { font-size: 22px; }

    .sh-blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* ============================================
   MOBILE — max-width: 767px
   ============================================ */
@media (max-width: 767px) {

    .sh-blog-hero { padding: 120px 0 48px; }
    .sh-blog-hero-title { font-size: 28px; }
    .sh-blog-hero-lead { font-size: 14px; }

    .sh-blog-section { padding: 40px 0 60px; }

    /* Featured */
    .sh-blog-featured { margin-bottom: 28px; }
    .sh-blog-featured-img { min-height: 210px; }
    .sh-blog-featured-body { padding: 26px 22px; }
    .sh-blog-featured-title { font-size: 20px; }
    .sh-blog-featured-excerpt { font-size: 13.5px; margin-bottom: 18px; }
    .sh-blog-featured-date { font-size: 12px; margin-bottom: 12px; }

    .sh-blog-featured:hover { transform: none; }

    /* Grid */
    .sh-blog-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .sh-blog-card:hover { transform: none; }

    .sh-blog-card-img { height: 190px; }
    .sh-blog-card-body { padding: 22px 20px; }
    .sh-blog-card-title { font-size: 17px; }
    .sh-blog-card-excerpt { font-size: 13px; }

    /* Empty */
    .sh-blog-empty { padding: 60px 16px; }
    .sh-blog-empty-icon { width: 64px; height: 64px; }
    .sh-blog-empty-icon i { font-size: 26px; }
    .sh-blog-empty-title { font-size: 20px; }
}

/* ============================================
   SMALL MOBILE — max-width: 374px
   ============================================ */
@media (max-width: 374px) {

    .sh-blog-hero-title { font-size: 24px; }

    .sh-blog-featured-img { min-height: 180px; }
    .sh-blog-featured-body { padding: 22px 18px; }
    .sh-blog-featured-title { font-size: 18px; }

    .sh-blog-card-img { height: 170px; }
    .sh-blog-card-body { padding: 20px 18px; }
    .sh-blog-card-title { font-size: 16px; }
}

/* ============================================
   BLOG SINGLE PAGE — Steve Hill Homes
   ============================================ */

/* ============================================
   HERO
   ============================================ */
.sh-bpost-hero {
    position: relative;
    padding: 180px 0 72px;
    overflow: hidden;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
}

.sh-bpost-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.sh-bpost-hero-bg-default {
    background: linear-gradient(135deg, #101B41, #1a2a5c);
}

.sh-bpost-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(16, 27, 65, 0.35) 0%,
        rgba(16, 27, 65, 0.6) 40%,
        rgba(16, 27, 65, 0.9) 100%
    );
}

/* Breadcrumb */
.sh-bpost-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 13px;
    flex-wrap: wrap;
}

.sh-bpost-breadcrumb a {
    color: rgba(233, 237, 245, 0.5);
    text-decoration: none;
    transition: color 0.25s ease;
}

.sh-bpost-breadcrumb a:hover { color: #A98B52; }

.sh-bpost-breadcrumb-sep {
    color: rgba(233, 237, 245, 0.25);
    font-size: 11px;
}

.sh-bpost-breadcrumb-current {
    color: rgba(233, 237, 245, 0.65);
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;
}

/* Hero Meta */
.sh-bpost-hero-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 16px;
}

.sh-bpost-hero-date {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 600;
    color: #A98B52;
}

.sh-bpost-hero-date i { font-size: 13px; }

/* Hero Title */
.sh-bpost-hero-title {
    font-size: clamp(26px, 4vw, 42px);
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.2;
    max-width: 760px;
    letter-spacing: -0.5px;
    margin-bottom: 0;
}

/* ============================================
   CONTENT SECTION
   ============================================ */
.sh-bpost-section {
    background: #F5F6F8;
    padding: 60px 0 100px;
}

/* ============================================
   ARTICLE
   ============================================ */
.sh-bpost-article {
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid rgba(16, 27, 65, 0.05);
    box-shadow: 0 4px 20px rgba(16, 27, 65, 0.04);
    overflow: hidden;
}

/* Featured Image */
.sh-bpost-feature-img {
    width: 100%;
    max-height: 460px;
    overflow: hidden;
}

.sh-bpost-feature-img img {
    width: 100%;
    height: 100%;
    max-height: 460px;
    object-fit: cover;
    display: block;
}

/* Article Content */
.sh-bpost-content {
    padding: 44px 48px 48px;
}

.sh-bpost-content h2 {
    font-size: 26px;
    font-weight: 700;
    color: #101B41;
    margin-top: 40px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 2px solid rgba(169, 139, 82, 0.12);
    line-height: 1.3;
}

.sh-bpost-content h2:first-child { margin-top: 0; }

.sh-bpost-content h3 {
    font-size: 21px;
    font-weight: 700;
    color: #101B41;
    margin-top: 32px;
    margin-bottom: 12px;
    line-height: 1.35;
}

.sh-bpost-content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #101B41;
    margin-top: 28px;
    margin-bottom: 10px;
}

.sh-bpost-content p {
    font-size: 15.5px;
    line-height: 1.9;
    color: #4a5568;
    margin-bottom: 20px;
}

.sh-bpost-content a {
    color: #A98B52;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: rgba(169, 139, 82, 0.3);
    text-underline-offset: 3px;
    transition: all 0.25s ease;
}

.sh-bpost-content a:hover {
    color: #101B41;
    text-decoration-color: #101B41;
}

/* Lists */
.sh-bpost-content ul,
.sh-bpost-content ol {
    padding-left: 0;
    margin-bottom: 24px;
}

.sh-bpost-content ul {
    list-style: none;
}

.sh-bpost-content ul li {
    position: relative;
    padding-left: 24px;
    padding-bottom: 12px;
    font-size: 15px;
    line-height: 1.8;
    color: #4a5568;
}

.sh-bpost-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    background: #A98B52;
    border-radius: 50%;
}

.sh-bpost-content ol {
    padding-left: 20px;
}

.sh-bpost-content ol li {
    padding-bottom: 12px;
    font-size: 15px;
    line-height: 1.8;
    color: #4a5568;
}

.sh-bpost-content ol li::marker {
    color: #A98B52;
    font-weight: 700;
}

.sh-bpost-content li strong {
    color: #101B41;
}

/* Blockquote */
.sh-bpost-content blockquote {
    margin: 32px 0;
    padding: 28px 32px;
    background: rgba(169, 139, 82, 0.05);
    border-left: 4px solid #A98B52;
    border-radius: 0 12px 12px 0;
}

.sh-bpost-content blockquote p {
    font-size: 17px;
    font-weight: 500;
    font-style: italic;
    color: #101B41;
    line-height: 1.75;
    margin-bottom: 0;
}

/* Images in content */
.sh-bpost-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 24px 0;
    box-shadow: 0 4px 16px rgba(16, 27, 65, 0.08);
}

/* Tables */
.sh-bpost-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 14px;
    border-radius: 10px;
    overflow: hidden;
}

.sh-bpost-content table thead th {
    background: #101B41;
    color: #FFFFFF;
    padding: 14px 18px;
    font-weight: 600;
    text-align: left;
}

.sh-bpost-content table tbody td {
    padding: 12px 18px;
    border-bottom: 1px solid rgba(16, 27, 65, 0.06);
    color: #4a5568;
}

.sh-bpost-content table tbody tr:hover {
    background: rgba(169, 139, 82, 0.03);
}

/* ============================================
   SHARE BAR
   ============================================ */
.sh-bpost-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: #FFFFFF;
    border-radius: 14px;
    padding: 24px 32px;
    border: 1px solid rgba(16, 27, 65, 0.05);
    box-shadow: 0 4px 16px rgba(16, 27, 65, 0.04);
    margin-top: 24px;
}

.sh-bpost-share-label {
    font-size: 14px;
    font-weight: 700;
    color: #101B41;
    white-space: nowrap;
}

.sh-bpost-share-links {
    display: flex;
    gap: 10px;
}

.sh-bpost-share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.sh-bpost-share-btn:hover {
    transform: translateY(-3px);
    text-decoration: none;
}

.sh-bpost-share-fb {
    background: rgba(24, 119, 242, 0.08);
    color: #1877F2;
}

.sh-bpost-share-fb:hover {
    background: #1877F2;
    color: #FFFFFF;
    box-shadow: 0 6px 18px rgba(24, 119, 242, 0.25);
}

.sh-bpost-share-tw {
    background: rgba(0, 0, 0, 0.05);
    color: #000000;
}

.sh-bpost-share-tw:hover {
    background: #000000;
    color: #FFFFFF;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.sh-bpost-share-li {
    background: rgba(10, 102, 194, 0.08);
    color: #0A66C2;
}

.sh-bpost-share-li:hover {
    background: #0A66C2;
    color: #FFFFFF;
    box-shadow: 0 6px 18px rgba(10, 102, 194, 0.25);
}

.sh-bpost-share-em {
    background: rgba(169, 139, 82, 0.08);
    color: #A98B52;
}

.sh-bpost-share-em:hover {
    background: #A98B52;
    color: #FFFFFF;
    box-shadow: 0 6px 18px rgba(169, 139, 82, 0.25);
}

/* ============================================
   POST NAVIGATION
   ============================================ */
.sh-bpost-nav {
    margin-top: 24px;
}

.sh-bpost-nav-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #101B41;
    text-decoration: none;
    padding: 12px 24px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid rgba(16, 27, 65, 0.08);
    transition: all 0.3s ease;
}

.sh-bpost-nav-back:hover {
    color: #A98B52;
    border-color: rgba(169, 139, 82, 0.2);
    background: rgba(169, 139, 82, 0.03);
    text-decoration: none;
}

.sh-bpost-nav-back svg {
    transition: transform 0.3s ease;
}

.sh-bpost-nav-back:hover svg {
    transform: translateX(-4px);
}

/* ============================================
   SIDEBAR
   ============================================ */
.sh-bpost-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 100px;
}

/* CTA Card */
.sh-bpost-sidebar-cta {
    background: #101B41;
    border-radius: 16px;
    padding: 36px 28px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.sh-bpost-sidebar-cta::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle, rgba(169, 139, 82, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.sh-bpost-sidebar-cta-title {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.sh-bpost-sidebar-cta-text {
    font-size: 13.5px;
    color: rgba(233, 237, 245, 0.6);
    line-height: 1.65;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.sh-bpost-sidebar-btn-primary {
    display: block;
    padding: 14px 24px;
    background: #A98B52;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 16px rgba(169, 139, 82, 0.2);
}

.sh-bpost-sidebar-btn-primary:hover {
    background: #bfa068;
    color: #FFFFFF;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(169, 139, 82, 0.3);
}

.sh-bpost-sidebar-btn-phone {
    display: block;
    padding: 12px 24px;
    color: rgba(233, 237, 245, 0.7);
    font-size: 14px;
    font-weight: 600;
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.sh-bpost-sidebar-btn-phone:hover {
    border-color: rgba(255, 255, 255, 0.3);
    color: #FFFFFF;
    text-decoration: none;
}

.sh-bpost-sidebar-btn-phone i {
    margin-right: 4px;
    color: #A98B52;
}

/* Sidebar Boxes */
.sh-bpost-sidebar-box {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 28px 24px;
    border: 1px solid rgba(16, 27, 65, 0.05);
    box-shadow: 0 4px 16px rgba(16, 27, 65, 0.04);
}

.sh-bpost-sidebar-heading {
    font-size: 16px;
    font-weight: 700;
    color: #101B41;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid rgba(169, 139, 82, 0.12);
}

/* Recent Posts */
.sh-bpost-sidebar-posts {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sh-bpost-sidebar-post {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    transition: all 0.25s ease;
}

.sh-bpost-sidebar-post:hover {
    background: rgba(169, 139, 82, 0.04);
    text-decoration: none;
}

.sh-bpost-sidebar-post-img {
    width: 72px;
    height: 56px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.sh-bpost-sidebar-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.sh-bpost-sidebar-post:hover .sh-bpost-sidebar-post-img img {
    transform: scale(1.08);
}

.sh-bpost-sidebar-post-body { flex: 1; }

.sh-bpost-sidebar-post-title {
    font-size: 13.5px;
    font-weight: 600;
    color: #101B41;
    line-height: 1.4;
    margin: 0 0 4px;
    transition: color 0.25s ease;
}

.sh-bpost-sidebar-post:hover .sh-bpost-sidebar-post-title {
    color: #A98B52;
}

.sh-bpost-sidebar-post-date {
    font-size: 11.5px;
    color: #68717F;
    display: flex;
    align-items: center;
    gap: 5px;
}

.sh-bpost-sidebar-post-date i { font-size: 11px; color: #A98B52; }

/* Services Links */
.sh-bpost-sidebar-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sh-bpost-sidebar-links li { margin-bottom: 4px; }

.sh-bpost-sidebar-links a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #252A32;
    text-decoration: none;
    transition: all 0.25s ease;
}

.sh-bpost-sidebar-links a:hover {
    background: rgba(169, 139, 82, 0.06);
    color: #A98B52;
    text-decoration: none;
}

.sh-bpost-sidebar-links a i {
    font-size: 16px;
    color: #68717F;
    transition: color 0.25s ease;
    width: 20px;
    text-align: center;
}

.sh-bpost-sidebar-links a:hover i { color: #A98B52; }

/* ============================================
   TABLET — max-width: 991px
   ============================================ */
@media (max-width: 991px) {

    .sh-bpost-hero {
        padding: 150px 0 56px;
        min-height: auto;
    }

    .sh-bpost-hero-title { font-size: 30px; }

    .sh-bpost-section { padding: 48px 0 72px; }

    .sh-bpost-content { padding: 36px 32px 40px; }
    .sh-bpost-content h2 { font-size: 23px; }
    .sh-bpost-content h3 { font-size: 19px; }

    .sh-bpost-sidebar { position: static; }

    .sh-bpost-share { padding: 20px 24px; }
}

/* ============================================
   MOBILE — max-width: 767px
   ============================================ */
@media (max-width: 767px) {

    .sh-bpost-hero {
        padding: 120px 0 44px;
    }

    .sh-bpost-hero-title { font-size: 24px; }

    .sh-bpost-breadcrumb-current {
        max-width: 180px;
        font-size: 12px;
    }

    .sh-bpost-section { padding: 32px 0 56px; }

    /* Article */
    .sh-bpost-feature-img { max-height: 240px; }
    .sh-bpost-feature-img img { max-height: 240px; }

    .sh-bpost-content {
        padding: 28px 22px 32px;
    }

    .sh-bpost-content h2 {
        font-size: 20px;
        margin-top: 32px;
    }

    .sh-bpost-content h3 { font-size: 17px; }
    .sh-bpost-content h4 { font-size: 16px; }

    .sh-bpost-content p {
        font-size: 14.5px;
        line-height: 1.85;
    }

    .sh-bpost-content ul li,
    .sh-bpost-content ol li {
        font-size: 14px;
    }

    .sh-bpost-content blockquote {
        padding: 22px 22px;
        margin: 24px 0;
    }

    .sh-bpost-content blockquote p {
        font-size: 15px;
    }

    .sh-bpost-content img {
        border-radius: 10px;
        margin: 18px 0;
    }

    /* Share */
    .sh-bpost-share {
        flex-direction: column;
        gap: 14px;
        padding: 20px;
        border-radius: 12px;
    }

    .sh-bpost-share-btn {
        width: 38px;
        height: 38px;
        border-radius: 8px;
        font-size: 15px;
    }

    /* Nav */
    .sh-bpost-nav-back {
        width: 100%;
        justify-content: center;
    }

    /* Sidebar */
    .sh-bpost-sidebar-cta { padding: 28px 22px; }
    .sh-bpost-sidebar-box { padding: 24px 20px; }

    .sh-bpost-sidebar-post-img {
        width: 64px;
        height: 48px;
    }
}

/* ============================================
   SMALL MOBILE — max-width: 374px
   ============================================ */
@media (max-width: 374px) {

    .sh-bpost-hero-title { font-size: 21px; }

    .sh-bpost-content { padding: 22px 18px 26px; }
    .sh-bpost-content h2 { font-size: 18px; }
    .sh-bpost-content p { font-size: 14px; }

    .sh-bpost-share-btn {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }

    .sh-bpost-feature-img { max-height: 200px; }
    .sh-bpost-feature-img img { max-height: 200px; }
}

/* ============================================
   LOCATION HERO - CENTER SUBHEADING
   ============================================ */

.sh-loc-hero-lead {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}