/*
Theme Name: Inside The Valley
Theme URI: https://insidethevalley.com
Description: Child theme of GeneratePress for InsideTheValley.com. Mobile-first article template built for programmatic publishing, SEO and AI answer engines.
Author: Dott Real Estate Group
Template: generatepress
Version: 1.1.0
Text Domain: itv
*/

:root {
  --itv-ink:        #16181A;
  --itv-ink-2:      #57606A;
  --itv-ink-3:      #8B939B;
  --itv-paper:      #FFFFFF;
  --itv-surface:    #F6F3EE;
  --itv-surface-2:  #EFEAE2;
  --itv-rule:       #E2DCD3;
  --itv-rule-2:     #CFC7BB;
  --itv-brand:      #FF6A00;
  --itv-brand-ink:  #45190A;
  --itv-brand-deep: #A03F00;

  --itv-serif: "Newsreader", Georgia, "Times New Roman", serif;
  --itv-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --itv-content: 700px;
  --itv-wide: 1120px;
  --itv-gap: 20px;
}

/* ---------- base ---------- */

body {
  font-family: var(--itv-sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--itv-ink);
  background: var(--itv-paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.itv-single .site-content,
.itv-archive .site-content,
.itv-page .site-content {
  padding-left: var(--itv-gap);
  padding-right: var(--itv-gap);
}

.itv-single .inside-article,
.itv-single .entry-content > *,
.itv-single .itv-flow,
.itv-page .inside-article,
.itv-page .entry-content > * {
  max-width: var(--itv-content);
  margin-left: auto;
  margin-right: auto;
}

a { color: var(--itv-ink); text-decoration: none; }

.entry-content a:not(.itv-btn) {
  color: var(--itv-ink);
  text-decoration: underline;
  text-decoration-color: var(--itv-brand);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.entry-content a:not(.itv-btn):hover { color: var(--itv-brand-deep); }

:focus-visible {
  outline: 3px solid var(--itv-brand);
  outline-offset: 2px;
}

img { max-width: 100%; height: auto; }

/* ---------- article header ---------- */

.itv-breadcrumb {
  font-size: 13px;
  color: var(--itv-ink-3);
  margin: 4px 0 12px;
}
.itv-breadcrumb a { color: var(--itv-ink-3); }
.itv-breadcrumb a:hover { color: var(--itv-brand-deep); }

.itv-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 11px;
  border-radius: 4px;
  margin-bottom: 14px;
}
.itv-badge--news    { background: var(--itv-brand); color: var(--itv-brand-ink); }
.itv-badge--answers { background: var(--itv-ink); color: #FFFFFF; }

.itv-single .entry-header { margin-bottom: 0; }

.itv-single h1.entry-title {
  font-family: var(--itv-serif);
  font-size: 27px;
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: -0.012em;
  color: var(--itv-ink);
  margin: 0 0 12px;
  text-wrap: balance;
  hyphens: none;
}

.itv-single .entry-meta,
.itv-single .entry-header .entry-meta,
.itv-single footer.entry-meta { display: none; }

.itv-deck {
  font-family: var(--itv-serif);
  font-size: 19px;
  line-height: 1.45;
  font-weight: 400;
  color: var(--itv-ink-2);
  margin: 0 0 18px;
}

.itv-byline {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--itv-rule);
  border-bottom: 1px solid var(--itv-rule);
  margin-bottom: 20px;
}
.itv-byline__avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
  background: var(--itv-surface);
}
.itv-byline__name { font-size: 14px; font-weight: 600; line-height: 1.3; }
.itv-byline__name a { color: var(--itv-ink); }
.itv-byline__meta { font-size: 13px; color: var(--itv-ink-3); line-height: 1.4; }
.itv-byline__updated { color: var(--itv-brand-deep); font-weight: 500; }

/* ---------- hero ---------- */

.itv-hero {
  margin: 0 calc(-1 * var(--itv-gap)) 22px;
}
.itv-hero img { display: block; width: 100%; border-radius: 0; }
.itv-hero figcaption { padding: 0 var(--itv-gap); }
.itv-hero figcaption {
  font-size: 13px;
  line-height: 1.45;
  color: var(--itv-ink-3);
  margin-top: 8px;
}

/* ---------- short version ---------- */

.itv-shortversion {
  background: var(--itv-surface);
  border-radius: 8px;
  padding: 18px 20px;
  margin: 0 0 22px;
}
.itv-shortversion h2 {
  font-family: var(--itv-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--itv-ink-2);
  margin: 0 0 12px;
}
.itv-shortversion ul { list-style: none; margin: 0; padding: 0; }
.itv-shortversion li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 9px;
}
.itv-shortversion li:last-child { margin-bottom: 0; }
.itv-shortversion li::before {
  content: "";
  position: absolute;
  left: 0; top: 9px;
  width: 8px; height: 2px;
  background: var(--itv-brand);
}

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

