/* ============================================================
   DaBang Chicken Hanoi — HAYWEB demo
   Concept: 치맥 CHI-MAEK — "Đêm Hàn Quốc giữa Mỹ Đình"
   Gà rán & bia Hàn, quán nhậu chill mở tới 2h sáng, chủ 18 năm bên Hàn.
   Bảng màu: đêm than ấm + vàng gà rán + đỏ gochujang neon + teal soju.
   KHÔNG kế thừa bộ mặt moc-que (xanh rêu/kem/serif) — hệ thiết kế riêng.
   ============================================================ */

:root {
  --night:    #100b09;   /* nền chính — đêm than ấm */
  --night-2:  #17100d;
  --panel:    #1e1611;   /* thẻ/panel */
  --panel-2:  #271c15;
  --cream:    #f7ede0;   /* chữ sáng */
  --cream-dim:#c7b7a6;
  --amber:    #f4a63c;   /* vàng gà rán — điểm chính ấm */
  --amber-hi: #ffc978;
  --amber-deep:#c9781d;
  --red:      #e5352b;   /* đỏ gochujang — neon nhấn/CTA */
  --red-deep: #b21f18;
  --teal:     #37d0a6;   /* teal soju/bia — nhấn lạnh tí xíu */
  --line:     rgba(247,237,224,.12);
  --line-2:   rgba(247,237,224,.07);
  --shadow:   0 24px 60px -22px rgba(0,0,0,.75);
  --maxw: 1200px;

  --ff-display: "Be Vietnam Pro","Segoe UI",system-ui,sans-serif;
  --ff-body:    "Be Vietnam Pro","Segoe UI",system-ui,sans-serif;
  --ff-ko: "Malgun Gothic","Apple SD Gothic Neo","Noto Sans KR",var(--ff-display);

  /* số luôn lining + tabular (luật QA tiếng Việt kế thừa) */
  font-variant-numeric: lining-nums tabular-nums;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--night);
  color: var(--cream);
  font-family: var(--ff-body);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-variant-numeric: lining-nums tabular-nums;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1,h2,h3 { font-family: var(--ff-display); font-weight: 800; line-height: 1.06; margin: 0; letter-spacing: -.01em; }
.wrap { width: min(var(--maxw), 92vw); margin-inline: auto; }
.ko { font-family: var(--ff-ko); }

/* thanh tiến trình cuộn */
.scrollbar {
  position: fixed; top: 0; left: 0; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--red), var(--amber));
  z-index: 200; box-shadow: 0 0 14px rgba(244,166,60,.7);
}

/* ---------- Nút ---------- */
.btn {
  --bg: var(--amber); --fg: #1c1206;
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  font-family: var(--ff-display); font-weight: 700; font-size: .98rem;
  padding: .82em 1.4em; border-radius: 999px; border: 0; cursor: pointer;
  background: var(--bg); color: var(--fg); letter-spacing: .01em;
  transition: transform .2s cubic-bezier(.2,.9,.3,1), box-shadow .25s, filter .2s;
  will-change: transform;
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 14px 30px -10px rgba(244,166,60,.5); filter: brightness(1.05); }
.btn--red   { --bg: var(--red); --fg: #fff; }
.btn--red:hover { box-shadow: 0 14px 30px -10px rgba(229,53,43,.6); }
.btn--ghost { --bg: transparent; --fg: var(--cream); border: 1.5px solid var(--line); }
.btn--ghost:hover { border-color: var(--amber); color: var(--amber-hi); box-shadow: none; }
.btn--lg { font-size: 1.05rem; padding: .95em 1.7em; }
.btn--block { display: flex; width: 100%; }

/* eyebrow chung */
.eyebrow {
  display: inline-flex; align-items: center; gap: .55em;
  font-family: var(--ff-display); font-weight: 700; font-size: .74rem;
  letter-spacing: .22em; text-transform: uppercase; color: var(--amber);
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--red); border-radius: 2px; }
.eyebrow .ko { letter-spacing: .05em; color: var(--red); font-size: 1.15em; }

