:root {
    --ink: #0d0d0c;
    --charcoal: #171716;
    --paper: #eee9df;
    --cream: #f7f2e8;
    --gold: #b99050;
    --gold-light: #d0ae72;
    --muted: #9d998f;
    --line: rgba(185, 144, 80, .28);
    --serif: "Libre Caslon Display", Georgia, serif;
    --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { background: var(--ink); color: var(--paper); font-family: var(--sans); font-weight: 300; line-height: 1.65; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
::selection { background: var(--gold); color: var(--ink); }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 9999; background: var(--cream); color: var(--ink); padding: 10px 16px; }
.skip-link:focus { top: 10px; }

.navbar { position: fixed; inset: 0 0 auto; z-index: 1000; height: 92px; padding: 13px 5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid transparent; transition: .3s ease; }
.navbar.scrolled, .navbar.nav-open { height: 90px; background: rgba(13, 13, 12, .96); border-color: rgba(185,144,80,.2); backdrop-filter: blur(16px); }
.brand { display: flex; width: max-content; flex-direction: column; align-items: center; text-decoration: none; line-height: 1; color: var(--gold-light); }
.brand img{ width:100%; max-width:140px; }
.brand-kicker { font-size: .52rem; font-weight: 600; letter-spacing: .32em; text-transform: uppercase; margin-bottom: 3px; }
.brand strong { font-family: var(--serif); font-size: 1.45rem; letter-spacing: .14em; }
.brand-script { margin-top: 4px; font-family: var(--serif); font-style: italic; font-size: .65rem; letter-spacing: .08em; }
.nav-panel { display: flex; align-items: center; gap: clamp(18px, 2vw, 34px); }
.nav-panel a { position: relative; color: #ded9d0; font-size: .71rem; font-weight: 500; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; }
.nav-panel a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold); transition: .25s; }
.nav-panel a:hover::after { right: 0; }
.nav-panel .nav-cta { border: 1px solid var(--gold); color: var(--gold-light); padding: 10px 18px; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; width: 25px; height: 1px; margin: 6px auto; background: var(--paper); transition: .25s; }