.itv-cta-top {
  border: 1px solid var(--itv-brand);
  border-radius: 8px;
  padding: 18px 20px;
  margin: 0 0 26px;
}
.itv-cta-top__title { font-size: 16px; font-weight: 600; margin: 0 0 5px; }
.itv-cta-top__text {
  font-size: 15px;
  line-height: 1.5;
  color: var(--itv-ink-2);
  margin: 0 0 14px;
}

.itv-btn {
  display: inline-block;
  background: var(--itv-brand);
  color: var(--itv-brand-ink);
  font-family: var(--itv-sans);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  padding: 13px 22px;
  border-radius: 6px;
  text-decoration: none;
}
.itv-btn:hover { background: #E85F00; color: var(--itv-brand-ink); }
.itv-btn--block { display: block; text-align: center; }

.itv-cta-stack {
  border: 1px solid var(--itv-rule-2);
  border-radius: 8px;
  padding: 20px 22px;
  margin: 30px 0;
}
.itv-cta-stack ul { list-style: none; margin: 0; padding: 0; }
.itv-cta-stack li {
  padding: 14px 0;
  border-bottom: 1px solid var(--itv-rule);
  font-size: 15px;
  line-height: 1.55;
}
.itv-cta-stack li:first-child { padding-top: 0; }
.itv-cta-stack li:last-child { border-bottom: 0; padding-bottom: 0; }
.itv-cta-stack strong { font-weight: 700; }
.itv-cta-stack a {
  font-weight: 600;
  color: var(--itv-ink);
  text-decoration: underline;
  text-decoration-color: var(--itv-brand);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
  white-space: nowrap;
}
.itv-cta-stack a:hover { color: var(--itv-brand-deep); }

/* ---------- body ---------- */

.itv-single .entry-content {
  font-size: 17px;
  line-height: 1.7;
}
.itv-single .entry-content p { margin: 0 0 20px; }

.itv-single .entry-content h2 {
  font-family: var(--itv-serif);
  font-size: 23px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 34px 0 12px;
}
.itv-single .entry-content h3 {
  font-family: var(--itv-serif);
  font-size: 19px;
  line-height: 1.3;
  font-weight: 600;
  margin: 26px 0 10px;
}

.itv-single .entry-content figure { margin: 26px 0; }
.itv-single .entry-content figure img { border-radius: 6px; display: block; width: 100%; }
.itv-single .entry-content figcaption {
  font-size: 13px;
  line-height: 1.45;
  color: var(--itv-ink-3);
  margin-top: 8px;
}

.itv-single .entry-content blockquote {
  font-family: var(--itv-serif);
  font-size: 20px;
  line-height: 1.4;
  color: var(--itv-ink);
  border-left: 3px solid var(--itv-brand);
  border-radius: 0;
  padding: 2px 0 2px 18px;
  margin: 28px 0;
}
.itv-single .entry-content blockquote p:last-child { margin-bottom: 0; }

.itv-single .entry-content ul,
.itv-single .entry-content ol { margin: 0 0 20px 22px; }
.itv-single .entry-content li { margin-bottom: 8px; }

/* ---------- FAQ ---------- */

.itv-faq {
  background: var(--itv-surface);
  border-radius: 8px;
  padding: 20px 22px;
  margin: 32px 0;
}
.itv-faq > h2 {
  font-family: var(--itv-serif);
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 6px;
}
.itv-faq details {
  border-top: 1px solid var(--itv-rule-2);
  padding: 0;
}
.itv-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 14px 28px 14px 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  position: relative;
}
.itv-faq summary::-webkit-details-marker { display: none; }
.itv-faq summary::after {
  content: "";
  position: absolute;
  right: 4px; top: 21px;
  width: 9px; height: 9px;
  border-right: 2px solid var(--itv-ink-2);
  border-bottom: 2px solid var(--itv-ink-2);
  transform: rotate(45deg);
  transition: transform 0.15s ease;
}
.itv-faq details[open] summary::after { transform: rotate(-135deg); top: 24px; }
.itv-faq__answer {
  font-size: 15px;
  line-height: 1.65;
  color: var(--itv-ink-2);
  padding: 0 0 16px;
}
.itv-faq__answer p:last-child { margin-bottom: 0; }

