﻿/* ============================================================
   Golden Senior Care â€” Homepage (pixel-match to design mockup)
   ============================================================ */

.page-home {
    background: #FAFAF8;
    position: relative;
    --hp-y: 72px;
    --hp-y-sm: 56px;
    --hp-gap: 48px;
    --hp-gap-sm: 32px;
    --container-width: 1480px;
    --topbar-height: 44px;
}

.page-home .site-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
}

.page-home.has-admin-bar .site-topbar { top: 36px; }
.page-home .container {
    max-width: var(--container-width);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: clamp(20px, 2.5vw, 36px);
    padding-right: clamp(20px, 2.5vw, 36px);
}
.page-home main { margin: 0; padding: 0; }
.page-home .section-wrapper { margin: 0; padding: 0; }

/* Space between sections — page background shows through as a buffer */
.page-home main > .section-wrapper + .section-wrapper {
    margin-top: var(--hp-gap);
}
.page-home .section-wrapper:has(.hero-homepage) + .section-wrapper:has(.trust-bar--home) {
    margin-top: 0;
}

/* Internal section padding (top + bottom within each block) */
.page-home .hp-about,
.page-home .hp-founder,
.page-home .hp-services,
.page-home .hp-homes,
.page-home .hp-testimonials,
.page-home .hp-process,
.page-home .hp-faq,
.page-home .hp-stats {
    padding-top: var(--hp-y);
    padding-bottom: var(--hp-y);
}
.page-home .hp-daily-life {
    padding-top: 48px;
    padding-bottom: 56px;
}
.page-home .oh-cta-wrap {
    padding: var(--hp-y) 0 calc(var(--hp-y) + var(--hp-gap));
    background: #FAFAF8;
}
.page-home .site-footer {
    padding-top: 64px;
}

/* --- Homepage header: transparent overlay + centered nav --- */
.page-home .site-header.site-header--overlay {
    position: absolute;
    top: var(--topbar-height);
    left: 0; right: 0;
    z-index: 1000;
    background: transparent;
    box-shadow: none;
}
.page-home.has-admin-bar .site-header--overlay { top: calc(36px + var(--topbar-height)); }

.header-inner--home {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    min-height: 76px;
}

.header-inner--home .site-logo {
    justify-self: start;
    z-index: 2;
    flex-shrink: 0;
}

.header-inner--home .main-nav {
    position: static;
    transform: none;
    justify-self: center;
    display: flex;
    align-items: center;
    gap: clamp(18px, 2.8vw, 36px);
    z-index: 1;
}

.header-inner--home .header-actions {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 16px;
    z-index: 2;
    flex-shrink: 0;
}

.site-logo { gap: 12px; }
.site-logo-text {
    font-family: var(--font-heading);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
}
.logo-svg { flex-shrink: 0; }

.page-home .site-header--overlay .site-logo,
.page-home .site-header--overlay .site-logo-text { color: #fff; }

.page-home .main-nav-list > .nav-item > .nav-link {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    white-space: nowrap;
}

.page-home .site-header--overlay .main-nav-list > .nav-item > .nav-link {
    color: rgba(255,255,255,0.92);
}
.page-home .site-header--overlay .main-nav-list > .nav-item > .nav-link:hover { color: #fff; }

.page-home .site-header--overlay .header-phone {
    color: #8FC4DC;
    font-size: 14px;
    font-weight: 600;
}
.page-home .site-header--overlay .header-phone svg { stroke: #8FC4DC; color: #8FC4DC; }

.btn-header-cta {
    padding: 11px 22px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 9999px;
}

.page-home .site-header--overlay .mobile-toggle { color: #fff; }

.page-home .site-header--overlay.scrolled {
    position: fixed;
    top: var(--topbar-height);
    background: #fff;
    box-shadow: 0 1px 0 rgba(0,0,0,0.06);
}
.page-home.has-admin-bar .site-header--overlay.scrolled {
    top: calc(36px + var(--topbar-height));
}
.page-home .site-header--overlay.scrolled .site-logo,
.page-home .site-header--overlay.scrolled .site-logo-text,
.page-home .site-header--overlay.scrolled .main-nav-list > .nav-item > .nav-link { color: var(--color-primary); }
.page-home .site-header--overlay.scrolled .main-nav-list > .nav-item > .nav-link:hover { color: var(--color-secondary); }
.page-home .site-header--overlay.scrolled .header-phone { color: var(--color-primary); }
.page-home .site-header--overlay.scrolled .header-phone svg { stroke: var(--color-secondary); }
.page-home .site-header--overlay.scrolled .mobile-toggle { color: var(--color-primary); }

/* Mobile menu drawer */
.mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: none;
    border: none;
    cursor: pointer;
}
.mobile-toggle-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 1px;
    transition: transform 0.25s, opacity 0.25s;
}

.mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 2000;
    visibility: hidden;
    pointer-events: none;
}
body.mobile-menu-open .site-header {
    z-index: 2100;
}
.mobile-menu.is-open {
    visibility: visible;
    pointer-events: auto;
}
.mobile-menu-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,43,73,0.55);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.mobile-menu.is-open .mobile-menu-backdrop { opacity: 1; }
.mobile-menu-panel {
    position: absolute;
    top: var(--topbar-height, 44px);
    right: 0;
    width: min(340px, 90vw);
    height: calc(100% - var(--topbar-height, 44px));
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: -8px 0 32px rgba(0,43,73,0.12);
}
body.has-admin-bar .mobile-menu-panel {
    top: calc(var(--topbar-height, 44px) + 36px);
    height: calc(100% - var(--topbar-height, 44px) - 36px);
}
.mobile-menu.is-open .mobile-menu-panel { transform: translateX(0); }
.mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #EEF0F2;
    flex-shrink: 0;
}
.mobile-menu-title {
    font-family: var(--font-heading);
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--color-primary);
}
.mobile-menu-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: #EEF1F4;
    border-radius: 50%;
    color: #002B49;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s, color 0.2s;
}
.mobile-menu-close:hover {
    background: #E2E8EE;
    color: #001526;
}
.mobile-menu-close svg {
    stroke: #002B49;
    display: block;
}
.mobile-menu-close:hover svg {
    stroke: #001526;
}
.mobile-menu-nav {
    flex: 1;
    overflow-y: auto;
    padding: 16px 24px;
}
.mobile-menu-nav a {
    display: block;
    padding: 14px 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-primary);
    border-bottom: 1px solid #F3F4F6;
}
.mobile-menu-nav a:hover { color: var(--color-secondary); }
.mobile-menu-footer {
    padding: 24px;
    border-top: 1px solid #EEF0F2;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.mobile-menu-phone {
    text-align: center;
    font-weight: 600;
    color: var(--color-primary);
    font-size: 15px;
}
.btn-block { width: 100%; justify-content: center; }

