/**
 * Studio Moncada — About page (/about)
 */

body.page-about-studio {
    background-color: #F5F0EB;
    --sm-font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    --sm-font-body: 'Jost', var(--body-font), system-ui, sans-serif;
}

body.page-about-studio .sm-about-page {
    background-color: #F5F0EB;
}

/* ── Breadcrumb ── */
body.page-about-studio .breadcrumb-area {
    background-color: #E0D6CC !important;
    background-image: none !important;
    padding: 48px 0 44px;
    border-bottom: 1px solid #C9BFB4;
}

body.page-about-studio .breadcrumb-area .page-title {
    font-family: var(--sm-font-display) !important;
    font-size: clamp(2rem, 3vw, 2.6rem) !important;
    font-weight: 500 !important;
    color: #3C3530 !important;
    letter-spacing: 0.04em;
    text-transform: none !important;
    margin-bottom: 8px;
}

body.page-about-studio .breadcrumb-area .page-list {
    font-family: var(--sm-font-body);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

body.page-about-studio .breadcrumb-area .page-list a,
body.page-about-studio .breadcrumb-area .page-list .list-item {
    color: #8A8278 !important;
}

body.page-about-studio .breadcrumb-area .page-list .list-item:last-child {
    color: #3C3530 !important;
}

/* ── About hero block ── */
body.page-about-studio .sm-about-hero {
    background: #F5F0EB !important;
    padding-top: 72px !important;
    padding-bottom: 56px !important;
}

body.page-about-studio .sm-about-hero .about-us-stylish-blog-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

body.page-about-studio .sm-about-hero .img-box {
    overflow: hidden;
}

body.page-about-studio .sm-about-hero .img-box img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    min-height: 420px;
    max-height: 560px;
}

body.page-about-studio .sm-about-hero .left-content .content {
    background: #FFFFFF !important;
    border: 1px solid #C9BFB4;
    box-shadow: 0 20px 56px rgba(60, 53, 48, 0.08);
    padding: 44px 40px 48px !important;
    max-width: 480px;
}

body.page-about-studio .sm-about-hero .left-content .content .topic-title {
    font-family: var(--sm-font-body) !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 0.22em !important;
    text-transform: uppercase !important;
    color: #6B635C !important;
}

body.page-about-studio .sm-about-hero .left-content .content .title {
    font-family: var(--sm-font-display) !important;
    font-size: clamp(1.75rem, 2.5vw, 2.35rem) !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: 0.03em;
    line-height: 1.2 !important;
    color: #3C3530 !important;
    margin: 16px 0 20px !important;
}

body.page-about-studio .sm-about-hero .left-content .content .title .ex {
    font-style: italic;
    font-weight: 400;
}

body.page-about-studio .sm-about-hero .left-content .content .info,
body.page-about-studio .sm-about-hero .left-content .content .info p {
    font-family: var(--sm-font-body) !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
    color: #6B635C !important;
}

body.page-about-studio .sm-about-hero .left-content .content .info p {
    margin-bottom: 14px;
}

body.page-about-studio .sm-about-hero .left-content .content .btn-wrapper a {
    font-family: var(--sm-font-body) !important;
    font-size: 12px !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    color: #3C3530 !important;
    border-color: #3C3530 !important;
    padding-bottom: 4px;
}

body.page-about-studio .sm-about-hero .left-content .content .btn-wrapper a:hover {
    color: #6B635C !important;
    border-color: #6B635C !important;
}

/* ── Kind Words / testimonials ── */
body.page-about-studio .customer-feedback-area-wrapper {
    background: #FFFFFF !important;
    border-top: 1px solid #D8CFC4;
    border-bottom: 1px solid #D8CFC4;
    padding-top: 56px !important;
    padding-bottom: 56px !important;
}

body.page-about-studio .customer-feedback-area-wrapper .section-title-wrapper {
    margin-bottom: 36px;
    text-align: center;
}

body.page-about-studio .customer-feedback-area-wrapper .main-title {
    font-family: var(--sm-font-display) !important;
    font-size: clamp(1.85rem, 2.6vw, 2.4rem) !important;
    font-weight: 500 !important;
    color: #3C3530 !important;
    letter-spacing: 0.03em;
}

