/* =========================================================
   ORINO GLOBAL PREMIUM FOOTER
   ========================================================= */

:root {
    --orino-footer-bg: #211510;
    --orino-footer-deep: #170f0c;
    --orino-footer-panel: rgba(255, 255, 255, 0.045);
    --orino-footer-line: rgba(214, 169, 132, 0.20);
    --orino-footer-accent: #c3936f;
    --orino-footer-cream: #fff8ef;
    --orino-footer-muted: rgba(255, 248, 239, 0.68);
}

/* The new footer replaces Flatsome's small native footer everywhere. */
body #footer.footer-wrapper,
body footer#footer {
    display: none !important;
}

.orino-global-footer,
.orino-global-footer * {
    box-sizing: border-box;
}

.orino-global-footer {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgba(195, 147, 111, 0.35);
    background:
        radial-gradient(circle at 12% 28%, rgba(195, 147, 111, 0.12), transparent 24%),
        radial-gradient(circle at 90% 62%, rgba(195, 147, 111, 0.10), transparent 25%),
        linear-gradient(135deg, #241712 0%, #1a100d 58%, #211510 100%);
    color: var(--orino-footer-cream);
    font-family: inherit;
}

.orino-global-footer::before,
.orino-global-footer::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 330px;
    height: 205px;
    border: 1px solid rgba(195, 147, 111, 0.16);
    border-radius: 58% 42% 58% 42%;
    pointer-events: none;
}

.orino-global-footer::before {
    left: -150px;
    bottom: 70px;
    transform: rotate(37deg);
    box-shadow:
        inset 0 0 0 32px rgba(195, 147, 111, 0.018),
        0 0 0 42px rgba(195, 147, 111, 0.018);
}

.orino-global-footer::after {
    right: -125px;
    top: 78px;
    transform: rotate(-32deg);
    box-shadow:
        inset 0 0 0 32px rgba(195, 147, 111, 0.018),
        0 0 0 42px rgba(195, 147, 111, 0.018);
}

.orino-footer-shell {
    position: relative;
    z-index: 1;
    width: calc(100% - 48px);
    max-width: 1180px;
    margin: 0 auto;
}

.orino-footer-contact {
    border-bottom: 1px solid var(--orino-footer-line);
    background: rgba(0, 0, 0, 0.12);
}

.orino-footer-contact-grid {
    display: grid;
    grid-template-columns: 1.05fr 1.3fr 1fr 1.75fr;
    align-items: stretch;
}

.orino-footer-contact-item {
    display: flex;
    min-height: 112px;
    align-items: center;
    gap: 14px;
    padding: 22px 24px;
    border-right: 1px solid var(--orino-footer-line);
}

.orino-footer-contact-item:first-child {
    padding-left: 0;
}

.orino-footer-contact-item:last-child {
    padding-right: 0;
    border-right: 0;
}

.orino-footer-contact-icon {
    flex: 0 0 43px;
    display: inline-flex;
    width: 43px;
    height: 43px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(195, 147, 111, 0.35);
    border-radius: 14px;
    background: rgba(195, 147, 111, 0.09);
    color: var(--orino-footer-accent);
}

.orino-footer-contact-icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.orino-footer-eyebrow {
    display: block;
    margin: 0 0 5px;
    color: var(--orino-footer-accent);
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.orino-footer-contact-value,
.orino-footer-contact-value:visited {
    color: var(--orino-footer-cream);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}

a.orino-footer-contact-value:hover {
    color: var(--orino-footer-accent);
}

.orino-footer-payment-wrap {
    width: 100%;
}

.orino-footer-payment-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin: 0;
}

.orino-footer-pay {
    display: inline-flex;
    min-height: 31px;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border: 1px solid rgba(255, 248, 239, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 248, 239, 0.90);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.025em;
}

.orino-footer-pay--cash {
    border-color: rgba(195, 147, 111, 0.38);
    background: rgba(195, 147, 111, 0.14);
    color: #f2c7a5;
}

.orino-footer-main {
    padding: 64px 0 56px;
}

.orino-footer-grid {
    display: grid;
    grid-template-columns: 2.05fr 1fr 1.15fr 1.25fr;
    gap: clamp(34px, 5vw, 74px);
}