.section { padding: clamp(64px, 9vw, 120px) 0; position: relative; }
.h2 { font-size: clamp(1.9rem, 4.4vw, 3.1rem); }
.lead { color: var(--cream-dim); font-size: 1.08rem; max-width: 56ch; }
.section__head { max-width: 62ch; margin-bottom: clamp(30px, 5vw, 54px); }
.section__head .h2 { margin: .35em 0 .3em; }

/* reveal (JS gắn opacity/transform) */
.reveal { transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }

/* ============================================================ NAV */
.nav {
  position: fixed; top: 0; inset-inline: 0; z-index: 120;
  transition: background .3s, box-shadow .3s, backdrop-filter .3s, padding .3s;
  padding: 16px 0;
}
.nav--solid {
  background: rgba(16,11,9,.82); backdrop-filter: blur(14px) saturate(1.2);
  box-shadow: 0 1px 0 var(--line), 0 18px 40px -30px rgba(0,0,0,.9); padding: 10px 0;
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand__logo { width: 44px; height: 44px; }
.brand__name { font-family: var(--ff-display); font-weight: 900; font-size: 1.28rem; letter-spacing: -.02em; }
.brand__name b { color: var(--amber); }
.brand__ko { font-family: var(--ff-ko); color: var(--red); font-weight: 700; font-size: .82rem; margin-left: 2px; }
.nav__links { display: flex; align-items: center; gap: 26px; }
.nav__links a { font-size: .93rem; font-weight: 500; color: var(--cream-dim); transition: color .2s; position: relative; }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--amber); transition: width .25s; border-radius: 2px; }
.nav__links a:hover { color: var(--cream); }
.nav__links a:hover::after { width: 100%; }
.nav__cta { margin-left: 4px; }
.nav__burger { display: none; background: none; border: 0; cursor: pointer; width: 44px; height: 44px; flex-direction: column; gap: 5px; align-items: center; justify-content: center; }
.nav__burger span { width: 26px; height: 2.5px; background: var(--cream); border-radius: 2px; transition: .3s; }

/* ============================================================ HERO */
.hero {
  position: relative; min-height: 100svh; display: flex; align-items: flex-end;
  padding: 120px 0 clamp(48px, 8vw, 90px); overflow: hidden;
}
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(120% 90% at 80% 0%, rgba(229,53,43,.16), transparent 55%),
    linear-gradient(180deg, rgba(16,11,9,.55) 0%, rgba(16,11,9,.35) 40%, rgba(16,11,9,.94) 92%);
}
.hero__grain { position: absolute; inset: 0; z-index: 1; opacity: .5; mix-blend-mode: overlay;
  background-image: radial-gradient(rgba(255,255,255,.12) 1px, transparent 1px); background-size: 4px 4px; }