/* ---------- sources ---------- */

.itv-sources {
  border-top: 1px solid var(--itv-rule);
  padding-top: 20px;
  margin: 32px 0;
}
.itv-sources h2 {
  font-family: var(--itv-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--itv-ink-2);
  margin: 0 0 12px;
}
.itv-sources ul { list-style: none; margin: 0 0 18px; padding: 0; }
.itv-sources li { margin-bottom: 9px; font-size: 15px; line-height: 1.5; }
.itv-sources li:last-child { margin-bottom: 0; }
.itv-sources a {
  color: var(--itv-ink);
  text-decoration: underline;
  text-decoration-color: var(--itv-rule-2);
  text-underline-offset: 3px;
}
.itv-sources a:hover { text-decoration-color: var(--itv-brand); }
.itv-sources__doc::before { content: "PDF"; }
.itv-sources__tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--itv-ink-2);
  background: var(--itv-surface-2);
  border-radius: 3px;
  padding: 2px 6px;
  margin-right: 8px;
  vertical-align: 2px;
}

/* ---------- related ---------- */

.itv-related { margin: 34px 0; }
.itv-related h2 {
  font-family: var(--itv-serif);
  font-size: 21px;
  font-weight: 600;
  margin: 0 0 16px;
}
.itv-related__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.itv-related__img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 6px;
  background: var(--itv-surface);
  margin-bottom: 8px;
}
.itv-related__title {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  color: var(--itv-ink);
  display: block;
}
.itv-related a:hover .itv-related__title { color: var(--itv-brand-deep); }

/* ---------- about + testimonials ---------- */

.itv-about {
  background: var(--itv-surface);
  border-radius: 8px;
  padding: 22px;
  margin: 32px 0 20px;
}
.itv-about__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.itv-about__photo {
  width: 64px; height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: var(--itv-surface-2);
}
.itv-about__name { font-size: 17px; font-weight: 700; line-height: 1.25; }
.itv-about__role { font-size: 13px; color: var(--itv-ink-2); line-height: 1.4; }
.itv-about__bio { font-size: 15px; line-height: 1.6; color: var(--itv-ink-2); margin: 0 0 16px; }

.itv-testimonials { margin: 0 0 34px; display: grid; gap: 14px; }
.itv-testimonial {
  border: 1px solid var(--itv-rule);
  border-radius: 8px;
  padding: 18px 20px;
}
.itv-testimonial__stars {
  color: var(--itv-brand);
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 8px;
}
.itv-testimonial__text { font-size: 15px; line-height: 1.6; margin: 0 0 8px; }
.itv-testimonial__author { font-size: 13px; color: var(--itv-ink-3); }

/* ---------- pages ---------- */

.itv-page .featured-image,
.itv-page .page-header-image,
.itv-page .post-image,
.itv-single .featured-image,
.itv-single .page-header-image { display: none; }

