/* ─── Hero ────────────────────────────────────────────────── */
.cvy-hero-eyebrow {
    display: inline-block;
    color: #c19b76;
    font-size: .68rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: .75rem;
}
.cvy-hero-title {
    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;
}
.cvy-hero-sub {
    color: rgba(255,255,255,0.82);
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    max-width: 540px;
    line-height: 1.7;
    margin: 0;
}

/* ─── Headings ────────────────────────────────────────────── */
.cvy-h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    color: #2c2c2c;
    margin-bottom: 1rem;
}
.cvy-h2--white {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 1.25rem;
}

/* ─── Intro italic text ───────────────────────────────────── */
.cvy-intro-italic {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-style: italic;
    color: #3a3a3a;
    line-height: 1.85;
    border-left: 4px solid #c19b76;
    padding-left: 16px;
    margin-bottom: 1.5rem;
}
.cvy-intro-italic--sm {
    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;
}
.cvy-italic-dark {
    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;
}
.cvy-italic-dark--sm {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    font-style: italic;
    color: rgba(255,255,255,0.75);
    line-height: 1.8;
    margin: 0;
}

/* ─── Cards (light) ───────────────────────────────────────── */
.cvy-card-left {
    background: #fdf9f5;
    border-radius: 10px;
    padding: 22px 24px;
    height: 100%;
    border-left: 4px solid #c19b76;
}
.cvy-card-left--sm {
    background: #fdf9f5;
    border-radius: 10px;
    padding: 20px 22px;
    height: 100%;
    border-left: 4px solid #c19b76;
}
.cvy-card-top {
    background: #fdf9f5;
    border-radius: 10px;
    padding: 24px;
    height: 100%;
    border-top: 3px solid #c19b76;
}
.cvy-card-dark--negative {
    background: #2c2c2c;
    border-radius: 10px;
    padding: 24px;
    height: 100%;
    border-top: 3px solid #c19b76;
}

