.quick-answer-section {
  padding: clamp(2.5rem, 5vw, 4.75rem) 0;
  background: #f5f0e8;
}

.quick-answer {
  max-width: 920px;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border-left: 4px solid #b8965a;
  background: #fff;
  box-shadow: 0 18px 50px rgba(30, 29, 27, 0.08);
}

.quick-answer h2 {
  max-width: 760px;
  margin: 0.55rem 0 1rem;
}

.quick-answer p {
  max-width: 780px;
  margin: 0 0 0.85rem;
}

.quick-answer p:last-child {
  margin-bottom: 0;
}

.quick-answer-context {
  color: #5d5a54;
}

.article-quick-answer {
  padding: clamp(1.35rem, 3vw, 2rem);
  border-top: 3px solid #b8965a;
  background: #f5f0e8;
}

.article-quick-answer h2 {
  margin: 0.45rem 0 0.8rem;
}

.project-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1.75rem;
  background: rgba(184, 150, 90, 0.35);
}

.project-facts div {
  min-width: 0;
  padding: 1.1rem;
  background: #fff;
}

.project-facts dt {
  margin-bottom: 0.35rem;
  color: #756f65;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-facts dd {
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 820px) {
  .quick-answer-section {
    padding: 2rem 0;
  }

  .project-facts {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .project-facts {
    grid-template-columns: 1fr;
  }
}

.case-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
}

.case-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.case-breadcrumb a:hover,
.case-breadcrumb a:focus-visible {
  color: #d7b777;
}

.case-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.5fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.case-overview .project-facts {
  margin-top: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.evidence-boundary {
  margin-top: 1.25rem;
  padding: 1rem 1.15rem;
  border-left: 3px solid #b8965a;
  background: #f5f0e8;
  color: #5d5a54;
  font-size: 0.92rem;
}

.case-gallery-section {
  background: #fff;
}

.case-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.case-gallery-1 {
  grid-template-columns: minmax(0, 1fr);
  max-width: 980px;
}

.case-gallery figure {
  margin: 0;
  background: #f5f0e8;
}

.case-gallery figure:first-child:last-child,
.case-gallery figure:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.case-gallery img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.case-gallery figcaption {
  padding: 1rem 1.15rem 1.2rem;
  color: #4e4a43;
  line-height: 1.55;
}

.case-gallery figcaption span {
  display: block;
  margin-bottom: 0.3rem;
  color: #8a6b36;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.case-outcome-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
}

.case-outcome {
  color: #fff;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.4;
}

.tag-row-light span {
  border-color: rgba(255, 255, 255, 0.25);
  color: #f4ead8;
}

.authority-links-section {
  border-top: 1px solid rgba(184, 150, 90, 0.28);
}

.authority-grid,
.resource-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.resource-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.authority-grid article,
.resource-card {
  padding: clamp(1.3rem, 2.5vw, 2rem);
  border: 1px solid rgba(184, 150, 90, 0.35);
  background: #fff;
}

.authority-grid h3,
.resource-card h3 {
  margin-top: 0;
}

.authority-grid ul,
.profile-project-list,
.service-authority-row ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.authority-grid li + li,
.profile-project-list li + li,
.service-authority-row li + li {
  margin-top: 0.75rem;
}

.authority-grid a,
.profile-project-list a,
.service-authority-row a {
  color: inherit;
  line-height: 1.5;
  text-decoration-color: rgba(184, 150, 90, 0.65);
  text-underline-offset: 0.22em;
}

.resource-card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.resource-card:hover,
.resource-card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(30, 29, 27, 0.1);
}

.resource-card > span {
  color: #8a6b36;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.resource-card strong {
  color: #8a6b36;
}

.service-authority-row,
.expert-feature,
.expert-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.editorial-credit {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.75rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid rgba(184, 150, 90, 0.3);
  color: #5d5a54;
  font-size: 0.9rem;
}

.editorial-credit a {
  color: #8a6b36;
  text-underline-offset: 0.2em;
}

.article-resource-callout {
  margin: 2rem 0;
  padding: 1.4rem 1.5rem;
  border-left: 4px solid #b8965a;
  background: #f5f0e8;
}

.article-resource-callout h2 {
  margin: 0.45rem 0 0.75rem;
}

.expert-hero,
.resource-hero {
  background: #1f211f;
}

