﻿body {
    font-family: "Trebuchet MS", "Segoe UI", sans-serif;
    color: #402824;
    background: #f4f4f4;
    margin: 0;
}

a {
    color: #c91c22;
    transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

a:hover {
    color: #a9151a;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1040;
}

.site-main {
    position: relative;
    z-index: 1;
}

.section-kicker,
.page-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(201, 28, 34, 0.1);
    color: #c91c22;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.section-title,
.page-title,
.page-header h1,
.content-rich h1,
.content-rich h2,
.content-rich h3 {
    font-family: "cooper-black-std", Georgia, serif;
    color: #b3171c;
    letter-spacing: 0;
}

.section-title,
.page-title {
    font-size: clamp(2rem, 3vw, 3.3rem);
    line-height: 1.04;
    margin: 0;
}

.section-text,
.page-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #6f5753;
}

.utility-bar {
    background: linear-gradient(90deg, #be171d 0%, #cf1f25 55%, #dd312f 100%);
    color: #fff;
    font-size: 0.92rem;
}

.utility-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 0;
}

.utility-info,
.utility-social {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.utility-link,
.utility-link:hover,
.utility-link:focus,
.utility-social a,
.utility-social a:hover,
.utility-social a:focus {
    color: #fff;
}

.utility-social a {
    width: 2.2rem;
    height: 2.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
}

.utility-social a:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.24);
}