.orino-footer-brand {
    max-width: 390px;
}

.orino-footer-logo {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    margin: 0 0 20px;
    color: var(--orino-footer-cream);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.18em;
    text-decoration: none;
}

.orino-footer-logo-mark {
    display: inline-block;
    width: 18px;
    height: 29px;
    border-radius: 54% 46% 54% 46%;
    background: linear-gradient(90deg, #a66f4b 0 47%, #d0a07d 48% 54%, #7a4d34 55%);
    transform: rotate(13deg);
}

.orino-footer-brand-copy {
    max-width: 370px;
    margin: 0 0 26px;
    color: var(--orino-footer-muted);
    font-size: 13px;
    line-height: 1.8;
}

.orino-footer-mini-promise {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 36px;
    padding: 7px 13px;
    border: 1px solid rgba(195, 147, 111, 0.25);
    border-radius: 999px;
    background: rgba(195, 147, 111, 0.07);
    color: #e7b58f;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

.orino-footer-mini-promise::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c3936f;
    box-shadow: 0 0 0 5px rgba(195, 147, 111, 0.10);
}

.orino-footer-heading {
    position: relative;
    margin: 6px 0 24px;
    padding-bottom: 14px;
    color: var(--orino-footer-cream);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.orino-footer-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 1px;
    background: var(--orino-footer-accent);
}

.orino-footer-links {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.orino-footer-links li {
    margin: 0;
}

.orino-footer-links a,
.orino-footer-links a:visited {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--orino-footer-muted);
    font-size: 12px;
    font-weight: 550;
    text-decoration: none;
    transition: color 0.22s ease, transform 0.22s ease;
}

.orino-footer-links a::before {
    content: "";
    width: 0;
    height: 1px;
    margin-right: 0;
    background: var(--orino-footer-accent);
    transition: width 0.22s ease, margin-right 0.22s ease;
}

.orino-footer-links a:hover {
    color: var(--orino-footer-cream);
    transform: translateX(2px);
}

.orino-footer-links a:hover::before {
    width: 12px;
    margin-right: 8px;
}

.orino-footer-notes {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.orino-footer-notes li {
    display: grid;
    grid-template-columns: 8px 1fr;
    gap: 10px;
    margin: 0;
    color: var(--orino-footer-muted);
    font-size: 12px;
    line-height: 1.55;
}

.orino-footer-notes li::before {
    content: "";
    width: 6px;
    height: 6px;
    margin-top: 6px;
    border-radius: 50%;
    background: var(--orino-footer-accent);
    box-shadow: 0 0 0 4px rgba(195, 147, 111, 0.08);
}

.orino-footer-bottom {
    border-top: 1px solid var(--orino-footer-line);
    background: rgba(0, 0, 0, 0.18);
}

.orino-footer-bottom-row {
    display: flex;
    min-height: 78px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.orino-footer-copyright {
    margin: 0;
    color: rgba(255, 248, 239, 0.58);
    font-size: 11px;
    line-height: 1.5;
}

.orino-footer-copyright strong {
    color: rgba(255, 248, 239, 0.90);
    font-weight: 750;
}

.orino-footer-signature {
    color: rgba(255, 248, 239, 0.48);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.orino-footer-top-link,
.orino-footer-top-link:visited {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(195, 147, 111, 0.34);
    border-radius: 50%;
    background: rgba(195, 147, 111, 0.10);
    color: var(--orino-footer-cream);
    font-size: 17px;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.22s ease, background 0.22s ease;
}

.orino-footer-top-link:hover {
    background: rgba(195, 147, 111, 0.20);
    color: #fff;
    transform: translateY(-3px);
}

@media (max-width: 1024px) {
    .orino-footer-contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .orino-footer-contact-item:nth-child(2) {
        border-right: 0;
    }

    .orino-footer-contact-item:nth-child(-n+2) {
        border-bottom: 1px solid var(--orino-footer-line);
    }

    .orino-footer-contact-item:first-child,
    .orino-footer-contact-item:last-child {
        padding-left: 22px;
        padding-right: 22px;
    }

    .orino-footer-grid {
        grid-template-columns: 1.6fr 1fr 1fr;
    }

    .orino-footer-brand {
        grid-column: 1 / -1;
        max-width: 650px;
    }
}

@media (max-width: 720px) {
    .orino-footer-shell {
        width: calc(100% - 34px);
    }

    .orino-footer-contact-grid {
        grid-template-columns: 1fr;
    }

    .orino-footer-contact-item,
    .orino-footer-contact-item:first-child,
    .orino-footer-contact-item:last-child {
        min-height: 94px;
        padding: 18px 0;
        border-right: 0;
        border-bottom: 1px solid var(--orino-footer-line);
    }

    .orino-footer-contact-item:last-child {
        border-bottom: 0;
    }

    .orino-footer-main {
        padding: 48px 0 44px;
    }

    .orino-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 28px;
    }

    .orino-footer-brand {
        grid-column: 1 / -1;
    }

    .orino-footer-bottom-row {
        min-height: 112px;
        flex-wrap: wrap;
        justify-content: center;
        padding: 22px 0;
        text-align: center;
    }

    .orino-footer-copyright,
    .orino-footer-signature {
        width: 100%;
    }

    .orino-footer-signature {
        order: 2;
    }

    .orino-footer-top-link {
        order: 3;
    }
}

@media (max-width: 480px) {
    .orino-footer-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .orino-footer-brand {
        grid-column: auto;
    }

    .orino-footer-logo {
        font-size: 31px;
    }

    .orino-footer-contact-icon {
        flex-basis: 40px;
        width: 40px;
        height: 40px;
    }

    .orino-footer-payment-list {
        gap: 6px;
    }

    .orino-footer-pay {
        padding: 5px 8px;
        font-size: 9px;
    }
}

/* Strong override for page-specific legacy footer rules */
html body #wrapper footer#footer.footer-wrapper {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}


/* =========================================================
   REAL PAYMENT LOGOS + FOOTER LINK CLEANUP
   ========================================================= */
.orino-footer-payment-list .payment-icon {
    display: inline-flex !important;
    width: 58px !important;
    min-width: 58px !important;
    height: 34px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 6px 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.24) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    opacity: 1 !important;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.16);
}

.orino-footer-payment-list .payment-icon svg {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    fill: currentColor !important;
}

.orino-footer-payment-list .payment-icon:nth-child(1) {
    color: #1a1f71 !important;
}

.orino-footer-payment-list .payment-icon:nth-child(2) {
    color: #003087 !important;
}

.orino-footer-payment-list .payment-icon:nth-child(3) {
    color: #635bff !important;
}

.orino-footer-payment-list .payment-icon:nth-child(4) {
    color: #252525 !important;
}

.orino-footer-payment-list .payment-icon:nth-child(4) path:nth-of-type(2) {
    fill: #eb001b !important;
}

.orino-footer-payment-list .payment-icon:nth-child(4) path:nth-of-type(3) {
    fill: #f79e1b !important;
}

.orino-footer-payment-list .payment-icon:nth-child(4) path:nth-of-type(4) {
    fill: #ff5f00 !important;
}

.orino-footer-payment-list .payment-icon:nth-child(5) {
    width: 74px !important;
    min-width: 74px !important;
    color: #4f7f45 !important;
}

.orino-global-footer .orino-footer-links li:has(> a[href$="/checkout/"]) {
    display: none !important;
}

@media (max-width: 480px) {
    .orino-footer-payment-list .payment-icon {
        width: 52px !important;
        min-width: 52px !important;
        height: 32px !important;
        padding: 6px 7px !important;
    }

    .orino-footer-payment-list .payment-icon:nth-child(5) {
        width: 68px !important;
        min-width: 68px !important;
    }
}

/* =========================================================
   GLOBAL WHATSAPP CHAT BUTTON
   ========================================================= */
.orino-whatsapp-chat,
.orino-whatsapp-chat:visited {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;
    display: inline-flex;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(255,255,255,.94);
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    box-shadow: 0 14px 34px rgba(16,105,56,.30), 0 4px 12px rgba(0,0,0,.14);
    text-decoration: none;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}
.orino-whatsapp-chat:hover {
    background: #1fbd59;
    color: #fff;
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 18px 42px rgba(16,105,56,.38), 0 5px 14px rgba(0,0,0,.16);
}
.orino-whatsapp-chat svg {
    display: block;
    width: 31px;
    height: 35px;
    fill: currentColor;
}
.orino-whatsapp-chat::before {
    content: attr(data-label);
    position: absolute;
    right: 70px;
    top: 50%;
    padding: 9px 13px;
    border-radius: 999px;
    background: #2f211b;
    color: #fffaf4;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .02em;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform: translate(8px,-50%);
    transition: opacity .2s ease, transform .2s ease;
    box-shadow: 0 8px 22px rgba(0,0,0,.16);
}
.orino-whatsapp-chat:hover::before,
.orino-whatsapp-chat:focus-visible::before {
    opacity: 1;
    transform: translate(0,-50%);
}
.orino-whatsapp-chat:focus-visible {
    outline: 3px solid rgba(37,211,102,.28);
    outline-offset: 4px;
}
@media (max-width: 720px) {
    .orino-whatsapp-chat,
    .orino-whatsapp-chat:visited {
        right: 16px;
        bottom: calc(16px + env(safe-area-inset-bottom));
        width: 56px;
        height: 56px;
    }
    .orino-whatsapp-chat svg {
        width: 28px;
        height: 32px;
    }
    .orino-whatsapp-chat::before {
        display: none;
    }
}

/* =========================================================
   GLOBAL MOBILE AND CONTENT REFINEMENTS
   ========================================================= */
:root {
    --orino-ink: #2f211b;
    --orino-coffee: #5c3a2b;
    --orino-caramel: #a86f49;
    --orino-cream: #f7f0e7;
    --orino-paper: #fffdf9;
    --orino-line: rgba(92, 58, 43, .16);
}

.page-id-24 #main,
.page-id-27 #main {
    padding: 0;
    background: var(--orino-cream);
}

