/* Hero */
.retire-eyebrow {
    display: inline-block;
    color: #c19b76;
    font-size: .68rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: .75rem;
}
.retire-hero-h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 5vw, 3.2rem);
    font-weight: 600;
    color: #fff;
    line-height: 1.15;
    max-width: 680px;
    margin-bottom: 1rem;
}
.retire-hero-p {
    color: rgba(255, 255, 255, 0.82);
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    max-width: 540px;
    line-height: 1.7;
    margin: 0;
}

/* Section headings */
.retire-section-h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    color: #2c2c2c;
    margin-bottom: 1rem;
}
.retire-dark-h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1rem;
}
.retire-faq-h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.9rem;
    color: #2c2c2c;
    margin-bottom: 1.25rem;
}

/* Intro / lead paragraphs */
.retire-dark-intro-bt {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.8;
    border-bottom: 1px solid rgba(193, 155, 118, 0.3);
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
}
.retire-dark-intro-bl {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.8;
    border-left: 4px solid #c19b76;
    padding-left: 16px;
    margin-bottom: 1.5rem;
}
.retire-light-intro {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
    font-style: italic;
    color: #5a5a5a;
    line-height: 1.8;
    border-left: 4px solid #c19b76;
    padding-left: 16px;
    margin-bottom: 1.5rem;
}