body.page-about-studio .customer-feedback-area-wrapper .main-title .ex {
    font-style: italic;
    font-weight: 400;
}

body.page-about-studio .customer-feedback-area-wrapper .sub-title,
body.page-about-studio .customer-feedback-area-wrapper .sub-title p {
    font-family: var(--sm-font-display) !important;
    font-style: italic !important;
    font-size: 1.05rem !important;
    color: #6B635C !important;
    margin-top: 10px;
}

body.page-about-studio .customer-feedback-area-wrapper .single-cust-feedback-item {
    background: #F5F0EB;
    border: 1px solid #D8CFC4;
    padding: 0;
    overflow: hidden;
    max-width: 900px;
    margin: 0 auto;
}

body.page-about-studio .customer-feedback-area-wrapper .single-cust-feedback-item .content {
    background: transparent !important;
    padding: 36px 32px !important;
}

body.page-about-studio .customer-feedback-area-wrapper .single-cust-feedback-item .content .quote .icon {
    color: #C9BFB4 !important;
    font-size: 28px !important;
}

body.page-about-studio .customer-feedback-area-wrapper .single-cust-feedback-item .content .feedback-info {
    font-family: var(--sm-font-display) !important;
    font-style: italic !important;
    font-size: clamp(1.1rem, 1.5vw, 1.35rem) !important;
    line-height: 1.65 !important;
    color: #3C3530 !important;
}

body.page-about-studio .customer-feedback-area-wrapper .single-cust-feedback-item .content .customer-name {
    font-family: var(--sm-font-body) !important;
    font-size: 11px !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    color: #6B635C !important;
}

body.page-about-studio .customer-feedback-area-wrapper .single-cust-feedback-item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 220px;
}

body.page-about-studio .customer-feedback-area-wrapper .feedback-slider-main .slick-arrow {
    background: #3C3530 !important;
    border-color: #3C3530 !important;
    color: #F5F0EB !important;
}

/* ── Moncada Approach strip (shared with home) ── */
body.page-about-studio .featured-area-wrapper.sm-approach {
    background: #3C3530 !important;
    box-shadow: none !important;
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}

body.page-about-studio .featured-area-wrapper.sm-approach .sm-approach-head {
    margin-bottom: 28px !important;
    padding: 0 !important;
    text-align: center;
}

body.page-about-studio .featured-area-wrapper.sm-approach .sm-approach-head .main-title {
    font-family: var(--sm-font-display) !important;
    font-weight: 500 !important;
    font-size: clamp(1.85rem, 2.8vw, 2.45rem) !important;
    color: #F5F0EB !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    max-width: 720px;
}

body.page-about-studio .featured-area-wrapper.sm-approach .sm-approach-head .main-title .ex {
    font-style: italic;
    font-weight: 400;
}

body.page-about-studio .featured-area-wrapper.sm-approach .sm-approach-head .sub-title {
    font-family: var(--sm-font-display) !important;
    font-style: italic !important;
    color: #C9BFB4 !important;
    font-size: 1.05rem !important;
}

body.page-about-studio .featured-area-wrapper.sm-approach .featured-list {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 28px auto 0;
    max-width: 1140px;
    align-items: stretch;
}

body.page-about-studio .featured-area-wrapper.sm-approach .single-featured-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 26px 18px 24px !important;
    background: rgba(245, 240, 235, 0.06) !important;
    border: 1px solid rgba(224, 214, 204, 0.22) !important;
    height: 100%;
}

body.page-about-studio .featured-area-wrapper.sm-approach .single-featured-item::after {
    display: none !important;
}

body.page-about-studio .featured-area-wrapper.sm-approach .icon-box {
    width: 52px;
    height: 52px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid rgba(224, 214, 204, 0.35);
    background: transparent !important;
}

body.page-about-studio .featured-area-wrapper.sm-approach .icon-box .icon {
    font-size: 22px !important;
    color: #E0D6CC !important;
}

body.page-about-studio .featured-area-wrapper.sm-approach .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

body.page-about-studio .featured-area-wrapper.sm-approach .content .title,
body.page-about-studio .featured-area-wrapper.sm-approach .content .title a {
    font-family: var(--sm-font-body) !important;
    font-size: 11px !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: #F5F0EB !important;
    text-align: center;
    width: 100%;
    margin: 0 0 10px !important;
    line-height: 1.4 !important;
}

