/* Barfly Diners marketing — brand palette: aubergine, goldenrod, sage, cream, ink */
:root {
  --ink: #2b2b24;
  --cream: #f3ede6;
  --cream2: #e7e1d8;
  --aubergine: #5b3a52;
  --aubergine-d: #4a2f43;
  --gold: #c79a3e;
  --sage: #8a9a7e;
  --muted: #6b6358;
  --line: rgba(43, 43, 36, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Oswald', system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
}
.serif { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; }
a { color: var(--aubergine); }
.wrap { max-width: 1040px; margin: 0 auto; padding: 0 22px; }

/* header */
header.site { padding: 10px 0; }
header.site .wrap { display: flex; align-items: center; justify-content: space-between; }
header.site .brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
header.site .brand .mark { height: 116px; width: auto; display: block; }
header.site .brand .divider { width: 2px; height: 84px; background: var(--aubergine); opacity: 0.4; border-radius: 2px; }
header.site .brand img.word { height: 84px; width: auto; display: block; }
@media (max-width: 560px) {
  header.site .brand { gap: 10px; }
  header.site .brand .mark { height: 72px; }
  header.site .brand .divider { height: 54px; }
  header.site .brand img.word { height: 54px; }
}
header.site nav a { color: var(--muted); text-decoration: none; font-weight: 600; margin-left: 22px; font-size: 15px; }
header.site nav a:hover { color: var(--ink); }
header.site nav a.btn-primary { color: var(--cream); }
header.site nav a.btn-primary:hover { color: var(--cream); }

/* hero */
.hero { padding: 14px 0 56px; }
.hero .wrap { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px; align-items: center; }
.hero h1 { font-size: 56px; line-height: 1.05; margin: 0 0 16px; }
.hero p.lead { font-size: 20px; color: var(--muted); margin: 0 0 28px; max-width: 30ch; }
.hero .mark { width: 230px; max-width: 60%; display: block; margin: 0 auto; filter: drop-shadow(0 18px 30px rgba(91,58,82,0.25)); }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.btn {
  display: inline-block; border: 0; border-radius: 12px; padding: 14px 26px;
  font-weight: 700; font-size: 16px; text-decoration: none; cursor: pointer; transition: transform .1s;
}
.btn:active { transform: scale(0.97); }
.btn-primary { background: var(--aubergine); color: var(--cream); box-shadow: 0 10px 24px rgba(91,58,82,0.22); }
.btn-ghost { background: transparent; color: var(--aubergine); border: 1.5px solid var(--aubergine); }
.badges { margin-top: 22px; display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.badge {
  display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line);
  border-radius: 10px; padding: 9px 14px; font-size: 13px; color: var(--muted); background: rgba(255,255,255,0.4);
}
.badge b { color: var(--ink); }

/* sections */
section.band { background: var(--cream2); }
section.dark { background: var(--aubergine); color: var(--cream); }
section.dark h2, section.dark .muted { color: var(--cream); }
section.dark .btn-primary { background: var(--gold); color: var(--ink); box-shadow: 0 10px 24px rgba(199,154,62,0.22); }
.section { padding: 64px 0; }
.section h2 { font-size: 38px; margin: 0 0 8px; }
.muted { color: var(--muted); }
.features { margin-top: 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature { background: var(--cream); border: 1px solid var(--line); border-radius: 16px; padding: 24px; }
section.dark .feature { background: rgba(255,255,255,0.06); border-color: rgba(243,237,230,0.16); }
.feature .ic { font-size: 30px; }
.feature h3 { font-size: 20px; margin: 12px 0 6px; }
.feature p { margin: 0; color: var(--muted); font-size: 15px; }
section.dark .feature p { color: rgba(243,237,230,0.75); }

.privacy-cta { text-align: center; }
.privacy-cta .lock { font-size: 40px; }

/* footer */
footer.site { padding: 40px 0; border-top: 1px solid var(--line); font-size: 14px; color: var(--muted); }
footer.site .wrap { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
footer.site a { color: var(--muted); text-decoration: none; margin-right: 18px; }
footer.site a:hover { color: var(--ink); }

/* legal/content pages */
.doc { max-width: 760px; padding: 48px 22px 80px; margin: 0 auto; }
.doc h1 { font-size: 40px; margin: 0 0 8px; }
.doc h2 { font-size: 24px; margin: 32px 0 8px; }
.doc h3 { font-size: 18px; margin: 22px 0 6px; }
.doc p, .doc li { color: #3a342c; }
.doc .meta { color: var(--muted); font-size: 14px; }
.doc blockquote { border-left: 3px solid var(--gold); margin: 18px 0; padding: 8px 18px; background: var(--cream2); border-radius: 0 10px 10px 0; }
.doc table { width: 100%; border-collapse: collapse; margin: 14px 0; font-size: 14px; }
.doc th, .doc td { border: 1px solid var(--line); padding: 7px 10px; text-align: left; }
.back { display: inline-block; margin-bottom: 18px; font-weight: 700; text-decoration: none; }

@media (max-width: 760px) {
  .hero .wrap { grid-template-columns: 1fr; text-align: center; }
  .hero h1 { font-size: 42px; }
  .hero p.lead { margin-left: auto; margin-right: auto; }
  .cta-row, .badges { justify-content: center; }
  .features { grid-template-columns: 1fr; }
  .hero .mark { display: none; }
  header.site nav a:not(.btn-primary) { display: none; }
}
