/* =============================================
   ABOUT PAGE — Premium Editorial Redesign
   ============================================= */

/* Hero Override */
.hero-about {
    background: linear-gradient(160deg, rgba(8, 4, 28, 0.72) 0%, rgba(35, 20, 60, 0.60) 100%),
        url('https://craigameyerphotography.com/cdn/shop/products/OneofThoseNghts7-12-22.jpg?v=1657660959') center/cover no-repeat;
}

.page-about-us .hero-about {
    background: linear-gradient(160deg, rgba(8, 4, 28, 0.72) 0%, rgba(35, 20, 60, 0.58) 100%),
        url('./images/hero-about-us.jpg') center/cover no-repeat;
}

.page-buy-with-us .hero-about {
    background: linear-gradient(160deg, rgba(8, 4, 28, 0.62) 0%, rgba(20, 29, 54, 0.54) 100%),
        url('./images/hero-buy-with-us.jpg') center/cover no-repeat;
}

.page-sell-with-us .hero-about {
    background: linear-gradient(160deg, rgba(8, 4, 28, 0.62) 0%, rgba(20, 29, 54, 0.54) 100%),
        url('./images/hero-sell-with-us.jpg') center/cover no-repeat;
}

.page-home-valuation .hero-about {
    background: linear-gradient(160deg, rgba(8, 4, 28, 0.66) 0%, rgba(20, 29, 54, 0.56) 100%),
        url('./images/hero-home-valuation.jpg') center/cover no-repeat;
}

.page-client-success .hero-about {
    background: linear-gradient(160deg, rgba(8, 4, 28, 0.66) 0%, rgba(20, 29, 54, 0.56) 100%),
        url('./images/hero-client-success.jpg') center/cover no-repeat;
}

.page-buy-with-us .hero-about h1,
.page-sell-with-us .hero-about h1 {
    font-size: clamp(4rem, 9.5vw, 8.4rem);
    line-height: 0.92;
}

.page-about-us .hero-about h1 {
    font-size: clamp(4.5rem, 11vw, 10rem);
    line-height: 0.9;
}

/* ── STAT BAR ────────────────────────────────── */
.about-stat-bar {
    background: #070104;
    border-bottom: 1px solid rgba(189, 174, 130, 0.2);
}

.about-stat-bar .stat-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 5%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.about-stat-bar .stat-item {
    text-align: center;
    padding: 36px 20px;
    flex: 1;
    min-width: 140px;
    border-right: 1px solid rgba(255,255,255,0.06);
}

.about-stat-bar .stat-item:last-child {
    border-right: none;
}

.about-stat-bar .stat-num {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: #bdae82;
    line-height: 1;
    margin-bottom: 8px;
}

.about-stat-bar .stat-label {
    font-size: 0.65rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
}

/* ── INTRO QUOTE BAND ────────────────────────── */
.about-intro-section {
    background: #070104;
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

.about-intro-section::before {
    content: 'TORRES';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Playfair Display', serif;
    font-size: 22vw;
    font-weight: 900;
    color: rgba(255,255,255,0.02);
    pointer-events: none;
    white-space: nowrap;
    line-height: 1;
}

.about-intro-section .intro-inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 5%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.about-intro-section .eyebrow {
    display: inline-block;
    font-size: 0.65rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #bdae82;
    margin-bottom: 22px;
}

.about-intro-section .intro-headline {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    color: #fff;
    line-height: 1.2;
    margin-bottom: 32px;
}

.about-intro-section .intro-body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    line-height: 1.95;
    color: rgba(255,255,255,0.6);
}

.about-intro-section .intro-rule {
    width: 50px;
    height: 1px;
    background: #bdae82;
    margin: 40px auto 0;
}

/* ── TEAM BIO SECTION ────────────────────────── */
.about-team-section {
    background: #070104;
    padding: 80px 0 100px;
}

body.about-bg-white .about-intro-section,
body.about-bg-white .about-team-section,
body.about-bg-white .about-pillars-section {
    background: #fff;
}

body.about-bg-white .about-intro-section::before {
    color: rgba(20, 29, 54, 0.035);
}

body.about-bg-white .about-intro-section .intro-headline,
body.about-bg-white .about-team-section h2,
body.about-bg-white .about-pillars-section h2 {
    color: #141d36;
}

body.about-bg-white .about-intro-section .intro-body,
body.about-bg-white .about-team-section p,
body.about-bg-white .about-pillars-section p {
    color: rgba(20, 29, 54, 0.72);
}

body.about-bg-white .about-pillars-section .pillar-card {
    border-color: rgba(20, 29, 54, 0.12);
    background: #fbfaf7;
}

body.about-bg-black .about-pillars-section {
    background: #070104;
}

.about-team-section .team-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Image side */
.team-image-col {
    position: relative;
}