body.mobile-menu-open { overflow: hidden; }

/* --- Hero (balanced) --- */
.page-home .hero-homepage::before { display: none !important; content: none !important; }

.hero-homepage {
    position: relative;
    overflow: hidden;
    background: #002B49;
}
.hero-homepage .hero-bg,
.hero-homepage .hero-overlay { display: none; }

.hero-homepage-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: #002B49;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}
.hero-homepage-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        90deg,
        rgba(0, 26, 46, 0.94) 0%,
        rgba(0, 43, 73, 0.82) 42%,
        rgba(0, 43, 73, 0.45) 72%,
        rgba(0, 43, 73, 0.2) 100%
    );
}

.hero-homepage--balanced {
    min-height: clamp(680px, 90vh, 960px);
    padding-top: calc(108px + var(--topbar-height));
    padding-bottom: 72px;
    display: flex;
    align-items: center;
}

.hero-homepage--balanced .hero-container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hp-hero-balanced {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    align-items: center;
    max-width: min(760px, 100%);
}

.hero-homepage--balanced .hero-content {
    max-width: none;
    width: 100%;
}

.hero-eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.75);
    margin-bottom: 20px;
}

.hero-homepage h1 {
    font-family: var(--font-heading);
    font-size: clamp(2.375rem, 4.5vw, 3.5rem);
    font-weight: 500;
    color: #fff;
    line-height: 1.12;
    letter-spacing: -0.02em;
    margin-bottom: 22px;
}

.hero-lead {
    font-size: 1.125rem;
    color: rgba(255,255,255,0.88);
    line-height: 1.75;
    margin-bottom: 32px;
}

.hero-homepage .hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.btn-hero-primary { padding: 15px 32px; font-size: 15px; }

.btn-hero-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 28px;
    border: 2px solid rgba(255,255,255,0.8);
    border-radius: 9999px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    background: transparent;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
}
.btn-hero-outline:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
    color: #fff;
}

.hp-hero-trust {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
}
.hp-hero-trust li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
}
.hp-hero-trust svg { stroke: #E68A00; flex-shrink: 0; }

.hero-location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(255,255,255,0.65);
    margin: 0;
}
.hero-location-icon { stroke: rgba(255,255,255,0.65); flex-shrink: 0; }

.hp-hero-image {
    width: 100%;
    aspect-ratio: 4/5;
    max-height: 520px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 20px 56px rgba(0,0,0,0.25);
}

/* --- Shared section system --- */
.oh-eyebrow {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #E68A00;
    margin: 0 0 12px;
}
.oh-eyebrow-light { color: #E68A00; }

.oh-section-title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3.2vw, 2.625rem);
    font-weight: 600;
    color: #002B49;
    margin: 0 0 16px;
    line-height: 1.22;
}

.hp-section-head {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 56px;
}
.hp-section-head--light .oh-section-title,
.hp-section-head--light .hp-daily-title { color: #fff; }
.hp-section-head--light .hp-section-lead,
.hp-section-head--light .hp-daily-lead { color: rgba(255,255,255,0.84); }

.hp-section-lead {
    font-size: 1.0625rem;
    color: var(--color-text-light);
    line-height: 1.75;
    margin: 0;
}

/* --- Services cards --- */
.hp-services { padding: var(--hp-y) 0; background: #fff; }
.hp-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 24px;
}
.hp-service-card {
    background: #fff;
    border: 1px solid #EEF0F2;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 4px 20px rgba(0,43,73,0.05);
    transition: box-shadow 0.25s, transform 0.25s;
}
.hp-service-card:hover {
    box-shadow: 0 8px 32px rgba(0,43,73,0.09);
    transform: translateY(-2px);
}
.hp-service-icon {
    width: 52px; height: 52px;
    border-radius: 50%;
    background: #E8F4FC;
    color: #002B49;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px;
}
.hp-service-card h3 {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 600;
    color: #002B49;
    margin-bottom: 10px;
}
.hp-service-card p {
    font-size: 15px;
    color: var(--color-text-light);
    line-height: 1.65;
    margin-bottom: 20px;
}
.hp-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #4A9BC7;
}
.hp-link:hover { color: #002B49; }
.hp-link svg { stroke: currentColor; }

.hp-services-footer {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}

/* --- Founder feature --- */
.hp-founder {
    padding: var(--hp-y) 0;
    background: #fff;
}
.hp-founder-card {
    display: grid;
    grid-template-columns: minmax(260px, 0.45fr) minmax(0, 1fr);
    gap: clamp(28px, 4vw, 52px);
    align-items: stretch;
    background: #fff;
    border: 1px solid rgba(0, 43, 73, 0.08);
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(0, 43, 73, 0.08);
    overflow: hidden;
}
.hp-founder-media {
    position: relative;
    min-height: 440px;
    background: #F3F6F7;
}
.hp-founder-photo {
    position: absolute;
    inset: 24px 24px 86px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    transform: none;
}
.hp-founder-media::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(180deg, rgba(0, 43, 73, 0) 0%, rgba(0, 43, 73, 0.84) 100%);
}
.hp-founder-caption {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    z-index: 2;
    color: #fff;
}
.hp-founder-caption strong {
    display: block;
    font-family: var(--font-heading);
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1.08;
    margin-bottom: 8px;
}
.hp-founder-caption span {
    display: block;
    color: rgba(255, 255, 255, 0.84);
    font-weight: 600;
}
.hp-founder-content {
    padding: clamp(32px, 4vw, 52px) clamp(28px, 4vw, 52px) clamp(32px, 4vw, 52px) 0;
}
.hp-founder-content .oh-section-title {
    max-width: 760px;
    margin-bottom: 22px;
}
.hp-founder-text {
    color: #4D5D67;
    font-size: 16px;
    line-height: 1.78;
    margin: 0 0 16px;
}
.hp-founder-focus {
    margin-top: 22px;
    padding: 22px;
    border-radius: 22px;
    background: #F7FAFB;
    border: 1px solid rgba(0, 43, 73, 0.08);
}
.hp-founder-focus h3 {
    margin: 0 0 16px;
    font-family: var(--font-heading);
    color: var(--color-primary);
    font-size: 20px;
}
.hp-founder-focus ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
}
.hp-founder-focus li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #334955;
    font-size: 14px;
    line-height: 1.45;
}
.hp-founder-focus svg {
    flex-shrink: 0;
    margin-top: 2px;
    stroke: var(--color-secondary);
}
.hp-founder-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

