:root {
    --wine: #6f1f38;
    --wine-dark: #4f1428;
    --rose: #dba8ad;
    --rose-soft: #f4dfe0;
    --blush: #fbf3f1;
    --cream: #fffaf4;
    --gold: #bb9360;
    --ink: #37262a;
    --muted: #78686a;
    --white: #fff;
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: "Montserrat", Arial, sans-serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--cream);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.65
}

a {
    color: inherit
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 250, 244, .96);
    border-bottom: 1px solid rgba(111, 31, 56, .12);
    backdrop-filter: blur(14px)
}

.header-inner {
    width: min(1600px, calc(100% - 48px));
    height: 108px;
    margin: auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 30px
}

.brand {
    grid-column: 1;
    display: block
}

.brand img {
    display: block;
    width: 190px;
    height: 96px;
    object-fit: contain;
    mix-blend-mode: multiply
}

.site-menu {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center
}

.site-menu a {
    position: relative;
    color: var(--wine-dark);
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: .04em;
    text-decoration: none;
    white-space: nowrap
}

.site-menu a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100%;
    bottom: -7px;
    height: 1px;
    background: var(--gold);
    transition: right .25s
}

.site-menu a:hover:after {
    right: 0
}

.header-action {
    justify-self: end;
    padding: 12px 19px;
    color: var(--wine);
    border: 1px solid var(--wine);
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 600;
    text-decoration: none;
    transition: .25s
}

.header-action:hover {
    color: var(--white);
    background: var(--wine)
}

.menu-button {
    display: none;
    border: 0;
    background: transparent;
    padding: 8px
}

.menu-button span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px;
    background: var(--wine)
}

.hero {
    min-height: 685px;
    display: grid;
    grid-template-columns: minmax(350px, .9fr) minmax(540px, 1.25fr);
    background: var(--blush);
    overflow: hidden
}

.hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px clamp(42px, 7vw, 120px)
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--gold);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .2em;
    text-transform: uppercase
}

.eyebrow:before {
    content: "";
    width: 35px;
    height: 1px;
    background: currentColor
}

h1,
h2,
h3 {
    font-family: var(--serif);
    font-weight: 600;
    line-height: 1.04
}

h1 {
    max-width: 630px;
    margin: 22px 0 24px;
    color: var(--wine-dark);
    font-size: clamp(3.25rem, 5vw, 5.6rem)
}

.hero-copy>p {
    max-width: 575px;
    margin: 0 0 34px;
    color: var(--muted);
    font-size: 1rem
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px
}

.button {
    display: inline-block;
    padding: 14px 24px;
    border: 1px solid var(--wine);
    border-radius: 2px;
    font-size: .76rem;
    font-weight: 600;
    letter-spacing: .03em;
    text-decoration: none;
    transition: transform .2s, background .2s
}

.button:hover {
    transform: translateY(-2px)
}

.button-primary {
    color: var(--white);
    background: var(--wine)
}

.button-secondary {
    color: var(--wine);
    background: transparent
}

.hero-signature {
    margin-top: 54px;
    color: var(--rose);
    font-family: var(--serif);
    font-size: 1.1rem;
    font-style: italic
}

.hero-signature span {
    display: inline-block;
    width: 48px;
    height: 1px;
    margin-right: 12px;
    background: var(--rose);
    vertical-align: middle
}

.hero-photo {
    min-height: 685px;
    background: linear-gradient(90deg, rgba(251, 243, 241, .16), transparent 35%), url('../Image/site/hero-confeitaria.png') center/cover no-repeat
}

.section {
    width: min(1180px, calc(100% - 48px));
    margin: auto;
    padding: 110px 0
}

.intro {
    text-align: center
}

.intro .eyebrow,
.highlights>.eyebrow {
    justify-content: center
}

.intro .eyebrow:after,
.highlights>.eyebrow:after {
    content: "";
    width: 35px;
    height: 1px;
    background: currentColor
}

h2 {
    margin: 18px 0;
    color: var(--wine-dark);
    font-size: clamp(2.6rem, 4vw, 4.2rem)
}

.section-lead {
    max-width: 660px;
    margin: 0 auto 55px;
    color: var(--muted)
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    text-align: left
}

.category-card {
    background: var(--white);
    box-shadow: 0 18px 55px rgba(79, 20, 40, .08);
    transition: transform .3s
}

.category-card:hover {
    transform: translateY(-6px)
}

.category-image {
    height: 270px;
    background-image: url('../Image/site/hero-confeitaria.png');
    background-size: 920px auto
}

.category-cake .category-image {
    background-position: 42% 33%
}

.category-sweets .category-image {
    background-position: 82% 82%
}

.category-coffee .category-image {
    background-position: 98% 28%
}

.category-content {
    padding: 30px
}

.category-content>span {
    color: var(--rose);
    font-family: var(--serif);
    font-size: 1.15rem
}

.category-content h3 {
    margin: 8px 0 13px;
    color: var(--wine);
    font-size: 2rem
}

.category-content p {
    min-height: 78px;
    margin: 0 0 20px;
    color: var(--muted);
    font-size: .88rem
}

