/*
 * About page redesign
 * Uses the homepage palette and keeps all About-specific styles out of Blade.
 */

:root {
    --about-ivory: #fbf7f0;
    --about-pearl: #fffdf9;
    --about-champagne: #f5ead7;
    --about-gold: #c59a4a;
    --about-gold-deep: #9d7130;
    --about-wine: #5b1f2d;
    --about-emerald: #123f35;
    --about-ink: #211b18;
    --about-muted: #7d7066;
    --about-line: #eadfce;
    --about-shadow: 0 18px 45px rgba(33, 27, 24, 0.12);
    --about-strong-shadow: 0 28px 70px rgba(33, 27, 24, 0.18);
}

body.template-color-2 {
    background: linear-gradient(180deg, #fffdf9 0%, #fbf7f0 44%, #fffdf9 100%);
    color: var(--about-ink);
}

.about-hero.breadcrumb-area {
    min-height: 430px !important;
    background: var(--about-emerald) !important;
}

.about-hero__bg {
    background-image: url("../images/breadcrumb/1.jpg");
    background-position: center 45%;
}

.about-hero .shop-hero__overlay {
    background:
        linear-gradient(90deg, rgba(18, 63, 53, 0.92) 0%, rgba(18, 63, 53, 0.62) 48%, rgba(18, 63, 53, 0.16) 100%),
        linear-gradient(0deg, rgba(91, 31, 45, 0.25), rgba(91, 31, 45, 0));
}

.about-hero .shop-hero__inner {
    max-width: 820px;
    padding-top: 92px;
    padding-bottom: 82px;
    text-align: left;
    align-items: flex-start;
}

.about-hero .shop-hero__accent {
    background: linear-gradient(90deg, var(--about-gold), rgba(245, 234, 215, 0));
}

.about-hero .shop-hero__tag {
    color: #f4d890;
    letter-spacing: 0.18em;
}

.about-hero .shop-hero__title {
    color: #ffffff;
    font-size: clamp(36px, 4.8vw, 68px);
    letter-spacing: 0;
    text-shadow: 0 12px 34px rgba(0, 0, 0, 0.32);
}

.about-hero .shop-hero__crumbs ol {
    justify-content: flex-start;
}

.about-hero .shop-hero__crumbs li a:hover {
    color: #f4d890 !important;
}

.about-story-section,
.about-stats-section,
.about-team-section {
    position: relative;
}

.about-story-section {
    padding: 92px 0 78px;
    background: linear-gradient(180deg, #fffdf9 0%, #fbf7f0 100%);
    overflow: hidden;
}

.about-story-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(197, 154, 74, 0), rgba(197, 154, 74, 0.48), rgba(197, 154, 74, 0));
}

.about-story-section .row {
    row-gap: 34px;
}

.about-us-content {
    max-width: 660px;
    padding-right: 34px;
}

