/* ==========================================================================
   Blog article layout. Loaded only on single posts.
   Editorial reading column, restrained furniture, responsive tables.
   ========================================================================== */

.ck-article { --ck-hair: rgba(36, 32, 29, .1); }

/* --- header --- */

.ck-arthead {
  background: var(--ck-cream);
  border-bottom: 1px solid var(--ck-border);
  padding-block: clamp(44px, 6vw, 76px) clamp(34px, 4.5vw, 54px);
}
.ck-arthead__inner { max-width: 760px; margin-inline: auto; }
.ck-arthead__crumbs {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ck-text-muted); margin-bottom: 20px;
}
.ck-arthead__crumbs a { color: var(--ck-red); }
.ck-arthead__crumbs a:hover { color: var(--ck-red-dark); }
.ck-arthead h1 {
  font-family: var(--ck-serif); font-size: clamp(32px, 4.6vw, 52px);
  line-height: 1.06; font-weight: 600; letter-spacing: -.015em;
}
.ck-arthead__standfirst {
  font-size: 18.5px; line-height: 1.65; color: var(--ck-text-muted);
  margin-top: 18px;
}
.ck-arthead__meta {
  display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 24px;
  padding-top: 18px; border-top: 1px solid var(--ck-border);
  font-size: 13px; color: var(--ck-text-muted);
}
.ck-arthead__meta strong { color: var(--ck-charcoal); font-weight: 600; }

/* --- body --- */

.ck-artbody { padding-block: clamp(38px, 5vw, 60px) clamp(56px, 7vw, 88px); }
.ck-prose-article { max-width: 760px; margin-inline: auto; }

.ck-prose-article > * + * { margin-top: 22px; }
.ck-prose-article p { font-size: 17.5px; line-height: 1.75; color: var(--ck-text); }
.ck-prose-article > p:first-of-type { font-size: 19px; }

.ck-prose-article h2 {
  font-family: var(--ck-serif); font-size: clamp(26px, 3vw, 34px);
  line-height: 1.16; font-weight: 600; margin-top: 52px;
  padding-bottom: 12px; border-bottom: 1px solid var(--ck-border);
}
.ck-prose-article h3 {
  font-family: var(--ck-serif); font-size: clamp(21px, 2.2vw, 25px);
  line-height: 1.25; font-weight: 600; margin-top: 36px;
}
.ck-prose-article h2 + p, .ck-prose-article h3 + p { margin-top: 14px; }

.ck-prose-article a {
  color: var(--ck-red); text-decoration: underline;
  text-underline-offset: 3px; text-decoration-thickness: 1px;
}
.ck-prose-article a:hover { color: var(--ck-red-dark); text-decoration-thickness: 2px; }

.ck-prose-article ul, .ck-prose-article ol { padding-left: 1.3em; }
.ck-prose-article li {
  font-size: 17px; line-height: 1.7; margin-top: 9px; padding-left: 4px;
}
.ck-prose-article li::marker { color: var(--ck-gold-muted); }
.ck-prose-article strong { font-weight: 600; color: var(--ck-charcoal); }

/* --- quick answer callout --- */

.ck-answer {
  background: var(--ck-cream);
  border-left: 3px solid var(--ck-red);
  padding: 22px 26px;
  border-radius: 0 var(--ck-radius) var(--ck-radius) 0;
}
.ck-answer p { font-size: 17px; margin: 0; }
.ck-answer p + p { margin-top: 12px; }
.ck-answer__label {
  display: block; font-family: var(--ck-sans); font-size: 11px;
  font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ck-red); margin-bottom: 10px;
}

/* --- menu note (verified facts about the restaurant) --- */

.ck-menunote {
  border: 1px solid var(--ck-border); background: var(--ck-warm-white);
  padding: 22px 26px; border-radius: var(--ck-radius);
}
.ck-menunote__label {
  display: block; font-size: 11px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--ck-gold-muted); margin-bottom: 10px;
}
.ck-menunote p { font-size: 16px; margin: 0; }
.ck-menunote p + p { margin-top: 10px; }
.ck-menunote ul { margin-top: 12px; }
.ck-menunote li { font-size: 15.5px; margin-top: 6px; }
.ck-menunote code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: .86em; color: var(--ck-gold-muted); font-weight: 600;
}

/* --- figures --- */

.ck-fig { margin-top: 34px; }
.ck-fig img {
  width: 100%; height: auto; display: block;
  border-radius: var(--ck-radius); background: var(--ck-cream);
}
.ck-fig figcaption {
  font-size: 13.5px; line-height: 1.6; color: var(--ck-text-muted);
  margin-top: 11px; padding-left: 14px; border-left: 2px solid var(--ck-border);
}

/* --- tables --- */

