/*
Theme Name: Bognár Stúdió Child
Description: Gyermektéma az Ashe szülőtémához; a 2026-os Bognár Stúdió design és egyedi módosítások frissítésbiztos megőrzésére.
Author: Bognár Stúdió
Template: ashe
Version: 1.0.0
Text Domain: bognarstudio-child
*/

/* Bognár Stúdió 2026 — child-theme modernization layer */
#block-13 p,
.sidebar-right .widget_recent_entries li a {
  font-size: 14px !important;
  line-height: 1.65;
}

:root {
  --bs-ink: #172126;
  --bs-muted: #5f6b70;
  --bs-paper: #fbfaf7;
  --bs-panel: #ffffff;
  --bs-accent: #8f321f;
  --bs-line: #e5e0d8;
}

body {
  background: var(--bs-paper);
  color: var(--bs-ink);
  font-size: 17px;
  line-height: 1.72;
}
.boxed-wrapper { max-width: 1180px; }
#page-header .entry-header {
  padding: 46px 24px 40px;
  background: linear-gradient(135deg, #fff 0%, #f5f0e8 100%);
}
.header-logo h1,
.header-logo .site-title { letter-spacing: -0.025em; }
.header-logo a { color: var(--bs-ink); }
.site-description {
  max-width: 760px;
  margin: 10px auto 0;
  color: var(--bs-muted);
  font-size: 16px;
  line-height: 1.55;
}
#main-nav {
  border-top: 1px solid var(--bs-line);
  border-bottom: 1px solid var(--bs-line);
  box-shadow: 0 8px 24px rgba(23,33,38,.05);
}
.main-menu-container > ul > li > a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
}
.page-content { padding-top: 48px; }
.main-container {
  background: var(--bs-panel);
  border: 1px solid var(--bs-line);
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(23,33,38,.07);
}
.post-content { color: #283337; }
.post-content p,
.post-content li { max-width: 76ch; }
.post-content a { text-decoration-thickness: 1px; text-underline-offset: 3px; }
.post-content h2,
.post-content h3 { color: var(--bs-ink); line-height: 1.25; }
.post-content h2 { margin-top: 1.8em; }
.page-title,
.post-title {
  color: var(--bs-ink);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.12;
  letter-spacing: -.025em;
}
.wp-block-button__link,
input[type="submit"],
button { border-radius: 7px; }

@media (max-width: 768px) {
  #page-header .entry-header { padding: 30px 18px 26px; }
  .site-description { font-size: 14px; padding: 0 10px; }
  .page-content { padding-top: 24px; }
  .main-content.boxed-wrapper { padding-left: 14px; padding-right: 14px; }
  .main-container { border-radius: 10px; }
  .post-content { font-size: 16px; }
  .page-title, .post-title { font-size: 30px; }
}