body.page-about-studio .featured-area-wrapper.sm-approach .content .info {
    font-family: var(--sm-font-display) !important;
    font-style: italic !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    color: #B8AFA4 !important;
    text-align: center;
    margin: 0 auto;
    max-width: 220px;
}

/* ── Footer continuity ── */
body.page-about-studio .footer-area {
    margin-top: 0;
}

@media (max-width: 991px) {
    body.page-about-studio .sm-about-hero .left-content {
        position: relative !important;
        transform: none !important;
        margin-top: -48px;
        padding: 0 16px;
    }

    body.page-about-studio .sm-about-hero .left-content .content {
        position: relative !important;
        transform: none !important;
        right: auto !important;
        top: auto !important;
        margin: 0 auto;
    }

    body.page-about-studio .featured-area-wrapper.sm-approach .featured-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    body.page-about-studio .featured-area-wrapper.sm-approach .featured-list {
        grid-template-columns: 1fr;
    }

    body.page-about-studio .sm-about-hero {
        padding-top: 48px !important;
    }
}

/* ── Slava / founder section ── */
body.page-about-studio .sm-slava-kicker {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #A89F96;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

body.page-about-studio .sm-slava-kicker::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 1px;
    background: #C4BAB0;
    flex-shrink: 0;
}

/* Hero — Slava portrait + text */
body.page-about-studio .sm-slava-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.6rem, 4.5vw, 4rem);
    font-weight: 400;
    line-height: 1.1;
    color: #3C3530;
    margin-bottom: 18px;
    letter-spacing: 0.02em;
}

body.page-about-studio .sm-slava-lead {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: clamp(1.1rem, 1.5vw, 1.25rem);
    line-height: 1.65;
    color: #6B635C;
    margin-bottom: 20px;
    max-width: 52ch;
}

body.page-about-studio .sm-slava-copy {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #6B635C;
    max-width: 52ch;
}

body.page-about-studio .sm-slava-copy em {
    font-style: italic;
    color: #3C3530;
}

body.page-about-studio .sm-slava-hero {
    padding: 72px 0 80px;
    background: #F5F0EB;
    scroll-margin-top: 100px;
}

/* Portrait */
body.page-about-studio .sm-slava-portrait-wrap {
    position: relative;
    max-width: 460px;
    margin: 0 auto;
}

body.page-about-studio .sm-slava-portrait {
    width: 100%;
    display: block;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center top;
    border: none;
    box-shadow: 0 32px 80px rgba(60, 53, 48, 0.14), 0 2px 8px rgba(60, 53, 48, 0.06);
}

body.page-about-studio .sm-slava-badge {
    position: absolute;
    bottom: 24px;
    left: -12px;
    background: #3C3530;
    color: #F5F0EB;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 10px 18px;
}

body.page-about-studio .sm-slava-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

body.page-about-studio .sm-slava-btn {
    display: inline-block;
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 32px;
    transition: all 0.25s ease;
    line-height: 1;
}

body.page-about-studio .sm-slava-btn-primary {
    background: #3C3530;
    color: #F5F0EB !important;
    border: 1px solid #3C3530;
}

body.page-about-studio .sm-slava-btn-primary:hover {
    background: #2E2824;
    border-color: #2E2824;
    color: #F5F0EB !important;
}

/* ── Featured — Concrete, wax & sculpture ── */
body.page-about-studio .sm-slava-featured {
    padding: 72px 0 80px;
    background: #EDE6DE;
    border-top: 1px solid #D8CFC4;
    border-bottom: 1px solid #D8CFC4;
}

body.page-about-studio .sm-slava-section-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 3.2vw, 2.75rem);
    font-weight: 400;
    color: #3C3530;
    line-height: 1.18;
    margin-bottom: 18px;
    letter-spacing: 0.02em;
    text-transform: none;
}

body.page-about-studio .sm-slava-section-title .ex {
    font-style: italic;
    font-weight: 400;
}

body.page-about-studio .sm-slava-featured-img {
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(60, 53, 48, 0.1);
}

