/* === Base === */
:root { --accent: #E0640F; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #FFF4D6; }
body { margin: 0; min-height: 100vh; background: #FFF4D6; color: #2B2620; font-family: "Hanken Grotesk", system-ui, sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
a { color: inherit; text-decoration: none; }

/* === Site wrapper === */
.site-wrapper { overflow-x: hidden; }

/* === Hero === */
.hero { max-width: 1180px; margin: 0 auto; padding: clamp(56px,9vw,108px) 28px clamp(48px,7vw,84px); text-align: center; display: flex; flex-direction: column; align-items: center; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; letter-spacing: 0.28em; color: var(--accent); text-transform: uppercase; margin-bottom: 30px; }
.eyebrow-line { width: 26px; height: 1.5px; background: var(--accent); display: inline-block; }
.hero-logo { width: min(420px, 78%); height: auto; display: block; }
.hero-tagline { max-width: 560px; margin: 30px 0 0; font-size: clamp(17px,2.1vw,20px); line-height: 1.55; color: #5C5446; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 36px; }
.hero-social { display: flex; gap: 12px; margin-top: 38px; }

/* === Buttons === */
.btn-primary { background: var(--accent); color: #FFFBF2; width: 140px; padding: 15px 0; text-align: center; border-radius: 999px; font-size: 15px; font-weight: 700; letter-spacing: 0.01em; }
.btn-primary:hover { filter: brightness(1.06); }
.btn-outline { background: transparent; color: #2B2620; width: 140px; padding: 15px 0; text-align: center; border-radius: 999px; font-size: 15px; font-weight: 700; border: 1.5px solid #2B2620; }
.btn-outline:hover { background: #2B2620; color: #FFFBF2; }
.btn-directions { display: inline-flex; align-items: center; gap: 9px; background: var(--accent); color: #FFFBF2; padding: 13px 24px; border-radius: 999px; font-size: 14px; font-weight: 700; }
.btn-directions:hover { filter: brightness(1.06); }

/* === Social icons (hero) === */
.social-icon { width: 44px; height: 44px; border-radius: 50%; border: 1px solid #E2D7BF; display: flex; align-items: center; justify-content: center; color: #2B2620; }
.social-icon:hover { border-color: var(--accent); color: var(--accent); }

/* === Menu section === */
.menu { max-width: 1180px; margin: 0 auto; padding: clamp(64px,9vw,104px) 28px clamp(48px,7vw,80px); }
.menu-header { text-align: center; max-width: 620px; margin: 0 auto clamp(44px,6vw,64px); }
.section-label { font-size: 12px; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase; color: var(--accent); }
.menu-title { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: clamp(34px,5vw,52px); line-height: 1.04; letter-spacing: -0.02em; margin: 16px 0 14px; }
.menu-subtitle { margin: 0; font-size: 16px; color: #5C5446; line-height: 1.55; }
.menu-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: clamp(40px,5vw,72px); }
.menu-category-title { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600; font-size: 22px; margin: 0 0 22px; padding-bottom: 14px; border-bottom: 2px solid #2B2620; display: flex; align-items: baseline; justify-content: space-between; }
.menu-category-label { font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }
.menu-item { margin-bottom: 22px; }
.menu-item:last-child { margin-bottom: 0; }
.item-row { display: flex; align-items: baseline; gap: 12px; }
.item-name { font-weight: 600; font-size: 16px; }
.item-dots { flex: 1; border-bottom: 1px dotted #CFC4AC; transform: translateY(-4px); }
.item-price { font-weight: 700; font-variant-numeric: tabular-nums; }
.item-desc { margin: 4px 0 0; font-size: 14px; color: #8A8073; line-height: 1.45; }
.price-unit { font-size: 12px; color: #8A8073; font-weight: 600; }
.bar-note { background: #F7EFDE; border-radius: 14px; padding: 18px 20px; margin-top: 26px; }
.bar-note-label { margin: 0 0 8px; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--accent); }
.bar-note-text { margin: 0; font-size: 14px; color: #5C5446; line-height: 1.55; }

/* === Map section === */
.map-section { max-width: 1180px; margin: 0 auto; padding: 0 28px clamp(64px,9vw,104px); }
.map-container { position: relative; border-radius: 22px; overflow: hidden; border: 1px solid #ECE2CC; }
.map-placeholder { height: clamp(340px,46vw,480px); background-color: #F1E8D4; background-image: repeating-linear-gradient(135deg, rgba(224,100,15,0.07) 0, rgba(224,100,15,0.07) 2px, transparent 2px, transparent 13px); display: flex; align-items: center; justify-content: center; }
.map-placeholder iframe { width: 100%; height: 100%; display: block; border: 0; }
.map-label { font-family: 'Courier New', monospace; font-size: 13px; letter-spacing: 0.08em; color: #A99A7C; background: rgba(255,251,242,0.7); padding: 7px 14px; border-radius: 8px; }
.address-card { position: absolute; top: 50%; left: clamp(20px,5vw,52px); transform: translateY(-50%); width: min(360px, calc(100% - 40px)); background: #FFFBF2; border-radius: 18px; padding: 30px; box-shadow: 0 24px 60px -22px rgba(43,38,32,0.4); }
.address-card-header { display: flex; align-items: center; gap: 9px; margin-bottom: 16px; }
.address-card-eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--accent); }
.address-card-title { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 24px; line-height: 1.2; margin: 0 0 6px; }
.address-card-street { margin: 0 0 4px; font-size: 16px; font-weight: 600; }
.address-card-city { margin: 0 0 22px; font-size: 15px; color: #5C5446; }

/* === Footer === */
.footer { background: #2B2620; color: #FFFBF2; }
.footer-grid { max-width: 1180px; margin: 0 auto; padding: clamp(48px,7vw,72px) 28px 36px; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; align-items: start; }
.footer-brand { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 30px; letter-spacing: 0.04em; color: var(--accent); line-height: 1; }
.footer-brand-sub { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 600; font-size: 14px; letter-spacing: 0.3em; margin-top: 6px; color: #FFFBF2; }
.footer-brand-desc { margin: 18px 0 0; font-size: 14px; line-height: 1.6; color: #B9AF9C; max-width: 280px; }
.footer-col-title { font-size: 12px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #857B68; margin: 0 0 16px; }
.footer-p { margin: 0 0 6px; font-size: 14px; color: #D8CFBD; }
.footer-p:last-child { margin-bottom: 0; }
.footer-link { font-size: 14px; color: #D8CFBD; }
.footer-link:hover { color: var(--accent); }
.footer-link--block { display: block; margin-bottom: 6px; }
.footer-social { display: flex; gap: 12px; }
.footer-social-icon { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(255,251,242,0.25); display: flex; align-items: center; justify-content: center; color: #FFFBF2; }
.footer-social-icon:hover { background: var(--accent); border-color: var(--accent); }
.footer-bottom { border-top: 1px solid rgba(255,251,242,0.12); }
.footer-bottom-inner { max-width: 1180px; margin: 0 auto; padding: 20px 28px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 13px; color: #857B68; }
