
.guide-index-hero,
.guide-detail-hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  min-height: var(--hero-split-desktop);
  color: #fff;
  background: #111a20;
}
.guide-index-copy,
.guide-detail-copy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: clamp(52px, 5vw, 72px) clamp(30px, 5.5vw, 88px);
}
.guide-index-copy .eyebrow,
.guide-detail-copy .eyebrow,
.guide-takeaway-section .eyebrow,
.guide-consult-cta .eyebrow { color: #f0b323; }
.guide-index-copy h1,
.guide-detail-copy h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(46px, 4vw, 64px);
  line-height: 1.08;
  letter-spacing: -.055em;
}
.guide-detail-copy h1 { font-size: clamp(44px, 3.9vw, 62px); }
.guide-index-copy > p:not(.eyebrow),
.guide-detail-copy > p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 0;
  color: #d3dde2;
  font-size: 18px;
  line-height: 1.75;
}
.guide-index-copy .hero-actions { margin-top: 28px; }
.guide-index-copy .button.secondary {
  color: #fff;
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.48);
}
.guide-index-copy .button.secondary:hover {
  color: #fff;
  background: rgba(255,255,255,.15);
  border-color: rgba(255,255,255,.72);
}
.guide-index-visual,
.guide-detail-visual { min-height: var(--hero-split-desktop); height: var(--hero-split-desktop); overflow: hidden; background: #26343a; }
.guide-index-visual img,
.guide-detail-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.78) contrast(1.07);
  transition: transform .7s cubic-bezier(.2,.72,.2,1);
}
.guide-index-hero:hover .guide-index-visual img,
.guide-detail-hero:hover .guide-detail-visual img { transform: scale(1.018); }
.guide-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  align-items: end;
  gap: clamp(30px, 7vw, 100px);
  margin-bottom: clamp(34px, 5vw, 56px);
}
.guide-section-head h2 { margin-bottom: 0; }
.guide-section-head > p { max-width: 650px; margin: 0 0 5px; color: #59656b; font-size: 17px; line-height: 1.75; }
.guide-feature-section { background: #f8f8f5; }
.guide-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.guide-feature-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: #11191e;
  background: #fff;
  border: 1px solid #d7dcd8;
  transition: transform .25s ease, box-shadow .25s ease;
}
.guide-feature-card:hover { transform: translateY(-4px); box-shadow: 0 18px 46px rgba(16,24,32,.12); }
.guide-feature-media { aspect-ratio: 16 / 10; overflow: hidden; background: #d1d7d3; }
.guide-feature-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.guide-feature-card:hover .guide-feature-media img { transform: scale(1.035); }
.guide-feature-copy { display: flex; flex: 1; flex-direction: column; min-height: 290px; padding: 28px; }
.guide-feature-copy > span { margin-bottom: 30px; color: #21664f; font-size: 12px; font-weight: 900; }
.guide-feature-copy h2 { margin-bottom: 14px; font-size: clamp(27px, 2.4vw, 38px); }
.guide-feature-copy p { margin: 0; color: #657078; }
.guide-feature-copy strong { display: inline-flex; gap: 9px; width: fit-content; margin-top: auto; padding-top: 28px; color: #21664f; font-size: 14px; }
.guide-feature-copy strong i { font-style: normal; transition: transform .2s ease; }
.guide-feature-card:hover strong i { transform: translateX(4px); }
.guide-directory-section { background: #eef1ee; }
.guide-directory-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #ccd3ce; border-left: 1px solid #ccd3ce; }
.guide-directory-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 28px;
  align-items: start;
  gap: 20px;
  min-height: 210px;
  padding: 30px;
  color: #11191e;
  background: #fff;
  border-right: 1px solid #ccd3ce;
  border-bottom: 1px solid #ccd3ce;
  transition: background .2s ease;
}
.guide-directory-card:hover { background: #f8faf8; }
.guide-directory-card > span { color: #21664f; font-size: 12px; font-weight: 900; }
.guide-directory-card small { display: block; margin-bottom: 9px; color: #21664f; font-weight: 900; }
.guide-directory-card h3 { margin-bottom: 9px; font-size: clamp(23px, 2vw, 30px); }
.guide-directory-card p { margin: 0; color: #657078; }
.guide-directory-card > i { color: #21664f; font-size: 22px; font-style: normal; transition: transform .2s ease; }
.guide-directory-card:hover > i { transform: translateX(4px); }
.guide-faq-link {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
  padding: 26px 30px;
  color: #fff;
  background: #16251f;
}
.guide-faq-link span { color: #f0c456; font-size: 12px; font-weight: 900; }
.guide-faq-link strong { font-size: clamp(20px, 2vw, 28px); }
.guide-faq-link i { color: #f0c456; font-style: normal; }
.guide-criteria-section { background: #f7f7f4; }
.guide-criteria-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #cfd4d0; border-left: 1px solid #cfd4d0; }
.guide-criterion-card { min-height: 300px; padding: clamp(28px, 4vw, 46px); background: #fff; border-right: 1px solid #cfd4d0; border-bottom: 1px solid #cfd4d0; }
.guide-criterion-card > span { display: block; margin-bottom: 42px; color: #21664f; font-size: 12px; font-weight: 900; }
.guide-criterion-card h2 { margin-bottom: 28px; font-size: clamp(28px, 3vw, 42px); }
.guide-criterion-card dl { display: grid; gap: 18px; margin: 0; }
.guide-criterion-card dl div { display: grid; grid-template-columns: minmax(110px, .32fr) minmax(0, 1fr); gap: 18px; padding-top: 16px; border-top: 1px solid #e0e4e1; }
.guide-criterion-card dt { color: #21664f; font-size: 12px; font-weight: 900; }
.guide-criterion-card dd { margin: 0; color: #4e5a61; line-height: 1.7; }
.guide-criteria-section .guide-note { margin-top: 18px; }
.guide-takeaway-section { color: #fff; background: #111a20; }
.guide-takeaway-head { margin-bottom: 38px; }
.guide-takeaway-head h2 { margin-bottom: 0; }
.guide-takeaway-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.guide-takeaway-grid article { min-height: 240px; padding: 30px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.guide-takeaway-grid span { display: block; margin-bottom: 40px; color: #f0c456; font-size: 12px; font-weight: 900; }
.guide-takeaway-grid strong { display: block; margin-bottom: 12px; font-size: 21px; }
.guide-takeaway-grid p { margin: 0; color: #cbd5da; }
.guide-related-section { background: #f8f8f5; }
.guide-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #cfd4d0; border-left: 1px solid #cfd4d0; }
.guide-related-grid a { display: flex; min-height: 170px; flex-direction: column; padding: 28px; color: #11191e; background: #fff; border-right: 1px solid #cfd4d0; border-bottom: 1px solid #cfd4d0; }
.guide-related-grid span { margin-bottom: 34px; color: #21664f; font-size: 12px; font-weight: 900; }
.guide-related-grid strong { font-size: 22px; }
.guide-related-grid i { width: fit-content; margin-top: auto; padding-top: 22px; color: #21664f; font-style: normal; transition: transform .2s ease; }
.guide-related-grid a:hover i { transform: translateX(4px); }
.guide-consult-cta { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); align-items: end; gap: clamp(34px, 8vw, 120px); color: #fff; background: #16251f; }
.guide-consult-cta h2 { max-width: 760px; margin-bottom: 0; }
.guide-consult-cta > div:last-child p { max-width: 620px; margin: 0; color: #cfdbd5; font-size: 17px; line-height: 1.75; }
.guide-consult-actions { margin-top: 26px; }
.guide-consult-actions .button { width: fit-content; }

/* MF · UD · DP guide */
.mf-guide-intro { background: #f2f4f1; }
.mf-guide-brand-map {
  border-top: 1px solid #cbd2cd;
  border-left: 1px solid #cbd2cd;
}
.mf-guide-brand-row {
  display: grid;
  grid-template-columns: minmax(180px, .38fr) minmax(0, 1fr);
  min-height: 132px;
  background: #fff;
  border-right: 1px solid #cbd2cd;
  border-bottom: 1px solid #cbd2cd;
}
.mf-guide-brand-row > strong {
  display: flex;
  align-items: center;
  padding: 28px 32px;
  color: #16251f;
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.35;
  border-right: 1px solid #d8ddd9;
}
.mf-guide-brand-row dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
}
.mf-guide-brand-row dl div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 26px 30px;
  border-right: 1px solid #e0e4e1;
}
.mf-guide-brand-row dl div:last-child { border-right: 0; }
.mf-guide-brand-row dt { color: #68756e; font-size: 12px; font-weight: 800; }
.mf-guide-brand-row dd { margin: 0; color: #11191e; font-size: 18px; font-weight: 900; line-height: 1.4; }
.mf-guide-caption { margin: 18px 0 0; color: #69756f; font-size: 14px; line-height: 1.65; }
.mf-guide-finish-section { color: #fff; background: #111a20; }
.mf-guide-finish-section .guide-section-head > p { color: #c9d3d7; }
.mf-guide-finish-section .eyebrow { color: #f0bd37; }
.mf-guide-finish-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-color: rgba(255,255,255,.18);
}
.mf-guide-finish-card {
  min-height: 0;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: #172229;
  border-color: rgba(255,255,255,.18);
}
.mf-guide-finish-card .crete-product-finish-swatch { aspect-ratio: 16 / 10; }
.mf-guide-finish-copy { padding: clamp(26px, 3vw, 38px); }
.mf-guide-finish-copy > span {
  display: block;
  margin-bottom: 30px;
  color: #f0bd37;
  font-size: 12px;
  font-weight: 900;
}
.mf-guide-finish-copy h2 { margin-bottom: 14px; color: #fff; font-size: clamp(36px, 3vw, 48px); }
.mf-guide-finish-copy > strong { display: block; min-height: 3.1em; color: #fff; font-size: 18px; line-height: 1.55; }
.mf-guide-finish-copy p { min-height: 3.4em; margin: 20px 0 0; color: #c8d2d7; line-height: 1.7; }
.mf-guide-finish-copy small {
  display: block;
  margin-top: 28px;
  padding-top: 18px;
  color: #edf2ef;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.55;
  border-top: 1px solid rgba(255,255,255,.16);
}
.mf-guide-choice-section { background: #eef1ee; }
.mf-guide-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #cbd2cd;
  border-left: 1px solid #cbd2cd;
}
.mf-guide-choice-grid article {
  min-height: 250px;
  padding: clamp(28px, 3.4vw, 42px);
  background: #fff;
  border-right: 1px solid #cbd2cd;
  border-bottom: 1px solid #cbd2cd;
}
.mf-guide-choice-grid span { display: block; margin-bottom: 38px; color: #b77b00; font-size: 12px; font-weight: 900; }
.mf-guide-choice-grid h3 { margin-bottom: 16px; font-size: clamp(22px, 2vw, 29px); line-height: 1.38; }
.mf-guide-choice-grid p { margin: 0; color: #5d6862; line-height: 1.72; }
.mf-guide-scale {
  display: grid;
  grid-template-columns: max-content minmax(300px, 1fr) max-content;
  align-items: center;
  gap: 26px;
  margin-top: 22px;
  padding: 26px 30px;
  color: #fff;
  background: #16251f;
}
.mf-guide-scale > span { color: #edf2ef; font-size: 13px; font-weight: 800; }
.mf-guide-scale ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mf-guide-scale ol::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  left: 6%;
  height: 2px;
  background: linear-gradient(90deg, #d8e1dc, #f0bd37);
}
.mf-guide-scale li { position: relative; z-index: 1; text-align: center; color: #fff; font-size: 14px; font-weight: 900; }
.mf-guide-scale li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 auto 9px;
  background: #16251f;
  border: 3px solid #f0bd37;
  border-radius: 50%;
}
.mf-guide-faq { background: #fff; }

@media (max-width: 980px) {
  .guide-index-hero,
  .guide-detail-hero { grid-template-columns: 1fr; min-height: auto; }
  .guide-index-copy,
  .guide-detail-copy { padding: 56px 22px 52px; }
  .guide-index-copy h1,
  .guide-detail-copy h1 { font-size: 44px; }
  .guide-index-visual,
  .guide-detail-visual { min-height: var(--hero-split-tablet-media); height: var(--hero-split-tablet-media); }
  .guide-section-head,
  .guide-consult-cta { grid-template-columns: 1fr; align-items: start; gap: 20px; }
  .guide-feature-grid { grid-template-columns: 1fr; }
  .guide-feature-card { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr); }
  .guide-feature-media { min-height: 330px; aspect-ratio: auto; }
  .guide-feature-copy { min-height: 330px; }
  .guide-criteria-grid { grid-template-columns: 1fr; }
  .guide-criterion-card { min-height: 0; }
  .guide-takeaway-grid,
  .guide-related-grid { grid-template-columns: 1fr; }
  .guide-takeaway-grid article,
  .guide-related-grid a { min-height: 0; }
  .guide-takeaway-grid span,
  .guide-related-grid span { margin-bottom: 22px; }
  .mf-guide-brand-row { grid-template-columns: 1fr; }
  .mf-guide-brand-row > strong { border-right: 0; border-bottom: 1px solid #d8ddd9; }
  .mf-guide-finish-grid,
  .mf-guide-choice-grid { grid-template-columns: 1fr; }
  .mf-guide-finish-card { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr); }
  .mf-guide-finish-card .crete-product-finish-swatch { min-height: 340px; aspect-ratio: auto; }
  .mf-guide-finish-copy > strong,
  .mf-guide-finish-copy p { min-height: 0; }
}

@media (max-width: 600px) {
  .guide-index-copy h1,
  .guide-detail-copy h1 { font-size: 36px; line-height: 1.13; }
  .guide-index-copy > p:not(.eyebrow),
  .guide-detail-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.68; }
  .guide-index-visual,
  .guide-detail-visual { min-height: var(--hero-split-mobile-media); height: var(--hero-split-mobile-media); }
  .guide-feature-card { display: flex; }
  .guide-feature-media { min-height: 0; aspect-ratio: 16 / 10; }
  .guide-feature-copy { min-height: 0; padding: 22px; }
  .guide-feature-copy > span { margin-bottom: 20px; }
  .guide-feature-copy h2 { font-size: 28px; }
  .guide-directory-grid { grid-template-columns: 1fr; }
  .guide-directory-card { grid-template-columns: 34px minmax(0, 1fr) 20px; gap: 12px; min-height: 0; padding: 22px 18px; }
  .guide-directory-card h3 { font-size: 23px; }
  .guide-directory-card p { font-size: 14px; }
  .guide-faq-link { grid-template-columns: 1fr 24px; padding: 22px 18px; }
  .guide-faq-link span { grid-column: 1 / -1; }
  .guide-criterion-card { padding: 26px 20px; }
  .guide-criterion-card > span { margin-bottom: 26px; }
  .guide-criterion-card h2 { margin-bottom: 22px; font-size: 30px; }
  .guide-criterion-card dl div { grid-template-columns: 1fr; gap: 7px; }
  .guide-takeaway-grid article,
  .guide-related-grid a { padding: 24px 20px; }
  .guide-consult-actions .button { width: 100%; }
  .mf-guide-brand-row { min-height: 0; }
  .mf-guide-brand-row > strong { padding: 22px 20px; font-size: 22px; }
  .mf-guide-brand-row dl { grid-template-columns: 1fr; }
  .mf-guide-brand-row dl div { padding: 18px 20px; border-right: 0; border-bottom: 1px solid #e0e4e1; }
  .mf-guide-brand-row dl div:last-child { border-bottom: 0; }
  .mf-guide-caption { font-size: 13px; }
  .mf-guide-finish-card { display: block; }
  .mf-guide-finish-card .crete-product-finish-swatch { min-height: 0; aspect-ratio: 16 / 10; }
  .mf-guide-finish-copy { padding: 26px 20px 28px; }
  .mf-guide-finish-copy > span { margin-bottom: 22px; }
  .mf-guide-finish-copy h2 { font-size: 38px; }
  .mf-guide-choice-grid article { min-height: 0; padding: 26px 20px; }
  .mf-guide-choice-grid span { margin-bottom: 24px; }
  .mf-guide-scale { grid-template-columns: 1fr; gap: 18px; padding: 24px 20px; }
  .mf-guide-scale > span:last-child { text-align: right; }
}

/* Unified detail-page system */
.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  min-height: var(--hero-split-desktop);
  color: #fff;
  background: #111a20;
}
.detail-hero-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(52px, 5vw, 72px) clamp(30px, 5.5vw, 88px);
}
.detail-hero .eyebrow { color: #f0bd37; }
.detail-hero h1 {
  max-width: 820px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(44px, 3.9vw, 62px);
  line-height: 1.08;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.detail-hero-copy > p:not(.eyebrow) {
  max-width: 700px;
  margin: 0;
  color: #ced7db;
  font-size: 18px;
  line-height: 1.78;
}
.detail-hero .hero-actions { margin-top: 34px; }
.detail-hero .button.secondary {
  color: #fff;
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.42);
}
.detail-hero-visual {
  position: relative;
  min-height: var(--hero-split-desktop);
  height: var(--hero-split-desktop);
  overflow: hidden;
  background: #293238;
}
.detail-hero-visual > img,
.detail-hero-visual > picture,
.detail-hero-visual > picture > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}
.detail-hero.industry-detail-hero,
.detail-hero.guide-detail-hero,
.detail-hero.project-detail-hero { grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); }
.detail-hero .industry-detail-copy,
.detail-hero .guide-detail-copy { padding: clamp(52px, 5vw, 72px) clamp(30px, 5.5vw, 88px); }
.detail-hero .industry-detail-image,
.detail-hero .guide-detail-visual,
.detail-hero .project-detail-image { min-height: var(--hero-split-desktop); height: var(--hero-split-desktop); padding: 0; }
.detail-hero .project-detail-image img { width: 100%; height: 100%; object-fit: cover; }
.detail-hero .project-facts {
  max-width: 720px;
  margin: 34px 0 0;
  border-color: rgba(255,255,255,.2);
}
.detail-hero .project-facts div { border-color: rgba(255,255,255,.16); }
.detail-hero .project-facts dt { color: #9faeb5; }
.detail-hero .project-facts dd,
.detail-hero .project-facts a { color: #fff; }
.detail-section-head,
.detail-consult-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  align-items: end;
  gap: clamp(34px, 8vw, 120px);
}
.detail-section-head { margin-bottom: clamp(34px, 5vw, 58px); }
.detail-section-head h2,
.detail-consult-cta h2 { margin-bottom: 0; }
.detail-section-head > p,
.detail-consult-cta > div:last-child > p {
  max-width: 660px;
  margin: 0;
  color: #5c676d;
  font-size: 17px;
  line-height: 1.78;
}
.detail-list-section { background: #f4f6f3; }
.detail-list-grid { gap: 1px; background: #cfd6d1; border: 1px solid #cfd6d1; }
.detail-list-grid > div { min-height: 320px; padding: clamp(28px, 4vw, 48px); background: #fff; }
.detail-list-grid h2 { margin-bottom: 26px; font-size: clamp(28px, 3vw, 40px); }
.detail-consult-cta { color: #fff; background: #16251f; }
.detail-consult-cta .eyebrow { color: #f0bd37; }
.detail-consult-cta > div:last-child > p { color: #cfdbd5; }
.detail-consult-cta .hero-actions { margin-top: 26px; }
.industry-needs .eyebrow,
.industry-recommendation .eyebrow,
.industry-case-section .eyebrow,
.guide-criteria-section .eyebrow,
.guide-related-section .eyebrow,
.case-story .eyebrow,
.project-gallery-section .eyebrow,
.case-process-section .eyebrow,
.case-faq .eyebrow,
.related-projects-section .eyebrow { color: #b77b00; }

@media (max-width: 980px) {
  .detail-hero,
  .detail-hero.industry-detail-hero,
  .detail-hero.guide-detail-hero,
  .detail-hero.project-detail-hero { grid-template-columns: 1fr; min-height: auto; }
  .detail-hero-copy,
  .detail-hero .industry-detail-copy,
  .detail-hero .guide-detail-copy { padding: 62px 28px 56px; }
  .detail-hero h1 { font-size: clamp(42px, 7vw, 58px); }
  .detail-hero-visual,
  .detail-hero .industry-detail-image,
  .detail-hero .guide-detail-visual,
  .detail-hero .project-detail-image { min-height: var(--hero-split-tablet-media); height: var(--hero-split-tablet-media); }
  .detail-section-head,
  .detail-consult-cta { grid-template-columns: 1fr; align-items: start; gap: 24px; }
}

@media (max-width: 600px) {
  .detail-hero-copy,
  .detail-hero .industry-detail-copy,
  .detail-hero .guide-detail-copy { padding: 50px 20px 46px; }
  .detail-hero h1 { margin-bottom: 20px; font-size: 38px; line-height: 1.12; }
  .detail-hero-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.7; }
  .detail-hero .hero-actions { margin-top: 28px; }
  .detail-hero-visual,
  .detail-hero .industry-detail-image,
  .detail-hero .guide-detail-visual,
  .detail-hero .project-detail-image { min-height: var(--hero-split-mobile-media); height: var(--hero-split-mobile-media); }
  .detail-list-grid { grid-template-columns: 1fr; }
  .detail-list-grid > div { min-height: 0; padding: 28px 20px; }
  .detail-consult-cta .button { width: 100%; }
}