/* --- About us --- */
.hp-about {
    padding: var(--hp-y) 0;
    background: #FAFAF8;
}
.hp-about .oh-section-title {
    font-size: clamp(2.125rem, 3.4vw, 2.75rem);
    margin-bottom: 28px;
    letter-spacing: -0.02em;
}
.hp-about-text {
    font-size: 1.0625rem;
    color: var(--color-text-light);
    line-height: 1.8;
    margin-bottom: 20px;
    max-width: 58ch;
}
.hp-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 52%) minmax(0, 48%);
    gap: clamp(48px, 5vw, 72px);
    align-items: center;
}
.hp-about-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: center;
    min-height: 0;
    height: auto;
    padding: 0;
    max-width: none;
    width: 100%;
}
.hp-about-grid--reverse .hp-about-content { order: 2; }
.hp-about-grid--reverse .hp-about-photos,
.hp-about-grid--reverse .split-image-grid { order: 1; }

/* About Us — mockup layout: 1 large square + 2 squares below */
.hp-about-photos {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: none;
    margin: 0;
    align-self: center;
    min-height: 0;
    height: auto;
}
.hp-about-photo {
    background-size: cover;
    background-position: center;
    border-radius: 14px;
    box-shadow: 0 6px 24px rgba(0,43,73,0.07);
}
.hp-about-photo--feature {
    flex: 0 0 auto;
    aspect-ratio: 16 / 9;
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 10px 36px rgba(0,43,73,0.1);
}
.hp-about-photo-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    flex: 0 0 auto;
    width: 100%;
    margin-top: 0;
}
.hp-about-photo--sm {
    aspect-ratio: 16 / 10;
    width: 100%;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(0,43,73,0.06);
}
.hp-about .hp-why-features {
    margin-bottom: 0;
    max-width: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 24px;
}
.hp-about-cta {
    margin-top: 16px;
    padding-top: 0;
    flex: 0 0 auto;
    align-self: flex-start;
}
.hp-about-cta .btn {
    padding: 12px 26px;
    min-width: 178px;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(74, 155, 199, 0.18);
}

.hp-why-features {
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
}
.hp-why-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: var(--color-text);
    line-height: 1.5;
}
.hp-why-features svg { stroke: #E68A00; flex-shrink: 0; margin-top: 2px; }
.hp-about-collage,
.hp-why-collage {
    display: grid;
    grid-template-columns: 1.12fr 0.44fr 0.44fr;
    grid-template-rows: 1fr 0.68fr;
    gap: 12px;
    min-height: 440px;
}
.hp-about-collage .img-main,
.hp-why-collage .img-main {
    grid-column: 1;
    grid-row: 1 / span 2;
    min-height: auto;
    height: 100%;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 12px 40px rgba(0,43,73,0.12);
}
.hp-about-collage .img-sm,
.hp-why-collage .img-sm {
    border-radius: 14px;
    background-size: cover;
    background-position: center;
    min-height: 0;
    box-shadow: 0 6px 24px rgba(0,43,73,0.08);
}
.hp-about-collage .img-sm--hero,
.hp-why-collage .img-sm--hero {
    grid-column: 2 / span 2;
    grid-row: 1;
    min-height: 200px;
}
.hp-about-collage .img-sm--3,
.hp-why-collage .img-sm--3 {
    grid-column: 2;
    grid-row: 2;
}
.hp-about-collage .img-sm--4,
.hp-why-collage .img-sm--4 {
    grid-column: 3;
    grid-row: 2;
}

/* --- Stats --- */
.hp-stats {
    background: #002B49;
    padding: var(--hp-y) 0;
}
.hp-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    text-align: center;
}
.hp-stat-number {
    font-family: var(--font-heading);
    font-size: clamp(2.25rem, 3.5vw, 3rem);
    font-weight: 600;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
}
.hp-stat-label {
    font-size: 14px;
    color: rgba(255,255,255,0.75);
    line-height: 1.4;
}