.team-img-frame {
    position: relative;
    width: 100%;
    padding-top: 118%; /* portrait ratio */
    overflow: hidden;
}

.team-img-frame img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.9s ease;
}

.team-img-frame:hover img {
    transform: scale(1.04);
}

/* Gold accent border */
.team-img-frame::after {
    content: '';
    position: absolute;
    bottom: -18px;
    right: -18px;
    width: 120px;
    height: 120px;
    border-bottom: 2px solid #bdae82;
    border-right: 2px solid #bdae82;
    pointer-events: none;
}

/* Experience badge */
.team-badge {
    position: absolute;
    bottom: 28px;
    left: -24px;
    background: #bdae82;
    color: #070104;
    padding: 20px 24px;
    text-align: center;
    z-index: 2;
}

.team-badge .badge-num {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
}

.team-badge .badge-text {
    display: block;
    font-size: 0.6rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 4px;
}

/* Text side */
.team-text-col {
    color: #fff;
}

.team-text-col .eyebrow {
    display: inline-block;
    font-size: 0.65rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #bdae82;
    margin-bottom: 20px;
}

.team-text-col h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 1.2;
    margin-bottom: 28px;
    color: #fff;
}

.team-text-col p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.9;
    color: rgba(255,255,255,0.6);
    margin-bottom: 18px;
}

.team-text-col p:last-of-type {
    margin-bottom: 0;
}

/* Individual member tags */
.agent-tags {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 36px;
}

.agent-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(189, 174, 130, 0.4);
    color: #bdae82;
    font-size: 0.65rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 9px 16px;
}

.agent-tag svg {
    width: 14px;
    height: 14px;
    stroke: #bdae82;
    flex-shrink: 0;
}

/* ── VALUE PILLARS ───────────────────────────── */
.about-pillars-section {
    background: #0d0610;
    padding: 100px 0;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.about-pillars-section .pillars-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
}

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

.pillars-header .eyebrow {
    display: inline-block;
    font-size: 0.65rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #bdae82;
    margin-bottom: 16px;
}

.pillars-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: #fff;
    margin: 0;
}

.pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}

.pillar-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    padding: 48px 36px;
    transition: background 0.4s ease, border-color 0.4s ease;
    position: relative;
    overflow: hidden;
}

.pillar-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #bdae82;
    transition: width 0.5s ease;
}

.pillar-card:hover {
    background: rgba(189, 174, 130, 0.06);
    border-color: rgba(189, 174, 130, 0.25);
}

.pillar-card:hover::before {
    width: 100%;
}

.pillar-number {
    font-family: 'Playfair Display', serif;
    font-size: clamp(3rem, 5vw, 5rem);
    color: rgba(189, 174, 130, 0.12);
    line-height: 1;
    margin-bottom: 20px;
    display: block;
    transition: color 0.4s ease;
}

.pillar-card:hover .pillar-number {
    color: rgba(189, 174, 130, 0.22);
}

.pillar-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 16px;
}

.pillar-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    line-height: 1.85;
    color: rgba(255,255,255,0.5);
}

/* ── CTA BAND ────────────────────────────────── */
.about-cta-section {
    background: #070104;
    padding: 80px 5%;
    text-align: center;
    border-top: 1px solid rgba(189, 174, 130, 0.55);
    border-bottom: 1px solid rgba(189, 174, 130, 0.55);
}

.about-cta-section h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 4vw, 3rem);
    color: #ffffff;
    margin-bottom: 14px;
}

.about-cta-section p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 36px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

.btn-dark {
    display: inline-block;
    padding: 16px 48px;
    background: #ffffff;
    color: #070104;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    transition: background 0.35s ease, color 0.35s ease;
}

.btn-dark:hover {
    background: #bdae82;
    color: #070104;
}

/* ── RESPONSIVE ──────────────────────────────── */
@media (max-width: 900px) {
    .about-team-section .team-inner {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .team-badge {
        left: 16px;
        bottom: 16px;
    }

    .team-img-frame::after {
        display: none;
    }

    .pillars-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .about-stat-bar .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    .about-stat-bar .stat-item:last-child {
        border-bottom: none;
    }
}

@media (max-width: 600px) {
    .about-stat-bar .stat-inner {
        flex-direction: column;
        gap: 0;
    }

    .pillars-grid {
        grid-template-columns: 1fr;
    }

    .agent-tags {
        justify-content: flex-start;
    }
}

/* =============================================
   BUY WITH US — Process Steps Section
   ============================================= */

.buy-process-section {
    background: #070104;
    padding: 80px 0 100px;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.buy-process-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
}

/* Section header */
.buy-process-header {
    text-align: center;
    margin-bottom: 64px;
}

.buy-process-header .eyebrow {
    display: inline-block;
    font-size: 0.65rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #bdae82;
    margin-bottom: 16px;
}

.buy-process-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: #fff;
    margin-bottom: 14px;
}

