:root{--font-heading:'Crimson Text';--font-body:'Plus Jakarta Sans';}
/* Tim Jones Custom Homes Blog — site bundle
   Faithful clone of the Astra + Elementor layout: pale-green page, navy ink, green links,
   Crimson Text headings, Plus Jakarta Sans body, Lexend menu, two-row header, mint footer. */

:root {
  --primary: #0F172A;
  --secondary: #379237;
  --accent: #54B435;
  --bg: #edfbe2;
  --ink: #0f172a;
  --text: #2f3b40;
  --green: #54b435;
  --green-dark: #379237;
  --line: #0c1406;
  --foot: #d5ead8;
  --white: #ffffff;
  --card-border: #006659;
  --navy: #003b70;
  --about-ink: #1c244b;
  --about-text: #324a6d;
  --blue: #467ff7;
  --font-menu: 'Lexend', sans-serif;
  --font-hero: 'Montserrat', sans-serif;
  --font-ui: 'Poppins', sans-serif;
  --wide: 1200px;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body), 'Plus Jakarta Sans', Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.8; color: var(--text); background: var(--bg); -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: var(--green); text-decoration: none; transition: color .2s ease; }
a:hover, a:focus { color: var(--green-dark); }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-heading), 'Crimson Text', Georgia, serif; font-weight: 600; color: var(--text); margin: 0 0 20px; line-height: 1.1; }
h1 { font-size: 42px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; line-height: 1.2; }
h4 { font-size: 20px; line-height: 1.3; }
p { margin: 0 0 1.75em; }
strong, b { color: var(--ink); font-weight: 700; }
.tjc-wide { width: min(var(--wide), calc(100% - 40px)); margin: 0 auto; }
.tjc-narrow { width: min(750px, calc(100% - 40px)); margin: 0 auto; }
.tjc-btn { display: inline-block; border: 0; cursor: pointer; font-family: var(--font-menu); font-weight: 600; font-size: 16px; line-height: 1.2; text-align: center; }