/* --- Homes --- */
.hp-homes { padding: var(--hp-y) 0; background: #fff; }
.hp-homes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.hp-home-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #EEF0F2;
    box-shadow: 0 4px 24px rgba(0,43,73,0.06);
    transition: transform 0.25s, box-shadow 0.25s;
}
.hp-home-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(0,43,73,0.1);
}
.hp-home-card-image {
    aspect-ratio: 16/10;
    background-size: cover;
    background-position: center;
    transition: transform 0.35s ease;
}
.hp-home-card:hover .hp-home-card-image { transform: scale(1.03); }
.hp-home-card-body { padding: 24px 28px 28px; }
.hp-home-tag {
    display: inline-block;
    padding: 5px 14px;
    background: rgba(230,138,0,0.12);
    color: #E68A00;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 9999px;
    margin-bottom: 12px;
}
.hp-home-card h3 {
    font-family: var(--font-heading);
    font-size: 1.375rem;
    font-weight: 600;
    color: #002B49;
    margin-bottom: 8px;
}
.hp-home-card p {
    font-size: 15px;
    color: var(--color-text-light);
    line-height: 1.65;
    margin-bottom: 16px;
}
.hp-link-gold { color: #E68A00; }
.hp-link-gold:hover { color: #c47600; }

/* --- Service rows (50/50) --- */
.hp-service-blocks { padding: var(--hp-y) 0; background: #FAFAF8; }
.hp-special-strip {
    padding: var(--hp-y) 0;
    background: #FAFAF8;
}
.hp-special-strip-card {
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(28px, 4.5vw, 64px);
    align-items: center;
    padding: clamp(34px, 5vw, 64px);
    border-radius: 28px;
    background:
        radial-gradient(circle at 12% 8%, rgba(91, 173, 211, 0.18), transparent 34%),
        linear-gradient(135deg, #002B49 0%, #073A5B 100%);
    box-shadow: 0 28px 76px rgba(0, 43, 73, 0.16);
    overflow: hidden;
}
.hp-special-strip-head h2 {
    max-width: 520px;
    margin: 0 0 16px;
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 1.06;
    color: #fff;
    letter-spacing: -0.03em;
}
.hp-special-strip-head p:not(.oh-eyebrow) {
    max-width: 520px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1rem;
    line-height: 1.75;
}
.hp-special-strip-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.hp-special-strip-item {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    min-height: 98px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.hp-special-strip-item:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.11);
    border-color: rgba(255, 255, 255, 0.22);
}
.hp-special-strip-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(230, 138, 0, 0.18);
    color: #F2A433;
}
.hp-special-strip-item strong {
    display: block;
    margin-bottom: 4px;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    line-height: 1.2;
    color: #fff;
}
.hp-special-strip-item small {
    display: block;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.45;
}
.hp-special-strip-arrow {
    color: rgba(255, 255, 255, 0.72);
}

/* --- Homepage care flow --- */
.hp-care-flow {
    padding: 56px 0;
    background: linear-gradient(180deg, #FAFAF8 0%, #F4F8FA 100%);
}
.hp-care-flow-shell {
    position: relative;
    padding: clamp(30px, 4vw, 52px);
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(91, 173, 211, 0.16), transparent 32%),
        linear-gradient(135deg, #FFFFFF 0%, #F8FBFC 100%);
    border: 1px solid rgba(0, 43, 73, 0.08);
    box-shadow: 0 24px 70px rgba(0, 43, 73, 0.08);
    overflow: hidden;
}
.hp-care-flow-shell::before {
    content: '';
    position: absolute;
    inset: 18px auto auto 18px;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: rgba(230, 138, 0, 0.08);
    pointer-events: none;
}
.hp-care-flow-intro {
    position: relative;
    max-width: 920px;
    margin: 0 auto 34px;
    text-align: center;
}
.hp-care-flow-intro h2 {
    margin: 8px auto 14px;
    max-width: 780px;
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3.4vw, 3rem);
    line-height: 1.06;
    letter-spacing: -0.035em;
    color: var(--color-primary);
}
.hp-care-flow-intro p:not(.oh-eyebrow) {
    max-width: 740px;
    margin: 0 auto;
    color: #4D5D67;
    font-size: 1rem;
    line-height: 1.75;
}
.hp-care-flow-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}
.hp-care-flow-steps::before {
    display: none;
}
.hp-care-flow-step {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 245px;
    padding: 24px 20px 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 43, 73, 0.085);
    box-shadow: 0 12px 34px rgba(0, 43, 73, 0.055);
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.hp-care-flow-step::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--color-secondary), #5BADD3);
    opacity: 0.9;
}
.hp-care-flow-step:hover {
    transform: translateY(-5px);
    border-color: rgba(91, 173, 211, 0.34);
    background: #fff;
    box-shadow: 0 22px 46px rgba(0, 43, 73, 0.1);
}
.hp-care-flow-num {
    position: absolute;
    top: 22px;
    right: 20px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: rgba(0, 43, 73, 0.2);
}
.hp-care-flow-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--color-primary);
    background: linear-gradient(145deg, rgba(91, 173, 211, 0.18), rgba(230, 138, 0, 0.12));
}
.hp-care-flow-step h3 {
    margin: 0 0 10px;
    font-family: var(--font-heading);
    color: var(--color-primary);
    font-size: 1.28rem;
    line-height: 1.18;
}
.hp-care-flow-step p {
    margin: 0;
    color: #5B6870;
    font-size: 14px;
    line-height: 1.65;
}
.hp-care-flow-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: auto;
    padding-top: 18px;
    color: #4A9BC7;
    font-size: 13px;
    font-weight: 800;
}
.hp-care-foundation {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
    padding-top: 18px;
    border-top: 1px solid rgba(0, 43, 73, 0.08);
}
.hp-care-foundation-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    align-items: flex-start;
    padding: 13px 12px;
    border-radius: 14px;
    background: #FAFAF8;
}
.hp-care-foundation-item > span {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-secondary);
    background: rgba(230, 138, 0, 0.1);
}
.hp-care-foundation-item strong {
    display: block;
    margin-bottom: 2px;
    color: var(--color-primary);
    font-size: 13px;
    line-height: 1.25;
}
.hp-care-foundation-item small {
    display: block;
    color: #6A767D;
    font-size: 12px;
    line-height: 1.4;
}
.hp-care-flow-specialties {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 0;
    border-radius: 0;
    background: transparent;
}
.hp-care-flow-specialties > span {
    color: var(--color-primary);
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    opacity: 0.78;
}
.hp-care-flow-specialties > div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.hp-care-flow-specialties a {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(0, 43, 73, 0.08);
    color: var(--color-primary);
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(0, 43, 73, 0.04);
}
.hp-care-flow-specialties a:hover {
    color: var(--color-secondary);
    border-color: rgba(230, 138, 0, 0.25);
}
.hp-special-care-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}
.hp-special-care-panel {
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.35fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: center;
    padding: clamp(26px, 3.5vw, 44px);
    background: #fff;
    border: 1px solid rgba(0, 43, 73, 0.08);
    border-radius: 28px;
    box-shadow: 0 22px 64px rgba(0, 43, 73, 0.08);
}
.hp-special-care-panel-media {
    min-height: 420px;
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(180deg, #F7FAFB 0%, #EDF5F7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.hp-special-care-panel-media img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 390px;
    object-fit: contain;
    object-position: center;
    border-radius: 16px;
}
.hp-special-care-panel-list {
    display: grid;
    gap: 14px;
}
.hp-special-care-line {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 18px 20px;
    border: 1px solid rgba(0, 43, 73, 0.08);
    border-radius: 18px;
    background: #FBFCFB;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.hp-special-care-line:hover {
    transform: translateX(3px);
    border-color: rgba(91, 173, 211, 0.35);
    box-shadow: 0 12px 30px rgba(0, 43, 73, 0.07);
}
.hp-special-care-line-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    background: rgba(91, 173, 211, 0.13);
}
.hp-special-care-line-copy h3 {
    margin: 0 0 5px;
    font-family: var(--font-heading);
    font-size: 1.18rem;
    line-height: 1.2;
    color: var(--color-primary);
}
.hp-special-care-line-copy p {
    margin: 0;
    color: #5B6870;
    font-size: 14px;
    line-height: 1.55;
}
.hp-special-care-line-action {
    white-space: nowrap;
}
.hp-special-care-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(0, 43, 73, 0.08);
    border-radius: 22px;
    box-shadow: 0 16px 42px rgba(0, 43, 73, 0.07);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hp-special-care-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 56px rgba(0, 43, 73, 0.11);
}
.hp-special-care-media {
    height: 190px;
    margin: 0;
    padding: 14px;
    background: linear-gradient(180deg, #F7FAFB 0%, #EEF5F7 100%);
    border-bottom: 1px solid rgba(0, 43, 73, 0.06);
}
.hp-special-care-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 14px;
}
.hp-special-care-content {
    flex: 1;
    padding: 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.hp-special-care-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    background: rgba(91, 173, 211, 0.13);
    margin-bottom: 14px;
}
.hp-special-care-title {
    font-family: var(--font-heading);
    font-size: 1.45rem;
    line-height: 1.16;
    color: var(--color-primary);
    margin: 0 0 10px;
    letter-spacing: -0.02em;
}
.hp-special-care-text {
    color: #4D5D67;
    font-size: 14px;
    line-height: 1.62;
    margin: 0 0 16px;
}
.hp-special-care-features {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    display: grid;
    gap: 8px;
}
.hp-special-care-features li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #334955;
    font-size: 13px;
    line-height: 1.45;
}
.hp-special-care-features svg {
    flex-shrink: 0;
    margin-top: 2px;
    stroke: var(--color-secondary);
}
.hp-special-care-content .btn {
    margin-top: auto;
    width: 100%;
    justify-content: center;
    padding: 11px 18px;
    font-size: 13px;
}
.hp-service-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    padding: 56px 0;
    border-bottom: 1px solid #E8EAED;
}
.hp-service-row:first-of-type { padding-top: 0; }
.hp-service-row:last-of-type { border-bottom: none; padding-bottom: 0; }
.hp-service-row--reverse .hp-service-row-image { order: 2; }
.hp-service-row--reverse .hp-service-row-content { order: 1; }
.hp-service-row-image {
    aspect-ratio: 16/10;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 8px 32px rgba(0,43,73,0.1);
}
.hp-service-row-title {
    font-family: var(--font-heading);
    font-size: clamp(1.625rem, 2.5vw, 2rem);
    font-weight: 600;
    color: #002B49;
    line-height: 1.2;
    margin: 0 0 16px;
}
.hp-service-row-text {
    font-size: 16px;
    color: var(--color-text-light);
    line-height: 1.75;
    margin: 0 0 24px;
}
.hp-service-row-features {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: grid;
    gap: 10px;
}
.hp-service-row-features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    color: var(--color-text);
    line-height: 1.5;
}
.hp-service-row-features svg { stroke: #E68A00; flex-shrink: 0; margin-top: 2px; }

/* --- Daily life --- */
.hp-daily-life {
    position: relative;
    padding: 56px 0;
    background: #fff;
    overflow: hidden;
}
.hp-daily-life::before {
    display: none;
}
.hp-daily-life .container {
    position: relative;
    z-index: 1;
}
.hp-daily-life .hp-section-head {
    max-width: 760px;
    margin: 0 0 34px;
    text-align: left;
}
.hp-daily-life .hp-section-head--light .oh-eyebrow {
    color: var(--color-secondary);
}
.hp-daily-life .hp-section-head--light .hp-daily-title {
    color: var(--color-primary);
}
.hp-daily-life .hp-section-head--light .hp-daily-lead {
    color: var(--color-text-light);
}
.hp-daily-title {
    font-family: var(--font-heading);
    font-size: clamp(1.875rem, 3vw, 2.375rem);
    font-weight: 600;
    color: var(--color-primary);
    margin: 0 0 12px;
    line-height: 1.22;
}
.hp-daily-lead {
    font-size: 1rem;
    color: var(--color-text-light);
    line-height: 1.65;
    margin: 0;
    max-width: 62ch;
}
.hp-daily-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 980px;
    margin: 0;
}
.hp-daily-card {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 18px 20px;
    background: #FAFAF8;
    border: 1px solid rgba(0, 43, 73, 0.08);
    border-radius: 18px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.hp-daily-card::before {
    display: none;
}
.hp-daily-card:hover {
    transform: translateX(3px);
    border-color: rgba(91, 173, 211, 0.26);
    box-shadow: 0 12px 34px rgba(0, 43, 73, 0.07);
}
.hp-daily-card-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: rgba(91, 173, 211, 0.12);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}
.hp-daily-card-icon svg {
    stroke: currentColor;
}
.hp-daily-card-title {
    font-family: var(--font-heading);
    font-size: 1.1875rem;
    font-weight: 600;
    color: var(--color-primary);
    margin: 0 0 5px;
    letter-spacing: 0.01em;
}
.hp-daily-card-copy p {
    margin: 0;
    color: #5B6870;
    font-size: 14px;
    line-height: 1.6;
}

