@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --ink: #11100e;
  --ink-soft: #26231f;
  --kraft: #d6ad79;
  --paper: #f5efe6;
  --paper-2: #ede3d4;
  --orange: #f39a00;
  --orange-dark: #c87300;
  --green: #23a455;
  --white: #fffdf9;
  --muted: #6f675e;
  --line: rgba(17, 16, 14, .14);
  --shadow: 0 18px 50px rgba(17, 16, 14, .16);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, system-ui, sans-serif; }
body.drawer-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 1000; background: var(--orange); padding: 12px 18px; font-weight: 800; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; min-height: 76px; padding: 10px clamp(18px, 4vw, 60px); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--white); background: rgba(17,16,14,.94); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.08); }
.brand { width: 126px; display: grid; grid-template-columns: 27px 1fr; grid-template-rows: 13px 35px 10px; text-decoration: none; font-family: "Barlow Condensed", sans-serif; font-weight: 900; line-height: .8; color: var(--orange); }
.brand-the { grid-column: 1; align-self: end; font-size: 14px; }
.brand-house { grid-column: 1 / -1; grid-row: 2; font-size: 40px; letter-spacing: -2px; }
.brand-house span { display: inline-block; transform: translateY(2px); }
.brand small { grid-column: 1 / -1; grid-row: 3; font-size: 10px; letter-spacing: 7px; text-align: right; }
.header-actions { display: flex; align-items: center; gap: 24px; }
.header-link { font-size: 13px; font-weight: 700; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.5); }
.cart-button { border: 0; border-radius: 999px; padding: 11px 15px; display: flex; align-items: center; gap: 8px; background: var(--orange); color: var(--ink); font-weight: 800; cursor: pointer; }
.cart-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.cart-button b { min-width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 12px; }