.category-content a,
.text-link {
    color: var(--wine);
    font-size: .76rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .06em
}

.category-content b,
.text-link b {
    margin-left: 8px;
    color: var(--gold)
}

.story {
    width: 100%;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    padding: 0;
    background: var(--rose-soft)
}

.story-visual {
    position: relative;
    min-height: 650px
}

.story-photo {
    position: absolute;
    inset: 55px 0 55px clamp(24px, 6vw, 100px);
    background: url('../Image/site/hero-confeitaria.png') 18% center/cover no-repeat
}

.story-seal {
    position: absolute;
    right: -56px;
    bottom: 95px;
    width: 130px;
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--wine);
    background: var(--cream);
    border: 1px solid var(--gold);
    border-radius: 50%;
    font-family: var(--serif);
    font-size: .92rem;
    line-height: 1.2;
    text-align: center;
    transform: rotate(-7deg)
}

.story-seal strong {
    font-size: 1.16rem
}

.story-copy {
    max-width: 660px;
    align-self: center;
    padding: 100px clamp(60px, 8vw, 145px)
}

.story-copy p {
    color: var(--muted)
}

.story-copy .text-link {
    display: inline-block;
    margin-top: 18px
}

.highlights {
    text-align: center
}

.highlight-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    margin-top: 55px;
    text-align: left
}

.highlight-image {
    height: 330px;
    background-image: url('../Image/site/hero-confeitaria.png');
    background-size: 1000px auto
}

.image-one {
    background-position: 44% 30%
}

.image-two {
    background-position: 77% 86%
}

.image-three {
    background-position: 97% 28%
}

.highlight-grid small {
    display: block;
    margin-top: 22px;
    color: var(--gold);
    letter-spacing: .16em;
    text-transform: uppercase
}

.highlight-grid h3 {
    margin: 7px 0;
    color: var(--wine);
    font-size: 1.8rem
}

.highlight-grid p {
    color: var(--muted);
    font-size: .88rem
}

.instagram {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end
}

.instagram-handle {
    color: var(--wine);
    font-size: .78rem;
    font-weight: 600;
    text-decoration: none
}

.instagram-grid {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 35px
}

.instagram-grid span {
    height: 250px;
    background-image: url('../Image/site/hero-confeitaria.png');
    background-size: 900px auto;
    filter: saturate(.86)
}

.insta-one {
    background-position: 25% 25%
}

.insta-two {
    background-position: 52% 75%
}

.insta-three {
    background-position: 80% 70%
}

.insta-four {
    background-position: 99% 20%
}

.contact {
    padding: 100px 24px;
    color: var(--white);
    background: linear-gradient(rgba(79, 20, 40, .92), rgba(79, 20, 40, .92)), url('../Image/site/hero-confeitaria.png') center/cover fixed;
    text-align: center
}

.contact-inner {
    max-width: 720px;
    margin: auto
}

.contact .eyebrow {
    color: #e9cda8
}

.contact .eyebrow:after {
    content: "";
    width: 35px;
    height: 1px;
    background: currentColor
}

.contact h2 {
    color: var(--white)
}

.contact p {
    margin: 0 auto 32px;
    color: #eadde1
}

.button-light {
    color: var(--wine);
    border-color: var(--white);
    background: var(--white)
}

.public-footer {
    padding: 55px 24px 30px;
    background: var(--cream);
    text-align: center
}

.public-footer img {
    width: 145px;
    height: 88px;
    object-fit: contain;
    mix-blend-mode: multiply
}

.public-footer p {
    margin: 5px 0 22px;
    color: var(--wine);
    font-family: var(--serif);
    font-size: 1.2rem;
    font-style: italic
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin-bottom: 25px
}

.footer-links a {
    color: var(--muted);
    font-size: .75rem;
    text-decoration: none
}

.public-footer small {
    color: #a69698;
    font-size: .68rem
}

@media(max-width:1050px) {
    .header-inner {
        grid-template-columns: auto 1fr auto;
        height: 92px
    }

    .brand {
        grid-column: 1
    }

    .brand img {
        width: 125px;
        height: 70px
    }

    .menu-button {
        display: block;
        grid-column: 3
    }

    .header-action {
        display: none
    }

    .site-menu {
        position: absolute;
        top: 92px;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 20px 24px;
        background: var(--cream);
        border-bottom: 1px solid var(--rose)
    }

    .site-menu.is-open {
        display: flex
    }

    .site-menu a {
        padding: 12px 0
    }

    .hero {
        grid-template-columns: 1fr 1fr
    }

    .category-content p {
        min-height: 105px
    }
}