.hero__inner { position: relative; z-index: 2; width: min(var(--maxw), 92vw); margin-inline: auto; }
.hero__eyebrow { margin-bottom: 20px; }
.hero__title {
  font-size: clamp(2.7rem, 8vw, 6rem); font-weight: 900; letter-spacing: -.03em;
  text-shadow: 0 8px 40px rgba(0,0,0,.55);
}
.hero__title .neon {
  color: var(--amber-hi);
  text-shadow: 0 0 8px rgba(244,166,60,.7), 0 0 26px rgba(244,166,60,.5), 0 0 54px rgba(229,53,43,.35);
  animation: flick 5.5s infinite;
}
@keyframes flick {
  0%,17%,20%,23%,80%,100% { opacity: 1; }
  18%,22% { opacity: .55; }
  81% { opacity: .78; }
}
.hero__lead { margin: 24px 0 0; font-size: 1.16rem; max-width: 46ch; color: #efe2d2; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero__proof {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line);
}
.hero__proof .stars { color: var(--amber); letter-spacing: 2px; font-size: 1.05rem; }
.hero__proof b { color: var(--amber-hi); font-weight: 800; font-size: 1.35rem; font-family: var(--ff-display); }
.hero__proof span { color: var(--cream-dim); font-size: .95rem; }
.hero__proof .sep { width: 1px; height: 26px; background: var(--line); }
.hero__live { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: .93rem; }
.hero__live .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 0 rgba(55,208,166,.6); animation: pulse 2s infinite; }
.hero__live.is-closed .dot { background: #8a7; animation: none; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(55,208,166,.55); } 70% { box-shadow: 0 0 0 10px rgba(55,208,166,0); } 100% { box-shadow: 0 0 0 0 rgba(55,208,166,0); } }

/* ============================================================ TICKER chi-maek */
.ticker { background: var(--red); color: #fff; overflow: hidden; border-block: 2px solid rgba(0,0,0,.2); }
.ticker__track { display: inline-flex; gap: 0; white-space: nowrap; animation: marquee 26s linear infinite; will-change: transform; }
.ticker:hover .ticker__track { animation-play-state: paused; }
.ticker__item { font-family: var(--ff-display); font-weight: 800; font-size: 1.02rem; letter-spacing: .08em; text-transform: uppercase; padding: 15px 0; }
.ticker__item span { padding: 0 26px; }
.ticker__item .dot { color: var(--amber-hi); }
.ticker__item .ko { font-family: var(--ff-ko); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================ CÂU CHUYỆN 18 năm */
.story { background: linear-gradient(180deg, var(--night) 0%, var(--night-2) 100%); }
.story__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 6vw, 84px); align-items: center; }
.story__text .h2 { margin: .3em 0 .5em; }
.story__text p { color: var(--cream-dim); margin: 0 0 1.1em; }
.story__text p b { color: var(--cream); font-weight: 600; }
.passport {
  position: relative; background: var(--panel); border: 1px solid var(--line);
  border-radius: 20px; padding: 30px 30px 26px; box-shadow: var(--shadow);
}
.passport::before {
  content: "다방 · SINCE SEOUL"; position: absolute; top: 16px; right: 18px;
  font-family: var(--ff-ko); font-size: .68rem; letter-spacing: .18em; color: var(--red);
  border: 1.5px solid var(--red); border-radius: 6px; padding: 4px 9px; transform: rotate(6deg); opacity: .85;
}
.journey { list-style: none; margin: 0; padding: 0; position: relative; }
.journey::before { content: ""; position: absolute; left: 13px; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(var(--red), var(--amber)); border-radius: 2px; }
.journey li { position: relative; padding: 0 0 22px 42px; }
.journey li:last-child { padding-bottom: 0; }
.journey li::before {
  content: ""; position: absolute; left: 6px; top: 4px; width: 16px; height: 16px; border-radius: 50%;
  background: var(--night); border: 3px solid var(--amber); box-shadow: 0 0 0 4px rgba(244,166,60,.12);
}
.journey b { display: block; font-family: var(--ff-display); font-weight: 700; color: var(--cream); font-size: 1.02rem; }
.journey span { color: var(--cream-dim); font-size: .94rem; }
.story__stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 30px; }
.story__stats li { list-style: none; background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 16px 10px; text-align: center; }
.story__stats b { display: block; font-family: var(--ff-display); font-weight: 900; font-size: 1.7rem; color: var(--amber); line-height: 1; }
.story__stats span { display: block; margin-top: 6px; font-size: .76rem; color: var(--cream-dim); letter-spacing: .02em; }

