:root{--green:#2E7D32;--light-green:#66BB6A;--orange:#F57C00;--bg:#F8FBF8;--card:#fff;--text:#2F2F2F;--gray:#8A8A8A}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}.navbar-brand{font-size:1.35rem;font-weight:800;letter-spacing:-.04em}.navbar-brand span,.eyebrow{color:var(--green)}.nav-link{font-weight:600}.cart-count{background:var(--green);color:#fff;border-radius:50%;font-size:.72rem;padding:.15rem .4rem}.hero{background:#edf7ee}.hero h1{font-size:clamp(2.5rem,5vw,4.6rem);line-height:1.02;letter-spacing:-.055em;font-weight:800}.hero-image,.detail-image{width:100%;height:100%;max-height:430px;object-fit:cover;border-radius:1rem}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:800}h1,h2,h3{font-weight:750;letter-spacing:-.03em}.btn-success{background:var(--green);border-color:var(--green)}.btn-success:hover,.btn-success:focus{background:#256428;border-color:#256428}.category-card{display:flex;min-height:130px;padding:1.25rem;flex-direction:column;justify-content:space-between;background:var(--card);border:1px solid #e4eee4;border-radius:.75rem;font-weight:750}.category-card small{color:var(--gray);font-weight:500}.product-card{background:var(--card);border:1px solid #e6ece6;border-radius:.75rem;overflow:hidden}.product-image{display:block;aspect-ratio:4/3;background:#edf7ee}.product-image img{width:100%;height:100%;object-fit:cover}.product-card h3 a:hover{color:var(--green)}.price{font-weight:800;color:var(--green)}.promise{background:var(--green);color:#fff}.promise span{font-size:.9rem;opacity:.82}.footer{border-top:1px solid #e1e9e1;color:var(--gray);font-size:.9rem}.narrow{max-width:760px}.quantity{width:74px}.cart-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid #e4ece4}.cart-item img{width:72px;height:72px;object-fit:cover;border-radius:.5rem}.summary,.empty-cart,.admin-form{background:#fff;border:1px solid #e1e9e1;border-radius:.75rem;padding:1.5rem}.admin-body{background:#f5f8f5}.admin-nav{background:#205b24}.admin-nav .navbar-brand small{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em}.stat-card{background:#fff;border:1px solid #e1e9e1;border-radius:.75rem;padding:1.25rem}.stat-card span{display:block;color:var(--gray);font-size:.85rem}.stat-card strong{font-size:2rem;color:var(--green)}.admin-thumb{width:42px;height:42px;object-fit:cover;border-radius:.35rem}@media(max-width:575.98px){.hero-image{max-height:260px}.cart-item{flex-wrap:wrap}.cart-item strong{margin-left:auto}.admin-nav .container{align-items:flex-start}.admin-nav .d-flex{flex-wrap:wrap;justify-content:flex-end;font-size:.85rem}}

.contact-widget {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 1040;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.7rem;
}

.contact-action {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: #fff;
}

.contact-action:hover,
.contact-action:focus-visible {
    color: #fff;
}

.contact-label {
    padding: 0.45rem 0.7rem;
    border-radius: 0.45rem;
    background: #fff;
    box-shadow: 0 3px 14px rgb(47 47 47 / 16%);
    color: var(--text);
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
}

.contact-icon {
    position: relative;
    display: grid;
    width: 3.25rem;
    height: 3.25rem;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 3px 14px rgb(47 47 47 / 22%);
}

.contact-icon svg {
    width: 1.65rem;
    height: 1.65rem;
    fill: currentColor;
}

.contact-icon-text {
    font-size: 0.72rem;
    font-weight: 800;
}

.contact-action-zalo .contact-icon {
    background: #0878f9;
    animation: contact-shake 4s ease-in-out infinite;
}

.contact-action-whatsapp .contact-icon {
    background: #25d366;
}

.contact-action-whatsapp .contact-icon::after {
    position: absolute;
    inset: -0.4rem;
    border: 2px solid rgb(37 211 102 / 65%);
    border-radius: 50%;
    content: "";
    animation: contact-pulse 2s ease-out infinite;
    pointer-events: none;
}

@keyframes contact-pulse {
    0% {
        opacity: 0.8;
        transform: scale(0.85);
    }

    75%,
    100% {
        opacity: 0;
        transform: scale(1.3);
    }
}

@keyframes contact-shake {
    0%,
    14%,
    100% {
        transform: rotate(0);
    }

    2%,
    8% {
        transform: rotate(-9deg);
    }

    5%,
    11% {
        transform: rotate(9deg);
    }
}

@media (max-width: 575.98px) {
    .contact-widget {
        right: 0.75rem;
        bottom: 0.75rem;
        gap: 0.55rem;
    }

    .contact-label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .contact-icon {
        width: 2.9rem;
        height: 2.9rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .contact-action-zalo .contact-icon,
    .contact-action-whatsapp .contact-icon::after {
        animation: none;
    }
}

/* Clear boundaries for white content placed on the light page background. */
:root {
    --border: #cbdccb;
    --border-strong: #a8c4aa;
}

.product-card,
.category-card,
.summary,
.empty-cart,
.admin-form,
.stat-card {
    border-color: var(--border);
    box-shadow: 0 1px 3px rgb(46 125 50 / 8%);
}

/* Fill every product image frame consistently without empty bands. */
.product-image {
    padding: 0;
    background: #edf7ee;
}

.product-image img {
    display: block;
    object-fit: fill;
    border-radius: 0;
}

.category-card-with-image {
    min-height: 180px;
    overflow: hidden;
    background-color: #173c20;
    background-position: center;
    background-size: cover;
    border-color: rgb(255 255 255 / 55%);
    color: #fff;
    text-shadow: 0 1px 3px rgb(0 0 0 / 50%);
}

.category-card-with-image .category-card-name {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    max-width: 85%;
    font-family: "Be Vietnam Pro", system-ui, sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.25;
    text-shadow: 0 2px 5px rgb(0 0 0 / 65%);
}

.category-card-with-image .category-card-name::after {
    width: 2.5rem;
    height: 0.22rem;
    background: var(--orange);
    border-radius: 999px;
    content: "";
}

.category-card-with-image small {
    align-self: flex-start;
    padding: 0.38rem 0.65rem;
    background: rgb(255 255 255 / 16%);
    border: 1px solid rgb(255 255 255 / 42%);
    border-radius: 999px;
    backdrop-filter: blur(2px);
    color: rgb(255 255 255 / 90%);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 2px rgb(0 0 0 / 55%);
}

.category-card-with-image:hover,
.category-card-with-image:focus-visible {
    border-color: #fff;
    color: #fff;
    outline: 3px solid rgb(102 187 106 / 45%);
    outline-offset: 2px;
}

.popular-slider-section {
    background: #fff;
    border-bottom: 1px solid var(--border);
}

.popular-products-slider {
    overflow: hidden;
    background: var(--card);
    border: 1px solid var(--border-strong);
    border-radius: 1rem;
    box-shadow: 0 8px 24px rgb(46 125 50 / 10%);
}

.popular-slide-image {
    display: block;
    height: 420px;
    background: #edf7ee;
}

.popular-slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popular-slide-content {
    display: flex;
    min-height: 420px;
    padding: clamp(2rem, 5vw, 4rem) clamp(2rem, 5vw, 4.5rem) 4.5rem;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(145deg, #fff 0%, #edf7ee 100%);
}

.popular-slide-content h3 {
    margin-bottom: 1rem;
    color: var(--text);
    font-family: "Be Vietnam Pro", system-ui, sans-serif;
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 800;
    line-height: 1.08;
}

.popular-slide-content > p:not(.eyebrow) {
    display: -webkit-box;
    margin-bottom: 1.5rem;
    overflow: hidden;
    color: #5f675f;
    line-height: 1.7;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.popular-products-slider .carousel-indicators {
    bottom: 0.9rem;
    margin-bottom: 0;
}

.popular-products-slider .carousel-indicators [data-bs-target] {
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 0.3rem;
    background-color: var(--green);
    border: 0;
    border-radius: 50%;
    opacity: 0.38;
}

.popular-products-slider .carousel-indicators .active {
    background-color: var(--orange);
    opacity: 1;
}

.popular-products-slider .carousel-control-prev,
.popular-products-slider .carousel-control-next {
    width: 4rem;
    opacity: 1;
}

.popular-products-slider .carousel-control-prev-icon,
.popular-products-slider .carousel-control-next-icon {
    width: 2.75rem;
    height: 2.75rem;
    background-color: rgb(46 125 50 / 88%);
    background-size: 48%;
    border: 1px solid rgb(255 255 255 / 75%);
    border-radius: 50%;
}

@media (max-width: 575.98px) {
    .category-card-with-image {
        min-height: 155px;
    }

    .popular-slide-image {
        height: 260px;
    }

    .popular-slide-content {
        min-height: 300px;
        padding: 2rem 2.25rem 4rem;
    }

    .popular-products-slider .carousel-control-prev,
    .popular-products-slider .carousel-control-next {
        width: 3rem;
        height: 260px;
        align-items: center;
    }

    .popular-products-slider .carousel-control-prev-icon,
    .popular-products-slider .carousel-control-next-icon {
        width: 2.35rem;
        height: 2.35rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .popular-products-slider .carousel-item {
        transition: none;
    }
}

.trust-benefits {
    margin-top: 2rem;
    padding: 0.85rem 0;
    background: #f2f6f1;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.footer {
    margin-top: 3rem;
}

main:has(.trust-benefits) + .footer {
    margin-top: 0;
}

.trust-benefits-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    background: transparent;
}

.trust-benefit {
    display: flex;
    min-width: 0;
    min-height: 76px;
    padding: 0.75rem 1rem;
    align-items: center;
    gap: 0.75rem;
    border-right: 1px solid #cedace;
}

.trust-benefit:last-child {
    border-right: 0;
}

.trust-benefit svg {
    width: 2.65rem;
    height: 2.65rem;
    flex: 0 0 2.65rem;
    fill: none;
    stroke: var(--green);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.trust-benefit span {
    color: var(--text);
    font-family: "Be Vietnam Pro", system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 750;
    line-height: 1.35;
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .trust-benefits {
        padding: 0;
    }

    .trust-benefits-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .trust-benefit,
    .trust-benefit:last-child {
        grid-column: auto;
        justify-content: flex-start;
        border-right: 1px solid #cedace;
        border-bottom: 1px solid #cedace;
    }

    .trust-benefit:nth-child(3n) {
        border-right: 0;
    }

    .trust-benefit:nth-child(n + 4) {
        border-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .trust-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .trust-benefit,
    .trust-benefit:last-child {
        grid-column: auto;
        min-height: 96px;
        padding: 1rem;
        justify-content: flex-start;
        border-right: 1px solid #cbd8cb;
        border-bottom: 1px solid #cbd8cb;
    }

    .trust-benefit:nth-child(even) {
        border-right: 0;
    }

    .trust-benefit:nth-child(n + 5) {
        border-bottom: 0;
    }

    .trust-benefit svg {
        width: 2.4rem;
        height: 2.4rem;
        flex-basis: 2.4rem;
    }
}

.form-control,
.form-select {
    border-color: var(--border-strong);
    background-color: var(--card);
}

.form-control:focus,
.form-select:focus {
    border-color: var(--green);
    box-shadow: 0 0 0 0.2rem rgb(46 125 50 / 15%);
}

.dropdown-menu,
.alert {
    border-color: var(--border);
}

.table {
    --bs-table-border-color: var(--border);
}

.cart-item,
.footer,
header.border-bottom {
    border-color: var(--border) !important;
}

.breadcrumb-container {
    padding-top: 1rem;
}

.breadcrumb {
    padding: 0.7rem 1rem;
    border: 1px solid var(--border);
    border-radius: 0.5rem;
    background: var(--card);
    box-shadow: 0 1px 3px rgb(46 125 50 / 8%);
    font-size: 0.875rem;
}

.breadcrumb-item a {
    color: var(--green);
    font-weight: 650;
}

.breadcrumb-item.active {
    color: var(--gray);
}

.cart-toast-container {
    position: fixed;
    top: 5.75rem;
    right: 1rem;
    z-index: 1080;
    padding: 0;
}

.cart-toast {
    width: min(24rem, calc(100vw - 2rem));
    box-shadow: 0 0.6rem 1.5rem rgb(47 47 47 / 22%);
}

.cart-toast-warning {
    background: var(--orange);
    color: #fff;
}

.cart-toast.show {
    animation: cart-toast-in 0.35s ease-out;
}

.cart-toast-icon {
    display: grid;
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    place-items: center;
    border-radius: 50%;
    background: rgb(255 255 255 / 20%);
    font-weight: 800;
}

@keyframes cart-toast-in {
    from {
        opacity: 0;
        transform: translateX(1.5rem);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 575.98px) {
    .cart-toast-container {
        top: 4.75rem;
        right: 0.75rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cart-toast.show {
        animation: none;
    }
}

.quantity-control {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--border-strong);
    border-radius: 0.45rem;
    background: var(--card);
}

.quantity-button {
    display: grid;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    place-items: center;
    border: 0;
    background: var(--card);
    color: var(--green);
    font-size: 1.2rem;
    font-weight: 750;
    line-height: 1;
}

.quantity-button:hover,
.quantity-button:focus-visible {
    background: #edf7ee;
}

.quantity-button:focus-visible {
    position: relative;
    z-index: 1;
    outline: 2px solid var(--green);
    outline-offset: -2px;
}

.quantity-value {
    display: grid;
    min-width: 2.35rem;
    height: 2.25rem;
    place-items: center;
    border-right: 1px solid var(--border);
    border-left: 1px solid var(--border);
    font-weight: 700;
}

.header-search {
    position: relative;
    width: min(20rem, 100%);
}

.header-search .form-control {
    min-height: 2.55rem;
    padding-right: 2.8rem;
    border-radius: 2rem;
}

.header-search button {
    position: absolute;
    top: 50%;
    right: 0.35rem;
    display: grid;
    width: 2rem;
    height: 2rem;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    transform: translateY(-50%);
}

.header-search button:focus-visible {
    outline: 2px solid var(--orange);
    outline-offset: 2px;
}

.header-search svg {
    width: 1.05rem;
    height: 1.05rem;
    fill: currentColor;
}

.catalog-dropdown-menu {
    right: auto;
    left: 0;
    max-height: min(28rem, calc(100vh - 7rem));
    min-width: 15rem;
    overflow-y: auto;
}

.catalog-dropdown-menu .dropdown-item {
    padding: 0.55rem 1rem;
}

.catalog-dropdown-menu .dropdown-item:hover,
.catalog-dropdown-menu .dropdown-item:focus {
    background: #edf7ee;
    color: var(--green);
}

@media (min-width: 992px) {
    .catalog-dropdown:hover > .dropdown-menu,
    .catalog-dropdown:focus-within > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media (max-width: 991.98px) {
    .header-search {
        width: 100%;
    }

    .catalog-dropdown-menu {
        max-height: 20rem;
    }
}

.mini-cart-trigger {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    background: transparent;
    font-weight: 650;
}

.mini-cart-trigger.dropdown-toggle::after {
    display: none;
}

.mini-cart-trigger svg {
    width: 1.35rem;
    height: 1.35rem;
    fill: currentColor;
}

.mini-cart-trigger:hover,
.mini-cart-trigger:focus-visible {
    color: var(--green);
}

.mini-cart-trigger:focus-visible {
    outline: 2px solid var(--green);
    outline-offset: 0.25rem;
}

.mini-cart-menu {
    width: min(24rem, calc(100vw - 1.5rem));
    padding: 0;
    overflow: hidden;
    border-color: var(--border);
    box-shadow: 0 0.6rem 1.5rem rgb(47 47 47 / 18%);
}

.mini-cart-heading,
.mini-cart-footer {
    padding: 1rem;
    background: var(--card);
}

.mini-cart-heading {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
}

.mini-cart-heading span,
.mini-cart-item-details span {
    color: var(--gray);
    font-size: 0.8rem;
}

.mini-cart-items {
    max-height: 20rem;
    overflow-y: auto;
    background: var(--card);
}

.mini-cart-item {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr) auto;
    gap: 0.75rem;
    align-items: center;
    padding: 0.8rem 1rem;
    border-bottom: 1px solid var(--border);
}

.mini-cart-item img {
    width: 3rem;
    height: 3rem;
    border: 1px solid var(--border);
    border-radius: 0.4rem;
    object-fit: cover;
}

.mini-cart-item-details {
    min-width: 0;
}

.mini-cart-item-details strong {
    display: block;
    overflow: hidden;
    font-size: 0.85rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mini-cart-line-total {
    font-size: 0.85rem;
    font-weight: 750;
    color: var(--green);
}

.mini-cart-empty {
    margin: 0;
    padding: 2rem 1rem;
    background: var(--card);
    color: var(--gray);
    text-align: center;
}

.mini-cart-footer {
    border-top: 1px solid var(--border);
}

h1,
h2,
h3,
.navbar-brand {
    font-family: "Be Vietnam Pro", system-ui, sans-serif;
}

.site-brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 0.55rem;
    margin-right: 1.25rem;
    padding: 0;
}

.site-brand-mark {
    position: relative;
    display: block;
    flex: 0 0 3.25rem;
    width: 3.25rem;
    height: 3.25rem;
    overflow: hidden;
}

.site-brand-mark img {
    position: absolute;
    top: -0.75rem;
    left: -1.58rem;
    width: 6.6rem;
    max-width: none;
    height: 6.6rem;
}

.site-brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.site-brand-copy strong {
    color: #0d3b73;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.045em;
}

.site-brand-copy strong span {
    color: var(--green);
}

.site-brand-copy small {
    margin-top: 0.28rem;
    color: var(--gray);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

@media (max-width: 575.98px) {
    .site-brand {
        margin-right: 0.5rem;
    }

    .site-brand-mark {
        flex-basis: 2.75rem;
        width: 2.75rem;
        height: 2.75rem;
    }

    .site-brand-mark img {
        top: -0.65rem;
        left: -1.33rem;
        width: 5.6rem;
        height: 5.6rem;
    }

    .site-brand-copy strong {
        font-size: 1rem;
    }
}

.origin-label {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1rem;
    padding: 0.5rem 0.85rem 0.5rem 0.55rem;
    background: var(--card);
    border: 1px solid var(--light-green);
    border-radius: 0.6rem;
    color: var(--green);
    font-family: "Be Vietnam Pro", system-ui, sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgb(46 125 50 / 10%);
}

.vietnam-flag {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    aspect-ratio: 3 / 2;
    background: #da251d;
    border-radius: 0.15rem;
    color: #ffdf00;
    font-size: 0.85rem;
    line-height: 1;
}

.hero-product-collage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    height: 430px;
}

.hero-product-collage img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    border: 1px solid rgb(46 125 50 / 12%);
    border-radius: 0.75rem;
}

.hero-product-collage .hero-product-coffee {
    object-position: 60% center;
}

.hero-slogan span {
    display: block;
    white-space: nowrap;
}

.hero-slogan span + span {
    margin-top: 0.08em;
}

.hero-slogan-product {
    color: var(--text);
}

.hero-slogan-quality {
    color: var(--green);
}

.hero-slogan-price {
    color: var(--orange);
}

.hero h1.hero-slogan {
    font-size: clamp(1.75rem, 5vw, 4.6rem);
    line-height: 1.2;
}

@media (min-width: 992px) {
    .mini-cart-dropdown:hover > .dropdown-menu,
    .mini-cart-dropdown:focus-within > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media (max-width: 991.98px) {
    .mini-cart-trigger {
        padding: 0.5rem 0;
    }

    .mini-cart-menu {
        width: 100%;
    }

    .hero-product-collage {
        height: 380px;
    }
}

@media (max-width: 575.98px) {
    .hero-product-collage {
        height: 320px;
    }
}

.footer {
    background: #173c2a;
    border-top: 0;
    color: rgb(255 255 255 / 78%);
}

.footer-quote-wrap {
    padding-top: 2.5rem;
}

.footer-quote-cta {
    display: flex;
    padding: clamp(1.5rem, 3vw, 2.25rem);
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    background: #22543b;
    border: 1px solid rgb(255 255 255 / 13%);
    border-radius: 0.85rem;
}

.footer-quote-kicker {
    margin: 0 0 0.45rem;
    color: #9edba1;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.footer-quote-cta h2 {
    max-width: 46rem;
    margin: 0;
    color: #fff;
    font-size: clamp(1.35rem, 2.5vw, 2rem);
    letter-spacing: -0.03em;
}

.footer-quote-cta > div > p:last-child {
    max-width: 46rem;
    margin: 0.65rem 0 0;
    color: rgb(255 255 255 / 70%);
    line-height: 1.6;
}

.footer-quote-button {
    display: inline-flex;
    min-width: max-content;
    padding: 0.8rem 1.2rem;
    align-items: center;
    gap: 0.55rem;
    background: var(--orange);
    border-color: var(--orange);
    border-radius: 0.55rem;
    color: #fff;
    font-weight: 750;
}

.footer-quote-button:hover,
.footer-quote-button:focus-visible {
    background: #d96d00;
    border-color: #d96d00;
    color: #fff;
}

.footer-quote-button svg {
    width: 1rem;
    height: 1rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.footer-main {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: clamp(1.5rem, 4vw, 3.5rem);
}

.footer-brand-heading {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.footer-logo-mark {
    position: relative;
    display: block;
    width: 3.25rem;
    height: 3.25rem;
    flex: 0 0 3.25rem;
    overflow: hidden;
    background: #fff;
    border-radius: 0.55rem;
}

.footer-logo-mark img {
    position: absolute;
    top: -0.75rem;
    left: -1.58rem;
    width: 6.6rem;
    max-width: none;
    height: 6.6rem;
}

.footer-brand strong {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-family: "Be Vietnam Pro", system-ui, sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1;
}

.footer-brand-name {
    color: #fff;
    white-space: nowrap;
}

.footer-brand-name span {
    color: #8bd18e;
}

.footer-brand strong small {
    margin-top: 0.3rem;
    color: rgb(255 255 255 / 58%);
    font-size: 0.55rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
}

.footer-brand p {
    max-width: 18rem;
    margin: 1rem 0 0;
    line-height: 1.6;
}

.footer-story-link {
    display: inline-block;
    margin-top: 0.85rem;
    color: #9edba1;
    font-size: 0.8rem;
    font-weight: 700;
}

.footer-column {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.footer-column h2 {
    margin: 0 0 0.35rem;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-column > a,
.footer-column > span {
    color: rgb(255 255 255 / 68%);
    font-size: 0.82rem;
    line-height: 1.45;
}

.footer-column > a:hover,
.footer-column > a:focus-visible,
.footer-story-link:hover,
.footer-story-link:focus-visible {
    color: #fff;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.footer-contact a {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    gap: 0.7rem;
    color: rgb(255 255 255 / 88%);
    font-size: 0.8rem;
    font-weight: 550;
    line-height: 1.45;
}

.footer-contact a:hover,
.footer-contact a:focus-visible {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 0.2rem;
}

.footer-contact svg {
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
    fill: none;
    stroke: #8bd18e;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.footer-contact span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.footer-bottom {
    display: flex;
    margin-top: 2rem;
    padding-top: 1rem;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid rgb(255 255 255 / 14%);
    color: rgb(255 255 255 / 58%);
    font-size: 0.75rem;
}

.footer-bottom a:hover,
.footer-bottom a:focus-visible {
    color: #fff;
}

@media (max-width: 991.98px) {
    .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2.5rem 2rem;
    }
}

@media (max-width: 767.98px) {
    .footer-quote-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-main {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

.about-export-hero {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    background-image:
        linear-gradient(
            90deg,
            rgb(248 251 248 / 98%) 0%,
            rgb(248 251 248 / 92%) 32%,
            rgb(248 251 248 / 58%) 50%,
            rgb(248 251 248 / 8%) 76%
        ),
        url("/images/about-export-port-hero.png");
    background-position: center;
    background-size: cover;
}

.about-export-hero-inner {
    display: flex;
    min-height: 650px;
    align-items: center;
}

.about-export-copy {
    width: min(100%, 570px);
    padding: 4rem 0;
}

.about-export-kicker {
    margin-bottom: 0.65rem;
    color: var(--green);
    font-family: "Be Vietnam Pro", system-ui, sans-serif;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.about-export-copy h1 {
    max-width: 36rem;
    margin-bottom: 1.25rem;
    color: #123c28;
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    font-weight: 800;
    line-height: 1.02;
}

.about-export-lead {
    max-width: 34rem;
    margin-bottom: 1.75rem;
    color: #3f5045;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.75;
}

.about-export-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.about-export-actions .btn-outline-light {
    background: rgb(255 255 255 / 68%);
    border-color: var(--green);
    color: var(--green);
}

.about-export-actions .btn-outline-light:hover,
.about-export-actions .btn-outline-light:focus-visible {
    background: var(--green);
    color: #fff;
}

.about-introduction {
    background: #fff;
}

.about-introduction h2,
.about-section-heading h2 {
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    line-height: 1.15;
}

.about-introduction-copy .lead {
    color: #244b32;
    font-weight: 600;
    line-height: 1.65;
}

.about-introduction-copy > p:last-child {
    margin-bottom: 0;
    color: #667068;
    line-height: 1.8;
}

.about-capabilities {
    background: #f2f6f1;
    border-top: 1px solid var(--border);
}

.about-section-heading {
    max-width: 760px;
    margin-bottom: 2.5rem;
}

.about-section-heading > p:last-child {
    margin: 1rem 0 0;
    color: #667068;
    line-height: 1.7;
}

.about-capability-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.about-capability-card {
    display: flex;
    min-height: 190px;
    padding: 1.5rem;
    align-items: flex-start;
    gap: 1.1rem;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 0.75rem;
    box-shadow: 0 2px 8px rgb(46 125 50 / 6%);
}

.about-capability-card svg {
    width: 3rem;
    height: 3rem;
    flex: 0 0 3rem;
    fill: none;
    stroke: var(--green);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-capability-card h3 {
    margin-bottom: 0.6rem;
    color: #173c2a;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.35;
}

.about-capability-card p {
    margin: 0;
    color: #69716b;
    font-size: 0.9rem;
    line-height: 1.65;
}

@media (max-width: 991.98px) {
    .about-export-hero,
    .about-export-hero-inner {
        min-height: 610px;
    }

    .about-export-hero {
        background-image:
            linear-gradient(90deg, rgb(248 251 248 / 96%), rgb(248 251 248 / 62%)),
            url("/images/about-export-port-hero.png");
        background-position: 62% center;
    }

    .about-capability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .about-export-hero,
    .about-export-hero-inner {
        min-height: 650px;
    }

    .about-export-hero {
        background-image:
            linear-gradient(rgb(248 251 248 / 93%), rgb(248 251 248 / 80%)),
            url("/images/about-export-port-hero.png");
        background-position: 70% center;
    }

    .about-export-copy {
        padding: 3rem 0;
    }

    .about-capability-grid {
        grid-template-columns: 1fr;
    }

    .about-capability-card {
        min-height: 0;
    }
}