/* --- Process --- */
.hp-process { padding: var(--hp-y) 0; background: #fff; }
.hp-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}
.hp-process-step {
    text-align: center;
    padding: 32px 24px;
    background: #FAFAF8;
    border-radius: 16px;
    border: 1px solid #EEF0F2;
}
.hp-process-number {
    font-family: var(--font-heading);
    font-size: 2.25rem;
    font-weight: 700;
    color: #E68A00;
    line-height: 1;
    margin-bottom: 16px;
}
.hp-process-step h3 {
    font-family: var(--font-body);
    font-size: 1.0625rem;
    font-weight: 700;
    color: #002B49;
    margin-bottom: 8px;
}
.hp-process-step p {
    font-size: 15px;
    color: var(--color-text-light);
    line-height: 1.65;
    margin: 0;
}

.page-home .section-wrapper:has(.hero-homepage) {
    margin-bottom: 0;
}
.page-home .section-wrapper:has(.trust-bar--home) {
    margin-top: 0;
    padding: 0;
}
.page-home .section-wrapper:has(.hero-homepage) .hero-homepage--balanced {
    padding-bottom: 0;
}

@media (min-width: 769px) {
    .hero-homepage--balanced {
        min-height: max(720px, 92vh);
    }
    .page-home .section-wrapper:has(.hero-homepage) .hero-homepage--balanced {
        padding-bottom: 56px;
    }
    .hero-homepage--balanced .hero-container { padding-top: 0; }
}