/* ============================================================ SIGNATURE gà rán */
.signature { background: var(--night-2); overflow: hidden; }
.signature__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.signature__media { position: relative; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); background: var(--panel-2); aspect-ratio: 5/6; }
.signature__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s cubic-bezier(.2,.8,.2,1); }
.signature:hover .signature__media img { transform: scale(1.05); }
.signature__badge {
  position: absolute; left: 18px; bottom: 18px; z-index: 2;
  background: rgba(16,11,9,.72); backdrop-filter: blur(6px); border: 1px solid var(--line);
  border-radius: 12px; padding: 10px 14px; display: flex; align-items: center; gap: 10px;
}
.signature__badge .ko { color: var(--red); font-weight: 700; font-size: 1.25rem; }
.signature__badge small { color: var(--cream-dim); font-size: .78rem; display: block; }
.signature__badge b { color: var(--amber-hi); font-family: var(--ff-display); }
.signature__text .h2 { margin: .35em 0 .2em; }
/* sóng âm "rôm rốp" */
.sizzle { display: flex; align-items: flex-end; gap: 4px; height: 26px; margin: 14px 0 20px; }
.sizzle i { width: 4px; border-radius: 3px; background: linear-gradient(var(--amber), var(--red)); animation: sz 1.1s ease-in-out infinite; }
.sizzle i:nth-child(2n){ animation-delay: .12s; } .sizzle i:nth-child(3n){ animation-delay: .24s; } .sizzle i:nth-child(4n){ animation-delay: .36s; } .sizzle i:nth-child(5n){ animation-delay: .5s; }
@keyframes sz { 0%,100%{ height: 20%; opacity: .6; } 50%{ height: 100%; opacity: 1; } }
.feats { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 12px; }
.feats li { display: flex; gap: 14px; align-items: flex-start; }
.feats .ic { flex: none; width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; font-size: 1.2rem; background: var(--panel); border: 1px solid var(--line); }
.feats b { display: block; color: var(--cream); font-family: var(--ff-display); font-weight: 700; }
.feats span { color: var(--cream-dim); font-size: .93rem; }

/* ============================================================ THỰC ĐƠN */
.menu { background: var(--night); }
.menu__tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.menu__tab {
  font-family: var(--ff-display); font-weight: 600; font-size: .92rem; cursor: pointer;
  background: var(--panel); color: var(--cream-dim); border: 1px solid var(--line);
  border-radius: 999px; padding: .6em 1.15em; transition: .2s;
}
.menu__tab .ko { color: var(--red); margin-right: 5px; font-weight: 700; }
.menu__tab:hover { color: var(--cream); border-color: var(--amber); }
.menu__tab.is-active { background: var(--amber); color: #1c1206; border-color: var(--amber); }
.menu__tab.is-active .ko { color: var(--red-deep); }
.menu__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 40px; }
.menu__cat { display: none; }
.menu__cat.is-shown { display: contents; }
.mitem {
  display: grid; grid-template-columns: 56px 1fr auto; gap: 14px; align-items: center;
  padding: 12px 0; border-bottom: 1px dashed var(--line-2);
}
.mitem__thumb { width: 56px; height: 56px; border-radius: 12px; object-fit: cover; background: var(--panel-2); }
.mitem__nm { font-weight: 600; color: var(--cream); }
.mitem__nm small { display: block; color: var(--cream-dim); font-weight: 400; font-size: .82rem; }
.mitem__nm .tag { display: inline-block; margin-left: 6px; font-size: .64rem; font-weight: 700; letter-spacing: .06em; color: var(--red); border: 1px solid var(--red); border-radius: 5px; padding: 1px 5px; vertical-align: middle; text-transform: uppercase; }
.mitem__pr { font-family: var(--ff-display); font-weight: 700; color: var(--amber); white-space: nowrap; }
.mitem__pr small { color: var(--cream-dim); font-weight: 400; font-size: .72em; }
.menu__note { margin-top: 26px; color: var(--cream-dim); font-size: .9rem; }
.menu__note a { color: var(--amber); font-weight: 600; }

