/* ==========================================================================
   MY BUSINESS FEED — "LondonLovesBusiness" skin
   Loads last and re-skins the LLB UI kit to match londonlovesbusiness.com:
   white page, serif headlines (Merriweather), Noto Serif body, Roboto
   Condensed chrome, white bordered nav bar, #dc1a19 red, dark grey furniture.
   Delete this file to fall back to the kit's original look.
   ========================================================================== */

:root {
  /* Brand */
  --llb-brand:      #dc1a19;
  --llb-brand-dark: #b41413;
  --llb-brand-soft: #fdeceb;
  --llb-navy:       #313131;   /* top bar, footer, read-more bars */
  --llb-navy-2:     #3d3d3d;

  /* Ink */
  --llb-ink:    #111111;
  --llb-ink-2:  #313131;
  --llb-ink-3:  #777777;
  --llb-ink-4:  #a0a0a0;

  /* Surfaces — the page itself is white; surface-2 is only for small fills */
  --llb-surface:   #ffffff;
  --llb-surface-2: #f4f4f4;
  --llb-surface-3: #ececec;

  --llb-line:        #ececec;
  --llb-line-soft:   #f2f2f2;
  --llb-line-strong: #313131;

  /* Type */
  --llb-font-display: "Merriweather", Georgia, "Times New Roman", serif;
  --llb-font-body:    "Noto Serif", Georgia, "Times New Roman", serif;
  --llb-font-ui:      "Roboto Condensed", "Arial Narrow", Arial, sans-serif;

  --llb-fs-eyebrow: 0.6875rem;  /* 11px */
  --llb-fs-meta:    0.75rem;    /* 12px */
  --llb-fs-sm:      0.8125rem;  /* 13px — nav links */
  --llb-fs-base:    0.9375rem;
  --llb-fs-lg:      1.0625rem;
  --llb-fs-h6:      0.9375rem;
  --llb-fs-h5:      1.125rem;   /* 18px — story titles */
  --llb-fs-h4:      1.25rem;
  --llb-fs-h3:      1.5rem;     /* 24px — section headings */
  --llb-fs-h2:      1.75rem;
  --llb-fs-h1:      2.25rem;
  --llb-fs-hero:    1.75rem;

  /* Layout — LLB runs a wide 1400px shell with a 312px rail */
  --llb-container: 1400px;
  --llb-gutter:    20px;
  --llb-gap:       30px;
  --llb-rail:      312px;
}

/* --------------------------------------------------------------------------
   Base
   -------------------------------------------------------------------------- */
body {
  background: #fff;
  color: var(--llb-ink-2);
  font-family: var(--llb-font-body);
  font-size: 0.9375rem;
}
.llb-shell { gap: var(--llb-gap); }

/* Headlines are sentence case here, never shouty */
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.25; }

/* --------------------------------------------------------------------------
   Top strip — dark grey, tiny uppercase links
   -------------------------------------------------------------------------- */
.llb-network { background: var(--llb-navy); border-bottom: 0; }
.llb-network__inner { min-height: 36px; gap: var(--llb-5); }
.llb-network__label { color: rgba(255,255,255,.5); font-size: 10px; }
.llb-network a {
  color: #fff; font-family: var(--llb-font-ui);
  font-size: 11px; font-weight: 400; letter-spacing: .04em;
}
.llb-network a:hover, .llb-network a.is-active { color: var(--llb-brand); }

/* --------------------------------------------------------------------------
   Masthead — logo left, socials right
   -------------------------------------------------------------------------- */
.llb-masthead { padding-block: var(--llb-5); border-bottom: 0; }
.llb-masthead__inner { grid-template-columns: auto minmax(0,1fr) auto; }
.llb-masthead__date { text-align: center; font-family: var(--llb-font-ui); }

.llb-wordmark { font-size: 2.125rem; letter-spacing: -.02em; text-transform: none; }
.llb-wordmark small { font-family: var(--llb-font-ui); }

.llb-masthead__social a {
  width: 26px; height: 26px; border: 0;
  background: var(--llb-brand); color: #fff;
}
.llb-masthead__social a:hover { background: var(--llb-navy); }

/* --------------------------------------------------------------------------
   Nav bar — white, thin rules, dark uppercase condensed links
   -------------------------------------------------------------------------- */