body.page-about-studio .sm-slava-featured-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-about-studio .sm-slava-featured-img:hover img {
    transform: scale(1.03);
}

body.page-about-studio .sm-slava-pillars {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
    border-top: 1px solid #D8CFC4;
}

body.page-about-studio .sm-slava-pillars li {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #4A433C;
    padding: 14px 0;
    border-bottom: 1px solid #E8E0D8;
    display: flex;
    align-items: center;
    gap: 14px;
}

body.page-about-studio .sm-slava-pillars li i {
    font-size: 20px;
    color: #8A8278;
    flex-shrink: 0;
}

/* ── Story cards — In the studio / At the market ── */
body.page-about-studio .sm-slava-story-band {
    padding: 72px 0 80px;
    background: #F5F0EB;
}

body.page-about-studio .sm-slava-story-card {
    background: #FFFFFF;
    border: 1px solid #D8CFC4;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.35s ease, transform 0.35s ease;
    overflow: hidden;
}

body.page-about-studio .sm-slava-story-card:hover {
    box-shadow: 0 20px 56px rgba(60, 53, 48, 0.09);
    transform: translateY(-4px);
}

body.page-about-studio .sm-slava-story-img {
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

body.page-about-studio .sm-slava-story-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-about-studio .sm-slava-story-card:hover .sm-slava-story-img img {
    transform: scale(1.05);
}

body.page-about-studio .sm-slava-story-body {
    padding: 28px 28px 32px;
    flex: 1;
}

body.page-about-studio .sm-slava-card-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.4rem, 1.8vw, 1.75rem);
    font-weight: 400;
    color: #3C3530;
    margin-bottom: 14px;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

body.page-about-studio .sm-slava-story-body p {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: #6B635C;
    margin: 0;
}

/* ── Gallery ── */
body.page-about-studio .sm-slava-gallery {
    padding: 72px 0 80px;
    background: #EAE3DA;
}

body.page-about-studio .sm-slava-gallery-head {
    margin-bottom: 48px;
}

body.page-about-studio .sm-slava-gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 16px;
}

body.page-about-studio .sm-slava-gallery-item {
    margin: 0;
    grid-column: span 4;
}

body.page-about-studio .sm-slava-gallery-img {
    overflow: hidden;
    background: #D8CFC4;
    aspect-ratio: 1 / 1;
    box-shadow: 0 8px 24px rgba(60, 53, 48, 0.07);
}

body.page-about-studio .sm-slava-gallery-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

body.page-about-studio .sm-slava-gallery-item:hover .sm-slava-gallery-img img {
    transform: scale(1.05);
}

body.page-about-studio .sm-slava-gallery-item figcaption {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: 13px;
    color: #8A8278;
    margin-top: 12px;
    line-height: 1.5;
    padding: 0 2px;
}

/* ── Pull quote ── */
body.page-about-studio .sm-slava-quote {
    padding: 80px 0;
    background: #3C3530;
}

body.page-about-studio .sm-slava-quote blockquote {
    margin: 0 auto;
    text-align: center;
    max-width: 680px;
}

body.page-about-studio .sm-slava-quote blockquote p {
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    line-height: 1.6;
    color: #F5F0EB;
    margin-bottom: 20px;
}

body.page-about-studio .sm-slava-quote cite {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #A89F96;
    font-style: normal;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    body.page-about-studio .sm-slava-portrait-wrap {
        max-width: 360px;
    }

    body.page-about-studio .sm-slava-gallery-item {
        grid-column: span 6;
    }

    body.page-about-studio .sm-slava-hero,
    body.page-about-studio .sm-slava-featured,
    body.page-about-studio .sm-slava-story-band,
    body.page-about-studio .sm-slava-gallery {
        padding-top: 56px;
        padding-bottom: 64px;
    }
}

@media (max-width: 575px) {
    body.page-about-studio .sm-slava-hero {
        padding-top: 48px;
        padding-bottom: 56px;
    }

    body.page-about-studio .sm-slava-badge {
        left: 0;
        bottom: 16px;
    }

    body.page-about-studio .sm-slava-gallery-item {
        grid-column: span 12;
    }

    body.page-about-studio .sm-slava-quote {
        padding: 56px 0;
    }
}
