:root {
    --cream: #f8f5ef;
    --sand: #c8ad87;
    --caramel: #9f6324;
    --brown: #815116;
    --text: #7e6b4e;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Inter", sans-serif;
    color: var(--text);
    background: #fff;
}

h1,
h2,
h3,
.navbar-brand {
    font-family: "Cormorant Garamond", serif;
}

.site-header {
    background: #fdfcf9;
    border-bottom: 0;
}

.logo {
    width: 108px;
    height: auto;
}

.nav-link {
    color: #9a8d79;
    letter-spacing: 0.16em;
    font-size: 0.8rem;
    font-weight: 300 !important;
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
}

.nav-link:hover {
    color: var(--caramel);
}

.hero-section {
    min-height: 760px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-image: url("../imagens/banner.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 190px 0 140px;
    margin: 0;
}

.hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.36);
    z-index: 0;
}

.hero-section > .container {
    position: relative;
    z-index: 1;
}

.feature-section {
    margin-top: 0;
}

.feature-section .row,
.feature-section .col-lg-6 {
    margin-top: 0;
    margin-bottom: 0;
}

.hero-title {
    font-size: clamp(4rem, 8vw, 6.25rem);
    color: #8b5a20;
    margin-bottom: 0.7rem;
    line-height: 0.9;
}

.hero-logo {
    width: min(360px, 72vw);
    height: auto;
}

.hero-subtitle {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(1.35rem, 2.4vw, 1.95rem);
    font-weight: 600;
    margin-bottom: 1.6rem;
    color: #8f703d;
}

.hero-text {
    max-width: 500px;
    margin: 0 auto 2.4rem;
    font-size: 0.9rem;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 2.05;
    color: #8b5a20;
}

.btn-cta {
    background: #a36728;
    border: none;
    color: #fff;
    border-radius: 0;
    padding: 1rem 2.8rem;
    letter-spacing: 0.16em;
    font-size: 0.8rem;
}

.btn-cta:hover {
    background: #8f571c;
    color: #fff;
}

.feature-copy {
    background: #995E26;
    color: #f7efe2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 660px;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
}

.feature-inner {
    max-width: 460px;
    padding: 3.6rem 1.4rem;
}

.section-kicker {
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.66rem;
    margin-bottom: 1rem;
}

.feature-copy h2 {
    font-size: clamp(3.4rem, 4vw, 4.1rem);
    margin-bottom: 1.25rem;
    line-height: 0.93;
}

.feature-copy p {
    font-size: 0.94rem;
    font-weight: 300;
    line-height: 2.1;
    margin-bottom: 1rem;
}

.feature-copy .section-kicker {
    color: #d9c3a5;
    font-size: 0.74rem;
    font-weight: 300;
    margin-bottom: 1.25rem;
}

.feature-visual {
    background: #C3A37D;
    min-height: 660px;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #f4ebdd;
}

.feature-top-note {
    position: static;
    margin: 0;
    font-size: 0.86rem;
    letter-spacing: normal;
    word-spacing: 0.08em;
    text-align: center;
    margin-bottom: 1rem;
}

.badge-gluten {
    position: absolute;
    top: 22px;
    right: 54px;
    width: 108px;
}

.mochi-main {
    width: min(290px, 70%);
    margin-top: 0;
    filter: drop-shadow(0 12px 12px rgba(0, 0, 0, 0.08));
}

.visual-caption {
    margin-top: 0.6rem;
    font-size: 0.84rem;
    max-width: 280px;
    text-align: center;
    line-height: 1.65;
}

.flavors-section {
    background: #f6f4f1;
    padding-top: 88px !important;
    padding-bottom: 0 !important;
}

.flavors-section h2,
.about-section h2,
.contact-section h2 {
    font-size: clamp(3.4rem, 4.4vw, 4.3rem);
    color: #8f571b;
    line-height: 0.95;
}

.flavors-section h2 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.section-kicker.light {
    color: #d9c8b1;
}

.flavor-grid {
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 45px;
}