.page-id-24 .page-wrapper,
.page-id-27 .page-wrapper {
    padding: 0;
}

.page-id-24 .page-wrapper > .row,
.page-id-27 .page-wrapper > .row {
    max-width: none;
}

.page-id-24 .page-wrapper > .row > .col,
.page-id-27 .page-wrapper > .row > .col {
    padding: 0;
}

.orino-brand-page {
    overflow: hidden;
    color: var(--orino-ink);
    background: var(--orino-cream);
}

.orino-brand-page *,
.orino-blog-intro * {
    box-sizing: border-box;
}

.orino-brand-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #a86f49;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    line-height: 1.25;
    text-transform: uppercase;
}

.orino-brand-eyebrow::before {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor;
}

.orino-brand-hero {
    position: relative;
    display: grid;
    min-height: 520px;
    place-items: center;
    padding: clamp(76px, 9vw, 132px) 24px;
    isolation: isolate;
    overflow: hidden;
    color: #fffaf4;
    background-position: center;
    background-size: cover;
}

.orino-brand-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 84% 18%, rgba(192, 132, 91, .2), transparent 30%),
        linear-gradient(100deg, rgba(32, 18, 13, .96), rgba(48, 28, 20, .79) 68%, rgba(48, 28, 20, .58));
}

.orino-brand-hero--about,
.orino-brand-hero--contact {
    background-image: url("https://orinocafe.com/wp-content/uploads/2026/07/Design-sans-titre-13.png");
}

