.about-banner {
    height: 450px;
    position: relative;
    overflow: hidden;
    background: #fff2d5
}

.about-banner-bg {
    position: absolute;
    inset: 0;
    background-image: url("../images/aboutbg.webp");
    background-size: cover;
    background-position: center;
    filter: saturate(1.05) contrast(1.02);
    transform: scale(1.02)
}

.about-banner-bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(1200px 600px at 10% -10%, #f0ad0533, transparent 60%), linear-gradient(90deg, #eeac0380, rgba(255, 245, 230, .10))
}

.about-banner-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center
}

.about-banner-card {
    max-width: 820px;
    border-radius: 22px;
    box-shadow: var(--shadow);
    background: rgba(255, 247, 231, .88);
    border: 1px solid rgba(210, 157, 36, .28);
    backdrop-filter: blur(2px);
    padding: 18px
}

.about-crumb {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    color: #8b682f;
    font-weight: 800;
    align-items: center;
    margin-bottom: 8px
}

.about-crumb a {
    color: #8b682f;
    text-decoration: none
}

.about-crumb a:hover {
    color: var(--brown);
    text-decoration: underline
}

.chip-fit {
    width: fit-content
}

.about-title {
    font-weight: 900;
    letter-spacing: -.4px;
    color: #552a00
}

.about-subtitle {
    color: #6b5434;
    font-weight: 650
}

.page-hero {
    background: radial-gradient(1200px 600px at 10% -10%, rgba(242, 179, 0, .26), transparent 60%), radial-gradient(1000px 600px at 100% 0%, rgba(210, 157, 36, .18), transparent 55%), #fffaf2;
    padding: 42px 0 34px
}

.hero-card {
    border-radius: 22px;
    box-shadow: var(--shadow);
    background: #fff;
    padding: 26px 22px;
    position: relative;
    overflow: hidden
}

.hero-card:after {
    content: "";
    position: absolute;
    inset: -60px -140px auto auto;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle at 30% 30%, rgba(242, 179, 0, .28), transparent 65%);
    transform: rotate(14deg);
    pointer-events: none
}

.about-strip {
    background: #fff2d5;
    border-block: 1px solid rgba(110, 75, 31, .15)
}

.about-strip-k {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 12px 0;
    color: #7a5f3a;
    font-weight: 800
}

.about-strip-k i {
    color: var(--brown)
}

.glass-panel {
    background: rgba(255, 247, 231, .90);
    border: 1px solid rgba(210, 157, 36, .28);
    border-radius: 22px;
    box-shadow: 0 18px 46px rgba(50, 34, 10, .10);
    overflow: hidden
}

.hero-media {
    border-radius: 22px;
    box-shadow: var(--shadow);
    overflow: hidden;
    position: relative;
    min-height: 320px;
    background: #fff2d5
}

.hero-media-bg {
    position: absolute;
    inset: 0;
    background-image: url("../images/veti.webp");
    background-size: cover;
    background-position: center;
    filter: saturate(1.05) contrast(1.02)
}

.hero-media:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(110, 75, 31, .20), rgba(255, 245, 230, .10))
}

.sparkline {
    position: relative;
    overflow: hidden
}

.sparkline:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .40), transparent);
    transform: translateX(-100%);
    animation: sheen 3.5s infinite
}

@keyframes sheen {
    to {
        transform: translateX(100%)
    }
}

.icon-card {
    border-radius: 22px;
    box-shadow: var(--shadow);
    background: #fff;
    padding: 18px;
    height: 100%;
    transition: transform .25s ease
}

.icon-card:hover {
    transform: translateY(-7px)
}

.icon-badge {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    background: linear-gradient(120deg, #ffe08a, #ffd06a)
}

.timeline {
    border-left: 3px dashed #e6cc96;
    padding-left: 18px
}

.timeline .t {
    position: relative;
    margin-bottom: 18px;
    color: #6b5434;
    font-weight: 650
}

.timeline .t:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #D29D24
}

.timeline strong {
    color: #3b2b14
}

.mosaic img {
    border-radius: 16px;
    box-shadow: 0 18px 46px rgba(50, 34, 10, .15)
}

.team-card {
    border-radius: 22px;
    box-shadow: var(--shadow);
    background: #fff;
    overflow: hidden;
    transition: transform .25s ease;
    height: 100%
}

.team-card:hover {
    transform: translateY(-7px)
}

.team-photo {
    height: auto;
    background: #fff2d5;
    position: relative;
    overflow: hidden
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.05) contrast(1.02)
}

.team-photo:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(110, 75, 31, .18))
}

.team-body {
    padding: 14px 16px 16px
}

.team-name {
    font-weight: 950;
    letter-spacing: -.2px;
    color: #3b2b14
}

.team-role {
    color: #7a5f3a;
    font-weight: 800
}

.about-lead {
    color: #6b5434
}

.about-para {
    color: #6b5434;
    font-weight: 650
}

.about-metric-title {
    color: #3b2b14
}

.about-hlabel {
    color: #3b2b14
}

.about-small {
    color: #6b5434;
    font-weight: 650
}

.hero-h2 {
    font-weight: 900;
    letter-spacing: -.4px
}

.bb {
    color: #6E4B1F
}

.spacer-10 {
    height: 10px
}