/* ─── Header: socials / logo / Subscribe row, then a centred menu bar ─────── */
.tjc-header { background: var(--bg); position: relative; z-index: 50; }
.tjc-nav-toggle, .tjc-burger { display: none; }
.tjc-topbar { border-bottom: 1px solid var(--line); }
.tjc-topbar-in { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 158px; padding: 16px 0; }
.tjc-social { display: flex; align-items: center; gap: 20px; }
.tjc-social a { display: inline-flex; align-items: center; color: var(--ink); line-height: 1; }
.tjc-social a:hover { color: var(--green-dark); }
.tjc-logo { display: block; justify-self: center; line-height: 0; }
.tjc-logo img { width: 120px; height: auto; }
.tjc-topbar-right { justify-self: end; display: flex; align-items: center; gap: 18px; }
.tjc-btn-subscribe { background: var(--ink); color: var(--bg); padding: 15px 30px; }
.tjc-btn-subscribe:hover { background: var(--green-dark); color: var(--bg); }
.tjc-navbar { border-bottom: 1px solid var(--line); }
.tjc-menu { list-style: none; margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; font-family: var(--font-menu); font-weight: 500; font-size: 16px; }
.tjc-menu li { position: relative; }
.tjc-menu > li > a { display: inline-flex; align-items: center; gap: 8px; padding: 31px 16px; color: var(--ink); line-height: 1.1; }
.tjc-menu a:hover, .tjc-menu a.tjc-current, .tjc-has-sub:hover > a { color: var(--green-dark); }
.tjc-caret { flex: 0 0 auto; }
.tjc-sub { position: absolute; top: 100%; left: 0; min-width: 240px; margin: 0; padding: 0; list-style: none; background: var(--white); border-top: 2px solid var(--green); box-shadow: 0 4px 10px -2px rgba(0,0,0,.1); display: none; z-index: 60; }
.tjc-has-sub:hover > .tjc-sub, .tjc-has-sub.tjc-open > .tjc-sub { display: block; }
.tjc-sub a { display: block; padding: .9em 1em; color: var(--ink); font-size: 15px; border-bottom: 1px solid #eaeaea; white-space: nowrap; }
.tjc-sub li:last-child a { border-bottom: 0; }
.tjc-sub a:hover { color: var(--green-dark); background: #f6f6f6; }

/* ─── Home: hero ─────────────────────────────────────────────────────────── */
.tjc-hero { position: relative; isolation: isolate; min-height: 600px; display: flex; align-items: center; justify-content: center; background-size: cover; background-position: center; border-top: 3px solid #01663d; margin-bottom: 90px; padding: 60px 20px 100px; overflow: hidden; }
.tjc-hero::before { content: ""; position: absolute; inset: 0; background: #034b1d; mix-blend-mode: color; }
.tjc-hero-in { position: relative; z-index: 1; width: min(1140px, 100%); text-align: center; }
.tjc-hero h1 { display: inline-block; background: var(--navy); color: var(--white); font-family: var(--font-hero); font-weight: 900; text-transform: uppercase; font-size: 42px; line-height: 1.1; padding: 15px 20px; margin: 0 0 20px; }
.tjc-hero-text { background: var(--white); padding: 20px 30px; text-align: left; font-family: var(--font-ui); font-size: 16px; line-height: 1.8; color: #006659; }
.tjc-hero-text p { margin: 0 0 1.75em; }
.tjc-hero-text p:last-child { margin-bottom: 0; }
.tjc-hero-text a { color: var(--navy); }
.tjc-hero-text a:hover { color: var(--green-dark); }
.tjc-hero-shape { position: absolute; left: 0; right: 0; bottom: -1px; height: 48px; background-repeat: no-repeat; background-size: 100% 100%; background-position: center bottom; z-index: 1; }

/* ─── Home: card feeds + newsletter (home content row) ───────────────────── */
.tjc-home-content { width: min(var(--wide), calc(100% - 48px)); margin: 0 auto 60px; }
.tjc-feed { margin-bottom: 20px; }
.tjc-feed-title { display: flex; align-items: center; gap: 16px; border-left: 3px solid var(--green); padding-left: 12px; margin: 0 0 30px; font-size: 18px; line-height: 1.3; color: var(--ink); }
.tjc-feed-title span { white-space: nowrap; }
.tjc-feed-title::after { content: ""; flex: 1; border-top: 1px solid var(--line); }
.tjc-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px 30px; }
.tjc-pcard { position: relative; display: flex; flex-direction: column; background: var(--white); border: 3px solid var(--card-border); border-radius: 3px; overflow: hidden; transition: box-shadow .25s ease; }
.tjc-pcard:hover { box-shadow: 0 0 30px 0 rgba(0,0,0,.15); }
.tjc-pcard-thumb { display: block; position: relative; padding-bottom: 66%; overflow: hidden; }
.tjc-pcard-thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(0,.25,.07,1); }
.tjc-pcard:hover .tjc-pcard-thumb img { transform: scale(1.08); }
.tjc-pcard-thumb::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.35), transparent 75%); transition: opacity .3s ease; }
.tjc-pcard:hover .tjc-pcard-thumb::after { opacity: .5; }
.tjc-pcard-badge { position: absolute; top: 20px; right: 20px; z-index: 2; background: #69727d; color: var(--white); font-size: 12px; line-height: 1; padding: .6em 1.2em; border-radius: 999px; text-transform: uppercase; }
.tjc-pcard-avatar { display: block; position: relative; z-index: 2; width: 60px; height: 60px; margin: -30px 0 0 30px; border-radius: 50%; background: #c9c9c9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'%3E%3Ccircle cx='30' cy='30' r='30' fill='%23c9c9c9'/%3E%3Ccircle cx='30' cy='23' r='10' fill='%23f2f2f2'/%3E%3Cpath d='M11 53c2-12 9-18 19-18s17 6 19 18a30 30 0 0 1-38 0z' fill='%23f2f2f2'/%3E%3C/svg%3E") center / cover no-repeat; }
.tjc-pcard-text { display: flex; flex-direction: column; flex: 1; padding: 0 30px; margin-top: 20px; }
.tjc-pcard-title { font-size: 21px; line-height: 1.3; margin: 0 0 25px; }
.tjc-pcard-title a { color: var(--green); }
.tjc-pcard-title a:hover { color: var(--green-dark); }
.tjc-pcard-excerpt { color: #777; font-size: 14px; line-height: 1.7; margin: 0 0 25px; }
.tjc-pcard-more { display: inline-block; align-self: flex-start; margin: auto 0 20px; font-size: 12px; font-weight: 700; text-transform: uppercase; color: var(--green); }
.tjc-pcard-more:hover { color: var(--green-dark); }
.tjc-pcard-meta { border-top: 1px solid #eaeaea; padding: 15px 30px; color: #adadad; font-size: 12px; line-height: 1.3; }
.tjc-newsletter-row { display: flex; justify-content: flex-end; margin: 20px 0 25px; }
.tjc-newsletter { width: 35%; background: var(--green); color: var(--bg); padding: 32px; }
.tjc-newsletter-kicker { font-family: var(--font-heading), 'Crimson Text', Georgia, serif; font-weight: 600; font-size: 14px; text-transform: uppercase; letter-spacing: .3px; margin: 0 0 35px; }
.tjc-newsletter h2 { color: var(--bg); font-size: 32px; margin: 0 0 24px; }
.tjc-newsletter p { margin: 0 0 20px; }
.tjc-newsletter-form label { display: block; margin: 0 0 16px; }
.tjc-newsletter-form label span { display: none; }
.tjc-newsletter-form input { width: 100%; background: var(--bg); border: 0; padding: 12px 14px; font: inherit; font-size: 16px; color: var(--ink); }
.tjc-newsletter-form input::placeholder { color: #9aa79a; }
.tjc-newsletter-form button { width: 100%; background: var(--ink); color: var(--bg); border: 0; padding: 16px 32px; font-family: var(--font-menu); font-weight: 600; font-size: 16px; cursor: pointer; transition: background .2s ease, color .2s ease; }
.tjc-newsletter-form button:hover { background: var(--white); color: var(--ink); }

/* ─── Single post: white page, narrow pale-green article box, Must Read ───── */
.tjc-single { background: var(--white); padding: 60px 0; }
.tjc-post { background: var(--bg); padding: 3em; margin-bottom: 1.5em; }
.tjc-post-title { font-size: 30px; color: var(--ink); margin: 0 0 .6em; }
.tjc-meta { font-size: 13px; line-height: 1.45; color: var(--green); margin: 0 0 20px; }
.tjc-meta-author { color: var(--green); }
.tjc-featured { margin: 0 0 30px; }
.tjc-featured img { width: 100%; display: block; }
.tjc-prose { font-size: 16px; }
.tjc-prose h2 { font-size: 26px; margin: 1.4em 0 .6em; color: var(--text); }
.tjc-prose h3 { font-size: 22px; margin: 1.4em 0 .6em; }
.tjc-prose h4 { font-size: 18px; margin: 1.3em 0 .5em; }
.tjc-prose img { margin: 0 0 1.5em; }
.tjc-prose ul, .tjc-prose ol { margin: 0 0 1.75em; padding-left: 1.5em; }
.tjc-prose li { margin-bottom: .4em; }
.tjc-prose blockquote { border-left: 4px solid var(--green); margin: 0 0 1.75em; padding: .5em 1.25em; color: var(--ink); }
.tjc-prose table { width: 100%; border-collapse: collapse; margin: 0 0 1.75em; font-size: 15px; }
.tjc-prose th, .tjc-prose td { border: 1px solid #c9dcc0; padding: 8px 10px; text-align: left; }
.tjc-related { padding: 0 3em; }
.tjc-related-title { font-size: 24px; color: var(--ink); margin: 0 0 24px; }
.tjc-related .tjc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.tjc-related .tjc-card { display: flex; flex-direction: column; min-width: 0; }
.tjc-related .tjc-card-img img { width: 100%; aspect-ratio: 1200 / 628; object-fit: cover; display: block; margin-bottom: 14px; }
.tjc-related .tjc-card-body { display: flex; flex-direction: column; }
.tjc-related .tjc-card-title { order: 0; font-size: 18px; line-height: 1.3; margin: 0 0 8px; }
.tjc-related .tjc-card-title a { color: var(--ink); }
.tjc-related .tjc-card-title a:hover { color: var(--green-dark); }
.tjc-related .tjc-meta { order: 1; display: flex; flex-wrap: wrap; gap: 0 6px; font-size: 12px; color: var(--text); margin: 0; }
.tjc-related .tjc-meta-author, .tjc-related .tjc-meta-read, .tjc-related .tjc-meta svg, .tjc-related .tjc-card-excerpt { display: none; }
.tjc-related .tjc-meta-cat { order: 0; }
.tjc-related .tjc-meta-date { order: 1; }
.tjc-related .tjc-meta-date::before { content: "|"; margin-right: 6px; }
.tjc-related .tjc-meta-cat a { color: var(--green); }

/* ─── Category archives: 3-column grid + right sidebar ───────────────────── */
.tjc-archive { padding: 60px 0 80px; }
.tjc-archive-grid { display: grid; grid-template-columns: minmax(0, 1fr) 360px; }
.tjc-primary { padding-right: 60px; }
.tjc-archive-title { font-size: 32px; color: var(--ink); margin: 0 0 30px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.tjc-grid { display: grid; gap: 40px; grid-template-columns: 1fr; }
.tjc-grid-3 { grid-template-columns: repeat(3, 1fr); }
.tjc-card { display: flex; flex-direction: column; min-width: 0; }
.tjc-card-img { display: block; overflow: hidden; margin-bottom: 20px; }
.tjc-card-img img { width: 100%; aspect-ratio: 1200 / 628; object-fit: cover; display: block; }
.tjc-card-body { display: flex; flex-direction: column; }
.tjc-card .tjc-meta { display: contents; }
.tjc-card .tjc-meta svg { display: none; }
.tjc-card .tjc-meta-author, .tjc-card .tjc-meta-read { display: none; }
.tjc-card .tjc-meta-cat { order: 0; font-family: var(--font-menu); font-weight: 600; font-size: 12px; line-height: 1.9; text-transform: uppercase; color: var(--green); margin: 0 0 12px; }
.tjc-card .tjc-meta-cat a { color: var(--green); }
.tjc-card .tjc-meta-cat a:hover { color: var(--green-dark); }
.tjc-card-title { order: 1; font-size: 20px; line-height: 1.3; margin: 0 0 .6em; }
.tjc-card-title a { color: var(--ink); }
.tjc-card-title a:hover { color: var(--green-dark); }
.tjc-card .tjc-meta-date { order: 2; font-family: var(--font-menu); font-weight: 600; font-size: 13px; line-height: 1.45; color: var(--ink); margin: 0 0 18px; }
.tjc-card-excerpt { order: 3; font-size: 16px; line-height: 1.8; margin: 0; }
.tjc-sidebar { border-left: 1px solid var(--line); padding-left: 60px; }
.tjc-search { margin-bottom: 28px; }
.tjc-search label { display: block; font-size: 14px; color: var(--ink); margin-bottom: 6px; }
.tjc-search-in { display: flex; gap: 8px; }
.tjc-search-in input { flex: 1; min-width: 0; border: 1px solid var(--line); border-radius: 3px; background: var(--bg); padding: 8px 10px; font: inherit; font-size: 14px; color: var(--ink); }
.tjc-search-in input:focus { outline: none; border-color: var(--green); }
.tjc-search-in button { border: 0; border-radius: 3px; background: var(--green); color: var(--white); padding: 8px 16px; font-family: var(--font-menu); font-weight: 500; font-size: 14px; cursor: pointer; transition: background .2s ease; }
.tjc-search-in button:hover { background: var(--green-dark); }
.tjc-widget { margin-bottom: 28px; }
.tjc-widget h2 { font-size: 22px; color: var(--ink); margin: 0 0 16px; }
.tjc-widget p { margin: 0; }
.tjc-widget ul { list-style: none; margin: 0; padding: 0; }
.tjc-widget li { margin: 0 0 8px; line-height: 1.6; }
.tjc-recent { display: flex; flex-direction: column; gap: 8px; }
.tjc-item { display: block; }
.tjc-item-img, .tjc-sidebar .tjc-item .tjc-meta { display: none; }
.tjc-item-title { font-family: var(--font-body), 'Plus Jakarta Sans', sans-serif; font-weight: 400; font-size: 16px; line-height: 1.6; margin: 0; }
.tjc-item-title a { color: var(--green); }
.tjc-item-title a:hover { color: var(--green-dark); }
.tjc-cat-counts li { color: var(--text); }

/* ─── Static pages (About) ───────────────────────────────────────────────── */
.tjc-page { padding: 0 0 40px; }
.tjc-page .tjc-wide { width: min(1280px, calc(100% - 40px)); }
.tjc-page-body { font-family: var(--font-ui); }
.tjc-page-body h1, .tjc-page-body h2, .tjc-page-body h3 { font-family: var(--font-ui); color: var(--about-ink); }
.tjc-about-hero { margin: 0; padding: 112px 24px 0; }
.tjc-about-hero img { width: 100%; height: 400px; object-fit: cover; object-position: center; display: block; }
.tjc-about-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; padding: 112px 24px 80px; }
.tjc-about-intro h1 { font-size: 40px; font-weight: 500; line-height: 1.2; margin: 0; }
.tjc-about-intro p { font-size: 16px; line-height: 1.5; color: var(--about-text); margin: 0; }
.tjc-team { padding: 100px 24px; }
.tjc-team h2 { text-align: center; font-size: 48px; font-weight: 500; line-height: 1.2; margin: 0 0 80px; }
.tjc-team-grid { display: flex; justify-content: space-between; gap: 24px; }
.tjc-team-member { width: 24%; }
.tjc-team-member img { width: 100%; height: 290px; object-fit: cover; object-position: center; display: block; margin-bottom: 24px; }
.tjc-team-member h3 { font-size: 24px; font-weight: 600; line-height: 1.4; margin: 0 0 10px; }
.tjc-team-member p { font-size: 16px; line-height: 1.5; color: var(--about-text); margin: 0; }

/* ─── Contact: right-aligned card with form + details ─────────────────────── */
.tjc-contact-row { display: flex; justify-content: flex-end; padding: 100px 0; }
.tjc-contact-card { width: 57%; background: #f3f5f8; padding: 48px; font-family: var(--font-ui); }
.tjc-contact-card h1 { font-size: 40px; color: var(--about-ink); margin: 0 0 32px; }
.tjc-contact-form label { display: block; margin: 0 0 8px; }
.tjc-contact-form label span { display: none; }
.tjc-contact-form input, .tjc-contact-form textarea { width: 100%; background: var(--white); border: 1px solid var(--about-ink); border-radius: 3px; padding: 6px 14px; font: inherit; font-size: 16px; line-height: 30px; color: var(--about-ink); }
.tjc-contact-form textarea { line-height: 1.6; min-height: 104px; resize: vertical; }
.tjc-contact-form input::placeholder, .tjc-contact-form textarea::placeholder { color: #6b7a99; }
.tjc-contact-form input:focus, .tjc-contact-form textarea:focus { outline: none; border-color: var(--blue); }
.tjc-btn-blue { display: block; width: 100%; background: var(--blue); color: var(--white); border: 1px solid var(--blue); font-family: 'Figtree', sans-serif; font-weight: 500; font-size: 16px; line-height: 1.5; padding: 12px 16px; margin-top: 4px; transition: background .2s ease; }
.tjc-btn-blue:hover { background: #2f6be6; color: var(--white); }
.tjc-contact-info { margin-top: 32px; color: var(--about-text); font-size: 16px; line-height: 1.5; }
.tjc-contact-info p { margin: 0 0 32px; }
.tjc-check-list { list-style: none; margin: 0; padding: 0; font-family: 'Figtree', sans-serif; }
.tjc-check-list li { display: flex; align-items: center; gap: 10px; padding: 0 0 17px; color: var(--about-text); }
.tjc-check-list li + li { border-top: 1px solid var(--about-text); padding-top: 17px; }
.tjc-check-list svg { flex: 0 0 auto; color: var(--about-ink); }

/* ─── Footer: mint band with logo row, 4 widget columns, copyright ───────── */
.tjc-footer { background: var(--foot); color: var(--bg); font-family: var(--font-menu); }
.tjc-footer-above { border-top: 6px solid var(--green); padding: 60px 0 20px; }
.tjc-logo-footer { display: inline-block; line-height: 0; }
.tjc-logo-footer img { width: 171px; height: auto; }
.tjc-footer-main { border-top: 1px solid var(--line); padding: 45px 0; }
.tjc-footer-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: start; }
.tjc-footer-title { font-size: 18px; text-transform: uppercase; color: var(--bg); margin: 0 0 22px; line-height: 1.3; }
.tjc-footer-links { list-style: none; margin: 0; padding: 0; line-height: 1.9; }
.tjc-footer-links a, .tjc-social-footer a { color: var(--bg); }
.tjc-footer-links a:hover, .tjc-social-footer a:hover { color: var(--ink); }
.tjc-social-footer { flex-direction: column; align-items: flex-start; gap: 12px; padding-left: 10px; }
.tjc-social-footer a { gap: 10px; font-size: 16px; }
.tjc-footer-form { display: flex; max-width: 280px; }
.tjc-footer-form input { flex: 1; min-width: 0; border: 1px solid var(--line); border-right: 0; background: var(--white); color: var(--ink); padding: 8px 10px; font: inherit; font-size: 14px; }
.tjc-footer-form button { border: 0; background: var(--ink); color: var(--bg); padding: 8px 14px; font: inherit; font-size: 14px; font-weight: 500; cursor: pointer; }
.tjc-footer-form button:hover { background: var(--green-dark); }
.tjc-footer-below { border-top: 1px solid var(--line); padding: 20px 0; text-align: center; }
.tjc-copyright { margin: 0; font-size: 16px; line-height: 1.2; color: var(--bg); }
.tjc-copyright-sm { font-size: 12px; margin-top: 6px; }

/* ─── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .tjc-cards { grid-template-columns: repeat(2, 1fr); }
  .tjc-archive-grid { grid-template-columns: minmax(0, 1fr) 300px; }
  .tjc-primary { padding-right: 36px; }
  .tjc-sidebar { padding-left: 36px; }
  .tjc-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .tjc-newsletter { width: 50%; }
  .tjc-team-grid { flex-wrap: wrap; }
  .tjc-team-member { width: 47%; }
  .tjc-contact-card { width: 75%; }
}
@media (max-width: 980px) {
  .tjc-topbar-in { display: flex; justify-content: space-between; min-height: 110px; padding: 12px 0; }
  .tjc-social-header { gap: 14px; }
  .tjc-logo img { width: 90px; }
  .tjc-btn-subscribe { padding: 12px 18px; font-size: 14px; }
  .tjc-burger { display: flex; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; }
  .tjc-burger span { display: block; width: 24px; height: 2px; background: var(--ink); }
  .tjc-navbar { display: none; }
  .tjc-nav-toggle:checked ~ .tjc-navbar { display: block; }
  .tjc-menu { flex-direction: column; align-items: stretch; padding: 10px 0 16px; }
  .tjc-menu > li > a { display: flex; justify-content: space-between; padding: 12px 20px; border-bottom: 1px solid #d3e3c9; }
  .tjc-sub { position: static; display: block; box-shadow: none; border-top: 0; background: transparent; min-width: 0; }
  .tjc-sub a { padding: 10px 20px 10px 40px; border-bottom: 1px solid #d3e3c9; background: transparent; white-space: normal; }
  .tjc-hero { min-height: 0; padding: 50px 16px 90px; margin-bottom: 60px; }
  .tjc-hero h1 { font-size: 28px; }
  .tjc-hero-text { padding: 18px 20px; font-size: 15px; }
  .tjc-newsletter { width: 100%; }
  .tjc-archive-grid { grid-template-columns: 1fr; gap: 40px; }
  .tjc-primary { padding-right: 0; }
  .tjc-sidebar { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 30px; }
  .tjc-post { padding: 1.75em; }
  .tjc-related { padding: 0 1.75em; }
  .tjc-related .tjc-grid { grid-template-columns: 1fr; }
  .tjc-about-hero { padding-top: 60px; }
  .tjc-about-hero img { height: 292px; }
  .tjc-about-intro { grid-template-columns: 1fr; gap: 24px; padding: 60px 24px; }
  .tjc-about-intro h1 { font-size: 32px; }
  .tjc-team { padding: 60px 24px; }
  .tjc-team h2 { font-size: 40px; margin-bottom: 40px; }
  .tjc-contact-row { padding: 60px 0; }
  .tjc-contact-card { width: 100%; padding: 36px; }
  .tjc-footer-cols { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .tjc-footer-col-empty { display: none; }
}
@media (max-width: 600px) {
  .tjc-social-header { display: none; }
  .tjc-cards, .tjc-grid-3 { grid-template-columns: 1fr; }
  .tjc-hero h1 { font-size: 22px; padding: 12px 14px; }
  .tjc-feed-title { font-size: 16px; }
  .tjc-newsletter { padding: 24px; }
  .tjc-newsletter h2 { font-size: 26px; }
  .tjc-post-title, .tjc-archive-title { font-size: 26px; }
  .tjc-team-member { width: 100%; }
  .tjc-team-member img { height: 250px; }
  .tjc-team h2 { font-size: 32px; }
  .tjc-contact-card { padding: 28px 20px; }
  .tjc-contact-card h1 { font-size: 32px; }
  .tjc-footer-cols { grid-template-columns: 1fr; }
  .tjc-footer-above { padding-top: 40px; }
}