.orino-brand-hero__content {
    width: min(1120px, 100%);
    margin: 0 auto;
}

.orino-brand-hero h1 {
    max-width: 790px;
    margin: 22px 0 20px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 6vw, 82px);
    font-weight: 500;
    letter-spacing: -.045em;
    line-height: .98;
}

.orino-brand-hero p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 250, 244, .83);
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.75;
}

.orino-brand-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 34px;
}

.orino-brand-hero__badges span {
    padding: 10px 14px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    background: rgba(255,255,255,.07);
    color: #fff8f1;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.orino-brand-section {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
    padding: 100px 0;
}

.orino-story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr);
    gap: clamp(48px, 7vw, 92px);
    align-items: center;
}

.orino-story-grid__image {
    min-height: 560px;
    border: 12px solid var(--orino-paper);
    border-radius: 36px;
    background:
        linear-gradient(rgba(37, 22, 16, .08), rgba(37, 22, 16, .28)),
        url("https://orinocafe.com/wp-content/uploads/2026/07/WhatsApp-Image-2026-07-13-at-22.06.50-510x510.jpeg") center / cover no-repeat;
    box-shadow: 0 30px 70px rgba(58, 37, 28, .16);
}

.orino-story-grid__copy h2,
.orino-values > h2,
.orino-contact-note h2,
.orino-brand-cta h2 {
    margin: 18px 0 24px;
    color: var(--orino-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.05;
}

.orino-story-grid__copy p {
    margin-bottom: 16px;
    color: #725c50;
    font-size: 16px;
    line-height: 1.8;
}

.orino-brand-button,
.orino-brand-button:visited {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding: 0 27px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #754a34, #9d6947);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 15px 30px rgba(88, 53, 37, .2);
    transition: transform .2s ease, box-shadow .2s ease;
}

.orino-brand-button:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(88, 53, 37, .28);
}