.itv-page h1.entry-title {
  font-family: var(--itv-serif);
  font-size: 30px;
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin: 8px 0 18px;
  text-wrap: balance;
}
.itv-page .entry-content { font-size: 17px; line-height: 1.7; }
.itv-page .entry-content p { margin: 0 0 20px; }
.itv-page .entry-content h2 {
  font-family: var(--itv-serif);
  font-size: 23px;
  line-height: 1.25;
  font-weight: 600;
  margin: 32px 0 12px;
}
.itv-page .entry-content h3 {
  font-family: var(--itv-serif);
  font-size: 19px;
  font-weight: 600;
  margin: 24px 0 10px;
}
.itv-page .entry-content ul,
.itv-page .entry-content ol { margin: 0 0 20px 22px; }
.itv-page .entry-content li { margin-bottom: 8px; }
.itv-page .entry-content img { border-radius: 6px; }
.itv-page .entry-content a {
  color: var(--itv-ink);
  text-decoration: underline;
  text-decoration-color: var(--itv-brand);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

/* ---------- archive ---------- */

.itv-archive-head {
  max-width: var(--itv-content);
  margin: 0 auto 26px;
  padding-top: 8px;
}
.itv-archive-head h1 {
  font-family: var(--itv-serif);
  font-size: 30px;
  line-height: 1.15;
  font-weight: 600;
  margin: 0 0 10px;
}
.itv-archive-head__desc { font-size: 16px; line-height: 1.55; color: var(--itv-ink-2); }

.itv-archive .site-main > article {
  max-width: var(--itv-content);
  margin: 0 auto;
  padding: 22px 0;
  border-bottom: 1px solid var(--itv-rule);
}
.itv-archive .site-main > article .entry-title {
  font-family: var(--itv-serif);
  font-size: 21px;
  line-height: 1.25;
  font-weight: 600;
  margin: 0 0 6px;
}

/* ---------- footer ---------- */

.itv-footer {
  background: var(--itv-ink);
  color: #C9CDD1;
  padding: 40px var(--itv-gap) 32px;
  font-size: 15px;
  line-height: 1.6;
}
.itv-footer__inner { max-width: var(--itv-wide); margin: 0 auto; }
.itv-footer__cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-bottom: 30px;
}
.itv-footer h2 {
  font-family: var(--itv-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 12px;
}
.itv-footer ul { list-style: none; margin: 0; padding: 0; }
.itv-footer li { margin-bottom: 9px; }
.itv-footer a { color: #C9CDD1; }
.itv-footer a:hover { color: var(--itv-brand); }
.itv-footer__social { display: flex; gap: 16px; margin: 4px 0 0; }
.itv-footer__social a { font-size: 14px; font-weight: 600; color: #FFFFFF; }
.itv-footer__social a:hover { color: var(--itv-brand); }
.itv-footer__legal {
  border-top: 1px solid #2E3438;
  padding-top: 20px;
  font-size: 13px;
  line-height: 1.6;
  color: #8B939B;
}
.itv-footer__legal a { color: #8B939B; text-decoration: underline; }

.itv-totop {
  position: fixed;
  right: 16px; bottom: 16px;
  width: 44px; height: 44px;
  border-radius: 6px;
  background: var(--itv-ink);
  color: #FFFFFF;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 40;
}
.itv-totop.is-visible { display: flex; }

/* ---------- desktop ---------- */

@media (min-width: 769px) {
  body { font-size: 18px; }
  .itv-single h1.entry-title { font-size: 40px; letter-spacing: -0.02em; }
  .itv-deck { font-size: 22px; }
  .itv-single .entry-content { font-size: 18px; }
  .itv-single .entry-content h2 { font-size: 28px; margin-top: 42px; }
  .itv-single .entry-content h3 { font-size: 21px; }
  .itv-single .entry-content blockquote { font-size: 23px; }
  .itv-shortversion li { font-size: 16px; }
  .itv-related__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .itv-testimonials { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .itv-archive-head h1 { font-size: 40px; }
  .itv-page .featured-image,
.itv-page .page-header-image,
.itv-page .post-image,
.itv-single .featured-image,
.itv-single .page-header-image { display: none; }

.itv-page h1.entry-title { font-size: 40px; }
  .itv-page .entry-content { font-size: 18px; }
  .itv-page .entry-content h2 { font-size: 28px; }
  .itv-hero { margin-left: 0; margin-right: 0; }
  .itv-hero img { border-radius: 6px; }
  .itv-hero figcaption { padding: 0; }
  .itv-footer__cols { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}

@media print {
  .itv-cta-top, .itv-cta-stack, .itv-footer, .itv-totop, .itv-related { display: none; }
  .itv-faq details { display: block; }
  .itv-faq .itv-faq__answer { display: block !important; }
}

/* ---------- header ---------- */

.itv-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--itv-paper);
  border-bottom: 1px solid var(--itv-rule);
}
.itv-header__inner {
  max-width: var(--itv-wide);
  margin: 0 auto;
  padding: 10px var(--itv-gap);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.itv-header__logo { display: flex; align-items: center; flex-shrink: 0; }
.itv-header__logo img { display: block; max-height: 40px; width: auto; }
.itv-wordmark {
  font-family: var(--itv-serif);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--itv-ink);
}
.itv-header__right { display: flex; align-items: center; gap: 14px; }
.itv-header__phone {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  font-weight: 600;
  color: var(--itv-ink);
  white-space: nowrap;
}
.itv-header__phone-icon {
  width: 15px; height: 15px;
  flex-shrink: 0;
  background: var(--itv-ink);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M6.6 10.8a15.1 15.1 0 006.6 6.6l2.2-2.2a1 1 0 011-.24 11.4 11.4 0 003.6.58 1 1 0 011 1V20a1 1 0 01-1 1A17 17 0 013 4a1 1 0 011-1h3.5a1 1 0 011 1 11.4 11.4 0 00.58 3.6 1 1 0 01-.25 1z'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M6.6 10.8a15.1 15.1 0 006.6 6.6l2.2-2.2a1 1 0 011-.24 11.4 11.4 0 003.6.58 1 1 0 011 1V20a1 1 0 01-1 1A17 17 0 013 4a1 1 0 011-1h3.5a1 1 0 011 1 11.4 11.4 0 00.58 3.6 1 1 0 01-.25 1z'/></svg>") center/contain no-repeat;
}
.itv-burger {
  width: 40px; height: 40px;
  border: 0;
  background: none;
  padding: 9px 7px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.itv-burger span { display: block; height: 2px; background: var(--itv-ink); border-radius: 2px; }

/* ---------- menu overlay ---------- */

.itv-menu {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: var(--itv-ink);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.itv-menu[hidden] { display: none; }
.itv-menu__close {
  position: absolute;
  top: 0; right: 0;
  width: 52px; height: 52px;
  border: 0;
  background: #2E3438;
  color: #FFFFFF;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.itv-menu__inner { padding: 76px 26px 48px; max-width: 520px; margin: 0 auto; }
.itv-menu__logo { text-align: center; margin-bottom: 26px; }
.itv-menu__logo img { max-height: 46px; width: auto; display: inline-block; }
.itv-menu__logo .itv-wordmark { color: #FFFFFF; font-size: 22px; }
.itv-menu__phone {
  display: block;
  background: #FFFFFF;
  color: var(--itv-ink);
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.itv-menu__list { list-style: none; margin: 0 0 30px; padding: 0; }
.itv-menu__list li { margin-bottom: 24px; }
.itv-menu__list a { color: #FFFFFF; font-size: 17px; line-height: 1.3; }
.itv-menu__list a:hover { color: var(--itv-brand); }
.itv-menu__email { color: #8B939B; font-size: 15px; }

/* ---------- archive cards ---------- */

.itv-archive .site-content { background: var(--itv-surface); }
.itv-archive .itv-archive-head { max-width: var(--itv-content); padding-top: 28px; }

.itv-archive .site-main > article {
  max-width: var(--itv-content);
  margin: 0 auto 16px;
  padding: 18px;
  background: var(--itv-paper);
  border: 1px solid var(--itv-rule);
  border-radius: 8px;
}
.itv-archive .site-main > article .inside-article {
  display: flex;
  flex-direction: column;
}
.itv-archive .site-main > article .entry-header { order: 2; }
.itv-archive .site-main > article .post-image,
.itv-archive .site-main > article .featured-image { order: 3; margin: 14px 0 0; }
.itv-archive .site-main > article .entry-summary,
.itv-archive .site-main > article .entry-content { order: 4; margin: 14px 0 0; }
.itv-archive .site-main > article .itv-readmore { order: 5; }
.itv-card-badge { order: 1; align-self: flex-start; margin-bottom: 10px; }

.itv-archive .site-main > article .entry-title {
  font-family: var(--itv-serif);
  font-size: 21px;
  line-height: 1.25;
  font-weight: 600;
  margin: 0;
  text-wrap: balance;
}
.itv-archive .site-main > article .entry-title a { color: var(--itv-ink); }
.itv-archive .site-main > article .entry-title a:hover { color: var(--itv-brand-deep); }
.itv-archive .site-main > article img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
}
.itv-archive .site-main > article .entry-summary p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--itv-ink-2);
  margin: 0;
}
.itv-readmore {
  display: inline-block;
  margin-top: 16px;
  background: var(--itv-ink);
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 20px;
  border-radius: 5px;
}
.itv-readmore:hover { background: var(--itv-brand); color: var(--itv-brand-ink); }

.itv-empty {
  max-width: var(--itv-content);
  margin: 0 auto;
  padding: 34px 20px 44px;
  background: var(--itv-paper);
  border: 1px solid var(--itv-rule);
  border-radius: 8px;
  text-align: center;
}
.itv-empty h2 { font-family: var(--itv-serif); font-size: 23px; font-weight: 600; margin: 0 0 8px; }
.itv-empty p { font-size: 15px; color: var(--itv-ink-2); margin: 0 0 18px; }

@media (min-width: 769px) {
  .itv-header__inner { padding: 12px var(--itv-gap); }
  .itv-header__logo img { max-height: 48px; }
  .itv-wordmark { font-size: 24px; }
  .itv-archive .site-main > article { padding: 22px; }
  .itv-archive .site-main > article .entry-title { font-size: 25px; }
}
