/* ==========================================================
   Diner.ng — warm theme (built on the Sominx/Jost template base)
   ========================================================== */
:root {
  --dn-primary: #e8590c;
  --dn-primary-rgb: 232, 89, 12;
  --dn-primary-dark: #c2410c;
  --dn-accent: #f59f00;
  --dn-accent-soft: #ffd8a8;
  --dn-chili: #c92a2a;
  --dn-cocoa: #3b1d0e;
  --dn-cocoa-2: #52301c;
  --dn-ink: #2b1a12;
  --dn-muted: #7a6358;
  --dn-cream: #fff8f0;
  --dn-sand: #fdebd3;
  --dn-line: #f1dfcc;
  --dn-white: #ffffff;
  --dn-green: #2b8a3e;
  --dn-radius: 18px;
  --dn-shadow: 0 18px 40px rgba(59, 29, 14, 0.10);
  --dn-shadow-sm: 0 6px 18px rgba(59, 29, 14, 0.08);
  --dn-grad: linear-gradient(135deg, #c2410c 0%, #e8590c 45%, #f59f00 100%);
  --dn-serif: 'Fraunces', Georgia, serif;
  --thm-primary: #e8590c;
  --thm-primary-rgb: 232, 89, 12;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Jost', sans-serif;
  color: var(--dn-ink);
  background: var(--dn-cream);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 { color: var(--dn-cocoa); font-weight: 700; line-height: 1.2; }
a { color: var(--dn-primary); text-decoration: none; }
a:hover { color: var(--dn-primary-dark); }
img { max-width: 100%; }
.serif { font-family: var(--dn-serif); font-style: italic; font-weight: 600; }
.text-primary-dn { color: var(--dn-primary) !important; }
.text-muted-dn { color: var(--dn-muted) !important; }
.bg-cream { background: var(--dn-cream); }
.bg-sand { background: var(--dn-sand); }
.bg-white { background: #fff; }
::selection { background: var(--dn-accent-soft); }

/* img fallback when a remote photo fails */
.img-fallback { background: var(--dn-grad); }

/* ---------- Buttons ---------- */
.btn-dn, .btn-dn-outline, .btn-dn-light, .btn-dn-ghost, .btn-dn-dark {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px 26px; border-radius: 40px; font-weight: 600; font-size: 15px;
  border: 2px solid transparent; transition: all .25s ease; cursor: pointer; line-height: 1.2;
  white-space: nowrap;
}
.btn-dn { background: var(--dn-primary); color: #fff; box-shadow: 0 10px 22px rgba(var(--dn-primary-rgb), .28); }
.btn-dn:hover { background: var(--dn-primary-dark); color: #fff; transform: translateY(-2px); }
.btn-dn-outline { border-color: var(--dn-primary); color: var(--dn-primary); background: transparent; }
.btn-dn-outline:hover { background: var(--dn-primary); color: #fff; }
.btn-dn-light { background: #fff; color: var(--dn-primary-dark); }
.btn-dn-light:hover { background: var(--dn-accent); color: var(--dn-cocoa); transform: translateY(-2px); }
.btn-dn-ghost { border-color: rgba(255,255,255,.85); color: #fff; background: transparent; }
.btn-dn-ghost:hover { background: #fff; color: var(--dn-primary-dark); }
.btn-dn-dark { background: var(--dn-cocoa); color: #fff; }
.btn-dn-dark:hover { background: var(--dn-ink); color: #fff; }
.btn-sm-dn { padding: 7px 16px; font-size: 13px; }
.btn-lg-dn { padding: 15px 36px; font-size: 16px; }
.btn-block { width: 100%; }
.btn-icon { width: 36px; height: 36px; padding: 0; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--dn-line); background: #fff; color: var(--dn-muted); transition: .2s; }
.btn-icon:hover { color: var(--dn-primary); border-color: var(--dn-primary); }

/* ---------- Header (template pattern: transparent -> white on scroll) ---------- */
.dn-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; padding: 18px 0; transition: all .35s ease; }
.dn-header.solid, .dn-header.scrolled { background: rgba(255,255,255,.97); box-shadow: 0 2px 20px rgba(59,29,14,.08); padding: 10px 0; backdrop-filter: blur(8px); }
.dn-header .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.dn-logo { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 24px; color: #fff; letter-spacing: -.5px; }
.dn-logo .mark { width: 40px; height: 40px; border-radius: 12px; background: #fff; color: var(--dn-primary); display: inline-flex; align-items: center; justify-content: center; font-size: 18px; box-shadow: var(--dn-shadow-sm); }
.dn-logo .dot { color: var(--dn-accent); }
.dn-header.solid .dn-logo, .dn-header.scrolled .dn-logo { color: var(--dn-cocoa); }
.dn-header.solid .dn-logo .mark, .dn-header.scrolled .dn-logo .mark { background: var(--dn-grad); color: #fff; }
.dn-nav { display: flex; list-style: none; gap: 30px; margin: 0; padding: 0; }
.dn-nav a { color: #fff; font-weight: 500; font-size: 16px; position: relative; }
.dn-nav a::after { content: ''; position: absolute; left: 0; bottom: -4px; width: 0; height: 2px; background: var(--dn-accent); transition: .25s; }
.dn-nav a:hover::after, .dn-nav a.active::after { width: 100%; }
.dn-header.solid .dn-nav a, .dn-header.scrolled .dn-nav a { color: var(--dn-ink); }
.dn-header-actions { display: flex; gap: 12px; align-items: center; }
.dn-header:not(.solid):not(.scrolled) .btn-dn-outline { border-color: #fff; color: #fff; }
.dn-header:not(.solid):not(.scrolled) .btn-dn-outline:hover { background: #fff; color: var(--dn-primary); }
.dn-toggler { display: none; background: none; border: 0; color: #fff; font-size: 24px; }
.dn-header.solid .dn-toggler, .dn-header.scrolled .dn-toggler { color: var(--dn-cocoa); }
.dn-mobile { position: fixed; inset: 0; background: rgba(43,26,18,.55); z-index: 1100; display: none; }
.dn-mobile.open { display: block; }
.dn-mobile-panel { position: absolute; right: 0; top: 0; height: 100%; width: min(320px, 85vw); background: #fff; padding: 26px; display: flex; flex-direction: column; gap: 8px; animation: slideIn .25s ease; }
.dn-mobile-panel a.link { padding: 12px 4px; border-bottom: 1px solid var(--dn-line); color: var(--dn-ink); font-weight: 500; }
@keyframes slideIn { from { transform: translateX(100%); } to { transform: none; } }
.page-offset { padding-top: 90px; }

/* ---------- Hero ---------- */
.dn-hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 130px 0 90px; overflow: hidden; color: #fff; background: var(--dn-cocoa); }
.dn-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; transform: scale(1.04); }
.dn-hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(59,29,14,.92) 0%, rgba(194,65,12,.82) 48%, rgba(245,159,0,.55) 100%); z-index: 1; }
.dn-hero .shape { position: absolute; border-radius: 50%; background: rgba(255,255,255,.06); z-index: 1; }
.dn-hero .shape-1 { width: 720px; height: 720px; right: -260px; top: -260px; }
.dn-hero .shape-2 { width: 520px; height: 520px; left: -260px; bottom: -260px; }
.dn-hero .container { position: relative; z-index: 2; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.16); padding: 8px 18px; border-radius: 30px; font-size: 14px; font-weight: 500; backdrop-filter: blur(6px); margin-bottom: 22px; }
.dn-hero h1 { color: #fff; font-size: clamp(38px, 5.4vw, 66px); font-weight: 800; letter-spacing: -1px; margin-bottom: 18px; }
.dn-hero h1 .serif { color: var(--dn-accent-soft); }
.dn-hero p.lead { font-size: 19px; opacity: .92; max-width: 580px; margin-bottom: 30px; }
.hero-search { background: #fff; border-radius: 60px; padding: 8px; display: flex; gap: 6px; align-items: center; box-shadow: 0 25px 50px rgba(0,0,0,.25); max-width: 680px; }
.hero-search .field { flex: 1; display: flex; align-items: center; gap: 10px; padding: 0 16px; min-width: 0; }
.hero-search .field + .field { border-left: 1px solid var(--dn-line); }
.hero-search i { color: var(--dn-primary); }
.hero-search input, .hero-search select { border: 0; outline: 0; width: 100%; font-size: 15px; color: var(--dn-ink); background: transparent; padding: 10px 0; font-family: inherit; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.hero-chips a { color: #fff; background: rgba(255,255,255,.14); padding: 6px 14px; border-radius: 30px; font-size: 14px; }
.hero-chips a:hover { background: #fff; color: var(--dn-primary); }
.hero-collage { position: relative; height: 520px; }
.hero-collage .ph { position: absolute; border-radius: 24px; background-size: cover; background-position: center; box-shadow: 0 30px 60px rgba(0,0,0,.35); border: 5px solid rgba(255,255,255,.9); }
.hero-collage .ph-1 { width: 68%; height: 72%; right: 0; top: 0; }
.hero-collage .ph-2 { width: 50%; height: 46%; left: 0; bottom: 0; }
.hero-collage .ph-3 { width: 36%; height: 34%; right: 6%; bottom: 2%; }
.hero-float { position: absolute; background: #fff; color: var(--dn-ink); padding: 14px 18px; border-radius: 16px; box-shadow: var(--dn-shadow); display: flex; gap: 12px; align-items: center; font-size: 14px; line-height: 1.3; z-index: 3; }
.hero-float .ic { width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #fff; background: var(--dn-grad); font-size: 18px; }
.hero-float.f1 { left: 4%; top: 18%; animation: bob 5s ease-in-out infinite; }
.hero-float.f2 { right: -10px; top: 64%; animation: bob 6s ease-in-out infinite .6s; }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ---------- Sections ---------- */
.dn-section { padding: 100px 0; position: relative; }
.dn-section.tight { padding: 70px 0; }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 55px; }
.section-kicker { display: inline-block; color: var(--dn-primary); font-weight: 600; text-transform: uppercase; letter-spacing: 2px; font-size: 13px; margin-bottom: 10px; }
.section-kicker::before, .section-kicker::after { content: '•'; margin: 0 8px; color: var(--dn-accent); }
.section-head h2 { font-size: clamp(30px, 3.6vw, 44px); margin-bottom: 14px; }
.section-head p { color: var(--dn-muted); font-size: 17px; }
.head-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 36px; flex-wrap: wrap; }
.head-row h2 { font-size: clamp(26px, 3vw, 38px); margin: 0; }

/* category tiles */
.cat-tile { position: relative; display: block; height: 230px; border-radius: var(--dn-radius); overflow: hidden; color: #fff; box-shadow: var(--dn-shadow-sm); }
.cat-tile .bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .6s ease; }
.cat-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 30%, rgba(59,29,14,.88) 100%); }
.cat-tile:hover .bg { transform: scale(1.08); }
.cat-tile .info { position: absolute; left: 20px; right: 20px; bottom: 18px; z-index: 2; }
.cat-tile .info i { width: 40px; height: 40px; border-radius: 12px; background: var(--dn-primary); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.cat-tile h4 { color: #fff; margin: 0; font-size: 20px; }
.cat-tile small { opacity: .85; }
.cat-tile:hover { color: #fff; }

/* spot cards */
.spot-card { background: #fff; border-radius: var(--dn-radius); overflow: hidden; box-shadow: var(--dn-shadow-sm); transition: all .3s ease; height: 100%; display: flex; flex-direction: column; color: var(--dn-ink); }
.spot-card:hover { transform: translateY(-6px); box-shadow: var(--dn-shadow); color: var(--dn-ink); }
.spot-card .thumb { position: relative; height: 210px; overflow: hidden; background: var(--dn-grad); }
.spot-card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.spot-card:hover .thumb img { transform: scale(1.07); }
.spot-card .badges { position: absolute; top: 14px; left: 14px; display: flex; gap: 6px; flex-wrap: wrap; }
.spot-card .body { padding: 18px 20px 20px; flex: 1; display: flex; flex-direction: column; }
.spot-card h4 { font-size: 19px; margin: 0 0 4px; }
.spot-card .meta { color: var(--dn-muted); font-size: 14px; display: flex; gap: 12px; flex-wrap: wrap; }
.spot-card .tagline { color: var(--dn-muted); font-size: 14px; margin: 8px 0 0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.spot-card .foot { margin-top: auto; padding-top: 14px; display: flex; justify-content: space-between; align-items: center; font-size: 14px; }
.pill { display: inline-flex; align-items: center; gap: 6px; padding: 4px 11px; border-radius: 30px; font-size: 12px; font-weight: 600; line-height: 1.5; }
.pill-featured { background: var(--dn-accent); color: var(--dn-cocoa); }
.pill-type { background: rgba(255,255,255,.92); color: var(--dn-cocoa); }
.pill-book { background: var(--dn-green); color: #fff; }
.pill-soft { background: var(--dn-sand); color: var(--dn-primary-dark); }
.pill-muted { background: #f3ece6; color: var(--dn-muted); }
.pill-green { background: #d3f9d8; color: #2b8a3e; }
.pill-red { background: #ffe3e3; color: #c92a2a; }
.pill-amber { background: #fff3bf; color: #a05a00; }
.pill-blue { background: #e7f0ff; color: #1c5dbf; }
.stars { color: var(--dn-accent); letter-spacing: 1px; white-space: nowrap; }
.rating-chip { display: inline-flex; align-items: center; gap: 5px; font-weight: 700; color: var(--dn-cocoa); }
.rating-chip i { color: var(--dn-accent); }

/* steps */
.step-card { background: #fff; border-radius: var(--dn-radius); padding: 34px 28px; text-align: center; height: 100%; box-shadow: var(--dn-shadow-sm); position: relative; transition: .3s; }
.step-card:hover { transform: translateY(-6px); }
.step-card .num { position: absolute; top: 18px; right: 22px; font-size: 44px; font-weight: 800; color: var(--dn-sand); line-height: 1; }
.step-card .ic { width: 74px; height: 74px; border-radius: 22px; background: var(--dn-grad); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 20px; box-shadow: 0 12px 24px rgba(var(--dn-primary-rgb), .3); }
.step-card h4 { font-size: 20px; }
.step-card p { color: var(--dn-muted); margin: 0; }

/* feature list (owners) */
.feature-row { display: flex; gap: 16px; margin-bottom: 22px; }
.feature-row .ic { flex: 0 0 52px; height: 52px; border-radius: 16px; background: var(--dn-sand); color: var(--dn-primary); display: flex; align-items: center; justify-content: center; font-size: 20px; }
.feature-row h5 { margin: 0 0 4px; font-size: 18px; }
.feature-row p { margin: 0; color: var(--dn-muted); font-size: 15px; }
.img-stack { position: relative; }
.img-stack .main { border-radius: 26px; width: 100%; height: 520px; object-fit: cover; box-shadow: var(--dn-shadow); }
.img-stack .phone { position: absolute; left: -30px; bottom: -30px; width: 210px; background: #fff; border-radius: 28px; padding: 10px; box-shadow: var(--dn-shadow); }
.img-stack .phone .screen { border-radius: 20px; overflow: hidden; background: var(--dn-cream); }
.img-stack .phone .screen .top { background: var(--dn-grad); color: #fff; padding: 14px; font-weight: 700; font-size: 14px; }
.img-stack .phone .row-i { display: flex; justify-content: space-between; padding: 8px 12px; font-size: 12px; border-bottom: 1px dashed var(--dn-line); }

/* pricing */
.price-card { background: #fff; border-radius: 24px; padding: 38px 34px; height: 100%; box-shadow: var(--dn-shadow-sm); position: relative; border: 2px solid transparent; display: flex; flex-direction: column; transition: .3s; }
.price-card:hover { transform: translateY(-6px); box-shadow: var(--dn-shadow); }
.price-card.popular { border-color: var(--dn-primary); background: linear-gradient(180deg, #fff 0%, #fff8f0 100%); }
.price-card .ribbon { position: absolute; top: -14px; right: 26px; background: var(--dn-grad); color: #fff; padding: 5px 16px; border-radius: 30px; font-size: 13px; font-weight: 600; }
.price-card .plan-ic { width: 56px; height: 56px; border-radius: 16px; background: var(--dn-sand); color: var(--dn-primary); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 18px; }
.price-card h3 { font-size: 26px; margin-bottom: 4px; }
.price-card .sub { color: var(--dn-muted); margin-bottom: 18px; }
.price-now { font-size: 46px; font-weight: 800; color: var(--dn-cocoa); line-height: 1; }
.price-now small { font-size: 16px; font-weight: 500; color: var(--dn-muted); }
.price-was { color: var(--dn-muted); font-size: 15px; margin-top: 8px; }
.price-was s { color: var(--dn-chili); }
.promo-tag { display: inline-flex; align-items: center; gap: 6px; background: #fff3bf; color: #8a4b00; border: 1px dashed #f59f00; padding: 5px 12px; border-radius: 10px; font-size: 13px; font-weight: 600; margin: 14px 0 4px; }
.price-card ul { list-style: none; padding: 0; margin: 24px 0 28px; }
.price-card li { padding: 7px 0; display: flex; gap: 10px; align-items: flex-start; font-size: 15px; }
.price-card li i { color: var(--dn-green); margin-top: 5px; }
.price-card li.off { color: #b8a79d; }
.price-card li.off i { color: #d7c9bf; }
.price-card .btn-dn, .price-card .btn-dn-outline { margin-top: auto; }

/* CTA */
.dn-cta { position: relative; border-radius: 30px; overflow: hidden; padding: 70px 60px; color: #fff; background: var(--dn-cocoa); }
.dn-cta .bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .35; }
.dn-cta::before { content: ''; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(194,65,12,.95), rgba(232,89,12,.8) 55%, rgba(245,159,0,.55)); z-index: 1; }
.dn-cta > * { position: relative; z-index: 2; }
.dn-cta h2 { color: #fff; font-size: clamp(28px, 3.4vw, 42px); }

/* stats strip */
.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat-strip .s { background: rgba(255,255,255,.13); border-radius: 16px; padding: 18px 20px; backdrop-filter: blur(8px); }
.stat-strip .s b { font-size: 28px; display: block; line-height: 1.1; color: #fff; }
.stat-strip .s span { font-size: 13px; opacity: .85; }

/* ---------- Footer ---------- */
.dn-footer { background: var(--dn-cocoa); color: #d9c3b4; padding: 80px 0 0; margin-top: 0; }
.dn-footer h5 { color: #fff; font-size: 18px; margin-bottom: 18px; }
.dn-footer a { color: #d9c3b4; }
.dn-footer a:hover { color: var(--dn-accent); }
.dn-footer ul { list-style: none; padding: 0; margin: 0; }
.dn-footer li { padding: 5px 0; }
.dn-footer .dn-logo { color: #fff; }
.dn-footer .social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.08); display: inline-flex; align-items: center; justify-content: center; margin-right: 8px; }
.dn-footer .social a:hover { background: var(--dn-primary); color: #fff; }
.dn-footer .bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 50px; padding: 22px 0; font-size: 14px; }

/* ---------- Page banner ---------- */
.dn-banner { position: relative; padding: 150px 0 70px; color: #fff; background: var(--dn-cocoa); overflow: hidden; }
.dn-banner .bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.dn-banner::before { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(59,29,14,.92), rgba(194,65,12,.78)); z-index: 1; }
.dn-banner .container { position: relative; z-index: 2; }
.dn-banner h1 { color: #fff; font-size: clamp(32px, 4vw, 50px); }
.dn-banner p { opacity: .9; font-size: 18px; max-width: 640px; }
.crumbs { font-size: 14px; opacity: .85; margin-bottom: 8px; }
.crumbs a { color: var(--dn-accent-soft); }

/* ---------- Explore ---------- */
.filter-bar { background: #fff; border-radius: 20px; padding: 16px; box-shadow: var(--dn-shadow); margin-top: -40px; position: relative; z-index: 5; }
.filter-bar .form-control, .filter-bar .form-select { border-radius: 12px; border-color: var(--dn-line); padding: 11px 14px; }
.type-tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.type-tabs a { padding: 8px 16px; border-radius: 30px; background: #fff; color: var(--dn-ink); border: 1px solid var(--dn-line); font-size: 14px; font-weight: 500; }
.type-tabs a.active, .type-tabs a:hover { background: var(--dn-primary); color: #fff; border-color: var(--dn-primary); }
.empty-state { text-align: center; padding: 70px 20px; background: #fff; border-radius: var(--dn-radius); }
.empty-state i { font-size: 44px; color: var(--dn-accent); margin-bottom: 14px; }

/* ---------- Spot page ---------- */
.spot-hero { position: relative; height: 480px; background: var(--dn-cocoa); overflow: hidden; }
.spot-hero .bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.spot-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(43,26,18,.35) 0%, rgba(43,26,18,.15) 40%, rgba(43,26,18,.9) 100%); }
.spot-hero .container { position: absolute; left: 0; right: 0; bottom: 36px; z-index: 2; color: #fff; }
.spot-hero h1 { color: #fff; font-size: clamp(32px, 4.5vw, 54px); margin: 8px 0 6px; }
.spot-hero .meta { display: flex; gap: 18px; flex-wrap: wrap; font-size: 15px; opacity: .95; }
.spot-logo { width: 84px; height: 84px; border-radius: 22px; object-fit: cover; border: 4px solid #fff; background: #fff; box-shadow: var(--dn-shadow); }
.spot-nav { position: sticky; top: 62px; z-index: 50; background: #fff; border-bottom: 1px solid var(--dn-line); }
.spot-nav .container { display: flex; gap: 26px; overflow-x: auto; }
.spot-nav a { padding: 16px 0; color: var(--dn-muted); font-weight: 600; white-space: nowrap; border-bottom: 3px solid transparent; }
.spot-nav a:hover, .spot-nav a.active { color: var(--dn-primary); border-color: var(--dn-primary); }
.panel { background: #fff; border-radius: var(--dn-radius); padding: 28px; box-shadow: var(--dn-shadow-sm); margin-bottom: 26px; }
.panel h3 { font-size: 24px; margin-bottom: 16px; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 150px; gap: 10px; }
.gallery-grid a { border-radius: 14px; overflow: hidden; display: block; background: var(--dn-sand); }
.gallery-grid a:first-child { grid-column: span 2; grid-row: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-grid a:hover img { transform: scale(1.06); }
.menu-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.menu-tabs button { border: 1px solid var(--dn-line); background: #fff; padding: 7px 16px; border-radius: 30px; font-size: 14px; font-weight: 500; color: var(--dn-ink); }
.menu-tabs button.active { background: var(--dn-cocoa); color: #fff; border-color: var(--dn-cocoa); }
.menu-row { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px dashed var(--dn-line); }
.menu-row:last-child { border-bottom: 0; }
.menu-row img { width: 76px; height: 76px; object-fit: cover; border-radius: 14px; flex: 0 0 76px; background: var(--dn-sand); }
.menu-row h6 { margin: 0 0 2px; font-size: 16px; display: flex; justify-content: space-between; gap: 10px; }
.menu-row .price { color: var(--dn-primary-dark); font-weight: 700; white-space: nowrap; }
.menu-row p { margin: 0; font-size: 14px; color: var(--dn-muted); line-height: 1.45; }
.rating-big { font-size: 56px; font-weight: 800; color: var(--dn-cocoa); line-height: 1; }
.bar-row { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.bar { flex: 1; height: 8px; background: var(--dn-sand); border-radius: 8px; overflow: hidden; }
.bar span { display: block; height: 100%; background: var(--dn-grad); border-radius: 8px; }
.review { padding: 18px 0; border-bottom: 1px solid var(--dn-line); }
.review:last-child { border-bottom: 0; }
.avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--dn-grad); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; flex: 0 0 44px; }
.owner-reply { background: var(--dn-cream); border-left: 3px solid var(--dn-primary); padding: 10px 14px; border-radius: 10px; margin-top: 10px; font-size: 14px; }
.star-input { display: inline-flex; flex-direction: row-reverse; gap: 4px; }
.star-input input { display: none; }
.star-input label { font-size: 26px; color: #e3d4c8; cursor: pointer; transition: .15s; line-height: 1; }
.star-input.sm label { font-size: 18px; }
.star-input label:hover, .star-input label:hover ~ label, .star-input input:checked ~ label { color: var(--dn-accent); }
.book-card { position: sticky; top: 130px; background: #fff; border-radius: 22px; box-shadow: var(--dn-shadow); overflow: hidden; }
.book-card .head { background: var(--dn-grad); color: #fff; padding: 20px 24px; }
.book-card .head h4 { color: #fff; margin: 0; }
.book-card .inner { padding: 22px 24px; }
.info-list { list-style: none; padding: 0; margin: 0; }
.info-list li { display: flex; gap: 12px; padding: 9px 0; border-bottom: 1px dashed var(--dn-line); font-size: 15px; }
.info-list li:last-child { border-bottom: 0; }
.info-list i { color: var(--dn-primary); width: 18px; margin-top: 5px; }
.hours-table td { padding: 4px 0; font-size: 14px; }
.hours-table tr.today td { color: var(--dn-primary); font-weight: 700; }
.preview-bar { background: #fff3bf; color: #8a4b00; text-align: center; padding: 10px; font-size: 14px; position: relative; z-index: 60; }

/* ---------- Forms ---------- */
.form-label { font-weight: 600; font-size: 14px; color: var(--dn-cocoa); margin-bottom: 6px; }
.form-control, .form-select { border-radius: 12px; border: 1px solid var(--dn-line); padding: 11px 14px; font-size: 15px; font-family: inherit; }
.form-control:focus, .form-select:focus { border-color: var(--dn-primary); box-shadow: 0 0 0 .2rem rgba(var(--dn-primary-rgb), .15); }
.form-check-input:checked { background-color: var(--dn-primary); border-color: var(--dn-primary); }
.form-text { color: var(--dn-muted); }

/* flash */
.dn-flash { position: fixed; top: 90px; right: 20px; z-index: 2000; max-width: 420px; display: flex; flex-direction: column; gap: 10px; }
.dn-flash .alert { border: 0; border-radius: 14px; box-shadow: var(--dn-shadow); display: flex; gap: 10px; align-items: flex-start; padding: 14px 42px 14px 16px; font-size: 15px; }
.alert-success { background: #ebfbee; color: #1b5e2b; }
.alert-danger { background: #fff0f0; color: #a61e1e; }
.alert-info { background: #fff4e6; color: #8a4b00; }

/* ---------- Auth ---------- */
.auth-wrap { min-height: 100vh; display: grid; grid-template-columns: 1.05fr 1fr; background: #fff; }
.auth-side { position: relative; background: var(--dn-cocoa); color: #fff; padding: 50px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
.auth-side .bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.auth-side::before { content: ''; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(59,29,14,.88), rgba(194,65,12,.8) 60%, rgba(245,159,0,.6)); z-index: 1; }
.auth-side > * { position: relative; z-index: 2; }
.auth-side h2 { color: #fff; font-size: 40px; }
.auth-side .dn-logo { color: #fff; }
.auth-main { display: flex; align-items: center; justify-content: center; padding: 50px 24px; background: var(--dn-cream); }
.auth-card { width: 100%; max-width: 480px; }
.auth-card h1 { font-size: 32px; margin-bottom: 6px; }
.plan-picker { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.plan-picker label { border: 2px solid var(--dn-line); border-radius: 16px; padding: 14px; cursor: pointer; background: #fff; display: block; transition: .2s; }
.plan-picker input { display: none; }
.plan-picker input:checked + label { border-color: var(--dn-primary); background: #fff4e6; }
.plan-picker b { display: block; color: var(--dn-cocoa); }
.plan-picker small { color: var(--dn-muted); }

/* ---------- Dashboard ---------- */
.dash { display: flex; min-height: 100vh; background: #fbf4ec; }
.dash-side { width: 260px; flex: 0 0 260px; background: var(--dn-cocoa); color: #e9d6c8; padding: 24px 18px; position: sticky; top: 0; height: 100vh; overflow-y: auto; display: flex; flex-direction: column; }
.dash-side .dn-logo { color: #fff; font-size: 22px; margin: 0 8px 26px; }
.dash-side .spot-mini { background: rgba(255,255,255,.07); border-radius: 14px; padding: 12px; display: flex; gap: 10px; align-items: center; margin-bottom: 20px; }
.dash-side .spot-mini img, .dash-side .spot-mini .ph { width: 42px; height: 42px; border-radius: 10px; object-fit: cover; background: var(--dn-grad); flex: 0 0 42px; }
.dash-side .spot-mini b { color: #fff; font-size: 14px; display: block; line-height: 1.2; }
.dash-side .spot-mini small { font-size: 12px; }
.dash-menu { list-style: none; padding: 0; margin: 0; }
.dash-menu li a { display: flex; align-items: center; gap: 12px; padding: 11px 14px; border-radius: 12px; color: #e9d6c8; font-weight: 500; font-size: 15px; margin-bottom: 2px; }
.dash-menu li a i { width: 20px; text-align: center; color: #c9a58c; }
.dash-menu li a:hover { background: rgba(255,255,255,.07); color: #fff; }
.dash-menu li a.active { background: var(--dn-grad); color: #fff; box-shadow: 0 8px 18px rgba(0,0,0,.2); }
.dash-menu li a.active i { color: #fff; }
.dash-menu .lock { margin-left: auto; font-size: 11px; background: var(--dn-accent); color: var(--dn-cocoa); padding: 1px 8px; border-radius: 20px; font-weight: 700; }
.dash-menu .count { margin-left: auto; font-size: 12px; background: var(--dn-chili); color: #fff; padding: 0 8px; border-radius: 20px; font-weight: 700; }
.dash-side .label { font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; color: #a3806a; margin: 18px 14px 8px; }
.dash-main { flex: 1; min-width: 0; }
.dash-top { background: #fff; padding: 14px 30px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--dn-line); position: sticky; top: 0; z-index: 40; }
.dash-top h1 { font-size: 22px; margin: 0; }
.dash-body { padding: 28px 30px 60px; }
.dash-toggle { display: none; }
.card-dn { background: #fff; border-radius: 18px; padding: 22px; box-shadow: 0 4px 14px rgba(59,29,14,.05); border: 1px solid #f5e6d6; margin-bottom: 24px; }
.card-dn h5 { font-size: 18px; margin-bottom: 14px; }
.card-dn .card-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; gap: 12px; flex-wrap: wrap; }
.card-dn .card-head h5 { margin: 0; }
.kpi { background: #fff; border-radius: 18px; padding: 20px; border: 1px solid #f5e6d6; display: flex; gap: 14px; align-items: center; height: 100%; }
.kpi .ic { width: 50px; height: 50px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex: 0 0 50px; }
.kpi b { font-size: 26px; color: var(--dn-cocoa); display: block; line-height: 1.1; }
.kpi span { font-size: 13px; color: var(--dn-muted); }
.ic-orange { background: #fff4e6; color: var(--dn-primary); }
.ic-amber { background: #fff9db; color: #e67700; }
.ic-green { background: #ebfbee; color: #2b8a3e; }
.ic-red { background: #fff0f0; color: #c92a2a; }
.plan-banner { border-radius: 18px; padding: 22px 26px; color: #fff; background: var(--dn-grad); display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; }
.plan-banner h4 { color: #fff; margin: 0 0 4px; }
.plan-banner.inactive { background: linear-gradient(135deg, #52301c, #7a4a2a); }
.checklist li { display: flex; gap: 12px; align-items: center; padding: 9px 0; border-bottom: 1px dashed var(--dn-line); }
.checklist li:last-child { border-bottom: 0; }
.checklist .tick { width: 24px; height: 24px; border-radius: 50%; border: 2px solid var(--dn-line); display: flex; align-items: center; justify-content: center; font-size: 11px; flex: 0 0 24px; }
.checklist .done .tick { background: var(--dn-green); border-color: var(--dn-green); color: #fff; }
.checklist .done span { text-decoration: line-through; color: var(--dn-muted); }
.table-dn { width: 100%; font-size: 14px; }
.table-dn th { font-size: 12px; text-transform: uppercase; letter-spacing: .8px; color: var(--dn-muted); font-weight: 600; padding: 10px 12px; border-bottom: 1px solid var(--dn-line); white-space: nowrap; }
.table-dn td { padding: 12px; border-bottom: 1px solid #f7ece1; vertical-align: middle; }
.table-dn tr:hover td { background: #fffaf5; }
.menu-admin-item { display: flex; gap: 14px; align-items: center; padding: 12px; border-radius: 14px; border: 1px solid #f5e6d6; margin-bottom: 10px; background: #fff; }
.menu-admin-item.off { opacity: .55; }
.menu-admin-item img, .menu-admin-item .ph { width: 64px; height: 64px; border-radius: 12px; object-fit: cover; flex: 0 0 64px; background: var(--dn-sand); display: flex; align-items: center; justify-content: center; color: var(--dn-primary); }
.menu-admin-item .grow { flex: 1; min-width: 0; }
.menu-admin-item h6 { margin: 0; font-size: 15px; }
.menu-admin-item p { margin: 0; font-size: 13px; color: var(--dn-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cat-block { margin-bottom: 26px; }
.cat-block .cat-title { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.cat-block .cat-title h6 { margin: 0; font-size: 16px; text-transform: uppercase; letter-spacing: 1px; color: var(--dn-primary-dark); }
.photo-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; }
.photo-grid .ph { position: relative; border-radius: 14px; overflow: hidden; height: 120px; background: var(--dn-sand); }
.photo-grid .ph img { width: 100%; height: 100%; object-fit: cover; }
.photo-grid .ph form { position: absolute; top: 6px; right: 6px; }
.photo-grid .ph button { width: 30px; height: 30px; border-radius: 50%; border: 0; background: rgba(0,0,0,.6); color: #fff; font-size: 12px; }
.upsell { text-align: center; padding: 50px 30px; border-radius: 22px; background: linear-gradient(180deg, #fff 0%, #fff4e6 100%); border: 2px dashed var(--dn-accent); }
.upsell .ic { width: 80px; height: 80px; border-radius: 24px; background: var(--dn-grad); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 32px; margin-bottom: 18px; }
.table-tile { border-radius: 18px; padding: 16px; border: 2px solid #f5e6d6; background: #fff; height: 100%; position: relative; }
.table-tile.st-available { border-color: #b2f2bb; }
.table-tile.st-occupied { border-color: #ffa8a8; background: #fff5f5; }
.table-tile.st-reserved { border-color: #ffd43b; background: #fffbea; }
.table-tile.st-out_of_service { opacity: .6; }
.table-tile .lbl { font-size: 22px; font-weight: 800; color: var(--dn-cocoa); }
.qr-box { background: #fff; border-radius: 24px; padding: 26px; text-align: center; border: 1px solid #f5e6d6; }
.qr-box img { width: 100%; max-width: 280px; }
.status-pending { background: #fff3bf; color: #8a5a00; }
.status-confirmed { background: #e7f0ff; color: #1c5dbf; }
.status-seated { background: #fff0e6; color: #c2410c; }
.status-completed { background: #d3f9d8; color: #2b8a3e; }
.status-cancelled, .status-no_show { background: #f1f1f1; color: #777; }

/* ---------- QR menu (mobile) ---------- */
.qm-body { background: var(--dn-cream); max-width: 560px; margin: 0 auto; min-height: 100vh; box-shadow: 0 0 40px rgba(0,0,0,.05); }
.qm-hero { position: relative; height: 230px; background: var(--dn-cocoa); overflow: hidden; }
.qm-hero .bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.qm-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.1), rgba(43,26,18,.9)); }
.qm-hero .inner { position: absolute; left: 18px; right: 18px; bottom: 16px; color: #fff; z-index: 2; display: flex; gap: 12px; align-items: flex-end; }
.qm-hero .logo { width: 62px; height: 62px; border-radius: 16px; border: 3px solid #fff; object-fit: cover; background: #fff; }
.qm-hero h1 { color: #fff; font-size: 24px; margin: 0; }
.qm-table { position: absolute; top: 14px; right: 14px; z-index: 3; background: var(--dn-accent); color: var(--dn-cocoa); font-weight: 700; padding: 4px 12px; border-radius: 30px; font-size: 13px; }
.qm-tabs { position: sticky; top: 0; z-index: 20; background: #fff; display: flex; gap: 8px; overflow-x: auto; padding: 12px 14px; border-bottom: 1px solid var(--dn-line); scrollbar-width: none; }
.qm-tabs::-webkit-scrollbar { display: none; }
.qm-tabs a { white-space: nowrap; padding: 7px 15px; border-radius: 30px; background: var(--dn-cream); color: var(--dn-ink); font-size: 14px; font-weight: 500; }
.qm-tabs a.active { background: var(--dn-primary); color: #fff; }
.qm-search { padding: 12px 14px 0; }
.qm-search input { width: 100%; border: 1px solid var(--dn-line); border-radius: 30px; padding: 10px 16px 10px 40px; background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23e8590c' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85zm-5.242.656a5 5 0 1 1 0-10 5 5 0 0 1 0 10z'/%3E%3C/svg%3E") no-repeat 15px center; outline: 0; font-family: inherit; }
.qm-section { padding: 10px 14px; }
.qm-section h2 { font-size: 20px; margin: 16px 4px 10px; }
.qm-item { background: #fff; border-radius: 16px; padding: 12px; display: flex; gap: 12px; margin-bottom: 10px; box-shadow: 0 2px 10px rgba(59,29,14,.04); }
.qm-item.off { opacity: .5; }
.qm-item img { width: 92px; height: 92px; border-radius: 12px; object-fit: cover; flex: 0 0 92px; background: var(--dn-sand); }
.qm-item h3 { font-size: 16px; margin: 0 0 3px; }
.qm-item p { font-size: 13px; color: var(--dn-muted); margin: 0 0 6px; line-height: 1.4; }
.qm-item .price { font-weight: 800; color: var(--dn-primary-dark); }
.qm-tag { font-size: 11px; padding: 2px 8px; border-radius: 20px; background: var(--dn-sand); color: var(--dn-primary-dark); font-weight: 600; margin-right: 4px; display: inline-block; }
.qm-bar { position: sticky; bottom: 0; background: #fff; border-top: 1px solid var(--dn-line); padding: 10px 14px; display: flex; gap: 8px; z-index: 30; }
.qm-bar a, .qm-bar button { flex: 1; }
.qm-rate { background: #fff; border-radius: 20px; padding: 20px; margin: 16px 14px; }
.qm-foot { text-align: center; font-size: 13px; color: var(--dn-muted); padding: 20px 14px 30px; }

/* ---------- Error ---------- */
.err-code { font-size: 120px; font-weight: 800; line-height: 1; background: var(--dn-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ---------- Responsive ---------- */
@media (max-width: 1199px) {
  .hero-collage { height: 440px; }
}
@media (max-width: 991px) {
  .dn-nav, .dn-header-actions .hide-md { display: none; }
  .dn-toggler { display: inline-block; }
  .dn-hero { min-height: auto; padding: 130px 0 70px; }
  .hero-collage { display: none; }
  .dn-section { padding: 70px 0; }
  .stat-strip { grid-template-columns: repeat(2, 1fr); }
  .auth-wrap { grid-template-columns: 1fr; }
  .auth-side { display: none; }
  .dash-side { position: fixed; left: -280px; z-index: 1200; transition: left .25s; }
  .dash-side.open { left: 0; box-shadow: 0 0 0 100vmax rgba(0,0,0,.4); }
  .dash-toggle { display: inline-flex; }
  .dash-body { padding: 20px 16px 50px; }
  .dash-top { padding: 12px 16px; }
  .book-card { position: static; }
  .img-stack .phone { display: none; }
  .img-stack .main { height: 360px; }
  .dn-cta { padding: 50px 28px; }
}
@media (max-width: 767px) {
  .hero-search { flex-direction: column; border-radius: 22px; align-items: stretch; }
  .hero-search .field + .field { border-left: 0; border-top: 1px solid var(--dn-line); }
  .hero-search .btn-dn { width: 100%; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 120px; }
  .spot-hero { height: 400px; }
  .panel { padding: 20px; }
  .dn-flash { left: 16px; right: 16px; max-width: none; }
  .plan-picker { grid-template-columns: 1fr; }
}
.cover-prev { width: 100%; height: 180px; object-fit: cover; border-radius: 14px; display: block; margin-bottom: 8px; background: var(--dn-sand); }
.min-w-0 { min-width: 0; }
.fw-semibold { font-weight: 600 !important; }

/* ---------- Logo (image wordmark) ---------- */
.dn-logo { line-height: 0; }
.dn-logo-img { display: block; max-width: 100%; }
.dn-header .logo-on-light { display: none; }
.dn-header.solid .logo-on-light, .dn-header.scrolled .logo-on-light { display: block; }
.dn-header.solid .logo-on-dark, .dn-header.scrolled .logo-on-dark { display: none; }
.dash-side .dn-logo { margin: 0 8px 26px; display: inline-block; }

/* ---------- Blog ---------- */
.post-hero { padding-bottom: 60px; }
.post-hero h1 { font-size: clamp(30px, 4.2vw, 48px); }
.post-body { font-size: 17px; line-height: 1.8; color: var(--dn-ink); padding: 36px; }
.post-body h2 { font-size: 28px; margin: 32px 0 12px; }
.post-body h3 { font-size: 22px; margin: 26px 0 10px; }
.post-body p { margin: 0 0 18px; }
.post-body a { text-decoration: underline; text-underline-offset: 3px; }
.post-body ul, .post-body ol { margin: 0 0 18px; padding-left: 22px; }
.post-body li { margin-bottom: 6px; }
.post-body blockquote { border-left: 4px solid var(--dn-accent); background: var(--dn-cream); padding: 14px 20px; border-radius: 0 14px 14px 0; margin: 22px 0; font-style: italic; color: var(--dn-cocoa); }
.post-body figure { margin: 26px 0; }
.post-body img { width: 100%; border-radius: 16px; }
.post-body figcaption { font-size: 14px; color: var(--dn-muted); text-align: center; margin-top: 8px; }
.post-body code { background: var(--dn-sand); padding: 2px 6px; border-radius: 6px; font-size: 90%; }
.post-body hr { border-color: var(--dn-line); margin: 30px 0; }
.post-body > :last-child { margin-bottom: 0; }
.post-lead { position: relative; display: block; border-radius: 26px; overflow: hidden; min-height: 380px; color: #fff; box-shadow: var(--dn-shadow); }
.post-lead .bg { position: absolute; inset: 0; background-size: cover; background-position: center; transition: transform .6s; }
.post-lead:hover .bg { transform: scale(1.04); }
.post-lead::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(43,26,18,.1) 20%, rgba(43,26,18,.9) 100%); }
.post-lead .inner { position: absolute; left: 36px; right: 36px; bottom: 32px; z-index: 2; max-width: 760px; }
.post-lead h2 { color: #fff; font-size: clamp(26px, 3.2vw, 38px); }
.post-lead p { opacity: .92; font-size: 17px; }
.post-lead:hover { color: #fff; }
.promo-box { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; background: linear-gradient(135deg, #fff4e6, #fff9db); border: 2px dashed var(--dn-accent); border-radius: 20px; padding: 20px 24px; }
.promo-box.expired { filter: grayscale(1); opacity: .75; }
.promo-code { font-size: 22px; font-weight: 800; letter-spacing: 3px; color: var(--dn-primary-dark); background: #fff; padding: 6px 16px; border-radius: 12px; border: 1px solid var(--dn-line); }
@media (max-width: 767px) { .post-body { padding: 22px; font-size: 16px; } .post-lead .inner { left: 20px; right: 20px; bottom: 20px; } }