/* ============================================================ ĐÊM KHÔNG NGỦ */
.night { position: relative; overflow: hidden; background: radial-gradient(120% 100% at 50% 0%, #20140f 0%, var(--night) 70%); }
.night__inner { text-align: center; max-width: 720px; margin-inline: auto; position: relative; z-index: 2; }
.night__clock {
  display: inline-flex; align-items: baseline; gap: 10px; margin: 18px 0 8px;
  font-family: var(--ff-display); font-weight: 900; letter-spacing: -.02em;
}
.night__clock .t { font-size: clamp(3rem, 9vw, 5.4rem); color: var(--amber-hi); text-shadow: 0 0 30px rgba(244,166,60,.35); }
.night__clock .arrow { font-size: clamp(1.6rem,4vw,2.6rem); color: var(--red); }
.night__sub { color: var(--cream-dim); font-size: 1.06rem; }
.night__state {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 24px;
  background: var(--panel); border: 1px solid var(--line); border-radius: 999px; padding: 10px 20px; font-weight: 600;
}
.night__state .dot { width: 10px; height: 10px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 12px var(--teal); animation: pulse 2s infinite; }
.night__state.is-closed .dot { background: #8a7; box-shadow: none; animation: none; }
.night__glow { position: absolute; inset: 0; z-index: 0; background: radial-gradient(50% 40% at 50% 100%, rgba(229,53,43,.14), transparent 70%); }

/* ============================================================ KHÔNG GIAN */
.space { background: var(--night-2); }
.space__grid { display: grid; grid-template-columns: 1.4fr 1fr; grid-template-rows: 1fr 1fr; gap: 14px; height: clamp(360px, 52vw, 560px); }
.space__cell { position: relative; border-radius: 18px; overflow: hidden; background: var(--panel-2); box-shadow: var(--shadow); }
.space__cell:first-child { grid-row: 1 / 3; }
.space__cell img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease; }
.space__cell:hover img { transform: scale(1.06); }
.space__cell .quote {
  position: absolute; inset: auto 16px 16px; z-index: 2; color: #fff;
  font-size: .92rem; line-height: 1.4; text-shadow: 0 2px 14px rgba(0,0,0,.7);
  background: linear-gradient(transparent, rgba(16,11,9,.55)); padding: 30px 6px 4px;
}
.space__intro { margin-bottom: 30px; }

/* ============================================================ ĐÁNH GIÁ */
.reviews { background: var(--night); }
.reviews__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 34px; }
.reviews__score { text-align: right; }
.reviews__score b { font-family: var(--ff-display); font-weight: 900; font-size: 2.6rem; color: var(--amber); line-height: 1; }
.reviews__score .stars { color: var(--amber); letter-spacing: 2px; display: block; }
.reviews__score span { color: var(--cream-dim); font-size: .86rem; }
.reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review { background: var(--panel); border: 1px solid var(--line); border-radius: 18px; padding: 26px 24px; position: relative; }
.review::before { content: "“"; position: absolute; top: 6px; right: 20px; font-family: var(--ff-display); font-size: 4rem; color: var(--line); line-height: 1; }
.review__head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.review__ava { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; font-family: var(--ff-display); font-weight: 800; color: #1c1206; background: linear-gradient(135deg, var(--amber-hi), var(--amber-deep)); }
.review__name { font-family: var(--ff-display); font-weight: 700; font-style: normal; color: var(--cream); }
.review__stars { color: var(--amber); font-size: .82rem; letter-spacing: 1px; }
.review p { color: var(--cream-dim); margin: 0 0 12px; font-size: .98rem; }
.review__src { font-size: .78rem; color: var(--amber); font-weight: 600; }

/* ============================================================ SẮP CÓ (đặt chỗ / gọi món) */
.soon { padding: clamp(48px, 7vw, 76px) 0; background: linear-gradient(180deg, var(--night) 0%, var(--night-2) 100%); }
.soon__box {
  max-width: 660px; margin-inline: auto; text-align: center;
  background: var(--panel); border: 1px solid var(--line); border-radius: 22px;
  padding: clamp(30px, 5vw, 44px) clamp(24px, 5vw, 40px); box-shadow: var(--shadow); position: relative; overflow: hidden;
}
.soon__box::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--red), var(--amber)); }
.soon__tag { display: inline-block; font-family: var(--ff-display); font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--red); border: 1px solid var(--red); border-radius: 999px; padding: 4px 14px; }
.soon__box h2 { font-size: clamp(1.5rem, 3.6vw, 2.1rem); margin: 16px 0 12px; }
.soon__box p { color: var(--cream-dim); margin: 0 auto 22px; max-width: 46ch; }
.soon__box p a { color: var(--amber); font-weight: 600; }
.soon__cta { display: inline-flex; gap: 10px; flex-wrap: wrap; justify-content: center; }

