/* =========================================================
   Japan Place — tema base
   Paleta: papel washi, tinta sumi, vermelho shu, verde matcha
   ========================================================= */
:root {
  --paper: #f6f3ed;
  --paper-2: #efeae1;
  --white: #ffffff;
  --ink: #1b1a18;
  --ink-2: #4a4640;
  --ink-3: #8a847a;
  --line: #e2dcd0;
  --shu: #b3282d;
  --shu-soft: #f4e3e1;
  --matcha: #5f7650;
  --matcha-soft: #e7ece0;
  --gold: #a88b5c;
  --sakura: #f3dfe2;

  --serif: "Shippori Mincho", "Noto Serif JP", Georgia, serif;
  --sans: "Inter", "Noto Sans JP", system-ui, -apple-system, "Segoe UI", sans-serif;

  --radius: 14px;
  --radius-sm: 8px;
  --shadow: 0 1px 2px rgba(27, 26, 24, .04), 0 8px 24px rgba(27, 26, 24, .06);
  --shadow-lg: 0 2px 4px rgba(27, 26, 24, .05), 0 20px 48px rgba(27, 26, 24, .12);
  --wrap: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

/* ---------- Tipografia utilitária ---------- */
.eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.eyebrow.red { color: var(--shu); }
.serif { font-family: var(--serif); }
.kanji { font-family: var(--serif); }

/* ---------- Barra superior ---------- */
.topbar {
  background: var(--ink);
  color: #d9d3c7;
  font-size: 12px;
  letter-spacing: .04em;
}
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; height: 36px; gap: 16px; }
.topbar a { color: #fff; border-bottom: 1px solid rgba(255,255,255,.3); }
.topbar .social { display: flex; gap: 14px; }
.topbar .social a { border: 0; opacity: .8; }
.topbar .social a:hover { opacity: 1; }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(246, 243, 237, .92);
  backdrop-filter: saturate(1.4) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header .wrap { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 24px; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo .mark { width: 46px; height: 46px; color: var(--ink); flex: none; }
.logo .mark svg { width: 100%; height: 100%; display: block; }
.logo .name { font-family: var(--serif); font-size: 21px; letter-spacing: .3em; font-weight: 600; line-height: 1; white-space: nowrap; }
.logo .tag { display: block; font-size: 9.5px; letter-spacing: .2em; color: var(--ink-3); margin-top: 7px; text-transform: uppercase; white-space: nowrap; }

.nav { display: flex; gap: 26px; font-size: 13px; font-weight: 500; letter-spacing: .04em; }
.nav a { position: relative; padding: 6px 0; color: var(--ink-2); }
.nav a:hover, .nav a.active { color: var(--ink); }
.nav a.active::after, .nav a:hover::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px; background: var(--shu);
}
.header-actions { display: flex; align-items: center; gap: 14px; }
.icon-btn { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--line); background: transparent; display: grid; place-items: center; color: var(--ink); }
.icon-btn:hover { background: var(--white); }
.menu-btn { display: none; }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 22px; border-radius: 999px;
  font-size: 13px; font-weight: 600; letter-spacing: .06em;
  border: 1px solid transparent; transition: all .2s ease;
}
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--shu); }
.btn-red { background: var(--shu); color: #fff; }
.btn-red:hover { background: #8f1f23; }
.btn-ghost { border-color: var(--ink); color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: var(--shu); color: #fff; }
.btn-soon { background: var(--paper-2); color: var(--ink-3); cursor: default; }
.buy-link.muted { color: var(--ink-3); }
.nl-form input:disabled, .nl-form button:disabled { opacity: .6; cursor: not-allowed; }
.btn .arrow { transition: transform .2s; }
.btn:hover .arrow { transform: translateX(3px); }

/* ---------- Hero ---------- */
.hero { padding: 40px 0 0; }
.hero-grid {
  position: relative;
  display: grid; grid-template-columns: 1fr 1.15fr; gap: 0;
  background: var(--white); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow);
  min-height: 540px;
}
.hero-copy { padding: 64px 56px; display: flex; flex-direction: column; justify-content: center; position: relative; }
.hero-copy .vertical {
  position: absolute; top: 48px; right: 22px;
  writing-mode: vertical-rl; font-family: var(--serif);
  color: var(--shu); letter-spacing: .4em; font-size: 14px; opacity: .85;
}
.hero-copy h1 {
  font-family: var(--serif); font-weight: 600;
  font-size: clamp(38px, 4.6vw, 62px); line-height: 1.08; letter-spacing: -.01em;
  margin: 18px 0 20px;
}
.hero-copy h1 em { font-style: normal; color: var(--shu); }
.hero-copy p { color: var(--ink-2); font-size: 17px; max-width: 440px; margin: 0 0 32px; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-media { position: relative; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media .float-card {
  position: absolute; left: 28px; bottom: 28px; right: 28px; max-width: 360px;
  background: rgba(255,255,255,.94); backdrop-filter: blur(8px);
  border-radius: var(--radius); padding: 18px 20px; box-shadow: var(--shadow-lg);
  display: flex; gap: 14px; align-items: center;
}
.float-card .date {
  flex: none; width: 56px; text-align: center; border-right: 1px solid var(--line); padding-right: 14px;
}
.float-card .date b { display: block; font-family: var(--serif); font-size: 26px; line-height: 1; }
.float-card .date span { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--shu); font-weight: 700; }
.float-card h4 { margin: 0 0 2px; font-size: 14px; }
.float-card p { margin: 0; font-size: 12px; color: var(--ink-3); }

/* ---------- Categorias ---------- */
.cats {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin-top: 28px;
}
.cat {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 10px 16px; text-align: center; transition: all .2s;
}
.cat:hover { border-color: var(--shu); transform: translateY(-2px); box-shadow: var(--shadow); }
.cat .k { font-family: var(--serif); font-size: 26px; color: var(--shu); line-height: 1; }
.cat .t { display: block; margin-top: 10px; font-size: 12px; font-weight: 600; letter-spacing: .05em; }
.cat .s { display: block; font-size: 11px; color: var(--ink-3); }

/* ---------- Seções ---------- */
.section { padding: 72px 0 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-head h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(26px, 3vw, 36px); margin: 8px 0 0; line-height: 1.15; }
.section-head p { margin: 8px 0 0; color: var(--ink-2); max-width: 520px; }
.link-more { font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--ink); display: inline-flex; gap: 8px; align-items: center; white-space: nowrap; }
.link-more:hover { color: var(--shu); }

/* ---------- Bento de posts ---------- */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 18px; }
.card {
  position: relative; border-radius: var(--radius); overflow: hidden; background: var(--ink);
  box-shadow: var(--shadow); isolation: isolate; color: #fff;
}
.card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform .6s ease; }
.card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,.05) 30%, rgba(0,0,0,.72) 100%); }
.card:hover img { transform: scale(1.04); }
.card .body { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px; }
.card h3 { font-family: var(--serif); font-weight: 600; font-size: 22px; line-height: 1.2; margin: 10px 0 8px; }
.card p { margin: 0; font-size: 14px; opacity: .85; }
.card.big { grid-column: span 2; grid-row: span 2; }
.card.big h3 { font-size: 32px; }
.card.wide { grid-column: span 2; }
.card .meta { font-size: 12px; opacity: .8; margin-top: 10px; }
.pill {
  display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 4px; background: var(--shu); color: #fff;
}
.pill.matcha { background: var(--matcha); }
.pill.light { background: rgba(255,255,255,.92); color: var(--ink); }
.pill.soon { background: rgba(27,26,24,.6); color: #fff; backdrop-filter: blur(4px); }
.card.soft { background: var(--sakura); color: var(--ink); }
.card.soft::after { display: none; }
.card.soft .body { position: static; padding: 26px; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.card.mint { background: var(--matcha-soft); }

/* ---------- Agenda (próximos eventos) ---------- */
.agenda { background: var(--ink); color: #f3efe7; border-radius: 22px; padding: 44px; position: relative; overflow: hidden; }
.agenda .section-head h2 { color: #fff; }
.agenda .section-head p { color: #bdb6a8; }
.agenda .link-more { color: #fff; }
.agenda .bg-kanji {
  position: absolute; right: -10px; top: -40px; font-family: var(--serif); font-size: 260px; color: rgba(255,255,255,.04); line-height: 1; pointer-events: none;
}
.agenda-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; position: relative; }
.ev {
  border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: 22px;
  background: rgba(255,255,255,.03); transition: all .2s;
}
.ev:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.3); }
.ev .d { font-family: var(--serif); font-size: 30px; color: #fff; line-height: 1; }
.ev .m { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #e78a8d; font-weight: 700; margin-top: 6px; display: block; }
.ev h4 { margin: 18px 0 6px; font-size: 16px; color: #fff; }
.ev p { margin: 0; font-size: 13px; color: #bdb6a8; }
.ev .tag { display: inline-block; margin-top: 14px; font-size: 11px; padding: 4px 9px; border-radius: 999px; border: 1px solid rgba(255,255,255,.2); color: #d9d3c7; }

/* ---------- Produtos / indicações ---------- */
.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product { background: var(--white); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); display: flex; flex-direction: column; transition: all .2s; }
.product:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.product .ph { aspect-ratio: 4/3; overflow: hidden; background: var(--paper-2); position: relative; }
.product .ph img { width: 100%; height: 100%; object-fit: cover; }
.product .ph .pill { position: absolute; top: 12px; left: 12px; }
.product .info { padding: 18px 18px 20px; display: flex; flex-direction: column; flex: 1; }
.product .info .eyebrow { font-size: 10px; }
.product h4 { font-family: var(--serif); font-size: 18px; margin: 6px 0 6px; line-height: 1.25; font-weight: 600; }
.product p { margin: 0 0 16px; font-size: 13px; color: var(--ink-2); flex: 1; }
.product .buy { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 14px; }
.stars { color: var(--gold); font-size: 12px; letter-spacing: 2px; }
.buy-link { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--shu); }
.buy-link:hover { text-decoration: underline; }

/* ---------- Faixa "Da nossa cozinha" ---------- */
.house {
  display: grid; grid-template-columns: 1fr 1fr; background: var(--matcha-soft); border-radius: 22px; overflow: hidden;
}
.house .copy { padding: 56px; }
.house h2 { font-family: var(--serif); font-size: clamp(28px, 3vw, 38px); margin: 12px 0 14px; line-height: 1.15; font-weight: 600; }
.house p { color: var(--ink-2); margin: 0 0 26px; }
.house .media { position: relative; min-height: 320px; }
.house .media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.house ul { list-style: none; padding: 0; margin: 0 0 28px; display: grid; gap: 10px; }
.house li { display: flex; gap: 10px; align-items: center; font-size: 14px; }
.house li::before { content: "✓"; color: var(--matcha); font-weight: 700; }

/* ---------- Newsletter ---------- */
.newsletter {
  background: var(--white); border: 1px solid var(--line); border-radius: 22px;
  display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center; padding: 36px 44px;
}
.newsletter .seal { width: 76px; height: 76px; border-radius: 50%; background: var(--shu); color: #fff; display: grid; place-items: center; font-family: var(--serif); font-size: 30px; }
.newsletter h3 { font-family: var(--serif); font-size: 24px; margin: 6px 0 4px; font-weight: 600; }
.newsletter p { margin: 0; color: var(--ink-2); font-size: 14px; }
.nl-form { display: flex; gap: 10px; }
.nl-form input {
  width: 280px; padding: 13px 18px; border-radius: 999px; border: 1px solid var(--line); background: var(--paper);
  font: inherit; font-size: 14px; color: var(--ink);
}
.nl-form input:focus { outline: 2px solid var(--shu); outline-offset: 1px; }

/* ---------- Footer ---------- */
.footer { margin-top: 88px; background: var(--ink); color: #bdb6a8; padding: 64px 0 28px; font-size: 14px; }
.footer .cols { display: grid; grid-template-columns: 1.6fr repeat(4, 1fr); gap: 32px; }
.footer .logo .name { color: #fff; }
.footer .logo .mark { color: #fff; }
.footer h5 { color: #fff; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; margin: 6px 0 16px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer a:hover { color: #fff; }
.footer .about { margin: 18px 0 0; max-width: 300px; line-height: 1.7; }
.footer .bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 48px; padding-top: 22px; display: flex; justify-content: space-between; gap: 16px; font-size: 12px; flex-wrap: wrap; }
.disclosure-note { max-width: 640px; }

/* =========================================================
   Página de post
   ========================================================= */
.crumbs { font-size: 12px; color: var(--ink-3); padding: 28px 0 0; letter-spacing: .04em; }
.crumbs a:hover { color: var(--shu); }
.crumbs span { margin: 0 8px; }

.post-head { max-width: 860px; padding: 26px 0 30px; }
.post-head h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(34px, 4.4vw, 54px); line-height: 1.1; margin: 16px 0 18px; letter-spacing: -.01em; }
.post-head .lede { font-size: 19px; color: var(--ink-2); margin: 0 0 24px; line-height: 1.55; }
.byline { display: flex; align-items: center; gap: 14px; font-size: 13px; color: var(--ink-3); flex-wrap: wrap; }
.byline .avatar { width: 38px; height: 38px; border-radius: 50%; background: var(--shu); color: #fff; display: grid; place-items: center; font-family: var(--serif); }
.byline b { color: var(--ink); font-weight: 600; }
.byline .dot { width: 3px; height: 3px; border-radius: 50%; background: var(--ink-3); }

.post-hero { border-radius: 22px; overflow: hidden; aspect-ratio: 21/9; box-shadow: var(--shadow); }
.post-hero img { width: 100%; height: 100%; object-fit: cover; }
.caption { font-size: 12px; color: var(--ink-3); margin-top: 10px; }

.post-layout { display: grid; grid-template-columns: 200px minmax(0, 1fr) 240px; gap: 44px; margin-top: 48px; }
.toc { position: sticky; top: 100px; align-self: start; font-size: 13px; }
.toc h6 { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); margin: 0 0 14px; }
.toc ol { list-style: none; margin: 0; padding: 0; border-left: 1px solid var(--line); }
.toc li a { display: block; padding: 7px 0 7px 16px; color: var(--ink-2); margin-left: -1px; border-left: 2px solid transparent; }
.toc li a:hover { color: var(--ink); border-left-color: var(--shu); }
.share { margin-top: 28px; display: flex; gap: 8px; }

.aside-col { position: sticky; top: 100px; align-self: start; display: grid; gap: 18px; }
.mini-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
.mini-card h6 { margin: 0 0 12px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-3); }
.mini-card p { font-size: 13px; color: var(--ink-2); margin: 0 0 14px; }

.prose { font-size: 17.5px; line-height: 1.8; color: #2b2925; }
.prose > * + * { margin-top: 1.1em; }
.prose h2 { font-family: var(--serif); font-weight: 600; font-size: 32px; line-height: 1.2; margin: 2.2em 0 .6em; color: var(--ink); scroll-margin-top: 100px; }
.prose h2 .num { color: var(--shu); margin-right: 10px; }
.prose h3 { font-family: var(--serif); font-weight: 600; font-size: 23px; margin: 1.8em 0 .4em; color: var(--ink); scroll-margin-top: 100px; }
.prose p { margin: 0 0 1.1em; }
.prose a { color: var(--shu); border-bottom: 1px solid rgba(179,40,45,.3); }
.prose a:hover { border-bottom-color: var(--shu); }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li { margin: .35em 0; }
.prose strong { color: var(--ink); }
.prose blockquote { margin: 1.6em 0; padding: 4px 0 4px 24px; border-left: 3px solid var(--shu); font-family: var(--serif); font-size: 22px; line-height: 1.5; color: var(--ink); }

.disclosure { font-size: 13px; background: var(--paper-2); border-radius: var(--radius-sm); padding: 14px 18px; color: var(--ink-2); line-height: 1.6; }
.disclosure b { color: var(--ink); }

.callout { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 24px; font-size: 15.5px; line-height: 1.7; }
.callout.red { border-left: 4px solid var(--shu); }
.callout.matcha { background: var(--matcha-soft); border-color: transparent; }
.callout.sakura { background: var(--sakura); border-color: transparent; }
.callout h4 { margin: 0 0 8px; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }
.callout p:last-child, .callout ul:last-child { margin-bottom: 0; }

/* Resumo rápido (tabela) */
.quick { width: 100%; border-collapse: collapse; font-size: 14.5px; background: var(--white); border-radius: var(--radius); overflow: hidden; box-shadow: 0 0 0 1px var(--line); }
.quick th, .quick td { text-align: left; padding: 13px 16px; border-bottom: 1px solid var(--line); vertical-align: top; }
.quick th { background: var(--ink); color: #fff; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; }
.quick tr:last-child td { border-bottom: 0; }
.quick td:first-child { white-space: nowrap; font-weight: 600; color: var(--shu); }
.table-scroll { overflow-x: auto; border-radius: var(--radius); }
.table-scroll .quick { min-width: 620px; }

/* Card de evento dentro do post */
.event-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; margin: 1.4em 0 1.8em; }
.event-card .top { display: flex; gap: 20px; padding: 22px 24px; align-items: flex-start; }
.event-card .cal { flex: none; width: 74px; border-radius: 10px; overflow: hidden; text-align: center; border: 1px solid var(--line); }
.event-card .cal .mo { background: var(--shu); color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .18em; padding: 5px 0; text-transform: uppercase; }
.event-card .cal .dy { font-family: var(--serif); font-size: 24px; padding: 8px 0 6px; line-height: 1; color: var(--ink); }
.event-card h3 { margin: 0 0 4px !important; font-size: 24px; }
.event-card .sub { font-size: 14px; color: var(--ink-3); margin: 0; }
.event-card dl { display: grid; grid-template-columns: 130px 1fr; margin: 0; border-top: 1px solid var(--line); font-size: 14.5px; line-height: 1.55; }
.event-card dt, .event-card dd { padding: 11px 24px; margin: 0; border-bottom: 1px solid var(--line); }
.event-card dt { color: var(--ink-3); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; padding-top: 14px; background: var(--paper); }
.event-card dl > :nth-last-child(-n+2) { border-bottom: 0; }
.event-card .status { display: inline-block; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 4px 8px; border-radius: 4px; margin-left: 8px; vertical-align: middle; }
.status.next { background: var(--shu); color: #fff; }
.status.done { background: var(--paper-2); color: var(--ink-3); }
.status.tbc { background: #fbefd9; color: #8a6420; }

/* Caixa de produto no post */
.pick { display: grid; grid-template-columns: 150px 1fr; gap: 20px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; align-items: center; margin: 1.2em 0; }
.pick img { width: 150px; height: 120px; object-fit: cover; border-radius: 10px; }
.pick h4 { font-family: var(--serif); font-size: 19px; margin: 4px 0 6px; font-weight: 600; }
.pick p { font-size: 14px; color: var(--ink-2); margin: 0 0 12px !important; line-height: 1.55; }
.pick .btn { padding: 9px 16px; font-size: 12px; }
.pick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pick-grid .pick { grid-template-columns: 1fr; margin: 0; }
.pick-grid .pick img { width: 100%; height: 150px; }

/* Mês do calendário */
.month { display: flex; align-items: baseline; gap: 14px; margin: 2.4em 0 .4em; border-bottom: 1px solid var(--line); padding-bottom: 10px; }
.month .kanji { font-size: 30px; color: var(--shu); }
.month h2 { margin: 0 !important; }

/* FAQ */
.faq details { border-bottom: 1px solid var(--line); padding: 16px 0; }
.faq summary { cursor: pointer; font-weight: 600; font-size: 17px; list-style: none; display: flex; justify-content: space-between; gap: 16px; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--shu); font-size: 22px; line-height: 1; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 12px 0 0; font-size: 16px; }

.sources { font-size: 13px; color: var(--ink-3); line-height: 1.7; }
.sources a { color: var(--ink-2); border-bottom: 1px solid var(--line); }

.related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related .card { height: 260px; }

/* ---------- Responsivo ---------- */
@media (max-width: 1100px) {
  .nav { gap: 18px; }
  .header .logo .tag { display: none; }
  .post-layout { grid-template-columns: 200px minmax(0, 1fr); }
  .aside-col { display: none; }
}
@media (max-width: 980px) {
  .nav { display: none; }
  .menu-btn { display: grid; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { min-height: 360px; }
  .hero-copy { padding: 44px 32px; }
  .cats { grid-template-columns: repeat(3, 1fr); }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .agenda-list, .products { grid-template-columns: repeat(2, 1fr); }
  .house { grid-template-columns: 1fr; }
  .newsletter { grid-template-columns: 1fr; text-align: left; }
  .footer .cols { grid-template-columns: 1fr 1fr; }
  .post-layout { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .toc { position: static; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px; }
  .related { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .wrap { padding: 0 16px; }
  .topbar .social, .topbar .hide-sm { display: none; }
  .header .wrap { height: 64px; }
  .header-actions .btn { display: none; }
  .logo .tag { display: none; }
  .logo { gap: 9px; }
  .logo .mark { width: 36px; height: 36px; }
  .logo .name { font-size: 16px; letter-spacing: .2em; }
  .hero { padding-top: 16px; }
  .hero-copy { padding: 36px 24px; }
  .hero-copy .vertical { display: none; }
  .hero-media .float-card { left: 14px; right: 14px; bottom: 14px; }
  .cats { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .cat { padding: 14px 4px; }
  .cat .s { display: none; }
  .bento { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .card.big, .card.wide { grid-column: auto; grid-row: auto; }
  .card.big { grid-row: span 2; }
  .agenda { padding: 28px 20px; }
  .agenda-list, .products { grid-template-columns: 1fr; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .house .copy { padding: 32px 24px; }
  .newsletter { padding: 28px 22px; }
  .nl-form { flex-direction: column; }
  .nl-form input { width: 100%; }
  .footer .cols { grid-template-columns: 1fr; }
  .post-hero { aspect-ratio: 4/3; border-radius: 14px; }
  .prose { font-size: 17px; }
  .prose h2 { font-size: 27px; }
  .event-card .top { padding: 18px; gap: 14px; }
  .event-card dl { grid-template-columns: 1fr; }
  .event-card dt { padding: 10px 18px 2px; border-bottom: 0; }
  .event-card dd { padding: 2px 18px 12px; }
  .pick { grid-template-columns: 1fr; }
  .pick img { width: 100%; height: 170px; }
  .pick-grid { grid-template-columns: 1fr; }
  .related { grid-template-columns: 1fr; }
}