.flavor-card {
    text-align: center;
    padding: 2.8rem 0.6rem 2.2rem;
    min-height: 384px;
    height: 384px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flavor-card img {
    width: 80%;
    margin-bottom: 1.1rem;
}

.flavor-col {
    padding: 0 0.35rem;
}

.flavor-card h3 {
    font-size: 1.74rem;
    margin-bottom: 0.65rem;
    color: #fff8ed;
}

.flavor-card p {
    margin: 0;
    font-size: 0.66rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #fff3e1;
}

.flavor-2 h3,
.flavor-2 p,
.flavor-4 h3,
.flavor-4 p {
    color: #8f571b;
}

.flavor-1 { background: #B68F78; }
.flavor-2 { background: #FFE6A3; }
.flavor-3 { background: #FFBBB0; }
.flavor-4 { background: #EFE8D5; }
.flavor-5 { background: #FCC581; }
.flavor-confira { background: #F3E1BD; }

.flavor-bottom-strip {
    margin-top: 52px;
    background: #ecdfc6;
}

.strip-marquee {
    width: 100%;
    overflow: hidden;
}

.strip-track {
    display: inline-flex;
    align-items: center;
    min-width: max-content;
    animation: stripMarquee 34s linear infinite;
}

.nutrition-link-wrap {
    margin-top: 0.35rem;
}

.nutrition-link {
    font-size: 0.76rem;
    color: #1f3f6f;
    text-decoration: underline;
}

.nutrition-link:hover {
    color: #173154;
}

.strip-item {
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.15em;
    color: #9d8a6e;
    padding: 1.4rem 3.4rem;
    white-space: nowrap;
}

@keyframes stripMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.about-section {
    background: #f7f5f2;
    padding: 105px 0 !important;
}

.about-section .section-kicker {
    text-align: center;
}

.about-image {
    background: transparent;
    min-height: 320px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about-image img {
    width: 70%;
    max-width: none;
    opacity: 1;
    border: 2px solid #8f571b;
    position: relative;
    z-index: 1;
}

.about-image::before {
    content: "";
    position: absolute;
    width: 70%;
    aspect-ratio: 4 / 5;
    background: #8f571b;
    transform: translate(-10%, -8%);
    z-index: 0;
}

.about-section p {
    line-height: 1.8;
    font-size: 0.92rem;
    color: #a89985;
}

.contact-copy {
    background: #c3a37d;
    min-height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.2rem 1.4rem 3.2rem 2.4rem;
}

.contact-card {
    background: transparent;
    padding: 0;
    width: min(500px, 100%);
}

.contact-card .section-kicker {
    color: #e8d8c2;
    margin-bottom: 0.65rem;
}

.contact-card h2 {
    color: #8f571b;
    margin-bottom: 0.85rem;
    font-size: clamp(3rem, 4.5vw, 3.9rem);
    line-height: 0.95;
}

.contact-description {
    font-size: 1rem;
    line-height: 1.6;
    color: #f2e7d6;
    width: 80%;
    margin-bottom: 1.4rem;
}

.contact-address-card {
    background: #f8f4ee;
    border: 1px solid #e6ddce;
    padding: 2.1rem 2rem;
    width: 100%;
}

.point-of-sale {
    margin: 0 0 0.35rem 0;
    font-size: 0.58rem;
    letter-spacing: 0.14em;
    color: #b09a7f;
}

.contact-address-card h3 {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.95rem;
    color: #9a6022;
    margin: 0 0 0.45rem 0;
}

.contact-address-card address {
    margin: 0;
    line-height: 2.1;
    font-size: 0.9rem;
    color: #9f8566;
    font-style: normal;
    margin-bottom: 1.35rem;
    padding-bottom: 1.35rem;
    border-bottom: 1px solid #e2d8ca;
}

.contact-hours {
    font-size: 0.88rem;
    line-height: 1.65;
    color: #9f8566;
}

.contact-visual {
    background: #9e6228;
    min-height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.6rem;
}

.cart-image {
    width: 100%;
}

.site-footer {
    background: #6d4317;
    color: #efe5d7;
    font-size: 0.72rem;
}

.site-footer .container {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.footer-logo {
    width: 220px;
    margin-bottom: 0.2rem;
}

.footer-small {
    text-transform: uppercase;
    letter-spacing: 0.11em;
    line-height: 1.7;
    color: #d9c8b1;
    text-align: center;
}

.footer-title {
    color: #c39b6a;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
}

.footer-link {
    color: #ffffff;
    text-decoration: none;
    text-transform: none;
}

.footer-link:hover {
    color: #f1f1f1;
}

.footer-nav-list {
    display: block;
    text-align: left;
    line-height: 2.15;
}

.footer-col-block {
    display: inline-block;
    text-align: left;
}

.sub-footer {
    border-top: 1px solid rgba(239, 229, 215, 0.22);
    padding: 1.2rem 0;
}

.sub-footer .container {
    padding: 0 !important;
}

.sub-footer-text,
.sub-footer-links {
    color: #d9c8b1;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
}

.sub-footer-link {
    color: #d9c8b1;
    text-decoration: none;
}

.sub-footer-link:hover {
    color: #efe5d7;
}

.footer-nav-list .footer-link {
    font-weight: 300;
    font-size: 0.82rem;
}

@media (max-width: 991.98px) {
    .navbar-nav {
        padding-top: 0.5rem;
    }

    .hero-section {
        min-height: 65vh;
        padding-top: 120px;
    }

    .feature-copy,
    .feature-visual {
        min-height: 360px;
    }

    .flavor-col {
        width: 50%;
    }

    .about-image {
        margin: 0 auto;
    }

    .about-section p {
        max-width: 100%;
    }

    .contact-description {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .hero-logo {
        display: none;
    }

    .hero-subtitle {
        font-size: 2.3rem;
    }

    .feature-copy h2 {
        font-size: 2.3rem;
    }

    .about-section h2 {
        font-size: 2.3rem;
    }

    .about-section .section-kicker {
        font-size: 0.56rem;
    }

    .feature-copy p {
        font-size: 0.88rem;
        line-height: 1.8;
    }

    .badge-gluten {
        width: 72px;
        top: 12px;
        right: 16px;
    }

    .logo {
        width: 96px;
    }

    .hero-text {
        font-size: 0.88rem;
        line-height: 1.8;
        padding: 0 0.4rem;
    }

    .feature-inner {
        padding: 2rem 3.2rem;
    }

    .flavor-grid .flavor-col {
        width: 33.3333%;
        flex: 0 0 auto;
    }

    .flavor-grid {
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
        row-gap: 0 !important;
        column-gap: 0 !important;
    }

    .flavor-grid .flavor-col {
        padding: 3px;
    }

    .flavor-card {
        min-height: 204px;
        height: 204px;
        padding: 1.1rem 0.35rem 0.9rem;
    }

    .flavor-card img {
        width: 72%;
        margin-bottom: 0.55rem;
    }

    .flavor-card h3 {
        font-size: 1.05rem;
        margin-bottom: 0.3rem;
    }

    .flavor-card p {
        font-size: 0.46rem;
        letter-spacing: 0.1em;
    }

    .flavor-col-confira .flavor-card {
        min-height: 204px;
        height: 204px;
    }

    .flavor-col-confira .flavor-card img {
        width: 58%;
        margin: 0;
    }

    .nutrition-link-wrap {
        display: none;
    }

    .about-image {
        position: relative;
        min-height: 0;
        justify-content: flex-start;
        padding-left: 0.2rem;
        padding-top: 0.6rem;
    }

    .about-image::before {
        content: none;
    }

    .about-image img {
        position: relative;
        z-index: 1;
        width: min(210px, 62vw);
        opacity: 1;
    }

    .about-text-col {
        order: 1;
        position: relative;
        z-index: 2;
        max-width: 80%;
        margin-left: auto;
        margin-bottom: -4.2rem;
        padding: 0.35rem 1.1rem 0.35rem 0.7rem;
        background: #f7f5f2;
    }

    .about-media-col {
        order: 2;
        position: relative;
        z-index: 1;
    }

    .about-text-col p {
        font-size: 0.74rem;
        line-height: 1.55;
    }

    .contact-card .section-kicker {
        font-size: 0.56rem;
    }

    .contact-card h2 {
        font-size: 2.3rem;
    }

    .contact-description {
        font-size: 0.88rem;
        line-height: 1.8;
        width: 100%;
    }

    .point-of-sale {
        font-size: 0.52rem;
    }

    .contact-address-card h3 {
        font-size: 1.35rem;
    }

    .contact-address-card address,
    .contact-hours {
        font-size: 0.78rem;
        line-height: 1.6;
    }

    .contact-card {
        width: 100%;
    }

    .contact-visual {
        display: none;
    }

    .site-footer .container {
        padding: 1.8rem 1.35rem 1.35rem !important;
    }

    .site-footer .container > .row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start !important;
        text-align: left !important;
        row-gap: 1rem !important;
    }

    .site-footer .container > .row > .col-lg-4:nth-child(2) {
        order: 1;
        width: 100%;
        flex: 0 0 100%;
        text-align: center !important;
        margin-bottom: 0.5rem;
    }

    .site-footer .container > .row > .col-lg-4:nth-child(1),
    .site-footer .container > .row > .col-lg-4:nth-child(3) {
        order: 2;
        width: 50%;
        flex: 0 0 50%;
    }

    .footer-logo {
        width: 145px;
        margin: 0 auto;
    }

    .footer-col-block {
        display: block;
    }

    .footer-title {
        font-size: 0.56rem;
        margin-bottom: 0.45rem !important;
    }

    .footer-nav-list {
        line-height: 1.75;
        text-align: left;
    }

    .footer-nav-list .footer-link {
        font-size: 0.66rem;
    }

    .sub-footer {
        padding: 0.75rem 0;
    }

    .sub-footer .row {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .sub-footer .col-md-6 {
        width: 50%;
        flex: 0 0 50%;
    }

    .sub-footer-text,
    .sub-footer-links {
        font-size: 0.48rem;
        letter-spacing: 0.05em;
    }

    .sub-footer-links {
        text-align: right;
    }
}
