.mzh-modern-home,
.mzh-modern-home * { box-sizing: border-box; }
.mzh-modern-home {
--mzh-bg: #090b0f;
--mzh-bg-soft: #11151c;
--mzh-card: rgba(255,255,255,.055);
--mzh-card-strong: #151a23;
--mzh-text: #f7f7f5;
--mzh-muted: #aab1bd;
--mzh-line: rgba(255,255,255,.12);
--mzh-gold: #f5c842;
--mzh-gold-deep: #b98a0b;
--mzh-red: #d62d2d;
--mzh-radius: 26px;
--mzh-shadow: 0 28px 80px rgba(0,0,0,.34);
position: relative;
width: 100vw;
max-width: none;
margin-left: calc(50% - 50vw);
overflow: hidden;
background: var(--mzh-bg);
color: var(--mzh-text);
font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
line-height: 1.65;
}
.mzh-modern-home img { display: block; max-width: 100%; }
.mzh-modern-home a { color: inherit; text-decoration: none; }
.mzh-modern-home h1,
.mzh-modern-home h2,
.mzh-modern-home h3,
.mzh-modern-home p { margin-top: 0; }
.mzh-modern-home h1,
.mzh-modern-home h2,
.mzh-modern-home h3 { color: var(--mzh-text); line-height: 1.08; letter-spacing: -.035em; }
.mzh-section { position: relative; padding: clamp(72px, 9vw, 132px) 24px; }
.mzh-container { width: min(1180px, 100%); margin: 0 auto; }
.mzh-eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
margin-bottom: 18px;
color: var(--mzh-gold);
font-size: 12px;
font-weight: 800;
letter-spacing: .2em;
}
.mzh-eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.mzh-intro {
min-height: 760px;
display: flex;
align-items: center;
background:
radial-gradient(circle at 15% 15%, rgba(245,200,66,.14), transparent 32%),
radial-gradient(circle at 90% 75%, rgba(214,45,45,.12), transparent 31%),
linear-gradient(135deg, #0b0d12 0%, #111722 54%, #080a0e 100%);
}
.mzh-intro::after {
content: "";
position: absolute;
inset: 0;
opacity: .09;
pointer-events: none;
background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px);
background-size: 52px 52px;
mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 70%, transparent);
}
.mzh-orb { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .6; }
.mzh-orb-one { width: 310px; height: 310px; background: rgba(245,200,66,.08); right: 5%; top: 15%; }
.mzh-orb-two { width: 220px; height: 220px; background: rgba(214,45,45,.07); left: 7%; bottom: 4%; }
.mzh-intro-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(350px,.85fr); gap: clamp(42px, 7vw, 94px); align-items: center; }
.mzh-intro h1 { margin-bottom: 18px; font-size: clamp(54px, 8vw, 104px); }
.mzh-kicker { margin-bottom: 28px; color: #d6d9de; font-size: clamp(17px, 2vw, 22px); font-weight: 700; letter-spacing: .03em; }
.mzh-kicker span { color: var(--mzh-gold); padding: 0 5px; }
.mzh-lead { max-width: 780px; color: #fff; font-size: clamp(19px, 2.1vw, 25px); line-height: 1.55; }
.mzh-intro-copy > p:not(.mzh-kicker):not(.mzh-lead) { max-width: 720px; color: var(--mzh-muted); font-size: 17px; }
.mzh-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-top: 34px; }
.mzh-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; letter-spacing: .01em; transition: transform .25s ease, border-color .25s ease, background .25s ease, color .25s ease; }
.mzh-button:hover { transform: translateY(-2px); }
.mzh-button-primary { background: var(--mzh-gold); color: #121212 !important; box-shadow: 0 12px 32px rgba(245,200,66,.2); }
.mzh-button-primary:hover { background: #ffda63; }
.mzh-button-secondary { border-color: var(--mzh-line); background: rgba(255,255,255,.04); color: #fff !important; }
.mzh-button-secondary:hover { border-color: rgba(245,200,66,.55); background: rgba(245,200,66,.07); }
.mzh-text-link { display: inline-flex; align-items: center; gap: 9px; color: #fff !important; font-weight: 800; }
.mzh-text-link svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .22s ease; }
.mzh-text-link:hover svg { transform: translateX(4px); }
.mzh-portrait-card { position: relative; min-height: 580px; border: 1px solid var(--mzh-line); border-radius: 34px; overflow: hidden; background: linear-gradient(145deg, #202734, #0d1118); box-shadow: var(--mzh-shadow); }
.mzh-portrait-card > img { width: 100%; height: 580px; object-fit: cover; object-position: center top; }
.mzh-portrait-placeholder { min-height: 580px; display: grid; place-items: center; align-content: center; gap: 18px; background: radial-gradient(circle at 50% 25%, rgba(245,200,66,.28), transparent 30%), linear-gradient(145deg,#202734,#0c1118); text-align: center; }
.mzh-portrait-placeholder span { font-size: clamp(100px, 17vw, 180px); font-weight: 950; letter-spacing: -.09em; color: rgba(255,255,255,.92); text-shadow: 0 10px 50px rgba(0,0,0,.4); }
.mzh-portrait-placeholder small { max-width: 240px; color: var(--mzh-muted); }
.mzh-portrait-badge { position: absolute; left: 22px; right: 22px; bottom: 22px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(9,11,15,.72); backdrop-filter: blur(15px); }
.mzh-portrait-badge strong { display: block; color: var(--mzh-gold); font-size: 12px; letter-spacing: .16em; }
.mzh-portrait-badge span { color: #e6e8eb; font-size: 14px; }
.mzh-services { background: #0e1117; }
.mzh-section-heading { max-width: 790px; margin-bottom: 46px; }
.mzh-section-heading h2,
.mzh-about h2,
.mzh-contact h2,
.mzh-music-copy h2 { margin-bottom: 20px; font-size: clamp(36px, 5vw, 64px); }
.mzh-section-heading p,
.mzh-about p,
.mzh-music-copy p,
.mzh-contact p { color: var(--mzh-muted); font-size: 17px; }
.mzh-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.mzh-service-card { min-height: 270px; padding: 30px; border: 1px solid var(--mzh-line); border-radius: var(--mzh-radius); background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.025)); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.mzh-service-card:hover { transform: translateY(-5px); border-color: rgba(245,200,66,.42); background: linear-gradient(145deg, rgba(245,200,66,.09), rgba(255,255,255,.028)); }
.mzh-icon-wrap { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 32px; border-radius: 16px; background: rgba(245,200,66,.12); color: var(--mzh-gold); }
.mzh-icon-wrap svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.mzh-service-card h3 { margin-bottom: 14px; font-size: 23px; }
.mzh-service-card p { margin-bottom: 0; color: var(--mzh-muted); }
.mzh-featured-music { background: linear-gradient(180deg, #0e1117 0%, #080a0e 100%); }
.mzh-music-panel { display: grid; grid-template-columns: minmax(290px, .72fr) minmax(0,1.28fr); gap: clamp(36px, 7vw, 92px); align-items: center; padding: clamp(28px, 4vw, 54px); border: 1px solid rgba(245,200,66,.24); border-radius: 36px; background: radial-gradient(circle at 10% 15%, rgba(245,200,66,.13), transparent 28%), linear-gradient(135deg, #171d27, #0d1016); box-shadow: var(--mzh-shadow); }
.mzh-music-cover { aspect-ratio: 1; border-radius: 26px; overflow: hidden; box-shadow: 0 24px 55px rgba(0,0,0,.38); }
.mzh-music-cover img { width: 100%; height: 100%; object-fit: cover; }
.mzh-cover-placeholder { height: 100%; display: grid; place-items: center; align-content: center; gap: 0; background: radial-gradient(circle at 50% 20%, rgba(245,200,66,.32), transparent 40%), linear-gradient(135deg,#252b37,#10141b); }
.mzh-cover-placeholder span { font-size: clamp(82px, 13vw, 145px); line-height: 1; font-weight: 950; letter-spacing: -.08em; }
.mzh-cover-placeholder small { color: var(--mzh-gold); font-size: 12px; font-weight: 900; letter-spacing: .2em; }
.mzh-wave { height: 54px; display: flex; align-items: center; gap: 5px; margin: 28px 0; opacity: .85; }
.mzh-wave span { width: 4px; height: 18px; border-radius: 99px; background: var(--mzh-gold); animation: mzh-wave 1.3s ease-in-out infinite alternate; }
.mzh-wave span:nth-child(2n) { animation-delay: -.35s; }
.mzh-wave span:nth-child(3n) { animation-delay: -.7s; }
.mzh-wave span:nth-child(4n) { animation-delay: -.95s; }
@keyframes mzh-wave { from { height: 10px; opacity: .55; } to { height: 48px; opacity: 1; } }
.mzh-videos { background: #080a0e; }
.mzh-heading-row { max-width: none; display: flex; justify-content: space-between; gap: 30px; align-items: end; }
.mzh-heading-row > div { max-width: 760px; }
.mzh-video-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.mzh-video-card { overflow: hidden; border: 1px solid var(--mzh-line); border-radius: 24px; background: #11151c; transition: transform .25s ease, border-color .25s ease; }
.mzh-video-card:hover { transform: translateY(-5px); border-color: rgba(245,200,66,.5); }
.mzh-video-image { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #000; }
.mzh-video-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, opacity .3s ease; }
.mzh-video-card:hover .mzh-video-image img { transform: scale(1.045); opacity: .78; }
.mzh-play { position: absolute; inset: 50% auto auto 50%; width: 60px; height: 60px; display: grid; place-items: center; transform: translate(-50%,-50%); border-radius: 50%; background: rgba(245,200,66,.95); color: #121212; box-shadow: 0 12px 36px rgba(0,0,0,.35); }
.mzh-play svg { width: 26px; fill: currentColor; }
.mzh-video-meta { display: block; min-height: 128px; padding: 22px; }
.mzh-video-meta small { display: block; margin-bottom: 10px; color: var(--mzh-gold); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.mzh-video-meta strong { display: block; font-size: 18px; line-height: 1.35; }
.mzh-about { background: linear-gradient(135deg, #121720 0%, #0b0e13 100%); }
.mzh-about-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(48px, 8vw, 110px); align-items: center; }
.mzh-about-copy .mzh-button { margin-top: 18px; }
.mzh-project-stack { display: grid; gap: 14px; }
.mzh-project-card { display: grid; grid-template-columns: 54px minmax(0,1fr) 28px; gap: 18px; align-items: center; padding: 24px; border: 1px solid var(--mzh-line); border-radius: 22px; background: rgba(255,255,255,.035); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.mzh-project-card:hover { transform: translateX(5px); border-color: rgba(245,200,66,.45); background: rgba(245,200,66,.055); }
.mzh-project-card > span { color: var(--mzh-gold); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.mzh-project-card h3 { margin-bottom: 7px; font-size: 22px; }
.mzh-project-card p { margin-bottom: 0; color: var(--mzh-muted); font-size: 14px; }
.mzh-project-card > svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 2; }
.mzh-gallery { background: #090b0f; }
.mzh-gallery-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 150px; gap: 14px; }
.mzh-gallery-item { overflow: hidden; border-radius: 20px; background: #151a22; }
.mzh-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, filter .35s ease; }
.mzh-gallery-item:hover img { transform: scale(1.055); filter: contrast(1.05) saturate(1.06); }
.mzh-gallery-item-1 { grid-column: span 5; grid-row: span 3; }
.mzh-gallery-item-2 { grid-column: span 4; grid-row: span 2; }
.mzh-gallery-item-3 { grid-column: span 3; grid-row: span 2; }
.mzh-gallery-item-4 { grid-column: span 3; grid-row: span 2; }
.mzh-gallery-item-5 { grid-column: span 4; grid-row: span 2; }
.mzh-gallery-item-6 { grid-column: span 5; grid-row: span 2; }
.mzh-contact { background: #090b0f; padding-top: 30px; }
.mzh-contact-panel { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding: clamp(34px, 6vw, 70px); border-radius: 34px; background: radial-gradient(circle at 12% 15%, rgba(255,255,255,.14), transparent 25%), linear-gradient(120deg, #b68608, #f5c842 55%, #ffd96a); color: #151515; box-shadow: 0 28px 90px rgba(245,200,66,.18); }
.mzh-contact .mzh-eyebrow,
.mzh-contact h2,
.mzh-contact p { color: #151515; }
.mzh-contact .mzh-eyebrow::before { background: #151515; }
.mzh-contact h2 { max-width: 760px; }
.mzh-contact p { max-width: 780px; margin-bottom: 0; opacity: .78; }
.mzh-contact .mzh-button-primary { flex: 0 0 auto; background: #11151c; color: #fff !important; box-shadow: none; }
.mzh-contact .mzh-button-primary:hover { background: #252c38; }
.mzh-reveal { opacity: 0; transform: translateY(22px); transition: opacity .72s ease, transform .72s ease; }
.mzh-reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 980px) {
.mzh-intro { min-height: auto; }
.mzh-intro-grid,
.mzh-music-panel,
.mzh-about-grid { grid-template-columns: 1fr; }
.mzh-intro-copy { order: 2; }
.mzh-portrait-card { order: 1; min-height: 500px; max-width: 640px; width: 100%; margin: 0 auto; }
.mzh-portrait-card > img,
.mzh-portrait-placeholder { height: 500px; min-height: 500px; }
.mzh-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.mzh-video-grid { grid-template-columns: 1fr; }
.mzh-video-card { display: grid; grid-template-columns: minmax(280px,.8fr) minmax(0,1.2fr); }
.mzh-video-meta { min-height: 0; display: flex; flex-direction: column; justify-content: center; }
.mzh-contact-panel { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 700px) {
.mzh-section { padding: 68px 18px; }
.mzh-intro h1 { font-size: clamp(48px, 18vw, 72px); }
.mzh-intro-copy { text-align: left; }
.mzh-actions { align-items: stretch; flex-direction: column; }
.mzh-actions .mzh-button { width: 100%; }
.mzh-actions .mzh-text-link { justify-content: center; padding: 10px; }
.mzh-portrait-card { min-height: 440px; border-radius: 26px; }
.mzh-portrait-card > img,
.mzh-portrait-placeholder { height: 440px; min-height: 440px; }
.mzh-card-grid { grid-template-columns: 1fr; }
.mzh-service-card { min-height: 0; }
.mzh-heading-row { align-items: flex-start; flex-direction: column; }
.mzh-video-card { display: block; }
.mzh-project-card { grid-template-columns: 40px minmax(0,1fr) 22px; padding: 20px; }
.mzh-gallery-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 170px; }
.mzh-gallery-item-1,
.mzh-gallery-item-2,
.mzh-gallery-item-3,
.mzh-gallery-item-4,
.mzh-gallery-item-5,
.mzh-gallery-item-6 { grid-column: span 1; grid-row: span 1; }
.mzh-gallery-item-1 { grid-column: span 2; grid-row: span 2; }
.mzh-contact-panel { padding: 34px 24px; border-radius: 26px; }
.mzh-contact .mzh-button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
.mzh-modern-home *,
.mzh-modern-home *::before,
.mzh-modern-home *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
.mzh-reveal { opacity: 1; transform: none; }
} .mzh-visual-player {
width: min(100%, 760px);
display: grid;
grid-template-columns: 58px minmax(180px, 1fr) auto;
align-items: center;
gap: 16px;
margin: 30px 0 8px;
padding: 13px 16px;
border: 1px solid rgba(245,200,66,.25);
border-radius: 22px;
background: rgba(3,6,10,.58);
box-shadow: inset 0 1px 0 rgba(255,255,255,.045), 0 18px 45px rgba(0,0,0,.24);
user-select: none;
}
.mzh-visual-player audio { display: none !important; }
.mzh-audio-toggle {
width: 52px;
height: 52px;
display: grid;
place-items: center;
padding: 0;
border: 0;
border-radius: 50%;
background: var(--mzh-gold);
color: #11151c;
cursor: pointer;
box-shadow: 0 10px 28px rgba(245,200,66,.2);
transition: transform .2s ease, background .2s ease;
}
.mzh-audio-toggle:hover { transform: scale(1.045); background: #ffda63; }
.mzh-audio-toggle:focus-visible { outline: 3px solid rgba(255,255,255,.9); outline-offset: 3px; }
.mzh-audio-icon { width: 25px; height: 25px; fill: currentColor; }
.mzh-audio-icon-play { transform: translateX(1px); }
.mzh-audio-icon-pause { display: none; }
.mzh-visual-player.is-playing .mzh-audio-icon-play { display: none; }
.mzh-visual-player.is-playing .mzh-audio-icon-pause { display: block; }
.mzh-visualizer-shell {
position: relative;
min-width: 0;
height: 64px;
border-radius: 14px;
overflow: hidden;
background: linear-gradient(180deg, rgba(245,200,66,.035), rgba(255,255,255,.015));
}
.mzh-audio-visualizer {
display: block;
width: 100%;
height: 64px;
}
.mzh-audio-seek {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
margin: 0;
opacity: 0;
cursor: pointer;
}
.mzh-audio-seek:focus-visible { opacity: .001; outline: 3px solid #fff; outline-offset: -4px; }
.mzh-audio-time {
display: inline-flex;
align-items: center;
gap: 5px;
min-width: 92px;
justify-content: flex-end;
color: #eef0f3;
font-size: 13px;
font-variant-numeric: tabular-nums;
white-space: nowrap;
}
.mzh-audio-time-separator { color: rgba(255,255,255,.38); }
.mzh-wave-static { margin: 28px 0; }
@media (max-width: 700px) {
.mzh-visual-player {
grid-template-columns: 48px minmax(0,1fr);
gap: 12px;
padding: 11px 12px;
border-radius: 18px;
}
.mzh-audio-toggle { width: 46px; height: 46px; }
.mzh-visualizer-shell,
.mzh-audio-visualizer { height: 56px; }
.mzh-audio-time {
grid-column: 2;
justify-content: flex-start;
min-width: 0;
margin-top: -10px;
padding-left: 2px;
font-size: 12px;
}
}