.orino-values {
    padding-top: 74px;
    text-align: center;
}

.orino-values > h2 {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
}

.orino-values__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 42px;
    text-align: left;
}

.orino-values__grid article {
    min-height: 260px;
    padding: 34px;
    border: 1px solid var(--orino-line);
    border-radius: 26px;
    background: var(--orino-paper);
    box-shadow: 0 20px 50px rgba(58, 37, 28, .08);
}

.orino-values__grid article > span {
    display: inline-grid;
    width: 46px;
    height: 46px;
    place-items: center;
    margin-bottom: 32px;
    border-radius: 14px;
    background: #f1e1d3;
    color: #81523a;
    font-size: 12px;
    font-weight: 800;
}

.orino-values__grid h3 {
    margin: 0 0 12px;
    color: var(--orino-ink);
    font-size: 21px;
}

.orino-values__grid p {
    margin: 0;
    color: #786257;
    font-size: 14px;
    line-height: 1.7;
}

.orino-brand-cta {
    display: flex;
    width: min(1160px, calc(100% - 40px));
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 0 auto 100px;
    padding: 50px 56px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 92% 10%, rgba(187, 125, 84, .2), transparent 27%),
        #2f1d16;
    color: #fffaf4;
    box-shadow: 0 28px 65px rgba(47, 29, 22, .2);
}

.orino-brand-cta h2 {
    max-width: 620px;
    margin-bottom: 0;
    color: #fff;
}

.orino-brand-button--light,
.orino-brand-button--light:visited {
    flex: 0 0 auto;
    margin: 0;
    background: #fff8f1;
    color: var(--orino-ink);
    box-shadow: none;
}

.orino-brand-button--light:hover {
    color: var(--orino-ink);
}

.orino-contact-page {
    padding-bottom: 100px;
}

.orino-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    padding-bottom: 50px;
}

.orino-contact-card,
.orino-contact-card:visited {
    display: flex;
    min-height: 340px;
    flex-direction: column;
    align-items: flex-start;
    padding: 34px;
    border: 1px solid var(--orino-line);
    border-radius: 28px;
    background: var(--orino-paper);
    color: var(--orino-ink);
    text-decoration: none;
    box-shadow: 0 20px 50px rgba(58, 37, 28, .08);
}

.orino-contact-card--primary,
.orino-contact-card--primary:visited {
    background: #3a241b;
    color: #fffaf4;
}

.orino-contact-card__icon {
    display: inline-grid;
    width: 52px;
    height: 52px;
    place-items: center;
    margin-bottom: 34px;
    border: 1px solid rgba(168,111,73,.28);
    border-radius: 16px;
    background: #f4e6d9;
    color: #754a34;
    font-size: 13px;
    font-weight: 900;
}

.orino-contact-card--primary .orino-contact-card__icon {
    background: rgba(255,255,255,.09);
    color: #fff;
}

.orino-contact-card h2 {
    max-width: 100%;
    margin: 16px 0 12px;
    overflow-wrap: anywhere;
    color: inherit;
    font-size: clamp(22px, 2vw, 28px);
    line-height: 1.15;
}

