/* plasaj.club – static version (matches live theme) */
@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700&family=Inter:wght@400;500;600&display=swap");

:root {
  --bg: #f9f9f9;
  --text: #111111;
  --muted: #636363;
  --accent: #c2a990;
  --link: #111111;
  --border: #e0e0e0;
  --card-bg: #ffffff;
  --content-size: 830px;
  --block-gap: 1.2rem;
  --root-padding: min(6.5rem, 8vw);
  --spacing-20: min(1.5rem, 2vw);
  --spacing-30: min(2.5rem, 3vw);
  --wp-font-size-medium: 1.05rem;
  --wp-font-size-large: clamp(
    1.39rem,
    1.39rem + (1vw - 0.2rem) * 0.767,
    1.85rem
  );
}

* {
  box-sizing: border-box;
}

body {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  background: var(--bg);
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.55;
  margin: 0;
  padding: 0;
  max-width: var(--content-size);
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--root-padding) 4rem;
}

a {
  color: var(--link);
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:
    "Cardo",
    Iowan Old Style,
    Apple Garamond,
    serif;
  font-weight: 400;
  line-height: 1.2;
  color: var(--text);
}

h1 {
  font-size: clamp(2.5rem, 2.5rem + (1vw - 0.2rem) * 1.28, 3.27rem);
  line-height: 1.15;
  margin: 0 0 0.5rem;
  text-align: center;
}

.subtitle {
  font-size: 0.95rem;
  color: var(--muted);
  margin-bottom: 0;
}
.subtitle:last-child {
  margin-bottom: 0;
}

/* Homepage top section: match live wp-block-column is-vertically-aligned-center is-layout-flow */
.intro-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: var(--block-gap);
}
.intro-section p {
  margin: 0 0 var(--block-gap);
  font-size: var(--wp-font-size-medium);
  line-height: 1.55;
  color: var(--text);
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
}
.intro-section p:last-child {
  margin-bottom: 0;
}
.intro-section__quote {
  font-style: italic;
}

/* Match live h3.wp-block-heading has-text-align-center has-large-font-size */
.intro-section__tagline {
  text-align: center;
  font-family:
    "Cardo",
    Iowan Old Style,
    Apple Garamond,
    serif;
  font-size: var(--wp-font-size-large);
  font-weight: 400;
  line-height: 1.2;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: var(--spacing-20);
  padding-right: var(--spacing-20);
}

h2 {
  font-size: clamp(1.85rem, 1.85rem + (1vw - 0.2rem) * 1.08, 2.5rem);
  margin: 2rem 0 0.75rem;
  text-align: center;
}

h3 {
  font-size: clamp(1.1rem, 1.1rem + (1vw - 0.2rem) * 0.77, 1.5rem);
  margin: 1.5rem 0 0.5rem;
}

/* What to Eat page: category headers bold, centered, underlined */
.page-what-to-eat h2,
.page-what-to-eat h3 {
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}

p {
  margin: 0 0 var(--block-gap);
}

plasaj-header {
  display: block;
}

.site-header {
  margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--border);
}

/* Site title: match live wp-block-site-title has-large-font-size has-heading-font-family */
.site-header__title {
  display: block;
  font-family:
    "Cardo",
    Iowan Old Style,
    Apple Garamond,
    serif;
  font-size: clamp(1.39rem, 1.39rem + (1vw - 0.2rem) * 0.767, 1.85rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--text);
  text-decoration: none;
  margin-bottom: 0.75rem;
  text-align: center;
}
.site-header__title:hover {
  text-decoration: underline;
}

.site-header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
  font-weight: 500;
}

.site-header nav a {
  text-decoration: none;
}
.site-header nav a:hover {
  text-decoration: underline;
}

hr {
  border: none;
  border-top: 1px solid var(--border);
  margin: var(--block-gap) 0;
  color: var(--text);
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: var(--block-gap) 0;
}
th,
td {
  text-align: left;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid var(--border);
}
th {
  font-weight: 500;
  color: var(--muted);
  font-size: 0.9rem;
}

ul {
  margin: 0 0 var(--block-gap);
  padding-left: 1.25rem;
}
li {
  margin-bottom: 0.5rem;
}

.block {
  margin-bottom: var(--block-gap);
}

.tip-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 0.33rem;
  padding: 1.25rem 1.5rem;
  margin-bottom: var(--block-gap);
}
.tip-card summary {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  list-style: none;
  padding: 0;
}
.tip-card summary::-webkit-details-marker {
  display: none;
}
.tip-card summary::before {
  content: "▶";
  font-size: 0.65em;
  color: var(--muted);
  margin-right: 0.25rem;
  transition: transform 0.2s ease;
}
.tip-card[open] summary::before {
  transform: rotate(90deg);
}
.tip-card[open] summary {
  margin-bottom: 0.5rem;
}

.restaurant-list {
  list-style: none;
  padding-left: 0;
}
.restaurant-list li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border);
}
.restaurant-list li:last-child {
  border-bottom: none;
}
.restaurant-list a {
  font-weight: 500;
}

.podcast-list {
  list-style: none;
  padding-left: 0;
}
.podcast-list li {
  margin-bottom: 0.75rem;
}

/* Dispatches – index list and single post pages */
/* Dispatch list: title left, date right, same line; title wraps if long */
.dispatch-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 var(--block-gap);
  display: flex;
  flex-direction: column;
  gap: 0;
}
.dispatch-list li {
  margin: 0;
  padding: 0;
  border: none;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 1.5rem;
  align-items: baseline;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border);
}
.dispatch-list li:last-child {
  border-bottom: none;
}
.dispatch-list h2 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 400;
  min-width: 0;
  grid-column: 1;
  text-align: left;
}
.dispatch-list h2 a {
  text-decoration: none;
}
.dispatch-list h2 a:hover {
  text-decoration: underline;
}
.dispatch-list .dispatch-date {
  font-size: 0.9rem;
  color: var(--muted);
  margin: 0;
  white-space: nowrap;
  grid-column: 2;
}
.dispatch-back {
  margin-bottom: 1rem;
}
.dispatch-back a {
  border-bottom: none;
}
.dispatch-body {
  margin-top: 0;
}
.dispatch-body h2 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}
.dispatch-body p {
  margin: 0 0 1rem;
}
.dispatch-body p:last-child {
  margin-bottom: 0;
}
.dispatch-body ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}
.dispatch-body ul li {
  margin-bottom: 0.35rem;
}
.dispatch-body blockquote {
  margin: 1rem 0;
  padding-left: 1rem;
  border-left: 3px solid var(--border);
  color: var(--muted);
  font-style: italic;
}
.dispatch-body blockquote p {
  margin-bottom: 0.5rem;
}
.dispatch-body blockquote p:last-child {
  margin-bottom: 0;
}
.dispatch-body .figure {
  margin: 1.25rem 0;
}

/* Page images */
.figure {
  margin: var(--block-gap) 0;
}
.figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.33rem;
  border: 1px solid var(--border);
}
.figure .caption {
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 0.5rem;
  font-style: italic;
}
/* Decorative / smaller images (e.g. monstera) */
.figure.img-deco {
  max-width: 200px;
  margin: var(--block-gap) 0;
}
.figure.img-deco img {
  max-width: 100%;
}

@media (max-width: 782px) {
  :root {
    --root-padding: min(2.5rem, 5vw);
  }
  body {
    padding-left: var(--root-padding);
    padding-right: var(--root-padding);
    padding-bottom: 3rem;
  }
  .site-header nav {
    gap: 0.35rem 1rem;
  }
}
