{"id":386,"date":"2023-10-25T22:21:42","date_gmt":"2023-10-26T08:21:42","guid":{"rendered":"https:\/\/mdmpmusic.com\/?page_id=386"},"modified":"2026-03-28T13:51:17","modified_gmt":"2026-03-28T23:51:17","slug":"test","status":"publish","type":"page","link":"https:\/\/mdmpmusic.com\/","title":{"rendered":"M D M P Home NEW"},"content":{"rendered":"\n<style>\n\/* HIDE THEME TITLE *\/\nh1.entry-title,\n.entry-title,\n.page-title,\nheader.entry-header,\nheader.page-header {\n  display:none !important;\n}\n\n\/* HARD RESET INSIDE THE HOMEPAGE BLOCK *\/\n.mdmp-home,\n.mdmp-home *{\n  box-sizing:border-box;\n}\n\n.mdmp-home section,\n.mdmp-home div,\n.mdmp-home p,\n.mdmp-home h1,\n.mdmp-home h2,\n.mdmp-home h3{\n  margin:0;\n}\n\n.mdmp-home section{\n  padding:0 !important;\n  min-height:0 !important;\n  height:auto !important;\n}\n\n.mdmp-home a{\n  text-decoration:none;\n}\n\n\/* PAGE *\/\n.mdmp-home{\n  --bg:#03060a;\n  --bg2:#09111a;\n  --bg3:#0d1824;\n  --border:rgba(255,255,255,.10);\n  --border-bright:rgba(115,208,255,.28);\n  --text:#f5f8fc;\n  --muted:#b8c2cc;\n  --soft:#e2eaf2;\n  --accent:#2ea8ff;\n  --accent2:#7ad7ff;\n  --accent3:#8b6cff;\n  --glow:rgba(46,168,255,.18);\n  --shadow:0 28px 70px rgba(0,0,0,.46);\n\n  color:var(--text);\n  background:\n    radial-gradient(circle at top right, rgba(46,168,255,.14), transparent 26%),\n    radial-gradient(circle at bottom left, rgba(139,108,255,.10), transparent 22%),\n    linear-gradient(180deg,var(--bg) 0%, var(--bg2) 48%, var(--bg3) 100%);\n  border:1px solid rgba(255,255,255,.06);\n  border-radius:26px;\n  padding:4px;\n  max-width:1200px;\n  margin:0 auto;\n  overflow:hidden;\n  box-shadow:var(--shadow);\n  position:relative;\n}\n\n.mdmp-home::before{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:linear-gradient(115deg, transparent 0%, rgba(255,255,255,.025) 42%, transparent 64%);\n  pointer-events:none;\n}\n\n\/* SPACING BETWEEN MAJOR BLOCKS *\/\n.mdmp-section{\n  margin:3px 0 0 0 !important;\n}\n\n\/* CARDS *\/\n.mdmp-card{\n  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));\n  border:1px solid var(--border);\n  border-radius:16px;\n  overflow:hidden;\n  transition:transform .28s ease, border-color .28s ease, box-shadow .28s ease;\n  backdrop-filter:blur(8px);\n  position:relative;\n}\n\n.mdmp-card::before{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:linear-gradient(135deg, rgba(122,215,255,.05), transparent 42%, transparent 60%, rgba(139,108,255,.05));\n  opacity:0;\n  transition:opacity .28s ease;\n  pointer-events:none;\n}\n\n.mdmp-card:hover{\n  transform:translateY(-4px);\n  border-color:var(--border-bright);\n  box-shadow:0 18px 36px rgba(0,0,0,.40);\n}\n\n.mdmp-card:hover::before{\n  opacity:1;\n}\n\n\/* TYPOGRAPHY *\/\n.mdmp-kicker{\n  display:inline-block;\n  font-size:.8rem;\n  letter-spacing:.14em;\n  text-transform:uppercase;\n  color:var(--accent2);\n  margin-bottom:4px;\n  font-weight:800;\n}\n\n.mdmp-section-head{\n  margin:0 0 3px 0 !important;\n  padding:0 2px;\n}\n\n.mdmp-section-head h2{\n  margin:0 0 2px 0 !important;\n  font-size:1.45rem;\n  color:var(--text);\n  letter-spacing:-.02em;\n}\n\n.mdmp-section-head p{\n  margin:0 !important;\n  color:var(--muted);\n  line-height:1.45;\n  max-width:820px;\n  font-size:1rem;\n}\n\n\/* BUTTONS *\/\n.mdmp-btn-row{\n  display:flex;\n  justify-content:center;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:8px;\n}\n\n.mdmp-btn{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  min-height:40px;\n  padding:0 14px;\n  border-radius:10px;\n  font-weight:800;\n  font-size:.95rem;\n  text-decoration:none;\n  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;\n}\n\n.mdmp-btn-primary{\n  background:linear-gradient(135deg,var(--accent),var(--accent2));\n  color:#031018 !important;\n  box-shadow:0 10px 24px var(--glow);\n}\n\n.mdmp-btn-secondary{\n  background:rgba(255,255,255,.04);\n  color:var(--text) !important;\n  border:1px solid var(--border);\n}\n\n.mdmp-btn:hover{\n  transform:translateY(-2px);\n}\n\n\/* PILLS *\/\n.mdmp-pill-row{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px;\n  margin-top:8px;\n  justify-content:center;\n}\n\n.mdmp-pill{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  min-height:30px;\n  padding:0 10px;\n  border-radius:999px;\n  border:1px solid var(--border);\n  background:rgba(255,255,255,.03);\n  color:var(--soft);\n  font-size:.82rem;\n  font-weight:700;\n}\n\n\/* HERO *\/\n.mdmp-hero{\n  position:relative;\n  border:1px solid var(--border);\n  border-radius:20px;\n  padding:8px 12px 6px !important;\n  margin:0 !important;\n  background:\n    radial-gradient(circle at top right, rgba(46,168,255,.18), transparent 34%),\n    radial-gradient(circle at bottom left, rgba(139,108,255,.12), transparent 26%),\n    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03));\n  box-shadow:var(--shadow);\n  overflow:hidden;\n  text-align:center;\n  min-height:0 !important;\n  height:auto !important;\n}\n\n.mdmp-hero::after{\n  content:\"\";\n  position:absolute;\n  left:0;\n  right:0;\n  bottom:-16px;\n  height:36px;\n  background:radial-gradient(circle, rgba(46,168,255,.10), transparent 70%);\n  filter:blur(10px);\n  pointer-events:none;\n}\n\n.mdmp-hero-logo{\n  display:block;\n  max-width:980px;\n  width:100%;\n  height:auto;\n  margin:0 auto 14px;\n  filter:drop-shadow(0 8px 18px rgba(0,0,0,.28));\n}\n\n.mdmp-hero h1{\n  margin:0 0 8px 0 !important;\n  font-size:clamp(2rem,4.8vw,3.8rem);\n  line-height:.95;\n  letter-spacing:-.04em;\n  color:var(--text);\n}\n\n.mdmp-catchphrase{\n  margin:2px 0 4px 0 !important;\n  font-size:clamp(2.1rem,5vw,4rem);\n  line-height:.9;\n  letter-spacing:.14em;\n  text-transform:uppercase;\n  font-weight:900;\n  color:var(--accent2);\n  text-shadow:\n    0 0 18px rgba(122,215,255,.22),\n    0 0 42px rgba(46,168,255,.14);\n}\n\n.mdmp-catchphrase-sub{\n  max-width:720px;\n  margin:0 auto 8px !important;\n  font-size:.95rem;\n  color:var(--muted);\n  line-height:1.4;\n}\n\n.mdmp-hero p{\n  max-width:860px;\n  margin:0 auto 8px !important;\n  color:var(--soft);\n  line-height:1.5;\n  font-size:1rem;\n}\n\n\/* FEATURED *\/\n.mdmp-featured{\n  display:grid;\n  grid-template-columns:1.08fr .92fr;\n  gap:4px;\n}\n\n@media(max-width:900px){\n  .mdmp-featured{\n    grid-template-columns:1fr;\n  }\n}\n\n.mdmp-video-wrap{\n  position:relative;\n  width:100%;\n  padding-top:56.25%;\n  background:#000;\n  border-bottom:1px solid rgba(255,255,255,.06);\n}\n\n.mdmp-video-wrap iframe{\n  position:absolute;\n  inset:0;\n  width:100%;\n  height:100%;\n  border:0;\n}\n\n.mdmp-feature-copy{\n  padding:10px;\n}\n\n.mdmp-feature-copy h3{\n  margin:0 0 3px 0 !important;\n  font-size:1.28rem;\n  letter-spacing:-.02em;\n}\n\n.mdmp-feature-meta{\n  margin:0 0 5px 0 !important;\n  color:var(--accent2);\n  font-size:.9rem;\n  font-weight:800;\n  letter-spacing:.08em;\n  text-transform:uppercase;\n}\n\n.mdmp-feature-copy p{\n  margin:0 0 6px 0 !important;\n  color:var(--muted);\n  line-height:1.45;\n  font-size:.95rem;\n}\n\n\/* IDENTITY *\/\n.mdmp-three{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n  gap:4px;\n}\n\n@media(max-width:900px){\n  .mdmp-three{\n    grid-template-columns:1fr;\n  }\n}\n\n.mdmp-mini-card{\n  padding:10px;\n}\n\n.mdmp-mini-card h3{\n  margin:0 0 3px 0 !important;\n  font-size:1.05rem;\n}\n\n.mdmp-mini-card p{\n  margin:0 !important;\n  color:var(--muted);\n  line-height:1.42;\n  font-size:.92rem;\n}\n\n\/* TRACKS *\/\n.mdmp-tracks{\n  display:grid;\n  grid-template-columns:repeat(3,minmax(0,1fr));\n  gap:4px;\n}\n\n@media(max-width:980px){\n  .mdmp-tracks{\n    grid-template-columns:1fr;\n  }\n}\n\n.mdmp-track-card{\n  padding:10px;\n}\n\n.mdmp-track-label{\n  display:inline-block;\n  font-size:.72rem;\n  color:var(--accent2);\n  text-transform:uppercase;\n  letter-spacing:.12em;\n  font-weight:800;\n  margin:0 0 2px 0 !important;\n}\n\n.mdmp-track-card h3{\n  margin:0 0 2px 0 !important;\n  font-size:1.02rem;\n}\n\n.mdmp-track-feature{\n  margin:0 0 5px 0 !important;\n  color:var(--soft);\n  font-size:.86rem;\n  font-weight:700;\n}\n\n.mdmp-track-card p{\n  margin:0 0 5px 0 !important;\n  color:var(--muted);\n  line-height:1.38;\n  font-size:.9rem;\n}\n\n\/* COLLABS *\/\n.mdmp-collab-grid{\n  display:grid;\n  grid-template-columns:repeat(5,minmax(0,1fr));\n  gap:4px;\n}\n\n@media(max-width:1080px){\n  .mdmp-collab-grid{\n    grid-template-columns:repeat(2,minmax(0,1fr));\n  }\n}\n@media(max-width:640px){\n  .mdmp-collab-grid{\n    grid-template-columns:1fr;\n  }\n}\n\n.mdmp-collab-tile{\n  padding:10px;\n  text-align:left;\n}\n\n.mdmp-collab-tile h3{\n  margin:0 0 2px 0 !important;\n  font-size:.96rem;\n}\n\n.mdmp-collab-tile p{\n  margin:0 0 4px 0 !important;\n  color:var(--muted);\n  line-height:1.36;\n  font-size:.86rem;\n}\n\n.mdmp-collab-note{\n  color:var(--accent2);\n  font-size:.72rem;\n  text-transform:uppercase;\n  letter-spacing:.1em;\n  font-weight:800;\n}\n\n\/* CTA *\/\n.mdmp-cta{\n  position:relative;\n  background:\n    radial-gradient(circle at top right, rgba(139,108,255,.16), transparent 32%),\n    radial-gradient(circle at bottom left, rgba(46,168,255,.12), transparent 24%),\n    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));\n  border:1px solid var(--border);\n  border-radius:18px;\n  padding:10px 10px 8px !important;\n  text-align:center;\n  overflow:hidden;\n}\n\n.mdmp-cta::after{\n  content:\"\";\n  position:absolute;\n  inset:auto -10% -35% -10%;\n  height:60px;\n  background:radial-gradient(circle, rgba(139,108,255,.18), transparent 60%);\n  filter:blur(16px);\n  pointer-events:none;\n}\n\n.mdmp-cta h2{\n  margin:0 0 3px 0 !important;\n  font-size:1.18rem;\n  letter-spacing:-.02em;\n}\n\n.mdmp-cta p{\n  max-width:760px;\n  margin:0 auto 4px !important;\n  color:var(--soft);\n  line-height:1.36;\n  font-size:.9rem;\n}\n\n.mdmp-points{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n  gap:4px;\n  margin:4px 0 6px 0 !important;\n  text-align:left;\n}\n\n@media(max-width:700px){\n  .mdmp-points{\n    grid-template-columns:1fr;\n  }\n}\n\n.mdmp-point{\n  background:rgba(255,255,255,.04);\n  border:1px solid var(--border);\n  border-radius:12px;\n  padding:8px;\n}\n\n.mdmp-point strong{\n  display:block;\n  margin:0 0 2px 0 !important;\n  color:var(--text);\n  font-size:.84rem;\n}\n\n.mdmp-point span{\n  color:var(--muted);\n  font-size:.82rem;\n  line-height:1.3;\n}\n\n\/* FOOTER *\/\n.mdmp-footer{\n  margin:2px 0 0 0 !important;\n  padding-top:2px;\n  border-top:1px solid rgba(255,255,255,.08);\n  text-align:center;\n}\n\n.mdmp-footer-brand{\n  margin:0 0 2px 0 !important;\n  color:var(--soft);\n  line-height:1.28;\n  font-size:.82rem;\n}\n\n.mdmp-footer-catch{\n  display:block;\n  margin-top:1px;\n  color:var(--accent2);\n  letter-spacing:.12em;\n  text-transform:uppercase;\n  font-weight:800;\n  font-size:.74rem;\n}\n\n.mdmp-footer-links{\n  display:flex;\n  flex-wrap:wrap;\n  justify-content:center;\n  gap:4px;\n}\n\n.mdmp-footer-links a{\n  padding:4px 7px;\n  border-radius:8px;\n  border:1px solid var(--border);\n  background:rgba(255,255,255,.03);\n  font-size:.76rem;\n  color:var(--soft) !important;\n  text-decoration:none;\n  transition:transform .2s ease, border-color .2s ease;\n}\n\n.mdmp-footer-links a:hover{\n  transform:translateY(-2px);\n  border-color:var(--border-bright);\n}\n<\/style>\n\n<div class=\"mdmp-home\">\n\n  <!-- HERO -->\n  <section class=\"mdmp-hero\">\n    <div class=\"mdmp-kicker\">Hybrid rock from Hawaii<\/div>\n\n    <img decoding=\"async\" class=\"mdmp-hero-logo\" src=\"https:\/\/mdmpmusic.com\/wp-content\/uploads\/2021\/06\/logo-mdmp-sm-white-worn.png\" alt=\"M D M P logo\">\n\n    <h1>Built through collaboration. Shaped by atmosphere. Designed to evolve.<\/h1>\n\n    <div class=\"mdmp-catchphrase\">PLAY, LISTEN, ALOHA<\/div>\n    <div class=\"mdmp-catchphrase-sub\">\n      A Hawaii-rooted hybrid rock identity built for songs with weight, melody, atmosphere, and staying power.\n    <\/div>\n\n    <p>\n      For listeners, M D M P delivers melodic, heavy, emotionally driven rock shaped by contrast, atmosphere, and identity. For artists, it is a place to build songs that feel intentional, not interchangeable.\n    <\/p>\n    <p>\n      Based in Hawaii and built through collaboration, M D M P brings together the right voices, players, and creative partners to make music with character, depth, and replay value.\n    <\/p>\n\n    <div class=\"mdmp-btn-row\">\n      <a class=\"mdmp-btn mdmp-btn-primary\" href=\"https:\/\/www.mdmpmusic.com\/index.php\/music\/\" target=\"_blank\" rel=\"noopener\">Hear the Project<\/a>\n      <a class=\"mdmp-btn mdmp-btn-secondary\" href=\"https:\/\/www.mdmpmusic.com\/index.php\/collaborators\/\" target=\"_blank\" rel=\"noopener\">Collaborate<\/a>\n    <\/div>\n\n    <div class=\"mdmp-pill-row\">\n      <div class=\"mdmp-pill\">Melody<\/div>\n      <div class=\"mdmp-pill\">Weight<\/div>\n      <div class=\"mdmp-pill\">Atmosphere<\/div>\n      <div class=\"mdmp-pill\">Identity<\/div>\n      <div class=\"mdmp-pill\">Collaboration<\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FEATURED RELEASE -->\n  <section class=\"mdmp-section\">\n    <div class=\"mdmp-section-head\">\n      <h2>Featured release<\/h2>\n      <p>\n        Start here. This is the strongest entry point into the current M D M P sound and the clearest signal of where the project is right now.\n      <\/p>\n    <\/div>\n\n    <div class=\"mdmp-featured\">\n      <div class=\"mdmp-card\">\n        <div class=\"mdmp-video-wrap\">\n          <iframe\n            src=\"https:\/\/www.youtube.com\/embed\/wgDjigrcayQ?rel=0\"\n            title=\"Lost in Omaha\"\n            loading=\"lazy\"\n            allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\"\n            allowfullscreen><\/iframe>\n        <\/div>\n      <\/div>\n\n      <div class=\"mdmp-card\">\n        <div class=\"mdmp-feature-copy\">\n          <div class=\"mdmp-kicker\">Featured release<\/div>\n          <h3>Lost in Omaha<\/h3>\n          <div class=\"mdmp-feature-meta\">feat. Tantric<\/div>\n          <p>\n            This is the track to start with. For listeners, it is a strong introduction to the M D M P sound: melodic, heavy, and collaboration-driven. For artists, it shows the level, emotion, and identity the project is built around.\n          <\/p>\n          <p>\n            It is cinematic without losing directness, polished without losing weight, and built to represent the modern era of the project.\n          <\/p>\n          <div class=\"mdmp-btn-row\" style=\"justify-content:flex-start; margin-top:3px;\">\n            <a class=\"mdmp-btn mdmp-btn-primary\" href=\"https:\/\/ffm.to\/6jkrboq\" target=\"_blank\" rel=\"noopener\">Listen Everywhere<\/a>\n            <a class=\"mdmp-btn mdmp-btn-secondary\" href=\"https:\/\/youtu.be\/wgDjigrcayQ\" target=\"_blank\" rel=\"noopener\">Watch on YouTube<\/a>\n          <\/div>\n          <div class=\"mdmp-pill-row\">\n            <div class=\"mdmp-pill\">Spotify<\/div>\n            <div class=\"mdmp-pill\">Apple Music<\/div>\n            <div class=\"mdmp-pill\">YouTube<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- IDENTITY -->\n  <section class=\"mdmp-section\">\n    <div class=\"mdmp-section-head\">\n      <h2>Identity<\/h2>\n      <p>\n        The project is built around a simple idea: the right voice, the right sound, and the right energy for the song.\n      <\/p>\n    <\/div>\n\n    <div class=\"mdmp-three\">\n      <div class=\"mdmp-card mdmp-mini-card\">\n        <div class=\"mdmp-kicker\">Identity<\/div>\n        <h3>Not a traditional band. Not a solo act.<\/h3>\n        <p>\n          M D M P is a collaboration-driven project where each record is shaped by fit, chemistry, and intention rather than a fixed lineup.\n        <\/p>\n      <\/div>\n\n      <div class=\"mdmp-card mdmp-mini-card\">\n        <div class=\"mdmp-kicker\">Origin<\/div>\n        <h3>Built in Hawaii<\/h3>\n        <p>\n          The atmosphere matters: wide spaces, contrast, depth, calm, and intensity woven into a modern rock sound rooted in Hawaii.\n        <\/p>\n      <\/div>\n\n      <div class=\"mdmp-card mdmp-mini-card\">\n        <div class=\"mdmp-kicker\">Purpose<\/div>\n        <h3>Built for the right artist<\/h3>\n        <p>\n          If you have a distinct voice, a strong sound, and something real to bring, this is a project built to create something that stands out.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SELECTED TRACKS -->\n  <section class=\"mdmp-section\">\n    <div class=\"mdmp-section-head\">\n      <h2>A focused catalog with clear signals<\/h2>\n      <p>\n        These tracks show different sides of M D M P while keeping a clear identity at the center: weight, melody, atmosphere, and collaboration that serves the song.\n      <\/p>\n    <\/div>\n\n    <div class=\"mdmp-tracks\">\n      <div class=\"mdmp-card mdmp-track-card\">\n        <div class=\"mdmp-track-label\">Flagship track<\/div>\n        <h3>Lost in Omaha<\/h3>\n        <div class=\"mdmp-track-feature\">feat. Tantric<\/div>\n        <p>\n          The strongest starting point for both fans and future collaborators \u2014 a track that sets the tone for the level, sound, and emotional pull of the project.\n        <\/p>\n        <a class=\"mdmp-btn mdmp-btn-primary\" href=\"https:\/\/ffm.to\/6jkrboq\" target=\"_blank\" rel=\"noopener\">Listen Everywhere<\/a>\n      <\/div>\n\n      <div class=\"mdmp-card mdmp-track-card\">\n        <div class=\"mdmp-track-label\">Supporting track<\/div>\n        <h3>After Me<\/h3>\n        <div class=\"mdmp-track-feature\">feat. Dayshell<\/div>\n        <p>\n          Powerful and emotional, showing the project\u2019s ability to carry weight without losing melody or heart.\n        <\/p>\n        <a class=\"mdmp-btn mdmp-btn-primary\" href=\"https:\/\/ffm.to\/9leave\" target=\"_blank\" rel=\"noopener\">Listen Everywhere<\/a>\n      <\/div>\n\n      <div class=\"mdmp-card mdmp-track-card\">\n        <div class=\"mdmp-track-label\">Supporting track<\/div>\n        <h3>Constellations<\/h3>\n        <div class=\"mdmp-track-feature\">feat. Tantric<\/div>\n        <p>\n          Spacious and explorative, opening up the more atmospheric side of M D M P while keeping the sound grounded in modern rock.\n        <\/p>\n        <a class=\"mdmp-btn mdmp-btn-primary\" href=\"https:\/\/ffm.to\/rljdb37\" target=\"_blank\" rel=\"noopener\">Listen Everywhere<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- COLLABORATORS -->\n  <section class=\"mdmp-section\">\n    <div class=\"mdmp-section-head\">\n      <h2>Built with real artists<\/h2>\n      <p>\n        M D M P is built through real collaboration with artists who bring identity, experience, and something distinct to the song. The goal is not volume. It is fit, chemistry, and impact.\n      <\/p>\n    <\/div>\n\n    <div class=\"mdmp-collab-grid\">\n      <div class=\"mdmp-card mdmp-collab-tile\">\n        <h3>Tantric<\/h3>\n        <p>A defining collaborator within the M D M P story, bringing recognizable rock presence and helping set the bar for what collaboration sounds like here.<\/p>\n        <div class=\"mdmp-collab-note\">Featured collaboration<\/div>\n      <\/div>\n\n      <div class=\"mdmp-card mdmp-collab-tile\">\n        <h3>Dayshell<\/h3>\n        <p>Adds modern melodic weight and emotional edge, showing that M D M P can move naturally across different shades of contemporary rock.<\/p>\n        <div class=\"mdmp-collab-note\">Modern rock edge<\/div>\n      <\/div>\n\n      <div class=\"mdmp-card mdmp-collab-tile\">\n        <h3>Vito Cole<\/h3>\n        <p>Brings strong musical identity and seasoned songwriting character, reinforcing the project\u2019s focus on songs with substance.<\/p>\n        <div class=\"mdmp-collab-note\">Songwriting character<\/div>\n      <\/div>\n\n      <div class=\"mdmp-card mdmp-collab-tile\">\n        <h3>Profiler (Mike Evans)<\/h3>\n        <p>Contributes contemporary alternative texture and energy, helping expand the palette of the project without losing cohesion.<\/p>\n        <div class=\"mdmp-collab-note\">Alternative texture<\/div>\n      <\/div>\n\n      <div class=\"mdmp-card mdmp-collab-tile\">\n        <h3>FAILURE (Kellii Scott)<\/h3>\n        <p>Brings high-level drumming precision and feel, reinforcing that M D M P works with artists who elevate the song through performance and experience.<\/p>\n        <div class=\"mdmp-collab-note\">Studio drums<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CTA -->\n  <section class=\"mdmp-cta\">\n    <h2>If your sound fits, there is room to build.<\/h2>\n    <p>\n      The goal is simple: connect with the right artists and build something worth hearing. If you bring a distinct voice, a strong sound, and real intent, there is room to create something that stands apart.\n    <\/p>\n\n    <div class=\"mdmp-points\">\n      <div class=\"mdmp-point\">\n        <strong>Best fit vocalists<\/strong>\n        <span>Artists with identity, emotion, and presence who can carry a song without sounding interchangeable.<\/span>\n      <\/div>\n      <div class=\"mdmp-point\">\n        <strong>Best fit guitarists<\/strong>\n        <span>Players who bring texture, feel, memorable parts, and a sense of atmosphere to the track.<\/span>\n      <\/div>\n      <div class=\"mdmp-point\">\n        <strong>Best fit producers<\/strong>\n        <span>Creators who understand modern rock weight, dynamics, and how to make a record feel intentional.<\/span>\n      <\/div>\n      <div class=\"mdmp-point\">\n        <strong>Best fit drummers and creatives<\/strong>\n        <span>People who elevate the song itself, not just the feature credit.<\/span>\n      <\/div>\n    <\/div>\n\n    <div class=\"mdmp-catchphrase\">PLAY, LISTEN, ALOHA<\/div>\n\n    <div class=\"mdmp-btn-row\">\n      <a class=\"mdmp-btn mdmp-btn-primary\" href=\"mailto:mdmpmusic@proton.me\">Email M D M P<\/a>\n      <a class=\"mdmp-btn mdmp-btn-secondary\" href=\"https:\/\/www.instagram.com\/mdmpmusic\/\" target=\"_blank\" rel=\"noopener\">Instagram DM<\/a>\n      <a class=\"mdmp-btn mdmp-btn-secondary\" href=\"https:\/\/www.facebook.com\/MDMPmusic\/\" target=\"_blank\" rel=\"noopener\">Facebook Messenger<\/a>\n    <\/div>\n  <\/section>\n\n  <!-- FOOTER -->\n  <div class=\"mdmp-footer\">\n    <div class=\"mdmp-footer-brand\">\n      Hybrid rock from Hawaii. Built through collaboration.\n      <span class=\"mdmp-footer-catch\">Play, Listen, Aloha.<\/span>\n    <\/div>\n\n    <div class=\"mdmp-footer-links\">\n      <a href=\"https:\/\/www.mdmpmusic.com\" target=\"_blank\" rel=\"noopener\">Website<\/a>\n      <a href=\"https:\/\/open.spotify.com\/artist\/3oU9ZxGVziOBT4sdglGcPN\" target=\"_blank\" rel=\"noopener\">Spotify<\/a>\n      <a href=\"https:\/\/music.apple.com\/us\/artist\/m-d-m-p\/1406512447\" target=\"_blank\" rel=\"noopener\">Apple Music<\/a>\n      <a href=\"https:\/\/www.youtube.com\/channel\/UCEyEbuONOtWcMXru-CR4b4Q\" target=\"_blank\" rel=\"noopener\">YouTube<\/a>\n      <a href=\"https:\/\/www.instagram.com\/mdmpmusic\/\" target=\"_blank\" rel=\"noopener\">Instagram<\/a>\n      <a href=\"https:\/\/www.facebook.com\/MDMPmusic\/\" target=\"_blank\" rel=\"noopener\">Facebook<\/a>\n      <a href=\"https:\/\/soundcloud.com\/mdmp808\" target=\"_blank\" rel=\"noopener\">SoundCloud<\/a>\n      <a href=\"https:\/\/mdmp.bandcamp.com\/\" target=\"_blank\" rel=\"noopener\">Bandcamp<\/a>\n    <\/div>\n  <\/div>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Hybrid rock from Hawaii Built through collaboration. Shaped by atmosphere. Designed to evolve. PLAY, LISTEN, ALOHA A Hawaii-rooted hybrid rock identity built for songs with weight, melody, atmosphere, and staying power. For listeners, M D M P delivers melodic, heavy, emotionally driven rock shaped by <span class=\"read-more\"><a class=\"more-link btn btn-transparent\" href=\"https:\/\/mdmpmusic.com\/\">Read More &#8230;<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":3,"comment_status":"closed","ping_status":"closed","template":"","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"class_list":["post-386","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/mdmpmusic.com\/index.php\/wp-json\/wp\/v2\/pages\/386","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mdmpmusic.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mdmpmusic.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mdmpmusic.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mdmpmusic.com\/index.php\/wp-json\/wp\/v2\/comments?post=386"}],"version-history":[{"count":55,"href":"https:\/\/mdmpmusic.com\/index.php\/wp-json\/wp\/v2\/pages\/386\/revisions"}],"predecessor-version":[{"id":596,"href":"https:\/\/mdmpmusic.com\/index.php\/wp-json\/wp\/v2\/pages\/386\/revisions\/596"}],"wp:attachment":[{"href":"https:\/\/mdmpmusic.com\/index.php\/wp-json\/wp\/v2\/media?parent=386"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}