.orino-contact-card p {
    margin: 0 0 24px;
    color: #786257;
    font-size: 14px;
    line-height: 1.7;
}

.orino-contact-card--primary p {
    color: rgba(255,250,244,.72);
}

.orino-contact-card strong {
    margin-top: auto;
    color: inherit;
    font-size: 13px;
}

.orino-contact-note {
    display: grid;
    width: min(1160px, calc(100% - 40px));
    grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
    gap: 60px;
    align-items: center;
    margin: 0 auto;
    padding: 52px 56px;
    border: 1px solid var(--orino-line);
    border-radius: 30px;
    background: #fffaf5;
}

.orino-contact-note h2 {
    margin-bottom: 0;
}

.orino-contact-note ul {
    margin: 0;
    list-style: none;
}

.orino-contact-note li {
    position: relative;
    margin: 0;
    padding: 13px 0 13px 26px;
    border-bottom: 1px solid var(--orino-line);
    color: #614b40;
    font-size: 14px;
}

.orino-contact-note li::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a86f49;
}

/* Journal */
.blog #content {
    padding: 70px 0 100px;
    background: var(--orino-cream);
}

.blog #content > .row {
    max-width: 1160px;
}

.blog #post-list.large-9 {
    max-width: 100%;
    flex-basis: 100%;
}

.blog .post-sidebar {
    display: none !important;
}

.orino-blog-intro {
    margin-bottom: 36px;
    padding: clamp(46px, 7vw, 84px);
    border-radius: 34px;
    background:
        radial-gradient(circle at 88% 14%, rgba(184, 126, 87, .26), transparent 28%),
        linear-gradient(120deg, #2b1b15, #503326);
    color: #fff9f2;
    box-shadow: 0 28px 65px rgba(47, 29, 22, .17);
}

.orino-blog-intro h1 {
    max-width: 680px;
    margin: 18px 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: 1;
}

.orino-blog-intro p {
    max-width: 620px;
    margin: 0;
    color: rgba(255,249,242,.76);
    font-size: 17px;
    line-height: 1.7;
}

.blog article.post {
    margin-bottom: 30px;
    padding: clamp(28px, 5vw, 52px);
    border: 1px solid var(--orino-line);
    border-radius: 28px;
    background: var(--orino-paper);
    box-shadow: 0 20px 52px rgba(58, 37, 28, .09);
}

.blog article.post .article-inner {
    box-shadow: none;
}

.blog .entry-category,
.blog .entry-meta,
.blog footer.entry-meta {
    display: none !important;
}

.blog .entry-header-text {
    padding: 0 0 22px;
    text-align: left;
}

.blog .entry-title {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 4vw, 48px);
    letter-spacing: -.03em;
}

.blog .entry-title a {
    color: var(--orino-ink);
}

.blog .entry-content {
    padding: 0;
    color: #725c50;
    font-size: 16px;
    line-height: 1.75;
}