/* Labels */
.retire-label {
    font-family: 'Jost', sans-serif;
    font-size: .72rem;
    color: #c19b76;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px;
}
.retire-details-label {
    font-family: 'Jost', sans-serif;
    font-size: .7rem;
    color: #c19b76;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 6px;
}
.retire-why-label {
    font-family: 'Jost', sans-serif;
    font-size: .68rem;
    color: #c19b76;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.retire-amenities-label {
    font-family: 'Jost', sans-serif;
    font-size: .72rem;
    color: #c19b76;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 14px;
}
.retire-conclusion-eyebrow {
    font-family: 'Jost', sans-serif;
    font-size: .7rem;
    color: #c19b76;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Content boxes */
.retire-content-box {
    background: #fdf9f5;
    border-radius: 10px;
    padding: 22px 24px;
    height: 100%;
    border-left: 4px solid #c19b76;
}
.retire-neutral-box {
    background: #fdf9f5;
    border-radius: 10px;
    padding: 22px 24px;
    margin-bottom: 1.5rem;
}
.retire-light-source-box {
    background: #fdf9f5;
    border-radius: 10px;
    border-left: 4px solid #c19b76;
    padding: 18px 22px;
    margin-bottom: 1.5rem;
}
.retire-dark-source-box {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(193, 155, 118, 0.3);
    border-left: 4px solid #c19b76;
    border-radius: 0 10px 10px 0;
    padding: 18px 22px;
    margin-bottom: 1.25rem;
}
.retire-dark-source-box--mb-lg { margin-bottom: 1.5rem; }

/* Body text */
.retire-body-text {
    color: #5a5a5a;
    line-height: 1.8;
    margin: 0;
}
.retire-body-text--mb { margin-bottom: 1rem; }
.retire-sm-body {
    color: #5a5a5a;
    font-size: .92rem;
    line-height: 1.75;
    margin: 0;
}
.retire-sm-body--mb { margin-bottom: .75rem; }

/* Dark body text */
.retire-dark-body {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.8;
    margin: 0;
}
.retire-dark-body--mb    { margin-bottom: 1rem; }
.retire-dark-body--mb-sm { margin-bottom: 1.25rem; }
.retire-dark-sm-text {
    color: rgba(255, 255, 255, 0.78);
    font-size: .92rem;
    line-height: 1.75;
    margin: 0;
}
.retire-details-text {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.75;
    margin: 0;
    font-size: .92rem;
}
.retire-accent-strong { color: #c19b76; }

/* Quote dark variant */
.retire-quote--dark {
    border-left-color: rgba(193, 155, 118, 0.6);
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 0;
}

/* Links */
.retire-accent-link { color: #c19b76; }

/* Image wrappers */
.retire-img-wrap {
    overflow: hidden;
    border-radius: 10px;
    min-height: 260px;
    height: 100%;
}
.retire-img-wrap--sm { min-height: 200px; }
.retire-img-wrap--md { min-height: 240px; }
.retire-img-wrap--lg { min-height: 340px; }
.retire-img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Flex helpers */
.retire-flex-col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
}
.retire-stretch-row { align-items: stretch; }

/* Dark feature cards (with top accent border) */
.retire-dark-feature-card {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(193, 155, 118, 0.25);
    border-top: 3px solid #c19b76;
    border-radius: 10px;
    padding: 18px 20px;
    height: 100%;
}
.retire-dark-card-title {
    font-family: 'Jost', sans-serif;
    font-size: .82rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
}
.retire-dark-card-text {
    color: rgba(255, 255, 255, 0.65);
    font-size: .82rem;
    line-height: 1.6;
    margin: 0;
}

/* Dark cards (no top border) */
.retire-dark-card {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(193, 155, 118, 0.25);
    border-radius: 10px;
    padding: 20px 22px;
    height: 100%;
}
.retire-dark-card-body {
    color: rgba(255, 255, 255, 0.75);
    font-size: .9rem;
    line-height: 1.75;
    margin: 0;
}

/* Light cards (with top accent border) */
.retire-light-card {
    background: #fdf9f5;
    border-top: 3px solid #c19b76;
    border-radius: 10px;
    padding: 20px 22px;
    height: 100%;
}
.retire-light-card-title {
    font-family: 'Jost', sans-serif;
    font-size: .78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #2c2c2c;
    margin-bottom: 8px;
}
.retire-light-card-body {
    color: #5a5a5a;
    font-size: .88rem;
    line-height: 1.7;
    margin: 0;
}

/* Icons */
.retire-box-icon {
    color: #c19b76;
    font-size: 1.1rem;
    margin-bottom: 10px;
    display: block;
}
.retire-card-icon {
    color: #c19b76;
    font-size: 1rem;
    margin-bottom: 8px;
    display: block;
}

/* Property details box */
.retire-property-details-box {
    background: #2c2c2c;
    border-radius: 10px;
    padding: 22px 28px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}
.retire-flex-icon-wrap { flex: 0 0 auto; }
.retire-tag-icon {
    color: #c19b76;
    font-size: 1.4rem;
    margin-top: 4px;
}
.retire-details-content { flex: 1 1 260px; }

/* Amenities box */
.retire-amenities-box {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(193, 155, 118, 0.25);
    border-radius: 10px;
    padding: 22px 26px;
    margin-bottom: 1.5rem;
}
.retire-amenity-row {
    display: flex;
    align-items: center;
    gap: 10px;
}
.retire-amenity-icon {
    color: #c19b76;
    font-size: .95rem;
    flex-shrink: 0;
}
.retire-amenity-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: .85rem;
}

/* Dark "why" box (compact amenity rows) */
.retire-dark-why-box {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(193, 155, 118, 0.25);
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 1.25rem;
}
.retire-amenity-row--sm {
    display: flex;
    align-items: center;
    gap: 8px;
}
.retire-amenity-icon--sm {
    color: #c19b76;
    font-size: .85rem;
    flex-shrink: 0;
}
.retire-amenity-text--sm {
    color: rgba(255, 255, 255, 0.8);
    font-size: .8rem;
}

/* FAQ accordion */
.blog-faq details {
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 10px;
    background: #fff;
    cursor: pointer;
}
.blog-faq summary {
    cursor: pointer;
    font-weight: 600;
    list-style: none;
    display: block;
    position: relative;
    padding-right: 28px;
}
.blog-faq summary::after {
    content: '';
    position: absolute;
    right: 4px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-65%) rotate(45deg);
    transition: transform .2s ease;
}
.blog-faq details[open] summary::after {
    transform: translateY(-35%) rotate(-135deg);
}
.blog-faq summary::-webkit-details-marker { display: none; }
.blog-faq p,
.blog-faq ul {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: .93rem;
    color: #555;
    line-height: 1.7;
}
.blog-faq a       { color: #c19b76; }
.blog-faq a:hover { color: #a8845f; }
