:root {
  --bg: #120806;
  --surface: #1d0d08;
  --surface-2: #28120c;
  --primary: #a91f13;
  --primary-light: #db3b24;
  --gold: #f2ae22;
  --text: #fff8ee;
  --muted: #cdbdaf;
  --line: rgba(255,255,255,.12);
  --shadow: 0 18px 45px rgba(0,0,0,.35);
  --radius: 16px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; font-family: Arial, Helvetica, sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(11,5,3,.94); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(242,174,34,.25); }
.nav-wrap { width: min(1240px, calc(100% - 40px)); min-height: 74px; margin-inline: auto; display: flex; align-items: center; gap: 24px; }
.brand { flex: 0 0 auto; display: flex; align-items: center; gap: 10px; font-weight: 900; line-height: .95; letter-spacing: .5px; }
.brand-icon { font-size: 31px; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 17px; }
.brand small { margin-top: 6px; font-size: 13px; color: var(--gold); }
.nav-menu { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.nav-menu a { position: relative; padding: 27px 0 25px; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.nav-menu a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 18px; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform .25s; }
.nav-menu a:hover { color: var(--gold); }
.nav-menu a:hover::after { transform: scaleX(1); }
.header-order { flex: 0 0 auto; padding: 10px 17px; border: 1px solid #e76552; border-radius: 999px; background: linear-gradient(135deg,var(--primary-light),#74120b); font-size: 13px; font-weight: 900; white-space: nowrap; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 8px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 26px; height: 3px; margin: 5px auto; border-radius: 4px; background: #fff; }

.hero { position: relative; min-height: 650px; display: flex; align-items: center; background: url('assets/images/hero-ayam-bakar.jpg') 60% center / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,3,2,.97) 0%, rgba(12,5,2,.88) 38%, rgba(12,4,1,.38) 68%, rgba(5,2,1,.12) 100%); }
.hero-content { position: relative; z-index: 2; width: min(1160px, calc(100% - 40px)); margin-inline: auto; padding-block: 90px; }
.hero-content > * { max-width: 590px; }
.eyebrow, .section-kicker { display: inline-block; color: var(--gold); font-size: 13px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }
.hero h1 { margin: 14px 0 24px; font-size: clamp(54px, 7.3vw, 92px); line-height: .88; letter-spacing: -3px; text-transform: uppercase; }
.hero h1 em { color: var(--gold); font-style: normal; text-shadow: 0 4px 0 #77150d; }
.hero p { margin: 0; color: #f2e1d5; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.btn { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 22px; border: 0; border-radius: 8px; font-weight: 900; cursor: pointer; transition: transform .25s, filter .25s, background .25s; }
.btn-primary { background: linear-gradient(135deg,var(--primary-light),var(--primary)); color: #fff; box-shadow: 0 10px 24px rgba(169,31,19,.3); }
.btn-primary:hover { transform: translateY(-2px); filter: brightness(1.1); }
.btn-outline { border: 1px solid var(--gold); background: rgba(0,0,0,.28); color: var(--gold); }
.btn-outline:hover { background: var(--gold); color: #21100b; }
.hero-badges { max-width: 760px; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.hero-badges span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; background: rgba(0,0,0,.38); font-size: 13px; }

.features { border-block: 1px solid rgba(242,174,34,.26); background: linear-gradient(180deg,#30150c,#1a0c07); }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }
.feature-grid article { min-width: 0; display: flex; align-items: center; gap: 13px; padding: 22px 18px; border-right: 1px solid var(--line); }
.feature-grid article:last-child { border-right: 0; }
.feature-grid article > span { flex: 0 0 auto; font-size: 27px; }
.feature-grid h3 { margin: 0 0 3px; color: var(--gold); font-size: 13px; line-height: 1.25; text-transform: uppercase; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 12.5px; line-height: 1.4; }

.section { padding: 88px 0; }
.about { background: linear-gradient(180deg,#170b07,#21100b); }
.about-grid { display: grid; grid-template-columns: minmax(0,1.03fr) minmax(0,.97fr); gap: 55px; align-items: center; }
.about h2, .section-heading h2, .contact h2 { margin: 11px 0 22px; font-size: clamp(34px,4.5vw,52px); line-height: 1.08; }
.about p, .section-heading p, .contact-copy p { margin: 0 0 15px; color: var(--muted); }
.about-image { margin: 0; padding: 11px; border-radius: 18px; background: var(--surface-2); box-shadow: var(--shadow); }
.about-image img { height: 400px; border-radius: 12px; object-fit: cover; }
.about-image figcaption { padding: 11px 4px 1px; color: var(--muted); font-size: 13px; }
.mini-stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-top: 27px; }
.mini-stats div { min-width: 0; padding: 16px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.04); }
.mini-stats strong, .mini-stats span { display: block; }
.mini-stats strong { color: var(--gold); font-size: 20px; }
.mini-stats span { color: var(--muted); font-size: 12px; }

.menu-section { background: #110805; }
.section-heading { max-width: 690px; margin: 0 auto 42px; text-align: center; }
.menu-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.menu-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid rgba(242,174,34,.35); border-radius: var(--radius); background: linear-gradient(180deg,#2b150e,#1c0d08); box-shadow: var(--shadow); transition: transform .28s,border-color .28s; }
.menu-card:hover { transform: translateY(-6px); border-color: var(--gold); }
.menu-card img { aspect-ratio: 16/10; object-fit: cover; }
.card-body { flex: 1; display: flex; flex-direction: column; padding: 19px; }
.card-title { display: block; }
.card-title h3 { min-height: 44px; margin: 0 0 7px; font-size: 18px; line-height: 1.22; }
.card-title strong { display: block; color: var(--gold); font-size: 18px; }
.card-body p { flex: 1; margin: 11px 0 17px; color: var(--muted); font-size: 14px; }
.order-item { width: 100%; padding: 10px; border: 1px solid var(--gold); border-radius: 7px; background: transparent; color: var(--gold); font-weight: 900; cursor: pointer; }
.order-item:hover { background: var(--gold); color: #21100b; }

.promo { position: relative; min-height: 370px; display: flex; align-items: center; background: url('assets/images/promo-banner.jpg') center / cover no-repeat; text-align: center; }
.promo-overlay { position: absolute; inset: 0; background: linear-gradient(rgba(94,9,4,.76),rgba(27,5,2,.9)); }
.promo-content { position: relative; z-index: 1; }
.promo-content > span { color: var(--gold); font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }
.promo h2 { margin: 13px auto; max-width: 900px; font-size: clamp(34px,5vw,56px); line-height: 1.05; }
.promo p { margin: 0 0 24px; font-size: 18px; }
.promo p strong { color: var(--gold); }

.testimonials { background: linear-gradient(180deg,#21100b,#160a06); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.testimonial-grid blockquote { margin: 0; padding: 27px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.04); }
.stars { margin-bottom: 11px; color: var(--gold); letter-spacing: 4px; }
.testimonial-grid p { margin: 0 0 14px; color: #eadcd2; }
.testimonial-grid cite { color: var(--gold); font-style: normal; font-weight: 800; }

.gallery { background: #100704; }
.gallery-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 13px; }
.gallery-grid img { aspect-ratio: 1/1.08; border: 1px solid rgba(242,174,34,.25); border-radius: 12px; object-fit: cover; transition: transform .3s; }
.gallery-grid img:hover { transform: scale(1.025); }

.contact { background: linear-gradient(135deg,#26110a,#120806); }
.contact-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 55px; align-items: center; }
.contact-copy ul { margin: 23px 0 0; padding: 0; list-style: none; }
.contact-copy li { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); overflow-wrap: anywhere; }
.contact-copy strong { color: var(--gold); }
.contact-form { padding: 27px; border: 1px solid var(--line); border-radius: 15px; background: rgba(0,0,0,.25); }
.contact-form label { display: block; margin-bottom: 15px; font-size: 13px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; padding: 12px 13px; border: 1px solid var(--line); border-radius: 8px; outline: 0; background: #120806; color: #fff; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); }
.contact-form .btn { width: 100%; }

footer { padding: 24px 0; border-top: 1px solid rgba(242,174,34,.25); background: #090302; }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-wrap p { margin: 0; color: var(--muted); font-size: 13px; text-align: right; }
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 999; width: 58px; height: 58px; display: grid; place-items: center; border: 4px solid rgba(255,255,255,.85); border-radius: 50%; background: #1fbf58; box-shadow: 0 10px 30px rgba(0,0,0,.35); color: #fff; font-weight: 900; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.show { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .header-order { display: none; }
  .feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .feature-grid article:nth-child(2) { border-right: 0; }
  .feature-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-copy, .contact-copy { max-width: 760px; }
  .menu-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 820px) {
  .nav-wrap { min-height: 68px; }
  .menu-toggle { display: block; margin-left: auto; }
  .nav-menu { position: absolute; top: 100%; left: 0; right: 0; margin: 0; padding: 13px 20px 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--line); background: #120806; box-shadow: 0 18px 35px rgba(0,0,0,.4); }
  .nav-menu.open { display: flex; }
  .nav-menu a { padding: 12px 6px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .nav-menu a:last-child { border-bottom: 0; }
  .nav-menu a::after { display: none; }
  .hero { min-height: 620px; background-position: 66% center; }
  .hero-shade { background: linear-gradient(90deg,rgba(8,3,2,.96),rgba(10,4,2,.72)); }
  .hero-content { padding-block: 74px; }
  .hero h1 { font-size: clamp(49px,12vw,72px); }
}

@media (max-width: 620px) {
  .container, .nav-wrap, .hero-content { width: min(100% - 28px,1160px); }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 11px; }
  .brand-icon { font-size: 27px; }
  .hero { min-height: 640px; background-position: 68% center; }
  .hero-content { padding-block: 65px; }
  .hero h1 { margin-bottom: 20px; font-size: clamp(45px,14vw,58px); letter-spacing: -2px; }
  .hero p { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .hero-badges { display: grid; grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .feature-grid article:last-child { border-bottom: 0; }
  .section { padding: 66px 0; }
  .about-image img { height: 280px; }
  .mini-stats, .menu-grid, .gallery-grid { grid-template-columns: 1fr; }
  .menu-card img { aspect-ratio: 16/10; }
  .gallery-grid img { aspect-ratio: 4/3; }
  .promo { min-height: 410px; }
  .promo p { font-size: 16px; }
  .contact-form { padding: 20px; }
  .footer-wrap { flex-direction: column; text-align: center; }
  .footer-wrap p { text-align: center; }
  .wa-float { width: 54px; height: 54px; right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
