/* Artist introduction: original portrait, with a short ambient light entrance. */
.artist-hero{position:relative;isolation:isolate;overflow:hidden;background:#020608;border-top:1px solid #213037;border-bottom:1px solid #213037}
.artist-stage{position:relative;max-width:1440px;min-height:620px;margin:auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:64px 5%;gap:5%}
.artist-portrait{position:absolute;bottom:0;left:2%;height:100%;width:53%;object-fit:cover;object-position:center top;mask-image:linear-gradient(90deg,transparent,#000 12%,#000 78%,transparent),linear-gradient(#000 75%,transparent);mask-composite:intersect;z-index:-1}
.artist-light{position:absolute;inset:-12%;pointer-events:none;background:radial-gradient(ellipse at 74% 45%,#16495d66,transparent 55%);animation:light-arrival 4.8s ease-out both;z-index:-1}
.artist-copy{grid-column:2;max-width:620px;padding:20px 0}
.artist-copy>.eyebrow{font-size:12px;letter-spacing:.2em;color:#acc8d3}
.artist-copy h1{margin:30px 0 22px}.artist-copy h1 svg{display:block;width:100%;height:auto}
.artist-genres{font-size:12px;letter-spacing:.14em;color:#b3c2c8;line-height:1.8}
.artist-statement{margin:34px 0;font-size:clamp(24px,2.5vw,36px);line-height:1.35;letter-spacing:-.025em;color:#d6e0e3}
.artist-copy .button{background:#d4ecee;padding:14px 22px}.artist-copy .button:hover{background:#fff}
.artist-baseline{position:relative;max-width:1440px;margin:auto;padding:18px 5%;display:flex;justify-content:space-between;gap:20px;color:#a2b6bf;font-size:12px;letter-spacing:.09em;border-top:1px solid #ffffff10}
.artist-baseline a{letter-spacing:0;color:#d9e4e8}.artist-baseline a:hover{color:var(--accent)}.artist-baseline a span{margin-left:18px}
.latest-release{max-width:1296px;width:90%;margin:0 auto;display:flex;gap:36px;align-items:center;padding:48px 0;border-bottom:1px solid var(--line)}
.latest-release .featured-art{width:210px;flex:0 0 210px;box-shadow:0 16px 40px #0004}.latest-copy h2{font-size:clamp(25px,3vw,38px);margin:12px 0}.latest-copy>p:not(.eyebrow){font-size:14px;letter-spacing:.14em;color:var(--muted)}.latest-copy .text-play{margin-top:14px;color:var(--accent);font-size:14px}.latest-copy .text-play span{margin-left:16px}
@keyframes light-arrival{from{opacity:.35;transform:translateX(4%)}to{opacity:1;transform:translateX(0)}}
@media(min-width:1600px){.artist-stage{min-height:680px}}
@media(max-width:900px){.artist-stage{min-height:540px;gap:2%}.artist-copy>.eyebrow{letter-spacing:.1em}.artist-genres{letter-spacing:.06em}}
@media(max-width:680px){.artist-stage{display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;min-height:760px;padding:390px 7% 36px;gap:0}.artist-portrait{top:0;bottom:auto;left:0;width:100%;height:520px;object-position:center top;mask-image:linear-gradient(#000 55%,transparent 98%);mask-composite:add}.artist-copy{padding:0;position:relative;max-width:none}.artist-copy>.eyebrow{font-size:12px}.artist-copy h1{margin:20px 0 16px;max-width:450px}.artist-genres{font-size:12px;letter-spacing:.06em}.artist-statement{font-size:27px;margin:24px 0}.artist-light{background:radial-gradient(ellipse at 90% 70%,#16495d77,transparent 65%)}.artist-baseline{padding:16px 7%;font-size:12px}.artist-baseline>span{display:none}.latest-release{gap:22px;padding:30px 0;width:86%;align-items:center}.latest-release .featured-art{width:120px;flex-basis:120px}.latest-release .round-play{width:36px;height:36px;bottom:9px;right:9px;font-size:12px}.latest-copy h2{font-size:23px;line-height:1.2}.latest-copy .eyebrow{font-size:12px}.latest-copy .text-play{margin-top:6px}.latest-copy>p:not(.eyebrow){font-size:12px}}
@media(max-width:360px){.latest-release{gap:16px}.latest-release .featured-art{width:100px;flex-basis:100px}.latest-copy h2{font-size:21px}}
@media(prefers-reduced-motion:reduce){.artist-light{animation:none}}

/* Cinematic second direction: preserve the wider upper-body framing. */
.artist-hero-cinematic{background:#010507}
.artist-hero-cinematic .artist-stage{max-width:1600px;min-height:0;aspect-ratio:2.5;padding:44px 6%;grid-template-columns:1fr 1fr;gap:5%}
.artist-hero-cinematic .artist-portrait{inset:0;width:100%;height:100%;object-fit:contain;object-position:center;mask-image:none}
.artist-hero-cinematic .artist-copy{padding:0;align-self:center}
.artist-hero-cinematic .artist-copy h1{margin:22px 0 18px}
.artist-hero-cinematic .artist-statement{font-size:clamp(24px,2.25vw,34px);margin:24px 0}
.artist-hero-cinematic .artist-light{display:none}
@media(max-width:1000px) and (min-width:681px){.artist-hero-cinematic .artist-stage{aspect-ratio:auto;min-height:460px;padding:36px 5%}.artist-hero-cinematic .artist-portrait{object-fit:cover;object-position:25% center}.artist-hero-cinematic .artist-copy{padding:20px;background:linear-gradient(90deg,#01050722,#010507bb)}}
@media(max-width:680px){.artist-hero-cinematic .artist-stage{display:flex;aspect-ratio:auto;min-height:0;padding:380px 7% 36px}.artist-hero-cinematic .artist-portrait{top:0;left:0;width:100%;height:400px;object-fit:cover;object-position:8% top;mask-image:linear-gradient(#000 78%,transparent)}.artist-hero-cinematic .artist-copy{align-self:stretch}.artist-hero-cinematic .artist-statement{font-size:27px}}

/* Keep the artist identity and navigation within reach while browsing. */
html{scroll-padding-top:120px}
.header{position:sticky;top:0;z-index:20;max-width:none;background:#0b1012f5;border-bottom:1px solid var(--line);backdrop-filter:blur(12px);padding-left:max(5%,calc((100% - 1296px)/2));padding-right:max(5%,calc((100% - 1296px)/2));gap:24px}
.header nav{gap:12px;align-items:center}
.header nav a{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:10px 14px;font-size:17px;font-weight:600;color:#dce6e7;border-radius:4px}
.header nav a:hover{background:#213236;color:var(--accent)}
.header-listen{font-size:16px;min-height:46px;display:inline-flex;align-items:center;white-space:nowrap}
@media(max-width:1000px){html{scroll-padding-top:165px}.header{display:grid;grid-template-columns:1fr auto;gap:10px 20px;padding:16px 5% 10px}.header nav{grid-column:1/-1;grid-row:2;justify-content:center;gap:8px}.header-listen{grid-column:2;grid-row:1}.header nav a{font-size:16px;padding:9px 14px}}
@media(max-width:680px){html{scroll-padding-top:150px}.header{padding:12px 5% 7px;gap:7px 12px;min-height:0}.header .brand{width:132px}.header-listen{display:inline-flex;font-size:14px;padding:8px 11px;min-height:42px}.header-listen span{margin-left:8px}.header nav{justify-content:space-between;gap:0}.header nav a{font-size:14px;min-height:44px;padding:9px 7px;gap:4px}}
@media(max-width:360px){.header .brand{width:112px}.header-listen{font-size:13px;padding:8px}.header nav a{padding:9px 5px}}

/* Feather only the outer left edge; keep the artist unobscured. */
.artist-hero-cinematic .artist-stage:before{content:'';position:absolute;inset:0 auto 0 0;width:clamp(20px,3vw,48px);background:linear-gradient(90deg,#010507 0%,rgba(1,5,7,.6) 25%,transparent 100%);pointer-events:none;z-index:0}
.artist-hero-cinematic .artist-copy{position:relative;z-index:1}
@media(max-width:680px){.artist-hero-cinematic .artist-stage:before{width:14px;height:400px;bottom:auto}}

/* Compact catalogue; center-square artwork inside YouTube thumbnails. */
.release-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:28px 20px}
.release-art img.youtube-thumbnail{transform:scale(1.333334)}
.release-art:hover img.youtube-thumbnail{transform:scale(1.39)}
.release-info h3{font-size:14px}
@media(max-width:1150px){.release-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:26px 18px}}
@media(max-width:900px){.release-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:680px){.release-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:25px 16px}}

/* Square crop of the featured YouTube cover. */
.latest-release .featured-art{overflow:hidden}
.latest-release .featured-art>img.youtube-thumbnail{object-fit:cover;transform:scale(1.333334)}

/* Atmospheric cover backdrop, fading into the page background. */
.latest-release{position:relative;isolation:isolate;overflow:hidden;background:var(--bg);padding-left:28px;padding-right:28px}
.latest-release::before{content:"";position:absolute;z-index:-1;inset:-24px;background:url('assets/youtube-djwkuBZz3yM.jpg') left center / 680px auto no-repeat;filter:blur(18px);opacity:.55;mask-image:linear-gradient(to right,#000 0%,#000 18%,transparent 72%);pointer-events:none}
.latest-release .featured-art,.latest-release .latest-copy{position:relative;z-index:1}
@media(max-width:680px){.latest-release{padding-left:14px;padding-right:14px;gap:18px}.latest-release::before{background-size:440px auto;opacity:.4;mask-image:linear-gradient(to right,#000,transparent 95%)}}

/* Preserve the exact supplied portrait with a CSS crop of the reference. */
.story-section{grid-template-columns:minmax(0,1.65fr) minmax(0,1fr);align-items:center;gap:8%}
.story-section .about-copy{max-width:690px}
.story-section h2{font-size:clamp(34px,4vw,54px);margin-bottom:28px}
.story-section .about-copy>p:not(.eyebrow){font-size:16px;line-height:1.85}
.story-portrait{position:relative;overflow:hidden;aspect-ratio:265/353;width:100%;max-width:340px;justify-self:center;background:#000}
.story-portrait img{position:absolute;width:360.37736%;max-width:none;height:147.87535%;left:-237.35849%;top:-36.54391%}
@media(max-width:680px){.story-section{grid-template-columns:1fr;gap:32px}.story-portrait{max-width:265px}.story-section .about-copy>p:not(.eyebrow){font-size:15px}}

/* Full-width black story backdrop with soft transitions into the page. */
.story-section{position:relative;isolation:isolate;padding-top:110px;padding-bottom:110px}
.story-section::before{content:"";position:absolute;z-index:-1;top:0;bottom:0;left:50%;width:100vw;transform:translateX(-50%);background:linear-gradient(to bottom,var(--bg) 0%,#000 18%,#000 82%,var(--bg) 100%);pointer-events:none}
@media(max-width:680px){.story-section{padding-top:80px;padding-bottom:100px}.story-section::before{background:linear-gradient(to bottom,var(--bg) 0%,#000 10%,#000 91%,var(--bg) 100%)}}

/* Clip full-bleed decoration without introducing horizontal scrolling. */
main{overflow-x:clip}

/* Match the story section's full-width black backdrop and soft edges. */
.latest-release{overflow:visible;background:transparent;padding-top:76px;padding-bottom:76px;border-bottom:0}
.latest-release::after{content:"";position:absolute;z-index:-2;inset:0 auto 0 50%;width:100vw;transform:translateX(-50%);background:linear-gradient(to bottom,var(--bg) 0%,#000 20%,#000 80%,var(--bg) 100%);pointer-events:none}
.latest-release::before{inset:24px 0;mask-image:linear-gradient(to right,#000 0%,#000 18%,transparent 72%);border-radius:60px}
@media(max-width:680px){.latest-release{padding-top:56px;padding-bottom:56px}.latest-release::before{inset:24px 0;mask-image:linear-gradient(to right,#000,transparent 95%)}}

.latest-release::before{border-radius:0;mask-image:linear-gradient(to right,transparent 0%,#000 9%,#000 18%,transparent 72%),linear-gradient(to bottom,transparent 0%,#000 22%,#000 78%,transparent 100%);mask-composite:intersect}
@media(max-width:680px){.latest-release::before{mask-image:linear-gradient(to right,transparent 0%,#000 12%,transparent 95%),linear-gradient(to bottom,transparent,#000 22%,#000 78%,transparent)}}

/* More compact hero while retaining the full portrait on desktop. */
@media(min-width:1001px){.artist-hero-cinematic .artist-stage{aspect-ratio:3.33;padding:24px 6%}.artist-hero-cinematic .artist-copy h1{margin:16px 0 12px;max-width:440px}.artist-hero-cinematic .artist-statement{margin:16px 0;font-size:clamp(22px,2vw,30px)}}
@media(min-width:681px) and (max-width:1000px){.artist-hero-cinematic .artist-stage{min-height:370px;padding:24px 5%}.artist-hero-cinematic .artist-copy{padding:12px}.artist-hero-cinematic .artist-statement{margin:16px 0}}
@media(max-width:680px){.artist-hero-cinematic .artist-stage{padding-top:290px;padding-bottom:28px}.artist-hero-cinematic .artist-portrait{height:310px}.artist-hero-cinematic .artist-stage:before{height:310px}.artist-hero-cinematic .artist-copy h1{margin:16px 0 12px}.artist-hero-cinematic .artist-statement{font-size:24px;margin:18px 0}}

@media(min-width:1001px){.artist-hero-cinematic .artist-portrait{object-position:left center}}

/* Mid-sized hero with restrained decorative light and mist. */
.artist-hero-cinematic{background:var(--bg)}
.artist-hero-cinematic .artist-portrait{mask-image:linear-gradient(to right,transparent,#000 3%,#000 62%,transparent 88%)}
.artist-hero-cinematic .artist-stage:before{background:none}
.hero-atmospherics{position:absolute;left:0;top:0;height:100%;width:auto;aspect-ratio:2.48;pointer-events:none;z-index:0;opacity:.55;mask-image:linear-gradient(to right,transparent,#000 4%,#000 50%,transparent 80%)}
.hero-mist{animation:hero-mist-drift 18s ease-in-out infinite alternate;transform-origin:700px 450px}
.hero-pillars{animation:hero-pillar-glow 9s ease-in-out infinite;opacity:.15}
.hero-lasers{animation:hero-laser-sweep 14s ease-in-out infinite alternate;transform-origin:740px 610px;opacity:.2}
@keyframes hero-mist-drift{from{transform:translate(-10px,8px);opacity:.3}to{transform:translate(18px,-10px);opacity:.7}}
@keyframes hero-pillar-glow{0%,100%{opacity:.08}50%{opacity:.4}}
@keyframes hero-laser-sweep{from{transform:rotate(-1.5deg);opacity:.12}to{transform:rotate(1.5deg);opacity:.38}}
@media(min-width:1001px){.artist-hero-cinematic .artist-stage{aspect-ratio:2.94;padding:30px 6%}}
@media(min-width:681px) and (max-width:1000px){.artist-hero-cinematic .artist-stage{min-height:400px}.hero-atmospherics{display:none}}
@media(max-width:680px){.artist-hero-cinematic .artist-stage{padding-top:330px}.artist-hero-cinematic .artist-portrait{height:350px;mask-image:linear-gradient(to bottom,#000 75%,transparent)}.hero-atmospherics{height:350px;left:-40px;mask-image:linear-gradient(to bottom,#000 60%,transparent)}.artist-hero-cinematic .artist-stage:before{height:350px}}
@media(prefers-reduced-motion:reduce){.hero-mist,.hero-pillars,.hero-lasers{animation:none}.hero-atmospherics{display:none}}

/* Black hero surround and more visible, slow atmospheric motion. */
.artist-hero-cinematic{background:linear-gradient(to bottom,var(--bg) 0%,#000 12%,#000 82%,var(--bg) 100%);border-color:transparent}
.hero-atmospherics{opacity:1}
.hero-mist{animation-duration:10s}
.hero-pillars{animation-duration:5s;stroke-width:12px}
.hero-lasers{animation-duration:7s;stroke-width:5px;filter:none}
@keyframes hero-mist-drift{from{transform:translate(-30px,18px) scale(.96);opacity:.4}to{transform:translate(40px,-22px) scale(1.06);opacity:1}}
@keyframes hero-pillar-glow{0%,100%{opacity:.12}50%{opacity:.85}}
@keyframes hero-laser-sweep{from{transform:rotate(-3deg);opacity:.18}to{transform:rotate(3deg);opacity:.7}}
@media(min-width:681px) and (max-width:1000px){.hero-atmospherics{display:block;width:100%;height:100%;aspect-ratio:auto}}
@media(prefers-reduced-motion:reduce){.hero-atmospherics{display:none}}

/* Full portrait, no screenshot crop or clipped hair. */
.story-portrait{aspect-ratio:1086/1448}
.story-portrait img{position:static;display:block;width:100%;max-width:100%;height:auto;object-fit:contain}

/* Bring the larger portrait alongside the actual text column. */
@media(min-width:901px){.story-section{grid-template-columns:minmax(0,450px) minmax(0,420px);justify-content:center;gap:clamp(32px,4vw,64px)}.story-portrait{max-width:420px;justify-self:start}}
@media(min-width:681px) and (max-width:900px){.story-section{grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);gap:28px}.story-portrait{max-width:360px;justify-self:start}}
@media(max-width:680px){.story-portrait{max-width:310px}}

/* Spotify is the primary listening action for the latest release. */
.release-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:22px}
.spotify-primary{display:inline-flex;align-items:center;gap:20px;background:#1ed760;color:#07170d;border-radius:999px;padding:12px 22px;font-size:15px;font-weight:700}
.spotify-primary:hover{background:#3be477;transform:translateY(-1px)}
.latest-copy .release-actions .text-play{margin-top:0;font-size:13px}
.spotify-release{width:90%;max-width:1296px;margin:0 auto;padding:0 28px 22px}
.spotify-release iframe{display:block;width:100%;border:0;border-radius:12px;background:#181818}
.spotify-artist-link{display:block;margin-top:14px;text-align:right;font-size:14px;color:var(--muted)}
.spotify-artist-link:hover{color:#1ed760}
@media(max-width:680px){.release-actions{gap:12px;margin-top:14px}.spotify-primary{font-size:13px;padding:10px 13px;gap:8px}.spotify-release{width:86%;padding:0 0 20px}.spotify-artist-link{text-align:left}}

.release-art:focus-visible img.youtube-thumbnail{transform:scale(1.39)}

/* Kling video uses the same framing as the still, with soft edges. */
.artist-hero-cinematic .artist-portrait{mask-image:linear-gradient(to right,transparent,#000 3%,#000 62%,transparent 88%),linear-gradient(to bottom,transparent,#000 5%,#000 93%,transparent);mask-composite:intersect}
.hero-video{opacity:0;transition:opacity .6s}
.hero-video.is-playing{opacity:1}
.hero-motion-toggle{position:absolute;bottom:12px;right:6%;z-index:2;padding:6px 12px;border:1px solid #ffffff40;border-radius:4px;background:#0009;font-size:12px}
@media(max-width:680px){.artist-hero-cinematic .artist-portrait{mask-image:linear-gradient(to right,transparent,#000 3%,#000 94%,transparent),linear-gradient(to bottom,transparent,#000 5%,#000 75%,transparent)}.hero-motion-toggle{top:310px;bottom:auto}}

.hero-video{pointer-events:none}

/* Center the featured release as one balanced group. */
.latest-release{justify-content:center;gap:42px}
.latest-release .featured-art{width:252px;flex-basis:252px}
.latest-release .latest-copy{flex:0 1 390px;min-width:0}
.latest-release::before{background-position:calc(50% - 185px) center;background-size:680px auto;mask-image:linear-gradient(to right,transparent 0%,#000 22%,#000 42%,transparent 85%),linear-gradient(to bottom,transparent,#000 22%,#000 78%,transparent);mask-composite:intersect}
@media(max-width:680px){.latest-release{flex-direction:column;gap:24px;text-align:center}.latest-release .featured-art{width:252px;max-width:100%;flex-basis:auto}.latest-release .latest-copy{flex-basis:auto}.release-actions{justify-content:center}.latest-release::before{background-position:center 20px;background-size:520px auto}}

/* Dedicated remix feature with a native SoundCloud waveform player. */
.remix-feature{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);align-items:center;gap:6%;border-top:1px solid var(--line)}
.remix-art{background:#000;overflow:hidden;border-radius:8px}.remix-art img{width:100%;height:auto;display:block;opacity:.85}
.remix-copy h2{font-size:clamp(30px,3.2vw,44px);margin:12px 0}
.remix-credit{color:var(--accent);font-size:15px}.remix-description{color:var(--muted);margin:14px 0 20px;font-size:16px}
.remix-copy iframe{display:block;border:0;border-radius:6px;width:100%;margin-bottom:18px;background:#f5f5f5}
@media(max-width:680px){.remix-feature{grid-template-columns:1fr;gap:26px}.remix-art{max-width:440px;width:100%;justify-self:center}}

.header .header-spotify{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:4px;border:0;background:transparent;color:#1ed760;flex-shrink:0}
.header-spotify svg{display:block;width:36px;height:36px}
.header .header-spotify:hover{background:transparent;color:#3be477;transform:scale(1.06)}

.header-music-links{display:flex;align-items:center;gap:14px;flex-shrink:0}
.header .header-spotify,.header .header-apple{color:var(--ink);display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;padding:3px;background:transparent;border:0}
.header-spotify svg{width:42px;height:42px}.header-apple svg{width:32px;height:32px}
.header .header-spotify:hover,.header .header-apple:hover{color:var(--accent);background:transparent}
@media(max-width:680px){.header-music-links{grid-column:2;grid-row:1;justify-self:end;gap:8px}.header .header-spotify,.header .header-apple{width:44px;height:44px}.header-spotify svg{width:38px;height:38px}}

.header .header-spotify{width:auto;gap:12px;padding:6px 0;font-size:18px;font-weight:500}
.header-spotify svg{width:25px;height:25px;flex-shrink:0}
.header .header-spotify span{margin:0}
.apple-music-label{display:block;width:117px;height:34px;object-fit:contain;mix-blend-mode:screen}
@media(max-width:680px){.header .header-spotify{width:auto;font-size:16px}.header-spotify svg{width:23px;height:23px}}

/* Uniform music links; header hover changes color only. */
.header .header-spotify:hover{transform:none}
.platforms a{background:transparent;font-size:16px}
.platforms a svg{width:24px;height:24px;flex-shrink:0}
@media(max-width:680px){.platforms a{font-size:13px}.platforms a svg{width:19px;height:19px}}

.header-facebook{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:44px;padding:6px 0;color:var(--ink);font-size:18px;font-weight:500;white-space:nowrap}
.header-facebook svg{width:25px;height:25px;flex-shrink:0}
.header-facebook:hover{color:var(--accent);transform:none}
.header-music-links{gap:22px}
@media(min-width:681px) and (max-width:1150px){.header{flex-wrap:wrap;gap:14px}.header nav{order:3;width:100%;justify-content:center}.header-music-links{margin-left:auto}}
@media(max-width:680px){.header-facebook{font-size:14px;gap:6px}.header-facebook svg{width:21px;height:21px}.header .header-spotify{font-size:14px;gap:6px}.header-music-links{gap:12px}}
@media(max-width:420px){.header .brand{width:105px}.header{column-gap:8px;padding-left:4%;padding-right:4%}.header-music-links{gap:9px}}

/* Compact accessible video control and Master Meter introduction. */
.hero-motion-toggle{width:40px;height:40px;padding:10px;border-radius:50%;display:grid;place-items:center;color:var(--ink);background:#0009}
.hero-motion-toggle[hidden]{display:none}.hero-motion-toggle svg{width:18px;height:18px;fill:currentColor}.hero-motion-toggle .motion-play{display:none}.hero-motion-toggle[data-playing="false"] .motion-play{display:block}.hero-motion-toggle[data-playing="false"] .motion-pause{display:none}.hero-motion-toggle:hover{background:#000d;color:var(--accent)}.hero-motion-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:4px}
.master-feature{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.15fr);align-items:center;gap:clamp(30px,5vw,80px);padding-top:70px;padding-bottom:80px;border-top:1px solid #ffffff12}
.master-copy .eyebrow{color:#c7f36a}.master-copy h2{font-size:clamp(28px,3vw,42px);line-height:1.15;margin:18px 0 22px}.master-copy h2>span{display:block;font-size:13px;letter-spacing:.18em;color:var(--muted);margin-bottom:12px}.master-copy p{max-width:450px;color:var(--muted);font-size:16px;line-height:1.8}.master-copy .master-tagline{font-size:21px;color:var(--ink);line-height:1.4;margin-bottom:12px}
.master-cta{display:inline-flex;gap:24px;align-items:center;background:#c7f36a;color:#10160c;padding:14px 20px;margin-top:22px;border-radius:4px;font-size:14px;font-weight:600}.master-cta:hover{background:#d8ff8f}.master-preview{display:block;border:1px solid #ffffff16;border-radius:10px;overflow:hidden;background:#10171b;box-shadow:0 22px 70px #0005}.master-preview img{display:block;width:100%;height:auto}.master-preview>span{display:flex;justify-content:space-between;padding:17px 20px;font-size:11px;letter-spacing:.13em;color:#b9c2c6;border-top:1px solid #ffffff12}.master-preview:hover{border-color:#c7f36a80}.master-preview>span>span{color:#c7f36a}
@media(max-width:800px){.master-feature{grid-template-columns:1fr;gap:32px;padding-top:45px;padding-bottom:50px}.master-copy p{max-width:600px}.master-preview{max-width:650px}}