.site-navbar {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(14px);
    box-shadow: 0 12px 28px rgba(170, 25, 29, 0.08);
    border-bottom: 1px solid rgba(201, 28, 34, 0.08);
    padding: 1rem 0;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

.brand-logo {
    width: 108px;
    max-height: 108px;
    object-fit: contain;
    filter: drop-shadow(0 14px 20px rgba(201, 28, 34, 0.14));
}

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

.brand-title {
    font-family: "cooper-black-std", Georgia, serif;
    font-size: 1.8rem;
    color: #c91c22;
}

.navbar-toggler {
    border: 0;
    padding: 0.35rem 0.5rem;
}

.navbar-toggler-icon {
    width: 1.4rem;
    height: 1.4rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28185,23,28,0.88%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.site-nav {
    align-items: center;
    gap: 0.35rem;
}

.site-nav .nav-link {
    color: #65423d;
    font-size: 0.97rem;
    font-weight: 700;
    padding: 0.68rem 0.9rem;
    border-radius: 999px;
}

.site-nav .nav-link:hover,
.site-nav .show > .nav-link,
.site-nav .active > .nav-link {
    color: #fff;
    background: linear-gradient(135deg, #be171d, #dd312f);
}

.site-nav .dropdown-menu {
    border: 0;
    min-width: 13rem;
    padding: 0.75rem;
    border-radius: 1.2rem;
    box-shadow: 0 16px 32px rgba(185, 23, 28, 0.12);
    background: rgba(255, 255, 255, 0.99);
}

.site-nav .dropdown-item {
    border-radius: 0.8rem;
    color: #65423d;
    font-weight: 600;
    padding: 0.7rem 0.9rem;
}

.site-nav .dropdown-item:hover,
.site-nav .dropdown-item:focus {
    color: #b3171c;
    background: rgba(201, 28, 34, 0.08);
}

.dropdown-item-highlight {
    margin-bottom: 0.35rem;
    background: rgba(201, 28, 34, 0.08);
    color: #c91c22;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: calc(100% - 0.25rem);
    margin-top: -0.75rem;
}

.nav-cta {
    margin-left: 0.5rem;
}

.btn-brand,
.btn.btn-primary,
input.btn.btn-primary,
button.btn.btn-primary {
    background: linear-gradient(135deg, #be171d, #dd312f);
    border: 0;
    color: #fff;
    border-radius: 999px;
    padding: 0.72rem 1.08rem;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(190, 23, 29, 0.18);
}

.btn-brand:hover,
.btn.btn-primary:hover,
input.btn.btn-primary:hover,
button.btn.btn-primary:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(190, 23, 29, 0.22);
}

.btn-card {
    width: 100%;
    max-width: 220px;
    text-align: center;
}

.btn-outline-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(190, 23, 29, 0.24);
    color: #b3171c;
    border-radius: 999px;
    padding: 0.72rem 1.08rem;
    font-weight: 700;
    background: #fff;
}

.btn-outline-brand:hover {
    color: #b3171c;
    background: rgba(201, 28, 34, 0.08);
}

.hero-shell {
    padding: 1.05rem 0 0.35rem;
}

.hero-banner {
    overflow: hidden;
    border-radius: 1.9rem;
    box-shadow: 0 16px 30px rgba(190, 23, 29, 0.1);
    background: #fff;
}

.hero-slide img {
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: cover;
}

.catalog-shell,
.page-shell,
.contact-shell,
.content-shell {
    padding: 1rem 0 3.2rem;
}

.section-head,
.page-intro {
    margin-bottom: 1.4rem;
}

.page-intro-compact {
    padding: 1.4rem 1.8rem;
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.brand-card,
.content-card,
.contact-panel,
.footer-panel {
    border-radius: 1.6rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 8px 20px rgba(50, 50, 50, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.brand-card:hover,
.content-card:hover,
.contact-panel:hover,
.card-clickable:hover {
    transform: translateY(-6px);
    border-color: rgba(190, 23, 29, 0.35);
    box-shadow: 0 14px 26px rgba(190, 23, 29, 0.12);
}

.brand-card {
    overflow: hidden;
    height: 100%;
}

.card-clickable {
    position: relative;
    cursor: pointer;
}

.card-media {
    background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
    min-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.35rem;
}

.card-media img {
    width: 100%;
    max-height: 210px;
    object-fit: contain;
    filter: drop-shadow(0 14px 22px rgba(0, 0, 0, 0.08));
}

.category-card .card-media {
    min-height: 228px;
}

.card-body-custom {
    padding: 1.15rem 1.2rem 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.42rem;
}

.card-body-custom h3,
.card-body-custom h4,
.card-body-custom h5,
.footer-brand h3,
.contact-panel h2,
.contact-panel h3,
.footer-links h4 {
    font-family: "cooper-black-std", Georgia, serif;
    color: #b3171c;
    margin: 0;
    line-height: 1.08;
}

.card-body-custom p,
.card-body-custom .card-text,
.footer-panel p,
.contact-meta {
    color: #6f5753;
    line-height: 1.6;
    margin-bottom: 0;
}

.card-actions {
    margin-top: auto;
    padding-top: 0.4rem;
}

.card-actions-centered {
    display: flex;
    justify-content: center;
}

.page-intro,
.content-card,
.contact-panel {
    padding: 2rem;
}

.page-intro {
    background: linear-gradient(135deg, rgba(190, 23, 29, 0.96), rgba(221, 49, 47, 0.92));
    border-radius: 1.9rem;
    color: #fff;
    box-shadow: 0 22px 44px rgba(190, 23, 29, 0.16);
}

.page-intro .page-kicker,
.page-intro .badge-soft {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.page-intro .page-title {
    color: #fff;
    margin-bottom: 0;
}

.page-intro .page-text {
    color: rgba(255, 255, 255, 0.88);
    max-width: 52rem;
}

.content-rich,
.content-rich-normal {
    color: #5f403c;
    line-height: 1.8;
    font-size: 1rem;
}

.content-rich img,
.content-rich iframe {
    max-width: 100%;
    border-radius: 1.2rem;
}

.form-card,
.info-card,
.footer-columns {
    display: grid;
    gap: 1rem;
}

.form-field label {
    display: block;
    margin-bottom: 0.45rem;
    color: #b3171c;
    font-weight: 700;
}

.form-field .form-control {
    border-radius: 1rem;
    border: 1px solid rgba(190, 23, 29, 0.18);
    padding: 0.95rem 1rem;
    min-height: 3.2rem;
    box-shadow: none;
}

.form-field textarea.form-control {
    min-height: 11rem;
    resize: vertical;
}

.form-field .form-control:focus {
    border-color: rgba(190, 23, 29, 0.42);
    box-shadow: 0 0 0 0.2rem rgba(190, 23, 29, 0.08);
}

.validation-message {
    display: block;
    margin-top: 0.35rem;
    color: #b42318;
    font-size: 0.88rem;
}

.validation-summary-errors {
    margin-bottom: 1rem;
    padding: 1rem 1.2rem;
    border-radius: 1rem;
    background: rgba(180, 35, 24, 0.08);
    color: #8d1f15;
}

.validation-summary-errors ul {
    margin: 0;
    padding-left: 1.1rem;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 1.5rem;
}

.map-frame {
    overflow: hidden;
    border-radius: 1.4rem;
    border: 1px solid rgba(190, 23, 29, 0.08);
    box-shadow: 0 10px 24px rgba(190, 23, 29, 0.08);
}

.text-note {
    color: #8f6964;
    font-size: 0.96rem;
    line-height: 1.8;
}

.site-footer {
    padding: 0 0 2.5rem;
}

.chocolate-footer {
    margin-top: 0.2rem;
}

.footer-panel.footer-panel-chocolate {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(rgba(49, 23, 13, 0.66), rgba(49, 23, 13, 0.82)),
        url("../pt-br/imagens/rodape.jpg") center center / cover no-repeat;
    border: 0;
    box-shadow: 0 18px 38px rgba(54, 28, 17, 0.24);
    color: #f7ece6;
    padding: 2.2rem 2.25rem 2rem;
    display: grid;
    gap: 1.6rem;
}

.footer-panel.footer-panel-chocolate::before,
.footer-panel.footer-panel-chocolate::after {
    display: none;
}

.footer-mainline,
.footer-contact-block {
    position: relative;
    z-index: 1;
}

.footer-mainline {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1.5rem;
    align-items: center;
}

.footer-brand.footer-brand-large {
    display: flex;
    align-items: center;
    gap: 1.35rem;
}

.footer-brand.footer-brand-large img {
    width: 148px;
    max-width: 148px;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.22));
}

.footer-brand.footer-brand-large h3,
.footer-contact-block h4 {
    color: #fff7f2;
    margin: 0 0 0.55rem 0;
}

.footer-brand.footer-brand-large p,
.footer-contact-block p {
    color: rgba(255, 242, 235, 0.9);
    margin-bottom: 0;
    line-height: 1.7;
}

.social-links.social-inline {
    margin-top: 0;
    justify-content: flex-end;
}

.social-links.social-inline a {
    background: rgba(255, 255, 255, 0.12);
    color: #fff5ef;
}

.social-links.social-inline a:hover {
    background: #c91c22;
    color: #fff;
}

.footer-contact-block {
    padding-top: 0.1rem;
}

.footer-contact-block h4 {
    font-family: "cooper-black-std", Georgia, serif;
}

@media (max-width: 991px) {
    .footer-mainline {
        grid-template-columns: 1fr;
    }

    .social-links.social-inline {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .footer-panel.footer-panel-chocolate {
        padding: 1.8rem 1.4rem 1.4rem;
    }

    .footer-brand.footer-brand-large {
        align-items: flex-start;
    }

    .footer-brand.footer-brand-large img {
        width: 112px;
        max-width: 112px;
    }
}


.simple-footer {
    margin-top: 0.2rem;
}

.footer-panel.footer-panel-simple {
    background: linear-gradient(180deg, #fffaf6 0%, #f6ece6 100%);
    border: 1px solid rgba(201, 28, 34, 0.08);
    border-radius: 2rem;
    box-shadow: 0 18px 38px rgba(101, 66, 61, 0.08);
    padding: 2.2rem 2.25rem 1.2rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr) minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
}

.footer-brand.footer-brand-simple {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.footer-brand.footer-brand-simple img {
    width: 120px;
    max-width: 120px;
    object-fit: contain;
}

.footer-brand.footer-brand-simple h3,
.footer-links h4,
.footer-contact-block h4 {
    color: #5f302c;
    margin: 0 0 0.65rem 0;
}

.footer-brand.footer-brand-simple p,
.footer-contact-block p,
.footer-bottom p {
    color: #6f5753;
    margin-bottom: 0;
    line-height: 1.7;
}

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

.footer-links a,
.footer-contact-block a {
    color: #7a4c45;
    text-decoration: none;
}

.footer-links a:hover,
.footer-contact-block a:hover {
    color: #c91c22;
}

.social-links.social-inline {
    margin-top: 1rem;
    justify-content: flex-start;
}

.social-links.social-inline a {
    background: rgba(201, 28, 34, 0.08);
    color: #be171d;
}

.social-links.social-inline a:hover {
    background: #c91c22;
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(201, 28, 34, 0.1);
    margin-top: 1.6rem;
    padding-top: 1rem;
}

@media (max-width: 991px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .footer-panel.footer-panel-simple {
        padding: 1.8rem 1.4rem 1.2rem;
    }

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

    .footer-brand.footer-brand-simple {
        align-items: flex-start;
    }
}

.tiq-header {
    position: sticky;
    top: 0;
    z-index: 1040;
}

.tiq-topbar {
    background: linear-gradient(90deg, #7d1719 0%, #a61f22 100%);
    color: #fff7f0;
    font-size: 0.92rem;
}

.tiq-topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    flex-wrap: wrap;
}

.tiq-toplink {
    color: #fff7f0;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-weight: 600;
}

.tiq-toplink:hover,
.tiq-toplink:focus {
    color: #fff;
}

.tiq-inline-icon {
    width: 1rem;
    height: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.tiq-inline-icon svg,
.tiq-socials svg,
.tiq-footer-socials svg {
    width: 100%;
    height: 100%;
}

.tiq-socials {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
}

.tiq-socials a {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
}

.tiq-socials a:hover {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.tiq-navbar {
    background: rgba(255, 250, 247, 0.96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(125, 23, 25, 0.08);
    box-shadow: 0 14px 34px rgba(82, 39, 33, 0.08);
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.tiq-navbar-wrap {
    gap: 1rem;
}

.tiq-brand {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    margin-right: 1.5rem;
}

.tiq-brand-logo {
    width: 88px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(201, 28, 34, 0.14));
}

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

.tiq-brand-kicker {
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #9a746b;
    margin-bottom: 0.35rem;
}

.tiq-brand-title {
    font-size: clamp(1.65rem, 2vw, 2.1rem);
    color: #b71d22;
    line-height: 1;
}

.tiq-toggler {
    border: 1px solid rgba(183, 29, 34, 0.12);
    border-radius: 0.9rem;
    padding: 0.45rem 0.65rem;
    background: #fff;
}

.tiq-menu {
    gap: 0.35rem;
}

.tiq-menu .nav-link {
    color: #5f3d37;
    font-size: 0.98rem;
    font-weight: 700;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.tiq-menu .nav-link:hover,
.tiq-menu .nav-link:focus {
    color: #b71d22;
    background: rgba(183, 29, 34, 0.08);
}

.tiq-nav-cta {
    margin-left: 1rem;
    border-radius: 999px;
    padding: 0.82rem 1.3rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #b71d22 0%, #df5f40 100%);
    box-shadow: 0 14px 30px rgba(183, 29, 34, 0.2);
}

.tiq-nav-cta:hover,
.tiq-nav-cta:focus {
    color: #fff;
    transform: translateY(-1px);
}

.tiq-footer {
    padding-top: 1.2rem;
    padding-bottom: 2.5rem;
}

.tiq-footer-shell {
    background: #fffaf7;
    border: 1px solid rgba(136, 86, 76, 0.12);
    border-radius: 2rem;
    padding: 2.4rem;
    box-shadow: 0 22px 50px rgba(77, 45, 39, 0.08);
}

.tiq-footer-brand {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.tiq-footer-brand img {
    width: 110px;
    height: auto;
    object-fit: contain;
}

.tiq-footer-brand h3,
.tiq-footer-block h4 {
    color: #5b2f2a;
    margin-bottom: 0.75rem;
}

.tiq-footer-brand h3 {
    font-family: "cooper-black-std", Georgia, serif;
    font-size: 1.75rem;
}

.tiq-footer-brand p,
.tiq-footer-block p,
.tiq-footer-bottom span,
.tiq-footer-bottom a {
    color: #6c524c;
    line-height: 1.75;
}

.tiq-footer-block ul li + li {
    margin-top: 0.55rem;
}

.tiq-footer-block a {
    color: #7b4f47;
    font-weight: 600;
}

.tiq-footer-block a:hover,
.tiq-footer-block a:focus,
.tiq-footer-bottom a:hover,
.tiq-footer-bottom a:focus {
    color: #b71d22;
}

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

.tiq-footer-socials {
    display: flex;
    gap: 0.65rem;
    margin-top: 0.9rem;
}

.tiq-footer-socials a {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3e2dc;
    color: #b71d22;
}

.tiq-footer-socials a:hover {
    background: #b71d22;
    color: #fff;
}

.tiq-footer-bottom {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(136, 86, 76, 0.12);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .tiq-topbar-inner {
        justify-content: center;
    }

    .tiq-socials {
        margin-left: 0;
    }

    .tiq-brand {
        margin-right: 0;
    }

    .tiq-menu {
        padding-top: 1rem;
        padding-bottom: 0.5rem;
    }

    .tiq-nav-cta {
        margin-left: 0;
        display: inline-flex;
        align-self: flex-start;
    }
}

@media (max-width: 767px) {
    .tiq-brand-logo {
        width: 72px;
    }

    .tiq-brand-kicker {
        font-size: 0.62rem;
    }

    .tiq-brand-title {
        font-size: 1.45rem;
    }

    .tiq-footer-shell {
        padding: 1.6rem;
        border-radius: 1.5rem;
    }

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

    .tiq-footer-brand img {
        width: 92px;
    }
}

.tiq-topbar {
    background: linear-gradient(90deg, #bd1d24 0%, #d82930 58%, #eb5146 100%);
}

.page-intro {
    padding: 1.2rem 1.5rem;
    background: linear-gradient(180deg, #fff8f6 0%, #f8ece8 100%);
    border: 1px solid rgba(183, 29, 34, 0.08);
    border-radius: 1.4rem;
    color: #5f3d37;
    box-shadow: 0 12px 28px rgba(190, 23, 29, 0.08);
}

.page-intro .page-kicker,
.page-intro .badge-soft {
    background: rgba(183, 29, 34, 0.1);
    color: #b71d22;
}

.page-intro .page-title {
    color: #b3171c;
    font-size: clamp(1.45rem, 2.2vw, 2.15rem);
    line-height: 1.08;
}

.page-intro .page-text {
    color: #6f5753;
    max-width: 42rem;
    font-size: 0.98rem;
}

.page-kicker {
    padding: 0.38rem 0.78rem;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
}

.section-title,
.page-title,
.page-header h1,
.content-rich h1,
.content-rich h2,
.content-rich h3 {
    font-size: clamp(1.45rem, 2.2vw, 2.2rem);
    line-height: 1.1;
}

.card-body-custom h3,
.card-body-custom h4,
.card-body-custom h5 {
    font-size: clamp(1.05rem, 1.4vw, 1.35rem);
    line-height: 1.15;
}

.card-body-custom {
    gap: 0.35rem;
}

.brand-card .card-text,
.card-body-custom p {
    font-size: 0.94rem;
}

.tiq-menu .nav-item.active .nav-link,
.tiq-menu .nav-link.active {
    color: #fff;
    background: linear-gradient(135deg, #b71d22 0%, #de4e42 100%);
    box-shadow: 0 10px 22px rgba(183, 29, 34, 0.16);
}

.tiq-nav-cta.active {
    background: linear-gradient(135deg, #8f1419 0%, #c52e30 100%);
    box-shadow: 0 14px 30px rgba(143, 20, 25, 0.26);
}

@media (max-width: 767px) {
    .page-intro {
        padding: 1rem 1.1rem;
    }

    .page-intro .page-title {
        font-size: 1.4rem;
    }

    .card-body-custom h3,
    .card-body-custom h4,
    .card-body-custom h5 {
        font-size: 1rem;
    }
}

.tiq-topbar {
    background: linear-gradient(180deg, #fffaf7 0%, #f5e9e2 100%);
    border-bottom: 1px solid rgba(125, 23, 25, 0.08);
    color: #6d4d46;
}

.tiq-toplink {
    color: #6d4d46;
}

.tiq-toplink:hover,
.tiq-toplink:focus {
    color: #b71d22;
}

.tiq-toplink i,
.tiq-footer-contact i {
    color: #b71d22;
}

.tiq-socials a {
    color: #b71d22;
    background: rgba(183, 29, 34, 0.08);
}

.tiq-socials a:hover {
    background: #b71d22;
    color: #fff;
}

.tiq-socials i,
.tiq-footer-socials i {
    font-size: 1rem;
    line-height: 1;
}

.page-intro {
    background: linear-gradient(180deg, #fffaf7 0%, #f6ece6 100%);
}

.category-card .card-body-custom h3,
.category-card .card-body-custom h4,
.category-card .card-body-custom h5 {
    font-size: clamp(1.15rem, 1.6vw, 1.5rem);
}

.card-clickable:hover,
.brand-card:hover {
    border-color: rgba(183, 29, 34, 0.28);
    box-shadow: 0 16px 28px rgba(183, 29, 34, 0.12);
}

.card-clickable:hover .card-media,
.brand-card:hover .card-media {
    background: linear-gradient(180deg, #fffdfc 0%, #f5e8e1 100%);
}

.animate-box,
.js .animate-box {
    opacity: 1 !important;
}

.tiq-topbar {
    background: linear-gradient(90deg, #bd1d24 0%, #d82930 58%, #eb5146 100%);
    border-bottom: 0;
    color: #fff7f0;
}

.tiq-toplink {
    color: #fff7f0;
}

.tiq-toplink:hover,
.tiq-toplink:focus {
    color: #fff;
}

.tiq-toplink i {
    color: #fff;
}

.tiq-socials a {
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
}

.tiq-socials a:hover {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.tiq-navbar {
    background: linear-gradient(180deg, #fffaf7 0%, #f5e9e2 100%);
}

body {
    background: #fbf4ef;
}

.category-card .card-body-custom {
    align-items: center;
    text-align: center;
}

.category-card .card-body-custom h3,
.category-card .card-body-custom h4,
.category-card .card-body-custom h5 {
    text-align: center;
    width: 100%;
}

.tiq-footer {
    padding-top: 0.35rem;
    padding-bottom: 2rem;
}

.tiq-footer-shell {
    padding-top: 1.8rem;
}

@media (max-width: 767px) {
    .tiq-footer {
        padding-top: 0.2rem;
    }

    .tiq-footer-shell {
        padding-top: 1.35rem;
    }
}

.tiq-navbar {
    background: rgba(255, 255, 255, 0.96);
}

.hero-shell {
    padding: 1.05rem 0 1rem;
}

.tiq-footer {
    padding-top: 0.15rem;
    padding-bottom: 2rem;
}

.tiq-footer-shell {
    padding-top: 1.45rem;
}

.page-intro {
    background: linear-gradient(180deg, #fffaf7 0%, #f5e9e2 100%);
    border: 1px solid rgba(136, 86, 76, 0.12);
    box-shadow: 0 18px 34px rgba(77, 45, 39, 0.08);
}

@media (max-width: 767px) {
    .hero-shell {
        padding-bottom: 0.8rem;
    }

    .tiq-footer {
        padding-top: 0.1rem;
    }

    .tiq-footer-shell {
        padding-top: 1.2rem;
    }
}

.page-intro {
    background: linear-gradient(135deg, #bb1f24 0%, #df4d42 100%);
    border: 1px solid rgba(183, 29, 34, 0.14);
    box-shadow: 0 18px 34px rgba(183, 29, 34, 0.14);
}

.page-intro .page-kicker,
.page-intro .badge-soft {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.page-intro .page-title {
    color: #fff;
}

.page-intro .page-text {
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .contact-shell {
        padding: 0.75rem 0 2rem;
    }

    .contact-grid {
        gap: 1rem;
    }

    .contact-panel {
        padding: 1.2rem;
    }

    .contact-panel h2 {
        font-size: 1.2rem;
    }

    .form-field .form-control {
        min-height: 2.9rem;
        padding: 0.8rem 0.9rem;
    }

    .form-field textarea.form-control {
        min-height: 8.5rem;
    }

    .map-frame {
        border-radius: 1rem;
    }

    .map-frame iframe {
        height: 260px;
    }

    .info-card {
        gap: 0.65rem;
    }

    .contact-meta {
        font-size: 0.94rem;
        line-height: 1.6;
    }
}

.content-shell {
    padding: 1.3rem 0;
}

.tiq-footer-socials a:hover,
.tiq-footer-socials a:focus {
    background: #b71d22;
    color: #fff !important;
}

.tiq-footer-socials a:hover i,
.tiq-footer-socials a:focus i {
    color: #fff !important;
}

.catalog-shell,
.page-shell,
.contact-shell,
.content-shell {
    padding: 1.3rem 0;
}

.tiq-footer-brand h3,
.tiq-footer-block h4 {
    font-family: "cooper-black-std", Georgia, serif;
}

.tiq-footer-brand h3 {
    font-size: 1.58rem;
}

.tiq-footer-block h4 {
    font-size: 1.22rem;
    margin-bottom: 0.65rem;
}

.tiq-footer-brand h3 {
    font-size: 1.22rem;
}

.catalog-shell {
    padding-bottom: 0.7rem;
}

.card-body-custom h2,
.card-body-custom h3,
.card-body-custom h4,
.card-body-custom h5 {
    font-family: "cooper-black-std", Georgia, serif;
    color: #b3171c;
    margin: 0;
    line-height: 1.08;
}

.card-body-custom h2,
.card-body-custom h3,
.card-body-custom h4,
.card-body-custom h5 {
    font-size: clamp(1.05rem, 1.4vw, 1.35rem);
    line-height: 1.15;
}

.category-card .card-body-custom h2,
.category-card .card-body-custom h3,
.category-card .card-body-custom h4,
.category-card .card-body-custom h5 {
    font-size: clamp(1.15rem, 1.6vw, 1.5rem);
}

@media (max-width: 767px) {
    .card-body-custom h2,
    .card-body-custom h3,
    .card-body-custom h4,
    .card-body-custom h5 {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .tiq-topbar-inner {
        justify-content: space-between;
        gap: 0.65rem;
    }

    .tiq-brand {
        gap: 0.7rem;
        max-width: calc(100% - 4.5rem);
    }

    .tiq-brand-logo {
        width: 58px;
    }

    .tiq-brand-title {
        font-size: 1.18rem;
        line-height: 0.95;
    }

    .tiq-brand-kicker {
        font-size: 0.54rem;
        margin-bottom: 0.2rem;
    }

    .tiq-toggler {
        padding: 0.4rem 0.55rem;
    }
}