.about-section-kicker,
.about-section-title span {
    display: block;
    margin-bottom: 10px;
    color: var(--about-gold-deep);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.about-us-content h2 {
    margin-bottom: 22px;
    color: var(--about-ink);
    font-size: clamp(30px, 3.2vw, 50px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
}

.about-us-content p {
    margin-bottom: 30px;
    color: var(--about-muted);
    font-size: 17px;
    line-height: 1.88;
}

.about-us-content .hiraola-btn {
    border: 1px solid rgba(197, 154, 74, 0.48);
    background: var(--about-emerald);
    color: #ffffff !important;
    box-shadow: 0 14px 30px rgba(18, 63, 53, 0.18);
}

.about-us-content .hiraola-btn:hover {
    background: var(--about-gold);
    color: #ffffff !important;
}

.about-us-img {
    position: relative;
    min-height: 560px;
    border: 1px solid rgba(234, 223, 206, 0.95);
    background: var(--about-champagne);
    box-shadow: var(--about-strong-shadow);
    overflow: hidden;
}

.about-us-img::before {
    content: "";
    position: absolute;
    inset: 18px;
    z-index: 2;
    border: 1px solid rgba(255, 253, 249, 0.52);
    pointer-events: none;
}

.about-us-img::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 42%;
    background: linear-gradient(0deg, rgba(18, 63, 53, 0.38), rgba(18, 63, 53, 0));
    pointer-events: none;
}

.about-us-img a,
.about-us-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.about-us-img img {
    object-fit: cover;
    transition: transform 0.55s ease;
}

.about-us-img:hover img {
    transform: scale(1.04);
}

.about-stats-section {
    padding: 34px 0 86px;
    background: var(--about-ivory);
}

.about-stats-section .row {
    row-gap: 24px;
}

.about-stats-section .single-count {
    min-height: 190px;
    padding: 30px 22px;
    border: 1px solid rgba(234, 223, 206, 0.95);
    background:
        linear-gradient(135deg, rgba(255, 253, 249, 0.98), rgba(245, 234, 215, 0.72));
    box-shadow: 0 14px 34px rgba(33, 27, 24, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-stats-section .single-count:hover {
    border-color: rgba(197, 154, 74, 0.62);
    box-shadow: var(--about-shadow);
    transform: translateY(-4px);
}

.about-stats-section .count-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    border: 1px solid rgba(197, 154, 74, 0.42);
    background: radial-gradient(circle at 35% 25%, #fff8e9 0%, #f2dfb8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-stats-section .count-icon span {
    color: var(--about-emerald);
    font-size: 30px;
    line-height: 1;
}

.about-stats-section .count-title h2 {
    margin-bottom: 8px;
    color: var(--about-ink);
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 800;
    line-height: 1;
}

.about-stats-section .count-title span {
    color: var(--about-muted);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-team-section {
    padding: 86px 0 96px;
    background: linear-gradient(180deg, #fffdf9 0%, #fbf7f0 52%, #fffdf9 100%);
}

.about-team-section .row {
    row-gap: 30px;
}

.about-section-title {
    margin-bottom: 38px;
    border-bottom: 1px solid var(--about-line);
    text-align: left;
}

.about-section-title h4 {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 24px;
    color: var(--about-ink);
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 800;
    line-height: 1.1;
    text-transform: none;
}

.about-section-title h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 160px;
    height: 1px;
    background: var(--about-gold);
}

.team-area .team-member {
    height: 100%;
    border: 1px solid rgba(234, 223, 206, 0.95);
    background: rgba(255, 253, 249, 0.97);
    box-shadow: var(--about-shadow);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.team-area .team-member:hover {
    border-color: rgba(197, 154, 74, 0.62);
    box-shadow: var(--about-strong-shadow);
    transform: translateY(-4px);
}

.team-area .team-member .team-thumb {
    height: 320px;
    background: var(--about-champagne);
    overflow: hidden;
}

.team-area .team-member .team-thumb a,
.team-area .team-member .team-thumb img {
    width: 100%;
    height: 100%;
    display: block;
}

.team-area .team-member .team-thumb img {
    object-fit: cover;
    transition: transform 0.45s ease;
}

.team-area .team-member:hover .team-thumb img {
    transform: scale(1.04);
}

.team-area .team-member .team-content {
    min-height: 205px;
    padding: 26px 22px 28px;
    background: transparent;
}

.team-area .team-member .team-content h3 {
    margin-bottom: 8px;
    color: var(--about-ink);
    font-size: 21px;
    font-weight: 800;
    line-height: 1.2;
}

.team-area .team-member .team-content p {
    margin-bottom: 10px;
    color: var(--about-gold-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.team-area .team-member .team-content > a {
    display: inline-block;
    color: var(--about-muted);
    font-size: 14px;
}

.team-area .team-member .team-content > a:hover {
    color: var(--about-wine) !important;
}

.team-area .team-member .team-content .hiraola-social_link {
    padding-top: 18px;
}

.team-area .team-member .team-content .hiraola-social_link ul {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.team-area .team-member .team-content .hiraola-social_link > ul > li {
    padding-right: 0;
}

.team-area .team-member .team-content .hiraola-social_link > ul > li > a {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(234, 223, 206, 0.95);
    background: #fffdf9;
    color: var(--about-emerald);
    line-height: 34px;
    box-shadow: 0 8px 18px rgba(33, 27, 24, 0.05);
}

.team-area .team-member .team-content .hiraola-social_link > ul > li > a:hover {
    border-color: var(--about-gold);
    background: var(--about-gold);
    color: #ffffff !important;
}

@media (max-width: 1199px) {
    .about-hero .shop-hero__inner {
        padding-top: 72px;
    }

    .about-us-img {
        min-height: 500px;
    }

    .team-area .team-member .team-thumb {
        height: 280px;
    }
}

@media (max-width: 991px) {
    .about-hero.breadcrumb-area {
        min-height: 340px !important;
    }

    .about-story-section,
    .about-team-section {
        padding-top: 62px;
        padding-bottom: 68px;
    }

    .about-us-content {
        padding-right: 0;
    }

    .about-us-img {
        min-height: 430px;
    }
}

@media (max-width: 767px) {
    .about-hero.breadcrumb-area {
        min-height: 300px !important;
    }

    .about-hero .shop-hero__inner {
        padding: 54px 0 48px;
    }

    .about-hero .shop-hero__title {
        font-size: 30px;
    }

    .about-story-section,
    .about-team-section {
        padding-top: 48px;
        padding-bottom: 58px;
    }

    .about-stats-section {
        padding-bottom: 58px;
    }

    .about-us-img {
        min-height: 360px;
    }

    .team-area .team-member .team-thumb {
        height: 300px;
    }
}

@media (max-width: 575px) {
    .about-us-content h2 {
        font-size: 28px;
    }

    .about-us-content p {
        font-size: 15px;
        line-height: 1.75;
    }

    .about-stats-section .single-count {
        min-height: 168px;
    }

    .team-area .team-member .team-thumb {
        height: 280px;
    }
}
