/* ReceptionGO blog — shared stylesheet (static pages, no JS required) */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: #F6F1E8;
  color: #211C15;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty;
}
a { color: #DF5729; }
a:hover { color: #B84518; }

/* ── header ── */
.site-header {
  display: flex; align-items: center; justify-content: space-between;
  max-width: 1100px; margin: 0 auto; padding: 20px 24px;
}
.site-header .logo {
  font-size: 19px; font-weight: 800; letter-spacing: -.02em;
  color: #211C15; text-decoration: none;
}
.site-header .logo span { color: #F17730; }
.site-header nav { display: flex; gap: 22px; align-items: center; }
.site-header nav a { font-size: 14px; font-weight: 600; color: #5D5546; text-decoration: none; }
.site-header nav a:hover { color: #211C15; }
.site-header nav a.cta {
  background: #F17730; color: #fff; padding: 9px 18px; border-radius: 8px;
}
.site-header nav a.cta:hover { background: #DF5729; color: #fff; }

/* ── layout ── */
.wrap { max-width: 760px; margin: 0 auto; padding: 24px 24px 64px; }
.wrap-wide { max-width: 1100px; margin: 0 auto; padding: 24px 24px 64px; }

/* ── article ── */
article header.post-head { margin: 24px 0 8px; }
.crumbs { font-size: 13px; color: #8A8172; margin-bottom: 18px; }
.crumbs a { color: #8A8172; text-decoration: none; }
.crumbs a:hover { color: #211C15; }
.langbar { font-size: 12.5px; color: #8A8172; margin: 0 0 18px; letter-spacing: .02em; }
.langbar a { color: #8A8172; text-decoration: none; font-weight: 500; padding: 2px 4px; }
.langbar a:hover { color: #211C15; }
.langbar strong { color: #DF5729; font-weight: 700; padding: 2px 4px; }
h1 {
  font-size: clamp(30px, 4.4vw, 44px); font-weight: 800;
  letter-spacing: -.03em; line-height: 1.12; margin-bottom: 14px;
}
.post-meta { font-size: 14px; color: #8A8172; margin-bottom: 8px; }
.post-meta b { color: #5D5546; font-weight: 600; }
.lead { font-size: 18px; color: #5D5546; line-height: 1.65; margin: 18px 0 8px; }
article h2 {
  font-size: clamp(22px, 2.6vw, 28px); font-weight: 700; letter-spacing: -.02em;
  line-height: 1.25; margin: 44px 0 14px;
}
article h3 { font-size: 19px; font-weight: 700; letter-spacing: -.01em; margin: 30px 0 10px; }
article p { margin: 0 0 16px; }
article ul, article ol { margin: 0 0 16px 22px; }
article li { margin-bottom: 8px; }
article strong { font-weight: 700; }

/* ── figures / infographics ── */
figure.infographic {
  background: #fff; border: 1px solid #E3DAC7; border-radius: 12px;
  padding: 22px 20px 14px; margin: 28px 0;
}
figure.infographic svg { display: block; width: 100%; height: auto; }
figure.infographic figcaption {
  font-size: 13px; color: #8A8172; text-align: center; margin-top: 10px;
}

/* ── tables ── */
.tbl-scroll { overflow-x: auto; margin: 24px 0; }
table.post-table {
  border-collapse: collapse; width: 100%; min-width: 560px;
  background: #fff; border: 1px solid #E3DAC7; border-radius: 10px; overflow: hidden;
  font-size: 14.5px;
}
table.post-table th, table.post-table td {
  padding: 11px 14px; text-align: left; border-bottom: 1px solid #EDE5D3; vertical-align: top;
}
table.post-table th {
  background: #FAF6EE; font-weight: 700; font-size: 13px;
  letter-spacing: .03em; text-transform: uppercase; color: #5D5546;
}
table.post-table tr:last-child td { border-bottom: none; }

/* ── callouts & CTA ── */
.callout {
  background: rgba(241,119,48,0.07); border-left: 3px solid #F17730;
  border-radius: 0 10px 10px 0; padding: 16px 20px; margin: 24px 0;
  font-size: 15.5px;
}
.cta-box {
  background: #211C15; color: #F6F1E8; border-radius: 14px;
  padding: 34px 30px; margin: 44px 0 8px; text-align: center;
}
.cta-box h2 { color: #fff; margin: 0 0 10px; font-size: 24px; }
.cta-box p { color: #C9BFAC; margin: 0 auto 20px; max-width: 46ch; }
.cta-box a.btn {
  display: inline-block; background: #F17730; color: #fff; font-weight: 700;
  padding: 13px 28px; border-radius: 9px; text-decoration: none; font-size: 15px;
}
.cta-box a.btn:hover { background: #DF5729; }

/* ── related / cards ── */
.related { margin-top: 40px; }
.related h2 { font-size: 20px; margin-bottom: 16px; }
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 18px; }
.post-card {
  background: #fff; border: 1px solid #E3DAC7; border-radius: 12px;
  padding: 22px; display: flex; flex-direction: column; gap: 8px;
  text-decoration: none; color: inherit;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.post-card:hover { transform: translateY(-3px); box-shadow: 0 12px 24px rgba(33,28,21,.08); border-color: #F0A964; color: inherit; }
.post-card .tag { font-size: 11.5px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: #DF5729; }
.post-card h3, .post-card h2 { font-size: 18px; font-weight: 700; letter-spacing: -.015em; line-height: 1.3; margin: 0; }
.post-card p { font-size: 14px; color: #5D5546; margin: 0; line-height: 1.55; }
.post-card .date { font-size: 12.5px; color: #8A8172; margin-top: auto; padding-top: 6px; }

/* ── footer ── */
.site-footer {
  border-top: 1px solid #E3DAC7; margin-top: 40px;
  padding: 22px 24px; max-width: 1100px; margin-left: auto; margin-right: auto;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px;
  font-size: 13px; color: #8A8172;
}
.site-footer nav { display: flex; gap: 18px; }
.site-footer a { color: #5D5546; text-decoration: none; font-weight: 500; }
.site-footer a:hover { color: #211C15; }

@media (max-width: 600px) {
  .site-header nav { gap: 14px; }
  .site-header nav a.plain-sm { display: none; }
  .wrap, .wrap-wide { padding: 16px 18px 48px; }
}