/* ─── Body text ───────────────────────────────────────────── */
.cvy-body         { color: #5a5a5a; line-height: 1.8; margin: 0; }
.cvy-body--mb     { color: #5a5a5a; line-height: 1.8; margin-bottom: 1.25rem; }
.cvy-body--generic{ color: #5a5a5a; line-height: 1.8; }
.cvy-dark-body      { color: rgba(255,255,255,0.78); line-height: 1.8; margin: 0; }
.cvy-dark-body--mb  { color: rgba(255,255,255,0.78); line-height: 1.8; margin-bottom: 1rem; }
.cvy-dark-body--mb-lg { color: rgba(255,255,255,0.78); line-height: 1.8; margin-bottom: 1.25rem; }

/* ─── Image wrappers ──────────────────────────────────────── */
.cvy-img-wrap {
    overflow: hidden;
    border-radius: 10px;
    min-height: 260px;
    height: 100%;
}
.cvy-img-wrap--lg {
    overflow: hidden;
    border-radius: 10px;
    min-height: 300px;
    height: 100%;
}
.cvy-img-banner {
    overflow: hidden;
    border-radius: 10px;
    max-height: 340px;
    margin-bottom: 1.5rem;
}
.cvy-img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.cvy-img-cover--auto {
    width: 100%;
    object-fit: cover;
    display: block;
}

/* ─── Market / data card ──────────────────────────────────── */
.cvy-data-card {
    background: #fdf9f5;
    border-radius: 10px;
    padding: 18px 22px;
    margin-bottom: 1.5rem;
    border-left: 4px solid #c19b76;
}
.cvy-data-label {
    font-family: 'Jost', sans-serif;
    font-size: .82rem;
    color: #888;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
}
.cvy-data-text {
    color: #5a5a5a;
    font-size: .92rem;
    line-height: 1.75;
    margin: 0;
}

/* ─── Features / highlights boxes ────────────────────────── */
.cvy-highlights-box {
    background: #fdf9f5;
    border: 1px solid #ececec;
    border-top: 3px solid #c19b76;
    border-radius: 10px;
    padding: 22px 24px;
    margin-bottom: 1.5rem;
}
.cvy-feat-box {
    background: #fdf9f5;
    border-radius: 10px;
    border-top: 3px solid #c19b76;
    padding: 22px 24px;
    margin-bottom: 1.5rem;
}
.cvy-feat-label {
    font-family: 'Jost', sans-serif;
    font-size: .72rem;
    color: #c19b76;
    letter-spacing: .15em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 14px;
}
.cvy-feat-row     { display: flex; align-items: center; gap: 8px; }
.cvy-feat-icon    { color: #c19b76; font-size: .9rem;  flex-shrink: 0; }
.cvy-feat-icon--sm{ color: #c19b76; font-size: .85rem; flex-shrink: 0; }
.cvy-feat-text    { color: #3a3a3a; font-size: .88rem; }
.cvy-feat-text--sm{ color: #3a3a3a; font-size: .85rem; }
.cvy-note-text    { color: #888;    font-size: .82rem; margin: 0; line-height: 1.6; }

/* ─── Dark section callout ────────────────────────────────── */
.cvy-dark-callout {
    background: rgba(255,255,255,0.07);
    border-left: 4px solid #c19b76;
    border-radius: 0 10px 10px 0;
    padding: 20px 24px;
}
.cvy-dark-callout-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    font-style: italic;
    color: rgba(255,255,255,0.88);
    line-height: 1.8;
    margin: 0;
}

/* ─── Comparison cards (dark section) ─────────────────────── */
.cvy-cmp-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: 20px 22px;
    height: 100%;
    text-align: center;
}
.cvy-cmp-icon  { color: #c19b76; font-size: 1.4rem; margin-bottom: 10px; display: block; }
.cvy-cmp-title { font-family: 'Jost', sans-serif; font-size: .85rem; font-weight: 600; color: #fff; margin-bottom: 6px; }
.cvy-cmp-sub   { color: rgba(255,255,255,0.6); font-size: .82rem; line-height: 1.6; margin: 0; }

/* ─── Card with header (badge + title) ────────────────────── */
.cvy-card-header { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.cvy-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #c19b76;
    border-radius: 50%;
    flex-shrink: 0;
}
.cvy-badge i        { color: #fff; font-size: .8rem; }
.cvy-card-title       { font-family: 'Jost', sans-serif; font-size: .95rem; font-weight: 700; color: #2c2c2c; margin: 0; }
.cvy-card-title--white{ font-family: 'Jost', sans-serif; font-size: .95rem; font-weight: 700; color: #fff; margin: 0; }

/* ─── Quinta JR info panel (dark section) ─────────────────── */
.cvy-info-panel {
    background: rgba(255,255,255,0.07);
    border-left: 4px solid #c19b76;
    border-radius: 0 10px 10px 0;
    padding: 18px 22px;
}
.cvy-info-address { color: rgba(255,255,255,0.6); font-size: .82rem; margin: 0 0 8px; }
.cvy-info-address i { color: #c19b76; margin-right: 6px; }
.cvy-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 14px;
    line-height: 1;
}
.cvy-price-unit { font-size: 1rem; font-weight: 400; color: rgba(255,255,255,0.45); }
.cvy-spec-card  { background: rgba(255,255,255,0.1); border-radius: 8px; padding: 10px; text-align: center; }
.cvy-spec-icon  { color: #c19b76; font-size: .95rem; margin-bottom: 4px; display: block; }
.cvy-spec-label { font-size: .74rem; font-weight: 600; color: rgba(255,255,255,0.85); margin: 0; }

/* ─── Flex column layouts ─────────────────────────────────── */
.cvy-flex-col        { display: flex; flex-direction: column; justify-content: space-between; gap: 1rem; }
.cvy-flex-col--center{ display: flex; flex-direction: column; justify-content: center; gap: 1.25rem; }

/* ─── Quote modifiers ─────────────────────────────────────── */
.le-quote--dark-gold {
    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: 1.5rem;
}
.le-quote--dark-gold--inline {
    border-left-color: rgba(193,155,118,0.6);
    background: rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.88);
    margin: 0;
}

/* ─── Section eyebrow (conclusion / FAQ) ─────────────────── */
.cvy-eyebrow {
    display: inline-block;
    color: #c19b76;
    font-size: .68rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: .75rem;
}

/* ─── Links ───────────────────────────────────────────────── */
.link-gold { color: #c19b76; }

/* ─── 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; }
