:root {
    --vitro-espresso: #2b160f;
    --vitro-coffee: #51301f;
    --vitro-caramel: #a36c36;
    --vitro-cream: #f7f2ea;
    --vitro-paper: #fffdf9;
    --vitro-border: #dfd3c5;
    --vitro-text: #38251e;
}

.vitro-page {
    overflow: hidden;
    color: var(--vitro-text);
    background: var(--vitro-paper);
    font-family: "Montserrat", Arial, sans-serif;
}

.vitro-page h1,
.vitro-page h2 {
    color: var(--vitro-espresso);
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 700;
}

.vitro-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--vitro-caramel);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.vitro-hero {
    position: relative;
    background: linear-gradient(90deg, #f8f3eb 0%, #f8f3eb 54%, #ede4d8 100%);
    border-bottom: 1px solid var(--vitro-border);
}

.vitro-hero-copy {
    display: flex;
    min-height: 620px;
    padding: 72px 52px 35px 0;
    flex-direction: column;
    justify-content: center;
}

.vitro-hero h1 {
    margin: 0;
    font-size: clamp(44px, 4vw, 72px);
    line-height: 1.05;
}

.vitro-title-rule {
    width: 72px;
    height: 3px;
    margin: 20px 0;
    background: var(--vitro-caramel);
}

.vitro-hero-copy > p {
    max-width: 510px;
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
}

.vitro-actions {
    display: flex;
    margin-top: 28px;
    gap: 14px;
    flex-wrap: wrap;
}

.vitro-btn-primary,
.vitro-btn-outline {
    min-width: 150px;
    padding: 13px 22px;
    border-radius: 0;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.vitro-btn-primary,
.vitro-btn-primary:hover {
    color: #fff;
    border: 1px solid var(--vitro-espresso);
    background: var(--vitro-espresso);
}

.vitro-btn-outline {
    color: var(--vitro-espresso);
    border: 1px solid #7c6a5e;
    background: transparent;
}

.vitro-btn-outline:hover {
    color: #fff;
    border-color: var(--vitro-espresso);
    background: var(--vitro-espresso);
}

.vitro-mini-features {
    display: grid;
    margin-top: 54px;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.vitro-mini-features > div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.vitro-mini-features i {
    color: var(--vitro-coffee);
    font-size: 25px;
}

.vitro-mini-features b,
.vitro-mini-features small {
    display: block;
}

.vitro-mini-features b {
    margin-bottom: 4px;
    font-size: 10px;
    text-transform: uppercase;
}

.vitro-mini-features small {
    font-size: 10px;
    line-height: 1.45;
}

.vitro-hero-visual {
    min-height: 620px;
}

.vitro-hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.vitro-feature-band {
    background: #f3ece3;
    border-bottom: 1px solid var(--vitro-border);
}

.vitro-feature-item {
    min-height: 190px;
    padding: 33px 22px;
    text-align: center;
    border-right: 1px solid var(--vitro-border);
}

.vitro-feature-item:last-child {
    border-right: 0;
}

.vitro-feature-item i,
.vitro-leaf-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 14px;
    color: var(--vitro-coffee);
    fill: currentColor;
    font-size: 30px;
}

.vitro-feature-item h3 {
    margin: 0 0 9px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.vitro-feature-item p {
    margin: 0;
    font-size: 10px;
    line-height: 1.55;
}

.vitro-performance {
    padding: 76px 0;
    background: #fffdfa;
}

.vitro-performance h2 {
    margin-bottom: 20px;
    font-size: clamp(34px, 3vw, 50px);
    line-height: 1.08;
}

.vitro-performance p {
    font-size: 14px;
    line-height: 1.75;
}

.vitro-check-list {
    padding: 0;
    margin: 24px 0 0;
    list-style: none;
}

.vitro-check-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 24px;
    font-size: 13px;
}

.vitro-check-list li::before {
    position: absolute;
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    color: #fff;
    border-radius: 50%;
    background: var(--vitro-caramel);
    content: "✓";
    font-size: 10px;
    line-height: 16px;
    text-align: center;
}

.vitro-machine {
    width: auto;
    max-width: 100%;
    max-height: 540px;
    object-fit: contain;
    filter: drop-shadow(0 18px 14px rgba(43, 22, 15, .22));
}

.vitro-perfect-card {
    padding: 35px;
    border-radius: 4px;
    background: #f6eee5;
}

.vitro-perfect-card > div {
    display: flex;
    margin-top: 22px;
    align-items: flex-start;
    gap: 14px;
}

.vitro-perfect-card i {
    display: inline-flex;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    background: var(--vitro-espresso);
}

.vitro-perfect-card p,
.vitro-perfect-card b,
.vitro-perfect-card small {
    display: block;
    margin: 0;
}

.vitro-perfect-card b {
    margin-bottom: 4px;
    font-size: 11px;
    text-transform: uppercase;
}

.vitro-perfect-card small {
    font-size: 11px;
    line-height: 1.45;
}

.vitro-story {
    position: relative;
    padding: 72px 0;
    color: #fff;
    background-image: linear-gradient(90deg, rgba(30, 14, 8, .96) 0%, rgba(30, 14, 8, .83) 42%, rgba(30, 14, 8, .15) 72%), var(--vitro-story-image);
    background-position: center;
    background-size: cover;
}

.vitro-story-copy {
    width: min(500px, 100%);
}

.vitro-story .vitro-eyebrow,
.vitro-story h2 {
    color: #fff;
}

.vitro-story h2 {
    margin-bottom: 18px;
    font-size: clamp(34px, 3vw, 50px);
}

.vitro-story p,
.vitro-story blockquote {
    font-size: 14px;
    line-height: 1.7;
}

.vitro-stars {
    margin: 20px 0 8px;
    color: #d5a15f;
    letter-spacing: .15em;
}

.vitro-story blockquote {
    margin: 0 0 7px;
    font-style: italic;
}

.vitro-contact {
    padding: 34px 0;
    background: #f4ede4;
}

.vitro-contact h3 {
    margin: 0 0 6px;
    color: var(--vitro-espresso);
    font-size: 17px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.vitro-contact p {
    margin: 0;
    font-size: 12px;
}

.vitro-call-circle {
    display: inline-flex;
    width: 62px;
    height: 62px;
    flex: 0 0 62px;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    background: var(--vitro-espresso);
    font-size: 24px;
}

.vitro-contact-links {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
   
    
}

.vitro-contact-links a {
    color: var(--vitro-text);
    font-size: 14px;
    text-decoration: none;
     font-weight:bolder;
}

.vitro-contact-links i {
    margin-right: 6px;
}
/* ==================================================
   ABOUT HERO — FULL-BLEED RIGHT IMAGE
   Keep this at the very bottom of innerpage.css
================================================== */

.about-hero {
    width: 100%;
    overflow: hidden;
}

/* Remove Bootstrap container width restriction */
.about-hero > .container-xl {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.about-hero > .container-xl > .row {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}


@media (min-width: 992px) {
    .about-hero-copy {
        width: 50% !important;
        max-width: 50% !important;
        flex: 0 0 50% !important;

        /* Align text with the rest of the 1220px website container */
        padding-right: 55px !important;
        padding-left: max(
            40px,
            calc((100vw - 1220px) / 2)
        ) !important;
    }

    .about-hero-image {
        width: 50% !important;
        max-width: 50% !important;
        min-height: 610px;
        padding: 0 !important;
        flex: 0 0 50% !important;
    }

    .about-hero-image img {
        display: block;
        width: 100% !important;
        height: 100% !important;
        min-height: 610px;
        object-fit: cover;
        object-position: center;
    }
}

@media (max-width: 991.98px) {
     .about-hero-copy,
    .about-hero-image {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    .about-hero-copy {
        padding: 55px 24px !important;
    }

    .about-hero-image {
        min-height: 420px;
    }

    .about-hero-image img {
        width: 100%;
        height: 420px;
        object-fit: cover;
    }
    
    .vitro-hero-copy {
        min-height: auto;
        padding: 60px 12px 42px;
    }

    .vitro-hero-visual {
        min-height: 500px;
    }

    .vitro-feature-item:nth-child(2) {
        border-right: 0;
    }
}

@media (max-width: 767.98px) {
    .vitro-mini-features {
        grid-template-columns: 1fr;
        margin-top: 38px;
    }

    .vitro-hero-visual {
        min-height: 390px;
    }

    .vitro-feature-item {
        min-height: 180px;
        padding: 28px 14px;
    }

    .vitro-performance,
    .vitro-story {
        padding: 55px 0;
    }

    .vitro-contact-links {
        gap: 12px;
        flex-direction: column;
    }
}    
  