/* Owner-approved positioning; preserve the existing MEIRENTE teal theme. */
.mrt-brand-strip { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 4px 20px; padding: 11px 16px; color: #15534e; background: #edf6f4; border-bottom: 1px solid #cedfdb; font-size: 14px; line-height: 1.5; }
.mrt-brand-strip span:first-child { font-weight: 700 !important; }
.mrt-home-banner.mrt-brand-hero { position: relative; isolation: isolate; height: auto; min-height: 420px; display: flex; align-items: flex-end; overflow: hidden; background: #fff; margin-bottom: 28px; }
.mrt-brand-hero::before { content: none; display: none; background: none; }
.mrt-brand-hero-copy { position: relative; z-index: 2; width: 100%; padding: 28px; max-width: 1040px; margin-inline: auto; min-width: 0; text-align: center; color: #fff; font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif; text-shadow: none; }
.mrt-brand-eyebrow { margin: 0 0 10px; color: #fff; font-size: 13px; letter-spacing: .07em; text-transform: uppercase; font-weight: 700 !important; }
.mrt-brand-hero h1 { margin: 0 0 14px; color: #fff; font-size: clamp(30px, 3.2vw, 42px); font-weight: 600 !important; line-height: 1.18; letter-spacing: -.01em; }
.mrt-brand-lead { margin: 0 auto 18px; max-width: 850px; color: #fff; font-size: 18px; font-weight: 400 !important; line-height: 1.6; }
.mrt-brand-lead, .mrt-brand-stages { text-shadow: none; }
.mrt-brand-stages { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 16px; list-style: none; margin: 0 0 18px; padding: 0; color: #fff; font-size: 15px; font-weight: 400 !important; }
.mrt-brand-stages li { padding-left: 10px; border-left: 3px solid var(--mrt-green); font-weight: 400 !important; }
.mrt-brand-actions { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 16px; }
.mrt-brand-actions .mrt-button, .mrt-brand-secondary { box-sizing: border-box; display: inline-flex; align-items: center; justify-content: center; height: auto; min-height: 44px; max-width: 100%; padding: 10px 20px; border-radius: 0; font-size: 16px; font-weight: 600 !important; line-height: 22px; text-align: center; }
.mrt-brand-actions .mrt-button { border: 1px solid var(--mrt-green); text-shadow: none; }
.mrt-brand-secondary { color: #fff; background: #08665f; border: 1px solid #fff; text-shadow: none; text-decoration: none; }
.mrt-brand-secondary:hover, .mrt-brand-secondary:focus-visible { color: #fff; background: #064e49; }
.mrt-brand-actions a:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.mrt-brand-hero-photo { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.mrt-brand-hero-image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: none; opacity: 1; }
.mrt-brand-catalog { margin-bottom: 24px; font-size: 16px; }
.mrt-brand-catalog h1 { color: #123f3b; font-size: clamp(27px, 2.7vw, 36px); line-height: 1.25; }
.mrt-brand-footer { font-size: 14px; line-height: 1.6; }
.mrt-inquiry-title { flex-wrap: wrap; gap: 4px 24px; font-size: 14px; padding-block: 9px; }
@media (max-width: 760px) {
  .mrt-brand-strip { display: none; }
  .mrt-brand-hero-image { object-position: 66% top; }
  .mrt-home-banner.mrt-brand-hero { min-height: 0; padding-top: 24px; }
  .mrt-brand-hero-copy { padding: 14px; }
  .mrt-brand-hero h1 { margin-bottom: 8px; color: rgba(255,255,255,.86); font-size: 24px; }
  .mrt-brand-lead { margin-bottom: 10px; color: rgba(255,255,255,.76); font-size: 15px; line-height: 1.4; }
  .mrt-brand-stages { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 4px; margin-bottom: 10px; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.3; }
  .mrt-brand-stages li { padding-left: 6px; }
  .mrt-brand-actions { display: grid; width: min(100%,278px); margin-inline: auto; gap: 8px; }
  .mrt-brand-actions .mrt-button, .mrt-brand-secondary { width: 100%; min-height: 44px; padding: 8px 10px; font-size: 14px; white-space: nowrap; }
}