.hero { min-height: 100svh; position: relative; display: grid; place-items: center; background: url("../images/bg_feijoada.png") center 55% / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,4,3,.68), rgba(4,4,3,.22) 46%, rgba(4,4,3,.9)), linear-gradient(90deg, rgba(0,0,0,.28), transparent 65%); }
.hero-content { position: relative; z-index: 1; width: min(980px, 88vw); text-align: center; margin-top: 30px; }
.eyebrow { color: var(--gold-light); font-size: .7rem; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.hero h1 { margin: 24px 0; font: 400 clamp(3.3rem, 8vw, 7.2rem)/.92 var(--serif); letter-spacing: -.035em; }
.hero h1 em { color: var(--gold-light); font-weight: 400; }
.hero-copy { width: min(570px, 100%); margin: 0 auto 38px; color: #d4d0c8; font-size: clamp(1rem, 1.6vw, 1.17rem); }
.hero-actions { display: flex; justify-content: center; gap: 12px; }
.button { display: inline-flex; min-height: 50px; padding: 14px 25px; align-items: center; justify-content: center; gap: 25px; border: 1px solid transparent; font-size: .7rem; font-weight: 600; letter-spacing: .17em; text-decoration: none; text-transform: uppercase; transition: .25s; cursor: pointer; }
.button-gold { background: var(--gold); color: var(--ink); }
.button-gold:hover { background: var(--gold-light); transform: translateY(-2px); }
.button-ghost { border-color: rgba(255,255,255,.55); color: #fff; }
.button-ghost:hover { background: #fff; color: var(--ink); }
.hero-meta { position: absolute; z-index: 1; bottom: 0; left: 5vw; right: 5vw; display: flex; justify-content: space-between; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.26); color: #d0ccc4; font-size: .64rem; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }

.section { padding: clamp(80px, 10vw, 150px) 7vw; }
.section-number { position: absolute; top: 55px; right: 7vw; color: rgba(185,144,80,.25); font: 5rem/1 var(--serif); }
.intro { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .8fr); gap: clamp(55px, 9vw, 145px); align-items: center; background: var(--charcoal); }
.intro-image { position: relative; padding: 0 26px 26px 0; }
.intro-image::after { content: ""; position: absolute; inset: 25px 0 0 25px; z-index: -1; border: 1px solid var(--line); }
.intro-image img { width: 100%; height: clamp(460px, 54vw, 720px); object-fit: cover; filter: saturate(.75) contrast(1.04); }
.image-caption { position: absolute; right: -20px; bottom: 50%; color: var(--gold); font-size: .6rem; letter-spacing: .18em; text-transform: uppercase; transform: translate(50%,50%) rotate(90deg); }
h2 { font: 400 clamp(2.8rem, 5vw, 5.2rem)/1.03 var(--serif); letter-spacing: -.025em; }
.intro-copy h2, .events-heading h2, .story-copy h2 { margin: 20px 0 30px; }
.lead { color: var(--paper); font: 400 clamp(1.2rem, 2vw, 1.55rem)/1.55 var(--serif); }
.intro-copy > p:not(.eyebrow), .story-copy > p:not(.eyebrow) { margin-bottom: 20px; color: #aaa69f; }
.signature { margin-top: 38px; color: var(--gold-light); font: italic 1.55rem var(--serif); }
.signature small { display: block; margin-top: 4px; font: 500 .55rem var(--sans); letter-spacing: .24em; text-transform: uppercase; }

.menu-section { background: var(--cream); color: #292825; }
.menu-heading { display: flex; justify-content: space-between; align-items: end; gap: 70px; padding-bottom: 60px; border-bottom: 1px solid #d8d0c2; }
.menu-heading h2 { margin-top: 17px; }
.menu-heading > p { width: min(390px, 100%); color: #736f68; }
.menu-tabs { position: sticky; top: 77px; z-index: 20; display: flex; justify-content: center; gap: 7px; padding: 18px 0; margin-bottom: 20px; background: rgba(247,242,232,.96); border-bottom: 1px solid #ddd5c7; backdrop-filter: blur(12px); }
.menu-tab { border: 0; padding: 8px 16px; background: transparent; color: #777169; font-size: .65rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }
.menu-tab.active { background: #1b1b19; color: var(--gold-light); }
.menu-group { padding: 70px 0 35px; border-bottom: 1px solid #d8d0c2; }
.menu-group[hidden] { display: none; }
.menu-group-title { display: flex; align-items: baseline; gap: 17px; margin-bottom: 35px; }
.menu-group-title span { color: var(--gold); font-size: .65rem; font-weight: 600; }
.menu-group-title h3 { font: 400 clamp(2rem, 3.5vw, 3.4rem)/1 var(--serif); }
.dish-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 8vw; }
.dish { display: flex; justify-content: space-between; gap: 22px; padding: 24px 0; border-top: 1px dotted #c7beae; }
.dish h4, .cuts-grid h4 { font: 400 1.23rem/1.3 var(--serif); }
.dish h4 small { color: #8a857b; font: 500 .58rem var(--sans); letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.dish p { max-width: 460px; margin-top: 6px; color: #837e75; font-size: .82rem; font-style: italic; line-height: 1.5; }
.dish strong, .cuts-grid strong { flex: 0 0 auto; color: #9a7133; font: 400 1.12rem var(--serif); white-space: nowrap; }
.dish strong small, .cuts-grid strong small { font: 600 .48rem var(--sans); letter-spacing: .08em; }
.pick { display: inline-block; margin-bottom: 8px; padding: 3px 8px; background: var(--gold); color: white; font-size: .5rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.menu-note { margin: -22px 0 32px 41px; color: #777269; font: italic 1rem var(--serif); }
.cuts-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #c9c1b4; border-bottom: 1px solid #c9c1b4; }
.cuts-grid article { padding: 27px 18px; border-right: 1px solid #d5cdbf; }
.cuts-grid article:first-child { padding-left: 0; }
.cuts-grid article:last-child { border: 0; }
.cuts-grid strong { display: block; margin-top: 8px; }
.sides { display: grid; grid-template-columns: 180px 1fr auto; gap: 30px; align-items: start; margin-top: 30px; }
.sides h4 { font: 400 1.25rem var(--serif); }
.sides p, .sides span { color: #7c776f; font-size: .8rem; }
.sides span { white-space: nowrap; }
.halal-banner { display: flex; align-items: center; justify-content: center; gap: 17px; margin-top: 70px; padding: 25px; border: 1px solid #c9b58f; text-align: center; }
.halal-banner span { display: grid; place-items: center; width: 29px; height: 29px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); }
.halal-banner p { font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }

.experience-banner { min-height: 72vh; position: relative; display: grid; place-items: center; padding: 100px 7vw; text-align: center; background: url("../images/fachada.jpg") center / cover fixed; }
.experience-shade { position: absolute; inset: 0; background: rgba(6,6,5,.62); }
.experience-banner > div:last-child { position: relative; }
.experience-banner blockquote { margin: 25px 0 35px; font: italic 400 clamp(2.5rem, 5vw, 5rem)/1.1 var(--serif); }
.text-link { color: var(--gold-light); font-size: .7rem; font-weight: 600; letter-spacing: .17em; text-decoration: none; text-transform: uppercase; }
.text-link span { display: inline-block; margin-left: 8px; transition: .2s; }
.text-link:hover span { transform: translateX(5px); }

.events { position: relative; background: var(--ink); }
.events-heading { display: grid; grid-template-columns: 1fr 1.2fr .8fr; gap: 55px; align-items: end; margin-bottom: 65px; }
.events-heading h2 { margin: 0; }
.events-heading > p:last-child { color: var(--muted); }
.event-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; }
.event-card { position: relative; min-height: 520px; overflow: hidden; background: #1b1b1a; }
.event-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 35%, rgba(0,0,0,.9)); }
.event-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.65); transition: .6s; }
.event-card:hover img { transform: scale(1.045); filter: saturate(.9); }
.event-card > div { position: absolute; z-index: 2; bottom: 0; padding: 32px; }
.event-card h3 { font: 400 2rem var(--serif); }
.event-card p { margin-top: 8px; color: #bbb7af; font-size: .84rem; }
.event-day { position: absolute; z-index: 3; top: 20px; left: 20px; padding: 7px 10px; background: rgba(13,13,12,.9); color: var(--gold-light); font-size: .58rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }

.story { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: center; background: var(--charcoal); }
.founders { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.founders figure:nth-child(2) { margin-top: 65px; }
.founder-portrait { position: relative; display: grid; place-items: center; width: 100%; aspect-ratio: 3 / 4; overflow: hidden; border: 1px solid rgba(185,144,80,.25); background: radial-gradient(circle at 60% 30%, rgba(185,144,80,.21), transparent 28%), linear-gradient(145deg, #24231f, #10100f); }
.founder-portrait::before, .founder-portrait::after { content: ""; position: absolute; width: 150%; height: 1px; background: rgba(185,144,80,.18); transform: rotate(-38deg); }
.founder-portrait::after { transform: rotate(38deg); }
.founder-portrait b { color: var(--gold-light); font: 400 clamp(2.8rem, 6vw, 5.5rem) var(--serif); letter-spacing: .08em; }
.founder-portrait i { position: absolute; bottom: 20px; color: #706c64; font: 500 .5rem var(--sans); letter-spacing: .22em; text-transform: uppercase; }
.founders figcaption { display: flex; justify-content: space-between; margin-top: 14px; }
.founders strong { font: 400 1.05rem var(--serif); }
.founders span { color: var(--gold); font-size: .55rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }

.booking { display: grid; grid-template-columns: .8fr 1.2fr; background: var(--gold); color: var(--ink); }
.booking-copy { padding: clamp(75px, 9vw, 130px) 7vw; background: #bc9558; }
.booking-copy .eyebrow { color: #3b2d18; }
.booking-copy h2 { margin: 20px 0 30px; }
.booking-copy p:not(.eyebrow) { max-width: 420px; color: #4e3c22; }
.phone-link { display: inline-block; margin-top: 30px; font: 400 1.6rem var(--serif); text-decoration: none; }
.booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-content: center; padding: clamp(60px, 8vw, 120px) 7vw; background: var(--cream); }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full, .booking-form .full { grid-column: 1 / -1; }
.field label { color: #675e52; font-size: .59rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.field label small { font-weight: 400; }
.field input, .field textarea { width: 100%; border: 0; border-bottom: 1px solid #bfb5a6; border-radius: 0; padding: 7px 0 12px; background: transparent; color: var(--ink); outline: 0; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: #6e5128; }
.field input::placeholder, .field textarea::placeholder { color: #a49d92; }
.button-dark { margin-top: 8px; border: 0; background: var(--ink); color: var(--paper); }
.button-dark:hover { background: #2a2824; }
.form-note { color: #777067; font-size: .68rem; text-align: center; }

.visit { display: grid; grid-template-columns: .8fr 1.2fr; background: var(--ink); }
.visit-details h2 { margin: 20px 0 50px; }
.detail { display: grid; grid-template-columns: 100px 1fr; gap: 30px; padding: 18px 0; border-top: 1px solid #2e2d2a; }
.detail span { color: var(--gold); font-size: .58rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.detail p, .detail a { color: #aaa69e; font-size: .84rem; text-decoration: none; }
.button-outline { margin-top: 35px; border-color: var(--gold); color: var(--gold-light); }
.button-outline:hover { background: var(--gold); color: var(--ink); }
.map { min-height: 650px; filter: grayscale(1) invert(.9) contrast(.85); }
.map iframe { width: 100%; height: 100%; border: 0; }

.footer { padding: 55px 7vw 30px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 35px; align-items: center; border-top: 1px solid #292825; color: #716e67; font-size: .68rem; }
.footer-brand { justify-self: start; }
.footer > p:nth-of-type(1) { text-align: center; }
.footer-links { display: flex; justify-content: flex-end; gap: 22px; }
.footer-links a { color: #9d998f; text-decoration: none; text-transform: uppercase; }
.copyright { grid-column: 1 / -1; padding-top: 25px; border-top: 1px solid #242320; text-align: center; }
.whatsapp-float { position: fixed; z-index: 900; right: 24px; bottom: 22px; display: flex; align-items: center; gap: 10px; padding: 9px 9px 9px 16px; border-radius: 30px; background: #f5f0e7; color: #191816; box-shadow: 0 7px 30px rgba(0,0,0,.3); font-size: .65rem; font-weight: 600; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.whatsapp-float strong { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: #1e9d5b; color: white; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
    .nav-toggle { display: block; position: relative; z-index: 2; }
    .nav-panel { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 25px; background: var(--ink); opacity: 0; visibility: hidden; transition: .3s; }
    .nav-panel a { font: 400 2rem var(--serif); letter-spacing: 0; text-transform: none; }
    .nav-panel .nav-cta { margin-top: 15px; font: 600 .7rem var(--sans); letter-spacing: .16em; text-transform: uppercase; }
    .nav-open .nav-panel { opacity: 1; visibility: visible; }
    .nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
    .nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .intro, .story, .booking, .visit { grid-template-columns: 1fr; }
    .intro { gap: 65px; }
    .intro-image { width: min(680px, 100%); }
    .events-heading { grid-template-columns: 1fr 1fr; }
    .events-heading .eyebrow { grid-column: 1 / -1; }
    .event-card { min-height: 440px; }
    .booking-form { padding-top: 75px; padding-bottom: 75px; }
    .map { min-height: 500px; }
    .cuts-grid { grid-template-columns: repeat(3, 1fr); }
    .cuts-grid article { border-bottom: 1px solid #d5cdbf; }
    .footer { grid-template-columns: 1fr 1fr; }
    .footer > p:nth-of-type(1) { text-align: right; }
    .footer-links { grid-column: 1 / -1; justify-content: center; }
}

@media (max-width: 700px) {
    .navbar { height: 76px; padding-inline: 20px; }
    .brand strong { font-size: 1.25rem; }
    .hero { min-height: 760px; }
    .hero-content { margin-top: -10px; }
    .hero h1 { font-size: clamp(3.1rem, 15vw, 4.6rem); }
    .hero-actions { flex-direction: column; width: min(300px, 100%); margin-inline: auto; }
    .hero-meta { left: 20px; right: 20px; justify-content: center; }
    .hero-meta span:not(:first-child) { display: none; }
    .section { padding: 80px 22px; }
    .section-number { top: 26px; right: 22px; font-size: 3.5rem; }
    .intro { grid-template-columns: 1fr; }
    .intro-image { padding: 0 13px 13px 0; }
    .intro-image img { height: 480px; }
    .image-caption { display: none; }
    h2 { font-size: clamp(2.7rem, 13vw, 4rem); }
    .menu-heading { display: block; padding-bottom: 40px; }
    .menu-heading > p { margin-top: 25px; }
    .menu-tabs { top: 76px; justify-content: flex-start; margin-inline: -22px; padding-inline: 22px; overflow-x: auto; scrollbar-width: none; }
    .menu-tab { flex: 0 0 auto; }
    .menu-group { padding-top: 55px; }
    .dish-grid { grid-template-columns: 1fr; }
    .dish { padding: 20px 0; }
    .dish p { font-size: .78rem; }
    .menu-note { margin-left: 0; }
    .cuts-grid { grid-template-columns: 1fr 1fr; }
    .cuts-grid article { padding: 20px 10px; }
    .cuts-grid article:first-child { padding-left: 10px; }
    .sides { grid-template-columns: 1fr; gap: 12px; }
    .sides span { white-space: normal; }
    .halal-banner { align-items: flex-start; text-align: left; }
    .halal-banner span { flex: 0 0 29px; }
    .experience-banner { min-height: 560px; background-attachment: scroll; }
    .events-heading { grid-template-columns: 1fr; gap: 20px; }
    .event-cards { grid-template-columns: 1fr; }
    .event-card { min-height: 480px; }
    .story { gap: 60px; }
    .founders { gap: 10px; }
    .founders figure:nth-child(2) { margin-top: 35px; }
    .founders figcaption { display: block; }
    .founders figcaption span { display: block; margin-top: 4px; }
    .booking-copy, .booking-form { padding: 75px 22px; }
    .booking-form { grid-template-columns: 1fr; }
    .field.full, .booking-form .full { grid-column: auto; }
    .detail { grid-template-columns: 80px 1fr; gap: 15px; }
    .map { min-height: 420px; }
    .footer { grid-template-columns: 1fr; text-align: center; padding-inline: 22px; }
    .footer-brand { justify-self: center; }
    .footer > p:nth-of-type(1) { text-align: center; }
    .footer-links { grid-column: auto; justify-content: center; flex-wrap: wrap; }
    .copyright { grid-column: auto; }
    .whatsapp-float span { display: none; }
    .whatsapp-float { padding: 7px; }
    .whatsapp-float strong { width: 38px; height: 38px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}



.bgdiogo{
    background: url(../images/DiogoToscano_BrazilianChurrasco.png) top center no-repeat;
    background-size: cover;
}