/* ========================================
   TESTIMONIALS PAGE — Elegant Gold-First
   ======================================== */

/* ── HERO ── */
#testi-hero {
    position: relative;
    height: calc(100vh - 88px);
    min-height: 560px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    overflow: hidden;
}

.testi-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
    z-index: 0;
}

.testi-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(10,9,8,0.88) 0%,
        rgba(10,9,8,0.55) 55%,
        rgba(10,9,8,0.1) 100%
    );
    z-index: 1;
}

.testi-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 0 80px 80px;
    max-width: 600px;
}

.testi-eyebrow {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #C9A96E;
    margin-bottom: 20px;
}

#testi-hero h1 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(44px, 6vw, 76px);
    font-weight: 300;
    color: #fff;
    line-height: 1.08;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
}

#testi-hero h1 em {
    font-style: italic;
    color: #C9A96E;
}

#testi-hero p {
    font-size: 15px;
    color: rgba(255,255,255,0.6);
    font-weight: 300;
    line-height: 1.7;
    margin: 0;
}

/* ── FEATURED QUOTE ── */
#testi-featured {
    padding: 100px 0 80px;
    background: #fff;
}

.featured-quote-wrap {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.fq-stars {
    color: #C9A96E;
    font-size: 14px;
    letter-spacing: 4px;
    margin-bottom: 36px;
}

.fq-quote {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 300;
    font-style: italic;
    color: #111110;
    line-height: 1.5;
    letter-spacing: -0.01em;
    margin: 0 0 32px;
    border: none;
    padding: 0;
}

.fq-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 40px;
}

.fq-author-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.fq-name {
    font-size: 14px;
    font-weight: 600;
    color: #111110;
    letter-spacing: 0.02em;
}

.fq-role {
    font-size: 11px;
    color: #C9A96E;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.fq-line {
    width: 48px;
    height: 1px;
    background: rgba(201,169,110,0.35);
    margin: 0 auto;
}

/* ── STATS STRIP ── */
#testi-stats {
    padding: 56px 0;
    background: #111110;
}

.testi-stats-grid {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-stat {
    flex: 1;
    text-align: center;
    padding: 10px 20px;
}

.ts-num {
    display: block;
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(30px, 4vw, 50px);
    font-weight: 300;
    color: #C9A96E;
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 8px;
}

.ts-label {
    display: block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
}

.ts-divider {
    width: 1px;
    height: 52px;
    background: rgba(201,169,110,0.18);
    flex-shrink: 0;
}

/* ── GRID ── */
#testi-grid {
    padding: 100px 0 120px;
    background: #FAFAF7;
}

.testi-section-header {
    margin-bottom: 64px;
    text-align: center;
}

.section-eyebrow {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #C9A96E;
    margin-bottom: 14px;
}

.testi-section-header h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(30px, 3.5vw, 46px);
    font-weight: 400;
    color: #111110;
    letter-spacing: -0.02em;
    margin: 0;
}

/* Masonry grid */
.testi-masonry {
    columns: 3;
    column-gap: 20px;
}

.testi-card {
    background: #fff;
    border: 1px solid rgba(201,169,110,0.14);
    border-radius: 12px;
    padding: 32px 28px;
    margin-bottom: 20px;
    break-inside: avoid;
    transition: box-shadow 0.25s, transform 0.25s;
    display: block;
}

.testi-card:hover {
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}

.testi-card--large {
    padding: 40px 36px;
}

/* Image card */
.testi-card--image {
    position: relative;
    height: 320px;
    padding: 0;
    overflow: hidden;
    border: none;
}

.testi-card--image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.testi-card--image:hover img {
    transform: scale(1.04);
}

.tci-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,9,8,0.92) 0%, rgba(10,9,8,0.3) 60%, transparent 100%);
    z-index: 1;
}

.tci-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px 28px;
    z-index: 2;
}

.testi-card--image .tc-stars { margin-bottom: 10px; }
.testi-card--image .tc-text  { color: rgba(255,255,255,0.9); margin-bottom: 16px; font-size: 15px; }
.testi-card--image .tc-name  { color: #fff; }
.testi-card--image .tc-role  { color: rgba(201,169,110,0.85); }
.testi-card--image .tc-footer { margin-top: 0; }

/* Card elements */
.tc-stars {
    color: #C9A96E;
    font-size: 11px;
    letter-spacing: 3px;
    margin-bottom: 16px;
}

.tc-text {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    font-weight: 300;
    margin: 0 0 24px;
}

.tc-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.tc-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #C9A96E 0%, #A8863E 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tc-author {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tc-name {
    font-size: 13px;
    font-weight: 600;
    color: #111110;
}

.tc-role {
    font-size: 10px;
    color: #C9A96E;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tc-badge {
    font-size: 10px;
    color: #22a066;
    font-weight: 600;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.tc-badge i { margin-right: 3px; }

/* ── CTA ── */
#testi-cta {
    padding: 120px 0;
    background: #111110;
}

.testi-cta-inner {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.testi-cta-inner .section-eyebrow {
    color: rgba(201,169,110,0.7);
    margin-bottom: 14px;
}

.testi-cta-inner h2 {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(38px, 5vw, 60px);
    font-weight: 300;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin-bottom: 16px;
}

.testi-cta-inner > p {
    font-size: 15px;
    color: rgba(255,255,255,0.45);
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 40px;
}

.testi-cta-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-gold-solid {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 36px;
    background: linear-gradient(135deg, #C9A96E 0%, #A8863E 100%);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    box-shadow: 0 8px 28px rgba(201,169,110,0.3);
    transition: opacity 0.2s, transform 0.2s;
}

.btn-gold-solid:hover {
    opacity: 0.88;
    transform: translateY(-2px);
    color: #fff;
}

.btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 36px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.25);
    color: rgba(255,255,255,0.7);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 100px;
    transition: border-color 0.2s, color 0.2s;
}

.btn-ghost:hover {
    border-color: #C9A96E;
    color: #C9A96E;
}

/* ── RESPONSIVE ── */
@media (max-width: 991px) {
    .testi-masonry { columns: 2; }
    .testi-hero-content { padding: 0 0 60px 40px; }
    .testi-stats-grid { flex-wrap: wrap; }
    .testi-stat { flex: 0 0 45%; }
    .ts-divider { display: none; }
}

@media (max-width: 767px) {
    #testi-hero { height: 80vh; }
    .testi-hero-content { padding: 0 24px 48px; }
    #testi-hero h1 { font-size: 38px; }
    #testi-featured { padding: 72px 0 60px; }
    .fq-quote { font-size: 22px; }
    .testi-masonry { columns: 1; }
    .testi-stat { flex: 0 0 100%; padding: 18px 20px; }
    #testi-grid { padding: 72px 0 80px; }
    #testi-cta { padding: 80px 0; }
}