.hero { min-height: min(800px, calc(100vh - 76px)); position: relative; display: grid; align-items: end; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-image { position: absolute; inset: 0; background: url("assets/brand/brand-6.png") center 52% / cover no-repeat; transform: scale(1.025); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,16,14,.96) 0%, rgba(17,16,14,.75) 38%, rgba(17,16,14,.16) 75%), linear-gradient(0deg, rgba(17,16,14,.9) 0%, transparent 52%); }
.hero-content { position: relative; z-index: 2; width: min(740px, 100%); padding: clamp(70px, 10vw, 128px) clamp(20px, 7vw, 105px) clamp(48px, 7vw, 90px); }
.eyebrow { margin: 0 0 12px; color: var(--orange); font: 800 14px/1 "Barlow Condensed", sans-serif; letter-spacing: .2em; }
.eyebrow.orange { color: var(--orange-dark); }
.hero h1, h2 { margin: 0; font-family: "Barlow Condensed", sans-serif; text-transform: uppercase; line-height: .88; letter-spacing: -.03em; }
.hero h1 { font-size: clamp(68px, 10vw, 138px); max-width: 720px; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-copy { max-width: 540px; margin: 26px 0 0; font-size: clamp(17px, 2vw, 22px); line-height: 1.5; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 48px; padding: 13px 22px; border: 1px solid transparent; border-radius: 5px; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--orange); color: var(--ink); }
.button.primary:hover { background: #ffac16; }
.button.secondary { background: rgba(255,255,255,.08); color: var(--white); border-color: rgba(255,255,255,.3); }
.button.dark { background: var(--ink); color: var(--white); border: 0; }
.service-pills { padding: 0; margin: 34px 0 0; display: flex; flex-wrap: wrap; gap: 10px; list-style: none; }
.service-pills li { padding: 8px 11px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: 12px; font-weight: 700; background: rgba(17,16,14,.3); backdrop-filter: blur(7px); }

.quick-info { padding: 0 clamp(20px, 5vw, 76px); display: grid; grid-template-columns: repeat(3, 1fr); background: var(--orange); }
.quick-info article { min-height: 150px; padding: 30px clamp(18px, 3vw, 42px); display: flex; align-items: flex-start; gap: 16px; border-right: 1px solid rgba(17,16,14,.2); }
.quick-info article:last-child { border-right: 0; }
.quick-info article > span { font: 900 22px/1 "Barlow Condensed", sans-serif; opacity: .45; }
.quick-info strong { font: 800 24px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.quick-info p { margin: 8px 0 0; max-width: 300px; font-size: 13px; line-height: 1.5; }

.menu-section { padding: clamp(70px, 8vw, 120px) clamp(18px, 5vw, 76px); }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; max-width: 1240px; margin: 0 auto 36px; }
.section-heading h2, .location-section h2, .home-banner h2 { font-size: clamp(50px, 7vw, 94px); }
.section-heading > p { max-width: 420px; margin: 0; color: var(--muted); line-height: 1.6; font-size: 14px; }
.menu-tools { max-width: 1240px; margin: 0 auto 26px; }
.search-box { height: 54px; display: flex; align-items: center; gap: 11px; padding: 0 17px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); }
.search-box:focus-within { outline: 3px solid rgba(243,154,0,.25); border-color: var(--orange-dark); }
.search-box svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 2; }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.category-tabs { margin-top: 15px; display: flex; gap: 8px; overflow-x: auto; padding-bottom: 5px; scrollbar-width: thin; }
.category-tab { flex: 0 0 auto; padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); font-size: 13px; font-weight: 700; cursor: pointer; }
.category-tab[aria-pressed="true"] { background: var(--ink); color: var(--white); border-color: var(--ink); }
.promo-note { max-width: 1240px; margin: 0 auto 28px; padding: 16px 19px; display: flex; align-items: center; gap: 18px; border: 1px dashed rgba(200,115,0,.55); background: rgba(243,154,0,.09); }
.promo-note > span { font: 900 34px/1 "Barlow Condensed", sans-serif; color: var(--orange-dark); }
.promo-note p { margin: 0; font-size: 13px; line-height: 1.5; }
.product-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.product-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--white); box-shadow: 0 8px 25px rgba(17,16,14,.05); transition: transform .22s, box-shadow .22s; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-image { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--ink-soft); }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.product-card:hover .product-image img { transform: scale(1.035); }
.category-label { position: absolute; top: 12px; left: 12px; padding: 6px 9px; background: rgba(17,16,14,.87); color: var(--white); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.product-body { flex: 1; padding: 20px; display: flex; flex-direction: column; }
.product-body h3 { margin: 0; font: 800 clamp(25px, 2.4vw, 34px)/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.product-description { min-height: 42px; margin: 9px 0 18px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.option-select { width: 100%; height: 42px; margin: -5px 0 16px; padding: 0 10px; border: 1px solid var(--line); background: var(--paper); }
.product-footer { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.product-price { font: 900 26px/1 "Barlow Condensed", sans-serif; }
.product-price.consult { font-size: 20px; color: var(--orange-dark); }
.add-button { min-width: 118px; min-height: 43px; padding: 10px 14px; border: 0; border-radius: 4px; background: var(--orange); color: var(--ink); font-weight: 800; cursor: pointer; }
.add-button:hover { background: #ffad1b; }
.empty-state { max-width: 1240px; margin: 30px auto 0; padding: 50px 20px; text-align: center; border: 1px dashed var(--line); }
.empty-state strong { font: 800 30px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.empty-state p { color: var(--muted); }

.home-banner { min-height: 570px; display: grid; grid-template-columns: 1fr minmax(360px, 46vw); background: var(--ink); color: var(--white); overflow: hidden; }
.home-banner > div { padding: clamp(60px, 8vw, 120px) clamp(25px, 8vw, 120px); align-self: center; }
.home-banner h2 { margin-bottom: 20px; color: var(--orange); }
.home-banner p:not(.eyebrow) { margin: 0 0 28px; color: rgba(255,255,255,.72); }
.home-banner img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.location-section { padding: clamp(60px, 8vw, 110px) clamp(20px, 8vw, 120px); display: flex; justify-content: space-between; align-items: end; gap: 40px; background: var(--kraft) url("assets/brand/raw-2.jpeg") center / 420px auto; }
.location-section h2 { max-width: 800px; }
.location-section address { margin-top: 25px; font-style: normal; font-size: 18px; line-height: 1.6; }
.location-actions { display: grid; justify-items: stretch; gap: 16px; min-width: 190px; }
.text-link { font-size: 13px; font-weight: 800; text-align: center; }
footer { padding: 40px clamp(20px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 25px; background: var(--ink); color: rgba(255,255,255,.7); font-size: 13px; }
footer p { margin: 0; }
footer a { color: var(--orange); }
footer small { grid-column: 1 / -1; color: rgba(255,255,255,.4); }
.footer-brand { width: max-content; display: grid; color: var(--orange); font-family: "Barlow Condensed", sans-serif; }
.footer-brand strong { font-size: 30px; line-height: .8; }
.footer-brand span { font-size: 9px; letter-spacing: 6px; text-align: right; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 80; background: rgba(0,0,0,.6); backdrop-filter: blur(2px); }
.cart-drawer { position: fixed; inset: 0 0 0 auto; z-index: 90; width: min(520px, 100%); overflow-y: auto; padding: 24px; background: var(--paper); box-shadow: -20px 0 60px rgba(0,0,0,.25); }
.drawer-header { position: sticky; top: -24px; z-index: 2; margin: -24px -24px 20px; padding: 24px; display: flex; align-items: center; justify-content: space-between; background: rgba(245,239,230,.96); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.drawer-header h2 { font-size: 48px; }
.icon-button { width: 43px; height: 43px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 28px; cursor: pointer; }
.cart-item { padding: 16px 0; display: grid; grid-template-columns: 68px 1fr auto; gap: 13px; align-items: center; border-bottom: 1px solid var(--line); }
.cart-item img { width: 68px; height: 68px; object-fit: cover; }
.cart-item h3 { margin: 0 0 4px; font-size: 14px; }
.cart-item p { margin: 0; color: var(--muted); font-size: 11px; }
.quantity { margin-top: 9px; display: flex; align-items: center; width: max-content; border: 1px solid var(--line); background: var(--white); }
.quantity button { width: 31px; height: 30px; border: 0; background: transparent; cursor: pointer; font-size: 18px; }
.quantity span { min-width: 24px; text-align: center; font-weight: 700; font-size: 12px; }
.cart-item-price { text-align: right; font: 800 18px/1 "Barlow Condensed", sans-serif; }
.cart-item-price small { display: block; margin-top: 8px; color: var(--orange-dark); font: 700 11px/1 Inter, sans-serif; }
.remove-button { border: 0; padding: 7px 0; background: transparent; color: var(--muted); font-size: 11px; text-decoration: underline; cursor: pointer; }
.cart-empty { padding: 70px 20px; display: grid; justify-items: center; text-align: center; }
.cart-empty > span { font-size: 48px; }
.cart-empty strong { margin-top: 13px; font: 800 30px/1 "Barlow Condensed", sans-serif; text-transform: uppercase; }
.cart-empty p { color: var(--muted); }
.order-form fieldset { margin: 24px 0 18px; padding: 0; border: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.order-form legend { margin-bottom: 10px; font-weight: 800; font-size: 13px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; }
.choice span { min-height: 68px; padding: 12px; display: grid; gap: 3px; border: 1px solid var(--line); background: var(--white); cursor: pointer; }
.choice input:checked + span { outline: 2px solid var(--orange); border-color: var(--orange); }
.choice input:focus-visible + span { outline: 3px solid rgba(243,154,0,.45); }
.choice b { font-size: 13px; }
.choice small { color: var(--muted); font-size: 10px; line-height: 1.35; }
.field { display: grid; gap: 7px; margin-top: 15px; }
.field span { font-size: 12px; font-weight: 700; }
.field input, .field textarea { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 0; background: var(--white); outline: 0; resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--orange-dark); box-shadow: 0 0 0 3px rgba(243,154,0,.16); }
.cart-summary { margin-top: 20px; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.cart-summary div { display: flex; justify-content: space-between; align-items: center; }
.cart-summary span { font-size: 13px; }
.cart-summary strong { font: 900 30px/1 "Barlow Condensed", sans-serif; }
.cart-summary p { margin: 10px 0 0; color: var(--orange-dark); font-size: 11px; }
.form-error { padding: 10px; background: #ffe2dc; color: #8c2115; font-size: 12px; }
.whatsapp-button { width: 100%; min-height: 54px; margin-top: 16px; border: 0; border-radius: 4px; display: flex; align-items: center; justify-content: center; gap: 9px; background: var(--green); color: white; font-weight: 800; cursor: pointer; }
.whatsapp-button svg { width: 22px; fill: currentColor; }
.form-legal { display: block; margin-top: 10px; color: var(--muted); line-height: 1.45; text-align: center; font-size: 10px; }
.mobile-cart { display: none; }
.toast { position: fixed; z-index: 110; left: 50%; bottom: 24px; transform: translate(-50%, 30px); padding: 12px 18px; border-radius: 4px; background: var(--ink); color: var(--white); opacity: 0; pointer-events: none; transition: .25s; font-size: 13px; font-weight: 700; box-shadow: var(--shadow); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 880px) {
  .quick-info { grid-template-columns: 1fr; padding: 0 20px; }
  .quick-info article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(17,16,14,.18); padding: 23px 0; }
  .quick-info article:last-child { border-bottom: 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-banner { grid-template-columns: 1fr 44%; }
  .location-section { align-items: flex-start; flex-direction: column; }
  footer { grid-template-columns: 1fr 1fr; }
  footer small { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 70px; }
  .site-header { min-height: 68px; padding: 8px 14px; }
  .brand { transform: scale(.86); transform-origin: left center; margin-right: -15px; }
  .header-link, .cart-button span { display: none; }
  .cart-button { padding: 9px; }
  .hero { min-height: 720px; }
  .hero-image { background-position: 57% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(17,16,14,.98) 0%, rgba(17,16,14,.63) 63%, rgba(17,16,14,.2) 100%); }
  .hero-content { align-self: end; padding: 120px 18px 42px; }
  .hero h1 { font-size: clamp(62px, 20vw, 92px); }
  .hero-copy { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .service-pills { margin-top: 24px; }
  .quick-info article > span { font-size: 18px; }
  .quick-info strong { font-size: 21px; }
  .menu-section { padding-left: 14px; padding-right: 14px; }
  .section-heading h2, .location-section h2, .home-banner h2 { font-size: 54px; }
  .promo-note { align-items: flex-start; }
  .product-grid { grid-template-columns: 1fr; gap: 14px; }
  .product-card { display: grid; grid-template-columns: 118px 1fr; }
  .product-image { height: 100%; min-height: 174px; aspect-ratio: auto; }
  .category-label { top: 8px; left: 8px; padding: 5px 7px; font-size: 8px; }
  .product-body { padding: 15px; }
  .product-body h3 { font-size: 25px; }
  .product-description { min-height: 0; margin: 7px 0 13px; font-size: 11px; }
  .product-footer { align-items: flex-end; flex-direction: column; }
  .product-price { align-self: flex-start; font-size: 23px; }
  .product-price.consult { font-size: 17px; }
  .add-button { width: 100%; min-width: 0; }
  .home-banner { min-height: 0; grid-template-columns: 1fr; }
  .home-banner img { max-height: 520px; }
  .location-section { padding-left: 20px; padding-right: 20px; }
  .location-actions { width: 100%; }
  footer { padding-bottom: 110px; grid-template-columns: 1fr; }
  footer small { grid-column: 1; }
  .mobile-cart { position: fixed; z-index: 60; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); min-height: 58px; padding: 10px 15px; border: 0; border-radius: 5px; align-items: center; justify-content: space-between; gap: 10px; background: var(--orange); color: var(--ink); box-shadow: 0 12px 34px rgba(0,0,0,.32); font-size: 12px; cursor: pointer; }
  .mobile-cart.visible { display: flex; }
  .mobile-cart > span:first-child { display: grid; text-align: left; }
  .mobile-cart b { font-size: 15px; }
  .mobile-cart strong { font-size: 13px; }
  .cart-drawer { padding: 18px; }
  .drawer-header { top: -18px; margin: -18px -18px 16px; padding: 18px; }
  .order-form fieldset { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