.ck-tablewrap {
  overflow-x: auto; -webkit-overflow-scrolling: touch;
  border: 1px solid var(--ck-border); border-radius: var(--ck-radius);
  margin-top: 30px; background: var(--ck-warm-white);
}
.ck-tablewrap table {
  width: 100%; border-collapse: collapse; font-size: 15.5px; min-width: 540px;
}
.ck-tablewrap th, .ck-tablewrap td {
  padding: 13px 16px; text-align: left; vertical-align: top;
  border-bottom: 1px solid var(--ck-border);
}
.ck-tablewrap thead th {
  font-family: var(--ck-sans); font-size: 12px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--ck-text-muted); background: var(--ck-cream);
  white-space: nowrap;
}
.ck-tablewrap tbody th {
  font-weight: 600; color: var(--ck-charcoal); white-space: nowrap;
}
.ck-tablewrap tbody tr:last-child th,
.ck-tablewrap tbody tr:last-child td { border-bottom: 0; }
.ck-tablewrap caption {
  caption-side: bottom; font-size: 13px; color: var(--ck-text-muted);
  padding: 12px 16px; text-align: left;
}

/* --- best-for split --- */

.ck-bestfor {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px; margin-top: 30px;
}
.ck-bestfor__col {
  border: 1px solid var(--ck-border); border-top: 2px solid var(--ck-gold);
  padding: 22px 24px; border-radius: var(--ck-radius);
  background: var(--ck-warm-white);
}
.ck-bestfor__col h3 {
  font-family: var(--ck-serif); font-size: 21px; margin: 0 0 12px; line-height: 1.25;
}
.ck-bestfor__col ul { margin: 0; padding-left: 1.15em; }
.ck-bestfor__col li { font-size: 15.5px; line-height: 1.6; }

/* --- FAQ --- */

.ck-faq { margin-top: 18px; }
.ck-faq__item { border-bottom: 1px solid var(--ck-border); padding: 20px 0; }
.ck-faq__item:first-child { border-top: 1px solid var(--ck-border); }
.ck-faq__q {
  font-family: var(--ck-serif); font-size: 21px; font-weight: 600;
  line-height: 1.3; margin: 0 0 10px;
}
.ck-faq__a { font-size: 16.5px; line-height: 1.7; color: var(--ck-text); margin: 0; }
.ck-faq__a + .ck-faq__a { margin-top: 10px; }

/* --- closing CTA --- */

.ck-artcta {
  margin-top: 52px; padding: 30px 32px;
  background: var(--ck-charcoal); color: var(--ck-warm-white);
  border-radius: var(--ck-radius);
}
.ck-artcta h2 {
  font-family: var(--ck-serif); font-size: 26px; line-height: 1.2;
  color: var(--ck-warm-white); margin: 0 0 10px; border: 0; padding: 0;
}
.ck-artcta p { color: rgba(255, 253, 249, .8); font-size: 16.5px; margin: 0 0 20px; }
.ck-artcta a:not(.ck-btn) { color: var(--ck-gold); }
.ck-artcta__actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* --- sources --- */

.ck-sources {
  margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--ck-border);
  font-size: 14px; color: var(--ck-text-muted);
}
.ck-sources h2 {
  font-family: var(--ck-sans); font-size: 12px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--ck-text-muted);
  border: 0; padding: 0; margin: 0 0 12px;
}
.ck-sources li { font-size: 14px; margin-top: 7px; }

/* --- related --- */

.ck-related { margin-top: 44px; padding-top: 26px; border-top: 1px solid var(--ck-border); }
.ck-related h2 {
  font-family: var(--ck-sans); font-size: 12px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: var(--ck-text-muted);
  border: 0; padding: 0; margin: 0 0 16px;
}
.ck-related ul { padding: 0; list-style: none; }
.ck-related li { margin-top: 10px; padding-left: 0; }
.ck-related a {
  font-family: var(--ck-serif); font-size: 19px; color: var(--ck-charcoal);
  text-decoration: none; line-height: 1.35;
}
.ck-related a:hover { color: var(--ck-red); }

/* --- blog index --- */

.ck-bloglist { display: grid; gap: 0; max-width: 860px; margin-inline: auto; }
.ck-blogcard {
  display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 26px;
  padding: 30px 0; border-bottom: 1px solid var(--ck-border); align-items: start;
}
.ck-blogcard__media img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: var(--ck-radius);
}
.ck-blogcard__cat {
  font-size: 11px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--ck-red);
}
.ck-blogcard h2 {
  font-family: var(--ck-serif); font-size: 25px; line-height: 1.22;
  font-weight: 600; margin: 9px 0 8px;
}
.ck-blogcard p { font-size: 15.5px; color: var(--ck-text-muted); line-height: 1.65; margin: 0; }

@media (max-width: 640px) {
  .ck-blogcard { grid-template-columns: 1fr; gap: 14px; }
  .ck-prose-article p { font-size: 16.5px; }
  .ck-prose-article > p:first-of-type { font-size: 17.5px; }
  .ck-artcta { padding: 24px 22px; }
  .ck-artcta__actions .ck-btn { flex: 1 1 100%; }
}

@media print {
  .ck-artcta, .ck-related { display: none; }
}
