.s-about-1 {
    padding: 60px 0;
    background-image: url('/images/about/about-1.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 750px;
    position: relative;
}
.s-about-1 .s-content {
    width: 50%;
    margin-left: auto;
    margin-top: 15px;
}
.eyebrow {
    font-family: 'Inter';
    font-size: 15px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--amber-deep);
    display: flex;
    font-weight: 500;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.eyebrow::before {
    content: '';
    width: 28px;
    height: 1px;
    background: var(--amber-light);
}
.s-about-1 .title {
    font-family: 'Fraunces';
    font-weight: bold;
    letter-spacing: -.01em;
    font-size: 95px;
    line-height: .95;
    background: linear-gradient(90deg, #8d6623 0%, #e1a808 55%, #f7ca44 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.s-about-1 .desc {
    margin-top: 26px;
    font-size: 15px;
    line-height: 1.7;
    color: var(--brown-color);
    font-weight: 300;
}
.s-about-1 .cta-row {
    display: flex;
    gap: 16px;
    margin-top: 35px;
    flex-wrap: wrap;
}
.s-about-1 .btn {
    font-weight: 600;
    height: 45px;
    padding: 15px 30px;
    border-radius: 100px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.s-about-1 .btn-outline {
    border-color: var(--amber);
    color: var(--amber);
}

.s-about-1 .hero-stats {
    display: flex;
    margin-top: 35px;
    flex-wrap: wrap;
    margin-left: 10px;
}
.s-about-1 .hstat {
    width: 50%;
    margin-bottom: 20px;
}
.s-about-1 .hstat b {
    font-family: 'Fraunces';
    display: block;
    font-size: 25px;
    font-weight: 560;
    color: var(--brown-color);
}
.s-about-1 .hstat span {
    font-size: 14px;
    color: var(--amber-deep);
    letter-spacing: .03em;
}

/* ---------- section headers ---------- */
.sec-head {
    margin-bottom: 40px;
}
.sec-head .eyebrow {
    color: var(--brown-color);
}
.sec-head .eyebrow::before {
    background: var(--brown-color);
}
.sec-head h2 {
    font-family: 'Fraunces';
    font-weight: bold;
    font-size: 44px;
    line-height: 1.4;
    margin-top: 20px;
    background: linear-gradient(90deg, #8d6623 0%, #e1a808 55%, #f7ca44 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.sec-head p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--ink-soft);
    font-weight: 300;
    max-width: 80%;
}

/* ---------- story ---------- */
.s-story {
    background: var(--white);
    padding: 80px 0;
}
.s-story .story-copy p {
    font-size: 15px;
    line-height: 1.85;
    color: var(--ink-soft);
    font-weight: 300;
    margin-bottom: 18px;
}
.s-story .story-copy p b {
    color: var(--wood);
    font-weight: 600;
}
.s-story .story-media {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.s-story .founder-frame {
    width: 29%;
    border-radius: 12px;
}
.s-story .shelf-frame {
    width: 69%;
    border-radius: 12px;
}
.ht-ratio--43::before {
    padding-bottom: 43%;
}
.s-story .quote-card {
    margin-top: 32px;
    padding: 26px 28px;
    border-left: 3px solid var(--brown-color);
    background: var(--cream-2);
    font-family: 'Fraunces';
    font-style: italic;
    font-size: 16px;
    color: var(--brown-color);
    line-height: 1.6;
}
.s-story .quote-card span {
    display: block;
    margin-top: 12px;
    font-style: normal;
    font-family: 'Inter';
    font-size: 10px;
    letter-spacing: .05em;
    color: var(--ink-soft);
    text-transform: uppercase;
}

.s-story .timeline {
    position: relative;
    margin-left: 55px;
    padding-left: 28px;
}
.s-story .timeline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    bottom: 6px;
    width: 1px;
    background: linear-gradient(180deg, var(--brown-color), rgba(201, 154, 62, .15));
}
.s-story .tl-item {
    position: relative;
    padding-bottom: 38px;
}
.s-story .tl-item:last-child {
    padding-bottom: 0;
}
.s-story .tl-item::before {
    content: '';
    position: absolute;
    left: -37px;
    top: 4px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--cream);
    border: 2px solid var(--primary-color);
}
.s-story .tl-year {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 21px;
    letter-spacing: 0.1em;
}
.s-story .tl-item h4 {
    font-family: 'Fraunces';
    font-weight: 600;
    font-size: 17px;
    margin: 6px 0 8px;
    color: var(--brown-color);
}
.s-story .tl-item p {
    font-size: 15px;
    color: var(--ink-soft);
    line-height: 1.6;
    font-weight: 300;
}
.s-vission {
    background: var(--amber-deep);
    color: var(--cream);
    padding: 45px 0;
}
.s-vission .vm-card {
    background: var(--ocean);
    padding: 56px 48px;
    position: relative;
}
.s-vission .vm-card.dot::before {
    content: '';
    background: var(--gold-color);
    position: absolute;
    width: 1px;
    height: 80%;
    top: 9%;
    left: -17px;
}
.s-vission .vm-card .num {
    font-size: 17px;
    color: var(--amber-light);
    letter-spacing: .15em;
    margin-top: 20px;
}
.s-vission .vm-card h3 {
    font-family: 'Fraunces';
    font-weight: 600;
    font-size: 30px;
    margin: 18px 0 18px;
}
.s-vission .vm-card p {
    line-height: 1.8;
    color: rgba(251, 243, 227, .75);
    font-weight: 300;
}
.s-vission .vm-thumb {
    border-radius: 8px;
}
/* .ht-ratio--66 {
    padding-bottom: 66%;
}
 */
.s-values {
    background-color: var(--cream);
    padding: 70px 0;
    background-image: url(/images/bgs/bg01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.s-values .row {
    justify-content: center;
}
.s-values .sec-head {
    margin-bottom: 14px;
    text-align: center;
}
.s-values .sec-head .eyebrow {
    color: var(--brown-color);
    justify-content: center;
    margin-bottom: 10px;
}
.s-values .val-card {
    padding: 38px 26px;
    transition: background .3s ease;
    text-align: center;
}
.s-values .val-card svg {
    width: 34px;
    height: 34px;
    stroke: var(--amber-mid);
    margin-bottom: 22px;
}
.s-values .val-card .val-title {
    font-weight: 600;
    color: var(--brown-color);
    font-family: 'Fraunces';
    margin-bottom: 13px;
    line-height: 1.3;
    font-size: 18px;
}
.s-values .val-card .val-desc {
    color: var(--ink-soft);
    line-height: 1.6;
    font-weight: 300;
}
.s-values .val-icon {
    text-align: center;
    width: 100px;
    height: 100px;
    display: flex;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    margin: auto;
    justify-content: center;
    border: 1px solid var(--gold);
    margin-bottom: 20px;
}
.s-values .val-icon img {
    height: 60px;
}
.s-process {
    background: var(--amber);
    color: var(--amber-deep);
    padding: 80px 0;
    background-image: url(/images/bgs/bg-12.png);
    background-size: cover;
    position: relative;
}
.s-process::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(225deg, #e7e8e800 0%, #8f5d00f2 57%);
}
.s-process .container {
    position: relative;
    z-index: 1;
}
.s-process .sec-head h2 {
    color: var(--cream);
}
.s-process .sec-head p {
    color: rgba(251, 243, 227, .65);
}
.s-process .eyebrow {
    color: var(--amber-light);
}
.s-process .eyebrow::before {
    background: var(--amber-light);
}
.s-process .proc-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    position: relative;
    margin-top: 50px;
}
.s-process .proc-row::before {
    content: '';
    position: absolute;
    top: 34px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: repeating-linear-gradient(90deg, rgb(255 255 255 / 50%) 0 8px, #00000000 8px 16px);
    z-index: 0;
}
.s-process .proc-item {
    position: relative;
    padding: 0 28px;
}
.s-process .proc-num {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: var(--primary-color);
    border: 1px solid var(--amber-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--display);
    color: var(--amber-light);
    margin-bottom: 26px;
    font-size: 20px;
    color: var(--seal);
    position: relative;
    z-index: 1;
}
.s-process .proc-item h4 {
    font-family: 'Fraunces';
    font-weight: 600;
    font-size: 24px;
    color: var(--gold-color);
    margin-bottom: 12px;
}
.s-process .proc-item p {
    color: var(--cream);
    line-height: 1.75;
    font-weight: 300;
}
.s-process .proc-thumb {
    margin-top: 30px;
    border-radius: 12px;
}
/* ---------- distribution ---------- */
.s-dist {
    background: var(--cream);
    padding: 80px 0;
    position: relative;
    /* background-image: url(/images/bgs/bg-13.jpg); */
}
.s-dist .map {
    position: absolute;
    top: 0;
    width: 506px;
    right: 0;
    z-index: 1;
    opacity: 1;
}
.s-dist .sec-head p {
    z-index: 2;
    position: relative;
}
.s-dist .dist-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px;
    background: var(--cream-2);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 70px;
}
.s-dist .dstat {
    background: var(--white);
    padding: 40px 26px;
    text-align: center;
}
.s-dist .dstat b {
    display: block;
    font-family: 'Fraunces';
    font-weight: 650;
    font-size: 30px;
    color: var(--amber-deep);
}
.s-dist .dstat span {
    font-size: 14px;
    color: var(--ink-soft);
    margin-top: 6px;
    display: block;
}
.ht-ratio--130 {
    padding-bottom: 130%
}
.s-certs {
    padding: 70px 0;
    position: relative;
}
.s-certs .item {
    margin: 20px;
    border-radius: 8px;
    overflow: hidden;
}
.featured {
    background: linear-gradient(120deg, var(--amber-deepest), #2B0C08 55%, var(--wood));
    color: var(--cream);
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background-image: url('/images/about/about-8.png');
    background-size: cover;
    height: 670px;
    background-repeat: no-repeat;
}
.featured .s-content {
    width: 50%;
    margin-left: auto;
    color: var(--amber);
    padding-left: 55px;
}
.feat-tag {
    letter-spacing: .15em;
    color: var(--brown-color);
    text-transform: uppercase;
    margin-bottom: 18px;
    display: block;
}
.featured h2 {
    font-family: 'Fraunces';
    font-weight: 650;
    font-size: 40px;
    line-height: 1.4;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #8d6623 0%, #e1a808 55%, #f7ca44 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.featured p.lead {
    color: var(--amber-deep);
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 30px;
    max-width: 480px;
}
.feat-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 36px;
}
.fpill {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 100px;
    border: 1px solid var(--amber);
    color: var(--amber);
}
.fpill b {
    color: var(--amber-deep);
    font-family: var(--mono);
}
.fpill.no::before {
    content: 'x';
    color: var(--amber-deep);
    font-weight: 700;
}
.bottle-visual {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.bottle {
    width: 180px;
}

/* ======= BEGIN S-gallery-1  ==========*/
.s-gallery-1 {
    padding: 80px 0;
    background: #fff;
}
.s-gallery-1 .row > .col-md-3 {
    padding: 5px;
}
.s-gallery-1 .b-item {
    position: relative;
    overflow: hidden;
    display: block;
}
.s-gallery-1 .b-item::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.s-gallery-1 .b-item:hover::after {
    height: 250%;
    transition: all 1000ms linear;
    background-color: transparent;
}
/* ======= END S-gallery-1  ==========*/
.ht-ratio--66::before {
    padding-bottom: 66%;
}
@media screen and (max-width: 992px) {
    .s-about-1 {
        background-position: right;
    }
    .s-about-1 .s-content {
        width: 100%;
    }
    .sec-head {
        margin-bottom: 20px;
    }
    .s-story .timeline {
        position: relative; 
        margin-left: 15px;
        padding-left: 28px;
        margin-top: 30px;
    }
    .s-vission .vm-card {
        padding: 10px;
        margin-bottom: 15px;
    }
    .s-vission .vm-card h3 {
        font-size: 24px;
    }
    .s-vission {
        padding: 45px 0;
    }
    .s-values {
        padding: 40px;
    }
    .s-process .proc-row {
        grid-template-columns: repeat(1, 1fr)
    }
    .s-process .proc-row::before {
        display: none;
    }
    .s-process .proc-item::before {
        content: '';
        position: absolute;
        top: 26px;
        left: 8%;
        right: 8%;
        height: 2px;
        background: repeating-linear-gradient(90deg, rgb(255 255 255 / 50%) 0 8px, #00000000 8px 16px);
        z-index: 0;
    }
    .s-process .proc-num {
        width: 50px;
        height: 50px;
    }
    .sec-head p {
        max-width: 100%;
    }
    .s-process .eyebrow {
        color: var(--brown-color);
    }
    .s-dist .dist-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    .featured {
        background-position: center center;
        height: auto;
    }
    .featured h2, .featured p.lead {
        color: var(--cream-2);
        margin-left: auto;
    }
    .featured .s-content {
        width: 100%;
        padding-left: 0;
        text-align: right;
    }
    .feat-pills {
        justify-content: right;
        width: 60%;
        margin-left: auto;
    }
    .featured h2 {
        font-size: 31px;
    }
    .s-process .proc-num {
        width: 50px;
        height: 50px;
    }
    .s-process .proc-item {
        position: relative;
        padding: 0 2px;
        margin-bottom: 34px;
    }
}
@media screen and (max-width: 479px) {
    .s-about-1 {
       padding: 30px 0;
    }
    .eyebrow {
        font-size: 11px;
    }
    .s-about-1 .title {
        margin-top: 20px;
        font-size: 60px;
    }
    .sec-head h2 {
        font-size: 31px;
    }
    .s-story {
        padding: 40px 0;
    }
    .s-process, .s-certs {
        padding: 40px 0;
    }
    .s-gallery-1 {
        padding: 60px 0;
    }
    .s-story .shelf-frame {
        width: 68%;
    }
    .s-dist .sec-head {
        margin-top: 165px;
    }
}