.llb-navbar {
  background: #fff;
  border-top: 1px solid var(--llb-line);
  border-bottom: 1px solid var(--llb-line);
}
.llb-navbar__inner { min-height: 40px; }
.llb-navbar.is-stuck { box-shadow: 0 2px 6px rgba(0,0,0,.08); }

.llb-nav__link {
  color: var(--llb-ink-2); font-family: var(--llb-font-ui);
  font-size: 13px; font-weight: 400; letter-spacing: .02em; padding: 0 12px;
}
.llb-nav__link:hover,
.llb-nav__item:focus-within > .llb-nav__link,
.llb-nav__link.is-active { background: transparent; color: var(--llb-brand); }

.llb-navbar__end { color: var(--llb-ink-2); }
.llb-burger { color: var(--llb-ink-2) !important; }
.llb-navbar__compact { color: var(--llb-ink); font-family: var(--llb-font-display); font-size: 1rem; }

.llb-searchbar { background: var(--llb-surface-2); border-bottom: 1px solid var(--llb-line); }
.llb-searchbar input { border: 1px solid var(--llb-line); }

/* --------------------------------------------------------------------------
   Section headings — plain serif, no red bar, no rule
   -------------------------------------------------------------------------- */
.llb-sechead { margin-bottom: var(--llb-4); align-items: baseline; }
.llb-sechead__title {
  font-family: var(--llb-font-display);
  font-size: var(--llb-fs-h3); color: var(--llb-ink);
  text-transform: none; letter-spacing: 0; padding-left: 0;
}
.llb-sechead__title::before { display: none; }
.llb-sechead::after { display: none; }
.llb-sechead__link {
  margin-left: auto; font-family: var(--llb-font-ui);
  font-size: 12px; font-weight: 400; letter-spacing: .04em; color: var(--llb-ink-3);
}

/* The one exception: a filled red label, like LLB's "Breaking News" block */
.llb-sechead--filled .llb-sechead__title {
  background: var(--llb-brand); color: #fff;
  font-family: var(--llb-font-ui); font-size: 14px;
  text-transform: uppercase; letter-spacing: .04em; padding: 8px 16px;
}

/* --------------------------------------------------------------------------
   Blocks — no cards, content sits directly on white
   -------------------------------------------------------------------------- */
.llb-box { background: transparent; border: 0; padding: 0; }
.llb-box--pad-sm { padding: 0; }
.llb-section { padding-block: var(--llb-6); }

/* --------------------------------------------------------------------------
   Lead story — image on top, headline underneath (not an overlay)
   -------------------------------------------------------------------------- */
.llb-hero { color: inherit; }
.llb-hero .llb-media::after { display: none; }
.llb-hero--tall .llb-media::before { padding-top: 66.66%; }
.llb-hero__body { position: static; padding: var(--llb-4) 0 0; }
.llb-hero__title {
  font-family: var(--llb-font-display); font-size: var(--llb-fs-hero);
  color: var(--llb-ink); max-width: none; margin-top: var(--llb-2); line-height: 1.28;
}
.llb-hero:hover .llb-hero__title { color: var(--llb-brand); text-decoration: none; }
.llb-hero__meta { color: var(--llb-ink-3); font-family: var(--llb-font-ui); }
.llb-hero__meta a { color: var(--llb-ink-2); }
.llb-hero .llb-media--ph { background: var(--llb-surface-3); }
.llb-hero .llb-media--ph .llb-media__label { color: var(--llb-ink-4); }
.llb-hero .llb-flag { position: relative; z-index: 2; }

/* --------------------------------------------------------------------------
   Story units
   -------------------------------------------------------------------------- */
.llb-story__title { font-family: var(--llb-font-display); line-height: 1.35; }
.llb-story__title a:hover, .llb-story:hover .llb-story__title { color: var(--llb-brand); }
.llb-story__excerpt { font-family: var(--llb-font-body); color: var(--llb-ink-2); }
.llb-story--lead .llb-story__title { font-size: 1.5rem; }
.llb-story--row { grid-template-columns: minmax(0,1fr) 120px; }
.llb-story--rowleft { grid-template-columns: 120px minmax(0,1fr); }
.llb-story--mini { grid-template-columns: 90px minmax(0,1fr); }

