/* Snackbyte AI | shared stylesheet
   Visual identity mirrors the channel branding (logo + banner): warm cream,
   terracotta coral, near-black serif display type, editorial and calm.
   Tagline: "Every AI tool, explained in 60 seconds." */
:root {
  --cream: #f2eee4;
  --card: #fbf9f3;
  --ink: #1a1915;
  --muted: #6f6a5e;
  --coral: #d97757;
  --coral-dark: #b85a38;
  --teal: #2aa198;
  --border: #ddd5c2;
  --maxw: 780px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--cream);
  color: var(--ink);
  font: 17px/1.72 Lora, Georgia, "Times New Roman", serif;
  -webkit-font-smoothing: antialiased;
  border-top: 5px solid var(--coral);
}
a { color: var(--coral-dark); text-decoration: none; }
a:hover { text-decoration: underline; }

.serif { font-family: "Playfair Display", Georgia, "Times New Roman", serif; }

header.site { border-bottom: 1px solid var(--border); }
.nav {
  max-width: var(--maxw); margin: 0 auto; padding: 14px 20px;
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 700; font-size: 22px; color: var(--ink);
}
.brand:hover { text-decoration: none; }
.brand img.logo { width: 34px; height: 34px; border-radius: 9px; display: block; }
.brand .ai { color: var(--coral); font-style: italic; }
.nav .links { margin-left: auto; display: flex; gap: 18px; font-size: 15px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; }
.nav .links a { color: var(--muted); font-weight: 600; }
.nav .links a:hover { color: var(--coral-dark); text-decoration: none; }
.nav .links { align-items: center; }
.nav .links a.ic { display: inline-flex; align-items: center; color: var(--muted); }
.nav .links a.ic svg { width: 18px; height: 18px; fill: currentColor; }
.nav .links a.ic:hover { color: var(--coral); }

main { max-width: var(--maxw); margin: 0 auto; padding: 36px 20px 64px; }

/* Hero: the channel banner, translated to the web */
.hero { text-align: center; padding: 34px 10px 40px; margin-bottom: 34px; border-bottom: 1px solid var(--border); }
.hero img.hero-logo { width: 72px; height: 72px; border-radius: 18px; margin: 0 auto 18px; display: block; }
.hero h1 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 42px; line-height: 1.12; letter-spacing: -0.4px; font-weight: 700;
}
.hero h1 .hl { color: var(--coral); font-style: italic; }
.hero p.dek {
  color: var(--muted); margin-top: 14px; font-size: 19px; font-style: italic;
  max-width: 540px; margin-left: auto; margin-right: auto;
}

/* Post cards */
.post-list { display: flex; flex-direction: column; gap: 16px; }
.card {
  background: var(--card); border: 2px solid var(--ink);
  border-radius: 14px; padding: 24px 26px;
  transition: transform 0.12s, box-shadow 0.12s;
}
.card:hover { transform: translate(-2px, -2px); box-shadow: 5px 5px 0 var(--coral); }
.card a.title {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 22px; font-weight: 700; color: var(--ink); display: block;
}
.card a.title:hover { color: var(--coral-dark); text-decoration: none; }
.card p { color: var(--muted); margin-top: 8px; font-size: 15.5px; }
.card .meta {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  margin-top: 12px; font-size: 12.5px; color: var(--coral-dark);
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px;
}

/* Articles */
article h1 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 34px; line-height: 1.18; letter-spacing: -0.3px; font-weight: 700;
  margin-bottom: 12px;
}
article .dek {
  color: var(--muted); font-size: 18.5px; margin-bottom: 8px; font-style: italic;
}
article .meta {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--coral-dark); font-size: 12.5px; margin-bottom: 28px;
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px;
}
article h2 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: 24px; font-weight: 700; margin: 36px 0 12px;
  padding-left: 14px; border-left: 5px solid var(--coral);
}
article h3 { font-size: 18px; margin: 24px 0 8px; }
article p { margin: 14px 0; }
article ul, article ol { margin: 14px 0 14px 24px; }
article li { margin: 6px 0; }
article strong { color: #000; }

/* Tool screenshots */
figure.shot {
  margin: 18px 0 22px; border: 2px solid var(--ink); border-radius: 12px;
  overflow: hidden; background: #fff; box-shadow: 5px 5px 0 rgba(26, 25, 21, 0.12);
}
figure.shot img { width: 100%; height: auto; display: block; }
figure.shot figcaption {
  font-style: italic;
  font-size: 13.5px; color: var(--muted); padding: 8px 14px;
  background: var(--card); border-top: 1px solid var(--border);
}

.disclosure {
  background: var(--card); border: 1px solid var(--border); border-left: 5px solid var(--coral);
  border-radius: 10px; padding: 12px 16px; font-size: 14px; color: var(--muted); margin: 22px 0;
}

/* Verdict: coral-framed close */
.verdict {
  background: var(--card); border: 2px solid var(--coral); border-radius: 14px;
  padding: 22px 24px; margin: 30px 0; box-shadow: 5px 5px 0 rgba(217, 119, 87, 0.25);
}
.verdict .label {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  display: inline-block; background: var(--coral); color: #fff;
  font-weight: 800; font-size: 12.5px; padding: 4px 14px; border-radius: 999px;
  letter-spacing: 0.8px; margin-bottom: 10px;
}
.cta-btn {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  display: inline-block; background: var(--coral); color: #fff !important;
  font-weight: 800; letter-spacing: 0.3px;
  padding: 13px 28px; border-radius: 10px; margin-top: 10px;
  border: 2px solid var(--ink); box-shadow: 4px 4px 0 var(--ink);
  transition: transform 0.1s, box-shadow 0.1s;
}
.cta-btn:hover { text-decoration: none; transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--ink); }
.tag-chip {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  display: inline-block; background: var(--coral); color: #fff; font-weight: 800;
  font-size: 12px; padding: 3px 12px; border-radius: 999px; margin-left: 8px;
  vertical-align: middle; text-transform: uppercase; letter-spacing: 0.5px;
}

table { border-collapse: collapse; width: 100%; margin: 16px 0; font-size: 15px; }
th, td { border: 1px solid var(--border); padding: 9px 12px; text-align: left; }
th { background: var(--card); }
.table-wrap { overflow-x: auto; }

footer.site { border-top: 1px solid var(--border); color: var(--muted); font-size: 14px; }
footer.site .inner { max-width: var(--maxw); margin: 0 auto; padding: 26px 20px; }
footer.site .social { margin-bottom: 10px; }
footer.site .social strong { color: var(--ink); }
footer.site .social a { color: var(--coral-dark); text-decoration: none; font-weight: 600; }
footer.site .social a:hover { text-decoration: underline; }
footer.site a { color: var(--muted); text-decoration: underline; }

@media (max-width: 640px) {
  .hero h1 { font-size: 30px; }
  article h1 { font-size: 27px; }
  body { font-size: 16px; }
}