.orino-journal-article h2 {
    margin: 34px 0 14px;
    color: var(--orino-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
}

.orino-journal-lead {
    color: #5e463a;
    font-size: 19px;
    line-height: 1.75;
}

/* Mobile navigation and cart steps */
@media (max-width: 849px) {
    #top-bar {
        display: none !important;
    }

    .mfp-content .nav-sidebar > .account-item,
    .mfp-content .nav-sidebar > .header-newsletter-item,
    .mfp-content .header-social-icons {
        display: none !important;
    }

    body:has(.mfp-wrap.mfp-ready) .orino-whatsapp-chat {
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transform: scale(.86) !important;
    }

    .orino-brand-hero {
        min-height: 500px;
        padding: 76px 20px 68px;
        background-position: 58% center;
    }

    .orino-brand-hero h1 {
        margin-top: 18px;
        font-size: clamp(42px, 13vw, 58px);
    }

    .orino-brand-hero p {
        font-size: 16px;
        line-height: 1.65;
    }

    .orino-brand-hero__badges {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 28px;
    }

    .orino-brand-section {
        width: min(100% - 28px, 720px);
        padding: 64px 0;
    }

    .orino-story-grid,
    .orino-values__grid,
    .orino-contact-grid,
    .orino-contact-note {
        grid-template-columns: 1fr;
    }

    .orino-story-grid {
        gap: 42px;
    }

    .orino-story-grid__image {
        min-height: 380px;
        border-width: 8px;
        border-radius: 26px;
    }

    .orino-story-grid__copy h2,
    .orino-values > h2,
    .orino-contact-note h2,
    .orino-brand-cta h2 {
        font-size: clamp(34px, 10.5vw, 46px);
    }

    .orino-values {
        padding-top: 30px;
    }

    .orino-values__grid {
        gap: 14px;
        margin-top: 30px;
    }

    .orino-values__grid article {
        min-height: 0;
        padding: 28px;
        border-radius: 22px;
    }

    .orino-values__grid article > span {
        margin-bottom: 22px;
    }

    .orino-brand-cta {
        width: calc(100% - 28px);
        align-items: stretch;
        flex-direction: column;
        margin-bottom: 64px;
        padding: 34px 28px;
        border-radius: 24px;
    }

    .orino-brand-button,
    .orino-brand-button--light {
        width: 100%;
    }

    .orino-contact-page {
        padding-bottom: 64px;
    }

    .orino-contact-grid {
        gap: 14px;
        padding-bottom: 24px;
    }

    .orino-contact-card {
        min-height: 300px;
        padding: 28px;
        border-radius: 22px;
    }

    .orino-contact-note {
        width: calc(100% - 28px);
        gap: 26px;
        padding: 30px 26px;
        border-radius: 24px;
    }

    .orino-contact-note ul {
        padding-left: 0;
    }

    .blog #content {
        padding: 28px 0 64px;
    }

    .blog #content > .row {
        padding-right: 14px;
        padding-left: 14px;
    }

    .orino-blog-intro {
        margin-bottom: 18px;
        padding: 42px 26px;
        border-radius: 24px;
    }

    .orino-blog-intro h1 {
        font-size: clamp(40px, 12vw, 52px);
    }

    .blog article.post {
        padding: 28px 24px;
        border-radius: 22px;
    }

    .woocommerce-cart .checkout-breadcrumbs {
        display: grid !important;
        width: 100% !important;
        max-width: 100% !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 4px;
        align-items: stretch;
        margin: 0 !important;
        padding: 11px 8px !important;
        overflow: hidden !important;
    }

    .woocommerce-cart .checkout-breadcrumbs > a,
    .woocommerce-cart .checkout-breadcrumbs > a.hide-for-small {
        display: flex !important;
        min-width: 0 !important;
        max-width: 100% !important;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding: 6px 2px !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
        color: rgba(255,255,255,.56);
        font-size: 9px !important;
        letter-spacing: 0 !important;
        line-height: 1.15 !important;
        text-align: center;
    }

    .woocommerce-cart .checkout-breadcrumbs > a.current {
        color: #fff;
    }

    .woocommerce-cart .checkout-breadcrumbs > .divider {
        display: none !important;
    }

    .woocommerce-cart .checkout-breadcrumbs > a::before {
        flex: 0 0 22px;
        width: 22px !important;
        height: 22px !important;
        font-size: 10px !important;
        line-height: 22px !important;
    }
}

@media (max-width: 380px) {
    .woocommerce-cart .checkout-breadcrumbs {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .woocommerce-cart .checkout-breadcrumbs > a,
    .woocommerce-cart .checkout-breadcrumbs > a.hide-for-small {
        gap: 3px;
        font-size: 8.25px !important;
    }
}

/* ORINO FINAL MOBILE POLISH */
@media (max-width: 849px) {
    .mfp-content .searchform .button,
    .mfp-content .searchform button {
        border-color: #754a34 !important;
        background: #754a34 !important;
        color: #fff !important;
    }

    .woocommerce-cart .checkout-breadcrumbs > a,
    .woocommerce-cart .checkout-breadcrumbs > a.hide-for-small {
        flex-direction: column !important;
        gap: 3px !important;
    }

    .woocommerce-cart .checkout-breadcrumbs > a::before {
        margin: 0 auto !important;
    }
}