.llb-byline, .llb-date { font-family: var(--llb-font-ui); font-size: 12px; }
.llb-byline a { color: var(--llb-ink-2); font-weight: 400; }
.llb-byline a:hover { color: var(--llb-brand); }

.llb-headlines a { font-family: var(--llb-font-display); font-size: 1rem; line-height: 1.35; }
.llb-tag { font-family: var(--llb-font-ui); font-weight: 400; }
.llb-kicker { font-family: var(--llb-font-ui); font-weight: 700; }

/* --------------------------------------------------------------------------
   READ MORE bar + buttons
   -------------------------------------------------------------------------- */
.llb-readmore {
  background: var(--llb-navy); font-family: var(--llb-font-ui);
  font-size: 13px; font-weight: 400; letter-spacing: .1em; padding: 12px;
}
.llb-readmore:hover { background: var(--llb-brand); }
.llb-readmore--outline { color: var(--llb-ink-2); border-color: var(--llb-line); }
.llb-readmore--outline:hover { background: var(--llb-navy); border-color: var(--llb-navy); color: #fff; }

.llb-btn { font-family: var(--llb-font-ui); font-weight: 400; letter-spacing: .06em; }
.llb-flag { font-family: var(--llb-font-ui); font-weight: 400; font-size: 12px; letter-spacing: .06em; }

/* --------------------------------------------------------------------------
   Sidebar
   -------------------------------------------------------------------------- */
.llb-widget { background: transparent; border: 0; padding: 0; }
.llb-widget + .llb-widget { margin-top: var(--llb-8); }
.llb-widget__title {
  font-family: var(--llb-font-display); font-size: 1.125rem; color: var(--llb-ink);
  text-transform: none; letter-spacing: 0;
  border-bottom: 1px solid var(--llb-line); padding-bottom: var(--llb-3);
}
.llb-mostread h4 { font-family: var(--llb-font-display); font-size: .9375rem; }
.llb-signup { background: var(--llb-surface-2); color: var(--llb-ink-2); padding: var(--llb-5); }
.llb-signup h3 { color: var(--llb-ink); font-family: var(--llb-font-display); text-transform: none; font-size: 1.125rem; }
.llb-signup .llb-input { border: 1px solid var(--llb-line); }
.llb-follow a { font-family: var(--llb-font-ui); font-weight: 400; }

/* --------------------------------------------------------------------------
   Article page
   -------------------------------------------------------------------------- */
.llb-h1 { font-family: var(--llb-font-display); line-height: 1.22; }
.llb-standfirst, .llb-prose { font-family: var(--llb-font-body); }
.llb-prose { font-size: 1rem; line-height: 1.8; }
/* The main column is ~1018px wide; cap the text so lines stay readable. */
.llb-prose, .llb-standfirst, .mbf-comments .comment-content { max-width: 76ch; }
.llb-prose h2 { font-size: 1.375rem; }
.llb-prose h3 { font-size: 1.1875rem; }
.llb-pullquote, .llb-prose blockquote { font-family: var(--llb-font-display); font-size: 1.1875rem; }
.llb-crumbs { font-family: var(--llb-font-ui); }
.llb-chip, .mbf-tags a { font-family: var(--llb-font-ui); font-weight: 400; }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.llb-footer { background: var(--llb-navy); color: #999; }
.llb-footer__social a { border-color: #4a4a4a; }
.llb-footer__links { font-family: var(--llb-font-ui); letter-spacing: .04em; }
.llb-footer__legal { border-top-color: #4a4a4a; font-family: var(--llb-font-ui); }
.llb-footer .llb-wordmark { text-transform: none; }

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1080px) {
  :root { --llb-fs-hero: 1.625rem; --llb-fs-h1: 2rem; }
}
@media (max-width: 900px) {
  .llb-masthead__inner { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  :root { --llb-fs-hero: 1.375rem; --llb-fs-h1: 1.625rem; --llb-fs-h3: 1.3125rem; --llb-gap: 20px; }
  .llb-wordmark { font-size: 1.75rem; }
  .llb-story--row, .llb-story--rowleft { grid-template-columns: minmax(0,1fr) 100px; }
  .llb-story--rowleft { grid-template-columns: 100px minmax(0,1fr); }
}