@media(max-width:760px) {

    .header-inner,
    .section {
        width: min(100% - 32px, 1180px)
    }

    .hero {
        min-height: auto;
        grid-template-columns: 1fr
    }

    .hero-copy {
        padding: 70px 24px;
        text-align: center;
        align-items: center
    }

    h1 {
        font-size: clamp(3rem, 13vw, 4.2rem)
    }

    .hero-photo {
        min-height: 430px
    }

    .hero-signature {
        margin-top: 35px
    }

    .section {
        padding: 80px 0
    }

    .category-grid,
    .highlight-grid {
        grid-template-columns: 1fr
    }

    .category-content p {
        min-height: auto
    }

    .story {
        grid-template-columns: 1fr
    }

    .story-visual {
        min-height: 500px
    }

    .story-photo {
        inset: 28px 18px
    }

    .story-seal {
        right: 22px;
        bottom: 10px;
        width: 110px;
        height: 110px
    }

    .story-copy {
        padding: 75px 26px
    }

    .instagram {
        grid-template-columns: 1fr;
        text-align: center
    }

    .instagram-handle {
        margin-top: 12px
    }

    .instagram-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .instagram-grid span {
        height: 190px
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    * {
        transition: none !important
    }
}

.header-actions {
    grid-column: 3;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 18px
}

.admin-action {
    color: var(--muted);
    font-size: .68rem;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap
}

.admin-action:hover {
    color: var(--wine)
}

.mobile-admin {
    display: none
}

@media(max-width:1050px) {
    .header-actions {
        display: none
    }

    .site-menu .mobile-admin {
        display: block;
        margin-top: 8px;
        padding-top: 18px;
        color: var(--wine);
        border-top: 1px solid var(--rose)
    }
}

.hero-photo {
    background-image: linear-gradient(90deg, rgba(251, 243, 241, .16), transparent 35%), url('../Image/site/hero-bolo-rosas.png')
}

/* Ajustes visuais baseados no cardápio oficial */
.button,
.header-action {
    border-radius: 999px
}

.button-primary,
.header-action {
    border-color: #c86f84;
    background: #c86f84
}

.button-primary:hover,
.header-action:hover {
    border-color: #b85f76;
    background: #b85f76
}

.button-secondary {
    color: #b85f76;
    border-color: #d995a5
}

.button-secondary:hover {
    background: #f7e3e7
}

.category-image,
.highlight-image,
.instagram-grid span,
.story-photo {
    background-repeat: no-repeat;
    filter: none
}

.category-cake .category-image,
.image-one,
.insta-one {
    background-image: url('../Image/site/cardapio-pagina-1.png');
    background-size: 744px auto;
    background-position: 0 -176px
}

.category-sweets .category-image,
.image-two,
.insta-two {
    background-image: url('../Image/site/cardapio-pagina-2.png');
    background-size: 751px auto;
    background-position: -385px -101px
}

.category-coffee .category-image,
.image-three,
.insta-three {
    background-image: url('../Image/site/cardapio-pagina-2.png');
    background-size: 700px auto;
    background-position: -365px -535px
}

.story-photo {
    background-image: url('../Image/site/cardapio-pagina-1.png');
    background-size: 900px auto;
    background-position: -20px -215px
}

.insta-four {
    background-image: url('../Image/site/cardapio-pagina-2.png');
    background-size: 760px auto;
    background-position: -395px -104px
}

.contact {
    color: var(--wine-dark);
    background: linear-gradient(rgba(246, 217, 222, .92), rgba(246, 217, 222, .92)), url('../Image/site/hero-bolo-rosas.png') center/cover fixed
}

.contact .eyebrow {
    color: #a96878
}

.contact h2 {
    color: var(--wine-dark)
}

.contact p {
    color: #74545d
}

.button-light {
    color: #fff;
    border-color: #c86f84;
    background: #c86f84
}

.button-light:hover {
    background: #b85f76
}

.story-photo {
    background-image: url('../Image/site/hero-bolo-rosas.png');
    background-size: cover;
    background-position: 66% center
}

.image-one {
    background-size: 650px auto;
    background-position: 0 -154px
}

.image-two {
    background-size: 920px auto;
    background-position: -472px -140px
}

.image-three {
    background-size: 910px auto;
    background-position: -490px -690px
}

.insta-one {
    background-size: 650px auto;
    background-position: 0 -155px
}

.insta-two {
    background-size: 760px auto;
    background-position: -390px -115px
}

.insta-three {
    background-size: 770px auto;
    background-position: -415px -585px
}

.insta-four {
    background-image: url('../Image/site/hero-bolo-rosas.png');
    background-size: cover;
    background-position: 72% center
}

.instagram-grid .insta-one {
    background-image: url('../Image/site/cardapio-pagina-1.png');
    background-size: 650px auto;
    background-position: 0 -155px
}

.instagram-grid .insta-two {
    background-image: url('../Image/site/cardapio-pagina-2.png');
    background-size: 760px auto;
    background-position: -390px -115px
}

.instagram-grid .insta-three {
    background-image: url('../Image/site/cardapio-pagina-2.png');
    background-size: 770px auto;
    background-position: -415px -585px
}

.instagram-grid .insta-four {
    background-image: url('../Image/site/hero-bolo-rosas.png');
    background-size: cover;
    background-position: 72% center
}

.category-cake .category-image,
.image-one,
.instagram-grid .insta-one {
    background-image: url('../Image/site/hero-bolo-rosas.png');
    background-size: cover;
    background-position: 70% center
}