.expert-hero-grid {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.profile-monogram {
  display: grid;
  width: clamp(120px, 15vw, 180px);
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(215, 183, 119, 0.5);
  border-radius: 50%;
  color: #d7b777;
  font-family: Georgia, serif;
  font-size: clamp(2.6rem, 6vw, 5rem);
  letter-spacing: 0.04em;
}

.expert-feature .profile-monogram {
  width: clamp(110px, 13vw, 160px);
}

.profile-project-list {
  columns: 2;
  column-gap: 2rem;
}

.profile-project-list li {
  break-inside: avoid;
  margin-bottom: 0.8rem;
}

.resource-intro .shell {
  max-width: 920px;
}

.resource-checklist {
  padding-top: clamp(2rem, 5vw, 4rem);
  padding-bottom: clamp(3rem, 7vw, 6rem);
}

.checklist-group {
  display: grid;
  grid-template-columns: minmax(210px, 0.65fr) minmax(0, 1.7fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: 2rem 0;
  border-top: 1px solid rgba(184, 150, 90, 0.35);
}

.checklist-group-heading span {
  color: #b8965a;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.checklist-group-heading h2 {
  margin-top: 0.45rem;
}

.checklist-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.checklist-group li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 0.9rem;
  padding: 1rem 0;
}

.checklist-group li + li {
  border-top: 1px solid #ebe5dc;
}

.check-box {
  width: 20px;
  height: 20px;
  margin-top: 0.15rem;
  border: 1.5px solid #8a6b36;
}

.checklist-group strong {
  display: block;
  margin-bottom: 0.25rem;
}

.checklist-group p {
  margin: 0;
  color: #5d5a54;
}

.resource-action-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.print-button {
  font: inherit;
  cursor: pointer;
}

@media (max-width: 820px) {
  .case-overview,
  .case-outcome-grid,
  .service-authority-row,
  .expert-feature,
  .expert-intro,
  .expert-hero-grid,
  .checklist-group {
    grid-template-columns: 1fr;
  }

  .authority-grid,
  .resource-card-grid {
    grid-template-columns: 1fr;
  }

  .case-gallery {
    grid-template-columns: 1fr;
  }

  .case-gallery figure:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .profile-project-list {
    columns: 1;
  }
}

@media (max-width: 520px) {
  .case-overview .project-facts {
    grid-template-columns: 1fr;
  }

  .expert-hero-grid {
    gap: 1.5rem;
  }
}

@media print {
  .site-header,
  .site-footer,
  .mobile-whatsapp,
  .resource-hero .hero-actions,
  .resource-actions,
  .final-cta,
  .case-breadcrumb {
    display: none !important;
  }

  body {
    color: #111 !important;
    background: #fff !important;
    font-size: 10.5pt;
  }

  .resource-hero,
  .resource-intro,
  .resource-checklist,
  .checklist-group {
    padding: 0 !important;
    background: #fff !important;
    color: #111 !important;
  }

  .resource-hero {
    margin-bottom: 18pt;
  }

  .resource-hero h1,
  .resource-hero p,
  .resource-hero .eyebrow {
    color: #111 !important;
  }

  .checklist-group {
    display: block;
    break-inside: avoid;
    margin-top: 14pt;
    padding-top: 10pt !important;
  }

  .checklist-group li {
    break-inside: avoid;
    padding: 7pt 0;
  }

  a {
    color: inherit !important;
    text-decoration: none !important;
  }
}


/* Phase 3B authority guides */
.article-table-wrap {
  width: 100%;
  margin: 1.5rem 0 2rem;
  overflow-x: auto;
  border: 1px solid rgba(184, 150, 90, 0.35);
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.article-comparison-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  font-size: 0.92rem;
  line-height: 1.5;
}

.article-comparison-table th,
.article-comparison-table td {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid #e8e0d4;
  text-align: left;
  vertical-align: top;
}

.article-comparison-table th {
  background: #f5f0e8;
  color: #57462c;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.article-comparison-table tr:last-child td {
  border-bottom: 0;
}

.planning-checklist,
.sequence-list,
.article-link-list {
  padding-left: 1.2rem;
}

.planning-checklist li,
.sequence-list li,
.article-link-list li {
  margin: 0.7rem 0;
  line-height: 1.65;
}

.article-evidence {
  margin-top: 2rem;
  padding: clamp(1.35rem, 3vw, 2rem);
  border-left: 4px solid #b8965a;
  background: #f5f0e8;
}

.article-evidence h2 {
  margin: 0.45rem 0 0.8rem;
}

.article-evidence a {
  color: #6e5227;
  text-underline-offset: 0.2em;
}

.article-cta .text-link {
  display: inline-block;
  margin: 1rem 0 0 1rem;
}

@media (max-width: 680px) {
  .article-table-wrap {
    overflow: visible;
    border: 0;
    background: transparent;
  }

  .article-comparison-table,
  .article-comparison-table tbody,
  .article-comparison-table tr,
  .article-comparison-table th,
  .article-comparison-table td {
    display: block;
    min-width: 0;
  }

  .article-comparison-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .article-comparison-table tr {
    margin-bottom: 1rem;
    border: 1px solid rgba(184, 150, 90, 0.35);
    background: #fff;
  }

  .article-comparison-table td {
    padding: 0.75rem 0.9rem;
  }

  .article-comparison-table td:first-child {
    background: #f5f0e8;
    color: #57462c;
    font-weight: 700;
  }

  .article-cta .text-link {
    display: block;
    margin: 1rem 0 0;
  }
}
