@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root{
  --bg:#07050a;
  --panel:#121017;
  --muted:#b0a8b2;
  --pink:#f0255c;
  --pink2:#ff6b8f;
  --pink-deep:#c41045;
  --red-hot:#ff2d55;
  --gold:#e0b56e;
  --line:rgba(255,255,255,.11);
  --glow:rgba(240,37,92,.45);
  --display:'Manrope',sans-serif;
  --mono:'DM Mono',monospace;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:#f9f4f6;
  font-family:var(--display);
  overflow-x:hidden;
}
body:before{
  content:'';
  position:fixed;inset:0;pointer-events:none;opacity:.04;z-index:0;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
a{color:inherit;text-decoration:none}

.ambient{position:absolute;pointer-events:none;border-radius:50%;filter:blur(110px);opacity:.28;z-index:0}
.ambient-one{width:560px;height:560px;left:-280px;top:200px;background:#c41045}
.ambient-two{width:640px;height:640px;right:-340px;top:-40px;background:#4a0f2e}
.ambient-three{width:420px;height:420px;left:40%;top:1100px;background:#7a1538;opacity:.18}

/* Header */
.site-header{
  height:86px;max-width:1280px;padding:0 34px;margin:auto;
  display:flex;align-items:center;justify-content:space-between;
  position:relative;z-index:5;
}
.brand img{display:block;object-fit:contain}
.site-header nav{display:flex;gap:30px;color:#aea8b0;font-size:12px;font-weight:500}
.site-header nav a{transition:color .2s}
.site-header nav a:hover,.site-footer a:hover{color:#fff}
.header-cta{
  font-size:12px;font-weight:600;
  border:1px solid rgba(240,37,92,.45);
  background:linear-gradient(135deg,rgba(240,37,92,.18),rgba(240,37,92,.05));
  border-radius:30px;padding:11px 18px;color:#fff;
  transition:background .25s, border-color .25s, transform .2s;
}
.header-cta:hover{background:rgba(240,37,92,.32);border-color:var(--pink2);transform:translateY(-1px)}
.header-cta span,.button span,.email span{color:var(--pink2);margin-left:10px}

/* Hero */
.hero{
  max-width:1280px;margin:auto;padding:70px 34px 110px;
  display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;min-height:650px;
  position:relative;z-index:1;
}
.eyebrow,.section-kicker{
  font-family:var(--mono);font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--pink2);
}
.eyebrow{display:flex;align-items:center;gap:10px}
.eyebrow i{width:8px;height:8px;border-radius:50%;background:var(--pink);box-shadow:0 0 18px var(--pink)}
h1,h2,h3,p{margin:0}
h1{font-size:clamp(56px,7vw,92px);line-height:.98;letter-spacing:-.07em;margin:26px 0 26px;font-weight:800}
h1 em,h2 em{font-style:normal;color:var(--pink2);text-shadow:0 0 40px rgba(255,107,143,.25)}
.lead{max-width:500px;font-size:17px;line-height:1.7;color:var(--muted)}

.scene-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:26px}
.scene-tags span{
  font-family:var(--mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;
  padding:7px 12px;border-radius:999px;
  border:1px solid rgba(240,37,92,.35);
  background:rgba(240,37,92,.1);color:#ffc0ce;
}

.hero-actions{display:flex;align-items:center;gap:28px;margin-top:34px}
.button{
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:6px;padding:16px 24px;font-size:12px;font-weight:700;letter-spacing:.02em;
  transition:.25s;border:0;cursor:pointer;font-family:inherit;
}
.button-primary{
  background:linear-gradient(135deg,var(--pink),var(--pink-deep));
  color:#fff;box-shadow:0 14px 36px rgba(240,37,92,.35);
}
.button-primary:hover{
  background:linear-gradient(135deg,#ff3d6e,var(--pink));
  transform:translateY(-2px);box-shadow:0 18px 42px rgba(240,37,92,.5);
}
.button-ghost{
  background:transparent;color:#fff;
  border:1px solid var(--line);
}
.button-ghost:hover{border-color:var(--pink2);color:#fff;background:rgba(240,37,92,.08)}
.button-block{width:100%;margin-top:10px}
.text-link{font-size:12px;color:#ebe4ea;font-weight:600}
.text-link span{color:var(--pink2);padding-left:8px}

.stats{display:flex;gap:28px;margin-top:58px}
.stats div{display:flex;flex-direction:column;gap:7px}
.stats div+div{border-left:1px solid var(--line);padding-left:28px}
.stats strong{font-size:14px}
.stats span{font-size:10px;color:#8a848e}

.hero-art{height:540px;position:relative;display:flex;align-items:center;justify-content:center}
.orb{position:absolute;border-radius:50%;filter:blur(1px)}
.orb-large{
  width:440px;height:440px;
  background:radial-gradient(circle at 35% 28%,rgba(255,113,138,.18),transparent 52%),linear-gradient(135deg,#3d1228,#100c16);
  box-shadow:inset -30px -40px 80px #0008,0 0 120px rgba(223,42,96,.28);
}
.orb-small{width:90px;height:90px;right:5%;top:9%;background:#d5ad6a20;box-shadow:0 0 60px #d5ad6a55}
.frame{
  position:absolute;width:268px;height:360px;border:1px solid #ffffff18;
  transform:rotate(9deg);
  background:linear-gradient(145deg,#ff5b7822,#08080b 75%);
  box-shadow:0 30px 70px #000b;
}
.frame-back{transform:rotate(-12deg) translate(-45px,10px);opacity:.55}
.frame-main{
  overflow:hidden;transform:rotate(5deg) translate(22px,0);
  background:radial-gradient(circle at 70% 20%,#ff9aab66,transparent 28%),linear-gradient(145deg,#bc1c4f,#160a16 58%,#08080b);
  box-shadow:0 30px 80px #000,0 0 0 8px rgba(255,255,255,.06),0 0 60px rgba(240,37,92,.2);
}
.frame-main:after{content:'';position:absolute;inset:0;background:linear-gradient(160deg,transparent 35%,#07070a 92%);pointer-events:none}
.frame-glow{position:absolute;left:-25%;bottom:18%;width:150%;height:25%;background:#ff5877;filter:blur(45px);opacity:.5;transform:rotate(-22deg)}
.frame-caption{position:absolute;z-index:2;bottom:24px;left:24px;display:flex;flex-direction:column;gap:9px}
.frame-caption span,.frame-caption b{font-family:var(--mono);font-size:8px;letter-spacing:.18em}
.frame-caption span{color:#f4b0b9}
.frame-caption strong{font-size:28px;line-height:1.05;letter-spacing:-.06em;text-shadow:0 8px 24px #000c}
.frame-caption b{color:#c6a8a9;font-weight:400}
.floating-note{
  position:absolute;z-index:3;bottom:18px;left:2%;
  background:rgba(23,16,22,.92);border:1px solid rgba(255,255,255,.12);
  padding:13px 16px;display:flex;gap:11px;align-items:center;
  box-shadow:0 12px 28px #0008;backdrop-filter:blur(10px);border-radius:12px;
}
.floating-note .dot{width:8px;height:8px;border-radius:50%;background:var(--pink);box-shadow:0 0 14px var(--pink)}
.floating-note div{display:flex;flex-direction:column;gap:5px}
.floating-note small{font-family:var(--mono);font-size:8px;color:var(--gold);letter-spacing:.12em}
.floating-note strong{font-size:11px}

.hero-photo{overflow:hidden;padding:0}
.hero-photo>img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 18%;
  opacity:.94;filter:saturate(1.12) contrast(1.08) brightness(.97);
}

/* Ticker */
.ticker{
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  min-height:56px;padding:10px 16px;height:auto;
  display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:22px 28px;
  color:#857f88;font-family:var(--mono);font-size:9px;letter-spacing:.16em;
  background:linear-gradient(90deg,transparent,rgba(240,37,92,.06),transparent);
  position:relative;z-index:1;
}
.ticker b{color:var(--pink);font-size:11px}

/* Sections */
.section{max-width:1280px;margin:auto;padding:110px 34px;position:relative;z-index:1}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:60px;margin-top:22px}
.section h2{font-size:clamp(40px,5vw,64px);line-height:1.04;letter-spacing:-.065em;font-weight:800}
.section-heading p{max-width:380px;color:var(--muted);font-size:14px;line-height:1.7}


/* Live GIF-style muted preview card (same size as tease cards) */
.tease-card.live-preview{
  border-color:rgba(240,37,92,.55);
  box-shadow:0 0 0 1px rgba(240,37,92,.2),0 0 40px rgba(240,37,92,.18);
  background:#0c0a10;
  /* stay gallery-card sized — never stretch full-width */
  max-width:100%;
  grid-column:auto;
}
.tease-card.live-preview .tease-loop{
  position:absolute;inset:0;width:100%;height:100%;
  object-fit:cover;display:block;
  filter:saturate(1.12) contrast(1.06);
  pointer-events:none;
  /* hide native play / controls chrome (GIF-style loop) */
  -webkit-appearance:none;
}
.tease-card.live-preview .tease-loop::-webkit-media-controls,
.tease-card.live-preview .tease-loop::-webkit-media-controls-enclosure,
.tease-card.live-preview .tease-loop::-webkit-media-controls-panel,
.tease-card.live-preview .tease-loop::-webkit-media-controls-start-playback-button,
.tease-card.live-preview .tease-loop::-webkit-media-controls-overlay-play-button{
  display:none!important;-webkit-appearance:none;opacity:0;pointer-events:none;
}
.tease-card.live-preview .live-badge{
  background:linear-gradient(135deg,rgba(240,37,92,.92),rgba(196,16,69,.88));
  border-color:rgba(255,255,255,.25);
  color:#fff;
  box-shadow:0 0 18px rgba(240,37,92,.55);
  letter-spacing:.12em;
}
.tease-card.live-preview .tease-meta{z-index:4}
.tease-card.live-preview:hover{
  border-color:rgba(255,107,143,.75);
  box-shadow:0 24px 50px rgba(0,0,0,.45),0 0 50px rgba(240,37,92,.28);
}
.tease-card.live-preview:hover .tease-loop{filter:saturate(1.2) contrast(1.08) brightness(1.03);transform:scale(1.04);transition:transform .45s ease, filter .35s}
.tease-card .tease-loop{transition:transform .45s ease, filter .35s}

/* Mute / unmute toggle — touch-friendly (~44px) */
.tease-card.live-preview .tease-mute{
  position:absolute;z-index:6;
  top:10px;right:10px;
  min-width:44px;min-height:44px;
  padding:8px 12px;
  display:inline-flex;align-items:center;justify-content:center;gap:6px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:rgba(8,6,12,.72);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  color:#fff;
  font-family:var(--mono);font-size:10px;letter-spacing:.08em;text-transform:uppercase;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
  touch-action:manipulation;
  box-shadow:0 4px 16px rgba(0,0,0,.35);
  transition:background .2s,border-color .2s,transform .15s;
}
.tease-card.live-preview .tease-mute:hover,
.tease-card.live-preview .tease-mute:focus-visible{
  background:rgba(240,37,92,.85);
  border-color:rgba(255,255,255,.45);
  outline:none;
}
.tease-card.live-preview .tease-mute:active{transform:scale(.96)}
.tease-card.live-preview .tease-mute.is-unmuted{
  background:rgba(240,37,92,.78);
  border-color:rgba(255,255,255,.4);
}
.tease-card.live-preview .tease-mute-icon{font-size:14px;line-height:1}
.tease-card.live-preview .tease-mute-label{line-height:1;white-space:nowrap}

/* Soft lock overlays stay for still cards only — live preview stays unlocked */
.tease-card.live-preview .lock{display:none}

/* Tease gallery — hotter / bigger */
.tease-gallery .section-heading{margin-bottom:36px}
.tease-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:10px;
}
.tease-grid-hot{grid-template-columns:repeat(4,1fr);gap:14px}
.tease-card{
  position:relative;overflow:hidden;
  border:1px solid var(--line);border-radius:20px;background:#121017;
  aspect-ratio:4/5;min-height:280px;
  transition:transform .28s, border-color .28s, box-shadow .28s;
}
.tease-card img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;
  filter:saturate(1.12) contrast(1.08);
  transition:transform .45s ease, filter .35s;
}
.tease-card .scene-tag{
  position:absolute;top:14px;left:14px;z-index:4;
  font-family:var(--mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;
  padding:6px 10px;border-radius:999px;
  background:rgba(10,8,12,.72);border:1px solid rgba(240,37,92,.4);
  color:var(--pink2);backdrop-filter:blur(8px);
}
.tease-card .tease-meta{
  position:absolute;left:0;right:0;bottom:0;padding:20px 16px;
  background:linear-gradient(transparent,rgba(0,0,0,.94));
  display:flex;flex-direction:column;gap:6px;z-index:2;
  transform:translateY(4px);transition:transform .3s;
}
.tease-card .tease-meta span{font-family:var(--mono);font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold)}
.tease-card .tease-meta strong{font-size:19px;letter-spacing:-.03em}
.tease-card .lock{
  position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  background:rgba(0,0,0,.14);backdrop-filter:blur(0.6px);z-index:3;
  font-size:12px;font-weight:700;color:var(--pink2);
  letter-spacing:.04em;text-shadow:0 0 18px rgba(240,37,92,.55);
  opacity:.78;transition:opacity .3s, background .3s;
  /* soft vignette so NSFW stills read hotter under the lock */
  box-shadow:inset 0 0 80px rgba(0,0,0,.35);
}
.tease-card:hover{
  border-color:rgba(240,37,92,.55);
  transform:translateY(-6px);
  box-shadow:0 24px 50px rgba(0,0,0,.45),0 0 40px rgba(240,37,92,.15);
}
.tease-card:hover img{transform:scale(1.06);filter:saturate(1.18) contrast(1.08) brightness(1.02)}
.tease-card:hover .tease-meta{transform:translateY(0)}
.tease-card:hover .lock{background:rgba(0,0,0,.18);opacity:.75}
.tease-card.featured-scene{border-color:rgba(240,37,92,.4);box-shadow:0 0 0 1px rgba(240,37,92,.15)}

.gallery-cta{display:flex;justify-content:center;margin-top:42px}

/* About / experience / coming / contact */
.about-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;margin-top:50px}
.about-copy{display:flex;flex-direction:column;gap:18px;color:var(--muted);font-size:15px;line-height:1.75}
.about-copy .email-inline{color:var(--pink2);border-bottom:1px solid rgba(240,37,92,.4)}
.about-cards{display:flex;flex-direction:column;gap:12px}
.about-cards article{
  background:linear-gradient(145deg,#1a141c,#0d0b10);
  border:1px solid var(--line);padding:22px 24px;border-radius:16px;
  transition:border-color .25s, transform .25s;
}
.about-cards article:hover{border-color:rgba(240,37,92,.4);transform:translateX(4px)}
.about-cards h3{font-size:18px;letter-spacing:-.03em;margin:0 0 8px}
.about-cards p{color:var(--muted);font-size:13px;line-height:1.6;margin:0}

.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:65px}
.cards article{
  background:linear-gradient(145deg,#1a141c,#0d0b10);
  border:1px solid var(--line);padding:30px;min-height:200px;border-radius:16px;transition:.25s;
}
.cards article:hover{border-color:rgba(240,37,92,.45);transform:translateY(-4px);box-shadow:0 16px 40px rgba(240,37,92,.12)}
.cards article>span{font-family:var(--mono);font-size:11px;color:var(--pink2)}
.cards h3{font-size:21px;letter-spacing:-.04em;margin:28px 0 12px}
.cards p,.coming p,.contact-side p{color:var(--muted);line-height:1.65;font-size:13px}

.coming{
  max-width:none;
  background:linear-gradient(110deg,#220d18,#0b0a0e 65%);
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  display:flex;align-items:center;justify-content:space-between;
  padding-left:max(34px,calc((100% - 1212px)/2));
  padding-right:max(34px,calc((100% - 1212px)/2));
  overflow:hidden;position:relative;z-index:1;
}
.coming-inner{max-width:550px}
.coming h2{margin:19px 0 19px}
.coming p{max-width:370px;margin-bottom:28px}
.ring{
  width:300px;height:300px;border-radius:50%;border:1px solid rgba(240,37,92,.4);
  position:relative;display:flex;align-items:center;justify-content:center;
  box-shadow:0 0 100px rgba(240,37,92,.18),inset 0 0 70px rgba(240,37,92,.1);
}
.ring:before{content:'';position:absolute;inset:22px;border:1px dashed rgba(213,173,106,.4);border-radius:50%}
.ring-text{font-family:var(--mono);font-size:9px;letter-spacing:.22em;color:var(--gold);transform:rotate(-28deg);position:absolute}
.ring-core{font-size:46px;letter-spacing:-.1em;color:var(--pink);text-shadow:0 0 30px rgba(240,37,92,.65)}

.contact{display:flex;justify-content:space-between;align-items:center;gap:60px}
.contact-side{max-width:380px}
.contact-side p{margin-bottom:18px}
.email{font-size:18px;color:#fff;border-bottom:1px solid rgba(240,37,92,.55);padding-bottom:10px}

.contact-links{display:flex;flex-direction:column;gap:14px;align-items:flex-start}
.x-contact{
  display:inline-flex;align-items:center;gap:10px;
  padding:10px 16px;border-radius:999px;
  background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.18);
  color:#fff;font-size:14px;font-weight:600;
  transition:background .2s,border-color .2s,transform .15s;
}
.x-contact:hover{background:rgba(255,255,255,.12);border-color:rgba(240,37,92,.55);transform:translateY(-1px)}
.x-logo{flex-shrink:0}


.site-footer{
  border-top:1px solid var(--line);max-width:1212px;margin:auto;
  padding:32px 0 100px;display:flex;align-items:center;justify-content:space-between;
  color:#77727a;font-size:10px;position:relative;z-index:1;
}
.site-footer div{display:flex;gap:22px}

/* Sticky naughty CTA bar */
.sticky-cta{
  position:fixed;z-index:8;left:50%;bottom:22px;transform:translateX(-50%);
  display:flex;align-items:center;gap:0;
  background:rgba(12,8,14,.92);backdrop-filter:blur(16px);
  border:1px solid rgba(240,37,92,.4);border-radius:999px;
  box-shadow:0 16px 50px rgba(0,0,0,.55),0 0 40px rgba(240,37,92,.2);
  overflow:hidden;
}
.sticky-watch{
  padding:14px 22px;font-size:12px;font-weight:700;
  background:linear-gradient(135deg,var(--pink),var(--pink-deep));color:#fff;
  transition:background .2s;
}
.sticky-watch:hover{background:linear-gradient(135deg,#ff3d6e,var(--pink))}
.sticky-mail{
  padding:14px 20px;font-size:11px;color:#e8dfe6;font-weight:600;
  border-left:1px solid rgba(255,255,255,.1);
}
.sticky-mail:hover{color:#fff}

/* Age gate */
.age-gate{
  position:fixed;inset:0;z-index:20;background:rgba(7,5,9,.97);
  backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:center;padding:20px;
}
.age-gate.hidden{display:none}
.age-card{
  width:min(430px,100%);text-align:center;
  background:linear-gradient(145deg,#1c141b,#0d0b10);
  border:1px solid rgba(255,255,255,.12);padding:44px 38px 38px;
  box-shadow:0 30px 100px #000,0 0 60px rgba(240,37,92,.12);border-radius:18px;
}
.age-card img{margin:auto;object-fit:contain}
.age-line{height:1px;background:linear-gradient(90deg,transparent,var(--pink),transparent);margin:28px 0}
.age-label{font-family:var(--mono);font-size:9px;color:var(--gold);text-transform:uppercase;letter-spacing:.2em}
.age-card h2{font-size:35px;letter-spacing:-.06em;margin:8px 0 15px}
.age-copy{font-size:13px;line-height:1.65;color:var(--muted);margin:0 auto 27px;max-width:320px}
.age-actions{display:flex;flex-direction:column;align-items:center;gap:16px}
.leave{font-size:11px;color:#88858d;text-decoration:underline}
.age-card small{display:block;color:#5e5b63;font-size:9px;margin-top:29px}

/* Brand crop */
.site-header .brand img,.site-footer .brand img{width:170px;height:64px;object-fit:cover;object-position:center}
.age-card>img{width:180px;height:64px;object-fit:cover;object-position:center}

/* Responsive */
@media(max-width:1100px){
  .tease-grid-hot{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:960px){
  .tease-grid-hot{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:800px){
  .site-header{padding:0 20px;height:74px}
  .site-header nav{display:none}
  .header-cta{padding:9px 12px}
  .hero{padding:55px 20px 85px;display:block}
  .hero-art{height:440px;margin-top:45px}
  .orb-large{width:330px;height:330px}
  .section{padding:80px 20px}
  .section-heading,.contact{display:block}
  .section-heading p{margin-top:25px}
  .cards{grid-template-columns:1fr;margin-top:40px}
  .coming{display:block;padding:85px 20px}
  .ring{width:240px;height:240px;margin:60px auto 0}
  .site-footer{margin:0 20px;flex-wrap:wrap;gap:20px;padding-bottom:110px}
  .site-footer span{order:3;width:100%}
  .ticker{gap:15px;font-size:7px}
  .stats{gap:16px}
  .stats div+div{padding-left:16px}
  .floating-note{left:0;bottom:0}
  .frame-main{transform:rotate(6deg) translate(10px,0)}
  .tease-grid,.tease-grid-hot{grid-template-columns:1fr 1fr;gap:10px}
  /* LIVE TEASE stays compact gallery-card size on phones (not full-width) */
  .tease-card.live-preview{
    grid-column:auto;
    width:100%;
    max-width:100%;
    min-height:0;
    aspect-ratio:4/5;
  }
  .tease-card.live-preview .tease-mute{
    top:8px;right:8px;
    min-width:44px;min-height:44px;
    padding:8px 10px;
    font-size:9px;
  }
  .tease-card.live-preview .tease-mute-label{display:none} /* icon-only on tight phones */
  .tease-card.live-preview .tease-mute-icon{font-size:16px}
  .tease-card.live-preview .live-badge{font-size:8px;padding:5px 8px;top:10px;left:10px}
  .tease-card.live-preview .tease-meta strong{font-size:15px}
  .about-grid{grid-template-columns:1fr;gap:28px}
  .sticky-cta{bottom:14px;max-width:calc(100% - 24px)}
  .sticky-mail{display:none}
}

@media(max-width:480px){
  .tease-grid,.tease-grid-hot{gap:8px}
  .tease-card{border-radius:14px;min-height:0}
  .tease-card.live-preview .tease-mute{
    /* keep 44px hit target even when label hidden */
    width:44px;height:44px;padding:0;gap:0;
  }
}