.buy-process-header p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: rgba(255,255,255,0.45);
}

/* 2×2 card grid */
.buy-steps-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
}

/* Individual step card */
.buy-step-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    padding: 52px 44px;
    position: relative;
    overflow: hidden;
    transition: background 0.4s ease, border-color 0.4s ease;
}

/* Gold top-border swipe on hover */
.buy-step-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #bdae82;
    transition: width 0.5s ease;
}

.buy-step-card:hover {
    background: rgba(189, 174, 130, 0.06);
    border-color: rgba(189, 174, 130, 0.25);
}

.buy-step-card:hover::before {
    width: 100%;
}

/* Large ghost number */
.buy-step-num {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: clamp(3.5rem, 6vw, 5.5rem);
    color: rgba(189, 174, 130, 0.10);
    line-height: 1;
    margin-bottom: 20px;
    transition: color 0.4s ease;
}

.buy-step-card:hover .buy-step-num {
    color: rgba(189, 174, 130, 0.22);
}

.buy-step-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.35rem;
    color: #fff;
    margin-bottom: 16px;
}

.buy-step-card p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.92rem;
    line-height: 1.85;
    color: rgba(255,255,255,0.5);
}

/* Responsive */
@media (max-width: 900px) {
    .buy-steps-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media (max-width: 600px) {
    .buy-step-card {
        padding: 40px 28px;
    }
}

/* =============================================
   SELL WITH US — Editorial List Format
   ============================================= */

.sell-process-section {
    background: #070104;
    padding: 80px 0 100px;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.sell-process-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 5%;
}

.sell-process-header {
    text-align: left;
    margin-bottom: 70px;
}

.sell-process-header .eyebrow {
    display: inline-block;
    font-size: 0.65rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #bdae82;
    margin-bottom: 20px;
}

.sell-process-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: #fff;
    margin-bottom: 15px;
}

.sell-process-header p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: rgba(255,255,255,0.45);
    max-width: 600px;
}

.sell-steps-list {
    display: flex;
    flex-direction: column;
}

.sell-step-row {
    display: grid;
    grid-template-columns: 80px 250px 1fr;
    gap: 40px;
    padding: 50px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    align-items: start;
    transition: background 0.4s ease, padding-left 0.4s ease;
}

.sell-step-row:first-child {
    border-top: 1px solid rgba(255,255,255,0.08);
}

.sell-step-row:hover {
    background: rgba(255,255,255,0.015);
    padding-left: 15px;
}

.sell-step-num {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    color: #bdae82;
    line-height: 1;
    opacity: 0.7;
    margin-top: -5px;
}

.sell-step-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #fff;
    line-height: 1.3;
    margin: 0;
}

.sell-step-desc p {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    line-height: 1.85;
    color: rgba(255,255,255,0.55);
    margin: 0;
}

/* Responsive Editorial List */
@media (max-width: 800px) {
    .sell-step-row {
        grid-template-columns: 80px 1fr;
        gap: 20px;
    }
    .sell-step-title {
        grid-column: 2;
    }
    .sell-step-desc {
        grid-column: 1 / -1;
        margin-top: 10px;
    }
}

@media (max-width: 500px) {
    .sell-step-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .sell-step-title,
    .sell-step-num {
        grid-column: 1;
    }
    .sell-step-num {
        margin-bottom: 0px;
    }
}

/* =============================================
   TESTIMONIAL CAROUSEL
   ============================================= */

.testimonial-section {
    background: #070104;
    padding: 120px 0;
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-carousel {
    max-width: 900px;
    margin: 60px auto 0;
    position: relative;
    text-align: center;
}

.testimonial-slide {
    display: none;
    opacity: 0;
    animation: fadeSlideIn 0.8s ease forwards;
}

.testimonial-slide.active {
    display: block;
}

@keyframes fadeSlideIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.testimonial-slide .quote {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.4rem, 3vw, 2rem);
    line-height: 1.6;
    color: #fff;
    margin-bottom: 40px;
    font-style: italic;
    position: relative;
}

.testimonial-slide .quote::before {
    content: "“";
    font-size: 5rem;
    color: rgba(189, 174, 130, 0.2);
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-family: serif;
}

.testimonial-slide .author {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #bdae82;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 60px;
}

.carousel-controls button {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.carousel-controls button:hover {
    background: #bdae82;
    border-color: #bdae82;
    color: #000;
}

.carousel-dots {
    display: flex;
    gap: 12px;
}

.carousel-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-dots .dot.active, .carousel-dots .dot:hover {
    background: #bdae82;
    transform: scale(1.2);
}