/* ============================================================ LIÊN HỆ */
.contact { background: var(--night-2); }
.contact__grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(30px, 5vw, 60px); align-items: stretch; }
.contact__info .h2 { margin: .35em 0 1em; }
.contact__list { list-style: none; margin: 0 0 28px; padding: 0; display: grid; gap: 16px; }
.contact__list li { display: grid; grid-template-columns: 96px 1fr; gap: 14px; align-items: baseline; padding-bottom: 15px; border-bottom: 1px solid var(--line-2); }
.contact__list span { color: var(--amber); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact__list b { font-weight: 500; color: var(--cream); }
.contact__list a { color: var(--cream); }
.contact__list a:hover { color: var(--amber-hi); }
.contact__map { border-radius: 20px; overflow: hidden; border: 1px solid var(--line); min-height: 340px; box-shadow: var(--shadow); }
.contact__map iframe { width: 100%; height: 100%; min-height: 340px; border: 0; filter: grayscale(.2) invert(.9) hue-rotate(180deg) brightness(.9) contrast(.95); }

/* ============================================================ MOBILE BAR */
.mobilebar { display: none; position: fixed; inset: auto 0 0; z-index: 130; gap: 10px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(16,11,9,.94); backdrop-filter: blur(12px); border-top: 1px solid var(--line); }
.mobilebar a { flex: 1; text-align: center; font-family: var(--ff-display); font-weight: 700; padding: 13px 8px; border-radius: 12px; font-size: .96rem; }
.mobilebar__dir { background: var(--panel-2); color: var(--cream); border: 1px solid var(--line); flex: 0 0 40%; }
.mobilebar__fb { background: var(--red); color: #fff; }

/* ============================================================ FOOTER */
.footer { background: var(--night); border-top: 1px solid var(--line); padding: 42px 0 30px; }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.footer p { color: var(--cream-dim); font-size: .86rem; margin: 8px 0 0; }
.footer p b { color: var(--cream); }
.credit { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line-2); font-size: .86rem; }
.credit__link { color: var(--amber); font-weight: 700; }

/* ============================================================ TOAST */
.toast { position: fixed; left: 50%; bottom: 26px; transform: translate(-50%, 20px); z-index: 300; background: var(--panel-2); color: var(--cream); border: 1px solid var(--amber); border-radius: 12px; padding: 13px 20px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: .35s; font-size: .93rem; max-width: 88vw; }
.toast.is-show { opacity: 1; transform: translate(-50%, 0); }

/* ============================================================ RESPONSIVE */
@media (max-width: 1024px) {
  .nav__links { position: fixed; inset: 0 0 auto; top: 0; padding: 84px 26px 30px; flex-direction: column; align-items: flex-start; gap: 6px; background: rgba(16,11,9,.98); backdrop-filter: blur(16px); transform: translateY(-102%); transition: transform .38s cubic-bezier(.2,.9,.3,1); border-bottom: 1px solid var(--line); }
  .nav__links.is-open { transform: translateY(0); }
  .nav__links a { font-size: 1.15rem; padding: 12px 0; width: 100%; border-bottom: 1px solid var(--line-2); }
  .nav__cta { display: none; }
  .nav__burger { display: flex; }
  .story__grid, .signature__grid, .contact__grid { grid-template-columns: 1fr; }
  .signature__media { aspect-ratio: 16/11; max-height: 440px; }
  .reviews__grid { grid-template-columns: 1fr; }
  .space__grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; height: auto; }
  .space__cell { aspect-ratio: 4/3; }
  .space__cell:first-child { grid-row: auto; grid-column: 1 / 3; aspect-ratio: 16/9; }
  .mobilebar { display: flex; }
  body { padding-bottom: 66px; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .menu__grid { grid-template-columns: 1fr; gap: 0; }
  .story__stats { grid-template-columns: repeat(2, 1fr); }
  .hero__proof { gap: 12px; } .hero__proof .sep { display: none; }
  .reviews__head { flex-direction: column; align-items: flex-start; } .reviews__score { text-align: left; }
  .contact__list li { grid-template-columns: 1fr; gap: 3px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .ticker__track { animation: none; }
}