/* --- Trust bar (connected below hero) --- */
.trust-bar--home {
    background: #EEF1F4;
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid #E2E6EA;
    padding: 20px 0;
    margin: 0;
    width: 100%;
}
.trust-bar--home .trust-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: clamp(12px, 2vw, 24px);
    flex-wrap: wrap;
}
.trust-bar--home .trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
    min-width: max-content;
    justify-content: center;
}
.trust-bar--home .trust-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C9852A;
}
.trust-bar--home .trust-icon svg {
    stroke: #C9852A;
}
.trust-bar--home .trust-label {
    font-size: clamp(12px, 1.1vw, 14px);
    font-weight: 600;
    color: #5BADD3;
    line-height: 1.3;
    white-space: nowrap;
}

/* --- Legacy about helpers --- */
.hp-about-image {
    aspect-ratio: 4/5;
    border-radius: 20px;
    background: linear-gradient(145deg, #E8DDD0, #D4C5B0);
    background-size: cover;
    background-position: center;
}
.hp-about-grid--reverse .hp-about-image { order: -1; }
.hp-checklist { list-style: none; margin-bottom: 32px; }
.hp-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px 0;
    font-size: 15px;
    color: var(--color-text);
}
.hp-check-icon {
    width: 22px; height: 22px;
    border-radius: 50%;
    background: rgba(230,138,0,0.12);
    color: #E68A00;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}
.hp-check-icon svg { stroke: #E68A00; }

/* --- Testimonials --- */
.hp-testimonials { padding: var(--hp-y) 0; background: #FAFAF8; }
.hp-testimonials-intro .oh-section-title,
.hp-testimonials-intro .section-heading { margin-bottom: 16px; max-width: 560px; }
.hp-testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 40px rgba(0,43,73,0.08);
}
.hp-testimonial-track {
    position: relative;
}
.hp-testimonial-slide {
    display: none;
    animation: hpTestimonialFade 0.45s ease;
}
.hp-testimonial-slide.is-active {
    display: block;
}
@keyframes hpTestimonialFade {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}
.hp-stars { color: #E68A00; font-size: 18px; letter-spacing: 3px; margin-bottom: 24px; }
.hp-testimonial-quote {
    font-family: var(--font-heading);
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-style: italic;
    color: #002B49;
    line-height: 1.55;
    margin-bottom: 28px;
}
.hp-testimonial-author { display: flex; align-items: center; gap: 14px; }
.hp-author-avatar {
    width: 48px; height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #E8DDD0, #D4C5B0);
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}
.hp-author-name { font-weight: 600; font-size: 15px; color: #002B49; }
.hp-author-title { font-size: 13px; color: var(--color-text-light); }
.hp-testimonial-dots { display: flex; gap: 8px; margin-top: 0; justify-content: center; flex: 1; }
.hp-testimonial-dot {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: #D0D5DD;
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background 0.25s, width 0.25s, border-radius 0.25s;
}
.hp-testimonial-dot:hover { background: #4A9BC7; }
.hp-testimonial-dot.active { background: #4A9BC7; width: 24px; border-radius: 4px; }
.hp-testimonial-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 24px;
}
.hp-testimonial-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #E2E6EA;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    padding: 0;
    color: #002B49;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
}
.hp-testimonial-arrow svg { stroke: currentColor; }
.hp-testimonial-arrow:hover {
    background: #002B49;
    border-color: #002B49;
    color: #fff;
}
.hp-testimonials-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

/* --- FAQ --- */
.hp-faq { padding: var(--hp-y) 0; background: #FAFAF8; }
.hp-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 64px;
    align-items: start;
}
.hp-faq-intro .section-heading { margin-bottom: 16px; }
.hp-faq-cta-box {
    background: #E8F4FC;
    border-radius: 16px;
    padding: 28px;
    margin-top: 32px;
}
.hp-faq-cta-box h4 {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 700;
    color: #002B49;
    margin-bottom: 16px;
}
.hp-faq-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hp-faq-item { border-bottom: 1px solid #E4E7EB; }
.hp-faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 20px 0;
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--font-body);
    font-size: 15px;
    font-weight: 600;
    color: #002B49;
    text-align: left;
}
.hp-faq-toggle {
    width: 28px; height: 28px;
    border-radius: 50%;
    border: 1px solid #D0D5DD;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; color: #002B49;
    flex-shrink: 0;
    transition: transform 0.2s;
}
.hp-faq-item.is-open .hp-faq-toggle { transform: rotate(45deg); }
.hp-faq-answer {
    padding-bottom: 20px;
    font-size: 15px;
    color: var(--color-text-light);
    line-height: 1.7;
}

/* --- CTA --- */
.hp-cta-wrap { padding: var(--hp-y) 0 calc(var(--hp-y) + var(--hp-gap, 48px)); background: #FAFAF8; }
.hp-cta {
    background: #002B49;
    border-radius: 24px;
    padding: 64px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0, 43, 73, 0.12);
}
.hp-cta h2 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3.5vw, 2.75rem);
    color: #fff;
    margin-bottom: 16px;
    line-height: 1.2;
}
.hp-cta p { color: rgba(255,255,255,0.8); font-size: 16px; margin-bottom: 32px; }
.hp-cta-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hp-cta-phone { color: rgba(255,255,255,0.9); font-weight: 600; font-size: 15px; }
.hp-cta-phone:hover { color: #fff; }
.hp-cta-image {
    aspect-ratio: 16/10;
    border-radius: 16px;
    background: linear-gradient(145deg, #E8DDD0, #D4C5B0);
    background-size: cover;
    background-position: center;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    .btn-header-cta { padding: 10px 16px; font-size: 12px; }
    .hp-services-grid,
    .hp-homes-grid,
    .hp-special-care-grid,
    .hp-process-grid { grid-template-columns: repeat(2, 1fr); }
    .hp-special-care-panel {
        grid-template-columns: 1fr;
    }
    .hp-special-strip-card {
        grid-template-columns: 1fr;
    }
    .hp-care-flow-intro {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .hp-care-flow-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hp-care-foundation {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .hp-care-flow-steps::before {
        display: none;
    }
    .hp-special-care-panel-media {
        min-height: 300px;
    }
    .hp-special-care-media { height: 180px; }
    .hp-about-grid,
    .hp-founder-card,
    .hp-testimonials-grid,
    .hp-faq-grid { grid-template-columns: 1fr; }
    .hp-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .hp-cta {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 40px 32px;
    }
    .hp-cta-image {
        order: -1;
        height: 200px;
        aspect-ratio: auto;
    }
}

@media (max-width: 1100px) {
    .header-inner--home .main-nav { gap: 16px; }
    .page-home .main-nav-list > .nav-item > .nav-link { font-size: 11px; letter-spacing: 0.1em; }
    .page-home .header-phone-num { display: none; }
}

@media (max-width: 768px) {
    .page-home {
        --hp-y-sm: 40px;
        --hp-gap-sm: 24px;
    }

    .page-home .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Tighter rhythm: gap between wrappers + top padding only (no doubled spacing) */
    .page-home main > .section-wrapper + .section-wrapper {
        margin-top: var(--hp-gap-sm);
    }
    .page-home .section-wrapper:has(.hero-homepage) + .section-wrapper:has(.trust-bar--home) {
        margin-top: 0;
    }
    .page-home .hp-about,
    .page-home .hp-founder,
    .page-home .hp-services,
    .page-home .hp-homes,
    .page-home .hp-testimonials,
    .page-home .hp-process,
    .page-home .hp-faq {
        padding-top: var(--hp-y-sm);
        padding-bottom: 0;
    }
    .page-home .hp-daily-life {
        padding-top: 36px;
        padding-bottom: 28px;
    }
    .page-home .hp-stats {
        padding: 32px 0;
    }
    .page-home .oh-cta-wrap {
        padding: var(--hp-y-sm) 0 calc(var(--hp-y-sm) + var(--hp-gap-sm));
    }
    .page-home .site-footer {
        padding-top: 48px;
    }

    .hero-homepage-bg {
        background-position: center center;
    }
    .hero-homepage-overlay {
        background: linear-gradient(
            180deg,
            rgba(0, 26, 46, 0.88) 0%,
            rgba(0, 43, 73, 0.78) 55%,
            rgba(0, 43, 73, 0.72) 100%
        );
    }

    .header-inner--home {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        padding: 14px 0;
        min-height: 64px;
    }
    .header-inner--home .main-nav {
        position: static;
        transform: none;
    }
    .page-home .main-nav { display: none; }
    .page-home .header-phone { display: none; }
    .page-home .btn-header-cta { display: none; }
    .page-home .header-actions {
        flex-shrink: 0;
        margin-left: auto;
    }
    .page-home .site-logo {
        min-width: 0;
        flex: 1;
    }
    .page-home .site-logo-text {
        font-size: 0.875rem;
        line-height: 1.2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .page-home .mobile-toggle {
        display: flex;
        flex-shrink: 0;
        color: #fff;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 8px;
    }
    .page-home .mobile-toggle-bar {
        background: #fff;
    }
    .page-home .site-header--overlay.scrolled .mobile-toggle {
        color: var(--color-primary);
        background: rgba(0, 43, 73, 0.06);
        border-color: rgba(0, 43, 73, 0.15);
    }
    .page-home .site-header--overlay.scrolled .mobile-toggle-bar {
        background: var(--color-primary);
    }

    .hero-homepage--balanced {
        min-height: auto;
        padding-top: calc(108px + var(--topbar-height));
        padding-bottom: 32px;
    }
    .hero-homepage--balanced .hero-container { padding-top: 0; }
    .hp-hero-balanced {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .hp-hero-trust { grid-template-columns: 1fr; gap: 8px; }

    .hero-homepage h1 {
        font-size: clamp(1.875rem, 7.5vw, 2.5rem);
        margin-bottom: 16px;
    }
    .hero-lead {
        font-size: 1rem;
        margin-bottom: 24px;
        line-height: 1.65;
    }
    .hero-homepage .hero-actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        max-width: none;
        gap: 12px;
        margin-bottom: 20px;
    }
    .hero-location { margin-top: 4px; font-size: 14px; }
    .btn-hero-primary,
    .btn-hero-outline {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .trust-bar--home {
        padding: 18px 0 20px;
        background: #EEF1F4;
    }
    .trust-bar--home .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .trust-bar--home .trust-bar-inner {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        overflow: visible;
        padding: 0;
        align-items: stretch;
    }
    .trust-bar--home .trust-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 8px;
        min-width: 0;
        min-height: 0;
        padding: 10px 10px;
        text-align: left;
        background: #fff;
        border: 1px solid rgba(0, 43, 73, 0.07);
        border-radius: 10px;
        box-shadow: 0 1px 4px rgba(0, 43, 73, 0.04);
    }
    .trust-bar--home .trust-item:nth-child(5) {
        display: none;
    }
    .trust-bar--home .trust-icon {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        margin-top: 0;
        border-radius: 50%;
        background: rgba(201, 133, 42, 0.1);
        color: #C9852A;
    }
    .trust-bar--home .trust-icon svg {
        width: 18px;
        height: 18px;
        stroke: #C9852A;
    }
    .trust-bar--home .trust-label {
        font-size: 11.5px;
        font-weight: 600;
        white-space: normal;
        line-height: 1.3;
        text-align: left;
        color: #002B49;
        letter-spacing: -0.01em;
    }

    .hp-section-head { margin-bottom: 32px; }
    .oh-section-title { font-size: clamp(1.625rem, 6vw, 2.125rem); }

    .hp-about-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        align-items: start;
    }
    .hp-about-content {
        height: auto;
        min-height: 0;
        padding: 0;
    }
    .hp-about-text { max-width: none; font-size: 1rem; margin-bottom: 18px; }
    .hp-about-photos {
        width: 100%;
        max-width: none;
        margin: 0;
        height: auto;
        min-height: 0;
        gap: 12px;
    }
    .hp-about-photo--feature {
        flex: none;
        aspect-ratio: 1 / 1;
        max-height: none;
    }
    .hp-about-photo-row { margin-top: 0; gap: 12px; }
    .hp-about-photo--sm { aspect-ratio: 1 / 1; }
    .hp-about-cta {
        margin-top: 24px;
        padding-top: 0;
    }

    .hp-about .hp-why-features,
    .hp-why-features {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .hp-about .hp-why-features li,
    .hp-why-features li {
        align-items: center;
        font-size: 15px;
        line-height: 1.35;
    }

    .hp-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .hp-stat-number { font-size: clamp(1.75rem, 6vw, 2.25rem); }

    .hp-services-grid { grid-template-columns: 1fr; gap: 16px; }
    .hp-service-card {
        padding: 24px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .hp-service-icon {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px;
    }
    .hp-service-card p {
        margin-bottom: 16px;
    }
    .hp-service-card .hp-link {
        justify-content: center;
    }
    .hp-services-footer {
        margin-top: 24px;
    }
    .hp-services-footer .btn {
        width: 100%;
        max-width: 320px;
        justify-content: center;
    }

    .hp-founder-card {
        border-radius: 22px;
        gap: 0;
    }
    .hp-founder-media {
        min-height: 360px;
    }
    .hp-founder-photo {
        inset: 18px 18px 74px;
        background-size: contain;
        background-position: center bottom;
    }
    .hp-founder-content {
        padding: 28px 22px 30px;
    }
    .hp-founder-text {
        font-size: 0.98rem;
        line-height: 1.68;
    }
    .hp-founder-focus {
        padding: 20px 18px;
        border-radius: 18px;
    }
    .hp-founder-focus ul {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .hp-founder-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .hp-homes-grid { grid-template-columns: 1fr; gap: 20px; }
    .hp-home-card-body { padding: 20px 22px 24px; }

    .hp-daily-columns {
        grid-template-columns: 1fr;
        gap: 12px;
        max-width: none;
    }
    .hp-daily-card {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 14px;
        padding: 15px;
        border-radius: 16px;
    }
    .hp-daily-card-icon {
        width: 48px;
        height: 48px;
        border-radius: 14px;
    }
    .hp-daily-card-title {
        font-size: 1.125rem;
        margin-bottom: 5px;
    }
    .hp-daily-life .hp-section-head {
        margin-bottom: 22px;
        max-width: 100%;
        padding: 0 4px;
    }
    .hp-daily-lead {
        max-width: none;
    }

    .hp-testimonials-grid { grid-template-columns: 1fr; gap: 24px; }
    .hp-testimonial-card { padding: 28px 24px; }

    .hp-process-grid { grid-template-columns: 1fr; gap: 16px; }
    .hp-process-step { padding: 24px 20px; }

    .hp-faq-grid { grid-template-columns: 1fr; gap: 24px; }
    .hp-faq-contact { margin-top: 24px; padding: 24px; }

    .hp-service-row,
    .hp-service-row--reverse {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .hp-special-care-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .hp-special-strip-card {
        padding: 28px 20px;
        border-radius: 22px;
        gap: 24px;
    }
    .hp-special-strip-grid {
        grid-template-columns: 1fr;
    }
    .hp-special-strip-item {
        min-height: 0;
        padding: 16px;
    }
    .hp-care-flow-shell {
        padding: 30px 20px;
        border-radius: 22px;
    }
    .hp-care-flow-intro {
        margin-bottom: 26px;
    }
    .hp-care-flow-steps {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .hp-care-foundation {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .hp-care-flow-step {
        padding: 22px 18px;
    }
    .hp-care-flow-specialties {
        align-items: flex-start;
        flex-direction: column;
    }
    .hp-special-care-panel {
        padding: 18px;
        border-radius: 22px;
        gap: 22px;
    }
    .hp-special-care-panel-media {
        min-height: 240px;
        padding: 12px;
    }
    .hp-special-care-panel-media img {
        max-height: 230px;
    }
    .hp-special-care-line {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
        padding: 15px;
    }
    .hp-special-care-line-icon {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }
    .hp-special-care-line-action {
        grid-column: 2;
        white-space: normal;
    }
    .hp-special-care-card {
        border-radius: 20px;
    }
    .hp-special-care-media {
        height: 190px;
        padding: 12px;
    }
    .hp-special-care-content {
        padding: 24px 20px 26px;
    }
    .hp-special-care-title {
        font-size: clamp(1.5rem, 7vw, 1.9rem);
    }
    .hp-special-care-content .btn {
        width: 100%;
        justify-content: center;
    }
    .hp-service-row--reverse .hp-service-row-image,
    .hp-service-row--reverse .hp-service-row-content { order: unset; }

    .hp-cta,
    .oh-cta {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 28px 22px;
        border-radius: 20px;
    }
    .hp-cta-image { display: none; }
    .hp-cta h2,
    .oh-cta h2 {
        font-size: clamp(1.5rem, 6.5vw, 2rem);
        margin-bottom: 12px;
    }
    .hp-cta p,
    .oh-cta p {
        font-size: 15px;
        margin-bottom: 20px;
        line-height: 1.6;
    }
    .hp-cta-actions,
    .oh-cta .hp-cta-actions {
        gap: 12px;
        flex-direction: column;
        align-items: stretch;
    }
    .hp-cta-actions .btn,
    .oh-cta .hp-cta-actions .btn,
    .oh-cta-outline-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .page-home .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .hero-homepage--balanced { padding-top: calc(108px + var(--topbar-height)); }

    .trust-bar--home {
        padding: 16px 0 18px;
    }
    .trust-bar--home .trust-bar-inner {
        gap: 7px;
    }
    .trust-bar--home .trust-item {
        padding: 9px 8px;
        gap: 7px;
        border-radius: 9px;
    }
    .trust-bar--home .trust-icon {
        width: 32px;
        height: 32px;
    }
    .trust-bar--home .trust-icon svg {
        width: 17px;
        height: 17px;
    }
    .trust-bar--home .trust-label {
        font-size: 11px;
        line-height: 1.28;
    }

    .hp-services-grid,
    .hp-homes-grid,
    .hp-process-grid { grid-template-columns: 1fr; }
    .hp-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .hp-about-grid { gap: 24px; }
    .hp-testimonials-grid,
    .hp-faq-grid { gap: 20px; }
    .hp-why-features { grid-template-columns: 1fr; }

    .header-inner--home { padding: 12px 0; min-height: 60px; }
    .site-logo-text { font-size: 0.9375rem; }
    .logo-svg { width: 32px; height: 32px; }
}

/* Shared readable description sizing across the homepage. */
.page-home .hero-lead,
.page-home .hp-section-lead,
.page-home .hp-service-card p,
.page-home .hp-founder-text,
.page-home .hp-about-text,
.page-home .hp-home-card p,
.page-home .hp-special-care-text,
.page-home .hp-service-row-text,
.page-home .hp-daily-lead,
.page-home .hp-process-step p,
.page-home .hp-faq-answer,
.page-home .hp-cta p,
.page-home .oh-cta p {
    font-size: 1.125rem;
    line-height: 1.75;
}
